.page-contact-fl .page-contact-box {
  font-family: Unbounded;
}
.page-contact-fl .page-contact-box h3 {
  font-family: Unbounded;
  margin-bottom: 0;
}
.page-contact-fl .page-contact-box .btn {
  margin-top: auto;
}
.page-contact-fl .page-contact-box .imageBtn {
  margin-top: 16px;
}
.page-contact-fl .page-contact-box .imageBtn img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}
.page-contact-fl .page-contact-box .afterSalesServiceTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-contact-fl .page-contact-box .afterSalesServiceTop h3 {
  max-width: calc(100% - 343px);
}
.page-contact-fl .page-contact-box .afterSalesServiceTop img {
  max-width: 343px;
  object-fit: contain;
}
.page-contact-fl .page-contact-box .afterSalesServiceTop .imageBtn {
  margin-top: 0;
}

.modal-registration.modalSheduleContent {
  max-width: 700px;
  padding: 56px;
  background-image: url(img/contactSheduleBg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.modal-registration.modalSheduleContent .close {
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
}
.modal-registration.modalSheduleContent .close:before {
  width: 28px;
  height: 1.5px;
  background: #00000080;
}
.modal-registration.modalSheduleContent .close:after {
  height: 28px;
  width: 1.5px;
  background: #00000080;
}
.modal-registration.modalSheduleContent .modalSheduleContentWrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 120px;
}
.modal-registration.modalSheduleContent .modalSheduleContentWrap .modalSheduleContentTitle {
  font-family: Unbounded;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0%;
}
.modal-registration.modalSheduleContent .modalSheduleContentWrap .modalSheduleContentText {
  font-family: Unbounded;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
}

@media (max-width: 1080px) {
  .page-contact-fl .page-contact-box .afterSalesServiceTop {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .page-contact-fl .page-contact-box .afterSalesServiceTop h3 {
    max-width: 100%;
  }
  .page-contact-fl .page-contact-box .afterSalesServiceTop img {
    max-width: 100%;
  }
  .page-contact-fl .page-contact-box .btn {
    margin-top: 30px;
  }
}
@media (max-width: 780px) {
  .modal-registration.modalSheduleContent {
    padding: 32px;
    background-size: contain;
  }
  .modal-registration.modalSheduleContent .modalSheduleContentWrap {
    gap: 16px;
    padding-bottom: 156px;
  }
  .modal-registration.modalSheduleContent .modalSheduleContentWrap .modalSheduleContentTitle {
    font-size: 24px;
  }
  .modal-registration.modalSheduleContent .modalSheduleContentWrap .modalSheduleContentText {
    font-size: 16px;
  }
}