.about-us-page {
  flex: 1;
}
.about-us-page .breadcrumbs {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.about-us-page .breadcrumbs a {
  color: #151922;
  text-decoration: none;
  margin-right: 5px;
}
.about-us-page .breadcrumbs__separator {
  margin: 0 5px;
  color: #151922;
}
.about-us-page .breadcrumbs__current {
  color: #566550;
}
.about-us-page .about-hero {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.about-us-page .about-hero .breadcrumbs {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.about-us-page .about-hero .breadcrumbs a {
  color: #f0efe7;
  text-decoration: none;
  margin-right: 5px;
}
.about-us-page .about-hero .breadcrumbs__separator {
  margin: 0 5px;
  color: #f0efe7;
}
.about-us-page .about-hero .breadcrumbs__current {
  color: #a2ad9d;
}
.about-us-page .about-hero__img {
  position: relative;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.about-us-page .about-hero__content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.about-us-page .about-hero__title {
  font-family: arial;
  font-weight: 700;
  font-size: 40px;
  color: #f0efe7;
}
.about-us-page .about-hero__subtitle {
  margin: 0 auto;
  max-width: 780px;
  font-weight: 400;
  font-size: 32px;
  color: #f0efe7;
}
.about-us-page .what-we-do {
  width: 100%;
  padding-top: 180px;
}
.about-us-page .what-we-do__container {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
}
.about-us-page .what-we-do__content {
  max-width: 690px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-us-page .what-we-do__content-title p {
  font-weight: 400;
  font-size: 36px;
  font-family: Arial;
}
.about-us-page .what-we-do__content-title p .what-we-do__content-title-span {
  color: #566550;
  font-weight: 700;
}
.about-us-page .what-we-do__content-subtitle {
  font-weight: 700;
  font-size: 20px;
  font-family: Arial;
  color: #566550;
}
.about-us-page .what-we-do__content-text {
  max-width: 590px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 400;
  font-size: 20px;
}
.about-us-page .why-choose-us {
  width: 100%;
  padding-top: 180px;
}
.about-us-page .why-choose-us__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.about-us-page .why-choose-us__title {
  font-weight: 700;
  font-size: 40px;
}
.about-us-page .why-choose-us__subtitle {
  padding-top: 50px;
  font-weight: 400;
  font-size: 24px;
}
.about-us-page .why-choose-us .green-span {
  color: #566550;
  font-weight: 700;
  font-size: 24px;
}
.about-us-page .why-choose-us__advantages {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
.about-us-page .why-choose-us__advantages-item {
  max-width: 226px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.about-us-page .why-choose-us__advantages-item img {
  max-width: 130px;
}
.about-us-page .why-choose-us__advantages-item p {
  font-size: 18px;
  font-weight: 700;
  color: #656565;
}
.about-us-page .why-choose-us__shop-info {
  padding: 50px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
  color: #151922;
}
.about-us-page .why-choose-us__shops-map {
  max-width: 1200px;
  height: 592px;
  border-radius: 15px;
  border: 1px solid #566550;
}