  /* Header */
.header {
  background: var(--blue);
  padding: 20px 40px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.wrapper{
 /* padding-top: 110px; */
}

@media (max-width: 500px) {
	.wrapper{
      padding-top: 88px;
    }
}

.header__block {
  display: flex;
  flex-direction: column;
  flex: 0 0 83%;
}

.header__up,
.header__down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.header-dd-menu.dropdown-menu
.header__up {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header__down {
  padding-top: 14px;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__logo span {
  font-family: "Adobe Hebrew";
  color: var(--orange);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0.095em;
}

.header__logo img {
  /*width: 280px;*/
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.header__up-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: 20px;
  row-gap: 10px;
}

.header__up-menu-list > li {
  display: flex;
  align-items: center;
}

.header__up-menu-list li a {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: var(--blue-2);
}

.header__up-lang-eye {
  display: flex;
  gap: 20px;
}

.header__lang {
  display: flex;
  gap: 20px;
}

.header__lang.mobile {
  display: none;
  margin-bottom: 15px;
}

.header__lang-items {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #BDBDBD;
}

.header__lang-items:hover {
  color: #BDBDBD;
}

.header__lang-items.isLangActive {
  color: var(--blue-2);
}

.header__down {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__down-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: 30px;
  row-gap: 15px;
}

.header__search {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__search-form {
  display: none;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}

.header__search-form.active {
  display: flex;
}

.header__search-input {
  padding: 3.5px 6px;
  outline: none;
  border: none;
  font-size: 14px;
}

.header__search-icon {
  cursor: pointer;
}

.header__search-btn {
  background: var(--orange);
  border: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
}

.header-dd-tgl {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: var(--white);
  text-transform: uppercase;
}

.header-dd-tgl:hover {
  color: var(--orange);
}

.header-dd-tgl.dropdown-toggle::after {
  border: none;
}

.header-dd.dropdown {
  position: static !important;
  padding: 10px 0;
}

.header-dd-menu.dropdown-menu{
  position: absolute !important;
  width: 100% !important;
  max-height: max-content;
  /*min-height: 900px;*/
  /*height: 100%;*/
  transform: none !important;
  margin: 10px 0 0 0 !important;
  inset: auto auto auto 0 !important;
  border-radius: 0;
  padding: 40px 0;
  background: var(--blue);
  display: inherit;
  /* box-shadow: 0px -27px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px); */
  transition: all 0.4s ease-in-out !important;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: translateY(20px) !important;
  -ms-transform: translateY(20px) !important;
  transform: translateY(20px) !important;
}

.header-dd.dropdown:hover .header-dd-menu.dropdown-menu {
  margin-top: 10px !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.header-dd-menu.dropdown-menu.show {
  display: none;
}

.header-dd__menu {
  display: flex;
  column-gap: 40px;
  row-gap: 20px;
  flex-wrap: wrap;
}

.header-dd__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header-dd__items-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: var(--blue-2);
}

.header-dd__items-title:hover {
  color: var(--orange);
}

.header-dd__items-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header-dd__items {
  width: 260px;
}

/*.header-dd__items.-faculty {*/
/*  width: auto;*/
/*}*/

.header-dd__items.-faculty .header-dd__items-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 10px;
}

.header-dd__items-links li a {
  color: #E0E0E0;
  font-size: 18px;
}
.header-dd__items-links li a:hover {
  color: var(--orange-2);
}

.header-item-dd-menu.dropdown-menu {
  background: var(--white);
  border: none;
  border-radius: 16px;
  padding: 20px;
  top: 0;
  left: 100%;
}

.header-item-dd.dropdown {
  position: relative !important;
  /*position: static !important;*/
  padding: 10px 0;
}

.header-item-dd-menu.dropdown-menu {
  display: inherit;
  transition: all 0.4s ease-in-out !important;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: translateY(20px) !important;
  -ms-transform: translateY(20px) !important;
  transform: translateY(20px) !important;
}

.header-item-dd.dropdown:hover .header-item-dd-menu.dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
  margin-top: 10px !important;
}



.header-item-dd__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 240px;
}

.header-item-dd__links li a {
  color: var(--blue);
}
.header-item-dd__links li a:hover {
  color: var(--orange);
}

.header-dd__items-title.header-item-dd-tgl.dropdown-toggle {
  white-space: unset;
}

.header-item-dd-tgl.dropdown-toggle::after {
  border: none;
}

.header__mobile-block {
  display: none;
}

.header__burger {
  display: none;
}


.search-result-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.search-result-block .-header {
  display: block;

}

.search-result-block .-header .-form-search {
  display: flex;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;
  padding: 8px 8px 8px 12px;
}

.search-result-block .-header .-form-search button {
  background: none;
  outline: none;
  border: none;
}

.search-result-block .-header input[type="search"] {
  width: 100%;
  border: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  outline: none;
  line-height: 24px;
}

.search-result-block .-header input[type="search"]::-webkit-search-cancel-button {
  position:relative;
  right:0px;
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  border-radius:6px;
  background: url(/front/assets/img/icons/ic-cancel.svg);
}

.search-result-block .-header span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: var(--blue);
  margin-bottom: 20px;
}

.search-results {
  display: block;

}

.search-results .-item {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--orange);
}

.search-results .-item h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: var(--blue);
  margin-bottom: 9px;
}

.search-results .-item:hover h3 {
  color: var(--purple);
}

.search-results .-item p,
.search-results .-item a{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #636363;
  margin-bottom: 0;
}

.search-results .-item p:hover,
.search-results .-item a:hover {
  color: #636363;
}


@media (max-width: 1600px) {
  .header__block {
    flex: 0 0 75%;
  }
}
@media (max-width: 1440px) {
  .header-dd__menu{
    column-gap: 20px;
  }
  .header-dd__items {
    min-width: 169px;
    max-width: 169px;
    width: auto;
  }
  .header-dd__items-title{
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .header__block {
    display: none;
  }

  .header__lang.mobile.isActive {
    display: flex;
  }

  .header__mobile-block {
    display: block;
    position: fixed;
    top: 0;
    left: -1000%;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #f6f7f9;
    margin: 100px 0px 20px 0px;
    z-index: 100;
    padding: 20px;
  }

  .header__mobile-block.isActive {
    top: 0px;
    left: 0px;
    background: var(--blue);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 3;
    margin: 0;
  }

  .header__burger span {
    position: absolute;
    background-color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger:after {
    bottom: 0;
  }

  .header__burger:before {
    top: 0;
  }

  .header__burger:after, .header__burger:before {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger.isActive:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 9px;
  }

  .header__burger.isActive span {
    transform: scale(0) translate(0px, -50%);
  }

  .header__burger.isActive:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
  }

  .header__search-form {
    margin-bottom: 15px;
  }

  .header__search-input {
    padding: 5.5px 6px;
  }

  .header__search-form.active,
  .header__search-input {
    width: 100%;
  }
}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {
}
@media (max-width: 768px) {

  .header__mobile-block {
    margin: 100px 0px 20px 0px;
  }
}
@media (max-width: 600px) {

}
@media (max-width: 500px) {
  .header {
    padding: 20px;
  }
  .header__up-menu-list {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .header__logo img {
    /*width: 175px;*/
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .header__logo {
    gap: 8px;
  }
  .header__logo span {
    font-size: 12px;
  }
}
@media (max-width: 414px) {

}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}
/* Header end */

/* Main */
.main {
  background-image: url(/front/assets/img/backgrounds/bg-main-blue.png);
  background-size: cover;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-position: bottom;
  padding-bottom: 296px;
  justify-content: center;
}


@media (max-width: 991px) {
  .main {
    padding-bottom: 0px;
  }
}


.main .container {
  position: relative;
}

.main__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  height: 420px;
  padding: 10px 0;
}

.main__content-text {
  width: 50%;
}

.main__content-img-block {
  width: 50%;
  height: 100%;
}

.main__content-img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.main__content-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.main__title.-title{
  color: var(--orange);
  margin-bottom: 8px;
}

.main__title.-big-title{
  color: var(--white);
  margin-bottom: 40px;
}

.main__title.-big-title h1,
.main__title.-big-title h2,
.main__title.-big-title h3,
.main__title.-big-title h4,
.main__title.-big-title h5,
.main__title.-big-title h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 45px;
}

.main__subtitle-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--white);
  margin-bottom: 80px;
}

.main__subtitle-list a {
  color: var(--white);
}
.main__subtitle-list a:hover {
  color: var(--white);
}

.main__link-btn {
  width: 157px;
}

.main__swiper {
  height: 420px;
  overflow: hidden;
}

.mainSwiper-control .swiper-pagination-1 {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 0px;
}

.swiper-pagination-1 .swiper-pagination-bullet {
  background-color: var(--orange);
  width: 12px;
  height: 12px;
}

.main__cards {
  border-radius: 12px;
  width: 100%;
  display: flex;
  position: absolute;
  top: 200px;
  z-index: 20;
}

.main__card-items {
  padding: 20px;
  background: var(--white);
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.03), 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 10px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  height: 150px;
  width: 100%;
  cursor: pointer;
}

.main__card-items:nth-child(1) {
  border-radius: 12px 0 0 12px;
}
.main__card-items:nth-last-child(1) {
  border-radius: 0 12px 12px 0;
}

.main__card-name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--blue);
}

.main__card-icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
    max-height: 50px;
    max-width: 100px;
}

.main__card-items:hover .main__card-name {
  color: var(--orange);
  transition: 0.3s;
}
.main__card-items:hover .main__card-icon svg path {
  fill: var(--orange);
  transition: 0.3s;
}

@media (max-width: 1400px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {
  .main__content {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
    height: auto;
  }
  .main__content-text {
    width: 100%;
  }
  .main__content-img-block {
    width: 100%;
  }
  .main__swiper {
    height: auto;
  }
  .main__cards {
    flex-direction: column;
    gap: 8px;
    top: 600px;
  }
  .main__card-items,
  .main__card-items:nth-child(1),
  .main__card-items:nth-last-child(1){
    border-radius: 12px 0 0 12px;
  }
}
@media (max-width: 768px) {
  .main__title.-title {
    font-size: 20px;
    line-height: 120%;
  }
  .main__title.-big-title {
    font-size: 34px;
    line-height: 120%;
  }
}
@media (max-width: 600px) {

}
@media (max-width: 500px) {
  .main__title.-title {
    font-size: 18px;
    line-height: 120%;
  }
  .main__title.-big-title {
    font-size: 26px;
    line-height: 120%;
  }
  .main__link-btn {
    width: 100%;
  }
  .main__content-img {
    height: 300px;
  }
  .main__cards {
    width: 93%;
  }
}
@media (max-width: 414px) {

}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}
/* Main end */

/* News Section */
.news {
  padding: 80px 0;
  background-color: #f1f1f1;
}

.news .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.news__main-block {
  flex: 0 0 66%;
}

.news__aside-block {
  flex: 0 0 30%;
  background: var(--white);
  border-radius: 12px;
  padding: 20px;
}

.news__body {
  margin: 20px 0;
}

.news__body-main-new {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news__body-main-img {
  width: 100%;
  height: 450px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.news__body-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__body-main-img-date {
  position: absolute;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--white);
  background: var(--orange);
  left: 0;
  bottom: 20px;
  padding: 5px 10px;
  border-radius: 0px 6px 6px 0px;
}

.page__date .news__body-main-img-date {
  position: relative;
  left: auto;
  bottom: auto;
  border-radius: 6px;
}

.news__body-main-title.block-title {
  font-weight: 400;
  margin-bottom: 6px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  height: 100px;
}

.news__body-main-title.block-title a {
  color: var(--blue);
}

.news__body-main-hashtags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap:8px;
}

.news__body-main-hashtags a{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #606060;
}

.news__body-other-news {
  display: flex;
  gap: 40px;
}

.news__body-other-news .news__body-main-img {
  height: 226px;
}

.news__footer,
.news__aside-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid var(--orange);
}

.news__footer-title.block-title a,
.news__aside-footer-title.block-title a {
  color: var(--orange);
  display: flex;
  gap: 10px;
  align-items: center;
}

.news__aside-body {
  margin: 25px 0;
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.news__aside-anons {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.news__aside-anons-date-item {
  background: var(--orange);
}

.news__aside-anons-date.anons-block-date p {
  color: var(--blue);
}


.news__aside-anons-text.text-std1 {
  color: var(--blue);
  margin: 15px 0;
}
.news__aside-anons-text.text-std1:hover {
  color: var(--aqua);
  margin: 15px 0;
}


@media (max-width: 1400px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {
  .news {
    padding: 75px 0 80px 0;
  }
  .news .container {
    flex-direction: column;
  }
  .news__main-block,
  .news__aside-block {
    flex: none;
    width: 100%;
  }

  .news__body-main-title.block-title {
    -webkit-line-clamp: 2;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .news__body-other-news {
    flex-direction: column;
    gap: 20px;
  }
  .news__body-main-img,
  .news__body-other-news .news__body-main-img {
    height: 260px;
  }
}
@media (max-width: 600px) {

}
@media (max-width: 500px) {
  .news__body-main-title.block-title {
    font-size: 18px;
    line-height: 120%;
    height: 43px;
  }
}
@media (max-width: 414px) {

}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}
/* News Section end*/


/* Other News Section */
.other-news {
  background: rgba(255,255,255,0.7);
  border-radius: 12px;
  padding: 60px 0;
}

.other-news-title {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 24px;
  color: var(--blue);
}

.other-news-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.other-news-content .news__body-main-img {
  height: 226px;
}
/* Other News Section end */

/* Useful Section */
.useful {
  background: #f1f1f1;
  padding: 0;
}

.useful__back-card {
  background: var(--blue);
  padding: 60px 0;
  width: 95%;
  margin: 0 auto;
  border-radius: 12px;
}

.useful .container {

}

.useful__title {
  color: var(--white);
}

.useful__items .block-title {

}

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

.useful-youtube {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  grid-area: youtube;
  color: #000;
  background: #fff;
  position: relative;
}

.useful-youtube__content {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.useful-youtube__title {
  margin-bottom: 20px;
  color: var(--blue)
}

.useful-youtube__subtitle  {
  color: var(--blue)
}

.useful-youtube .useful__items-link a {
  color: var(--orange);
}
.useful-youtube .useful__items-link a:hover {
  color: var(--orange);
}

.useful-youtube-img {
  position: relative;
  width: 320px;
  height: 168px;
}

.-modal1 {
  grid-area: -modal1;
  color: #000;
  background: #fff;
}
.-modal2 {
  grid-area: -modal2;
  color: #000;
  background: #fff;
}
.useful-gazet {
  grid-area: gazet;
  color: #000;
  background: #fff;
}
.useful-abiturient {
  /*grid-area: abiturient;*/
  color: #000;
  background: #fff;
  height: 285px;
}
.useful-student {
  /*grid-area: student;*/
  color: #000;
  background: #fff;
  height: 285px;
}

.useful .section__body.-top {
  display: grid;
  gap: 40px;
  grid-template-areas:
    'youtube youtube youtube youtube gazet gazet'
    '-modal1 -modal1 -modal2 -modal2 gazet gazet'
    /*'abiturient abiturient abiturient student student student';*/
}

.useful .section-body.-mobile {
  display: none;
}

.useful .section__body.-bottom {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.useful__items {
  padding: 30px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.useful-gazet__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.useful-gazet-img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}

.useful-gazet .useful__items-link {
  width: 100%;
}

.useful-gazet .useful__items-link a {
  color: var(--orange);
  text-decoration: underline !important;
}
.useful-gazet .useful__items-link a:hover {
  color: var(--orange);
  text-decoration: underline !important;
}

.useful-gazet .useful__items-link .-online-pay {
  background: var(--orange);
  color: var(--white);
  padding: 10px 20px;
  width: 100%;
  text-decoration: none !important;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.useful-gazet .useful__items-link .-online-pay:hover {
  background: var(--hover-orange);
  color: var(--white);
  text-decoration: none !important;
}

.newspaperSwiper .swiper-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
}

.swiper-button-prev-3.swiper-button-disabled svg g circle,
.swiper-button-next-3.swiper-button-disabled svg g circle {
  fill: #e5e5e5;
}

.useful-youtube-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  width: 100%;
}

.useful-youtube-modal__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


.useful-youtube-modal__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.useful-youtube-modal__play {
  position: relative;
  z-index: 10;
}

.useful-abiturient {
  background: #EFEFEF;
}

.useful-abiturient .useful__items-link li {
  margin-bottom: 3px;
}

.useful-abiturient .useful__items-link a {
  color: #444;
}
.useful-abiturient .useful__items-link a:hover {
  color: #444;
}

.useful-abiturient-img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 200px;
  height: 200px;
  object-fit: contain;
}


.useful-student {
  background:var(--orange);
}

.useful-student .useful__items-link li {
  margin-bottom: 3px;
}

.useful-student .useful__items-link a {
  color: var(--white);
}
.useful-student .useful__items-link a:hover {
  color:var(--white);
}

.useful-student-img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.useful__footer-links {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  width: 100%;
  justify-content: space-between;
}

.useful__footer-links a {
  color: var(--white);
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  gap: 10px;
}
.useful__footer-links a:hover {
  color: var(--white);
}

.useful__footer-links a:nth-child(1) {
  flex: 0 0 65%;
}
.useful__footer-links a:nth-child(2) {
  flex: 0 0 31%;
}


@media (max-width: 1400px) {

}
@media (max-width: 1200px) {
    .useful-youtube-modal {
        height: 228px;
    }
}
@media (max-width: 1024px) {
  .useful-youtube-modal {
    height: 188px;
  }
}
@media (max-width: 991px) {
  .useful .section__body.-top,
  .useful__footer-links{
    display: none;
  }

  .useful .section-body.-mobile {
    display: flex;
    flex-direction: column;

  }

  .useful .section-body.-mobile .uni-gazet,
  .useful .section-body.-mobile .uni-video {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .useful .section-body.-mobile .uni-gazet .uni-gazet-btn,
  .useful .section-body.-mobile .uni-video .uni-video-btn {
    margin: 20px 0 26px 0;
    color: var(--white);
  }

  .useful-abiturient,
  .useful-student {
    height: 440px;
  }

  .useful-abiturient-img {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
    width: 250px;
    height: 170px;
    object-fit: contain;
  }

  .useful-youtube-modal {
    height: 460px;
  }
}
@media (max-width: 768px) {
  .useful-youtube {
    flex-direction: column;
    gap: 20px;
  }
  .useful-youtube__content {
    width: 100%;
  }
  .useful .section__body.-bottom {
    gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .useful-abiturient,
  .useful-student {
    height: 410px;
  }

  .other-news-content {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 600px) {

}
@media (max-width: 500px) {
  .other-news-title {
    font-size: 24px;
    line-height: 120%;
  }
  .useful-youtube-modal {
    height: 298px;
  }
  .useful-youtube-img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 414px) {
  .useful-youtube-modal {
    height: 244px;
  }
}
@media (max-width: 390px) {
  .useful-youtube-modal {
    height: 229px;
  }
}
@media (max-width: 375px) {
  .useful-youtube-modal {
    height: 220px;
  }
}
@media (max-width: 360px) {
  .useful-youtube-modal {
    height: 210px;
  }
}
@media (max-width: 320px) {
  .useful-youtube-modal {
    height: 185px;
  }
}
/* Useful Section end */

/* Programs */
.programs {
  background: #f1f1f1;
  position: relative;
  z-index: 10;
  padding: 0 ;
}

.programs.page {
  padding: 80px 0;
}

.programs .container {

}

.programs__title {
  font-size: 28px;
  color: var(--blue);
}

.programs__tab-header {
  display: flex;
  align-items: center;
  gap: 40px;
}

.programs .tab1.nav.nav-tabs .nav-link.active {
  color: var(--purple);
}

.programs__search-form {
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.input-search.text-std1 {
  cursor: pointer;
}

.input-search.text-std1::-webkit-search-decoration,
.input-search.text-std1::-webkit-search-cancel-button,
.input-search.text-std1::-webkit-search-results-button,
.input-search.text-std1::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

.programs__dropdown-btn {
  padding: 13px 22px;
  background: var(--white);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  border-radius: 6px;
}

.programs__dropdown-btn.dropdown-toggle::after {
  background: url(/front/assets/img/icons/ic-dropdown-arrow.svg);
  margin-left: 0.7em;
  vertical-align: 0.155em;
  width: 10px;
  height: 6px;
  border: 0;
}

.programs__dropdown-menu.dropdown-menu {
  padding: 10px 0;
  border: 0;
}

.programs__dropdown-item.dropdown-item:hover,
.programs__dropdown-item.dropdown-item:focus {
  background: var(--purple);
  color: var(--white)
}

.page-news .programs__dropdown {
  width: fit-content;
  margin-bottom: 30px;
}

.page-news .programs__dropdown-btn,
.page-news .programs__dropdown-menu.dropdown-menu{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.programs__color-instruction {
  display: none;
  /*display: flex;*/
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  justify-content: flex-end;
  flex: 0 0 50%;
}

.program__color-items {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--blue);
}

.program__color-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.program__color-circle.--gray {
  background: #E3E3E3;
}
.program__color-circle.--purple {
  background: #485BFF;
}
.program__color-circle.--orange {
  background: #FFD8AD;
}

.programs__result {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  z-index: 10;
  top: 55px;
  width: 100%;
  box-shadow: 0px 16px 32px rgb(0 0 0 / 3%), 0px 1px 2px rgb(0 0 0 / 5%), 0px 10px 20px rgb(0 0 0 / 5%);
}

.programs__result.none {
  display: none;
}
.programs__result.show {
  display: flex;
}

.programs__result-items {
  padding: 5px 16px;
  color: var(--text1);
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
}

.programs__tab-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin: 60px 0;
}

.programs__tab-card.search-result {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin: 60px 0;
}

.search-result-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: var(--black);
}

.programs__tab-card-items {
  padding: 20px ;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  /*min-height: 185px;*/
  height: 250px;
  background: var(--white);
}

.programs__tab-card-items.--gray {
  background: var(--white);
}
.programs__tab-card-items.--purple {
  background: var(--purple);
}
.programs__tab-card-items.--orange {
  background: #E9E0D7;
}
.programs__tab-card-items.--gray:hover  {
  background: rgb(232, 232, 232);
}
.programs__tab-card-items.--purple:hover  {
  background: #4455f2;
}
.programs__tab-card-items.--orange:hover  {
  background: #e7d8ca;
}

.programs__tab-card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.programs__tab-card-subtitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.programs__tab-card-items.--gray .programs__tab-card-title ,
.programs__tab-card-items.--gray .programs__tab-card-subtitle {
  color: var(--blue);
}
.programs__tab-card-items.--purple .programs__tab-card-title,
.programs__tab-card-items.--purple .programs__tab-card-subtitle {
  color: var(--white);
}
.programs__tab-card-items.--orange .programs__tab-card-title ,
.programs__tab-card-items.--orange .programs__tab-card-subtitle {
  color: var(--blue);
}

.programs__tab-card-other {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.programs__tab-card-stat {
  display: flex;
  column-gap: 10px;
  row-gap: 6px;
  flex-wrap: wrap;
}

.programs__tab-card-score {
  padding: 3px 7px;
  border-radius: 100px;
}

.programs__tab-card-items.--gray .programs__tab-card-score {
  color: var(--white);
  background: var(--purple);
}
.programs__tab-card-items.--purple .programs__tab-card-score {
  color: var(--white);
  background:  rgba(26, 38, 61, 0.42);
}
.programs__tab-card-items.--orange .programs__tab-card-score {
  color: var(--white);
  background: var(--blue);
}

.programs__tab-card-code {
  padding: 3px 7px;
  border-radius: 100px;
}

.programs__tab-card-items.--gray .programs__tab-card-code {
  color: var(--blue);
  background: #ECECEC;
}
.programs__tab-card-items.--purple .programs__tab-card-code {
  color: var(--blue);
  background: var(--white);
}
.programs__tab-card-items.--orange .programs__tab-card-code {
  color: var(--blue);
  background: var(--white);
}

.programs__tab-card-link {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  gap: 5px;
}

.programs__tab-card-items.--gray .programs__tab-card-link {
  color: var(--purple);
}
.programs__tab-card-items.--purple .programs__tab-card-link {
  color: var(--white);
}
.programs__tab-card-items.--orange .programs__tab-card-link {
  color: var(--orange);
}

.programs__tab-card-items.--gray .programs__tab-card-link-icon-path {
  fill: var(--purple);
}
.programs__tab-card-items.--purple .programs__tab-card-link-icon-path {
  fill: var(--white);
}
.programs__tab-card-items.--orange .programs__tab-card-link-icon-path {
  fill: var(--orange);
}

.programs__tab-footer {
  margin-top: 30px;
}

.programs__tab-footer-link {
  color: var(--orange);
  border-top: 1px solid #D49958;
}

.programs__tab-footer-link:hover {
  color: var(--orange);
}


@media (max-width: 1400px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {
  .programs {
    padding: 40px 0;
  }
  .programs__tab-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .programs__search-form {
    width: 100%;
  }
  .programs__color-instruction {
    width: 100%;
    flex: none;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .programs__tab-card {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .programs__tab-card {
    grid-template-columns: 1fr;
  }
  .search-result-desc {
    font-size: 17px;
    line-height: 120%;
  }
}
@media (max-width: 600px) {
  .search-result-desc {
    font-size: 14px;
    line-height: 120%;
  }
}
@media (max-width: 500px) {
  .programs.page {
    padding: 40px 0;
  }
}
@media (max-width: 414px) {

}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}
/* Programs end */

/* Science */
.science {
  background: #f1f1f1;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.science .container {
  position: relative;
  z-index: 10;
}

.science__back-card {
  background: var(--white);
  width: 95%;
  margin: 0 auto;
  border-radius: 12px;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.science__body-card {
  display: grid;
  grid-template-columns:  1fr 1fr 1fr;
  gap: 40px;
}


.science__body-card .news__body-main-img {
  height: 226px;
}

.science .section__footer {
  margin-top: 30px;
}

.science-footer-link.block-footer-link {
  color: var(--purple);
  border-top: 1px solid var(--purple);
}
.science-footer-link .block-footer-link-icon-path {
  fill: var(--purple);
}

.img-bg-science {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 1400px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {
  .science__body-card {
    display: grid;
    grid-template-columns:  1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {

}
@media (max-width: 600px) {

}
@media (max-width: 500px) {

}
@media (max-width: 414px) {

}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}
/* Science end */

/* Guide */
.guide {
  background: #f1f1f1;
  position: relative;
}

.guide .container {

}

.guide__title {
  color: var(--blue);
}

.guide .tab1.nav.nav-tabs .nav-link.active {
  color: var(--orange)
}

.guide__tab-body .acc1-btn.accordion-button:not(.collapsed) {
  color: var(--purple);
  font-weight: 600;
}


@media (max-width: 1400px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {

}
@media (max-width: 768px) {

}
@media (max-width: 600px) {

}
@media (max-width: 500px) {

}
@media (max-width: 414px) {

}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}
/* Guide end */


/* Faculty Main */
.faculty-main {
  background-image: url(/front/assets/img/backgrounds/bg-faculty-main-gradient.png);
  background-color: #f1f1f1;
  background-size: cover;
  padding: 50px 0 80px 0;
}

.faculty-main .container {
  position: relative;
}

.faculty-main .section__header {
  margin-bottom: 40px;
}

.faculty-main__content {
  width: 55%;
}

.faculty-main__titles {
  width: 100%;
  margin-bottom: 46px;
}

.faculty-main__title {
  margin-bottom: 29px;
  color: var(--blue);
}

.faculty-main__subtitle {
  color: var(--blue);
  text-align: justify;
}

.faculty-main__category {
  color: var(--aqua);
}

.faculty-main__boss {
  display: flex;
  gap: 20px;
}

.faculty-main__boss-img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  background: radial-gradient(50% 50% at 50% 50%, rgba(166, 166, 166, 0.4) 3.12%, rgba(234, 234, 234, 0.4) 56.25%, rgba(190, 190, 190, 0.4) 100%);
  flex: 0 0 auto;
}

.faculty-main__boss-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faculty-main__boss-infos {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}

.faculty-main__boss-address-email,
.faculty-main__boss-category {
  color: var(--aqua);
  word-break: break-word;
}

.faculty-main__boss-name {
  color: var(--blue);
  font-weight: 600;
}

.faculty-main__boss-info-header,
.faculty-main__boss-info-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.faculty-main__boss-info-body p {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

.faculty-main__boss-post,
.faculty-main__boss-phone,
.faculty-main__boss-address {
  color: var(--blue);
}

.faculty-main__boss-info-footer {
  display: flex;
  align-items: center;
  gap: 5px;
}

.faculty-main__boss-address-link {
  color: var(--aqua);
  text-decoration: underline !important;
}


.faculty-main__social-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: var(--blue);
  margin-bottom: 10px;
}

.faculty-main__social-links {
  display: flex;
  gap: 10px;
}

.faculty-main__social {
  margin-top: 20px;
}

.faculty-main__video {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 500px;
  position: absolute;
  right: 0;
  top: 150px;
}

.faculty-main__video-block {
  width: 100%;
  height: 243px;
  border-radius: 500px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


.faculty-main__video-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  filter: brightness(0.5);
  z-index: 1;
}

.faculty-main__video-title {
  color: var(--aqua);
  text-align: center;
  font-weight: 600;
}

.faculty-main__video-play {
  position: relative;
  z-index: 13;
}

@media (max-width: 1400px) {

}
@media (max-width: 1200px) {
  .faculty-main__content,
  .faculty-main__titles {
    width: 100%;
  }

  .faculty-main__video {
    position: relative;
    top: auto;
    margin: 50px auto 0 auto;
  }
}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {
  .faculty-main__boss-infos {
    flex-direction: column;
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .faculty-main__title {
    font-size: 32px;
    line-height: 120%;
  }
  .faculty-main__video {
    width: 100%;
  }
}
@media (max-width: 600px) {

}
@media (max-width: 500px) {
  .faculty-main {
    padding: 20px 0 40px 0;
  }
  .faculty-main__title {
    font-size: 24px;
    line-height: 120%;
  }
}
@media (max-width: 414px) {

}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}
/* Faculty Main end */

/* Structure Main */
.structure-main {

}

.structure-main .container {

}

.structure-main__content {

}

.structure-main__title {

}

.structure-main__subtitle {

}

.structure__info-person {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.governance .acc1-item.accordion-item {
  background: var(--white);
  box-shadow: 0px 2px 16px rgb(34 34 34 / 5%);
}

.governance .acc1-btn.accordion-button {
  gap: 20px;
}

.governance .structure__info-card {
  background: none;
  box-shadow: none;
  padding: 0;
}


.structure__info-person.vacancy {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.structure__info-card {
  background: var(--white);
  box-shadow: 0px 2px 16px rgba(34, 34, 34, 0.05);
  border-radius: 12px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.structure__info-person.vacancy .structure__info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: none;
  background: none;
  gap: 10px;
}

.structure__info-person.vacancy .structure__info-card .company-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  border: 0;
  object-fit: contain;
  width: 100px;
  height: 100px;
}

.structure__info-person.vacancy .structure__info-card .company-qr {
  background: var(--white);
  box-shadow: 0px 2px 16px rgb(34 34 34 / 5%);
}

.structure__info-person.contacts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.structure__info-person.contacts .structure__info-card {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.structure__info-person.contacts img{
  width: 30vh;
  height: 40vh;
  object-fit: cover;
}

.structure__info-card-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  flex: 0 0 auto;
}

.structure__info-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.structure__info-card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--black);
  margin-bottom: 12px;
}

.structure__info-card-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #696969;
  margin-bottom: 16px;
}

.structure__info-card-social {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 0 0 0;
  border-top: 1px solid #F3F3F3;
}

.structure__info-tabs .tab1.nav.nav-tabs .nav-link.active {
  border-color: var(--aqua);
}

.structure__info-tabs .tab1.nav.nav-tabs {
  border-color: #EACCAC;
}

.structure2__info-person {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  justify-content: space-between;
}

.structure2__info-left {
  width: 55%;
}

.structure2__info-right {
  width: 30%;
  padding-left: 30px;
  border-left:  1.5px solid #F3F3F3;
  display: flex;
  flex-direction: column;
}

.structure2__info-left-header,
.structure2__info-right-header {
  margin-bottom: 30px;
}

.structure2__info-title {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  color: var(--blue);
}

.structure2__info-left-body,
.structure2__info-right-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.structure2__info-card {
  display: flex;
  padding: 30px;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0px 2px 16px #F8F6F4;
  border-radius: 12px;
  background: var(--white);
}

.structure2__info-card-img {
  flex: 0 0 auto;
}

.structure2__info-card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--black);
  margin-bottom: 12px;
}

.structure2__info-card-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #696969;
  margin-bottom: 12px;
}

.structure2__info-card-social {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 16px;
  border-top: 1px solid #F3F3F3;
}

.structure2__info-card-social-items {
  display: flex;
  gap: 16px;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--black);
}

.structure2__info-right-tabs .tab2.nav.nav-tabs .nav-link.active {
  border: 1px solid var(--aqua);
}

@media (max-width: 991px) {
  .structure__info-person,
  .structure__info-person.contacts {
    grid-template-columns: 1fr;
  }
  .structure2__info-left,
  .structure2__info-right {
    width: 100%;
  }

  .structure2__info-person {
    flex-direction: column-reverse;
  }

  .structure2__info-right {
    border: none;
    padding-left: 0;

  }

  .structure2__info-right-tabs .tab2.nav.nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .structure2__info-right-tabs .tab2.nav.nav-tabs .nav-link {
    width: auto;
  }

  .structure__info-person.vacancy {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .structure__info-person.vacancy {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  }
  .structure__info-card {
    align-items: flex-start;
  }
  .structure__info-person.contacts img {
    width: 100%;
    height: 30vh;
  }
  .governance .structure__info-card {
    flex-direction: column;
  }
}

/* Structure Main end */


/* Department section  */
.department-section {
  padding: 60px 0;
}

.department-section-title {
  color: var(--blue);
}

.department-section.department-history .section__header {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 50px;
}

.department-section-title-year {
  color: var(--aqua);
  border: 1px solid var(--aqua);
  border-radius: 6px;
  padding: 5px 10px;
}

.department-history__text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: var(--blue);
  margin-bottom: 30px;
  text-align: justify;
}

.department-news__card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.department-news__card .news__body-main-img {
  height: 226px;
  border-radius: 0;
}

.department-section .news__body-main-img-date {
  background: var(--aqua);
}

.department-footer-link {
  color: var(--aqua);
  border-top: 1px solid var(--orange);
}

.department-footer-link .block-footer-link-icon-path {
  fill: var(--aqua);
}

.department-teachers__card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.department-teachers__items {
  padding: 20px;
  background: #F5F5F6;
  border-radius: 12px;
  height: 212px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.department-teachers__item-name {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: var(--blue);
  margin-bottom: 10px;
}

.department-teachers__img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  background: radial-gradient(50% 50% at 50% 50%, rgba(166, 166, 166, 0.4) 3.12%, rgba(234, 234, 234, 0.4) 56.25%, rgba(190, 190, 190, 0.4) 100%);
}

.department-teachers__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.department-teachers__item-post {
  color: var(--blue);
  width: 50%;
}

.department-documentation__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.department__search-form.search-form {
  width: 360px;
  background: #F5F5F6;
  border-radius: 6px;
}

.department__dropdown.dropdown {
  background: #F5F5F6;
  border-radius: 6px;
  padding: 13px 22px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  border-radius: 6px;
}

.department__dropdown-btn.dropdown-toggle {
  color: #666666;
}

.department__dropdown-process {
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-end;
}

.department__dropdown-process p {
  color: #666666;
  margin: 0;
}



.department-documentation__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 0;
}


.department-documentation__items {

}

.department-documentation__item-title {

}

.department-documentation__item-download {

}

.department-documentation__item-size {

}

.department-documentation__item-btn {

}

.department-documentation .department-footer-link {
  border-top: none;
}

@media (max-width: 1200px) {
  .department__dropdown-process {
    flex: 0 0 40%;
  }
}

@media (max-width: 991px) {
  .department-documentation__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .department-section.department-history .section__header {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .department__search-form.search-form,
  .department__dropdown.dropdown {
    width: 100%;
  }
}

/* Department section end */


/* Faculty Info  */
.faculty__info {
  background: url(/front/assets/img/backgrounds/bg-faculty-main-gradient.png);
  background-size: cover;
}

.faculty__info .container {

}

.faculty__info-block {
  padding: 30px 0;
}

.faculty__info-block-title {
  margin-bottom: 30px;
}

.faculty__info-block-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: var(--blue);
  text-align: justify;
}

.faculty__info-block-text h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}

.faculty__info-block-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.faculty__info-block-department {
  padding: 20px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(276.71deg, #007AE5 6.23%, #99D0FF 25.13%, #FFE0C1 47.56%, #D49958 62.16%);
  border: 1px solid #007AE5;
  border-radius: 12px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #2D6DA5;
  min-width: 250px;
}

.faculty__info-block-department-more {
  padding: 8px 12px;
  background: var(--aqua);
  border-radius: 12px;
}



.faculty__info-tabs nav .nav-tabs {
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap !important; /* Разрешает перенос элементов на новую строку */
  scrollbar-width: none; /* Убирает скролл в Firefox */
 
}

 


.faculty__info-tabs .footer__nav-link {
  background-color: transparent; /* Фон прозрачный по умолчанию */
  color: black; /* Цвет текста по умолчанию */
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  border: 1px solid #007AE5;
    border-radius: 12px;
  
}

.faculty__info-tabs .footer__nav-link:hover {
  border: 1px solid #007AE5;
    border-radius: 12px;
  background-color: #007AE5; /* Синий фон при наведении */
  color: white; /* Белый текст при наведении */
}


.faculty__info-tabs nav .nav-tabs::-webkit-scrollbar {
  display: none; /* Убирает скролл в Chrome и Safari */
}


/*  
.faculty__info-tabs .nav-link:not(.active) {
  
  color: #007AE5 !important; 
  border-bottom: 2px solid gray  !important; 
}

.faculty__info-tabs .nav-link.active {
  color: #000;
  border-bottom: 2px solid #007AE5 !important; 
  
}
 */





.faculty__info-tabs .tab1.nav.nav-tabs .nav-link.active {
  border-color: var(--aqua);
  font-weight: 400;
  
  
}

.edu-program {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}

.edu-program-content {
  width: 80%;
}

.edu-program-tab-block {
  width: 20%;
}

.edu-program-title {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 24px;
  color: var(--black);
  margin-bottom: 40px;
}

.edu-program-tab-title {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: var(--blue);
  margin-bottom: 22px;
}

.edu-program-accordion {
  width: 80%;
}

.edu-program-accordion .acc2-btn.accordion-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.edu-program-accordion .acc2-btn.accordion-button > h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: var(--black);
  margin: 0;
}

.edu-program-accordion .acc2-btn.accordion-button > p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #111621;
  margin: 0;
}

.edu-program-accordion-body h4 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: var(--aqua);
  margin-bottom: 16px !important;
}

.edu-program-accordion-body p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--black);
  margin-bottom: 16px !important;
}

.edu-program-accordion-body h4:nth-last-child(1),
.edu-program-accordion-body p:nth-last-child(1) {
  margin-bottom: 0px !important;
}

.edu-program-accordion-body .btn-oval-blue {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  padding: 16px 30px;
}

.edu-program-table td {
  padding: 8px 10px 8px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #000000;
}

.faculty-news__card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin: 40px 0;
}

.faculty-news__card .news__body-main-img {
  height: 226px;
}

.science-footer-link .block-footer-link-icon-path {
  fill: var(--purple);
}

@media (max-width: 1200px) {
  .faculty__info {
    padding: 0 0 80px 0;
  }
}

@media (max-width: 991px) {
  .edu-program {
    flex-direction: column;
  }

  .edu-program-content,
  .edu-program-tab-block,
  .edu-program-accordion {
    width: 100%;
  }

  .faculty-news__card {
    grid-template-columns: 1fr 1fr;
  }
}


@media (max-width: 768px) {
  .faculty__info-block-title {
    font-size: 32px;
    line-height: 120%;
  }

  .faculty-news__card {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 500px) {
  .faculty__info-block-title {
    font-size: 24px;
    line-height: 120%;
  }
  .faculty__info-block-department {
    padding: 17px;
    font-size: 17px;
    min-width: auto;
    width: 100%;
    text-align: center;
  }
}

/* Faculty Info end */

/* Footer */
.footer {
  background-image: url(/front/assets/img/backgrounds/bg-footer-gradient.png);
  /* background-color: #f1f1f1; */
  background-size: cover;
  position: relative;
  padding: 60px 0 80px 0;
}

.footer .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  z-index: 10;
}

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

/*.footer__logo-img {*/
/*  width: 531px;*/
/*  height: 187px;*/
/*  object-fit: contain;*/
/*}*/

.footer__logo-img {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.footer__logo-img span {
  font-family: "Adobe Hebrew";
  color: var(--blue);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0.095em;
}

.footer__logo-img img {
  /*width: 280px;*/
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.img-bg-footer {
  position:absolute;
  left: 0;
  bottom: 0;
}

.footer__card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.footer__card-items {
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.03), 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  background: var(--white);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer__card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--blue);
}

.footer__card-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: var(--purple);
  margin: 0;
}

.footer__card-text a {
  color: var(--purple);
}

.footer__card-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}

.footer__nav-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--purple);
  margin-bottom: 20px;
}

.footer__nav-body {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  justify-content: flex-start;
}

.footer__nav-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 280px;
}

.footer__nav-link {
  color: var(--blue)
}

.footer__nav-link:hover {
  color: var(--purple);
  text-decoration: underline !important;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer__contacts-copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: var(--blue);
}

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

.footer__contacts-phone a {
  color: var(--blue);
}

.footer__contacts-email {
  color: var(--purple);
}

@media (max-width: 1400px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {
  .footer__card {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer__nav-body {
    display: flex;
    flex-direction: column ;
    align-items: flex-start;
    gap: 20px;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {

}
@media (max-width: 600px) {
  .footer__logo-img img {
    width: 100%;
  }
}
@media (max-width: 500px) {

}
@media (max-width: 414px) {

}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}
/* Footer end */



/* PAGE News */
.page-news {
  padding: 50px 0;
  position: relative;
  background: url(/front/assets/img/backgrounds/bg-page-gradient1.png);
  background-size: cover;
}

.page-news__path,
.page-news__titles {
  margin: 0 0 40px 0;
}

.page-news__head-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.page-news__date-input {
  display: flex;
  align-items: center;
  position: relative;
}

.page-news__date-input svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}

.page-news__category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news__category a {
  color: var(--text1);
  background: #e5e5e5;
  padding: 5px 10px;
  border-radius: 4px;
}

.page-news__category a:hover {
  color: var(--white);
  background: var(--orange);
}

.page-news__body {

}

.page-news__body-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 40px;
  row-gap: 30px;
  margin-bottom: 40px;
}

.page-news__body-block .news__body-main-img {
  height: 226px;
}

.news__body-main-elem {
  display: flex;
  flex-direction: column;
}

.page-news__body-block  .news__body-main-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-news__footer {
  display: flex;
}

.news__body-main-link.btn-link-more {

}

.news__body-main-link a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: var(--purple);
}


@media (max-width: 1400px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {
  .page-news__body-block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .page-news__body-block {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {

}
@media (max-width: 500px) {

}
@media (max-width: 414px) {

}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}
/* PAGE News end */



/* PAGE News Inner */
.page-news-inner{
  padding: 50px 0;
  position: relative;
  background: url(/front/assets/img/backgrounds/bg-page-gradient1.png);
  background-size: cover;
}


.page-news-inner__body {
  width: 80%;
}

.page-news-inner__body-img {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {
  .page-news-inner__body {
    width: 100%;
  }
}
@media (max-width: 768px) {

}
@media (max-width: 600px) {

}
@media (max-width: 500px) {

}
@media (max-width: 414px) {

}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}
/* PAGE News Inner end */


/* PAGE Anons */
.page-anons {
  padding: 50px 0;
  position: relative;
  background: url(/front/assets/img/backgrounds/bg-page-gradient1.png);
  background-size: cover;
}

.page-anons__body-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 10px;
  width: 90%;
}

.page-anons__body-items {
  display: flex;
  gap: 46px;
}

.page-anons__date-item p {
  min-width: 124px;
  display: flex;
  justify-content: center;
}

.page-anons__body-titles {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F3F3F3;
  width: 100%;
}

.page-anons__body-link {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--blue);
}

.page-anons__body-link:hover {
  color: var(--aqua);
}

.page-anons__show-more-btn.show-more-btn {
  margin-left: 200px;
  margin-top: 40px;
}

.anons__body-main-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--blue);
}

.anons__body-main-title a {
  color: var(--blue);
}

.anons__body-main-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #686F80;
}

@media (max-width: 1400px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {

}
@media (max-width: 768px) {

}
@media (max-width: 600px) {

}
@media (max-width: 500px) {

}
@media (max-width: 414px) {

}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}
/* PAGE Anons end */



/* PAGE Anons Inner */
.page-anons-inner{
  padding: 50px 0;
  position: relative;
  background: url(/front/assets/img/backgrounds/bg-page-gradient1.png);
  background-size: cover;
}

.page-anons-inner__body {
  width: 80%;
}

.news__body-main-text

@media (max-width: 1400px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {

}
@media (max-width: 768px) {

}
@media (max-width: 600px) {

}
@media (max-width: 500px) {

}
@media (max-width: 414px) {

}
@media (max-width: 390px) {

}
@media (max-width: 375px) {

}
@media (max-width: 360px) {

}
@media (max-width: 320px) {

}
/* PAGE Anons Inner end */


/* PAGE Newspaper  */
.newspaper__info {
  background: url(/front/assets/img/backgrounds/bg-page-gradient1.png);
}

.newspaper__info .section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
  row-gap: 15px;
}

.newspaper__info .tab3.nav.nav-tabs {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.newspaper__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}

.newspaper__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.newspaper__img-block {
  border: 1px solid #F3F3F3;
  filter: drop-shadow(1px 1px 20px rgba(26, 37, 61, 0.05));
  border-radius: 10px;
  width: 100%;
  height: 415px;
  overflow: hidden;
}

.newspaper__img-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.newspaper__file-name p {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  color: var(--purple);
  margin: 0;
}

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

@media (max-width: 1400px) {
  .newspaper__img-block {
    height: 355px;
  }
}
@media (max-width: 1200px) {
  .newspaper__body {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .newspaper__body {
    grid-template-columns: 1fr 1fr;
  }
  .newspaper__info .section__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {

}
@media (max-width: 500px) {
  .newspaper__body {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 414px) {
  .newspaper__img-block {
    height: 548px;
  }
}
@media (max-width: 390px) {
  .newspaper__img-block {
    height: 518px;
  }
}
@media (max-width: 375px) {
  .newspaper__img-block {
    height: 495px;
  }
}
@media (max-width: 360px) {
  .newspaper__img-block {
    height: 476px;
  }
}
@media (max-width: 320px) {
  .newspaper__img-block {
    height: 420px;
  }
}

/* PAGE Newspaper end */

/* PAGE Licenses */
.licenses-main__content .std1-main__titles {
  margin-top: 74px;
}

.licenses-main.std1-main {
  background: url(/front/assets/img/backgrounds/bg-faculty-main-gradient.png);
  background-size: cover;
}

.licenses__info .section__header {
  margin-bottom: 40px;
}

.licenses__info .std1__info-title {
  text-align: center;
}

.licenses__info-card-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.licenses__info-card {
  background: var(--white);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 50px 20px;
  width: 360px;
  height: 360px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.licenses__info-card-img {
    height: 150px;
    width: 150px;
}

.licenses__info-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.licenses__info-card:hover .licenses__info-card-title h4 {
  color: var(--aqua);
}

.licenses__info-card-title h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #222;
}

@media (max-width: 768px) {
  .licenses__info-card-block {
    gap: 15px;
  }
  .licenses__info-card {
    width: 200px;
    height: 200px;
  }
  .licenses__info-card-img {
    width: 80px;
    height: 80px;
  }
  .licenses__info-card-title h4 {
    font-size: 16px;
  }
}
/* PAGE Licenses end */

/* PAGE Rating */
.rating__info {
  background: url(/front/assets/img/backgrounds/bg-page-gradient1.png);
  background-size: cover;
}
/* PAGE Rating end */


/* PAGE Profession */
.profession-main {
  background: url(/front/assets/img/backgrounds/bg-page-gradient1.png);
  background-size: cover;
}

.profession__info {
  background: url(/front/assets/img/backgrounds/bg-page-gradient1.png);
  background-size: cover;
}

.profession-main__content .std1-main__title {
  display: flex;
  column-gap: 20px;
  row-gap: 10px;
  line-height: 130%;
  color: var(--aqua);
  flex-wrap: wrap;
}

.profession-main__content .std1-main__subtitle li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.41px;
  color: var(--blue);

  margin: 0 0 10px 0;

}

.profession-main__content .std1-main__subtitle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.std1-main__subtitle {
  max-height: 100%;
  overflow: hidden;
}
.std1-main__subtitle.-show {
  max-height: 100%;
}

.profession__info .std2__info-tab-left,
.profession__info .std2__info-tab-text {
  width: 100%;
}

.profession__info #nav-admission .std2__info-tab-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.profession__info #nav-admission .std2__info-tab-text ul li {
  background: url(/front/assets/img/icons/ic-list-dot-blue.svg) no-repeat left;
  padding: 10px 5px 10px 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: var(--blue);
}
.profession__info #nav-syllabus .std2__info-tab-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  margin-bottom: 10px;
}

.profession__info #nav-syllabus .file-download-block {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.profession__info #nav-employment .std2__info-tab-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: -0.41px;
  color: var(--blue);
  width: 60%;
}

.profession__info #nav-contacts .std2__info-tab-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.profession__info #nav-contacts .std2__info-tab-text ul li {
  margin: 0 0 20px 0;
}

.profession__info #nav-contacts .std2__info-tab-text a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

.profession__info #nav-contacts .std2__info-tab-text a img,
.profession__info #nav-contacts .std2__info-tab-text a p {
  margin: 0;
}

.profession__info #nav-contacts .std2__info-tab-text a p {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  color: #222222;
}

.profession__info-tabs .tab1.nav.nav-tabs .nav-link.active {
  border-color: var(--aqua);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}

.profession__info-tabs .tab1.nav.nav-tabs .nav-link {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}
/* PAGE Profession end */

/* Page rector */
.rector__info .section__footer{
  padding-top: 30px;
}
.rector-footer-link{
  padding: 0;
  color: var(--aqua);
  border-top: 1px solid var(--orange);
}

.rector-main{
  background: url(/front/assets/img/backgrounds/bg-faculty-main-gradient.png);
  background-size: cover;
}

.rector-main-photo{
  width: 284px;
  height: 315px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 1;
}

.rector-main__block{
  position: relative;
}

.rector-main-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rating-main__bg-block{
  background: #1A253D;
}


.rector__info{
  padding: 30px 0 15px 0;
}


.rector-documentation{
  padding: 15px 0;
}

.rector-documentation .department-documentation__body {
  padding: 30px 0;
}

.rector-documentation .btn-link-more {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.rector-news{
  padding: 15px 0
}

.rector-news__card{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.rector__newsn__body-main-new{
  margin-bottom: 0;
}

.rector-news__card .news__body-main-img {
  height: 226px;
  border-radius: 0;
}

.rector-history{
  padding: 15px 0;
}

.rector-password{
  padding: 15px 0;
}

.rector-password__list{
  padding: 0 0 0 20px;
}

.rector-password__item-marker{
  color: #007AE5;
}

.rector-password__item-marker p{
  color: var(--black);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.rector-password__th{
  width: 41%;
  vertical-align: text-top;
}

.rector__newsn__body-main-new .block-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: var(--blue);
}

.rector__newsn__body-main-new:hover .block-title {
  color: var(--aqua);
}

@media (max-width: 1200px) {
  .rector-main__video.main-section__right-frame {
    margin: 100px auto 40px auto;
  }
}

@media (max-width: 500px) {
  .rector-section table tr {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 414px) {
  .rector-main-photo {
    height: 255px;
  }

  .rector-main__block .main-section__right-frame-block {
    height: 195px;
  }
}

@media (max-width: 375px) {
  .rector-main__block .main-section__right-frame-block {
    height: 165px;
  }
}

@media (max-width: 320px) {
  .rector-main-photo {
    height: 229px;
  }
  .rector-main__block .main-section__right-frame-block {
    height: 132px;
  }
}

/* Page rector end */

/* Page student organizations */
.stud-or-main,
.stud-or-info {
  background: #F1F1F1;
  padding: 30px 0;
  min-height: 200px;
}

.stud-or-main-photo{
  width: 100%;
  object-fit: cover;
}

.stud-or-btn{
  height: 160px !important;
}

.stud-or-photo{
  margin-right: 40px;
  width: 100px;
  height: 100px;
}

.stud-org-text{
  margin-bottom: 12px !important;
}

@media (max-width: 500px) {
  .stud-or-main {

  }
  .stud-or-photo {
    width: 50px;
    height: 50px;
    margin-right: 0;
  }
  .acc1-btn.accordion-button:after,
  .acc1-btn.accordion-button:not(.collapsed)::after {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
  }

  .stud-or-btn.acc1-btn.accordion-button {
    padding: 15px;
    min-height: 100px !important;
    height: auto !important;
    gap: 10px;
  }
}

/* student organizations end */

/* info-tech */
.info-tech{
  padding: 40px 0;
  background: url(/front/assets/img/backgrounds/bg-faculty-main-gradient.png);
  background-size: cover;
}

.info-tech-main .std1-main__title{
  font-size: 30px;
}

.info-tech-main {
    position: relative;
    z-index: 100;
}

.info-tech-main .container {
  position: relative;
}

/*.info-tech-main:nth-child(2) {*/
/*  margin: 145px 0;*/
/*}*/

.info-tech-main .main-section__right-frame {
  top: auto;
}

.info-tech__content{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.info-tech__content .std1-main__title.-big-title {
  width: 50%;
}

.info-tech .section__body{
  display: flex;
  align-items: center;
}

.info-tech__subtitle p{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.info-tech-programs{
  display: flex;
}

.info-tech-programs-item{
  display: flex;
  position: relative;
  width: 190px;
  height: 140px;
  background-repeat: no-repeat;
  background-position: 0px -47px;
  transition: all ease-in .3s;
}

.info-tech-dropdown{
  position: absolute !important;
  width: 100%;
  height: 100% !important;
}

.info-tech-dropdown p,
.info-drpdwn li{
    color: white;
}

.info-tech-nav:hover{
    content: '';
    color: #d0cbcb !important;
}

.sss{
  width: 100%;
  height: 28px;
  /* background: red; */
  padding: 61px;
  top: -121px;
  position: absolute;
}

.info-tech-dropdown .dropdown-toggle:empty::after{
  display: none;
}


.info-tech-programs-item .dropdown-menu {
    height: 478px;
}

.info-tech-programs-item:nth-child(1) .dropdown-menu{
  border-radius: 0 !important;
  background-color: #1A263C !important;
    min-width: 727px !important;
}

.info-tech-programs-item:nth-child(2) .dropdown-menu{
  border-radius: 0 !important;
  background-color: #C1801F !important;
    min-width: 917px !important;
}

.info-tech-programs-item:nth-child(3) .dropdown-menu{
  border-radius: 0 !important;
  background-color: #485BFF !important;
    min-width: 1107px !important;
}

.info-tech-programs-item:nth-child(4) .dropdown-menu{
  border-radius: 0 !important;
  background-color: #2925C8 !important;
    min-width: 1297px !important;
}

.info-tech-link{
  height: 100%;
}

.info-tech-programs-item:nth-child(1){
  background-image: url(/front/assets/img/backgrounds/vector2.svg);
}

.info-tech-programs-item:nth-child(2){
  background-image: url(/front/assets/img/backgrounds/vector1.svg);
}

.info-tech-programs-item:nth-child(3){
  background-image: url(/front/assets/img/backgrounds/vector3.svg);
}

.info-tech-programs-item:nth-child(4){
  background-image: url(/front/assets/img/backgrounds/vector4.svg);
}

.info-tech-programs-item:hover{
  background-position: 0px 0px;
  height: 188px;
}

.info-tech-programs-item h3{
  margin-top: 20px;
  margin-left: 20px;
  color: var(--white);
}

.info-tech-nav{
  color: var(--white) !important;
}

.info-tech-text{
  color: var(--white);
}

.info-tech-dropdown:hover .dropdown-menu {
  display: block;
  right: 0;
}

.info-drpdwn{
  padding: 20px;
}

.drpdwn-svg{
  position: absolute;
  top: -8px;
  right: 50px;
}

.info-tech-programs-nav{
  padding: 20px;
  width: 35%;
}

.info-tech-tab-content{
  padding: 20px;
  width: 65%;
}

@media (min-width: 1920px) {
  .stud-or-main-photo {
    height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 1200px) {
  .info-tech .section__body {
    flex-direction: column;
  }
  .info-tech-main:nth-child(2) {
    margin: 0 0 85px 0;
  }
  .info-tech-programs {
    display: none;
  }
  .info-tech__content .std1-main__title.-big-title {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .info-tech-main .main-section__right-frame {
    height: 180px;
  }
}
/* info-tech end */



/* students */

.students-sec1-item-container{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.students-sec1-item {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 6px;
  background: #D6E9FE;
}

.students-sec1-item:hover {
  background: #cce4fd;
  transition: 0.3s;
}

.students-sec1-item p {
  padding: 20px 30px 0px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  color: #222222;
}

.students-sec1-item img {
  right: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  object-fit: cover;
  position: absolute;
}

@media (max-width: 991px) {
  .students-sec1-item-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .students-sec1-item-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .students-sec1-item {
    height: 160px;
  }
}
/* students */

/* academic-policy */

.academic-policy {
  background-image: url('/front/assets/img/backgrounds/bg-page-gradient1.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.academic-policy .section__header h2{
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
}

.academic-policy .academy-policy-main__path {
  margin-bottom: 40px !important;
}

.accordin-item-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.academic-policy .acc1-body.accordion-body p {
  margin-bottom: 15px;
}

/* personnel-training */
.personnel-training__info {
  background-image: url('/front/assets/img/backgrounds/bg-page-gradient1.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.personnel-training-main .std1-main__title {
  font-size: 42px !important;
  line-height: 100% !important;
  font-weight: 600 !important;
}

.personnel-training__info .std2__info-tab-left{
  width: 100% !important;
}

.personnel-training__info .acc1-body.accordion-body p {
  margin-bottom: 15px;
}

.personnel-training__info .tab1.nav.nav-tabs .nav-link.active{
  border-bottom: 3px solid #007AE5;
}

.personnel-training__info .tab1.nav.nav-tabs{
  border-bottom: 1px solid #EACCAC;
}

.personnel-training-item p {
  font-size: 18px;
}

.personnel-training-item span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #485BFF;
  text-align: left;
  padding: 20px;
}

/* academic-committee */

.academic-committee{
  background-image: url('/front/assets/img/backgrounds/bg-page-gradient1.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.academic-committee-main__path{
  margin-bottom: 40px;
}

.academic-committee .acc1-body.accordion-body p {
  margin-bottom: 15px;
}

/* academic-councill */

.file-download-item-container{
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #f1f1f1
}

/* quality-of-education */

.quality-of-education__info {
  background-image: url('/front/assets/img/backgrounds/bg-page-gradient1.png') !important;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quality-of-education-main .std1-main__title {
  font-size: 42px !important;
  line-height: 100% !important;
  font-weight: 600 !important;
}

.quality-of-education__info .std2__info-tab-left{
  width: 100% !important;
}

.quality-of-education__info .acc1-body.accordion-body p {
  margin-bottom: 15px;
}

.quality-of-education__info .tab1.nav.nav-tabs .nav-link.active{
  border-bottom: 3px solid #007AE5;
}

.quality-of-education__info .tab1.nav.nav-tabs{
  border-bottom: 1px solid #EACCAC;
}

.quality-of-education-item p {
  font-size: 18px;
}

.quality-of-education-item span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #485BFF;
  text-align: left;
  padding: 0 20px 20px 0;
}

/* applicants */
.applicants__info ul {
  padding-left: 1rem;
}

.applicants__info li{
  color: #007AE5;
}

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

.applicants__info li p {
  font-size: 16px;
  line-height: 135%;
  color: #1A253D;
}

.applicants__info h3 {
  margin-bottom: 20px;
}

.applicants__info h4 {
  font-size: 22px;
  line-height: 135%;
  font-weight: 400;
}

.applicants__info .std2_info-tab-photo{
  width: 25%;
}

.applicants__info .std2_info-tab-photo img {
  width: 480px;
  height: 288px;
}

.applicants__info .std3_info-tab-container{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.applicants__info .bstd2__info-ta-text{
  width: 75%;
}

.applicants__info .std2__info-tab-left{
  width: 100%;
}

.applicants__info .acc1-body.accordion-body p {
  margin-bottom: 15px;
}

.applicants__info .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  color: #1A253D;
}

.applicants__info .tab1.nav.nav-tabs .nav-link.active {
  border-bottom: 3px solid #007AE5;
}


.applicants__info .tab1.nav.nav-tabs {
  border-bottom: 1px solid #D49958;
}

.table-header{
  background: rgba(0, 0, 0, 0.06);
}

#nav-communication .std2__info-tab-text p {
  display: flex;
  align-items: center;
  gap: 10px;
}

#nav-communication .std2__info-tab-text img{
  margin-bottom: 0;
  /* height: 34px; */
}

#nav-achievement2 .std2__info-tab-text{
  width: 95%;
}

#nav-communication .std2_info-tab-photo img {
  width: 331px;
  height: 273px;
  object-fit: cover;
}

.table-header th {
  border: 2px solid #B9B9B9;
  padding: 12px;
}

.table-body td{
  border: 2px solid #B9B9B9;
  padding: 14px 12px !important;
}

.applicants__info .programs{
  background: white;
  padding-top: 90px;
}

/* magistr */

.magistr-main .std1-main__title {
  color: #007AE5;
}


.std3_info-tab-container-two {
  margin-top: 50px;
  flex-direction: column;
}

.std3_info-tab-container-two h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 40px;
}

.magistr__info .bstd2__info-ta-text{
  width: 62%;
}

.magistr__info .std2_info-tab-photo{
    width: 35%;
}

.magistr__info .programs{
    background: white;
    padding-top: 90px;
}

.magistr__info .std3_info-tab-container{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.magistr__info .std2__info-tab-text{
    width: 75% !important;
}

.magistr__info .std3_info-tab-container-two{
    width: 75%;
}

.magistr__info .std2__info-tab-left{
    width: 100%;
}

.magistr__info-tabs .tab1.nav.nav-tabs{
    flex-wrap: nowrap !important;
    white-space: normal;
}

@media (max-width: 1300px) {
  .magistr__info .std3_info-tab-container{
    flex-direction: column;
  }

  .magistr__info .bstd2__info-ta-text{
    width: 100%;
  }
}

@media (max-width: 500px) {
  .magistr__info .std2_info-tab-photo{
    width: 100%;
  }
  .magistr__info .std2_info-tab-photo img{
    width: 100%;
  }
  .magistr__info .std2__info-tab-text{
    width: 100% !important;
  }
}



/* doctorate */

.doctorate-main .std1-main__title {
  color: #007AE5;
}

.doctorate__info {
  width: 75%;
}

/* about-university */

.about-university-list li{
  list-style: none;
  background: url('/front/assets/img/icons/Mask/ Group.svg') no-repeat left;
  padding-left: 30px;
  margin-bottom: 16px;
}

.about-university p em {
  color: #222222;
  font-size: 16px;
  line-height: 135%;
}

/*.infografica-img{*/
/*    max-width: 100%;*/
/*    max-height: 500px;*/
/*    object-fit: contain;*/
/*  padding-bottom: 30px;*/
/*}*/

/*.infografica-link{*/
/*  color: #1A263C;*/
/*  font-size: 18px;*/
/*  font-weight: 600;*/
/*  line-height: 100%;*/
/*  text-decoration: underline !important;*/
/*}*/

/* about */

.about-un-info-wrapper{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-info-statistics{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.info-statistics-item{
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}

.info-statistics-item h3{
  font-size: 36px;
  line-height: 120%;
  font-weight: 900;
  color: #007AE5;
}

.info-statistics-item p {
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  color: #222222;
}

.about-info-img-container{
  width: 100%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
}

.about-info-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .about-info-statistics {
    grid-template-columns: 1fr 1fr;
  }
}

/* mission */
.mission {
  background: #FBFBFB;
}

.mission .section-body{
  display: flex;
  justify-content: center;
}


.mission-container{
  width: 75%;
}

.mission-container .department-documentation__body{
  gap: 20px;
}

.mission-em {
  margin: 15px 0;
  border-left: 2px solid #007AE5;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .mission-container{
    width: 100%;
  }
}

/* progress-page */
.progress-page .section-header {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.progress-page-container{
  padding-bottom: 40px;
  border-bottom: 2px solid #D49958;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.progress-page-item{
  width: 100%;
  min-height: 273px;
  padding: 16px;
  background: #F3F3F3;
  border-radius: 12px;
}

.progress-page-item h4 {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 100%;
  font-weight: 900;
  color: #007AE5;
}

.progress-page-item p {
  font-size: 14px;
  line-height: 135%;
  font-weight: 400;
}

.progress-img {
  width: 270px;
  height: 180px;
  object-fit: cover;
  position: absolute;
  right: 0;
  bottom: 50px;
}

.strategy{
  position: relative;
  padding-bottom: 30px;
  border-bottom: 2px solid #D49958;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.strategy-left {
  width: 65%;
  margin-top: 50px;
  position: relative;
}
.strategy-right {
  width: 30%;
  margin-top: 50px;
  position: relative;
}

.strategy .strategy-right .file-download-item {
  padding: 15px;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.strategy .strategy-right .file-download-item__title {
  font-size: 15px;
}

.strategy .strategy-right .file-download-item__btn {
  font-size: 14px;
}

.strategy-img{
  width: 100%;
  height: 416px;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 30%;
}

.infografica {
  gap: 50px;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.infografica-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.infografica p {
  margin-bottom: 0;
}

.infografica-img{
  padding-bottom: 30px;
}

.infografica-link{
  color: #2B567E;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.infografica-link:hover{
  color: #2B567E;
}

@media (max-width: 991px) {
  .strategy {
    flex-direction: column;
  }
  .progress-page-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .progress-img,
  .strategy-img {
    display: none;
  }
  .strategy-left,
  .strategy-right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .progress-page-container {
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width: 500px) {
  .progress-page-container {
    grid-template-columns: 1fr;
  }
  .progress-page-item {
    min-height: 150px;
  }
  .strategy-left p {
    font-size: 14px;
    line-height: 110%;
    margin-bottom: 10px;
  }
}

/* counter-stat */
.counter-stat-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 30px;
}

.counter-stat-items {
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: flex-start;
  padding: 0 30px;
  border-right: 1px solid #606060;
  min-width: 250px;
}

.counter-stat-items:nth-last-child(1) {
  border: 0;
}

.counter-stat-items h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 120%;
  color: var(--white);
}

.counter-stat-items span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #BCBCBC;
}

@media (max-width: 991px) {
  .counter-stat-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .counter-stat-items {
    padding: 30px 0;
    border-right: 0px;
    border-bottom: 1px solid #606060;
  }
  .counter-stat-items:nth-last-child(1) {
    border-right: 0;
    border-bottom: 0;
  }
}

.books-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.books-item {
  display: flex;
  flex-direction: column;
  padding: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  gap: 10px;
  justify-content: flex-start;
}

.books-item img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.books-item p {
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  overflow: hidden;
}

@media (max-width: 1400px) {
  .books-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .books-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .books-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .books-wrapper {
    grid-template-columns: 1fr;
  }

  .books-item img {
    height: 400px;
  }
}

.international-cooperation-main {
    min-height: 595px;
}

.international-cooperation-main__content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #1A253D
}

.international-cooperation-main__img{
    width: 355px;
    height: 391px;
    object-fit: cover;
}

.international-cooperation-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    width: 100%;
}

.international-cooperation-item a {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #007AE5;
    text-decoration: none;
}

.international-cooperation__partners h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #1A253D
}

.international-cooperation-partner-item{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #1A253D
}

.international-cooperation-partner-text{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #1A253D
}

.international-cooperation-partner-text img {
  max-width: 100%;
  object-fit: contain;
  width: auto !important;
  height: auto !important;
  max-height: 400px;
}


.international-cooperation-partners-wrapper{
    margin: 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.international-cooperation-partner-item{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}
.international-sec1-item{
  display: grid;
  grid-template-columns: 1fr !important;
}

.international-cooperation-partner-item img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}

.international-cooperation-partner-item p {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #1A253D
}

.international-cooperation-partner-text{
    margin-top: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #1A253D
}

/* international-agreements */
.international-agreements-main__content .-big-title{
    line-height: 58px;
}

.international-agreements-main {
    min-height: 595px;
}

.international-agreements-main__img{
    width: 355px;
    height: 391px;
    object-fit: cover;
}

.international-agreements__doc .section-header{
    width: 75%;
    margin-bottom: 30px;
}

.international-agreements__doc .section__body{
    width: 75% !important;
}

.international-agreements__doc .section-header h4{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #1A253D
}

.international-agreements-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.international-agreements-link img {
    transform: translateY(2px);
}

@media (max-width: 991px) {
  .international-cooperation-wrapper,
  .international-cooperation-partners-wrapper{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .international-cooperation-wrapper,
  .international-cooperation-partners-wrapper{
    grid-template-columns: 1fr;
  }
}

/* international-programs */
.international-programs__content {
    min-height: 595px;
}

.international-programs__img {
    width: 600px;
    height: 500px;
}

.international-programs__doc .about-university  h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #1A253D
}

.international-programs__doc .about-university  p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: #1A253D
}

.international-programs__doc .about-university  strong {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    color: #1A253D
}

.international-programs__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.international-programs .std1-main__title{
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
}

.international-programs .blue-text {
    color: rgba(0, 122, 229, 1);
}

.programs-tab4{
    padding-bottom: 40px;
    border-bottom: 2px solid #D49958;
}

.posco-img{
    width: 770px;
    height: 450px;
    object-fit: cover;
}

/* foregin students */
.foreign-students__doc .about-university  h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #1A253D
}

.foreign-students__doc .about-university  p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: #1A253D
}

.foreign-students__doc .about-university  strong {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    color: #1A253D
}


.foreign-students .blue-text {
    color: rgba(0, 122, 229, 1);
}

/* foregin professors */
.foreign-professors__doc .about-university  h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #1A253D
}

.foreign-professors__doc .about-university  p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: #1A253D
}

.foreign-professors__doc .about-university  strong {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    color: #1A253D
}


.foreign-professors .std1-main__title{
    font-style: normal;
    font-weight: 600;
    line-height: 58px;
}


.foreign-professors .blue-text {
    color: rgba(0, 122, 229, 1);
}

/* academic-mobility */

.academic-mobility__doc .about-university  h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #1A253D
}

.academic-mobility__doc .about-university  p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: #1A253D
}

.academic-mobility__doc .about-university  strong {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    color: #1A253D
}

.academic-mobility__content .blue-text {
    color: rgba(0, 122, 229, 1);
}

/* department-of-cooperation */

.department-of-cooperation-wrapper{
    display: flex;
    justify-content: space-between;
}

.department-of-cooperation-blok:nth-child(1){
    width: 50%;
}

.department-of-cooperation-blok h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 135%;
    color: #1A253D
}

.department-of-cooperation-blok strong {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 135%;
    color: #1A253D
}

.department-of-cooperation-blok p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 135%;
    color: #1A253D
}

.department-of-cooperation-blok a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
}

.link-number-one{
    color: #222222;
}
/* corporate-governance */

.corporate-body-item{
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(243, 243, 243, 1);
}

.corporate-link{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.corporate-link a {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: var(--aqua);
}

.corporate-autor {
  display: flex;
  align-items: center;
  gap: 20px;
}

.corporate-autor img {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover;
}

.file-download-wrapper{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.corporate-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.corporate-text p{
  margin: 0 !important;
}

.corporate-text a{
  color: var(--aqua) !important;
  font-size: 16px;
  line-height: 25px;
}

/*  */

.corporate-img{
  display: flex;
  justify-content: center;
}


.corporate-table th {
  vertical-align: initial;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #222222;
}

.corporate-table td{
  padding: 10px;
  width: 85% !important;
  vertical-align: initial;
}

.corporate-table td p {
  font-size: 14px !important;
  line-height: 17px !important;
  font-weight: 400 !important;
  color: #696969 !important;
}

.corporate-table td img {
  margin: 0 10px 0 0 !important;
  width: 18px !important;
  height: 18px !important;
  object-fit: cover;
}

/* edu */
.edu-program-plan-list{
  padding-left: 0;

}

.edu-program-plan{
  list-style: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 5px;
}

.edu-program-item1{
  color: #007AE5;
}

.edu-program-item1 span {
  color: #000;
}


/* science */
.science-download{
  margin-top: 40px;
}

.science-project {
  padding: 60px 0;
}
.science-body{
  display: flex;
  gap: 30px;
}

.science__swiper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.science-title{
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 100%;
  font-weight: 700;
}

.science-text{
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.science-text.standard {
  overflow: auto;
  overflow-x: auto;
  overflow-y: hidden;
}

.science-text.standard table td {
  border: 1px solid var(--black);
  padding: 6px;
}

.science-text img {
  max-width: 100%;
  /*max-height: 400px;*/
  width: auto !important;
  height: auto !important;
}

.science-text a {
  /*text-decoration: underline !important;*/
}

.in-img{
  width: 270px;
  height: 350px;
  object-fit: cover;
}

.scientific-infrastructure-tabs .tab1.nav.nav-tabs{
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .science-body {
    flex-direction: column;
  }
  .in-img {
    width: auto;
    object-fit: contain;
  }
}

/* science-text-link */

.science-text-link{
  display: flex;
  flex-direction: column;
}

.science-list{
  padding-left: 0;
  margin-bottom: 30px;
}

.science-list li {
  list-style: none;
  padding-left: 50px;
  background: url(/front/assets/img/icons/Shape.svg) no-repeat left;
  margin-bottom: 16px;
}
/*  */
.science-mini-text{
  margin-top: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.science-img img{
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}

.science-info{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.science-info__item{
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.science-info__item p{
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.science-mini-title h3 {
  margin-bottom: 30px;
  font-size: 22px !important;
  line-height: 100%;
  font-weight: 700;
}

/* dissertation-councils */

.dissertation-page-anons .page-anons__body-block{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.dissertation-page-anons .page-anons__body-items{
  display: flex;
  flex-direction: column !important;
  gap: 25px;
}


.dissertation-councils__show-more-btn.show-more-btn{
  border-radius: 30px !important;
}

.dissertation-councils__swiper{
  display: flex;
  align-items: center;
  gap: 20px;
}

.councilsSwiper-info{
  display: flex;
  gap: 30px;
}

.councilsSwiper-img {
  width: 100%;
  height: 525px;
  border-radius: 12px;
  filter: brightness(0.6);
  overflow: hidden;
}

.counsilsSwiper .councilsSwiper-img {
  height: 180px;
}



.councilsSwiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}

.councilsSwiper-info:hover .councilsSwiper-img img {
  transform: scale(1.1);
}


.swiper-button-next-4.swiper-button-disabled svg path{
  fill: #E5E5E5 !important;
}

.swiper-button-prev-4.swiper-button-disabled svg path{
  fill: #E5E5E5 !important;
}

.councilsSwiper-info-item{
  position: relative;
  width: 100%;
}

.councilsSwiper-info p {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  position: absolute;
  left: 6%;
  bottom: 30px;
  color: white;
}

.councilsSwiper-info img {
  width: 100%;
}


/* main-science */

.main-science{
  /*background: url(/front/assets/img/Наука.png) no-repeat;*/
  background-size: cover;
  width: 100%;
  min-height: 600px;
}

.main-science__content{
  width: 100%;
  height: 456px;
  display: flex;
}

.main-science__titles{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}




.main-science__titles .-big-title{
  color: white;
}

.main-science__titles .std1-main__subtitle p{
  color: white !important;
  text-align: center;
}

.main-science-block{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.main-science-block-item{
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}

.main-science-block-item img {
  width: 100%;
  height: 160px;
  border-radius: 12px;
  object-fit: cover;
}

.main-science-block-item p {
  font-size: 22px;
  line-height: 135%;
  font-weight: 600;
  text-decoration: none;
  margin: 0;
}

@media (max-width: 991px) {
  .main-science-block-item p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .main-science-block {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .main-science-block {
    grid-template-columns: 1fr;
  }
}

/* protection-announcements */

.protection-announcements-header{
  margin-bottom: 30px;
}

.protection-announcements-tabs{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.protection-announcements .page-anons__body{
  margin-top: 60px;
}

.std2__info-tab-text p{

}
.std2__info-tab-text img{
    margin-bottom: 0;
}

@media (max-width: 768px) {
  .std2__info-tab-text {
    width: 100%;
  }
}


@media (max-width: 500px) {
  .main__cards {
      width: 93%;
      position: relative;
      top: auto;
      margin-top: 20px; /* Можно скорректировать */
  }
}



@media (max-width: 991px) {
  .main__cards {
      width: 93%;
      position: relative;
      top: auto;
      margin-top: 20px; /* Можно скорректировать */
  }
}

