:root, html body, html body * {
    --fill_dark_light_white_hover: var(--theme-base-color, #033a54) !important;
    --theme-base-color_light: #005c87;
}







/* -----------------------------styles.css----------------------- */
div .btn, div .link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;
    color: inherit;
}

div .btn {
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 34px;
}

div .btn-round {
    background-color: #fff;
    border-radius: 50%;
    height: 40px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    width: 40px;
}

div .btn-round:active {
    background-color: #000;
}

div .btn-round:after {
    background-color: var(--theme-base-color);;
    content: "";
    height: 16px;
    left: 50%;
    -webkit-mask-image: url(img/icons/icon-arrow-right-dark.svg);
    mask-image: url(img/icons/icon-arrow-right-dark.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    transition: .3s;
    width: 20px;
}

div .btn-round-dark {
    background-color: var(--theme-base-color);;
}

div .btn-round-dark:after {
    background-color: #fff;
}

div .btn-round-prev:after {
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    -ms-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
}

div .btn-big {
    padding: 13px 80px;
}

div .btn-fill-dark {
    background-color: var(--theme-base-color);;
    color: #fff;
}

div .btn-fill-dark:active {
    background-color: #000;
    color: #fff;
}

div .btn-solid-dark, div .btn-solid-dark:focus {
    border: 2px solid var(--theme-base-color);
    color: var(--theme-base-color);
}

div .btn-solid-dark:active {
    background-color: #000;
    border-color: #000;
    color: #fff;
}









/* -----------------------------template_styles.css----------------------- */
.header__top-inner ul {
    list-style: none
}

body div ul:not([id*="bx_"])>li:before {
    content: none;
}

#search-title-wrapper {
    position: relative;
}

.card__top {
    justify-content: space-between;
}

.categories__item .category__thumb {
    margin-bottom: 0;
}

.categories__item .category__content, .category__info {
    z-index: 2;
}

.container-pdf h1 {
    margin-bottom: 80px;
}

.container-pdf h2.category__title {
    color: rgb(45, 45, 45);
}

.btn-shop {
    margin-right: 16px;
}

@media (max-width: 999px) {
    .header-buttons-wrap .btn {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .btn.btn-shop-mobile {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .btn-shop-desctop {
        display: none !important;
    }

    .btn.btn-shop-mobile {
        margin-top: 20px;
        margin-right: 0;
    }

    #search-title-wrapper {
        text-align: right;
    }
}

.geo-city__name {
    padding: 0 5px 0 5px;
}

.bxmaker-authuserphone-login__change-form {
    position: relative;
}

/* Стили для контейнера табов */
/*.tabs {*/
/*    max-width: 600px;*/
/*    margin: 0 auto;*/
/*    font-family: Arial, sans-serif;*/
/*}*/

/* Стили для кнопок */
.tab-buttons {
    display: flex;
}

.tab-button {
    padding: 4px 0 4px 0;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 16px;
    transition: background 0.3s;
    margin: 26px 24px 26px 0;
}

.tab-button.active {
    border-radius: 5px 5px 0 0;
    text-decoration: underline; /* Подчёркиваем текст активной кнопки */
    text-decoration-thickness: 2px; /* Толщина подчёркивания */
    text-underline-offset: 5px; /* Отступ подчёркивания от текста */
}

.tab-button:hover {
    background: #f0f0f0;
}

/* Стили для контента вкладок */
.tab-content {
    border-top: none;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.bxmaker-authuserphone-enter-auth__title, .bxmaker-authuserphone-enter-reg__title {
    display: none;
}

.bxmaker-authuserphone-enter-auth-form__by, .bxmaker-authuserphone-enter-auth-by-password-form__back {
    display: none;
}

.input__field {
    border-bottom: 2px solid #d2d3d4 !important;
}

.bxmaker-authuserphone-input-phone__input {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bxmaker-authuserphone-enter {
    padding-left: 0;
}

.fancybox-slide > div {
    padding: 0;
    background-color: transparent;
}

.bxmaker-authuserphone-login {
    background-color: #fff !important;
}

.auth-forms-container {
    background-color: white !important;
    padding: 100px 40px 40px 40px !important;
    border-radius: 10px !important;
}

.fancybox-button.fancybox-close-small svg path {
    fill: #D2D3D4;
}

.fancybox-slide--html .fancybox-close-small {
    color: #D2D3D4;
    right: 30px;
    top: 30px;
}

.auth-form-title {
    font-weight: 300;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
}


.bxmaker-authuserphone-enter {
    font-size: 16px;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    width: 100%;
    padding: 0;
    color: #000;
    background-color: #fff;
}

.auth-forms-container .input__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #D2D3D4;
    margin: 0;
    position: relative;
}

.bxmaker-authuserphone-input-phone input[type=text] {
    padding: 10px 12px 6px;
}

.bxmaker-authuserphone-input-password__visible {
    display: none;
}

.item_economy_price {
    background-color: black;
    color: white;
    width: 67px;
    height: 34px;
    padding: 10px;
    gap: 10px;
    border-radius: 3px;
}

.mobilefilter-overlay {
    display: none;
    transition: all 1s ease;
    background: #3a3f44;
    opacity: .7 !important;
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: -110vw;
    top: 0;
    z-index: 3005;
    filter: blur(2px);
}

.mobilefilter-overlay.active {
    display: block;
    left: 0;
}

.cart-container {
    width: 50% !important;
}

@media (max-width: 768px) {
    .d-sm-none {
        /** display: none; **/
        display: block;
        margin-bottom: 20px;
    }
}

.profile-dropdown {
    text-align: left;
}

.footer__more_links {
    margin-right: 40px;
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .footer__more_links {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .category__title {
        font-size: 22px;
    }
    .category__title.title-mini {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .footer__more_links {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .category__title {
        font-size: 14px;
    }
    .category__title.title-mini {
        font-size: 14px;
    }
}

.characteristics .characteristics__right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.button-print-basket svg {
    fill: #2d2d2d;
    margin-right: 12px;
}

.button-print-basket:hover svg {
    fill: #FFFFFF;
}

@media (max-width: 767px) {
    .category__title {
        font-size: 14px;
    }
}

.characteristics .characteristics__right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.button-print-basket svg {
    fill: #2d2d2d;
    margin-right: 12px;
}

.button-print-basket:hover svg {
    fill: #FFFFFF;
}

.ns-intec-regionality.c-regions-select.c-regions-select-default {
    margin-bottom: 7px;
}

/* гамбургер каталог десктоп старт*/

.icon__catalog {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 15.5px;
    width: 12px;
    height: 8px;
    transition: transform 0.3s ease-in-out;
}

.icon__catalog-bar {
    width: 12px;
    height: 1px;
    background-color: white;
    transition: transform 0.3s ease-in-out, opacity 0.1s ease-in-out;
}

.open .icon__catalog-bar:nth-child(1) {
    width: 16px;
    margin-top: -7px;
    transform: translateY(10px) rotate(45deg);
}

.open .icon__catalog-bar:nth-child(2) {
    opacity: 0;
}

.open .icon__catalog-bar:nth-child(3) {
    width: 16px;
    margin-bottom: -6px;
    transform: translateY(-10px) rotate(-45deg);
}

/* гамбургер каталог десктоп конец*/

#arrow-back-button {
    display: none;
}

.container-submenu {
    position: relative;
}

.search__field {
    padding: 16px 61px 13px 40px;
}

.search-title-wrapper {
    display: flex;
    gap: 8px;
    padding-top: 6px;
}

.header-menu-top {
    display: flex;
    gap: 16px;
}

.header__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 35px 13px 34px;
    max-height: 51px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    transition: display 0.5s ease-in-out;
}

.header__btn:focus-visible {
    color: #fff !important;
}

.header__btn:active:not(:focus-visible) {
    color: #fff !important;
}

.header__btn:hover {
    color: #fff !important;
}

.submenu-nav {
    visibility: hidden;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    text-align: left;
    width: 284%;
    background-color: #fff;
    box-shadow: 0px 17px 30px 0px rgba(45, 45, 45, 0.1);
    z-index: 1000;
    transform: translateY(-162%);
    border-radius: 10px;
    transition: transform 0.8s ease-in-out, visibility 0.3s;
}

.submenu-nav.active {
    visibility: visible;
    transform: translateY(0);
    transition: transform 0.8s ease-in-out, visibility 1.2s;
}

.submenu-navbar-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 12px;
    padding: 38px 16px 38px 16px;
    list-style: none;
    min-height: 164px;
    max-height: calc(100vh - 140px);
    overflow: auto;
}

.submenu-nav-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 10px;
    font-family: "PhonkSans";
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 100%;
    background: var(--gray-cards, #f7f8f9);
    border-radius: 5px;
}

.submenu-nav-item .submenu-nav-link {
    max-width: 148px;
    word-wrap: break-word;
}

.submenu-nav__img {
    display: flex;
    width: 82px;
    height: 58px;
    overflow: hidden;
}

/* МОБИЛЬНОЕ МЕНЮ */

.nav__hamburger {
    display: none;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 20px; */
    /*padding: 14.5px 21px 16.5px 19px;*/
    background-color: #333;
    border-radius: 6px;
    max-height: 36px;
}

.nav__hamburger.active {
    margin-left: 0;
    margin-top: 28px;
    margin-right: 20px;
}

.hamburger__checkbox {
    display: none;
    visibility: hidden;
    z-index: -1;
}

.hamburger__checkbox-label {
    position: relative;
    cursor: pointer;
    display: block;
    border: none;
    background: transparent;
    /*width: 12px;*/
    /*height: 8px;*/
    width: 52px;
    height: 36px;
    transition: z-index 0.8s ease-in-out;
}

.hamburger__checkbox-label::before,
.hamburger__checkbox-label::after {
    content: "";
    /*left: 0;*/
    left: 20px;
    top: 18px;
    position: absolute;
    display: block;
    width: 12px;
    height: 1px;
    border-radius: 10px;
    background: #fff;
}

.hamburger__checkbox-label::before {
    /*top: 0;*/
    top: 12px;
    box-shadow: 0 11px 0 #fff;
    transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
}

.hamburger__checkbox-label::after {
    bottom: 1.5px;
    transition: bottom 0.3s 0.15s, transform 0.3s;
}

.hamburger__checkbox-label.active {
    /*z-index: 44;*/
    height: 36px;
}

.hamburger__checkbox-label.active::before {
    top: 17px;
    left: 17px;
    width: 17px;
    transform: rotate(45deg);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
    background: #fff;
    transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
}

.hamburger__checkbox-label.active::after {
    bottom: 18px;
    left: 17px;
    width: 17px;
    background: #fff;
    transform: rotate(-45deg);
    transition: bottom 0.3s, transform 0.3s 0.15s;
}

.hamburger__checkbox-label.active {
    z-index: 1002;
    width: 52px;
    height: 36px;
    background: #000;
    margin-top: 0;
    border-radius: 6px;
    transition: z-index 0.8s ease-in-out;
}

.hamburger__checkbox-label.active + .nav__hamburger-fon, .nav__hamburger-wrapper.active {
    display: block;
    left: 0;
}

.nav__hamburger-wrapper {
    padding: 42px 20px 42px 20px;
    margin: 0;

    -webkit-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .45);
    -moz-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .45);
    box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .45);
    transition: all 1s ease;
    z-index: 3100;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: -400px;
    width: 320px !important;
    border-radius: 3px;
    height: 100%;
    overflow: auto;
}

.hamburger__menu-list {
    display: grid;
    gap: 6px;
    margin-bottom: 63px;
}

.hamburger__menu-item {
    display: block;
    padding: 8px 12px;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
    background-color: #f7f8f9;
    border-radius: 5px;
}

.hamburger__menu-item a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 36px;
}

.retreat_span {
    margin-bottom: 30px;
}

.cards>.cards__control {
    width: 100%;
    padding-left: 25%;
}

@media (max-width: 999px) {
    .cards>.cards__control {
        padding-left: 33.3333%;
    }
}

@media (max-width: 767px) {
    .cards>.cards__control {
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
    .submenu-nav {
        width: 100%;
    }

    .submenu-navbar-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1024px) and (max-width: 1320px){
    .submenu-nav {
        width: calc(100vw - 54px);
    }
    .submenu-navbar-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1000px) {
    .submenu-nav {
        max-width: 964px;
    }
}

@media (min-width: 1200px) {
    .submenu-nav {
        max-width: 1236px;
    }
}

@media (max-width: 999.97px) {
    .submenu-nav {
        width: 100%;
    }

    .submenu-navbar-list {
        grid-template-columns: 1fr 1fr;
    }

    .submenu-nav__img {
        width: 50px;
        height: 35px;
    }

    .header-menu-top {
        display: none;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {

    #search-title-wrapper, #search-title-wrapper #title-search, #search-title-wrapper .header__search, #search-title-wrapper .search__field {
        width: 100%;
    }

    .ns-intec-regionality.c-regions-select.c-regions-select-default {
        order: 1;
    }

    .order-md-3.header-buttons-wrap {
        order: 2 !important;
    }

    .search-title-wrapper.order-md-1 {
        order: 3 !important;
    }

}

@media (max-width: 767.98px) {
    .header__btn:focus {
        color: #fff;
    }

    .header__btn:active {
        color: #fff;
    }

    .submenu-nav {
        top: 180px;
        width: 540px;
        left: calc((100vw - 540px) / 2);
        position: fixed;
        height: 60vh;
        overflow-y: auto;
    }

    .submenu-nav-item .submenu-nav-link {
        max-width: none;
    }

    .submenu-navbar-list {
        grid-template-columns: 1fr;
        min-height: fit-content;
        max-height: none;
    }

    .header__btn {
        margin-top: 20px;
    }

    #search-title-wrapper #title-search {
        width: 100%;
    }

    .submenu-nav #title-search {
        margin: 18px 28px -20px 28px;
    }
}

@media (max-width: 577px) {
    .header__logo {
        max-width: 95px;
    }

    .submenu-nav .mobile-menu-nav-wrap #title-search {
        margin: 0;
    }

    .cart-container p {
        font-size: 12px;
    }

    #title-search {
        width: 100%;
    }

    .search-title-wrapper {
        padding-top: 0;
    }

    .title-search-top-submenu {
        margin-top: -57px;
        z-index: 10000;
        max-width: 220px;
        margin-left: -21px;
        margin-top: -33px;
    }

    .search__field {
        padding: 7px 13px 8px 40px;
    }

    .header__search {
        margin-top: 0;
    }

    .header__btn-none {
        display: none;
    }

    .nav__hamburger {
        display: flex;
    }

    #arrow-back-button {
        display: block;
        /*margin: 20px;*/
        padding-bottom: 20px;
    }

    .submenu-nav {
        padding: 20px;

        visibility: visible;
        right: auto;
        text-align: left;
        transform: none;

        -webkit-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .45);
        -moz-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .45);
        box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .45);
        transition: all 1s ease;
        z-index: 3110;
        background-color: #ffffff;
        position: fixed;
        top: 0;
        left: -400px;
        width: 320px !important;
        border-radius: 3px;
        height: 100%;
        overflow: auto;
    }

    .nav__hamburger-wrapper {
        padding: 20px;
    }

    .nav__hamburger-wrapper.active .submenu-nav.active {
        visibility: visible;
        transform: none;
        transition: all 1s ease;

        display: block;
        left: 0;
    }

    .submenu-navbar-list {
        gap: 6px;
        padding: 0;
        overflow-y: auto;
        height: 100vh;
    }

    .submenu-nav-item {
        padding: 10px 12px 9px 12px;
        max-width: 278px;
    }

    a.submenu-nav-item {
        padding: 0;
    }

    .submenu-nav__img {
        width: 64px;
        height: 45px;
    }
}


/* блок кнопок в header */
div .header-personal-wrap {
    min-width: 150px;
}
.regions-select-region>svg {
    margin-bottom: 4px;
}

div .ns-intec-regionality.c-regions-select.c-regions-select-default {
    margin-bottom: 0;
}

div .btn-shop {
    margin-right: 0;
    padding: 8px 28px;
    height: 44px;
    font-size: 16px;
}

div .btn-shop:hover {
    background-color: var(--theme-base-color);
}

.btn-shop.btn-shop-xls {
    padding: 6px 28px;
}

.btn-shop.btn-shop-xls i {
    padding-top: 6px;
}

.btn-shop.btn-shop-xls span {
    line-height: 40px;
    margin-left: 4px;
}

.btn-shop-xls svg {
    transition: fill 0.3s ease;
    fill: var(--theme-base-color);
}

.btn-shop-xls:hover svg {
    fill: #ffffff
}

@media (max-width: 999.97px) {
    .header-menu-top {
        display: flex;
    }
}

@media (max-width: 767px) {
    .header-menu-top {
        display: none;
    }
}

.top-header-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    height: 32px;
}

.top-header-row .header-menu-top {
    display: none;
}

@media (max-width: 767px) {
    .top-header-row .header-menu-top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .header-buttons-wrap .header-menu-top {
        display: none;
    }

    .top-header-row .header-menu-top .btn-shop {
        padding: 3px 12px;
        font-size: 12px;
        height: 32px;
    }

    .top-header-row .header-menu-top .btn-shop.btn-shop-xls span {
        line-height: 24px;
    }

    .top-header-row .header-menu-top .btn-shop svg {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 380px) {
    .top-header-row .header-menu-top .btn-shop.btn-shop-xls span {
        display: none;
    }
}

@media (max-width: 300px) {
    .regions-select-region>svg[height="15"] {
        display: none;
    }
}

.popup#order-success {
    padding: 40px;
    max-width: 700px;
}

.btn-fill-dark.btn:focus {
    color: #fff;
}

.wrapper_book_tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -24px;
}

.wrapper_book_tabs .btn {
    margin-right: 24px;
    margin-bottom: 24px;
}

.btn {
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 34px;
}

.btn-solid-dark {
    border: 1px solid #2d2d2d;
}

.btn-solid-dark.active {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    color: #fff;
}

.book_item {
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -5;
    width: 1px;
    height: 1px;
}

.book_item.book_active {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.city-page-container {
    margin: 0 auto;
}

.items-wrapper.header__top-inner {
    height: 44px;
}

.footer-opt-contacts-item {
    margin-bottom: 16px;
}

footer .custom_ud_row .info.info_custom_ud>.row .footer-opt-contacts-item .title {
    margin-bottom: 4px;
}

.footer-opt-contacts-item .svg {
    margin-right: 12px;
}

header div .phone-block.icons .phone .svg:not(.iconset_icon--svg) {
    margin-left: 22px;
}

div .phone-tooltip-wrapper {
    width: 100%;
    text-align: center;
    left: 0;
}

@media (max-width: 767px) {

    header div .phone-block.icons .phone .svg:not(.iconset_icon--svg) {
        margin-left: 0;
    }
}

/* верхнее меню */

.header_wrap_custom_ud .header-wrapper .link-sale svg {
    width: 19px;
    height: 18px;
}

.header_wrap_custom_ud .header-wrapper .link-red svg {
    width: 22px;
    height: 22px;
}

.menus-second-row {
    height: 34px;
}

.top-block .menus-second-row .menu.topest li {
    display: inline-block;
    vertical-align: top;
    padding: 2px 0 9px;
    list-style: none;
    font-size: 13px;
    line-height: 18px;
    white-space: normal;
}

.header_wrap_custom_ud .header-wrapper .menu .link-sale, .header_wrap_custom_ud .header-wrapper .menu .link-sale svg path, .header_wrap_custom_ud .header-wrapper .menu .link-sale svg use {
    color: var(--orange_text_black, #FF6F53) !important;
    fill: var(--orange_text_black, #FF6F53) !important;
}

.header_wrap_custom_ud .header-wrapper .menu .link-red, .header_wrap_custom_ud .header-wrapper .menu .link-red svg path, .header_wrap_custom_ud .header-wrapper .menu .link-red svg use {
    color: var(--orange_text_black, #FF5252) !important;
    fill: var(--orange_text_black, #FF5252) !important;
}

.header_wrap_custom_ud .top-block .menu.topest li a:not(:hover) .svg {
    opacity: 1;
}

.header_wrap_custom_ud .top-block .menu.topest li a:hover, .header_wrap_custom_ud .top-block .menu.topest li a:hover .svg {
    opacity: 0.8;
}

.topest-menu-parent-has-children {
    position: relative;
}

.topest-menu-parent-has-children .topest-menu-children-wrapper {
    position: absolute;
    z-index: 10;
    top: 18px;
}

.header_wrap_custom_ud .menus-second-row .menu {
    text-align: center;
}

.header_wrap_custom_ud .menus-second-row .menu a, .header_wrap_custom_ud .menus-second-row .menu .topest-menu-parent-top>span {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font_manrope);
    color: var(--theme-base-color);
}

body div.wrapper1 div.header_wrap.header_wrap_custom_ud {
    top: -33px;
}

@media (max-width: 991px) {
    .menus-second-row {
        display: none;
    }

    body div.wrapper1 div.header_wrap.header_wrap_custom_ud {
        top: -32px;
    }
}

.header-menu-top-buttons {
    padding-right: 16px;
}

.header-menu-top.header-menu-top-buttons.header-menu-top-buttons__mobile {
    display: none !important;
    flex-direction: row;
    gap: 12px;
    height: 44px;
}

.header-menu-top-buttons__mobile .btn-shop {
    border: none;
    width: 30px;
    padding: 0;
    margin: 0;
}

.header-menu-top-buttons__mobile .btn-shop span {
    display: none;
}

.header-menu-top-buttons__mobile .btn-shop svg {
    width: 26px;
    height: 24px;
}

.header__top-item.header__top-item__mobile {
    margin: 0 -12px 0 50px;
}

.header-menu-top-buttons__mobile .btn-shop:hover, .header-menu-top-buttons__mobile .btn-shop:focus {
    background: none;
    border: none;
    opacity: 0.8;
}

.header-menu-top-buttons__mobile .btn-shop:hover svg, .header-menu-top-buttons__mobile .btn-shop:focus svg {
    fill: var(--theme-base-color);
}

.header-menu-top-buttons__mobile .btn-shop.btn-shop-xls i {
    padding-top: 2px;
}

@media (max-width: 1199px) {
    .header__top-inner .header-menu-top-buttons {
        display: none !important;
    }

    .header-menu-top.header-menu-top-buttons.header-menu-top-buttons__mobile {
        display: flex !important;
    }

    .header-menu-top-buttons {
        padding-right: 0;
    }
}

@media (max-width: 479px) {
    .header-menu-top.header-menu-top-buttons.header-menu-top-buttons__mobile {
        display: none !important;
    }
}

.header-v17-menu .menu.topest {
    margin: 6px 0 0 0;
}

.header-v17-menu ul>li:first-of-type {
    margin-top: 8px;
}

.header_wrap_custom_ud .header-wrapper .topest-menu-parent-has-children .topest-menu-children-wrapper ul {
    text-align: start;
}
