.heading-row {
  display: flex;
  gap: 20px;
  align-items: center;
  font-family: Montserrat, 'Open Sans', sans-serif;
  margin-top: 100px;
  justify-content: space-between;
  align-content: space-around;
}
.heading-row h1,
.heading-row .h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 110%;
  color: #010912;
  margin-bottom: 20px;
}
.heading-row .heading-wrap {
  flex-basis: 689px;
  margin: 20px 0;
}
.heading-row .heading-wrap .sub-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #010912;
}
.heading-row .top-pic {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .heading-row .top-pic {
    margin-top: -25px;
  }
}
.heading-row .present-wrap {
  flex-basis: 410px;
  background: #01091208;
  border-radius: 24px;
  padding: 30px 40px;
  text-align: center;
  align-items: center;
  display: flex;
  gap: 4px;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}
.heading-row .present-wrap .big-txt {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  color: #00C0F3;
}
.included-row {
  margin-top: 75px;
  font-family: Montserrat, 'Open Sans', sans-serif;
  color: #010912;
}
.included-row .caption {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.included-row .included-items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  text-align: center;
  justify-content: space-between;
}
.included-row .included-items .included-item {
  background: #01091208;
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: flex;
  gap: 4px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  flex-grow: 1;
}
.included-row .included-items .included-item .big-txt {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
}
.text-row {
  font-family: Montserrat, 'Open Sans', sans-serif;
  margin-top: 36px;
  color: #010912;
  font-weight: 400;
  line-height: 24px;
}
.text-row .price {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 4px;
}
.text-row .price .value {
  font-size: 30px;
  line-height: 110%;
  margin-right: 5px;
}
.bnt-row {
  font-family: Montserrat, 'Open Sans', sans-serif;
  margin-top: 36px;
  margin-bottom: 100px;
}
.modal-open .modal.contact-form-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.contact-form-modal .modal-header {
  border: none;
  padding: 0 0 24px;
}
.modal.contact-form-modal .modal-header .modal-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 110%;
  color: #010912;
}
.modal.contact-form-modal .modal-header .close {
  background: url(../../images/discounts/close-ic.svg) no-repeat center;
  width: 24px;
  height: 24px;
  opacity: 1;
}
.modal.contact-form-modal .modal-header .close:hover,
.modal.contact-form-modal .modal-header .close:focus {
  opacity: 1;
}
.modal.contact-form-modal .modal-dialog {
  width: 600px;
  margin: 16px;
}
.modal.contact-form-modal .modal-dialog .modal-content {
  border: none;
  padding: 32px;
  border-radius: 32px;
  box-shadow: none;
}
.modal.contact-form-modal .modal-body {
  padding: 0;
}
.modal.contact-form-modal .contact_form_widget_form div[class*="accept_agreement"].form-group label {
  padding-left: 32px;
  margin-bottom: 24px;
  padding-top: 4px;
  color: #010912;
}
.modal.contact-form-modal .contact_form_widget_form input[type="text"] {
  padding: 16px;
}
.modal.contact-form-modal form .help-block {
  margin-bottom: 8px;
}
.modal.contact-form-modal form .help-block:after {
  content: none;
}
.modal.contact-form-modal .checkbox input[type=checkbox],
.modal.contact-form-modal .checkbox-inline input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-left: -32px;
  margin-top: 0;
}
.modal.contact-form-modal .field-dubble-wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.modal.contact-form-modal .field-dubble-wrap > * {
  flex-grow: 1;
  min-width: 232px;
}
.modal.contact-form-modal .btn-wrap .ui_btn {
  border: none;
  padding: 16px 24px;
  min-height: 48px;
  height: 48px;
}
.modal.contact-form-modal .ajax-send-btn.loading {
  min-width: 220px;
}
.modal.contact-form-modal .contact_form_widget {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .heading-row .top-pic {
    width: 49%;
  }
  .included-row .included-items {
    gap: 8px;
  }
  .included-row .included-items .included-item {
    font-size: 14px;
    padding: 20px;
  }
  .included-row .included-items .included-item .big-txt {
    font-size: 22px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .heading-row {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: normal;
    margin-top: 40px;
  }
  .heading-row h1,
  .heading-row .h1 {
    font-size: 32px;
  }
  .heading-row .heading-wrap,
  .heading-row .present-wrap {
    flex-basis: auto;
  }
  .heading-row .top-pic {
    width: auto;
  }
  .heading-row .present-wrap {
    font-size: 15px;
    padding: 20px;
  }
  .heading-row .present-wrap .big-txt {
    font-size: 22px;
    line-height: 120%;
  }
  .heading-row .present-wrap img {
    max-width: 84px;
  }
  .bnt-row {
    position: sticky;
    bottom: 20px;
  }
  .text-row .price {
    font-size: 15px;
    line-height: 130%;
  }
  .text-row .price .value {
    font-size: 26px;
  }
  .modal.contact-form-modal .modal-dialog .modal-content {
    padding: 28px;
  }
}
