

/* Start:/local/components/set_content/templates/general/general_banner/style.css?17418562167503*/
@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;
}
#general-banner {
  margin-bottom: clamp(70px, 15vw, 172px);
  overflow: hidden;
}
#general-banner .general-banner .slider {
  position: relative;
  box-sizing: border-box;
}
@media (width <= 1320px) {
  #general-banner .general-banner .slider {
    overflow: hidden;
  }
}
#general-banner .general-banner .slider .swiper-slide {
  width: 100% !important;
  max-width: 100%;
}
@media (width <= 700px) {
  #general-banner .general-banner .slider .swiper-slide {
    max-height: 325px;
    min-height: 325px;
    border-radius: 10px;
    overflow: hidden;
  }
}
#general-banner .general-banner .slider .swiper-slide img {
  width: 100% !important;
  max-width: 100%;
}
@media (width <= 700px) {
  #general-banner .general-banner .slider .swiper-slide img {
    max-height: inherit;
    min-height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#general-banner .general-banner .slider .swiper-slide img.pc {
  display: block;
}
@media (width < 700px) {
  #general-banner .general-banner .slider .swiper-slide img.pc {
    display: none !important;
  }
}
#general-banner .general-banner .slider .swiper-slide img.mob {
  display: block;
}
@media (width > 700px) {
  #general-banner .general-banner .slider .swiper-slide img.mob {
    display: none !important;
  }
}
#general-banner .general-banner .slider .swiper-pagination {
  position: absolute;
  left: clamp(24px, 15vw, 75px);
  bottom: clamp(24px, 15vw, 50px);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
@media (width <= 1170px) {
  #general-banner .general-banner .slider .swiper-pagination {
    left: clamp(24px, 15vw, 50px);
    bottom: clamp(24px, 6vw, 30px);
  }
}
@media (width <= 900px) {
  #general-banner .general-banner .slider .swiper-pagination {
    left: 2.5rem;
    bottom: 2rem;
  }
}
@media (width <= 700px) {
  #general-banner .general-banner .slider .swiper-pagination {
    left: clamp(24px, 6vw, 75px);
    bottom: clamp(24px, 6vw, 40px);
  }
}
#general-banner .general-banner .slider .swiper-pagination-bullet {
  margin: 0;
  background: rgb(223, 231, 253);
}
@media (width <= 700px) {
  #general-banner .general-banner .slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
#general-banner .general-banner .slider .swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
}
#general-banner .general-banner .slider .swiper-button-prev, #general-banner .general-banner .slider .swiper-button-next {
  position: absolute;
  top: 50%;
  background: transparent;
  padding: 16px;
}
#general-banner .general-banner .slider .swiper-button-prev::after, #general-banner .general-banner .slider .swiper-button-next::after {
  display: block;
  content: "";
  background: rgb(30, 30, 30);
  -webkit-clip-path: path("M8.29279 12.7073C8.10532 12.5198 8 12.2655 8 12.0003C8 11.7352 8.10532 11.4809 8.29279 11.2933L13.9498 5.63634C14.042 5.54083 14.1524 5.46465 14.2744 5.41224C14.3964 5.35983 14.5276 5.33225 14.6604 5.33109C14.7932 5.32994 14.9248 5.35524 15.0477 5.40552C15.1706 5.4558 15.2823 5.53006 15.3762 5.62395C15.4701 5.71784 15.5443 5.82949 15.5946 5.95239C15.6449 6.07529 15.6702 6.20696 15.669 6.33974C15.6679 6.47252 15.6403 6.60374 15.5879 6.72575C15.5355 6.84775 15.4593 6.9581 15.3638 7.05034L10.4138 12.0003L15.3638 16.9503C15.5459 17.1389 15.6467 17.3915 15.6445 17.6537C15.6422 17.9159 15.537 18.1668 15.3516 18.3522C15.1662 18.5376 14.9154 18.6427 14.6532 18.645C14.391 18.6473 14.1384 18.5465 13.9498 18.3643L8.29279 12.7073Z");
          clip-path: path("M8.29279 12.7073C8.10532 12.5198 8 12.2655 8 12.0003C8 11.7352 8.10532 11.4809 8.29279 11.2933L13.9498 5.63634C14.042 5.54083 14.1524 5.46465 14.2744 5.41224C14.3964 5.35983 14.5276 5.33225 14.6604 5.33109C14.7932 5.32994 14.9248 5.35524 15.0477 5.40552C15.1706 5.4558 15.2823 5.53006 15.3762 5.62395C15.4701 5.71784 15.5443 5.82949 15.5946 5.95239C15.6449 6.07529 15.6702 6.20696 15.669 6.33974C15.6679 6.47252 15.6403 6.60374 15.5879 6.72575C15.5355 6.84775 15.4593 6.9581 15.3638 7.05034L10.4138 12.0003L15.3638 16.9503C15.5459 17.1389 15.6467 17.3915 15.6445 17.6537C15.6422 17.9159 15.537 18.1668 15.3516 18.3522C15.1662 18.5376 14.9154 18.6427 14.6532 18.645C14.391 18.6473 14.1384 18.5465 13.9498 18.3643L8.29279 12.7073Z");
  max-width: 24px !important;
  max-height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
}
#general-banner .general-banner .slider .swiper-button-prev {
  left: -3.5rem;
}
#general-banner .general-banner .slider .swiper-button-next {
  right: -3.5rem;
  rotate: 180deg;
}/*# 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/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/news/news_general/style.css?17418562167242*/
@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_list {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#news_list .header-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(32px, 4vw, 44px);
}
#news_list .header-title h1 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#news_list .header-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;
}
#news_list .header-title a:hover {
  opacity: 0.6;
}
#news_list .header-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) {
  #news_list .header-title a {
    display: none;
  }
}
@media (width >= 700px) {
  #news_list .link {
    display: none;
  }
}
#news_list .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;
}
#news_list .link a:hover {
  opacity: 0.6;
}
#news_list .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;
}
@media (width <= 700px) {
  #news_list .scrolled {
    overflow-x: scroll;
  }
}
#news_list .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_list .event-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  #news_list .event-list {
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding-bottom: 22px;
  }
}
#news_list .event-list .event {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 24px;
}
@media (width <= 700px) {
  #news_list .event-list .event {
    max-width: 250px;
    min-width: 250px;
  }
}
#news_list .event-list .event.filtered {
  display: flex;
}
#news_list .event-list .event.not-filtered {
  display: none;
}
#news_list .event-list .event .preview {
  position: relative;
  height: 100%;
  max-height: 280px;
}
@media (width <= 700px) {
  #news_list .event-list .event .preview {
    max-height: 120px;
  }
}
#news_list .event-list .event .preview img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: inherit;
  max-height: inherit;
  border-radius: 10px;
}
#news_list .event-list .event .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#news_list .event-list .event .info .title {
  color: rgb(40, 65, 123);
  font-size: 20px;
  font-weight: 700;
  flex-grow: 2;
  max-height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #news_list .event-list .event .info .title {
    font-size: 16px;
    max-height: 100%;
  }
}
@media (width <= 700px) {
  #news_list .event-list .event .info .title {
    font-size: 18px;
  }
}
#news_list .event-list .event .info .time {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  font-size: 20px;
  font-weight: 500;
  color: rgb(79, 82, 89);
}
@media (width <= 700px) {
  #news_list .event-list .event .info .time {
    font-size: 14px;
  }
}
#news_list .event-list .event .info .time::before {
  display: block;
  content: "";
  background-image: url("/upload/new-icons/calendar.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 15px;
  max-height: 15px;
  min-width: 15px;
  min-height: 15px;
}
#news_list .show-more {
  display: block;
  margin: 40px auto 0px auto;
}
@media screen and (max-width: 500px) {
  #news_list .show-more {
    margin: 24px 0 0 0;
    width: 100%;
    font-size: 16px;
    padding: 16px 32px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/general/general_postuplenie/style.css?17418562165822*/
@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;
}
#general_postuplenie {
  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 <= 1070px) {
  #general_postuplenie {
    padding: 0;
  }
  #general_postuplenie .container {
    padding: 0;
  }
}
#general_postuplenie .postuplenie_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0px, 4vw, 60px);
}
@media (width <= 1070px) {
  #general_postuplenie .postuplenie_container {
    display: flex;
    flex-direction: column-reverse;
    gap: 0px;
  }
}
#general_postuplenie .postuplenie_container-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (width <= 1070px) {
  #general_postuplenie .postuplenie_container-content {
    padding: 24px 6px 40px 6px;
  }
}
#general_postuplenie .postuplenie_container-content h4 {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#general_postuplenie .postuplenie_container-content .description {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(255, 255, 255);
  flex-grow: 1;
}
#general_postuplenie .postuplenie_container-content .items {
  display: flex;
  flex-direction: column;
}
#general_postuplenie .postuplenie_container-content .items a {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px 0;
}
#general_postuplenie .postuplenie_container-content .items a:hover {
  opacity: 0.6;
}
#general_postuplenie .postuplenie_container-content .items 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(14px, 4vw, 20px);
  max-width: clamp(14px, 4vw, 20px);
  min-height: clamp(14px, 4vw, 20px);
  max-height: clamp(14px, 4vw, 20px);
}
@media (width <= 700px) {
  #general_postuplenie .postuplenie_container-content .items a {
    padding: 24px 0;
    display: block;
  }
  #general_postuplenie .postuplenie_container-content .items a::after {
    display: inline-flex;
    margin-left: 10px;
    max-height: 12px;
    min-height: 12px;
  }
}
#general_postuplenie .postuplenie_container-image {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  max-height: 100%;
}
@media (width <= 1070px) {
  #general_postuplenie .postuplenie_container-image {
    min-height: 190px;
    max-height: 190px;
    border-radius: 0px;
  }
}
#general_postuplenie .postuplenie_container-image img {
  width: inherit;
  height: 100%;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/education/education_section/style.css?17418562167577*/
@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_section {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#education_section h5 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
  margin-bottom: clamp(12px, 4vw, 40px);
}
#education_section .education_section {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (width <= 1070px) {
  #education_section .education_section {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#education_section .education_section .programs_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: clamp(10px, 4vw, 20px);
}
@media (width <= 700px) {
  #education_section .education_section .programs_container {
    gap: 10px;
  }
}
#education_section .education_section .programs_container li {
  cursor: pointer;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  box-sizing: border-box;
  background: rgb(241, 244, 252);
  border-radius: 10px;
  transition: all 0.3s ease;
}
#education_section .education_section .programs_container li:hover, #education_section .education_section .programs_container li.active {
  background: rgb(40, 65, 123);
}
#education_section .education_section .programs_container li:hover span, #education_section .education_section .programs_container li:hover a, #education_section .education_section .programs_container li.active span, #education_section .education_section .programs_container li.active a {
  color: rgb(255, 255, 255);
}
#education_section .education_section .programs_container li span, #education_section .education_section .programs_container li a {
  height: 100%;
  width: 100%;
  padding: clamp(10px, 4vw, 30px);
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: 100%;
  color: rgb(40, 65, 123);
}
@media (width <= 700px) {
  #education_section .education_section .programs_container li span, #education_section .education_section .programs_container li a {
    font-size: 14px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(40, 65, 123);
    padding-bottom: 5px;
    opacity: 1;
    transition: all 0.3s ease;
    padding: clamp(10px, 4vw, 30px);
    opacity: 1 !important;
  }
  #education_section .education_section .programs_container li span:hover, #education_section .education_section .programs_container li a:hover {
    opacity: 0.6;
  }
  #education_section .education_section .programs_container li span::after, #education_section .education_section .programs_container 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: 14px;
    max-width: 14px;
    min-height: 14px;
    max-height: 14px;
  }
}
#education_section .education_section .more_info {
  display: flex;
  flex-direction: column;
  background: rgb(40, 65, 123);
  border-radius: 10px;
  overflow: hidden;
}
@media (width <= 1070px) {
  #education_section .education_section .more_info {
    display: none;
  }
}
#education_section .education_section .more_info img {
  width: 100%;
  height: 100%;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
#education_section .education_section .more_info .text_info {
  width: 100%;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 380px;
  color: rgb(255, 255, 255);
}
#education_section .education_section .more_info .text_info .title {
  font-size: 24px;
  font-weight: 700;
}
#education_section .education_section .more_info .text_info .text {
  font-size: 20px;
  font-weight: 500;
}
#education_section .education_section .more_info .text_info a {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 32px;
  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;
}
#education_section .education_section .more_info .text_info a:hover {
  opacity: 0.6;
}
#education_section .education_section .more_info .text_info 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;
}/*# 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/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/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/general/general_banner/style.css?17418562167503 */
/* /local/components/repeat/templates/repeat/vavt_in_numbers/style.css?17418562166156 */
/* /local/components/set_content/templates/events/events_calendar_block/style.css?174185621611575 */
/* /local/components/set_content/templates/news/news_general/style.css?17418562167242 */
/* /local/components/set_content/templates/general/general_postuplenie/style.css?17418562165822 */
/* /local/components/set_content/templates/education/education_section/style.css?17418562167577 */
/* /local/components/set_content/templates/kampus/kampus_main/style.css?17418562164848 */
/* /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/partners/uchred/style.css?17418562167391 */
/* /local/components/set_content/templates/forms/have_question/style.css?17418562163958 */
