@font-face {
    font-family: 'Nunito';
    src: url("../fonts/Nunito-Light.woff") format("woff");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
  src: url("../fonts/Nunito-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
    font-family: 'Nunito';
  src: url("../fonts/Nunito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
    font-family: 'Nunito';
  src: url("../fonts/Nunito-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

/*! 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;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

html, body {
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
}

html {
    margin-right: calc(-1 * (100vw - 100%));
    font-size: 9px;
    font-size: 2.05vw;
    height: 100%;
}

body {
    background: #FFF;
    color: #222222;
    font-size: 1.8rem;
    line-height: 1.5;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    min-height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    body {
        font-size: 2rem;
    }
}

.my-body-noscroll-class {
    overflow: hidden;
}

.my-body-noscroll-class body {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a, button, .img-svg, .modal__open {
    outline: none;
    border: 0;
    cursor: pointer;
    background: none;
    transition: 320ms;
    text-decoration: none;
}

.img-svg path, .img-svg line, .img-svg circle {
    transition: 320ms;
}

/* Bootstrap 4 */
.container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

@media (min-width: 576px) {
    html {
        font-size: 8px;
    }

    .container {
        max-width: 540px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 8px;
    }

    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 8px;
    }

    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 9px;
    }

    .container {
        max-width: 1053px;
    }
}

@media (min-width: 1500px) {
    html {
        font-size: 10px;
    }

    .container {
        max-width: 1170px;
    }
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}

@media screen and (min-width: 767px) {
    .hidden-lg {
        display: none;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 700;
}

.green {
    color: #6FBDB8;
}

.orange {
    color: #FFAF8C;
}

.t-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 2px solid transparent;
    font-weight: 700;
    width: 21rem;
    height: 5.7rem;
    color: #fff;
}

.t-btn.transparent-btn {
    border: 2px solid #54C2B6;
    color: #54C2B6;
}

.t-btn.transparent-btn:hover {
    background: #54C2B6;
    color: #fff;
}

.t-btn.green-btn {
    border: 2px solid #54C2B6;
    background: #54C2B6;
}

.t-btn.green-btn:hover {
    background: #40b3a6;
}

.t-title {
    color: #000;
    font-size: 3.6rem;
}

@media screen and (max-width: 575px) {
    .t-title {
        font-size: 3.5rem;
    }
}

.t-subtitle {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.375;
}

@media screen and (max-width: 991px) {
    .t-subtitle {
        font-size: 2.2rem;
    }
}

.app__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.app__buttons .app__button {
    display: block;
    width: 18.5rem;
}

@media screen and (max-width: 767px) {
    .app__buttons .app__button {
        width: 20.5rem;
    }
}

.app__buttons .app__button:hover {
    filter: drop-shadow(0px 14px 19px rgba(84, 194, 182, 0.6));
    transform: translateY(-0.8rem);
}

.app__buttons .app__button img {
    display: block;
}

.app__buttons .app__button.button1 {
    margin-right: 2.4rem;
}

.t-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.t-list li {
    margin-bottom: 3.2rem;
    padding-left: 3.2rem;
    position: relative;
}

@media screen and (max-width: 767px) {
    .t-list li {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .t-list li br {
        display: none;
    }
}

.t-list li:last-child {
    margin-bottom: 0;
}

.t-list li::before {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #54C2B6;
    left: 0;
    top: .7rem;
}

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #000;
    opacity: 0.7;
}

.modal {
    position: relative;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.modal[data-modal="video"] {
    padding: 0;
    width: auto;
}

@media screen and (max-width: 575px) {
    .modal[data-modal="video"] {
        height: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.modal[data-modal="video"] .video-content {
    width: 800px;
    height: 450px;
    background: #0c0b12;
    max-width: 100%;
    padding: 0;
}

@media screen and (max-width: 992px) {
    .modal[data-modal="video"] .video-content {
        width: 70vw;
        height: 40vw;
    }
}

@media screen and (max-width: 767px) {
    .modal[data-modal="video"] .video-content {
        width: 56vw;
        height: 36vw;
    }
}

@media screen and (max-width: 570px) {
    .modal[data-modal="video"] .video-content {
        width: 95vw;
        height: 65vw;
    }
}

.modal[data-modal="video"] iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
}

.modal[data-modal="video"] .modal__close {
    position: absolute;
    right: 0;
    top: -45px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0c0b12;
    cursor: pointer;
}

.modal[data-modal="video"] .modal__close .img-svg {
    width: 20px;
    height: 20px;
}

.modal[data-modal="video"] .modal__close .img-svg path {
    fill: #777777;
}

.modal[data-modal="video"] .modal__close:hover .img-svg path {
    fill: #fff;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.6rem 0;
    background: #F0F9F8;
    z-index: 20;
}

@media screen and (max-width: 575px) {
    #header {
        padding: 2rem 0;
    }
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 991px) {
    #header .t-btn {
        display: none;
    }
}

#header .header__menu-open {
    display: none;
    width: 4rem;
    margin-left: 3rem;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    #header .header__menu-open {
        display: block;
    }
}

.header__logo {
    margin-right: auto;
    width: 21.1rem;
}

@media screen and (max-width: 575px) {
    .header__logo {
        width: 17rem;
    }
}

.header__logo img {
    display: block;
}

.header__menu {
    display: flex;
    align-items: center;
    margin-right: 5.2rem;
}

@media screen and (max-width: 991px) {
    .header__menu {
        display: none;
    }
}

.header__menu-link {
    color: #222222;
    font-weight: 700;
    margin-right: 2.4rem;
}

.header__menu-link:hover {
    color: #54C2B6;
}

.header__menu-link:last-child {
    margin-right: 0;
}

/*  */
.intro-section {
    padding: 7.3rem 0 0;
    overflow: hidden;
    background: #F0F9F8;
}

.intro-section .container {
    position: relative;
    padding-top: 22.7rem;
    padding-bottom: 30.5rem;
}

@media screen and (max-width: 1200px) {
    .intro-section .container {
        padding-bottom: 21rem;
    }
}

@media screen and (max-width: 991px) {
    .intro-section .container {
        padding-top: 9rem;
        padding-bottom: 17rem;
    }
}

@media screen and (max-width: 767px) {
    .intro-section .container {
        padding-top: 8rem;
        padding-bottom: 10rem;
    }
}

@media screen and (max-width: 575px) {
    .intro-section .container {
        padding-top: 5rem;
        padding-bottom: 47rem;
    }
}

.intro-section .intro__title {
    line-height: 1.36;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .intro-section .intro__title {
        font-size: 3.1rem;
    }
}

@media screen and (max-width: 575px) {
    .intro-section .intro__title br {
        display: none;
    }
}

.intro-section .intro__title span {
    font-weight: 700;
}

.intro-section .t-subtitle {
    margin: 4rem 0 8rem;
}

@media screen and (max-width: 767px) {
    .intro-section .t-subtitle {
        margin: 3rem 0 6rem;
    }
}

@media screen and (max-width: 575px) {
    .intro-section .t-subtitle {
        margin: 3rem 0 5rem;
        font-size: 2.1rem;
    }

    .intro-section .t-subtitle br {
        display: none;
    }
}

.intro-section .intro__bg {
    position: absolute;
    pointer-events: none;
    width: 86.7rem;
    bottom: 0;
    left: -37.5rem;
}

@media screen and (max-width: 991px) {
    .intro-section .intro__bg {
        width: 61rem;
    }
}

@media screen and (max-width: 767px) {
    .intro-section .intro__bg {
        width: 49rem;
        bottom: -8rem;
        left: -19.5rem;
    }
}

.intro-section .intro__content {
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .intro-section .app__buttons {
        display: block;
    }

    .intro-section .app__buttons .button1 {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .intro-section .app__buttons {
        display: flex;
        justify-content: space-between;
    }

    .intro-section .app__buttons .button1 {
        margin-bottom: 0;
    }
}

.intro__img {
    position: absolute;
    pointer-events: none;
    z-index: 3;
}

.intro__img.intro__img1 {
    width: 29.5rem;
    top: 13rem;
    right: 15px;
}

@media screen and (max-width: 991px) {
    .intro__img.intro__img1 {
        width: 23.5rem;
        top: 10rem;
        right: -1rem;
    }
}

@media screen and (max-width: 767px) {
    .intro__img.intro__img1 {
        width: 18.5rem;
        right: -4rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__img.intro__img1 {
        width: 17rem;
        top: 43rem;
        right: 7rem;
    }
}

.intro__img.intro__img2 {
    width: 33.4rem;
    top: 8rem;
    right: 15.3rem;
}

@media screen and (max-width: 991px) {
    .intro__img.intro__img2 {
        width: 25rem;
        right: 7rem;
    }
}

@media screen and (max-width: 767px) {
    .intro__img.intro__img2 {
        width: 19rem;
        right: 3rem;
        top: 9rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__img.intro__img2 {
        width: 18rem;
        right: 13rem;
        top: 43.5rem;
    }
}

.intro__img.intro__img3 {
    width: 29.9rem;
    top: 21.3rem;
    right: 37rem;
}

@media screen and (max-width: 991px) {
    .intro__img.intro__img3 {
        width: 21rem;
        top: 18rem;
        right: 22rem;
    }
}

@media screen and (max-width: 767px) {
    .intro__img.intro__img3 {
        width: 17rem;
        top: 15rem;
        right: 14rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__img.intro__img3 {
        width: 15rem;
        top: 48rem;
        right: 26.5rem;
    }
}

.intro__shadow {
    position: absolute;
    pointer-events: none;
    z-index: 2;
    width: 102.8rem;
    top: 5rem;
    right: -13rem;
}

@media screen and (max-width: 991px) {
    .intro__shadow {
        width: 75rem;
    }
}

@media screen and (max-width: 767px) {
    .intro__shadow {
        width: 58rem;
        top: 6rem;
        right: -14rem;
    }
}

@media screen and (max-width: 575px) {
    .intro__shadow {
        width: 53rem;
        top: 42rem;
        max-width: none;
        right: -3rem;
    }
}

/*  */
.features-section .container {
    padding-top: 12rem;
}

@media screen and (max-width: 991px) {
    .features-section .container {
        padding-top: 9rem;
    }
}

.features-section .t-title {
    text-align: center;
}

.features-section .features__bg {
    width: 156rem;
    max-width: none;
    position: absolute;
    top: -3rem;
    left: 44rem;
    pointer-events: none;
}

.features-section .features__blur {
    position: absolute;
    pointer-events: none;
    width: 124rem;
    left: -80rem;
    top: 50rem;
}

.features-section .star {
    position: absolute;
    width: 2.6rem;
}

.features-section .star.lg {
    width: 4.7rem;
}

.features-section .star.sm {
    width: 2.3rem;
}

.features-section .star.big {
    width: 8.2rem;
}

.features-section .star.star1 {
    top: 16rem;
    left: 29.5rem;
}

@media screen and (max-width: 767px) {
    .features-section .star.star1 {
        left: 0;
    }
}

@media screen and (max-width: 575px) {
    .features-section .star.star1 {
        left: 3rem;
        top: 15rem;
    }
}

.features-section .star.star2 {
    top: 20.4rem;
    left: 36.5rem;
    width: 5.5rem;
}

@media screen and (max-width: 767px) {
    .features-section .star.star2 {
        left: 55.5rem;
    }
}

@media screen and (max-width: 575px) {
    .features-section .star.star2 {
        left: 38rem;
        top: 4rem;
    }
}

.features-section .star.star3 {
    top: 35.5rem;
    left: 5rem;
    width: 3.8rem;
}

@media screen and (max-width: 575px) {
    .features-section .star.star3 {
        left: 39rem;
        top: 40rem;
    }
}

.features-section .star.star4 {
    top: 54.3rem;
    right: 40rem;
}

@media screen and (max-width: 767px) {
    .features-section .star.star4 {
        top: 50rem;
        right: 22rem;
    }
}

@media screen and (max-width: 575px) {
    .features-section .star.star4 {
        top: 43rem;
        right: 29rem;
        display: none;
    }
}

.features-section .star.star5 {
    top: 79rem;
    left: 36rem;
    width: 2.9rem;
}

@media screen and (max-width: 991px) {
    .features-section .star.star5 {
        top: 86rem;
    }
}

@media screen and (max-width: 767px) {
    .features-section .star.star5 {
        top: 81rem;
    }
}

@media screen and (max-width: 575px) {
    .features-section .star.star5 {
        top: 70rem;
        left: 40rem;
    }
}

.features-section .star.star6 {
    top: 80rem;
    left: 12.5rem;
    width: 5.5rem;
}

@media screen and (max-width: 767px) {
    .features-section .star.star6 {
        top: 71rem;
        left: 1.5rem;
    }
}

.features-section .star.star7 {
    top: 96rem;
    right: 9.5rem;
}

@media screen and (max-width: 767px) {
    .features-section .star.star7 {
        right: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .features-section .star.star7 {
        top: 99.5rem;
        right: 12rem;
    }
}

.features-section .star.star8 {
    top: 103rem;
    right: 27.5rem;
}

@media screen and (max-width: 991px) {
    .features-section .star.star8 {
        right: 20rem;
    }
}

@media screen and (max-width: 767px) {
    .features-section .star.star8 {
        right: 110rem;
    }
}

@media screen and (max-width: 575px) {
    .features-section .star.star8 {
        top: 99rem;
        right: 41rem;
    }
}

.features-section .star.star9 {
    top: 131rem;
    left: 12rem;
}

@media screen and (max-width: 767px) {
    .features-section .star.star9 {
        top: 116rem;
        left: -3rem;
    }
}

@media screen and (max-width: 575px) {
    .features-section .star.star9 {
        top: 148rem;
        left: -1rem;
    }
}

.features-section .star.star10 {
    left: 35.5rem;
    top: 147rem;
}

@media screen and (max-width: 767px) {
    .features-section .star.star10 {
        left: 68.5rem;
        top: 146rem;
    }
}

@media screen and (max-width: 575px) {
    .features-section .star.star10 {
        left: 39.5rem;
        top: 88rem;
        display: none;
    }
}

.features-section .star.star11 {
    left: 27rem;
    top: 154rem;
}

@media screen and (max-width: 767px) {
    .features-section .star.star11 {
        left: 20rem;
        top: 146rem;
    }
}

@media screen and (max-width: 575px) {
    .features-section .star.star11 {
        display: none;
    }
}

.features-section .star.star12 {
    right: 12rem;
    bottom: -10rem;
}

@media screen and (max-width: 767px) {
    .features-section .star.star12 {
        right: -1rem;
        bottom: 0rem;
    }
}

@media screen and (max-width: 575px) {
    .features-section .star.star12 {
        right: -2rem;
        bottom: 17rem;
    }
}

.features-section .star.star13 {
    right: 21rem;
    bottom: -13rem;
}

@media screen and (max-width: 767px) {
    .features-section .star.star13 {
        right: 65rem;
        bottom: -7rem;
    }
}

@media screen and (max-width: 575px) {
    .features-section .star.star13 {
        right: 29rem;
        bottom: 23rem;
        display: none;
    }
}

.features__content {
    position: relative;
    z-index: 4;
}

.features__content .t-title {
    margin-bottom: 14.5rem;
}

@media screen and (max-width: 575px) {
    .features__content .t-title {
        margin-bottom: 9rem;
    }
}

.features__box {
    padding-left: 17rem;
    padding-right: 20.5rem;
}

@media screen and (max-width: 991px) {
    .features__box {
        padding-left: 12rem;
        padding-right: 15rem;
    }
}

@media screen and (max-width: 767px) {
    .features__box {
        padding-left: 5rem;
        padding-right: 9rem;
    }
}

@media screen and (max-width: 575px) {
    .features__box {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.features__box .item {
    position: relative;
    margin-bottom: 15rem;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .features__box .item {
        margin-bottom: 9rem;
    }
}

@media screen and (max-width: 575px) {
    .features__box .item {
        width: auto !important;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 575px) {
    .features__box .item.left {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
}

.features__box .item.left .subtitle {
    text-align: left;
    justify-content: flex-end;
}

.features__box .item.right {
    text-align: left;
    margin-left: auto;
}

@media screen and (max-width: 575px) {
    .features__box .item.right {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
}

.features__box .item__img {
    position: absolute;
    pointer-events: none;
}

.features__box .item__text .title {
    color: #54C2B6;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.features__box .item__text .subtitle {
    display: flex;
    justify-content: flex-start;
    color: #222222;
    padding: 3.2rem;
    background: #F0F9F8;
    border-radius: 16px;
}

.features__box .item.item1 {
    width: 41rem;
    margin-left: 5rem;
}

@media screen and (max-width: 991px) {
    .features__box .item.item1 {
        width: 36rem;
    }
}

@media screen and (max-width: 767px) {
    .features__box .item.item1 {
        width: 34rem;
        margin-left: 0;
    }
}

@media screen and (max-width: 575px) {
    .features__box .item.item1 {
        margin-right: 3rem !important;
    }
}

.features__box .item.item1 .item__img {
    width: 32rem;
    left: -15rem;
    top: -8rem;
}

@media screen and (max-width: 991px) {
    .features__box .item.item1 .item__img {
        width: 25rem;
    }
}

@media screen and (max-width: 767px) {
    .features__box .item.item1 .item__img {
        width: 20rem;
        left: -10rem;
        top: -5rem;
    }
}

@media screen and (max-width: 575px) {
    .features__box .item.item1 .item__img {
        width: 16rem;
        left: -3rem;
        top: -2rem;
    }
}

.features__box .item.item2 {
    width: 46rem;
}

@media screen and (max-width: 991px) {
    .features__box .item.item2 {
        width: 41rem;
    }
}

@media screen and (max-width: 767px) {
    .features__box .item.item2 {
        width: 37rem;
    }
}

.features__box .item.item2 .item__img {
    width: 28rem;
    right: -14rem;
    top: -12rem;
}

@media screen and (max-width: 991px) {
    .features__box .item.item2 .item__img {
        width: 24rem;
    }
}

@media screen and (max-width: 767px) {
    .features__box .item.item2 .item__img {
        right: -11rem;
        width: 19rem;
        top: -8rem;
    }
}

@media screen and (max-width: 575px) {
    .features__box .item.item2 .item__img {
        right: -5rem;
        width: 14rem;
        top: -1rem;
    }
}

.features__box .item.item3 {
    width: 53rem;
}

@media screen and (max-width: 991px) {
    .features__box .item.item3 {
        width: 47rem;
    }
}

@media screen and (max-width: 575px) {
    .features__box .item.item3 .subtitle {
        padding-left: 13rem;
    }

    .features__box .item.item3 .subtitle br {
        display: none;
    }
}

.features__box .item.item3 .item__img {
    width: 27rem;
    left: -9rem;
    top: -3rem;
}

@media screen and (max-width: 991px) {
    .features__box .item.item3 .item__img {
        width: 25rem;
        left: -10rem;
        top: -1rem;
    }
}

@media screen and (max-width: 767px) {
    .features__box .item.item3 .item__img {
        width: 21rem;
        left: -10rem;
        top: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .features__box .item.item3 .item__img {
        width: 17rem;
        left: -6.5rem;
        top: 5rem;
    }
}

.features__box .item.item4 {
    width: 48rem;
}

@media screen and (max-width: 991px) {
    .features__box .item.item4 {
        width: 40rem;
    }
}

@media screen and (max-width: 575px) {
    .features__box .item.item4 .subtitle {
        padding-right: 5rem;
    }
}

.features__box .item.item4 .item__img {
    width: 29rem;
    right: -15rem;
    top: -20rem;
}

@media screen and (max-width: 991px) {
    .features__box .item.item4 .item__img {
        width: 22rem;
        right: -7rem;
        top: -9rem;
    }
}

@media screen and (max-width: 767px) {
    .features__box .item.item4 .item__img {
        width: 18rem;
        top: -5rem;
    }
}

@media screen and (max-width: 575px) {
    .features__box .item.item4 .item__img {
        width: 15rem;
        top: -1rem;
        right: -5rem;
    }
}

.features__box .item.item5 {
    width: 62rem;
    margin-left: 8.5rem;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .features__box .item.item5 {
        margin-left: 0;
        width: 49rem;
    }
}

.features__box .item.item5 .item__img {
    width: 38rem;
    left: -19rem;
    top: -7rem;
}

@media screen and (max-width: 991px) {
    .features__box .item.item5 .item__img {
        width: 36rem;
        top: -3rem;
    }
}

@media screen and (max-width: 767px) {
    .features__box .item.item5 .item__img {
        width: 28rem;
        top: 2.5rem;
        left: -10rem;
    }
}

@media screen and (max-width: 575px) {
    .features__box .item.item5 .item__img {
        width: 16rem;
        top: -5.5rem;
        left: -5rem;
    }
}

@media screen and (max-width: 991px) {
    .features__box .item.item5 .item__text .subtitle {
        padding-left: 21rem;
    }
}

@media screen and (max-width: 575px) {
    .features__box .item.item5 .item__text .subtitle {
        padding-left: 3.2rem;
    }

    .features__box .item.item5 .item__text .subtitle br {
        display: none;
    }
}

/*  */
.patient-section {
    margin: 22rem 0 0;
}

@media screen and (max-width: 767px) {
    .patient-section {
        margin: 16rem 0 0;
    }
}

@media screen and (max-width: 575px) {
    .patient-section {
        margin: 6rem 0 0;
    }
}

.patient-section .container {
    padding-top: 5.5rem;
    padding-bottom: 67rem;
}

@media screen and (max-width: 991px) {
    .patient-section .container {
        padding-bottom: 53rem;
    }
}

@media screen and (max-width: 767px) {
    .patient-section .container {
        padding-bottom: 42rem;
    }
}

@media screen and (max-width: 575px) {
    .patient-section .container {
        padding-bottom: 38rem;
    }
}

.patient__img {
    position: absolute;
    pointer-events: none;
}

.patient__img.img1 {
    width: 30.2rem;
    top: 0;
    left: 1rem;
}

@media screen and (max-width: 991px) {
    .patient__img.img1 {
        width: 20rem;
    }
}

@media screen and (max-width: 767px) {
    .patient__img.img1 {
        left: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .patient__img.img1 {
        display: none;
    }
}

.patient__img.img2 {
    width: 57rem;
    left: 19.5rem;
    top: 5rem;
}

@media screen and (max-width: 991px) {
    .patient__img.img2 {
        width: 35rem;
        left: 14.5rem;
        top: 11rem;
    }
}

@media screen and (max-width: 767px) {
    .patient__img.img2 {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .patient__img.img2 {
        display: block;
        width: 31rem;
        left: -5.5rem;
        top: 49rem;
    }
}

.patient__right {
    margin-left: auto;
    width: 42rem;
    position: relative;
    z-index: 4;
}

@media screen and (max-width: 767px) {
    .patient__right {
        width: 39rem;
    }
}

@media screen and (max-width: 575px) {
    .patient__right {
        width: 100%;
    }
}

.patient__right .t-title {
    margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
    .patient__right .t-title {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 575px) {
    .patient__right .t-list li {
        width: 95%;
    }
}

.patient__shape {
    position: absolute;
    width: 202.8rem;
    max-width: none;
    top: -89rem;
    left: -39rem;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .patient__shape {
        width: 117.8rem;
        top: -25rem;
        left: -23rem;
    }
}

@media screen and (max-width: 575px) {
    .patient__shape {
        width: 79.8rem;
        top: 49rem;
    }
}

.patient__illustration {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    width: 60rem;
    right: 1.5rem;
    bottom: 17rem;
}

@media screen and (max-width: 991px) {
    .patient__illustration {
        width: 45rem;
        bottom: auto;
        top: 64rem;
    }
}

@media screen and (max-width: 767px) {
    .patient__illustration {
        width: 35rem;
        top: 55rem;
    }
}

@media screen and (max-width: 575px) {
    .patient__illustration {
        width: 31rem;
        top: 56rem;
        right: 2.5rem;
    }
}

.patient__blur {
    position: absolute;
    width: 172rem;
    max-width: none;
    bottom: -60rem;
    left: 40rem;
    pointer-events: none;
}

/*  */
.clinic-section .container {
    z-index: 4;
}

.clinic-section .t-list li {
    margin-bottom: 1.4rem;
}

.clinic-section .t-list li:last-child {
    margin-bottom: 0;
}

.clinic__img {
    right: -11rem;
    top: -5rem;
    width: 64rem;
    position: absolute;
}

@media screen and (max-width: 991px) {
    .clinic__img {
        right: -12rem;
        top: -2rem;
        width: 56rem;
    }
}

@media screen and (max-width: 767px) {
    .clinic__img {
        top: 7rem;
        width: 43rem;
    }
}

@media screen and (max-width: 575px) {
    .clinic__img {
        display: none;
    }
}

.clinic__subtitle {
    margin: 3.2rem 0 6.8rem;
    font-size: 1.8rem;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .clinic__subtitle {
        width: 49rem;
    }

    .clinic__subtitle br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .clinic__subtitle {
        width: 39rem;
        margin: 3rem 0 5rem;
    }
}

@media screen and (max-width: 575px) {
    .clinic__subtitle {
        width: 100%;
        margin-bottom: 4rem;
        font-size: 2rem;
    }
}

.clinic__list-title {
    margin-bottom: 3.2rem;
    font-weight: 700;
}

/*  */
.advantages-section {
    padding: 23.5rem 0 18rem;
}

@media screen and (max-width: 991px) {
    .advantages-section {
        padding: 15.5rem 0 11rem;
    }
}

@media screen and (max-width: 767px) {
    .advantages-section {
        padding: 11.5rem 0 8rem;
    }
}

@media screen and (max-width: 575px) {
    .advantages-section {
        padding: 9.5rem 0 7rem;
    }
}

.advantages-section .advantages__content {
    position: relative;
    z-index: 4;
}

.advantages-section .t-title {
    text-align: center;
}

.advantages__bg {
    position: absolute;
    width: 107rem;
    left: -38.5rem;
    top: -40rem;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .advantages__bg {
        top: -13rem;
        left: -50rem;
    }
}

.advantages__blur {
    position: absolute;
    pointer-events: none;
    width: 172rem;
    left: -70rem;
    bottom: -35rem;
}

.advantages__box {
    margin: 6.5rem 0 0;
    padding-left: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
    .advantages__box {
        margin: 3.5rem 0 0;
        padding: 0;
    }
}

.advantages__box .item {
    width: 49.5%;
    flex-shrink: 0;
    margin-bottom: 3.8rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 991px) {
    .advantages__box .item {
        width: 47%;
        margin-bottom: 4.5rem;
    }

    .advantages__box .item br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .advantages__box .item {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 575px) {
    .advantages__box .item {
        width: 97%;
        margin-bottom: 3rem;
        font-size: 2rem;
    }
}

.advantages__box .item img {
    margin-right: 2.5rem;
    flex-shrink: 0;
    width: 8rem;
}

@media screen and (max-width: 767px) {
    .advantages__box .item img {
        width: 7rem;
    }
}

/*  */
.app-section .app__buttons {
    margin: 3.2rem 0 3rem;
}

/*  */
.form-section {
    padding-top: 3.5rem;
    padding-bottom: 28rem;
}

@media screen and (max-width: 991px) {
    .form-section {
        padding-bottom: 23rem;
    }
}

@media screen and (max-width: 575px) {
    .form-section {
        padding-top: 5.5rem;
        padding-bottom: 13rem;
    }
}

.form-section .form__img {
    width: 60rem;
    position: absolute;
    pointer-events: none;
    top: -22rem;
    right: 1rem;
    z-index: 3;
}

@media screen and (max-width: 991px) {
    .form-section .form__img {
        width: 43rem;
        top: -11rem;
        right: 0rem;
    }
}

@media screen and (max-width: 767px) {
    .form-section .form__img {
        width: 39rem;
        top: -14rem;
        right: -11rem;
    }
}

@media screen and (max-width: 575px) {
    .form-section .form__img {
        display: none;
    }
}

.form-section .form__blur {
    width: 122.5rem;
    position: absolute;
    pointer-events: none;
    top: -30rem;
    right: -30rem;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .form-section .form__blur {
        width: 58.5rem;
        top: -19rem;
        right: -24rem;
    }
}

@media screen and (max-width: 575px) {
    .form-section .form__blur {
        display: none;
    }
}

.form-section .form__subtitle {
    margin: 1.5rem 0 4rem;
    font-weight: 400;
    font-size: 1.8rem;
}

@media screen and (max-width: 575px) {
    .form-section .form__subtitle {
        font-size: 2rem;
    }
}

.form-section .form__left {
    position: relative;
    z-index: 4;
}

.t-form {
    width: 44.4rem;
}

@media screen and (max-width: 575px) {
    .t-form {
        width: 100%;
    }
}

.t-form input {
    margin-bottom: 1.5rem;
    width: 100%;
    height: 6.2rem;
    padding: 1.3rem 3rem;
    font-size: 1.8rem;
    color: #404040;
    background: #F0F9F8;
    border: 3px solid #F0F9F8;
    border-radius: 12px;
    outline: none;
    transition: 320ms;
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .t-form input {
        height: 7rem;
    }
}

.t-form input::-moz-placeholder {
    color: #307B73;
    opacity: 0.5;
    font-weight: 400;
}

.t-form input:-ms-input-placeholder {
    color: #307B73;
    opacity: 0.5;
    font-weight: 400;
}

.t-form input::placeholder {
    color: #307B73;
    opacity: 0.5;
    font-weight: 400;
}

.t-form input:hover {
    border: 3px solid #54C2B6;
}

.t-form input:focus {
    border: 3px solid #F0F9F8;
    background: #fff;
}

.t-form .t-btn {
    margin: 2.5rem 0 1.5rem;
    display: flex;
    width: 100%;
    height: 6.2rem;
}

@media screen and (max-width: 575px) {
    .t-form .t-btn {
        margin-top: 1rem;
        height: 7rem;
    }
}

@media screen and (max-width: 575px) {
    .t-form .form__privacy {
        font-size: 1.8rem;
    }

    .t-form .form__privacy br {
        display: none;
    }
}

.t-form .form__privacy a {
    color: #222222;
}

.t-form .form__privacy a:hover {
    text-decoration: underline;
}

/*  */
#footer {
    background: #BEE8E3;
    position: relative;
    padding: 3rem 0 6rem;
}

#footer .footer__bg {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 192rem;
    max-width: none;
}

@media screen and (max-width: 991px) {
    #footer .footer__bg {
        width: 131rem;
    }
}

@media screen and (max-width: 575px) {
    #footer .footer__bg {
        width: 55rem;
    }
}

#footer .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    #footer .container {
        flex-wrap: wrap;
    }
}

#footer .t-subtitle {
    font-weight: 700;
    margin-bottom: 2.4rem;
}

.footer__left {
    width: 18.3rem;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .footer__left {
        width: 17rem;
        font-size: 1.6rem;
    }
}

.footer__left-text {
    margin: 2rem 0 0;
}

@media screen and (max-width: 575px) {
    .footer__left-text {
        margin: .7rem 0 0;
    }
}

.footer__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .footer__menu {
        margin: 0;
        padding-left: 2rem;
    }
}

.footer__menu .t-subtitle {
    margin-bottom: 1.8rem;
}

@media screen and (max-width: 575px) {
    .footer__menu .t-subtitle {
        margin-bottom: 1.3rem !important;
    }
}

.footer__menu-link {
    color: #222222;
    margin-bottom: 1.3rem;
}

@media screen and (max-width: 575px) {
    .footer__menu-link {
        margin-bottom: 1rem;
        font-size: 1.8rem;
    }
}

.footer__menu-link:hover {
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .footer__right {
        width: 30%;
    }
}

@media screen and (max-width: 767px) {
    .footer__right {
        width: 100%;
        display: flex;
        align-items: flex-start;
        margin: 5rem 0 0;
    }
}

@media screen and (max-width: 575px) {
    .footer__right {
        margin: 4rem 0 0;
        font-size: 1.8rem;
    }
}

.footer__right .app__buttons-title {
    margin: 4.5rem 0 2.2rem;
}

@media screen and (max-width: 767px) {
    .footer__right .app__buttons-title {
        margin-top: 0;
    }
}

@media screen and (max-width: 575px) {
    .footer__right .app__buttons-title {
        margin-bottom: 2.6rem !important;
    }
}

@media screen and (max-width: 991px) {
    .footer__right .app__buttons {
        display: block;
    }
}

.footer__right .app__buttons .app__button {
    width: 15.3rem;
}

@media screen and (max-width: 991px) {
    .footer__right .app__buttons .app__button.button1 {
        margin-bottom: 1rem;
    }
}

.footer__right .footer__link-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 991px) {
    .footer__right .footer__link-box {
        display: block;
    }
}

.footer__right .footer__link-box .footer__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer__right .footer__link-box .footer__link.link1 {
    margin-right: 10rem;
}

@media screen and (max-width: 991px) {
    .footer__right .footer__link-box .footer__link.link1 {
        margin: 0 0 2rem;
    }
}

.footer__right .footer__link-box .footer__link img {
    width: 3.3rem;
    margin-right: 1.2rem;
    flex-shrink: 0;
}

.footer__right .footer__link-box .footer__link .link__text .title {
    color: #333333;
}

.footer__right .footer__link-box .footer__link .link__text .value {
    color: #333333;
}

.footer__right .footer__link-box .footer__link .link__text .value:hover {
    text-decoration: underline;
}

#mobile__menu {
    z-index: 100;
    overflow: hidden;
    position: fixed;
    width: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #F0F9F8;
    box-shadow: 0px 35px 65px rgba(225, 230, 250, 0.6);
    max-width: 350px;
    transition: width 350ms;
}

@media screen and (max-width: 575px) {
    #mobile__menu {
        max-width: 100%;
    }
}

#mobile__menu.active {
    width: 100%;
}

#mobile__menu .content {
    padding: 2rem 2.5rem 2.5rem;
    width: 350px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    #mobile__menu .content {
        padding-top: 2.5rem;
        width: 100vw;
    }
}

#mobile__menu .menu__bottom {
    margin-top: 50px;
}

#mobile__menu .menu__bottom .t-btn {
    margin-bottom: 10px;
    box-shadow: none;
    font-size: 18px;
    padding: 20px;
}

#mobile__menu .menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#mobile__menu .menu__top .header__logo {
    display: block;
    width: 130px;
}

@media screen and (max-width: 575px) {
    #mobile__menu .menu__top .header__logo {
        width: 17rem;
    }
}

#mobile__menu .menu__top .header__menu-close {
    transition: 220ms;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mobile__menu .menu__top .header__menu-close .img-svg {
    width: 27px;
    height: 27px;
}

#mobile__menu .menu__top .header__menu-close .img-svg path {
    fill: #54C2B6;
}

@media screen and (max-width: 575px) {
    #mobile__menu .menu__top .header__menu-close .img-svg {
        width: 23px;
        height: 23px;
    }
}

#mobile__menu .menu__top .header__menu-close:hover {
    opacity: 1;
}

#mobile__menu .header__menu {
    display: block;
    margin-top: 5rem;
    flex-grow: 1;
}

#mobile__menu .header__menu a {
    display: flex;
    justify-content: flex-start;
    color: #000;
    font-size: 18px;
    padding: 10px 0;
}

@media screen and (max-width: 575px) {
    #mobile__menu .header__menu a {
        padding: 1rem 0;
    }
}

#mobile__menu .t-btn {
    width: 100%;
    height: 7rem;
}

.text-section {
    padding: 15rem 0 30rem;
    background: #F0F9F8;
}

@media screen and (max-width: 575px) {
    .text-section {
        padding-bottom: 15rem;
    }
}

.text-section .t-title {
    margin-bottom: 4rem;
}
