.service_top {
  margin-bottom: 64px;
}

.service_top__text {
  padding: 24px 0;
}

.service_top__buttons {
  margin-top: auto;
}

.service_top__buttons .button {
  max-width: 284px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service_top__image {
  width: 744px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  overflow: hidden;
}

.service_top__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}

.service_steps {
  margin-bottom: 40px;
}

.service_step__text {
  width: 744px;
}

.service_send {
  padding: 40px 0;
}

.service_send__block {
  gap: 16px 64px;
}

.service_send__text {
  max-width: 500px;
}

.service_send__ico {
  margin-top: auto;
  margin-left: auto;
}

.formStatus {
  display: none;
}

@media (max-width: 1400px) {
  .service_top__image {
    width: 58vw;
  }
}

@media (max-width: 1023px) {
  .service_top {
    margin-bottom: 32px;
  }

  .service_top__text {
    padding: 0;
  }

  .service_top__image {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .service_step__text {
    width: 100%;
  }

  .service_send__block {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

@media (max-width: 680px) {
  .service_top {
    margin-bottom: 24px;
  }

  .service_top__image {
    border-radius: 24px;
  }

  .service_steps {
    margin-bottom: 16px;
  }
}