@font-face {
    font-family: 'PT-Sans';
    src: local('PT-Sans'),
    local('PT Sans'),
    url('../fonts/PTSans/PT-Sans_Regular.woff2') format('woff2'),
    url('../fonts/PTSans/PT-Sans_Regular.woff') format('woff'),
    url('../fonts/PTSans/PT-Sans_Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT-Sans';
    src: local('PT-Sans-Bold'),
    local('PT Sans Bold'),
    url('../fonts/PTSans/PT-Sans_Bold.woff2') format('woff2'),
    url('../fonts/PTSans/PT-Sans_Bold.woff') format('woff'),
    url('../fonts/PTSans/PT-Sans_Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT-Sans';
    src: local('PT-Sans-Italic'),
    local('PT Sans Italic'),
    url('../fonts/PTSans/PT-Sans_Italic.woff2') format('woff2'),
    url('../fonts/PTSans/PT-Sans_Italic.woff') format('woff'),
    url('../fonts/PTSans/PT-Sans_Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT-Sans';
    src: local('PT-Sans-Bold-Italic'),
    local('PT Sans Bold Italic'),
    url('../fonts/PTSans/PT-sans_Bold_Italic.woff2') format('woff2'),
    url('../fonts/PTSans/PT-Sans_Bold_italic.woff') format('woff'),
    url('../fonts/PTSans/PT-Sans_Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Evolve Sans';
    src: url('../fonts/MadeEvolveSans/MadeEvolveSans-Thin.woff2') format('woff2'),
    url('../fonts/MadeEvolveSans/MadeEvolveSans-Thin.woff') format('woff'),
    url('../fonts/MadeEvolveSans/MadeEvolveSans-Thin.otf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Evolve Sans';
    src: url('../fonts/MadeEvolveSans/MadeEvolveSans-Light.woff2') format('woff2'),
    url('../fonts/MadeEvolveSans/MadeEvolveSans-Light.woff') format('woff'),
    url('../fonts/MadeEvolveSans/MadeEvolveSans-Light.otf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Evolve Sans';
    src: url('../fonts/MadeEvolveSans/MadeEvolveSans.woff2') format('woff2'),
    url('../fonts/MadeEvolveSans/MadeEvolveSans.woff') format('woff'),
    url('../fonts/MadeEvolveSans/MadeEvolveSans.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Evolve Sans';
    src: url('../fonts/MadeEvolveSans/MadeEvolveSans-Medium.woff2') format('woff2'),
    url('../fonts/MadeEvolveSans/MadeEvolveSans-Medium.woff') format('woff'),
    url('../fonts/MadeEvolveSans/MadeEvolveSans-Medium.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Evolve Sans';
    src: url('../fonts/MadeEvolveSans/MadeEvolveSans-Bold.woff2') format('woff2'),
    url('../fonts/MadeEvolveSans/MadeEvolveSans-Bold.woff') format('woff'),
    url('../fonts/MadeEvolveSans/MadeEvolveSans-Bold.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --base-font-size: 20px;
    --medium-font-size: 24px;
    --big-font-size: 28px;
    font-family: 'PT-Sans', sans-serif;
    font-size: var(--base-font-size);
    line-height: 1.2;
    /*colors*/
    --black: #000000;
    --black-for-text: #10252E;
    --black-alfa-66: #00000066;
    --black-alfa-44: rgba(0, 0, 0, 44%);
    --dim-black: #555555;
    --light-dim-black: #979797;
    --grey: #A8A8A8;
    --light-black: #B9B9B9;
    --light-grey: #D9D9D9;
    --white-grey: #F2F3F7;
    --white: #fff;
    //--main-blue: #0A3470;
    --main-blue: var(--font-blue);
    --font-blue: #014282;
    --light-blue: #02529F;
    --secondary-light-blue: #013466;
    --secondary-dark-blue: #002446;
    --medium-blue: #006DCD;
    --deep-sky-blue: #0E90D2;
    --slate-blue: #3B5999;
    --aqua: #29A0DC;
    --night-blue: #014282;
    --violet: #8600AD;
    --red: #930018;
    --bright-red: #AD0D28;
    --maroon: #BE0F34;
    --light-red: #BD4559;
    --dark-indian-red: #902a3c;
    --secondary-dark-indian-red: #ad3249;
    --light-indian-red: #e6586f;
    --salmon: #B8374E;
    --aqua-cyan: #6ECBF4;
    --light-coral: #F3A1AF;
    --white-red: #FFEFC3;
    --bright-pink: #FE2A72;
    --yellow-green: #B1B500;
    --shadow-for-theme-event: #ffffff;

    color: var(--black);
}

h1 {
    font-size: 2.400rem;
    font-family: 'MADE Evolve Sans', sans-serif;
    font-weight: 500;
    color: var(--main-blue);
}

h2 {
    font-size: 1.800rem;
}

h3 {
    font-size: 1.600rem;
}

h4 {
    font-size: 1.400rem;
}

h5 {
    font-size: 1.200rem;
}

h2, h3, h4, h5, h6 {
    margin-bottom: 0.500lh;
    font-weight: 700;
    color: var(--font-blue);
}

strong {
    font-weight: 700;
}

.button, .CookiesNotification_container button, .fb_button {
    display: inline-block;
    min-width: 8.333rem;
    padding: 0.708rem 1.666rem 0.750rem;
    font-size: 1.1rem;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    color: var(--white);
    border-radius: 0.083rem;
    user-select: none;
    cursor: pointer;
    transition: background-color 300ms;
}

a.button,
a.fb_button {
    color: var(--white);
    text-decoration: none;
}

a.button:hover,
a.fb_button:hover {
    text-decoration: none;
}

.button--ltblue, .fb_button {
    background-color: var(--medium-blue);
}

.button--ltblue:hover, .fb_button:hover {
    background-color: var(--main-blue);
}

.button--ltblue:active {
    background-color: var(--aqua-cyan);
}

.button--blue {
    background-color: var(--main-blue);
}

.button--blue:hover {
    background-color: var(--main-blue);
}

.button--blue:active {
    background-color: var(--secondary-dark-blue);
}

.button--pink, .btn-delete {
    background-color: var(--maroon);
}

.button--pink:hover, .btn-delete:hover {
    background-color: var(--dark-indian-red);
}

.button--pink:active, .btn-delete:active {
    background-color: var(--red);
}

body {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    color: var(--black-for-text);
}

.container {
    margin: 0 auto;
    max-width: 1920px;
}

.header {
    position: relative;
    z-index: 10;
    color: var(--white);
}

.burger__wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 40;
    font-weight: 700;
    background-color: var(--font-blue);
    transition: left 500ms;
}

.burger__wrapper .container {
    padding: 20px 55px 20px 55px;
}

.burger__closeButton {
    height: 75px;
    width: 75px;
    padding: 25px;
    position: absolute;
    top: 0;
    right: 0;
    fill: var(--white);
    cursor: pointer;
}

.burger__top {
    display: flex;
    align-items: end;
}

.burger__top .socialMedia {
    margin: 0 60px 0 0;
    display: flex;
    gap: 25px;
}

.socialMedia__link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.burger__top .socialMedia__link {
    height: 40px;
    width: 40px;
    transition: background-color 300ms;
}

.socialMedia__link svg {
    height: 66%;
    width: 66%;
    fill: var(--white);
    transition: fill 300ms;
}

.link--instagram {
    background-color: var(--bright-pink);
}

.link--vk {
    background-color: var(--deep-sky-blue);
}

.link--youtube {
    background-color: var(--maroon);
}

.link--facebook {
    background-color: var(--slate-blue);
}

.link--telegram {
    background-color: var(--aqua);
}

.link--tiktok {
    background-color: var(--violet);
}

.link--webmail {
    background-color: var(--yellow-green);
}

.socialMedia__link:hover {
    background-color: var(--white);
}

.socialMedia__link:hover svg {
    fill:var(--main-blue);
}

.burger__top .burger__studyingWeek {
    font-size: 1.100rem;
}

.burger__top .contactUs {
    display: none;
}

.burger__burgerMenu {
    margin: 55px 0 0 0;
    display: flex;
}

.burgerMenu--PC ::-webkit-scrollbar {
    width: 0.625rem;
    height: 0.625rem;
}

.burgerMenu--PC ::-webkit-scrollbar-thumb {
    background-color: var(--light-grey);
    border-radius: 0.083rem;
}

.burgerMenu--PC ::-webkit-scrollbar-thumb:hover {
    background-color: var(--light-dim-black);
}

.burgerMenu--PC ::-webkit-scrollbar-track {
    background-color: var(--black-alfa-66);
    border-radius: 0.083rem;
}

.burgerMenu--PC .burgerMenu__list {
    height: calc(100vh - 155px);
    display: flex;
    flex-direction: column;
}

.burgerMenu--PC .list--levelOne {
    flex: 0 0 435px;
    gap: 1.5rem;
    overflow-y: auto;
}

.burgerMenu--PC .list--levelTwo {
    padding: 15px 0 15px 0;
    flex-wrap: wrap;
    gap: 1rem 0;
    overflow: auto hidden;
}

.burgerMenu--PC .burgerMenu__item {
    cursor: pointer;
}

.burgerMenu--PC .burgerMenu__item:hover, .burgerMenu--PC .item--selected {
    color: var(--aqua-cyan);
}

.burgerMenu--PC .item--levelOne {
    font-family: 'MADE Evolve Sans', sans-serif;
    font-size: 2.200rem;
    font-weight: 500;
    line-height: 1.1;
}

.burgerMenu--PC .item--levelTwo {
    width: 435px;
    padding: 0 0 0 2rem;
    font-size: 1.200rem;
}

.burgerMenu--PC .burgerMenu__item a:hover {
    text-decoration: none;
    color: var(--aqua-cyan);
}

.burgerMenu--PC .item--levelThree {
    width: 435px;
    padding: 0 0 0 4rem;
}

.forVisuallyImpaired {
    padding: 12px 27px;
    display: none;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.625rem 4.400rem;
    font-size: 1.083rem;
    color: var(--black);
    background-color: var(--white);
    overflow: hidden;
}

.forVisuallyImpaired--open {
    display: flex;
}

.forVisuallyImpaired__fontSize,
.forVisuallyImpaired__colorTheme,
.forVisuallyImpaired__images {
    display: flex;
    gap: 0 0.500rem;
}

.forVisuallyImpaired__fontSize span,
.forVisuallyImpaired__colorTheme span,
.forVisuallyImpaired__images span {
    white-space: nowrap;
}

.fontSize__button,
.colorTheme__button,
.images__button {
    height: 1.333rem;
    width: 1.333rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.000rem;
    line-height: 1.333rem;
    font-weight: bold;
    text-align: center;
    border: 0.041rem solid var(--black);
    cursor: pointer;
    user-select: none;
    overflow: hidden;
}

.fontSize__button:hover,
.colorTheme__button:hover,
.images__button:hover {
    box-shadow: 0 0 0 0.166rem var(--light-coral);
}

.fontSize__button.selected,
.colorTheme__button.selected,
.images__button.selected {
    box-shadow: 0 0 0 0.166rem var(--light-coral);
}

.fontSize__button[data-fontSize="var(--base-font-size)"] {
    font-size: 0.800rem;
}

.fontSize__button[data-fontSize="var(--big-font-size)"] {
    font-size: 1.200rem;
}

.colorTheme__button[data-colorTheme="default"] {
    background-image: linear-gradient(45deg, #013767 48%, #BD4559 52%);
}

.colorTheme__button[data-colorTheme="dark"] {
    background-image: linear-gradient(45deg, #111111 48%, #444444 52%);
}

.colorTheme__button[data-colorTheme="light"] {
    background-image: linear-gradient(45deg, #BBBBBB 48%, #EEEEEE 52%);
}

#images__button--colored {
    background-image: linear-gradient(45deg, #013767 48%, #BD4559 52%);
}

#images__button--blackWhite {
    background-image: linear-gradient(45deg, #000000 48%, #FFFFFF 52%);
}

#images__button--none {
    position: relative;
}

#images__button--none::before,
#images__button--none::after {
    content: "";
    position: absolute;
    height: 0.083rem;
    width: 150%;
    transform: rotate(45deg);
    background-color: var(--light-red);
}

#images__button--none:after {
    transform: rotate(-45deg);
}

.header__wrapper {
    width: 100%;
    position: fixed;
    background-color: var(--font-blue);
}

.header__wrapper .container:last-child {
    padding: 8px 10px 0 10px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--white);
}

.header__wrapper a {
    font-weight: 400;
    color: var(--black-for-text);
}

.header a:hover {
    text-decoration: underline;
}

.header__controls {
    display: flex;
}

.controls--left {
    justify-content: start;
}

.controls__item {
    width: 60px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    fill: var(--white);
}

.item--burgerMenu svg {
    width: 26px;
    height: 100%;
}

.item--language {
    position: relative;
    cursor: default;
}

.item--language:after {
    content: "";
    margin: 2px 0 0 4px;
    height: 12px;
    width: 12px;
    background: url("/online/layouts/489/img/arrowDown_white.svg") no-repeat center center / contain;
}

.item--language ul {
    padding: 3px 14px;
    position: absolute;
    z-index: 30;
    top: 35px;
    display: none;
    border-radius: 2px;
    background-color: var(--white);
}

.item--language ul li {
    margin: 0 0 3px;
}

.item--language:hover ul {
    display: block;
}

.item--language:hover:after {
    transform: rotateX(180deg);
}

.item--visuallyImpaired {
    position: relative;
}

.item--visuallyImpaired svg {
    width: 30px;
    height: 100%;
    fill: var(--white);
}

.item--visuallyImpaired.item--open::after {
    content: "";
    height: 41px;
    width: 3px;
    position: absolute;
    background-color: var(--white);
    transform: rotate(-55deg);
    border-radius: 2px;
}

.controls--right {
    justify-content: end;
}

.item--search svg {
    width: 26px;
    height: 100%;
}

.item--Mobile {
    display: none;
}

.search_submit_row {
    margin-bottom: 20px;
}

.searchFieldPC {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: end;
    padding: 0 0 0 calc(16.8% - 4rem);
}

.searchFieldPC__input {
    width: 100%;
    padding: 0 56px 0 15px;
    display: flex;
    font-size: 24px;
    line-height: 30px;
    border-radius: 2px;
}

.searchFieldPC__input::placeholder {
    color: var(--light-black);
}

.searchFieldPC__button {
    width: 56px;
    height: 100%;
    padding: 0 15px;
    position: absolute;
    display: flex;
    cursor: pointer;
    border-radius: 2px;
}

.searchFieldPC__button svg {
    height: 100%;
    width: 26px;
    fill: var(--font-blue);
}

.searchFieldMobile {
    display: none;
}

.burger__wrapper .header__targetMenu {
    display: none;
}

.header__targetMenu {
    margin: 0.200rem 0 0 0;
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    width: 84%;
}

.targetMenu--left {
    justify-self: end;
}

.targetMenu__item {
    position: relative;
    padding: 0.300rem 0.400rem 0.350rem 0.400rem;
    border-radius: 2px 2px 0 0;
    background-color: var(--font-blue);
    cursor: default;
}

.targetMenu__item:hover {
    color: var(--font-blue);
    background-color: var(--white);
}

.svg--arrowDown {
    display: none;
    margin: 4px;
    height: 12px;
    width: 12px;
}

.targetMenu__item:hover svg {
    fill: var(--font-blue);
}

.targetMenu__item ul {
    max-height: calc(100vh - 230px);
    padding: 0.500rem 0 1.000rem 0;
    position: absolute;
    top: 2.000rem;
    z-index: 20;
    display: none;
    font-size: 1.000rem;
    font-weight: 400;
    background-color: var(--white);
    overflow-x: auto;
}

.targetMenu__item ul:has(>li:nth-child(10)) {
    column-count: 2;
}

.targetMenu__item ul:has(>li:nth-child(15)) {
    column-count: 3;
}

.targetMenu__item ul ::-webkit-scrollbar {
    width: 0.625rem;
    height: 0.625rem;
}

.targetMenu__item ::-webkit-scrollbar-thumb {
    background-color: var(--light-grey);
    border-radius: 0.083rem;
}

.targetMenu__item ::-webkit-scrollbar-thumb:hover {
    background-color: var(--light-dim-black);
}

.targetMenu__item ::-webkit-scrollbar-track {
    background-color: var(--black-alfa-66);
    border-radius: 0.083rem;
}

.targetMenu--left .targetMenu__item ul {
    left: 0;
    border-radius: 0 1px 1px 1px;
}

.targetMenu--right .targetMenu__item ul {
    right: 0;
    border-radius: 1px 0 1px 1px;
}

.targetMenu__item li {
    width: 20vw;
}

.targetMenu__item li:has(span) {
    margin: 16px 0 33px 0;
    color: var(--black-for-text);
    break-after: avoid;
}

.targetMenu__item li:has(span):first-child {
    margin-top: 0;
}

.targetMenu__item li:has(span) + li {
    margin-top: -33px;
}

.targetMenu__item li a, .targetMenu__item li span {
    padding: 0.500rem 1.000rem 0 1.000rem;
    display: block;
}

.targetMenu__item span {
    font-weight: 700;
}

.targetMenu__item:hover ul {
    display: block;
}

.header__logoImage {
    padding: 0 0 0.500rem 0;
    display: flex;
    justify-content: center;
    align-items: end;
    grid-row-start: span 2;
}

.header__logoImage img {
    width: 100px;
}

.header__logoText {
    padding: calc(2.09rem + 46px) 0 8px 0;
    display: block;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: var(--white);
    background-color: var(--font-blue);
}

.header__logoImage:hover,
.header__logoText a:hover {
    text-decoration: none;
}

.main {
    flex-grow: 1;
}

.main .container {
    padding: 75px 55px 75px 55px;
}

.main article {
    margin: 0 0 75px 0;
}

.main > .container > article:last-child {
    margin-bottom: 0;
}

.main h1 {
    margin: 0 0 0.250em 0;
}

.showMore {
    margin: 20px 0 0 0;
    display: inline-flex;
    font-size: 1.300rem;
    font-weight: 700;
    color: var(--main-blue);
}

.showMore .waves {
    width: 26px;
    margin: 0 0 -2px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.916rem;
    line-height: 1.083rem;
    color: var(--aqua-cyan);
}

.showMore .wave {
    opacity: 0;
    transition: opacity 300ms;
}

.showMore .wave:nth-child(1) {
    transition-delay: 0ms;
}

.showMore .wave:nth-child(2) {
    transition-delay: 100ms;
}

.showMore .wave:nth-child(3) {
    transition-delay: 200ms;
}

.showMore:hover .wave {
    opacity: 1;
}

.newsAndEvents {
    display: flex;
    gap: 30px;
}

.news {
    width: 75%;
}

.news__content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 30px;
}

.item__image {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin: 0 0 0.500rem 0;
    display: flex;
    justify-content: center;
}

.item__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item__type {
    margin: 0 0.500rem 0 0;
    font-size: 0.900rem;
    font-weight: 700;
    color: var(--dim-black);
    text-transform: uppercase;
    letter-spacing: 0.020rem;
}

.item__date {
    display: inline-block;
    font-size: 0.800rem;
    margin: 0 0 0.250rem 0;
}

.item__link {
    display: block;
    font-weight: 700;
    color: var(--font-blue);
}

.news__link {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item__link:hover {
    text-decoration: underline;
}

.events {
    width: 25%;
}

.events__content {
    max-height: calc(28.12484vw + 10.86rem - 31.87298px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 25px;
    overflow: hidden;
}

.events__item {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.events__date {
    min-width: 55px;
    text-align: center;
}

.events__month {
    font-size: 0.900rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--font-blue);
}

.events__day {
    font-size: 1.750rem;
    font-weight: 700;
    color: var(--font-blue);
}

.events__link {
    color: var(--font-blue);
}

.ads__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.ads__content .content__item:nth-child(n+5) {
    display: none;
}

.ads__content .item__link {
    margin: 0 0 0.250rem 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.item__text {
    //font-weight: 700;
}

.ads__content .item__text * {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.bsuirLife__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.bsuirLife__content .content__item:nth-child(n+5) {
    display: none;
}

.item__video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 0 0.500rem 0;
    display: flex;
    justify-content: center;
}

.item__video iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video__previewImage {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    display: flex;
    cursor: pointer;
}

.video__previewImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video__playButton {
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: 25px;
    left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--medium-blue);
    border-radius: 50%;
    transition: background-color 300ms;
}

.video__playButton svg {
    height: 30%;
    width: 32%;
    transform: translate(2px);
    fill: var(--white);
}

.video__previewImage:hover .video__playButton {
    background-color: var(--main-blue);
}

.bsuirLife__content .item__text {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.footer {
    color: var(--white);
    background-color: var(--font-blue);
}

.footer .container {
    padding: 55px 55px 20px 55px;
}

.footer__top {
    margin: 0 0 40px;
    padding: 0 0 45px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--white);
}

.footer__top .socialMedia {
    margin: 0 40px 0 0;
    display: flex;
    gap: 20px;
}

.footer__top .socialMedia__link {
    height: 40px;
    width: 40px;
}

.footer__top .contactUs {
    height: 40px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 700;
    background-color: var(--secondary-dark-indian-red);
    transition: background-color 300ms;
}

.footer__top .contactUs svg {
    width: 1.4rem;
    height: 100%;
    fill: var(--white);
    transition: fill 300ms;
}

.footer__top .contactUs:hover {
    background-color: var(--white);
}

.footer__top .contactUs:hover svg,
.footer__top .contactUs:hover span {
    fill: var(--main-blue);
    color: var(--main-blue);
}

.footer__menu {
    display: flex;
    gap: 2%;
    font-weight: 700;
}

.footer__menu .list--levelOne {
    width: 23.5%;
    font-size: 1.300rem;
    color: var(--aqua-cyan);
}

.footer__menu .list--levelTwo {
    margin: 0.750rem 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.750rem;
    color: var(--white);
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
}

@-moz-document url-prefix() {
    .burgerMenu--PC .list--levelTwo {
        flex-grow: 1;
    }
}

.footer__menu .item--levelTwo a {
    display: block;
}

.footer__menu .item--levelTwo a:hover {
    text-decoration: underline;
}

.footer__bottom {
    margin: 2.5rem 0 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer__addressAndBuildings {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-right: auto;
}

.footer__address {
    font-weight: 700;
}

.footer__buildings {
    display: flex;
    align-items: center;
    gap: 0.250rem;
}

.footer__buildings span {
    font-weight: 700;
    text-decoration: underline;
}

.footer__buildings svg {
    width: 1rem;
    height: 1rem;
}

.footer__logo {
    display: flex;
    align-items: center;
    width: 23.5%;
    min-width: 420px;
}

.footer__logoImage {
    margin: 0 0.750rem 0 0;
    padding: 0 0.500rem 0 0;
    //border-right: 3px solid var(--light-red);
}

.footer__logoImage img {
    height: 3rem;
}

.footer__logoText {
    font-weight: 700;
}

.footer__copyright {
    text-align: center;
    font-size: 0.900rem;
    margin: 0.750rem 0 0 0;
}

.scrollTopButton {
    height: 60px;
    width: 60px;
    position: fixed;
    right: 25px;
    bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--medium-blue);
    border-radius: 50%;
    transform: rotate(-90deg);
    transition: background-color 300ms;
    cursor: pointer;
}

.scrollTopButton svg {
    height: 30%;
    width: 32%;
    transform: translate(7%);
    fill: var(--white);
}

.scrollTopButton:hover {
    background-color: var(--main-blue);
}

.CookiesNotification_container {
    position: fixed;
    bottom: 55px;
    left: 55px;
    align-self: center;
    z-index: 50;
    width: 24.500rem;
    padding: 0.800rem 1.000rem 1.000rem;
    font-weight: 700;
    color: var(--white);
    border-radius: 2px;
    background-color: var(--medium-blue);
}

.CookiesNotification_container a {
    text-decoration: underline;
}

.CookiesNotification_container button {
    margin: 0.800rem 0 0 0;
    width: 100%;
    color: var(--dim-black);
    background-color: var(--white);
}

p:has(> a[href="javascript: history.back();"]) {
    margin-top: 1.2rem;
}

/*visuallyImpaired*/
.grayscale img {
    filter: grayscale(100%);
}

/*aboutBsuir*/
.aboutBsuir {
    display: flex;
    gap: 1rem;
    margin: 0 0 75px 0;
}

.aboutBsuir h1 {
    line-height: 1.1;
}

.aboutBsuir_first_part{
    display: flex;
    flex-direction: column;
    flex: 45.6%;
    gap: 1rem;
}

.aboutBsuir_second_part{
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    flex: 49.4%;
    justify-content: space-between;
    gap: 1rem;
}

.bsuirStatistic {
    display: flex;
}

.bsuirStatistic_first, .bsuirStatistic_second {
    display: flex;
    justify-content: space-between;
}

.bsuirStatistic_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 16px 8px 0;
    color: var(--aqua);
}

.bsuirStatistic_second .bsuirStatistic_item:last-child {
    padding-right: 0;
}

.bsuirStatistic_item span {
    font-size: 1.6rem;
    font-weight: bold;
}

.bsuirStatistic_item p {
    text-align: center;
}

.aboutBsuir .socialMedia {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.aboutBsuir .socialMedia__link {
    height: 40px;
    width: 40px;
    transition: background-color 300ms;
}

.bsuirStory{
    font-size: 1.4rem;
    line-height: 1.45;
}

.icon-h2-container svg {
    fill: var(--night-blue);
    stroke: var(--night-blue);
    margin: 0.4rem 0.420rem 0 0;
    width: 1.5rem;
    height: 100%;
    aspect-ratio: 1;
}

@media screen and (max-width: 1600px) {
    :root {
        --base-font-size: 18px;
        --medium-font-size: 21px;
        --big-font-size: 24px;
    }

    .controls__item {
        width: 55px;
        height: 35px;
        font-size: 18px;
    }

    .header__logoImage img {
        width: 85px;
    }

    .searchFieldPC {

        padding: 0 0 0 calc(20% - 4rem);
    }

    .header__logoText {
        padding: calc(2.140rem + 36px) 0 8px 0;
        font-size: 30px;
    }

    .header__targetMenu {
        margin: 0.150rem 0 0 0;
        width: 100%;
    }

    .targetMenu__item {
        padding: 0.250rem 0.350rem 0.300rem 0.350rem;
    }

    .targetMenu__item ul {
        top: 1.900rem;
    }

    .footer__menu .list--levelOne {
        font-size: 1.150rem;
    }

    .footer__logo {
        width: unset;
    }
}


@media screen and (max-width: 1440px) {
    .burger__wrapper .container {
        padding: 15px 40px 15px 40px;
    }

    .burger__burgerMenu {
        margin: 40px 0 0 0;
    }

    .burger__top .socialMedia {
        margin: 0 55px 0 0;
        gap: 20px;
    }

    .burger__top .socialMedia__link, .aboutBsuir .socialMedia__link {
        height: 45px;
        width: 45px;
    }

    .burgerMenu--PC .burgerMenu__list {
        height: calc(100vh - 125px);
    }

    .main .container {
        padding: 60px 40px 60px 40px;
    }

    .main article {
        margin: 0 0 60px 0;
    }

    .newsAndEvents {
        gap: 25px;
    }

    .news {
        width: 66.666%;
    }

    .news__content {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .news__content .content__item:nth-child(n+5) {
        display: none;
    }

    .events {
        width: 33.333%;
    }

    .events__content {
        max-height: calc(37.49976vw + 10.86rem - 28.43452px);
        gap: 20px;
    }

    .events__item {
        gap: 10px;
    }

    .ads__content {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .ads__content .content__item:nth-child(n+4) {
        display: none;
    }

    .bsuirLife__content {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .bsuirLife__content .content__item:nth-child(n+4) {
        display: none;
    }

    .bsuirLife__content .video__playButton {
        height: 55px;
        width: 55px;
        bottom: 20px;
        left: 20px;
    }

    .footer .container {
        padding: 40px 40px 15px 40px;
    }

    .footer__top {
        margin: 0 0 30px;
        padding: 0 0 35px;
    }

    .footer__top .socialMedia {
        margin: 0 55px 0 0;
        gap: 20px;
    }

    .footer__top .socialMedia__link, .aboutBsuir .socialMedia__link {
        height: 45px;
        width: 45px;
    }

    .footer__top .contactUs {
        height: 45px;
        padding: 0 20px;
        gap: 20px;
    }

    .scrollTopButton {
        height: 55px;
        width: 55px;
        right: 20px;
        bottom: 55px;
    }
}


@media screen and (max-width: 1200px) {
    .controls__item {
        width: 52px;
        height: 28px;
        font-size: 18px;
        line-height: 22px;
    }

    .item--burgerMenu svg {
        width: 22px;
    }

    .item--language ul {
        top: 27px;
    }

    .item--visuallyImpaired svg {
        width: 24px;
    }

    .item--visuallyImpaired.item--open::after {
        height: 33px;
    }

    .item--search svg {
        width: 22px;
    }

    .searchFieldPC {
        padding: 0 0 0 calc(20% - 3.2rem);
    }

    .searchFieldPC__input {
        padding: 0 30px 0 4px;
        font-size: 18px;
        line-height: 22px;
    }

    .searchFieldPC__button {
        width: 30px;
        padding: 0 4px;
    }

    .targetMenu__item > span {
        gap: 0;
    }

    .targetMenu__item li {
        width: 19vw;
    }

    .targetMenu__item li:has(span) {
        margin: 15px 0 26px 0;
        color: var(--aqua-cyan);
    }

    .targetMenu__item li:has(span) + li {
        margin-top: -26px;
    }

    .header__logoImage img {
        width: 70px;
    }

    .header__logoText {
        display: none;
    }

    .main {
        padding: 72px 0 0 0;
    }

    .aboutBsuir {
        flex-direction: column;
    }

    .bsuirStatistic {
        justify-content: unset;
    }

    .bsuirStatistic_first, .bsuirStatistic_second {
        flex-basis: unset;
        justify-content: unset;
    }

    .showMore {
        margin: 25px 0 0 0;
    }

    .showMore .waves {
        width: 21px;
        margin: 0 0 0 12px;
        font-size: 0.750rem;
        line-height: 0.900rem;
    }

    .item__type {
        margin: 0 0.500rem 0 0;
    }

    .footer__menu {
        flex-wrap: wrap;
        gap: 30px 5%;
    }

    .footer__menu .list--levelOne {
        width: 47.5%;
        font-size: 1.100rem;
    }

    .footer__logo {
        margin: 0;
        width: 47.5%;
    }

    .CookiesNotification_container {
        bottom: 20px;
        left: 20px;
    }
}


@media screen and (max-width: 1024px) {
    :root {
        --base-font-size: 16px;
        --medium-font-size: 18px;
        --big-font-size: 20px;
    }

    .burger__wrapper {
        overflow-y: auto;
    }

    .burger__wrapper .container {
        padding: 10px 25px 10px 25px;
    }

    .burger__top {
        margin: 0 0 15px 0;
        flex-direction: column-reverse;
        align-items: start;
    }

    .burger__top .socialMedia, .aboutBsuir .socialMedia {
        margin: 0;
        gap: 15px;
    }

    .burger__top .socialMedia__link, .aboutBsuir .socialMedia__link {
        height: 40px;
        width: 40px;
    }

    .burger__studyingWeek {
        margin: 0 0 10px 0;
    }

    .burger__burgerMenu {
        margin: 15px 0 0 0;
        flex-direction: column;
    }

    .burgerMenu--PC {
        display: none;
    }

    .header__wrapper .container:last-child {
        padding: 4px 10px 4px;
    }

    .controls__item {
        height: 45px;
        font-size: 16px;
        line-height: 20px;
    }

    .item--language ul {
        top: 35px;
    }

    .item--PC {
        display: none;
    }

    .item--Mobile {
        display: flex;
    }

    .searchFieldPC {
        display: none;
    }

    .searchFieldMobile {
        height: 30px;
        margin: 0 0 4px 0;
        padding: 0 6px;
        grid-column: span 3;
        position: relative;
        display: flex;
        justify-content: end;
    }

    .searchFieldMobile__input {
        width: 100%;
        padding: 0 38px 0 8px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 2px;
    }

    .searchFieldMobile__input::placeholder {
        color: var(--light-black);
    }

    .searchFieldMobile__button {
        width: 38px;
        height: 100%;
        padding: 0 8px;
        position: absolute;
        display: flex;
        cursor: pointer;
        border-radius: 2px;
    }

    .searchFieldMobile__button svg {
        height: 100%;
        width: 22px;
        fill: var(--font-blue);
    }

    .burger__wrapper .header__targetMenu {
        display: flex;
    }

    .header__wrapper .header__targetMenu {
        display: none;
    }

    .header__targetMenu {
        width: unset;
        margin: 0;
        flex-direction: column;
        justify-content: start;
        align-items: stretch;
    }

    .targetMenu--left {
        justify-self: unset;
    }

    .targetMenu__item {
        position: static;
        padding: 0.500rem 0;
        font-size: 1.250rem;
        text-transform: uppercase;
        border-radius: 0;
        background-color: unset;
    }

    .targetMenu__item:hover {
        color: unset;
        background-color: unset;
    }

    .targetMenu__item:hover svg {
        fill: var(--white);
    }

    .targetMenu__item ul {
        max-height: unset;
        padding: 0.300rem 0 0 0;
        position: static;
        top: unset;
        z-index: unset;
        display: none;
        flex-direction: column;
        flex-wrap: nowrap;
        background-color: unset;
        overflow: hidden;
    }

    .targetMenu__item ul:has(>li:nth-child(10)), .targetMenu__item ul:has(>li:nth-child(15)) {
        column-count: unset;
    }

    .targetMenu__item:hover ul {
        display: none;
    }

    .targetMenu__item.opened ul {
        display: flex;
    }

    .targetMenu__item li {
        text-transform: none;
        width: unset;
        font-size: 1.100rem;
        line-height: 1.25;
    }

    .targetMenu__item li span {
        padding: 0.300rem 0;
    }

    .targetMenu__item li:has(span) {
        margin: 0;
        font-size: 1.250rem;
    }

    .targetMenu__item li:has(span) + li {
        margin: 0;
    }

    .targetMenu__item li a {
        padding: 0.300rem 0;
    }

    .targetMenu__item li:last-child a {
        padding-bottom: 0;
    }

    .targetMenu__item > span:after {
        content: "";
        display: inline-block;
        margin: 0 0 0 0.250rem;
        height: 0.750rem;
        width: 0.750rem;
        background: url("/online/layouts/489/img/arrowDown_white.svg") no-repeat center center / contain;
    }

    .targetMenu__item.opened > span:after {
        transform: rotateX(180deg);
    }

    .header__logoImage {
        align-items: center;
        padding: 0;
    }

    .header__logoImage img {
        width: 55px;
    }

    .main {
        padding: 52px 0 0 0;
    }

    .main .container {
        padding: 45px 25px 45px 25px;
    }

    .main article {
        margin: 0 0 45px 0;
    }

    .bsuirStory {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .newsAndEvents {
        flex-direction: column-reverse;
        column-gap: unset;
    }

    .news {
        width: 100%;
    }

    .news__content {
        gap: 20px;
    }

    .events {
        width: 100%;
    }

    .newsAndEvents {
        gap: 0;
    }

    .events__content {
        max-height: unset;
        gap: 15px;
    }

    .events__item {
        column-gap: 5px;
    }

    .events__item:nth-child(n+7) {
        display: none;
    }

    .events__date {
        min-width: 50px;
    }

    .events__month {
        font-size: 0.950rem;
    }

    .events__day {
        font-size: 1.800rem;
        line-height: 2.300rem;
    }

    .ads__content {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 20px;
    }

    .ads__content .content__item:nth-child(4) {
        display: block;
    }

    .ads__content .item__date {
        margin: 0 0 10px 0;
    }

    .ads__content .item__link {
        margin: 0 0 10px 0;
    }

    .bsuirLife__content {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .bsuirLife__content .content__item:nth-child(4) {
        display: block;
    }

    .bsuirLife__content .video__playButton {
        height: 50px;
        width: 50px;
        bottom: 15px;
        left: 15px;
    }

    .footer .container {
        padding: 25px 25px 10px 25px;
    }

    .footer__top {
        margin: 0 0 25px;
        padding: 0 0 25px;
    }

    .footer__top .socialMedia {
        margin: 0 50px 0 0;
        gap: 15px;
    }

    .footer__top .socialMedia__link {
        height: 40px;
        width: 40px;
    }

    .footer__top .contactUs {
        height: 40px;
        padding: 0 15px;
        gap: 15px;
    }

    .scrollTopButton {
        height: 50px;
        width: 50px;
        right: 15px;
        bottom: 50px;
    }
}


@media screen and (max-width: 768px) {
    .burger__closeButton {
        height: 45px;
        width: 45px;
        padding: 10px;
    }

    .burger__wrapper .container {
        padding: 10px;
    }

    .burger__top .socialMedia {
        gap: 10px;
    }

    .burger__top .socialMedia__link, .aboutBsuir .socialMedia__link {
        height: 35px;
        width: 35px;
    }

    .main {
        padding: 52px 0 0 0;
    }

    .main .container {
        padding: 30px 10px 30px 10px;
    }

    .main article {
        margin: 0 0 30px 0;
    }

    .showMore {
        margin: 20px 0 0 0;
    }

    .news__content {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, auto);
        gap: 20px;
    }

    .item__type {
        margin: 0 0.500rem 0 0;
    }

    .item__date {
        font-size: 0.900rem;
    }

    .events__content {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, auto);
        gap: 10px;
    }

    .ads__content {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .ads__content .item__date {
        margin: 0;
    }

    .ads__content .item__link {
        margin: 0 0 5px 0;
    }

    .bsuirLife__content {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .bsuirLife__content .video__playButton {
        height: 45px;
        width: 45px;
        bottom: 10px;
        left: 10px;
    }

    .footer .container {
        padding: 10px 10px 10px 10px;
    }

    .footer__top {
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
        flex-wrap: wrap;
        gap: 10px;
    }

    .footer__top .socialMedia {
        margin: 0 45px 0 0;
        gap: 10px;
    }

    .footer__top .socialMedia__link {
        height: 35px;
        width: 35px;
    }

    .footer__top .contactUs {
        height: 45px;
        padding: 0 10px;
        gap: 10px;
    }

    .footer__menu {
        display: flex;
        flex-direction: column;
        font-weight: 700;
        gap: 0;
    }

    .footer__menu .list--levelOne {
        padding: 8px 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        font-size: 1.250rem;
        line-height: 1.2;
    }

    .footer__menu .list--levelTwo {
        margin: 0;
        padding: 6px 0 0 0;
        display: none;
        gap: 0;
        font-weight: 400;
    }

    .footer__menu .list--levelOne.opened .list--levelTwo {
        display: flex;
    }

    .footer__menu .item--levelOne span {
        display: flex;
        align-items: end;
    }

    .footer__menu .list--levelOne.opened svg {
        transform: rotateX(180deg);
    }

    .footer__menu .item--levelTwo {
        font-size: 1.100rem;
        line-height: 1.25;
    }

    .footer__menu .item--levelTwo a {
        padding: 6px 0;
    }

    .footer__menu .item--levelTwo:last-child {
        font-size: 1.100rem;
        line-height: 1.25;
    }

    .footer__menu .item--levelTwo:last-child a {
        padding-bottom: 0;
    }

    .footer__menu .svg--arrowDown {
        display: block;
        stroke: var(--aqua-cyan);
    }

    .footer__bottom {
        margin: 2rem 0 0 0;
        flex-direction: column-reverse;
        align-items: start;
        gap: 1rem;
    }

    .footer__logo {
        width: 100%;
        min-width: auto;
    }

    .footer__copyright {
        margin: 2rem 0 0 0;
        text-align: left;
    }

    .scrollTopButton {
        height: 45px;
        width: 45px;
        right: 10px;
        bottom: 45px;
    }

    .CookiesNotification_container {
        bottom: 14px;
        left: 14px;
        width: unset;
        right: 14px;
    }
}
@media screen and (max-width: 500px) {
    .aboutBsuir h1 {
        text-align: center;
    }

    .bsuirStatistic {
        justify-content: center;
    }

    .bsuirStatistic_first, .bsuirStatistic_second {
        flex-direction: column;
    }

    .bsuirStatistic_item, .bsuirStatistic_second .bsuirStatistic_item:last-child {
        padding: 8px 2rem;
    }

    .aboutBsuir .socialMedia {
        justify-content: center;
    }
}