/* Start:/local/templates/evklead/styles.css?172183703815202*/
/*html,body[contenteditable]{overflow-x:initial}*/

.header--wrapper__top .banner-simple {
  position: relative;
  max-height: 100%;
  width: 100%;
}
.banner-simple img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.banner-simple .desk {
  display: block;
}
.banner-simple .mob {
  display: none;
}

@media (max-width: 767px) {
  .banner-simple .desk {
    display: none;
  }
  .banner-simple .mob {
    display: block;
  }
}

.heading-map_block {
  margin: 0 0 30px;
}
.heading-map_inner {
  height: 550px;
}
.heading-map_inner iframe {
  height: 550px;
}
.heading-map_inner #map {
  height: 550px;
}
.heading-map_inner #map .ymaps-2-1-79-map {
  height: 550px;
}

.page-breadcrumb {
  margin: 0 0 26px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.page-breadcrumb a {
  position: relative;
  display: block;
  padding-right: 20px;
  color: #191c21;
  text-decoration: none;
}
.page-breadcrumb a:hover {
  text-decoration: underline;
}
.page-breadcrumb a:after {
  content: "—";
  display: block;
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.page-breadcrumb span {
  display: block;
  color: #969696;
}

.page-navigation,
.inner--buttons__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  margin: 0 0 60px;
}
.inner--buttons__wrapper a,
.page-navigation_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 50%;
  height: 48px;
  padding: 0 20px;
  line-height: 48px;
  background-color: #9cc1e5;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.15s ease-in-out;
}
.page-navigation_item:hover {
  background-color: #689fc9;
  opacity: 0.8;
}
.page-navigation_item.active {
  background-color: #689fc9;
}
.page-navigation_item.active:hover {
  opacity: 1;
}

.inner--info__titlePrice,
.page_title {
  display: block;
  margin: 0 0 20px;
  line-height: 100%;
  font-size: 48px;
  font-weight: 500;
  color: #689fc9;
}

.inner--info__titlePrice + h3,
.page_text {
  display: block;
  margin: 20px 0 0;
  line-height: 120%;
  font-size: 32px;
  font-weight: 400;
  color: #13353f;
}

.d-flex {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}
.d-flex_2n {
  flex: 0 0 calc(50% - 15px);
}

.vacancy-item {
  margin: 40px 0 80px;
}
.vacancy-heading {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}
.vacancy-heading_info {
  flex: 0 0 calc(50% - 18px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.vacancy-heading_type {
  display: block;
  margin: 0 0 24px;
  line-height: 120%;
  font-size: 24px;
  font-weight: 400;
  color: #689fc9;
}
.vacancy-heading_title {
  display: block;
  margin: 0 0 24px;
  line-height: 105%;
  font-size: 58px;
  font-weight: 700;
  color: #689fc9;
}
.vacancy-heading_text {
  display: block;
  margin: 0;
  max-width: 560px;
  line-height: 140%;
  font-size: 24px;
  font-weight: 400;
  color: #13353f;
}
.vacancy-heading_btn {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 30px 0 0;
}
.vacancy-heading_btn .button {
  padding: 0 35px;
  font-size: 18px;
  font-weight: 500;
}
.vacancy-heading_img {
  flex: 0 0 calc(50% - 12px);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.vacancy-heading_img img {
  display: block;
  max-width: 100%;
  margin: 0 0 auto auto;
  border-radius: 100px 10px 10px 10px;
}
.vacancy-item_block {
  position: relative;
  margin: 40px 0 0;
}
.vacancy-item_block .d-flex_2n {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.vacancy-item_titling {
  display: block;
  margin: 0 0 35px;
  line-height: 130%;
  font-size: 36px;
  font-weight: 700;
  color: #13353f;
}
.vacancy-item_inner {
  position: relative;
  padding: 35px 50px 40px;
  width: 100%;
  background-color: #f8faff;
  border-radius: 10px;
  flex: 0 1 100%;
}
.vacancy-item_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.vacancy-item_list li {
  position: relative;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 0 0 28px;
  line-height: 130%;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.vacancy-item_list li:after {
  content: "•";
  position: absolute;
  left: 0;
  width: 28px;
  text-align: center;
  top: 0;
}
.vacancy-item_text {
  line-height: 130%;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.vacancy-item_inner br + p {
  margin: 0;
}
.vacancy-item_inner .vacancy-item_list {
  margin: 0 -15px;
}
.vacancy-item_inner .vacancy-item_list li {
  color: #13353f;
  line-height: 140%;
}
.vacancy-item_inner .vacancy-item_text {
  color: #13353f;
  line-height: 140%;
}
.vacancy-item_text p {
  margin: 10px 0 0;
}
.vacancy-item_text p:first-child {
  margin: 0;
}
.vacancy-item_text b {
  display: block;
  font-weight: 500;
}
.vacancy-item_schedule {
  margin: 10px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 120%;
}
.vacancy-item_schedule-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}
.vacancy-item_schedule p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  gap: 30px;
}
.vacancy-item_schedule span {
  display: block;
}
.vacancy-item_stickers {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}
.vacancy-item_stickers li {
  display: block;
  list-style: none;
  padding: 0 20px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  font-weight: 400;
  color: #13353f;
  background-color: #f8faff;
  border-radius: 26px;
}

.vacancy-page .main--students .h2 {
  text-align: center;
}

.main--students__wrapper .image img {
  display: block;
}

.vacancy-team {
  position: relative;
  margin: 110px 0 80px;
  padding: 70px 0 100px;
  background-color: #f8faff;
}
.vacancy-team_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
}
.vacancy-team_title {
  display: block;
  margin: 0 0 46px;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  font-weight: 600;
  color: #13353f;
}
.vacancy-team_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 56px;
}
.vacancy-team_item {
  flex: 0 0 auto;
  min-width: 150px;
}
.vacancy-team_item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  margin: 0 0 15px;
}
.vacancy-team_item-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.vacancy-team_item-text {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  font-weight: 400;
  color: #13353f;
  text-align: center;
}
.vacancy-team_img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
}
.vacancy-team_img img {
  display: block;
}

.page-inner {
  margin: 0 auto;
  max-width: 1290px;
  padding: 0 30px;
}

.vacancy-page .main--students .row {
  padding: 0;
}

.logo.text {
  width: 96px;
}
.logo.text b {
  display: block;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #13353f;
  font-weight: 900;
}
.logo.text span {
  display: block;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  color: #13353f;
  font-weight: 400;
}

@media all and (max-width: 1599px) {
  .vacancy-team_img {
    width: 250px;
    left: -30px;
  }
}
@media all and (max-width: 1367px) {
  .vacancy-team_title {
    font-size: 36px;
  }
  .vacancy-team_img {
    padding-bottom: 80px;
    padding-top: 0;
  }
}
@media all and (max-width: 1319px) {
  .inner--info__titlePrice,
  .page_title {
    font-size: 44px;
  }
  .inner--info__titlePrice + h3,
  .page_text {
    font-size: 30px;
  }
  .vacancy-team_list {
    gap: 30px;
  }
  .vacancy-team_item {
    min-width: 140px;
  }
  .vacancy-heading_title {
    font-size: 52px;
  }
  .heading-map_inner {
    height: 500px;
  }
  .heading-map_inner iframe {
    height: 500px;
  }
  .heading-map_inner #map,
  .heading-map_inner #map .ymaps-2-1-79-map {
    height: 500px;
  }
}
@media all and (max-width: 1199px) {
  .page-inner {
    padding: 0 20px;
  }
  .inner--buttons__wrapper,
  .page-navigation {
    gap: 20px;
  }
  .inner--info__titlePrice,
  .page_title {
    font-size: 40px;
  }
  .inner--info__titlePrice + h3,
  .page_text {
    font-size: 28px;
  }
  .vacancy-heading_title {
    font-size: 46px;
  }
  .vacancy-heading_type,
  .vacancy-heading_text {
    font-size: 20px;
  }
  .vacancy-item_titling {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .d-flex {
    gap: 20px;
  }
  .vacancy-item_inner {
    padding: 25px 35px 35px;
  }
  .vacancy-team {
    margin: 80px 0 60px;
    padding: 50px 0 70px;
  }
  .vacancy-team_img {
    display: none;
  }
  .vacancy-item_list li {
    font-size: 17px;
  }
  .vacancy-item_text {
    font-size: 17px;
  }
  .vacancy-item_stickers {
    gap: 20px;
  }
  .heading-map_inner {
    height: 450px;
  }
  .heading-map_inner iframe {
    height: 450px;
  }
  .heading-map_inner #map,
  .heading-map_inner #map .ymaps-2-1-79-map {
    height: 450px;
  }
}
@media all and (max-width: 1023px) {
  .page-inner {
    padding: 0 15px;
  }
  .heading-map_inner {
    height: 400px;
  }
  .heading-map_inner iframe {
    height: 400px;
  }
  .heading-map_inner #map,
  .heading-map_inner #map .ymaps-2-1-79-map {
    height: 400px;
  }
  .inner--buttons__wrapper,
  .page-navigation {
    gap: 15px;
    margin-bottom: 50px;
  }
  .inner--buttons__wrapper a,
  .page-navigation_item {
    font-size: 16px;
  }
  .inner--info__titlePrice,
  .page_title {
    font-size: 36px;
  }
  .inner--info__titlePrice + h3,
  .page_text {
    font-size: 24px;
  }
  .vacancy-heading_title {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .vacancy-heading_type {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .vacancy-heading_text {
    font-size: 18px;
  }
  .vacancy-item_titling {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .d-flex {
    gap: 15px;
  }
  .d-flex_2n {
    flex: 0 0 calc(50% - 15px / 2);
  }
  .vacancy-item {
    margin-bottom: 70px;
  }
  .vacancy-item_inner {
    padding: 24px 20px 30px;
  }
  .vacancy-item_inner .vacancy-item_list {
    margin: 0 0 0 -15px;
  }
  .vacancy-item_list li {
    font-size: 16px;
  }
  .vacancy-item_text {
    font-size: 16px;
  }
  .vacancy-item_stickers {
    gap: 10px;
  }
  .vacancy-item_stickers li {
    font-size: 16px;
    padding: 0 18px;
  }
  .vacancy-heading_btn {
    margin-top: 20px;
  }
  .vacancy-heading {
    gap: 15px;
  }
  .vacancy-heading_info {
    flex: 0 0 calc(50% - 8px);
  }
  .vacancy-heading_img {
    flex: 0 0 calc(50% - 7px);
  }
  .vacancy-team_list {
    gap: 15px;
  }
  .vacancy-team_item-text {
    font-size: 15px;
  }
  .vacancy-team {
    margin-top: 70px;
  }
}
@media all and (max-width: 992px) {
  .vacancy-team_title {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
@media all and (max-width: 767px) {
  .page-inner {
    padding: 0 10px;
  }
  .heading-map_block {
    margin-bottom: 20px;
  }
  .heading-map_inner {
    height: 320px;
  }
  .heading-map_inner iframe {
    height: 320px;
  }
  .heading-map_inner #map,
  .heading-map_inner #map .ymaps-2-1-79-map {
    height: 320px !important;
  }
  .page-breadcrumb {
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 22px;
  }
  .page-navigation {
    margin-bottom: 30px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .page-navigation_item {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    flex: 0 0 auto;
    border-radius: 6px;
    min-width: 0 !important;
  }
  .breadcrumbs {
    margin-bottom: 20px;
  }
  .inner--info__titlePrice {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .inner--info__titlePrice,
  .page_title {
    font-size: 30px;
  }
  .inner--info__titlePrice + h3,
  .page_text {
    font-size: 20px;
  }

  .vacancy-item {
    margin: 30px 0 50px;
  }

  .vacancy-heading {
    flex-direction: column-reverse;
  }
  .vacancy-heading_img {
    flex: 0 0 auto;
  }
  .vacancy-heading_img img {
    border-radius: 80px 10px 10px 10px;
  }
  .vacancy-heading_info {
    flex: 0 0 auto;
  }
  .vacancy-heading_title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .vacancy-heading_type {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .vacancy-heading_text {
    font-size: 16px;
  }
  .vacancy-heading_btn {
    margin-top: 15px;
  }
  .vacancy-item_block {
    margin: 25px 0 0;
  }
  .d-flex {
    gap: 10px;
    flex-direction: column;
  }
  .d-flex_2n {
    flex: 0 0 auto;
  }
  .vacancy-item_block .d-flex {
    gap: 25px;
  }
  .vacancy-item_titling {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .vacancy-item_inner {
    padding: 22px 10px 24px 15px;
  }
  .vacancy-item_list {
    gap: 8px;
  }
  .vacancy-item_inner .vacancy-item_list {
    margin-left: 0;
  }
  .vacancy-item_list li {
    font-size: 15px;
    line-height: 130%;
    padding-left: 18px;
  }
  .vacancy-item_list li:after {
    left: 2px;
    text-align: left;
    width: 16px;
  }
  .vacancy-item_inner .vacancy-item_list li {
    line-height: 130%;
  }
  .vacancy-item_text {
    font-size: 15px;
  }
  .vacancy-item_inner .vacancy-item_text {
    line-height: 130%;
  }
  .vacancy-item_stickers {
    gap: 6px;
  }
  .vacancy-item_stickers li {
    font-size: 15px;
    height: 36px;
    line-height: 36px;
  }

  .vacancy-team {
    margin: 40px 0 40px;
    padding: 40px 0 40px;
  }
  .vacancy-team_title {
    margin-bottom: 25px;
  }
  .vacancy-team_list {
    flex-wrap: wrap;
    gap: 20px 10px;
  }
  .vacancy-team_item {
    min-width: 0;
    flex: 0 0 calc(50% - 10px / 2);
  }
  .vacancy-team_item-text {
    font-size: 14px;
    line-height: 120%;
  }

  .logo.text {
    width: 88px;
  }
  .logo.text b {
    font-size: 14px;
    line-height: 22px;
  }
  .logo.text span {
    font-size: 17px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 630px) {
  .search--input {
    top: -6px;
  }

  .inner--buttons__wrapper a,
  .page-navigation_item {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    flex: 0 0 auto;
    border-radius: 6px;
    min-width: 0 !important;
  }
  .inner--buttons__wrapper,
  .page-navigation {
    gap: 10px;
    margin-bottom: 30px;
    justify-content: flex-start;
  }
  .inner--buttons__wrapper {
    margin: 0 -10px 25px;
    padding: 0 10px 10px;
  }

  .main--preparation__wrapper {
    flex-wrap: wrap;
    gap: 20px 10px;
  }

  #cat_235191 .main--preparation__wrapper .item,
  .main--preparation__wrapper .item {
    min-width: 0 !important;
    flex: 0 0 calc(50% - 10px / 2) !important;
  }
  .main--preparation__wrapper .item p {
    font-size: 14px;
    line-height: 120%;
    flex: 0 1 100%;
  }
  .main--preparation__wrapper .item .image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    flex: 0 0 auto;
  }
}

/* End */
/* /local/templates/evklead/styles.css?172183703815202 */
