/* Header */

.header {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  align-items: center;
  padding: 115px 50px 96px;
  font-size: 18px;
  line-height: 1;
}

.header__links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
}

.header__links-list-item {
  list-style-type: circle;
}

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

.header__link {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.header__link_active {
  text-decoration: none;
}

.header__logo {
  display: block;
  width: 148px;
  height: 105px;
}

.header__logo-image {
  display: block;
  object-fit: contain;
}

.header__address {
  justify-self: end;
  max-width: 240px;
}

/* Address */

.address {
  display: flex;
  flex-direction: column;
  align-items: start;
  font-style: normal;
  line-height: 1.35;
}

.address__link {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

/* Cover */

.cover {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 757px;
  margin-bottom: 183px;
  padding: 165px 50px 50px;
  color: #fff;
  background: url(../images/cover.jpg) no-repeat center / cover;
}

.cover__title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 106px;
  font-size: 100px;
  line-height: 1.15;
}

.cover__description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: 22px;
  line-height: 1.3;
  text-transform: uppercase;
}

.cover__description-text {
  word-spacing: 0.85em;
}

/* Overlay */

.overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.6);
}

/* Heading */

.heading {
  font-weight: 700;
  text-transform: uppercase;
}

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

/* Aligned-text */

.aligned-text {
  display: block;
}

.aligned-text_left {
  text-align: left;
}

.aligned-text_center {
  text-align: center;
  translate: 15px;
}

.aligned-text_right {
  text-align: right;
  translate: 30px;
}

/* Bet-button */

.bet-button {
  border: 1px solid currentColor;
  padding: 11px 31px;
  color: currentColor;
  text-transform: uppercase;
  background-color: transparent;
}

/* Lots */

.lots {
  margin: 0 24px 120px;
}

.lots__heading {
  margin-bottom: 30px;
  margin-left: 40px;
}

.lots__card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 30px;
}

.lots__card-list-item {
  flex: 1 1 334px;
}

.lots__look-more-link {
  margin-left: 40px;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

/* Section */

.section__heading {
  font-size: 40px;
  line-height: 1;
}

/* Card */

.card-link {
  display: block;
  height: 100%;
  text-decoration: none;
}

.card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
  height: 100%;
  padding: 48px 40px;
  color: #fff;
  background: no-repeat center / cover;
}

.card_type_film {
  background-image: url(../images/card-lot-01.jpg);
}

.card_type_book {
  background-image: url(../images/card-lot-02.jpg);
}

.card_type_picture {
  background-image: url(../images/card-lot-03.jpg);
}

.card__title {
  font-size: 22px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.card__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

/* About */

.about {
  display: grid;
  grid-template-columns: 240px auto;
  gap: 72px;
  margin-bottom: 180px;
  padding: 35px 24px 0 71px;
}

.about__logo-column {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #000;
}

.about__logo {
  width: 148px;
  height: 114px;
}

.about__about-column {
  padding-top: 104px;
}

.about__title {
  margin-bottom: 103px;
}

.about__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Footer */

.footer {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  align-items: start;
  padding: 0 50px 82px;
  font-size: 18px;
  line-height: 1;
}

.footer__address {
  max-width: 265px;
}

.footer__links-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.footer__link {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.footer__link_active {
  text-decoration: none;
}

.footer__social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  gap: 48px;
}

.footer__social-link {
  display: block;
  width: 48px;
  height: 48px;
}
