
@import url('https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Onest:wght@100..900&display=swap');


body {
    margin: 0;
    padding: 0;
    background-color: #020202;
    color: #fff;
    font-family: 'Onest';
    position: relative;
    font-weight: 500;
    max-width: 1500px;
    line-height: 99%;
    letter-spacing: 0%;
    height: 100vh;
}

img{
    pointer-events: none;
}



html, body{
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

body::selection{
    color: #A0FF08;
}

main{
    width: 100%;
    background-color: #020202;
    height: 100vh;
}

.about

header {
    margin-left: 45px;
    margin-top: 10px;
    padding: 40px 0 0 0;
    background: transparent;
    position: relative;
    z-index: 2;
}

.nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fff-1{
    font-family: Onest;
font-weight: 700;
font-size: 48px;
line-height: 22.77px;
letter-spacing: 0px;
vertical-align: middle;

    text-decoration: none;
    text-align: center;
    position: relative;
    top: 2100px;
}

.logo {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    margin-left: 32px;
    width: 46px;
    height: auto;
    margin-top: 40px;
}

nav {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    z-index: 10;
}

nav ul {
    display: flex;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 18px;
    padding: 6px 24px;
    width: auto;
    position: relative;
}



nav ul::before {
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 2px;
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}
nav li {
    margin: 0 2px;
}

nav a {
    display: inline-block;
    padding: 8px 28px;
    border-radius: 14px;
    background: transparent;
    color: #7D7D7D;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.3s, background 0.3s;
}

nav li{
    color: #A0FF08 ;
}

nav a.active,
nav a:hover,
nav a:focus {
    color: #fff;
    text-decoration: none;
}

.desktop{
    display: none;
}

.btn-header{
    color: #000;
    position:absolute;
    padding: 12px 32px;
border-radius: 32.68px;
padding-top: 17.78px;
padding-right: 24.99px;
padding-bottom: 17.78px;
padding-left: 24.99px;

    font-size: 1.1rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    display: inline-block;
    background-color: #A0FF08;
    right: 40px;
    top: 38px;
    box-shadow: 0px 1.92px 19.7px 0px #FFFFFFA3 inset;

}


.btn-header:hover {
    color: #fff;
    text-decoration: none;
}


main {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
}

section{
    width: 100%;
    padding: 0;
    position: absolute;
    display: block;
}

.hero-content span{
    position: relative;
    color : #A0FF08;
    font-family: Onest;
font-weight: 700;
font-size: 69.03px;
line-height: 90%;
letter-spacing: 0%;

    backdrop-filter: blur(225.8000030517578px)
}


.hero-content {
    z-index: 999;
    margin: 0;
}
.hero-content h1 {
    position: relative;
    color: #fff;
    font-family: Onest;
font-weight: 700;
font-size: 69.03px;
line-height: 90%;
letter-spacing: 0%;
    left: 174px;
    top: 175px;
    margin:0;
    z-index: 4;
}

.hero-content p {
    position: relative;
    color: #fff;
    font-family: Onest;
    font-weight: 400;
    font-size: 24px;
    line-height: 90%;
    letter-spacing: 0%;
    left: 174px;
    top: 175px;
    z-index: 4;
    line-height: 1.3;
}


.hero-img-1 {
    position:absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 3;
    top: 180px;
}

.hero-img-2{
    position: absolute ;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 1;
    top: 15px;
}
.hero-img-3{
    position: absolute ;
    width: 712.1151733398438;
    height: 712.1151733398438;
    left: 35% ;
    top: -150px;
    height: auto;
    object-fit: cover;
    z-index: 2;
}

.hero-title-h2{
    font-family: Onest;
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
color: #fff;
z-index: 5;
    position: absolute;
    top: 900px;
    left: 50%;
    transform: translate(-50%, -50%);

}

.btn-hero{
    position: absolute;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    background-color: #A0FF08;
    color: #000;
    width: 289;
height: 94;
top: 470px;
left: 174px;
border-radius: 68px;
padding-top: 37px;
padding-right: 52px;
padding-bottom: 37px;
padding-left: 52px;
gap: 10px;
    filter: drop-shadow(0 0 8px #a2ff0cb2) drop-shadow(0 0 16px #a2ff0cb2);
    z-index: 5;}


.txt{
    margin-top: 18px;
}

.btn-text{
    position: relative;
}



    .hero-img-4{
    position: absolute;
    width: 195;
height: 52;
border-radius: 52px;
border-width: 1px;
backdrop-filter: blur(29px);
    position: absolute;
    width: 195px;
height: 52px;
border-radius: 52px;
border-width: 1px;
text-align: center;
justify-content: center;
align-items: center;
z-index: 6;
border: 1px solid #FFFFFF;
background: #00000070;

top: 100px;
left: 84%;
border-radius: 52px;
border-width: 1px;
z-index: 1;
    }

    .hero-img-5{
        backdrop-filter: blur(29px);
    position: absolute;
    width: 195px;
height: 52px;
border-radius: 52px;
border-width: 1px;
text-align: center;
justify-content: center;
align-items: center;
top: 370px;
left: 58%;
z-index: 6;
border: 1px solid #FFFFFF;
background: #00000070;

    }

    .hero-img-6{
    position: absolute;
    width: 195px;
height: 52px;
border-radius: 52px;
border-width: 1px;
top: 470px;
left: 83%;
z-index:3;
border: 1px solid #FFFFFF;
background: #00000070;
backdrop-filter: blur(29px);
text-align: center;
justify-content: center;
align-items: center;
    }

.h1{
    position: absolute;
    font-family: Onest;
font-weight: 800;
font-size: 66.25px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
z-index: 10;
left:27%;
top: 900px;
}
.burger{
        display: none;
    }

.gradient-blur{
    position: absolute;
    top: 1100px !important;
    left: 0;
    width: 100%;

height: 311px;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
    filter: blur(20px);
    z-index: 5;
}

/* Our*/
.our{
    position: absolute;
    top: 1000px;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.our-content{
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    left:104px;
    width: 85%;
height: auto;
gap: 37px;

}

.frame{
    width: 667.96484375px;
height: 306.4535217285156px;
border-radius: 22px;
gap: 10px;
    color: #000;
    font-family: Onest;
font-weight: 500;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
padding-left: 41px;
padding-right: 41px;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    background: linear-gradient(120.06deg, #B3FF38 0.04%, #0DFF00 25.62%, #CCFF00 67.52%, #2FFF00 97.5%);

z-index: 10;

}

.frame-right img{
    width: 359.4336242675781px;
height: 306.4535217285156px;
border-radius: 22px;
    pointer-events: none;
}

.icon-flex{
    width: 350.0175774774162px;
height: 350.0175774774162px;
transform: rotate(315deg);
top: 1380.56px;
left: 83%;
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 10;
    filter: blur(8.4px);
}

.flex{
    
    margin-top: 100px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:100%;
    left: auto;
height: auto;
top: 220% !important;
border-radius: 22px;
    pointer-events: none;
    z-index: 11;
}

.about{
    width: 85%;
    position: relative;
    height: 433px;
    border-radius: 22px;
    background: #00000070;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    z-index: 10;

}

.about-content{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 1066.198486328125px;
    
}

.about h1{
    font-family: Onest;
font-weight: 800;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
margin-top: 0px;

}

.about-1,
.about-2,
.about-3{
    position: relative;
    width: 500px;
    height: 433px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    margin-top: 200px;
}

.arrow{
    width: 39.1533088684082px;
height: 15.926106452941895px;
    position: relative;
    margin: 0 10px;
    z-index: 10;
}

.work-with-1 {
  display: flex;
  flex-direction: column;
  align-items: center; /* Центрируем всё по горизонтали */
  gap: 32px; /* Отступ между h1 и блоком иконок */
  position: relative;
  z-index: 10;
  padding-top: 40px;
}

.work-with-1 h1 {
  font-family: Onest;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: #FFFFFFB1;
  text-align: center;
  margin: 0;
}

.clients-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  position: static; /* Убираем абсолютное позиционирование */
}

.clients {
  padding: 13px 27px;
  background: #00000003;
  border: 1px solid #FFFFFF45;
  border-radius: 22px;
  font-family: Onest;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.work-with{
    position: relative;
    top: 1900px;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 15;
}

.work-with-content{
    width: 85%;
height: auto;
    display: flex;
align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
border-radius: 20.24px;
gap: 30px;
border-top-width: 0.84px;
border-top: 0.84px solid #D4E4FE31;
backdrop-filter: blur(54.79999923706055px);

}

.work-with-1{
    width: 855.009521484375px;
height: 239.5410614013672px;
gap: 20px;
display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;


}
.icon-flex-1{
    width: 680.5326464492153px;
height: 680.5326464492153px;
top: 1700px;
left: -300px;
transform: rotate(315deg);
    position: absolute;
    display: flex;
    z-index: 10;
    filter: blur(8.399999618530273px)
}

.work-with h1{
    font-family: Onest;
font-weight: 400;
font-size: 32px;
line-height: 22.77px;
letter-spacing: 0px;
vertical-align: middle;
    width: 215px;
height: 23px;

color: #FFFFFFB1;
position: relative;

}
.clients-icon{
position: relative;
display: flex;
width: 855.009521484375px;
height: 131px;
gap: 28px;
top: 60px;
z-index: 20;
align-items: center; /* или center */
  gap: 20px; /* отступ между h1 и иконками */
}

.clients{
    font-family: Onest;
font-weight: 400;
font-size: 15px;
line-height: 22.77px;
letter-spacing: 0px;
vertical-align: middle;

    position: relative;
    width: auto;
border-radius: 22px;
padding-top: 13px;
padding-right: 27px;
padding-bottom: 13px;
padding-left: 27px;
border-width: 1px;
background: #00000003;
border: 1px solid #FFFFFF45;
flex-direction: row;
display: flex;
z-index: 20;
margin: 10px;
}


.clients-text{
    font-family: Onest;
font-weight: 500;
font-size: 16px;
line-height: 22.77px;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;
color: #4E4E4E;

}



.FAQ{
    z-index: 40;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    top: 250%;
}
.FAQ h1{
    font-family: Onest;
font-weight: 700;
font-size: 35.5px;
line-height: 48px;
letter-spacing: 0px;
vertical-align: middle;
color:#6FD24D;
position: relative;
display: flex;
}

.faq-section {
  width: 100%;
  width: 800px;
  margin: 100px auto;
  color: #fff;
  font-family: Onest;
}

.break-word{
    display: none;
}

.faq-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #A0FF08;
  margin-bottom: 40px;
}

.faq-item {
    width: 850px;
  border-bottom: 1px solid #444;
  padding: 20px 0;
}

.faq-question {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* размеры картинки */
  height: 20px;
  background-image: url('../res/Image.png');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s;
  z-index: 50;
}

.faq-item.open .faq-question::after {
  transform: rotate(90deg);
}

.faq-answer {
  display: none;
  margin-top: 10px;
  color: #bbb;
  font-size: 16px;
  line-height: 1.4;
  
}
.ff-1{
    position: relative;
    font-family: Onest;
font-weight: 700;
font-size: 48px;
line-height: 22.77px;
letter-spacing: 0px;
vertical-align: middle;
    text-decoration: none;
    text-align: center;
    top: 200px;

}

.faq-item.open .faq-answer {
  display: block;
}


.contact-section {
  width: 100%;
  height: 100vh;
  color: #fff;
  font-family: Onest;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  z-index: 20;
  padding: 0 20px;
  top: 115%;
}

.contact-section h2 {
  text-align: center;
  font-family: Onest;
font-weight: 800;
font-size: 64px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
text-transform: lowercase;

}

.contact-section h2 span {
  color: #fff;
}

.contact-section h2 strong {
  color: #A0FF08;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
}

.contact-links a{
    text-decoration: none;
}

.p-contact{
    font-family: Onest;
font-weight: 500;
font-size: 16px;
text-align: center;
}

.input-form{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    flex-direction:row;
    gap: 20px;
    left: -50px;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.form-group label {
  font-size: 14px;
  color: #bbb;
  padding-left: 8px;
}

.form-group input {
  padding: 12px 24px;
  border: 1px solid #fff3;
  border-radius: 14px;
  background: #000;
  color: #fff;
  font-size: 16px;
}

.contact-form input,
.contact-form textarea {
  padding: 14px 20px;
  border: 1px solid #ffffff30;
  border-radius: 14px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  resize: none;
  font-family: Onest;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #888;
}


.contact-form .btn-hero{
    position: relative;
    top:10%;
    left: 20%;
    width: 310.10638427734375px;
height: 100.86505126953125px;

}

.icon-contact-1{
    width: 763.5663534758053px;
height: 763.5663534758053px;
top: 220%;
left: 60%;
position: relative;
}
.icon-contact-2{
    width: 455.85488773004965px;
height: 455.85488773004965px;
left: -54%;
top: 220%;
position: relative;
}

.contact-links img{
    width: 105px;
    height: 105px;
    margin: 0 10px;
    transition: transform 0.3s;
    border: #444 1px solid;
    
}


.contact-links ul {
    display: flex;
    flex-direction: row;
    gap: 32px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: flex-end;
    text-decoration: none;
}

.contact-links ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    text-align: center;
}

.contact-links ul li img {
    width: 115px;
    height: 115px;
    margin-bottom: 8px;
    display: block;
    border-radius: 30px;
}

.contact-links ul li span {
    font-size: 1rem;
    color: #fff;
    margin-top: 0;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-style: italic;
    text-decoration: none;
    font-family: 'Codec Pro', Arial, sans-serif;
}

.contact-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}



.fade-in-1 {
    transform: translateY(30px);
    animation: slide 2s ease-out forwards;
      opacity: 0;
      animation: fadeIn1 2s ease-in forwards;
    }

    @keyframes fadeIn1 {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .fade-in-2 {
    transform: translateY(30px);
    animation: slide 1s ease-out forwards;
      opacity: 0;
      animation: fadeIn2 2.5s ease-in forwards;
    }

    @keyframes fadeIn2 {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    .fade-in-3 {
      transform: translateY(30px);
      animation: slide 0s ease-out forwards;
      opacity: 0;
      animation: fadeIn3 4s ease-in forwards;
    }

    @keyframes fadeIn3 {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }



@media(min-width:1200px) and (max-width:1500px)  {
    .burger{
        display: none;
    }
    .desktop{
        display: none;
    }
    nav ul {
        gap: 20px;
    }
    nav a {
        padding: 8px 16px;
        font-size: 1.2rem;
    }
    .hero-content p{
        font-size: 20px;
        line-height: 1.3;
    }
    .hero-img-3{
        left: 25%;
    }
    .hero-img-4{
        top: 90px;
    }
}


@media (min-width: 1900px) {
    

main {
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
}

section,
    .our,
    .flex,
    .work-with,
    .FAQ{
        position: static;
        width: 100%;
        margin-top: 80px;
        margin-bottom: 80px;
        min-height: unset;
    }

.hero{
    width: 100%;
    padding: 0;
}

.hero-content span{
    position: relative;
    color : #A0FF08;
    font-family: Onest;
    font-weight: 700;
    font-size: 100px;
    line-height: 90%;
    letter-spacing: 0%;
    filter: drop-shadow(0 0 1px #A0FF08) drop-shadow(0 0 2px #A0FF08);}

.hero-content {
    z-index: 999;
}

.fff-1{
    top: 0;
}

.hero-content h1 {
    position: relative;
    color: #fff;
    font-family: Onest;
    font-weight: 700;
    font-size: 100px;
    line-height: 90%;
    letter-spacing: 0%;
    left: 174px;
    top: 175px;
    margin:0;
    z-index: 4;
}

.hero-content p {
    position: relative;
    color: #fff;
    font-family: Onest;
    font-weight: 400;
    font-size: 24px;
    line-height: 90%;
    letter-spacing: 0%;
    left: 174px;
    top: 175px;
    z-index: 4;
    line-height: 1.3;
}


.hero-img-1 {
    position:absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 3;
    top: 300px;
}

.hero-img-2{
    position: absolute ;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 1;
    top: 50px;
}
.hero-img-3{
    position: absolute ;
    width: 65%;
    height: 900.1151733398438px;
    left: 32%;    
    top: -10%;
    height: auto;
    object-fit: cover;
    z-index: 2;
}

.hero-title-h2{
    font-family: Onest;
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
color: #fff;
z-index: 5;
    position: absolute;
    top: 900px;
    left: 50%;
    transform: translate(-50%, -50%);

}

.btn-hero{
    position: absolute;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    background-color: #A0FF08;
    color: #000;
    width: 289;
height: 94;
top: 700px;
left: 174px;
border-radius: 68px;
padding-top: 37px;
padding-right: 52px;
padding-bottom: 37px;
padding-left: 52px;
gap: 10px;
    
    z-index: 5;}


.ff-1{
    position: relative;
    font-family: Onest;
font-weight: 700;
font-size: 48px;
line-height: 22.77px;
letter-spacing: 0px;
vertical-align: middle;
    text-decoration: none;
    text-align: center;
    top: 200px;

}

.ff-1 span{
    font-family: Onest;
font-weight: 700;
font-size: 48px;
line-height: 22.77px;
}


    .hero-img-4{
    position: absolute;
    width: 270px;
    height: 60px;
font-size: 30px;
border-radius: 52px;
border-width: 1px;
backdrop-filter: blur(29px);
    position: absolute;
border-radius: 52px;
border-width: 1px;
text-align: center;
justify-content: center;
align-items: center;
z-index: 6;
border: 1px solid #FFFFFF;
background: #00000070;

top: 13%;
left: 84%;
border-radius: 52px;
border-width: 1px;
z-index: 1;
    }

    .hero-img-5{
        backdrop-filter: blur(29px);
    position: absolute;
    width: 270px;
    height: 60px;
font-size: 30px;
border-radius: 52px;
border-width: 1px;
text-align: center;
justify-content: center;
align-items: center;
top: 370px;
left: 58%;
z-index: 6;
border: 1px solid #FFFFFF;
background: #00000070;

    }

    .hero-img-6{
    position: absolute;
    width: 270px;
    height: 60px;
font-size: 30px;
border-radius: 52px;
border-width: 1px;
top: 470px;
left: 85%;
z-index:3;
border: 1px solid #FFFFFF;
background: #00000070;
backdrop-filter: blur(29px);
text-align: center;
justify-content: center;
align-items: center;
    }

.h1{
    position: absolute;
    font-family: Onest;
font-weight: 800;
font-size: 96.25px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
text-transform: lowercase;
z-index: 10;
left: 26%;
top: 1100px;
}

.hero-title-h2{
    font-family: Onest;
    font-size: 40px;
}



.contact-section{
    top: 0%;
}

.icon-contact-1{
top: 0%;
left: 60%;
position: relative;
}
.icon-contact-2{
left: -40%;
top: 0%;
position: relative;
}


.our{
    position: relative;
    top: 30%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-with{
    height: auto;
}
.FAQ{
    height: auto;
}



.contact-section{
    top: -60%;
    width: 100%;
    display: flex;
    position: relative;
    height: auto;
    margin: 0;
    overflow-y: hidden;
}
.burger{
        display: none;
    }
}




@media (min-width: 3900px){

    .burger{
        display: none;
    }

    .hero span{
        font-size: 150px;
    }

    .hero-content h1 {
        font-size: 150px;
    }

    .hero-title-h2 span {
        font-size: 50px;
    }

    .hero-content p {
        font-size: 40px;
    }

    .btn-hero {
        display: flex;
        position: absolute;
        width: 600px;
        height: 110px;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 20px 60px;
        font-size: 60px;
        display: flex;         /* добавлено */
        flex-direction: column;
        gap: 10px;
        top: 830px;
    }

    nav{
        font-size: 63px;
    }

    .hero-img-1 {
        width: 100%;
        height: auto;
        top: 500px;
    }
    .hero-img-2 {
        width: 100%;
        height: auto;
        top: 120px;
    }
    .hero-img-3 {
        width: 2300px;
        height: auto;
        left: 43%;
        top: -180px;
    }
    .hero-img-4,
    .hero-img-5,
    .hero-img-6 {
        width: 600px;
        height: 120px;
        font-size: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hero-img-4 { top: 370px; left: 85%; }
    .hero-img-5 { top: 840px; left: 60%; }
    .hero-img-6 { top: 1000px; left: 85%; }

    .hero-title-h2 {
        font-size: 50px;
        top: 1200px;
    }

    .h1 {
        font-size: 150px;
        left: 33%;
        top: 1600px;
    }

    .gradient-blur {
        top: 1500px !important;
        height: 2500px;
    }

    .our-content{
        width: 100%;
        height: 600px;
        gap: 50px;
    }

    .frame{
        width: 1000px;
        height: 500px;
        padding-left: 60px;
        padding-right: 60px;
        font-size: 30px;
        justify-content: center;
    }
    .frame-right img{
        width: 600px;
        height: 500px;
    }

    .icon-flex{
        width: 800px;
        height: 800px;
        top: 2500px;
        left: 85%;
    }
    .flex{
        width: 100%;
        height: auto;
        top: 3000px !important;
    }
    .about{
        height: 600px;
        border-radius: 22px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .about-content{
        width: 1700px;
        height: auto;
        margin-top: 100px;
    }


    .fff-1{
        position: relative;
        font-family: Onest;
        font-weight: 700;
        font-size: 80px;
        line-height: 22.77px;
        letter-spacing: 0px;
        vertical-align: middle;
        text-decoration: none;
        text-align: center;
        top: 100px;
        z-index: 999;
    }

    .about p{
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        margin-top: 20px;
    }

    .h1-text-title{
        font-family: Onest;
        font-weight: 800;
        font-size: 50px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        color: #fff;
        margin-top: 50px;
    }

    .arrow{
        width: 60px;
        height: 25px;
        position: relative;
        margin: 0 20px;
        z-index: 10;
    }
    .work-with-1 {
        width: 100%;
        height: auto;
        gap: 60px;
    }
    .work-with-1 h1 {
        font-size: 60px;
        width: 600px;
        height: 60px;

    }
    .clients-icon {
        height: auto;
        gap: 40px;
    }

    .clients {
        padding: 20px 40px;
        font-size: 20px;
        width: auto;
        height: auto;
        border-radius: 30px;
    }
    .clients-text {
        font-size: 20px;
    }
    .work-with-content {
        height: auto;
        gap: 60px;
    }
    .work-with-1 {
        width: 1200px;
        height: 400px;
        gap: 40px;
    }
    .icon-flex-1 {
        width: 1000px;
        height: 1000px;
        top: 2900px;
        left: -500px;
    }
    .work-with h1 {
        font-size: 60px;
    }
    .clients-icon {
        width: 1200px;
        height: 200px;
        gap: 40px;
        position: relative;
        z-index: 20;
    }

    .contact-section {
        top: -30%;
        width: 100%;
        height: auto;
        display: flex;
        position: relative;
        padding: 0 50px;
    }
    .contact-section h2 {
        font-size: 80px;
        text-align: center;
        margin-bottom: 40px;
    }
    .contact-form {
        width: 100%;
        max-width: 800px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .input-form{
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        margin-top: 20px;
        margin-left: 80px;
        display: flex;
        flex-direction: row;
        gap: 30px;
    }
    .input-form,
    .form-group input,
    .form-group textarea {
        border-radius: 14px;
        background: #000;
        color: #fff;
        font-size: 20px;
    }
    .contact-form input,
    .contact-form textarea {
        padding: 20px 30px;
        border-radius: 14px;
        background-color: #000;
        color: #fff;
        font-size: 20px;
        resize: none;
        font-family: Onest;
    }
    .contact-section .btn-hero {
        position: relative;
        top: 10%;
        left: 20%;
        width: 500px;
        height: 150px;
        font-size: 50px;
        padding: 30px 80px;
    }
    .icon-contact-1 {
        width: 1200px;
        height: 1200px;
        top: 3000px;
        left: 60%;
        position: relative;
    }
    .icon-contact-2 {
        width: 700px;
        height: 700px;
        left: -60%;
        top: 3000px;
        position: relative;
    }
    .FAQ {
        height: auto;
        top: 3500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 999;
    }
    .FAQ h1 {
        font-size: 80px;
        color: #6FD24D;
        position: relative;
        display: flex;
    }
    .faq-section {
        max-width: 1200px;
        margin: 100px auto;
        color: #fff;
        font-family: Onest;
        z-index: 999
    }
    .faq-title {
        text-align: center;
        font-size: 60px;
        font-weight: 700;
        color: #A0FF08;
        margin-bottom: 60px;
    }
    .faq-item {
        border-bottom: 1px solid #444;
        padding: 30px 0;
    }
    .faq-question {
        background: none;
        border: none;
        color: white;
        font-size: 24px;
        text-align: left;
        width: 100%;
        cursor: pointer;
        position: relative;
    }
    .faq-question::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 30px; /* размеры картинки */
        height: 30px;
        background-image: url('../res/Image.png');
        background-size: contain;
        background-repeat: no-repeat;
        transition: transform 0.3s;
        z-index: 50;
    }
    .faq-item.open .faq-question::after {
        transform: rotate(90deg);
    }
    .faq-answer {
        display: none;
        margin-top: 20px;
        color: #bbb;
        font-size: 20px;
        line-height: 1.4;
    }
    .faq-item.open .faq-answer {
        display: block;
    }
    .clients-icon {
        width: 1200px;
        height: 200px;
        gap: 40px;
        position: relative;
        z-index: 20;
    }
    .clients {
        padding: 20px 40px;
        font-size: 20px;
        width: auto;
        height: auto;
        border-radius: 30px;
    }
    .clients-text {
        font-size: 20px;
    }


    .our-content {
        height: auto;
        gap: 60px;
    }
    .frame {
        width: 1200px;
        height: 600px;
        padding-left: 80px;
        padding-right: 80px;
        font-size: 40px;
        justify-content: center;
    }
    .frame-right img {
        width: 800px;
        height: 600px;
    }


    .icon-contact-1{
        width: 800px;
        height: 800px;
        left: 80%;
        top: 0;
        position: relative;
    }
    .icon-contact-2{
        width: 600px;
        height: 600px;
        left: -20%;
        top: 0;
        position: relative;
    }
}


@media  (max-width: 768px) {


    .about-content{
        gap: 20px !important;
        margin-top: 20px !important;
        font-size: 18px;
        text-align: center;
        align-self: center;
        justify-content: center;
        width: 100%;
        height: auto;
        align-items: center;
    }

    .about-1,
    .about-2,
    .about-3{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .desktop{
        display: none;
    }

    .first{
        width: 42px;
        height: 109px;
    }

.h1-text-title{
    font-size: 24px !important;
    text-align: center !important;
    position: relative !important;
    margin-top: 0 !important;
}

.about p{
    font-size: 10px !important;
    text-align: center !important;
    width: 100%;
    color: #a3a3a3  !important;
    margin-top: 10px !important;
}


.img-about{
    margin-top: 20px;
}

.logo{
    top: 0 !important;
    margin: 0 !important;
}

    .phone{
        display: flex;
        top: 0;
        left: 0;
        margin: 0px;
    }

    .hero-img-3{
        width: 20%;
        top: 100%;
        left: 0%;
        z-index: 5;
    }
    .hero-img-4{
        top: 135% !important;
        left: 65% !important;
        z-index: 4;
        width: 30% !important;
        height: auto !important;
        padding-bottom: 10px !important;
        padding-top: 0px !important;
        z-index: 10;
    }
    .hero-img-5{
        top: 214% !important;
        left: 65% !important;
        z-index: 4;
        width: 30% !important;
        height: auto !important;
        padding-bottom: 10px !important;
        padding-top: 0px !important;
        z-index: 10;
    }
    .hero-img-6{
        top: 174% !important;
        left: 25% !important;
        z-index: 7;
        width: 30% !important;
        height: auto !important;
        padding-bottom: 10px !important;
        padding-top: -2px !important;
    }
    .txt{
        margin-top: 10px !important;
    }

    .hero-content h1 {
        font-size: 36px;
        left: 20px;
        top: 80px;
    }
    .hero-content p {
        font-size: 10px;
        left: 20px;
        top: 80px;
        width: 90%;
        word-spacing: 2px;
        line-height: 1.3;
    }

    .about-1,
    .about-2,
    .about-3{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .ff-1{
        font-size: 36px;
        position: relative;
        margin: 0;
        text-align: center;
        top: 0px;
    }

    .text-h1{
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .btn-hero {
        width: 150px;
        height: 40px;
        font-size: 16px;
        top: 295px;
        left: 20px;
        padding: 0;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .btn-text{
        font-size: 10px;
        color: #000;
        font-family: Onest;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hero-img-1, .hero-img-2, .hero-img-3 {
        width: 100%;
        height: auto;
    }
    .hero-img-4, .hero-img-5, .hero-img-6 {
        width: 150px;
        height: 40px;
        font-size: 14px;
        top: 300px;
        left: 20px;
    }
    .hero-title-h2 {
        font-size: 20px;
        top: 550px;
    }
    .hero-title-h2 span {
        font-size: 20px;
    }

    .h1 {
        font-size: 30px;
        left: 10%;
        top: 610px;
    }


    .gradient-blur {
        top: 410px !important;
        height: 200px;
    }
    .our {
        top: 700px;
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: center;
        left: 0;
    }
    .our-content {
        width: 100%;
        height: auto;
        gap: 20px;
        align-items: center;
        justify-content: center;
        left: 12px;
    }

    .frame {
        width: 100%;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
        justify-content: center;
        align-items: center;
    }
    .frame-right img {
        display: none;
    }

    
    .icon-flex {
        width: 100%;
        height: auto;
        top: 1700px;
        left: 200px;
        display: flex;
        flex-direction: column;
    }
    .icon-flex img {
        width: 100%;
        height: auto;
    }

    .flex {
        width: 100%;
        height: auto;
        top: 1050px !important;
        
    }
    .about {
        height: auto;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    .about-content {
        width: 90%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .about .ff-1 {
        font-size: 24px;
        position: relative;
        margin: 0;
        
    }
    .arrow {
        width: 30px;
        height: 15px;
        position: relative;
        margin: 0 10px;
        z-index: 10;
    }
    .work-with {
        height: auto;
        top: 2100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .work-with-1 {
        width: 100%;
        height: auto;
        gap: 5px;

    }
    .work-with-1 h1 {
        font-size: 24px;
        width: 50%;
        height: auto;
        text-align: center;
    }
    .clients-icon {
        height: auto;
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .clients {
        padding: 10px 20px;
        font-size: 14px;
        width: auto;
        height: auto;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .clients-text {
        font-size: 14px;
    }

   .clients:last-child {
        padding: 10px 40px;
        font-size: 14px;
        gap: 10px;
        height: auto;
        border-radius: 10px;
        display: none;
    }

    .break{
        display: none;
    }
    .break-word {
    display: inline;
    }

    .clients-icon {
        width: 100%;
        height: auto;
        gap: 20px;
        position: relative;
        z-index: 20;
    }

    .work-with-content {
        height: auto;
        gap: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .icon-flex-1 {
        width: 100%;
        height: auto;
        top: 1100px;
        left: -200px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .work-with h1 {
        font-size: 24px;
        text-align: center;
    }

    .FAQ{
        height: auto;
        top: 2150px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 999;
    }
    .FAQ h1 {
        font-size: 36px;
        color: #6FD24D;
        position: relative;
        display: flex;
    }
    .faq-section {
        max-width: 90%;
        margin: 50px auto;
        color: #fff;
        font-family: Onest;
        width: 100%;
    }
    .faq-title {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        color: #A0FF08;
        margin-bottom: 30px;
    }
    .faq-item {
        border-bottom: 1px solid #444;
        padding: 15px 0;
        width: 100%;
    }
    .faq-question {
        background: none;
        border: none;
        color: white;
        font-size: 16px;
        text-align: left;
        width: 100%;
        cursor: pointer;
        position: relative;
    }
    .faq-question::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px; /* размеры картинки */
        height: 20px;
        background-image: url('../res/Image.png');
        background-size: contain;
        background-repeat: no-repeat;
        transition: transform 0.3s;
        z-index: 50;
    }

    .contact-section {
        top: 1000px;
        width: 100%;
        height: auto;
        display: flex;
        position: relative;
        padding: 0 0px;
    }
    .contact-section h2 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 20px;
    }
    .contact-form {
        width: 100%;
        max-width: 90%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .input-form {
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-self: center;
        align-self: center;
        text-align: center;
    }

    .form-group input,
    .form-group textarea {  
        border-radius: 10px;
        background: #000;
        color: #fff;
        font-size: 14px;
        padding: 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;

    }
    .contact-form input,
    .contact-form textarea {
        padding: 10px;
        border-radius: 10px;
        background-color: #000;
        color: #fff;
        font-size: 14px;
        resize: none;
        font-family: Onest;
    }
    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
        color: #888;
    }
    .contact-form .btn-hero {
        position: relative;
        top: 10%;
        left: 25%;
        width: 50%;
        height: 70px;
        font-size: 16px;
        padding: 10px;
    }

    .contact-links ul li img{
    width: 70px;
    height: 70px;
    margin: 0 10px;
    transition: transform 0.3s;
    border: #444 1px solid;
    
}

.fff-1{
    font-family: Onest;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

    .burger {
    display: flex !important;
    order: 3;
    margin-left: 8px !important;
    margin-right: 0 !important;
    flex: 0 0 auto !important;
    position: absolute !important;
    right: 8px !important;
    top: 8px !important;
    z-index: 101 !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
     z-index: 1000  ;
  }

  .burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 20;
    margin-left: 10px;
    z-index: 1000  ;
}
.burger span {
    display: block;
    height: 4px;
    width: 28px;
    background: #fff;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.3s;
}
  .burger span {
    display: block;
    height: 4px;
    width: 28px;
    background: #fff;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.3s;
     z-index: 1000  ;
  }
  header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 8px 8px 0 8px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    position: relative !important;
    flex-direction: row !important;
    gap: 8px !important;
     z-index: 1000  ;
  }
  .logo {
    margin-right: 0 !important;
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
     z-index: 1000  ;
  }
  .logo img {
    width: 36px !important;
    height: 36px !important;
    margin-top: 0 !important;
  }
  .btn-header {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 0 0vw !important; 
    font-size: 0.85rem !important;
    padding: 8px 12px !important;
    border-radius: 14px !important;
    max-width: auto !important;
    min-width: 70px !important;
    text-align: center !important;
    height: auto !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    position: static !important;
    flex: 0 0 auto !important;
  }
  .burger {
    display: flex !important;
    order: 3;
    margin-left: 8px !important;
    margin-right: 0 !important;
    flex: 0 0 auto !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    z-index: 101 !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
  }
  nav {
    position: fixed;
    right: 0;
    left: auto;
    top: 0;
    width: 70vw;
    max-width: 320px;
    height: 100vh;
    background: #0F0F0F;
    transform: translateX(100%);
    transition: transform 0.3s;
    z-index: 100;
    box-shadow: 2px 0 24px #00000033;
    padding-top: 80px;
  }
  nav.open {
    transform: translateX(0);
  }
  nav ul {
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
  }
  nav li {
    margin: 0 0 12px 0 !important;
  }
}




