.dealers {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.dealers .img {
  padding: 0;
}
.dealers .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dealers .desc .title {
  height: 200px;
  width: 450px;
  background: #F3F3F3;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-80px, -40px);
}
.dealers .desc .title h1 {
  font-weight: 700;
}
.dealers .desc .title h1::before {
  content: '';
  position: absolute;
  z-index: 3;
  top: 50%;
  left: -60px;
  height: 8px;
  width: 41px;
  background: #4B4B4B;
}
.dealers .desc p {
  font-size: 14px;
  line-height: 150%;
  color: #828282;
  margin-bottom: 60px;
}
.dealers .desc .manager {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.dealers .desc .manager p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 40px;
  text-align: center;
}
.join-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
.join-form .contacts > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.join-form .contacts > div > img {
  height: 90px;
  width: 90px;
  margin-right: 30px;
}
.join-form .contacts > div .about p,
.join-form .contacts > div .about a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 10px;
}
.join-form .contacts > div .about p img,
.join-form .contacts > div .about a img {
  margin-left: 15px;
}
.join-form .contacts > div .about span {
  color: #828282;
  font-size: 11px;
  margin-bottom: 230px;
}
.join-form .contacts > p {
  font-weight: bold;
  width: 100%;
  font-size: 18px;
  margin-bottom: 25px;
}
.join-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.join-form form h2 {
  width: 100%;
  font-weight: bold;
  font-size: 26px;
}
.join-form form input {
  background: none;
  border: 1px solid #828282;
  padding: 10px;
  font-size: 14px;
  width: 48%;
  outline: none;
}
.join-form form input::-webkit-outer-spin-button,
.join-form form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.join-form form button {
  margin: 15px 0;
  margin-left: auto;
  padding: 12px 33px;
  border: 1px solid #4B4B4B;
  background: none;
  font-size: 14px;
  color: #4B4B4B;
  outline: none;
}
.join-form form button:hover {
  border: 1px solid #F7D917;
  background: #F7D917;
}
@media (max-width: 1200px) {
  .dealers .desc .title {
    width: 370px;
    height: 190px;
  }
  .dealers .desc .title h1 {
    margin-left: -15%;
  }
}
@media (max-width: 960px) {
  .dealers .desc .title {
    width: 350px;
    height: 150px;
    transform: translate(-80px, -15px);
  }
  .dealers .desc .title h1 {
    margin-left: -15%;
    font-size: 26px;
  }
  .dealers .desc p {
    margin-bottom: 10px;
  }
  .dealers .desc .manager p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 760px) {
  .dealers {
    margin-top: 20px;
  }
  .dealers .desc .title {
    width: 340px;
    height: 100px;
    transform: translate(-80px, 0);
    margin-bottom: 10px;
  }
  .dealers .desc .title h1 {
    font-size: 22px;
  }
  .dealers .desc p {
    margin-bottom: 15px;
  }
  .dealers .desc .manager {
    margin-bottom: 10px;
  }
  .dealers .desc .manager p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .join-form .contacts {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .dealers {
    margin-top: 20px;
  }
  .dealers .img {
    display: none;
  }
  .dealers .desc .title {
    width: 100%;
    height: 80px;
    transform: translate(0, 0);
    margin-bottom: 20px;
  }
  .dealers .desc .title h1 {
    font-size: 16px;
    margin-left: 0;
    text-align: center;
    margin-bottom: 0;
  }
  .dealers .desc p {
    text-align: center;
  }
  .dealers .desc .manager {
    margin-bottom: 20px;
  }
  .join-form form h2 {
    font-size: 16px;
  }
  .join-form form input {
    width: 100%;
    margin-bottom: 15px;
  }
  .join-form .contacts > div > img {
    margin-right: 10px;
    width: 75px;
    height: auto;
  }
}
