

/* Start:/local/components/set_element/templates/program/detail/style.css?174185621619381*/
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
#programm_detail {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#programm_detail .container h1 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
  margin-bottom: 42px;
}
#programm_detail .container .switcher_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  #programm_detail .container .switcher_container {
    gap: 15px;
  }
}
@media screen and (max-width: 600px) {
  #programm_detail .container .switcher_container {
    gap: 10px;
  }
}
#programm_detail .container .switcher_container .wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  gap: 21px;
}
@media screen and (max-width: 800px) {
  #programm_detail .container .switcher_container .wrapper {
    gap: 15px;
  }
}
@media screen and (max-width: 600px) {
  #programm_detail .container .switcher_container .wrapper {
    gap: 10px;
  }
}
#programm_detail .container .switcher_container .wrapper .switch, #programm_detail .container .switcher_container .wrapper .switch_active {
  font-family: var(--main-font);
  font-size: 32px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  flex-grow: 1;
  border: 1px solid #C7C7C7;
  color: var(--blue-color);
}
@media screen and (max-width: 1200px) {
  #programm_detail .container .switcher_container .wrapper .switch, #programm_detail .container .switcher_container .wrapper .switch_active {
    font-size: 28px;
    padding: 28px;
  }
}
@media screen and (max-width: 1000px) {
  #programm_detail .container .switcher_container .wrapper .switch, #programm_detail .container .switcher_container .wrapper .switch_active {
    font-size: 24px;
    padding: 22px;
  }
}
@media screen and (max-width: 800px) {
  #programm_detail .container .switcher_container .wrapper .switch, #programm_detail .container .switcher_container .wrapper .switch_active {
    font-size: 18px;
    padding: 16px;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  #programm_detail .container .switcher_container .wrapper .switch, #programm_detail .container .switcher_container .wrapper .switch_active {
    font-size: 14px;
    padding: 12px;
  }
}
#programm_detail .container .switcher_container .wrapper .switch::after, #programm_detail .container .switcher_container .wrapper .switch_active::after {
  content: "";
  background-image: url("/upload/icons/without-bg-blue-url-arrow-right-bottom.svg");
  background-size: 100% 100%;
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 1200px) {
  #programm_detail .container .switcher_container .wrapper .switch::after, #programm_detail .container .switcher_container .wrapper .switch_active::after {
    width: 32px !important;
    height: 32px !important;
  }
}
@media screen and (max-width: 1000px) {
  #programm_detail .container .switcher_container .wrapper .switch::after, #programm_detail .container .switcher_container .wrapper .switch_active::after {
    width: 25px !important;
    height: 25px !important;
  }
}
@media screen and (max-width: 800px) {
  #programm_detail .container .switcher_container .wrapper .switch::after, #programm_detail .container .switcher_container .wrapper .switch_active::after {
    display: none;
  }
}
#programm_detail .container .switcher_container .wrapper .switch_active {
  background-color: var(--blue-color);
  color: white;
  padding: 28px 28px 52px 28px;
  border: none;
}
@media screen and (max-width: 1000px) {
  #programm_detail .container .switcher_container .wrapper .switch_active {
    font-size: 24px;
    padding: 22px 22px 40px 22px;
  }
}
@media screen and (max-width: 800px) {
  #programm_detail .container .switcher_container .wrapper .switch_active {
    display: none;
  }
}
#programm_detail .container .switcher_container .wrapper .switch_active::after {
  content: "";
  background-image: url("/upload/icons/white-arrow-right-bottom.svg");
  background-size: 100% 100%;
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 1200px) {
  #programm_detail .container .switcher_container .wrapper .switch_active::after {
    background-size: 100% 100%;
    width: 32px !important;
    height: 32px !important;
  }
}
@media screen and (max-width: 1000px) {
  #programm_detail .container .switcher_container .wrapper .switch_active::after {
    width: 25px !important;
    height: 25px !important;
  }
}
#programm_detail .container .switcher_container .selector {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 800px) {
  #programm_detail .container .switcher_container .selector {
    display: none;
  }
}
#programm_detail .container .switcher_container .selector .switch_active {
  text-align: center;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 16px 32px;
  background: var(--blue-color);
  color: rgb(255, 255, 255);
  font-family: var(--second-font);
  font-size: 16px;
  font-weight: 700;
}
#programm_detail .container .switcher_container .selector-list {
  z-index: 10;
  box-sizing: border-box;
  padding: 24px 20px;
  background: var(--blue-color);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 20px;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
}
#programm_detail .container .switcher_container .selector-list.active {
  display: flex;
}
#programm_detail .container .switcher_container .selector-list .white_btn {
  width: 100%;
  font-size: 16px;
  padding: 14px 32px;
}
#programm_detail .container .switcher_container .selector-list .radio_wrapper {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#programm_detail .container .switcher_container .selector-list .radio_wrapper span {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
#programm_detail .container .switcher_container .selector-list .radio_wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#programm_detail .container .switcher_container .selector-list .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: #fff;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
}
#programm_detail .container .switcher_container .selector-list .radio_wrapper:hover input ~ .checkmark {
  background-color: #ccc;
}
#programm_detail .container .switcher_container .selector-list .radio_wrapper input:checked ~ .checkmark {
  background-color: transparent;
}
#programm_detail .container .switcher_container .selector-list .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#programm_detail .container .switcher_container .selector-list .radio_wrapper input:checked ~ .checkmark:after {
  display: block;
}
#programm_detail .container .switcher_container .selector-list input[type=text] {
  padding: 12px;
  background: rgb(217, 217, 217);
  color: rgb(83, 83, 83);
  font-family: var(--main-font);
  font-size: 12px;
  font-weight: 700;
  border: none;
}
#programm_detail .container .switcher_container .selector-list .title {
  color: rgb(255, 255, 255);
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 700;
}
#programm_detail .container .switcher_container .selector-list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#programm_detail .container .switcher_container .selector-list hr {
  width: 100%;
}
#programm_detail .container .filters_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 56px;
  padding: 56px 32px;
  margin-bottom: 43px;
  background-color: var(--blue-color);
}
@media screen and (max-width: 1200px) {
  #programm_detail .container .filters_container {
    padding: 48px 28px;
    gap: 48px;
  }
}
@media screen and (max-width: 1000px) {
  #programm_detail .container .filters_container {
    padding: 42px 26px;
    gap: 40px;
  }
}
@media screen and (max-width: 800px) {
  #programm_detail .container .filters_container {
    align-items: center;
    display: none;
  }
}
#programm_detail .container .filters_container .filters {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
#programm_detail .container .filters_container .filters .search {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  max-height: 74px;
  border: 2px solid white;
}
@media screen and (max-width: 1200px) {
  #programm_detail .container .filters_container .filters .search {
    padding: 18px;
  }
}
@media screen and (max-width: 1000px) {
  #programm_detail .container .filters_container .filters .search {
    padding: 14px;
  }
}
@media screen and (max-width: 1000px) {
  #programm_detail .container .filters_container .filters .search {
    padding: 18px;
  }
}
@media screen and (max-width: 700px) {
  #programm_detail .container .filters_container .filters .search {
    flex-grow: 1;
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
  #programm_detail .container .filters_container .filters .search {
    padding: 11px;
  }
}
#programm_detail .container .filters_container .filters .search input {
  font-family: var(--main-font);
  font-weight: 500;
  font-size: clamp(12px, 5vw, 22px);
  line-height: 25px;
  outline: none;
  border: none;
  background: none;
  color: white;
  width: 100%;
}
#programm_detail .container .filters_container .filters .search input::-moz-placeholder {
  color: #AEAFB1;
}
#programm_detail .container .filters_container .filters .search input::placeholder {
  color: #AEAFB1;
}
#programm_detail .container .filters_container .filters .select {
  position: relative;
  flex-grow: 1;
  border: 2px solid white;
}
#programm_detail .container .filters_container .filters .select-button {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 700;
  color: #9E9E9E;
  padding: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #programm_detail .container .filters_container .filters .select-button {
    padding: 22px;
  }
}
@media screen and (max-width: 1000px) {
  #programm_detail .container .filters_container .filters .select-button {
    padding: 18px;
  }
}
#programm_detail .container .filters_container .filters .select-button::after {
  content: "";
  transition: rotate 0.3s ease;
  rotate: 180deg;
  background-image: url("/upload/icons/arrow_down.svg");
  background-position: center;
  background-size: 100%;
  width: 24px;
  height: 8px;
}
#programm_detail .container .filters_container .filters .select-button.active::after {
  rotate: 0deg;
}
#programm_detail .container .filters_container .filters .select span {
  cursor: pointer;
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 700;
  color: #9E9E9E;
  padding: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #programm_detail .container .filters_container .filters .select span {
    padding: 22px;
  }
}
@media screen and (max-width: 1000px) {
  #programm_detail .container .filters_container .filters .select span {
    padding: 18px;
  }
}
#programm_detail .container .filters_container .filters .select-list {
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  display: none;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  background: #fff;
}
#programm_detail .container .filters_container .filters .select-list.active {
  display: flex;
}
#programm_detail .container .filters_container .filters .select-list span {
  cursor: pointer;
  color: var(--blue-color);
  font-size: 20px;
  font-family: var(--main-font);
  padding: 24px;
}
#programm_detail .container .filters_container .filters .select-list span:hover {
  background: rgb(227, 232, 247);
}
#programm_detail .container .filters_container .radio_buttons {
  display: flex;
  flex-direction: row;
  gap: 56px;
  align-items: center;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
}
#programm_detail .container .filters_container .radio_buttons .radio_wrapper {
  display: block;
  position: relative;
  padding-left: 55px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#programm_detail .container .filters_container .radio_buttons .radio_wrapper span {
  font-family: var(--main-font);
  font-size: 24px;
  font-weight: 500;
  color: #A9A9A9;
}
#programm_detail .container .filters_container .radio_buttons .radio_wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#programm_detail .container .filters_container .radio_buttons .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
}
#programm_detail .container .filters_container .radio_buttons .radio_wrapper:hover input ~ .checkmark {
  background-color: #ccc;
}
#programm_detail .container .filters_container .radio_buttons .radio_wrapper input:checked ~ .checkmark {
  background-color: transparent;
}
#programm_detail .container .filters_container .radio_buttons .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#programm_detail .container .filters_container .radio_buttons .radio_wrapper input:checked ~ .checkmark:after {
  display: block;
}
#programm_detail .container .results_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 21px;
  margin-bottom: 55px;
}
#programm_detail .container .results_container .item {
  min-height: 299px;
  border: 1px solid #C7C7C7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
}
#programm_detail .container .results_container .item.hidden {
  display: none;
}
@media screen and (max-width: 1200px) {
  #programm_detail .container .results_container .item {
    font-size: 18px;
    padding: 28px;
    min-height: 270px;
  }
}
@media screen and (max-width: 700px) {
  #programm_detail .container .results_container .item {
    font-size: 16px;
    padding: 24px;
    min-height: auto;
  }
}
#programm_detail .container .results_container .item ul {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#programm_detail .container .results_container .item ul li {
  font-weight: 500;
  font-size: clamp(14px, 4vw, 20px);
  font-family: var(--main-font);
  color: rgb(79, 82, 89);
}
#programm_detail .container .results_container .item ul li:first-child {
  font-weight: 700;
}
#programm_detail .container .results_container .item .faculty {
  font-weight: 700;
  margin-bottom: 13px;
}
#programm_detail .container .results_container .item .direction {
  font-weight: 500;
  margin-bottom: 8px;
}
#programm_detail .container .results_container .item .form {
  font-weight: 500;
  margin-bottom: 30px;
}
#programm_detail .container .results_container .item .name {
  color: var(--blue-color);
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 700;
}
#programm_detail .container .nothing {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(16px, 4vw, 24px);
  margin: 0 auto 0 auto;
  margin-top: clamp(24px, 4vw, 100px);
  margin-bottom: clamp(24px, 4vw, 100px);
  font-family: var(--main-font);
  color: #000;
  font-weight: 700;
}
#programm_detail .container .blue_btn {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #programm_detail .container .blue_btn {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  #programm_detail .container .blue_btn {
    font-size: 18px;
    padding: 16px 32px;
  }
}
@media screen and (max-width: 600px) {
  #programm_detail .container .blue_btn {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_breadcrumb/templates/vavt_breadcrumb/style.css?174185621637*/
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/news/school_news/style.css?17418562167111*/
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
#news {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#news .news-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#news .news-title h1 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#news .news-title .link {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 600;
  color: rgb(40, 65, 123);
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
}
#news .news-title .link:hover {
  opacity: 0.6;
}
#news .news-title .link::after {
  display: block;
  content: "";
  background-image: url("/upload/new-icons/default-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: clamp(14px, 4vw, 20px);
  max-width: clamp(14px, 4vw, 20px);
  min-height: clamp(14px, 4vw, 20px);
  max-height: clamp(14px, 4vw, 20px);
}
#news .event-more h5 {
  color: var(--blue-color);
  font-family: var(--second-font);
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1070px) {
  #news .event-more h5 {
    font-size: 44px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 700px) {
  #news .event-more h5 {
    font-size: 38px;
  }
}
#news .event-more .event-list {
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1070px) {
  #news .event-more .event-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  #news .event-more .event-list {
    grid-template-columns: 1fr;
  }
}
#news .event-more .event-list .event {
  position: relative;
  flex-direction: column;
}
#news .event-more .event-list .event:hover .preview::after {
  transition: rotate 0.3s ease;
  rotate: -90deg;
}
#news .event-more .event-list .event.filtered {
  display: flex;
}
#news .event-more .event-list .event.not-filtered {
  display: none;
}
#news .event-more .event-list .event .preview {
  position: relative;
  height: 100%;
  max-height: 280px;
}
#news .event-more .event-list .event .preview::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  content: "";
  display: block;
  background-image: url("/upload/icons/white-arrow-right-bottom.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 55px;
  transition: rotate 0.3s ease;
}
#news .event-more .event-list .event .preview .status {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #fff;
  padding: 8px 16px;
  color: var(--blue-color);
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 800;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1200px) {
  #news .event-more .event-list .event .preview .status {
    font-size: 16px;
  }
}
#news .event-more .event-list .event .preview img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: inherit;
  max-height: inherit;
}
#news .event-more .event-list .event .info {
  background: #fff;
  height: 100%;
  padding: 28px 16px;
  border: 1px solid rgb(199, 199, 199);
  border-top: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#news .event-more .event-list .event .info .title {
  color: var(--blue-color);
  font-family: var(--second-font);
  font-size: 20px;
  font-weight: 700;
  flex-grow: 2;
  max-height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #news .event-more .event-list .event .info .title {
    font-size: 16px;
    max-height: 100%;
  }
}
#news .event-more .event-list .event .info .types {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
#news .event-more .event-list .event .info .types span {
  text-transform: lowercase;
  color: rgb(16, 89, 244);
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  #news .event-more .event-list .event .info .types span {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/kampus/main_buildings/style.css?17418562165831*/
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
#kampus_list {
  position: relative;
  margin-bottom: clamp(70px, 15vw, 172px);
}
#kampus_list .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
#kampus_list .top h3 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#kampus_list .top .link-default {
  font-size: clamp(16px, 4vw, 24px);
  align-items: center;
}
#kampus_list .top .link-default::after {
  rotate: 90deg;
}
@media screen and (max-width: 1070px) {
  #kampus_list .top .link-default::after {
    height: 25px;
    width: 25px;
  }
}
#kampus_list .kampus_container {
  margin-top: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1450px) {
  #kampus_list .kampus_container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1170px) {
  #kampus_list .kampus_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 620px) {
  #kampus_list .kampus_container {
    grid-template-columns: repeat(1, 1fr);
  }
}
#kampus_list .kampus_container .kampus_element {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#kampus_list .kampus_container .kampus_element .image_container {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 325px;
  max-height: 325px;
}
@media screen and (max-width: 800px) {
  #kampus_list .kampus_container .kampus_element .image_container {
    min-height: 200px;
    max-height: 200px;
  }
}
@media screen and (max-width: 620px) {
  #kampus_list .kampus_container .kampus_element .image_container {
    min-height: 300px;
    max-height: 300px;
  }
}
#kampus_list .kampus_container .kampus_element .image_container img {
  box-sizing: border-box;
  width: inherit;
  max-width: inherit;
  height: inherit;
  min-height: inherit;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
#kampus_list .kampus_container .kampus_element .content_container {
  box-sizing: border-box;
  border-bottom: 1px solid rgb(199, 199, 199);
  border-left: 1px solid rgb(199, 199, 199);
  border-right: 1px solid rgb(199, 199, 199);
  padding: 24px 20px;
  height: 100%;
}
#kampus_list .kampus_container .kampus_element .content_container .title {
  color: var(--blue-color);
  font-family: var(--second-font);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  #kampus_list .kampus_container .kampus_element .content_container .title {
    font-size: 20px;
  }
}
#kampus_list .kampus_container .kampus_element .content_container .description {
  color: #000;
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #kampus_list .kampus_container .kampus_element .content_container .description {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/repeat/templates/repeat/video_vavt/style.css?1741856216467*/
#video_block {
  margin: 0px 0 120px 0;
  position: relative;
}
#video_block:empty {
  display: none;
}
@media screen and (max-width: 800px) {
  #video_block {
    margin: 0px 0 55px 0;
  }
}
#video_block .iframe_container iframe {
  width: 100%;
  height: calc((40vw + 600px) / 2);
  max-height: 600px;
}
@media screen and (max-width: 700px) {
  #video_block .iframe_container iframe {
    height: calc((40vw + 300px) / 2);
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/repeat/templates/repeat/priem_comission/style.css?174185621610213*/
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
#comission {
  margin-bottom: clamp(70px, 15vw, 172px);
}
@media (width <= 1000px) {
  #comission {
    background: rgb(40, 65, 123);
    padding-top: clamp(35px, 4vw, 100px);
    padding-bottom: clamp(35px, 4vw, 100px);
  }
}
#comission .comission {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: rgb(40, 65, 123);
  border-radius: 10px;
  padding: 50px;
}
@media (width <= 1000px) {
  #comission .comission {
    padding: 0;
  }
}
#comission .comission h1 {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#comission .comission ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (width <= 1000px) {
  #comission .comission ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
}
#comission .comission ul li {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (width <= 1000px) {
  #comission .comission ul li {
    width: 100%;
  }
}
#comission .comission ul li h6 {
  color: rgb(255, 255, 255);
  font-size: clamp(16px, 4vw, 24px);
  font-weight: 700;
}
#comission .comission ul li .address, #comission .comission ul li span {
  color: rgb(255, 255, 255);
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
}
#comission .comission ul li span {
  color: rgba(255, 255, 255, 0.8);
}
#comission .comission ul li ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#comission .comission ul li ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
#comission .comission ul li ul li p {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(255, 255, 255);
  display: flex;
  text-wrap: nowrap;
}
@media (width >= 700px) {
  #comission .comission ul li ul li p {
    width: 100%;
  }
}
@media (width <= 700px) {
  #comission .comission ul li ul li p:first-child {
    width: 100%;
  }
}
#comission .comission ul li ul li p:first-child::after {
  content: "";
  display: block;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.28);
  flex-grow: 1;
  width: 100%;
}
#comission .comission__description {
  color: #000;
  font-family: var(--main-font);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1070px) {
  #comission .comission__description {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #comission .comission__description {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
#comission .comission__accordion {
  margin-bottom: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#comission .comission__accordion .accordion {
  width: 100%;
  border: 1px solid rgb(199, 199, 199);
}
#comission .comission__accordion .accordion__title {
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: var(--blue-color);
  font-family: var(--main-font);
  font-size: 32px;
  font-weight: 700;
  padding: 26px;
}
@media screen and (max-width: 1070px) {
  #comission .comission__accordion .accordion__title {
    align-items: flex-end;
  }
}
@media screen and (max-width: 700px) {
  #comission .comission__accordion .accordion__title {
    padding: 16px;
    font-size: 20px;
  }
}
#comission .comission__accordion .accordion__title::after {
  content: url("/upload/icons/without-bg-blue-url-arrow-right-top.svg");
  transform: rotate(0deg);
  animation: defaultRotateArrow 0.3s ease 1;
}
@keyframes defaultRotateArrow {
  from {
    transform: rotate(90deg);
  }
  to {
    transform: rotate(0deg);
  }
}
#comission .comission__accordion .accordion__content {
  background: var(--blue-color);
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  animation: rewardsMinHeight 0.4s ease 1;
}
@keyframes rewardsMinHeight {
  from {
    grid-template-rows: 1fr;
  }
  to {
    grid-template-rows: 0fr;
  }
}
#comission .comission__accordion .accordion__content .content-container .content {
  color: #fff;
  box-sizing: border-box;
  padding: 2rem 5rem;
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: flex-start;
}
@media screen and (max-width: 800px) {
  #comission .comission__accordion .accordion__content .content-container .content {
    padding: 16px;
    gap: 32px;
    align-items: flex-start;
  }
}
#comission .comission__accordion .accordion__content .content-container .content__button {
  width: 100%;
  max-width: 393px;
}
@media screen and (max-width: 1070px) {
  #comission .comission__accordion .accordion__content .content-container .content__button {
    padding: 16px 32px;
    font-size: 16px;
  }
}
#comission .comission__accordion .accordion__content .content-container .content__text {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  font-family: var(--main-font);
  font-size: 28px;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
}
#comission .comission__accordion .accordion__content .content-container .content__text li {
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  #comission .comission__accordion .accordion__content .content-container .content__text {
    font-size: 16px;
  }
}
#comission .comission__accordion .active-accordion {
  border: 3px solid var(--blue-color);
}
@media screen and (max-width: 700px) {
  #comission .comission__accordion .active-accordion {
    border: 1px solid var(--blue-color);
  }
}
#comission .comission__accordion .active-accordion .accordion__title::after {
  transform: rotate(90deg);
  animation: rotateArrow 0.3s ease 1;
}
@keyframes rotateArrow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
#comission .comission__accordion .active-accordion .accordion__content {
  grid-template-rows: 1fr;
  animation: MaxHeight 0.4s ease 1;
}
@keyframes MaxHeight {
  from {
    grid-template-rows: 0fr;
  }
  to {
    grid-template-rows: 1fr;
  }
}
#comission .comission .blue_btn {
  margin-top: clamp(32px, 4vw, 56px);
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  font-size: clamp(16px, 4vw, 26px);
}
@media screen and (max-width: 700px) {
  #comission .comission .blue_btn {
    max-width: 400px;
    padding: 16px 32px;
  }
}
#comission .comission .more_info {
  margin-top: clamp(56px, 4vw, 120px);
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--blue-color);
  font-family: var(--main-font);
  font-size: clamp(18px, 4vw, 32px);
  font-weight: 900;
}
@media screen and (max-width: 700px) {
  #comission .comission .more_info {
    align-items: flex-end;
  }
}
#comission .comission .more_info::after {
  content: "";
  display: block;
  background-image: url("/upload/icons/without-bg-blue-url-arrow-right-top.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
}
@media screen and (max-width: 700px) {
  #comission .comission .more_info::after {
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/repeat/templates/repeat/contacts_table/style.css?17418562166041*/
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
#contact_container {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#contact_container h5 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
  margin-bottom: clamp(20px, 4vw, 40px);
}
#contact_container .contact_container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (width < 1150px) {
  #contact_container .contact_container {
    gap: 0;
  }
}
#contact_container .contact_container .acord {
  display: grid;
  grid-template-columns: 2fr 4fr;
  gap: 100px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(223, 231, 253);
}
@media (width < 1150px) {
  #contact_container .contact_container .acord {
    all: initial;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgb(223, 231, 253);
    padding: 30px 0;
  }
  #contact_container .contact_container .acord.active .acord-title::after {
    rotate: 180deg;
  }
  #contact_container .contact_container .acord.active .acord-content {
    grid-template-rows: 1fr;
  }
  #contact_container .contact_container .acord-title {
    cursor: pointer;
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 700;
    color: rgb(40, 65, 123);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
  }
  #contact_container .contact_container .acord-title::after {
    content: "";
    display: block;
    background-image: url("/upload/new-icons/dropdown.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 16px;
    max-height: 16px;
    min-width: 16px;
    min-height: 16px;
    transition: all 0.3s ease;
  }
  #contact_container .contact_container .acord-content {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  #contact_container .contact_container .acord-content .content {
    padding-top: clamp(10px, 4vw, 30px);
    font-size: clamp(14px, 4vw, 20px);
    font-weight: 500;
    color: rgb(79, 82, 89);
  }
  #contact_container .contact_container .acord-content .content ul li {
    display: flex;
    gap: 15px;
    align-items: baseline;
  }
  #contact_container .contact_container .acord-content .content ul li::before {
    content: "";
    display: block;
    max-width: 8px;
    max-height: 8px;
    min-width: 8px;
    min-height: 8px;
    background: rgb(40, 65, 123);
    border-radius: 10px;
  }
  #contact_container .contact_container .acord .acord-content .content {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }
}
#contact_container .contact_container .acord-title {
  font-size: 20px;
  font-weight: 700;
  color: rgb(40, 65, 123);
}
#contact_container .contact_container .acord-content .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#contact_container .contact_container .acord-content .content div {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: rgb(79, 82, 89);
  font-size: 20px;
  font-weight: 500;
}
#contact_container .contact_container .acord-content .content div a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/postupleniye/dop_info/style.css?17418562164159*/
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
#dop_info {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#dop_info h6 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
  margin-bottom: 40px;
}
#dop_info .dop_info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 700px) {
  #dop_info .dop_info {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
#dop_info .dop_info-item {
  position: relative;
  padding: 30px 50px 50px 30px;
  background: var(--blue-color);
  color: #fff;
  font-size: clamp(24px, 6vw, 32px);
  font-weight: 700;
  font-family: var(--second-font);
}
#dop_info .dop_info-item:hover::after {
  rotate: -90deg;
}
#dop_info .dop_info-item::before, #dop_info .dop_info-item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  width: clamp(50px, 4vw, 70px);
  height: clamp(50px, 4vw, 70px);
  rotate: 0deg;
  transition: rotate 0.3s ease;
}
#dop_info .dop_info-item::before {
  background: #fff;
}
#dop_info .dop_info-item::after {
  background-image: url("/upload/icons/without-bg-blue-url-arrow-right-bottom.svg");
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/postupleniye/faq_section/style.css?17418562167007*/
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
#faq {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#faq h6 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
  margin-bottom: 40px;
}
#faq .associate__description {
  color: #000;
  font-family: var(--main-font);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
  width: 100%;
  max-width: 60%;
}
@media screen and (max-width: 1070px) {
  #faq .associate__description {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #faq .associate__description {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
#faq .associate__accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#faq .associate__accordion .accordion {
  width: 100%;
  border: 1px solid rgb(199, 199, 199);
}
#faq .associate__accordion .accordion__title {
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: var(--blue-color);
  font-family: var(--main-font);
  font-size: 32px;
  font-weight: 700;
  padding: 26px;
}
@media screen and (max-width: 1070px) {
  #faq .associate__accordion .accordion__title {
    align-items: flex-end;
  }
}
@media screen and (max-width: 700px) {
  #faq .associate__accordion .accordion__title {
    padding: 16px;
    font-size: 20px;
  }
}
#faq .associate__accordion .accordion__title::after {
  content: url("/upload/icons/without-bg-blue-url-arrow-right-top.svg");
  transform: rotate(0deg);
  animation: defaultRotateArrow 0.3s ease 1;
}
@keyframes defaultRotateArrow {
  from {
    transform: rotate(90deg);
  }
  to {
    transform: rotate(0deg);
  }
}
#faq .associate__accordion .accordion__content {
  background: var(--blue-color);
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  animation: rewardsMinHeight 0.4s ease 1;
}
@keyframes rewardsMinHeight {
  from {
    grid-template-rows: 1fr;
  }
  to {
    grid-template-rows: 0fr;
  }
}
#faq .associate__accordion .accordion__content a {
  color: #fff;
  text-decoration: underline;
  opacity: 1;
  transition: opacity 0.3s ease;
}
#faq .associate__accordion .accordion__content a:hover {
  opacity: 0.7;
}
#faq .associate__accordion .accordion__content .content-container .content {
  color: #fff;
  box-sizing: border-box;
  padding: 2rem 5rem;
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: flex-start;
}
@media screen and (max-width: 800px) {
  #faq .associate__accordion .accordion__content .content-container .content {
    padding: 16px;
    gap: 32px;
    align-items: flex-start;
  }
}
#faq .associate__accordion .accordion__content .content-container .content__button {
  width: 100%;
  max-width: 393px;
}
@media screen and (max-width: 1070px) {
  #faq .associate__accordion .accordion__content .content-container .content__button {
    padding: 16px 32px;
    font-size: 16px;
  }
}
#faq .associate__accordion .accordion__content .content-container .content__text {
  font-family: var(--main-font);
  font-size: 28px;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
}
#faq .associate__accordion .accordion__content .content-container .content__text li {
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  #faq .associate__accordion .accordion__content .content-container .content__text {
    font-size: 16px;
  }
}
#faq .associate__accordion .active-accordion {
  border: 3px solid var(--blue-color);
}
@media screen and (max-width: 700px) {
  #faq .associate__accordion .active-accordion {
    border: 1px solid var(--blue-color);
  }
}
#faq .associate__accordion .active-accordion .accordion__title::after {
  transform: rotate(90deg);
  animation: rotateArrow 0.3s ease 1;
}
@keyframes rotateArrow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
#faq .associate__accordion .active-accordion .accordion__content {
  grid-template-rows: 1fr;
  animation: MaxHeight 0.4s ease 1;
}
@keyframes MaxHeight {
  from {
    grid-template-rows: 0fr;
  }
  to {
    grid-template-rows: 1fr;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/forms/have_question/style.css?17418562163958*/
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
#have_question {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#have_question .have_question {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (width <= 1070px) {
  #have_question .have_question {
    grid-template-columns: 1fr;
  }
}
#have_question .have_question-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#have_question .have_question-content h5 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#have_question .have_question-content h6 {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  margin-bottom: 16px;
}
@media (width <= 700px) {
  #have_question .have_question-content form button {
    width: 100%;
    max-width: 100%;
  }
}
#have_question .have_question-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (width <= 1070px) {
  #have_question .have_question-image {
    display: none;
  }
}
#have_question .have_question-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/components/set_element/templates/program/detail/style.css?174185621619381 */
/* /local/components/set_breadcrumb/templates/vavt_breadcrumb/style.css?174185621637 */
/* /local/components/set_content/templates/news/school_news/style.css?17418562167111 */
/* /local/components/set_content/templates/kampus/main_buildings/style.css?17418562165831 */
/* /local/components/repeat/templates/repeat/video_vavt/style.css?1741856216467 */
/* /local/components/repeat/templates/repeat/priem_comission/style.css?174185621610213 */
/* /local/components/repeat/templates/repeat/contacts_table/style.css?17418562166041 */
/* /local/components/set_content/templates/postupleniye/dop_info/style.css?17418562164159 */
/* /local/components/set_content/templates/postupleniye/faq_section/style.css?17418562167007 */
/* /local/components/set_content/templates/forms/have_question/style.css?17418562163958 */
