/* section-banner start */

.home-banner {
  position: relative;
  margin-top: -9.85rem;
}

.home-banner-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.home-banner-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner-background img.banner-bg-mob {
  display: none;
}

.home-banner .container {
  height: 45.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10.7rem;
}

.home-banner-title {
  max-width: 45rem;
}
.home-banner-title p {
  color: #fff;
  font-size: 3.3125rem;
  line-height: normal;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.home-banner-title p span {
  font-weight: 600;
}

.home-banner-subtitle {
  margin: 2rem 0 4rem;
  display: flex;
  gap: 0.2rem;
}

.home-banner-subtitle p {
  color: #fff;
  font-size: 1.25rem;
  line-height: normal;
  font-weight: 400;
}
.home-banner-buttons {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.home-banner-button a {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  color: #153164;
  background-color: #fafafa;
  border-radius: 0.625rem;
  padding: 0.625rem;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  width: 11rem;
  font-size: 1.125rem;
  line-height: 1.563rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  text-decoration: unset;

  cursor: pointer;
  box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.15);
}

.home-banner-button a:hover {
  color: #fff;
  background-color: #00a5cf;
}
.home-banner-anchor {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  text-decoration: unset;
}
.home-banner-anchor p {
  color: #fcfcfc;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5625rem;
}
.home-banner-anchor svg {
  width: 0.5rem;
  height: 0.375rem;
}
/* section-banner end */

/* section-about start */

.home-about {
  padding: 4rem 0;
  background: rgba(126, 140, 168, 0.1);
}

.home-about .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.home-about-content {
  width: 57%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.home-about-info {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.home-about-info-title p {
  color: #153164;
  font-size: 2.5rem;
  font-style: normal;
  line-height: 2.5rem;
  font-weight: 600;
}
.home-about-info-description p {
  color: #153164;
  text-align: justify;
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
}
.home-about-info-description p span {
  font-weight: 700;
}
.home-about-facts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.home-about-facts-title p {
  color: #153164;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.home-about-facts-items {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.home-about-facts-item {
  width: 7.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.62rem;
}
.home-about-facts-item-icon {
  display: flex;
}
.home-about-facts-item-icon svg {
  width: 2.5rem;
  height: 2.5rem;
}
.home-about-facts-item-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-about-facts-item-text span {
  color: #153164;
  text-align: center;
  font-size: 1rem;
  line-height: normal;
  font-weight: 700;
}
.home-about-facts-item-text p {
  text-align: center;
  color: #153164;
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
}
.home-about-facts-item-text p span {
  font-weight: 700;
}
.home-about-img {
  width: 43%;
}
.home-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-about-img-mob {
  display: none;
}
/* section-about end */

/* section-programs start */
.home-programs {
  padding-top: 5.875rem;
}
.home-programs-title {
  margin-bottom: 3rem;
}
.home-programs-title p {
  color: #153164;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.home-programs-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.home-programs-item {
  border-radius: 1.25rem;
  padding: 1.5rem;
  height: 10.1875rem;
  position: relative;
  background: #0a2457;
  text-decoration: unset;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-programs-item:hover {
  background: #001f73;
}
.home-programs-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 2.44rem;
  background-image: url(/wp-content/themes/kazakh/img/home-page/programs-ncbs-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7.24269rem;
  height: 8.26344rem;
}
.home-programs-item-text p {
  color: #fafafa;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}
/* section-programs end */

/* section-advantages start */

.home-advantages {
  padding: 4rem 0;
  background: rgba(126, 140, 168, 0.1);
}

.home-advantages-title p {
  color: #153164;
  font-size: 2.5rem;
  line-height: 100%;
  font-weight: 600;
  /* letter-spacing: 0.125rem; */
}

.home-advantages-content-desk {
  height: 32.76188rem;
  width: 100%;
  position: relative;
}

.home-advantages-bg-logo-desk {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13.78369rem;
  height: 13.78369rem;
}

.home-advantages-bg-logo-desk img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-advantages-bg-radius {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s ease;
  border-radius: 50%;
  border: 0.104rem solid #0a2457;
}

.home-advantages-bg-radius.first {
  width: 32.76188rem;
  height: 32.76188rem;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.home-advantages-bg-radius.first.circle {
  transform: translate(-50%, -50%) rotate(0deg);
}

.home-advantages-bg-radius.second {
  width: 23.02738rem;
  height: 23.02738rem;
  transform: translate(-50%, -50%) rotate(90deg);
}

.home-advantages-bg-radius.second.circle {
  transform: translate(-50%, -50%) rotate(0deg);
}

.home-advantages-bg-radius-relative {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-advantages-bg-radius-relative img {
  position: absolute;
  width: 0.65444rem;
  height: 0.65444rem;
  object-fit: contain;
}

.home-advantages-bg-radius.first .home-advantages-bg-radius-relative img.first {
  top: -0.3rem;
  left: 16.3rem;
}

.home-advantages-bg-radius.first .home-advantages-bg-radius-relative img.second {
  top: 10.5rem;
  right: 0.7rem;
}

.home-advantages-bg-radius.first .home-advantages-bg-radius-relative img.third {
  bottom: 0rem;
  right: 13.2rem;
}

.home-advantages-bg-radius.first .home-advantages-bg-radius-relative img.fourth {
  bottom: 16.1rem;
  left: -0.4rem;
}

.home-advantages-bg-radius.second .home-advantages-bg-radius-relative img.first {
  top: 0.2rem;
  left: 7.7rem;
}

.home-advantages-bg-radius.second .home-advantages-bg-radius-relative img.second {
  bottom: 5.85rem;
  right: 1rem;
}

.home-advantages-bg-radius.second .home-advantages-bg-radius-relative img.third {
  bottom: 0.5rem;
  left: 6.9rem;
}

.home-advantages-item-desk {
  position: absolute;
  display: flex;
  justify-content: left;
  width: 0;
  transition: width 1s ease;
  overflow: hidden;
  border-radius: 5.188rem;
}

.home-advantages-item-desk.right {
  justify-content: right;
}

.home-advantages-item-desk.show {
  width: 26rem;
}

.home-advantages-item-content-desk {
  display: flex;
  align-items: center;
  padding: 0.4rem;
  padding-left: 0.7rem;
  border: 0.1rem solid rgba(126, 140, 168, 0.1);
  border-radius: 5.188rem;
  background: #0a2457;
  box-shadow: 0px 1.667px 23.339px 0px rgba(0, 0, 0, 0.15);
  width: max-content;
  height: 3rem;
}

.home-advantages-item-desk.prospective .home-advantages-item-img-desk img,
.home-advantages-item-desk.partners .home-advantages-item-img-desk img {
  border-radius: 1rem;
}

.home-advantages-item-desk.qualified {
  left: 41.5rem;
  top: -1.5rem;
}

.home-advantages-item-desk.student {
  left: 56.4rem;
  top: 9.3rem;
}

.home-advantages-item-desk.prospective {
  left: 51.3rem;
  bottom: 9.7rem;
}

.home-advantages-item-desk.modern {
  left: 44rem;
  bottom: -1.1rem;
}

.home-advantages-item-desk.educational {
  right: 45.4rem;
  bottom: 4.4rem;
}

.home-advantages-item-desk.partners {
  right: 57.5rem;
  bottom: 15.1rem;
  width: 0;
  margin: 0;
  padding: 0;
  flex-direction: row;
}

.home-advantages-item-desk.partners.show {
  width: 22.219rem;
}

.home-advantages-item-desk.internship {
  right: 44.5rem;
  top: 3.9rem;
}

.home-advantages-item-img-desk img {
  width: 1.59513rem;
  height: 1.59513rem;
  object-fit: contain;
}

.home-advantages-item-text-desk {
  padding: 0 0.7rem 0 0.6rem;
}

.home-advantages-item-text-desk p {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-advantages-item-number-desk {
  padding: 0.35rem 0;
  border-radius: 1.875rem;
  background: #fff;
  box-shadow: 0px 0px 11.669px 0px rgba(0, 0, 0, 0.25) inset;
  width: 4.21281rem;
  text-align: center;
  margin-left: 0.313rem;
}

.home-advantages-item-number-desk p {
  color: #0a2457;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.04088rem;
}

/*--------------------------------*/
.home-advantages-content-mob {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
}

.home-advantages-bg {
  width: 43.438rem;
  height: 43.438rem;
  margin-top: -0.375rem;
  margin-left: 1.5rem;
}

.home-advantages-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-advantages-bg-img-mob {
  display: none;
}

.home-advantages-item {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.home-advantages-item.reverse {
  flex-direction: row-reverse;
}

.home-advantages-item.qualified {
  right: 14.9rem;
  top: -2.6rem;
}

.home-advantages-item.student {
  right: 7.3rem;
  top: 12rem;
}

.home-advantages-item.prospective {
  right: 6.05rem;
  bottom: 12.6rem;
}

.home-advantages-item.modern {
  right: 11.84rem;
  bottom: -1.9rem;
}

.home-advantages-item.educational {
  left: 15.813rem;
  bottom: 5.3rem;
}

.home-advantages-item.partners {
  left: 5.625rem;
  bottom: 19.813rem;
  width: auto;
  margin: 0;
  padding: 0;
}

.home-advantages-item.internship {
  left: 12.5rem;
  top: 4.5rem;
}

.home-advantages-item-point {
  width: 0.813rem;
  height: 0.813rem;
}

.home-advantages-item-point img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-advantages-item-content {
  display: flex;
  align-items: center;
  padding: 0.521rem 0.5rem;
  padding-left: 1.25rem;
  border: 0.1rem solid rgba(126, 140, 168, 0.1);
  border-radius: 5.188rem;
  background: #0a2457;
  box-shadow: 0px 1.667px 23.339px 0px rgba(0, 0, 0, 0.15);
}

.home-advantages-item-img {
  width: 2rem;
  height: 2rem;
}

.home-advantages-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-advantages-item.prospective .home-advantages-item-img img,
.home-advantages-item.partners .home-advantages-item-img img {
  border-radius: 1rem;
}

.home-advantages-item-text {
  padding-left: 1.25rem;
  padding-right: 1.5rem;
}

.home-advantages-item-text p {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.03rem;
}

.home-advantages-item-number {
  padding: 0.781rem 1.25rem;
  border-radius: 1.875rem;
  background: #fff;
  box-shadow: 0px 0px 11.669px 0px rgba(0, 0, 0, 0.25) inset;
  min-width: 5.366rem;
  text-align: center;
}

.home-advantages-item-number p {
  color: #0a2457;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.052px;
}

/* section-advantages end */

/* section-study-options start */

.home-study-options .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.home-study-options-title p {
  color: #010a44;
  font-size: 2.5rem;
  line-height: 2.66625rem;
  font-weight: 600;
}
.home-study-options-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.home-study-options-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-decoration: unset;
  padding: 1.5rem;
  border-radius: 1.25rem;
  border: 0.125rem solid rgba(10, 36, 87, 0.1);
  background: #fafafa;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-study-options-item:hover {
  background: rgba(1, 10, 68, 0.08);
}
.home-study-options-item-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.home-study-options-item-title p {
  color: #010a44;
  font-size: 2rem;
  line-height: 2.11063rem;
  font-weight: 700;
}
.home-study-options-item-svg svg {
  width: 4.125rem;
  height: 4.125rem;
}
.home-study-options-item-description p {
  color: #153164;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
}
/* section-study-options end */

/* section-business-school start */
.home-business-school {
  padding: 4rem 0;
  background-image: url("/wp-content/themes/kazakh/img/home-page/license-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-business-school .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.home-business-school-title p {
  color: #fff;
  font-size: 2.5rem;
  line-height: 3.375rem;
  font-weight: 600;
}
.home-business-school-subtitle p {
  color: #fff;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 0.05331rem;
}
.home-business-school-items {
  display: grid;
  flex-direction: column;
  gap: 3rem;
}
.home-business-school-item {
  display: grid;
  flex-direction: column;
  gap: 2rem;
}
.home-business-school-item-title {
  position: relative;
}
.home-business-school-item-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 11.25rem;
  height: 0.0625rem;
  background: #fff;
}
.home-business-school-item-title p {
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 0.05331rem;
}
.home-business-school-steps {
  display: flex;
  align-items: center;
}
.home-business-school-step {
  width: 13.5625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.home-business-school-item.second .home-business-school-step {
  width: 17.75rem;
}
.home-business-school-step-title p {
  color: #fff;
  font-size: 1rem;
  line-height: normal;
  font-weight: 700;
  text-align: center;
}
.home-business-school-step-description p {
  color: #fff;
  font-size: 0.75rem;
  line-height: normal;
  font-weight: 400;
  text-align: center;
}
.home-business-school-arrow {
  display: flex;
}
.home-business-school-arrow svg {
  width: 3rem;
  height: 3rem;
}
/* section-business-school end */

/* section-news start */

.home-news-section-title {
  margin-bottom: 3rem;
}

.home-news-section-title p {
  color: #010a44;
  font-size: 2.5rem;
  line-height: 2.66625rem;
  font-weight: 600;
}

.home-news-slider {
  display: none;
  margin-top: 1.5rem;
  height: max-content;
  flex-direction: column;
}

.home-news-slider.show {
  display: flex;
}

.home-news-media-wrapper {
  display: flex;
}

.home-news-section-slide {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}

.home-news-section-post {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  text-decoration: none;
}

.home-news-section-post-discription {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24.2rem;
  height: 8.125rem;
  border-radius: 1.25rem;
  border: 2px solid rgba(10, 36, 87, 0.1);
  background: #fafafa;
  padding: 1.25rem;
  position: relative;
}

.home-news-section-post-discription h3 {
  color: rgba(1, 10, 68, 0.3);
  font-size: 0.94rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.94rem;
}

.home-news-section-post-discription p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #153164;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
}

.home-news-section-post-image {
  width: 13.125rem;
  height: 8.125rem;
  background-position: center;
  background-size: cover;
  border-radius: 1.25rem;
  box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.15);
}

.third-slide-element .home-news-section-post-discription {
  width: 29.25rem;
}

.third-slide-element .home-news-section-post-image {
  background-image: url("/wp-content/themes/kazakh/img/home-page/news-third-post.svg") !important;
  box-shadow: none;
  width: 8.125rem;
}

.home-news-section-post-arrow {
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url(/wp-content/themes/kazakh/img/home-page/news-section-arrow.svg);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0.63rem;
  right: 0.63rem;
}

.home-news-section-post:hover .home-news-section-post-arrow {
  background-image: url(/wp-content/themes/kazakh/img/home-page/news-section-arrow-hover.svg);
}

.home-news-section .container .home-news-section-swiper-scrollbar {
  position: static;
  margin-top: 2rem;
  height: 0.3rem;
  width: 100%;
}

/* section-news end */

/* section-media start */

.home-news-media {
  padding-top: 3.7rem;
  padding-bottom: 5.88rem;
  margin-bottom: -5.88rem;
  background: rgba(126, 140, 168, 0.1);
}

.home-news-media .media-tabs,
.home-news-media .media-tabs.active {
  display: none;
}

.home-news-media .media-items {
  display: none;
  margin-bottom: 0;
}

.home-news-media .media-items.active {
  display: flex;
}

.home-news-media .media-tabs-ubs {
  display: flex;
  align-items: center;
  gap: 6.2rem;
  margin-bottom: 0;
}

.home-news-media .media-tab-ubs {
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: inherit;
}

.home-news-media .media-tab-ubs p {
  color: #7e8ca8;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.66625rem;
  letter-spacing: 0.05rem;
}

.home-news-media .media-tab-ubs.active p {
  color: #010a44;
}

.home-news-media .media-items.active {
  display: flex;
  margin-top: 1.4rem;
}

.home-news-media .media-content {
  margin-top: 0;
}

.home-news-media .media-item {
  width: 24.4375rem;
  height: 17.625rem;
  border-radius: 0.625rem;
  border: 0.25rem solid rgba(10, 36, 87, 0.1);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.07);
  position: relative;
}

.home-news-media .media-item:before {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(10, 36, 87, 0.5);
  border-radius: 0.625rem;
}

.home-news-media .media-item:hover:before {
  display: block;
}

.home-news-media .media-item img,
.home-news-media .media-item iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home-news-media .media-item svg {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
}

.home-news-media .media-item:hover svg {
  display: block;
}

.home-news-media .swiper {
  height: max-content;
}

.home-news-media .container .home-media-swiper-scrollbar {
  position: static;
  margin-top: 2rem;
  height: 0.3rem;
  width: 100%;
}

.home-news-media .container .home-media-swiper-scrollbar .swiper-scrollbar-drag {
  height: 0.3rem;
  background-color: #0a2457;
}

/* section-media end */
