@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

form {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input::-ms-clear {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-SemiBold.woff2") format("woff2"), url("fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Medium.woff2") format("woff2"), url("fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body, html {
  height: 100%;
  min-height: 100%;
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  padding: 0px;
  margin: 0px;
  color: #fff;
  line-height: 1.66;
  font-size: 18px;
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  background: #4a8d83;
  font-weight: 500;
  overflow-y: auto;
}

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

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

a:not(.button) {
  text-decoration: underline;
  color: inherit;
}

a:not(.button):hover {
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none outside;
}

b {
  font-weight: 700;
}

p {
  margin: 0 0 0.5em;
}

p:last-child {
  margin-bottom: 0;
}

.center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.container {
  max-width: 1475px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 1279px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.button {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  font-size: 24em;
  text-decoration: none;
  padding: 0.625em 1.45em;
  line-height: 1.2;
  height: 2.66em;
  text-align: center;
  border: 0 none;
  margin: 0;
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-weight: 600;
  border-radius: 0.5em;
  position: relative;
  width: auto;
  max-width: 100%;
  min-width: 215px;
  white-space: nowrap;
  background: #C96;
  color: #fff;
  transition: background-color 0.15s ease;
}

.button--100 {
  width: 100%;
}

.button[disabled] {
  pointer-events: none;
}

@media (hover: hover) {
  .button:hover {
    background-color: #b2804c;
  }
}
.wrapper {
  position: relative;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(16, 69, 69, 0.9);
  z-index: 50;
  padding: 35px 0;
  font-size: 14px;
  line-height: 1.42;
}
.header a {
  text-decoration: none;
  transition: color 0.15s ease;
}

@media (hover: hover) {
  .header a:hover {
    color: #C96;
  }
}
.header__container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

.header__logo {
  display: block;
  margin-right: 40px;
  width: 166px;
}
.header__logo img {
  display: block;
  max-width: 100%;
}

.menu__list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.menu__list li + li {
  margin-left: 28px;
}

.header__phone {
  margin-left: auto;
}

.open-menu {
  width: 32px;
  height: 32px;
  background: transparent;
  border: 0 none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 24px;
  display: none;
  font-size: 0px;
  color: transparent;
  z-index: 51;
}

.open-menu span {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  margin-left: -13px;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: background 0.1s;
}

.open-menu span:before,
.open-menu span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.open-menu span:before {
  top: -7px;
  transition: top 0.1s linear 0.1s, transform 0.1s linear 0s, border-radius 0.1s linear 0s;
}

.open-menu span:after {
  bottom: -7px;
  transition: bottom 0.1s linear 0.1s, transform 0.1s linear 0s, border-radius 0.1s linear 0s;
}

.open-menu.close-mode span {
  background: none;
}

.open-menu.close-mode span:before {
  top: 0;
  transform: rotate(45deg);
  transition: top 0.1s linear 0s, transform 0.1s linear 0.1s, border-radius 0.1s linear 0.1s;
}

.open-menu.close-mode span:after {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 0.1s linear 0s, transform 0.1s linear 0.1s, transform 0.1s linear 0.1s;
}

@media (max-width: 1279px) {
  .header {
    border-radius: 0px 0px 24px 24px;
    padding: 72px 0 20px;
    font-size: 18px;
    line-height: 1.2;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.2s linear;
  }
  .header.opened {
    grid-template-rows: 1fr;
  }
  .header__container {
    display: block;
    overflow: hidden;
    padding: 0 40px;
    width: 100%;
  }
  .header__logo {
    position: absolute;
    top: 35px;
    left: 24px;
  }
  .open-menu {
    display: block;
  }
  .menu__list {
    display: block;
    padding-top: 20px;
    margin-bottom: 48px;
  }
  .menu__list li + li {
    margin-left: 0;
    margin-top: 32px;
  }
  .header__phone {
    margin-bottom: 28px;
  }
}
.stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 1279px) {
  .stars {
    display: none;
  }
}
@keyframes star {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
    transform: rotate(360deg);
  }
  100% {
    opacity: 0;
    transform: rotate(360deg);
  }
}
.star {
  position: absolute;
  width: 74px;
  height: 54px;
  background: url(img/star.png) no-repeat 0 0 transparent;
  transform-origin: 33px 30px;
  animation: star 5s linear 0s infinite;
  opacity: 0;
}
.star--1 {
  top: 650px;
  left: calc(50% - 870px);
}
.star--2 {
  top: 910px;
  right: calc(50% - 830px);
  animation-delay: 2.8s;
}
.star--3 {
  top: 240px;
  right: calc(50% - 700px);
  animation-delay: 0s;
  animation-delay: 1.2s;
}
.star--4 {
  top: 300px;
  left: calc(50% - 690px);
  animation-delay: 4s;
}

.page {
  background: url(img/main-bg.jpg) repeat-x top center #d5d4ca;
  --padding-top: 92px;
  position: relative;
  font-size: clamp(0.75px, 0.001vh, 1px);
}

@media (max-width: 1279px) {
  .page {
    font-size: 1px;
    background-image: none;
  }
  .page::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(img/main-bg.jpg) repeat-x top center transparent;
  }
}
.screen {
  position: relative;
}
.screen--hidden {
  position: absolute !important;
  bottom: 100% !important;
  opacity: 0;
  z-index: -1;
}
.screen--hidden a, .screen--hidden button {
  display: none;
}

.footer {
  background: #D1B18A;
  position: relative;
}

.footer__top {
  background: rgba(204, 153, 102, 0.8);
  padding: 35px 0;
  font-size: 14px;
  line-height: 1.35;
}
.footer__top a {
  text-decoration: none;
}
.footer__top b {
  font-weight: 600;
  font-size: 16px;
}

.footer__container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

.footer__logo,
.footer__contacts {
  margin-right: 60px;
}

.footer__consult a {
  text-decoration: underline;
}

.footer__soc {
  margin-left: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.footer__soc p {
  margin: 0 15px 0 0;
}

.footer__tg {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: url(img/icon-tg.svg) no-repeat center center/25px 25px #fff;
  transition: background-color 0.15s ease;
}

@media (hover: hover) {
  .footer__tg:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.footer__subscribe {
  margin-left: 30px;
  border: 1px solid #fff;
  background: url(img/icon-subscribe.svg) no-repeat left 20px top 50% transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding: 10px 20px 10px 45px;
  border-radius: 12px;
  white-space: nowrap;
  transition: background-color 0.15s ease;
}

@media (hover: hover) {
  .footer__subscribe:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.footer__disclaimer {
  padding: 35px 0 50px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.footer__disclaimer p {
  margin-bottom: 1.5em;
}
.footer__disclaimer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  .footer__top {
    padding: 32px 0;
  }
  .footer__container {
    padding-top: 60px;
    position: relative;
    justify-content: space-between;
    flex-flow: row wrap;
    gap: 24px 10px;
  }
  .footer__logo {
    margin: 0;
    position: absolute;
    top: 0;
    left: 24px;
  }
  .footer__contacts {
    margin-right: 0;
    flex: 1 1 calc(100% - 190px);
  }
  .footer__soc {
    margin-left: 0;
  }
  .footer__soc p {
    display: none;
  }
  .footer__subscribe {
    margin-left: 0;
  }
}
.start {
  padding: calc(150em + var(--padding-top)) 0 680px;
  text-align: center;
  overflow: hidden;
}

.start__container {
  position: relative;
  z-index: 5;
}

.start__deco {
  position: absolute;
  top: calc(var(--padding-top) - 240px);
  left: 50%;
  margin-left: -672px;
  width: 1342px;
}

@keyframes startRound {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.start__round1 {
  width: 1342px;
  height: 1342px;
  background: url(img/start-round1.png) no-repeat center center/contain transparent;
  transform-origin: center center;
  animation: startRound 60s linear 0s infinite;
  animation-direction: reverse;
}

.start__round2 {
  width: 966px;
  height: 966px;
  background: url(img/start-round2.svg) no-repeat center center/contain transparent;
  transform-origin: center center;
  position: absolute;
  top: calc(50% - 483px);
  left: calc(50% - 483px);
  animation: startRound 60s linear 0s infinite;
}

.start__wiseman {
  position: absolute;
  width: 1162px;
  height: 728px;
  background: url(img/start-man.png) no-repeat center center/contain transparent;
  top: calc(410em + var(--padding-top));
  left: calc(50% - 580px);
}

.start__title {
  font-size: 53em;
  font-weight: 400;
  line-height: 0.96;
  margin: 0 auto 0.45em;
  max-width: 8.5em;
}

.start__text {
  margin: 0 auto;
  max-width: 29em;
  font-size: 22em;
}

.start__button {
  margin: 50em 0 0;
}

.start__bottom-info {
  position: absolute;
  bottom: 1.6em;
  left: 0;
  right: 0;
  font-size: 16em;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 1279px) {
  .start {
    padding: 270px 0 410px;
  }
  .start__deco {
    width: 960px;
    top: -30px;
    margin-left: -480px;
  }
  .start__round1 {
    width: 960px;
    height: 960px;
  }
  .start__round2 {
    width: 692px;
    height: 692px;
    top: calc(50% - 346px);
    left: calc(50% - 346px);
  }
  .start__container {
    z-index: auto;
  }
  .start__title {
    font-size: 40px;
  }
  .start__text {
    max-width: 24em;
    font-size: 16em;
  }
  .start__button {
    margin-top: 24em;
  }
  .start__button .button {
    position: relative;
  }
  .start__button .button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .start__wiseman {
    height: 372px;
    top: calc(100% - 430px);
  }
  .start__bottom-info {
    font-size: 11px;
    bottom: 0;
    height: 64px;
    display: flex;
    align-items: center;
  }
  .start__bottom-info .container {
    flex: 1 1 100%;
  }
}
.rules {
  padding-top: calc(200em + var(--padding-top));
  padding-bottom: 200em;
  overflow: hidden;
}
.rules.animate-in .rules__deco {
  opacity: 1;
  transition: opacity 0.25s ease-out 0.1s;
}

.rules__inner {
  max-width: 720em;
  margin: 0 auto;
  position: relative;
}

@keyframes rulesRound {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rulesJug {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10%) rotate(-1deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
.rules__deco {
  position: absolute;
  opacity: 0;
  transition: opacity 0.05s linear 0s;
}
.rules__deco--1 {
  width: 480em;
  height: 480em;
  background: url(img/rules-deco1.png) no-repeat center center/contain transparent;
  top: -175em;
  right: -260em;
  transform-origin: 50% 50%;
  animation: rulesRound 10s ease-in-out 0s infinite;
}
.rules__deco--2 {
  width: 250em;
  height: 301em;
  background: url(img/rules-deco2.png) no-repeat center center/contain transparent;
  bottom: -135em;
  left: -115em;
  animation: rulesJug 8s ease-in-out 0s infinite;
}

.rules__bg {
  padding: 24px 32px 32px 32px;
  border-radius: 24px;
  background: rgba(49, 100, 95, 0.6);
  backdrop-filter: blur(12px);
  position: relative;
}

.rules__title {
  font-size: 40em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.6em;
}

.rules__list {
  font-size: 22em;
  font-weight: 400;
  line-height: 1.36;
  counter-reset: rules;
  margin-bottom: 24px;
}
.rules__list li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  counter-increment: rules;
}
.rules__list li + li {
  margin-top: 1.09em;
}
.rules__list li::before {
  font-size: 1.09em;
  content: "0" counter(rules) ".";
  flex: 0 0 2.66em;
  width: 2.66em;
  height: 2.66em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  margin-right: 1em;
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1279px) {
  .rules {
    padding-top: 212px;
    padding-bottom: 120px;
  }
  .rules__deco--1 {
    width: 300px;
    height: 300px;
    top: -144px;
    right: -108px;
  }
  .rules__deco--2 {
    width: 200px;
    height: 240px;
    left: -95px;
    bottom: -120px;
  }
  .rules__bg {
    padding: 24px 24px 32px;
  }
  .rules__title {
    font-size: 36px;
  }
  .rules__list p {
    font-size: 18px;
  }
}
@media (max-width: 410px) {
  .rules__list li::before {
    font-size: 0.85em;
  }
  .rules__list p {
    font-size: 16px;
  }
}
.quiz {
  position: relative;
  padding-top: calc(55em + var(--padding-top));
  overflow: hidden;
}

.quiz__column {
  position: absolute;
  top: calc(60em + var(--padding-top));
  width: 365em;
  height: 1040em;
  background: url(img/column.png) no-repeat top center/contain transparent;
}
.quiz__column--left {
  left: calc(50% - 870em);
}
.quiz__column--right {
  right: calc(50% - 870em);
  transform-origin: center center;
  transform: scaleX(-1);
}

.questions {
  max-width: 946em;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}

.question__num {
  font-size: 30em;
  margin-bottom: 0.8em;
  color: rgba(255, 255, 255, 0.5);
}
.question__num b {
  font-weight: 600;
  color: #fff;
}

.question__text {
  font-size: 30em;
  margin: 0 0 2.13em;
}

.question__p + .question__p {
  margin-top: 0.3em;
}

.answers {
  padding-bottom: 200em;
}
.answers li + li {
  margin-top: 22em;
}

.answer {
  display: block;
  width: 100%;
  padding: 1.33em 1.77em 1.33em 3.88em;
  border-radius: 1.33em;
  background: #fff;
  color: #0D3941;
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-size: 22em;
  font-weight: 400;
  line-height: 1.44;
  border: 0 none;
  margin: 0;
  text-align: left;
  position: relative;
  transition: background-color 0.15s ease;
}
.answer::before {
  content: "А";
  width: 1.11em;
  color: #0D3941;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.44;
  position: absolute;
  top: 1.33em;
  left: 1.33em;
}
.answer--checked {
  background: #FFEAD4;
}
.answer--checked::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #FFEAD4;
  border-radius: 1.55em;
}

.answers--done .answer {
  cursor: default;
}

@media (hover: hover) {
  .answers:not(.answers--done) .answer:hover {
    background: #FFEAD4;
  }
}
.answer__item:nth-child(2) .answer::before {
  content: "Б";
}
.answer__item:nth-child(3) .answer::before {
  content: "В";
}
.answer__item:nth-child(4) .answer::before {
  content: "Г";
}

@media (max-width: 1279px) {
  .quiz {
    padding-top: 132px;
  }
  .question__num,
  .question__text {
    font-size: 24em;
  }
  .question__text {
    margin-bottom: 1.66em;
  }
  .answers {
    padding-bottom: 255px;
  }
  .answer {
    padding: 0.88em 0.88em 0.88em 2.88em;
    font-size: 16em;
  }
  .answer::before {
    top: 0.88em;
    left: 1em;
  }
  .quiz__column--left {
    top: calc(100% - 240px);
    left: calc(50% - 182px);
  }
  .quiz__column--right {
    display: none;
  }
}
@media (max-width: 410px) {
  .question__num,
  .question__text {
    font-size: 20em;
  }
  .answer {
    font-size: 16em;
  }
}
.final {
  padding: calc(55em + var(--padding-top)) 0 135em;
}

.final__inner {
  max-width: 1085em;
  margin: 0 auto;
  position: relative;
  padding-right: 360em;
}

.final__right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16.75em;
  text-align: center;
  font-size: 20em;
}
.final__right p {
  margin-bottom: 0.8em;
}

.final__result {
  position: sticky;
  top: 0;
  width: 100%;
}

.final__deco {
  width: 15.65em;
  height: 15.65em;
  margin: 0 auto 0.5em;
  position: relative;
}

@keyframes finalHalfround {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.final__halfround {
  position: absolute;
  top: 0.75em;
  left: 1.35em;
  width: 6.75em;
  height: 13.5em;
  background: url(img/final-halfround.png) no-repeat right center/contain transparent;
  transform-origin: right center;
  animation: finalHalfround 9s ease-in-out 0s infinite;
}

.final__round {
  position: absolute;
  top: 2em;
  left: 1em;
  width: 3.05em;
  height: 3.05em;
  border-radius: 50%;
  background: #A1B5AC;
}

.final__rouble {
  position: absolute;
  top: 2.75em;
  left: 6em;
  width: 8em;
  height: 9.75em;
  background: url(img/final-rouble.png) no-repeat center center/contain transparent;
}

.percents {
  display: flex;
  flex-flow: row wrap;
  height: 11.5em;
  gap: 0.5em;
}

.percent {
  border-radius: 1.2em;
  background: rgba(21, 82, 76, 0.6);
  color: #fff;
  flex: 1 1 auto;
  padding: 0.8em 0;
  min-width: 6em;
}
.percent b {
  display: block;
  font-size: 2.1em;
  font-weight: 600;
  line-height: 1.04;
}
.percent--active {
  background: #fff;
  color: #0D3941;
}

.final__left {
  max-width: 660em;
}
.final__left h2 {
  font-size: 64em;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 0.1em;
}
.final__left h3 {
  font-size: 36em;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 0.65em;
}
.final__left .page-text {
  font-weight: 400;
  font-size: 22em;
  line-height: 1.44;
}

.final__advice {
  margin-top: 32em;
  padding: 24em 32em;
  border-radius: 0px 24em 24em 24em;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}
.final__advice h4 {
  font-size: 24em;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 0.5em;
}
.final__advice p {
  font-size: 22em;
}

@keyframes finalFly {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
.final__more {
  margin: 32em 0 0;
  padding: 32em;
  border-radius: 24em;
  background: #fff;
  text-align: center;
  color: #0D3941;
  position: relative;
}
.final__more::before {
  content: "";
  width: 175em;
  height: 163em;
  background: url(img/final-deco1.png) no-repeat 0 0/contain transparent;
  position: absolute;
  bottom: -60em;
  left: -90em;
  animation: finalFly 8s ease-in-out 0s infinite;
}
.final__more::after {
  content: "";
  width: 85em;
  height: 90em;
  background: url(img/final-deco2.png) no-repeat 0 0/contain transparent;
  position: absolute;
  bottom: 20em;
  right: -25em;
  animation: finalFly 8s ease-in-out 2s infinite;
}
.final__more h4 {
  font-size: 24em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
.final__more p {
  opacity: 0.8;
  max-width: 31em;
  margin: 0 auto;
  font-size: 22em;
}
.final__more .button {
  margin-top: 1em;
}

.shr {
  margin-top: 32em;
  text-align: center;
}
.shr p {
  font-size: 20em;
  margin: 0 0 0.8em;
}

.shr__list {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center;
}
.shr__list li {
  margin: 0 6em;
}

.shr__link {
  display: block;
  width: 48em;
  height: 48em;
  border-radius: 50%;
  background: none no-repeat center center #fff;
  transition: background-color 0.15s ease;
}
.shr__link--tg {
  background-image: url(img/icon-tg.svg);
  background-size: 33em 33em;
}
.shr__link--vk {
  background-image: url(img/icon-vk.svg);
  background-size: 22em 14em;
}
.shr__link--ok {
  background-image: url(img/icon-ok.svg);
  background-size: 33em 33em;
}

@media (hover: hover) {
  .shr__link:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.shr__ios-note {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

@media (max-width: 1279px) {
  .final {
    padding: 115px 0 70px;
    overflow: hidden;
  }
  .final__inner {
    max-width: none;
    padding-right: 0;
  }
  .final__right {
    position: static;
  }
  .final__right {
    width: auto;
    max-width: 365px;
    margin: 0 auto 48px;
  }
  .final__deco {
    font-size: 0.76em;
  }
  .final__left {
    max-width: none;
  }
  .final__left h2 {
    font-size: min(40em, 9.7vw);
  }
  .final__left h3 {
    font-size: 24em;
  }
  .final__left .page-text {
    font-size: 16em;
  }
  .final__more::before {
    left: -135em;
  }
  .final__more::after {
    bottom: 0;
    top: -20em;
    right: -45em;
  }
  .final__more p {
    font-size: 16em;
  }
  .final__advice p {
    font-size: 16em;
  }
}
@media (max-width: 410px) {
  .final__right {
    font-size: 16em;
  }
  .final__advice,
  .final__more {
    font-size: 0.88em;
  }
}
/*# sourceMappingURL=main.css.map */
