@import url("https://fonts.googleapis.com/css?family=Inter:500,700,800&display=swap");

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

input,
button,
textarea {
  font-family: "Inter", sans-serif;
  font-size: inherit;
  color: #000;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1rem;
  background-color: #fff;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

[class*=__container] {
  max-width: 86.25rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

.wrapper {
  background: url("../img/background.webp") center/cover no-repeat;
}

.hero {
  padding-top: 6.25rem;
  padding-bottom: 2.5rem;
}

.hero__block {
  max-width: 84.375rem;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 4.8125rem;
  background: #fff;
  padding: 2.25rem 5.625rem 6.25rem 5.625rem;
}

.hero__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}

.hero__top:not(:last-child) {
  margin-bottom: 3.875rem;
}

.hero__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__title {
  font-weight: 700;
  font-size: 2.3125rem;
}

.hero__title:not(:last-child) {
  margin-bottom: 0.1875rem;
}

.hero__weight {
  font-weight: 700;
  font-size: 1.625rem;
  color: #9cb584;
}

.hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8.3125rem;
}

.hero__media {
  position: relative;
  max-width: 32.8125rem;
  width: 100%;
}

.hero__icon-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.hero__icon-2 {
  position: absolute;
  top: -3.125rem;
  right: 5.625rem;
}

.hero__icon-3 {
  position: absolute;
  top: -1.5625rem;
  right: -3.75rem;
}

.hero__image img {
  max-width: 100%;
}

.hero__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hero__list:not(:last-child) {
  margin-bottom: 2.25rem;
}

.hero__item {
  font-size: 1.375rem;
  line-height: 112%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.hero__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.hero__item::before {
  content: "";
  background: url("../img/check.svg") center/100% no-repeat;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.link {
  background: linear-gradient(183deg, #458c00 51.49%, #2a7000 51.5%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.4375rem;
  width: 100%;
  min-height: 6.625rem;
  font-weight: 800;
  font-size: 1.5625rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 1.25rem 1.875rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.link span {
  position: relative;
  z-index: 2;
}

.link::before {
  content: "";
  position: absolute;
  width: calc(100% - 1.875rem);
  height: calc(100% - 1.875rem);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #61ac18;
  border-radius: 1.4375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.inner {
  padding-top: 6.25rem;
  padding-bottom: 2.5rem;
}

.inner__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}

.inner__top:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.inner__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner__title {
  font-weight: 700;
  font-size: 2.3125rem;
}

.inner__title:not(:last-child) {
  margin-bottom: 0.1875rem;
}

.inner__weight {
  font-weight: 700;
  font-size: 1.625rem;
  color: #9cb584;
}

.inner__form {
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 4.8125rem;
  max-width: 46.875rem;
  width: 100%;
  margin: 0 auto;
  padding: 2.3125rem 7.3125rem;
}

.inner__caption {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 134%;
  text-transform: uppercase;
  text-align: center;
  color: #458c00;
}

.inner__caption:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.inner__label {
  font-size: 1.375rem;
  line-height: 134%;
  display: inline-block;
  cursor: pointer;
}

.inner__label:not(:last-child) {
  margin-bottom: 0.625rem;
}

.inner__input {
  border: 0.0625rem solid rgba(68, 130, 32, 0.34);
  border-radius: 1.125rem;
  height: 5.8125rem;
  padding: 0 1.4375rem;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 134%;
  width: 100%;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  color: rgb(68, 130, 32);
}

.inner__input::-webkit-input-placeholder {
  color: rgba(68, 130, 32, 0.34);
}

.inner__input::-moz-placeholder {
  color: rgba(68, 130, 32, 0.34);
}

.inner__input:-ms-input-placeholder {
  color: rgba(68, 130, 32, 0.34);
}

.inner__input::-ms-input-placeholder {
  color: rgba(68, 130, 32, 0.34);
}

.inner__input::placeholder {
  color: rgba(68, 130, 32, 0.34);
}

.inner__input:focus {
  border: 0.0625rem solid rgb(68, 130, 32);
}

.inner__input:not(:last-child) {
  margin-bottom: 1.125rem;
}

.inner__text {
  font-size: 0.5625rem;
  line-height: 134%;
  color: #9a9a9a;
}

.inner__text:not(:last-child) {
  margin-bottom: 2.0625rem;
}

.footer {
  padding: 0.9375rem 0;
}

.footer__text {
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 134%;
  text-align: center;
  color: #9a9a9a;
}

@media (max-width: 93.75em) {
  .hero {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .hero__block {
    padding: 1.25rem 2.5rem 3.125rem 2.5rem;
  }

  .hero__top:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .link {
    font-size: 1.4375rem;
  }

  .inner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .inner__top:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 75em) {
  .hero {
    padding-top: 8.125rem;
    padding-bottom: 3.75rem;
  }

  .hero__block {
    max-width: 41.875rem;
    width: 100%;
    padding: 0.0625rem 8.125rem 3.125rem 8.125rem;
  }

  .hero__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    margin-top: -4.6875rem;
  }

  .hero__top:not(:last-child) {
    margin-bottom: 1.4375rem;
  }

  .hero__box {
    text-align: center;
  }

  .hero__title {
    font-size: 1.5rem;
  }

  .hero__weight {
    font-size: 1.125rem;
  }

  .hero__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5625rem;
  }

  .hero__media {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
  }

  .hero__icon-1 svg {
    width: 3.3125rem;
  }

  .hero__icon-2 {
    right: 4.375rem;
  }

  .hero__icon-2 svg {
    width: 3.3125rem;
  }

  .hero__icon-3 {
    right: -2.3125rem;
  }

  .hero__icon-3 svg {
    width: 5.375rem;
  }

  .hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5625rem;
    width: 100%;
  }

  .hero__list:not(:last-child) {
    margin-bottom: 0;
  }

  .hero__item {
    font-size: 1.125rem;
  }

  .hero__item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .hero__item::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.0625rem;
    flex: 0 0 1.0625rem;
    width: 1.0625rem;
    height: 1.0625rem;
    margin-top: 0.0625rem;
  }

  .link {
    font-size: 1.375rem;
    min-height: 5.25rem;
  }

  .inner {
    padding-top: 9.375rem;
    padding-bottom: 3.75rem;
  }

  .inner__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    margin-top: -4.6875rem;
  }

  .inner__top:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .inner__box {
    text-align: center;
  }

  .inner__title {
    font-size: 1.5rem;
  }

  .inner__weight {
    font-size: 1.125rem;
  }

  .inner__block {
    -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    border-radius: 4.8125rem;
    max-width: 41.75rem;
    margin: 0 auto;
    padding: 0.0625rem 4.6875rem 1.875rem 4.6875rem;
  }

  .inner__form {
    padding: 0;
    border-radius: 0rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    background: transparent;
  }

  .footer__text {
    font-size: 0.625rem;
  }
}

@media (max-width: 75em) and (max-width: 47.99875em) {
  .inner__block {
    padding: 0.0625rem 1.875rem 1.25rem 1.875rem;
    border-radius: 2.3125rem;
  }
}


@media (max-width: 47.99875em) {
  .hero {
    padding-top: 4.375rem;
    padding-bottom: 0.9375rem;
  }

  .hero__block {
    padding: 0.0625rem 1.25rem 1.25rem 1.25rem;
    border-radius: 2.3125rem;
  }

  .hero__top {
    margin-top: -3.75rem;
    margin-bottom: 1.25rem;
  }

  .hero__top:not(:last-child) {
    margin-bottom: 1.1875rem;
  }

  .hero__icon img {
    width: 7.5rem;
  }

  .hero__title {
    font-size: 1.0625rem;
  }

  .hero__title:not(:last-child) {
    margin-bottom: 0;
  }

  .hero__weight {
    display: none;
  }

  .hero__body {
    gap: 0.625rem;
  }

  .hero__icon-1 {
    display: none;
  }

  .hero__icon-2 {
    display: none;
  }

  .hero__icon-3 {
    display: none;
  }

  .hero__content {
    gap: 1.125rem;
  }

  .hero__item {
    font-size: 0.875rem;
  }

  .hero__item::before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.9375rem;
    flex: 0 0 0.9375rem;
    width: 0.9375rem;
    height: 0.9375rem;
    margin-top: 0rem;
  }

  .link {
    font-size: 0.9375rem;
    min-height: 3.75rem;
    border-radius: 0.4375rem;
    padding: 0.625rem 0.9375rem;
  }

  .link::before {
    border-radius: 0.4375rem;
    width: calc(100% - 1.25rem);
    height: calc(100% - 1.25rem);
  }

  .inner {
    padding-bottom: 0.9375rem;
  }

  .inner__top {
    margin-top: -3.75rem;
    margin-bottom: 1.25rem;
  }

  .inner__top:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .inner__icon img {
    width: 7.5rem;
  }

  .inner__title {
    font-size: 1.0625rem;
  }

  .inner__title:not(:last-child) {
    margin-bottom: 0;
  }

  .inner__weight {
    display: none;
  }

  .inner__caption {
    font-size: 1.0625rem;
  }

  .inner__caption:not(:last-child) {
    margin-bottom: 1.0625rem;
  }

  .inner__label {
    font-size: 1.0625rem;
  }

  .inner__label:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .inner__input {
    padding: 0 0.625rem;
    font-size: 1.25rem;
    border-radius: 0.75rem;
    height: 3.375rem;
  }

  .inner__text:not(:last-child) {
    margin-bottom: 1.125rem;
  }

  .footer {
    padding: 0.625rem 0;
  }
}

@media (any-hover: hover) {
  .link:hover::before {
    background: #56A40A;
  }
}