@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Poly&family=Roboto:wght@400;600;700&display=swap"); /* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.18;
  color: #222121;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #222121;
}

section {
  padding: 50px 0 78px;
  margin: 10px 0;
  box-shadow: 0 5px 30px 0 #c4c4c4, 0 -5px 30px 0 #c4c4c4;
}
@media screen and (max-width: 950px) {
  section {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 650px) {
  section {
    padding: 24px 0;
  }
}

.container {
  margin: 0 auto;
  max-width: 1650px;
  padding: 0 54px;
}
@media screen and (max-width: 500px) {
  .container {
    padding: 10px 15px;
  }
}

.visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.page-title {
  padding: 4px 0 2px 10px;
  margin-bottom: 34px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.17;
  text-align: left;
  text-transform: uppercase;
  color: #004b47;
  border-left: 5px solid #004b47;
}
@media screen and (max-width: 700px) {
  .page-title {
    font-size: 28px;
  }
}

.title {
  max-width: 1650px;
  padding: 0 54px;
  margin: 0 auto;
  font-family: Roboto, Arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #128277;
}
@media screen and (max-width: 500px) {
  .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .title {
    padding: 10px 15px;
  }
}

.btn {
  display: inline-block;
  width: 240px;
  margin: 0 auto;
  padding: 10px 0;
  color: #f9f8f8;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition-duration: 0.3s;
  background: #128277;
  border-radius: 10px;
}
.btn.back {
  background: #c4c4c4;
}
.btn:hover, .btn:focus {
  box-shadow: 3px 3px 6px #222121, -3px 3px 6px #222121;
  opacity: 0.9;
  transition-duration: 0.3s;
}
.btn:active {
  box-shadow: none;
  transition-duration: 0.3s;
}

.text-button {
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
  color: #004b47;
  cursor: pointer;
  transition-duration: 0.3s;
}
.text-button:hover, .text-button:focus {
  opacity: 0.7;
  transition-duration: 0.3s;
}
.text-button:active {
  opacity: 0.9;
  transition-duration: 0.3s;
}

.modal {
  display: none;
}
.modal__mask {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__container {
  max-width: 466px;
  max-height: 253px;
  margin: 0;
  background: #f9f8f8;
  font-family: Roboto, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #004b47;
  border-radius: 2px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .modal__container {
    font-size: 20px;
    max-width: 300px;
    max-height: 200px;
  }
}
.modal__header {
  position: relative;
  width: 100%;
}
.message-success .modal__header {
  font-size: 20px;
  color: #222121;
  border-bottom: 1px solid #222121;
  padding: 4px 0 4px 4px;
}
.modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  background: transparent;
}
.modal__close-btn:hover, .modal__close-btn:focus {
  cursor: pointer;
}
.modal__close-btn:active {
  opacity: 0.7;
}
.modal__close-btn span {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #222121;
}
.modal__body {
  margin: 30px 20px 0;
  text-align: center;
}
.modal__footer {
  display: flex;
  flex-direction: row;
}
.modal__btn {
  display: inline-block;
  outline: none;
  border: none;
  margin: 39px 10px;
  width: 200px;
}
@media screen and (max-width: 600px) {
  .modal__btn {
    margin: 20px 10px;
    width: 120px;
    font-size: 16px;
  }
}

.scrollToTop {
  width: 50px;
  height: 50px;
  color: #f9f8f8;
  font-size: 25px;
  background: #004b47;
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: none;
  z-index: 3;
  border-radius: 50%;
  box-shadow: 0 0 6px #f9f8f8;
}
.scrollToTop__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 10px;
  transition-duration: 0.3s;
}
.scrollToTop__icon use {
  fill: #f9f8f8;
}
.scrollToTop:focus, .scrollToTop:hover {
  opacity: 0.9;
  box-shadow: 3px 3px 6px #222121, -3px 3px 6px #222121;
  transition-duration: 0.3s;
}
.scrollToTop:focus .scrollToTop__icon, .scrollToTop:hover .scrollToTop__icon {
  transform: translate(-50%, -50%) scale(1.1);
  transition-duration: 0.3s;
}

.form__check-label {
  display: inline-block;
  position: relative;
  margin-right: 21px;
  padding-left: 33px;
  cursor: pointer;
  font-size: 18px;
  color: #222121;
  user-select: none;
  white-space: nowrap;
}
.form__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #f9f8f8;
  border: 2px solid #004b47;
  transition-duration: 0.3s;
}
.form__checkmark--radiobutton {
  border-radius: 50%;
}
.form__check-label:hover .form__checkbox ~ .form__checkmark {
  background: #c4c4c4;
  transition-duration: 0.3s;
}
.form__check-label .form__checkbox:checked ~ .form__checkmark {
  background: #004b47;
  transition-duration: 0.3s;
}
.validation .form__checkbox:invalid ~ .form__checkmark {
  border: 2px solid #ff0000;
}

@media screen and (max-width: 650px) {
  header.header {
    position: sticky;
    top: 0;
    z-index: 4;
    box-shadow: inset 0 -5px 30px 0 #c4c4c4;
    background: #f9f8f8;
  }
}

.header__top {
  width: 100%;
  min-height: 45px;
  background: #004b47;
}
@media screen and (max-width: 650px) {
  .header__top {
    display: none;
  }
}
.header__top .container {
  margin: 0 auto;
  padding: 10px 54px;
}
@media screen and (max-width: 440px) {
  .header__top .container {
    padding: 10px 15px;
  }
}
.header__top-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.header__top-item:not(:last-of-type) {
  margin-right: 105px;
}
@media screen and (max-width: 700px) {
  .header__top-item:not(:last-of-type) {
    margin: auto;
  }
}
@media screen and (max-width: 700px) {
  .header__top-item {
    margin: auto;
  }
}
.header__top-link {
  width: 100%;
  height: 100%;
  font-family: Poly, "Times New Roman", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #f9f8f8;
  transition-duration: 0.3s;
}
.header__top-link:hover, .header__top-linkfocus {
  opacity: 0.8;
  transition-duration: 0.3s;
}
.header__top-icon {
  vertical-align: middle;
  margin-right: 10px;
}
.header__top-icon use {
  fill: #f9f8f8;
}
.header__logo {
  display: block;
  margin: 25px 0;
  font-family: Pacifico, Arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #004b47;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    margin: 20px auto;
  }
}
@media screen and (max-width: 650px) {
  .header__logo {
    margin: 10px auto;
  }
}
@media screen and (max-width: 500px) {
  .header__logo {
    margin: 10px 0;
    font-size: 32px;
  }
}

.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 4;
  box-shadow: inset 0 -5px 30px 0 #c4c4c4;
  background: #f9f8f8;
}

.nav .teacher-page.container {
  flex-wrap: wrap;
}
.nav .container {
  width: 100%;
  min-height: 40px;
  padding: 0 54px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .nav .container {
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .nav .container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 650px) {
  .nav .container {
    padding: 20px;
    justify-content: space-around;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 440px) {
  .nav .container {
    padding: 15px;
  }
}
@media screen and (max-width: 425px) {
  .nav .container {
    flex-wrap: wrap;
  }
}
.nav__btn-field {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: transparent;
}
@media screen and (max-width: 650px) {
  .nav__btn-field {
    display: block;
    z-index: 5;
    order: 3;
  }
}
.nav__btn-field--active {
  position: fixed;
  top: 20px;
  right: 20px;
}
.nav__btn-icon, .nav__btn-icon::before, .nav__btn-icon::after {
  display: block;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  width: 24px;
  height: 2px;
  background: #004b47;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
}
.nav__btn-icon {
  z-index: 4;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.nav__btn-icon::before, .nav__btn-icon::after {
  content: "";
}
.nav__btn-icon::before {
  transform: translate(0, -8px);
}
.nav__btn-icon::after {
  transform: translate(0, 8px);
}
.nav__btn-icon--active {
  background: transparent;
  transform: translateX(50%) rotate(180deg);
}
.nav__btn-icon--active::before {
  background: #f9f8f8;
  width: 22px;
  transform: rotate(-45deg);
}
.nav__btn-icon--active::after {
  background: #f9f8f8;
  width: 22px;
  transform: rotate(45deg);
}
.nav__list {
  width: 918px;
  min-height: 20px;
  margin: 6px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .nav__list {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .nav__list {
    margin: 20px auto;
  }
}
@media screen and (max-width: 650px) {
  .nav__list {
    display: none;
    position: fixed;
    padding: 20px;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    overflow: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    z-index: 3;
    background-color: #004b47;
  }
}
.nav__list--active {
  display: flex;
}
.nav__item {
  margin: 0 10px;
}
@media screen and (max-width: 650px) {
  .nav__item {
    width: 80%;
  }
}
.nav__menu-link {
  width: 100%;
  height: 100%;
  padding: 12px;
  display: block;
  position: relative;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 2px;
  text-align: center;
  white-space: pre-line;
  color: #222121;
  transition: all 0.5s ease;
}
@media screen and (max-width: 650px) {
  .nav__menu-link {
    color: #f9f8f8;
    white-space: inherit;
    text-align: left;
    padding: 24px;
  }
}
.nav__menu-link--active {
  position: relative;
  color: #128277;
}
@media screen and (max-width: 650px) {
  .nav__menu-link--active {
    color: #c4c4c4;
    opacity: 0.8;
  }
}
.nav__menu-link--active::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 4px;
  background: #128277;
}
@media screen and (max-width: 650px) {
  .nav__menu-link--active::after {
    display: none;
  }
}
.nav__menu-link:hover, .nav__menu-link:focus {
  color: #128277;
  transition: all 0.5s ease;
}
@media screen and (max-width: 650px) {
  .nav__menu-link:hover, .nav__menu-link:focus {
    color: #f9f8f8;
    opacity: 0.8;
  }
}
.nav__menu-link:active {
  opacity: 0.7;
  transition-duration: 0.3s;
}
.nav__menu-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 4px;
  background: #128277;
  transition: all 0.5s ease;
}
@media screen and (max-width: 650px) {
  .nav__menu-link::before {
    display: none;
  }
}
.nav__item:hover .nav__menu-link::before, .nav__item:focus .nav__menu-link::before {
  width: 100%;
  left: 0;
  transition: all 0.5s ease;
}
.nav__item:active .nav__menu-link::before {
  opacity: 0.7;
  transition-duration: 0.3s;
}
.nav__user {
  white-space: nowrap;
  margin: 0 auto;
}
.nav__user-avatar {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border: 3px solid #004b47;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: middle;
}
.nav__username {
  font-size: 22px;
  font-weight: 700;
  color: #004b47;
  white-space: nowrap;
}
.nav__button-sign {
  width: 140px;
  height: 40px;
  margin: 25px 0;
  padding: 9px 32px;
  border-radius: 20px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 2px;
  text-align: center;
  color: #f9f8f8;
  background: #004b47;
}
@media screen and (max-width: 1024px) {
  .nav__button-sign {
    margin: 20px auto;
  }
}
@media screen and (max-width: 650px) {
  .nav__button-sign {
    margin: 10px auto;
  }
}
@media screen and (max-width: 500px) {
  .nav__button-sign {
    width: 100px;
    height: 30px;
    margin: 10px;
    padding: 4px 0;
  }
}
.nav__button-sign:focus, .nav__button-sign:hover {
  box-shadow: 3px 3px 6px #222121, -3px 3px 6px #222121;
  transition-duration: 0.3s;
}
.nav__button-sign:active {
  opacity: 0.8;
  box-shadow: none;
  transition-duration: 0.3s;
}

.form__top, .form__middle {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.form__left-col, .form__right-col {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 6px;
}
.form__label-message {
  width: 45%;
}
.form__textarea {
  width: 100%;
  min-height: 180px;
  resize: none;
}
.form__label {
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.17;
  text-align: left;
  color: #004b47;
}
.form__label-select {
  appearance: none;
  position: relative;
}
.form__label-select::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 4px);
  right: 17px;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #004b47 transparent transparent transparent;
}
.form__label-select::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 4px + 1.5px);
  right: 21px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #f9f8f8 transparent transparent transparent;
}
.form__select, .form__input {
  width: 100%;
  height: 48px;
  margin-bottom: 32px;
  display: block;
}
.form__select, .form__select option, .form__input, .form__textarea {
  margin-top: 10px;
  padding: 5px 15px;
  border: 2px solid #004b47;
  background: #f9f8f8;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.17;
  color: #128277;
}
.form__select:focus, .form__select option:focus, .form__input:focus, .form__textarea:focus {
  outline-color: #004b47;
}
.form__select[disabled], .form__select option[disabled], .form__input[disabled], .form__textarea[disabled] {
  background: #c4c4c4;
}
.form__select {
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg width='24' height='12' viewBox='0 0 24 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.753 1.772L12.0432 10.0637L3.34532 1.75959L20.753 1.772Z' fill='%23F9F8F8' stroke='%23004B47' stroke-width='2'/%3E%3C/svg%3E") no-repeat right 14px center #f9f8f8;
}
.form__middle {
  margin: 18px auto 42px;
  align-items: center;
}
.form__note, .form__upload {
  width: 45%;
}
.form__note {
  font-size: 14px;
  font-weight: 700;
}
.form__upload {
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.17;
}
.form__upload:hover, .form__upload:focus {
  cursor: pointer;
}
.form__upload-icon {
  vertical-align: bottom;
}
.form__upload-icon use {
  fill: #004b47;
}
.form__bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.form__bottom-text {
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.17;
  margin-right: 10px;
}
.form__btn {
  width: 45%;
  min-width: 280px;
  min-height: 48px;
  margin: 74px 0 0;
  align-self: flex-end;
  outline: none;
  border: none;
}
@media screen and (max-width: 700px) {
  .form__btn {
    width: 100%;
    min-width: 200px;
  }
}

.validation input:invalid,
.validation textarea:invalid,
.validation select:invalid {
  border: 2px solid #ff0000;
  color: #ff0000;
  background: #f8a3a3;
}

.pagination {
  max-width: 280px;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #128277;
  font-size: 16px;
  font-weight: 700;
}
.pagination__arrow {
  border-color: #004b47;
  background: #004b47;
  position: relative;
}
.pagination__arrow--next .pagination__arrow-icon {
  transform: translate(-50%, -50%) rotate(180deg);
}
.pagination__arrow-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pagination__arrow-icon use {
  stroke: #f9f8f8;
}
.pagination__item {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 12px;
  border: 1px solid #128277;
  color: #128277;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 1.7;
}
.pagination__item:hover, .pagination__item:focus {
  box-shadow: 3px 3px 6px rgba(79, 79, 79, 0.6), -3px 3px 6px rgba(79, 79, 79, 0.6);
}
.pagination__item:active {
  box-shadow: none;
}
.pagination__item.current {
  border-color: #004b47;
  background: #004b47;
  color: #f9f8f8;
}
.pagination__item.current:hover, .pagination__item.current:focus {
  cursor: default;
  box-shadow: none;
}
.pagination__item--dots {
  width: auto;
  height: auto;
  border: none;
}
.pagination__item--dots:hover, .pagination__item--dots:focus {
  cursor: default;
  box-shadow: none;
}
.pagination .disabled {
  border-color: #c4c4c4;
  background: #c4c4c4;
  box-shadow: none;
  cursor: default;
}

@media screen and (max-width: 650px) {
  .footer .nav__user, .footer .nav__button-sign {
    display: none;
  }
}
.footer__logo {
  margin: 25px 0;
  display: block;
  font-family: Pacifico, Arial, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #004b47;
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    margin: 20px auto;
  }
}
@media screen and (max-width: 650px) {
  .footer__logo {
    margin: 10px auto;
  }
}
.footer__bottom {
  width: 100%;
  min-height: 45px;
  background: #004b47;
}
.footer__bottom .container {
  margin: 0 auto;
  padding: 10px 54px;
}
@media screen and (max-width: 600px) {
  .footer__bottom .container {
    padding: 10px 15px;
  }
}
.footer__bottom-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer__bottom-item {
  margin: 0 10px;
  text-align: center;
}
.footer__bottom-item:first-of-type {
  margin-left: 0;
}
.footer__bottom-item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .footer__bottom-item {
    flex-grow: 1;
    margin: 4px;
  }
}
.footer__bottom-text {
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 2px;
  color: #f9f8f8;
  white-space: nowrap;
}
@media screen and (max-width: 440px) {
  .footer__bottom-text {
    white-space: pre-line;
  }
}
.footer__bottom-text.copyright {
  font-size: 16px;
}
.footer__bottom-link {
  width: 100%;
  height: 100%;
  font-family: Poly, "Times New Roman", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #f9f8f8;
  transition-duration: 0.3s;
  white-space: nowrap;
}
.footer__bottom-link:hover, .footer__bottom-linkfocus {
  opacity: 0.8;
  transition-duration: 0.3s;
}
.footer__bottom-icon {
  vertical-align: middle;
  margin-right: 10px;
}
.footer__bottom-icon use {
  fill: #f9f8f8;
}

@media screen and (max-width: 650px) {
  .about {
    margin-top: 0;
  }
}
.about .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .about .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.about__text-block {
  width: 45%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .about__text-block {
    width: 100%;
    min-height: auto;
  }
}
.about__title {
  text-align: left;
  text-transform: none;
  margin-bottom: 54px;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .about__title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.about__text {
  font-family: Roboto, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: left;
  color: #222121;
}
@media screen and (max-width: 1000px) {
  .about__text {
    letter-spacing: 0;
    text-align: justify;
    margin-bottom: 10px;
  }
}
.about__image {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .about__image {
    width: 100%;
  }
}

.capabilities .container {
  height: 100%;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .capabilities .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.capabilities .capability {
  width: 47%;
  padding: 36px 50px 55px 60px;
  border-radius: 10px;
  box-shadow: 0 5px 50px 0 #c4c4c4;
  position: relative;
  font-family: Roboto, Arial, sans-serif;
  font-style: normal;
  line-height: 1.17;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .capabilities .capability {
    width: 49%;
  }
}
@media screen and (max-width: 1100px) {
  .capabilities .capability {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 980px) {
  .capabilities .capability {
    width: 100%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 500px) {
  .capabilities .capability {
    padding: 15px 15px 25px 25px;
  }
}
.capabilities .capability__title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #004b47;
}
@media screen and (max-width: 700px) {
  .capabilities .capability__title {
    width: 100%;
    text-align: center;
  }
}
.capabilities .capability__subtitle {
  width: 80%;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #454140;
}
@media screen and (max-width: 700px) {
  .capabilities .capability__subtitle {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}
.capabilities .capability__list {
  padding-left: 32px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: #4f4f4f;
}
.capabilities .capability__title, .capabilities .capability__subtitle, .capabilities .capability__list {
  margin-bottom: 29px;
}
@media screen and (max-width: 700px) {
  .capabilities .capability__title, .capabilities .capability__subtitle, .capabilities .capability__list {
    margin-bottom: 16px;
  }
}
.capabilities .capability__item {
  position: relative;
}
.capabilities .capability__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.capabilities .capability__item::before {
  content: "";
  position: absolute;
  left: -30px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #128277;
}
.capabilities .capability__avatar {
  position: absolute;
  top: 28px;
  right: 28px;
}
@media screen and (max-width: 1100px) {
  .capabilities .capability__avatar {
    top: 18px;
    right: 18px;
  }
}
@media screen and (max-width: 700px) {
  .capabilities .capability__avatar {
    position: static;
    align-self: center;
  }
}
.capabilities .capability__btn {
  display: block;
  margin: auto auto 0 auto;
}
@media screen and (max-width: 500px) {
  .capabilities .capability__btn {
    width: 100%;
    margin-top: 10px;
  }
}

.courses .container {
  margin-top: 8px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .courses__title {
    word-break: break-word;
  }
}
.courses__all {
  margin: 0 auto;
  text-align: right;
  padding: 0 16px;
  display: block;
  max-width: 1375px;
}
@media screen and (max-width: 1600px) {
  .courses__all {
    padding: 16px 54px;
  }
}
@media screen and (max-width: 700px) {
  .courses__all {
    text-align: center;
    margin: 10px auto 20px;
    padding: 0 6px;
  }
}
.courses__slider {
  width: 100%;
  margin: 10px auto 0;
  position: relative;
}
.courses__slider .slick-track {
  max-width: 1375px;
  margin: 0 auto;
}
.courses__slider-arrow {
  z-index: 2;
  position: absolute;
}
.courses__slider-arrow use {
  fill: #004b47;
}
.courses__slider-arrow[aria-disabled=true] use {
  fill: #c4c4c4;
}
.courses__slider-arrow.arrow-left {
  transform: translateY(-50%) rotate(-90deg);
  top: 50%;
  left: -8px;
}
@media screen and (max-width: 500px) {
  .courses__slider-arrow.arrow-left {
    left: -20px;
  }
}
.courses__slider-arrow.arrow-right {
  transform: translateY(50%) rotate(90deg);
  bottom: 50%;
  right: -8px;
}
@media screen and (max-width: 500px) {
  .courses__slider-arrow.arrow-right {
    right: -20px;
  }
}
.courses__slider-arrow:hover, .courses__slider-arrow:focus {
  cursor: pointer;
}
.courses__item {
  max-width: 1375px;
  margin: 0 auto;
  padding: 16px;
}
@media screen and (max-width: 1600px) {
  .courses__item {
    padding: 16px 54px;
  }
}
@media screen and (max-width: 500px) {
  .courses__item {
    padding: 16px 20px;
  }
}
.courses__inner {
  height: 222px;
  display: flex;
  justify-content: space-between;
  padding: 33px;
  box-shadow: 0 5px 10px 0 #c4c4c4, 0 -5px 10px 0 #c4c4c4;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .courses__inner {
    flex-direction: column;
    height: 300px;
  }
}
@media screen and (max-width: 950px) {
  .courses__inner {
    height: 430px;
  }
}
@media screen and (max-width: 650px) {
  .courses__inner {
    height: 550px;
  }
}
@media screen and (max-width: 425px) {
  .courses__inner {
    height: 600px;
  }
}
@media screen and (max-width: 375px) {
  .courses__inner {
    height: 650px;
  }
}
.courses__inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #004b47;
}
.courses .course {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .courses .course {
    flex-direction: column;
  }
}
.courses .course__avatar {
  width: 130px;
  height: 100px;
  margin-right: 70px;
  border-radius: 30px;
}
@media screen and (max-width: 1200px) {
  .courses .course__avatar {
    margin-right: 15px;
  }
}
@media screen and (max-width: 950px) {
  .courses .course__avatar {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.courses .course__description {
  width: 62%;
  min-height: 156px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #828282;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .courses .course__description {
    width: 100%;
    text-align: justify;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .courses .course__description {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 650px) {
  .courses .course__description {
    font-size: 18px;
  }
}
.courses .course__title {
  color: #128277;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
}
@media screen and (max-width: 650px) {
  .courses .course__title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.courses .course__volume-program {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .courses .course__volume-program {
    margin-top: 10px;
    flex-direction: column;
  }
}
.courses .course__button {
  margin-left: 60px;
}
@media screen and (max-width: 1200px) {
  .courses .course__button {
    margin: 0;
  }
}
.courses .course__btn-block {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .courses .course__btn-block {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media screen and (max-width: 650px) {
  .courses .course__btn-block {
    min-height: 100px;
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .courses .course__btn {
    width: 100%;
  }
}

.reviews__list {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 38px;
}
@media screen and (max-width: 475px) {
  .reviews__list {
    flex-direction: column;
  }
}
.reviews__item {
  min-width: 300px;
  width: 30%;
  margin-top: 85px;
  padding: 154px 36px 22px;
  position: relative;
  box-shadow: 0 5px 50px 0 #c4c4c4;
}
@media screen and (max-width: 1000px) {
  .reviews__item {
    width: 33%;
    flex-grow: 1;
  }
}
@media screen and (max-width: 600px) {
  .reviews__item {
    width: 100%;
  }
}
.reviews__avatar {
  position: absolute;
  left: 36px;
  top: -70px;
  width: 200px;
  height: 200px;
  border: 3px solid #004b47;
  border-radius: 50%;
}
@media screen and (max-width: 1250px) {
  .reviews__avatar {
    left: 46px;
  }
}
@media screen and (max-width: 550px) {
  .reviews__avatar {
    left: 26px;
  }
}
.reviews__author, .reviews__author-pos {
  margin-bottom: 10px;
}
.reviews__author {
  font-family: Roboto, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: 2px;
  text-align: left;
  color: #004b47;
}
.reviews__author-pos, .reviews__text {
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.17;
  text-align: left;
}
.reviews__author-pos {
  color: #828282;
}
.reviews__text {
  color: #222121;
}
.reviews__btn {
  display: block;
  width: 540px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .reviews__btn {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .reviews__btn {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .reviews__btn {
    width: 100%;
    min-height: 48px;
    padding: 15px 5px;
  }
}

.feedback .container {
  margin-top: 45px;
}
.feedback__form {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.feedback .form__input {
  margin: 10px 0 0;
}
@media screen and (max-width: 600px) {
  .feedback .form__input {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .feedback .form__top, .feedback .form__middle {
    flex-direction: column;
  }
}
@media screen and (max-width: 400px) {
  .feedback .form__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .feedback .form__note, .feedback .form__upload, .feedback .form__label-message, .feedback .form__left-col {
    width: 100%;
  }
}

.sign-in__form {
  max-width: 535px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.sign-in .form__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 6px;
}
.sign-in .form__bottom {
  width: 100%;
  justify-content: space-between;
}
.sign-in .form__text-button {
  display: block;
  font-family: Roboto, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.17;
  color: #128277;
}
@media screen and (max-width: 768px) {
  .sign-in .form__text-button {
    font-size: 20px;
  }
}
.sign-in .form__btn {
  margin: 47px 0 0;
  align-self: center;
}

.sign-up .form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.sign-up .form__user-type {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 36px;
}
@media screen and (max-width: 450px) {
  .sign-up .form__user-type {
    width: 100%;
    justify-content: space-between;
  }
}
.sign-up .form__radio-label:not(:first-of-type) {
  margin-left: 120px;
}
@media screen and (max-width: 450px) {
  .sign-up .form__radio-label:not(:first-of-type) {
    margin: 0;
  }
}
.sign-up .form__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sign-up .form__top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.sign-up .form__left-col, .sign-up .form__right-col {
  max-width: 535px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .sign-up .form__left-col, .sign-up .form__right-col {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .sign-up .form__left-col, .sign-up .form__right-col {
    width: 100%;
  }
}
.sign-up .form__btn {
  max-width: 535px;
  align-self: flex-end;
}

.teacher-courses__title {
  margin-bottom: 50px;
}
.teacher-courses__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 980px) {
  .teacher-courses__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.teacher-courses__create-instruction {
  display: block;
  margin: 31px 0;
}
.teacher-courses__pdf-icon {
  fill: #128277;
  vertical-align: bottom;
}
.teacher-courses__download-icon {
  fill: #004b47;
  vertical-align: bottom;
  margin-bottom: 4px;
}
.teacher-courses__create-text {
  margin: 0 10px;
  color: #128277;
  font-weight: 500;
}
.teacher-courses__header-right {
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.17;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .teacher-courses__header-right {
    text-align: left;
  }
}
.teacher-courses__filter-label {
  display: inline-block;
  margin-bottom: 10px;
}
.teacher-courses__filter-select {
  height: 18px;
  padding: 0 0 2px 12px;
  color: #c4c4c4;
  border-radius: 3px;
  border-color: #128277;
  font-size: 14px;
  text-align: center;
}
.teacher-courses__search-label {
  position: relative;
  margin: 31px 0 34px;
}
.teacher-courses__search-input {
  width: 284px;
  height: 20px;
  border: 1px solid #128277;
  border-radius: 3px;
  outline: none;
  padding: 4px 20px 4px 10px;
  line-height: 1;
}
.teacher-courses__search-input::placeholder {
  font-size: 14px;
}
.teacher-courses__search-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: transparent;
  border: none;
  outline: none;
}
.teacher-courses__search-btn:hover, .teacher-courses__search-btn:focus {
  cursor: pointer;
}
.teacher-courses__search-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  stroke: #004b47;
}
.teacher-courses__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 650px) {
  .teacher-courses__footer {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.teacher-courses .table-block__header th:nth-of-type(3) {
  width: 140px;
}
.teacher-courses .table-block__header th:nth-of-type(4) {
  width: 180px;
}

.table-block {
  width: 100%;
  max-width: 100%;
  margin: 34px auto 80px;
  border-spacing: 0 17px;
}
.table-block tr {
  text-align: left;
}
.table-block tr > th:last-of-type,
.table-block tr > th:first-of-type,
.table-block tr > td:last-of-type,
.table-block tr > td:first-of-type {
  text-align: center;
}
.table-block__sort-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 2px 0 0 4px;
  transition-duration: 0.3s;
}
.table-block__sort-icon.active {
  transform: translateY(-50%) rotate(180deg);
  transition-duration: 0.3s;
}
.table-block__sort-icon use {
  fill: #128277;
}
.table-block__sort-icon:hover, .table-block__sort-icon:focus {
  cursor: pointer;
}
.table-block__header tr {
  box-shadow: 0 -1px 0 0 #004b47, 0 1px 0 0 #004b47;
  white-space: nowrap;
}
.table-block__header th {
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #828282;
  padding: 18px 16px 14px;
  position: relative;
}
.table-block__body tr {
  box-shadow: 0 0 0 1px #004b47, 0 5px 50px 0 #c4c4c4;
}
.table-block__body tr td:nth-of-type(2) {
  padding: 18px 0 14px 16px;
}
.table-block__body td {
  padding: 18px 16px 14px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.table-block__body td:nth-of-type(2) {
  font-weight: 500;
  color: #128277;
}
.table-block__body td:nth-of-type(2) a {
  font-weight: 500;
  color: #128277;
}
.table-block__body td:nth-of-type(2) a:hover, .table-block__body td:nth-of-type(2) a:focus {
  opacity: 0.8;
}
.table-block__btn {
  background: none;
  border: none;
  outline: none;
  transition-duration: 0.3s;
}
.table-block__btn:hover, .table-block__btn:focus {
  cursor: pointer;
  filter: invert(0.7);
  transition-duration: 0.3s;
}
.table-block__btn:active {
  filter: invert(0);
  transition-duration: 0.3s;
}
.table-block__btn-icon use {
  fill: #004b47;
}

@media screen and (max-width: 768px) {
  .table-wrapper {
    overflow-x: auto;
    padding: 0 20px;
  }
}

.teacher-new-course__title {
  margin-bottom: 50px;
}
.teacher-new-course .form__textarea-course-desc {
  margin: 0;
  padding: 10px;
  outline: none;
  border: none;
  background: transparent;
}
.teacher-new-course .form__top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .teacher-new-course .form__top {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .teacher-new-course .form__left-col, .teacher-new-course .form__right-col {
    width: 100%;
  }
}
.teacher-new-course .form__label-price {
  width: 100%;
}
.teacher-new-course .form__course-cost {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .teacher-new-course .form__course-cost {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .teacher-new-course .form__course-price {
    width: 100%;
  }
}
.teacher-new-course .form__radio-label {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .teacher-new-course .form__radio-label {
    margin-bottom: 6px;
  }
}
.teacher-new-course .form__upload {
  display: block;
  margin: 28px 0 60px;
  max-width: 320px;
}
@media screen and (max-width: 1000px) {
  .teacher-new-course .form__upload {
    width: auto;
  }
}
@media screen and (max-width: 700px) {
  .teacher-new-course .form__upload {
    margin-bottom: 28px;
  }
}
.teacher-new-course .form__btn-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .teacher-new-course .form__btn-block {
    flex-direction: column;
    align-items: center;
  }
}
.teacher-new-course .form__btn {
  width: 25%;
  min-height: 34px;
}
@media screen and (max-width: 1000px) {
  .teacher-new-course .form__btn {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 700px) {
  .teacher-new-course .form__btn {
    width: 100%;
  }
}
.teacher-new-course .form__desc {
  box-shadow: 0 4px 10px 0 #c4c4c4;
  margin: 10px 0 32px;
}
.teacher-new-course .edit-panel {
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 20px 22px 4px;
  background: #c4c4c4;
}
.teacher-new-course .edit-panel__top, .teacher-new-course .edit-panel__middle, .teacher-new-course .edit-panel__bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.teacher-new-course .edit-panel__btn {
  min-width: 36px;
  height: 36px;
  margin: 4px;
  border-radius: 5px;
  border-left: 1px solid #828282;
  border-right: 1px solid #828282;
  border-top: none;
  border-bottom: none;
  background: none;
  outline: none;
  transition-duration: 0.2s;
}
.teacher-new-course .edit-panel__btn:hover, .teacher-new-course .edit-panel__btn:focus {
  cursor: pointer;
  box-shadow: inset 0 0 30px 0 #f9f8f8;
  transition-duration: 0.2s;
}
.teacher-new-course .edit-panel__btn:active {
  cursor: pointer;
  box-shadow: inset 0 0 30px 0 #c4c4c4;
  transition-duration: 0.2s;
}
.teacher-new-course .edit-panel__source-btn {
  display: inline-block;
  width: 88px;
}
.teacher-new-course .edit-panel__btn-icon {
  vertical-align: bottom;
}
.teacher-new-course .edit-panel__btn-icon[data-color=stroke] {
  stroke: #128277;
}
.teacher-new-course .edit-panel__btn-icon use {
  fill: #128277;
}
.teacher-new-course .edit-panel__select {
  width: 127px;
  height: 27px;
  margin: 4px;
  border: none;
  outline: none;
}
.teacher-new-course .edit-panel__select:hover, .teacher-new-course .edit-panel__select:focus {
  cursor: pointer;
}

.teacher-new-module .form__btn {
  margin: 24px 0 0;
}
.teacher-new-module .form__left-col {
  padding: 0;
}
.teacher-new-module .form__input, .teacher-new-module .form__desc {
  margin-bottom: 45px;
}

.teacher-new-theme__title {
  margin-bottom: 50px;
}
.teacher-new-theme .form__upload {
  margin-bottom: 0;
}
.teacher-new-theme .form__left-col, .teacher-new-theme .form__right-col {
  width: auto;
  padding: 0;
}
@media screen and (max-width: 700px) {
  .teacher-new-theme .form__left-col, .teacher-new-theme .form__right-col {
    width: 100%;
  }
}
.teacher-new-theme .form__input, .teacher-new-theme .form__desc {
  margin-bottom: 45px;
}
.teacher-new-theme .form__btn-block {
  width: 100%;
}
.teacher-new-theme .form__btn {
  margin-top: 55px;
}
@media screen and (max-width: 700px) {
  .teacher-new-theme .form__btn {
    width: 100%;
    min-width: 200px;
  }
}
.teacher-new-theme .form__btn-lection-link {
  width: 100%;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 992px) {
  .teacher-new-theme .form__btn-lection-link {
    white-space: normal;
  }
}
.teacher-new-theme .form__label-lection-link {
  width: 100%;
  margin-left: 20px;
}
@media screen and (max-width: 700px) {
  .teacher-new-theme .form__label-lection-link {
    margin-left: 0;
  }
}
.teacher-new-theme .form__input-lection-link {
  margin: 55px 0 0 0;
  height: 40px;
  width: 100%;
  border-width: 1px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 700px) {
  .teacher-new-theme .form__input-lection-link {
    margin-top: 20px;
  }
}

.teacher-courses-view__title {
  margin-bottom: 50px;
}
.teacher-courses-view .table-block {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  padding: 0 40px;
}
.teacher-courses-view .table-block__header th:nth-of-type(4) {
  white-space: nowrap;
}
.teacher-courses-view .table-block__header th:last-of-type {
  text-align: right;
}
.teacher-courses-view .table-block__body-tab:hover {
  cursor: pointer;
  opacity: 0.8;
}
.teacher-courses-view .table-block__body-tab:first-of-type > td {
  color: #222121;
}
.teacher-courses-view .table-block__body tr {
  box-shadow: 0 0 0 1px #004b47;
  background: #f9f8f8;
}
.teacher-courses-view .table-block__body tr td:nth-of-type(2) {
  padding: 0;
}
.teacher-courses-view .table-block__body tr td:nth-of-type(3) {
  padding: 18px 0 14px 16px;
}
.teacher-courses-view .table-block__body td:not(:nth-of-type(3), .theme-module-name) {
  text-align: center;
}
.teacher-courses-view .table-block__body td:nth-of-type(2) {
  font-weight: 400;
  color: inherit;
}
.teacher-courses-view .table-block__body td:nth-of-type(3) {
  font-weight: 500;
}
.teacher-courses-view .table-block__body .table-inner td {
  color: #004b47;
}
.teacher-courses-view .table-block__radiobutton {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #004b47;
  border-radius: 50%;
  transition-duration: 0.3s;
}
.teacher-courses-view .table-block__radiobutton:hover, .teacher-courses-view .table-block__radiobutton:focus {
  cursor: pointer;
  box-shadow: 0 0 6px #222121;
  transition-duration: 0.3s;
}
.teacher-courses-view .table-block__radiobutton.active {
  background: #004b47;
}
.teacher-courses-view .table-modules-block {
  table-layout: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 40px;
}
.teacher-courses-view__tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin: 40px auto;
  border: 1px solid #128277;
}
@media screen and (max-width: 630px) {
  .teacher-courses-view__tab {
    flex-direction: column;
    align-items: center;
  }
}
.teacher-courses-view__info {
  display: none;
}
.teacher-courses-view .block__title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  text-align: left;
  color: #004b47;
}
.teacher-courses-view .block__btn {
  margin: 0;
}
.teacher-courses-view .form__label {
  color: #828282;
}
.teacher-courses-view .form__input[disabled], .teacher-courses-view .form__textarea[disabled] {
  background: #f9f8f8;
  font-weight: 500;
}
.teacher-courses-view .form__info {
  padding-left: 20px;
}
.teacher-courses-view .form__course-program {
  display: inline-block;
}
.teacher-courses-view .form__textarea-course-desc {
  padding: 15px;
}
.teacher-courses-view .form__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 630px) {
  .teacher-courses-view .form__footer {
    flex-direction: column;
    align-items: stretch;
  }
}
.teacher-courses-view .form__btn {
  min-height: 34px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 630px) {
  .teacher-courses-view .form__btn {
    margin-top: 20px;
  }
}
.teacher-courses-view .form__btn-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 40px;
}
@media screen and (max-width: 768px) {
  .teacher-courses-view .form__btn-block {
    flex-direction: column;
  }
}
.teacher-courses-view .form__btn-block .pagination {
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .teacher-courses-view .form__btn-block .form__left-col {
    order: 2;
  }
}
.teacher-courses-view .form__btn-block .form__right-col,
.teacher-courses-view .form__btn-block .form__left-col {
  width: auto;
}
@media screen and (max-width: 700px) {
  .teacher-courses-view .form__btn-block .form__right-col,
.teacher-courses-view .form__btn-block .form__left-col {
    width: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 630px) {
  .teacher-courses-view .form__top {
    flex-direction: column;
    align-items: stretch;
  }
}
.teacher-courses-view .form__right-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.teacher-courses-view .form__right-col, .teacher-courses-view .form__left-col {
  width: 45%;
}
@media screen and (max-width: 630px) {
  .teacher-courses-view .form__right-col, .teacher-courses-view .form__left-col {
    width: auto;
  }
}
.teacher-courses-view .form__right-col .btn, .teacher-courses-view .form__left-col .btn {
  margin-top: 20px;
}
.teacher-courses-view tr.table-inner {
  background: none;
  box-shadow: none;
}
.teacher-courses-view tr.table-inner td > div {
  box-shadow: 0 5px 50px 0 #c4c4c4;
  background: none;
  padding: 30px 0;
  margin: 10px;
}
.teacher-courses-view .table-inner {
  display: none;
}
.teacher-courses-view .table-inner tr {
  background: none;
}
.teacher-courses-view .table-inner__module-themes.header, .teacher-courses-view .table-inner__module-questions.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: 0 40px;
}
.teacher-courses-view .table-inner__module-themes .table-block {
  table-layout: auto;
}
.teacher-courses-view .table-inner__module-themes .table-block th {
  text-align: center;
}
.teacher-courses-view .table-inner .table-block__header tr {
  box-shadow: 0 -1px 0 0 #004b47, 0 1px 0 0 #004b47;
  background: none;
}
.teacher-courses-view .table-inner__title {
  font-size: 24px;
  margin: 0;
}
.teacher-courses-view .table-inner__btn {
  margin: 0;
  min-width: 260px;
}

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