
.modal_window[data-v-42d99868]{
  width: 100vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.25);
  z-index: 99999999;

  right: 0;
  bottom: 0;
  position: fixed;
  left: 0;
}
.modal_window_city[data-v-42d99868]{
  padding: 30px 40px 60px 40px;
  width: 780px;
  min-height: 480px;
  background: #FFFFFF;
  border-radius: 10px;
}
.close[data-v-42d99868]{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  height: 20px;
}
.close[data-v-42d99868]:hover{
  cursor: pointer;
}


h1[data-v-d6153f2c] {
  font-size: 32px;
}
.review_body_item[data-v-d6153f2c]:nth-child(1), .review_body_item[data-v-d6153f2c]:nth-child(2) {
  grid-column: span 3;
  padding: 30px;
}
.departmens[data-v-d6153f2c] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  background: #F7F7F9;
  border-radius: 10px;
  align-items: center;
  padding: 15px 20px 15px 20px;
  font-size: 16px;
  line-height: 19px;
  position: relative;
}
.citys[data-v-d6153f2c] {
  display: flex;
  flex-direction: column;
  width: 445px;
  position: absolute;
  top: 60px;
  left: 0px;
  background: #DEE8EE;
  z-index: 999999;
  max-height: 225px;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 3px 3px 20px rgba(90, 169, 213, 0.15);
}
.citys[data-v-d6153f2c]::-webkit-scrollbar {
  width: 4px;
}
.citys[data-v-d6153f2c]::-webkit-scrollbar-track {
  background: none;
}
.citys[data-v-d6153f2c]::-webkit-scrollbar-thumb {
  background: var(--contrastLight);
  border-radius: 10px;
}
.select_item[data-v-d6153f2c] {
  padding: 15px 20px 15px 20px;
  width: 442px;
  height: 50px;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #202634;
  margin-bottom: 2px;
  user-select: none;
}
.select_item[data-v-d6153f2c]:last-child {
  margin-bottom: unset;
}
.select_item[data-v-d6153f2c]:hover {
  background: #DEE8EE;
  cursor: pointer;
}
.mrgnRight[data-v-d6153f2c] {
  margin-right: 0 !important;
}
.yandex-reviews-content[data-v-d6153f2c] {
  max-width:760px;
  width: 100%;
  height:800px;
  overflow: hidden;
  position: relative;
}
.yandex-reviews-content_iframe[data-v-d6153f2c] {
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-sizing: border-box
}
.yandex-reviews-content_core-link[data-v-d6153f2c] {
  box-sizing: border-box;
  text-decoration: none;
  color: #b3b3b3;
  font-size: 10px;
  font-family: YS Text, sans-serif;
  padding: 0 20px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-height: 14px;
  white-space: nowrap;
  padding: 0 16px;
  box-sizing: border-box
}
.yandex-reviews-content html body .badge[data-v-d6153f2c] {
  min-width: 100%;
}
@media (max-width: 991px) {
.btn--read a[data-v-d6153f2c] {
    font-size: 12px !important;
}
.review_item_data[data-v-d6153f2c] {
    font-size: 12px !important;
}
.review_body_item[data-v-d6153f2c]:nth-child(1), .review_body_item[data-v-d6153f2c]:nth-child(2) {
    width: 100% !important;
    margin-right: 0 !important;
}
.review_body_item[data-v-d6153f2c] {
    max-width: 100%;
    width: 100% !important;
    margin: 20px 0 0 0 !important;
}
.services_bg[data-v-d6153f2c] {
    padding: 30px !important;
}
.reviews_stars[data-v-d6153f2c] {
    margin-top: 30px !important;
}
.reviews_body[data-v-d6153f2c] {
    margin: 30px 0 !important;
}
.review_body[data-v-d6153f2c] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}


