

/* Start:/local/components/set_content/templates/education/students/style.css?17418562165435*/
@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;
}
#studentas {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#studentas .studentas {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 4vw, 60px);
}
#studentas .studentas h1 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#studentas .studentas-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  grid-auto-rows: 1fr;
  gap: 20px;
}
@media (width <= 700px) {
  #studentas .studentas-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
#studentas .studentas-list a {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: clamp(12px, 4vw, 20px);
  font-weight: 600;
  color: rgb(40, 65, 123);
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
  background: rgb(241, 244, 252);
  padding: 30px;
  border-radius: 10px;
  border: none;
  opacity: 1 !important;
  text-wrap: balance;
  font-size: clamp(14px, 3vw, 20px);
}
#studentas .studentas-list a:hover {
  opacity: 0.6;
}
#studentas .studentas-list 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(12px, 4vw, 20px);
  max-width: clamp(12px, 4vw, 20px);
  min-height: clamp(12px, 4vw, 20px);
  max-height: clamp(12px, 4vw, 20px);
}
#studentas .studentas-list 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, 3vw, 20px);
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
  font-size: clamp(14px, 3vw, 20px);
  padding: 30px;
  border: none;
}
#studentas .studentas-list a:hover:hover {
  opacity: 0.6;
}
#studentas .studentas-list 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, 3vw, 20px);
  max-width: clamp(14px, 3vw, 20px);
  min-height: clamp(14px, 3vw, 20px);
  max-height: clamp(14px, 3vw, 20px);
}
@media (width <= 700px) {
  #studentas .studentas-list a:hover {
    padding: 10px;
    font-size: 12px;
  }
}
@media (width <= 700px) {
  #studentas .studentas-list a {
    padding: 10px;
    font-size: 12px;
  }
}/*# 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/education/kafedres/style.css?17418562165373*/
@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;
}
#departments_container {
  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 <= 900px) {
  #departments_container {
    padding-top: 0;
  }
  #departments_container .container {
    padding: 0;
  }
}
#departments_container .departments_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 50px;
}
@media (width <= 900px) {
  #departments_container .departments_container {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
#departments_container .departments_container-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
@media (width <= 900px) {
  #departments_container .departments_container-content {
    padding: 0 6px;
  }
}
#departments_container .departments_container-content h1 {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#departments_container .departments_container-content span {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(255, 255, 255);
  flex-grow: 1;
}
#departments_container .departments_container-content .link {
  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;
}
#departments_container .departments_container-content .link:hover {
  opacity: 0.6;
}
#departments_container .departments_container-content .link::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);
}
#departments_container .departments_container-image {
  height: 100%;
  width: 100%;
  max-height: 460px;
  border-radius: 10px;
  overflow: hidden;
}
@media (width <= 900px) {
  #departments_container .departments_container-image {
    border-radius: 0px;
    max-height: 200px;
  }
}
#departments_container .departments_container-image img {
  max-height: inherit;
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/about.faculties/faculty_list/style.css?17418562164084*/
@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;
}
#faculties {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#faculties h1 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
  margin-bottom: clamp(30px, 4vw, 40px);
}
#faculties .faculties {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 20px;
}
@media (width <= 700px) {
  #faculties .faculties {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
#faculties .faculties__item {
  background: rgb(241, 244, 252);
  padding: 40px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s ease;
}
@media (width <= 700px) {
  #faculties .faculties__item {
    padding: 20px 10px;
  }
}
#faculties .faculties__item:hover {
  background: rgb(40, 65, 123);
}
#faculties .faculties__item:hover .shortname {
  color: rgb(223, 231, 253);
}
#faculties .faculties__item:hover .fullname {
  color: rgb(255, 255, 255);
}
#faculties .faculties__item .shortname {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 700;
  color: rgb(40, 65, 123);
}
#faculties .faculties__item .fullname {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(79, 82, 89);
}/*# 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/education/career_center/style.css?17418562164974*/
@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;
}
#career_center_container {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#career_center_container .career {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (width < 1070px) {
  #career_center_container .career {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#career_center_container .career-career, #career_center_container .career-life {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 60px 40px;
  border-radius: 10px;
  background: rgb(241, 244, 252);
}
@media (width < 1070px) {
  #career_center_container .career-career, #career_center_container .career-life {
    padding: 40px 20px;
    gap: 20px;
  }
}
#career_center_container .career-career h1, #career_center_container .career-life h1 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#career_center_container .career-career span, #career_center_container .career-life span {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(79, 82, 89);
  flex-grow: 1;
  padding-bottom: 20px;
  max-width: 650px;
}
#career_center_container .career-career .link, #career_center_container .career-life .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) {
  #career_center_container .career-career .link, #career_center_container .career-life .link {
    max-width: 100%;
  }
}
#career_center_container .career-career .link:hover, #career_center_container .career-life .link:hover {
  background: rgb(223, 231, 253);
  color: rgb(30, 30, 30);
}
@media (width <= 700px) {
  #career_center_container .career-career .link:hover, #career_center_container .career-career .link:active, #career_center_container .career-life .link:hover, #career_center_container .career-life .link:active {
    background: rgb(40, 65, 123);
    color: rgb(255, 255, 255);
  }
}/*# 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/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/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 */
/* /local/components/set_content/templates/education/students/style.css?17418562165435 */
/* /bitrix/templates/template_vavt/components/bitrix/menu/default_menu/style.css?174185621637 */
/* /local/components/set_content/templates/education/kafedres/style.css?17418562165373 */
/* /local/components/set_content/templates/about.faculties/faculty_list/style.css?17418562164084 */
/* /local/components/set_content/templates/international/international_section/style.css?17418562165297 */
/* /local/components/set_content/templates/education/career_center/style.css?17418562164974 */
/* /local/components/set_content/templates/kampus/kampus_main/style.css?17418562164848 */
/* /local/components/repeat/templates/repeat/vavt_in_numbers/style.css?17418562166156 */
/* /local/components/set_content/templates/education/education_section/style.css?17418562167577 */
