

/* Start:/local/components/set_content/templates/struct/rectors_list/style.css?17418562169273*/
@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;
}
#rectorat {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#rectorat h1 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
  margin-bottom: 30px;
}
#rectorat .rectorat {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#rectorat .rectorat-main {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
@media (width <= 1070px) {
  #rectorat .rectorat-main {
    flex-direction: column;
    gap: 10px;
    border-radius: 0px;
  }
}
#rectorat .rectorat-main-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  max-height: 500px;
}
@media (width <= 1070px) {
  #rectorat .rectorat-main-image {
    border-radius: 10px;
    overflow: hidden;
    max-height: 300px;
  }
}
#rectorat .rectorat-main-image img {
  width: inherit;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: inherit;
}
#rectorat .rectorat-main-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(20px, 4vw, 70px);
  background: rgb(241, 244, 252);
}
@media (width <= 1070px) {
  #rectorat .rectorat-main-content {
    border-radius: 10px;
    padding: 20px;
  }
}
#rectorat .rectorat-main-content::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("/upload/new-icons/vavt-content-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 80px;
  max-height: 80px;
  min-width: 80px;
  min-height: 80px;
  top: 30px;
  right: 30px;
}
@media (width <= 1070px) {
  #rectorat .rectorat-main-content::after {
    top: 15px;
    right: 15px;
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
}
#rectorat .rectorat-main-content .position {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(79, 82, 89);
}
#rectorat .rectorat-main-content h2 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
  margin-bottom: 20px;
}
@media (width <= 700px) {
  #rectorat .rectorat-main-content h2 {
    padding-right: 50px;
  }
}
#rectorat .rectorat-main-content .description {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(79, 82, 89);
  flex-grow: 1;
  margin-bottom: 20px;
}
#rectorat .rectorat-main-content .contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(40px, 4vw, 60px);
}
@media (width <= 1070px) {
  #rectorat .rectorat-main-content .contact {
    gap: 12px;
  }
}
#rectorat .rectorat-main-content .contact a, #rectorat .rectorat-main-content .contact div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: rgb(79, 82, 89);
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
}
#rectorat .rectorat-main-content .contact a:is(a):hover, #rectorat .rectorat-main-content .contact div:is(a):hover {
  text-decoration: underline;
}
#rectorat .rectorat-main-content .contact a::before, #rectorat .rectorat-main-content .contact div::before {
  content: "";
  display: block;
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
  min-height: 16px;
}
#rectorat .rectorat-main-content .contact .phone::before {
  background-image: url("/upload/new-icons/phone.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#rectorat .rectorat-main-content .contact .email::before {
  background-image: url("/upload/new-icons/email.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#rectorat .rectorat-main-content .contact .room::before {
  background-image: url("/upload/new-icons/room.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#rectorat .rectorat-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}
@media (width <= 700px) {
  #rectorat .rectorat-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
}
#rectorat .rectorat-list .item {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 4vw, 30px);
}
#rectorat .rectorat-list .item-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 400px;
  min-width: 100%;
  min-height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
@media (width <= 700px) {
  #rectorat .rectorat-list .item-image {
    max-width: 100%;
    max-height: 200px;
    min-width: 100%;
    min-height: 200px;
  }
}
#rectorat .rectorat-list .item-image img {
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
  min-width: inherit;
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
#rectorat .rectorat-list .item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#rectorat .rectorat-list .item-content h6 {
  font-size: clamp(15px, 4vw, 20px);
  font-weight: 700;
}
#rectorat .rectorat-list .item-content .position {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(79, 82, 89);
}
#rectorat .rectorat-list .item-content .phone, #rectorat .rectorat-list .item-content .email {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: rgb(79, 82, 89);
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
}
#rectorat .rectorat-list .item-content .phone:empty, #rectorat .rectorat-list .item-content .email:empty {
  display: none;
}
#rectorat .rectorat-list .item-content .phone:is(a):hover, #rectorat .rectorat-list .item-content .email:is(a):hover {
  text-decoration: underline;
}
#rectorat .rectorat-list .item-content .phone::before, #rectorat .rectorat-list .item-content .email::before {
  content: "";
  display: block;
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
  min-height: 16px;
}
@media (width <= 700px) {
  #rectorat .rectorat-list .item-content .phone::before, #rectorat .rectorat-list .item-content .email::before {
    display: none;
  }
}
#rectorat .rectorat-list .item-content .phone::before {
  background-image: url("/upload/new-icons/phone.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#rectorat .rectorat-list .item-content .email::before {
  background-image: url("/upload/new-icons/email.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/struct/prepods_list/style.css?17418562167859*/
@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;
}
#prepods {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#prepods .prepods {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#prepods .prepods-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
#prepods .prepods-title h1 {
  color: rgb(30, 30, 30);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#prepods .prepods-title .filter-search {
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(185, 192, 213);
  display: flex;
  width: 100%;
  background: none;
  max-width: 500px;
}
#prepods .prepods-title .filter-search input {
  font-size: clamp(14px, 4vw, 18px);
  font-weight: 500;
  color: rgb(79, 82, 89);
  flex-grow: 1;
  background: none;
}
#prepods .prepods-title .filter-search button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  padding: 5px;
}
#prepods .prepods-title .filter-search button img {
  max-width: 14px;
  max-height: 14px;
  min-width: 14px;
  min-height: 14px;
}
#prepods .prepods-filter ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
}
@media (width <= 600px) {
  #prepods .prepods-filter ul {
    gap: 15px;
  }
}
@media (width <= 600px) {
  #prepods .prepods-filter ul li {
    width: 100%;
  }
}
#prepods .prepods-filter ul li label {
  cursor: pointer;
  /* для элемента label, связанного с .custom-checkbox */
}
#prepods .prepods-filter ul li label input {
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
  /* стили для чекбокса, находящегося в состоянии checked */
  /* стили для чекбокса, находящегося в состоянии disabled */
}
#prepods .prepods-filter ul li label input:checked + span::before {
  background: rgb(40, 65, 123);
  box-shadow: none;
}
#prepods .prepods-filter ul li label input:checked + span::after {
  border-color: rgb(255, 255, 255);
}
#prepods .prepods-filter ul li label input > input:disabled + span::before {
  background-color: #e9ecef;
}
#prepods .prepods-filter ul li label span {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  color: rgb(79, 82, 89);
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  position: relative;
}
#prepods .prepods-filter ul li label span::before {
  border-radius: 6px;
  content: "";
  display: block;
  background: transparent;
  width: 28px;
  height: 28px;
  box-shadow: inset 0 0 0 1px #cecece;
  border-radius: 4px;
  transition: 200ms ease-in-out all;
}
@media (width <= 700px) {
  #prepods .prepods-filter ul li label span::before {
    width: 20px;
    height: 20px;
  }
}
#prepods .prepods-filter ul li label span::after {
  position: absolute;
  display: block;
  top: 0.5rem;
  left: 0.75rem;
  content: "";
  width: 3px;
  height: 7px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(45deg);
  transition: 200ms ease-in-out all;
}
@media (width <= 700px) {
  #prepods .prepods-filter ul li label span::after {
    top: 0.25rem;
    left: 0.5rem;
  }
}
#prepods .prepods-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-auto-rows: 1fr;
  gap: 20px;
}
@media (width <= 600px) {
  #prepods .prepods-list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 10px;
  }
}
#prepods .prepods-list .item {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  overflow: hidden;
}
#prepods .prepods-list .item.hidden {
  display: none !important;
}
#prepods .prepods-list .item-image {
  width: 100%;
  height: 100%;
  max-width: 150px;
  min-width: 150px;
  max-height: 200px;
}
@media (width <= 600px) {
  #prepods .prepods-list .item-image {
    max-height: 100%;
  }
}
#prepods .prepods-list .item-image img {
  width: inherit;
  height: inherit;
  max-width: inherit;
  min-width: inherit;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#prepods .prepods-list .item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: rgb(241, 244, 252);
  padding: 20px;
  flex-grow: 1;
}
#prepods .prepods-list .item-content .name {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 700;
  color: rgb(30, 30, 30);
}
#prepods .prepods-list .item-content .position {
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  color: rgb(79, 82, 89);
}
#prepods .prepods .nothing {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(16px, 4vw, 24px);
  margin: 0 auto;
  margin-top: clamp(24px, 4vw, 100px);
  margin-bottom: clamp(24px, 4vw, 100px);
  color: rgb(79, 82, 89);
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/components/set_content/templates/struct/rectors_list/style.css?17418562169273 */
/* /local/components/set_content/templates/struct/prepods_list/style.css?17418562167859 */
