body {
  background: #fcfcfc !important;
  position: relative;
}

.top-slider .school h2 {
  font-weight: 700;
  font-size: 3.25rem;
  line-height: 3.5rem;
  width: 39.4375rem;
  padding-top: 15rem;
}

.top-slider-form.school-page {
  top: 16rem;
  left: 57.12rem;
}

/* Откючение мобильной версии карточек*/
.mob-wrap-cards,
.mob-block-schools,
.mob-arch-cards,
.mob-language-cards,
.mob-humanities-cards,
.mob-business-cards,
.mob-life-sciences-cards {
  display: none;
}

/* ------------------------------------------------ MEDICAL CARDS BLOCK START --------------------------------------- */

.main-container.medical-cards {
  margin-top: 6.87rem;
  height: max-content;
}

.med-card {
  width: 13.56rem;
  height: 19.624rem;
  background: linear-gradient(157.29deg, #f8f8f8 0%, #ffffff 100%);
  border: 0.29rem solid #fcfcfc;
  border-radius: 0.31rem;
  position: relative;
  box-shadow: 0px 0.14rem 0.98rem rgba(0, 0, 0, 0.2);
}

.med-card:hover {
  transition: 0.3s linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  transform: scale(1.08);
}

.med-card.one {
  background-image: url("../img/one.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.med-card.two {
  background-image: url("../img/two.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.med-card.three {
  background-image: url("../img/three.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.med-card.four {
  background-image: url("../img/four.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.med-card.five {
  background-image: url("../img/five.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.med-card.six {
  background-image: url("../img/six.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.med-card.seven {
  background-image: url("../img/seven.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.med-card.eight {
  background-image: url("../img/eight.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.med-card.nine {
  background-image: url("../img/nine.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.med-card.ten {
  background-image: url("../img/ten.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.block-facultys {
  display: flex;
  width: 11.31rem;
  height: 4.375rem;
  position: absolute;
  bottom: -1.375rem;
  left: 0.875rem;
  background: #fcfcfc;
  border: 0.29rem solid #fcfcfc;
  box-shadow: 0px 0.14rem 0.98rem rgba(0, 0, 0, 0.2);
  border-radius: 0.29rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.name-faculty {
  line-height: 1.187rem;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  margin: 0 auto;
}

.med-card.big-text .name-faculty {
  width: 10.12rem;
}

.med-card.big-text .name-faculty {
  width: 10.12rem;
}

.med-card.big-text .name-faculty {
  width: 10.12rem;
}

.med-card.nine .name-faculty {
  width: 8.56rem;
}

.med-card.big-text .text-faculty {
  padding-top: 0.1rem;
}

.text-faculty {
  padding-top: 0.37rem;
  letter-spacing: 0.05em;
  color: #e00000;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: center;
  margin: 0;
}

.med.card.big-text .name-faculty {
  width: 10.12rem;
}

.med.card.big-text .text-faculty {
  padding-top: 0.2rem;
}

/* ------------------------------------------------ MEDICAL CARDS BLOCK END --------------------------------------- */

/* ------------------------------------------------ BUSINESS CARDS BLOCK START --------------------------------------- */
.main-container.business-cards {
  margin-top: 6.87rem;
  height: 56.3rem;
}

.cards-block-row.business {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 3.08rem;
}

.business-card {
  width: 17rem;
  height: 19.875rem;
  background: linear-gradient(157.29deg, #f8f8f8 0%, #ffffff 100%);
  border: 0.29rem solid #fcfcfc;
  border-radius: 0.31rem;
  position: relative;
  box-shadow: 0px 0.14rem 0.98rem rgba(0, 0, 0, 0.2);
  margin-right: 2.3rem;
}

.business-card:hover {
  transition: 0.3s linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  transform: scale(1.08);
}

.business-card.one {
  background-image: url("../img/business/bus_1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.business-card.two {
  background-image: url("../img/business/bus_2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.business-card.three {
  background-image: url("../img/business/bus_3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.business-card.four {
  background-image: url("../img/business/bus_4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  margin-right: 0;
}

.business-card.five {
  background-image: url("../img/business/bus_5.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.business-card.six {
  background-image: url("../img/business/bus_6.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.business-card.seven {
  background-image: url("../img/business/bus_7.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.business-card.eight {
  background-image: url("../img/business/bus_8.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  margin-right: 0;
}

.block-facultys {
  width: 11.31rem;
  height: 4.375rem;
  position: absolute;
  bottom: -1.375rem;
  left: 0.875rem;
  background: #fcfcfc;
  border: 0.29rem solid #fcfcfc;
  box-shadow: 0px 0.14rem 0.98rem rgba(0, 0, 0, 0.2);
  border-radius: 0.29rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.block-facultys.business {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  /* width: 181px;
    height: 70px; */
  width: 13.125rem;
  height: 4.375rem;
  position: absolute;
  bottom: -1.375rem;
  left: 1.6475rem;
  background: #fcfcfc;
  border: 0.29rem solid #fcfcfc;
  box-shadow: 0px 0.14rem 0.98rem rgba(0, 0, 0, 0.2);
  border-radius: 0.29rem;
}

.name-faculty {
  /* padding-top: 0.69rem; */
  line-height: 1.187rem;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  margin: 0 auto;
}

.business-card.big-text .name-faculty {
  /* padding-top: 0.22rem; */
  width: 10.12rem;
}

.business-card.nine .name-faculty {
  /* padding-top: 0.22rem; */
  /* width: 76%; */
  width: 8.56rem;
}

.business-card.big-text .text-faculty {
  padding-top: 0.1rem;
}

.text-faculty {
  padding-top: 0.37rem;
  letter-spacing: 0.05em;
  color: #e00000;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: center;
  margin: 0;
}

.business.card.big-text .name-faculty {
  /* padding-top: 0.22rem; */
  width: 10.12rem;
}

.business.card.big-text .text-faculty {
  padding-top: 0.2rem;
}

/* ------------------------------------------------ BUSINESS CARDS BLOCK END --------------------------------------- */

/* ------------------------------------------------ IT CARDS BLOCK START --------------------------------------- */

.it-card:hover {
  transition: 0.3s linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  transform: scale(1.08);
}

.it-card.one {
  background-image: url("../img/it/it_1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.it-card.two {
  background-image: url("../img/it/it_2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.it-card.three {
  background-image: url("../img/it/it_3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.it-card.four {
  background-image: url("../img/it/it_4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.it-card.five {
  background-image: url("../img/it/it_5.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.it-card.six {
  background-image: url("../img/it/it_6.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.it-card.seven {
  background-image: url("../img/it/it_7.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.it-card.eight {
  background-image: url("../img/it/it_8.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.it-card.nine {
  background-image: url("../img/it/it_9.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.it-card.ten {
  background-image: url("../img/it/it_10.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.block-facultys {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 11.31rem;
  height: 4.375rem;
  position: absolute;
  bottom: -1.375rem;
  left: 0.875rem;
  background: #fcfcfc;
  border: 0.29rem solid #fcfcfc;
  box-shadow: 0px 0.14rem 0.98rem rgba(0, 0, 0, 0.2);
  border-radius: 0.29rem;
}

.name-faculty {
  line-height: 1.187rem;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  margin: 0 auto;
}

.it-card.big-text .name-faculty {
  width: 10.12rem;
}

.it-card.nine .name-faculty {
  width: 8.56rem;
}

.it-card.big-text .text-faculty {
  padding-top: 0.1rem;
}

.text-faculty {
  padding-top: 0.37rem;
  letter-spacing: 0.05em;
  color: #e00000;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: center;
  margin: 0;
}

.it.card.big-text .name-faculty {
  width: 10.12rem;
}

.it.card.big-text .text-faculty {
  padding-top: 0.2rem;
}

/* ------------------------------------------------ IT CARDS BLOCK END --------------------------------------- */

/* ------------------------------------------------ LAW CARDS BLOCK START --------------------------------------- */
.main-container.law-cards {
  margin-top: 6.87rem;
  height: 55.8rem;
}

.law-card {
  width: 13.56rem;
  height: 19.624rem;
  background: linear-gradient(157.29deg, #f8f8f8 0%, #ffffff 100%);
  border: 0.29rem solid #fcfcfc;
  border-radius: 0.31rem;
  position: relative;
  box-shadow: 0px 0.14rem 0.98rem rgba(0, 0, 0, 0.2);
}

.law-card:hover {
  transition: 0.3s linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  transform: scale(1.08);
}

.law-card.one {
  background-image: url("../img/law/law_1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.law-card.two {
  background-image: url("../img/law/law_2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.law-card.three {
  background-image: url("../img/law/law_3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.law-card.four {
  background-image: url("../img/law/law_4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.law-card.five {
  background-image: url("../img/law/law_5.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.law-card.six {
  background-image: url("../img/law/law_6.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.law-card.seven {
  background-image: url("../img/law/law_7.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.law-card.eight {
  background-image: url("../img/law/law_8.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.law-card.nine {
  background-image: url("../img/law/law_9.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.law-card.ten {
  background-image: url("../img/law/law_10.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.block-facultys {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 11.31rem;
  height: 4.375rem;
  position: absolute;
  bottom: -1.375rem;
  left: 0.875rem;
  background: #fcfcfc;
  border: 0.29rem solid #fcfcfc;
  box-shadow: 0px 0.14rem 0.98rem rgba(0, 0, 0, 0.2);
  border-radius: 0.29rem;
}

.name-faculty {
  margin: 0 auto;
  color: #001c54;
  text-align: center;
  font-size: 1rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  line-height: 1.187rem;
}

.law-card.big-text .name-faculty {
  width: 10.12rem;
}

.law-card.nine .name-faculty {
  width: 8.56rem;
}

.law-card.big-text .text-faculty {
  padding-top: 0.1rem;
}

.text-faculty {
  padding-top: 0.37rem;
  margin: 0;
  color: #e00000;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem;
  letter-spacing: 0.0375rem;
}

.law.card.big-text .name-faculty {
  width: 10.12rem;
}

.law.card.big-text .text-faculty {
  padding-top: 0.2rem;
}

/* ------------------------------------------------ LAW CARDS BLOCK END --------------------------------------- */

/* ------------------------------------------------ Architecture CARDS BLOCK START --------------------------------------- */
.main-container.arch-cards {
  margin-top: 6.87rem;
  height: max-content;
}

.arch-card {
  width: 13.56rem;
  height: 19.624rem;
  background: linear-gradient(157.29deg, #f8f8f8 0%, #ffffff 100%);
  border: 0.29rem solid #fcfcfc;
  border-radius: 0.31rem;
  position: relative;
  box-shadow: 0px 0.14rem 0.98rem rgba(0, 0, 0, 0.2);
}

.arch-card:hover {
  transition: 0.3s linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  transform: scale(1.08);
}

.arch-card.one {
  background-image: url("../img/arch/arch-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.arch-card.two {
  background-image: url("../img/arch/arch-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.arch-card.three {
  background-image: url("../img/arch/arch-3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.arch-card.four {
  background-image: url("../img/arch/arch-4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.arch-card.five {
  background-image: url("../img/arch/arch-5.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.arch-card.six {
  background-image: url("../img/arch/arch-6.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.arch-card.seven {
  background-image: url("../img/arch/arch-7.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.arch-card.eight {
  background-image: url("../img/arch/arch-8.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.arch-card.nine {
  background-image: url("../img/arch/arch-9.png");
  background-size: cover;
  background-repeat: no-repeat;

  background-position-y: center;
  background-position-x: center;
}

.arch-card.ten {
  background-image: url("../img/arch/arch-10.png");
  background-size: cover;
  background-repeat: no-repeat;

  background-position-y: center;
  background-position-x: center;
}

.block-facultys {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 11.31rem;
  height: 4.375rem;
  position: absolute;
  bottom: -1.375rem;
  left: 0.875rem;
  background: #fcfcfc;
  border: 0.29rem solid #fcfcfc;
  box-shadow: 0px 0.14rem 0.98rem rgba(0, 0, 0, 0.2);
  border-radius: 0.29rem;
}

.name-faculty {
  margin: 0 auto;
  color: #001c54;
  text-align: center;
  font-size: 1rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  line-height: 1.187rem;
}

.arch-card.big-text .name-faculty {
  width: 10.12rem;
}

.arch-card.nine .name-faculty {
  width: 8.56rem;
}

.arch-card.big-text .text-faculty {
  padding-top: 0.1rem;
}

.text-faculty {
  padding-top: 0.37rem;
  margin: 0;
  color: #e00000;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem;
  letter-spacing: 0.0375rem;
}

.arch.card.big-text .name-faculty {
  width: 10.12rem;
}

.arch.card.big-text .text-faculty {
  padding-top: 0.2rem;
}

/* ------------------------------------------------ Architecture CARDS BLOCK END --------------------------------------- */

/* ------------------------------------------------ LANGUAGE CARDS BLOCK START --------------------------------------- */
.main-container.language-cards {
  margin-top: 6.87rem;
  height: 54.68rem;
}

.language-card {
  width: 13.56rem;
  height: 19.624rem;
  background: linear-gradient(157.29deg, #f8f8f8 0%, #ffffff 100%);
  border: 0.29rem solid #fcfcfc;
  border-radius: 0.31rem;
  position: relative;
  box-shadow: 0px 0.14rem 0.98rem rgba(0, 0, 0, 0.2);
}

.language-card:hover {
  transition: 0.3s linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  transform: scale(1.08);
}

.language-card.one {
  background-image: url("../img/language/language_1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.language-card.two {
  background-image: url("../img/language/language_2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.language-card.three {
  background-image: url("../img/language/language_3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.language-card.four {
  background-image: url("../img/language/language_4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.language-card.five {
  background-image: url("../img/language/language_5.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.language-card.six {
  background-image: url("../img/language/language_6.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.language-card.seven {
  background-image: url("../img/language/language_7.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.language-card.eight {
  background-image: url("../img/language/language_8.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.language-card.nine {
  background-image: url("../img/language/language_9.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.language-card.ten {
  background-image: url("../img/language/language_10.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.block-facultys {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 11.31rem;
  height: 4.375rem;
  position: absolute;
  bottom: -1.375rem;
  left: 0.875rem;
  background: #fcfcfc;
  border: 0.29rem solid #fcfcfc;
  box-shadow: 0px 0.14rem 0.98rem rgba(0, 0, 0, 0.2);
  border-radius: 0.29rem;
}

.name-faculty {
  margin: 0 auto;
  color: #001c54;
  text-align: center;
  font-size: 1rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  line-height: 1.187rem;
}

.language-card.big-text .name-faculty {
  width: 10.12rem;
}

.language-card.nine .name-faculty {
  width: 8.56rem;
  white-space: nowrap;
}

.language-card.big-text .text-faculty {
  padding-top: 0.1rem;
}

.text-faculty {
  padding-top: 0.37rem;
  margin: 0;
  color: #e00000;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem;
  letter-spacing: 0.0375rem;
}

.language.card.big-text .name-faculty {
  width: 10.12rem;
}

.language.card.big-text .text-faculty {
  padding-top: 0.2rem;
}

/* ------------------------------------------------ LANGUAGE CARDS BLOCK END --------------------------------------- */

/* ------------------------------------------------ life-sciences CARDS BLOCK START --------------------------------------- */
.main-container.life-sciences-cards {
  margin-top: 6.87rem;
  height: max-content;
}

.life-sciences-card {
  width: 17rem;
  height: 19.875rem;
  background: linear-gradient(157.29deg, #f8f8f8 0%, #ffffff 100%);
  border: 0.29rem solid #fcfcfc;
  border-radius: 0.31rem;
  position: relative;
  box-shadow: 0px 0.14rem 0.98rem rgba(0, 0, 0, 0.2);
  margin-right: 2.3rem;
}

.life-sciences-card:hover {
  transition: 0.3s linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  transform: scale(1.08);
}

.life-sciences-card.one {
  background-image: url("../img/life_sciences/life-card-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.life-sciences-card.two {
  background-image: url("../img/life_sciences/life-card-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.life-sciences-card.three {
  background-image: url("../img/life_sciences/life-card-3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.life-sciences-card.four {
  background-image: url("../img/life_sciences/life-card-4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.life-sciences-card.five {
  background-image: url("../img/life_sciences/life-card-5.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.life-sciences-card.six {
  background-image: url("../img/life_sciences/life-card-6.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.life-sciences-card.seven {
  background-image: url("../img/life_sciences/life-card-7.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.life-sciences-card.eight {
  background-image: url("../img/life_sciences/life-card-8.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.block-facultys {
  width: 11.31rem;
  height: 4.375rem;
  position: absolute;
  bottom: -1.375rem;
  left: 0.875rem;
  background: #fcfcfc;
  border: 0.29rem solid #fcfcfc;
  box-shadow: 0px 0.14rem 0.98rem rgba(0, 0, 0, 0.2);
  border-radius: 0.29rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.block-facultys.life-sciences {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 13.125rem;
  height: 4.375rem;
  position: absolute;
  bottom: -1.375rem;
  left: 1.6475rem;
  background: #fcfcfc;
  border: 0.29rem solid #fcfcfc;
  box-shadow: 0px 0.14rem 0.98rem rgba(0, 0, 0, 0.2);
  border-radius: 0.29rem;
}

.name-faculty {
  line-height: 1.187rem;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  margin: 0 auto;
}

.life-sciences-card.big-text .name-faculty {
  width: 10.12rem;
}

.life-sciences-card.nine .name-faculty {
  width: 8.56rem;
}

.life-sciences-card.big-text .text-faculty {
  padding-top: 0.1rem;
}

.text-faculty {
  padding-top: 0.37rem;
  letter-spacing: 0.05em;
  color: #e00000;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: center;
  margin: 0;
}

.life-sciences.card.big-text .name-faculty {
  width: 10.12rem;
}

.life-sciences.card.big-text .text-faculty {
  padding-top: 0.2rem;
}

/* ------------------------------------------------ life-sciences CARDS BLOCK END --------------------------------------- */

/* ------------------------------------------------ humanities CARDS BLOCK START --------------------------------------- */
.main-container.humanities-cards {
  margin-top: 6.87rem;
  height: 54rem;
}

.humanities-card {
  width: 13.56rem;
  height: 19.624rem;
  background: linear-gradient(157.29deg, #f8f8f8 0%, #ffffff 100%);
  border: 0.29rem solid #fcfcfc;
  border-radius: 0.31rem;
  position: relative;
  box-shadow: 0px 0.14rem 0.98rem rgba(0, 0, 0, 0.2);
}

.humanities-card:hover {
  transition: 0.3s linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  transform: scale(1.08);
}

.humanities-card.one {
  background-image: url("../img/humanities/humanities-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.humanities-card.two {
  background-image: url("../img/humanities/humanities-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.humanities-card.three {
  background-image: url("../img/humanities/humanities-3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.humanities-card.four {
  background-image: url("../img/humanities/humanities-4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.humanities-card.five {
  background-image: url("../img/humanities/humanities-5.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.humanities-card.six {
  background-image: url("../img/humanities/humanities-6.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.humanities-card.seven {
  background-image: url("../img/humanities/humanities-7.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.humanities-card.eight {
  background-image: url("../img/humanities/humanities-8.png");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.humanities-card.nine {
  background-image: url("../img/humanities/humanities-9.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.humanities-card.ten {
  background-image: url("../img/humanities/humanities-10.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.block-facultys {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 11.31rem;
  height: 4.375rem;
  position: absolute;
  bottom: -1.375rem;
  left: 0.875rem;
  background: #fcfcfc;
  border: 0.29rem solid #fcfcfc;
  box-shadow: 0px 0.14rem 0.98rem rgba(0, 0, 0, 0.2);
  border-radius: 0.29rem;
}

.name-faculty {
  margin: 0 auto;
  color: #001c54;
  text-align: center;
  font-size: 1rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  line-height: 1.187rem;
}

.humanities-card.big-text .name-faculty {
  width: 10.12rem;
}

.humanities-card.nine .name-faculty {
  width: 8.56rem;
}

.humanities-card.big-text .text-faculty {
  padding-top: 0.1rem;
}

.text-faculty {
  padding-top: 0.37rem;
  margin: 0;
  color: #e00000;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem;
  letter-spacing: 0.0375rem;
}

.humanities.card.big-text .name-faculty {
  width: 10.12rem;
}

.humanities.card.big-text .text-faculty {
  padding-top: 0.2rem;
}

/* ------------------------------------------------ humanities CARDS BLOCK END --------------------------------------- */

/* ------------------------------------------------ MISSION BLOCK START --------------------------------------- */

.main-container.mission.life {
  margin-top: 6.88rem;
  height: 35rem !important;
}

.main-container.mission.arch {
  margin-top: 6.88rem;
  height: 35rem !important;
}

.main-container.mission.language {
  margin-top: 6.88rem;
  height: 35rem !important;
}

.rubric-head .head-title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 2.5rem;
  color: #001c54;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

.right-side-med .head-title+img {
  display: block;
  margin: 0 auto;
  width: 31.93rem;
  margin-top: 1.187rem;
}

.right-side-it .head-title+img {
  display: block;
  margin: 0 auto;
  width: 31.93rem;
  margin-top: 1rem;
}

.right-side-law .head-title+img {
  display: block;
  margin: 0 auto;
  width: 31.93rem;
  margin-top: 1.187rem;
}

.right-side-arch .head-title+img {
  display: block;
  margin: 0 auto;
  width: 31.93rem;
  margin-top: 1.187rem;
}

.right-side-business .head-title+img {
  display: block;
  margin: 0 auto;
  width: 31.93rem;
  margin-top: 1.187rem;
}

.right-side-life-sciences .head-title+img {
  display: block;
  margin: 0 auto;
  width: 31.93rem;
  margin-top: 1.187rem;
}

.right-side .head-title+img {
  display: block;
  margin: 0 auto;
  width: 30.93rem;
  margin-top: 0.75rem;
}

.subtitle-block {
  margin-top: 1.75rem;
  position: relative;
}

.subtitle-block::before,
.subtitle-block::after {
  content: "";
  position: absolute;
  background: url("../img/quotes-red.svg") 100% 100%/ 100% 100% no-repeat;
  width: 3.5rem;
  height: 2.75rem;
  opacity: 0.1;
}

.subtitle-block__text {
  width: 57rem;
  margin: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-style: italic;
  align-items: center;
  text-align: center;
  text-indent: 1.25rem;
  color: #001c54;
  position: relative;
  margin-bottom: 1.44rem;
}

.subtitle-block__text::after {
  content: "";
  position: absolute;
  left: 16.68rem;
  bottom: -1rem;
  width: 24.06rem;
  height: 0.125rem;
  background: #e00000;
}

.med_school.subtitle-block__text::after {
  content: "";
  position: absolute;
  left: 23.5rem;
  bottom: -1rem;
  width: 9.9rem;
  height: 0.125rem;
  background: #e00000;
}

.language_school.subtitle-block__text::after {
  content: "";
  position: absolute;
  left: 20.68rem;
  bottom: -1rem;
  width: 15.6rem;
  height: 0.125rem;
  background: #e00000;
}

.law_school.subtitle-block__text {
  width: 57rem;
  margin: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-style: italic;
  align-items: center;
  text-align: center;
  text-indent: 1.25rem;
  color: #001c54;
  position: relative;
  margin-bottom: 1.44rem;
}

.humanities_school.subtitle-block__text {
  width: 57rem;
  margin: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-style: italic;
  align-items: center;
  text-align: center;
  text-indent: 1.25rem;
  color: #001c54;
  position: relative;
  margin-bottom: 1.44rem;
}

.language_school.subtitle-block__text {
  width: 57rem;
  margin: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-style: italic;
  align-items: center;
  text-align: center;
  text-indent: 1.25rem;
  color: #001c54;
  position: relative;
  margin-bottom: 1.44rem;
}

.arch_school.subtitle-block__text {
  width: 57rem;
  margin: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-style: italic;
  align-items: center;
  text-align: center;
  text-indent: 1.25rem;
  color: #001c54;
  position: relative;
  margin-bottom: 1.44rem;
}

.business_school.subtitle-block__text {
  width: 57rem;
  margin: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-style: italic;
  align-items: center;
  text-align: center;
  text-indent: 1.25rem;
  color: #001c54;
  position: relative;
  margin-bottom: 1.44rem;
}

.life-sciences-school.subtitle-block__text {
  width: 57rem;
  margin: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-style: italic;
  align-items: center;
  text-align: center;
  text-indent: 1.25rem;
  color: #001c54;
  position: relative;
  margin-bottom: 1.44rem;
}

.life-sciences-school.subtitle-block__text::after {
  content: "";
  position: absolute;
  left: 6.85rem;
  bottom: -1rem;
  width: 43rem;
  height: 0.125rem;
  background: #e00000;
}

.it_school.subtitle-block__text::after {
  content: "";
  position: absolute;
  left: 3.85rem;
  bottom: -1rem;
  width: 49rem;
  height: 0.125rem;
  background: #e00000;
}

.law_school.subtitle-block__text::after {
  content: "";
  position: absolute;
  left: 18.3rem;
  bottom: -1rem;
  width: 20rem;
  height: 0.125rem;
  background: #e00000;
}

.humanities_school.subtitle-block__text::after {
  content: "";
  position: absolute;
  left: 11.7rem;
  bottom: -1rem;
  width: 33.5rem;
  height: 0.125rem;
  background: #e00000;
}

.arch_school.subtitle-block__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 57rem;
  height: 0.125rem;
  background: #e00000;
}

.business_school.subtitle-block__text::after {
  content: "";
  position: absolute;
  left: 2.3rem;
  bottom: -1rem;
  width: 52.06rem;
  height: 0.125rem;
  background: #e00000;
}

.life-sciences_school.subtitle-block__text::after {
  content: "";
  position: absolute;
  left: 20.5rem;
  bottom: -1rem;
  width: 16.06rem;
  height: 0.125rem;
  background: #e00000;
}

/* ------------- блок с картинкой ------- */
.icon-block {
  position: relative;
}

.block-info {
  width: 16.25rem;
  height: 4.875rem;
  background: #fcfcfc;
  box-shadow: 0px 0.26rem 1.718rem rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  display: flex;
  flex-direction: row;
  position: relative;
}

.wrapp-icon-block {
  position: relative;
  width: 63.75rem;
  margin: auto;
}

.block-icon {
  position: absolute;
  top: 1.5rem;
  left: 14.3rem;
  z-index: 15;
}

.icon-mission {
  width: 32rem;
  height: 23rem;
}

.med-girl-mission {
  position: absolute;
  top: 1.1rem;
  left: 7.1rem;
  height: 19.5rem;
}

.block-info.first {
  position: absolute;
  top: 6.6rem;
  left: -1.6rem;
}

.block-info.second {
  position: absolute;
  top: 14rem;
  left: 1rem;
}

.block-info.third {
  position: absolute;
  top: 6.5rem;
  right: 1.6rem;
  z-index: 10;
}

.block-info.fourth {
  position: absolute;
  top: 14rem;
  right: 4.3rem;
  z-index: 10;
}

.block-info img {
  margin: 0.875rem 0.875rem 0 0.875rem;
  width: 3.125rem;
  height: 3.125rem;
}

.blok-info__text {
  text-align: start;
  margin-bottom: 0;
  margin-top: 1.125rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #001c54;
  width: 12.375rem;
}

.blok-info__text.letter-one {
  letter-spacing: 0em;
}

.blok-info__text.letter-tw {
  letter-spacing: 0em;
}

.blok-info__text.letter-three {
  letter-spacing: -0.025em;
}

.blok-info__text.letter-four {
  letter-spacing: 0;
}

/* ------------------------------------------------ MISSION BLOCK END --------------------------------------- */

/* ------------------------------------------------ COURSES BLOCK START --------------------------------------- */

.main-container.courses.business {
  margin-top: 6.57rem;
  height: 38.5rem;
}

.main-container.courses.law_school {
  margin-top: 6.57rem;
  height: 32.8rem;
}

.main-container.courses.language_school {
  margin-top: 7.19rem;
  height: 31.7rem;
}

.main-container.courses.arch_school {
  margin-top: 6.57rem;
  height: 32.8rem;
}

.main-container.courses.law {
  height: 35.18rem;
}

.main-container.courses.hum {
  margin-top: 6.57rem;
  height: max-content;
}

.main-container.courses.life {
  margin-top: 6.57rem;
  height: 31.7rem;
}

.wrap-text {
  padding: 0 2.32rem;
  margin-top: 1.75rem;
}

.text {
  font-weight: 400;
  text-align: justify;
  text-indent: 1.25rem;
  margin-bottom: 0.44rem;
  background: var(--linear, linear-gradient(270deg, #001c54 0%, #001c54 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.courses-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.right-text {
  position: relative;
  padding-left: 1.25rem;
  font-weight: 400;
  font-size: 1.125rem;
  text-align: justify;
  color: #001c54;
  margin-bottom: 0;
  margin-top: 1.45rem;
}

.right-text::after {
  position: absolute;
  content: url("../img/left-arrow-hover.svg");
  top: -0.2rem;
  left: 0.437rem;
}

.btn-courses-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 37rem;
  margin-top: 4.3rem;
}

#read-courses {
  width: 9.75rem;
  height: 2rem;
  color: #001c54;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  border: 0.125rem solid #001c54;
  border-radius: 0.312rem;
  background-color: transparent;
  padding: 0.372rem 2.187rem;
}

#courses-competencies {
  width: 9.8rem;
  height: 2rem;
  color: #001c54;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  border: 0.125rem solid #001c54;
  border-radius: 0.312rem;
  background-color: transparent;
  padding: 0.372rem 2rem;
  margin-left: 5.125rem;
}

#courses-complesory {
  width: 9.8rem;
  height: 2rem;
  color: #001c54;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  border: 0.125rem solid #001c54;
  border-radius: 0.312rem;
  background-color: transparent;
  padding: 0.372rem 0;
  margin-left: 3.5rem;
}

#read-courses:hover {
  color: #e00000;
  border-color: #e00000;
}

#courses-competencies:hover {
  color: #e00000;
  border-color: #e00000;
}

#courses-complesory:hover {
  color: #e00000;
  border-color: #e00000;
}

.left-block {
  position: relative;
  width: 36.5rem;
}

.img-first {
  width: 20.15rem;
  height: 14.9rem;
}

.wrap-second-img {
  position: absolute;
  top: 0.5rem;
  right: 0;
  z-index: 10;
  border: 0.372rem solid #fcfcfc;
  filter: drop-shadow(0px 0.264rem 1.71rem rgba(0, 0, 0, 0.15));
  border-radius: 0.372rem;
  width: 18.56rem;
  height: 13.68rem;
}

.img-second {
  width: 100%;
  height: 100%;
}

.wrap-third-img {
  position: absolute;
  top: 11.4rem;
  right: 6.13rem;
  z-index: 5;
  border: 0.372rem solid #fcfcfc;
  filter: drop-shadow(0px 0.264rem 1.71rem rgba(0, 0, 0, 0.15));
  border-radius: 0.372rem;
  width: 18.56rem;
  height: 8.93rem;
}

.img-third {
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------ COURSES BLOCK END --------------------------------------- */

/* ------------------------------------------------ MODERN BLOCK START --------------------------------------- */

.main-container.modern .right-side-med {
  position: relative;
  height: 24.812rem !important;
}

.main-container.modern .right-side-med::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/modern-back.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.medicine .right-side-med::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-moderm-med.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.business .right-side-med::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-business.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.architect .right-side-med::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-arhitect.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.language .right-side-med::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-lang.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.it .right-side-med::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-it.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.law .right-side-med::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-it.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.hum .right-side-med::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-hum.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.life .right-side-med::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-life.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern .right-side-business {
  position: relative;
  height: 25rem;
}

.main-container.modern .right-side-business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/modern-back.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.medicine .right-side-business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-moderm-med.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.business .right-side-business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-business.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.architect .right-side-business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-arhitect.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.language .right-side-business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-lang.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.it .right-side-business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-it.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.law .right-side-business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-it.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.hum .right-side-business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-hum.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.life .right-side-business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-life.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern .right-side {
  position: relative;
  height: 24.8rem;
}

.main-container.modern.medicine .right-side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-moderm-med.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.business .right-side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-business.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.architect .right-side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-arhitect.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.language .right-side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-lang.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.it .right-side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-it.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.law .right-side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/law/join-law.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.hum .right-side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-hum.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container.modern.life .right-side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/back-modern-life.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.head-title.modern {
  text-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  z-index: 5;
  position: relative;
  text-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  height: 3.5rem;
  margin: 0;
  margin-top: 3.5rem;
  color: var(--fcfcfc, #fcfcfc);
  text-align: center;
  text-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  font-family: "Roboto";
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.09rem;
  text-transform: uppercase;
}

.wrap-modern p {
  color: #fcfcfc;
  z-index: 5;
  position: relative;
  margin: 0;
  margin-top: 1.375rem;
  letter-spacing: 0;
  text-align: center;
  font-size: 1.125rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.wrap-modern p.join {
  margin-top: 2rem;
  font-size: 2rem;
}

.modern-buttons {
  font-weight: 900;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 41.25rem;
  z-index: 5;
  position: relative;
  margin: auto;
  margin-top: 2rem;
}

.request-modern {
  background: #e00000;
  width: 18.25rem;
  height: 3.1875rem;
  box-shadow: 0px 0.187rem 0.312rem rgba(0, 0, 0, 0.45);
  color: #fcfcfc;
  border-radius: 0.312rem;
  text-align: center;
  border-radius: 0.3rem;
  padding-top: 0.937rem;
}

.request-modern:hover {
  transform: scale(1.1);
  transition: 0.7s;
  color: #fcfcfc;
}

.apply-modern:hover {
  transform: scale(1.1);
  transition: 0.7s;
  color: #fcfcfc;
}

.apply-modern {
  width: 18.25rem;
  height: 3.187re;
  box-shadow: 0px 0.187rem 0.312rem rgba(0, 0, 0, 0.45);
  color: #fcfcfc;
  background: linear-gradient(270deg, rgba(0, 28, 84, 0.7) 0%, rgba(0, 28, 84, 0.7) 100%);
  border: 0.187rem solid #f8f8f8;
  text-align: center;
  backdrop-filter: blur(13px);
  border-radius: 0.3rem;
  padding-top: 0.75rem;
}

/* ------------------------------------------------ MODERN BLOCK END --------------------------------------- */

/* ------------------------------------------------ EDUCATIONAL BLOCK START --------------------------------------- */
.main-container.educational {
  margin-top: 6.875rem;
  height: 34.8rem !important;
}

.left-educ-block {
  width: 100%;
  padding: 2.75rem 16rem 2.75rem 2.75rem;
}

.left-educ-block h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: start;
  position: relative;
  padding-left: 0.937rem;
  margin-bottom: 0;
}

.left-educ-block h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4375rem;
  height: 3.81rem;
  width: 0.24rem;
  background: #e00000;
}

.left-educ-block p {
  width: 30.68rem;
  padding-top: 1.5rem;
  text-align: justify;
  font-size: 1.125rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
}

#educational-read {
  width: 9.75rem;
  height: 2rem;
  position: absolute;
  color: #001c54;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  border: 0.125rem solid #001c54;
  border-radius: 0.312rem;
  background-color: transparent;
  padding: 0.372rem 2.187rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

#educational-read.clinical {
  padding: 0.372rem 0rem;
}

#educational-read:hover {
  color: #e00000;
  border-color: #e00000;
}

/* +++++   центральный блок ++++++ */
.center-educ-block {
  height: max-content;
  background: rgba(252, 252, 252, 0.9);
  border: 0.125rem solid #fcfcfc;
  box-shadow: 0px 0.25rem 1.5rem rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(5px);
  border-radius: 0.372rem;
  position: absolute;
  top: 2.75rem;
  left: 36.563rem;
  z-index: 10;
  height: 22.188rem;
  width: 28.5625rem;
}

.center-list {
  height: 22.188rem;
  padding: 2.5rem;
}

.list-wrap {
  display: flex;
  flex-direction: row;
  height: max-content;
  margin-bottom: 2.67rem;
}

.list-wrap p {
  margin-bottom: 0 !important;
}

.list__text {
  width: 17.3125rem;
  color: #001c54;
  align-items: center;
  text-align: justify;
  font-size: 0.875rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.square {
  position: relative;
  width: 3.8125rem;
  height: 3.8125rem;
  background: linear-gradient(149.94deg, #0144c7 18.76%, #002369 75.67%);
  border-radius: 0.187rem;
  margin-right: 1.25rem;
}

.square.red {
  position: relative;
  width: 3.8125rem;
  height: 3.8125rem;
  background: linear-gradient(180deg, #f40000 0%, #c73000 100%);
  border-radius: 0.187rem;
  margin-right: 1.25rem;
}

.square img {
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 1.8125rem;
  width: 1.75rem;
}

/* +++++++++  правый блок -картинка  ++++++ */
.right-block__img {
  width: 24.75rem;
  height: 27.6875rem;
  border-radius: 0px 0.687rem 0.687rem 0px;
  position: relative;
}

/* ------------------------------------------------ EDUCATIONAL BLOCK END --------------------------------------- */

/* ------------------------------------------------ PERSPECTIVES BLOCK START --------------------------------------- */
.main-container.career {
  margin-top: 6.875rem;
  height: 26.5rem !important;
}

.wrap-career {
  margin-top: 1.75rem;
  padding: 0;
  position: relative;
}

.career__text {
  width: 27.6rem;
  font-style: italic;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.31rem;
  text-indent: 1.25rem;
  position: relative;
  text-align: start;
}

.career__text::after {
  content: "";
  position: absolute;
  width: 10.4375rem;
  height: 0.125rem;
  background: #e00000;
  bottom: -0.562rem;
  left: 0;
}

.business_school.career__text::after {
  content: "";
  position: absolute;
  width: 21.8rem;
  height: 0.125rem;
  background: #e00000;
  bottom: -0.562rem;
  left: 0;
}

.it_school.career__text::after {
  content: "";
  position: absolute;
  width: 22rem;
  height: 0.125rem;
  background: #e00000;
  bottom: -0.562rem;
  left: -0.2rem;
}

.law_school.career__text::after {
  content: "";
  position: absolute;
  width: 22rem;
  height: 0.125rem;
  background: #e00000;
  bottom: -0.562rem;
  left: -0.2rem;
}

.humanities_school.career__text::after {
  content: "";
  position: absolute;
  width: 22rem;
  height: 0.125rem;
  background: #e00000;
  bottom: -0.562rem;
  left: -0.2rem;
}

.arch_school.career__text::after {
  content: "";
  position: absolute;
  width: 22rem;
  height: 0.125rem;
  background: #e00000;
  bottom: -0.562rem;
  left: -0.2rem;
}

.language_school.career__text::after {
  content: "";
  position: absolute;
  width: 27rem;
  height: 0.125rem;
  background: #e00000;
  bottom: -0.562rem;
  left: -0.2rem;
}

.life-sciences_school.career__text::after {
  content: "";
  position: absolute;
  width: 22rem;
  height: 0.125rem;
  background: #e00000;
  bottom: -0.562rem;
  left: -0.2rem;
}

/* +++++++++++  блок большой круглой картинки ++++++++ */
.img-wrap {
  position: absolute;
  top: 0.3rem;
  left: -0.5rem;
}

.img-wrap .career-icon-back {
  margin-left: 14rem;
  margin-top: -0.625rem;
  position: relative;
  width: 48.25rem;
  height: 19.9375rem;
}

.img-wrap .career-icon {
  position: absolute;
  top: 4.1rem;
  left: 33.2rem;
  width: 9.875rem;
  height: 9.875rem;
  z-index: 10;
}

.text-career {
  color: #001c54;
  position: absolute;
  margin: 0 !important;
  text-align: right;
  font-size: 1.125rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.text-career.law-left-first {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.43rem;
  color: #001c54;
  position: absolute;
  margin: 0 !important;
  left: 1rem;
}

.text-career.law-left-second {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.43rem;
  color: #001c54;
  position: absolute;
  margin: 0 !important;
  left: -5.3rem;
}

.law-right-first {
  left: 4.8rem;
  white-space: nowrap;
}

.law-right-second {
  left: 4.8rem;
  white-space: nowrap;
}

.law-right-third {
  left: 4.8rem !important;
  white-space: nowrap;
}

.life-left-first {
  left: -4.2rem;
  white-space: nowrap;
}

.life-left-second {
  left: 3.2rem;
  white-space: nowrap;
}

.life-right-first {
  left: 4.8rem;
  white-space: nowrap;
}

.life-right-second {
  left: 4.8rem;
  white-space: nowrap;
}

.life-right-third {
  left: 4.8rem !important;
  white-space: nowrap;
}

.arch-left-first {
  left: 1rem;
}

.language-left-first {
  left: 2.96rem;
}

.language-left-second {
  left: -1.44rem;
}

.language-right-first {
  left: 4.8rem !important;
  white-space: nowrap;
}

.language-right-second {
  left: 4.8rem !important;
  white-space: nowrap;
}

.language-right-third {
  left: 4.8rem !important;
  white-space: nowrap;
}

.humanities-left-firts {
  left: -0.44rem !important;
  white-space: nowrap;
}

.humanities-left-second {
  left: -5.5rem !important;
  white-space: nowrap;
}

.text-career.arch-left-first {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.43rem;
  color: #001c54;
  position: absolute;
  margin: 0 !important;
  left: 1rem;
}

.text-career.arch-left-second {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.43rem;
  color: #001c54;
  position: absolute;
  margin: 0 !important;
  left: -5rem;
}

.arch-right-second {
  left: 4.8rem;
  white-space: nowrap;
}

.arch-right-third {
  left: 4.8rem !important;
  white-space: nowrap;
}

.arch-right-first {
  left: 4.8rem;
  white-space: nowrap;
}

/* ************************* law  */

.text-career.judicial {
  top: 8.343rem;
  left: 2.7187rem;
}

.text-career.judicial::after {
  position: absolute;
  content: url("../img/sircle-arrow.svg");
  top: -0.09375rem;
  right: -1.5rem;
}

.text-career.judicial::before {
  position: absolute;
  content: url("../img/sircle-icon.svg");
  top: -1.1875rem;
  right: -6.03125rem;
}

.text-career.prosecutor {
  left: 6.8125rem;
  bottom: 0.625rem;
}

.text-career.prosecutor::after {
  position: absolute;
  content: url("../img/sircle-arrow.svg");
  top: 0.28125rem;
  right: -1.4375rem;
}

.text-career.prosecutor::before {
  position: absolute;
  content: url("../img/sircle-icon.svg");
  top: -0.9375rem;
  right: -5.9375rem;
}

.text-career.lawyer {
  top: 1.625rem;
  right: -7.59375rem;
}

.text-career.lawyer::after {
  position: absolute;
  content: url("../img/sircle-arrow.svg");
  top: 0.25rem;
  left: -1.375rem;
  transform: rotate(180deg);
}

.text-career.lawyer::before {
  position: absolute;
  content: url("../img/sircle-icon.svg");
  top: -1.125rem;
  left: -5.9375rem;
}

.text-career.legal {
  top: 7.6875rem;
  right: -10.71875rem;
}

.text-career.legal::after {
  position: absolute;
  content: url("../img/sircle-arrow.svg");
  top: 0.937rem;
  left: -1.43rem;
  transform: rotate(180deg);
}

.text-career.legal::before {
  position: absolute;
  content: url("../img/sircle-icon.svg");
  top: -0.5rem;
  left: -5.875rem;
}

.text-career.notary {
  bottom: 1.8125rem;
  right: -6.375rem;
}

.text-career.notary::after {
  position: absolute;
  content: url("../img/sircle-arrow.svg");
  top: 0.25rem;
  left: -1.43rem;
  transform: rotate(180deg);
}

.text-career.notary::before {
  position: absolute;
  content: url("../img/sircle-icon.svg");
  top: -1.125rem;
  left: -5.875rem;
}

/* •••••••••••••••••••••••••••••  business ••••••••••••••••••••••••••••••••••••••••••••••••••••  */
.bus-right-first {
  left: 4.82rem !important;
  white-space: nowrap;
}

.bus-right-second {
  left: 4.82rem;
  white-space: nowrap;
}

.bus-right-third {
  left: 4.82rem !important;
  white-space: nowrap;
}

.it-left-first {
  right: 5.24rem !important;
  white-space: nowrap;
  margin: 0 !important;
}

.it-left-second {
  position: absolute;
  left: 10rem;
  bottom: 4.3rem;
  display: flex;
  width: 12.5rem;
  align-items: center;
  top: 15.7rem;
}

.it-left-second p {
  left: -0.44rem;
}

.it-right-first {
  right: 1.06rem !important;
  white-space: nowrap;
}

.it-right-second {
  right: 5.76rem !important;
  white-space: nowrap;
}

.it-right-third {
  left: 4.74rem !important;
  white-space: nowrap;
}

.wrap-career-text.head-of {
  position: absolute;
  width: 15.2rem;
  top: 9rem;
  left: 2.8rem;
  display: flex;
  align-items: center;
}

.wrap-career-text.dir-economy {
  position: absolute;
  left: 4.87rem;
  bottom: 4.3rem;
  display: flex;
  width: 17.64rem;
  align-items: center;
  top: 15.7rem;
}

.wrap-career-text.dir-comm {
  display: flex;
  position: absolute;
  top: 1.5rem;
  right: -8.5rem;
  width: 17rem;
  height: 1.625rem;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.wrap-career-text.bis-analyst {
  width: 17rem;
  position: absolute;
  top: 9rem;
  display: flex;
  right: -13.2rem;
  align-items: center;
}

.wrap-career-text.dev-direct {
  position: absolute;
  height: 1.625rem;
  bottom: 2.7rem;
  display: flex;
  right: -12.04rem;
  width: 20.5rem;
  align-items: center;
}

/*  ••••••••••••••••••••••••••••••••• medicine •••••••••••••••••••••••••• */
.wrap-career-text.public {
  position: absolute;
  width: 15.7rem;
  top: 8.2rem;
  left: 2.25rem;
  height: 1.625rem;
  display: flex;
  align-items: center;
}

.career-icon-arrow {
  position: absolute;
  right: 3.81rem;
  width: 0.937rem;
  height: 0.625rem;
}

.career-icon-mini {
  position: absolute;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.wrap-career-text.family {
  position: absolute;
  left: -0.15rem;
  bottom: 2.8rem;
  width: 22.7rem;
  height: 1.625rem;
  display: flex;
  align-items: center;
}

.wrap-career-text.family p {
  letter-spacing: -0.02rem;
}

.wrap-career-text.surgeon {
  position: absolute;
  top: 1.5rem;
  right: -0.55rem;
  width: 9rem;
  height: 1.625rem;
  display: flex;
  align-items: center;
}

.wrap-career-text.right p {
  left: 4.8rem;
  white-space: nowrap;
  margin: 0;
}

.wrap-career-text.right .career-icon-arrow {
  position: absolute;
  left: 3.375rem;
  width: 0.937rem;
  height: 0.625rem;
  transform: rotate(180deg);
}

.wrap-career-text.right .career-icon-mini {
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.wrap-career-text.pediatrician {
  position: absolute;
  height: 1.625rem;
  width: 10.81rem;
  top: 8.25rem;
  right: -6.83rem;
  display: flex;
  align-items: center;
}

.wrap-career-text.emergency {
  position: absolute;
  height: 1.625rem;
  bottom: 2.75rem;
  right: -12.2rem;
  width: 20.625rem;
  display: flex;
  align-items: center;
}

/* ••••••••••••••••••  architectura ••••••••••••••••••••••••••••••••••••••••••••••••••••  */

.wrap-career-text.urban {
  bottom: 2.65rem;
  position: absolute;
  width: 14.2rem;
  top: 1.2rem;
  left: 3.8rem;
  display: flex;
  align-items: center;
}

.wrap-career-text.arch-tech {
  position: absolute;
  left: 10rem;
  bottom: 4.3rem;
  display: flex;
  width: 12.5rem;
  align-items: center;
  top: 15.7rem;
}

.wrap-career-text.constr {
  display: flex;
  position: absolute;
  top: 1.5rem;
  right: -8.5rem;
  width: 17rem;
  height: 1.625rem;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.wrap-career-text.civil-eng {
  width: 17rem;
  position: absolute;
  top: 9rem;
  display: flex;
  right: -13rem;
  align-items: center;
}

.wrap-career-text.build-contrl {
  position: absolute;
  height: 1.625rem;
  bottom: 2.7rem;
  display: flex;
  right: -12.05rem;
  width: 20.5rem;
  align-items: center;
}

/* ••••••••••••••••••••••••••••••  language ••••••••  */
.wrap-career-text.lang-corp {
  position: absolute;
  width: 19.2rem;
  top: 9rem;
  left: -1.15rem;
  display: flex;
  align-items: center;
}

.wrap-career-text.travel-coord {
  position: absolute;
  left: 1.15rem;
  bottom: 3.6rem;
  width: 21.2rem;
  display: flex;
  align-items: center;
}

.wrap-career-text.for-service {
  position: absolute;
  top: 1.5rem;
  right: -8.5rem;
  width: 17rem;
  height: 1.625rem;
  display: flex;
  align-items: center;
}

.wrap-career-text.flight-att {
  display: flex;
  width: 13.5rem;
  position: absolute;
  top: 9.1rem;
  right: -9.56rem;
  align-items: center;
}

.wrap-career-text.writer {
  position: absolute;
  height: 1.625rem;
  bottom: 2.8rem;
  right: -9.45rem;
  width: 18rem;
  display: flex;
  align-items: center;
}

/* •••••••••••••••••••••••••••••• it  •••••••• */
.wrap-career-text.soft {
  position: absolute;
  width: 15.2rem;
  top: 8.9rem;
  left: 2.8rem;
  display: flex;
  align-items: center;
}

.wrap-career-text.web-des {
  position: absolute;
  left: 10rem;
  bottom: 4.3rem;
  display: flex;
  width: 12.5rem;
  align-items: center;
  top: 15.7rem;
}

.wrap-career-text.cyber {
  display: flex;
  position: absolute;
  top: 1.5rem;
  right: -8.55rem;
  width: 17rem;
  height: 1.625rem;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.wrap-career-text.data-centr {
  width: 17rem;
  position: absolute;
  top: 9rem;
  display: flex;
  right: -13rem;
  align-items: center;
}

.wrap-career-text.secur-manager {
  position: absolute;
  height: 1.625rem;
  bottom: 2.75rem;
  display: flex;
  right: -12.05rem;
  width: 20.5rem;
  align-items: center;
}

/* •••••••••••••••••••••••••••••• law  •••••••• */
.wrap-career-text.civil {
  position: absolute;
  width: 15.2rem;
  top: 8.34375rem;
  left: 2.8rem;
  bottom: 2.65rem;
}

.wrap-career-text.adm {
  position: absolute;
  left: 7rem;
  bottom: 4.3rem;
  width: 15.5rem;
}

.wrap-career-text.data-secur {
  position: absolute;
  top: 1.625rem;
  right: -13.8rem;
  width: 22.3rem;
  height: 1.625rem;
}

.wrap-career-text.criminal {
  width: 15.5rem;
  position: absolute;
  top: 8.3125rem;
  right: -11.5rem;
}

.wrap-career-text.lawyer {
  position: absolute;
  height: 1.625rem;
  bottom: 2.65rem;
  right: -6rem;
  width: 14.5rem;
}

/* ••••••••••••••••••••••••••••••  human  •••••••• */
.wrap-career-text.travel {
  position: absolute;
  width: 12rem;
  top: 1.5rem;
  left: 6.15rem;
  bottom: 2.65rem;
  display: flex;
  align-items: center;
}

.wrap-career-text.archaeol {
  position: absolute;
  left: 10.05rem;
  bottom: 3.5rem;
  width: 12.5rem;
  display: flex;
  align-items: center;
}

.wrap-career-text.social {
  position: absolute;
  top: -4.8rem;
  right: -4.3rem;
  width: 12.8rem;
  height: 1.625rem;
  display: flex;
  align-items: center;
}

.wrap-career-text.graph {
  width: 14.5rem;
  position: absolute;
  top: 9.1rem;
  right: -10.6rem;
  display: flex;
  align-items: center;
}

.wrap-career-text.human {
  position: absolute;
  height: 1.625rem;
  bottom: 2.7rem;
  right: -11.55rem;
  width: 20rem;
  display: flex;
  align-items: center;
}

/* ••••••••••••••••••••••••••••••  life  •••••••• */
.wrap-career-text.eco {
  position: absolute;
  width: 10.5rem;
  top: 1.34375rem;
  left: 7.5rem;
  bottom: 2.65rem;
  display: flex;
  align-items: center;
}

.wrap-career-text.biom {
  position: absolute;
  left: 6rem;
  bottom: 3.55rem;
  width: 16.5rem;
  display: flex;
  align-items: center;
}

.wrap-career-text.microb {
  position: absolute;
  top: 1.5rem;
  right: -4.3rem;
  width: 12.8rem;
  height: 1.625rem;
  display: flex;
  align-items: center;
}

.wrap-career-text.industr {
  width: 16.5rem;
  position: absolute;
  top: 9rem;
  right: -12.5rem;
  display: flex;
  align-items: center;
}

.wrap-career-text.assoc {
  position: absolute;
  height: 1.625rem;
  bottom: 2.8rem;
  right: -11.15rem;
  width: 19.5rem;
  display: flex;
  align-items: center;
}

.red-more-career {
  width: 9.75rem;
  height: 2rem;
  color: #001c54;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  border: 0.125rem solid #001c54;
  border-radius: 0.312rem;
  background-color: transparent;
  /* padding: 6px 35px; */
  padding: 0.372rem 2.1875rem;
  position: absolute;
  bottom: -3.31rem;
  left: 34.938rem;
  /* left: 538.6rem; */
}

.red-more-career:hover {
  color: #e00000;
  border-color: #e00000;
}

.red-more-courses {
  width: 9.75rem;
  height: 2rem;
  color: #001c54;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  border: 0.125rem solid #001c54;
  border-radius: 0.312rem;
  background-color: transparent;
  padding: 0.372rem 2.1875rem;
  position: absolute;
  bottom: -2rem;
  left: 34.938rem;
}

.red-more-courses:hover {
  color: #e00000;
  border-color: #e00000;
}

/* ------------------------------------------------ PERSPECTIVES BLOCK END --------------------------------------- */
.main-container.block-schools {
  margin-top: 4.9rem;
  height: 10.4rem !important;
}

.main-container.block-schools>.right-side-med {
  position: relative;
}

.main-container.block-schools>.right-side-business {
  position: relative;
}

.main-container.block-schools>.right-side {
  position: relative;
}

.wrap-schools {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  padding: 0;
}

.main-container.arrow {
  position: relative;
  height: 2.625rem;
}

.arrow-up {
  display: block;
  width: 2.625rem;
  position: absolute;
  z-index: 100;
  left: 48.4%;
  bottom: 0rem;
}

.arrow-up img {
  position: static;
  width: 2.625rem;
}

.nav-submenu {
  top: 100%;
  left: 0;
  backdrop-filter: blur(10px);
  min-width: auto;
  width: max-content;
  z-index: 999;
  margin-top: 0;
  font-size: 0.8125rem;
  box-shadow: 0px 0.187rem 0.9375rem rgb(0 0 0 / 30%);
  filter: drop-shadow(0px 1.85714px 9.28571px rgba(0, 0, 0, 0.25));
  position: absolute;
  opacity: 0.9;
  background: linear-gradient(270deg, #001c54 0%, #001c54 100%);
  padding: 0.68rem 0.937rem 0.68rem 0.875rem;
  border-radius: 0.312rem;
  min-height: 4.937rem;
  color: #ffffff;
  display: none;
}

.wrap-carusel-basic {
  display: block;
  width: 100%;
  padding: 1.375rem 1.375rem 4rem;
  background: #fcfcfc;
  margin: 0 auto;
}

.wrap-carusel-basic .carousel {
  margin: 0 auto;
  margin-left: 2.3rem;
  margin-right: 2.3rem;
  padding: 1.53rem 1.53rem 3.83rem 1.53rem;
  overflow-y: hidden;
  background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.wrap-carusel-basic .swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: -2rem;
  left: 4.56rem;
  width: calc(100% - 9.12rem);
  border-radius: 0;
  background: #001c54;
  position: absolute;
  z-index: 50;
  height: 0.312rem;
}

.wrap-carusel-basic .carousel .swiper-slide:nth-child(n) img {
  max-height: 20.125rem;
}

.content_container.text-about-ieu+.main-container.feedback-container {
  padding-top: 4rem;
  margin-left: 10.43rem;
  min-height: 29rem;
}

.content_container.text-about-ieu+.main-container.feedback-container.dop {
  padding-top: 4rem;
  margin-left: 6.43rem;
  min-height: 29rem;
  margin-bottom: 3rem;
}

.main-container.feedback-container>.right-side {
  position: relative;
}

.wrap-carusel-basic+a {
  display: block;
  width: 2.625rem;
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: -1rem;
}

.wrap-carusel-basic+a>img {
  margin: 0 auto;
  display: block;
  cursor: pointer;
  width: 2.625rem;
}

.page_gallery#up {
  height: auto;
  min-height: auto;
}

.content_container.tution-about-ieu {
  position: relative;
  padding-top: 0;
  width: 88.33%;
  /* margin-left: 2.5rem; */
  background: #fcfcfc;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.content_container.tution-about-ieu>a {
  display: block;
  width: 42px;
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: -2rem;
}

.content_container.tution-about-ieu>a>img {
  position: static;
  width: 2.56rem;
  height: 2.31rem;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.content_container.tution-about-ieu>.mob-wrap-partners+a {
  display: block;
  width: 42px;
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: -1rem;
}

.content_container.tution-about-ieu>.mob-wrap-partners+a>img {
  position: static;
  width: 2.56rem;
  height: 2.31rem;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.wrap-left .main-comm::after {
  bottom: 5.56rem;
  left: calc(50% + 22.75rem);
  background: url("../icons/quitation.svg") 100% 100%/100% 100% no-repeat;
  width: 8.5rem;
  height: 6.68rem;
  opacity: 0.1;
  content: "";
  position: absolute;
}

/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  /* color: inherit; */
  text-decoration: none;
  /* display: inline-block; */
  cursor: pointer;
}

a:hover {
  /* color: inherit; */
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

p {
  display: block;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: 1rem;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

/* ---------------------------------------------------------- RESET STYLE END ------------------------------------------ */

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;

  background: #fcfcfc !important;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.header.main,
.scroll-form,
.top-slider,
.main-block.university,
.main-block.admisson,
.main-block.choose,
.main-block.news,
.main-block.feedback,
.wrap-footer {
  display: block;
}

.top-slider-mob,
.mob-top-form,
.main-mob.admission,
.main-mob.choose,
.main-mob.news,
.main-mob.feedback,
.arrow-up-mob,
.pre-footer-mob,
.mob-header,
.mob-leave-form {
  display: none;
}

.left-mob-wrap {
  display: none;
}

/* --------------------------------------------------- HEADER START ---------------------------------------------------  */

.header.main {
  display: flex;
  align-items: center;
  position: fixed;
  top: 1.19rem;
  left: 0.94rem;
  z-index: 999;
  padding: 0 1rem 0 1.12rem;
  width: 88.125rem;
  max-height: 4rem;
  height: 4rem;
  background: rgba(252, 252, 252, 0.95);
  -webkit-backdrop-filter: blur(1.75rem);
  border-radius: 0.372rem;
  box-shadow: 0px 0.178rem 0.93rem rgb(0 0 0 / 30%);
  backdrop-filter: blur(14px);
}

.header-logo-main {
  margin-right: 11.9rem;
}

.head-logo-main__img {
  width: 10.26rem;
  height: 3rem;
}

.header-phone {
  display: flex;
  flex-direction: row;
  width: 37.3rem;
  padding-left: 2.5rem;
}

.header-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 2rem;
  position: relative;
}

.header-contact:hover .blue-text-contact {
  color: #c50000;
}

.header-contact.phone {
  margin-right: 5rem;
}

.header-contact.phone::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.5rem;
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #001c54;
  border-radius: 0.312rem;
  background: url("../img/icon_phone.svg") 50% 50%/ 82% 59% no-repeat;
}

.header-contact.email::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.5rem;
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #001c54;
  border-radius: 0.312rem;
  background: url("../img/icon_email.svg") 50% 50%/ 59% 72% no-repeat;
}

.red-text-contact {
  font-family: "Roboto";
  color: #d00000;
  margin: 0;
  white-space: nowrap;
  text-align: start;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.59375rem;
}

.blue-text-contact {
  font-family: "Roboto";
  color: #001c54;
  margin: 0;
  white-space: nowrap;
  font-size: 0.99125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.10269rem;
  letter-spacing: -0.01981rem;
  text-align: start;
  margin-top: 0.2rem;
}

/* social block */
.header-social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 9.2rem;
  height: 1.25rem;
  margin: 0 2.05rem 0 1.9rem;
}

.social-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.social-icon path {
  fill: #001c54;
}

.social-icon:hover path {
  fill: #c50000;
}

/* apply online */
.apply-online {
  width: 9.31rem;
  height: 2rem;
  display: flex;
  align-items: center;
  position: relative;
  background: #c50000;
  border-radius: 0.312rem;
  text-decoration: none;
  margin-right: 1rem;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  line-height: 1.10269rem;
  justify-content: space-evenly;
  text-align: center;
  padding: 0 10px;
}

.apply-online:hover {
  background: linear-gradient(270deg, #001c54 0%, #001c54 100%);
  color: #fff;
}

/* lang */
.lang {
  border: 0.125rem solid rgba(0, 28, 84, 1);
  position: relative;
  padding: 0;
  border-radius: 0.312rem;
  margin-top: 0.93rem;
  height: 2rem;
  width: 3rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang>li {
  position: relative;
  height: 2.5rem;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  color: rgba(0, 28, 84, 1);
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  line-height: normal;
  line-height: 0.625rem;
  align-items: center;
  justify-content: center;
}

.lang li .england {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.35rem;
  margin-left: 0.46rem;
}

.arrow-header {
  width: 0.43rem;
  height: 0.43rem;
  /* margin-top: 0.656rem; */
  margin-left: 0.43rem;
  transform: rotate(90deg);
}

.lang:hover .arrow-path-header {
  fill: #c50000;
}

.lang-sub {
  background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
  backdrop-filter: blur(0.625rem);
  -webkit-backdrop-filter: blur(0.625rem);
  box-shadow: 0px 0.125rem 0.0625rem rgba(0, 0, 0, 0.25);
  border-radius: 0.187rem;
  display: none;
  position: absolute;
  padding: 0.25rem 0.372rem 0.25rem 1.31rem;
  left: 0;
  top: 2.25rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin: 0;
}

.lang .lang-sub li {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  position: relative;
  color: #001c54;
  list-style-type: none;
}

.lang .lang-sub li::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: -0.75rem;
  width: 0.312rem;
  height: 0.312rem;
  border-radius: 100%;
  background-color: #001c54;
}

.lang .lang-sub li:hover::before {
  background-color: #e00000;
}

.lang .lang-sub li:hover span {
  color: #e00000;
}

.lang:hover .lang-sub {
  display: block;
}

.lang-sub li img {
  display: none !important;
}

.wpm-language-switcher .active {
  display: none;
}

/* --------------------------------------------------- HEADER END ---------------------------------------------------  */

/* --------------------------------------------------- RED LEFT PANEL(NOW BLUE) START ---------------------------------------------------  */
#left-red {
  height: 100%;
  position: fixed;
  z-index: 200;
  width: 2.5rem;
  background: #001c54;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#left-red .wrap-left {
  margin-top: 9.8rem;
  position: relative;
  width: 2.5rem;
  height: 100%;
  display: flex;
  justify-content: center;
}

#left-red .wrap-left.home {
  margin-top: 9.5rem;
}

.offical-left {
  color: #ffffff;
  margin: 0;
  transform: rotate(-90deg);
  white-space: nowrap;
  text-align: center;
  font-size: 0.875rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
}

/* icon */
.red-icon {
  margin-top: 4.9rem;
  display: flex;
  flex-direction: column;
  width: 1.5rem;
  height: 13.7rem;
  justify-content: space-between;
  align-items: center;
}

.red-icon.home {
  height: 15.6rem;
}

.wrap-red-icon {
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: 0.3s linear;
  cursor: pointer;
}

.wrap-red-icon:hover {
  border: 0.0625rem solid #ffffff;
  border-radius: 0.372rem;
  transition: 0.3s linear;
}

.red-icon__icon {
  width: 0.875rem;
  height: 0.875rem;
}

/* --------------------------------------------------- RED LEFT PANEL END ---------------------------------------------------  */

/* ---------------------------------------------------  LEFT HOVER MENU START ---------------------------------------------------  */

.left-red-side:hover~.left-hover-menu {
  transform: translateX(1.25rem);
  transition: 0.4s linear;
  display: block;
  cursor: pointer;
}

.open-left {
  transform: translateX(1.25rem);
  transition: 0.4s linear;
  display: block;
  cursor: pointer;
}

.left-hover-menu:hover {
  transform: translateX(1.25rem);
  transition: 0.5s linear;
  display: block;
  cursor: pointer;
  background: rgba(252, 252, 252, 0.95);
  backdrop-filter: blur(14px);
}

.op-block {
  opacity: 0;
  width: 0.93rem;
  height: 100%;
}

.left-hover-menu {
  height: 100%;
  position: fixed;
  z-index: 100;
  width: 12.5rem;
  display: block;
  transform: translateX(-12.5rem);
  transition: 0.8s linear;
}

.left-hover-menu::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 12.5rem;
  height: 100%;
  background: rgba(252, 252, 252, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.wrap-left-hover {
  padding: 7.31rem 0 6rem 2.1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 100;
}

.new-left-buttons {
  padding-top: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* search left */
.new-search-container {
  width: 9rem;
  margin-right: 0.93rem;
}

.new-search-form {
  width: 100%;
  height: auto;
  position: relative;
  border-bottom: 0.0625rem solid rgba(0, 28, 84, 0.5);
}

.new-search-form input {
  height: 0.625rem;
  width: 100%;
  border: none;
  background: transparent;
  color: #001c54 !important;
  padding-left: 0.3rem;
  outline: none;
  font-size: 0.75rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}

.new-search-form input::-webkit-input-placeholder {
  font-size: 0.75rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  color: #001c54 !important;
}

.new-search-form input::-moz-placeholder {
  font-size: 0.75rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  color: #001c54 !important;
}

.new-search-form input:-ms-input-placeholder {
  font-size: 0.75rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  color: #001c54 !important;
}

.new-search-form input::-ms-input-placeholder {
  font-size: 0.75rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  color: #001c54 !important;
}

.new-search-form input::placeholder {
  font-size: 0.75rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  color: #001c54 !important;
}

.new-search-container button {
  position: absolute;
  right: 0.7rem;
  top: -0.3rem;
  background-color: transparent;
}

.new-search-container button img {
  width: 0.875rem;
  height: 0.875rem;
}

.new-search-form>input::-webkit-search-decoration,
.new-search-form>input::-webkit-search-cancel-button,
.new-search-form>input::-webkit-search-results-button,
.new-search-form>input::-webkit-search-results-decoration {
  display: none;
}

/* apply left */
.left-online-pay {
  width: 8.93rem;
  height: 2rem;
  min-height: 2rem;
  background: #d00000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 0.312rem;
  text-decoration: none;
  margin-top: 6.69rem;
  font-size: 0.875rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  line-height: 0.78125rem;
  position: fixed;
  bottom: 9.5rem;
}

.left-online-pay.home {
  position: relative;
  bottom: auto;
  margin-top: 1rem;
}

.pay-svg {
  width: 1.14rem;
  height: 1.14rem;
}

.left-online-pay:hover {
  background: #001c54;
  color: #fff;
}

/* menu left */
.new-left-menu {
  height: 12.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 2.35rem;
}

.new-left-menu.home {
  height: 15.8rem;
  margin-top: 2.5rem;
}

.new-left-menu .arrow-panel {
  margin: 0;
}

.new-left-menu__list {
  height: 1.8rem;
  display: flex;
  align-items: center;
  position: relative;
}

.new-left-menu__list:hover .new-left-menu__link {
  color: #d00000;
}

.new-left-menu__link.hover-link {
  color: #d00000;
}

.hover-img {
  border: 0.0625rem solid #ffffff;
  border-radius: 0.312rem;
  transition: 0.3s linear;
}

.new-left-menu__list:hover .arrow-path {
  fill: #d00000;
}

.new-left-menu__link {
  color: #001c54;
  text-decoration: none;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.875rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.0175rem;
}

.arrow-panel {
  display: inline-block;
  width: 0.372rem;
  height: 0.372rem;
  position: absolute;
  right: 0.93rem;
}

/* submenu*/

.submenu {
  border-radius: 0.187rem;
  min-height: auto;
  display: none;
  position: absolute;
  top: -0.28rem;
  left: 10.3rem;
  padding: 0.625rem 0.75rem 0.312rem 0.93rem;
  min-width: 13.75rem;
  background: rgba(252, 252, 252, 0.95);
  box-shadow: 0px 0.187rem 0.9375rem rgb(0 0 0 / 30%);
  filter: drop-shadow(0px 0.11rem 0.57rem rgba(0, 0, 0, 0.25));
  -webkit-backdrop-filter: blur(1rem);
  z-index: 995;
  overflow: hidden;
  opacity: 1;
}

.new-left-menu>li:hover .submenu {
  display: block;
  min-width: auto;
  display: block;
  min-width: auto;
  border-radius: 0.17669rem;
  background: rgba(252, 252, 252, 0.95);
  backdrop-filter: blur(16px);
}

.submenu.open-submenu {
  display: block;
  min-width: auto;
}

.submenu:before {
  content: "aa";
  color: transparent;
  background: transparent;
  position: absolute;
  left: -25%;
  padding-left: 38%;
  top: 8%;
  padding-top: 25%;
}

.new-left-submenu-list {
  display: flex;
  flex-direction: row;
  position: relative;
  text-align: start;
  line-height: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  color: #001c54;
  padding-bottom: 0.625rem;
}

.new-left-submenu-link {
  font-style: normal;
  font-weight: 500;
  font-weight: 500;
  font-size: 0.81rem;
  line-height: 0.93rem;
  color: #001c54;
}

.new-left-submenu-link:hover {
  color: #001c54;
}

.submenu>.new-left-menu__link {
  display: none;
}

.new-left-submenu-list>.new-left-menu__link {
  display: none;
}

.new-left-menu .submenu .sub-red {
  display: none;
  width: 0.372rem;
  height: 0.372rem;
}

.submenu .new-left-submenu-list:hover .sub-red {
  display: block;
  position: absolute;
  bottom: 0.93rem;
  left: -0.5rem;
}

/* students office */
.left-stud-office {
  color: #ffffff;
  background: linear-gradient(270deg, #001c54 0%, #001c54 100%);
  border-radius: 0.312rem;
  width: 8.93rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-decoration: none;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  line-height: 0.78125rem;
}

.students-svg {
  width: 1rem;
  height: 1rem;
}

.left-stud-office:hover {
  background: #d00000;
  color: #fff;
}

.left-verify-doc {
  width: 8.93rem;
  height: 2rem;
  color: #001c54;
  border: 0.125rem solid rgba(0, 28, 84, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.56rem;
  padding-right: 0.56rem;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: -0.02em;
  border-radius: 0.312rem;
  text-decoration: none;
  position: relative;
}

.left-verify-doc:hover {
  color: #d00000;
  border: 0.125rem solid #d00000;
}

.left-verify-doc:hover svg path {
  fill: #d00000;
}

.normal-logo-pl {
  width: 8.92rem;
  height: 2.38rem;
  background-image: url("../img/logo-ieu-poland.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}

.normal-logo-pl:hover {
  background-image: url("../img/logo-ieu-poland-hover.svg");
}

.wrap-back-home {
  margin-top: 1rem;
}

/* ---------------------------------------------------  LEFT HOVER MENU END ---------------------------------------------------  */

/* ---------------------------------------------------  SCROLL FORM START ----------------------------------------------   */
body {
  position: relative;
}

/* apply scroll button start */
.apply-online-btn {
  position: fixed;
  bottom: 11.37rem;
  right: 1.81rem;
  border-radius: 50%;
  background: radial-gradient(#e00000, #e00000 1.52rem, #fff 1.6rem, #fff);
  border: 0.187rem solid #e00000;
  display: inline-flex;
  z-index: 5;
  color: #ffffff;
  width: 3.75rem;
  height: 3.75rem;
  align-items: center;
  text-align: center;
  font-family: "Roboto";
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.7rem;
  letter-spacing: -0.01319rem;
  text-transform: capitalize;
  justify-content: center;
}

.apply-online-btn:hover {
  background: radial-gradient(#001c54, #001c54 1.52rem, #ffffff 1.6rem, #ffffff);
  border: 0.187rem solid #001c54;
  transition: all 250ms linear;
  color: #fff;
}

#first-ride-side {
  margin-left: 0rem;
  width: 100%;
  background-color: #fcfcfc;
}

.top-slider-form.school-page {
  display: none;
}

.top-prev-slide .slider-bg h2 {
  text-transform: uppercase;
  margin-top: 15.06rem;
  padding: 0;
  margin-bottom: 0;
  width: max-content;
  height: max-content;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  text-shadow: 0 0.214rem 0.658rem rgba(0, 0, 0, 0.45);
  font-size: 2.89969rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  line-height: 4.00438rem;
  letter-spacing: -0.029rem;
}

.top-prev-slide .slider-bg {
  padding-left: 2.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  background-position-y: center;
  background-position-x: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.other_home {
  margin: 0;
  margin-top: 2.13rem;
}

.right-side-med,
.right-side-it,
.right-side-law,
.right-side-language,
.right-side-arch,
.right-side-humanities {
  width: 100%;
  background-color: #fcfcfc;
  margin-left: 8.75rem;
  margin-right: 7.25rem;
}

.right-side-business,
.right-side-life-sciences {
  width: 100%;
  background-color: #fcfcfc;
  margin-left: 8.6rem;
  margin-right: 6.5rem;
}

.wrap-cards {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.cards-block-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 3.08rem;
}

.it-card {
  width: 13.57rem;
  height: 19.61rem;
  background: linear-gradient(157.29deg, #f8f8f8 0%, #ffffff 100%);
  border: 0.29rem solid #fcfcfc;
  border-radius: 0.31rem;
  position: relative;
  box-shadow: 0px 0.14rem 0.98rem rgba(0, 0, 0, 0.2);
}

.red-more-courses {
  width: 9.8rem;
  height: 2rem;
  color: #001c54;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  border: 0.125rem solid #001c54;
  border-radius: 0.312rem;
  background-color: transparent;
  padding: 0.372rem 2.1875rem;
  position: absolute;
  bottom: -2.2rem;
  left: 32.76rem;
}

.main-container.it-cards {
  margin-top: 6.87rem;
  height: 55.5rem !important;
}

.main-container.mission {
  margin-top: 6.88rem;
  height: 33.3rem !important;
}

.right-side.mission {
  width: 64.375rem;
  background-color: #fcfcfc;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
}

.right-side.courses {
  width: 74.875rem;
  background-color: #fcfcfc;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.7rem;
}

.right-side.educational {
  width: 74.875rem;
  background-color: #fcfcfc;
  margin-left: 8.75rem;
  margin-right: 6.31rem;
}

.right-side.career {
  width: 89.9375rem;
  background-color: #fcfcfc;
  margin-left: 8.75rem;
  margin-right: 6.31rem;
}

.wrap-educational {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-top: 1.75rem;
  border-radius: 0.3rem;
  margin-left: 0;
  margin-right: 2.31rem;
  height: max-content;
  background: #fcfcfc;
  box-shadow: 0px 0.25rem 0.937rem rgba(0, 0, 0, 0.3);
  justify-content: space-between;
}

.main-container.courses.it_school {
  margin-top: 6.57rem;
  height: 31.5rem !important;
}

.main-container.courses.med_school {
  margin-top: 6.57rem;
  height: 33rem;
}

.right-side.modern {
  margin: 0;
  margin-left: 2.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrap-modern {
  width: 68.75rem;
}

.main-container.modern {
  margin-top: 6.87rem;
  height: 24.8rem !important;
}

.subtitle-block::after {
  bottom: -1.75rem;
  right: 0;
  transform: rotate(180deg);
}

.subtitle-block::before {
  top: -1.625rem;
  left: 0;
}

.right-block {
  width: 36rem;
  margin-right: 2.25rem;
}

.wrap-first-img {
  position: absolute;
  top: 2.6rem;
  right: 15.2rem;
  filter: drop-shadow(0px 0.264rem 1.71rem rgba(0, 0, 0, 0.15));
  border-radius: 0.372rem;
  z-index: 15;
  border: 0.38rem solid #fcfcfc;
  width: 20.81rem;
  height: 15.56rem;
}

.wrap-text {
  padding: 0;
}

.block-info img {
  margin: 0.87rem;
  width: 3.125rem;
  height: 3.125rem;
}

.text-about-ieu {
  position: relative;
  padding-top: 2.81rem;
  width: 87.5rem;
  margin-left: 2.5rem;
  background: #fcfcfc;
}

.header_photo .for_thumbnail_img img {
  width: 100%;
  height: 24.18rem;
}

.form-about form .wpcf7-form-control-wrap input {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #001c54;
  border-radius: 0.187rem;
  width: 100%;
  border: none;
  height: 2rem;
  padding-left: 0.75rem;
  background: #fff;
}

.school h2 .slider-big {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  text-shadow: 0px 3.4200000762939453px 10.520000457763672px 0px rgba(0, 0, 0, 0.45);
  font-size: 5.38519rem;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  line-height: 4.00438rem;
  letter-spacing: -0.05388rem;
  backdrop-filter: blur(17px);
}

@media screen and (min-width: 991px) {
  .main-container.pre-container-footer {
    margin-left: 0;
  }

  .pre-container-footer .right-side {
    background: #fcfcfc;
    width: 100%;
    margin: 0;
  }

  .pre-container-footer .pre-footer {
    width: 72.97rem;
    z-index: 5;
    position: relative;
    display: flex;
    margin: 3.5rem 3.26rem 9.81rem 9.76rem !important;
    background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
    box-shadow: 0px 0.187rem 0.937rem rgba(0, 0, 0, 0.3);
    border-radius: 0.75rem;
    justify-content: space-between;
    min-height: 20.3rem;
  }

  .footer .footer-title {
    position: absolute;
    margin: 0;
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 3.68rem;
    left: 5.27rem;
    top: 0.187rem;
    font-weight: 700;
  }

  .footer-contacts .wpcf7 form.invalid .wpcf7-response-output {
    width: 3.125rem;
    font-size: 0.8125rem;
    border: 0.125rem solid #e00000 !important;
    border-radius: 0.37rem;
    position: absolute;
    right: 0;
    left: 60.5rem;
  }

  .mob-university-back.desktop {
    display: block !important;
    position: fixed;
    top: auto;
    bottom: 10.94rem;
    right: 1.81rem;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 50%;
    border: none;
    background: none;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff;
    z-index: 11111;
    padding: 1.1rem 0;
    text-align: center;
    display: block;
    font-size: 0.44rem;
    line-height: 0.5rem;
    letter-spacing: -0.03em;
  }

  .mob-university-back.desktop:hover {
    color: #fff;
  }

  .mob-university-back.desktop img {
    width: 2.875rem;
    height: 2.875rem;
  }

  .footer {
    position: fixed;
    bottom: 1.125rem;
    z-index: 990;
    left: 0.94rem;
    box-shadow: 0px 0.187rem 0.9375rem rgb(0 0 0 / 30%);
    border-radius: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 88.1875rem;
    height: 4rem;
    backdrop-filter: blur(14px);
    background: rgba(252, 252, 252, 0.95);
  }
}

.apply-online-btn {
  display: none;
}

.apply-online-btn.website {
  display: flex;
}

.courses-btn {
  background: #fff;
  border-radius: 0.372rem;
  color: #001c54;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
  position: relative;
  width: 8rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-left: 3.75rem;
  border: 0.094rem solid #001c54;
  margin-top: 0.7rem;
  padding: 0.5625rem 0;
  margin-left: auto;
  margin-right: auto;
}

.courses-btn:hover {
  color: #d00000;
  border: 0.094rem solid #d00000;
}

.courses-btn-img {
  width: 0.875rem;
  height: 0.875rem;
}

.courses-btn-img>path {
  fill: #001c54;
}

.courses-btn:hover .courses-btn-img>path {
  fill: #d00000;
}

.about-btn-more {
  background: #fff;
  border-radius: 0.372rem;
  color: #001c54;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
  position: relative;
  width: 8rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: 0.094rem solid #001c54;
  padding: 0.5625rem 0;
  margin-right: 3.5rem;
}

.about-btn-more:hover {
  color: #d00000;
  border: 0.094rem solid #d00000;
}

.about-btn-more-img {
  width: 0.875rem;
  height: 0.875rem;
}

.about-btn-more-img>path {
  fill: #001c54;
}

.about-btn-more:hover .about-btn-more-img>path {
  fill: #d00000;
}

.about-btn-tuition {
  background: #fff;
  border-radius: 0.372rem;
  color: #001c54;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
  position: relative;
  width: 8rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: 0.094rem solid #001c54;
  padding: 0.5625rem 0;
  margin-right: 3.5rem;
}

.about-btn-tuition:hover {
  color: #d00000;
  border: 0.094rem solid #d00000;
}

.about-btn-tuition-img {
  width: 0.875rem;
  height: 0.875rem;
}

.about-btn-tuition-img>path {
  fill: #001c54;
}

.about-btn-tuition:hover .about-btn-tuition-img>path {
  fill: #d00000;
}

.educational-btn {
  background: #fff;
  border-radius: 0.372rem;
  color: #001c54;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
  position: absolute;
  bottom: 2.75rem;
  left: 2.75rem;
  width: 8rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: 0.094rem solid #001c54;
  padding: 0.5625rem 0;
}

.educational-btn:hover {
  color: #d00000;
  border: 0.094rem solid #d00000;
}

.educational-btn-img {
  width: 0.875rem;
  height: 0.875rem;
}

.educational-btn-img>path {
  fill: #001c54;
}

.educational-btn:hover .educational-btn-img>path {
  fill: #d00000;
}

.for_apply_form {
  margin-left: 2.5rem;
}

@media screen and (max-width: 991.99px) {

  .mob-mission,
  .mob-modern,
  .mob-courses,
  .mob-educational,
  .mob-career,
  .mob-block-schools,
  .mob-medical-cards,
  .mob-business-cards,
  .mob-it-cards,
  .mob-law-cards,
  .mob-arch-cards,
  .mob-humanities-cards,
  .mob-language-cards,
  .mob-life-sciences-cards {
    display: block;
  }
}

.cards.home {
  width: 17.0625rem;
  height: 23.75rem;
  margin-bottom: 2.2rem;
}

.top-card-home {
  height: 20.69rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #525252;
}

.top-card-home-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#card-ieu-logo-home {
  width: 4.10113rem;
  height: 3.41363rem;
  transform: rotate(-0.243deg);
}

#card-logo-home {
  width: 3rem;
  height: 3rem;
}

.top-card-human-home {
  width: 14.56rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1.6rem;
  position: relative;
}

#card-human-logo-home {
  width: 1.66563rem;
  height: 1.66563rem;
  position: absolute;
  top: 3.2rem;
  right: 0.7rem;
}

.card-read-btn {
  height: 3rem;
}

.top-card-home-title {
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0125rem;
  text-transform: uppercase;
  background: var(--linear, linear-gradient(270deg, #001c54 0%, #001c54 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 1.31rem;
  text-wrap: nowrap;
}

#card-read-btn {
  height: 3rem;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--525252, #525252);
  text-align: center;
  font-family: "Roboto";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.00875rem;
}

#card-read-btn:hover {
  color: #e00000;
}

#top-card-home-main {
  height: 20.69rem;
}

.card-row:first-child {
  margin-bottom: 0;
}

.cards img {
  width: 14.56rem;
}

/* ---------------------------------------------------  MAIN SLIDER START ---------------------------------------------------   */
#up {
  height: auto;
  min-height: auto;
}

.top-slider {
  width: 100%;
  position: relative;
  height: 100%;
}

.slider-bg h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 2.89rem;
  line-height: 4rem;
  color: #ffffff;
  text-shadow: 0px 0.27rem 0.343rem rgba(0, 0, 0, 0.55);
  width: 62.5rem;
  margin: 0 auto;
  padding-top: 12.625rem;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 0.21rem 0.656rem rgba(0, 0, 0, 0.45);
  padding-left: 2.5rem;
  z-index: 1;
  position: relative;
}

h2 .big-title {
  font-weight: 700;
  font-size: 5.38rem;
  line-height: 4rem;
  color: #ffffff;
  white-space: nowrap;
  z-index: 1;
  position: relative;
}

.top-slider-slide {
  display: none;
  opacity: 0;
  transition: 1s;
  height: 100%;
}

.top-slider-slide-active {
  display: block !important;
  opacity: 1 !important;
  -webkit-animation: toShowSlide 0.3s linear;
  animation: toShowSlide 0.3s linear;
  height: 100%;
}

.top-slider-slide .slider-bg {
  background-image: url("../img/prev-home-1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  height: 48.2rem;
  background-position-y: center;
  background-position-x: center;
}

.top-slider-slide .slider-bg.slider-bg-2 {
  background-image: url("../img/prev-home-2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  height: 48.2rem;
  background-position-y: center;
  background-position-x: center;
}

.top-slider-slide .slider-bg.slider-bg-3 {
  background-image: url("../img/prev-home-3.webp");
  background-size: cover;
  background-repeat: no-repeat;
  height: 48.2rem;
  background-position-y: center;
  background-position-x: center;
}

.top-slider-slide .slider-bg.slider-bg-4 {
  background-image: url("../img/prev-home-2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  height: 48.2rem;
  background-position-y: center;
  background-position-x: center;
}

.overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.12);
  /* Цвет и прозрачность темного слоя */
  z-index: 0;
  /* Помещает слой под изображение */
}

/* .top-slider-slide .slider-bg.slider-bg-5 {
    background-image: url("../img/5.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 48.2rem;
    background-position-y: center;
    background-position-x: center;
} */
.top-slider-buttons-home {
  /* margin: 5% 0 0 6%; */
  margin-top: 3rem;
  /* margin-left: 29.3rem; */
  margin-left: calc(29.3rem + 2.5rem);
  margin-bottom: 7.37rem;
  display: flex;
  flex-direction: row;
}

.top-slider-buttons {
  /* margin: 5% 0 0 6%; */
  margin-top: 2.63rem;
  /* margin-left: 29.3rem; */
  display: flex;
  flex-direction: row;
}

.big-button {
  width: 13.25rem;
  height: 3.18rem;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  border-radius: 0.625rem;
  text-shadow: 0px 0.25rem 0.312rem rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0.187rem 0.312rem rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.big-button:hover {
  transform: scale(1.1);
  transition: 0.7s;
}

#campus {
  box-shadow: 0px 0.175rem 0.28rem rgba(0, 0, 0, 0.45);
  background: #e00000;
  border: 0.125rem solid #e00000;
}

#online-study {
  border: 0.187rem solid #ffffff;
  margin-left: 3.56rem;
  background: linear-gradient(270deg,
      rgba(0, 28, 84, 0.85) 0%,
      rgba(0, 28, 84, 0.85) 100%);
  width: 13.25rem;
  height: 3.187rem;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  box-shadow: 0px 0.187rem 0.937rem rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(0.81rem);
  -webkit-backdrop-filter: blur(0.81rem);
  border-radius: 0.625rem;
}

.top-slider-control {
  position: -webkit-sticky;
  position: sticky;
  bottom: 5.625rem;
  left: 50%;
  transform: translateX(-50%);
  right: 33rem;
  width: 14rem;
  height: 2.25rem;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.top-slider-prev,
.top-slider-next {
  cursor: pointer;
  width: 2.25rem;
}

.top-slider-dot {
  position: relative;
  width: 1.87rem;
  height: 1.87rem;
  margin-top: 0.25rem;
}

.top-slider-dot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/dots-slider.svg") 50% 50%/ 100% no-repeat;
  width: 1.87rem;
  height: 1.87rem;
}

.top-slider-dot.top-slider-dot-active {
  position: relative;
  width: 1.87rem;
  height: 1.87rem;
}

.top-slider-dot.top-slider-dot-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/dots-slider-active.svg") 50% 50%/ 100% no-repeat;
  width: 1.87rem;
  height: 1.87rem;
}

@-webkit-keyframes toShowSlide {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes toShowSlide {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ---------------------------------------------------  MAIN SLIDER END ---------------------------------------------------   */

/* ---------------------------------------------------  MAIN ADMISSION BLOCK START ----------------------------------------------   */
.admission-tabs {
  margin-top: 1.5rem;
  width: 100%;
}

.tabs-title-block {
  border-bottom: 0.125rem solid #001c54;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 1.75rem;
}

.tabs-title-text {
  font-style: normal;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.43rem;
  color: #001c54;
  margin: 0;
  padding-bottom: 0.625rem;
  margin-left: 1.87rem;
  cursor: pointer;
}

.tabs-title-text.online {
  margin-left: 2.125rem;
}

.tabs-title-text.active {
  position: relative;
  color: #d00000;
}

.tabs-title-text.active::after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  width: 100%;
  height: 0.125rem;
  background: #d00000;
  left: 0;
}

.admissions-content {
  display: none;
}

.admission-tabs-show {
  display: block !important;
}

@-webkit-keyframes showTab {
  from {
    display: none !important;
  }

  to {
    display: block !important;
  }
}

@keyframes showTab {
  from {
    display: none !important;
  }

  to {
    display: block !important;
  }
}

.admission-tabs-show .list-admission {
  width: 100%;
  height: 26.75rem;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.admission-tabs-show .admission-item {
  position: relative;
  width: 20%;
  height: 13.6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.admission-tabs-show .admission-item:nth-child(2),
.admission-tabs-show .admission-item:nth-child(4) {
  margin-top: 13.75rem;
}

.admission-tabs-show .admission-item {
  transform: translateX(20%);
  opacity: 0;
}

.admission-tabs-show .admission-item:nth-child(1) {
  -webkit-animation: ani 0.35s ease-in-out forwards;
  animation: ani 0.35s ease-in-out forwards;
}

.admission-tabs-show .admission-item:nth-child(2) {
  -webkit-animation: ani 0.35s forwards 0.35s;
  animation: ani 0.35s forwards 0.35s;
}

.admission-tabs-show .admission-item:nth-child(3) {
  -webkit-animation: ani 0.35s forwards 0.7s;
  animation: ani 0.35s forwards 0.7s;
}

.admission-tabs-show .admission-item:nth-child(4) {
  -webkit-animation: ani 0.35s forwards 1.05s;
  animation: ani 0.35s forwards 1.05s;
}

.admission-tabs-show .admission-item:nth-child(5) {
  -webkit-animation: ani 0.35s forwards 1.4s;
  animation: ani 0.35s forwards 1.4s;
}

@-webkit-keyframes ani {
  0% {
    transform: translateX(20%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes ani {
  0% {
    transform: translateX(20%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* ---------------------------------------------------  MAIN ADMISSION BLOCK END ----------------------------------------------   */

/* ------------------------  GALLERY SECTION START--------------------------*/
.gallery-home-section {
  margin-top: 10.81rem;
  margin-left: 2.5rem;
  width: 100%;
  position: relative;
  background: url(../img/gallery-home-bg.png) 0 0/ 100% auto no-repeat;
}

.slider-gallery {
  display: flex;
  overflow: hidden;
  position: relative;
  margin-top: 2rem;
}

.slide-gallery {
  flex: 0 0 100%;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  height: 35.5rem;
  width: 65.05rem;
  position: relative;
}

.slide-gallery.active {
  display: flex;
  position: relative;
}

#prev-gallery {
  position: absolute;
  left: 6.25rem;
  top: 14.82rem;
}

#next-gallery {
  position: absolute;
  right: 8.88rem;
  top: 14.82rem;
}

#prev-gallery img,
#next-gallery img {
  width: 2.5745rem;
  height: 2.31056rem;
}

/* slide 1 */
.gallery-img.b1-1 {
  position: absolute;
  width: 12.25rem;
  height: 11.875rem;
  left: 11.62rem;
  top: 12.5rem;
}

.gallery-img.b1-2 {
  position: absolute;
  width: 24.1875rem;
  height: 16.5625rem;
  left: 25.38rem;
  top: 0;
}

.gallery-img.b1-3 {
  position: absolute;
  width: 10.5625rem;
  height: 10.5rem;
  left: 51.2rem;
  top: 6.06rem;
}

.gallery-img.b1-4 {
  position: absolute;
  width: 12.25rem;
  height: 11.875rem;
  left: 63.37rem;
  top: 12.5rem;
}

.gallery-img.b1-5 {
  position: absolute;
  width: 24.1875rem;
  height: 16.5625rem;
  left: 37.53rem;
  top: 18.17rem;
}

.gallery-img.b1-6 {
  position: absolute;
  width: 10.5625rem;
  height: 10.5rem;
  left: 25.38rem;
  top: 18.17rem;
}

/* slide 2 */

.gallery-img.b2-1 {
  position: absolute;
  width: 12.25rem;
  height: 12.1875rem;
  left: 11.63rem;
  top: 10.75rem;
}

.gallery-img.b2-2 {
  position: absolute;
  width: 10.5rem;
  height: 13.625rem;
  left: 25.47rem;
  top: 3.31rem;
}

.gallery-img.b2-3 {
  position: absolute;
  width: 24.1875rem;
  height: 16.9375rem;
  left: 37.59rem;
  top: 0;
}

.gallery-img.b2-4 {
  position: absolute;
  width: 9.5rem;
  height: 9rem;
  left: 63.3975rem;
  top: 7.81rem;
}

.gallery-img.b2-5 {
  position: absolute;
  width: 24.375rem;
  height: 12.875rem;
  left: 51.2775rem;
  top: 18.72rem;
}

.gallery-img.b2-6 {
  position: absolute;
  width: 24.1875rem;
  height: 16.9375rem;
  left: 25.47rem;
  top: 18.69rem;
}

/* slide 3 */

.gallery-img.b3-1 {
  position: absolute;
  width: 14.41256rem;
  height: 12.1875rem;
  left: 11.63rem;
  top: 10.75rem;
}

.gallery-img.b3-2 {
  position: absolute;
  width: 24.125rem;
  height: 16.8125rem;
  left: 27.66256rem;
  top: 0;
}

.gallery-img.b3-3 {
  position: absolute;
  width: 10.5625rem;
  height: 13.5rem;
  left: 53.41rem;
  top: 3.31rem;
}

.gallery-img.b3-4 {
  position: absolute;
  width: 10.0625rem;
  height: 7.875rem;
  left: 65.47rem;
  top: 8.94rem;
}

.gallery-img.b3-5 {
  position: absolute;
  width: 16.5625rem;
  height: 13rem;
  left: 53.41756rem;
  top: 18.44rem;
}

.gallery-img.b3-6 {
  position: absolute;
  width: 24.125rem;
  height: 17.0625rem;
  left: 27.66256rem;
  top: 18.44rem;
}

.gallery-img img {
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
}

.gallery-img::after {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  margin: -1.71rem 0 0 -2.187rem;
  max-width: inherit;
  width: 4.375rem;
  height: 4.375rem;
  background: url(../img/gallery-plus.svg) 0 0/ 100% auto no-repeat;
  pointer-events: none;
  opacity: 0;
}

.gallery-hover-bg {
  background-color: black;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0;
  background: rgba(79, 79, 79, 0);
  backdrop-filter: blur(4.5px);
  border-radius: 0.3125rem;
  transition: opacity 0.3s ease-in-out;
}

.gallery-hover-bg:hover {
  background: rgba(79, 79, 79, 0.22);
  opacity: 1;
}

.gallery-img:hover::after {
  opacity: 1;
}

.carousel-button-group {
  margin-top: 2rem;
}

.gallery-img.expanded {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -0.6rem;
  left: 0;
  padding: 6%;
  z-index: 9999;
  background: rgba(79, 79, 79, 0.2);
  backdrop-filter: blur(4.5px);
  border-radius: 0.3125rem;
}

.gallery-img.expanded img {
  height: 100%;
  width: auto;
}

.gallery-hover-bg.expanded {
  display: none;
}

.gallery-img.expanded::after {
  display: none;
}

.gallery-modal-img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(11px);
}

.gallery-modal-img.show {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.gallery-modal-img img {
  display: none;
}

.gallery-modal-img .modal-img-prev {
  display: block;
  position: absolute;
  left: 0rem;
  width: 9.25rem;
  height: 28.9375rem;
}

.gallery-modal-img .modal-img-actual {
  display: block;
  position: absolute;
  left: 24, 75rem;
  width: auto;
  height: 34.0625rem;
}

.gallery-modal-img .modal-img-next {
  display: block;
  position: absolute;
  right: 0rem;
  width: 9.25rem;
  height: 28.9375rem;
}

.gallery-modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-modal-bottom {
  position: absolute;
  bottom: 6.56rem;

  display: flex;
}

#prev-modal-gallery-btn {
  position: absolute;
  left: 16.44rem;
  top: 28.94rem;
}

#next-modal-gallery-btn {
  position: absolute;
  right: 16.44rem;
  top: 28.94rem;
}

#close-modal-gallery-btn {
  position: absolute;
  right: 10.13rem;
  top: 6.13rem;
}

#prev-modal-gallery-btn img,
#next-modal-gallery-btn img,
#close-modal-gallery-btn img {
  display: block;
  width: 2.5745rem;
  height: 2.31056rem;
}

.modal-btn-show {
  color: #fff;
  border-color: #fff;
}

.current-page-modal {
  position: absolute;
  bottom: 6.56rem;
  right: 10.13rem;
  width: auto;
  color: #fff;
  font-family: "Roboto";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}

.number-current-page-modal {
  width: 3.3125rem;
  height: 2rem;
  border: 1px solid #fff;
  border-radius: 0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.56rem;
}

#page-quantity {
  margin-left: 0.3em;
}

.modal-img img {
  width: 100%;
  height: 100%;
}

.modal-img.modal-img-actual img,
.modal-img.modal-img-prev img,
.modal-img.modal-img-next img {
  display: block;
  border-radius: 0.3125rem;
}

.modal-img.modal-img-prev::before,
.modal-img.modal-img-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(79, 79, 79, 0.53);
  /* Цвет и прозрачность затемнения */
  opacity: 1;
  /* Начальная нулевая прозрачность, чтобы анимировать при необходимости */
  transition: opacity 0.3s ease;
  /* Плавное изменение прозрачности */
  z-index: 1;
  /* Располагаем выше изображения */
}

/* ------------------------  GALLERY SECTION END--------------------------*/

/* ---------------------------------------------------  MAIN NEWS BLOCK STARt ----------------------------------------------   */
.second-tabs {
  margin-top: 1.25rem;
}

.second-tabs-head {
  /* border-bottom: 0.125rem solid #001C54; */
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 2.81rem;
}

.second-tabs-tab {
  font-style: normal;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.43rem;
  color: #001c54;
  margin: 0;
  padding-bottom: 0.625rem;
  margin-left: 1.87rem;
  cursor: pointer;
}

.second-tabs-tab.second-tabs-tab-active {
  position: relative;
  color: #d00000;
}

.second-tabs-tab-active::after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  width: 100%;
  height: 0.125rem;
  background: #d00000;
  left: 0;
}

.second-tabs-content {
  display: none;
  justify-content: space-between;
  width: 100%;
}

.second-tabs .second-tabs-content {
  position: relative;
  justify-content: space-between;
  width: 100%;
}

.second-tabs-content-active {
  display: flex !important;
}

.second-tabs-content .second-tabs-cart {
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 0.125rem 0.93rem rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0.125rem 0.93rem rgba(0, 0, 0, 0.2));
  border-radius: 0.312rem;
  position: relative;
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 16.3rem;
  height: 22.5rem;
  display: flex;
  flex-direction: column;
}

.cart-univers {
  background: url("../img/acad-1.png");
}

.cart-it {
  background: url("../img/acad-2.png");
}

.cart-polit {
  background: url("../img/acad-3.png");
}

.cart-medic {
  background: url("../img/acad-4.png");
}

.cart-exp {
  background: url("../img/exp-1.png");
}

.cart-stud {
  background: url("../img/exp-2.png");
}

.cart-europ {
  background: url("../img/exp-3.png");
}

.cart-camp {
  background: url("../img/exp-4.png");
}

.second-tabs-content .second-tabs-cart .second-tabs-cart-inner {
  padding: 0.75rem 0.625rem 1.125rem;
  display: block;
  bottom: -2.5rem;
  background: rgba(249, 249, 249, 0.8);
  backdrop-filter: blur(0.75rem);
  -webkit-backdrop-filter: blur(0.75rem);
  transition: all 300ms linear;
  position: absolute;
}

.second-tabs-cart span:first-child {
  padding: 0 0 0.37rem 0;
  border-bottom: 0.0625rem solid #001c54;
  opacity: 1;
}

.second-tabs-cart span {
  display: block;
  width: auto;
}

.second-tabs-cart span,
.second-tabs-cart p {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #001c54;
  letter-spacing: -0.02em;
}

.second-tabs-content .second-tabs-cart p {
  margin-top: 0.625rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-bottom: 1.625rem;
  transition: all 300ms linear;
  letter-spacing: -0.03em;
  text-align: justify;
  color: #001c54;
}

.second-tabs-cart p+span {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: right;
  letter-spacing: -0.03em;
}

.second-tabs-cart-inner-read {
  margin-left: auto;
  text-align: right;
  opacity: 1 !important;
  position: relative;
  text-decoration: none;
}

.second-tabs-cart-inner-read a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  align-items: center;
}

.second-tabs-content .second-tabs-cart:hover .second-tabs-cart-inner {
  bottom: 0;
  transition: all 300ms linear;
}

.second-tabs-cart:hover .second-tabs-cart-inner {
  margin-top: 0;
  padding: 0.75rem 0.625rem 1.125rem;
}

.second-tabs-cart:hover .second-tabs-cart-inner {
  background: linear-gradient(143.58deg,
      rgba(224, 0, 0, 0.8) 5.38%,
      rgba(190, 0, 0, 0.8) 21.38%,
      rgba(113, 0, 0, 0.8) 93.17%);
}

.second-tabs-cart:hover p {
  color: #ffffff;
  margin-bottom: 0.875rem;
}

.second-tabs-cart:hover span {
  color: #ffffff;
}

.second-tabs-cart:hover span:first-child {
  border-bottom: 0.0625rem solid #ffffff;
}

.read-more.admiss {
  height: 2rem;
  padding: 0 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #001c54;
  border: 0.125rem solid #001c54;
  border-radius: 0.37rem;
  background: transparent;
  text-decoration: none;
  width: 9.56rem;
  margin: 0 auto;
  margin-top: 2.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
}

.read-more.admiss:hover {
  color: #c50000;
  border: 0.125rem solid #c50000;
}

/* ---------------------------------------------------  MAIN NEWS BLOCK END ----------------------------------------------   */

.main-container.feedback-container {
  height: 100%;
  min-height: 51rem;
  display: flex;
  flex-direction: column;
  width: 88.33%;
  padding-left: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.join-us {
  position: relative;
  padding-bottom: 6rem;
}

.join-us>.contact_form+a {
  display: block;
  width: 2.625rem;
  position: absolute;
  z-index: 100;
  left: 38.56rem;
  bottom: 0;
}

.page-document-link {
  color: var(--001-c-54, #001c54);
  font-family: Roboto;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.18688rem;
  /* 118.687% */
  text-decoration-line: underline;
  /* padding-left: 1.8rem; */
}

.page-document-link:hover {
  color: var(--e-00000, #e00000) !important;
  text-decoration: revert !important;
}

.page-document-link-icon {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  /* left: 0;
    top: -0.1rem; */
  background: url("../img/doc-link-icon.svg") 100% 100%/100% 100% no-repeat;
  margin-right: 0.5rem;
  margin-bottom: -0.2rem;
}

.page-document-link-name {
  width: max-content;
}

.page-document-link:hover .page-document-link-icon {
  background: url("../img/doc-link-icon-hover.svg") 100% 100%/100% 100% no-repeat;
}

.page-link-btn {
  color: #001c54 !important;
  text-align: center;
  font-family: Roboto;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 4.875rem;
  height: 1.5rem;
  border-radius: 0.3125rem;
  border: 1.14px solid var(--Linear, #001c54);
  display: flex;
  flex-direction: row;
  text-indent: 0;
  justify-content: space-evenly;
  align-items: center;
  text-decoration: none !important;
  margin-left: 1.25rem;
}

.page-link-btn:hover {
  color: var(--e-00000, #e00000) !important;
  border: 1.14px solid var(--e-00000, #e00000) !important;
}

.page-link-btn-icon {
  display: inline-block;
  background: url("../img/page-link-icon.svg") 100% 100%/100% 100% no-repeat;
  width: 0.625rem;
  height: 0.625rem;
}

.page-link-btn:hover .page-link-btn-icon {}

.online-payment-fixed-btn {
  position: fixed;
  bottom: 16.37rem;
  right: 1.81rem;
  border-radius: 50%;
  background: radial-gradient(#e00000, #e00000 1.52rem, #fff 1.6rem, #fff);
  border: 0.187rem solid #e00000;
  display: inline-flex;
  z-index: 11;
  color: #ffffff;
  text-transform: capitalize;
  width: 3.75rem;
  height: 3.75rem;
  font-weight: 700;
  font-size: 0.64rem;
  line-height: 0.8rem;
  align-items: center;
  text-align: center;
}

.online-payment-fixed-btn:hover {
  background: radial-gradient(#001c54, #001c54 1.52rem, #ffffff 1.6rem, #ffffff);
  border: 0.187rem solid #001c54;
  transition: all 250ms linear;
  color: #fff;
}

.for-title-br {
  width: 1.125rem;
  display: inline-block;
}

.for-other-expenses-block {
  margin-left: 1.125rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.187rem;
  text-align: justify;
  color: #001c54;
}

.info-block table {
  width: 100%;
}

.div-country-list {
  display: flex;
}

.ul-country-list {
  width: 33%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-left: 1px solid #001c54;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.187rem;
  text-align: justify;
  text-indent: 1.25rem;
  color: #001c54;
}

.ul-country-list:first-child {
  border-left: none;
}

.note-tuition {
  display: flex;
  padding-left: 2.31rem;
  align-items: center;
  margin-top: 1.25rem;
}

.note-tuition-title {
  color: #001c54;
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  /* 116.667% */
  margin-right: 0.62rem;
}

.note-tuition-description {
  color: #001c54;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.18688rem;
  border-left: 0.125rem solid #e00000;
  padding-left: 0.62rem;
  text-indent: 1.125rem;
}

.note-tuition-link {
  color: var(--e-00000, #e00000);
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.18688rem;
  text-decoration-line: underline !important;
  text-transform: uppercase;
}

.note-tuition-link-click-here {
  color: #c50000;
  text-decoration: underline !important;
}

.note-tuition-link:hover,
.note-tuition-link-click-here:hover {
  color: #001c54;
}

.info-block-other-btn {
  position: absolute;
  bottom: -3.5rem;
  right: 0;
  height: 2rem;
  border-radius: 0.375rem;
  border: 1.5px solid var(--e-00000, #e00000);
  color: var(--e-00000, #e00000) !important;
  text-align: center;
  font-family: Roboto;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.87rem;
  text-decoration: none !important;
  text-indent: 0;
}

.info-block-other-btn:hover {
  border: 1.5px solid #001c54;
  color: #001c54 !important;
}

.info-block-other-btn:hover svg path {
  fill: #001c54 !important;
}

.info-block-other-btn svg {
  margin-left: 0.87rem;
  width: 1.125rem;
  height: 1.125rem;
}

/* .table-and-btn {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
} */

.list-sq-33 {
  position: relative;
}

.list-sq-33::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56rem;
  background: #c50000;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
}

.info-block-other .info-submain-title.solo {
  margin-bottom: 1rem;
}

.info-block-other table {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.info-block .info-block-other p {
  text-indent: 0;
  padding-left: 1.125rem;
}

.info-block-other table,
.info-block-med table,
.info-block-medical table {
  width: 100%;
}

.wrap {
  z-index: 5;
}

/*drag & drop apply page start*/

.for_apply_form .codedropz-upload-handler {
  width: 75rem;
  height: 7.81rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 0.312rem !important;
}

.for_apply_form .codedropz-upload-container {
  font-weight: 500;
  font-size: 0.875rem;
  color: #001c54;
  opacity: 0.9;
  cursor: pointer;
  display: block;
  padding: 0;
}

div.dnd-upload-status {
  width: 25%;
}

.dnd-upload-status div.dnd-upload-image {
  width: 1rem;
  height: 1.5rem;
  border: none;
  text-align: center;
  border-radius: 0;
  position: relative;
}

.dnd-upload-status div.dnd-upload-image span.file {
  background-image: url(../img/icons/file.svg);
  background-position: center;
}

.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 133.3%;
  color: #001c54;
  padding-right: 1.25rem;
}

.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name em {
  font-style: normal;
  color: #bdbdbd;
}

.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .remove-file {
  right: 1.625rem;
  top: 0.75rem;
}

.dnd-upload-status .dnd-upload-details a.remove-file span:after {
  background-color: #001c54;
  mask: url(../img/icons/cross.svg) no-repeat center / contain;
  -webkit-mask: url(../img/icons/cross.svg) no-repeat center / contain;
  width: 0.8rem;
  height: 0.8rem;
  background-image: none;
}

.dnd-upload-status .dnd-upload-details span.dnd-progress-bar {
  display: none;
}

/*drag & drop apply page end*/