@charset "UTF-8";
@font-face {
  font-family: e-Ukraine;
  font-display: swap;
  src: url("../fonts/e-Ukraine-Thin.woff") format("woff"), url("../fonts/e-Ukraine-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: e-Ukraine;
  font-display: swap;
  src: url("../fonts/e-Ukraine-Light.woff") format("woff"), url("../fonts/e-Ukraine-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: e-Ukraine;
  font-display: swap;
  src: url("../fonts/e-Ukraine-Regular.woff") format("woff"), url("../fonts/e-Ukraine-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: e-Ukraine;
  font-display: swap;
  src: url("../fonts/e-Ukraine-Medium.woff") format("woff"), url("../fonts/e-Ukraine-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: e-Ukraine;
  font-display: swap;
  src: url("../fonts/e-Ukraine-Bold.woff") format("woff"), url("../fonts/e-Ukraine-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

img,
iframe {
  vertical-align: top;
	max-width: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

* {
  position: relative;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
}

body {
  font-family: e-Ukraine, sans-serif;
  background-color: #F9F9F9;
  color: #000;
  min-height: 100vh;
  font-weight: 300;
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}
body.scroll-disable {
  height: 100vh;
  overflow: hidden;
}

section {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 5rem 0;
  }
}

.students,
.rewiews {
  overflow-x: hidden;
}

main {
  flex: 1;
  margin-top: 4rem;
}
@media only screen and (max-width: 953px) {
  main {
    margin-top: 2rem;
  }
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 127rem;
  padding: 0 1.5rem;
}

.container-fuild {
  margin: 0 auto;
  width: 100%;
  max-width: 127rem;
  padding: 0 1.5rem;
}

.container-small {
  margin: 0 auto;
  width: 100%;
  max-width: 73.6rem;
  padding: 0 1.5rem;
}

.tac {
  text-align: center;
  margin: 0 auto;
}
.tac > p {
  text-align: center;
  margin: 0 auto;
}

.mt {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .mt {
    margin-top: 3rem;
  }
  .page-id-4606 #learn .learn__title{
    max-width: 330px;
  }
}

.slider-section {
  overflow-x: hidden;
}

.hidden-fields-container,
.hidden {
  display: none !important;
  visibility: hidden !important;
}

[class*=grid] + [class*=grid] {
  margin-top: 2rem;
}

.grid-2 > div:not(:first-child), .grid-2 > a:not(:first-child),
.grid-3 > div:not(:first-child),
.grid-3 > a:not(:first-child),
.grid-4 > div:not(:first-child),
.grid-4 > a:not(:first-child) {
  margin-top: 2rem;
}
@media only screen and (min-width: 450px) {
  .grid-2 > div, .grid-2 > a,
.grid-3 > div,
.grid-3 > a,
.grid-4 > div,
.grid-4 > a {
    width: calc(50% - 1rem);
  }
  .grid-2 > div:nth-child(-n+2), .grid-2 > a:nth-child(-n+2),
.grid-3 > div:nth-child(-n+2),
.grid-3 > a:nth-child(-n+2),
.grid-4 > div:nth-child(-n+2),
.grid-4 > a:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 450px) {
  .grid-2,
.grid-3,
.grid-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 992px) {
  .grid-3,
.grid-4 {
    justify-content: flex-start;
  }
  .grid-3 > div, .grid-3 > a,
.grid-4 > div,
.grid-4 > a {
    width: calc(33.33% - 1.3333333333rem);
  }
  .grid-3 > div:nth-child(-n+3), .grid-3 > a:nth-child(-n+3),
.grid-4 > div:nth-child(-n+3),
.grid-4 > a:nth-child(-n+3) {
    margin-top: 0;
  }
  .grid-3 > div:not(:nth-child(3n+3)), .grid-3 > a:not(:nth-child(3n+3)),
.grid-4 > div:not(:nth-child(3n+3)),
.grid-4 > a:not(:nth-child(3n+3)) {
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 1300px) {
  .grid-4 > div, .grid-4 > a {
    width: calc(25% - 1.5rem);
  }
  .grid-4 > div:nth-child(-n+4), .grid-4 > a:nth-child(-n+4) {
    margin-top: 0;
  }
  .grid-4 > div:nth-child(4n+4), .grid-4 > a:nth-child(4n+4) {
    margin-right: 0;
  }
  .grid-4 > div:not(:nth-child(4n+4)), .grid-4 > a:not(:nth-child(4n+4)) {
    margin-right: 2rem;
  }
}
.spacer {
  height: 1rem;
  display: block;
}

.bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.bg:before, .bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--bg-image) no-repeat center center;
  position: absolute;
  background-size: cover;
}
.bg:before {
  filter: blur(3rem);
  transform: scale(1.15);
}
.bg:after {
  max-width: 192rem;
}
.bg div {
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.bg-top:before, .bg-top:after {
  background-position: top center;
}
.bg-bottom:before, .bg-bottom:after {
  background-position: bottom center;
}

@media only screen and (min-width: 992px) {
  .flex-2 {
    display: flex;
    align-items: center;
  }
  .flex-2 > div {
    flex: 1;
  }
}
.bg-color {
  background: linear-gradient(45deg, #4E29B9 0%, #71A2EB 100%);
}

.bg-color-2 {
  background: #F3F3F3;
}

.bg-color-3 {
  background: #F9F9F9;
}

.bg-brd {
  border-radius: 3.2rem;
}

.logo {
  display: flex;
  flex: 0 1 20rem;
  z-index: 9;
  transition: 0.5s linear;
  max-width: 16.4rem;
  font-weight: 500;
  font-size: 1.4rem;
}
.logo img {
  margin-right: 0.5rem;
}
@media only screen and (max-width: 576px) {
  .logo.style-1 {
    font-size: 1.4rem;
  }
  .page-id-4606 #learn .learn__title{
    max-width: 270px;
  }
  .page-id-4606 #school-launch .title.style-2{
    max-width: 330px;
  }
}
@media only screen and (max-width: 576px) {
  .logo {
    font-size: 1.4rem;
  }
}

.highlight-color {
  color: #179543;
}

.title.style-1, .title.style-1 > p {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.25;
}
.title.style-1 strong, .title.style-1 > p strong {
  background: linear-gradient(45deg, #4E29B9 0%, #71A2EB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 992px) {
  .title.style-1, .title.style-1 > p {
    font-size: 5.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .title.style-1, .title.style-1 > p {
    font-size: 4.4rem;
  }
}
@media only screen and (max-width: 576px) {
  .title.style-1, .title.style-1 > p {
    font-size: 3.4rem;
    line-height: 1.1;
  }
}
.title.style-2, .title.style-2 > p {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.33;
}
.title.style-2 mark,
.title.style-2 em, .title.style-2 > p mark,
.title.style-2 > p em {
  display: inline-flex;
  font-style: normal;
  position: relative;
  background-color: #FFE3BC;
}
.title.style-2 mark:before, .title.style-2 mark:after,
.title.style-2 em:before,
.title.style-2 em:after, .title.style-2 > p mark:before, .title.style-2 > p mark:after,
.title.style-2 > p em:before,
.title.style-2 > p em:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/certif/comma.svg);
  background-position: center;
  width: 1.3rem;
  height: 1.3rem;
}
.title.style-2 mark:before,
.title.style-2 em:before, .title.style-2 > p mark:before,
.title.style-2 > p em:before {
  bottom: -1rem;
  right: -1rem;
}
.title.style-2 mark:after,
.title.style-2 em:after, .title.style-2 > p mark:after,
.title.style-2 > p em:after {
  bottom: -1rem;
  left: -1rem;
  rotate: 95deg;
}
.title.style-2 strong, .title.style-2 > p strong {
  background: linear-gradient(45deg, #4E29B9 0%, #71A2EB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  .title.style-2, .title.style-2 > p {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 576px) {
  .title.style-2, .title.style-2 > p {
    font-size: 2.8rem;
  }
}
.title.style-3, .title.style-3 > p {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.17;
  text-transform: uppercase;
  text-align: start;
}
@media only screen and (max-width: 992px) {
  .title.style-3, .title.style-3 > p {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 576px) {
  .title.style-3, .title.style-3 > p {
    font-size: 2.4rem;
  }
  .prices .title.style-3, .title.style-3 > p{
    font-size: 32px;
  }
}
.title.style-4, .title.style-4 > p {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.56;
}
@media only screen and (max-width: 576px) {
	
	.header__button{
		margin-bottom: 90px!important
	}
  .title.style-4, .title.style-4 > p {
    font-size: 2.8rem;
  }
}
.title.title-small, .title.title-small > p {
  margin: 0;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 155%;
  display: flex;
  align-items: start;
  gap: 0.8rem;
}
@media only screen and (max-width: 576px) {
  .title.title-small, .title.title-small > p {
    font-size: 1.6rem;
  }
}
.title.title-normal, .title.title-normal > p {
  font-size: 3.2rem;
  font-weight: 500;
  display: flex;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .title.title-normal, .title.title-normal > p {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 420px) {
  .title.title-normal, .title.title-normal > p {
    font-size: 2.2rem;
  }
}
.title.title-regular, .title.title-regular > p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 127%;
}
@media only screen and (max-width: 576px) {
  .title.title-regular, .title.title-regular > p {
    font-size: 1.8rem;
  }
}
.title.title--big, .title.title--big > p {
  font-size: 12rem;
}
@media only screen and (max-width: 1200px) {
  .title.title--big, .title.title--big > p {
    font-size: 10rem;
  }
}
@media only screen and (max-width: 992px) {
  .title.title--big, .title.title--big > p {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .title.title--big, .title.title--big > p {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 576px) {
  .title.title--big, .title.title--big > p {
    font-size: 3.4rem;
  }
}

.text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.text.style-1 {
  color: #000;
}
.text.style-2 {
  color: #fff;
}
.text.style-3 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 576px) {
  .text.style-3 {
    font-size: 1.6rem;
  }
}
.text.style-4 {
  font-size: 1.8rem;
  color: #fff;
}
.text.style-5 {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 576px) {
  .text.style-5 {
    font-size: 1.8rem;
  }
}
.text.style-6 {
  font-size: 1.2rem;
  color: #F9F9F9;
  line-height: 1.33;
}
.text.style-7 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
}
.text.style-8 {
  font-size: 3.2rem;
  color: #ACACAC;
  font-weight: 700;
  line-height: 1.5;
}
.text.style-9 {
  font-size: 1.8rem;
  color: #ACACAC;
  line-height: 1.56;
}
.text.text-small {
  color: #676767;
  font-weight: 400;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.text.text-default {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 155%;
}
@media only screen and (max-width: 576px) {
  .text.text-default {
    font-size: 1.6rem;
  }
}
.text.text-list, .text.text-list > p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 150%;
}
.text.text-extrasmall {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
}

.decor {
  position: absolute;
  padding: 1rem;
  width: max-content;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0px 8px 12px 0px rgba(34, 60, 80, 0.1);
}
.decor.style-1 {
  bottom: 0;
  left: 0;
  transform: rotate(-15deg);
}
@media only screen and (max-width: 576px) {
  .decor.style-1 {
    bottom: -6rem;
  }
}
.decor.style-2 {
  top: 0;
  right: 0;
  transform: rotate(10deg);
}
.decor.style-3 {
  top: 2.3rem;
  right: -1.6rem;
  transform: rotate(-5deg);
}

.form__label {
  margin-right: 1.6rem;
  max-width: 36rem;
  flex: 0 1 36rem;
}
.form__label .iti {
  width: 100%;
}
.form__label .iti__flag-container {
  left: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .form__label {
    flex: 0 1 auto;
    max-width: 100%;
    width: 80%;
    margin: 0 0 2rem 0;
  }
}
@media only screen and (max-width: 576px) {
  .form__label {
    width: 100%;
  }
}
.form__input {
  width: 100%;
}
.form__input::placeholder {
  color: #8F8F8F;
  font-size: 1.6rem;
}
.form__button {
  flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
  .form__button {
    flex: 0 0 100%;
    width: 100%;
  }
}
.form__area {
  width: 100%;
  height: 10.8rem;
  border-radius: 1.6rem;
  border: 1px solid #DDD;
  padding: 1.8rem 2.4rem;
  font-family: E-Ukraine;
}
@media only screen and (max-width: 576px) {
  .form__area {
    height: 13rem;
  }
}
.form__area::placeholder {
  color: #8F8F8F;
  font-size: 1.6rem;
  line-height: 150%;
  max-width: 80%;
}
.form__radio {
  margin: 2rem 0 2.4rem;
}
.form__text_mt {
  margin-top: 1.2rem;
  max-width: 28rem;
}

.features__item {
  display: flex;
  align-items: start;
}
.features__item:not(:last-child) {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .features__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.features__item img {
  margin-right: 1.6rem;
}
.features__item p {
  max-width: 42.2rem;
}

#your-tel {
  padding-left: 10.5rem !important;
}

.main_img {
  width: 100%;
  max-width: 100%;
}

.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin: 0 auto;
  width: max-content;
}
@media only screen and (min-width: 876px) {
  .tabs {
    overflow-y: hidden;
  }
}
.tabs-header {
  padding: 2rem 0;
  overflow-x: auto;
  position: relative;
  /* Optional: show position indicator in red */
}
@media only screen and (max-width: 576px) {
  .tabs-header {
    margin: 0 -1.5rem 0.5rem -1.5rem;
    padding: 2rem 1.5rem;
  }
}
.tabs-header::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}
.tabs-header::-webkit-scrollbar-thumb {
  background: transparent;
}
.tabs__tab img {
  width: 3.2rem;
  height: auto;
}

.slider__tab-contents {
  margin-top: 2.8rem;
}
@media only screen and (max-width: 576px) {
  .slider__tab-contents {
    margin-top: 1rem;
  }
}

input {
  font-family: E-Ukraine;
  height: 6rem;
  background-color: #fff;
  border-radius: 3.4rem;
  border: 0.1rem solid #ddd;
  padding: 2.4rem;
  font-weight: 300;
  transition: all 0.2s ease;
}
input:hover, input:focus {
  background-color: #F9F9F9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
input::placeholder {
  font-weight: 400;
}

.iti input {
  padding-left: 10rem !important;
}

.iti .iti__flag-container {
  left: 2.4rem;
}

textarea:hover, textarea:focus {
  background-color: #F9F9F9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
textarea::placeholder {
  font-size: 1.6rem;
  font-weight: 400;
}

.slider-nav {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 4.8rem;
  align-items: center;
}
.slider-button {
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.slider-button.swiper-button-prev img {
  transform: rotate(180deg);
}
.slider-button:hover {
  background-color: #0085FF;
}
.slider-button:hover img {
  filter: brightness(0) invert(1);
}
.slider-button.swiper-button-disabled {
  background: rgb(234, 234, 234);
}
.slider-button.swiper-button-disabled img {
  opacity: 0.4;
}
.slider-button.swiper-button-disabled:hover {
  background: rgb(234, 234, 234);
}
.slider-button.swiper-button-disabled:hover img {
  filter: none;
}
.slider-button img {
  max-width: 100%;
}
.slider-pagination {
  color: #4A4A4A;
  font-weight: 400;
}

.swiper-pagination {
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 3rem;
}

.card {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  flex: 0 1 33.333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 51rem;
}
.card__header {
  padding: 3.2rem;
  min-height: 25.8rem;
}
.card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 3.2rem;
  gap: 1.4rem;
  min-height: 31.6rem;
}
.card__content p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 175%;
}
@media only screen and (max-width: 1120px) {
  .card__content {
    padding: 2.8rem 2.2rem 3.2rem;
  }
}
@media only screen and (max-width: 1050px) {
  .card__content {
    padding: 2.8rem 1.5rem 3.2rem;
  }
}
@media only screen and (max-width: 1007px) {
  .card {
    flex: 0 1 40%;
  }
}
@media only screen and (max-width: 768px) {
  .card {
    flex: 0 1 60%;
  }
}
@media only screen and (max-width: 576px) {
  .card {
    flex: 0 1 90%;
  }
}
.card > .card__header {
  background: linear-gradient(45deg, #4E29B9 0%, #71A2EB 100%);
  width: 100%;
}
.card_yellow > .card__header {
  background: linear-gradient(225deg, #FEA019 0%, #FE4026 100%);
}
.card_green > .card__header {
  background: linear-gradient(45deg, #147636 0%, #29C467 100%);
}
.card_blue > .card__header {
  background: linear-gradient(45deg, #008bb7 0.01%, #2df3f3 100%);
}
.card_purple > .card__header {
  background: linear-gradient(45deg, #4824af 0%, #b147e3 100%);
}
.card_orange > .card__header {
  background: linear-gradient(45deg, #ff9612 0%, #ffd90f 100%);
}
.card_cours {
  justify-content: stretch;
  min-height: 56rem;
  width: 56rem;
  height: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 876px) {
  .card_cours {
/*     height: 100%; */
	  height: auto
  }
	.banner.adult{
		overflow: hidden;
	}
	.banner__images-3 .banner__img-6 img{
		margin-top: 10px;
	}
	.header__menu{
		padding-bottom: 60px;
	}
}
.card__plane-wrap {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.card__plane {
  display: inline-flex;
  align-items: center;
  margin-bottom: 2.8rem;
  font-weight: 400;
  align-self: flex-start;
  text-align: center;
  padding: 1rem 1.2rem;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 0.8rem;
  background: rgba(249, 249, 249, 0.3);
}
.card__plane img {
  margin-right: 0.8rem;
}
.card__plane_cours {
  margin: 0;
}
.card__period {
  display: flex;
  align-items: center;
  font-weight: 300;
  color: #4A4A4A;
}
.card__period img {
  margin-right: 1.6rem;
}
.card__period strong{
  font-weight: bold;
}
.card__btns {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 576px) {
  .card__btns {
    flex-direction: column;
  }
}
.card__btn {
  margin-top: auto;
}
@media only screen and (max-width: 576px) {
  .card__btn {
    width: 100%;
  }
}
.card__btn_cours {
  margin: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 24.3rem;
  max-width: 100%;
}
@media only screen and (max-width: 576px) {
  .card__btn_cours {
    width: 100%;
  }
}
.card__text-cours {
  line-height: 175%;
  margin-bottom: 2rem;
}
.card__periods {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  min-height: 14rem;
}
@media only screen and (max-width: 576px) {
  .card__periods {
    gap: 1.4rem;
  }
}

.page-id-4606 .aboutus + .values{
  padding-top: 0;
}

.card_investment .text.style-4{
  text-transform: capitalize;
  margin-left: 0;
}
.card_investment .title.style-3{
  text-transform: lowercase;
  line-height: 1.6;
}
.card_investment .wrap-price__items{
  margin-left: 0;
}
.card_investment,
.card_investment .card__content{
  min-height: 0;
}

.faq .faq__title{
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.card_investment .card__header{
  min-height: 216px;
  padding-bottom: 20px;
}

.editor-content {
  max-width: 85rem;
  margin: 0.8rem auto 0;
}
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4 {
  font-weight: 700;
}
.editor-content h1 + p,
.editor-content h2 + p,
.editor-content h3 + p,
.editor-content h4 + p {
  margin-top: 3.2rem;
}
.aboutus__cont strong{
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .editor-content h1 + p,
.editor-content h2 + p,
.editor-content h3 + p,
.editor-content h4 + p {
    margin-top: 1.6rem;
  }

  .card_investment .card__header{
    padding: 24px;
    min-height: 170px;
  }
  .card__content{
    padding: 24px;
    padding-bottom: 48px;
  }
}
.editor-content h1 + p img,
.editor-content h2 + p img,
.editor-content h3 + p img,
.editor-content h4 + p img {
  padding-top: 0;
}
.editor-content h1 + h1, .editor-content h1 + h2, .editor-content h1 + h3, .editor-content h1 + h4, .editor-content h1 + h5,
.editor-content h2 + h1,
.editor-content h2 + h2,
.editor-content h2 + h3,
.editor-content h2 + h4,
.editor-content h2 + h5,
.editor-content h3 + h1,
.editor-content h3 + h2,
.editor-content h3 + h3,
.editor-content h3 + h4,
.editor-content h3 + h5,
.editor-content h4 + h1,
.editor-content h4 + h2,
.editor-content h4 + h3,
.editor-content h4 + h4,
.editor-content h4 + h5 {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 576px) {
  .editor-content h1 + h1, .editor-content h1 + h2, .editor-content h1 + h3, .editor-content h1 + h4, .editor-content h1 + h5,
.editor-content h2 + h1,
.editor-content h2 + h2,
.editor-content h2 + h3,
.editor-content h2 + h4,
.editor-content h2 + h5,
.editor-content h3 + h1,
.editor-content h3 + h2,
.editor-content h3 + h3,
.editor-content h3 + h4,
.editor-content h3 + h5,
.editor-content h4 + h1,
.editor-content h4 + h2,
.editor-content h4 + h3,
.editor-content h4 + h4,
.editor-content h4 + h5 {
    margin-top: 1.6rem;
  }
}
.editor-content h1 {
  font-size: 4.8rem;
  line-height: 133%;
}
@media only screen and (max-width: 576px) {
  .editor-content h1 {
    font-size: 2.8rem;
  }
}
.editor-content h2 {
  font-size: 3.6rem;
  line-height: 133%;
}
@media only screen and (max-width: 576px) {
  .editor-content h2 {
    font-size: 2.2rem;
  }
}
.editor-content h4 {
  font-size: 2.2rem;
  line-height: 145%;
}
@media only screen and (max-width: 576px) {
  .editor-content h4 {
    font-size: 1.8rem;
  }
}
.editor-content img {
  padding: 3.2rem 0;
  border-radius: 3.2rem;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .editor-content img {
    padding: 1.6rem 0;
  }
}
.editor-content p {
  color: #4A4A4A;
  font-size: 1.8rem;
  line-height: 177%;
}
@media only screen and (max-width: 576px) {
  .editor-content p {
    font-size: 1.6rem;
  }
}
.editor-content p + p {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 576px) {
  .editor-content p + p {
    margin-top: 1.6rem;
  }
}
.editor-content p + p img {
  padding: 0;
}
.editor-content p + h2, .editor-content p + h3, .editor-content p + h4, .editor-content p + h5 {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 576px) {
  .editor-content p + h2, .editor-content p + h3, .editor-content p + h4, .editor-content p + h5 {
    margin-top: 3.2rem;
  }
}
.editor-content p + table {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 576px) {
  .editor-content p + table {
    margin-top: 1.6rem;
  }
}
.editor-content ul {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.editor-content ul li {
/*   display: flex;
  align-items: center;
  gap: 0.8rem; */
  font-size: 1.8rem;
  line-height: 150%;
  color: #4A4A4A;
	padding-left: 34px;
}
.editor-content ul li::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate3d(0, -50%, 0);
  content: "";
  display: flex;
  width: 2.4rem;
  height: 2.4rem;
  min-width: 2.4rem;
  background-image: url(../img/program/list.png);
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  background-position: center;
}
.editor-content ul + h2 {
  margin-top: 5.6rem;
}
.editor-content ul + ul {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 576px) {
  .editor-content ul + ul {
    margin-top: 1.6rem;
  }
}
.editor-content ul + p {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 576px) {
  .editor-content ul + p {
    margin-top: 1.6rem;
  }
}
.editor-content ol {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.editor-content ol li {
  margin-left: 2.5rem;
  gap: 0.8rem;
  font-size: 1.8rem;
  line-height: 150%;
  color: #4A4A4A;
}
.editor-content ol + h2 {
  margin-top: 5.6rem;
}
.editor-content ol + ul {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 576px) {
  .editor-content ol + ul {
    margin-top: 1.6rem;
  }
}
.editor-content ol + p {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 576px) {
  .editor-content ol + p {
    margin-top: 1.6rem;
  }
}
.editor-content blockquote {
  margin: 3.2rem 0;
  background-color: #fff;
  padding: 4.8rem 4rem;
  border-radius: 3.2rem;
}
.editor-content blockquote p {
  font-size: 2.2rem;
  line-height: 163%;
  color: #000;
}
@media only screen and (max-width: 576px) {
  .editor-content blockquote p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 576px) {
  .editor-content blockquote {
    padding: 2rem 1.8rem;
    margin: 1.6rem 0;
  }
}
.editor-content table {
  border-radius: 2.4rem;
  border: 1px solid #DDD;
  background: #fff;
  overflow: auto;
  display: block;
  height: max-content !important;
}
.editor-content table td {
  border: 1px solid #EAEAEA;
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  color: #4A4A4A;
}
@media only screen and (max-width: 576px) {
  .editor-content table td {
    font-size: 1.6rem;
  }
}
.editor-content table thead {
  background: #DDD;
}
.editor-content table thead td {
  color: #000;
}
.editor-content table + p {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 576px) {
  .editor-content table + p {
    margin-top: 1.6rem;
  }
}

.no-elements {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
div,
a,
li,
textarea,
input,
button,
input::placeholder,
textarea::placeholder {
  font-size: 1.6rem;
  font-style: normal;
  line-height: 120%;
  color: inherit;
}

input,
button,
input::placeholder,
textarea::placeholder {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 150%;
}

.h1,
h1 {
  font-size: 3.2rem;
  line-height: 1.1;
}
@media only screen and (min-width: 576px) {
  .h1,
h1 {
    font-size: calc(3.2rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  .h1,
h1 {
    font-size: 5.6rem;
  }
}

.h2,
h2 {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media only screen and (min-width: 576px) {
  .h2,
h2 {
    font-size: calc(2.8rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  .h2,
h2 {
    font-size: 3.2rem;
  }
}

.h3,
h3,
.h4,
h4 {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  .h3,
h3,
.h4,
h4 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  .h3,
h3,
.h4,
h4 {
    font-size: 2.4rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 1.8rem;
  }
}

form label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #080520;
  text-align: left;
  display: block;
}

button {
  font-family: e-Ukraine, sans-serif;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  background: #fff;
  border-radius: 3.4rem;
  border: 1px solid #DDD;
  padding: 1.8rem 2.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #080520;
}
.wpcf7-form-control-wrap textarea {
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  resize: none;
}

.wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #ffa8a8 !important;
}

.wpcf7-not-valid-tip {
  color: #ffa8a8;
  font-weight: 500;
  display: block;
  margin: 0.4rem 0 1.2rem;
}
@media only screen and (max-width: 576px) {
  .wpcf7-not-valid-tip {
    text-align: center;
  }
}

.iti-mobile .iti__country-list,
.iti__country-list {
  border-radius: 3.2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  border-top-left-radius: 0;
}

.iti-mobile .iti__country, .iti__country-list .iti__country {
  padding: 2rem;
  font-weight: 400;
}

.iti__divider {
  display: none;
}

.iti__country-list--dropup {
  border-radius: 3.2rem;
  border-bottom-left-radius: 0;
}

button {
  outline: none;
}

.btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #0085FF;
  padding: 1.8rem 3.2rem;
  font-size: 1.8rem;
  border: none;
  cursor: pointer;
  border-radius: 20rem;
  font-weight: 400;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  gap: 1rem;
  overflow: hidden;
}
.btn.style-1 {
  background-color: #0085FF;
  color: #fff;
}
.btn.style-1:hover {
  background: #1b6cbe;
}
.btn.style-3 {
  display: flex;
  text-align: start;
  background-color: transparent;
  color: #000;
  max-width: 100%;
  margin-left: 3.2rem;
  padding: 0;
}
@media only screen and (min-width: 576px) {
  .btn.style-3 {
    flex: 0 1 25.9rem;
  }
}
@media only screen and (max-width: 576px) {
  .btn.style-3 {
    margin-top: 2.6rem;
  }
}
.btn.style-4 {
  background-color: #fff;
  color: #0085FF;
  transition: background 0.2s ease;
}
.btn.style-4:hover {
  background: #0085FF;
  color: #fff;
}
.btn.style-4:hover img {
  filter: brightness(0) invert(1);
}
.btn.style-4:focus {
  color: #fff !important;
  background: inherit;
}
.btn.style-5 {
  border-radius: 10rem;
  border: 0.2rem solid #fff;
  background-color: transparent;
}
.btn.style-5:hover {
  background-color: #0085FF;
  color: #fff;
  border-color: #0a7de9;
}
.btn.style-6 {
  color: #0085FF;
  font-size: 1.8rem;
  border-radius: 10rem;
  border: 0.2rem solid #0085FF;
  background-color: transparent;
}
.btn.style-6:hover {
  color: #fff;
  background-color: #0a7de9;
}
.btn.style-6:hover img {
  filter: brightness(0) invert(1);
}
.btn.style-6:focus {
  color: #fff;
}
.btn.style-7 {
  padding: 0.8rem 1.6rem;
  color: #000;
  font-size: 1.6rem;
  border-radius: 10rem;
  background-color: #fff;
  font-weight: 300;
  border: 0.1rem solid #EAEAEA;
}
.btn.style-8 {
  padding: 1rem;
  font-size: 1.6rem;
  gap: 0.8rem;
  font-weight: 400;
  border-radius: 0.8rem;
}
.btn.style-8.bg-violet {
  background: linear-gradient(46deg, #8F26A9 0%, #F54B4B 100%);
}
.btn.style-8.bg-green {
  background: linear-gradient(45deg, #147636 0%, #29C467 100%);
}
.btn.style-8.bg-yellow {
  background: linear-gradient(225deg, #FEA019 0%, #FE4026 100%);
}
.btn img {
  transition: all 0.2s ease;
}
.btn:not(.tabs__tab, .rewiews__footer-bttn):hover {
  background-color: #1b6cbe;
}
.btn:not(.tabs__tab, .rewiews__footer-bttn):hover > img {
  filter: brightness(0) invert(1);
  transform: translate3d(3px, 0, 0);
}
.btn:not(.tabs__tab, .rewiews__footer-bttn, .front__button):focus {
  background: rgb(0, 90, 173);
}
.btn:not(.tabs__tab, .rewiews__footer-bttn, .front__button):focus > img {
  filter: brightness(0) invert(1);
  transform: translate3d(3px, 0, 0);
}
@media only screen and (max-width: 576px) {
  .btn {
    font-size: 1.6rem !important;
    padding: 1.2rem 2.2rem;
  }
}

.bttn-border {
  padding: 1.6rem 2rem;
  background-color: transparent;
  border: 1px solid #0085FF;
  color: #0085FF;
}

.bttn-white {
  background-color: #fff;
  color: #0085FF;
}

.bttn[disabled] {
  opacity: 0.7;
  cursor: default;
}

.bttn--red {
  background-color: -webkit-linear-gradient(45deg, #4E29B9 0%, #71A2EB 100%);
}

.bttn-loading,
.wpcf7 .wpcf7-form.submitting .wpcf7-submit {
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-shadow: none;
}

.bttn--small {
  padding: 1rem 2rem;
  border-radius: 1.2rem;
}

.bttn--big {
  font-size: 1.8rem;
  padding: 2.4rem 4rem;
  border-radius: 2.2rem;
}

.header {
  position: fixed;
  top: 4rem;
  width: 100%;
  z-index: 99;
  transition: 0.3s linear;
}
@media only screen and (max-width: 1240px) {
  .header {
    padding: 0 1.5rem;
  }
}
.header__wrap {
  transition: all 0s linear;
}
@media only screen and (min-width: 953.2px) {
  .header {
    position: sticky;
  }
}
@media only screen and (max-width: 953px) {
  .header {
    top: 2rem;
  }
}
.header--hide {
  transform: translate(0, -200%);
}
.header--scrolled {
  top: 1rem;
}
.header .container {
  border-radius: 20rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  gap: 2rem;
  padding-right: 0;
  padding-left: 2.4rem;
  max-width: 124rem;
}
@media only screen and (max-width: 953px) {
  .header .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .header .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.header__logo {
  max-width: 17.4rem;
  z-index: 200;
}
.header__burger {
  display: block;
  background: inherit;
  outline: none;
  border: none;
  width: 3.2rem;
  height: 3.2rem;
  z-index: 200;
}
@media only screen and (min-width: 953.2px) {
  .header__burger {
    display: none;
  }
}
.header__burger:before, .header__burger:after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, -50%);
  transition: top 0.15s linear 0.15s, transform 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear;
}
.header__burger:before {
  top: calc(50% - 0.35rem);
}
.header__burger:after {
  top: calc(50% + 0.35rem);
}
.header__menu {
  position: fixed;
  top: 0;
  left: 100%;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  transition: transform 0.3s linear;
  padding: 9rem 1.5rem 1rem;
  flex: 0 1 auto;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 953px) {
  .header__menu {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 953.2px) {
  .header__menu {
    height: auto;
    position: static;
    padding: 0;
    background-color: transparent;
  }
}
.header__menu a {
  transition: all 0.2s ease;
}
.header__menu li:hover > a {
  color: #0085FF;
}
.header__menu .menu-item-has-children ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 0.8rem;
  text-align: left;
  width: max-content;
  opacity: 0;
  top: calc(100% + 3rem);
  pointer-events: none;
  transition: all 0.2s ease;
  transition-delay: 0.2s;
  padding: 0 1rem;
  padding-left: 3rem;
  padding-bottom: 2rem;
  border-radius: 2rem;
}
@media only screen and (min-width: 953.2px) {
  .header__menu .menu-item-has-children ul {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 0;
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 953px) {
  .header__menu .menu-item-has-children ul {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
}
.header__menu .menu-item-has-children ul li:first-child, .header__menu .menu-item-has-children ul li:first-child a {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.header__menu .menu-item-has-children ul li:last-child, .header__menu .menu-item-has-children ul li:last-child a {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.header__menu .menu-item-has-children ul li + li {
  margin-left: 0;
}
@media only screen and (max-width: 953px) {
  .header__menu .menu-item-has-children ul li + li {
    margin: 0;
  }
}
.header__menu .menu-item-has-children ul li a {
  text-align: left;
  padding: 2rem 2.4rem;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 953px) {
  .header__menu .menu-item-has-children ul li a {
    padding: 1rem 0;
    font-weight: 500;
    font-size: 1.6rem;
  }
}
.header__menu .menu-item-has-children ul li a:hover {
  color: #0085FF;
}
.header__menu .menu-item-has-children ul li a:hover::after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 953px) {
  .header__menu .menu-item-has-children ul li .sub-menu a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 953px) {
  .header__menu .menu-item-has-children ul {
    position: unset;
    opacity: 1;
    left: unset;
    pointer-events: all;
    width: 100%;
    top: 100%;
    transform: translateX(0);
  }
}
.header__menu .menu-item-has-children ul > .sub-menu > li:hover > a {
  background-color: rgb(217, 237, 255);
}
@media (any-hover: hover) {
  .header__menu .menu-item-has-children ul > .sub-menu > .menu-item-has-children:hover > a {
    background-color: rgb(217, 237, 255);
  }
}
.header__menu .menu-item-has-children ul a {
  padding-right: 4.1rem !important;
}
.header__menu .menu-item-has-children ul a::after {
  top: 2.4rem;
  right: 2.4rem;
  transform: rotate(270deg) !important;
}
@media only screen and (max-width: 953.2px) {
  .header__menu .menu-item-has-children ul a {
    padding-right: 1rem !important;
  }
  .header__menu .menu-item-has-children ul a li a {
    font-size: 1.4rem !important;
  }
}
.header__menu .menu-item-has-children > a {
  padding-right: 1.4rem;
}
.header__menu .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  mask-image: url(../img/general/arrow-up.svg);
  -webkit-mask-image: url(../img/general/arrow-up.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #4A4A4A;
  right: -0.2rem;
  top: 1.4rem;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 953px) {
  .header__menu .menu-item-has-children > a::after {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .header__menu .menu-item-has-children > a::after {
    top: 3.2rem;
  }
}
.header__menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  top: 100%;
  pointer-events: all;
  transition: all 0.2s ease;
  transition-delay: 0s;
}
.header__menu .menu-item-has-children:hover > a {
  color: #0085FF;
}
.header__menu .menu-item-has-children:hover > a::after {
  background-color: #0085FF;
  transform: rotate(180deg);
}
.header__button {
  border: 1px solid transparent;
}
@media only screen and (max-width: 576px) {
  .header__button {
    margin: 4rem auto 0;
    display: flex;
  }
}
.header__button:hover {
  background: #1b6cbe;
}
.header__list, .header__user {
  display: flex;
  align-items: center;
  gap: 4.8rem;
}
@media only screen and (max-width: 992px) {
  .header__list, .header__user {
    gap: 1.2rem;
  }
}
@media only screen and (max-width: 953px) {
  .header__user {
    gap: 2rem;
  }
  .header__user .header__burger {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .header__user {
    gap: 0rem;
  }
}
.header__lang {
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (min-width: 953.2px) {
  .header__lang.mobile {
    display: none;
  }
}
.header__lang > span {
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--grayscale-900, #4A4A4A);
  font-size: 1.6rem;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 953.2px) {
  .header__lang > span {
    color: var(--grayscale-900, #4A4A4A);
  }
}
.header__lang > span:hover {
  color: #0085FF;
}
.header__lang ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 0.8rem;
  text-align: left;
  width: max-content;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  top: calc(100% + 3rem);
  pointer-events: none;
  transition: all 0.2s ease;
  transition-delay: 0.2s;
  overflow: hidden;
}
.header__lang ul li + li {
  margin-top: 0rem;
  margin-left: 0 !important;
}
.header__lang ul li a {
  text-align: left;
  display: block;
  padding: 1rem;
  transition: all 0.2s ease;
}
.header__lang ul li a:hover {
  color: #0085FF;
  background-color: rgb(217, 237, 255);
}
.header__lang > span {
  padding-right: 1.4rem;
}
.header__lang > span::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  mask-image: url(../img/general/arrow-up.svg);
  -webkit-mask-image: url(../img/general/arrow-up.svg);
  background-color: #4A4A4A;
  right: -0.2rem;
  top: 1.4rem;
  transition: all 0.2s ease;
}
.header__lang:hover ul {
  opacity: 1;
  top: 100%;
  pointer-events: all;
  transition: all 0.2s ease;
  transition-delay: 0s;
}
.header__lang:hover > span {
  color: #0085FF;
}
.header__lang:hover > span::after {
  transform: rotate(180deg);
  background-color: #0085FF;
}

.list-menu {
  list-style-type: none;
}
@media only screen and (min-width: 953.2px) {
  .list-menu {
    display: flex;
    align-items: center;
  }
}
.list-menu li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--grayscale-900, #4A4A4A);
  font-size: 1.6rem;
  padding: 1rem;
}
@media only screen and (min-width: 953.2px) {
  .list-menu li a {
    color: var(--grayscale-900, #4A4A4A);
  }
}
@media only screen and (max-width: 953px) {
  .list-menu li a {
    text-align: left;
    font-weight: bold;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .list-menu li a {
    padding: 2rem 0;
    font-size: 1.6rem;
  }
}
.list-menu li:not(:first-of-type) {
  border-top: 0.1rem solid rgba(114, 117, 152, 0.2);
}
@media only screen and (min-width: 953.2px) {
  .list-menu li:not(:first-of-type) {
    border-top: 0;
    margin-left: 4.8rem;
  }
}
@media only screen and (max-width: 1300px) {
  .list-menu li:not(:first-of-type) {
    margin-left: 1.6rem;
  }
}
@media only screen and (max-width: 992px) {
  .list-menu li:not(:first-of-type) {
    margin-left: 1.2rem;
  }
}
@media only screen and (max-width: 576px) {
  .list-menu li:not(:first-of-type) {
    margin: 0;
  }
}

@media only screen and (max-width: 953px) {
  body.menu-open .header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 101;
  }
  body.menu-open .header__menu {
    transform: translate3d(-100%, 0, 0);
  }
  body.menu-open .header__burger::before, body.menu-open .header__burger::after {
    background-color: #000;
    -webkit-transition: top 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
    transition: top 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
    -o-transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear;
    transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear;
    transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
  }
  body.menu-open .header__burger:before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  body.menu-open .header__burger:after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (any-hover: hover) {
  .sub-menu li:hover {
    background: rgb(217, 237, 255);
  }
}

.sub-menu .menu-item-has-children ul {
  left: 100%;
  top: 0 !important;
  transform: translate(0);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  overflow: hidden;
  border-radius: 2rem;
}
@media (any-hover: hover) {
  .sub-menu .menu-item-has-children ul li:hover a {
    background-color: rgb(217, 237, 255);
  }
}
.sub-menu .menu-item-has-children ul li, .sub-menu .menu-item-has-children ul a {
  border-radius: 0 !important;
}
@media only screen and (max-width: 953px) {
  .sub-menu .menu-item-has-children ul {
    padding: 1rem;
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
  }
  .sub-menu .menu-item-has-children ul a {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .sub-menu .menu-item-has-children:hover {
    background: rgb(217, 237, 255);
  }
}
.sub-menu .menu-item-has-children:hover ul {
  opacity: 1;
  top: 100%;
  pointer-events: all;
  transition: all 0.2s ease;
  transition-delay: 0s;
}

@media only screen and (max-width: 953.2px) {
  .sub-menu .menu-item-has-children .sub-menu {
    display: none;
  }
}
.menu-item-has-children .sub-menu .menu-item-has-children > a {
  display: inline-flex;
}

@media only screen and (max-width: 953px) {
  .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 953.2px) {
  .menu-item-has-children .sub-menu .menu-item-has-children::after {
    content: "";
    position: absolute;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    mask-image: url(../img/general/arrow-up.svg);
    -webkit-mask-image: url(../img/general/arrow-up.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: #4A4A4A;
    right: -0.2rem;
    top: 1.4rem;
    transition: all 0.2s ease;
  }
}
@media only screen and (max-width: 953.2px) and (max-width: 953px) {
  .menu-item-has-children .sub-menu .menu-item-has-children::after {
    width: 1.8rem;
    height: 1.8rem;
    transform: rotate(0deg) !important;
  }
}
@media only screen and (max-width: 953.2px) and (max-width: 576px) {
  .menu-item-has-children .sub-menu .menu-item-has-children::after {
    top: 1.3rem;
  }
}
@media only screen and (max-width: 953.2px) {
  .menu-item-has-children .sub-menu .menu-item-has-children.active::after {
    transform: rotate(180deg) !important;
  }
}
@keyframes frontAnim {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(1.2deg); /* Змініть кут повороту на ваш смак */
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes frontAnim2 {
  0% {
    transform: rotate(3deg);
  }
  25% {
    transform: rotate(0deg); /* Змініть кут повороту на ваш смак */
  }
  100% {
    transform: rotate(3deg);
  }
}
@keyframes frontAnim3 {
  0% {
    transform: rotate(-5deg);
  }
  25% {
    transform: rotate(0deg); /* Змініть кут повороту на ваш смак */
  }
  100% {
    transform: rotate(-5deg);
  }
}
.front {
  padding: 3.5rem 0 12rem;
}
@media only screen and (max-width: 876px) {
  .front {
    padding-top: 10rem;
  }
}
.front__wrap {
  max-width: 100%;
}
.front__title, .front__title > p {
  justify-content: center;
  max-width: 89rem;
}
.front__items {
  position: relative;
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 876px) {
  .front__items {
    justify-content: space-evenly;
    gap: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .front__items {
    margin-top: 3rem;
    flex-direction: column;
    gap: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  .front__items {
    gap: 1rem;
  }
}
.front__item {
  flex: 0 1 33.333%;
  max-width: 31rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.front__item:nth-child(3) > .front__item-img::before {
  width: 110%;
}
.front__item-img {
  transform: translateY(10px);
}
.front__item-img::before {
  position: absolute;
  content: "";
  width: 120%;
  height: calc(120% + 1rem);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  border: 1px solid #EAEAEA;
}
@media only screen and (max-width: 876px) {
  .front__item {
    flex: 0 1 25%;
  }
}
@media only screen and (max-width: 576px) {
  .front__item {
    flex: 0 1 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .front__item:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}
.front__descr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #fff;
  z-index: 1;
  border-radius: 1.6rem;
  padding: 0.8rem 1.2rem;
  box-shadow: 0px 8px 12px 0px rgba(34, 60, 80, 0.1);
  font-weight: 300;
}
.front__descr img {
  margin-right: 1rem;
}
.front__descr p {
  font-size: 1.6rem;
  font-weight: 300;
}
.front__descr_mod1 {
  animation: frontAnim 2.2s infinite;
  transform-origin: center;
  backface-visibility: hidden;
}
.front__descr_mod2 {
  animation: frontAnim 2s infinite;
  backface-visibility: hidden;
}
@media only screen and (max-width: 576px) {
  .front__descr_mod2 span {
    flex-basis: auto;
    max-width: 100%;
  }
}
.front__descr_mod3 {
  animation: frontAnim2 2.4s infinite;
  transform-origin: center;
  backface-visibility: hidden;
}
.front__descr_mod3 span {
  flex-basis: 21rem;
  max-width: 21rem;
}
@media only screen and (max-width: 576px) {
  .front__descr_mod3 span {
    flex-basis: auto;
    max-width: 100%;
  }
}
.front__highlight {
  font-weight: 700;
}
.front__wrap-btns {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .front__wrap-btns {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .front__wrap-btns {
    margin-top: 9rem;
    flex-direction: column;
  }
}
.front__button:hover {
  border-color: transparent !important;
}
.front__button:hover.style-1 {
  color: #fff;
}
.front__button.style-3 {
  flex: 0 1 27.9rem;
  font-weight: 400;
}
.front__button.style-3:hover {
  color: #0085FF;
  background: none;
}
.front__button.style-3:hover .front__play {
  background-color: #0085FF;
  color: #fff;
}
.front__button.style-3:hover .front__play img {
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 576px) {
  .front__button {
    margin: 0 !important;
  }
  .front__button.style-3 {
    flex: 0;
    font-size: 1.5rem;
  }
  .front__button + .front__button {
    max-width: 80%;
    margin: 1.5rem auto 0 !important;
  }
}
.front__play {
  margin-right: 0.2rem;
  height: 6.4rem;
  width: 13.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.6rem solid rgba(0, 133, 255, 0.3);
  border-radius: 10rem;
  transition: background 0.2s ease;
}
.front__decor {
  animation: frontAnim3 2.9s infinite;
  transform-origin: center;
  backface-visibility: hidden;
}

@keyframes frontAnim4 {
  0% {
    transform: rotate(-3.7deg);
  }
  25% {
    transform: rotate(0deg); /* Змініть кут повороту на ваш смак */
  }
  100% {
    transform: rotate(-3.7deg);
  }
}
.banner {
  padding: 5rem 0 13.6rem;
}
.banner.about-school {
  overflow: hidden;
  padding-top: 9.2rem !important;
}
@media only screen and (min-width: 992px) {
  .banner.about-school {
    min-height: 62rem;
  }
}
@media only screen and (max-width: 576px) {
  .banner.about-school {
    padding-top: 5.2rem !important;
  }
}
.banner.adult {
  padding-top: 4.5rem !important;
}
@media only screen and (max-width: 1200px) {
  .banner {
    padding: 5rem 0 7rem !important;
  }
}
@media only screen and (max-width: 876px) {
  .banner {
    padding-top: 0 !important;
  }
}
.banner__wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .banner__wrap {
    flex-direction: column-reverse;
    gap: 10rem;
  }
}
@media only screen and (max-width: 1200px) {
  .banner__wrap-1 {
    gap: 3rem;
  }
}
.banner__content {
  width: 61.7rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  z-index: 2;
}
.banner__content-2 {
  gap: 0 !important;
  align-items: center;
}
.banner__content-2 .banner__bttns {
  margin-top: 10rem;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .banner__content-2 .banner__bttns {
    margin-top: 2rem;
  }
}
.banner__content-2 .btn.style-3 {
  margin-left: 1.6rem;
}
@media only screen and (max-width: 576px) {
  .banner__content {
    gap: 2.8rem;
  }
}
@media only screen and (max-width: 1200px) {
  .banner__content {
    width: 100%;
  }
}
.banner__content-2 {
  width: 100%;
}
.banner__content-decor {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 4.2rem;
}
@media only screen and (max-width: 876px) {
  .banner__content-decor {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
  }
}
.banner__content-decor-item {
  display: inline-flex;
  width: max-content;
  gap: 1.6rem;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 1.6rem 2.4rem;
}
@media only screen and (max-width: 576px) {
  .banner__content-decor-item {
    width: 80%;
    max-width: max-content;
  }
}
.banner__content-decor-item p {
  font-size: 1.8rem;
  line-height: 133%;
}
@media only screen and (max-width: 576px) {
  .banner__content-decor-item p {
    font-size: 1.6rem;
  }
}
.banner__content-decor-item-1 {
  transform: rotate(1deg);
}
.banner__content-decor-item-2 {
  transform: rotate(-1deg);
}
.banner__content-decor-item img {
  width: 3.2rem;
  height: 3.2rem;
  max-width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .banner__content-decor-item img {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.banner__list-item {
  display: flex;
  gap: 1.6rem;
  max-width: 100%;
  width: 50.2rem;
  color: #4A4A4A;
}
.banner__list-item.title {
  font-weight: 300;
}
.banner__list-item img {
  top: 3px;
  width: 3.2rem;
  height: auto;
  object-fit: cover;
}
.page-id-4606 .banner__list-item img{
  top: 1px;
  max-width: 24px;
}
.banner__list-item + .banner__list-item {
  margin-top: 2.4rem;
}
.banner__title {
  text-align: left;
}
.banner__bttn {
  width: max-content;
}
.banner__bttns {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media only screen and (max-width: 576px) {
  .banner__bttns {
    flex-direction: column;
  }
  .banner__bttns .btn {
    width: 100%;
  }
  .page-id-4606 .stats-banner__text span{
    display: block;
    text-align: center;
  }
  .page-id-4606 .stats-banner__text strong{
    display: none;
  }
  .page-id-4606 .stats-banner__text strong + span{
    margin-top: 10px!important;
  }
}
.banner__images {
  width: 60rem;
  max-width: 100%;
}
.banner__images-2, .banner__images-3 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.banner__images-2 img, .banner__images-3 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .banner__images-2, .banner__images-3 {
    position: static;
    transform: translateX(-37%);
  }
}
.banner__images-3 {
  top: -5rem;
}
@media only screen and (max-width: 992px) {
  .banner__images-3 {
    top: -2rem;
  }
}
@media only screen and (max-width: 768px) {
  .banner__images-3 {
    max-width: 100%;
    position: absolute;
    transform: translate(0);
    padding: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  .banner__images-3 {
    transform: translateY(8rem);
  }
  .banner__images-3 .banner__img-6 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner__images-3 .banner__img-6 img {
    transform: scale(2);
  }
}
@media only screen and (max-width: 768px) {
  .banner__img-5 {
    transform: scale(2);
  }
}
@media only screen and (max-width: 876px) {
  .banner__img-2 {
    left: -6%;
  }
}
.banner__img img {
  max-width: 100%;
  object-fit: cover;
}
.banner__person {
  position: absolute;
}
.banner__decor {
  position: absolute;
  animation: frontAnim4 1.9s infinite;
  transform-origin: center;
  backface-visibility: hidden;
}
.banner__decor img {
  width: 4rem;
  height: auto;
  object-fit: cover;
}
.banner__decor-1 .banner__decor-img {
  display: inline-block;
}
.banner__decor-1 .banner__decor-img img {
  width: 15.7rem;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.banner__decor-1-3 .banner__decor-img, .banner__decor-1-4 .banner__decor-img {
  left: 68%;
  transform: translate(-50%, 2rem);
}
.banner__decor-1-3 .banner__decor-img::before, .banner__decor-1-4 .banner__decor-img::before {
  width: 80%;
  height: 88%;
  top: 57%;
  left: 36%;
}
.banner__decor-1-4 .banner__decor-img {
  left: 50%;
  transform: translate(-50%, 2.1rem);
}
.banner__decor-1-4 .banner__decor-img::before {
  height: 80%;
  left: 50%;
  top: 66%;
}
.banner__decor-1-4 .banner__decor-descr {
  max-width: 22.7rem;
  animation: frontAnim 2.2s infinite;
  transform-origin: center;
  backface-visibility: hidden;
}
.banner__decor-1 .banner__decor-descr {
  animation: frontAnim 2.2s infinite;
  transform-origin: center;
  backface-visibility: hidden;
  padding: 0.8rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 1.6rem;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 150%;
  max-width: 29.3rem;
  box-shadow: 0px 8px 12px 0px rgba(34, 60, 80, 0.1);
}
.banner__decor-1 .banner__decor-descr img {
  width: 2.4rem;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.banner__decor-img {
  transform: translateY(3rem);
}
.banner__decor-img::before {
  width: 83%;
  height: 83%;
  top: 60%;
}
.banner__decor-1 {
  bottom: -4.5rem;
  left: -6rem;
}
@media only screen and (max-width: 768px) {
  .banner__decor-1 {
    left: 0;
  }
}
.banner__decor-1-2 {
  left: unset;
  right: -3rem;
  bottom: -2.4rem;
}
@media only screen and (max-width: 1300px) {
  .banner__decor-1-2 {
    right: 0;
  }
}
.banner__decor-1-2 .banner__decor-img {
  display: flex;
  width: max-content;
  margin-left: auto;
}
.banner__decor-1-2 .banner__decor-img::before {
  width: 75%;
  height: 80%;
}
.banner__decor-1-2 .banner__decor-descr {
  max-width: 31rem;
  animation: frontAnim 2.2s infinite;
  transform-origin: center;
  backface-visibility: hidden;
  left: -8rem;
  bottom: 0.2rem;
}
@media only screen and (max-width: 576px) {
  .banner__decor-1-2 .banner__decor-descr {
    left: -3rem;
    bottom: -1rem;
  }
}
.banner__decor-1-3, .banner__decor-1-4 {
  left: unset;
  right: 0;
  bottom: -3.6rem;
}
.banner__decor-1-3 .banner__decor-descr, .banner__decor-1-4 .banner__decor-descr {
  animation: frontAnim 2.2s infinite;
  transform-origin: center;
  backface-visibility: hidden;
  right: 8.5rem;
  transform: rotate(2deg);
}
@media only screen and (max-width: 576px) {
  .banner__decor-1-3 .banner__decor-descr, .banner__decor-1-4 .banner__decor-descr {
    left: -3rem;
    bottom: -1rem;
  }
}
.banner__decor-1-4 {
  right: 1.2rem;
}
@media only screen and (max-width: 1300px) {
  .banner__decor-1-4 {
    right: 0;
  }
}
.banner__decor-1-4 .banner__decor-descr {
  animation: frontAnim 2.2s infinite;
  transform-origin: center;
  backface-visibility: hidden;
  max-width: 22.7rem !important;
  right: 4.5rem;
}
.banner__decor-2-1.decor {
  bottom: 93%;
  left: 11rem;
}
@media only screen and (max-width: 876px) {
  .banner__decor-2-1.decor {
    bottom: 82%;
  }
}
.banner__decor-2-2.decor {
  bottom: 28.5rem;
  left: 6.3rem;
}
@media only screen and (max-width: 576px) {
  .banner__decor-2-2.decor {
    bottom: 11.5rem;
  }
}
.banner__decor-2-3 {
  display: none !important;
}
.banner__decor-2-4.decor {
  bottom: 5.4rem;
  left: 1rem;
}
.banner__decor-3-1.decor {
  top: 10.8rem;
}
.banner__decor-3-2.decor {
  top: 5.5rem;
  right: 11rem;
}
@media only screen and (max-width: 576px) {
  .banner__decor-3-2.decor {
    right: 2rem;
  }
}
.banner__decor-3-3 {
  display: none !important;
}
.banner__decor-3-4.decor {
  height: max-content;
  top: -2.2rem;
  right: 13.1rem;
}
.banner__decor-4 {
  left: 4rem;
  bottom: 1.5rem;
  transform: rotate(-7.366deg);
  width: 38rem;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .banner__decor-4 {
    width: 22rem;
    bottom: 2.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .banner__decor-4 {
    width: 13rem;
    bottom: 8rem;
  }
}
.banner__decor-4 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 1200px) {
  .banner__content, .banner__images {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .banner__images {
    padding: 0 2rem;
  }
}

.courses {
  padding: 10rem 0 5rem;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media only screen and (max-width: 768px) {
  .courses__container {
    padding: 0;
  }
}
.courses .swiper-slide {
  background-color: transparent;
  padding: 0;
  height: auto;
  min-height: 53.5rem;
  width: max-content;
}
@media only screen and (max-width: 768px) {
  .courses .swiper-slide {
    width: 86% !important;
    max-width: 100%;
  }
}
.courses__tabs {
  overflow-x: auto;
  /* Optional: show position indicator in red */
}
.courses__tabs-wrap {
  margin-top: 2.8rem;
}
@media only screen and (max-width: 576px) {
  .courses__tabs-wrap {
    margin-top: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .courses__tabs-wrap::after {
    content: "";
    position: absolute;
    right: -2.5rem;
    top: 50%;
    width: 1.3rem;
    z-index: 7;
    height: 70%;
    box-shadow: 0 0 30px rgb(144, 134, 134);
    clip-path: inset(0px -30px 0px 0px);
    pointer-events: none;
    transform: translateY(-50%) rotate(180deg);
  }
}
.courses__tabs::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}
.courses__tabs::-webkit-scrollbar-thumb {
  background: transparent;
}
.courses__slider {
  padding-right: 2rem;
  overflow: unset;
}
@media only screen and (max-width: 1270px) {
  .courses__slider {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .courses__slider {
    padding-left: 1.5rem;
  }
}
.courses .swiper-wrapper .swiper-slide:last-child .card_cours {
  margin-right: 2rem;
}
@media only screen and (max-width: 576px) {
  .courses .card_cours .card__header {
    padding: 2rem;
  }
  .courses .card_cours .card__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .courses .card_cours .card__price-wrap img {
    width: 5.6rem;
    height: auto;
    margin-right: 0.9rem;
  }
}

.all-courses {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .all-courses {
    padding: 5rem 0;
  }
}
.all-courses__wrap {
  display: flex;
  justify-content: space-between;
  gap: 4.5rem;
  margin-top: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .all-courses__wrap {
    flex-direction: column;
  }
}
.all-courses__items {
  width: 98rem;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 2rem;
}
.all-courses__items .card_cours {
  width: auto;
}
@media only screen and (max-width: 1200px) {
  .all-courses__items {
    width: 100%;
  }
}
@media only screen and (max-width: 876px) {
  .all-courses__items {
    grid-template-columns: repeat(1, 1fr);
    width: 48rem;
    margin: 0 auto;
  }
}
.all-courses__tabs-title {
  margin-bottom: 1.6rem;
}
.all-courses__tabs-item + .all-courses__tabs-item {
  margin-top: 4rem;
}
.all-courses__tabs-wrap {
  overflow: auto;
  /* Optional: show position indicator in red */
}
.all-courses__tabs-wrap::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}
.all-courses__tabs-wrap::-webkit-scrollbar-thumb {
  background: transparent;
}
@media only screen and (max-width: 1200px) {
  .all-courses__list {
    display: flex;
    align-items: center;
    overflow-x: auto;
    width: max-content;
    padding: 1rem 0;
  }
}
.all-courses__list-item {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}
.all-courses__list-item.category {
  padding: 0.8rem 1.6rem;
  border-radius: 10rem;
  font-size: 1.6rem;
  line-height: 150%;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  transition: all 0.2s ease;
}
.all-courses__list-item.category + .all-courses__list-item.category {
  margin-top: 1.2rem;
}
@media only screen and (max-width: 1200px) {
  .all-courses__list-item.category + .all-courses__list-item.category {
    margin-top: 0;
    margin-left: 1.2rem;
  }
}
.all-courses__list-item.category img {
  width: 3.2rem;
  height: auto;
  object-fit: cover;
}
.all-courses__list-item.age {
  font-size: 1.8rem;
  line-height: 155%;
  gap: 1.1rem;
  transition: all 0.2s ease;
}
.all-courses__list-item.age + .all-courses__list-item.age {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .all-courses__list-item.age + .all-courses__list-item.age {
    margin-top: 0;
    margin-left: 3rem;
  }
}
.all-courses__list-item.age::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgb(143, 143, 143);
  border-radius: 0.8rem;
  transition: all 0.2s ease;
}
.all-courses__list-item.age:hover::before {
  border-color: #0085FF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.all-courses__list-item.age.active::before {
  background-image: url(../img/general/check.svg);
  background-color: #0085FF;
  border-color: #0085FF;
}
.all-courses .popup-course-info {
  display: none;
}

.home .whyus {
  padding: 10rem 0 5rem;
}

.whyus__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 876px) {
  .whyus__items {
    justify-content: center;
  }
}
.whyus__item {
  display: flex;
  align-items: start;
  width: 29.5rem;
  max-width: 100%;
  background-color: #fff;
  padding: 2.4rem;
  border-radius: 2.4rem;
  gap: 1rem;
}
.whyus__item img {
  top: 0.4rem;
  min-width: 2.4rem;
  width: 2.4rem;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}
@media only screen and (max-width: 876px) {
  .whyus__item {
    width: 100%;
  }
}
.whyus__cont {
  display: flex;
  flex-direction: column;
}
.whyus__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 576px) {
  .whyus__text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .whyus__decor.decor.style-1 {
    bottom: -8rem;
  }
}
.whyus__decor.decor.style-1 img {
  width: 4rem;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .whyus__decor.decor.style-2 {
    top: -8rem;
  }
}
.whyus__decor.decor.style-2 img {
  width: 3.2rem;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .whyus__decor.decor {
    right: 2rem;
  }
}
@media only screen and (max-width: 1300px) {
  .whyus__decor.decor {
    right: 0;
  }
}

.wrap-title {
  position: relative;
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .wrap-title {
    margin-bottom: 10rem;
  }
}

.aboutus {
  padding: 10rem 0 6.5rem;
}
@media only screen and (max-width: 576px) {
  .aboutus {
    padding: 6rem 0;
  }
}
.aboutus__wrap {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .aboutus__wrap {
    flex-direction: column;
  }
}
.aboutus__item {
  flex: 0 1 50%;
}
.aboutus__item_img {
  position: relative;
  margin-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .aboutus__item_img {
    margin: 0 0 7rem 0;
  }
}
.aboutus__wrap-img {
  text-align: center;
  max-width: 46rem;
  margin: 0 auto;
}
.aboutus__img {
  max-width: 100%;
}
.aboutus__title {
  margin: 0 0 4.8rem 0;
  text-align: start;
}
@media only screen and (max-width: 768px) {
  .aboutus__title {
    margin: 0 auto;
    text-align: center;
  }

  .page-id-4606 .prices+.aboutus .aboutus__title{
    margin-bottom: 280px;
  }
  .page-id-4606 .prices+.aboutus .aboutus__item_img{
    position: relative;
    width: 100%;
  }
  .page-id-4606 .prices+.aboutus .aboutus__item_img img{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100px;
    width: auto;
    max-height: 260px;
  }
  .lessons + .aboutus .aboutus__wrap{
    flex-direction: column-reverse;
  }
  .lessons + .aboutus .aboutus__item{
    margin-bottom: 0!important;
  }
  .lessons + .aboutus .aboutus__title{
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .aboutus__cont {
    margin-top: 2rem;
    text-align: center;
  }
}
/*.aboutus__cont p {
  font-weight: 400;
}*/
.aboutus__cont p + p {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .aboutus__text:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.aboutus__decor_1 {
  top: 0;
  left: 4.2rem;
  transform: rotate(12deg);
}
.aboutus__decor_1 img {
  max-width: 5.5rem;
  height: 5.5rem;
}
.aboutus__decor_2 {
  top: 2rem;
  right: 0;
  transform: rotate(-6deg);
}
.aboutus__decor_2 img {
  max-width: 4.8rem;
  height: 4.8rem;
}
.aboutus__decor_3 {
  bottom: 1rem;
  right: 0;
  transform: rotate(-8deg);
}
.aboutus__decor_3 img {
  max-width: 5.5rem;
  height: 5.5rem;
}
.aboutus__decor_4 {
  left: 8.4rem;
  bottom: -4rem;
  transform: rotate(8deg);
}
.aboutus__decor_4 img {
  max-width: 4rem;
  height: 4rem;
}
.aboutus__decor_5 {
  left: 0;
  bottom: 36%;
}
.aboutus__decor_5 img {
  max-width: 3.6rem;
  height: 3.6rem;
}

.feedback {
  overflow: hidden;
  padding: 10rem 0;
}
.feedback p[role=status] {
  display: none;
}
.feedback__text {
  margin-bottom: 2.4rem;
}
.feedback__item p {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 150%;
  color: #F9F9F9;
}
.feedback__item p strong, .feedback__item p b {
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .feedback {
    padding: 4rem 0;
  }
  .feedback .container {
    padding: 0;
  }
}
.feedback__wrap {
  padding: 5.6rem 7.2rem 3.2rem;
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 992px) {
  .feedback__wrap {
    flex-direction: column;
    row-gap: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .feedback__wrap {
    padding: 3.2rem 2.5rem 3.2rem;
    padding-bottom: 25rem;
  }
}
@media only screen and (max-width: 576px) {
  .feedback__wrap {
    border-radius: 0;
    padding: 3.2rem 2.5rem 3.2rem;
  }
}
.feedback__item {
  flex: 0 1 50%;
}
.feedback__item_form {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .feedback__item_form {
    position: unset;
  }
}
.feedback__title {
  margin: 0 0 3.8rem 0;
  text-transform: none !important;
}
.feedback__dec {
  position: absolute;
  bottom: -3.2rem;
  right: -5rem;
  z-index: 1;
}
.feedback__dec img {
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  .feedback__dec {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .feedback__dec {
    bottom: 0;
    right: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .feedback__dec {
    display: none;
  }
}
.feedback__form {
  position: relative;
  z-index: 10;
  margin-top: 2.4rem;
}
.feedback__form .form__label {
  max-width: 100%;
  width: 100%;
  display: block;
  margin-right: 0;
}
.feedback__form .form__label:not(:last-child) {
  margin-bottom: 1.2rem;
}
.feedback form .form__label {
  max-width: 100%;
  width: 100%;
  display: block;
  margin-right: 0;
}
.feedback form .form__label:not(:last-child) {
  margin-bottom: 1.2rem;
}

.radio-item__title {
  margin-bottom: 2rem;
}
.radio-item__items {
  display: flex;
  flex-direction: column;
}
.form-check__checkbox-input {
  cursor: pointer;
  display: block;
}

.form-check__checkbox-input input {
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 10;
}

.form-check__checkbox-input .wpcf7-list-item-label {
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  flex: 0 1 auto;
  margin-bottom: 1.2rem;
}

.form-check__checkbox-input .wpcf7-list-item-label::before {
  content: "";
  cursor: pointer;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  height: 28px;
  border-radius: 8px;
  background: transparent;
  border: 0.1rem solid #fff;
  margin-right: 1.1rem;
}

.form-check__checkbox-input .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  content: "";
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url(../img/feedback/check.svg);
  background-position: center;
}

.form-check__checkbox-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.wpcf7-form-control-wrap input:checked + .form__checkbox {
  color: #fff;
}

label[for=your-tel] {
  z-index: 3;
}

.iti__country-list {
  width: 43rem;
  overflow-x: hidden;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.iti__country-list::-webkit-scrollbar {
  width: 0.8rem;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  height: 4rem;
}
.iti__country-list::-webkit-scrollbar-track {
  background: #cfcfcf;
}
.iti__country-list::-webkit-scrollbar-thumb {
  background: #0085FF;
}
.iti__country-list::-webkit-scrollbar-thumb:hover {
  background: #0085FF;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: transparent;
}

.wpcf7-response-output {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.8rem 0;
  background: #AEF496;
  z-index: 14;
  max-width: 100%;
  text-align: center;
  display: none;
  color: #000;
}
.wpcf7-response-output::after {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-image: url(../img/event/icon.png);
  width: 1.6rem;
  height: 1.6rem;
}

.popup-bg .screen-reader-response,
.popup-bg .wpcf7-not-valid-tip{
  display: none;
}


.mini-test__content{
    width: 922px;
    max-width: 100%;
    margin: auto;
    padding: 48px 72px;
    background: #fff;
    border-radius: 32px;
    margin-top: 56px;
  }
  .mini-test__top,
  .mini-test__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .mini-test__clock{
    width: 100%;
    min-height: 96px;
    max-width: 348px;
    padding: 27px 29px 27px 151px;
    background: url(/wp-content/uploads/2025/12/group-1893.svg) no-repeat left bottom, #f9f9f9;
    font-size: 1.8rem;
    line-height: 1.2;
    border-radius: 16px;
  }
  .mini-test__title{
    font-size: 2.2rem;
    font-weight: bold;
  }
  .mini-test__checkboxes{
    margin: 32px 0;
    padding: 32px 0;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .mini-test__subtext{
    font-size: 2.2rem;
    font-weight: bold;
  }
  .mini-test__bottom .btn{
    margin-top: 0;
  }
  .checkbox__items_dark .wpcf7-list-item-label{
    color: #000;
  }
  .checkbox__items_dark .form-check__checkbox-input .wpcf7-list-item-label::before{
    border-color: #ACACAC;
    background: #f9f9f9;
  }
  .checkbox__items_dark .form-check__checkbox-input input:checked + .wpcf7-list-item-label::before {
    content: "";
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-image: url(../img/feedback/check.svg);
    background-position: center;
}
.checkbox__items_dark .form-check__checkbox-input{
  transition: opacity .2s ease;
}
.checkbox__items_dark .form-check__checkbox-input:hover{
  opacity: 0.6;
}

@keyframes hideNotification {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.wpcf7-form.sent[data-status=sent] .wpcf7-response-output {
  display: block;
  animation: hideNotification 6s forwards;
}

.screen-reader-response ul {
  display: none;
}

span[data-name=tel-country] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form__text {
  z-index: 2;
}
.form__radio + div {
  z-index: 2;
}

.iti__arrow {
  margin: 0;
  position: absolute;
  left: -2px;
}

.iti__selected-dial-code {
  font-weight: 400;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}

.lessons {
  padding: 5rem 0 10rem;
}
.lessons .container {
  text-align: center;
}

.feedback__additional{
  margin: 100px auto 0;
  max-width: 880px;
  font-size: 2.2rem;
  padding-left: 56px;
  position: relative;
  color: #000;
  background: url(/wp-content/uploads/2025/12/info.png) no-repeat left top;
}


@media only screen and (max-width: 576px) {
/*  .lessons__title {
    font-size: 2.4rem !important;
  }*/
  .page-id-4606 .banner__images{
    padding: 0;
  }
  .mini-test__checkboxes{
    margin: 20px 0;
    padding: 20px 0;
  }
  .mini-test .faq__decor{
    display: none;
  }
}
@media only screen and (max-height: 560px){
  .popup-bg .popup-form{
    overflow-y: scroll;
    max-height: 100%;
  }
}
.lessons__wrap:hover img {
  transform: scale(1.1);
}
.lessons__img {
  border-radius: 3.2rem;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.lessons__img img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.2s ease;
}
.lessons__img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(29, 21, 54, 0.7) 0%, rgba(29, 21, 54, 0.7) 100%);
  z-index: 2;
}
.lessons__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 67rem;
  margin: 0 auto;
  max-width: 100%;
  padding: 2rem;
}
.lessons__content-bttn {
  gap: 0.8rem;
  border: none !important;
}
.lessons__content-bttn::before {
  content: "";
  display: flex;
  width: 2.4rem;
  height: 2.4rem;
  background-color: rgb(0, 133, 255);
  -webkit-mask-image: url(../img/general/play.svg);
  mask-image: url(../img/general/play.svg);
  transition: all 0.2s ease;
}
.lessons__content-bttn:hover {
  background: linear-gradient(45deg, #0085FF 0%, #0054B7 0.01%, #007BED 100%);
  color: #fff;
}
.lessons__content-bttn:hover::before {
  background-color: #fff;
}
@media only screen and (max-width: 576px) {
  .lessons__content-bttn {
    font-size: 1.2rem !important;
  }
  .lessons__content-bttn::before {
    width: 1.6rem;
    height: 1.6rem;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
@media only screen and (max-width: 576px) {
  .lessons__content {
    padding: 2rem 1rem;
  }
}
.lessons__title {
  text-align: center !important;
}
.lessons__bttns {
  display: flex;
  gap: 1rem;
  margin-top: 2.4rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  .lessons__bttns {
    margin-top: 1rem;
    gap: 0.5rem;
  }
}
.lessons__bttn {
  margin-top: 4.8rem;
}
.lessons__video {
  background-color: #fff;
  border-radius: 3.2rem;
  display: none;
}
.lessons__video iframe {
  border-radius: 3.2rem;
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
.lessons__video-close {
  background-color: #fff;
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: -1px;
  top: -1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  border-top-right-radius: 3.2rem;
  transition: all 0.2s ease;
}
.lessons__video-close:hover {
  background: #F9F9F9;
}

.statistics {
  padding: 5rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .feedback__additional{
    font-size: 1.6rem;
    margin-top: 5rem;
    background-size: 20px;
    padding-left: 60px;
    padding-right: 20px;
    background-position: 20px 0;
  }
  .statistics {
    padding: 5rem 0;
  }
}
.statistics__items {
  border-radius: 3.2rem;
  padding: 3.5rem 4.8rem 3.5rem 3rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 876px) {
  .statistics__items {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .statistics__items {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 576px) {
  .statistics__items {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
}
.statistics__item {
  position: absolute;
  left: 0;
  bottom: 0;
}

.learn__bottom-text_subtext{
  margin-top: 20px; text-align: center; padding: 0 20px; font-weight: 800; line-height: 1.6; max-width: 1000px; margin-left: auto; margin-right: auto; color: #000;line-height: 1.0;
}
.learn__bottom-text_subtext p{
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .statistics__item {
    position: unset;
  }
  .learn__bottom-text_subtext p{
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .statistics__item {
    margin-bottom: 0;
  }
  .learn__title.title.style-2{
    margin-bottom: 24px;
  }
}
.statistics__item img {
  width: 100%;
}
@media only screen and (max-width: 876px) {
  .statistics__item-img {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .statistics__item-img {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
  }
  .statistics__item-img img {
    max-width: 90%;
  }
  .mini-test__content{
    padding: 24px 20px;
    margin-top: 30px;
  }
  .mini-test .title{
    max-width: 340px;
  }
}
@media only screen and (max-width: 576px) {
  .statistics__item-img {
    position: unset;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .statistics__item-cont {
    max-width: 50%;
  }
  .mini-test__top,
  .mini-test__bottom{
        flex-wrap: wrap;
    flex-direction: column;
  }
  .form-check__checkbox-input .wpcf7-list-item-label{
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 420px) {

.mini-test__clock{
  font-size: 1.6rem;
}
}
@media only screen and (max-width: 380px) {

.mini-test__clock{
  font-size: 1.4rem;
}
}

@media only screen and (max-width: 576px) {
  .statistics__item-cont {
    max-width: 100%;
  }
  .mini-test__bottom .bttn--popup{
    max-width: 100%;
    width: 100%;
  }
  .refund + .feedback .feedback__title{
    font-size: 2.8rem!important;
  }
  .refund + .feedback .feedback__item_form{
    position: relative;
  }
  .refund + .feedback .feedback__item_form::before{
    content: '';
    position: absolute;
    display: block;
    top: -24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }
.refund + .feedback .form__text,
.refund + .feedback .btn{
  max-width: 100% !important;
}
.faq .faq__decor.style-2{
  display: none;
}
.faq .faq__decor.style-3{
  left: auto;
  right: 2rem;
  top: -2rem;
      transform: rotate(-20deg);
}
.faq .faq__title{
  text-align: left;
  padding-right: 90px;
}
}

.cont-item {
  display: flex;
  align-items: flex-start;
  max-width: calc(100% - 32rem);
  margin-left: auto;
}
@media only screen and (max-width: 992px) {
  .cont-item {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .cont-item {
    flex: 0 1 50%;
    max-width: 100%;
    margin: 0;
  }
  .whyus__title-wrap{
    margin-bottom: 5rem;
  }
  .learn__bottom-text p{
    text-align: left !important;
  }

}
.cont-item__item {
  color: #fff;
  flex: 0 1 33.333%;
  max-width: 24.2rem;
}
@media only screen and (max-width: 992px) {
  .cont-item__item {
    margin-bottom: 3rem;
    margin-right: 0 !important;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.cont-item__item:not(:last-child) {
  margin-right: 4.5rem;
}
@media only screen and (max-width: 992px) {
  .cont-item__item .text {
    font-size: 1.4rem;
  }
}
.cont-item__num {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 122.857%;
}
@media only screen and (max-width: 992px) {
  .cont-item__num {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 876px) {
  .cont-item__num {
    font-size: 3.6rem;
  }
}
.cont-item__text {
  margin-top: 1rem;
  line-height: 125%;
}

.values {
  padding: 10rem 0 6.5rem;
}
@media only screen and (max-width: 576px) {
  .values {
    padding: 6.5rem 0;
  }
  .lessons__content-play::before{
    width: 2.4rem;
    height: 2.4rem;
  }
}
.values .container {
  max-width: 127rem;
}
.values__grid-wrap {
  width: 100%;
  max-width: 100%;
  display: grid;
  gap: 2rem;
  grid-auto-flow: row dense;
  grid-template-columns: repeat(auto-fill, minmax(39rem, 1fr));
}
@media only screen and (max-width: 576px) {
  .values__grid-wrap {
    display: flex;
    flex-direction: column;
  }
}
.values__item {
  display: flex;
  align-items: center;
  padding: 2.4rem;
  background-color: #fff;
  gap: 2.4rem;
}
.values__item span {
  font-weight: 700;
}
.values__item_title {
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
@media only screen and (max-width: 576px) {
  .values__item {
    gap: 2rem;
  }
}
@media only screen and (max-width: 390px) {
  .values__item {
    gap: 0.5rem;
  }
}
.values__text p {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 150%;
}
@media only screen and (max-width: 876px) {
  .values__text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .values__text {
    text-align: center;
  }
}
/*.values_style-2 .values__text p{
  font-size: 16px;
  line-height: 1.6;
}*/
.values_style-2 .values__text strong{
  display: block;
  margin-bottom: 4px;
}
.values_style-2 img{
  max-width: 24px;
  display: inline-block;
  margin-top: 1px;
}
.values_style-2 .values__item{
  align-items: flex-start;
  gap: 10px;
  min-height: 172px;
}

.help {
  padding: 5rem 0 7.5rem;
}
.help-lessons {
  padding-bottom: 10rem;
}
.help-lessons .help__button.style-4 {
  width: 30rem;
  max-width: 100%;
}
.help-lessons .help__item_cont {
  width: 85.3rem;
}
.help-lessons .help__cont {
  width: 64.2rem;
  max-width: 100%;
}
.help-lessons .help__wrap-img img:first-child {
  left: 5rem;
}

.page-id-4606 .help__wrap-img{
  margin-top: 30px;
}

@media only screen and (max-width: 1200px) {
  .help-lessons .help__wrap-img img:first-child {
    top: 13rem;
    left: 16rem;
  }
}
@media only screen and (max-width: 992px) {
  .help-lessons .help__wrap-img img:first-child {
    display: none;
  }
  .page-id-4606 .help__wrap-img{
  margin-top: 0;
}
.page-id-4606 .help__item_img{
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  width: 320px;
  margin-bottom: 24px;
}
.page-id-4606 .help__wrap{
  flex-direction: column-reverse;
}
.page-id-4606 .help__wrap-img img:first-child{
  top: auto;
  left: -10px;
  right: auto;
  display: inline-block;
}
.page-id-4606 .help__dec{
  max-width: 160px;
  right: -10px;
  top: auto;
  display: inline-block;
  left: auto;
}
}
.help-lessons .help__dec {
  top: -2.6rem;
  right: -3.6rem;
}
@media only screen and (max-width: 1200px) {
  .help-lessons .help__dec {
    top: 4.4rem;
    right: -2.6rem;
  }
}
@media only screen and (max-width: 992px) {
  .help-lessons .help__dec {
    top: 10.4rem;
    right: 0.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .help-lessons .help__dec {
    top: 6rem;
  }
}
@media only screen and (max-width: 576px) {
  .help-lessons .help__dec {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .help-lessons .help__item_img {
    right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .help {
    padding: 8rem 0 10rem;
  }
}
.help .container {
  max-width: 127rem;
}
.help__wrap {
  padding: 4.8rem 7.2rem;
  display: flex;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .help__wrap {
    padding: 2.8rem 2.5rem;
  }
}
.help__title {
  margin: 0 0 4rem 0;
  max-width: 100% !important;
  text-align: start;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 876px) {
  .help__title {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .help__title {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .help__item {
    flex: 0 1 100%;
  }
}
.help__item_cont {
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 66rem;
  max-width: 100%;
}
.help__item_img {
  flex: 1;
  position: absolute;
  right: 4.5rem;
  top: 3.5rem;
  width: 47.7rem;
  max-width: 100%;
}
@media only screen and (max-width: 876px) {
  .help__item_img {
    width: 100%;
    top: 65%;
    transform: translateY(100%);
  }
}
@media only screen and (max-width: 576px) {
  .help__item_img {
    top: 88%;
  }
}
.help__cont {
  margin-bottom: 4rem;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .help__cont {
    margin-bottom: 2rem;
  }
}
.help__button {
  align-self: flex-start;
}
@media only screen and (max-width: 576px) {
  .help__button {
    align-self: stretch;
  }
}
.help__button img {
  margin-left: 0.2rem;
}
.help__wrap-img {
  position: relative;
}
.help__wrap-img img {
  max-width: 100%;
}
.help__wrap-img img:first-child {
  left: -2rem;
}
@media only screen and (max-width: 1200px) {
  .help__wrap-img img:first-child {
    top: 18rem;
    left: 10rem;
    width: 20rem;
    height: auto;
  }
}
@media only screen and (max-width: 876px) {
  .help__wrap-img img:first-child {
    display: none;
  }
}
.help__dec {
  position: absolute;
  top: -4.6rem;
  right: -4.6rem;
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  .help__dec {
    width: 20rem;
  }
}
@media only screen and (max-width: 876px) {
  .help__dec {
    right: 0;
    top: 100%;
    width: 15rem;
  }
}
@media only screen and (max-width: 768px) {
  .help__dec {
    right: unset;
    left: 2rem;
  }
}
.help__text {
  font-weight: 300;
}
.help__bttns {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .help__bttns {
    flex-direction: column;
  }
  .help__bttns a {
    width: 100% !important;
  }
}
.help__bttn-play {
  margin: 0 !important;
  flex: unset !important;
}
.help__bttn-play p {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  max-width: 18rem;
  line-height: normal;
  transition: all 0.2s ease;
}
.help__bttn-play img {
  margin: 0;
}
.help__bttn-play:hover {
  background: transparent !important;
}
.help__bttn-play:hover .help__play {
  background-color: #0085FF;
}
.help__bttn-play:hover .help__play img {
  filter: brightness(0) invert(1);
}
.help__bttn-play:hover p {
  color: #0085FF;
}
.help__play {
  width: 8.8rem;
  background: #fff;
  border: 6px solid rgba(0, 133, 255, 0.3);
  transition: all 0.2s ease;
}

.prices {
  padding: 10rem 0;
}
.prices-banner {
  padding-bottom: 7.2rem;
}
@media only screen and (max-width: 768px) {
  .prices {
    padding: 6rem 0 4rem;
  }
}
.prices .container {
  max-width: 127rem;
}
.prices__title {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 576px) {
  .prices__title {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1280px) {
  .prices-slider {
    margin-left: -1.5rem;
    padding-left: 1.5rem;
    margin-right: -1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .prices-slider .swiper-wrapper {
    display: flex;
    gap: 2rem;
  }
}
.prices-slider .swiper-wrapper .swiper-slide {
  width: auto;
}
.prices-slider .swiper-wrapper .swiper-slide .card {
  width: 40rem;
  max-width: 100%;
}
@media only screen and (max-width: 576px) {
  .prices-slider .swiper-wrapper .swiper-slide .card {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .prices-slider .swiper-wrapper .swiper-slide {
    width: 92%;
  }
}
.prices__info {
  margin-top: 4.8rem;
  text-align: center;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .prices__info {
    margin-top: 2.6rem;
  }
}

.tabs__tab {
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}
@media (any-hover: hover) {
  .tabs__tab:hover {
    color: #fff;
    background: linear-gradient(45deg, #4E29B9 0%, #71A2EB 100%);
  }
}
.tabs__tab.active {
  color: #fff;
  background: linear-gradient(45deg, #4E29B9 0%, #71A2EB 100%);
}
.tabs__tab img {
  margin-right: 0.8rem;
}

.tab-contents__tab-content {
  display: none;
  padding: 0;
}
.tab-contents__tab-content.active {
  display: block;
}
.tab-contents__cards {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 1007px) {
  .tab-contents__cards {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .tab-contents__cards {
    justify-content: center;
  }
}

.wrap-price {
  display: flex;
  align-items: center;
}
.wrap-price_cours {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
  min-height: 7.2rem;
}
.wrap-price_cours img {
  margin-right: 1.6rem;
}
.wrap-price__descr {
  font-weight: 600 !important;
}
.wrap-price__items {
  margin-left: 1.6rem;
}
.wrap-price__price {
  display: flex;
  align-items: center;
}
.wrap-price__text {
  margin-left: 0.8rem;
  font-weight: 300;
  opacity: 0.5;
  text-transform: lowercase;
}

.banner-prices-title {
  text-align: left;
}

.certif {
  padding: 7.5rem 0 10rem;
}
.certif__wrap {
  display: flex;
}
@media only screen and (max-width: 1300px) {
  .certif__wrap {
    flex-direction: column-reverse;
    gap: 20rem;
    margin-top: 15rem;
  }
}
@media only screen and (max-width: 1300px) {
  .certif__wrap-1 {
    gap: 3rem;
  }
}
.certif__descr.features {
  margin-top: 4rem;
}
.certif__item_descr {
  width: 61rem;
  max-width: 100%;
  font-weight: 300;
  color: #4A4A4A;
}
.certif__item_descr p {
  line-height: 155%;
}
.certif__item_descr p strong {
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .certif__item_descr {
    min-width: 45rem;
  }
}
.certif__item_card {
  display: inline;
  margin-top: 2.8rem;
  width: 58rem;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .certif__item_card {
    align-self: center;
  }
}
@media only screen and (max-width: 576px) {
  .certif__item_card {
    margin-top: 1.2rem;
  }
}
@media only screen and (max-width: 1300px) {
  .certif__item {
    margin: 0 auto;
  }
}
.certif__title {
  width: 74rem;
  max-width: 100%;
  margin: 0 0 5.6rem 0;
}
@media only screen and (max-width: 768px) {
  .certif__title {
    text-align: center;
  }
}
.certif__text {
  max-width: 60rem;
  margin-bottom: 4rem;
}
.certif__text span {
  color: #0085FF;
  font-weight: 700;
}
.certif .features__item img {
  width: 3.2rem;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}
.certif .features__item p {
  max-width: 42.2rem;
}
.certif__card {
  position: relative;
  transform: rotate(5deg);
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .certif__card {
    padding: 5rem 3rem;
    max-width: 95%;
  }
}
.certif__dec-block, .certif__hero-img {
  position: absolute;
}
.certif__dec-block.dec-1, .certif__dec-block.dec-2, .certif__hero-img.dec-1, .certif__hero-img.dec-2 {
  z-index: 10;
  text-align: start;
  padding: 0.8rem 1.2rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 1.6rem;
}
.certif__dec-block.dec-1 img, .certif__dec-block.dec-2 img, .certif__hero-img.dec-1 img, .certif__hero-img.dec-2 img {
  margin-right: 1rem;
}
.certif__dec-block.dec-1 p, .certif__dec-block.dec-2 p, .certif__hero-img.dec-1 p, .certif__hero-img.dec-2 p {
  margin: 0;
}
.certif__dec-block.dec-1, .certif__hero-img.dec-1 {
  left: 8rem;
  top: -3rem;
  z-index: 1;
  transform: rotate(-4deg);
}
.certif__dec-block.dec-1 p, .certif__hero-img.dec-1 p {
  max-width: 19.1rem;
}
@media only screen and (max-width: 576px) {
  .certif__dec-block.dec-1, .certif__hero-img.dec-1 {
    left: 0;
  }
}
.certif__dec-block.dec-2, .certif__hero-img.dec-2 {
  right: 2rem;
  bottom: -5rem;
  transform: rotate(-2deg);
}
@media only screen and (max-width: 576px) {
  .certif__dec-block.dec-2, .certif__hero-img.dec-2 {
    right: 0;
  }
}
.certif__dec-block.dec-2 p, .certif__hero-img.dec-2 p {
  max-width: 23rem;
}
@media only screen and (max-width: 576px) {
  .certif__dec-block.dec-2, .certif__hero-img.dec-2 {
    bottom: -15rem;
  }
}
.certif__dec-block.dec-3, .certif__hero-img.dec-3 {
  right: 2rem;
  top: -12rem;
  z-index: 2;
}
@media only screen and (max-width: 576px) {
  .certif__dec-block.dec-3, .certif__hero-img.dec-3 {
    right: 0;
    top: -6rem;
  }
}
@media only screen and (max-width: 576px) {
  .certif__dec-block.dec-3 img, .certif__hero-img.dec-3 img {
    width: 70%;
    height: auto;
    object-fit: cover;
  }
}
.certif__dec-block.dec-4, .certif__hero-img.dec-4 {
  left: 2rem;
  bottom: -12rem;
}
.certif__btn {
  margin-top: 5.6rem;
}
.certif__btn img {
  margin-left: 1rem;
}
.certif__img {
  width: 58rem;
  max-width: 100%;
}
.certif__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.certif__info {
  font-family: e-UkraineHead;
  color: #4A4A4A;
}

.faq {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .faq {
    padding: 5rem 0;
  }
}
.faq__wrap {
  margin-top: 4.8rem;
}
.faq__tab {
  background-color: #fff;
  overflow: hidden;
  border-radius: 3.2rem;
}
.faq__tab + .faq__tab {
  margin-top: 2rem;
}
.faq__tab:hover .faq__tab-header rect {
  fill: #0a7de9;
}
.faq__tab:hover .faq__tab-header path {
  fill: #fff;
}
.faq__tab:focus {
  background-color: rgb(249, 249, 249);
}
.faq__header {
  padding: 4rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.faq__header svg {
  min-width: 3.2rem;
}
.faq__header svg, .faq__header rect, .faq__header path {
  transition: all 0.2s ease;
}
.faq__header.active::before {
  transform: rotate(180deg);
}
@media only screen and (max-width: 576px) {
  .faq__header {
    padding: 2.5rem;
  }
  .faq__header::before {
    top: 2.8rem;
  }
  .faq__header-title {
    font-size: 1.6rem;
  }
}
.faq__header-title {
  font-size: 2.2rem;
  line-height: 145%;
}
@media only screen and (max-width: 876px) {
  .faq__header-title {
    font-size: 1.8rem;
  }
}
.faq__content {
  display: none;
  padding: 0 4rem 4rem 4rem;
  color: #4A4A4A;
  font-weight: 300;
}
.faq__content p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 576px) {
  .faq__content {
    padding: 0 2rem 2rem 2rem;
  }
  .faq__content p {
    font-size: 1.4rem;
  }
}
.faq__decor {
  box-shadow: 0px 8px 12px 0px rgba(0, 133, 255, 0.1);
}
.faq__decor.style-3 {
  right: unset;
  top: -2.5rem;
  left: 4rem;
}
@media only screen and (max-width: 576px) {
  .faq__decor.style-3 {
    top: -7rem;
    left: 1rem;
  }
}
.faq__decor.style-2 {
  top: -2rem;
  right: 6.3rem;
}
.faq__decor.style-2 img {
  width: 3.2rem;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}
@media only screen and (max-width: 576px) {
  .faq__decor.style-2 {
    top: 7rem;
    right: 3rem;
  }
}

.rewiews {
  padding: 10rem 0 5rem;
}
@media only screen and (max-width: 768px) {
  .rewiews {
    padding: 5rem 0;
  }
}
.rewiews .swiper-wrapper {
  height: max-content !important;
}
.rewiews-slider {
  margin: 5.6rem 0 0;
}
.rewiews-slider .slider-nav {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .rewiews-slider {
    margin-top: 3rem;
  }
  .rewiews-slider .slider-nav {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  .rewiews-slider {
    padding: 0 !important;
  }
}
.rewiews__slide {
  border-radius: 3.2rem;
  overflow: hidden;
  border: 1px solid #ddd;
  background-color: #FDFDFD;
  display: flex;
  align-items: center;
  max-width: 124rem;
  align-self: stretch;
  height: auto;
}
.rewiews__slide-wrap {
  padding: 4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: calc(100% - 40rem);
  margin-left: auto;
}
@media only screen and (max-width: 1440px) {
  .rewiews__slide-wrap {
    padding: 3rem;
  }
}
@media only screen and (max-width: 1054px) {
  .rewiews__slide-wrap {
    max-width: 100%;
    margin: 0;
  }
}
.rewiews__slide-img {
  width: 100%;
  height: 100%;
  max-width: 40rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1054px) {
  .rewiews__slide-img {
    position: unset;
  }
}
.rewiews__slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.rewiews__slide-title p {
  text-align: left;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 145%;
}
.rewiews__slide-content {
  margin-top: 3.2rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .rewiews__slide-content {
    margin-bottom: 3rem;
  }
}
.rewiews__slide-content p {
  font-size: 1.6rem;
  font-weight: 300;
  color: #4A4A4A;
  line-height: 150%;
}
.rewiews__slide-content p + p {
  margin-top: 1rem;
}
.rewiews__slide-footer {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-weight: 400;
  margin-top: auto;
}
@media only screen and (min-width: 1400px) {
  .rewiews__slide {
    height: 50rem;
  }
}
@media only screen and (max-width: 1054px) {
  .rewiews__slide {
    flex-direction: column;
  }
  .rewiews__slide-img {
    max-width: 100%;
    max-height: 40rem;
    overflow: hidden;
  }
  .rewiews__slide-wrap {
    padding: 2rem;
  }
  .rewiews__slide-content {
    margin-top: 1.6rem;
  }
  .rewiews__slide-content p {
    font-size: 1.4rem;
  }
  .rewiews__slide-footer {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
  }
}
@media only screen and (max-width: 768px) {
  .rewiews__slide {
    width: 88% !important;
  }
  .rewiews__slide-img {
    max-height: 30rem;
  }
}
@media only screen and (max-width: 476px) {
  .rewiews__slide-img {
    max-height: 22rem;
    display: flex;
    align-items: center;
  }
}
.rewiews-slider {
  overflow: unset;
}
.rewiews__footer-descr {
  font-weight: 300;
  font-size: 1.6rem;
}
.rewiews__footer a.btn {
  font-weight: 300;
}

.students {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .students {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .students .swiper-wrapper {
    height: max-content !important;
  }
}
.students__wrap {
  margin-top: 5.6rem;
}
@media only screen and (min-width: 1440px) {
  .students__slide {
    width: max-content !important;
  }
}
.students__slide-content {
  width: 29.5rem;
  max-width: 100%;
  overflow: hidden;
  display: block;
  height: 50rem;
  border-radius: 3.2rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .students__slide-content {
    height: 35rem;
  }
}
.students__slide-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}
.students__slide-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}
.students__slide:hover .students__slide-img {
  transform: scale(1.1);
}
.students__slide:hover .students__content-play {
  background: #0085FF;
}
.students__slide:hover .students__content-play img {
  filter: brightness(0) invert(1);
}
.students .swiper-wrapper > .students__slide:last-child {
  padding-right: 2rem;
}
.students__content-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 300;
  max-width: 23.2rem;
}
@media only screen and (max-width: 576px) {
  .students__content-text {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 390px) {
  .students__content-text {
    font-size: 1.1rem;
  }
}
.students__content-info, .students__content-play {
  z-index: 2;
  position: absolute;
}
.students__content-info {
  left: 0;
  bottom: 0;
  padding: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .students__content-info {
    padding: 1.4rem;
  }
}
.students__content-play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.students__slider {
  padding-right: 2rem;
}
@media only screen and (max-width: 576px) {
  .students__slider {
    padding: 0;
  }
}
.students-slider, .students .team-slider {
  overflow: unset;
}

.last-news {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .last-news {
    padding: 3rem 0 10rem;
  }
}
.last-news-slider {
  margin-left: -1.5rem;
  padding-left: 1.5rem;
  margin-right: -1.5rem;
  padding-right: 1.5rem;
}
.last-news__slide-content {
  max-width: 40rem;
  display: block;
}
.last-news__slide-date {
  color: #ACACAC;
  margin-top: 2.4rem;
  font-weight: 300;
  margin-bottom: 1.2rem;
}
.last-news__slide-title {
  display: unset;
  text-align: left;
  font-size: 2.2rem;
  background: no-repeat 0 100%;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .last-news__slide-title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 576px) {
  .last-news__slide-title {
    font-size: 1.6rem;
  }
}
.last-news__slide-img {
  border-radius: 3.2rem;
  overflow: hidden;
}
.last-news__slide-img img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 32rem;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 876px) {
  .last-news__slide-img img {
    height: auto;
  }
}
.last-news__slide:hover .last-news__slide-img img {
  transform: scale(1.1);
}
.last-news__slide:hover .last-news__slide-title {
  background-size: 100% 2px;
}
.last-news__wrap {
  margin-top: 2.8rem;
}
@media only screen and (max-width: 576px) {
  .last-news__wrap {
    margin-top: 1.2rem;
  }
}
.last-news__bttn {
  margin-top: 6.4rem;
  text-align: center;
}
.last-news .swiper-wrapper {
  height: max-content !important;
}

.blog__items {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.4rem 2rem;
}
@media only screen and (max-width: 992px) {
  .blog__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .blog__items {
    gap: 3.8rem 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .blog__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog__items.active {
  display: grid;
}
.blog__tab-contents {
  margin-top: 2.8rem;
}
@media only screen and (max-width: 576px) {
  .blog__tab-contents {
    margin-top: 1.2rem;
  }
}
@media only screen and (max-width: 576px) {
  .blog__post {
    display: flex;
    justify-content: center;
  }
}
.blog__post-actual {
  margin: 2.4rem 0 1.2rem;
  padding: 1rem;
  border-radius: 0.8rem;
  display: flex;
  width: max-content;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 300;
  background: #fff;
}
.blog__post-actual img {
  width: 1.6rem;
  height: auto;
  object-fit: cover;
}
.blog__post:hover .blog__post-title {
  background-size: 100% 2px;
}

.refund {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .refund {
    padding: 5rem 0;
  }
}
.refund__wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 3rem;
}
@media only screen and (max-width: 1270px) {
  .refund__wrap {
    flex-direction: column;
  }
}
.refund__content {
  width: 80.8rem;
  max-width: 100%;
}
@media only screen and (max-width: 1270px) {
  .refund__content {
    margin: 0 auto;
  }
}
.refund__decor {
  display: inline-block;
  height: max-content;
}
.refund__decor img {
  width: 4rem;
  height: auto;
  object-fit: cover;
}
.refund__decor-1.style-1 {
  bottom: 15.5rem;
  left: -5.5rem;
}
.refund__decor-2.style-2 {
  top: 10.3rem;
  left: -2rem;
}
.refund__img {
  transform: translate(0);
  border-radius: 50%;
  overflow: hidden;
}
.refund__img::before {
  width: 100%;
  height: 100%;
}
.refund__title {
  line-height: 116%;
}
.refund__title + .refund__text {
  margin-top: 4rem;
}
@media only screen and (max-width: 576px) {
  .refund__title + .refund__text {
    margin-top: 2rem;
  }
}
.refund__text {
  font-weight: 400;
}

.specialist {
  padding: 15rem 0;
}
@media only screen and (max-width: 1200px) {
  .specialist {
    padding: 8rem 0;
  }
}
@media only screen and (max-width: 576px) {
  .specialist {
    padding: 5rem 0;
  }
}
.specialist__wrap {
  display: flex;
  justify-content: space-between;
  gap: 10rem;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .specialist__wrap {
    flex-direction: column;
    gap: 13rem;
  }
}
@media only screen and (max-width: 1200px) {
  .specialist__wrap-1 {
    gap: 2rem;
  }
}
.specialist__images {
  width: 47rem;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.specialist__images img {
  max-width: 100%;
}
.specialist__content {
  width: 61rem;
  max-width: 100%;
}
.specialist__content-text {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 576px) {
  .specialist__content-text {
    margin-top: 3rem;
  }
}
.specialist__content-text p {
  font-size: 1.8rem;
  line-height: 155%;
  color: #4A4A4A;
}
.specialist__content-text p b, .specialist__content-text p strong {
  font-weight: 500;
  color: #000;
}
.specialist__content-text p + p {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 576px) {
  .specialist__content-text p {
    font-size: 1.6rem;
  }
  .specialist__content-text p + p {
    margin-top: 1.8rem;
  }
}
.specialist__img, .specialist__decor {
  position: absolute;
}
.specialist__decor {
  height: max-content !important;
}
.specialist__decor-1 {
  top: -4.1rem;
  left: -7rem;
}
@media only screen and (max-width: 768px) {
  .specialist__decor-1 {
    left: 0;
  }
}
.specialist__decor-1-3 {
  top: 8.9rem;
  left: -5.8rem;
}
.specialist__decor-1-4 {
  left: 0.6rem;
  top: 10rem;
}
.specialist__decor-2.decor {
  bottom: 3.4rem;
  left: 1rem;
}
.specialist__decor-2-3.decor {
  bottom: 5.4rem;
  left: -2.9rem;
  transform: rotate(9.548deg);
}
.specialist__decor-3.decor {
  top: -5rem;
  right: 22.7rem;
}
.specialist__decor-3-3.decor {
  transform: rotate(5deg);
  top: -1.4rem;
}
.specialist__decor-descr {
  position: absolute;
  bottom: -3.8rem;
  width: max-content;
  left: 4.1rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  max-width: 40rem;
  padding: 1.2rem 1.6rem;
  transform: rotate(2deg);
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 11px 20px rgba(0, 0, 0, 0.2);
}
.specialist__decor-descr img {
  width: 3.2rem;
  height: auto;
  object-fit: cover;
}
.specialist__decor-descr p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
}
.specialist__decor-descr p + .specialist__decor-descr p {
  margin-top: 2px;
}
.specialist__decor-descr-3 {
  bottom: -4.8rem;
}
@media only screen and (max-width: 390px) {
  .specialist__decor-descr {
    left: 0;
  }
}
.specialist__decor-4.decor {
  left: -0.8rem;
  top: 2.2rem;
  transform: rotate(9.548deg);
}
.specialist__decor-4.decor img {
  width: 3.2rem;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}
@media only screen and (max-width: 576px) {
  .specialist__decor-4.decor {
    left: 80%;
  }
}
.specialist__decor-5.decor {
  top: unset;
  right: unset;
  transform: rotate(-15deg);
  left: 6.3rem;
  bottom: 13rem;
}
.specialist__decor-5.decor img {
  width: 3.2rem;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}
@media only screen and (max-width: 576px) {
  .specialist__decor-5.decor {
    bottom: -1rem;
  }
}
.specialist__img {
  bottom: 0.5rem;
  right: -14.8rem;
}
.specialist__img-3 {
  bottom: 5rem;
  right: -5.1rem;
}
@media only screen and (max-width: 768px) {
  .specialist__img {
    right: 0;
    bottom: -6.5rem;
  }
}

.training {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .training {
    padding: 5rem 0;
  }
}
.training__wrap {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .training__wrap {
    flex-direction: column-reverse;
  }
}
.training__list {
  width: 90.5rem;
  max-width: 100%;
}
.training__list-item + .training__list-item {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 576px) {
  .training__list-item + .training__list-item {
    margin-top: 3rem;
  }
}
.training__list-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.training__list-header img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: cover;
}
.training__list-header + .training__list-text {
  margin-top: 1.2rem;
}
.training__list-text {
  padding-left: 3.4rem;
}
.training__list-text p {
  font-size: 1.6rem;
  color: #4A4A4A;
  line-height: 150%;
}
.training__bttn {
  margin-top: 5.6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 576px) {
  .training__bttn {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.training__addit {
  width: 29.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .training__addit {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .training__addit {
    grid-template-columns: repeat(1, 1fr);
  }
}
.training__addit-item {
  min-width: 27rem;
  padding: 2.4rem;
  background-color: #fff;
  border-radius: 2.4rem;
  border: 1px solid #F3F3F3;
}
.training__addit-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.training__addit-header + .training__addit-text {
  margin-top: 0.4rem;
}
.training__addit-header img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: cover;
}
.training__addit-title {
  color: #8F8F8F;
  font-weight: 300 !important;
}
.training__addit-text {
  padding-left: 3.4rem;
  font-size: 1.6rem;
  line-height: 150%;
}

.learn {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .learn {
    padding: 5rem 0 4rem;
  }
}
.learn__title {
  margin-bottom: 5.6rem;
}
.learn__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
/*  gap: 85px;*/
}
/*@media (max-width: 1270px) {
  .learn__wrap {
    gap: calc(10px + 75 * ((100vw - 375px) / 895));
  }
}*/
@media only screen and (max-width: 1070px) {
  .learn__wrap {
    flex-direction: column;
    gap: 5rem;
  }
}
.learn__bg {
  width: 49rem;
  height: auto;
  max-width: 100%;
}
.learn__bg img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.learn__images {
  width: 60rem;
  max-width: 100%;
}
.learn__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-45%, -55%);
  z-index: 1;
  width: 28rem;
  max-width: 100%;
}
.learn__img img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
}
@media only screen and (max-width: 576px) {
  .learn__img {
    transform: translate(-50%, -50%);
  }
  .learn__wrap{
    gap: 24px;
  }
}
.learn__decor {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 1.2rem;
  background-color: #fff;
  border-radius: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.learn__decor span {
  width: 13.3rem;
  max-width: 100%;
}
.learn__decor img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: cover;
}
.learn__decor-1 {
  transform: rotate(-5deg);
  left: 1.8rem;
  top: 5.4rem;
}
@media only screen and (max-width: 576px) {
  .learn__decor-1 {
    left: 0;
    top: 0;
  }
}
.learn__decor-2 {
  right: -0.4rem;
  top: 10.4rem;
  width: 16.3rem;
  max-width: 100%;
}
@media only screen and (max-width: 576px) {
  .learn__decor-2 {
    right: 0rem;
    top: 2rem;
  }
}
@media only screen and (max-width: 390px) {
  .learn__decor-2 {
    top: 6rem;
  }
}
.learn__decor-3 {
  left: 8.4rem;
  bottom: 8.5rem;
  width: 17.4rem;
  max-width: 100%;
}
@media only screen and (max-width: 576px) {
  .learn__decor-3 {
    bottom: 0;
    left: 2rem;
  }
}
.learn__content {
  width: 61rem;
  max-width: 100%;
}
.learn__list-item + .learn__list-item {
  margin-top: 4rem;
}
.learn__list-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.learn__list-header img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: cover;
}
.learn__list-header + .learn__list-text {
  margin-top: 1.2rem;
}
.learn__list-text {
  padding-left: 3.4rem;
}
.learn__list-text p {
  font-size: 1.6rem;
  color: #4A4A4A;
  font-weight: 300;
  line-height: 150%;
}

.needs__wrap {
  width: 91.2rem;
  max-width: 100%;
  margin: 5.6rem auto 0;
}
.needs__wrap-top {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 900px) {
  .needs__wrap-top {
    flex-direction: column-reverse;
    gap: 0;
    align-items: center;
  }
}
.needs__wrap-content {
  display: flex;
  grid-gap: 2rem;
}
.needs__wrap-content .needs__item:nth-child(2) {
  width: 33.2rem;
}
@media only screen and (max-width: 900px) {
  .needs__wrap-content .needs__item:nth-child(2) {
    width: unset;
  }
}
@media only screen and (max-width: 900px) {
  .needs__wrap-content {
    flex-direction: column;
    align-items: center;
  }
}
.needs__item {
  background-color: #fff;
  padding: 4rem 3.2rem;
  border-radius: 3.2rem;
  max-width: 56rem;
}
.needs__item img {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: cover;
}
.needs__item-main::after {
  content: "";
  display: block;
  background: #DDD;
  height: 1px;
  width: 100%;
  margin: 1.6rem 0;
}
.needs__item-content {
  display: flex;
  gap: 1.6rem;
}
.needs__item-content + .needs__item-content {
  margin-top: 4rem;
}
.needs__item-text.text {
  display: block;
  color: #4A4A4A;
  font-weight: 300;
}
.needs__img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 900px) {
  .needs__img {
    position: unset;
  }
  .needs__img img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: auto;
  }
}

.program__list {
  margin-top: 5.6rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(61rem, 1fr));
  grid-gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .learn__list-header + .learn__list-text{
    margin-top: 4px;
  }
  .learn__bottom-text_subtext,
  .learn__list-item + .learn__list-item{
    margin-top: 24px;
  }
  .learn__bottom-text_subtext{
    padding: 0;
  }
  .learn__bottom-text_subtext br{
    display: none;
  }
  .program__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
  }
}
.program__list-item {
  font-size: 1.8rem;
  font-weight: 300 !important;
  line-height: 155%;
  color: #4A4A4A;
}
.program__wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .program__wrap {
    margin-top: 3rem;
  }
}
.program__item {
  background-color: #fff;
  overflow: hidden;
  border-radius: 3.2rem;
}
.program__item:hover .program__item-header rect {
  fill: #0a7de9;
}
.program__item:hover .program__item-header path {
  fill: #fff;
}
.program__item:focus {
  background-color: rgb(249, 249, 249);
}
.program__item-header {
  display: flex;
  justify-content: space-between;
  padding: 2.4rem 4rem;
  transition: all 0.3s linear;
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  .program__item-header {
    padding: 2rem 1.5rem;
  }
}
.program__item-header svg {
  margin-left: 10rem;
}
@media only screen and (max-width: 992px) {
  .program__item-header svg {
    margin-left: 1rem;
  }
}
.program__item-header.active {
  padding: 4rem;
  padding-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .program__item-header.active {
    padding: 1.5rem;
    padding-bottom: 0;
  }
}
.program__item-header.active svg rect {
  fill: #0a7de9;
}
.program__item-header.active svg path {
  fill: #fff;
}
.program__item-header.active .program__info-header {
  opacity: 0;
  pointer-events: none;
}
.program__item-level {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.program__item-level img {
  min-width: 2rem;
}
.program__item-title {
  margin-left: 2.4rem;
}
@media only screen and (max-width: 576px) {
  .program__item-title {
    margin-left: 1.2rem;
  }
}
.program__info {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  .program__info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.program__info-header {
  transition: all 0.3s linear;
}
@media only screen and (max-width: 876px) {
  .program__info-header {
    display: none;
  }
}
.program__info-item {
  padding: 1.6rem 2.4rem;
  background-color: #fff;
  border: 1px solid #DDD;
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.program__info-count {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 133%;
}
.program__info-text {
  width: 12rem;
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 125%;
}
.program__header-level {
  display: flex;
  align-items: center;
}
.program__header-info {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.program__header-info .program__info-item {
  padding: 1.2rem 1.6rem;
}
.program__header-info .program__info-count {
  font-size: 2.2rem;
  line-height: 145%;
}
.program__header-info .program__info-text {
  width: auto;
}
.program__content {
  padding: 4rem;
  padding-bottom: 4.8rem;
  display: none;
}
@media only screen and (max-width: 576px) {
  .program__content {
    padding: 1.5rem 1.5rem 2.8rem 1.5rem;
  }
}
.program__content-header {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .program__content-header {
    flex-direction: column-reverse;
  }
}
.program__content-header, .program__content .program__item-project {
  padding-bottom: 4rem;
  border-bottom: 1px solid #DDD;
}
.program__content-about {
  width: 56rem;
  max-width: 100%;
}
.program__content-about p + p {
  margin-top: 2rem;
}
.program__content-about p {
  color: #4A4A4A;
  font-size: 1.6rem;
}
.program__project, .program__footer {
  margin-top: 4rem;
}
.program__project {
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .program__project {
    flex-direction: column;
  }
}
.program__project-item {
  width: 56rem;
  max-width: 100%;
}
.program__project-list {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.program__project-list-item {
  display: flex;
  gap: 1.6rem;
}
.program__project-list-item img {
  margin-top: 4px;
  width: 2.4rem;
  height: 2.4rem;
  object-fit: cover;
}
.program__project-list-item .text p {
  color: #4A4A4A;
  line-height: 150%;
  font-size: 1.6rem;
}
.program__footer {
  display: flex;
  gap: 6.4rem;
}
@media only screen and (max-width: 768px) {
  .program__footer {
    flex-direction: column;
    gap: 4rem;
  }
}
.program__footer-item:not(:last-child) {
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #DDD;
}
.program__footer-item + .program__footer-item {
  margin-top: 3.2rem;
}
.program__footer-item h3 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.program__footer-item h3 > span {
  font-size: 1.8rem;
}
.program__footer-item h3 span {
  font-weight: 400;
}
.program__footer-item h3 strong {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 155%;
}
.program__footer-item p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  color: #4A4A4A;
}
.program__footer-content li {
  font-size: 1.6rem !important;
}

.projects__slider {
  overflow: visible;
}
.projects__slide {
  width: max-content !important;
  max-width: 100%;
}
.projects__slide img {
  width: 82rem;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}

.teacher.winers .swiper-slide {
  text-align: center;
}
.teacher__slider {
  overflow: visible;
}
.teacher__slider-nav.disabled {
  display: none;
}
.teacher__slider .swiper-wrapper {
  width: max-content;
  margin: 0 auto;
}
.teacher__slide {
  width: 29.5rem;
  max-width: 100%;
}
.teacher__slide-img {
  border-radius: 3.2rem;
  overflow: hidden;
}
.teacher__slide-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}
.teacher__slide-title {
  margin-top: 2.4rem;
  display: inline-block;
}
.teacher__slide-title + .teacher__slide-info {
  border-top: 1px solid #DDD;
}
.teacher__slide-info {
  padding-top: 1.6rem;
  margin-top: 1.6rem;
}
.teacher__slide-info .text p {
  font-weight: 300;
}
.teacher__slide-info p {
  color: #676767;
}
.teacher__slide-info p + p {
  margin-top: 0.5rem;
}
.teacher__slide-info-winers {
  display: flex;
  gap: 0.4rem;
}

.prizes {
  padding: 15rem 0;
}
@media only screen and (max-width: 768px) {
  .prizes {
    padding: 7rem 0;
  }
}
.prizes__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  grid-gap: 2rem;
}
@media only screen and (max-width: 876px) {
  .prizes__wrap {
    grid-template-columns: 1fr;
  }
}
.prizes__item {
  background-color: #fff;
  padding: 2rem 3.2rem 3.2rem 3.2rem;
  border-radius: 3.2rem;
}
.prizes__item-title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.prizes__item-title img {
  width: 7.2rem;
  height: auto;
  object-fit: cover;
}
.prizes__list {
  margin-top: 4.4rem;
}
.prizes__list-item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.6rem;
  color: #4A4A4A;
}
.prizes__list-item + .prizes__list-item {
  margin-top: 2.4rem;
}
.prizes__list-item img {
  width: 2.4rem;
  height: auto;
  object-fit: cover;
}

@media only screen and (max-width: 576px) {
  .reg .container {
    padding: 0;
  }
}
.reg p[role=status] {
  display: none !important;
}
.reg__wrap {
  padding: 5.6rem 7.2rem 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .reg__wrap {
    padding-bottom: 12.2rem;
  }
}
@media only screen and (max-width: 876px) {
  .reg__wrap {
    padding: 4.4rem 5rem 17rem;
  }
}
@media only screen and (max-width: 576px) {
  .reg__wrap {
    padding: 3rem 2rem 21rem;
  }
}
.reg__info {
  max-width: 78.2rem;
}
.reg__content {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .reg__content {
    position: unset;
  }
}
.reg__img {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(12%);
  width: 32.1rem;
}
@media only screen and (max-width: 1200px) {
  .reg__img {
    transform: translateY(0);
  }
}
.reg__img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
.reg__title {
  display: flex;
  text-transform: none !important;
  align-items: center;
  gap: 1.2rem;
}
.reg__text {
  max-width: 61.2rem;
  margin-top: 3.2rem;
}
.reg__text p {
  line-height: 127%;
}
.reg__form {
  margin-top: 3.2rem;
}
.reg__form-user {
  column-count: 2;
}
.reg__form-user .wpcf7-list-item-label {
  margin: 0 !important;
}
@media only screen and (max-width: 876px) {
  .reg__form-user {
    column-count: 1;
  }
}
.reg__form-user input {
  width: 100%;
}
.reg__form-user .form__label {
  margin: 0;
  max-width: 100%;
}
.reg__form-user .form__label + .form__label {
  margin-top: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .reg__form-user .form__label {
    width: 100%;
  }
}
.reg__form-user .form__radio {
  margin: 0;
  margin-top: 2.5rem;
}
.reg__form-footer {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  justify-content: end;
  margin-top: 3.2rem;
  width: 53.8rem;
  margin-left: auto;
}
.reg__form-footer button {
  flex: 1 1 auto;
}
@media only screen and (max-width: 1200px) {
  .reg__form-footer {
    justify-content: start;
    margin-left: unset;
  }
}
@media only screen and (max-width: 876px) {
  .reg__form-footer {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }
}

.contacts {
  padding: 5.6rem 0;
}
.contacts__title, .contacts__title p {
  text-align: left;
}
.contacts__title img, .contacts__title p img {
  width: 2.4rem;
  height: auto;
  object-fit: cover;
}
.contacts__wrap {
  margin-top: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 1200px) {
  .contacts__wrap {
    flex-direction: column;
  }
}
.contacts__content {
  width: 50rem;
  max-width: 100%;
}
.contacts__item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-align: left;
}
.contacts__item + .contacts__item {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 576px) {
  .contacts__item + .contacts__item {
    margin-top: 2.8rem;
  }
}
@media only screen and (max-width: 1200px) {
  .contacts__item {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .contacts__item-link, .contacts__item-title, .contacts__item-list {
    justify-content: center;
  }
}
.contacts__item-link {
  transition: all 0.2s ease;
}
.contacts__item-link:hover {
  color: #0085FF;
}
.contacts__list {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.contacts__list-item {
  background-color: #fff;
  border-radius: 1.2rem;
  transition: all 0.2s ease;
}
.contacts__list-item a {
  font-weight: 300 !important;
  padding: 0.8rem 1.2rem;
}
.contacts__list-item a, .contacts__list-item img {
  transition: all 0.2s ease;
}
.contacts__list-item:hover {
  background-color: #0085FF;
}
.contacts__list-item:hover img {
  filter: brightness(0) invert(1);
}
.contacts__list-item:hover a {
  color: #fff;
}
.contacts__form {
  width: 61rem;
  max-width: 100%;
  padding: 4rem 4.8rem;
  border-radius: 3.2rem;
  background-color: #FDFDFD;
}
.contacts__form p[role=status] {
  display: none;
}
.contacts__form .wpcf7-response-output {
  display: none;
}
.contacts__form form.sent .wpcf7-response-output {
  display: block;
}
.contacts__form form.invalid .wpcf7-response-output {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .contacts__form {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .contacts__form {
    padding: 2.4rem 2rem;
  }
}
.contacts__form-title {
  margin: 0;
  text-align: left;
  font-weight: 700 !important;
}
@media only screen and (max-width: 1200px) {
  .contacts__form-title {
    text-align: center;
    margin: 0 auto;
  }
}
.contacts__form-descr {
  margin-top: 1.6rem;
}
.contacts__form-labels {
  margin: 3.2rem 0 4rem;
}
@media only screen and (max-width: 576px) {
  .contacts__form-labels {
    margin: 2rem 0;
  }
}
.contacts__form-label + .contacts__form-label {
  margin-top: 1.6rem;
}
.contacts__form-label .iti {
  width: 100%;
}
.contacts__form-bttn {
  width: 100%;
}
.contacts__form-footer {
  margin-top: 2rem;
}
.contacts__form .wpcf7-response-output {
  color: #000;
}
@media only screen and (max-width: 1200px) {
  .contacts__content, .contacts__form {
    margin: 0 auto;
  }
}

.found {
  padding: 10rem 0 !important;
  min-height: 74.6rem;
  display: flex;
  align-items: center;
}
.found__bg {
  position: absolute;
  left: 50%;
  width: 85rem;
  margin: 0 auto;
  max-width: 100%;
  transform: translateX(-50%);
}
.found__bg img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.found__person {
  left: 50%;
  transform: translateX(-50%) translateY(-60px);
}
.found__person-img {
  transform: translateY(30px);
}
.found__person-img::before {
  display: none;
}
.found__decor {
  height: max-content;
}
.found__decor-1 {
  top: 13.6rem;
  left: 11rem;
}
.found__decor-2.style-2 {
  left: unset;
  bottom: unset;
  right: 9.5rem;
  top: 5rem;
}
@media only screen and (max-width: 576px) {
  .found__decor-2.style-2 {
    right: 1.5rem;
    top: -4rem;
  }
}
.found__bttn {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 576px) {
  .found__bttn {
    margin-top: 3rem;
  }
}

.footer {
  border-radius: 3.2rem 3.2rem 0 0;
  padding: 5.6rem 0 3.2rem;
  color: #fff;
}
.footer__top {
  padding-top: 2.4rem;
}
.footer__top .form__button {
  height: 6rem;
}
@media only screen and (max-width: 992px) {
  .footer__top .form__button {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer__top .form__button {
    width: 80% !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .footer__top .form__button {
    width: 100% !important;
  }
}
.footer__top .form__button img:first-child {
  display: none;
}
.footer__top .form__button:hover {
  background-color: #fff;
  color: #0085FF;
  border-color: #0085FF;
}
.footer__top .form__button:hover img {
  display: none;
  width: 2.4rem;
}
.footer__top .form__button:hover img:first-child {
  display: block;
  filter: none;
}
.footer__logo {
  max-width: 23.4rem;
}
@media only screen and (max-width: 876px) {
  .footer__logo {
    max-width: 16.4rem;
    margin: 0 auto;
    text-align: left;
  }
}
.footer__wrap {
  padding-top: 5.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 1270px) {
  .footer__wrap {
    gap: calc(20px + 30 * ((100vw - 375px) / 895));
  }
}
@media only screen and (max-width: 876px) {
  .footer__wrap {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .footer__wrap {
    gap: 3.5rem;
  }
}
.footer__form .screen-reader-response {
  display: none;
}
.footer__form form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3.2rem;
  gap: 1.6rem;
}
@media only screen and (max-width: 876px) {
  .footer__form form {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .footer__form form {
    flex-direction: column;
  }
  .footer__form form button {
    width: 100% !important;
  }
}
.footer__form form input {
  border-radius: 3.4rem;
}
.footer__form form .form__label {
  max-height: 6rem;
  margin: 0;
}
.footer__form form.sent, .footer__form form.invalid {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .footer__form form.invalid .form__button {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer__form form.invalid {
    gap: 3rem;
  }
}
.footer__form, .footer__wrap {
  padding-bottom: 5.6rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.footer__info {
  flex: 1 0 auto;
}
@media only screen and (max-width: 876px) {
  .footer__info {
    text-align: center;
  }
}
.footer__phone {
  display: inline-flex;
  flex-direction: column;
  padding-top: 4rem;
  transition: all 0.2s ease;
}
.footer__phone span:first-child {
  font-size: 2.2rem;
  font-weight: 700;
}
.footer__phone span:first-child::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0.05rem;
  background-color: #fff;
  bottom: 0rem;
  left: 0;
  transition: all 0.2s ease;
}
.footer__phone span:last-child {
  font-size: 1.2rem;
  color: #C9C9C9;
}
.footer__phone:hover span:first-child::before {
  width: 100%;
}
.footer__soc {
  padding-top: 3.2rem;
  display: flex;
  align-items: center;
}
.footer__soc a {
  font-size: 1.4rem;
  font-weight: 300;
  transition: all 0.2s ease;
}
.footer__soc a:not(:last-child) {
  margin-right: 0.8rem;
}
.footer__soc a:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 876px) {
  .footer__soc {
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .footer__soc {
    flex-wrap: wrap;
  }
}
.footer__title {
  margin-bottom: 3.2rem;
}
.footer__text {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto;
}
.footer__menu {
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 105 * ((100vw - 375px) / 1545));
}
@media only screen and (max-width: 876px) {
  .footer__menu {
    justify-content: center;
    flex-wrap: nowrap; }

}
@media only screen and (max-width: 576px) {
  .footer__menu {
    gap: 3rem;
  }
}
.footer__menu-item {
  padding: 0 1rem;
}
@media only screen and (max-width: 876px) {
  .footer__menu-item {
    width: 100%;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foot-menu .menu li a {
  transition: all 0.2s ease;
  font-size: 1.4rem;
  font-weight: 300;
}
.foot-menu .menu li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0.1rem;
  background-color: #fff;
  bottom: -0.4rem;
  left: 0;
  transition: all 0.2s ease;
}
.foot-menu .menu li a:hover::before {
  width: 100%;
}
@media only screen and (max-width: 876px) {
  .footer__menu-item {
    text-align: center;
  }
  .foot-menu .menu li a{
    font-size: 1.2rem;
  }
}
.footer__copyright {
  display: flex;
  justify-content: space-between;
  padding-top: 3.2rem;
}
@media only screen and (max-width: 992px) {
  .footer__copyright {
    flex-direction: column;
  }
}
.footer__copy-item {
  color: #C9C9C9;
  font-size: 1.2rem;
  font-weight: 300;
}
@media only screen and (max-width: 576px) {
  .footer__copy-item {
    text-align: center;
  }
  .footer__menu-item{
    padding-bottom: 0;
    margin-bottom: -30px;
  }
}
.footer__copy-item .menu {
  display: flex;
  color: #C9C9C9;
  gap: 3.2rem;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .footer__copy-item .menu {
    margin-top: 2rem;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}
.footer__copy-item .menu a {
  font-size: 1.2rem;
  font-weight: 300;
  transition: all 0.2s ease;
  line-height: 142%;
}
.footer__copy-item .menu a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0.1rem;
  background-color: #fff;
  bottom: -0.4rem;
  left: 0;
  transition: all 0.2s ease;
}
.footer__copy-item .menu a:hover::before {
  width: 100%;
}
.footer__copy-item .menu_copy {
  opacity: 0.5;
  color: #fff;
}
@media only screen and (max-width: 876px) {
  .footer__copy-item .menu {
    justify-content: center;
  }
}

.foot-menu {
  font-size: 1.4rem;
}
.foot-menu .widgettitle {
  font-size: 1.4rem;
  line-height: 142%;
  font-weight: 400;
  color: #C9C9C9;
  margin-bottom: 2rem;
}
.feedback__additional strong{
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .footer__soc a{
    margin-top: 15px;
  }
  .btn.style-3,
  .btn.style-2,
  .btn.style-1{
    width: 100%;
    text-align: left;
  }
/*  .foot-menu .widgettitle {
    font-size: 2rem;
  }*/
}
.foot-menu .menu {
  color: #FDFDFD;
}
.foot-menu .menu li:not(:last-child) {
  margin-bottom: 2rem;
}

.widget_nav_menu {
  list-style: none;
}

.event {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.8rem 0;
  background: #D9EDFF;
  z-index: 11;
  display: none;
}
.event__content {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
@media only screen and (max-width: 576px) {
  .event__content {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.event__title {
  font-size: 1.6rem;
  color: #000;
  font-weight: 300;
}
.event__bttn {
  font-size: 1.6rem;
  font-weight: 400;
  transition: all 0.2s ease;
}
.event__bttn:hover {
  color: #0085FF;
}
.event__close {
  cursor: pointer;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.event__close:hover {
  transform: translateY(-50%) scale(1.05);
}

.popup {
  border-radius: 0.6rem;
  text-align: center;
  display: flex;
  z-index: 999;
  width: 100%;
  max-height: 100%;
  display: block;
}
.popup__wrap {
  background-color: #fff;
  border-radius: 3.2rem;
  overflow: hidden;
}
.popup::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #E5E5E5;
  border-radius: 0.2rem;
}
.popup::-webkit-scrollbar-thumb {
  border-radius: 0.2rem;
  background-color: #8D8D8D;
}
.popup__wrap {
  width: 100%;
}
.popup__close {
  position: absolute;
  top: -2.5rem;
  right: 1.5rem;
  z-index: 2;
}
.popup__close svg path {
  transition: all 0.2s ease;
}
.popup__close:hover path {
  stroke: #fff;
}
.popup__img {
  width: 100%;
  margin-bottom: 3rem;
  border-radius: 0.4rem;
}
.popup__img img {
  width: 100%;
}
.popup__video {
  margin-bottom: 3rem;
}
.popup__title {
  margin-bottom: 1rem;
}
.popup__descr {
  margin-bottom: 3rem;
}
.popup ul {
  counter-reset: numbers;
}
.popup__list {
  background-color: #fff;
  padding: 2rem 3rem;
  border-radius: 0.4rem;
  margin-bottom: 3rem;
  text-align: left;
}
.popup__list-title, .popup__list-descr {
  margin-bottom: 2rem;
}
.popup__list.list-numbers > li:before {
  background-color: #fff !important;
}
.popup__list ul {
  margin-top: 1rem;
}
.popup__documents-title, .popup__documents-descr {
  margin-bottom: 2rem;
}
.popup__documents-items {
  margin-bottom: 3rem;
}
.popup__documents-item.module-documents__item {
  width: 100%;
}
.popup__documents-item.module-documents__item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.popup iframe {
  aspect-ratio: 16/9;
  width: 124rem;
  max-width: 100%;
}
.popup-feedback {
  width: 124rem !important;
  max-width: 100% !important;
  overflow: auto;
  text-align: left;
}
.popup-feedback .feedback, .popup-feedback .container {
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .popup-feedback .feedback__wrap {
    flex-direction: column;
  }
}
.popup-feedback .popup__close {
  top: 3.2rem;
  right: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .popup-feedback .popup__close {
    position: fixed;
    top: 6.2rem;
    right: 5.2rem;
  }
}
.popup-course {
  width: 114rem !important;
  max-width: 100% !important;
  background-color: #fff;
  padding: 4rem 4.8rem;
  border-radius: 3.2rem;
  text-align: left;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .popup-course {
    padding: 2rem 2.4rem;
    padding-top: 6rem;
  }
}
.popup-course .popup__close {
  top: 3.2rem;
  right: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .popup-course .popup__close {
    position: fixed;
    top: 6.2rem;
    right: 5.2rem;
  }
}
.popup-course__title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media only screen and (max-width: 576px) {
  .popup-course__title .title {
    font-size: 1.8rem;
  }
  .popup-course__title img {
    width: 2.4rem;
    height: auto;
    object-fit: cover;
  }
}
.popup-course__content {
  margin-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid #DDD;
}
@media only screen and (max-width: 768px) {
  .popup-course__content {
    flex-direction: column;
  }
}
.popup-course__text {
  color: #4A4A4A;
  width: 67rem;
  max-width: 100%;
}
.popup-course__text p + p {
  margin-top: 1rem;
}
.popup-course__addit {
  padding: 2.4rem;
  border: 1px solid #F3F3F3;
  border-radius: 2.4rem;
  width: 29.5rem;
}
.popup-course__addit-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  color: #8F8F8F;
  font-weight: 400;
  line-height: 150%;
}
.popup-course__addit-text {
  margin-top: 0.4rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 145%;
  padding-left: 3.4rem;
}
.popup-course__bttn {
  margin-top: 2rem;
  width: 100%;
}
.popup-form {
  text-align: left;
  background-color: #fff;
  width: 61rem !important;
  max-width: 100% !important;
  padding: 4rem 4.8rem;
}
@media only screen and (max-width: 768px) {
  .popup-form {
    padding: 2rem 2.4rem;
    padding-top: 6rem;
  }
}
.popup-form .contacts__form-title {
  text-align: left;
}
.popup-form .popup__close {
  top: 3.2rem;
  right: 3.2rem;
}

.popup-bg {
  padding: 3rem 1.5rem;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-bg.show {
  display: flex;
}

@media only screen and (min-width: 1074px) {
  .popup {
    border-radius: 1rem;
    width: auto;
    max-width: 100rem;
  }
  .popup__wrap {
    width: inherit;
  }
  .popup__close {
    top: -2.5rem;
    right: -2.5rem;
    cursor: pointer;
  }
  .popup__title {
    margin-bottom: 1.5rem;
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  .popup__descr {
    margin-bottom: 3rem;
  }
  .popup__video-wrap {
    min-width: 60rem;
  }
}
.breadcrumbs {
  padding: 5.6rem 0 2.4rem;
  overflow: auto;
}
.breadcrumbs + section {
  padding-top: 0;
}
.breadcrumbs__wrap {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: max-content;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs__wrap {
    padding-right: 4rem;
  }
}
.breadcrumbs__wrap a {
  font-size: 1.2rem;
  color: #C9C9C9;
  line-height: 150%;
}
.breadcrumbs__wrap a:hover > span::after {
  width: 100% !important;
}
.breadcrumbs__wrap .kb_sep {
  display: flex;
}
.breadcrumbs__wrap .kb_title {
  margin-left: -2px;
  font-size: 1.2rem;
  color: #8F8F8F;
  line-height: 150%;
}
.breadcrumbs__wrap span {
  transition: all 0.2s ease;
  font-size: 1.2rem;
}
.breadcrumbs__wrap span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #C9C9C9;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease;
}
.breadcrumbs__wrap span:first-child a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.breadcrumbs__wrap span:first-child a::before {
  content: "";
  display: flex;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../img/general/home.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 953px) {
  .breadcrumbs {
    padding-top: 10.6rem;
  }
}
@media only screen and (max-width: 576px) {
  .breadcrumbs {
    padding-top: 7.8rem;
  }
}

.pagination {
  grid-column: 1/span 3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  padding-top: 1.6rem;
  margin-top: 4.8rem;
}
@media only screen and (max-width: 992px) {
  .pagination {
    grid-column: 1/span 2;
  }
}
@media only screen and (max-width: 576px) {
  .pagination {
    grid-column: 1/span 1;
  }
}
.pagination .page-numbers {
  display: inline-flex;
  width: max-content;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 2px;
  color: #4A4A4A;
  transition: all 0.2s ease;
}
.pagination .page-numbers.current {
  color: #0085FF;
}
.pagination .page-numbers::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  height: 1px;
  width: 0;
  background-color: #0085FF;
  transition: all 0.2s ease;
}
.pagination .page-numbers:hover {
  color: #0085FF;
}
.pagination .page-numbers:hover::after {
  width: 100%;
}
.pagination .prev {
  transform: rotate(180deg);
  margin-right: 2.4rem;
}
.pagination .next {
  margin-left: 2.4rem;
}
.pagination .prev, .pagination .next {
  border-radius: 10rem;
  border: 1px solid #EAEAEA;
  background: #fff;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pagination .prev::after, .pagination .next::after {
  display: none;
}
.pagination .prev path, .pagination .next path {
  transition: all 0.2s ease;
}
.pagination .prev.inactive, .pagination .next.inactive {
  border-color: #EAEAEA;
  background: #EAEAEA;
}
.pagination .prev.inactive path, .pagination .next.inactive path {
  fill: #ACACAC;
}
.pagination .prev:not(.inactive):hover, .pagination .next:not(.inactive):hover {
  border-color: #0085FF;
  background: #0085FF;
}
.pagination .prev:not(.inactive):hover path, .pagination .next:not(.inactive):hover path {
  fill: #fff;
}