.title {
  font-family: "Montserrat";
}

a,
button {
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
a:hover,
button:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.red-btn {
  background: #7ae582;
  border-radius: 3px;
  border: none;
  color: #111;
  font-size: 15px;
  padding: 5px 20px;
}
.red-btn:hover {
  background: #111;
  color: #fff;
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.banner {
  background: #f8f1f1 url(../img/banner-bg.jpg) bottom 2px right -11px no-repeat;
  padding-top: 110px;
  padding-bottom: 100px;
}
.banner-info {
  max-width: 700px;
  width: 100%;
  color: #000000;
}
.banner-info__title {
  font-weight: bold;
  font-size: 43px;
  line-height: 62px;
  max-width: 650px;
  margin-bottom: 36px;
}
.banner-info__desc {
  max-width: 635px;
  font-size: 17px;
  line-height: 34px;
  margin-bottom: 46px;
  margin-left: 2px;
}
.banner__search {
  width: 100%;
}

.logos {
  padding-top: 49px;
  padding-bottom: 41px;
}
.logos-item {
  min-height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-family: Montserrat;
  font-weight: bold;
}
.logos-item_txt-m {
  color: #92969d;
  font-size: 32px;
}
.logos-item_txt-s {
  font-size: 30px;
  color: #fc4128;
}
.logos-item_txt-s a {
  color: #fc4128;
}
.logos-item_txt-s a:hover {
  color: #161616;
}

.logos-item a {
  color: #92969d;
}
.logos-item a:hover {
  color: #92969d;
  text-decoration: none;
}

.logo1 {
  margin-right: 29px;
  padding-top: 4px;
}

.logo2 {
  margin-right: -16px;
}

.logo3 {
  margin-right: 28px;
}

.logo4 {
  padding-top: 2px;
  margin-right: 27px;
}

.logo5 {
  padding-top: 3px;
  margin-right: 30px;
}

.logo6 {
  padding-top: 3px;
  margin-right: 35px;
}

.logo7 {
  padding-top: 3px;
}

.block-title {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}

.show-all {
  font-size: 19px;
  color: #9e8787;
}
.show-all::after {
  content: "";
  width: 12px;
  height: 10px;
  background: transparent url(../img/icons/all.svg) 0 0 no-repeat;
  position: relative;
  display: inline-block;
  top: -1px;
  margin-left: 14px;
}
.show-all:hover {
  color: #151515;
}
.show-all:hover::after {
  background: transparent url(../img/icons/all-hover.svg) 0 0 no-repeat;
}

.popular {
  padding-top: 18px;
  padding-bottom: 20px;
}
.popular__head {
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 26px;
}
.popular__all {
  margin-top: 24px;
}
.popular-list {
  margin-left: -10px;
  margin-right: -10px;
}
.popular-list__item {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
}
.popular-item {
  position: relative;
  margin-bottom: 27px;
}
.popular-item__img {
  width: 100%;
  height: 220px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 3px;
  margin-bottom: 29px;
  background: #f8f8f8;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.popular-item__title {
  font-weight: bold;
  font-size: 19px;
  line-height: 29px;
  color: #0e0e0e;
  display: block;
  margin-bottom: 12px;
}
.popular-item__title:hover {
  color: #0e0e0e;
}
.popular-item__button_mobile {
  display: none;
}
.popular-item__list {
  list-style: none;
  padding: 0;
}
.popular-item__list-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.popular-item__list-link {
  display: block;
  font-size: 17px;
  color: #161616;
}
.popular-item__list-link:hover {
  color: #161616;
  text-decoration: underline;
}
.popular-item__count {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 15px;
  color: #92969d;
}
.popular-item__count::after {
  content: url(/img/popular-arrow.svg);
  margin-left: 15px;
}
.popular-item__count:hover {
  color: #7ae582;
  text-decoration: underline;
}
.popular-item__count:hover::after {
  content: url(/img/popular-arrow-h.svg);
}
.popular-item__count_mobile {
  display: none;
}
.popular-item:hover .popular-item__img {
  background: #151515;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.25);
}

.social {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
}

.knowledge {
  margin-top: -81px;
  padding-top: 151px;
}
.knowledge__head {
  padding-bottom: 62px;
}
.knowledge__head-col {
  padding-left: 15px;
  padding-right: 15px;
}
.knowledge__head-left {
  -webkit-box-flex: 0;
  flex: 0 0 60%;
}
.knowledge__head-right {
  -webkit-box-flex: 0;
  flex: 0 0 40%;
  padding-left: 13px;
}
.knowledge-info {
  display: -webkit-box;
  display: flex;
}
.knowledge-info__icon {
  min-width: 150px;
  width: 150px;
  margin-right: 24px;
  padding-top: 4px;
}
.knowledge-info__txt {
  padding-top: 2px;
}
.knowledge-info__txt h1 {
  font-size: 30px;
  line-height: 43px;
  margin-bottom: 27px;
}
.knowledge-info__txt p {
  font-size: 18px;
  line-height: 33px;
  font-weight: 400;
  color: #111111;
  max-width: 485px;
}
.knowledge-info__mobile {
  display: none;
}
.knowledge-tags {
  margin-left: -8px;
  margin-right: -8px;
  padding-top: 13px;
}
.knowledge-tags__item {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 15px;
}
.knowledge-tag {
  border-radius: 2px;
  border: 1px solid #e5e9f0;
  display: block;
  color: #111;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 15px 6px 15px;
}
.knowledge-tag span {
  width: 8px;
  height: 8px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  background: transparent url(../img/icons/delete.svg) 0 0 no-repeat;
  margin-left: 4px;
  opacity: 0;
}
.knowledge-tag:hover span {
  opacity: 1;
}
.knowledge__body {
  background: #fff;
  padding-bottom: 19px;
  padding-top: 45px;
}
.knowledge-item {
  margin-bottom: 15px;
}
.knowledge-item__char {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 35px;
  color: #002333;
  margin-bottom: 27px;
}
.knowledge-cards {
  margin-left: -15px;
  margin-right: -15px;
}
.knowledge-cards__item {
  -webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.knowledge-card {
  display: -webkit-box;
  display: flex;
  border-radius: 4px;
  padding: 20px 5px 19px 21px;
  position: relative;
  background: #f8f1f1;
}
.knowledge-card__icon {
  width: 65px;
  min-width: 65px;
  margin-right: 25px;
}
.knowledge-card__title {
  display: block;
  font-weight: 600;
  font-size: 23px;
  line-height: 33px;
  color: #000000;
  margin-bottom: 4px;
}
.knowledge-card__title::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.knowledge-card__title:hover {
  color: #5d5c5c;
}
.knowledge-card__count {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  color: #111;
}

.fill1 {
  background: #7ae582;
}

.fill2 {
  background: #f5ecff;
}

.fill3 {
  background: #eaeafa;
}

.fill4 {
  background: #f0efe3;
}

.fill5 {
  background: #f9e9f3;
}

.fill6 {
  background: #e3f5df;
}

.fill7 {
  background: #ffe7d5;
}

.fill8 {
  background: #e6edff;
}

.fill9 {
  background: #f8f1f1;
}

.fill10 {
  background: #f1e9ff;
}

.fill11 {
  background: #f8f1f1;
}

.alphabet {
  border-bottom: 1px solid rgba(202, 188, 188, 0.5);
  padding-top: 24px;
  padding-bottom: 21px;
  background: transparent url(../img/knowledge-bg.png) 0 0 no-repeat;
  background-size: 100%;
}
.alphabet-list {
  -webkit-box-pack: justify;
  /*justify-content: space-between;*/
}
.alphabet-item {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}
.alphabet-item a {
  color: #000000;
  margin-right: 10px;
}
.alphabet-item a:hover {
  color: #7ae582;
}

.body-inner {
  background: #f8f1f1;
}

.content {
  padding-top: 60px;
}

.main {
  -webkit-box-flex: 0;
  flex: 0 0 915px;
  max-width: 915px;
  padding-left: 15px;
  padding-right: 15px;
}
.courses__head {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #b6a4a4;
  padding-bottom: 33px;
}
.courses__head-icon {
  width: 121px;
  min-width: 121px;
  margin-right: 42px;
  padding-top: 11px;
}
.courses__head-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 43px;
  color: #000;
  margin-bottom: 16px;
}
.courses__head-txt {
  font-size: 16px;
  line-height: 29px;
  color: #111;
}
.courses__sort {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.courses__sort-count {
  font-weight: 400;
  font-size: 18px;
  color: #ae9d9d;
}
.courses__cards {
  padding-top: 6px;
  margin-bottom: 34px;
}

.sort {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.sort__txt {
  font-size: 16px;
  color: #111111;
  margin-right: 18px;
}
.sort__select {
  width: 185px;
  height: 35px;
  background: #ffffff;
  border-radius: 2px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #ae9d9d;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 25px;
}
.sort__select span {
  display: block;
  width: 100%;
  overflow: hidden;
}
.sort__select::after {
  content: url(../img/icons/select.svg);
  position: absolute;
  top: 8px;
  right: 16px;
}
.sort__select ul {
  position: absolute;
  top: 100%;
  padding-left: 0;
  list-style: none;
  background: #fff;
  border-radius: 0 0 2px 2px;
  left: 0;
  width: 100%;
  border-top: 1px solid #ae9d9d;
  display: none;
}
.sort__select ul li {
  padding: 8px 15px;
}
.sort__select ul li:hover {
  background: rgba(248, 241, 241, 0.7);
}

.promocode-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promocode-wrap .promocode_text {
  font-size: 14px;
  align-self: auto;
}

.skillbox::before {
  content: "";
  /*background: transparent url(../img/skillbox.png) 0 0 no-repeat;*/
  width: 30px;
  height: 30px;
  background-size: contain;
  margin-right: 18px;
  position: relative;
  top: -3px;
}

.company_image {
  width: 30px;
  height: 30px;
  background-size: contain;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.filter-btn {
  display: none;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: #7ae582;
}
.filter-btn::before {
  content: url(../img/icons/filter-btn.svg);
  margin-right: 13px;
  position: relative;
  top: 3px;
}

.filter-clear {
  font-size: 15px;
  color: #ae9d9d;
  position: absolute;
  top: 24px;
  right: 35px;
  cursor: pointer;
  display: none;
}
.filter-clear::before {
  content: url(../img/icons/filter-clear.svg);
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.more-course {
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #ae9d9d;
  border-radius: 3px;
  height: 45px;
  width: 100%;
  max-width: 345px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  color: #ae9d9d;
}

.main_full-width {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.user {
  padding-bottom: 108px;
}
.user__banner {
  width: 100%;
  height: 200px;
  background-size: cover;
  border-radius: 4px 4px 0 0;
}
.user__block {
  background: #fff;
  border-radius: 0 0 4px 4px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.user__avatar {
  width: 140px;
  height: 140px;
  min-width: 140px;
  border: 5px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-top: -73px;
}
.user__head {
  display: -webkit-box;
  display: flex;
  padding-left: 30px;
  margin-bottom: 36px;
}
.user__edit {
  font-size: 15px;
  color: #fff;
  background: #141414;
  border-radius: 3px;
  width: 260px;
  height: 45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 10px;
}
.user__edit:hover {
  color: #fff;
  background: #7ae582;
}
.user__info {
  padding-left: 47px;
}
.user__info-head {
  padding-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 14px;
}
.user__info-name {
  display: -webkit-box;
  display: flex;
  font-size: 25px;
  line-height: 36px;
  color: #151515;
}
.user__info-name h1 {
  font-size: 25px;
}
.user__info-name-edit {
  border: none;
  background: none;
  margin-left: 15px;
  margin-top: -8px;
}
.user__info-location {
  font-size: 16px;
  color: #92969d;
}
.user__info-location::before {
  content: url(../img/icons/location.svg);
  margin-right: 8px;
  position: relative;
  top: 0;
}
.user__info-body {
  font-size: 15px;
  line-height: 27px;
  color: #111111;
}

.user-review {
  background: #f8f1f1;
  border-radius: 3px;
  margin-bottom: 20px;
}
.user-review:last-child {
  margin-bottom: 0;
}
.user-review__inner {
  display: -webkit-box;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 35px;
}
.user-review__left {
  -webkit-box-flex: 0;
  flex: 0 0 265px;
  max-width: 265px;
  margin-right: 30px;
}
.user-review__right {
  -webkit-box-flex: 1;
  flex: 1;
}
.user-review__img {
  width: 100%;
  height: 195px;
  margin-bottom: 21px;
}
.user-review__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
}
.user-review__course {
  font-size: 14px;
  line-height: 23px;
  color: #ae9d9d;
}
.user-review__head {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 4px;
  margin-bottom: 21px;
}
.user-review__date {
  font-size: 16px;
  color: #ae9d9d;
}
.user-review__date::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: transparent url(../img/icons/duration.svg) 0 0 no-repeat;
  background-size: contain;
  position: relative;
  top: 0;
  margin-right: 6px;
}
.user-review__rating {
  margin-left: 37px;
  width: 123px;
  height: 22px;
  background: transparent url(../img/icons/comments-rating.svg) 0 0 no-repeat;
  position: relative;
}
.user-review__rating .rating__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url(../img/icons/commnets-rating-fill.svg) 0 0 no-repeat;
}
.user-review__title {
  font-weight: bold;
  font-size: 23px;
  line-height: 42px;
  color: #111111;
  margin-bottom: 15px;
}
.user-review__txt {
  font-size: 15px;
  line-height: 27px;
  color: #111111;
  margin-bottom: 10px;
  max-width: 750px;
  margin-bottom: 27px;
}
.user-review__txt p {
  margin-bottom: 0;
}
.user-review__txt a {
  color: #7ae582;
}
.user-review__txt p,
.user-review__txt br {
  margin-bottom: 8px;
  display: block;
  content: "";
}
.user-review__foot {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.user-review__link {
  width: 160px;
  height: 40px;
  background: #141414;
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
}
.user-review__link:hover {
  color: #fff;
  background: #7ae582;
}
.user-review__link_left {
  display: none !important;
}
.user-review__rate {
  padding-right: 16px;
  padding-top: 3px;
}

.rate {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.rate__txt {
  font-size: 14px;
  color: #ae9d9d;
}
.rate__btn {
  font-size: 15px;
  padding: 0;
  border: none;
  background: none;
}
.rate__like {
  color: #7ae582;
  margin-left: 20px;
}
.rate__like::before {
  content: url(../img/icons/like.svg);
  position: relative;
  top: 0;
  margin-right: 8px;
}
.rate__dislike {
  color: #ae9d9d;
  margin-left: 21px;
}
.rate__dislike::before {
  content: url(../img/icons/dislike.svg);
  position: relative;
  top: 3px;
  margin-right: 8px;
}

.link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.content_user {
  padding-top: 10px;
}

.user__setting {
  border-radius: 0 0 4px 4px;
  background: #fff;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 13px;
}
.user__setting__title {
  font-size: 25px;
  line-height: 36px;
  color: #151515;
  margin-bottom: 33px;
  font-weight: bold;
}
.user__setting-avatar {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin-bottom: 12px;
}
.user__setting-edit-avatar {
  font-size: 13px;
  color: #c0afaf;
  padding-left: 5px;
  cursor: pointer;
}
.user__setting-edit-avatar::before {
  content: url(../img/icons/photo.svg);
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.user__setting-left {
  -webkit-box-flex: 0;
  flex: 0 0 130px;
  max-width: 130px;
  margin-right: 40px;
  padding-top: 13px;
}
.user__setting-right {
  -webkit-box-flex: 1;
  flex: 1;
}

.setting {
  margin-bottom: 49px;
}
.setting__title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #151515;
  margin-bottom: 27px;
}
.setting__subtitle {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 17px;
  color: #151515;
  margin-bottom: 13px;
  margin-top: 20px;
}
.setting__group_main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 13px;
}
.setting__group_auth {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 13px;
}
.setting__group_pass {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 13px;
}
.setting__input {
  width: 100%;
  height: 45px;
  padding-left: 22px;
}
.setting__textarea {
  width: 100%;
  resize: none;
  height: 110px;
  padding-top: 10px;
  padding-left: 16px;
}
.setting__select {
  border: 1px solid #d6cdcd;
  border-radius: 3px;
  color: #c0afaf;
  height: 45px;
  position: relative;
  display: -webkit-box;
  display: flex;
  padding-left: 21px;
  padding-right: 16px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.setting__select-btn {
  font-size: 14px;
}
.setting__select-btn::after {
  content: url(../img/icons/dropdown.svg);
  margin-left: 9px;
  position: relative;
  top: 0px;
}
.setting__select ul {
  background: #fff;
  border: 1px solid #d6cdcd;
  margin-top: -1px;
  top: 100%;
  border-radius: 0 0 3px 3px;
  padding-left: 0;
  list-style: none;
  position: absolute;
  left: -1px;
  right: -1px;
  display: none;
}
.setting__select li {
  padding: 4px 21px;
  cursor: pointer;
}
.setting__select li:hover {
  background: rgba(214, 205, 205, 0.4);
}
.setting__item {
  border: 1px solid #d6cdcd;
  border-radius: 3px;
  color: #111;
}
.setting__item::-webkit-input-placeholder {
  color: #c0afaf;
}
.setting__item::-moz-placeholder {
  color: #c0afaf;
}
.setting__item:-moz-placeholder {
  color: #c0afaf;
}
.setting__item:-ms-input-placeholder {
  color: #c0afaf;
}
.setting__item:focus {
  border-color: #7ae582;
}
.setting__btn {
  width: 100%;
  height: 45px;
  border: none;
  background: #7ae582;
  color: #fff;
  font-size: 17px;
  border-radius: 3px;
}

.s-item1 {
  grid-area: 1 / 1 / 2 / 2;
}

.s-item2 {
  grid-area: 1 / 2 / 2 / 3;
}

.s-item3 {
  grid-area: 1 / 3 / 3 / 4;
}

.s-item4 {
  grid-area: 2 / 1 / 3 / 2;
}

.s-item5 {
  grid-area: 2 / 2 / 3 / 3;
}

.s-item6 {
  grid-area: 3 / 1 / 4 / 2;
}

.s-item7 {
  grid-area: 3 / 2 / 4 / 3;
}

.s-item8 {
  grid-area: 3 / 3 / 4 / 4;
}

.login-social__title {
  font-weight: bold;
  font-size: 17px;
  color: #0b0b0b;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 20px;
}
.login-social__title::before,
.login-social__title::after {
  width: 100%;
  height: 1px;
  background: #0b0b0b;
  content: "";
}
.login-social__title::before {
  margin-right: 12px;
}
.login-social__title::after {
  margin-left: 12px;
}

.login-social__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: center;
  gap: 20px;
}

.login-social__item {
  flex: 1;
  height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 3px;
}
.login-social__item_vk {
  background: #4d76a1;
}
.login-social__item_fb {
  background: #3c5b9b;
}
.login-social__item_g {
  background: #e02f2f;
}

.modal-form__btn {
  width: 100%;
  height: 45px;
  border: none;
  background: #7ae582;
  border-radius: 3px;
  font-size: 17px;
  color: #ffffff;
  margin-top: 6px;
}
.modal-form__btn:hover {
  background: #0e0e0e;
}

.modal-content {
  width: 450px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 80px auto;
}
.modal-content__inner {
  background: #ffffff;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
}
.modal-content .modal__title {
  margin-bottom: 17px;
}
.modal-content .login-social {
  margin-top: 35px;
}

.modal__subtitle {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: #111;
  margin-bottom: 27px;
}

.modal__consent {
  font-size: 12px;
  line-height: 18px;
  color: #c0afaf;
  margin-top: 19px;
  margin-bottom: 25px;
}
.modal__consent a {
  text-decoration: underline;
  color: #c0afaf;
}
.modal__consent a:hover {
  text-decoration: none;
}

.modal__foot {
  border-top: 1px solid #d6cdcd;
  padding-top: 27px;
  padding-bottom: 33px;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: #0b0b0b;
}
.modal__foot a {
  color: #7ae582;
}

.modal-form__btn_black {
  background: #131313;
}
.modal-form__btn_black:hover {
  background: #7ae582;
}

.password__subtitle {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 27px;
  font-weight: 400;
  text-align: center;
}

#m-login {
  display: none;
}

#m-register {
  display: none;
}

#m-password {
  display: none;
}
#m-password .modal-content__inner {
  padding-bottom: 45px;
}

.stat1::before {
  content: url(../img/icons/stat1.svg);
  margin-right: 16px;
  position: relative;
  top: 2px;
}

.stat2::before {
  content: url(../img/icons/stat2.svg);
  margin-right: 14px;
  position: relative;
  top: 2px;
}

.stat3::before {
  content: url(../img/icons/stat3.svg);
  margin-right: 14px;
  position: relative;
  top: 6px;
}

.stat4::before {
  content: url(../img/icons/internship.png);
  margin-right: 14px;
  position: relative;
  top: 6px;
}

.course-comments {
  background: transparent url(../img/block.png) top 0px center no-repeat;
  background-size: 100% 100%;
  padding-top: 48px;
}
.course-comments__count {
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
  color: #000000;
}
.course-comments__head {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.course-comments__sort {
  margin-left: auto;
  margin-top: 29px;
}
.course-comments__sort .sort__select {
  width: 160px;
}

.c-comment {
  background: #ffffff;
  border-radius: 3px;
  margin-bottom: 25px;
}
.c-comment__inner {
  padding-top: 28px;
  padding-left: 41px;
  padding-right: 39px;
  padding-bottom: 38px;
}
.c-comment__top {
  display: -webkit-box;
  display: flex;
}
.c-comment__head {
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}
.c-comment__avatar {
  width: 85px;
  height: 85px;
  min-width: 85px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 35px;
}
.c-comment__name {
  font-weight: bold;
  font-size: 17px;
  color: #111111;
}
.c-comment__date {
  font-size: 16px;
  font-weight: 400;
  color: #ae9d9d;
  margin-left: 36px;
}
.c-comment__date::before {
  content: "";
  width: 15px;
  height: 15px;
  background: transparent url(../img/icons/duration.svg) 0 0 no-repeat;
  position: relative;
  background-size: contain;
  top: 2px;
  margin-right: 5px;
  display: inline-block;
}
.c-comment__rating {
  margin-left: auto;
  width: 123px;
  height: 22px;
  background: transparent url(../img/icons/comments-rating.svg) 0 0 no-repeat;
  position: relative;
}
.c-comment__rating .rating__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url(../img/icons/commnets-rating-fill.svg) 0 0 no-repeat;
}
.c-comment__info {
  padding-left: 120px;
  margin-top: -37px;
}
.c-comment__title {
  font-weight: bold;
  font-size: 23px;
  line-height: 42px;
  color: #111;
  margin-bottom: 18px;
}
.c-comment__txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: #111111;
  margin-bottom: 36px;
}
.c-comment__txt a {
  color: #7ae582;
}
.c-comment__txt p,
.c-comment__txt br {
  margin-bottom: 8px;
  display: block;
  content: "";
}
.c-comment__rate {
  text-align: right;
}
.c-comment__rate .rate {
  display: -webkit-inline-box;
  display: inline-flex;
}

.rate-area > label:active {
  position: relative;
}

.add-comment {
  margin-top: 62px;
  background: #fff;
  border-radius: 4px;
}
.add-comment__left {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 50px;
  padding-bottom: 46px;
}
.add-comment__right {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  background: transparent url(../img/add-bg.png) 0 0 no-repeat;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 129px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 46px;
}
.add-comment__right-logo {
  margin-bottom: 40px;
}
.add-comment__right-txt {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 20px;
}
.add-comment__right-link {
  width: 263px;
  height: 45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  background: #0e0e0e;
  border-radius: 3px;
}
.add-comment__right-link:hover {
  color: #fff;
  background: #7ae582;
}
.add-comment__right .login-social {
  margin-top: auto;
  max-width: 390px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.add-comment__right .login-social__title {
  color: #fff;
}
.add-comment__right .login-social__title::before,
.add-comment__right .login-social__title::after {
  background: #fff;
}
.add-comment__right .login-social__item {
  background: #fff !important;
}
.add-comment__head {
  display: -webkit-box;
  display: flex;
  margin-bottom: 21px;
}
.add-comment__title {
  font-weight: bold;
  font-size: 30px;
  color: #000;
  margin-right: 42px;
}
.add-comment__login {
  width: 125px;
  height: 45px;
  background: #f0e5e5;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 400;
  color: #0b0b0b;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.add-comment__login::after {
  content: url(../img/icons/c-login.svg);
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.add-comment__rate {
  font-size: 15px;
  font-weight: 400;
  color: #111111;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  max-width: 315px;
  margin-bottom: 18px;
}
.add-comment__form-group {
  margin-bottom: 33px;
}
.add-comment__form-group:nth-child(3) {
  margin-bottom: 14px;
}
.add-comment__form-txt {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #c0afaf;
  margin-bottom: 8px;
}
.add-comment__form-input {
  width: 100%;
  height: 51px;
  border: 1px solid #d6cdcd;
  border-radius: 3px;
  font-size: 17px;
  color: #101010;
  padding-left: 10px;
}
.add-comment__form-input:focus {
  border-color: #7ae582;
}
.add-comment__form-textarea {
  width: 100%;
  height: 98px;
  border: 1px solid #d6cdcd;
  border-radius: 3px;
  font-size: 17px;
  color: #101010;
  padding-left: 10px;
  padding-top: 10px;
  resize: none;
}
.add-comment__form-textarea:focus {
  border-color: #7ae582;
}
.add-comment__form-foot {
  display: -webkit-box;
  display: flex;
}
.add-comment__form-foot-txt {
  font-size: 12px;
  line-height: 18px;
  color: #c0afaf;
}
.add-comment__form-foot-txt a {
  color: #c0afaf;
  text-decoration: underline;
}
.add-comment__form-foot-txt a:hover {
  text-decoration: none;
}
.add-comment__form-btn {
  width: 240px;
  min-width: 240px;
  height: 45px;
  background: #7ae582;
  border-radius: 3px;
  font-size: 17px;
  color: #fff;
  border: none;
  margin-left: 5px;
}
.add-comment__form-btn:hover {
  background: #0e0e0e;
}

.course-more {
  margin-top: 89px;
}
.course-more__title {
  font-weight: bold;
  font-size: 30px;
  color: #000;
}
.course-more__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 23px;
}
.course-more__link {
  margin-top: 19px;
}
.course-more__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.course-more__list-item {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.course-more-item {
  position: relative;
}
.course-more-item__img {
  height: 195px;
  margin-bottom: 19px;
}
.course-more-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.course-more-item__platform {
  display: -webkit-box;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  margin-bottom: 10px;
}
.course-more-item__platform::before {
  width: 24px;
  height: 24px;
  margin-right: 13px;
}
.course-more-item__title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 30px;
  margin-bottom: 18px;
}
.course-more-item__link {
  font-size: 15px;
  font-weight: 400;
  color: #0f0f0f;
}
.course-more-item__link::after {
  content: url(../img/icons/vector.svg);
  margin-left: 10px;
}
.course-more-item__link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.course-comments {
  padding-bottom: 65px;
}

/*.add-comment_fill-width {*/
/*  max-width: 50%; }*/
.add-comment_fill-width .add-comment__form-foot {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.add-comment_fill-width .add-comment__left {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.add-comment_fill-width .add-comment__form-btn {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) and (max-width: 1349px) {
  .add-comment_fill-width {
    max-width: 100%;
  }
  .banner {
    padding-top: 153px;
    padding-bottom: 103px;
    background: #f8f1f1 url(../img/banner-bg-lg.jpg) bottom -3px right 0px no-repeat;
  }
  .banner-info {
    max-width: 580px;
  }
  .banner-info__title {
    font-size: 37px;
    line-height: 53px;
    max-width: 580px;
    margin-bottom: 39px;
  }
  .banner-info__desc {
    font-size: 15px;
    line-height: 30px;
    max-width: 475px;
    margin-bottom: 49px;
  }
  .logos {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .popular {
    padding-top: 24px;
    padding-bottom: 0;
    margin-bottom: -26px;
  }
  .popular-item__title {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 9px;
  }
  .popular-item__img {
    margin-bottom: 21px;
  }
  .popular-item {
    margin-bottom: 51px;
  }
  .knowledge {
    margin-top: -82px;
  }
  .knowledge-info__txt h1 {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 21px;
  }
  .knowledge-info__txt p {
    font-size: 16px;
    line-height: 29px;
    max-width: 405px;
  }
  .knowledge__head-left {
    -webkit-box-flex: 0;
    flex: 0 0 67%;
    max-width: 67%;
  }
  .knowledge__head-right {
    -webkit-box-flex: 0;
    flex: 0 0 33%;
    max-width: 33%;
    padding-left: 20px;
  }
  .knowledge-tags__item:last-child {
    display: none;
  }
  .knowledge-info__txt {
    padding-top: 9px;
  }
  .knowledge-tag {
    padding: 7px 15px 4px 15px;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: auto !important;
  }
  .knowledge-tags__item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .knowledge-tags {
    margin-left: -5px;
    margin-right: -5px;
    display: block;
  }
  .knowledge__head {
    padding-bottom: 56px;
  }
  .alphabet-list {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .alphabet-item {
    font-size: 25px;
    -webkit-box-flex: 0;
    flex: 0 0 6.25%;
    max-width: 6.25%;
    margin-bottom: 16px;
    text-align: center;
  }
  .alphabet {
    padding-top: 28px;
    padding-bottom: 16px;
  }
  .knowledge__body {
    padding-top: 38px;
    padding-bottom: 3px;
  }
  .knowledge-cards__item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .knowledge-item {
    margin-bottom: 25px;
  }
  .main {
    -webkit-box-flex: 0;
    flex: 0 0 655px;
    max-width: 655px;
  }
  .courses__head-icon {
    width: 90px;
    min-width: 90px;
    margin-right: 27px;
  }
  .courses__head-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 14px;
  }
  .courses__head {
    padding-bottom: 20px;
  }
  .courses__head-txt {
    font-size: 16px;
    line-height: 29px;
  }
  .skillbox::before {
    width: 23px;
    height: 23px;
    margin-right: 12px;
    top: -1px;
  }
  .content_user {
    padding-top: 25px;
  }
  .main_full-width {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .user__edit {
    margin-top: 0;
  }
  .user__head {
    margin-bottom: 8px;
  }
  .user-review__img {
    height: 200px;
    margin-bottom: 25px;
  }
  .user-review__link_right {
    display: none !important;
  }
  .user-review__link_left {
    display: -webkit-box !important;
    display: flex !important;
  }
  .user-review__head {
    margin-bottom: 27px;
  }
  .user-review__title {
    margin-bottom: 21px;
  }
  .user-review__inner {
    padding-right: 15px;
    padding-bottom: 43px;
  }
  .user-review__rate {
    padding-right: 13px;
    margin-left: auto;
  }
  .user-review__course {
    margin-bottom: 20px;
  }
  .user-review:last-child {
    margin-bottom: 0;
  }
  .user {
    padding-bottom: 80px;
  }
  .setting__group_main {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
  .s-item1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .s-item2 {
    grid-area: 4 / 1 / 5 / 2;
  }
  .s-item3 {
    grid-area: 3 / 2 / 5 / 3;
  }
  .s-item4 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .s-item5 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .s-item6 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .s-item7 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .s-item8 {
    grid-area: 5 / 2 / 6 / 3;
  }
  .setting__group_auth {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .s-item11 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .setting__group_pass {
    grid-template-columns: repeat(1, 1fr);
  }
  .setting_last {
    display: -webkit-box;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  .setting_last > div {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .setting {
    margin-bottom: 55px;
  }
  .modal-login {
    width: 750px;
  }
  .modal__title {
    font-size: 21px;
    line-height: 30px;
  }
  .modal-login__left {
    padding-top: 46px;
    padding-left: 20px;
    padding-right: 20px;
    height: 500px;
  }
  .modal-login__right {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .modal-form__btn {
    margin-top: 4px;
  }
  .modal__link {
    margin-top: 12px;
    margin-bottom: 46px;
  }
  .login-social__title {
    font-size: 16px;
  }
  .login-social__item {
    width: 103px;
  }
  .modal-content .modal__title {
    font-size: 25px;
  }
  .content.content_course {
    padding-top: 40px;
  }
  .course-comments {
    padding-top: 69px;
    padding-bottom: 75px;
    background: transparent url(../img/block-lg.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .course-comments__sort {
    margin-top: 19px;
  }
  .c-comment__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-comment__txt {
    margin-bottom: 20px;
  }
  .add-comment__title {
    font-size: 25px;
    margin-right: 36px;
  }
  .add-comment__left {
    max-width: initial;
    -webkit-box-flex: 1;
    flex: 1;
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .add-comment__right {
    max-width: 435px;
    -webkit-box-flex: 0;
    flex: 0 0 435px;
    padding-left: 23px;
    padding-right: 23px;
  }
  .add-comment__login {
    height: 40px;
  }
  .add-comment__head {
    margin-bottom: 24px;
  }
  .add-comment__rate {
    margin-bottom: 22px;
  }
  .add-comment__form-group {
    margin-bottom: 29px;
  }
  .add-comment__form-btn {
    width: 187px;
    min-width: 187px;
  }
  .add-comment__form-group:nth-child(3) {
    margin-bottom: 25px;
  }
  .course-more__list-item {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .course-more__list-item:last-child {
    display: none;
  }
  .course-more {
    margin-top: 58px;
  }
  .course-more__link {
    margin-top: 6px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .add-comment_fill-width {
    max-width: 100%;
  }
  .banner-info__title {
    font-size: 33px;
    line-height: 48px;
    margin-bottom: 20px;
    max-width: 470px;
    margin-bottom: 44px;
  }
  .banner-info__desc {
    font-size: 15px;
    line-height: 30px;
    max-width: 360px;
    margin-bottom: 38px;
  }
  .banner {
    padding-top: 141px;
    padding-bottom: 66px;
    background: #f8f1f1 url(../img/banner-bg-md.jpg) bottom 0px right 0px no-repeat;
  }
  .banner-info {
    max-width: 460px;
  }
  .logos {
    padding-top: 73px;
    padding-bottom: 40px;
  }
  .popular-list__item {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .popular {
    padding-top: 21px;
    padding-bottom: 0;
  }
  .popular__all {
    margin-top: 14px;
  }
  .popular__head {
    margin-bottom: 34px;
  }
  .popular-item__title {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 9px;
  }
  .popular-item__img {
    margin-bottom: 20px;
  }
  .popular-item__count {
    font-size: 14px;
  }
  .popular-item {
    margin-bottom: 10px;
  }
  .knowledge__head-left {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .knowledge-info__txt h1 {
    font-size: 27px;
    line-height: 39px;
    margin-bottom: 22px;
  }
  .knowledge-info__txt p {
    font-size: 16px;
    line-height: 29px;
  }
  .knowledge__head-right {
    margin-left: 154px;
    -webkit-box-flex: 1;
    flex: auto;
  }
  .knowledge-tag {
    padding: 7px 15px 4px 15px;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: auto !important;
  }
  .knowledge-tags__item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .knowledge-tags {
    margin-left: -5px;
    margin-right: -5px;
    display: block;
  }
  .knowledge-info__icon {
    margin-right: 0;
  }
  .knowledge-info__icon img {
    max-width: 112px;
  }
  .knowledge {
    padding-top: 139px;
  }
  .alphabet-item {
    font-size: 23px;
    -webkit-box-flex: 0;
    flex: 0 0 6.25%;
    max-width: 6.25%;
    margin-bottom: 19px;
    text-align: center;
  }
  .knowledge__head {
    padding-bottom: 40px;
  }
  .alphabet {
    padding-top: 43px;
    padding-bottom: 17px;
  }
  .knowledge__body {
    padding-top: 21px;
    padding-bottom: 22px;
  }
  .knowledge-cards {
    margin-left: -14px;
    margin-right: -14px;
  }
  .knowledge-cards__item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 14px;
    padding-right: 14px;
  }
  .knowledge-card__title {
    font-size: 20px;
  }
  .knowledge-card__icon {
    margin-right: 20px;
  }
  .knowledge-item {
    margin-bottom: 5px;
  }
  .main {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .filter-btn {
    display: -webkit-box;
    display: flex;
    margin-left: 36px;
  }
  /*  display: none; }*/
  .courses__head-icon {
    min-width: 110px;
    width: 110px;
    margin-right: 48px;
  }
  .courses__head-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 21px;
  }
  .courses__head-txt {
    font-size: 16px;
    line-height: 29px;
  }
  .content {
    padding-top: 27px;
  }
  .courses__sort-count {
    font-size: 16px;
    padding-left: 4px;
  }
  .courses__sort {
    padding-top: 25px;
    padding-bottom: 28px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .courses__sort .sort {
    margin-left: auto;
  }
  .filter__head {
    display: none;
  }
  #price {
    max-width: 220px;
    width: 100%;
    margin-top: -7px;
  }
  .slide-txt {
    display: block;
    bottom: -24px;
  }
  .all-filter {
    display: none;
  }
  .filter__foot {
    display: none;
  }
  .filter-clear {
    display: block;
  }
  .user__avatar {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-top: -52px;
  }
  .user__edit {
    width: 200px;
    height: 45px;
    font-size: 14px;
    margin-top: 0;
  }
  .user__info-name h1 {
    font-size: 23px;
    line-height: 33px;
  }
  .user__info {
    padding-left: 29px;
  }
  .user__block {
    padding-right: 25px;
    padding-left: 25px;
  }
  .user__info-name {
    margin-bottom: -4px;
  }
  .user__info-head {
    margin-bottom: 17px;
  }
  .user__head {
    margin-bottom: 32px;
  }
  .user-review__left {
    -webkit-box-flex: 0;
    flex: 0 0 180px;
    max-width: 180px;
    margin-right: 26px;
  }
  .user-review__img {
    height: 135px;
    margin-bottom: 17px;
  }
  .user-review__link_left {
    display: -webkit-box !important;
    display: flex !important;
    width: 180px;
  }
  .user-review__link_right {
    display: none !important;
  }
  .user-review__course {
    margin-bottom: 21px;
  }
  .user-review__date {
    font-size: 14px;
  }
  .user-review__rating {
    margin-left: auto;
  }
  .user-review__inner {
    padding-right: 23px;
    padding-bottom: 42px;
  }
  .user-review__head {
    padding-top: 1px;
  }
  .user-review__title {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 19px;
  }
  .user-review__rate {
    margin-left: auto;
    padding-right: 7px;
  }
  .user-review__txt {
    margin-bottom: 22px;
  }

  .user {
    padding-bottom: 68px;
  }
  .setting__group_main {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
  .s-item1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .s-item2 {
    grid-area: 4 / 1 / 5 / 2;
  }
  .s-item3 {
    grid-area: 3 / 2 / 5 / 3;
  }
  .s-item4 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .s-item5 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .s-item6 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .s-item7 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .s-item8 {
    grid-area: 5 / 2 / 6 / 3;
  }
  .setting__group_auth {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .s-item11 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .setting__group_pass {
    grid-template-columns: repeat(1, 1fr);
  }
  .setting_last {
    display: -webkit-box;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  .setting_last > div {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .setting {
    margin-bottom: 40px;
  }
  .user__setting-left {
    -webkit-box-flex: 0;
    flex: 0 0 105px;
    max-width: 105px;
    margin-right: 49px;
  }
  .user__setting-avatar {
    width: 105px;
    height: 105px;
    margin-bottom: 26px;
  }
  .user__setting {
    padding-left: 30px;
    padding-right: 27px;
  }
  .user__setting-edit-avatar {
    white-space: nowrap;
    padding-left: 0;
  }
  .modal-login__left {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 39px;
    padding-left: 25px;
    padding-right: 25px;
    height: 495px;
  }
  .modal-login .modal__title {
    margin-bottom: 40px;
  }
  .login-social__item {
    width: 129px;
  }
  .modal-login__right {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    height: 305px;
    background-size: cover;
    padding-bottom: 0;
  }
  .modal-login {
    width: 470px;
  }
  .modal-content {
    width: 470px;
  }
  .course-comments {
    background: transparent url(../img/block-md.png) 0 0 no-repeat;
  }
  .course-comments__sort {
    margin-top: 0;
  }
  .course-comments__head {
    padding-bottom: 50px;
  }
  .c-comment__inner {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 31px;
  }
  .c-comment__avatar {
    margin-right: 23px;
  }
  .c-comment__rating img {
    width: 16px;
    margin-left: 6px;
  }
  .c-comment__title {
    font-size: 23px;
    line-height: 37px;
    margin-bottom: 21px;
  }
  .c-comment__info {
    padding-left: 109px;
    margin-top: -40px;
  }
  .c-comment__txt {
    margin-bottom: 25px;
  }
  .add-comment__left {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 37px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .add-comment__head {
    margin-bottom: 8px;
  }
  .add-comment__rate {
    margin-bottom: 23px;
  }
  .add-comment__right {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    background-size: 100% 100%;
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .add-comment__right .login-social__item {
    width: 120px;
  }
  .add-comment__right-logo {
    margin-bottom: 25px;
  }
  .add-comment__right .login-social {
    margin-top: 64px;
  }
  .add-comment__title {
    font-size: 25px;
  }
  .add-comment__login {
    margin-left: auto;
    height: 40px;
  }
  .add-comment {
    margin-top: 43px;
  }
  .course-more {
    margin-top: 79px;
  }
  .course-more__link {
    margin-top: 7px;
  }
  .course-more__list-item {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .course-more__list-item:nth-child(4) {
    display: none;
  }
  .course-more-item__title {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 13px;
  }
  .course-more-item__platform {
    margin-bottom: 18px;
  }
  .course-comments {
    background-size: 100% 100%;
  }
  .course-comments {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .add-comment_fill-width {
    max-width: 100%;
  }
  .logo img {
    max-width: 160px;
  }
  .banner {
    padding-top: 106px;
    padding-bottom: 53px;
    background: #f8f1f1;
  }
  .banner-info__title {
    font-size: 27px;
    line-height: 39px;
    text-align: center;
    margin-bottom: 23px;
  }
  .banner-info__desc {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 34px;
  }
  .logos {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .block-title {
    font-size: 28px;
    line-height: 40px;
  }
  .popular__title {
    text-align: center;
  }
  .popular__all {
    display: none;
  }
  .popular {
    padding-top: 6px;
  }
  .popular-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .popular-list__item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .popular__head {
    margin-bottom: 32px;
    justify-content: center;
  }
  .popular-item__title {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 9px;
  }
  .popular-item__count {
    font-size: 14px;
  }
  .popular-item__img {
    margin-bottom: 21px;
  }
  .popular-item {
    margin-bottom: 18px;
  }
  .social {
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 34px;
  }
  .knowledge-info__txt p {
    display: none;
  }
  .knowledge-info__mobile {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 29px;
    color: #111111;
    padding-top: 5px;
  }
  .knowledge-info {
    flex-wrap: wrap;
  }
  .knowledge-info__icon {
    width: 73px;
    min-width: 73px;
    margin-right: 0;
  }
  .knowledge-info__txt {
    width: 74%;
    padding-top: 5px;
    padding-left: 31px;
  }
  .knowledge-info__txt h1 {
    font-size: 21px;
    line-height: 30px;
  }

  .knowledge {
    margin-top: -140px;
    padding-top: 157px;
  }
  .knowledge__head-left {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .knowledge-tag {
    width: 100% !important;
    font-size: 14px;
  }
  .knowledge-tags {
    margin-left: -5px;
    margin-right: -5px;
  }
  .knowledge-tags__item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    flex: auto;
  }
  .knowledge-tag {
    padding: 6px 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .knowledge__head-right {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .alphabet {
    background: transparent url(../img/knowledge-bg-m.png) 0 0 no-repeat;
    padding-top: 41px;
    padding-bottom: 12px;
    background-size: 100%;
  }
  .knowledge__head {
    padding-bottom: 28px;
  }
  .alphabet-item {
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    font-size: 19px;
    margin-bottom: 12px;
    text-align: center;
  }
  .knowledge-cards__item {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .knowledge-card__title {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 8px;
  }
  .knowledge__body {
    padding-top: 28px;
    padding-bottom: 12px;
  }
  .knowledge-item__char {
    margin-bottom: 21px;
  }
  .knowledge-card__icon {
    margin-right: 14px;
  }
  .knowledge-item {
    margin-bottom: 20px;
  }
  .knowledge-item:last-child {
    margin-bottom: 0;
  }
  .main {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .courses__head {
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .courses__head-txt {
    width: 100%;
    font-size: 16px;
    line-height: 29px;
    margin-top: 30px;
  }
  .courses__head-icon {
    min-width: 85px;
    width: 85px;
    margin-right: 27px;
    padding-top: 5px;
  }
  .courses__head-title {
    font-size: 21px;
    line-height: 30px;
  }
  .courses__head-info {
    -webkit-box-flex: 1;
    flex: 1;
  }
  .content {
    padding-top: 0;
  }
  .courses__sort {
    flex-wrap: wrap;
    padding-top: 22px;
    padding-bottom: 15px;
  }
  .sort {
    margin-top: 22px;
    width: 100%;
  }
  .courses__sort-count {
    -webkit-box-flex: 0.5;
    flex: 0.5;
    font-size: 16px;
  }
  .filter-btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0.5;
    flex: 0.5;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .sort__txt {
    font-size: 14px;
    margin-right: 14px;
  }
  .sort__select {
    width: 170px;
  }
  .skillbox::before {
    width: 23px;
    height: 23px;
    margin-right: 12px;
  }
  .courses__cards {
    margin-bottom: 30px;
  }
  .more-course {
    display: -webkit-box;
    display: flex;
  }
  .user__banner {
    height: 125px;
  }
  .user__head {
    padding-left: 0;
    flex-wrap: wrap;
  }
  .user__info {
    padding-left: 0;
    position: relative;
    padding-bottom: 61px;
  }
  .user__info-right {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .user__info-body {
    text-align: center;
  }
  .user__info-head {
    flex-wrap: wrap;
    padding-top: 12px;
  }
  .user__block {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 17px;
  }
  .user__avatar {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -54px;
  }
  .user__info-name h1 {
    font-size: 23px;
    line-height: 33px;
  }
  .user__info-name {
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
  }
  .user__info-left {
    width: 100%;
  }
  .user__info-location {
    text-align: center;
  }
  .user__edit {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .user-review__date {
    font-size: 14px;
    width: 100%;
  }
  .user-review__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    padding-top: 20px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 21px;
    padding-bottom: 15px;
  }
  .user-review {
    margin-bottom: 17px;
  }
  .user-review__date::before {
    top: 3px;
  }
  .user-review__rating {
    margin-left: 0;
    margin-top: 16px;
  }
  .user-review__rating img {
    width: 16px;
    margin-right: 6px;
  }
  .user-review__title {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 7px;
  }
  .user-review__head {
    margin-bottom: 23px;
  }
  .user-review__link_right {
    display: none !important;
  }
  .user-review__txt {
    margin-bottom: 16px;
  }
  .user-review__rate {
    padding-right: 0;
  }
  .rate {
    flex-wrap: wrap;
  }
  .rate__txt {
    width: 100%;
    margin-bottom: 9px;
  }
  .rate__like {
    margin-left: 0;
  }
  .user-review__left {
    margin-right: 0;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 34px;
  }
  .user-review__img {
    max-width: 230px;
    height: 135px;
    margin-bottom: 12px;
  }
  .user-review__link_left {
    display: -webkit-box !important;
    display: flex !important;
    width: 100%;
    max-width: 230px;
  }
  .user-review__course {
    margin-bottom: 12px;
  }
  .user {
    padding-bottom: 61px;
  }
  .user__setting__title {
    display: none;
  }
  .user__setting-left {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .user__setting {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .user__setting-avatar {
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: -67px;
    margin-bottom: 14px;
  }
  .user__setting-edit-avatar {
    padding-left: 0;
    text-align: center;
  }
  .setting__title {
    text-align: center;
  }
  .user__setting-right {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .setting__group_main {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .setting__group-item {
    margin-bottom: 20px;
  }
  .setting__item {
    font-size: 15px;
  }
  .setting__select {
    font-size: 15px;
    padding-left: 13px;
  }
  .setting__input {
    padding-left: 13px;
  }
  .s-item1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .s-item4 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .s-item6 {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .s-item2 {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .s-item5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .s-item7 {
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .s-item3 {
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .s-item8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .setting__group_auth {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .setting {
    margin-bottom: 23px;
  }
  .setting__group_pass {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .setting.setting_last {
    margin-bottom: 0;
  }
  .login-dropdown {
    top: 40px;
    left: -125px;
  }
  .modal-login {
    width: 290px;
  }
  .modal-login__left {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 22px;
    height: 470px;
  }
  .modal-login .modal__title {
    margin-bottom: 29px;
  }
  .modal-login__right {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    height: 305px;
    background-size: 100% 100%;
    background-position: center;
    padding-bottom: 33px;
  }
  .modal__title {
    font-size: 20px;
    line-height: 29px;
  }
  .login-social__item {
    width: 80px;
  }
  .login-social__title {
    margin-bottom: 16px;
  }
  .modal-login__logo img {
    width: 148px;
  }
  .modal-login__txt {
    font-size: 21px;
    margin-top: 21px;
    margin-bottom: 8px;
  }
  .modal-login__link {
    width: 260px;
    font-size: 17px;
  }
  .modal__subtitle {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 17px;
  }
  .modal-content {
    width: 290px;
  }
  .modal-content .login-social__title {
    font-size: 15px;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .modal-content .login-social__title::before {
    display: none;
  }
  .modal-content .login-social__title::after {
    display: none;
  }
  .modal-content__inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
  }
  .modal-content .modal__title {
    margin-bottom: 12px;
  }
  .modal__foot {
    font-size: 15px;
    padding-top: 19px;
    padding-bottom: 27px;
  }
  .modal-form__input {
    padding-left: 14px;
  }
  .modal__consent {
    margin-bottom: 28px;
  }
  #m-password .modal-content__inner {
    padding-bottom: 35px;
  }
  .course-comments {
    background: transparent url(../img/block-sm.png) 0 0 no-repeat;
    background-size: 100% 100%;
    padding-top: 30px;
  }
  .course-comments__count {
    width: 100%;
    text-align: center;
    font-size: 26px;
  }
  .course-comments__sort {
    margin-top: 20px;
  }
  .c-comment__avatar {
    width: 70px;
    min-width: 70px;
    height: 70px;
    margin-right: 22px;
  }
  .course-comments__head {
    padding-bottom: 22px;
  }
  .c-comment__inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 32px;
  }
  .c-comment__info {
    margin-top: 0;
    padding-left: 0;
  }
  .c-comment__info .c-comment__rating {
    display: -webkit-box;
    display: flex;
  }
  .c-comment__top {
    margin-bottom: 25px;
  }
  .c-comment__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .c-comment__date {
    margin-left: 0;
    margin-top: 7px;
    margin-bottom: 8px;
  }
  .c-comment__rating {
    margin-left: 0;
  }
  .c-comment__rating img {
    width: 16px;
    margin-left: 6px;
  }
  .c-comment__rating img:first-child {
    margin-left: 0;
  }
  .c-comment__title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 11px;
  }
  .c-comment__rate {
    text-align: left;
  }
  .c-comment__txt {
    margin-bottom: 18px;
  }
  .add-comment__left {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .add-comment__login {
    margin-left: auto;
    margin-right: auto;
    height: 40px;
  }
  .add-comment__right {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 37px;
    padding-bottom: 57px;
  }
  .add-comment__right-txt {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .add-comment__right .login-social {
    margin-top: 43px;
  }
  .add-comment__right .login-social__title {
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 13px;
  }
  .add-comment__right .login-social__title::before,
  .add-comment__right .login-social__title::after {
    display: none;
  }
  .add-comment__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 17px;
  }
  .add-comment__title {
    margin-right: 0;
    font-size: 23px;
    text-align: center;
    margin-bottom: 12px;
  }
  .add-comment {
    margin-top: 40px;
  }
  .add-comment__rate {
    font-size: 14px;
    padding-left: 12px;
    margin-bottom: 12px;
  }
  .add-comment__form-input {
    height: 85px;
  }
  .add-comment__form-group {
    margin-bottom: 25px;
  }
  .add-comment__form-textarea {
    height: 210px;
    font-size: 13px;
  }
  .add-comment__form-foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .add-comment__form-group:nth-child(3) {
    margin-bottom: 10px;
  }
  .add-comment__form-btn {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .course-more__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 44px;
  }
  .course-more__title {
    font-size: 26px;
    margin-bottom: 14px;
  }
  .course-more {
    margin-top: 45px;
  }
  .course-more .slick-dots {
    bottom: initial;
    top: -42px;
  }
  .course-more__link {
    margin-top: 0;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
  }
  .slick-dots li button::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1.5px solid #ddcece;
    border-radius: 50%;
    opacity: 1;
  }
  .slick-dots li.slick-active button::before {
    border-color: #e46453;
    background: #e46453;
    opacity: 1;
  }
  .course-more-item {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
  .course-more-item__img {
    margin-bottom: 21px;
  }
  .course-more-item__title {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 8px;
  }
  .course-more-item__platform {
    margin-bottom: 16px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .course-comments {
    padding-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .popular-list__item {
    flex: auto;
    width: 100%;
    max-width: 100%;
  }
  .popular-item {
    background: #ffffff;
    border-radius: 4px;
    padding: 12px;
    box-shadow: 0px 7px 14px rgba(193, 167, 167, 0.35);
  }
  .popular-item__header {
    display: flex;
    width: 100%;
    margin-bottom: 12px;
  }
  .popular-item__img {
    width: 64px;
    height: 64px;
    margin-right: 16px;
    margin-bottom: 0;
  }
  .popular-item__img img {
    width: 40px;
    height: 40px;
  }
  .popular-item__content {
    width: 80%;
    position: relative;
  }
  .popular-item__title-wrapper {
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 6px;
    border-bottom: 1px solid #f0e5e5;
  }
  .popular-item__title {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
  }
  .popular-item__button_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    right: 0;
  }
  .popular-item__list {
    display: none;
    margin-bottom: 0;
  }
  .popular-item__list.open {
    display: block;
  }
  .popular-item__count {
    display: none;
  }
  .popular-item__count_mobile {
    display: block;
  }
}

.sort_select {
  display: block;
  width: 100%;
  padding: 5px;
  background: #ffffff;
  color: #ae9d9d;
  border: none;
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  /*background: url(../img/icons/select.svg) no-repeat;*/
}
/*.sort_select::after {*/
/*content: url(../img/icons/select.svg);*/
/*position: absolute;*/
/*top: 8px;*/
/*right: 16px;*/
/**/
/*}*/

/*}*/

@media (max-width: 1023px) {
  .course-more__list-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.hide_subjects {
  display: none;
}

.hide_companies {
  display: none;
}

/* Favourite */
.user__favourites-title {
  margin-left: 47px;
  margin-top: 29px;
  font-size: 25px;
  line-height: 36px;
}
.favourites__default {
  font-size: 20px;
  line-height: 37px;
}
.favourites__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
}

.favourite {
  padding-right: 23px;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  border-radius: 4px;
  background-color: #f8f1f1;
}

.favourite__content {
  margin-left: 32px;
  flex-grow: 1;
}

.favourite__header {
  display: flex;
  justify-content: space-between;
}

.favourite__school {
  font-size: 18px;
  line-height: 33px;
}

.favourite__trash-link {
  margin-left: auto;
}

.favourite__trash-link:hover .favourite__trash-icon path {
  fill: #7ae582;
}

.favourite__trash-link:active {
  opacity: 0.6;
}

.favourite__title {
  font-size: 23px;
  line-height: 35px;
  margin-top: 15px;
}

.favourite__wrapper {
  display: flex;
  justify-content: space-between;
}

.favourite__numbers {
  margin-top: 15px;
}

.favourite__properties {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.favourite__property {
  position: relative;
  font-size: 16px;
  line-height: 29px;
  color: #111;
}

.favourite__property:not(:first-child) {
  margin-left: 25px;
}

.favourite__property::before {
  content: "";
  position: absolute;
  background-size: cover;
  left: 0;
}

.favourite__property--duration {
  padding-left: 26px;
}

.favourite__property--duration::before {
  width: 17px;
  height: 17px;
  background-image: url(../img/icons/duration.svg);
  top: 6px;
}

.favourite__property--level {
  padding-left: 24px;
}

.favourite__property--level::before {
  width: 15px;
  height: 18px;
  background: url(../img/icons/level-icon.svg);
  top: 4px;
}

.favourite__property--graduation {
  padding-left: 24px;
}

.favourite__property--graduation::before {
  width: 15px;
  height: 23px;
  background-image: url(../img/icons/medal-icon.svg);
  top: 4px;
}

.favourite__price {
  font-size: 23px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 30px;
  display: block;
}

.favourite__actions {
  list-style: none;
  padding: 0;
  margin: 0;
}

.favourite__action {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  width: 160px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}

.favourite__action:active {
  opacity: 0.6;
}

.favourite__action--link {
  color: #fff;
  background-color: #7ae582;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.favourite__action--link:hover {
  background-color: #131313;
  color: #fff;
}

.favourite__action--info {
  position: relative;
  color: #131313;
  border: 1px solid #131313;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 30px;
  margin-top: 15px;
}

.favourite__action--info:hover {
  color: #7ae582;
  border-color: #7ae582;
}

.favourite__action--info:hover.favourite__action--info::after {
  background-image: url("../img/icons/arrow_red_icon.svg");
  transform: rotate(360deg);
}

.favourite__action--info::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 17px;
  width: 9px;
  height: 7px;
  background-image: url("../img/icons/vector.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .favourite__property:not(:first-child) {
    margin-left: 0;
  }

  .favourite__actions {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .user__favourites-title {
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .favourite {
    flex-wrap: wrap;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 25px;
  }

  .favourite__content {
    margin-left: 0;
    margin-top: 21px;
  }

  .favourite__img {
    width: 295px;
    height: 217px;
  }

  .favourite__title {
    font-size: 19px;
    line-height: 29px;
  }

  .favourite__wrapper {
    flex-wrap: wrap;
  }

  .favourite__actions {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .favourite__action {
    width: 130px;
  }

  .favourite__action--info {
    margin-top: 0;
    margin-left: 10px;
    padding-left: 24px;
  }

  .favourite__action--info::after {
    top: 14px;
    right: 20px;
  }

  .favourite__numbers {
    width: 100%;
  }

  .favourite__properties {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .favourite__property {
    font-size: 14px;
    line-height: 20px;
  }

  .favourite__property--duration {
    padding-left: 18px;
  }

  .favourite__property--duration::before {
    width: 13px;
    height: 13px;
    background-image: url(../img/icons/duration.svg);
    top: 4px;
  }

  .favourite__property--level {
    padding-left: 17px;
  }

  .favourite__property--level::before {
    width: 12px;
    height: 14.4px;
    background-image: url(../img/icons/level-icon.svg);
    top: 3px;
  }

  .favourite__property--graduation {
    padding-left: 17px;
  }

  .favourite__property--graduation::before {
    width: 13px;
    height: 20px;
    background-image: url(../img/icons/medal-icon.svg);
    top: 3px;
  }

  .favourite__action {
    font-size: 12px;
    line-height: 24px;
  }

  .favourite__price {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 389px) {
  .favourite__properties {
    flex-direction: column;
  }
  .favourite__actions {
    flex-wrap: wrap;
  }

  .favourite__img {
    height: auto;
  }
}

@media (max-width: 369px) {
  .favourite__action--info {
    margin-top: 15px;
  }
}

@media (max-width: 380px) {
  .favourite__action--info {
    margin-left: 0;
  }
}

.school_title_link {
  line-height: 36px;
  color: #151515;
  text-decoration: none;
}
.school_title_link:hover {
  line-height: 36px;
  color: #151515;
  /*text-decoration: none;*/
}
.form-errors {
  color: red;
}

.copiedBlock {
  position: fixed;
  width: 215px;
  top: 50%;
  left: 50%;
  margin-left: -107px;
  padding: 5px;
  color: white;
  background-color: #414959;
  opacity: 0.85;
  border-radius: 3px;
  text-align: center;
  display: none;
}
.activate_button {
  display: block;
  width: 100%;
  height: 45px;
  text-align: center;
  padding-top: 9px;
  background: #fff;
  border: 1px solid #212529;
  color: #212529;
}

.company_link_box {
  overflow: hidden;
}
.company_link_wrap {
  overflow: auto;
}
.company_link_container {
  width: 1240px;
  margin: auto;
  white-space: nowrap;
  padding: 0 0 60px 10px;
}
/*Стилизация полосы прокрутки*/
/*Стилизация полосы прокрутки*/
.subject_link {
  padding: 5px 20px;
  border: 1px solid #b6a4a4;
  color: #b6a4a4;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 15px;
  width: 220px;
  height: 40px;
  margin-bottom: 15px;
  border-radius: 3px;
}
.subject_link:hover {
  color: #b6a4a4;
}
.resp_label {
  color: #414141 !important;
  text-decoration: underline !important;
}

.course-compare {
  margin-top: 50px;
}
.course-compare-inner {
  background-color: #fff;
  padding-top: 44px;
}
.course-compare-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .course-compare-grid {
    display: block;
  }
}
.course-compare-heading {
  margin-bottom: 30px;
  text-align: center;
  font: 700 25px/1.56 Montserrat, sans-serif;
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .course-compare-heading {
    font: 700 20px/1.3 Montserrat, sans-serif;
  }
}
.course-compare-item {
  padding: 10px 24px 30px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #f4eded;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.course-compare-item:last-child {
  border-right: none;
}
.course-compare-item:only-child {
  border-top: 1px solid #f4eded;
  padding-top: 20px;
  padding-left: 35px;
  padding-right: 35px;
}
.course-compare-grid-3 .course-compare-item,
.course-compare-grid-2 .course-compare-item {
  padding-left: 30px;
  padding-right: 30px;
}
.course-compare-item-school {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.course-compare-item-school a {
  color: #131313;
}
.course-compare-item-school-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  position: relative;
}
.course-compare-item-school-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.course-compare-item-title {
  display: inline-block;
  margin: 15px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  color: #131313;
}
.course-compare-item-title:hover {
  text-decoration: underline;
  color: #131313;
}
.course-compare-item-time {
  color: #111;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.course-compare-item-time:before {
  margin-right: 5px;
  content: "";
  background: url(../img/icons/time.svg) center center no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 15px;
  height: 15px;
}
.course-compare-item-price {
  margin-top: 15px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 600;
}
.course-compare-grid-3 .course-compare-item-price,
.course-compare-grid-2 .course-compare-item-price {
  margin-right: 25px;
}
.course-compare-item-footer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.course-compare-grid-3 .course-compare-item-footer,
.course-compare-grid-2 .course-compare-item-footer,
.course-compare-grid-3331 .course-compare-item-footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.course-compare-grid-1 .course-compare-item-footer {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 50px;
}
.course-compare-item-link {
  color: #7ae582;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-top: 15px;
}
.course-compare-item-link:hover {
  color: #7ae582;
}
.course-compare-item-link:after {
  display: inline-block;
  margin-left: 5px;
  content: "";
  background: url(../img/icons/rarr.svg) center center no-repeat;
  width: 9px;
  height: 9px;
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .course-compare-item {
    border-right: none;
    border-top: 1px solid #f4eded;
    padding: 20px 0 !important;
  }
  .course-compare-item:first-child {
    border-top: none;
  }
  .course-compare-item-footer {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .course-compare {
    padding-left: 15px;
    padding-right: 15px;
  }
  .course-compare-inner {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 25px;
  }
  .course-compare-heading {
    margin-bottom: 10px;
  }
}
