/* BEGIN POPUP*/

.fader {
  background: #252525;
  opacity: 80%;
}

.popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #dbdbdbc9;
  top: 0;
  bottom: 10px;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.popup .fader {
  z-index: 0 !important;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup.active .popup__content {
  -webkit-transform: perspective(600px) translate(0px, 0px) rotateX(0deg);
  transform: perspective(600px) translate(0px, 0px) rotateX(0deg);
  opacity: 1;
}

.popup_registration {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.popup_registration::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.popup__body {
  padding: 30px 10px;
}

.popup__content {
  margin: auto;
  padding: 40px 20px 20px;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  width: 365px;
  -webkit-transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
  z-index: 999;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 150px;
}

.popup__content_registration {
  position: relative;
}

.popup__content_thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.popup__content_thanks .icon {
  width: 140px;
  height: 140px;
  fill: #f39c12;
  margin: 0 0 20px 0;
}

.popup__content_thanks .popup__text {
  font-size: 18px;
  margin: 0 0 35px 0;
}

.popup__title {
  padding: 0 0 20px 0;
  margin-top: 65px;
  text-align: center;
}

.popup__title .tutor-image {
  padding: 0 0 20px 0;
  width: 132px;
  height: 132px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -66px;
}

.popup__label {
  margin: 0 0 6px 0;
}

.popup__row {
  gap: 20px;
  margin: 25px 0;
}

.popup__btn {
  width: 100%;
  margin: 15px 0 10px 0;
}

.popup__text {
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  line-height: 20px;
}

.popup__link {
  color: #5c97bf;
  text-decoration: underline;
}

.popup__link_verifi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.popup__content .btn {
  width: 100%;
  margin-top: 20px;
}

.popup__footer {
  margin-top: 20px;
  padding-top: 20px;
}

.popup__footer::before {
  content: "";
  border-top: 1px #F5F5F5 solid;
  width: 100%;
  position: absolute;
  left: 0;
}

.popup__footer .popup__text {
  font-size: 12px;
  padding: 20px 0 0;
}

/* END POPUP*/


/** BEGIN SECTION TUTOR INFO */

.tutor-info .tutor-rating {
  padding: 10px 20px;
  margin: 0 0 20px 0;
  font-size: 18px;
}

.tutor-info .tutor-rating__bg {
  top: -2px;
  right: -5px;
  width: 42px;
  height: 42px;
}

.tutor-info .container {
  position: relative;
}

.tutor-info__price {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  padding: 15px 0;
  width: 74%;
  z-index: 999;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tutor-info__text .icon {

  fill: #8D8D8D;
  height: 16px;
  width: 19px;
  margin-right: 5px;
}

.tutor-info__text .title {

  font-weight: bold;
  margin-bottom: 5px;
}

.tutor-info__price .icon {
  margin: 0 10px 0 0;
}

.tutor-info__price::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 150vw;
  height: 100%;
  background: #ffffff;
  z-index: -1;
}

.tutor-info__price.active {
  position: relative;
  bottom: auto;
  z-index: 0;
  width: 100%;
}

.TeachFormat div {
  margin-right: 5px;
  background: #F5F5F5;
  border-radius: 2px;
  padding: 4px 5px;
  float: left;
  margin-top: 5px;
}

.TeachFormat div.online {
  background: #1CA345;
  color: #fff;
}

.tutor-info__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
}

.tutor-info__column {
  width: 71%;
  background: #ffffff;
  border-radius: 8px;
}

.tutor-info__aside {
  width: 27%;
}

.tutor-info__item:first-child {
  position: relative;
  padding: 20px;
  border-bottom: 2px solid #f5f5f5;
}

.tutor-info__item_mob {
  display: none;
}

.tutor-info__img {
  width: 132px;
  height: 132px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 20px 0 0;
}

.tutor-info__img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tutor-info__certificate {
  max-width: 132px;
  border-radius: 10px;
  margin: 0 20px 0 0;
}

.tutor-info__certificate .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tutor-info__certificate .title {
  margin-top: 10px;
}

.tutor-info__name {
  color: #5c97bf;
  margin: 0 40px 7px 0;
}

.tutor-info__name .icon {
  width: 25px;
  height: 25px;
  fill: #33709a;
  margin: 0 10px 0 0;
}

.tutor-info__text {
  overflow: hidden;
}

.tutor-info__text span {
  color: #8d8d8d;
}

.tutor-info__text_more {
  max-height: 155px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.tutor-info__text_more p {
  padding: 0 0 15px 0;
  line-height: 130%;
}

.tutor-info__text_more.active {
  max-height: 15000px;
}

.tutor-info__row {
  padding: 10px 0;
}

.tutor-info__row .tutor-info__text {
  margin: 0 15px 0 0;
}

.tutor-info__text a {
  color: #252525;
}

.tutor-info__list li:first-child {
  padding: 0 !important;
}

.tutor-info__list li:not(:last-child) {
  padding: 0 0 10px 0;
}

.tutor-info__wrapper {
  padding: 20px;
}

.tutor-info__link {
  color: #5c97bf;
  text-decoration: underline;
  display: none;
}

.tutor-info__header {
  padding: 0 0 0 20px !important;
}

.tutor-subjects__item {
  padding: 20px;
  max-height: 80px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.tutor-subjects__item_bb {
  border-bottom: 2px solid #f5f5f5;
}

.tutor-subjects__item.active {
  max-height: 10000px;
}

.tutor-subjects__item.active .tutor-subjects__dropdown {
  opacity: 1;
  visibility: visible;
}

.tutor-subjects__wrapp {
  display: none;
}

.tutor-subjects__title {
  cursor: pointer;
  font-size: 18px;
  width: 40%;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tutor-subjects__title.active {
  color: #5c97bf;
}

.tutor-subjects__title.active .arrow-anim::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1.5px;
}

.tutor-subjects__title.active .arrow-anim::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -1.5px;
}

.tutor-subjects__price {
  width: 20%;
  font-weight: 700;
  padding: 0 10px;
}

.tutor-subjects__dropdown {
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.tutor-subjects__text {
  padding: 20px 0 10px 0;
}

.tutor-subjects__text .icon {
  fill: #252525;
  height: 16px;
  width: 14px;
  margin-right: 10px;
}

.tutor-subjects__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  width: 80%;
}

.tutor-subjects__list li {
  padding: 7px 8px;
  background: #f5f5f5;
}

.tutor-subjects__list li a {
  color: #252525;
}

.tutor-header {
  background: #dee6e9;
  padding: 0px 20px;
}

.tutor-header__title {
  font-weight: 700;
  color: #8d8d8d;
  width: 40%;
  padding: 12px 0;
  border-right: 1px solid #ffffff;
}

.tabs-tutor_resume .tutor-header__title {
  border: 0;
}

.tutor-subjects__item:not(:last-child) {
  border-bottom: 2px solid #f5f5f5;
}

.tutor-header__item {
  font-size: 12px;
  padding: 5px 10px;
  width: 20%;
  font-weight: 700;
  line-height: 120%;
}

.tutor-header__item span {
  font-weight: 400;
}

.tutor-header__item:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.arrow-anim {
  position: relative;
  width: 17px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px 0 0;
  border: 1px solid #5c97bf;
  border-radius: 50%;
}

.arrow-anim::before,
.arrow-anim::after {
  content: "";
  width: 6px;
  height: 1.5px;
  background-color: #5c97bf;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.arrow-anim::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 3px;
}

.arrow-anim::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 6px;
}

.tabs-tutor-nav {
  width: 60%;
}

.tabs-tutor-nav__list {
  width: 100%;
}

.tabs-tutor-nav__item {
  width: 33.33%;
  height: 100%;
}

.tabs-tutor-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 12px 0;
  font-weight: 700;
  color: #5c97bf;
  text-decoration: underline;
}

.tabs-tutor-nav__link.active {
  background: #33709a;
  color: #ffffff;
  text-decoration: none;
}

.tabs-tutor {
  position: relative;
}

.tabs-tutor_mob {
  display: none;
}

.tabs-tutor_vertical {
  display: block;
}

.tabs-tutor__item {
  display: none;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.tabs-tutor__item.active {
  display: block;
}

.tabs-tutor__row {
  padding: 0 0 20px 0;
}

.tabs-tutor__row .row_date {
  color: #252525;
}

.tabs-tutor__text p {
  color: #8D8D8D;
}

.tabs-tutor__text:first-child {
  width: 41.5%;
}

.tabs-tutor__text:nth-child(2) {
  width: 50%;
}

.tutor-aside__info {
  background: #ffffff;
  border-radius: 8px;
  padding: 0 0 20px 0;
}

.tutor-aside__wrapper {
  padding: 20px 40px;
  border-bottom: 2px solid #f5f5f5;
}

.tutor-aside__title {
  padding: 20px 0 10px 0;
}

.tutor-aside__title .icon {
  width: 19px;
  height: 18px;
  fill: #f39c12;
  margin: 0 7px 0 0;
}

.tutor-aside__price {
  padding: 0 0 5px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 90%;
  color: #33709a;
}

.open__contact .icon {
  margin-left: 10px;
}

.tutor-aside__price span {
  font-size: 14px;
  color: #252525;
}

.tutor-aside__item b {
  font-weight: 700;
  margin: 0 0 2px 0;
}

.tutor-aside__btn {
  width: 100% !important;
}

.tutor-info__price .tutor-aside__btn {
  width: auto !important;
}

.tutor-aside__btn a {
  color: #ffffff;
}

.tutor-aside__phone {
  font-weight: 400;
  color: #252525;
  margin: 0 15px 0 0;
}

.tutor-aside__link {
  color: #5c97bf;
  font-weight: 700;
  text-decoration: underline;
  padding: 20px 40px;
}

.tutor-aside__link .icon {
  width: 14px;
  height: 14px;
  fill: #f39c12;
  margin: 0 10px 0 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tutor-similar {
  padding: 40px;
}

.tutor-similar .tutor-aside__link {
  padding: 0;
}

.tutor-similar__title {
  font-weight: 700;
  color: #8d8d8d;
  padding: 0 0 20px 0;
}

.tutor-similar__item {
  display: block;
  color: #252525;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 133%;
  margin: 0 0 20px 0;
}

.tutor-similar__item b {
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/** END SECTION TUTOR INFO */
/** BEGIN SECTION TUTOR */

.tutor-preview__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tutor-preview__title {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 40px 0;
}

.tutor-preview-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
}

.tutor-preview-card__img {
  max-width: 65px;
  height: 65px;
  border-radius: 5px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 10px 0 0;
}

.tutor-preview-card__img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tutor-preview-card__name {
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #5c97bf;
}

.tutor-preview-card__name .icon {
  width: 18px;
  height: 18px;
  margin: 0 4px 0 0;
  fill: #33709a;
}

.tutor-preview-card__info {
  font-weight: 700;
}

.tutor-preview-card__text {
  margin: 10px 0 20px 0;
  height: 80px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  box-orient: vertical;
}

.tutor-preview-card__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tutor-preview-card__price {
  line-height: 130%;
  font-size: 18px;
  font-weight: 700;
  color: #33709a;
}

.tutor-preview-card__price span {
  font-size: 14px;
  font-weight: 400;
  color: #8d8d8d;
}

.tutor-preview-card__btn {
  width: 150px;
}

/** END SECTION TUTOR */


.favorit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #dee6e9;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 8px 0 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.favorit.active .icon {
  opacity: 1;
}

.favorit.active .icon_active {
  opacity: 0;
}

.favorit .icon {
  width: 18px;
  height: 18px;
  fill: #f39c12;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.favorit .icon_active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}

.favorit_mob {
  display: none;
}




.tutor-card {
  width: 70%;
}

.tutor-card__item {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  margin: 0 0 20px 0;
  padding: 20px;
}

.tutor-card__column:not(:nth-child(7)) {
  margin: 0 20px 0 0;
}

.tutor-card__column:nth-child(7) {
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tutor-card__img {
  width: 112px;
  height: 112px;
  margin: 0 0 20px 0;
  border-radius: 8px;
  overflow: hidden;
}

.tutor-card__img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tutor-card__title a {
  font-size: 18px;
  color: #5c97bf;
  font-weight: 700;
}

.tutor-card__text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
}

.tutor-card__text b {
  font-weight: 700;
}

.tutor-card__text span {
  color: #8d8d8d;
}

.tutor-card__row {
  margin: 0 0 5px 0;
}

.tutor-card__row .tutor-card__text {
  margin: 0 20px 0 0;
}

.tutor-card__row .icon {
  min-width: 18px;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  fill: #33709a;
}

.tutor-card__row_mob {
  display: none;
}

.tutor-card__list {
  padding: 0 0 5px 0;
}

.tutor-card__list li {
  margin: 0 0 6px 0;
}

.tutor-card__list li span {
  font-size: 12px;
}

.tutor-card__price {
  font-size: 18px;
  font-weight: 700;
  margin: 25px 0 0 0;
  color: #33709a;
}

.tutor-card__price span {
  font-size: 14px;
  color: #8d8d8d;
  font-weight: 400;
}

.tutor-card__info {
  margin: 20px 0;
}

.tutor-card__location {
  font-weight: 700;
}

.tutor-card__location .icon {
  width: 14px;
  height: 14px;
  margin: 0 3px 0 0;
  fill: #f39c12;
}

.tutor-label {
  font-size: 12px;
  border-radius: 10px;
  background: #dee6e9;
  padding: 4px;
  margin: 10px 0 0 0;
}

.tutor-label .icon {
  width: 12px;
  height: 12px;
  margin: 0 4px 0 0;
}

.tutor-rating {
  position: relative;
  border-radius: 8px;
  padding: 10px;
  overflow: hidden;
}

.tutor-rating__bg {
  position: absolute;
  top: -7px;
  right: -7px;
  fill: rgba(255, 255, 255, 0.505);
  min-width: 65px;
  height: 65px;
}

.tutor-rating_yellow {
  background: #f39c12;
}

.tutor-rating_grey {
  background: #dee6e9;
}

.tutor-rating__title {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 18px;
  color: #33709a;
}

.tutor-rating__text {
  position: relative;
  z-index: 1;
  font-size: 12px;
}





@media (max-width: 1175px) {

  .tutor-info__text_more {
    max-height: 165px;
  }

  .tutor-aside__wrapper {
    padding: 20px;
  }

  .tutor-aside__link {
    padding: 20px;
  }

  .tutor-similar {
    padding: 20px;
  }


}

@media (max-width: 991.98px) {
  .tutor-preview__content {
    grid-template-columns: repeat(1, 1fr);
  }

  .tutor-card {
    width: 100%;
  }

  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tutor-info .tutor-rating {
    margin: 0;
  }

  .tutor-info__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tutor-info__column {
    width: 100%;
  }

  .tutor-info__item_mob {
    display: block;
    padding: 0 20px;
  }

  .tutor-info__item:first-child {
    border: none;
    padding: 20px 20px 10px 20px;
    display: grid;
    grid-template-columns: 150px auto;
  }

  .tutor-info__row_mob {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tutor-info__list {
    display: none;
  }

  .tutor-info__list_mob {
    display: block;
  }

  .tutor-subjects__header {
    margin: 20px 0 0 0;
  }

  .tutor-aside {
    display: none;
  }

  .tutor-aside__label {
    max-width: 150px;
  }

}

@media (max-width: 630px) {
  .tutor-preview__title {
    padding: 0 0 20px 0;
  }

  .tutor-card__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tutor-card__column {
    display: none !important;
  }

  .tutor-card__img {
    margin: 0 10px 0 0;
  }

  .tutor-card__row_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0;
  }

  .tutor-card__row_mob:not(:first-child) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tutor-card__row_mob:nth-child(2) {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dee6e9;
  }

  .tutor-card__row_mob:nth-child(4) {
    margin: 10px 0 0 0;
  }

  .tutor-card__price {
    margin: 0;
  }

  .border-bottom {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 20px;
  }

  .favorit_mob {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
  }

  .tutor-info .tutor-rating {
    padding: 10px 10px;
    width: 100%;
  }

  .tutor-info__item:first-child {
    grid-template-columns: 75px auto;
  }

  .title .h2 {
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
  }

  .popup__text {
    font-size: 14px;
  }

  .tutor-info__name .icon {
    width: 18px;
    height: 18px;
  }

  .tutor-info__img {
    width: 65px;
    height: 65px;
    margin: 0 10px 0 0;
  }
}


@media (max-width: 479.98px) {
  .subject-inner__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subject-inner__btn {
    margin: 20px 0 0 0;
    width: 100%;
  }


  .aside-menu__header {
    padding: 30px 30px;
  }

  .aside-menu__item {
    padding: 15px 30px;
  }


  .tutor-card__img {
    width: 65px;
    height: 65px;
  }

  .tutor-card__title {
    font-size: 14px;
  }

  .tutor-rating {
    padding: 5px 10px;
  }

  .tutor-info__content {
    padding: 20px 0;
  }

  .tutor-info__name .h2 {
    font-size: 16px;
  }

  .tutor-info__name .icon {
    margin: 0 10px 0 0;
  }

  .tabs-tutor__text:first-child {
    white-space: nowrap;
  }
}



@media (max-width: 575px) {
  .tutor-subjects__title.active {
    color: #252525;
  }

  .tutor-subjects__price {
    width: auto;
    font-size: 18px;
  }

  .tutor-subjects__item {
    padding: 20px;
    max-height: 60px;
  }



  .tutor-subjects__wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }

  .tutor-subjects__wrapp .tutor-subjects__price {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .tutor-subjects__wrapp .tutor-subjects__price_mob {
    display: block !important;
    font-weight: 700 !important;
  }

  .tutor-subjects__wrapp .tutor-subjects__price_mob span {
    font-weight: 400 !important;
  }

  .tutor-subjects__row {
    margin: 0 0 10px 0;
  }

  .tutor-subjects__title {
    width: 100%;
  }

  .tutor-subjects__title .arrow-anim {
    position: absolute;
    right: 30px;
  }

  .tutor-subjects__price {
    display: none;
  }

  .tutor-header__title {
    width: 100%;
    border: none;
  }

  .tutor-header__item {
    display: none;
  }

  .tabs-tutor-nav {
    display: none;
  }

  .tabs-tutor_mob {
    display: block !important;
  }

  .tabs-tutor__item {
    display: none !important;
  }

  .tabs-tutor__row {
    padding: 10px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;

  }

  .tutor-info__certificate__group {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-tutor__text:first-child {
    width: 100%;
    margin: 0 20px 2px 0;
  }

  .tabs-tutor__text:last-child {
    width: 273px;
  }

  .tabs-tutor__text p:first-child {
    font-weight: 700;
  }
}

@media (max-width: 420px) {
  .tutor-info__price {
    width: 90%;
  }
}

@media (max-width: 355px) {
  .tutor-subjects__price {
    width: 25%;
  }
}

.rank-informer {
  background: #F8CD89;
  padding: 8px 10px;
  display: inline-flex;
  border-radius: 2px;
}

.alert-box {

  border-radius: 8px;
  border-color: #DE3F44;
  padding: 20px;
}

.alert-box {

  border-radius: 8px;
  border: 1px solid #DE3F44;
  padding: 20px;
}

.alert-box .text {

  font-size: 14px;
  font-weight: bold;

}

.alert-box .btn {
  margin-left: auto;
}

.tabs-tutor_review .tutor-header__title {
  border: 0px;

}

.tabs-tutor_review .tutor-content {
  padding: 20px;

}

.review-info {
  align-items: start;

  margin-bottom: 40px;
}

.review-info .add-review-block {
  margin-left: auto;

}

.review-info .add-review-block .icon {
  min-width: 14px;
  width: 14px;
  height: 14px;
  fill: #33709A;
  margin-right: 5px;
  margin-bottom: -3px;
}

.review-info .add-review-block a {
  font-weight: bold;
  text-decoration: underline;
}

.rate {
  color: #E59856;
  font-size: 18px;
  font-weight: bold;
}

.review-info .review-count {
  font-weight: bold;
}

.rate .icon {
  min-width: 16px;
  width: 16px;
  height: 14px;
  fill: #E59856;
  margin-right: 5px;
  margin-bottom: -1px;
}

.review-list .avatar {
  margin-right: 45px;
}

.review-list .avatar .tutor-card__img {
  border-radius: 50%;
  width: 80px;
  height: auto;
}

.review-list .avatar .tutor-card__img img {
  width: 100%;
}

.review-item {
  align-items: start;
  margin-bottom: 30px;
}

.review-item .name {
  color: #33709A;
  font-weight: bold;
}

.review-item .name .rate {
  font-size: 16px;
  margin-left: 0px;
}

.review-item .name .rate .icon {
  font-size: 14px;
  margin-right: 0px;
}

.review-item .date {
  color: #8D8D8D;
  margin-bottom: 15px;
}


.popup_review-add .popup__content {
  width: 600px;
}

.popup_review-add .popup__title {
  padding: 0;
}

.review_form {
  margin-top: 20px;
}

.review_form::before {
  content: " ";
  border-top: 1px solid #dee6e9;
  position: absolute;
  width: 100%;
  left: 0px;
}


.review_form .rate-box {
  padding: 20px 0;
}

.review_form .rate-box .title {
  width: 50%;
  text-align: right;
}

.review_form textarea {
  width: 100%;
  height: 125px;
  resize: none;
  padding: 12px 20px;
  font-weight: normal;
  border: 1px solid #dee6e9;
  border-radius: 8px;
}

.review_form .form__error {
  margin-top: 10px;
  font-size: 14px;
}


.rate {
  display: inline-block;
  width: 175px;
  padding: 0;
}

.tutor-info__text .rate {
  width: auto;
  margin-bottom: 10px;
}

.tutor-info__text .rate a {
  font-size: 14px;
  font-weight: 400;
  color: #5c97bf;
  border-bottom: 1px #5c97bf dashed;
}

.rate:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked)>label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 25px;
  margin: 0 3px;
  color: #ccc;
}

.rate>input:checked~label {
  color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
  color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
  color: #c59b08;
}



@media (max-width: 630px) {
  .review-list .avatar .tutor-card__img {
    width: 50px;
  }

  .review-list .avatar {
    margin-right: 25px;
  }

  .popup_review-add .popup__content {
    width: 100%;
  }
}




/* Tutor Tests */

.tutor-info__item__wrapper {
  background-color: #f5f5f5;
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  gap: 20px;
}

.tutor-test__item {
  background-color: white;
  transition: .4s;
  border-radius: 8px;
  cursor: pointer;
}

.tutor-test__item:hover {
  transition: .4s;
  box-shadow: 0 0 10px #dadada;
  transform: scale(1.015);
}

.tutor-test__item__top {
  padding: 0 20px;
}

.tutor-test__item__top__content {
  padding: 15px 0 19px;
}

.tutor-test__item__top__head {
  border-top: 5px solid #5C97BF;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.tutor-test__item__top__content h1 {
  font-size: 14px;
  white-space: initial;
  font-weight: 600;
  color: #252525;
  margin-bottom: 10px;
}

.tutor-test__item__top__content__stat {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stat_time {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stat_time .icon {
  width: 10px;
  height: 14px;
  fill: #33709A;
}

.tutor-test__item__top__content__stat .stat_rating {
  display: flex;
  align-items: center;
  gap: 3px;
}

.tutor-test__item__top__content__stat .stat_rating_stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.tutor-test__item__top__content__stat .stat_rating_stars_star {
  cursor: pointer;
  transition: .4s;
}

.tutor-test__item__top__content__stat .stat_rating_stars_star .icon {
  width: 16px;
  height: 14px;
  fill: #DEE6E9;
}

.tutor-test__item__top__content__stat .stat_rating_stars_star:hover .icon {
  fill: #F39C12;
  transition: .4s;
}

.stat_rating_number {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
}

.tutor-test__item__top__content__info span {
  margin-top: 20px;
  display: block;
  color: #8D8D8D;
  font-size: 12px;
}

.tutor-test__item__top__content__info__list {
  height: 90px;
  overflow: auto;
  margin-top: 10px;
  color: #252525;
}

.tutor-test__item__top__content__info__list li {
  margin: 0 0 10px;
  white-space: initial;
}

.tutor-test__item__bottom {
  border-top: 2px solid #F5F5F5;
  padding: 20px 20px;
  text-align: center;
}

.tutor-test__item__bottom a span {
  color: #F39C12;
  margin-right: 5px;
}

.tutor-test__item__bottom a .icon {
  margin-left: 10px;
  width: 16px;
  height: 18px;
}



.star-rating {
  display: flex;
  align-items: center;
  font-size: 21px;
  justify-content: center;
}

.back-stars {
  display: flex;
  color: #ccc;
  position: relative;
  margin-right: 3px;
}

.front-stars {
  display: flex;
  color: #FFBC0B;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all .5s
}

.tutor-aside__video {
  position: relative;
  width: 100%;
  height: 260px;
  max-height: 260px;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.tutor-aside__video .video {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;

  /* -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute; */
}

.tutor-aside__video .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.video_play {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(243, 156, 18, .4);
  border-radius: 50%;
  cursor: pointer;
  padding: 10px 20px;
  border: none;
  transition: transform 0.3s ease-in-out;
}

.video_play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.video_play .icon {
  width: 28px;
  height: 37px;
  fill: white;
}