body{
    background-color: rgb(247, 247, 247);
}
.container_september_header{
    position: fixed;
    z-index: 20;
    top: 0;
    background-color: rgb(247, 247, 247);
    border-bottom: 1px solid #E1E1E7;
}
.september_no_padding{
    padding: 0;
}
.header_september{
    background-color: rgb(247, 247, 247);
    color: #5F5F5F;
    font-family: Circe-Regular, Arial, sans-serif;
}
.september_name{
    height: 32px;
    padding-top: 14px;
}
.september_name span{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-inline-start: 24px;
    vertical-align: baseline;
}
.social {
    padding: 0 8px;
    margin: 0;
    list-style: none;
    display: flex;
    border-right: 1px solid #E1E1E7;
    border-left: 1px solid #E1E1E7;
}
.social__link {
    width: 40px;
    height: 40px;
    padding: 8px;
    display: block;
    box-sizing: border-box;
    flex: 0 0 auto;
    font-size: 0;
}
.social__icon {
    width: 100%;
    height: 100%;
    display: block;
}
.social__icon svg {
    fill: #5F5F5F;
    transition: fill 150ms ease-in;
}
.header_september svg path {
    fill: inherit;
}
.contacts-block {
    padding: 6px 16px;
    border-left: 1px solid #E1E1E7;
    font-size: 12px;
    line-height: 14px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.d-640-hide {
    display: none !important;
}
.contacts-block__icon {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    padding: 8px;
    font-size: 0;
    box-sizing: border-box;
    display: block;
}
.contacts-block__tel {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #5F5F5F;
    font-family: inherit;
    text-decoration: none;
    transition: color 150ms ease-in;
    margin-right: 8px;
}
.contacts-block__time {
    margin: 0;
    padding: 0;
    color: #5F5F5F;
}

.user-nav-btn--login {
    order: 0;
}
.user-nav-btn {
    padding: 8px 16px;
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 20px;
    flex: 1 0 87px;
    box-sizing: border-box;
    background: transparent;
    color: #5F5F5F;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    min-width: 87px;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Circe-Regular', Arial, sans-serif;
    text-decoration: none;
    transition: all 300ms ease-in;
}
.user-nav-btn:hover{
    text-decoration: none;
}
.user-nav-btn--login {
    background: #010876;
    color: #fff;
    transition: all 300ms ease-in;
}
.header__top-icon {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    margin-right: 8px;
    flex: 0 0 auto;
    position: relative;
    display: block;
}

.header__login-text {
    /*color: #5F5F5F;*/
    font-size: 12px;
    font-family: "Circe-Regular";
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    text-decoration: none;
}
.user-nav-btn--login svg {
    fill: #fff;
    transition: fill 300ms ease-in;
}
.user-nav-btn--basket {
    border-left: 1px solid #E1E1E7;
    border-right: 1px solid #E1E1E7;
    background: #F7F7F7;
    color: #5F5F5F;
    transition: all 300ms ease-in;
}
.user-nav-btn__text {
    display: block;
    margin-top: 2px;
}
.user-nav-btn--basket svg {
    fill: #5F5F5F;
    transition: all 300ms ease-in;
}
.header__top svg path {
    fill: inherit;
}
.user-nav-btn--login:hover {
    background: #fff;
    color: #010876;
    transition: all 300ms ease-in;
}
.user-nav-btn--login:hover svg {
    fill: #010876;
    transition: fill 300ms ease-in;
}
.user-nav-btn--basket:hover {
    background: #FFFFFF;
    color: #010876;
    transition: all 300ms ease-in;
}
.user-nav-btn--basket:hover svg {
    fill: #010876;
    transition: all 300ms ease-in;
}
.header__logo {
    max-width: none;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    background: none;
}
.header__logo-wrap {
    display: block;
}
.header__main{
    border-top: 1px solid #E1E1E7;
    /*border-bottom: 1px solid #E1E1E7;*/
    background: #F7F7F7;
    align-items: center;
}
.d-480-show {
    display: none !important;
}


.dropdown_september:hover > .dropdown-menu {
    display: block;
}
.btn-secondary{
    background: none;
    border: none;
    display: block;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #010876;
    font-weight: bold;
    font-family: 'Circe-Bold', Arial, sans-serif;
    /* text-align: center; */
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 18px;
    height: 100%;
    white-space: pre-line;
}
.btn-secondary:hover, .btn-secondary:focus {
    background: none;
    border: none;
    color: #010876;
}
.btn-secondary:not(:disabled):not(.disabled):active{
    color: #010876;
    background: none;
    border: none;
}
.btn-secondary:focus {
    box-shadow: none;
}

.btn-secondary:hover span{
   /* border-bottom: 3px solid #010876;*/
}
.dropdown-menu{
    position:fixed !important;
    transform: none !important;
    left:0px;
    width:100%;
    top:auto !important;

}
.dropdown-submenu__in {
    flex: 0 0 50%;
    padding-left: 44px;
    padding-right: 44px;
    padding-bottom: 0;
    margin-bottom: 0;
    box-sizing: border-box;
}
.dropdown-submenu__link {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #5F5F5F;
    padding-top: 20px;
}
.dropdown-submenu__link:hover {
    color: #5F5F5F;
    opacity: 0.8;
    transition: opacity 150ms ease-in;
    text-decoration: none;
}
.main-nav-dropdown__link {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #010876;
    text-decoration: none;
    opacity: 1;
    transition: opacity 150ms ease-in;
    padding-top: 10px;
}
.main-nav-dropdown__link:hover {
    opacity: 0.8;
    transition: opacity 150ms ease-in;
    color: #010876;
    text-decoration: none;
}
.dropdown-submenu__in {
    width: 50%;
    margin-bottom: 0;
    box-sizing: border-box;
    float: left;
    padding: 24px 44px 34px;
}
.main-nav-dropdown__figcaption {
    font-size: 16px;
    line-height: 20px;
    color: #010876;
    font-family: 'Circe-Bold', Arial, sans-serif;
    font-weight: 700;
    text-align: left;
    white-space: pre-line;
}
.main-nav-dropdown__img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}
.main-nav-dropdown__img-wrap {
    width: 129px;
    height: 184px;
    box-shadow: inset 0 0 5px #fff, 0px 4px 24px rgb(1 7 123 / 10%);
    margin-bottom: 12px;
    border: 1px solid #fff;
}
.main-nav-dropdown__img-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: -32px;
    justify-content: center;
}
.dropdown-submenu__list{
    margin: 0;
}
.main-nav-dropdown__img-item {
    width: 137px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 20px;
    margin-top: 30px;
    margin-right: 30px;
}
.main-nav-dropdown__img-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-top: 0;
    /*margin-left: 180px;*/
    margin-bottom: 0;
    justify-content: start;
    width: 780px;
}
.main-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 11px 20px;
    border: 1px solid #3338A8;
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    color: #010876;
    background: transparent;
    font-family: "Circe-Regular", Arial, sans-serif;
    outline: none;
    cursor: pointer;
    transition: all 300ms ease-in;
    /* transition: border-color 300ms ease-in; */
}
.main-nav-dropdown__button {
    padding: 19px;
    flex: 0 0 auto;
    /*margin-left: auto;*/
    margin-right: auto;
    /*margin-top: 40px;*/
    margin-top: 70px;
    margin-left: 84px;
    width: 218px;
}

.main-btn:hover {
    color: #fff;
    background: #3338A8;
    transition: all 300ms ease-in;
    text-decoration: none;
}
.main_container_september{
    margin-top: 112px;
    background-color: rgb(247, 247, 247);
}
.container_september {
    max-width: 1260px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    border-left: 1px solid #E1E1E7;
    border-right: 1px solid #E1E1E7;
    position: relative;
    min-height: 400px;
    height: 100%;
    overflow: hidden;
}
.containerArticleOpen {
    padding: 30px 115px;
}

:before {
    box-sizing: content-box;
}
.dropdown_september span:before {
    content: '';
    position: absolute;
    bottom: 17px;
    left: 0;
    height: 3px;
    background-color: #01077B;
    display: block;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    transition: .3s ease-in-out;
    width: 0;
}
.dropdown_september:hover span:before {
    width: 100%;
}


.dropdown_september .september_big_menu_inside {
    visibility: hidden;
    transition-delay: 1s !important;
}
.dropdown_september:hover .september_big_menu_inside {
    visibility: visible;
}






@media (min-width: 480px){
    .d-480-hide {
        width: 186px;
        height: 24px;
        display: none !important;
    }
    .d-480-show {
        display: block !important;
    }
}


@media screen and (min-width: 980px){
    .header__logo {
        background-image: url(https://direktoria.org/static/i/images/logo-big.png);
        width: 100%;
        height: 22px;
        max-width: 177px;
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
@media only screen and (max-device-width: 992px){
    nav.navbar .dropdown:hover .dropdown-menu{
        display: none;
    }
}
@media (min-width: 1024px){
    .header__main {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 70px;
    }
}
/*******************************/

.september_menu_mini:focus {
    outline: none;
}

/*меню на маленьком экране*/
.main-nav__trigger {
    transition: opacity 0ms ease 100ms;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 8;
    border: none;
    background: transparent;
    padding: 0;
}
.main-nav__title {
    margin-right: 8px;
    margin-bottom: 0;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Circe-Bold', 'Arial', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #010876;
}
.trigger {
     position: relative;
     cursor: pointer;
     height: 24px;
     width: 24px;
     top: 0px;
 }
.trigger__icon {
    position: absolute;
    width: 100%;
    height: 1px;
    background-image: url(https://direktoria.org/static/i/icons/line-menu.svg);
    right: 0px;
    top: 0px;
    opacity: 1;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out 0s;
}
.trigger__icon:nth-of-type(1) {
    top: 1px;
}
.trigger__icon:nth-of-type(2) {
    top: 10px;
}
.trigger__icon:nth-of-type(3) {
    top: 10px;
}
.trigger__icon:nth-of-type(4) {
    top: 20px;
}
.september_menu_mini{
    height: 40px;
}

/*содержание*/
button:focus {
    outline: none;
}
.dropdown-panel__control_mini {
    width: 100%;
    justify-content: space-between;
    z-index: 10;
    padding: 0 24px 0 16px;
    display: flex;
    align-items: center;
    background: #F8F8FB;
    font-family: 'Circe-Regular', Arial, sans-serif;
    border: none;
    /*border-bottom: 1px solid #E1E1E7;*/
    border-top: 1px solid #E1E1E7;
    box-sizing: border-box;
    cursor: pointer;
}
.dropdown-menu_mini{
    position: relative !important;
    height: 300px;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.september_big_menu{
    border-left: 1px solid #E1E1E7;
    overflow-y: scroll;

}
.btn-secondary span{
    vertical-align: 0.7em;
}

/******************/
.dropdown-submenu{
    position: relative;
}
.dropdown-submenu a::after{
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 40%;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -30px;
    left: 100%;
}
.navbar_mini_september{
    background: #f7f7f7;
}
.nav-link{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #010876;
    font-weight: bold;
    font-family: 'Circe-Bold', Arial, sans-serif;
    text-decoration: none;
}
.nav-link:hover {
    color: #010876;
}
.navbar_mini_september_in .dropdown-submenu__in{
    display: block;
    width: 100%;
    text-align: center;
}
.navbar_mini_september_in .main-nav-dropdown__img-list{
    width: 100%;
    height: 100%;
}
.september_main-nav-dropdown__button{
    margin: 70px 0;
}
.navbar_mini_september_in ul{
    margin-left: 5px;
    text-align: center;
}
.navbar_mini_september_in{
    overflow-y: scroll;
    height: 60%;
    position: inherit;
}

/*end меню на маленьком экране*/

@media (max-width: 768px) {

    .september_contacts_little{
        display: block !important;
    }
    .containerArticleOpen {
        padding: 30px 30px;
    }
}
/*********************/
.september_big_menu_button{
    height: 50px;
    position: fixed !important;
    z-index: 10;
    top: 109px;
    right: 0;

}
.september_big_menu_button .dropdown-menu{
    width: auto;
    max-width: 340px;
    float: right;
    right: 0 !important;
    left: auto !important;
    top: 109px !important;

}
.september_big_menu_button .dropdown-menu{
    padding-top: 0;
    height: 100%;
}
.september_big_menu_button button{
    display: flex;
}
.september_big_menu_button button .dropdown-panel__arrow svg {
    transform: rotate(
            180deg
    );
}
.block-contents{
    overflow-y: scroll;
    position: inherit;
    height: 80%;
}
.block-contents ul{
    margin-right: 1em;
    margin-bottom: 50px;
}
.september_big_menu_header{
    min-width: 300px;
}
.container_september_big_header {
    max-width: 1260px;
    margin: 0 auto;
}
.dropdown-panel__control_mini .dropdown-panel__control{
     padding-top: 4px;
     padding-bottom: 4px;
}
.navbar_mini_september ul{
    text-align: center;
    margin-left: 0;
}
.september_big_menu_inside{
    max-width: 1260px;
    margin: 0 auto;
    padding-left: 180px;
    min-height: 200px;
}
.dropleft .dropdown-menu {
    margin-right: 0;
}
.content-list__title {
    font-size: 20px;
    line-height: 24px;
    color: #010876;
    margin-bottom: 20px;
}
.btn-violet {
    border: 1px solid #3338A8;
    color: #3338A8;
    background: white;
}

.btn_september {
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid;
    padding: 0.8em 4.4em;
    margin: 0 auto;
    cursor: pointer;
    font-family: Circe-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}
.btn-violet:hover {
    color: white;
    background: #3338A8;
    text-decoration: none;
}


/*footer*/

.september_gran_footer {
    border-top: 1px solid #C2C2C2;
}
.september_footer{

    background-color: rgb(247, 247, 247);
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 50px 50px;
}
.contacts-container__logo {
    position: absolute;
    left: 0px;
    top: 0;
}
.contacts-container__logo-link {
    width: 28px;
    height: 28px;
    background: url(https://direktoria.org/static/i/icons/footer-logo.svg);
    display: block;
    background-size: cover;
}
.contacts-container__content {
    display: block;
    position: relative;
}
.contacts-container__text {
    display: block;
    max-width: 290px;
    font-family: "Circe-Light";
    color: #5f5f5f;
    font-size: 14px;
    line-height: 24px;
}

contacts-container__list {
    padding: 0;
    margin: 20px 0;
    flex-basis: 50%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    align-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.contacts-container__link {
    font-family: "Circe-Light";
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    outline: none;
    color: #01077b;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.contacts-container__link.phone {
    color: #5f5f5f;
}
.contacts-container__social {
    position: relative;
    top: 0;
    right: 0;
    display: block;
}
.social-pack__item {
    width: 32px;
    height: 32px;
}
.social-pack__item:first-of-type {
    margin-left: 0;
}
.social-pack__item svg {
    fill: #5F5F5F;
}
.social-pack__item svg path {
    fill: inherit;
    transition: fill 150ms ease-in;
}

.footer__wrapper-nav-site__block__title {
     font-family: "Circe-Regular";
     color: #01077b;
     text-transform: uppercase;
     line-height: 16px;
     margin-bottom: 12px;
     display: block;
     font-size: 14px;
     cursor: pointer;
 }
.footer__wrapper-nav-site__block__title:hover{
    text-decoration: none;
}
.footer__wrapper-nav-site__block__text, .footer__wrapper-nav-site__block__text:hover {
    font-family: "Circe-Light";
    color: #5f5f5f;
    margin-bottom: 12px;
    display: block;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
}
.september_footer_left, .september_footer_center, .september_footer_right{
    margin-top: 50px;
    padding-left: 50px;

}
.breadcrumb{
    background: none;
    margin-left: 0;
    padding-left: 0;
    font-family: Circe-Regular;
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 16px;
}
.breadcrumb-item a{
    color: #6D6D6D;
}
.breadcrumb-item a:hover{
    text-decoration: none;
}
li.social__item, li.menuArticle__item, li.dropdown-submenu__item, li.main-nav-dropdown__item, li.main-nav-dropdown__img-item{
  list-style: none;
}