.banner-inner {
  height: 510px;
  padding: 70px 0;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  background-size: cover;
  background-position: left;
  position: relative;
}

.banner-inner img {
  height: calc(100% - 140px);
  position: absolute;
  top: 70px;
  right: 0;
}

.banner-inner h1 {
  font-size: 64px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;

  position: relative;
  z-index: 1;
}

@media (max-width: 1400px) {
  .banner-inner h1 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .banner-inner h1 {
    font-size: 25px;
  }
}

@media (max-width: 992px) {
  .banner-inner {
    height: 150px;
  }
  .banner-inner img {
    display: none;
  }

  .banner-inner h1 {
    font-size: 25px;
  }
}

/* Breadcrumb */

.breadc {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 62px;
}

.breadc .breadc-back {
  display: flex;
  align-items: center;
  padding: 12px 0;
  gap: 12px;
}

.breadc .breadc-back a {
  display: flex;
  align-items: center;
  gap: 6px;

  color: var(--font-bold);
  font-size: 16px;
  font-weight: 600;
}

.breadc .breadc-back h1 {
  margin: auto 0;
  font-size: 16px;
  color: var(--font-thin);
  margin-bottom: 1px;
}

/* End of Breadcrumb */

.cpage .title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  color: var(--main);
}

.cpage .subtitle {
  font-size: 16px;
  font-weight: 600;
  color: var(--font-thin);
}

.cpage .col-lg-6 {
  margin-bottom: 24px;
}

.cpage .sec img {
  margin-bottom: 24px;
  width: 100%;
}

.cpage .sec h1 {
  font-size: 20px;
  font-weight: 600;
  color: var(--main);
  margin-bottom: 24px;
}

.cpage .sec h2 {
  font-size: 16px;
  font-weight: 600;
  color: var(--font-thin);
  margin-bottom: 24px;
}

.cpage .sec h3 {
  font-size: 14px;
  font-weight: 600;
  color: #63667c;
  margin-bottom: 0;
}

.cpage .sec h4 {
  font-size: 14px;
  font-weight: 600;
  color: #9d9fab;
  margin-left: 10px;
  margin-bottom: 0;
}

.mock-install-section {
  background: #fff;
  padding: 72px 0;
}

.mock-install-grid {
  align-items: flex-start;
}

.mock-install-content {
  padding-right: 24px;
}

.mock-install-content h2 {
  font-size: 38px;
  line-height: 1.04;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0e79c6;
  margin-bottom: 24px;
}

.mock-install-content h2 span {
  font-weight: 800;
  display: block;
}

.mock-install-content > p {
  font-size: 16px;
  line-height: 1.6;
  color: #8f93a4;
  margin-bottom: 28px;
  max-width: 340px;
}

.mock-install-content-data {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}

.mock-install-block {
  border-top: 1px solid #d8dce4;
  padding: 14px 0;
}

.mock-install-block:last-child {
  border-bottom: 1px solid #d8dce4;
}

.mock-install-block h3 {
  font-size: 17px;
  line-height: 1.2;
  color: #5f677f;
  font-weight: 600;
  margin-bottom: 14px;
}

.mock-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mock-pill-list span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #bcd6f8;
  color: #1470c6;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.mock-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.mock-image-grid img {
  width: 100%;
  height: 233px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.mock-corrective-section {
  background: #efefef;
  padding: 70px 0 72px;
}

.mock-corrective-grid {
  align-items: flex-start;
}

.mock-corrective-content {
  padding-left: 24px;
}

.mock-install-section .mock-image-grid {
  margin-left: -100px;
}

.mock-install-section .mock-image-grid img:nth-child(3) {
  margin-left: auto;
  width: 50%;
}

@media (max-width: 992px) {
  .mock-corrective-grid {
    gap: 40px;
  }
  .mock-corrective-grid .col-lg-6:first-child {
    order: 1;
  }
  .mock-corrective-grid .col-lg-6:nth-child(3) {
    order: 2;
  }

  .mock-install-section .mock-image-grid {
    margin-left: 0;
  }

  .mock-install-section .mock-image-grid img:nth-child(3) {
    width: 100%;
  }
}

.mock-corrective-content h2 {
  font-size: 38px;
  line-height: 1.04;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0e79c6;
  margin-bottom: 22px;
}

.mock-corrective-content h2 span {
  display: block;
  font-weight: 800;
}

.mock-corrective-content p {
  font-size: 16px;
  line-height: 1.55;
  color: #8f93a4;
  margin-bottom: 10px;
}

.mock-corrective-list {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.mock-corrective-list li {
  font-size: 17px;
  line-height: 1.4;
  color: #5f677f;
  font-weight: 700;
  padding: 9px 0;
  border-bottom: 1px solid #d8dce4;
}

.mock-highlight-section {
  background: #efefef;
  padding: 6px 0 72px;
}

.mock-highlight-top {
  margin-bottom: 26px;
}

.mock-highlight-lead,
.mock-highlight-text {
  margin: 0;
  max-width: 510px;
}

.mock-highlight-lead {
  font-size: 16px;
  line-height: 1.45;
  color: #0e79c6;
  font-weight: 700;
}

.mock-highlight-text {
  font-size: 16px;
  line-height: 1.45;
  color: #8f93a4;
  font-weight: 600;
  margin-left: auto;
}

.mock-highlight-media {
  border-radius: 12px;
  overflow: hidden;
}

.mock-highlight-media img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.mock-highlight-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  background: #0b6ba9;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

.mock-form-section {
  background: #efefef;
  position: relative;
  overflow: hidden;
  /* min-height: 814px; */
  /* padding: 22px 0 72px; */
}

.mock-form-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #68beff, #1e8edb);
}

.mock-form-section::before {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -22%;
  width: 62%;
  height: 128%;
  pointer-events: none;
  z-index: 0;
}

.mock-form-section .container {
  position: relative;
  z-index: 2;
}

.mock-form-grid {
  min-height: 720px;
  margin: 0;
}

.mock-form-grid > [class*="col-"] {
  padding: 0;
}

.mock-form-left-wrap {
  /* background: rgba(239, 241, 243, 0.85); */
  display: flex;
  align-items: center;
  border-radius: 16px 0 0 16px;
}

.mock-form-left-inner {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 48px 32px;
}

.mock-form-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.mock-form-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(160deg, #68beff, #1e8edb);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  border: 3px solid #ffffff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.mock-form-brand h2 {
  margin: 0;
  font-size: 54px;
  line-height: 1;
  color: #0b7fcf;
  font-weight: 800;
}

.mock-form-brand p {
  margin: 8px 0 0;
  font-size: 17px;
  line-height: 1.2;
  color: #0b7fcf;
  font-weight: 700;
}

.mock-form-card {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 14px;
  padding: 26px;
}

.mock-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mock-form-group {
  margin-bottom: 14px;
}

.mock-form-group label {
  display: block;
  margin-bottom: 6px;
  color: #0b6ba9;
  font-size: 16px;
  font-weight: 700;
}

.mock-form-group input,
.mock-form-group textarea {
  width: 100%;
  border: 1px solid #c8ced7;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.25);
  padding: 14px 16px;
  color: #6e7688;
  font-size: 15px;
  outline: none;
  resize: none;
}

.mock-form-group textarea {
  min-height: 130px;
}

.mock-form-card button {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 9px;
  background: #0b6ba9;
  color: #fff;
  font-size: 16px;
  font-weight: 700;

  display: flex;
  align-items: center;
  justify-content: center;
}

.mock-form-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.mock-form-image-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45vw;
  object-fit: cover;
  z-index: 1;
}

.mock-form-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 720px;
}

@media (max-width: 1200px) {
  .mock-install-content h2 {
    font-size: 34px;
  }

  .mock-install-content > p {
    font-size: 15px;
  }

  .mock-install-block h3 {
    font-size: 16px;
  }

  .mock-pill-list span {
    font-size: 13px;
  }

  .mock-corrective-content h2 {
    font-size: 34px;
  }

  .mock-corrective-content p {
    font-size: 15px;
  }

  .mock-corrective-list li {
    font-size: 16px;
  }

  .mock-highlight-lead,
  .mock-highlight-text {
    font-size: 15px;
  }

  .mock-highlight-media img {
    height: 460px;
  }

  .mock-highlight-cta {
    font-size: 17px;
  }

  .mock-form-brand h2 {
    font-size: 42px;
  }

  .mock-form-brand p {
    font-size: 15px;
  }

  .mock-form-card button {
    font-size: 24px;
  }

  .mock-form-grid {
    min-height: 680px;
  }

  .mock-form-image-wrap img {
    min-height: 680px;
  }
}

@media (max-width: 991px) {
  .mock-install-section {
    padding: 40px 0;
  }

  .mock-install-content {
    padding-right: 12px;
    margin-bottom: 28px;
  }

  .mock-install-content h2 {
    font-size: 30px;
  }

  .mock-install-content > p {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .mock-install-block {
    padding: 12px 0;
  }

  .mock-install-block h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .mock-pill-list {
    gap: 8px;
  }

  .mock-pill-list span {
    font-size: 13px;
    padding: 7px 12px;
  }

  .mock-image-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .mock-image-grid img {
    height: 220px;
    border-radius: 14px;
  }

  .mock-corrective-section {
    padding: 0 0 40px;
  }

  .mock-corrective-content {
    padding-left: 12px;
    margin-top: 22px;
  }

  .mock-corrective-content h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .mock-corrective-content p {
    font-size: 14px;
  }

  .mock-corrective-list {
    margin-top: 14px;
  }

  .mock-corrective-list li {
    font-size: 15px;
    padding: 8px 0;
  }

  .mock-highlight-section {
    padding: 0 0 40px;
  }

  .mock-highlight-top {
    margin-bottom: 18px;
  }

  .mock-highlight-lead,
  .mock-highlight-text {
    font-size: 14px;
    max-width: 100%;
  }

  .mock-highlight-lead {
    margin-bottom: 14px;
  }

  .mock-highlight-text {
    margin-left: 0;
  }

  .mock-highlight-media img {
    height: 320px;
  }

  .mock-highlight-cta {
    min-height: 40px;
    font-size: 15px;
  }

  .mock-form-grid {
    min-height: auto;
  }

  .mock-form-grid > [class*="col-"] {
    padding: 0;
  }

  .mock-form-left-wrap {
    border-radius: 12px 12px 0 0;
  }

  .mock-form-left-inner {
    padding: 36px 18px;
  }

  .mock-form-brand {
    gap: 12px;
    margin-bottom: 18px;
  }

  .mock-form-icon {
    width: 56px;
    height: 56px;
    font-size: 30px;
  }

  .mock-form-brand h2 {
    font-size: 34px;
  }

  .mock-form-brand p {
    font-size: 13px;
  }

  .mock-form-card {
    padding: 16px;
  }

  .mock-form-row {
    grid-template-columns: 1fr;
  }

  .mock-form-group input,
  .mock-form-group textarea {
    font-size: 14px;
  }

  .mock-form-card button {
    min-height: 46px;
    font-size: 20px;
  }

  .mock-form-image-wrap img {
    width: 100%;
    min-height: 340px;
    border-radius: 0 0 12px 12px;
  }

  .mock-form-image-wrap {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 0;
    z-index: 2;
  }

  .mock-form-image-wrap img {
    min-height: 340px;
    border-radius: 0 0 12px 12px;
  }

  .mock-form-section {
    min-height: auto;
    padding: 0 0 40px;
  }

  .mock-form-section::before {
    width: 140%;
    left: -35%;
    bottom: -38%;
    height: 120%;
  }
}

@media (max-width: 575px) {
  .mock-image-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mock-install-content h2 {
    font-size: 28px;
  }

  .mock-install-block h3 {
    font-size: 15px;
  }

  .mock-corrective-content h2 {
    font-size: 28px;
  }

  .mock-corrective-list li {
    font-size: 14px;
  }

  .mock-highlight-media {
    border-radius: 10px;
  }

  .mock-highlight-media img {
    height: 240px;
  }

  .mock-form-brand h2 {
    font-size: 28px;
  }

  .mock-form-brand p {
    font-size: 12px;
  }

  .mock-form-card button {
    font-size: 16px;
  }
}
/* End of page */

/* Contact */

.contact {
  padding: 120px 0;
}

.contact h1 {
  font-size: 45px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.contact h2 {
  font-size: 16px;
  color: #ffffffbb;
  font-weight: 600;
  text-align: center;
  max-width: 792px;
  margin: 0 auto;

  margin-bottom: 40px;
}

.contact a {
  display: flex;
  margin: 0 auto;
  width: fit-content;

  background-color: var(--main);
  text-align: center;

  padding: 10px 15px;
  border-radius: 7px;

  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
