.review-page .tab-selectors {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 61px;
    background: #f4f4f4;
    border-radius: 50px;
    padding: 3px 10px;
  
  }
  .review-page .tab-selector {
    padding: 8px 16px 7px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    column-gap: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    cursor: pointer;
  }
  .review-page .tab-selector .icon-tab {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .review-page .tab-selector .text-tab {
    font-weight: 500;
  }
  .review-page .tab-selector .sum-tab {
    font-weight: 700;
  }
  .review-page .tab-selector.active {
    background: #fff;
  }
  @keyframes opac {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .tab-content {
    display: none;
    margin-bottom: 40px;
    visibility: hidden;
    opacity: 0;
    animation: opac 0.8s;
  }
  .tab-content.opened {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .site-reviews-wrapper {
    display: flex;
    flex-direction: column;
  }
  .site-review-item {
    display: grid;
    grid-template-columns: 202fr 934fr;
    gap: 30px 34px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 40px;
  }
  @media (max-width: 767px) {
    .site-review-item {
      grid-template-columns: 1fr 3fr;
    }
  }
  @media (max-width: 575px) {
    .site-review-item {
      grid-template-columns: 1fr;
    }
  }
  .site-review-item:last-child {
    margin-bottom: 0;
    border-bottom: unset;
  }
  .site-review-item-photo-author {
    max-width: 202px;
  }
  @media (max-width: 575px) {
    .site-review-item-photo-author {
      margin: auto;
    }
  }
  .site-review-item-photo {
    position: relative;
  }
  .site-review-item-photo img {
    border-radius: 50%;
    overflow: hidden;
  }
  .site-review-item-photo-project {
    position: absolute;
    right: -11px;
    bottom: -9px;
    width: 70px;
    height: 70px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-review-item-photo-project img{
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .site-review-item-author {
    margin-top: 19px;
    line-height: 20px;
  }
  .site-review-item-author-name {
    color: #1fc3b0;
    font-weight: 600;
    font-size: 16px;
  }
  @media (max-width: 575px){
    .site-review-item-author-name{
      text-align: center;
    }
  }
  .site-review-item-author-position {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #191919;
  }
  @media (max-width: 575px) {
    .site-review-item-author-position {
      text-align: center;
    }
  }
  .site-review-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #191919;
  }
  .flex-buttons-column{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .flex-buttons-column .btn{
    padding: 14px 26px;
    color: #5c5c5c;
    font-weight: bold;
    font-size: 14px;
    background: transparent;
    line-height: 17px;
    border: 1px solid #5C5C5C;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
  }
  .flex-buttons-column .btn:hover{
    background: #1FC3B0;
    border-color: #1FC3B0;
    color: #191919;
    text-decoration: none;
  }
  .wpnew_on_map_yandex.first{
      bottom: 60px;
  }
  .wpnew_on_map_yandex.second{
      bottom: 40px;
  }
  .wpnew_on_map_yandex.third{
      bottom: 20px;
  }
  #twogis-wrapper,
  #google-wrapper{
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .twogis-review-item {
    padding: 24px;
    box-shadow: inset 0 -1px #e6e6e6;
  }
  .twogis-review-item:last-child {
    box-shadow: unset;
  }
  .twogis-review-item-rating{
    white-space: nowrap;
  }
  .twogis-review-item-first-row {
    -webkit-box-lines: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    column-gap: 10px;
  }
  .twogis-review-item-user-info-wrapper {
    flex-grow: 1;
  }
  .twogis-review-item-image-wrapper {
    width: 64px;
  }
  .twogis-review-item-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
  }
  .google-review-item {
    border-bottom: 1px solid #e8eaed;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .google-review-item:last-child {
    margin-bottom: 0;
    border-bottom: unset;
  }
  .google-review-first-row {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    margin-bottom: 20px;
  }
  .google-review-image {
    width: 60px;
  }
  .google-review-image img {
    width: 100%;
    height: auto;
  }
  .google-review-second-row {
    display: flex;
    column-gap: 20px;
    color: rgba(0, 0, 0, 0.54);
    line-height: 20px;
    margin-bottom: 10px;
  }
  .google-review-text {
    line-height: 26px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }
  .zoon-widget-comments iframe {
    min-height: 400px;
  }
  
  @media (max-width: 1350px) {
    .review-page .tab-selectors {
      padding: 15px 8px;
      border-radius: 10px;
    }
  }
  @media (max-width: 767px) {
    .site-review-item-photo img{
      object-fit: cover;
    }
    .site-review-item-photo-project{
      right: -4px;
      bottom: -3px;
    }
    .site-review-item-text{
      margin-top: 23px;
      font-size: 14px;
      line-height: 24px;
    }
    .site-review-item-author-name{
      font-size: 14px;
      line-height: 17px;
    }
    .site-review-item-author-position{
      margin-top: 5px;
    }
    .review-page .tab-selectors{
        width: 100%;
        align-items: flex-start;
        margin-bottom: 20px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
    }
    .site-review-item{
      padding-bottom: 30px;
      margin-bottom: 30px;
    }
    .twogis-review-item{
      padding-left: 0;
      padding-right: 0;
    }
    .twogis-review-item-user-name, .twogis-review-item-date{
      font-size: 14px;
    }
    .twogis-review-item-text{
      font-size: 14px;
      line-height: 24px;
    }
  }
  @media(max-width:412px){
      .wpnew_on_map_yandex.first{
          bottom: 40px;
      }
      .wpnew_on_map_yandex.second{
          bottom: 20px;
      }
      .wpnew_on_map_yandex.third{
          bottom: 0px;
      }
  }