.single-post {
  background-color: rgb(255, 255, 255);
}

.single-post .container {
  max-width: 1170px;
  width: 100%;
  padding: 0;
}

.single-post #page .content {
  padding-top: 60px;
}

.single-post #page {
  /* max-width: 100%; */
  /* width: 100%; */
}

.single-post .main-container {
  max-width: 100%;
  width: 100%;
}

.single-post .kama_breadcrumbs {
  display: block;
  margin-bottom: 35px;
  margin-top: 20px;
}

.single-post .kama_breadcrumbs a,
.single-post .kama_breadcrumbs span {
  color: #333;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.article-new {
  width: 100%;
}

.article-new .single-title {
  font-family: Arial;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  color: rgb(51, 51, 51);
  text-transform: capitalize;
  margin-bottom: 13px;
}

.sub-head-meta {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 17px;
  margin-bottom: 0;
}

.sub-head-meta__status {
  display: block;
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 12px;
  font-family: 'Open Sans', sans-serif;
}

.sub-head-meta__status::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgb(231, 35, 35);
  position: absolute;
  left: 0px;
  top: 9px;
  z-index: 1;
}

.sub-head-meta__status.active::before {
  background-color: rgb(39, 174, 96);
}

.sub-head-meta__ya-rate {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}

.sub-head-meta__ya-rate-num {
  color: rgb(51, 51, 51);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.sub-head-meta__ya-rate-stars {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2px;
  height: 22px;
}

.sub-head-meta__views,
.sub-head-meta__comment-count {
  color: rgb(96, 96, 96);
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
}

.sub-head-meta__views svg,
.sub-head-meta__views-count svg {
  margin-right: 3px;
}

.sub-head-meta__views-count {
  display: block;
}

.sub-head-meta__count-num {
  height: 25px;
  margin-left: 5px;
}

.place {
  background-color: rgb(251, 251, 251);
  padding: 31px 0px;
}

.place__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  max-width: 1170px;
  padding: 0;
}

.place__info {
  max-width: 441px;
  width: 100%;
}

.place__info-row {
  margin-bottom: 16px;
}

.place__info-row-name {
  color: rgb(92, 92, 92);
  font-size: 16px;
  display: block;
  margin-bottom: 2px;
  font-family: 'Open Sans', sans-serif;
}

.place__info-row-text {
  color: rgb(51, 51, 51);
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
}

.place__info-metro {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.place__info-metro-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5px;
  gap: 5px;
}

.place__info-metro-item:first-child {
  margin-left: 0px;
}

.place__info-metro-item-branch {
  background-color: rgb(238, 238, 238);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(51, 51, 51);
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.place__info-soc {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  margin-top: 24px;
}

.place__info-soc-item {
  display: block;
}

.place-mini-wrap {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.place-mini-wrap__container {
  max-width: 870px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.place-map {
  max-width: 400px;
  width: 100%;
  height: 542px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid rgb(191, 191, 191);
  background-color: rgb(255, 255, 255);
}

.place-map__hitcontent {
  width: 300px;
  background-color: #fff;
}

.place-map img {
  display: block;
}

.place-schedule {
  border-radius: 5px;
  border: 1px solid rgb(217, 217, 217);
  background: rgb(255, 255, 255);
  padding: 11px 0px;
  max-width: 270px;
  width: 100%;
}

.place-schedule__title {
  color: rgb(51, 51, 51);
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  padding: 0px 17px;
  margin-bottom: 0px;
  display: block;
}

.place-schedule__item {
  padding: 5px 17px;
  margin-bottom: 0px;
}

.place-schedule__item.active {
  background-color: rgb(241, 246, 248);
}

.place-schedule__item-dow {
  color: rgb(51, 51, 51);
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  display: block;
}

.place-schedule__item-time {
  color: rgb(51, 51, 51);
  font-family: Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.place-schedule__item-time_off {
  color: rgb(235, 87, 87);
}

.place-schedule__item-time-break {
  color: rgb(141, 141, 141);
  font-family: Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.place-ratings {
  display: block;
  padding: 35px 0;
}

.place-ratings__title,
.place-near__title,
.comments-new__title {
  color: rgb(51, 51, 51);
  font-family: Arial;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-transform: none;
  margin-bottom: 21px;
}

.place-ratings__wrap {
  border-radius: 10px;
  border: 1px solid rgb(217, 217, 217);
  background-color: rgb(251, 251, 251);
  padding: 32px;
  /* max-width: 870px; */
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 21px;
}

.place-ratings__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  gap: 24px;
  /* margin-bottom: 52px; */
}

.place-ratings__item:last-child {
  margin-bottom: 0px;
}

.place-ratings__item-name {
  color: rgb(51, 51, 51);
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  width: 203px;
}

.place-ratings__item-progress-wrap {
  background-color: #ededed;
  height: 18px;
  width: 100%;
  display: block;
  border-radius: 250px;
}

.place-ratings__item-progress {
  border-radius: 250px;
  background: linear-gradient(270deg, rgb(27, 53, 136) -6.33%, rgb(134, 155, 222) 101.75%);
  height: 18px;
  width: 100%;
  display: block;
}

.place-ratings__item-val {
  color: rgb(27, 53, 136);
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-left: 32px;
}

.btn {
  border-radius: 5px;
  background-color: rgb(206, 30, 17);
  min-width: 142px;
  padding: 8px 15px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: none;
  cursor: pointer;
  transition-duration: 0.3s;
  outline: none;
}

.btn:hover,
.btn:focus,
.btn:active,
.comments-new #commentform input#submit:hover {
  background-color: rgb(163 22 12);
  color: #fff;
  outline: none;
  box-shadow:none
}

.place-ratings__btn {
  display: block;
}

.place-near {
  display: block;
  padding: 0 0 35px;
}

.place-near__items {
  max-width: 870px;
  width: 100%;
  box-sizing: border-box;
}

.place-near__title {
  display: block;
  margin-bottom: 12px;
}

.place-near__options {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 26px;
  margin-bottom: 21px;
}

.place-near__options-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.place-near .n_card-mid .n_card__row .metro {
  margin: 0 8px 0 0;
}

.place-near__options-item input[type='radio'] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0px;
  height: 0px;
}

.place-near__options-item input[type='radio'] + .place-near__options-item-checkbox {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(212, 212, 212);
  box-sizing: border-box;
  border-radius: 0px;
  width: 28px;
  height: 28px;
}

.place-near__options-item input[type='radio']:checked + .place-near__options-item-checkbox {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImJpOmNoZWNrIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE3LjgyNjMgOC4wNzYyOUMxOC4wNTUyIDcuODU4MzYgMTguMzU5OSA3LjczNzg4IDE4LjY3NTkgNy43NDAyN0MxOC45OTIgNy43NDI2NiAxOS4yOTQ3IDcuODY3NzQgMTkuNTIwMyA4LjA4OTExQzE5Ljc0NTkgOC4zMTA0OCAxOS44NzY3IDguNjEwODIgMTkuODg1IDguOTI2NzdDMTkuODkzNCA5LjI0MjcyIDE5Ljc3ODYgOS41NDk1NiAxOS41NjUxIDkuNzgyNTRMMTMuMDgxMyAxNy44OTEzQzEyLjk2OTggMTguMDExNCAxMi44MzUzIDE4LjEwNzcgMTIuNjg1NyAxOC4xNzQ2QzEyLjUzNjEgMTguMjQxNSAxMi4zNzQ2IDE4LjI3NzYgMTIuMjEwNyAxOC4yODA2QzEyLjA0NjkgMTguMjgzNiAxMS44ODQxIDE4LjI1MzYgMTEuNzMyMiAxOC4xOTIzQzExLjU4MDIgMTguMTMxIDExLjQ0MjIgMTguMDM5NyAxMS4zMjYzIDE3LjkyMzhMNy4wMjY1NyAxMy42MjRDNi45MDY4MyAxMy41MTI1IDYuODEwNzkgMTMuMzc3OSA2Ljc0NDE4IDEzLjIyODRDNi42Nzc1NyAxMy4wNzg5IDYuNjQxNzUgMTIuOTE3NSA2LjYzODg2IDEyLjc1MzlDNi42MzU5NyAxMi41OTAyIDYuNjY2MDggMTIuNDI3NyA2LjcyNzM3IDEyLjI3NTlDNi43ODg2NyAxMi4xMjQyIDYuODc5OTEgMTEuOTg2MyA2Ljk5NTY0IDExLjg3MDZDNy4xMTEzNyAxMS43NTQ5IDcuMjQ5MjIgMTEuNjYzNiA3LjQwMDk4IDExLjYwMjNDNy41NTI3MyAxMS41NDEgNy43MTUyOCAxMS41MTA5IDcuODc4OTIgMTEuNTEzOEM4LjA0MjU2IDExLjUxNjcgOC4yMDM5NSAxMS41NTI1IDguMzUzNDUgMTEuNjE5MUM4LjUwMjk1IDExLjY4NTggOC42Mzc1IDExLjc4MTggOC43NDkwNyAxMS45MDE1TDEyLjE1MTggMTUuMzAyN0wxNy43OTU0IDguMTEyMDRDMTcuODA1NiA4LjA5OTUzIDE3LjgxNjUgOC4wODc1OSAxNy44Mjc5IDguMDc2MjlIMTcuODI2M1oiIGZpbGw9IiMxQjM1ODgiLz4KPC9nPgo8L3N2Zz4K);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.place-near__options-item-text {
  color: rgb(51, 51, 51);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px 0px 0px 14px;
}

.place-reviews {
  padding: 32px 0;
}

.place-reviews__title {
  margin-bottom: 40px;
}

.comments-new {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  color: #333;
  overflow: hidden;
  padding: 0px 0 0;
}

.comments-new__container {
  padding: 0;
}

.comments-new__title {
  margin-bottom: 21px;
}

.comments-new p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}

.comments-new .comment-meta {
  display: flex;
}

.comments-new .comment-author:before,
.comments-new .comment-author:after {
  content: none;
}

.comments-new .comment-author {
  flex-shrink: 0;
}

.comments-new .comment-author-admin .comment-ratings,
.comments-new .comment-author-admin .comment-metadata__bottom,
.comments-new .comment-author-admin .comment-content__title {
  display: none;
}

.comments-new .comment-author-admin .fn {
  color: #df2828;
}

.comments-new .children {
  margin-top: 35px;
}

.comments-new .children .comment-ratings {
  display: none;
}

.comments-new .children .comment-metadata {
  padding-bottom: 5px;
}

.comments-new .children  .comment-content {
  padding-top: 7px;
}

.comments-new .children .comment-content__title {
  display: none;
}


.comments-new .comment-author-admin .comment {
  margin-bottom: 35px;
}

.comment-meta__wrap {
  flex-grow: 1;
  /* border-bottom: 1px solid #ccc; */
}

.comments-new__ratings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 14px;
}
.comments-new__ratings-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.comments-new__ratings-item-name {
  color: #333;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.comments-new__ratings-item-stars {
  height: 23px;
}

.comments-new__bottom-fields {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.comments-new__fields-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.comments-new #commentform textarea {
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  resize: none;
  height: 126px;
  max-width: 100%;
  box-sizing: border-box;
  width: calc(50% - 10px);
  padding: 14px 21px;
  font-family: Arial;
  font-size: 16px;
  max-width: 100%;
  float: none;
  box-sizing: border-box;
  color: #333;
}

.comments-new #commentform #comment {
  width: 100%;
  max-width: 100%;
  float: none;
  color: #333;
}

.comments-new input[type='text'] {
  border-radius: 8px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
}

.comments-new #commentform input#submit {
  border-radius: 5px;
  background-color: rgb(206, 30, 17);
  min-width: 142px;
  padding: 8px 15px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  border: none;
  cursor: pointer;
  transition-duration: 0.3s;
  box-sizing: border-box;
  width: 100%;
  padding: 13px 15px;
  text-transform: none;
  font-weight: 600;
}

.comments-new input#author,
.comments-new input#email {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 50px;
  font-family: Arial;
  font-size: 16px;
  color: #333;
}

.comments-new #service__advantages_textarea {
  width: calc(50% - 10px);
}
.comments-new #service__flaws_textarea {
  width: 50%;
}

.comments-new #service__advantages_textarea::placeholder {
  color: #27ae60;
}
.comments-new #service__flaws_textarea::placeholder {
  color: #eb5757;
}

.comments-new #respond h4 {
  border-bottom: none;
  text-transform: none;
  color: #333;
  font-family: Arial;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 130.769% */
  margin-bottom: 17px;
}

.comments-new #commentform .form-submit {
  margin-bottom: 0;
  float: none;
  width: auto;
  clear: unset;
  width: 100%;
}

.comments-new .comment-notes {
  display: none;
}

.comments-new #comments,
.comments-new #commentsAdd {
  /* max-width: 870px; */
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

.comments-new #commentform {
  border-radius: 15px;
  border: 1px solid #d9d9d9;
  background: #fbfbfb;
  padding: 26px 28px;
  width: 100%;
  box-sizing: border-box;
}

/* comment list */

.comments-new #comments .avatar {
  float: left;
  margin-right: 20px;
  width: 11.3%;
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50%;
}

.comments-new .fn {
  color: #333;
  font-family: Arial;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 6px;
}

.comments-new .comment time {
  display: block;
  border-left: none;
  margin-left: 0;
  padding-left: 0;
  color: #939291;
  color: #8a8a8a;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 2px;
}

.comments-new .commentmetadata {
  background-color: #fff;
  border: none;
  overflow: hidden;
  padding: 12px;
}

.comments-new .comment-author:after {
  border-style: none;
}

.comments-new .comment-metadata {
  background: #fff;
  border: none;
  border-bottom: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  border-bottom: 2px solid #1b3588;
  padding-bottom: 24px;
}

.comments-new .reply,
.comment-edit-link {
  display: none;
}

.comments-new ol.commentlist {
  margin-top: 0;
}

.comment-ratings {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 18px;
  gap: 0px 20px;
}
.comment-ratings__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.comment-ratings__item-desc {
  color: #333;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-style: normal;
}
.comment-ratings__item-stars {
  display: inline-flex;
  height: 15px;
  gap: 2px;
}
.comment-metadata__bottom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.comment-metadata__bottom-col {
  max-width: 247px;
  width: 100%;
}
.comment-metadata__bottom-col-name {
  color: #27ae60;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.comment-metadata__bottom-col-text {
  display: block;
}

.comment-metadata__bottom-col-text p {
  color: #333;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.comment-metadata__bottom-col-name_green {
  color: #27ae60;
}
.comment-metadata__bottom-col-name_red {
  color: #eb5757;
}

.comments-new .comment-content {
  /* padding-top: 28px; */
  padding-bottom: 30px;
}

.comments-new .comment-content p,
.comments-new .comment-content {
  line-height: normal;
  color: #333;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comment-content__title {
  color: #1b3588;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 9px;
}

.comments-new .comment {
  margin-bottom: 40px;
}

.comments-new .comment:nth-last-child(2) {
  margin-bottom: 0;
}

.comments-new .comment-awaiting-moderation {
  display: none;
}

.single-post .top-header .container {
  padding-top: 8px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1190px) {
  .single-place-wrap .container {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  .copyrights {
    box-sizing: border-box;
  }
}

@media screen and (max-width: 992px) {
.single-post .kama_breadcrumbs {
  margin-top: 75px;
}
}

@media screen and (max-width: 767px) {
  .place-map {
    width: calc(50% - 10px);
    box-sizing: border-box;
    height: 456px;
  }
  .place__info {
    width: calc(50% - 10px);
    box-sizing: border-box;
  }
  .single-place-wrap .container {
    flex-wrap: wrap;
  }
  .place-schedule {
    max-width: 100%;
    width: 100%;
  }
  .comment-ratings__item {
    max-width: 205px;
    width: 100%;
    gap: 10px 10px;
    justify-content: space-between;
  }

  .comment-ratings {
    gap: 5px 20px;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .comments-new__ratings-item {
    display: inline-flex;
    width: 100%;
    justify-content: flex-start;
    gap: 50px;
  }

  .comments-new__ratings {
    flex-wrap: wrap;
  }

  .comments-new__ratings {
    gap: 0px 20px;
  }

  .comments-new #commentform {
    padding: 15px;
  }
  .place__container:before,
  .place__container:after {
    content:none
  }
  .single-post .kama_breadcrumbs {
    margin-top: 15px;
}

.comments-new__ratings-item-name {
  width: 102px;
}

}

@media screen and (max-width: 575px) {
  .place-map {
    width: 100%;
    height: 360px;
    order: -1;
    max-width: 100%;
  }

  .place__info {
    width: calc(50% - 10px);
    box-sizing: border-box;
  }
  .place-schedule {
    width: calc(50% - 10px);
    box-sizing: border-box;
  }

  .place-schedule__item {
    padding: 5px 10px;
  }

  .place-schedule__title {
    font-size: 16px;
    padding: 0px 10px;
  }

  .place-schedule__item-dow {
    font-size: 14px;
  }

  .place-schedule__item-time,
  .place-schedule__item-time-break {
    font-size: 12px;
  }

  .place__info-row-text {
    font-size: 12px;
    line-height: normal;
  }

  .place__info-metro-item {
    gap: 0px 3px;
  }

  .article-new .single-title {
    font-size: 18px;
    line-height: normal;
  }

  .sub-head-meta__ya-rate-num {
    font-size: 16px;
  }

  .sub-head-meta {
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 9px 17px;
  }

  .single-post .kama_breadcrumbs a,
  .single-post .kama_breadcrumbs span {
    font-size: 14px;
    line-height: normal;
  }

  .single-post .kama_breadcrumbs {
    display: block;
    margin-bottom: 10px;
  }

  .place-ratings__wrap {
    padding: 15px;
  }

  .place-ratings__item-name {
    font-size: 14px;
    width: 198px;
  }

  .place-ratings__item-progress-wrap,
  .place-ratings__item-progress {
    height: 10px;
  }

  .place-ratings__item-val {
    font-size: 14px;
    margin-left: 0px;
  }
  .place-ratings__item {
    margin-bottom: 0px;
  }

  .place-ratings__title,
  .place-near__title,
  .comments-new__title {
    font-size: 21px;

    line-height: normal;
  }
  .comment-ratings__item-desc {
    font-size: 14px;
    line-height: normal;
  }

  .comment-metadata__bottom-col-name,
  .comment-content__title {
    font-size: 16px;
  }

  .comments-new .comment-content p,
  .comments-new .comment-content {
    line-height: normal;
    font-size: 14px;
  }

  .comments-new #comments .avatar {
    width: 40px;
  }
  .comments-new__ratings {
    gap: 6px 20px;
  }

  .comments-new #respond h4 {
    font-size: 18px;
    line-height: normal;
  }

  .comments-new__ratings-item-name {
    font-size: 14px;

    line-height: normal;
  }

  .comments-new #service__advantages_textarea::placeholder,
  .comments-new #commentform #comment::placeholder,
  .comments-new #service__flaws_textarea::placeholder,
  .comments-new input#author::placeholder,
  .comments-new input#email::placeholder {
    font-size: 14px;
  }

  .comments-new #commentform textarea {
    line-height: normal;
  }

  .comments-new #commentform textarea {
    width: 100%;
    padding: 10px;
  }

  .comments-new__bottom-fields {
    flex-wrap: wrap;
  }
  .comments-new input#author,
  .comments-new input#email {
    width: 100%;
    font-size: 14px;
  }
  .comments-new #commentform .form-submit {
    width: 100%;
  }

  .comments-new__fields-wrap {
    gap: 6px 20px;
  }
  .comments-new #commentform textarea {
    height: auto;
    min-height: 85px;
    font-size: 14px;
  }

  .comments-new__bottom-fields {
    gap: 6px 20px;
  }
}
