.main {
  position: relative;
}

.information {
  height: 100vh;
  height: 100dvh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 37px 0;
}
.information--2 {
  margin-top: 56px;
}
.information--3 {
  margin-top: 64px;
}
.information__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  z-index: 0;
}
.information__title {
  margin-top: 1.5rem;
}
.information .link {
  margin-top: 40px;
}
.information__sieve {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("/assets/images/sieve.png");
  background-repeat: repeat;
  background-size: 32.5rem 24.38rem;
  z-index: 1;
}

.about {
  margin-top: 42px;
}
.about__title {
  margin-top: 19px;
  font-family: "CeraPro", sans-serif;
  line-height: 1;
}
.about__photo {
  margin-top: 24px;
  width: 100%;
  position: relative;
}
.about__photo-content {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.about__photo-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 0.25rem 0.25rem;
  height: 7px;
  background: #e64d3d;
}
.about__text {
  margin-top: 28px;
}

.works {
  margin-top: 64px;
}
.works__title {
  margin-top: 16px;
}
.works-list {
  margin-top: 32px;
  padding: 20px 16px;
  background: #3598db;
  border-radius: 4px;
  width: 100%;
}
.works-list__button {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  width: 100%;
}
.works-list__button-decoration {
  margin-left: auto;
}

.photos {
  margin-top: 1px;
}
.photos .section-content {
  max-width: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  gap: 1px;
}
.photos__img {
  width: 100%;
  max-width: 100%;
}

.places {
  margin-top: 64px;
  margin-bottom: 72px;
}
.places .section-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.places-element {
  height: 100%;
  background: #3598db;
  border-radius: 0.25rem;
}
.places-element__head {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.places-element__head-photo {
  border-radius: 0.25rem 0.25rem 0 0;
  width: 100%;
}
.places-element-content {
  padding: 16px 16px 52px 16px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.places-element__title {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: "Muller", sans-serif;
}
.places-element-list {
  padding-top: 16px;
  border-top: 1px solid #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.places-element-list__element {
  margin-left: 24px;
  color: #fff;
}

.who {
  margin-top: 80px;
}
.who__photo {
  margin-top: 97px;
  width: 100%;
}
.who__subtitle {
  margin-top: 32px;
}
.who .grid-2 {
  margin-top: 67px;
}
.who .text-15 {
  font-weight: 400;
}/*# sourceMappingURL=ladning.css.map */