.menuIcon {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    min-width: 29px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease;
}

body.premium .menuIcon {
    stroke: #fff;
    fill: #fff;
    border: 1px solid #fff;
}

.menuIconStroke {
    stroke: #001837;
    transition: all .3s ease;
}

.menuItemIcon:hover .menuIconStroke{
    stroke: #00183769;
}

.menuIconFill {
    transition: all .3s ease;
    fill: #001837;
}

.page-header__menu-btn {
    padding: 8px;
}

.style_icon__Oe6yl path {
    stroke: #77797f;
}

.mobile-menu__sub-header {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}

.sub-header__item {
    display: flex;
    align-items: center;
    font-size: 17px;
    padding: 7px 13px 5px;
    height: 44px;
    border-radius: 16px;
    font-weight: 400;
}

.sub-header__item--active {
    color: #fff;
    background: linear-gradient(315.58deg, #284d3c -11.26%, #4e8570 100%);

}

.sub-header__item--active.sub-header__item--clients {
    background: #5b78fb;/*linear-gradient(180deg, #f39fb3 0, #f3154a 100%);*/
}

.sub-header__item--active.sub-header__item--premium {
    background: linear-gradient(315.58deg, #85481E -11.26%, #BC8A54 100%);
}

.mobile-menu__sub2-header {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.mobile-menu__sub2-header.hidden {
    display: none;
}

.sub-header__wrapper {
    margin-top: 30px;
    background: #3c3a3a59;
    border-radius: 30px;
    padding: 20px;
}

.mobile-menu__wrapper {
    padding: 0;
}

.mobile-menu__sub2-header-item {
    margin-right: 20px;
}

.menu-level-2 .mobile-menu__sub2-header-item:last-child {
    margin-right: 0;
}

.menu-border-top {
    margin-top: 15px;
}

.menu-level-2 {
    position: relative;
}

.border-line {
        position: absolute;
    width: 326px;
    height: 2px;
    background: #77797f;
    bottom: 0;
    z-index: -1;
}

.mobile-menu__header {
    padding-right: 10px;
    padding-top: 20px;
    padding-left: 80px;
    margin-bottom: 0px;
}


.mobile-buttons.hidden {
    display: none;
}

.mobile-menu__sub2-header-item {
    cursor: pointer;
}


.mobile-menu__sub2-header-item {
    border-bottom: 2px solid #77797f;
}


.mobile-menu__sub2-header-item--active {
     border-bottom: 3px solid #BC8A54;
   
}

.mobile-menu__sub2-header-item--active:first-child {
     border-bottom: 3px solid #4e8570;
}

.item-arrow {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-left: 3px solid rgba(255, 255, 255, .2);
    border-bottom: 3px solid rgba(255, 255, 255, .2);
    width: 11px;
    height: 11px;
    transition: border .15s;
    rotate: 90deg;
    margin-top: 15px;
}

.mobile-menu .hamburger-menu__item:not(:last-child) {
    margin-bottom: 5px;
}

li.hamburger-menu__item a {
    color: #fff;
    height: 40px;
}

ol.js-hamburger-menu__sub-list {
    margin-top: 25px;
}

.hamburger-menu__item--has-sunmenu>.hamburger-menu__link::after {
    display:none;
}

.mobile-menu .hamburger-menu__link {
    justify-content: space-between;
    width: auto;
}

.sub-header__wrapper .hamburger-menu__caption {
    font-size: 20px;
    display: block;
}

.mobile-menu__footer {
    padding: 0 10px;
}

.mobile-buttons{
    display: block;
}

.mobile-buttons .mobile-buttons__item {
    margin-bottom: 10px;
    width: 100%;
}

.field__submit-btn {
    left: 18px;
}

.mobile-menu__header .search-small {
    margin-top: 14px;
    top: 8px;
}

.mobile-menu__close {
    margin-right: 0px;
    margin-top: 5px;
}


.search-small__field {
    padding: 0 20px;
}

.field__close-btn {
    right: 30px;
}

.field--sm .field__close-btn {
    right: 27px;
}

.mobile-menu__row .mobile-menu__menu-link  {
    font-size: 14px;
}

.mobile-menu__header .search-small {
    pointer-events: all!important;
}

.field--search .field-input:not(:placeholder-shown)~.field__close-btn {
    pointer-events: auto!important;
}

/*.mobile-menu__close {
    position: absolute;
    top: 18px;
    right: 12px;
    z-index: 1000;
}*/

.field--search .field-input:focus~.field__close-btn {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit!important;
}

.field__close-btn .svg-icon {
    fill: none!important;
}

.search-small, .search-small .search-small__wrap {
    width: 100px;
}

.mobile-display {
    display: none;
}

.fs-24 {
    font-size: 24px;
}

.item-right-arrow {
    font-weight: bold;
    color: rgba(255, 255, 255, .2);
    padding-top: 7px;
    margin-right: -2px;
}

.alone-hlink {
    margin-bottom: 15px;
}

@media (max-width: 768px) {

    .desctop-display {
        display: none;
    }
    .mobile-display {
        display: block;
    }
}



@media (max-width: 380px) {
    .sub-header__item {
        font-size: 16px;
    }

}