.header {
  display: flex;
  gap: 35px;
  margin: 0 auto;
  max-width: 1030px;
  padding: 95px 15px;
}

.header__menu {
  padding-top: 43px;
}

.header__links-list {
  display: flex;
  gap: 32px;
  list-style: circle outside;
}

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

.header__link {
  text-underline-position: under;
}

.header__link-active {
  text-decoration: none;
}

.header__logo {
  width: 148px;
  height: 106px;
  margin-bottom: 3px;
}

.header__address {
  padding: 5px 3px 0 0;
  justify-self: end;
  font-style: normal;
  line-height: 135%;
  text-underline-position: under;
  margin-left: 100px;
}

.cover {
  background-image: url("../images/cover.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 165px 50px 50px 50px;
  display: flex;
  flex-direction: column;
  gap: 135px;
}

.overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.6);
}

.cover__title {
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 30px;
  text-transform: uppercase;
  width: 1000px;
  margin: 0 auto;
}

.aligned-text {
  line-height: 115%;
}

.aligned-text_center {
  align-items: center;
  line-height: 100%;
  padding: 20px 60px 20px 0;
  text-align: center;
}

.aligned-text_right {
  text-align: end;
  line-height: 100%;
}

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

.no-letter-spacing {
  letter-spacing: 0;
}

.cover__description {
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 100px;
  margin: 0 auto;
 width: fit-content;
}

.cover__description-text {
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  line-height: 127%;
  word-spacing: 18px;
  white-space: nowrap;
  text-transform: uppercase;
}

.bet-button {
  font-size: 22px;
  cursor: pointer;
  color: #fff;
  padding: 12px 32px;
  border: 1px solid #fff;
  text-transform: uppercase;
  background-color: transparent;
}

.lots {
  display: flex;
  flex-direction: column;
  padding: 180px 50px 181px;
  width: 1130px;
  margin: 0 auto;
}

.lots__heading {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 27px 40px;
}

.lots__card-list {
  display: flex;
  list-style: none;
  gap: 25px;
}

.lots__card-list-item {
  width: 330px;
  height: 600px;
}

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

.card {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px;
  height: 100%;
}

.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 {
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: -0.09em;
  z-index: 2;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}

.card__text {
  z-index: 2;
  line-height: 120%;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
}

.lots__look-more-link {
  font-size: 20px;
  text-underline-position: under;
  text-underline-offset: 0.05em;
  padding: 30px 0 0 40px;
}

.about {
  display: flex;
  padding: 0 50px 180px 50px;
  gap: 70px;
  margin: 0 auto;
  max-width: 1100px;
}

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

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

.about__title {
  margin: 100px 0;
  font-weight: 700;
  font-size: 40px;
  font-style: normal;
  text-transform: uppercase;
}

.about__text {
  display: flex;
  flex-direction: column;
  gap: 25px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer {
  padding: 0 50px 90px;
  max-width: 1130px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.address {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-underline-position: under;
}

.footer__menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
}

.footer__menu-link {
  text-underline-position: under;
}

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

.footer__social-nav {
  justify-self: end;
}

.footer__social-list {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  list-style: none;
}

.footer__social-list-item {
  height: 100%;
}

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

.footer__social-icon {
  height: 48px;
}
