@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap");

body {
    margin: 0;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.container {
    max-width: 75.375rem;
    width: 92%;
    margin: auto;
}

.container--fullwidth {
    width: 100%;
    max-width: unset;
}

.container-slim {
    max-width: 1037px;
    width: 90%;
    margin: auto;
}

.container-wide {
    max-width: 1999px;
    margin: auto;
}

.blocks3 {
    max-width: 75.375rem;
    margin-top: 40px;
}

.container-full {
    margin: auto;
}

body {
    font-weight: lighter;
    font-family: "Inter", sans-serif;
    color: #000000;
}

a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

h1, h2 {
    font-size: 3rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.063rem;
    line-height: 3rem;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

h3 {
    font-size: 1.75rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.051rem;
    line-height: 3rem;
    text-align: left;
    color: #000000;
    margin: 0 0 20px 0;
}

p {
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.813rem;
    margin: 0;
}

h1.subpage {
    font-size: 2.625rem;
    font-weight: 400;
    letter-spacing: 0.055rem;
    line-height: 3rem;
    margin: 0 0 15px 0;
    color: #000000;
    text-align: left;
}

h2.subpage {
    color: #840B49;
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: 0.094rem;
    line-height: 3rem;
    margin: 0 0 15px 0;
    text-align: left;
}

h3.subpage {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: 0.078rem;
    line-height: 3rem;
    margin: 0 0 30px 0;
    text-align: left;
}

p.subpage {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.813rem;
    margin: 0 0 15px 0;
}

p.subpage--big {
    font-size: 1.375rem;
    line-height: 2.25rem;
}

p.subpage--heavy {
    font-weight: 600;
    letter-spacing: 0.094rem;
    line-height: 1.625rem;
}

p.subpage--small {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.094rem;
    line-height: 1.625rem;
}

li {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.094rem;
    line-height: 1.75rem;
}

.button {
    display: block;
    box-sizing: border-box;
    padding: 21px 15px;
    text-transform: uppercase;
    background-color: #ffffff;
    position: relative;
}

.button:hover {
    background-color: #000000;
    color: #ffffff;
}

.button:hover::after {
    filter: invert(100%);
}

.button:hover::before {
    filter: invert(100%);
}

.button--hero {
    background-color: #840B49;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.121rem;
    padding: 16px 77px 16px 20px;
    color: #ffffff;
    position: relative;
    width: fit-content;
    margin: auto;
}

.button--hero:after {
    position: absolute;
    content: url("../files/images/template/icons/button-hero.svg");
    right: 15px;
    top: 16px;
}

.button--hero:hover:after {
    filter: unset;
}

.button--signpost {
    border: 0.063rem #000000 solid;
    padding-right: 100px;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.121rem;
    position: relative;
    margin: 20px 0 0 0;
}

.button--signpost:after {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.button--subpage {
    max-width: fit-content;
    padding: 21px 15px;
}

.button--arrow {
    padding: 21px 77px 21px 21px;
    position: relative;
}

.button--arrow:after {
    position: absolute;
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    top: 20px;
    right: 25px;
    transform: rotate(-45deg);
}

.button--materials:after {
    content: url("../files/images/template/icons/button-materials.svg");
}

.button--mechanics:after {
    content: url("../files/images/template/icons/button-mechanics.svg");
}

.button--construction:after {
    content: url("../files/images/template/icons/button-construction.svg");
}

.button--technologies:after {
    content: url("../files/images/template/icons/button-technologies.svg");
}

.button--contacts {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.094rem;
    padding: 18px 30px 18px 20px;
    position: relative;
    width: 80%;
}

.button--contacts:before {
/ / content: url("../files/images/template/icons/tel-logo-big.svg");
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translatey(-50%);
}

.button--contacts:after {
    content: "";
    width: 15px;
    height: 15px;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

@media only screen and (max-width: 480px) {
    .button--hero {
        padding: 16px 20px;
        text-align: center;
    }

    .button--hero:after {
        display: none;
    }
}

.arrow:after {
    position: absolute;
    content: "";
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    top: 6px;
    right: 5px;
    transform: rotate(-45deg);
    transition: right 0.2s linear;
}

.arrow:hover:after {
    right: 0;
    transition: right 0.2s linear;
}

.harmonica-trigger {
    cursor: pointer;
    position: relative;
}

.harmonica-trigger:after {
    transition: transform 0.2s linear;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 30px;
    height: 20px;
    background: url("../files/images/template/icons/arrow-black.svg") no-repeat center/contain;
}

.harmonica-trigger.is-active:after {
    transform: translateY(-50%) rotate(180deg);
}

.harmonica-target {
    height: 0;
    transition: height 0.3s linear;
    overflow: hidden;
}

.news-teaser {
    display: grid;
/ / grid-template-columns: 100 px auto;
    padding: 25px 0;
    border-bottom: 1px solid #888B95;
}

.news-teaser:hover .news-teaser__right p {
    text-decoration: underline;
    color: #840B49;
}

.news-teaser--first {
    border-top: 1px solid #888B95;
    margin-top: 15px;
}

.news-teaser__left {
/ / text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-teaser__left p:first-of-type {
    color: #840B49;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.047rem;
}

.news-teaser__left p:nth-of-type(2) {
    font-size: 1.5rem;
    letter-spacing: 0.047rem;
}

.news-teaser__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-teaser__right p:first-of-type {
    color: #1e1e1e;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.066rem;
    line-height: 2.375rem;
}

.news-teaser__right p:nth-of-type(2) {
    line-height: 2rem;
}

.calendar-teaser {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: #840B49 1px solid;
    display: block;
}

.calendar-teaser p:first-of-type {
    font-size: 1.5rem;
    font-weight: 400;
}

.calendar-teaser p:nth-of-type(2) {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.094rem;
}

a.calendar-teaser:hover p {
    text-decoration: underline;
    color: #840B49;
}

.search-box {
    display: none;
    padding: 30px 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
}

.search-box .container-wide {
    position: relative;
    display: block;
}

.search-box form {
    display: grid;
    margin: auto;
    grid-template-columns: 1fr 40px;
    max-width: 530px;
    width: 100%;
}

.search-box .search-box__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    background: url("../files/images/template/icons/x.svg") no-repeat center/cover;
    cursor: pointer;
}

.search-box label {
    grid-column: 1/3;
    display: block;
    color: #000000;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.search-box input[type=text] {
    box-sizing: border-box;
    padding: 10px;
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid black;
}

.search-box input[type=submit] {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid black;
    background: url("../files/images/template/icons/search.svg") no-repeat center/cover;
    font-size: 0;
    height: 100%;
    cursor: pointer;
}

.search-box.is-active {
    display: initial;
}

@media only screen and (max-width: 950px) {
    .search-box .search-box__close {
        top: -15px;
        right: 9px;
    }
}

.placeholder-header {
    height: 120px;
}

.header {
    box-shadow: none;
    transition: box-shadow 0.1s linear;
    background: white;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    z-index: 100000;
    border-bottom: 6px solid #888B95;
}

.header .container-wide {
    max-width: 1534px;
    width: 92%;
    display: grid;
    grid-template-rows: auto 1fr;
    align-items: center;
}

.header .header__top {
    display: flex;
    justify-content: space-between;
    transition: height 0.2s linear, padding-top 0.2s linear;
    overflow: hidden;
}

.header .header__top .header__socials {
    align-self: flex-end;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header__top .header__socials a {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #888B95;
    margin-left: 5px;
}

.header .header__top .header__socials a:hover {
    background: #840B49;
}

.header .header__top .header__socials img {
    width: 20px;
    height: 20px;
}

.header .header__top .header__socials-language {
    color: white;
}

.header .header__top .header__socials-rss {
    color: white;
    font-size: 0.8em;
}

.header .header__logo img {
    display: table;
}

.header .header__mobile-btn, .header .header__submenu-mobile-btn {
    display: none;
}

.header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header ul > li {
    padding-bottom: 7px;
    margin-bottom: -7px;
}

.header ul > li > a {
    display: block;
    color: #000000;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.125rem;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    padding: 20px 0 27px;
    margin-bottom: -7px;
}

.header ul > li > a:hover {
    color: #840B49;
}

.header ul > li > a:after {
    content: "";
    display: block;
    height: 3px;
    width: 0;
    transition: width 0.2s linear;
    background: #840B49;
    bottom: 24px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1px;
}

.header ul > li > a:hover:after {
    width: calc(100% + 30px);
}

.header .header__submenu {
    display: none;
    padding: 30px 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
}

.header .header__submenu .container-wide {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 20px;
    grid-template-columns: auto;
    grid-template-rows: auto;
    align-items: start;
}

.header .header__submenu .header__submenu-section-h {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.094rem;
    text-transform: uppercase;
    margin: 0 0 15px;
    display: inline-block;
}

.header .header__submenu .header__submenu-section-h:hover {

}

.header .header__submenu ul {
    flex-direction: column;
    align-items: flex-start;
}

.header .header__submenu ul li {
    padding-bottom: 0;
    margin-bottom: 0;
}

.header .header__submenu ul a {
    padding: 0;
    font-size: 0.875rem;
    letter-spacing: 0.094rem;
    text-transform: unset;
    margin: 0 0 15px;
}

.header .header__submenu ul a:after {
    content: none;
}

.header .header__submenu ul a:hover, .header .header__submenu ul a.is-active {
    color: #000000;
    text-decoration: underline;
}

.header ul > li.is-active .header__submenu {
    display: block;
}

.header ul > li.is-active .header__submenu-mobile-btn {
    transform: rotate(180deg);
}

.header--shadow {
    box-shadow: 0 6px 45px -16px rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 950px) {
    .placeholder-header {
        height: 50px;
    }

    .header .header__mobile-btn {
        display: initial;
        padding: 20px 0;
    }

    .header .header__mobile-btn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .header .header__mobile-btn div {
        cursor: pointer;
        width: 30px;
        height: 30px;
        background: url("../files/images/template/icons/hamburger.svg") no-repeat center/contain;
    }

    .header .header__mobile-btn.is-active div {
        background: url("../files/images/template/icons/x.svg") no-repeat center/contain;
    }

    .header .header__submenu-mobile-btn {
        display: block;
        height: 20px;
        width: 30px;
        background: url("../files/images/template/icons/arrow-black.svg") no-repeat center/contain;
        position: absolute;
        top: 3px;
        right: 0;
    }

    .header .header__menu {
        display: none;
        position: absolute;
        padding: 10px 0;
        top: 100%;
        background: white;
        left: 0;
        width: 100%;
        max-height: 80vh;
        overflow: auto;
        border-bottom: 3px solid #888B95;
    }

    .header .header__menu.is-active {
        display: block;
    }

    .header .header__menu > ul {
        flex-direction: column;
        align-items: flex-start;
        width: 90%;
        margin: auto;
    }

    .header .header__menu > ul > li {
        width: 100%;
        margin: 0 0 10px;
        padding: 0;
        position: relative;
    }

    .header .header__menu > ul > li > a {
        margin: 0;
        padding: 0;
        width: calc(100% - 60px);
    }

    .header .header__menu > ul > li > a:after {
        content: none;
    }

    .header .header__submenu {
        position: static;
        padding: 10px 0 0;
    }

    .header .header__submenu .container-wide {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: unset;
        width: 100%;
    }
}

.footer {
    background-color: #888B95;
    padding: 38px 0 22px;
}

.footer .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer p {
    font-size: 0.875rem;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 10px;
}

.footer-left {
    padding: 0 0 26px;
}

.footer-left img {
    margin-bottom: 37px;
}

.footer-left a {
    display: block;
    color: #ffffff;
    padding-left: 24px;
    position: relative;
    font-size: 0.875rem;
    letter-spacing: 0.094rem;
}

.footer-left a:before {
    position: absolute;
    left: 0;
}

.footer-left .footer-left_tel {
    margin-bottom: 10px;
}

.footer-left .footer-left_tel:before {
    content: url("../files/images/template/icons/tel-logo.svg");
}

.footer-left .footer-left_mail:before {
    content: url("../files/images/template/icons/mail-logo.svg");
}

.footer-right {
    text-align: right;
    padding: 0 0 26px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.footer-right p {
    text-transform: uppercase;
    margin: 0 0 13px;
    font-weight: 700;
}

.footer-right .footer-right_socials {
    margin: 0 0 57px;
}

.footer-right .footer-right_socials a:nth-of-type(2) {
/ / margin: 0 18 px 0;
}

.footer-right .footer-right_language {
    color: #ffffff;
    padding: 0 25px 0 0;
    position: relative;
    width: fit-content;
    align-self: end;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.094rem;
}

.footer-right .footer-right_language:after {
    display: block;
    content: url("../files/images/template/icons/arrow-white.svg");
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s linear;
}

.footer-right .footer-right_language:hover:after, .footer-right .footer-right_language:active:after {
    transform: rotate(180deg);
    transition: all 0.2s linear;
}

.footer-bottom {
    padding: 22px 0 0;
    border-top: 0.063rem solid #ffffff;
    grid-column: 1/3;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-bottom p {
    font-size: 0.75rem;
}

@media only screen and (max-width: 480px) {
    .footer .container {
        grid-template-columns: 1fr;
    }

    .footer-right {
        text-align: left;
    }

    .footer-right .footer-right_language {
        align-self: unset;
    }

    .footer-bottom {
        grid-column: unset;
    }
}

.article__links {
    margin-bottom: 33px;
    margin-top: 17px;
}

.article__links a {
    margin-right: 39px;
}

.subpage__link {
    color: #840B49;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.094rem;
    position: relative;
}

.subpage__link:before {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #840B49;
    border-bottom: 2px solid #840B49;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.subpage__link:after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    transition: width 0.2s linear;
    background: #840B49;
    bottom: -7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1px;
}

.subpage__link:hover:after {
    width: calc(100% + 15px);
}

.subpage__link:last-child:before {
    content: none;
}

.article__dates {
    display: flex;
}

.article__dates p {
    margin: -5px 30px 0 0;
    color: #840B49;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.047rem;
}

.article__dates p span {
    font-weight: 400;
    color: #000000;
}

.subpage__link--p {
    color: #840B49;
    position: relative;
}

.subpage__link--p:after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
    transition: width 0.2s linear;
    background: #840B49;
    bottom: -3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1px;
}

.subpage__link--p:hover:after {
    width: calc(100% + 10px);
}

.article__block {
    padding: 21px 22px;
    background-color: #C5C8D2;
    margin-bottom: 20px;
}

.article__block.harmonica-trigger {
    padding: 21px 50px 21px 22px;
}

.article__block--lighter {
    background-color: #f6f9fb;
}

.article__block--lighter img {
    max-width: 500px;
}

.signpost {
    margin: -50px 0;
}

.signpost .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
    .signpost {
        background-color: #C5C8D2;
    }

    .signpost .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media only screen and (max-width: 650px) {
    .signpost .container {
        grid-template-columns: 1fr;
    }
}

.banner .container {
    display: grid;
    grid-template-columns: auto 291px;
    position: relative;
    overflow: hidden;
}

.banner .container:after {
    display: block;
    position: absolute;
    content: url("../files/images/template/banner-overlay.png");
    left: 0;
    bottom: -5px;
    right: 0;
}

.banner h2 {
    font-size: 2.125rem;
    font-weight: 700;
    letter-spacing: 0.094rem;
    line-height: 3rem;
}

.banner .button {
    background-color: unset;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.banner .button:hover {
    background-color: #ffffff;
    color: #000000;
}

.banner__content {
    padding: 25px 18px;
    z-index: 100;
    background-color: rgba(68, 82, 90, 0.5);
    display: grid;
    justify-items: center;
    align-content: center;
}

.banner--1 .container {
    background-image: url("../files/images/template/banner-1.png");
}

.hero--2000 .container-wide {
    max-width: 2000px;
}

.hero-slider {
    position: relative;
    height: 42rem;
    background-position: center;
    background-size: cover;
}

.hero-slider img {
    display: block;
}

.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slider__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-slider__content {
    position: absolute;
    bottom: 18.6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 100%;
}

.hero-slider__content h1, .hero-slider__content h3 {
    text-shadow: 3px 3px 5px #000;
}

.hero-slider__content h3 {
    color: #ffffff;
    text-align: center;
}

.hero-slider--1 {
/ / background-image: url("../files/images/template/hero-hp.png");
}

.hero-slider--2 {
/ / background-image: url("../files/images/template/subpage-hero.png");
}

.hero-slider--subpage {
    max-height: 450px;
    margin-bottom: 17px;
}

.hero-slider--subpage img {
    display: none;
}

.slick-slider-box {
    display: none;
}

.slick-slider-box.slick-initialized {
    display: block;
}

.slick-slider-box.slick-initialized + .slick-slider-box-placeholder {
    display: none;
}

.highlights {
    padding: 64px 0 4px;
}

.highlights .container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
}

.highlights__contacts p {
    margin-bottom: 8px;
}

.highlights__contacts .button--contacts {
    margin-top: 30px;
}

.highlights__notice {
/ / padding-left: 51 px;
    position: relative;
}

.highlights__notice p {
    margin: 0px 0px 10px 0px;
}

.highlights__notice h3:before {
/ / content: url("../files/images/template/icons/eye-of-a-tiger.svg");
    position: absolute;
    left: 0;
}

.highlights__link {
    height: 14rem;
    max-width: 18rem;
/ / background-image: url("../files/images/template/student.png");
    align-self: center;
    position: relative;
    padding: 13px;
    display: grid;
    align-items: end;
    overflow: hidden;
}

.highlights__link:after {
    content: url("../files/images/template/overlay-sml.png");
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    display: block;
}

.highlights__link p {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.094rem;
    color: #ffffff;
    z-index: 100;
    position: relative;
    line-height: unset;
    padding: 6px;
}

.highlights__link p span {
    font-size: 1.275rem;
    font-weight: 500;
    font-style: normal;
}

.highlights__link:hover p:after {
    right: 5px;
    transition: right 0.2s linear;
}

@media only screen and (max-width: 1080px) {
    .highlights .container {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 760px) {
    .highlights .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .highlights__contacts .button {
        width: fit-content;
    }

    .highlights__notice {
        padding-left: unset;
    }

    .highlights__notice h3:before {
        display: none;
    }

    .highlights__notice h3:after {
        content: url("../files/images/template/icons/eye-of-a-tiger.svg");
        margin-left: 20px;
    }
}

.quick-link {
    background-color: #888B95;
    padding: 42px 0;
}

.quick-link .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}

.quick-link a {
    color: #ffffff;
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: 0.094rem;
    line-height: 3rem;
    padding: 0 55px 0 50px;
    position: relative;
    max-width: 400px;
}

.quick-link a:before {
    position: absolute;
    left: 0;
    top: 3px;
}

.quick-link__uni:before {
/ / content: url("../files/images/template/icons/uni.svg");
}

.quick-link__review:before {
/ / content: url("../files/images/template/icons/review.svg");
}

.quick-link__cover {
    position: relative;
}

.quick-link__cover:after {
    content: "";
    display: block;
    height: 3px;
    width: 0;
    transition: width 0.2s linear;
    background: #ffffff;
    bottom: -3px;
    position: absolute;
    left: 50%;
    transform: translateX(-52%);
    border-radius: 1px;
}

.quick-link__cover:hover:after {
    width: calc(100% - 100px);
}

@media only screen and (max-width: 1080px) {
    .quick-link .container {
        grid-template-columns: 1fr;
        grid-gap: 35px;
        justify-items: center;
    }

    .quick-link a {
        width: 250px;
    }
}

.square-links .container-wide {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.square-links .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.square {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.square img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -100;
    transition: all 1.5s linear;
}

.square div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.square h4 {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.071rem;
    line-height: 2.25rem;
    text-transform: uppercase;
    margin-bottom: 33px;
}

.square p {
    color: #ffffff;
    letter-spacing: 0.094rem;
    text-transform: uppercase;
    padding: 12px 30px;
    border: 1px solid #ffffff;
    margin-bottom: 60px;
}

.square:after {
    display: block;
/ / content: url("../files/images/template/square-top.png");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 1.5s linear;
}

.square:before {
    display: block;
    content: url("../files/images/template/square-btm.png");
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    transition: all 1.5s linear;
}

.square--small div {
    padding: 20px 43px;
    justify-content: flex-end;
}

.square--small:after {
    display: none;
}

.square--small:before {
    content: url("../files/images/template/square-overlay-small.png");
}

.square--small h4 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.047rem;
    line-height: 1.9rem;
    margin: 0;
    padding-bottom: 1rem;
    text-align: center;
    text-shadow: 0px 0px 5px #000;
}

.square--small p {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.094rem;
    margin: 0;
    text-align: center;
}

.square:hover img {
    transition: all 1.5s linear;
    transform: scale(1.1);
}

.square:hover:after {
    opacity: 0.7;
    transition: all 1.5s linear;
}

.square:hover:before {
    opacity: 0.7;
    transition: all 1.5s linear;
}

@media only screen and (max-width: 1080px) {
    .square-links .container-wide {
        grid-template-columns: 1fr;
        max-width: 534px;
    }
}

@media only screen and (max-width: 950px) {
    .square-links .container {
        grid-template-columns: 1fr 1fr;
        max-width: 593px;
    }
}

@media only screen and (max-width: 480px) {
    .square--small div {
        padding: 20px;
    }

    .square--small h4 {
        font-size: 1.1rem;
        line-height: 1.2rem;
    }

    .square--small p {
        font-size: 0.875rem;
        letter-spacing: unset;
        padding: 5px 10px;
    }
}

.table-cover {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.table-cover::-webkit-scrollbar {
    display: none;
}

table {
    width: 100%;
}

.clovek {
    width: auto;
}

table tr:first-of-type {
/ / text-transform: uppercase;
    text-align: left;
    border-bottom: none;
    border-spacing: 0;
    border-collapse: collapse;
}

table th {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.094rem;
    padding: 20px 15px;
    background-color: #888B95;
}

table td {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.094rem;
    padding: 20px 15px;
    border-bottom: 0.063rem solid #000000;
}

.numbers .numbers__cover {
    background-image: url("../files/images/template/numbers_bg.png");
    background-size: cover;
    background-position: center;
    max-height: 18.125rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    padding: 91px 20px 71px;
}

.numbers__block {
    text-align: center;
}

.numbers__block p:first-of-type {
    font-size: 4.125rem;
    font-weight: 400;
    letter-spacing: 0.129rem;
    line-height: 4rem;
    color: #ffffff;
}

.numbers__block p:nth-of-type(2) {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.047rem;
    line-height: 4rem;
    text-transform: uppercase;
    color: #ffffff;
}

@media only screen and (max-width: 550px) {
    .numbers .numbers__cover {
        grid-template-columns: 1fr;
        max-height: unset;
        grid-gap: 25px;
        background-position: left;
    }
}

.gallery__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

@media only screen and (max-width: 950px) {
    .gallery__grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width: 550px) {
    .gallery__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.calendar {
/ / border-bottom: 0.3 rem #840B49 solid;
    padding: 57px 0 100px;
}

.calendar .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 23px;
}

.calendar__headline {
    color: #840B49;
    font-size: 2.125rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.094rem;
    line-height: 3rem;
    padding-left: 55px;
    position: relative;
    margin: 0;
}

.partners .calendar__headline {
    padding-left: 0px;

}

.calendar__headline:before {
    position: absolute;
/ / content: url("../files/images/template/icons/calendar.svg");
    left: 0;
}

a.next {
    color: #840B49;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.094rem;
    text-decoration: underline;
}

a.next:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1080px) {
    .calendar .container {
        grid-template-columns: 1fr;
        grid-gap: 80px;
    }
}

.partners {
    padding: 39px 0 0;
}

.partners__logos {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.partners__logos img {
    margin-bottom: 44px;
}

.news {
    padding: 44px 0;
}

.news .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.news .czhp {
    display: block;
}

.news h3 {
    color: #840B49;
    font-size: 2.125rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.063rem;
    line-height: 3rem;
    margin: 0;
}

.news .news-next {
    text-decoration: underline;
    color: #840B49;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.094rem;
}

.news .news-next:hover {
    text-decoration: none;
}

.news-students h3 {
/ / padding-left: 54 px;
    position: relative;
}

.news-students h3:before {
    position: absolute;
/ / content: url("../files/images/template/icons/student.svg");
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1200px) {
    .news .container {
        grid-template-columns: 1fr;
        gap: 80px;
    }
}

.houses {
/ / background-image: url("../files/images/template/houses-bg.png");
    background-position: center;
    background-size: cover;
    padding: 26px 0 43px;
}

.houses .houses__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px;
}

.houses .houses__teaser {
    padding: 25px 18px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: -1px;
    display: flex;
    align-items: center;
}

.houses .houses__teaser:hover {
    text-decoration: underline;
}

.houses .houses__teaser:first-of-type {
    border-top: 1px solid #ffffff;
}

.houses h3 {
    color: #ffffff;
    font-size: 2.125rem;
    font-weight: 400;
    letter-spacing: 0.094rem;
    line-height: 3rem;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1200px) {
    .houses .houses__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 760px) {
    .houses .houses__grid {
        grid-template-columns: 1fr;
    }
}

.blog-teaser {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 26px;
    margin-bottom: 62px;
}

.blog-teaser .blog-teaser__content {
    display: flex;
    flex-direction: column;
}

.blog-teaser .blog-teaser__content a {
    text-decoration: underline;
    color: #840B49;
}

.blog-teaser .blog-teaser__content a:hover {
    text-decoration: none;
    color: black;
}

.blog-teaser--one-col {
    grid-template-columns: 1fr;
}

.blog-teaser--reverse img {
    grid-column: 2/3;
    grid-row: 1/1;
}

.blog-teaser--reverse .blog-teaser__content {
    grid-column: 1/2;
    grid-row: 1/1;
}

@media only screen and (max-width: 950px) {
    .blog-teaser {
        grid-template-columns: 1fr;
    }

    .blog-teaser--reverse img {
        grid-column: unset;
        grid-row: unset;
    }

    .blog-teaser--reverse .blog-teaser__content {
        grid-column: unset;
        grid-row: unset;
    }
}

.video {
    padding: 41px 0 102px;
}

.video h3 {
    color: #840B49;
    font-size: 2.125rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.094rem;
    line-height: 3rem;
/ / padding-left: 54 px;
    position: relative;
    margin: 0;
}

.video h3:before {
/ / content: url("../files/images/template/icons/video.svg");
    position: absolute;
    left: 0;
    top: 3px;
}

.video .video__link {
    color: #840B49;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.094rem;
    text-decoration: underline;
}

.video .video__link:hover {
    text-decoration: none;
}

.video__grid {
    margin-top: 44px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}

@media only screen and (max-width: 1300px) {
    .video__grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .video__grid iframe {
        max-width: 90%;
    }
}

.vanilla-calendar {
    padding: 20px 0 0 35px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
}

.vanilla-calendar .vanilla-calendar-header {
    padding: 10px 5%;
}

.vanilla-calendar .vanilla-calendar-header__label {
    text-align: left;
    font-size: 1.1rem;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
/ / text-transform: uppercase;
}

.vanilla-calendar .vanilla-calendar-btn {
    width: 48px;
    height: 48px;
    background: url("../files/images/template/icons/arrow-white.svg") no-repeat center, #888B95;
    flex-shrink: 0;
    background-size: 19px, auto;
    margin: 6px;
}

.vanilla-calendar .vanilla-calendar-btn:hover {
    background: url("../files/images/template/icons/arrow-white.svg") no-repeat center, #840B49;
    background-size: 19px, auto;
}

.vanilla-calendar .vanilla-calendar-btn svg {
    display: none;
}

.vanilla-calendar button[data-calendar-toggle=previous] {
    transform: rotate(90deg);
}

.vanilla-calendar button[data-calendar-toggle=next] {
    transform: rotate(-90deg);
}

.vanilla-calendar .vanilla-calendar-week {
    background: none;
}

.vanilla-calendar .vanilla-calendar-week span {
    color: #000000;
    padding: 5.4% 0;
    font-size: 1.125rem;
    font-weight: 700;
}

.vanilla-calendar .vanilla-calendar-date {
/ / padding: 5.4 % 0;
    font-size: 1.125rem;
    font-weight: 400;
}

.vanilla-calendar .vanilla-calendar-date--selected {
    background: transparent;
    color: #000000;
}

.vanilla-calendar .vanilla-calendar-date--today {
    background-color: #888B95;
    color: #ffffff;
}

.vanilla-calendar .vanilla-calendar-date--today:hover {
    background-color: #888B95;
}

.gray-bg {
    background-color: #eaeaea;
}

.center-text {
    text-align: center;
}

.left-text {
    text-align: left;
}

.right-text {
    text-align: right;
}

.text-black {
    color: #000000;
}

.flex-right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.slim {
    max-width: 520px;
}

.m-0 {
    margin: 0;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-7 {
    margin-bottom: 7px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-70 {
    margin-top: 70px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-9 {
    margin-left: 9px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-5 {
    margin-right: 5px;
}

.m-0-30 {
    margin: 0 30px;
}

.pt-500 {
    padding-top: 500px;
}

.ps-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.pl-55 {
    padding-left: 55px;
}

.m-0 {
    margin: 0;
}

.align-box {
    width: fit-content;
    margin: auto;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.height-100 {
    height: 100%;
}

.min-h-100 {
    min-height: 100px;
}

.visibility {
    visibility: hidden;
}

.mobile-only {
    display: none;
}

.flex-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.display-flex {
    display: flex;
}

.hide {
    display: none;
}

.timeline-mobile {
    display: none;
}

@media only screen and (max-width: 800px) {
    .timeline-mobile {
        display: initial;
    }

    .timeline-desktop {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .mobile-hide {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .mobile-only {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

    .mb-mobile-50 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 550px) {
    .mobile-only {
        display: block;
    }

    .mobile-hide {
        display: none;
    }
}