
*{
    box-sizing: border-box;
}

.open-sidebar-lock {
    overflow: hidden;
    height: 100vh;
}
.icon-user{
    display: flex;
    align-items: center;
}
.popup-slide{
    z-index: 999;
    position: fixed;
    height: 100vh;
    width: 100vw;
    display: flex;
    transform: translateY(100%);
    transition: transform 0.3s;
    justify-content: center;
    align-items: flex-end;
}

.popup-slide--active{
    transform: translateY(0);
}
body{
    position: relative;
}
body:after{
    content: '';
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    z-index: 98;
    transition: opacity 0.5s, visibility 0.5s;
}

.lock-burger {
    overflow: hidden;
}
.lock:after{
    opacity: 1;
    visibility: visible;
}
.popup-subdivisions{
    background-color: #fff;
    width: 80%;
    height: 95%;
    border-radius: 5px;
    position: relative;
}
.close-btn{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.form-service{
    margin-bottom: 50px;
}

.heroes-list__item-title-link {
    margin: 0px 0px 5px 0px;
}

.heroes-list__item-title-hash {
    margin: 0px 0px 10px 0px;
}

.hero-detail__staff {
    padding: 0;
    margin: 0px 0px 20px 0px;
}

.hero-detail__descr {
    padding: 0;
}

.accordion-title {
    display: flex;
}

.list-files__item {
    /*margin-bottom: 40px;*/
}

.event-date-block {
    /*opacity: 0;*/
    transition: all 0.5s ease;
}


.sticky-wrapper .event-date-block  {
    opacity: 1;
}

.heroes-list__item-image {
    height: 160px;
}

.heroes-list__item-image a {
    width: 100%;
    height: 100%;
}

.heroes-list__item-image img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
}

.col-text-attent {
    margin: 0;
}

.list-files {
    margin: 0;
}

.text-title-3 {
    margin-top: 15px;
}

.video-obuchenie .news-list__item-title {
    height: auto;
}

.popup-subdivisions {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.user-text a{
    color: #C28B5D;
    text-decoration: none;
}

.main-wrapper__inner .popup-subdivisions__scroll{
    margin: 0;
    z-index: 4;
}
.list-files {
    margin: 0px 0px 50px 0px;
}

.file-pdf.hidden {
    display: none;
}

.more-btn.hidden {
    display: none;
}

.slick-arrow {
    z-index: 99;
}

.news-list__item--video .news-list__item-cols {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.subtitle-text {
    margin: 20px 0px 0px 0px;
}

.detail-content ul li {
    line-height: 1.5;
}

/*.inner-sidebar{*/
/*    padding-left: 252px;*/
/*}*/


/* первый слайд 3 блока */

.block-heroes {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block-heroes__title {
    margin: 0px 0px 10px 0px;
}

.block-heroes__text {
    max-width: 350px;
}

.block-heroes-tab {
    display: none;
}

.block-heroes__img {
    position: absolute;
    top: 30px;
    right: 55px;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.block-heroes-img__item {
    position: absolute;
    border-radius: 15px;
    overflow: hidden;
    transform: rotate(45deg);
}

.block-heroes-img__item img {
    position: absolute;
    top: -30%;
    left: -30%;
    width: 150%;
    height: 150%;
    object-fit: cover;
    object-position: top;
    transform: rotate(-45deg);
}

.block-heroes-img__item:nth-child(1) {
    top: 0;
    right: 0;
    width: 260px;
    height: 260px;
}

.block-heroes-img__item:nth-child(2) {
    top: 150px;
    right: 320px;
    width: 86px;
    height: 86px;
}

.block-heroes-img__item:nth-child(3) {
    top: 270px;
    right: 220px;
    width: 188px;
    height: 188px;
}

.block-heroes-img__item:nth-child(4) {
    top: 370px;
    right: 30px;
    width: 134px;
    height: 134px;
}

.block-heroes-img__item:nth-child(5) {
    top: 260px;
    right: 480px;
    width: 120px;
    height: 120px;
}

.block-heroes-img__item:nth-child(6) {
    top: 420px;
    right: 430px;
    width: 106px;
    height: 104px;
}

.block-heroes-img__item:nth-child(7) {
    top: 265px;
    right: -45px;
    width: 85px;
    height: 85px;
}

.block-heroes__register {
    position: relative;
}

.block-heroes__register:after {
    width: 148px;
    height: 275px;
    background: no-repeat center center url(/local/templates/main/assets/css/../img/icon-rocket-1.svg);
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    left: -60px;
    top: -200px;
    z-index: -1;
    opacity: 0.6;
}

/* .number-block {
    left: -55px;
} */
.menu-left-title{

}
.no-fix{
    position: relative;
    margin-left: 10px;
}
.menu-wrapper__contacts{
    display: flex;
    flex-direction: column;
}
.input-search{
    flex-grow: 1;
}
.form-search{
    display: flex;
    margin-bottom: 50px;
}
.header__wrapper__logo{
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    margin-bottom: 25px;
}
.header__wrapper__logo .header-logo{
    margin-left: 60px;
}
.header__wrapper__logo .logo-nac{
    margin-left: 60px;
}
.menu-wrapper__inner{
    padding: 50px 105px 85px;
}
.menu-wrapper__item-wrapper--partners{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}
.menu-wrapper__item-logo{
    width: 50%;
    max-width: initial;
}
.menu-wrapper-scroll {
    height: 100%;
}

.menu-wrapper {
    height: auto;
}
.user-name-link{
    color: #C28B5D;
    text-decoration: none;
    transition: text-decoration 0.2s linear;
}
.user-name-link:hover{
    text-decoration: underline;
}

/* .header-menu-auth {
    display: none;
} */
.header-menu-auth__user{
    display: flex;
    align-items: center;
    transition: opacity 0.2s linear;
}

.header-menu-auth__burger{
    transition: opacity 0.2s linear;
}


.search-row-header {
    /*width: 100%;*/
}

.hero-detail-cols {
    align-items: center;
}



.number-block {
    left: -15px;
}
.mobile-logo {
    display: flex;
    align-items: center;
}

.mobile-logo .logo-nac {
    margin: 0px 0px 0px 10px;
    height: 40px;
}

@media (max-width: 860px) {
    .mobile-logo .logo-nac {
        height: 30px;
    }
}


/* главный слайдер */

.main-banner .slick-list{
    overflow: visible;
}

.main-wrapper-banner__arrow {
    background: url(/local/templates/main/assets/css/../img/main-slider/arrow.svg) 0 0/cover no-repeat;
}

.main-wrapper-banner__slide {
    padding: 0px 0px 40% 0px;
}
.main-wrapper-banner__slide img {
    left: auto;
    right: 0;
    width: auto;
    height: 100%;
}
.main-wrapper-banner__slide-text::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0px;
    border: 0px;
    background: transparent;
}
.main-wrapper-banner__slide-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    font-size: 26px;
    max-width: 30%;
    width: 100%;
    height: 85%;
    padding: 20px 30px 30px;
}
.main-wrapper-banner__arrow--prev {
    left: -40px;
}

.main-wrapper-banner__arrow--next {
    right: -40px;
}

.main-wrapper-banner__dots li {
    background-color: #C28B5D;
}

.main-wrapper-banner__dots {
    left: 75%;
}

.main-wrapper-banner__btn {
    display: block;
    margin: 15px 0px 0px 0px;
    background-color: #EB3D39;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 5px 25px;
    font-size: 16px;
    line-height: 1.8;
    display: block;
}

.slider-news__title {
    line-height: 140%;
}

.main-banner {
    width: 100%;
}

.main-wrapper-banner__slide-text span{
    font-size: 14px;
    line-height: 1;
    text-align: center;
    display: block;
    margin: 10px 0 0 0;
}

.popup-slide {
    top: 0;
    left: 0;
}


.select-mobile-nav {
    font-size: 16px;
    color: #C28B5D;
    border: 1px solid #C28B5D;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    margin: 0px 0px 20px 0px;
}



.verification-profile__blocks {
    display: flex;
    flex-wrap: wrap;
    margin: -7px -7px 20px;
}

.verification-profile__block {
    position: relative;
    flex: 0 1 50%;
    padding: 7px;
    box-sizing: border-box;
}

.verification-profile-block {
    display: block;
    cursor: pointer;
    height: 100%;
}

.verification-profile-block__body {
    height: 100%;
    padding: 15px 30px 20px;
    background: #F9F3EF;
    border: 1px solid rgba(194, 139, 93, 0.15);
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
}

.verification-profile-block__title {
    font-weight: 600;
    padding: 0px 5px 0px 0px;
}

.verification-profile-block__list {
}

.verification-profile-block__item {
    padding: 10px 0px;
    font-size: 16px;
    line-height: 140%;
    color: #20252E;
    opacity: 0.8;
}

.verification-profile-block__item:not(:last-child) {
    border-bottom: 1px solid #DBDBDB;
}


.verification-profile__radio {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.verification-profile__radio input{
    display: none;
}

.verification-profile__radio input:checked + label{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='11' cy='11' r='10.5' fill='%235DA57A' stroke='%235DA57A'/%3e%3cpath d='M16.9602 8.35355C17.1554 8.15829 17.1554 7.84171 16.9602 7.64645C16.7649 7.45118 16.4483 7.45118 16.253 7.64645L16.9602 8.35355ZM9.53553 15.0711L9.18198 15.4246C9.37724 15.6199 9.69383 15.6199 9.88909 15.4246L9.53553 15.0711ZM6.35355 11.182C6.15829 10.9867 5.84171 10.9867 5.64645 11.182C5.45118 11.3772 5.45118 11.6938 5.64645 11.8891L6.35355 11.182ZM16.253 7.64645L9.18198 14.7175L9.88909 15.4246L16.9602 8.35355L16.253 7.64645ZM9.88909 14.7175L6.35355 11.182L5.64645 11.8891L9.18198 15.4246L9.88909 14.7175Z' fill='white'/%3e%3c/svg%3e ");
    background-size: 100%;
    background-repeat: no-repeat;
}

.verification-profile__radio label{
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50% !important;
    background: #F9F3EF;
    border: 1px solid rgba(194, 139, 93, 0.15);
}

.verification-profile__block--long {
    display: flex;
    justify-content: center;
    flex: 0 0 100%;
}



.verification-profile__submit {
    flex: 0 0 50%;
    box-sizing: border-box;
}

.verification-profile__submit .btn{
    height: 40px;
}

.verification-profile__submit .btn:disabled{
    opacity: 0.6;
}

.verification-profile__radio--form {
    position: static;
}

.cabinet-form.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.6;
}

.verification-profile-block.disabled {
    opacity: 0.6;
}
.popup-subtitle{
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}

.block-input::placeholder{
    color: #c1c1c1 !important;
}
.block-input{
    pointer-events: none;
    user-select: none;
    color: #c1c1c1 !important;
}
.form-input-file label{
    display: flex;
    align-items: center;
}
.file-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 91%;
}

.btn-success {
    background-color: green;
    color: #fff;
    padding: 10px 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 10px 15px;
}
.link-history{
    border-radius: 3px;
    margin-top: 20px;
    cursor: pointer;
}
.btn-off{
    pointer-events: none;
    user-select: none;
}

.menu-parant{
    margin-right: 25px;
}
.menu-parant:last-child{
    margin: 0;
}
.main-page .header-right-nav{
    margin-right: 195px;
    pointer-events: all;
}

.subduvision-block{
    margin-top: 20px;
    border: 1px solid #C28B5D;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px 25px 25px 25px;
}
.subduvision-block__inner{ }
.subduvision-block__cols { display: flex; margin: 0 0 10px; }
.subduvision-block__col { width: 33%; padding-right: 10px; }

@media (max-width: 860px) {
    .subduvision-block__cols { display: block; }
    .subduvision-block__col { width: 100%; }
}

.subduvision-block__title{
    color: #C28B5D;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.subduvision-block__name{
    color: #000000;
    font-size: 18px;
    margin-bottom: 5px;
}
.subduvision-block__body{
    color: #20252E;
    font-size: 16px;
    margin: 0 0 10px;
}
.subduvision-block__bottom{}
.subduvision-block__bottom .red-button{
    padding: 10px 15px;
    min-width: 219px;
    text-align: center;
    font-size: 16px;
}

@media (max-width: 860px){
    .event-date-block {
        opacity: 1;
    }
}
@media (max-width: 1440px){
    .header-menu__wrapper a {
        font-size: 14px;
    }
    .form-service {
        margin-left: 0;
    }
}

@media (min-width: 1801px){
    .fullpage .main-wrapper__inner {
        /*padding: 0px 0px 0px 112px !important;*/
        padding-top: 0;
    }

}
@media (max-width: 1440px) {
    .number-block {
        left: -10px;
    }
}


@media (max-width: 1280px) and (min-width: 861px){
    .logo-nac {
        display: none;
    }
}

@media (max-width: 860px){
    .logo-nac img{
        height: 100%;
        width: 100%;
    }
}



@media (max-width: 1600px){
    .block-heroes__img {
        transform: scale(0.6);
        top: -80px;
        right: -115px;
    }
}

@media (max-height: 790px){
    .block-heroes__register:after {
        top: -100px;
    }
}

@media (max-height: 750px){
    .block-heroes__register {
        display: none;
    }
}




@media (max-width: 860px){
    a.calendar-btn {
        margin: 10px 0px 0px 0px;
    }
    .modal-calendar.fancybox-content {
        padding: 20px 20px 60px;
    }
    .fancybox-content .next-month{
        top: calc(100% + 20px);
        right: 0;
    }
    .fancybox-content .prev-month{
        top: calc(100% + 20px);
        left: 0;
    }
}

@media (max-width: 860px){
    #section3  .j-tab-wrapper{
        display: none;
    }
}

@media(max-height: 850px){
    .main-wrapper-banner__slide {
        padding: 0px 0px 35% 0px;
    }
}
@media (max-width: 1600px){
    .main-wrapper-banner__slide-text {
        font-size: 20px;
    }
    .main-wrapper-banner__btn {
        font-size: 13px;
    }
    a.link-problem--fixed {
        top: 70%;
    }
    .main-wrapper-banner__slide-text span{
        font-size: 10px;
    }
}

@media (max-width: 1280px){
    .main-wrapper__inner {
        max-width: 550px;
    }

}

@media (max-width: 1280px){
    .main-wrapper-banner__slide-text {
        font-size: 17px;
    }
}

@media(max-height: 700px){
    .main-wrapper-banner__slide {
        padding: 0px 0px 29% 0px;
    }
    .slider-news__wrapper .slick-arrow{
        top: 0;
    }
}

@media (min-width: 861px){
    .select-mobile-nav {
        display: none !important;
    }
}



@media (max-width: 950px){
    .main-wrapper__inner {
        padding-left: 50px !important;
    }
}




@media (max-width: 860px){
    .event-list-previews{
        margin-bottom: 50px;
    }
    .main-wrapper-banner__slide-text{}
    .main-wrapper__inner {
        max-width: 100%;
        width: calc(100% - 30px);
        /*margin: 0 !important;*/
        padding: 0px 15px 0px !important;
    }
    .main-banner {
        padding: 0px 50px;
        /*width: calc(100% - 100px);*/
    }
    .main-wrapper-banner__slide-text {
        text-align: center;
    }
    .mobile-title.mt80 {
        margin: 40px 0px 20px;
    }
    .slider-news__wrapper .slick-arrow {
        top: 65px;
    }
    .slider-news__item {
        border: 1px solid #C28B5D;
        border-radius: 5px;
        padding: 20px 10px;
    }
    .calendar__day-date span{
        display: none;
    }
    .main-wrapper__inner.main-wrapper__inner-fullwidth {
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
    .block-heroes__title {
        display: none;
    }
    .block-heroes__nav {
        margin: 20px 0px 0px 0px;
        max-width: 300px;
        width: 100%;
    }
    .block-heroes__content {
        padding: 50px 0px 0px 0px;
    }

    #section3 .slider-news__wrapper {
        display: none;
    }
    .full-width-logos img{
        max-width: 100%;
    }
    .contacts-list__item-contacts-item a{
        text-overflow: ellipsis;
    }
    .wrapper .main-wrapper .main-wrapper__inner {
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
    .contacts-list__item-contacts-item {
        display: flex !important;
    }

    .contacts-list__item-contacts-item label{
        margin: 0px 10px 0px 0px;
    }

    .contacts-list__item-contacts-item  a{
        white-space: initial;
        line-height: 150%;
    }
    .animated-full-page-wrapper .main-wrapper__inner.main-wrapper__inner-fullwidth {
        min-height: auto !important;
    }
    .animated-full-page-wrapper {
        min-height: auto !important;
    }
    .hero-slider .slick-slide{
        margin: 0px 20px 0px 0px;
    }
    .heroes-list__item-image {
        width: 160px;
        margin: 0 auto;
    }
    .accordion-text {
        display: block !important;
    }
    .slider-news__item {
        width: calc(100% - 30px) !important;
    }
    .employees__item {
        width: 100% !important;
    }
}
@media (max-width: 767px){
    /* .block-heroes__content {
        padding: 220px 0px 0px 0px;
    } */
    .block-heroes__text {
        max-width: 100%;
    }
    .block-heroes__content {
        padding: 0;
    }
    .block-heroes__text {
        margin: 305px 0px 0px 0px;
    }

    .block-heroes__content .mobile-title  {
        margin: 0;
    }
    .block-heroes__nav {
        max-width: 100%;
    }
}

@media (max-width: 650px){
    .main-wrapper-banner__btn {
        padding: 5px 20px;
    }
    .main-wrapper-banner__slide-text {
        position: static;
        max-width: calc(100% - 100px);
        padding: 20px 50px 30px;
    }
    .main-wrapper-banner__slide img {
        position: static;
        height: auto;
        width: 100%;
    }
    .main-wrapper-banner__slide {
        padding: 0;
    }
    .main-wrapper-banner__dots {
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .popup-subdivisions {
        width: 100%;
        height: 100%;
    }
    .popup-subdivisions__title {
        margin: 30px 0px 0px 0px;

    }
}
@media (max-width: 500px){
    .main-banner {
        width: 100%;
        padding: 0px !important;
    }

    .main-wrapper-banner__arrow--prev {
        left: 10px;
    }
    .main-wrapper-banner__arrow--next {
        right: 10px;
    }
}

@media (max-width: 400px){
    .slick-arrow.slick-prev {
        right: 75px;
    }
    .block-heroes__img {
        top: -100px;
    }
}
@media (max-width: 600px){
    .verification-profile__block {
        flex: 0 1 100%;
    }
    .verification-profile__submit {
        flex: 0 1 100%;
        padding: 0;
    }
    
}
@media (max-width: 550px){
    .verification-profile__top--checkbox {
        display: flex !important;
    }
}

.popup-input-cabinet__success-wrapper{
    min-width: 400px;
    max-width: none!important;
    margin: 0!important;
}
.popup-input-cabinet__title{
    display: flex;
    justify-content: center;
}

.form-service__right-col.full-textarea{
    width: 100%;
    flex: 0 0 100%;
}

.bottom-sidebar-block{
    left: 230px;
}
.inner-sidebar{
    padding-left: 230px;
}

.hamb_btn_box{
    padding-left: 55px;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.header-left-nav {
    padding-left: 44px;
    padding-right: 48px;
    width: 42%;
    max-width: 820px;
}
.pagination-fullpage{
    left: 44px;
}
.fixed-leftnavbar {
    margin-left: 44px;
}

.bottom-sidebar-block{
    left: 140px;
}
.inner-sidebar{
    padding: 140px 48px 0px 140px
}
@media (max-width: 1600px) {
    .header-left-nav{
        padding-left: 44px;
    }
    .inner-sidebar{
        padding-left: 125px;
    }
    .bottom-sidebar-block{
        left: 125px;
    }
    .pagination-fullpage{
        top: 150px;
    }
    .hamb_btn_box{
        padding-left: 35px;
    }
}
@media (max-width: 1450px) {
    .header-left-nav{
        padding-left: 44px;
    }
    .inner-sidebar{
        padding-left: 125px;
    }
    .bottom-sidebar-block{
        left: 125px;
    }
    .pagination-fullpage{
        top: 150px;
    }
    .hamb_btn_box{
        padding-left: 35px;
    }
}
@media (max-width: 1280px) and (min-width: 860px) {
    .header-hamb{
        left: 37px;
    }
    .menu-wrapper__menu .short-sidebar-logo{
        display: none;
    }
}
@media (min-width: 860px) {
    body{
        overflow: hidden;
    }
    body.inner-page-wrapper{
        overflow: hidden;
    }
    .wrapper .main-wrapper{
        overflow: hidden;
        position: relative;
        height: 100vh;
    }
}


.wrapper {
	justify-content: flex-end;
}

.wrapper .main-wrapper .main-wrapper__inner {
	padding-bottom: 150px;
}

.action-block{
    display: flex;
    align-items: center;
}



.menu-parant:not(:first-child){
    /*margin-left: 30px;*/
}

.menu-parant{
    position: relative;
    display: flex;
    align-items: center;
}
.btn-error{
    background-color: #EB3D39;
    color: #fff;
    padding: 10px 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.submenu{
    position: absolute;
    top: 100%;
    left: 0;
    background: #FCF9F7;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    transform: translate(0, 10px);
    padding: 10px;
    border: 1px solid #C28B5D;
    border-radius: 5px;
    pointer-events: none;
    z-index: 5;
}
.submenu__wrapper{
    padding-top: 40px;
}

.menu-parant:hover .submenu{
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: all;
}

.submenu__link{
    margin: initial!important;
    word-wrap: normal;
    white-space: nowrap;
    display: inline-block!important;
    width: fit-content;
}
.subdision-detail .detail-content{
    max-width: 60%;
}
.header-menu__wrapper a{
    text-align: center;
}

.submenu__link:not(:last-child){
    margin-bottom: 10px!important;
}
.fixed-menu-header{
    background: none;
}
.fixed-menu-header{
    padding-top: 47px;
}
.main-page .header-right-nav__wrapper{
    max-width: 840px;
}

@media (max-width: 1705px)and (min-width: 1280px){
    .main-page .header-right-nav__wrapper{
        max-width: 695px;
    }
}
@media (max-width: 1440px) and (min-width: 1280px){
    .main-page .header-right-nav__wrapper{
        max-width: 640px;
    }
}

@media (max-width: 1280px) {
    .main-page .main-wrapper__inner{
        max-width: 840px;
    }
    .fixed-header .header-right-nav{
        margin-top: 0;
    }
}

@media (min-width: 1280px) {
    .main-page .header-right-nav{
        margin-right: 0;
        margin-left: 0;

        /*padding-right: 105px;*/
        padding-left: 112px;
        /*width: calc(100% - 820px);*/
    }
    .action-block .header-search{
        margin-left: 0;
    }
    .main-page .fixed-header .header-navbar {
        width: 100%;
        position: relative;
    }

}
@media (max-width: 1279px) and (min-width: 860px) {

    .header__wrapper__logo {
        margin-bottom: 0;
    }

    .header__wrapper__logo .header-hamb {
        margin-top: 50px;
    }
    .menu-wrapper__inner .menu-title{
        margin-bottom: 20px;
    }
    ul.main-links li ul li{
        width: 100%;
    }
}


@media (max-width: 1800px) and (min-width: 1280px) {
    .main-page .main-wrapper__inner{
        padding-top: 0;
    }
}

@media (max-width: 1680px) and (min-width: 1280px){
    .menu-parant{
        margin-right: 15px;
    }
    .header-menu__wrapper a{
        font-size: 14px;
    }
}
@media (max-width: 1490px) and (min-width: 1280px){
    .header-menu-auth{
        margin-left: 10px;
        padding: 8px 15px;
    }
    .main-page .search-row-header{
        width: calc(100% - 98px);
    }
    .main-page .input-search input{
        height: 38px;
    }
    .main-page .button-search button{
        height: 38px;
    }

    .fixed-menu-header{
        padding-top: 37px;
    }
}


.event-preview__date{
    flex-wrap: wrap;
}
.event-preview__date-item{
    margin-right: 20px;
    margin-bottom: 15px;
}
.footer-copy{
    line-height: 1.4;
}
.bottom-sidebar-block{
    bottom: 20px;
}
.main-wrapper-banner__slide-text span{
    line-height: 150%;
    text-align: left;
}
label.tag-checkbox input:checked + span{
    line-height: 230%;
}

@media (max-width: 768px) {
    .subdivisions-detail-achievements .slick-arrow{
        display: none!important;
    }
    .subdivisions-detail-achievements__title.subtitle-text{
        margin-bottom: 15px;
    }
    .subdivisions-detail-achievements__list .slick-dots{
        margin-top: 15px;
    }
}

@media (max-width: 650px) {
    .main-wrapper-banner__slide {
        height: calc((100vw - 30px) * 0.37);
    }

    .subdivisions-detail-achievements__item {
        display: flex !important;
        height: 175px;
        flex-direction: column;
        justify-content: center;
    }
}
.subdision-detail-main__img{
    z-index: -1;
}
.inner-page-wrapper .header-right-nav{
    max-width: 840px!important;
    padding-right: 60px;
}

.main-wrapper{
    box-sizing: border-box;
    max-width: 58%;
}




/* new container */
*{
    box-sizing: border-box;
}
.left-sidebar{
    max-width: initial!important;
}
.header-left-nav{
    max-width: initial;
    pointer-events: all;
}
.inner-page-wrapper .header-right-nav{
    max-width: initial!important;
}
.header-right-nav{
    width: 58%;
    margin-right: 0!important;
    margin-left: 0!important;
    padding-right: 60px!important;
    padding-left: 112px!important;
    max-width: initial!important;
}
.main-page .header-right-nav__wrapper{
    max-width: initial!important;
}
.main-wrapper-banner__slide-text{
    max-width: 50%;
}
.main-wrapper-banner__slide img{
    max-width: 50%;
    object-position: left;
}
.main-wrapper-banner__slide_without-text img{
    max-width: 100%;
    width: 100%;
}
.main-wrapper__inner{
    padding-left: 112px;
    padding-right: 60px;
    min-height: 100%;
}

.main-wrapper__scroller{
    max-width: 100%;
}

@media (min-width: 860px) {
    .main-wrapper__inner{
        padding-right: 60px!important;
        max-width: 100%!important;
    }
}


@media (max-width: 1280px) and (min-width: 860px)
{
    .fixed-header .header-left-nav{
        flex: 0 0 115px;
    }
    .left-sidebar{
        flex: 0 0 115px;
    }
    .main-page .fixed-header.header-navbar {
        justify-content: flex-start;
    }
    .main-wrapper{
        max-width: 840px;
        padding-left: 112px;
        padding-right: 60px;
        width: 100%;
    }
    .main-wrapper__inner-fullwidth{
        padding: 0!important;
    }
    .main-wrapper__inner{
        padding-left: 0!important;
        padding-right: 0!important;
        margin: 0;
    }
    .wrapper .main-wrapper{
        max-width: calc(100% - 115px);
        left: 0;
    }
    .inner-page-wrapper .fixed-menu-header{
        width: auto;
    }
    .main-wrapper{
        max-width: 100%;
    }
    .header-menu{
        position: relative;
    }
    .header-right-nav{
        width: 100% !important;
        padding-right: 60px;
        padding-left: 112px;
    }
    .main-wrapper__inner{
        padding-right: 0!important;
    }
}


@media (max-width: 860px) {
    .main-wrapper__inner{
        width: calc(100% - 20px);
    }
    .main-banner{
        padding: 0;
    }
    .slider-news__item{
        width: 100% !important;
    }
	.main-wrapper-banner .slider-news__item {
        width: 100% !important;
	}
    .main-wrapper-banner__arrow--next{
        right: -10px;
    }
    .main-wrapper-banner__arrow--prev{
        left: -10px;
    }
    .main-wrapper-banner__slide-text span{
        font-size: 13px;
        text-align: center;
    }
    .footer-mobile{
        margin-top: 40px;
    }
    .popup-subdivisions__title{
        font-size: 24px;
    }
    .header-menu-auth-info__name a {
        color: #C28B5D;
    }
}

@media (max-width: 650px) {
    .main-wrapper-banner__slide-text{
        max-width: 100%;
    }
    .main-wrapper-banner__slide-text span{
        font-size: 14px;
        text-align: center;
    }
}

@media (min-width: 1800px) {
    .left-sidebar{
        width: 35%;
    }
    .main-wrapper{
        width: 65%;
    }
    .header-left-nav{
        width: 35%;
    }
    .header-right-nav{
        width: 65%;
    }
}
.event-list-previews{
    opacity: 1!important;
    transition: opacity 0.4s;
    position: relative;
}


.load{
    opacity: 0!important;
}
.load:after{
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    position: absolute;
    width: 30px;
    height: 30px;
    background: no-repeat center center url('../img/loader.svg');
    transform: translateY(15px) translateX(15px);
}

.load:before{
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.main-wrapper{
    max-width: 100%;
}
.main-wrapper__inner{
    min-height: 100%!important;
}
.popup-subdivisions__container{
    max-width: initial;
}
.popup-subdivisions__top {
    justify-content: center;
    text-align: center;
}
.main-wrapper__inner{
    padding-bottom: 0!important;
}


.fixed-header.header-navbar{
    align-items: flex-start;
}

.fixed-menu-header{
    padding-top: 37px;
}
@media (max-width: 1600px) {
    .fixed-menu-header{
        padding-top: 27px;
    }

}

@media (max-width: 860px) {
    .animated-full-page-wrapper .main-wrapper__inner.main-wrapper__inner-fullwidth.pt0{
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .event-list-previews{
        flex-grow: 1;
        flex: 1 1 auto;
    }
    .main-wrapper__inner{
        max-width: 100%!important;
        width: 100%!important;
    }
    .subdision-detail .detail-content{
        max-width: 100%;
    }
}

@media (min-width: 860px) {

    .main-wrapper__inner .event-list-previews{
        height: 0;
    }
    .popup-slide .popup-subdivisions{
        padding: 40px 70px 40px 70px;
    }
}



.popup-subdivisions__container{
    margin: initial;
}

.header-navbar{
    justify-content: flex-start;
}
/* end new container */
.search-row-header{
    width: calc(100% - 280px);
    left: 112px;
}
a.link-problem--fixed{
    height: auto;
}
.breadcrumbs{
    display: flex;
    max-width: initial;
}
.breadcrumbs a {
    white-space: nowrap;
}


.main-wrapper__inner--event{
    margin-top: 0;
}

.wrapper .main-wrapper .main-wrapper__inner{
    padding-top: 30px;
}
.event-detail-cols{
    padding-top: 30px;
}

.main-page .search-row-header{
    left: 0;
    width: calc(100% - 120px);
}
.cabinet-main .red-btn{
    height: auto;
    padding: 10px 25px;
}

.header-menu__wrapper a{
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}
.submenu__wrapper .submenu{
    max-width: 450px;
}


.wrapper-status{
    display: flex;
    margin-top: 20px;
}
.form-service{
    position: relative;
}

.file-icon{
    position: absolute;
    width: 40px;
    height: 40px;
    background: no-repeat center center url(../img/icon-pdf.svg);
    content: "";
    display: block;
    left: 0px;
    top: 20px;
}

.main-wrapper__inner .popup-subdivisions{
    width: 100%;
}

.main-wrapper__inner .popup-subdivisions__container{
    padding: 0px 0px;
}
.fixed-header.header-navbar{
    z-index: 2;
    pointer-events: none;
}
.main-wrapper.no-slides{
    padding-bottom: 50px;
}

.news-picture-img{
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}
.news-picture-img img{
    /* width: 100%; */
    max-width: 100%;
    max-height: 350px;
    /* object-fit: cover; */
    object-fit: contain;
    border-radius: 5px;
}
.user-text ul {
    padding-left: 30px;
    margin: 10px 0;
    list-style: inherit;
    font-size: 16px;
    line-height: 1.3;
}
.user-text ol {
    padding-left: 30px;
    margin: 10px 0;
    list-style: auto;
    font-size: 16px;
    line-height: 1.3;
}
.news-list{
    justify-content: flex-start;
}
.news-list__item{
    margin-left: calc(7% / 3 / 2);
    margin-right: calc(7% / 3 /2);
}

ul.main-links li ul li {
    padding: 0px 10px;
}

ul.main-links li ul{
    margin: 0 -10px;
}

ul.main-links li ul li a{
    display: inline;
}


.cabinet-history-detail__responsible{
    background: #F9F3EF;
    border: 1px solid rgba(194, 139, 93, 0.15);
    border-radius: 5px;
    padding: 20px 30px;
}
.cabinet-history-detail__responsible-title{
    color: #C28B5D;
    font-size: 20px;
    margin-bottom: 15px;
}
.cabinet-history-detail__fio{
    margin-bottom: 15px;
    color: #20252E;
}
.cabinet-history-detail__contacts{
    color: #20252E;
    display: flex;
}
.cabinet-history-detail__contacts-wrap{
    display: flex;
}
.cabinet-history-detail__contacts-wrap:not(:last-child){
    margin-right: 25px;
}
.cabinet-history-detail__contacts-label{
    margin-right: 10px;
}

@media (max-width: 478px) {
    .cabinet-history-detail__contacts{
        flex-direction: column;
    }
    .cabinet-history-detail__contacts-wrap{
        margin-bottom: 10px;
    }
}


.mess-error{
    color: red;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.recover-link{
    color: #C28B5D;
    display: block;
    text-align: center;
    margin-top: 10px;
}


.employees__photo{
    height: 140px;
}
.employees__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.border-gold-link-sm { margin: 0 auto; max-width: 48%; }

.counter-title { font-size: 24px; color: #20252E;}
.counter-title strong { color: #C28B5D; font-weight: 400; }
.counter-row { display: flex; justify-content: space-between; flex-wrap: wrap;  }
.counter-row .counter-num { color: #C28B5D; opacity: 0.5; font-weight: 700; margin-bottom: 10px; font-size: 45px; }
.main-wrapper .counter { display: none; }
.main-wrapper .counter-title { font-size: 32px; }
.main-wrapper .counter-item { width: 25%; margin-bottom: 20px; }
.main-wrapper-scroll { overflow: hidden; }
@media (max-height: 899px) and (min-width: 1920px) {
	.left-sidebar .counter { display: none; }
	.main-wrapper .counter { display: block; margin-top: 30px; }
}
@media (max-width: 1919px) {
	.border-gold-link-sm { max-width: 100%; }
	.left-sidebar .counter { display: none; }
	.main-wrapper .counter { display: block; margin-top: 30px; }
}
@media (max-width: 478px) {
	.main-wrapper .counter-item { width: 50%; }
}
.form-yandex {
	max-width: 1200px;
}



.fixed-menu-header {
    position: sticky !important;
    background: #FFFFFF;
}
body:not(.main-page) .main-wrapper {
    padding-top: 0;
}
@media (max-width: 1280px) {
    .fixed-menu-header .header-right-nav {
        padding: 0 !important;
    }
}