  .service-top-banner {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .service-top-banner img {
    display: block;
    width: 100%;
    height: 300px;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
  }

  .service-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 80px;
  }

  .about-prev_list-num {
    font-weight: bold;
    font-size: 32px;
  }

  .service-header {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      Oxygen, Ubuntu, Cantarell, sans-serif;
    color: rgba(25, 40, 48, 0.9);
  }

  .service-title,
  .timeline-title,
  .certificate-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 50px;
  }

  .service-grid {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
  }

  .service-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    width: 100%;
  }

  .service-header .service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .usl-s .service-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 40px;
    border: 1px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient(white, white), linear-gradient(to right bottom, #00A5AA, #A2E8EA);
    background-origin: border-box;
    background-clip: padding-box, border-box;
  }

  .service-header .service-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: contain;
    background: rgba(0, 184, 169, 0.1);
    padding: 15px;
  }

  .service-header .service-description {
    margin-top: 20px;
    line-height: 1.5;
    color: #192830;
    text-align: center;
  }

  .timeline-section {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .timeline-section .service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .timeline-grid {
    width: 100%;
  }

  .timeline-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }

  .timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .timeline-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: contain;
    background: rgba(0, 184, 169, 0.1);
    padding: 15px;
  }

  .timeline-description {
    margin-top: 20px;
    line-height: 1.5;
    color: #192830;
    font-size: 14px;
  }

  .certificate-section {
    margin-top: 80px;
  }

  .certificate-header-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
  }

  .certificate-content {
    flex: 1;
    max-width: 550px;
  }

  .certificate-image-column {
    flex: 1;
    max-width: 550px;
  }

  .certificate-main-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
  }

  .certificate-description {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 30px;
  }

  .certificate-grid {
    display: flex;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
  }

  .certificate-card {
    width: 360px;
    border-radius: 20px;
    border: 1px solid #ededed;
    padding: 30px;
  }

  .certificate-image-wrapper {
    display: flex;
    justify-content: center;
  }

  .certificate-image {
    width: 100%;
    max-width: 276px;
    height: auto;
    object-fit: contain;
  }

  @media (max-width: 1200px) {
    .service-row {
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .service-item {
      flex: 0 0 calc(50% - 10px);
      width: auto;
    }

    .certificate-grid {
      justify-content: center;
    }
  }

  @media (max-width: 991px) {

    .timeline-section,
    .certificate-section {
      margin-top: 40px;
    }

    .certificate-header-wrapper {
      flex-direction: column;
      gap: 30px;
    }

    .certificate-content,
    .certificate-image-column {
      max-width: 100%;
      width: 100%;
    }

    .service-title,
    .timeline-title,
    .certificate-title {
      margin-bottom: 40px;
    }

    .service-grid,
    .timeline-grid {
      gap: 40px;
    }

    .timeline-row {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }

    .certificate-card {
      padding: 20px;
      width: calc(50% - 10px);
    }

    .service-row {
      grid-template-columns: repeat(2, 1fr);
    }

    .timeline-section {
      max-width: 100%;
    }

    .timeline-row {
      grid-template-columns: repeat(2, 1fr);
      gap: 25px;
    }

    .timeline-icon {
      width: 60px;
      height: 60px;
      padding: 12px;
    }

    .timeline-description {
      margin-top: 15px;
      font-size: 13px;
    }
  }

  @media (max-width: 767px) {
    .timeline-row {
      grid-template-columns: repeat(2, 1fr);
    }

    .service-item,
    .timeline-item {
      width: 100%;
    }

    .certificate-content {
      width: 100%;
    }

    .service-description {
      margin-top: 15px;
      font-size: 13px;
    }
  }

  @media (max-width: 480px) {
    .service-container {
      padding: 0 12px;
    }

    .about-prev_block.mg-t60 .about-prev_info {
      order: 1;
    }

    .about-prev_list-num {
      font-weight: 500;
      font-size: 20px;
    }

    .service-title,
    .timeline-title,
    .certificate-title {
      font-size: 18px;
      margin-bottom: 30px;
    }

    .service-description,
    .timeline-description,
    .certificate-description {
      font-size: 13px;
      margin-top: 15px;
    }

    .service-icon {
      width: 50px;
      height: 50px;
    }

    .certificate-card {
      padding: 15px;
    }

    .service-grid {
      gap: 30px;
    }

    .service-row {
      gap: 15px;
    }

    .service-grid {
      max-width: 100%;
    }

    .service-row {
      gap: 20px;
    }

    .service-icon {
      width: 60px;
      height: 60px;
      padding: 12px;
    }

    .service-description {
      margin-top: 15px;
      font-size: 13px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    * {
      animation: none !important;
      transition: none !important;
    }
  }

  .contact-section {
    margin: 0 auto;
    font-family: Raleway, system-ui, sans-serif;
    margin-top: 77px;
  }

  .contact-section .layout-wrapper {
    display: flex;
    gap: 20px;
    min-height: 100%;
  }

  .contact-section .contact-info-column,
  .contact-section .form-column {
    display: flex;
    flex-direction: column;
  }

  .contact-section .contact-info-column {
    flex: 0 0 41%;
  }

  .contact-section .contact-info-card,
  .contact-section .form-container {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .contact-section .contact-info-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    padding: 30px;
  }

  .contact-section .info-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .contact-section .office-title {
    font-size: 20px;
    font-weight: 600;
    color: rgba(25, 40, 48, 0.9);
    margin: 0 0 20px;
  }

  .contact-section .office-hours {
    font-size: 14px;
    line-height: 1.33;
    color: rgba(25, 40, 48, 0.9);
    margin: 0;
  }

  .contact-section .contact-details {
    margin-top: 30px;
  }

  .contact-section .contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }

  .contact-section .contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #00a6aa;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .contact-section .contact-text {
    font-size: 14px;
    color: rgba(25, 40, 48, 0.9);
    text-decoration: none;
    font-style: normal;
    margin: 0;
  }

  .contact-section .social-section {
    margin-top: auto;
    padding-top: 40px;
  }

  .contact-section .divider {
    height: 1px;
    background: #e7e7e7;
    margin-bottom: 20px;
  }

  .contact-section .social-title {
    font-size: 14px;
    font-weight: 400;
    color: rgba(25, 40, 48, 0.9);
    margin: 0 0 20px;
  }

  .contact-section .social-links {
    display: flex;
    gap: 10px;
  }

  .contact-section .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #00a6aa;
    border-radius: 50%;
    transition: opacity 0.2s;
  }

  .contact-section .social-link:hover {
    opacity: 0.9;
  }

  .contact-section .form-column {
    flex: 0 0 59%;
  }

  .contact-section .form-container {
    background: #f6f6f6;
    border-radius: 24px;
    padding: 24px 30px;
  }

  .contact-section .form-title {
    font-size: 20px;
    font-weight: 600;
    color: rgba(25, 40, 48, 0.9);
    margin: 0 0 24px;
  }

  .contact-section .form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .contact-section .form-group {
    display: flex;
    flex-direction: column;
  }

  .contact-section .form-group.full-width {
    grid-column: 1 / -1;
  }

  .contact-section .form-label {
    font-size: 14px;
    color: rgba(27, 31, 59, 0.65);
    margin-bottom: 4px;
  }

  .contact-section .form-input,
  .contact-section .form-textarea {
    padding: 14px 16px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    color: rgba(25, 40, 48, 0.9);
    width: 100%;
    transition: border-color 0.2s;
  }

  .contact-section .form-input:focus,
  .contact-section .form-textarea:focus {
    outline: none;
    border-color: #00a6aa;
  }

  .contact-section .form-input {
    height: 44px;
  }

  .contact-section .form-input:invalid:not(:placeholder-shown) {
    border-color: #ff4d4f;
  }

  .contact-section .form-textarea {
    resize: vertical;
    min-height: 132px;
  }

  .contact-section .checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 0;
  }

  .contact-section .form-checkbox {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #e7e7e7;
    appearance: none;
    background: #fff;
    cursor: pointer;
    flex-shrink: 0;
  }

  .contact-section .form-checkbox:checked {
    background: #00a6aa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E") center/16px no-repeat;
    border-color: #00a6aa;
  }

  .contact-section .form-checkbox:focus-visible {
    outline: 2px solid #00a6aa;
    outline-offset: 2px;
  }

  .contact-section .checkbox-label {
    font-size: 14px;
    color: rgba(25, 40, 48, 0.9);
    line-height: 1.4;
  }

  .contact-section .agreement-link {
    color: #00a6aa;
    text-decoration: none;
  }

  .contact-section .agreement-link:hover {
    text-decoration: underline;
  }

  .contact-section .form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
  }

  .contact-section .submit-button {
    padding: 14px 24px;
    background: #00a6aa;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s;
  }

  .contact-section .submit-button:hover {
    background-color: #008f92;
  }

  .contact-section .submit-button:focus-visible {
    outline: 2px solid #00a6aa;
    outline-offset: 2px;
  }

  @media (max-width: 991px) {
    .contact-section .layout-wrapper {
      flex-direction: column;
    }

    .contact-section .contact-info-column,
    .contact-section .form-column {
      flex: none;
      width: 100%;
    }

    .contact-section .form-grid {
      grid-template-columns: 1fr;
    }

    .contact-section .contact-info-card,
    .contact-section .form-container {
      padding: 20px;
    }

    .contact-section .social-section {
      padding-top: 30px;
    }

    .contact-section .office-title {
      font-size: 24px;
    }

    .contact-section .office-hours {
      font-size: 16px;
      line-height: 1.5;
    }

    .contact-section .contact-text {
      font-size: 16px;
    }

    .contact-section .form-title {
      font-size: 24px;
    }

    .contact-section .form-label {
      font-size: 14px;
    }

    .contact-section .form-input,
    .contact-section .form-textarea {
      font-size: 16px;
      padding: 16px;
    }

    .contact-section .checkbox-label {
      font-size: 16px;
    }

    .contact-section .submit-button {
      font-size: 18px;
      padding: 16px 32px;
    }
  }

  @media (max-width: 480px) {
    .contact-section {
      padding: 10px;
    }

    .contact-section .contact-info-card,
    .contact-section .form-container {
      padding: 15px;
    }

    .contact-section .checkbox-wrapper {
      padding: 12px 0;
    }

    .contact-section .submit-button {
      width: 100%;
    }
  }

  @media (forced-colors: active) {
    .contact-section .form-checkbox:checked {
      background: CanvasText;
    }

    .contact-section .contact-icon,
    .contact-section .social-link,
    .contact-section .submit-button {
      border: 1px solid CanvasText;
    }
  }

  /*.about-prev_list .about-prev_list-item {
    background: linear-gradient(to bottom, #53bbbe 0%, #00a5aa 100%);
    border: none;
  }*/

  /*.about-prev_list .about-prev_list-num,
  .about-prev_list .about-prev_list-text {
    color: #fff;
  }*/
