.reviews__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  margin-top: 45px;
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.reviews__form-title {
  margin: 20px 0;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
}
.reviews__form-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.reviews__form-item__field {
  width: 100%;
}
.reviews__form-item__field--name {
  width: 100%;
  max-width: 495px;
}
.reviews__form-item input::-moz-placeholder {
  color: rgba(55, 60, 65, 0.5);
}
.reviews__form-item input::-moz-placeholder {
  color: rgba(55, 60, 65, 0.5);
}
.reviews__form-item input::placeholder {
  color: rgba(55, 60, 65, 0.5);
}
.reviews__form .rating {
  margin-bottom: 0;
}
.reviews__form .rating__stars {
  gap: 15px;
}
.reviews__form .rating__star {
  width: 30px;
  height: 30px;
}
.reviews__form .rating__star img {
  width: 30px;
  height: 30px;
}
.reviews__form textarea {
  padding-top: 24px;
  padding-right: 79px;
}
.reviews__form-button {
  padding-left: 67px;
  padding-right: 67px;
}

@media (max-width: 768px) {
  .reviews__form {
    margin-top: 20px;
    padding: 30px 10px;
  }
  .reviews__form-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .reviews__form-title {
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
  .reviews__form textarea {
    min-height: 250px;
    padding: 25px 20px 24px 20px;
    line-height: 138%;
  }
}
@media (max-width: 576px) {
  .reviews__form {
    padding: 30px 10px;
  }
  .reviews__form-top {
    align-items: center;
  }
}
.charts-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px;
}
@media (min-width: 460px) {
  .charts-wrapper .chart1 {
    width: calc(50% - 20px);
    padding: 10px;
  }
}

.js-more-item {
  display: none;
}
.js-more-item.active {
  display: block;
}

.full-map {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}

span.current {
  font-weight: bold;
}

.filter__list-item-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #333;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 10;
}
.filter__list-item-close:hover {
  opacity: 0.7;
}

@media (max-width: 460px) {
  .chart-block {
    overflow-x: scroll;
  }
}
.footer-copy {
  max-width: 150px;
  font-size: 13px;
  font-weight: 500;
}

.footer-copy__inc {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding-top: 5px;
}

@media (max-width: 460px) {
  .footer-copy__text--mobile {
    display: block;
    margin-bottom: 5px;
  }
}
.about__map-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #444;
  opacity: 0.5;
  z-index: 1;
}

.about__map-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
}

.disabled {
  opacity: 0.5;
}

.modal .add-business__block {
  padding: 10px;
}

#ajax-modal .modal__content {
  margin-top: 0px;
}
#ajax-modal .add-business__group {
  margin-bottom: 10px;
}

.title-modal {
  margin: 20px 0;
  font-size: 20px;
}

.error-text {
  color: #c00000;
  margin-bottom: 4px;
}

.review-report {
  margin-left: auto;
  margin-right: 5px;
}
.review-report .advantages__icon svg {
  stroke: #c00000;
}

.success-review {
  font-size: 20px;
  margin: 15px 0;
  color: #8ac73c;
}

#modal-2-content {
  text-align: center;
  font-size: 16px;
}

.field-description {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  padding: 10px 0;
}

.footer-column--right {
  width: auto;
  margin-left: 50px;
}
.footer-column--right .footer-menu__list {
  -moz-column-count: 5;
  column-count: 5;
}

.socials {
  margin-bottom: 20px;
}

.gallery__share {
  margin-bottom: 20px;
  display: none;
  width: 100%;
  text-align: right;
}

.column {
  margin-left: 15px;
}

.chart__labels {
  margin: 20px;
}
.chart__labels .chart__label {
  font-weight: 500;
  font-size: 14px;
}

.short-main {
  padding-top: 60px !important;
}
.short-main .interesting--inner {
  margin-top: 0;
  border-top: none;
}

.short-header {
  height: 60px;
}

ol li {
  font-size: 15px;
  line-height: 140%;
}
ol li::marker {
  color: #8cc63f;
  font-weight: bold;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive table {
  min-width: 600px;
}

.author__name {
  text-decoration: none !important;
}

.post-preview {
  height: 200px;
  width: 100%;
  background-size: contain;
}

.short-main .breadcrumbs {
  margin-top: 10px;
}

h4 {
  font-size: 17px;
}

.table-of-contents__list li {
  font-size: 18px;
}
.table-of-contents__list li a {
  font-weight: bold;
}
.table-of-contents__list li::marker {
  color: #333 !important;
}

.news-list__item-picture img {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-block__title {
  font-size: 24px !important;
}

@media (max-width: 460px) {
  .footer-column--right .footer-menu__list {
    -moz-column-count: 2 !important;
    column-count: 2 !important;
  }
}
header {
  padding-top: 13px;
  background-color: #f5f5f5;
}

.header {
  margin-bottom: 6px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  transform: translateY(0);
  transition: transform 0.2s;
}
.header.hide {
  transform: translateY(-100%);
}

.header-logo {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(16.6666666667% - 30px);
  padding-top: 4px;
}
@media screen and (max-width: 992px) {
  .header-logo {
    width: calc(50% - 30px);
  }
}

.header-search {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(75% - 30px);
  max-width: 850px;
  min-height: 45px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .header-search {
    width: calc(75% - 30px);
  }
}
.header-search__form-row {
  position: relative;
  display: flex;
  gap: 0;
  padding: 13px 20px 12px 0;
  box-shadow: 0 7px 30px 0 rgba(1, 0, 45, 0.05), 0 3px 10px 0 rgba(0, 5, 47, 0.02);
  background: #fff;
  border-radius: 10px;
  min-height: 45px;
}
.header-search__form-row.has-results {
  border-bottom-left-radius: 0px;
}
.header-search__form-input {
  border: none;
  line-height: 19px;
  min-height: auto !important;
  box-shadow: none !important;
  padding: 0 0 0 20px !important;
  border-radius: 0 !important;
  line-height: 20px !important;
}
.header-search__form-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none;
  background-color: #8AC73C;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9 16C12.866 16 16 12.866 16 9C16 5.13401 12.866 2 9 2C5.13401 2 2 5.13401 2 9C2 12.866 5.13401 16 9 16Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' /%3e%3cpath d='M16 16L20 20' stroke='%230072BA' stroke-width='2' stroke-miterlimit='10' stroke-linejoin='round' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
  cursor: pointer;
}
.header-search__form-button:hover {
  background-color: #0072ba;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9 16C12.866 16 16 12.866 16 9C16 5.13401 12.866 2 9 2C5.13401 2 2 5.13401 2 9C2 12.866 5.13401 16 9 16Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' /%3e%3cpath d='M16 16L20 20' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linejoin='round' /%3e%3c/svg%3e");
}
.header-search__form-group {
  position: relative;
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: space-between;
}
.header-search__form-group:first-child {
  border-right: 1px solid rgba(55, 60, 65, 0.2);
}
.header-search__form-group-clear {
  margin-right: 10px;
  cursor: pointer;
}
.header-search__form-group__results {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 400px;
  max-height: 280px;
  overflow-y: auto;
  padding: 0;
  border: 1px solid #dddfe1;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  z-index: 10;
}
.header-search__form-group__results.opened {
  display: block;
}
.header-search__form-group__results .search__results {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-search__form-group__results .search__results-item {
  display: none;
}
.header-search__form-group__results .search__results-item.visible {
  display: flex;
}
.header-search__form-group__results .search__results-item a, .header-search__form-group__results .search__results-item div {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  color: #373c41;
  transition: background-color 0.2s;
}
.header-search__form-group__results .search__results-item a .search__results-item__text, .header-search__form-group__results .search__results-item div .search__results-item__text {
  font-weight: 700;
}
.header-search__form-group__results .search__results-item a .search__results-item__text b, .header-search__form-group__results .search__results-item div .search__results-item__text b {
  font-weight: 500;
}
.header-search__form-group__results .search__results-item a:hover, .header-search__form-group__results .search__results-item div:hover {
  background-color: #f5f5f5;
}
.header-search__form-group__results .search__results-item a svg, .header-search__form-group__results .search__results-item div svg {
  fill: transparent;
}
.header-search__form-group__results .search__results-item.selected a {
  background-color: #f5f5f5;
}

.opened .search__results-item--location {
  display: flex;
}
.opened .search__results-item--location a, .opened .search__results-item--location div {
  padding-top: 16.5px !important;
  padding-bottom: 16.5px !important;
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
  color: #0072ba !important;
}

.header-review {
  margin-right: 15px;
  margin-left: auto;
  width: auto;
}
.header-review__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
}

.header-review__link--mobile {
  display: none;
}

.header.hide .header-search__form-group__results,
.header.hide .header-search__form-group__results.opened {
  display: none;
}

.main-navigation {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.main-navigation__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.main-navigation__list-item {
  position: relative;
  padding: 13px 0 10px 0;
  border-bottom: 3px solid transparent;
}
.main-navigation__list-item__link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #373c41;
  text-decoration: none;
  cursor: pointer;
}
.main-navigation__list-item__link .ico {
  transition: transform 0.2s;
}
.main-navigation__list-item__link .ico svg path {
  stroke: #373C41;
}
.main-navigation__list-item.parent.opened {
  border-bottom: 3px solid #8ac73c;
}
.main-navigation__list-item.parent.opened.right .ul-deep-2 {
  right: 0;
}
.main-navigation__list-item.parent.opened .ul-deep-2 {
  position: absolute;
  top: calc(100% + 3px);
  display: block;
  min-width: 402px;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 91px;
  column-gap: 91px;
  margin: 0;
  padding: 13px 5px 18px 23px;
  list-style-type: none;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #dddfe1;
  background-color: #fff;
  z-index: 10;
}
.main-navigation__list-item.parent.opened .ul-deep-2 li {
  margin-bottom: 15px;
  width: 100%;
  max-width: 161px;
}
.main-navigation__list-item.parent.opened .ul-deep-2 li:nth-child(7n) {
  margin-bottom: 0;
  -moz-column-break-after: column;
  break-after: column;
}
.main-navigation__list-item.parent.opened .ul-deep-2 a {
  text-decoration: none;
  color: #373c41;
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
}
.main-navigation__list-item.parent.opened .ul-deep-2 a:hover {
  color: #8ac73c;
}
.main-navigation__list-item.parent.opened .ico {
  transform: rotate(180deg);
}
.main-navigation__list-item.parent.opened .ico svg path {
  stroke: #8ac73c;
}
.main-navigation .ul-deep-2 {
  display: none;
}

@media (max-width: 1150px) {
  .main-navigation__list-item__link {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  .header-search {
    width: calc(66.6666666667% - 30px);
    margin-left: 15px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  .header-search {
    width: calc(66.6666666667% - 30px);
  }
}
@media (max-width: 1300px) {
  .header-review {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(16.6666666667% - 30px);
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  .header-review {
    width: calc(16.6666666667% - 30px);
  }
}
@media (max-width: 991px) {
  .header {
    padding-top: 12px;
    padding-bottom: 9px;
    height: 50px;
  }
  .header a {
    outline: none;
    -webkit-tap-highlight-color: transparent;
  }
  .header-logo img {
    max-width: 108px;
  }
  .header-mobile__right {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    gap: 20px;
    margin-left: auto;
    transform: translateY(-6px);
  }
  .header-mobile__right.active .header-mobile__right-button {
    display: none;
  }
  .header-mobile__right.active .header-mobile__right-button.mobile-close {
    display: block;
  }
  .header-mobile__right-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background: transparent;
    border: none;
    padding: 0;
  }
  .header-bottom {
    opacity: 0;
    right: -100%;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: calc(100% - 50.2px);
    transition: right 0.4s, transform 0.4s, opacity 0.3s;
  }
  .header-bottom__wrapper {
    position: relative;
    background-color: #fff;
    z-index: 20;
  }
  .header-bottom .main-navigation a:hover {
    color: #373c41 !important;
  }
  .header-bottom .main-navigation__list {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-bottom .main-navigation__list-item {
    padding: 10px 0;
    width: 100%;
    border-bottom: 2px solid rgba(55, 60, 65, 0.2);
  }
  .header-bottom .main-navigation__list-item__link {
    line-height: 110%;
  }
  .header-bottom .main-navigation__list-item__link .ico {
    margin-left: auto;
    transform: rotate(-90deg);
  }
  .header-bottom .main-navigation__list-item.active .ul-deep-2 {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .header-bottom .main-navigation__list-item.active .ul-deep-2 li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #373c41;
    padding: 10px 0;
    padding-left: 27px;
    border-top: 2px solid rgba(55, 60, 65, 0.2);
  }
  .header-bottom .main-navigation__list-item.active .main-navigation__list-item__link {
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 10px;
    font-weight: 800;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #373c41;
  }
  .header-bottom .main-navigation__list-item.active .main-navigation__list-item__link .ico {
    margin-left: 0;
    transform: rotate(90deg);
  }
  .header-bottom .main-navigation--about {
    width: 100%;
    margin: 0 0 0 15px;
    padding: 0;
    list-style-type: none;
  }
  .header-bottom .main-navigation--about .main-navigation__list-item {
    border-bottom: 0;
  }
  .header-bottom .main-navigation--about .ul-deep-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0 0;
    margin-left: 27px;
    list-style-type: none;
  }
  .header-bottom .main-navigation--about .ul-deep-2 li a {
    text-decoration: none;
    color: #373c41;
  }
  .header-bottom.opened {
    opacity: 1;
    right: 0;
  }
  .header-search {
    opacity: 0;
    right: -100%;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: calc(100% - 50.2px);
    top: 50px;
    transition: right 0.2s, opacity 0.2s;
    margin-right: 0;
  }
  .header-search__form {
    position: relative;
    padding: 15px 15px 50px 15px;
    background-color: #f5f5f5;
    z-index: 10;
  }
  .header-search__form-row {
    gap: 10px;
    padding: 0;
    flex-direction: column;
    box-shadow: none;
    background: transparent;
  }
  .header-search__form-group {
    max-width: 100%;
  }
  .header-search__form-group:first-child {
    border-right: none;
  }
  .header-search__form-group__results {
    position: relative;
    min-width: 100%;
  }
  .header-search__form-group-clear {
    position: absolute;
    margin-right: 0;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-search__form-button {
    width: 100%;
    height: 50px;
    margin-top: 15px;
    border-radius: 5px;
    color: #fff;
    position: relative;
    right: unset;
    top: unset;
    background-image: none !important;
  }
  .header-search__form-button:hover {
    background-color: #8ac73c;
    background-image: inherit;
  }
  .header-search__form-button span {
    display: inline-block;
    min-height: 21px;
    font-weight: 700;
    font-size: 15px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9 16C12.866 16 16 12.866 16 9C16 5.13401 12.866 2 9 2C5.13401 2 2 5.13401 2 9C2 12.866 5.13401 16 9 16Z' stroke='white' stroke-width='3' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round' /%3e%3cpath d='M16 16L20 20' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linejoin='round' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: left center;
    padding-left: 28px;
  }
  .header-search__form-input {
    min-height: 50px !important;
    padding: 15px 20px !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 7px 30px 0 rgba(1, 0, 45, 0.05), 0 3px 10px 0 rgba(0, 5, 47, 0.02) !important;
  }
  .header-search.opened {
    opacity: 1;
    right: 0;
  }
  .header .header-review__link--mobile {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    border-top: 2px solid rgba(55, 60, 65, 0.2);
    padding: 10px 15px;
  }
  .mobile-close {
    display: none;
    cursor: pointer;
  }
  .mobile__menu-2 {
    position: fixed;
    right: -100%;
    height: calc(100% - 50.2px);
    top: 50px;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    transition: right 0.4s;
  }
  .mobile__menu-2.opened {
    right: 0;
  }
  .mobile__menu-2 .main-navigation__list-item.parent {
    margin: 0;
    padding: 10px 15px;
    background-color: #fff;
    list-style-type: none;
  }
  .mobile__menu-2 .main-navigation__list-item.parent > .main-navigation__list-item__link {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
  .mobile__menu-2 .main-navigation__list-item.parent > .main-navigation__list-item__link .ico {
    transform: rotate(90deg);
  }
  .mobile__menu-2 .main-navigation__list-item.parent ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .mobile__menu-2 .main-navigation__list-item.parent ul a {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 10px 27px;
    border-top: 2px solid rgba(55, 60, 65, 0.2);
    color: #373c41;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
  }
}
/* BREADCRUMBS */
.breadcrumbs {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  margin-bottom: 24px;
}
.breadcrumbs__list {
  display: flex;
  gap: 10.5px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow-x: auto;
  scrollbar-width: none;
}
.breadcrumbs__list-item {
  font-weight: 500;
  font-size: 11px;
  padding-right: 10px;
  border-right: 1px solid rgba(55, 60, 65, 0.4);
  white-space: nowrap;
}
.breadcrumbs__list-item.breadcrumbs__list-item--current {
  border-right: none;
  opacity: 0.3;
}
.breadcrumbs__list-item a {
  text-decoration: none;
  color: #373c41;
  opacity: 0.6;
}
.breadcrumbs__list-item a:hover {
  color: #8ac73c;
}

@media (max-width: 991px) {
  .breadcrumbs {
    position: relative;
    margin-bottom: 19px;
  }
  .breadcrumbs::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(90deg, transparent 0%, #fff 100%);
  }
  .breadcrumbs__list {
    margin-left: -15px;
    padding-left: 15px;
  }
}
.main-title {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(75% - 30px);
  max-width: 885px;
  color: #000;
  position: relative;
}
@media screen and (max-width: 992px) {
  .main-title {
    width: calc(100% - 30px);
  }
}
.main-title h1 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
}
.main-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 100vw;
  height: 2px;
  background-color: rgba(55, 60, 65, 0.2);
}
.main-title.main-title--full-width {
  max-width: 100%;
  width: calc(100% - 30px);
}
@media screen and (max-width: 992px) {
  .main-title.main-title--full-width {
    width: calc(100% - 30px);
  }
}
.main-title.main-title--full-width::after {
  width: 100%;
}
.main-title.wo-border::after {
  content: none;
}

@media (max-width: 991px) {
  .main-title {
    max-width: 100%;
    margin-bottom: 12px;
    border-bottom: 2px solid rgba(55, 60, 65, 0.2);
  }
  .main-title::after {
    content: none;
  }
  .main-title.main-title--full-width {
    border-bottom: none;
    margin-bottom: 6px;
  }
  .main-title h1 {
    padding-bottom: 0;
    font-weight: 800;
    font-size: 20px;
    line-height: 110%;
  }
  .main-title .rating {
    margin-bottom: 15px;
  }
}
/* FOOTER */
.footer {
  padding: 56px 0 51px 0;
  background-color: #f5f5f5;
}
.footer-column {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}
.footer-column--left {
  width: calc(19.1666666667% - 30px);
  display: flex;
  flex-direction: column;
  max-width: 200px;
}
.footer-column--middle {
  width: calc(64.1666666667% - 30px);
  margin: 0;
  padding-left: 102px;
}
.footer-column--right {
  width: calc(16.6666666667% - 30px);
  margin-left: auto;
}
.footer-logo {
  display: inline-block;
  margin-bottom: 14px;
}
.footer-logo img {
  vertical-align: top;
}
.footer-write-review {
  width: 100%;
}
.footer-menu__title {
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
.footer-menu__list {
  margin: 0 0 -7px;
  padding: 0;
  list-style-type: none;
  -moz-column-width: 180px;
  column-width: 180px;
}
.footer-menu__list-item {
  max-width: 180px;
  margin-bottom: 7px;
}
.footer-menu__list-item a {
  text-decoration: none;
  color: #373c41;
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
}
.footer-menu__list-item a:hover {
  color: #8ac73c;
}
.footer-bottom {
  display: flex;
  gap: 20px;
  padding-top: 25px;
}
.footer-copy {
  width: 100%;
  max-width: 102px;
  padding-left: 5px;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
.footer-copy__inc {
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
}
.footer-copy__text {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(83.3333333333% - 30px);
  max-width: 880px;
  font-weight: 500;
  font-size: 11px;
  line-height: 125%;
  opacity: 0.8;
}
.footer-copy__text p {
  margin: 3px 0;
  font-weight: 500;
  font-size: 11px;
  line-height: 125%;
}
.footer .footer-menu--city-guides .footer-menu__list {
  -moz-column-count: 4;
  column-count: 4;
}
.footer .footer-menu--city-guides .footer-menu__list .footer-menu__list-item:nth-child(6n) {
  -moz-column-break-after: column;
  break-after: column;
}

.footer-menu--city-guides .footer-menu__list {
  -moz-column-width: auto;
  column-width: auto;
}

@media (max-width: 991px) {
  .footer {
    padding: 10px 0 18px;
  }
  .footer-menu__title {
    margin-bottom: 8px;
    padding: 8px 0 18px 0;
    border-bottom: 2px solid rgba(55, 60, 65, 0.2);
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
  .footer-menu__title::after {
    content: "";
    position: absolute;
    right: 15px;
    display: inline-block;
    width: 17px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 4.25L8.5 11.75L16 4.25' stroke='%23DCE0E3' stroke-width='2' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 17px 16px;
    transition: transform 0.2s;
  }
  .footer-menu__title.active {
    border-bottom: none;
  }
  .footer-menu__title.active::after {
    transform: rotate(180deg);
  }
  .footer-menu__title.active + nav {
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-bottom: 2px solid rgba(55, 60, 65, 0.2);
  }
  .footer-menu__list-item {
    margin-bottom: 10px;
  }
  .footer-menu nav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s;
  }
  .footer-logo {
    margin-right: 26px;
  }
  .footer .socials {
    margin-bottom: 10px;
  }
  .footer .socials__list {
    gap: 10px;
  }
  .footer-top {
    flex-direction: column-reverse;
  }
  .footer-column {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
  }
  .footer-column--left {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: calc(100% - 30px);
    max-width: 100%;
  }
  .footer-column--middle {
    width: calc(100% - 30px);
    padding-left: 0;
  }
  .footer-column--middle .footer-menu__list {
    -moz-column-count: 2 !important;
    column-count: 2 !important;
  }
  .footer-column--middle .footer-menu__list .footer-menu__list-item:nth-child(6n) {
    -moz-column-break-after: unset !important;
    break-after: unset !important;
  }
  .footer-column--right {
    width: calc(100% - 30px);
  }
  .footer-column--right .footer-menu__list {
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
  .footer-write-review {
    background-color: transparent !important;
    border-radius: 0 !important;
    color: #0072ba !important;
    border: none;
    padding: 0;
    display: inline !important;
    font-weight: 500;
    font-size: 12px;
    text-decoration: underline !important;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-align: left;
  }
  .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 14px;
  }
  .footer-copy__text {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
  .footer-copy__text--mobile {
    display: inline-block;
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .footer-logo {
    margin-bottom: 10px;
  }
  .footer-copy__text {
    font-weight: 400;
    font-size: 10px;
    line-height: 110%;
  }
  .footer-copy__text p {
    font-weight: 400;
    margin-top: 7px;
    font-size: 10px;
  }
  .footer .socials {
    margin-left: auto;
  }
}
.socials {
  margin-bottom: auto;
}
.socials__list {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.socials__list-item {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100%;
}
.socials__list-item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.socials__list-item--facebook svg {
  fill: #3e5593;
}
.socials__list-item--facebook:hover {
  background-color: #3e5593;
}
.socials__list-item--facebook:hover svg {
  fill: #fff;
}
.socials__list-item--twitter svg {
  fill: #000;
}
.socials__list-item--twitter:hover {
  background-color: #000;
}
.socials__list-item--twitter:hover svg {
  fill: #fff;
}
.socials__list-item--linkedin svg {
  fill: #2d6d98;
}
.socials__list-item--linkedin:hover {
  background-color: #2d6d98;
}
.socials__list-item--linkedin:hover svg {
  fill: #fff;
}

/* PAGE */
.page-left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(75% - 30px);
  max-width: 810px;
}
@media screen and (max-width: 992px) {
  .page-left {
    width: calc(100% - 30px);
  }
}
.page-right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .page-right {
    width: calc(100% - 30px);
  }
}
.page-right .write-review__button {
  width: 100%;
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .page-left {
    max-width: 100%;
  }
}
.company-schedule {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.company-schedule__prices {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  opacity: 0.6;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(55, 60, 65, 0.4);
}
.company-schedule__name a {
  margin-right: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.company-schedule__text {
  display: flex;
  gap: 12px;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
}
.company-schedule__status {
  margin-left: auto;
  color: #f35454;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.03em;
}

.company-menu {
  margin-bottom: 20px;
  padding: 13.5px 20px;
  background-color: #f5f5f5;
  border-radius: 40px;
}
.company-menu__list {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.company-menu__list-item {
  padding-right: 16.5px;
  border-right: 1px solid rgba(55, 60, 65, 0.4);
}
.company-menu__list-item:last-child {
  padding-right: 0;
  border-right: none;
}
.company-menu__list-item:hover a {
  color: #8ac73c;
}
.company-menu__list-item:hover a .ico {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='13' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.5 11.5L7.5 6.5L2.5 1.5' stroke='%238AC73C' stroke-width='2' /%3e%3c/svg%3e");
}
.company-menu__list-item a {
  display: flex;
  align-items: center;
  color: #373c41;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
}
.company-menu__list-item a .sup {
  font-weight: 500;
  font-size: 11px;
  opacity: 0.4;
  margin-top: -6px;
  color: #373c41;
}
.company-menu__list-item a .ico {
  margin-left: 3px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='13' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.5 11.5L7.5 6.5L2.5 1.5' stroke='%23373C41' stroke-width='2' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
}

.company-business {
  margin-bottom: 20px;
}
.company-business__content {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
}

@media (max-width: 991px) {
  .company-schedule {
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(55, 60, 65, 0.2);
  }
  .company-schedule__prices {
    order: 1;
  }
  .company-schedule__name {
    order: 2;
  }
  .company-schedule__text {
    display: flex;
    flex-direction: column;
    gap: 0;
    order: 4;
    width: 100%;
  }
  .company-schedule__status {
    order: 3;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
  .company-business {
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(55, 60, 65, 0.2);
  }
}
@media (max-width: 576px) {
  .company-schedule {
    margin-bottom: 22px;
  }
  .company-schedule__prices {
    font-weight: 500;
    font-size: 11px;
  }
  .company-schedule__name a {
    font-weight: 500;
    font-size: 12px;
  }
  .company-schedule__status {
    margin-top: 12px;
    font-weight: 700;
    font-size: 13px;
    line-height: 140%;
  }
  .company-schedule__text {
    font-size: 13px;
    font-weight: 500;
  }
  .company-business {
    margin-bottom: 23px;
  }
  .company-business__content {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
  }
  .company-business__content p {
    margin-bottom: 8px;
  }
}
.business-highlights {
  padding-bottom: 45px;
  border-bottom: 2px solid rgba(55, 60, 65, 0.2);
  margin-bottom: 0;
  width: 100%;
}
.business-highlights__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.business-highlights__list-item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(16.6666666667% - 30px);
  margin: 0 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .business-highlights__list-item {
    width: calc(33.3333333333% - 30px);
  }
}
.business-highlights__list-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.business-highlights__list-item__icon svg {
  fill: transparent;
}
.business-highlights__list-item__title {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
}

@media (max-width: 991px) {
  .business-highlights__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .business-highlights {
    margin-bottom: 26px;
    padding-bottom: 20px;
  }
  .business-highlights__list {
    padding: 10px 0;
    gap: 30px 0;
  }
  .business-highlights__list-item {
    width: calc(33.3333333333% - 10px);
    margin: 0 5px;
  }
  .business-highlights__list-item__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .business-highlights__list-item__title {
    line-height: 110%;
    font-size: 11px;
    font-weight: 500;
  }
}
.gallery {
  padding-bottom: 43px;
  padding-top: 20px;
  border-bottom: 2px solid rgba(55, 60, 65, 0.2);
  margin-bottom: 0;
}
.gallery__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.gallery__header .block-title {
  margin-bottom: 0;
}
.gallery__list {
  display: flex;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gallery__list-wrapper {
  position: relative;
}
.gallery__list-item {
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
  vertical-align: middle;
}
.gallery__list-item img {
  vertical-align: top;
  max-height: 180px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery__list-show-all {
  position: absolute;
  left: -8px;
  bottom: 7px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
  color: #fff;
  background-color: rgba(55, 60, 65, 0.6);
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
}
.gallery__list-show-all:hover {
  background-color: rgba(138, 199, 60, 0.8);
}
.gallery .slick-list {
  margin: 0 -15px;
}
.gallery .slick-slide {
  padding: 0 2.5px;
}
.gallery .slick-arrow {
  width: 20px;
  height: 100%;
  background-color: rgba(55, 60, 65, 0.6);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.2s;
}
.gallery .slick-arrow:hover {
  background-color: rgba(138, 199, 60, 0.8);
}
.gallery .slick-next {
  right: -15px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.30078 15L8.33482 8.03379L1.30078 1.06757' stroke='white' stroke-width='2' /%3e%3c/svg%3e");
}
.gallery .slick-prev {
  left: -12.5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.03418 14.9324L2.00014 7.96616L9.03418 0.999944' stroke='white' stroke-width='2' /%3e%3c/svg%3e");
}
.gallery .slick-disabled {
  display: none !important;
}

@media (max-width: 991px) {
  .gallery__list-wrapper .actions-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
  }
  .gallery__list-wrapper .actions-buttons__item {
    width: calc(50% - 15px);
  }
  .gallery__list-wrapper .actions-buttons__item .action-button {
    width: 100%;
    text-align: center;
  }
  .gallery__list-show-all {
    bottom: unset;
    top: 143px;
  }
}
@media (max-width: 576px) {
  .gallery {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .gallery__header {
    margin-bottom: 10px;
  }
  .gallery__list-item img {
    max-height: 80px;
  }
  .gallery__list-wrapper .actions-buttons {
    padding-top: 5px;
    gap: 4.5px 5px;
  }
  .gallery__list-wrapper .actions-buttons__item {
    width: calc(50% - 2.55px);
  }
  .gallery__list-show-all {
    bottom: unset;
    top: 45px;
    padding-left: 11px;
    padding-right: 9px;
  }
}
.hours__text {
  padding: 7px 10px;
}

@media (max-width: 768px) {
  .hours__text {
    padding-left: 0;
    padding-bottom: 0;
  }
}
.amenities__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin-bottom: 15px;
}
.amenities__list-item {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 390px;
}
.amenities__list-item.disabled {
  opacity: 0.4;
}
.amenities__list-item.disabled .ico {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.4'%3e%3cpath d='M1 1.50049L16 16.5005M16 1.50049L1 16.5005' stroke='%23373C41' stroke-width='2' /%3e%3c/g%3e%3c/svg%3e");
}
.amenities__list-item .ico {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
}
.amenities__list-item.ok .ico {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 6.12549L7 12.1255L17.125 2.00049' stroke='%238AC73C' stroke-width='2' /%3e%3c/svg%3e");
}
.amenities .more-content {
  width: 100%;
}

@media (max-width: 576px) {
  .amenities__list {
    margin-bottom: 10px;
  }
  .amenities__list-item {
    gap: 10px;
  }
}
.searched__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.searched__list-item {
  flex-shrink: 0;
}
.searched__list-item:hover a {
  box-shadow: 0 7px 30px 0 rgba(1, 0, 45, 0.05), 0 3px 10px 0 rgba(138, 199, 60, 0.3);
}
.searched__list-item a {
  display: inline-block;
  min-height: 27px;
  padding: 4px 28px;
  border-radius: 40px;
  background-color: #f5f5f5;
  color: #373c41;
  text-decoration: none;
  font-weight: 500;
  font-size: 11px;
}
.searched .slick-track {
  padding: 20px 0;
}
.searched .slick-list {
  margin: 0 -5px;
  transform: translateY(-20px);
}
.searched .slick-slide {
  padding: 0 5px;
}

@media (max-width: 991px) {
  .searched__list {
    margin-bottom: 0px;
    overflow-x: unset;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .searched__list-item a {
    padding: 7px 10px;
    line-height: 100%;
  }
}
.faqs__list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.faqs__list-item {
  width: 100%;
  max-width: 767px;
  border-top: 1px dashed #dddfe1;
  position: relative;
  padding-top: 10px;
  padding-bottom: 15px;
}
.faqs__list-item__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.faqs__list-item__title {
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
}
.faqs__list-item__date {
  color: rgba(55, 60, 65, 0.4);
}
.faqs__list-item__icon {
  position: absolute;
  top: -18px;
  right: -43px;
}
.faqs__list-item__text {
  padding-top: 10px;
}

@media (max-width: 991px) {
  .faqs__list-item {
    padding-top: 15px;
    padding-bottom: 18px;
  }
  .faqs__list-item:last-child {
    padding-bottom: 10px;
  }
  .faqs__list-item__icon {
    top: -18px;
    right: 0;
    background: #fff;
    width: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .faqs__list-item.is-active .accordion-icon {
    justify-content: flex-start;
  }
  .faqs__list-item__date {
    font-weight: 500;
    font-size: 11px;
  }
}
@media (max-width: 576px) {
  .faqs__list-item__title {
    width: 100%;
    max-width: 204px;
  }
}
/* Other Ramen Nearby */
.other {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.other__title {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.other .action-button--call {
  display: none;
}

.other-ramen {
  padding: 30px 0;
}
.other-ramen--inner {
  padding: 20px 0;
}

@media (max-width: 1380px) {
  .other .slick-prev {
    left: 0;
  }
  .other .slick-next {
    right: 0;
  }
}
@media (max-width: 1300px) {
  .other__wrapper {
    position: relative;
  }
  .other .slick-slider {
    position: unset;
  }
  .other .slick-arrow {
    top: 0;
    right: 30px;
    width: 14px;
    height: 17px;
    padding: 0;
  }
  .other .slick-prev {
    right: 50px;
    left: unset;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='17' viewBox='0 0 14 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.5 15.5005L3.5 8.50049L10.5 1.50049' stroke='%238AC73C' stroke-width='2' /%3e%3c/svg%3e");
  }
  .other .slick-next {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='17' viewBox='0 0 14 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.5 15.5005L10.5 8.50049L3.5 1.50049' stroke='%238AC73C' stroke-width='2' /%3e%3c/svg%3e");
  }
}
@media (max-width: 576px) {
  .other {
    padding: 20px 0;
  }
  .other-ramen {
    padding: 0;
  }
  .other .slick-slide {
    padding: 0 5px;
  }
  .other .slick-arrow {
    right: 15px;
  }
  .other .slick-prev {
    right: 40px;
  }
  .other .slider__item {
    padding: 10px;
  }
  .other .slider__item-title {
    margin-bottom: 5px;
    font-weight: 800;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
  .other .slider__item-title__price {
    padding-left: 2px;
    font-weight: 500;
    font-size: 11px;
  }
  .other .slider__item-rating {
    padding-bottom: 7px;
    border-bottom: 2px solid rgba(55, 60, 65, 0.2);
  }
  .other .slider__item .rating__stars {
    gap: 1px;
  }
  .other .slider__item .rating__star {
    width: 14px;
    height: 14px;
  }
  .other .slider__item .rating__result {
    font-weight: 500;
    font-size: 11px;
  }
  .other .slider__item-links {
    gap: 7px;
  }
  .other .slider__item-links a {
    font-weight: 500;
    font-size: 12px;
  }
  .other .slider__item-bottom {
    gap: 10px;
    margin-top: 6px;
    padding-top: 10px;
    margin-bottom: 8px;
  }
  .other .slider__item-bottom-text {
    max-width: 215px;
  }
  .other .slider__item-bottom-text br {
    display: none;
  }
  .other .slider__item .action-button--call {
    display: inline-block;
  }
  .other .slider__item .slider__item-bottom-row--phone {
    display: none;
  }
}
/* REVIEWS */
.reviews {
  padding-top: 20px;
  padding-bottom: 40px;
}
.reviews__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.reviews__header .block-title {
  margin-bottom: 0;
}
.reviews__header .rating {
  margin-bottom: 0;
}
.reviews__button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 3px 9px 3px 17px;
  font-weight: 700;
  font-size: 15px;
  background-color: transparent;
  border: 2px solid #dddfe1;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
.reviews__button:hover {
  color: #8ac73c;
}
.reviews__button .ico {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
.reviews__button.active .ico {
  transform: none;
}
.reviews__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 45px 0 20px;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
.reviews__list-item {
  padding-top: 13px;
  border-top: 2px solid rgba(55, 60, 65, 0.2);
}
.reviews__list-item__header {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 10px;
}
.reviews__list-item__header .rating {
  margin-bottom: 0;
}
.reviews__item-name {
  margin-right: auto;
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.03em;
}
.reviews__item-date {
  margin-left: 16px;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
}
.reviews__item-text {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
}
.reviews__item-text p {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  margin-bottom: 0;
}
.reviews__item-gallery {
  margin-bottom: 11px;
}
.reviews__item-advantages {
  margin: 30px 0 0 0;
  padding: 0 0 5px;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 40px;
}
.reviews__item-advantages__element {
  display: flex;
  align-items: center;
  gap: 4px;
}
.reviews__item-advantages__element.active svg {
  stroke: #0072ba !important;
}
.reviews__item-advantages__element .advantages__text {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
}
.reviews__item-advantages__element .advantages__text-count {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.03em;
}
.reviews__item-advantages__element .advantages__icon {
  cursor: pointer;
}
.reviews__item-advantages__element .advantages__icon svg {
  fill: transparent;
  stroke: #8ac73c;
  transition: stroke 0.2s;
}
.reviews__item-advantages__element .advantages__icon:hover svg {
  stroke: #0072ba !important;
}
.reviews__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 11px;
  padding: 0;
  list-style-type: none;
}
.reviews__gallery-item {
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
}
.reviews__gallery-item img {
  vertical-align: top;
  max-height: 50px;
}
.reviews__more {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
  color: #0072ba;
  cursor: pointer;
  transition: color 0.2s;
}
.reviews__more:hover {
  color: #8ac73c;
}
.reviews__more-count {
  font-weight: 500;
  color: #373c41;
}
.reviews__more-icon {
  width: 15px;
  height: 15px;
}
.reviews__more-icon svg {
  transition: stroke 0.2s;
  stroke: #0072ba;
}
.reviews__more:hover svg {
  stroke: #8ac73c;
}

@media (max-width: 768px) {
  .reviews {
    padding-top: 10px;
  }
  .reviews__header {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 20px;
  }
  .reviews__button {
    position: relative;
    width: 100%;
    max-width: 290px;
    justify-content: center;
    padding-right: 40px;
  }
  .reviews__button .ico {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
  .reviews__button.active .ico {
    transform: translateY(-50%) rotate(0);
  }
  .reviews__list {
    margin-top: 20px;
    margin-bottom: 25px;
    gap: 23px;
  }
  .reviews__list-item {
    padding-top: 0;
  }
  .reviews__list-item__header {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .reviews__list-item__header .reviews__item-name {
    width: 100%;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 13px;
    line-height: 138%;
  }
  .reviews__item-text {
    margin-bottom: 12px;
  }
  .reviews__item-advantages {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    gap: 17px 0;
    margin-top: 13px;
  }
  .reviews__item-advantages__element {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 25px);
  }
  .reviews .advantages__icon {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 576px) {
  .reviews {
    padding-bottom: 20px;
  }
  .reviews__button {
    max-width: 100%;
  }
  .reviews__form-button {
    width: 100%;
  }
}
/* RELATED LINKS */
.related-links {
  padding: 40px 0;
}
.related-links__column {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 768px) {
  .related-links__column {
    width: calc(50% - 30px);
  }
}
.related-links__column-title {
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
.related-links__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.related-links__list-item a {
  text-decoration: none;
  color: #373c41;
}
.related-links__list-item a:hover {
  color: #8ac73c;
}

@media (max-width: 768px) {
  .related-links .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .related-links__column {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .related-links__column:first-child {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(55, 60, 65, 0.2);
    border-top: 2px solid rgba(55, 60, 65, 0.2);
  }
}
@media (max-width: 576px) {
  .related-links {
    padding: 20px 0;
  }
  .related-links__column-title {
    font-weight: 800;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
}
/* RIGHT BLOCK */
.place-contacts {
  margin-bottom: 20px;
  padding: 20px 0 49px 0;
  border-top: 2px solid rgba(55, 60, 65, 0.2);
  border-bottom: 2px solid rgba(55, 60, 65, 0.2);
}
.place-contacts__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 7px 0;
  padding: 0;
  list-style-type: none;
}
.place-contacts__list-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 10px;
}
.place-contacts__list-item:nth-child(2) {
  margin-bottom: 0;
}
.place-contacts__list-item:nth-child(3) {
  margin-bottom: -3px;
}
.place-contacts__list-item:last-child {
  margin-bottom: 0;
}
.place-contacts__list-item .ico svg {
  fill: transparent;
}
.place-contacts__list-item__content {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
}
.place-contacts__list-item__content a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.place-contacts .button {
  width: 100%;
}

@media (max-width: 991px) {
  .place-contacts {
    margin-bottom: 0;
    border-top: none;
  }
}
@media (max-width: 576px) {
  .place-contacts {
    padding: 0 0 25px 0;
  }
  .place-contacts__list-item {
    gap: 20px;
  }
  .place-contacts__list-item__content {
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
  }
  .place-contacts__list-item__content a {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
  }
  .place-contacts__list-item:first-child {
    margin-bottom: -3px;
  }
  .place-contacts__list-item:nth-child(3) {
    margin-bottom: -6px;
  }
  .place-contacts__list-item:nth-child(4) {
    margin-bottom: -14px;
  }
  .place-contacts__list-item:last-child {
    margin-bottom: 5px;
  }
}
.place-map .block-title {
  margin-bottom: 10px;
}
.place-map__link {
  display: inline-block;
  margin-top: 15px;
}

@media (max-width: 576px) {
  .place-map .tabs {
    display: flex;
    flex-direction: column;
  }
  .place-map .tabs .block-title {
    order: 1;
  }
  .place-map .tabs .tabs__nav {
    order: 2;
    margin-bottom: 10px;
  }
  .place-map .tabs .tabs__items {
    order: 3;
  }
  .place-map .tabs .tab__item iframe {
    height: 186px;
    overflow: hidden;
  }
  .place-map__link {
    margin-top: 5px;
  }
}
.place-links__title {
  margin-bottom: 15px;
}
.place-links__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.place-links--additional {
  padding-top: 20px;
}
.place-links--additional .place-links__title {
  margin-bottom: 25px;
}
.place-links--additional .place-links__list {
  gap: 20px;
}
.place-links--additional .place-links__list-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.place-links--additional .place-links__list-item a {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
}

@media (max-width: 576px) {
  .place-links__title {
    margin-bottom: 10px;
  }
  .place-links__list {
    gap: 10px;
  }
  .place-links__list-item a {
    line-height: 100%;
  }
}
@media (max-width: 576px) {
  .more-info table tr td {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
  }
  .more-info table tr td.first {
    padding-left: 9px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 700;
    font-size: 13px;
    line-height: 138%;
  }
}
.interesting--inner {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  padding-top: 50px;
  padding-bottom: 10px;
}

.slider__interesting-item {
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 7px 30px 0 rgba(1, 0, 45, 0.05), 0 3px 10px 0 rgba(0, 5, 47, 0.02);
  background-color: #fff;
  max-width: 390px;
  min-width: inherit;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  text-decoration: none;
}
.slider__interesting-item-text {
  padding: 30px;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #373c41;
  text-decoration: none;
}
.slider__interesting-item-contnet {
  opacity: 1;
}
.slider__interesting-item-content--hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s, width 0.5s, height 0.5s linear;
  background-color: #fff;
}
.slider__interesting-item:hover {
  opacity: 0.7;
}
.slider__interesting-item:hover .slider__interesting-item-content {
  opacity: 0;
  transition: transform 0.5s, width 0.5s, height 0.5s linear;
}
.slider__interesting-item:hover .slider__interesting-item-content--hover {
  border-radius: 10px;
  overflow: hidden;
  opacity: 1;
  width: calc(100% + 20px);
  height: calc(100% + 30px);
  transform: translate(-10px, -10px);
  box-shadow: 0 7px 30px 0 rgba(1, 0, 45, 0.05), 0 3px 10px 0 rgba(0, 5, 47, 0.02);
  transition: transform 0.5s, width 0.5s, height 0.5s linear;
}
.slider__interesting-item:hover .slider__interesting-item-content--hover img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1380px) {
  .interesting .slick-prev {
    left: -20px;
  }
  .interesting .slick-next {
    right: -20px;
  }
}
@media (max-width: 1300px) {
  .interesting {
    position: relative;
  }
  .interesting .slick-slider {
    position: unset;
  }
  .interesting .slick-arrow {
    top: 50px;
    right: 30px;
    width: 14px;
    height: 17px;
    padding: 0;
  }
  .interesting .slick-prev {
    right: 50px;
    left: unset;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='17' viewBox='0 0 14 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.5 15.5005L3.5 8.50049L10.5 1.50049' stroke='%238AC73C' stroke-width='2' /%3e%3c/svg%3e");
  }
  .interesting .slick-next {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='17' viewBox='0 0 14 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.5 15.5005L10.5 8.50049L3.5 1.50049' stroke='%238AC73C' stroke-width='2' /%3e%3c/svg%3e");
  }
}
@media (max-width: 991px) {
  .slider__interesting-item:hover {
    overflow: hidden !important;
  }
  .slider__interesting-item-content {
    opacity: 1 !important;
    overflow: hidden !important;
  }
  .slider__interesting-item-content--hover {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .interesting--inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .interesting .block-title--big {
    padding-right: 63px;
  }
  .interesting .slick-slide {
    padding: 0 5px;
  }
  .interesting .slick-arrow {
    top: 20px;
    right: 15px;
  }
  .interesting .slick-prev {
    right: 40px;
  }
  .interesting .slider__interesting-item {
    max-width: 200px;
  }
  .interesting .slider__interesting-item-text {
    padding: 10px;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
  }
}
/*# sourceMappingURL=style.css.map */
