html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "SFProDisplay";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/SFProDisplay-Bold.eot");
  src: local("SFProDisplay"),url("../../fonts/SFProDisplay-Bold.woff2") format("woff2"),url("../../fonts/SFProDisplay-Bold.woff") format("woff"),url("../../fonts/SFProDisplay-Bold.ttf") format("ttf");
}

@font-face {
  font-family: "SFProDisplay";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/SFProDisplay-Heavy.eot");
  src: local("SFProDisplay"),url("../../fonts/SFProDisplay-Heavy.woff2") format("woff2"),url("../../fonts/SFProDisplay-Heavy.woff") format("woff"),url("../../fonts/SFProDisplay-Heavy.ttf") format("ttf");
}

@font-face {
  font-family: "SFProDisplay";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/SFProDisplay-Black.eot");
  src: local("SFProDisplay"),url("../../fonts/SFProDisplay-Black.woff2") format("woff2"),url("../../fonts/SFProDisplay-Black.woff") format("woff"),url("../../fonts/SFProDisplay-Black.ttf") format("ttf");
}

@font-face {
  font-family: "SFProDisplay";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/SFProDisplay-Light.eot");
  src: local("SFProDisplay"),url("../../fonts/SFProDisplay-Light.woff2") format("woff2"),url("../../fonts/SFProDisplay-Light.woff") format("woff"),url("../../fonts/SFProDisplay-Light.ttf") format("ttf");
}

@font-face {
  font-family: "SFProDisplay";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/SFProDisplay-Medium.eot");
  src: local("SFProDisplay"),url("../../fonts/SFProDisplay-Medium.woff2") format("woff2"),url("../../fonts/SFProDisplay-Medium.woff") format("woff"),url("../../fonts/SFProDisplay-Medium.ttf") format("ttf");
}

@font-face {
  font-family: "SFProDisplay";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/SFProDisplay-Regular.eot");
  src: local("SFProDisplay"),url("../../fonts/SFProDisplay-Regular.woff2") format("woff2"),url("../../fonts/SFProDisplay-Regular.woff") format("woff"),url("../../fonts/SFProDisplay-Regular.ttf") format("ttf");
}

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

body,
html {
  color: #797979;
  font-family: "SFProDisplay","sans-serif";
  font-weight: 400;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
  font-weight: 400;
  margin-top: 0 !important;
  font-size: 0.277vw;
}

body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100vh;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  font-size: 16rem;
  line-height: 1.7;
  overflow-x: hidden;
}

p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

button {
  border: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

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

.word-link {
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

.container {
  padding-left: 20rem;
  padding-right: 20rem;
  margin: 0 auto;
  max-width: 1440px;
}

main {
  z-index: 2;
  margin-top: 73rem;
  background-color: #fff;
}

h1 {
  font-size: 28rem;
  font-weight: normal;
}

h2 {
  font-size: 24rem;
  font-weight: bold;
  text-align: center;
}

h3 {
  font-size: 18rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  color: #116E39;
}

h4 {
  color: #116E39;
}

.stop-scroll {
  overflow: hidden;
}

.btn {
  background: #B6D57B;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18rem;
  font-weight: bold;
  border: 2px solid transparent;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.btn:hover {
  background: #fff;
  color: #75A075;
  border: 2px solid #75A075;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.btn_radius10 {
  border-radius: 10px;
}

.btn_white-bg {
  background: #fff;
  color: #75A075;
  border: 2px solid #75A075;
  font-weight: 500;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.btn_white-bg:hover {
  background: #B6D57B;
  color: #fff;
  border: 2px solid transparent;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.btn_without-transition-on-mob {
  -webkit-transition: none;
  transition: none;
}

.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 70rem;
}

.header__logo {
  width: 50%;
  z-index: 50;
}

.header__logo img {
  max-height: 77rem;
}

.header__menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-transform: uppercase;
  color: #75A075;
  font-size: 20rem;
  font-weight: bold;
  height: 0;
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.header__menu ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 25%;
  margin-top: 30vh;
  padding-left: 20rem;
  padding-right: 20rem;
  opacity: 0;
}

.header__menu ul a {
  display: block;
  text-align: left;
  height: 100%;
  width: 100%;
}

.header__menu a {
  text-align: center;
}

.header__menu li:nth-child(n) {
  margin-bottom: 3rem;
}

.header .menu-header-main-menu-container {
  height: 100%;
}

.header__btn {
  padding: 13rem 28rem 14rem 27rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  opacity: 0;
  margin-bottom: 50rem;
  -webkit-transition: all .01s linear;
  transition: all .01s linear;
}

.header__burger-switcher {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 11vw;
}

.header__burger-switcher:checked ~ .header__burger>span {
  margin-bottom: 0;
  -webkit-transform-origin: 42%;
  transform-origin: 42%;
}

.header__burger-switcher:checked ~ .header__burger>span:nth-child(2) {
  -webkit-transform: translateX(-1.5rem);
  transform: translateX(-1.5rem);
  opacity: 0;
}

.header__burger-switcher:checked ~ .header__burger>span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__burger-switcher:checked ~ .header__burger>span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__burger-switcher:checked ~ .header__menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.header__burger-switcher:checked ~ .header__menu ul,
.header__burger-switcher:checked ~ .header__menu .header__btn {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.header__burger {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 30rem;
  width: 30rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 50;
  margin-top: -4rem;
}

.header__burger span {
  display: block;
  background-color: #75A075;
  width: 30rem;
  height: 2rem;
  margin-bottom: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header__burger span:last-child {
  margin-bottom: 0;
}

.footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 0;
  max-height: 85vh;
  overflow: auto;
}

.footer__arrow:before {
  content: url("../../svg/sprites/icons.svg#arrow-up");
  display: block;
  width: 45rem;
  line-height: 0;
  margin-bottom: 31rem;
}

.footer__title {
  margin-bottom: 12rem;
  color: #797979;
  font-size: 18rem;
}

.footer__links {
  color: #116E39;
  max-width: 230rem;
  margin-bottom: 23rem;
}

.footer__links ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

.footer__links ul li {
  display: -webkit-box;
  display: flex;
}

.footer__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 42rem;
  padding-bottom: 46rem;
}

.footer__desc {
  text-align: center;
  line-height: 1.70;
  font-size: 12rem;
  max-width: 100%;
}

.data-content {
  padding-top: 40rem;
  padding-bottom: 120rem;
  background-color: #fff;
  box-shadow: 0px 4px 114px rgba(0,0,0,0.15);
}

.data-content .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.data-content__group {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.data-content__group>.data-content-item {
  padding-top: 0 !important;
}

.data-content__group .data-content-item {
  -webkit-box-flex: 0;
  flex: 0 0 39%;
}

.data-content__pre-title {
  margin-bottom: 40rem;
  font-weight: bold;
  color: #116E39;
}

.data-content div:last-child {
  padding-bottom: 20rem !important;
}

.data-content-item {
  padding-bottom: 20rem;
}

.data-content-item a {
  word-wrap: break-word;
}

.data-content-item:not(:first-child) {
  padding-top: 20rem;
}

.data-content-item div:not(:last-child) {
  margin-bottom: 20rem;
}

.data-content-item:last-child {
  padding-bottom: 60rem;
}

.data-content-item__title {
  margin-bottom: 20rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.21;
}

.data-content-item__subtitle {
  margin-bottom: 15rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.21;
}

.data-content-item ul {
  display: block;
  margin-top: 20rem;
  margin-bottom: 20rem;
  list-style: inside;
}

.data-content-item ul li {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.data-content-item__text {
  line-height: 1.9;
}

.data-content-item__text p:not(:last-child) {
  margin-bottom: 16rem;
}

.data-content-item a {
  text-decoration: underline;
}

.data-content-item_disclaimer .data-content-item__title {
  color: #797979;
  margin-bottom: 18rem;
}

.data-content-item_disclaimer .data-content-item__text {
  font-size: 15rem;
}

.data-content-item_disclaimer div:not(:last-child) {
  margin-bottom: 30rem;
}

.banner {
  position: relative;
  height: 150rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.banner__title {
  color: #fff;
  font-size: 50rem;
}

.banner__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}

.banner__background img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner__background:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(19,68,27,0.61)), to(rgba(19,68,27,0.61)));
  background: linear-gradient(0deg, rgba(19,68,27,0.61), rgba(19,68,27,0.61));
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 0.13vw;
  }

  .container {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  main {
    margin-top: 80rem;
  }

  h1 {
    font-size: 34rem;
  }

  .header__wrapper {
    min-height: 75rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .header__logo img {
    max-height: 60rem;
  }

  .header__menu ul {
    padding-left: 40rem;
    padding-right: 20rem;
  }

  .header__burger {
    margin-top: -5rem;
  }

  .data-content {
    padding-top: 95rem;
    padding-bottom: 100rem;
  }

  .data-content__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .data-content__pre-title {
    margin-bottom: 95rem;
  }

  .data-content div:last-child {
    padding-bottom: 0 !important;
  }

  .data-content-item {
    padding-bottom: 42.5rem;
  }

  .data-content-item:not(:first-child) {
    padding-top: 42.5rem;
  }

  .data-content-item:last-child {
    padding-bottom: 120rem;
  }

  .data-content-item__title {
    margin-bottom: 45rem;
  }

  .data-content-item__subtitle {
    margin-bottom: 20rem;
  }

  .data-content-item_disclaimer .data-content-item__title {
    margin-bottom: 22rem;
  }

  .banner {
    height: 190rem;
  }
}

@media only screen and (min-width: 1024px) {
  html {
    font-size: 0.0692vw;
  }

  body {
    font-size: 18rem;
  }

  .container {
    padding-left: 122rem;
    padding-right: 122rem;
  }

  h1 {
    font-size: 64rem;
  }

  h2 {
    font-size: 38rem;
  }

  h3 {
    font-size: 24rem;
  }

  .btn {
    font-size: 20rem;
  }

  .btn_without-transition-on-mob {
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
  }

  .header__wrapper {
    padding-top: 22rem;
    padding-bottom: 22rem;
    -webkit-box-align: center;
    align-items: center;
  }

  .header__logo {
    width: unset;
  }

  .header__menu {
    -webkit-box-align: center;
    align-items: center;
    -webkit-transform: none;
    transform: none;
    height: unset;
    position: static;
    background-color: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .header__menu ul {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    height: unset;
    margin-top: 0;
    padding-left: unset;
    padding-right: unset;
    opacity: 1;
  }

  .header__menu ul a {
    display: inline;
    text-align: center;
    height: unset;
    width: unset;
  }

  .header__menu li:nth-child(n) {
    margin-right: 52rem;
    margin-bottom: unset;
  }

  .header .menu-header-main-menu-container {
    height: unset;
  }

  .header__btn {
    margin: 0;
    opacity: 1;
  }

  .header__burger-switcher:checked ~ .header__menu {
    -webkit-transform: none;
    transform: none;
    height: unset;
  }

  .header__burger {
    display: none;
  }

  .footer__arrow:before {
    width: 73rem;
  }

  .footer__wrapper {
    padding-top: 100rem;
    padding-bottom: 90rem;
  }

  .footer__desc {
    font-size: unset;
  }

  .data-content {
    padding-bottom: 208rem;
  }

  .data-content__pre-title {
    margin-bottom: 95rem;
  }

  .data-content-item div:not(:last-child) {
    margin-bottom: 35rem;
  }

  .banner {
    height: 240rem;
  }
}

@media only screen and (min-width: 1440px) {
  html {
    font-size: 1px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banner__background img {
    height: auto;
    min-height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}