/* Menu */
.left-menu li {
    margin-bottom: 16px;
}
@media (max-width: 1024px) {
    .left-menu li {
        margin-bottom: 0;
    }
}
.left-menu li span:first-child {
    color: #5F6566;
    font-size: 0.9em;
}
.left-menu li span:last-child {
    display: block;
    margin-top: 4px;
    font-family: 'Helios';
}
@media (max-width: 1024px) {
    .left-menu li span:last-child {
        margin-top: 8px;
    }
}

/* Banner */
.page-top-right::after {
    display: none;
}
.page-top-right::before {
    bottom: 0;
    background: url('/local/templates/main/img/students/politech-logo.png') center center / cover no-repeat;
    opacity: 1;
}

/* Content */
.narrow-block {
    width: 66%;
}
@media (max-width: 580px) {
    .narrow-block {
        width: 100%;
    }
}

/* Organization of the educational process */
.student-org {
    margin-bottom: 56px;
}
@media (max-width: 580px) {
    .student-org {
        margin-bottom: 24px;
    }
}
.student-org__item {
    padding: 36px;
    background: #F3F4F4;
}
@media (max-width: 1024px) {
    .student-org__item {
        padding: 24px;
    }
}
@media (max-width: 580px) {
    .student-org__item {
        padding: 16px;
    }
}
.student-org__item + .student-org__item {
    margin-top: 28px;
}
@media (max-width: 580px) {
    .student-org__item + .student-org__item {
        margin-top: 16px;
    }
}
.student-org__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.student-org__title {
    font-family: 'HeliosC';
    font-size: 32px;
    font-weight: 700;
}
@media (max-width: 580px) {
    .student-org__title {
        font-size: 24px;
    }
}
.student-org__logo {
    display: flex;
    align-items: center;
    margin-left: 24px;
}
.student-org__logo img + img {
    margin-left: 24px;
}
@media (max-width: 580px) {
    .student-org__logo img {
        height: 40px;
    }
    .student-org__logo img + img {
        margin-left: 12px;
    }
}
.student-org__curses {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 28px 0 16px !important;
}
.student-org__curses li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - (8px * 3)) / 4);
    height: 80px;
    margin: 0;
    padding: 0;
    background: #1D8EA4;
    color: #FFFFFF;
    font-family: 'HeliosC';
    font-size: 18px;
}
@media (max-width: 580px) {
    .student-org__curses li {
        width: calc((100% - 8px) / 2);
        height: 64px;
        margin-bottom: 8px;
    }
    .student-org__curses li:nth-child(1) { order: 1; }
    .student-org__curses li:nth-child(2) { order: 3; }
    .student-org__curses li:nth-child(3) { order: 2; }
    .student-org__curses li:nth-child(4) { order: 4; }
}
.student-org__curses-big li {
    width: calc((100% - 8px) / 2);
}
.student-org__raw {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.student-org__col {
    width: calc((100% - 8px) / 2);
    color: #404040;
}
.student-org__col li {
    font-size: 0.9em;
    font-family: 'HeliosC';
}

/* Cards */
.student-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: -28px 0 56px;
}
@media (max-width: 580px) {
    .student-cards {
        margin: 16px 0 24px;
    }
}
.student-cards__item {
    width: calc((100% - 24px) / 2);
    padding: 24px;
    color: #FFFFFF;
    font-family: 'HeliosC';
}
@media (max-width: 580px) {
    .student-cards__item {
        width: calc((100% - 12px) / 2);
        padding: 16px;
    }
}
@media (max-width: 380px) {
    .student-cards__item {
        width: calc((100% - 8px) / 2);
        padding: 8px;
    }
}
.student-cards__item-green { background: #007C91; }
.student-cards__item-gray { background: #5F6566; }
.student-cards__title {
    font-size: 40px;
    line-height: 120%;
}
@media (max-width: 580px) {
    .student-cards__title {
        font-size: 28px;
    }
}
.student-cards__text {
    margin-top: 8px;
    font-size: 0.9em;
    line-height: 120%;
}

/* Contacts */
.student-contacts__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 24px;
    border: 1px solid #DCDDDD;
}
@media (max-width: 580px) {
    .student-contacts__item {
        padding: 16px;
    }
}
.student-contacts__item + .student-contacts__item {
    margin-top: 24px;
}
@media (max-width: 580px) {
    .student-contacts__item + .student-contacts__item {
        margin-top: 16px;
    }
}
.student-contacts__img {
    flex-shrink: 0;
    width: 147px;
    border-radius: 50%;
}
@media (max-width: 580px) {
    .student-contacts__img {
        width: 100px;
    }
}
.student-contacts__info {
    width: calc(100% - (147px + 48px));
    font-family: 'HeliosC';
    font-size: 24px;
    line-height: 140%;
}
@media (max-width: 580px) {
    .student-contacts__info {
        width: calc(100% - (100px + 24px));
        font-size: 18px;
    }
}
@media (max-width: 580px) {
    .student-contacts__info {
        width: 100%;
        margin-top: 16px;
    }
}
.student-contacts__org {
    color: #5F6566;
    font-weight: 700;
}
.student-contacts__name {
    margin-top: 8px;
    font-size: 32px;
    line-height: 140%;
}
@media (max-width: 580px) {
    .student-contacts__name {
        font-size: 24px;
    }
}
.student-contacts__post {
    margin-top: 8px;
    color: #5F6566;
}
.student-contacts__mail {
    margin-top: 8px;
}

/* Last block */
.last-block * {
    display: none;
}
