.slider {
  position: relative; }

.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  display: none !important; }

.swiper-container .swiper-slide {
  text-align: center; }
  .swiper-container .swiper-slide img {
    max-height: 715px;
    width: 100%;
    max-width: 1920px; }

.slider__navigation {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 3;
  height: 110px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px; }

.slider__navigation-control {
  border: 0;
  background-color: transparent !important;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
  padding: 11px 35px 15px;
  min-width: 215px !important;
  width: auto !important;
  height: auto !important;
  text-align: left;
  border-top: 4px solid transparent;
  color: #333333;
  cursor: pointer !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center;
  opacity: 1 !important;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .slider__navigation-control:first-of-type {
    border-radius: 8px 0 0 0 !important; }
  .slider__navigation-control:last-of-type {
    border-radius: 0 8px 0 0 !important; }
  .slider__navigation-control.active, .slider__navigation-control.swiper-pagination-bullet-active {
    border-color: #05a4ba;
    color: #05a4ba; }
  .slider__navigation-control:hover {
    border-color: #05a4ba;
    color: #05a4ba; }
  .slider__navigation-control:focus, .slider__navigation-control:active {
    outline: none; }
  .slider__navigation-control span {
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }

.slider__list {
  position: relative;
  height: 845px;
  overflow: hidden; }

.slider__item {
  position: absolute;
  opacity: 0;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  transition: 2s; }
  .slider__item.active {
    opacity: 1;
    z-index: 1; }

.slider__item-content {
  position: absolute;
  top: 60%;
  transform: translateY(-150px);
  width: 525px;
  height: 250px; }

.slider__item-title {
  font-weight: 600;
  font-style: normal;
  color: #05a4ba;
  font-size: 38px;
  margin-bottom: 22px;
  text-align: left; }

.slider__item-description {
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  text-align: left; }

.articles__list-wrapper {
  overflow: hidden;
  display: flex; }

.articles__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 25px;
  transition: .5s; }

.articles__item {
  width: 428px;
  margin-right: 18px; }
  .articles__item:last-of-type {
    margin: 0; }

.articles__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 242px;
  overflow: hidden; }
  .articles__image img {
    width: 100%; }

.articles__title {
  font-weight: bold;
  font-style: normal;
  font-size: 150%;
  margin: 14px 0 0;
  line-height: 1.4; }
  .articles__title a {
    color: #05a4ba; }
    .articles__title a:hover {
      text-decoration: none; }

.articles__description {
  font-weight: 500;
  font-style: normal;
  color: #888;
  font-size: 130%;
  margin-top: 7px;
  margin-bottom: 22px; }

.articles__date {
  font-weight: 500;
  font-style: normal;
  font-size: 130%;
  background-image: url("/images/icons/calendar-gray.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
  padding: 0 0 0 25px; }

.articles__controls {
  position: absolute;
  top: 31px;
  right: 0;
  border: 2px solid #ececec;
  border-radius: 40px;
  display: flex; }
  .articles__controls .control {
    display: inline-block;
    mask-image: url("/images/icons/chevron.png");
    -webkit-mask-image: url("/images/icons/chevron.png");
    mask-size: 9px;
    -webkit-mask-size: 9px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: #000;
    border: 2px solid #ececec;
    cursor: pointer; }
  .articles__controls .prev {
    transform: rotate(180deg);
    border-radius: 5px 0 5px 0;
    margin-top: -2px;
    padding: 20px 28px 20px 0; }
  .articles__controls .next {
    border-radius: 0 5px 0 5px;
    padding: 20px 10px 20px 17px; }
  .articles__controls .disabled {
    background-color: #999999;
    cursor: default;
    pointer-events: none; }

.ads .articles__list {
  margin-top: 0; }

.ads .articles__item {
  background-color: #ffffff;
  padding: 20px 20px;
  margin-right: 10px;
  border-radius: 7px;
  width: 280px;
  height: 160px;
  display: flex;
  flex-flow: column; }

.ads .articles__title {
  font-weight: bold;
  font-style: normal;
  font-size: 140%;
  margin: 0; }
  .ads .articles__title a {
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .ads .articles__title a:hover {
      text-decoration: underline; }

.ads .articles__date {
  margin-top: auto; }

.ads .articles__tags {
  list-style-type: none;
  margin: 17px 0 25px;
  padding: 0; }
  .ads .articles__tags .tag {
    display: inline-block;
    padding: 4px 8px;
    font-size: 115%;
    border: 1px solid #ddd;
    border-radius: 5px; }

.ads {
  position: relative;
  padding: 55px 0;
  width: 100%; }

.ads__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 40px 0 15px; }

.ads__nav-link {
  text-decoration: none;
  font-size: 140%;
  font-weight: 600;
  font-style: normal;
  margin-right: 5px;
  padding: 12px 18px;
  border-radius: 5px;
  color: #333333; }
  .ads__nav-link--active {
    background-color: #05a4ba;
    color: #ffffff !important; }

.announcements {
  width: 100%;
  padding: 55px 0; }
  .announcements .site-header {
    margin-bottom: 27px; }
  .announcements .announcements__calendar {
    width: 420px;
    margin-bottom: 20px; }

.announce {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }

.announce__title {
  font-weight: 600;
  font-style: normal;
  margin: 0 0 10px;
  font-size: 160%; }
  .announce__title a {
    color: #05a4ba; }

.announce__description {
  font-weight: 500;
  font-style: normal;
  margin: 0 0 20px;
  font-size: 130%;
  display: block; }

.announce_date {
  font-weight: 500;
  font-style: normal;
  font-size: 130%;
  background-image: url("/images/icons/calendar-gray.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
  padding: 0 0 0 25px;
  margin-right: 15px; }

.announce_location {
  font-weight: 500;
  font-style: normal;
  font-size: 130%;
  background-image: url("/images/icons/pin.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
  padding: 0 0 0 25px; }

.announce__more-link {
  font-weight: 600;
  font-style: normal;
  color: #05a4ba;
  font-size: 160%; }

.announcements__wrapper {
  display: flex;
  align-items: flex-start; }

.announcements__list {
  width: 850px;
  margin-left: 45px; }

.faculties-wrapper {
  background-color: #ffffff;
  padding: 35px 0;
  display: flex; }

.faculties__list {
  background-image: url("/images/logo/logo-short.png");
  background-repeat: no-repeat;
  background-position: 38px 46px;
  background-size: contain;
  padding-left: 320px;
  background-size: 205px;
  min-height: 237px;
  padding-top: 35px;
  display: flex;
  flex-flow: wrap; }

.faculty {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 58px;
  font-weight: 600;
  font-style: italic;
  font-size: 140%;
  text-transform: uppercase;
  padding-left: 66px;
  display: inline-flex;
  color: #333333;
  padding-top: 5px; }
  .faculty:hover {
    color: #05a4ba; }
  .faculty--found {
    order: 1;
    width: 230px;
    background-image: url("/images/faculties/found.png"); }
  .faculty--fiep {
    order: 4;
    width: 230px;
    background-image: url("/images/faculties/fiep.png"); }
  .faculty--vshm {
    order: 7;
    width: 230px;
    background-image: url("/images/faculties/wshm.png"); }
  .faculty--af {
    order: 2;
    width: 270px;
    background-image: url("/images/faculties/af.png"); }
  .faculty--fict {
    order: 5;
    width: 270px;
    background-image: url("/images/faculties/fict.png"); }
  .faculty--iyal {
    order: 8;
    width: 270px;
    background-image: url("/images/faculties/iyal.png"); }
  .faculty--ippk {
    order: 3;
    width: 300px;
    background-image: url("/images/faculties/ippk.png"); }
  .faculty--fmen {
    order: 6;
    width: 300px;
    background-image: url("/images/faculties/fmen.png"); }
  .faculty--mpf {
    order: 9;
    width: 300px;
    background-image: url("/images/faculties/mpf.png"); }

.news-wrapper {
  background-color: #ffffff; }

.news {
  padding: 43px 0;
  position: relative;
  width: 100%; }

.organization-training {
  background-image: url("/images/bg/bg-1.png");
  background-color: #1d869e;
  background-position: center;
  background-size: cover;
  display: flex; }
  .organization-training .container {
    align-items: center; }

.organization-training__col {
  background-repeat: no-repeat;
  background-position: 10px center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 138px; }
  .organization-training__col.enrollee {
    margin-right: 140px;
    background-image: url("/images/enrollee.png");
    background-size: 70px;
    padding-left: 107px; }
  .organization-training__col.distance {
      background-image: url("/images/phone.png");
   /* background-image: url("/images/tuoa.png");*/
    /*background-image: url("/images/distance.png");*/
	background-size: 60px;
    padding-left: 94px; 
    margin-right: 140px;
}
  .organization-training__col.essenov {
      background-image: url("/images/m_fond.png");
   /* background-image: url("/images/tuoa.png");*/
    /*background-image: url("/images/distance.png");*/
        background-size: 60px;
    padding-left: 94px; }

  .organization-training__col.ai-sana {
    background-image: url("/images/ai-sana.png");
    background-size: 90px;          
    padding-left: 107px;
}

.organization-training__title {
  font-weight: bold;
  font-style: normal;
  color: #ffffff;
  font-size: 200%;
  display: block;
  margin-bottom: 8px;
  text-decoration: none; }
  .organization-training__title:hover {
    text-decoration: underline;
    color: #ffffff; }

.organization-training__phone {
  font-weight: 600;
  font-style: normal;
  color: #c8f9ff;
  font-size: 210%; }

.parasat-wrapper {
  background-color: #ffffff;
  padding: 36px 0; }

.parasat__list {
  margin-top: 24px;
  display: flex;
  width: 100%;
  align-items: flex-start; }
  .parasat__list .current {
    width: 772px;
    margin-right: 2px;
    box-shadow: 0 0 32px -5px #d9d9d9; }
    .parasat__list .current video {
      width: 100%;
      border-radius: 8px; }
  .parasat__list .parasat__col {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    margin-left: 15px; }
  .parasat__list .parasat__item-3 {
    width: 300px;
    height: 137px; }
    .parasat__list .parasat__item-3 img {
      width: 100%; }
  .parasat__list .parasat__item-2 {
    width: 216px;
    height: 212px; }
    .parasat__list .parasat__item-2 img {
      width: 160px; }
  .parasat__list .parasat__item-1 {
    width: 216px;
    height: 434px; }
    .parasat__list .parasat__item-1 img {
      width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px; }
  .parasat__list .parasat__item {
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 5px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 12px; }
    .parasat__list .parasat__item a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }

.resources {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 45px 0 55px;
  width: 100%; }

.resource {
  width: 255px;
  height: 220px;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-flow: column;
  margin-top: 10px;
  border-radius: 5px;
  text-decoration: none;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  color: #333333; }
  .resource:hover {
    color: #05a4ba; }
  .resource img {
    width: 90px;
    margin: 50px 0 25px; }
  .resource span {
    display: block;
    font-weight: 600;
    font-style: normal;
    font-size: 140%;
    width: 150px; }

.search-programm-wrapper {
  background-image: url("/images/bg/bg-2.png");
  background-color: #1d869e;
  background-position: top center;
  background-size: cover;
  width: 100%;
  padding-top: 54px;
  padding-bottom: 0; }
  .search-programm-wrapper .container {
    background-image: url(/images/bg/boy.png); 
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: contain; }

.search-programm {
  width: 900px; }

.search-programm__form {
  width: 100%; }
  .search-programm__form::before {
    top: 22px;
    right: 27px; }
  .search-programm__form .search-programm-input {
    width: 100%;
    padding: 23px 30px;
    border-radius: 32px; }

.search-programm__title {
  margin: 0 0 20px;
  color: #fff;
  font-size: 295%;
  font-weight: 500;
  font-style: normal; }

.search-programm__description {
  font-size: 172%;
  color: #ffffff;
  margin: 0 0 31px; }

.search-programm__categories {
  display: flex;
  align-items: flex-start;
  margin-top: 34px;
  margin-bottom: 40px; }

.search-programm__category {
  margin-right: 50px; }
  .search-programm__category .group-name {
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    font-size: 165%;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px; }
  .search-programm__category li::marker {
    color: #ffffff; }
  .search-programm__category a {
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    font-size: 145%;
    margin-bottom: 12px;
    display: block; }
    .search-programm__category a:hover {
      text-decoration: none; }

.search-programms__more {
  font-size: 200%;
  color: #ffffff; }

.stats-wrapper {
  background-image: url("/images/bg/bg-2.png");
  background-position: center;
  background-size: cover; }

.stats {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
  padding: 50px 0 38px; }

.stat {
  text-align: center;
  color: #ffffff; }

.stat__value {
  font-size: 740%;
  line-height: 1;
  display: block;
  margin-bottom: 7px;
  font-weight: bold;
  font-style: normal; }

.stat__name {
  font-size: 160%;
  margin-top: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal; }

.p_photo{float: left; margin: 0 5px 5px 0; width: 100px; padding: 5px; border: solid 1px #D3D3D3;}

