.titileMenu {
    font-size: 32px;
    line-height: 32px;
    color: #5F5F5F;
    font-family: "Circe-Regular";
    margin-bottom: 30px;
    margin-top: 30px;
}
ol, ul {
    list-style: none;
}
.menuArticle__item {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    font-family: "Circe-Regular";
    margin-bottom: 25px;
    padding-right: 26px;
    position: relative;
    cursor: pointer;
}
.menuArticle__item.closeStatus span {
    text-decoration: none;
    color: #000000;
}
.menuArticle__item span {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    font-family: "Circe-Regular";
    margin-bottom: 25px;
    padding-right: 26px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
.menuArticle__item.openStatus {
    color: #01077B;
}
.menuArticle__item.openStatus a {
    text-decoration: none;
    color: #01077B;
    font-size: 20px;
}

.menuArticle__item.closeStatus:before {
    content: '';
    position: absolute;
    /*background: url(/template/menu/closeStatus.svg) no-repeat;*/
    background-size: cover;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}
.menuArticle__item.openStatus:before {
    content: '';
    position: absolute;
    /*background: url(/template/menu/openStatus.svg) no-repeat;*/
    background-size: cover;
    right: 0;
    top: calc(50% - 4px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}
/***********************/
.dropdown-panel.open .dropdown-panel__control--animation {
    animation: none;
}
.dropdown-panel.open .dropdown-panel__control {
    /*transition: width 600ms ease-in 120ms;*/
    width: 100%;
}
.dropdown-panel__control {
    width: 100%;
    justify-content: space-between;
    /*position: absolute;
    left: -108px;*/
    z-index: 10;
    padding: 12px 24px 12px 16px;
    display: flex;
    align-items: center;
    background: #F8F8FB;
    font-family: 'Circe-Regular', Arial, sans-serif;
    border-bottom: 1px solid #E1E1E7;
    border-left: 1px solid #E1E1E7;
    /*margin-left: auto;
    transition: width 600ms ease-in, left 600ms ease-in;*/
    box-sizing: border-box;
    cursor: pointer;
}
.dropdown-panel__arrow {
    order: 0;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    display: block;
    flex: 0 0 auto;
}/*
.dropdown-panel.open .dropdown-panel__arrow svg {
    transform: rotate(0);
    transition-duration: 600ms;
}
.dropdown-panel.open .dropdown-panel__arrow svg {
    transform: rotate(
            -90deg
    );
    transition: transform 300ms ease-in;
}
.dropdown-panel__control--animation .dropdown-panel__arrow svg {
    animation: control-arrow 1200ms ease-in-out;
    position: relative;
    animation-iteration-count: 10;
}
.dropdown-panel__arrow svg {
    transform: rotate(
            180deg
    );
    transition-duration: 600ms;
}*/
.dropdown-panel.open .dropdown-panel__title {
    opacity: 1;
    width: 100%;
   /* transition: opacity 600ms ease-in 120ms, width 600ms ease-in 120ms;*/
}
.dropdown-panel__title {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    color: #010876;
    text-align: center;
    flex: 0 5 auto;
    font-family: Circe;
}
.dropdown-panel__book {
    order: 0;
    margin-right: 0;
    width: 32px;
    height: 32px;
    display: block;
    flex: 0 0 auto;
}
.menuArticle{
    margin-top: 30px;
}

.menuArticle__item.openStatus.content-list__item a{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-decoration: none;
}
a.no_link{
    cursor: default;
}