.block__title {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block__title h2 {
  font-size: 48px;
}
.block__title h3 {
  font-size: 36px;
}
.block__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.block__item_final-test {
  align-self: end;
}
.block__item_module-add {
  width: 90%;
}

.course {
  align-items: start;
  text-align: start;
  width: 100vw;
}
.course__session {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 40px;
}
.course__session_form {
  display: flex;
}
.course__session_name {
  flex: 1 0 250px;
}
.course__session_registration-number {
  margin-top: 20px;
}
.course__session_date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.course__session_date .date__item {
  width: 300px;
  margin: 40px 10px 0 10px;
}
.course__item {
  margin-bottom: 20px;
  padding: 0 30px;
}
.course .description {
  text-align: justify;
  text-indent: 1em;
}
.course .program {
  display: flex;
  flex-direction: row;
}
.course .program__item {
  margin-right: 20px;
}
.course__type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 20px;
}
.course__type_btn {
  width: 232px;
  margin: 10px;
  padding: 5px 10px;
  border-radius: 30px;
  border: 2px #797575 solid;
  color: #797575;
  cursor: pointer;
  user-select: none;
}
.course__type_btn.checked {
  border: 2px #4fe9da solid;
  color: #4fe9da;
}

.course-description {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 90vw;
}
.course-description__title {
  margin-bottom: 50px;
}
.course-description__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 40px;
}
.course-description__label {
  margin-bottom: 10px;
  font-weight: 600;
  text-align: start;
}
.course-description__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: justify;
  margin-left: 20px;
  text-indent: 1em;
}
.course-description__content_row {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
  text-align: start;
}
.course-description__submit {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  margin: 0 30px 100px 0;
}
.course-description__submit_button {
  padding: 10px 15px;
}

.course-edit {
  width: 90vw;
}
.course-edit__submit {
  border-top: 5px solid #092320;
  padding-top: 20px;
}
.course-edit .program__input {
  margin: 0 25px;
  width: max-content;
}
.course-edit .program__row {
  display: flex;
  flex-direction: row;
}

.date__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.date__item_label {
  padding: 0 20px 20px 0;
}
.date__item_value {
  padding: 0 20px 20px 0;
}
.date__item.event-time {
  margin-bottom: 0;
}
.date__item.event-time span {
  margin: 0 5px;
}

.event-time__input {
  width: fit-content;
  margin-bottom: 20px;
  padding: 5px 10px;
}

.course-content {
  width: 95vw;
  margin: 0;
  display: flex;
  align-items: center;
}
.module {
  width: 100%;
  border: 5px #092320 double;
  border-top: none;
  padding: 15px;
}
.module__event-time {
  text-align: start;
  padding-bottom: 10px;
}
.module__body {
  border: 3px #17baaa solid;
  margin-bottom: 15px;
}
.module__body_lesson {
  padding: 5px;
  border-bottom: 3px #17baaa solid;
}
.module__body_lesson .lesson__date {
  text-align: start;
}
.module__body_lesson .lesson__body_theme {
  text-align: start;
  margin-bottom: 10px;
  padding: 20px;
  border-bottom: 3px #092320 solid;
}
.module__body_lesson .lesson__body_material {
  text-align: start;
  padding: 20px;
}
.module__body_lesson .lesson__body_material .material {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.module__body_lesson .lesson__body_material .material__title {
  margin-bottom: 20px;
}
.module__body_lesson .lesson__body_material .material__item {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 10px;
}
.module__body_lesson .lesson__body_material .material__item_name {
  padding-right: 10px;
}
.module__body_lesson .lesson__body_material .material__item_download {
  height: 18px;
  font-size: 14px;
}
.module__test {
  width: 100%;
  display: flex;
  justify-content: end;
}
.module__test_info {
  padding: 0 30px;
}
.module__test_button {
  padding: 15px 20px;
}
.module__change {
  display: flex;
  flex-direction: row;
  justify-content: end;
  margin-top: 10px;
  padding-top: 20px;
}
.module__change.border-top {
  border-top: 3px #092320 solid;
}
.module__change_row {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.module__change_row.row-wrap {
  flex-wrap: wrap;
}
.module__change_row .btn-arrow {
  margin: 0 5px;
}
.module__change_row .btn-arrow__icon {
  height: 36px;
  width: 36px;
}
.module__change_row .btn-arrow__icon_down {
  transform: rotateX(180deg);
}
.module__change_button {
  height: 18px;
  width: 120px;
  font-size: 14px;
  margin-right: 20px;
}

.module-add {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.module-add__label {
  margin-bottom: 10px;
  padding-left: 25px;
  text-align: start;
}
.module-add__form {
  flex: 1 0 300px;
  margin: 0 30px 20px 0;
}
.module-add__button {
  height: 56px;
}

.lesson__material {
  display: flex;
  align-items: start;
  width: 90vw;
  border: 2px #4fe9da solid;
  border-radius: 40px;
  padding: 20px;
}
.lesson__instructions_btn-bar {
  display: flex;
  justify-content: end;
  margin-top: 20px;
  width: 100%;
  padding-right: 30px;
}
.lesson__instructions_btn {
  height: 26px;
  margin-bottom: 0;
}
.lesson__meeting {
  margin-top: 20px;
  width: 100%;
}
.lesson__meeting_body {
  text-align: start;
  border: 3px solid #092320;
  border-top: 0;
  padding: 10px;
}
.lesson__meeting_label {
  padding-left: 20px;
  font-size: 20px;
}

.material {
  display: flex;
  flex-direction: column;
}
.material__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 20px;
}
.material__item_link {
  margin: 0 20px 20px 0;
}
.material__item_download {
  height: 26px;
  margin-bottom: 20px;
}
.material__add_button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
  justify-content: end;
}
.material__add_window {
  height: 80lvh;
  width: 80vw;
  background-color: #0c3632;
  border: 3px white solid;
  border-radius: 40px;
  position: absolute;
  bottom: 10lvh;
  left: 10vw;
}
.material__uppload {
  width: fit-content;
}
.material__name {
  margin-bottom: 20px;
}

.add-form {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.add-form__body {
  display: flex;
  flex-direction: column;
  border: 3px white solid;
  height: 90%;
  width: 90%;
  padding: 20px;
}
.add-form__body_form {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.add-form__body_submit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.button__add {
  margin: 0 20px 20px 0;
}
.button__add_material {
  margin: 20px;
  width: 149px;
}
.button__date-change {
  height: 37px;
  margin-left: 10px;
  margin-bottom: 20px;
}

body._touch .block {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .content {
    margin-top: 50px;
  }
  .course .program {
    flex-direction: column;
  }
  .course .program__item {
    margin-bottom: 10px;
  }
  .course .program__item_link {
    margin: 0 0 30px 30px;
  }
  .module__body_lesson .lesson__body_material .material {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .module__body_lesson .lesson__body_material .material__item {
    flex-direction: column;
  }
  .module__body_lesson .lesson__body_material .material__item_link {
    margin-bottom: 10px;
  }
  .module__change {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .module__change_button {
    margin-bottom: 20px;
  }
  .preview__submit {
    flex-wrap: wrap;
  }
  .preview__submit button {
    margin-bottom: 25px;
  }
  .block__item_module-add {
    width: 100%;
  }
  .course-edit {
    width: 90vw;
  }
  .course-edit .program__input {
    margin-left: 30px;
    width: max-content;
  }
  .course-edit .program__row {
    display: flex;
    flex-direction: column-reverse;
  }
  .course-edit .program__file-name {
    text-align: start;
    margin: 0 0 10px 30px;
  }
  .material__add_window {
    width: 95vw;
    left: 2.5vw;
  }
  .add-form__body {
    width: 100%;
  }
}
@media (max-width: 474px) {
  .date-score {
    display: none;
  }
}
@media (max-width: 300px) {
  .course-create__item.lesson__material.video-materials {
    padding: 20px 5px;
    align-items: center;
  }
}

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