.access__image img, .parking__image img {
  width: 100%;
}

.section_title {
  padding: 15px 0 28px;
}

.ellipse_title {
  margin-bottom: 12px;
}

.ellipse_title .en {
  margin-right: 7px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  letter-spacing: .12em;
}

.access__image {
  border: 1px solid #f1efef;
  border-radius: 8px;
  overflow: hidden;
}

.access__image:first-child {
  margin-bottom: 12px;
}

.access__image_wrapper {
  margin-bottom: 20px;
}

.access__title, .parking__title {
  margin-bottom: 20px;
  color: #a68b62;
}

.access__title .fa-bus, .parking__title .fa-bus, .parking__title .fa-car {
  padding-right: 5px;
}

.access__lead, .parking__lead {
  margin-bottom: 10px;
}

.access__text {
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 23px;
}

.access__text_wrapper {
  margin-bottom: 13px;
}

.parking__image {
  margin-bottom: 65px;
  border-radius: 8px;
  overflow: hidden;
}

.parking__lead .fa-phone {
  padding: 0 5px 0 8px;
}

.parking .table {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}

.parking .table:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #f1efef;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.parking .table tr {
  border-bottom: 1px solid #f1efef;
}

.parking .table tr:last-child {
  border-bottom: none;
}

.parking .table__title, .parking .term {
  font-weight: bold;
}

.parking .data, .parking .parking__box {
  padding: 9px;
}

.parking__box {
  border: 1px solid #f1efef;
  border-radius: 8px;
}

.parking .term {
  margin-bottom: 10px;
}

.parking .description {
  margin-bottom: 15px;
  padding-left: 0;
  font-size: 13px;
  line-height: 23px;
}

.parking .description:last-child {
  margin-bottom: 0;
}

.parking__text {
  margin-bottom: 20px;
  font-size: 10px;
  line-height: 15px;
}

.parking__box {
  margin-bottom: 35px;
  font-size: 13px;
  line-height: 23px;
}

.text1 {
  line-height: 1.8;
}
