

/* Start:/local/components/olmi/direction.list/templates/.default/style.css?168853962715679*/
:root {
    --color-blue: #1E71B8;
    --color-blue-code: #84A8C7;
    --color-dark-blue: #153252;
    --color-light-blue: #5993C5;
    --color-green: #6FCF97;
}
body #breadcrumbs {
    margin-left: 0 !important;
}

body .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

body .heading h1 {
    font-size: 30px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    color: var(--color-dark-blue) !important;
}
.b-plan {
    transition: .3s;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 400;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: var(--color-light-blue);
    box-sizing: border-box;
}
.b-plan__not-visible {
    visibility: hidden;
    opacity: 0;
}
.b-plan__banners {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 30px;
}
.b-plan__banner {
    height: 130px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 10px 20px;
}
.b-plan__banner:hover,
.b-plan__banner:focus {
    text-decoration: none;
    color: #fff;
}
.b-plan__items {
    display: none;
}
.b-plan__items-i {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 20px;
    margin-bottom: 40px;
}
.b-plan__items_active {
    display: block;
}

.b-plan__table-wrapper {
    display: none;
}
.b-plan__table-wrapper_active {
    display: block;
}
.b-plan-item {
    border: 1px solid var(--color-blue);
    min-height: 460px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
}
.b-plan-item__img {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid var(--color-blue);
    transition: .3s;
}
.b-plan-item__content {
    padding: 15px 20px 0 20px;
    flex: 1;
    width: 100%;
}
.b-plan-item__footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px 15px 20px;
}
.b-plan-item__title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 6px;
    color: var(--color-dark-blue);
}
.b-plan-item__code {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1;
}
.b-plan-item__text {
    margin-bottom: 8px;
}
.b-plan-item__buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}
.b-plan-item__button {
    font-size: 14px;
    transition: .3s;
    font-weight: 700;
    border: 1px solid var(--color-blue);
    text-decoration: none;
    display: flex;
    color: var(--color-blue);
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}
.b-plan-item__button:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--color-blue);
}
.b-plan-item__button_mobile {
    display: none;
}
.b-plan-item__button_blue {
    background-color: var(--color-blue);
    color: #fff;
    position: relative;
}
.b-plan-item__button_blue svg {
    margin-left: 5px;
    top: 2px;
    position: relative;
    transition: .3s;
}
.b-plan-item__button_blue:focus {
    background: var(--color-blue) none;
    color: #fff;
    outline: none;
    text-decoration: none;
}
.b-plan-item__button_blue:hover {
    color: var(--color-blue);
    background-color: #fff;
}
.b-plan-item__button_blue:hover svg path {
    fill: var(--color-blue);
}
.b-plan-forms__switcher {
    padding: 1px;
    border-radius: 3px;
    border: 1px solid var(--color-dark-blue);
    display: flex;
    align-items: center;
    width: max-content;
    margin-bottom: 10px;
    position: relative;
    height: 22px;
}
.b-plan-forms__switcher_view {
    margin-bottom: 20px;
}
.b-plan-forms__switcher-glider {
    position: absolute;
    background-color: var(--color-dark-blue);
    width: 0;
    left: 0;
    top: 1px;
    border-radius: 3px;
    transform: translateX(0);
    transition: transform 0.25s ease-out, width 0.1s ease-out;
    z-index: 0;
    height: 18px;
}
.b-plan-forms__switcher-item {
    font-size: 12px;
    padding: 2px 8px 0;
    cursor: pointer;
    color: var(--color-dark-blue);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    white-space: nowrap;
}
.b-plan-forms__switcher-item_active {
    cursor: unset;
    color: #fff;
    border-radius: 3px;
}
.b-plan-forms__switcher-item_first {
    background: var(--color-dark-blue);
}
.b-plan-forms__data-item {
    display: none;
}

.b-plan-forms__data-item_active {
    display: block;
}

.b-plan__exams {
    margin-top: 20px;
}
.b-plan__exams_hidden {
    display: none;
}
.b-plan__exams-title {
    color: var(--color-dark-blue);
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 700;
}
.b-plan__exams-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px 10px;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.b-plan__exams-item {
    color: var(--color-blue);
    border: 1px solid var(--color-blue);
    border-radius: 25px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    min-height: 25px;
}
.b-plan__exams-item_optional {
    color: var(--color-blue-code);
    border: 1px solid var(--color-blue-code);
}
.b-plan__exams-or {
    color: var(--color-blue-code);
}

.b-plan-item__toggle {
    display: none;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-blue);
    width: 100%;
    margin: 1px 0;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
}
.b-plan-item__toggle-caret {
     transition: .3s;
 }
.b-plan-item__toggle_active svg {
    transform: rotate(180deg);
}

.b-plan__title {
    color: var(--color-dark-blue);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
    transition: .2s;
    line-height: 1.15;
}
.b-plan__title_link {
    border-bottom: 1px dashed var(--color-dark-blue);
}
.b-plan__title_link:hover {
    color: var(--color-light-blue);
    border-bottom: 1px dashed var(--color-light-blue);
}
.b-plan__content {
    display: none;
}

.b-plan-table-wrapper {
    display: none;
}

.b-plan-table-wrapper_active {
    display: block;
}

.b-plan-table-item {
    border: 1px solid var(--color-light-blue);
    font-size: 12px;
    color: var(--color-dark-blue);
    height: 100%;
    width: 100%;
    display: none;
    margin-bottom: 5px;
}
.b-plan-table-item_active {
    display: table;
}
.b-plan-table__i {
    margin-bottom: 40px;
}
.b-plan-table__tr {
    display: table-row;
}
.b-plan-table_after {
    margin-bottom: 20px;
}
.b-plan-table__td {
    display: table-cell;
    border-right: 1px solid var(--color-light-blue);
    border-bottom: 1px solid var(--color-light-blue);
    padding: 12px 15px;
}
.b-plan-table__td-inner {
    text-align: left;
}
.b-plan-table__td-inner_center {
    text-align: center;
}
.b-plan-table__td:nth-child(1) {
    width: 24%;
}
.b-plan-table__td:nth-child(2) {
    width: 15%;
}
.b-plan-table__td:nth-child(3) {
    width: 15%;
}
.b-plan-table__td:nth-child(4) {
    width: 20%;
}
.b-plan-table__td:nth-child(5) {
    width: 26%;
}
.b-plan-table__td:last-child {
    border-right: none;
}
.b-plan-table__tr:last-child .b-plan-table__td {
    border-bottom: none;
}
.b-plan-table__td_after {
    border: none;
}
.b-plan-table__td_after:last-child {
    padding: 5px 0 0;
    color: var(--color-light-blue);
}
.b-plan-table__title {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
}
.b-plan-table__list {
    color: var(--color-blue);
    text-decoration: none;
    transition: .2s;
    padding-bottom: 15px;
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.b-plan-table__svg {
    transition: .2s;
    min-width: 11px;
    position: relative;
    top: 5px;
    margin-left: 10px;
}
.b-plan-table__svg_mobile {
    display: none;
}
.b-plan-table__list_active {
    flex: unset;
}
.b-plan-table__list_active .b-plan-table__svg {
    transform: rotate(180deg);
}
.b-plan-table__list:hover {
    text-decoration: none;
    color: var(--color-dark-blue);
}
.b-plan-table__list:focus {
    text-decoration: none;
}
.b-plan-table__list-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
}
.b-plan-table__list-data {
    display: none;
    padding-left: 15px;
    color: var(--color-light-blue);
    font-size: 12px;
    margin-bottom: 15px;
    flex: 1;
}
.b-plan-table__list-item {
    padding: 5px 0;
}
.b-plan-table__code {
    font-size: 14px;
    color: var(--color-light-blue);
}
.b-plan-table__code_mobile {
    display: none;
    font-weight: 400;
}
.b-plan-table__link {
    text-decoration: none;
    transition: .2s;
    color: var(--color-light-blue);
}
.b-plan-table__link:hover {
    color: var(--color-dark-blue);
}
.b-plan-table__link:hover,
.b-plan-table__link:focus {
    text-decoration: none;
}
.b-plan-table-exam {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.b-plan-table-exam_optional {
    color: var(--color-light-blue);
}
.b-plan-table__td_green {
    background-color: var(--color-green);
}
.b-plan-table_blue {
    color: var(--color-light-blue);
}
.b-plan-table__td-inner_mobile {
    display: none;
}
.b-plan-table_after_mobile {
    display: none;
}
.b-plan-table__blue {
    color: var(--color-light-blue);
}
.b-plan__exams-link {
    display: none;
}
.b-plan__title .tooltip-inner {
    background-color: var(--color-dark-blue);
}

.b-plan__group-title {
    color: var(--color-dark-blue);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.15;
}

@media screen and (max-width: 992px) {
    .b-plan__items-i {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 768px) {
    .b-plan-item__img {
        max-height: 180px;
        transition: max-height .4s;
    }
    .b-plan__exams_hidden {
        display: block;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        margin-top: 0;
        transition: opacity .3s, visibility .3s;
        max-height: 0;
    }
    .b-plan-item__w:hover .b-plan-item__img {
        max-height: 0;
        border-bottom: none;
    }
    .b-plan-item__w:hover .b-plan__exams_hidden {
        opacity: 1;
        visibility: visible;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    body .heading h1 {
        width: 100%;
    }
    .b-plan__banners {
        grid-template-columns: repeat(1, 1fr);
        font-size: 14px;
    }
    .b-plan__banner {
        height: 100px;
    }
    .b-plan__items-i {
        grid-template-columns: repeat(1, 1fr);
        gap: 1px;
    }
    .b-plan-item {
        margin-top: 14px;
        min-height: unset;
        display: none;
        margin-bottom: 15px;
        height: auto;
    }
    .b-plan__exams {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .b-plan-item__buttons {
        width: 100%;
        margin-bottom: 15px;
    }
    .b-plan-item__button {
        width: 100%;
    }
    .b-plan-item__button_mobile {
        display: flex;
    }
    .b-plan-item__footer {
        flex-wrap: wrap;
    }
    .b-plan-item__code {
        width: 100%;
        order: 1;
        flex-direction: row;
        justify-content: flex-start;
        gap: 5px;
    }
    .b-plan-item__code-value {
        color: #C0C7CB;
    }
    .b-plan-item__code-name {
        color: #C0C7CB;
    }
    .b-plan-item__toggle {
        display: flex;
    }
    .b-plan-table__svg {
        display: none;
    }
    .b-plan-table__svg_mobile {
        display: block;
        margin-left: 0;
        margin-right: 10px;
    }
    .b-plan-table__code {
        display: none;
    }
    .b-plan-table__code_mobile {
        display: block;
    }
    .b-plan-table-item_active {
        display: block;
        border: none;
    }
    .b-plan-table__tr {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .b-plan-table__td {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        border: 1px solid var(--color-light-blue);
        border-bottom: none;
    }
    .b-plan-table__td:last-child {
        border-bottom: 1px solid var(--color-light-blue);
        border-right: 1px solid var(--color-light-blue);
    }
    .b-plan-table__td:nth-child(1) {
        width: 100%;
    }
    .b-plan-table__td:nth-child(2) {
        width: 100%;
    }
    .b-plan-table__td:nth-child(3) {
        width: 100%;
    }
    .b-plan-table__td:nth-child(4) {
        width: 100%;
    }
    .b-plan-table__td:nth-child(5) {
        width: 100%;
    }
    .b-plan-table__td_green {
        background-color: unset;
    }
    .b-plan-table__list {
        padding-bottom: 0;
    }
    .b-plan-table__list-name {
        flex: 1;
    }
    .b-plan-table__list-wrapper {
        width: 100%;
    }
    .b-plan-table__list_active {
        padding-bottom: 15px;
    }
    .b-plan-table-exam {
        width: 100%;
        font-size: 14px;
        padding-bottom: 2px;
    }
    .b-plan-table__tr_title {
        display: none;
    }
    .b-plan-table__td-inner {
        display: none;
    }
    .b-plan-table__td-inner_mobile {
        display: block;
        width: 100%;
    }
    .b-plan-table_after_mobile {
        display: block;
        margin-top: -15px;
    }
    .b-plan-table__tr:last-child .b-plan-table__td:last-child {
        border: 1px solid var(--color-light-blue);
    }
    .b-plan-table__row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .b-plan-table__min {
        margin-bottom: 10px;
    }
    .b-plan-forms__switcher_view {
        margin-bottom: 20px;
        width: 100%;
    }
    .b-plan-forms__switcher_table {
        width: 100%;
    }
    .b-plan-forms__switcher-item {
        width: 100%;
    }
    .b-plan__exams-link {
        color: var(--color-blue);
        display: flex;
        width: max-content;
        align-items: center;
        border-bottom: 1px dashed var(--color-blue);
        gap: 3px;
        margin-bottom: 20px;
    }
    .b-plan__exams-link:hover,
    .b-plan__exams-link:focus {
        text-decoration: none;
    }
    .b-plan__exams-link-caret {
        transition: .2s;
    }
    .b-plan__exams-link_active {
        margin-bottom: 10px;
    }
    .b-plan__exams-link_active .b-plan__exams-link-caret {
        transform: rotate(180deg);
    }
}

/* End */
/* /local/components/olmi/direction.list/templates/.default/style.css?168853962715679 */
