@media (min-width: 0px) {
  .order-form {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #000;
    border-radius: 20px 20px 0px 0px;
  }

  .design-courses {
    color: #f47a91;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.48px;
  }

  .form__info_subtitle {
    color: #BC625C;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 17.6px */
    letter-spacing: 0.48px;
  }

  .order-form .form {
    background: #fff;
  }

  .price__input-hidden input {
    position: absolute;
  }

  .startsoon {
    display: flex;
    justify-content: center;
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
  }

  /* form */

  .form {
    position: relative;
  }

  .price__form-block {
    background-color: #1f1c1a;
    border-radius: 10px;
    padding: 50px 20px 30px 20px;
    margin: 25px 0 0 0;
  }

  .price-form__title {
    font-size: 16px;
    font-family: "Gotham Pro";
    text-align: center;
  }

  .price__form {
    display: flex;
    justify-content: space-between;
    align-self: center;
    flex-direction: column;
  }

  .input-head {
    display: none;
  }

  .form .design-courses {
    width: 85%;
  }

  .price__input {
    width: 100%;
    height: 52px;
    padding: 0px 16px;
    border-radius: 16px;
    border: 1px solid #b6b9bc;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.32px;
    background: transparent;
    color: #151617;
  }

  .price__input:focus {
    outline: none;
  }

  .price__input:not(:first-of-type) {
    margin-top: 20px;
  }

  .price__form-button {
    width: 100%;
    height: 52px;
    border-radius: 16px;
    background: #BC625C;
    border: none;
    font-weight: 700;
    line-height: 100%;
    font-size: 16px;
    color: #fff;
    margin: 20px 0;
  }

  .form__input {
    position: relative;
    margin-top: 16px;
  }

  .form__input svg {
    position: absolute;
    left: 15px;
    bottom: 5px;
  }

  .price__form-button:focus {
    outline: none;
  }

  .form__price-block {
    display: flex;
    align-items: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }

  .form-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form__price-block input {
    width: 25px;
    height: 25px;
  }

  .form__price-block p {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 14.4px */
    letter-spacing: 0.36px;
    color: #000;
  }

  /* */
  .form {
    display: flex;
    flex-direction: column;
    background: #f2ddde;
    padding: 16px !important;
    border-radius: 16px;
  }

  .form__info h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    /* 30px */
    margin-top: 8px;
  }

  .form__info h2 span {
    color: #151617;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
  }

  .form__info-description {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.42px;
    margin-top: 15px;
  }

  .formPlace {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
  }

  .formPlaceCount {
    color: #fff;

    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    max-width: 309px;
    width: 100%;
    border-radius: 12px;
    background: #dd0328;
    padding: 10px 0;
    box-shadow: 0px 7.525px 7.525px -3.763px rgba(16, 24, 40, 0.04),
      0px 18.813px 22.575px -3.763px rgba(16, 24, 40, 0.1);
  }

  .formPlacePrice {
    color: #151617;
    margin-top: 16px;
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 50px */
    letter-spacing: -1.5px;
  }

  .formPlaceText {
    color: #151617;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-top: 10px;
    letter-spacing: 0.48px;
  }
}

@media (min-width: 639px) {
  .form__price-block input[type="checkbox"] {
    width: 5%;
  }

  .form {
    padding: 30px 20px !important;
  }
}

@media (min-width: 957px) {
  .form {
    gap: 25px;
    padding: 40px !important;
  }

  .price__input:not(:first-of-type) {
    margin-right: 20px;
  }

  .input-head {
    display: block;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #1d1d1b;
  }

  .price__form {
    display: flex;
    justify-content: flex-start;
    align-self: center;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .form__price-block input[type="checkbox"] {
    width: 3%;
  }

  .form__info h2 {
    font-size: 45px;
  }

  .form__info-description {
    font-size: 20px;
  }

  .form__input {
    position: relative;
    margin-top: 25px;
  }

  .form__info_subtitle {
    font-size: 20px;
    max-width: 830px;
  }
}

@media (min-width: 1243px) {
  .form__price-block p {
    width: 130%;
  }

  .formHead {
    display: flex;
    gap: 20px;
  }

  .formPlace {
    padding: 0 0 0 43px;
    border-left: 1px solid #ffdbd8;
  }

  .formPlaceCount {
    width: 278px;
    max-width: unset;
    font-size: 20px;
  }

  .formPlacePrice {
    margin-top: 20px;
    font-size: 70px;
  }

  .formPlaceText {
    font-size: 16px;
  }

  .order-form {
    padding: 50px 0;
    border-radius: 40px 40px 0px 0px;
  }

  .price__form {
    flex-direction: row;
    width: 496px;
  }

  .price__form2 .price__form-button {
    margin: 0 0 0 15px;
    align-self: flex-end;
  }

  .price__form-button {
    width: 247px;
  }

  .price__input-1 {
    width: 496px;
  }

  .price__input-2 {
    width: 240px;
  }

  .price__form .form__input:nth-child(5) {
    margin-left: 16px;
  }

  .price__input-3 {
    width: 240px;
  }

  .form2 {
    flex-direction: column;
  }

  .price__form2 {
    width: 100%;
  }

  .price__form2 .price__input {
    width: 252px;
    margin-right: 16px;
  }

  .price__form2 .form__input:nth-child(5) {
    margin-left: 0;
  }

  .price__form2 .price__form-button {
    width: 320px;
    margin-top: 25px;
  }

  .form2 h2 {
    color: #000;
    font-family: Manrope;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 45px */
  }

  .price__input::placeholder {
    color: #151617;
    font-size: 16px;
    font-weight: 600;
  }

  .price__input {
    border: 1px solid #151617;
  }

  .form__info h2 {
    margin-top: 20px;
  }

  .form__price-block {
    margin-top: 20px;
  }

  .form__info-description {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 26px */
    letter-spacing: 0.4px;
    margin-top: 20px;
  }
}