.contacts {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 20px;
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 767.95px) {
  .contacts {
    padding: 40px 0 0 0;
    gap: 80px;
  }
}

.location {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 767.95px) {
  .location {
    gap: 40px;
  }
}
.location__title {
  font-family: "Room", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 767.95px) {
  .location__title {
    font-size: 32px;
  }
}
.location__map-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}
@media (min-width: 767.95px) {
  .location__map-wrapper {
    flex-direction: row;
  }
}
.location__map {
  flex-basis: 311px;
}
@media (min-width: 767.95px) {
  .location__map {
    flex-basis: 100%;
    min-height: 400px;
  }
}
.location__map iframe {
  border-radius: 20px;
}
.location__text {
  /*flex: 0 0 270px;*/
  display: flex;
  flex-direction: column;
  padding-inline: 8px;
  gap: 12px;
}
.location__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #93938c;
  margin: 0;
}
.location__description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
}
.location__info {
  display: flex;
  flex-direction: column;
  width: fit-content;
  padding-inline: 8px;
  column-gap: 40px;
  row-gap: 12px;
}
@media (min-width: 767.95px) {
  .location__info {
    flex-direction: row;
  }
}
.location__info-item {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.location__link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #799163;
  margin: 0;
}

.how-to-get {
  display: flex;
  flex-direction: column;
  gap: 32px;
  /*margin-inline: -20px;*/
}
@media (min-width: 767.95px) {
  .how-to-get {
    gap: 40px;
    margin-inline: 0;
  }
}
.how-to-get__row {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1023.95px) {
  .how-to-get__row {
    flex-direction: row;
  }
}
.how-to-get__card {
  flex: 0 0 calc((100% - 40px) / 2);
}
.how-to-get__card--wide {
  flex: 0 0 100%;
}
.card {
  background-color: #f6f4f0;
  border-radius: 20px;
  padding: 20px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
@media (min-width: 767.95px) {
  .card {
    padding: 40px;
    gap: 24px;
  }
}
.card__title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #cddde5;
}
@media (min-width: 767.95px) {
  .card__title {
    font-size: 24px;
    padding-bottom: 24px;
  }
}
.card__text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  margin: 0;
}
@media (min-width: 767.95px) {
  .card__text {
    font-size: 18px;
    line-height: 24px;
  }
}
.card__text-extended {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1023.95px) {
  .card__text-extended {
    flex-direction: row;
  }
}
.card__link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #799163;
}
.card__points, .info__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1023.95px) {
  .card__points, .info__list {
    gap: 24px;
  }
}
.card__point {
  display: flex;
  flex-direction: column;
  column-gap: 40px;
  row-gap: 12px;
}
@media (min-width: 767.95px) {
  .card__point {
    flex-direction: row;
    align-items: center;
  }
}
.point, .card__points li {
  padding-bottom: 16px;
  padding-left: 30px;
  border-bottom: 1px solid #cddde5;
  position: relative;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 40px;
  row-gap: 12px;
}
@media (min-width: 767.95px) {
  .point, .card__points li {
    padding-bottom: 24px;
    padding-left: 36px;
  }
}
.point--no-border-mobile {
  padding-bottom: 9px;
  border-bottom: none;
}
@media (min-width: 767.95px) {
  .point--no-border-mobile {
    padding-bottom: 24px;
    border-bottom: 1px solid #cddde5;
  }
}
.point::after, .card__points li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-image: url("../assets/icons/contacts/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
@media (min-width: 767.95px) {
  .point::after, .card__points li::after {
    top: calc(50% - 12px);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
  }
}
.point__number {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  padding-right: 0;
}
.point__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}
.card__btn {
  position: static;
  border-radius: 8px;
  background-color: #2682af;
  padding: 16px 0;
  width: calc(100% + 24px);
  margin-inline-start: -12px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 767.95px) {
  .card__btn {
    padding: 16px 32px;
    width: fit-content;
    margin-inline: 0;
  }
}
@media (min-width: 1023.95px) {
  .card__btn {
    position: absolute;
    bottom: 40px;
  }
}

.entrance {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 767.95px) {
  .entrance {
    gap: 40px;
  }
}
.entrance__title {
  font-family: "Room", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 767.95px) {
  .entrance__title {
    font-size: 32px;
  }
}
.entrance__img {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: auto;
}

/* ----------------- */
