@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");
html {
  scroll-behavior: smooth;
}

body {
    background-color: whitesmoke;
}

*{
    box-sizing: border-box;
}

.container {
       width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* header */

.header {
    padding: 20px;
    position: relative;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  position: absolute;
  left: 90%;
}

.burger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.burger span {
  width: 26px;
  height: 3px;
  background: #1F2937;
  border-radius: 2px;
  transition: .3s ease;
}

.logo-wrap {
    display: flex;
    align-items: center;
    gap: 3px;
}

.logo {
    font-family: 'Inter', sans-serif;
    color: #FF7A1A;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
    z-index: 999;
}

.span {
    font-family: 'Inter', sans-serif;
    color: #1f2937;
    font-weight: 700;
    font-size: 30px;
    z-index: 999;
}

.header-link {
 text-decoration: none;
  font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #1f2937;
    transition: color 0.25s ease;
}

.header-link:hover {
    color: #f59e0b;
}

.header .container {
    
    justify-content: space-between;
    align-items: center;
}

.header-list {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 50px;

}



.no-scroll {
    overflow: hidden;
}

.modal.active {
    display: flex;
  justify-content: center;
  align-items: center;
}

.get-consultation {
    display: flex;
    align-items: center;
}

.consulltation-button {
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #FF7A1A;
    font-weight: 600;
    font-size: 15px;
    border-radius: 12px;
    color: #ffffff;
    width: 200px;
    height: 40px;
    border: none;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
     transition: background-color 0.25s ease;
}


.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal-overlay.active {
  display: flex;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  background: white;
  padding: 28px;
  border-radius: 12px;
  width: 100%;
  max-width: 420px;
}
.modal-title {
      font-size: 24px;
    font-family: 'Inter', sans-serif;
    margin: 20px;
    color: #1f2937;
    font-weight: 700;
}

.close {
    font-family: "Inter", sans-serif;
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 24px;
  cursor: pointer;
}
.input {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    padding: 5px;
    text-align: start;
    width: 90%;
    margin: 10px auto;
    height: 30px;
    color: black;
    border: solid 2px black;
    border-radius: 3px;
    outline: none;
    resize: none;
}

textarea.input {
  min-height: 50px;
  padding-top: 13px;
}

.input:focus {
  border: 2px solid black;
  outline: none;
}

#contactForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.submit-btn {
     background-color: #222;
  color: #ffffff;
 
  border: none;
  border-radius: 6px;
   width: 50%;
   height: 30px;
   margin-top: 10px;

  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;

}
.submit-btn:hover {
    background-color: #4A4A4A;
}


.consulltation-button::before {
    content: "";
    background-image: url('./img/phone.png');
    right: -33px;
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
}
.consulltation-button:hover {
     background: #f59e0b;
}

/* 
hero */



.hero-title {
    width: 627px;
    font-family: 'Inter', sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #f8fafc;
}

.hero-desc {
    width: 300px;
    font-size: 24px;
    color: #cbd5e1;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

.hero-bg {
    min-height: 700px;
    background:
    linear-gradient(
      135deg,
      rgba(15, 23, 42, 0.75),
      rgba(30, 41, 59, 0.75)
    ),
    url('../img/hero.jpg') center/cover no-repeat;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 13px;
}

.btn-wrap .consultation-button {
    width: 250px;
    height: 60px;
    font-size: 18px;
}

.hero .container {
    display: block;
}

.consultation-button {
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FF7A1A; 
  box-shadow: 0 10px 30px rgba(245,158,11,0.3);
    font-weight: 600;
    font-size: 15px;
    border-radius: 12px;
    color: #ffffff;
    width: 200px;
    height: 40px;
    border: none;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.25s ease;
}

.consultation-button:hover {
    background: #f59e0b;
}
.hero-wrap {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    margin-left: 50px
}

.btn-wrap {
    display: flex;
    flex-direction: row;
}


/* who-is-need */

.who-is-need .container {
    display: block;
}

.who-is-need-title {
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    color: #1f2937;
    font-weight: 700;
    margin: 70px 0 20px 0;
}

.who-is-need-desc {
    font-family: 'Inter', sans-serif;
    color: #475569;
    font-size: 17px;
    margin: 30px 0 30px 0;
}

.card-title::before {
    
    content: "";
       display: inline-block;
       
    position: relative;
    top: 10px;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}

.card--fop .card-title::before 
{
    width: 36px;
    height: 36px;
    background-image: url("./img/shop.svg");
}

.card--startup .card-title::before {
    background-image: url("./img/rocket.svg");
    width: 36px;
    height: 36px;
}

.card--company .card-title::before {
    background-image: url("./img/briefcase.svg");
    width: 36px;
    height: 36px;
}


.card-wrap {
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.card {
      flex: 1;
    min-height: 200px;
          box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.06),
        0 8px 24px rgba(0, 0, 0, 0.04);
    text-align: center;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
      display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-title {
    position: relative;
    font-size: 24px;
    color: #1f2937;
    margin-top: 18px;
    font-family: 'Inter', sans-serif;
}

.card-desc {
    font-family: 'Inter', sans-serif;
    color: #4f5d70;
    font-size: 17px;
}

/* our-services */

.our-services .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.our-services-wrapper {
    display: flex;
      align-items: flex-start;
    justify-content: center;
      gap: 32px;
}


.our-services-title {
    margin-top: 75px;
    margin-bottom: 45px;
    text-align: start;
      font-size: 24px;
    font-family: 'Inter', sans-serif;
    color: #1f2937;
    font-weight: 700;
}

.our-services-list {
      list-style: none;
  counter-reset: step;
  padding-left: 0;
    
}
.our-services-list li {
  counter-increment: step;
  position: relative;
  padding-left: 48px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 16px;
}

.our-services-list li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;

  width: 28px;
  height: 28px;
  border-radius: 50%;

  background: #FF7A1A;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
 margin-left: 10px;
 margin-top: 31px;

  display: flex;
  align-items: center;
  justify-content: center;
}


.our-services-list-title {
    font-size: 20px;
    color: #1f2937;
    font-family: 'Inter', sans-serif;
    margin-top: 12px;
    margin-bottom: 0;
}


.our-services-list-desc {
     font-family: 'Inter', sans-serif;
    color: #4f5d70;
    font-size: 17px;
}


.our-services-item {
    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.06),
        0 8px 24px rgba(0, 0, 0, 0.04);
        border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff;
}


.why-us-list {
    display: flex;
    flex-direction: column;
    list-style: none;
}

.why-us-item {
    margin-bottom: 5px;
}


.why-us-list-title {
      font-size: 16px;
    color: #1f2937;
    font-family: 'Inter', sans-serif;
    margin-top: 12px;
    margin-bottom: 0;
    position: relative;
}

.why-us-list-title::before {
    content: "";
    position: absolute;
    left: -30px;
    top: -2px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-image: url('./img/checked.svg');
    
}

.why-us-list-desc {
    font-family: 'Inter', sans-serif;
    color: #4f5d70;
    font-size: 15px;
    
}



/* faq */
 
.FAQ {
 margin: 10px;
}


.wrapper {
   display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.faq-item {
    width: 900px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
  margin-bottom: 20px;
}

.question {
  font-family: Lato, sans-serif;
  padding: 20px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  transition: 0.2s ease;
}

.question.active::after {
  transform: translateY(-50%) rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.answer {
     font-family: Lato, sans-serif;
  padding: 0 20px 20px;
}
/* footer */
footer .container {
    display: flex;
    align-items: flex-start;
    gap: 200px;
    margin-bottom: 20px;
}
.footer-title {
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    color: #1f2937;
    font-weight: 700;
    transition: color 0.25s ease;
      margin: 0 0 15px 0
}
.footer-link {
text-decoration: none;
color: #1F2937;
transition: color 0.25s ease;
}
.footer-link:hover {
    color: #f59e0b;
}
.footer-title:hover {
    color: #f59e0b;
    cursor: pointer;
}
.footer-text:hover {
    color: #f59e0b;
    cursor: pointer;
}
 .contacts,
.navigation {
    display: flex;
    flex-direction: column;
    gap: 15px;
}



.footer-text {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #1F2937;
    text-decoration: none;
    transition: color 0.25s ease;
}

/* адаптив */
@media (max-width: 992px) {

    .modal-content {
        min-height: 540px;
        max-width: 520px;
    }

    .input {
        min-height: 50px;
        font-size: 20px;
    }
    .close {
        font-size: 36px;
    }

    .modal-title {
        font-size: 30px;
    }

    .submit-btn {
    font-size: 24px;
    width: 65%;
    height: 50px;
}

.why-us-list {
    flex-direction: row;
    gap: 20px;
    margin: 0;
    align-items: center;
}

.our-services {
    margin-top: 50px;
}


.our-services-title {
    margin-top: 0;
    margin-bottom: 25px;
    
}





    .hero {
    margin-left: 5px;
    margin-right: 5px;
}



/* burger menu */
    .burger {
      display: flex;
      z-index: 999;
  }

.header-item:first-child {
    margin-top: 30px;
}


 .header-list {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);

    transform: translateY(-100%);
    transition: transform 0.35s ease;
}

.header-list.active {
    transform: translateY(-10%);
}


  .hero-bg {
    min-height: 450px;
  }

  

  

  .logo-wrap {
    display: flex;
    align-items: start;
  }

  .logo {
    font-size: 24px;
  }

  .span {
    font-size: 24px;
  }

  .consulltation-button {
    display: none;
  }


.header .container {
    flex-direction: row;
    gap: 20px;
}

.header-list {
    margin: 0;
    gap: 25px;
    flex-wrap: wrap;
}

.consulltation-button::before {
    display: none;
}

.hero-title {
    width: 100%;
    font-size: 38px;
}

.hero-desc {
    width: 100%;
}

.hero-wrap {
    margin-left: 0;
    padding: 40px 20px;
}

.card-wrap {
    flex-direction: column;
    gap: 20px;
}

.card {
    width: 100%;
}

.our-services-wrapper {
    flex-direction: column;
}

.our-services-list li {
    padding-left: 50px;
}

.faq-item {
    width: 100%;
}

footer .container {
    gap: 30px;
}

.contacts {
    margin-right: 0;
}

}

@media (max-width: 576px) {

    .modal-content {
        min-height: 540px;
        max-width: 520px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .input {
        min-height: 50px;
        font-size: 16px;
    }
    .close {
        font-size: 36px;
    }

    .modal-title {
        font-size: 24px;
    }

    .submit-btn {
    font-size: 20px;
    width: 70%;
    height: 40px;
}

    .why-us-list {
    flex-direction: column;
    
    align-items: start;
}

    .our-services-wrapper {
    width: 100%;
}

    .our-services-list {
        margin: 0;
    }

    .faq-item {
        min-width: 370px;
    }

.footer .container {
    align-items: flex-start;
}

.logo-wrap {
    margin-left: 0;
}

.header-item:first-child {
    margin-top: 55px;
}

.card {
width: 100%;
}
.hero-title {
    font-size: 28px;
}

.hero {
    margin-left: 5px;
    margin-right: 5px;
}

.hero-bg {
    min-height: 400px;
}

.btn-wrap .consultation-button {
    width: 100%;
    height: 50px;
}

.modal-content {
    max-width: 412px;
    min-height: 200px;
}


.header-list {
    flex-direction: column;
    gap: 15px;
}

}