* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

body {
    background: #e9edff;
    color: #333;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background: #b9c5ff;
    position: sticky;
    top: 0;
    z-index: 100;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #5b4eff;
}
.map{
    padding: 80px 0;
}
.map h2{
    text-align: center;
    margin-bottom: 40px;
}
.map__img img{
    width: 100%;
}
.map__img{
    flex: 1;
}
.map__content{
    flex: 1;
    gap: 20px;
    flex-direction: column;
    display: flex;
}
.map__content span{
    font-weight: 700;
    font-size: 20px;
}
.map__container{
    display: flex;
    gap: 50px;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
}
.nav-links {
    display: flex;
    list-style: none;
}

.nav-links li {
    margin-left: 20px;
}
a{
    text-decoration: none;
}
.nav-links a {
    color: #333;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
}

.burger {
    display: none;
    cursor: pointer;
}

.burger div {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 5px;
    transition: all 0.3s ease;
}

.hero {
    display: flex;
    gap: 70px;

    align-items: center;
    justify-content: center;
    padding: 50px;
    background: linear-gradient(135deg, #5b4eff 0%, #8e7bff 100%);
    color: #fff;
}

.hero__content h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero__content p {
    font-size: 18px;
    margin-bottom: 30px;
}

.dow__buttons a {
    margin-right: 10px;
}
.dow__buttons img{
    height: 80px;
    width: auto;
}
.hero__image img {
    max-width: 400px;
    width: 100%;
    height: 600px;
    object-fit: contain;
}
.timeline{
    max-width: 1200px;
    margin: 0 auto;
}
.timelineitems{
    display: flex;
    margin-bottom: 60px;
    gap: 40px;
}
.about, .features, .interface, .download, .how-to-use, .team, .testimonials, .blog {
    padding: 50px;
    text-align: center;
}
.about img{
    max-height: 400px;
    object-fit: cover;
}
.about h2, .features h2, .interface h2, .download h2, .how-to-use h2, .team h2, .testimonials h2, .blog h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #5b4eff;
}
.download p {
    font-weight: 700;
}
.about p, .features p, .interface p, .download p, .how-to-use p, .team p, .testimonials p, .blog p {
    max-width: 600px;
   
    margin: 0 auto 20px;
}

.about__features {
    display: flex;
    margin-top: 40px;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.feature h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.about img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.feres__grid {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;

    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.services .feres__grid {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;

    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.feres__grids{
    margin-top: 50px;
    display: flex;
    gap: 40px;
}
.feature__card {
    background: #f5f5ff;
    display: flex;
flex-direction: column;
    gap: 30px;
    padding: 20px;
    justify-content: center;
padding: 30px;
    border-radius: 10px;
   
}
.services .feature__card {
    background: #f5f5ff;
    display: flex;
flex-direction: row;
flex: 1;
    gap: 30px;
    padding: 20px;
    border-radius: 10px;
   
}
.feature__card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.features img

 {
    /* width: 400px; */
    max-width: 500px;
    height: 100%;
    /* height: 600px; */
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.interface-slider .swiper-slide img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

.interface-slider .swiper-slide {
  flex: 0 0 auto;
  width: 300px; /* или любое другое значение — это фиксированная ширина слайда */
  margin-right: 10px; /* расстояние между слайдами */
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.testimonials-slider .swiper-slide img {
    max-width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.swiper-pagination-bullet-active {
    background: #5b4eff;
}
.download img{
    width: 100%;
    max-width: 500px;
    object-fit: cover;
}
.downloads{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.downloads span{
    display: block;
    max-width: 500px;
    font-size: 18px;
    margin-bottom: 50px;
    font-weight: bold;
    color: #5b4eff;
}
.dow__stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 30px;
}

.dow__stats div {
    text-align: center;
}

.dow__stats h3 {
    font-size: 24px;
    color: #5b4eff;
}

.how-to-use img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.team-grid, .blog__grid {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.team-member, .blog__post {
    text-align: center;
    
}
.blog__post{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.team-member img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.blog__post img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

footer {
    padding: 50px;
    background: #5b4eff;
    color: #fff;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.footer__col{
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.footer__col a{
    color: #fff;
}
.copy{
    display: flex;
    justify-content: center;
}

.cta{
    padding: 60px 15px;
}
.cta__content{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
footer .container{
    display: flex;

    gap: 10px;
}

.footer__links a {
    color: #fff;
    display: block;
    margin: 5px 0;
    text-decoration: none;
}

.newsletter form {
    display: flex;
    gap: 10px;
}

.newsletter input {
    padding: 10px;
    border: none;
    border-radius: 5px;
}

.newsletter button {
    padding: 10px 20px;
    background: #fff;
    color: #5b4eff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .nav-links {
        gap: 15px;
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        right: 0;
        background: #fff;
        width: 200px;
        padding: 20px;
    }

    .nav-links.active {
        display: flex;
        height: 100vh;
    }

    .burger {
        display: block;
    }

    .hero {
        flex-direction: column;
        text-align: center;
    }

    .about__features, .feres__grid, .team-grid, .blog__grid {
        flex-direction: column;
    }
}
.feature__icon {
    font-size: 32px;
    color: #007bff;
    margin-bottom: 10px;
    display: block;
  }


  .feature__content{
    display: flex;
    gap: 10px;
    padding: 20px;
    flex-direction: column;
  }
  .feature__card img{
    width: 100%;
    max-width: 300px;
    object-fit: cover;
    max-height: 300px;
  }
  .dow__buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
  }
  
  .dow__btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
  }
  
  .dow__btn i {
    font-size: 20px;
  }
  
  .dow__btn:hover {
    background-color: #333;
  }
  @media screen and (max-width:768px) {
    .timelineitems{
        display: flex;
        flex-direction: column;
    }
    .hero {
        display: flex
    ;
        gap: 70px;
        align-items: center;
        justify-content: center;
        padding: 10px;
        background: linear-gradient(135deg, #5b4eff 0%, #8e7bff 100%);
        color: #fff;
    }
    .feres__grids {
        margin-top: 50px;
        display: flex
    ;
        gap: 40px;
        flex-direction: column-reverse;
    }
    .about, .features, .interface, .download, .how-to-use, .team, .testimonials, .blog

 {
    padding: 50px 10px;
    text-align: center;
}
.downloads {
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-direction: column-reverse;
}
.dow__stats

 {
    display: flex
;
    justify-content: center;
    gap: 50px;
    margin-bottom: 30px;
    flex-direction: column;
}
footer .container {
    display: flex
;
    gap: 10px;
    flex-direction: column;
}
.map__container {
    display: flex
;
    padding: 0 15px;
    gap: 50px;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    flex-direction: column-reverse;
}
header

 {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    background: #b9c5ff;
    position: sticky;
    top: 0;
    z-index: 100;
}
.logo {
    font-size: 18px;
    font-weight: bold;
    color: #5b4eff;
}
.hero__content h1 {
    font-size: 30px;
    margin-bottom: 20px;
}
footer {
    padding: 19px;
    background: #5b4eff;
    color: #fff;
    flex-direction: column;
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
  }
  html,body{
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .terms{
    padding: 90px 0;
  }
  .terms__container{
    display: flex;
    gap: 14px;
    max-width: 1340px;
    padding: 0 40px;
    flex-direction: column;
  }
  .terms__container  h1{
    font-size: 32px;
  }
  .terms__container ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 10px;
    list-style: none;
  }
  .cob{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #222;
    color: #fff;
    padding: 15px;
    text-align: center;
    display: none;
  }
  
  .cob.show {
    display: block;
  }
  .contact__btn {
    display: inline-block;
    background-color: #020202;
    color: #fff;
    padding: 12px 20px;
    margin: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}
.contact__btn:hover {
    background-color: #000000;
}
.contact__btn i {
    margin-right: 8px;
}
 