

/* Start:/local/components/set_breadcrumb/templates/vavt_breadcrumb/style.css?174185621637*/
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/employers/first_section/style.css?1741856216800*/
#first_section {
  margin-bottom: 56px;
}
@media screen and (max-width: 1070px) {
  #first_section {
    margin-bottom: 32px;
  }
}
#first_section h1 {
  position: relative;
  color: var(--blue-color);
  font-family: var(--second-font);
  font-size: 95px;
  font-weight: 700;
  margin-left: -5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1070px) {
  #first_section h1 {
    margin-left: 0px;
    margin-bottom: 24px;
    font-size: 70px;
  }
}
@media screen and (max-width: 700px) {
  #first_section h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 500px) {
  #first_section h1 {
    font-size: 40px;
  }
}
#first_section .first_section .text {
  font-family: var(--main-font);
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/faculties/faculty_list/style.css?17418562162891*/
#faculties {
  margin-bottom: 80px;
}
@media screen and (max-width: 1070px) {
  #faculties {
    margin-bottom: 55px;
  }
}
#faculties h1 {
  position: relative;
  color: var(--blue-color);
  font-family: var(--second-font);
  font-size: 95px;
  font-weight: 700;
  margin-left: -5px;
}
@media screen and (max-width: 1070px) {
  #faculties h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 700px) {
  #faculties h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 500px) {
  #faculties h1 {
    font-size: 40px;
  }
}
#faculties .faculties {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}
@media screen and (max-width: 1070px) {
  #faculties .faculties {
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  #faculties .faculties {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
#faculties .faculties__item {
  position: relative;
  overflow: hidden;
}
#faculties .faculties__item:hover .bg-image {
  transform: scale(1.2);
}
#faculties .faculties__item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  background: #fff;
  background-image: url("/upload/icons/without-bg-blue-url-arrow-right-bottom.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1070px) {
  #faculties .faculties__item::after {
    width: 50px;
    height: 50px;
  }
}
#faculties .faculties__item .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
#faculties .faculties__item .fade {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  padding: 56px 32px 62px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1070px) {
  #faculties .faculties__item .fade {
    padding: 48px 20px;
  }
}
#faculties .faculties__item .fade .shortname {
  color: #fff;
  font-family: var(--second-font);
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1070px) {
  #faculties .faculties__item .fade .shortname {
    font-size: 30px;
  }
}
@media screen and (max-width: 7000px) {
  #faculties .faculties__item .fade .shortname {
    font-size: 24px;
  }
}
#faculties .faculties__item .fade .fullname {
  color: #fff;
  font-family: var(--main-font);
  font-size: 28px;
  font-weight: 500;
  max-width: 90%;
}
@media screen and (max-width: 1070px) {
  #faculties .faculties__item .fade .fullname {
    font-size: 24px;
  }
}
@media screen and (max-width: 7000px) {
  #faculties .faculties__item .fade .fullname {
    font-size: 20px;
  }
}
#faculties .faculties__item .fade hr {
  all: initial;
  background: #fff;
  width: 100%;
  height: 4px;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/employers/second_section/style.css?17418562162631*/
#second_section {
  margin-bottom: 56px;
}
@media screen and (max-width: 1070px) {
  #second_section {
    margin-bottom: 32px;
  }
}
#second_section h1 {
  position: relative;
  color: var(--blue-color);
  font-family: var(--second-font);
  font-size: 95px;
  font-weight: 700;
  margin-left: -5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1070px) {
  #second_section h1 {
    margin-left: 0px;
    margin-bottom: 24px;
    font-size: 70px;
  }
}
@media screen and (max-width: 700px) {
  #second_section h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 500px) {
  #second_section h1 {
    font-size: 40px;
  }
}
#second_section .second_section .text {
  font-family: var(--main-font);
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
}
#second_section .second_section .text ul {
  margin-left: 2rem;
}
@media screen and (max-width: 700px) {
  #second_section .second_section .text ul {
    margin-left: 1rem;
  }
}
#second_section .second_section h4 {
  margin-top: 120px;
  color: var(--blue-color);
  font-family: var(--second-font);
  font-size: clamp(38px, 4vw, 112px);
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1070px) {
  #second_section .second_section h4 {
    margin-bottom: 24px;
    margin-top: 55px;
  }
}
#second_section .second_section .contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#second_section .second_section .contacts ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#second_section .second_section .contacts ul li {
  color: rgb(188, 188, 188);
  font-family: var(--main-font);
  font-size: clamp(14px, 4vw, 22px);
  font-weight: 500;
}
#second_section .second_section .contacts ul li:last-child {
  color: #000;
  font-family: var(--main-font);
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  max-width: 650px;
}
#second_section .second_section .contacts ul li:last-child a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
#second_section .second_section .contacts ul li:last-child a:hover {
  opacity: 0.7;
}
#second_section .second_section .contacts ul li.name {
  color: var(--blue-color);
  font-family: var(--second-font);
  font-size: clamp(14px, 4vw, 40px);
  font-weight: 700;
}
#second_section .second_section .contacts ul .messengers {
  flex-direction: row;
  gap: clamp(16px, 4vw, 32px);
}
#second_section .second_section .contacts ul .messengers li a {
  opacity: 1 !important;
}
#second_section .second_section .contacts ul .messengers li img {
  width: 100%;
  max-width: clamp(25px, 4vw, 48px);
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/repeat/templates/repeat/contacts_center/style.css?17418562162157*/
#contacts_center {
  margin-bottom: 56px;
}
@media screen and (max-width: 1070px) {
  #contacts_center {
    margin-bottom: 32px;
  }
}
#contacts_center .contacts_center .text {
  font-family: var(--main-font);
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
}
#contacts_center .contacts_center .text ul {
  margin-left: 2rem;
}
@media screen and (max-width: 700px) {
  #contacts_center .contacts_center .text ul {
    margin-left: 1rem;
  }
}
#contacts_center .contacts_center h6 {
  margin-top: 120px;
  color: var(--blue-color);
  font-family: var(--second-font);
  font-size: clamp(38px, 4vw, 112px);
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1070px) {
  #contacts_center .contacts_center h6 {
    margin-bottom: 24px;
    margin-top: 55px;
  }
}
#contacts_center .contacts_center .contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#contacts_center .contacts_center .contacts ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#contacts_center .contacts_center .contacts ul li {
  color: rgb(188, 188, 188);
  font-family: var(--main-font);
  font-size: clamp(14px, 4vw, 22px);
  font-weight: 500;
}
#contacts_center .contacts_center .contacts ul li:last-child {
  color: #000;
  font-family: var(--main-font);
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  max-width: 650px;
}
#contacts_center .contacts_center .contacts ul li:last-child a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
#contacts_center .contacts_center .contacts ul li:last-child a:hover {
  opacity: 0.7;
}
#contacts_center .contacts_center .contacts ul li.name {
  color: var(--blue-color);
  font-family: var(--second-font);
  font-size: clamp(14px, 4vw, 40px);
  font-weight: 700;
}
#contacts_center .contacts_center .contacts ul .messengers {
  flex-direction: row;
  gap: clamp(16px, 4vw, 32px);
}
#contacts_center .contacts_center .contacts ul .messengers li a {
  opacity: 1 !important;
}
#contacts_center .contacts_center .contacts ul .messengers li img {
  width: 100%;
  max-width: clamp(25px, 4vw, 48px);
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/components/set_breadcrumb/templates/vavt_breadcrumb/style.css?174185621637 */
/* /local/components/set_content/templates/employers/first_section/style.css?1741856216800 */
/* /local/components/set_content/templates/faculties/faculty_list/style.css?17418562162891 */
/* /local/components/set_content/templates/employers/second_section/style.css?17418562162631 */
/* /local/components/repeat/templates/repeat/contacts_center/style.css?17418562162157 */
