.bottom-line-header ul.js-catalog-top-menu li .menu_drop.catalog .menu_drop_tile_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.js-catalog-top-menu {
    display: flex;
    align-items: center;
    position: relative;
    list-style: none;
}

.js-catalog-top-menu .item {
    color: var(--blue);
    padding: 0 15px;
    transition: color .3s;
    font-family: var(--solomon);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

#body.banner-page .js-catalog-top-menu .item,
#body.js-scroll #header .js-catalog-top-menu .item{
    color: #FFFFFF;
}

.js-catalog-top-menu .item:hover,
#body.banner-page .js-catalog-top-menu .item:hover,
#body.js-scroll #header .js-catalog-top-menu .item:hover {
    color: var(--accent);
}

.js-catalog-top-menu .item svg {
    transform: rotate(0deg);
    transition: transform .3s;
}

.js-catalog-top-menu .menu_drop_tile svg {
    transform: rotate(270deg);
    margin-left: 10px;
}

.js-catalog-top-menu .item:hover svg {
    transform: rotate(180deg);
    transition: transform .3s;
}

.js-catalog-top-menu .item svg path,
.js-catalog-top-menu .menu_drop_tile svg path {
    transition: stroke .3s;
}

.js-catalog-top-menu .item:hover svg path,
.js-catalog-top-menu .menu_drop_tile:hover svg path {
    stroke: var(--accent);
    transition: stroke .3s;
}

/* Основные стили для меню */
.js-catalog-top-menu li {
    position: relative;
}

.js-catalog-top-menu li.all {
    display: none;
}

.js-catalog-top-menu li a {
    display: block;
    padding: 10px 20px;
}

/* Скрытие подменю по умолчанию */
.js-catalog-top-menu .menu_drop {
    display: none;
    position: absolute;
    top: 100%; /* Позиционируем подменю ниже родительского элемента */
    left: 0;
    z-index: 1000;
    border-radius: 10px;
    width: max-content;
}

.js-catalog-top-menu .submenu_drop {
    top: 0; /* Позиционируем подменю ниже родительского элемента */
    left: 100%;
}

/* Показ подменю при наведении */
.js-catalog-top-menu li:hover > .menu_drop {
    display: block;
}

.js-catalog-top-menu .menu_drop li:hover > .submenu_drop {
    display: block;
}

/* Стили для подменю */
.js-catalog-top-menu .menu_drop .menu_drop_tile_list {
    display: flex;
    flex-direction: column;
    background: var(--bg2);
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
}

.js-catalog-top-menu .submenu_drop .menu_drop_tile_list {
    margin-top: -10px;
}

.js-catalog-top-menu .menu_drop .menu_drop_tile {
    display: flex;
    justify-content: space-between;
    margin: 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--lightgray);
}

.js-catalog-top-menu .menu_drop .menu_drop_tile_title {
    color: #fff;
    transition: color .3s;
    font-family: var(--solomon);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;

    /*padding-bottom: 10px;*/

}

.js-catalog-top-menu .menu_drop .menu_drop_tile_title {
    color: var(--blue);
    transition: color .3s;
}

.js-catalog-top-menu .menu_drop .menu_drop_tile:hover .menu_drop_tile_title {
    color: var(--accent);
    transition: color .3s;
}


.menu_drop_tile_title:hover {
    color: var(--accent);
}

.menu_drop_tile {
    text-decoration: none;
}

.menu_drop_tile-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.menu_drop_tile-contain > div {
    padding: 30px 15px;
}

.menu_drop_tile-contain .menu_drop_tile-menu-left,
.menu_drop_tile-contain .menu_drop_tile-menu-right {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}

.menu_drop_tile-contain .custom-menu-items div {
    padding-bottom: 25px;
}

.menu_drop_tile-contain .custom-menu-items a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif;
    color: #262B32;
    text-decoration: none;
    transition: 0.4s;
}

.menu_drop_tile-contain .custom-menu-items a:hover,
.menu_drop_tile-contain .custom-menu-items a.active {
    color: var(--accent);
}

.menu_drop_tile-contain .menu_drop_tile-menu .menu_drop_tile_list-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #262B32;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

.menu_drop_tile-contain .small-banners .small-banners-item-link {
    display: block;
    max-width: 180px;
    border-radius: 7px;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 125%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    overflow: hidden;
    padding: 15px;
    background-size: cover;
    background-position: center;
}

.menu_drop_tile-contain .small-banners .small-banners-item-link .small-banners-name-big {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 5px;
}

.menu_drop_tile-contain .small-banners .small-banners-item-link .small-banners-tag {
    background: rgba(3, 169, 244, 0.3);
    border-radius: 10px;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #F0F6FF;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.menu_drop_tile-contain .menu_drop_tile-menu-right .small-banners-item-link .small-banners-name {
    font-weight: 600;
    font-size: 25px;
    line-height: 169.9%;
}

.menu_drop_tile-contain .menu_drop_tile-menu-right .small-banners-item-link .small-banners-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.menu_drop_tile-contain .small-banners .small-banners-item-link .small-banners-name-big span {
    font-size: 20px;
    line-height: 24px;
}

.menu_drop_tile-contain .menu_drop_tile-menu {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    background: #fff;
}

.menu_drop_tile-contain .menu_drop_tile-menu {
    overflow: hidden;
    overflow-y: scroll;
}

.menu_drop.normal {
    /*background: #fff;*/
    /*box-shadow: 0px 0px 5px rgb(44 65 74 / 15%);*/
    border-radius: 0px 0px 13px 13px;
    border: none;
}

.menu_drop_tile-contain .menu_drop_tile-menu::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
    border-radius: 5px;
    height: 200px;
}

.menu_drop_tile-contain .menu_drop_tile-menu::-webkit-scrollbar-thumb {
    background: #F0F0F0;
    border-radius: 5px;
}

.bottom-line-header ul.js-catalog-top-menu li:hover .menu_drop > div {
    position: relative;
    z-index: 2;
}

.bottom-line-header ul.js-catalog-top-menu li:hover .menu_drop:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    background: #fff;
}

.bottom-line-header ul.js-catalog-top-menu li .menu_drop,
.bottom-line-header ul.js-catalog-top-menu li .menu_drop .menu_drop_tile-contain,
.bottom-line-header ul.js-catalog-top-menu li .menu_drop .new_content-wrapper,
.bottom-line-header ul.js-catalog-top-menu li .menu_drop .new_content {
    max-height: 600px;
    overflow: hidden;
}

.menu_drop_tile-contain .small-banners .small-banners-item-link .small-banners-arrow {
    text-align: right;
}

.menu_drop_tile-contain .small-banners .small-banners-item-link > div {
    position: relative;
    z-index: 2;
}

.menu_drop_tile-contain .small-banners .small-banners-item-link:after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 125%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.menu_drop_tile--brand {
    width: auto;
    padding: 5px;
}

.menu_drop_tile_icon_wrapper {
    text-align: center;
    width: 100%;
    height: 60px;
    mask-repeat: no-repeat;
    mask-position: center;

}

.menu_drop_tile_icon {
    width: 100%;
    height: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #fff;
}

.menu_drop_tile-contain .menu_drop_tile-menu-right .small-banners-item-link {
    height: 300px;
    max-width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 19px;
}

.menu_drop_tile-contain .small-banners .small-banners-item-link .small-banners-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 10px;
}

.menu_drop_tile-contain .small-banners .small-banners-item-link .small-banners-description {
    padding-bottom: 25px;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
}

.menu_drop_tile:hover .menu_drop_tile_icon {
    background-color: var(--accent);
}

.menu > li > a {
    font-size: 16px;
}

.menu > li > a > span.menu-item-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background: white;
    position: relative;
    margin-bottom: -14px;
    margin-right: 2px;
}

@media (max-width: 1199px) {
    .menu > li > a {
        font-size: 14px;
    }
}

@media (max-width: 1100px) {
    div.menu_box_right .form_search div .tx,
    div.menu_box_right .form_search.no-replaced .tx {
        width: 200px;
    }
}


.dropdown-links {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 50px;
    height: 100%;
}

.dropdown-links .menu-link-item {
    flex: 0 0 calc(25% - 40px);
}

.dropdown-submenu-1 .dropdown-item-text {
    display: block;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    transition: color .3s;
}

.dropdown-submenu-1 .dropdown-item-text:hover {
    color: #915CE5;
    transition: color .3s;
}

.dropdown-inner-container .main-link.main-flex-a-v-center.main-flex-a-h-center {
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    color: #915CE5;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    transition: color .3s;
}

.header-content-dropdown.c-widget-header {
    min-height: auto !important;
}

.dropdown-inner-container a.main-link.main-flex-a-v-center.main-flex-a-h-center:hover {
    color: #fff;
    transition: color .3s;
}

.dropdown-inner-container .submenu-item-block .dropdown-item-text {
    padding: 10px 0;
}


.dropdown-inner-container .submenu-item-block:first-child .dropdown-item-text {
    padding-top: 0;
}

.dropdown-inner-container .submenu-item-block:last-child .dropdown-item-text {
    padding-bottom: 0;
}

.live-search__item {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    width: auto;
    transition: all .3s;
}

.live-search__item:hover {
    color: #915CE5;
    transition: all .3s;
}

#search_result .live-search .live-search__item:first-child {
    margin-top: 10px;
}

#search_result .live-search .live-search__item:last-child {
    margin-bottom: 10px;
}

.submenu-item-container:first-child {
    padding-top: 13px;
}

.menu-item-text svg {
    transform: rotate(0deg);
    transition: transform .3s;
}

.menu-item-text:hover svg {
    transform: rotate(180deg);
    transition: transform .3s;
}

.menu-item-text svg path {
    transition: stroke .3s;
}

.menu-item-text:hover svg path {
    stroke: #915CE5;
    transition: stroke .3s;
}

.header-links .menu-item-title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.header-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 78%;
}

.header-links .menu-item-desc {
    margin-bottom: 17px;
    color: #BDBDBD;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 132.5%;
}

.header-links .more-link {
    display: block;
    color: #915CE5;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    text-align: left;
}

.header-links .dropdown-item-text {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 100% !important;
    border-bottom: 1px solid #292929;
    padding-bottom: 13px;
    margin: 13px 20px;
}

.menu-link-item,
.submenu-item {
    position: relative;
}

.header-links .menu-link-item:nth-child(n+4) .menu-item-info {
    right: 97%;
    left: unset;
}

.dropdown-links .menu-item-info {
    display: block;
    left: 99%;
    top: 0;
    min-width: 300px;
    width: auto;
    position: absolute;
    padding: 20px;
    opacity: 0;
    background: #212121;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dropdown-links .menu-item-info img {
    display: block;
    margin-bottom: 17px;
    border-radius: 5px;
}

.hover-link {
    position: relative;
    padding-bottom: 23px;
    top: 11px;
}

.hover-link .main-link {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    transition: all .3s;
}

.hover-link .main-link svg {
    margin-left: 10px;
    transform: rotate(0deg);
    transition: all .3s;
}

.hover-link:hover .main-link svg {
    transform: rotate(180deg);
    transition: all .3s;
}

.main-link:hover {
    color: #915CE5;
}

.dropdown-links .hover-link:hover .main-link svg path {
    stroke: #915CE5;
    transition: all .3s;
}

.dropdown-links .hover-link:hover .submenu-1 {
    display: block;
    opacity: 1;
}

.service-content .service-main-bg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    overflow: hidden;
    width: 100%;
    height: 230px;
}

.service-content .service-main-bg * {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    top: 0;
    left: 0;
}

.service-link {
    text-decoration: none;
}

.service-link .service-more svg path {
    transition: stroke .3s;
}

.service-link:hover .service-name {
    color: #915CE5;
    transition: color .3s;
}

.service-link:hover .service-more {
    color: #FBFBFB;
    transition: color .3s;
}

.service-link:hover .service-more svg path {
    stroke: #FBFBFB;
    transition: stroke .3s;
}

.service-content .service-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    transition: color .3s;
}

.service-content .service-more {
    color: #915CE5;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: color .3s;
}

@media all and (max-width: 1480px) {
    .js-catalog-top-menu .item {
        font-size: 16px;
        padding: 0 10px;
        line-height: 20px;
    }
}

@media (max-width: 1280px) {
    .js-catalog-top-menu:not(.mobile) {
        display: none;
    }

    .js-catalog-top-menu.mobile {
        flex-direction: column;
        align-items: start;
        margin: -12px 0;
    }

    .js-catalog-top-menu.mobile li {
        padding: 12px 0;
    }

    .js-catalog-top-menu.mobile li.all {
        display: block;
    }

    .js-catalog-top-menu.mobile .item {
        padding: 8px 0;
    }

    .js-catalog-top-menu.mobile .item {
        color: #FFFFFF;
        font-size: 24px;
        line-height: 24px;
    }

    .js-catalog-top-menu.mobile .item svg path {
        stroke: #FFFFFF;
    }

    .js-catalog-top-menu.mobile .menu_drop {
        position: unset;
        width: 100%;
    }

    .js-catalog-top-menu.mobile .menu_drop .menu_drop_tile_list {
        background: unset;
    }

    .js-catalog-top-menu.mobile .menu_drop .menu_drop_tile {
        border-bottom: unset;
    }

    .js-catalog-top-menu.mobile .menu_drop .menu_drop_tile_title {
        color: #FFFFFF;
    }

    .js-catalog-top-menu.mobile .menu_drop_tile svg path {
        stroke: #FFFFFF;
    }

}

@media (max-width: 1000px) {
    .dropdown-links {
        gap: 30px;
    }

    .dropdown-links .menu-link-item {
        flex: 0 0 calc(33% - 20px);
    }
}

@media (max-width: 768px) {
    .dropdown-links .menu-link-item {
        flex: 0 0 calc(50% - 18px);
    }
}

@media (max-width: 650px) {
    .service-content {
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .dropdown-inner-container .main-link.main-flex-a-v-center.main-flex-a-h-center,
    .dropdown-submenu-1 .dropdown-item-text {
        font-size: 13px;
    }

    .dropdown-inner-container .submenu-item-block .dropdown-item-text {
        padding: 7px 0;
    }
}

@media (max-width: 450px) {
    .dropdown-links {
        gap: 20px;
    }

    .dropdown-links .menu-link-item {
        flex: 0 0 100%;
    }

    .service-content .service-name {
        font-size: 14px;
        line-height: 150%;
    }

    .service-content .service-more {
        font-size: 12px;
        line-height: normal;
    }
}