/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

img {
  max-width: 100%;
  height: auto;
}


body {
  color: #07171D;
  font-weight: 400;
  font-family: 'Faber Sans Pro reduced';
  font-family: 'League Spartan', sans-serif;
  background-color: #F5F4FF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #07171D;
  font-family: 'Directo';
  font-weight: 700;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none
}

a,
button,
input,
textarea {
  outline: none !important;
}

.section-padding {
  padding: 80px 0;
}



/* ----------------------------------------- HEADER AREA START ------------------------ */

.header__top__content p {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: League Spartan;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}



.main__menu ul li {
  display: inline-block;
  position: relative;
}

.header__btn {
  margin-left: 67px;
}

.main__menu ul li a {
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  transition: .3s all;
  font-family: 'Faber Sans Pro';
  padding: 4px 0;
}

.social__ico__blk {
  display: flex;
  gap: 8px;
  margin-left: 30px;
}

.header__btn a {
  color: #FFF;
  text-align: center;
  font-family: League Spartan;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 100px;
  background: #3170B0;
  display: flex;
  height: 35px;
  width: 99px;
  align-items: center;
  justify-content: center;
  border: 1px solid #3170B0;
  transition: .3s all;
}

.header__btn a:hover {
  background: #fff;
  color: #3170B0;
}

.header__inner__blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.header__right__blk {
  display: flex;
  align-items: center;
}

.mega__menu {
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 22px 30px;
  display: flex;
  width: 582px;
  gap: 10px;
  transition: .3s all;
  position: absolute;
  top: 130%;
  visibility: hidden;
  opacity: 0;
  left: 0;
  z-index: 333;
}

.mega__menu__left {
  width: 225px;
  flex: 0 0 auto;
}

.mega__menu__left h4 {
  color: #000;
  font-family: League Spartan;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main__menu .main__menu__link a {
  padding: 0;
  color: #000;
  font-family: League Spartan;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin-top: 3px;
  transition: .3s all;
}

.mega_menu_right p {
  color: #000;
  font-family: League Spartan;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.header__right__blk ul li:hover>a {
  color: #3170B0;
}

.main__menu ul li:hover .mega__menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main__menu .main__menu__link a:hover {
  color: #3170B0;
}

/* ----------------------------------------- HEADER AREA END ------------------------ */


/* ----------------------------------------- HERO AREA START ------------------------ */

.header__top__area {
  background: #193828;
  padding: 14px 0;
  border-bottom: 1px solid #344F42;
}

.header__top__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__contact__blk.none__phone>a {
  font-family: Directo;
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  transition: .3s all;
  color: #fff;
}

.header__contact__blk {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__contact a {
  font-family: Faber Sans Pro;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 183px;
  background: #E3FCCF;
  border-radius: 15px 15px 15px 30px;
  height: 50px;
  color: #193828;
  transition: .3s all;
}

.header__top__text.none__phone p {
  margin: 0;
  font-family: Directo;
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #E3FCCF;
}

.header__top__left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  margin-right: 30px;
}

.header__area {
  background: #193828;
  padding: 13px 0;
}

.header__area ul {
  display: flex;
  justify-content: space-between;
}

.main__menu ul li a:hover {
  color: #099308;
}

.hero__content h1 {
  font-family: Directo;
  font-size: 70px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0em;
  text-align: left;
  color: #193828;
}

.hero__content h2 {
  font-family: Directo;
  font-size: 50px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  color: #099308;
  margin-top: 20px;
}

.hero__content p {
  font-family: HelveticaNeueCyr;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.hero__btn {
  text-align: right;
  margin-top: 30px;
}

.common__btn {
  font-family: Faber Sans Pro;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  display: inline-block;
  padding: 14px 42px;
  border-radius: 0 50px 15px 50px;
  background: #099308;
  color: #fff;
  border: 1px solid #099308;
  transition: .3s all;
}

.common__btn:hover {
  background: #fff;
  color: #099308;
}

.hero__thumb img {
  width: 100%;
}

.union__card__blk {
  padding: 15px 20px;
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 69px;
}

.union__card__text p {
  font-family: Faber Sans Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  color: #6D698C;
}

.tanlash__area {
  padding: 100px 0;
}

.hero__area {
  padding: 80px 0;
}

.section__title h3 {
  font-family: Directo;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #2D2D2D;
}

.section__title h3 span {
  color: #099308;
}

.section__title {
  margin-bottom: 60px;
}

.tanlash__img__blk {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tanlash__text h5 {
  font-family: Directo;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  color: #193828;
}

.tanlash__content p {
  font-family: Faber Sans Pro;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}

.tanlash__content {
  padding: 25px;
  border-radius: 15px;
  background: #fff;
  min-height: 225px;
}

.tanlash__img {
  height: 160px;
  width: 160px;
  display: flex;
}

.tanlash__single__inner__blk {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #D8D8D8;
}

.tanlash__bottom__blk {
  padding-top: 140px;
}

.tanlash__union__logo img {
  height: 213px;
}

.tanlash__union__content p {
  margin: 0;
  font-family: Faber Sans Pro;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}


.form__btn button {
  font-family: Faber Sans Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  height: 54px;
  padding: 11px 20px;
  width: 100%;
  border-radius: 15px 50px 15px 50px;
}

.form__check__blk {
  padding-top: 13px;
}

.form__step__blk {
  max-width: 564px;
}

.tanlash__union__content {
  background: #E3FCCF;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  display: flex;
  padding-right: 171px;
}


.rocaket_img {
  position: absolute;
  right: -65px;
  top: -81px;
}

.tanlash__union__blk {
  display: flex;
  gap: 30px;
}

.tanlash__union__logo {
  flex: 0 0 auto;
}

.puzzel__area {
  padding-top: 90px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.puzzel__icon {
  flex: 0 0 auto;
}

.puzzel__content p {
  margin: 0;
  font-family: Faber Sans Pro;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

.form__area {
  padding-top: 58px;
  background: #193828;
}

.form__content__blk h4 {
  font-family: Directo;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.form__content__blk p {
  font-family: Faber Sans Pro;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-top: 21px;
}

.single__form__step label {
  font-family: Faber Sans Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  display: block;
}

.single__form__step input {
  font-family: Faber Sans Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  padding: 12px 47px;
  border: 0;
  border-radius: 15px 50px 15px 50px;
}

.form__check__blk p {
  font-family: Faber Sans Pro;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  color: #fff;
  gap: 9px;
}

.union__about__area {
  margin-top: 140px;
}

.common__section__inner {
  padding: 80px 90px;
  background: #fff;
  border-radius: 30px;
  border-bottom-right-radius: 200px;
  margin-top: 50px;
}

.union__about__top__thumb {
  flex: 0 0 auto;
}

.union__about__top__thumb img {
  height: 179px;
}

.union__about__top__blk {
  display: flex;
  gap: 40px;
  padding-bottom: 80px;
}

.union__about__top__content h5 {
  display: inline-block;
  font-family: Directo;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  background: #E3FCCF;
  padding: 10px 60px;
  border-radius: 15px 50px;
  color: #193828;
  margin-bottom: 30px;
}

.union__about__top__content p {
  font-family: Faber Sans Pro;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #727272;
}

.union__about__title {
  max-width: 628px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.union__about__title h4 {
  font-family: Directo;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  color: #2D2D2D;
}

.union__about__img {
  height: 60px;
  width: 60px;
  flex: 0 0 auto;
}

.single__union__about__item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.union__about__text h5 {
  font-family: Directo;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  color: #2D2D2D;
}

.union__about__bottom__text p {
  font-family: Faber Sans Pro;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  color: #727272;
  margin-top: 30px;
}

.bottom__union__about__box {
  padding: 14px 25px;
  border: 3px dashed #C9C9C9;
  border-radius: 30px;
  border-bottom-right-radius: 70px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.union__about__bottom__ico img {
  height: 150px;
}

.union__about__bottom__ico {
  flex: 0 0 auto;
}

.union__about__bottom__content p {
  margin: 0;
  font-family: Faber Sans Pro;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #404040;
}

.union__about__bottom__area {
  padding-top: 50px;
}

.food__thumb {
  max-width: 387px;
  flex: 0 0 auto;
}

.food__content h4 {
  font-family: Directo;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #2D2D2D;
}

.food__list__ico {
  height: 63px;
  width: 63px;
  flex: 0 0 auto;
}

.single__food__list {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.food__list__text p {
  margin: 0;
  font-family: Faber Sans Pro;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}

.union__about__text h5 span {
  font-weight: 400;
}

.admission__text p {
  font-family: Faber Sans Pro;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}

.admission__inner__wrap .col-2 {
  width: 20%;
}

.address__thumb {
  width: 255px;
  height: 211px;
  flex: 0 0 auto;
}

.address__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  border-bottom-right-radius: 70px;
}

.addressbox__wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.address__content h4 {
  font-family: Faber Sans Pro;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
  color: #404040;
}

.address__content p {
  font-family: Faber Sans Pro;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  color: #404040;
}

.admission__area {
  margin-bottom: 56px;
}

.enroll__wrap {
  padding: 60px 0;
  background: #099308;
}

.enroll__icon {
  height: 161px;
  width: 180px;
  flex: 0 0 auto;
}

.admission__ico {
  margin-bottom: 20px;
}

.admission__title h4 {
  font-family: Directo;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 50px;
}

.admission__inner__wrap {
  position: relative;
  z-index: 1;
}

.admission__inner__wrap:before {
  position: absolute;
  left: 20px;
  top: 54px;
  height: 7px;
  width: 100%;
  content: '';
  background: #F1F1F1;
  z-index: -1;
}

.enroll__inner__wrap {
  display: flex;
  gap: 18px;
  align-items: center;
}

.advantage__icon {
  height: 53px;
  width: 53px;
  flex: 0 0 auto;
}

.advantage__cingle__blk {
  display: flex;
  align-items: center;
  gap: 20px;
}

.advantage__text p {
  font-family: Faber Sans Pro;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}

.address__content p {
  margin: 0;
  font-family: Faber Sans Pro;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #404040;
}

.single__address__box {
  display: flex;
  align-items: center;
  gap: 18px;
}

.interview__content span {
  display: inline-block;
  height: 119px;
  width: 113px;
}

.interview__content p {
  margin: 0;
  font-family: Directo;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
}

.interview__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.interview__area {
  padding-bottom: 56px;
}

.enroll__wrap .form__btn button {
  background: #E3FCCF;
  color: #193828;
}

/* ----------------------------------------- HERO AREA END ------------------------ */


/* ----------------------------------------- FOOTER AREA START ------------------------ */

.footer__area {
  background: #193828;
  padding: 25px 0;
}

.footer__left__blk h4 {
  font-family: Directo;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  color: #fff;
}

.footer__social__ico a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 12px;
  border: 1px solid #E1DEFC52;
  transition: .3s all;
}

.footer__social__ico {
  display: flex;
  gap: 7px;
}

.footer__social__ico a:hover {
  background: #099308;
  border-color: #099308;
}

.footer__inner__blk {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.header__contact a:hover {
  background: #099308;
  color: #fff;
}

.header__contact a span img {
  transition: .3s all;
}

.header__contact a:hover span img {
  filter: brightness(100);
}

.main__menu ul li.sctive a {
  font-weight: 500;
  color: #099308;
}

.union__about__bottom__area .col-lg-6 .bottom__union__about__box {
  min-height: 309px;
}

.hero__content {
  padding-top: 54px;
}

/* ----------------------------------------- FOOTER AREA END ------------------------ */





/* ----------------------------------------- MOBILE MENU AREA START ------------------------ */

.mobile__menu .mega__menu {
  position: unset;
  width: 100%;
  flex-direction: column;
  top: 0 !important;
  visibility: visible;
  opacity: 1;
  gap: 20px;
  padding: 15px;
}

.mobile__menu .header__right__blk {
  flex-direction: column;
  align-items: flex-start;
}

.mobile__menu .header__right__blk .main__menu ul li {
  margin: 0;
  display: block;
  padding: 6px 0;
  border-bottom: 1px solid #000;
}

.mobile__menu .header__right__blk .main__menu ul li a {
  display: inline-flex;
  padding: 6px 0;
  width: 100%;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #000;
}

.mobile__menu .header__right__blk .main__menu {
  width: 100%;
}

.mobile__menu .header__btn {
  margin: 20px 0;
  width: 100%;
}

.mobile__menu .social__ico__blk {
  margin-left: 0;
  justify-content: center;
  width: 100%;
}

.mobile__menu {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999;
  background: #fff;
  width: 330px;
  padding: 15px;
  padding-top: 120px;
  transition: .3s all;
  left: -100%;
}

.mobile__menu .header__btn a {
  width: 100%;
}

.close__menu {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.mobile__menu .header__right__blk .main__menu .main__menu__link a {
  border: 0;
  padding: 0;
  font-size: 14px;
  margin: 0;
}

.mobile__menu .mega_menu_right p {
  font-size: 15px;
}

.none__desk {
  display: none;
}

.open__menu {
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  color: #fff;
}

.overlay {
  position: fixed;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 555;
  transition: .5s all;
  opacity: 0.7;
}

/* ----------------------------------------- MOBILE MENU AREA END ------------------------ */



/*-------- Custom CheckBox Style Start --------*/
/* The container */
.codeplay-ck .container-ck {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.codeplay-ck .container-ck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.codeplay-ck .checkmark {
position: absolute;
top: 0;
left: 0;
height: 16px;
width: 16px;
background-color: transparent;
border: 1px solid #FFFFFF;
}



/* When the checkbox is checked, add a blue background */
.codeplay-ck .container-ck input:checked ~ .checkmark {
  background-color: transparent;
  border-color:#fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.codeplay-ck .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.codeplay-ck .container-ck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.codeplay-ck .container-ck .checkmark::after {
left: 5px;
top: 1px;
width: 5px;
height: 9px;
border: solid white;
border-width: 0 1px 1px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.codeplay-ck .container-ck p {
padding: 0;
position: relative;
top: -4px;
font-family: Faber Sans Pro;
font-size: 12px;
font-weight: 400;
line-height: 16px;
letter-spacing: 0em;
color: #fff;
margin: 0;
}

/*-------- Custom CheckBox Style Start --------*/

