@font-face {
  font-family: "TT Norms Pro";
  src: url("../../fonts/TTNormsPro/TTNormsPro-Regular.eot");
  src: url("../../fonts/TTNormsPro/TTNormsPro-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/TTNormsPro/TTNormsPro-Regular.woff") format("woff"), url("../../fonts/TTNormsPro/TTNormsPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "TT Norms Pro";
  src: url("../../fonts/TTNormsPro/TTNormsPro-Medium.eot");
  src: url("../../fonts/TTNormsPro/TTNormsPro-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/TTNormsPro/TTNormsPro-Medium.woff") format("woff"), url("../../fonts/TTNormsPro/TTNormsPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "TT Norms Pro";
  src: url("../../fonts/TTNormsPro/TTNormsPro-DemiBold.eot");
  src: url("../../fonts/TTNormsPro/TTNormsPro-DemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/TTNormsPro/TTNormsPro-DemiBold.woff") format("woff"), url("../../fonts/TTNormsPro/TTNormsPro-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "TT Norms Pro";
  src: url("../../fonts/TTNormsPro/TTNormsPro-Bold.eot");
  src: url("../../fonts/TTNormsPro/TTNormsPro-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/TTNormsPro/TTNormsPro-Bold.woff") format("woff"), url("../../fonts/TTNormsPro/TTNormsPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "TT Tricks";
  src: url("../../fonts/TTTricks/TTTricks-Regular.eot");
  src: url("../../fonts/TTTricks/TTTricks-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/TTTricks/TTTricks-Regular.woff") format("woff"), url("../../fonts/TTTricks/TTTricks-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Roboto Mono";
  src: url("../../fonts/RobotoMono/RobotoMono-Regular.eot");
  src: url("../../fonts/RobotoMono/RobotoMono-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/RobotoMono/RobotoMono-Regular.woff") format("woff"), url("../../fonts/RobotoMono/RobotoMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

html {
  box-sizing: border-box;
  font-size: 16px;
  font-family: "TT Norms Pro", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

a[href^=tel] {
  text-decoration: inherit;
  color: inherit; }

button {
  position: relative;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  text-align: left;
  overflow: visible; }

.rounded-button {
  font-size: 1.375rem;
  background-color: #00CD81;
  color: #fff;
  font-weight: 500;
  line-height: 2.55;
  border-radius: 2.4em;
  letter-spacing: -0.01em;
  padding: 0px 1.4em .2em;
  transition: background-color 0.35s;
  text-decoration: none; }
  .rounded-button__image {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    margin-left: .6em;
    width: 0.91em;
    height: 0.79em; }
  .rounded-button:hover {
    background-color: #1DAB5F; }
  @media (max-width: 767px) {
    .rounded-button {
      font-size: 1.1rem;
      line-height: 2.25; }
      .rounded-button__image {
        margin-left: .2em;
        margin-right: -0.2em;
        transform: scale(0.8); } }

.page__subtitle {
  font-size: 3.625rem;
  line-height: 1.05;
  letter-spacing: -0.01em;
  font-weight: 700;
  color: #272727;
  margin-bottom: 1em; }

@media (max-width: 767px) {
  .page__subtitle {
    font-size: 2.5rem;
    line-height: 0.98;
    text-align: center; } }

@media (max-width: 344px) {
  .page__subtitle {
    font-size: 2rem; } }

.logo {
  display: inline-block;
  line-height: 4em;
  text-decoration: none; }
  .logo__image {
    display: inline-block;
    vertical-align: middle;
    width: 3.7em;
    height: 4em;
    margin-left: -5.2em;
    margin-right: 1.45em; }
  .logo__title {
    display: inline-block;
    vertical-align: middle;
    height: 1.5em;
    width: auto; }
  @media (max-width: 767px) {
    .logo {
      line-height: 2.7em;
      margin-left: -0.5em; }
      .logo__image {
        width: 2.5em;
        height: 2.7em;
        margin-left: 0;
        margin-right: 1.3em; }
      .logo__title {
        height: 1.2em; } }

.menu-button {
  width: 4.2em;
  height: 1.3em; }
  .menu-button:before, .menu-button:after {
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #fff;
    border-radius: 2px;
    width: 100%; }
  .menu-button:before {
    top: 0; }
  .menu-button:after {
    bottom: 0; }
  @media (max-width: 767px) {
    .menu-button {
      width: 3em; } }

.header {
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  left: 0;
  width: 100%;
  padding: 2em 0;
  font-size: 0.625rem; }
  .header__menu-button {
    margin-right: -4.5em; }
  @media (max-width: 767px) {
    .header {
      padding: 1.6em 0; }
      .header__menu-button {
        margin-right: 0; } }

.footer-list {
  font-size: 0.625rem;
  list-style: none; }
  .footer-list__item:not(:last-child) {
    margin-bottom: 1.2em; }
  .footer-list__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.2em;
    margin-top: -0.1em;
    color: #fff; }
  .footer-list__icon {
    display: inline-block;
    vertical-align: middle;
    width: 5em;
    height: 5em;
    line-height: 5em;
    margin-right: 1.4em;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    transition: background-color 0.35s; }
  .footer-list__image {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.6em;
    fill: currentColor; }
    .footer-list__image_fb {
      width: 1em;
      height: 2.2em; }
    .footer-list__image_vk {
      width: 2.3em;
      height: 1.5em;
      margin-left: -0.1em;
      margin-bottom: -0.2em; }
  .footer-list__link {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    line-height: 2.27em;
    transition: color 0.35s; }
    .footer-list__link:hover {
      color: #272727; }
      .footer-list__link:hover .footer-list__icon {
        background-color: #fff; }
  @media (max-width: 767px) {
    .footer-list {
      display: flex;
      padding-top: 3em; }
      .footer-list__item:not(:last-child) {
        margin-right: 2.4em; }
      .footer-list__icon {
        width: 4em;
        height: 4em;
        line-height: 4em;
        margin-right: 1em; }
      .footer-list__image {
        transform: scale(0.75); }
      .footer-list__text {
        font-size: 1.8em; } }
  @media (max-width: 344px) {
    .footer-list {
      flex-direction: column; } }

.footer {
  font-size: 0.625rem;
  background-color: #272727;
  padding: 7.8em 2em 8.7em; }
  .footer__logo {
    height: 3em;
    width: auto;
    margin-bottom: 3.6em; }
  .footer__text {
    color: #fff;
    font-size: 2.2em;
    line-height: 1.475;
    letter-spacing: -0.01em; }
  @media (max-width: 767px) {
    .footer {
      padding-top: 4.4em;
      padding-bottom: 4.4em; }
      .footer__logo {
        height: 1.9em;
        margin-bottom: 1.9em; }
      .footer__text {
        font-size: 1.2em; } }
  @media (max-width: 344px) {
    .footer__logo {
      height: 1.65em; } }

.desc-instruct {
  font-size: 0.625rem;
  text-align: center;
  padding-top: 3em; }
  .desc-instruct__image {
    height: auto;
    max-height: 20em;
    width: auto;
    max-width: 100%; }
    .desc-instruct__image_i1 {
      margin-top: -1.75%;
      margin-bottom: 3.9em; }
    .desc-instruct__image_i2 {
      margin-bottom: 3em; }
    .desc-instruct__image_i3 {
      margin-top: -7%;
      margin-bottom: 4em; }
  .desc-instruct__title {
    font-size: 3.8em;
    line-height: 1.05;
    letter-spacing: -0.01em;
    margin-bottom: 0.5em; }
  .desc-instruct__text {
    font-size: 2.2em;
    line-height: 1.4;
    letter-spacing: -0.01em; }
  @media (max-width: 767px) {
    .desc-instruct {
      margin-bottom: 4em;
      padding-top: 0; }
      .desc-instruct__image {
        max-height: 190px;
        max-width: 220px; }
        .desc-instruct__image_i1, .desc-instruct__image_i2, .desc-instruct__image_i3 {
          margin-top: 0;
          margin-bottom: 1.5em; }
      .desc-instruct__title {
        font-size: 2.8em;
        margin-bottom: 0.25em; }
      .desc-instruct__text {
        font-size: 1.8em; }
        .desc-instruct__text br {
          display: none; } }

.desc {
  font-size: 0.625rem; }
  .desc__text {
    font-size: 4.1em;
    line-height: 1.46;
    letter-spacing: -0.01em;
    border: 1px solid #000;
    border-radius: .12em;
    background-color: #fff;
    padding: 1.5em 1.8em 1.7em;
    margin-top: -4em;
    margin-bottom: 2.5em; }
  .desc__subtitle {
    color: #000; }
  @media (max-width: 767px) {
    .desc__subtitle {
      color: #272727; } }

.subscribe {
  display: inline-block;
  width: 100%;
  font-size: 0.625rem;
  background-image: url(../../images/subscribe-bg.svg);
  background-size: 100% 100%;
  margin-bottom: 3em;
  padding: 3.75em 6em 5em;
  box-shadow: 0px 0.4em 2em rgba(0, 0, 0, 0.1); }
  .subscribe__title {
    color: #fff;
    font-size: 3.5em;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 1em; }
  .subscribe__input {
    position: relative;
    border-radius: 2em;
    display: flex;
    max-width: 750px;
    width: 100%;
    -webkit-appearance: none; }
  .subscribe__field {
    font-size: 3.2em;
    height: 2.28em;
    border: 2px solid #fff;
    border-radius: .57em 0 0 .57em;
    background: none;
    color: #272727;
    padding: 0 0 0 .85em;
    outline: none;
    width: 100%;
    font-family: "TT Norms Pro", Helvetica, Arial, sans-serif;
    font-weight: 400; }
    .subscribe__field::-webkit-input-placeholder {
      color: rgba(39, 39, 39, 0.8);
      font-family: "TT Norms Pro", Helvetica, Arial, sans-serif;
      font-weight: 400; }
    .subscribe__field::-moz-placeholder {
      color: rgba(39, 39, 39, 0.8);
      font-family: "TT Norms Pro", Helvetica, Arial, sans-serif;
      font-weight: 400; }
    .subscribe__field:-moz-placeholder {
      color: rgba(39, 39, 39, 0.8);
      font-family: "TT Norms Pro", Helvetica, Arial, sans-serif;
      font-weight: 400; }
    .subscribe__field:-ms-input-placeholder {
      color: rgba(39, 39, 39, 0.8);
      font-family: "TT Norms Pro", Helvetica, Arial, sans-serif;
      font-weight: 400; }
  .subscribe__button {
    font-size: 2.2em;
    line-height: 2.96em;
    font-weight: 500;
    border-radius: 0 .83em .83em 0;
    background-color: #fff;
    color: #272727;
    padding: 0 1.8em .2em;
    flex-shrink: 0;
    border: 0.083em solid #fff;
    border-left: none;
    transition: color 0.35s, background-color 0.35s; }
    .subscribe__button:hover {
      background-color: rgba(255, 255, 255, 0);
      color: #fff; }
  .subscribe__arrow {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 1em;
    color: #fff; }
  .subscribe__arrow-image {
    fill: currentColor; }
  @media (max-width: 767px) {
    .subscribe {
      padding: 1.9em 1.9em 2.6em; }
      .subscribe__title {
        margin-bottom: .8em;
        font-size: 2.1em;
        line-height: 1.2; }
      .subscribe__field {
        font-size: 1.8em;
        height: 2.7em;
        border: 1px solid #fff;
        border-radius: .55em;
        padding: 0 2.4em 0 .85em; }
        .subscribe__field::-webkit-input-placeholder {
          font-weight: 500; }
        .subscribe__field::-moz-placeholder {
          font-weight: 500; }
        .subscribe__field:-moz-placeholder {
          font-weight: 500; }
        .subscribe__field:-ms-input-placeholder {
          font-weight: 500; } }

.instruct-item {
  font-size: 0.625rem;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #4F4F4F;
  height: 13.5em;
  padding-bottom: 0.3em;
  margin-bottom: 3em;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #939393;
  counter-increment: instruct; }
  .instruct-item__subtitle {
    font-size: 2.2em;
    line-height: 1.05;
    padding-top: 0.4em;
    padding-left: 0.075em; }
  .instruct-item__title {
    font-size: 3.2em;
    line-height: 1.05;
    letter-spacing: -0.01em; }
  .instruct-item__length {
    font-family: "Roboto Mono", Helvetica, Arial, sans-serif;
    margin-left: auto;
    flex-shrink: 0;
    font-size: 2.2em;
    letter-spacing: -0.01em;
    line-height: 1.35;
    color: #939393;
    margin-right: 1.8em;
    width: 6em;
    text-align: right;
    transition: color 0.35s; }
  .instruct-item__ok {
    margin-left: auto;
    flex-shrink: 0;
    margin-right: 4em;
    color: #00CD81;
    transition: color 0.35s; }
  .instruct-item__image {
    fill: currentColor; }
  .instruct-item:before {
    content: counter(instruct);
    font-weight: 700;
    font-size: 8.5em;
    width: 1.8em;
    flex-shrink: 0;
    line-height: 1.05;
    text-align: center;
    -webkit-text-stroke: 1px #939393;
    -webkit-text-fill-color: white;
    transition: color 0.35s, -webkit-text-fill-color 0.35s; }
  @media (max-width: 767px) {
    .instruct-item {
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: start;
      padding: 1.7em;
      margin-bottom: 2em;
      height: auto; }
      .instruct-item__title {
        font-size: 2.1em;
        order: 3; }
      .instruct-item__subtitle {
        font-size: 1.6em; }
      .instruct-item__length {
        font-size: 1.5em;
        line-height: 1;
        width: 50%;
        margin-right: 0; }
      .instruct-item:before {
        content: counter(instruct);
        font-size: 4.5em;
        margin-bottom: 0.18em;
        width: 50%;
        text-align: left;
        line-height: .8; } }

a.instruct-item {
  border: 1px solid #1DAB5F;
  color: #272727;
  transition: background-color 0.35s;
  box-shadow: 0px 0.4em 2em rgba(0, 0, 0, 0.1); }
  a.instruct-item_light-shadow {
    box-shadow: 0px 0.4em 2em rgba(0, 0, 0, 0.05); }
  a.instruct-item:before {
    color: #40CE94;
    -webkit-text-stroke: 0;
    -webkit-text-fill-color: currentColor; }
  a.instruct-item:hover {
    background-color: #00CD81; }
    a.instruct-item:hover:before {
      color: #fff; }
    a.instruct-item:hover .instruct-item__length {
      color: #fff; }
    a.instruct-item:hover .instruct-item__ok {
      color: #fff; }

.instruct {
  counter-reset: instruct;
  font-size: 0.625rem;
  padding-top: 6.25em;
  background-color: #f6f6f6;
  padding-bottom: 7em; }
  @media (max-width: 767px) {
    .instruct {
      padding-top: 4.5em;
      padding-bottom: 4em; } }

.top {
  font-size: .625rem;
  padding-top: 12.2em;
  padding-bottom: 9.75em;
  background-color: #F6CE2C;
  background-image: linear-gradient(180deg, #00CD81 0%, #FF85B1 37.41%, #F6CE2C 74.13%); }
  .top__title {
    font-size: 7.5em;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 700;
    margin-bottom: 0.375em;
    margin-left: -0.025em;
    color: #272727; }
  .top__subtitle {
    font-size: 2.9em;
    line-height: 1.35;
    letter-spacing: -0.01em;
    font-weight: 400;
    margin-bottom: 2.1em;
    padding-right: 6.5em; }
  .top__image {
    margin-left: -30%;
    width: 128.5%; }
  .top__container {
    position: relative;
    z-index: 1;
    margin-bottom: 6.8em;
    padding-top: 8.5em;
    padding-bottom: 9em; }
    .top__container:after {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: -4.5em;
      right: -4.5em;
      background-color: #fff;
      border: 2px solid #272727; }
  @media (max-width: 767px) {
    .top {
      text-align: center;
      padding-top: 9em;
      padding-bottom: 2em; }
      .top__title {
        font-size: 3.3em;
        line-height: 1; }
      .top__subtitle {
        font-size: 2.1em;
        line-height: 1.14;
        padding: 0px 2em;
        margin-bottom: 1.25em; }
      .top__container {
        margin-bottom: 5em;
        padding-top: 3.3em;
        padding-bottom: 3.5em; }
        .top__container:after {
          left: 15px;
          right: 15px; }
      .top__image {
        margin-left: -.5%;
        width: 81%;
        margin-bottom: 2em; } }
  @media (max-width: 344px) {
    .top__title {
      font-size: 3em;
      line-height: 1; }
    .top__subtitle {
      padding: 0px .5em;
      margin-bottom: 1.4em; } }

.itop-pag {
  font-size: 0.625rem;
  margin: 0 -6em;
  padding: 1.75em 6em 1.5em;
  background-color: #fff;
  border: 2px solid #4F4F4F;
  display: flex;
  justify-content: space-between; }
  .itop-pag__link {
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 1.375;
    letter-spacing: -0.02em;
    display: inline-block;
    color: #4F4F4F;
    font-weight: 500;
    text-decoration: none; }
    .itop-pag__link_disabled {
      color: #a0a0a0;
      pointer-events: none; }
  .itop-pag__icon {
    display: inline-block;
    vertical-align: top;
    fill: currentColor;
    width: 1.375em;
    height: 1.25em; }
    .itop-pag__icon_first {
      margin-right: 0.75em; }
    .itop-pag__icon_last {
      margin-left: 0.75em; }
  @media (max-width: 767px) {
    .itop-pag {
      margin: 0 -.5em;
      padding: 1.3em 2em; }
      .itop-pag__icon_first {
        margin-right: 0.25em; }
      .itop-pag__icon_last {
        margin-left: 0.25em; } }

.itop-head {
  font-size: 0.625rem;
  border-bottom: 2px solid #4F4F4F;
  border-left: 2px solid #4F4F4F;
  border-right: 2px solid #4F4F4F;
  margin: 0 -6em;
  padding: 5em 6em 6em;
  background-color: #fff; }
  .itop-head__num {
    color: #1DAB5F;
    font-size: 1.6em;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0.75em; }
  .itop-head__title {
    font-size: 7.5em;
    line-height: .95;
    letter-spacing: -0.03em;
    color: #272727;
    font-weight: 700;
    margin-bottom: 0.2em;
    margin-left: -0.03em; }
  .itop-head__subtitle {
    font-size: 3em;
    line-height: 1.35;
    color: #272727; }
  .itop-head__image {
    display: inline-block;
    vertical-align: top;
    margin-top: -1.2em;
    margin-left: -4em;
    max-width: 100%; }
  @media (max-width: 767px) {
    .itop-head {
      margin: 0 -.5em;
      padding: 2em 2em 3.3em; }
      .itop-head__image {
        margin: 0 auto 2.9em;
        display: block; }
      .itop-head__num {
        margin-bottom: 0.55em; }
      .itop-head__title {
        font-size: 3.3em;
        line-height: 1;
        margin-bottom: 0.27em;
        margin-left: -0.03em;
        hyphens: auto; }
      .itop-head__subtitle {
        font-size: 2.1em;
        line-height: 1.2; } }

.itop-list {
  list-style: none;
  color: #4F4F4F; }
  .itop-list__item {
    position: relative;
    font-size: 2.2em;
    font-weight: 500;
    line-height: 1.45;
    padding-left: 1.1em; }
  .itop-list__image-outer {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    margin-top: -0.35em;
    width: .9em;
    height: .9em;
    margin-right: .2em; }
  .itop-list__image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: bottom; }
  @media (max-width: 767px) {
    .itop-list__item {
      font-size: 1.8em;
      line-height: 1.25;
      margin-bottom: 0.45em;
      padding-left: 1.3em;
      hyphens: auto; }
    .itop-list__image-outer {
      width: .9em;
      height: .9em;
      margin-top: -.25em; } }

.itop-inside {
  font-size: 0.625rem;
  border-bottom: 2px solid #4F4F4F;
  border-left: 2px solid #4F4F4F;
  border-right: 2px solid #4F4F4F;
  margin: 0 -6em;
  padding: 4.2em 6em 6em;
  background-color: #f6f6f6; }
  .itop-inside__title {
    font-size: 3.4em;
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 700;
    margin-bottom: 0.4em;
    color: #272727; }
  .itop-inside__list {
    margin-bottom: 3em; }
  .itop-inside__text {
    font-size: 2.2em;
    line-height: 1.45;
    color: #4F4F4F; }
  @media (max-width: 767px) {
    .itop-inside {
      margin: 0 -.5em;
      padding: 2.8em 2em 3em; }
      .itop-inside__title {
        font-size: 2.2em;
        margin-bottom: .65em; }
      .itop-inside__list {
        margin-bottom: 2em; }
      .itop-inside__text {
        font-size: 1.8em;
        line-height: 1.4; } }

.itop {
  font-size: 0.625rem;
  background-color: #F6CE2C;
  background-image: linear-gradient(180deg, #00CD81 0%, #FF85B1 37.41%, #F6CE2C 74.13%);
  padding-top: 12em;
  padding-bottom: 5em; }
  @media (max-width: 767px) {
    .itop {
      padding-top: 8.5em;
      padding-bottom: 3em; } }

.graph {
  font-size: 0.625rem; }
  .graph__title {
    font-size: 2em;
    font-weight: 700;
    color: #272727;
    margin-bottom: 1.5em; }
  .graph__image {
    width: 100%;
    height: auto;
    margin-bottom: 3em; }
  @media (max-width: 767px) {
    .graph__image {
      margin-bottom: 1.5em; } }

.big-number {
  font-size: 0.625rem; }
  .big-number__value {
    font-size: 15em;
    letter-spacing: -0.04em;
    line-height: .9; }
  .big-number__cur {
    font-size: 0.66em;
    font-weight: 700; }
  .big-number__text {
    color: #272727;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -0.02em; }
  @media (min-width: 768px) {
    .big-number_mb-md_v-3 {
      margin-bottom: -3em; } }
  @media (max-width: 767px) {
    .big-number__value {
      font-size: 13em;
      font-weight: 400; }
    .big-number__cur {
      font-size: 0.6em;
      font-weight: 600; } }

.accord {
  position: relative;
  font-size: 0.625rem;
  display: inline-block;
  width: 100%;
  border: 2px solid #f6ce2c;
  border-radius: 1em;
  margin-bottom: 2em;
  padding: 0 2.4em;
  color: #272727;
  cursor: pointer;
  overflow: hidden; }
  .accord__title {
    font-size: 2em;
    line-height: 1.6;
    font-weight: 500;
    padding: .5em 0; }
  .accord__content {
    padding-bottom: .25em; }
  .accord__text {
    display: none;
    font-size: 1.6em;
    line-height: 1.5;
    padding-bottom: 1em;
    opacity: 0;
    transition: opacity 0.35s; }
  .accord__icon {
    position: absolute;
    right: 2em;
    top: 2em;
    fill: #f6ce2c;
    transition: transform 0.35s;
    width: 2.4em;
    height: 1.4em; }
  .accord_expand .accord__icon {
    transform: rotate(180deg); }
  .accord_expand .accord__text {
    opacity: 1; }
  .accord_init {
    transition: height 0.35s; }
    .accord_init .accord__text {
      display: block; }
  @media (max-width: 767px) {
    .accord__title {
      font-size: 1.8em;
      line-height: 1.6;
      font-weight: 500;
      padding: .5em 0 .3em; }
    .accord__icon {
      top: 1.6em;
      transform: scale(0.8); }
    .accord_expand .accord__icon {
      transform: scale(0.8) rotate(180deg); } }

.instruct-list {
  font-size: 0.625rem;
  border-radius: 1em;
  border: 0.2em solid #00CD81;
  padding: 2.3em 3em 3em;
  list-style: none;
  color: #272727; }
  .instruct-list__item:not(:last-child) {
    margin-bottom: 1.6em; }
  .instruct-list__title {
    font-size: 2em;
    line-height: 1.6;
    font-weight: 500; }
  .instruct-list__text {
    font-size: 1.6em;
    line-height: 1.5; }
  @media (max-width: 767px) {
    .instruct-list {
      padding: 1.5em 2em 2.5em; }
      .instruct-list__title {
        font-size: 1.8em;
        margin-bottom: .15em; } }

.video {
  position: relative;
  font-size: 0.625rem;
  width: 100%;
  margin-bottom: 3.5em; }
  .video:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 56.25%; }
  .video__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 767px) {
    .video {
      margin-bottom: 2em; } }

.calc {
  font-size: 0.625rem;
  margin-bottom: 1em;
  max-width: 42em; }
  .calc__top {
    border-style: solid;
    border-width: 2px 2px 0 2px;
    border-color: #f6ce2c;
    border-radius: 10px 10px 0 0;
    padding: 2em 2.7em 2.5em; }
  .calc__title {
    font-size: 3em;
    line-height: 1.1;
    font-weight: 700;
    color: #272727;
    margin-bottom: 0.5em; }
  .calc__star {
    font-size: 0.75em;
    color: #939393;
    font-weight: 400; }
  .calc__subtitle {
    font-size: 1.6em;
    margin-bottom: 1em;
    font-weight: 500;
    color: #4F4F4F; }
  .calc__input {
    border-bottom: 1px solid #4F4F4F;
    display: flex;
    align-items: flex-end; }
  .calc__input-field {
    width: 100%;
    font-family: "TT Norms Pro", Helvetica, Arial, sans-serif;
    color: #4F4F4F;
    border: none;
    outline: none;
    background: none;
    font-size: 3.5em;
    height: 1.2em; }
  .calc__input-cur {
    font-size: 1.6em;
    line-height: 1.4;
    flex-shrink: 0;
    padding-bottom: 0.3em; }
  .calc__bottom {
    background-image: linear-gradient(90deg, #F7CF2D 33.75%, #FF85B1 94%);
    border-radius: 0 0 10px 10px;
    padding: 2.5em 2.5em .75em; }
  .calc__table-item {
    font-size: 2em;
    line-height: 1;
    color: #272727;
    padding-bottom: 0.5em; }
  .calc__table-value {
    text-align: right;
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    vertical-align: top;
    padding-bottom: 0.75em; }
  @media (max-width: 767px) {
    .calc__top {
      padding: 1.5em 2.5em 2em; }
    .calc__title {
      font-size: 2.45em; }
    .calc__subtitle {
      font-size: 1.3em;
      margin-bottom: 1em; }
    .calc__input {
      border-bottom: 1px solid #4F4F4F;
      display: flex;
      align-items: flex-end; }
    .calc__input-field {
      font-size: 3em; }
    .calc__input-cur {
      font-size: 1.3em;
      padding-bottom: 0.2em; }
    .calc__bottom {
      padding: 1.5em 2.5em 1em; }
    .calc__table-item {
      font-size: 1.6em; }
    .calc__table-value {
      font-size: 1.6em;
      padding-bottom: 0.5em; } }

.instruct-page {
  font-size: 0.625rem; }
  .instruct-page__content {
    padding-bottom: 3em; }
  .instruct-page__path {
    padding-top: 5.5em;
    padding-bottom: 2em;
    counter-reset: order; }
  .instruct-page__line {
    background: #000;
    height: 0.2em;
    border: none; }
  .instruct-page__title {
    font-size: 4.2em;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #272727;
    line-height: 1;
    margin-bottom: 0.5em; }
  .instruct-page__text {
    font-family: "TT Tricks", "Times New Roman", serif;
    font-size: 2em;
    line-height: 1.5;
    margin-bottom: 1.2em; }
  .instruct-page__side {
    position: relative; }
    @media (min-width: 768px) {
      .instruct-page__side {
        padding-left: 2em; }
        .instruct-page__side:not(:last-child) {
          margin-bottom: 5em; }
        .instruct-page__side_pt {
          padding-top: 0.4em; }
        .instruct-page__side_pt-2 {
          padding-top: 1.2em; }
        .instruct-page__side_pt-3 {
          padding-top: .9em; }
        .instruct-page__side_mb {
          margin-bottom: 4em; } }
  .instruct-page__source {
    font-size: 1.4em;
    color: #939393;
    line-height: 1.3em;
    padding-left: 1.5em; }
  .instruct-page__source-link, .instruct-page__link {
    color: currentColor;
    transition: color 0.35s; }
    .instruct-page__source-link:hover, .instruct-page__link:hover {
      color: #1DAB5F; }
    .instruct-page__source-link:visited, .instruct-page__link:visited {
      color: #939393; }
  .instruct-page__ordered {
    font-size: 3em;
    font-weight: 500;
    color: #272727;
    counter-increment: order;
    margin-bottom: 0.85em; }
    .instruct-page__ordered:before {
      content: counter(order);
      display: inline-block;
      margin-right: 0.33em;
      width: 1.4em;
      height: 1.4em;
      text-align: center;
      line-height: 1.5em;
      border-radius: 50%;
      background-color: #00CD81;
      color: #fff; }
  .instruct-page__important-text {
    font-size: 2.6em;
    line-height: 1.4;
    color: #00CD81;
    margin-bottom: 0.92em; }
  .instruct-page__list {
    margin-bottom: 4em; }
  @media (min-width: 768px) {
    .instruct-page__side_pos-md_a {
      position: absolute; } }
  @media (max-width: 767px) {
    .instruct-page__content {
      padding-bottom: 0em; }
    .instruct-page__path {
      padding-top: 5em; }
    .instruct-page__text {
      font-size: 1.8em;
      margin-bottom: .8em; }
    .instruct-page__side {
      padding-top: 1em;
      margin-bottom: 3em; }
    .instruct-page__list {
      margin-bottom: 2em; } }

.ibottom-list {
  font-size: 0.625rem;
  list-style: none;
  color: #272727; }
  .ibottom-list__input {
    display: none; }
  .ibottom-list__label {
    display: inline-block;
    padding-left: 4.8em; }
  .ibottom-list__answer {
    position: relative;
    font-size: 3em;
    line-height: 1;
    padding-left: 1.6em;
    margin-left: -1.6em;
    margin-bottom: 0.75em;
    padding-top: 0.1em; }
    .ibottom-list__answer:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      display: inline-block;
      width: 1.06em;
      height: 1.06em;
      border-radius: 50%;
      background-color: #fff;
      border: 0.07em solid #272727; }
  .ibottom-list__desc {
    display: none;
    border: 2px solid;
    font-size: 1.8em;
    width: 32em;
    line-height: 1.4;
    padding: 0.5em 0.75em 0.5em 1.15em;
    border-radius: 0.5em;
    margin-bottom: 1.5em; }
  .ibottom-list__input:checked + .ibottom-list__label .ibottom-list__desc {
    display: block; }
  .ibottom-list__input:checked + .ibottom-list__label .ibottom-list__answer:before {
    background-image: radial-gradient(circle at center, #40CE94 40%, #fff 41%, #fff); }
  .ibottom-list__input[value="1"] + .ibottom-list__label .ibottom-list__desc {
    border-color: #40CE94; }
  .ibottom-list__input[value="0"] + .ibottom-list__label .ibottom-list__desc {
    border-color: #F75D30; }
  @media (max-width: 767px) {
    .ibottom-list__label {
      display: inline-block;
      padding-left: 3.75em; }
    .ibottom-list__answer {
      font-size: 2.5em;
      padding-left: 1.5em;
      margin-left: -1.5em;
      margin-bottom: 1em; }
    .ibottom-list__desc {
      width: auto;
      line-height: 1.4;
      padding: 1em 0.75em 1em 1em;
      border-radius: 0.5em;
      margin-bottom: 1.5em;
      margin-left: -2em; } }

.ibottom-test {
  font-size: 0.625rem; }
  .ibottom-test__page {
    border-style: solid;
    border-color: #4F4F4F;
    border-width: 0 2px 2px 2px;
    background-color: #f6f6f6;
    margin: 0px -6em;
    padding: 3.5em 6em 5em; }
  .ibottom-test__title {
    font-size: 4.2em;
    font-weight: 600;
    color: #272727;
    line-height: 1;
    margin-bottom: 0.7em;
    letter-spacing: -0.01em; }
  .ibottom-test__button {
    font-family: "TT Norms Pro", Helvetica, Arial, sans-serif;
    font-size: 2.4em;
    color: #272727;
    background-color: #00CD81;
    border-radius: 2em;
    line-height: 2.5;
    font-weight: 500;
    padding: 0px 1.6em .1em;
    display: flex;
    align-items: center;
    transition: color 0.35s, background-color 0.35s;
    white-space: nowrap; }
    .ibottom-test__button_disabled, .ibottom-test__button[disabled] {
      background-color: #d7d7d7;
      color: #939393; }
  .ibottom-test__button-counter {
    color: #fff;
    font-size: 0.75em;
    margin-left: 1.2em;
    margin-bottom: -0.05em;
    margin-right: 0.75em; }
  .ibottom-test__button-icon {
    fill: #fff; }
  .ibottom-test__question {
    display: none; }
    .ibottom-test__question:first-child {
      display: block; }
  .ibottom-test__test_hidden, .ibottom-test__result_hidden {
    display: none; }
  @media (max-width: 767px) {
    .ibottom-test__page {
      margin: 0;
      padding: 2.7em 2em 4em; }
    .ibottom-test__title {
      font-size: 2.5em;
      line-height: 1.1;
      margin-bottom: 1em; }
    .ibottom-test__button {
      display: flex;
      justify-content: flex-start;
      width: 100%;
      font-size: 2em;
      line-height: 2.7;
      padding: 0px 1em; }
    .ibottom-test__button-counter {
      margin-left: auto;
      font-size: 0.9em;
      margin-right: 0.4em; }
    .ibottom-test__question {
      margin-bottom: 1em; } }

.ibottom-result {
  font-size: 0.625rem;
  color: #272727; }
  .ibottom-result_hidden {
    display: none; }
  .ibottom-result__row {
    margin-bottom: 6em; }
  .ibottom-result__item:before {
    content: attr(data-number); }
  .ibottom-result__title {
    font-size: 3em;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0.4em; }
  .ibottom-result__text {
    font-size: 4em;
    line-height: 1.1; }
  @media (max-width: 767px) {
    .ibottom-result__image {
      display: block;
      max-width: 90%;
      margin: 0 auto 3em; }
    .ibottom-result__title {
      font-size: 2.5em; }
    .ibottom-result__text {
      font-size: 2.5em; }
    .ibottom-result__row {
      margin-bottom: 2em; }
    .ibottom-result__item {
      margin-bottom: 0; } }

.ibottom {
  font-size: 0.625rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI4NzAiIHZpZXdCb3g9IjAgMCAxNDQwIDg3MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE0NDAiIGhlaWdodD0iODcwIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXIpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSI3MjAiIHkxPSIwIiB4Mj0iNzIwIiB5Mj0iNTkwLjU0NSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMDBDRDgxIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0Y3Q0UzMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
  background-position: 0 0;
  padding: 4.5em 0px 9.5em; }
  .ibottom__title {
    margin: 0px -.88em;
    padding: .58em .88em;
    background-color: #fff;
    color: #00CD81;
    font-size: 6.8em;
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.02em;
    border: 2px solid #4F4F4F; }
  @media (max-width: 767px) {
    .ibottom {
      padding: 3em 0 4em; }
      .ibottom__title {
        margin: 0;
        font-size: 4.2em;
        padding: 0.47em 0.45em; } }
