.header-view-2 {
    padding-bottom: 20px;
}

/*БРЕНД РЕДАКЦИИ HEADER_LOGO*/
.header-view-2 .header-logo {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.header-view-2 .header-logo {
    font-weight: 800;
    font-size: 2rem;
    text-transform: uppercase;
}

.header-view-2 .header-logo p {
    font-size: .75rem;
}

.header-view-2 .header-logo_img img {
    width: 100%;
    max-width: 400px;
}

.header-view-2 .header-logo_meta {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 3px solid rgb(51, 51, 51);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-view-2 .header-logo_meta p {
    font-size: .75rem;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    padding: 0;
}

/*НАВИГАЦИЯ РУБРИК ПОСТОВ NAVI_POSTS*/
.header-view-2 .navi-posts .menu {
    margin: 0;
    padding: 0;
}

.header-view-2 .navi-posts .menu li {
    display: inline-block;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-top: .75rem;
    margin-right: .75rem;
}

.header-view-2 .navi-posts .menu li:first-child a {
    color: rgb(255, 255, 255);
}

.header-view-2 .navi-posts .menu li a {
    display: block;
    padding: 10px 10px;

    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;

    color: rgb(51, 51, 51);
    background-color: #fff;
}

.header-view-2 .navi-posts .menu li a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(15, 76, 126);
}

/*ВЕРХНЯЯ НАВИГАЦИЯ NAVI_TOP*/
.navi-top_bg {
    background-color: rgb(33, 37, 41);
}

.navi-top .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 2px;
    font-weight: 600;
}

.dropdown-menu {
    --bs-dropdown-border-color: rgba(0, 0, 0, 0);
}

.navi-top .navbar-nav .dropdown-menu {
    background-color: rgb(33, 37, 41);
    border-radius: 0;
    border: none;
}

.navi-top .navbar-nav .dropdown-menu .dropdown-item {
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
}

.navi-top .navbar-nav .dropdown-menu .dropdown-item:hover,
.navi-top .navbar-nav .dropdown-menu .dropdown-item:focus {
    font-weight: 400;
    color: rgb(51, 51, 51);
    text-decoration: none;
    background-color: #e9ecef;
}

.navi-top .navbar-nav .dropdown-menu .dropdown-item:active {
    color: rgb(255, 255, 255);
}

.navi-top .btn-primary {
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
}

.navi-top-icon {
    display: none;

}

.navbar-top-social {
    display: none;
    width: 100%;
    justify-content: center;
    border-top: 1px solid #444;
}

.navbar-social a {
    display: block;
    padding: 10px 15px;
}

@media (max-width: 768px) {
    body {
        padding-right: 0 !important;
    }

    .navi-right_bg {
        display: none;
    }

    .navbar-top-social {
        display: flex;
        flex-wrap: wrap;
    }

    .navi-top-icon {
        display: block;
    }

    .mob-bvi-eye {
        display: inline-block !important;
    }
}

/*НАВИГАЦИЯ СПРАВА NAVI_RIGHT*/
.navi-right_bg {
    position: fixed;
    top: 0;
    right: 0;
    background-image: linear-gradient(to top, rgb(255, 255, 255), rgba(15, 76, 125, 1), rgb(255, 255, 255));
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.navi-right {
    width: 50px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 32px;
    border-bottom: 10px solid rgb(37, 115, 134);
}

.logo-panel {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.bvi-widget, .bvi-widget a {
    background-color: transparent !important;
}

.bvi-widget {
    padding: 5px 8px !important;
}

.mob-bvi-eye {
    display: none;
}

.mob-bvi-eye .bvi-widget .bvi-svg-eye {
    fill: white !important;
    height: auto !important;
    width: 26px !important;
    margin-left: 10px !important;
}

.option-panel {
    cursor: pointer;
}

.navi-right .social-panel a {
    display: block;
    width: 100%;
    height: auto;
    margin-top: .25rem;
    margin-bottom: .25rem;
    border-radius: 15px;
}

.navi-right .social-panel a:hover {
    background-color: #333;
}

.navi-right .social-panel {
    padding: 10px
}

.navi-right .social-panel img,
.navi-right .option-panel img {
    width: 30px;
    height: auto;
    margin: auto;
    display: block;
}

/*МОБИЛЬНАЯ НАВИГАЦИЯ РУБРИК*/
.offcanvas-header h5 {
    text-transform: uppercase;
    font-weight: 700;
}
.offcanvas-body ul {
    list-style: none;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.offcanvas-body ul li {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.offcanvas-body ul li a {
    color: rgb(51, 51, 51) !important;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 2px;
    background-color: transparent !important;
}

/* меню ЕЩЕ */
.header-view-2 .menu li ul {
    --bs-dropdown-border-radius: 0;
    transform: translate3d(0px, 46px, 0px) !important;
    inset: 0 0 auto auto !important;
}

.header-view-2 .menu li ul li:first-child {
    background-color: transparent !important;
}

.header-view-2 .menu li ul li:first-child a {
    color: rgb(51, 51, 51) !important;
}

.header-view-2 .menu li ul li:hover a {
    color: rgb(255, 255, 255) !important;
}

.header-view-2 .navi-posts .menu li ul li {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    margin: 0 !important;
    width: 100%;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: rgba(0, 0, 0, 0);
}

