.section-home-1 .wrap-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.section-home-1 .col-left .et_pb_text_inner {
  max-width: 520px;
}

.section-home-1 .col-left .et_pb_text_inner * {
  color: rgba(255, 255, 255, 0.64);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.section-home-1 .col-left .et_pb_module {
  margin-bottom: 28px;
}

.section-home-1 .col-right .et_pb_image {
  width: 430px;
  height: 640px;
}

.section-home-1 .col-right .et_pb_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.main-form .wrap-form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.main-form .form-error {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 0px;
  max-width: 329px;
}

.main-form .wrap-form input {
  height: 51px;
  max-width: 329px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #04132b;
  padding: 16px 20px;
  width: 100%;
  color: rgba(255, 255, 255, 0.45);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.main-form .wrap-form .btn-submit-mail {
  padding: 16px 28px;
}

.main-form .caption-list {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-top: 28px;
}
.main-form .caption-list span {
  color: #1ac9f0;
  font-weight: 600;
  line-height: normal;
  margin-right: 6px;
}

.section-home-2 .list-item ul {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px;
}
.section-home-2 .list-item ul li {
  list-style: none;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.section-home-3 .wrap-content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

.section-home-3 .col-top .et_pb_column {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 45px;
  column-gap: 20px;
  margin-top: 40px;
}

.section-home-3 .item {
  padding: 32px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #04132b;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  grid-column: span 4;
  margin-bottom: 0px !important;
}
.section-home-3 .item:first-child {
  background: linear-gradient(127deg, #1ac9f0 0%, #00599e 71.43%);
  grid-column: span 8;
  border: 0px;
}
.section-home-3 .item:first-child h3 {
  font-size: 24px;
}
.section-home-3 .item:last-child {
  border: none;
}
.section-home-3 .item h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 12px;
}

.section-home-3 .item p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.section-home-4 h2 {
  padding-bottom: 40px;
}
.section-home-4 .item {
  margin-bottom: 0px !important;
}

.section-home-4 .item .et_pb_code_inner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 28px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.section-home-4 .item:last-child .et_pb_code_inner {
  border-bottom: none;
}
.section-home-4 .item .et_pb_code_inner .number {
  color: var(--primary-color);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  line-height: normal;
  width: 54px;
}

.section-home-4 .item .wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}

.section-home-4 .item .wrap h4 {
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  line-height: normal;
  padding-bottom: 0px;
  max-width: 100%;
  width: 180px;
  overflow: hidden;
  word-break: break-word;
}

.section-home-4 .item .wrap p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  flex: 1;
}

.section-home-5 .list-content .et_pb_column {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #04132b;
  padding: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 72px;
}

.section-home-5 .col-left .et_pb_text_inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.section-home-5 .list-content .col-left h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  /*letter-spacing: -0.54px;*/
  letter-spacing: 0.46px;
  padding-bottom: 0px;
}
.section-home-5 .text-mobile,
.section-home-5 .list-content .col-left p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  padding-bottom: 0px;
}
.section-home-5 .text-mobile,
.section-home-5 .list-content .col-left p strong {
  font-weight: 600;
}
.section-home-5 .list-content .col-right .item {
  border-left: 2px solid rgba(229, 36, 40, 0.9);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 28px;
}
.section-home-5 .list-content .col-right .item:last-child {
  margin-bottom: 0px;
}

.section-home-5 .list-content .col-right .item h5 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 0px;
}
.section-home-5 .list-content .col-right .item p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.section-home-6 .caption-list,
.section-home-5 .text-mobile {
  display: none;
}

.section-home-6 .wrap-box .et_pb_column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.section-home-6 .wrap-box h2 {
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.96px;
  padding-bottom: 28px;
}
.section-home-6 .wrap-box p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.section-home-6 .wrap-box .wrap-form input {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 6, 24, 0.75);
}

@media (min-width: 1024px) {
  .section-home-6 .wrap-box .et_pb_column {
    max-width: 560px;
  }
}

@media (min-width: 1200px) {
  .section-home-3 .wrap-content {
    max-width: 572px;
  }
}

@media (max-width: 1280px) {
  .main-form .form-error,
  .main-form .wrap-form .btn-submit-mail,
  .main-form .wrap-form input {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .section-home-1 .col-left .et_pb_text_inner * {
    font-size: 16px;
  }
  .section-home-1 .col-left .et_pb_module {
    margin-bottom: 20px;
  }
  .section-home-1 .col-right .et_pb_image {
    width: 100%;
    height: 100%;
  }
  .main-form .caption-list {
    font-size: 14px;
  }
  .section-home-3 .col-top .et_pb_column {
    margin-top: 24px;
  }
  .section-home-4 h2 {
    padding-bottom: 20px;
  }
  .section-home-5 .list-content .et_pb_column {
    padding: 32px;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .section-home-3 .item:first-child {
    grid-column: span 12;
  }
  .section-home-3 .item {
    grid-column: span 6;
  }
  .section-home-5 .list-content .et_pb_column {
    padding: 24px;
  }
}

@media (max-width: 567px) {
  .section-home-3 .col-top .et_pb_column {
    gap: 24px;
  }
  .section-home-3 .item {
    grid-column: span 12;
    min-height: 170px;
    padding: 24px;
  }
  .section-home-3 .item h3 {
    font-size: 19px;
    padding-bottom: 9px;
  }

  .section-home-4 .item .wrap {
    flex-direction: column;
    align-items: start;
    gap: 4px;
  }
  .section-home-3 .item p,
  .section-home-5 .list-content .col-right .item p,
  .section-home-4 .item .wrap p {
    font-size: 14px;
  }
  .section-home-4 .item .et_pb_code_inner {
    padding: 18px 0px;
    padding-bottom: 38px;
    gap: 20px;
  }
  .section-home-4 .item .et_pb_code_inner .number {
    width: auto;
  }
  .section-home-5 .list-content .et_pb_column {
    grid-template-columns: 1fr;
  }
  .section-home-6 .wrap-box .et_pb_column,
  .section-home-5 .list-content .et_pb_column {
    gap: 24px;
  }
  .section-home-5 .list-content .col-right .item {
    margin-bottom: 24px;
  }
  .section-home-5 .list-content .col-right .item h5 {
    font-size: 17px;
  }
  .section-home-6 .wrap-box p br,
  .section-home-5 .list-content .col-left p {
    display: none;
  }
  .section-home-5 .text-mobile {
    display: block;
    font-size: 14px;
  }
  .section-home-6 .wrap-box h2 {
    padding-bottom: 18px;
  }
  .section-home-6 .wrap-box p {
    font-size: 15px;
  }
}
