#modal_video_reviews .swiper-pagination {
  bottom: 20px !important;
}
#modal_video_reviews .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #ffffff;
  opacity: 0.4;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#modal_video_reviews .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}
#modal_video_reviews .swiper-pagination-bullet:hover {
  opacity: 0.7;
}

.modal_wrapper {
  position: relative;
  display: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal_wrapper .modal_content {
  height: 70%;
  margin: 5% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 48px;
}
.modal_wrapper .swiper-container {
  width: 100%;
  position: relative;
}
.modal_wrapper .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal_wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal_wrapper .swiper-button-next, .modal_wrapper .swiper-button-prev {
  color: white;
  width: 50px;
  height: 50px;
}
.modal_wrapper .swiper-pagination {
  position: absolute;
  top: 130%;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  gap: 12px;
}
.modal_wrapper .custom-bullet {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.modal_wrapper .custom-bullet-active {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.modal_wrapper .custom-bullet:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.modal_wrapper #modal_video_reviews {
  width: 100%;
}
.modal_wrapper .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal_wrapper iframe {
  position: static;
  width: 80%;
  height: 700px;
  border-radius: 30px;
}
.modal_wrapper .close {
  position: absolute;
  right: 35px;
  top: 35px;
  z-index: 200;
}
.modal_wrapper .close svg {
  width: 40px;
  height: 40px;
}

@media (max-width: 1200px) {
  .modal_wrapper .modal_content {
    padding: 20px;
  }
  .modal_wrapper iframe {
    height: 288px;
    border-radius: 20px;
  }
}
@media (max-width: 500px) {
  #modal_video_reviews .swiper-pagination {
    padding: 0 20px;
  }
  #modal_video_reviews .swiper-pagination-bullet {
    margin: 0 !important;
    width: 36px;
    height: 13px;
    border-radius: 50%;
  }
  .modal_wrapper .modal_content {
    padding: 0px;
  }
  .modal_wrapper iframe {
    height: 150px;
    border-radius: 10px;
  }
  .modal_wrapper .swiper-button-prev, .modal_wrapper .swiper-rtl .swiper-button-next {
    left: -5px;
  }
  .modal_wrapper .swiper-button-next, .modal_wrapper .swiper-rtl .swiper-button-prev {
    right: -5px;
  }
  .modal_wrapper .close {
    position: absolute;
    right: 35px;
    top: 35px;
    z-index: 200;
  }
  .modal_wrapper .close svg {
    width: 20px;
    height: 20px;
  }
}
.header_logo img {
  width: 60%;
}

.top_btn_visible {
  opacity: 1;
  right: 0;
  -webkit-transform: translate(-35px);
          transform: translate(-35px);
  visibility: visible;
}

.nav_active {
  left: 0 !important;
}

.modal-open {
  overflow: hidden;
}

@media (min-width: 600px) {
  .header_logo img {
    width: 100%;
  }
}
.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  height: 35px;
}

.textReviewsNew-module--text-reviews--ce3af {
  padding-bottom: 0;
}

.video_reviews .desc_slide {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 30px;
  right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.video_reviews .desc_slide p {
  font-size: 18px;
  text-align: left;
  color: #FFFFFF;
}
.video_reviews .desc_slide_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video_reviews .swiper-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: inherit;
  padding-bottom: 75px;
}
.video_reviews .swiper-slide {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.4;
}
.video_reviews .swiper-slide-active, .video_reviews .swiper-slide-next, .video_reviews .swiper-slide-prev {
  opacity: 1;
}
.video_reviews .swiper-button-prev {
  position: relative !important;
  height: 35px;
  width: 35px;
  right: 0;
  left: 0;
  top: 0;
  margin-top: 0;
}
.video_reviews .swiper-button-prev:after {
  position: absolute;
  content: "";
  background: url(https://fs.advance.ru/landing-pages/webinar/krp_molodostmozga/left.svg) no-repeat;
  height: 35px;
  width: 35px;
}
.video_reviews .swiper-button-next {
  right: 0;
  left: 0;
  top: 0;
  margin-top: 0;
  position: relative !important;
  height: 35px;
  width: 35px;
}
.video_reviews .swiper-button-next:after {
  position: absolute;
  content: "";
  background: url(https://fs.advance.ru/landing-pages/webinar/krp_molodostmozga/right.svg) no-repeat;
  height: 35px;
  width: 35px;
}

.text_reviews .swiper-wrapper {
  margin-bottom: 30px;
}
.text_reviews .swiper-slide p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.text_reviews .swiper-slide .btn__more {
  margin-top: 20px;
  padding: 0;
  text-align: left;
  color: #343A40;
  opacity: 0.5;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}
.text_reviews .show__more p {
  display: block;
  height: 100% !important;
  overflow: auto !important;
}
.text_reviews .swiper-text-button-prev {
  position: relative !important;
  height: 35px;
  width: 35px;
  right: 0;
  left: 0;
  top: 0;
  margin-top: 0;
}
.text_reviews .swiper-text-button-prev:after {
  position: absolute;
  content: "";
  background: url(https://fs.advance.ru/landing-pages/webinar/krp_molodostmozga/left.svg) no-repeat;
  height: 35px;
  width: 35px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.text_reviews .swiper-text-button-next {
  right: 0;
  left: 0;
  top: 0;
  margin-top: 0;
  position: relative !important;
  height: 35px;
  width: 35px;
}
.text_reviews .swiper-text-button-next:after {
  position: absolute;
  content: "";
  background: url(https://fs.advance.ru/landing-pages/webinar/krp_molodostmozga/right.svg) no-repeat;
  height: 35px;
  width: 35px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  .video_reviews .desc_slide p {
    font-size: 15px;
  }
  .video_reviews .swiper-button-prev {
    height: 20px;
    width: 20px;
  }
  .video_reviews .swiper-button-prev:after {
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
  }
  .video_reviews .swiper-button-next {
    height: 20px;
    width: 20px;
  }
  .video_reviews .swiper-button-next:after {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
  }
  .text_reviews .swiper-slide .btn__more {
    font-size: 15px;
  }
  .text_reviews .swiper-text-button-prev {
    height: 20px;
    width: 20px;
  }
  .text_reviews .swiper-text-button-prev:after {
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
  }
  .text_reviews .swiper-text-button-next {
    height: 20px;
    width: 20px;
  }
  .text_reviews .swiper-text-button-next:after {
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
  }
}
@media (max-width: 320px) {
  .video_reviews .swiper-wrapper {
    padding-bottom: 20px;
  }
  .video_reviews .desc_slide {
    bottom: 20px;
    left: 10px;
    right: 10px;
  }
  .video_reviews .desc_slide p {
    font-size: 10px;
  }
  .text_reviews .swiper-slide .btn__more {
    font-size: 12px;
  }
  .textReviewsNew-module--text-reviews--ce3af {
    padding-bottom: 0 !important;
  }
}
/*# sourceMappingURL=style.css.map */