.stats_inner .stats_list, .news_section .news_list {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .stats_inner .stats_list, .news_section .news_list {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 1023px) {
  .stats_inner .stats_list, .news_section .news_list {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.stats_inner .stats_list .num_block span:before, .news_section .news_list li:first-child .news_image, .main_screen .video_block video, .main_screen .main_image img, .news_block .news_image > img, .course_block .image_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.news_block .news_image > img, .course_block .image_block > img {
  object-fit: cover;
}

.news_block .news_image iframe, .course_block .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.news_block .news_image, .course_block .image_block {
  position: relative;
  overflow: hidden;
}
.news_block .news_image:before, .course_block .image_block:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.course_block .actions_block .remove_btn:before,
.course_block .actions_block .save_btn:before,
.course_block .actions_block .course_link:before, .course_block .actions_block .remove_btn:after,
.course_block .actions_block .save_btn:after,
.course_block .actions_block .course_link:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news_block .news_image img, .course_block .image_block img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.stats_inner .stats_list .num_block span:before, .course_block .actions_block .remove_btn,
.course_block .actions_block .save_btn,
.course_block .actions_block .course_link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.standard_text {
  font-size: 140%;
  line-height: 20px;
}

.stats_inner .stat_info, .news_block .news_title a, .course_block .date_block {
  line-height: 1.5em;
}
@media screen and (min-width: 1024px) {
  .stats_inner .stat_info, .news_block .news_title a, .course_block .date_block {
    font-size: 160%;
  }
}
@media screen and (max-width: 1023px) {
  .stats_inner .stat_info, .news_block .news_title a, .course_block .date_block {
    font-size: 140%;
  }
}

.contacts_section, .reviews_section, .stats_section, .courses_section, .about_section, .news_section {
  margin-top: 120px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .contacts_section, .reviews_section, .stats_section, .courses_section, .about_section, .news_section {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contacts_section, .reviews_section, .stats_section, .courses_section, .about_section, .news_section {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .contacts_section, .reviews_section, .stats_section, .courses_section, .about_section, .news_section {
    margin-top: 60px;
  }
}

.review_block .author_position, .news_block .news_description, .course_block .address_block {
  line-height: 1.5em;
  color: #62676A;
}
@media screen and (min-width: 1024px) {
  .review_block .author_position, .news_block .news_description, .course_block .address_block {
    font-size: 140%;
  }
}
@media screen and (max-width: 1023px) {
  .review_block .author_position, .news_block .news_description, .course_block .address_block {
    font-size: 130%;
  }
}

.review_block .author_name, .stats_inner .stat_type, .news_section .news_list li:first-child .news_title a, .course_block .course_name {
  line-height: 1.5em;
}
@media screen and (min-width: 1280px) {
  .review_block .author_name, .stats_inner .stat_type, .news_section .news_list li:first-child .news_title a, .course_block .course_name {
    font-size: 200%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .review_block .author_name, .stats_inner .stat_type, .news_section .news_list li:first-child .news_title a, .course_block .course_name {
    font-size: 180%;
  }
}
@media screen and (max-width: 767px) {
  .review_block .author_name, .stats_inner .stat_type, .news_section .news_list li:first-child .news_title a, .course_block .course_name {
    font-size: 160%;
  }
}

.course_block {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  outline: 1px solid #E0E7EC;
  outline-offset: -1px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.04), 0 3px 36px rgba(0, 0, 0, 0.05);
}
.course_block .image_block {
  display: block;
  z-index: 3;
  font-size: 0;
  line-height: 0;
}
.course_block .image_block img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.course_block .image_block img.no_image {
  width: auto;
  height: 200%;
  opacity: 0.4;
  margin: 0 auto;
  right: 0;
}
.course_block .course_name_type {
  padding: 22px 24px;
  display: flex;
  align-items: flex-start;
  font-family: "notosans-medium", "notosansarm-medium";
  justify-content: space-between;
  border-bottom: 1px solid #E0E7EC;
  height: 135px;
}
.course_block .course_name {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: inherit;
}
.course_block .type_block {
  padding: 4px 0;
  margin-left: 16px;
  font-size: 130%;
  line-height: 1.5em;
}
.course_block .date_price {
  border-bottom: 1px solid #E0E7EC;
  display: flex;
  align-items: center;
}
.course_block .date_block {
  padding: 24px;
  color: #62676A;
  flex: 1;
}
.course_block .price_block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
  padding: 10px 24px 10px 0;
}
.course_block .current_price {
  display: flex;
  align-items: flex-start;
}
.course_block .current_price .price_size {
  font-size: 240%;
  line-height: 1.5em;
  font-family: "notosans-bold", "notosansarm-bold";
  color: #C7383F;
  display: block;
}
.course_block .current_price .currency_block {
  font-size: 130%;
  line-height: 1.5em;
  color: #62676A;
  margin-left: 4px;
  display: block;
}
.course_block .current_price .price_free {
  color: #C7383F;
  font-family: "notosans-bold", "notosansarm-bold";
  display: block;
  font-size: #62676A;
}
.course_block .old_price {
  margin-right: 20px;
}
.course_block .old_price .price_size {
  font-size: 130%;
  line-height: 18px;
  color: #62676A;
  text-decoration: line-through;
}
.course_block .discount_size {
  font-size: 130%;
  line-height: 18px;
  display: block;
}
.course_block .actions_block {
  display: flex;
  justify-content: flex-end;
}
.course_block .actions_block .remove_btn,
.course_block .actions_block .save_btn,
.course_block .actions_block .course_link {
  font-size: 0;
  line-height: 0;
  flex: 0 0 70px;
  max-width: 70px;
  height: 70px;
  color: inherit;
  border-left: 1px solid #E0E7EC;
}
.course_block .actions_block .remove_btn:before,
.course_block .actions_block .save_btn:before,
.course_block .actions_block .course_link:before {
  font-size: 2.4rem;
}
.course_block .actions_block .save_btn:before {
  content: "\e914";
}
.course_block .actions_block .course_link:before {
  content: "\e907";
}
.course_block .actions_block .remove_btn {
  color: #C7383F;
}
.course_block .actions_block .remove_btn:before {
  content: "\e92e";
}
.course_block .address_block {
  flex: 1;
  padding: 0 24px;
  align-self: center;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #62676A;
}
.course_block .sale_sticker {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  top: 20px;
  right: 24px;
}
.course_block.hovered .image_block img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.course_block.hovered .course_name {
  color: #9F2D32;
}
.course_block.hovered .actions_block .course_link {
  color: #9F2D32;
  background: #FBF3F4;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .course_block .course_name_type {
    height: 125px;
  }
}
@media screen and (max-width: 1023px) {
  .course_block .date_block {
    padding: 0 12px;
    display: flex;
    align-items: center;
    height: 54px;
  }
  .course_block .course_name_type {
    padding: 16px 12px;
  }
  .course_block .sale_sticker {
    top: 16px;
    right: 16px;
  }
  .course_block .address_block {
    padding: 0 12px;
  }
  .course_block .price_block {
    padding-right: 12px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .course_block .actions_block {
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .course_block .address_block {
    flex: 0 0 100%;
    max-width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
  }
  .course_block .actions_block .save_btn,
.course_block .actions_block .remove_btn,
.course_block .actions_block .course_link {
    flex: 0 0 50%;
    max-width: 50%;
    height: 48px;
    border-top: 1px solid #E0E7EC;
  }
  .course_block .actions_block .save_btn:before,
.course_block .actions_block .remove_btn:before,
.course_block .actions_block .course_link:before {
    font-size: 1.8rem;
  }
  .course_block .actions_block .remove_btn,
.course_block .actions_block .save_btn {
    border-left: none;
  }
  .course_block .actions_block .remove_btn:first-child,
.course_block .actions_block .save_btn:first-child {
    margin-top: 54px;
  }
  .course_block .course_name_type {
    flex-wrap: wrap;
    align-content: space-between;
  }
  .course_block .course_name {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .course_block .type_block {
    padding-bottom: 0;
    padding-top: 12px;
    margin-left: auto;
  }
  .course_block .current_price .price_size {
    font-size: 200%;
  }
  .course_block .old_price {
    margin-right: 12px;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .course_block .course_name_type {
    height: 110px;
  }
  .course_block .actions_block .remove_btn,
.course_block .actions_block .save_btn,
.course_block .actions_block .course_link {
    flex: 0 0 48px;
    max-width: 48px;
    height: 48px;
  }
  .course_block .actions_block .remove_btn:before,
.course_block .actions_block .save_btn:before,
.course_block .actions_block .course_link:before {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639px) {
  .course_block .current_price .price_size {
    font-size: 180%;
  }
  .course_block .old_price {
    margin-right: 12px;
  }
}
@media screen and (max-width: 479px) {
  .course_block .actions_block {
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .course_block .address_block {
    flex: 0 0 100%;
    max-width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
  }
  .course_block .actions_block .remove_btn,
.course_block .actions_block .save_btn,
.course_block .actions_block .course_link {
    flex: 0 0 50%;
    max-width: 50%;
    height: 48px;
    border-top: 1px solid #E0E7EC;
  }
  .course_block .actions_block .remove_btn:before,
.course_block .actions_block .save_btn:before,
.course_block .actions_block .course_link:before {
    font-size: 1.8rem;
  }
  .course_block .actions_block .remove_btn,
.course_block .actions_block .save_btn {
    border-left: none;
  }
  .course_block .actions_block .remove_btn:first-child,
.course_block .actions_block .save_btn:first-child {
    margin-top: 54px;
  }
  .course_block .course_name_type {
    flex-wrap: wrap;
    align-content: space-between;
  }
  .course_block .course_name {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .course_block .type_block {
    padding-bottom: 0;
    padding-top: 12px;
    margin-left: auto;
  }
}

.main_screen {
  text-align: center;
}
.main_screen .slogan_block {
  font-family: "notosans-bold", "notosansarm-bold";
  font-size: 520%;
  line-height: 1.3em;
  letter-spacing: -0.005em;
}
.main_screen .large_description {
  max-width: 400px;
  margin: 40px auto 0;
}
.main_screen .main_image {
  position: relative;
  overflow: hidden;
  padding-bottom: 31.25%;
  margin-top: 40px;
}
.main_screen .main_image img {
  object-fit: cover;
  border-radius: 10px;
}
.main_screen .video_block {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}
.main_screen .video_block video {
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .main_screen .slogan_block {
    font-size: 440%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main_screen .slogan_block {
    font-size: 360%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .main_screen .large_description,
.main_screen .video_block,
.main_screen .main_image {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .main_screen .large_description,
.main_screen .video_block,
.main_screen .main_image {
    margin-top: 20px;
  }
  .main_screen .slogan_block {
    font-size: 280%;
  }
}

.news_section {
  position: relative;
  overflow: hidden;
}
.news_section .news_list li:first-child {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 1024px) {
  .news_section .news_list li:first-child {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .news_section .news_list li:first-child {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.news_section .news_list li:first-child .news_block {
  border: none;
}
.news_section .news_list li:first-child .news_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 40px;
  height: 100%;
  position: relative;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  pointer-events: none;
}
.news_section .news_list li:first-child .news_title,
.news_section .news_list li:first-child .news_date,
.news_section .news_list li:first-child .news_description {
  color: #ffffff;
}
.news_section .news_list li:first-child .news_date {
  margin-bottom: 8px;
}
.news_section .news_list li:first-child .news_title {
  margin-bottom: 12px;
}
.news_section .news_list li:nth-child(n+2) {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (min-width: 1024px) {
  .news_section .news_list li:nth-child(n+2) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .news_section .news_list li:nth-child(n+2) {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.news_section .news_list li:nth-child(n+4) {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .news_section .news_list li:first-child .news_block .news_info {
    padding: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .news_section .news_list li:first-child .news_block .news_info {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 1279px) {
  .news_section .news_list li:nth-child(n+2) .news_block {
    display: flex;
  }
}
@media screen and (min-width: 900px) and (max-width: 1279px) {
  .news_section .news_list {
    display: block;
    margin-top: -16px;
    margin-bottom: -16px;
  }
  .news_section .news_list:after {
    display: block;
    content: "";
    clear: both;
  }
  .news_section .news_list li {
    float: left;
    width: 50%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .news_section .news_list li:first-child {
    height: 28vw;
  }
  .news_section .news_list li:nth-child(n+2) {
    max-width: 50%;
    height: 14vw;
  }
  .news_section .news_list li:nth-child(n+2) .news_block .news_image {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .news_section .news_list li:nth-child(n+2) .news_block .news_description {
    display: none;
  }
  .news_section .news_list li:nth-child(n+2) .news_block .news_date {
    margin-bottom: 6px;
  }
  .news_section .news_list li:nth-child(n+2) .news_block .news_title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 899px) {
  .news_section .news_list li:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    height: 56.25vw;
  }
  .news_section .news_list li:nth-child(n+2) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 24px;
  }
}
@media screen and (min-width: 576px) and (max-width: 899px) {
  .news_section .news_list li:nth-child(n+2) .news_block .news_image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .news_section .news_list li:nth-child(n+2) .news_block .news_image {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen and (min-width: 400px) and (max-width: 479px) {
  .news_section .news_list li:nth-child(n+2) .news_block .news_image {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 400px) and (max-width: 575px) {
  .news_section .news_list li:nth-child(n+2) .news_block .news_description {
    display: none;
  }
  .news_section .news_list li:nth-child(n+2) .news_block .news_date {
    margin-bottom: 6px;
  }
  .news_section .news_list li:nth-child(n+2) .news_block .news_title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 399px) {
  .news_section .news_list li:nth-child(n+2) .news_block .news_image {
    display: none;
  }
}

.news_block {
  border: 1px solid #E0E7EC;
  border-radius: 10px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.news_block .news_image {
  display: block;
  font-size: 0;
  line-height: 0;
}
.news_block .news_image img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.news_block .news_info {
  padding: 16px 16px 20px;
}
.news_block .news_date {
  font-size: 130%;
  line-height: 1.5em;
  color: #62676A;
  margin-bottom: 10px;
}
.news_block .news_title {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.news_block .news_title a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: inherit;
  font-family: "notosans-medium", "notosansarm-medium";
}
.news_block .news_description {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_block.hovered .news_image img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news_block.hovered .news_title a {
  color: #9F2D32;
}

.about_section {
  position: relative;
  overflow: hidden;
}
.about_section .section_inner {
  border-radius: 20px;
  border: 1px solid #E0E7EC;
  padding: 64px 31px 72px;
  display: flex;
  align-items: flex-start;
}
.about_section .image_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 35px;
}
.about_section .image_block img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.about_section .info_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 35px;
  align-self: center;
}
.about_section .description_block {
  margin-top: 24px;
}
.about_section .btns_block {
  margin: 28px -20px 0;
  display: flex;
  align-items: center;
}
.about_section .btns_block a {
  margin: 0 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .about_section .section_inner {
    border-radius: 16px;
    padding: 40px 20px 48px;
  }
  .about_section .image_block,
.about_section .info_block {
    padding: 0 20px;
  }
  .about_section .btns_block {
    margin-left: -18px;
    margin-right: -18px;
  }
  .about_section .btns_block a {
    margin-left: 18px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .about_section .section_inner {
    border-radius: 10px;
    padding: 32px 16px 40px;
  }
  .about_section .image_block,
.about_section .info_block {
    padding: 0 16px;
  }
  .about_section .description_block {
    margin-top: 20px;
  }
  .about_section .btns_block {
    margin: 8px -16px 0;
    flex-wrap: wrap;
  }
  .about_section .btns_block a {
    margin: 12px 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .about_section .section_inner {
    flex-wrap: wrap;
    padding: 16px;
  }
  .about_section .image_block,
.about_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .about_section .info_block {
    margin-top: 20px;
  }
}

.courses_section {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .courses_section {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .courses_slider {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 1023px) {
  .courses_slider {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 1024px) {
  .courses_slider .slide_block {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .courses_slider .slide_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.courses_slider:not(.slick-slider) {
  display: flex;
}
.courses_slider:not(.slick-slider) .slide_block {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.stats_section {
  background: #F7F8FB;
  padding: 72px 0 84px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.stats_section:before {
  display: block;
  content: "";
  position: absolute;
  width: 133px;
  height: 355px;
  max-width: 20%;
  background: url("images/top_left_frame.svg") no-repeat;
  background-size: 100% auto;
  background-position: top right;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate3d(-120%, -120%, 0);
  -moz-transform: translate3d(-120%, -120%, 0);
  -ms-transform: translate3d(-120%, -120%, 0);
  -webkit-transform: translate3d(-120%, -120%, 0);
  -o-transform: translate3d(-120%, -120%, 0);
  -o-transition: transform 0.75s;
  -ms-transition: transform 0.75s;
  -moz-transition: transform 0.75s;
  -webkit-transition: transform 0.75s;
  transition: transform 0.75s;
}
.stats_section:after {
  display: block;
  content: "";
  position: absolute;
  width: 124px;
  max-width: 18%;
  height: 286px;
  background: url("images/bottom_right_frame.svg") no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  position: absolute;
  bottom: 0px;
  right: 0px;
  pointer-events: none;
  transform: translate3d(120%, 120%, 0);
  -moz-transform: translate3d(120%, 120%, 0);
  -ms-transform: translate3d(120%, 120%, 0);
  -webkit-transform: translate3d(120%, 120%, 0);
  -o-transform: translate3d(120%, 120%, 0);
  -o-transition: transform 0.75s;
  -ms-transition: transform 0.75s;
  -moz-transition: transform 0.75s;
  -webkit-transition: transform 0.75s;
  transition: transform 0.75s;
}
.stats_section.showed:before, .stats_section.showed:after {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .stats_section {
    padding: 60px 0 72px;
  }
  .stats_section .stats_list li {
    padding-top: 40px;
  }
  .stats_section .stats_list .num_block {
    font-size: 500%;
  }
  .stats_section .stats_list .stat_type {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .stats_section {
    padding: 48px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .stats_section {
    padding: 32px 0 40px;
  }
}

.stats_inner .description_block {
  max-width: 640px;
  margin: 20px auto 0;
}
.stats_inner .stats_list li {
  flex: 0 0 25%;
  max-width: 25%;
  padding-top: 48px;
}
@media screen and (min-width: 1024px) {
  .stats_inner .stats_list li {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .stats_inner .stats_list li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.stats_inner .stats_list .num_block {
  font-size: 560%;
  line-height: 1.36em;
  color: #C7383F;
  font-family: "notosans-bold", "notosansarm-bold";
}
.stats_inner .stats_list .num_block span {
  display: block;
  position: relative;
  color: transparent;
}
.stats_inner .stats_list .num_block span:before {
  content: "1";
  color: #C7383F;
}
.stats_inner .stat_type {
  margin-top: 16px;
}
.stats_inner .stat_info {
  color: #62676A;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .stats_inner .stats_list .num_block {
    font-size: 440%;
  }
}
@media screen and (max-width: 1023px) {
  .stats_inner .stats_list li {
    padding-top: 32px;
  }
  .stats_inner .stats_list .stat_type {
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .stats_inner .stats_list .num_block {
    font-size: 400%;
  }
}
@media screen and (min-width: 400px) and (max-width: 1023px) {
  .stats_inner .stats_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 399px) {
  .stats_inner .stats_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.reviews_section {
  position: relative;
  overflow: hidden;
}
.reviews_section .page_title {
  text-align: center;
}
.reviews_section .page_title ~ .description_block {
  margin: 20px auto 0;
  max-width: 640px;
  text-align: center;
}

.reviews_slider {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .reviews_slider {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 1023px) {
  .reviews_slider {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 1024px) {
  .reviews_slider .slide_block {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .reviews_slider .slide_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.reviews_slider:not(.slick-slider) {
  display: flex;
}
.reviews_slider:not(.slick-slider) .slide_block {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.review_block {
  border: 1px solid #E0E7EC;
  border-radius: 10px;
  padding: 40px 32px;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.review_block .review_author {
  display: flex;
  align-items: center;
  height: 90px;
}
.review_block .author_image {
  flex: 0 0 84px;
  max-width: 84px;
  height: 84px;
  margin-right: 14px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.review_block .author_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review_block .author_name {
  font-family: "notosans-medium", "notosansarm-medium";
}
.review_block .author_position {
  color: #62676A;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.review_block .review_text {
  margin-top: 32px;
  border-top: 1px solid #E0E7EC;
  padding-top: 20px;
}
.review_block .review_text .description_block {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .review_block {
    height: 470px;
    padding: 32px 24px;
  }
  .review_block .review_text {
    margin-top: 24px;
  }
  .review_block .review_author {
    height: 74px;
  }
}
@media screen and (max-width: 1023px) {
  .review_block {
    padding: 20px 16px;
  }
  .review_block .review_text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .review_block {
    height: 420px;
  }
}
@media screen and (max-width: 639px) {
  .review_block {
    height: 400px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .review_block .review_author {
    align-items: flex-start;
    height: 90px;
  }
  .review_block .author_image {
    flex: 0 0 60px;
    max-width: 60px;
    margin-right: 10px;
    height: 60px;
  }
  .review_block .review_text .description_block {
    -webkit-line-clamp: 12;
  }
}
@media screen and (min-width: 400px) and (max-width: 575px) {
  .review_block {
    height: 420px;
  }
  .review_block .author_image {
    flex: 0 0 72px;
    max-width: 72px;
    margin-right: 12px;
    height: 72px;
  }
}
@media screen and (max-width: 399px) {
  .review_block .review_author {
    align-items: flex-start;
  }
  .review_block .author_image {
    flex: 0 0 60px;
    max-width: 60px;
    margin-right: 10px;
    height: 60px;
  }
  .review_block .review_text .description_block {
    -webkit-line-clamp: 10;
  }
}

.contacts_section {
  padding: 64px 0 72px;
  background: #F7F8FB;
  position: relative;
  overflow: hidden;
}
.contacts_section .about_contact {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  margin: 44px 0;
}
@media screen and (min-width: 1024px) {
  .contacts_section .about_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts_section .about_contact {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.contacts_section .about_contact .description_block {
  margin-top: 26px;
  max-width: 420px;
}
.contacts_section .about_contact .view_all {
  margin-top: 32px;
}
.contacts_section .subscribe_block {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
@media screen and (min-width: 1024px) {
  .contacts_section .subscribe_block {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts_section .subscribe_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.contacts_section .subscribe_block .description_block {
  margin-top: 20px;
}
.contacts_section .subscribe_form {
  background: #ffffff;
  padding: 44px 55px;
  outline: 1px solid #E0E7EC;
  border-radius: 20px;
}
.contacts_section .btn_block {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .contacts_section .subscribe_form {
    padding: 32px;
  }
  .contacts_section .about_contact {
    margin: 32px 0;
  }
  .contacts_section .about_contact .description_block,
.contacts_section .about_contact .view_all {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .contacts_section {
    padding: 48px 0 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contacts_section .subscribe_form {
    padding: 20px;
  }
  .contacts_section .about_contact {
    margin: 20px 0;
  }
  .contacts_section .form_fields .field_block.half_field {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contacts_section .subscribe_form {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .contacts_section .about_contact {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contacts_section .about_contact .description_block,
.contacts_section .about_contact .view_all {
    margin-top: 20px;
  }
  .contacts_section .subscribe_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contacts_section {
    padding: 32px 0 40px;
  }
  .contacts_section .about_contact {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .contacts_section .subscribe_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 24px;
  }
  .contacts_section .subscribe_form {
    padding: 20px 16px;
    border-radius: 10px;
  }
}

.course_block .course_name, .news_block .news_title a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .course_block .actions_block .save_btn, .course_block .actions_block .web .save_btn, .web .course_block .actions_block .remove_btn, .course_block .actions_block .web .remove_btn, .course_block .actions_block .course_link {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .course_block .actions_block .save_btn, .course_block .actions_block .touch .save_btn, .touch .course_block .actions_block .remove_btn, .course_block .actions_block .touch .remove_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .course_block .actions_block .save_btn:hover, .course_block .actions_block .web .save_btn:hover, .web .course_block .actions_block .remove_btn:hover, .course_block .actions_block .web .remove_btn:hover {
  background: #FBF3F4;
  color: #9F2D32;
}
.touch .course_block .actions_block .save_btn:active, .course_block .actions_block .touch .save_btn:active, .touch .course_block .actions_block .remove_btn:active, .course_block .actions_block .touch .remove_btn:active {
  background: #FBF3F4;
  color: #9F2D32;
}

/*# sourceMappingURL=index.css.map */
