.container-about {
  background-size: cover;
  min-height: 540px;
  width: 100%;
  display: flex;
  align-items: flex-end;

}
.title-about {
  margin-bottom: 224px;
}

.about__description {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 105px;
}

.title-secondary {
	font-family: Raleway, sans-serif;
	color: #122d4e;
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.about-info {
  padding: 80px 0;
  color: #000;
}
.about-info__description {
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  display: flex;
  color: #000;
}
.about-info__description p:first-child {
  max-width: 460px;
  margin-right: 115px;
}
.about-students {
  margin-bottom: 85px;
  color: #000;
}
.about-students__gallery {
  display: flex;
  gap: 8px;
}
.container__professions {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
.about-professions__text {
  max-width: 785px;
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
  color: #000;
}
.about__count img {
  margin-bottom: 28px;
}

.about__count p {
  width: 440px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  color: #000;
}
.about-facts__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  color: #000;
}
.about-facts__item {
  text-align: center;
}

.about-facts__item img {
  width: 132px;
  height: 132px;
}
.about-facts__subtitle {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 25px;
  text-transform: uppercase;
  justify-content: center;
}

.about-facts__subtitle span{
  font-size: 40px;
  font-weight: 400;
  margin-right: 25px;
  display: block;
  margin: 0;
  margin-top: -9px;
  margin-right: 24px;
}

.about-facts__text {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%
}
.about-facts {
  padding: 80px 0 110px;
}
.container__jobs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
.about-jobs {
  padding-bottom: 120px;
}
.about-jobs__text {
  max-width: 785px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  color: #000;
}
.about-jobs__main {
  width: 100%;
  background: url("/local/templates/dvgafk/template/img/about-academy/about-bgcover.png")no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  padding: 146px;
}

.about-professions {
  padding: 80px 0;
}
.container__rector {
  position: relative;
  display: flex;
}
.about-rector__photo {
  width: 100%;
  height: 670px;
  position: relative;
}
.about-rector__photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-rector__title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 40px;
}
.about-rector__title-small {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-rector__wrapper {
  position: absolute;
  max-width: 500px;
  height: 100%;
  top: 0;
  color: #122d4e;
  opacity: 0.8;
  background: #FFF;
  padding:  80px 40px;
  z-index: 5;
}

.about-rector__wrapper span {
  display: block;
  font-size: 15px;
  margin-bottom: 18px;
}
.about-rector__info p {
  font-size: 20px;
  font-weight: 500;
}
.about-video {
  padding: 80px 0;
}
.video-play {
  cursor: pointer;
}
.about__count {
  display: flex;
  gap: 10px;
  width: 100%;
  height: 520px;
}
.about__future-students{
  width: 100%;
}
.about__count img {
  width: 100%;
  object-fit: cover;
}
.about__future-students-text {
  width: 420px;
 margin: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.2px;
}
.container-future-students {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .about__description {
    font-size: 20px;
  }
  .about-info {
    padding: 60px 0;
  }
  .about-facts__list {
    grid-template-columns: 1fr 1fr;
  }
  .about-rector__title {
    margin-bottom: 20px;
  }
  .about-rector__wrapper {
    padding: 35px;
  }
  .about-professions {
    padding: 40px 0;
  }
  .about-jobs {
    padding-bottom: 60px;
  }
  .about-rector__photo {
    height: 560px;
  }
}
@media (max-width: 1100px) {
  .about-rector__wrapper {
    position: static;
    max-width: 100%;
    order: 2;
    background: none;
    padding: 20px 0 40px 0;
  }
  .container__rector {
    flex-direction: column;
  }
  .about-rector__photo {
    order: 1;

  }

  .about-rector__photo img {
    object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .about__count{
    height: 100%;
    flex-direction: column;
  }
  .about__count img{
    height: 500px;
    object-fit: cover;
  }

  .about__future-students-text {
    width: 100%;
  }
  .about-info {
    padding: 20px 0;
  }
  .about__description {
    margin-top: -205px!important;
  }
  .about-students {
    padding: 20px 0;
  }
  .about-info__title {
    margin-top: 30px;
  }
  .about-students {
    margin-bottom: 40px;
  }
}

  @media (max-width: 768px) {
  .about-facts__list {
    grid-template-columns: 1fr;
  }
    .container__jobs,
    .container__professions,
    .about-info__description{
      flex-direction: column;
      gap: 0;
    }
    .about-info__description p:first-child {
      max-width: 100%;
      margin-right: 0;
    }
    /*.about-professions {*/
    /*  padding: 20px;*/
    /*}*/
    .about-students {
      margin-bottom: 15px;
    }
    .about-jobs__main {
      font-size: 24px;
      padding: 60px 15px;
    }
    .about__description {
      margin-bottom: 75px;
    }
    .about-professions__text {
      font-size: 20px;
    }
    .about-facts {
      padding: 40px 0;
    }
    .about-jobs {
      padding-bottom: 40px;
    }
}

@media(max-width: 576px) {
  .about__description {
    margin-top: -240px!important;
  }
  .about-rector__photo {
    height: 100%;
  }
  .about-rector__photo img {
    height: 420px;
  }
  .about-info__title {
    margin-top: 30px!important;
  }
}

@media(max-width: 475px) {
  .about__description {
    margin-top: -300px!important;
  }
  .about__count img {
    height: 310px;
  }
}
