

/* Start:/local/templates/main/components/bitrix/news/1all/style.css?17885201417069*/
.syllabus__options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 2rem;
}

.syllabus__option {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.syllabus__option-name {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 115%;
    color: #7E828F;
}

.syllabus__option-value {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 120%;
}

.syllabus-table {
    display: flex;
    flex-direction: column;
    margin-top: 3.2rem;
}

.syllabus-table__head {
    display: grid;
    grid-template-columns: 1fr 10fr 2fr 4fr 2fr;
}

.syllabus-table__body .syllabus-table__row {
    display: grid;
    grid-template-columns: 1fr 10fr 2fr 2fr 2fr 2fr;
}

.syllabus-table__head .syllabus-table__col {
    display: flex;
    flex-direction: column;
}

.syllabus-table__head .syllabus-table__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.syllabus-table__cell {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #0088CCCC;
    border-bottom: 1px solid #0088CCCC;
    padding: 1rem;
}

.syllabus-table__head .syllabus-table__cell {
    border-top: 1px solid #0088CCCC;
}

.syllabus-table__head > .syllabus-table__cell:first-child,
.syllabus-table__body .syllabus-table__row .syllabus-table__cell:first-child {
    border-left: 1px solid #0088CCCC;
}

.syllabus-table__head .syllabus-table__col .syllabus-table__row .syllabus-table__cell {
    border-top: 0;
}

.syllabus-table__body .syllabus-table__row b {
    display: contents;
}

.syllabus-table__body .syllabus-table__row .syllabus-table__cell:nth-child(2) {
    text-align: left;
    justify-content: left;
}
.syllabus-table__footer .syllabus-table__row {
    display: grid;
    grid-template-columns: 11fr 2fr 2fr 2fr 2fr;
}
.syllabus-table__footer .syllabus-table__row .syllabus-table__cell:nth-child(1) {
    text-align: left;
    justify-content: left;
    border-left: 1px solid #0088CCCC;
}

.calc {
    background-color: #F8F8F8;
    padding: 2rem;
    border-radius: .6rem;
    gap: 2rem;
}
.calc__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.calc__left {
    display: flex;
    flex-direction: column;
    width: 83.2rem;
    gap: 2rem;
}
.calc__right{
    flex: 1;
    min-width: 0;
    min-height: 36rem;
}
.calc__title {
    font-size: 2.1rem;
    color: #1D2029;
    font-weight: 500;
    line-height: 120%;
}
.calc__head {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: #fff;
    padding: 2rem;
    border-radius: .6rem;
}
.calc__info{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem
}
.calc__price{
    font-size: 3rem;
    line-height: 120%;
    color: #0088CC;
}
.calc__btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .4rem;
}
.calc__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .8rem 1.2rem;
    border-radius: .2rem;
    border: 1px solid #0088CC;
    transition: all .3s ease;
    cursor: pointer;
}
.calc__btn.active {
    background-color: #0088CC;
}
.calc__btn span{
    font-size: 1.2rem;
    line-height: 110%;
    color: #0088CC;
}
.calc__btn.active span {
    color: #fff;
}

.calc__items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
}

.calc__item {
    background-color: #fff;
    border-radius: .6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
}
.calc__item-name{
    font-size: 1.2rem;
    color: #7E828F;
    line-height: 120%;
}
.calc__item-val{
    font-size: 1.5rem;
    color: #1D2029;
    line-height: 120%;
}

@media (max-width: 1280px){
    .syllabus-table-wrapper {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .syllabus-table {
        min-width: 1500px;
    }
    .syllabus-table__head .syllabus-table__cell {
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 1280px){

}
@media (max-width: 767px){
    .syllabus-table__cell {
        padding: .5rem;
        font-size: 1.2rem;
    }
    .calc__left{
        width: 100%;
    }
    .calc__right{
        flex-basis: 100%;
        width: 100%;
        min-height: 52rem;
    }
    .calc__info{
        flex-wrap: wrap;
    }
    .calc__btn{
        padding: 0.8rem 1.0rem; 
    }
}

.bitrix24-form__container {
    margin-left: 10px;
    min-height: 34rem;
    border-radius: 10px;
    overflow: hidden;
    padding: 0px 0;
    margin-top: 10px;
}

@media (max-width:490px) {
    .bitrix24-form__container {
        min-height: 50rem;
        margin-left: 0;
    }
    .calc__info {
        flex-direction: column;
        align-items: flex-start;
    }
    .calc__btn{
        padding: 0.8rem; 
    }
}

.content-new {
    font-size: 1.8rem;
    line-height: 120%;
    margin-bottom: 8rem;
}

.content-new p {
    font-size: 1.8rem;
    line-height: 120%;
    margin: 0 0 1.2rem;
}
.content-new span {
    font-size: 1.8rem;
    line-height: 120%;
}

.content-new p + h2,
.content-new p + h3,
.content-new p + h4,
.content-new ul + h2,
.content-new ul + h3,
.content-new ul + h4,
.content-new ol + h2,
.content-new ol + h3,
.content-new ol + h4 {
    font-weight: 500;
    margin-top: 4.8rem;
    margin-bottom: 2.4rem;
}

.content-new h2 + p:not(:has(+ ul, + ol)) {
    margin-bottom: 2rem;
}

.content-new ul,
.content-new ol {
    margin: 0 0 1.2rem;
    padding-left: 3rem;
}

.content-new ul {
    display: flex;
    flex-direction: column;
    margin: 0 0 1.2rem;
    list-style: none;
    padding: 0;

}
.content-new ul li {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: fit-content;
    padding-left: 1.7rem;
    position: relative;
    font-size: 1.6rem;
    line-height: 120%;
    color: #7E828F;
}
.content-new ul li p {
    font-size: 1.6rem;
    line-height: 120%;
    color: #7E828F;
}
.content-new ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.7rem;
    height: 0.7rem;
    background-color: var(--primary);
    border-radius: 50%;
}

.content-new ol {
    display: flex;
    flex-direction: column;
    margin: 0 0 1.2rem;
    padding: 0;
    list-style: decimal;
    padding-left: 1.7rem;
}
.content-new ol li {
    font-size: 1.6rem;
    line-height: 120%;
    color: #7E828F;
}
.content-new ol li p {
    font-size: 1.6rem;
    line-height: 120%;
    color: #7E828F;
}
.content-new ol li::marker {
    color: var(--primary);
}
.content-new li {
    font-size: 1.8rem;
    margin-bottom: .8rem;
    line-height: 120%;
}

.content-new li:last-child {
    margin-bottom: 0;
}

.content-new li p {
    margin: 0;
}

.content-new .bold,
.content-new strong,
.content-new b {
    font-weight: 700;
}

.content-new h2:empty,
.content-new h3:empty,
.content-new h4:empty,
.content-new p:empty {
    display: none;
}

/* End */


/* Start:/local/templates/main/assets/css/complete_docs.css?17885201411902*/
.complete-docs__list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.complete-docs__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
}

.complete-docs__item-image {
    width: 49.4rem;
    aspect-ratio: 494 / 333;
    border-radius: .8rem;
    overflow: hidden;
}

.complete-docs__item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: .8rem;
    overflow: hidden;
}
.complete-docs__item-image img:hover {
    cursor: zoom-in;
}

.complete-docs__item-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.complete-docs__item-title {
    font-size: 2rem;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: .8rem;
}

.complete-docs__item-text {
    font-size: 1.6rem;
    line-height: 120%;
    color: var(--darkgrey);
}
.list.complete-docs__item-list {
    margin-top: 2rem;
}
.complete-docs__btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: .8rem;
    margin-bottom: 2rem;
}
.complete-docs__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.2rem;
    border: 1px solid var(--grey4);
    padding: .9rem 1.4rem;
    color: var(--grey4);
    font-size: 1.6rem;
    line-height: 120%;
}
.complete-docs__btn.active {
    border-color: var(--primary);
    color: var(--primary);
}




@media (max-width: 1280px){
    .complete-docs__item-image {
        width: 100%;
    }
    .complete-docs__item-content {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1280px){

}
@media (max-width: 767px){
    .complete-docs__item {
        flex-direction: column;
        gap: 1.2rem;
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/main/assets/css/docs.css?1785828970640*/
.docs__item:not(:last-child) {
    margin-bottom: 5.6rem;
}
.docs__gallery:not(.swiper-wrapper) {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
.docs__gallery-item {
    display: flex;
    flex-direction: column;
}
.docs__gallery:not(.swiper-wrapper) .docs__gallery-item {
    width: calc(100% / 4 - 2rem);
}
.docs__gallery-label {
    font-size: 1.6rem;
    line-height: 120%;
    min-height: 3.8rem;
    margin-top: 2rem;
}
.docs__gallery-image {
    width: 100%;
    height: 100%;
}
.docs__gallery-image img {
    object-fit: contain;
}
.docs__gallery-image img:hover {
    cursor: zoom-in;
}
/* End */


/* Start:/local/templates/main/assets/css/recruiting.css?17858289701868*/
.recruiting__banner {
    position: relative;
    border-radius: .8rem;
    overflow: hidden;
}

.recruiting__image {
    width: 100%;
    height: 45.4rem;
}

.recruiting__image img {
    object-fit: cover;
}

.recruiting__content {
    position: absolute;
    top: 6.4rem;
    left: 6.4rem;
    bottom: 6.4rem;
    max-width: 45.8rem;
}

.recruiting__title {
    font-weight: 500;
    font-size: 5rem;
    line-height: 120%;
    margin-bottom: 2.4rem;
}

.recruiting__subtitle {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 120%;
    margin-bottom: .2rem;
}

.recruiting__discount {
    position: relative;
}

.recruiting__discount sup {
    font-weight: 500;
    font-size: 4rem;
    line-height: 120%;
    color: var(--primary);
    position: absolute;
    top: 0;
    left: 0;
}

.recruiting__discount span {
    font-weight: 500;
    font-size: 10rem;
    line-height: 120%;
    color: var(--primary);
    padding-left: 4rem;
}

.recruiting__btn {
    margin-top: 1.6rem;
}

@media (max-width: 1280px) {
    .recruiting__content {
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        max-width: unset;
        padding: 1.6rem 0;
    }

    .recruiting__title {
        font-size: 4rem;
        margin-bottom: 1.2rem;
    }

    .recruiting__subtitle {
        font-size: 2rem;
    }

    .recruiting__discount sup {
        font-size: 3.6rem;
    }

    .recruiting__discount span {
        font-size: 8rem;
        padding-left: 3.6rem;
    }

    .btn.recruiting__btn {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .recruiting__image {
        height: auto;
    }
}

@media (max-width: 767px) {
    .recruiting__image {
        height: 24rem;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/photogallery/style.css?17858289701880*/
.photogallery__wrapper {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}
.photogallery-slider {
    overflow: hidden;
    width: 100%;
    height: 67.1rem;
}
.photogallery__item {
    width: 100%;
    height: 100%;
}
.photogallery__item img {
    object-fit: contain;
}
.photogallery__bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}
.photogallery__nav-btn {
    width: 4.4rem;
    height: 4.4rem;
    flex: 0 0 auto;
    cursor: pointer;
    transition: opacity .2s;
}
.photogallery__nav-btn svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.photogallery__nav-btn:hover{
    opacity: .8;
}
.photogallery-slider-thumb {
    width: 12rem !important;
    height: 10rem !important;
    opacity: .6;
    transition: opacity .3s ease;
    cursor: pointer;
}
.photogallery-slider-thumb.swiper-slide-thumb-active {
    opacity: 1;
}
.photogallery-slider-thumb img {
    object-fit: cover;
    object-position: center;
}
.photogallery-slider-thumb:hover{
    opacity: .7;
}
@media (max-width: 1280px){
    .photogallery__item img {
        object-fit: cover;
    }
}
@media (min-width: 768px) and (max-width: 1280px){
    .photogallery-slider {
        height: 38rem;
    }
    .photogallery-slider-thumb {
        width: 9rem !important;
        height: 6rem !important;
    }
    .photogallery__bottom {
        gap: 2rem;
    }
}
@media (max-width: 767px){
    .photogallery-slider {
        height: 20rem;
    }
    .photogallery-slider-thumb {
        width: 7rem !important;
        height: 5rem !important;
    }
    .photogallery__bottom {
        gap: 1.6rem;
    }
    .photogallery__nav-btn {
        display: none;
        width: 3.2rem;
        height: 3.2rem;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/instructors/style.css?17858289702865*/
.teachers {
    width: 100%;
    padding: 48px 0;
}

.teachers__container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.teachers__title {
    margin: 0 0 30px;
    color: #202027;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}

.teachers__slider {
    width: 100%;
    overflow: hidden;
}

.teachers__wrapper {
    align-items: stretch;
}

.teachers__slide {
    height: auto;
}

.teachers__card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.teachers__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1.18 / 1;
    overflow: hidden;
    border-radius: 4px;
    background-color: #f2f2f2;
}

.teachers__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.teachers__content {
    padding-top: 14px;
}

.teachers__name {
    margin: 0;
    color: #202027;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
}

.teachers__position {
    margin: 3px 0 0;
    color: #85858d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

.teachers__pagination {
    position: static;
    display: none;
    margin-top: 24px;
}

.teachers__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
    background-color: #d4d4d8;
    opacity: 1;
}

.teachers__pagination .swiper-pagination-bullet-active {
    background-color: #202027;
}

@media (max-width: 1199px) {
    .teachers {
        padding: 40px 0;
    }

    .teachers__container {
        max-width: 960px;
    }

    .teachers__title {
        margin-bottom: 24px;
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .teachers {
        padding: 32px 0;
    }

    .teachers__container {
        padding: 0 16px;
    }

    .teachers__title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .teachers__image-wrapper {
        aspect-ratio: 1.15 / 1;
    }

    .teachers__content {
        padding-top: 12px;
    }

    .teachers__pagination {
        display: block;
    }
}

@media (max-width: 479px) {
    .teachers__container {
        padding: 0 12px;
    }

    .teachers__title {
        font-size: 18px;
    }
}

.teachers__nav {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 3.2rem;
}

.teachers__arrow {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    transition: opacity .2s;
}

.teachers__arrow:hover {
    opacity: .8;
}

.teachers__arrow.swiper-button-disabled {
    opacity: .4;
    pointer-events: none;
}

.teachers-main-page {
    padding: 0;
    margin-bottom: 40px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/video-reviews/style.css?17858289702408*/
.video-reviews-slider {
    width: 100%;
    overflow: hidden;
}

.video-reviews__wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
}

.video-reviews__item {
    position: relative;
    flex-shrink: 0;
    width: auto;
    min-width: 0;
    height: 54rem;
    border-radius: 0.8rem;
    overflow: hidden;
}

.video-reviews__item::after {
    content: '';

    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;

    height: 18.1rem;

    background: linear-gradient(
            0deg,
            #1d2029 0%,
            rgba(29, 32, 41, 0) 100%
    );

    pointer-events: none;
}

.video-reviews__source {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-reviews__source video,
.video-reviews__source img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-reviews__content {
    position: absolute;
    z-index: 2;
    left: 1.6rem;
    right: 1.6rem;
    bottom: 1.6rem;

    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.video-reviews__name {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--white);
}

.video-reviews__job {
    font-size: 1.6rem;
    line-height: 1.2;
    color: var(--white);
}

.video-reviews__play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 4.9rem;
    height: 4.9rem;
    padding: 0;

    border: 0;
    background: transparent;
    cursor: pointer;

    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}

.video-reviews__play svg {
    display: block;
    width: 100%;
    height: 100%;
}

.video-reviews__play:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 1199px) {
    .video-reviews__item {
        height: 48rem;
    }
}

@media (max-width: 767px) {
    .video-reviews__item {
        height: 42rem;
    }

    .video-reviews__content {
        left: 1.2rem;
        right: 1.2rem;
        bottom: 1.2rem;
    }

    .video-reviews__name {
        font-size: 1.6rem;
    }

    .video-reviews__job {
        font-size: 1.3rem;
    }

    .video-reviews__play {
        width: 4.2rem;
        height: 4.2rem;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/faq/style.css?17858289701320*/
.faq__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.faq__item {
    display: flex;
    flex-direction: column;
    background-color: var(--grey);
    border-radius: .8rem;
    padding: 2.4rem 2.4rem 2.4rem 3.2rem;
}
.faq__item-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
}
.faq__item-question {
    font-size: 2rem;
    font-weight: 500;
    line-height: 120%;
    user-select: none;
}

.faq__item-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    transition: max-height .3s ease, opacity .3s ease, margin-top .3s ease;
}
.faq__item.opened .faq__item-answer {
    max-height: 300px;
    opacity: 1;
    margin-top: 1.6rem;
}
.faq__item-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    border-radius: .5rem;
    width: 4rem;
    height: 4rem;
    flex: 0 0 auto;
    transition: opacity .3s ease;
}
.faq__item-toggle svg {
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    transform: rotate(180deg);
    transition: all .3s ease;
}
.faq__item-toggle:hover {
    opacity: .8;
}
.faq__item.opened svg {
    transform: unset;
}
/* End */


/* Start:/local/templates/main/assets/css/consultation.css?17859083212080*/
.consultation__wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
}
.consultation-form {
    display: flex;
    flex-direction: column;
}
.consultation-form__title {
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 120%;
    margin-bottom: 1.2rem;
}
.consultation-form__subtitle {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 120%;
}
.consultation-form__items {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin: 2.4rem 0;
}
.consultation-form__item {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    width: 100%;
}
.consultation-form__item label{
    font-size: 1.4rem;
    line-height: 115%;
}
.consultation-form__item input,
.consultation-form__item button{
    width: 100%;
}
.consultation-form__item textarea {
    min-height: 9.6rem;
    resize: none;
}
.consultation-form__btn {
    width: 100%;
}
.consultation-form__agreement {
    font-size: 1.4rem;
    line-height: 115%;
    color: var(--grey4);
}
.consultation-form__agreement a {
    font-size: 1.4rem;
    line-height: 115%;
    text-decoration: underline;
    transition: all .3s ease;
}
.consultation-form__agreement a:hover {
    color: var(--primary);
}
.consultation__image {
    border-radius: .8rem;
    overflow: hidden;
}
.consultation__image img {
    object-fit: cover;
}
@media (max-width: 1280px) {
    .consultation__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .consultation-form {
        order: 2;
    }
    .consultation__image {
        order: 1;
    }
}
@media (min-width: 768px) and (max-width: 1280px) {
    .consultation__image {
        height: 49rem;
    }
}

@media (max-width: 767px) {
    .consultation__wrapper {
        gap: 2.4rem;
    }
    .consultation__image {
        height: 24.9rem;
    }
}
.consultation-form__error {
    color: #e53935;
    font-size: 1.4rem;
    min-height: 1.6rem;
}
.input--error {
    border: 1px solid #e53935 !important;
}
/* End */
/* /local/templates/main/components/bitrix/news/1all/style.css?17885201417069 */
/* /local/templates/main/assets/css/complete_docs.css?17885201411902 */
/* /local/templates/main/assets/css/docs.css?1785828970640 */
/* /local/templates/main/assets/css/recruiting.css?17858289701868 */
/* /local/templates/main/components/bitrix/news.list/photogallery/style.css?17858289701880 */
/* /local/templates/main/components/bitrix/news.list/instructors/style.css?17858289702865 */
/* /local/templates/main/components/bitrix/news.list/video-reviews/style.css?17858289702408 */
/* /local/templates/main/components/bitrix/news.list/faq/style.css?17858289701320 */
/* /local/templates/main/assets/css/consultation.css?17859083212080 */
