

/* Start:/local/components/set_content/templates/abitur/program_list/style.css?17418562165124*/
@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;
}
#abitur {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#abitur .abitur {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 4vw, 50px);
}
#abitur .abitur h1 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#abitur .abitur-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 15px;
}
@media (width <= 600px) {
  #abitur .abitur-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#abitur .abitur-list a {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 600;
  color: rgb(40, 65, 123);
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
  background: rgb(241, 244, 252);
  padding: clamp(10px, 4vw, 30px);
  border: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  opacity: 1 !important;
  font-size: clamp(14px, 3vw, 20px);
}
#abitur .abitur-list a:hover {
  opacity: 0.6;
}
#abitur .abitur-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(14px, 4vw, 20px);
  max-width: clamp(14px, 4vw, 20px);
  min-height: clamp(14px, 4vw, 20px);
  max-height: clamp(14px, 4vw, 20px);
}
#abitur .abitur-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;
  padding: clamp(10px, 4vw, 30px);
  border: none;
}
#abitur .abitur-list a:hover:hover {
  opacity: 0.6;
}
#abitur .abitur-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);
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/components/set_content/templates/abitur/program_list/style.css?17418562165124 */
