﻿.glow-on-hoverz {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    background: #F05E22;
    border-radius: 6.48598px;
    padding: 10px;
    padding-top: 6.9px;
    padding-bottom: 6.9px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

    .glow-on-hover:active:after {
        background: transparent;
    }

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}


/*НОВЫЕ СТИЛИ БАСПАНЫ*/
header.menu {
    background-color: #ffffff;
    box-sizing: border-box;
    align-items: stretch;
    height: auto !important;
    padding-top: 10px;
    padding-bottom: 15px !important; /* Было 6px */
    padding-left: var(--padding-layout-mb);
    padding-right: var(--padding-layout-mb);
}

header.menu {
    width: 100% !important;
}



div#subdesktopMenu21 {
    padding: 20px;
    font-size: 14px;
    overflow-y: scroll;
    height: 300px;
    background-color: #004645;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    --webkit-box-shadow: inset 0 0 6px #ffffff;
    border-radius: 7px;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    border-radius: 4px;
    background-color: #f1f2f2;
    --webkit-box-shadow: inset 0 0 13px #f1f2f2;
}

::-webkit-scrollbar-thumb {
    background: #ADB2B3 !important;
    background-color: #ADB2B3 !important;
}

::-webkit-scrollbar {
    width: 6px !important;
    height: 100% !important;
}

header.menu .logo-box {
    order: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    header.menu .logo-box .logo img {
        width: 25vw;
        max-width: 40px; /* Изменил размер логотипа Жилстройсбербанк */
    }

    header.menu .logo-box .divider {
        align-self: stretch;
        width: 2px;
        background: #d6d1cd;
        height: inherit;
        margin: 0 10px;
    }

    header.menu .logo-box .home a {
        font-family: Ubuntu-Bold;
        font-size: 4vw;
        color: #008b8a;
        text-decoration: none;
    }

        header.menu .logo-box .home a .blur {
            font-family: Ubuntu-Light;
            font-weight: normal;
        }

header.menu .empty-box {
    order: 4;
}

header.menu .menu-box {
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

    header.menu .menu-box .menu-item-list {
        display: flex;
        flex-direction: row;
    }

    header.menu .menu-box .menu-item {
        display: flex;
        align-items: center;
        min-height: 0;
        padding: 0 5px 0px 8px;
        height: 40px;
        white-space: nowrap;
        cursor: pointer;
        text-decoration: none;
        border-bottom: none;
    }


    header.menu .menu-box .menu-group:not(.sub-group) {
        position: relative;
    }

    header.menu .menu-box .menu-group .sub-items {
        position: absolute;
        left: 0;
        height: 10px;
        margin-top: 40px;
        z-index: 10;
    }

        header.menu .menu-box .menu-group .sub-items .menu-item {
            background: var(--secondary-bold-color);
            min-width: 200px;
            padding: 20px;
        }

    header.menu .menu-box .menu-group.sub-group > .sub-items.show + .menu-item .menu-label {
        color: var(--secondary-color);
    }

    header.menu .menu-box .menu-group:not(.sub-group) > .sub-items.show + .menu-item .menu-label {
        color: var(--first-blur-color);
    }

    header.menu .menu-box .menu-group.overlap {
        display: flex;
    }

        header.menu .menu-box .menu-group.overlap:hover > .sub-items {
            visibility: visible;
            flex-direction: column;
        }

        header.menu .menu-box .menu-group.overlap > .sub-items {
            visibility: hidden;
            left: unset;
            right: 0;
        }

            header.menu .menu-box .menu-group.overlap > .sub-items > .menu-group > .sub-items {
                left: unset;
                top: 0;
                right: 100%;
            }

        header.menu .menu-box .menu-group.overlap.hide {
            display: none;
        }

    header.menu .menu-box .menu-group.sub-group .sub-items {
        width: 100%;
    }

header.menu .menu-group .sub-items {
    background: var(--secondary-bold-color);
}

    header.menu .menu-group .sub-items .partition {
        height: 2px;
        background-color: #d6d1cd;
        width: 90%;
        margin: 0 auto;
        display: none;
    }

header.menu .menu-group.big {
    z-index: 4 !important;
}

header.menu .menu-group > .sub-items > .list {
    height: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.26s ease;
}

    header.menu .menu-group > .sub-items > .list > .menu-item {
        z-index: 3;
    }

header.menu .menu-group > .sub-items > .menu-item.selected > .menu-label {
    color: var(--secondary-color);
}

header.menu .menu-group > .sub-items > .menu-item.selected ~ .partition {
    display: block;
}

header.menu .menu-group > .sub-items > .list.selected {
    transform: scaleY(1);
}

header.menu .menu-label {
    display: block;
    text-decoration: none;
    color: #2C3537;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.13;
}

span.text-light label svg path:hover {
    fill: #212529;
    cursor: pointer;
}

span.text-light label svg path {
    fill: #99A0A2;
    cursor: pointer;
}

header.menu .menu-label {
    display: flex;
    text-decoration: none;
    color: #2C3537;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.13;
    align-self: center;
    align-items: center;
    grid-gap: 17px;
}

.menu-label--sales-title {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    background: #F05E22;
    border-radius: 6.48598px;
    padding: 10px;
    padding-top: 6.9px;
    padding-bottom: 6.9px;
}
/* Добавил круглишок к кнопке смены языка */
.align-middle {
    text-align: center;
    border-bottom: solid 2.4px #2C3537;
    color: #2C3537;
    padding-top: 10px;
    margin-bottom: 10px;
}

.align-middle--items {
    text-align: center;
    color: #2C3537;
    color: #2C3537;
    padding-top: 10px;
    margin-bottom: 10px;
}

.li_parent_menu_list {
    display: none;
    position: relative;
}


header.menu .action-box {
    order: 2;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: -3px;
    position: relative;
    margin-top: 6px;
}

.cab-i {
    text-decoration: none;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #008F91;
    display: flex;
}

.cab-menu {
    background: #ffffff;
    border: 0.747664px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 8px;
    top: 99%;
    padding: 21px 9px 17px;
    position: absolute;
    margin-right: -6%;
}

.cab-prof {
    line-height: 3px;
    padding: 0 0 0 16px;
}

.cab-h {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #2C3537;
}

.cab-p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px !important;
    color: #99A0A2 !important;
}

.cab-menu--itemss {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #2C3537;
    text-decoration: none;
    margin-left: 6px;
}

a {
    text-decoration: none;
}

.cab-menu-h {
    display: flex;
    align-items: center;
    height: 33px;
    padding: 8px 13px;
    border: 1px solid transparent;
}

    .cab-menu-h:hover {
        border: 1px solid #D2D4D5;
        border-radius: 4px;
    }

.cab-img {
    width: 16px;
    height: 16px;
}

.cab-menu-c {
    display: flex;
    align-items: center;
    margin: 15px 0 0;
    padding: 0 13px;
}

header.menu .action-box .menu-icon {
    display: flex;
    margin: 0;
}

    header.menu .action-box .menu-icon i {
        font-size: 20px;
        margin-right: 15px;
    }

    header.menu .action-box .menu-icon span {
        font-family: Ubuntu-Medium;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.13;
        color: #008b8a;
    }

header.menu .action-box #mbMenu {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2;
}

    header.menu .action-box #mbMenu .mb-menu-box {
        position: relative;
    }

        header.menu .action-box #mbMenu .mb-menu-box .menu-item,
        header.menu .action-box #mbMenu .mb-menu-box .menu-group {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 40px;
            background-color: #008b8a;
            cursor: pointer;
        }

        header.menu .action-box #mbMenu .mb-menu-box > .menu-group {
            position: relative;
            z-index: 0;
        }

        header.menu .action-box #mbMenu .mb-menu-box > div .menu-label {
            text-align: center;
        }

        header.menu .action-box #mbMenu .mb-menu-box > .menu-group > .sub-items {
            text-align: center;
            position: absolute;
            width: 100%;
            top: 100%;
        }

            header.menu .action-box #mbMenu .mb-menu-box > .menu-group > .sub-items:before {
                content: '';
                display: block;
                width: 90%;
                height: 2px;
                background: #d6d1cd;
                margin: 0 auto;
            }

        header.menu .action-box #mbMenu .mb-menu-box .menu-group .sub-items.show + .menu-item > .menu-label {
            color: var(--secondary-color);
        }

        header.menu .action-box #mbMenu .mb-menu-box > .menu-group .sub-group > .sub-items {
            text-align: center;
            position: absolute;
            width: 100%;
            top: calc(100% + 10px);
        }

header.menu .action-box .right-box {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: 10px;
}

    header.menu .action-box .right-box .partition {
        align-self: stretch;
        background: #d6d1cd;
        width: 2px;
        height: inherit;
        margin: 0 20px;
    }

        header.menu .action-box .right-box .partition.left {
            display: none;
        }

    header.menu .action-box .right-box .switch-language {
        color: var(--first-color);
        background: transparent;
        font-family: Ubuntu-Medium;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.13;
        outline: none;
        border: none;
        cursor: pointer;
    }

header.menu .action-box #OBLoginButtDiv {
    display: flex;
    align-items: center;
    color: var(--first-color);
    font-family: Ubuntu-Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.13;
    color: #ffffff;
    cursor: pointer;
    background: #008b8a;
    padding: 6px;
    border-radius: 6px;
}

    header.menu .action-box #OBLoginButtDiv:hover img {
        opacity: 1 !important;
    }

    header.menu .action-box #OBLoginButtDiv img {
        margin-left: 15px;
        width: 24px;
        height: 24px;
    }

@media (min-width: 768px) {
    header.menu .logo-box .home a {
        font-size: 19px; /* Изменил размер логотипа BASPANA */
        font-weight: 900;
    }
}

@media (min-width: 992px) {
    header.menu {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-top: 33px;
        padding-left: var(--padding-layout);
        padding-right: var(--padding-layout);
        overflow: visible;
    }

        header.menu .logo-box .divider {
            margin: 0 20px;
        }

        header.menu .empty-box {
            order: 2;
        }


        header.menu .menu-box {
            order: 3;
            flex-direction: row;
            margin-bottom: 0;
            height: auto;
            visibility: visible;
            overflow: visible;
        }

        header.menu .action-box {
            order: 4;
        }

            header.menu .action-box .menu-icon {
                display: none;
            }

            header.menu .action-box .right-box {
                margin-bottom: 3.6px;
            }

                header.menu .action-box .right-box .partition.left {
                    display: block;
                    padding-bottom: 4px;
                }

            header.menu .action-box #mbMenu {
                display: none;
            }
}

@media(min-width:1200px) {

    .classUlRegion {
        border: none;
        background: transparent;
        outline: none;
        padding-top: 15px;
        padding-bottom: 10px;
        margin-top: 50px;
        margin-right: 0px;
        padding-right: 20px;
        padding-left: 23px;
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 17px;
        position: absolute;
        margin-left: -181px;
        margin-top: 21px;
        color: #2C3537;
        cursor: pointer;
        line-height: 30px;
        z-index: 3;
        max-width: 24.51%;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        position: absolute;
        background: #ffffff;
        box-shadow: 0px 16px 20px rgb(0 0 0 / 12%);
        background: #FFFFFF;
        border: 0.747664px solid #E5E5E5;
        box-sizing: border-box;
        border-radius: 8px;
        left: 787px;
        right: 0;
        width: 287px;
    }
}

.ulItemRegion {
    border-radius: 6px;
    width: 109%;
    margin-left: -13px;
    padding-left: 15px;
}

    .ulItemRegion:hover {
        background: #EFEFEF !important;
    }



.header--mobile {
    display: none;
}

@media(max-width:1200px) {
    .popup.login.simple._auto_height.log_in.active {
        z-index: 1000 !important;
    }

    .header--mobile #close-menu img, .header--mobile #close-menu svg {
        margin-left: 26px !important;
        margin-bottom: 4px !important;
        margin-right: 0px !important;
        margin: 0px;
    }

    .header--mobile span#close-menu {
        width: max-content;
        justify-content: left;
        display: inline-block;
        font-style: normal;
        font-size: 16px;
        line-height: 150%;
        align-items: center;
        letter-spacing: 0.0168em;
        margin-left: 10px;
        font-feature-settings: 'tnum' on, 'lnum' on;
        color: #2C3537;
        font-family: 'Ubuntu';
        font-weight: bold;
    }

    div#OBLoginButtDiv span {
        font-family: 'Ubuntu Medium';
        font-style: normal;
        font-weight: bold !important;
        font-size: 16px;
        line-height: 18px;
        display: flex;
        align-items: center;
        color: #2C3537;
        grid-gap: 13px;
        margin-left: 13px !important;
        width: max-content;
    }

    .header--mobile {
        display: block;
    }

    .header_s {
        display: none;
    }

    .clientName {
        text-align: center;
        display: flex;
        margin-bottom: 0px;
        padding-bottom: 21px !important;
        border-bottom: 1px solid #E0E0E0 !important;
        padding: 21px 15px 21px 15px;
    }

    header,
    section,
    .container,
    .box {
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
    }

    header {
        background: #FFF;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0);
        height: max-content;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: initial;
        z-index: 9;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        border-bottom: 1px solid #D2D4D4;
    }

    .header--mobile div#menuList {
        margin: 19px 0px 0px 0px;
        border: 1px solid #E0E0E0 !important;
        border-right: 0px !important;
        border-left: 0px !important;
        border-bottom: 0px !important;
    }

    html.active header {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    header .box {
        display: none;
        height: max-content;
        line-height: 40px;
        margin: 0 80px;
        padding: 6px 10px 6px 0px;
    }

    .fa-bars:before {
        font-size: 24px;
        content: "\2630" !important;
        font-weight: bold;
        color: #2C3537 !important;
        content: none !important;
    }

    i#ggg svg {
        height: 100% !important;
        width: 100% !important;
        width: auto;
    }

    span#menu {
        margin-left: 11px !important;
    }

    header .box > ul {
        display: flex;
    }

        header .box > ul li {
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
        }

    #overlay {
        background: #000;
        bottom: 0;
        height: 100%;
        left: 0;
        opacity: 0;
        overflow: hidden;
        position: fixed;
        right: 0;
        top: 0;
        visibility: hidden;
        width: 100%;
        z-index: 99;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    html.active #overlay {
        opacity: .65;
        visibility: visible;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    #home,
    .logo > a {
        border-radius: 8px;
        box-shadow: inset 0 0 0 2px #FFF, inset 0 0 0 3px #FF5959;
        color: #FF5959;
        display: block;
        font-size: 32px;
        height: 36px;
        right: 0;
        line-height: 36px;
        margin: 10px 20px 10px 30px;
        overflow: hidden;
        padding: 2px;
        position: fixed;
        text-align: center;
        top: 0;
        width: 36px;
    }

    .header--mobile div#menuList a span, .header--mobile div#myDocs a span {
        font-family: Ubuntu;
        font-style: normal;
        font-size: 16px !important;
        line-height: 18px;
        display: flex;
        align-items: center;
        color: #2C3537;
        font-weight: bold;
    }

    #menuList > div.menuHpc > div {
        border-left: 0 !important;
    }

    #menuList > div.menuMyDocs > div {
        border-left: 0 !important;
    }

        #menuList > div.menuMyDocs > div > a > span {
            font-family: Ubuntu;
            font-style: normal;
            font-weight: normal !important;
            font-size: 14px;
            line-height: 16px;
            color: #2C3537;
        }

    .header--mobile div#menuList .menu-item, .header--mobile div#myDocs .menu-item {
        display: grid !important;
        grid-template-columns: 7% 75% 6% !important;
        align-content: center;
        align-self: center;
        grid-gap: 14px;
        font-weight: 100;
        padding: 0px;
        margin: 5px 0;
    }

    .header--mobile div#menuList .menuMystate a.menu-item, .header--mobile div#myDocs .menuMyDocs a.menu-item,
    #menuList > div.menuMyBank > div > a.menu-item, .header--mobile div.menuMyDocs a.menu-item, #menuList > div.menuMyDocs > div > a.menu-item {
        display: block !important;
    }

        #menuList > div.menuMyDocs > div > a.menu-item span {
            font-family: Ubuntu;
            font-style: normal;
            font-size: 16px !important;
            line-height: 18px;
            display: flex;
            align-items: center;
            color: #2C3537;
            font-weight: bold !important;
        }

    .header--mobile div#menuList .menu-item svg, .header--mobile div#myDocs .menu-item svg {
        align-self: center;
    }

    .header--mobile span#ClientName {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        display: flex;
        align-items: center;
        color: #2C3537;
    }

    .header--mobile form#logoutForm span {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 16px !important;
        line-height: 18px;
        display: flex;
        align-items: center;
        color: #2C3537;
        padding: 19px 0px;
    }

    .no-gutters {
        display: none;
    }

    .main {
        width: 100% !important;
    }

    .logo {
        font-size: 32px;
        height: max-content;
        line-height: 40px;
        margin: 0 auto;
        overflow: hidden;
        padding: 10px;
        position: relative;
        width: initial;
    }

        .logo > a {
            display: inline-block;
            margin: 0 auto 0 10px;
            position: relative;
        }

    .sign-up {
        background: #FF5959;
        border: 1px solid #FF5959;
        color: #FFF;
        font-family: 'Abel', sans-serif;
        font-size: 16px;
        font-weight: bold;
        height: 40px;
        letter-spacing: 1px;
        line-height: 40px;
        margin: 10px;
        overflow: hidden;
        padding: 0;
        position: relative;
        text-align: center;
    }

        .sign-up:hover {
            background: #FFF;
        }

        .sign-up a {
            display: block;
        }

        .sign-up span {
            margin: 0 auto 0 8px;
        }

    #close-menu {
        border-radius: 20px;
        color: #333;
        cursor: pointer;
        display: block;
        height: 20px;
        line-height: 20px;
        margin: 15px 20px 15px auto;
        position: relative;
        text-align: center;
        top: 0;
        width: 100%;
        display: flex;
    }

    section {
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        z-index: 2;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }


    html.active,
    html.active body {
        overflow: hidden;
    }

        html.active section {
            -webkit-transform: matrix(1, 0, 0, 1, -320, 0);
            -moz-transform: matrix(1, 0, 0, 1, -320, 0);
            transform: matrix(1, 0, 0, 1, -320, 0);
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

    section > h1 {
        color: #FFF;
        font-size: 2em;
        left: 0;
        margin: 0 10%;
        position: absolute;
        right: 0;
        text-align: center;
        text-transform: uppercase;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        section > h1 > span {
            display: block;
            font-family: 'Cabin', cursive;
            font-size: 16px;
            font-style: italic;
            font-weight: 400;
            text-transform: none;
        }

    menu {
        background: #FFF;
        bottom: 0;
        margin: 0;
        padding: 0;
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        z-index: 1;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        menu .container {
            padding: 0px 19px;
            height: 100%;
            margin: 10px 0px;
            overflow: hidden;
            position: relative;
            width: 100%;
            -webkit-transform-origin: 0% 50% 0px;
            -moz-transform-origin: 0% 50% 0px;
            transform-origin: 0% 50% 0px;
            -moz-transform: matrix(0.8, 0, 0, 0.9, 40, 0);
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

            menu .container .box {
                border-top: 1px solid #E0E0E0;
                height: calc(100%);
                overflow: visible;
                overflow-Y: scroll;
                position: relative;
                width: 100%;
            }

    .header--mobile div#OBLoginButtDiv {
        cursor: pointer;
        width: max-content;
        background: white !important;
        cursor: pointer;
        width: unset;
        background: white !important;
        border-bottom: 1px solid #E0E0E0;
        padding: 21px 0px;
    }

    menu .box ul:nth-child(1) {
        border-bottom: 3px solid;
    }

    menu .box ul {
        padding: 10px 0;
    }

    menu ul li {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: normal;
        font-size: 16px !important;
        line-height: 18px;
        display: flex;
        align-items: center;
        color: #2C3537;
        padding: 14px 0px;
    }

    .collapse:not(.show) {
        display: grid;
    }

    menu ul:nth-child(2) li {
        font-size: 10px;
    }

        menu ul:nth-child(2) li:last-child {
            border-bottom: 1px solid #EDEDED;
        }

    menu ul:nth-child(3) li {
        border: 0;
        display: inline-block;
    }

    .header--mobile .s_h--buttons a div {
        width: 100%;
        margin: 0px;
    }

    .header--mobile .box ul {
        margin: 0px !important;
        padding: 0px !important;
        width: 100% !important;
        display: grid;
        margin: 19px 0px 0px 0px !important;
        border: 1px solid #E0E0E0;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
    }

    .header--mobile div#menuList a {
        height: 48px;
        padding-left: 12px;
    }

    .header--mobile .menuMystate div {
        margin-left: 24px;
    }

        .header--mobile .menuMystate div a {
            height: 48px;
        }


    .menu-item.o_m--f {
        padding-left: 12px;
    }

        .menu-item.o_m--f span {
            font-family: 'Ubuntu' !important;
            font-style: normal;
            font-weight: bold !important;
            font-size: 16px;
            line-height: 18px;
            display: flex;
            align-items: center;
            /* Dark */
            color: #2C3537;
            /* Inside auto layout */
        }

    menu ul li {
        display: grid;
        margin-left: 12px;
    }

    menu ul:nth-child(3) li > a {
        border: 1px solid;
        border-radius: 100%;
        color: #898989;
        display: block;
        font-size: 22px;
        height: 24px;
        line-height: 24px;
        margin: 2px 4px;
        padding: 5px;
        text-align: center;
        width: 24px;
    }

    menu ul li:last-child {
        border: 0;
    }

    html.active menu {
        left: 0;
        z-index: 999;
    }

        html.active menu .container {
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

    #menu {
        cursor: pointer;
        display: block;
        font-size: 30px;
        height: 36px;
        line-height: 40px;
        margin: 6px 20px;
        position: fixed;
        left: 0;
        text-align: center;
        top: 0;
        width: 36px;
    }

    @media only screen and (min-width: 0px) {
        header {
            width: 100%;
        }

            header .container {
                width: 100%;
            }

            header .box {
                display: block;
            }

        section > h1 {
            font-size: 3em
        }
    }


        menu ul li > a {
            border: none !important;
            width: max-content !important;
            height: max-content !important;
            /* Body L */
            font-family: 'Ubuntu' !important;
            font-style: normal !important;
            font-weight: 400 !important;
            font-size: 16px !important;
            line-height: 13px !important;
            display: flex !important;
            align-items: center !important;
            color: #2C3537 !important;
        }

    a#io--m {
        font-weight: 100;
        font-weight: 100;
        display: grid;
        background: linear-gradient( 90deg, #06BBC7 0%, #348CF3 100%);
        border-radius: 6px;
        height: max-content;
        padding: 16px !important;
        width: 100%;
        margin: 19px 0px 0px 0px !important;
    }

        a#io--m p {
            font-family: Ubuntu-Medium !important;
            font-style: normal;
            font-weight: normal;
            font-size: 16px !important;
            line-height: 140% !important;
            color: #FFFFFF;
            margin-bottom: 15px;
            width: 85% !important;
        }

    .header--mobile a#myStates {
        display: grid !important;
        grid-template-columns: 7% 75% 6% !important;
        align-content: center;
    }

    a#io--m span {
        background: white;
        border-radius: 6px;
        padding: 11px 18px;
        width: 100% !important;
        color: #2C3537;
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        align-items: center;
        text-align: center;
        color: #2C3537;
        place-content: center;
    }

    .menu-item-group.collapse.f_m--s {
        margin: 0px !important;
    }

    .header--mobile a#menu24 {
        display: grid !important;
        grid-template-columns: 7% 75% 7% !important;
        align-content: center;
    }
}

.like-label-header:before {
    content: "\2665";
    display: block;
    width: 30px;
    font-size: 19px;
    cursor: pointer;
    color: #99A0A2;
    margin: 10px 10px;
    text-align: center;
    align-self: center;
    text-align-last: center;
    line-height: normal;
    font-family: system-ui;
    content: "\2665";
    display: flex;
    width: 30px;
    font-size: 24px;
    cursor: pointer;
    color: #99A0A2;
    margin: 10px 10px;
    text-align: center;
    align-self: center;
    text-align-last: center;
    line-height: normal;
    font-family: system-ui;
    justify-content: normal;
    flex-direction: column;
}

.like-label-header:hover:before {
    color: #212529;
}

@media(max-width:1200px) {
    .popup.login.simple._auto_height.log_in.active {
        height: 100%;
        width: 100%;
        border: none;
        left: 0 !important;
        margin-left: 0px;
    }

    a#myStates span span {
        border-radius: 99px;
        font-family: 'Ubuntu' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 16px !important;
        display: flex !important;
        align-items: center !important;
        text-align: center;
        font-feature-settings: 'tnum' on, 'lnum' on;
        color: #FFFFFF !important;
        padding: 5px;
        width: 22px;
        height: 22px;
        justify-content: center;
        margin-left: 7px;
    }

    html.active menu .container ::-webkit-scrollbar {
        height: 0px !important;
        border-color: transparent !important;
        width: 0px !important;
    }

    .box ul li:first-child {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        gap: 21px;
    }

        .box ul li:first-child .BecomeClient .btn-submit.text-center button {
            background: #348CF3;
            color: white;
            border-radius: 6px;
            padding: 13px;
            width: 100%;
            display: flex;
            justify-content: center;
            gap: 4px;
        }

    .BecomeClient {
        width: 100%;
    }

    .box ul li:first-child .BecomeClient .btn-submit.text-center button span {
        font-size: 26px;
        font-weight: normal;
    }
}
