.landing-hero {
  padding: 150px 0 150px 0;
  background: url("/landing/img/hero-bg.svg") bottom/cover no-repeat;
  background-position: center bottom 170px;
}

.landing-hero h1 {
  font-size: 54px;
  font-weight: 800;
  border-radius: 2px;
  transform: scale(1, 1.15);
  transform-origin: left center;
  color: #340c62;
}

.landing-hero .container {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

.landing__order {
  margin-top: 8px;
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  border-radius: 4px;
  padding: 16px 14px;
  box-sizing: border-box;
}

.landing__field {
  margin-bottom: 18px;
}

.landing__label {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2260;
}

.landing__input {
  width: 100%;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #cfd3df;
  border-radius: 2px;
  background: #fff;
  font-size: 15px;
  color: #222;
  box-sizing: border-box;
  outline: none;
}

.landing__input:focus {
  border-color: #9aa7d6;
  box-shadow: 0 0 0 2px rgba(96, 110, 255, 0.12);
}

.landing__order .landing__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 20px;
  border: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, #b6df00 0%, #96c900 100%);
  box-shadow: 0 0 18px rgba(170, 220, 0, 0.55);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.landing__order .landing__submit:hover {
  filter: brightness(1.03);
}

.landing-service__inphographics {
  padding: 2.5rem 0;
  background-color: #5c28b3;
}

.landing-service__inphographics .container {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}

.landing-service__inphographic {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.landing-service__inphographic p {
  color: #fff;
  font-size: 1rem;
}

.landing-service__inphographic img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.landing-service__work .container {
  margin-top: 150px;
  display: flex;
  gap: 6rem;
  justify-content: space-between;
}

.landing-service__work img {
  width: 30%;
  -o-object-fit: contain;
     object-fit: contain;
}

.landing-service__work-how {
  display: flex;
  width: 40%;
  flex-direction: column;
  gap: 1.5rem;
}

.landing-service__work-how ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.landing-service__work-how h2 {
  color: #181818;
  font-size: 36px;
  font-weight: 600;
}

.landing-service__work-how ul li {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.landing-service__work-how ul li i {
  min-width: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #5c28b3;
  border: 1px solid #5c28b3;
}

.landing-service__work-how button {
  padding: 0.6rem 1.2rem;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.8rem;
  background-color: #181818;
}

.landing-service__work-socials {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.landing-service__work-social-item h4 {
  color: #181818;
  text-wrap: nowrap;
  font-weight: 600;
  font-size: 14px;
}

.landing-service__work-social-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.landing-service__work-social-item ul {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.landing-service__work-social-item ul li {
  color: #2783f6;
  font-size: 14px;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  text-decoration: underline;
}

.landing-service__work-social-item ul li img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.landing-service__start {
  margin-top: 150px;
  margin-bottom: 150px;
  background-color: #5c28b3;
  padding: 4rem 0;
}

.landing-service__start .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing__order button {
  display: flex;
  align-items: center;
  width: 400px;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-size: 32px;
  font-weight: 600;
  border-radius: 2rem;
  color: #fff;
  background-color: #97bf0d;
  box-shadow: 0 8px 16px #97bf0d;
}

.landing__order button img {
  width: 36px;
}

@media screen and (max-width: 1450px) {
  .landing-service__work .container {
    gap: 4rem;
  }
}
@media screen and (max-width: 980px) {
  .landing-hero h1 {
    font-size: 44px;
  }
  .landing-service__inphographic {
    flex-direction: column;
  }
  .landing-service__work .container {
    flex-wrap: wrap;
  }
  .landing-service__work img {
    width: 50%;
  }
  .landing__order button {
    padding: 0.8rem 1.6rem;
    width: 350px;
    font-size: 28px;
  }
  .landing__order button img {
    width: 32px;
  }
}
@media screen and (max-width: 787px) {
  .landing-hero .container {
    align-items: flex-start;
    flex-direction: column;
  }
  .landing-service__work .container {
    gap: 2.5rem;
  }
  .landing-hero h1 {
    font-size: 36px;
  }
  .landing-service__work img {
    width: 40%;
  }
  .landing-service__work-how {
    width: 50%;
  }
  .landing-service__work-how h2 {
    font-size: 28px;
  }
  .landing__order button {
    padding: 0.7rem 1.5rem;
    font-size: 26px;
    width: 320px;
  }
  .landing__order button img {
    width: 30px;
  }
}
@media screen and (max-width: 626px) {
  .landing-hero h1 {
    font-size: 28px;
  }
  .landing-service__inphographics .container {
    align-items: flex-start;
    flex-direction: column;
  }
  .landing-service__inphographic {
    flex-direction: row;
  }
  .landing-service__inphographic img {
    height: 70px;
    width: 70px;
  }
  .landing__order .landing__submit {
    min-height: 34px;
    font-size: 14px;
  }
  .landing-service__work-how, .landing-service__work img {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .landing__order {
    min-width: 100%;
  }
  .landing__order button {
    padding: 0.7rem 1.5rem;
    font-size: 24px;
    width: 300px;
  }
  .landing__order button img {
    width: 26px;
  }
}
#landingResourse, #landingTarget {
  background-color: #fff;
}
