body, html {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 22px;
}

.contact {
  padding-top: 58px;
  padding-bottom: 155px;
}
.contact__title {
  margin: 0 0 64px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #1f56bb;
}
.contact__cont {
  width: 100%;
  max-width: 1155px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 86px;
}
.contact__information {
  width: 494px;
  padding-top: 56px;
}
.contact__information_title {
  margin: 0 0 27px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.9;
  color: #111;
}
.contact__information_phone, .contact__information_email, .contact__information_adress {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.9;
  color: #111;
}
.contact__form {
  width: 346px;
}
.contact__form_in {
  width: 100%;
}
.contact__form_group {
  margin-bottom: 18px;
}
.contact__form_group--message {
  margin-bottom: 22px;
}
.contact__form_group--request {
  margin-bottom: 24px;
}
.contact__form_group--dates {
  margin-bottom: 34px;
}
.contact__form_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
}
.contact__required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 22px;
  height: 14px;
  padding: 0 5px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, right top, from(#42bcc4), to(#1844af));
  background: linear-gradient(90deg, #42bcc4 0%, #1844af 100%);
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.08em;
}
.contact__form_input {
  width: 100%;
  height: 41px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #48c0c7 0%, #2751bc 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#48c0c7), to(#2751bc));
     border-image: linear-gradient(90deg, #48c0c7 0%, #2751bc 100%);
  border-image-slice: 1;
  outline: none;
  font-weight: 400;
  font-size: 12px;
  color: #222;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact__form_input--date {
  height: 38px;
}
.contact__form_text {
  width: 100%;
  height: 154px;
  padding: 12px;
  background: #fff;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #48c0c7 0%, #2751bc 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#48c0c7), to(#2751bc));
     border-image: linear-gradient(90deg, #48c0c7 0%, #2751bc 100%);
  border-image-slice: 1;
  outline: none;
  resize: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  color: #222;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact__request_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-top: 2px;
}
.contact__radio_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4;
  color: #555;
  cursor: pointer;
}
.contact__radio_label input[type=radio] {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: #9e9e9e;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact__date_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.contact__date_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.contact__date_label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  min-width: 72px;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.contacts__map_cont {
  width: 494px;
  height: 272px;
  margin-top: 14px;
  background: #dcdcdc;
  overflow: hidden;
}

.contacts__maps {
  width: 100%;
  height: 100%;
  display: block;
}

.send__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 143px;
  height: 39px;
  margin: 0 auto;
  border: none;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, right top, from(#42bcc4), to(#132fa7));
  background: linear-gradient(90deg, #42bcc4 0%, #132fa7 100%);
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.send__button:hover {
  opacity: 0.9;
}

#submit-ajax {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 900px) {
  .wrapper {
    padding: 0 16px;
  }
  .contact {
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .contact__title {
    margin-bottom: 36px;
    font-size: 20px;
  }
  .contact__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 42px;
  }
  .contact__information, .contact__form {
    width: 100%;
  }
  .contact__information {
    padding-top: 0;
  }
  .contact__date_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6px;
  }
  .contact__date_label {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-width: auto;
  }
  .contacts__map_cont {
    width: 100%;
    height: 220px;
  }
}