﻿
body.modal-open header {
    /* Ваши стили */
    padding-right: 15px;
}


.headercont {
    width: 964px;
    height: 74px;
    background-color: #FFFFFF;
    display: flex;
    padding: 0 16px;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    z-index: 1021;
}
.menuoptionscont{
    gap: 32px !important;
    justify-content: center !important;
    flex-direction: row !important;
}
.HeaderLogo {
    height: 50px;
}
/* Стили для мобильного меню */
.mobile-menu-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    padding: 0 10px;
    z-index: 1000;
    padding-top: 80px;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}
.headercont.no-shadow {
    box-shadow: none !important;
}
    .mobile-menu-container.active {
        transform: translateY(0);
    }

.mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
    margin-top: 20px;
}

    .mobile-menu .nav-item {
        text-align: center;
        font-weight: 700;
    }
.linksmobileHeader{
    width: 120px; 
}
.mobile-menu .nav-link {
    color: #3F3F3F;
    font-size: 22px;
    display: block;
}

/* Основные стили кнопки бургера */
.burger-btn {
    --btn-size: 33px;
    --bar-height: 1.5px;
    --btn-color: #FF6B00;
    --btn-active-color: #E05D00;
    --icon-color: #FFFFFF;
    width: var(--btn-size);
    height: var(--btn-size);
    border-radius: 50%;
    background-color: var(--btn-color);
    border: none;
    cursor: pointer;
    padding: 0;
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1001;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}

/* Контейнер для линий бургера */
.burger-btn__box {
    width: 18px;
    height: 12px;
    display: inline-block;
    position: relative;
}

/* Центральная линия бургера */
.burger-btn__inner {
    width: 100%;
    height: var(--bar-height);
    background-color: var(--icon-color);
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

    /* Верхняя и нижняя линии бургера */
    .burger-btn__inner::before,
    .burger-btn__inner::after {
        content: '';
        width: 100%;
        height: var(--bar-height);
        background-color: var(--icon-color);
        border-radius: 100%;
        position: absolute;
        left: 0;
        transition: all 0.3s ease;
    }

    .burger-btn__inner::before {
        top: -6px;
    }

    .burger-btn__inner::after {
        top: 6px;
    }

/* Состояние активной кнопки (крестик) */
.burger-btn.active {
    background-color: var(--btn-active-color);
    box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.3);
}

    .burger-btn.active .burger-btn__inner {
        background-color: transparent;
    }

        .burger-btn.active .burger-btn__inner::before {
            top: 0;
            transform: rotate(45deg);
            background-color: var(--icon-color);
        }

        .burger-btn.active .burger-btn__inner::after {
            top: 0;
            transform: rotate(-45deg);
            background-color: var(--icon-color);
        }

/* Эффект нажатия */
.burger-btn:active {
    transform: scale(0.95);
}

/* Альтернатива ховеру для устройств с поддержкой hover */
@media (hover: hover) {
    .burger-btn:hover {
        background-color: var(--btn-active-color);
    }
}
.burger-btn.clicked {
    transform: scale(0.9);
}


.BurgerMenuBtn {
    height: 39px !important;
    gap: 4px !important;
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    padding: unset !important;
}
    .BurgerMenuBtn .icon-wrapper {
        width: 18px !important;
        height: 11px !important;
    }
.mobileaccount {
    display: flex;
    gap: 4px;
    align-items: center;
}
.vkMobilefix{
    margin-top: auto;
    width: 100%;
}
.MobileBtnsFix {
    margin-bottom: 132px;
    width: 100%;
}
header {
    top: 0;
    right: 50%;
    transform: translate(50%, 0);
    z-index: 10000;
    position: fixed;
    height: 100px;
    width: 100%;
}
.headernav {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    display: flex;
    border: 0px !important;
    justify-content: center !important;
}
.BtnIndicatorNotif {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: #E96C4B;
}
#NotifBtn {
    transition: all 0.3s ease-out;
}

    #NotifBtn:active {
        background: #3F9DA4;
        transition: none;
    }

    #NotifBtn:hover {
        background: #1b6369;
    }
.roundedDiv {
    border-radius: 12px;
    width: 100%;
    padding: 12px 8px;
    background-color: #F4F4F4;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 25%);
}
.notifHubbox {
    position: absolute;
    top: 91px;
    transform: translateX(-50%);
    left: 50%;
    width: 964px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    z-index: 1000;
    transform-origin: top right;
}

.triangleNotif {
    margin-right: 23px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 24px solid #dbdbdb;
}

.notifHub {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #3F3F3F;
    font-size: 20px;
    font-weight: 600;
    width: 328px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    max-height: 500px;
    overflow-y: auto;
}
.roundedDiv.notifHub {
    background-color: #fff;
}
.notificationList {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.notificationCont {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: start;
    align-items: center;
    width: 100%;
}
.delete-notification-button {
    display: flex;
    align-items: flex-start
}
.toppartNotif {
    position: relative;
    border-top: 1px #BDBDBD solid;
    border-bottom: 1px #BDBDBD solid;
    padding: 10px 0px;
    display: flex;
    width: 100%;
    gap: 8px;
    align-items: start;
}
.notification-user-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    min-height: 50px;
    object-fit: cover;
    object-position: center;
    background-color: #E96C4B;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}
.notification-text__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}
.textNotif {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    color: #3F3F3F;
    font-weight: 100;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    gap: 10px
}

.notification-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3F3F3F;
    font-weight: 600;
    font-size: 18px;
}
.notification-title img {
    cursor: pointer;
    transition: filter 0.3s ease
}
    .notification-title img:hover {
        filter: opacity(0.6)
    }
    .notification-title img:active {
        filter: opacity(0.2)
    }
.botpartNotif {
    display: flex;
    gap: 8px;
    width: 100%;
    justify-content: space-between;
    align-items: start;
    font-size: 10px;
    font-weight: 300;
    color: #BEBEBE;
}

.notifBtnCont {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.empty-notification {
    font-weight: 400;
    font-size: 18px
}
.notification-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    border: 2px solid #962237;
    color: #fff;
    font-weight: 400;
    border: 0;
    height: 22px;
    background-color: #34C759;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
}
.dismissAccessBtn img {
    width: 8px;
}
    .notification-button.more {
        display: flex;
        align-items: center;
        justify-content: center;
        display: inline-block;
        color: #fff;
        font-weight: 400;
        border: 0;
        background-color: #848484;
    }
.dismissAccessBtn {
    background-color: transparent;
    border: 2px solid #962237;
    color: #962237;
    box-sizing: border-box;
}
.NotifBtnGrey {
    display: flex;
    gap: 2px;
    align-items: center;
    padding: 4px;
    color: #808080;
    font-weight: 500;
    background-color: #D9D9D9;
    border-radius: 4px;
    cursor: pointer;
}

.NotifBtnGreen {
    display: flex;
    gap: 2px;
    align-items: center;
    padding: 4px;
    color: #F4F4F4;
    font-weight: 500;
    background-color: #3FAA35;
    border-radius: 4px;
    cursor: pointer;
}

.redCircleNotif {
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #E14141;
    border-radius: 100%;
    top: 9px;
}

.circlesHeader {
    border-radius: 100px;
    background: #535353;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: #E96C4B;
    color: #FFFFFF;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .circlesHeader span{
        line-height: 0;
    }

.endnavbar {
    width: 168px;
    display: flex;
    gap: 8px;
    justify-content: end;
    align-items: center;
}
.nav-itemHeader {
    color: #26595D;
    font-size: 16px;
    padding: 0;
}
    .nav-itemHeader .nav-link {
        padding: 0;
        color: #26595D;
    }
.LoginBtn{
    width: 123px;
}
.navbar-brand{
    margin-right: 0px;
}
.username {
    color: #26595D;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
.NotifBtn {
    position: relative;
    border-radius: 100px;
    min-width: 40px;
    min-height: 40px;
    cursor: pointer;
    background: #26595D;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}
.background-blur {
    display: none;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    margin-top: -100px;
    background-color: #D4DEDF33;
    backdrop-filter: blur(6px);
    z-index: 100;
    transition: opacity 0.3s ease;
}
.cinemaoverlay {
    display: none;
    opacity: 0;
    width: 100vw;
    height: 101vh;
    margin-top: -100px;
    background-color: #212121e3;
    backdrop-filter: blur(6px);
    z-index: 100;
    transition: opacity 0.3s ease;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
    .cinemaoverlay * {
        cursor: default;
    }
    .cinemaoverlay > iframe {
        border-radius: 24px;
        width: 65%;
        height: 65%;
        border: none;
        -webkit-box-shadow: 0px 0px 84px 100px rgba(25, 51, 56, 0.4);
        -moz-box-shadow: 0px 0px 84px 100px rgba(25, 51, 56, 0.4);
        box-shadow: 0px 0px 84px 100px rgba(25, 51, 56, 0.4);
    }

    .accountHub {
        position: relative;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column;
        background-color: #FFFFFF;
        border-radius: 8px;
        padding: 12px;
        min-height: 100px;
        width: 261px;
        color: #3F3F3F;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    }
.accountHubbox {
    position: absolute;
    top: 104px;
    transform: translateX(-50%);
    left: 50%;
    width: 964px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    z-index: 1010;
    transform-origin: top right;
}
.AccOptions {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 4px 0;
    color: #848484;
    gap: 4px;
    border-bottom: 1px solid #808080;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
}
    .AccOptions:hover {
        background-color: #DEDEDE;
    }
.AccountBtns{
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
}
.profileImg {
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 200px;
    object-fit: cover;
    object-position: center;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
.ProfileCloseBtn {
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 4px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F4F5F5;
    cursor: pointer;
}
    .ProfileCloseBtn:hover {
        background-color: #C7C7C7;
    }

.AccBtn {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 4px;
    border: 0px;
    outline: 0px;
    padding: 0;
    background-color: transparent;
    color: #848484;
    width: 100%;
}
.headerName {
    color: #26595D;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.headerNamediv {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.nav-itemHeader .nav-link {
    position: relative;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    color: #26595D; /* Основной цвет текста */
    font-weight: 500; /* Полужирный для лучшей читаемости */
}

    /* Анимация при наведении */
    .nav-itemHeader .nav-link:hover {
        color: #3F9DA4; /* Более светлый акцентный цвет */
        transform: translateY(-2px);
        text-shadow: 0 2px 8px rgba(63, 157, 164, 0.2); /* Тень в тон акцентного цвета */
    }

    /* Анимация при нажатии */
    .nav-itemHeader .nav-link:active {
        transform: translateY(0); /* Возвращаем на место */
        color: #1D464A; /* Темнее основного цвета */
        transition: all 0.1s ease; /* Быстрая анимация для клика */
    }

    /* Подчеркивание при наведении (опционально) */
    .nav-itemHeader .nav-link::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 50%;
        background-color: #3F9DA4; /* Акцентный цвет */
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .nav-itemHeader .nav-link:hover::after {
        width: 80%; /* Плавное появление подчеркивания */
    }

.nav-itemHeader .nav-link {
    border-radius: 4px; /* Скругление углов */
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
    }
}
footer {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.footerN {
    width: 964px;
    padding: 38px 28px 15px 28px;
    border-radius: 20px 20px 0px 0px;
    background-color: #219FA8;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.FooterPng{
    height: 95px;
}
.footerBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: 8px;
}
.FooterXcont{
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-top: 5px;
}
.FooterYcont{
    display: flex;
    flex-direction: column;
    gap: 8px; 
}
.FooterInfoCont{
    margin-top: 17px;
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.VKbtnFooter {
    padding: 12px 18px !important;
    margin-top: 11px;
    width: 100% !important;
    height: 48px !important;
}
.FooterInfo {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 800;
}
.FooterTitle {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 800;
    margin-top: 9px;
}
.FooterDes {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
}
.contforLinks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 56px;
    font-weight: 300;
}
    .contforLinks a {
        text-decoration: unset;
        color: #C1E4E7 !important;
    }
.ziplogLogo {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 8px;
    color: #C1E4E7;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}
#MobileNotifBtn{
    display: none;
}
.NotificationBox {
    position: relative;
    transition: ease-in 0.3s;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    padding: 12px 14px;
    z-index: 1001;
}
.BannerBox {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 500px;
    max-width: 822px;
    position: fixed;
    left: 46px;
    bottom: 46px;
    z-index: 1000;
}
.NotificationImg {
    width: 104px;
    height: 104px;
}
.NotificationTextBox {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #3F3F3F;
}
.Notif-title{
    font-size: 20px;
    font-weight: 800;
}
.Notif-subtitle {
    font-size: 16px;
    font-weight: 500;
}
.NotificationCloseBtn{
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
}
.NotificationCloseBtn:hover {
    transform: scale(1.1);
}
.NotificationSendBtn{
    margin-top: auto;
}
.MobileBackBtn{
    display: none;
}
.CookieInfoCont {
    transition: ease-in 0.3s;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    background-color: transparent;
    -webkit-box-shadow: unset -moz-box-shadow: unset;
    box-shadow: unset;
    width: 100%;
    z-index: 1001;
}
#CookieBox {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#CookiesYesBtn {
    margin-left: auto;
    padding: 12px 56px;
}
.FooterYXcont{
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: start;
    align-items: start;
}
.FooterStick {
    height: 1px;
    width: 100%;
    background-color: #FFFFFF;
}
.FooterRosMol{

}
.FindBug {
    display: none;
    cursor: pointer;
    gap: 4px;
    padding: 6px 16px;
    font-size: 16px;
    font-weight: 700;
    color: #E96C4B !important;
    background-color: #E9E9E9;
    align-items: center;
    border-radius: 12px;
    text-wrap: nowrap;
    text-decoration: none;
}