.container {
  width: 100%;
  max-width: 1402px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

.bcg-main-sec {
  background: linear-gradient(#292929, #353629, #414329, #595C29, #898F2A, #B9C32A, #E9F62A);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding-bottom: 67px;
  border-radius: 0 0 50px 50px;
  z-index: 3;
}
@media (max-width: 768px) {
  .bcg-main-sec {
    padding-bottom: 53px;
    border-radius: 0 0 30px 30px;
  }
}
.bcg-main-sec:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background-image: url(../../../assets/images/bcg_header.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .bcg-main-sec:after {
    width: 100%;
    background-image: url(../../../assets/images/bcg_header_mobile.png);
  }
}

.btn_free_consultation {
  display: none !important;
}
@media (max-width: 768px) {
  .btn_free_consultation {
    display: flex !important;
  }
}

.main-sec {
  margin-top: -60px;
  margin-bottom: 60px;
  z-index: 1;
	padding-top: 250px;
}
@media (max-width: 991px) {
  .main-sec {
    margin-top: 0;
    padding-top: 170px;
  }
}
@media (max-width: 768px) {
  .main-sec {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.main-sec .h1 {
  color: #fff;
  display: block;
}
@media(max-width: 1290px){
	.main-sec .h1{
		width: 70%;
	}
}
@media(max-width: 991px){
	.main-sec .h1{
		width: 100%;
	}
}
/* .main-sec .h1.visible span {
  top: 0.8rem;
  animation: 0.3s swift-up ease-in-out forwards;
  overflow: hidden;
} */
.main-sec .h1.visible i {
  font-style: normal;
  position: relative;
/*   top: 5rem;
  animation: 0.5s swift-up ease-in-out forwards; */
}
/* .main-sec .h1.visible span:nth-of-type(1) i:nth-of-type(1) {
  animation-delay: 0s;
}
.main-sec .h1.visible span:nth-of-type(1) i:nth-of-type(2) {
  animation-delay: 0.1s;
}
.main-sec .h1.visible span:nth-of-type(2) i:nth-of-type(1) {
  animation-delay: 0.3s;
}
.main-sec .h1.visible span:nth-of-type(2) i:nth-of-type(2) {
  animation-delay: 0.4s;
} */
@media (max-width: 410px) {
  .main-sec .h1.visible span:nth-of-type(2) i:nth-of-type(2) {
    margin-left: 35px;
  }
}
.main-sec .h1.visible span:nth-of-type(2) br {
  display: none;
}
@media (max-width: 410px) {
  .main-sec .h1.visible span:nth-of-type(2) br {
    display: block;
  }
}
.main-sec .h1.visible span:nth-of-type(3) i:nth-of-type(1) {
  animation-delay: 0.5s;
}
.main-sec .h1.visible span:nth-of-type(3) i:nth-of-type(2) {
  animation-delay: 0.6s;
}
.main-sec .h1 span {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.main-sec .h1 span br:nth-of-type(2){
	display: none;
}
@media (max-width: 768px) {
  .main-sec .h1 span {
    margin-bottom: 0;
  }
}
@media (max-width: 505px) {
	  .main-sec .h1 span br:nth-of-type(2){
		display: none;
	}
}
.main-sec .h1 span i {
  font-style: normal;
}
.main-sec .h1 span:last-of-type {
  margin-bottom: 0;
}
.main-sec .h1 span i{
  font-weight: 800;
  font-size: 200px;
  line-height: 126px;
}
.main-sec .h1 span{
	line-height: 96px;
  	font-size: 155px;
}
@media (max-width: 1060px) {
  .main-sec .h1 span i {
    font-size: 155px;
    line-height: 62px;
  }
}
@media (max-width: 505px) {
  .main-sec .h1 span i {
    font-size: 120px;
    line-height: 40px;
  }
}
@media (max-width: 455px) {
  .main-sec .h1 span i {
    font-size: 90px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .main-sec .h1 span:first-of-type {
    font-size: 180px;
    line-height: 80px;
  }
}
@media (max-width: 455px) {
  .main-sec .h1 span:first-of-type {
    font-size: 80px;
    line-height: 80px;
  }
}
.main-sec .h1 span i:nth-of-type(2) {
  margin-left: 20px;
}
@media (max-width: 1060px){
	.main-sec .h1 span i:nth-of-type(2) {
	  margin-left: 0px;
	}
}
.main-sec .h1 span i:nth-of-type(3) {
  font-weight: 700;
  font-size: 120px;
  line-height: 90px;
  margin-left: 150px;
}
@media(max-width: 1295px){
	.main-sec .h1 span i:nth-of-type(3) {
	  font-size: 95px;
	  line-height: 50px;
	  margin-left: 50px;
	}
}
@media(max-width: 1050px){
	.main-sec .h1 span i:nth-of-type(3) {
	  font-size: 80px;
	  line-height: 45px;
	  margin-left: 40px;
	}
}
/* @media (max-width: 991px) {
  .main-sec .h1 span i:nth-of-type(3) {
    font-size: 70px;
    line-height: 45px;
    margin-left: 35px;
  }
} */
/* @media (max-width: 800px) {
  .main-sec .h1 span i:nth-of-type(3) {
    font-size: 90px;
    line-height: 70px;
  }
} */
@media (max-width: 768px) {
  .main-sec .h1 span i:nth-of-type(3) {
    font-size: 70px;
    line-height: 40px;
    margin-left: 35px;
  }
}
@media (max-width: 505px) {
  .main-sec .h1 span i:nth-of-type(3) {
    font-size: 60px;
    line-height: 30px;
    margin-left: 25px;
  }
}
@media (max-width: 455px) {
  .main-sec .h1 span i:nth-of-type(3) {
    font-size: 50px;
    line-height: 30px;
    margin-left: 15px;
  }
}
@media (max-width: 365px) {
  .main-sec .h1 span i:nth-of-type(3) {
    font-size: 45px;
    line-height: 30px;
    margin-left: 13px;
  }
}
.main-sec .h1 span i:nth-of-type(4) {
  font-weight: 700;
  font-size: 120px;
  line-height: 90px;
  margin-left: 20px;
}
@media(max-width: 1295px){
	.main-sec .h1 span i:nth-of-type(4) {
	  font-size: 95px;
	  line-height: 50px;
	  margin-left: 20px;
	}
}
@media(max-width: 1050px){
	.main-sec .h1 span i:nth-of-type(4) {
	  font-size: 80px;
	  line-height: 45px;
	  margin-left: 40px;
	}
}
.main-sec .h1 span i:nth-of-type(5) {
  font-weight: 700;
  font-size: 120px;
  line-height: 90px;
  margin-left: 5px;
}
@media(max-width: 1060px){
	.main-sec .h1 span i:nth-of-type(5) {
	  font-size: 95px;
	  line-height: 87px;
	  margin-left: 5px;
	}
}
@media(max-width: 505px){
	.main-sec .h1 span i:nth-of-type(5) {
	  font-size: 75px;
	  line-height: 45px;
	  margin-left: 0px;
	}
}
@media(max-width: 400px){
	.main-sec .h1 span i:nth-of-type(5) {
	  font-size: 65px;
	  line-height: 35px;
	  margin-left: 0px;
	}
}
.main-sec .h1 span i:nth-of-type(6) {
  font-weight: 700;
  font-size: 120px;
  line-height: 90px;
  margin-left: 20px;
}
@media(max-width: 1060px){
	.main-sec .h1 span i:nth-of-type(6) {
	  font-size: 95px;
	  line-height: 87px;
	  margin-left: 5px;
	}
}
@media(max-width: 505px){
	.main-sec .h1 span i:nth-of-type(6) {
	  font-size: 75px;
	  line-height: 45px;
	  margin-left: 5px;
	}
}
@media(max-width: 400px){
	.main-sec .h1 span i:nth-of-type(6) {
	  font-size: 65px;
	  line-height: 35px;
	}
}
@media (max-width: 410px) {
  .main-sec .h1 span i:nth-of-type(2) {
    line-height: 40px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .main-sec .h1 span i:nth-of-type(4) {
    font-size: 80px;
    line-height: 50px;
	  margin-left: 0;
  }
}
/* @media (max-width: 800px) {
  .main-sec .h1 span i:nth-of-type(4) {
    font-size: 70px;
    line-height: 50px;
  }
} */
@media (max-width: 768px) {
  .main-sec .h1 span i:nth-of-type(4) {
    font-size: 70px;
    line-height: 40px;
    margin-left: 35px;
  }
}
@media (max-width: 560px) {
  .main-sec .h1 span i:nth-of-type(4) {
    font-size: 70px;
    line-height: 40px;
    margin-left: 0px;
  }
}
@media (max-width: 530px) {
  .main-sec .h1 span i:nth-of-type(4) {
    font-size: 60px;
    line-height: 30px;
  }
}
@media (max-width: 455px) {
  .main-sec .h1 span i:nth-of-type(4) {
    font-size: 50px;
    line-height: 30px;
  }
}
@media (max-width: 365px) {
  .main-sec .h1 span i:nth-of-type(4) {
    font-size: 45px;
    line-height: 30px;
  }
}
.main-sec__right {
  margin-top: 121px;
}
@media (max-width: 1290px) {
  .main-sec__right {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .main-sec__right {
    width: 100%;
    margin-top: 75px;
  }
}
.main-sec__right ul {
  margin-bottom: 52px;
}
@media (max-width: 768px) {
  .main-sec__right ul {
    margin-bottom: 0px;
  }
}
.main-sec__right ul li {
  position: relative;
  font-weight: 400;
  font-size: 30px;
  line-height: 20px;
  color: #F6F6F4;
  letter-spacing: 5%;
  margin-bottom: 12px;
  padding-right: 14px;
  text-transform: lowercase;
  text-align: end;
}
@media (max-width: 768px) {
  .main-sec__right ul li {
    line-height: 15px;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
}
.main-sec__right ul li:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 18px;
  background-color: #F6F6F4;
}
@media (max-width: 768px) {
  .main-sec__right .btn {
    display: none;
  }
}

.scrolling-text {
  background-color: #292929;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .scrolling-text {
    padding: 6px 0 7px;
  }
}
.scrolling-text span {
  font-family: "MensealRegular";
  font-weight: 500;
  font-size: 60px;
  line-height: 96px;
  color: #E9F62A;
}
@media (max-width: 768px) {
  .scrolling-text span {
    font-size: 50px;
    line-height: 60px;
  }
}

.merq {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .merq {
    padding: 35px 0;
  }
}
.merq .marquee {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.merq .marquee .data {
  display: flex;
  align-items: center;
  column-gap: 60px;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .merq .marquee .data {
    padding-left: 0px;
    column-gap: 35px;
  }
}
.merq .marquee .data p {
  font-family: "MensealRegular";
  color: #E9F62A;
  font-size: 60px;
  font-weight: 500;
  line-height: 96px;
}
@media (max-width: 768px) {
  .merq .marquee .data p {
    font-size: 40px;
    line-height: 65px;
  }
}
@media (max-width: 400px) {
  .merq .marquee .data p {
    font-size: 35px;
    line-height: 55px;
  }
}
.merq .marquee .data p span {
  text-transform: uppercase;
  margin-right: 45px;
}

.courses-wrapper .courses-nav-tabs {
  width: calc(30% - 20px);
  margin-right: 20px;
  border: 2px solid #F6F6F4;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .courses-wrapper .courses-nav-tabs {
    width: 100%;
    margin-right: 0;
  }
}
.courses-wrapper .courses-nav-tabs__tab {
  border-bottom: 2px solid #F6F6F4;
  padding: 7px 13px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  cursor: pointer;
}
.courses-wrapper .courses-nav-tabs__tab:last-of-type {
  border-bottom: unset;
}
.courses-wrapper .courses-nav-tabs__tab:hover {
  background-color: #fff;
}
.courses-wrapper .courses-nav-tabs__tab:hover svg line {
  stroke: #292929;
}
.courses-wrapper .courses-nav-tabs__tab:hover span {
  color: #292929;
}
.courses-wrapper .courses-nav-tabs__tab.active {
  height: 90px;
  background-color: #fff;
  flex-direction: column-reverse;
  align-items: flex-start;
  position: relative;
}
.courses-wrapper .courses-nav-tabs__tab.active span {
  color: #292929;
	text-transform: uppercase;
}
.courses-wrapper .courses-nav-tabs__tab.active svg {
  position: absolute;
  top: 10px;
  right: 13px;
}
.courses-wrapper .courses-nav-tabs__tab.active svg line {
  stroke: #292929;
}
.courses-wrapper .courses-nav-tabs__tab svg {
  width: 30px;
  height: 30px;
}
.courses-wrapper .courses-nav-tabs__tab span {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #F6F6F4;
	text-transform: uppercase;
}
.courses-wrapper .courses-contents {
  width: 70%;
}
@media (max-width: 991px) {
  .courses-wrapper .courses-contents {
    width: 100%;
    display: none;
  }
}
.courses-wrapper .courses-contents.shown {
  display: block;
  position: fixed;
  width: 100%;
  height: 100dvh;
  background-color: #292929;
  padding: 69px 17px 50px;
  top: 0;
  left: 0;
  z-index: 100;
}
.courses-wrapper .courses-contents.shown .close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.courses-wrapper .courses-contents .close {
  width: 40px;
  height: 40px;
  display: none;
  cursor: pointer;
}
.courses-wrapper .courses-contents .close img {
  width: 100%;
  height: 100%;
}
.courses-wrapper .courses-contents .category-courses-wrapper {
  display: none;
}
.courses-wrapper .courses-contents .category-courses-wrapper.courses_wrap1 {
  display: block;
}

@media (max-width: 991px) {
  .popup-courses {
    width: 100%;
    position: relative;
    overflow: auto;
    height: 100%;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none;
  }
  .popup-courses::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
}

.course-row {
  border: 2px solid #F6F6F4;
  border-radius: 10px;
  display: flex;
  background-color: #292929;
  padding: 10px 22px 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 13px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .course-row {
    flex-direction: column;
    padding: 16px;
    margin-bottom: 24px;
  }
}
.course-row:last-of-type {
  margin-bottom: 0;
}
.course-row:hover .show-more {
  color: #292929;
}
.course-row:hover .show-more:after {
  width: 100%;
}
.course-row__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
	z-index: 3;
}
.course-row__text {
  width: calc(100% - 259px);
  margin-right: 36px;
  padding-bottom: 66px;
  cursor: pointer;
}
@media (max-width: 850px) {
  .course-row__text {
    width: calc(100% - 196px);
  }
}
@media (max-width: 768px) {
  .course-row__text {
    width: 100%;
    margin-right: 0;
  }
}
.course-row__text-top {
  display: flex;
  align-items: start;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .course-row__text-top {
    margin-bottom: 20px;
  }
}
.course-row__text-top img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .course-row__text-top img {
    margin-right: 8px;
  }
}
.course-row__text-top .heading {
  letter-spacing: -4px;
  line-height: 50px;
  cursor: pointer;
}
@media (max-width: 1150px) {
  .course-row__text-top .heading {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .course-row__text-top .heading {
    font-size: 70px;
  }
}
.course-row__text .places-left {
  margin-bottom: 11px;
  display: block;
}
.course-row__text .text {
  cursor: pointer;
}
.course-row .description_course {
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Ограничение в 5 строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em; /* Установите нужное значение высоты строки */
  max-height: calc(1.4em * 5); /* Фиксируем высоту для 5 строк */
}
.course-row__text .show-more {
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  background-color: transparent;
  padding-left: 22px;
  color: #E9F62A;
  z-index: 2;
  padding: 2px 0 2px 22px;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .course-row__text .show-more {
    position: unset;
    background-color: #E9F62A;
    color: #292929;
    width: calc(100% + 32px);
    margin-left: -16px;
    display: block;
    margin-top: 30px;
  }
}
.course-row__text .show-more:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 26px;
  background-color: #E9F62A;
  z-index: -1;
  transition: 0.6s;
}
@media (max-width: 768px) {
  .course-row__text .show-more:after {
    display: none;
  }
}
.course-row__info-right {
  width: 223px;
  text-align: end;
  position: relative;
  z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* @media (max-width: 850px) {
  .course-row__info-right {
    width: 160px;
  }
} */
@media (max-width: 768px) {
  .course-row__info-right {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
	  flex-direction: unset;
  }
}
.course-row__info {
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .course-row__info {
    margin-bottom: 0;
    width: calc(100% - 148px);
  }
}
.course-row__info .text:first-of-type{
	margin-bottom: 10px;
}
.course-row__info .text{
	display: flex;
	justify-content: flex-end;
	column-gap: 5px;
}
@media(max-width: 768px){
	.course-row__info .text{
		flex-direction: column;
	}
}
.course-row__img {
  width: 100%;
  height: 191px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .course-row__img {
    width: 140px;
    height: 140px;
    margin-left: 8px;
  }
}
.course-row__img:hover img {
  transform: scale(1.1);
}
.course-row__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.4s;
}

.advantages-sec {
  padding-bottom: 130px;
}
.advantages-sec__head {
  width: 100%;
}

.advantages-wrapper {
  width: 70%;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1080px) {
  .advantages-wrapper {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .advantages-wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .advantages-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
.advantages-wrapper .advantages-row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
  margin-bottom: 93px;
  width: calc(50% - 60px);
}
@media (max-width: 991px) {
  .advantages-wrapper .advantages-row {
    width: calc(50% - 25px);
  }
}
@media (max-width: 768px) {
  .advantages-wrapper .advantages-row {
    align-items: center;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
  }
}
.advantages-wrapper .advantages-row:nth-of-type(odd) {
  margin-right: 120px;
}
@media (max-width: 991px) {
  .advantages-wrapper .advantages-row:nth-of-type(odd) {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .advantages-wrapper .advantages-row:nth-of-type(odd) {
    margin-right: 0;
  }
}
.advantages-wrapper .advantages-row:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}
.advantages-wrapper .advantages-row .top {
  width: 100%;
  font-weight: 500;
  font-size: 80px;
  line-height: 60px;
  color: #E1E3DD;
  padding-bottom: 30px;
  border-bottom: 1px solid #F6F6F4;
  letter-spacing: -4px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .advantages-wrapper .advantages-row .top {
    font-size: 70px;
    line-height: 60px;
    padding-bottom: 13px;
    margin-bottom: 22px;
  }
}
.advantages-wrapper .advantages-row p {
  font-family: "MensealRegular";
  font-weight: 400;
  font-size: 20px;
  line-height: 27.8px;
  color: #F6F6F4;
  text-transform: uppercase;
  width: 80%;
}

.faq-sec {
  background-color: #E9F62A;
  border-radius: 50px;
  padding: 70px 0;
  position: relative;
}
@media (max-width: 768px) {
  .faq-sec {
    padding: 50px 0;
    border-radius: 30px;
  }
}
.faq-sec .preview {
  margin-bottom: 20px;
}
.faq-sec .btn_more_faq {
  display: none;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .faq-sec .btn_more_faq {
    display: flex;
    justify-content: end;
    margin-bottom: 50px;
  }
}
.feedback-sec .main-heading {
  line-height: 80px;
}
.faq-sec .descr {
  font-family: "MensealRegular";
  font-weight: 400;
  font-size: 16px;
  line-height: 22.24px;
  color: #292929;
}
.faq-sec .main-heading {
  line-height: 85px;
	display: flex;
}
.faq-sec .main-heading span:first-of-type{
	margin-right: 20px;
	display: none;
}
@media (max-width: 768px) {
  .faq-sec .main-heading span:nth-child(2) {
    display: none;
  }
	.faq-sec .main-heading span:first-of-type{
		display: block;
	}
}

.faq-wrapper .nav-faq-tabs {
  width: calc(30% - 80px);
  margin-right: 80px;
  border-radius: 10px 10px 0px 0px;
  border: 2px solid #292929;
  overflow: hidden;
}
@media (max-width: 1250px) {
  .faq-wrapper .nav-faq-tabs {
    width: calc(40% - 40px);
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .faq-wrapper .nav-faq-tabs {
    display: none;
    margin-right: 0;
  }
}
.faq-wrapper .nav-faq-tabs .faq-tab {
  border-bottom: 2px solid #292929;
  padding: 10px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.faq-wrapper .nav-faq-tabs .faq-tab:last-of-type {
  border-bottom: unset;
}
.faq-wrapper .nav-faq-tabs .faq-tab span {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #292929;
}
.faq-wrapper .nav-faq-tabs .faq-tab svg {
  width: 30px;
  height: 30px;
}
.faq-wrapper .nav-faq-tabs .faq-tab:hover {
  background-color: #292929;
}
.faq-wrapper .nav-faq-tabs .faq-tab:hover span {
  color: #E9F62A;
}
.faq-wrapper .nav-faq-tabs .faq-tab:hover svg line {
  stroke: #E9F62A;
}
.faq-wrapper .nav-faq-tabs .faq-tab.active {
  height: 90px;
  background-color: #292929;
  flex-direction: column-reverse;
  align-items: flex-start;
  position: relative;
}
.faq-wrapper .nav-faq-tabs .faq-tab.active span {
  color: #E9F62A;
}
.faq-wrapper .nav-faq-tabs .faq-tab.active svg {
  position: absolute;
  top: 10px;
  right: 13px;
}
.faq-wrapper .nav-faq-tabs .faq-tab.active svg line {
  stroke: #E9F62A;
}
.faq-wrapper .faq-contents {
  width: 70%;
}
@media (max-width: 1250px) {
  .faq-wrapper .faq-contents {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .faq-wrapper .faq-contents {
    width: 100%;
  }
}
.faq-wrapper .faq-contents .tab-faq-row {
  display: none;
}
@media (max-width: 991px) {
  .faq-wrapper .faq-contents .tab-faq-row {
    display: block;
    position: relative;
  }
  .faq-wrapper .faq-contents .tab-faq-row:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2px;
    background-color: #292929;
  }
}
.faq-wrapper .faq-contents .tab-faq-row:first-of-type {
  display: block;
}
@media (max-width: 991px) {
  .faq-wrapper .faq-contents .tab-faq-row:first-of-type:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .faq-wrapper .faq-contents .tab-faq-row:first-of-type .tab-faq-row__head {
    border-radius: 10px 10px 0 0;
    border: 2px solid #292929;
  }
}
@media (max-width: 991px) {
  .faq-wrapper .faq-contents .tab-faq-row:last-of-type .tab-faq-row__head {
    border-bottom: 2px solid #292929;
    border-left: 2px solid #292929;
    border-right: 2px solid #292929;
  }
}
.faq-wrapper .faq-contents .tab-faq-row__head {
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #292929;
  border-left: 2px solid #292929;
  border-right: 2px solid #292929;
  padding: 10px 13px;
  display: none;
  transition: 0.3;
}
@media (max-width: 991px) {
  .faq-wrapper .faq-contents .tab-faq-row__head {
    display: flex;
    cursor: pointer;
  }
}
.faq-wrapper .faq-contents .tab-faq-row__head:hover {
  background-color: #292929;
}
.faq-wrapper .faq-contents .tab-faq-row__head:hover span {
  color: #E9F62A;
}
.faq-wrapper .faq-contents .tab-faq-row__head:hover svg line {
  stroke: #E9F62A;
}
.faq-wrapper .faq-contents .tab-faq-row__head.active {
  height: 90px;
  background-color: #292929;
  flex-direction: column-reverse;
  align-items: flex-start;
  position: relative;
}
.faq-wrapper .faq-contents .tab-faq-row__head.active span {
  color: #E9F62A;
}
.faq-wrapper .faq-contents .tab-faq-row__head.active svg {
  position: absolute;
  top: 10px;
  right: 13px;
}
.faq-wrapper .faq-contents .tab-faq-row__head.active svg line {
  stroke: #E9F62A;
}
.faq-wrapper .faq-contents .tab-faq-row__head span {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #292929;
}
.faq-wrapper .faq-contents .tab-faq-row__head svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 991px) {
  .faq-wrapper .faq-contents .tab-faq-row__content {
    padding: 50px 0;
    display: none;
  }
}
.faq-wrapper .faq-contents .tab-faq-row__content .question-row {
  padding: 50px 0;
  border-bottom: 2px solid #292929;
}
@media (max-width: 991px) {
  .faq-wrapper .faq-contents .tab-faq-row__content .question-row {
    padding: 25px 0;
  }
}
.faq-wrapper .faq-contents .tab-faq-row__content .question-row:first-of-type {
  padding: 0 0 50px;
}
@media (max-width: 991px) {
  .faq-wrapper .faq-contents .tab-faq-row__content .question-row:first-of-type {
    padding: 0 0 25px;
  }
}
.faq-wrapper .faq-contents .tab-faq-row__content .question-row:last-of-type {
  border-bottom: unset;
  padding: 50px 0 0;
}
@media (max-width: 991px) {
  .faq-wrapper .faq-contents .tab-faq-row__content .question-row:last-of-type {
    padding: 25px 0 0;
  }
}
.faq-wrapper .faq-contents .tab-faq-row__content .question-row.active .question-row__head .icon {
  transform: rotate(45deg);
}
.faq-wrapper .faq-contents .tab-faq-row__content .question-row__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq-wrapper .faq-contents .tab-faq-row__content .question-row__head span {
  font-family: "MensealREgular";
  font-weight: 400;
  font-size: 20px;
  line-height: 27.8px;
  color: #292929;
  text-transform: uppercase;
	width: 75%;
}
.faq-wrapper .faq-contents .tab-faq-row__content .question-row__head .icon {
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.faq-wrapper .faq-contents .tab-faq-row__content .question-row__content {
  padding-top: 20px;
  display: none;
}
@media (max-width: 768px) {
  .faq-wrapper .faq-contents .tab-faq-row__content .question-row__content {
    padding-top: 25px;
  }
}
.faq-wrapper .faq-contents .tab-faq-row__content .question-row__content p {
  font-family: "MensealREgular";
  font-weight: 400;
  font-size: 16px;
  line-height: 22.24px;
  color: #292929;
}
@media (max-width: 991px) {
  .faq-wrapper .faq-contents .tab-faq-row__content .question-row__content p {
    font-size: 16px;
    line-height: 22.24px;
  }
}

.btn_mobile_circle {
  display: none;
}
@media (max-width: 768px) {
  .btn_mobile_circle {
    display: flex;
  }
}

.popular-course-sec .btn_secondary b{
	margin-left: 3px;
}
.popular-course-sec__head {
  justify-content: space-between;
}
.popular-course-sec__head .main-heading {
  width: auto;
}
@media (max-width: 1050px) {
  .popular-course-sec__head .main-heading {
    line-height: 83px;
  }
}
.popular-course-sec__head .slider-course-arrows {
  width: calc(50% - 110px);
  margin-left: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1205px) {
  .popular-course-sec__head .slider-course-arrows {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .popular-course-sec__head .slider-course-arrows {
    display: none;
  }
}

.swiper-button-prev {
  z-index: 2;
}
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  z-index: 2;
}
.swiper-button-next:after {
  display: none;
}

.course-card {
  padding: 45px 15px 45px;
  border: 2px solid #F6F6F4;
  border-radius: 10px;
  background-color: #292929;
/*   width: 379px; */
	width: 25vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1250px) {
  .course-card {
    width: 30vw;
  }
}
@media (max-width: 1050px) {
  .course-card {
    width: 38vw;
  }
}
@media (max-width: 768px) {
  .course-card {
    padding: 15px 15px 30px;
    width: 300px;
  }
}
@media (max-width: 350px) {
  .course-card {
    width: 280px;
  }
}
.course-card.swiper-slide {
  height: unset !important;
}
.course-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.course-card__top {
  margin-bottom: 40px;
	display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .course-card__top {
    margin-bottom: 0;
    position: relative;
    margin-bottom: 20px;
  }
}
.course-card__title {
  text-align: center;
  font-weight: 500;
  font-size: 80px;
  line-height: 60px;
  color: #F6F6F4;
  letter-spacing: -4px;
	text-transform: uppercase;
	width: 80%;
}
@media (max-width: 768px) {
  .course-card__title {
    font-size: 70px;
    line-height: 60px;
  }
}
.course-card__price {
  font-family: "MensealREgular";
  font-weight: 400;
  font-size: 16px;
  line-height: 22.24px;
  color: #F6F6F4;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .course-card__price {
    position: absolute;
    bottom: -32px;
    padding-right: 0;
    right: 0px;
  }
}
.course-card__icon {
  width: 160px;
  height: 160px;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .course-card__icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
  }
}
.course-card__descr {
  font-family: "MensealREgular";
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.24px;
  color: #F6F6F4;
}

@media (max-width: 768px) {
  .teachers-wrapper {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.teachers-wrapper__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 13px;
}
@media (max-width: 1150px) {
  .teachers-wrapper__inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .teachers-wrapper__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .teachers-wrapper__inner {
    grid-template-columns: unset;
    display: flex;
    gap: unset;
  }
}
.teachers-wrapper .teacher-card {
  border: 2px solid #F6F6F4;
  background-color: #F6F6F4;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
/* .teachers-wrapper .teacher-card:nth-of-type(5){
	display: none;
}
.teachers-wrapper .teacher-card:nth-of-type(6){
	display: none;
}
.teachers-wrapper .teacher-card:nth-of-type(7){
	display: none;
}
.teachers-wrapper .teacher-card:nth-of-type(8){
	display: none;
} */
@media (max-width: 768px) {
  .teachers-wrapper .teacher-card {
/*     width: 270px !important; */
  }
	.teachers-wrapper .teacher-card:nth-of-type(5){
	display: block;
	}
	.teachers-wrapper .teacher-card:nth-of-type(6){
		display: block;
	}
	.teachers-wrapper .teacher-card:nth-of-type(7){
		display: block;
	}
	.teachers-wrapper .teacher-card:nth-of-type(8){
		display: block;
	}
}
@media (max-width: 768px) {
  .teachers-wrapper .teacher-card.swiper-slide-active {
/*     transform: scale(1) !important; */
  }
  .teachers-wrapper .teacher-card.swiper-slide-active .teacher-card__img img {
    transform: scale(1.2);
  }
  .teachers-wrapper .teacher-card.swiper-slide-active .teacher-card__img:after {
    opacity: 1;
    display: none;
  }
  .teachers-wrapper .teacher-card.swiper-slide-active .teacher-card__text {
    margin-bottom: 0;
    height: 110px;
  }
  .teachers-wrapper .teacher-card.swiper-slide-active .teacher-card__expirience {
    opacity: 1;
    visibility: visible;
  }
}
@media(max-width: 400px){
	.teachers-wrapper .teacher-card.swiper-slide-active .teacher-card__img img {
		transform: scale(1.1);
	  }
}
.teachers-wrapper .teacher-card:hover .teacher-card__img img {
  transform: scale(1.2);
}
.teachers-wrapper .teacher-card:hover .teacher-card__img:after {
  opacity: 1;
  visibility: visible;
}
.teachers-wrapper .teacher-card:hover .teacher-card__text {
  margin-bottom: 0;
  height: 110px;
}
.teachers-wrapper .teacher-card:hover .teacher-card__expirience {
  opacity: 1;
  visibility: visible;
}
.teachers-wrapper .teacher-card__img {
  height: 386px;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.teachers-wrapper .teacher-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.teachers-wrapper .teacher-card__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.teachers-wrapper .teacher-card__img:hover:after {
  display: block;
}
.teachers-wrapper .teacher-card__text {
  padding: 16px 10px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
  margin-bottom: -22px;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 95px;
  background-color: #F6F6F4;
}
.teachers-wrapper .teacher-card__name {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #292929;
	text-transform: uppercase;
}
.teachers-wrapper .teacher-card__position {
  font-family: "MensealREgular";
  font-weight: 400;
  font-size: 16px;
  line-height: 22.24px;
  color: #292929;
}
.teachers-wrapper .teacher-card__expirience {
  font-family: "MensealREgular";
  font-weight: 400;
  font-size: 16px;
  line-height: 22.24px;
  color: #292929;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.news-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 18px;
  row-gap: 28px;
}
@media (max-width: 768px) {
  .news-wrapper {
    grid-template-columns: 1fr;
    row-gap: 50px;
    column-gap: 0;
  }
}

.news-row:hover img {
  transform: scale(1.1);
}
.news-row__img {
  border-radius: 10px;
  height: 300px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .news-row__img {
    margin-bottom: 10px;
  }
}
.news-row__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 21px;
  width: 8px;
  height: 100%;
  background-color: #E9F62A;
  z-index: 2;
}
.news-row__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  width: 4px;
  height: 100%;
  background-color: #33EA9F;
  z-index: 2;
}
.news-row__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.4s;
}
.news-row__text {
  font-family: "MensealREgular";
}
.news-row__text .title {
  font-weight: 400;
  font-size: 20px;
  line-height: 27.8px;
  color: #F6F6F4;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.news-row__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22.24px;
  color: #F6F6F4;
  margin-bottom: 20px;
}
.news-row__text .read-more {
  font-weight: 400;
  font-size: 16px;
  line-height: 22.24px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  color: #E9F62A;
  cursor: pointer;
}

.feedback-sec .descr {
  font-family: "MensealREgular";
  font-weight: 400;
  font-size: 16px;
  line-height: 22.24px;
  color: #F6F6F4;
}

.feedback-wrapper {
  padding: 0 200px;
  position: relative;
}
@media (max-width: 1300px) {
  .feedback-wrapper {
    padding: 0 100px;
  }
}
@media (max-width: 1050px) {
  .feedback-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 850px) {
  .feedback-wrapper {
    padding: 0;
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
@media (max-width: 768px) {
  .feedback-wrapper {
    padding: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media (max-width: 850px) {
  .feedback-wrapper .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 850px) {
  .feedback-wrapper .swiper-button-next {
    display: none;
  }
}

.feedback-slider.swiper-3d .swiper-slide-shadow-right {
  background-image: unset !important;
}

.feedback-card {
  border: 2px solid #F6F6F4;
  border-radius: 10px;
  padding: 22px;
  display: flex;
  position: relative;
  background-color: #292929;
}
@media (max-width: 850px) {
  .feedback-card {
    flex-direction: column;
    padding: 10px;
    width: 234px !important;
  }
}
@media (max-width: 850px) {
  .feedback-card.swiper-slide-active {
    transform: scale(1) !important;
  }
}
.feedback-card.swiper-slide-shadow-right {
  background-image: unset !important;
}
.feedback-card:after {
  position: absolute;
  content: "";
  top: 70px;
  right: 0;
  width: 100%;
  height: 26px;
  background-color: #E9F62A;
  z-index: -1;
}
@media (max-width: 850px) {
  .feedback-card:after {
    display: none;
  }
}
.feedback-card:before {
  content: "";
  position: absolute;
  bottom: 73px;
  left: 19px;
  background-image: url(../../../assets/images/quote.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 134px;
  height: 100px;
}
@media (max-width: 991px) {
  .feedback-card:before {
    display: none;
  }
}
@media (max-width: 850px) {
  .feedback-card:before {
    display: none;
  }
}
.feedback-card__img {
  width: 223px;
  height: 256px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 850px) {
  .feedback-card__img {
    display: none;
  }
}
.feedback-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feedback-card__text {
  width: calc(100% - 268px);
  margin-right: 45px;
}
@media (max-width: 850px) {
  .feedback-card__text {
    width: 100%;
    margin-right: 0;
  }
}
.feedback-card__text .feedback-card__img {
  display: none;
}
@media (max-width: 850px) {
  .feedback-card__text .feedback-card__img {
    display: block;
    width: 102px;
    height: 124px;
    margin-top: -35px;
  }
}
.feedback-card__top {
  display: flex;
	flex-direction: column;
  width: auto;
}
@media (max-width: 991px) {
  .feedback-card__top {
    flex-direction: column;
    align-items: start;
  }
}
.feedback-card__top h4 {
  font-weight: 500;
  font-size: 80px;
  line-height: 48px;
  letter-spacing: -4px;
  color: #F6F6F4;
	text-transform: uppercase;
}
@media (max-width: 850px) {
  .feedback-card__top h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    letter-spacing: unset;
    text-align: center;
    width: 100%;
  }
}
.feedback-card__top span {
  font-family: "MensealREgular";
  font-weight: 400;
  font-size: 16px;
  line-height: 10.24px;
  color: #292929;
  margin-left: 5px;
	margin-top: 10px;
}
@media (max-width: 991px) {
  .feedback-card__top span {
    color: #292929;
    margin-left: 0;
    margin-top: 8px;
  }
}
@media (max-width: 850px) {
  .feedback-card__top span {
    background-color: #E9F62A;
    width: calc(100% + 20px);
    margin-left: -10px;
    text-align: end;
    padding-right: 7px;
    padding-top: 5px;
	  font-size: 6px;
    padding-bottom: 5px;
  }
}
@media (max-width: 768x){
	.feedback-card__top span{
		font-size: 6px;
	}
}
@media (max-width: 850px) {
  .feedback-card__text-block {
    display: flex;
    flex-direction: column-reverse;
  }
}
.feedback-card .read-more {
  font-family: "MensealREgular";
  position: absolute;
  bottom: 10px;
  left: 21px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.24px;
  color: #E9F62A;
}
@media (max-width: 850px) {
  .feedback-card .read-more {
    position: unset;
  }
}
.feedback-card p {
  font-family: "MensealREgular";
  font-weight: 400;
  font-size: 16px;
  line-height: 22.24px;
  color: #F6F6F4;
  text-align: end;
  padding-left: 180px;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .feedback-card p {
    padding-left: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 850px) {
  .feedback-card p {
	  font-size: 14px;
	  line-height: 17.24px;
    padding-left: 0;
    margin-top: 16px;
    margin-bottom: 4px;
  }
}