body {
  margin: 0;
}
#app {
  background:
    url(../img/logo.svg) 50% 35% no-repeat,
    #fff url(../img/preloader.svg) 50% calc(35% + 250px) no-repeat;
  width: 100%;
  height: 100vh;
  min-height: 400px;
  position: relative;
  overflow-x: hidden;
}
#page-wrap {
  grid-template-rows: 1fr auto;
  grid-template-columns: 100%;
  min-height: calc(100vh - 68px);
  padding-top: 68px;
  font-family:
    PT Sans,
    sans-serif;
  display: grid;
  position: relative;
  overflow-x: hidden;
}
html.with-fluid-typography #page-wrap {
  min-height: calc(100vh - 3.4rem);
  padding-top: 3.4rem;
}
header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 10;
  background: #ffffffe6;
  flex-direction: row;
  width: 100%;
  height: 68px;
  display: flex;
  position: absolute;
  top: 0;
}
html.with-fluid-typography header {
  height: 3.4rem;
}
header.sticky {
  position: fixed;
  top: -0.5px;
  transform: translate(0);
}
header > a {
  width: 190px;
  height: 56px;
  margin: 2px 0 0 44px;
}
html.with-fluid-typography header > a {
  flex: none;
  width: 9.5rem;
  height: 2.8rem;
  margin: 0.1rem 0 0 2.2rem;
}
header > a img {
  width: 100%;
  height: auto;
}
header input {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  -webkit-tap-highlight-color: #0000;
  width: 68px;
  height: 68px;
  margin: 0;
  display: none;
  position: absolute;
  top: 0;
  right: 26px;
}
html.with-fluid-typography header input {
  width: 3.4rem;
  height: 3.4rem;
  right: 1.3rem;
}
header > span {
  background: #389a73;
  border-radius: 2px;
  outline: 1px solid #0000;
  width: 32px;
  height: 4px;
  transition:
    transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.55s;
  display: none;
  position: absolute;
  top: 32px;
  right: 44px;
  transform: translate(0);
}
html.with-fluid-typography header > span {
  border-radius: 0.1rem;
  outline: 0.05rem solid #0000;
  width: 1.6rem;
  height: 0.2rem;
  top: 1.6rem;
  right: 2.2rem;
}
header > span:first-of-type {
  top: 24px;
}
html.with-fluid-typography header > span:first-of-type {
  top: 1.2rem;
}
header > span:nth-of-type(3) {
  top: 40px;
}
html.with-fluid-typography header > span:nth-of-type(3) {
  top: 2rem;
}
header input:checked ~ span {
  background: #b4d330;
}
header input:checked ~ span:first-of-type {
  transform: translateY(8px) rotate(45deg);
}
html.with-fluid-typography header input:checked ~ span:first-of-type {
  transform: translateY(0.4rem) rotate(45deg);
}
header input:checked ~ span:nth-of-type(2) {
  transform-origin: 2px;
  opacity: 0;
  transform: scaleX(0.2);
}
html.with-fluid-typography header input:checked ~ span:nth-of-type(2) {
  transform-origin: 0.1rem;
}
header input:checked ~ span:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
}
html.with-fluid-typography header input:checked ~ span:nth-of-type(3) {
  transform: translateY(-0.4rem) rotate(-45deg);
}
header nav {
  flex-grow: 1;
  position: relative;
}
header ul {
  flex-direction: row;
  justify-content: flex-end;
  margin: 0 26px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}
html.with-fluid-typography header ul {
  margin: 0 1.3rem 0 0;
}
header ul li a {
  white-space: nowrap;
  vertical-align: middle;
  color: #5f5f5f;
  height: 68px;
  padding: 0 18px;
  font-size: 26px;
  line-height: 68px;
  text-decoration: none;
  transition: color 0.3s;
  display: block;
}
html.with-fluid-typography header ul li a {
  height: 3.4rem;
  padding: 0 0.9rem;
  font-size: 1.3rem;
  line-height: 3.4rem;
}
header ul li a:active,
header ul li a.active {
  color: #389a73;
}
header ul li span {
  position: relative;
  top: 1px;
}
html.with-fluid-typography header ul li span {
  top: 0.05rem;
}
nav > span {
  pointer-events: none;
  background-color: #389a73;
  border-radius: 3px 3px 0 0;
  height: 4px;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
}
html.with-fluid-typography nav > span {
  border-radius: 0.15rem 0.15rem 0 0;
  height: 0.2rem;
}
nav > span.notransition {
  transition: none !important;
}
footer {
  min-height: 120px;
  display: flex;
}
html.with-fluid-typography footer {
  min-height: 6rem;
}
footer > div {
  justify-content: center;
  align-items: center;
  display: flex;
}
.footer-left {
  padding-left: 39px;
}
html.with-fluid-typography .footer-left {
  padding-left: 1.95rem;
}
.footer-left a {
  text-indent: -9999px;
  background: url(../img/icons/sprite.svg) no-repeat;
  width: 28px;
  height: 28px;
  margin: 0 2px;
  display: inline-block;
}
html.with-fluid-typography .footer-left a {
  background-size: 4.2rem 2.8rem;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0.1rem;
}
.footer-left .fb {
  background-position: 0 0;
}
.footer-left .ig {
  background-position: -28px 0;
}
html.with-fluid-typography .footer-left .ig {
  background-position: -1.4rem 0;
}
.footer-left .tw {
  background-position: -56px 0;
}
html.with-fluid-typography .footer-left .tw {
  background-position: -2.8rem 0;
}
.footer-left .pi {
  background-position: 0 -28px;
}
html.with-fluid-typography .footer-left .pi {
  background-position: 0 -1.4rem;
}
.footer-left .tt {
  background-position: -28px -28px;
}
html.with-fluid-typography .footer-left .tt {
  background-position: -1.4rem -1.4rem;
}
.footer-left .yt {
  background-position: -56px -28px;
}
html.with-fluid-typography .footer-left .yt {
  background-position: -2.8rem -1.4rem;
}
.footer-center {
  flex-grow: 1;
}
.footer-center ul {
  flex-direction: row;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  list-style: none;
  display: flex;
}
html.with-fluid-typography .footer-center ul {
  font-size: 0.9rem;
  line-height: 0.9rem;
}
.footer-center ul li {
  border-right: 1px solid #5f5f5f;
  padding: 0 16px;
}
html.with-fluid-typography .footer-center ul li {
  border-right: 0.05rem solid #5f5f5f;
  padding: 0 0.8rem;
}
.footer-center ul li:last-child {
  border-right: none !important;
}
.footer-center ul li a {
  color: #389a73;
  text-decoration: none;
}
.footer-center ul li a:hover {
  text-decoration: underline;
}
.footer-right {
  padding-right: 44px;
}
html.with-fluid-typography .footer-right {
  padding-right: 2.2rem;
}
.footer-right > span {
  text-align: right;
  color: #5f5f5f;
  width: 320px;
  margin-right: 23px;
  font-size: 16px;
  line-height: 24px;
}
html.with-fluid-typography .footer-right > span {
  width: 16rem;
  margin-right: 1.15rem;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.footer-right > img {
  width: 59px;
  height: 53px;
  position: relative;
  top: -5px;
}
html.with-fluid-typography .footer-right > img {
  width: 2.95rem;
  height: 2.65rem;
  top: -0.25rem;
}
.googleplay-button,
.appstore-button {
  text-indent: -9999px;
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 255px;
  height: 75px;
  transition: all 0.2s;
  display: block;
}
.googleplay-button:hover,
.appstore-button:hover {
  filter: contrast(60%) brightness(140%);
}
html.with-fluid-typography {
  --maxScreenUnitless: 1440;
  --maxFontSizeUnitless: 20;
  font-size: calc(
    var(--maxFontSizeUnitless) / var(--maxScreenUnitless) * 100vw
  );
}
@media screen and (min-width: 1440px) {
  html.with-fluid-typography {
    font-size: calc(1px * var(--maxFontSizeUnitless));
  }
}
@media screen and (max-width: 768px) {
  html.with-fluid-typography {
    --maxFontSizeUnitless: 40;
  }
}
@media screen and (max-width: 450px) {
  html.with-fluid-typography {
    --maxFontSizeUnitless: 60;
  }
}
@media (hover: hover) {
  header ul li a:hover {
    color: #389a73;
  }
}
@media (max-width: 1149.98px) {
  html:not(.with-fluid-typography) .footer-right > span {
    width: 170px;
  }
}
@media (max-width: 1023.98px) {
  html:not(.with-fluid-typography) header {
    justify-content: space-between;
  }
  html:not(.with-fluid-typography) header input,
  html:not(.with-fluid-typography) header > span {
    display: block;
  }
  html:not(.with-fluid-typography) header nav {
    flex-grow: initial;
    background: #ffffffe6;
    height: calc(100vh - 68px);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    position: absolute;
    top: 68px;
    left: 100.1%;
  }
  html:not(.with-fluid-typography) header input:checked ~ nav {
    transform: translate(-100%);
  }
  html:not(.with-fluid-typography) header ul {
    -webkit-font-smoothing: antialiased;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    overflow: hidden;
  }
  html:not(.with-fluid-typography) header ul li a {
    height: 48px;
    margin: 10px 30px;
    padding: 0;
    line-height: 48px;
    transition: color 0.3s;
    position: relative;
  }
  html:not(.with-fluid-typography) header ul li a:after {
    content: "";
    will-change: transform;
    background-color: #389a73;
    border-radius: 3px;
    width: 100%;
    height: 4px;
    animation:
      0.15s ease-in forwards scale-out,
      0.15s ease-out 0.15s forwards move-out;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  html:not(.with-fluid-typography) header ul li a.active:after {
    animation:
      0.15s ease-in scale-in,
      0.15s ease-in 0.15s forwards move-in;
  }
  html:not(.with-fluid-typography) header nav > span {
    display: none;
  }
  html:not(.with-fluid-typography) footer {
    flex-direction: column;
  }
  html:not(.with-fluid-typography) .footer-left {
    padding: 30px 0;
  }
  html:not(.with-fluid-typography) .footer-right {
    flex-direction: column;
    padding: 30px 0 60px;
  }
  html:not(.with-fluid-typography) .footer-right > span {
    text-align: center;
    width: auto;
    margin: 0 0 30px;
  }
}
@media (hover: hover) and (max-width: 1023.98px) {
  html:not(.with-fluid-typography) header ul li a:hover:after {
    animation:
      0.15s ease-out scale-in,
      0.15s ease-out 0.15s forwards move-in;
  }
}
@media (min-width: 1025px) {
  html:not(.with-fluid-typography) header ul li a:after {
    content: none;
  }
}
@media (max-width: 575.98px) {
  html:not(.with-fluid-typography) header > a {
    width: 110px;
    height: 32.5px;
    margin: 15px 0 0 22px;
  }
  html:not(.with-fluid-typography) header input {
    width: 68px;
    height: 68px;
    top: 0;
    right: 0;
  }
  html:not(.with-fluid-typography) header > span {
    border-radius: 2px;
    width: 24px;
    height: 2.5px;
    top: 33px;
    right: 23px;
  }
  html:not(.with-fluid-typography) header > span:first-of-type {
    top: 25px;
  }
  html:not(.with-fluid-typography) header > span:nth-of-type(3) {
    top: 41px;
  }
  html:not(.with-fluid-typography) header input:checked ~ span:first-of-type {
    transform: translateY(8px) rotate(45deg);
  }
  html:not(.with-fluid-typography) header input:checked ~ span:nth-of-type(2) {
    transform-origin: 1.25px;
    opacity: 0;
    transform: scaleX(0.2);
  }
  html:not(.with-fluid-typography) header input:checked ~ span:nth-of-type(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  html:not(.with-fluid-typography) header nav {
    top: 68px;
  }
  html:not(.with-fluid-typography) .footer-center ul {
    font-size: 16px;
    line-height: 16px;
  }
  html:not(.with-fluid-typography) .footer-center ul li {
    padding: 0 8px;
  }
  html:not(.with-fluid-typography) .footer-right > span {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  html.with-fluid-typography header {
    justify-content: space-between;
  }
  html.with-fluid-typography header input,
  html.with-fluid-typography header > span {
    display: block;
  }
  html.with-fluid-typography header nav {
    flex-grow: initial;
    background: #ffffffe6;
    height: calc(100vh - 3.4rem);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    position: absolute;
    top: 3.4rem;
    left: 100.1%;
  }
  html.with-fluid-typography header input:checked ~ nav {
    transform: translate(-100%);
  }
  html.with-fluid-typography header ul {
    -webkit-font-smoothing: antialiased;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    overflow: hidden;
  }
  html.with-fluid-typography header ul li a {
    height: 2.4rem;
    margin: 0.5rem 1.5rem;
    padding: 0;
    line-height: 2.4rem;
    position: relative;
  }
  html.with-fluid-typography header ul li a:after {
    content: "";
    will-change: transform;
    background-color: #389a73;
    border-radius: 0.15rem;
    width: 100%;
    height: 0.2rem;
    animation:
      0.15s ease-in forwards scale-out,
      0.15s ease-in 0.15s forwards move-out;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  html.with-fluid-typography header ul li a.active:after {
    animation:
      0.15s ease-in forwards scale-in,
      0.15s ease-in 0.15s forwards move-in;
  }
  html.with-fluid-typography header nav > span {
    display: none;
  }
  html.with-fluid-typography footer {
    flex-direction: column;
  }
  html.with-fluid-typography .footer-left {
    padding: 1.5rem 0;
  }
  html.with-fluid-typography .footer-right {
    flex-direction: column;
    padding: 1.5rem 0 3rem;
  }
  html.with-fluid-typography .footer-right > span {
    text-align: center;
    width: auto;
    margin: 0 0 1.5rem;
  }
}
@media (hover: hover) and (max-width: 768px) {
  html.with-fluid-typography header ul li a:hover:after {
    animation:
      0.15s ease-in forwards scale-in,
      0.15s ease-in 0.15s forwards move-in;
  }
}
@media (min-width: 769px) {
  html.with-fluid-typography header ul li a:after {
    content: none;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@keyframes scale-in {
  0% {
    transform-origin: 0 100%;
    left: -30px;
    transform: scaleX(0);
  }
  to {
    transform-origin: 0 100%;
    left: -30px;
    transform: scaleX(1.15);
  }
}
@keyframes scale-out {
  0% {
    transform-origin: 0 100%;
    left: 0;
    transform: scaleX(1);
  }
  to {
    transform-origin: 0 100%;
    left: 0;
    transform: scaleX(1.3);
  }
}
@keyframes move-in {
  0% {
    transform-origin: 0 100%;
    left: -30px;
    transform: scaleX(1.15);
  }
  to {
    transform-origin: 0 100%;
    left: 0;
    transform: scaleX(1);
  }
}
@keyframes move-out {
  to {
    left: 130%;
  }
}
