

/* Start:/local/components/set_content/templates/about/welcome_academy/style.css?17418562166701*/
@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;
}
#welcome {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#welcome .welcome {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 4vw, 100px);
}
@media (width <= 900px) {
  #welcome .welcome {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
#welcome .welcome-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#welcome .welcome-content h1 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 64px);
}
#welcome .welcome-content p {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(79, 82, 89);
  flex-grow: 1;
}
#welcome .welcome-content .link {
  margin-top: 20px;
  cursor: pointer;
  background: rgb(40, 65, 123);
  padding: 26px 50px;
  border-radius: 10px;
  font-size: clamp(18px, 4vw, 20px);
  font-weight: 600;
  text-align: center;
  color: rgb(255, 255, 255);
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: all 0.3s ease;
}
@media (width <= 900px) {
  #welcome .welcome-content .link {
    max-width: 100%;
  }
}
#welcome .welcome-content .link:hover {
  background: rgb(223, 231, 253);
  color: rgb(30, 30, 30);
}
@media (width <= 700px) {
  #welcome .welcome-content .link:hover, #welcome .welcome-content .link:active {
    background: rgb(40, 65, 123);
    color: rgb(255, 255, 255);
  }
}
#welcome .welcome-image {
  width: 100%;
  height: 100%;
  max-height: 480px;
  border-radius: 10px;
  overflow: hidden;
}
@media (width <= 900px) {
  #welcome .welcome-image {
    max-height: 170px;
  }
}
#welcome .welcome-image img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

#urls {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#urls .urls {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 15px;
}
@media (width <= 1150px) {
  #urls .urls {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width <= 850px) {
  #urls .urls {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
#urls .urls a {
  background: rgb(241, 244, 252);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  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;
  opacity: 1 !important;
  padding: 20px;
  border: none;
  transition: all 0.3s ease;
}
#urls .urls a:hover {
  opacity: 0.6;
}
#urls .urls a::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);
}
#urls .urls a:hover {
  background: rgb(40, 65, 123);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
  padding: 20px;
  border: none;
}
#urls .urls a:hover:hover {
  opacity: 0.6;
}
#urls .urls a:hover::after {
  display: block;
  content: "";
  background-image: url("/upload/new-icons/default-arrow-white.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);
}
@media (width <= 850px) {
  #urls .urls a:hover {
    padding: 8px 10px;
  }
}
@media (width <= 850px) {
  #urls .urls a {
    padding: 8px 10px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/bitrix/templates/template_vavt/components/bitrix/menu/default_menu/style.css?174185621637*/
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/about/achievements/style.css?17418562166145*/
@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;
}
#achievement {
  margin-bottom: clamp(70px, 15vw, 172px);
  padding-top: clamp(35px, 4vw, 100px);
  padding-bottom: clamp(35px, 4vw, 100px);
  background: rgb(40, 65, 123);
}
@media (width <= 700px) {
  #achievement .container {
    padding: 0 !important;
  }
}
#achievement .achievement-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (width <= 900px) {
  #achievement .achievement-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (width <= 700px) {
  #achievement .achievement-top {
    padding: 0 6px;
  }
}
#achievement .achievement-top h1 {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#achievement .achievement-top-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
@media (width <= 900px) {
  #achievement .achievement-top-tabs .delimiter {
    display: none;
  }
}
#achievement .achievement-top-tabs .tabs-item {
  display: inherit;
  flex-direction: inherit;
  align-items: inherit;
  gap: inherit;
}
#achievement .achievement-top-tabs .tabs-item span, #achievement .achievement-top-tabs .tabs-item .delimiter {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-weight: 600;
}
@media (width <= 900px) {
  #achievement .achievement-top-tabs .tabs-item span, #achievement .achievement-top-tabs .tabs-item .delimiter {
    border: 1px solid rgb(241, 244, 252);
    border-radius: 7px;
    padding: 12px 20px;
    color: rgb(255, 255, 255);
    font-size: 16px;
  }
}
#achievement .achievement-top-tabs .tabs-item span.active, #achievement .achievement-top-tabs .tabs-item .delimiter.active {
  color: rgb(255, 255, 255);
}
@media (width <= 900px) {
  #achievement .achievement-top-tabs .tabs-item span.active, #achievement .achievement-top-tabs .tabs-item .delimiter.active {
    background: rgb(241, 244, 252);
    color: rgb(40, 65, 123);
  }
}
#achievement .achievement-tab_container {
  margin-top: 40px;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (width <= 1150px) {
  #achievement .achievement-tab_container {
    overflow-x: scroll;
    gap: 10px;
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (width <= 700px) {
  #achievement .achievement-tab_container {
    padding: 0 6px;
  }
}
#achievement .achievement-tab_container.active {
  display: grid;
}
#achievement .achievement-tab_container .item {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px;
  background: rgb(241, 244, 252);
  height: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}
@media (width <= 1150px) {
  #achievement .achievement-tab_container .item {
    min-width: 280px;
    max-width: 280px;
    padding: 20px;
  }
}
#achievement .achievement-tab_container .item .title {
  color: rgb(40, 65, 123);
  font-size: clamp(20px, 4vw, 48px);
  font-weight: 700;
}
#achievement .achievement-tab_container .item .text {
  color: rgb(30, 30, 30);
  font-size: clamp(14px, 4vw, 18px);
  font-weight: 500;
  max-width: 280px;
}
@media (width <= 1150px) {
  #achievement .achievement-tab_container .item .text {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/repeat/templates/repeat/vavt_in_numbers/style.css?17418562166156*/
@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;
}
#numbers {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#numbers .container .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(16px, 4vw, 35px);
}
#numbers .container .title h1 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#numbers .container .title a {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 600;
  color: rgb(40, 65, 123);
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
}
#numbers .container .title a:hover {
  opacity: 0.6;
}
#numbers .container .title a::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: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}
@media (width <= 700px) {
  #numbers .container .title a {
    display: none;
  }
}
@media (width >= 700px) {
  #numbers .container .link {
    display: none;
  }
}
#numbers .container .link a {
  padding: 32px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(40, 65, 123);
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
}
#numbers .container .link a:hover {
  opacity: 0.6;
}
#numbers .container .link a::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: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
}
#numbers .container .numbers {
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 4vw, 65px);
}
#numbers .container .numbers::after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: rgb(223, 231, 253);
}
@media (width >= 700px) {
  #numbers .container .numbers::after {
    display: none;
  }
}
#numbers .container .numbers-image {
  width: 100%;
  max-width: 100%;
}
#numbers .container .numbers-image img {
  width: inherit;
  max-width: inherit;
}
#numbers .container .numbers-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: clamp(16px, 4vw, 30px);
}
@media (width <= 700px) {
  #numbers .container .numbers-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
#numbers .container .numbers-content .item {
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 4vw, 14px);
  max-width: 250px;
}
#numbers .container .numbers-content .item h6 {
  color: rgb(40, 65, 123);
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 700;
}
@media (width <= 700px) {
  #numbers .container .numbers-content .item h6 {
    font-size: 24px;
  }
}
#numbers .container .numbers-content .item p {
  color: rgb(79, 82, 89);
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  text-wrap: balance;
  max-width: 60%;
}
@media (width <= 700px) {
  #numbers .container .numbers-content .item p {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/kampus/kampus_main/style.css?17418562164848*/
@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_block {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#kampus_block .header-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: clamp(12px, 4vw, 100px);
  margin-bottom: 40px;
}
@media (width <= 1070px) {
  #kampus_block .header-title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
#kampus_block .header-title h6 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#kampus_block .header-title .description {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(79, 82, 89);
}
#kampus_block .kampus_container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
@media (width <= 1070px) {
  #kampus_block .kampus_container {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
#kampus_block .kampus_container #iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  max-height: 500px;
  border-radius: 10px;
  overflow: hidden;
}
@media (width <= 1070px) {
  #kampus_block .kampus_container #iframe {
    min-height: 250px;
    max-height: 250px;
  }
}
#kampus_block .kampus_container .buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (width <= 1070px) {
  #kampus_block .kampus_container .buttons {
    gap: 10px;
    flex-direction: row;
  }
}
#kampus_block .kampus_container .buttons a {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: rgb(255, 255, 255);
  background: rgb(40, 65, 123);
  text-align: center;
  text-wrap: balance;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media (width <= 1070px) {
  #kampus_block .kampus_container .buttons a {
    padding: 70px 20px;
    font-size: 16px;
  }
}
#kampus_block .kampus_container .buttons a:hover {
  background: rgb(223, 231, 253);
  color: rgb(30, 30, 30);
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/about/education/style.css?17418562164693*/
@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;
}
#education {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#education .education {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 20px;
}
@media (width <= 1070px) {
  #education .education {
    display: flex;
    flex-direction: column-reverse;
  }
}
#education .education-content {
  background: rgb(241, 244, 252);
  border-radius: 10px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (width <= 1070px) {
  #education .education-content {
    background: none;
    padding: 0;
    gap: 20px;
  }
}
#education .education-content h5 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#education .education-content p {
  flex-grow: 1;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(79, 82, 89);
}
#education .education-content .link {
  cursor: pointer;
  background: rgb(40, 65, 123);
  padding: 20px 60px;
  border-radius: 10px;
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 600;
  text-align: center;
  color: rgb(255, 255, 255);
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: all 0.3s ease;
}
@media (width <= 900px) {
  #education .education-content .link {
    max-width: 100%;
  }
}
#education .education-content .link:hover {
  background: rgb(223, 231, 253);
  color: rgb(30, 30, 30);
}
@media (width <= 700px) {
  #education .education-content .link:hover, #education .education-content .link:active {
    background: rgb(40, 65, 123);
    color: rgb(255, 255, 255);
  }
}
#education .education-image {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  max-height: 460px;
}
@media (width <= 1070px) {
  #education .education-image {
    max-height: 160px;
  }
}
#education .education-image img {
  height: inherit;
  width: inherit;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/about/graduates/style.css?17418562167594*/
@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;
}
#graduates {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#graduates .graduates {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 4vw, 100px);
}
@media (width <= 1070px) {
  #graduates .graduates {
    grid-template-columns: 1fr;
  }
}
#graduates .graduates-link {
  cursor: pointer;
  background: rgb(40, 65, 123);
  padding: 26px 50px;
  border-radius: 10px;
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 600;
  text-align: center;
  color: rgb(255, 255, 255);
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: all 0.3s ease;
  margin-top: 20px;
}
@media (width <= 900px) {
  #graduates .graduates-link {
    max-width: 100%;
  }
}
#graduates .graduates-link:hover {
  background: rgb(223, 231, 253);
  color: rgb(30, 30, 30);
}
@media (width <= 700px) {
  #graduates .graduates-link:hover, #graduates .graduates-link:active {
    background: rgb(40, 65, 123);
    color: rgb(255, 255, 255);
  }
}
@media (width >= 1070px) {
  #graduates .graduates-link {
    display: none;
  }
}
#graduates .graduates-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#graduates .graduates-content h5 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#graduates .graduates-content .description {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(79, 82, 89);
  flex-grow: 1;
  max-width: 660px;
}
#graduates .graduates-content .link {
  cursor: pointer;
  background: rgb(40, 65, 123);
  padding: 26px 50px;
  border-radius: 10px;
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 600;
  text-align: center;
  color: rgb(255, 255, 255);
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: all 0.3s ease;
}
#graduates .graduates-content .link:hover {
  background: rgb(223, 231, 253);
  color: rgb(30, 30, 30);
}
@media (width <= 700px) {
  #graduates .graduates-content .link:hover, #graduates .graduates-content .link:active {
    background: rgb(40, 65, 123);
    color: rgb(255, 255, 255);
  }
}
@media (width <= 1070px) {
  #graduates .graduates-content .link {
    display: none;
  }
}
#graduates .graduates-list {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (width <= 1570px) {
  #graduates .graduates-list {
    overflow-x: scroll;
  }
}
@media (width <= 700px) {
  #graduates .graduates-list {
    gap: 10px;
  }
}
#graduates .graduates-list .item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (width <= 1570px) {
  #graduates .graduates-list .item {
    max-width: 250px;
    max-height: 100%;
    min-width: 250px;
    min-height: 100%;
  }
}
@media (width <= 700px) {
  #graduates .graduates-list .item {
    max-width: 170px;
    max-height: 100%;
    min-width: 170px;
    min-height: 100%;
    gap: 16px;
  }
}
#graduates .graduates-list .item .image_container {
  width: 100%;
  max-width: 100%;
  max-height: 370px;
  min-width: 100%;
  min-height: 370px;
  border-radius: 10px;
  overflow: hidden;
}
@media (width <= 700px) {
  #graduates .graduates-list .item .image_container {
    max-width: 100%;
    max-height: 225px;
    min-width: 100%;
    min-height: 225px;
  }
}
#graduates .graduates-list .item .image_container img {
  max-width: inherit;
  max-height: inherit;
  min-width: inherit;
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
#graduates .graduates-list .item .info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (width <= 700px) {
  #graduates .graduates-list .item .info {
    gap: 8px;
  }
}
#graduates .graduates-list .item .info .top {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#graduates .graduates-list .item .info .top .name {
  font-size: 24px;
  font-weight: 700;
  color: rgb(40, 65, 123);
}
@media (width <= 700px) {
  #graduates .graduates-list .item .info .top .name {
    font-size: 16px;
  }
}
#graduates .graduates-list .item .info .top .position {
  font-size: 20px;
  font-weight: 500;
  color: rgb(79, 82, 89);
}
@media (width <= 700px) {
  #graduates .graduates-list .item .info .top .position {
    font-size: 14px;
  }
}
#graduates .graduates-list .item .info .bottom {
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-size: 20px;
  font-weight: 500;
  color: rgb(79, 82, 89);
}
@media (width <= 700px) {
  #graduates .graduates-list .item .info .bottom {
    font-size: 14px;
  }
}
#graduates .graduates-list .item .info .bottom::before {
  content: "";
  display: block;
  background-image: url("/upload/new-icons/head.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
  min-height: 16px;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/science/science_section/style.css?17418562166614*/
@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;
}
#science_section {
  margin-bottom: clamp(70px, 15vw, 172px);
  padding-top: clamp(35px, 4vw, 100px);
  padding-bottom: clamp(35px, 4vw, 100px);
  background: rgb(40, 65, 123);
}
@media (width <= 1150px) {
  #science_section {
    padding-top: 0px;
  }
}
#science_section h5 {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
  margin-bottom: 40px;
}
@media (width >= 1150px) {
  #science_section h5 {
    display: none;
  }
}
#science_section h5.header-title {
  display: block;
}
@media (width <= 1150px) {
  #science_section h5.header-title {
    display: none;
  }
}
@media (width <= 1150px) {
  #science_section .container {
    padding: 0;
  }
  #science_section .container .science_section ul, #science_section .container .science_section-numbers, #science_section .container .science_section h5 {
    padding: 0 6px;
  }
  #science_section .container .science_section img {
    min-height: 200px;
    max-height: 200px;
    border-radius: 0px !important;
  }
  #science_section .container .science_section h5 {
    margin-bottom: 15px;
  }
  #science_section .container .science_section-box ul {
    gap: 20px;
  }
  #science_section .container .science_section-box ul li a {
    font-size: 16px;
    padding-bottom: 20px;
    display: block !important;
  }
  #science_section .container .science_section-box ul li a::after {
    display: inline-block !important;
    margin-left: 10px;
    margin-top: 3px;
    max-width: 14px;
    min-width: 14px;
    max-height: 10px;
    min-height: 10px;
  }
  #science_section .container .science_section-numbers {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
  #science_section .container .science_section-numbers .item {
    font-size: 14px;
  }
  #science_section .container .science_section-numbers .item b {
    font-size: 24px;
  }
}
#science_section .science_section {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#science_section .science_section-box {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: clamp(20px, 4vw, 80px);
}
@media (width <= 1150px) {
  #science_section .science_section-box {
    grid-template-columns: 1fr;
  }
}
#science_section .science_section-box .image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
#science_section .science_section-box ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#science_section .science_section-box ul li a {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#science_section .science_section-box ul li a:hover {
  opacity: 0.6;
}
#science_section .science_section-box ul li a::after {
  display: block;
  content: "";
  background-image: url("/upload/new-icons/default-arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}
#science_section .science_section-numbers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
#science_section .science_section-numbers .item {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
}
#science_section .science_section-numbers .item div {
  display: flex;
  flex-direction: column;
  gap: 14px;
  line-height: 1.3em;
}
#science_section .science_section-numbers .item b {
  font-size: 40px;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/international/international_section/style.css?17418562165297*/
@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;
}
#international_section {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#international_section h5 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
  margin-bottom: clamp(24px, 4vw, 40px);
}
#international_section .international {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 20px;
}
@media (width <= 1070px) {
  #international_section .international {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#international_section .international-image {
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (width <= 1070px) {
  #international_section .international-image {
    max-height: 200px;
    min-height: 200px;
  }
}
#international_section .international-image img {
  min-height: inherit;
  max-height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
#international_section .international-description {
  background: rgb(40, 65, 123);
  border-radius: 10px;
  padding: 30px 24px;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  flex-grow: 1;
}
@media (width <= 1070px) {
  #international_section .international-description {
    padding: 20px 14px;
  }
}
#international_section .international-description a {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
}
@media (width <= 1070px) {
  #international_section .international-description a {
    margin-top: 20px;
  }
}
#international_section .international-description a:hover {
  opacity: 0.6;
}
#international_section .international-description a::after {
  display: block;
  content: "";
  background-image: url("/upload/new-icons/default-arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: clamp(16px, 4vw, 20px);
  max-width: clamp(16px, 4vw, 20px);
  min-height: clamp(16px, 4vw, 20px);
  max-height: clamp(16px, 4vw, 20px);
}
@media (width <= 700px) {
  #international_section .international-description .content {
    font-size: 14px;
    font-weight: 500;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/events/events_calendar_block/style.css?174185621611575*/
@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;
}
#events_calendar {
  background: rgb(40, 65, 123);
  margin-bottom: clamp(70px, 15vw, 172px);
  padding-top: clamp(35px, 4vw, 100px);
  padding-bottom: clamp(35px, 4vw, 100px);
}
@media (width <= 700px) {
  #events_calendar .container {
    padding: 0 !important;
  }
}
#events_calendar .header-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(32px, 4vw, 44px);
}
@media (width <= 700px) {
  #events_calendar .header-title {
    padding: 0 6px;
  }
}
#events_calendar .header-title h1 {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#events_calendar .header-title a {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
}
#events_calendar .header-title a:hover {
  opacity: 0.6;
}
#events_calendar .header-title a::after {
  display: block;
  content: "";
  background-image: url("/upload/new-icons/default-arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}
@media (width <= 700px) {
  #events_calendar .header-title a {
    display: none;
  }
}
@media (width >= 700px) {
  #events_calendar .link {
    display: none;
  }
}
#events_calendar .link a {
  padding: 32px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
}
#events_calendar .link a:hover {
  opacity: 0.6;
}
#events_calendar .link a::after {
  display: block;
  content: "";
  background-image: url("/upload/new-icons/default-arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
}
#events_calendar .events_box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (max-width: 1070px) {
  #events_calendar .events_box {
    margin-top: 40px;
  }
}
#events_calendar .events_box-events {
  height: 100%;
  position: relative;
}
@media (width <= 700px) {
  #events_calendar .events_box-events {
    padding-bottom: 22px;
    overflow-x: scroll;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
#events_calendar .events_box-events .show-more {
  display: block;
  margin: 40px auto 0px auto;
}
@media screen and (max-width: 1070px) {
  #events_calendar .events_box-events .show-more {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  #events_calendar .events_box-events .show-more {
    margin: 24px 0 0 0;
    width: 100%;
    font-size: 16px;
    padding: 16px 32px;
  }
}
#events_calendar .events_box-events .show-more.hidden {
  display: none;
}
#events_calendar .events_box-events .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) {
  #events_calendar .events_box-events .event-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 700px) {
  #events_calendar .events_box-events .event-list {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-bottom: 22px;
    padding-left: 6px;
  }
}
#events_calendar .events_box-events .event-list .event {
  position: relative;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background: rgb(241, 244, 252);
  border-radius: 10px;
}
@media screen and (max-width: 1400px) {
  #events_calendar .events_box-events .event-list .event {
    padding: 16px;
  }
}
@media (width <= 700px) {
  #events_calendar .events_box-events .event-list .event {
    min-width: 280px;
    max-width: 280px;
    padding: 10px;
    gap: 12px;
    min-height: 300px;
    max-height: 300px;
  }
}
#events_calendar .events_box-events .event-list .event.hidden {
  display: none !important;
}
#events_calendar .events_box-events .event-list .event.filtered {
  display: flex;
}
#events_calendar .events_box-events .event-list .event.not-filtered {
  display: none;
}
#events_calendar .events_box-events .event-list .event .where {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 400;
  color: rgb(79, 82, 89);
}
@media (width <= 700px) {
  #events_calendar .events_box-events .event-list .event .where {
    font-size: 14px;
  }
}
#events_calendar .events_box-events .event-list .event .where::before {
  display: block;
  content: "";
  background-image: url("/upload/new-icons/where.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 14px;
  max-height: 16px;
  min-width: 14px;
  min-height: 16px;
  margin-top: 0.2rem;
}
#events_calendar .events_box-events .event-list .event .top {
  display: flex;
  flex-direction: row;
  gap: 7px;
}
#events_calendar .events_box-events .event-list .event .top .status {
  background: rgb(40, 65, 123);
  padding: 8px 16px;
  color: #fff;
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  #events_calendar .events_box-events .event-list .event .top .status {
    font-size: 16px;
  }
}
@media (width <= 700px) {
  #events_calendar .events_box-events .event-list .event .top .status {
    font-size: 14px;
    padding: 10px 14px;
  }
}
#events_calendar .events_box-events .event-list .event .top .faculty {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
#events_calendar .events_box-events .event-list .event .top .faculty span {
  border: 1px solid var(--blue-color);
  padding: 8px 16px;
  color: var(--blue-color);
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  #events_calendar .events_box-events .event-list .event .top .faculty span {
    font-size: 14px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#events_calendar .events_box-events .event-list .event .title {
  color: rgb(40, 65, 123);
  font-family: var(--second-font);
  font-size: 20px;
  font-weight: 700;
  flex-grow: 2;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #events_calendar .events_box-events .event-list .event .title {
    font-size: 18px;
    max-height: 100%;
  }
}
#events_calendar .events_box-events .event-list .event .additional {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media screen and (max-width: 1400px) {
  #events_calendar .events_box-events .event-list .event .additional {
    flex-wrap: wrap;
  }
}
#events_calendar .events_box-events .event-list .event .additional .start, #events_calendar .events_box-events .event-list .event .additional .where {
  background: rgb(194, 208, 229);
  padding: 8px;
  display: flex;
  flex-direction: row;
  gap: 4px;
}
#events_calendar .events_box-events .event-list .event .additional .start p, #events_calendar .events_box-events .event-list .event .additional .start span, #events_calendar .events_box-events .event-list .event .additional .where p, #events_calendar .events_box-events .event-list .event .additional .where span {
  color: var(--blue-color);
  font-family: var(--main-font);
  font-size: 14px;
}
#events_calendar .events_box-events .event-list .event .additional .start p, #events_calendar .events_box-events .event-list .event .additional .where p {
  font-weight: 700;
}
#events_calendar .events_box-events .event-list .event .additional .start span, #events_calendar .events_box-events .event-list .event .additional .where span {
  font-weight: 500;
}
#events_calendar .events_box-events .event-list .event .types {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
#events_calendar .events_box-events .event-list .event .types span {
  text-transform: lowercase;
  color: var(--blue-color);
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  #events_calendar .events_box-events .event-list .event .types span {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/partners/uchred/style.css?17418562167391*/
@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;
}
#partners_section {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#partners_section .partners_section {
  background: rgb(241, 244, 252);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 2fr 3fr;
}
@media (width <= 1150px) {
  #partners_section .partners_section {
    grid-template-columns: 1fr;
  }
}
#partners_section .partners_section-image {
  padding: 70px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgb(223, 231, 253);
}
@media (width <= 1150px) {
  #partners_section .partners_section-image {
    justify-content: flex-start;
    border: none;
    padding: 20px 10px 30px 10px;
  }
}
@media (width <= 700px) {
  #partners_section .partners_section-image img {
    max-width: 130px !important;
  }
}
#partners_section .partners_section-image img {
  max-width: 320px;
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
#partners_section .partners_section-content {
  padding: 70px 70px 70px 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (width <= 1150px) {
  #partners_section .partners_section-content {
    padding: 20px 10px 30px 10px;
  }
}
@media (width <= 700px) {
  #partners_section .partners_section-content {
    gap: 16px;
  }
}
#partners_section .partners_section-content h5 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
@media (width <= 700px) {
  #partners_section .partners_section-content h5 {
    font-size: 28px;
  }
}
#partners_section .partners_section-content .desc {
  font-size: 20px;
  font-weight: 500;
  flex-grow: 1;
}
@media (width <= 700px) {
  #partners_section .partners_section-content .desc {
    font-size: 14px;
    line-height: 150%;
  }
}
#partners_section .partners_section-content h6 {
  font-size: 24px;
  font-weight: 700;
}
@media (width <= 700px) {
  #partners_section .partners_section-content h6 {
    font-size: 16px;
  }
}
#partners_section .partners_section-content ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 4vw, 70px);
}
@media (width <= 1150px) {
  #partners_section .partners_section-content ul {
    justify-content: flex-start;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(223, 231, 253);
  }
}
#partners_section .partners_section-content ul li {
  width: 100%;
  max-width: 280px;
}
@media (width <= 700px) {
  #partners_section .partners_section-content ul li {
    max-width: 150px;
  }
}
#partners_section .partners_section-content ul li img {
  max-width: inherit;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width <= 1150px) {
  #partners_section .partners_section-content ul li.url {
    display: none;
  }
}
#partners_section .partners_section-content ul li a {
  margin: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 600;
  color: rgb(40, 65, 123);
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
}
#partners_section .partners_section-content ul li a:hover {
  opacity: 0.6;
}
#partners_section .partners_section-content ul li a::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: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}
#partners_section .partners_section-content .link {
  display: block;
  margin: 0 auto;
}
#partners_section .partners_section-content .link a {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(40, 65, 123);
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
}
#partners_section .partners_section-content .link a:hover {
  opacity: 0.6;
}
#partners_section .partners_section-content .link a::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: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
}
@media (width >= 1150px) {
  #partners_section .partners_section-content .link {
    display: none;
  }
}/*# 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_content/templates/about/welcome_academy/style.css?17418562166701 */
/* /bitrix/templates/template_vavt/components/bitrix/menu/default_menu/style.css?174185621637 */
/* /local/components/set_content/templates/about/achievements/style.css?17418562166145 */
/* /local/components/repeat/templates/repeat/vavt_in_numbers/style.css?17418562166156 */
/* /local/components/set_content/templates/kampus/kampus_main/style.css?17418562164848 */
/* /local/components/set_content/templates/about/education/style.css?17418562164693 */
/* /local/components/set_content/templates/about/graduates/style.css?17418562167594 */
/* /local/components/set_content/templates/science/science_section/style.css?17418562166614 */
/* /local/components/set_content/templates/international/international_section/style.css?17418562165297 */
/* /local/components/set_content/templates/events/events_calendar_block/style.css?174185621611575 */
/* /local/components/set_content/templates/partners/uchred/style.css?17418562167391 */
/* /local/components/set_content/templates/forms/have_question/style.css?17418562163958 */
