.left-menu__groups--brands .left-menu__item[data-id="7"] {
    display: flex;
}

.left-menu__item[data-id="8"] {
    display: flex;
}

.vacancies {
    display: block;
    width: 100%;
}

.accordion {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    font-family: open_sanssemibold;
    font-size: 18px;
    color: #2c7faf;
    border: 1px solid #e4e4e4;
}

.accordion__intro {
    position: relative;
    padding: 20px;
    cursor: pointer;
    color: #2c7faf;
}

.accordion__intro h4 {
    text-decoration: none;
    color: #2c7faf;

}

.accordion__content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.25s ease-out;
    opacity: 0;
    border-top: 1px solid #e4e4e4;

}

.accordion p {
    font-family: open_sansregular;
    font-size: 14px;
    color: #010202;
}

.accordion__active .accordion__content {
    padding: 20px;
    opacity: 1;
}

.text-block ul > li:not(.carousel__item):not(.comments__item) {
    padding-left: 26px;
    padding-top: initial;
    padding-bottom: 14px;
    position: relative;
}

.text-block ul > li:not(.carousel__item):not(.comments__item):before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 8px;
    bottom: initial;
    background-color: #2c7faf;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}


.left-menu__item[data-id="5"].active {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.left-menu__item[data-id="5"].active a {
    position: relative;
}
.left-menu__item[data-id="5"].active a::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #e4e4e4;
    -webkit-transform: rotateZ(45deg) translateY(-70%);
    -ms-transform: rotate(45deg) translateY(-70%);
    transform: rotateZ(45deg) translateY(-70%);
}
.left-menu__item[data-id="5"].active > a::before {
    background-image: none;
    background-color: #2c7faf;
}
.left-menu__item[data-id="5"].active::before {
    display: none;
}

.left-menu__item[data-id="15"].active {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.left-menu__item[data-id="15"].active a {
    position: relative;
}
.left-menu__item[data-id="15"].active a::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #e4e4e4;
    -webkit-transform: rotateZ(45deg) translateY(-70%);
    -ms-transform: rotate(45deg) translateY(-70%);
    transform: rotateZ(45deg) translateY(-70%);
}
.left-menu__item[data-id="15"].active > a::before {
    background-image: none;
    background-color: #2c7faf;
}
.left-menu__item[data-id="15"].active::before {
    display: none;
}

.left-menu__list.children .left-menu__item.active a {
    position: relative;
}
.left-menu__list.children .left-menu__item.active a::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #e4e4e4;
    -webkit-transform: rotateZ(45deg) translateY(-70%);
    -ms-transform: rotate(45deg) translateY(-70%);
    transform: rotateZ(45deg) translateY(-70%);
}
.left-menu__list.children .left-menu__item.active > a::before {
    background-image: none;
    background-color: #2c7faf;
}

.seminar-page__image {
    padding-right: 30px;
    width: 420px;
}



.cards-block .card--brands {
    width: calc(50% - 15px);
}
.cards-block .card--brands:nth-child(n+4) {
    margin-top: 0;
}

@media (max-width: 768px) {
    .cards-block .card--brands {
        width: 340px;
        margin-top: 18px;
    }
}