
/********* HEADER *********/

.logoBlock-img {
    width: 100%;
}

a:hover {
    color: #103c92;
    text-decoration: none;
}

svg, path {
    transition: 0.3s all;
}

/********* КОНЕЦ | HEADER *********/

/********* МЕНЮ *********/

._white {
    color: #fff;
}

.modSlMenu-returnBtn {
    height: 50px;
    width: 100%;
    text-align: left;
    line-height: 1;
    padding-left: 1rem;
    border: none;
    background: none;
}

.modSlMenu-returnBtn span {
    background-color: green;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 1.2rem;
    display: inline-block;
    border: none;
}

.modSlMenu-returnBtn:focus {
    outline: none;
}

.modMenuH {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 80vw;
    background-color: #e0e0e0;
    z-index: 10;
    transform: translateX(-100%);
    transition: all 0.3s;
    overflow-x: hidden;
    overflow-y: auto;
}

.modMenuH.open {
    transform: translateX(0%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.modMenuH__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
}

.modMenuH__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.modMenuH__list-lvl_1 {
    height: calc(100% - 50px);
}

.modMenuH__item {
    display: block;
}

.modMenuH__item-link {
    display: inline-block;
    width: 100%;
    line-height: 1;
    padding: 0.7rem 1rem;
    font-size: 1.5rem;
    color: #333;
    transition: all 0.3s;
}

.modMenuH__item-link:hover,
.modMenuH__item-link:focus,
.modMenuH__item-link:active {
    color: #333;
    text-decoration: none;
}



.modMenuH__item.deeper .modMenuH__list {
    position: absolute;
    top : 0;
    left: 0;
    transform: translateX(-100%);
    background-color: #e0e0e0;
    transition: all 0.3s;
}

.modMenuH__item-link.deeper {
    display: flex;
    align-items: center;
}

.modMenuH__item.deeper .modMenuH__list.open {
    transform: translateX(0%);
}

.toUp_wrapper {
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    font-size: 40px;
    color: red;
    /*transition: 0.3s all;*/
}

.toUp_wrapper:hover {
    cursor: pointer;
    opacity: 0.7;
}

.modMenuH__item-link_chevron {
    flex-grow: 1;
    height: 100%;
    margin-left: 10px;
    position: relative;
    transform: translateY(8%);
}

.header_row {
    align-items: center;
    justify-content: space-between;
}

.top {
    background: var(--red);
    padding: 15px 0;
}

.header_phone {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--white);
}

.header_button {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: var(--red);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    height: 50px;
    padding: 0 40px;
}

.header {
    background-image: url(/images/header.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.header_top {
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
}

.header_left {
    color: #fff;
}

.header_left-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.header_left-subTitle {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.05em;
}

.header_right {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--red);
    border-radius: 100%;
    filter: blur(0px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 114px;
    height: 114px;
    background: #ffffffde;
    border: 4px solid #ffffff;
}

.header_button-wrapper {
    text-align: center;
    margin-top: 130px;
    margin-bottom: 730px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
}

h2.module_title {
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

h3.module_title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

p {
    text-align: center;
}

.full_width.video_section {
    background-image: url(/images/bg-1.png);
    padding-top: 90px;
    padding-bottom: 480px;
    background-position: 0% 200px;
}

.video_block {
    height: 763px;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border: 13px solid var(--white);
    border-radius: 50px;
}

.why_go-item {
    text-align: center;
    border: 4px solid var(--blue);
    border-radius: 50px;
    padding: 40px 20px 20px 20px;
    margin-bottom: 75px;
    position: relative;
    height: calc(100% - 75px);
}

.why_go-item--snowflake {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    padding: 0 10px;
    display: inline-flex;
    background: #fff;
    width: 85px;
    align-items: center;
    justify-content: center;
}

.why_go-item--title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: var(--blue);
    margin-bottom: 15px;
}

.why_go-item--text {
    line-height: 115%;
}

.full_width.why_go-section h2 {
    margin-bottom: 65px;
}

.after_event-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 30px;
    line-height: 115%;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 40px;
}

.after_event-title span {
    text-transform: uppercase;
}

.after_event-text {
    font-size: 25px;
    line-height: 115%;
    text-align: center;
}

.after_event-header {
    padding-top: 430px;
    padding-bottom: 910px;
    background-image: url(/images/bg-2.png);
    text-align: center;
    position: relative;
    margin-top: 60px;
}

.after_event-header:before,
.after_event-header:after {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.after_event-header:before {
    background-image: url(/images/snegur.png);
    width: 536px;
    height: 772px;
    left: 13%;
    top: 115px;
}

.after_event-header:after {
    background-image: url(/images/ded.png);
    width: 619px;
    height: 995px;
    right: 11%;
    top: 0;
}

.us_slider-top {
    display: flex;
    justify-content: space-between;
    gap: 110px;
    margin-bottom: 60px;
}

.us_slider-wrapper {
    background-image: url(/images/bg-1.png);
    padding-top: 50px;
    padding-bottom: 345px;
}

.swiper_section {
    position: relative;
}

.swiper.us_slider {
    /*margin: 0 150px;*/
}

.us_slider-item {
    height: 800px;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    align-items: end;
    background-size: contain;
    justify-content: center;
}

.us_slider-item--content {
    margin-bottom: 135px;
    /* background-image: url(/images/actors-text-bg2.png); */
    text-align: center;
    max-width: 390px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background: #fff;
    border-radius: 50px;
    padding-top: 25px;
}

.gallery_slider-wrapperInn {
    align-items: center;
    min-height: 435px;
}

.gallery_slider-item {
    height: 400px;
    /*transition: 0.4s all;*/
    background-position: center;
    background-size: cover;
    border: 10px solid #efefef;
    border-radius: 20px;
}

.gallery_center-img {
    position: absolute;
    width: 910px;
    height: 585px;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.gallery_slider-item.swiper-slide-active {
    /*width: 870px !important;*/
    /*!*margin-left: -213px;*!*/
    /*!*margin-right: -213px;*!*/
    /*height: 550px;*/
    /*z-index: 5;*/
}

.us_slider-top--itemImg img {
    max-width: 100%;
    height: 340px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.us_slider-top--item--title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 30px;
    line-height: 115%;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.us_slider-top--item--text {
    font-size: 20px;
    line-height: 115%;
}

.us_slider-top--item {
    text-align: center;
}

.us_slider-item--title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 21px;
    line-height: 115%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.us_slider-item--text {
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.05em;
    padding: 0 20px;
}

.main_slider-arrow {
    position: absolute;
    cursor: pointer;
    transition: 0.2s all;
    z-index: 100;
}

.main_slider-arrow:hover {
    scale: 1.2;
}

.main_slider-arrow._us_slider {
    transform: translate(-50%, -50%);
    top: calc(50% - -210px);
}

.main_slider-arrow._us_slider._prev {
    left: calc(50% - 235px);
}

.main_slider-arrow._us_slider._next {
    left: calc(50% - -235px);
}

.swiper.gallery_slider {

}

.gallery_slider-item--img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    border: 10px solid #efefef;
    border-radius: 20px;
}

.main_slider-arrow._gallery_slider {
    top: 50%;
    transform: translate(-50%, -50%);
}

.main_slider-arrow._gallery_slider._prev {
    left: calc(50% - 400px);
}

.main_slider-arrow._gallery_slider._next {
    left: calc(50% - -400px);
}

.full_width.gallery_section {
    background-image: url(/images/bg-3.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

._gallery-bw {
    margin-top: 60px;
    margin-bottom: 420px;
}

.reviews_slider-item--title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.reviews_slider-item {
    text-align: center;
    border: 4px solid var(--blue);
    border-radius: 50px;
    padding: 0 18px 30px 18px;
    font-size: 20px;
    line-height: 115%;
    min-height: 447px;
    height: auto;
}

.reviews_slider-item--snowflake {
    display: inline-flex;
    margin-top: -50px;
    background: #fff;
    padding: 0 10px;
    margin-bottom: 15px;
}

.reviews_slider {
    padding-top: 45px;
    margin-bottom: 30px;
}

.main_slider-arrow._reviews_slider {
    top: calc(50% - -18px);
    transform: translateY(-50%);
}

.main_slider-arrow._reviews_slider._prev {
    left: -35px;
}

.main_slider-arrow._reviews_slider._next {
    right: -35px;
}

.full_width.reviews_section {
    padding-bottom: 200px;
}

.contacts_block {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.contacts_title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 30px;
    line-height: 115%;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.contacts_subTitle {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contacts_text {
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.05em;
}

.contacts_map {
    border-radius: 30px;
    height: 501px;
    overflow: hidden;
    flex-grow: 1;
}

.us_slider-wrapper,
.full_width {
    background-repeat: no-repeat;
    position: relative;
}

.full_width.contacts_section {
    background-image: url(/images/bg-1.png);
    padding-bottom: 140px;
    background-position: 0% 550px;
}

.header_text-img {
    max-width: 600px;
}

.full_width.about_section {
    margin-top: -200px;
}

.full_width.why_go-section {
    margin-top: -300px;
}

.header_snowflakes {
    position: absolute;
    bottom: 17rem;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.full_width.us_slider-section {
    margin-top: -120px;
}

.full_width.gallery_section {
    margin-top: -160px;
}

.full_width.reviews_section {
    padding-bottom: 75px;
}

.video_block-cover {
    background-image: url(/images/video-cover.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: top center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s all;
}

.video_block:hover svg g:last-of-type path{
    fill: var(--red)
}

.modSlMenu-showBtn {
    border-radius: 20px;
    width: 65px;
    height: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper.us_slider {
    padding-top: 65px;
}

.swiper-wrapper.adv_slider-wrapper {
    align-items: flex-start;
}

.adv_slider-item {
    height: auto;
}

.modMenuH__item-link:hover,
.modMenuH__item-link:focus,
.modMenuH__item-link:active,
.modMenuH__item-link.active {
    color: #103c92;
}

.video_block-cover:hover img {
    opacity: 0.8;
}

.video_block-cover img {
    transition: 0.2s all;
}

.header_button-text {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    display: none;
}

.why_go-item--snowflake svg {
    width: 60px;
    height: 68px;
}

.contacts_item {
    margin-bottom: 20px;
}

.footer_phone {
    color: var(--blue);
    font-size: 18px;
}

.header_left-subTitle._l {
    margin-top: 10px;
}

.footer_contacts {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 50px;
}

.contacts_text._social {
    display: flex;
    gap: 20px;
}

.footer_item-social {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
    line-height: 115%;
    letter-spacing: 0.05em;
    color: var(--blue);
}

.footer_item-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
}

.footer_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_item:first-of-type {
    align-items: flex-start;
}

.footer_item-phone {
    color: #fff;
    font-size: 19px;
    font-family: var(--font-family);
    font-weight: 500;
}

.footer_item-social svg {
    display: block !important;
}

.footer_item-social img {
    height: 40px;
}

.contacts_subTitle._ci-b {
    font-size: 16px;
}

.footer_item-social._soc-tele {
    margin-top: 15px;
}

.iframe_video,
#video {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.partners_items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.partners_block {
    margin-top: 100px;
}

.header_promo {
    position: absolute;
    right: 0;
    width: 370px;
}

.footer_block {
    color: #e0e0e0;
    margin-top: 270px;
}

.footer_links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
    margin-bottom: 16px;
    text-align: center;
}

.footer_links a {
    color: #e0e0e0;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer_links a:hover {
    color: aqua;
}

.mButton {
    cursor: pointer;
}

.item-page {
    margin: 20px 0px 30px 0px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.item-page * {
    margin: 0px !important;
    max-width: none !important;
    text-align: left !important;
    white-space-collapse: unset !important;
    color: #333 !important;
}

.item-page a {
    color: var(--blue) !important;
}

/* <cookie> */
.user_policy-wrapper {
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    padding: 0px 20px;
    z-index: 50;
    pointer-events: none;
}
body.modal-open .user_policy-wrapper {
    padding: 0px 35px 0px 20px;
}

.user_policy-block {
    margin: 0px auto;
    background-color: #fff;
    max-width: 800px;
    width: 100%;
    border: 1px solid #E5E5E5;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(34, 34, 34, 0.25);
            box-shadow: 0px 4px 10px 0px rgba(34, 34, 34, 0.25);
    padding: 15px;
    border-radius: 10px;
    pointer-events: all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
}

.user_policy-modal--title {
    font-size: 20px;
    font-weight: 600;
}
.user_policy-modal--text {
    font-size: 14px;
    line-height: 18.4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
}
.user_policy-modal--text p {
    text-align: left;
}

.user_policy-button {
    max-width: 185px;
    width: 100%;
    padding: 12px 24px 14px;
    height: auto;
    transition: 0.2s ease;
}
.user_policy-button[data-action="false"]:not(:hover) {
    background: #E5E5E5;
    color: var(--red);
}
.user_policy-modal--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 10px;
}
.user_policy-button {}
/* </cookie> */

/* <cookie modal> */
#user_policy_optional .modal-dialog {
    max-width: 700px !important;
}

.user_policy_optional-text {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

.user_policy_optional-checkBoxItem {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5px;
}
.user_policy_optional-checkBoxCheck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
}
.user_policy_optional-checkBoxItem input {}

.user_policy_optional-checkBoxCheck label {
    cursor: pointer;
    font-weight: 500;
    padding: 4px 0px;
    width: 100%;
    margin-bottom: 0px;
}
.user_policy_optional-checkBoxText {
    margin-left: 21px;
    font-size: 14px;
    line-height: 18.4px;
    color: var(--text);
}

#user_policy_optional .mButton {
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.user_policy_optional--policyBottom {
    font-size: 14px;
    line-height: 16px;
    color: var(--text);
    margin-top: 10px;
}
/* </cookie modal> */

.text_hidden {
    height: 0;
    opacity: 0;
}

.header_right-wrapper img {
    max-width: 114px;
    background: #dfe4ee;
    border-radius: 50%;
    padding: 8px;
    border: 4px solid #fff;
    /*margin-top: 10px;*/
    /*display: none;*/
}

.header_right-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contacts_text._w-logo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.contacts_text._w-logo img {
    max-width: 42px;
}

.article_item-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.article_item-img {
    height: 356px;
    overflow: hidden;
}

.breadcrumb {
    background: none;
    padding: 40px 0;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    font-family: var(--font-family);
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--blue);
}

.breadcrumb-item a {
    color: var(--red);
}

.articles_title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
    color: var(--blue);
    margin-bottom: 40px;
}

.article_item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: var(--blue);
    margin: 14px 0;
}

.article_item_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.article_item-more {
    color: var(--red);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.article_item-date {
    color: var(--blue);
}

.articles_row {
    row-gap: 40px;
    margin-bottom: 70px;
}

.col-12 {
    display: flex;
    flex-direction: column;
}

.article_item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.article_banner {
    background-image: url(/images/news/art-banner-bg-o.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 240px;
}

.article_banner .breadcrumb-item+.breadcrumb-item::before, .article_banner .breadcrumb-item.active {
    color: #fff
}

.article_banner h1 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    max-width: 855px;
    margin: 0 auto;
}

.article_banner-img {
    margin-bottom: 15px;
    text-align: center;
}

.article_text-bottom *,
.article_text-top * {
    text-align: left !important;
}

.article_text-top {
    padding-top: 40px;
}

.article_text-bottom img,
.article_text-top img {
    max-width: 100%;
    border-radius: 10px;
}

.module_title,
.article_text-bottom h2,
.article_text-bottom h3,
.article_text-top h2,
.article_text-top h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 30px 0;
}

._article-page-cont-1 {
    margin-bottom: -111px;
    position: relative;
    z-index: 1;
    margin-top: 75px;
}

.article_text-bottom {
    margin-bottom: 80px;
}































@media (min-width: 1200px) {

    .modMenuH__item-link {
        padding: 0;
        font-weight: 700;
        font-size: 17px;
        color: var(--white);
    }

    .modMenuH {
        position: relative;
        top: unset;
        left: unset;
        height: unset;
        width: unset;
        background-color: unset;
        z-index: 10;
        transform: unset;
        overflow: visible;
    }

    .modMenuH__list {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 50px;
    }

    .modMenuH__item {
        display: block;
        position: relative;
        /*width: auto;*/
    }

    .modMenuH__item.deeper {
        position: relative;
    }

    .modMenuH__item.deeper .modMenuH__list {
        position: absolute;
        top: 100%;
        left: 0;
        transform: unset;
        opacity: 0;
        pointer-events: none;
    }

    .modMenuH__item.deeper:hover >.modMenuH__list {
        transform: unset;
        top: 100%;
        left: 0;
        width: 100%;
        opacity: 1;
        pointer-events: auto;
    }
}
