a {
  display: inline-block;
  transition: transform 0.5s ease;
}
a:hover {
  transform: scale(1.05);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 80px;
}

body {
  font-family: "Open Sans";
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.header {
  background-color: whitesmoke;
  margin-bottom: 30px;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 756px) {
  .header-wrap {
    flex-direction: column;
  }
  .container {
    padding: 0px 20px;
  }
}

.header-wrap a {
  text-decoration: none;
}

.content {
  text-align: center;
}
.logo-title {
  text-transform: uppercase;
  color: black;
}
.main-nav {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  text-transform: uppercase;
}

.main-nav a {
  text-decoration: none;
  color: black;
  font-size: 16px;
}

.main-nav a:hover {
  color: burlywood;
}

.main-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
}

.about-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.about-us p {
  font-size: 24px;
}

.job {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 756px) {
  .job {
    gap: 0px;
    flex-direction: column;
  }
}

.about-us__text {
  text-align: justify;
}

.about-us__bg {
  min-height: 600px;
  width: 100%;
  max-width: 1200px;
  background-image: url(https://placehold.co/1200x600);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
}

.objects {
  margin-bottom: 80px;
}

.objects h3 {
  margin-bottom: 80px;
}

.objects-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 40px;
}

.objects-wrap a {
  text-decoration: none;
  color: black;
}

.object {
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 5px;
  height: 350px;
  width: 300px;
  background-size: contain;
  margin-bottom: 10px;
}

.object-01 {
  background-image: url("img/karelskiy_crop.jpg");
}

.object-02 {
  background-image: url("img/dolgoprud_crop.jpg");
}

.object-03 {
  background-image: url("img/kolskaya_crop.jpg");
}

.object-04 {
  background-image: url("img/Nansena_crop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.object-05 {
  background-image: url("img/Tayninskaya_crop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.object-06 {
  background-image: url("img/Izumrudnaya_crop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.object-07 {
  background-image: url("img/Izumrudnaya44_crop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.object-08 {
  background-image: url("img/Lobnenskaya_crop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.object-09 {
  background-image: url("img/Remizova_crop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.object-10 {
  background-image: url("img/Sportivnaya_crop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.object-11 {
  background-image: url("img/Kremenchugskaya_crop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.object-item {
  display: flex;
  gap: 60px;
}

.object-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.object-info p {
  max-width: 300px;
  margin: 0;
  line-height: 24px;
  text-align: left;
  font-size: 18px;
}

.object-info--more p {
  max-width: 600px;
  text-align: justify;
}

.object-info p:first-child {
  font-size: 24px;
}

.map {
  margin-bottom: 80px;
}

.documents {
  margin-bottom: 80px;
}

.documents-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 40px;
}

.documents__item {
  width: 250px;
  height: 400px;
  background-image: url(https://placehold.co/250x400);
}

.main-footer {
  background-color: whitesmoke;
}

.main-footer-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.main-logo {
  color: black;
  text-transform: uppercase;
}

.footer-contacts {
  color: black;
}

.footer-contacts ul {
  list-style: none;
}

.contacts-map {
  margin-top: 50px;
  margin-bottom: 50px;
}
