*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  list-style: none;
  font-weight: 400;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
}

html,
body {
  line-height: 1;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  width: 100%;
}

body {
  overflow-x: hidden !important;
}

#feedback-form {
  position: fixed;
  right: 25px;
  bottom: 25px;
  background: white;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  z-index: 10000;
}

@font-face {
  font-family: 'Tilda Sans';
  src: url("/fonts/TildaSans/tilda-sans_light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: 'Tilda Sans';
  src: url("../fonts/TildaSans/TildaSans-Semibold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: 'Tilda Sans';
  src: url("../fonts/TildaSans/TildaSans-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: 'NAMU';
  src: url('../fonts/NAMU/NAMU-1960.ttf');
  /*font-weight: 400;*/
}
/* @font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway/400.ttf");
  font-weight: 400;
}
@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway/600.ttf);
  font-weight: 600;
}
@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway/700.ttf);
  font-weight: 700;
}
@font-face {
  font-family: 'Raleway';
  src: url(../fonts/Raleway/800.ttf);
  font-weight: 800;
} */
/* Color */
.header {
  height: 810px;
  max-width: 1440px;
  background: url('/images/header/desktop_img.jpg') center no-repeat;
  /* padding: 10px; */
  margin: 0 auto;
  /* INFO */
  /* DECORATION */
  /* SOCIAL */
}
/* @media (min-width: 496px) {
  .header {
    padding: 10px 80px;
  }
}
@media (min-width: 926px) {
  .header {
    /* background-image: url('/images/header/desktop_img.jpg'); */
  /*}
} */
.header__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
}
.header__info {
  /* flex: 0 0 100%; */
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* @media (min-width: 496px) {
  .header__info {
    /*flex: 0 0 350px;*/
  /*}
} */
.header__title {
  margin: 24rem 0 0 9rem;
  font-family: 'NAMU';
  font-weight: 700;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}
.header__title > h1 {
  font-size: 122px;
  display: inline-flex;
}
.header__title >  sup{
  font-size: 24px;  
  display: inline-flex;
  vertical-align: top;
  padding-top: 1em;
  
}
.header__title > h1:not(:last-child) {
  margin: 0 0 15px 0;
}

.header__button {
  font-family: 'Tilda Sans';
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 15px;
  background: #0A1B4E;
  border: 2px solid #0A1B4E;
  border-radius: 20px;
  /* border: 2px solid #0A1B4E; */
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 330px;
  min-height: 64px;
  cursor: pointer;
  text-transform: uppercase;
  margin-left: auto;
  margin: 0 2rem 0 auto;
  }

.header__button__contact{
  font-family: 'Tilda Sans';
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 15px;
  background: #0A1B4E;
  border: 2px solid #0A1B4E;
  border-radius: 20px;
  /* border: 2px solid #0A1B4E; */
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 330px;
  min-height: 64px;
  cursor: pointer;
  text-transform: uppercase;
}

.header__button:hover,
.header__button__contact:hover {
  background: #0341F3;
  border: 2px solid #0341F3;
  color: #ffffff;
} 
.header__button:active,
.header__button__contact:active{
  background: #0341F3;
  border: 2px solid #0341F3;
  color: #ffffff;
}
.header__button:disabled,
.header__button__contact:disabled{
  background: #F0ECEC;
  color: #A1A1A1
}
.header__button:hover > svg > path,
.header__button__contact:hover >svg >path {
  fill: #ffffff;
}

.header__decoration {
  display: none;
}
@media (min-width: 1024px) {
  .header__decoration {
    display: block !important;
  }
}
.header__social {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.logo {
  margin: 0 0 25px 0;
}
.logo__text {
  display: inline-flex;
  font-family: 'Tilda Sans';
  font-size: 24px;
  font-weight: 400;
  line-height: 37px;
  width: 50%;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
}
.logo__contact{
  width: 50%;
  text-align: right !important;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  font-family: 'Tilda Sans';
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  width: 50%;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  color: #ffffff;
}
.social{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;

}
.social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}

.footer {
  padding: 25px 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #F0ECEC;
  color:#5A5A5A;
  font-family: 'Tilda Sans';
  font-size: 20px;
  line-height: 24px;
}
.footer__sign {
  padding: 25px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #F0ECEC;
  padding: 10px 0;
  color:#5A5A5A;
  font-family: 'Tilda Sans';
  font-size: 20px;
  line-height: 24px;
}
.footer__sign > .footer__block{
  width: 33%;
  justify-content: center;
}
.footer__sign p {
  color: #5A5A5A;
  font-family: 'Tilda Sans';
  font-size: 20px;
  line-height: 24px;
  padding-top: 5px;

}
@media (min-width: 496px) {
  .footer, .footer__sign {
    padding: 25px 80px;
  }
}
.footer__column{
  /* flex-direction: column; */
  align-content: space-between;
  width: 33%;
  /* padding-right: 100px; */
}
.footer__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.footer__column:nth-child(3){
  /* padding-right: 0 !important; */
}
.footer__block:not(:last-child) {
  margin: 0 0 20px 0;
}
.footer__title {
  font-family: 'Tilda Sans';
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.footer__link {
  color:#5A5A5A;
  font-family: 'Tilda Sans';
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #0A1B4E;
}
.footer__link:not(:last-child) {
  margin: 0 0 20px 0;
}
.footer__link:hover, .footer__link:active {
  color: #0341F3;

}
.footer__info {
  font-family: 'Tilda Sans';
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding: 0 0 10px;
}
.footer__info:not(:last-child) {
  /* margin: 0 0 15px 0; */
}
.footer__info > span {
  /* width: 200px;
  text-align: right;
  line-height: 22px;

  position: relative; */
}

/* .footer__info > span > img {
  position: absolute;
  left: 30px;
  top: 0;
}

.footer__info:nth-child(3) > span > img {
  top: 50%;
  transform: translate(0, -50%);
} */

.footer__switcher {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  /* margin: 0 0 40px 0; */
  cursor: pointer;
}
.footer__switcher > span {
  font-family: 'Tilda Sans';
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  /* color: #ffffff; */
  cursor: pointer;
}
.footer__switch {
  /* display: flex;
  border-radius: 9999px;
  height: 25px;
  width: 50px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.2s linear; */
}
.footer__switch.active {
  /* background: rgba(149, 240, 185, 0.8);
  justify-content: flex-end; */
}
.footer__input {
  display: none;
}
.footer__circle {
  /* border-radius: 9999px;
  width: 23px;
  height: 23px;
  transform: translate(1px, 1px);
  background: #ffffff;*/
  cursor: pointer; 
  content: url('/images/iconsy/optic_off.svg');
  width: 36px;
  height: 36px;
}

.active > .footer__circle {
  /* transform: translate(-1px, 1px); */
  content: url('/images/iconsy/optic_on.svg');
}

.wrapper {
  padding: 60px 10px 0;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 496px) {
  .wrapper {
    padding: 120px 80px 0;
  }
}

.carousel {
  width: 100%;
  margin: 0 0 50px 0;
  
}
.carousel__title {
  font-family: 'NAMU';
  font-size: calc((100vw - 375px) / 1545 * 12 + 24px);
  font-weight: 700;
  padding: 0 0 20px 0;
  position: relative;
  margin: 0 0 50px 0;
}
.carousel__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 265px;
  height: 1px;
  /* background: #3c59b7; */
}
.carousel__item {
  height: 500px !important;
  width: 500px !important;
  /* background: rgba(0, 0, 0, 0.6); */
  z-index: 2;
  border-radius: 32px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  /* padding: 40px; */
  gap: 20px;
  cursor: pointer;
}
.carousel__item_long {
  position: relative;
  height: 500px !important;
  width: 700px !important;
  background: #0A1B4E;
  border: 1px solid #0A1B4E;
  z-index: 2;
  border-radius: 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  /* padding: 40px; */
  gap: 20px;
  cursor: pointer;
}

.carousel__image {
  z-index: -100;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  filter: brightness(60%)
}
/* .carousel__image::after {
  content: '';
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%; height: 100%;
  z-index: 3;
} */

.carousel__text_faculty {
  position: absolute;
  top: 40px; left: 40px;
  width: 100%;
  height: 24x;
  display: flex;
  justify-content: flex-start;
  align-items:flex-end;
  font-family: 'Tilda Sans';
  font-weight: 700;
  font-size: 20px;
  color: #A1A1A1;
  z-index: 10;
}

.carousel__text {
  position: absolute;
  bottom: 40px; left: 40px;
  height: 44px;
  display: flex;
  justify-content: flex-start;
  align-items:flex-end;
  font-family: 'Tilda Sans';
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  z-index: 10;
}
.carousel__navigation {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
  width: 100px;
  height: 20px;
  margin: 0 auto;
  z-index: 1000;
}
.carousel__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 15px;
}

.swiper {
  padding: 10px !important;
}
.carousel__button {
  width: 20px !important;
  height: 20px !important;
  font-family: 'Raleway' !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.swiper {
  /* width: 264px; */
  /* height: 375px; */
  margin: 0 auto;
}
@media (min-width: 708px) {
  .swiper {
    /* width: 548px; */
  }
}
@media (min-width: 992px) {
  .swiper {
    /* width: 832px; */
  }
}
@media (min-width: 1280px) {
  .swiper {
    /* width: 1120px; */
  }
}

.swiper-button-prev {
  left: 15px !important;
}

.swiper-button-next {
  right: 15px !important;
}

.swiper-button-prev::after {
  content: '<' !important;
  color: #3c59b7;
  font-family: 'Raleway' !important;
  font-size: 36px;
}

.swiper-button-next::after {
  content: '>' !important;
  color: #3c59b7;
  font-family: 'Raleway' !important;
  font-size: 36px;
}

.modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal__window {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
  z-index: 5;
  width: 450px;
  height: auto;
}
@media (min-width: 708px) {
  .modal__window {
    width: 608px;
  }
}
@media (min-width: 992px) {
  .modal__window {
    width: 700px;
  }
}
@media (min-width: 1280px) {
  .modal__window {
    width: 800px;
  }
}
.modal__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  height: auto;
  border: 2px solid #ffffff;
  border-radius: 32px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* align-items: flex-end; */
}
@media (min-width: 708px) {
  /* .modal__inner::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -30px;
    top: 30px;
    z-index: -1;
    content: '';
    background: #3c59b7;
    border: 2px solid #000000;
    border-radius: 18px;
  } */
}
.modal__header {

  position: relative;
  /* padding: 40px 0; */
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .modal__header::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100px;
  height: 2px;
  background: #3c59b7;
} */
.modal__title {
  /* font-family: 'Raleway';*/
  /* font-size: calc((100vw - 375px) / 1545 * 11 + 16px); */
  /* font-weight: 800;
  text-transform: uppercase; */ 
  font-family: 'Tilda Sans';
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  width: 100%;
  color: #0A1B4E;
  align-items: start;

}
.modal__close {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #000000;
  border-radius: 50%;
  padding: 1px;
  cursor: pointer;
}
.modal__close::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: ' ';
  width: 75%;
  height: 2px;
  background: #000000;
}
.modal__close::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: ' ';
  width: 75%;
  height: 2px;
  background: #000000;
}
.modal__close:hover {
  background: #000000;
}
.modal__close:hover::before,
.modal__close:hover::after {
  background: #ffffff;
}
.modal__content {
  width: 100%;
  margin: 0 0 15px 0;
}
.modal__item {
  font-family: 'Tilda Sans';
  font-size: 20px;
  line-height: 24px;
  color: #0A1B4E;
  font-weight: 400;
}
.modal__item:not(:nth-child(2)) {
  margin: 0 0 15px 0;
}
.modal__item:nth-child(2) {
  margin: 0 0 50px 0;
}
.modal__item > span {
  font-weight: 700;
}
.modal__item > a {
  font-family: 'Raleway';
  font-size: calc((100vw - 375px) / 1545 * 10 + 14px);
  font-weight: 400;
  color: #000000;
  cursor: pointer;
}
.modal__item > a:hover {
  text-decoration: underline;
}
.modal__button {
  background: #0A1B4E;
  border-radius: 20px;
  border: 2px solid #0A1B4E;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 40px;
  width: 100%;;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Tilda Sans';
  font-size: 20px;
  line-height: 24px;
  /* font-size: calc((100vw - 375px) / 1545 * 11 + 16px); */
  text-transform: uppercase;
}
.modal__button:hover {
  background: #0341F3;
  border: 2px solid #0341F3;
}
.modal__button:hover > svg > path {
  display: none;
  /* fill: #3c59b7; */
}
@media (min-width: 992px) {
  .modal__button {
    /* max-width: 250px; */
  }
}
.modal__footer {
  width: 100%;
  text-align: right;
}
.modal__picture {
  display: none;
  /* width: 200px; */
}
@media (min-width: 708px) {
  .modal__picture {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal__picture {
    width: 350px;
  }
}

.description {
  width: 100%;
  margin: 0 0 50px 0;
}
@media (min-width: 992px) {
  .description {
    margin: 0;
  }
}
.description__title {
  width: 100%;
  font-family: 'Raleway';
  font-size: calc((100vw - 375px) / 1545 * 12 + 24px);
  font-weight: 400;
  line-height: 30px;
  padding: 35px 0;
  text-align: center;
  position: relative;
  margin: 0 0 50px 0;
}
.description__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 265px;
  height: 1px;
  background: #3c59b7;
}
.description__title > b {
  font-weight: 700;
}
.description__content {
  width: 100%;
}
.description__text {
  font-family: 'Raleway';
  font-size: calc((100vw - 375px) / 1545 * 8 + 16px);
  text-align: justify;
  color: rgba(0, 0, 0, 0.6);
  line-height: 29px;
}
.description__text > b {
  font-weight: 700;
}
.description__text:not(:last-child) {
  margin: 0 0 20px 0;
}
@media (min-width: 925px) {
  .description__text {
    max-width: 700px;
  }
}

.column {
  width: 100%;
  margin: 0 0 75px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px;
  position: relative;
  flex-direction: column;
}

@media (min-width: 1300px) {
  .column {
    flex-direction: row;
  }
}

.column__info {
  margin: 90px 0 0 0;
}

.column__svg {
  position: absolute;
  left: 195px;
  top: -18px;
  height: 521px;
  width: 492px;

  display: none;
}
@media (min-width: 992px) {
  .column {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .column__svg {
    display: block;
  }
}
.column__item {
  max-width: 435px;
}
.column__item:not(:last-child) {
  margin: 0 0 21px 0;
}
.column__button {
  padding: 5px 10px;
  min-width: 175px;
  width: 100%;
  background: #95f0b9;
  border: 2px solid #95f0b9;
  border-radius: 18px;
  cursor: pointer;
  font-family: 'Raleway';
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
.column__chat {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .column__chat {
    max-width: 475px;
    flex: 0 0 50%;
    margin: 0;
  }
}
.column__title {
  font-family: 'Raleway';
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 10px 0;
  position: relative;
}
.column__title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 195px;
  height: 1px;
  background: #fec981;
}
.column__paragraph {
  font-family: 'Raleway';
  font-size: calc((100vw - 375px) / 1545 * 8 + 16px);
  text-align: justify;
  color: rgba(0, 0, 0, 0.6);
  line-height: 29px;
}

.chat {
  width: 470px;
  background: linear-gradient(180deg, #3c59b7 0%, #95f0b9 100%);
  border-radius: 18px;
  margin: 20px 0 0 0;
}
.chat__title {
  width: 100%;
  text-align: center;
  padding: 25px 0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 18px 18px 0 0;
  font-family: 'Raleway';
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.chat__content {
  padding: 40px;
}
.chat__message {
  width: 100%;
  display: flex;
  align-items: center;
  justify-items: flex-start;
  gap: 20px;
}
.chat__message:not(:last-child) {
  margin: 0 0 20px 0;
}
.chat__text {
  flex: 1 1 70%;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 18px;
  width: 100%;
  font-family: 'Raleway';
  font-weight: 300;
  font-size: 14px;
  position: relative;
}
.chat__text > span {
  position: absolute;
  right: 18px;
  bottom: 5px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
}
.chat__print {
  font-family: 'Raleway';
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
.video__block{
  display: flex;
}
.video {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 712px;
  height: 200px;
  padding: 10px;
  border-radius: 32px;
  /* background: #afa2ee; */
  /* margin: 0 auto 40px 0; */
  /* filter: brightness(40%); */
  opacity: 0.6;
  text-align: left;
  
}
.video:hover, .video:active{
  opacity: 1;
}
@media (min-width: 625px) {
  .video {
    /* padding: 25px; */
    height: 300px;
  }
}
@media (min-width: 925px) {
  .video {
    /* padding: 50px; */
    height: 400px;
    max-width: 60%;
    /* margin: 0 auto 70px; */
  }
}
.video__item {
  width: 100%;
  height: 100%;
  /* border: 2px solid white; */
  border-radius: 32px;
  background-image: url(../images/decoration/Video.png);
  background-repeat: no-repeat;
  background-size: contain;

}
.video__item > iframe {
  width: 100%;
  height: 100%;
  border-radius: 32px;
}

.number {
  max-width: 400px;
  min-height: 192px;
  width: 100%;
  display: flex;
  /* justify-content: center; */
  justify-content: space-between;
  align-items: flex-start;
  vertical-align: middle;
  margin: auto;
  flex-wrap: wrap;
  text-align: center;
  /* margin: 0 auto 150px; */
  margin: auto;
  position: relative;
  gap: 120px;
}
@media (min-width: 1024px) {
  .number {
    justify-content: space-between;
    gap: 0px;
  }
}
/*.number__canvas {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}*/
.number__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 50%;

}
.number__value {
  font-family: 'Tilda Sans';
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  color: #0A1B4E;
}
.number__text {
  font-family: 'Tilda Sans';
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #0A1B4E;
}
.support{
  display: flex;
  position: relative;
  height: 540px;
  width: 100%;
  max-width: 1440px;
  /* padding: 10px; */
  padding-left: 0 !important; padding-right: 0 !important;
  margin: 0 auto;
}
@media (min-width: 496px) {
  .support {
    padding: 10px 80px;
  }
}

.support__item{
  display: flex;
  position: relative;
  flex-direction: column;
  background-color: #F0ECEC;
  width: 100%;
  height: 352px;
  margin-top: 150px;
  padding: 56px 100px;
  gap: 10px;
  border-radius: 32px;
}
.support__text{
  gap: 56px;
  /* padding-bottom: 65px; */
}
.support__text > h2{
  font-family: 'Tilda Sans';
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  color:#0A1B4E;
  padding-bottom: 30px;
}
.support__text > p{
  font-family: 'Tilda Sans';
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color:#0A1B4E;
  width: 600px;
  padding-bottom: 65px;
}

.support__button{
  width:auto;
  height: 64px;
  padding: 20px 40px;
  gap: 10px;
  border-radius: 20px;
  background-color: #0A1B4E;
  border: 2px solid #0A1B4E;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  cursor: pointer;


}
#feedback-form2:hover,
#feedback-form2:active{
  background-color: #0341F3;
  border: 2px solid #0341F3;

}



.support__img{
  display: flex;
  position: absolute;
  bottom: 0; right: 30px;
}
.advantages{
  padding-bottom: 160px;
}
.advantages > h2{
  padding-bottom: 80px;
}
details{
  border-bottom: 2px solid #F0ECEC;
  gap: 20px;
  position: relative;
}
.advantages > details > summary{
  font-family: 'Tilda Sans';
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  color: #0A1B4E; 
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.advantages > details > p{
  font-family: 'Tilda Sans';
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #5A5A5A;
  padding-bottom: 20px;
}
/* Убираем стандартный маркер Chrome */
details summary::-webkit-details-marker {
  display: none
}
/* Убираем стандартный маркер Firefox */
details > summary {
  list-style: none;
}
summary::after{
  content: url('/images/iconsy/open.svg');
}
details[open] > summary::after{
  content: url('/images/iconsy/close.svg');
}
.request{
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  /* height: 580px; */
  padding: 60px 100px;
  gap: 20px;
  border-radius: 32px;
  background-color: #0341F3;
  margin-bottom: 160px;
}
.request__text{
  width: 50%;
  font-family: 'NAMU';
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #ffffff;
  vertical-align: middle;
  text-transform: uppercase;
  /*padding: 120px 0;*/
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.request__form{
  width: 50%;
  display: flex;
  justify-content: end;
}
.request__form >form > input,
.zammad-form-modal-body > form > input{
  width: 490px;
  height: 64px;
  padding: 20px;
  gap: 10px;
  border-radius: 20px;
  border: 2px solid #A1A1A1;
  font-family: 'Tilda Sans';
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
.request__form >form > input.button_form,
.zammad-form-modal-body > form > input.button_form{
  border: 2px solid #0A1B4E;
  background-color: #0A1B4E;
  color: #ffffff;
  margin: 0;
  margin-bottom: 10px;
  cursor: pointer;
}
.request__form >form > input.button_form:hover,
.request__form >form > input.button_form:active,
.zammad-form-modal-body > form > input.button_form:hover,
.zammad-form-modal-body > form > input.button_form:active{
  border: 2px solid #0341F3;
  background-color: #0341F3;
}

.request__form > form{
  width: 570px;
  padding: 40px;
  gap: 16px;
  border-radius: 32px;
  background-color: #ffffff;
}
.request__form >form > p{
  font-family: 'Tilda Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #5A5A5A;
}
.request__form >form > p >a{
  color: #5A5A5A;
  text-decoration: underline;
}

.decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: -1;
}

.decoration.disabled {
  display: none;
}
@media (min-width: 1280px) {
  .decoration {
    display: block;
  }
}
.decoration > img:nth-child(1) {
  position: absolute;
  left: -420px;
  top: 500px;
  z-index: -1;
}
.decoration > img:nth-child(2) {
  position: absolute;
  left: -100px;
  bottom: 1400px;
  z-index: -1;
}
.decoration > img:nth-child(3) {
  position: absolute;
  left: -225px;
  bottom: 0px;
  z-index: -1;
}
.decoration > img:nth-child(4) {
  position: absolute;
  right: -305px;
  top: 550px;
  z-index: -1;
}
.decoration > img:nth-child(5) {
  position: absolute;
  right: 0px;
  bottom: 820px;
  z-index: -1;
}
.decoration > img:nth-child(6) {
  position: absolute;
  right: 300px;
  top: 505px;
  z-index: -1;
}
.decoration > img:nth-child(7) {
  position: absolute;
  right: 200px;
  top: 490px;
  z-index: -1;
}
.decoration > img:nth-child(8) {
  position: absolute;
  right: 450px;
  bottom: 770px;
  z-index: -1;
}
.decoration > img:nth-child(9) {
  position: absolute;
  right: 600px;
  bottom: 470px;
  z-index: -1;
}
.decoration > img:nth-child(10) {
  position: absolute;
  right: 500px;
  top: 1070px;
  z-index: -1;
}

@media (min-width: 1280px) {
  .decoration > img:nth-child(10) {
    right: 525px;
    top: 1010px;
  }
}

@media (min-width: 1457px) {
  .decoration > img:nth-child(10) {
    right: 525px;
    top: 1040px;
  }
}

@media (min-width: 1644px) {
  .decoration > img:nth-child(10) {
    right: 500px;
    top: 1070px;
  }
}

.decoration > img:nth-child(11) {
  position: absolute;
  left: 51%;
  transform: translate(-50%, 0);
  bottom: 925px;
  z-index: -1;
}

@media (min-width: 1280px) {
  .decoration > img:nth-child(11) {
    left: 51%;
    transform: translate(-50%, 0);
    bottom: 925px;
  }
}

@media (min-width: 1644px) {
  .decoration > img:nth-child(11) {
    left: 51%;
    transform: translate(-50%, 0);
    bottom: 940px;
  }
}

@media (min-width: 1810px) {
  .decoration > img:nth-child(11) {
    left: 51%;
    transform: translate(-50%, 0);
    bottom: 955px;
  }
}

@media (min-width: 1920px) {
  .decoration > img:nth-child(11) {
    left: 51%;
    transform: translate(-50%, 0);
    bottom: 965px;
  }
}

.zammad-form-modal-body {
  border-radius: 32px !important;
  padding: 50px !important;
  max-width: 610px !important;
}

.zammad-form h2 {
  color: #0A1B4E !important;
  font-family: 'Tilda Sans' !important;
  font-weight: 700 !important;
  font-size: 40px !important;
  margin-bottom: 15px;
}

.zammad-form .form-group {
  background-color: white !important;
  padding: 10px 0 !important;
}

.zammad-form .form-group label {
  display: none;
  /* font-size: 20px !important;
  color: black !important;
  margin: 0 0 10px 0 !important;
  font-weight: 400 !important; */
}

.zammad-form .form-group input {
  border: 2px solid #A1A1A1 !important;
  padding: 20px !important;
  margin: 10px 0 0 0 !important;
  border-radius: 20px !important;
  width: 100%;
  font-family: 'Tilda Sans';
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.zammad-form .form-group textarea {
  border: 2px solid #A1A1A1 !important;
  padding: 20px !important;
  margin: 10px 0 0 0 !important;
  border-radius: 20px !important;
  resize: none;
  font-family: 'Tilda Sans';
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  margin-bottom: 0 !important;

}

.zammad-form button {
  /* margin: 24px; */
  background: #0A1B4E;
  color: white;
  font-size: 20px;
  line-height: 24px;
  padding: 20px 40px;
  border-radius: 20px;
  font-weight: 400;
  font-family: 'Tilda Sans';
  cursor: pointer;
  width: 100%;
  text-transform:uppercase;
}

.zammad-form-checkbox {
  padding: 10px;
}
.zammad-form-group{
  margin-bottom: 10px !important;
}
.education__type {
  display: flex;
  justify-content: start;
  text-align: left;
  border-bottom: 2px solid #F0ECEC;
  border-collapse: collapse;
}
.education__button_na {
  display:flex;
  font-family: 'Tilda Sans';
  font-weight: 700;
  font-size: 24px;
  padding: 20px;
  color: #0A1B4E;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: auto;
  cursor: pointer;
  margin-top: 15px;
}
.education__button_na:hover {
  border-bottom: 4px solid #0341F3;
  color: #0341F3;
}
.education__button_a {
  display:flex;
  font-family: 'Tilda Sans';
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  padding: 20px;
  border-bottom: 4px solid #0341F3;
  color: #0341F3;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: auto;
  cursor: pointer;
  margin-top: 15px;
}
/* .education__button_a:hover {
  background: none;
} */

.profiles__elem {
  margin-top: 12px;
}
.profiles__elem::before {
  content: "•";
  float: left;
  padding: 0 0.5em 0 0;
}
.profiles__elem > a {
  color: black;
}
.profiles__elem > a:hover {
  text-decoration: underline;
}

.master {
  display: none;
}
.bachelor {
  display: flex;
}

.zammad-form-thankyou {
  font-size: 24px;
  padding: 7px;
}

.agreement-button {
  font-family: 'Tilda Sans';
  color: #0A1B4E;
  margin-top: 5px;
  margin-bottom: 8px;
  font-size: 14px;
}
.agreement-button:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #A1A1A1;
}
.agreement {
  font-size: 15px;
  color: #A1A1A1;
}

details.agreement[open] summary::after {
  content: attr(data-open);
}

details.agreement:not([open]) summary::after {
  content: attr(data-close);
}

.mail_address_info {
  font-family: 'Tilda Sans';
  margin-top: 7px;
  font-size: 15px;
  color: #A1A1A1;
}

.header__logo{
  vertical-align: middle;
  display: flex;
  justify-content: space-between;
  margin: 20px 100px 0;
}
.action-container{
  /* margin-top: 15rem; */
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
  justify-content: end;
}
.wrapper > div > h2,
.advantages > h2{
  font-family: 'NAMU';
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #A1A1A1;
  text-transform: uppercase;
}
.about_us{
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.about_us > h2{
  display: inline-flex;
  width: 50%;
}
.about_us__text{
  width: 50%;
}
.about_us__text > p{
  display: block;
  width: 100% !important;
  font-family: 'Tilda Sans';
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0A1B4E;
  border-bottom: 2px solid #F0ECEC;
  padding: 20px 0;
}
.about_us__text > p > strong{
  font-weight: 700;
}
.about_us__text > p:last-child{
  border: none;
  padding-bottom: 0;
}
.about_us__text >p:first-child{padding-top: 0;}

.for_who{
  display: block;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
.for_who > h2{
  padding: 80px 0;
  width: 100%;
}
.for_who__text{
  width: 100%;
  display: flex;
  margin-bottom: 5rem;
}
.for_who__text > div{
  display: flex;
  flex-direction: column;
  position: relative;
  width: 370px;
  height: 460px;
  padding: 32px;
  gap: 10px;
  border-radius: 32px;
  opacity: 0px;
  background: #F0ECEC;
  border: 2px solid #F0ECEC;
  margin-left: 100px;
  align-items: end;
}
.for_who__text > div:first-child{
  margin-left: 0;
}
.for_who__text > div > h4{
  display: flex;
  position: absolute;
  right: -50px;
  flex-direction: column;
  font-family: 'Tilda Sans';
  font-size: 200px;
  font-weight: 600;
  line-height: 240px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0341F3;
  padding-left: 50%;
  height: auto;
}
.for_who__text > div > p{
  display: flex;
  position: absolute;
  bottom: 0; left: 32px;
  margin-bottom: 30px;
  font-family: 'Tilda Sans';
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none; 
  color: #0A1B4E;
}

.master-wrapper, .bachelor-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: start;
  justify-items: start;
  gap:50px;
}
#myDialog{
  justify-content: end;
  position: fixed;
  right:0; top:0;
  bottom:0; left: auto;
  border-radius: 20px 0 0 20px;
  box-shadow: 0px 0px 50px 10px white;
  height: 100vh;
}
#block__contact{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: auto;
  justify-self:end;
  margin: 0 !important;
  padding: 20px; 
  background-color: white;
  align-items: center;
  padding: 40px 60px;
  z-index: 99999;
  height:calc(100vh - 26px);
  width: 365px;
}
#myDialog::before{
  /* content: " "; */
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  z-index: -1;
}
.block__contact{
  width: 285px;
  margin-bottom: 56px;
}
.contact__link{
  font-family: 'Tilda Sans';
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #0A1B4E;
  padding: 8px 0;
}
.contact__link:hover,
.contact__link:active{
  color: #0341F3;
}
.contact__text{
  font-family: 'Tilda Sans';
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #5A5A5A;
  padding: 8px 0;

}
.block__contact > h2{
  font-family: 'Tilda Sans';
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #5A5A5A;
}

.logo__contact:hover {
  color: #FFFFFF;
}

.support__button:hover {
  background-color: #0341F3;
  border: 2px solid #0341F3;
}

.modal-speciality-button:hover {
  background-color: #0341F3;
}
/*@media (max-width:1370px){
  .header__button {
    margin: 5rem -2rem 0 auto;
  }
}
@media (max-width:1330px){
  .header__button {
    margin: 5rem 2rem 0 auto;
  }
}
@media (max-width:1300px){
  .header__button {
    margin: 5rem 5rem 0 auto;
  }
}
@media (max-width:1300px){
  .header__button {
    margin: 5rem 7rem 0 auto;
  }
  .header{
    padding: 10px 20px;
  }
}
@media (max-width:1200px){
  .header__button {
    margin: 5rem 7rem 0 auto;
  }
}
@media (max-width:1170px){
  .header__button {
    margin: 5rem 10rem 0 auto;
  }
  .header{
    padding: 10px;
  }
}
@media (max-width: 1100px) {
  .header__button {
    margin: 6rem 15rem 0 auto;
  }
}

@media (max-width: 1034px) {
  .header__button {
    margin: 6rem 60rem 0 auto;
  }
}
@media (max-width: 650px) {
  .header__button {
    margin: 0 70rem 0 auto;
  }
  .action-container{
    justify-content: center !important;
  }
}
@media (max-width: 550px) {
  .header__button {
    margin: 0 80rem 0 auto;
  }
}
@media (max-width: 496px) {
  .header__button {
    margin: 0 !important
  }
  .action-container{
    margin-top: 25rem !important;
  }
}

@media (max-width: 425px) {
  .header__button {
    margin: 6rem auto 0;
  }
}*/
@media (max-width: 1429px){
  .wrapper{
    padding: 120px 40px 0;
  }
}
@media (max-width: 1349px){
  .bachelor-wrapper{
    gap:30px;
  }
}
@media (max-width: 1329px){
  .header__title{
    margin: 24rem 0 0 8rem;
  }
  .header__title > h1 {
    font-size: 115px;
  }
  .wrapper{
    padding: 120px 20px 0;
  }
  .support__img> img{
    width: 600px;
  }
}
@media (max-width:1289px){
  .carousel__item_long{
    width: 620px !important;
  }
  .support__img > img{
    width: 550px;
    align-items: end;
  }
  .support__item{
    margin-top: 120px;
  }
  .about_us > h2{
    width: 40%;
  }
  .about_us__text{
    width: 60%;
  }
}
@media (max-width:1259px){
  .header__title{
    margin: 24rem 0 0 7rem;
  }
  .header__title > h1{
    font-size: 110px;
    padding-left: 20px;
  }
  .request{
    padding: 60px 50px;
  }
}
@media (max-width:1209px){
  .header__title{
    margin: 24rem 0 0 6rem;
  }
  .header__title > h1{
    font-size: 105px;
  }
  .carousel__item_long{
    width: 550px !important;
  }
  .support__img > img{
    width: 500px;
    align-items: end;
  }
  .support__item{
    margin-top: 80px;    
    padding: 56px 80px;
  }
}
@media (max-width:1159px){
  .request__text{
    padding: 40px 30px;
    width: 45%;
  }
  .header__title > h1{
    font-size: 100px;
  }
}
@media (max-width:1139px){
  .carousel__item_long{
    width: 500px !important;
  }
  .request{
    flex-wrap: wrap;
    padding-left: 100px;
    padding-right: 100px;
  }
  .request__text{
    width: 100%;
    padding-top: 0;
  }
  .request__form{
    width: 100%;
    justify-content: center;
  }
  .footer__sign > .footer__block:nth-child(2n) {
    width: 60%;
  }
}
@media (max-width: 1124px){
  .support__item{
    padding: 56px 50px;
  }
}
@media (max-width: 1099px){
  .header__title{
    margin: 24rem 0 0 5rem;
  }
  .header__title > h1{
    font-size: 90px;
  }
  .support__img > img{
    width: 450px;
  }
  .bachelor-wrapper{
    align-items: center;
    justify-content: center;
    justify-items: center;
  }
}
@media(max-width: 1023px){
  .number {
    gap: 15px;
    max-width: 250px
  }
  .number__value{
    font-size: 40px;
    line-height: 120%;
  }
  .number__text{
    font-size: 19px;
    line-height: 120%;
  }
  .support{
    height: auto;
  }
  .support__img > img{
    width: 400px;
  }
  .wrapper{
    padding: 80px 20px 0;
  }
}
@media (max-width: 992px){
  .header__title{
    margin: 24rem 0 0 2rem;
  }
  .header__title > h1{
    font-size: 85px;
  }
  .footer__sign > .footer__block {
    width: 100% !important;
  }
  .footer__sign p{
    padding-top: 0;
  }
}
@media (max-width: 925px){
  .video__block {
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
  .video{
    max-width: 100%;
  }
  .number{
    max-width: 100%;
    width: 100%;
    margin: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    min-height: auto;
  }
  .number__item{
    width: auto;
  }
  .support__img > img{
    display: none;
  }
  .support__item{
    margin-top: 40px;
  }
  .advantages > h2{
    padding-bottom: 0;
  }
  .advantages{
    padding-bottom: 80px;
  }
}

@media (max-width: 899px){
  .header__title{
    margin: 24rem 0 0 1rem;
  }
  .header__title > h1{
    font-size: 80px;
  }
  .for_who__text > div{
    margin-left: 60px;
    padding: 20px;
  }
}
@media (max-width: 839px){
  .header__logo{
    margin: 20px 50px 0;
  }
  .header__title > h1{
    font-size: 75px;
  }
  .for_who__text > div > p{
    font-size: 24px;
    line-height: 30px
  }
  .carousel__title{
    margin-bottom: 0;
  }
}
@media (max-width: 789px){
  .header__title > h1{
    font-size: 65px;
  }
  .for_who__text > div > h4{
    right: -30px
  }
  .for_who__text > div{
    margin-left: 40px;
    padding: 15px;
  }
  .for_who__text > div > p{
    left: 20px;
  }
}
@media (max-width: 699px){
  .header__title > h1{
    font-size: 55px;
  }
  .for_who > h2{
    padding: 60px 0;
  }
  .for_who__text > div > h4{
    right: -25px;
    font-size: 160px;
  }
  .for_who__text > div{
    margin-left: 30px;
    line-height: 200px;
    height: 380px;
  }
  .for_who__text > div > p{
    left: 10px;
    font-size: 22px;
    line-height: 24px;
  }
  .request{
    padding-left: 80px;
    padding-right: 80px;
  }
  .request__text{
    padding: 0;
  }
  .support__text > p{
    padding-bottom: 45px;
  }
    .footer__column{
    width: 100%;
  }
  .footer__link:not(:last-child),.footer__block:not(:last-child) {
    margin: 0;
    padding-bottom: 10px;
  }
  .footer__link:last-child {
    margin: 0 0 20px 0;
  }
  .footer__title{
    margin-bottom: 10px;
  }
  .footer__info{
    padding-bottom: 0;
  }

}
@media (max-width: 599px){
  .header__title{
    margin: 24rem 0 0 0.5rem;
  }
  .header__title > h1{
    font-size: 50px;
  }
  .wrapper{
    padding-top: 80px;
  }
  .about_us{
    flex-direction: column;
  }
  .about_us > h2{
    width: 100%;
    padding-bottom: 40px;
  }
  .about_us__text{
    width: 100%;
  }
  .for_who > h2{
    padding: 40px 0;
  }
  .for_who__text{
    flex-direction: column;
    gap:10px;
  }
  .for_who__text > div:first-child{margin-left: 30px;}
  .for_who__text > div{
    height: 186px;
    width: 100%;
    padding:20px;
    margin-right: 30px;
  }
  .for_who__text > div > h4{
    left:20px; right: auto;
    float: left;
    align-items: start !important;
    padding-left: 0;
    justify-self: start;
    font-size: 100px;
    line-height: 120%;
  }
  .for_who__text > div > p{
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 120%;
    left: 20px;
    padding-right: 20px;
  }
  .wrapper > div > h2, .advantages > h2{
    font-size: 40px;
    line-height: 120%;
  }
  .support__text > p {
    padding-bottom: 15px;
  }
  .support__item {
    padding: 40px 50px;
  }
  .request{
    padding: 80px 30px;
  }
  .request__form > form{
    padding: 20px;
  }
}
@media (max-width: 547px){
  .number__item{
    width: 40%;
  }
    .support__item {
    padding: 40px 30px;
  }
  .carousel__item, .carousel__item_long{
    width: 360px !important;
    height: 360px !important; 
  }
  .carousel__image{
    background-size: contain;
  }

}
@media (max-width: 544px){
  .header__logo {
    margin: 20px 20px 0;
  }
  .header__title{
    margin: 24rem 0 0 0;
  }
  .action-container{
    justify-content: center !important;
    padding: 20px;
  }
  .header__button{
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .request{
    padding: 40px;
  }
  .feedback-input{
    width: 100% !important;
  }
}
@media (max-width:529px){
.header__title > h1 {
    font-size: 44px;
}
}
@media (max-width:496px){
  .logo__contact{
    content: none;
    content: url("/images/header/Burger\ menu.svg");
    position: absolute;
    top: 20px; right:20px;
    height: 36px; width: 36px;
  }
  .carousel__item, .carousel__item_long {
      width: 330px !important;
      height: 330px !important;
  }
    .carousel__text_faculty {
      top: 15px;
      left: 15px;
      font-size: 17px;
  }

  .carousel__text {
      bottom: 15px;
      left: 15px;
      font-size: 30px;
  }
}
@media(max-width: 496px) {
  .for_who__text > div:first-child{
        margin-left: 0;
  }
  .for_who__text > div{
    padding-top: 0;
  }
  .for_who__text {
      flex-direction: column;
  }

  .for_who__text > div {
      margin-left: 0;
      margin-bottom: 10px;
      width: auto;
  }

  .for_who__text > div > h4 {
      right: 0px;
  }

  .education__button_na,
  .education__button_a {
      font-size: 16px;
  }

  .header__info {
      width: 100%;
  }

  .header__title > h1 {
      font-size: 38px;
  }

  .support,
  .support__button {
      height: auto;
  }

  .support__item {
      height: auto;
      padding: 30px;
      margin-top: 0;
  }

  .support__img {
      display: none;
  }

  .support__text > p {
      width: auto;
  }



  .request {
      flex-wrap: wrap;
      padding: 30px;
      height: auto;
  }

  .request__text {
      width: auto;
      font-size: 30px;
      line-height: 36px;
  }

  .feedback-input,
  .request__form >form > input.button_form {
      width: 100%;
  }

  .request__form,
  .request__form > form {
      width: 100%;
  }

  .captcha__form > .form-group{
      margin-bottom: 30px !important;
  }
  .feedback-agreement > .form-group{
    margin-bottom: 70px;
  } 

  .request__form >form > input.button_form {
      margin-top: 10px
  }

  .form-group {
      margin-bottom: 40px;
  }

  .feedback-input {
    width: 100%;
  }

  .feedback-input-container {
      height: 104px;
  }

  .request__form > form {
      padding: 25px;
  }

  .wrapper > div > h2, .advantages > h2 {
      font-size: 28px;
  }

  .about_us__text > p {
      font-size: 16px;
  }

  .footer__title,
  .footer__info,
  .footer__link,
  .footer__sign p,
  .footer__switcher > span {
      font-size: 16px;
      line-height: 18px;
  }

  .footer__sign > .footer__block {
      padding-left: 10px;
      width: 50%;
  }

  .video__block {
      flex-wrap: wrap;
  }

  .number {
      gap: 50px;
      margin-left: 10px;
      margin-right: 10px;
      justify-content: flex-start;
  }

  .number__value {
      font-size: 40px;
      line-height: 42px;
  }

  .number__item {
      width: auto;
  }

  .zammad-form-modal-body {
      padding: 25px !important;
      width: 85%;
  }

  .zammad-form-modal-body > form > h2 {
      font-size: 30px !important;
  }

  .feedback-input-modal,
  .zammad-form-modal-body > form > input.button_form {
      width: 100%;
  }

  .captcha__modal {
      margin-bottom: 60px;
  }

  .modal-content {
      min-width: 0;
      padding: 25px;
      width: 85%;
  }

  .modal-content h2 {
      font-size: 30px;
      line-height: 32px;
      margin-bottom: 20px;
  }

  .modal-stat-list {
      margin-bottom: 40px;
  }

  .modal-stat-item { 
      padding-bottom: 15px;
      padding-top: 15px;
  }

  .modal-stat-content {
      gap: 20px;
  }

  .modal-stat-content span,
  .modal-profile-item,
  .modal-forms-item,
  .modal-stat-item
  {
      font-size: 17px;
  }

  .modal-stat-content p, .modal-exams-list, .modal-profile-list, .modal-forms-list {
      width: 50%;
  }

  /* .support__adaptive_img {
    display: block;
    text-align: center;
  }

  .support__adaptive_img > img {
    width: 60%;
  } */

  .bachelor-wrapper,
  .master-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .education__type {
    justify-content: center;
  }

  /* .action-container {
    margin-top: 40rem; 
  } */

  .header__title > sup {
    font-size: 13px;
  }

}

@media(max-width:389px){
  .header__title > h1{
    font-size: 32px !important;
    padding-left: 10px;
  }
  .wrapper {
    padding-top: 40px;
  }
  .about_us > h2{
    padding-bottom: 20px;
  }
  .carousel__item, .carousel__item_long{
    width: 245px !important;
    height: 245px !important; 
  }
  .carousel__text_faculty{font-size: 16px;}
  .carousel__text{font-size: 19px;}
}
@media(max-width:369px){
  .header__title > h1{
    font-size: 28px !important;
    padding-left: 5px;
  }
  .for_who__text > div > p{
    line-height: 100%;
  }
.number__text {
    font-size: 16px;
  }
}
@media(max-width:315px){
  .for_who__text > div > p{
    font-size: 16px;
  }
  .number__value{
    font-size: 32px;
    line-height: 110%;
  }
  .number__text{
    font-size: 14px;
    line-height: 110%;
  }
}