﻿/*colors*/
/* font */
/*grid dimensions*/
/*font settings*/
/* grid settings */
/*screenSises*/
.tabs__btns-wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.comment-block__review, .comment-block__content, .comment-block, .homework-common__files, .course-homework__info, .course-homework__icon, .course-homework, .course-homeworks__wrap, .lessons-list__item, .lessons-list__items, .course-lessons-list__heading, .schedule-item__day .text_sm.bold, .schedule-item__week, .schedule-item, .schedule__tab .text_xs, .schedule__control, .thumb-slider__icon, .course-inner-info__badges, .course-inner-info__title, .course-inner-info, .password-toggle-input__btn, .input-group, .single-file-item__download, .single-file-item, .upload-files__footer, .line-progress, .auditorium-popup__header, .teacher-popup__header, .popup-message__icon > div, .popup-close_round {
  display: -ms-flexbox;
  display: flex;
}

.comment-block__review, .homework-common__files, .course-homework__info, .course-homework__icon, .lessons-list__item, .course-lessons-list__heading, .schedule-item__day .text_sm.bold, .schedule__tab .text_xs, .thumb-slider__icon, .single-file-item__download, .upload-files__footer, .line-progress, .popup-message__icon > div, .popup-close_round, .tabs__btns-wrap {
  -ms-flex-align: center;
  align-items: center;
}

.comment-block, .course-homework, .single-file-item {
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.schedule-item {
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.course-homework__info, .course-lessons-list__heading, .schedule-item__day .text_sm.bold, .course-inner-info__title, .upload-files__footer {
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.comment-block__review, .course-homework__icon, .schedule__control, .thumb-slider__icon, .single-file-item__download, .popup-message__icon > div, .popup-close_round {
  -ms-flex-pack: center;
  justify-content: center;
}

.popup_sm .popup__content {
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.media-item-auditorium-gallery, .homework-common__files, .thumb-slider__thumbs .thumb-slider__slide, .password-toggle-input__btn, .single-file-item__close, .upload-files-btn input, .upload-files__edit, .popup-close, .tabs .tabs__btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.media-auditorium-gallery .column:first-child .media-item-auditorium-gallery::after, .course-homeworks::after, .schedule-item::after, .upload-files__footer::after, .popup-form-md2__elements::after, .popup-form-md__elements::after, .popup-form-sm__elements::after {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.course-homeworks, .schedule-item, .upload-files__footer, .popup-form-md2__elements, .popup-form-md__elements, .popup-form-sm__elements {
  position: relative;
}
.course-homeworks::after, .schedule-item::after, .upload-files__footer::after, .popup-form-md2__elements::after, .popup-form-md__elements::after, .popup-form-sm__elements::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-image: url(../../img/decore/horizontal-black.svg);
  background-repeat: repeat-x;
  background-size: contain;
}

.tabs__btns {
  max-width: 100%;
}
.tabs .tabs__btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.tabs .tabs__btn:first-child {
  margin-left: 0;
}
.tabs__items {
  position: relative;
}
.tabs__item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}
.tabs__item.active {
  position: relative;
  top: initial;
  left: initial;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  display: block;
}
.tabs_default .tabs__btns {
  overflow: auto;
  -ms-scroll-snap-type: both mandatory;
  scroll-snap-type: both mandatory;
  -webkit-overflow-scrolling: touch;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .tabs_default .tabs__btns {
    margin-right: -8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.tabs_default .tabs__btns-wrap {
  background-color: #F2F2F2;
  border-radius: 100px;
}
.tabs_default .tabs__btn {
  padding: 8.5px 16px;
  color: #999999;
  margin-left: 8px;
  border-radius: 100px;
}
.tabs_default .tabs__btn.active {
  background-color: #000;
  color: #fff;
}
.tabs_default .tabs__items {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .tabs_default .tabs__items {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .tabs_default .tabs__items {
    margin-top: 14px;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1000;
  display: none;
}
.popup::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.75);
}
.popup__content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.popup__body {
  background-color: #fff;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.popup.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.popup.active.popup_form_right .popup__body {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.popup_sm .popup__body {
  padding: 32px;
  max-width: 456px;
  margin: 0 0 0 auto;
  min-height: 100%;
}
@media (max-width: 767px) {
  .popup_sm .popup__body {
    padding: 16px 8px;
  }
}
.popup_form_right .popup__body {
  -moz-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.popup-close {
  z-index: 1;
}
.popup-close_round {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  background-color: #F6F6F7;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .popup-close_round {
    width: 32px;
    height: 32px;
    top: 8px;
    right: 8px;
  }
}

.popup-message .popup__content {
  padding: 176px 16px 25px;
}
@media (max-width: 767px) {
  .popup-message .popup__content {
    padding: 75px 16px 25px;
  }
}
.popup-message .popup__body {
  max-width: 544px;
  border-radius: 40px;
  padding: 40px 88px 56px 96px;
  text-align: center;
}
@media (max-width: 767px) {
  .popup-message .popup__body {
    padding: 20px;
    border-radius: 20px;
  }
}
.popup-message__icon > div {
  margin: 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #A0AB4D;
  color: #fff;
}
@media (max-width: 767px) {
  .popup-message__icon > div {
    width: 40px;
    height: 40px;
  }
}
.popup-message__title {
  margin-top: 8px;
  font: normal 1.625rem/161% "GHEAMariam";
  color: #6D712E;
  letter-spacing: -0.2px;
}
@media (max-width: 767px) {
  .popup-message__title {
    font-size: 16px;
  }
}
.popup-message__desc {
  margin-top: 8px;
}
.popup-message__btn {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .popup-message__btn {
    margin-top: 16px;
  }
}
.popup-message__btn .btn {
  width: 100%;
}
.popup-message__link {
  text-align: center;
  margin-top: 16px;
}
.popup-message__link a {
  color: #0072CE;
}

.popup-form-sm .popup__content {
  padding: 176px 16px 25px;
}
@media (max-width: 767px) {
  .popup-form-sm .popup__content {
    padding: 75px 16px 25px;
  }
}
.popup-form-sm .popup__body {
  max-width: 456px;
  border-radius: 24px;
  padding: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .popup-form-sm .popup__body {
    padding: 16px;
    border-radius: 16px;
  }
}
.popup-form-sm__title {
  color: #000;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .popup-form-sm__title {
    padding-right: 40px;
  }
}
.popup-form-sm__elements {
  margin-top: 25px;
  padding-top: 21px;
}
.popup-form-sm__elements::after {
  top: -1px;
  background-image: url(../../img/decore/horizontal-black-20.svg);
}
.popup-form-sm__btn {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .popup-form-sm__btn {
    margin-top: 16px;
  }
}
.popup-form-sm__btn .btn {
  width: 100%;
}
.popup-form-sm__link {
  text-align: center;
  margin-top: 16px;
}
.popup-form-sm__link a {
  color: #0072CE;
}

.popup-form-md .popup__content {
  padding: 76px 16px 25px;
}
@media (max-width: 1023px) {
  .popup-form-md .popup__content {
    padding: 75px 16px 25px;
  }
}
.popup-form-md .popup__body {
  max-width: 1000px;
  border-radius: 24px;
  padding: 24px;
  position: relative;
}
@media (max-width: 1023px) {
  .popup-form-md .popup__body {
    padding: 16px;
    border-radius: 16px;
  }
}
.popup-form-md__title {
  color: #000;
  padding-right: 50px;
}
@media (max-width: 1023px) {
  .popup-form-md__title {
    padding-right: 40px;
  }
}
.popup-form-md__elements {
  margin-top: 25px;
  padding-top: 21px;
}
.popup-form-md__elements::after {
  top: -1px;
  background-image: url(../../img/decore/horizontal-black-20.svg);
}
.popup-form-md__btn {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .popup-form-md__btn {
    margin-top: 16px;
  }
}
.popup-form-md__btn .btn {
  width: 100%;
}
.popup-form-md__link {
  text-align: center;
  margin-top: 16px;
}
.popup-form-md__link a {
  color: #0072CE;
}

.read-more-popup__title {
  padding-right: 50px;
}
.read-more-popup__text {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .read-more-popup__title {
    padding-right: 42px;
  }
  .read-more-popup__text {
    margin-top: 16px;
  }
}

.attached-files-popup__title {
  padding-right: 50px;
}
.attached-files-popup__items {
  padding-top: 16px;
}
.attached-files-popup__btn {
  margin-top: 24px;
}
.attached-files-popup__btn .btn {
  width: 100%;
}

.teacher-popup .popup__body {
  padding: 0;
  max-width: 586px;
}
.teacher-popup .popup-close {
  top: 44px;
  right: 44px;
}
@media (max-width: 550px) {
  .teacher-popup .popup-close {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 550px) {
  .teacher-popup__header {
    display: block;
  }
}
.teacher-popup__img {
  border-radius: 0 0 24px 0;
  overflow: hidden;
  max-width: 233px;
  -ms-flex: 0 0 233px;
  flex: 0 0 233px;
}
.teacher-popup__info {
  padding: 50px 39px 0 28px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 550px) {
  .teacher-popup__info {
    padding: 20px 8px 0 8px;
  }
}
.teacher-popup__subject {
  background-color: #A0AB4D;
  padding: 4px 8px;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  letter-spacing: 2px;
  width: 80%;
}
.teacher-popup__label {
  letter-spacing: 2px;
  color: #999999;
  margin-top: 34px;
}
@media (max-width: 550px) {
  .teacher-popup__label {
    margin-top: 15px;
  }
}
.teacher-popup__name {
  margin-top: 9px;
}
@media screen and (min-width: 1441px) {
  .teacher-popup__name {
    font-size: calc(26px + 0 * (100vw - 1441px) / 479);
  }
}
@media screen and (min-width: 1920px) {
  .teacher-popup__name {
    font-size: 26px;
  }
}
@media (max-width: 550px) {
  .teacher-popup__name {
    margin-top: 7px;
  }
}
.teacher-popup__name span {
  display: block;
}
.teacher-popup__about {
  padding: 32px 44px;
  font: normal 0.875rem/181% "HelveticaNeueLTARMW05", Arial, sans-serif;
  color: #000;
}
@media screen and (min-width: 768px) {
  .teacher-popup__about {
    font-size: calc(16px + 0 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .teacher-popup__about {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .teacher-popup__about {
    padding: 11px 8px 32px 8px;
    line-height: 171%;
  }
}

.auditorium-popup .popup__body {
  padding: 0;
  max-width: 586px;
}
.auditorium-popup .popup-close {
  top: 44px;
  right: 44px;
}
@media (max-width: 550px) {
  .auditorium-popup .popup-close {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 550px) {
  .auditorium-popup__header {
    display: block;
  }
}
.auditorium-popup__img {
  border-radius: 0 0 24px 0;
  overflow: hidden;
  max-width: 233px;
  -ms-flex: 0 0 233px;
  flex: 0 0 233px;
}
.auditorium-popup__info {
  padding: 50px 39px 0 28px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 550px) {
  .auditorium-popup__info {
    padding: 20px 8px 0 8px;
  }
}
.auditorium-popup__subject {
  background-color: #A0AB4D;
  padding: 4px 8px;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  letter-spacing: 2px;
  width: 80%;
}
.auditorium-popup__label {
  letter-spacing: 2px;
  color: #999999;
  margin-top: 34px;
}
@media (max-width: 550px) {
  .auditorium-popup__label {
    margin-top: 15px;
  }
}
.auditorium-popup__name {
  margin-top: 9px;
}
@media screen and (min-width: 1441px) {
  .auditorium-popup__name {
    font-size: calc(26px + 0 * (100vw - 1441px) / 479);
  }
}
@media screen and (min-width: 1920px) {
  .auditorium-popup__name {
    font-size: 26px;
  }
}
@media (max-width: 550px) {
  .auditorium-popup__name {
    margin-top: 7px;
  }
}
.auditorium-popup__name span {
  display: block;
}
.auditorium-popup__about {
  padding: 32px 44px;
  font: normal 0.875rem/181% "HelveticaNeueLTARMW05", Arial, sans-serif;
  color: #000;
}
@media screen and (min-width: 768px) {
  .auditorium-popup__about {
    font-size: calc(16px + 0 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .auditorium-popup__about {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .auditorium-popup__about {
    padding: 11px 8px 32px 8px;
    line-height: 171%;
  }
}

.childquestionnaire-btn {
  height: 50px !important;
  margin-bottom: 10px !important;
}

.childquestionnaire-row {
  justify-content: center !important;
  margin: 0;
  max-width: 100%;
  column-gap: 16px;
}

.childquestionnaire-form-row {
  max-width: 861px !important;
  margin-left: 0px !important;
}

.scrollable-popup-body {
  overflow-x: auto;
  overflow-x: hidden;
  max-height: 600px;
  padding: 3px;
}

.popup-form-md2 .popup__content {
  padding: 76px 16px 25px;
}
@media (max-width: 1023px) {
  .popup-form-md2 .popup__content {
    padding: 75px 16px 25px;
  }
}
.popup-form-md2 .popup__body {
  max-width: 800px;
  border-radius: 24px;
  padding: 24px;
  position: relative;
}
@media (max-width: 1023px) {
  .popup-form-md2 .popup__body {
    padding: 16px;
    border-radius: 16px;
  }
}
.popup-form-md2__title {
  color: #000;
  padding-right: 50px;
}
@media (max-width: 1023px) {
  .popup-form-md2__title {
    padding-right: 40px;
  }
}
.popup-form-md2__elements {
  margin-top: 25px;
  padding-top: 5px;
}
.popup-form-md2__elements::after {
  top: -1px;
  background-image: url(../../img/decore/horizontal-black-20.svg);
}
.popup-form-md2__btn {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .popup-form-md2__btn {
    margin-top: 16px;
  }
}
.popup-form-md2__btn .btn {
  width: 100%;
}
.popup-form-md2__link {
  text-align: center;
  margin-top: 16px;
}
.popup-form-md2__link a {
  color: #0072CE;
}

.radial-progress {
  height: auto;
  max-width: 64px;
  transform: rotate(-90deg);
  width: 100%;
}
@media (max-width: 767px) {
  .radial-progress {
    max-width: 52px;
  }
}
.radial-progress circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #fff;
  stroke-dashoffset: 219.9114857513;
  stroke-width: 6;
}
.radial-progress circle.complete {
  stroke-dasharray: 219.9114857513;
}
.radial-progress text {
  fill: inherit;
  text-anchor: middle;
  font: bold 1.1875rem/133% "HelveticaNeueLTARMW05", Arial, sans-serif;
  color: inherit;
  font-feature-settings: "liga" off;
}

@media (max-width: 1023px) {
  .line-progress {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .line-progress {
    width: 100%;
  }
}
.line-progress__text {
  color: #808080;
}
.line-progress__wrap {
  -ms-flex: 0 0 336px;
  flex: 0 0 336px;
  max-width: 336px;
  width: 336px;
  height: 4px;
  background-color: #F2F2F2;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  margin-left: 8px;
}
@media (max-width: 1439px) {
  .line-progress__wrap {
    -ms-flex: 0 0 203px;
    flex: 0 0 203px;
    max-width: 203px;
  }
}
@media (max-width: 1023px) {
  .line-progress__wrap {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 192px;
    max-width: 192px;
    margin-left: 0;
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  .line-progress__wrap {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
.line-progress__target {
  width: 0;
  height: 100%;
  background-color: #ED9B33;
  border-radius: 100px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.upload-files__preview {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .upload-files__preview {
    margin-top: 0;
  }
}
.upload-files__footer {
  padding-bottom: 30px;
  margin-top: 16px;
}
.upload-files__footer::after {
  bottom: -1px;
  background-image: url(../../img/decore/horizontal-black-20.svg);
}
.upload-files__footer .info-label:first-child {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .upload-files__footer {
    padding-bottom: 0;
  }
  .upload-files__footer::after {
    display: none;
  }
}
.upload-files-btn {
  position: relative;
  width: 100%;
  background-color: #E5F0F1;
  border: 1.5px dashed #ACD1E8;
  border-radius: 16px;
  padding: 40px 16px;
  color: #0072CE;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .upload-files-btn {
    padding: 25px 16px;
  }
}
@media (max-width: 767px) {
  .upload-files-btn {
    padding: 12px 16px 16px 16px;
  }
  .upload-files-btn__icon {
    max-width: 40px;
    margin: 0 auto;
  }
}
.upload-files-btn input {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 120%;
  opacity: 0;
  z-index: 1;
}
.upload-files-btn__title {
  font: 800 0.75rem/171% "HelveticaNeueLTARMW05", Arial, sans-serif;
  color: inherit;
  font-feature-settings: "liga" off;
}
@media screen and (min-width: 768px) {
  .upload-files-btn__title {
    font-size: calc(14px + 0 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .upload-files-btn__title {
    font-size: 14px;
  }
}

.single-file-item {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 24px 16px;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .single-file-item {
    margin-top: 14px;
  }
}
.single-file-item__close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #999999;
  z-index: 1;
}
.single-file-item__icon {
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  position: relative;
}
.single-file-item__icon .file-uploaded {
  position: absolute;
  right: 3px;
  bottom: -1px;
  width: 12px;
  height: 12px;
  background-color: #A0AB4D;
  color: #fff;
  border-radius: 50%;
}
.single-file-item__icon .file-uploaded .icon {
  font-size: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-file-item__info {
  -ms-flex: 0 0 calc(100% - 48px);
  flex: 0 0 calc(100% - 48px);
  max-width: calc(100% - 48px);
  margin-left: 8px;
  position: relative;
}
.single-file-item__name {
  padding-right: 30px;
  display: block;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 16px;
}
.single-file-item__size {
  display: block;
  color: #999999;
  line-height: 16px;
  margin-top: 8px;
}
.single-file-item__progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8px;
  border-radius: 100px;
  width: 100%;
  background-color: #F2F2F2;
}
.single-file-item__progress div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #0072CE;
  border-radius: 100px;
  width: 0;
}
.single-file-item__download {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
  color: #4B535F;
  background-color: #F2F2F2;
  border-radius: 50%;
}
.single-file-item_animated .single-file-item__icon .file-uploaded {
  opacity: 0;
  animation: showSmooth 0.3s ease-out 1.6s forwards;
}
.single-file-item_animated .single-file-item__size {
  opacity: 0;
  animation: showSmooth 0.3s ease-out 1.6s forwards;
}
.single-file-item_animated .single-file-item__progress {
  animation: hideSmooth 0.3s ease-out 1.5s forwards;
}
.single-file-item_animated .single-file-item__progress div {
  animation: fileProgress 1.5s ease-out forwards;
}
.single-file-item_download {
  margin-top: 16px;
}
.single-file-item_download .single-file-item__info {
  padding-right: 50px;
}
.single-file-item_download .single-file-item__name {
  padding-right: 0;
}

@keyframes fileProgress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes showSmooth {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hideSmooth {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.input-pack label {
  display: block;
  margin-bottom: 8px;
}
.input-pack input, .input-pack textarea {
  width: 100%;
  display: block;
}
.input-pack textarea {
  resize: vertical;
}
.input-pack_md input, .input-pack_md textarea {
  height: 48px;
  padding: 0 16px;
}
.input-pack_md textarea {
  padding: 16px;
}
.input-pack_shadow label {
  font: 500 0.875rem/16px "HelveticaNeueLTARMW05", Arial, sans-serif;
  color: #1A1A1A;
  font-feature-settings: "liga" off;
}
.input-pack_shadow input, .input-pack_shadow textarea {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 0px 5px #E5E5E5;
  border-radius: 8px;
  font: normal 1rem/150% "HelveticaNeueLTARMW05", Arial, sans-serif;
  color: #1A1A1A;
}

.input-group {
  margin-top: 16px;
  width: 100%;
  margin-left: -8px;
  width: calc(100% + 16px);
}
.input-group:first-child {
  margin-top: 0;
}
.input-group .input-pack {
  flex: 1;
}
.input-group .input-pack-wrap {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 8px;
}
.input-group .input-pack-wrap:only-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.input-group .input-pack__target {
  width: 100%;
  position: relative;
}
.input-group .input-pack textarea {
  padding: 16px;
}
@media (max-width: 767px) {
  .input-group {
    margin-top: 12px;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .input-group .input-pack-wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 12px;
  }
  .input-group .input-pack-wrap:first-child {
    padding-top: 0;
  }
}

.password-toggle-input__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.password-toggle-input__btn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.password-toggle-input__btn .icon-eye-closed {
  opacity: 0;
}
.password-toggle-input__btn.visible .icon-eye {
  opacity: 0;
}
.password-toggle-input__btn.visible .icon-eye-closed {
  opacity: 1;
}

.course-inner__main {
  padding-top: 64px;
  padding-bottom: 60px;
  position: relative;
}

.course-inner-info__action {
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  max-width: 360px;
}
.course-inner-info__content {
  padding-left: 24px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 34px;
}
.course-inner-info__title .btn {
  position: absolute;
  top: 32px;
  right: 32px;
}
.course-inner-info__title .btn span {
  font-weight: 500;
  text-transform: initial;
}
.course-inner-info__badges {
  margin-top: 5px;
  margin-left: -8px;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.course-inner-info__badges .info-label {
  margin-left: 8px;
  margin-top: 8px;
}
.course-inner-info_sm {
  padding: 0 96px;
}
.course-inner-info__desc {
  -webkit-line-clamp: 7;
}

.thumb-slider {
  position: relative;
}
.thumb-slider__icon {
  width: 56px;
  height: 56px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 16px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: #fff;
}
.thumb-slider__main {
  background: #C4C4C4;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.thumb-slider__main img {
  height: 340px !important;
}
.thumb-slider__thumbs {
  margin-top: -26px;
  position: relative;
  z-index: 1;
  padding: 0 16px;
}
.thumb-slider__thumbs .thumb-slider__slide {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #fff;
  height: 60px;
  position: relative;
}
.thumb-slider__thumbs .thumb-slider__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb-slider__thumbs .video-slide {
  filter: grayscale(75%);
}

.schedule {
  margin-top: 70px;
  padding: 0 32px;
}
.schedule__control .tabs__btns-wrap {
  background-color: #fff;
  margin-bottom: 0;
  border-radius: 16px;
  position: relative;
}
.schedule__control .tabs__btns-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
.schedule__tab {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 16px 14px 0 16px;
  border-radius: 16px 16px 0 0;
  height: 100%;
  color: #CCCCCC;
}
.schedule__tab .text_xs, .schedule__tab .text_sm {
  margin-top: 6px;
}
.schedule__tab .text_xs .icon {
  margin-right: 5px;
}
.schedule__tab .text_xs span {
  font-size: 14px;
  font-weight: 800;
  margin-left: 5px;
}
.schedule__tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 2px;
  height: calc(100% - 16px);
  background-color: #F2F2F2;
}
.schedule__tab:last-child::after {
  display: none;
}
.schedule__tab.active {
  color: #ED9B33;
}
.schedule__content {
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

.schedule-block {
  padding: 32px 48px 40px;
}

.schedule-item {
  padding: 25px 0;
  padding-bottom: 60px;
  margin-bottom: 25px;
  position: relative;
}
.schedule-item::after {
  top: -1px;
  background-image: url(../../img/decore/horizontal-black-20.svg);
}
.schedule-item:first-child {
  padding-top: 0;
}
.schedule-item:first-child::after {
  display: none;
}
.schedule-item:last-child {
  margin-bottom: 0;
}
.schedule-item__main {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.schedule-item__week {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: -6px;
  margin-left: -16px;
  padding-right: 16px;
}
.schedule-item__day {
  margin: 16px 0 0 15px;
  background: #F2F2F2;
  border-radius: 8px;
  padding: 8px 8px 6px 8px;
  min-width: 96px;
  color: #999999;
}
.schedule-item__day_active {
  min-width: 112px;
  background-color: #D1E8BC;
  color: #000;
}
.schedule-item__day .text_sm.bold .icon {
  margin-left: 3px;
}
.schedule-item__day .text_sm.medium {
  line-height: 158%;
}
.schedule-item__action {
  -ms-flex: 0 0 135px;
  flex: 0 0 135px;
  max-width: 135px;
  position: relative;
}
.schedule-item__action .btn_buy {
  margin-top: 16px;
}
.schedule-item__price {
  font: normal 0.75rem/24px "Montserratarm";
  color: #000;
  letter-spacing: -0.01em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .schedule-item__price {
    font-size: calc(14px + 0 * (100vw - 768px) / 255);
  }
}
@media screen and (min-width: 1023px) {
  .schedule-item__price {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .schedule-item__price {
    font-size: calc(16px + 0 * (100vw - 1024px) / 896);
  }
}
@media screen and (min-width: 1920px) {
  .schedule-item__price {
    font-size: 16px;
  }
}
.schedule-item__price span {
  font-weight: 900;
}
.schedule-item__monthly-price {
  position: absolute;
  right: 0;
  font-weight: 800;
  font-size: 12px;
  line-height: 24px;
  color: #ED9B33;
}
.schedule-item .info-label__icon {
  height: 20px;
}
.schedule-item .info-label__icon .icon {
  font-size: 18px;
}
.schedule-item .info-label__icon img {
  vertical-align: initial;
}

.course-lessons-list {
  margin-top: 48px;
  padding: 0 96px;
}
.course-lessons-list__title {
  padding-right: 15px;
}
.course-lessons-list__progress {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lessons-list {
  margin-top: 28px;
}
.lessons-list__items {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -24px 0 0 -24px;
  counter-reset: lessons-counter;
}
.lessons-list__wrap {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 24px 0 0 24px;
}
.lessons-list__item {
  width: 100%;
  background: #fff;
  color: #6D712E;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  padding: 8px 16px 8px 8px;
}
.lessons-list__item_finished {
  background-color: #A0AB4D;
  color: #fff;
}
.lessons-list__item_finished .lessons-list__title {
  font-weight: 500;
}
.lessons-list__item_finished .lessons-list__count {
  color: #A0AB4D;
  background-color: #fff;
}
.lessons-list__item_finished .lessons-list__info {
  padding-right: 32px;
}
@media (max-width: 767px) {
  .lessons-list__item_finished .lessons-list__info {
    margin-right: 5px;
  }
}
.lessons-list__count {
  width: 40px;
  height: 40px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #F0F0E1;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  color: #6D712E;
}
.lessons-list__count::after {
  counter-increment: lessons-counter;
  content: counter(lessons-counter);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font: bold 0.875rem/150% "HelveticaNeueLTARMW05", Arial, sans-serif;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .lessons-list__count::after {
    font-size: calc(16px + 0 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .lessons-list__count::after {
    font-size: 16px;
  }
}
.lessons-list__info {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.lessons-list__info span {
  display: block;
}
.lessons-list__date {
  margin-top: 2px;
}
.lessons-list__checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  color: inherit;
}
.lessons-list__title {
  font: bold 0.75rem/143% "HelveticaNeueLTARMW05", Arial, sans-serif;
  color: inherit;
  font-feature-settings: "liga" off;
}
@media screen and (min-width: 768px) {
  .lessons-list__title {
    font-size: calc(14px + 0 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .lessons-list__title {
    font-size: 14px;
  }
}
.lessons-list__btn {
  margin-top: 32px;
  text-align: center;
}

.course-homeworks {
  margin-top: 45px;
  padding-top: 35px;
}
.course-homeworks::after {
  top: -1px;
  background-image: url(../../img/decore/horizontal-black-20.svg);
}
.course-homeworks .empty-message-sm {
  margin-top: 25px;
}
.course-homeworks__wrap {
  margin-top: 8px;
  margin-left: -24px;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.course-homeworks__link {
  margin-top: 32px;
  text-align: center;
}

.course-homework-wrap {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 24px 0 0 24px;
}

.course-homework {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 24px;
  height: 100%;
}
.course-homework__icon {
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  max-width: 48px;
  width: 48px;
  height: 48px;
  background-color: #A0AB4D;
  color: #fff;
  border-radius: 50%;
  margin-right: 8px;
}
.course-homework__content {
  -ms-flex: 0 0 calc(100% - 56px);
  flex: 0 0 calc(100% - 56px);
  max-width: calc(100% - 56px);
}
.course-homework__title {
  color: #6D712E;
}
.course-homework__info {
  margin-top: 8px;
  max-width: 100%;
}
.course-homework__deadline {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #666666;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course-homework__deadline:not(:only-child) {
  padding-right: 15px;
}
.course-homework__status {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.course-homework_disabled {
  background-color: #F2F2F2;
  box-shadow: none;
}
.course-homework_disabled .course-homework__icon {
  background-color: #fff;
  color: #B3B3B3;
}
.course-homework_disabled .course-homework__title, .course-homework_disabled .course-homework__deadline {
  color: #999999;
}

.homework__main {
  padding-top: 24px;
  padding-bottom: 60px;
}
.homework__main .breadcrumb {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .homework__main .breadcrumb {
    margin-bottom: 12px;
  }
}

.homework-form .upload-files {
  margin-top: 37px;
}
.homework-form__comments {
  margin-top: 40px;
}
.homework-form__comments textarea {
  min-height: 144px;
}
.homework-form__btn {
  margin-top: 32px;
  text-align: center;
}
.homework-form__btn .btn {
  width: 100%;
  max-width: 360px;
}
.homework-form .comment-block {
  margin-top: 40px;
}
.homework-form .comment-block_review {
  margin-top: 30px;
}
.homework-form__review .info-label {
  margin-top: 16px;
}

.homework-common {
  width: 100%;
  background-color: #fff;
  border: 1.5px solid #F2F2F2;
  border-radius: 16px;
  padding: 24px;
}
.homework-common__block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.homework-common__files {
  margin-top: 13px;
  position: relative;
  border-radius: 10px;
  background-color: #F0F0E1;
  color: #6D712E;
  height: 48px;
  padding: 0 44px 0 16px;
}
.homework-common__files span {
  margin-left: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homework-common__files .homework-files-count {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ED9B33;
  color: #fff;
  text-align: center;
}

.comment-block {
  background: #F2F2F2;
  border-radius: 16px;
  padding: 24px;
}
.comment-block__user {
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.comment-block__user img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comment-block__content {
  padding-left: 15px;
}
.comment-block__content-wrap {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 24px;
}
.comment-block__name {
  color: #666666;
}
.comment-block__text {
  color: #666666;
  line-height: 171%;
  margin-top: 2px;
}
.comment-block__review {
  -ms-flex: 0 0 152px;
  flex: 0 0 152px;
  max-width: 152px;
  background-color: #ED9B33;
  border-radius: 16px;
  color: #fff;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  margin: -8px -8px -8px 0;
}
.comment-block__review > div {
  margin-top: 8px;
}

@media (max-width: 1439px) {
  .thumb-slider__thumbs .thumb-slider__slide {
    height: 55px;
  }
  .course-inner-info__action {
    -ms-flex: 0 0 332px;
    flex: 0 0 332px;
    max-width: 332px;
  }
  .course-inner-info__badges {
    margin-top: 22px;
    margin-left: -8px;
  }
  .course-inner-info_sm {
    padding: 0 70px;
  }
  .course-inner-info__content {
    padding-bottom: 29px;
  }
  .schedule-block {
    padding: 32px 38px 40px;
  }
  .schedule-item {
    padding: 15px 0 65px;
    margin-bottom: 25px;
  }
  .schedule-item__week {
    padding-right: 0;
  }
  .schedule-item__day {
    min-width: 124px;
  }
  .schedule-item__action {
    -ms-flex: 0 0 158px;
    flex: 0 0 158px;
    max-width: 158px;
  }
  .course-lessons-list {
    padding: 0 70px;
  }
  .course-homework {
    padding: 24px 24px 17px 24px;
  }
  .course-homework__info {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .course-homework__status {
    margin-top: 8px;
  }
}
@media (max-width: 1023px) {
  .course-inner__main {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .course-inner-info {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .course-inner-info__action {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .course-inner-info__content {
    margin-top: 30px;
    padding: 0;
  }
  .course-inner-info__title .text_mons_md {
    padding-right: 15px;
  }
  .course-inner-info__title .btn {
    position: static;
  }
  .course-inner-info__badges {
    margin-top: 8px;
    margin-left: -8px;
  }
  .course-inner-info_sm {
    padding: 0 70px;
  }
  .thumb-slider {
    max-width: 544px;
    margin: 0 auto;
  }
  .thumb-slider__thumbs {
    max-width: 331px;
    padding: 0 14px;
  }
  .thumb-slider__slide img {
    width: 100%;
  }
  .schedule {
    padding: 0 30px;
    margin-top: 60px;
  }
  .schedule-block {
    padding: 40px 42px;
  }
  .schedule-item {
    padding: 19px 0 65px;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .schedule-item__action {
    margin-top: 5px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
  .schedule-item__action .btn_buy {
    margin-top: 8px;
  }
  .schedule-item__monthly-price {
    left: 0;
    top: 0;
  }
  .lessons-list {
    margin-top: 24px;
  }
  .lessons-list__items {
    margin: 0;
  }
  .lessons-list__wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 16px 0 0 0;
  }
  .lessons-list__wrap:first-child {
    padding-top: 0;
  }
  .course-homeworks__wrap {
    margin-left: 0;
    margin-top: 20px;
  }
  .course-homework-wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 16px 0 0 0;
  }
  .course-homework-wrap:first-child {
    padding-top: 0;
  }
  .course-homework {
    padding: 24px;
  }
  .course-homework__info {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: space-between;
    align-items: space-between;
  }
  .course-homework__status {
    margin-top: 0;
  }
  .comment-block__content {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .comment-block__content-wrap {
    padding: 0;
  }
  .comment-block__review {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: initial;
    border-radius: 10px;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 14px 0 0 0;
    padding: 6px 12px;
  }
  .comment-block__review > div {
    margin-top: 0;
    margin-left: 4px;
  }
}
@media (max-width: 767px) {
  .course-inner__main {
    padding-top: 8px;
    padding-bottom: 45px;
  }
  .course-inner-info__content {
    margin-top: 15px;
  }
  .course-inner-info__title {
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .course-inner-info__title .text_mons_md {
    padding-right: 0;
    margin-top: 10px;
  }
  .course-inner-info_sm {
    padding: 0;
  }
  .thumb-slider {
    max-width: 544px;
    margin: 0 auto;
  }
  .thumb-slider__icon {
    width: 44px;
    height: 44px;
    border-radius: 0px 13px;
  }
  .thumb-slider__main {
    border-radius: 13px;
  }
  .thumb-slider__thumbs {
    padding: 0 32px 0 28px;
    margin-top: -20px;
  }
  .thumb-slider__thumbs .thumb-slider__slide {
    height: 44px;
  }
  .schedule {
    padding: 0;
    margin-top: 40px;
    border-radius: 16px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }
  .schedule__control {
    position: relative;
  }
  .schedule__control .tabs__btns-wrap {
    margin-bottom: 0;
    border-radius: 0;
    overflow: auto;
    -ms-scroll-snap-type: both mandatory;
    scroll-snap-type: both mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .schedule__control .tabs__btns-wrap::after {
    display: none;
  }
  .schedule__control::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(270deg, #FFFFFF 22%, rgba(255, 255, 255, 0) 100%);
    z-index: 5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
  }
  .schedule__content {
    border-radius: 0;
    box-shadow: none;
  }
  .schedule__tab {
    border-radius: 0;
  }
  .schedule-block {
    padding: 10px 16px 16px 16px;
  }
  .schedule-item {
    padding: 15px 0 55px;
  }
  .schedule-item__week {
    padding-right: 0;
    margin-left: -8px;
    margin-top: 2px;
  }
  .schedule-item__day {
    min-width: 132px;
    margin-top: 10px;
    margin-left: 8px;
  }
  .course-lessons-list {
    margin-top: 32px;
    padding: 0 8px;
  }
  .lessons-list {
    margin-top: 15px;
  }
  .lessons-list__item {
    padding: 4px;
  }
  .lessons-list__count {
    width: 32px;
    height: 32px;
    margin-right: 11px;
  }
  .lessons-list__wrap {
    padding: 10px 0 0 0;
  }
  .lessons-list__btn {
    margin-top: 24px;
  }
  .course-homeworks {
    margin-top: 32px;
    padding-top: 0;
  }
  .course-homeworks::after {
    display: none;
  }
  .course-homeworks__link {
    margin-top: 20px;
  }
  .course-homework {
    padding: 12px;
  }
  .course-homework__icon {
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .course-homework__content {
    -ms-flex: 0 0 calc(100% - 52px);
    flex: 0 0 calc(100% - 52px);
    max-width: calc(100% - 52px);
  }
  .course-homework__info {
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .course-homework__status {
    margin-top: 0;
    margin-bottom: 4px;
  }
  .course-homework__deadline {
    max-width: 100%;
  }
  .course-homework__deadline:not(:only-child) {
    padding-right: 0;
  }
  .homework-form .upload-files {
    margin-top: 25px;
  }
  .homework-form__comments {
    margin-top: 28px;
  }
  .homework-form__btn {
    margin-top: 20px;
  }
  .homework-form .comment-block {
    margin-top: 22px;
  }
  .homework-form .comment-block_review {
    margin-top: 30px;
  }
  .comment-block {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 16px;
  }
  .comment-block__content {
    padding: 0;
    margin-top: -32px;
  }
  .comment-block__name {
    margin-left: 55px;
    line-height: 143%;
  }
  .comment-block__text {
    margin-top: 18px;
  }
  .comment-block__review {
    padding: 4px 11px;
  }
  .comment-block__review > div {
    margin-left: 3px;
  }
  #schedule_start_date {
    white-space: normal;
  }
}
.hidden {
  display: none;
}

.text_mons_sm.lecturer-name {
  font-weight: normal;
}

.lecturer-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
}
.lecturer-content__block {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 8px;
}
.lecturer-content .user-wrap {
  flex-direction: row-reverse;
}
.lecturer-content .user-wrap .user-wrap__info.lecturer-content__block {
  padding: 0;
  padding-left: 8px;
  align-items: flex-start;
}

/*@media (min-width: 1024px) {
    .lecturer-content {
        position: absolute;
        right: 0;
        top: 25px;
    }
}*/
.schedule-timing-info {
  background-color: #ED3D1C;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-left: 32px;
  padding: 8px 16px 8px 16px;
  min-height: 38px;
  max-width: 274px;
  color: #fff;
}

.custom-labels {
  margin-top: 70px;
  padding: 0 84px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.custom-labels .info-label {
  margin-top: 12px;
  margin-left: 8px;
  border: 2px solid #E5E5E5;
  background-color: #fff;
  color: #000;
}
.custom-labels .info-label.badge {
  padding: 8px 40px;
  border-radius: 100px;
  min-width: 410px;
}
.custom-labels .info-label {
  margin-left: 0;
}
.custom-labels .info-label__text:nth-child(2) {
  margin-left: 25px;
  font-weight: 800;
  font-size: 18px;
  white-space: nowrap;
}
.custom-labels .info-label__text:nth-child(2) span {
  font-weight: normal;
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  font-family: GHEA Mariam;
}
.custom-labels .info-label__text:nth-child(2) span span {
  font-family: initial !important;
}
.custom-labels .info-label .info-label__divider {
  color: #A0AB4D;
}
.custom-labels .info-label__icon {
  display: flex;
}
.custom-labels .info-label__icon .icon {
  font-size: 20px;
  color: #A0AB4D;
}
.custom-labels .labels-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0px 12px;
  /*&:last-child {
      margin-left: 50px;
  }

  &:first-child {
      margin-right: 50px;
  }*/
}
@media (max-width: 1439px) {
  .custom-labels {
    padding: 0 58px;
  }
}
@media (max-width: 1023px) {
  .custom-labels {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .custom-labels {
    margin-top: 40px;
    padding: 0;
  }
}
@media (max-width: 450px) {
  .custom-labels .labels-column {
    width: 100%;
    padding: 0;
  }
  .custom-labels .info-label {
    min-width: initial !important;
  }
  .custom-labels .info-label__divider {
    display: none;
  }
  .custom-labels .info-label__text {
    display: flex;
    flex-direction: column;
  }
  .custom-labels .info-label__text.lesson-price span {
    margin-left: 0;
  }
}

#description .title_double {
  font-size: 26px;
  margin-bottom: 20px;
}
#description .title_double span {
  font-size: 26px;
}

.btn_buy, .btn_purchased {
  height: 48px;
}

.video-slide {
  display: flex;
  background-color: black;
  position: relative;
}
.video-slide video {
  width: 100%;
}
.video-slide img {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  object-fit: none !important;
}

.location-block {
  padding: 8px 46px;
  font-size: 14px;
  font-weight: 500;
}

.not-purchased-lesson-auditorium {
  flex-direction: column;
}

.media-auditorium-gallery {
  margin-top: -8px;
}
@media (max-width: 1023px) {
  .media-auditorium-gallery {
    margin-top: 0;
  }
}
.media-auditorium-gallery .media-item-auditorium-gallery {
  margin-top: 48px;
}
@media (max-width: 1023px) {
  .media-auditorium-gallery .media-item-auditorium-gallery {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .media-auditorium-gallery .media-item-auditorium-gallery {
    margin-top: 25px;
  }
}
.media-auditorium-gallery .column:first-child .media-item-auditorium-gallery {
  position: relative;
}
.media-auditorium-gallery .column:first-child .media-item-auditorium-gallery::after {
  content: "";
  position: absolute;
  bottom: 35%;
  left: -50vw;
  width: 200vw;
  background-color: #000;
  height: 780px;
  z-index: -2;
}
@media (max-width: 1023px) {
  .media-auditorium-gallery .column:first-child .media-item-auditorium-gallery::after {
    bottom: 50%;
  }
}

.media-item-auditorium-gallery {
  display: block;
  max-width: 456px;
  margin-left: auto;
  margin-right: auto;
}
.media-item-auditorium-gallery__preview {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .media-item-auditorium-gallery__preview {
    border-radius: 14px;
  }
}
.media-item-auditorium-gallery__preview img {
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.media-item-auditorium-gallery__preview video {
  max-width: 456px;
  width: 100%;
}
.media-item-auditorium-gallery__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 56px;
  height: 56px;
  background: transparent url("../../img/icons/play-yellow.svg") center/contain no-repeat;
}
.media-item-auditorium-gallery__title {
  padding-top: 12px;
  color: #000;
}
@media (max-width: 767px) {
  .media-item-auditorium-gallery__title {
    padding-top: 10px;
  }
}
.media-item-auditorium-gallery__title span {
  font: bold 0.75rem/150% "HelveticaNeueLTARMW05", Arial, sans-serif;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .media-item-auditorium-gallery__title span {
    font-size: calc(14px + 0 * (100vw - 768px) / 831);
  }
}
@media screen and (min-width: 1599px) {
  .media-item-auditorium-gallery__title span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .media-item-auditorium-gallery__title span {
    font-size: calc(16px + 0 * (100vw - 1600px) / 320);
  }
}
@media screen and (min-width: 1920px) {
  .media-item-auditorium-gallery__title span {
    font-size: 16px;
  }
}
.media-item-auditorium-gallery_lg {
  max-width: 576px;
  cursor: initial;
}

.info-label__text u {
  font-family: GHEA Mariam;
  font-style: italic;
}
