@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("/new/fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("/new/fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

body {
  padding: 0;
  margin: 0;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 12px;
  background: #292929;
}

a {
  text-decoration: none;
  color: #00F000;
}

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

button {
  cursor: pointer;
}

button:focus {
  outline: none !important;
}

button.process {
  background-image: url(/assets/img/preloader_dots.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10%;
}

.fly {
  opacity: 0;
  transition: all 600ms ease-in-out;
  transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
}

.show-block {
  opacity: 1;
  transform: translateY(0) scale(1) translate3d(0, 0, 0);
}

input {
  border: none;
}

input:focus {
  outline: none !important;
}

input.form-control {
  width: 100%;
  height: 50px;
  outline: none;
  border: 0;
  border: none;
  color: #1D1D1D;
  background: #fff;
  border-radius: 7px;
  font-family: "RobotoCondensed-Regular", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}

input.form-control.error {
  border: 1px solid red;
}

input.form-control.error::-moz-placeholder {
  color: red;
}

input.form-control.error::placeholder {
  color: red;
}

input::-moz-placeholder {
  color: #004646;
  opacity: 0.8;
}

input::placeholder {
  color: #004646;
  opacity: 0.8;
}

input:-ms-input-placeholder {
  color: #004646;
  opacity: 0.8;
}

input::-ms-input-placeholder {
  color: #004646;
  opacity: 0.8;
}

input:focus {
  box-shadow: none;
  border: none;
  background-color: #fff;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus::placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder {
  opacity: 0;
}

.reveal-overlay {
  position: absolute !important;
}

.date-select .popup {
  width: 290px;
  height: 140px;
  left: -195px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background: #242529;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px;
}

.date-select .tip {
  right: 12px;
  left: auto;
}

.date-select .select {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  text-align: center;
}

.date-select .select span.num {
  font-size: 27px;
  line-height: 37px;
}

.date-select .select .btn-arrow {
  cursor: pointer;
}

.date-select .select .btn-arrow .icon:before {
  content: none;
}

.date-select .buttons {
  margin: 0;
  width: 72px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.date-select .buttons a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FAFCFA;
  text-decoration: none;
  cursor: pointer;
}

.date-select .buttons a i:before {
  position: relative;
  width: auto;
  height: auto;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "RobotoCondensed-Bold", sans-serif;
  height: 50px;
  font-size: 20px;
  padding: 0 20px;
  text-decoration: none;
  box-sizing: border-box;
  border: 0;
  letter-spacing: 0.625px;
  border-radius: 7px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn.green {
  background: linear-gradient(180deg, #00F000 0%, #00B400 100%);
  color: #1D1D1D;
}

.btn.darker,
.btn[disabled] {
  background: linear-gradient(180deg, #003C3C 1.26%, #002828 100%);
  color: #2F7570;
}

.btn.grey {
  background-color: #294754;
  color: #00F000;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.570367));
}

.btn.btn-primary,
.btn.btn-default {
  height: auto;
  padding: 15px 25px;
}

.btn.btn-primary {
  background: #99F475;
  color: #000;
}

.btn.btn-primary[disabled] {
  color: #fff;
  background: #5C5C5C;
}

.btn.btn-default {
  color: #fff;
  background-color: #242529;
}

.btn.btn-rounded {
  border-radius: 25px;
}

.btn.btn-long {
  padding-right: 120px;
  padding-left: 120px;
}

.btn:hover,
.btn:focus,
.btn:active {
  color: initial;
}

.btn .preloader {
  width: auto;
  height: 50%;
}

.btn.btn-primary,
.btn.btn-default {
  height: auto;
  padding: 15px 25px;
}

.btn.btn-primary {
  background-color: #99F475;
  color: #000;
}

.btn.btn-default {
  color: #fff;
  background-color: #242529;
}

.btn.btn-rounded {
  border-radius: 25px;
}

.btn.btn-long {
  padding-right: 120px;
  padding-left: 120px;
}

a.btn-primary {
  color: #000;
}

.checkbox-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
}

.checkbox-label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.checkbox-label .input-title {
  padding-left: 28px;
  box-sizing: border-box;
  color: #FAFCFA;
  font-size: 12px;
}

.checkbox-label .input-title span {
  font-weight: normal;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 18px;
  width: 18px;
  margin: 0;
}

.checkbox-label .checkbox-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 18px;
  width: 18px;
  background-color: transparent;
  transition: background 0.3s ease-out, opacity 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out, opacity 0.3s ease-out;
  -moz-transition: background 0.3s ease-out, opacity 0.3s ease-out;
  -ms-transition: background 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: background 0.3s ease-out, opacity 0.3s ease-out;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
}

.checkbox-label input:checked ~ .checkbox-custom {
  background-color: #00F000;
  border-radius: 4px;
  border: none;
  transform: rotate(0deg) scale(1);
  opacity: 1;
}

.checkbox-label .checkbox-custom::after {
  position: absolute;
  content: "";
  left: 9px;
  top: 9px;
  height: 0px;
  width: 0px;
  border-radius: 5px;
  border: 1px solid #00F000;
  border-width: 0 3px 3px 0;
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: transform 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.checkbox-label input:checked ~ .checkbox-custom::after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 7px;
  top: 5px;
  width: 3px;
  height: 5px;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

.checkbox-label .checkbox-custom::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  width: 0px;
  height: 0px;
  border-radius: 2px;
  border: 1px solid #C1C1C1;
  transform: scale(0);
}

.checkbox-label input:checked ~ .checkbox-custom::before {
  left: 4px;
  top: 4px;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  transform: scale(3);
  opacity: 0;
  z-index: 999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.socials {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.socials li {
  position: relative;
  width: 49px;
  height: 49px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.content-wrapper {
  overflow: hidden;
}

.cookies-bar {
  font-size: 12px;
  line-height: 14px;
  padding: 8px 15px;
  color: #FAFCFA;
  box-sizing: border-box;
}

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

.cookies-bar .row .btn {
  height: 30px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 30px;
  margin-left: 20px;
}

footer {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.91) 60.94%, #276874 100%);
  box-sizing: border-box;
  padding-bottom: 5px;
}

footer.app {
  height: 100vh;
}

footer.app .footer-inner .column {
  margin-bottom: 0;
}

footer.app .footer-inner .column ul li {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}

footer.app .footer-inner .column ul li a {
  text-transform: uppercase;
  color: #99F475;
  cursor: pointer;
}

footer.app .footer-inner .column ul li a:hover {
  color: #FAFCFA;
}

footer .footer-copyrights {
  margin-top: 50px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

footer .footer-copyrights-payment {
  margin-top: 10px;
}

footer .footer-copyrights-text {
  white-space: nowrap;
}

footer .footer-inner {
  padding: 50px 58px 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}

footer .column {
  margin-bottom: 45px;
}

footer .column:last-child,
footer .column.first {
  margin-bottom: 0;
}

footer .column .logo {
  margin-bottom: 52px;
  width: 100%;
  max-width: 252px;
}

footer .column .logo img {
  display: block;
  width: 100%;
}

footer .column .title {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #99F475;
  margin-bottom: 20px;
}

footer .column ul li {
  font-size: 14px;
  line-height: 22px;
}

footer .column ul li a {
  color: #FAFCFA;
  cursor: pointer;
}

footer .column ul li a:hover {
  color: #99F475;
}

footer .column .socials {
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

footer .column .socials li {
  margin: 0 28px 0 0;
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

footer .column .socials li:last-child {
  margin-right: 0;
}

footer .footer-billing-info {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

footer .footer-billing-info .address {
  font-size: 14px;
  line-height: 28px;
  color: #FAFCFA;
  width: 100%;
  float: left;
}

footer .footer-billing-info .logo {
  margin-top: 5px;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 375px) {
  body {
    font-size: 14px;
  }

  .checkbox-label .input-title {
    font-size: 14px;
  }

  footer .footer-inner .column .title {
    font-size: 16px;
  }

  footer .footer-inner .column ul li {
    font-size: 16px;
  }

  footer .footer-billing-info .address {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }

  .checkbox-label .input-title {
    font-size: 18px;
  }

  .cookies-bar {
    text-align: left;
    padding: 1vh 4.79vw 1vh 5.96vw;
  }

  .cookies-bar .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
  }

  .cookies-bar button {
    margin-top: 0;
    margin-left: 30px;
    padding: 0 20px;
  }

  footer {
    padding-bottom: 5px;
  }

  footer.app .footer-inner .column {
    width: 100%;
  }

  footer .footer-copyrights {
    margin-top: 30px;
  }

  footer .footer-inner {
    padding: 60px 58px 0;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  footer .footer-inner .column {
    width: 50%;
  }

  footer .footer-inner .column.first {
    width: 100%;
  }

  footer .footer-inner .column .title {
    font-size: 20px;
  }

  footer .footer-inner .column ul li {
    font-size: 20px;
    line-height: 28px;
  }

  footer .footer-billing-info .address {
    font-size: 20px;
  }
}

@media only screen and (max-width: 926px) and (min-aspect-ratio: 4/3) and (orientation: landscape) {
  input.form-control {
    width: 49%;
    margin-bottom: 0;
    height: 12vh;
    line-height: 12vh;
    border-radius: 2.3vh;
    padding: 0 3vh;
    letter-spacing: 0.15vh;
  }

  .btn {
    width: auto;
    padding: 0 8vh;
    font-size: 5vh;
    letter-spacing: 0.2vh;
    height: 11vh;
    line-height: 11vh;
  }

  footer {
    padding-bottom: 5px;
  }

  footer .footer-inner {
    padding: 40px 20px 0;
    flex-flow: row nowrap;
  }

  footer .footer-inner .column {
    width: 19%;
    margin-bottom: 0;
  }

  footer .footer-inner .column.first {
    width: 24%;
  }

  footer .footer-inner .column .logo {
    margin-bottom: 0;
    max-width: 33vh;
  }

  footer .footer-inner .column .title {
    padding-top: 0.9vh;
    margin-bottom: 2vh;
    font-size: 4vh;
    line-height: 4.5vh;
  }

  footer .footer-inner .column ul li {
    font-size: 3.5vh;
    line-height: 5vh;
  }

  footer .footer-inner .column .socials li {
    width: 6vh;
    height: 6vh;
    border-radius: 1.4vh;
    margin: 0 4vh 0 0;
  }

  footer .footer-inner .column .socials li i {
    background-size: 3.5vh 3.5vh;
  }

  footer .footer-billing-info .address {
    font-size: 3.5vh;
    line-height: 5vh;
    float: none;
  }

  footer .footer-billing-info .logo {
    float: none;
  }
}

@media only screen and (min-width: 1024px) and (orientation: portrait) {
  .cookies-bar {
    font-size: inherit;
    padding: 1vh 4.79vw 1vh 5.96vw;
  }

  .cookies-bar .row {
    justify-content: center;
  }

  .cookies-bar button {
    font-size: inherit;
    padding: 0 2vh;
  }

  .checkbox-label {
    font-size: 2.4vh;
    line-height: 2.4vh;
  }

  .checkbox-label .input-title {
    padding-left: 2.6vh;
    font-size: 1.81vh;
    line-height: 1.81vh;
  }

  .checkbox-label .checkbox {
    height: 1.6vh;
    width: 1.6vh;
  }

  .checkbox-label .checkbox-custom {
    height: 1.6vh;
    width: 1.7vh;
    border-radius: 0.4vh;
  }

  .checkbox-label input:checked ~ .checkbox-custom {
    border-radius: 0.4vh;
  }

  .checkbox-label input:checked ~ .checkbox-custom:before {
    left: 0.3vh;
    top: 0.4vh;
    height: 0.5vh;
    width: 0.5vh;
    border-radius: 0.4vh;
  }

  .checkbox-label input:checked ~ .checkbox-custom:after {
    left: 0.64vh;
    top: 0.23vh;
    width: 0.2vh;
    height: 0.6vh;
    border: 0.2vh solid #fff;
    border-width: 0 0.3vh 0.3vh 0;
  }

  .socials li {
    width: 4.79vw;
    height: 4.79vw;
    border-radius: 0.8vw;
    margin-bottom: 3vw;
  }

  footer {
    background: black;
  }

  footer.app {
    background: #294754;
    height: 20vh;
  }

  footer.app .footer-inner {
    flex-flow: row nowrap;
  }

  footer.app .footer-inner .column {
    width: 20%;
  }

  footer.app .footer-inner .column.first {
    width: auto;
  }

  footer .footer-billing-info .address,
  footer .footer-billing-info .logo {
    width: unset;
  }
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
  body {
    font-size: 1.81vh;
  }

  .cookies-bar {
    font-size: inherit;
    padding: 1vh 4.79vw 1vh 5.96vw;
  }

  .cookies-bar .row {
    justify-content: center;
  }

  .cookies-bar button {
    font-size: inherit;
    padding: 0 2vh;
  }

  .checkbox-label {
    font-size: 2.4vh;
    line-height: 2.4vh;
  }

  .checkbox-label .input-title {
    padding-left: 2.6vh;
    font-size: 1.81vh;
    line-height: 1.81vh;
  }

  .checkbox-label .checkbox-custom {
    height: 1.6vh;
    width: 1.6vh;
    border-radius: 0.4vh;
  }

  .checkbox-label input:checked ~ .checkbox-custom {
    border-radius: 0.4vh;
  }

  .checkbox-label input:checked ~ .checkbox-custom:before {
    left: 0.3vh;
    top: 0.4vh;
    height: 0.5vh;
    width: 0.5vh;
    border-radius: 0.4vh;
  }

  .checkbox-label input:checked ~ .checkbox-custom:after {
    left: 0.64vh;
    top: 0.23vh;
    width: 0.2vh;
    height: 0.6vh;
    border: 0.2vh solid #fff;
    border-width: 0 0.3vh 0.3vh 0;
  }

  .socials li {
    width: 4.79vw;
    height: 4.79vw;
    border-radius: 0.8vw;
    margin-bottom: 3vw;
  }

  footer {
    padding-bottom: 5px;
  }

  footer.app {
    height: 30vh;
  }

  footer.app .footer-inner {
    flex-flow: row nowrap;
  }

  footer.app .footer-inner .column {
    width: 20%;
  }

  footer.app .footer-inner .column.first {
    width: auto;
  }

  footer .footer-inner {
    padding: 51px 60px 0;
  }

  footer .footer-inner .column {
    width: 14.2%;
    margin-bottom: 0;
  }

  footer .footer-inner .column.first {
    width: 30%;
  }

  footer .footer-inner .column .logo {
    margin-bottom: 0;
    max-width: 24.7vh;
  }

  footer .footer-inner .column .title {
    padding-top: 0.9vh;
    margin-bottom: 2vh;
  }

  footer .footer-inner .column ul li {
    font-size: 2vh;
    line-height: 2.8vh;
  }

  footer .footer-inner .column .socials li {
    width: 3vh;
    height: 3vh;
    border-radius: 0.7vh;
  }

  footer .footer-billing-info .address {
    font-size: 2vh;
    line-height: 2.8vh;
    width: unset;
    float: unset;
  }

  footer .footer-billing-info .logo {
    width: unset;
    float: unset;
  }
}

/* Old */

.w-view {
  padding: 0 15px;
}

.navbar-left .b-btn__icon {
  background: transparent;
  border: 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: 10px;
}

.navbar-left .icon-arrow_back-navbar {
  width: 20px;
  height: 30px;
  fill: white;
}

.b-navbar .text {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
}

.w-pages {
  color: #fff;
}

section#bump {
  position: relative;
  background-image: url(/new/img/backgrounds/bump-background-desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

section#bump .bump-wrapper .bump-inner .bump-inner-app {
  text-align: center;
}

section#bump .bump-wrapper .bump-inner .bump-inner-app h1 {
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0.9375px;
  font-family: "RobotoSlab", serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0;
}

section#bump .bump-wrapper .bump-inner .bump-inner-app .appstore-logo {
  display: flex;
  flex-flow: column;
  margin-bottom: 20px;
}

section#bump .bump-wrapper .bump-inner .bump-inner-app .appstore-logo a:first-child {
  margin-bottom: 40px;
}

section#bump .bump-wrapper .bump-inner .bump-inner-app .appstore-logo a img {
  height: auto;
  width: 100%;
  max-width: 70%;
}

section#bump .bump-wrapper .bump-inner .bump-inner-app .logo {
  margin-bottom: 120px;
}

section#bump .bump-wrapper .bump-inner .bump-inner-app .logo a {
  display: block;
}

section#bump .bump-wrapper .bump-inner .bump-inner-app .logo a img {
  max-width: 70%;
}

section#bump .bump-wrapper .bump-inner .bump-inner-app .logo-title {
  font-size: 36px;
  color: #fff;
  font-family: "Outfit", sans-serif;
}

section#bump .bump-wrapper .bump-inner .bump-inner-app .logo-title span {
  margin-left: -15px;
}

@media only screen and (min-width: 376px) {
  section#bump {
    position: relative;
    background-image: url(/new/img/backgrounds/bump-background-desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app {
    text-align: center;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app h1 {
    font-size: 85px;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .appstore-logo {
    margin-bottom: 60px;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .appstore-logo a img {
    max-width: 70%;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .logo {
    margin-bottom: 120px;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .logo a {
    display: block;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .logo a img {
    max-width: 70%;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .logo-title {
    margin-top: 20px;
    font-size: 25px;
    color: #fff;
    font-family: "Outfit", sans-serif;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .logo-title span {
    margin-left: -15px;
  }
}

@media only screen and (min-width: 765px) {
  section#bump .bump-wrapper .bump-inner .bump-inner-app h1 {
    font-size: 140px;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .appstore-logo a img {
    max-width: 30%;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .logo a img {
    max-width: 50%;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .logo-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  section#bump .bump-wrapper .bump-inner .bump-inner-app h1 {
    font-size: 170px;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .appstore-logo {
    display: block;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .appstore-logo a {
    margin-right: 40px;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .logo {
    margin-bottom: 180px;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .logo a img {
    max-width: 50%;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .logo-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1050px) {
  section#bump .bump-wrapper .bump-inner .bump-inner-app h1 {
    font-size: 150px;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .appstore-logo a {
    margin-right: 40px;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .appstore-logo a img {
    max-height: 75px;
    max-width: 250px;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .logo {
    margin-bottom: 100px;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .logo a {
    margin-bottom: 10px;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .logo a img {
    max-width: 450px;
  }

  section#bump .bump-wrapper .bump-inner .bump-inner-app .logo-title {
    font-size: 45px;
  }
}

@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("/new/fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("/new/fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.pulsate-fwd {
  animation: pulsate-fwd 0.5s ease-in-out 1.2s both;
}

@keyframes pulsate-fwd {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.barebuddy.cookies-bar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #242529;
  z-index: 2;
}

input[type=text].dark,
input.form-control.dark {
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #242529;
  -webkit-box-shadow: 0 0 0 50px #242529 inset;
}

input[type=text].dark:-webkit-autofill,
input[type=text].dark:-webkit-autofill:hover,
input[type=text].dark:-webkit-autofill:focus,
input[type=text].dark:-webkit-autofill:active,
input.form-control.dark:-webkit-autofill,
input.form-control.dark:-webkit-autofill:hover,
input.form-control.dark:-webkit-autofill:focus,
input.form-control.dark:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  background-color: #242529;
}

input[type=text].dark::-moz-placeholder, input.form-control.dark::-moz-placeholder {
  color: #9D9D9D;
}

input[type=text].dark::placeholder,
input.form-control.dark::placeholder {
  color: #9D9D9D;
}

input[type=text].dark[data-autocompleted],
input.form-control.dark[data-autocompleted] {
  background-color: #242529;
}

input[type=text].is-invalid-input,
input.form-control.is-invalid-input {
  border: 1px solid #DA344F;
}

section#hero {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7)), url(/main/img/backgrounds/buddy-mobile.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

section#hero.app {
  font-family: "Outfit", sans-serif;
}

section#hero.app .hero-wrapper .hero-inner {
  padding: 0;
}

section#hero.app .hero-wrapper .hero-inner .hero-inner-app {
  height: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  transition: 0.4s;
  padding: 15vh 40px 0;
}

section#hero.app .hero-wrapper .hero-inner .hero-inner-app.login-opened {
  padding: 2vh 40px 0;
}

section#hero.app .hero-wrapper .hero-inner .hero-inner-app.login-opened .logo {
  margin-bottom: 30px;
}

section#hero.app .hero-wrapper .hero-inner .hero-inner-app .shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section#hero.app .hero-wrapper .hero-inner .hero-inner-app .onboard_buttons {
  position: relative;
  bottom: auto;
  width: 100%;
  left: 0;
  transform: none;
}

section#hero.app .hero-wrapper .hero-inner .hero-inner-app .login {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}

section#hero.app .hero-wrapper .hero-inner .hero-inner-app .logo {
  margin: 0 auto 80px;
  width: 100%;
}

section#hero.app .hero-wrapper .hero-inner .hero-inner-app .logo-title {
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}

section#hero.app .hero-wrapper .hero-inner .hero-inner-app .logo img {
  max-height: 80px;
}

section#hero.app .hero-wrapper .hero-inner .hero-inner-app .logo a {
  display: flex;
  justify-content: center;
}

section#hero.app .hero-wrapper .hero-inner .hero-inner-app .logo,
section#hero.app .hero-wrapper .hero-inner .hero-inner-app .hero-title,
section#hero.app .hero-wrapper .hero-inner .hero-inner-app .descr {
  position: relative;
  z-index: 1;
}

section#hero.app .hero-wrapper .hero-inner .hero-inner-app .privacy-policy-description {
  color: #fff;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 25px;
  text-align: center;
}

section#hero.app .hero-wrapper .hero-inner .hero-inner-app .privacy-policy-description .links a {
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
}

section#hero.app .hero-wrapper .hero-inner .hero-inner-app .privacy-policy-description .eighteen_years {
  font-weight: 600;
}

section#hero.app .hero-wrapper .hero-inner .section-wrapper {
  background-color: #162328;
}

section#hero.app .hero-wrapper .hero-inner .section-wrapper .section-info {
  justify-content: flex-start;
  padding: 40px 20px 80px;
}

section#hero.app .hero-wrapper .hero-inner .section-wrapper .section-info .descr {
  display: block;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0.5625px;
  margin: 0;
}

section#hero .hero-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

section#hero .hero-wrapper .hero-inner {
  height: 100vh;
  max-height: -webkit-fill-available;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
}

section#hero .hero-wrapper .hero-inner .checkbox-label input:checked ~ .checkbox-custom {
  background-color: #99F475;
}

section#hero .hero-wrapper .hero-inner .forgot-pass {
  color: #fff;
  margin-right: 15px;
  font-size: 16px;
}

section#hero .hero-wrapper .hero-inner .visa-mastercard {
  display: none;
}

section#hero .hero-wrapper .hero-inner .footer-menu {
  justify-content: space-around;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

section#hero .hero-wrapper .hero-inner .footer-menu-block {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}

section#hero .hero-wrapper .hero-inner .footer-menu-block a {
  color: #9D9D9D;
  text-decoration: none;
  margin-bottom: 8px;
}

section#hero .hero-wrapper .hero-inner .footer-menu-block a:last-child {
  margin-bottom: 0;
}

section#hero .hero-wrapper .hero-inner .onboard_buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 90px;
}

section#hero .hero-wrapper .hero-inner .onboard_buttons button {
  align-self: center;
}

section#hero .hero-wrapper .hero-inner .onboard_buttons button.button-create-account {
  padding: 15px 80px;
  margin-bottom: 1vh;
  height: 53px;
}

section#hero .hero-wrapper .hero-inner .onboard_buttons button.button-login {
  padding: 10px 40px;
}

section#hero .hero-wrapper .hero-inner .languages,
section#hero .hero-wrapper .hero-inner .socials-box,
section#hero .hero-wrapper .hero-inner .stores {
  display: none;
}

section#hero .hero-wrapper .hero-inner .logo {
  width: 176px;
  margin: 10vh auto;
}

section#hero .hero-wrapper .hero-inner .logo a {
  display: block;
}

section#hero .hero-wrapper .hero-inner .logo img {
  display: block;
  width: 100%;
}

section#hero .hero-wrapper .hero-inner .descr {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 800;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1vh;
  text-align: center;
  margin-top: 15px;
}

section#hero .hero-wrapper .hero-inner .hero-title {
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0.9375px;
  font-family: "RobotoSlab", serif;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin: 0;
}

section#hero .hero-wrapper .hero-inner .login {
  padding: 0 20px;
  width: 333px;
  margin: 0 auto 40px auto;
}

section#hero .hero-wrapper .hero-inner .login form {
  display: flex;
  flex-flow: column nowrap;
}

section#hero .hero-wrapper .hero-inner .login button {
  width: 100%;
  margin-top: 10px;
  position: relative;
  z-index: 2;
  height: 50px;
}

section#hero .hero-wrapper .hero-inner .login .form-footer {
  margin: 30px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

section#hero .hero-wrapper .hero-inner .login .form-footer .checkbox-container {
  margin-bottom: 0;
}

section#hero .hero-wrapper .hero-inner .login .form-footer a {
  cursor: pointer;
}

section#hero .hero-wrapper .hero-inner .login .join-box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

section#hero .hero-wrapper .hero-inner .login .join-box .title {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 20px;
  color: #FAFCFA;
  margin-left: 15px;
}

section#hero .hero-wrapper .hero-inner .login .join-box .btn {
  font-size: 15px;
  cursor: pointer;
}

section#hero .hero-wrapper .hero-inner .load-more {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 22px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

section#hero .hero-wrapper .hero-inner .load-more .down {
  position: relative;
}

section#hero .hero-wrapper .hero-inner .load-more .down a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.form-error {
  margin: 8px 0 4px;
  line-height: normal;
  padding-left: 10px;
  color: #ff7e6a;
  display: block;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/main/img/icons/close.svg);
  cursor: pointer;
}

.secondary-menu {
  display: flex;
  align-items: center;
}

.secondary-menu .secondary-menu-body.register {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

section.onboarding,
section.modal {
  width: 100vw;
  height: 100vh;
  background: #161A1B;
}

section.onboarding.recover-password .inner .section-body .step .form-footer,
section.modal.recover-password .inner .section-body .step .form-footer {
  text-align: center;
}

section.onboarding.recover-password .inner .section-body .step .form-footer a,
section.modal.recover-password .inner .section-body .step .form-footer a {
  display: inline-block;
  text-decoration: none;
  margin-top: 15px;
  color: #fff;
}

section.onboarding.recover-password .inner .section-body .step .btn,
section.modal.recover-password .inner .section-body .step .btn {
  white-space: nowrap;
}

section.onboarding .inner,
section.modal .inner {
  width: 100%;
  height: 100%;
  max-height: -webkit-fill-available;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px 40px;
  box-sizing: border-box;
}

section.onboarding .inner .section-header,
section.modal .inner .section-header {
  width: 100%;
  height: 56px;
  padding: 16px 8px 0;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

section.onboarding .inner .section-header .back,
section.modal .inner .section-header .back {
  position: absolute;
  top: 7px;
  right: auto;
  height: 100%;
  z-index: 3;
}

section.onboarding .inner .section-header span.title,
section.modal .inner .section-header span.title {
  color: #9D9D9D;
}

section.onboarding .inner .section-header .navigation,
section.modal .inner .section-header .navigation {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}

section.onboarding .inner .section-header .navigation .dot,
section.modal .inner .section-header .navigation .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #D8D8D8;
  margin-right: 13px;
}

section.onboarding .inner .section-header .navigation .dot:last-child,
section.modal .inner .section-header .navigation .dot:last-child {
  margin-right: 0;
}

section.onboarding .inner .section-header .navigation .dot.active,
section.modal .inner .section-header .navigation .dot.active {
  background: #00F000;
}

section.onboarding .inner .section-body,
section.modal .inner .section-body {
  width: 100%;
  height: 100%;
  max-height: -webkit-fill-available;
  padding-top: 90px;
  box-sizing: border-box;
}

section.onboarding .inner .section-body .step,
section.modal .inner .section-body .step {
  width: 100%;
  max-width: 332px;
  margin: 0 auto;
  height: inherit;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}

section.onboarding .inner .section-body .step#message_sent .headline,
section.modal .inner .section-body .step#message_sent .headline {
  max-width: 400px;
}

section.onboarding .inner .section-body .step#message_sent #button-home,
section.modal .inner .section-body .step#message_sent #button-home {
  color: #000;
  background: #fff;
  margin-top: 15px;
  max-width: 140px;
}

section.onboarding .inner .section-body .step#message_sent .text-center,
section.modal .inner .section-body .step#message_sent .text-center {
  text-align: center;
}

section.onboarding .inner .section-body .step#message_sent .text-center > span,
section.modal .inner .section-body .step#message_sent .text-center > span {
  font-size: 16px;
  text-decoration: underline;
  color: #fff;
}

section.onboarding .inner .section-body .step#message_sent ul,
section.modal .inner .section-body .step#message_sent ul {
  font-size: 16px;
  color: #fff;
}

section.onboarding .inner .section-body .step#message_sent ul li span,
section.modal .inner .section-body .step#message_sent ul li span {
  position: relative;
}

section.onboarding .inner .section-body .step#message_sent ul li span:before,
section.modal .inner .section-body .step#message_sent ul li span:before {
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 3px;
  background: #fff;
  height: 3px;
}

section.onboarding .inner .section-body .step#recover__form .headline,
section.modal .inner .section-body .step#recover__form .headline {
  margin-top: 50px;
}

section.onboarding .inner .section-body .step#recover__form .form-enter-code,
section.modal .inner .section-body .step#recover__form .form-enter-code {
  width: 100%;
}

section.onboarding .inner .section-body .step#recover__form .form-enter-code .headline,
section.modal .inner .section-body .step#recover__form .form-enter-code .headline {
  margin-top: 0;
}

section.onboarding .inner .section-body .step#recover__form .form-enter-code .row,
section.modal .inner .section-body .step#recover__form .form-enter-code .row {
  display: flex;
  align-items: center;
}

section.onboarding .inner .section-body .step#recover__form .form-enter-code .row label,
section.modal .inner .section-body .step#recover__form .form-enter-code .row label {
  width: 100%;
  margin-right: 20px;
}

section.onboarding .inner .section-body .step#recover__form .form-enter-code .row button,
section.modal .inner .section-body .step#recover__form .form-enter-code .row button {
  background: #fff;
  width: auto;
  align-self: start;
  margin-top: 8px;
}

section.onboarding .inner .section-body .step#recover__form .form-enter-code .row button[disabled],
section.modal .inner .section-body .step#recover__form .form-enter-code .row button[disabled] {
  background: #5C5C5C;
}

section.onboarding .inner .section-body .step .handle-success,
section.onboarding .inner .section-body .step .password-success,
section.modal .inner .section-body .step .handle-success,
section.modal .inner .section-body .step .password-success {
  position: relative;
  padding-left: 25px;
  text-align: left;
  margin-top: 5px;
}

section.onboarding .inner .section-body .step .handle-success:before,
section.onboarding .inner .section-body .step .password-success:before,
section.modal .inner .section-body .step .handle-success:before,
section.modal .inner .section-body .step .password-success:before {
  content: "";
  background: url(/main/img/icons/green-checkmark.svg);
  width: 19px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 2px;
}

section.onboarding .inner .section-body .step .password-container,
section.modal .inner .section-body .step .password-container {
  position: relative;
}

section.onboarding .inner .section-body .step .password-container .hide-password,
section.modal .inner .section-body .step .password-container .hide-password {
  cursor: pointer;
  background: url(/main/img/icons/eye_password_show.svg);
  position: absolute;
  width: 24px;
  height: 18px;
  top: 22px;
  right: 20px;
}

section.onboarding .inner .section-body .step .password-container .hide-password.show,
section.modal .inner .section-body .step .password-container .hide-password.show {
  top: 20px;
  width: 22px;
  height: 20px;
  background: url(/main/img/icons/eye_password.svg);
}

section.onboarding .inner .section-body .step .handdle-suggestions p,
section.modal .inner .section-body .step .handdle-suggestions p {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  text-align: center;
}

section.onboarding .inner .section-body .step .handdle-suggestions .items,
section.modal .inner .section-body .step .handdle-suggestions .items {
  display: flex;
  justify-content: space-evenly;
}

section.onboarding .inner .section-body .step .handdle-suggestions .items .item,
section.modal .inner .section-body .step .handdle-suggestions .items .item {
  cursor: pointer;
  background-color: #9D9D9D;
  padding: 5px 10px;
  border-radius: 15px;
}

section.onboarding .inner .section-body .step .headline,
section.modal .inner .section-body .step .headline {
  color: #FAFCFA;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 30px;
  align-self: flex-start;
  max-width: 285px;
  margin-left: auto;
  margin-right: auto;
}

section.onboarding .inner .section-body .step .slim,
section.modal .inner .section-body .step .slim {
  width: 280px;
}

section.onboarding .inner .section-body .step label,
section.modal .inner .section-body .step label {
  display: block;
}

section.onboarding .inner .section-body .step label.registration-handle,
section.modal .inner .section-body .step label.registration-handle {
  position: relative;
}

section.onboarding .inner .section-body .step label.registration-handle:before,
section.modal .inner .section-body .step label.registration-handle:before {
  content: "@";
  position: absolute;
  left: 10px;
  top: 20px;
  color: #9D9D9D;
}

section.onboarding .inner .section-body .step label.registration-handle input,
section.modal .inner .section-body .step label.registration-handle input {
  padding-left: 25px;
}

section.onboarding .inner .section-body .step input,
section.modal .inner .section-body .step input {
  margin-bottom: 0;
}

section.onboarding .inner .section-body .step #skip-step-button,
section.modal .inner .section-body .step #skip-step-button {
  position: absolute;
  top: 22px;
  right: 50px;
  color: white;
  font-size: 18px;
  text-decoration: none;
}

section.onboarding .inner .section-body .step .input-title,
section.modal .inner .section-body .step .input-title {
  color: #fff;
}

section.onboarding .inner .section-body .step .form-inner,
section.modal .inner .section-body .step .form-inner {
  width: 100%;
}

section.onboarding .inner .section-body .step form.registration-nickname,
section.modal .inner .section-body .step form.registration-nickname {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

section.onboarding .inner .section-body .step .registration,
section.modal .inner .section-body .step .registration {
  height: 59%;
}

section.onboarding .inner .section-body .step .registration form,
section.modal .inner .section-body .step .registration form {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: 100%;
}

section.onboarding .inner .section-body .step .date-container .date-select,
section.modal .inner .section-body .step .date-container .date-select {
  margin: 0 0 0 50px;
}

section.onboarding .inner .section-body .step .date-container .date-select .popup,
section.modal .inner .section-body .step .date-container .date-select .popup {
  width: 275px;
  left: -50px;
  justify-content: space-between;
}

section.onboarding .inner .section-body .step .date-container .date-select .popup .popup-inner,
section.modal .inner .section-body .step .date-container .date-select .popup .popup-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}

section.onboarding .inner .section-body .step .date-container .date-select .popup .popup-inner .close,
section.modal .inner .section-body .step .date-container .date-select .popup .popup-inner .close {
  top: 16px;
  right: 16px;
  z-index: 105;
}

section.onboarding .inner .section-body .step .date-container .date-select .popup .popup-inner .icon,
section.modal .inner .section-body .step .date-container .date-select .popup .popup-inner .icon {
  margin-bottom: 24px;
}

section.onboarding .inner .section-body .step .date-container .date-select .popup .popup-inner p,
section.modal .inner .section-body .step .date-container .date-select .popup .popup-inner p {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

section.onboarding .inner .section-body .step .date-container .date-select .popup .popup-inner .dialog-actions,
section.modal .inner .section-body .step .date-container .date-select .popup .popup-inner .dialog-actions {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

section.onboarding .inner .section-body .step .date-container .date-select .popup .popup-inner .dialog-actions .btn,
section.modal .inner .section-body .step .date-container .date-select .popup .popup-inner .dialog-actions .btn {
  width: auto;
}

section.onboarding .inner .section-body .step .date-container .date-select .popup .popup-inner .title,
section.modal .inner .section-body .step .date-container .date-select .popup .popup-inner .title {
  margin-bottom: 30px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: 1.25px;
  color: #00F000;
  text-align: center;
}

section.onboarding .inner .section-body .step .date-container .date-select .popup .popup-inner .title .title-bottom,
section.modal .inner .section-body .step .date-container .date-select .popup .popup-inner .title .title-bottom {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: initial;
  line-height: initial;
  font-family: "RobotoCondensed-Regular", sans-serif;
  letter-spacing: 0;
}

section.onboarding .inner .section-body .step .date-container .date-select .popup .popup-inner .description,
section.modal .inner .section-body .step .date-container .date-select .popup .popup-inner .description {
  width: 75%;
  font-weight: bold;
  font-size: 18px;
  line-height: 135%;
  text-align: center;
  letter-spacing: 0.625px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

section.onboarding .inner .section-body .step .date-container .date-select .popup .popup-inner .description span.pro,
section.modal .inner .section-body .step .date-container .date-select .popup .popup-inner .description span.pro {
  width: 26px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/main/img/icons/button-pro.svg);
  filter: brightness(100);
  display: inline-block;
  vertical-align: middle;
}

section.onboarding .inner .section-body .step .date-container .date-select .popup .popup-inner .proConfirmAlertButtons,
section.modal .inner .section-body .step .date-container .date-select .popup .popup-inner .proConfirmAlertButtons {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

section.onboarding .inner .section-body .step .date-container .date-select .popup .popup-inner .btn,
section.modal .inner .section-body .step .date-container .date-select .popup .popup-inner .btn {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0;
}

section.onboarding .inner .section-body .step .date-container .date-select .select,
section.modal .inner .section-body .step .date-container .date-select .select {
  text-align: center;
  min-width: 66px;
}

section.onboarding .inner .section-body .step .date-container .date-select .select span.num,
section.onboarding .inner .section-body .step .date-container .date-select .select span.text,
section.modal .inner .section-body .step .date-container .date-select .select span.num,
section.modal .inner .section-body .step .date-container .date-select .select span.text {
  color: #FAFCFA;
}

section.onboarding .inner .section-body .step .date-container .date-select .buttons,
section.modal .inner .section-body .step .date-container .date-select .buttons {
  flex-flow: column nowrap;
  align-items: center;
}

section.onboarding .inner .section-body .step .registration,
section.onboarding .inner .section-body .step .buddyname-data,
section.onboarding .inner .section-body .step .recover,
section.modal .inner .section-body .step .registration,
section.modal .inner .section-body .step .buddyname-data,
section.modal .inner .section-body .step .recover {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

section.onboarding .inner .section-body .step .registration form,
section.onboarding .inner .section-body .step .buddyname-data form,
section.onboarding .inner .section-body .step .recover form,
section.modal .inner .section-body .step .registration form,
section.modal .inner .section-body .step .buddyname-data form,
section.modal .inner .section-body .step .recover form {
  width: 100%;
}

section.onboarding .inner .section-body .step .registration .form-inner,
section.onboarding .inner .section-body .step .buddyname-data .form-inner,
section.onboarding .inner .section-body .step .recover .form-inner,
section.modal .inner .section-body .step .registration .form-inner,
section.modal .inner .section-body .step .buddyname-data .form-inner,
section.modal .inner .section-body .step .recover .form-inner {
  width: 380px;
}

section.onboarding .inner .section-body .step .registration .form-inner label,
section.onboarding .inner .section-body .step .buddyname-data .form-inner label,
section.onboarding .inner .section-body .step .recover .form-inner label,
section.modal .inner .section-body .step .registration .form-inner label,
section.modal .inner .section-body .step .buddyname-data .form-inner label,
section.modal .inner .section-body .step .recover .form-inner label {
  margin-bottom: 15px;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
}

section.onboarding .inner .section-body .step .registration .form-inner label:last-child,
section.onboarding .inner .section-body .step .buddyname-data .form-inner label:last-child,
section.onboarding .inner .section-body .step .recover .form-inner label:last-child,
section.modal .inner .section-body .step .registration .form-inner label:last-child,
section.modal .inner .section-body .step .buddyname-data .form-inner label:last-child,
section.modal .inner .section-body .step .recover .form-inner label:last-child {
  margin-bottom: 0;
}

section.onboarding .inner .section-body .step .registration .form-inner input,
section.onboarding .inner .section-body .step .buddyname-data .form-inner input,
section.onboarding .inner .section-body .step .recover .form-inner input,
section.modal .inner .section-body .step .registration .form-inner input,
section.modal .inner .section-body .step .buddyname-data .form-inner input,
section.modal .inner .section-body .step .recover .form-inner input {
  margin-bottom: 0;
}

section.onboarding .inner .section-body .step form.registration-nickname,
section.modal .inner .section-body .step form.registration-nickname {
  width: 380px;
}

section.onboarding .inner .section-body .step .buddyname-data,
section.modal .inner .section-body .step .buddyname-data {
  align-self: flex-start;
  margin-top: 28px;
  width: 100%;
}

section.onboarding .inner .section-body .step .buddyname-data label.registration-nickname,
section.modal .inner .section-body .step .buddyname-data label.registration-nickname {
  width: 100%;
}

section.onboarding .inner .photo-box,
section.modal .inner .photo-box {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

section.onboarding .inner .photo-box a,
section.modal .inner .photo-box a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

section.onboarding .inner .photo-box span,
section.modal .inner .photo-box span {
  margin-top: 10px;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  letter-spacing: 0.5625px;
}

section.onboarding .inner .photo-upload,
section.modal .inner .photo-upload {
  width: -moz-fit-content;
  width: fit-content;
  margin: 68px auto 0;
}

section.onboarding .inner .photo,
section.modal .inner .photo {
  display: block;
  width: 280px;
  height: 280px;
  margin: 0 auto;
  background: #242529;
  border-radius: 15px;
  position: relative;
}

section.onboarding .inner .photo span,
section.modal .inner .photo span {
  position: absolute;
  bottom: 35px;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  left: 50%;
  transform: translate(-50%);
}

section.onboarding .inner .photo:after,
section.modal .inner .photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  bottom: 40px;
  background-size: 130px 115px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/main/img/icons/upload-photo-white.svg?ver=2);
}

section.onboarding .inner .photo.uploaded,
section.modal .inner .photo.uploaded {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 7px;
  position: relative;
  box-shadow: none;
}

section.onboarding .inner .photo.uploaded:after,
section.modal .inner .photo.uploaded:after {
  content: none;
}

section.onboarding .inner .btn,
section.modal .inner .btn {
  width: 100%;
  align-self: flex-end;
  max-width: 255px;
  margin: 30px auto 0;
  height: 45px;
  min-height: 45px;
}

section.onboarding .inner .btns,
section.modal .inner .btns {
  width: 100%;
  margin-top: 30px;
  align-self: flex-end;
}

section.onboarding .inner .btns .registration-agreement,
section.modal .inner .btns .registration-agreement {
  margin-bottom: 30px;
}

section.onboarding .inner .btns .registration-agreement .checkbox-container,
section.modal .inner .btns .registration-agreement .checkbox-container {
  margin-bottom: 0;
}

section.onboarding .inner .btns .registration-agreement .reg-terms-errors,
section.modal .inner .btns .registration-agreement .reg-terms-errors {
  margin-left: 30px;
}

section.onboarding .inner .btns .btn,
section.modal .inner .btns .btn {
  margin-top: 15px;
}

section.onboarding .inner .btns .btn:first-child,
section.modal .inner .btns .btn:first-child {
  margin-top: 0;
}

section.onboarding .inner .btns .input-title,
section.modal .inner .btns .input-title {
  font-size: 14px;
  line-height: 16px;
  color: #FAFCFA;
}

section.onboarding .inner .btns .input-title a,
section.modal .inner .btns .input-title a {
  text-decoration: none;
  color: #00F000;
}

section.onboarding .inner .buttons,
section.modal .inner .buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 232px;
}

section.onboarding .inner .buttons .button,
section.modal .inner .buttons .button {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  background: none;
}

section.onboarding .inner .buttons .button:hover,
section.modal .inner .buttons .button:hover {
  background: none;
}

section.onboarding .inner .buttons .button .icon,
section.modal .inner .buttons .button .icon {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  background: linear-gradient(180deg, #003C3C 50%, #1D1D1D 116.01%);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  border-radius: 7px;
}

section.onboarding .inner .buttons .button .icon:after,
section.modal .inner .buttons .button .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
}

section.onboarding .inner .buttons .button.discover .icon:after,
section.modal .inner .buttons .button.discover .icon:after {
  background-size: 50px 50px;
  background-image: url(/main/img/icons/discover-shadow.png);
}

section.onboarding .inner .buttons .button.pro .icon:after,
section.modal .inner .buttons .button.pro .icon:after {
  background-size: 50px 55px;
  background-image: url(/main/img/icons/pro-white.png);
}

section.onboarding .inner .buttons .button a,
section.modal .inner .buttons .button a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

section.onboarding .inner .buttons .button .name,
section.modal .inner .buttons .button .name {
  width: 90px;
  margin-top: 10px;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  letter-spacing: 0.5625px;
  text-align: center;
}

section.onboarding .inner .buttons .button .name span.pro,
section.modal .inner .buttons .button .name span.pro {
  display: block;
  width: 90px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/main/img/buddy-pro/pro-text.svg);
}

section.onboarding.step-3 .inner .section-body .step,
section.modal.step-3 .inner .section-body .step {
  flex-flow: row wrap;
}

section.onboarding.step-3 .inner .section-body .headline,
section.modal.step-3 .inner .section-body .headline {
  margin-bottom: 0;
}

section.onboarding.step-3 .inner .section-body .buddyname-data,
section.modal.step-3 .inner .section-body .buddyname-data {
  margin-top: 0;
  width: 100%;
}

section.onboarding.finish .inner,
section.modal.finish .inner {
  height: 100%;
  padding: 60px 40px 40px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

section.onboarding.finish .inner .logo,
section.modal.finish .inner .logo {
  width: 176px;
  margin: 0 auto;
}

section.onboarding.finish .inner .logo a,
section.modal.finish .inner .logo a {
  display: block;
}

section.onboarding.finish .inner .logo img,
section.modal.finish .inner .logo img {
  display: block;
  width: 100%;
}

section.onboarding.finish .inner .section-body,
section.modal.finish .inner .section-body {
  padding: 0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}

section.finish {
  height: auto;
}

section.finish .inner {
  paddding: 0;
}

section.finish .inner .headline {
  color: #fff;
  padding-top: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
}

section.finish .inner .onboard-choice {
  width: 100%;
  margin-top: 20px;
}

section.finish .inner .onboard-choice .item {
  background-color: #242529;
  position: relative;
  cursor: pointer;
  width: auto;
  margin: 0 auto 10px;
  padding-left: 105px;
  min-height: 120px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
}

section.finish .inner .onboard-choice .item:after {
  content: "";
  background: url(/main/img/icons/arrow-right-dark.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 0;
}

section.finish .inner .onboard-choice .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
}

section.finish .inner .onboard-choice .item:nth-child(1):before {
  background: var(--profile-photo);
  background-size: contain;
  border-radius: 70px;
  overflow: hidden;
  width: 65px;
  height: 65px;
  left: 17px;
  top: 33px;
}

section.finish .inner .onboard-choice .item:nth-child(2):before {
  background: url(/main/img/icons/onboard_step_2.svg) left no-repeat;
}

section.finish .inner .onboard-choice .item:nth-child(3):before {
  background: url(/main/img/icons/onboard_step_3.svg) left no-repeat;
}

section.finish .inner .onboard-choice .item .info .name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}

section.finish .inner .onboard-choice .item .info .text-mute {
  padding-top: 5px;
  max-width: 227px;
}

section.select-location {
  width: 100% !important;
}

section.select-location .inner {
  padding: 0;
}

section.select-location .section-body {
  padding-top: 25px !important;
}

section.select-location .section-body .title {
  text-align: center;
  color: #FAFCFA;
  font-size: 24px;
  line-height: 38px;
  padding: 0 10px 0 10px;
}

section.select-location .section-body .options {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 10px 0 10px;
}

section.select-location .section-body .options .item {
  width: 50%;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #242529;
}

section.select-location .section-body .options .item .btn {
  width: 100%;
  min-height: 0;
  background: none;
  color: #9D9D9D;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  max-width: none;
  margin: 0 auto 5px;
}

section.select-location .section-body .options .item .btn.btn-default {
  background-color: #242529;
  color: #99F475;
}

section.select-location .section-body .address-detail {
  color: #fff;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  padding-left: 36px;
  margin-left: 10px;
}

section.select-location .section-body .location:before {
  content: "";
  position: absolute;
  left: 2px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/main/img/icons/geolocate-gray.svg?ver=2);
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}

section.select-location .section-body .map-section {
  position: relative;
}

section.select-location .section-body .map-section .address label {
  display: block;
  position: relative;
  padding: 0 10px 0 10px;
  margin-bottom: 30px;
}

section.select-location .section-body .map-section .address label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/main/img/icons/input_pen.svg?ver=2);
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}

section.select-location .section-body .map-section .address label input {
  padding-right: 40px;
  color: #fff;
  margin-bottom: 0;
}

section.select-location .section-body .map-section .address label input::-moz-placeholder {
  color: #fff;
}

section.select-location .section-body .map-section .address label input::placeholder {
  color: #fff;
}

section.select-location .section-body .map-section .address .map-box .float-button {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  z-index: 1000;
  max-width: 310px;
  margin: 0 auto;
}

section.select-location .section-body .continue-button.map {
  margin-top: -120px;
  position: relative;
  z-index: 999;
}

section.modal .inner .section-body {
  padding: 0;
}

.dialog.error p {
  overflow: scroll;
  max-height: 80vh;
}

.text-mute {
  color: #9D9D9D;
}

@media only screen and (min-width: 375px) {
  section#hero.app .hero-wrapper .hero-inner .hero-inner-app {
    padding: 15vh 40px 0;
  }

  section#hero.app .hero-wrapper .hero-inner .hero-inner-app.login-opened {
    padding: 2vh 40px 0;
  }

  section#hero.app .hero-wrapper .hero-inner .hero-inner-app.login-opened .logo {
    margin-bottom: 30px;
  }

  section#hero.app .hero-wrapper .hero-inner .section-wrapper .section-info {
    padding: 60px 20px 80px;
  }

  section#hero .hero-wrapper .hero-inner .login .join-box .btn {
    font-size: 16px;
  }
}

@media only screen and (min-width: 390px) {
  section#hero.app .hero-wrapper .hero-inner .hero-inner-app {
    padding: 35vh 30px 0;
  }

  section#hero.app .hero-wrapper .hero-inner .hero-inner-app .privacy-policy-description {
    bottom: 45px;
  }

  section#hero.app .hero-wrapper .hero-inner .hero-inner-app.login-opened {
    padding: 10vh 40px 0;
  }

  section#hero.app .hero-wrapper .hero-inner .hero-inner-app.login-opened .logo {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 428px) {
  section#hero.app .hero-wrapper .hero-inner-app .privacy-policy-description {
    font-size: 16px;
  }

  section#hero.app .hero-wrapper .hero-inner .section-wrapper .section-info .descr {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-height: 670px) {
  section#hero .hero-wrapper .hero-inner .hero-title {
    margin: 25vh 0 0;
  }
}

@media only screen and (max-height: 568px) and (orientation: portrait) {
  section#hero .hero-wrapper .hero-inner .hero-title {
    margin: 25vh 0 0;
  }

  section#hero .hero-wrapper .hero-inner .load-more {
    bottom: 15px;
  }
}

@media only screen and (min-width: 800px) {
  .reveal-overlay {
    z-index: 103;
  }

  .reveal-overlay.register-modal,
  .reveal-overlay.recover-password-modal {
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(8.15485px);
            backdrop-filter: blur(8.15485px);
    z-index: 1000;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
  }

  .reveal-overlay.register-modal #recover__form .form-error,
  .reveal-overlay.recover-password-modal #recover__form .form-error {
    font-size: 12px;
  }

  .secondary-menu .secondary-menu-body.register {
    height: 100%;
  }

  section#hero.app .hero-wrapper .hero-inner .hero-inner-app .logo img {
    height: 120px;
    width: 70%;
  }

  section#hero .hero-wrapper .hero-inner .load-more {
    bottom: 6vh;
  }

  section .inner .section-header span.title {
    font-size: 16px;
  }

  section.select-location .section-body .address-detail {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  section.finish .inner .onboard-choice .item {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  section.onboarding,
  section.modal {
    width: 85vw;
    height: 65vh;
  }

  section.onboarding .inner .section-body .continue-button.map,
  section.modal .inner .section-body .continue-button.map {
    margin-top: -85px;
  }

  section.onboarding .inner .section-body .step .headline,
  section.modal .inner .section-body .step .headline {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  section.onboarding .inner .section-body .btn,
  section.modal .inner .section-body .btn {
    font-size: 16px;
  }

  section.onboarding .inner .section-body a,
  section.modal .inner .section-body a {
    font-size: 16px;
  }

  section.onboarding .inner .section-body .input-title,
  section.modal .inner .section-body .input-title {
    font-size: 14px;
  }

  section.onboarding .inner .section-body .input-title a,
  section.modal .inner .section-body .input-title a {
    font-size: 14px;
  }

  section.onboarding .inner .photo-upload,
  section.modal .inner .photo-upload {
    margin: 18px auto 0;
  }

  section.onboarding .inner .photo-upload .photo,
  section.modal .inner .photo-upload .photo {
    width: 220px;
    height: 220px;
  }

  section.onboarding .inner .buttons,
  section.modal .inner .buttons {
    padding-left: 15px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 926px) and (min-aspect-ratio: 4/3) and (orientation: landscape) {
  section#hero {
    background-position: 0 -92vh;
  }

  section#hero .hero-wrapper {
    width: 100%;
  }

  section#hero .hero-wrapper .hero-inner {
    padding: 20px 40px;
  }

  section#hero .hero-wrapper .hero-inner .logo {
    width: 54vh;
  }

  section#hero .hero-wrapper .hero-inner .hero-title {
    margin-top: 3vh;
  }

  section#hero .hero-wrapper .hero-inner .login {
    min-width: 70%;
    margin: 0 auto;
    bottom: 21vh;
  }

  section#hero .hero-wrapper .hero-inner .login form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }

  section#hero .hero-wrapper .hero-inner .login form button {
    margin-top: 3.15vh;
    order: 2;
    width: 30%;
  }

  section#hero .hero-wrapper .hero-inner .login form .form-footer {
    width: 48%;
    margin: 10px 0;
  }

  section#hero .hero-wrapper .hero-inner .login .join-box {
    margin-top: 10px;
    justify-content: flex-start;
  }

  section#hero .hero-wrapper .hero-inner .login .join-box .title {
    margin-right: 3.15vh;
  }

  section#hero .hero-wrapper .hero-inner .login .join-box .btn {
    padding: 0 8vh;
    font-size: 5vh;
  }

  section#hero .hero-wrapper .hero-inner .load-more {
    bottom: 7vh;
  }

  section#hero .hero-wrapper .hero-inner .load-more .down {
    width: 29px;
    height: 29px;
  }
}

@media only screen and (min-width: 1024px) and (orientation: portrait) {
  section.finish .inner .onboard-choice .item {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  section.finish .inner .onboard-choice .item:nth-child(1):before {
    top: 50px;
  }

  section.onboarding,
  section.modal {
    height: 60vh;
  }

  section.onboarding .inner .section-header .back,
  section.modal .inner .section-header .back {
    width: 16px;
  }

  section.onboarding .inner .section-body .step,
  section.modal .inner .section-body .step {
    justify-content: space-around;
  }

  section.onboarding .inner .section-body .step .headline,
  section.modal .inner .section-body .step .headline {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 38px;
  }

  section.onboarding .inner .section-body .continue-button.map,
  section.modal .inner .section-body .continue-button.map {
    margin-top: -120px;
  }

  section.onboarding .inner .section-body .photo-upload,
  section.modal .inner .section-body .photo-upload {
    margin: 68px auto 0;
  }

  section.onboarding .inner .section-body .photo-upload .photo,
  section.modal .inner .section-body .photo-upload .photo {
    width: 280px;
    height: 280px;
  }

  section#hero.app .hero-wrapper .hero-inner .section-wrapper .section-info {
    padding: 80px 20px 160px;
  }

  section#hero.app .hero-wrapper .hero-inner .section-wrapper .section-info .descr {
    font-size: 38px;
    line-height: 50px;
  }

  section#hero .hero-wrapper .hero-inner .login {
    width: 430px;
  }
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
  section.onboarding,
  section.modal {
    width: 65vw;
    height: 85vh;
  }

  section.onboarding .inner .photo span,
  section.modal .inner .photo span {
    font-size: 22px;
    bottom: 50px;
  }

  section.onboarding .inner .photo:after,
  section.modal .inner .photo:after {
    bottom: 20px;
  }

  section.onboarding .inner .onboard-choice .item,
  section.modal .inner .onboard-choice .item {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  section.onboarding .inner .onboard-choice .item:nth-child(1):before,
  section.modal .inner .onboard-choice .item:nth-child(1):before {
    top: 50px;
  }

  section.onboarding .inner .section-body .step,
  section.modal .inner .section-body .step {
    justify-content: space-around;
  }

  section.onboarding .inner .section-body .step .headline,
  section.modal .inner .section-body .step .headline {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 38px;
  }

  section.onboarding .inner .section-body .continue-button.map,
  section.modal .inner .section-body .continue-button.map {
    margin-top: -120px;
  }

  section.onboarding .inner .section-body .photo-upload,
  section.modal .inner .section-body .photo-upload {
    margin: 68px auto 0;
  }

  section.onboarding .inner .section-body .photo-upload .photo,
  section.modal .inner .section-body .photo-upload .photo {
    width: 280px;
    height: 280px;
  }

  section.onboarding .inner .section-body .btn,
  section.modal .inner .section-body .btn {
    font-size: 20px;
  }

  section.onboarding .inner .section-body a,
  section.modal .inner .section-body a {
    font-size: 18px;
  }

  section.onboarding .inner .section-body .input-title,
  section.modal .inner .section-body .input-title {
    font-size: 16px;
  }

  section.onboarding .inner .section-body .input-title a,
  section.modal .inner .section-body .input-title a {
    font-size: 16px;
  }

  section#hero {
    background-image: url(/new/img/backgrounds/desktop-hero.jpg);
    background-position: top;
  }

  section#hero.app .hero-wrapper .hero-inner {
    padding: 0;
  }

  section#hero.app .hero-wrapper .hero-inner .hero-inner-app {
    height: 100vh;
  }

  section#hero.app .hero-wrapper .hero-inner .hero-inner-app .privacy-policy-description {
    font-size: 20px;
  }

  section#hero.app .hero-wrapper .hero-inner .section-wrapper {
    background: none;
    box-shadow: none;
    width: auto;
    height: 50vh;
    top: auto;
    left: 9.6vh;
    right: 9.6vh;
  }

  section#hero.app .hero-wrapper .hero-inner .section-wrapper .section-info {
    width: 100%;
    padding: 80px 40px 100px;
    position: relative;
  }

  section#hero.app .hero-wrapper .hero-inner .section-wrapper .section-info .descr {
    width: 100%;
    max-width: 770px;
    font-size: 3.6vh;
    line-height: 5vh;
    letter-spacing: 0.1vh;
  }

  section#hero.app .hero-wrapper .hero-inner .load-more {
    display: flex;
  }

  section#hero .hero-wrapper .hero-inner .logo {
    width: 32.5vh;
    margin: 5vh 0 0 9.6vh;
  }

  section#hero .hero-wrapper .hero-inner .visa-mastercard {
    position: absolute;
    display: flex;
    right: 20px;
    bottom: 10px;
  }

  section#hero .hero-wrapper .hero-inner .visa-mastercard img:first-child {
    margin-right: 10px;
  }

  section#hero .hero-wrapper .hero-inner .footer-menu {
    justify-content: center;
    flex-flow: row;
  }

  section#hero .hero-wrapper .hero-inner .footer-menu-block {
    flex-flow: row;
  }

  section#hero .hero-wrapper .hero-inner .footer-menu-block div {
    display: none;
  }

  section#hero .hero-wrapper .hero-inner .footer-menu-block a {
    margin-right: 65px;
  }

  section#hero .hero-wrapper .hero-inner .onboard_buttons {
    display: block;
    transform: none;
    margin-bottom: 60px;
    width: auto;
  }

  section#hero .hero-wrapper .hero-inner .onboard_buttons button {
    margin: 0 auto;
  }

  section#hero .hero-wrapper .hero-inner .onboard_buttons button.button-create-account {
    margin-bottom: 2vh;
  }

  section#hero .hero-wrapper .hero-inner .descr {
    margin-bottom: 30px;
    text-align: center;
    font-size: 36px;
  }

  section#hero .hero-wrapper .hero-inner .hero-title {
    font-size: 125px;
    line-height: 125px;
  }

  section#hero .hero-wrapper .hero-inner .login {
    margin-bottom: 40px;
  }

  section#hero .hero-wrapper .hero-inner .login button {
    margin-top: 2vh;
  }

  section#hero .hero-wrapper .hero-inner .login .form-footer {
    margin: 2.7vh 0 4vh;
  }

  section#hero .hero-wrapper .hero-inner .login .join-box .title {
    font-size: 2.89vh;
  }

  section#hero .hero-wrapper .hero-inner .languages,
  section#hero .hero-wrapper .hero-inner .socials-box,
  section#hero .hero-wrapper .hero-inner .stores {
    display: block;
  }

  section#hero .hero-wrapper .hero-inner .languages {
    width: auto;
    height: 3.8vh;
    position: absolute;
    right: 50px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    text-align: right;
    top: 30px;
  }

  section#hero .hero-wrapper .hero-inner .languages .chosen-language {
    height: 100%;
    line-height: 3.8vh;
    color: #fff;
    padding-right: 3.3vh;
    cursor: pointer;
    letter-spacing: 0.05vh;
  }

  section#hero .hero-wrapper .hero-inner .languages ul {
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding-right: 3.3vh;
    transition: height 0.2s ease, opacity 0.3s ease, visibility 0.2s ease;
  }

  section#hero .hero-wrapper .hero-inner .languages ul.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }

  section#hero .hero-wrapper .hero-inner .languages ul li {
    height: 3.8vh;
    line-height: 3.8vh;
    letter-spacing: 0.05vh;
    cursor: pointer;
  }

  section#hero .hero-wrapper .hero-inner .languages ul li a {
    color: #fff;
  }

  section#hero .hero-wrapper .hero-inner .socials-box {
    position: absolute;
    right: 50px;
    top: 51.5vh;
    display: none;
  }

  section#hero .hero-wrapper .hero-inner .socials-box .follow-us-cloud {
    width: 10vh;
    height: 10vh;
    position: absolute;
    top: -43px;
    right: 50px;
    background-image: url(/new/img/follow-us.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  section#hero .hero-wrapper .hero-inner .socials-box .socials li {
    width: 4.4vh;
    height: 4.4vh;
    border-radius: 1vh;
    margin-bottom: 3vh;
  }

  section#hero .hero-wrapper .hero-inner .stores {
    display: none;
    width: 300px;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 50px;
    bottom: 57px;
  }

  section#hero .hero-wrapper .hero-inner .stores .store {
    width: 49%;
  }

  section#hero .hero-wrapper .hero-inner .stores .store img {
    width: 100%;
    display: block;
  }

  section#hero .hero-wrapper .hero-inner .load-more {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  section.onboarding .inner .section-body .step .date-container .date-select,
  section.modal .inner .section-body .step .date-container .date-select {
    margin: 0;
  }

  section.onboarding .inner .section-body .step .date-container .date-select .popup,
  section.modal .inner .section-body .step .date-container .date-select .popup {
    width: 320px;
    left: 0;
  }

  section.onboarding .inner .section-body .step .date-container .date-select .buttons,
  section.modal .inner .section-body .step .date-container .date-select .buttons {
    width: 80px;
    min-width: 80px;
    max-width: initial;
    margin: 0 0 0 10px;
  }

  section.onboarding .inner .section-body .step .date-container .date-select .buttons a,
  section.modal .inner .section-body .step .date-container .date-select .buttons a {
    width: 100%;
  }

  section.onboarding .inner .section-body .step .date-container .date-select .buttons a i,
  section.modal .inner .section-body .step .date-container .date-select .buttons a i {
    color: #fff;
  }

  section#hero.app .hero-wrapper .hero-inner .hero-inner-app .logo img {
    height: 120px;
    width: 60%;
    max-width: 500px;
  }

  section#hero.app .hero-wrapper .hero-inner .section-wrapper .section-info .descr {
    max-width: 910px;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.125px;
  }
}

@media only screen and (min-width: 1440px) {
  section#hero.app .hero-wrapper .hero-inner .section-wrapper .section-info .descr {
    max-width: 1020px;
    font-size: 34px;
    line-height: 44px;
  }

  section#hero .hero-wrapper .hero-inner .login {
    max-width: 23.1vw;
  }
}

/* HD/Retina CSS */

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  section#hero.app .hero-wrapper .hero-inner {
    padding: 0;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1024px) and (orientation: landscape), only screen and (min-device-pixel-ratio: 1.25) and (min-width: 1024px) and (orientation: landscape), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335) and (min-width: 1024px) and (orientation: landscape), only screen and (min-resolution: 200dpi) and (min-width: 1024px) and (orientation: landscape), only screen and (min-resolution: 1.25dppx) and (min-width: 1024px) and (orientation: landscape) {
  section#hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7)), url(/main/img/backgrounds/buddy-web.jpg);
  }

  section#hero.app {
    background-image: url(/new/img/backgrounds/desktop-hero@2x-croped.jpg);
  }

  section#hero.app .hero-wrapper .hero-inner {
    padding: 0;
  }

  section#hero.app .hero-wrapper .hero-inner .hero-inner-app {
    padding: 35vh 40px 0;
  }

  section#hero.app .hero-wrapper .hero-inner .hero-inner-app.login-opened {
    padding: 15vh 40px 0;
  }

  section#hero.app .hero-wrapper .hero-inner .hero-inner-app .onboard_buttons {
    margin: 0;
  }

  section#hero.app .hero-wrapper .hero-inner .hero-inner-app .logo {
    width: 47%;
  }

  section#hero.app .hero-wrapper .hero-inner .hero-inner-app .logo-title {
    font-size: 35px;
  }

  section#hero.app .hero-wrapper .hero-inner .hero-inner-app .login {
    margin: 0 auto;
  }

  section#hero .hero-wrapper .hero-inner .socials-box .follow-us-cloud {
    background-image: url(/new/img/follow-us@2x.png);
  }
}

@media only screen and (min-width: 768px) {
  section#hero.app {
    background-position: 0 35%;
    background-image: url(/main/img/backgrounds/buddy-mobile.jpg);
  }

  section#hero.app .hero-wrapper .hero-inner .hero-inner-app {
    padding: 25vh 40px 0;
  }

  section#hero.app .hero-wrapper .hero-inner .hero-inner-app .logo {
    width: 70%;
  }

  section#hero .hero-wrapper .hero-inner .logo {
    width: 333px;
  }

  section#hero .hero-wrapper .hero-inner .load-more {
    bottom: 50px;
  }
}

@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("/new/fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("/new/fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

section#find .section-background {
  background-image: url(/new/img/backgrounds/mobile-find.jpg);
}

@media only screen and (min-width: 1024px) and (orientation: portrait) {
  section#find .section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
  section#find .section-background {
    background-image: url(/new/img/backgrounds/desktop-find.jpg);
    height: 100vh;
  }

  section#find .section-wrapper .section-info {
    padding-top: 90px;
    justify-content: flex-start;
  }

  section#find .section-wrapper .section-info .icon-box {
    top: 30px;
    left: -30px;
  }

  section#find .section-wrapper .section-info .title {
    width: 58%;
  }

  section#find .section-wrapper .section-info .descr {
    width: 66%;
  }
}

@media only screen and (min-width: 1200px) {
  section#find .section-wrapper .title {
    width: 58%;
  }
}

/* HD/Retina CSS */

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  section#find .section-background {
    background-image: url(/new/img/backgrounds/mobile-find@2x.jpg);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1024px) and (orientation: landscape), only screen and (min-device-pixel-ratio: 1.25) and (min-width: 1024px) and (orientation: landscape), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335) and (min-width: 1024px) and (orientation: landscape), only screen and (min-resolution: 200dpi) and (min-width: 1024px) and (orientation: landscape), only screen and (min-resolution: 1.25dppx) and (min-width: 1024px) and (orientation: landscape) {
  section#find .section-background {
    background-image: url(/new/img/backgrounds/desktop-find@2x.jpg);
  }
}

@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("/new/fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("/new/fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

section#browse .section-background {
  background-image: url(/new/img/backgrounds/mobile-browse.jpg);
  background-position: top;
}

@media only screen and (min-width: 1024px) and (orientation: portrait) {
  section#browse .section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  section#browse .section-wrapper .section-info {
    padding: 6vh 20px;
  }
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
  section#browse .section-background {
    background-image: url(/new/img/backgrounds/desktop-browse.jpg);
    height: 100vh;
  }

  section#browse .section-wrapper .section-info {
    padding-top: 90px;
    justify-content: flex-start;
  }

  section#browse .section-wrapper .section-info .icon-box {
    top: 40px;
    left: -17px;
  }

  section#browse .section-wrapper .section-info .title {
    width: 58%;
  }

  section#browse .section-wrapper .section-info .descr {
    width: 66%;
  }
}

@media only screen and (min-width: 1200px) {
  section#browse .section-background {
    background-position: left;
  }

  section#browse .section-wrapper .section-info {
    width: 60%;
  }

  section#browse .section-wrapper .section-info .title {
    width: 79%;
  }

  section#browse .section-wrapper .section-info .descr {
    width: 86%;
  }
}

/* HD/Retina CSS */

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  section#browse .section-background {
    background-image: url(/new/img/backgrounds/mobile-browse@2x.jpg);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1024px), only screen and (min-device-pixel-ratio: 1.25) and (min-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335) and (min-width: 1024px), only screen and (min-resolution: 200dpi) and (min-width: 1024px), only screen and (min-resolution: 1.25dppx) and (min-width: 1024px) {
  section#browse .section-background {
    background-image: url(/new/img/backgrounds/desktop-browse@2x.jpg);
  }
}

@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("/new/fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("/new/fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

section#download {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.91) 60.94%, #276874 100%);
}

section#download.app .section-wrapper .illustration-box {
  width: 22vh;
}

section#download.app .section-wrapper .section-info .descr {
  width: 60%;
}

section#download.app .section-wrapper .section-info .stores {
  margin-bottom: 25px;
}

section#download.app .section-wrapper .section-info .btn {
  margin-bottom: 0;
}

section#download .section-wrapper {
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

section#download .section-wrapper .illustration-box {
  width: 19vh;
  margin: 20px auto 0;
  box-sizing: border-box;
}

section#download .section-wrapper .illustration-box img {
  display: block;
  width: 100%;
}

section#download .section-wrapper .illustration-box img.desktop {
  display: none;
}

section#download .section-wrapper .section-info {
  height: auto;
}

section#download .section-wrapper .section-info .title {
  width: 100%;
  margin-bottom: 25px;
}

section#download .section-wrapper .section-info .descr {
  width: 80%;
  margin-bottom: 25px;
}

section#download .section-wrapper .section-info .btn {
  width: 260px;
  margin-bottom: 25px;
}

section#download .section-wrapper .section-info .stores {
  width: 260px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

section#download .section-wrapper .section-info .stores .store {
  width: 45%;
}

section#download .section-wrapper .section-info .stores .store img {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 375px) {
  section#download .section-wrapper {
    height: 100%;
  }

  section#download .section-wrapper .section-info .title {
    margin-bottom: 36px;
  }

  section#download .section-wrapper .section-info .descr {
    margin-bottom: 36px;
  }
}

@media only screen and (min-width: 428px) {
  section#download .section-wrapper .illustration-box {
    width: 160px;
    margin: 40px auto 20px;
  }
}

@media only screen and (min-width: 768px) {
  section#download.app .section-wrapper .illustration-box {
    width: 300px;
  }

  section#download .section-wrapper .illustration-box {
    width: 300px;
  }
}

@media only screen and (min-width: 1024px) and (orientation: portrait) {
  section#download.app .section-wrapper .illustration-box {
    width: 430px;
  }

  section#download .section-wrapper .illustration-box {
    width: 430px;
  }

  section#download .section-wrapper .section-info .btn {
    width: 430px;
  }

  section#download .section-wrapper .section-info .stores {
    width: 430px;
  }
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
  section#download.app .section-wrapper .illustration-box {
    width: 55%;
  }

  section#download.app .section-wrapper .section-info .title {
    width: 97%;
  }

  section#download .section-wrapper {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    box-sizing: border-box;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-flow: row-reverse nowrap;
  }

  section#download .section-wrapper .illustration-box {
    width: 55%;
    padding: 76px 70px 76px 50px;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  section#download .section-wrapper .illustration-box img.mobile {
    display: none;
  }

  section#download .section-wrapper .illustration-box img.desktop {
    display: block;
    width: auto;
    height: 100%;
    max-height: 715px;
  }

  section#download .section-wrapper .section-info {
    width: 51%;
    height: 100%;
    padding-top: 55px;
  }

  section#download .section-wrapper .section-info .title {
    margin-bottom: 7vh;
  }

  section#download .section-wrapper .section-info .descr {
    margin-bottom: 9vh;
  }

  section#download .section-wrapper .section-info .btn {
    width: 333px;
  }

  section#download .section-wrapper .section-info .stores {
    width: 333px;
  }
}

@media only screen and (min-width: 1200px) {
  section#download.app .section-wrapper .section-info .title {
    width: 85%;
  }

  section#download .section-wrapper .section-info {
    width: 56%;
    height: 100%;
    top: 0;
  }
}

@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("/new/fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("/new/fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

section#share .section-background {
  background-image: url(/new/img/backgrounds/mobile-share.jpg);
}

@media only screen and (min-width: 768px) {
  section#share .section-background {
    background-position: center;
  }

  section#share .section-wrapper .section-info .descr {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) and (orientation: portrait) {
  section#share .section-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  section#share .section-wrapper .section-info {
    padding: 6vh 20px;
  }
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
  section#share .section-background {
    height: 100vh;
    background-image: url(/new/img/backgrounds/desktop-share.jpg);
    background-position: top;
  }

  section#share .section-wrapper {
    height: 100vh;
  }

  section#share .section-wrapper .section-info {
    width: 50%;
    justify-content: flex-end;
    padding-right: 70px;
    padding-bottom: 100px;
  }

  section#share .section-wrapper .section-info .icon-box {
    top: 30px;
    left: -25px;
  }

  section#share .section-wrapper .section-info .title {
    width: 89%;
  }

  section#share .section-wrapper .section-info .descr {
    width: auto;
  }
}

@media only screen and (min-width: 1200px) {
  section#share .section-wrapper .section-info {
    width: 52%;
  }

  section#share .section-wrapper .section-info .title {
    width: 100%;
  }
}

/* HD/Retina CSS */

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  section#share .section-background {
    background-image: url(/new/img/backgrounds/mobile-share@2x.jpg);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1024px), only screen and (min-device-pixel-ratio: 1.25) and (min-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335) and (min-width: 1024px), only screen and (min-resolution: 200dpi) and (min-width: 1024px), only screen and (min-resolution: 1.25dppx) and (min-width: 1024px) {
  section#share .section-background {
    background-image: url(/new/img/backgrounds/desktop-share@2x.jpg);
  }
}

@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("/new/fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("/new/fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

section#sign-up .section-wrapper {
  background-color: transparent;
  box-shadow: none;
  height: 100vh;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.91) 60.94%, #276874 100%);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

section#sign-up .section-wrapper .illustration-box {
  width: 100%;
  height: 40vh;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  box-sizing: border-box;
  align-self: flex-start;
}

section#sign-up .section-wrapper .illustration-box .pattern {
  width: 260px;
  height: 260px;
  position: absolute;
  top: 30px;
  left: calc(50% - 130px);
  right: 0;
  bottom: 0;
  background-image: url(/new/img/mobile-pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}

section#sign-up .section-wrapper .illustration-box .pattern:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 -100px 80px 0px rgba(0, 0, 0, 0.44);
}

section#sign-up .section-wrapper .illustration-box img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

section#sign-up .section-wrapper .section-info {
  height: auto;
  z-index: 3;
}

section#sign-up .section-wrapper .section-info .title {
  margin-bottom: 15px;
}

section#sign-up .section-wrapper .section-info .descr {
  margin-bottom: 20px;
}

section#sign-up .section-wrapper .section-info .btn {
  width: 260px;
}

@media only screen and (min-width: 375px) {
  section#sign-up .section-wrapper .illustration-box {
    height: 30vh;
  }
}

@media only screen and (min-width: 414px) {
  section#sign-up .section-wrapper .illustration-box {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  section#sign-up .section-wrapper {
    display: block;
  }

  section#sign-up .section-wrapper .illustration-box {
    height: 56vh;
    padding-top: 5vh;
    margin-bottom: 4vh;
  }

  section#sign-up .section-wrapper .illustration-box .pattern {
    width: 500px;
    height: 500px;
    left: calc(50% - 250px);
  }

  section#sign-up .section-wrapper .illustration-box .pattern:before {
    box-shadow: inset 0 -100px 80px 0px rgba(0, 0, 0, 0.34);
  }
}

@media only screen and (min-width: 1024px) and (orientation: portrait) {
  section#sign-up .section-wrapper .illustration-box {
    height: 58vh;
    padding-top: 5vh;
  }

  section#sign-up .section-wrapper .section-info .btn {
    width: 430px;
  }
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
  section#sign-up .section-wrapper {
    display: flex;
    flex-flow: row-reverse nowrap;
  }

  section#sign-up .section-wrapper .illustration-box {
    width: 55%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  section#sign-up .section-wrapper .illustration-box .pattern {
    width: 500px;
    height: 500px;
    background-image: url(/new/img/desktop-pattern.png);
    background-size: cover;
    top: 100px;
    left: calc(50% - 250px);
  }

  section#sign-up .section-wrapper .illustration-box img {
    height: 85vh;
  }

  section#sign-up .section-wrapper .section-info {
    width: 53%;
  }

  section#sign-up .section-wrapper .section-info .title {
    width: 100%;
    margin-bottom: 58px;
  }

  section#sign-up .section-wrapper .section-info .descr {
    width: 100%;
    margin-bottom: 4vh;
  }

  section#sign-up .section-wrapper .section-info .btn {
    width: 333px;
  }
}

@media only screen and (min-width: 1200px) {
  section#sign-up .section-wrapper .illustration-box .pattern {
    width: 650px;
    height: 650px;
    top: 110px;
    left: calc(50% - 325px);
  }

  section#sign-up .section-wrapper .illustration-box img {
    max-height: 900px;
  }

  section#sign-up .section-wrapper .section-info {
    width: 60%;
  }

  section#sign-up .section-wrapper .section-info .descr {
    width: 100%;
    max-width: 550px;
  }
}

/* HD/Retina CSS */

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  section#sign-up .section-wrapper .illustration-box .pattern {
    background-image: url(/new/img/mobile-pattern@2x.png);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1024px) and (orientation: landscape), only screen and (min-device-pixel-ratio: 1.25) and (min-width: 1024px) and (orientation: landscape), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335) and (min-width: 1024px) and (orientation: landscape), only screen and (min-resolution: 200dpi) and (min-width: 1024px) and (orientation: landscape), only screen and (min-resolution: 1.25dppx) and (min-width: 1024px) and (orientation: landscape) {
  section#sign-up .section-wrapper .illustration-box .pattern {
    background-image: url(/new/img/desktop-pattern@2x.png);
  }
}

@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("/new/fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("/new/fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

section {
  position: relative;
  height: 100vh;
  max-height: -webkit-fill-available;
  display: flex;
  flex-flow: column nowrap;
}

section .section-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 53vh;
}

section .section-wrapper {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.91) 60.94%, #276874 100%);
  box-shadow: inset 0px 10px 17px rgba(0, 0, 0, 0.5);
  height: 47vh;
  max-height: -webkit-fill-available;
}

section .section-wrapper .section-info {
  height: 100%;
  max-height: -webkit-fill-available;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  box-sizing: border-box;
}

section .section-wrapper .section-info .icon-box {
  margin-bottom: 8px;
}

section .section-wrapper .section-info .title {
  width: 73%;
  color: #99F475;
  text-align: center;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.9375px;
  margin-bottom: 16px;
}

section .section-wrapper .section-info .descr {
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.5625px;
  color: #FFFFFF;
}

@media only screen and (min-width: 375px) {
  section .section-wrapper .section-info .title {
    width: 60%;
  }
}

@media only screen and (min-width: 428px) {
  section .section-wrapper .section-info .descr {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (min-width: 768px) {
  section .section-background {
    height: 60vh;
  }

  section .section-wrapper {
    height: 40vh;
  }

  section .section-wrapper .section-info .title {
    width: 37%;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
  }

  section .section-wrapper .section-info .descr {
    width: 70%;
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 926px) and (min-aspect-ratio: 4/3) and (orientation: landscape) {
  section {
    flex-flow: row nowrap;
  }

  section .section-background,
  section .section-wrapper {
    width: 50%;
    height: 100vh;
  }

  section .section-wrapper .section-info .icon-box {
    margin-bottom: 8vh;
  }

  section .section-wrapper .section-info .title {
    font-size: 6vh;
    line-height: 7vh;
    letter-spacing: 0.2vh;
    margin-bottom: 4vh;
  }

  section .section-wrapper .section-info .descr {
    font-size: 4vh;
    line-height: 5.5vh;
    letter-spacing: 0.15vh;
  }
}

@media only screen and (min-width: 1024px) and (orientation: portrait) {
  section .section-wrapper .section-info .title {
    width: 30%;
    font-size: 45px;
    line-height: 52px;
  }

  section .section-wrapper .section-info .descr {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
  section .section-background {
    height: 100vh;
  }

  section .section-shadow {
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
  }

  section .section-wrapper {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0;
    box-sizing: border-box;
    background: transparent;
    box-shadow: none;
  }

  section .section-wrapper .section-info {
    width: 68%;
    padding: 130px 15px 15px 13vh;
    align-items: flex-start;
    position: absolute;
  }

  section .section-wrapper .section-info .icon-box {
    margin-bottom: 0;
  }

  section .section-wrapper .section-info .title {
    width: 60%;
    max-width: 400px;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 1.875px;
    margin-bottom: 30px;
    text-align: left;
    z-index: 1;
  }

  section .section-wrapper .section-info .descr {
    width: 66%;
    max-width: 450px;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
  }

  section.left .section-shadow {
    left: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 2.81%, #374954 98.53%);
  }

  section.left .section-wrapper .section-info {
    left: 0;
    padding: 15px 15px 15px 13vh;
  }

  section.right .section-shadow {
    right: 0;
    background: linear-gradient(270deg, #374954 2.87%, rgba(0, 0, 0, 0.0001) 98.59%);
  }

  section.right .section-wrapper .section-info {
    right: 0;
    padding: 15px 70px 15px 15px;
  }
}

@media only screen and (min-width: 1200px) {
  section .section-wrapper .section-info .title {
    width: 80%;
    max-width: initial;
    font-size: 80px;
    line-height: 88px;
    margin-bottom: 40px;
  }

  section .section-wrapper .section-info .descr {
    font-size: 26px;
    line-height: 34px;
  }
}

@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("/new/fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("/new/fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

section .back {
  width: 16px;
  height: 30px;
  position: absolute;
  top: 16px;
  left: 19px;
  z-index: 4;
  cursor: pointer;
}

section .back a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1024px) {
  section .back {
    width: 1.94vh;
    height: 6.4vh;
    top: 5.4vh;
    left: 3vh;
  }
}

@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("/new/fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("/new/fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Outfit";
  src: url("/new/fonts/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("/new/fonts/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

section#blog {
  position: relative;
  background-image: url(/new/img/mobile-hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 100%;
  min-height: 100vh;
}

section#blog .blog-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/new/img/mobile-hero-background.png);
  height: 100%;
  min-height: 100vh;
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}

section#blog .blog-wrapper .blog-inner {
  padding: 91px 40px;
  box-sizing: border-box;
}

section#blog h1 {
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 1.125px;
  color: #00F000;
  margin: 0 0 26px;
}

section#blog .content {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.625px;
  color: #FFFFFF;
}

@media only screen and (min-width: 1024px) {
  section#blog {
    background-image: url(/new/img/desktop-hero.jpg);
    background-position: top;
  }

  section#blog .blog-wrapper {
    background-image: url(/new/img/desktop-hero-background.png);
    max-height: 100vh;
    overflow-y: scroll;
  }

  section#blog .blog-wrapper::-webkit-scrollbar {
    display: none;
  }

  section#blog .blog-wrapper .blog-inner {
    max-width: 109.7vh;
    padding: 11.9vh 13.9vh;
  }

  section#blog .blog-wrapper h1 {
    margin-bottom: 7.3vh;
    font-size: 4.4vh;
    line-height: 4.8vh;
    letter-spacing: 0.13vh;
  }

  section#blog .blog-wrapper .content p {
    font-size: 2.4vh;
    line-height: 2.8vh;
    letter-spacing: 0.078vh;
  }
}

/* HD/Retina CSS */

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  section#blog {
    background-image: url(/new/img/mobile-hero@2x.jpg);
  }

  section#blog .blog-wrapper {
    background-image: url(/new/img/mobile-hero-background@2x.png);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1024px), only screen and (min-device-pixel-ratio: 1.25) and (min-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335) and (min-width: 1024px), only screen and (min-resolution: 200dpi) and (min-width: 1024px), only screen and (min-resolution: 1.25dppx) and (min-width: 1024px) {
  section#blog {
    background-image: url(/new/img/desktop-hero@2x.jpg);
  }

  section#blog .blog-wrapper {
    background-image: url(/new/img/desktop-hero-background@2x.png);
  }
}

.back {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/new/img/back.svg);
}

.socials li i {
  background-size: 2.5vh 2.5vh;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.socials li i.instagram {
  background-image: url(/main/img/icons/instagram_new.svg);
}

.socials li i.fb {
  background-image: url(/new/img/facebook.svg);
}

.socials li i.tiktok {
  background-image: url(/main/img/icons/tik-tok_new.svg);
}

.socials li i.twitter {
  background-image: url(/main/img/icons/twitter_new.svg);
}

section#hero .hero-wrapper .hero-inner .languages {
  background-image: url(/assets/img/svg/svg/arrow-down-langs.svg);
  background-size: 5.1vh 5.1vh;
  background-position: center right;
  background-repeat: no-repeat;
}

section#hero .hero-wrapper .load-more .down {
  background-image: url(/new/img/arrow-down.svg);
  width: 39px;
  height: 39px;
  background-size: contain;
  background-repeat: no-repeat;
}

section .section-wrapper .section-info .icon-box {
  position: relative;
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

section .section-wrapper .section-info .icon-box.find {
  background-image: url(/new/img/find-icon-white.svg);
}

section .section-wrapper .section-info .icon-box.browse {
  background-image: url(/new/img/browse-icon-white.svg);
}

section .section-wrapper .section-info .icon-box.share {
  background-image: url(/new/img/share-icon-white.svg);
}

@media only screen and (min-width: 428px) {
  section .section-wrapper .section-info .icon-box {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (min-width: 768px) {
  section .section-wrapper .section-info .icon-box {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (min-width: 1024px) and (orientation: portrait) {
  section .section-wrapper .section-info .icon-box {
    width: 130px;
    height: 130px;
  }
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
  section#hero .hero-wrapper .hero-inner .languages {
    background-size: 2.8vh 2.8vh;
  }

  section .section-wrapper .section-info .icon-box {
    width: 155px;
    height: 155px;
  }
}

.announce {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
  z-index: 2000;
}

.announce .announce-background {
  position: absolute;
  top: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.announce .announce-body {
  position: relative;
  margin: 20px auto;
  width: 90%;
  background: #002e2c;
  padding: 40px 20px 30px;
  border-radius: 12px;
  font-size: 18px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  z-index: 2;
}

.announce .announce-body p {
  margin: 0 0 15px;
  font-size: 16px;
}

.announce .announce-body b {
  font-family: "RobotoCondensed-Bold";
}

.announce .announce-body > .announce-welcome-back {
  color: #fff;
  text-align: center;
}

.announce .announce-body > .announce-welcome-back > .btn {
  margin: 10px 0 0;
}

.announce .announce-body .dialog-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.announce .announce-body .announce-scrollable {
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
}

@media only screen and (min-width: 768px) {
  .announce .announce-body {
    margin: 40px auto;
    padding: 100px 20px 50px;
    width: 420px;
  }

  .announce .announce-body .announce-welcome-back p {
    margin: 0 0 20px;
    font-size: 18px;
  }

  .announce .announce-body .announce-welcome-back > .btn {
    margin: 40px 0 0;
  }

  .announce .announce-body .dialog-close {
    top: 30px;
    right: 30px;
  }
}


/*# sourceMappingURL=main.min.css.map*/