

/* Start:/local/templates/aft-edu/components/bitrix/news.detail/hero_banner-main/style.css?16532870532841*/
.hero.hero--main {
    background-color: #fff;
    margin-bottom: 0;
}
.hero--main .hero__item {
    background-color: #fff;
}
.hero--main .hero__title {
    margin-bottom: 8px;
}
.hero--main .hero__text {
    line-height: 1.3;
}
.hero--main .hero__text-wrap {
    margin-bottom: 22px;
}
.hero--main .hero__btn {
    width: 90%;
}
@media (min-width: 768px) {
    .hero--main .hero__item {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 10% 80% 10%;
        grid-template-columns: 10% 80% 10%;
        -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
        min-height: 533px;
        padding-bottom: 0;
    }
    .hero--main .hero__text-wrap {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 3;
        grid-row-end: 4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .hero--main .hero__btn-wrap {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 4;
        grid-row-start: 4;
        -ms-grid-row-span: 2;
        grid-row-end: 6;
        width: 100%;
    }
    .hero--main .hero__img {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 5;
        grid-row-end: 6;
        height: 100%;
        position: static;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
    }
    .hero--main .hero__img img {
        height: 100%;
        -o-object-position: right;
        object-position: right;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }
    .hero--main .hero__title {
        margin-bottom: 27px;
        max-width: 445px;
    }
    .hero--main .hero__text {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.83;
        max-width: 455px;
    }
    .hero--main .hero__btn {
        display: inline-block;
        font-size: 14px;
        max-width: none;
        padding: 15px 50px;
        text-transform: uppercase;
        width: auto;
    }
    .hero--main .hero__btn-wrap {
        margin-bottom: 48px;
    }
}
/* End */


/* Start:/local/templates/aft-edu/components/bitrix/news.list/categories-on-main/style.css?16533803251707*/
.section.categories {
    background-color: #e3e3e3;
    padding: 20px 0;
}
.section__title.categories__title {
    font-size: 17px;
    text-transform: uppercase;
}
.categories__item {
    margin-bottom: 15px;
}
.categories__main {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    margin: 0 5px 0 0;
    text-transform: uppercase;
}
.categories__link {
    border: 1px solid var(--color-hightlight);
    border-radius: 10px;
    color: var(--color-hightlight);
    display: inline-block;
    font-weight: bold;
    padding: 5px;
    margin: 0 4px 5px 0;
    text-transform: uppercase;
}
.categories__list {
    display: inline;
}
.categories__list-item {
    display: inline;
    font-size: 14px;
}
@media (min-width: 768px) {
    .section.categories {
        padding: 45px 0;
    }
    .section__title.categories__title {
        margin-bottom: 36px;
    }
    .categories__nav {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .categories__item {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 0 10px;
    }
    .categories__item:first-child {
        margin-left: 0;
    }
    .categories__item:last-child {
        margin-right: 0;
    }
    .categories__main {
        display: block;
        margin: 0 3px 0 0;
        padding: 14px 0;
    }
    .categories__list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .categories__list-item {
        display: block;
        margin: 0 0 10px 5px;
    }
    .categories__link {
        margin: 0;
        padding: 14px 15px;
    }
}
/* End */


/* Start:/local/templates/aft-edu/components/bitrix/news.list/program_goals/style.css?16506215861742*/
.section.goals {
    margin: 0;
}
.goals .container {
    width: 100%;
}
.goals__item {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: minmax(100px, 1fr);
    margin: 0;
    overflow: hidden;
    width: 100%;
}
.goals__text {
    color: #111c24;
    grid-column: 1/2;
    grid-row: 1/2;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 20px;
}
.goals__text span {
    display: inline-block;
    padding-left: 12px;
    position: relative;
}
.goals__text span::before {
    background-color: var(--color-hightlight);
    content: '';
    height: 87%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
}
.goals__img {
    grid-column: 1/2;
    grid-row: 1/2;
    height: 100%;
    width: 100%;
}
.goals__img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
@media (min-width: 768px) {
    .section.goals {
       margin: 30px 0 100px;
    }
    .goals .container {
        width: 85%;
    }
    .section__title.goals__title {
        font-size: 36px;
        margin-bottom: 55px;
    }
    .goals__list {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .goals__text {
        font-size: 22px;
        line-height: 1.27;
        padding: 30px 20px 35px;
    }
    .goals__item {
        margin-bottom: 31px;
        width: 50%;
    }
    .goals__item--full {
        width: 100%;
    }
    .goals__item--full .goals__text {
        align-self: flex-end;
        width: 45%;
    }
    .goals__item--two-third {
        width: calc(66% - 2px);
    }
    .goals__item--one-third {
        width: calc(33% - 15px);
    }
}
/* End */


/* Start:/local/templates/aft-edu/components/bitrix/news.list/black-block/style.css?16503662461648*/
.section.contains {
    background-color: #06070A;
    color: #fff;
    padding: 30px 0;
}
.section__title.contains__title {
    color: #fff;
}
.contains__img {
    margin: 0 auto 15px;
    max-width: 180px;
    width: 100%;
}
.contains__img img {
    height: auto;
    width: 100%;
}
.contains__text {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.contains__item {
    margin: 0 auto 20px;
}
@media (min-width: 768px) {
    .section.contains {
        background-image: url("/local/templates/aft-edu/images/dark-bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top right;
        margin-bottom: 84px;
        padding: 72px 0 59px;
    }
    .section__title.contains__title {
        font-size: 36px;
    }
    .contains__list {
        display: flex;
        align-self: stretch;
        justify-content: center;
    }
    .contains__item {
        box-sizing: border-box;
        flex: 1 1 0;
        max-width: 20%;
        padding: 50px 20px 40px;
        position: relative;
    }
    .contains__item::after {
        background-image: linear-gradient(to bottom,transparent 0%, #919092 25%, #919092 75%, transparent 100%);
        border-radius: 10%;
        content: '';
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 2px;
    }
    .contains__item:last-child::after {
        display: none;
    }
    .contains__text {
        font-size: 15px;
        letter-spacing: 0.5px;
        line-height: 1.65;
        text-align: left;
        width: 93%;
    }
    .contains__img {
        margin-bottom: 52px;
    }
}
/* End */


/* Start:/local/templates/aft-edu/components/bitrix/news.list/terms/style.css?16503662461171*/
.section.terms {
    margin: 20px 0;
}
.terms__list {
    width: 100%;
}
.terms__item {
    background-color: #e3e3e3;
    box-sizing: border-box;
    margin-bottom: 6px;
    padding: 23px 32px;
    width: 100%;
}
.terms__btn {
    background-color: transparent;
    border: none;
    font-size: 20px;
    margin: 0;
    outline: none;
    padding: 0 30px 0 0;
    position: relative;
    text-align: left;
    width: 100%;
}
.terms__btn::before, .terms__btn::after {
    background-color: var(--color-hightlight);
    content: '';
    height: 2px;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    transition-duration: 0.2s;
    width: 26px;
}
.terms__btn::after {
    transform: rotate(90deg);
}
.terms__item--active .terms__btn::after {
    transform: rotate(0);
}
.terms__text {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    transition-duration: 0.2s;
    width: 100%;
}
.terms__item--active .terms__text {
    opacity: 1;
    padding: 30px 0 0;
}
@media (min-width: 768px) {
    .section.terms {
        margin-bottom: 103px;
    }
    .section__title.terms__title {
        font-size: 36px;
        margin-bottom: 63px;
    }
}
/* End */


/* Start:/local/templates/aft-edu/components/bitrix/news.list/enter-block/style.css?16527052002586*/
.enter__link {
    padding-right: 10px;
    position: relative;
    white-space: nowrap;
}
.enter__link::after {
    border: 1px solid #6d7a83;
    border-bottom: none;
    border-left: none;
    content: '';
    position: absolute;
    right: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
}
.enter__note {
    text-align: center;
}
.list.enter__list {
    display: flex;
    align-self: stretch;
    justify-content: space-between;
    margin: 0 0 30px;
}
.enter__item {
    box-sizing: border-box;
    display: block;
    width: 50%;
}
.enter__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
}
.enter__img {
    display: block;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    width: 100%;
}
.enter__img img {
    display: block;
    height: auto;
    width: 100%;
}
.enter__info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    padding: 10px;
}
.enter__text {
    color: var(--color-text);
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}
.enter__note {
    font-size: 14px;
    margin: 0;
}
.btn.enter__btn {
    font-size: 14px;
    max-width: 160px;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .section.enter {
        margin-bottom: 130px;
    }
    .section__title.terms__title {
        font-size: 36px;
        margin-bottom: 63px;
    }
    .list.enter__list {
        margin-bottom: 60px;
    }
    .enter__item {
        width: 49%;
    }
    .enter__info {
        padding: 45px 20px 75px;
    }
    .enter__text {
        font-size: 36px;
    }
    .btn.enter__btn {
        padding: 15px 10px;
    }
}
/* End */
/* /local/templates/aft-edu/components/bitrix/news.detail/hero_banner-main/style.css?16532870532841 */
/* /local/templates/aft-edu/components/bitrix/news.list/categories-on-main/style.css?16533803251707 */
/* /local/templates/aft-edu/components/bitrix/news.list/program_goals/style.css?16506215861742 */
/* /local/templates/aft-edu/components/bitrix/news.list/black-block/style.css?16503662461648 */
/* /local/templates/aft-edu/components/bitrix/news.list/terms/style.css?16503662461171 */
/* /local/templates/aft-edu/components/bitrix/news.list/enter-block/style.css?16527052002586 */
