#head__main {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
}

.head__block {
    display: flex;
    align-items: center;
}

.head__control {
    display: flex;
    align-items: center;
    gap: 8px;
}

.head__control a {
    align-items: center;
    background-color: rgba(78, 93, 134, .3);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    padding: 4px;
    text-decoration: none;
    transition: .2s;
    width: 24px;
    height: 24px;
}

.head__control:after {
    background-color: #fff;
    content: "";
    height: 15px;
    margin: 0 12px;
    opacity: .2;
    width: 1px;
}

.head__control a svg {
    fill: #fff;
    height: 15px;
    width: 15px;
}

.head__money {
    display: flex;
    align-items: center;
    background-image: linear-gradient(285.39deg, #ffb800 -4.36%, #fff173 115.87%);
    border-radius: 50px;
    height: 24px;
    justify-content: space-between;
    padding: 0 8px;
    width: 100%;
}

.head__money img {
    max-height: 42px;
    margin-left: -13px;
}

.head__money span {
    color: #090f1e;
    font-size: 12px;
    font-weight: 600;
}

.head__money svg {
    fill: #795805;
    margin-left: 8px;
    width: 8px;
}

.head__promo {
    display: flex;
    align-items: center;
    background-color: rgba(78, 93, 134, .3);
    border-radius: 6px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 25px;
    padding-right: 35px;
    position: relative;
    transition: .2s;
    width: 141px;
}

.head-promo__icon {
    align-items: center;
    background: linear-gradient(86.37deg, #d062ff 2.96%, #7bb0ff 99.68%), linear-gradient(90deg, #ed6ea0, #ec8c69);
    border-radius: 100%;
    box-shadow: 0 5px 15px rgba(201, 85, 255, .4);
    display: flex;
    justify-content: center;
    padding: 6px;
    transform: translateX(-10px);
    width: 28px;
    height: 28px;
}

.head-promo__icon svg {
    width: 18px;
}

.head__promo img {
    max-height: 56px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(30%) rotate(-13deg);
}

.head__cnt {
    display: flex;
    align-items: center;
}

.head__cnt:before {
    background-color: #fff;
    content: "";
    height: 15px;
    margin: 0 14px;
    opacity: .2;
    width: 1px;
}

.head__cnt:after {
    background-color: #fff;
    content: "";
    height: 15px;
    margin: 0 10px;
    opacity: .2;
    width: 1px;
}

.head__para {
    display: flex;
    align-items: center;
    font-size: 10px;
}

.head-para__block {
    display: inline-block;
    line-height: 14px;
    margin-right: 10px;
}

.head-para__block span {
    display: block;
    font-size: 10px;
    font-weight: 600;
}

.head-para__block small {
    display: block;
    color: hsla(0, 0%, 100%, .5);
    font-weight: 600;
}

.head__para a {
    width: 24px;
}

.head__para:after {
    background-color: #fff;
    content: "";
    height: 15px;
    margin: 0 10px;
    opacity: .2;
    width: 1px;
}

.head-app-android {
    align-items: center;
    background-color: rgba(78, 93, 134, .3);
    border-radius: 6px;
    display: flex;
    height: 24px;
    justify-content: center;
    padding: 0 8px;
    position: relative;
}

.head-app-android a {
    display: flex;
    z-index: 99;
}

.head-app-android a svg {
    width: 13px;
}

.head-app-android a+a {
    margin-left: 6px;
}


.v-abs {
    position: absolute;
    left: 24%;
    transform: translateX(-50%);
    top: 38px;
    display: none;
    z-index: 22;
    width: 270px;
    height: 265px;
    background: #ffffff;
    border-radius: 8px;
    padding: 8px 10px;
}

.v-abs:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;

}

.mobile-pwa-info-text {
    margin-top: 20px;
}

.mobile-pwa-info-text p {
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #000;
}

.head-app-android:hover .v-abs {
    display: block;
}

.v-image-sizing {
    background-image: url(../img/tooltip-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -5px;
    left: 51%;
    transform: translateX(-50%);
}

.head-leng {
    position: relative;
    display: flex;
    z-index: 99;
}

.head-leng__block {
    cursor: pointer;
    align-items: center;
    background-color: rgba(78, 93, 134, .3);
    border-radius: 6px;
    display: flex;
    height: 24px;
    justify-content: space-between;
    padding: 0 8px;
    transition: .3s;
    width: 64px;
    position: relative;
}

.head-leng__block:after {
    content: "";
    position: absolute;
    top: 9px;
    right: 31px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    width: 3px;
    height: 3px;
    transform: rotate(135deg);
    transition: 0.3s;
    opacity: 0.8;
}

.head-leng__block span {
    font-size: 12px;
    text-transform: uppercase;
}

.head-leng__block img {
    max-width: 16px;
    border-radius: 50%;
    height: 16px;
    object-fit: cover;
}

.head-leng-droup {
    align-items: center;
    background-color: #192033;
    border-radius: 8px;
    display: none;
    flex-direction: column;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    width: 64px;
    transition: 0.3s;
    z-index: 99;
    top: 27px;
    right: 0;
    gap: 12px;
}

.head-leng-droup li a {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.head-leng-droup li a span {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-right: 2px;
    text-transform: uppercase;
    width: 20px;
}

.head-leng-droup li a img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    object-fit: cover;
}

.click-open-leng .head-leng-droup {
    display: flex;
}

.click-open-leng .head-leng__block:after {
    transform: rotate(-45deg);
    top: 11px;
}

.level-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__logo {
    display: flex;
    width: 68px;
}

.header__locale {
    display: flex;
    margin-left: 6px;
}

.header__locale img {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    object-fit: cover;

}

.search_input {
    display: none;
}

#header {
    align-items: center;
    background: var(--color-bg-header);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    /* border: var(--border-text); */
    display: flex;
    height: 47px;
    padding: 0 10px;
    position: sticky;
    top: 0;
    z-index: 5;
}

.header__main {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}

.header__main>.header__logo {
    display: none;
}

.menu-cnt {
    height: 100%;
}

.header__wrap {
    height: 100%;
    display: flex;
}

.header__wrap ul {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 20px;
    position: relative;
}

.header__wrap ul li {
    position: relative;
    margin: 0 11px;
    align-items: center;
    display: flex;
    height: 100%;
    transition: 0.3s;
}

.header__wrap ul li:after {
    background-color: var(--color-before);
    bottom: 0;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: 0.3s;
    width: 100%;
}

.header__wrap ul .current-menu-item:after {
    opacity: 1;
}

.header__wrap ul .current-menu-item a {
    font-weight: 700;

}

.header__wrap ul li a {
    align-items: center;
    display: flex;
    height: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    transition: 0.3s;
    white-space: nowrap;
}


.header__wrap ul li a img {
    width: 60px;
}

.navigat-new {
    background: linear-gradient(-260deg, #7f66d2, #5484f2);
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    padding: 1px 5px;
    text-transform: uppercase;
    margin-left: 5px;
}

.header__buttons {
    display: flex;
    align-items: center;
    margin-left: 60px;
}

.btn_login {
    background-color: rgba(78, 93, 134, .3);
    border-radius: 6px;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 700;
    height: 32px;
    padding: 0 12px;
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: center;
}

.btn_login:hover {
    background-color: #1f2747;
    color: #fff;
}

.btn_registration {
    align-items: center;
    background-image: var(--green-gradient);
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 32px;
    margin-left: 15px;
    padding: 0 10px;
    transition: 0.3s;
}

.btn_registration:hover {
    opacity: 0.7;
}

.btn_registration__add {
    align-items: center;
    background-image: linear-gradient(210deg, hsla(0, 0%, 100%, 0) 25%, hsla(0, 0%, 100%, .06) 48%, #fff 133%);
    border-radius: 100%;
    display: flex;
    font-size: 16px;
    height: 20px;
    justify-content: center;
    margin-right: 6px;
    padding: 3px;
    width: 20px;
}




.open-menu {
    display: none;
    height: 20px;
    width: 30px;
    position: relative;
}

.open-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.close-menu {
    display: none;
}

.body_fix {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

.body_fix .open-menu.close-menu {
    z-index: 9996;
}

.logotype {
    display: none;
}

@media (max-width: 1600px) {
    .header__buttons {
        margin-left: 10px;
    }

    .header__wrap ul {
        margin-left: 5px;
    }

}

@media (max-width: 1320px) {
    .header__wrap ul li {
        margin: 0 5px;
    }

    .header__wrap ul li a {
        font-size: 11px;
    }
}

@media (max-width: 1200px) {
    .header__main>.header__logo {
        display: flex;
    }

    .level-item {
        /* display: none; */
    }

    body {
        padding-top: 56px;
    }

    .header__buttons {
        margin-left: auto;
        margin-right: 20px;
    }

    .head__block .header-button {
        display: none;
    }

    .head__block .head__control:after {
        margin: 0 12px 0 0;
    }

    #header {
        border-radius: 0;
        display: flex;
        justify-content: space-between;
        left: 0;
        padding: 0 20px 0 15px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    .menu-width {
        width: 0 !important;
        -webkit-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    .transition-menu {
        width: 290px !important;
        -webkit-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    .open-menu span:nth-child(2),
    .open-menu span:nth-child(3) {
        top: 10px;
    }

    .open-menu span:last-child {
        top: 20px;
    }

    .open-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 999;
    }

    .close-menu span {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .close-menu span:first-child,
    .close-menu span:last-child {
        display: none;
    }

    .close-menu span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        right: auto;
    }

    .close-menu span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: auto;
    }

    .menu-cnt {
        margin: 0;
        height: 100vh;
        width: 0;
        position: fixed;
        z-index: 9996;
        top: 48px;
        right: 0;
        overflow-x: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background: var(--color-bg-header);
    }

    .header__wrap ul {
        margin-left: 0;
        position: relative;
        flex-direction: column;
        align-items: flex-start;
    }

    .header__wrap {
        padding: 45px 15px 0;
        flex-direction: column;
    }

    .search_input {
        align-items: center;
        border: 1px solid #304066;
        border-radius: 6px;
        display: flex;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .search_input input {
        background: #1d273e;
        border: none;
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
        color: #fff;
        display: inline-block;
        height: 40px;
        padding: 0 10px;
        width: 100%;
    }

    .search_input label {
        width: 100%;
        display: flex;
    }

    .search_input button {
        background: #1d273e;
        border: none;
        border-bottom-right-radius: 6px;
        border-left: 1px solid #304066;
        border-top-right-radius: 6px;
        height: 100%;
        outline: none;
        width: 15%;
    }

    .header__wrap ul li {
        margin: 0;
        border-bottom: 1px solid rgba(97, 97, 97, .253);
        width: 100%;
    }

    .header__wrap ul li a {
        width: 100%;
        padding: 18px 10px;
        font-size: 14px;
    }

    .header__wrap ul li:after {
        background-color: unset;
    }

    .header__wrap ul .active:after {
        background: linear-gradient(90deg, rgba(0, 149, 255, .424), transparent);
        border-radius: 4px;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .header__wrap ul {
        align-items: center;
        flex-direction: column;
        max-height: 75%;
        overflow-x: hidden;
        overflow-y: scroll;
        padding-bottom: 150px;
        width: 100%;
    }
}

@media (max-width: 760px) {
    .head__promo {
        display: none;
    }

    .head__cnt {
        display: none;
    }

    .v-abs {
        width: 220px;
        height: 235px;
    }
}

@media (max-width: 430px) {
    .head__money {
        display: none;
    }

    .head__control:after {
        display: none;
    }
}

@media (max-width: 370px) {
    #header {
        flex-direction: column;
        padding: 15px;
        height: auto;
    }

    .header__main {
        justify-content: space-between;
        margin-top: 15px;
    }

    .logotype {
        align-items: center;
        display: flex;
        justify-content: space-between;
        text-align: center;
        width: 100%;
    }

    #header .logotype__mob_separator {
        background: linear-gradient(90deg, hsla(0, 0%, 100%, .2) 9.92%, transparent);
        display: inline-block;
        height: 1px;
        width: 100%;
    }

    .logotype img {
        display: inline-block;
        margin: 0 20px;
        max-width: 70px;
    }

    .header__main>.header__logo {
        display: none;
    }
}