

/* 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/kampus/kampus_list/style.css?17418562165034*/
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
#kampus_list {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#kampus_list h3 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#kampus_list .section_list {
  display: flex;
  flex-direction: column;
  gap: clamp(70px, 15vw, 172px);
}
#kampus_list .kampus_container {
  margin-top: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1170px) {
  #kampus_list .kampus_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 620px) {
  #kampus_list .kampus_container {
    grid-template-columns: repeat(1, 1fr);
  }
}
#kampus_list .kampus_container .kampus_element {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#kampus_list .kampus_container .kampus_element .image_container {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 325px;
  max-height: 325px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #kampus_list .kampus_container .kampus_element .image_container {
    min-height: 200px;
    max-height: 200px;
  }
}
@media screen and (max-width: 620px) {
  #kampus_list .kampus_container .kampus_element .image_container {
    min-height: 300px;
    max-height: 300px;
  }
}
#kampus_list .kampus_container .kampus_element .image_container img {
  box-sizing: border-box;
  width: inherit;
  max-width: inherit;
  height: inherit;
  min-height: inherit;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
#kampus_list .kampus_container .kampus_element .content_container {
  box-sizing: border-box;
  padding: 24px 0;
  height: 100%;
}
#kampus_list .kampus_container .kampus_element .content_container .title {
  color: var(--blue-color);
  font-family: var(--second-font);
  font-size: clamp(21px, 4vw, 16px);
  font-weight: 700;
  margin-bottom: 24px;
}
#kampus_list .kampus_container .kampus_element .content_container .description {
  color: rgb(79, 82, 89);
  font-family: "Raleway", sans-serif;
  font-size: clamp(20px, 4vw, 14px);
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/kampus/kampus_bottom/style.css?17418562166555*/
@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_bottom {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#kampus_bottom .kampus_bottom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
  gap: 20px;
}
@media (width <= 700px) {
  #kampus_bottom .kampus_bottom {
    grid-template-columns: 1fr;
  }
}
#kampus_bottom .kampus_bottom-contact, #kampus_bottom .kampus_bottom-face {
  padding: 56px 40px 40px 40px;
  border-radius: 10px;
  background: rgb(241, 244, 252);
}
@media (width <= 1070px) {
  #kampus_bottom .kampus_bottom-contact, #kampus_bottom .kampus_bottom-face {
    padding: 32px 20px 20px 20px;
  }
}
#kampus_bottom .kampus_bottom-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#kampus_bottom .kampus_bottom-contact h6 {
  font-weight: 700;
  font-size: clamp(16px, 4vw, 21px);
}
#kampus_bottom .kampus_bottom-contact .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#kampus_bottom .kampus_bottom-contact .info a.phone:hover {
  opacity: 0.7;
}
#kampus_bottom .kampus_bottom-contact .info .address, #kampus_bottom .kampus_bottom-contact .info .phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  color: rgb(79, 82, 89);
  font-weight: 500;
  font-size: clamp(14px, 4vw, 20px);
}
#kampus_bottom .kampus_bottom-contact .info .address::before, #kampus_bottom .kampus_bottom-contact .info .phone::before {
  content: "";
  display: block;
  max-width: 17px;
  max-height: 17px;
  min-width: 17px;
  min-height: 17px;
}
#kampus_bottom .kampus_bottom-contact .info .address::before {
  background-image: url("/upload/new-icons/where-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#kampus_bottom .kampus_bottom-contact .info .phone::before {
  background-image: url("/upload/new-icons/phone.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#kampus_bottom .kampus_bottom-contact .write {
  margin-top: 32px;
  cursor: pointer;
  background: rgb(40, 65, 123);
  padding: 25px 76px;
  border-radius: 10px;
  font-size: 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) {
  #kampus_bottom .kampus_bottom-contact .write {
    max-width: 100%;
  }
}
#kampus_bottom .kampus_bottom-contact .write:hover {
  background: rgb(223, 231, 253);
  color: rgb(30, 30, 30);
}
@media (width <= 700px) {
  #kampus_bottom .kampus_bottom-contact .write:hover, #kampus_bottom .kampus_bottom-contact .write:active {
    background: rgb(40, 65, 123);
    color: rgb(255, 255, 255);
  }
}
#kampus_bottom .kampus_bottom-face {
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: space-between;
}
#kampus_bottom .kampus_bottom-face .text {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(79, 82, 89);
}
#kampus_bottom .kampus_bottom-face a {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 600;
  color: rgb(40, 65, 123);
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
}
#kampus_bottom .kampus_bottom-face a:hover {
  opacity: 0.6;
}
#kampus_bottom .kampus_bottom-face a::after {
  display: block;
  content: "";
  background-image: url("/upload/new-icons/default-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: clamp(14px, 4vw, 20px);
  max-width: clamp(14px, 4vw, 20px);
  min-height: clamp(14px, 4vw, 20px);
  max-height: clamp(14px, 4vw, 20px);
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/components/set_content/templates/kampus/kampus_main/style.css?17418562164848 */
/* /local/components/set_content/templates/kampus/kampus_list/style.css?17418562165034 */
/* /local/components/set_content/templates/kampus/kampus_bottom/style.css?17418562166555 */
