.right-side-row a {
    font-family: "Fedra Sans Arm", Roboto;
    color: #324157;
    text-decoration: none;
}

.elem-title-text h1 {
    font-family: "Fedra Sans Arm", Roboto;
    font-weight: bold;
    font-size: 2rem;
    color: #324157;
    margin: 0;
    padding-bottom: 2.5%;
    border-bottom: solid 2px #ededed;
}

.elem-title-text h2 {
    font-family: "Fedra Sans Arm", Roboto;
    font-size: 1.8rem;
    font-weight: bold;
    color: #324157;
    margin: 0;
    padding-bottom: 2.5%;
    border-bottom: solid 2px #ededed;
}

.elem-title-text h3 {
    font-family: "Fedra Sans Arm", Roboto;
    font-size: 1.5rem;
    font-weight: bold;
    color: #324157;
    margin: 0;
    padding-bottom: 2.5%;
    border-bottom: solid 2px #ededed;
}

.elem-title-text h4 {
    font-family: "Fedra Sans Arm", Roboto;
    font-size: 1.3rem;
    font-weight: bold;
    color: #324157;
    margin: 0;
    padding-bottom: 2.5%;
    border-bottom: solid 2px #ededed;
}

.elem-title-text p {
    color: #9c9c9c;
    font-size: 100%;
    font-family: "Fedra Sans Arm", Roboto;
}


/*Elem-ol-list*/

.elem-ol-list ol {
    padding-bottom: 1.5%;
    padding-left: 20px;
    list-style: none;
    counter-reset: li;
}

.elem-ol-list li>a {
    font-size: 100%;
    color: #9c9c9c;
    font-family: "Fedra Sans Arm", Roboto;
}

.elem-ol-list ol li {
    margin-bottom: 2%;
    font-style: italic;
    position: relative;
}

.elem-ol-list ol li>div {
    padding-left: 10px;
    color: #9c9c9c;
}

.elem-ol-list ol li:last-child {
    margin-bottom: 0;
}

.elem-ol-list ol li::before {
    content: counter(li);
    counter-increment: li;
    color: #fff;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-left: -1.5em;
    margin-right: 1em;
    text-align: center;
    direction: rtl;
    background: #324157;
    border: solid 1px #324157;
    border-radius: 6px;
    font-size: 14px;
    font-family: Panton;
    font-weight: bold;
    position: absolute;
}


/*-= End =-*/

.text-with-underline {
    margin-bottom: 6%;
    padding-bottom: 4%;
}

.text-with-underline p {
    border-bottom: solid 2px #ededed;
}

.text-with-links a:hover {
    color: #f5a532;
    text-decoration: underline;
}

.elem-styled-list-circle ul {
    list-style: none;
    color: #9c9c9c;
}

.elem-styled-list-circle li {
    list-style-position: inherit;
    margin-bottom: 2%;
}

.elem-circle-list {
    margin-left: 6%;
}

.elem-styled-list-circle ul li::before {
    content: "";
    margin-right: 2%;
    position: relative;
    width: 9px;
    height: 9px;
    background: #43485d;
    display: inline-block;
    border-radius: 100%;
}

.elem-styled-list-circle ul li>a {
    color: #9c9c9c;
}

.elem-styled-list-circle ul li:last-child {
    margin-bottom: 0;
}


/*-= End =-*/

.underline-text-close p {
    padding-bottom: 2%;
    border-bottom: solid 2px #ededed;
}

.underline-text-close {
    margin-bottom: 12%;
}

.underline-text-medium p {
    padding-bottom: 1%;
    border-bottom: solid 2px #ededed;
}

.underline-text-medium {
    margin-bottom: 12%;
}


/* Elem styled list Arrow*/

.elem-styled-list-arrow ul {
    list-style: none;
}

.elem-styled-list-arrow ul a:hover {
    text-decoration: underline;
    color: #F4B838;
}

.elem-styled-list-arrow li {
    list-style-position: inherit;
    margin-bottom: 2%;
}

.elem-arrow-list {
    margin-left: 6%;
}

.elem-styled-list-arrow ul li::before {
    content: url("../images/location-arrow-solid.png");
    margin-right: 2%;
    position: relative;
    top: 3px;
}

.elem-styled-list-arrow ul li>a {
    color: #9c9c9c;
}

.elem-styled-list-arrow ul li:last-child {
    margin-bottom: 0;
}

.elem-pic {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3%;
}

.elem-single-pic {
    margin-bottom: 3%;
    width: 100%;
}

.elem-single-pic img {
    width: 100%;
}

.pic-with-text img {
    margin-bottom: 3%;
}

.pic-with-text {
    margin-bottom: 30%;
}

.elem-docs-pdf a,
.elem-docs-pdf p,
.elem-docs-pdf h4 {
    color: #9c9c9c;
}

.elem-docs-pdf {
    margin-bottom: 3%;
}

.elem-docs-pdf-last {
    margin-bottom: 15%;
}

.elem-docs-calendar {
    margin-bottom: 3%;
}

.elem-docs-calendar-last {
    margin-bottom: 15%;
}

.elem-docs-word-last {
    margin-bottom: 15%;
}

.elem-docs-calendar a,
.elem-docs-calendar p,
.elem-docs-calendar h4 {
    color: #9c9c9c;
}

.elem-icon-documents {
    margin-bottom: 3%;
    display: flex;
}

.elem-pdf-icon i {
    color: #9c9c9c;
    font-size: 5em;
}

.elem-doc-text {
    padding-left: 4%;
}

.elem-calendar-text {
    padding: 0;
}

.elem-doc-text>h4:hover {
    color: #f4b838;
}

.elem-calendar-text>h4:hover {
    color: #f4b838;
}

.elem-calendar-text>p:hover {
    text-decoration: underline;
}

.elem-pdf-icon {
    padding-right: 0;
}

.elem-doc-text>p:hover {
    text-decoration: underline;
}

.calendar-icon {
    width: 90%;
    color: #9c9c9c;
}

.double-pics-block {
    margin-bottom: 3%;
}

.double-pics-block img {
    width: 100%;
}

.pics-text-block img {
    margin-bottom: 3%;
}

.double-pics {
    margin-bottom: 15%;
}

.double-pics-text {
    margin-bottom: 15%;
}

.pics-text-block {
    margin-bottom: 3%;
}

.single-pic {
    margin-bottom: 15%;
}

.elem-accordion,
.elem-accordion-text {
    margin-bottom: 15%;
}

.two-columns-text-first {
    margin-bottom: 6%;
}

.two-columns-text-first .left-side-text h4 {
    color: #473a4e;
    font-family: "Fedra Sans Arm", Roboto;
    margin-bottom: 6%;
}

.two-columns-text-first .left-side-text p {
    font-family: Sylfaen;
    line-height: 1.5;
}

.two-columns-text-first .right-side-text h4 {
    font-family: "Fedra Sans Arm", Roboto;
    font-style: italic;
    color: #324157;
    margin-bottom: 6%;
}

.two-columns-text-first .right-side-text p {
    font-family: "Fedra Sans Arm", Roboto;
    font-style: italic;
    line-height: 1.5;
}

.two-columns-text-second .left-side-text h4 {
    color: #473a4e;
    font-family: "Fedra Sans Arm", Roboto;
    margin-bottom: 6%;
}

.two-columns-text-second .left-side-text p {
    font-family: "Fedra Sans Arm", Roboto;
    line-height: 1.5;
}

.two-columns-text-second {
    margin-bottom: 20%;
}

.collapse-list {
    box-sizing: border-box;
}

.collapse-list {
    background-color: #324157;
    border-radius: 8px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: disc;
}

.collapse-item {
    display: block;
    border-top: 1px solid #efac34;
    margin: 0;
    padding: 0;
    background-color: #324157;
    overflow: hidden;
}

.collapse-item a {
    color: #ffffff;
    padding: 16px 20px;
    display: block;
    position: relative;
    overflow: hidden;
}

.collapse-text {
    background-color: #eeeeee;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s;
}

.collapse-text p {
    display: block;
    padding: 18px 26px;
    transition: background 0.2s ease-in;
}

.collapse-text p:hover {
    background-color: #ffffff;
}

.collapse-text:target {
    max-height: 8rem;
}

.collapse-list .active {
    background-color: #efac34;
}

.collapse-list {
    list-style-image: url("../images/location-arrow-solid copy.png");
}

.elem-indicators {
    bottom: 180px;
}


/*
==================================================================
=                                                                =
=                   Elements Russian                             =
=                                                                =
==================================================================
*/

.right-side-row-rus p {
    font-family: Panton;
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
}

.right-side-row-rus a {
    font-family: Panton;
    font-size: 1.1rem;
    color: #324157;
}

.right-side-row-rus a:hover {
    text-decoration: underline;
    color: #efac34;
}

.elem-title-rus h1 {
    font-family: Panton;
    font-weight: bold;
    font-size: 2rem;
    padding-bottom: 2.5%;
    margin-bottom: 3%;
    border-bottom: solid 2px #ededed;
    margin-top: 0;
}

.elem-title-rus p {
    font-family: Panton;
    font-size: 1.1rem;
}

.elem-title-rus {
    margin-bottom: 7%;
}

.elem-ol-list-rus {
    margin-bottom: 7%;
}

.elem-ol-list-rus ol a {
    font-family: Panton;
    font-size: 1.1rem;
}

.elem-title-text-rus {
    margin-bottom: 7%;
}

.text-rus-long-space h2 {
    font-family: Panton;
    font-weight: bold;
    font-size: 1.8rem;
    padding-bottom: 2.5%;
    margin-bottom: 3%;
    margin-top: 0;
    border-bottom: solid 2px #ededed;
}

.text-rus-long-space .text-rus-long-second {
    border-bottom: solid 2px #ededed;
    padding-bottom: 20%;
}

.text-rus-long-space {
    margin-bottom: 10%;
}

.elem-title-text-rus h3 {
    font-family: Panton;
    font-weight: bold;
    font-size: 1.5rem;
    padding-bottom: 2.5%;
    margin-bottom: 3%;
    border-bottom: solid 2px #ededed;
    margin-top: 0;
}

.elem-circle-list-rus {
    margin-bottom: 7%;
}

.underline-text-close {
    padding-bottom: 3%;
    margin-bottom: 20%;
}

.elem-styled-list-arrow-rus {
    margin-bottom: 7%;
}

.double-pics-text-rus {
    margin-bottom: 10%;
}

.double-pics-text-rus p {
    font-size: 1rem;
    line-height: 1.8;
}

.buttons-rus-row {
    margin-bottom: 10%;
}

.elem-long-button-rus {
    background: #324157;
    border-radius: 6px;
    border-color: #324157;
    font-weight: bold;
    font-size: 1.2rem;
    padding-top: 5%;
    padding-bottom: 5%;
}

.elem-long-button-rus:hover {
    background: #324157;
    border-color: #324157;
}

.elem-small-button-rus:hover {
    background: #324157;
    border-color: #324157;
}

.simple-button-gray:hover {
    background: #324157;
    border-color: #324157;
}

.simple-button:hover {
    background: #324157;
    border-color: #324157;
}

.simple-button-border:hover {
    background: #324157;
    border-color: #324157;
}

.elem-small-button-rus {
    background: #324157;
    border-radius: 6px;
    border-color: #324157;
    font-weight: bold;
    font-size: 1.1rem;
    padding-top: 7%;
    padding-bottom: 7%;
}

.elem-long-yellow-border-rus {
    background: #ffffff;
    color: #324157;
    border: solid 2px #efac34;
}

.elem-long-blue-border-rus {
    background: #ffffff;
    color: #324157;
    border: solid 2px #324157;
}

.elem-small-yellow-border-rus {
    background: #ffffff;
    color: #324157;
    border: solid 2px #efac34;
}

.elem-small-blue-border-rus {
    background: #ffffff;
    color: #324157;
    border: solid 2px #324157;
}

.simple-button {
    background: #ffffff;
    border: none;
    border-radius: 0;
    color: #535353;
    font-weight: bold;
    font-size: 1.1rem;
    padding-top: 5%;
    padding-bottom: 5%;
}

.simple-button-gray {
    background: #e8e8e8;
    color: #535353;
    border: none;
    border-radius: 0;
    font-weight: bold;
    font-size: 1.1rem;
    padding-top: 5%;
    padding-bottom: 5%;
}

.simple-button-border {
    background: #bfbfbf;
    color: #535353;
    border: none;
    border-bottom: solid 2px #324157;
    border-radius: 0;
    font-weight: bold;
    font-size: 1.1rem;
    padding-top: 5%;
    padding-bottom: 5%;
}

.elem-doc-text-rus p {
    padding: 0;
    margin: 0;
}

.elem-doc-text-rus h4 {
    font-family: Panton;
    font-size: 1.3rem;
}

.elem-docs-speak-rus {
    margin-bottom: 20%;
}


/*Site Map*/

.site-map-main {
    margin-top: 7%;
    margin-bottom: 7%;
    font-family: "Fedra Sans Arm", "Panton", "Roboto";
    display: inline-block;
    color: #324157;
}

.site-map-main ul {
    list-style: none;
}

.site-map-main>ul {
    font-weight: bold;
    font-size: 1.7rem;
    margin-bottom: 10%;
    margin-top: 10%;
    text-align: left;
}

.site-map-main>ul>li>ul {
    font-weight: bold;
    font-size: 1.3rem;
}

.site-map-main>ul>li>ul li {
    position: relative;
}

.site-map-main>ul>li>ul li:before {
    content: '';
    display: block;
    border-radius: 100%;
    background: #324157;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -19px;
    top: 9px;
}

.site-map-main>ul>li>ul li li:before {
    top: 7px;
    width: 8px;
    height: 8px;
}

.site-map-main>ul>li>ul ul>li {
    font-weight: normal !important;
    font-size: 1.1rem;
}

.site-map-main>ul ul {
    padding-left: 40px;
}


/*Tabs*/

.tabs-ul-1 {
    display: flex;
    justify-content: space-between;
    list-style: none;
    border-bottom: solid 1px #324157;
    font-size: 1.2rem;
    margin: 0;
    font-weight: bold;
    color: #324157;
}

.tabs-ul-1 li {
    padding: 0.2% 2%;
}

.tabs-ul-1 .active {
    background: #eeeeee;
    border-radius: 10%;
}

.tabs-full-content {
    background: #eeeeee;
    padding: 4% 15% 4% 10%;
}

.tabs-content {
    font-size: 1.1rem;
}

.first-tab,
.second-tab,
.third-tab {
    margin-bottom: 8%;
}


/*===== Second Tab =====*/

.tabs-ul-2 {
    display: flex;
    list-style: none;
    border-bottom: solid 1px #e8e9e9;
    font-size: 1rem;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.tabs-ul-2 li {
    margin-right: 2%;
    padding: 0.2% 2%;
    background: #a5a5a5;
    border-radius: 10px 10px 0 0;
}

.tabs-ul-2 .active {
    background: #f4b838;
}


/*===== Third Tab =====*/

.tabs-ul-3 {
    display: flex;
    list-style: none;
    font-size: 1.2rem;
    color: #324157;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.tabs-ul-3 li {
    margin-right: 2%;
    padding: 0.2% 2%;
    border-radius: 8%;
    position: relative;
    top: 1px;
}

.tabs-ul-3 .active {
    border: solid 2px #f4b838;
}

.tabs-content-border {
    border: solid 1px #a5a5a5;
}


/*End of tabs*/


/*Dushed text*/

.dashed-text {
    border-top: dashed 2px #606060;
    padding-top: 3%;
}

.dash-text {
    border-top: dashed 2px #e5e5e5;
    padding-top: 2%;
    margin-bottom: 10%;
}

.dash-text-content {
    width: 60%;
    margin: 0 auto;
}

.dash-text-content h3 {
    border-top: dashed 2px #8c8c8c;
    border-bottom: dashed 2px #8c8c8c;
    text-align: center;
    width: 80%;
    padding: 2% 0;
    margin-bottom: 8%;
    color: #8f8f8f;
    font-size: 1.3rem;
}

.dash-text-content>p {
    padding-right: 10%;
}

.dash-first-text {
    border-bottom: dashed 2px #8c8c8c;
    padding-bottom: 4%;
}

.dash-second-text {
    padding-top: 4%;
}


/*End of */


/*Border-sidebar with accordion*/

.elem-sidebar-list .open-li:after {
    content: "\f067";
    position: absolute;
}

.sidebar-nav i {
    float: right;
}

.hierarchy .tab-open .fas .fa-plus {
    position: absolute;
}

.hierarchy>.fa-plus {
    display: block;
}

.hierarchy>.fa-minus {
    display: none;
}

.hierarchy.tab-open>.fa-plus {
    display: none;
}

.hierarchy.tab-open>.fa-minus {
    display: block;
}

.left-side-list {
    margin-top: -1px;
}

.sidebar-second-lvl {
    list-style: none;
    padding-left: 40px;
    text-transform: none;
    font-size: 1rem;
    color: #222626;
}

.sidebar-second-lvl .active {
    /*border-bottom: dashed 1px #f4b838;*/
}


/*Personal image*/

.dep-head:after {
    content: '';
    height: 20px;
    border-left: 1px solid #ccc;
    position: absolute;
}

.dep-head ~ ul {
    margin-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left; text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li:not(.head)::before, .tree li:not(.head)::after{
    content: '';
    position: absolute; top: 0; right: 50%;
    width: 50%; height: 20px;
}
.tree > ul > li {
    width: 100%;
}

.last > li:nth-child(2):after{
    display: none;
}
.tree > ul > li > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #ccc;
}


.tree li:not(.head)::after{
    right: auto; left: 50%;
    border-left: 1px solid #ccc;
}

.head {
    width: 33%;
}

.head > ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.tree li:only-child::after, .tree li:only-child::before {
    display: none;
}

.tree li:only-child{ padding-top: 0;}

.tree li:first-child::before, .tree li:last-child::after{
    border: 0 none;
}
.tree li:last-child::before{
    border-right: 1px solid #ccc;
}

.tree ul ul::before:not(.head ul){
    content: '';
    position: absolute; top: 0; left: 50%;
    border-left: 1px solid #ccc;
    width: 0; height: 20px;
}

.tree li a{
    max-width: 200px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #666;
    font-size: 11px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*.tree > ul > li >  ul:not(.last) >li:first-child {
    padding: 20px 50px 40px 0;
    border-right: 1px solid #ccc;
}*/
.small ul {
    padding-top: 30px;
    position: relative;
}
.small ul:before {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    width: 50%;
    height: 30px;
    border-right: 1px solid #ccc;

}

.tree ul ul li:not(.small, .small li, .positions){
    width: 25%;
    padding: 20px 5px;
    /*border-bottom: 1px solid #ccc;*/
}

.last {
    padding-top: 30px;
}

.tree .dep-head ~ ul > li:nth-child(2) a::after {
    content: "";
    width: 1px;
    height: 112%;
    left: 12%;
    background: #ccc;
    position: absolute;
}

.last .positions:not(.last .positions) {
    width: 100% !important;
    padding: 15px 10px;
}

.last .positions {
    width: 100%;
    padding:0;
}
.last .positions a {
    margin: auto;
    width: 100%;
    max-width: unset;
    padding: 10px;
}

.tree > ul > li {
    padding: 2px;
    overflow: hidden;
}

.tree li.small a:not(.positions a){
    max-width: 93%;
    height: 100%;
}

.tree li.small .positions a{
    /*height: auto;*/
    min-height: 100px;
    font-size: 12px;
}

.head:after {
    content: '';
    position: absolute;
    background: #ccc;
    width: 1px;
    height: 185%;
    left: 50%;

}

.tree .small {
    width: 25%;
    border-top: 1px solid #ccc;

}

.positions {
    height: 100%;
    max-width: 100%;
    /*min-height: 230px*/
}

.positions a {
    height: 100%;
    display: flex!important;
    align-items: center;
    flex-direction: column;
    gap:20px;
    justify-content: center;
    /*min-height: 230px;*/
    padding: 26px;
    max-width: 200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(35, 82, 124, 0.5);
}

.tree button {
    background: #23527C;
    color: white;
    width: 100%;
    padding: 11px 15px;
}














.cont-general,
.cont-dep {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.gen-second {
    margin-bottom: 8%;
}

.gen-first_image:only-child {
    margin: 0 auto;
}

.cont-general p {
    margin: 0;
    font-family: "Fedra Sans Arm", Roboto;
}

.gen-image {
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 0 0 4px rgba(35, 82, 124, 0.5);
}

.staff-cv-modal-button {
    position: absolute;
    right: 0;
}

.staff-cv-modal-button:after {
    content: url("../images/icons/info_new.svg");
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}

#staff-cv-modal {
    top: 80px !important;
}

.cv-modal-header {
    padding: 30px 20px;
}

.cv-modal-header button:not(.close), .chart_show_more {
    background: white;
    border: 1px solid #425064;
    border-radius: 10px;
    padding: 10px 20px;
    color: #425064;
    width: fit-content;
}

.cv-modal-header button.active {
    background: #425064;
    color: #FABB4D;
}

.cv-modal-header button:not(.close) img, .chart_show_more img {
    margin-right: 10px;
}

.personal-image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 180px;
    background-position: center;
}

.small.third {
    width: 22%;
}

/*.small .personal-image {*/
/*    height: 140px;*/
/*}*/

.modal-body {
    padding: 10px 25px;
}

.role,
.personal-name {
    background: white;
    overflow: hidden;
}
.role{
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3%;
    font-size: 12px;
}
.role p {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.personal-name {
    color: #23527C;
    text-align: center;
    padding: 3%;
}

.personal-name p:first-child{
    font-weight: bold;
    margin-bottom: 5px;
}

.personal-name p {
    margin: 0;
    font-size: 10px;
    word-break: break-word;
}

.cont-dep {
    margin: 4% auto;
}

.dep-title h4 {
    text-align: center;
    font-family: "Fedra Sans Arm", Roboto;
}

.dep-title {
    margin: 0 auto;
}

.dep-title h4 {
    margin-top: 30px;
    font-size: 14px;
    min-height: 34px;
}


/*
=================================
==================================
*/

.elem-sidebar-list {
    list-style: none;
}

.elem-sidebar-list>.active>a {}

.sidebar-link {
    width: 100%;
    background-color: #ffffff;
    color: #222626;
    border-color: #e8e9e9;
    border-bottom: solid 1px #e8e9e9;
    border-top: solid 1px #e8e9e9;
    padding: 4%;
    font-family: "Fedra Sans Arm", Roboto;
    position: relative;
}

.left-side-list>.active {
    border-left: solid 4px #f4b838;
}

.second-lvl-link {
    padding: 10px 0
}

a.sitebar_link_active {
    color: rgb(239, 172, 52);
}

.sidebar-second-lvl>li>div {
    border-bottom: dashed 1px #e8e9e9;
}

.second-lvl-link+.sidebar-second-lvl,
.sidebar-link+.sidebar-second-lvl {
    max-height: 0;
    overflow: hidden;
}

.second-lvl-link.tab-open+.sidebar-second-lvl,
.sidebar-link.tab-open+.sidebar-second-lvl {
    max-height: 500px;
}

.second-lvl-link i, .sidebar-link i {
    cursor: pointer;
    line-height: 1.5;
    position: relative;
    right: 20px;
    top: 10px;
    margin-top: -9px;
}

.sidebar-second-lvl {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.interval-arrow {
    height: 3px;
    width: 60%;
    background: #324157;
    position: relative;
    margin-top: 2%;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #324157;
    position: absolute;
    right: -20px;
    top: -9px;
}

.tags_btn {
    display: none;
}

.modal-body{
    max-height: 55vh;
    overflow: auto;
    margin: 20px;
}

#staff_modal .modal-body ul{
    padding: 0 15px;
}

.other-o-cont{
    margin-top: 2%;
    font-weight: 500;
}

.other-o-cont-ul{
    list-style: none;
    width: 85%;
}
.other-o-cont ul li:first-child{
    border-bottom:none;
}

.elem-accordion-text .accordion_text ul{
    list-style: none;
    width: 85%;
}
.elem-accordion-text .accordion_text ul li{
    position: relative;
}
.elem-accordion-text .accordion_text ul li img{
    position: absolute;
    top: 8px;
    left: 0;
    height: 25px;
    width: auto;
}
.elem-accordion-text .accordion_text ul li p{
    display: block;
    margin: 0;
    margin-left: 40px;
    border-bottom: dashed 1px #DBDBDB;
    padding: 10px 0;
}

@media  (max-width: 1200px) {
    .role {
        min-height: 66px;
    }
}

@media only screen and (max-width: 767px) {
    .elem-accordion-text .accordion_text ul li p {
        font-size: 0.9rem;
    }
    .other-o-title h2 {
        font-size: 1.1rem;
    }
    .other-o-cont ul li > div i {
        right: 10px;
        font-size: 0.7rem;
    }
    .other-o-cont ul li > .active i{
        right: 10px;
        font-size: 0.7rem;
    }
    .elem-accordion-text .accordion_text ul{
        width: 100%;
    }
    .elem-accordion-text .legislation_list h4{
        font-size: 1.2rem;
    }
}