#acces-hero {
  position: relative;
}
#acces-hero .section-title {
  margin-bottom: 1rem;
}
#acces-hero .section-slogan {
  color: var(--theme-green);
  margin-bottom: 1rem;
}
.acces-title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2rem;
  margin-bottom: 1rem;
}
.acces-image {
  width: 58px;
}
.acces-title {
  color: var(--theme-text);
  font-weight: 700;
  font-size: var(--size-17-23-23);
  line-height: 1.1em;
  text-align: left;
  letter-spacing: 0;
  padding: 0;
}
.acces-subtitle {
  color: #fff;
  font-weight: 700;
  font-size: var(--size-14-15-15);
  line-height: 1.333em;
  text-align: left;
  letter-spacing: 0;
  padding: 0;
  margin-bottom: 1rem;
}
.address-link {
  font-weight: 700;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
}
#acces-hero .section-wrapper {
  gap: 1rem 6.5%;
  margin: 5rem 0 4rem 0;
}
#acces-hero .section-left {
  width: 29%;
}
#acces-hero .section-slogan {
  color: var(--theme-green);
}
#acces-hero .itinary-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0.6rem;
  margin: auto 0 1rem 0;
}
#acces-hero .icons-wrapper svg {
  width: 12.3px;
  height: 17px;
  color: var(--theme-green);
}
#acces-hero .address-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
#acces-hero .iframe-wrapper {
  width: 90%;
  aspect-ratio: 600/450;
  overflow: hidden;
}
#acces-hero .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}
#acces-hero #transports {
  background-color: var(--theme-pink);
  border-radius: var(--site-br);
  overflow: hidden;
  padding: 3% 4%;
  justify-content: space-between;
  gap: 1rem;
}
#acces-hero #transports .acces-title {
  color: #fff;
  margin-bottom: 1rem;
}
#acces-hero #transports .acces-subtitle {
  color: var(--main-color);
}
#acces-hero #transports .transports-item.metro {
  margin-top: 1rem;
}
#acces-hero #transports .section-content {
  color: var(--main-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#acces-hero #transports .section-content span {
  font-size: var(--size-11-12-12);
  line-height: 1em;
}
#acces-hero #transports .section-row {
  gap: 1rem;
}
#acces-hero #transports .icon-wrapper {
  background-color: #fff;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#acces-hero #transports .icon-wrapper .bus {
  width: 22.873px;
  height: 22.295px;
}
#acces-hero #transports .icon-wrapper .metro {
  color: var(--theme-pink);
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
}
#acces-hero .section-row.parking {
  gap: 2rem;
}
#acces-hero .section-icon.auto {
  background-color: var(--main-color);
  border-radius: 20px;
  padding: 33px 26px;
}
#acces-hero .section-row .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
#acces-hero .section-row .section-content {
  max-width: 416px;
}
@media (max-width: 992px) {
  #acces-hero {
    padding: 1rem 0;
  }
  #acces-hero .section-left {
    width: 100%;
    align-items: flex-start;
  }
  #acces-hero .section-title {
    margin: 0 0 1rem 0;
  }
  #acces-hero .acces-title-wrapper {
    gap: 1rem;
  }
  #acces-hero .acces-image {
    width: 38px;
  }
  #acces-hero .section-wrapper {
    margin: 0;
  }
  #acces-hero .iframe-wrapper {
    width: 100%;
    max-width: 600px;
  }
  #acces-hero #transports {
    padding: 2rem 3rem;
    gap: 1rem;
  }
}
