body {
  background-color: #000000;
  margin: 0 auto;
  font-family: 'IBM Plex Sans', sans-serif;
  max-width: 1300px;
}

.page {
  background-color: #000000;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 780px) {
  .page {
    gap: 15px;
  }
}

.logo {
  display: flex;
  gap: 30px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .logo {
    gap: 10px;
  }
}

@media (max-width: 780px) {
  .logo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
  }
}

.logo_item {
  max-height: 20vh;
  object-fit: contain;
}

@media (max-width: 1080px) {
  .logo_item {
    max-height: 15vh;
  }
}

@media (max-width: 990px) {
  .logo_item {
    max-height: 12vh;
  }
}

@media (max-width: 780px) {
  .logo_item {
    max-height: 20vh;
  }
}

@media (max-width: 780px) {
  .logo_item:first-child {
    display: none;
  }
}

.list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
}

.list_top {
  display: flex;
  gap: 75px;
  margin: 0 auto;
}

.list_top_item_one {
  height: 10vh;
  object-fit: contain;
  margin-top: 10px;
}

.list_top_item_two {
  height: 12vh;
  object-fit: contain;
}

.list_bottom {
  display: flex;
  gap: 10px;
}

@media (max-width: 640px) {
  .list_bottom {
    flex-direction: column;
  }
}

.list_bottom_one {
  height: 10vh;
  object-fit: contain;
}

.list_bottom_two {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.list_bottom_three {
  height: 10vh;
  object-fit: contain;
}

.list_bottom_two_item {
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #e3e3e3;
  margin: 0;
}

.contacts {
  display: flex;
  gap: 20px;
  margin: 0 auto;
  align-items: center;
}

@media (max-width: 640px) {
  .contacts {
    flex-direction: column;
  }
}

.contacts_one {
  height: 10vh;
  object-fit: contain;
}

.contacts_two {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contacts_two_number {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #e3e3e3;
  margin: 0;
  cursor: pointer;
}

.contacts_two_mail {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #fbab12;
  margin: 0;
  cursor: pointer;
}

.contacts_two_links {
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
}

.contacts_two_links_item {
  height: 3vh;
  object-fit: contain;
}

.contacts_three {
  height: 10vh;
  object-fit: contain;
}

.tractor {
  margin: 0 auto;
}

.tractor_image {
  height: 20vh;
  object-fit: contain;
  max-width: 100%;
}
