* {
  font-family: 'Proxima Nova';
}
.wrap {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: content-box;
}
.online-course-lead {
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.online-course-lead__image-wrapper__image {
  border-radius: 10px;
}
.header-preview {
  margin-top: 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.blocks-header {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 15px;
}
.blocks-flex-top {
  display: flex;
  justify-content: space-between;
}
.block-flex-right-inner {
  width: 258px;
  border-radius: 10px;
  background: #414e60;
  padding: 20px;
  position: relative;
}
.block-flex-left-inner {
  width: calc(100% - 280px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-flex-left-inner-item {
  width: 49%;
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}
.block-flex-left-inner-item:nth-child(3),
.block-flex-left-inner-item:nth-child(4) {
  margin-bottom: 0;
}
.block-flex-right-inner-img {
  width: 58px;
  height: auto;
}
.block-flex-left-inner-header {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding-bottom: 7px;
}
.block-flex-left-inner-content {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.block-flex-right-inner-content {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.online-course-advantages {
  margin-top: 80px;
}
.advantages__flex_images {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.advantages__flex_images-item {
  width: 30%;
}
.advantages__flex_images-img {
  margin-bottom: 16px;
}
.advantages__flex_images-content {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.advantages__banner {
  width: 100%;
  position: relative;
  border-radius: 10px;
  background: #414e60;
  margin-top: 80px;
  padding-left: 50px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.advantages__banner_img {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 100%;
  min-height: 100%;
}
.advantages__banner_header {
  max-width: 45%;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  color: #fff;
}
.advantages__banner_link {
  margin-top: 24px;
  display: flex;
  width: 246px;
  height: 60px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  color: #e72430;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
}
.white__block {
  width: 100%;
  background: #fff;
  padding: 20px 20px 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.white__block_img {
  border-radius: 10px;
}
.white__block_list {
  list-style-type: none;
}
ul.white__block_list li:before {
  display: none !important;
}
ul.white__block_list li svg {
  margin-right: 20px;
}
ul.white__block_list li {
  font-family: 'Proxima Nova';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.data-course__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.data-course__item {
  width: 49%;
  border-radius: 10px;
  background: #f5f6fa;
  padding: 30px;
  margin-bottom: 20px;
}
.data-course__item_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.data-course__item_header-left {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.data-course__item_header-right {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
}
.data-course__item_content {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: 15px;
}
.data-course__item-blue {
  border-radius: 10px;
  background: #414e60;
  padding: 32px 110px 11px 30px;
  width: 49%;
  margin-bottom: 20px;
}
.blue__header {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
}
.blue_button {
  border-radius: 10px;
  background: #fff;
  display: flex;
  width: 246px;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-top: 15px;
}
.price__wrapper {
  display: flex;
  justify-content: space-between;
}
.price__wrapper_item {
  width: 49%;
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: 30px;
}
.price__wrapper_flex-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price__wrapper_flex-price-left {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  width: 55%;
}
.price__wrapper_flex-price-right {
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.price__wrapper_separator {
  height: 1px;
  background: #e1e5ee;
  margin: 17px 0;
}
.price__wrapper_bottom {
  display: flex;
  justify-content: space-between;
}
.price__wrapper_bottom-item {
  width: 31%;
  border-radius: 6px;
}
.price__wrapper_bottom-item.list-item {
  padding: 12px;
  background: #f5f6fa;
}
.price__wrapper_bottom-item-list {
  margin-bottom: 0 !important;
}
.price__wrapper_bottom-item-list li {
  margin-bottom: 0 !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.price__wrapper_bottom-item.button-item {
  display: flex;
  height: 58px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #e72430;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
}
.price__wrapper_item-left {
  width: 50%;
}
.price__wrapper_item-left p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-bottom: 10px;
}
.price__wrapper_item-left a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #e72430;
}
.price__absolute-img {
  position: absolute;
  bottom: 0;
  right: 5%;
  max-width: 45%;
}
@media screen and (max-width: 1000px) {
  .advantages__banner_img {
    max-width: 50%;
    height: auto;
    max-height: auto;
    min-height: auto;
  }
  .advantages__banner {
    padding-left: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .advantages__banner_header {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .blocks-flex-top,
  .block-flex-left-inner {
    display: block;
  }
  .block-flex-left-inner-item,
  .block-flex-left-inner,
  .block-flex-right-inner {
    width: 100%;
  }
  .block-flex-left-inner-item:nth-child(3),
  .block-flex-left-inner-item:nth-child(4) {
    margin-bottom: 20px;
  }
  .block-flex-right-inner {
    height: 200px;
  }
  .advantages__flex_images {
    flex-wrap: wrap;
  }
  .advantages__flex_images-item {
    width: 48%;
    margin-bottom: 20px;
  }
  .advantages__banner_img {
    display: none;
  }
  .advantages__banner_header {
    width: 100%;
    font-size: 20px;
    max-width: 100%;
  }
  .white__block {
    flex-wrap: wrap;

    flex-direction: column-reverse;
  }
  .white__block_left,
  .white__block_right {
    width: 100%;
  }
  .white__block_right {
    margin-bottom: 40px;
  }
  .data-course__item,
  .data-course__item-blue {
    width: 100%;
  }
  .price__wrapper {
    flex-wrap: wrap;
  }
  .price__wrapper_item {
    width: 100%;
    margin-bottom: 20px;
    min-height: 200px;
  }
  .online-course-teachers__main-description-wrapper {
    width: 100% !important;
  }
}

@media screen and (max-width: 450px) {
  .advantages__flex_images-item,
  .price__wrapper_bottom-item {
    width: 100%;
  }
  .price__wrapper_bottom-item {
    margin-bottom: 10px;
  }
  .data-course__item_header {
    display: block;
  }
  .price__wrapper_bottom {
    display: block;
  }
  .price__wrapper_item-left {
    width: 100%;
  }
  .price__absolute-img {
    display: none;
  }
  .price__wrapper_flex-price {
    display: block;
  }
  .price__wrapper_flex-price-left {
    width: 100%;
    margin-bottom: 15px;
  }
}
