@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "Museo Sans";
  src: url(../fonts/museosans/museosanslight/museosanscyrllight.woff) format("woff"), url(../fonts/museosans/museosanslight/museosanscyrllight.ttf) format("truetype");
  font-weight: 300;
  font-style: "normal"; }

@font-face {
  font-family: "Museo Sans";
  src: url(../fonts/museosans/museosansmedium/museosanscyrlmedium.woff) format("woff"), url(../fonts/museosans/museosansmedium/museosanscyrlmedium.ttf) format("truetype");
  font-weight: 500;
  font-style: "normal"; }

@font-face {
  font-family: "Museo Sans";
  src: url(../fonts/museosans/museosansbold/museosanscyrlbold.woff) format("woff"), url(../fonts/museosans/museosansbold/museosanscyrlbold.ttf) format("truetype");
  font-weight: 700;
  font-style: "normal"; }

@font-face {
  font-family: "Museo Sans";
  src: url(../fonts/museosans/museosansblack/museosanscyrlblack.woff) format("woff"), url(../fonts/museosans/museosansblack/museosanscyrlblack.ttf) format("truetype");
  font-weight: 900;
  font-style: "normal"; }

html {
  font-family: "Museo Sans", Arial, serif;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  color: #fff;
  min-width: 320px; }

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

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

ul[class],
ol[class] {
  list-style: none;
  padding: 0; }

a {
  text-decoration: none; }
  a:hover {
    transition: all .3s ease-in; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto; }

img {
  max-width: 100%;
  display: block; }

input,
button,
textarea,
select {
  font: inherit; }

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle; }

textarea {
  resize: none; }

input,
select,
button {
  outline: none; }

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }

.content {
  flex: 1 0 auto; }

header {
  flex: 0 0 auto; }

footer {
  flex: 0 0 auto; }

.section-wrap {
  max-width: 1440px;
  margin: 0 auto;
  position: relative; }

.container {
  max-width: 1115px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  z-index: 2; }

.header-btn {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 18px 80px;
  color: #000;
  font-size: 18px; }
  .header-btn:hover {
    background: #000;
    color: #fff; }

.footer-btn {
  display: inline-block;
  border: 2px solid #FFFFFF;
  padding: 13px 90px;
  margin: 15px auto 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px; }
  .footer-btn:hover {
    background: #fff;
    color: #54BF47; }

.app-btn {
  display: inline-block;
  border: 2px solid #FFFFFF;
  padding: 13px 109px;
  margin: 15px auto 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px; }
  .app-btn:hover {
    background: #fff;
    color: #54BF47; }

.footer__top {
  background: radial-gradient(45.85% 56.05% at 50% 45.58%, #3BC72A 0%, #119900 100%); }

.footer__top.--light {
  background: #54BF47; }

.footer__top-content {
  display: flex;
  justify-content: space-between;
  padding: 46px 0; }
  @media (max-width: 991px) {
    .footer__top-content {
      flex-direction: column; } }

.footer__advantages {
  max-width: 30%;
  width: 30%; }
  @media (max-width: 991px) {
    .footer__advantages {
      max-width: 100%;
      width: 100%; } }

.footer__advantages-heading {
  font-size: 24px;
  font-weight: 900; }
  @media (max-width: 991px) {
    .footer__advantages-heading {
      text-align: center;
      margin: 0 0 7px 0; } }

.footer__app {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 243px; }
  @media (max-width: 991px) {
    .footer__app {
      width: 100%;
      margin: 30px auto 5px; } }
  .footer__app p {
    font-size: 18px;
    line-height: 24px;
    text-align: center; }
  .footer__app span {
    font-weight: 700; }
  .footer__app .footer-btn {
    margin: 35px auto 0; }

.footer__img {
  position: relative;
  height: 120px;
  width: 285px; }
  @media (max-width: 991px) {
    .footer__img {
      margin: 15px auto 0;
      height: 270px;
      overflow: hidden;
      bottom: -46px; } }
  .footer__img img {
    position: absolute;
    top: -136px; }
    @media (max-width: 991px) {
      .footer__img img {
        top: 0;
        width: 100%;
        -o-object-position: -15px 0;
        object-position: -15px 0; } }

.footer__bottom {
  background: #008413; }

.footer__bottom.--light {
  background: #219531; }

.footer__bottom-content {
  display: flex;
  justify-content: space-between;
  padding: 32px 0; }
  @media (max-width: 991px) {
    .footer__bottom-content {
      flex-direction: column;
      align-items: center; } }

.footer__email {
  max-width: 165px; }

.footer__email-link {
  font-size: 16px;
  line-height: 26px;
  color: #fff; }
  .footer__email-link:hover {
    color: #cccccc; }

.footer__social {
  width: 60px;
  transform: translate(30px, 0);
  display: flex;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .footer__social {
      transform: translate(0, 0);
      margin: 15px 0 0 0; } }
  .footer__social svg {
    width: 22px;
    height: 20px;
    fill: #fff; }

.footer__telegram svg:hover {
  fill: #28A8E9; }

.footer__instagram svg:hover {
  fill: #D71D4E; }

@media (max-width: 991px) {
  .footer__tel {
    margin: 15px 0 0 0; } }

.footer__tel-link {
  font-size: 24px;
  line-height: 29px;
  color: #fff; }
  .footer__tel-link:hover {
    color: #cccccc; }

.header {
  background: radial-gradient(45.85% 56.05% at 50% 45.58%, #3BC72A 0%, #119900 100%);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 105px;
  overflow: hidden;
  position: relative; }
  .header.--light {
    background: #54BF47;
    overflow: hidden; }
    .header.--light .header__img-1, .header.--light .header__img-2 {
      opacity: .7; }
  .header__img-1, .header__img-2 {
    position: absolute;
    z-index: 1;
    opacity: .14; }
    @media (min-width: 2900px) {
      .header__img-1, .header__img-2 {
        width: 23%; } }
    @media (max-width: 1380px) {
      .header__img-1, .header__img-2 {
        width: 500px; } }
    @media (max-width: 991px) {
      .header__img-1, .header__img-2 {
        display: none; } }
    .header__img-1 img, .header__img-2 img {
      width: 100%; }
  .header__img-1 {
    top: 0;
    right: 0; }
  .header__img-2 {
    bottom: -130px;
    left: 0; }
    @media (max-width: 1380px) {
      .header__img-2 {
        bottom: -85px; } }
  .header__logo {
    display: flex;
    justify-content: center; }
  .header__text {
    font-size: 18px;
    text-align: center;
    max-width: 645px;
    margin: 75px auto 0; }
  .header__btn {
    margin: 75px 0 0 0;
    display: flex;
    justify-content: center; }

.main {
  background: #000; }
  .main .section-wrap {
    padding: 92px 0 170px 0; }
    @media (max-width: 991px) {
      .main .section-wrap {
        padding: 72px 0 100px 0; } }
  .main__heading {
    background: linear-gradient(to bottom, #D6A638 0%, #F9F2B2 21.96%, #EACA55 40.34%, #F7EC95 47.49%, #F8D65D 83.92%, #FBF3B3 100%);
    /* Градиент для текста */
    -webkit-background-clip: text;
    /* Обрезаем фон по тексту */
    -webkit-text-fill-color: transparent;
    /* Прозрачный текст */
    font-size: 43px;
    font-weight: 700;
    text-align: center;
    margin: 33px 0 0 0; }

.year {
  display: flex;
  justify-content: space-between;
  max-width: 480px;
  margin: 0 auto; }
  @media (max-width: 510px) {
    .year__item + .year__item {
      margin-left: 15px; } }

.profits {
  display: flex;
  justify-content: space-between;
  margin: 94px 0 0 0; }
  @media (max-width: 991px) {
    .profits {
      flex-direction: column;
      align-items: center;
      margin: 70px 0 0 0; } }
  .profits__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 310px;
    text-align: center; }
  @media (max-width: 991px) {
    .profits__item + .profits__item {
      margin-top: 70px; } }
  .profits__item:nth-child(3) {
    max-width: 290px; }
  .profits__ico {
    width: 96px;
    height: 77px; }
    .profits__ico svg {
      width: 100%;
      height: 100%;
      fill: linear-gradient(to bottom, #D6A638 0%, #F9F2B2 21.96%, #EACA55 40.34%, #F7EC95 47.49%, #F8D65D 83.92%, #FBF3B3 100%); }
  .profits__heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 30px 0 18px 0; }
  .profits__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px; }

.guru__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 276px; }
  @media (max-width: 768px) {
    .guru__content {
      position: static;
      transform: translate(0, 0);
      margin: 72px auto 0; } }

.guru__logo {
  margin-bottom: 80px; }

.guru__text {
  max-width: 276px;
  align: center;
  margin: 46px auto 0;
  font-size: 16px;
  line-height: 24px;
 }

@media (max-width: 1450px) {
  .app .header__img-1, .app .header__img-2 {
    width: 40%; } }

@media (max-width: 991px) {
  .app .header__img-1, .app .header__img-2 {
    display: none; } }

@media (min-width: 2500px) {
  .app .header__img-1, .app .header__img-2 {
    display: none !important; } }

.green, .black {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative; }

.green {
  background: radial-gradient(45.85% 56.05% at 50% 45.58%, #3BC72A 0%, #119900 100%);
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 2500px) {
    .green {
      background: url(../images/common/section-bg.png), radial-gradient(45.85% 56.05% at 50% 45.58%, #3BC72A 0%, #119900 100%);
      background-repeat: no-repeat;
      background-size: cover; } }

.black {
  background-color: #000; }
