.contact__offers {
  flex-direction: row-reverse;
}
.contact__offers .enemy__offers__div {
  margin-left: 0;
  margin-right: 15px;
}
.contact__offers .bu__offers__img__div {
  background: url("../img/big-map.png") no-repeat;
  background-size: cover;
  width: 60%;
  background-position: center;
}
.contacts__div {
  display: flex;
  column-gap: 15px;
  margin-top: 30px;
}
.contacts__div img {
  width: 35%;
  height: fit-content;
  margin: auto 0;
}
.contacts__div .autocredit__3inputs {
  margin: 0;
}
.contacts__div .black__button {
  width: fit-content;
}
.contacts__rightside span {
  font-weight: 600;
}
.contacts__rightside a {
  font-weight: 600;
  color: var(--blue-color);
}
.contacts__rightside__img {
  display: flex;
  flex-direction: column;
}
.contacts__rightside__img img {
  margin: auto;
  width: 75%;
}
@media screen and (max-width:989px) {
  .contact__offers {
  flex-direction: column-reverse;
}
.contact__offers .enemy__offers__div {
  margin-right: 0;
  margin-bottom: 15px;
}
.contact__offers .bu__offers__img__div {
  width: 100%;
  height: 300px;
}
}
@media screen and (max-width:550px) {
  .contacts__div img {
    display: none;
  }
}
