@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap);
/* By Athlon Front-End Team */
/* Fonts */
/**
 * Fonts
*/
/* Core variables */
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

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

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* CSS print */
/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #fff;
    color: #000;
  }

  a {
    page-break-inside: avoid;
  }

  blockquote {
    page-break-inside: avoid;
  }

  table,
pre {
    page-break-inside: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }
}
/* Mixins, helpers and functions */
/* Global */
html {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  --scrollbarBG: #ecf8f5;
  --scrollbarBR: #f1faf7;
  --thumbBG: #1aefac;
  scroll-behavior: smooth;
}

body {
  padding-bottom: 2rem;
}

#people {
  display: none;
}
@media (min-width: 1500px) {
  #people {
    display: block;
  }
}

.header_info {
  display: -webkit-box;
}

.header_title {
  margin: auto;
}

header {
  background-color: rgba(26, 239, 172, 0.03);
}

.container {
  min-width: 350px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .container {
    width: 720px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1200px;
  }
}

.text-main {
  color: #1aefac;
}

.d-none {
  display: none;
}

/* Vendor */
/* Components */
.navbar {
  padding-bottom: 0.64rem;
  padding-top: 0.64rem;
  position: relative;
}
@media (min-width: 1200px) {
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0;
    height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.navbar__toggle {
  position: absolute;
  top: 1.25rem;
}
@media (min-width: 1200px) {
  .navbar__toggle {
    display: none;
  }
}
.navbar__nav {
  list-style-type: none;
  display: none;
}
@media (min-width: 1200px) {
  .navbar__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 0.8rem;
    margin-right: 0.31rem;
  }
}
.navbar__nav.active {
  display: block;
}
.navbar__nav li {
  text-align: center;
  margin: 15px auto;
}
@media (min-width: 1200px) {
  .navbar__nav li {
    margin: 0 0 0 0.31rem;
  }
}
.navbar__links {
  text-decoration: none;
  color: #000000;
}
@media (min-width: 1200px) {
  .navbar__links {
    margin-left: 40px;
    position: relative;
    font-size: 1.16rem;
  }
  .navbar__links::before {
    content: "";
    position: absolute;
    left: -1rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAn0lEQVQokZXROw5BQRiG4YeCPbAFiUvBHrABFoDScliBRskuRBBbUKsUaOSXOZ3LOV8yyeSb9/2TmSnVrmspFcwwQiN1Z6ywwCOKTKhjg5bPOWCISzlN/gVLZ1tUQ5j+gbM0MQlhnAPOMg6hU0BolwvAkWcI+wLCOYR457xZhbDEMYdxCjaEOwbpc74lBvaDzS59QQ9z7HBLK/bRdd8MXjNGIBtW9XDpAAAAAElFTkSuQmCC);
    height: 0.75rem;
    width: 0.75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (min-width: 1200px) {
  .navbar__links:hover {
    color: #1aefac;
  }
}
.navbar__bar {
  width: 35px;
}
.navbar__bar--middle {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.intro {
  margin-bottom: 29px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
  font-size: 1.59rem;
  color: #000000;
  background-color: rgba(26, 239, 172, 0.03);
}
@media (min-width: 1200px) {
  .intro {
    font-size: 2.93rem;
    padding-top: 6rem;
  }
}

.title_offer {
  padding-top: 40px;
}
@media (min-width: 1200px) {
  .title_offer {
    padding-top: 0px;
  }
}

.finances {
  display: block;
  padding: 15px;
}
@media (min-width: 767px) {
  .finances {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
  }
}

.finances_ico_d {
  max-width: 50%;
  margin: auto;
  display: none;
}
@media (min-width: 767px) {
  .finances_ico_d {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.finances_ico_m {
  max-width: 50%;
  margin: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 767px) {
  .finances_ico_m {
    display: none;
  }
}

.finances_ico {
  max-width: 50%;
  margin: auto;
}

.finances_info {
  width: 100%;
  padding: 5px;
  text-align: center;
}
@media (min-width: 767px) {
  .finances_info {
    width: 50%;
    padding: 88px;
  }
}

.data_position {
  width: 50%;
  text-align: center;
}

.data_work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.strengths_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.strengths {
  padding: 10px;
}

.packages {
  text-align: center;
}
@media (min-width: 1500px) {
  .packages {
    width: 100%;
    margin-left: auto;
    text-align: left;
    position: relative;
  }
}
.packages__title {
  font-size: 1.625rem;
  font-weight: 600;
  padding-bottom: 1.825rem;
  color: #000000;
}
@media (min-width: 1200px) {
  .packages__title {
    font-size: 2.5rem;
    margin-top: 3.5rem;
    text-align: center;
  }
}
.packages__icon {
  margin-top: 0rem;
  margin-bottom: 1.75rem;
  padding-top: 61px;
  width: 17.65rem;
  height: 14.65rem;
  border-radius: 50%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1500px) {
  .packages__icon {
    display: none;
  }
}
.packages__intro {
  line-height: 1.9;
}
@media (min-width: 1200px) {
  .packages__intro {
    margin-bottom: 2rem;
  }
}

.medi__title {
  margin-top: 2.5rem;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 1.125rem;
  color: #000000;
}
@media (min-width: 1200px) {
  .medi__title {
    font-size: 2.43rem;
  }
}
.medi__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .medi__header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.medi__header img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1200px) {
  .medi__img-jm {
    width: 9.18rem;
    margin-top: 2rem;
  }
}
.medi__img-zl {
  margin-top: 0.75rem;
}
.medi__table-wrapper {
  overflow: auto;
  width: 100%;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.medi__table-wrapper::-webkit-scrollbar {
  width: 12px;
}
.medi__table-wrapper::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
  border-radius: 10px;
}
.medi__table-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 10px;
  border: 3px solid var(--scrollbarBG);
}
.medi__doc-wrapper {
  text-align: center;
  font-weight: 500;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .medi__doc-wrapper {
    text-align: left;
    padding-bottom: 1rem;
  }
}
.medi__doc-wrapper a {
  text-decoration: underline;
  color: #000000;
}
.medi__doc-wrapper a:hover {
  color: #1aefac;
  cursor: pointer;
}
.medi__doc-wrapper a:active, .medi__doc-wrapper a:visited {
  color: #000000;
}
.medi__docs-mob {
  display: none;
}
@media (min-width: 1200px) {
  .medi__docs-mob {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.medi__table {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .medi__table {
    table-layout: fixed;
    text-align: center;
    margin-bottom: 0;
  }
}
.medi__table td,
.medi__table th {
  font-size: 1rem;
  padding: 0.47rem 0.5rem;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .medi__table td,
.medi__table th {
    padding: 0.85rem 1.2rem;
    font-size: 0.75rem;
  }
}
.medi__table thead tr {
  background-color: rgba(26, 239, 172, 0.2);
}
.medi__table thead tr th {
  font-weight: 700;
}
.medi__table thead tr th:first-child {
  text-align: left;
}
.medi__table tbody tr:nth-child(even) {
  background-color: rgba(26, 239, 172, 0.2);
}
.medi__table tbody tr:nth-child(odd) {
  background-color: rgba(26, 239, 172, 0.03);
}
.medi__table tbody tr td:first-child {
  text-align: left;
}
@media (min-width: 1200px) {
  .medi__table--doc {
    table-layout: initial;
  }
  .medi__table--doc tbody tr td:not(:first-child) {
    text-align: center;
  }
  .medi__table--doc thead tr th:not(:first-child) {
    text-align: center;
  }
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  color: #525252;
}
@media (min-width: 1200px) {
  .footer__link {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}
.footer__link:hover {
  color: #1aefac;
  cursor: pointer;
  text-decoration: none;
}
.footer__link:active, .footer__link:visited {
  color: #000000;
}
.footer__link img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.5rem;
}
.footer__links {
  padding: 1rem 0;
}
@media (min-width: 1200px) {
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__contact {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.31rem;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 3rem;
  }
}
.footer__contact address,
.footer__contact span {
  margin: 0.2rem 0;
}
.footer__contact address.only-desktop,
.footer__contact span.only-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .footer__contact address.only-mob,
.footer__contact span.only-mob {
    display: none;
  }
  .footer__contact address.only-desktop,
.footer__contact span.only-desktop {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.footer__contact a {
  color: #000000;
}
.footer__contact a:hover {
  color: #1aefac;
  cursor: pointer;
  text-decoration: none;
}
.footer__logo {
  margin: 1.75rem auto 2rem auto;
  text-align: center;
}
.footer__logo img {
  margin: auto;
}
@media (min-width: 1200px) {
  .footer__logo img {
    margin-top: -1rem;
  }
}
@media (min-width: 1200px) {
  .footer__logo {
    text-align: right;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5rem;
  }
}
.footer__bottom {
  background-color: rgba(26, 239, 172, 0.03);
}

/* Browser specific styles */
/**
 * Dirty hacks, yes internet explorer, we are looking at you
*/
