a.alert-link {

}

a.alert-link:hover {
    text-decoration: underline;
}

.menu {
    flex-wrap: wrap;
}
.menu > li {
    position: relative;
}

.menu > li:hover ul {
    transform: translateX(-50%) scaleY(1);
}

.menu > li ul {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 300px;
    padding: 20px 25px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 7px 0 #39394b;
    transform: translateX(-50%) scaleY(0);
    transform-origin: top center;
    transition: all 200ms ease;
    z-index: 2;
}

.menu > li ul li {
    display: block;
}

.menu > li ul li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #39394B;
    padding: 10px 0;
    margin-right: 0;
    transition: all 200ms ease;
}

.header5 .menu.menu__NMO a {
    font-size: 15px;
    margin-right: 30px;
}

.header5.headerScroll .menu.menu__NMO li a {
    margin: 0 15px;
    font-size: 15px;
}

@media (max-width: 1439px) {
    .header5 .h5MenuAdaptive {
        overflow-y: scroll !important;
        z-index: 5;
    }

    .header5 .h5MenuAdaptive .h5MobMenuLFvl1 li {
        padding-bottom: 15px;
        margin-top: 15px;
        border-top: none;
    }

    .header5 .h5MenuAdaptive .h5MobMenuLFvl1 > li {
        display: block;
        height: unset;
        border-bottom: 1px solid #F5F5F5;
    }

    .header5 .h5MenuAdaptive .h5MobMenuLFvl1 li:last-child {
        border-bottom: none;
    }

    .header5 .h5MenuAdaptive .h5MobMenuLFvl1 > li ul li {
        display: list-item;
        height: unset;
    }

    .header5 .h5MenuAdaptive .h5MobMenuLFvl1 > li ul li:last-child {
        padding-bottom: unset;
    }
}
.header-bottom__logo {
    flex: 0 0 186px;
    height: 40px;
    margin-right: 64px;
}
.header-bottom__logo img {
    /*width: 100%;*/
    height: 100%;
    object-fit: contain;
}


/* NAV */

.header-bottom__nav {
    flex: 1 1 0%;
    overflow: hidden;
    padding: 0 32px;
    position: relative;
}

.header-bottom__swiper {
    position: relative;
    text-align: -webkit-right;
}
.header-bottom__swiper .swiper-wrapper {
    width: fit-content;
}

.header-bottom__swiper::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 12px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    z-index: 1;
}

.header-bottom__link {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    color: #1D1D21;
}

.header-bottom__link_active {
    color: #D92752;
}

.header-bottom__nav-slide .header-bottom__link:hover {
    color: #D92752;
}

.swiper-slide.header-bottom__nav-slide {
    width: auto;
}

.swiper-button-next.header-bottom__next,
.swiper-button-prev.header-bottom__prev {
    margin: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 14px;
}

.swiper-button-next.header-bottom__next::after,
.swiper-button-prev.header-bottom__prev::after {
    font-size: 12px;
    color: black;
}

.swiper-button-disabled.header-bottom__next,
.swiper-button-disabled.header-bottom__prev {
    display: none;
}

.swiper-button-prev.header-bottom__prev {
    left: 0px;
}

.swiper-button-next.header-bottom__next {
    right: 0px;
}


@media screen and (max-width: 1439px) {
    .header-bottom__nav {
        display: none;
    }
    .buttonsScroll__NMO {
        display: flex !important;
    }
}

.header5 .menu.menu__NMO > li {
    padding: 22px 0;
}

.header-bottom {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    align-items: center;
    gap: 32px;
    padding: 16px 0;
}

/* LOGO */

.header-bottom__logo {
    flex: 0 0 186px;
    height: 40px;
    margin-right: 64px;
}

.header-bottom__logo img {
    /*width: 100%;*/
    height: 100%;
    object-fit: contain;
}
.header-bottom__prev {
    padding: 10px;
    background: #fff;
}
.header-bottom__next {
    padding: 10px;
    background: #fff;
}


/* ACTIONS */
.header-bottom__actions {
    display: flex;
    gap: 20px;
}
.btn-custom-v {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 34px;
    display: inline-block;
    border-radius: 6px;
    color: white;
}
.headerScroll .btn-custom-v {
    padding: 12px 12px;
}
.headerScroll .btnReg__NMO {
    padding: 12px 12px !important;
}
.headerScroll .btnLogin__NMO {
    padding: 12px 12px !important;
}

.btn-custom-v:hover,
.btn-custom-v:active {
    color: white;
}

.btn-custom-v_translation {
    color: white;
    background-color: #D92752;
}

.btn-custom-v_translation:hover {
    background-color: #ce264d;
}
.btn-custom-v_translation-mobile {
    margin-top: 20px;
    color: white !important;
    background-color: #D92752 !important;
    border: none !important;
    border-radius: 6px !important;
    text-align: center;
    width: 100%;
}

.btn-custom-v_translation-mobile:hover {
    background-color: #ce264d !important;
}

.btn-custom-v_translation_mobile {
    display: none;
}
.header-bottom .header-bottom__logo {
    display: none;
}
@media screen and (max-width: 1439px){
    .header-bottom .header-bottom__logo {
        display: block;
    }
    .header-bottom {
        justify-content: space-between;
    }
    .header-bottom__logo {
        margin-right: 0px;
    }
    .btn-custom-v_translation {
        display: none;
    }
    .btn-custom-v_translation_mobile {
        display: block;
        margin-top: -25px;
        text-align: center;
        font-weight: 400;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px){
    .btn-custom-v_translation_mobile {
        margin-top: -10px;
    }
}



/** Выпадающее меню в слайдере */
.jsHoverMenuItem-child {
    overflow: hidden;
    position: absolute;
    height: 0px;
    z-index: 5;
    transition: all 200ms ease;
}
.jsHoverMenuItem-child.active {
    height: auto;
    overflow: visible;
    padding-top: 15px;
    transition: all 200ms ease;
}


.jsHoverMenuItem-child ul {
    width: 300px;
    padding: 20px 25px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 7px 0 #39394B;
    transform-origin: top center;
    transition: all 200ms ease;
}
.jsHoverMenuItem-child ul li {
    display: block;
    text-align: start;
}

.jsHoverMenuItem-child ul li a{
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #39394B;
    padding: 10px 0;
    margin-right: 0;
    transition: all 200ms ease;
}
/** Конец выпадающего меню в слайдере */

.h5MobMenuLFvl1 .menu-2-lv {
    margin-left: 25px;
}

.swiper-button-next-loaded {
    display: none !important;
}
.swiper-button-prev-loaded {
    display: none !important;
}