@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,600,400,700,italic");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
  scroll-behavior: smooth;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: "Qanelas-Bold";
  src: url("https://anima-uploads.s3.amazonaws.com/5b057e48715fc8000b792d94/Radomir Tinkov - Qanelas-Bold.otf")
  format("opentype");
}
@media (max-width: 1000px) {
  body {overflow-x: visible;font-family: "Montserrat", Helvetica !important;}

  .faq-item947221 .faq-answer947221 {
    display: none;
  }
  .faq-item947221.active .faq-answer947221 {
    display: block;
  }


  .grid73238 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "v1 v2"
        "v1 v3"
        "v4 v5"
        "v6 v5";
    gap: 10px;
    padding: 0;
    max-width: 100%;
    margin: auto;
  }

  .video73238 {
    position: relative;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
  }

  .v1 {
    grid-area: v1;
    height: 400px;
  }
  .v5 {
    grid-area: v5;
    grid-row: span 2;
    height: 400px;
  }

  .v2, .v3, .v4, .v6 {
    height: 195px;
  }

  .video73238 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: none;
  }

  .video73238::before {
    content: "▶";
    position: absolute;
    font-size: 32px;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
  }

  .popup-overlay73238 {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .popup-inner73238 {
    position: relative;
    width: 90%;
    max-width: 360px;
    aspect-ratio: 9 / 16;
  }

  .popup-inner73238 video {
    width: 100%;
    height: 100%;
  }

  .popup-close73238 {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    color: white;
    font-size: 32px;
    border: none;
    cursor: pointer;
  }

  #show-more-faq {
    cursor: pointer;
    padding: 20px 30px;
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    display: block;
    margin: auto;
    background: linear-gradient(to right, #1b2f91, #00b7c3);
    font-weight: 600;
    font-family: 'Montserrat', Helvetica, sans-serif;
  }
  

  .popup8457372 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
  }

  .popup-content8457372 {
    background: linear-gradient(to bottom right, #2bb5b5, #035f8a);
    color: white;
    padding: 25px;
    border-radius: 16px;
    width: 90%;
    max-width: 360px;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
  }

  .popup-content8457372 h2 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }

  .popup-content8457372 input,
  .popup-content8457372 textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: none;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    background: white;
    color: #000;
  }

  .popup-content8457372 button {
    width: 100%;
    padding: 12px;
    border: none;
    background: white;
    color: #035f8a;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    font-size:18px;font-family: 'Montserrat', sans-serif;
    margin-top:14px;
  }

  .popup-content8457372 button:hover {
    opacity: 0.9;
  }

  .close8457372 {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: white;
    cursor: pointer;
  }

  .form-status8457372 {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    display: none;
  }

  .social-section382711 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(to bottom, #e6f2fc, #ffffff);
    border-radius: 30px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    font-family: "Montserrat", Helvetica, sans-serif;
    max-width: 768px;
    margin: 0 auto;
    width: 100%;
    height: 455px;
  }

  .social-text382711 h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .social-text382711 p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .social-icons382711 {
    display: flex;
    gap: 16px;
  }

  .social-icons382711 img {
    width: 48px;
    height: 48px;
  }

  .social-phone382711 {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 200px;
    height: 315px;
    background-image: url('img/iphone-kazroof.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    transform: rotate(2deg);

  }

  .faq-section947221 h2,
  .consultation-block947221 h2,
  .social-block947221 h2 {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .faq-item947221 {
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
  }
  .faq-question947221 {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
  }
  .faq-answer947221 {
    display: none;
    font-size: 18px;
    margin-top: 8px;
  }
  .faq-item947221.active .faq-answer947221 {
    display: block;
  }

  .consultation-block947221 {
    background-size: cover;
    color: white;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
    height:850px;
    background-position: bottom;
  }
  .consultation-block947221 p {
    font-size: 18px;
    margin: 20px 0;font-family: 'Montserrat', Helvetica, sans-serif;
  }
  .consultation-block947221 input {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;font-size: 18px;
    border-radius: 30px;
    border: 1px solid white;
    background: transparent;
    color: white;font-family: 'Montserrat', Helvetica, sans-serif;
  }
  .consultation-block947221 input::placeholder  {

    color: white;
  }
  .consultation-block947221 button {
    width: 100%;
    background: linear-gradient(to right, #1b2f91, #00b7c3);
    color: white;
    padding: 20px;
    border-radius: 30px;
    border: none;
    font-size: 18px;
    font-weight: 600;font-family: 'Montserrat', Helvetica, sans-serif;
  }

  .social-block947221 {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 20px;
    margin-top: 20px;font-family: 'Montserrat', Helvetica, sans-serif;
  }
  .social-block947221 p {
    font-size: 14px;
    margin: 10px 0;font-family: 'Montserrat', Helvetica, sans-serif;
  }
  .social-icons947221 {
    display: flex;
    gap: 10px;
  }
  .social-icons947221 img {
    width: 36px;
    height: 36px;
  }
  .phone-image947221 {
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 20px;
  }

  .reviews-block457112 {
    font-family: 'Montserrat', Helvetica, sans-serif;
    padding: 20px;
  }
  .reviews-block457112 h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .reviews-block457112 h2 span {
    color: #0038A8;
  }
  .review-card457112 {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 16px;
    position: relative;
    text-align: center;
    line-height: 1.4;
  }
  .avatar-circle457112 {
    width: 40px;
    height: 40px;
    background: teal;
    color: white;
    font-weight: 600;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin: 20px auto;
  }
  .avatar-circle457112.pink {
    background: #d3396f;
  }
  .stars457112 {
    color: #f4c542;
    font-size: 16px;
    margin: 6px 0;
  }

  .sample-form457112 {
    background-size: cover;
    background-position: top;
    padding: 30px;
    border-radius: 20px;
    color: black;
    text-align: left;
    height: 815px;
  }
  .sample-form457112 h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 10px;

  }
  .sample-form457112 p {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .sample-form457112 form input {
    display: block; font-size: 18px;
    width: 100%;
    padding: 20px;
    color:black;
    margin-bottom: 10px;
    border-radius: 30px;
    border: 1px solid black;
    background: transparent;
    color: white;font-family: 'Montserrat', Helvetica, sans-serif;
  }
  .sample-form457112 form input::placeholder {

    color:black;

  }
  .sample-form457112 form button {
    background: linear-gradient(to right, #1b2f91, #00b7c3);
    color: white;
    font-weight: 600;
    padding: 20px;
    font-size:18px;
    color:white;
    border-radius: 30px;
    width: 100%;
    border: none;
    cursor: pointer;
    margin-top:10px;
    font-family: 'Montserrat', Helvetica, sans-serif;
  }
  .sample-image457112 {
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 10px;
  }

  .coop-section457112 {
    padding: 30px 30px 0 30px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    width:100%;
  }
  .coop-section457112 h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .coop-card457112 {
    background-size: cover;
    background-position: center;
    height: 200px;
    font-size:30px;
    border-radius: 20px;
    color: white;
    font-weight: 600;
    padding: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
  }

  .offer-section743612 {
    background-image: url('https://kazroof.kz/img/back-form0234431.png');
    border-radius: 20px;
    color: white;
    background-size: cover;
    background-position: bottom;
    margin-bottom: 45px;
    font-family: 'Montserrat', Helvetica, sans-serif;
  }

  .offer-box743612 {
    padding: 30px;
  }

  .offer-box743612 h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;font-family: 'Montserrat', Helvetica, sans-serif;
  }

  .offer-box743612 p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;font-family: 'Montserrat', Helvetica, sans-serif;
  }

  .offer-box743612 form input {
    font-size: 18px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #fff;
    background: transparent;
    color: white;
    font-family: 'Montserrat', Helvetica, sans-serif;
  }
  .offer-box743612 form input::placeholder {

    color: white;

  }

  .offer-box743612 form button {
    padding: 20px 30px;font-family: 'Montserrat', Helvetica, sans-serif;
    border: none;
    background: linear-gradient(to right, #1b2f91, #00b7c3);
    color: white;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
    margin-top: 10px;
  }

  .offer-tile743612 {
    height: 200px;
    background-image: url('https://kazroof.kz/img/');
    background-size: cover;
    background-position: center;
    border-radius: 0 0 20px 20px;
    margin-top: -10px;
  }

  .projects-section743612 {
    padding: 20px 0;
  }

  .project-large743612 {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
  }

  .project-small-group743612 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
  }

  .project-small743612 {
    width: calc(50% - 5px);
    height: 150px;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
  }

  .buttons-row743612 {font-family: 'Montserrat', Helvetica, sans-serif;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .btn743612 {
    text-align: center;
    padding: 20px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Montserrat', Helvetica, sans-serif;
  }

  .btn743612.blue {
    background: linear-gradient(to right, #1b2f91, #00b7c3);
    color: white;
  }

  .btn743612.gradient {
    background: linear-gradient(to right, #1b2f91, #00b7c3);
    color:white;
  }

  .section534521 {
   width: 100%;
    margin: 0 auto;
    padding: 60px 30px;
  }

  .dark-block534521 {
    background-image: url('https://kazroof.kz/img/brown-1111.jpg');
    background-size: cover;
    color: white;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-position-x: center;
  }

  .dark-block534521 h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .dark-block534521 p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .button534521 {
    display: inline-block;font-family: 'Montserrat', Helvetica, sans-serif;
    padding: 20px 25px;
    background: linear-gradient(to right, #1b2f91, #00b7c3);
    color: white;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    border:none;
  }

  .montage-image534521 {
    background-image: url('https://kazroof.kz/img/kazroof-bryak1.png');
    background-size: cover;
    background-position-x: 0;
    background-position-y: bottom;
    height: 335px;
    border-radius: 0 0 20px 20px;
    margin-top: -10px;
  }

  .card-grid534521 {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .card534521 {
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    height: 240px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
  }

  .card534521 h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height:1.3;
  }

  .card534521 .button534521 {
    font-size: 18px;font-family: 'Montserrat', Helvetica, sans-serif;
    padding: 20px 30px;
    width: fit-content;
  }

  .montage-block534521 {
    background: linear-gradient(to bottom, #2bb5b5, #035f8a);
    color: white;
    border-radius: 20px 20px 0 0;
    padding: 30px;
    margin-top: 50px;
  }

  .montage-block534521 h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .montage-block534521 p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .header8457372 {
    text-align: left;
    padding: 30px 30px 10px;
  }

  .header8457372 h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    float:left;
  }

  .header8457372 span {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    position:absolute;
    margin-left: 14px;
  }

  .description8457372 {
    font-size: 14px;
    padding: 30px;
    line-height: 1.4;
  }

  .tabs8457372 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding-left:18px;
  }

  .tab-btn8457372 {
    border: 2px solid #1b2f91;
    padding: 20px 30px;
    border-radius: 40px;
    background: white;
    font-weight: 600;
    margin: 0 10px;
    font-size:18px;
    cursor: pointer;font-family: 'Montserrat', Helvetica, sans-serif; width: 170px;
    color:#1b2f91;
  }

  .tab-btn8457372.active {
    background-color: #1b2f91;
    color: white;font-family: 'Montserrat', Helvetica, sans-serif;
  }
  .tile-preview8457372 {
    display: flex;
    justify-content: flex-end;
  }
  .tab-content8457372 {
    display: none;
    text-align: center;
  }

  .tab-content8457372.active {
    display: block;
    width: 100%;
  }

  .tile-preview8457372 img {
    height: 305px;
    margin: 25px 0 0 0;
    display: flex ;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 400px;
  }

  .color-options8457372 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    justify-items: center;
    margin-top: 20px;
    padding: 0 10px;
  }

  .color-options8457372 .color-item8457372 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    text-align: center;
    max-width: 80px;
  }

  .color-options8457372 img {
    width: 105px;
    height: 105px;
    border-radius: 12px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    margin-bottom: 5px;
  }

  .color-options8457372 img:hover {
    border-color: #00b7c3;
  }

  .main-info8457372 {
    padding: 30px 30px;
    background: linear-gradient(to bottom right, #1b2f91, #00b7c3);
    font-family: 'Montserrat', Helvetica, sans-serif;
    color: white;
    width: 100%;
  }

  .main-info8457372 h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 12px;
  }

  .main-info8457372 p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .video-list8457372 {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .video8457372 img {
    width: 100%;
    border-radius: 12px;
    display: block;
  }

  .benefits8457372 {
    width: 100%;
    font-family: 'Montserrat', Helvetica, sans-serif;
    padding: 10px 30px;
  }

  .benefits-title8457372 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .benefit-item8457372 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .benefit-item8457372 img {
    width: 68px;
    height: 68px;
    margin-right: 12px;
  }

  .benefit-item8457372 strong {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 18px;
  }

  .benefit-item8457372 span {
    font-size: 14px;
    color: #333;
    line-height: 1.3;
  }


  .slider-container8457372 {
    width:100%;
    position: relative;
    height: 90vh;
    overflow: hidden;
  }

  .slides8457372 {
    display: flex;
    transition: transform 0.5s ease;
    height: 90vh;
  }

  .slide8457372 {
    min-width: 100%;
    height: 85vh;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .gradient-overlay8457372 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 40px 30px;
    /* background: linear-gradient(to top, rgba(0, 65, 127, 0.9), rgb(12 165 179 / 75%), rgb(12 165 179 / 0%));*/
    color: white;
    height: 485px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
  }

  .gradient-overlay8457372 h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .gradient-overlay8457372 p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
  }

  .gradient-overlay8457372 .btn8457372 {
    background: #0DAEB6;
    border: none;
    border-radius: 34px;
    padding: 12px 34px;
    font-size: 20px;
    color: white;
    font-weight: 600;
    cursor: pointer; font-family: 'Montserrat', Helvetica, sans-serif;
  }

  .final-slide-content8457372 {
    height: 100%;
    width: 100%;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: white;
    font-family: "Montserrat", Helvetica, sans-serif;

    text-align: left;
    box-sizing: border-box;
    position: relative;
  }

  .final-slide-content8457372 h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .price8457372 {
    font-size: 68px;
    font-weight: 700;
    color: #ee4a26;
    margin-bottom: 8px;
  }

  .unit8457372 {
    font-size: 18px;
    line-height: 1.4;

    max-width: 200px;
    margin-left:20px;
  }

  .final-slide-content8457372 .btn8457372 {
    background: white;
    color: #00b6b6;
    border: none;
    border-radius: 34px;
    padding: 12px 34px;
    font-size: 20px;
    width: fit-content;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Montserrat', Helvetica, sans-serif;
  }

  .arrow8457372 {
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #1b2f91;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }

  .arrow8457372.left8457372 {
    left: 10px;
  }

  .arrow8457372.right8457372 {
    right: 10px;
  }

  .moby-dick .block-mob-47583 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 7vw;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    max-width: 100%;
    height:330px;
    width: 100%;
    font-family: "Montserrat", Helvetica;
  }
  .moby-dick .image-mob-47583 {
  position: absolute;
  right: 0;
  top: 78px;}

  .moby-dick .image-mob-47583 img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    max-width: 195px;
  }

  .extend {height: 100%;
    padding-bottom: 400px;}



  .moby-dick .text-mob-47583 {
    margin-top: 3vw;
    text-align: left;
    max-width: 405px;
    font-family: "Montserrat", Helvetica;
  }

  .moby-dick .text-mob-47583 h2 {
    font-size: 25px;
    line-height: 1.1;

    background: linear-gradient(165deg, #475c9f 0%, #30adbb 100%);
    -webkit-background-clip: text !important;
    margin-bottom: 7vw;
    color:transparent;
    font-family: "Montserrat", Helvetica;
    font-weight: 600;
  }

  .moby-dick .bold-mob-47583 {
    font-weight: 600;
    display: inline;
    font-family: "Montserrat", Helvetica;
  }

  .moby-dick .highlight-mob-47583 {
    color: #25B4C3;
    font-weight: 600;
    font-family: "Montserrat", Helvetica;
  }

  .moby-dick .text-mob-47583 p {
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    margin: 0;
    font-family: "Montserrat", Helvetica;
  }
  .moby-dick .instruction-steps-47584 {
    width: 100%;
    padding: 5vw;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    text-align: center;
    height:430px;
    position:relative;
  }

  .moby-dick .steps-title-47584 {
    font-weight: bold;
    font-size: clamp(16px, 4vw, 20px);
    color: #2C4390;
    margin-bottom: 6vw;
  }

  .moby-dick .step-row-47584 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(20px, 5vw, 40px);
    margin-bottom: clamp(25px, 6vw, 40px);
    position: relative;
    flex-wrap: wrap;
  }

  .moby-dick .reverse-47584 {
    flex-direction: row-reverse;
  }

  .moby-dick .step-block-47584 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
  }

  .moby-dick .step-icon-47584 {
    background: linear-gradient(180deg, #2C4390 0%, #25B4C3 100%);
    color: white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5em;
  }

  .moby-dick .step-block-47584 p {
    font-size: clamp(12px, 3vw, 14px);
    line-height: 1.4;
    margin: 0;
    color: #222;
  }

  .moby-dick .step-line-47584 {
    height: 2px;
    flex: 1;
    background-color: #25B4C3;
    max-width: 60px;
  }

  .moby-dick .step-line-vertical-47584 {
    width: 2px;
    height: 30px;
    background-color: #25B4C3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }



  .mobile-warranty {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 5%;
    font-family: "Montserrat", Helvetica;
    text-align: left;
    height: 390px;
    min-height: 390px;
  }

  .mobile-warranty .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .mobile-warranty .logos img {
    height: 180px;
    width: auto;
    object-fit: contain;
  }

  .mobile-warranty h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
    background: linear-gradient(165deg, #475c9f 0%, #30adbb 100%);
    -webkit-background-clip: text !important;
    color:transparent;
  }

  .mobile-warranty h2 span {
    color: #2ba5b3;
  }

  .mobile-warranty p {
    font-size: 12px;
    line-height: 1.6;
    color: #333;
    margin: 0;
  }
  .mobile-benefits {
    max-width: 460px;
    margin: 0 auto;
    padding: 24px 5%;
    font-family: "Montserrat", Helvetica;
    color: #000;
    width: 100%;
    height: 325px;
  }

  .mobile-benefits h3 {
    font-size: 25px;
    font-weight: 700;
    color: #2e5c97;
    margin-bottom: 20px;
  }

  .benefit-item {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 16px;
  }

  .benefit-item img {
    width: 96px;
    height: 96px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .benefit-text {
    font-size: 12px;
    line-height: 1.4;
  }
  .mobile-instruction11 {
    height: 215px;
    width: 100%;
    max-width: 480px;
    margin: 0;
    padding: 24px 5%;
    background: linear-gradient(to bottom right, #0fb8c9, #253b80);
    font-family: "Montserrat", Helvetica;
    color: white;
    text-align: left;
  }

  .mobile-instruction11 p {
    font-size: 12px;
    line-height: 1.6;
    margin: 0 0 12px;
  }

  .mobile-instruction11 a.button1 {
    display: inline-block;font-family: 'Montserrat', Helvetica, sans-serif;
    margin-top: 16px;
    padding: 12px 24px;
    background-color: #26d6d6;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    border-radius: 30px;
    transition: 0.3s ease;
    width: 100%;
    text-align:center;
  }

  .mobile-instruction11 a.button1:hover {
    opacity: 0.9;
  }

  .mobile-certificate1523 {
    max-width: 480px;
    margin: 0 auto;
    padding: 24px 5%;
    font-family: "Montserrat", Helvetica;
    color: #000;
    text-align: left;
    height: 1150px;
  }

  .mobile-certificate1523 img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 6px;
  }

  .mobile-certificate1523 p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .mobile-certificate1523 strong {
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 600;
  }
  .coverage-types1523 {
    display:flex;
  }

  .coverage-types1523 p {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 25px;
    margin-bottom: 24px;
    width: fit-content;
    font-weight: 600;
  }
  .coverage-types1523 p {
    border-bottom:2px solid #2e5c97;
    background: linear-gradient(13deg, #475c9f 0%, #30adbb 75%);
    -webkit-background-clip: text !important;
    color:transparent;
    display: block;
    margin-bottom: 14px;
  }
  .coverage-types1523 span {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 12px;
    margin-bottom: 24px;
  }

  .coverage-types1523 div {
    flex: 1;
  }



  .download-button1523 {
    display: inline-block;font-family: 'Montserrat', Helvetica, sans-serif;
    background: linear-gradient(to right, #2ba5cf, #3755b3);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
    width: 100%;
    text-align: center;
  }

  .download-button1523:hover {
    opacity: 0.9;
  }




  .popup-overlay-999 {
    display: none;
    position: fixed;
    top: -30%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  .popup-overlay-999 img {
    width: 300px;
    height: auto;
    max-height: 90%;
    object-fit: contain;
    border-radius: 10px;
  }

  /* Скрытые карточки */
  .hidden {
    display: none;
  }
  .deskis {display:none !important;}
  .moby-dick .cases-grid-999 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
    font-family: "Montserrat", Helvetica;
  }
  .moby-dick .cases-grid-999 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    font-family: "Montserrat", Helvetica;
  }

  .moby-dick .case-card-999 img {
    max-width: 100%; /* чтобы растягивались красиво в своих колонках */
    height: auto;
  }

  .moby-dick  .case-title-999 {
    font-size: 13px; /* чуть меньше текст */
  }

  .moby-dick  .load-more-999 {
    width: 100%;
    max-width: 225px;
    margin-left: 25%;
    margin-bottom: 10%;
  }
  /* Кнопка */
  .load-more-999 {
    margin-top: 30px;
    padding: 10px 25px;
    background: linear-gradient(90deg, #0DAEB6, #2C4390);
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-family: "Montserrat", Helvetica;
  }

  /* Анимация дрожания */
  @keyframes shake-callback {
    0%, 100% { transform: translate(0, 0); }
    20% { transform: translate(-2px, 2px); }
    40% { transform: translate(2px, -2px); }
    60% { transform: translate(-2px, -2px); }
    80% { transform: translate(2px, 2px); }
  }

  /* Класс для запуска тряски */
  .shake-callback {
    animation: shake-callback 0.5s ease;
  }

  .moby-dick {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
  }

  /* Оверлей для всех попапов */
  [class^="popup-overlay-"] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  /* Контент для всех попапов */
  [class^="popup-content-"] {
    width: 300px;
    height: 300px;
    background: white;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* Картинки */
  [class^="popup-content-"] img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  /* Кнопка закрытия */
  [class^="popup-close-"] {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
  }

  /* Только для мобильных */
  @media (min-width: 769px) {
    [class^="popup-overlay-"] {
      display: none !important;
    }
  }


  .moby-dick .group {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 78.76px;
    background: linear-gradient(272deg, #0DAEB6 0%, #2C4390 100%);
    background-size: 100% 100%;
  }

  .moby-dick .div {
    position: absolute;
    width: 76px;
    height: 35px;
    top: 22px;
    left: 295px;
  }
  .moby-dick .form-button {font-family: 'Montserrat', Helvetica, sans-serif;
    position: fixed;
    width: 40px;
    height: 227px;
    top: 62%;
    right: 0;
    transform: rotate(-180.00deg);
    z-index: 100;
  }
  #owner-contact-button {display:none;}
  .moby-dick .overlap-5 {
    position: relative;
    width: 22px;
    height: 227px;
    border-radius: 11px 0px 0px 11px;
  }
  .moby-dick .text-wrapper-999 {
    width: 184px;
    height: 8px;
    top: 107px;
    left: -81px;
    transform: rotate(270.00deg);
    font-weight: 700;
    color: #ffffff;
    font-size: 12px;
    line-height: 23px;
    white-space: nowrap;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }
  .moby-dick .rectangle-15 {
    position: fixed;
    width: 40px;
    height: 227px;
    top: 0;
    left: 0;
    border-radius: 11px 0px 0px 11px;
    transform: rotate(180deg);
    background: linear-gradient(
            270deg,
            rgba(13, 174, 182, 1),
            rgba(44, 67, 144, 1),
            rgba(13, 174, 182, 1)
    );
    background-size: 400% 400%;
    animation: gradientMove88 8s ease infinite;
    opacity: 1;
  }

  /* Анимация движения градиента */
  @keyframes gradientMove88 {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .menu-99 {
    display: none;
    font-family: "Montserrat", Helvetica;
    position: absolute;
    top: 60px;
    right: 10px;
    width: 245px;
    background: linear-gradient(90deg, rgba(13, 174, 182, 1) 0%, rgba(44, 67, 144, 1) 100%);
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    padding: 15px;
  }

  /* Крестик */
  .close-menu-99 {
    font-family: "Montserrat", Helvetica;
    position: absolute;
    top: 8px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
  }

  /* Пункты меню */
  .menu-list-99 {
    font-family: "Montserrat", Helvetica;
    list-style: none;
    padding: 0 0 0 0; /* отступ вниз после крестика */
    margin: 0;
  }

  .menu-list-99 li {
    font-family: "Montserrat", Helvetica;
    margin: 15px 0;
  }

  .menu-list-99 a {
    font-family: "Montserrat", Helvetica;
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
  }
  .moby-dick .overlap-group {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
    left: 57px;
    background-color: #ffffff;
    border-radius: 17.5px;
  }

  .moby-dick .vector {
    position: absolute;
    width: 21px;
    height: 19px;
    top: 8px;
    left: 7px;
  }

  .moby-dick .img {
    position: absolute;
    width: 24px;
    height: 28px;
    top: 3px;
    left: 0;
  }

  .moby-dick .element {
    position: absolute;
    width: 139px;
    height: 30px;
    top: 24px;
    left: 30px;
  }

  .moby-dick .frame {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 709px;
  }

  .moby-dick .overlap {
    position: relative;
    width: 373px;
    height: 648px;
    top: 35px;
    left: 25px;
  }

  .moby-dick .text-wrapper {
    width: 98px;
    height: 27px;
    top: 309px;
    left: 244px;
    font-weight: 400;
    color: #ffffff;
    font-size: 13px;
    line-height: 12px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .group-2 {
    position: absolute;
    width: 373px;
    height: 648px;
    top: 0;
    left: 0;
  }

  .moby-dick .photo {
    position: absolute;
    width: 202px;
    height: 255px;
    top: 0;
    left: 57px;
    object-fit: cover;
  }

  .moby-dick .KAZFOOF {
    position: absolute;
    width: 369px;
    height: 64px;
    top: 273px;
    left: 0;
    font-family: "Montserrat", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 27px;
    letter-spacing: 0;
    line-height: 32px;
  }

  .moby-dick .span {
    font-family: "Montserrat", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 27px;
    letter-spacing: 0;
    line-height: 32px;
  }

  .moby-dick .text-wrapper-2 {
    font-weight: 600;
  }

  .moby-dick .p {
    position: absolute;
    width: 265px;
    height: 303px;
    top: 345px;
    left: 42px;
    font-family: "Montserrat", Helvetica;
    font-weight: 400;
    font-style: italic;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 19px;
  }

  .moby-dick .vector-2 {
    position: absolute;
    width: 23px;
    height: 17px;
    top: 345px;
    left: 10px;
  }

  .moby-dick .frame-wrapper {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 199.0px;
    background-image: url(./img/1.png);
    background-size: 100% 100%;
  }

  .moby-dick .frame-2 {
    display: flex;
    flex-wrap: wrap;
    width: 401px;
    align-items: flex-start;
    gap: 10px 10px;
    padding: 0px 17px;
    position: relative;
    top: 18px;
    left: 15px;
  }

  .moby-dick .overlap-group-wrapper {
    position: relative;
    width: 175px;
    height: 76px;
  }

  .moby-dick .overlap-group-2 {
    position: relative;
    width: 177px;
    height: 76px;
    background-color: #0202027d;
    border-radius: 10px;
  }

  .moby-dick .text-wrapper-3 {
    height: 16px;
    top: 15px;
    left: 13px;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    white-space: nowrap;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-4 {
    width: 134px;
    height: 28px;
    top: 33px;
    left: 13px;
    color: #ffffff;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
  }

  .moby-dick .overlap-wrapper {
    position: relative;
    width: 183px;
    height: 76px;
    margin-right: -3.00px;
  }

  .moby-dick .overlap-2 {
    position: relative;
    width: 179px;
    height: 76px;
  }

  .moby-dick .rectangle {
    position: absolute;
    width: 177px;
    height: 76px;
    top: 0;
    left: 0;
    background-color: #0202027d;
    border-radius: 10px;
  }

  .moby-dick .text-wrapper-5 {
    height: 16px;
    top: 15px;
    left: 15px;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    white-space: nowrap;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-6 {
    width: 163px;
    height: 28px;
    top: 33px;
    left: 16px;
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-7 {
    width: 116px;
    height: 32px;
    top: 15px;
    left: 12px;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-8 {
    width: 165px;
    height: 19px;
    top: 44px;
    left: 2px;
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 19px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .div-wrapper {
    position: relative;
    width: 181px;
    height: 76px;
    margin-right: -1.00px;
  }

  .moby-dick .text-wrapper-9 {
    height: 16px;
    top: 15px;
    left: 15px;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-10 {
    width: 133px;
    height: 28px;
    top: 32px;
    left: 15px;
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .group-wrapper {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 815px;
  }

  .moby-dick .group-3 {
    position: relative;
    width: 400px;
    height: 785px;
    top: 14px;
    left: 17px;
  }

  .moby-dick .KAZROOF {
    position: absolute;
    width: 350px;
    height: 70px;
    top: 0;
    left: 0;
    background: linear-gradient(
            90deg,
            rgba(71, 92, 159, 1) 0%,
            rgba(48, 173, 187, 1) 100%
    );
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: "Montserrat", Helvetica;
    font-weight: 600;
    color: transparent;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 32px;
  }

  .moby-dick .group-4 {
    position: absolute;
    width: 396px;
    height: 700px;
    top: 86px;
    left: 2px;
  }

  .moby-dick .group-5 {
    position: absolute;
    width: 168px;
    height: 69px;
    top: 0;
    left: 0;
  }

  .moby-dick .overlap-group-3 {
    position: relative;
    width: 162px;
    height: 69px;
  }

  .moby-dick .text-wrapper-11 {
    width: 59px;
    top: 19px;
    left: 103px;
    position: absolute;
    height: 46px;
    font-family: "Montserrat", Helvetica;
    font-weight: 600;
    color: #f6f6f6;
    font-size: 64px;
    letter-spacing: 0;
    line-height: 19px;
  }

  .moby-dick .text-wrapper-12 {
    width: 122px;
    height: 31px;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-13 {
    width: 121px;
    height: 31px;
    top: 38px;
    left: 0;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .group-6 {
    position: absolute;
    width: 195px;
    height: 77px;
    top: 90px;
    left: 207px;
  }

  .moby-dick .overlap-3 {
    position: relative;
    width: 189px;
    height: 77px;
  }

  .moby-dick .overlap-4 {
    position: absolute;
    width: 189px;
    height: 48px;
    top: 29px;
    left: 0;
  }

  .moby-dick .text-wrapper-14 {
    width: 59px;
    top: 0;
    left: 106px;
    position: absolute;
    height: 46px;
    font-family: "Montserrat", Helvetica;
    font-weight: 600;
    color: #f6f6f6;
    font-size: 64px;
    letter-spacing: 0;
    line-height: 19px;
  }

  .moby-dick .text-wrapper-15 {
    width: 189px;
    height: 39px;
    top: 9px;
    left: 0;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-16 {
    width: 76px;
    height: 31px;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .group-7 {
    position: absolute;
    width: 172px;
    height: 75px;
    top: 193px;
    left: 207px;
  }

  .moby-dick .overlap-5 {
    position: relative;
    width: 166px;
    height: 75px;
  }

  .moby-dick .text-wrapper-17 {
    width: 59px;
    top: 29px;
    left: 106px;
    position: absolute;
    height: 46px;
    font-family: "Montserrat", Helvetica;
    font-weight: 600;
    color: #f6f6f6;
    font-size: 64px;
    letter-spacing: 0;
    line-height: 19px;
  }

  .moby-dick .text-wrapper-18 {
    width: 128px;
    height: 31px;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-19 {
    width: 160px;
    height: 31px;
    top: 36px;
    left: 0;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .group-8 {
    position: absolute;
    width: 172px;
    height: 87px;
    top: 299px;
    left: 207px;
  }

  .moby-dick .overlap-6 {
    position: relative;
    width: 166px;
    height: 87px;
  }

  .moby-dick .text-wrapper-20 {
    width: 59px;
    top: 41px;
    left: 106px;
    position: absolute;
    height: 46px;
    font-family: "Montserrat", Helvetica;
    font-weight: 600;
    color: #f6f6f6;
    font-size: 64px;
    letter-spacing: 0;
    line-height: 19px;
  }

  .moby-dick .text-wrapper-21 {
    width: 133px;
    height: 44px;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-22 {
    width: 160px;
    height: 31px;
    top: 48px;
    left: 0;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .group-9 {
    position: absolute;
    width: 171px;
    height: 98px;
    top: 430px;
    left: 207px;
  }

  .moby-dick .overlap-7 {
    position: relative;
    width: 165px;
    height: 98px;
  }

  .moby-dick .text-wrapper-23 {
    width: 84px;
    top: 29px;
    left: 80px;
    position: absolute;
    height: 46px;
    font-family: "Montserrat", Helvetica;
    font-weight: 600;
    color: #f6f6f6;
    font-size: 64px;
    letter-spacing: 0;
    line-height: 19px;
  }

  .moby-dick .text-wrapper-24 {
    width: 129px;
    height: 31px;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-25 {
    width: 160px;
    height: 61px;
    top: 36px;
    left: 0;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .group-10 {
    position: absolute;
    width: 171px;
    height: 75px;
    top: 548px;
    left: 207px;
  }

  .moby-dick .overlap-8 {
    position: relative;
    width: 165px;
    height: 75px;
  }

  .moby-dick .text-wrapper-26 {
    width: 101px;
    height: 31px;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-27 {
    width: 106px;
    height: 31px;
    top: 36px;
    left: 0;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .group-11 {
    position: absolute;
    width: 195px;
    height: 82px;
    top: 90px;
    left: 0;
  }

  .moby-dick .overlap-9 {
    position: absolute;
    width: 189px;
    height: 52px;
    top: 31px;
    left: 0;
  }

  .moby-dick .text-wrapper-28 {
    width: 59px;
    top: 0;
    left: 103px;
    position: absolute;
    height: 46px;
    font-family: "Montserrat", Helvetica;
    font-weight: 600;
    color: #f6f6f6;
    font-size: 64px;
    letter-spacing: 0;
    line-height: 19px;
  }

  .moby-dick .text-wrapper-29 {
    width: 189px;
    height: 46px;
    top: 5px;
    left: 0;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-30 {
    width: 94px;
    height: 31px;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .group-12 {
    position: absolute;
    width: 168px;
    height: 98px;
    top: 193px;
    left: 0;
  }

  .moby-dick .overlap-10 {
    position: absolute;
    width: 162px;
    height: 67px;
    top: 31px;
    left: 0;
  }

  .moby-dick .text-wrapper-31 {
    width: 162px;
    height: 61px;
    top: 5px;
    left: 0;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-32 {
    width: 114px;
    height: 31px;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .group-13 {
    position: absolute;
    width: 168px;
    height: 98px;
    top: 311px;
    left: 0;
  }

  .moby-dick .text-wrapper-33 {
    width: 124px;
    height: 31px;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .group-14 {
    position: absolute;
    width: 190px;
    height: 82px;
    top: 430px;
    left: 0;
  }

  .moby-dick .overlap-11 {
    position: absolute;
    width: 170px;
    height: 52px;
    top: 31px;
    left: 0;
  }

  .moby-dick .text-wrapper-34 {
    width: 170px;
    height: 46px;
    top: 5px;
    left: 0;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-35 {
    width: 184px;
    height: 31px;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .group-15 {
    position: absolute;
    width: 176px;
    height: 98px;
    top: 548px;
    left: 0;
  }

  .moby-dick .overlap-12 {
    position: absolute;
    width: 170px;
    height: 67px;
    top: 31px;
    left: 0;
  }

  .moby-dick .text-wrapper-36 {
    width: 170px;
    height: 61px;
    top: 5px;
    left: 0;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-37 {
    width: 166px;
    height: 31px;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .group-16 {
    position: absolute;
    width: 172px;
    height: 67px;
    top: 0;
    left: 207px;
  }

  .moby-dick .overlap-13 {
    position: relative;
    width: 166px;
    height: 67px;
  }

  .moby-dick .text-wrapper-38 {
    width: 59px;
    top: 19px;
    left: 106px;
    position: absolute;
    height: 46px;
    font-family: "Montserrat", Helvetica;
    font-weight: 600;
    color: #f6f6f6;
    font-size: 64px;
    letter-spacing: 0;
    line-height: 19px;
  }

  .moby-dick .text-wrapper-39 {
    width: 115px;
    height: 31px;
    top: 36px;
    left: 0;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .button {
    all: unset;font-family: 'Montserrat', Helvetica, sans-serif;
    box-sizing: border-box;
    position: absolute;
    width: 341px;
    height: 33px;
    top: 667px;
    left: 10px;
  }

  .moby-dick .overlap-14 {
    position: relative;
    width: 339px;
    height: 33px;
    border-radius: 48.5px;
  }

  .moby-dick .text-wrapper-40 {
    width: 281px;
    height: 20px;
    top: 7px;
    left: 29px;
    font-weight: 600;
    color: #ffffff;
    font-size: 19px;
    line-height: 27px;
    white-space: nowrap;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .frame-3 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 759px;
  }

  .moby-dick .group-17 {
    position: relative;
    width: 430px;
    height: 733px;
    left: 1px;
  }

  .moby-dick .group-18 {
    position: absolute;
    width: 432px;
    height: 59px;
    top: 0;
    left: 0;
  }

  .moby-dick .overlap-group-4 {
    position: relative;
    width: 430px;
    height: 59px;
  }

  .moby-dick .rectangle-2 {
    position: absolute;
    width: 59px;
    height: 430px;
    top: -185px;
    left: 185px;
    border-radius: 0px 41px 0px 0px;
    transform: rotate(90.00deg);
    background: linear-gradient(
            180deg,
            rgba(13, 174, 182, 1) 0%,
            rgba(44, 67, 144, 1) 100%
    );
    opacity: 0.87;
  }

  .moby-dick .text-wrapper-41 {
    width: 369px;
    height: 51px;
    top: 3px;
    left: 27px;
    font-weight: 600;
    color: #ffffff;
    font-size: 25px;
    line-height: 47px;
    white-space: nowrap;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .overlap-15 {
    position: absolute;
    width: 386px;
    height: 398px;
    top: 68px;
    left: 20px;
  }

  .moby-dick .group-19 {
    position: absolute;
    width: 386px;
    height: 295px;
    top: 0;
    left: 0;
  }

  .moby-dick .overlap-16 {
    position: relative;
    width: 380px;
    height: 295px;
  }

  .moby-dick .overlap-17 {
    position: absolute;
    width: 361px;
    height: 295px;
    top: 0;
    left: 0;
  }

  .moby-dick .element-2 {
    position: absolute;
    width: 121px;
    height: 144px;
    top: 0;
    left: 0;
    object-fit: cover;
  }

  .moby-dick .text-wrapper-42 {
    width: 353px;
    height: 170px;
    top: 165px;
    left: 8px;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-43 {
    width: 124px;
    height: 13px;
    top: 50px;
    left: 150px;
    font-weight: 700;
    color: #000000;
    font-size: 26px;
    text-align: right;
    line-height: 25px;
    white-space: nowrap;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-44 {
    width: 200px;
    height: 26px;
    top: 79px;
    left: 179px;
    font-weight: 300;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .group-20 {
    position: absolute;
    width: 158px;
    height: 121px;
    top: 277px;
    left: 0;
  }

  .moby-dick .overlap-18 {
    position: absolute;
    width: 156px;
    height: 102px;
    top: 20px;
    left: 0;
  }

  .moby-dick .text-wrapper-45 {
    position: absolute;
    width: 95px;
    height: 26px;
    top: 75px;
    left: 61px;
    font-family: "Montserrat", Helvetica;
    font-weight: 700;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
  }

  .moby-dick .element-3 {
    position: absolute;
    width: 152px;
    height: 84px;
    top: 0;
    left: 0;
    object-fit: cover;
  }

  .moby-dick .group-21 {
    position: absolute;
    width: 92px;
    height: 16px;
    top: 0;
    left: 8px;
  }

  .moby-dick .group-22 {
    position: absolute;
    width: 13px;
    height: 15px;
    top: 1px;
    left: 0;
  }

  .moby-dick .div-2 {
    position: absolute;
    width: 7px;
    height: 8px;
    top: 0;
    left: 0;
  }

  .moby-dick .overlap-19 {
    position: relative;
    height: 8px;
  }

  .moby-dick .rectangle-3 {
    position: absolute;
    width: 7px;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #000000;
    border-radius: 2px;
  }

  .moby-dick .rectangle-4 {
    position: absolute;
    width: 8px;
    height: 1px;
    top: 3px;
    left: -3px;
    background-color: #000000;
    border-radius: 2px;
    transform: rotate(-90.00deg);
  }

  .moby-dick .rectangle-5 {
    position: absolute;
    width: 8px;
    height: 1px;
    top: 3px;
    left: -1px;
    background-color: #000000;
    border-radius: 2px;
    transform: rotate(-131.51deg);
  }

  .moby-dick .group-23 {
    position: absolute;
    width: 7px;
    height: 8px;
    top: 8px;
    left: 6px;
    transform: rotate(-180.00deg);
  }

  .moby-dick .rectangle-6 {
    position: absolute;
    width: 8px;
    height: 1px;
    top: 3px;
    left: -3px;
    background-color: #000000;
    border-radius: 2px;
    transform: rotate(270.00deg);
  }

  .moby-dick .rectangle-7 {
    position: absolute;
    width: 8px;
    height: 1px;
    top: 3px;
    left: -1px;
    background-color: #000000;
    border-radius: 2px;
    transform: rotate(228.49deg);
  }

  .moby-dick .text-wrapper-46 {
    width: 73px;
    height: 16px;
    top: 0;
    left: 16px;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    line-height: 15px;
    white-space: nowrap;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .group-24 {
    position: absolute;
    width: 177px;
    height: 117px;
    top: 277px;
    left: 205px;
  }

  .moby-dick .text-wrapper-47 {
    width: 159px;
    height: 18px;
    top: 100px;
    left: 16px;
    text-align: right;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    font-weight: 700;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
  }

  .moby-dick .element-4 {
    position: absolute;
    width: 146px;
    height: 79px;
    top: 20px;
    left: 0;
    object-fit: cover;
  }

  .moby-dick .group-25 {
    position: absolute;
    width: 92px;
    height: 16px;
    top: 0;
    left: 0;
  }

  .moby-dick .group-26 {
    position: absolute;
    width: 165px;
    height: 114px;
    top: 475px;
    left: 27px;
  }

  .moby-dick .overlap-20 {
    position: absolute;
    width: 163px;
    height: 84px;
    top: 30px;
    left: 0;
  }

  .moby-dick .text-wrapper-48 {
    position: absolute;
    width: 86px;
    height: 26px;
    top: 58px;
    left: 67px;
    font-family: "Montserrat", Helvetica;
    font-weight: 700;
    color: #000000;
    font-size: 12px;
    text-align: right;
    letter-spacing: 0;
    line-height: 14px;
  }

  .moby-dick .element-5 {
    position: absolute;
    width: 163px;
    height: 75px;
    top: 0;
    left: 0;
    object-fit: cover;
  }

  .moby-dick .group-27 {
    position: absolute;
    width: 158px;
    height: 131px;
    top: 602px;
    left: 31px;
  }

  .moby-dick .overlap-21 {
    position: absolute;
    width: 156px;
    height: 106px;
    top: 25px;
    left: 0;
  }

  .moby-dick .text-wrapper-49 {
    width: 113px;
    height: 26px;
    top: 89px;
    left: 44px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    font-weight: 700;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
  }

  .moby-dick .element-6 {
    position: absolute;
    width: 148px;
    height: 83px;
    top: 0;
    left: 0;
    object-fit: cover;
    transform: scale(-1, 1);
  }

  .moby-dick .group-28 {
    position: absolute;
    width: 92px;
    height: 16px;
    top: 0;
    left: 4px;
  }

  .moby-dick .group-29 {
    position: absolute;
    width: 179px;
    height: 114px;
    top: 475px;
    left: 232px;
  }

  .moby-dick .overlap-22 {
    position: absolute;
    width: 177px;
    height: 94px;
    top: 20px;
    left: 0;
  }

  .moby-dick .text-wrapper-50 {
    position: absolute;
    width: 112px;
    height: 26px;
    top: 86px;
    left: 66px;
    font-family: "Montserrat", Helvetica;
    font-weight: 700;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
  }

  .moby-dick .element-7 {
    position: absolute;
    width: 149px;
    height: 81px;
    top: 0;
    left: 0;
    object-fit: cover;
    transform: scale(-1, 1);
  }

  .moby-dick .frame-4 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 385.0px;
    background-image: url(./img/2525255-1.png);
    background-size: 100% 100%;
    margin-bottom: 75%;
  }

  .moby-dick .kaz-roof {
    position: absolute;
    width: 366px;
    height: 60px;
    top: 25px;
    left: 33px;
    font-family: "Montserrat", Helvetica;
    font-weight: 600;
    color: #000000;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    line-height: 20px;
  }

  .moby-dick .group-30 {
    position: absolute;
    width: 350px;
    height: 41px;
    top: 274px;
    left: 60px;
  }

  .moby-dick .overlap-group-5 {
    position: relative;
    width: 348px;
    height: 41px;
  }

  .moby-dick .rectangle-8 {
    position: absolute;
    width: 348px;
    height: 33px;
    top: 4px;
    left: 0;
    border-radius: 20px;
    background: linear-gradient(
            90deg,
            rgba(68, 101, 162, 1) 0%,
            rgba(46, 177, 189, 1) 100%
    );
  }

  .moby-dick .text-wrapper-51 {
    width: 249px;
    height: 41px;
    top: 10px;
    left: 62px;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .group-31 {
    position: absolute;
    width: 353px;
    height: 157px;
    top: 105px;
    left: 45px;
  }

  .moby-dick .group-32 {
    position: absolute;
    width: 355px;
    height: 33px;
    top: 0;
    left: 0;
  }
  .moby-dick .mobfromhell {
    display: flex;
    width: 300px;
    height: 45px;
    font-size: 3.3vw;
    font-family: 'Montserrat';
    top: 0;
    left: 0;
    border-radius: 48.5px;
    background: linear-gradient(90deg, rgba(68, 101, 162, 1) 0%, rgba(46, 177, 189, 1) 100%);
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 51%;
    margin-left: 7%;
    color: white;
    border: none;
    font-weight: 600;
  }
  .moby-dick .overlap-group-6 {
    position: relative;
    width: 353px;
    height: 33px;
    background-color: #ffffff;
    border-radius: 11px;
    border: 1px solid;
    border-color: #4367a2;
    font-family: "Montserrat", Helvetica;
    padding-left: 3%;
  }
  .moby-dick textarea.overlap-group-6 {
    position: relative;
    width: 353px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 11px;
    border: 1px solid;
    border-color: #4367a2;
    font-family: "Montserrat", Helvetica;
    padding-left: 3%;
  }

  .moby-dick .text-wrapper-52 {
    width: 115px;
    height: 16px;
    top: 7px;
    left: 15px;
    font-weight: 400;
    color: #c5c5c5;
    font-size: 12px;
    line-height: 19px;
    white-space: nowrap;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .group-33 {
    position: absolute;
    width: 355px;
    height: 33px;
    top: 41px;
    left: 0;
  }

  .moby-dick .text-wrapper-53 {
    width: 157px;
    height: 16px;
    top: 7px;
    left: 15px;
    color: #c5c5c5;
    line-height: 19px;
    white-space: nowrap;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
  }

  .moby-dick .group-34 {
    position: absolute;
    width: 355px;
    height: 33px;
    top: 82px;
    left: 0;
  }

  .moby-dick .group-35 {
    position: absolute;
    width: 355px;
    height: 33px;
    top: 123px;
    left: 0;
  }

  .moby-dick .frame-5 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 425px;
    overflow: hidden;
  }

  .moby-dick .overlap-23 {
    position: relative;
    width: 478px;
    height: 425px;
  }

  .moby-dick .rectangle-9 {
    position: absolute;
    width: 478px;
    height: 431px;
    top: -3px;
    left: -3px;

    background: linear-gradient(
            180deg,
            rgba(13, 174, 182, 1) 0%,
            rgba(44, 67, 144, 1) 100%
    );
    opacity: 0.87;
  }

  .moby-dick .group-36 {
    position: absolute;
    width: 347px;
    height: 95px;
    top: 271px;
    left: 33px;
  }

  .moby-dick .text-wrapper-54 {
    width: 144px;
    height: 14px;
    top: 0;
    left: 0;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-55 {
    width: 102px;
    height: 15px;
    top: 0;
    left: 215px;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-56 {
    width: 215px;
    height: 14px;
    top: 31px;
    left: 0;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-57 {
    width: 122px;
    height: 14px;
    top: 32px;
    left: 215px;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .text-wrapper-58 {
    width: 161px;
    height: 42px;
    top: 53px;
    left: 0;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .group-37 {
    position: absolute;
    width: 324px;
    height: 64px;
    top: 181px;
    left: 40px;
  }

  .moby-dick .element-svg {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 4px;
    left: 266px;
  }

  .moby-dick .element-8 {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 4px;
    left: 180px;

  }
  .moby-dick .qwerasd-footer {
    background: linear-gradient(90deg, #2C4390, #0DAEB6);
    color: white;
    padding: 40px 25px 40px 25px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width:100%
  }

  .moby-dick .qwerasd-footer-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
  }

  .moby-dick .qwerasd-left {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .moby-dick .qwerasd-logo-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8px;
  }

  .moby-dick .qwerasd-logo-img {
    width: 175px;
  }

  .moby-dick .qwerasd-subtext {
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 5px;
  }

  .moby-dick .qwerasd-title {
    font-size: 26px;
    font-weight: 600;
    margin: 28px 0;
    text-align: left;
    font-family: "Montserrat", Helvetica;
    line-height: 1.1;
  }

  .moby-dick .qwerasd-socials {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    margin-bottom: 28px;
  }
  .moby-dick .qwerasd-whatsapp {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url('https://kazroof.kz/img/whatsapp.svg') no-repeat center center;
    background-size: contain;
    position: relative;
  }
  .moby-dick .qwerasd-whatsapp::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 87%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: url('https://kazroof.kz/img/Vector-finger.svg') no-repeat center center;
    background-size: contain;
    pointer-events: none;
  }

  .moby-dick .qwerasd-socials img {
    width: 38px;
    height: 38px;
  }

  .moby-dick .qwerasd-hours {
    margin-top: 15px;
    font-size: 16px;
    text-align: left;
    font-family: "Montserrat", Helvetica;
  }

  .moby-dick .qwerasd-hours strong {
    display: block;
    font-size: 13px;
    margin-top: 5px;
    text-align: left;
    font-family: "Montserrat", Helvetica;
  }

  .moby-dick .qwerasd-right {
    flex: 1 1 40%;
    max-width: 45%;
    display: flex;
    justify-content: center;
  }

  .moby-dick .qwerasd-family-img {
    max-width: 100%;
    height: 245px;
    margin-bottom: -12px;
    margin-left: -20px;
  }
  .moby-dick .image {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 4px;
    left: 0;

  }

  .moby-dick .telegram-messenger {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 5px;
    left: 86px;

  }

  .moby-dick .group-38 {
    position: absolute;
    width: 307px;
    height: 56px;
    top: 112px;
    left: 61px;
  }

  .moby-dick .overlap-group-7 {
    position: relative;
    width: 303px;
    height: 56px;
  }

  .moby-dick .text-wrapper-59 {
    width: 192px;
    height: 18px;
    top: 0;
    left: 56px;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    white-space: nowrap;
    position: absolute;
    font-family: "Montserrat", Helvetica;
    letter-spacing: 0;
  }

  .moby-dick .element-9 {
    position: absolute;
    width: 303px;
    height: 41px;
    top: 29px;
    left: 0;
    font-family: "Montserrat", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    line-height: 14px;
  }

  .moby-dick .x {
    position: absolute;
    width: 138px;
    height: 82px;
    top: 15px;
    left: 143px;
  }




  .steps-grid {
    max-width: 700px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 40px;
    position: relative;
    font-family: "Montserrat", Helvetica;
  }

  .step {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
  }

  .step-number {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(180deg, #3ca1c3, #5c6bc0);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", Helvetica;
  }

  .step-text {
    font-size: 12px;
    font-family: "Montserrat", Helvetica;
    line-height: 1.4;
  }

  /* линии между блоками */
  .steps-grid::before,
  .steps-grid::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #4bb3d1;
    left: 50%;
    transform: translateX(-50%);
  }

  .steps-grid::before {
    top: 16px;
    height: 2px;
    width: 180px;
  }

  .steps-grid::after {
    bottom: 225px;
    height: 2px;
    width: 180px;
  }
  .instruction-steps-47584::after {
    content: "";
    position: absolute;

    background: #4bb3d1;
    left: 50%;
    transform: translateX(-50%);
    top: 325px;
    height: 2px;
    width: 180px;
  }
  .palka1::after {
    content: "";
    position: absolute;
    background: #4bb3d1;
    left: 77.3%;
    transform: translateX(-50%);
    top: 104px;
    height: 34px;
    width: 2px;
  }
  .palka2::before {
    content: "";
    position: absolute;
    background: #4bb3d1;
    left: 22.5%;
    transform: translateX(-50%);
    top: 65%;
    height: 34px;
    width: 2px;
  }

  .kaz-21324 {
    width: 100%;
    padding: 5vw;
    box-sizing: border-box;
    font-family: "Montserrat", Helvetica;
    text-align: center;
    height:1140px;
    position:relative;
  }

  .info-block {
    max-width: 600px;
    margin: 0 auto;
    font-family: "Montserrat", Helvetica;
    text-align: left;
    color: #333;
  }

  .info-block img {
    width: 100%;
    border-radius: 20px;
    display: block;
    margin-bottom: 24px;

  }

  .important-box {
    border: 2px solid #42a6cb;
    font-family: "Montserrat", Helvetica;
    border-radius: 12px;
    font-size:12px;
    padding: 20px;
    margin-bottom: 24px;
    line-height: 1.6;
  }

  .important-box b {
    color: #0393c6;
    font-family: "Montserrat", Helvetica;
    font-size: 20px;
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .info-block p {
    font-size: 12px;
    font-family: "Montserrat", Helvetica;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .button-download {font-family: 'Montserrat', Helvetica, sans-serif;
    display: block;
    text-align: center;
    padding: 14px 20px;
    border-radius: 30px;
    background: linear-gradient(to right, #4b6cb7, #42a6cb);
    color: #fff;
    font-weight: 600;
    font-family: "Montserrat", Helvetica;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 16px;
    transition: 0.3s ease;
  }

  .button-download:hover {
    opacity: 0.9;
  }
}
