

/* Start:/local/components/set_content/templates/science/main_banner/style.css?17418562165831*/
@charset "UTF-8";
@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;
}
#sсience_main {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#sсience_main .science {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (width <= 1250px) {
  #sсience_main .science {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
  }
}
#sсience_main .science-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#sсience_main .science-content h1 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#sсience_main .science-content .description {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(79, 82, 89);
}
#sсience_main .science-content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#sсience_main .science-content ul li a {
  color: rgb(40, 65, 123);
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 15px;
}
#sсience_main .science-content ul li a:hover::before {
  background: rgb(40, 65, 123);
}
#sсience_main .science-content ul li a::before {
  transition: all 0.3s ease;
  content: "";
  display: block;
  border-radius: 100%;
  border: 1px solid rgb(40, 65, 123);
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
  min-height: 16px;
}
@media (width <= 700px) {
  #sсience_main .science-content ul li a::before {
    max-width: 10px;
    max-height: 10px;
    min-width: 10px;
    min-height: 10px;
  }
}
#sсience_main .science-content .numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 40px;
}
@media (width <= 1170px) {
  #sсience_main .science-content .numbers {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (width <= 700px) {
  #sсience_main .science-content .numbers {
    gap: 10px;
  }
}
#sсience_main .science-content .numbers .item {
  padding-right: 40px;
  border-right: 1px solid rgb(223, 231, 253);
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(79, 82, 89);
}
@media (width <= 1170px) {
  #sсience_main .science-content .numbers .item {
    border: none;
    padding: 0;
  }
}
@media (width <= 700px) {
  #sсience_main .science-content .numbers .item {
    font-size: 13px;
  }
}
#sсience_main .science-content .numbers .item:last-child {
  border: none;
}
#sсience_main .science-content .numbers .item p div {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#sсience_main .science-content .numbers .item b {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 700;
  color: rgb(40, 65, 123);
}
#sсience_main .science-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (width <= 600px) {
  #sсience_main .science-image {
    max-height: 170px;
  }
}
#sсience_main .science-image img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/science/repository/style.css?174185621610680*/
@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;
}
#repository {
  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 <= 700px) {
  #repository .container {
    padding: 0;
  }
}
#repository .repository {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
#repository .repository-top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
@media (width <= 1070px) {
  #repository .repository-top {
    grid-template-columns: 1fr;
  }
}
@media (width <= 700px) {
  #repository .repository-top {
    padding: 0 6px;
  }
}
#repository .repository-top-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 700px;
}
#repository .repository-top-content h1 {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#repository .repository-top-content span {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(255, 255, 255);
}
#repository .repository-top-list {
  display: flex;
  flex-direction: column;
}
#repository .repository-top-list a {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#repository .repository-top-list a:hover {
  opacity: 0.6;
}
#repository .repository-top-list 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) {
  #repository .repository-top-list a {
    display: block;
  }
}
#repository .repository-top-list a article {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (width <= 700px) {
  #repository .repository-top-list a article {
    width: -moz-fit-content;
    width: fit-content;
  }
  #repository .repository-top-list a article span {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding-bottom: 5px;
    opacity: 1;
    transition: all 0.3s ease;
    display: block;
  }
  #repository .repository-top-list a article span:hover {
    opacity: 0.6;
  }
  #repository .repository-top-list a article span::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);
  }
  #repository .repository-top-list a article span::after {
    display: inline-block;
    margin-left: 10px;
    max-height: 12px;
    min-height: 12px;
  }
}
@media (width <= 700px) {
  #repository .repository-top-list a::after {
    display: none;
  }
}
#repository .repository-files {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 4vw, 40px);
}
#repository .repository-files h1 {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
@media (width <= 700px) {
  #repository .repository-files h1 {
    padding: 0 6px;
  }
}
#repository .repository-files-filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  gap: 20px;
}
@media (width <= 700px) {
  #repository .repository-files-filters {
    padding: 0 6px;
  }
}
#repository .repository-files-filters .tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}
#repository .repository-files-filters .tabs .item {
  cursor: pointer;
  padding-right: 14px;
  border-right: 1px solid rgb(255, 255, 255);
}
#repository .repository-files-filters .tabs .item:last-child {
  border: none;
}
@media (width <= 1070px) {
  #repository .repository-files-filters .tabs .item {
    border: 1px solid rgb(241, 244, 252);
    color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 14px 20px;
  }
  #repository .repository-files-filters .tabs .item:last-child {
    border: 1px solid rgb(241, 244, 252);
  }
}
#repository .repository-files-filters .tabs .item.active {
  color: rgb(255, 255, 255);
}
@media (width <= 1070px) {
  #repository .repository-files-filters .tabs .item.active {
    background: rgb(241, 244, 252);
    color: rgb(40, 65, 123);
  }
}
#repository .repository-files-filters .search {
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(185, 192, 213);
  display: flex;
  width: 100%;
  background: none;
  max-width: 500px;
}
#repository .repository-files-filters .search input {
  font-size: clamp(14px, 4vw, 18px);
  font-weight: 500;
  color: rgb(255, 255, 255);
  flex-grow: 1;
  background: none;
}
#repository .repository-files-filters .search button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 5px;
}
#repository .repository-files-filters .search button img {
  max-width: 14px;
  max-height: 14px;
  min-width: 14px;
  min-height: 14px;
}
#repository .repository-files-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}
@media (width <= 1530px) {
  #repository .repository-files-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 900px) {
  #repository .repository-files-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (width <= 700px) {
  #repository .repository-files-list {
    display: flex;
    overflow-x: scroll;
    padding-left: 6px;
  }
}
#repository .repository-files-list .hidden {
  display: none !important;
}
#repository .repository-files-list .item {
  background: rgb(241, 244, 252);
  padding: 25px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-height: 170px;
}
@media (width <= 700px) {
  #repository .repository-files-list .item {
    max-width: 250px;
    max-height: 100%;
    min-width: 250px;
    min-height: 100%;
    min-height: 170px;
    padding: 10px;
    max-width: 100%;
    min-width: 350px;
    max-height: 200px;
    overflow: hidden;
  }
}
#repository .repository-files-list .item .date {
  background: rgb(40, 65, 123);
  padding: 10px 16px;
  color: rgb(255, 255, 255);
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}
#repository .repository-files-list .item .date:empty {
  display: none;
}
#repository .repository-files-list .item h6 {
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 700;
  color: rgb(40, 65, 123);
  flex-grow: 1;
}
#repository .repository-files-list .item .fio {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: clamp(14px, 4vw, 20px);
  color: rgb(79, 82, 89);
}
#repository .repository-files-list .item .fio::before {
  content: "";
  display: block;
  background-image: url("/upload/new-icons/user.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 14px;
  max-height: 14px;
  min-width: 14px;
  min-height: 14px;
}
#repository .repository-files-list .item .fio:empty {
  display: none;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/science/portals/style.css?17418562165424*/
@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;
}
#portals {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#portals h1 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
  margin-bottom: 40px;
}
#portals .portals {
  display: flex;
  flex-direction: column;
}
#portals .portals .acord {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgb(223, 231, 253);
  padding: 30px 0;
}
#portals .portals .acord.active .acord-title::after {
  rotate: 180deg;
}
#portals .portals .acord.active .acord-content {
  grid-template-rows: 1fr;
}
#portals .portals .acord-title {
  cursor: pointer;
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 700;
  color: rgb(40, 65, 123);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
#portals .portals .acord-title::after {
  content: "";
  display: block;
  background-image: url("/upload/new-icons/dropdown.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
  min-height: 16px;
  transition: all 0.3s ease;
}
#portals .portals .acord-content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.3s ease;
}
#portals .portals .acord-content .content {
  padding-top: clamp(10px, 4vw, 30px);
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(79, 82, 89);
}
#portals .portals .acord-content .content ul li {
  display: flex;
  gap: 15px;
  align-items: baseline;
}
#portals .portals .acord-content .content ul li::before {
  content: "";
  display: block;
  max-width: 8px;
  max-height: 8px;
  min-width: 8px;
  min-height: 8px;
  background: rgb(40, 65, 123);
  border-radius: 10px;
}
#portals .portals .acord .content .link {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: clamp(20px, 4vw, 40px);
  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;
}
#portals .portals .acord .content .link:hover {
  opacity: 0.6;
}
#portals .portals .acord .content .link::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 */


/* Start:/local/components/set_content/templates/science/projects/style.css?17418562166007*/
@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;
}
#project {
  margin-bottom: clamp(70px, 15vw, 172px);
  padding-top: clamp(35px, 4vw, 100px);
  padding-bottom: clamp(35px, 4vw, 100px);
  background: rgb(40, 65, 123);
}
#project .project {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  gap: clamp(40px, 4vw, 100px);
}
@media (width <= 1070px) {
  #project .project {
    grid-template-columns: 1fr;
  }
}
#project .project-content {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 4vw, 40px);
  max-width: 700px;
}
#project .project-content h1 {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#project .project-content p {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(255, 255, 255);
}
#project .project-links {
  display: flex;
  flex-direction: column;
}
#project .project-links 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(255, 255, 255);
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  justify-content: space-between;
  gap: 10px;
}
#project .project-links a:hover {
  opacity: 0.6;
}
#project .project-links a::after {
  display: block;
  content: "";
  background-image: url("/upload/new-icons/default-arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: clamp(14px, 4vw, 20px);
  max-width: clamp(14px, 4vw, 20px);
  min-height: clamp(14px, 4vw, 20px);
  max-height: clamp(14px, 4vw, 20px);
}
#project .project-links a article {
  display: flex;
  align-items: center;
  gap: 10px;
}
#project .project-links a article p {
  display: flex;
  align-items: center;
  height: 100%;
}
#project .project-links a article span {
  padding-bottom: 0 !important;
}
@media (width <= 700px) {
  #project .project-links a article span {
    display: block;
    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(255, 255, 255);
    padding-bottom: 5px;
    opacity: 1;
    transition: all 0.3s ease;
  }
  #project .project-links a article span:hover {
    opacity: 0.6;
  }
  #project .project-links a article span::after {
    display: block;
    content: "";
    background-image: url("/upload/new-icons/default-arrow-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: clamp(14px, 4vw, 20px);
    max-width: clamp(14px, 4vw, 20px);
    min-height: clamp(14px, 4vw, 20px);
    max-height: clamp(14px, 4vw, 20px);
  }
  #project .project-links a article span::after {
    display: inline-block;
    margin-left: 10px;
    max-height: 12px;
    min-height: 12px;
  }
}
#project .project-links a span {
  flex-grow: 1;
}
@media (width <= 700px) {
  #project .project-links a::after {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/news/news_science/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/science/student_science/style.css?17418562166747*/
@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;
}
#student_science {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#student_science .student_science {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 4vw, 40px);
}
#student_science .student_science-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
#student_science .student_science-top h1 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#student_science .student_science-top .tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
@media (width <= 1070px) {
  #student_science .student_science-top .tabs {
    gap: 10px;
  }
}
#student_science .student_science-top .tabs-item {
  padding-right: 14px;
  border-right: 1px solid rgb(40, 65, 123);
  cursor: pointer;
}
@media (width <= 1070px) {
  #student_science .student_science-top .tabs-item {
    border: none;
    padding: 0;
  }
}
#student_science .student_science-top .tabs-item:last-child {
  border: none;
}
#student_science .student_science-top .tabs-item span {
  display: block;
  color: rgba(40, 65, 123, 0.5);
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 600;
}
@media (width <= 1070px) {
  #student_science .student_science-top .tabs-item span {
    border: 1px solid rgb(40, 65, 123);
    border-radius: 10px;
    padding: 14px 20px;
    color: rgb(40, 65, 123);
  }
}
#student_science .student_science-top .tabs-item span a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
#student_science .student_science-top .tabs-item span.active {
  color: rgb(40, 65, 123);
}
@media (width <= 1070px) {
  #student_science .student_science-top .tabs-item span.active {
    background: rgb(40, 65, 123);
    color: rgb(255, 255, 255);
  }
}
#student_science .student_science-events .event-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 400px));
  gap: 20px;
}
@media (width <= 900px) {
  #student_science .student_science-events .event-list {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: scroll;
  }
}
#student_science .student_science-events .event-list .event {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  min-height: 200px;
}
@media (width <= 900px) {
  #student_science .student_science-events .event-list .event {
    max-width: 250px;
    max-height: 100%;
    min-width: 250px;
    min-height: 100%;
  }
}
#student_science .student_science-events .event-list .event .preview {
  max-width: 100%;
  max-height: 200px;
  min-width: 100%;
  min-height: 200px;
}
@media (width <= 900px) {
  #student_science .student_science-events .event-list .event .preview {
    max-width: 100%;
    max-height: 130px;
    min-width: 100%;
    min-height: 130px;
  }
}
#student_science .student_science-events .event-list .event .preview img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: inherit;
  max-height: inherit;
  min-width: inherit;
  min-height: inherit;
}
#student_science .student_science-events .event-list .event .info {
  height: 100%;
  background: rgb(241, 244, 252);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#student_science .student_science-events .event-list .event .info-title {
  color: rgb(40, 65, 123);
  font-size: clamp(18px, 4vw, 20px);
  font-weight: 700;
  flex-grow: 1;
}
#student_science .student_science-events .event-list .event .info-ruk {
  display: flex;
  align-items: center;
  gap: 10px;
}
#student_science .student_science-events .event-list .event .info-ruk::before {
  content: "";
  display: block;
  background-image: url("/upload/new-icons/user.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 14px;
  max-height: 14px;
  min-width: 14px;
  min-height: 14px;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/science/prepare_kadr/style.css?17418562164508*/
@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;
}
#prepare_kadr {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#prepare_kadr .prepare_kadr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: clamp(30px, 10vw, 160px);
}
@media (width <= 1400px) {
  #prepare_kadr .prepare_kadr {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#prepare_kadr .prepare_kadr-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#prepare_kadr .prepare_kadr-content h1 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#prepare_kadr .prepare_kadr-content .description {
  flex-grow: 1;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(79, 82, 89);
}
#prepare_kadr .prepare_kadr-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#prepare_kadr .prepare_kadr-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;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(206, 211, 223);
}
#prepare_kadr .prepare_kadr-list a:hover {
  opacity: 0.6;
}
#prepare_kadr .prepare_kadr-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);
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/science/redact_deat/style.css?17418562165622*/
@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;
}
#redact {
  padding-top: clamp(35px, 4vw, 100px);
  padding-bottom: clamp(35px, 4vw, 100px);
  background: rgb(40, 65, 123);
}
#redact .redact {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
@media (width <= 1400px) {
  #redact .redact {
    grid-template-columns: 1fr;
  }
}
#redact .redact-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 700px;
}
#redact .redact-content h1 {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#redact .redact-content p {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(255, 255, 255);
}
#redact .redact-links {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#redact .redact-links 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(255, 255, 255);
  padding-bottom: 5px;
  opacity: 1;
  transition: all 0.3s ease;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#redact .redact-links a:hover {
  opacity: 0.6;
}
#redact .redact-links a::after {
  display: block;
  content: "";
  background-image: url("/upload/new-icons/default-arrow-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: clamp(14px, 4vw, 20px);
  max-width: clamp(14px, 4vw, 20px);
  min-height: clamp(14px, 4vw, 20px);
  max-height: clamp(14px, 4vw, 20px);
}
#redact .redact-links a article {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (width <= 700px) {
  #redact .redact-links a article span {
    display: block;
    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(255, 255, 255);
    padding-bottom: 5px;
    opacity: 1;
    transition: all 0.3s ease;
  }
  #redact .redact-links a article span:hover {
    opacity: 0.6;
  }
  #redact .redact-links a article span::after {
    display: block;
    content: "";
    background-image: url("/upload/new-icons/default-arrow-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: clamp(14px, 4vw, 20px);
    max-width: clamp(14px, 4vw, 20px);
    min-height: clamp(14px, 4vw, 20px);
    max-height: clamp(14px, 4vw, 20px);
  }
  #redact .redact-links a article span::after {
    display: inline-block;
    margin-left: 10px;
    max-height: 12px;
    min-height: 12px;
  }
}
@media (width <= 700px) {
  #redact .redact-links a::after {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/components/set_content/templates/science/main_banner/style.css?17418562165831 */
/* /local/components/set_content/templates/science/repository/style.css?174185621610680 */
/* /local/components/set_content/templates/science/portals/style.css?17418562165424 */
/* /local/components/set_content/templates/science/projects/style.css?17418562166007 */
/* /local/components/set_content/templates/news/news_science/style.css?17418562167242 */
/* /local/components/set_content/templates/science/student_science/style.css?17418562166747 */
/* /local/components/set_content/templates/science/prepare_kadr/style.css?17418562164508 */
/* /local/components/set_content/templates/science/redact_deat/style.css?17418562165622 */
