body {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    color: #007AFF;
    font-size: 20px;

}

h1, h2, h3, h4 {
    font-style: normal;
}

h1 {
    font-size: 56px;
    font-weight: 800;
}

h2 {
    font-size: 40px;
    font-weight: 800;
}

h3 {
    font-size: 24px;
    font-weight: 800;
}

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    align-items: center;
    padding: 10px 20px;

}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}
    


.nav > a {
    text-decoration: none;
}

.nav > a > img {
    width: 50px;
  
}

.nav > ul {
    display: flex;
    justify-content: space-between;
  

}

.nav > ul > a {
    text-decoration: none;
    color: #007AFF;
}

.social li {
    list-style: none;
    padding-left: 40px;
    font-weight: 600;
}

.contentbox {
    max-width: 1100px;
    margin: 0 auto;
}

.contentbox__content {
    margin-top: 100px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 101, 242, 0.589);
    background-blend-mode: difference;
    border-radius: 30px;
    color: #fff;
}

.contentbox__content > img {
    width: 450px;
   
}

.contentbox__content--inner {
    max-width: 500px;
}

.contentbox__content--inner > ul >li{
    list-style-position: outside;
    line-height: 36px;
}

.action_content {
    display: flex;
    align-items: center;
    justify-content: left;
    
}

.action_content > a {
    text-decoration: none;
    margin-right: 20px;
    background: #007AFF;
    padding: 12px 20px;
    color: white;
    border-radius: 10px;
    
}

.featuresbox {
    margin-top: 100px;
    display: flex;
    justify-content: space-around;
}

.featuresbox__content {
    max-width: 330px;
}

.testimonials {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

.testimonials__content {
    max-width: 350px;
    padding: 24px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    
}

.testimonials__content > p {
    max-width: 286px;

}

.testimonials__content > img {
    border-radius: 50%;
    width: 50px;
    margin-top: 50px;

}

.testimonials__contact > h4{
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 16px;
}

.testimonials__contact__inner > p{
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

.qa {
    max-width: 600px;
    margin: 0 auto;
}

svg {
    width: 20px;
    fill: #007AFF;
}

.qa__content__inner-head{
    cursor: pointer;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.qa__answer {
    display: none;
    padding: 10px 0;
    color: #333;
    transition: all 0.3s ease;
}

.emailform {
  background-color: rgba(0, 101, 242, 0.589);
  padding: 0px;
  border-radius: 30px;
  margin-top: 120px;
  margin-bottom: 100px;
}

#faq {
  margin-top: 120px;
}

.anim-truckbody { 
  margin-bottom: 30px;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
}
.loop-wrapper {
  background: #007AFF;
  margin: 0 auto;
  position: relative;
  display: block;
  width: 600px;
  height: 250px;
  overflow: hidden;
  border-bottom: 3px solid #fff;
  color: #fff;
  border-radius: 20px;
}
.loop-wrapper > h2 {
  padding-left: 10%;
}
.mountain {
  position: absolute;
  right: -900px;
  bottom: -20px;
  width: 2px;
  height: 2px;
  box-shadow: 
    0 0 0 50px #4795e9,
    60px 50px 0 70px #4795e9,
    90px 90px 0 50px #4795e9,
    250px 250px 0 50px #4795e9,
    290px 320px 0 50px #4795e9,
    320px 400px 0 50px #4795e9
    ;
  transform: rotate(130deg);
  animation: mtn 20s linear infinite;
}
.hill {
  position: absolute;
  right: -900px;
  bottom: -50px;
  width: 400px;
  border-radius: 50%;
  height: 20px;
  box-shadow: 
    0 0 0 50px #4795e9,
    -20px 0 0 20px #4795e9,
    -90px 0 0 50px #4795e9,
    250px 0 0 50px #4795e9,
    290px 0 0 50px #4795e9,
    620px 0 0 50px #4795e9;
  animation: hill 4s 2s linear infinite;
}
.tree, .tree:nth-child(2), .tree:nth-child(3) {
  position: absolute;
  height: 100px; 
  width: 35px;
  bottom: 0;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/130015/tree.svg) no-repeat;
}
.rock {
  margin-top: -17%;
  height: 2%; 
  width: 2%;
  bottom: -2px;
  border-radius: 20px;
  position: absolute;
  background: #ddd;
}
.truck, .wheels {
  transition: all ease;
  width: 85px;
  margin-right: -60px;
  bottom: 0px;
  right: 50%;
  position: absolute;
  background: #eee;
}
.truck {
  background: url(/truck.svg) no-repeat;
  background-size: contain;
  height: 60px;
}
.truck:before {
  content: " ";
  position: absolute;
  width: 25px;
  box-shadow:
    -30px 28px 0 1.5px #fff,
     -35px 18px 0 1.5px #fff;
}
.wheels {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/130015/wheels.svg) no-repeat;

  height: 15px;
  margin-bottom: 0;

}

.tree  { animation: tree 3s 0.000s linear infinite; }
.tree:nth-child(2)  { animation: tree2 2s 0.150s linear infinite; }
.tree:nth-child(3)  { animation: tree3 8s 0.050s linear infinite; }
.rock  { animation: rock 4s   -0.530s linear infinite; }
.truck  { animation: truck 4s   0.080s ease infinite; }
.wheels  { animation: truck 4s   0.001s ease infinite; }
.truck:before { animation: wind 1.5s   0.000s ease infinite; }


@keyframes tree {
  0%   { transform: translate(1350px); }
  50% {}
  100% { transform: translate(-50px); }
}
@keyframes tree2 {
  0%   { transform: translate(650px); }
  50% {}
  100% { transform: translate(-50px); }
}
@keyframes tree3 {
  0%   { transform: translate(2750px); }
  50% {}
  100% { transform: translate(-50px); }
}

@keyframes rock {
  0%   { right: -200px; }
  100% { right: 2000px; }
}
@keyframes truck {
  0%   { }
  6%   { transform: translateY(0px); }
  7%   { transform: translateY(-6px); }
  9%   { transform: translateY(0px); }
  10%   { transform: translateY(-1px); }
  11%   { transform: translateY(0px); }
  100%   { }
}
@keyframes wind {
  0%   {  }
  50%   { transform: translateY(3px) }
  100%   { }
}
@keyframes mtn {
  100% {
    transform: translateX(-2000px) rotate(130deg);
  }
}
@keyframes hill {
  100% {
    transform: translateX(-2000px);
  }
}


.form-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
input, textarea, button, select {
  padding: 10px;
  font-size: 16px;
  border: none;
  appearance: none;
  background: none;
  font: inherit;
  color: #fff;
  outline: none;

}

input::placeholder {
  color: #fff;
}

select {
  background-image: url("/32213.png");
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  background-size: 1em;
  background-color: rgba(0, 101, 242, 0.589);
}


input[type="submit"] {
  background-color: #007AFF;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  border-style: none;
}
input[type="submit"]:hover {
  background-color: #0065F2;
  border-radius: 30px;
}

.nav_hamburger {
    display: none;
}

.hamburger {
    display: none; /* Скрыт на десктопе */
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #007AFF;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 16px; /* Уменьшаем базовый размер шрифта */
    }
    .hamburger {
        display: block; /* Показываем кнопку на мобильных */
    }
    .nav_hamburger {
      display: block;
  }

    h1 {
        font-size: 36px; /* Уменьшаем размер заголовка */
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }

    .wrapper {
        padding: 10px; /* Уменьшаем отступы */
    }

    .nav {
        flex-direction: column; /* Вертикальная навигация */
        gap: 10px;
    }

    .nav > ul {
        flex-direction: column; /* Ссылки в столбец */
        gap: 10px;
        align-items: center;
    }

    .social li {
        padding-left: 0; /* Убираем отступы */
    }

    .contentbox__content {
        flex-direction: column; /* Вертикальное расположение */
        padding: 20px;
        margin-top: 50px;
    }

    .contentbox__content > img {
        width: 100%; /* Изображение на всю ширину */
        max-width: 300px;
    }

    .contentbox__content--inner {
        max-width: 100%; /* Полная ширина текста */
        text-align: center;
    }

    .action_content {
        flex-direction: column; /* Кнопки в столбец */
        gap: 10px;
        width: 80%;
        margin: 0 auto;
    }

    .action_content > a {
        width: 100%; /* Кнопки на всю ширину */
        text-align: center;
    }

    .featuresbox {
        flex-direction: column; /* Вертикальное расположение */
        gap: 20px;
        align-items: center;
    }

    .featuresbox__content {
        max-width: 100%; /* Полная ширина */
        text-align: center;
    }

    .testimonials {
        flex-direction: column; /* Вертикальное расположение */
        gap: 20px;
        align-items: center;
    }

    .testimonials__content {
        max-width: 100%; /* Полная ширина */
        text-align: center;
    }

    .testimonials__content > p {
        max-width: 100%; /* Убираем ограничение ширины текста */
    }

    .qa {
        max-width: 100%; /* Полная ширина */
        padding: 0 10px;
    }

    .emailform {
        padding: 15px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .form-container {
        padding: 0 10px;
    }

    input,
    textarea,
    select {
        font-size: 14px; /* Уменьшаем шрифт для форм */
    }

    .loop-wrapper {
        width: 100%; /* Анимация на всю ширину */
        height: 150px; /* Уменьшаем высоту */
    }

    .mountain,
    .hill {
        transform: scale(0.5); /* Уменьшаем масштаб гор и холмов */
    }

    .truck {
        width: 70px; 
        height: 40px;
    }

    .wheels {
      height: 15px;
      margin-bottom: 0;
    
    }

    .tree,
    .tree:nth-child(2),
    .tree:nth-child(3) {
        height: 60px; /* Уменьшаем размер деревьев */
    }
}