@charset "UTF-8";
.pp_block .info_list, .pp_block .checkbox_list, .faq_list .drop_block ul, .tropics_section ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main_section .video_block video, .main_slider .image_inner > img, .instructors_section .image_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.comments_section .slick-arrow.slick-next, .main_slider .slick-arrow.slick-next {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.main_slider .image_inner > img, .instructors_section .image_block > img {
  object-fit: cover;
}

.main_slider .image_inner iframe, .instructors_section .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.instructors_section .image_block {
  position: relative;
  overflow: hidden;
}
.instructors_section .image_block:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.main_slider .image_inner {
  position: relative;
  overflow: hidden;
}
.main_slider .image_inner:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.comments_section .slick-arrow:before, .main_slider .slick-arrow:before {
  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;
}

.standard_text {
  font-size: 140%;
  line-height: 20px;
}

.content {
  background: #e5e5e5;
  position: relative;
  overflow: hidden;
}

.home_page {
  padding-bottom: 88px;
  padding-top: 78px;
}

.main_section {
  margin-bottom: 88px;
  height: 560px;
  position: relative;
}
.main_section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.main_section .video_block video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_section > .page_container {
  height: 100%;
}
.main_section .main_inner {
  height: 100%;
  position: relative;
}
.main_section .info_block {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.main_section .main_title {
  font-size: 440%;
  line-height: 1.25em;
  color: #ffffff;
  font-family: "bold", "arm-bold";
}
.main_section .time_block {
  padding-top: 40px;
}
.main_section .event_info {
  padding-top: 25px;
  margin: 0 -15px;
  display: flex;
}
.main_section .event_info span {
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 140%;
  line-height: 1.25em;
  color: #ffffff;
}
.main_section .event_info span:before {
  display: block;
  font-size: 140%;
  margin-right: 8px;
}
.main_section button {
  background: #E51B23;
  border-radius: 10px;
  font-size: 130%;
  line-height: 16px;
  padding: 16px 32px;
  border: none;
  color: #ffffff;
  font-family: "medium", "arm-medium";
  margin-top: 32px;
}
.main_section .play_btn {
  position: absolute;
  z-index: 2;
  bottom: 32px;
  right: 0;
  color: #ffffff;
  background: rgba(17, 17, 17, 0.5);
  border-radius: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main_section .play_btn span {
  display: flex;
  font-size: 120%;
  line-height: 15px;
  max-width: 0;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.main_section .play_btn span:before {
  content: "";
  display: block;
  width: 8px;
}
.main_section .play_btn:before {
  font-size: 240%;
}
.main_section #timer {
  margin: 0 -4px;
  display: flex;
}
.main_section #timer > div {
  padding: 0 4px;
}
.main_section #timer > div div {
  flex: 1;
  position: relative;
  text-align: center;
  background: rgba(17, 17, 17, 0.3);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-radius: 10px;
  font-size: 180%;
  line-height: 1.25em;
  min-width: 88px;
  padding: 8px;
  width: 100%;
  height: 77px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.main_section #timer span {
  font-size: 66.6%;
}

.course_section {
  padding-bottom: 100px;
}

.main_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.main_slider.slick-slider {
  overflow: visible;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  padding-bottom: 25px;
}
.main_slider .slide_inner {
  display: flex;
  align-items: center;
  padding: 48px 62px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.main_slider .image_block {
  max-width: 46%;
  flex: 0 0 46%;
}
.main_slider .image_inner {
  border-radius: 8px;
}
.main_slider .info_block {
  padding-left: 46px;
  max-width: 54%;
  flex: 0 0 54%;
}
.main_slider .standard_description {
  margin-top: 24px;
  overflow-x: hidden;
  padding-right: 10px;
  scrollbar-color: rgba(0, 0, 0, 0.3) rgba(229, 27, 35, 0.5);
  scrollbar-width: 5px;
}
.main_slider .standard_description::-webkit-scrollbar {
  width: 5px;
  height: auto;
  border-radius: 3px;
  background: rgba(229, 27, 35, 0.5);
}
.main_slider .standard_description::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}
.main_slider .slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 0 -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main_slider .slick-dots li {
  padding: 0 6px;
}
.main_slider .slick-dots li.slick-active button {
  height: 14px;
  min-width: 14px;
  width: 14px;
  background: #E51B23;
  pointer-events: none;
}
.main_slider .slick-dots button {
  height: 12px;
  min-width: 12px;
  width: 12px;
  background: #DDDDDD;
  border-radius: 50%;
  border: none;
  padding: 0;
}
.main_slider .slick-arrow {
  height: 40px;
  min-width: 40px;
  width: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(17, 17, 17, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: -20px;
  z-index: 200;
  opacity: 1;
  color: #666666;
}
.main_slider .slick-arrow:before {
  content: "";
  font-size: 1.2rem;
}
.main_slider .slick-arrow.slick-next {
  left: unset;
  right: -20px;
}

.tropics_section {
  padding-bottom: 124px;
}
.tropics_section ul {
  margin-left: auto;
  width: 980px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.tropics_section li {
  position: relative;
}
.tropics_section li:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 32px;
  top: 32px;
  width: 10px;
  min-width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E51B23;
}
.tropics_section .item_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 140%;
  line-height: 1.5em;
  padding: 28px 58px;
  margin: 0 -10px;
  cursor: pointer;
  position: relative;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tropics_section .item_inner:before {
  content: "";
  position: absolute;
  left: 68px;
  right: 68px;
  bottom: 0;
  height: 1px;
  background: #EEEEEE;
}
.tropics_section .course_name {
  max-width: 50%;
  flex: 50%;
  color: #111111;
  padding: 0 10px;
}
.tropics_section .course_for {
  max-width: 50%;
  flex: 50%;
  color: #666666;
  padding: 0 10px;
}
.tropics_section .popup_content {
  display: none;
}

.instructors_section {
  padding-bottom: 100px;
}
.instructors_section .section_title {
  text-align: right;
}
.instructors_section ul {
  list-style-type: none;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.instructors_section li {
  padding: 0 10px 48px;
  max-width: 33.3%;
  flex: 0 0 33.3%;
}
.instructors_section .image_block {
  max-width: 230px;
  background: #DDDDDD;
  border-radius: 8px;
}
.instructors_section .info_block {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-radius: 10px;
  margin: -32px 0 0 32px;
  padding: 28px 32px;
}
.instructors_section .name_block {
  font-size: 180%;
  line-height: 1.5em;
  color: #111111;
  padding-bottom: 12px;
  font-family: "medium", "arm-medium";
}
.instructors_section .profession_block {
  font-size: 120%;
  line-height: 1.5em;
  color: #111111;
  padding-bottom: 12px;
  font-family: "medium", "arm-medium";
}
.instructors_section .experience_info {
  font-size: 120%;
  line-height: 1.5em;
  color: #666666;
}
.instructors_section .experience_info span {
  display: block;
  color: #111111;
}

.comments_section {
  padding-bottom: 133px;
}
.comments_section .comments_inner {
  padding-left: 190px;
}
.comments_section .comments_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin: 0 -10px;
}
.comments_section .comments_slider.slick-slider {
  overflow: visible;
}
.comments_section .slick-list {
  overflow: visible;
}
.comments_section .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 50%;
  vertical-align: top;
  padding: 0 10px;
}
.comments_section .slide_inner {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 32px 36px;
}
.comments_section .name_block {
  font-size: 180%;
  line-height: 1.25em;
  color: #111111;
  font-family: "medium", "arm-medium";
}
.comments_section .info_block {
  font-size: 120%;
  line-height: 1.25em;
  color: #111111;
  padding-top: 20px;
}
.comments_section .info_block span {
  display: inline-block;
  padding-left: 16px;
}
.comments_section .standard_description {
  margin-top: 20px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 210px;
  padding-right: 10px;
  scrollbar-color: rgba(0, 0, 0, 0.3) rgba(229, 27, 35, 0.5);
  scrollbar-width: 5px;
}
.comments_section .standard_description::-webkit-scrollbar {
  width: 5px;
  height: auto;
  border-radius: 3px;
  background: rgba(229, 27, 35, 0.5);
}
.comments_section .standard_description::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}
.comments_section .slick-arrow {
  height: 40px;
  min-width: 40px;
  width: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(17, 17, 17, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: -56px;
  right: 66px;
  z-index: 200;
  opacity: 1;
  color: #666666;
}
.comments_section .slick-arrow.slick-disabled {
  box-shadow: none;
  border: 1px solid #EEEEEE;
}
.comments_section .slick-arrow:before {
  content: "";
  font-size: 1.2rem;
}
.comments_section .slick-arrow.slick-next {
  left: unset;
  right: 10px;
}

.terms_section {
  padding-bottom: 88px;
}
.terms_section .section_title {
  text-align: center;
}
.terms_section ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.terms_section li {
  padding: 0 10px;
  max-width: 33.3%;
  flex: 0 0 33.3%;
}
.terms_section .item_inner {
  background: #ffffff;
  border-radius: 10px;
  height: 100%;
}
.terms_section .item_inner {
  background: #ffffff;
  border-radius: 10px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.terms_section .term_name {
  font-size: 140%;
  line-height: 21px;
  height: 42px;
  color: #111111;
  font-family: "medium", "arm-medium";
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.terms_section .price_block {
  font-size: 280%;
  line-height: 1.25em;
  color: #E51B23;
  font-family: "bold", "arm-bold";
  padding-top: 20px;
}
.terms_section .terms_info {
  margin: 0 -5px;
  display: flex;
  font-size: 140%;
  line-height: 21px;
  color: #111111;
  padding: 30px 0 24px;
  border-bottom: 1px solid #EEEEEE;
}
.terms_section .terms_info span {
  display: block;
  max-width: 50%;
  flex: 50%;
  padding: 0 5px;
}
.terms_section .course_skills {
  font-size: 120%;
  line-height: 1.5em;
  color: #666666;
  padding-top: 24px;
  margin-top: auto;
}
.terms_section .course_parts {
  margin: 0 -5px;
  display: flex;
  padding-top: 24px;
}
.terms_section .course_parts div {
  max-width: 50%;
  flex: 50%;
  padding: 0 5px;
}
.terms_section .course_parts .part_name {
  display: block;
  font-size: 120%;
  line-height: 1.25em;
  color: #666666;
  padding-bottom: 8px;
}
.terms_section .course_parts .part_note {
  display: block;
  font-size: 140%;
  line-height: 1.5em;
  color: #111111;
}
.terms_section button {
  margin-top: 32px;
  width: 100%;
  border: 1px solid #E51B23;
  border-radius: 10px;
  text-align: center;
  font-size: 130%;
  line-height: 16px;
  color: #E51B23;
  padding: 16px;
  background: transparent;
}

.faq_section .faq_block {
  max-width: 100%;
  width: 780px;
  margin: 0 auto;
}
.faq_section .faq_description {
  font-size: 140%;
  line-height: 1.5em;
  color: #666666;
  padding-top: 20px;
}

.faq_list {
  list-style-type: none;
  margin: 0;
  padding: 24px 0 68px;
}
.faq_list > li {
  margin-top: 16px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq_list > li.opened {
  box-shadow: 0px 4px 16px rgba(195, 27, 32, 0.1);
}
.faq_list > li.opened .drop_btn {
  color: #E51B23;
}
.faq_list > li.opened .drop_btn .plus_icon:after {
  opacity: 0;
}
.faq_list > li.opened .drop_btn .plus_icon:before {
  color: #E51B23;
}
.faq_list .plus_icon {
  display: block;
  margin-left: 10px;
  position: relative;
}
.faq_list .plus_icon:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 16px;
  border-top: 2px solid;
  color: #666666;
}
.faq_list .plus_icon:after {
  display: block;
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -8px;
  border-left: 2px solid;
  height: 16px;
  color: #666666;
}
.faq_list .drop_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 140%;
  line-height: 1.5em;
  color: #111111;
  background: #ffffff;
  padding: 24px 32px;
}
.faq_list .drop_block {
  display: none;
  padding: 0 32px 14px;
  font-size: 140%;
  line-height: 1.5em;
  color: #111111;
}
.faq_list .drop_block li {
  position: relative;
  padding: 0 0 12px 18px;
}
.faq_list .drop_block li:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 3px;
  min-width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #111111;
}
.faq_list .drop_title {
  padding-bottom: 12px;
}

.email_popup,
.tropics_popup {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  overflow: hidden;
  z-index: 1000;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.email_popup.showed,
.tropics_popup.showed {
  top: 0;
  overflow-y: auto;
}

.pp_block.tropics_popup .pp_container {
  max-width: 780px;
}
.pp_block .pp_inner {
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.pp_block .pp_container {
  background: #ffffff;
  width: 100%;
  max-width: 488px;
  padding: 24px 42px 48px;
  position: relative;
  border-radius: 10px;
}
.pp_block .pp_close {
  position: relative;
  margin-left: auto;
  border: none;
  padding: 0;
  margin-bottom: 10px;
  margin-right: -18px;
  background: transparent;
  font-size: 160%;
  color: #999999;
}
.pp_block .pp_close:before {
  display: block;
}
.pp_block form {
  padding-top: 36px;
}
.pp_block .field_block {
  margin-bottom: 24px;
}
.pp_block .field_block .error_hint {
  font-size: 120%;
  line-height: 15px;
  right: 0;
  top: 100%;
  position: absolute;
}
.pp_block .field_block > input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #C4C4C4;
  box-sizing: border-box;
  font-size: 140%;
  line-height: 18px;
  color: #666666;
  padding: 12px 0;
}
.pp_block button.validate_btn {
  width: 100%;
  background: #E51B23;
  color: #ffffff;
  border: none;
  font-size: 130%;
  line-height: 13px;
  padding: 16px;
  border: 1px solid #E51B23;
  border-radius: 10px;
  margin-top: 24px;
}
.pp_block .checkbox_list {
  padding-top: 16px;
}
.pp_block .checkbox_list input:checked + .checkbox_button:before {
  font-size: 66.7%;
}
.pp_block .checkbox_list .has-error .error_hint,
.pp_block .checkbox_list .has-error + .error_hint {
  max-height: none;
}
.pp_block .checkbox_list .has-error .checkbox_button:before {
  border: 1px solid #b94a48;
}
.pp_block .checkbox_list .error_hint {
  position: unset;
  text-align: right;
}
.pp_block .checkbox_list .checkbox_button {
  display: flex;
  color: #666666;
  font-size: 120%;
  line-height: 1.5em;
  cursor: pointer;
}
.pp_block .checkbox_list .checkbox_button:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  color: #666666;
  font-size: 0;
}
.pp_block .checkbox_list .checkbox_button span {
  display: block;
}
.pp_block .checkbox_list .checkbox_button a {
  display: inline;
  color: #111111;
  text-decoration: underline;
}
.pp_block .info_list {
  padding-top: 4px;
}
.pp_block .info_list li {
  padding-top: 28px;
  font-size: 140%;
  line-height: 1.5em;
}
.pp_block .info_list span {
  display: block;
  color: #E51B23;
  padding-bottom: 12px;
}
.pp_block .info_list div {
  color: #000000;
}

@media screen and (max-width: 1279px) {
  .comments_section .comments_inner {
    padding-left: 140px;
  }

  .main_slider .slick-arrow {
    left: 0;
  }
  .main_slider .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .main_section {
    margin-bottom: 75px;
  }
  .main_section .main_title {
    font-size: 400%;
  }

  .home_page {
    padding-bottom: 75px;
  }

  .tropics_section {
    padding-bottom: 100px;
  }

  .course_section {
    padding-bottom: 80px;
  }

  .main_slider .slide_inner {
    padding: 40px;
  }
  .main_slider .info_block {
    padding-left: 30px;
  }
  .main_slider .standard_description {
    font-size: 130%;
    margin-top: 20px;
  }

  .instructors_section {
    padding-bottom: 80px;
  }
  .instructors_section .info_block {
    padding: 20px;
    margin: -20px 0 0 20px;
  }
  .instructors_section .name_block {
    font-size: 160%;
  }

  .comments_section {
    padding-bottom: 100px;
  }
  .comments_section .comments_inner {
    padding-left: 80px;
  }
  .comments_section .slide_inner {
    padding: 30px 20px;
  }

  .terms_section {
    padding-bottom: 80px;
  }
  .terms_section ul {
    margin: 0 -5px;
  }
  .terms_section li {
    padding: 0 5px;
  }
  .terms_section .item_inner {
    padding: 30px 20px;
  }
  .terms_section .price_block {
    font-size: 240%;
    padding-top: 16px;
  }
  .terms_section .terms_info {
    display: block;
    padding: 20px 0;
    margin: 0;
  }
  .terms_section .terms_info span {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .terms_section .terms_info span:last-child {
    padding-top: 5px;
  }
  .terms_section .course_parts {
    display: block;
    margin: 0;
    padding-top: 20px;
  }
  .terms_section .course_parts div {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .terms_section .course_parts div:last-child {
    padding-top: 16px;
  }
  .terms_section .course_skills {
    padding-top: 20px;
  }
  .terms_section button {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .main_section .info_block {
    max-width: 680px;
  }
  .main_section .main_title {
    font-size: 360%;
  }

  .tropics_section {
    padding-bottom: 85px;
  }
  .tropics_section ul {
    width: 100%;
  }
  .tropics_section li:before {
    left: 20px;
    top: 28px;
  }
  .tropics_section .item_inner {
    padding: 24px 40px;
    font-size: 130%;
  }
  .tropics_section .item_inner:before {
    left: 50px;
    right: 50px;
  }

  .main_slider .slide_inner {
    padding: 40px 25px;
  }
  .main_slider .slick-arrow {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-top: -16px;
  }
  .main_slider .slick-arrow:before {
    font-size: 1.1rem;
  }
  .main_slider .image_block {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .main_slider .info_block {
    padding-left: 20px;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .instructors_section {
    padding-bottom: 70px;
  }
  .instructors_section .info_block {
    padding: 28px 32px;
    margin: -32px 0 0 32px;
  }
  .instructors_section li {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .instructors_section .name_block {
    font-size: 180%;
  }

  .comments_section {
    padding-bottom: 90px;
  }
  .comments_section .comments_inner {
    padding-left: 30px;
  }
  .comments_section .slick-arrow {
    width: 32px;
    top: -50px;
    height: 32px;
    min-width: 32px;
    right: 46px;
  }
  .comments_section .slick-arrow:before {
    font-size: 1.1rem;
  }

  .terms_section .item_inner {
    padding: 30px 12px;
  }
  .terms_section .price_block {
    font-size: 200%;
  }
  .terms_section .terms_info {
    font-size: 130%;
  }
  .terms_section .course_parts .part_note {
    font-size: 130%;
  }
}
@media screen and (max-width: 767px) {
  .main_section {
    margin-bottom: 60px;
    height: 500px;
  }
  .main_section .info_block {
    max-width: 580px;
  }
  .main_section .main_title {
    font-size: 320%;
  }

  .home_page {
    padding-bottom: 60px;
  }

  .course_section {
    padding-bottom: 70px;
  }

  .main_slider .slide_inner {
    padding: 40px;
    flex-direction: column;
  }
  .main_slider .slick-arrow {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-top: -20px;
  }
  .main_slider .slick-arrow:before {
    font-size: 1.2rem;
  }
  .main_slider .image_block {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 auto;
    width: 100%;
  }
  .main_slider .image_inner {
    width: 500px;
    max-width: 100%;
  }
  .main_slider .info_block {
    padding: 30px 0 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .main_slider .big_title {
    font-size: 220%;
  }
  .main_slider .standard_description {
    font-size: 140%;
    overflow-y: auto;
    max-height: 210px;
  }

  .tropics_section {
    padding-bottom: 60px;
  }
  .tropics_section li:before {
    left: 12px;
    top: 24px;
    width: 7px;
    min-width: 7px;
    height: 7px;
  }
  .tropics_section .item_inner {
    padding: 20px 30px;
  }
  .tropics_section .item_inner:before {
    left: 40px;
    right: 40px;
  }

  .instructors_section {
    padding-bottom: 60px;
  }
  .instructors_section .info_block {
    padding: 20px;
    margin: -20px 0 0 20px;
  }
  .instructors_section .name_block {
    font-size: 160%;
  }
  .instructors_section li {
    padding: 0 10px 35px;
  }

  .comments_section {
    padding-bottom: 70px;
  }
  .comments_section .comments_inner {
    padding-left: 0;
  }
  .comments_section .slick-arrow {
    width: 40px;
    height: 40px;
    min-width: 40px;
    top: 50%;
    margin-top: -20px;
    left: -5px;
  }
  .comments_section .slick-arrow:before {
    font-size: 1.2rem;
  }
  .comments_section .slick-arrow.slick-next {
    left: unset;
    right: -5px;
  }

  .faq_list {
    padding: 20px 0 50px;
  }

  .terms_section {
    padding-bottom: 30px;
    margin: 0;
  }
  .terms_section li {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 0 30px;
  }
  .terms_section .item_inner {
    padding: 40px 30px;
  }
  .terms_section .price_block {
    font-size: 280%;
    padding-top: 20px;
  }
  .terms_section .terms_info {
    display: flex;
    padding: 24px 0 30px;
    margin: 0 -10px;
    font-size: 140%;
  }
  .terms_section .terms_info span {
    padding: 0 10px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .terms_section .terms_info span:last-child {
    padding-top: 0;
  }
  .terms_section .course_parts {
    display: flex;
    margin: 0 -10px;
    padding-top: 24px;
  }
  .terms_section .course_parts div {
    padding: 0 10px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .terms_section .course_parts div:last-child {
    padding-top: 0;
  }
  .terms_section .course_parts .part_note {
    font-size: 140%;
  }
  .terms_section .course_skills {
    padding-top: 24px;
  }
  .terms_section button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .main_section .info_block {
    max-width: 100%;
  }
  .main_section .main_title {
    font-size: 280%;
  }
  .main_section .time_block {
    padding-top: 30px;
  }
  .main_section .event_info {
    padding-top: 20px;
  }
  .main_section button {
    margin-top: 24px;
  }
  .main_section .event_info {
    margin: 0 -8px;
  }
  .main_section .event_info span {
    padding: 0 8px;
  }
  .main_section .play_btn {
    bottom: 20px;
  }

  .main_slider .image_inner {
    width: 100%;
  }
  .main_slider .big_title {
    font-size: 200%;
  }

  .tropics_section li:before {
    left: 12px;
    top: 24px;
    width: 10px;
    min-width: 10px;
    height: 10px;
  }
  .tropics_section .item_inner {
    font-size: 140%;
    flex-direction: column;
    justify-content: unset;
    padding: 20px 40px;
  }
  .tropics_section .item_inner:before {
    left: 10px;
    right: 10px;
  }
  .tropics_section .course_for {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 15px 0 0;
  }
  .tropics_section .course_name {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }

  .instructors_section {
    padding-bottom: 40px;
  }
  .instructors_section .info_block {
    padding: 20px 12px;
    margin: -20px 0 0 10px;
  }
  .instructors_section .name_block {
    font-size: 140%;
  }
}
@media screen and (max-width: 479px) {
  .main_section {
    margin-bottom: 50px;
    height: 420px;
  }
  .main_section .main_title {
    font-size: 240%;
  }
  .main_section .time_block {
    padding-top: 24px;
  }
  .main_section button {
    padding: 14px 30px;
  }
  .main_section .event_info {
    margin: 0;
    flex-direction: column;
  }
  .main_section .event_info span {
    padding: 0;
  }
  .main_section .event_info span:last-child {
    padding-top: 12px;
  }
  .main_section .play_btn {
    bottom: 12px;
  }
  .main_section .number {
    min-width: 80px;
    height: 70px;
    font-size: 160%;
  }
  .main_section .number:after {
    font-size: 75%;
  }

  .home_page {
    padding-bottom: 50px;
  }

  .course_section {
    padding-bottom: 50px;
  }

  .terms_section {
    padding-bottom: 20px;
  }
  .terms_section .item_inner {
    padding: 30px 20px;
  }
  .terms_section .price_block {
    font-size: 240%;
    padding-top: 16px;
  }
  .terms_section .terms_info {
    display: block;
    padding: 20px 0 24px;
    margin: 0;
  }
  .terms_section .terms_info span {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .terms_section .terms_info span:last-child {
    padding-top: 8px;
  }
  .terms_section .course_parts {
    display: block;
    margin: 0;
    padding-top: 20px;
  }
  .terms_section .course_parts div {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .terms_section .course_parts div:last-child {
    padding-top: 16px;
  }
  .terms_section .course_skills {
    padding-top: 20px;
  }
  .terms_section button {
    margin-top: 24px;
  }

  .main_slider .slide_inner {
    padding: 30px 24px;
    flex-direction: column;
  }
  .main_slider .slick-arrow {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-top: -16px;
  }
  .main_slider .slick-arrow:before {
    font-size: 1.1rem;
  }

  .tropics_section {
    padding-bottom: 50px;
  }
  .tropics_section .item_inner {
    font-size: 130%;
    padding: 20px 40px;
  }

  .instructors_section {
    padding-bottom: 30px;
  }
  .instructors_section .info_block {
    padding: 28px 32px;
    margin: -32px 0 0 32px;
  }
  .instructors_section .name_block {
    font-size: 160%;
  }
  .instructors_section li {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .comments_section {
    padding-bottom: 50px;
  }
  .comments_section .name_block {
    font-size: 160%;
  }
  .comments_section .standard_description {
    font-size: 130%;
  }
  .comments_section .slick-arrow {
    width: 32px;
    margin-top: -16px;
    height: 32px;
    min-width: 32px;
  }
  .comments_section .slick-arrow:before {
    font-size: 1.1rem;
  }

  .faq_list {
    padding: 15px 0 40px;
  }
  .faq_list .drop_btn {
    padding: 20px;
    font-size: 130%;
  }
  .faq_list .drop_block {
    padding: 0 20px 20px;
    font-size: 130%;
  }

  .faq_section .faq_description {
    font-size: 130%;
    padding-top: 16px;
  }

  .pp_block .pp_container {
    padding: 24px 25px 35px;
    max-width: 100%;
  }
  .pp_block .info_list li {
    padding-top: 24px;
    font-size: 130%;
  }
}
@media screen and (max-width: 399px) {
  .main_section .main_title {
    font-size: 220%;
  }
  .main_section .event_info span {
    font-size: 130%;
  }

  .main_slider .big_title {
    font-size: 180%;
  }
  .main_slider .standard_description {
    font-size: 130%;
  }

  .tropics_section li:before {
    width: 7px;
    min-width: 7px;
    height: 7px;
    left: 6px;
    top: 20px;
  }
  .tropics_section .item_inner {
    font-size: 120%;
    padding: 16px 30px;
  }

  .instructors_section {
    padding-bottom: 15px;
  }
  .instructors_section .info_block {
    padding: 20px;
    margin: -20px 0 0 20px;
  }
  .instructors_section .name_block {
    font-size: 150%;
  }

  .faq_list {
    padding: 10px 0 30px;
  }
  .faq_list .drop_btn {
    padding: 20px 12px;
  }
  .faq_list .drop_block {
    padding: 0 12px 20px;
  }

  .comments_section .item_inner {
    padding: 30px 15px;
  }
  .comments_section .standard_description {
    font-size: 120%;
  }

  .terms_section .item_inner {
    padding: 24px 12px;
  }
  .terms_section .terms_info {
    font-size: 130%;
  }
  .terms_section .price_block {
    font-size: 200%;
  }
  .terms_section .course_parts .part_note {
    font-size: 130%;
  }
  .terms_section button {
    padding: 13px;
  }

  .pp_block form {
    padding-top: 24px;
  }
  .pp_block .pp_container {
    padding: 24px 15px 30px;
  }
  .pp_block .pp_close {
    font-size: 130%;
    margin-right: -5px;
  }
  .pp_block .field_block > input {
    font-size: 130%;
    line-height: 17px;
  }
  .pp_block .checkbox_list {
    padding-top: 8px;
  }
}
.web .tropics_section .item_inner:hover {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(195, 27, 32, 0.1);
  border-radius: 8px;
}
.web .tropics_section .item_inner:hover .course_name {
  color: #E51B23;
}
.web .tropics_section .item_inner:hover .course_for {
  color: #111111;
}
.web .main_section .play_btn:hover {
  color: #E51B23;
  background: rgba(255, 255, 255, 0.85);
}
.web .main_section .play_btn:hover span {
  max-width: 200px;
}

.touch .tropics_section .item_inner:active {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(195, 27, 32, 0.1);
  border-radius: 8px;
}
.touch .tropics_section .item_inner:active .course_name {
  color: #E51B23;
}
.touch .tropics_section .item_inner:active .course_for {
  color: #111111;
}
.touch .main_section .play_btn span {
  max-width: none;
}
.touch .main_section .info_block {
  padding: 20px 0 70px;
}

.web .pp_block .checkbox_list .checkbox_button, .pp_block .checkbox_list .web .checkbox_button, .faq_list .plus_icon:after {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .pp_block .checkbox_list .checkbox_button a, .pp_block .checkbox_list .checkbox_button .web a, .web .faq_list .drop_btn, .faq_list .web .drop_btn, .web .pp_block .pp_close, .pp_block .web .pp_close, .tropics_section .course_name, .tropics_section .course_for, .faq_list .plus_icon:before, .faq_list .drop_btn {
  -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 .main_section button, .main_section .web button, .web .pp_block button.validate_btn, .pp_block .web button.validate_btn, .web .terms_section button, .terms_section .web button {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .main_slider .slick-arrow, .main_slider .web .slick-arrow, .web .comments_section .slick-arrow, .comments_section .web .slick-arrow, .main_slider .slick-dots button {
  -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 .pp_block .checkbox_list .checkbox_button, .pp_block .checkbox_list .touch .checkbox_button {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .pp_block .checkbox_list .checkbox_button a, .pp_block .checkbox_list .checkbox_button .touch a, .touch .faq_list .drop_btn, .faq_list .touch .drop_btn, .touch .pp_block .pp_close, .pp_block .touch .pp_close {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .main_section button, .main_section .touch button, .touch .pp_block button.validate_btn, .pp_block .touch button.validate_btn, .touch .terms_section button, .terms_section .touch button {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .main_slider .slick-dots button, .main_slider .slick-dots .touch button, .touch .main_slider .slick-arrow, .main_slider .touch .slick-arrow, .touch .comments_section .slick-arrow, .comments_section .touch .slick-arrow {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.pp_block .checkbox_list input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .faq_list .drop_btn:hover, .faq_list .web .drop_btn:hover, .web .pp_block .pp_close:hover, .pp_block .web .pp_close:hover {
  color: #E51B23;
}
.web .terms_section button:hover, .terms_section .web button:hover {
  background: #E51B23;
  color: #ffffff;
}
.web .pp_block .checkbox_list .checkbox_button a:hover, .pp_block .checkbox_list .checkbox_button .web a:hover {
  color: rgba(229, 27, 35, 0.7);
}
.web .main_section button:hover, .main_section .web button:hover, .web .pp_block button.validate_btn:hover, .pp_block .web button.validate_btn:hover {
  background: rgba(229, 27, 35, 0.7);
}
.web .main_slider .slick-dots button:hover, .main_slider .slick-dots .web button:hover, .web .main_slider .slick-arrow:hover, .main_slider .web .slick-arrow:hover, .web .comments_section .slick-arrow:hover, .comments_section .web .slick-arrow:hover {
  background: rgba(229, 27, 35, 0.4);
  color: #ffffff;
  border-color: transparent;
}
.web .pp_block .checkbox_list .checkbox_button:hover, .pp_block .checkbox_list .web .checkbox_button:hover {
  opacity: 0.7;
}
.touch .faq_list .drop_btn:active, .faq_list .touch .drop_btn:active, .touch .pp_block .pp_close:active, .pp_block .touch .pp_close:active {
  color: #E51B23;
}
.touch .terms_section button:active, .terms_section .touch button:active {
  background: #E51B23;
}
.touch .pp_block .checkbox_list .checkbox_button a:active, .pp_block .checkbox_list .checkbox_button .touch a:active {
  color: rgba(229, 27, 35, 0.7);
}
.touch .main_section button:active, .main_section .touch button:active, .touch .pp_block button.validate_btn:active, .pp_block .touch button.validate_btn:active {
  background: rgba(229, 27, 35, 0.7);
}
.touch .main_slider .slick-dots button:active, .main_slider .slick-dots .touch button:active, .touch .main_slider .slick-arrow:active, .main_slider .touch .slick-arrow:active, .touch .comments_section .slick-arrow:active, .comments_section .touch .slick-arrow:active {
  background: rgba(229, 27, 35, 0.2);
  color: #111111;
  border-color: transparent;
}
.touch .pp_block .checkbox_list .checkbox_button:active, .pp_block .checkbox_list .touch .checkbox_button:active {
  opacity: 0.7;
}

/*# sourceMappingURL=index.css.map */
