@import url("https://fonts.cdnfonts.com/css/sf-pro-display");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a, button {
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
a:hover, button:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  color: #000;
}

body {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-family: "SF Pro Display", sans-serif;
}

section {
  padding: 50px 0;
}

.container {
  width: 100%;
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  width: 100%;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .container-top {
  border-bottom: 1px solid rgba(138, 138, 138, 0.1019607843);
  padding: 30px 15px 12px;
}
.header .container-bottom {
  margin-top: 15px;
}
.header__logo {
  height: 41px;
  width: auto;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}
.header__nav__info {
  color: #9A9A9A;
  font-size: 12px;
  position: relative;
  padding-left: 24px;
  pointer-events: none;
}
.header__nav__info::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #156A54;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__nav__a {
  color: #4D4D4D;
  font-size: 12px;
  font-weight: 500;
}
.header .main-btn {
  font-size: 12px;
  padding: 13px 18px;
  margin-left: 50px;
}

.main-btn {
  font-size: 14px;
  padding: 20px 58px;
  display: inline-block;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#165D4A), color-stop(37.02%, #156953), color-stop(67.79%, #10513F), color-stop(98.08%, #14614C));
  background: linear-gradient(90deg, #165D4A 0%, #156953 37.02%, #10513F 67.79%, #14614C 98.08%);
  text-align: center;
  color: #fff;
}
.main-btn--white {
  background: #fff;
  color: #156A54;
}

.accordion__header {
  gap: 20px;
}

.gradient-text {
  background: -webkit-gradient(linear, left top, right top, from(#614C21), color-stop(46.63%, #C29D51), to(#EDD97C));
  background: linear-gradient(90deg, #614C21 0%, #C29D51 46.63%, #EDD97C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gradient-text-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2E081), to(#C29D51));
  background: linear-gradient(180deg, #F2E081 0%, #C29D51 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/intro.png) no-repeat top right/auto 100%;
  padding: 30px 0 100px;
}
.hero__content h1 {
  font-size: 52px;
  margin-bottom: 34px;
  font-weight: 400;
}
.hero__content h1 span {
  color: #156A54;
}
.hero__content > p {
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #4D4D4D;
  margin-left: 20px;
  padding-left: 25px;
  border-left: 2px solid #156A54;
  max-width: 690px;
}
.hero__content .main-btn {
  margin: 0 auto;
}
.hero__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  padding-left: 64px;
  margin-bottom: 28px;
}
.hero__item img {
  max-width: 32px;
  height: auto;
  width: auto;
}
.hero__item p {
  max-width: 367px;
  font-size: 12px;
  color: #4D4D4D;
}
.hero__img {
  display: none;
}

h2 {
  font-size: 52px;
  font-weight: 400;
  margin-bottom: 32px;
}
h2.center {
  text-align: center;
}

.about {
  color: #000;
  padding: 0 15px 50px;
}
.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 73px;
  background: #156A54;
  border-radius: 60px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  position: relative;
}
.about__text {
  padding: 98px 44px 63px;
  width: 50%;
}
.about__text p {
  font-size: 16px;
  line-height: 1.4;
}
.about__text p + h2 {
  margin-top: 60px;
}
.about__text > p {
  max-width: 434px;
}
.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
.about__item img {
  height: 29px;
  width: auto;
}
.about__item + .about__item {
  margin-top: 25px;
}
.about__img {
  width: auto;
  max-width: 596px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .main-btn {
  margin-top: 35px;
}

.benefit {
  padding-top: 0;
}
.benefit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 80px;
}
.benefit__item {
  background: -webkit-gradient(linear, left top, right top, from(#165D4A), color-stop(37.02%, #156953), color-stop(67.79%, #10513F), color-stop(98.08%, #14614C));
  background: linear-gradient(90deg, #165D4A 0%, #156953 37.02%, #10513F 67.79%, #14614C 98.08%);
  padding: 22px 24px 85px;
  border-radius: 40px;
  width: 100%;
  max-width: 318px;
  color: #fff;
}
.benefit__item img {
  height: 54px;
  width: auto;
  display: block;
  margin-left: auto;
}
.benefit__item h3 {
  font-size: 24px;
  margin: 27px 0 14px;
}
.benefit__item p {
  font-size: 16px;
  max-width: 240px;
}

.signs {
  background: url(../img/signs-bg.png) no-repeat top 150px left/auto 630px;
}
.signs__content {
  width: 100%;
  max-width: 911px;
  margin-left: auto;
  margin-top: 103px;
}
.signs__text {
  padding: 59px 97px 55px;
  background: #156A54;
  border-radius: 45px;
}
.signs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
}
.signs__item + .signs__item {
  margin-top: 50px;
}
.signs__item img {
  height: 33px;
  width: auto;
}
.signs__item p {
  font-size: 20px;
  color: #fff;
}
.signs__footer {
  max-width: 640px;
  margin: 33px auto 0;
}
.signs__footer p {
  color: #4D4D4D;
  margin-bottom: 23px;
  font-size: 16px;
}

.how__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.how__item {
  padding: 35px 30px 63px;
  border-radius: 29px;
  width: 100%;
  max-width: 318px;
  color: #fff;
}
.how__item__heading span {
  font-size: 64px;
  color: rgba(255, 255, 255, 0.2509803922);
  font-weight: 700;
}
.how__item h3 {
  font-size: 24px;
  margin: 57px 0 16px;
}
.how__item p {
  font-size: 12px;
}
.how__item--1 {
  background: #313131;
}
.how__item--2 {
  background: #156A54;
}
.how__item--3 {
  background: #313131;
}
.how__item--4 {
  background: #156A54;
}

.reviews__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 60px;
}
.reviews__item {
  background: #E9E9E9;
  padding: 29px 18px 32px;
  border-radius: 40px;
  width: 100%;
  max-width: 432px;
  color: #000;
}
.reviews__item img {
  height: 74px;
  width: auto;
  display: block;
}
.reviews__item h3 {
  font-size: 24px;
  margin: 14px 0 0;
  font-weight: 400;
}
.reviews__item small {
  font-size: 16px;
  color: #9A9A9A;
}
.reviews__item p {
  font-size: 16px;
  margin-top: 8px;
}
.reviews .main-btn {
  display: block;
  width: 100%;
  margin-top: 25px;
  text-align: center;
}

.conf .container {
  padding: 53px 57px 90px;
  background: #156A54 url(../img/numbers.png) no-repeat center right/auto 100%;
  color: #fff;
  border-radius: 52px;
}
.conf h2 {
  margin-bottom: 50px;
}
.conf__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 29px;
}
.conf__item + .conf__item {
  margin-top: 40px;
}
.conf__item img {
  height: 45px;
  width: auto;
}
.conf__item p {
  font-size: 16px;
}

.faq {
  background: url(../img/faq-bg.png) no-repeat center top 20px/103px auto;
}
.faq .main-title {
  margin-bottom: 50px;
}
.faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  cursor: pointer;
  padding: 22px 30px;
  background: #E9E9E9;
  border-radius: 100px;
}
.faq__item + .faq__item {
  margin-top: 41px;
}
.faq__item__text {
  margin-right: auto;
}
.faq__item__text__head {
  font-size: 24px;
  font-weight: 500;
  color: #4D4D4D;
}
.faq__item__text__content {
  padding-top: 12px;
  font-size: 16px;
  display: none;
  color: #838383;
  max-width: 722px;
}
.faq__item__btn {
  height: 62px;
  width: 62px;
  min-height: 62px;
  min-width: 62px;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.faq__item__btn img {
  height: 100%;
  width: auto;
}
.faq__item__btn:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.contacts .container {
  background: #156A54;
  padding: 42px 57px 40px;
  color: #fff;
  border-radius: 52px;
}
.contacts h2 {
  max-width: 646px;
}
.contacts__form {
  width: 100%;
  max-width: 510px;
  text-align: left;
  background: #D9D9D9;
  padding: 50px 30px 40px;
  border-radius: 68px;
  margin: 54px 0 27px;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 19px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "SF Pro Display", sans-serif;
  color: #000;
  backdrop-filter: blur(10px);
  background: #FFFFFF;
  border: 1px solid rgba(138, 138, 138, 0.1019607843);
}
.contacts__form .form-input::-webkit-input-placeholder {
  color: #717171;
}
.contacts__form .form-input::-moz-placeholder {
  color: #717171;
}
.contacts__form .form-input:-ms-input-placeholder {
  color: #717171;
}
.contacts__form .form-input::-ms-input-placeholder {
  color: #717171;
}
.contacts__form .form-input::placeholder {
  color: #717171;
}
.contacts__form .form-input::-webkit-outer-spin-button, .contacts__form .form-input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.contacts__form .form-input option {
  color: #000;
}
.contacts__form p {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #000;
  margin-top: 14px;
}
.contacts__form p a {
  color: #000;
  text-decoration: underline;
}
.contacts__form .form-btn {
  width: 100%;
  display: block;
  border: none;
  font-family: "SF Pro Display", sans-serif;
}

.iti__flag-container {
  padding: 0 !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #000;
}

.info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info__text p {
  color: #313131;
  font-size: 16px;
}
.info iframe {
  width: 100%;
  max-width: 800px;
  height: 275px;
}

.center {
  text-align: center;
  margin-top: 20px;
}
.center a {
  font-size: 12px;
}

.footer {
  padding: 60px 0;
  color: #fff;
  background: #1E1E1E;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  height: 52px;
  width: auto;
}
.footer__text {
  text-align: right;
  font-size: 12px;
}

.policy h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
.policy p, .policy li {
  font-size: 16px;
  margin-bottom: 16px;
}
.policy h2 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 16px;
}

.thanks {
  background: #156A54 url(../img/thanks-bg.png) no-repeat center top/cover;
  color: #fff;
  padding: 0;
  text-align: center;
}
.thanks__img {
  width: 120px;
  height: auto;
}
.thanks h1 {
  font-size: 44px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
  margin-top: 38px;
}
.thanks p {
  font-size: 16px;
  margin-bottom: 15px;
}
.thanks p a {
  font-size: 14px;
  text-decoration: underline;
}
.thanks p img {
  height: 22px;
  width: auto;
  margin-bottom: -5px;
}
.thanks .container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 210px 15px 12px;
}/*# sourceMappingURL=styles.css.map */