.offer__contract {
  margin: 0 auto 30px auto;
  padding: 0 50px;
  position: relative;
}
.offer__contract h1 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  margin: 40px 0 15px 0;
}
.offer__contract h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 15px 0;
}
.offer__contract p {
  font-size: 16px;
  margin: 10px 0;
  line-height: 1.5;
}
.offer__contract div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.offer__contract div p {
  width: 50%;
}
.offer__contract a {
  display: flex;
  margin-bottom: 15px;
}
.offer__contract a span {
  position: relative;
  margin-left: 10px;
}
.offer__contract a span::after {
  content: " ";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 50%;
  background: #828282;
  display: flex;
  transition: 1s;
}
.offer__contract a:hover span::after {
  width: 100%;
}
.offer__contract a.offer-download {
  position: absolute;
  right: 30%;
}
.offer__contract a.offer-download span {
  font-weight: 700;
}
.guaranteemain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  padding: 40px 15px;
}
.guaranteemain .offer__contract {
  padding: 0;
  padding-right: 40px;
  margin: 0;
}
.guaranteemain .offer__contract h1 {
  margin-top: 0;
}
.guaranteemain .guarantee {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 45px 15px;
  border: 1px solid #828282;
}
.guaranteemain .guarantee img {
  margin-bottom: 15px;
}
.guaranteemain .guarantee h2 {
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.guaranteemain .guarantee p {
  color: #828282;
  font-size: 14px;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #828282;
}
.guaranteemain .guarantee p span {
  font-weight: bold;
}
.join-form {
  background: #F3F3F3;
  padding: 30px 0;
}
.join-form .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.join-form .container .contacts > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.join-form .container .contacts > div > img {
  height: 90px;
  width: 90px;
  margin-right: 30px;
}
.join-form .container .contacts > div .about p,
.join-form .container .contacts > div .about a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 10px;
}
.join-form .container .contacts > div .about p img,
.join-form .container .contacts > div .about a img {
  margin-left: 15px;
}
.join-form .container .contacts > div .about span {
  color: #828282;
  font-size: 11px;
  margin-bottom: 230px;
}
.join-form .container .contacts > p {
  font-weight: bold;
  width: 100%;
  font-size: 18px;
  margin-bottom: 25px;
}
.join-form .container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.join-form .container form h2 {
  font-weight: bold;
  font-size: 26px;
}
.join-form .container form input {
  background: none;
  border: 1px solid #828282;
  padding: 10px;
  font-size: 14px;
  width: 48%;
  outline: none;
}
.join-form .container form input::-webkit-outer-spin-button,
.join-form .container form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.join-form .container 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 .container form button:hover {
  border: 1px solid #F7D917;
  background: #F7D917;
}
@media (max-width: 700px) {
  .offer__contract div {
    margin: 15px 0;
  }
  .offer__contract div p {
    width: 100%;
    margin: 0;
  }
  .offer__contract a.offer-download {
    position: unset;
    padding: 0;
    margin: 0;
    margin-top: 40px;
  }
  .guaranteemain .guarantee h2 {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .offer__contract {
    padding: 0 20px;
  }
  .offer__contract h1 {
    font-size: 18px;
  }
  .offer__contract p {
    font-size: 14px;
  }
}
