

/* 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/components/bitrix/news.list/services-cols/style.css?17858289705826*/
.department__top {
    margin-bottom: 8rem;
}

.department__wrapper {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.department__left {
    width: 30.5rem;
}

.department__right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 1;
}

.department__head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.department__search {
    width: 83.7rem;
}

.department__view {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.department__view-label {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 120%;
    text-align: right;
    color: #1D2029;
}

.department__view-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
}

.department__view-btn {
    width: 2.4rem;
    height: 2.4rem;
    flex: 0 0 auto;
    overflow: hidden;
}

.department__view-btn svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.department__view-btn.active {
    background-color: #0088CC;
    border-radius: .5rem;
}

.department__view-btn.active svg path {
    fill: #fff;
}
.department__items {
    display: grid;
    gap: 1.2rem;
}
.department__items.card {
    grid-template-columns: repeat(2,1fr);
}
.department__items.list {
    grid-template-columns: repeat(1,1fr);
}
.department__items .department__item {
    display: flex;
    border-radius: .6rem;
    padding: 1.6rem;
    gap: 2rem;
    background-color: #F8F8F8;
}
.department__items.card .department__item {
    flex-direction: column;
}
.department__items.list .department__item {
    flex-direction: row;
}

.department__items.card .department__item-head {
    min-height: 6.6rem;
}
.department__items.list .department__item-head {
    width: 30.7rem;
}
.department__item-title {
    font-size: 1.8rem;
    line-height: 120%;
}


.department__items .department__item-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.department__items.card .department__item-col {}
.department__items.list .department__item-col {
    flex: 1;
}

.department__item-options {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.2rem;
}
.department__item-prices {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.6rem;
}
.department__item-option {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}
.department__item-label {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 115%;
    color: #7E828F;
}
.department__item-text {
    font-size: 1.6rem;
    line-height: 120%;
    font-weight: 400;
    color: #1D2029;
}
.department__item-text--primary {
    color: var(--primary);
}
.department__item-footer {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: auto;
}
.department__item-btns {
    display: flex;
    flex-direction: row;
    gap: 1.6rem;
}
@media (min-width: 1281px) {
    .department__item-btn {
        flex: 1;
    }
}



@media (max-width: 1280px){
    .department__wrapper,
    .department__right,
    .department__head {
        gap: 1.6rem;
    }
    .department__items .department__item {
        gap: 1.6rem;
        padding: 1.2rem;
    }
    .btn.department__item-btn {
        width: 100%;
    }
    .department__items.list .department__item {
        flex-direction: column;
    }
    .department__items.card .department__item-head {
        margin-bottom: auto;
    }
}
@media (min-width: 768px) and (max-width: 1280px){
    .department__top {
        margin-bottom: 6rem;
    }
    .department__left {
        width: 22rem;
    }
    .department__item-prices {
        grid-template-columns: repeat(1,1fr);
        gap: 1.2rem;
    }
    .department__item-options {
        grid-template-columns: repeat(1,1fr);
        gap: .6rem;
    }
    .department__item-btns {
        flex-direction: column;
    }
}
@media (max-width: 767px){
    .department__top {
        margin-bottom: 4rem;
    }
    .department__left {
        width: auto;
        display: none;
    }
    .department__right {
        width: 100%;
    }
    .department__head {
        flex-direction: column;
        align-items: baseline;
    }
    .department__view {
        display: none;
    }
    .department__items.card {
        grid-template-columns: repeat(1, 1fr);
    }
}

.cat-desc-new {
    margin: 30px 0;
    font-size: 1.6rem;
    line-height: 32px;
    color: #242424;
}

.cat-desc-new hr {
    margin: 0 0 30px;
    border: 0;
    border-top: 1px solid #d9d9d9;
}

.cat-desc-new p {
    margin: 0 0 20px;
}

.cat-desc-new h2,
.cat-desc-new h3,
.cat-desc-new h4 {
    margin: 60px 0 20px;
    font-size: 2.8rem;
    line-height: 28px;
    color: #1d1d1d;
}

.cat-desc-new p + h2,
.cat-desc-new p + h3,
.cat-desc-new p + h4,
.cat-desc-new ul + h2,
.cat-desc-new ul + h3,
.cat-desc-new ul + h4,
.cat-desc-new ol + h2,
.cat-desc-new ol + h3,
.cat-desc-new ol + h4 {
    margin-top: 60px;
}

.cat-desc-new ul,
.cat-desc-new ol {
    margin: 0 0 25px;
    padding-left: 30px;
}

.cat-desc-new ul {
    list-style: disc;
}

.cat-desc-new ol {
    list-style: decimal;
}

.cat-desc-new li {
    margin-bottom: 10px;
    line-height: 32px;
}

.cat-desc-new li:last-child {
    margin-bottom: 0;
}

.cat-desc-new li p {
    margin: 0;
}

.cat-desc-new .bold,
.cat-desc-new strong,
.cat-desc-new b {
    font-weight: 700;
}

.cat-desc-new h2:empty,
.cat-desc-new h3:empty,
.cat-desc-new h4:empty,
.cat-desc-new p:empty {
    display: none;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/department-sidemenu/style.css?17858289701592*/
.department-sidemenu__nav {
    border-top: 1px solid #e5e8ec;
}

.department-sidemenu__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 4rem;
    padding: 1.2rem 1.5rem;
    color: #3d4658;
    font-size: 1.4rem;
    line-height: 115%;
    text-decoration: none;
    border-bottom: 1px solid #EBEEF1;
    box-sizing: border-box;
    transition: all .3s ease;
}
.department-sidemenu__item span {
    transition: all .3s ease;
}
.department-sidemenu__item:hover {
    color: #0088CC;
    text-decoration: none;
}
.department-sidemenu__item:hover span{
    color: #0088CC;
    text-decoration: none;
}
.department-sidemenu__item_active {
    min-height: 58px;
    color: #fff;
    background: #0088CC;
}

.department-sidemenu__item_active:hover {
    color: #fff;
}
.department-sidemenu__item_active .department-sidemenu__text{
    color: #fff;
}

.department-sidemenu__text {
    display: block;
}

.department-sidemenu__arrow {
    flex: 0 0 auto;
    margin-left: .5rem;
    color: #0088CC;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 300;
}
.department-sidemenu__arrow svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.department-sidemenu__title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 1.2rem;
}
@media (max-width: 1280px){
    .department-sidemenu__item {
        padding: .6rem 1rem;
    }
}
@media (min-width: 768px) and (max-width: 1280px){

}
@media (max-width: 767px){

}
/* End */


/* Start:/local/templates/main/assets/css/what-documents.css?17858289701191*/
.what-documents__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 3.2rem;
}
.what-documents__item {
    display: flex;
    flex-direction: column;
    height: 17.9rem;
    border-radius: .6rem;
    padding: 1.6rem;
    background-color: var(--grey);
}
.what-documents__item-ico {
    width: 5rem;
    height: 5rem;
    flex: 0 0 auto;
    margin-bottom: auto;
}
.what-documents__item-ico svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.what-documents__item-title {
    font-weight: 500;
}
.what-documents__item-text {
    line-height: 115%;
    font-size: 1.4rem;
    color: #7E828F;
    margin-top: .5rem;
}
@media (min-width: 768px) and (max-width: 1280px) {

}

@media (max-width: 767px) {
    .what-documents__items {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.2rem;
        margin-bottom: 2.4rem;
    }
    .what-documents__item {
        height: auto;
        min-height: 13.4rem;
    }
    .what-documents__item-ico {
        width: 4rem;
        height: 4rem;
    }
    .what-documents__item-title br {
        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/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/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/education.css?17858289701356*/
.education__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    margin-bottom: 3.2rem;
}
.education__item {
    display: flex;
    flex-direction: column;
    height: 17.9rem;
    border-radius: .6rem;
    padding: 1.6rem;
    gap: 1.6rem;
    background-color: var(--grey);
}
.education__item-ico {
    width: 5rem;
    height: 5rem;
    flex: 0 0 auto;
    margin-bottom: auto;
}
.education__item-ico svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.education__item-title {
    font-weight: 500;
}
@media (max-width: 1280px) {

}
@media (min-width: 768px) and (max-width: 1280px) {
    .education__items {
        grid-template-columns: repeat(2, 1fr);
    }
    .education__item:last-child {
        grid-column: -1/1;
    }
    .education__item {
        height: auto;
    }
    .education__item .education__item-title br {
        display: none;
    }
}

@media (max-width: 767px) {
    .education__items {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.2rem;
        margin-bottom: 2.4rem;
    }
    .education__item {
        height: auto;
        min-height: 13.4rem;
    }
    .education__item-ico {
        width: 4rem;
        height: 4rem;
    }
    .education__item-title br {
        display: none;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/partners-slider/style.css?1785828970219*/
.partners {
    padding: 4rem 0;
}
.partners-slider {
    overflow: hidden;
}
.partners-slider__item {
    height: 12rem !important;
    width: auto;
}
.partners-slider__item img {
    object-fit: contain;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/reviews-slider/style.css?1785828970666*/
.reviews {
	padding: 4rem 0;
}
.reviews-slider {
	overflow: hidden;
}
.reviews-slider__content {
	display: flex;
	flex-direction: column;
	margin-top: 1.2rem;
}
.reviews-slider__title{
	font-size: 1.8rem;
	color: var(--primary);
	line-height: 120%;
	margin-bottom: .8rem;
}
.reviews-slider__text{
	font-size: 1.6rem;
	line-height: 120%;
	margin-bottom: 1.2rem;
}
.reviews-slider__date{
	font-size: 1.4rem;
	line-height: 115%;
	color: var(--darkgrey);
}
.reviews-slider__item {
	height: auto !important;
}
.reviews-slider__image {
	width: auto;
	height: 44.4rem;
	display: block;
	border: 1px solid var(--grey2);
}
.reviews-slider__image img {
	object-fit: contain;
}
/* 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/program-selection.css?17859060362919*/
.program-selection {
}
.program-selection .container {
    height: 100%;
}
.program-selection__wrapper {
    background-color: var(--white);
    box-shadow: 0px 0px 9px 0px #00000040;
    height: 50rem;
    overflow: hidden;
    border-radius: .8rem;
}
.program-selection__form {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.program-selection__head {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    padding: 3.2rem 3.2rem 2.4rem;
}
.program-selection__bar {
    background-color: var(--grey3);
    width: 100%;
    height: 2px;
}
.program-selection__title {
    font-size: 2.8rem;
    line-height: 120%;
    color: #333;
    font-weight: 500;
}
.program-selection__subtitle {
    font-size: 1.6rem;
    line-height: 120%;
    color: #333;
}
.program-selection__body {
    padding: 1.8rem 3.2rem 0;
}
.program-selection__question {
    font-size: 1.8rem;
    line-height: 120%;
    margin-bottom: 1.6rem;
}
.program-selection__answers {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.6rem;
}
.program-selection__answer {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    background-color: var(--grey);
    padding: 1.2rem 1.6rem;
    border-radius: .8rem;
}
.program-selection__footer {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.6rem;
    padding: 3.2rem 3.2rem;
    margin-top: auto;
}
.program-selection__count {
    display: flex;
    flex-direction: row;
    font-size: 1.8rem;
    line-height: 120%;
    gap: .1rem;
    color: var(--grey4);
}
.program-selection__count span {
    font-size: 1.8rem;
    line-height: 120%;
    color: var(--grey4);
}
.program-selection__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
}
.program-selection__step {
    display: none;
}

.program-selection__step.active {
    display: block;
}

@media (min-width: 768px) and (max-width: 1280px) {

}

@media (max-width: 767px) {
    .program-selection__answers {
        grid-template-columns: repeat(1, 1fr);
        gap: 1.2rem;
    }
    .program-selection__head {
        padding: 1.6rem;
    }
    .program-selection__body {
        padding: 1.6rem 1.6rem 0;
    }
    .program-selection__footer {
        padding: 1.6rem;
        flex-direction: column;
        align-items: flex-start;
    }
}
.program-selection__answers--contacts {
    grid-template-columns: 1fr;
    max-width: 40rem;
}
.program-selection__answer--field {
    gap: .8rem;
}
.program-selection__answer--field .input {
    width: 100%;
}
.input--error {
    border: 1px solid #e53935 !important;
}
.program-selection__error {
    color: #e53935;
    font-size: 1.4rem;
    margin-top: .4rem;
    min-height: 1.6rem;
}
/* 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/components/bitrix/news.list/services-cols/style.css?17858289705826 */
/* /local/templates/main/components/bitrix/news.list/department-sidemenu/style.css?17858289701592 */
/* /local/templates/main/assets/css/what-documents.css?17858289701191 */
/* /local/templates/main/assets/css/complete_docs.css?17885201411902 */
/* /local/templates/main/assets/css/recruiting.css?17858289701868 */
/* /local/templates/main/assets/css/docs.css?1785828970640 */
/* /local/templates/main/assets/css/education.css?17858289701356 */
/* /local/templates/main/components/bitrix/news.list/partners-slider/style.css?1785828970219 */
/* /local/templates/main/components/bitrix/news.list/reviews-slider/style.css?1785828970666 */
/* /local/templates/main/components/bitrix/news.list/faq/style.css?17858289701320 */
/* /local/templates/main/assets/css/program-selection.css?17859060362919 */
/* /local/templates/main/assets/css/consultation.css?17859083212080 */
