@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
.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: 10;
  background: transparent;
  position: absolute;
  top: 25px;
  right: 4px;
}
.image_modal .btn_close img {
  width: 50px;
  height: 50px;
}
.image_modal .modal__slide {
  padding: 33px;
  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;
}
.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: 0;
  }
  .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-button-next, .swiper-button-prev {
  color: #FFFFFF;
}

.swiper {
  overflow: visible;
}

.expert-licenses__pagination {
  bottom: 0px !important;
}

.licenses__pagination {
  bottom: -15px !important;
}

@media (min-width: 500px) {
  .image_modal .modal__slide img {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .expert-licenses__pagination, .licenses__pagination {
    bottom: 10px !important;
  }
}
@media (min-width: 800px) {
  #image_modal_experts .swiper, #image_modal_edu .swiper {
    overflow: hidden;
  }
  .image_modal .modal__slide img {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .image_modal .modal__slide {
    padding: 50px;
  }
  .image_modal .modal__slide img {
    width: auto !important;
    height: 90%;
  }
}
.modal_form {
  display: none;
}

.modal_form {
  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;
}
.modal_form .bg_modal {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  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 {
  overflow-y: scroll;
  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;
  top: 17px;
  right: 20px;
}

@media (min-width: 400px) {
  .modal_form .bg_reg {
    padding: 20px 10px;
  }
  .close_btn_modal {
    top: auto;
    right: 40px;
  }
}
.old_price {
  font-family: "Ubuntu Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #282828;
  text-decoration: line-through 1.8px #6f00e2;
}

@media (min-width: 1212px) {
  .old_price {
    font-size: 30px;
    line-height: 34px;
    text-decoration: line-through 3px #6f00e2;
  }
  .cost_card {
    height: 500px;
  }
  .cost_card:last-child {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 28px 0;
  }
}
.header_logo img {
  width: 60%;
}

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

.modal-open {
  overflow: hidden;
}

.header_fixed {
  position: fixed !important;
  background-color: rgb(255, 255, 255) !important;
  z-index: 9999;
  left: 0;
  margin: 0 auto;
  padding: 0;
  top: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  width: 100%;
}

.screen1-module--screen1--f70d5 {
  background-image: url(https://fs.advance.ru/landing-pages/online/uchis_uchitsya/bg-uu-8-11-320.jpg);
}

.nav a:hover, .nav a:active {
  color: #795aa4 !important;
}

@media (min-width: 600px) {
  .header_logo img {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .screen1-module--screen1--f70d5 {
    background-image: url(https://fs.advance.ru/landing-pages/online/uchis_uchitsya/bg-uu-8-11-768.jpg);
  }
}
@media (min-width: 992px) {
  .screen1-module--screen1--f70d5 {
    background-image: url(https://fs.advance.ru/landing-pages/online/uchis_uchitsya/bg-uu-8-11-1920.jpg);
  }
}
/*# sourceMappingURL=style.css.map */