.home {
    background-color: rgba(0, 0, 0, 1);
    display: flex;
    padding-top: 60px;
    flex-direction: column;
    align-items: stretch;
    font-family:
      Inter,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    justify-content: start;
  }
  a{
    text-decoration: none;
  }
  .navigation {
    align-self: stretch;
    background-color: rgba(255, 255, 255, 0.1);

    width: 100%;
    padding: 40px 40px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
  }
  .navigation a{
    color: #FFF;
text-align: center;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
text-decoration: none;
  }
  
  .hero-section,
  .advantages-section,
  .services-section,
  .blog-section {
    display: flex;
    margin-top: 60px;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    justify-content: center;
  }
  
  .hero-title,
  .services-title,
  .about-title,
  .cta-title,
  .blog-title,
  .contact-title,
  .pricing-title {
    font-size: 32px;
    text-transform: uppercase;
  }
  
  .about-title,
  .services-title,
  .advantages-title,
  .pricing-title {
    color: rgba(0, 255, 234, 1);
  }
  
  .hero-description,
  .services-description,
  .about-description,
  .advantage-description,
  .service-description,
  .blog-description,
  .contact-description,
  .pricing-description,
  .cta-description,
  .pricing-card-description,
  .blog-card-description,
  .value-item {
    font-size: 12px;
    margin-top: 40px;
  }
  
  .cta-container {
    display: flex;
    margin-top: 40px;
    width: 100%;
    align-items: center;
    gap: 8px;
    font-family:
      Montserrat,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    line-height: 1.2;
    justify-content: center;
  }
  
  .cta-button,
  .pricing-button,
  .cta-appointment-button,
  .form-submit-button {
    align-self: stretch;
    border: none;
    border-radius: 20px;
    background-color: rgba(0, 255, 234, 1);
    min-width: 240px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 24px 80px;
    gap: 10px;
    font-family:
      Montserrat,
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
  }
  
  .cta-button {
    font-size: 22px;
  }
  
  .hero-image {
    aspect-ratio: 2.94;
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin-top: 40px;
  }
  
  .about-section {
    display: flex;
    margin-top: 60px;
    width: 100%;
    align-items: start;
    gap: 40px;
    font-size: 12px;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .about-image {
    aspect-ratio: 0.87;
    object-fit: contain;
    object-position: center;
    width: 383px;
    min-width: 240px;
  }
  
  .about-content {
    min-width: 240px;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
  }
  
  .values-title {
    margin-top: 40px;
    font-size: 12px;
  }
  
  .services-row,
  .advantages-container,
  .pricing-container,
  .blog-container {
    display: flex;
    margin-top: 40px;
    width: 100%;
    align-items: start;
    gap: 40px;
    justify-content: start;
    flex-wrap: wrap;
  }
  
  .service-card,
  .advantage-card,
  .pricing-card,
  .blog-card {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    align-items: center;
  }
  
  .service-icon,
  .advantage-icon,
  .pricing-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 193px;
    align-self: center;
    max-width: 100%;
  }
  
  .advantage-icon {
    width: 184px;
  }
  
  .pricing-icon {
    width: 211px;
  }
  
  .service-title,
  .advantage-title,
  .pricing-card-title,
  .blog-card-title {
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 40px;
  }
  
  .pricing-price {
    align-self: stretch;
    margin-top: 40px;
    font-size: 12px;
  }
  
  .pricing-button {
    width: 231px;
    max-width: 100%;
    padding: 24px 56px 24px 55px;
    align-self: center;
  }
  
  .pricing-section {
    display: flex;
    margin-top: 60px;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    font-size: 12px;
    text-align: center;
    justify-content: center;
  }
  
  .cta-section {
    display: flex;
    margin-top: 60px;
    width: 100%;
    align-items: start;
    gap: 40px;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .cta-content {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
  }
  
  .cta-appointment-button {
    align-self: center;
    width: 380px;
    max-width: 100%;
  }
  
  .cta-image {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 383px;
    min-width: 240px;
  }
  
  .blog-image {
    aspect-ratio: 0.74;
    object-fit: contain;
    object-position: center;
    width: 176px;
    max-width: 100%;
  }
  
  .contact-section {
    display: flex;
    margin-top: 60px;
    min-height: 823px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    justify-content: start;
  }
  
  .contact-title {
    width: 100%;
    align-self: stretch;
    text-align: center;
  }
  
  .contact-description {
    margin-top: 60px;
    min-height: 67px;
    width: 501px;
    max-width: 100%;
    text-align: center;
  }
  
  .contact-form-container {
    margin-top: 60px;
    width: 357px;
    max-width: 100%;
    font-size: 16px;
    font-weight: 700;
  }
  
  .contact-form {
    width: 100%;
    max-width: 357px;
  }
  
  .form-input,
  .form-textarea {
    align-self: stretch;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 10px;
    gap: 10px;
    border: none;
    color: white;
    font-family: inherit;
    margin-top: 20px;
  }
  
  .form-input:first-child {
    margin-top: 0;
  }
  
  .form-submit-button {
    margin-top: 20px;
    width: 100%;
  }
  
  .contact-info {
    margin-top: 60px;
    min-height: 61px;
    width: 819px;
    max-width: 100%;
    text-align: center;
    font-style: normal;
  }
  
  .footer {
    background-color: rgba(0, 255, 234, 1);
    align-self: center;
    display: flex;
    margin-top: 60px;
   
    max-width: 100%;
    width: 100%;
    padding: 40px;
    align-items: start;
    gap: 40px 180px;
    font-size: 16px;
    color: rgba(70, 70, 70, 1);
    line-height: 1;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .footer-copyright,
  .footer-link {
    color: rgba(70, 70, 70, 1);
    text-decoration: none;
    margin: 0px;
  }
  
  /* Media Queries */
  @media (max-width: 991px) {
    .navigation {
      max-width: 100%;
      padding: 20px 20px;
      white-space: initial;
    }
  
    .hero-section,
    .services-section,
    .advantages-section,
    .blog-section {
      max-width: 100%;
      margin-top: 40px;
    }
  
    .hero-title,
    .services-title,
    .about-title,
    .advantages-title,
    .pricing-title,
    .cta-title,
    .blog-title,
    .contact-title {
      max-width: 100%;
    }
  
    .hero-description,
    .services-description,
    .about-description,
    .advantage-description,
    .service-description,
    .pricing-description,
    .cta-description,
    .blog-description,
    .contact-description,
    .value-item {
      max-width: 100%;
    }
  
    .cta-container {
      max-width: 100%;
    }
  
    .cta-button,
    .pricing-button,
    .cta-appointment-button,
    .form-submit-button {
      padding: 24px 20px;
    }
  
    .hero-image {
      max-width: 100%;
    }
  
    .about-section {
      max-width: 100%;
      margin-top: 40px;
    }
  
    .about-content {
      max-width: 100%;
    }
  
    .services-row,
    .advantages-container,
    .pricing-container,
    .blog-container {
      max-width: 100%;
    }
  
    .pricing-section {
      max-width: 100%;
      margin-top: 40px;
    }
  
    .cta-section {
      max-width: 100%;
      margin-top: 40px;
    }
  
    .cta-content {
      max-width: 100%;
    }
  
    .contact-section {
      max-width: 100%;
      margin-top: 40px;
    }
  
    .contact-description {
      max-width: 100%;
      margin-top: 40px;
    }
  
    .contact-info {
      max-width: 100%;
      margin-top: 40px;
    }
  
    .footer {
      padding: 40px 20px;
      margin-top: 40px;
    }
  }
  

  body,html{
    overflow-x: hidden;
    margin: 0px;
  }





.content_bottom_cookies {
    position: fixed;
    bottom: -100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            background: #404040;
    width: 95%;
    padding: 20px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 5;
    row-gap: 20px;
    opacity: 0;
    -webkit-transition: bottom 0.5s ease-out, opacity 0.5s ease-out;
    transition: bottom 0.5s ease-out, opacity 0.5s ease-out;
    padding: 40px 60px;

    display: flex;
   flex-direction: row;
   align-items: center;
  }
  
  @media (max-width: 1070px) {
    .content_bottom_cookies {
      padding: 40px 20px;
      flex-direction: column;
    }
  }
  
  .content_bottom_cookies.show {
    bottom: 20px;
    opacity: 1;
  }
  
  @media (max-width: 600px) {
    .content_bottom_cookies {
      width: 90%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  
  .content_bottom_cookies .title {
    color: #FFF;
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px; /* 105% */
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
  
  }
  
  .content_bottom_cookies p {

    color: #FFF;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 30px;
  }
  
  .content_bottom_cookies .content_bottom_btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-top: 20px;
    -webkit-column-gap: 20px;
            column-gap: 20px;

            display: flex;
            flex-direction: column;
            gap: 20px;
  }
  
  .content_bottom_cookies .content_bottom_btn button {
    width: 100%;

    color: #000;
    width: 220px;
  background: transparent;
    height: 48px;
    border: 2px solid #FFF;
    color: #FFF;
font-family: Manrope;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 42px; /* 175% */
  }
  
  .content_bottom_cookies .content_bottom_btn button:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .succes-section{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .succes-section a{
    border-radius: 10px;
    border: 1px solid #00FFEA;
    background: #00FFEA;
    max-width: 456px;
    width: 100%;
height: 63px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
color: #000;
text-align: center;
font-family: Assistant;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 59px; /* 295% */
text-decoration: none;
  }
  .contact-section .container{
    margin: 0 auto;
    max-width: 1400px;

  }
  .contact-section h2{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
  }
  .contact-section p{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  @media (max-width: 768px) {
    .contact-section h2{
     font-size: 40px;
    }
  }