@charset "UTF-8";
.dp-filter-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.dp-filter {
  margin-right: 27px;
}
.dp-filter__title {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #5F22A6;
  cursor: pointer;
  -webkit-transition: opacity 0.24s;
  -o-transition: opacity 0.24s;
  transition: opacity 0.24s;
  will-change: opacity;
}
.dp-filter__title:hover {
  opacity: 0.7;
}
.dp-filter__modal {
  display: none;
  padding: 64px 0;
  background-color: #FFFFFF;
}
.dp-filter__modal:before {
  content: normal;
}
.dp-filter__modal .dp-modal__dialog {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 20px;
}
.dp-filter__modal .dp-modal__close {
  margin-right: 13px;
  margin-top: 13px;
}
.dp-filter__modal .dp-modal__close svg {
  width: 26px;
  height: 26px;
  margin: 7px;
}

.dp-filter-form {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-filter-form__title {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 15px;
}
.dp-filter-form__list {
  overflow: hidden;
  margin-bottom: -10px;
  -webkit-overflow-scrolling: touch;
}
.dp-filter-form__item {
  margin-bottom: 10px;
  position: relative;
  float: left;
  clear: left;
}
.dp-filter-form__item label {
  display: block;
  cursor: pointer;
  background-color: #F6F2FB;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  padding: 0 14px;
  height: 34px;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 17px;
  margin: 0;
}
.dp-filter-form__item input {
  display: block;
  width: 0;
  height: 0;
  border: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: transparent;
  position: absolute;
  left: -1px;
  top: -1px;
  opacity: 0;
  font-size: 0;
  -webkit-overflow-scrolling: touch;
}
.dp-filter-form__item input:checked + label {
  color: #FFFFFF;
  background-color: #5F22A6;
}
.dp-filter-form__actions {
  margin-top: 10px;
}

.dp-filter-menu {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-filter-menu__title {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 15px;
}
.dp-filter-menu__list {
  overflow: hidden;
  margin-bottom: -10px;
  -webkit-overflow-scrolling: touch;
}
.dp-filter-menu__item {
  margin-bottom: 10px;
  position: relative;
  float: left;
  clear: left;
}
.dp-filter-menu__link {
  display: block;
  cursor: pointer;
  background-color: #F6F2FB;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  padding: 0 14px;
  height: 34px;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 17px;
  margin: 0;
}
.dp-filter-menu__link:hover {
  color: #FFFFFF;
  background-color: #8F41EB;
}
.dp-filter-menu__link_active {
  color: #FFFFFF;
  background-color: #5F22A6;
}

.bx-touch .dp-filter-menu__link:hover {
  color: #000000;
  background-color: #F6F2FB;
}
.bx-touch .dp-filter-menu__link:active {
  color: #FFFFFF;
  background-color: #8F41EB;
}
.bx-touch .dp-filter-menu__link_active {
  color: #FFFFFF;
  background-color: #5F22A6;
}

@media (min-width: 768px) {
  .dp-filter-section {
    display: block;
    margin-bottom: 30px;
  }
  .dp-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .dp-filter:last-child {
    margin-bottom: 0;
  }
  .dp-filter__title {
    width: 78px;
    color: #999999;
    padding-right: 20px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 0;
  }
  .dp-filter__title:after {
    content: ":";
  }
  .dp-filter__title + .dp-filter__modal {
    width: calc(100% - 78px);
  }
  .dp-filter__modal {
    position: static !important;
    padding: 0;
    display: block !important;
    background-color: transparent;
  }
  .dp-filter__modal .dp-modal__overlay {
    display: none;
  }
  .dp-filter__modal .dp-modal__close {
    display: none;
  }
  .dp-filter__modal .dp-modal__dialog {
    background-color: transparent;
    padding: 0;
    max-width: none;
  }
  .dp-filter-form__title {
    display: none;
  }
  .dp-filter-form__actions {
    display: none;
  }
  .dp-filter-form__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
  }
  .dp-filter-form__item {
    margin: 0 10px 10px 0;
  }
  .dp-filter-menu {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .dp-filter-menu__title {
    display: none;
  }
  .dp-filter-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
  }
  .dp-filter-menu__item {
    margin: 0 10px 10px 0;
  }
  .dp-page__header .dp-filter-form__item label {
    background-color: #FFFFFF;
  }
  .dp-page__header .dp-filter-form__item input:checked + label {
    background-color: #5F22A6;
  }
  .dp-page__header .dp-filter-menu__link {
    background-color: #FFFFFF;
  }
  .dp-page__header .dp-filter-menu__link:hover {
    background-color: #8F41EB;
  }
  .dp-page__header .dp-filter-menu__link_active {
    background-color: #5F22A6;
  }
  .bx-touch .dp-page__header .dp-filter-menu__link:hover {
    background-color: #FFFFFF;
  }
  .bx-touch .dp-page__header .dp-filter-menu__link:active {
    background-color: #8F41EB;
  }
  .bx-touch .dp-page__header .dp-filter-menu__link_active {
    background-color: #5F22A6;
  }
}
@media (min-width: 1201px) {
  .dp-filter__title {
    width: 84px;
    font-size: 15px;
    padding-right: 20px;
    height: 41px;
    line-height: 41px;
    margin-bottom: 0;
  }
  .dp-filter__title + .dp-filter-form {
    width: calc(100% - 84px);
  }
  .dp-filter.dp-filter-slider .dp-filter-form__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .dp-filter.dp-filter-slider .dp-filter-form__item {
    margin-bottom: 0;
  }
  .dp-filter-form {
    padding-right: 46px;
    position: relative;
  }
  .dp-filter-form__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible;
    margin-bottom: -10px;
  }
  .dp-filter-form__item {
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }
  .dp-filter-form__item label {
    font-size: 15px;
    padding: 0 20px;
    height: 41px;
    line-height: 41px;
    border-radius: 21px;
  }
  .dp-filter-form .dp-slider-arrows {
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 36px;
    padding-left: 0;
    margin-left: 0;
    min-height: 18px;
  }
  .dp-filter-form .dp-slider-arrows__grad {
    display: block;
    height: 42px;
    width: 80px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #FFFFFF);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF);
    position: absolute;
    z-index: 0;
    top: -12px;
    right: 100%;
  }
  .dp-filter-form .dp-slider-arrow {
    position: relative;
    z-index: 1;
    width: 18px;
    height: 18px;
    background-color: transparent;
    -webkit-transition: opacity 0.24s;
    -o-transition: opacity 0.24s;
    transition: opacity 0.24s;
    will-change: opacity;
  }
  .dp-filter-form .dp-slider-arrow .icon {
    fill: #5F22A6;
  }
  .dp-filter-form .dp-slider-arrow:hover {
    background-color: transparent;
    opacity: 0.7;
  }
  .dp-filter-form .dp-slider-arrow:hover .icon {
    fill: #5F22A6;
  }
  .dp-filter-form .dp-slider-arrow_disabled .icon, .dp-filter-form .dp-slider-arrow.swiper-button-disabled .icon {
    fill: #DACEE8;
  }
  .dp-filter-form .dp-slider-arrow.swiper-button-lock + .dp-slider-arrows__grad {
    display: none;
  }
  .dp-filter-menu {
    padding-right: 46px;
    position: relative;
  }
  .dp-filter-menu__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible;
    margin-bottom: -10px;
  }
  .dp-filter-menu__item {
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }
  .dp-filter-menu__link {
    font-size: 15px;
    padding: 0 20px;
    height: 41px;
    line-height: 41px;
    border-radius: 21px;
  }
  .dp-filter-menu .dp-slider-arrows {
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 36px;
    padding-left: 0;
    margin-left: 0;
    min-height: 18px;
  }
  .dp-filter-menu .dp-slider-arrows__grad {
    display: block;
    height: 42px;
    width: 80px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #FFFFFF);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF);
    position: absolute;
    z-index: 0;
    top: -12px;
    right: 100%;
  }
  .dp-filter-menu .dp-slider-arrow {
    position: relative;
    z-index: 1;
    width: 18px;
    height: 18px;
    background-color: transparent;
    -webkit-transition: opacity 0.24s;
    -o-transition: opacity 0.24s;
    transition: opacity 0.24s;
    will-change: opacity;
  }
  .dp-filter-menu .dp-slider-arrow .icon {
    fill: #5F22A6;
  }
  .dp-filter-menu .dp-slider-arrow:hover {
    background-color: transparent;
    opacity: 0.7;
  }
  .dp-filter-menu .dp-slider-arrow:hover .icon {
    fill: #5F22A6;
  }
  .dp-filter-menu .dp-slider-arrow_disabled .icon, .dp-filter-menu .dp-slider-arrow.swiper-button-disabled .icon {
    fill: #DACEE8;
  }
  .dp-filter-menu .dp-slider-arrow.swiper-button-lock + .dp-slider-arrows__grad {
    display: none;
  }
  .dp-page__header .dp-filter {
    margin-bottom: 30px;
  }
  .dp-page__header .dp-filter:last-child {
    margin-bottom: 0;
  }
}
.dp-filter-section + .dp-sort-panel {
  margin-top: 30px;
}

.dp-sort-panel {
  width: 100%;
}

.dp-form-search-items__inner {
  position: relative;
}
.dp-form-search-items .dp-field {
  margin-bottom: 0;
}
.dp-form-search-items .dp-field input {
  padding-right: 56px;
}
.dp-form-search-items .dp-form__submit {
  display: block;
  border: 0;
  background: none;
  outline: 0;
  cursor: pointer;
  width: 30px;
  height: 38px;
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 0;
}
.dp-form-search-items .dp-form__submit .icon {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: #5F22A6;
}
.dp-form-search-items .dp-form__close {
  display: none;
  position: absolute;
  right: 38px;
  top: 0;
  width: 14px;
  height: 38px;
  border-radius: 50%;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
}
.dp-form-search-items .dp-form__close .icon {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: #DACEE8;
  -webkit-transition: fill 0.24s;
  -o-transition: fill 0.24s;
  transition: fill 0.24s;
}
.dp-form-search-items .dp-form__close:hover .icon {
  fill: #5F22A6;
}

.selectric-dp-select-sort .selectric:before {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
  opacity: 0.2;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/sort.svg);
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
}
.selectric-dp-select-sort .selectric .label {
  white-space: nowrap;
  margin-left: 45px !important;
}
.selectric-dp-select-sort.selectric-hover .selectric:before, .selectric-dp-select-sort.selectric-open .selectric:before {
  opacity: 1;
}

.dp-field-select-sort .selectric,
.dp-field-select-type .selectric,
.dp-field-select-duration .selectric,
.dp-field-select-speaker .selectric {
  background-color: #FFFFFF;
  border: 2px solid #DACEE8;
  -webkit-transition: border-color 0.24s, color 0.24s, background-color 0.24s;
  -o-transition: border-color 0.24s, color 0.24s, background-color 0.24s;
  transition: border-color 0.24s, color 0.24s, background-color 0.24s;
  will-change: border-color, color, background-color;
}

@media (min-width: 576px) {
  .dp-form-sort,
  .dp-sort {
    display: contents;
  }
  .dp-sort-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dp-field-select-sort,
  .dp-field-transcript {
    width: 44%;
    margin-right: 20px;
  }
  .dp-field-select-type,
  .dp-field-select-duration,
  .dp-field-select-speaker {
    width: calc(56% - 20px);
  }
  .dp-search-items {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .dp-field-transcript {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
@media (min-width: 768px) {
  .dp-filter-section + .dp-sort-panel {
    margin-top: 0;
  }
  .dp-field-select-sort,
  .dp-field-transcript {
    width: 35%;
  }
  .dp-field-select-type,
  .dp-field-select-duration,
  .dp-field-select-speaker {
    width: calc(65% - 20px);
  }
  .dp-form-sort .dp-field {
    margin-bottom: 20px;
  }
  .dp-form-sort .dp-field-transcript {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .dp-form-sort .dp-field_m .selectric-dp-form-select .selectric {
    height: 44px;
    border-radius: 22px;
  }
  .dp-form-sort .dp-field_m .selectric-dp-form-select .selectric .label {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }
  .dp-form-sort .dp-field_m .selectric-dp-form-select .selectric-items {
    border-radius: 22px;
  }
  .dp-form-sort .dp-field_m .selectric-dp-form-select .selectric-items ul,
  .dp-form-sort .dp-field_m .selectric-dp-form-select .selectric-items li {
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-form-search-items .dp-field_m input[type=text], .dp-form-search-items .dp-field_m input[type=tel], .dp-form-search-items .dp-field_m input[type=email], .dp-form-search-items .dp-field_m input[type=url], .dp-form-search-items .dp-field_m input[type=number], .dp-form-search-items .dp-field_m input[type=password] {
    height: 44px;
    border-radius: 22px;
    font-size: 15px;
  }
  .dp-form-search-items .dp-form__submit {
    width: 30px;
    height: 44px;
    right: 13px;
  }
  .dp-form-search-items .dp-form__submit .icon {
    width: 18px;
    height: 18px;
  }
  .dp-form-search-items .dp-form__close {
    right: 48px;
    height: 44px;
  }
  .dp-form-sort input[type=checkbox] + label, .dp-form-sort input[type=radio] + label {
    font-size: 15px;
    line-height: 1.4;
    padding-left: 39px;
    padding-top: 2px;
  }
}
@media (min-width: 1201px) {
  .dp-sort-panel {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dp-sort {
    display: block;
  }
  .dp-form-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dp-field-select-sort,
  .dp-field-select-speaker,
  .dp-field-select-type {
    width: 250px;
  }
  .dp-field-select-duration {
    width: 320px;
  }
  .dp-field-select-type,
  .dp-field-select-sort,
  .dp-field-select-speaker,
  .dp-field-select-duration,
  .dp-field-transcript {
    margin-right: 20px;
  }
  .dp-field-transcript {
    width: auto;
  }
  .dp-form-sort .dp-field {
    margin-bottom: 0;
  }
  .dp-search-items {
    margin-left: auto;
    padding-left: 20px;
    width: 100%;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 450px;
  }
}
.dp-tab-menu-section {
  width: 100%;
}

.dp-page__title_hidden + .dp-tab-menu-section {
  margin-top: 0;
}

.dp-tab-menu-select {
  opacity: 0;
}

.selectric-dp-tab-menu-select .selectric {
  height: 38px;
  border: 2px solid #DACEE8;
}
.selectric-dp-tab-menu-select .selectric .label {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #000000;
}
.selectric-dp-tab-menu-select .selectric-items {
  border-radius: 19px;
  -webkit-box-shadow: 0 0 15px 0 #F6F2FB;
          box-shadow: 0 0 15px 0 #F6F2FB;
}
.selectric-dp-tab-menu-select .selectric-items ul, .selectric-dp-tab-menu-select .selectric-items li {
  font-size: 14px;
  line-height: 1.3;
}
.selectric-dp-tab-menu-select .selectric-items ul {
  padding: 23px 0;
}
.selectric-dp-tab-menu-select .selectric-items li {
  padding: 5px 28px;
}
.selectric-dp-tab-menu-select .selectric-items li.selected {
  font-weight: 400;
}
.selectric-dp-tab-menu-select.selectric-open .selectric {
  border-radius: 19px;
}

.dp-tab-menu {
  display: none;
}
.dp-tab-menu__list {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dp-tab-menu__item {
  padding-left: 5px;
  padding-right: 5px;
}
.dp-tab-menu__item.swiper-slide {
  width: auto;
}
.dp-tab-menu__link {
  display: block;
  text-decoration: none;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  will-change: background-color, color;
}
.dp-tab-menu__link:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #8F41EB;
}
.dp-tab-menu__link:active {
  color: #FFFFFF;
  background-color: #8F41EB;
}
.dp-tab-menu__link_active {
  color: #FFFFFF;
  background-color: #5F22A6;
  font-weight: 500;
}

.dp-tab-menu-slider {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 576px) {
  .dp-tab-menu-select,
  .selectric-dp-tab-menu-select {
    display: none;
  }
  .dp-tab-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  .dp-page__title_hidden + .dp-tab-menu-section {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .dp-tab-menu-slider {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1201px) {
  .dp-tab-menu__link {
    height: 41px;
    line-height: 41px;
    border-radius: 22px;
    padding: 0 20px;
    font-size: 15px;
  }
}
.dp-hide-switch + .dp-filter-section {
  margin-top: 20px;
}
.dp-hide-switch__input {
  position: relative;
}
.dp-hide-switch__input label {
  display: block;
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  padding-left: 57px;
  cursor: pointer;
}
.dp-hide-switch__input label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 27px;
  border-radius: 15px;
  background-color: #FFFFFF;
}
.dp-hide-switch__input label:after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #DA2626;
  -webkit-transition: left 0.3s, background-color 0.3s;
  -o-transition: left 0.3s, background-color 0.3s;
  transition: left 0.3s, background-color 0.3s;
  will-change: left, background-color;
}
.dp-hide-switch__input input {
  display: block;
  width: 0;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0;
  outline: 0;
  color: transparent;
  position: absolute;
  left: -1px;
  top: -1px;
  opacity: 0;
  visibility: hidden;
}
.dp-hide-switch__input input:checked + label:after {
  left: 27px;
  background-color: #2DE355;
}

@media (min-width: 768px) {
  .dp-hide-switch + .dp-filter-section {
    margin-top: 30px;
  }
}
@media (min-width: 1441px) {
  .dp-hide-switch + .dp-filter-section {
    margin-top: 40px;
  }
}
.confirm-email {
  margin-top: 15px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 5px 20px;
  grid-template-areas: "img tit btn" "img des btn";
  padding: 30px;
  border-radius: 30px;
  background: var(--gradient-v2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.confirm-email__img {
  grid-area: img;
}
.confirm-email__title {
  grid-area: tit;
  color: #FFF;
  text-transform: uppercase;
  margin-top: auto;
  font-weight: 500;
}
.confirm-email__description {
  grid-area: des;
  color: #FFF;
  margin-bottom: auto;
}
.confirm-email .btn {
  grid-area: btn;
}
.confirm-email.v1 {
  grid-template-columns: auto 1fr;
  grid-template-areas: "img tit" "img des";
  background: var(--color-v8);
}
.confirm-email.v1 .confirm-email__title,
.confirm-email.v1 .confirm-email__description {
  color: #000;
}

@media (max-width: 991px) {
  .confirm-email__title {
    font-size: 12px;
  }
  .confirm-email__description {
    font-size: 13px;
  }
  .confirm-email__img {
    max-width: 40px;
    max-height: 48px;
  }
  .confirm-email .btn {
    height: 44px;
  }
  .confirm-email.v1 .confirm-email__img {
    max-width: 50px;
    max-height: 58px;
  }
}
@media (max-width: 767px) {
  .confirm-email {
    grid-template-columns: auto 1fr;
    grid-template-areas: "img tit" "des des" "btn btn";
    gap: 10px;
  }
  .confirm-email__title {
    font-size: 11px;
    margin: 0;
  }
  .confirm-email__description {
    font-size: 14px;
  }
  .confirm-email__img {
    max-width: 30px;
    max-height: 36px;
  }
  .confirm-email .btn {
    width: 100%;
    height: 40px;
  }
  .confirm-email.v1 {
    grid-template-areas: "img tit" "des des";
    gap: 10px;
  }
  .confirm-email.v1 .confirm-email__img {
    max-width: 38px;
    max-height: 45px;
  }
}
.dp-complete-questionnaire {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 20px;
  padding: 15px 20px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 15px;
  -webkit-overflow-scrolling: touch;
}
.dp-complete-questionnaire__desc {
  padding-right: 20px;
  margin-top: 0;
  margin-bottom: 12px;
}
.dp-complete-questionnaire__btn {
  width: 100%;
  min-width: 134px;
}

@media (min-width: 500px) {
  .dp-complete-questionnaire {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dp-complete-questionnaire__desc {
    margin-bottom: 0;
  }
  .dp-complete-questionnaire__btn {
    width: auto;
  }
}
@media (min-width: 576px) {
  .dp-complete-questionnaire {
    padding: 16px 24px;
  }
}
@media (min-width: 768px) {
  .dp-complete-questionnaire {
    margin-top: 10px;
    padding: 20px 30px;
  }
  .dp-complete-questionnaire + .dp-confirm-email {
    margin-top: 15px;
  }
  .dp-complete-questionnaire__desc {
    padding-right: 30px;
  }
}
@media (min-width: 1201px) {
  .dp-complete-questionnaire {
    padding: 20px 40px;
    font-size: 15px;
    line-height: 1.4;
    border-radius: 30px;
  }
  .dp-complete-questionnaire__desc {
    padding-right: 40px;
  }
  .dp-complete-questionnaire + .dp-confirm-email {
    margin-top: 20px;
  }
}
.dp-search-result-section {
  padding-bottom: 40px;
}

.dp-search-result .dp-section:last-child {
  margin-bottom: 0;
}
.dp-search-result .note {
  max-width: none;
}
.dp-search-result .note__inner {
  min-height: 34px;
}
.dp-search-result .note-empty-request .note__inner {
  max-width: 800px;
}

.dp-search-result-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 50px;
  margin-bottom: 40px;
}
.dp-search-result-form__input {
  display: block;
  outline: 0;
  width: 100%;
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #000000;
  line-height: 1;
  padding: 0 62px 0 20px;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  border-radius: 25px;
  caret-color: #5F22A6;
  -webkit-box-shadow: 0 0 15px 0 rgba(95, 34, 166, 0.07);
          box-shadow: 0 0 15px 0 rgba(95, 34, 166, 0.07);
  -webkit-transition: border-color 0.3s, padding-right 0.3s;
  -o-transition: border-color 0.3s, padding-right 0.3s;
  transition: border-color 0.3s, padding-right 0.3s;
  will-change: border-color, padding-right;
}
.dp-search-result-form__input::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
.dp-search-result-form__input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.dp-search-result-form__input:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
.dp-search-result-form__input::-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
.dp-search-result-form__input::placeholder {
  color: #999999;
  opacity: 1;
}
.dp-search-result-form__input:hover {
  border-color: #FFFFFF;
}
.dp-search-result-form__input:focus {
  border-color: #FFFFFF;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.dp-search-result-form__input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.dp-search-result-form__input:focus::-moz-placeholder {
  opacity: 0;
}
.dp-search-result-form__input:focus:-ms-input-placeholder {
  opacity: 0;
}
.dp-search-result-form__input:focus::-ms-input-placeholder {
  opacity: 0;
}
.dp-search-result-form__input:focus::placeholder {
  opacity: 0;
}
.dp-search-result-form__submit {
  display: block;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
  background-color: #EB5D40;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-transition: opacity 0.3s, right 0.3s, background-color 0.24s;
  -o-transition: opacity 0.3s, right 0.3s, background-color 0.24s;
  transition: opacity 0.3s, right 0.3s, background-color 0.24s;
  will-change: opacity, right, background-color;
}
.dp-search-result-form__submit:hover .icon {
  fill: #FFFFFF;
}
.dp-search-result-form__submit-desc {
  display: none;
}
.dp-search-result-form__submit-icon {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M13.71,12.29,11.42,10a.9.9,0,0,0-.34-.22,6.17,6.17,0,1,0-1.29,1.29.9.9,0,0,0,.22.34l2.28,2.29a1,1,0,0,0,1.42-1.42Zm-7.57-2a4.15,4.15,0,1,1,4.15-4.15A4.14,4.14,0,0,1,6.14,10.29Z' fill='%23fff'/%3E%3C/svg%3E");
}
.dp-search-result-form__submit-icon + .dp-search-result-form__submit-desc {
  margin-left: 8px;
}
.dp-search-result-form__clear {
  display: block;
  position: absolute;
  right: 46px;
  top: 7px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
  will-change: opacity, visibility;
}
.dp-search-result-form__clear .icon {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: #DACEE8;
  -webkit-transition: fill 0.24s;
  -o-transition: fill 0.24s;
  transition: fill 0.24s;
}
.dp-search-result-form__clear:hover .icon {
  fill: #5F22A6;
}

.dp-search-result-form_active .dp-search-result-form__input {
  padding-right: 90px;
}
.dp-search-result-form_active .dp-search-result-form__clear {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
}

@media (min-width: 768px) {
  .dp-search-result-section {
    padding-bottom: 60px;
  }
  .dp-search-result .note__inner {
    min-height: 44px;
  }
  .dp-search-result-form__input {
    padding-right: 120px;
  }
  .dp-search-result-form__submit {
    height: 38px;
    border-radius: 19px;
    padding: 0 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    top: 6px;
    right: 6px;
  }
  .dp-search-result-form__submit-icon {
    position: static;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M15.71,14.29,13,11.63a1,1,0,0,0-.57-.27,7,7,0,1,0-1.11,1.11,1,1,0,0,0,.27.57l2.66,2.67a1,1,0,0,0,1.42-1.42ZM7,12a5,5,0,1,1,5-5A5,5,0,0,1,7,12Z' fill='%23fff'/%3E%3C/svg%3E");
  }
  .dp-search-result-form__submit-desc {
    position: static;
    display: block;
  }
  .dp-search-result-form__clear {
    right: 7px;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    -o-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
    will-change: opacity, visibility;
  }
  .dp-search-result-form_active .dp-search-result-form__input {
    padding-right: 160px;
  }
  .dp-search-result-form_active .dp-search-result-form__submit {
    right: 48px;
  }
  .dp-search-result-form_active .dp-search-result-form__clear {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0.2s, visibility 0s 0.2s;
    -o-transition: opacity 0.3s 0.2s, visibility 0s 0.2s;
    transition: opacity 0.3s 0.2s, visibility 0s 0.2s;
    will-change: opacity, visibility;
  }
}
@media (min-width: 1201px) {
  .dp-search-result-section {
    padding-bottom: 80px;
  }
  .dp-search-result-form {
    height: 60px;
    margin-bottom: 60px;
  }
  .dp-search-result-form__input {
    height: 60px;
    border-radius: 30px;
    padding: 0 150px 0 30px;
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-search-result-form__submit {
    font-size: 15px;
    padding: 0 20px;
    height: 44px;
    border-radius: 22px;
    top: 8px;
    right: 9px;
  }
  .dp-search-result-form__submit-icon {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M19.21,17.79,16,14.55a1,1,0,0,0-1-.22,8.3,8.3,0,1,0-.6.6,1,1,0,0,0,.22,1l3.24,3.24a1,1,0,0,0,1.42-1.42ZM8.79,15.07a6.29,6.29,0,1,1,6.28-6.28A6.28,6.28,0,0,1,8.79,15.07Z' fill='%23fff'/%3E%3C/svg%3E");
  }
  .dp-search-result-form__clear {
    display: block;
    width: 44px;
    height: 44px;
    top: 8px;
    right: 17px;
  }
  .dp-search-result-form__clear .icon {
    width: 18px;
    height: 18px;
  }
  .dp-search-result-form_active .dp-search-result-form__input {
    padding-right: 218px;
  }
  .dp-search-result-form_active .dp-search-result-form__submit {
    right: 76px;
  }
}
@media (min-width: 1441px) {
  .dp-search-result-section {
    padding-bottom: 100px;
  }
}
.dp-note {
  background-color: #F6F2FB;
  padding: 15px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #000000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}
.dp-note__img {
  display: block;
  grid-area: img;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.dp-note__img img {
  display: block;
  width: 100%;
  height: auto;
}
.dp-note__title {
  margin: 0;
  grid-area: tit;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dp-note__title-mobile {
  display: block;
}
.dp-note__title-mobile + .dp-note__title {
  display: none;
}
.dp-note__desc {
  grid-area: des;
}
.dp-note__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}
.dp-note__btn .icon-btn-arrow-right {
  width: 8px;
  height: 14px;
}

.dp-note-access .dp-note__img {
  max-width: 60px;
}

.dp-note-points .dp-note__img {
  max-width: 93px;
}

.dp-note-lesson-completed {
  background-color: #FFFFFF;
  gap: 20px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  padding: 20px;
  -webkit-box-shadow: 0 4px 15px 0 rgb(246, 242, 251);
          box-shadow: 0 4px 15px 0 rgb(246, 242, 251);
}
.dp-note-lesson-completed .dp-note__img {
  width: 38px;
  height: 38px;
}
.dp-note-lesson-completed .dp-note__title {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.dp-note-course {
  background-color: #F6F2FB;
}

.dp-note-fixed {
  position: fixed;
  z-index: 100;
  top: 20px;
  left: 20px;
  right: 20px;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -o-transition: opacity 0.3s, visibility 0s;
  transition: opacity 0.3s, visibility 0s;
  will-change: opacity, visibility;
}
.dp-note-fixed_hidden {
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
  will-change: opacity, visibility;
}

@media (min-width: 576px) {
  .dp-note {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .dp-note__btn {
    width: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (max-width: 660px) {
  .dp-note-access .dp-note__btn,
  .dp-note-points .dp-note__btn {
    padding: 0 15px;
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .dp-note {
    padding: 15px 20px;
    gap: 20px;
    line-height: 1.4;
    border-radius: 30px;
  }
  .dp-note__title {
    padding-right: 20px;
  }
  .dp-note__title-mobile {
    display: none;
  }
  .dp-note__title-mobile + .dp-note__title {
    display: block;
  }
  .dp-note-access .dp-note__img {
    max-width: 50px;
  }
  .dp-note-points .dp-note__img {
    max-width: 120px;
  }
  .dp-note-lesson-completed {
    font-size: 16px;
    padding: 20px 30px;
  }
  .dp-note-fixed {
    top: 30px;
  }
}
@media (min-width: 992px) {
  .dp-note-fixed {
    left: 40px;
    right: 40px;
  }
}
@media (min-width: 1201px) {
  .dp-note {
    padding: 20px 30px;
    font-size: 15px;
  }
  .dp-note-access .dp-note__img {
    max-width: 80px;
  }
  .dp-note-points .dp-note__img {
    max-width: 178px;
  }
  .dp-note-lesson-completed {
    font-size: 18px;
  }
  .dp-note-lesson-completed .dp-note__img {
    width: 42px;
    height: 42px;
  }
  .dp-note-fixed {
    left: 60px;
    right: 60px;
  }
}
@media (min-width: 1441px) {
  .dp-note-lesson-completed {
    font-size: 20px;
  }
  .dp-note-fixed {
    top: 40px;
    left: 80px;
    right: 80px;
  }
}
@media (min-width: 1601px) {
  .dp-note-fixed {
    width: 100%;
    max-width: 1440px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.dp-blog-item {
  border-radius: 20px;
  background: #FAFAFE;
  height: 100%;
  color: #FFFFFF;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-blog-item__link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
}
.dp-blog-item__link:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.dp-blog-item__caption {
  height: 100%;
  padding: 27px 32px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dp-blog-item__img {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-bottom: 90%;
  -webkit-overflow-scrolling: touch;
}
.dp-blog-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  will-change: transform;
}
.dp-blog-item__img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -o-linear-gradient(28deg, #000 -73.96%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(62deg, #000 -73.96%, rgba(0, 0, 0, 0) 100%);
}
.dp-blog-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: auto;
}
.dp-blog-item__tag {
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 19px;
  background-color: #FFFFFF;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #000000;
}
.dp-blog-item__category {
  background-color: #FFFFFF;
}
.dp-blog-item__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
.dp-blog-item__date {
  display: block;
  margin-top: 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.dp-blog-item:hover .dp-blog-item__img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 480px) and (max-width: 575px) {
  .dp-blog-item__title {
    font-size: 20px;
  }
  .dp-blog-item__date {
    font-size: 15px;
    margin-top: 14px;
  }
  .dp-blog-item__caption {
    padding: 32px 36px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .dp-blog-item__title {
    font-size: 14px;
  }
  .dp-blog-item__caption {
    padding: 20px 24px;
  }
  .dp-blog-item__category {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .dp-blog-item__img {
    padding-bottom: 85%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dp-blog-item__title {
    font-size: 15px;
  }
  .dp-blog-item__caption {
    padding: 20px 24px;
  }
  .dp-blog-item__category {
    font-size: 12px;
  }
}
@media (min-width: 1201px) {
  .dp-blog-item__title {
    font-size: 17px;
  }
}
@media (min-width: 1441px) {
  .dp-blog-item {
    border-radius: 30px;
  }
  .dp-blog-item__caption {
    padding: 37px 38px 34px;
  }
  .dp-blog-item__img {
    border-radius: 30px;
  }
  .dp-blog-item__category {
    font-size: 13px;
    padding-bottom: 14px;
  }
  .dp-blog-item__title {
    font-size: 20px;
  }
  .dp-blog-item__date {
    margin-top: 14px;
    font-size: 15px;
  }
}
.dp-blog-slider .dp-slider__item:not(.swiper-slide),
.dp-compilation-slider .dp-slider__item:not(.swiper-slide) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .dp-blog-slider .dp-slider__item:not(.swiper-slide),
  .dp-compilation-slider .dp-slider__item:not(.swiper-slide) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.dp-event {
  border-radius: 20px;
  background: #F6F2FB;
  height: 100%;
  color: #000000;
  overflow: hidden;
  min-height: 428px;
  -webkit-overflow-scrolling: touch;
}
.dp-event__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #000000;
  position: relative;
  padding: 30px;
}
.dp-event__link:hover {
  text-decoration: none;
  color: #000000;
}
.dp-event__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dp-event__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-overflow-scrolling: touch;
}
.dp-event__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dp-event__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: auto;
  padding-bottom: 20px;
}
.dp-event__tag {
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 19px;
  background-color: #FFFFFF;
  margin-right: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.dp-event__category {
  background-color: #FFFFFF;
}
.dp-event__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  color: #5F22A6;
}
.dp-event__live {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #EB5D40;
}
.dp-event__date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.dp-event__speaker {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dp-event__speaker-photo {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-overflow-scrolling: touch;
}
.dp-event__speaker-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -1px;
}
.dp-event__speaker-caption {
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  padding-left: 20px;
  width: calc(100% - 100px);
}
.dp-event__speaker-title {
  color: #999999;
  margin-top: 0;
  margin-bottom: 6px;
}
.dp-event__speaker-name {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 6px;
}
.dp-event__speaker-desc {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 374px) {
  .dp-event__link {
    padding: 24px;
  }
  .dp-event__tag {
    padding: 0 15px;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
  }
}
@media (min-width: 576px) {
  .dp-event {
    min-height: 320px;
  }
  .dp-event__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .dp-event__caption {
    width: calc(100% - 160px);
    padding-right: 20px;
    max-width: 600px;
  }
  .dp-event__speaker {
    display: block;
    width: 160px;
    margin-top: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .dp-event__speaker-photo {
    margin: 0 auto 24px;
    width: 120px;
    height: 120px;
  }
  .dp-event__speaker-caption {
    padding-left: 0;
    width: auto;
  }
}
@media (min-width: 768px) {
  .dp-event {
    min-height: 350px;
  }
  .dp-event__link {
    padding: 30px 60px 30px 30px;
  }
  .dp-event__caption {
    width: calc(100% - 186px);
  }
  .dp-event__speaker {
    width: 186px;
  }
  .dp-event__speaker-photo {
    margin: 0 auto 30px;
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .dp-event__link {
    padding: 30px;
  }
  .dp-event__caption {
    width: calc(100% - 140px);
  }
  .dp-event__speaker {
    width: 140px;
  }
  .dp-events .dp-item-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .dp-events .dp-item-col.swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    width: calc(50% - 10px);
  }
}
@media (min-width: 1201px) {
  .dp-event {
    min-height: 360px;
    border-radius: 30px;
  }
  .dp-event__link {
    padding: 40px 30px 40px 40px;
  }
  .dp-event__caption {
    width: calc(100% - 170px);
    padding-right: 40px;
  }
  .dp-event__title {
    font-size: 18px;
  }
  .dp-event__speaker {
    width: 170px;
  }
  .dp-event__speaker-caption {
    padding-left: 0;
    width: auto;
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-event__live {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-event__date {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (min-width: 1441px) {
  .dp-event__title {
    font-size: 20px;
  }
}
.dp-item-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.dp-item-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 15px;
  background-color: #FFFFFF;
  color: #000000;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.dp-item-tag-paided {
  background-color: #C2EB20;
  color: #000000;
}

.dp-item-tag-status,
.dp-item-tag-test,
.dp-item-tag-points {
  padding: 0 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  line-height: 1;
}
.dp-item-tag-status .icon,
.dp-item-tag-test .icon,
.dp-item-tag-points .icon {
  display: block;
  width: 16px;
  height: 16px;
}

.dp-item-tag-points {
  background-color: #5F22A6;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  text-transform: none;
}
.dp-item-tag-points .icon {
  fill: #FFFFFF;
}
.dp-item-tag-points .icon-completed {
  margin-left: 5px;
}
.dp-item-tag-points__value {
  font-weight: 700;
}
.dp-item-tag-points__desc,
.dp-item-tag-points span:not([class]) {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}

.dp-item-rating {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 0 8px;
  background-color: #FFFFFF;
  border-radius: 15px;
  overflow: hidden;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.dp-item-rating .icon {
  display: block;
  width: 20px;
  height: 20px;
  fill: #EB5D40;
}
.dp-bookmark-btn {
  display: block;
  border: 0;
  background: none;
  outline: 0;
  cursor: pointer;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.dp-bookmark-btn .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 5px;
  stroke-width: 2px;
  stroke: #5F22A6;
  fill: none;
}
.dp-bookmark-btn_active .icon {
  fill: #5F22A6;
}

.dp-item-col .dp-webinar {
  height: 100%;
}

.dp-webinar {
  border-radius: 20px;
  background: #F6F2FB;
  height: 100%;
  min-height: 365px;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.dp-webinar__link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
}
.dp-webinar__link:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.dp-webinar__caption {
  height: 100%;
  padding: 20px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dp-webinar__img {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
}
.dp-webinar__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  will-change: transform;
}
.dp-webinar__img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -o-linear-gradient(28deg, #000 -73.96%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(62deg, #000 -73.96%, rgba(0, 0, 0, 0) 100%);
}
.dp-webinar__topics {
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}
.dp-webinar__features {
  margin-bottom: 10px;
}
.dp-webinar__play {
  display: block;
  width: 45px;
  height: 45px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-webinar__category {
  background-color: #FFFFFF;
}
.dp-webinar__viewed {
  background-color: #C2EB20;
  clear: left;
}
.dp-webinar__title-link {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
}
.dp-webinar__title-link:hover, .dp-webinar__title-link:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.dp-webinar__title-link:hover {
  opacity: 0.7;
}
.dp-webinar__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 45px;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dp-webinar__date {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.dp-webinar__price {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 0;
}
.dp-webinar__desc {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
}
.dp-webinar__desc p, .dp-webinar__desc ol, .dp-webinar__desc ul {
  margin-top: 0;
  margin-bottom: 0;
}
.dp-webinar__speaker {
  margin-top: 10px;
}
.dp-webinar__speaker-title {
  margin: 0;
}
.dp-webinar__speaker-name {
  margin: 0;
  font-weight: 500;
}
.dp-webinar__speaker-specialization {
  margin: 0;
}
.dp-webinar .dp-icon-video {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.dp-webinar__ratingSave {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.dp-webinar__ratingSave:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.dp-webinar__actions {
  margin-top: 10px;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.dp-webinar__paying {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 400;
}
.dp-webinar__paying .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  fill: #EB5D40;
}
.dp-webinar__paying:focus, .dp-webinar__paying:hover, .dp-webinar__paying:active {
  color: #000000;
  background-color: #FFFFFF;
}
.dp-webinar__paying:focus .icon, .dp-webinar__paying:hover .icon, .dp-webinar__paying:active .icon {
  fill: #EB5D40;
}
.dp-webinar__buy-points {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  color: #5F22A6;
}
.dp-webinar__buy-points .icon {
  display: none;
  width: 18px;
  height: 18px;
  fill: #5F22A6;
  margin: 0 5px 0 7px !important;
}
.dp-webinar__buy-points:focus, .dp-webinar__buy-points:hover, .dp-webinar__buy-points:active {
  color: #8F41EB;
  background-color: #FFFFFF;
}
.dp-webinar__buy-points:focus .icon, .dp-webinar__buy-points:hover .icon, .dp-webinar__buy-points:active .icon {
  fill: #8F41EB;
}
.dp-webinar:hover .dp-webinar__img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.dp-webinar_need-pay .dp-webinar__title {
  padding-right: 0;
}

.dp-webinars-paid .dp-webinar__desc,
.dp-webinars-paid .dp-webinar__speaker {
  display: none;
}
.dp-webinars-paid .dp-webinar__title {
  font-weight: 700;
}

@media (min-width: 480px) {
  .dp-webinar__title {
    min-height: 1px;
    display: block;
  }
  .dp-webinar__buy-points .icon {
    display: block;
  }
}
@media (min-width: 576px) {
  .dp-webinar {
    min-height: 360px;
  }
  .dp-webinar__topics {
    margin-bottom: auto;
    padding-bottom: 20px;
    padding-right: 130px;
  }
}
@media (min-width: 768px) {
  .dp-item-tag {
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    border-radius: 19px;
  }
  .dp-item-tag-status,
  .dp-item-tag-test,
  .dp-item-tag-points {
    height: 30px;
    line-height: 1;
    padding: 0 8px;
    border-radius: 15px;
  }
  .dp-item-tag-status,
  .dp-item-tag-test {
    font-size: 11px;
  }
  .dp-item-tag-points {
    font-size: 14px;
  }
  .dp-bookmark-btn {
    height: 38px;
    width: 38px;
  }
  .dp-bookmark-btn .icon {
    width: 22px;
    height: 22px;
    margin: 8px;
  }
  .dp-item-rating {
    height: 38px;
    padding: 0 10px;
    border-radius: 19px;
  }
  .dp-item-rating .icon {
    width: 24px;
    height: 24px;
  }
  .dp-webinar {
    min-height: 400px;
  }
  .dp-webinar__caption {
    padding: 30px;
  }
  .dp-webinar__title {
    padding-right: 80px;
  }
  .dp-webinar__price {
    font-size: 34px;
  }
  .dp-webinar .dp-icon-video {
    right: 30px;
    bottom: 30px;
  }
  .dp-webinar__topics {
    padding-bottom: 30px;
    padding-right: 150px;
  }
  .dp-webinar__ratingSave {
    padding: 30px;
  }
  .dp-webinar__price {
    margin-top: 15px;
  }
  .dp-webinar__actions {
    padding-right: 80px;
    margin-top: 15px;
  }
  .dp-webinars-paid .dp-item-col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .dp-webinar {
    min-height: 340px;
  }
  .dp-webinar__title {
    font-size: 18px;
  }
  .dp-webinars-paid .dp-webinar {
    height: 385px;
  }
  .dp-webinars-paid .dp-item-col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .dp-webinars-paid .dp-item-col:first-child .dp-webinar__title {
    font-size: 24px;
    line-height: 1.1;
  }
  .dp-webinars-paid .dp-item-col:first-child .dp-webinar__desc,
  .dp-webinars-paid .dp-item-col:first-child .dp-webinar__speaker {
    display: block;
  }
  .dp-webinars-paid .dp-item-col:first-child .dp-webinar__desc,
  .dp-webinars-paid .dp-item-col:first-child .dp-webinar__speaker,
  .dp-webinars-paid .dp-item-col:first-child .dp-webinar__price,
  .dp-webinars-paid .dp-item-col:first-child .dp-webinar__actions {
    margin-top: 15px;
  }
  .dp-webinars .dp-item-col,
  .dp-clinical-cases .dp-item-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1201px) {
  .dp-item-tag-status,
  .dp-item-tag-test,
  .dp-item-tag-points {
    height: 38px;
    line-height: 1;
    padding: 0 10px;
    border-radius: 19px;
  }
  .dp-item-tag-status .icon,
  .dp-item-tag-test .icon,
  .dp-item-tag-points .icon {
    width: 20px;
    height: 20px;
  }
  .dp-item-tag-status,
  .dp-item-tag-test {
    font-size: 13px;
  }
  .dp-item-tag-points {
    font-size: 15px;
    gap: 10px;
  }
  .dp-item-tag-points__desc,
  .dp-item-tag-points span:not([class]) {
    font-size: 15px;
    line-height: 1.3;
  }
  .dp-webinar {
    border-radius: 30px;
    min-height: 360px;
  }
  .dp-webinar__caption {
    padding: 30px;
  }
  .dp-webinar__img {
    border-radius: 30px;
  }
  .dp-webinar__date {
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-webinar__title {
    font-size: 20px;
    font-weight: 500;
  }
  .dp-webinar__price {
    font-size: 36px;
    margin-top: 15px;
    font-weight: 500;
  }
  .dp-webinar__actions {
    margin-top: 15px;
  }
  .dp-webinar__desc {
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-webinar__ratingSave {
    padding: 30px;
  }
  .dp-webinar__paying .icon {
    width: 22px;
    height: 22px;
  }
  .dp-webinar__buy-points .icon {
    width: 20px;
    height: 20px;
  }
  .dp-webinars-paid {
    min-height: 810px;
  }
  .dp-webinars-paid .dp-item-list {
    position: relative;
    display: block;
  }
  .dp-webinars-paid .dp-webinar {
    min-height: 385px;
  }
  .dp-webinars-paid .dp-item-col {
    margin-left: auto;
  }
  .dp-webinars-paid .dp-item-col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .dp-webinars-paid .dp-item-col:first-child .dp-webinar {
    height: 810px;
  }
  .dp-webinars-paid .dp-item-col:first-child .dp-webinar__title {
    font-size: 36px;
  }
  .dp-webinars-paid .dp-item-col:first-child .dp-webinar__desc,
  .dp-webinars-paid .dp-item-col:first-child .dp-webinar__speaker,
  .dp-webinars-paid .dp-item-col:first-child .dp-webinar__price,
  .dp-webinars-paid .dp-item-col:first-child .dp-webinar__actions {
    margin-top: 20px;
  }
}
@media (min-width: 1441px) {
  .dp-webinar {
    min-height: 395px;
  }
  .dp-webinar__caption {
    padding: 30px 40px;
  }
  .dp-webinar__ratingSave {
    padding: 30px 40px;
  }
  .dp-webinar .dp-icon-video {
    right: 40px;
  }
}
.dp-article {
  border-radius: 20px;
  background: #F6F2FB;
  height: 100%;
  color: #000000;
  overflow: hidden;
  min-height: 365px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.dp-article__ratingSave {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.dp-article__ratingSave:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.dp-article__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #000000;
  position: relative;
  padding: 20px;
}
.dp-article__link:hover {
  text-decoration: none;
  color: #000000;
}
.dp-article__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dp-article__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}
.dp-article__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dp-article__topics {
  margin-bottom: 20px;
}
.dp-article__features {
  padding-top: 20px;
  margin-top: auto;
}
.dp-article__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  color: #5F22A6;
}
.dp-article__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
  margin-top: 10px;
}
.dp-article__desc p, .dp-article__desc ul, .dp-article__desc ol {
  margin-top: 0;
  margin-bottom: 0;
}
.dp-article__desc .dp-article__img {
  display: none;
}

@media (min-width: 576px) {
  .dp-article__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .dp-article__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: static;
    width: 140px;
    height: 140px;
    margin-top: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  .dp-article__caption {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 140px);
    padding-right: 20px;
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .dp-article {
    min-height: 340px;
  }
  .dp-article__link {
    padding: 30px;
  }
  .dp-article__caption {
    padding-right: 80px;
  }
  .dp-article__topics {
    margin-bottom: 30px;
  }
  .dp-article__features {
    padding-top: 30px;
  }
  .dp-article__ratingSave {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .dp-articles .dp-item-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .dp-article {
    min-height: 340px;
  }
  .dp-article__caption {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }
  .dp-article__title {
    font-size: 18px;
  }
  .dp-article__desc {
    padding-right: 140px;
    position: relative;
    min-height: 100px;
    margin-top: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .dp-article__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dp-article__img {
    width: 100px;
    height: 100px;
    margin-left: 0;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .dp-article__caption {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .dp-article__desc {
    padding-right: 0;
    min-height: 1px;
  }
  .dp-article__topics {
    margin-bottom: 20px;
  }
}
@media (min-width: 1201px) {
  .dp-article {
    border-radius: 30px;
    min-height: 360px;
  }
  .dp-article__link {
    padding: 30px 40px;
  }
  .dp-article__title {
    font-size: 20px;
  }
  .dp-article__desc {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 20px;
  }
  .dp-article__ratingSave {
    padding: 30px 40px;
  }
}
@media (min-width: 1441px) {
  .dp-article {
    min-height: 395px;
  }
  .dp-article__title {
    font-size: 20px;
  }
  .dp-article__img {
    width: 140px;
    height: 140px;
    display: none;
  }
  .dp-article__desc {
    padding-right: 170px;
    min-height: 72px;
  }
  .dp-article__desc .dp-article__img {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: -68px;
  }
  .dp-article__desc-text {
    max-width: 420px;
  }
}
.dp-masterclass {
  border-radius: 20px;
  background: #F6F2FB;
  height: 100%;
  min-height: 440px;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.dp-masterclass__link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
}
.dp-masterclass__link:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.dp-masterclass__caption {
  height: 100%;
  padding: 30px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dp-masterclass__img {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
}
.dp-masterclass__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  will-change: transform;
}
.dp-masterclass__img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -o-linear-gradient(28deg, #000 -73.96%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(62deg, #000 -73.96%, rgba(0, 0, 0, 0) 100%);
}
.dp-masterclass__tags {
  margin-bottom: auto;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-masterclass__tag {
  float: left;
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 19px;
  background-color: #FFFFFF;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #000000;
}
.dp-masterclass__category {
  background-color: #FFFFFF;
}
.dp-masterclass__viewed {
  background-color: #C2EB20;
  clear: left;
}
.dp-masterclass__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
.dp-masterclass__meta {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dp-masterclass__modules {
  display: block;
  margin-right: 20px;
}
.dp-masterclass__date {
  display: block;
}
.dp-masterclass__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
}
.dp-masterclass__desc p {
  margin: 0;
}
.dp-masterclass__actions {
  margin-top: 20px;
}
.dp-masterclass:hover .dp-masterclass__img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 576px) {
  .dp-masterclass__title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .dp-masterclass__title {
    font-size: 16px;
  }
  .dp-masterclasses .dp-item-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
  }
  .dp-masterclasses .dp-item-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    margin-right: 0;
  }
  .dp-masterclasses .dp-item-col:not(.swiper-slide) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .dp-masterclass {
    height: 385px;
  }
  .dp-masterclass__img {
    padding-bottom: 0;
    height: 100%;
  }
  .dp-masterclass__title {
    font-size: 18px;
  }
}
@media (min-width: 1201px) {
  .dp-masterclass {
    border-radius: 30px;
  }
  .dp-masterclass .dp-bookmark-btn {
    right: 28px;
    top: 30px;
  }
  .dp-masterclass__caption {
    padding: 40px;
  }
  .dp-masterclass__img {
    border-radius: 30px;
  }
  .dp-masterclass__meta, .dp-masterclass__desc {
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-masterclass__title {
    font-size: 20px;
  }
}
.dp-courses {
  position: relative;
}

.dp-course {
  background: #F6F2FB;
  min-height: 365px;
  color: #000000;
  border-radius: 20px;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.dp-course__ratingSave {
  position: absolute;
  z-index: 5;
  right: 20px;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 10px;
}
.dp-course__ratingSave:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.dp-course__caption {
  height: 100%;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dp-course__tags {
  margin-bottom: 20px;
}
.dp-course__img-link {
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFFFFF;
  position: relative;
  padding-bottom: 71.2%;
  color: #000000;
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  -webkit-overflow-scrolling: touch;
}
.dp-course__img-link:focus, .dp-course__img-link:hover {
  color: #000000;
}
.dp-course__img-link:hover {
  opacity: 0.8;
}
.dp-course__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dp-course__title-link {
  color: #000000;
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
}
.dp-course__title-link:focus, .dp-course__title-link:hover {
  color: #000000;
}
.dp-course__title-link:hover {
  color: #5F22A6;
}
.dp-course__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.dp-course__meta {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.dp-course__modules {
  display: block;
}
.dp-course__lessons {
  display: block;
}
.dp-course__duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.dp-course__duration .icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: #000000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.dp-course__desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 20px;
}
.dp-course__desc p, .dp-course__desc ul, .dp-course__desc ol {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.dp-course__desc p:first-child, .dp-course__desc ul:first-child, .dp-course__desc ol:first-child {
  margin-top: 0;
}
.dp-course__desc p:last-child, .dp-course__desc ul:last-child, .dp-course__desc ol:last-child {
  margin-bottom: 0;
}
.dp-course__desc li {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.dp-course__desc li:first-child {
  margin-top: 0;
}
.dp-course__desc li:last-child {
  margin-bottom: 0;
}
.dp-course__actions {
  padding-top: 20px;
  margin-top: auto;
}
.dp-course__price {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #000000;
  white-space: nowrap;
  margin-bottom: 10px;
}
.dp-course__free {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #000000;
}
.dp-course__free:hover {
  color: #5F22A6;
}
.dp-course__access-denied {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 400;
}
.dp-course__access-denied .icon {
  display: block;
  width: 20px;
  height: 20px;
  fill: #EB5D40;
}
.dp-course_paided {
  background-color: #DACEE8;
}

@media (min-width: 576px) {
  .dp-course {
    padding: 30px;
  }
  .dp-course__caption {
    padding-top: 30px;
  }
  .dp-course__price {
    margin-bottom: 0;
  }
  .dp-course__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .dp-course__ratingSave {
    top: 30px;
    right: 30px;
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .dp-course .dp-item-tag-topic {
    height: 30px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .dp-course {
    border-radius: 30px;
  }
  .dp-course__title {
    font-size: 34px;
  }
  .dp-course__meta {
    margin-top: 20px;
    gap: 30px;
  }
  .dp-course__actions {
    padding-top: 30px;
  }
  .dp-course__desc {
    font-size: 16px;
    line-height: 1.3;
  }
  .dp-course__img-link {
    padding-bottom: 70.3%;
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .dp-course {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 20px;
  }
  .dp-course__img, .dp-course__caption {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .dp-course__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .dp-course__caption {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0;
  }
  .dp-course__img-link {
    height: 100%;
  }
  .dp-course__title {
    font-size: 30px;
  }
  .dp-course__meta {
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-course__price {
    font-size: 18px;
  }
  .dp-course__free {
    font-size: 18px;
  }
}
@media (min-width: 1201px) {
  .dp-course {
    padding: 36px 20px;
  }
  .dp-course__img, .dp-course__caption {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dp-course__title {
    font-size: 34px;
  }
  .dp-course__meta {
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-course__desc {
    margin-top: 30px;
  }
  .dp-course__tags {
    margin-bottom: 30px;
  }
  .dp-course__ratingSave {
    top: 40px;
    right: 40px;
  }
  .dp-course__price {
    font-size: 20px;
  }
  .dp-course__free {
    font-size: 20px;
  }
  .dp-course__access-denied .icon {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1441px) {
  .dp-course {
    padding: 40px;
  }
  .dp-course__ratingSave {
    right: 60px;
  }
  .dp-course__title {
    font-size: 40px;
  }
}
@media (min-width: 1560px) {
  .dp-course__title {
    font-size: 44px;
  }
}
.dp-course-detail-header {
  background: #F6F2FB;
  color: #000000;
  border-radius: 20px;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 20px;
}
.dp-course-detail-header .dp-bookmark-btn {
  position: absolute;
  z-index: 5;
  right: 15px;
  top: 15px;
}
.dp-course-detail-header__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.dp-course-detail-header__img {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFFFFF;
  position: relative;
  padding-bottom: 98%;
  color: #000000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-overflow-scrolling: touch;
}
.dp-course-detail-header__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dp-course-detail-header__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .dp-course-detail-header {
    padding: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 30px;
  }
  .dp-course-detail-header__title {
    font-size: 34px;
  }
  .dp-course-detail-header__caption {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .dp-course-detail-header__img {
    width: 38.6%;
    padding-bottom: 37.6%;
    border-radius: 30px;
    margin-bottom: auto;
  }
}
@media (min-width: 992px) {
  .dp-course-detail-header {
    gap: 30px;
  }
  .dp-course-detail-header__btn {
    margin-top: auto;
  }
  .dp-course-detail-header .dp-bookmark-btn {
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 1201px) {
  .dp-course-detail-header {
    padding: 30px;
  }
}
@media (min-width: 1441px) {
  .dp-course-detail-header {
    padding: 40px;
  }
  .dp-course-detail-header__title {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .dp-course-detail-header {
    padding: 60px;
  }
  .dp-course-detail-header__title {
    font-size: 44px;
  }
}
.dp-page-default {
  padding-bottom: 80px;
}
.dp-page-default .dp-page__inner {
  padding-top: 40px;
}
.dp-page-default .dp-page__header {
  margin-bottom: 40px;
}
.dp-page-default .dp-pagenav {
  margin-top: 40px;
}
.dp-page-default .dp-section:last-child {
  margin-bottom: 0;
}
.dp-page-default .dp-section:last-child .dp-section__body {
  padding-bottom: 80px;
}

.dp-new {
  border-radius: 20px;
  height: 100%;
  color: #000000;
  position: relative;
}
.dp-new__img {
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 68%;
  position: relative;
  background-color: #F6F2FB;
  -webkit-overflow-scrolling: touch;
}
.dp-new__img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
}
.dp-new__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dp-new__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 0;
  color: #000000;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  will-change: color;
}
.dp-new__date {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #999999;
}
.dp-new__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
  margin-top: 20px;
}
.dp-new__desc p, .dp-new__desc ul, .dp-new__desc ol {
  margin-top: 0;
  margin-bottom: 0;
}
.dp-new__desc .dp-article__img {
  display: none;
}
.dp-new__link {
  display: block;
  text-decoration: none;
  color: #000000;
}
.dp-new__link:hover {
  text-decoration: none;
  color: #000000;
}
.dp-new__link:hover .dp-new__title {
  color: #5F22A6;
}
.dp-new__link:hover .dp-new__img img {
  opacity: 0.7;
}

@media (min-width: 576px) {
  .dp-news .dp-item-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
  }
  .dp-news .dp-item-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    margin-right: 0;
  }
  .dp-news .dp-item-col:not(.swiper-slide) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .dp-page-default .dp-page__inner {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .dp-news .dp-item-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
  }
  .dp-news .dp-item-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    margin-right: 0;
  }
  .dp-news .dp-item-col:not(.swiper-slide) {
    margin-right: 0;
  }
}
@media (min-width: 1201px) {
  .dp-news {
    padding-top: 10px;
  }
  .dp-new__img {
    border-radius: 30px;
  }
  .dp-new__title {
    font-size: 18px;
    line-height: 1.3;
  }
  .dp-new__date {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (min-width: 1441px) {
  .dp-page-default {
    padding-bottom: 100px;
  }
  .dp-page-default .dp-page__inner {
    padding-top: 80px;
  }
  .dp-new__title {
    font-size: 20px;
  }
}
.dp-item-col .dp-lesson {
  height: 100%;
}

.dp-lesson {
  border-radius: 20px;
  background: #F6F2FB;
  height: 100%;
  color: #000000;
  overflow: hidden;
  position: relative;
  padding: 20px;
  -webkit-overflow-scrolling: touch;
}
.dp-lesson__link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #000000;
  position: relative;
}
.dp-lesson__link:hover {
  text-decoration: none;
  color: #5F22A6;
}
.dp-lesson__caption {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.dp-lesson__img {
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 59.3%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.dp-lesson__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  will-change: transform;
}
.dp-lesson__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
.dp-lesson__ratingSave {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.dp-lesson__ratingSave:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.dp-lesson:hover .dp-lesson__img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 576px) {
  .dp-lesson__ratingSave {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .dp-lesson {
    padding: 30px;
  }
  .dp-lesson__img {
    padding-bottom: 60%;
  }
  .dp-lesson__ratingSave {
    right: 30px;
    top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .dp-lesson .dp-item-tag-topic {
    height: 30px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .dp-lesson__title {
    font-size: 18px;
  }
  .dp-lessons .dp-item-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1201px) {
  .dp-lesson__img {
    border-radius: 30px;
    padding-bottom: 62.5%;
  }
  .dp-lesson__title {
    font-size: 20px;
  }
}
.dp-dashboard-materials:first-child {
  margin-top: 0;
}

.dp-item-col .dp-material {
  height: 100%;
}

.dp-material {
  padding: 20px;
  border-radius: 20px;
  background: #F6F2FB;
  color: #000000;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-overflow-scrolling: touch;
}
.dp-material .dp-bookmark-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.dp-material__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 80%;
  padding-left: 10px;
}
.dp-material__img {
  width: 20%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-overflow-scrolling: touch;
}
.dp-material__img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
}
.dp-material__img-link {
  display: block;
  text-decoration: none;
  color: #000000;
}
.dp-material__img-link:hover {
  text-decoration: none;
  color: #000000;
}
.dp-material__img-link:hover img {
  opacity: 0.7;
}
.dp-material__topics {
  margin-bottom: 10px;
  padding-right: 40px;
  width: 100%;
}
.dp-material__title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  color: #111827;
  width: 100%;
}
.dp-material__btn {
  margin-top: 20px;
}
.dp-material__formats {
  padding-top: 20px;
  margin-top: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 15px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #000000;
}
.dp-material__formats span, .dp-material__formats a {
  display: block;
}
.dp-material__formats a {
  text-transform: uppercase;
  color: #5F22A6;
  -webkit-text-decoration: underline rgba(95, 34, 166, 0);
          text-decoration: underline rgba(95, 34, 166, 0);
  -webkit-transition: color 0.24s, -webkit-text-decoration 0.24s;
  transition: color 0.24s, -webkit-text-decoration 0.24s;
  -o-transition: color 0.24s, text-decoration 0.24s;
  transition: color 0.24s, text-decoration 0.24s;
  transition: color 0.24s, text-decoration 0.24s, -webkit-text-decoration 0.24s;
  will-change: color, text-decoration;
}
.dp-material__formats a:hover {
  -webkit-text-decoration: underline rgba(143, 65, 235, 0.5);
          text-decoration: underline rgba(143, 65, 235, 0.5);
  color: #8F41EB;
}

@media (min-width: 480px) {
  .dp-material__caption {
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .dp-material__img {
    width: 21%;
  }
  .dp-material__caption {
    width: 79%;
    padding-left: 20px;
  }
  .dp-material__title {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .dp-dashboard-materials:first-child {
    margin-top: 10px;
  }
  .dp-material {
    padding: 30px;
  }
  .dp-material__topics {
    margin-bottom: 20px;
    padding-right: 50px;
  }
  .dp-material .dp-bookmark-btn {
    top: 30px;
    right: 30px;
  }
}
@media (min-width: 992px) {
  .dp-materials .dp-item-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .dp-material {
    padding: 24px;
  }
}
@media (min-width: 1201px) {
  .dp-dashboard-materials:first-child {
    margin-top: 30px;
  }
  .dp-material {
    border-radius: 30px;
  }
  .dp-material__caption {
    padding-left: 30px;
  }
  .dp-material__title {
    font-size: 18px;
  }
  .dp-material__formats {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (min-width: 1441px) {
  .dp-material__img {
    width: 24%;
  }
  .dp-material__caption {
    width: 76%;
  }
  .dp-material__title {
    font-size: 20px;
  }
}
.dp-page__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.dp-page__title-wrapper .dp-bookmark-btn {
  width: 38px;
  height: 38px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}
.dp-page__title-wrapper .dp-bookmark-btn .icon {
  width: 22px;
  height: 22px;
  margin: 8px;
}
.dp-page__title-wrapper .dp-bookmark-btn + .dp-page__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: calc(100% - 48px);
}

@media (min-width: 768px) {
  .dp-page__title-wrapper .dp-bookmark-btn + .dp-page__title {
    max-width: calc(100% - 58px);
  }
}
@media (min-width: 1201px) {
  .dp-page__title-wrapper .dp-bookmark-btn + .dp-page__title {
    max-width: calc(100% - 78px);
  }
}
.dp-read-more__text {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  will-change: height;
  -webkit-overflow-scrolling: touch;
}
.dp-read-more__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #5F22A6;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  padding: 0;
  border: none;
  background: none;
  outline: 0;
  text-decoration: none;
  margin-top: 10px;
  -webkit-transition: color 0.24s;
  -o-transition: color 0.24s;
  transition: color 0.24s;
  will-change: color;
}
.dp-read-more__btn:before {
  content: "Показать еще";
}
.dp-read-more__btn:after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 8' width='16' height='8'%3E%3Cpath fill='%235F22A6' d='M8,7.8c-0.2,0-0.4,0-0.6,0C5.9,7.6,4.8,6.5,2.7,4.4L0.3,1.9c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0L4.2,3 c1.7,1.7,2.7,2.7,3.5,2.8c0.2,0,0.4,0,0.6,0c0.8-0.1,1.8-1.1,3.5-2.8l2.5-2.5c0.4-0.4,1-0.4,1.4,0c0.4,0.4,0.4,1,0,1.4l-2.4,2.5 c-2,2.1-3.2,3.2-4.7,3.4C8.4,7.8,8.2,7.8,8,7.8z'/%3E%3C/svg%3E") no-repeat center center/contain;
}
.dp-read-more__btn:hover {
  text-decoration: none;
  color: #8F41EB;
}
.dp-read-more_active .dp-read-more__text {
  display: block;
  height: auto;
}
.dp-read-more_active .dp-read-more__btn:before {
  content: "Свернуть";
}
.dp-read-more_active .dp-read-more__btn:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bx-touch .dp-read-more__btn:hover {
  color: #5F22A6;
}
.bx-touch .dp-read-more__btn:active {
  color: #8F41EB;
}

.dp-material-detail {
  color: #000000;
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 40px;
}
.dp-material-detail__topics {
  width: 100%;
}
.dp-material-detail__topics .dp-item-tag {
  padding: 0 20px;
}
.dp-material-detail__img {
  width: 32%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  max-width: 160px;
  -webkit-overflow-scrolling: touch;
}
.dp-material-detail__img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
}
.dp-material-detail__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  font-weight: 400;
}
.dp-material-detail__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.dp-material-detail__section-desc {
  font-weight: 500;
}
.dp-material-detail__section-desc p, .dp-material-detail__section-desc ul, .dp-material-detail__section-desc ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dp-material-detail__section-desc p:first-child, .dp-material-detail__section-desc ul:first-child, .dp-material-detail__section-desc ol:first-child {
  margin-top: 0;
}
.dp-material-detail__section-desc p:last-child, .dp-material-detail__section-desc ul:last-child, .dp-material-detail__section-desc ol:last-child {
  margin-bottom: 0;
}
.dp-material-detail__anons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dp-material-detail .dp-read-more__text {
  -webkit-line-clamp: 15;
}
.dp-material-detail .dp-read-more__btn {
  margin-top: 10px;
}
.dp-material-detail__actions {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dp-material-detail__formats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #000000;
}
.dp-material-detail__formats span {
  font-weight: 500;
}
.dp-material-detail__formats span, .dp-material-detail__formats a {
  display: block;
}
.dp-material-detail__formats a {
  text-transform: uppercase;
  color: #5F22A6;
  -webkit-text-decoration: underline rgba(95, 34, 166, 0);
          text-decoration: underline rgba(95, 34, 166, 0);
  -webkit-transition: color 0.24s, -webkit-text-decoration 0.24s;
  transition: color 0.24s, -webkit-text-decoration 0.24s;
  -o-transition: color 0.24s, text-decoration 0.24s;
  transition: color 0.24s, text-decoration 0.24s;
  transition: color 0.24s, text-decoration 0.24s, -webkit-text-decoration 0.24s;
  will-change: color, text-decoration;
}
.dp-material-detail__formats a:hover {
  -webkit-text-decoration: underline rgba(143, 65, 235, 0.5);
          text-decoration: underline rgba(143, 65, 235, 0.5);
  color: #8F41EB;
}

@media (min-width: 768px) {
  .dp-material-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 60px;
  }
  .dp-material-detail .dp-read-more__text {
    display: block !important;
  }
  .dp-material-detail .dp-read-more__btn {
    display: none !important;
  }
  .dp-material-detail__topics {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .dp-material-detail__img {
    width: 23%;
    max-width: none;
    border-radius: 20px;
  }
  .dp-material-detail__caption {
    width: calc(77% - 20px);
  }
  .dp-material-detail__formats {
    gap: 15px 20px;
  }
  .dp-material-detail__section {
    gap: 10px 20px;
  }
}
@media (min-width: 992px) {
  .dp-material-detail {
    margin-top: 0;
    gap: 30px;
  }
  .dp-material-detail__caption {
    width: calc(77% - 30px);
  }
  .dp-material-detail__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 30px;
  }
}
@media (min-width: 1201px) {
  .dp-material-detail {
    padding-bottom: 80px;
  }
  .dp-material-detail__caption {
    padding-left: 10px;
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-material-detail__formats {
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-material-detail__actions {
    margin-top: 20px;
  }
}
@media (min-width: 1441px) {
  .dp-material-detail {
    padding-bottom: 100px;
  }
}
.dp-page-home .dp-wrapper,
.dp-page-home .dp-page__bg {
  padding-top: 0;
}

.dp-gradient-bg {
  position: relative;
  z-index: 0;
}
.dp-gradient-bg:before, .dp-gradient-bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  border-radius: 50%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
.dp-gradient-bg:before {
  z-index: 1;
  left: 0;
  background-color: #FFF2EF;
  width: 73%;
  padding-bottom: 73%;
  -webkit-transform: translate(-30%, -41%);
      -ms-transform: translate(-30%, -41%);
          transform: translate(-30%, -41%);
}
.dp-gradient-bg:after {
  z-index: 0;
  right: 0;
  background-color: #E7E7FF;
  width: 93%;
  padding-bottom: 93%;
  -webkit-transform: translate(16%, -50%);
      -ms-transform: translate(16%, -50%);
          transform: translate(16%, -50%);
}
.dp-gradient-bg > .container {
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .dp-wrapper:before {
    width: 73%;
    padding-bottom: 73%;
    -webkit-transform: translate(-30%, -41%);
        -ms-transform: translate(-30%, -41%);
            transform: translate(-30%, -41%);
  }
  .dp-wrapper:after {
    width: 93%;
    padding-bottom: 93%;
    -webkit-transform: translate(16%, -50%);
        -ms-transform: translate(16%, -50%);
            transform: translate(16%, -50%);
  }
}
@media (min-width: 1800px) {
  .dp-wrapper:before,
  .dp-gradient-bg:before {
    width: 80%;
    padding-bottom: 80%;
  }
  .dp-wrapper:after,
  .dp-gradient-bg:after {
    width: 80%;
    padding-bottom: 80%;
  }
}
@media (min-width: 1921px) {
  .dp-wrapper:before,
  .dp-gradient-bg:before {
    width: 70%;
    padding-bottom: 70%;
  }
  .dp-wrapper:after,
  .dp-gradient-bg:after {
    width: 70%;
    padding-bottom: 70%;
  }
}
.dp-home-top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-bottom: 37px;
  padding-top: 113px;
  position: relative;
}

.dp-home-top {
  width: 100%;
  color: #000000;
  position: relative;
  z-index: 2;
}
.dp-home-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dp-home-top__title-wrapper {
  margin-bottom: 34px;
  font-size: 28px;
  font-weight: 700;
  line-height: 0.94;
  color: transparent;
}
.dp-home-top__title-wrapper .typed-cursor {
  color: #000000;
}
.dp-home-top__title, .dp-home-top__specialization {
  font-size: 28px;
  font-weight: 700;
  line-height: 0.94;
  margin-top: 0;
  margin-bottom: 0;
}
.dp-home-top__specialization {
  color: #5F22A6;
}
.dp-home-top__specialization-wrapper {
  display: block;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-home-top__title {
  color: #000000;
}
.dp-home-top__title-sep {
  display: none;
}
.dp-home-top__img img {
  opacity: 0;
}
.dp-home-top__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
}
.dp-home-top__actions .dp-btn {
  margin-right: 20px;
}
.dp-home-top__actions .dp-btn,
.dp-home-top__actions .dp-btn-video {
  margin-bottom: 20px;
}

.dp-home-top-about {
  margin: 0 0 30px;
  overflow: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.dp-home-top-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dp-home-top-about__col {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.dp-home-top-about-item {
  color: #000000;
  font-size: 14px;
}
.dp-home-top-about-item__title {
  font-weight: 500;
  color: #000000;
  margin-top: 0;
  margin-bottom: 8px;
}
.dp-home-top-about-item__title br {
  display: none;
}
.dp-home-top-about-item__desc {
  margin-top: 0;
  margin-bottom: 0;
}

.dp-btn-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  border: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  outline: 0;
  text-decoration: none;
}
.dp-btn-video__icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #EB5D40;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  will-change: background-color, color;
}
.dp-btn-video__icon .icon {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto 0;
  fill: #FFFFFF;
  -webkit-transform: translate(-8px, 0);
      -ms-transform: translate(-8px, 0);
          transform: translate(-8px, 0);
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.dp-btn-video__icon + .dp-btn-video__label {
  margin-left: 14px;
}
.dp-btn-video:focus, .dp-btn-video:hover {
  text-decoration: none;
  color: #5F22A6;
}
.dp-btn-video:focus .dp-btn-video__icon, .dp-btn-video:hover .dp-btn-video__icon {
  background-color: #FF9680;
}
.dp-btn-video:active {
  color: #5F22A6;
}
.dp-btn-video:active .dp-btn-video__icon {
  background-color: #CC3010;
}
.dp-btn-video:disabled, .dp-btn-video_disabled {
  color: #000000;
}
.dp-btn-video:disabled .dp-btn-video__icon, .dp-btn-video_disabled .dp-btn-video__icon {
  background-color: #F6F2FB;
}

@media (max-width: 575px) {
  .dp-home-top__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dp-home-top__col-caption, .dp-home-top__caption {
    display: contents;
  }
  .dp-home-top__title-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .dp-home-top__col-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .dp-home-top__actions {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .dp-home-top__img {
    margin-bottom: 40px;
  }
  .dp-home-top-about {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .dp-home-top-about .dp-slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }
  .dp-home-top-about .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):after {
    background-color: #FFFFFF;
  }
}
@media (min-width: 375px) {
  .dp-home-top__title-wrapper {
    font-size: 32px;
  }
  .dp-home-top__title, .dp-home-top__specialization {
    font-size: 32px;
  }
}
@media (min-width: 576px) {
  .dp-home-top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dp-home-top__col-caption {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
            flex: 0 0 57%;
    max-width: 57%;
    position: relative;
    z-index: 1;
  }
  .dp-home-top__col-img {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
    max-width: 43%;
    position: relative;
    z-index: 0;
  }
  .dp-home-top__title-wrapper {
    margin-bottom: 24px;
  }
  .dp-home-top__actions {
    margin-right: -210px;
  }
  .dp-home-top-about {
    margin: 0 0 5px;
    padding-right: 20px;
  }
  .dp-home-top-about__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dp-home-top-about .dp-slider-pagination {
    display: none;
  }
  .dp-home-top-about-item {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .dp-home-top-section {
    padding-top: 135px;
    padding-bottom: 58px;
  }
  .dp-home-top__title-wrapper {
    font-size: 40px;
  }
  .dp-home-top__title, .dp-home-top__specialization {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .dp-home-top__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dp-home-top__title-wrapper {
    font-size: 44px;
    margin-bottom: 28px;
  }
  .dp-home-top__title, .dp-home-top__specialization {
    font-size: 44px;
    display: inline;
  }
  .dp-home-top__specialization-wrapper {
    display: inline;
  }
  .dp-home-top__title-sep {
    display: inline;
  }
  .dp-home-top__col-caption {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64%;
            flex: 0 0 64%;
    max-width: 64%;
  }
  .dp-home-top__col-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
    max-width: 36%;
  }
  .dp-home-top__caption {
    padding-right: 28px;
  }
  .dp-home-top__actions .dp-btn {
    margin-right: 30px;
  }
  .dp-home-top-about {
    max-width: 720px;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .dp-home-top-about__list {
    margin: 0 -10px 0;
  }
  .dp-home-top-about__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .dp-home-top-about-item {
    margin-bottom: 0;
  }
  .dp-home-top-about-item__title br {
    display: block;
  }
}
@media (min-width: 1201px) {
  .dp-home-top__title-wrapper {
    font-size: 50px;
    margin-bottom: 33px;
  }
  .dp-home-top__title, .dp-home-top__specialization {
    font-size: 50px;
  }
  .dp-home-top__actions .dp-btn {
    margin-right: 30px;
  }
  .dp-home-top-about-item {
    font-size: 15px;
  }
  .dp-btn-video {
    font-size: 15px;
  }
  .dp-btn-video__icon {
    width: 60px;
    height: 60px;
  }
  .dp-btn-video__icon .icon {
    width: 24px;
    height: 24px;
    -webkit-transform: translate(-11px, 0);
        -ms-transform: translate(-11px, 0);
            transform: translate(-11px, 0);
  }
}
@media (min-width: 1280px) {
  .dp-home-top-section {
    min-height: 660px;
    padding-bottom: 80px;
    padding-top: 144px;
  }
  .dp-home-top__col-caption {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .dp-home-top__col-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .dp-home-top__caption {
    padding-right: 40px;
  }
}
@media (min-width: 1441px) {
  .dp-home-top-section {
    min-height: 800px;
  }
  .dp-home-top__title-wrapper {
    font-size: 56px;
  }
  .dp-home-top__title, .dp-home-top__specialization {
    font-size: 56px;
  }
  .dp-home-top-about {
    margin: 0 0 37px;
  }
  .dp-home-top-about__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .dp-home-top-about-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1560px) {
  .dp-home-top-section {
    min-height: 854px;
  }
  .dp-home-top__title-wrapper {
    font-size: 60px;
  }
  .dp-home-top__title, .dp-home-top__specialization {
    font-size: 60px;
  }
  .dp-home-top__col-caption {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
            flex: 0 0 57%;
    max-width: 57%;
  }
  .dp-home-top__col-img {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
    max-width: 43%;
  }
  .dp-home-top-about__list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .dp-home-top-about-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.dp-new-blog-section {
  margin-bottom: 40px;
}
.dp-new-blog-section .dp-section__header {
  margin-bottom: 18px;
  position: relative;
}
.dp-new-blog-section .dp-slider-pagination {
  margin-bottom: -5px;
}

.dp-new-blog-item {
  border-radius: 20px;
  background: #F6F2FB;
  height: 100%;
  color: #000000;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-new-blog-item__link {
  display: block;
  height: 300px;
  text-decoration: none;
  color: #000000;
  position: relative;
}
.dp-new-blog-item__link:hover {
  text-decoration: none;
  color: #000000;
}
.dp-new-blog-item__caption {
  height: 100%;
  padding: 27px 30px 30px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dp-new-blog-item__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-overflow-scrolling: touch;
}
.dp-new-blog-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dp-new-blog-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: auto;
}
.dp-new-blog-item__tag {
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 19px;
  background-color: #FFFFFF;
  margin-right: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.dp-new-blog-item__category {
  background-color: #FFFFFF;
}
.dp-new-blog-item__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  color: #5F22A6;
  max-width: 340px;
}
.dp-new-blog-item__live {
  display: block;
  margin-top: 11px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #EB5D40;
}
.dp-new-blog-item__date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.dp-new-blog-item:hover .dp-blog-item__img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 374px) {
  .dp-new-blog-item__link {
    height: 280px;
  }
  .dp-new-blog-item__caption {
    padding: 24px;
  }
  .dp-new-blog-item__tag {
    padding: 0 15px;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
  }
  .dp-new-blog-item__img {
    right: 24px;
    top: 21px;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .dp-new-blog-item__link {
    height: 340px;
  }
  .dp-new-blog-item__img {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 768px) {
  .dp-new-blog-section {
    margin-bottom: 60px;
  }
  .dp-new-blog-section .dp-section__header {
    margin-bottom: 30px;
  }
  .dp-new-blog-section .dp-blog-slider .dp-slider-pagination,
  .dp-new-blog-section .dp-courses-slider .dp-slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .dp-new-blog-section .dp-blog-slider .dp-slider-pagination,
  .dp-new-blog-section .dp-courses-slider .dp-slider-pagination {
    display: none;
  }
}
@media (min-width: 1201px) {
  .dp-new-blog-section {
    margin-bottom: 80px;
  }
  .dp-new-blog-section .dp-section__header {
    margin-bottom: 40px;
    position: relative;
  }
  .dp-new-blog-section .dp-filter-section {
    margin-bottom: 40px;
  }
  .dp-new-blog-item {
    border-radius: 30px;
    background: #F6F2FB;
    height: 385px;
    color: #000000;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .dp-new-blog-item__link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #000000;
    position: relative;
  }
  .dp-new-blog-item__link:hover {
    text-decoration: none;
    color: #000000;
  }
  .dp-new-blog-item__caption {
    height: 100%;
    padding: 37px 38px 34px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dp-new-blog-item__img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    right: 38px;
    top: 40px;
    -webkit-overflow-scrolling: touch;
  }
  .dp-new-blog-item__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dp-new-blog-item__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
    color: #5F22A6;
    max-width: 340px;
  }
  .dp-new-blog-item__live {
    display: block;
    margin-top: 14px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #EB5D40;
  }
  .dp-new-blog-item__date {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
  }
  .dp-new-blog-item:hover .dp-blog-item__img img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (min-width: 1441px) {
  .dp-new-blog-section {
    margin-bottom: 100px;
  }
}
.dp-join-section {
  margin-bottom: 40px;
}
.dp-join-section .dp-section__header {
  margin-bottom: 31px;
}
.dp-join-section.dp-gradient-bg:before {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-31%, 2%);
      -ms-transform: translate(-31%, 2%);
          transform: translate(-31%, 2%);
}
.dp-join-section.dp-gradient-bg:after {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(15%, 5%);
      -ms-transform: translate(15%, 5%);
          transform: translate(15%, 5%);
}

.dp-join-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 24px;
}
.dp-join-feature__number {
  display: block;
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  max-width: 60px;
  font-size: 64px;
  font-weight: 400;
  line-height: 94%;
  color: #5F22A6;
  margin-top: -2px;
}
.dp-join-feature__title {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}
.dp-join-feature__title + .dp-join-feature__desc {
  margin-top: 10px;
}
.dp-join-feature__title br {
  display: none;
}
.dp-join-feature__desc {
  margin-top: 0;
  margin-bottom: 0;
}

.dp-join-block {
  margin-top: 6px;
}

.dp-join-form__body {
  position: relative;
}
.dp-join-form__input {
  display: block;
  outline: 0;
  width: 100%;
  height: 50px;
  line-height: 1;
  font-size: 15px;
  color: #000000;
  padding: 0 28px;
  border: 2px solid #DACEE8;
  border-radius: 25px;
  -webkit-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  -o-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  will-change: border-color, color, background-color;
}
.dp-join-form__input::-webkit-input-placeholder {
  color: #999999;
}
.dp-join-form__input::-moz-placeholder {
  color: #999999;
}
.dp-join-form__input:-ms-input-placeholder {
  color: #999999;
}
.dp-join-form__input::-ms-input-placeholder {
  color: #999999;
}
.dp-join-form__input::placeholder {
  color: #999999;
}
.dp-join-form__input:focus {
  border-color: #5F22A6;
}
.dp-join-form__input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.dp-join-form__input:focus::-moz-placeholder {
  opacity: 0;
}
.dp-join-form__input:focus:-ms-input-placeholder {
  opacity: 0;
}
.dp-join-form__input:focus::-ms-input-placeholder {
  opacity: 0;
}
.dp-join-form__input:focus::placeholder {
  opacity: 0;
}
.dp-join-form__submit {
  margin-top: 20px;
}

.dp-join-social-auth {
  margin-top: 30px;
}
.dp-join-social-auth__title {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  color: #999999;
}

.dp-social-auth {
  margin-top: 20px;
}
.dp-social-auth .dp-social__link {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  will-change: background-color;
}
.dp-social-auth .dp-social__link .icon {
  width: 24px;
  height: 24px;
  margin: 13px;
}
.dp-social-auth .dp-social__link.google:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 13px;
  background: url("../img/icons/auth-google.svg") no-repeat center center;
  background-size: contain;
}
.dp-social-auth .dp-social__link.yandex:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 13px;
  background: url("../img/icons/auth-yandex.svg") no-repeat center center;
  background-size: contain;
}
.dp-social-auth .dp-social__link.mailru2:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 13px;
  background: url("../img/icons/auth-mail.svg") no-repeat center center;
  background-size: contain;
}
.dp-social-auth .dp-social__link.vkontakte:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 13px;
  background: url("../img/icons/auth-vk.svg") no-repeat center center;
  background-size: contain;
}
.dp-social-auth .dp-social__link.odnoklassniki:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 13px;
  background: url("../img/icons/auth-ok.svg") no-repeat center center;
  background-size: contain;
}
.dp-social-auth .dp-social__link:hover {
  opacity: 1;
  background-color: #F6F2FB;
}

@media (min-width: 576px) {
  .dp-join-form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dp-join-form__field {
    width: 100%;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 12px;
  }
  .dp-join-form__submit {
    width: 210px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
    max-width: 210px;
    margin-top: 0;
  }
  .dp-join-social-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .dp-join-social-auth__title {
    margin-right: 28px;
  }
  .dp-social-auth {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .dp-join-section {
    margin-bottom: 60px;
  }
  .dp-join-section .dp-section__header {
    margin-bottom: 30px;
  }
  .dp-join-feature {
    padding-bottom: 0;
  }
  .dp-join-feature__number {
    width: 42px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
            flex: 0 0 42px;
    max-width: 42px;
    font-size: 40px;
    margin-top: 0;
  }
  .dp-join-feature__title {
    max-width: 320px;
  }
  .dp-join-feature__title br {
    display: block;
  }
  .dp-join-block {
    margin-top: 30px;
  }
  .dp-join-form__field {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .dp-join-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dp-join-form {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54%;
            flex: 0 0 54%;
    max-width: 54%;
  }
  .dp-join-social-auth {
    padding-left: 16px;
  }
  .dp-join-social-auth {
    margin-top: 0;
  }
  .dp-join-social-auth__title {
    margin-right: 19px;
  }
}
@media (min-width: 1201px) {
  .dp-join-section {
    margin-bottom: 80px;
  }
  .dp-join-section .dp-section__header {
    margin-bottom: 56px;
  }
  .dp-join-feature {
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-join-feature__number {
    width: 88px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88px;
            flex: 0 0 88px;
    max-width: 88px;
    font-size: 90px;
    margin-top: -2px;
  }
  .dp-join-feature__title + .dp-join-feature__desc {
    margin-top: 12px;
  }
  .dp-join-feature__title br {
    display: none;
  }
  .dp-join-block {
    margin-top: 60px;
  }
  .dp-join-form__input {
    height: 60px;
    padding: 0 30px;
    border-radius: 30px;
  }
  .dp-join-form__submit {
    width: 220px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    max-width: 220px;
  }
  .dp-join-social-auth__title {
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-social-auth .dp-social__link {
    width: 60px;
    height: 60px;
  }
  .dp-social-auth .dp-social__link .icon {
    width: 28px;
    height: 28px;
    margin: 16px;
  }
  .dp-social-auth .dp-social__link.google:before {
    width: 28px;
    height: 28px;
    margin: 16px;
  }
  .dp-social-auth .dp-social__link.yandex:before {
    width: 28px;
    height: 28px;
    margin: 16px;
  }
  .dp-social-auth .dp-social__link.mailru2:before {
    width: 28px;
    height: 28px;
    margin: 16px;
  }
  .dp-social-auth .dp-social__link.vkontakte:before {
    width: 28px;
    height: 28px;
    margin: 16px;
  }
  .dp-social-auth .dp-social__link.odnoklassniki:before {
    width: 28px;
    height: 28px;
    margin: 16px;
  }
}
@media (min-width: 1441px) {
  .dp-join-section {
    margin-bottom: 120px;
  }
  .dp-join-section .dp-section__header {
    margin-bottom: 59px;
  }
  .dp-join-block {
    margin-top: 78px;
  }
  .dp-join-feature__number {
    width: 88px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88px;
            flex: 0 0 88px;
    max-width: 88px;
    font-size: 100px;
  }
  .dp-join-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .dp-join-form__submit {
    width: 241px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 241px;
            flex: 0 0 241px;
    max-width: 241px;
  }
}
.dp-courses-section .dp-section__header {
  margin-bottom: 20px;
}

.dp-courses-slider .dp-slider__item:not(.swiper-slide) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1201px) {
  .dp-courses-section .dp-section__header {
    margin-bottom: 30px;
  }
}
@media (min-width: 1441px) {
  .dp-courses-section .dp-section__header {
    margin-bottom: 40px;
  }
}
.dp-effectiveness-section {
  margin-bottom: 41px;
}
.dp-effectiveness-section .dp-section__header {
  margin-bottom: 30px;
  position: relative;
}
.dp-effectiveness-section .dp-section__footer {
  margin-top: 30px;
}
.dp-effectiveness-section .dp-section__note {
  font-size: 16px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .dp-effectiveness-section {
    margin-bottom: 57px;
  }
  .dp-effectiveness-section .dp-section__header {
    margin-bottom: 20px;
  }
}
@media (min-width: 1201px) {
  .dp-effectiveness-section {
    margin-bottom: 80px;
  }
  .dp-effectiveness-section .dp-section__header {
    margin-bottom: 30px;
  }
}
@media (min-width: 1441px) {
  .dp-effectiveness-section {
    margin-bottom: 116px;
  }
  .dp-effectiveness-section .dp-section__header {
    margin-bottom: 38px;
  }
  .dp-effectiveness-section .dp-section__footer {
    margin-top: 40px;
  }
}
.dp-compilation-section {
  margin-bottom: 38px;
}
.dp-compilation-section .dp-section__header {
  margin-bottom: 21px;
  position: relative;
}
.dp-compilation-section .dp-section__footer {
  margin-top: 30px;
}

.dp-compilation-sign-up {
  padding: 27px 24px 31px;
  border-radius: 20px;
  background: #F6F2FB;
}
.dp-compilation-sign-up__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 15px 0;
}

.dp-compilation-slider .dp-slider-pagination {
  margin-bottom: -5px;
}

@media (min-width: 768px) {
  .dp-compilation-section {
    margin-bottom: 55px;
  }
  .dp-compilation-section .dp-filter__title {
    display: none;
  }
  .dp-compilation-slider .dp-slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dp-compilation-sign-up {
    padding: 30px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dp-compilation-sign-up__title {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .dp-compilation-slider .dp-slider-pagination {
    display: none;
  }
  .dp-compilation-sign-up {
    padding: 34px;
  }
  .dp-compilation-sign-up__title {
    margin-right: 30px;
    font-size: 18px;
  }
}
@media (min-width: 1201px) {
  .dp-compilation-section {
    margin-bottom: 80px;
  }
  .dp-compilation-section .dp-section__header {
    margin-bottom: 30px;
  }
  .dp-compilation-section .dp-section__footer {
    margin-top: 30px;
  }
  .dp-compilation-sign-up {
    padding: 40px 34px;
    border-radius: 30px;
  }
  .dp-compilation-sign-up__title {
    margin-right: 37px;
    font-size: 20px;
  }
}
@media (min-width: 1441px) {
  .dp-compilation-section {
    margin-bottom: 96px;
  }
  .dp-compilation-section .dp-section__header {
    margin-bottom: 38px;
  }
  .dp-compilation-section .dp-section__footer {
    margin-top: 40px;
  }
  .dp-compilation-section .dp-filter-section {
    margin-bottom: 40px;
  }
}
.dp-speakers-section {
  margin-bottom: 35px;
}
.dp-speakers-section .dp-section__header {
  margin-bottom: 27px;
  position: relative;
}
.dp-speakers-section .dp-section__title {
  max-width: 1080px;
}

.dp-speakers-item {
  color: #000000;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-speakers-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-decoration: none;
  color: #000000;
  position: relative;
}
.dp-speakers-item__link:hover {
  text-decoration: none;
  color: #000000;
}
.dp-speakers-item__caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 11px;
  width: calc(100% - 103px);
}
.dp-speakers-item__img {
  background: #EDEDED;
  width: 103px;
  height: 103px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  -webkit-overflow-scrolling: touch;
}
.dp-speakers-item__img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #EB5D40;
  opacity: 0.2;
}
.dp-speakers-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.dp-speakers-item__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
.dp-speakers-item__category {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
}
.dp-speakers-item__desc {
  margin-bottom: 0;
  margin-top: 10px;
}
.dp-speakers-item:hover .dp-blog-item__img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 576px) {
  .dp-speakers-item__link {
    display: block;
  }
  .dp-speakers-item__img {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
  }
  .dp-speakers-item__caption {
    width: auto;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .dp-speakers-section {
    margin-bottom: 58px;
  }
  .dp-speakers-section .dp-section__header {
    margin-bottom: 29px;
  }
}
@media (min-width: 1201px) {
  .dp-speakers-section {
    margin-bottom: 90px;
  }
  .dp-speakers-section .dp-section__header {
    margin-bottom: 48px;
    position: relative;
  }
  .dp-speakers-section .dp-section__title {
    max-width: 1080px;
  }
  .dp-speakers-item {
    color: #000000;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .dp-speakers-item__link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #000000;
    position: relative;
  }
  .dp-speakers-item__link:hover {
    text-decoration: none;
    color: #000000;
  }
  .dp-speakers-item__caption {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
  }
  .dp-speakers-item__img {
    background: #EDEDED;
    width: 220px;
    height: 220px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }
  .dp-speakers-item__img:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #EB5D40;
    opacity: 0.2;
  }
  .dp-speakers-item__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .dp-speakers-item__name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
  }
  .dp-speakers-item__category {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .dp-speakers-item__desc {
    margin-bottom: 0;
    margin-top: 12px;
  }
  .dp-speakers-item:hover .dp-blog-item__img img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (min-width: 1441px) {
  .dp-speakers-section {
    margin-bottom: 133px;
  }
}
.dp-features-section {
  margin-bottom: 40px;
}
.dp-features-section .dp-section__header {
  margin-bottom: 10px;
}
.dp-features-section .dp-section__title {
  max-width: 800px;
}
.dp-features-section .dp-section__desc {
  margin-top: 0;
  margin-bottom: 27px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.dp-features-section .dp-section__desc p, .dp-features-section .dp-section__desc ol, .dp-features-section .dp-section__desc ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
.dp-features-section .dp-section__desc p:first-child, .dp-features-section .dp-section__desc ol:first-child, .dp-features-section .dp-section__desc ul:first-child {
  margin-top: 0;
}
.dp-features-section .dp-section__desc p:last-child, .dp-features-section .dp-section__desc ol:last-child, .dp-features-section .dp-section__desc ul:last-child {
  margin-bottom: 0;
}
.dp-features-section.dp-gradient-bg:before {
  left: auto;
  right: 0;
  -webkit-transform: translate(20%, -11%);
      -ms-transform: translate(20%, -11%);
          transform: translate(20%, -11%);
}
.dp-features-section.dp-gradient-bg:after {
  left: 0;
  right: auto;
  -webkit-transform: translate(-23%, -27%);
      -ms-transform: translate(-23%, -27%);
          transform: translate(-23%, -27%);
}

.dp-features {
  margin-bottom: 39px;
}
.dp-features__item:not(:last-child) {
  margin-bottom: 20px;
}

.dp-feature {
  height: 100%;
  padding: 26px 30px 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  -webkit-overflow-scrolling: touch;
}
.dp-feature__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dp-feature__icon {
  width: 44px;
  height: auto;
  margin-top: 4px;
}
.dp-feature__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.dp-feature__title {
  font-weight: 500;
  font-size: 14px;
  width: calc(100% - 44px);
  padding-left: 40px;
  margin-top: 0;
  margin-bottom: 0;
}
.dp-feature__desc {
  margin-top: 15px;
  margin-bottom: 0;
}
.dp-feature__desc p, .dp-feature__desc ol, .dp-feature__desc ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
.dp-feature__desc p:first-child, .dp-feature__desc ol:first-child, .dp-feature__desc ul:first-child {
  margin-top: 0;
}
.dp-feature__desc p:last-child, .dp-feature__desc ol:last-child, .dp-feature__desc ul:last-child {
  margin-bottom: 0;
}

.dp-features-stat {
  display: none;
}

.dp-feature-stat {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.dp-feature-stat__title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
.dp-feature-stat__number {
  display: block;
  line-height: 0.94;
  font-size: 40px;
  color: #EB5D40;
  white-space: nowrap;
}
.dp-feature-stat__cat {
  display: block;
  margin-right: 2px;
  font-weight: 500;
}
.dp-feature-stat__desc {
  margin-top: 15px;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .dp-features-stat__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -30px;
  }
  .dp-features-stat__item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
  .dp-feature-stat {
    max-width: 340px;
  }
}
@media (min-width: 768px) {
  .dp-features-section {
    margin-bottom: 54px;
  }
  .dp-features-section .dp-section__header {
    margin-bottom: 20px;
  }
  .dp-features-section .dp-section__desc {
    margin-bottom: 20px;
  }
  .dp-feature {
    padding: 28px 30px;
    min-height: 100px;
  }
  .dp-feature__header {
    padding-left: 96px;
    position: relative;
  }
  .dp-feature__icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .dp-feature__title {
    padding-left: 0;
    max-width: 560px;
  }
  .dp-feature__desc {
    margin-top: 10px;
    margin-left: 96px;
    max-width: 560px;
  }
  .dp-features-stat {
    display: block;
  }
}
@media (min-width: 992px) {
  .dp-feature-stat__number {
    font-size: 44px;
  }
}
@media (min-width: 1201px) {
  .dp-features-section {
    margin-bottom: 80px;
  }
  .dp-features-section .dp-section__header {
    margin-bottom: 34px;
  }
  .dp-features-section .dp-section__title {
    max-width: 800px;
  }
  .dp-features-section .dp-section__desc {
    margin-top: 0;
    margin-bottom: 36px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
  }
  .dp-features-section .dp-section__desc p, .dp-features-section .dp-section__desc ol, .dp-features-section .dp-section__desc ul {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .dp-features-section .dp-section__desc p:first-child, .dp-features-section .dp-section__desc ol:first-child, .dp-features-section .dp-section__desc ul:first-child {
    margin-top: 0;
  }
  .dp-features-section .dp-section__desc p:last-child, .dp-features-section .dp-section__desc ol:last-child, .dp-features-section .dp-section__desc ul:last-child {
    margin-bottom: 0;
  }
  .dp-features-section.dp-gradient-bg:before {
    left: auto;
    right: 0;
    -webkit-transform: translate(20%, -11%);
        -ms-transform: translate(20%, -11%);
            transform: translate(20%, -11%);
  }
  .dp-features-section.dp-gradient-bg:after {
    left: 0;
    right: auto;
    -webkit-transform: translate(-23%, -27%);
        -ms-transform: translate(-23%, -27%);
            transform: translate(-23%, -27%);
  }
  .dp-features {
    margin-bottom: 50px;
  }
  .dp-features__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .dp-features__item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .dp-features__item:not(:last-child) {
    margin-bottom: 0;
  }
  .dp-feature {
    height: 100%;
    padding: 36px 34px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 30px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    -webkit-overflow-scrolling: touch;
  }
  .dp-feature__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
  }
  .dp-feature__icon {
    position: static;
    width: 50px;
    height: 60px;
    margin-top: 4px;
  }
  .dp-feature__icon img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .dp-feature__title {
    font-weight: 500;
    font-size: 15px;
    width: calc(100% - 50px);
    padding-left: 20px;
    max-width: none;
  }
  .dp-feature__desc {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    max-width: none;
  }
  .dp-feature__desc p, .dp-feature__desc ol, .dp-feature__desc ul {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .dp-feature__desc p:first-child, .dp-feature__desc ol:first-child, .dp-feature__desc ul:first-child {
    margin-top: 0;
  }
  .dp-feature__desc p:last-child, .dp-feature__desc ol:last-child, .dp-feature__desc ul:last-child {
    margin-bottom: 0;
  }
  .dp-features-stat__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
  .dp-features-stat__item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
  .dp-feature-stat {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
  }
  .dp-feature-stat__title {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
  }
  .dp-feature-stat__number {
    display: block;
    line-height: 0.94;
    font-size: 52px;
    color: #EB5D40;
  }
  .dp-feature-stat__cat {
    display: block;
    margin-right: 2px;
  }
  .dp-feature-stat__desc {
    margin-top: 12px;
    margin-bottom: 0;
  }
}
@media (min-width: 1441px) {
  .dp-features-section {
    margin-bottom: 113px;
  }
  .dp-features {
    margin-bottom: 58px;
  }
  .dp-features__list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .dp-features__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dp-features-stat__list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .dp-features-stat__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dp-feature {
    padding: 36px 40px;
  }
  .dp-feature__icon {
    width: 64px;
    height: 72px;
    margin-top: 4px;
  }
  .dp-feature__title {
    width: calc(100% - 64px);
  }
  .dp-feature__desc {
    margin-top: 27px;
  }
  .dp-feature-stat__number {
    font-size: 60px;
  }
}
.dp-subscribe-section {
  margin-bottom: 37px;
}

.dp-subscribe {
  background: -o-linear-gradient(11.62deg, #EB5D40 -38.64%, #5F22A6 93.98%);
  background: linear-gradient(78.38deg, #EB5D40 -38.64%, #5F22A6 93.98%);
  color: #FFFFFF;
  padding: 36px 30px 30px;
  border-radius: 20px;
}
.dp-subscribe .dp-section__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #FFFFFF;
}
.dp-subscribe .dp-section__desc {
  margin-top: 10px;
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

.dp-form-subscribe-section {
  margin-top: 17px;
  max-width: 577px;
}

@media (min-width: 576px) {
  .dp-subscribe .dp-section__title {
    font-size: 26px;
  }
  .dp-form-subscribe-section {
    margin-top: 4px;
  }
}
@media (min-width: 768px) {
  .dp-subscribe-section {
    margin-bottom: 58px;
  }
  .dp-subscribe {
    padding: 36px 36px 39px;
  }
  .dp-subscribe .dp-section__title {
    font-size: 34px;
    max-width: 430px;
  }
  .dp-subscribe .dp-section__desc {
    margin-top: 14px;
    max-width: 430px;
  }
  .dp-form-subscribe-section {
    max-width: 91%;
  }
}
@media (min-width: 1201px) {
  .dp-subscribe-section {
    margin-bottom: 80px;
  }
  .dp-subscribe {
    padding: 57px 60px 60px;
    border-radius: 30px;
  }
  .dp-subscribe .dp-section__title {
    font-size: 44px;
    max-width: 530px;
  }
  .dp-subscribe .dp-section__desc {
    font-size: 15px;
    line-height: 1.4;
    max-width: 530px;
  }
  .dp-form-subscribe-section {
    margin-top: 11px;
    max-width: 577px;
  }
}
@media (min-width: 1441px) {
  .dp-subscribe-section {
    margin-bottom: 96px;
  }
}
.dp-choose-specialty {
  background: #DACEE8;
  color: #000000;
  padding: 30px;
  border-radius: 20px;
}
.dp-choose-specialty .dp-section__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #000000;
  font-size: 20px;
  line-height: 1;
}
.dp-choose-specialty .dp-section__desc {
  margin-top: 10px;
  margin-bottom: 0;
  color: #000000;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}

.dp-form-choose-specialty {
  margin-top: 20px;
}
.dp-form-choose-specialty .dp-form__submit {
  padding: 0 30px;
}
.dp-form-choose-specialty .selectric {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

@media (min-width: 576px) {
  .dp-choose-specialty .dp-section__title {
    font-size: 23px;
  }
  .dp-choose-specialty .dp-section__desc {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .dp-choose-specialty {
    padding: 40px;
  }
  .dp-choose-specialty .dp-section__title {
    font-size: 25px;
    padding-right: 10px;
    max-width: 290px;
  }
  .dp-choose-specialty .dp-section__desc {
    font-size: 16px;
    padding-right: 10px;
    max-width: 290px;
  }
  .dp-form-choose-specialty {
    margin-top: 0;
    margin-left: auto;
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .dp-choose-specialty {
    padding: 48px;
  }
  .dp-choose-specialty .dp-section__title {
    font-size: 30px;
  }
  .dp-choose-specialty .dp-section__desc {
    font-size: 18px;
  }
}
@media (min-width: 1201px) {
  .dp-choose-specialty {
    border-radius: 30px;
  }
  .dp-choose-specialty .dp-section__title {
    font-size: 35px;
    max-width: 480px;
    padding-right: 0;
  }
  .dp-choose-specialty .dp-section__desc {
    font-size: 20px;
    max-width: 480px;
    padding-right: 0;
  }
}
@media (min-width: 1441px) {
  .dp-choose-specialty {
    padding: 60px;
  }
}
.dp-actual-slider {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-actual-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dp-actual-slider__item:not(.swiper-slide) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.dp-actual-item {
  border-radius: 20px;
  background: #FAFAFE;
  height: 380px;
  color: #FFFFFF;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-actual-item__link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
}
.dp-actual-item__link:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.dp-actual-item__caption {
  height: 100%;
  padding: 30px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dp-actual-item__img {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.dp-actual-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  will-change: transform;
}
.dp-actual-item__img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -o-linear-gradient(28deg, #000 -73.96%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(62deg, #000 -73.96%, rgba(0, 0, 0, 0) 100%);
}
.dp-actual-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: auto;
}
.dp-actual-item__tag {
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 19px;
  background-color: #FFFFFF;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #000000;
}
.dp-actual-item__category {
  background-color: #FFFFFF;
}
.dp-actual-item__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.dp-actual-item__date {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.dp-actual-item__actions {
  margin-top: 20px;
}
.dp-actual-item:hover .dp-blog-item__img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 576px) {
  .dp-actual-item {
    height: 330px;
  }
}
@media (min-width: 768px) {
  .dp-actual-item__title {
    font-size: 30px;
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .dp-actual-item__title {
    font-size: 26px;
  }
}
@media (min-width: 1201px) {
  .dp-actual-item {
    height: 385px;
  }
  .dp-actual-item__caption {
    padding: 40px;
  }
  .dp-actual-item__title {
    font-size: 32px;
    max-width: 660px;
  }
  .dp-actual-item__date {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (min-width: 1441px) {
  .dp-actual-item__title {
    font-size: 36px;
  }
}
.dp-stat {
  background-color: #5F22A6;
  border-radius: 20px;
  padding: 30px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.dp-stat__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.dp-stat__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.dp-stat__number {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 94%;
}
.dp-stat__desc {
  display: block;
}

@media (max-width: 479px) {
  .dp-stat__item {
    width: calc(44% - 10px);
  }
  .dp-stat__item:nth-child(2n) {
    width: calc(56% - 10px);
  }
}
@media (min-width: 480px) {
  .dp-stat {
    padding: 36px 40px;
  }
  .dp-stat__list {
    gap: 30px;
  }
  .dp-stat__item {
    width: calc(50% - 15px);
  }
}
@media (min-width: 576px) {
  .dp-stat__list {
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dp-stat__item {
    width: calc(25% - 15px);
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .dp-stat {
    padding: 40px 60px;
  }
  .dp-stat__number {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .dp-stat {
    height: 330px;
    padding: 40px 44px;
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-stat__list {
    gap: 40px 30px;
  }
  .dp-stat__item {
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media (min-width: 1201px) {
  .dp-stat {
    height: 385px;
    padding: 60px;
  }
  .dp-stat__number {
    font-size: 65px;
  }
}
.dp-404-section {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.dp-404 {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.dp-404__img {
  width: 100%;
  max-width: 278px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.dp-404__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.dp-404__img span {
  display: block;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 30px;
}
.dp-404 .dp-section__desc {
  margin-top: 10px;
}
.dp-404 .dp-section__actions {
  margin-top: 30px;
  width: 100%;
  max-width: 192px;
  margin-left: auto;
  margin-right: auto;
}
.dp-404 .dp-section__actions .dp-btn {
  margin-top: 20px;
}
.dp-404 .dp-section__actions .dp-btn:first-child {
  margin-top: 0;
}

@media (min-width: 576px) {
  .dp-404-section {
    padding-bottom: 60px;
  }
  .dp-404 {
    max-width: 464px;
  }
  .dp-404__img {
    max-width: 320px;
  }
  .dp-404 .dp-section__actions {
    width: auto;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }
  .dp-404 .dp-section__actions .dp-btn {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .dp-404-section {
    padding-top: 48px;
    padding-bottom: 60px;
  }
  .dp-404__img {
    max-width: 380px;
    margin-bottom: 20px;
  }
  .dp-404__img span {
    margin-top: 38px;
  }
  .dp-404 .dp-section__desc {
    margin-top: 20px;
  }
}
@media (min-width: 1201px) {
  .dp-404-section {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .dp-404 {
    max-width: 500px;
  }
  .dp-404__img {
    max-width: 460px;
  }
  .dp-404__img span {
    margin-top: 40px;
  }
}
@media (min-width: 1441px) {
  .dp-404-section {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .dp-404__img {
    max-width: 500px;
  }
}
.dp-components {
  padding: 60px 0;
}

.dp-reg-adv-section {
  position: relative;
  padding: 30px 20px;
  border-radius: 20px;
  background-color: #F6F2FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
.dp-reg-adv-section .dp-section__title {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.dp-reg-adv-section .dp-section__footer {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dp-reg-adv-section .dp-section__footer .dp-btn {
  width: 100%;
}

.dp-reg-adv-slider {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.dp-reg-adv-slider__slide {
  min-width: 100%;
  width: auto;
}
.dp-reg-adv-slider__navigation {
  position: absolute;
  top: 40px;
  left: 20px;
  right: 20px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dp-reg-adv-slider__scrollbar.swiper-scrollbar {
  position: absolute;
  z-index: 0;
  width: auto;
  top: 19px;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 10px;
  background-color: #DACEE8;
}
.dp-reg-adv-slider__scrollbar .swiper-scrollbar-drag {
  border-radius: 10px;
  background-color: #EB5D40;
}
.dp-reg-adv-slider .dp-slider-arrow {
  z-index: 2;
}
.dp-reg-adv-slider .dp-slider-arrow_next {
  margin-left: auto;
}
.dp-reg-adv-slider .dp-slider-arrow.swiper-button-disabled {
  opacity: 0;
}

.dp-reg-adv-table {
  font-size: 15px;
  line-height: 1.3;
  border-collapse: collapse;
  border: 0;
  min-width: 600px;
  width: 100%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.dp-reg-adv-table__row {
  border-bottom: 1px solid #DACEE8;
  display: grid;
  grid-template-columns: 1fr 162px 162px;
  gap: 20px;
  border-bottom: 1px solid #BAB7C0;
  padding-bottom: 15px;
}
.dp-reg-adv-table__row:first-child {
  border-bottom: none;
  padding-bottom: 83px;
}
.dp-reg-adv-table__row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.dp-reg-adv-table__title {
  display: block;
  text-align: center;
  font-weight: 500;
}
.dp-reg-adv-table__title:first-child {
  min-width: 240px;
  max-width: 600px;
}
.dp-reg-adv-table__feature {
  display: block;
  min-width: 240px;
  max-width: 600px;
}
.dp-reg-adv-table__access {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  white-space: nowrap;
  text-align: left;
}
.dp-reg-adv-table__access:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.dp-reg-adv-table__access:after {
  display: block;
  line-height: 1.1;
  min-width: 110px;
}
.dp-reg-adv-table__access_part:before {
  background-image: url(../img/icons/access-part.svg);
}
.dp-reg-adv-table__access_part:after {
  content: "частично";
}
.dp-reg-adv-table__access_full:before {
  background-image: url(../img/icons/access-full.svg);
}
.dp-reg-adv-table__access_full:after {
  content: "полный доступ";
}
.dp-reg-adv-table__access_denied:before {
  background-image: url(../img/icons/access-denied-2.svg);
}
.dp-reg-adv-table__access_denied:after {
  content: "отсутствует";
}

@media (min-width: 480px) {
  .dp-reg-adv-section .dp-section__footer .dp-btn {
    width: 210px;
  }
}
@media (min-width: 680px) {
  .dp-reg-adv-slider__slide {
    width: 100%;
  }
  .dp-reg-adv-slider__navigation {
    display: none;
  }
  .dp-reg-adv-table {
    max-width: none;
  }
  .dp-reg-adv-table__row:first-child {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .dp-reg-adv-section {
    padding: 40px 30px;
    gap: 40px;
    margin-top: 60px;
  }
  .dp-reg-adv-section .dp-section__title {
    max-width: 720px;
  }
  .dp-reg-adv-section .dp-section__footer .dp-btn {
    width: 210px;
  }
  .dp-reg-adv-slider {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .dp-reg-adv-table {
    font-size: 16px;
    gap: 20px;
    width: 100%;
  }
  .dp-reg-adv-table__row {
    gap: 30px;
    padding-bottom: 20px;
  }
  .dp-reg-adv-table__row:first-child {
    padding-bottom: 20px;
  }
  .dp-reg-adv-table__title:first-child {
    padding-right: 10px;
  }
  .dp-reg-adv-table__feature {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .dp-reg-adv-section {
    padding: 60px;
  }
  .dp-reg-adv-table__feature {
    padding-right: 0;
  }
  .dp-reg-adv-table__title:first-child {
    padding-right: 0;
  }
}
@media (min-width: 1201px) {
  .dp-reg-adv-section {
    padding: 70px 80px;
    border-radius: 30px;
    gap: 50px;
    margin-top: 80px;
  }
  .dp-reg-adv-section .dp-section__title {
    max-width: 920px;
  }
  .dp-reg-adv-section .dp-section__footer .dp-btn {
    width: 240px;
  }
  .dp-reg-adv-table {
    font-size: 18px;
  }
  .dp-reg-adv-table__row {
    grid-template-columns: 1fr 203px 203px;
  }
  .dp-reg-adv-table__access {
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-reg-adv-table__access:after {
    min-width: 116px;
  }
}
@media (min-width: 1441px) {
  .dp-reg-adv-section {
    padding: 100px 120px;
    gap: 60px;
    margin-top: 100px;
  }
  .dp-reg-adv-table {
    font-size: 20px;
  }
}
.points-slider {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.points-slider__wrap {
  width: 100%;
  max-width: 1070px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 40px;
  background-color: var(--color-v7);
  border-radius: 30px;
}
.points-slider__wrap .swiper-pagination-v1 {
  display: none;
}
.points-slider__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.points-slider__top .title {
  max-width: 577px;
  margin-right: auto;
}
.points-slider__top .title span {
  color: var(--color-v1);
}
.points-slider__top [data-swiper-prev=points-v1],
.points-slider__top [data-swiper-next=points-v1],
.points-slider__top [data-swiper-prev=points-v2],
.points-slider__top [data-swiper-next=points-v2] {
  display: none;
}
.points-slider__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.points-slider__item-top .dp-item-tag-points {
  margin-left: auto;
}
.points-slider__item-label {
  background-color: #FFF;
  height: 38px;
  border-radius: 20px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}
.points-slider .dp-item-tag-status {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.points-slider__item-title {
  color: var(--color-v1);
  font-size: 20px;
  font-weight: 700;
  margin-top: auto;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.points-slider__list:not(.swiper-wrapper) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.points-slider__item {
  height: auto;
  background-color: var(--color-v2);
  border-radius: 30px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.points-slider__item:hover .points-slider__item-title {
  color: var(--color-v3);
}
.points-slider__item.passed {
  background-color: rgba(246, 242, 251, 0.6);
}
.points-slider__item.passed .points-slider__item-label,
.points-slider__item.passed .dp-item-tag-points {
  opacity: 0.6;
}
.points-slider__item.passed .points-slider__item-title {
  color: var(--color-v4);
}
.points-slider__item:not(.swiper-slide) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.points-slider__link {
  color: var(--color-v1) !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1200px) {
  .points-slider__wrap {
    padding: 40px;
    gap: 30px;
  }
  .points-slider__item {
    padding: 20px;
  }
  .points-slider__item .dp-item-tag-status,
  .points-slider__item .dp-item-tag-points {
    height: 38px;
    line-height: 1;
    padding: 0 10px;
    border-radius: 19px;
  }
  .points-slider__item .dp-item-tag-status .icon,
  .points-slider__item .dp-item-tag-points .icon {
    width: 20px;
    height: 20px;
  }
  .points-slider__item .dp-item-tag-points {
    font-size: 15px;
    gap: 10px;
  }
  .points-slider__item .dp-item-tag-status {
    font-size: 13px;
  }
  .points-slider__item-title {
    font-size: 16px;
  }
  .points-slider__top [data-swiper-prev=points-v2],
  .points-slider__top [data-swiper-next=points-v2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .points-slider__wrap {
    padding: 30px;
  }
  .points-slider__wrap .swiper-pagination-v1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .points-slider__wrap .swiper-prev-v1,
  .points-slider__wrap .swiper-next-v1 {
    display: none;
  }
  .points-slider__list:not(.swiper-wrapper) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.points-grade {
  width: 100%;
  max-width: 100%;
  background-color: var(--color-v2);
  padding: 50px 40px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  position: relative;
}
.points-grade__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.points-grade__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--color-v5);
  font-weight: 500;
}
.points-grade .btn {
  margin-top: auto;
  width: 100%;
}
.points-grade .btn:hover {
  color: #fff;
}
.points-grade.success {
  gap: 20px;
}
.points-grade.success svg {
  margin-top: auto;
}
.points-grade.v1 .points-grade__top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.points-grade.v1 .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.points-grade.v1.success {
  padding-right: 80px;
}
.points-grade.v1.success svg {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 35px;
  height: 35px;
}

@media (max-width: 1600px) {
  .points-grade__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .points-grade .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .points-grade.success {
    padding-right: 80px;
  }
  .points-grade.success svg {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1200px) {
  .points-grade {
    padding: 40px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .points-grade {
    padding: 30px;
    gap: 30px;
  }
  .points-grade__top {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .points-grade .btn {
    width: 100%;
  }
  .points-grade.success {
    padding-right: 60px;
  }
  .points-grade.success svg {
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
  }
  .points-grade.v1 {
    padding: 30px;
    gap: 30px;
  }
  .points-grade.v1 .points-grade__top {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .points-grade.v1 .btn {
    width: 100%;
  }
  .points-grade.v1.success {
    padding-right: 60px;
  }
  .points-grade.v1.success svg {
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
  }
}
.dp-lesson-stady-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
  padding: 30px 20px 0;
  background: #F6F2FB;
  border-radius: 20px;
  margin-bottom: 60px;
  margin-top: 60px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-lesson-stady-confirm__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 187px;
  width: 100%;
  max-width: 266px;
  margin-left: auto;
  margin-right: auto;
}
.dp-lesson-stady-confirm__img img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: auto;
  margin-bottom: -20px;
}
.dp-lesson-stady-confirm__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 14px;
  line-height: 1.3;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.dp-lesson-stady-confirm__desc {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
}
.dp-lesson-stady-confirm__btn-desc {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dp-lesson-stady-confirm__btn-points {
  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;
  gap: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
.dp-lesson-stady-confirm__btn-points .icon {
  display: block;
  width: 20px;
  height: 20px;
  fill: #FFFFFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.dp-lesson-stady-confirm__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 15px;
  padding: 15px 30px;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  background-color: #EB5D40;
  color: #FFFFFF;
  border: 0 none transparent;
  border-radius: 50px;
  cursor: pointer;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none !important;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  will-change: background-color, color, border-color;
}
.dp-lesson-stady-confirm__btn .icon-btn-arrow-right {
  content: "";
  display: block;
  width: 9px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #FFFFFF;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.dp-lesson-stady-confirm__btn .icon-btn-arrow-right + .dp-lesson-stady-confirm__btn-desc {
  text-align: left;
}
.dp-lesson-stady-confirm__btn:focus, .dp-lesson-stady-confirm__btn:hover {
  background-color: #FF9680;
}
.dp-lesson-stady-confirm__btn:focus .icon-btn-arrow-right, .dp-lesson-stady-confirm__btn:hover .icon-btn-arrow-right {
  -webkit-animation: btnArrowAnim linear 0.4s;
          animation: btnArrowAnim linear 0.4s;
}
.dp-lesson-stady-confirm__btn:active {
  background-color: #CC3010;
}

.bx-touch .dp-lesson-stady-confirm__btn:focus .icon-btn-arrow-right, .bx-touch .dp-lesson-stady-confirm__btn:hover .icon-btn-arrow-right {
  -webkit-animation: none;
          animation: none;
}
.bx-touch .dp-lesson-stady-confirm__btn:active .icon-btn-arrow-right {
  -webkit-animation: btnArrowAnim linear 0.4s;
          animation: btnArrowAnim linear 0.4s;
}

.dp-lesson-completed {
  margin-top: 30px;
}

.dp-page__body .dp-lesson-completed {
  margin: 60px 0;
}

@media (min-width: 480px) {
  .dp-lesson-stady-confirm__caption {
    gap: 16px;
  }
  .dp-lesson-stady-confirm__btn-points {
    width: auto;
  }
  .dp-lesson-stady-confirm__btn-points + .dp-lesson-stady-confirm__btn-desc {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (min-width: 576px) {
  .dp-lesson-stady-confirm {
    padding: 40px 40px 0;
  }
}
@media (min-width: 768px) {
  .dp-lesson-stady-confirm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    padding: 0 20px;
    min-height: 187px;
    margin-top: 80px;
    margin-bottom: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dp-lesson-stady-confirm__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding-top: 10px;
    max-width: 220px;
  }
  .dp-lesson-stady-confirm__img img {
    width: auto;
    height: 100%;
    margin-bottom: 0;
  }
  .dp-lesson-stady-confirm__caption {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 20px;
    padding: 40px 0;
    max-width: 460px;
    margin-left: 0;
    margin-right: 0;
  }
  .dp-lesson-stady-confirm__btn {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    font-size: 16px;
  }
  .dp-page__body .dp-lesson-completed {
    margin: 80px 0;
  }
}
@media (min-width: 992px) {
  .dp-lesson-stady-confirm__img {
    max-width: 280px;
  }
}
@media (min-width: 1201px) {
  .dp-lesson-stady-confirm {
    gap: 60px;
    padding: 0 48px;
    border-radius: 30px;
  }
  .dp-lesson-stady-confirm__img {
    max-width: 320px;
  }
  .dp-lesson-stady-confirm__caption {
    gap: 30px;
    font-size: 15px;
    line-height: 1.4;
    max-width: 560px;
  }
  .dp-lesson-stady-confirm__btn {
    font-size: 18px;
  }
}
@media (min-width: 1441px) {
  .dp-lesson-stady-confirm {
    gap: 60px;
    padding: 0 60px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .dp-lesson-stady-confirm__img {
    max-width: 336px;
  }
  .dp-lesson-stady-confirm__btn {
    font-size: 20px;
  }
  .dp-page__body .dp-lesson-completed {
    margin: 100px 0;
  }
}
.dp-course-lessons-section {
  margin: 40px 0;
  background: #F6F2FB;
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #000000;
}
.dp-course-lessons-section__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin: 0 !important;
}
.dp-course-lessons-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.dp-course-lessons {
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.dp-course-lessons:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.dp-course-lessons__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.dp-course-lessons__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.dp-course-lessons__module .dp-course-lessons__meta-tag {
  display: block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  font-size: 10px;
  color: #000000;
  font-weight: 400;
  background-color: #F6F2FB;
  text-align: center;
  margin-right: 4px;
  text-transform: uppercase;
  border-radius: 12px;
  white-space: nowrap;
}
.dp-course-lessons__module .dp-course-lessons__meta-desc {
  font-weight: 500;
}
.dp-course-lessons__time .dp-course-lessons__meta-tag {
  display: block;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 14px;
  color: #5F22A6;
  font-weight: 400;
  background-color: #F6F2FB;
  text-align: center;
  border-radius: 14px;
  white-space: nowrap;
}
.dp-course-lessons__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.dp-course-lessons__block-title {
  font-weight: 700;
  margin: 0 !important;
  font-size: 16px;
  line-height: 1.3;
}
.dp-course-lessons__list {
  margin: 0 !important;
  gap: 6px !important;
}

@media (min-width: 768px) {
  .dp-course-lessons-section {
    border-radius: 30px;
    padding: 30px;
    gap: 30px;
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-course-lessons-section__title {
    font-size: 34px;
  }
  .dp-course-lessons {
    border-radius: 30px;
    padding: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .dp-course-lessons__meta {
    gap: 10px;
    width: 200px;
  }
  .dp-course-lessons__meta-item {
    gap: 6px;
  }
  .dp-course-lessons__module .dp-course-lessons__meta-tag {
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    border-radius: 14px;
  }
  .dp-course-lessons__block {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    gap: 15px;
  }
}
@media (min-width: 1201px) {
  .dp-course-lessons-section {
    margin: 80px 0;
    padding: 60px;
    gap: 40px;
  }
  .dp-course-lessons-section__title {
    font-size: 44px;
  }
  .dp-course-lessons {
    border-radius: 30px;
    padding: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  .dp-course-lessons__meta {
    gap: 10px;
    width: 320px;
  }
  .dp-course-lessons__meta-item {
    gap: 10px;
  }
  .dp-course-lessons__module .dp-course-lessons__meta-tag {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    border-radius: 19px;
    min-width: 170px;
    padding: 0 20px;
    margin-right: 0;
  }
  .dp-course-lessons__time .dp-course-lessons__meta-tag {
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    border-radius: 19px;
    min-width: 170px;
    padding: 0 20px;
  }
  .dp-course-lessons__block {
    gap: 20px;
  }
  .dp-course-lessons__block-title {
    font-size: 20px;
  }
}
@media (min-width: 1441px) {
  .dp-course-lessons-section {
    margin: 100px 0;
  }
}
.dp-lessons-popup {
  display: none;
  height: 100%;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #F2F2F2;
  border-radius: 20px;
  padding: 64px 20px 20px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #000000;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.dp-lessons-popup__close {
  display: block;
  width: 40px;
  height: 40px;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  position: absolute;
  top: 13px;
  right: 13px;
}
.dp-lessons-popup__close .icon {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  fill: #000000;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.dp-lessons-popup__close:hover .icon {
  fill: #999999;
}
.dp-lessons-popup__container {
  height: 100%;
  overflow: auto;
  padding-right: 20px;
  margin-right: -20px;
  -webkit-overflow-scrolling: touch;
}
.dp-lessons-popup__container::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
  border-radius: 3px;
}
.dp-lessons-popup__container::-webkit-scrollbar-thumb {
  background-color: #E1DFE5;
  border-radius: 3px;
}
.dp-lessons-popup__container::-webkit-scrollbar-track {
  -webkit-box-shadow: rgba(9, 187, 187, 0.2);
  background-color: #fff;
  border-radius: 3px;
}
.dp-lessons-popup__title {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  margin: 0 !important;
}
.dp-lessons-popup__header {
  margin-bottom: 20px;
}
.dp-lessons-popup__subtitle {
  margin-top: 10px !important;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 0 !important;
}
.dp-lessons-popup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.dp-lessons-popup .fancybox-button {
  display: none !important;
}

.dp-lessons-popup-block {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.dp-lessons-popup-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.dp-lessons-popup-block__module {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  background-color: #F6F2FB;
  text-align: center;
  text-transform: uppercase;
  border-radius: 15px;
  white-space: nowrap;
}
.dp-lessons-popup-block__title {
  font-weight: 500;
  margin: 0 auto 0 0;
}
.dp-lessons-popup-block .dp-item-tag-status {
  background-color: #F6F2FB;
}
.dp-lessons-popup-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.dp-lessons-popup-block__item-count {
  font-weight: 500;
  margin-right: 10px;
  width: 16px;
  text-align: right;
  margin-left: -8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.dp-lessons-popup-block__item-count span {
  margin-right: auto;
}
.dp-lessons-popup-block__item-count:hover {
  text-decoration: none;
  color: #000000;
}
.dp-lessons-popup-block__item-title {
  margin-right: auto;
}
.dp-lessons-popup-block__item {
  background-color: #F6F2FB;
  border-radius: 20px;
  padding: 15px 20px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  text-decoration: none;
  color: #000000;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  will-change: background-color;
}
.dp-lessons-popup-block__item:hover {
  color: #000000;
  background-color: #ebe2f6;
}
.dp-lessons-popup-block__item.test {
  padding-bottom: 53px;
  position: relative;
}
.dp-lessons-popup-block__item.test .dp-lessons-popup-block__item-title {
  font-weight: 500;
}
.dp-lessons-popup-block__item.test .dp-item-tag-points {
  position: absolute;
  left: 20px;
  bottom: 15px;
}
.dp-lessons-popup-block__item.passed:after {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-image: url(../img/icons/tag-completed.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}
.dp-lessons-popup-block__item.disable {
  cursor: default;
}
.dp-lessons-popup-block__item.disable:after {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-image: url(../img/icons/tag-lock.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}
.dp-lessons-popup-block__item.disable .dp-lessons-popup-block__item-count,
.dp-lessons-popup-block__item.disable .dp-lessons-popup-block__item-title {
  color: #BAB7C0;
}
.dp-lessons-popup-block__item.disable:hover {
  background-color: #F6F2FB;
}

@media (min-width: 768px) {
  .dp-lessons-popup {
    padding: 52px 20px;
    border-radius: 30px;
  }
  .dp-lessons-popup__header {
    margin-bottom: 30px;
  }
  .dp-lessons-popup__title {
    font-size: 34px;
  }
  .dp-lessons-popup__subtitle {
    margin-top: 20px !important;
  }
  .dp-lessons-popup-block {
    padding: 30px;
    border-radius: 30px;
  }
  .dp-lessons-popup-block__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dp-lessons-popup-block__item-count {
    margin-right: 15px;
  }
  .dp-lessons-popup-block__item {
    border-radius: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dp-lessons-popup-block__item.test {
    padding-bottom: 15px;
  }
  .dp-lessons-popup-block__item.test .dp-item-tag-points {
    position: static;
    left: auto;
    bottom: auto;
    margin-left: 30px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .dp-lessons-popup-block__item.passed:after, .dp-lessons-popup-block__item.disable:after {
    margin-left: 30px;
  }
}
@media (min-width: 1201px) {
  .dp-lessons-popup {
    padding: 60px 50px 50px 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .dp-lessons-popup__header {
    margin-bottom: 40px;
  }
  .dp-lessons-popup__title {
    font-size: 44px;
  }
  .dp-lessons-popup__subtitle {
    font-size: 20px;
  }
  .dp-lessons-popup-block__module {
    font-size: 15px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
  }
  .dp-lessons-popup-block__item-count {
    margin-right: 20px;
  }
  .dp-lessons-popup-block__item.passed:after, .dp-lessons-popup-block__item.disable:after {
    margin-left: 40px;
  }
  .dp-lessons-popup-block__item.test .dp-item-tag-points {
    margin-left: 40px;
  }
}
.dp-course-progress-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: 30px;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #000000;
  -webkit-box-shadow: 0 4px 15px 0 rgb(246, 242, 251);
          box-shadow: 0 4px 15px 0 rgb(246, 242, 251);
}
.dp-course-progress-block__title {
  font-weight: 500;
  margin: 0;
}

.dp-course-progress__title {
  margin-bottom: 10px;
}
.dp-course-progress__module {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  background-color: #F6F2FB;
  text-transform: uppercase;
  padding: 0 10px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  margin-bottom: 15px;
  font-size: 10px;
  color: #000000;
  font-weight: 400;
  white-space: nowrap;
}
.dp-course-progress__list-wrapper {
  overflow: hidden;
  padding: 0 20px;
  margin-left: -20px;
  margin-right: -20px;
  -webkit-overflow-scrolling: touch;
}
.dp-course-progress__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dp-course-progress__item {
  display: block;
  width: 40px;
  height: 36px;
  line-height: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid #FFFFFF;
  background-color: #F6F2FB;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: background-color 0.24s;
  -o-transition: background-color 0.24s;
  transition: background-color 0.24s;
  will-change: background-color;
}
.dp-course-progress__item:not(:last-child) {
  border-right: 0;
}
.dp-course-progress__item:first-child {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.dp-course-progress__item:last-child {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
.dp-course-progress__item:hover {
  color: #000000;
  text-decoration: none;
  background-color: #ebe2f6;
}
.dp-course-progress__item_completed {
  background-color: #C2EB20;
}
.dp-course-progress__item_completed:hover {
  background-color: #b5de14;
}
.dp-course-progress__item_active {
  background-color: #FFD448;
}
.dp-course-progress__item_active:hover {
  background-color: #ffce2f;
}
.dp-course-progress span.dp-course-progress__item {
  background-color: #F6F2FB !important;
}

@media (min-width: 576px) {
  .dp-course-progress-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 1.3;
  }
  .dp-course-progress-block__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    line-height: 1.4;
  }
  .dp-course-progress-block__btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .dp-course-progress {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dp-course-progress__title {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .dp-course-progress__module {
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    font-size: 13px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .dp-course-progress__list-wrapper {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .dp-course-progress-block {
    padding: 20px 30px;
  }
}
@media (min-width: 1201px) {
  .dp-course-progress-block {
    font-size: 15px;
    line-height: 1.4;
    border-radius: 30px;
  }
  .dp-course-progress-block__title {
    font-size: 15px;
  }
  .dp-course-progress__title {
    margin-right: 20px;
  }
  .dp-course-progress__module {
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    margin-right: 40px;
  }
}
@media (min-width: 1201px) {
  .dp-course-progress-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dp-course-progress-block__title {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .dp-course-progress-block__btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .dp-course-progress {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.dp-courses-studied-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.dp-page-home .dp-courses-studied-section {
  margin-top: 0;
}

.dp-courses-studied {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #000000;
  -webkit-box-shadow: 0 4px 15px 0 rgb(246, 242, 251);
          box-shadow: 0 4px 15px 0 rgb(246, 242, 251);
}
.dp-courses-studied__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: relative;
}
.dp-courses-studied__title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}
.dp-courses-studied__count {
  display: block;
  color: #999999;
  margin: 0;
}

.dp-courses-studied-slider {
  width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-courses-studied-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dp-courses-studied-slider__item:not(.swiper-slide) {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.dp-courses-studied-slider__item .dp-courses-studied-item {
  height: 100%;
}
.dp-courses-studied-slider .swiper-slide {
  height: auto;
}
.dp-courses-studied-slider .dp-slider-pagination {
  margin-top: 15px;
}

.dp-courses-studied-item {
  background-color: #F6F2FB;
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.dp-courses-studied-item__img {
  position: relative;
  padding-bottom: 58.8%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-courses-studied-item__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dp-courses-studied-item__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  position: relative;
  padding-right: 40px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dp-courses-studied-item__remove {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
  padding: 0;
  outline: 0;
  cursor: pointer;
  margin-top: -7px;
  margin-right: -7px;
}
.dp-courses-studied-item__remove .icon {
  display: block;
  width: 18px;
  height: 18px;
  fill: #DACEE8;
  -webkit-transition: fill 0.24s;
  -o-transition: fill 0.24s;
  transition: fill 0.24s;
}
.dp-courses-studied-item__remove:hover .icon {
  fill: #5F22A6;
}
.dp-courses-studied-item__title {
  color: #111827;
  font-weight: 500;
  margin: 0;
}
.dp-courses-studied-item__btn {
  display: block;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  color: #5F22A6;
  text-align: center;
  outline: 0;
  cursor: pointer;
  border: 0;
  border-radius: 19px;
  margin-top: auto;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  will-change: background-color;
}
.dp-courses-studied-item__btn:hover {
  color: #5F22A6;
  background-color: #DACEE8;
}

@media (min-width: 576px) {
  .dp-page-home .dp-courses-studied-section {
    margin-top: 15px;
  }
  .dp-courses-studied-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .dp-courses-studied-item__img {
    padding-bottom: 22%;
    width: 36%;
  }
}
@media (min-width: 768px) {
  .dp-courses-studied-section {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .dp-page-home .dp-courses-studied-section {
    margin-top: 0;
  }
  .dp-courses-studied {
    width: 100%;
    padding: 30px;
    border-radius: 30px;
  }
  .dp-courses-studied__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .dp-courses-studied-item {
    padding: 20px 30px 20px 20px;
  }
  .dp-courses-studied-item__caption {
    gap: 20px;
  }
  .dp-courses-studied-slider .dp-slider-pagination {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .dp-courses-studied-item {
    padding: 20px 13px 20px 20px;
  }
}
@media (min-width: 1201px) {
  .dp-courses-studied {
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-courses-studied__title {
    font-size: 18px;
  }
  .dp-courses-studied-slider__list:not(.swiper-wrapper) {
    gap: 20px;
  }
  .dp-courses-studied-slider__item:not(.swiper-slide) {
    width: calc(50% - 10px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .dp-courses-studied-item {
    padding: 20px 30px 20px 20px;
  }
}
@media (min-width: 1441px) {
  .dp-page-home .dp-courses-studied-section {
    margin-bottom: 80px;
  }
  .dp-courses-studied {
    padding: 40px;
  }
  .dp-courses-studied__title {
    font-size: 20px;
  }
  .dp-courses-studied-item__btn {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 22px;
  }
}
.dp-btn__points {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  height: auto !important;
  line-height: inherit !important;
}
.dp-btn__points .icon {
  display: block;
  width: 20px;
  height: 20px;
  fill: #FFFFFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.dp-test-results-top {
  margin-top: -10px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}
.dp-test-results-top__type {
  font-weight: 500;
}

.dp-test-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
  background-color: #FFFFFF;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #000000;
  -webkit-box-shadow: 0 4px 15px 0 rgb(246, 242, 251);
          box-shadow: 0 4px 15px 0 rgb(246, 242, 251);
}
.dp-test-results__caption {
  padding: 30px 20px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dp-test-results__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.dp-test-results__desc {
  margin-top: 20px;
  margin-bottom: 0;
}
.dp-test-results__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}
.dp-test-results__btn {
  margin-top: 30px;
  gap: 10px;
  padding: 0 25px;
}
.dp-test-results__img {
  display: block;
  max-width: 335px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.dp-test-results__img img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 420px) {
  .dp-test-results__img {
    max-width: 90%;
  }
}
@media (min-width: 576px) {
  .dp-test-results__caption {
    padding: 30px;
  }
  .dp-test-results__img {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .dp-test-results-top {
    margin-bottom: 40px;
  }
  .dp-test-results {
    margin-bottom: 80px;
  }
  .dp-test-results__caption {
    padding: 60px 40px 40px;
  }
  .dp-test-results__img {
    width: 94%;
    max-width: 720px;
  }
  .dp-test-results__title {
    font-size: 34px;
  }
  .dp-test-results__btn {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .dp-test-results {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 370px;
  }
  .dp-test-results__caption {
    width: 50%;
    padding: 32px 0 32px 32px;
  }
  .dp-test-results__img {
    width: 56%;
    margin-left: -6%;
    margin-top: auto;
  }
  .dp-test-results__title {
    font-size: 32px;
  }
  .dp-test-results__points {
    margin-bottom: 40px;
    margin-top: 30px;
  }
  .dp-test-results__btn {
    margin-top: auto;
  }
}
@media (min-width: 1201px) {
  .dp-test-results {
    font-size: 15px;
    line-height: 1.4;
    border-radius: 30px;
  }
  .dp-test-results__caption {
    padding: 40px 0 40px 40px;
  }
  .dp-test-results__title {
    font-size: 40px;
  }
}
@media (min-width: 1441px) {
  .dp-test-results-top {
    margin-bottom: 60px;
  }
  .dp-test-results {
    margin-top: 30px;
    margin-bottom: 100px;
  }
  .dp-test-results__caption {
    padding: 60px 0 60px 60px;
  }
  .dp-test-results__title {
    font-size: 44px;
  }
  .dp-test-results__title br {
    display: none;
  }
  .dp-test-results__points {
    margin-top: 40px;
  }
  .dp-test-results__img {
    width: 50%;
    margin-left: 0;
    max-width: none;
  }
}
@-webkit-keyframes obBgSlideShowAnim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes obBgSlideShowAnim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes obMobileDialogPadAnim {
  0% {
    padding-top: 455px;
  }
  50% {
    padding-top: 455px;
  }
  51% {
    padding-top: 429px;
  }
  100% {
    padding-top: 429px;
  }
}
@keyframes obMobileDialogPadAnim {
  0% {
    padding-top: 455px;
  }
  50% {
    padding-top: 455px;
  }
  51% {
    padding-top: 429px;
  }
  100% {
    padding-top: 429px;
  }
}
@-webkit-keyframes obTabletDialogPadAnim {
  0% {
    padding-top: 474px;
  }
  50% {
    padding-top: 474px;
  }
  51% {
    padding-top: 455px;
  }
  100% {
    padding-top: 455px;
  }
}
@keyframes obTabletDialogPadAnim {
  0% {
    padding-top: 474px;
  }
  50% {
    padding-top: 474px;
  }
  51% {
    padding-top: 455px;
  }
  100% {
    padding-top: 455px;
  }
}
.dp-onboarding-achievements {
  font-size: 14px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
  margin: 0;
  list-style: none;
  padding: 0;
}
.dp-onboarding-achievements__title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #5F22A6;
  white-space: nowrap;
}
.dp-onboarding-achievements__desc {
  display: block;
}

.dp-onboarding {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.dp-onboarding__slider {
  position: relative;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.dp-onboarding__slider .swiper-wrapper {
  min-height: 100vh;
}

.dp-onboarding-item {
  background: #ffffff;
  height: auto;
  min-height: 100vh;
  position: relative;
}
.dp-onboarding-item:before {
  content: normal;
  display: block;
  position: absolute;
  width: 1749px;
  height: 1385px;
  left: 50%;
  top: 0;
  z-index: 0;
  -webkit-transform: translate(-47%, 0);
      -ms-transform: translate(-47%, 0);
          transform: translate(-47%, 0);
  background: no-repeat center center/contain;
  background-image: url(../img/design/gradient-bg.svg);
}
.dp-onboarding-item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
}
.dp-onboarding-item__container {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 100vh;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.dp-onboarding-item__bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-onboarding-item__bg img {
  display: block;
  width: 100%;
  height: auto;
}
.dp-onboarding-item__dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #F6F2FB;
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dp-onboarding-item__dialog:after {
  content: "";
  display: block;
  width: 26px;
  height: 19px;
  position: absolute;
  z-index: 0;
  top: -14px;
  left: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='34' height='26' viewBox='0 0 34 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.1567 1.68C18.4767 -0.56 15.1139 -0.56 13.4339 1.68L0.845113 18.4856C-1.22689 21.2548 0.747113 25.2056 4.20511 25.2056H29.3911C32.8519 25.2056 34.8259 21.252 32.7511 18.4856L20.1567 1.68Z' fill='%23F6F2FB'/%3E%3C/svg%3E") no-repeat center center/contain;
}
.dp-onboarding-item__title {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  grid-area: tit;
  position: relative;
  margin: 0;
}
.dp-onboarding-item__title .points-i-count {
  display: inline-block;
  position: relative;
  padding-left: 42px;
}
.dp-onboarding-item__title .points-i-count img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  min-width: 40px;
  height: 40px;
}
.dp-onboarding-item__desc {
  font-size: 15px;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 0;
}
.dp-onboarding-item__desc p:not([class]), .dp-onboarding-item__desc ol:not([class]), .dp-onboarding-item__desc ul:not([class]) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.dp-onboarding-item__desc p:not([class]):first-child, .dp-onboarding-item__desc ol:not([class]):first-child, .dp-onboarding-item__desc ul:not([class]):first-child {
  margin-top: 0;
}
.dp-onboarding-item__desc p:not([class]):last-child, .dp-onboarding-item__desc ol:not([class]):last-child, .dp-onboarding-item__desc ul:not([class]):last-child {
  margin-bottom: 0;
}
.dp-onboarding-item__desc .dp-onboarding-achievements {
  margin-top: 20px;
  max-width: 60%;
}
.dp-onboarding-item__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.dp-onboarding-item__nav .dp-btn_white {
  font-weight: 400;
  padding: 0 20px;
}
.dp-onboarding-item__pagination {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  padding-top: 20px;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.dp-onboarding-item__pagination span {
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background-color: #DACEE8;
  opacity: 1;
  margin: 0 !important;
  cursor: pointer;
}
.dp-onboarding-item__pagination span.active {
  background-color: #EB5D40;
}
.dp-onboarding-item__skip {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  color: #5F22A6;
  background: none;
  outline: 0;
  padding: 0;
  margin-top: 10px;
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
  -webkit-transition: color 0.24s;
  -o-transition: color 0.24s;
  transition: color 0.24s;
  will-change: color;
}
.dp-onboarding-item__skip:hover {
  color: #8F41EB;
}
.dp-onboarding-item__img {
  margin-top: 20px;
}
.dp-onboarding-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dp-onboarding-item.step-1 .dp-onboarding-item__container {
  padding-top: 280px;
}
.dp-onboarding-item.step-1 .dp-onboarding-item__dialog {
  min-height: 452px;
}
.dp-onboarding-item.step-1 .dp-onboarding-item__img {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  height: 260px;
  width: auto;
  margin-top: 0;
}
.dp-onboarding-item.step-1 .dp-onboarding-item__pagination {
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
}
.dp-onboarding-item.step-1 .dp-onboarding-item__skip {
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
}
.dp-onboarding-item.step-2 .dp-onboarding-item__container {
  padding-top: 264px;
}
.dp-onboarding-item.step-2 .dp-onboarding-item__img img {
  margin-left: -20px;
  margin-top: -40px;
  margin-bottom: -40px;
  width: auto;
  max-width: calc(100% + 40px);
}
.dp-onboarding-item.step-3 .dp-onboarding-item__container {
  padding-top: 84px;
}
.dp-onboarding-item.step-3 .dp-onboarding-item__img img {
  margin-left: -20px;
  margin-top: -40px;
  margin-bottom: -40px;
  width: auto;
  max-width: calc(100% + 40px);
}
.dp-onboarding-item.step-4 .dp-onboarding-item__container {
  padding-top: 455px;
}
.dp-onboarding-item.step-4.swiper-slide-active .dp-onboarding-item__bg {
  opacity: 0;
}
.dp-onboarding-item.step-4.swiper-slide-active .dp-onboarding-item__bg:nth-child(1) {
  opacity: 1;
}
.dp-onboarding-item.step-4.swiper-slide-active .dp-onboarding-item__bg:nth-child(2) {
  -webkit-animation: obBgSlideShowAnim 4s infinite;
          animation: obBgSlideShowAnim 4s infinite;
}
.dp-onboarding-item.step-5 .dp-onboarding-item__container {
  padding-top: 20px;
}
.dp-onboarding-item.step-5 .dp-onboarding-item__dialog:after {
  content: normal;
}
.dp-onboarding-item.step-5 .dp-onboarding-item__img img {
  margin: -40px 0;
  max-width: calc(100% + 80px);
}
.dp-onboarding-item.step-6 .dp-onboarding-item__container {
  padding-top: 78px;
}
.dp-onboarding-item.step-6 .dp-onboarding-item__img img {
  margin: -40px 0;
  max-width: calc(100% + 80px);
}

@media (min-width: 768px) {
  .dp-onboarding-achievements__title {
    font-size: 22px;
  }
  .dp-onboarding-item:before {
    content: "";
    width: 2600px;
    height: 1968px;
    -webkit-transform: translate(-47.5%, -69%);
        -ms-transform: translate(-47.5%, -69%);
            transform: translate(-47.5%, -69%);
    background-image: url(../img/design/gradient-bg-t.svg);
  }
  .dp-onboarding-item__container {
    max-width: 768px;
  }
  .dp-onboarding-item__dialog {
    padding: 40px;
    border-radius: 30px;
  }
  .dp-onboarding-item__dialog:after {
    width: 34px;
    height: 26px;
    top: -20px;
    left: 40px;
  }
  .dp-onboarding-item__title {
    font-size: 34px;
  }
  .dp-onboarding-item__desc {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 20px;
  }
  .dp-onboarding-item__desc .dp-onboarding-achievements {
    margin-top: 30px;
    max-width: none;
  }
  .dp-onboarding-item__nav {
    margin-top: 30px;
  }
  .dp-onboarding-item__nav .dp-btn_white {
    padding: 0 30px;
  }
  .dp-onboarding-item__skip {
    margin-top: 20px;
  }
  .dp-onboarding-item__pagination {
    padding-top: 30px;
  }
  .dp-onboarding-item__pagination span {
    width: 30px;
  }
  .dp-onboarding-item__img {
    margin-top: 30px;
  }
  .dp-onboarding-item.step-1:before {
    content: normal;
  }
  .dp-onboarding-item.step-1 .dp-onboarding-item__container {
    padding-top: 458px;
  }
  .dp-onboarding-item.step-1 .dp-onboarding-item__dialog {
    min-height: 546px;
  }
  .dp-onboarding-item.step-1 .dp-onboarding-item__desc {
    max-width: 380px;
  }
  .dp-onboarding-item.step-1 .dp-onboarding-item__img {
    height: 416px;
  }
  .dp-onboarding-item.step-1 .dp-onboarding-item__nav {
    max-width: 380px;
  }
  .dp-onboarding-item.step-2 .dp-onboarding-item__container {
    padding-top: 333px;
  }
  .dp-onboarding-item.step-2 .dp-onboarding-item__dialog:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .dp-onboarding-item.step-2 .dp-onboarding-item__img img {
    margin: -40px;
    max-width: calc(100% + 80px);
  }
  .dp-onboarding-item.step-3:before {
    content: normal;
  }
  .dp-onboarding-item.step-3 .dp-onboarding-item__container {
    padding-top: 229px;
  }
  .dp-onboarding-item.step-3 .dp-onboarding-item__img img {
    margin-left: -32px;
    max-width: calc(100% + 62px);
  }
  .dp-onboarding-item.step-4 .dp-onboarding-item__container {
    padding-top: 474px;
  }
  .dp-onboarding-item.step-4 .dp-onboarding-item__dialog:after {
    left: 283px;
  }
  .dp-onboarding-item.step-4 .dp-onboarding-item__img img {
    width: auto;
    margin-top: -40px;
    margin-bottom: -40px;
    margin-left: -40px;
    max-width: calc(100% + 72px);
  }
  .dp-onboarding-item.step-5 .dp-onboarding-item__dialog:after {
    content: normal;
  }
  .dp-onboarding-item.step-6 .dp-onboarding-item__container {
    padding-top: 103px;
  }
  .dp-onboarding-item.step-6 .dp-onboarding-item__dialog:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (min-width: 1201px) {
  .dp-onboarding-achievements {
    gap: 20px 40px;
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-onboarding-achievements__title {
    font-size: 25px;
  }
  .dp-onboarding-item:before {
    width: 2777px;
    height: 2088px;
    -webkit-transform: translate(-51.8%, -50%);
        -ms-transform: translate(-51.8%, -50%);
            transform: translate(-51.8%, -50%);
    background-image: url(../img/design/gradient-bg.svg);
  }
  .dp-onboarding-item__container {
    padding-left: 5vw;
    padding-right: 5vw;
    max-width: 1600px;
  }
  .dp-onboarding-item__dialog {
    min-height: 480px;
    height: auto;
    padding: 40px;
    display: grid;
    grid-template-areas: "tit img" "des img" "nav img" "pag img" "ski img";
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto 1fr;
    gap: 0 40px;
  }
  .dp-onboarding-item__dialog:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .dp-onboarding-item__title {
    font-size: 44px;
    grid-area: tit;
  }
  .dp-onboarding-item__desc {
    font-size: 20px;
    line-height: 1.3;
    grid-area: des;
  }
  .dp-onboarding-item__desc .dp-onboarding-achievements {
    margin-top: 40px;
  }
  .dp-onboarding-item__pagination {
    padding-top: 40px;
    grid-area: pag;
  }
  .dp-onboarding-item__pagination span {
    width: 40px;
  }
  .dp-onboarding-item__nav {
    margin-top: 40px;
    grid-area: nav;
  }
  .dp-onboarding-item__skip {
    font-size: 15px;
    line-height: 1.4;
    grid-area: ski;
  }
  .dp-onboarding-item__img {
    margin-top: 0;
    grid-area: img;
  }
  .dp-onboarding-item.step-1 .dp-onboarding-item__container {
    padding-top: 13vw;
  }
  .dp-onboarding-item.step-1 .dp-onboarding-item__dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dp-onboarding-item.step-1 .dp-onboarding-item__title {
    max-width: 780px;
  }
  .dp-onboarding-item.step-1 .dp-onboarding-item__desc {
    max-width: 560px;
  }
  .dp-onboarding-item.step-1 .dp-onboarding-item__img {
    height: auto;
    width: 54%;
    margin-top: 0;
  }
  .dp-onboarding-item.step-2 .dp-onboarding-item__container {
    padding-top: 18vw;
  }
  .dp-onboarding-item.step-2 .dp-onboarding-item__dialog {
    grid-template-columns: 1fr 35%;
  }
  .dp-onboarding-item.step-2 .dp-onboarding-item__img {
    margin-right: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dp-onboarding-item.step-2 .dp-onboarding-item__img img {
    margin: -40px 0;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
  }
  .dp-onboarding-item.step-3:before {
    content: "";
  }
  .dp-onboarding-item.step-3 .dp-onboarding-item__container {
    padding-top: 188px;
  }
  .dp-onboarding-item.step-3 .dp-onboarding-item__dialog {
    grid-template-columns: 1fr 39%;
  }
  .dp-onboarding-item.step-3 .dp-onboarding-item__dialog:after {
    left: 330px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .dp-onboarding-item.step-3 .dp-onboarding-item__img {
    margin-right: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dp-onboarding-item.step-3 .dp-onboarding-item__img img {
    margin: -40px 0;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
  }
  .dp-onboarding-item.step-4 .dp-onboarding-item__container {
    padding-top: 29.9vw;
  }
  .dp-onboarding-item.step-4 .dp-onboarding-item__dialog {
    max-width: 74.3%;
    grid-template-columns: 1fr 0;
    gap: 0;
    -webkit-animation: none;
            animation: none;
  }
  .dp-onboarding-item.step-4 .dp-onboarding-item__dialog:after {
    content: normal;
  }
  .dp-onboarding-item.step-4 .dp-onboarding-item__img {
    margin-right: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .dp-onboarding-item.step-4 .dp-onboarding-item__img img {
    margin: 0 -20px -40px 0;
    width: auto;
    height: auto;
    max-width: 504px;
    max-height: none;
    position: absolute;
    right: 0;
  }
  .dp-onboarding-item.step-5 .dp-onboarding-item__container {
    padding-top: 214px;
  }
  .dp-onboarding-item.step-5 .dp-onboarding-item__dialog {
    grid-template-columns: 1fr 40%;
  }
  .dp-onboarding-item.step-5 .dp-onboarding-item__dialog:after {
    content: normal;
  }
  .dp-onboarding-item.step-5 .dp-onboarding-item__img {
    margin-right: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dp-onboarding-item.step-5 .dp-onboarding-item__img img {
    margin: -40px 0;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
  }
  .dp-onboarding-item.step-6 .dp-onboarding-item__container {
    padding-top: 214px;
  }
  .dp-onboarding-item.step-6 .dp-onboarding-item__dialog {
    grid-template-columns: 1fr 37%;
  }
  .dp-onboarding-item.step-6 .dp-onboarding-item__dialog:after {
    left: 60px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .dp-onboarding-item.step-6 .dp-onboarding-item__img {
    margin-right: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dp-onboarding-item.step-6 .dp-onboarding-item__img img {
    margin: -40px 0;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
  }
}
@media (min-width: 1441px) {
  .dp-onboarding-item__dialog {
    min-height: 520px;
    padding: 40px 50px;
    gap: 0 50px;
  }
  .dp-onboarding-item__desc .dp-onboarding-achievements {
    gap: 30px 50px;
  }
  .dp-onboarding-item.step-1 .dp-onboarding-item__dialog {
    min-height: 520px;
  }
  .dp-onboarding-item.step-1 .dp-onboarding-item__img {
    width: 50%;
  }
  .dp-onboarding-item.step-2 .dp-onboarding-item__img {
    margin-right: -50px;
  }
  .dp-onboarding-item.step-3 .dp-onboarding-item__img {
    margin-right: -50px;
  }
  .dp-onboarding-item.step-4 .dp-onboarding-item__img {
    margin-right: -50px;
  }
  .dp-onboarding-item.step-5 .dp-onboarding-item__img {
    margin-right: -50px;
  }
  .dp-onboarding-item.step-6 .dp-onboarding-item__img {
    margin-right: -50px;
  }
}
@media (min-width: 1600px) {
  .dp-onboarding-item__container {
    padding-left: 80px;
    padding-right: 80px;
  }
  .dp-onboarding-item__dialog {
    padding: 40px 60px;
    gap: 0 60px;
  }
  .dp-onboarding-item.step-1 .dp-onboarding-item__container {
    padding-top: 209px;
  }
  .dp-onboarding-item.step-1 .dp-onboarding-item__img {
    width: auto;
    height: 100%;
  }
  .dp-onboarding-item.step-2 .dp-onboarding-item__container {
    padding-top: 288px;
  }
  .dp-onboarding-item.step-2 .dp-onboarding-item__dialog {
    grid-template-columns: 1fr 516px;
  }
  .dp-onboarding-item.step-2 .dp-onboarding-item__img {
    margin-right: -60px;
  }
  .dp-onboarding-item.step-3 .dp-onboarding-item__container {
    padding-top: 188px;
  }
  .dp-onboarding-item.step-3 .dp-onboarding-item__dialog {
    grid-template-columns: 1fr 630px;
  }
  .dp-onboarding-item.step-3 .dp-onboarding-item__dialog:after {
    left: 330px;
  }
  .dp-onboarding-item.step-3 .dp-onboarding-item__img {
    margin-right: -60px;
  }
  .dp-onboarding-item.step-4 .dp-onboarding-item__container {
    padding-top: 477px;
  }
  .dp-onboarding-item.step-4 .dp-onboarding-item__dialog {
    max-width: 1070px;
    grid-template-columns: 1fr 270px;
    gap: 0;
  }
  .dp-onboarding-item.step-4 .dp-onboarding-item__desc {
    max-width: 520px;
  }
  .dp-onboarding-item.step-4 .dp-onboarding-item__img {
    margin-right: -60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dp-onboarding-item.step-4 .dp-onboarding-item__img img {
    margin: -40px 0;
  }
  .dp-onboarding-item.step-5 .dp-onboarding-item__container {
    padding-top: 214px;
  }
  .dp-onboarding-item.step-5 .dp-onboarding-item__dialog {
    grid-template-columns: 1fr 516px;
  }
  .dp-onboarding-item.step-5 .dp-onboarding-item__img {
    margin-right: -60px;
  }
  .dp-onboarding-item.step-6 .dp-onboarding-item__container {
    padding-top: 214px;
  }
  .dp-onboarding-item.step-6 .dp-onboarding-item__dialog {
    grid-template-columns: 1fr 516px;
  }
  .dp-onboarding-item.step-6 .dp-onboarding-item__dialog:after {
    left: 60px;
  }
  .dp-onboarding-item.step-6 .dp-onboarding-item__img {
    margin-right: -60px;
  }
}
.dp-edu-progress {
  padding: 30px;
  background: #FFFFFF;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  color: #000000;
}
.dp-edu-progress__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dp-edu-progress__title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
}
.dp-edu-progress_process {
  padding: 27px;
  border: 3px solid rgba(255, 212, 72, 0.3);
}

@media (min-width: 768px) {
  .dp-edu-progress {
    gap: 20px;
  }
}
@media (min-width: 1201px) {
  .dp-edu-progress {
    border-radius: 30px;
  }
  .dp-edu-progress__title {
    font-size: 15px;
  }
}
.dp-tooltip__btn {
  cursor: pointer;
}
.dp-tooltip__content {
  max-width: 560px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.dp-tooltip__content p, .dp-tooltip__content ul, .dp-tooltip__content ol {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.dp-tooltip__content p:first-child, .dp-tooltip__content ul:first-child, .dp-tooltip__content ol:first-child {
  margin-top: 0;
}
.dp-tooltip__content p:last-child, .dp-tooltip__content ul:last-child, .dp-tooltip__content ol:last-child {
  margin-bottom: 0;
}

.dp-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.dp-rating__tag {
  height: auto;
  background: none;
  border-radius: 0;
  padding: 0;
  line-height: 1.3;
  gap: 10px;
}
.dp-rating__tag .icon {
  width: 24px;
  height: 24px;
  margin-left: -2px;
  margin-right: -2px;
}
.dp-rating__desc {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #999999;
}

.dp-rating-block {
  padding: 30px;
  background: #FFFFFF;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000000;
}
.dp-rating-block__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.dp-rating-block__title {
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  margin: 20px 0 0 0;
}
.dp-rating-block .dp-item-tag-points {
  margin-top: 10px;
}
.dp-rating-block__tooltip {
  margin-left: auto;
}
.dp-rating-block__tooltip .dp-tooltip__btn {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #F6F2FB;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  font-weight: 500;
  color: #5F22A6;
}
.dp-rating-block__tooltip-content {
  max-width: 348px;
}
.dp-rating-block__btn {
  margin-top: 15px;
  width: 100%;
}

@media (min-width: 480px) {
  .dp-rating-block__btn {
    width: auto;
  }
}
@media (min-width: 768px) {
  .dp-rating-block__title {
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-rating-block__btn {
    margin-top: 20px;
  }
}
@media (min-width: 1201px) {
  .dp-rating {
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-rating__desc, .dp-rating__tag {
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-rating-block {
    border-radius: 30px;
  }
  .dp-rating-block__title {
    margin-top: 30px;
  }
  .dp-rating-block .dp-item-tag-points {
    margin-top: 20px;
  }
  .dp-rating-block__btn {
    width: 100%;
  }
}
.points-slider-grade__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 40px 0;
}
.points-slider-grade__wrap .dp-rating-bottom-block,
.points-slider-grade__wrap .points-slider__wrap {
  margin: 0;
}

.points-slider__wrap,
.dp-rating-bottom-block {
  margin: 40px 0;
}

.dp-rating-bottom-block {
  width: 100%;
  max-width: 1070px;
  padding: 30px;
  background: #F6F2FB;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  color: #000000;
}
.dp-rating-bottom-block__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dp-rating-bottom-block__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 15px;
}
.dp-rating-bottom-block__title {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  margin: 0;
}
.dp-rating-bottom-block .dp-item-tag-points {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
}
.dp-rating-bottom-block .dp-rating {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.dp-rating-bottom-block .dp-rating__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  white-space: nowrap;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dp-rating-bottom-block .dp-rating__tag {
  gap: 8px;
  font-size: 16px;
}
.dp-rating-bottom-block .dp-rating__tag .icon {
  width: 26px;
  height: 26px;
}
.dp-rating-bottom-block__tooltip {
  margin-left: auto;
}
.dp-rating-bottom-block__tooltip .dp-tooltip__btn {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  font-weight: 500;
  color: #5F22A6;
}
.dp-rating-bottom-block__tooltip-content {
  max-width: 348px;
}
.dp-rating-bottom-block__btn {
  width: 100%;
}

@media (min-width: 375px) {
  .dp-rating-bottom-block .dp-rating__desc {
    gap: 15px 60px;
  }
}
@media (min-width: 480px) {
  .dp-rating-bottom-block .dp-rating__desc {
    gap: 15px;
  }
  .dp-rating-bottom-block__btn {
    width: auto;
  }
}
@media (min-width: 768px) {
  .points-slider-grade__wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .points-slider__wrap,
  .dp-rating-bottom-block {
    margin: 60px 0;
  }
  .dp-rating-bottom-block {
    padding: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .dp-rating-bottom-block__header {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .dp-rating-bottom-block__title {
    font-size: 34px;
  }
  .dp-rating-bottom-block__top {
    gap: 20px;
  }
  .dp-rating-bottom-block__header {
    gap: 20px 30px;
  }
  .dp-rating-bottom-block .dp-rating {
    width: 100%;
    max-width: 142px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .dp-rating-bottom-block .dp-rating__desc {
    white-space: normal;
  }
  .dp-rating-bottom-block__tooltip {
    margin-left: 0;
  }
}
@media (min-width: 1201px) {
  .points-slider__wrap,
  .dp-rating-bottom-block {
    margin: 80px 0;
  }
  .dp-rating-bottom-block {
    border-radius: 30px;
    padding: 50px 60px;
  }
  .dp-rating-bottom-block__top {
    gap: 30px;
  }
  .dp-rating-bottom-block__title {
    font-size: 44px;
  }
  .dp-rating-bottom-block .dp-item-tag-points {
    margin-top: 4px;
  }
  .dp-rating-bottom-block .dp-rating__tag {
    font-size: 20px;
  }
  .points-slider-grade__wrap {
    gap: 40px;
    margin: 80px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .points-slider-grade__wrap .points-slider__wrap {
    width: calc(68% - 20px);
    gap: 32px;
    padding: 50px 40px;
  }
  .points-slider-grade__wrap .points-slider__wrap .title.v1 {
    font-size: 34px;
  }
  .points-slider-grade__wrap .points-slider__wrap .points-slider__item-title {
    font-size: 18px;
  }
  .points-slider-grade__wrap .points-slider__wrap .points-slider__item {
    gap: 24px;
  }
  .points-slider-grade__wrap .dp-rating-bottom-block {
    width: calc(32% - 20px);
    padding: 50px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .points-slider-grade__wrap .dp-rating-bottom-block__title {
    font-size: 34px;
  }
  .points-slider-grade__wrap .dp-rating-bottom-block__header {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .points-slider-grade__wrap .dp-rating-bottom-block .dp-item-tag-points {
    margin-top: 0;
  }
  .points-slider-grade__wrap .dp-rating-bottom-block__btn {
    width: 100%;
  }
  .points-slider-grade__wrap .dp-rating-bottom-block__tooltip {
    margin-left: auto;
  }
  .points-slider-grade__wrap .dp-rating-bottom-block .dp-rating {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .points-slider-grade__wrap .dp-rating-bottom-block .dp-rating__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    white-space: nowrap;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1441px) {
  .points-slider__wrap,
  .dp-rating-bottom-block {
    margin: 100px 0;
  }
  .points-slider-grade__wrap {
    margin: 100px 0;
  }
  .points-slider-grade__wrap .points-slider__wrap {
    gap: 40px;
    width: calc(72% - 20px);
  }
  .points-slider-grade__wrap .points-slider__wrap .title.v1 {
    font-size: 44px;
  }
  .points-slider-grade__wrap .points-slider__wrap .points-slider__item-title {
    font-size: 20px;
  }
  .points-slider-grade__wrap .points-slider__wrap .points-slider__item {
    gap: 30px;
  }
  .points-slider-grade__wrap .dp-rating-bottom-block {
    width: calc(28% - 20px);
  }
  .points-slider-grade__wrap .dp-rating-bottom-block__title {
    font-size: 44px;
  }
}
@media (min-width: 1600px) {
  .points-slider-grade__wrap .points-slider__wrap {
    width: calc(75% - 20px);
  }
  .points-slider-grade__wrap .dp-rating-bottom-block {
    width: calc(25% - 20px);
  }
}
.dp-account-profile {
  padding-top: 30px;
  padding-bottom: 40px;
}

.dp-account-profile-block {
  margin-bottom: 40px;
}
.dp-account-profile-block:last-child {
  margin-bottom: 0;
}
.dp-account-profile-block__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  color: #000000;
}

.dp-form-profile .dp-form__footer,
.dp-form-change-password .dp-form__footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dp-form-profile .dp-form__footer .dp-btn:not(:last-child),
.dp-form-change-password .dp-form__footer .dp-btn:not(:last-child) {
  margin-right: 20px;
}

.dp-field-confirm {
  position: relative;
}
.dp-field-confirm__btn {
  color: #EB5D40;
  font-weight: 400;
}
.dp-field-confirm__msg, .dp-field-confirm__completed {
  display: block;
  font-size: 14px;
  line-height: 1.3;
}
.dp-field-confirm__msg {
  color: #000000;
}
.dp-field-confirm__completed {
  min-height: 22px;
  color: #5F22A6;
  font-weight: 500;
  padding-left: 30px;
  padding-top: 2px;
  position: relative;
  white-space: nowrap;
}
.dp-field-confirm__completed:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M11,22A11,11,0,1,1,22,11,11,11,0,0,1,11,22ZM11,2a9,9,0,1,0,9,9A9,9,0,0,0,11,2ZM9.75,15c-1.33,0-2.14-.91-3.63-2.57l-.87-1a1,1,0,0,1,1.5-1.33l.86,1c1,1.14,1.71,1.9,2.14,1.9s1.11-.76,2.14-1.9l3.36-3.77a1,1,0,0,1,1.5,1.34l-3.37,3.76C11.89,14.09,11.08,15,9.75,15Z' fill='%235f22a6'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}

.dp-form-change-password {
  display: none;
}
.dp-form-change-password .dp-field-password .dp-form input[type=text],
.dp-form-change-password .dp-field-password .dp-form input[type=password] {
  padding-right: 54px;
}
.dp-form-change-password .dp-field-password-toggle-btn {
  right: 16px;
}

.dp-courses-stub-section .dp-section__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  max-width: 1270px;
  margin-bottom: 20px;
}
.dp-courses-stub-section .dp-section__desc:last-child {
  margin-bottom: 0;
}
.dp-courses-stub-section .dp-section__desc p, .dp-courses-stub-section .dp-section__desc ol, .dp-courses-stub-section .dp-section__desc ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
.dp-courses-stub-section .dp-section__desc p:first-child, .dp-courses-stub-section .dp-section__desc ol:first-child, .dp-courses-stub-section .dp-section__desc ul:first-child {
  margin-top: 0;
}
.dp-courses-stub-section .dp-section__desc p:last-child, .dp-courses-stub-section .dp-section__desc ol:last-child, .dp-courses-stub-section .dp-section__desc ul:last-child {
  margin-bottom: 0;
}

.dp-page__notes + .dp-account-profile {
  padding-top: 40px;
}

.dp-page-account .dp-page__header {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}
.dp-page-account .dp-page__header .dp-page__desc {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 30px;
}
.dp-page-account .dp-page__header .dp-page__desc p {
  margin: 0;
}
.dp-page-account .dp-page__notes + .dp-page__header {
  padding-top: 40px;
}
.dp-page-account .dp-filter-section {
  margin-bottom: 0;
}
.dp-page-account .dp-filter-section + .dp-sort-panel {
  margin-top: 30px;
}
.dp-page-account .dp-hide-switch {
  margin-top: 10px;
}
.dp-page-account .dp-hide-switch + .dp-page__desc {
  margin-bottom: 4px;
}
.dp-page-account .dp-page__title + .dp-filter-section {
  margin-top: 20px;
}
.dp-page-account .dp-page__title_hidden + .dp-hide-switch {
  margin-top: 0;
  margin-left: 0;
}
.dp-page-account .dp-section {
  margin-bottom: 40px;
}
.dp-page-account .dp-section__header {
  margin-bottom: 20px;
}
.dp-page-account .dp-slider-pagination {
  margin-bottom: -5px;
}

.dp-page-account-recommendations .dp-page__title br {
  display: none;
}

.dp-back-panel {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}
.dp-back-panel:last-child {
  margin-bottom: 0;
}

.dp-back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5F22A6;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  will-change: color;
}
.dp-back-link .icon {
  fill: #5F22A6;
  margin-right: 12px;
  width: 18px;
  height: 12px;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.dp-back-link:hover {
  color: #8F41EB;
}
.dp-back-link:hover .icon {
  fill: #8F41EB;
}

.dp-dashboard {
  padding-top: 10px;
}

.dp-bookmarked-stub {
  padding-bottom: 40px;
}
.dp-bookmarked-stub [class*=col-]:not(:last-child) {
  padding-bottom: 30px;
}
.dp-bookmarked-stub .dp-article .dp-bookmark-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  pointer-events: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 30px #EB5D40;
          box-shadow: 0 0 30px #EB5D40;
  margin-top: -10px;
  margin-right: -10px;
}
.dp-bookmarked-stub .dp-article .dp-bookmark-btn .icon {
  width: 24px;
  height: 24px;
  margin: 13px;
}
.dp-bookmarked-stub .dp-section__desc {
  margin-top: 20px;
}
.dp-bookmarked-stub .dp-section__desc .icon-bookmark {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #5F22A6;
  stroke-width: 2px;
}
.dp-bookmarked-stub .dp-section__actions {
  margin-top: 30px;
  display: none;
}

.dp-page-account .dp-choose-specialty-section {
  margin-top: 10px;
  margin-bottom: 60px;
}

@media (max-width: 575px) {
  .dp-field-confirm__actions {
    margin-top: 10px;
  }
  .dp-field-confirm__btn {
    padding: 0;
    height: auto;
    line-height: 1.3;
    background: none;
    color: #EB5D40;
  }
  .dp-field-confirm__btn:hover, .dp-field-confirm__btn:focus, .dp-field-confirm__btn:active {
    background: none;
    color: #FF9680;
  }
}
@media (min-width: 576px) {
  .dp-account-profile-block {
    max-width: 60%;
  }
  .dp-field-confirm__actions {
    width: 70%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 20px;
  }
  .dp-field-confirm__btn, .dp-field-confirm__msg, .dp-field-confirm__completed {
    display: block;
  }
}
@media (min-width: 768px) {
  .dp-account-profile {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .dp-account-profile-block {
    max-width: 57%;
    margin-bottom: 60px;
  }
  .dp-account-profile-block__title {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .dp-form-profile .dp-field,
  .dp-form-change-password .dp-field {
    margin-bottom: 20px;
  }
  .dp-form-profile .dp-form__footer,
  .dp-form-change-password .dp-form__footer {
    margin-top: 30px;
  }
  .dp-dashboard {
    padding-top: 30px;
  }
  .dp-back-panel {
    margin-bottom: 30px;
  }
  .dp-page-account .dp-page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 30px;
  }
  .dp-page-account .dp-page__header .dp-page__desc {
    margin-top: 30px;
  }
  .dp-page-account .dp-hide-switch {
    margin: 4px 0 0 30px;
  }
  .dp-page-account .dp-hide-switch + .dp-page__desc {
    margin-bottom: 14px;
  }
  .dp-page-account .dp-filter-section {
    width: 100%;
    margin-bottom: 0;
  }
  .dp-page-account .dp-section__header {
    margin-bottom: 30px;
  }
  .dp-page-account .dp-section {
    margin-bottom: 60px;
  }
  .dp-page-account .dp-page__title + .dp-filter-section {
    margin-top: 30px;
  }
  .dp-page-account .dp-page__title_hidden + .dp-hide-switch {
    margin-top: 0;
    margin-left: 0;
  }
  .dp-courses-stub-section .dp-section__desc {
    margin-top: -10px;
    margin-bottom: 30px;
  }
  .dp-courses-stub-section .dp-section__desc:last-child {
    margin-bottom: 0;
  }
  .dp-bookmarked-stub {
    padding-bottom: 60px;
  }
  .dp-bookmarked-stub .dp-article .dp-bookmark-btn {
    width: 60px;
    height: 60px;
    margin-top: -11px;
    margin-right: -11px;
  }
  .dp-bookmarked-stub .dp-article .dp-bookmark-btn .icon {
    width: 28px;
    height: 28px;
    margin: 16px;
  }
  .dp-bookmarked-stub .dp-section__desc {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dp-page-account-recommendations .dp-page__header {
    display: block;
  }
  .dp-page-account-recommendations .dp-page__title {
    display: inline;
    vertical-align: middle;
  }
  .dp-page-account-recommendations .dp-page__title br {
    display: block;
  }
  .dp-page-account-recommendations .dp-hide-switch {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .dp-courses-stub-section .dp-section__desc {
    font-size: 15px;
  }
  .dp-bookmarked-stub .dp-section__actions {
    display: block;
  }
}
@media (min-width: 1201px) {
  .dp-dashboard {
    padding-top: 40px;
  }
  .dp-account-profile {
    padding-top: 34px;
    padding-bottom: 80px;
  }
  .dp-account-profile-block {
    margin-bottom: 60px;
    max-width: 50%;
    padding-right: 20px;
  }
  .dp-account-profile-block__title {
    font-size: 44px;
  }
  .dp-field-confirm__actions {
    width: 100%;
    height: 60px;
  }
  .dp-field-confirm__msg, .dp-field-confirm__completed {
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-field-confirm__completed {
    padding-top: 1px;
  }
  .dp-account-education {
    padding-bottom: 60px;
  }
  .dp-page-account .dp-hide-switch {
    margin: 11px 0 0 37px;
  }
  .dp-page-account .dp-hide-switch + .dp-page__desc {
    margin-bottom: 30px;
  }
  .dp-page-account .dp-section {
    margin-bottom: 80px;
  }
  .dp-page-account .dp-courses-stub-section {
    margin-bottom: 90px;
  }
  .dp-page-account .dp-page__header .dp-page__desc {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-page-account .dp-page__title_hidden + .dp-hide-switch {
    margin-top: 0;
    margin-left: 0;
  }
  .dp-back-panel {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-back-link .icon {
    margin-right: 12px;
    width: 26px;
    height: 18px;
  }
  .dp-courses-stub-section .dp-section__desc {
    font-size: 18px;
  }
  .dp-bookmarked-stub {
    padding-bottom: 90px;
  }
  .dp-form-change-password .dp-field-password .dp-form input[type=text],
  .dp-form-change-password .dp-field-password .dp-form input[type=password] {
    padding-right: 64px;
  }
  .dp-form-change-password .dp-field-password-toggle-btn {
    right: 20px;
  }
  .dp-section[class*=dp-dashboard-] .dp-section__header {
    margin-bottom: 40px;
  }
  .dp-section[class*=dp-dashboard-] .dp-section__footer {
    margin-top: 40px;
  }
  .dp-page-account .dp-choose-specialty-section {
    margin-top: 20px;
  }
}
@media (min-width: 1441px) {
  .dp-account-profile {
    padding-top: 56px;
    padding-bottom: 100px;
  }
  .dp-page-account .dp-section {
    margin-bottom: 100px;
  }
  .dp-page-account .dp-section__header {
    margin-bottom: 40px;
  }
  .dp-page-account .dp-courses-stub-section {
    margin-bottom: 120px;
  }
  .dp-page-account .dp-page__notes + .dp-page__header {
    padding-top: 60px;
  }
  .dp-page__notes + .dp-account-profile {
    padding-top: 55px;
  }
  .dp-courses-stub-section .dp-section__desc {
    font-size: 20px;
  }
  .dp-bookmarked-stub {
    padding-bottom: 120px;
  }
  .dp-page-account .dp-choose-specialty-section {
    margin-top: 30px;
  }
}
.dp-page-personal .dp-page__header {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

@media (min-width: 992px) {
  .dp-page-personal .dp-page__header {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1201px) {
  .dp-page-personal .dp-page__header {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1441px) {
  .dp-page-personal .dp-page__header {
    gap: 50px;
  }
}
.fancybox-slide--html .fancybox-close-small {
  position: fixed;
  color: #FFFFFF;
  padding: 0;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

.dp-video {
  padding-bottom: 56.25%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.dp-video__poster {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.dp-video__poster:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.dp-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.dp-video__play .dp-btn-video__icon {
  width: 42px;
  height: 42px;
}
.dp-video__play .dp-btn-video__icon .icon {
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-7px, 0);
      -ms-transform: translate(-7px, 0);
          transform: translate(-7px, 0);
}
.dp-video__play-fragment {
  background-color: #F6F2FB;
  padding: 10px;
  border-radius: 20px;
  width: auto !important;
  height: auto !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  line-height: 1.3;
  gap: 10px;
  font-weight: 400;
  text-align: left;
}
.dp-video__play-fragment .dp-btn-video__icon {
  width: 32px;
  height: 32px;
}
.dp-video__play-fragment .dp-btn-video__icon .icon {
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-5px, 0);
      -ms-transform: translate(-5px, 0);
          transform: translate(-5px, 0);
}
.dp-video__play-fragment .dp-btn-video__icon + .dp-btn-video__label {
  margin-left: 0;
}
.dp-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dp-video_playing .dp-video__poster,
.dp-video_playing .dp-video__play {
  display: none;
}

.dp-scorm-iframe {
  width: 100%;
  height: 700px;
  padding: 10px;
  background-color: #F6F2FB;
  border-radius: 20px;
  margin: 30px 0 60px;
}
.dp-scorm-iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 15px;
}

.dp-article-detail {
  color: #000000;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 40px;
}
.dp-article-detail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
.dp-article-detail__header .dp-article-detail__date {
  width: 100%;
  display: block;
  color: #999999;
  margin-bottom: 20px;
}
.dp-article-detail__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: 16px;
  margin-top: -10px;
}
.dp-article-detail__tag {
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 19px;
  background-color: #FFFFFF;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #000000;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-overflow-scrolling: touch;
}
.dp-article-detail__slider .dp-article-slider__img {
  padding-bottom: 56%;
}
.dp-article-detail__img {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.dp-article-detail__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.dp-article-detail__video .dp-note-access {
  position: absolute;
  z-index: 3;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.dp-article-detail__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.dp-article-detail__body > img {
  margin-bottom: 30px;
}
.dp-article-detail__body [class*=col-] {
  margin-bottom: 28px;
}
.dp-article-detail__body [class*=col-]:last-child {
  margin-bottom: 0;
}
.dp-article-detail__body [class*=col-] img {
  margin-bottom: 0;
}
.dp-article-detail__body img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.dp-article-detail__body img + figcaption {
  margin-top: 20px;
}
.dp-article-detail__body figure {
  display: block;
  margin-bottom: 30px;
}
.dp-article-detail__body figure img {
  display: block;
  width: 100%;
  height: auto;
}
.dp-article-detail__body > picture {
  margin-bottom: 30px;
}
.dp-article-detail__body > picture img {
  display: block;
  width: 100%;
  height: auto;
}
.dp-article-detail__body picture {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-article-detail__body picture + figcaption {
  margin-top: 20px;
}
.dp-article-detail__body picture.dp-article-detail__img img {
  width: 100%;
  height: 100%;
}
.dp-article-detail__body figcaption {
  display: block;
  color: #999999;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}
.dp-article-detail__body .dp-video {
  margin-bottom: 30px;
  margin-top: 30px;
}
.dp-article-detail__body .dp-video:first-child {
  margin-top: 0;
}
.dp-article-detail__body .dp-video:last-child {
  margin-bottom: 0;
}
.dp-article-detail__body .iframe-video {
  margin-bottom: 30px;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 20px;
  padding-top: 56.25%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.dp-article-detail__body .iframe-video:first-child {
  margin-top: 0;
}
.dp-article-detail__body .iframe-video:last-child {
  margin-bottom: 0;
}
.dp-article-detail__body .iframe-video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.dp-article-detail__body .t-redactor__text,
.dp-article-detail__body p, .dp-article-detail__body ul, .dp-article-detail__body ol,
.dp-article-detail__body h2, .dp-article-detail__body h3, .dp-article-detail__body h4, .dp-article-detail__body h5, .dp-article-detail__body h6,
.dp-article-detail__body .h2, .dp-article-detail__body .h3, .dp-article-detail__body .h4, .dp-article-detail__body .h5, .dp-article-detail__body .h6 {
  max-width: 1070px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.dp-article-detail__body .t-redactor__text:first-child,
.dp-article-detail__body p:first-child, .dp-article-detail__body ul:first-child, .dp-article-detail__body ol:first-child,
.dp-article-detail__body h2:first-child, .dp-article-detail__body h3:first-child, .dp-article-detail__body h4:first-child, .dp-article-detail__body h5:first-child, .dp-article-detail__body h6:first-child,
.dp-article-detail__body .h2:first-child, .dp-article-detail__body .h3:first-child, .dp-article-detail__body .h4:first-child, .dp-article-detail__body .h5:first-child, .dp-article-detail__body .h6:first-child {
  margin-top: 0;
}
.dp-article-detail__body .t-redactor__text:last-child,
.dp-article-detail__body p:last-child, .dp-article-detail__body ul:last-child, .dp-article-detail__body ol:last-child,
.dp-article-detail__body h2:last-child, .dp-article-detail__body h3:last-child, .dp-article-detail__body h4:last-child, .dp-article-detail__body h5:last-child, .dp-article-detail__body h6:last-child,
.dp-article-detail__body .h2:last-child, .dp-article-detail__body .h3:last-child, .dp-article-detail__body .h4:last-child, .dp-article-detail__body .h5:last-child, .dp-article-detail__body .h6:last-child {
  margin-bottom: 0;
}
.dp-article-detail__body .row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.dp-article-detail__body .row:first-child {
  margin-top: 0;
}
.dp-article-detail__body .row:last-child {
  margin-bottom: 0;
}
.dp-article-detail__body ul, .dp-article-detail__body ol {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dp-article-detail__body ul {
  gap: 10px;
  list-style: none;
  padding-left: 0;
}
.dp-article-detail__body ul li {
  padding-left: 18px;
  position: relative;
}
.dp-article-detail__body ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
  background: -o-linear-gradient(11.62deg, #EB5D40 -38.64%, #5F22A6 93.98%);
  background: linear-gradient(78.38deg, #EB5D40 -38.64%, #5F22A6 93.98%);
}
.dp-article-detail__body ol {
  gap: 15px;
  list-style: none;
  padding: 0;
  counter-reset: item;
}
.dp-article-detail__body ol li {
  min-height: 32px;
  padding-left: 44px;
  padding-top: 8px;
  position: relative;
}
.dp-article-detail__body ol li:before {
  content: counter(item);
  counter-increment: item;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: -o-linear-gradient(11.62deg, #EB5D40 -38.64%, #5F22A6 93.98%);
  background: linear-gradient(78.38deg, #EB5D40 -38.64%, #5F22A6 93.98%);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
}
.dp-article-detail__body ol.ol-v3 {
  gap: 10px;
}
.dp-article-detail__body ol.ol-v3 li {
  min-height: 18px;
  padding-left: 25px;
}
.dp-article-detail__body ol.ol-v3 li:before {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  line-height: inherit;
  color: #5F22A6;
}
.dp-article-detail__body h2, .dp-article-detail__body .h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.dp-article-detail__body h3, .dp-article-detail__body .h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.dp-article-detail__body a {
  color: #EB5D40;
  text-decoration: none;
}
.dp-article-detail__body a:hover {
  text-decoration: none;
  color: #FF9680;
}
.dp-article-detail__body blockquote,
.dp-article-detail__body .note {
  max-width: 1070px;
}
.dp-article-detail__body .points-slider__wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}
.dp-article-detail__body .points-slider-grade__wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}
.dp-article-detail__body .points-slider-grade__wrap .points-slider__wrap,
.dp-article-detail__body .points-slider-grade__wrap .dp-rating-bottom-block {
  margin: 0;
}
.dp-article-detail__body .dp-section__title {
  margin-bottom: 0;
}
.dp-article-detail__body .dp-section {
  margin-top: 40px;
  margin-bottom: 40px;
  z-index: 0;
}
.dp-article-detail__footer {
  max-width: 1070px;
  border-top: 2px solid #DACEE8;
  padding-top: 30px;
  margin-top: 30px;
}
.dp-article-detail__author {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.dp-article-detail__author + .dp-article-detail__date {
  margin-top: 5px;
}
.dp-article-detail__date {
  display: block;
}
.dp-article-detail__share {
  margin-top: 20px;
}
.dp-article-detail .dp-speakers-item__name {
  margin-bottom: 0;
}
.dp-article-detail .dp-speakers-item__category {
  margin-top: 5px;
  margin-bottom: 0;
}
.dp-article-detail .dp-speakers-item__desc {
  margin-top: 10px;
  margin-bottom: 0;
}
.dp-article-detail .dp-speakers-item__link {
  color: #000000;
}
.dp-article-detail .dp-speakers-item__link:hover {
  color: #000000;
}
.dp-article-detail .dp-speakers-item__img:after {
  content: normal;
}
.dp-article-detail .dp-speakers-item__img img {
  -webkit-filter: none;
          filter: none;
}

.dp-article-detail blockquote,
.note {
  background-color: #F6F2FB;
  padding: 20px 20px 20px 67px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #000000;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  min-height: 72px;
}
.dp-article-detail blockquote:first-child,
.note:first-child {
  margin-top: 0;
}
.dp-article-detail blockquote:last-child,
.note:last-child {
  margin-bottom: 0;
}
.dp-article-detail blockquote:before,
.note:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/design/note.svg) no-repeat center center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: 20px;
  top: 20px;
}
.dp-article-detail blockquote p:not([class]), .dp-article-detail blockquote ol:not([class]), .dp-article-detail blockquote ul:not([class]),
.note p:not([class]),
.note ol:not([class]),
.note ul:not([class]) {
  margin: 0;
}

.dp-article-detail blockquote {
  font-style: italic;
  font-weight: 400;
}
.dp-article-detail blockquote:before {
  background: url(../img/design/quote.svg) no-repeat center center/contain;
}
.dp-article-detail blockquote .author {
  display: block;
  font-weight: 500;
  font-style: normal;
  margin-top: 10px;
}

.note-reg {
  background-color: #F6F2FB;
  padding: 20px 20px 20px 74px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #000000;
  position: relative;
}
.note-reg:before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 20px;
  top: 20px;
  background: url(../img/design/note.svg) no-repeat center center;
  background-size: contain;
}
.note-reg__title {
  min-height: 34px;
  max-width: 260px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.note-reg__btn {
  display: block;
  margin-left: -54px;
  width: calc(100% + 54px);
  margin-top: 20px;
}

.dp-article-detail-public .dp-article-detail__body {
  position: relative;
}
.dp-article-detail-public .dp-article-detail__body:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1000px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #FFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 50%, rgba(255, 255, 255, 0) 100%);
}

.accent {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.regular {
  font-weight: 400;
}

.normal {
  font-style: normal;
}

.italic {
  font-style: italic;
}

.dp-article-slider,
.dp-article-slider-modal {
  margin-bottom: 30px;
  position: relative;
}
.dp-article-slider[data-fancybox],
.dp-article-slider-modal[data-fancybox] {
  cursor: pointer;
}
.dp-article-slider:last-child,
.dp-article-slider-modal:last-child {
  margin-bottom: 0;
}
.dp-article-slider__list,
.dp-article-slider-modal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dp-article-slider__img,
.dp-article-slider-modal__img {
  display: block;
  padding-bottom: 48.6%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-article-slider__img[data-fancybox],
.dp-article-slider-modal__img[data-fancybox] {
  cursor: pointer;
}
.dp-article-slider__img img,
.dp-article-slider-modal__img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.dp-article-slider .dp-slider-pagination,
.dp-article-slider-modal .dp-slider-pagination {
  margin-top: 15px;
}
.dp-article-slider .dp-slider-arrows,
.dp-article-slider-modal .dp-slider-arrows {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  z-index: 2;
  margin: 0;
  padding: 0;
  width: auto;
}
.dp-article-slider .dp-slider-arrow,
.dp-article-slider-modal .dp-slider-arrow {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.dp-article-slider-modal {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  padding: 54px 14px;
  white-space: nowrap;
  background: none;
  text-align: center;
}
.dp-article-slider-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  line-height: 100%;
  vertical-align: middle;
}
.dp-article-slider-modal__container {
  text-align: left;
  max-width: 1440px;
  margin-bottom: 0;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
  margin-left: -4px;
  border-radius: 20px;
}
.dp-article-slider-modal__img {
  padding-bottom: 56%;
}
.dp-article-slider-modal .swiper-pagination-bullet {
  outline: 0;
}
.dp-article-slider-modal .swiper-pagination-bullet:after {
  background-color: #FFFFFF;
  opacity: 0.4;
}
.dp-article-slider-modal .swiper-pagination-bullet-active:after {
  background-color: #FFFFFF;
  opacity: 1;
}

.dp-course-detail-meta {
  margin-top: 20px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 10px !important;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  color: #000000;
  list-style: none;
  max-width: 354px !important;
}
.dp-course-detail-meta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-left: 0 !important;
}
.dp-course-detail-meta__item:before {
  content: normal !important;
}
.dp-course-detail-meta__desc {
  white-space: nowrap;
}
.dp-course-detail-meta__value {
  display: block;
  background-color: #F6F2FB;
  border-radius: 25px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #5F22A6;
  padding: 0 15px;
  min-width: 45px;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .dp-video__play {
    width: 60px;
    height: 60px;
  }
  .dp-video__play .dp-btn-video__icon {
    width: 60px;
    height: 60px;
  }
  .dp-video__play .dp-btn-video__icon .icon {
    width: 24px;
    height: 24px;
    -webkit-transform: translate(-11px, 0);
        -ms-transform: translate(-11px, 0);
            transform: translate(-11px, 0);
  }
  .dp-video__play-fragment {
    padding: 15px;
    border-radius: 24px;
  }
  .dp-video__play-fragment .dp-btn-video__icon {
    width: 42px;
    height: 42px;
  }
  .dp-video__play-fragment .dp-btn-video__icon .icon {
    width: 16px;
    height: 16px;
    -webkit-transform: translate(-7px, 0);
        -ms-transform: translate(-7px, 0);
            transform: translate(-7px, 0);
  }
  .dp-article-detail__sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
  .dp-article-detail__sidebar .dp-edu-progress {
    width: calc(42% - 10px);
  }
  .dp-article-detail__sidebar .dp-rating-block {
    width: calc(58% - 10px);
  }
  .dp-article-detail blockquote,
  .note {
    min-height: 82px;
    padding: 24px 24px 24px 76px;
  }
  .dp-article-detail blockquote:before,
  .note:before {
    width: 34px;
    height: 34px;
    left: 24px;
    top: 24px;
  }
  .note-reg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 24px 24px 84px;
  }
  .note-reg:before {
    width: 40px;
    height: 40px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    left: 24px;
  }
  .note-reg__title {
    min-height: 0;
    max-width: none;
    padding-right: 40px;
    width: 100%;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .note-reg__btn {
    margin-left: 0;
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .dp-video__play {
    width: 74px;
    height: 74px;
  }
  .dp-video__play .dp-btn-video__icon {
    width: 74px;
    height: 74px;
  }
  .dp-video__play .dp-btn-video__icon .icon {
    width: 28px;
    height: 28px;
    -webkit-transform: translate(-12px, 0);
        -ms-transform: translate(-12px, 0);
            transform: translate(-12px, 0);
  }
  .dp-video__play-fragment {
    padding: 20px;
    border-radius: 30px;
  }
  .dp-video__play-fragment .dp-btn-video__icon {
    width: 42px;
    height: 42px;
  }
  .dp-video__play-fragment .dp-btn-video__icon .icon {
    width: 16px;
    height: 16px;
    -webkit-transform: translate(-7px, 0);
        -ms-transform: translate(-7px, 0);
            transform: translate(-7px, 0);
  }
  .dp-scorm-iframe {
    height: 920px;
    margin: 40px 0 60px;
  }
  .dp-article-detail {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 60px;
  }
  .dp-article-detail figcaption {
    font-size: 14px;
    line-height: 1.3;
  }
  .dp-article-detail ol {
    gap: 20px;
  }
  .dp-article-detail ol li {
    min-height: 40px;
    padding-left: 60px;
    padding-top: 11px;
  }
  .dp-article-detail ol li:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .dp-article-detail__header .dp-article-detail__date {
    margin-bottom: 30px;
  }
  .dp-article-detail__body h2, .dp-article-detail__body .h2 {
    font-size: 34px;
  }
  .dp-article-detail__body .points-slider__wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .dp-article-detail__body .points-slider-grade__wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .dp-article-detail__body .dp-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .dp-article-detail__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dp-article-detail__meta {
    padding-right: 40px;
  }
  .dp-article-detail__share {
    margin-top: 0;
  }
  .dp-article-detail__tags {
    margin-bottom: 20px;
  }
  .dp-article-detail__video ~ .dp-note-access {
    display: none;
  }
  .dp-article-detail__video .dp-note-access {
    bottom: 15px;
    left: 15px;
    right: 15px;
    border-radius: 20px;
  }
  .dp-article-detail blockquote,
  .note {
    padding: 30px 30px 30px 90px;
    font-size: 14px;
    line-height: 1.4;
    min-height: 100px;
    gap: 12px;
  }
  .dp-article-detail blockquote:before,
  .note:before {
    width: 40px;
    height: 40px;
    left: 30px;
    top: 30px;
  }
  .note-reg {
    padding: 28px 30px 28px 100px;
    font-size: 15px;
    line-height: 1.4;
    margin-top: 30px;
  }
  .note-reg:before {
    width: 44px;
    height: 44px;
    left: 30px;
  }
  .dp-article-slider-modal .dp-slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .dp-article-slider-modal .dp-slider-arrows {
    display: none;
  }
  .dp-course-detail-meta {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .dp-article-detail__body h3, .dp-article-detail__body .h3 {
    font-size: 18px;
  }
  .dp-article-detail__body [class*=col-] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .dp-article-detail__body .dp-section {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .accent {
    font-size: 18px;
  }
  .dp-article-detail blockquote,
  .note {
    padding: 35px 40px 35px 100px;
    min-height: 110px;
  }
  .dp-article-detail blockquote:before,
  .note:before {
    left: 40px;
    top: 35px;
  }
  .note-reg {
    padding: 35px 40px 35px 116px;
  }
  .note-reg:before {
    left: 40px;
  }
  .dp-note-reg-webinar {
    padding: 30px 40px 30px 116px;
  }
}
@media (min-width: 1201px) {
  .dp-video {
    border-radius: 30px;
  }
  .dp-video__play-fragment {
    font-size: 15px;
    line-height: 1.4;
    gap: 12px;
  }
  .dp-scorm-iframe {
    height: 860px;
    padding: 20px;
    border-radius: 30px;
    margin: 40px 0 80px;
  }
  .dp-article-detail {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 80px;
  }
  .dp-article-detail__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  .dp-article-detail__img {
    width: calc(100% - 370px);
    padding-bottom: 38.2%;
  }
  .dp-article-detail__slider, .dp-article-detail__video {
    width: calc(100% - 370px);
  }
  .dp-article-detail .dp-course-detail-header {
    width: calc(100% - 370px);
  }
  .dp-article-detail__video .dp-note-access {
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 15px 20px;
    border-radius: 30px;
  }
  .dp-article-detail__video .dp-note-access .dp-note__title {
    padding-right: 0;
  }
  .dp-article-detail__video .dp-note-access .dp-note__img {
    max-width: 60px;
    margin-right: -8px;
    margin-left: -4px;
  }
  .dp-article-detail__sidebar {
    width: 330px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .dp-article-detail__sidebar .dp-edu-progress {
    width: 100%;
  }
  .dp-article-detail__sidebar .dp-rating-block {
    width: 100%;
  }
  .dp-article-detail__body .iframe-video {
    border-radius: 30px;
  }
  .dp-article-detail__body .iframe-video,
  .dp-article-detail__body .dp-video {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .dp-article-detail__body > img {
    margin-bottom: 30px;
  }
  .dp-article-detail__body [class*=col-] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .dp-article-detail__body img {
    border-radius: 30px;
  }
  .dp-article-detail__body img + figcaption {
    margin-top: 30px;
  }
  .dp-article-detail__body figure {
    margin-bottom: 40px;
  }
  .dp-article-detail__body > picture {
    margin-bottom: 40px;
  }
  .dp-article-detail__body picture {
    border-radius: 30px;
  }
  .dp-article-detail__body picture + figcaption {
    margin-top: 30px;
  }
  .dp-article-detail__body figcaption {
    margin-top: 30px;
    max-width: 50%;
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-article-detail__body .t-redactor__text,
  .dp-article-detail__body p, .dp-article-detail__body ul, .dp-article-detail__body ol, .dp-article-detail__body h2, .dp-article-detail__body h3, .dp-article-detail__body h4, .dp-article-detail__body h5, .dp-article-detail__body h6 {
    max-width: 1070px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .dp-article-detail__body ul, .dp-article-detail__body ol, .dp-article-detail__body .row {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .dp-article-detail__body ul li {
    padding-left: 21px;
  }
  .dp-article-detail__body ul li:before {
    width: 6px;
    height: 6px;
  }
  .dp-article-detail__body ol li {
    min-height: 40px;
    padding-left: 60px;
    padding-top: 11px;
  }
  .dp-article-detail__body ol li:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .dp-article-detail__body ol.ol-v3 li {
    min-height: 21px;
  }
  .dp-article-detail__body h3, .dp-article-detail__body .h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .dp-article-detail__body h2, .dp-article-detail__body .h2 {
    font-size: 44px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .dp-article-detail__body .dp-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .dp-article-detail__footer {
    padding-top: 40px;
    margin-top: 40px;
  }
  .dp-article-detail__author + .dp-article-detail__date {
    margin-top: 5px;
  }
  .dp-article-detail .dp-speakers-item__desc {
    margin-top: 12px;
  }
  .dp-article-detail blockquote,
  .note {
    gap: 15px;
    border-radius: 30px;
    padding: 44px 50px 44px 118px;
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: 132px;
  }
  .dp-article-detail blockquote:before,
  .note:before {
    width: 44px;
    height: 44px;
    left: 50px;
    top: 44px;
  }
  .note-reg {
    border-radius: 30px;
    padding: 40px 40px 40px 130px;
    margin-top: 40px;
  }
  .note-reg:before {
    width: 60px;
    height: 60px;
    left: 40px;
  }
  .dp-note-reg-webinar {
    padding: 30px 40px 30px 130px;
    margin-top: 30px;
  }
  .accent {
    font-size: 20px;
  }
  .dp-article-slider {
    margin-bottom: 40px;
  }
  .dp-article-slider__img {
    border-radius: 30px;
  }
  .dp-article-slider-modal {
    padding: 54px 120px;
  }
  .dp-article-slider-modal__container {
    border-radius: 30px;
  }
  .dp-article-slider-modal__img {
    border-radius: 30px;
  }
  .dp-article-slider-modal .dp-slider-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 40px;
    left: 40px;
  }
  .dp-article-slider-modal .dp-slider-pagination {
    margin-top: 25px;
  }
  .dp-article-slider-modal .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
  .dp-article-slider-modal .swiper-pagination-bullet:after {
    width: 8px;
    height: 8px;
  }
  .fancybox-slide--html .fancybox-close-small {
    top: 24px;
    right: 24px;
  }
  .dp-course-detail-meta {
    max-width: none !important;
    margin-top: 40px !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    gap: 40px !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media (min-width: 1441px) {
  .dp-page-article-detail .dp-page {
    padding-bottom: 20px;
  }
  .dp-scorm-iframe {
    margin: 40px 0 100px;
  }
  .dp-article-detail {
    margin-bottom: 100px;
  }
  .dp-article-detail__video .dp-note-access {
    padding: 20px;
  }
  .dp-article-detail__video .dp-note-access .dp-note__img {
    max-width: 80px;
    margin-right: 0;
    margin-left: 0;
  }
  .dp-article-detail__body .dp-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .dp-article-detail blockquote,
  .note {
    min-height: 154px;
    padding: 55px 60px 55px 144px;
  }
  .dp-article-detail blockquote:before,
  .note:before {
    top: 55px;
    left: 60px;
  }
  .note-reg {
    margin-top: 60px;
  }
  .dp-note-reg-webinar {
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .dp-article-slider-modal {
    padding: 54px 120px;
  }
  .dp-article-slider-modal .dp-slider-arrows {
    right: 0;
    left: 0;
  }
}
@media (max-width: 991px) {
  .dp-article-detail-public .dp-article-detail__body .row:last-child [class*=col-]:last-child img:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .dp-article-detail__video .dp-note-access {
    padding: 10px 20px;
    font-size: 10px;
  }
  .dp-article-detail__video .dp-note-access .dp-note__btn {
    display: none;
  }
  .dp-article-detail__video .dp-note-access .dp-note__img {
    max-width: 33px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.selectric-dp-form-select .selectric .label {
  padding: 0;
  text-align: left;
}

.iti {
  width: 100%;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.iti__country-list {
  width: 272px;
  max-width: 272px;
  white-space: normal;
}

.iti__selected-dial-code {
  display: none;
}

.iti--separate-dial-code .iti__selected-flag {
  background: none !important;
}
.iti--separate-dial-code:hover .iti__selected-flag {
  background: none;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: 15px;
}

.iti-input {
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #000000;
  padding-left: 64px !important;
}

.iti-input-error {
  border-color: #ff0000 !important;
}

.iti-input-error-message {
  padding: 12px 16px 8px 16px;
  border-radius: 5px;
  position: absolute;
  z-index: 2;
  bottom: calc(100% + 8px);
  left: 0;
  min-width: 100px;
  max-width: 100%;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.01em;
  font-weight: 300;
  line-height: 1.4;
  background-color: #ff0000;
}
.iti-input-error-message:after {
  content: "";
  display: block;
  width: 20px;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #ff0000;
}

.dp-personal-consultation-section {
  font-family: "GothamPro", sans-serif;
  padding-top: 135px;
  padding-bottom: 150px;
  background-color: #ffba00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dp-personal-consultation-section:before, .dp-personal-consultation-section:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dp-personal-consultation-section * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dp-personal-consultation-section *:before, .dp-personal-consultation-section *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dp-personal-consultation {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.dp-personal-consultation__title {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 74px;
  text-align: center;
}

.dp-personal-consultation-form .dp-form__submit {
  background-color: #ae00ff;
}
.dp-personal-consultation-form .dp-form__submit:focus, .dp-personal-consultation-form .dp-form__submit:hover {
  color: #FFFFFF;
  background-color: #8F41EB;
}
.dp-personal-consultation-form .dp-form__submit:active {
  color: #FFFFFF;
  background-color: #2D0060;
}
.dp-personal-consultation-form .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.dp-personal-consultation-form .row > .col,
.dp-personal-consultation-form .row > [class*=col-] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.dp-personal-consultation-form input[type=text],
.dp-personal-consultation-form input[type=tel],
.dp-personal-consultation-form input[type=email],
.dp-personal-consultation-form input[type=url],
.dp-personal-consultation-form input[type=number],
.dp-personal-consultation-form input[type=password] {
  border-color: #FFFFFF;
}
.dp-personal-consultation-form input[type=text]:hover,
.dp-personal-consultation-form input[type=tel]:hover,
.dp-personal-consultation-form input[type=email]:hover,
.dp-personal-consultation-form input[type=url]:hover,
.dp-personal-consultation-form input[type=number]:hover,
.dp-personal-consultation-form input[type=password]:hover {
  border-color: #A587C8;
}
.dp-personal-consultation-form input[type=text]:focus,
.dp-personal-consultation-form input[type=tel]:focus,
.dp-personal-consultation-form input[type=email]:focus,
.dp-personal-consultation-form input[type=url]:focus,
.dp-personal-consultation-form input[type=number]:focus,
.dp-personal-consultation-form input[type=password]:focus {
  border-color: #A587C8;
}
.dp-personal-consultation-form input[type=text]:disabled,
.dp-personal-consultation-form input[type=tel]:disabled,
.dp-personal-consultation-form input[type=email]:disabled,
.dp-personal-consultation-form input[type=url]:disabled,
.dp-personal-consultation-form input[type=number]:disabled,
.dp-personal-consultation-form input[type=password]:disabled {
  border-color: #F6F2FB !important;
}
.dp-personal-consultation-form .dp-form__footer {
  font-size: 15px;
  line-height: 1.4;
  color: #000000;
  text-align: center;
}
.dp-personal-consultation-form .dp-form__footer p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.dp-personal-consultation-form .dp-form__footer p:first-child {
  margin-top: 0;
}
.dp-personal-consultation-form .dp-form__footer p:last-child {
  margin-bottom: 0;
}
.dp-personal-consultation-form .dp-form__footer a {
  text-decoration: underline !important;
  color: #000000 !important;
}
.dp-personal-consultation-form .dp-form__footer a:hover, .dp-personal-consultation-form .dp-form__footer a:focus {
  text-decoration: none !important;
  color: #000000 !important;
}

@media (max-width: 1200px) {
  .dp-personal-consultation-section {
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .dp-personal-consultation__title {
    font-size: 42px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .dp-personal-consultation-section {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .dp-personal-consultation__title {
    font-size: 40px;
  }
  .dp-personal-consultation-form {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .dp-personal-consultation-form .dp-form__submit {
    width: 100%;
  }
  .dp-personal-consultation-form .dp-form__footer {
    font-size: 14px;
    line-height: 1.3;
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .dp-personal-consultation-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .dp-personal-consultation__title {
    font-size: 32px;
    margin-bottom: 48px;
  }
}
@media (max-width: 575px) {
  .dp-personal-consultation-section {
    padding-top: 55px;
    padding-bottom: 70px;
  }
  .dp-personal-consultation__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.dp-clinic-request-modal {
  font-family: "GothamPro", sans-serif;
  z-index: 100;
}
.dp-clinic-request-modal .dp-modal__overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.dp-clinic-request-modal .dp-modal__dialog {
  max-width: 560px;
  padding: 60px 40px 45px;
}
.dp-clinic-request-modal:before, .dp-clinic-request-modal:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dp-clinic-request-modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dp-clinic-request-modal *:before, .dp-clinic-request-modal *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dp-clinic-request-modal .dp-modal__header {
  margin-bottom: 32px;
}

.dp-form-clinic-request .dp-field_agreement {
  margin-top: 24px;
  margin-bottom: 0;
}
.dp-form-clinic-request .dp-form__agreement-text {
  margin-bottom: 0;
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
}
.dp-form-clinic-request .dp-form__agreement-text a {
  color: #5F22A6 !important;
}
.dp-form-clinic-request .dp-form__agreement-text a:focus, .dp-form-clinic-request .dp-form__agreement-text a:hover {
  color: #5F22A6 !important;
}
.dp-form-clinic-request .dp-form__submit {
  width: 100%;
  background-color: #88ffd0;
  color: #000000;
  font-weight: 500;
}
.dp-form-clinic-request .dp-form__submit:focus, .dp-form-clinic-request .dp-form__submit:hover {
  color: #000000;
  background-color: #22ffa8;
}
.dp-form-clinic-request .dp-form__submit:active {
  color: #000000;
  background-color: #00ee90;
}

@media (min-width: 1201px) {
  .dp-form-clinic-request .dp-field {
    margin-bottom: 24px;
  }
  .dp-form-clinic-request .dp-field_agreement {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .dp-form-clinic-request .dp-field {
    margin-bottom: 20px;
  }
  .dp-form-clinic-request .dp-field_agreement {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .dp-clinic-request-modal .dp-modal__dialog {
    padding: 60px 32px 40px;
  }
}
@media (max-width: 480px) {
  .dp-clinic-request-modal .dp-modal__dialog {
    padding: 55px 24px 32px;
  }
}
.dp-form-clinic-request .dp-form__agreement-text {
  font-size: 13px;
}

@media (max-width: 374px) {
  .dp-clinic-request-modal .dp-modal__dialog {
    padding: 55px 20px 30px;
  }
}
.dp-form-clinic-request .dp-form__agreement-text {
  font-size: 13px;
}

.dp-get-course-modal {
  z-index: 100;
  font-family: "GothamPro", sans-serif;
}
.dp-get-course-modal .dp-modal__overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.dp-get-course-modal .dp-modal__dialog {
  max-width: 560px;
  padding: 44px 40px 45px;
}
.dp-get-course-modal:before, .dp-get-course-modal:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dp-get-course-modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dp-get-course-modal *:before, .dp-get-course-modal *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dp-get-course-modal .dp-modal__header {
  margin-bottom: 32px;
  padding-right: 20px;
}
.dp-get-course-modal .dp-modal__title {
  margin-top: 0;
  margin-bottom: 0;
}
.dp-get-course-modal .dp-modal__tariff {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #e15f46;
}
.dp-get-course-modal .dp-modal__price {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #e15f46;
}
.dp-form-get-course .dp-field__title {
  font-size: 15px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}
.dp-form-get-course .dp-field_agreement {
  margin-top: 24px;
  margin-bottom: 0;
}
.dp-form-get-course .dp-field_agreement a {
  color: #5F22A6 !important;
}
.dp-form-get-course .dp-field_agreement a:focus, .dp-form-get-course .dp-field_agreement a:hover {
  color: #5F22A6 !important;
}
.dp-form-get-course .dp-form__agreement-text {
  margin-bottom: 0;
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
}
.dp-form-get-course .dp-form__agreement-text a {
  color: #5F22A6 !important;
}
.dp-form-get-course .dp-form__agreement-text a:focus, .dp-form-get-course .dp-form__agreement-text a:hover {
  color: #5F22A6 !important;
}
.dp-form-get-course .dp-form__submit {
  width: 100%;
  font-weight: 500;
}

.dp-form-get-course-dates {
  margin-top: -4px;
  margin-bottom: 20px;
}
.dp-form-get-course-dates .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.dp-form-get-course-dates [class*=col-] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.dp-form-get-course-dates__title {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1rem;
}
.dp-form-get-course-dates .dp-field__title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.dp-form-get-course-dates__list .dp-field label {
  display: block;
  position: relative;
  width: 100%;
  border: 2px solid #DACEE8;
  border-radius: 30px;
  padding: 16px 20px 16px 58px !important;
}
.dp-form-get-course-dates__list .dp-field input[type=radio] + label {
  white-space: nowrap;
  font-size: 16px;
}
.dp-form-get-course-dates__list .dp-field input[type=radio] + label:before {
  left: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.dp-form-get-course-dates__list .dp-field input[type=radio] + label:hover {
  border-color: #A587C8;
}
.dp-form-get-course-dates__list .dp-field input[type=radio] + label:hover:before {
  border-color: #A587C8;
  background-color: #ffffff;
}
.dp-form-get-course-dates__list .dp-field input[type=radio]:checked + label {
  border-color: #5F22A6;
}
.dp-form-get-course-dates__list .dp-field input[type=radio]:checked + label:before {
  border: 2px solid #5F22A6;
  background-color: #5F22A6;
  -webkit-box-shadow: inset 0 0 0 5px #ffffff;
          box-shadow: inset 0 0 0 5px #ffffff;
}

@media (min-width: 1201px) {
  .dp-form-get-course .dp-field {
    margin-bottom: 24px;
  }
  .dp-form-get-course .dp-field_agreement {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .dp-get-course-modal .dp-modal__dialog {
    max-width: 490px;
  }
  .dp-get-course-modal .dp-modal__title {
    font-size: 20px;
  }
  .dp-get-course-modal .dp-modal__tariff {
    margin-top: 12px;
  }
  .dp-get-course-modal .dp-modal__tariff,
  .dp-get-course-modal .dp-modal__price {
    font-size: 16px;
  }
  .dp-form-get-course .dp-field {
    margin-bottom: 20px;
  }
  .dp-form-get-course .dp-field_agreement {
    margin-bottom: 0;
    font-size: 14px;
  }
  .dp-form-get-course-dates__list .dp-field label {
    border-radius: 24px;
    padding: 12px 20px 12px 58px !important;
  }
}
@media (max-width: 575px) {
  .dp-get-course-modal .dp-modal__dialog {
    padding: 44px 32px 40px;
  }
  .dp-get-course-modal .dp-modal__header {
    margin-bottom: 28px;
  }
  .dp-get-course-modal .dp-modal__title {
    font-size: 18px;
  }
  .dp-form-get-course-dates__list .dp-field input[type=radio] + label {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .dp-get-course-modal .dp-modal__dialog {
    padding: 44px 24px 32px;
  }
  .dp-get-course-modal .dp-modal__tariff,
  .dp-get-course-modal .dp-modal__price {
    font-size: 15px;
  }
  .dp-form-get-course-dates {
    margin-top: -4px;
    margin-bottom: 20px;
  }
  .dp-form-get-course-dates .row {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .dp-form-get-course-dates [class*=col-] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .dp-form-get-course-dates__list .dp-field {
    margin-bottom: 12px;
  }
  .dp-form-get-course-dates__list .dp-field label {
    border-radius: 24px;
    padding: 12px 15px 12px 50px !important;
  }
  .dp-form-get-course-dates__list .dp-field input[type=radio] + label {
    font-size: 14px;
  }
  .dp-form-get-course-dates__list .dp-field input[type=radio] + label:before {
    left: 12px;
  }
}
@media (max-width: 420px) {
  .dp-form-get-course-dates__list .dp-field {
    margin-bottom: 12px;
  }
  .dp-form-get-course-dates__list .dp-field label {
    border-radius: 24px;
    padding: 12px 15px 12px 45px !important;
  }
  .dp-form-get-course-dates__list .dp-field input[type=radio] + label {
    font-size: 12px;
  }
  .dp-form-get-course-dates__list .dp-field input[type=radio] + label:before {
    left: 12px;
  }
}
@media (max-width: 374px) {
  .dp-form-get-course-dates {
    margin-bottom: 20px;
  }
  .dp-form-get-course-dates [class*=col-] {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .dp-form-get-course-dates__list .dp-field label {
    border-radius: 24px;
    padding: 12px 15px 12px 48px !important;
  }
  .dp-form-get-course-dates__list .dp-field input[type=radio] + label {
    font-size: 14px;
  }
  .dp-form-get-course-dates__list .dp-field input[type=radio] + label:before {
    left: 12px;
  }
}
@media (max-width: 374px) {
  .dp-get-course-modal .dp-modal__dialog {
    padding: 44px 20px 30px;
  }
  .dp-get-course-modal .dp-modal__title {
    font-size: 17px;
  }
  .dp-form-get-course .dp-form__agreement-text,
  .dp-form-get-course .dp-field_agreement {
    font-size: 13px;
  }
}
.dp-kodjizni-subscribe-section {
  font-family: "GothamPro", sans-serif;
  background-color: #efebea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 440px;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-overflow-scrolling: touch;
}
.dp-kodjizni-subscribe-section:before, .dp-kodjizni-subscribe-section:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 706px;
  height: 313px;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../img/design/kod-section-decor.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.dp-kodjizni-subscribe-section:before {
  background-position: right center;
  left: -485px;
}
.dp-kodjizni-subscribe-section:after {
  background-position: left center;
  right: -485px;
}
.dp-kodjizni-subscribe-section * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dp-kodjizni-subscribe-section *:before, .dp-kodjizni-subscribe-section *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dp-kodjizni-subscribe {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.dp-kodjizni-subscribe__title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #373844;
}
.dp-kodjizni-subscribe__desc {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 32px;
  color: #373844;
}

.dp-kodjizni-subscribe-form {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.dp-kodjizni-subscribe-form .dp-form__submit {
  background-color: #92717c;
  font-weight: 500;
  border-radius: 10px;
  width: 100%;
}
.dp-kodjizni-subscribe-form .dp-form__submit:focus, .dp-kodjizni-subscribe-form .dp-form__submit:hover {
  color: #FFFFFF;
  background-color: #765a63;
}
.dp-kodjizni-subscribe-form .dp-form__submit:active {
  color: #FFFFFF;
  background-color: #674f57;
}
.dp-kodjizni-subscribe-form .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.dp-kodjizni-subscribe-form .row > .col,
.dp-kodjizni-subscribe-form .row > [class*=col-] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.dp-kodjizni-subscribe-form input[type=text],
.dp-kodjizni-subscribe-form input[type=tel],
.dp-kodjizni-subscribe-form input[type=email],
.dp-kodjizni-subscribe-form input[type=url],
.dp-kodjizni-subscribe-form input[type=number],
.dp-kodjizni-subscribe-form input[type=password] {
  border-radius: 10px;
  border-color: #000;
}
.dp-kodjizni-subscribe-form input[type=text]:hover,
.dp-kodjizni-subscribe-form input[type=tel]:hover,
.dp-kodjizni-subscribe-form input[type=email]:hover,
.dp-kodjizni-subscribe-form input[type=url]:hover,
.dp-kodjizni-subscribe-form input[type=number]:hover,
.dp-kodjizni-subscribe-form input[type=password]:hover {
  border-color: #92717c;
}
.dp-kodjizni-subscribe-form input[type=text]:focus,
.dp-kodjizni-subscribe-form input[type=tel]:focus,
.dp-kodjizni-subscribe-form input[type=email]:focus,
.dp-kodjizni-subscribe-form input[type=url]:focus,
.dp-kodjizni-subscribe-form input[type=number]:focus,
.dp-kodjizni-subscribe-form input[type=password]:focus {
  border-color: #92717c;
}
.dp-kodjizni-subscribe-form input[type=text]:disabled,
.dp-kodjizni-subscribe-form input[type=tel]:disabled,
.dp-kodjizni-subscribe-form input[type=email]:disabled,
.dp-kodjizni-subscribe-form input[type=url]:disabled,
.dp-kodjizni-subscribe-form input[type=number]:disabled,
.dp-kodjizni-subscribe-form input[type=password]:disabled {
  border-color: #F6F2FB !important;
}
.dp-kodjizni-subscribe-form .dp-form__footer {
  font-size: 13px;
  line-height: 1.3;
  color: rgb(55, 56, 68);
  text-align: center;
  margin-top: 5px;
}
.dp-kodjizni-subscribe-form .dp-form__footer p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.dp-kodjizni-subscribe-form .dp-form__footer p:first-child {
  margin-top: 0;
}
.dp-kodjizni-subscribe-form .dp-form__footer p:last-child {
  margin-bottom: 0;
}
.dp-kodjizni-subscribe-form .dp-form__footer a {
  font-weight: 700;
  text-decoration: none;
  color: rgb(146, 113, 124) !important;
  -webkit-transition: opacity 0.24s;
  -o-transition: opacity 0.24s;
  transition: opacity 0.24s;
  will-change: opacity;
}
.dp-kodjizni-subscribe-form .dp-form__footer a:hover, .dp-kodjizni-subscribe-form .dp-form__footer a:focus {
  text-decoration: none;
  color: rgb(146, 113, 124) !important;
  opacity: 0.7;
}

.dp-kodjizni-subscribe-2-section {
  font-family: "GothamPro", sans-serif;
  min-height: 320px;
}
.dp-kodjizni-subscribe-2-section:before, .dp-kodjizni-subscribe-2-section:after {
  content: normal;
}
.dp-kodjizni-subscribe-2-section .dp-kodjizni-subscribe__title {
  font-size: 35px;
  margin-bottom: 32px;
}

@media (min-width: 1201px) {
  .dp-kodjizni-subscribe-form .dp-form__submit,
  .dp-kodjizni-subscribe-form input[type=text],
  .dp-kodjizni-subscribe-form input[type=tel],
  .dp-kodjizni-subscribe-form input[type=email],
  .dp-kodjizni-subscribe-form input[type=url],
  .dp-kodjizni-subscribe-form input[type=number],
  .dp-kodjizni-subscribe-form input[type=password] {
    height: 50px;
  }
}
@media (max-width: 1440px) {
  .dp-kodjizni-subscribe-section:before {
    left: -560px;
  }
  .dp-kodjizni-subscribe-section:after {
    right: -560px;
  }
}
@media (max-width: 1200px) {
  .dp-kodjizni-subscribe-section {
    min-height: 300px;
  }
  .dp-kodjizni-subscribe-section:before {
    left: -600px;
  }
  .dp-kodjizni-subscribe-section:after {
    right: -600px;
  }
  .dp-kodjizni-subscribe__title {
    font-size: 42px;
  }
  .dp-kodjizni-subscribe__desc {
    font-size: 20px;
  }
  .dp-kodjizni-subscribe-form {
    width: 100%;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
  .dp-kodjizni-subscribe-2-section {
    min-height: 200px;
  }
  .dp-kodjizni-subscribe-2-section .dp-kodjizni-subscribe__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .dp-kodjizni-subscribe-section:before, .dp-kodjizni-subscribe-section:after {
    content: normal;
  }
  .dp-kodjizni-subscribe__title {
    font-size: 40px;
  }
  .dp-kodjizni-subscribe__desc {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .dp-kodjizni-subscribe__title {
    font-size: 32px;
  }
  .dp-kodjizni-subscribe__desc {
    font-size: 16px;
  }
  .dp-kodjizni-subscribe-2-section .dp-kodjizni-subscribe__title {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .dp-kodjizni-subscribe-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .dp-kodjizni-subscribe__title {
    font-size: 28px;
  }
  .dp-kodjizni-subscribe__desc {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .dp-kodjizni-subscribe-form .dp-form__footer {
    margin-top: 24px;
  }
}
.dp-top-3-check-list-section {
  font-family: "GothamPro", sans-serif;
  background-color: #F0F0F0;
  padding: 100px 0;
  color: #ffffff;
}
.dp-top-3-check-list-section:before, .dp-top-3-check-list-section:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dp-top-3-check-list-section * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dp-top-3-check-list-section *:before, .dp-top-3-check-list-section *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dp-top-3-check-list {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.dp-top-3-check-list__wrapper {
  position: relative;
}
.dp-top-3-check-list__wrapper:before {
  content: "";
  display: block;
  width: 480px;
  height: 420px;
  position: absolute;
  right: -60px;
  top: 0;
  background: url(../img/content/tilda/check-list-img.png) no-repeat right top/contain;
}
.dp-top-3-check-list__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -0.05em;
}
.dp-top-3-check-list__desc {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 200px !important;
  margin-bottom: 0;
  padding-bottom: 42px;
  position: relative;
}
.dp-top-3-check-list__desc:after {
  content: "";
  height: 2px;
  background-color: #F7CF7A;
  width: 40%;
  max-width: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.dp-mc-reg-form .dp-form__header {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 32px;
}
.dp-mc-reg-form .dp-form__header p {
  margin-top: 0;
  margin-bottom: 0;
}
.dp-mc-reg-form .dp-field__title {
  font-size: 15px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}
.dp-mc-reg-form .dp-field {
  margin-bottom: 20px;
}
.dp-mc-reg-form .selectric-dp-form-select .selectric,
.dp-mc-reg-form .selectric-dp-form-select .selectric-items {
  border-radius: 10px;
}
.dp-mc-reg-form .selectric-dp-form-select .selectric {
  border-color: #ffffff;
}
.dp-mc-reg-form .selectric-dp-form-select.selectric-open .selectric, .dp-mc-reg-form .selectric-dp-form-select.selectric-hover .selectric {
  border-color: #ffd373;
}
.dp-mc-reg-form input[type=checkbox] + label,
.dp-mc-reg-form input[type=radio] + label {
  color: #ffffff;
  font-size: 18px;
  padding-top: 0;
}
.dp-mc-reg-form input[type=checkbox] + label:before,
.dp-mc-reg-form input[type=radio] + label:before {
  border-color: #ffffff;
}
.dp-mc-reg-form input[type=checkbox]:hover + label:before, .dp-mc-reg-form input[type=checkbox]:focus + label:before,
.dp-mc-reg-form input[type=radio]:hover + label:before,
.dp-mc-reg-form input[type=radio]:focus + label:before {
  border-color: #ffffff;
  background-color: #ffffff;
}
.dp-mc-reg-form input[type=checkbox]:checked + label:before,
.dp-mc-reg-form input[type=radio]:checked + label:before {
  background-color: #17467a;
  border-color: #ffd373;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12'%3E%3Cpath fill='%23ffd373' d='M4.75,10.22c-1.35,0-2.17-1-3.65-2.76l-.87-1A1,1,0,0,1,.36,5a1,1,0,0,1,1.41.13l.87,1c1,1.19,1.7,2,2.11,2s1.12-.85,2.11-2l3.37-4A1,1,0,0,1,11.64,2a1,1,0,0,1,.13,1.41l-3.37,4C6.91,9.24,6.1,10.22,4.75,10.22Z'/%3E%3C/svg%3E");
}
.dp-mc-reg-form input[type=checkbox]:checked:hover + label:before, .dp-mc-reg-form input[type=checkbox]:checked:focus + label:before,
.dp-mc-reg-form input[type=radio]:checked:hover + label:before,
.dp-mc-reg-form input[type=radio]:checked:focus + label:before {
  background-color: #17467a;
  border-color: #ffd373;
}
.dp-mc-reg-form input[type=text],
.dp-mc-reg-form input[type=tel],
.dp-mc-reg-form input[type=email],
.dp-mc-reg-form input[type=url],
.dp-mc-reg-form input[type=number],
.dp-mc-reg-form input[type=password] {
  border-radius: 10px;
  border-color: #ffffff;
}
.dp-mc-reg-form input[type=text]:hover,
.dp-mc-reg-form input[type=tel]:hover,
.dp-mc-reg-form input[type=email]:hover,
.dp-mc-reg-form input[type=url]:hover,
.dp-mc-reg-form input[type=number]:hover,
.dp-mc-reg-form input[type=password]:hover {
  border-color: #ffd373;
}
.dp-mc-reg-form input[type=text]:focus,
.dp-mc-reg-form input[type=tel]:focus,
.dp-mc-reg-form input[type=email]:focus,
.dp-mc-reg-form input[type=url]:focus,
.dp-mc-reg-form input[type=number]:focus,
.dp-mc-reg-form input[type=password]:focus {
  border-color: #ffd373;
}
.dp-mc-reg-form input[type=text]:disabled,
.dp-mc-reg-form input[type=tel]:disabled,
.dp-mc-reg-form input[type=email]:disabled,
.dp-mc-reg-form input[type=url]:disabled,
.dp-mc-reg-form input[type=number]:disabled,
.dp-mc-reg-form input[type=password]:disabled {
  border-color: #F6F2FB !important;
}
.dp-mc-reg-form .dp-form__submit {
  width: 100%;
  border-radius: 10px;
  color: #000000;
  text-transform: uppercase;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEABE), to(#F0B73D));
  background: -o-linear-gradient(top, #FFEABE 0%, #F0B73D 100%);
  background: linear-gradient(180deg, #FFEABE 0%, #F0B73D 100%);
}
.dp-mc-reg-form .dp-form__submit:focus, .dp-mc-reg-form .dp-form__submit:hover {
  color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0B73D), to(#F0B73D));
  background: -o-linear-gradient(top, #F0B73D 0%, #F0B73D 100%);
  background: linear-gradient(180deg, #F0B73D 0%, #F0B73D 100%);
}
.dp-mc-reg-form .dp-form__submit:active {
  color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0B73D), to(#F0B73D));
  background: -o-linear-gradient(top, #F0B73D 0%, #F0B73D 100%);
  background: linear-gradient(180deg, #F0B73D 0%, #F0B73D 100%);
}
.dp-mc-reg-form .dp-form__footer {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
}
.dp-mc-reg-form .dp-form__footer .dp-field_agreement {
  margin-bottom: 0;
}
.dp-mc-reg-form .dp-form__footer p {
  margin: 0;
}
.dp-mc-reg-form .dp-form__footer a {
  color: #fadfa3 !important;
  text-decoration: none;
  -webkit-transition: opacity 0.24s;
  -o-transition: opacity 0.24s;
  transition: opacity 0.24s;
  will-change: opacity;
}
.dp-mc-reg-form .dp-form__footer a:focus, .dp-mc-reg-form .dp-form__footer a:hover {
  color: #fadfa3 !important;
  text-decoration: none;
  opacity: 0.7;
}
.dp-mc-reg-form .col-time {
  margin-bottom: 10px;
}
.dp-mc-reg-form .col-time .dp-field {
  margin-bottom: 12px;
}

.dp-top-3-check-list-section-1 {
  color: #000000;
}
.dp-top-3-check-list-section-1 .dp-top-3-check-list__desc:after {
  background-color: #d4b171;
}
.dp-top-3-check-list-section-1 .dp-mc-reg-form {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0 20px 37px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 37px rgba(0, 0, 0, 0.1);
}
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=text],
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=tel],
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=email],
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=url],
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=number],
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=password] {
  border-color: #D1D1D1;
}
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=text]:hover,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=tel]:hover,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=email]:hover,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=url]:hover,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=number]:hover,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=password]:hover {
  border-color: #ffd373;
}
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=text]:focus,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=tel]:focus,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=email]:focus,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=url]:focus,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=number]:focus,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=password]:focus {
  border-color: #ffd373;
}
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=text]:disabled,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=tel]:disabled,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=email]:disabled,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=url]:disabled,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=number]:disabled,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=password]:disabled {
  border-color: #F6F2FB !important;
}
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=checkbox] + label,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=radio] + label {
  color: #000000;
}
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=checkbox] + label:before,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=radio] + label:before {
  border-color: #D1D1D1;
}
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=checkbox]:hover + label:before, .dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=checkbox]:focus + label:before,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=radio]:hover + label:before,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=radio]:focus + label:before {
  border-color: #D1D1D1;
  background-color: #ffffff;
}
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=checkbox]:checked + label:before,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=radio]:checked + label:before {
  background-color: #ffffff;
  border-color: #ffd373;
}
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=checkbox]:checked:hover + label:before, .dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=checkbox]:checked:focus + label:before,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=radio]:checked:hover + label:before,
.dp-top-3-check-list-section-1 .dp-mc-reg-form input[type=radio]:checked:focus + label:before {
  background-color: #ffffff;
  border-color: #ffd373;
}
.dp-top-3-check-list-section-1 .dp-mc-reg-form .dp-form__footer {
  color: #000000;
}
.dp-top-3-check-list-section-1 .dp-mc-reg-form .dp-form__footer a {
  color: #F7CF7A !important;
}
.dp-top-3-check-list-section-1 .dp-mc-reg-form .dp-form__footer a:focus, .dp-top-3-check-list-section-1 .dp-mc-reg-form .dp-form__footer a:hover {
  color: #F7CF7A !important;
}
.dp-top-3-check-list-section-1 .dp-mc-reg-form .selectric-dp-form-select .selectric {
  border-color: #D1D1D1;
}
.dp-top-3-check-list-section-1 .dp-mc-reg-form .selectric-dp-form-select.selectric-open .selectric, .dp-top-3-check-list-section-1 .dp-mc-reg-form .selectric-dp-form-select.selectric-hover .selectric {
  border-color: #ffd373;
}

.dp-top-3-check-list-section-2 {
  color: #ffffff;
  background: url(../img/content/tilda/top-3-check-list-section-1-bg.jpg) no-repeat center center/cover;
}

.dp-top-3-check-list-section-3 {
  color: #000000;
}
.dp-top-3-check-list-section-3 .dp-mc-reg-form {
  color: #ffffff;
  padding: 40px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#9C201F), color-stop(97.4%, #C54F4D));
  background: -o-linear-gradient(top, #9C201F 0%, #C54F4D 97.4%);
  background: linear-gradient(180deg, #9C201F 0%, #C54F4D 97.4%);
  -webkit-box-shadow: 0 20px 37px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 37px rgba(0, 0, 0, 0.1);
}
.dp-top-3-check-list-section-3 .dp-top-3-check-list__title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 32px;
  display: none;
}

.dp-top-3-check-list__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.dp-top-3-check-list__img img {
  display: block;
  height: auto;
  margin-bottom: -100px;
  width: 120%;
  max-width: 120%;
  margin-left: -20%;
}

@media (max-width: 1440px) {
  .dp-top-3-check-list__img img {
    width: 110%;
    max-width: 110%;
    margin-left: -10%;
    margin-bottom: -80px;
  }
  .dp-top-3-check-list-section-3 {
    padding: 80px 0;
  }
}
@media (max-width: 1366px) {
  .dp-top-3-check-list__wrapper:before {
    width: 440px;
    height: 390px;
  }
  .dp-top-3-check-list__title {
    font-size: 32px;
  }
  .dp-top-3-check-list__desc {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .dp-top-3-check-list-section {
    padding: 80px 0;
  }
  .dp-top-3-check-list__wrapper:before {
    width: 400px;
    height: 350px;
  }
  .dp-top-3-check-list__title {
    font-size: 28px;
  }
  .dp-top-3-check-list__desc {
    font-size: 20px;
    padding-bottom: 32px;
  }
  .dp-mc-reg-form input[type=checkbox] + label,
  .dp-mc-reg-form input[type=radio] + label {
    font-size: 16px;
    padding-top: 1px;
  }
  .dp-mc-reg-form .dp-form__submit {
    height: 80px;
  }
  .dp-top-3-check-list-section-3 {
    padding: 60px 0;
  }
  .dp-top-3-check-list__img img {
    width: 106%;
    max-width: 106%;
    margin-left: -3%;
    margin-bottom: -60px;
  }
}
@media (max-width: 991px) {
  .dp-top-3-check-list {
    max-width: 860px;
  }
  .dp-top-3-check-list__wrapper:before {
    width: 350px;
    height: 350px;
  }
  .dp-top-3-check-list__title {
    font-size: 24px;
  }
  .dp-top-3-check-list__desc {
    font-size: 16px;
    padding-bottom: 32px;
  }
  .dp-mc-reg-form .dp-form__header {
    font-size: 18px;
    margin-bottom: 28px;
  }
  .dp-mc-reg-form .dp-form__submit {
    height: 70px;
  }
  .dp-top-3-check-list-section-1 .dp-mc-reg-form,
  .dp-top-3-check-list-section-3 .dp-mc-reg-form {
    padding: 32px 28px;
  }
  .dp-top-3-check-list__img img {
    width: 110%;
    max-width: 110%;
    margin-left: -10%;
    margin-bottom: -60px;
  }
}
@media (max-width: 840px) {
  .dp-top-3-check-list__wrapper:before {
    width: 310px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .dp-top-3-check-list-section {
    padding: 60px 0;
  }
  .dp-top-3-check-list {
    max-width: 480px;
  }
  .dp-top-3-check-list__desc {
    font-size: 15px;
    padding-bottom: 28px;
    margin-bottom: 32px;
    margin-top: 90px !important;
  }
  .dp-top-3-check-list__wrapper:before {
    width: 280px;
    height: 270px;
  }
  .dp-top-3-check-list-section-3 .dp-top-3-check-list__title {
    font-size: 20px;
    margin-bottom: 32px;
    display: block;
  }
  .dp-top-3-check-list__img {
    display: block;
  }
  .dp-top-3-check-list__img img {
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .dp-top-3-check-list-section {
    padding: 50px 0;
  }
  .dp-top-3-check-list__title {
    font-size: 22px;
  }
  .dp-top-3-check-list__wrapper:before {
    width: 210px;
    height: 200px;
    right: -40px;
  }
  .dp-top-3-check-list__desc {
    margin-top: 50px !important;
  }
}
@media (max-width: 400px) {
  .dp-top-3-check-list__title {
    font-size: 20px;
  }
  .dp-top-3-check-list__wrapper:before {
    width: 160px;
    height: 150px;
    right: -30px;
  }
  .dp-top-3-check-list__desc {
    margin-top: 30px !important;
    font-size: 14px;
  }
  .dp-mc-reg-form .dp-form__header {
    font-size: 17px;
  }
  .dp-top-3-check-list-section-3 .dp-top-3-check-list__title {
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .dp-top-3-check-list__title {
    font-size: 18px;
  }
  .dp-top-3-check-list__desc {
    font-size: 13px;
  }
}
.dp-get-course-program-section {
  font-family: "GothamPro", sans-serif;
  padding: 100px 0;
  background: url(../img/content/tilda/get-course-program-bg.png) no-repeat center center/cover;
}
.dp-get-course-program-section:before, .dp-get-course-program-section:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dp-get-course-program-section * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dp-get-course-program-section *:before, .dp-get-course-program-section *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dp-get-course-program {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.dp-get-course-program__title {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 80px;
}
.dp-get-course-program__img {
  text-align: center;
}
.dp-get-course-program__img img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.dp-get-course-program-form {
  position: relative;
  padding: 65px 40px;
  width: 100%;
  max-width: 354px;
  margin-left: auto;
  margin-right: auto;
}
.dp-get-course-program-form:before, .dp-get-course-program-form:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 15px;
}
.dp-get-course-program-form:before {
  z-index: 0;
  left: 12px;
  right: 12px;
  background-color: #621213;
}
.dp-get-course-program-form:after {
  z-index: 1;
  margin-bottom: 6px;
  border: 1px solid #aa4342;
  background: -webkit-gradient(linear, left top, left bottom, from(#952324), to(#771b14));
  background: -o-linear-gradient(top, #952324, #771b14);
  background: linear-gradient(to bottom, #952324, #771b14);
}
.dp-get-course-program-form__inner {
  position: relative;
  z-index: 2;
}
.dp-get-course-program-form input[type=text],
.dp-get-course-program-form input[type=tel],
.dp-get-course-program-form input[type=email],
.dp-get-course-program-form input[type=url],
.dp-get-course-program-form input[type=number],
.dp-get-course-program-form input[type=password] {
  border-radius: 10px;
  border-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
.dp-get-course-program-form input[type=text]:hover,
.dp-get-course-program-form input[type=tel]:hover,
.dp-get-course-program-form input[type=email]:hover,
.dp-get-course-program-form input[type=url]:hover,
.dp-get-course-program-form input[type=number]:hover,
.dp-get-course-program-form input[type=password]:hover {
  border-color: #ffd373;
}
.dp-get-course-program-form input[type=text]:focus,
.dp-get-course-program-form input[type=tel]:focus,
.dp-get-course-program-form input[type=email]:focus,
.dp-get-course-program-form input[type=url]:focus,
.dp-get-course-program-form input[type=number]:focus,
.dp-get-course-program-form input[type=password]:focus {
  border-color: #ffd373;
}
.dp-get-course-program-form input[type=text]:disabled,
.dp-get-course-program-form input[type=tel]:disabled,
.dp-get-course-program-form input[type=email]:disabled,
.dp-get-course-program-form input[type=url]:disabled,
.dp-get-course-program-form input[type=number]:disabled,
.dp-get-course-program-form input[type=password]:disabled {
  border-color: #F6F2FB !important;
}
.dp-get-course-program-form .dp-form__submit {
  background-color: #ffd373;
  width: 100%;
  color: #000000;
  border-radius: 10px;
}
.dp-get-course-program-form .dp-form__submit:focus, .dp-get-course-program-form .dp-form__submit:hover {
  color: #000000;
  background-color: #ffbb27;
}
.dp-get-course-program-form .dp-form__submit:active {
  color: #000000;
  background-color: #f3a600;
}

@media (min-width: 1201px) {
  .dp-get-course-program-form .dp-form__submit,
  .dp-get-course-program-form input[type=text],
  .dp-get-course-program-form input[type=tel],
  .dp-get-course-program-form input[type=email],
  .dp-get-course-program-form input[type=url],
  .dp-get-course-program-form input[type=number],
  .dp-get-course-program-form input[type=password] {
    height: 50px;
  }
}
@media (max-width: 1440px) {
  .dp-get-course-program-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .dp-get-course-program__title {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .dp-get-course-program {
    max-width: 900px;
  }
  .dp-get-course-program__title {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .dp-get-course-program-form .dp-field {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .dp-get-course-program-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .dp-get-course-program {
    max-width: 900px;
  }
  .dp-get-course-program__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .dp-get-course-program-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .dp-get-course-program__title {
    font-size: 28px;
  }
}
@media (max-width: 420px) {
  .dp-get-course-program-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .dp-get-course-program-form {
    padding: 45px 28px;
  }
}
.dp-auth-section {
  padding: 40px 0 60px;
}
.dp-auth-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.dp-auth-section__col {
  width: 100%;
}

.dp-sign-up-section {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 40px 20px;
  height: 100%;
}
.dp-sign-up-section__title,
.dp-sign-up-section .dp-form__title {
  font-size: 28px;
  line-height: 1;
  color: #000000;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}
.dp-sign-up-section .dp-form__footer {
  margin-top: 20px;
}
.dp-sign-up-section .dp-form__actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dp-sign-up-section .dp-field {
  margin-bottom: 20px;
}
.dp-sign-up-section .dp-form-auth-field-agreement a {
  color: #5F22A6;
  text-decoration: none;
  -webkit-transition: color 0.24s, opacity 0.24s;
  -o-transition: color 0.24s, opacity 0.24s;
  transition: color 0.24s, opacity 0.24s;
  will-change: color, opacity;
}
.dp-sign-up-section .dp-form-auth-field-agreement a:focus, .dp-sign-up-section .dp-form-auth-field-agreement a:hover {
  text-decoration: none;
  color: #5F22A6;
  opacity: 0.7;
}
.dp-sign-up-section .dp-form {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.dp-sign-up-section .dp-form-registration {
  display: none;
}
.dp-sign-up-section .dp-form-auth .dp-form__header,
.dp-sign-up-section .dp-form-auth .dp-form__submit {
  display: none;
}
.dp-sign-up-section .dp-field-password-toggle-btn {
  margin-top: 9px;
  margin-bottom: 0;
}

.bx-touch .dp-sign-up-section .dp-form-auth-field-agreement a:focus, .bx-touch .dp-sign-up-section .dp-form-auth-field-agreement a:hover {
  color: #5F22A6;
  opacity: 1;
}
.bx-touch .dp-sign-up-section .dp-form-auth-field-agreement a:active {
  color: #5F22A6;
  opacity: 0.7;
}

.dp-form-auth-forgott-link {
  margin-top: 20px;
  text-align: center;
}

.dp-social-auth-section {
  margin-top: 30px;
}
.dp-social-auth-section__title {
  font-size: 14px;
  line-height: 1.3;
  color: #999999;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.dp-social-auth-section .dp-social__link {
  width: 40px;
  height: 40px;
}
.dp-social-auth-section .dp-social__link .icon {
  margin: 10px;
  width: 20px;
  height: 20px;
}
.dp-social-auth-section .dp-social-auth {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dp-social-auth-section .dp-social-auth .dp-social__link {
  background-color: #F6F2FB;
}
.dp-social-auth-section .dp-social-auth .dp-social__link:hover {
  background-color: #eeeaf3;
}

.dp-auth-bonus {
  background-color: #F6F2FB;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 20px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.dp-auth-bonus__cover {
  border-radius: 20px;
  overflow: hidden;
  display: none;
  -webkit-overflow-scrolling: touch;
}
.dp-auth-bonus__cover picture {
  display: block;
}
.dp-auth-bonus__cover img {
  display: block;
  width: 100%;
  height: auto;
}
.dp-auth-bonus__title {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  color: #000000;
}
.dp-auth-bonus__desc {
  color: #000000;
  font-size: 15px;
  line-height: 1.3;
}
.dp-auth-bonus__desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.dp-auth-bonus__desc ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-left: 21px;
  position: relative;
}
.dp-auth-bonus__desc ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 7px;
  background-color: #5F22A6;
}
.dp-auth-bonus__welcome {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #5F22A6;
  padding-left: 21px;
}
.dp-auth-bonus__welcome-label {
  background-color: #5F22A6;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  height: 38px;
  border-radius: 19px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1;
}
.dp-auth-bonus__welcome-label-value {
  font-weight: 600;
}

.dp-auth-bonus-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.dp-auth-bonus-feature {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 8px);
          flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
}
.dp-auth-bonus-feature__value {
  font-size: 15px;
  color: #5F22A6;
  line-height: 1.3;
  font-weight: 500;
}
.dp-auth-bonus-feature__desc {
  font-size: 14px;
  line-height: 1.3;
}

@media (min-width: 576px) {
  .dp-auth-bonus-features {
    gap: 20px;
  }
  .dp-auth-bonus-feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 15px);
            flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
  .dp-auth-bonus {
    padding: 40px 30px;
  }
  .dp-auth-bonus__welcome {
    gap: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .dp-auth-section {
    padding: 60px 0 80px;
  }
  .dp-sign-up-section {
    padding: 60px 40px;
  }
  .dp-sign-up-section__title,
  .dp-sign-up-section .dp-form__title {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .dp-sign-up-section .dp-form__footer {
    margin-top: 30px;
  }
  .dp-sign-up-section .dp-form-auth-field-agreement {
    width: 100%;
    max-width: 406px;
    margin-left: auto;
    margin-right: auto;
  }
  .dp-sign-up-section .dp-form-auth-forgott-link {
    margin-top: 30px;
  }
  .dp-social-auth-section {
    margin-top: 60px;
  }
  .dp-social-auth-section .dp-social__link {
    width: 60px;
    height: 60px;
  }
  .dp-social-auth-section .dp-social__link .icon {
    width: 30px;
    height: 30px;
    margin: 15px;
  }
  .dp-social-auth-section .dp-social__link .icon-auth-ok {
    width: 36px;
    height: 36px;
    margin: 12px;
  }
  .dp-auth-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 30px;
  }
  .dp-auth-bonus__title {
    font-size: 34px;
  }
  .dp-auth-bonus__desc {
    font-size: 16px;
  }
  .dp-auth-bonus__welcome {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .dp-auth-bonus__welcome-label {
    font-size: 14px;
    gap: 5px;
  }
  .dp-auth-bonus__cover {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41%;
            flex: 0 0 41%;
    border-radius: 20px;
  }
  .dp-auth-bonus__cover picture {
    height: 100%;
    position: relative;
  }
  .dp-auth-bonus__cover img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dp-auth-bonus__caption {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 59%;
            flex: 0 0 59%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 20px 0 0;
  }
  .dp-auth-bonus-features {
    gap: 15px;
  }
  .dp-auth-bonus-feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
  .dp-auth-bonus-feature__value {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .dp-sign-up-section {
    padding: 40px 30px 60px;
  }
  .dp-sign-up-section__title,
  .dp-sign-up-section .dp-form__title {
    font-size: 32px;
  }
  .dp-sign-up-section .dp-form-auth-field-agreement {
    max-width: none;
  }
  .dp-auth-section__row {
    margin-left: -20px;
    margin-right: -20px;
    gap: 0;
  }
  .dp-auth-section__col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dp-auth-section__col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    max-width: 42%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .dp-auth-section__col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
    max-width: 58%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .dp-auth-bonus {
    display: block;
    padding: 0;
  }
  .dp-auth-bonus__title {
    font-size: 32px;
  }
  .dp-auth-bonus__cover img {
    position: static;
  }
  .dp-auth-bonus__caption {
    padding: 30px 40px 40px;
  }
  .dp-auth-bonus__welcome {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .dp-auth-bonus-features {
    gap: 10px;
  }
  .dp-auth-bonus-feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 8px);
            flex: 0 0 calc(25% - 8px);
    max-width: calc(25% - 8px);
  }
  .dp-social-auth-section {
    margin-top: 40px;
  }
  .dp-social-auth-section .dp-social__link {
    width: 50px;
    height: 50px;
  }
  .dp-social-auth-section .dp-social__link .icon {
    width: 24px;
    height: 24px;
    margin: 13px;
  }
  .dp-social-auth-section .dp-social__link .icon-auth-ok {
    width: 28px;
    height: 28px;
    margin: 11px;
  }
}
@media (min-width: 1201px) {
  .dp-sign-up-section {
    padding: 60px 40px;
    border-radius: 30px;
  }
  .dp-sign-up-section__title,
  .dp-sign-up-section .dp-form__title {
    font-size: 36px;
  }
  .dp-sign-up-section .dp-field-password-toggle-btn {
    margin-top: 14px;
  }
  .dp-auth-bonus {
    border-radius: 30px;
  }
  .dp-auth-bonus__cover {
    border-radius: 30px;
  }
  .dp-auth-bonus__title {
    font-size: 36px;
  }
  .dp-auth-bonus__desc {
    font-size: 18px;
  }
  .dp-auth-bonus__welcome-label {
    font-size: 15px;
    gap: 10px;
  }
  .dp-auth-bonus-feature__value {
    font-size: 18px;
  }
  .dp-auth-bonus-feature__desc {
    font-size: 15px;
    line-height: 1.4;
  }
  .dp-social-auth-section {
    margin-top: 60px;
  }
  .dp-social-auth-section .dp-social__link {
    width: 60px;
    height: 60px;
  }
  .dp-social-auth-section .dp-social__link .icon {
    width: 30px;
    height: 30px;
    margin: 15px;
  }
  .dp-social-auth-section .dp-social__link .icon-auth-ok {
    width: 36px;
    height: 36px;
    margin: 12px;
  }
}
@media (min-width: 1367px) {
  .dp-sign-up-section__title,
  .dp-sign-up-section .dp-form__title {
    font-size: 40px;
  }
  .dp-auth-section {
    padding: 80px 0 100px;
  }
  .dp-auth-bonus__title {
    font-size: 40px;
  }
  .dp-auth-bonus__desc {
    font-size: 18px;
  }
}
@media (min-width: 1441px) {
  .dp-sign-up-section__title,
  .dp-sign-up-section .dp-form__title {
    font-size: 44px;
  }
  .dp-auth-bonus__title {
    font-size: 44px;
  }
  .dp-auth-bonus__desc {
    font-size: 20px;
  }
  .dp-auth-bonus-feature__value {
    font-size: 20px;
  }
}