.width-content {
  /*width: 1200px;*/
  width: 100%;
}
.width-content * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b-sales-xs.hidden-lg {
  display: none;
}


/* top start */
.top_wrap {
  background: #F9F9F9;
}
.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top__text {
  max-width: 760px;
  padding: 80px 0 128px 0;
}
.top__text-title {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 40px;
}
.top__text-subtitle {
  max-width: 478px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.25px;
  color: #000000;
}

.top__image {
  
}
.top__image-img {
  margin-right: -35px;
  max-width: 574px;
}
@media (max-width: 1169px) {
  .top__text {
    max-width: 393px;
    padding-bottom: 87px;
  }
  .top__text-title {
    margin-bottom: 20px;
  }
  .top__image-img {
    margin-right: -35px;
    max-width: 353px;
  }
}
@media (max-width: 767px) {
  .top__text {
    max-width: 196px;
    padding: 36px 0 20px 0;
  }
  .top__text-title {
    font-size: 24px;
    line-height: 130%;
  }
  .top__text-subtitle {
    font-size: 14px;
    line-height: 130%;
  }
  .top__image-img {
    max-width: 170px;
    margin-right: -65px;
  }
}
@media (max-width: 479px) {

}
/* top end */


/* sidebar start */
.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0 130px 0;
}
.content__sidebar {
  margin-right: 100px;
}
.content__sidebar-list {
  width: 300px;
}
.inner-wrapper-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content__sidebar-item {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding: 0 20px;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content__sidebar-item:last-child {
  margin-bottom: 0;
}
.content__sidebar-item.active,
.content__sidebar-item:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 14px 20px;
}
.content__sidebar-item__img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  margin-right: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content__sidebar-item.active .content__sidebar-item__img,
.content__sidebar-item:hover  .content__sidebar-item__img{
  border-color: #FB6A95;
}
.content__sidebar-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content__sidebar-item__text-sity {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #BDBDBD;
}
.content__sidebar-item__text-name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #37474F;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content__sidebar-item__text-price {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #828282;
}
.content__sidebar-item.active .content__sidebar-item__text-name,
.content__sidebar-item:hover .content__sidebar-item__text-name {
  color: #FB6A95;
}
@media (max-width: 1169px) {
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .content__sidebar {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .content__sidebar-list {
    width: 100%;
  }
  .inner-wrapper-sticky {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-y: scroll;
    padding: 10px;
  }
  .content__sidebar-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 160px;
    padding: 10px 0;
    margin-bottom: 0;
    margin-right: 6px;
  }
  .content__sidebar-item.active,
  .content__sidebar-item:hover {
    padding: 10px;
  }
  .content__sidebar-item__img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  
}
@media (max-width: 767px) {
  .content {
    padding-bottom: 30px;
  }
  .content__sidebar {
    margin-bottom: 40px;
  }
  .content__sidebar-item {
    min-width: 87px;
    padding: 10px;
    margin-right: 0;
  }
  .content__sidebar-item__img {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .content__sidebar-item__text-name {
    font-size: 12px;
    line-height: 16px;
  }
  .content__sidebar-item__text-sity,
  .content__sidebar-item__text-price {
    display: none;
  }
}
@media (max-width: 479px) {

}
/* sidebar end */




/* main start */
.content__main {
  
}
.content__main-title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #000000;
  margin-bottom: 30px;
}
.content__main-subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: #37474F;
  margin-bottom: 40px;
}
.content__main-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -o-linear-gradient(left, #F5F7F9 0%, #F5F7F9 100%);
  background: -webkit-gradient(linear, left top, right top, from(#F5F7F9), to(#F5F7F9));
  background: linear-gradient(90deg, #F5F7F9 0%, #F5F7F9 100%);
  border-radius: 4px;
  padding: 50px 40px 50px 20px;
  margin: 80px 0 80px 0;
}
.content__main-desc__img {
  width: 171px;
  min-width: 171px;
  height: 180px;
  margin-right: 10px;
}
.content__main-desc__content {
  
}
.content__main-desc__title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  margin-bottom: 30px;
}
.content__main-desc__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #37474F;
  margin-bottom: 30px;
}
.content__main-desc__text:last-child {
  margin-bottom: 0;
}
.content__main-list {
  list-style: none;
  margin-bottom: 115px;
}
.content__main-list__item {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #37474F;
  margin-bottom: 20px;
}
.content__main-list__item span {
  font-size: 24px;
  font-weight: bold;
  color: #FB6A95;
}
.content__main-list__item:last-child {
  margin-bottom: 0;
}


.content__main-block {
  position: relative;
  border-top: 3px solid #FB6A95;
  padding-top: 75px;
  margin-bottom: 115px;
}
.content__main-block:last-child {
  margin-bottom: 0;
}
.content__main-block__num {
  position: absolute;
  top: -35px;
  left: calc(50% - 35px);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
  border: 3px solid #FB6A95;
  padding-bottom: 8px;
}
.content__main-block__num-col {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: #FB6A95;
}
.content__main-block__num-text {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  color: #FB6A95;
}
.content__main-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.content__main-block__header-text {
  margin-right: 45px;
}
.content__main-block__header-text__title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.25px;
  color: #000000;
  margin-bottom: 30px;
}
.content__main-block__header-text__desc {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #37474F;
}
.content__main-block__header-text__desc span {
  color: #FB6A95;
}
.content__main-block__header-text__desc a {
  color: #FB6A95;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content__main-block__header-text__desc a:hover {
  color: #FB6A95;
  text-decoration: none;
}
.content__main-block__header-img {
  width: 259px;
  min-width: 259px;
  height: 274px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
.content__main-block__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -o-linear-gradient(top, #2DAEB6 0%, #0B92A3 100%), -o-linear-gradient(top, #FF88AB 0%, #FB6A95 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#2DAEB6), to(#0B92A3)), -webkit-gradient(linear, left top, left bottom, from(#FF88AB), to(#FB6A95));
  background: linear-gradient(180deg, #2DAEB6 0%, #0B92A3 100%), linear-gradient(180deg, #FF88AB 0%, #FB6A95 100%);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
.content__main-block__form-text {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 190.65%;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  margin-right: 20px;
}
.content__main-block__form-text span {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
}
.content__main-block__form-btn {
  width: 215px;
  height: 54px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  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;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  background: -o-radial-gradient(50% 0%, 100% 100%, rgba(254, 255, 204, 0.74) 0%, rgba(255, 244, 147, 0) 78.94%), #FB6A95;
  background: radial-gradient(100% 100% at 50% 0%, rgba(254, 255, 204, 0.74) 0%, rgba(255, 244, 147, 0) 78.94%), #FB6A95;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12), inset 0px -3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12), inset 0px -3px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content__main-block__form-btn:hover {
  
}
.content__main-block_hedden {
  
}
.content__main-block__list {
  margin-bottom: 30px;
}
.content__main-block__list-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0.25px;
  color: #37474F;
  margin-bottom: 10px;
}
.content__main-block__list-list {
  list-style: none;
}
.content__main-block__list-item {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.25px;
  color: #37474F;
  padding-left: 18px;
  margin-bottom: 10px;
}
.content__main-block__list-item:last-child {
  margin-bottom: 0;
}
.content__main-block__list-item:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #FB6A95;
  border-radius: 50%;
}
.content__main-block__list-item a {
  color: #FB6A95;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content__main-block__list-item a:hover {
  color: #FB6A95;
  text-decoration: none;
}
.content__main-block__price {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.25px;
  color: #FB6A95;
  margin-bottom: 30px;
}
.content__main-block__review {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding-top: 20px;
  margin-bottom: 30px;
}
.content__main-block__review:last-child {
  margin-bottom: 0;
}
.content__main-block__review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 25px;
  margin-bottom: 20px;
}
.content__main-block__review-header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content__main-block__review-header__text-name {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 31px;
  color: rgba(86, 96, 111, 0.87);
}
.content__main-block__review-header__text-date {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
  color: rgba(86, 96, 111, 0.87);
}
.content__main-block__review-header__star {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.content__main-block__review-header__star-star_wrap {
  display: block;
  position: relative;
  width: 113px;
  height: 21px;
  background: #fff url(/bitrix/templates/main/assets/components/dentist/./img/stars_mask_empty.svg) 100% 100%;
}
.content__main-block__review-header__star-star_wrap:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/main/assets/components/dentist/./img/stars_mask.svg) 100% 100%;
}
.content__main-block__review-header__star-star {
  position: absolute;
  z-index: 0;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fb6a95;
}

.content__main-block__review-header__star-text {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 27px;
  /* text-align: right; */
  color: #A5B0BF;
}
.content__main-block__review-desc {
  padding: 0 25px;
  margin-bottom: 20px;
}
.content__main-block__review-desc-title {
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  line-height: 190.65%;
  letter-spacing: 0.25px;
  color: #FB6A95;
}
.content__main-block__review-desc-text {
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  line-height: 190.65%;
  letter-spacing: 0.25px;
  color: #37474F;
}
.content__main-block__review-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F9F9F9;
  padding: 10px 25px;
}
.content__main-block__review-footer__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  color: #56606F;
}
.content__main-block__review-footer__text span {
  font-weight: bold;
  color: #FB6A95;
}
.content__main-block_hedden__btn {
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.content__main-block_hedden__btn-open,
.content__main-block_hedden__btn-close {
  /* display: flex;
  align-items: center; */
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #FB6A95;
  background: none;
  border: none;
  border-bottom: 1px dashed #FB6A95;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.content__main-block_hedden__btn-open img,
.content__main-block_hedden__btn-close img {
  width: 11px;
  height: 7px;
  margin-left: 5px;
}
.content__main-block_hedden__btn-open {
  
}
.content__main-block_hedden__btn-close {
  display: none;
  margin-top: 10px;
}
.content__main-block_hedden__btn-close img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1169px) {

}
@media (max-width: 767px) {
  .content__main-title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 30px;
  }
  .content__main-subtitle {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  .content__main-desc {
    position: relative;
    padding: 30px 10px 160px 10px;
    margin: 40px 0;
  }
  .content__main-desc__img {
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 80%;
    height: auto;
    opacity: 0.5;
    z-index: 5;
  }
  .content__main-desc__content {
    position: relative;
    z-index: 10;
  }
  .content__main-desc__title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .content__main-desc__text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  .content__main-list {
    margin-bottom: 75px;
  }
  .content__main-list__item {
    font-size: 16px;
    line-height: 24px;
  }
  .content__main-list__item span {
    font-size: 18px;
    line-height: 27px;
  }
  
  
  .content__main-block {
    padding-top: 65px;
  }
  .content__main-block__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 15px;
  }
  .content__main-block__header-text {
    margin-right: 0;
  }
  .content__main-block__header-img {
    margin: 0 auto 30px auto;
  }
  .content__main-block__header-text__title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
  }
  .content__main-block__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .content__main-block__form-text {
    margin-bottom: 18px;
  }
  .content__main-block__form-btn {
    margin: 0 auto;
  }
  .content__main-block__list-title {
    font-size: 18px;
    line-height: 150%;
  }
  .content__main-block__list-item {
    font-size: 14px;
    line-height: 27px;
  }
  .content__main-block__review-header,
  .content__main-block__review-desc {
    padding: 0 10px;
  }
  .content__main-block__review-footer {
    padding: 10px;
  }
  
  .content__main-block_hedden {
    display: none;
  }
  .content__main-block_hedden__btn {
    display: block;
  }
}
@media (max-width: 479px) {
  
}
/* main end */

/* specialists start */
.specialists {
  padding-bottom: 80px;
}
.specialists__title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #000000;
  margin-bottom: 40px;
}
.specialists__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.specialists__item {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px;
}
.specialists__item-img {
  width: 100%;
}
.specialists__item-content {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px 15px;
}
.specialists__item-content-name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #231F20;
  margin-bottom: 5px;
}
.specialists__item-content-desc_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.specialists__item-content-desc-position {
  width: 160px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #8591A2;
  margin-right: 20px;
}
.specialists__item-content-desc-experience {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #231F20;
}
.specialists__item-content-desc-rating_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.specialists__item-content-desc-rating-star_wrap {
  /*width: 160px;*/
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.specialists__item-content-desc-rating-star-quantity {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #4F4F4F;
  margin-right: 20px;
}
.specialists__item-content-desc-rating-star-quantity .bold {
  font-weight: 600;
}
.specialists__item-content-desc-rating-star-quantity .red {
  font-weight: 600;
  color: #FB6A95;
}
.specialists__item-content-desc-rating-star-star {
  display: block;
  position: relative;
  width: 113px;
  height: 21px;
  background: #fff url(/bitrix/templates/main/assets/components/dentist/./img/stars_mask_empty.svg) 100% 100%;
}
.specialists__item-content-desc-rating-star-star_bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fb6a95;
}
.specialists__item-content-desc-rating-star-star:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/main/assets/components/dentist/./img/stars_mask.svg) 100% 100%;
}
.specialists__item-content-desc-rating-text {
  width: 83px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #231F20;
  text-align: right;
}

@media (max-width: 1169px) {

}
@media (max-width: 767px) {
  .specialists__title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  .specialists__item {
    width: 100%;
  }
}
@media (max-width: 479px) {

}
/* specialists end */

/* slick start */
.specialists__list .slick-prev, .reviews__list .slick-prev {
  left: 5px;
  top: initial;
  bottom: -55px;
  width: 25px;
  height: 25px;
  background-position: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.specialists__list .slick-next, .reviews__list .slick-next {
  left: 65px;
  top: initial;
  bottom: -55px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  background-position: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.specialists__list .slick-prev:hover,
.reviews__list .slick-prev:hover,
.specialists__list .slick-next:hover,
.reviews__list .slick-next:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* slick end */

/* see all start */
.see-all {
  padding-bottom: 80px;
}
.see-all__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  width: 264px;
  height: 59px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #FB6A95;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), 0px 4px 8px rgba(0, 0, 0, 0.16), inset 0px -3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), 0px 4px 8px rgba(0, 0, 0, 0.16), inset 0px -3px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50px;
  margin: 0 auto;
}
.see-all__btn span {
  margin-bottom: 4px;
  margin-right: 8px;
}
@media (max-width: 1169px) {

}
@media (max-width: 767px) {

}
@media (max-width: 479px) {

}
/* see all end */












/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Raleway', sans-serif;*/
/*  start */

/*@media (max-width: 1169px) {*/

/*}*/
/*@media (max-width: 767px) {*/
  
/*}*/
/*@media (max-width: 479px) {*/

/*}*/
/*  end */