/*
Theme Name: e-mova-child
Theme URI: http://localhost/e-mova-child
Text Domain: e-mova-child
Template: e-mova
Version: 1.0.0

*/
html {
  scroll-behavior: smooth;
}

header,
main {
  width: 100%;
}

li a:link,
li a:visited,
li a:hover,
li a:active {
  text-decoration: none;
  outline: none;
}

.no-decoration,
.no-decoration:link,
.no-decoration:visited,
.no-decoration:hover,
.no-decoration:active {
  text-decoration: none;
}

header nav .top-navigation {
  background: linear-gradient(to right, #ffbc70 0%, #b280e4 100%);
  height: 104px;
  padding-bottom: 16px;
}

header nav .top-navigation::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: inherit;
  position: absolute;
  top: 98%;
  left: 0;
  right: 0;
}

/* header nav .top-navigation::after {
  content: "";
  display: block;
  width: 100%;
  height: 29px;
  background: url(../images/nav_bottom2.png) no-repeat top center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}*/

.navigation-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.social-icons {
  display: flex;
  justify-content: end;
  padding: 12px 6px;
  flex-wrap: nowrap;
  margin-left: 0;
}

.social-icon-link {
  padding: 5px;
}

.social-icon-signin {
  margin-left: 90px;
}

.page-footer,
.menu-footer-container .footer_menu li,
.menu-footer-container .footer_menu li a {
  background: #353737 !important;
  color: #c6c6c6;
}
.page-footer {
  padding-bottom: 20px;
}

main .slider-block .top-slider .slide1,
main .slider-block .top-slider .slide2,
main .slider-block .top-slider .slide3,
main .slider-block .top-slider .slide4,
main .slider-block .top-slider .slide5,
main .slider-block .top-slider .slide6 {
  background-size: cover;
}

main .advantages {
  background: url(../e-mova-child/img/advantages_bg.png) no-repeat top center;
  padding-top: 60px;
  padding-bottom: 65px;
}

main .partners {
  background: none;
}

main .partners h2 {
  color: #636b6f;
  margin-bottom: 50px;
}

main .partners h2::before,
main .partners h2::after {
  background-color: #f72f3c;
}

main .howto {
  background: url(../e-mova-child/img/howto_top.png) no-repeat top center;
  position: relative;
  margin-top: -138px;
  padding-top: 132px;
  padding-bottom: 50px; /* Видалити padding-bottom або замінити на потрібне значення */
}

main .howto .howto-item .howto-img::before {
  content: "";
  width: 150px;
  height: 150px;
  border: 1px solid #ffbc70;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -6px;
}

main .howto .howto-item .howto-img::after {
  content: "";
  width: 150px;
  height: 150px;
  border: 1px solid #b280e4;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: 0;
}

main .levels {
    padding-top: 60px;
    background: none;
    padding-bottom: 60px;
}

main .certificate {
    background: url(../e-mova-child/img/certificate_top.png) no-repeat top center, url(../e-mova-child/img/certificate_bottom.png) no-repeat bottom center;
    padding-top: 30px;
    padding-bottom: 90px;
}

main .about .about-header {
  background: none;
  padding-bottom: 0;
}

main .lessons-history .lessons-list .history-item .lesson-title h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

main .lessons-history .lessons-list .history-item p {
  margin-bottom: 0;
}

main .about_advantages {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: url(../e-mova-child/img/bg_light_1920x380.png) no-repeat bottom center;
  margin: 70px auto;
}

@media screen and (max-width: 2010px) {
  main .about_advantages {
    padding: 50px 600px 70px;
  }
}

@media screen and (max-width: 1900px) {
  main .about_advantages {
    padding: 50px 500px 70px;
  }
}
@media screen and (max-width: 1700px) {
  main .about_advantages {
    padding: 50px 400px 70px;
  }
}
@media screen and (max-width: 1600px) {
  main .about_advantages {
    padding: 50px 350px 70px;
  }
}

@media screen and (max-width: 1550px) {
  main .about_advantages {
    padding: 50px 300px 70px;
  }
}

.about_advantages div {
  display: flex;
  flex-direction: column;
  border: 1px solid #C4A2F8;
  border-radius: 16px;
  width: 282px;
  height: 115px;
  margin: 40px 40px 0 0;
  padding: 20px;

}

.about_advantages h3 {
  font-size: 40px;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 49px;
  color: #3E3E3E;
  font-weight: 600;
  margin-bottom: 22px; 
  margin-top: 0;
  color: #3E3E3E;
  font-style: normal;
  line-height: 40px; /* 81.633% */
}

.about_advantages p {
  font-size: medium;
  font-family: "Montserrat Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #3E3E3E;
  line-height: 1px; 
}

.one {
  order: 2;
}

.two {
  order: 3;
}

.there {
  order: 4;
}

.four {
  order: 1;

}
@media screen and (max-width: 1280px) {
  main .about_advantages {
    padding: 50px 150px 70px;

  }

}

@media screen and (max-width: 1199px) {
  main .about_advantages {
    padding: 50px 150px 70px;

  }
}

@media screen and (max-width: 991px) {
  main .about_advantages {
    padding: 50px 100px 70px;
  }
}

/* Медіа-запити для екранів менше 800px */
@media screen and (max-width: 840px) {
  main .about_advantages {
    background: linear-gradient(to bottom, #eee5ff 0%, #fff5eb 100%);
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    border-radius: 16px;
    padding: 30px 13px 50px;
  }

  .about_advantages div {
    margin-top: 10px;
    border: 1px solid #C4A2F8;
    border-radius: 22px;
    margin-bottom: 20px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .about_advantages div:last-child {
    margin: 0;
  }

  .one {
    order: 1;
  }

  .two {
    order: 2;
  }

  .there {
    order: 3;
  }

  .four {
    order: 4;
  }

  .about_advantages h3 {
    margin-top: 0;
    margin-bottom: 22px;
  }
}


main .about .about-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%; /* 16:9 aspect ratio (for a 560x315 video) */
  overflow: hidden;
  margin: 0 auto;
}

.about-video img {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Заповнити контейнер і зберегти аспектне співвідношення */
  
}

.about-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0 auto;
  padding: 10px;
}

.footer-logo a img {
  width: 114px;
  height: 78px;
}

main .partners .partners-list a::after {
  content: none;
  border: 0;
  border-radius: 0;
  width: 132px;
  height: 132px;
  position: absolute;
  top: 0;
  left: 0;
}

/* Вирівнювання елементів по лівому краю */
.menu-footer-container {
  text-align: left;
}

/* Запобігання відступам між списковими елементами (за бажанням) */
.footer_menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Вирівнювання тексту всередині спискових елементів <li> по лівому краю */
.footer_menu li {
  text-align: left;
  color: #c6c6c6;
  padding: 7px;
}

/* Запобігання відступам між списковими елементами (за бажанням) */
.footer_menu {
  padding: 0;
  margin: 0;
  list-style: none;
  color: inherit;
}
/* Вирівнювання елементів всередині .col-md-4 по лівому краю */
.col-md-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Зберігаємо інші стилі для .contacts-list_footer та .margin-top-15 */
.contacts-list_footer {
  display: block;
}

.margin-top-15 {
  margin-top: 15px;
}

/* Вирівнювання копірайту по лівому краю */
.footer-copyright-block {
  margin-top: 20px;
  text-align: center;
  justify-content: center;
}

.margin-top-15 {
  margin-top: 15px;
}

.social-icon-link-footer {
  padding: 5px;
}

.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 34px;
  background: url(../e-mova-child/img/footer_top.png) no-repeat center center;
  position: relative;
  top: -30px;
  left: 0;
}

@media screen and (max-width: 1199px) {
  main .advantages {
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  header nav .top-navigation,
  header nav .top-navigation .navigation-list ul {
    background: linear-gradient(to right, #ffbc70 0%, #b280e4 100%);
}

header nav .top-navigation-innerpages {
  margin-bottom: 0;
}

  .social-icons {
    position: absolute;
    bottom: -90px;
    display: flex;
    width: 100%;
    padding: 40px;
    background: linear-gradient(to right, #ffbc70 0%, #b280e4 100%) !important;
    justify-content: center;
  }
  .social-icon-signin {
    margin-left: 0;
  }

  .menu-item {
    background: linear-gradient(to right, #ffbc70 0%, #b280e4 100%) !important;

  }

  .primary-menu {
    background: linear-gradient(to right, #ffbc70 0%, #b280e4 100%) !important;

  }

  .slick-slide.slick-cloned {
    background-position: center;
    background-size: cover;
  }

  .slick-track {
    background-position: right;
  }

  main .howto {
    background-image: none;
    background-color: #ffffff;
    margin-top: 0;
    padding-top: 60px;
  }

  div .menu-footer-container {
    display: flex;
    justify-content: center;
    color: #c6c6c6;
    margin-top: 7px;
  }

  .footer_menu .menu-item {
    text-align: center;
    background: #353737 !important;
    color: #c6c6c6;
  }

  .col-md-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .text-center {
    text-align: center;
  }
  .contacts-list_footer {
    display: flex;
    justify-content: center;
  }

  .margin-top-7 {
    margin-top: 7px;
  }

  main .howto {
    margin-top: -52px;
  }

  main .advantages {
    background-image: none;
    background: #b280e4;
    background: linear-gradient(to right, #ffbc70 0%, #b280e4 100%) !important;
  }

  main .certificate {
    background-image: none;
    background-color: #fff;
    padding-top: 60px;
  }

  .padding {
    padding-top: 40px;
  }

}

@media screen and (max-width: 767px) {
  main .howto {
    background-image: none;
    background-color: #ffffff;
    margin-top: 0;
    padding-top: 60px;
  }
  main .advantages {
    background-image: none;
    background: #b280e4;
    background: linear-gradient(to right, #ffbc70 0%, #b280e4 100%) !important;
  }

  main .certificate {
    background-image: none;
    background-color: #fff;
    padding-top: 60px;
}

main .lessons-history .lessons-list .history-item .lesson-img {
  display: block;
  border-radius: 20px;
}
}

.teacher-header {
  background: url(/wp-content/themes/e-mova-child/img/bottom_curves_task.png) no-repeat center bottom;
  padding-bottom: 100px;
}

main .lessons-history {
  background: url(/wp-content/themes/e-mova-child/img/bottom_curves.png) no-repeat center bottom;
}

main .lessons-history .lessons-list .history-item {
  border: 1px solid #b280e4;
  box-shadow: 0 0 10px rgba(178, 128, 228, 0.5);
  border-radius: 20px;
}

main .lessons-history .lessons-list .history-item .lesson-img img {
  top: 0;
  left: 0;
  height: 240px;
  width: 240px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: -1;
}

.news-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
p {
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .news-text {
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
    overflow: visible;
  }

  main .lessons-history .lessons-list .history-item .lesson-img img {
    top: 0;
    left: 0;
    border-radius: 20px;
  }
  
  main .lessons-history .lessons-list .history-item .lesson-title h3 {
    margin-left: 241px;
  }
  
  main .lessons-history .lessons-list .history-item p {
    margin-left: 241px;
    margin-bottom: 0;
  }

  .read-more {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

}

@media screen and (max-width: 479px) {
  main .lessons-history .lessons-list .history-item {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

main .lessons-history .lessons-list .history-item .lesson-img img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
    
}

main .lessons-history .lessons-list .history-item .lesson-title h3 {
  margin-left: 0;
  text-align: center;
}

main .lessons-history .lessons-list .history-item p {
  margin-left: 0;
}

main .lessons-history .lessons-list .history-item .lesson-description .lesson-info .lesson-level {
    font-size: 22px;
    color: #212121;
    margin-bottom: 14px;
}
  
}

.news-text::after {
  content: none;
  height: 0;
  width: 0;
  padding: 0;
  background: none;
}

.news-options {
  margin-top: 10px;
}

.options label .option-label {
  margin-bottom: 0;
}

.testuvannia {
  -webkit-user-select: none; /* Забороняє виділяти текст на веб-сторінці для веб-кітів (Safari, Chrome) */
  -moz-user-select: none; /* Забороняє виділяти текст на веб-сторінці для Firefox */
  -ms-user-select: none; /* Забороняє виділяти текст на веб-сторінці для Internet Explorer/Edge */
  user-select: none; 
}

.block {
  border: 1px solid #A170EA;
  box-shadow: 0 0 11px 1px rgba(178, 128, 228, 0.5);
  border-radius: 20px;
  padding: 50px 80px;
  margin: 48px;
  margin-bottom: 43px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .block {
    padding: 40px 50px;
  }
}

@media screen and (max-width: 650px) {
  .block {
    padding: 30px;
    margin: 30px;
  }
}


.block .question {
  color: #A170EA;
  font-family: 'roboto-regular', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 444px) {
  audio {
    width: 250px;
    border: 20px;
  }
}

@media screen and (max-width: 380px) {
  .block .question {
    font-size: 18px;
  }
  audio {
    border: none;
    width: 150px;

  }

}

@media screen and (max-width: 300px) {
  audio {
    width: 120px;
    border: none;
    box-shadow: none;

  }
}

.block .dialog {
  background-color: rgba(161, 112, 234, 0.2);
  padding: 30px;
  border-radius: 20px;
  text-align: justify;
}

.dialog1 {
  max-width: 430px;
}

.block img {
  float: left;
  width: 240px;
  height: 180px;
  margin-right: 80px;
  border-radius: 16px;
  object-fit: cover;
}

@media screen and (max-width: 900px) {
  .block img {
    float: none;
    display: flex;
    margin: auto;
  }
}
@media screen and (max-width: 800px) {
  .block .dialog p {
    font-size: 16px;
    text-align: left;
  }

  .block img {
    margin-right: 50px;
  }
}

@media screen and (max-width: 800px) {
  .block img {
    float: none;
    display: flex;
    margin: auto;
  }

  .options {
    margin: 0 auto;
  }
}


@media screen and (max-width: 500px) {
  .options {
    margin-left: 0;
  }
}

.option {
  margin-top: 20px;
}

.option p {
  font-family: 'roboto-regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
}

.option input[type="radio"] {
  border-radius: 0;
}

.option input[type="radio"]:checked {
  border: none;
  outline: 1px solid #b280e4;
  background: #ffbc70;
}

audio {
  border: 1px solid #b280e4;
  box-shadow: 0 0 10px rgba(178, 128, 228, 0.5);
  border-radius: 28px;
  margin: 10px 0;
}

.question {
  font-weight: 700;
}

.block .dialog {
  margin-top: 15px;
  margin-bottom: 20px;

}

.block .dialog .center {
  text-align: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #b280e4;
  box-shadow: 0 0 10px rgba(178, 128, 228, 0.5);
  margin: 8% auto;
  padding: 20px;
  width: 80%;
  max-width: 600px;
  height: auto; /* Регульована висота */
  max-height: 80vh; /* Максимальна висота (80% від висоти вікна) */
  overflow-y: auto; /* При потребі, додайте прокрутку */
}

.modal .modal-content .contactFormContainer .group .modal-content-input {
  border: 1px solid #b280e4;
  width: 558px;
  border-radius: 5px;
}

.modal-content p {
  color: #212121;

}

.close {
  color: #b280e4;
  float: right;
  font-size: 15px;
  font-weight: bold;
  border: 2px solid #b280e4;
  box-shadow: 0 0 10px rgba(178, 128, 228, 0.5);
  border-radius: 50%;
  padding-left: 3px;
  padding-right: 3px;
}

.close:hover,
.close:focus {
  color: #f72f3c;
  border: 2px solid #f72f3c;
  text-decoration: none;
  cursor: pointer;
}

.testuvannia .instruction .instruction__text {
  margin-bottom: 40px;
}

.testuvannia .instruction .instruction__text--en {
  margin-bottom: 40px;
}



.testuvannia .instruction .instruction__text p {
  font-size: 18px;
  text-align: justify;
}

.testuvannia__start {
  display: flex;
  justify-content: center;
}

.read-more {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.post_thumbnail img {
  float: left;
  border-radius: 20px;
  margin: 20px;
  width: 240px;
  height: 240px;
}

.course-content p {
  padding-left: 0 !important;
  text-align: justify;
  margin: 20px;
  font-size: 18px;
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  .course-one-block .course-content {
    display: flex;
    flex-direction: column;
  }
  .post_thumbnail {
    margin: auto;
  }
  .post_thumbnail img {
    margin: auto;
  }
  .course-content p {
    padding-left: 0;
    margin: 20px;
    font-size: 18px;
    line-height: 25px;
  }
}

.teacher-header {
  padding-bottom: 50px;
}

.teacher-header h2 {
  font-family: 'proximanova-regular';
}

.teacher-header p {
  color: #646B6F;
  text-align: justify;
  font-family: 'roboto-regular';
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.teacher-header .img {
  margin: 0;
  display: block;
  border-radius: 32px;
  max-height: 355px;
  width: 355px;
}

@media screen and (max-width: 500px) {
  .teacher-header .img {
    /*width: 100%;*/
    margin: auto;
  }
}

.teacher-wrapper a {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.teacher-wrapper .subtitle {
  font-family: 'proximanova-regular';
  color: #646B6F;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.teacher-wrapper .subtitle::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #ec2e3c;
  border-radius: 50%;
  position: relative;
  bottom: 10px;
  right: 20px;
}

.teacher-wrapper .subtitle::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #ec2e3c;
  border-radius: 50%;
  position: relative;
  bottom: 10px;
  right: auto;
  left: 20px;
}

.courses-title {
  margin-bottom: 63px;
}

.courses-title h3 {
  color: #646B6F;
  text-align: center;
  font-family: 'proximanova-regular';
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}

.courses-block {
  display: flex;
  flex-direction: column;
  gap: 83px;
}

.courses-card {
  display: flex;
}

@media screen and (max-width: 767px) {
  .courses-card {
    flex-direction: column;
    justify-content: center;
  }
}

.courses-card--photo {
  display: block;
  width: 352px;
  max-height: 352px;
  margin-right: 73px;
}

.courses-card--photo img {
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .courses-card--photo {
    width: 100%;
    margin-right: 0;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .courses-card--photo img {
    object-fit: cover;
  }
}

@media screen and (max-width: 500px) {
  .courses-card--photo-padding {
    padding-right: 30px;
  }
  .courses-block {
    gap: 40px;
  }
  .courses-card--photo {
    width: 100%;
    margin-right: 0;
    margin: 0 auto;
    height: 315px;
    margin-bottom: 30px;
  }
  .courses-card--photo img {
    object-fit: cover;
    height: 315px;
  }

}

.courses-card--about {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.courses-card--text {
  color: #646B6F;
  font-family: 'roboto-regular';
  font-style: normal;
  line-height: 38px; /* 131.034% */
  max-width: 665px;
}

.courses-card--text h4 {
  font-family: 'roboto-medium';
  font-size: 29px;
  font-weight: 700;  
}

.courses-card--text h5 {
  font-size: 24px;
  font-weight: 700;
}

.courses-card--text p {
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .courses-card--text h4 {
    text-align: center;
    margin-top: 0;
  }
  .courses-card--text h5 {
    text-align: center;

  }
  .courses-card--text p {
    text-align: justify;
  }
}

@media screen and (max-width: 500px) {
  .courses-card--text {
    margin-bottom: 15px;
  }
  .courses-card--text h4 {
    text-align: start;
  }
  .courses-card--text h5 {
    text-align: start;

  }
  .courses-card--text p {
    text-align: start;
  }

}

.courses-card--button {
  display: flex;
  justify-content: start;
}

.courses-card--button .read-more {
  border: none;
  width: 210px;
  transition: 0.2s;
}


@media screen and (max-width: 767px) {
  .courses-card--button {
    display: flex;
    justify-content: center;
  }
  .courses-card--button a {
    width: 355px;
  }
  .courses-card--button .read-more {
    width: 355px;
  }
}

@media screen and (max-width: 500px) {
  .courses-card--button {
    display: flex;
    justify-content: center;
  }
  .courses-card--button a {
    width: 100%;
  }
  .courses-card--button .read-more {
    width: 100%;
  }
}

.courses-card--button a {
  margin: 0;
}

.teacher-methodologies {
  padding-top: 30px;
  padding-bottom: 40px;
}

.teacher-methodologies h2 {
  color: #646B6F;
  font-family: 'proximanova-regular';
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.teacher-methodologies h3 {
  color: #646B6F;
  text-align: center;
  font-family: 'proximanova-regular';
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 113.333% */
  margin-top: 0;
  margin-bottom: 63px;
}

.teacher-methodologies--content {
  display: flex;
  gap: 73px;
}

@media screen and (max-width: 991px) {
  .teacher-methodologies--content {
    gap: 20px;
  }
}

@media screen and (max-width: 500px) {
  .teacher-methodologies--content {
    flex-direction: column;
  }
  .teacher-methodologies h3 {
    margin-bottom: 32px;
  }
}

.teacher-methodologies--content .photo {
  width: 352px;
  height: 352px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .teacher-methodologies--content .photo {
    width: 240px;
    height: 240px;
    margin: auto;
  }
}

.list {
  max-width: 650px;
  margin-bottom: 38px;
}

@media screen and (max-width: 500px) {
  .about-header .about-text h3,
  .about-header .about-text p {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about .about-team .tema-list {
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
  }
  .teacher-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .list {
    margin-bottom: 22px;
  }
}

.list ul {
  list-style-type: disc;
  padding-left: 20px;
}

.list li {
  margin-bottom: 10px;
  color: #646B6F;
  text-align: justify;
  font-family: 'roboto-regular';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 172.222% */
}

.whyThisProject h2 {
  margin-top: 0;
  margin-bottom: 48px;
  color: #646B6F;
  font-family: 'proximanova-regular';
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.achieve-blocks {
  background: linear-gradient(to bottom, #EEE5FF 0%, #FFF5EB 100%);
}

.achieve-block {
  display: flex;
  flex-wrap: wrap;
  /*flex-direction: column;*/
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 38px;
}

.achieve-blocks .teacher-wrapper {
  padding-top: 63px;
}

.achieve-item {
  border: 1px solid #C4A2F8;
  border-radius: 16px;
  padding: 30px 35px;
  display: flex;
  flex-direction: row;
}

.achieve-item--text {
  margin-left: 30px;
  max-width: 300px;
}

.achieve-item .achieve-item--text h4 {
  color: #3E3E3E;
  font-family: 'proximanova-regular';
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 123.684% */
  margin: 0 0 10px 0;

}

.achieve-item .achieve-item--text p {
  color: #646B6F;
  font-family: 'roboto-regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 180% */
  margin: 0;
  text-align: justify;
}

.achieve-item--icon {
  /*width: 259px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.achieve-item--icon img {
  width: 120px;
}

.achieve-blocks button {
  margin-bottom: 40px;
}

@media screen and (max-width: 1099px) {
  .achieve-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    margin-bottom: 38px;
  }

  .achieve-item--icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .achieve-item--text {
    margin-left: 20px;
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .achieve-item {
    padding: 30px;
  }

  .achieve-item--text {
    margin-left: 30px;
  }
  
  .achieve-item:nth-child(4) .achieve-item--text {
    margin-left: 30px;
  }

  .achieve-item--icon {
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .achieve-item--icon img {
    min-width: 114px;
  }
}

@media screen and (max-width: 500px) {
  .achieve-block {
    gap: 30px;

  }

  .achieve-item {
    border: 1px solid #C4A2F8;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .achieve-item .achieve-item--text {
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;
  }

  .achieve-item:nth-child(4) .achieve-item--text {
    margin-left: 0;
  }

  .achieve-item .achieve-item--text h4 {
    text-align: center;
    width: 100%;
  
  }
  
  .achieve-item .achieve-item--text p {
    text-align: justify;
    word-spacing: normal;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    white-space: pre-wrap;
  }

  .achieve-item--icon {
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .achieve-item:first-child .achieve-item--icon img {
    height: 87px;
    width: 160px;
}
}

main .about .about-team {
  margin: 40px auto 0;
  max-width: 900px;
}

.team-list {
  margin: 0;
  width: 900px;
}

.team-list .team-member {
  display: flex;
  border-radius: 20px;
  margin-bottom: 56px;
}

.team-list .team-member .team-info {
  padding-left: 60px;
  padding-right: 20px;
}

.team-list .team-member .team-info p:first-child {
  margin-bottom: 50px;
}

.team-list .team-member .team-img {
  width: 270px;
  height: 270px;
  object-fit: cover;
  float: left;
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  main .about .about-team {
    margin: auto;
    max-width: 800px;
  }
  
  .team-list {
    margin: 0;
    width: 800px;
  }
}

@media screen and (max-width: 850px) {
  main .about .about-team {
    margin: auto;
    max-width: 700px;
  }
  
  .team-list {
    margin: 0;
    width: 700px;
  }
}

@media screen and (max-width: 750px) {
  main .about .about-team {
    margin: auto;
    max-width: 600px;
  }
  
  .team-list {
    margin: 0;
    width: 600px;
  }
}

@media screen and (max-width: 650px) {
  main .about .about-team {
    margin: 40px auto 0;
    max-width: 500px;
    padding: 0;
  }
  
  .team-list {
    margin: 0;
    width: 500px;
  }

  .team-list .team-member {
    display: flex;
    flex-direction: column;
    align-items: start;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  
  .team-list .team-member .team-info {
    padding-left: 0;
    padding-right: 0;
  }
  .team-list .team-member .team-info p {
    text-align: justify;
    margin-top: 20px;
  }
  .team-list .team-member .team-info p:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 550px) {
  main .about .about-team {
    margin: auto;
    max-width: 400px;
  }
  
  .team-list {
    margin: 0;
    width: 400px;
  }
}


@media screen and (max-width: 450px) {
  main .about .about-team {
    margin: auto;
    max-width: 270px;
  }
  
  .team-list {
    margin: 0;
    width: 270px;
  }

  .team-list .team-member .team-img {
    width: 270px;
    height: 270px;
    object-fit: cover;
  }
}
 
.team-title h3 {
  text-align: center;
  background: url(../e-mova-child/img/certificate_bottom.png) no-repeat bottom center;
  padding-bottom: 40px;
  color: #646B6F;
  font-family: 'proximanova-regular';
  font-size: 31px;
  font-weight: 400;
}

@media screen and (max-width: 550px) {
  .team-title h3 {
    background: none;
  }

}



.team-title h3::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #ec2e3c;
  border-radius: 50%;
  position: relative;
  bottom: 7px;
  right: auto;
  left: 20px;
}

.team-title h3::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #ec2e3c;
  border-radius: 50%;
  position: relative;
  bottom: 7px;
  right: 20px;
}

.teacher-header--nav {
  width: 100%;
  height: 500px;
  background: url(../e-mova-child/img/eteacher.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  margin: 0 auto;
}

.teacher-header--nav button {
  background: linear-gradient(to right, #FFBC70 8.67%, #B280E4 94.56%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  position: relative;
  transition: transform 0.3s;
  position: relative;
  top: 250px
}

.teacher-header--nav button img {
  width: 9px;
  height: 16px;
  margin: auto 0;
}

.teacher-header--nav button:hover {
  background: #ec2e3c;
}



@media screen and (max-width: 991px) {
  .teacher-header--nav {
    height: 450px;
  }

  .teacher-header--nav button {
    top: 225px
  }
}

@media screen and (max-width: 740px) {
  .teacher-header--nav {
    height: 400px;
  }
  .teacher-header--nav button {
    top: 200px;
  }
}
@media screen and (max-width: 600px) {
  .teacher-header--nav {
    background: url(../e-mova-child/img/330x330_eteacher.jpg);
    width: 330px;
    height: 330px;
  }
  .teacher-header--nav button {
    top: 165px;
  }
}
@media screen and (max-width: 390px) {
  .teacher-header--nav {
    background: url(../e-mova-child/img/330x330_eteacher.jpg);
    width: 100%;
    height: 310px;
  }
  .teacher-header--nav button {
    top: 155px;
  }
}
.testimonials {
  display: block;
  padding-bottom: 100px;
}

.testimonials__response {
    color: #646B6F;
    text-align: justify;
    font-family: 'roboto-regular';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    margin-bottom: 15px;
}
.fag__subtitle,
.testimonials__subtitle {
    color: #646B6F;
    font-family: 'proximanova-regular';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    margin-bottom: 59px;
}

.fag__title, 
.testimonials__title {
  color: #646B6F;
  font-family: 'proximanova-regular';
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 16px;

}
.fag__title::after,
.testimonials__title::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #ec2e3c;
  border-radius: 50%;
  position: relative;
  bottom: 7px;
  right: auto;
  left: 20px;
}

.fag__title::before,
.testimonials__title::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #ec2e3c;
  border-radius: 50%;
  position: relative;
  bottom: 7px;
  right: 20px;
}

.testimonials__items {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.testimonials__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.testimonials__quotation-mark {
    display: flex;
    justify-content: flex-end;
}

.testimonials__quotation-mark--one {
    width: 52px;
    height: 41px;
    background: url('../e-mova-child/img/mark_one.svg');
    background-repeat: no-repeat;
    background-size: cover;
    
}

.testimonials__ful-name {
    display: flex;
    justify-content: space-between;
}

.testimonials__quotation-mark--two {
    width: 52px;
    height: 41px;
    background: url('../e-mova-child/img/mark_two.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials__name {
    font-family: 'proximanova-regular';
    font-size: 30px;
    font-weight: 600;
    line-height: 41px;
    text-align: right;
}

.fag {
    display: block;
    background: linear-gradient(180deg, #EEE6FF 0%, #FFF5EB 100%);
    padding-top: 73px;
    padding-bottom: 53px;

}

.fag__subtitle {
    margin-bottom: 41px;
}

.fag__block {
    padding-top: 24px;
    padding-bottom: 30px;
    border-top: 1px solid #C4A2F8;
}
.fag__question {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.fag__question--title {
    font-family: 'proximanova-regular';
    font-size: 30px;
    font-weight: 600;
    line-height: 41px;
    text-align: left;
}

.fag__question--button-up {
    width: 21px;
    height: 43px;
    background: url('../e-mova-child/img/toUp.svg') no-repeat;
    background-size: 20px 10px;
    background-position: center;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-right: 40px;
    cursor: pointer;
}
.fag__question--button-down {
    width: 21px;
    height: 43px;
    background: url('../e-mova-child/img/toDown.svg') no-repeat;
    background-size: 20px 10px;
    background-position: center;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-right: 40px;
    cursor: pointer;
}

.fag__answer {
    display: none;
    font-family: 'proximanova-regular';
    font-size: 24px;
    font-weight: 400;
    line-height: 148%;
    text-align: left;

}
.HowDo-button .buttonUp {
  border-radius: 20px;
  border: none;
  padding: 12px 20px;
  background: linear-gradient(to right, #FFBC70 8.67%, #B280E4 94.56%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  position: relative;
  transition: transform 0.3s;
  color: #fff;
  margin-top: 30px;
}

.HowDo-button .buttonUp:hover {
  background: #ec2e3c;
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.entry-content .testuvannia .nextButton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  float: unset;
  border: none;
}

.entry-content .testuvannia .nextButton,
.buttons .button-continue {
  color: #e81a41;
  font-size: 18px;
  border: 1px solid  #e81a41;
  padding: 12px 20px;
  border-radius: 21px;
}

.entry-content .testuvannia .nextButton:hover,
.buttons .button-continue:hover {
  background: linear-gradient(to right, #ffbc70 0%, #b280e4 100%);
  border: 1px solid #fff;
}

@media screen and (max-width: 600px) {
  .buttons {
    flex-direction: column;
  }
  
}

.visibility {
  display: none;
}

.question  {
  font-family: 'proximanova-regular';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;

}

.dialog p {
  font-family: 'proximanova-regular';
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

main .registration .registration-form  {
  display: flex;
  margin: auto;
}

.registration {
  max-width: 700px;
}


.form-input {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(178, 128, 228, 0.5);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-input:active, .form-input:hover {
  border: 1px solid #b280e4;
  box-shadow: 0 0 10px rgba(178, 128, 228, 0.4);

}

.language-switcher {
  width: 60px;
  background-color: #cac8c8;
  border-radius: 20px;
  padding: 5px;
}

.inEn .language-switcher::after {
  content: '';
  display: block;
  padding-bottom: 50%;
  width: 50%;
  border-radius: 50%;
  background-color: #FFBC70;
}

.inUa .language-switcher::after {
  content: '';
  display: block;
  padding-bottom: 50%;
  width: 50%;
  border-radius: 50%;
  background-color: #b280e4;
  transform: translateX(100%);
}

.instruction__text-ua {
  display: none;
}

@media screen and (max-width: 740px) {
  .language-switcher {
    margin-bottom: 25px;
  }
  
}

.teacher-wrapper .success-message a {
  justify-content: start;
  margin-bottom: 0;
}

.success-message p:nth-child(3) {
  display: none;
}

.block .textForOpportunity {
  display: none;
}
