.header-v22 {
    position: relative;
    width: 100%;
    height: 140px;
}

.header-v22-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #0075bc;
}

.header-v22-back:before {
    content: '';
    background-image: url(/img/siluet.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.header-v22 .top-line,
.header-v22 .top-line-content {
    height: 140px;
}

.header-v22-menu,
.header-v22-menu > div,
.header-v22-menu > div > a {
    height: 50px;
}

.header-v22 .top-line .header-logo {
    display: block;
    width: 500px;
    transition: opacity .5s;
}

.header-logo .logo-img {
    width: 100%;
    transition: all .5s;
}

/*--------------------------*/
.top-line-extended > div {
    margin-left: 40px;
}

.top-line-extended p {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    margin-bottom: 3px;
    white-space: nowrap;
}

.top-line-extended .weather img {
    width: 42px;
    height: 42px;
    margin-right: 3px;
    float: left;
}

.top-line-extended .weather .temp {
    font-size: 20px;
    line-height: 42px;
    color: #fff;
    font-family: 'Roboto Condensed';
}

.top-line-extended .social-media-buttons,
.vhod_mob a {
    height: 42px;
}

.top-line-extended .vhod_mob {
    display: block;
    min-width: 95px;
    max-width: 126px;
}

.vhod_mob a {
    width: 100%;
    text-align: center;
}

.av_header {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin: 0 6px 0 0;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.vhod_mob a:hover .av_header,
.newspaper-article .header-v22-menu .menu-other a:hover .av_header {
    transform: scale(1.075);
    transition: all .2s;
}

.vhod_mob a span,
.newspaper-article .header-v22-menu .menu-other a span {
    display: inline-block;
    color: #fff;
    max-width: 90px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s;
}

.vhod_mob a:hover span,
.newspaper-article .header-v22-menu .menu-other a:hover span {
    font-weight: 700;
}

.vhod_mob a i,
.newspaper-article .header-v22-menu .menu-other a i,
.header-cabinet.header-v22-menu .menu-other .special-link i {
    font-size: 30px;
    line-height: 1;
}

.vhod_mob a:hover i,
.vhod_mob a:focus i,
.newspaper-article .header-v22-menu .menu-other a:hover i,
.newspaper-article .header-v22-menu .menu-other a:focus i {
    opacity: .8;
}

/*--------------------------*/

.header-v22-menu:not(.header-v22-menu-np) {
    background-color: #0267a5;
    position: sticky;
    top: 0;
    margin-bottom: 10px;
    z-index: 1040;
}

.header-v22-menu.header-v22-menu-np.header-cabinet {
    background-color: #0075bc;
}

.header-v22-menu.fixed .header-logo,
.header-v22-menu.fixed .header-logo.visible {
    animation-name: logo-visible;
    animation-duration: .5s;
    animation-fill-mode: both;
}

.newspaper-article .header-v22-menu.fixed .header-logo.visible {
    margin-right: 60px !important;
}

@keyframes logo-visible {
    from {
        opacity: 0;
        width: 0;
        min-width: 0;
        margin-right: 0;
    }
    to {
        opacity: 1;
        width: 200px;
        min-width: 200px;
        margin-right: 23px;
    }
}

/*.header-v22-menu .header-logo {
    display: none;
}*/

.header-v22-menu .header-logo.invisible {
    animation-name: logo-invisible;
    animation-duration: .5s;
    animation-fill-mode: both;
}

@keyframes logo-invisible {
    from {
        opacity: 1;
        width: 200px;
        min-width: 200px;
        margin-right: 23px;
    }
    50% {
        opacity: 0;
    }
    to {
        opacity: 0;
        width: 0;
        min-width: 0;
        margin-right: 0;
    }
}

.header-v22-menu .menu-main-1 {
    transform: scale(1,1);
    width: auto;
    opacity: 1;
    visibility: visible;
    transform-origin: left center;
    transition: transform .5s, width .5s, opacity .25s;
}

.header-v22-menu.fixed .menu-main-1 {
    transform: scale(0,0);
    width: 0;
    opacity: 0;
    visibility: hidden;
}

.header-v22-menu-list {
    height: 50px;
    margin-right: 20px;
    transition: all .5s;
}

.header-v22-menu.fixed .header-v22-menu-list {
    margin-right: 13px;
}

.header-v22-menu a,
.header-v22-menu .menu-additional,
.header-v22-menu .dropdown-menu a {
    display: block;
    position: relative;
    min-width: auto;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    font-size: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
}

.fixed.header-v22-menu a {
    font-size: 18px;
}

.header-v22-menu a,
.header-v22-menu .menu-additional {
    color: #fff;
    line-height: 50px;
}

.header-v22-menu .menu-additional.menu-newspaper,
.header-v22-menu .dropdown-menu.dropdown-newspaper,
.newspaper .header-v22-menu .menu-additional.menu-news,
.newspaper .header-v22-menu .dropdown-menu.dropdown-news {
    display: none;
}

.header-v22-menu .menu-additional.menu-news,
.header-v22-menu .dropdown-menu.dropdown-news,
.newspaper .header-v22-menu .menu-additional.menu-newspaper,
.newspaper .header-v22-menu .dropdown-menu.dropdown-newspaper {
    display: block;
}

/*.header-v22-menu .menu-additional {
    opacity: 0;
    animation-name: menu-additional-visible;
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-delay: .8s;
}

@keyframes menu-additional-visible {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}*/

.skin-zadonsk .header-v22-menu-list > a:hover,
.skin-zadonsk .header-v22-menu-list > a:focus,
.skin-zadonsk .header-v22-menu-list > a:active {
    color: #fff;
}

.skin-zadonsk .header-v22-menu-list > a:active {
    opacity: .5;
    transition: none;
}

.header-v22-menu a span,
.header-v22-menu .dropdown-menu a span {
    line-height: 1.5;
    display: inline-block;
}

.header-v22-menu a.menu-main {
    font-weight: 700;
}

.header-cabinet.header-v22-menu a.menu-main {
    margin-right: 25px;
}

.header-v22-menu a.menu-main span {
    line-height: 1.7;
    display: inline-block;
}

.header-v22-menu .dropdown,
.header-v22-menu .dropdown .menu-additional {
    display: none;
}

.header-v22-menu .dropdown-menu {
    top: 90%;
    left: -10px;
    padding: 5px 0;
    border-radius: 3px;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: top;
}

.header-v22-menu .open > .dropdown-menu {
    animation-name: dropdown-menu-open;
    animation-duration: .2s;
    animation-fill-mode: both;
}

@keyframes dropdown-menu-open {
    from {
        opacity: 0;
        transform: scale(1, 0);
    }
    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}

.header-v22-menu .dropdown-menu a {
    padding: 3px 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #0075bc;
    opacity: 0;
}

.header-v22-menu .open > .dropdown-menu a {
    animation-name: dropdown-menu-open-a;
    animation-duration: .15s;
    animation-fill-mode: both;
}

.header-v22-menu .open > .dropdown-menu a:nth-child(1) {
    animation-delay: .1s;
}

.header-v22-menu .open > .dropdown-menu a:nth-child(2) {
    animation-delay: .15s;
}

.header-v22-menu .open > .dropdown-menu a:nth-child(3) {
    animation-delay: .2s;
}

@keyframes dropdown-menu-open-a {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.header-v22-menu .divider {
    width: 1px;
    height: 14px;
    background-color: #fff;
}

.header-v22-menu .menu-other {
    position: relative;
    max-width: 130px;
    min-width: 130px;
}

.header-v22-menu .menu-other a,
.newspaper-article .header-v22-menu .menu-other .a-search {
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    transition: background-color .2s;
    transform: scale(1);
    color: #fff;
}

.newspaper-article .header-v22-menu .menu-other .a-search i {
    font-size: 18px;
}

.header-v22-menu .menu-other a:last-child {
    margin-right: 0;
}

.header-v22-menu .menu-other a:hover,
.header-v22-menu .menu-other a:focus {
    background-color: rgba(0, 0, 0, .25);
}

.special-link {
    font-size: 24px;
    z-index: 10000;
}

.header-v22-menu .menu-other a:active i,
.special-link:active i {
    transform: scale(1.2);
}

/*Газета - статья*/

body:not(.np-cover-photo-has) .newspaper-article .header-v22-menu {
    background-color: #0075bc;
}

body.np-cover-photo-has .newspaper-article .header-v22-menu {
    background-color: transparent;
}

.newspaper-article .header-v22-menu,
.header-v22-menu.header-cabinet {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    z-index: 1070;
}

.newspaper-article .header-v22-menu:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    transform: translateY(-100%);
    opacity: 0;
    background-color: #0075bc;
}

.newspaper-article .header-v22-menu.delete-header-color:before {
    animation: delete-header-color .5s forwards;
}

@keyframes delete-header-color {
    from {
        transform: translateY(0);
        opacity: 1;
        /*background-color: #0075bc;*/
    }
    to {
        transform: translateY(-100%);
        opacity: 0;
        /*background-color: transparent;*/
    }
}

.newspaper-article .header-v22-menu.add-header-color:before {
    animation: add-header-color .3s forwards;
    animation-timing-function: ease-out;
}

@keyframes add-header-color {
    from {
        transform: translateY(-100%);
        opacity: 0;
        /*background-color: transparent;*/
    }
    to {
        transform: translateY(0);
        opacity: 1;
        /*background-color: #0075bc;*/
    }
}

/*.newspaper-article .header-v22-menu.fixed .header-logo,
.newspaper-article .header-v22-menu.fixed .header-logo.visible {
    display: block;
    opacity: 1;
    width: 200px;
    margin-right: 23px;
    animation: none;
}*/

.newspaper-article .header-v22-menu .menu-other {
    position: relative;
    min-width: 95px;
    max-width: 126px;
}

.newspaper-article .header-v22-menu .menu-other a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-transform: none;
    border-radius: 0;
    line-height: 30px;
    font-size: 14px;
    transform: none;
}

.newspaper-article .header-v22-menu .menu-other a:hover,
.newspaper-article .header-v22-menu .menu-other a:focus {
    background-color: transparent;
}

.newspaper-article .header-v22-menu .menu-other a span {
    background: none;
}

.newspaper-article .header-v22-menu .menu-other .special-link {
    position: fixed;
    top: 5px;
    width: 30px;
    right: 20px;
}

/*End of Газета - статья*/

/*@media (min-width: 768px) {
    #pro-popup,
    .modal-backdrop {
        display: none !important;
    }
}*/

@media (max-width: 1279px) {
    .header-v22-menu.fixed a,
    .header-v22-menu.fixed .menu-additional,
    .header-v22-menu.fixed .dropdown-menu a {
        font-size: 18px;
    }

    .newspaper-article .header-v22-menu.fixed .header-logo.visible {
        margin-right: 45px !important;
    }

    /*.header-v22-menu .menu-additional {
        display: block;
    }

    .header-v22-menu.fixed .menu-additional {
        display: none;
    }

    .header-v22-menu .dropdown,
    .header-v22-menu .dropdown .menu-additional {
        display: none;
    }

    .header-v22-menu.fixed .dropdown,
    .header-v22-menu.fixed .dropdown .menu-additional {
        display: block;
    }*/
}

@media (max-width: 1100px) {
    .newspaper-article .header-v22-menu .menu-other {
        position: relative;
        min-width: 171px;
        max-width: 171px;
    }

    .newspaper-article .header-v22-menu .menu-other a {
        -ms-flex: 0 0 126px;
        flex: 0 0 126px;
        max-width: 126px;
        margin-right: 15px;
    }

    .newspaper-article .header-v22-menu .menu-other .special-link {
        position: inherit;
        top: auto;
        right: auto;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        max-width: 30px;
    }
}

@media (max-width: 991px) {
    .header-v22-menu a.menu-main {
        margin-right: 25px;
    }

    .header-v22-menu .divider {
        width: auto;
        background-color: transparent;
    }

    .header-v22-menu .menu-additional.menu-news,
    .header-v22-menu.fixed .menu-additional.menu-news,
    .newspaper .header-v22-menu .menu-additional.menu-newspaper,
    .newspaper .header-v22-menu.fixed .menu-additional.menu-newspaper {
        display: none;
    }

    .header-v22-menu .dropdown,
    .header-v22-menu .dropdown .menu-additional,
    .header-v22-menu.fixed .dropdown,
    .header-v22-menu.fixed .dropdown .menu-additional {
        display: block;
    }

    .newspaper-article .header-v22-menu.fixed .header-logo.visible {
        margin-right: 35px !important;
    }
}

@media (max-width: 767px) {
    .header-v22-menu,
    .header-v22-menu:not(.header-v22-menu-np),
    .header-v22-menu > .container,
    .header-v22-menu .header-v22-menu-container {
        height: 60px;
        transition: all .15s;
    }

    .modal-open .header-v22-menu,
    .modal-open .header-v22-menu:not(.header-v22-menu-np),
    .modal-open .header-v22-menu > .container,
    .modal-open .header-v22-menu .header-v22-menu-container {
        height: 60px;
    }

    .newspaper-article .header-v22-menu:before {
        height: 60px;
    }

    .header-v22-menu,
    .header-v22-menu:not(.header-v22-menu-np),
    .header-v22-submenu {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
        position: fixed;
        left: 0;
    }

    .header-v22-menu,
    .header-v22-menu:not(.header-v22-menu-np) {
        top: 0;
        z-index: 1040;
    }

    .header-v22-submenu {
        background-color: #cde9fe;
        top: 60px;
        height: 30px;
        z-index: 1039;
        transform: translateZ(0);
        will-change: transform;
        transition: transform .3s;
    }

    .header-v22-submenu.is-hidden {
        transform: translateY(-100%);
    }

    .header-v22-menu:not(.header-v22-menu-np) {
        background-color: #0075bc;
    }

    .header-v22-menu.header-v22-menu-on-top {
        z-index: 1065;
    }

    .header-v22-menu .col-xs-12 {
        padding-right: 0;
    }

    .header-v22-menu .header-logo.invisible {
        display: block !important;
        animation: none;
        width: 190px;
        visibility: visible !important;
    }

    .newspaper-article .header-v22-menu.fixed .header-logo.visible {
        margin-right: 25px;
    }

    .header-v22-menu-container {
        position: relative;
        padding-right: 70px;
    }

    .modal-open .header-v22-menu-container {
        padding-bottom: 0;
    }

    .header-v22-submenu .current-section {
        padding: 5px 0;
        color: #0075bc;
    }

    .header-v22-menu .current-section {
        position: absolute;
        bottom: 8px;
        color: #fff;
        opacity: 0;
        /*animation: current-section-animation .15s 1;
        animation-fill-mode: forwards;
        animation-delay: .15s;*/
    }

    /*@keyframes current-section-animation {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }

    .modal-open .header-v22-menu .current-section {
        display: none;
    }*/
    .header-v22-menu .menu-other {
        max-width: 120px;
        min-width: 120px;
        padding: 0 10px;
    }

    .header-v22-menu.header-cabinet .menu-other {
        max-width: 60px;
        min-width: 60px;
        padding: 0 10px;
    }

    .newspaper-article .header-v22-menu .menu-other {
        max-width: 45px;
        min-width: 45px;
        padding: 0;
    }

    .header-v22-menu .menu-other a {
        margin-right: 0;
    }

    .menu-mobile {
        width: 70px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1010;
    }

    .menu-mobile .nav-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .menu-mobile .nav-icon-box {
        display: block;
        width: 24px;
        height: 19px;
        position: relative;
        /*transition: .5s ease-in-out;*/
        cursor: pointer;
    }

    .menu-mobile .nav-icon-box span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 0;
        opacity: 1;
        left: 0;
        background: #fff;
        transform: rotate(0);
        transform-origin: center;
        transition: .15s ease-in-out;
    }

    .menu-mobile .nav-icon-box span:nth-child(1) {
        top: 0;
    }

    .menu-mobile .nav-icon-box span:nth-child(3),
    .menu-mobile .nav-icon-box span:nth-child(2) {
        top: calc(50% - 1.5px);
    }

    .menu-mobile .nav-icon-box span:nth-child(4) {
        bottom: 0;
    }

    .menu-mobile .nav-icon-open .nav-icon-box span:nth-child(2) {
        top: 8px;
        transform: rotate(45deg);
    }

    .menu-mobile .nav-icon-open .nav-icon-box span:nth-child(1),
    .menu-mobile .nav-icon-open .nav-icon-box span:nth-child(4) {
        opacity: 0;
        transform: rotate(0) translateX(0);
    }

    .menu-mobile .nav-icon-open .nav-icon-box span:nth-child(3) {
        bottom: 8px;
        transform: rotate(-45deg);
    }

    /*Мобильное меню*/
    #pro-popup.modal,
    #pro-popup .modal-dialog,
    #pro-popup .modal-content {
        width: 100%;
        max-width: 100%;
        height: 100%;
        z-index: 1060;
    }

    #pro-popup.modal {
        bottom: 0 !important;
        overflow: hidden !important;

    }

    #pro-popup .modal-dialog {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        background-color: transparent;
        overflow: hidden;
    }

    #pro-popup .modal-content {
        background-color: #0075bc;
        color: #fff;
    }

    #pro-popup .modal-body {
        height: calc(100% - 73px - 86px);
        padding: 70px 0 0;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }

    #pro-popup .top-line-extended > div {
        margin-left: 0;
    }

    #pro-popup .top-line-extended p {
        text-align: left;
    }

    #pro-popup .modal-body .top-line-extended {
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }

    #pro-popup .modal-footer {
        border-top: 1px solid rgba(255, 255, 255, .3);
    }

    #pro-popup .top-line-extended .social-media-buttons {
        height: 40px;
    }

    #pro-popup .social-media-buttons .soc-button {
        margin-right: 10px;
    }

    #pro-popup .modal-footer .special-link {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        font-size: 24px;
        text-align: center;
        line-height: 40px;
        transition: background-color .2s;
        transform: scale(1);
        color: #fff;
    }

    #pro-popup a {
        color: #fff;
    }

    #pro-popup ul {
        width: 100%;
    }

    #pro-popup ul.modal-level-1 {
        padding-top: 10px;
    }

    #pro-popup ul li {
        position: relative;
        display: table;
        width: 100%;
    }

    #pro-popup ul.modal-level-1 > li {
        padding: 5px 0 0 15px;
    }

    #pro-popup ul li a {
        transition: none;
    }

    #pro-popup ul li a:hover,
    #pro-popup ul li a:focus,
    #pro-popup ul li a:active {
        opacity: .5;
    }

    #pro-popup .modal-level-1 > li a {
        position: relative;
        font-size: 20px;
        line-height: 40px;
        float: left;
        width: calc(100% - 70px);
        transition: none;
    }

    #pro-popup .modal-level-1 > li > a {
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
    }

    #pro-popup a.menu-main {
        font-weight: 700;
    }

    #pro-popup a.menu-additional {
        font-weight: 100;
    }

    #pro-popup .menu_down {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
        float: right;
        height: 40px;
        width: 70px;
    }

    #pro-popup .menu_down i {
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        width: 100%;
        margin: 0;
        transition: transform .3s linear, color 0s;
    }

    #pro-popup .menu_down i.rotate-i {
        transform: rotate(180deg);
    }

    #pro-popup ul.modal-level-2 {
        display: none;
        margin-left: 25px;
        width: calc(100% - 25px);
    }

    #pro-popup .modal-level-2 > li a {
        font-size: 17px;
    }
}

/*@media (max-width: 576px) {
    .header-v22-menu:not(.header-v22-menu-np),
    .header-v22-menu .header-v22-menu-container {
        height: 60px;
    }

    .header-v22-menu-container {
        padding-right: 60px;
    }

    .menu-mobile {
        width: 60px;
    }

    #pro-popup .modal-body {
        height: calc(100% - 63px - 86px);
        padding: 60px 0 0;
    }
}*/

@media (max-width: 419px) {
    .header-v22-menu .menu-other {
        position: relative;
        max-width: 100px;
        min-width: 100px;
        padding: 0 5px;
    }
}

@media (max-width: 389px) {
    .header-v22-menu .header-logo.invisible {
        width: 42vw;
    }
}

/*End 0f Мобильное меню*/
