.image_modal {
  display: none;
}

.image_modal {
  overflow-x: hidden;
  overflow-y: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
}
.image_modal .btn_close {
  z-index: 10000;
  background: transparent;
  position: absolute;
  top: 25px;
  right: 4px;
}
.image_modal .btn_close img {
  width: 50px;
  height: 50px;
}
.image_modal .modal__slide {
  width: 100%;
  -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;
}
.image_modal .modal__slide img {
  width: auto;
  height: revert-layer;
}
.image_modal .bg_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.77);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.image_modal .bg_modal .body {
  position: relative;
  max-width: 70vw;
  max-height: 100%;
}
@media (max-width: 1700px) {
  .image_modal .bg_modal .body .btn_close {
    right: 0;
  }
  .image_modal .bg_modal .body .btn_close img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1100px) {
  .image_modal .bg_modal .body {
    height: auto;
    max-width: 80vw;
  }
  .image_modal .bg_modal .body .btn_close {
    right: 0;
    top: 0;
  }
  .image_modal .bg_modal .body .btn_close img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 550px) {
  .image_modal .bg_modal .body .btn_close {
    right: 0;
    top: -24px;
  }
  .image_modal .bg_modal .body .btn_close img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 340px) {
  .image_modal .bg_modal .body {
    width: 100%;
    padding: 10px;
  }
}

.swiper-pagination {
  position: absolute;
  bottom: -30px !important;
  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;
}

.swiper-pagination-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;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: #ffffff;
}

.swiper-button-prev, .swiper-button-next {
  color: #FFFFFF;
}

.button_module_active:after {
  background-image: url(https://fs.advance.ru/landing-pages/online/uchis_uchitsya/arrow-up.svg) !important;
}

@media (max-width: 1200px) {
  .image_modal .modal__slide img {
    height: 584px;
  }
  .swiper-container {
    overflow: hidden;
  }
  .swiper-button-prev {
    left: -24px !important;
  }
  .swiper-button-next {
    right: -24px !important;
  }
}
@media (max-width: 600px) {
  .image_modal .modal__slide img {
    height: auto;
  }
  .swiper-container {
    overflow: hidden;
  }
  .swiper-button-prev {
    left: -24px !important;
  }
  .swiper-button-next {
    right: -24px !important;
  }
}
.modal_form {
  display: none;
}

.modal_form {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
}
.modal_form .bg_reg {
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 35px 35px;
}
.modal_form .bg_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal_form .bg_modal .body {
  max-width: 600px;
  width: 100%;
  height: auto;
}
@media (max-width: 728px) {
  .modal_form .bg_modal .body {
    max-width: 94%;
    padding: 0;
  }
}

.close_btn_modal {
  position: absolute;
  right: 40px;
}

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

main {
  font-size: 20px;
}

.header_unset {
  position: unset;
  background-color: transparent;
}

.header_fixed {
  position: fixed;
  background-color: rgb(255, 255, 255);
}

.burger_active {
  left: 0 !important;
}

.modal-open {
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */