.button_up {
  position: fixed;
  bottom: 10px;
  left: 10px;
  height: 50px;
  width: 50px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)), url(/static/img/up-circular-interface-button.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50px;
}

.button_up:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(/static/img/up-circular-interface-button.png);
}

.entered_characters_box {
  margin-top: -20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #c0afaf;
}

.search_input_wrapper {
  height: 100%;
}

.drop__title {
  color: #7ae582;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.search-find {
  padding-top: 0;
  padding-bottom: 0;
}

.drop_list {
  padding-bottom: 15px;
}

.none {
  display: none !important;
}

.block {
  display: block;
}

.search_input__link {
  color: #000;
}

.search_input__link:hover {
  color: #5d5c5c;
}

.course-self-unit__cover {
  width: 178px;
  position: relative;
  border-radius: 5px;
  margin-right: 40px;
  flex: 0 0 auto;
}

.course-self-unit__cover:before {
  content: "";
  display: block;
  width: 0;
  padding-top: 67.41%;
}

.course-self-unit__cover > img {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  position: absolute;
  object-fit: contain;
  object-position: 50% 50%;
}

.author-course-unit-content.school_link {
  color: #111111;
}

.promo-icon {
  height: 20px;
  width: 25px;
  display: inline-block;
  background-image: url(/static/img/coupon1.svg);
  background-size: cover;
  margin-right: 5px;
}

.course-card__link {
  width: 180px;
}

.tooltip-wrap {
  position: relative;
  display: inline-block;
}

.tooltip {
  background-color: #ffffff;
  position: absolute;
  border: solid 1px #000000;
  border-radius: 2px;
  top: 20px;
  padding-right: 5px;
  padding-left: 5px;
  display: none;
  box-shadow: 5px 5px 5px rgba(122, 122, 122, 0.5);
}

.tooltip.active {
  display: block;
}

.chosen-container-multi:before {
  background: url(/static/img/icons/search-icon.svg) no-repeat 50% 50%;
}

.bread-crumbs-item > a:after {
  background: url(/static/img/icons/bread-crumbs-arrow.svg) no-repeat 0 0 / contain;
}

.archive-btn-wrap {
  display: block;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .archive-unit-btn-wrap {
    display: block;
  }
}

.archive-box {
  margin: 30px -15px;
}

.price__wrap {
  display: flex;
  flex-direction: column;
}

.price__wrap__link {
  color: #7ae582;
}

.price__wrap__link:hover {
  color: #7ae582;
}

.price__wrap__old_price {
  font-weight: 300;
  font-size: 23px;
  color: #111;
  text-decoration: line-through;
  align-self: flex-end;
}

.school_link {
  color: #111111;
}

.school_link:hover {
  color: #111111;
}

.price_container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.course-card__info-right.list {
  padding-top: 0;
}

.course-card__info-left {
  width: 60%;
}

.course-card__info-right {
  width: 40%;
}

.course-card__platform {
  height: 50px;
}

@media (max-width: 1349px) {
  .course-card__info-left {
    width: 95%;
  }

  .course-card__info-right {
    width: 95%;
  }

  .price_container {
    justify-content: flex-start;
  }

  .price_container {
    margin-right: 10px;
  }

  .course-card__info-right {
    padding-left: 0;
  }

  .course-card__links {
    display: flex;
  }

  .btn_left {
    width: 50%;
  }

  .btn_right {
    width: 50%;
  }
}

@media (max-width: 1349px) {
  .price__wrap__old_price {
    align-self: flex-start;
    font-size: 20px;
  }

  .installment_block {
    align-self: flex-start !important;
  }

  .card__btn {
    width: 100%;
  }

  .btn_left {
    width: 100%;
  }

  .btn_right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .course-card__link:last-child {
    width: 100%;
  }

  .course-page__foot {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .btn_width {
    width: 100%;
    text-align: center;
  }
}

.user-check-block > .icon:before {
  background: url(/static/img/icons/checkbox_tick_icon.svg) no-repeat 50% 50%;
}

.login_form {
  margin-bottom: 50px;
  margin-top: 50px;
}

.message-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.message-container.none {
  display: none;
}

.message-wrapper-error {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #ea997e;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .message-wrapper-error {
    position: relative;
  }
}

.message-wrapper-succes {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #8fc399;
  font-size: 14px;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-clearfix:after {
  clear: both;
}

.close {
  position: absolute;
  left: auto;
  top: 5px;
  right: 10px;
  bottom: auto;
  float: right;
  color: #555;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
}

.close:hover {
  color: #555;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .close {
    position: absolute;
    left: auto;
    top: 10px;
    right: 10px;
    bottom: auto;
  }
}

.search_link {
  color: #000;
}

.search_link:hover {
  background-color: #999999;
  color: #000;
}

.max_width {
  max-width: 100%;
}

.representative_image {
  border-radius: 50px;
  height: 50px;
  margin-right: 10px;
}

.official_representative_wrapper {
  display: flex;
}

.official_representative_box {
  display: flex;
  flex-direction: column;
}

.official_representative_title {
  font-weight: 600;
  color: #0d0a0a;
}

.official_representative_time {
  font-size: 14px;
  color: #92969d;
}

.official_representative_link:hover {
  color: #0d0a0a;
}

.official_representative_box_btn {
  width: 30%;
}

.header__favourite-btn {
  padding-left: 44px;
  margin-left: 0;
}

.header__favourite-btn_item {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  padding-top: 6px;
  padding-bottom: 5px;
  margin-bottom: 2px;
  line-height: 32px;
  color: #111;
  text-decoration: none;
  align-self: center;
  border-radius: 3px;
  width: 115px;
  border: 1px solid transparent;
  margin-left: auto;
}

@media (max-width: 1349px) {
  .header__favourite-btn_item {
    width: 50px;
  }
}

@media (max-width: 767px) {
  .header__favourite-btn_item {
    margin-left: 25px;
  }
}

.header__favourite-btn_item:hover {
  color: #7ae582;
  background-color: #f0e5e5;
  border-color: #f0e5e5;
}

.tag_link {
  font-size: 15px;
  color: #b6a4a4;
}

.tag_link:hover {
  color: #b6a4a4;
}

.tag_link_block {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #b6a4a4;
  margin-top: 15px;
  border-radius: 3px;
}

.breadcrumbs_item {
  margin-right: 5px;
  color: #92969d;
}

.breadcrumbs_item:hover {
  color: #000;
}

.breadcrumbs_arrow ::after {
  content: url(../img/icons/bread.svg);
  margin-left: 8px;
  margin-right: 10px;
}

.breadcrumbs_ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.breadcrumbs_ul li {
  font-size: 15px;
  color: #92969d;
}

.nothing_text {
  margin-top: 50px;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.card_course-favorite-url {
  display: block;
  padding-left: 30px;
  margin-top: 20px;
  font-size: 16px;
  color: #ae9d9d;
}

.card_course-favorite-url:hover {
  background: url(../img/icons/bookmark-icon2.svg) 0 50% no-repeat;
  color: #ae9d9d;
}

.card_course-favorite-white {
  background: url(../img/icons/bookmark-icon.svg) 0 50% no-repeat;
}

.card_course-favorite-red {
  background: url(../img/icons/bookmark-icon2.svg) 0 50% no-repeat;
}

.ajax__form_errors {
  margin-bottom: 20px;
}

.disabled_btn {
  background-color: grey;
}

.disabled_btn:hover {
  background-color: grey;
}

.img__search_form {
  height: 25px !important;
}

.loading_wrap {
  display: flex;
  justify-content: center;
}

.register_form__title {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}

.register_form__txt {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
  margin-right: 5px;
}

.register_form__txt_success {
  font-size: 13px;
  color: green;
  margin-bottom: 0;
  margin-left: 5px;
}

ul.errorlist li {
  font-size: 13px;
  display: block;
  color: red;
  margin-bottom: 0;
}

ul.errorlist {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
}

.success__register_form_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.course-card__link_transparent_fav {
  border: 1px solid #131313;
  color: #131313;
}

.course-card__link_transparent_fav:hover {
  background: #131313;
  color: #fff;
}

.font_size__12 {
  font-size: 12px;
}

@media (min-width: 1024px) {
  .course-comments__sort {
    margin-top: 0;
  }
}

.courses__head {
  padding-bottom: 20px;
}

.fixed-overlay {
  display: none;
  z-index: 10000;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.fixed-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image_modal_popup {
  height: 150px !important;
}

.card_course-favorite-white {
  margin-left: 2px;
}

.fav__span {
  margin-left: -2px;
}

.card_course-favorite-red {
  margin-left: 2px;
}

@media (max-width: 1023px) {
  .modal-login__right {
    margin-top: 50px;
  }
}

@media (max-width: 587px) {
  .course-schools-item-header {
    display: flex;
    flex-wrap: wrap;
  }
}

.hl.hl_link {
  color: #212529;
}

.col_table_width {
  width: 70%;
}

@media (max-width: 1023px) {
  .col_table_width {
    width: 55%;
  }
}

@media (max-width: 812px) {
  .col_table_width {
    width: 70%;
  }
}

.modal_block_promo {
  margin: 50px auto;
}

.modal_promo_overlay {
  background: rgba(14, 14, 14, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

@media (max-width: 494px) {
  .mobile_article_menu_wrap {
    background: #f8f1f1;
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    margin-left: -15px;
    z-index: 10000;
  }

  .mobile_article_title {
    margin: 15px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  }

  .mobile_article_content {
    background: #f8f1f1;
    margin-top: -5px;
    padding-bottom: 5px;
  }

  .mobile_article_content p,
  .mobile_article_content ul li,
  .mobile_article_content ol li {
    font: 400 16px/22px "Segoe UI", sans-serif, -apple-system;
  }

  .mobile_article_content a {
    text-decoration: none;
    border-bottom: 1px dashed #111111;
    color: #111111;
    transition: all 0.15s linear;
  }

  .mobile_article_content a:hover {
    border-bottom-color: transparent;
    color: #111111;
  }

  .mobile_article_content ul li:nth-child(n + 2),
  .mobile_article_content ol li:nth-child(n + 2) {
    margin-top: 12px;
  }
}
