

/* Start:/local/components/set_content/templates/sotrud/sotrud/style.css?17418562166598*/
@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;
}
#sotrud {
  margin-bottom: 20px;
}
@media (width <= 900px) {
  #sotrud {
    margin-bottom: clamp(70px, 15vw, 172px);
  }
}
#sotrud .sotrud {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (width <= 900px) {
  #sotrud .sotrud {
    display: flex;
    flex-direction: column-reverse;
  }
}
#sotrud .sotrud-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#sotrud .sotrud-content h1 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
  margin-bottom: 10px;
}
@media (width <= 700px) {
  #sotrud .sotrud-content h1 {
    font-size: 28px;
  }
}
#sotrud .sotrud-content .text {
  color: rgb(79, 82, 89);
  font-weight: 500;
  font-size: clamp(14px, 4vw, 20px);
  max-width: 716px;
}
#sotrud .sotrud-content .lk {
  margin-top: 50px;
  cursor: pointer;
  background: rgb(40, 65, 123);
  padding: 26px 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) {
  #sotrud .sotrud-content .lk {
    max-width: 100%;
  }
}
#sotrud .sotrud-content .lk:hover {
  background: rgb(223, 231, 253);
  color: rgb(30, 30, 30);
}
@media (width <= 700px) {
  #sotrud .sotrud-content .lk:hover, #sotrud .sotrud-content .lk:active {
    background: rgb(40, 65, 123);
    color: rgb(255, 255, 255);
  }
}
#sotrud .sotrud-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  max-height: 560px;
}
@media (width <= 700px) {
  #sotrud .sotrud-image {
    max-height: 240px;
  }
}
#sotrud .sotrud-image img {
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#sovet {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#sovet .sovet {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (width <= 900px) {
  #sovet .sovet {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
#sovet .sovet-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgb(241, 244, 252);
  padding: 60px 70px;
}
@media (width <= 1070px) {
  #sovet .sovet-content {
    padding: 30px 35px;
  }
}
@media (width <= 600px) {
  #sovet .sovet-content {
    padding: 34px 16px;
  }
}
#sovet .sovet-content h2 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
  margin-bottom: 10px;
}
@media (width <= 700px) {
  #sovet .sovet-content h2 {
    font-size: 28px;
  }
}
#sovet .sovet-content .text {
  color: rgb(79, 82, 89);
  font-weight: 500;
  font-size: clamp(14px, 4vw, 20px);
}
#sovet .sovet-content .more {
  margin-top: 50px;
  cursor: pointer;
  background: rgb(40, 65, 123);
  padding: 26px 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) {
  #sovet .sovet-content .more {
    max-width: 100%;
  }
}
#sovet .sovet-content .more:hover {
  background: rgb(223, 231, 253);
  color: rgb(30, 30, 30);
}
@media (width <= 700px) {
  #sovet .sovet-content .more:hover, #sovet .sovet-content .more:active {
    background: rgb(40, 65, 123);
    color: rgb(255, 255, 255);
  }
}
#sovet .sovet-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  max-height: 450px;
}
@media (width <= 700px) {
  #sovet .sovet-image {
    max-height: 240px;
  }
}
#sovet .sovet-image img {
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# 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/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/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 */
/* /local/components/set_content/templates/sotrud/sotrud/style.css?17418562166598 */
/* /local/components/set_content/templates/news/news_general/style.css?17418562167242 */
/* /local/components/set_content/templates/events/events_calendar_block/style.css?174185621611575 */
/* /local/components/set_content/templates/kampus/kampus_main/style.css?17418562164848 */
