/**
 * consult list
 */
h2 {
  margin: 0.5em 0 0.5em 0;
}
@media screen and (max-width: 480px) {
  h2 {
    margin: 1em 10px 0px 10px;
  }
}

h4 {
  color: #585858;
  font-size: 20px;
}

.consult__form {
  margin: 20px 0;
}

.consult__form label {
  display: inline-block;
  width: 130px;
  text-align: right;
  margin-right: 10px;
}

.consult__form input {
  width: 300px;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #009ee150;
  font-size: 20px;
  padding-left: 1em;
}

.consult__form input::placeholder {
  color: #ccc;
}

.consult__form input:focus::placeholder {
  color: transparent;
}

.consult__form-group {
  margin-bottom: 20px;
}

.expert__list li {
  list-style: none;
  background: #e50a7e20;
  margin: 10px 0px;
  width: 48%;
  margin-right: 2%;
  float: left;
}
.expert__list .theme__list {
  background: #009ee150;
  border-radius: 5px;
}
.expert__list .consult__theme li {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 10px;
  margin: 10px;
  width: 150px;
  font-size: 16px;
  color: #555;
}
.expert__list .consult__type {
  background: #01943750;
  padding: 1em;
  border-radius: 5px;
  margin-top: 1em;
  margin-bottom: 2em;
  display: flex;
}
.expert__list .consult__type input {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.expert__list .consult__type li {
  list-style: none;
  font-size: 14px;
  line-height: 30px;
  margin-right: 3em;
}
.expert__list .theme__list {
  margin: 1em 0;
  display: flex;
}
.expert__list .theme__image {
  width: 70px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
.expert__list .theme__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.expert__list .theme__item p {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.expert__list .expert__item {
  width: 100%;
  position: relative;
  padding: 1em;
  border-radius: 5px;
  background-color: #f2f2f2;
}
.expert__list .expert__desc {
  padding: 0 1em;
  width: 50%;
}
.expert__list .expert__desc p {
  line-height: 16px;
  margin: 4px 0;
  /*background: #e50a7e20;*/
  border-radius: 5px;
  color: #444;
}
.expert__list .expert__image {
  background: #0005;
  height: 180px;
  width: 180px;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}
.expert__list .expert__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.expert__list .expert__desc .expert__name {
  font-size: 20px;
  margin: 0 0 1em 0;
}
.expert__list .expert__post {
  height: 2.3em;
  font-size: 18px;
}
.expert__list .expert__price {
  padding: 1em 0.5em;
  line-height: 40px;
  width: 80px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #bd0365;
  border-radius: 10px;
  background: #e50a7e20;
  margin: 0 0.5em;
}
.expert__list .expert__btn {
  line-height: 80px;
  width: 100px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #777;
  border-radius: 10px;
}
.expert__list .expert__btn .expert-btn {
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e60a7e;
  background-color: #fc4daa;
  color: #fff;
  font-size: 14px;
  width: 90%;
}
.expert__list .expert__btn button {
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e60a7e;
  background-color: #fc4daa;
  color: #fff;
  font-size: 14px;
  width: 90%;
}
.expert__list .btn-pay {
  padding: 10px;
  background: #019437;
  color: #fff;
  border: none;
  text-transform: uppercase;
  border-radius: 5px;
  margin: 1em;
}
.expert__list .expert-price {
  border: 1px solid #ccc;
  padding: 10px;
  display: inline-block;
  height: 44px;
  border-radius: 5px;
  font-size: 20px;
}
.expert__list .expert__main {
  display: flex;
}
.expert__list .expert__bottom {
  margin-top: 10px;
  height: 60px;
}
.expert__list .expert__digit {
  font-weight: 700;
  font-size: 20px;
  vertical-align: middle;
}
.expert__list .expert__desc {
  padding-top: 14px;
}
.expert__list .expert__city {
  color: #898989 !important;
  font-weight: bold;
}
.expert__list .expert__review-count {
  color: #999;
  margin-left: 10px;
}
.expert__list .expert__button .expert-btn {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  margin: 5px auto;
  color: #fff;
  background-color: #009ee1;
  border: none;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  .expert__list li {
    list-style: none;
    background: #e50a7e20;
    margin: 10px 2%;
    width: 96%;
    float: left;
  }
  .expert__list .expert__image {
    background: #0005;
    width: 100%;
    height: 250px;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .expert__list .expert__desc {
    padding: 0 0 !important;
  }
  .expert__list .expert__main {
    display: block;
  }
  .expert__list .expert__name {
    font-size: 16px;
    margin: 0 0 1em 0;
  }
  .expert__list .expert__desc {
    padding: 0 1em;
    width: 70%;
  }
}

/**
 * consult detail
 */
.consult__detail {
  display: flex;
}
@media screen and (max-width: 480px) {
  .consult__detail {
    display: block;
  }
}
.consult__detail .consult__form {
  margin: 20px 0;
}
.consult__detail .consult__form label {
  display: inline-block;
  width: 130px;
  text-align: right;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .consult__detail .consult__form label {
    text-align: left;
  }
}
.consult__detail .consult__form input {
  width: 300px;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #009ee150;
  font-size: 20px;
  padding-left: 1em;
}
.consult__detail .consult__form input::placeholder {
  color: #ccc;
}
.consult__detail .consult__form input:focus::placeholder {
  color: transparent;
}
.consult__detail .consult__form-group {
  margin-bottom: 20px;
}
.consult__detail .consult__expert li {
  list-style: none;
  background: #e50a7e20;
  margin: 1em 1%;
  width: 48%;
  float: left;
}
.consult__detail .theme__list {
  background: #009ee150;
  border-radius: 5px;
}
.consult__detail .consult__theme li {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 10px;
  margin: 10px;
  width: 150px;
  font-size: 12px;
  color: #555;
}
.consult__detail .consult__type {
  background: #01943750;
  padding: 8px 20px;
  border-radius: 5px;
  margin-top: 0px;
  margin-bottom: 2em;
  width: 300px;
  display: inline-block;
}
.consult__detail .consult__type input {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.consult__detail .consult__type li {
  list-style: none;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  margin-right: 1em;
}
.consult__detail .theme__list {
  margin: 1em 0;
  display: flex;
}
.consult__detail .expert__image {
  text-align: center;
  margin: 0 auto;
}
.consult__detail .theme__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.consult__detail .theme__item p {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.consult__detail .expert__item {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 1em 0;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  .consult__detail .expert__item {
    display: block;
    width: 96%;
    margin: 0 2%;
  }
}
.consult__detail .expert__desc {
  padding: 0 20px;
  width: 58%;
}
@media screen and (max-width: 480px) {
  .consult__detail .expert__desc {
    width: 100%;
    padding: 0px;
  }
}
.consult__detail li .expert__desc p {
  line-height: 16px;
  margin: 4px 0;
  background: #e50a7e20;
  border-radius: 5px;
  color: #444;
}
.consult__detail .expert__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.consult__detail .expert__price {
  padding: 1em 0.5em;
  line-height: 40px;
  width: 80px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #bd0365;
  border-radius: 10px;
  background: #e50a7e20;
  margin: 0 0.5em;
}
.consult__detail .expert__btn {
  line-height: 80px;
  width: 100px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #777;
  border-radius: 10px;
}
.consult__detail .expert__btn button {
  margin-left: 0px;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e60a7e;
  background-color: #fc4daa;
  color: #fff;
  font-size: 14px;
  width: 90%;
}
.consult__detail .btn-pay {
  padding: 10px;
  background: #019437;
  color: #fff;
  border: none;
  text-transform: uppercase;
  border-radius: 5px;
  margin: 1em 0px;
}
.consult__detail .expert__detail .expert__name {
  font-size: 24px;
  color: #444;
}
.consult__detail .expert__city {
  line-height: 10px;
}
.consult__detail .expert__detail .expert__post {
  font-size: 18px;
  padding-bottom: 22px;
}
.consult__detail .expert__detail .expert__image {
  background: #0005;
  height: 250px;
  width: 250px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 3px;
}
@media screen and (max-width: 480px) {
  .consult__detail .expert__detail .expert__image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.consult__detail .consult-wrap {
  display: flex;
}
.consult__detail .consult-left {
  width: 750px;
}
@media screen and (max-width: 480px) {
  .consult__detail .consult-left {
    width: 100%;
    padding: 2%;
  }
}
.consult__detail .consult-right {
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .consult__detail .consult-right {
    padding-left: 0px;
  }
}
.consult__detail .reviews {
  border-radius: 5px;
  width: 340px;
  background: #fecc3217;
  height: 100%;
  padding-top: 20px;
  background-image: url(https://www.geograftour.com/media/easy_thumbnails/uploads/employee/govoruxina.jpg.240x280_q85_crop_upscale.jpg) url(/static/index/img/logo.png);
  background-size: 100px 100px, 80px 80px;
  background-position: 0px 10px, 100px 100px;
}
@media screen and (max-width: 480px) {
  .consult__detail .reviews {
    width: 100%;
  }
}
.consult__detail .reviews h3 {
  color: #e50a7e;
  padding-left: 20px;
  text-transform: uppercase;
}
.consult__detail .reviews li {
  list-style: none;
  padding: 5px 20px;
}
.consult__detail .comment-overflow {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}
.consult__detail .expert__rating {
  display: inline-block;
  margin-right: 10px;
}
.consult__detail .expert-price {
  border: 1px solid #999;
  display: inline-block;
  padding: 10px;
  font-size: 22px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 5px;
  height: 42px;
}
.consult__detail .expert__digit {
  font-weight: 700;
  font-size: 20px;
  vertical-align: middle;
  color: #d9b960;
}
.consult__detail .expert__experience {
  padding-bottom: 5px;
}
.consult__detail .expert__overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}
.consult__detail .expert__images img {
  height: 140px;
  border-radius: 3px;
}
@media screen and (max-width: 480px) {
  .consult__detail .expert__images img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
}
.consult__detail .expert__images h3 {
  margin-bottom: 5px;
  color: #777;
}
.consult__detail .expert__info-text {
  color: #333;
  margin: 1em 0;
}
.consult__detail .expert__info-text h3 {
  font-size: 20px;
  margin: 0.5em 0;
  color: #61876f;
}

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