

/* Start:/local/templates/main/components/bitrix/news.list/hero-slider/style.css?17858289701508*/
.hero__bg {
    height: 50.8rem;
}

.hero__content-block {
    display: flex;
    flex-direction: column;
    padding: 8rem 0;
    max-width: 52.2rem;
}

.hero__title {
    margin-bottom: 2.4rem;
}

.hero__title span {
    color: var(--primary);
}

.hero__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.2rem;
    margin-top: 3.2rem;
}

.hero-advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
}

.hero-advantage {
    font-size: 1.6rem;
    line-height: 120%;
    padding-left: 1.2rem;
    border-left: 2px solid var(--primary);
}

@media (min-width: 768px) and (max-width: 1280px) {

}

@media (max-width: 767px) {
    .hero__bg {
        height: 24rem;
    }

    .hero__content {
        background: linear-gradient(90deg, #EBEEF1 0%, rgba(235, 238, 241, 0.6875) 61.06%, rgba(235, 238, 241, 0.494318) 85.58%, rgba(235, 238, 241, 0) 100%);
    }

    .hero__content-block {
        max-width: unset;
        padding: 3.2rem 0;
    }

    .hero__title br {
        display: none;
    }

    .hero__actions {
        flex-direction: column;
        margin-top: 2.4rem;
    }

    .hero__actions .btn {
        width: 100%;
    }

    .hero-advantages {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-advantage:last-child {
        grid-column: -1 / 1;
    }

    .hero-advantage:last-child br {
        display: none;
    }
}
/* End */


/* Start:/local/components/ntu/directions/templates/.default/style.css?1785828970725*/
.directions-cards {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1.2rem;
}
.directions-card {
    padding: 1.2rem 1.6rem;
    background-color: var(--grey);
    font-size: 1.6rem;
    line-height: 120%;
    border-radius: .5rem;
    align-content: center;
}
.directions-card sup {
    color: var(--primary);
    font-size: 1rem;
    margin-left: .1rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .directions-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .directions-cards {
        grid-template-columns: repeat(1, 1fr);
        gap: .8rem;
    }
    .directions-card {
        min-height: 5.1rem;
    }
}
/* End */


/* Start:/local/templates/main/assets/css/facts.css?17858289703108*/
.facts__content {
    display: flex;
    flex-direction: column;
    background-color: var(--grey);
    padding: 1.6rem 3.2rem 2rem 3.2rem;
    border-radius: .8rem;
    gap: 4rem;
    margin-bottom: 3.2rem;
}
.facts__top {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 5.6rem;
}

.facts__bottom {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.facts__stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 6rem;
}
.facts__stat-item {
    display: flex;
    flex-direction: column;
}
.facts__stat-number {
    font-weight: 400;
    font-size: 5rem;
    line-height: 120%;
    letter-spacing: var(--ls-02);
    color: var(--primary);
}
.facts__stat-text {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 120%;
}

.facts__bottom-title {
    font-size: 1.8rem;
    line-height: 120%;
}
.facts__bottom-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 5.6rem;
}
.facts__list-item {
    color: var(--grey4);
}
.facts__text {
    color: var(--grey4);
}
.facts__advantages {
    display: flex;
    align-items: center;
}
.facts__advantages-item {
    color: var(--grey4);
}
.list.facts__advantages-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.facts__gallery {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
}
.facts__gallery-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.facts__gallery-item {
    position: relative;
}
.facts__gallery-image {
    overflow: hidden;
    border-radius: .8rem;
}
.facts__gallery-image img{
    object-fit: cover;
    border-radius: .8rem;
}
.facts__gallery-badge {
    left: 0;
    bottom: 0;
}
@media (max-width: 1280px) {
    .facts__top {
        grid-template-columns: repeat(1, 1fr);
    }
    .facts__bottom-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (min-width: 768px) and (max-width: 1280px) {
    .facts__stats {
        grid-template-columns: repeat(3, 1fr);
    }
    .list.facts__advantages-list {
        width: 100%;
    }
    .facts__top {
        gap: 2.4rem;
    }
    .facts__bottom-wrapper {
        gap: 2.4rem;
    }
}

@media (max-width: 767px) {
    .facts__content {
        padding: 1.6rem;
        gap: 3.2rem;
        margin-bottom: 2.4rem;
    }
    .facts__top {
        gap: 2.4rem;
    }
    .facts__stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }
    .facts__stat-number {
        font-size: 4rem;
    }
    .list.facts__advantages-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .facts__bottom {
        gap: 2.4rem;
    }
    .facts__gallery {
        grid-template-columns: repeat(1, 1fr);
    }
    .facts__gallery-image {
        height: 34rem;
    }
    .facts__gallery-badge {
        text-align: center;
    }
    .facts__bottom-wrapper {
        gap: 2rem;
    }

}




























/* 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/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/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/news-block/style.css?17858289701788*/
.news__wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
}
.news__about {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.news__about-title {
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 120%;
}
.news__about-text {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.news__block {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.news__block-title {
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 120%;
}
.news__block-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.news__list {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.news__item {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}
.news__item:not(:last-child) {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--grey3);
}
.news__item-image {
    width: 15.1rem;
    height: 10.1rem;
    flex: 0 0 auto;
}
.news__item-image img {
    object-fit: cover;
}
.news__item-content {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    flex: 1;
}
.news__item-date {
    font-size: 1.4rem;
    line-height: 115%;
    color: var(--grey4);
    padding-left: 1rem;
    border-left: 1px solid var(--primary);
}
.news__item-text {
    font-size: 1.6rem;
    line-height: 120%;
}

@media (min-width: 768px) and (max-width: 1280px) {

}

@media (max-width: 767px) {
    .news__wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 2.4rem;
    }
    .news__item {
        flex-direction: column;
    }
    .news__item-image {
        width: 100%;
        height: 23rem;
    }
}
/* 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.list/hero-slider/style.css?17858289701508 */
/* /local/components/ntu/directions/templates/.default/style.css?1785828970725 */
/* /local/templates/main/assets/css/facts.css?17858289703108 */
/* /local/templates/main/assets/css/docs.css?1785828970640 */
/* /local/templates/main/assets/css/recruiting.css?17858289701868 */
/* /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/instructors/style.css?17858289702865 */
/* /local/templates/main/components/bitrix/news.list/news-block/style.css?17858289701788 */
/* /local/templates/main/assets/css/program-selection.css?17859060362919 */
/* /local/templates/main/assets/css/consultation.css?17859083212080 */
