body div.submenu-container {
    overflow: visible;
    position: absolute;
    background-color: #ffffff;
    min-width: 300px;
    min-height: 80px;
    top: 42px;
    right: 0px;
    padding-top: 5px;
    z-index: 5;
    display: none;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.11);
}

.submenu {
    min-width: 100px;
}
.submenu-item {
    background-color: rgba(0,123,255,0.07);
}
.submenu-date {
    background-color: rgba(0,123,255,0.1);
}
.sub-date-icon {
    width:13px;
    height: 12px;
    min-width:13px;
    min-height: 12px;
}

.icon-1 {
    height: 16px;
    width: 16px;
    min-height: 16px;
    min-width: 16px;
}
.icon-2 {
    height: 16px;
    width: 18px;
    min-height: 16px;
    min-width: 18px;
}
.icon-3 {
    height: 13px;
    width: 13px;
    min-height: 13px;
    min-width: 13px;
}
.icon-4 {
    height: 14px;
    width: 14px;
    min-height: 14px;
    min-width: 14px;
}

.h-m-burger {
    position: relative;
    width: 30px;
    height: 20px;
}
.h-m-burger span{
    background-color: #39961e;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 9px;
    transition: all 0.3s ease 0s;
}
.h-m-burger:before,
.h-m-burger:after {
    content: '';
    background-color: #39961e;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
}
.h-m-burger:before {
    top:0;
}
.h-m-burger:after {
    bottom: 0;
}
.h-m-burger.active span {
    transform: scale(0);
}
.h-m-burger.active:before {
    transform: rotate(45deg);
    top: 9px;
}
.h-m-burger.active:after {
    transform: rotate(-45deg);
    bottom: 9px;
}
.h-m-bot{
    display: none;
    transition: all 0.3s ease 0s;
}
.h-m-bot.active{
    display: flex;
    transition: all 0.3s ease 0s;
}
.h-logo {
    min-height: 64px;
    min-width: 135px;
}
.h-m-right-items a {
    max-width: fit-content;
}

.logo-img {
    background: url('../img/logo.webp') center / cover no-repeat;
}

.f-top-logo-size {
    min-height: 40px;
    min-width: 101px;
}

.m-f-logo-size {
    min-height: 34px;
    min-width: 86px;
}

.arrow-icon-up-1 {
    background: url('../img/svg/gray-arrow-top.svg') center / cover no-repeat;
    width:7px;
    height: 4px;
    transition: transform 0.3s ease-in-out;
}
.arrow-icon-up-1.rotate {
    background: url('../img/svg/green-arrow-top.svg') center / cover no-repeat;
    transform: rotate(180deg);
    width:7px;
    height: 4px;
    transition: transform 0.3s ease-in-out;

}

.h-m-logo {
    min-height: 32px;
    min-width: 74px;
}

.h-m-cabinet-icon {
    min-width:20px;
    min-height: 19px;
    background: url('../img/svg/cabinet-mobile.svg') center / cover no-repeat;
}


.h-m-right-item:hover {
    text-decoration: none;
}

.f-top-banner-app {
    min-height: 40px;
    min-width: 135px;
}

.line1-vert {
    min-width: 1px;
    min-height: 40px;
    background-color: #42464A;
}

.f-line-horizontal {
    max-width: 100%;
    min-height: 1px;
    background-color: #42464A;
}


.mid-items-cont-col a {
    font-family: 'ProximaNova-Regular';
    line-height: 17px;
    font-size: 14px;
    color: #b3b7be;
    padding-bottom: 10px;
    max-width: fit-content;
}
.mid-items-cont-col a:hover,
.m-f-menu-items a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.m-f-menu-items a {
    font-family: 'ProximaNova-Regular';
    line-height: 14px;
    font-size: 12px;
    color: #7F8287;
    padding-bottom: 6px;
    max-width: fit-content;

}
.m-f-banner-size {
    width: 115px;
    height: 34px;
}
.m-f-line {
    min-width: 292px;
    min-height: 1px;
    background-color: #42464A;
}
.f-top-text {
    width: 247px;
    padding: 5px 0px 5px 20px;
}
.f-top-banner-text {
    width: 105px;
    padding: 4px 10px 4px 0px;
}