.user__block__p-b-none {
  padding-bottom: 0;
}

.page-tab-head__margin-top {
  margin-top: 30px;
}
.page-tab-head {
  width: 100%;
  max-width: 100%;
  overflow: auto;
  user-select: none;
}
.page-tab-head__box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
  border-bottom: 1px solid #ecd8d8;
  padding-bottom: 18px;
}
.page-tab-head__item {
  flex: 0 0 auto;
}
.page-tab-head__item:nth-child(n + 2) {
  margin-left: 40px;
}
.page-tab-head__unit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
  text-align: left;
  transition: all 0.2s linear;
  color: #92969d;
  position: relative;
}
.page-tab-head__unit:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -19px;
  box-sizing: border-box;
  background: #7ae582;
  height: 3px;
  width: 100%;
  left: 0;
  -webkit-pointer-events: none;
  pointer-events: none;
  transition: all 0.2s linear;
  opacity: 0;
}
.page-tab-head__unit.active:before {
  opacity: 1;
}
.page-tab-head__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
}
.page-tab-head__unit-icon {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  position: relative;
  margin-right: 14px;
}
.page-tab-head__unit-icon > img,
.page-tab-head__unit-icon > svg {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
}
.page-tab-head__unit-icon > svg * {
  fill: #bcafaf;
  transition: all 0.2s linear;
}
.page-tab-head__unit-text {
  flex: 1 1 auto;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}
.page-tab-head__unit:hover .page-tab-head__unit-icon > svg *,
.page-tab-head__unit.active .page-tab-head__unit-icon > svg * {
  fill: #7ae582;
}
.page-tab-head__unit:hover,
.page-tab-head__unit.active {
  color: #7ae582;
}

.page-tab-head > .scrollbar-inner {
  padding-bottom: 14px;
}

.user__contacts-box {
  margin: -10px -30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.user__contacts-item {
  padding: 10px 30px;
  flex: 0 0 auto;
  max-width: 100%;
}
.user__contacts-unit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  text-align: left;
}
.user__contacts-unit-desc {
  color: #111;
  font-size: 15px;
  line-height: 1.2;
  margin-right: 20px;
}
.user__contacts-unit-content {
  flex: 1 1 auto;
  color: #151515;
  font-size: 15px;
  line-height: 1.2;
}
.user__contacts-unit-content a {
  color: #7ae582;
  text-decoration: underline;
}
.user__contacts-unit-content a:hover {
  text-decoration: none;
}
.user__contacts-unit-content a[href^="tel:"] {
  color: #151515;
  text-decoration: none;
}
.u-socials-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.u-socials__item {
  flex: 0 0 auto;
  display: block;
}
.u-socials__item:nth-child(n + 2) {
  margin-left: 12px;
}
.u-socials__unit {
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  border-radius: 50%;
  background: #f8f1f1;
  user-select: none;
}
.u-socials__unit img,
.u-socials__unit svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 50%;
  max-height: 50%;
}
.u-socials__unit:hover img,
.u-socials__unit:hover svg {
  filter: brightness(0);
}
.u-socials__unit-vk > img,
.u-socials__unit-vk > svg {
  max-width: 64%;
  max-height: 64%;
}
.u-socials__unit-inst > img,
.u-socials__unit-inst > svg {
  max-width: 45%;
  max-height: 45%;
}
.user__contacts-body-margin-top {
  margin-top: 40px;
}
.user__contacts-body {
  overflow: hidden;
  width: 100%;
}

.user__text-content__margin-top {
  margin-top: 35px;
}
.user__text-content h3 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.45;
}
.user__text-content p,
.user__text-content li {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.82;
}
.user__text-content ul {
  display: block;
  padding-left: 0;
}
.user__text-content ul > li {
  display: block;
  position: relative;
  padding-left: 20px;
}
.user__text-content ul > li:nth-child(n + 2) {
  margin-top: 18px;
}
.user__text-content ul > li:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #151515;
  position: absolute;
  top: 11px;
  left: 0;
}

.user-review__unit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
  text-align: left;
}
.user-review__unit-icon {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  margin-right: 12px;
  position: relative;
}
.user-review__unit-icon > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
}
.user-review__unit-text {
  font-weight: 600;
  flex: 1 1 auto;
  font-size: 18px;
  line-height: 1.2;
  align-self: center;
}

.user-review__head .user-review__unit {
  flex: 1 1 auto;
  margin-right: 15px;
}
.user__main-content {
  padding-left: 218px;
}

@media (max-width: 1023px) {
  .user__main-content {
    padding-left: 160px;
  }
}
@media (max-width: 767px) {
  .user__main-content {
    padding-left: 0;
  }
}

.user-review__answer:nth-child(n + 2) {
  margin-top: 30px;
}
.user-review__answer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.user-review__answer-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  margin-right: 12px;
  flex: 0 0 auto;
}
.user-review__answer-icon > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
}
.user-review__answer-content {
  flex: 1 1 auto;
  font-size: 15px;
  line-height: 27px;
  color: #111;
}
.user-review__answer-content p:last-child {
  margin-bottom: 0;
}
.user-review__foot:nth-child(n + 2) {
  margin-top: 30px;
}

@media (max-width: 1349px) {
  .user-review__answer {
    display: block;
  }
  .user-review__answer-icon {
    margin: 0 0 14px 0;
  }
}

.setting__group_size_3 {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-column-gap: 15px;
  grid-row-gap: 13px;
}

@media (max-width: 1349px) {
  .setting__group_size_3 {
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 767px) {
  .setting__group_size_3 {
    grid-template-columns: repeat(1, auto);
  }
}

.setting__input-icon {
  position: relative;
}
.setting__input-icon-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.setting__input-icon-wrap > input {
  position: relative;
  z-index: 0;
  padding-left: 42px;
}
.setting__input-icon {
  width: 18px;
  height: 18px;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}
.setting__input-icon > img,
.setting__input-icon > svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.textarea__about {
  height: 158px;
  resize: vertical;
  overflow: auto;
  padding: 10px 16px;
}

.setting__form_btn_wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.setting__form_btn_wrap > .setting__btn {
  display: block;
  width: 330px;
}
.setting__form_btn_wrap:nth-child(n + 2) {
  margin-top: 30px;
}

@media (max-width: 1349px) {
  .setting__form_btn_wrap {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .setting__form_btn_wrap > .setting__btn {
    width: 100%;
  }
}

.setting__group-item:last-child {
  margin-bottom: 0;
}
.setting__title:nth-child(n + 2) {
  margin-top: 35px;
}
.setting:last-child {
  margin-bottom: 0;
}
.setting:nth-child(n + 2) {
  margin-top: 35px;
}

.file-outer_box:nth-child(n + 2) {
  margin-top: 14px;
}
.file-outer__item {
  font-size: 0;
  font-weight: normal;
}
.file-outer__item:nth-child(n + 2) {
  margin-top: 20px;
}
.btn-file-control {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s linear;
  color: #c0afaf;
}
.btn-file-control > .icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-right: 9px;
  position: relative;
}
.btn-file-control > .icon > img,
.btn-file-control > .icon > svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.btn-file-control > .text {
  flex: 1 1 auto;
  font-size: 13px;
  line-height: 1.2;
  align-self: center;
  font-weight: 400;
}
.btn-file-control .input-file {
  display: none;
}
.btn-file-control:hover {
  color: #151515;
}

.u_location_wrap {
  font-size: 0;
  font-weight: normal;
}
.u_location_wrap:nth-child(n + 2) {
  margin-top: 4px;
}

@media (max-width: 767px) {
  .u_location_wrap {
    text-align: center;
  }
}

.u_location_unit:last-child {
  margin-bottom: 0;
}
.u_location_unit {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  text-align: left;
  color: #92969d;
  max-width: 100%;
}
.u_location_unit > .icon {
  flex: 0 0 auto;
  width: 10px;
  height: 18px;
  margin-right: 10px;
  position: relative;
}
.u_location_unit > .icon > img,
.u_location_unit > .icon > svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.u_location_unit > .text {
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  align-self: center;
}

.rouble-icon {
  display: inline;
  color: inherit;
  font-weight: inherit;
  font-style: normal;
  font-size: inherit;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}

.page-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 37px;
  color: #151515;
  font-family: Montserrat;
}
.page-title:last-child {
  margin-bottom: 0;
}
.page-title:nth-child(n + 2) {
  margin-top: 40px;
}

.course-wrap {
  overflow: hidden;
}
.course-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -12px -17px;
}
.course-box__item {
  padding: 12px 17px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 33.33%;
}
.course-unit {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}
.course-unit__cover {
  width: 100%;
  flex: 0 0 auto;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.course-unit__cover > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.course-unit__cover:before {
  content: "";
  display: block;
  width: 0;
  padding-top: 68.42%;
}

.course-unit__content {
  flex: 1 1 auto;
  width: 100%;
}
.course-unit__content:nth-child(n + 2) {
  margin-top: 15px;
}

.course-unit__info-wrap {
  width: 100%;
}
.course-unit__info-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -7px;
}
.course-unit__info-box > .item {
  padding: 7px;
  flex: 0 0 auto;
  max-width: 100%;
}
.course-company-unit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  text-align: left;
  color: #111111;
}
.course-company-unit > .icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-right: 16px;
  position: relative;
}
.course-company-unit > .icon img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
}
.course-company-unit .text {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  flex: 1 1 auto;
  align-self: center;
}

.date-status-unit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  text-align: left;
  color: #ae9d9d;
}

.date-status-unit > .icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  margin-right: 12px;
  position: relative;
}
.date-status-unit > .icon img,
.date-status-unit > .icon svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}
.date-status-unit.__moderation > .icon svg * {
  fill: #ae9d9d;
}
.date-status-unit .text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  flex: 1 1 auto;
  align-self: center;
}

.date-status-unit.__moderation {
  color: #7ae582;
}
.date-status-unit.__moderation > .icon svg * {
  fill: #7ae582;
}

.course-unit__title {
  font: bold 20px/30px "Montserrat", sans-serif;
  margin-bottom: 0;
}
.course-unit__title:nth-child(n + 2) {
  margin-top: 15px;
}
.course-unit__cost {
  font: bold 20px/1.2 "Montserrat", sans-serif;
  margin-bottom: 0;
}
.course-unit__cost:nth-child(n + 2) {
  margin-top: 10px;
}

.course-unit__footer:nth-child(n + 2) {
  margin-top: 18px;
}
.course-unit__footer {
  width: 100%;
  flex: 0 0 auto;
}
.course-unit__btn-item {
  text-align: center;
}
.course-unit__btn-item:nth-child(n + 2) {
  margin-top: 13px;
}

.btn-user {
  background: #7ae582;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  border-radius: 3px;
  transition: all 0.2s linear;
  outline: none;
  border: none;
}
.btn-user:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 40px;
}
.btn-user__inner {
  padding: 5px 16px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
}
.btn-user:hover {
  color: #fff;
  background: #141414;
}

.btn-user__big {
  line-height: 45px;
  min-width: 300px;
  max-width: 100%;
}
.btn-user__big > .btn-user__inner {
  font-size: 17px;
  font-weight: 600;
}

.btn-user__alt {
  background: #ead9d9;
  color: #0b0b0b;
}
.btn-user__alt > .btn-user__inner {
  font-weight: normal;
}

@media (max-width: 400px) {
  .btn-user {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 1349px) {
  .course-box__item {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .course-box {
    margin: -8px;
  }
  .course-box__item {
    padding: 8px;
  }
  .course-unit__title {
    font-size: 16px;
  }
  .course-unit__cost {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .course-box__item {
    width: 100%;
  }
  .course-box__item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.course-edit-form-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
.course-edit-form-wrap__content {
  flex: 1 1 auto;
}
.course-edit-form-wrap__side {
  flex: 0 0 auto;
  margin-left: 20px;
  width: 290px;
}

.course-edit-form-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -10px -7px;
}
.course-edit-form-box > .setting__group-item {
  flex: 0 0 auto;
  max-width: 100%;
  padding: 10px 7px;
}
.course-edit-form-box > .setting__group-item.w1 {
  width: 100%;
}
.course-edit-form-box > .setting__group-item.w2 {
  width: 50%;
}

.input-cost-label {
  display: block;
  width: 100%;
  position: relative;
}
.input-cost-label input {
  display: block;
  padding-right: 28px;
}
.input-cost-label > .icon {
  font-size: 16px;
  line-height: 14px;
  font-weight: normal;
  color: #d6cdcd;
  pointer-events: none;
  -webkit-pointer-events: none;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  text-transform: uppercase;
  transition: all 0.2s linear;
}

.file-input-box {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
}
.file-input-box input {
  display: none;
}
.file-input-box > .preview {
  display: block;
  position: relative;
  border-radius: 3px;
  background: #f8f1f1;
}
.file-input-box > .preview .file-img-preview {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.file-input-box > .preview:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 0;
  padding-top: 73%;
}
.file-input-box > .preview .icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 58px;
  height: 62px;
  max-width: 36%;
  max-height: 36%;
}
.file-input-box > .preview .icon > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}
.view-file-preview .preview .icon {
  display: none;
}
.file-input-note {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  text-align: left;
  min-height: 22px;
}
.file-input-size-note {
  color: #c0afaf;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: normal;
}
.file-input-note > .icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  position: relative;
  margin-right: 10px;
}
.file-input-note > .icon > img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.file-input-note > .text {
  font: 600 16px/22px "Montserrat", sans-serif;
}

.area_file_preview .add-file-input-note {
  display: flex;
}
.area_file_preview .edit-file-input-note {
  display: none;
}

.area_file_preview.view-file-preview .add-file-input-note {
  display: none;
}
.area_file_preview.view-file-preview .edit-file-input-note {
  display: flex;
}

.user-check-block {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  text-align: left;
  position: relative;
  min-height: 26px;
  padding-right: 25px;
  cursor: pointer;
  margin: 0;
}
.user-check-block input {
  display: none;
}
.user-check-block > .text {
  padding-right: 8px;
  align-self: center;
  font-size: 15px;
  line-height: 26px;
  font-weight: normal;
  display: block;
  transition: all 0.2s linear;
  color: #c0afaf;
}
.user-check-block > .icon {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  right: 0;
  border: 1px solid #d6cdcd;
  border-radius: 2px;
  transition: all 0.2s linear;
}
.user-check-block > .icon:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  opacity: 0;
  transition: all 0.1s linear;
  display: block;
  background: url(../../img/icons/checkbox_tick_icon.svg) no-repeat 50% 50%;
  background-size: contain;
}
.user-check-block input:checked ~ .icon:before {
  opacity: 1;
}
.user-check-block input:checked ~ .text {
  color: #111111;
}
.user-check-block input:checked ~ .icon {
  border-color: #7ae582;
}

.course-edit-block:nth-child(n + 2) {
  margin-top: 35px;
}
.course-edit-block .btn_submit-wrap {
  margin-top: 30px;
  text-align: center;
  font-size: 0;
  font-weight: normal;
}
.course-edit-block .btn_delete-course-wrap {
  margin-top: 18px;
  text-align: center;
  font-size: 0;
  font-weight: normal;
}
.custom-select {
  width: 100%;
  display: block;
}

.course-edit-form-wrap .setting__group-item {
  margin: 0;
}

.area_file_preview .btn-file-delete {
  display: none;
}
.area_file_preview.view-file-preview .btn-file-delete {
  display: inline-flex;
}

@media (max-width: 1349px) {
  .course-edit-form-wrap {
    display: block;
    width: 100%;
  }
  .course-edit-form-wrap__content {
    width: 100%;
  }
  .course-edit-form-wrap__side {
    margin: 20px 0 0 0;
  }
}

@media (max-width: 500px) {
  .course-edit-form-box > .setting__group-item.w2 {
    width: 100%;
  }
  .course-edit-form-wrap__side {
    width: 100%;
  }
  .file-input-box > .preview:before {
    height: 240px;
    padding-top: 0;
  }
  .course-edit-block .btn_submit-wrap .btn-user {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

.chosen-container {
  width: 100% !important;
  max-width: 100% !important;
}
.chosen-container-single,
.chosen-container-single .chosen-single,
.chosen-container-single.chosen-with-drop .chosen-single {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d6cdcd;
  height: 45px;
  box-shadow: none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #d6cdcd;
}
.chosen-container-active .chosen-single {
  box-shadow: none;
}
.chosen-container-single .chosen-single div b,
.chosen-container-single.chosen-with-drop .chosen-single div b {
  background: url(../../img/icons/select_tick.svg) no-repeat 50% 50%;
}
.chosen-container-single.chosen-with-drop .chosen-single div b {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.chosen-container-single .chosen-single span {
  margin-right: 10px;
}
.chosen-container-single .chosen-single div {
  width: 24px;
}
.chosen-container-active .chosen-single div {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.chosen-container-single .chosen-single {
  display: block;
  background: #fff;
  border-radius: 3px;
  line-height: 43px;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  padding: 0 22px 0 22px;
}
.chosen-container-single .chosen-single span {
  font-size: 15px;
  line-height: 43px;
  color: #000;
  text-align: left;
}
.chosen-container .chosen-drop {
  margin-left: -1px;
  margin-right: -1px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #d6cdcd;
}
.chosen-container-single .chosen-search input[type="text"] {
  display: block;
  height: 30px;
  text-align: left;
  font-size: 15px;
  line-height: 15px;
  color: #000;
  border-radius: 3px;
}
.chosen-container-single .chosen-search input[type="text"]:focus {
  border-color: #7ae582;
}

.chosen-results .active-result.highlighted {
  background: #f8f1f1 !important;
  color: #000 !important;
}
.chosen-results .active-result em {
  font-style: normal !important;
  color: #7ae582 !important;
  text-decoration: none !important;
}
.chosen-container .chosen-results .active-result {
  font-size: 16px;
  line-height: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.chosen-container .chosen-results li.group-result {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 5px;
}

.chosen-container-multi {
  display: block;
  background: #fff;
  border-radius: 3px;
  min-height: 45px;
  border: 1px solid #d6cdcd;
  height: 45px;
  width: 100%;
  outline: none;
  padding: 0 14px 0 46px;
  box-shadow: none;
}
.chosen-container-multi .chosen-drop {
  margin-left: -46px !important;
}
.chosen-container-multi .chosen-choices {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  min-height: 43px;
  background: none;
}
.chosen-container-multi .chosen-choices li.search-choice {
  background: #fff;
  color: #111;
  font-size: 13px;
  line-height: 1.2;
  border: 1px solid #d6cdcd;
  border-radius: 2px;
  padding: 9px 30px 9px 12px;
  position: relative;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 8px;
  left: auto;
  bottom: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: none;
}
.search-choice-close:before,
.search-choice-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #b09f9f;
}
.search-choice-close:before {
  width: 2px;
  height: 100%;
}
.search-choice-close:after {
  width: 100%;
  height: 2px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 43px;
  font-size: 16px;
  line-height: 43px;
  color: #000;
  font-weight: normal;
}
.chosen-container-multi:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../../img/icons/search-icon.svg) no-repeat 50% 50%;
  background-size: contain;
  top: 50%;
  left: 16px;
  margin-top: -7px;
}

@media (max-width: 767px) {
  .chosen-container-single .chosen-single {
    padding-left: 13px;
  }
}

@media (max-width: 500px) {
  .chosen-container-multi {
    padding: 0 14px 0 32px;
  }
  .chosen-container-multi .chosen-drop {
    margin-left: -32px !important;
  }
  .chosen-container-multi:before {
    left: 10px;
  }
  .file-input-box {
    width: 100%;
  }
}

/*исправлены баги текущей верстки*/

.user__setting-avatar {
  position: relative;
}
.user__setting-avatar .file-img-preview,
.user__setting-avatar > img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 575px) {
  .user__block {
    padding-left: 0;
    padding-right: 0;
  }
}

.user-review__head {
  align-items: center;
  margin-top: 4px;
  margin-left: -20px;
  padding-top: 0;
}
.user-review__head > *:nth-child(n) {
  margin-left: 20px;
  margin-top: 14px;
}

@media (max-width: 766px) {
  .user-review__head {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .row:nth-child(n) {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .main {
    padding-left: 0;
    padding-right: 0;
  }
  .user__setting {
    padding-left: 0;
    padding-right: 0;
  }
}
.user__setting-avatar {
  background: #f8f1f1;
}

.user__statistics-filter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.statistics-term-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  text-align: left;
}

.user__statistics-block-margin-top {
  margin-top: 30px;
}

.statistics-term__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #7ae582;
  margin-right: 12px;
}
.statistics-term__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.statistics-term__content > *:nth-child(n + 2) {
  margin-left: 10px;
}
.input-date-label {
  flex: 0 0 auto;
  display: block;
  width: 200px;
  position: relative;
  margin: 0;
  padding: 0;
}
.input-date-label > .icon {
  width: 14px;
  height: 14px;
  position: absolute;
  -webkit-pointer-events: none;
  pointer-events: none;
  display: block;
  top: 50%;
  left: 10px;
  margin-top: -7px;
}
.input-date-label > .icon > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.input-date {
  border: 1px solid #d6cdcd;
  border-radius: 3px;
  color: #111;
  padding: 0 12px 0 32px;
  display: block;
  height: 45px;
  width: 100%;
}
.input-date:focus {
  border-color: #7ae582;
}

.statistics-term__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
}
.statistics-term__item > .text {
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  color: #111;
  flex: 0 0 auto;
  margin: 0 10px 12px 0;
}
.statistics-term__item > .input-date-label {
  flex: 0 0 auto;
}

.statistics-term-selector-box {
  padding: 5px;
  border-radius: 3px;
  flex: 0 0 auto;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  background: #f8f1f1;
}
.term-selector-unit {
  flex: 0 0 auto;
  border-radius: 3px;
  padding: 6px 12px;
  position: relative;
  background: transparent;
  color: #92969d;
  transition: all 0.15s linear;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}
.term-selector-unit__text {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  display: block;
  position: relative;
  z-index: 2;
  transition: all 0.15s linear;
}
.term-selector-unit__bg {
  display: block;
  background: #f8f1f1;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: all 0.15s linear;
}
.term-selector-unit:nth-child(n) {
  margin: 0;
}
.statistics-term-selector-box .term-selector-unit:nth-child(n + 2) {
  margin-left: 8px;
}
.term-selector-unit input {
  display: none;
}

.term-selector-unit input:checked ~ .term-selector-unit__text {
  color: #fff;
}
.term-selector-unit input:checked ~ .term-selector-unit__bg {
  background: #7ae582;
}

.datepicker--day-name {
  color: #7ae582;
}
.datepicker--cell.-current- {
  color: #7ae582;
}
.datepicker--cell.-disabled- {
  color: #c0afaf;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-focus- {
  color: #fff;
  border: none;
  background: #7ae582;
}

.statistics-graph-block {
  width: 100%;
  position: relative;
}
.statistics-graph-block:nth-child(n + 2) {
  margin-top: 42px;
}
/*.statistics-graph-block:before {content: ''; display: block; padding-top: 53%; width: 0; box-sizing: border-box}*/
/*.statistics-graph-block > canvas {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block;}*/
.statistics-graph-block > canvas {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1349px) {
  .user__statistics-filter {
    display: block;
  }
  .statistics-term-selector-box {
    margin-top: 20px;
  }
  .input-date-label {
    width: 130px;
  }
}
@media (max-width: 600px) {
  .statistics-term-box {
    display: block;
  }
  .statistics-term__desc {
    margin: 0 0 10px 0;
  }
  .input-date {
    padding: 0 6px 0 32px;
  }
}
@media (max-width: 500px) {
  .statistics-term__content {
    display: block;
  }
  .statistics-term__item:nth-child(n + 2) {
    margin-top: 10px;
    margin-left: 0;
  }
  .statistics-term__item > .text {
    width: 30px;
  }
  .statistics-term__item > .input-date-label {
    width: auto;
    flex: 1 1 auto;
  }
}

.star-box {
  height: 16px;
  width: 104px;
  background: url(../../img/icons/star_icon_1_repeat.svg) repeat-x 0 0;
  background-size: auto 100%;
  display: block;
  position: relative;
}
.star-box__inner {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url(../../img/icons/star_icon_2_repeat.svg) repeat-x 0 0;
  background-size: auto 100%;
}

.courses__head-title-options {
  margin-bottom: 16px;
}
.courses__head-title-options:last-child {
  margin-bottom: 0;
}
.courses__head-title-options__box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.courses__head-title-options__box > * {
  flex: 0 0 auto;
  max-width: calc(100% - 24px);
  margin: 0 12px;
}
.courses__head-title-options__box > .star-box {
  margin-top: 16px;
}

@media (max-width: 1349px) {
  .courses__head-title-options__box > .star-box {
    margin-top: 13px;
  }
}
@media (max-width: 767px) {
  .courses__head-title-options__box > .star-box {
    margin-top: 7px;
  }
}

.course-options-data_box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -8px -12px;
}
.course-options-data__unit {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 8px 12px;
  text-align: left;
  transition: all 0.2s linear;
  color: #92969d;
  min-height: 22px;
}
.course-options-data__unit > .icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  flex: 0 0 auto;
  margin-right: 8px;
}
.course-options-data__unit > .icon > img,
.course-options-data__unit > .icon > svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
}
.course-options-data__unit-reviews > .icon > img,
.course-options-data__unit-reviews > .icon > svg {
  bottom: auto;
  top: 6px;
}
.course-options-data__unit > .icon > svg * {
  transition: all 0.2s linear;
  fill: #bcafaf;
}
.course-options-data__unit > .text {
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  flex: 1 1 auto;
}
.course-options-data__unit-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.course-options-data__unit:hover {
  color: #7ae582;
}
.course-options-data__unit:hover > .icon svg > * {
  fill: #7ae582;
}

.course-options-data__unit-phone > .icon svg > * {
  fill: transparent;
  stroke: #bcafaf;
}
.course-options-data__unit-phone:hover > .icon svg > * {
  fill: transparent;
  stroke: #7ae582;
}

.courses__head-txt_2 {
  color: #111;
  font-size: 16px;
  line-height: 29px;
}
.courses__head-txt_2:nth-child(n + 2) {
  margin-top: 12px;
}

.courses__sort_bold .courses__sort-count {
  font-size: 30px;
  line-height: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #000;
}
.courses__sort_bold .course-comments__sort {
  margin-top: 0;
}
.course-card__title a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.2s linear;
}
.course-card__title a:hover {
  text-decoration-color: #000;
  color: #000;
}

@media (max-width: 767px) {
  .courses__sort_bold .courses__sort-count,
  .courses__sort_bold .filter-btn {
    margin-bottom: 16px;
  }
  .courses__sort_bold .courses__sort-count {
    font-size: 20px;
    line-height: 24px;
  }
}

.site-body-outer-block {
  background: #f8f1f1;
  border-radius: 50px 50px 0 0;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .site-body-outer-block {
    border-radius: 30px 30px 0 0;
  }
}

.course-self-unit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.course-self-unit__cover {
  width: 264px;
  position: relative;
  border-radius: 16px;
  margin-right: 50px;
  flex: 0 0 auto;
}
.course-self-unit__cover:before {
  content: "";
  display: block;
  width: 0;
  padding-top: 100%;
}
.course-self-unit__cover > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
  cursor: pointer;
  border-radius: 16px;
}
.course-self-unit__cover > img {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 16px;
  position: absolute;
  object-fit: cover;
  object-position: 50% 50%;
}

.course-self-unit__content {
  font-size: 16px;
  font-weight: normal;
  color: #111111;
  line-height: 2;
  flex: 1 1 auto;
}
.course-self-unit__content > p:nth-child(n + 2) {
  margin-top: 22px;
}
.course-self__title {
  font-size: 25px;
  line-height: 1.44;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #000;
  margin-bottom: 24px;
}
.course-self__title:last-child {
  margin-bottom: 0;
}
.course-self-link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #7ae582;
  cursor: pointer;
  font-size: 15px;
  line-height: 2;
  text-decoration: none;
  transition: all 0.2s linear;
}
.course-self-link:hover {
  color: #000;
  text-decoration: none;
}
.course-self-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 9px;
  height: 8px;
  background: url(../img/icons/arrow_red_icon.svg) no-repeat 0 50%;
  background-size: contain;
  transition: all 0.2s linear;
}

.course-self-link:hover:after {
  -ms-filter: brightness(0);
  filter: brightness(0);
}
.course-self-unit:nth-child(n + 2) {
  margin-top: 65px;
}

@media (max-width: 1023px) {
  .course-self-unit:nth-child(n + 2) {
    margin-top: 40px;
  }
  .course-self-unit__cover {
    width: 200px;
    border-radius: 8px;
  }
  .course-self-unit__cover {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .course-self-unit {
    display: block;
  }
  .course-self-unit__cover {
    margin: 0 0 30px;
  }
  .course-self__title;
}

.block-reviews-btn-wrap:last-child {
  margin-bottom: 0;
}
.block-reviews-btn-wrap:first-child {
  margin-top: 0;
}
.block-reviews-btn-wrap {
  text-align: center;
  font-size: 0;
  font-weight: normal;
  margin: 45px 0;
}

.block-reviews-btn-wrap > .btn_user {
  min-width: 216px;
}

.img-screen-block {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
}

.no-reviews-head-block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-bottom: 55px;
}
.no-reviews-head-block:last-child {
  margin-bottom: 0;
}
.no-reviews-head-content {
  flex: 0 0 auto;
  max-width: 645px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-right: 20px;
}
.no-reviews-head-content > .title {
  flex: 0 0 auto;
  max-width: 40%;
  margin-right: 30px;
  text-align: left;
  font: 700 30px/1.5 "Montserrat", sans-serif;
  color: #000;
}
.no-reviews-head-content > .desc {
  text-align: left;
  color: #111111;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
}
.no-reviews-head-block > .control {
  flex: 1 1 auto;
}

@media (max-width: 1023px) {
  .no-reviews-head-block {
    display: block;
  }
  .no-reviews-head-content {
    padding: 0;
    display: block;
  }
  .no-reviews-head-content > .title {
    margin: 0;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .no-reviews-head-content > .desc {
    display: block;
    width: 100%;
    margin-top: 16px;
  }
  .no-reviews-head-block > .control {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .no-reviews-head-content > .title {
    font-size: 26px;
  }
}

.user-divider {
  display: block;
  width: 100%;
  height: 1px;
  margin: 40px 0;
  background: #b6a4a4;
}
.user-divider:last-child {
  margin-bottom: 0;
}
.user-divider:first-child {
  margin-top: 0;
}

.lg-backdrop {
  background: rgba(0, 0, 0, 0.75);
}
.lg-toolbar .lg-icon {
  color: #fff;
}

.lg-sub-html {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.lg-sub-html b {
  display: block;
  font: 600 16px/1.4 "Montserrat", sans-serif;
}

.u-user-review__img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: relative;
}
.u-user-review__img > img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.u-user-review__left {
  flex: 0 0 auto;
  width: 85px;
  margin-right: 35px;
}
.user-review.white {
  background: #fff;
}
.user-review__title a {
  color: #000;
  text-decoration: underline;
}
.user-review__title a:hover {
  color: #000;
  text-decoration-color: transparent;
}
.u-user-review__left ~ .user-review__right .user-review__unit .user-review__unit-icon {
  display: none;
}
.next-review-link {
  color: #7ae582;
  text-decoration: none;
  transition: all 0.1s linear;
}
.next-review-link:hover {
  color: #000;
  text-decoration: none;
}

@media (max-width: 767px) {
  .u-user-review__left ~ .user-review__right .user-review__unit .user-review__unit-icon {
    display: block;
  }
  .u-user-review__left {
    display: none;
  }
}

.review-like-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.review-like-box:nth-child(n + 2) {
  margin-top: 20px;
}
.review-like__desc {
  font-size: 14px;
  line-height: 1.2;
  color: #ae9d9d;
  font-weight: normal;
  margin-right: 20px;
  flex: 1 1 auto;
  text-align: right;
}
.review-like__content {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.review-like__content > *:nth-child(n + 2) {
  margin-left: 15px;
}
.like-unit {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  color: #ae9d9d;
  text-decoration: none;
}
.like-unit:hover {
  text-decoration: none;
  color: #ae9d9d;
}
.like-unit > .icon > svg * {
  fill: #ae9d9d;
}
.like-unit.active {
  text-decoration: none;
  color: #7ae582;
}
.like-unit.active > .icon > svg * {
  fill: #7ae582;
}

.like-unit > .icon {
  width: 20px;
  height: 20px;
  position: relative;
  flex: 0 0 auto;
  display: block;
}
.like-unit > .icon img,
.like-unit > .icon svg {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.like-unit > .count {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-left: 8px;
  font-size: 15px;
  line-height: 20px;
}
.like-unit-dislike > .icon {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.courses-wrap > .courses {
  padding-top: 0;
}
.user-review__txt.no-max-width {
  max-width: none;
}
.review-title-comment:nth-child(n + 2) {
  margin-top: 30px;
}
.review-title-comment {
  margin-bottom: 30px;
}
.review-title-comment:last-child {
  margin-bottom: 0;
}
.review-title-comment .count {
  color: #7ae582;
  font-weight: 700;
}

.user-review__answer2 {
  padding-left: 58px;
}
.user-review__answer2__header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.user-review__answer2-author {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.user-review__answer2-author > .answer2-author-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-right: 23px;
  margin-left: -58px;
  position: relative;
}
.user-review__answer2-author > .answer2-author-icon > img,
.user-review__answer2-author > .answer2-author-icon svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
}
.answer2-author-name {
  color: #111;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 700;
  align-self: center;
  flex: 1 1 auto;
}
.user-review__answer2__header .user-review__answer2-author {
  margin-right: 24px;
  margin-top: 8px;
}

.user-review__answer2-date {
  font-size: 16px;
  line-height: 16px;
  color: #ae9d9d;
}
.user-review__answer2-date::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/icons/duration.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: 0;
  margin-right: 6px;
}
.user-review__answer2__header .user-review__answer2-date {
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .user-review__answer2 {
    padding-left: 0;
  }
  .user-review__answer2-author > .answer2-author-icon {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .user-review__answer2__header .user-review__answer2-author {
    margin-right: 0;
    margin-top: 0;
  }
  .user-review__answer2__header .user-review__answer2-date {
    margin-top: 20px;
    flex: 0 0 auto;
    width: 100%;
  }
}

.all-reviews-btn-wrap {
  text-align: center;
  margin: 42px 0 54px;
}
.all-reviews-btn-wrap:first-child {
  margin-top: 0;
}
.all-reviews-btn-wrap:last-child {
  margin-bottom: 0;
}

.user-btn-line-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  flex-wrap: wrap;
  margin: -12px;
}
.user-btn-line-box > .item {
  flex: 0 0 auto;
  padding: 12px;
  max-width: 100%;
}

.btn-simple-user {
  border: 1px solid #000;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 20px;
  line-height: 45px;
  position: relative;
  font-size: 0;
  font-weight: normal;
  color: #000;
  transition: all 0.15s linear;
}
.btn-simple-user-inner {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-size: 15px;
  position: relative;
  line-height: 2;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.15s linear;
  padding: 8px 0;
}

.btn-simple-user-fill {
  background: #7ae582;
  border-color: #7ae582;
  color: #111;
}
.btn-simple-user-fill:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.btn-simple-user-fill:hover .btn-simple-user-inner {
  text-decoration-color: #fff;
}

.btn-simple-user-outline-fill {
  border-color: #f0e5e5;
  background: #f0e5e5;
}
.btn-simple-user-outline-fill:hover {
  border-color: #7ae582;
  color: #7ae582;
  background: transparent;
}
.btn-simple-user-outline-fill:hover .btn-simple-user-inner {
  text-decoration-color: #7ae582;
}

.btn-simple-user-outline {
  border-color: #7ae582;
  background: transparent;
  color: #7ae582;
}
.btn-simple-user-outline:hover {
  border-color: #7ae582;
  background: #7ae582;
  color: #fff;
}
.btn-simple-user-outline:hover .btn-simple-user-inner {
  text-decoration-color: #fff;
}

.btn-simple-user-promo .btn-simple-user-inner {
  padding-left: 24px;
  position: relative;
}
.btn-simple-user-promo .btn-simple-user-inner .icon {
  display: block;
  box-sizing: border-box;
  width: 15px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.15s linear;
}

.btn-simple-user-arrow .btn-simple-user-inner {
  position: relative;
  padding-right: 18px;
}
.btn-simple-user-arrow .btn-simple-user-inner .icon {
  display: block;
  width: 9px;
  height: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.btn-simple-user-outline .icon {
  transition: all 0.15s linear;
}
.btn-simple-user-outline:hover .icon {
  -ms-filter: brightness(0%) invert(1);
  filter: brightness(0%) invert(1);
}

.btn-simple-user-fill .icon,
.btn-simple-user-fill:hover .icon {
  -ms-filter: brightness(0%) invert(1);
  filter: brightness(0%) invert(1);
}

.user-btn-line-wrap .btn {
  min-width: 174px;
}

.label-btn-counter {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #7ae582;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  filter: none;
  box-shadow: 0 3px 14px 0 rgba(208, 61, 41, 0.5);
  position: absolute;
  top: -6px;
  right: -6px;
  user-select: none;
}
.shake-animation {
  -webkit-animation: shake 1.8s linear 1s infinite;
  animation: shake 1.8s linear 1s infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  5%,
  45% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  10%,
  40% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }

  15%,
  25%,
  35% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  20%,
  30% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}

@-webkit-keyframes shake {
  5%,
  45% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  10%,
  40% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }

  15%,
  25%,
  35% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  20%,
  30% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}

@media (max-width: 1349px) {
  .user-btn-line-box {
    margin: -6px;
  }
  .user-btn-line-box > .item {
    padding: 6px;
  }
}
@media (max-width: 460px) {
  .user-btn-line-box > .item {
    width: 100%;
    min-width: 0;
  }
  .user-btn-line-wrap .btn {
    min-width: 0;
    display: block;
    width: 100%;
  }
}

/*modals*/
html.show_modal,
html.show_modal body {
  height: 100%;
  width: 100%;
}
.modal_overlay {
  background: rgba(14, 14, 14, 0.6);
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: content-box;
  padding-bottom: 60px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}
.modal_wrapper {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  font-weight: normal;
  display: none;
  overflow: auto;
  text-align: center;
}
.modal_wrapper:before,
.modal_wrapper:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  box-sizing: border-box;
}
.modal_wrapper.visible {
  display: inline-block !important;
  display: inline-block !important;
}
.modal_block {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 96%;
  max-height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  transition: all 0s linear;
}
.modal_wrapper.visible .modal_block {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.15s linear;
}

.modal_block_promo {
  background: #fff;
  max-width: 384px;
  padding: 35px 30px;
  border-radius: 4px;
}
.modal_block_promo .modal_title {
  font-size: 25px;
  font-family: "Montserrat";
  line-height: 1.44;
  font-weight: 700;
  text-align: center;
}
.modal_block_promo .modal_subtitle:nth-child(n + 2) {
  margin-top: 15px;
}
.modal_block_promo .modal_subtitle {
  font-size: 18px;
  line-height: 1.8;
  font-weight: normal;
  text-align: center;
}

.input {
  display: block;
  width: 100%;
}
.input > input {
  display: block;
  width: 100%;
  height: 45px;
  text-align: center;
  padding: 0 16px;
  font-size: 15px;
  line-height: 43px;
  color: #000;
  background: #fff;
  transition: all 0.15s linear;
  border-radius: 3px;
  border: 1px solid #e5e9f0;
}
.input > input:disabled {
  background: #fff;
  border-color: #111;
  color: #111;
}
.input-promo-wrap:nth-child(n + 2) {
  margin-top: 34px;
}
.modal_block_promo .input_item:nth-child(n + 2) {
  margin-top: 20px;
}
.btn_promo_copy {
  background: #f0e5e5;
  border-radius: 3px;
  text-align: center;
  display: block;
  width: 100%;
  user-select: none;
  cursor: pointer;
  font-size: 0;
  font-weight: normal;
  border: 1px solid #f0e5e5;
  padding: 0 20px;
  color: #7ae582;
  transition: all 0.2s linear;
  line-height: 43px;
}
.btn_promo_copy > .btn_text {
  font-size: 17px;
  line-height: 1.2;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.2s linear;
}
.btn_promo_copy:hover {
  color: #fff;
  background: #f0e5e5;
  border-color: #f0e5e5;
}
.btn_promo_copy > .btn_text:before {
  content: attr(data-text);
  display: inline;
}
.promo_form.promo_active .btn_promo_copy .btn_text:before {
  content: attr(data-text2);
}
.btn_promo_copy:hover {
  color: #fff;
  background: #7ae582;
  border-color: #7ae582;
}
.btn_promo_copy:hover > .btn_text {
  text-decoration-color: #fff;
}

.promo_divider {
  display: block;
  height: 1px;
  margin-top: 25px;
  background: #f0e5e5;
  width: 100%;
}
.promo_divider:nth-child(n + 2) {
  margin-top: 25px;
}
.modal_block_promo .btn_wrap {
  font-size: 0;
  font-weight: normal;
}
.modal_block_promo .btn_wrap:nth-child(n + 2) {
  margin-top: 35px;
}
.modal_block_promo .btn_wrap .btn {
  line-height: 43px;
  display: block;
  min-width: 0;
  width: 100%;
}

.promo_note:nth-child(n + 2) {
  margin-top: 25px;
}
.promo_note {
  font-size: 12px;
  line-height: 1.5;
  color: #111;
}

.promo_form .btn_submit_promo {
  background: rgb(230, 233, 237);
  border-color: rgb(230, 233, 237);
  color: #000;
  -webkit-pointer-events: none;
  pointer-events: none;
}
.promo_active .btn_submit_promo {
  -webkit-pointer-events: auto;
  pointer-events: auto;
  cursor: pointer;
  background: #7ae582;
  border-color: #7ae582;
  color: #fff;
}
.promo_active .btn_submit_promo:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
.promo_input_focus {
  width: 0;
  height: 0;
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  left: -10000px;
  border: none;
  outline: none;
  box-sizing: border-box;
  display: block;
}

.btn-modal-close {
  width: 17px;
  height: 17px;
  display: block;
  cursor: pointer;
}
.btn-modal-close > svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  transition: all 0.15s linear;
}
.btn-modal-close > svg * {
  fill: #b09f9f;
  transition: all 0.15s linear;
}
.btn-modal-close:hover > svg * {
  fill: #7ae582;
}

.modal_block_promo {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.modal_block_promo .btn-modal-close {
  position: absolute;
  right: 0;
  top: -36px;
}

@media (max-width: 700px) {
  .modal_block_promo {
    margin: 0;
  }
  .modal_block_promo .btn-modal-close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1023px) {
  .user-btn-line-wrap-with-cost .__cost-item {
    width: 100%;
  }
  .course-page__right {
    border-bottom: none;
  }
}

/*article*/
.bread-crumbs-wrap {
  width: 100%;
  margin-bottom: 40px;
}
.bread-crumbs-wrap:last-child {
  margin-bottom: 0;
}
.bread-crumbs-box {
  width: 100%;
  overflow: hidden;
}
.bread-crumbs-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin: -5px;
}
.bread-crumbs-item {
  flex: 0 0 auto;
  padding: 5px;
  max-width: 100%;
  font-size: 15px;
}
.bread-crumbs-item > a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.15s linear;
  color: #92969d;
}
.bread-crumbs-item > a:hover {
  text-decoration-color: #8b8181;
  color: #8b8181;
}
.bread-crumbs-item > a:after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 12px;
  height: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  background: url(../img/icons/bread-crumbs-arrow.svg) no-repeat 0 0 / contain;
}
.bread-crumbs-item:last-child > a:after {
  display: none;
}

@media (max-width: 600px) {
  .bread-crumbs-item {
    font-size: 14px;
  }
}

.author-course-box {
  color: #111111;
}
.author-course-box-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-left: -35px;
}
.author-course-header-item {
  margin-left: 35px;
  margin-bottom: 10px;
}

.author-course-unit {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.author-course-unit-icon {
  border-radius: 5px;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  margin-right: 12px;
  flex: 0 0 auto;
}
.author-course-unit-icon img,
.author-course-unit-icon svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.author-course-unit-content {
  text-align: left;
  font: 600 18px/24px "Segoe UI", sans-serif, -apple-system;
  flex: 1 1 auto;
}

.reviews-course-unit {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-top: 5px;
}
.reviews-course-unit-icon {
  width: 16px;
  height: auto;
  position: relative;
  margin-right: 6px;
  margin-top: 4px;
  flex: 0 0 auto;
}
.reviews-course-unit-icon img,
.reviews-course-unit-icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.reviews-course-unit-content {
  text-align: left;
  font: 400 16px/20px "Segoe UI", sans-serif, -apple-system;
  color: #8d7979;
  align-self: center;
  flex: 1 1 auto;
}
.reviews-course-unit-content a {
  color: #7ae582;
  transition: all 0.15s linear;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.reviews-course-unit-content a:hover {
  text-decoration-color: #7ae582;
  color: #7ae582;
}

.author-course-box > .author-course-box-header + *:nth-child(n) {
  margin-top: 0;
}
.author-course-box > p {
  font: 400 18px/30px "Segoe UI", sans-serif, -apple-system;
}
.author-course-box > p:nth-child(n + 2) {
  margin-top: 10px;
}

@media (max-width: 700px) {
  .author-course-box-header {
    display: block;
    margin-left: 0;
  }
  .author-course-header-item {
    margin: 0;
  }
  .author-course-header-item:nth-child(n + 2) {
    margin-top: 8px;
  }
  .reviews-course-unit {
    padding-top: 0;
    margin-left: 42px;
  }
  .reviews-course-unit-icon {
    display: none;
  }
  .author-course-box > p {
    font-size: 16px;
    line-height: 24px;
  }
  .author-course-box > .author-course-box-header + :nth-child(n) {
    margin-top: 10px;
  }
}

.subscribe-res-unit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #7ae582;
  cursor: pointer;
}

.subscribe-res-unit-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8f1f1;
  transition: all 0.15s linear;
  margin-right: 10px;
  position: relative;
}
.subscribe-res-unit-icon img,
.subscribe-res-unit-icon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 22px;
  max-height: 22px;
  filter: brightness(1) invert(0);
  transition: all 0.15s linear;
}
.subscribe-res-unit-text {
  flex: 1 1 auto;
  text-align: left;
  font: 400 18px/24px "Segoe UI", sans-serif, -apple-system;
  color: #7ae582;
}
.subscribe-res-unit:hover {
  color: #7ae582;
}
.subscribe-res-unit:hover .subscribe-res-unit-icon {
  background: #7ae582;
}
.subscribe-res-unit:hover .subscribe-res-unit-icon img,
.subscribe-res-unit:hover .subscribe-res-unit-icon svg {
  filter: brightness(0) invert(1);
}

/**
* BLOG (Archive.html)
 */

.archive-title {
  margin-bottom: 35px;
  font: 700 30px/1.4 "Segoe UI", sans-serif, -apple-system;
}

.u-btn-arrow {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: nowrap;

  font: normal 16px/21px "Segoe UI", sans-serif, -apple-system;
}
.u-btn-arrow-icon {
  flex: 0 0 auto;
  display: inline;
  vertical-align: baseline;
  margin-left: 0.4rem;
}
.u-btn-arrow-icon svg {
  display: block;
  width: auto;
  height: auto;
}
.u-btn-arrow-icon svg * {
  transition: all 0.2s linear;
  fill: #7ae582;
}
.u-btn-arrow {
  color: #7ae582;
}
.u-btn-arrow:hover .u-btn-arrow-icon svg * {
  fill: #111;
}
.u-btn-arrow:hover {
  color: #111;
}

.archive-box .u-btn-arrow {
  color: #7ae582;
}
.archive-box .u-btn-arrow:hover {
  color: #111;
}
.archive-box .u-btn-arrow-icon svg * {
  transition: all 0.2s linear;
  fill: #7ae582;
}
.archive-box .u-btn-arrow:hover .u-btn-arrow-icon svg * {
  fill: #111;
}

.archive-block {
  padding-top: 40px;
}

.archive-wrap {
  width: 100%;
}
.archive-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -30px -15px;
}
.archive-item {
  flex: 0 0 auto;
  padding: 30px 15px;
  max-width: 100%;
  width: 33.33%;
}

.archive-item-100 {
  width: 100%;
}

.archive-unit {
  width: 100%;
  display: block;
  color: #111111;
}
.archive-unit *:last-child {
  margin-bottom: 0;
}
.archive-unit a {
  color: #111111;
  text-decoration: none;
  transition: all 0.2s linear;
}
.archive-unit a:hover {
  color: #7ae582;
  text-decoration: none;
}

.archive-unit-cover {
  width: 100%;
  position: relative;
  border-radius: 6px;
}
.archive-unit-cover-link {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.archive-unit-cover:before {
  content: "";
  display: block;
  width: 0;
  box-sizing: border-box;
  padding-top: 63.15%;
}
.archive-unit-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 6px;
  z-index: 1;
}
.archive-unit-body {
  width: 100%;
  margin-top: 17px;
}
.archive-unit-date {
  color: #ae9d9d;
  font: normal 15px/1.3 "Segoe UI", sans-serif, -apple-system;
  margin-bottom: 10px;
}
.archive-unit-date:last-child {
  margin-bottom: 0;
}
.archive-unit-title {
  font: 700 20px/1.3 "Segoe UI", sans-serif, -apple-system;
  margin-bottom: 10px;
  color: #000;
}

.archive-unit-short-text {
  font: normal 16px/1.4 "Segoe UI", sans-serif, -apple-system;
  margin-bottom: 10px;
}

.archive-unit-btn-wrap:nth-child(n + 2) {
  margin-top: 15px;
}

.archive-unit-ext {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  color: #111111;
}

.archive-unit-ext *:last-child {
  margin-bottom: 0;
}
.archive-unit-ext a {
  text-decoration: none;
  color: inherit;
}
.archive-unit-ext a:hover {
  text-decoration: none;
  color: #7ae582;
}

.archive-unit-ext-cover {
  display: block;
  flex: 0 0 auto;
  width: 585px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.archive-unit-ext-cover:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 0;
  padding-top: 61.53%;
}
.archive-unit-ext-cover img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-radius: 3px;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
}
.archive-unit-ext-cover .archive-unit-cover-link {
  border-radius: 3px;
}
.archive-unit-ext-body {
  flex: 1 1 auto;
  align-self: center;
  padding-left: 60px;
}
.archive-unit-ext-title {
  color: #000;
  font: 700 28px/1.3 "Segoe UI", sans-serif, -apple-system;
  margin-bottom: 16px;
}

.archive-unit-ext-short-text {
  color: #111111;
  font: normal 18px/1.3 "Segoe UI", sans-serif, -apple-system;
  margin-bottom: 25px;
}

.archive-unit-ext-reverse .archive-unit-ext-cover {
  order: 2;
}
.archive-unit-ext-reverse .archive-unit-ext-body {
  order: 1;
  padding-left: 0;
  padding-right: 60px;
}

.archive-unit-full {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.archive-unit-full:before {
  content: "";
  width: 0;
  padding-top: 36.61%;
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
}
.archive-unit-full-link {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  z-index: 6;
  position: absolute;
}
.archive-unit-full-cover {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

.archive-unit-full-cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  z-index: 0;
}
.archive-unit-full-cover:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 8px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(62, 58, 69, 0.2);
  background: -moz-linear-gradient(0deg, rgba(62, 58, 69, 1) 0%, rgba(90, 140, 250, 0) 90%);
  background: -webkit-linear-gradient(0deg, rgba(62, 58, 69, 1) 0%, rgba(90, 140, 250, 0) 90%);
  background: -o-linear-gradient(0deg, rgba(62, 58, 69, 1) 0%, rgba(90, 140, 250, 0) 90%);
  background: -ms-linear-gradient(0deg, rgba(62, 58, 69, 1) 0%, rgba(90, 140, 250, 0) 90%);
  background: linear-gradient(90deg, rgba(62, 58, 69, 1) 0%, rgba(90, 140, 250, 0) 90%);
  z-index: 2;
}

.archive-unit-full-body {
  position: relative;
  z-index: 4;
  width: 100%;
  flex: 1 1 auto;
  padding: 40px 60px;
  max-width: 525px;
  color: #fff;
}

.archive-unit-full-body *:last-child {
  margin-bottom: 0;
}
.archive-unit-full-body a {
  color: inherit;
  transition: all 0.2s linear;
  text-decoration: none;
}
.archive-unit-full-body a:hover {
  color: #7ae582;
  text-decoration: none;
}

.archive-unit-full-body .archive-unit-date {
  color: #ae9d9d;
  margin-bottom: 20px;
}
.archive-unit-full-title {
  font: 700 28px/1.3 "Segoe UI", sans-serif, -apple-system;
}
.archive-unit-full-short-text {
  font: 400 18px/1.3 "Segoe UI", sans-serif, -apple-system;
}

@media (max-width: 1349px) {
  .archive-item {
    padding: 20px 8px;
  }
  .archive-box {
    margin: -20px -8px;
  }
  .archive-unit-ext .archive-unit-ext-body {
    padding-left: 25px;
    padding-right: 0;
  }
  .archive-unit-ext-reverse .archive-unit-ext-body {
    padding-right: 25px;
    padding-left: 0;
  }
  .archive-unit-ext-cover {
    width: 55%;
  }
  .archive-unit-full-body {
    padding: 30px 40px;
  }
}

@media (max-width: 1023px) {
  .archive-item {
    width: 50%;
  }
  .archive-item-full {
    width: 100%;
  }
  .archive-unit-ext-title {
    font: 700 20px/1.3 "Segoe UI", sans-serif, -apple-system;
    margin-bottom: 10px;
  }
  .archive-unit-ext-short-text {
    font: normal 16px/1.4 "Segoe UI", sans-serif, -apple-system;
    margin-bottom: 10px;
  }

  .archive-unit-ext-cover {
    width: 100%;
    position: relative;
    border-radius: 6px;
  }
  .archive-unit-ext-cover .archive-unit-cover-link {
    border-radius: 6px;
  }
  .archive-unit-ext-cover img {
    border-radius: 6px;
  }
  .archive-unit-ext {
    display: block;
  }
  .archive-unit-ext-cover {
    width: 100%;
  }
  .archive-unit-ext-body {
    padding: 0;
    width: 100%;
    margin-top: 17px;
  }

  .archive-unit-full-body {
    padding: 20px;
  }
  .archive-unit-full-title {
    font-size: 20px;
  }
  .archive-unit-full-short-text {
    font-size: 16px;
  }

  .archive-unit-ext-reverse .archive-unit-ext-body {
    padding-right: 0;
  }

  .archive-unit-ext-reverse .archive-unit-ext-body {
    padding-right: 0;
  }
  .archive-unit-ext .archive-unit-ext-body {
    padding-left: 0;
  }

  .archive-item-100,
  .archive-item-full {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .archive-title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .archive-unit-date {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .archive-unit-title,
  .archive-unit-ext-title {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .archive-unit-short-text,
  .archive-unit-ext-short-text,
  .archive-unit-full-title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .archive-unit-btn-wrap,
  .archive-unit-ext-btn-wrap {
    display: none;
  }
  .archive-unit-full-short-text {
    display: none;
  }
  .archive-unit-full-body {
    padding: 18px;
  }
  .archive-unit-full-body .archive-unit-date {
    margin-bottom: 10px;
  }
  .archive-unit-full-cover:after {
    background: rgba(62, 58, 69, 0.2);
    background: -moz-linear-gradient(0deg, rgba(62, 58, 69, 1) 15%, rgba(90, 140, 250, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(62, 58, 69, 1) 15%, rgba(90, 140, 250, 0) 100%);
    background: -o-linear-gradient(0deg, rgba(62, 58, 69, 1) 15%, rgba(90, 140, 250, 0) 100%);
    background: -ms-linear-gradient(0deg, rgba(62, 58, 69, 1) 15%, rgba(90, 140, 250, 0) 100%);
    background: linear-gradient(90deg, rgba(62, 58, 69, 1) 15%, rgba(90, 140, 250, 0) 100%);
  }
}

@media (max-width: 575px) {
  .archive-title {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .archive-item {
    width: 100%;
  }
  .archive-unit-full-body {
    padding: 20px 15px;
    align-self: flex-end;
  }
  .archive-unit-full {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .archive-unit-full-link,
  .archive-unit-full,
  .archive-unit-full-cover,
  .archive-unit-full-cover img {
    border-radius: 0;
  }
  .archive-unit-full:before {
    min-height: 202px;
  }
}

.archive-btn-wrap {
  text-align: center;
  font-size: 0;
  font-weight: normal;
  display: none;
}
.archive-btn-wrap:nth-child(n + 2) {
  margin-top: 40px;
}
.btn-archive-more {
  display: inline-block;
  vertical-align: middle;
  line-height: 45px;
  padding: 0 20px;
  background: #f8f1f1;
  color: #8d7979;
  transition: all 0.2s linear;
  min-width: 220px;
}
.btn-archive-more-inner {
  font: 400 14px/1.2 "Gothic A1", sans-serif, -apple-system;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 0;
}
.btn-archive-more:hover {
  background: #7ae582;
  color: #fff;
}

@media (max-width: 767px) {
  .archive-btn-wrap {
    display: block;
  }
}
@media (max-width: 575px) {
  .archive-btn-wrap .btn {
    width: 100%;
    min-width: 0;
    display: block;
  }
}

.archive-pagination {
  display: block;
  margin-top: 64px;
}

@media (max-width: 767px) {
  .archive-pagination {
    display: none;
  }
}
