/* место для вашего кода */
.header {
  display: grid;
  grid-template-columns: 1fr 148px 1fr;
  grid-template-rows: 105px;
  padding: 92px 24px;
}

.header__menu {
  display: flex;
  justify-content: start;
  padding-top: 3px;
  padding-left: 28px;
  font-weight: 400;
  font-size: 18px;
}
.header__links-list {
  display: flex;
  justify-content: space-around;
  align-self: center;

  list-style: circle;
  list-style-position: outside;
}
.header__links-list-item {
  padding-right: 30px;
  padding-left: 0;
}

.header__links-list-item_no-bullit {
  list-style: none;
}

.header__link {
  text-decoration: underline;
}
.header__link_active {
  text-decoration: none;
}

.header__logo-image {
  width: 148px;
  height: 105px;
}

.info {
  display: flex;
  flex-direction: column;
  padding-top: 6px;
  padding-right: 28px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24.3px;
  font-style: normal;
}
.header__info {
  justify-self: end;
}
.address {
  font-family: Raleway, sans-serif;
}

.cover {
  position: relative;
  width: 1100px;
  margin-top: 4px;
  padding-bottom: 50px;
  background-image: url(../images/lotus-flower.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.6);
}
.cover__title {
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding-top: 164px;
  padding-left: 50px;
  color: white;
  font-weight: 700;
  font-size: 100px;
  line-height: 115px;
  line-height: 100px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.aligned-text {
  z-index: 2;
  line-height: 115px;
}

.aligned-text_letter-spacing {
  letter-spacing: 30px;
}
.aligned-text_center {
  align-self: center;
  padding-top: 13px;
  padding-right: 50px;
}

.aligned-text_right {
  align-self: end;
  padding-top: 5px;
  padding-right: 20px;
}

.letter-spacing-extended {
  letter-spacing: 60px;
}

.cover__description {
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin-top: 129px;
}
.cover__description-text {
  z-index: 2;
  padding-top: 11px;
  padding-left: 81px;
  color: white;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  word-spacing: 18px;
}
.bet-button {
  z-index: 2;
  margin-right: 49px;
  border: 1px solid white;
  padding-top: 12px;
  padding-right: 32px;
  padding-bottom: 11px;
  padding-left: 31px;
  color: white;
  font-weight: 500;
  font-size: 22px;
  line-height: 25.83px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
}

.lots {
  width: 1052px;

  margin-top: 182px;
  margin-left: 24px;
}

.lots__heading {
  padding-left: 39px;
  font-weight: 700;
  font-size: 40px;
  line-height: 46.96px;
  text-align: left;
  text-transform: uppercase;
}

.lots__card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 25px;
  margin-top: 24px;
  margin-bottom: 33px;
  list-style: none;
}

.card-link {
  text-decoration: none;
}

.card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 334px;
  min-height: 563px;
  padding: 48px 40px;
  background-position: center top;
  background-size: cover;
}
.card__title {
  z-index: 2;
  color: white;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26.4px;
  text-align: left;
  text-decoration: underline;
  text-transform: uppercase;
}
.card__text {
  z-index: 2;
  color: white;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}
.card_type_film {
  background-image: url(../images/photo-film.jpg);
}
.card_type_book {
  background-image: url(../images/photo-book.jpg);
}
.card_type_picture {
  background-image: url(../images/card-lot-03.jpg);
}
.lots__look-more-link {
  margin-left: 40px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23.48px;
  text-align: left;
}
.about {
  display: grid;
  grid-template-columns: 334px 1fr;
  width: 1052px;

  margin-top: 143px;
  margin-left: 24px;
}
.about__column-logo {
  display: flex;
  justify-content: center;
}
.about__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin-top: 34px;
  border-radius: 50%;
  background-color: black;
}
.about__logo-image {
  width: 148px;
  height: 114px;
}

.about__column-text {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.about__title {
  margin-top: 133px;
  margin-bottom: 74px;
  margin-left: 24px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 46.96px;
  text-transform: uppercase;
}
.about__text {
  margin-left: 24px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 105px;
  margin-top: 173px;
  margin-right: 50px;
  margin-bottom: 91px;
  margin-left: 50px;
}
.footer__info {
  justify-self: start;
}

.footer__menu-list {
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  padding-top: 5px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.13px;
  list-style: none;
}

.footer__menu-link {
  text-decoration: underline;
}

.footer__menu-link_active {
  text-decoration: none;
}

.footer__social-list {
  display: flex;
  justify-content: end;
  gap: 48px;
  list-style: none;
}
.footer__social-icon {
  width: 48px;
  height: 48px;
  margin-top: 5px;
}
