/* место для вашего кода */

@import url(./header/header.css);
@import url(./cover/cover.css);
@import url(./lots/lots.css);
@import url(./about/about.css);
@import url(./footer/footer.css);

.conteiner {
  width: 1100px;
  margin: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.6;
}

.address {
  display: flex;
  flex-direction: column;
  max-width: 220px;
  font-style: normal;
  font-size: 18px;
  line-height: 24.3px;
  margin-right: 21px;
}
