.info {
  width: 86%;
  margin: 0 auto;
}

.info__block-title {
  width: 100%;
  height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  margin: 0;
}

.info__block-title:first-child {
  border: none;
}

.info__subtitle {
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.info__button {
  display: flex;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

.info__button:hover {
  cursor: pointer;
}

.info__button-img {
  width: 11px;
  height: 11px;
  display: none;
  margin: 0;
}

.info__button-img_active {
  display: block;
  margin: 0;
}

.info__block-content {
  max-height: 0px;
  display: block;
  overflow: hidden;
  transition: max-height 0.2s linear;
}

.info__open {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}

.info__map {
  width: 100%;
  height: 300px;
  display: block;
  object-fit: cover;
  margin: 0 auto 10px;
}

.info__text {
  display: block;
  line-height: 16px;
  font-size: 13px;
  font-weight: normal;
  text-align: justify;
  color: #8B8B8B;
  text-decoration: none;
  margin: 0 auto 10px;
}

.info__reviews {
  width: 100%;
  height: fit-content;
  margin: 0;
}

.info__reviews-iframe {
  width: 100%;
  height: calc(800px - 40px);
  box-sizing: border-box;
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  margin: 0;
}

.info__contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 15px;
}

.info__contact {
  display: flex;
  line-height: 16px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  border: 0;
  margin: 7px 0 0 0;
  padding: 0;
}
