.n-container {
  max-width: 287px;
  margin: 0 auto;
}
@media screen and (min-width: 390px) {
  .n-container {
    max-width: 358px;
  }
}
@media screen and (min-width: 768px) {
  .n-container {
    max-width: 735px;
  }
}
@media screen and (min-width: 1280px) {
  .n-container {
    max-width: 1160px;
  }
}
@media screen and (min-width: 1440px) {
  .n-container {
    max-width: 1280px;
  }
}
.n-container--main {
  max-width: 287px;
  margin: 0 auto;
}
@media screen and (min-width: 390px) {
  .n-container--main {
    max-width: 358px;
  }
}
@media screen and (min-width: 768px) {
  .n-container--main {
    max-width: 735px;
  }
}
@media screen and (min-width: 1280px) {
  .n-container--main {
    max-width: 1130px;
  }
}
@media screen and (min-width: 1440px) {
  .n-container--main {
    max-width: 1280px;
  }
}
.n-container--faq {
  max-width: 287px;
  margin: 0 auto;
}
@media screen and (min-width: 390px) {
  .n-container--faq {
    max-width: 358px;
  }
}
@media screen and (min-width: 768px) {
  .n-container--faq {
    max-width: 735px;
  }
}
@media screen and (min-width: 1280px) {
  .n-container--faq {
    max-width: 1130px;
  }
}
@media screen and (min-width: 1440px) {
  .n-container--faq {
    max-width: 1302px;
  }
}
.n-container--experts-detail {
  max-width: 287px;
  margin: 0 auto;
}
@media screen and (min-width: 390px) {
  .n-container--experts-detail {
    max-width: 358px;
  }
}
@media screen and (min-width: 768px) {
  .n-container--experts-detail {
    max-width: 735px;
  }
}
@media screen and (min-width: 1280px) {
  .n-container--experts-detail {
    max-width: 1120px;
  }
}
@media screen and (min-width: 1440px) {
  .n-container--experts-detail {
    max-width: 1280px;
  }
}

.breads {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-left: 12px;
  letter-spacing: 0.004em;
  background: left center/auto 68% no-repeat url("../img/arrow-breadcrumbs-back.svg");
}
.breads a {
  color: #0B0B0B;
  text-decoration: none;
}

.icon {
  padding-left: 20px;
  background: left center/auto 13px no-repeat;
}
.icon--count {
  background-image: url("../img/team-card-man.svg");
}
.icon--time {
  background-image: url("../img/team-card-clock.svg");
}
.icon--place {
  background-image: url("../img/team-card-place.svg");
}
.icon--network {
  background-image: url("../img/team-status.svg");
}
.icon--world {
  background-image: url("../img/world.svg");
}

.button-action {
  padding: 0;
  width: 308px;
  height: 54px;
  border-radius: 30px;
  border: 3px solid #D84E52;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
  .button-action {
    width: 278px;
  }
}
@media screen and (max-width: 1279px) {
  .button-action {
    width: 308px;
  }
}
@media screen and (max-width: 767px) {
  .button-action {
    width: 268px;
    height: 48px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.button-action--red {
  color: #ffffff;
  background-color: #D84E52;
}
.button-action--white {
  color: #D84E52;
  background-color: #ffffff;
}

.table-row {
  display: flex;
}

.partners {
  padding-top: 2rem;
  background-color: #F6F6F6;
}
.partners h2 {
  text-align: center;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .partners h2 {
    font-size: 18px;
  }
}
.partners__card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .partners__card {
    flex: 0 0 46.8%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .partners__card {
    flex: 0 0 80%;
  }
}
.partners__card-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .partners__card-wrapper {
    justify-content: center;
  }
}
.partners__card-header {
  padding: 27px 27px 13px 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .partners__card-header {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .partners__card-logo {
    flex: 0 0 100%;
  }
}
.partners__card-rating {
  display: flex;
  flex: 0 0 200px;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .partners__card-rating {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 389px) {
  .partners__card-rating {
    padding: 0 30px;
  }
}
.partners__card-rating__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 23px;
  width: 55px;
}
.partners__card-rating__item img {
  width: 21px;
  max-width: 21px;
}
.partners__card-rating__item-value {
  font-size: 18px;
}
.partners__card-body {
  padding: 27px 30px 10px 30px;
  background-color: #F6F6F6;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #0B0B0B;
  letter-spacing: 0.001em;
  margin-bottom: 16px;
  flex: 1 0 auto;
}
.partners__card-body-title {
  text-align: center;
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 9px;
}
.partners__card-body-tags {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partners__card-footer {
  margin-bottom: 17px;
}
.partners__card-logo img {
  width: 100%;
}
.tag-p {
  text-align: center;
  color: #A2A2A2;
  border: 2px solid #A2A2A2;
  border-radius: 44px;
  padding: 3px 0;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  line-height: 13px;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (min-width: 1025px) and (max-width: 1248px) {
  .tag-p--3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .tag-p--3 {
    flex: 0 0 32%;
  }
}
@media screen and (max-width: 767px) {
  .tag-p--3 {
    flex: 0 0 49%;
    font-size: 12px;
    padding: 1px 0;
  }
}
.tag-p--2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  line-height: 13px;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .tag-p--2 {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 767px) {
  .tag-p--2 {
    flex: 0 0 49%;
    font-size: 12px;
    padding: 1px 0;
  }
}
.tag-p--small {
  flex: 0 0 40%;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 12px;
  line-height: 16px;
  max-height: 27px;
}

.button-p--like {
  background-image: url("../img/partners/like.svg");
  background-position: 96% center;
  background-repeat: no-repeat;
}
.button-p--center {
  margin: 0 auto;
}
.button-p--red {
  color: #EFEFEF;
  background-color: #D84E52;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.button-p--red__border {
  color: #D84E52;
  background-color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #D84E52;
}
.button-p--detail {
  text-decoration: none;
  display: block;
  border-radius: 44px;
  width: 233px;
  height: 42px;
}
.button-p--detail:hover {
  text-decoration: none;
}
.button-p--click {
  display: block;
  border-radius: 44px;
  width: 233px;
  height: 42px;
  border: none;
}
.button-p--large {
  width: 314px;
  font-size: 16px;
}
@media screen and (max-width: 400px) {
  .button-p--large {
    width: 264px;
  }
}
.button-p--medium {
  width: 200px;
  font-size: 14px;
}
@media screen and (max-width: 400px) {
  .button-p--medium {
    width: 264px;
  }
}
.button-p--arrow {
  background: #D84E52 no-repeat 90%/19px url("../img/partners/arrow-down-white.svg");
}
@media screen and (max-width: 400px) {
  .button-p--arrow {
    background-position: 95%;
  }
}
.button-p--arrow-end {
  background: #D84E52 no-repeat 96%/15px url("../img/partners/arrow-down-white.svg");
  text-align: left;
}
@media screen and (max-width: 400px) {
  .button-p--arrow-end {
    background-position: 95%;
    text-align: center;
  }
}
.button-p.collapsed {
  border-radius: 20px 20px 0 0;
}

.partners-detail {
  margin-top: 22px;
}
.partners-detail__item-cards {
  margin-bottom: 60px;
}
.partners-detail .mobile-wrapper__logo {
  flex: 0 0 50%;
}
.partners-detail .mobile-wrapper__actions {
  flex: 0 0 50%;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .partners-detail .mobile-wrapper__actions {
    display: flex;
    flex-direction: column;
  }
  .partners-detail .mobile-wrapper__actions .button-p {
    order: 3;
  }
}
.partners-detail .mobile-wrapper__actions button {
  position: relative;
  margin-top: 10px;
  text-align: left;
  padding-left: 13px;
}
.partners-detail .mobile-wrapper__actions button.js-company-like {
  background-size: 29px;
}
.partners-detail .mobile-wrapper__actions button span {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  color: #D84E52;
  right: 1px;
  top: 13px;
}
.partners-detail .mobile-wrapper__expertise {
  flex: 0 0 100%;
}
.partners-detail__info-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 72px;
  margin-bottom: 72px;
}
.partners-detail__info-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 86%;
  margin: 11px auto 29px;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .partners-detail__info-contacts {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .partners-detail__info-contacts {
    width: 100%;
    justify-content: space-evenly;
  }
}
.partners-detail__info-detail {
  flex: 0 0 32.5%;
}
@media screen and (min-width: 1025px) {
  .partners-detail__info-detail {
    max-width: 412px;
  }
}
@media screen and (max-width: 1025px) {
  .partners-detail__info-detail {
    flex: 0 0 100%;
  }
}
.partners-detail__info-company {
  background: white;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  padding: 26px 20px 10px;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .partners-detail__info-company {
    display: flex;
    flex-wrap: wrap;
  }
}
.partners-detail__info-logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .partners-detail__info-logo img {
    width: 254px;
  }
}
.partners-detail__info-rating {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 263px;
  margin: 35px auto;
}
@media screen and (max-width: 767px) {
  .partners-detail__info-rating {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 389px) {
  .partners-detail__info-rating {
    padding: 0 30px;
  }
}
.partners-detail__info-rating__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 23px;
  width: 55px;
}
.partners-detail__info-rating__item img {
  width: 26px;
  max-width: 26px;
}
.partners-detail__info-rating__item-value {
  font-size: 18px;
}
.partners-detail__info-title {
  margin-top: 26px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #0B0B0B;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .partners-detail__info-title {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .partners-detail__info-title {
    font-size: 16px;
  }
}
.partners-detail__info-link {
  padding-left: 3px;
}
.partners-detail__info-link a {
  color: #D84E52;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .partners-detail__info-link a {
    font-size: 16px;
  }
}
.partners-detail__info-social {
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .partners-detail__info-social img {
    width: 32px;
  }
}
.partners-detail__info-tags {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-bottom: 8px;
  overflow: hidden;
}
.partners-detail__info-tags[data-show="4"] {
  height: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .partners-detail__info-tags[data-show="4"] {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .partners-detail__info-tags[data-show="4"] {
    height: 119px;
  }
}
.partners-detail__info-tags.small {
  justify-content: center;
  margin-top: 0;
}
.partners-detail__info-tags.small[data-show="4"] {
  height: 80px;
}
.partners-detail__info-tags .tag-p--2 {
  max-height: 34px;
}
@media screen and (max-width: 1279px) {
  .partners-detail__info-tags .tag-p--2 {
    flex: 0 0 147px;
  }
}
@media screen and (max-width: 767px) {
  .partners-detail__info-tags .tag-p--2 {
    flex: 0 0 48%;
  }
}
.partners-detail__info-tags .tag-p--small {
  max-height: 26px;
}
@media screen and (max-width: 767px) {
  .partners-detail__info-tags .tag-p--small {
    max-height: 22px;
  }
}
.partners-detail__info-more {
  height: 35px;
  text-align: center;
  background-image: url("../img/partners/arrow-down.svg");
  background-position: center bottom;
  cursor: pointer;
  color: #A2A2A2;
  font-weight: 500;
  font-size: 16px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .partners-detail__info-more {
    font-size: 12px;
  }
}
.partners-detail__info-more.small {
  font-size: 12px;
}
.partners-detail__info-expert {
  margin-top: 29px;
  background: #FFFFFF;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  padding: 20px 20px 10px;
}
.partners-detail__info-expert .expert-card__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .partners-detail__info-expert .expert-card__wrapper .button-p--center {
    margin: unset;
  }
}
.partners-detail__info-expert .expert-card__photo {
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1248px) {
  .partners-detail__info-expert .expert-card__photo {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .partners-detail__info-expert .expert-card__photo {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .partners-detail__info-expert .expert-card__photo {
    flex: 0 0 100%;
    text-align: center;
  }
}
.partners-detail__info-expert .expert-card__photo-rating {
  position: absolute;
  background-color: #ffffff;
  border-radius: 44px;
  width: 104px;
  height: 46px;
  right: -60px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 7px;
}
@media screen and (max-width: 1247px) {
  .partners-detail__info-expert .expert-card__photo-rating {
    right: 30px;
  }
}
@media screen and (max-width: 1025px) {
  .partners-detail__info-expert .expert-card__photo-rating {
    right: -60px;
  }
}
@media screen and (max-width: 767px) {
  .partners-detail__info-expert .expert-card__photo-rating {
    right: 0;
    width: 77px;
    height: 35px;
  }
}
.partners-detail__info-expert .expert-card__photo-rating__value {
  font-weight: 500;
  font-size: 22px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .partners-detail__info-expert .expert-card__photo-rating__value {
    font-size: 18px;
  }
}
.partners-detail__info-expert .expert-card__photo-rating img {
  max-width: 31px;
}
@media screen and (max-width: 767px) {
  .partners-detail__info-expert .expert-card__photo-rating img {
    max-width: 21px;
  }
}
.partners-detail__info-expert .expert-card__photo img {
  border-radius: 50%;
}
@media screen and (min-width: 1025px) {
  .partners-detail__info-expert .expert-card__photo img {
    width: 138px;
  }
}
.partners-detail__info-expert .expert-card__name {
  margin-top: 15px;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.01em;
  color: black;
}
@media screen and (min-width: 1025px) {
  .partners-detail__info-expert .expert-card__name {
    max-width: 217px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1248px) {
  .partners-detail__info-expert .expert-card__name {
    max-width: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .partners-detail__info-expert .expert-card__name {
    max-width: 309px;
  }
}
@media screen and (max-width: 1025px) {
  .partners-detail__info-expert .expert-card__name {
    max-width: 309px;
    margin: 0 auto;
  }
}
.partners-detail__info-expert .expert-card__name-desc {
  padding-top: 13px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  color: black;
}
@media screen and (min-width: 1025px) {
  .partners-detail__info-expert .expert-card .button-p {
    flex: 0 0 100%;
  }
}
.partners-detail__info-description {
  flex: 0 0 64.5%;
  align-self: flex-start;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #0B0B0B;
  padding: 30px 35px 20px;
}
@media screen and (max-width: 1025px) {
  .partners-detail__info-description {
    flex: 0 0 100%;
    margin-top: 30px;
  }
}
.partners-detail__info-name {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: black;
  padding-bottom: 16px;
}
.partners-detail__info-text {
  margin-bottom: 20px;
}
.partners-detail__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0.04em;
  color: #0B0B0B;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.partners-detail__awards-wrapper {
  margin-bottom: 78px;
}
.partners-detail__awards-cards .award-cart {
  display: flex;
  flex-direction: column;
  background: #F6F6F6;
  box-shadow: 0 0 8px 2px rgba(196, 196, 196, 0.35);
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  padding: 25px;
  justify-content: space-evenly;
}
.partners-detail__awards-cards .award-cart__logo {
  text-align: center;
  margin-bottom: 30px;
}
.partners-detail__awards-cards .award-cart__logo img {
  width: unset;
  display: initial;
}
.partners-detail__awards-cards .award-cart__desc {
  text-align: center;
  font-size: 18px;
  color: #0B0B0B;
  line-height: 31px;
}

.experts {
  padding-top: 2rem;
  background-color: #F6F6F6;
}
@media screen and (max-width: 1279px) {
  .experts {
    padding-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .experts {
    padding-top: 14px;
  }
}
.experts h2 {
  text-align: center;
  margin-top: 11px;
  margin-bottom: 46px;
}
@media screen and (max-width: 1439px) {
  .experts h2 {
    margin-top: 11px;
  }
}
@media screen and (max-width: 1279px) {
  .experts h2 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 26px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .experts h2 {
    font-size: 18px;
  }
}
.experts__card {
  flex: 0 0 459px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  margin-bottom: 72px;
  max-width: 448px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
}
@media screen and (max-width: 1439px) {
  .experts__card {
    flex: 0 0 446px;
  }
}
@media screen and (max-width: 1279px) {
  .experts__card {
    flex: 0 0 350px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .experts__card {
    flex: 0 0 100%;
  }
}
.experts__card-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 1279px) {
  .experts__card-wrapper {
    justify-content: space-between;
  }
}
.experts__card-header {
  padding: 27px 27px 13px 27px;
  display: flex;
}
.experts__card-body {
  background-color: #fff;
  margin-top: 400px;
  padding: 18px 30px 10px 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #0B0B0B;
  letter-spacing: 0.001em;
  flex: 1 0 auto;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media screen and (max-width: 1279px) {
  .experts__card-body {
    padding: 18px 19px 10px 18px;
  }
}
@media screen and (max-width: 767px) {
  .experts__card-body {
    padding: 18px 11px 10px 9px;
  }
}
.experts__card-body-logo {
  position: absolute;
  width: 69px;
  left: 14px;
  top: 10px;
}
.experts__card-body-logo img {
  width: 69px;
}
.experts__card-body-rating {
  position: absolute;
  background-color: #ffffff;
  border-radius: 44px;
  width: 77px;
  height: 35px;
  right: 13px;
  top: 17px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 7px;
}
.experts__card-body-rating__value {
  font-weight: 500;
  font-size: 18px;
  box-sizing: border-box;
}
.experts__card-body-rating img {
  width: 26px;
}
.experts__card-body-fio {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.01em;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.experts__card-body-title {
  text-align: center;
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 9px;
}
.experts__card-body-tags {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.experts__card-footer {
  margin-bottom: 17px;
}
@media screen and (max-width: 1279px) {
  .experts__card-footer .button-p--large {
    width: 100%;
  }
}
.experts__card-footer button {
  margin-top: 12px;
}
.experts__card-logo img {
  width: 100%;
}
.experts__actions {
  background-color: #D84E52;
  color: white;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 314px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  display: none;
}
@media screen and (max-width: 767px) {
  .experts__actions {
    width: 100%;
  }
}
.experts__actions-item {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid white;
  width: 80%;
  margin: 0 auto;
  cursor: pointer;
}
.experts__actions-item:last-child {
  border-bottom: none;
  padding-bottom: 20px;
  cursor: pointer;
}

.experts-detail {
  padding-bottom: 80px;
  padding-top: 25px;
}
@media screen and (max-width: 1279px) {
  .experts-detail {
    padding-top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .experts-detail .article-card {
    margin: 0 auto;
    max-width: 375px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.experts-detail__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0.04em;
  color: #0B0B0B;
  margin-top: 80px;
  margin-bottom: 40px;
}
.experts-detail__button-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .experts-detail__button-wrapper {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .experts-detail__button-wrapper {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .experts-detail__button-wrapper {
    justify-content: center;
  }
}
.experts-detail__button-wrapper button {
  position: relative;
  margin-top: 10px;
  text-align: left;
  padding-left: 13px;
}
@media screen and (max-width: 1439px) {
  .experts-detail__button-wrapper button {
    width: 190px;
    font-size: 12px;
    height: 37px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .experts-detail__button-wrapper button {
    width: 100% !important;
    height: 41px;
    font-size: 16px;
    text-align: center !important;
  }
}
.experts-detail__button-wrapper button.js-expert-like {
  background-size: 29px;
}
@media screen and (max-width: 1439px) {
  .experts-detail__button-wrapper button.js-expert-like {
    background-size: 22px;
    background-position: 94% center;
  }
}
@media screen and (max-width: 400px) {
  .experts-detail__button-wrapper button {
    text-align: center;
  }
}
.experts-detail__button-wrapper button span {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  color: #D84E52;
  right: 1px;
  top: 13px;
}
@media screen and (max-width: 768px) {
  .experts-detail__button-wrapper button span {
    right: 6px;
    top: 13px;
    font-size: 13px;
  }
}
.experts-detail__item-cards {
  margin-bottom: 60px;
}
.experts-detail .mobile-wrapper__fio {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  flex: 0 0 100%;
  text-align: center;
  color: black;
  margin-top: 13px;
  margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .experts-detail .mobile-wrapper__fio {
    display: none;
  }
}
.experts-detail .mobile-wrapper__actions {
  height: 122px;
  margin-top: -122px;
  flex: 0 0 50%;
  background: #F6F6F6;
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .experts-detail .mobile-wrapper__actions {
    order: 2;
    margin-top: 25px;
  }
  .experts-detail .mobile-wrapper__actions .experts-detail__info-title {
    display: block;
    flex: 0 0 148px;
    text-align: left;
  }
}
@media screen and (max-width: 389px) {
  .experts-detail .mobile-wrapper__actions .experts-detail__info-title {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .experts-detail .mobile-wrapper__actions {
    display: flex;
    flex-direction: column;
  }
}
.experts-detail .mobile-wrapper__expertise {
  flex: 0 0 100%;
}
@media screen and (max-width: 767px) {
  .experts-detail .mobile-wrapper__expertise {
    z-index: 1;
    margin-top: -67px;
    background-color: white;
  }
  .experts-detail .mobile-wrapper__expertise .experts-detail__info-more.js-more {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .experts-detail .mobile-wrapper__expertise.mobile {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .experts-detail .mobile-wrapper__expertise.mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .experts-detail .mobile-wrapper__expertise.mobile.outside {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .experts-detail .mobile-wrapper__expertise.mobile.outside {
    background-color: transparent;
    margin-top: 0;
    display: block;
  }
  .experts-detail .mobile-wrapper__expertise.mobile.outside .experts-detail__info-title {
    display: block;
  }
  .experts-detail .mobile-wrapper__expertise.mobile.outside .experts-detail__info-tags {
    height: unset;
    display: flex;
    margin-bottom: 30px;
  }
  .experts-detail .mobile-wrapper__expertise.mobile.outside .experts-detail__info-tags .tag-p.tag-p--2 {
    line-height: 10px;
    max-height: 26px;
    flex: 0 0 47%;
  }
}
.experts-detail .mobile-wrapper__expertise .experts__actions {
  background-color: #D84E52;
  color: white;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 200px;
  margin: unset;
  margin-left: auto;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .experts-detail .mobile-wrapper__expertise .experts__actions {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 400px) {
  .experts-detail .mobile-wrapper__expertise .experts__actions {
    width: 264px;
  }
}
@media screen and (max-width: 767px) {
  .experts-detail .mobile-wrapper__expertise .experts__actions {
    margin: 0 auto;
  }
}
.experts-detail .mobile-wrapper__expertise .experts__actions-item {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid white;
  width: 80%;
  margin: 0 auto;
  cursor: pointer;
}
.experts-detail .mobile-wrapper__expertise .experts__actions-item:last-child {
  border-bottom: none;
  padding-bottom: 20px;
  cursor: pointer;
}
.experts-detail__info-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 72px;
  margin-bottom: 72px;
}
@media screen and (max-width: 1279px) {
  .experts-detail__info-wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .experts-detail__info-wrapper {
    max-width: 375px;
    margin: 47px auto;
  }
}
.experts-detail__info-partner {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .experts-detail__info-partner {
    flex: 0 0 100%;
  }
}
.experts-detail__info-partner-logo {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .experts-detail__info-partner-logo {
    text-align: center;
    margin-top: 11px;
  }
}
.experts-detail__info-partner-logo img {
  height: 41px;
}
.experts-detail__info-partner-rating {
  display: flex;
  flex: 1 0 auto;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .experts-detail__info-partner-rating {
    padding: 0 60px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 389px) {
  .experts-detail__info-partner-rating {
    padding: 0 30px;
  }
}
.experts-detail__info-partner-rating__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 23px;
  width: 55px;
}
.experts-detail__info-partner-rating__item img {
  width: 21px;
  max-width: 21px;
}
.experts-detail__info-partner-rating__item-value {
  font-size: 18px;
}
.experts-detail__info-contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 86%;
  flex: 0 0 50%;
}
@media screen and (max-width: 1279px) {
  .experts-detail__info-contacts {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .experts-detail__info-contacts {
    flex: 0 0 44%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 389px) {
  .experts-detail__info-contacts {
    margin-top: 20px;
    justify-content: center;
    flex: 0 0 100%;
  }
}
.experts-detail__info-detail {
  flex: 0 0 32.5%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 1439px) {
  .experts-detail__info-detail {
    flex: 0 0 397px;
  }
}
@media screen and (max-width: 767px) {
  .experts-detail__info-detail {
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.09);
    border-radius: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .experts-detail__info-detail {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .experts-detail__info-detail {
    flex: 0 0 100%;
  }
}
.experts-detail__info-detail-mobile {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .experts-detail__info-detail-mobile {
    display: flex;
    flex: 0 0 100%;
    max-height: 251px;
    overflow: hidden;
  }
  .experts-detail__info-detail-mobile .detail-mobile__photo {
    position: relative;
  }
  .experts-detail__info-detail-mobile .detail-mobile__photo .experts-detail__info-company-image-rating {
    right: -30px;
  }
  .experts-detail__info-detail-mobile .detail-mobile__photo img {
    width: 251px;
  }
  .experts-detail__info-detail-mobile .detail-mobile__info {
    flex: 1 0 auto;
    padding: 15px;
  }
  .experts-detail__info-detail-mobile .detail-mobile__info .experts__actions {
    margin-left: calc(50% + 8px);
    width: 200px;
  }
  .experts-detail__info-detail-mobile .detail-mobile__fio {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.01em;
    color: black;
  }
  .experts-detail__info-detail-mobile .detail-mobile__buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) and (max-width: 1279px) {
  .experts-detail__info-detail-mobile .detail-mobile__buttons {
    margin-top: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .experts-detail__info-detail-mobile .detail-mobile__buttons button {
    position: relative;
    margin-top: 10px;
    text-align: left;
    padding-left: 13px;
  }
  .experts-detail__info-detail-mobile .detail-mobile__buttons button.js-expert-like {
    background-size: 29px;
  }
  .experts-detail__info-detail-mobile .detail-mobile__buttons button span {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #D84E52;
    right: 1px;
    top: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .experts-detail__info-detail-mobile .detail-mobile__buttons button:first-child {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .experts-detail__info-detail-mobile .detail-mobile__contacts {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .experts-detail__info-detail-mobile .detail-mobile__partner {
    margin-top: 25px;
    margin-right: 20px;
  }
  .experts-detail__info-detail-mobile .detail-mobile__partner img {
    width: 100%;
  }
  .experts-detail__info-detail-mobile .detail-mobile__partner-wrapper {
    display: flex;
    align-items: center;
  }
}
.experts-detail__info-company {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .experts-detail__info-company {
    display: flex;
    flex-direction: column;
  }
}
.experts-detail__info-company-image {
  position: relative;
  border-radius: 30px;
}
.experts-detail__info-company-image-rating {
  position: absolute;
  background-color: #ffffff;
  border-radius: 44px;
  width: 104px;
  height: 46px;
  right: 14px;
  top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 7px;
}
@media screen and (max-width: 767px) {
  .experts-detail__info-company-image-rating {
    width: 77px;
    height: 35px;
  }
}
.experts-detail__info-company-image-rating__value {
  font-weight: 500;
  font-size: 22px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .experts-detail__info-company-image-rating__value {
    font-size: 18px;
  }
}
.experts-detail__info-company-image-rating img {
  max-width: 31px;
}
@media screen and (max-width: 767px) {
  .experts-detail__info-company-image-rating img {
    max-width: 21px;
  }
}
.experts-detail__info-company-image img {
  border-radius: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .experts-detail__info-company {
    display: flex;
    flex-wrap: wrap;
  }
}
.experts-detail__info-logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .experts-detail__info-logo img {
    width: 254px;
  }
}
.experts-detail__info-rating {
  height: 95px;
}
.experts-detail__info-title {
  text-align: left;
  padding-left: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #0B0B0B;
  flex: 0 0 50%;
}
@media screen and (max-width: 1279px) {
  .experts-detail__info-title {
    flex: 0 0 300px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .experts-detail__info-title {
    display: none;
  }
}
.experts-detail__info-link {
  padding-left: 3px;
}
.experts-detail__info-link a {
  color: #D84E52;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .experts-detail__info-link a {
    font-size: 16px;
  }
}
.experts-detail__info-social {
  flex: 0 0 auto;
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .experts-detail__info-social {
    margin-left: 0;
    margin-right: 11px;
  }
  .experts-detail__info-social:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1279px) {
  .experts-detail__info-social img {
    width: 38px;
  }
}
@media screen and (max-width: 767px) {
  .experts-detail__info-social img {
    width: 42px;
  }
}
.experts-detail__info-tags {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-bottom: 8px;
  overflow: hidden;
}
.experts-detail__info-tags[data-show="4"] {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .experts-detail__info-tags[data-show="4"] {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .experts-detail__info-tags[data-show="4"] {
    height: 40px;
  }
}
.experts-detail__info-tags.small {
  justify-content: center;
  margin-top: 0;
}
.experts-detail__info-tags.small[data-show="4"] {
  height: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .experts-detail__info-tags .tag-p--2 {
    flex: 0 0 24%;
  }
}
.experts-detail__info-tags .tag-p--small {
  max-height: 26px;
}
@media screen and (max-width: 767px) {
  .experts-detail__info-tags .tag-p--small {
    max-height: 22px;
  }
}
.experts-detail__info-more {
  height: 35px;
  text-align: center;
  background-image: url("../img/partners/arrow-down.svg");
  background-position: center bottom;
  cursor: pointer;
  color: #A2A2A2;
  font-weight: 500;
  font-size: 16px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .experts-detail__info-more {
    font-size: 12px;
  }
}
.experts-detail__info-more.small {
  font-size: 12px;
}
.experts-detail__info-expert {
  margin-top: 29px;
  background: #FFFFFF;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  padding: 20px 20px 10px;
}
.experts-detail__info-expert .expert-card__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .experts-detail__info-expert .expert-card__wrapper .button-p--center {
    margin: unset;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1248px) {
  .experts-detail__info-expert .expert-card__photo {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .experts-detail__info-expert .expert-card__photo {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .experts-detail__info-expert .expert-card__photo {
    flex: 0 0 100%;
    text-align: center;
  }
}
.experts-detail__info-expert .expert-card__photo img {
  border-radius: 50%;
}
@media screen and (min-width: 1025px) {
  .experts-detail__info-expert .expert-card__photo img {
    width: 138px;
  }
}
.experts-detail__info-expert .expert-card__name {
  margin-top: 15px;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.01em;
  color: black;
}
@media screen and (min-width: 1025px) {
  .experts-detail__info-expert .expert-card__name {
    max-width: 217px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1248px) {
  .experts-detail__info-expert .expert-card__name {
    max-width: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .experts-detail__info-expert .expert-card__name {
    max-width: 309px;
  }
}
@media screen and (max-width: 1025px) {
  .experts-detail__info-expert .expert-card__name {
    max-width: 309px;
    margin: 0 auto;
  }
}
.experts-detail__info-expert .expert-card__name-desc {
  padding-top: 13px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  color: black;
}
@media screen and (min-width: 1025px) {
  .experts-detail__info-expert .expert-card .button-p {
    flex: 0 0 100%;
  }
}
.experts-detail__info-description {
  position: relative;
  flex: 0 0 64.5%;
  background: #FFFFFF;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #0B0B0B;
  padding: 15px 35px 20px;
}
@media screen and (max-width: 1439px) {
  .experts-detail__info-description {
    flex: 0 0 683px;
  }
}
@media screen and (max-width: 767px) {
  .experts-detail__info-description {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 42px 9px 19px;
  }
}
.experts-detail__info-description-more {
  text-align: center;
  background-image: url(../img/partners/arrow-down.svg);
  background-position: center bottom;
  cursor: pointer;
  color: #A2A2A2;
  font-weight: 500;
  font-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 793px;
  width: calc(100% - 70px);
  background-color: white;
  padding: 20px 0 15px 0;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .experts-detail__info-description-more {
    top: 757px;
  }
}
@media screen and (max-width: 464px) {
  .experts-detail__info-description-more {
    top: 818px;
  }
}
@media screen and (max-width: 389px) {
  .experts-detail__info-description-more {
    top: 859px;
  }
}
.experts-detail__info-description-more:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: #ffffff;
  left: 0;
  bottom: -20px;
}
.experts-detail__info-name {
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: black;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .experts-detail__info-name {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .experts-detail__info-name {
    display: none;
  }
}
.experts-detail__info-text {
  margin-bottom: 20px;
}
.experts-detail__info-quote {
  font-weight: 600;
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 133.9%;
}
@media screen and (max-width: 767px) {
  .experts-detail__info-quote {
    font-size: 16px;
    line-height: 133.9%;
  }
}
.experts-detail__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0.04em;
  color: #0B0B0B;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.experts-detail__review-wrapper {
  padding-bottom: 78px;
}
.experts-detail__review-cards .review-cart {
  display: flex;
  flex-direction: column;
  background: white;
  box-shadow: 0 0 8px 2px rgba(196, 196, 196, 0.35);
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  padding: 25px;
  justify-content: space-evenly;
  background-image: url("../img/partners/review-bg.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
}
.experts-detail__review-cards .review-cart__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: black;
  text-align: center;
  margin-bottom: 25px;
}
.experts-detail__review-cards .review-cart__text {
  font-weight: 400;
  font-size: 18px;
  color: #0B0B0B;
}
.experts-detail__review-cards .review-cart__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #0B0B0B;
  margin-left: auto;
}
.experts-detail__add-review {
  background: #FFFFFF;
  border-radius: 30px;
  display: flex;
  padding: 20px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08);
  background-image: url("../img/partners/dot-line-arrow.svg");
  background-position: left 150px;
  background-size: 48%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1025px) {
  .experts-detail__add-review {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .experts-detail__add-review {
    max-width: 375px;
    margin: 0 auto;
  }
}
.experts-detail__add-review .add-review__title {
  flex: 0 0 50%;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: black;
  text-align: center;
}
.experts-detail__add-review .add-review__title div {
  margin-bottom: 44px;
}
.experts-detail__add-review .add-review__title_image img {
  display: block;
}
@media screen and (max-width: 1025px) {
  .experts-detail__add-review .add-review__title_image img {
    display: none;
  }
}
.experts-detail__add-review .add-review__form {
  flex: 0 0 50%;
  padding: 14px;
  background-color: #FAEDED;
  border-radius: 30px;
}
.experts-detail__add-review .add-review__form textarea {
  border-radius: 16px;
  width: 100%;
  border: none;
  padding: 14px;
  margin-bottom: 14px;
}
.experts-detail__add-review .add-review__form input {
  border-radius: 30px;
  width: 100%;
  border: none;
  height: 48px;
  padding-left: 14px;
  margin-bottom: 22px;
}
.experts-detail__add-review .add-review__form button {
  width: 100%;
  border: none;
  background: #D84E52;
  border-radius: 30px;
  height: 48px;
  color: white;
  font-weight: 600;
  font-size: 18px;
}
.experts-detail .article-carousel .owl-item {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .contacts-container {
    display: flex;
    align-items: center;
  }
  .contacts-container .phone-mobile {
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 582px) {
  .contacts-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contacts-container .phone-mobile {
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 417px) {
  .contacts-container {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .contacts-container .phone-mobile {
    flex: 0 0 45%;
  }
}
@media screen and (max-width: 375px) {
  .contacts-container {
    flex: 0 0 43%;
    max-width: 43%;
  }
  .contacts-container .phone-mobile {
    flex: 0 0 45%;
  }
}

.favorite-icon {
  flex: auto;
}
@media screen and (max-width: 1007px) {
  .favorite-icon {
    flex: unset;
  }
}
@media screen and (max-width: 768px) {
  .favorite-icon {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .favorite-icon--mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .favorite-icon--mobile {
    display: block;
  }
}
.favorite-icon__wrapper {
  position: relative;
  width: 22px;
}
@media screen and (max-width: 1007px) {
  .favorite-icon__wrapper {
    width: 36px;
  }
  .favorite-icon__wrapper img {
    width: 36px;
  }
}
.favorite-icon__counter {
  width: 15px;
  height: 15px;
  position: absolute;
  right: -5px;
  bottom: -4px;
  background-color: #92181B;
  color: white;
  font-weight: bold;
  font-size: 10px;
  line-height: 15px;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 1007px) {
  .favorite-icon__counter {
    width: 22px;
    height: 22px;
    position: absolute;
    right: -4px;
    bottom: -12px;
    background-color: #92181B;
    color: white;
    font-weight: bold;
    font-size: 13px;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
  }
}

.team-card__add-to-favorites {
  cursor: pointer;
  width: 78px;
  height: 56px;
  background: #F6F6F6;
  position: absolute;
  right: 0;
  bottom: 13px;
  border-radius: 13px 0 0 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-card__add-to-favorites.fill svg path {
  fill: #92181B;
  stroke: #92181B;
}

.favorites {
  padding-top: 2rem;
  background-color: #F6F6F6;
  min-height: calc(100vh - 95px - 190px);
}
.favorites h2 {
  text-transform: uppercase;
  color: #0B0B0B;
  font-size: 32px;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .favorites h2 {
    font-size: 18px;
    margin-top: 34px;
  }
}

.js-search-filter {
  cursor: pointer;
}

.search-type {
  display: none;
  position: absolute;
  right: 0;
  top: -32px;
  background: #F6F6F6;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);
  padding: 12px;
  width: 183px;
}
.search-type .search-type__item {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  position: relative;
}
.search-type .search-type__item .c-check:checked + label:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 1px;
  background-color: #D84E52;
  left: 2px;
  margin-top: 0;
}
.search-type .search-type__item label {
  cursor: pointer;
  margin-bottom: 12px;
}
.search-type .search-type__item:last-child label {
  margin-bottom: 0;
}

nav .top-menu-container .top-menu {
  flex: 0 0 762px;
  justify-content: space-between;
}
@media screen and (max-width: 1439px) {
  nav .top-menu-container .top-menu {
    flex: 0 0 697px;
  }
}
@media screen and (max-width: 1215px) {
  nav .top-menu-container .top-menu {
    flex: 0 0 554px;
  }
  nav .top-menu-container .top-menu .menu-item a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 12px;
  }
}

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