@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: -.5em
}

sub {
    bottom: -.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
}

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

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

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

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

.slick-slider {
    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, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

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

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

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

.slick-track:after, .slick-track:before {
    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: 400;
    font-style: normal;
    font-display: swap
}

body, html {
    height: 100%;
    min-height: 100%;
    min-width: 320px;
    scroll-behavior: smooth
}

body {
    padding: 0;
    margin: 0;
    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
}

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

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

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

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

b {
    font-weight: 700
}

p {
    margin: 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: .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: .5em;
    position: relative;
    width: auto;
    max-width: 100%;
    min-width: 215px;
    white-space: nowrap;
    background: #c96;
    color: #fff;
    transition: background-color .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, .9);
    z-index: 50;
    padding: 35px 0;
    font-size: 14px;
    line-height: 1.42
}

.header a {
    text-decoration: none;
    transition: color .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: 0;
    color: transparent;
    z-index: 51
}

.open-menu span {
    top: calc(50% - 1px);
    left: 50%;
    margin-left: -13px;
    width: 26px;
    transition: background .1s
}

.open-menu span, .open-menu span:after, .open-menu span:before {
    display: block;
    position: absolute;
    height: 2px;
    border-radius: 2px;
    background: #fff
}

.open-menu span:after, .open-menu span:before {
    content: "";
    left: 0;
    width: 100%
}

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

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

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

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

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

@media (max-width: 1279px) {
    .header {
        border-radius: 0 0 24px 24px;
        padding: 72px 0 20px;
        font-size: 18px;
        line-height: 1.2;
        display: grid;
        grid-template-rows:0fr;
        transition: grid-template-rows .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
    }

    .menu__list, .open-menu {
        display: block
    }

    .menu__list {
        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 a {
    0% {
        opacity: 0;
        transform: rotate(0deg)
    }
    10% {
        opacity: 1
    }
    20% {
        opacity: 0;
        transform: rotate(1turn)
    }
    to {
        opacity: 0;
        transform: rotate(1turn)
    }
}

.star {
    position: absolute;
    width: 74px;
    height: 54px;
    background: url(../img/star.png) no-repeat 0 0 transparent;
    transform-origin: 33px 30px;
    animation: a 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(.75px, .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: hsla(30, 50%, 60%, .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__contacts, .footer__logo {
    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 50%/25px 25px #fff;
    transition: background-color .15s ease
}

@media (hover: hover) {
    .footer__tg:hover {
        background-color: hsla(0, 0%, 100%, .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 .15s ease
}

@media (hover: hover) {
    .footer__subscribe:hover {
        background-color: hsla(0, 0%, 100%, .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__bottom-info {
    position: absolute;
    bottom: 1.6em;
    left: 0;
    right: 0;
    font-size: 16em;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

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

@keyframes b {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.start__round1 {
    width: 1342px;
    height: 1342px;
    background: url(../img/start-round1.png) no-repeat 50%/contain transparent;
    animation: b 60s linear 0s infinite;
    animation-direction: reverse
}

.start__round1, .start__round2 {
    transform-origin: center center
}

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

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

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

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

.start__button {
    margin: 50em 0 0
}

@media (max-width: 1279px) {
    .start {
        padding: 270px 0 410px
    }

    .start__deco {
        width: 960px;
        top: -30px;
        margin-left: -480px
    }

    .start__container {
        z-index: auto;
    }

    .start__round1 {
        width: 960px;
        height: 960px
    }

    .start__round2 {
        width: 692px;
        height: 692px;
        top: calc(50% - 346px);
        left: calc(50% - 346px)
    }

    .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 .25s ease-out .1s
}

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

@keyframes c {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(5deg)
    }
    to {
        transform: rotate(0deg)
    }
}

@keyframes d {
    0% {
        transform: translateY(0) rotate(0deg)
    }
    50% {
        transform: translateY(-10%) rotate(-1deg)
    }
    to {
        transform: translateY(0) rotate(0deg)
    }
}

.rules__deco {
    position: absolute;
    opacity: 0;
    transition: opacity .05s linear 0s
}

.rules__deco--1 {
    width: 480em;
    height: 480em;
    background: url(../img/rules-deco1.png) no-repeat 50%/contain transparent;
    top: -175em;
    right: -260em;
    transform-origin: 50% 50%;
    animation: c 10s ease-in-out 0s infinite
}

.rules__deco--2 {
    width: 250em;
    height: 301em;
    background: url(../img/rules-deco2.png) no-repeat 50%/contain transparent;
    bottom: -135em;
    left: -115em;
    animation: d 8s ease-in-out 0s infinite
}

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

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

.rules__list {
    font-size: 22em;
    font-weight: 400;
    line-height: 1.36;
    counter-reset: a;
    margin-bottom: 24px
}

.rules__list li {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    counter-increment: a
}

.rules__list li + li {
    margin-top: 1.09em
}

.rules__list li:before {
    font-size: 1.09em;
    content: "0" counter(a) ".";
    flex: 0 0 2.66em;
    width: 2.66em;
    height: 2.66em;
    border: 1px solid hsla(0, 0%, 100%, .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: .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/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: .8em;
    color: hsla(0, 0%, 100%, .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: .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;
    font-family: "Gilroy", Arial, Helvetica, sans-serif;
    font-size: 22em;
    font-weight: 400;
    border: 0 none;
    margin: 0;
    text-align: left;
    position: relative;
    transition: background-color .15s ease
}

.answer, .answer:before {
    color: #0d3941;
    line-height: 1.44
}

.answer:before {
    content: "А";
    width: 1.11em;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    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: .88em .88em .88em 2.88em;
        font-size: 16em
    }

    .answer:before {
        top: .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: .8em
}

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

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

@keyframes e {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(-3deg)
    }
    to {
        transform: rotate(0deg)
    }
}

.final__halfround {
    position: absolute;
    top: .75em;
    left: 1.35em;
    width: 6.75em;
    height: 13.5em;
    background: url(../img/final-halfround.png) no-repeat 100%/contain transparent;
    transform-origin: right center;
    animation: e 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 50%/contain transparent
}

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

.percent {
    border-radius: 1.2em;
    background: rgba(21, 82, 76, 0.60);
    color: #fff;
    flex: 1 1 auto;
    padding: .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: 0 24em 24em 24em;
    border: 2px solid hsla(0, 0%, 100%, .2);
    background: hsla(0, 0%, 100%, .1)
}

.final__advice h4 {
    font-size: 24em;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 .5em
}

.final__advice p {
    font-size: 22em
}

@keyframes f {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5%)
    }
    to {
        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: f 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: f 8s ease-in-out 2s infinite
}

.final__more h4 {
    font-size: 24em;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 .5em
}

.final__more p {
    opacity: .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 .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 50% #fff;
    transition: background-color .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
}

.shr__ios-note {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}

@media (hover: hover) {
    .shr__link:hover {
        background-color: hsla(0, 0%, 100%, .8)
    }
}

@media (max-width: 1279px) {
    .final {
        padding: 115px 0 70px;
        overflow: hidden
    }

    .final__inner {
        max-width: none;
        padding-right: 0
    }

    .final__right {
        position: static;
        width: auto;
        max-width: 365px;
        margin: 0 auto 48px
    }

    .final__deco {
        font-size: .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__advice p, .final__more p {
        font-size: 16em
    }
}

@media (max-width: 410px) {
    .final__right {
        font-size: 16em
    }

    .final__advice, .final__more {
        font-size: .88em
    }
}
