*,
*::before,
*::after {}

html {}

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
}

.section__first-section {
  /* height: 100vh; */
}

/*===================header===================*/
.bg-video {
  /* left: 0; */
  z-index: 1;
  position: fixed;
  height: 100vh;
  opacity: 0.2;
  object-fit: cover;
  width: 100%;
}

.header-home {
  position: relative;
  z-index: 5
}

.header__items {
  display: flex;
  padding: 43px 50px 0 50px;
  justify-content: space-between;
  align-items: center;
}

.header__item {}

.header__logo-title {}

.header__logo-link {}

.header__logo-and-title {
  display: flex;
  align-items: center;
}

.header__logo {
  width: 150px;
}

.header__title {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0 0 0 32px;
}

.header__item-personal-accounts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 15px 0 0;
}

.personal-account__student-and-teacher,
.personal-account__entrant {
  background-color: #E6334A;
  height: 42px;
  width: 343px;
  line-height: 20px;
  text-align: center;
  margin: 5px 0;
  border-radius: 10px;
  padding: 7px 0;
  box-sizing: content-box;
}

.personal-account__button {
  text-decoration: none;
}

.personal-account__button .button__body {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}

.visually-impared__button {
  height: 32px;
  width: 32px;
  background-image: url(/assets/img/eye-regular.svg);
  padding: 0 10px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.impared-off {
  background-image: url(/assets/img/eye-slash-regular.svg) !important;
}

.header__item-lang {}

.language {}

.language__link {
  text-decoration: none;
}

.language__link .button__body {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.header__right {
  display: flex;
  align-items: center;
}

/*===================slider-graduates===================*/
.header__graduates-link {
  font-family: Arial Hebrew;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 10px;
  color: #FFFFFF;
  text-decoration: none;
}

.header__slide {
  padding: 10px 10px
}

.header__sl {
  opacity: 0
}

.loaded .header__sl {
  opacity: 1
}

.slide__info,
.slide__year2 {
  font-family: Arial Hebrew;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
}

.slide__position {
  font-family: Arial Hebrew;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  color: #FFFFFF;
}

.slide__foto {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  flex: 0 0 auto;
  font-size: 0
}

.slide__foto img {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  height: 100%
}

.header__slider-wrap {
  position: relative;
  width: 100%;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  z-index: 5;
}

.header__graduates-link {
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 20px;
  font-family: Arial;
  font-weight: 700;
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  border: 0 !important;
  z-index: 5;
}

.header__graduates-link:after {
  content: '';
  display: inline-block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  width: 100%;
  margin-left: 22px
}

.header__graduates-link:before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  width: 15px;
  flex: 0 0 auto;
  margin-right: 8px
}

header .slide__context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border: 0
}

.slider-wrap {
  opacity: 0;
}

.slide__context {
  text-decoration: none;
}

header .slide__context:hover,
header .slide__context:focus,
header .slide__context:active {
  border: 0 !important
}

@media only screen and (max-width:1471px) {
  .main-content-wrapper h1 {
    font-size: 3rem
  }
}

.header-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  border: 0;
  width: 0;
  height: 0;
  border-style: solid;
  cursor: pointer;
  z-index: 1;
  transition: opacity .4s linear;
  opacity: 1
}

.header-slider .slick-prev {
  left: -50px;
  border-width: 8px 18px 8px 0;
  border-color: transparent #fff transparent transparent
}

.header-slider .slick-next {
  right: -50px;
  border-width: 8px 0 8px 18px;
  border-color: transparent transparent transparent #fff
}

.header-slider .slick-disabled {
  opacity: 0
}

@media only screen and (max-width:1199px) {
  .header__sl {
    display: none
  }

  .main-header .main-menu {
    width: 100%;
    max-width: 100%;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1
  }

  .header__logo.col-3 {
    max-width: 30%
  }
}

@media only screen and (max-width:991px) {
  .main-content__main.col-lg-5 {
    max-width: 100%;
    width: 100%;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1
  }

  .main-content__additional.col-lg-6 {
    max-width: 100%;
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .header__logo-label {
    display: none
  }

  .main-content-new+.main-content .main-content-wrapper {
    padding-top: 240px !important;
  }
}

.slick-arrow {
  outline: 0
}

/*===================main===================*/
.layout {
  position: relative;
  z-index: 9;
  margin: 55px 0 90px;
}

.columns__list {
  display: flex;
  justify-content: flex-end;
  padding: 0 100px 0 0;
}

.columns__item {}

.column__left {
  width: 45%;
}

.column__right {
  width: 55%;
}

.column__first {
  padding-top: 100px;
}

.column__first .events {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.column__second {
  padding: 80px 0 0 30px;
}

.column__third {
  padding: 60px 0 0 30px;
}



.events {
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}

.events__date-double {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 10;
}

.events__date-double>.events__int {
  font-size: 30px;
}

.events__inner-text {}

.events__inner-prof .events__img-wrapper .events__text-title {
  font-family: Arial;
  font-style: normal;
  font-weight: 900;
  font-size: 19px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #495B7F;
  position: absolute;
  top: -12px;
  left: -91px;
  z-index: 10;
}

.events__inner-prof .events__text-descript {
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  text-transform: uppercase;
  color: #495B7F;
  position: absolute;
  top: -125px;
  left: 10px;
  z-index: 10;
}

.events__item-new-covid {
  background-image: url("/assets/img/covid19__svg.svg");
  width: 235px;
  height: 254px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .3s;
}

.events__item-new-covid:hover {
  transform: scale(1.2);
  transition: .3s;
}

.events__item-new-guu-at-home {
  background-image: url("/assets/img/guu-at-home.png");
  width: 138px;
  height: 137px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .3s;
  margin: 0 !important;
  top: 50px;
  left: -63px;
}

.events__item-new-guu-at-home:hover {
  transform: scale(1.2);
  transition: .3s;
}

.events__inner-covid .events__text-title {
  font-family: Arial;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: rgb(73, 91, 127);
  position: absolute;
  top: 9px;
  left: -37px;
  z-index: 10;
}

.events__inner-covid .events__text-descript {
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  text-align: left;
  text-transform: uppercase;
  color: rgb(73, 91, 127);
  position: absolute;
  top: -14px;
  left: -51px;
  z-index: 10;
}

.events__item {
  position: relative;
  transform: scale(0.8);
}

.column__second .events__item {
  transform: scale(1)!important;
}

.events__item-1 {
  position: relative;
  height: 245px;
  margin: 0 0 50px 0;
}

.events__item-2 {
  position: relative;
  height: 160px;
  margin: 0 0 110px 0;
}

.events__item-5 {
  position: relative;
  height: 160px;
  margin: 0 0 40px 0;
}

.events__item-6 {
  position: relative;
  height: 160px;
  margin: 33px 0 0 0;
  transform: scale(0.75);
}

.events__date-1 {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 11px;
  text-align: left;
  text-transform: capitalize;
  color: #fff;
  position: absolute;
  top: 169px;
  left: 231px;
  z-index: 10;
}

.events__date-2 {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 16px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 153px;
  left: 12px;
  z-index: 10;
}

.events__date-5 {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  line-height: 18px;
  text-align: left;
  text-transform: capitalize;
  color: #fff;
  position: absolute;
  top: 107px;
  left: 171px;
  z-index: 10;
}

.events__date-6 {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 25px;
  text-align: left;
  text-transform: capitalize;
  color: #fff;
  position: absolute;
  top: 128px;
  left: 20px;
  z-index: 10;
}

.events__int-1 {
  font-size: 32px;
  line-height: 30px;
}

.events__int-2 {
  font-size: 32px;
  line-height: 30px;
}


.events__int-6 {
  font-size: 31px;
  line-height: 27px;
}

.events__img-wrapper {
  position: absolute;
  bottom: 55px;
  right: 10px;
  width: 58%;
  z-index: 10;
}

.events__img-wrapper-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 342.99px;
  z-index: 8;
  height: 201px;
}

.events__img-wrapper-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 313px;
  z-index: 8;
  height: 190px;
}

.events__img-wrapper-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 240px;
  z-index: 8;
  height: 148px;
}

.events__img-wrapper-6 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 201px;
  z-index: 8;
  height: 120px;
}

.events__img {
  width: 100%;
}

.events__img-1 {
  width: 100%;
  height: 100%;
  border-radius: 23px;
}

.events__img-2 {
  width: 100%;
  height: 100%;
  border-radius: 23px;
}

.events__img-5 {
  width: 100%;
  height: 100%;
  border-radius: 17px;
}

.events__img-6 {
  width: 100%;
  height: 100%;
  border-radius: 13px;
}

.events__svg-1-1 {
  z-index: 8;
}

.events__svg-1-2 {
  position: absolute;
  z-index: 9;
  top: 127.7px;
  left: 210px;
}

.prof-zavtra__svg-1-1 {
  z-index: 8;
  width: 202px;
}

.prof-zavtra__svg-1-2 {
  position: absolute;
  z-index: 9;
  top: 38px;
  left: -1px;
  width: 81px;
}

.events__svg-2-1 {
  z-index: 8;
}

.events__svg-5-1 {
  z-index: 8;
  width: 240px;
  height: 185px;
}
}

.events__svg-1-2 {
  position: absolute;
  z-index: 9;
  top: 101px;
  left: 162px;
}

.events__svg-2-2 {
  position: absolute;
  z-index: 9;
  top: 120px;
  left: 0px;
}

.events__svg-5-2 {
  position: absolute;
  z-index: 9;
  top: 81px;
  width: 93px;
  left: 147px;
}

.events__item-1:hover .events__svg-1-1,
.events__item-2:hover .events__svg-2-1,
.events__item-5:hover .events__svg-5-1,
.events__item-6:hover .prof-zavtra__svg-1-1,
.events__item:hover .events__svg-2-1,
.column__second .events__item:hover img
{
  filter: drop-shadow(5px 5px 0 #E6334A);
}

/*===================navigation===================*/
/*--------------------------------------*/
.show__menu-shadow {
  /* background-color: rgba(0, 0, 0, 0.5); */
  left: -8px !important;
}

.sv-btn {
  width: 60px;
  height: 60px;
  transform: translate(0%, 0%);
  cursor: pointer;
  border-radius: 50%;
  background-color: #A5F2E9;
  border: none;
  outline: none;
  position: absolute;
  top: 32px;
  /* right: -80px;  right: 0; */
  z-index: 10;
  display: none;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
}

.sv-btn .hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sv-btn span {
  position: absolute;
  width: 43px;
  height: 6px;
  top: 50%;
  left: 50%;
  background: #495B7F;
  border-radius: 2px;
  overflow: hidden;
  transition: all 0.3s linear;
}

.sv-btn span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  transition: all 0.3s linear;
}

.sv-btn span:nth-child(1) {
  animation: span-first-off 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

.sv-btn span:nth-child(2) {
  animation: span-second-off 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

.sv-btn span:nth-child(3) {
  animation: span-third-off 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

.sv-btn.on:hover span::before {
  width: 100%;
  transition: all 0.3s linear;
}

.sv-btn.on span:nth-child(1) {
  animation: span-first-on 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

.sv-btn.on span:nth-child(2) {
  animation: span-second-on 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

.sv-btn.on span:nth-child(3) {
  animation: span-third-on 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes span-first-on {
  0% {
    transform: translate(-50%, -300%);
  }

  30% {
    transform: translate(-50%, -50%);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@keyframes span-first-off {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  30% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -300%);
  }
}

@keyframes span-second-on {
  0% {
    transform: translate(-50%, -50%);
  }

  25% {
    background: gray;
  }

  50% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-150%, -50%) scale(0);
  }
}

@keyframes span-second-off {
  0% {
    transform: translate(-150%, -50%) scale(0);
  }

  25% {
    background: gray;
  }

  50% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes span-third-on {
  0% {
    transform: translate(-50%, 200%);
  }

  30% {
    transform: translate(-50%, -50%);
  }

  100% {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

@keyframes span-third-off {
  0% {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  30% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, 200%);
  }
}

.menu__wrapper {
  position: absolute;
  top: 0;
  z-index: 12;
}

.main-nav {
  position: sticky;
  top: 5px;
  z-index: 12;
}

.main-nav__list {
  margin: 0;
  padding: 0;
}

.main-nav__item {
  list-style-type: none;
  margin: 0 0 -31px 0;
  position: relative;
}

.main-nav__item img {
  width: 80px;
}

.main-nav__title {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 19px;
  text-transform: uppercase;
  color: #495B7F;
  position: absolute;
  top: 32px;
  left: 100px;
  height: 60px;
  display: flex;
  align-items: center;
  width: 240px;
  z-index: 999;
  cursor: pointer;
  padding: 0px 0 0 8px;
}

.main-nav__title:hover+svg>path {}

.main-nav__link:hover+.nav__svg {
  filter: drop-shadow(5px 5px 0 #E6334A);
}

.show__menu-shadow .main-nav__list {
  filter: drop-shadow(0 0 120px #000000);
}

.label_f9d,
#jcont,
.label_fac,
.label_fac,
._bottom_5ca,
.notranslate {
  left: unset !important;
  right: 40px !important;
}

/*=================secon-section=============*/
.section__second-section {
  background: #fff;
  opacity: 1;
  position: relative;
  z-index: 5;
}

.second-section__row {
  display: flex;
}

.second-section__columns-left {
  width: 100%;
}

.second-section__columns-right {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  align-items: flex-end;
}

.columns-right__video-wrapper {}

.columns-right__statistic-right {
  width: 262px;
  padding: 0 33px 0 0;
}

.statistic-right__item {
  padding: 0 0 40px 0;
}

.statistic__decript {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-align: right;
  color: #495B7F;
}

.statistic__title {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 80px;
  text-align: right;
  text-transform: capitalize;
  color: #495B7F;
}

.second-section__columns .section__second-section {
  background: #fff;
}

.globus {
  height: 535px;
  width: 882px;
  object-fit: cover;
  right: 0;
}

.statistic-bottom__row {
  padding: 239px 0 0 30px;
}

.statistic-bottom__wrapper {
  display: flex;
  justify-content: center;
}

.statistic-bottom__item {
  padding: 0 50px 50px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*=================honey-comb=============*/
.institutes__row {
  display: flex;
  justify-content: center;
}

.row-2 {
  margin-bottom: -6px;
  display: flex;
}

.row-2:nth-child(odd) {
  margin-left: 170.5px;
}

.item__box {
  position: relative;
}

.item__box .institute,
.item__box .institute__shadow {
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  position: relative;
  background: #EBEBEB;
  width: 180px;
  height: 106px;
  -webkit-transform: rotate(-90deg);
  margin: 0 158.5px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item__box.blue .institute,
.item__box .institute__shadow {
  background: #A5F2E9;
}

.item__box .institute {
  z-index: 5;
}

.item__box .institute__shadow {
  visibility: hidden;
  background: #E6334A;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 3;
}

.item__box .institute:after,
.item__box .institute:before,
.item__box .institute__shadow:after,
.item__box .institute__shadow:before {
  content: '';
  display: block;
  position: absolute;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  -webkit-transform: rotate(-60deg);
  background: #EBEBEB;
  /* z-index: -1;*/
}

.item__box.blue .institute:after,
.item__box.blue .institute:before,
.item__box .institute__shadow:after,
.item__box .institute__shadow:before {
  content: '';
  display: block;
  position: absolute;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  -webkit-transform: rotate(-60deg);
  background: #A5F2E9;
  /* z-index: -1;*/
}

.item__box .institute__shadow:after,
.item__box .institute__shadow:before {
  background: #E6334A;
  position: absolute;
}

.item__box .institute:before,
.item__box .institute__shadow:before,
.item__box.blue .institute:before,
.item__box.blue .institute__shadow:before {
  -webkit-transform: rotate(60deg);
}

.institute:hover+.institute__shadow {
  visibility: visible;
}

.institute:hover:after+.institute__shadow {
  visibility: visible;
}

.institute:hover:before+.institute__shadow {
  visibility: visible;
}

.institutes {}

.institutes__wrapper {}

.institute__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 165px;
}

.institute__logo {
  position: absolute;
  text-align: center;
  line-height: 59px;
  color: rgb(255, 255, 255);
  z-index: 4;
  transform: rotate(90deg);
  height: 50px;
  width: 100px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* padding: 55px 0px 0px; */
  top: 58px;
  left: 47px;
}

.transparent {
  visibility: hidden;
}

.institute__logo .logo {
  width: 80px;
  height: 40px;
  object-fit: contain;
}

.institute__title {
  position: absolute;
  text-align: center;
  line-height: 59px;
  width: 130px;
  color: rgb(255, 255, 255);
  z-index: 4;
  transform: rotate(90deg);
  height: 125px;
  display: flex;
  justify-content: center;
  left: -43px;
  top: 19px;
}

.title-az {
  left: -61px !important;
}

.title-unesco {
  font-size: 12px !important;
  line-height: 16px !important;
}

.iupsibk {
  font-size: 18px !important;
  line-height: 16px !important;
}

.nowrap {
  white-space: nowrap;
}

.sport-event {
  font-size: 18px;
  line-height: 18px;
}

.az {
  font-size: 20px;
  line-height: normal;
}

.institute__title .title {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 18px;
  color: #495B7F;
}

.mini {
  position: relative;
}

.mini-1 {
  position: absolute;
  left: 187px;
  bottom: 85px;
}

.mini-2 {
  position: absolute;
  left: 187px;
  top: 85px;
}

.mini-3 {
  position: absolute;
  right: 359px;
  top: 56px;
}

.mini-4 {
  position: absolute;
  right: -97px;
  top: 120px;
}

.mini .institute {
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  position: relative;
  background: #EBEBEB !important;
  width: 110px;
  height: 66px;
  -webkit-transform: rotate(-90deg);
  margin: 0 158.5px 0 0;
}

.mini .institute {
  z-index: 5;
}

.mini .institute span {
  position: relative;
  text-align: center;
  display: block;
  line-height: 59px;
  width: 100px;
  color: #fff;
  z-index: 1;
  -webkit-transform: rotate(90deg);
}

.mini .institute:after,
.mini .institute:before {
  content: '';
  display: block;
  position: absolute;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  -webkit-transform: rotate(-60deg);
  background: #EBEBEB !important;
  /* z-index: -1;*/
}

.mini .institute:before,
.mini .institute__shadow:before {
  -webkit-transform: rotate(60deg);
}

.mini-min {
  position: relative;
}

.mini-min-1 {
  position: absolute;
  bottom: 60px;
  left: 118px;
}

.mini-min-2 {
  position: absolute;
  left: 162px;
  top: 134px;
}

.mini-min-3 {
  position: absolute;
  left: 94px;
  top: 174px;
}

.mini-min .institute {
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  position: relative;
  background: #EBEBEB !important;
  width: 60px;
  height: 36px;
  -webkit-transform: rotate(-90deg);
  margin: 0 158.5px 0 0;
}

.mini-min .institute {
  z-index: 5;
}

.mini-min .institute span {
  position: relative;
  text-align: center;
  display: block;
  line-height: 59px;
  width: 100px;
  color: #fff;
  z-index: 1;
  -webkit-transform: rotate(90deg);
}

.mini-min .institute:after,
.mini-min .institute:before {
  content: '';
  display: block;
  position: absolute;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  -webkit-transform: rotate(-60deg);
  background: #EBEBEB !important;
  /* z-index: -1;*/
}

.mini-min .institute:before,
.mini-min .institute__shadow:before {
  -webkit-transform: rotate(60deg);
}

.min-text {
  font-size: 16px !important;
  line-height: 14px !important;
}

.institute__link {
  height: 165px;
  width: 87px;
  text-decoration: none;
  display: block;
  position: relative;
}

/*-----------adaptive----------------------*/
.statistic-top__row {
  display: none;
}

.statistic-top__wrapper {}

.statistic-top__item {}

.institutes__wrapper-mobile {
  display: none;
}

.institutes__wrapper-mobile .mini-2 {
  left: 123px;
  top: 54px;
}

@media (max-width: 1870px) {
  .globus {
    height: 457px;
    width: 783px;
  }

  .statistic-bottom__row {
    padding: 160px 0 0 30px;
  }
}

@media (max-width: 1642px) {
  .header__logo {
    width: 100px;
  }

  .header__title {
    font-size: 22px;
    line-height: 26px;
  }

  .header__right {}

  .globus {
    height: 424px;
    width: 695px;
  }
}

@media (max-width: 1630px) {

  .item__box .institute,
  .item__box .institute__shadow {
    width: 112px;
    height: 67px;
    margin: 0 113.5px 0 0;
  }

  .mini .institute {
    width: 56px;
    height: 34px;
  }

  .mini-1 {
    left: 125px;
    bottom: 55px;
  }

  .mini-2 {
    left: 123px;
    top: 55px;
  }

  .mini-3 {
    right: 240px;
    top: 42px;
  }

  .mini-4 {
    right: -54px;
    top: 82px;
  }

  .mini-min .institute {
    width: 25px;
    height: 16px;
  }

  .mini-min-1 {
    bottom: 30px;
    left: 67px;
  }

  .mini-min-2 {
    left: 106px;
    top: 87px;
  }

  .mini-min-3 {
    left: 71px;
    top: 110px;
  }

  .row-2 {
    margin-bottom: -3px;
  }

  .row-2:nth-child(odd) {
    margin-left: 114.5px;
  }

  .institute__title {
    width: 113px;
    height: 68px;
    left: -16px;
    top: 6px;
  }

  .institute__title .title {
    font-size: 12px;
    line-height: 16px;
  }

  .institute__link {
    height: 82px;
    width: 87px;
  }

  .institute__wrapper {
    height: 83px;
  }

  .min-text {
    font-size: 15px !important;
    width: 115px !important;
  }

  .sport-event {
    font-size: 12px;
    line-height: 12px;
  }

  .title-az {
    left: -31px !important;
  }

  .title-unesco {
    font-size: 9px !important;
    line-height: 12px !important;
  }

  .az {
    font-size: 14px;
  }

  .iupsibk {
    font-size: 11px !important;
    line-height: 11px !important;
  }

  .institute__logo {
    height: 50px;
    width: 100px;
    top: 16px;
    left: 29px;
  }

  .institute__logo .logo {
    width: 50px;
    height: 25px;
  }

  .second-section__columns-right {
    top: 10px;
  }

  .globus {
    height: 389px;
    width: 725px;
  }

  .statistic__title {
    font-size: 50px;
    line-height: 60px;
  }

  .statistic__decript {
    font-size: 18px;
    line-height: 20px;
  }

  .statistic-bottom__row {
    padding: 157px 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .statistic-bottom__wrapper {
    justify-content: flex-end;
    padding: 0 50px 0 0;
  }

  .statistic-bottom__item {
    padding: 0 10px 50px 10px;
  }

  .columns-right__statistic-right {
    padding: 20px 33px 0 0;
  }

  .institutes {
    padding: 115px 0 0 0;
  }
}
@media (max-width: 1540px) {
  .columns__list {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 1400px) {

  .personal-account__student-and-teacher,
  .personal-account__entrant {
    width: 223px;
  }

  .menu__wrapper {
    position: absolute;
    top: -46px;
    left: -8px;
  }

  .main-nav__item svg {
    width: 300px;
    height: 80px;
  }

  .main-nav__title {
    font-size: 15px;
    line-height: 17px;
    top: 24px;
    left: 90px;
    height: 55px;
    width: 184px;
  }

  .main-nav__item {
    margin: 0 0 -25px 0;
  }

  .main-nav {
    top: 15px;
  }

  .section__first-section {
    height: auto;
  }

  .columns {
    display: flex;
    justify-content: flex-end;
  }

  .columns__list {
    flex-wrap: wrap;
    width: 76%;
  }

  .column__first {
    padding: 50px 0 0 0;
    width: 33.5%;
  }

  .column__second {
    padding: 0;
    width: 36.5%;
  }

  .column__third {
    padding: 0;
    width: 30%;
    margin: 0 0 95px 0;
  }

  /*.events__item {*/
  /*  margin: 0 0 50px 0;*/
  /*}*/

  .events__item-1 {
    margin: 0 0 58px 0;
  }

  .events__item--covid {
    margin-right: 130px;
  }

  .events__item-2 {
    /* margin: 0 0 88px 0; */
  }

  .events__item-new-guu-at-home{
    top: -10px;
  }
}

@media (max-width: 1260px) {
  .statistic-top__row {
    display: flex;
  }

  .columns-right__statistic-right {
    display: none;
  }

  .columns__list {
    width: 100%;
  }

  .institutes__wrapper {
    width: 100%;
  }

  .sv-btn {
    display: none;
    /* top: 32px; */
    top: 24px;
    left: 320px;
  }

  .statistic-top__wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 50px 50px 0 0;
  }

  .statistic-bottom__item {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
  }

  .statistic-bottom__row {
    padding: 120px 0 60px 30px;
    display: block;
    align-items: center;
    justify-content: center;
  }

  .statistic-top__item {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .statistic__decript {
    text-align: center;
  }

  .statistic-top__wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 50px 50px 0 0;
  }

  .globus {
    padding: 145px 0 0 0;
    height: 355px;
    width: 607px;
  }

  .statistic-top__row {
    display: flex;
    position: relative;
    z-index: 7;
  }

  .hidden {
    left: -313px !important;
  }

  .graduates__wrapper {
    display: none;
  }

  .menu__wrapper {
    width: 400px;
  }

  .show-menu-on-scroll {
    display: block;
  }
}

@media (max-width: 1000px) {

  .column__first,
  .column__second,
  .column__third {
    width: 100%;
  }

  .events__item-5 {
    margin-bottom: 55px;
  }
}

@media (max-width: 808px) {
  .header__items {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .header__logo-and-title {
    justify-content: space-between;
  }

  .header__right {
    justify-content: center;
  }

  .menu__wrapper {
    z-index: 11;
    left: -376px;
    width: 100%;
  }

  .mobile-nav {
    left: -309px !important;
  }

  .sv-btn {
    display: block;
    /* top: 32px; */
    top: 24px;
    left: 382px;
  }

  .sv-btn.on {
    /* left: 305px; */
    left: 325px;
  }

  .hidden {
    left: -376px !important;
  }

  .show__menu-shadow {
    left: -8px !important;
  }

  .institutes__row {
    display: block;
  }

  .institutes__wrapper {
    display: none;
  }

  .institutes__wrapper-mobile {
    display: block;
    overflow: hidden;
    padding: 0px 0 50px 77px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 328px;
  }

  .title-az {}

  .row-2 {
    width: 150px;
  }

  .statistic__title {
    font-size: 38px;
    line-height: 55px;
  }

  .statistic__decript {
    font-size: 16px;
    line-height: 20px;
  }

  .statistic-top__wrapper {
    justify-content: space-around;
    padding: 50px 0 0 0;
  }

  .statistic-top__item {
    width: 30%;
    padding: 0;
  }

  .statistic-bottom__item {
    width: 28%;
    padding: 0 10px;
  }

  .statistic-bottom__item .statistic__title {
    font-size: 28px;
    line-height: 46px;
  }

  .statistic-bottom__row {
    padding: 0;
  }

  .statistic-bottom__wrapper {
    padding: 50px 0;
  }

  .statistic__decript {
    font-size: 15px;
    line-height: 20px;
  }

  .institute__wrapper {
    height: 90px;
  }

  .columns__list {
    padding: 0 20px 0 0;
    width: 100%;
  }

  .events {
    width: 100%;
  }

  .main-footer__covid {
    align-items: center;
  }

  .main-footer__text--covid {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .sv-btn.on {
    left: 305px;
  }
}

@media (max-height: 500px) {
  .menu__wrapper {
    left: -15px;
  }

  .show__menu-shadow {
    left: -15px !important;
  }

  .main-nav__item {
    margin: 0 0 -18px 0;
  }

  .main-nav__title {
    font-size: 10px;
    line-height: 11px;
    top: 17px;
    left: 60px;
    height: 32px;
    width: 126px;
  }

  .main-nav__item svg {
    width: 211px;
    height: 51px;
  }
}

/*-----------------------------section-third---------------------------------*/
.section__third-section {
  position: relative;
  z-index: 7;
  background: grey;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.show {
  opacity: 1;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.about__body {
  min-width: 320px;
}

.about__main {
  padding-bottom: 60px;
}

.about__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 70px;
  padding-left: 407px;
}

.about__university {
  margin-bottom: 90px;
}

.about__info {
  margin-bottom: 90px;
}

.about__section-heading {
  margin: 0;
  margin-bottom: 15px;
  font-size: 30px;
  text-transform: uppercase;
}

.about__text {
  margin: 0;
  font-size: 20px;
}

.about__text:not(:last-child) {
  margin-bottom: 15px;
}

.about-info__text-content {
  margin-bottom: 30px;
}

.about-info__programs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.about-international-activity__partners {
  margin-bottom: 20px;
}

.about-university__heading {
  margin: 0;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.14em;
  text-transform: uppercase;
}

.figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 60px 0 56px;
}

.figure__wrapper {
  position: relative;
  width: 370px;
  padding: 70px 36px 36px;
  background-color: #A5F2E9;
  border-radius: 10px;
  -webkit-box-shadow: 0 56px 0 -1px #495b7f;
  box-shadow: 0 56px 0 -1px #495b7f;
}

.figure__icon {
  position: absolute;
  top: -60px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 120px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.figure__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 120px;
  height: 60px;
  background-image: url("./assets/img/front-news/figure-icon-bg.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 120px 120px;
}

.figure__icon::after {
  content: "";
  z-index: 1;
  width: 92px;
  height: 92px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.figure__icon--cap::after {
  background-image: url("./assets/img/front-news/figure-icon-cap.svg");
  background-size: 66px 52px;
}

.figure__icon--scroll::after {
  background-image: url("./assets/img/front-news/figure-icon-scroll.svg");
  background-size: 54px 54px;
}

.figure__title {
  margin: 0;
  margin-bottom: 38px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.figure__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.figure__link {
  color: inherit;
  text-decoration: none;
}

.inner-header {
  position: relative;
  z-index: 999;
}

.inner-header__container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 25px 70px;
  background-color: #ffffff;
}

.inner-header__mobile-header {
  position: absolute;
  bottom: 25px;
  left: 70px;
}

.inner-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.inner-header__logo-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 133px;
  min-width: 133px;
  height: 133px;
  margin-right: 25px;
}

.inner-header__logo-title {
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
}

.inner-header__menu-button {
  position: relative;
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.inner-header__top {
  margin-bottom: 15px;
}

.inner-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  margin-bottom: -15px;
  padding: 0;
  list-style: none;
}

.inner-header__nav-item {
  margin-bottom: 15px;
}

.inner-header__nav-link {
  display: block;
  padding: 5px 15px;
  font-weight: 700;
  font-size: 13px;
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #A5F2E9;
  border-radius: 8px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.inner-header__nav-link:hover {
  background-color: #B8F4ED;
}

.inner-header__nav-link:active {
  opacity: 0.7;
}

.inner-header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 137px;
}

.inner-header__bottom-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-header__bottom-col--1 {
  margin-right: 26px;
}

.inner-header__search {
  position: relative;
  width: 208px;
  height: 46px;
  margin-right: 34px;
}

.inner-header__search--mobile-menu {
  display: none;
}

.inner-header__search-form {
  width: 100%;
  height: 100%;
}

.inner-header__search-input {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  padding-right: 50px;
  padding-left: 12px;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: 2px solid #495b7f;
  border-radius: 20px;
}

.inner-header__search-button {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 29px;
  height: 26px;
  margin-top: -12px;
  padding: 0;
  font: inherit;
  color: inherit;
  background: url("./assets/img/front-news/icon-inner-header-search.svg") no-repeat;
  background-size: contain;
  border: 0;
  cursor: pointer;
}

.inner-header__search-button:hover {
  opacity: 0.7;
}

.inner-header__search-button:active {
  opacity: 0.5;
}

.inner-header__contacts-social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-header__contacts {
  margin-right: 26px;
}

.inner-header__contacts--mobile-menu {
  display: none;
}

.inner-header__contacts-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inner-header__contacts-link {
  font-weight: 700;
  line-height: 1.5em;
  color: inherit;
  text-decoration: none;
}

.inner-header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 190px;
}

.inner-header__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.inner-header__social-link {
  display: block;
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-header__social-link:hover {
  opacity: 0.7;
}

.inner-header__social-link:active {
  opacity: 0.5;
}

.inner-header__social-link--vk {
  background-image: url("./assets/img/front-news/icon-inner-header-vk.svg");
}

.inner-header__social-link--instagram {
  background-image: url("./assets/img/front-news/icon-inner-header-instagram.svg");
}

.inner-header__social-link--twitter {
  background-image: url("./assets/img/front-news/icon-inner-header-twitter.svg");
}

.inner-header__social-link--facebook {
  background-image: url("./assets/img/front-news/icon-inner-header-facebook.svg");
}

.inner-header__social-link--youtube {
  background-image: url("./assets/img/front-news/icon-inner-header-youtube.svg");
}

.inner-header__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}

.inner-header__options-col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.inner-header__popup-close:hover .inner-header__popup-close-icon {
  opacity: 1;
}

.inner-header__popup-close:active .inner-header__popup-close-icon {
  opacity: 0.5;
}

.inner-header__popup-close-icon {
  color: #ffffff;
  opacity: 0.7;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.inner-header__option {
  display: block;
  padding: 10px 20px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background-color: #e6334a;
  border-radius: 15px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.inner-header__option:hover {
  background-color: #db1b33;
}

.inner-header__option:active {
  opacity: 0.7;
}

.inner-header__option--1 {
  margin-bottom: 0;
}

.inner-header__option--2 {
  display: none;
}

.inner-header__option--3 {
  margin-bottom: 10px;
}

.inner-header__languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-header__languages-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inner-header__languages-link {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3em;
}

.hamburger {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 4px;
  color: #495b7f;
  background-color: #495b7f;
  border-radius: 5px;
}

.hamburger::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: currentColor;
  border-radius: 5px;
  -webkit-transition: top 0.1s linear 0.1s, -webkit-transform 0.1s ease-in;
  transition: top 0.1s linear 0.1s, -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
  transition: transform 0.1s ease-in, top 0.1s linear 0.1s, -webkit-transform 0.1s ease-in;
}

.hamburger::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: currentColor;
  border-radius: 5px;
  -webkit-transition: top 0.1s linear 0.1s, -webkit-transform 0.1s ease-in;
  transition: top 0.1s linear 0.1s, -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
  transition: transform 0.1s ease-in, top 0.1s linear 0.1s, -webkit-transform 0.1s ease-in;
}

.hamburger--close {
  width: 30px;
  background-color: transparent;
  background-image: url("./assets/img/front-news/menu/icon-menu-close.svg");
}

.hamburger--close::before {
  top: 0;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.1s linear 0.1s, -webkit-transform 0.1s ease-in;
  transition: top 0.1s linear 0.1s, -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
  transition: transform 0.1s ease-in, top 0.1s linear 0.1s, -webkit-transform 0.1s ease-in;
}

.hamburger--close::after {
  top: 0;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.1s linear 0.1s, -webkit-transform 0.1s ease-in;
  transition: top 0.1s linear 0.1s, -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
  transition: transform 0.1s ease-in, top 0.1s linear 0.1s, -webkit-transform 0.1s ease-in;
}

.hamburger--no-js {
  display: none;
}

.menu {
  position: fixed;
  top: 220px;
  left: 0;
  width: 340px;
  height: 600px;
  background-color: #A5F2E9;
}

.modal__close {
  position: absolute;
  top: -50px;
  right: -14px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.modal__close:hover .modal__close-icon {
  opacity: 1;
}

.modal__close:active .modal__close-icon {
  opacity: 0.5;
}

.mosaic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mosaic__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 294px;
  min-width: 280px;
  position: relative;
}

.mosaic__item:not(:last-child) {
  margin-right: 26px;
}

.mosaic__item--even {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.mosaic__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 294px;
  min-height: 280px;
  padding: 5em 1.5em 2.5em;
  /* color: inherit; */
  color: #495B7F;
  text-decoration: none;
  background-color: #CAEDEB;
  background-repeat: no-repeat;
  background-position: 30px 40px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.mosaic__link:not(:last-child) {
  margin-bottom: 26px;
}

.mosaic__link--description {
  margin-bottom: 26px;
  background-color: #A5F2E9;
  z-index: 1;
}

.mosaic__link--description:hover,
.mosaic__link--description:active,
.mosaic__link--description:focus {
  text-decoration: underline;
  background-color: #CAEDEB;
}

.mosaic__link--description .mosaic__small-arrow--right {
  display: none;
}

.mosaic__link--image {
  overflow: hidden;
  z-index: 0;
}

.mosaic__link--image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.mosaic__link--image:hover::before {
  opacity: 0.1;
}

.mosaic__link--cup {
  background-image: url("/assets/img/front-news/icon-cup.svg");
  background-size: 51px 51px;
}

.mosaic__link--magnet {
  background-image: url("/assets/img/front-news/icon-magnet.svg");
  background-size: 43px 47px;
}

.mosaic__link--sheets {
  background-image: url("/assets/img/front-news/icon-sheets.svg");
  background-size: 41px 53px;
}

.mosaic__link--lock {
  background-image: url("/assets/img/front-news/icon-lock.svg");
  background-size: 56px 56px;
}

.mosaic__item--even .mosaic__link--description {
  margin-bottom: 0;
}

.mosaic__item--even .mosaic__link--description .mosaic__small-arrow--left {
  display: none;
}

.mosaic__item--even .mosaic__link--description .mosaic__small-arrow--bottom {
  display: none;
}

.mosaic__item--even .mosaic__link--image {
  margin-bottom: 26px;
}

.mosaic__title {
  margin: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.15em;
}

.mosaic__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease;
  transition: 1s ease;
  -o-object-fit: cover;
  object-fit: contain;
}

.mosaic__link--image:hover .mosaic__image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.mosaic__link:hover .mosaic__small-arrow,
.mosaic__link:active .mosaic__small-arrow,
.mosaic__link:focus .mosaic__small-arrow {
  fill: #CAEDEB;
}

.mosaic__small-arrow {
  position: absolute;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  fill: #A5F2E9;
}

.mosaic__small-arrow--top {
  top: -38px;
  left: 50%;
  width: 14px;
  height: 46px;
  margin-left: -7px;
}

.mosaic__small-arrow--right {
  top: 50%;
  right: -38px;
  width: 46px;
  height: 14px;
  margin-top: -7px;
}

.mosaic__small-arrow--bottom {
  bottom: -38px;
  left: 50%;
  width: 14px;
  height: 46px;
  margin-left: -7px;
}

.mosaic__small-arrow--left {
  top: 50%;
  left: -38px;
  width: 46px;
  height: 14px;
  margin-top: -7px;
}

.planets {
  width: 790px;
  height: 790px;
}

.planets__list {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-image: url("./assets/img/front-news/planets-earth.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 276px 276px;
}

.planets__item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 206px;
  height: 206px;
  font-size: 19px;
  text-align: center;
  background-color: #A5F2E9;
  border-radius: 50%;
}

.planets__item--1 {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.planets__item--2 {
  top: 85px;
  right: 85px;
}

.planets__item--3 {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.planets__item--4 {
  right: 85px;
  bottom: 85px;
}

.planets__item--5 {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.planets__item--6 {
  bottom: 85px;
  left: 85px;
}

.planets__item--7 {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.planets__item--8 {
  top: 85px;
  left: 85px;
}

.main-footer {
  font-weight: 700;
  font-size: 18px;
  color: #495b7f;
}

.main-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 6.5% 6.3%;
}

.main-footer__col {
  width: 30%;
}

.main-footer__col--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main-footer__sub-heading {
  margin: 0;
  margin-bottom: 20px;
  font: inherit;
}

.main-footer__text {
  margin: 0;
  margin-bottom: 10px;
  font: inherit;
}

.main-footer__phone {
  display: inline-block;
  margin-right: 10px;
}

.main-footer__email {
  display: inline-block;
}

.main-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer__list-item:not(:last-child) {
  margin-bottom: 10px;
}

.main-footer__link {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.main-footer__link--underline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.main-footer__link--underline:hover {
  border-bottom: 4px solid #f9000c;
}

.main-footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}

.main-footer__social-item:not(:last-child) {
  margin-right: 15px;
}

.main-footer__social-link {
  position: relative;
  display: inline-block;
  height: 36px;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-footer__social-link--vk {
  width: 40px;
  background-image: url("../assets/media/icons/vk.svg");
}

.main-footer__social-link--vk::before {
  width: 40px;
  background-image: url("../assets/media/icons/vk-back.svg");
}

.main-footer__social-link--facebook {
  width: 16px;
  background-image: url("../assets/media/icons/facebook.svg");
}

.main-footer__social-link--facebook::before {
  width: 16px;
  background-image: url("../assets/media/icons/facebook-back.svg");
}

.main-footer__social-link--twitter {
  width: 30px;
  background-image: url("../assets/media/icons/twitter.svg");
}

.main-footer__social-link--twitter::before {
  width: 30px;
  background-image: url("../assets/media/icons/twitter-back.svg");
}

.main-footer__social-link--youtube {
  width: 30px;
  background-image: url("../assets/media/icons/youtube.svg");
}

.main-footer__social-link--youtube::before {
  width: 30px;
  background-image: url("../assets/media/icons/youtube-back.svg");
}

.main-footer__social-link--instagram {
  width: 26px;
  background-image: url("../assets/media/icons/instagram.svg");
}

.main-footer__social-link--instagram::before {
  width: 26px;
  background-image: url("../assets/media/icons/instagram-back.svg");
}

.main-footer__social-link--telegram {
  width: 29px;
  background-image: url("../assets/media/icons/telegram.svg");
}

.main-footer__social-link--telegram::before {
  width: 29px;
  background-image: url("../assets/media/icons/telegram-back.svg");
}

.main-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-footer__copyright-text {
  margin-top: 20px;
}

.news__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 80px;
  padding-right: 70px;
  padding-bottom: 80px;
  padding-left: 410px;
}

.news__heading {
  margin: 0;
  margin-bottom: 36px;
  margin-left: 140px;
  padding: 0;
  font-weight: bold;
  font-size: 70px;
  line-height: 1.15em;
  color: #495B7F;
  text-transform: uppercase;
  position: relative;
  z-index: 7;
}

.news__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  margin-right: -15px;
  margin-bottom: 3px;
  padding: 0;
  overflow: hidden;
  list-style: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.news__nav-link {
  position: relative;
  display: block;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0.5em 0.75em;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.15em;
  text-align: center;
  color: #495b7f;
  text-decoration: none;
  word-wrap: break-word;
  background-color: #ebebeb;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.news__nav-link:hover {
  background-color: #dedede;
}

.news__nav-link--active,
.news__nav-link--active:hover,
.news__nav-link:active {
  background-color: #d2d2d2;
}

.news__nav--hidden .news__nav-link--active::before {
  display: block;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.news__list-container {
  margin-left: 145px;
}

.news__list {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-align: right;
}

.news__list--active {
  opacity: 1;
}

@media (min-width: 768px) {
  .main-footer__social-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 36px;
    background-size: cover;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .main-footer__social-link:hover::before {
    top: 4px;
    left: 4px;
    opacity: 1;
  }

  .main-footer .logo--vk::before {
    width: 3.92rem;
    background: url(../assets/media/icons/vk-back.svg) no-repeat;
  }
}

@media (min-width: 992px) {
  .about-international-activity__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1920px) {
  .inner-header__container {
    width: 1920px;
  }

  .mosaic {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-footer__container {
    width: 1920px;
    margin: 0 auto;
  }
}

.main-footer__covid {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.main-footer__text--covid {
  text-align: right;
}

@media (min-width: 1921px) {
  .about__container {
    width: 1920px;
    margin: 0 auto;
  }

  .mosaic__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
  }

  .mosaic__link {
    height: 300px;
  }

  .news__container {
    width: 1920px;
    margin: 0 auto;
  }
}

@media (min-width: 2327px) {
  .about__container {
    padding: 0 70px;
  }

  .news__container {
    padding: 70px;
  }
}

@media (max-width: 1919px) {
  .news__heading {
    margin-left: 0;
  }

  .news__list-container {
    margin-left: 0;
  }
}

@media (max-width: 1800px) {
  .inner-header__options {
    margin-right: 20px;
  }

  .inner-header__options-col-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: 0;
  }

  .inner-header__popup {
    display: none;
  }

  .inner-header__popup-window {
    width: 357px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 30px;
  }

  .inner-header__popup--active .inner-header__popup-window {
    display: block;
  }

  .inner-header__popup-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 36px;
  }

  .inner-header__popup.inner-header__option {
    padding: 16px 18px;
  }

  .inner-header__option--1 {
    margin-bottom: 10px;
  }

  .inner-header__option--2 {
    display: block;
  }

  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }

  .modal--active {
    opacity: 1;
  }

  .modal__window {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: top 0.25s ease-out, opacity 0.15s linear;
    transition: top 0.25s ease-out, opacity 0.15s linear;
  }

  .modal--active .modal__window {
    top: 50%;
    opacity: 1;
  }

  .modal__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1674px) {
  .mosaic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mosaic__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }

  .mosaic__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 26px;
  }

  .mosaic__item--even {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .mosaic__link {
    height: 280px;
  }

  .mosaic__link:not(:last-child) {
    margin-right: 26px;
    margin-bottom: 0;
  }

  .mosaic__link--description .mosaic__small-arrow--bottom {
    display: none;
  }

  .mosaic__link--description .mosaic__small-arrow--right {
    display: block;
  }

  .mosaic__item--even .mosaic__link--description {
    margin-right: 0;
  }

  .mosaic__item--even .mosaic__link--description .mosaic__small-arrow--top {
    display: none;
  }

  .mosaic__item--even .mosaic__link--description .mosaic__small-arrow--left {
    display: block;
  }

  .mosaic__item--even .mosaic__link--image {
    margin-right: 26px;
    margin-bottom: 0;
  }
}

@media (max-width: 1500px) {
  .inner-header__contacts-social-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .inner-header__contacts {
    margin-right: 0;
  }

  .inner-header__contacts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .inner-header__contacts-item--phone {
    margin-right: 10px;
  }

  .inner-header__social {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 1440px) {
  .about-info__programs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about-info__figure:not(:last-child) {
    margin-right: 35px;
  }

  .about-info__figure-wrapper {
    width: auto;
  }

  .news__heading {
    font-size: 64px;
  }

  .news__nav-link {
    font-size: 18px;
  }
}

@media (max-width: 1400px) {
  .inner-header__logo-image {
    width: 113px;
    min-width: 113px;
    height: 113px;
  }

  .inner-header__logo-title {
    font-size: 28px;
    line-height: 1.4em;
  }

  .inner-header__bottom {
    min-height: 117px;
  }

  .inner-header__bottom-col {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .inner-header__bottom-col--1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .inner-header__bottom-col--2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .inner-header__search {
    width: 224px;
    height: 36px;
    margin-right: 0;
  }

  .inner-header__search-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 22px;
    height: 20px;
    margin-top: -10px;
  }

  .inner-header__contacts {
    margin-bottom: 10px;
  }

  .inner-header__option {
    padding: 16px 18px;
    border-radius: 20px;
  }

  .inner-header__option--2 {
    display: block;
  }
}

@media (max-width: 1260px) {
  .about__container {
    padding: 0 35px;
  }

  .about__university {
    margin-bottom: 60px;
    padding-top: 10px;
  }

  .about__info {
    margin-bottom: 60px;
  }

  .about__international-activity {
    margin-bottom: 60px;
    padding-top: 10px;
  }

  .inner-header__container {
    padding: 25px 35px;
  }

  .inner-header__mobile-header {
    left: 35px;
  }

  .news__container {
    padding: 35px;
  }
}

@media (max-width: 992px) {
  .about__container {
    padding: 0 20px;
  }

  .about-info__figure:not(:last-child) {
    margin-right: 20px;
  }

  .about-university__heading {
    font-size: 40px;
  }

  .inner-header__container {
    padding: 15px;
  }

  .inner-header__mobile-header {
    position: static;
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inner-header__logo-image {
    width: 46px;
    min-width: 46px;
    height: 46px;
    margin-right: 15px;
  }

  .inner-header__logo-title {
    font-size: 14px;
    line-height: unset;
  }

  .inner-header__menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inner-header__mobile-menu {
    position: absolute;
    top: 80px;
    left: 0;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 15px 30px;
    background-color: #ffffff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-box-shadow: 0 30px 40px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 30px 40px 2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }

  .inner-header__mobile-menu--active {
    opacity: 1;
  }

  .inner-header__top {
    margin-bottom: 30px;
  }

  .inner-header__bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: auto;
  }

  .inner-header__bottom-col--1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .inner-header__search {
    display: none;
  }

  .inner-header__search--mobile-menu {
    display: block;
    width: 200px;
  }

  .inner-header__contacts {
    display: none;
  }

  .inner-header__contacts--mobile-menu {
    display: block;
    margin-bottom: 0;
  }

  .inner-header__social {
    margin-bottom: 0;
  }

  .inner-header__social-item:not(:last-child) {
    margin-right: 6px;
  }

  .inner-header__options-col-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inner-header__option--1 {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .inner-header__languages-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .inner-header__languages-item {
    margin-right: 8px;
  }

  .mosaic__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .mosaic__link:not(:last-child) {
    margin-right: 20px;
  }

  .mosaic__item--even .mosaic__link--description {
    margin-right: 0;
  }

  .mosaic__item--even .mosaic__link--image {
    margin-right: 20px;
  }

  .planets {
    width: auto;
    height: auto;
  }

  .planets__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-right: -20px;
    margin-bottom: -20px;
    background: none;
  }

  .planets__item {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-transform: none;
    transform: none;
  }

  .news__container {
    padding: 35px 20px;
  }
}

@media (max-width: 768px) {
  .no-scroll {
    overflow: hidden;
  }

  .about-info__programs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-info__figure:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .inner-header__bottom-col--1 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .inner-header__search {
    display: block;
  }

  .inner-header__search {
    width: 100%;
  }

  .inner-header__search--mobile-menu {
    display: none;
  }

  .inner-header__contacts-social-wrapper {
    margin-bottom: 10px;
  }

  .inner-header__contacts-item--phone {
    margin-right: 15px;
  }

  .inner-header__social-item:not(:last-child) {
    margin-right: 0;
  }

  .inner-header__options {
    margin-right: 12px;
  }

  .inner-header__options-col-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .inner-header__option {
    padding: 9px 31px;
  }

  .inner-header__option--1 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .inner-header__languages-list {
    display: block;
  }

  .inner-header__languages-item {
    margin-right: 0;
  }

  .main-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-footer__col {
    width: auto;
  }

  .main-footer__col:not(:last-child) {
    margin-bottom: 40px;
  }

  .main-footer__col--3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news__heading {
    font-size: 56px;
  }
}

@media (max-width: 620px) {
  .mosaic__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mosaic__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mosaic__link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .mosaic__link--description .mosaic__small-arrow--bottom {
    display: block;
  }

  .mosaic__link--description .mosaic__small-arrow--right {
    display: none;
  }

  .mosaic__item--even .mosaic__link--description .mosaic__small-arrow--bottom {
    display: block;
  }

  .mosaic__item--even .mosaic__link--description .mosaic__small-arrow--left {
    display: none;
  }
}

@media (max-width: 576px) {
  .about__university {
    margin-bottom: 40px;
    padding-top: 10px;
  }

  .about__info {
    margin-bottom: 40px;
  }

  .about__international-activity {
    margin-bottom: 40px;
    padding-top: 10px;
  }

  .inner-header__mobile-menu {
    position: fixed;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .inner-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .inner-header__nav-link {
    padding: 15px;
    font-size: 16px;
  }

  .inner-header__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .inner-header__bottom-col--1 {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .inner-header__contacts-social-wrapper {
    margin-bottom: 10px;
    margin-bottom: 20px;
  }

  .inner-header__contacts {
    display: block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 0;
  }

  .inner-header__contacts--mobile-menu {
    display: none;
  }

  .inner-header__social {
    margin-bottom: 20px;
  }

  .inner-header__social-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .inner-header__options {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px;
  }

  .inner-header__options-col-left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .news__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-height: 420px;
    margin-right: 0;
  }

  .news__nav-link {
    margin-right: 0;
  }

  .news__nav-link--active {
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #ebebeb;
  }

  .news__nav-link--active::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url("/assets/img/front-news/icon-slider-arrow.svg") no-repeat center;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}

@media (max-width: 567px) {
  .inner-header__contacts-item--phone {
    margin-right: 46px;
  }
}

@media (max-width: 491px) {
  .planets__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .about-university__heading {
    font-size: 32px;
  }

  .inner-header__popup-window {
    right: 15px;
    left: 15px;
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .news__heading {
    font-size: 52px;
  }
}

@media (max-width: 360px) {
  .inner-header__social-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .inner-header__options {
    margin-right: 12px;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {}

/* ---------------------------slider------------------------*/
.graduates__wrapper {
  position: relative;
  width: 440px;
  height: 158px;
}

.header__item-graduates {
  position: absolute;
}

.swiper-container {
  width: 440px;
}

.swiper-slide__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 356px;
}

.swiper-slide__text {
  margin-left: 15px;
  color: #fff;
}

.text__info {
  font-size: 17px;
  font-weight: 600;
}

.text__year2 {
  font-weight: 600;
}

.text__position {}

.swiper-slide__photo {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  flex: 0 0 auto;
  font-size: 0;
}

.photo__image {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  flex: 0 0 auto;
  font-size: 0;
  border-radius: 50%;
  object-fit: cover;
}

.slider-flex {
  display: flex;
  justify-content: center;
}

/*----------------slider-pps----------------*/
.graduates__svg {
  width: 202px;
  height: 180px;
}

/* .slider-pps__wrapper {  position: absolute;  top: -11px;  left: 1px;  padding-top: 12px;}.birthday-slider {  width: 200px;  height: 150px;  display: none;}.birthday-slider--visible {  display: block;}.birthday-slider__container {  width: 200px;}.birthday-slider__title {  margin: 0;  color: #495b7f;  font-size: 11px;  text-align: left;  text-transform: uppercase;  margin-left: 12px;}.birthday-slider__button {  color: #ffffff;} */
.celebration-slider {
  position: absolute;
  top: -11px;
  left: 1px;
  padding-top: 12px;
  width: 200px;
  height: 150px;
}

.celebration-slider__container {
  width: 200px;
  display: none;
}

.celebration-slider__title {
  margin: 0;
  color: #495b7f;
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 20px;
  display: none;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.celebration-slider__button {
  color: #ffffff;
}

/* .birthday-employee {  color: #495b7f;  position: relative;  box-sizing: border-box;  padding: 10px 20px;  display: flex;  align-items: center;  overflow: hidden;  height: 144px;}.birthday-employee__col-left {  margin-right: 0px;}.birthday-employee__col-right {  flex-shrink: 0;}.birthday-employee__name {  font-weight: bold;  margin: 0;  margin-bottom: 6px;  font-size: 11px;}.birthday-employee__department {  margin: 0;  font-size: 11px;  margin-bottom: 4px;}.birthday-employee__post {  margin: 0;  font-size: 11px;}.birthday-employee__photo-wrapper {  width: 35px;  height: 35px;  border-radius: 50%;  margin: 0;  position: relative;  overflow: hidden;}.birthday-employee__photo {  max-width: 100%;  height: auto;  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);} */
.birthday {
  color: #495b7f;
  position: relative;
  box-sizing: border-box;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 144px;
}

.birthday__col-left {
  margin-right: 0px;
}

.birthday__col-right {
  flex-shrink: 0;
}

.birthday__name {
  font-weight: bold;
  margin: 0;
  margin-bottom: 6px;
  font-size: 11px;
}

.birthday__department {
  margin: 0;
  font-size: 11px;
  margin-bottom: 4px;
}

.birthday__post {
  margin: 0;
  font-size: 11px;
}

.birthday__photo-wrapper {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.birthday__photo {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.holiday {
  color: #495b7f;
  position: relative;
  box-sizing: border-box;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  height: 120px;
}

.holiday__date {
  font-weight: bold;
  margin: 0;
  font-size: 20px;
  margin-bottom: 10px;
}

.holiday__name {
  font-weight: bold;
  margin: 0;
  font-size: 20px;
}

.third-section__bg-video {
  z-index: 0;
  position: absolute;
  height: 100%;
  opacity: 0.2;
  object-fit: cover;
  width: 100%;
}

.events__item--birthday-slider {
  margin-bottom: 30px;
}

.pps-btn-next {
  right: -5px !important;
}

.pps-btn-prev {
  left: -5px !important;
}

.pps-btn-prev:after,
.pps-btn-next:after {
  font-size: 20px !important;
}

.news__list .mosaic {
  margin-bottom: 24px;
}

.news__all {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  transition: 0.2s ease-in-out;
  position: relative;
  z-index: 10;
  text-decoration: none;
}

.news__all:hover {
  border-bottom: 4px solid #f9000c;
}

.search-popup__form {
  position: relative;
}

.search-popup__input {
  border-radius: 20px;
  border: none;
  height: 50px;
  outline: none;
  font: inherit;
  color: #495b7f;
  padding: 0 50px 0 12px;
  font-size: 16px;
  width: 600px;
}

.search-popup__button {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 29px;
  height: 26px;
  margin-top: -12px;
  padding: 0;
  background: url(/assets/img/about/icon-inner-header-search.svg) no-repeat;
  background-size: contain;
  border: 0;
  cursor: pointer;
}

.header-tools {
  margin-right: 10px;
}

.search {
  display: block;
  width: 35px;
  height: 32px;
  background: url(/assets/img/about/search-icon-white.svg) no-repeat;
  background-size: contain;
  border: 0;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .search-popup__window {
    width: 80%;
  }

  .search-popup__form {
    width: 100%;
  }

  .search-popup__input {
    border-radius: 20px;
    border: none;
    height: 50px;
    outline: none;
    font: inherit;
    color: #495b7f;
    padding: 0 50px 0 12px;
    font-size: 16px;
    width: 100%;
  }
}