.about-form {
  padding: 124px 0;
}
.about-form__div {
  display: flex;
  max-width: 1216px;
  justify-content: center;
}
.about-form__container {
  margin: 0 -104px;
  justify-content: center;
  padding: 104px 104px 88px;
  background-position: left 26.5% bottom;
  border-radius: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
  background-color: #0099ff;
  background-image: url("data:image/svg+xml,%3Csvg width='661' height='610' viewBox='0 0 661 610' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M458.518.987c-33.819 95.133-73.994 323.465 16.338 541.345 12.408 26.724 24.991 48.636 37.473 66.527M1.018 608.53c86.787-36.185 206.653-66.198 358.201-66.198 197.306 0 273.798 33.782 300.698 66.527' stroke='%23fff' stroke-opacity='.31' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.about-form__title {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  text-align: left;
}
.about-form__subtitle {
  text-align: left;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.67;
  color: #fff;
}
.about-form__right-block {
  max-width: 100%;
}
.about-form__div-input:first-child {
  margin-top: 0;
}
.about-form__div-input {
  margin-top: 16px;
}
.about-form__input {
  background: #fff;
  font-weight: 500;
  font-family: inherit;
  color: #858585;
  width: 100%;
  border-radius: 20px;
  font-size: 18px;
  border-width: 4px;
  padding: 12px 20px;
  line-height: 40px;
  border: 2px solid transparent;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s;
}
.about-form__input:hover {
  border-color: #0099ff;
}
.about-form__button {
  margin-top: 16px;
}
.about-form__submit {
  border: none;
  outline: none;
  background: #000;
  font-size: 18px;
  width: 264px;
  line-height: 40px;
  border-radius: 20px;
  padding: 16px 24px;
  box-sizing: border-box;
  font-weight: 600;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 8px;
}
.about-form__submit:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.4);
}
.about-form__note {
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  text-align: left;
  font-weight: 500;
  color: #fff;
}
.about-form__link {
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .about-form__container {
    grid-template-columns: 1fr;
    margin: 0;
    gap: 0;
    padding: 56px 32px;
    border-radius: 24px;
  }
  .about-form__title {
    font-size: 32px;
    text-align: center;
    line-height: 1.25;
  }
  .about-form__left-block {
    margin-bottom: 48px;
  }
  .about-form__subtitle {
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
  }
  .about-form__div {
    max-width: 1168px;
  }
  .about-form__right-block {
    max-width: 592px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-form__input {
    border-radius: 20px;
    font-size: 18px;
    line-height: 32px;
  }
  .about-form__button {
    display: flex;
    justify-content: center;
  }
  .about-form__submit {
    line-height: 32px;
    border-radius: 20px;
  }
  .about-form__note {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 32px;
  }
}
@media (max-width: 500px) {
  .about-form{
    padding: 0;
  }
  .about-form__div{
    border-radius: 0;
  }
  .about-form__container {
    margin: 0 -24px;
    padding: 40px 24px;
    border-radius: 0;
    background: #0099ff;
  }
  .about-form__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.45;
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
  }
  .about-form__left-block {
    margin-bottom: 32px;
  }
  .about-form__subtitle {
    font-size: 18px;
    line-height: 1.44;
    text-align: center;
    color: #fff;
  }
  .about-form__input {
    background: #fff;
    border-radius: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: inherit;
    color: #858585;
    width: 100%;
    padding: 14px 22px;
    border: 2px solid transparent;
    outline: none;
    box-sizing: border-box;
    transition: all 0.3s;
  }
  .about-form__submit {
    background: #000;
    border-radius: 16px;
    border: none;
    outline: none;
    width: 100%;
    padding: 16px 24px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
    margin-top: 8px;
  }
  .about-form__note{
    text-align: center;
font-weight: 500;
font-size: 14px;
line-height: 22px;
margin-top: 32px;
color: #fff;
  }
}
