@font-face {
  font-family: 'Source Sans Pro Regular';
  src: url("/public/fonts/SourceSansPro/sourcesanspro.woff2") format("woff2"), url("/public/fonts/SourceSansPro/sourcesanspro.woff") format("woff"), url("/public/fonts/SourceSansPro/sourcesanspro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro Semibold';
  src: url("/public/fonts/SourceSansPro/sourcesansprosemibold.woff") format("woff2"), url("/public/fonts/SourceSansPro/sourcesansprosemibold.woff") format("woff"), url("/public/fonts/SourceSansPro/sourcesansprosemibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro Bold';
  src: url("/public/fonts/SourceSansPro/sourcesansprobold.woff2") format("woff2"), url("/public/fonts/SourceSansPro/sourcesansprobold.woff") format("woff"), url("/public/fonts/SourceSansPro/sourcesansprobold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro Light';
  src: url("/public/fonts/SourceSansPro/OpenSans-Light.ttf") format("woff2");
  font-weight: 300;
  font-style: normal; }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro Regular';
  width: 100%;
  height: 100%;
  overflow-y: hidden; }

p {
  line-height: 1.2;
  color: #f5f5f5; }

section {
  position: relative;
  overflow: hidden;
  height: 100vh; }
  @media (max-width: 991px) {
    section {
      min-height: 100vh;
      height: auto; } }
  section:not(:first-child):before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 4.5vh;
    width: 1px;
    top: 0;
    background-color: #ececec; }
  section:not(:last-child):not(:first-child):after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 6.5vh;
    width: 1px;
    bottom: 0;
    background-color: #ececec; }

a,
a:active,
a:visited {
  text-decoration: none;
  color: #f4d248; }

ol {
  padding: 0; }

ul {
  list-style: none; }

table {
  width: 100%;
  border-collapse: collapse; }
  table td,
  table th {
    font-family: 'Source Sans Pro Semibold';
    font-size: 18px;
    border: 1px solid; }

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px; }

.button {
  border: 1px solid;
  border-radius: 333px;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  font-weight: 400; }

.order-button-container {
  max-width: 292px;
  background: transparent;
  border-color: #6a6754;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 333px;
  position: relative;
  z-index: 2; }
  .order-button-container:hover .hover-border {
    transition: 0.3s;
    animation: opacity-border 0.5s linear; }

.order-button {
  width: 100%;
  background: #e4d9ad;
  color: #231f20;
  font-family: 'Source Sans Pro Regular';
  font-size: 24px;
  padding: 6px 0;
  outline: none;
  border-color: #e4d9ad; }

.hover-border {
  width: 103.5%;
  background: transparent;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 333px;
  border: 1px solid #e4d9ad;
  height: 70px;
  position: absolute;
  left: -5px;
  opacity: 0; }

@keyframes opacity-border {
  0% {
    opacity: 1;
    transform: scale(1); }
  50% {
    opacity: 0.5;
    transform: scale(1.05); }
  100% {
    transform: scale(1.06);
    opacity: 0; } }

.title {
  font-family: 'Source Sans Pro Semibold';
  font-size: 62px;
  color: #f5f5f5; }
  @media (max-width: 575px) {
    .title {
      font-size: 58px; } }
  @media (max-width: 375px) {
    .title {
      font-size: 44px; } }

.rgba-black-strong,
.rgba-black-strong:after {
  background-color: rgba(0, 0, 0, 0.82); }

.rgba-black-light,
.rgba-black-light:after {
  background-color: rgba(22, 22, 22, 0.6); }

.rgba-white-slight,
.rgba-white-slight:after {
  background-color: rgba(255, 255, 255, 0.2); }

button:focus,
button:active,
input:focus,
input:active {
  box-shadow: none;
  outline: none; }

.close {
  background-image: url(/public/images/close-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.modal .modal-full-height {
  width: 600px; }
  @media (max-width: 576px) {
    .modal .modal-full-height {
      width: 100%; } }

.scroll-auto {
  overflow-y: auto;
  overflow-x: hidden; }

.start-section {
  background-image: url("/public/images/start-screen-bg-1.png");
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1024px) {
    .start-section {
      background-position: 50%; } }
  @media (max-width: 576px) {
    .start-section {
      height: 125vh; } }
  .start-section:after {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    height: 50px;
    width: 30px;
    bottom: 3vh;
    border: 1px solid #ececec;
    border-radius: 50px;
    left: 50%; }
  .start-section::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 10px;
    width: 10px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #ececec;
    bottom: 4vh;
    animation: scroll-down 5s infinite ease-in-out;
    transition: 0.3s; }
  .start-section-container {
    margin-top: 25vh; }
    @media (max-width: 1440px) {
      .start-section-container {
        margin-top: 26vh; } }
    @media (max-width: 660px) {
      .start-section-container {
        margin-top: 30vh; } }
  .start-section__main-wrapper {
    transform: translateX(5%); }
    @media (max-width: 767px) {
      .start-section__main-wrapper {
        transform: translateX(0); } }
  .start-section__main-title {
    color: #f4d248;
    font-size: 132px;
    font-family: 'Source Sans Pro Semibold'; }
    @media (max-width: 1600px) {
      .start-section__main-title {
        font-size: 116px; } }
    @media (max-width: 1366px) {
      .start-section__main-title {
        font-size: 100px; } }
    @media (max-width: 1024px) {
      .start-section__main-title {
        font-size: 80px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .start-section__main-title {
        font-size: 96px; } }
    @media (max-width: 660px) {
      .start-section__main-title {
        font-size: 70px; } }
    @media (max-width: 575px) {
      .start-section__main-title {
        font-size: 45px; } }
  .start-section__subtitle {
    font-family: 'Source Sans Pro Bold';
    color: #f5f5f5;
    font-size: 46px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    margin-bottom: 13px; }
    @media (max-width: 1600px) {
      .start-section__subtitle {
        font-size: 40px; } }
    @media (max-width: 1440px) {
      .start-section__subtitle {
        font-size: 36px; } }
    @media (max-width: 1366px) {
      .start-section__subtitle {
        font-size: 35px; } }
    @media (max-width: 1024px) {
      .start-section__subtitle {
        font-size: 30px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .start-section__subtitle {
        font-size: 34px; } }
    @media (max-width: 660px) {
      .start-section__subtitle {
        font-size: 24px; } }
  .start-section__description {
    font-family: 'Source Sans Pro Regular';
    color: #f5f5f5;
    font-size: 36px;
    max-width: 82%; }
    @media (max-width: 1600px) {
      .start-section__description {
        font-size: 30px; } }
    @media (max-width: 1440px) {
      .start-section__description {
        font-size: 32px; } }
    @media (max-width: 1366px) {
      .start-section__description {
        font-size: 28px; } }
    @media (max-width: 1366px) {
      .start-section__description {
        font-size: 27px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .start-section__description {
        font-size: 28px; } }
    @media (max-width: 660px) {
      .start-section__description {
        font-size: 22px; } }

@media (max-width: 576px) {
  .modal-dialog {
    margin: 0; } }

.modal-dialog .feedback-form-modal-container {
  background: black; }
  @media (max-width: 768px) {
    .modal-dialog .feedback-form-modal-container {
      height: 100vh;
      top: -3vh;
      left: 27%; } }
  @media (max-width: 576px) {
    .modal-dialog .feedback-form-modal-container {
      left: 0;
      top: 0; } }

.modal-dialog .modal-body {
  display: flex;
  justify-content: center;
  transition: 0.4s; }
  .modal-dialog .modal-body.second {
    position: absolute;
    width: 100%;
    top: 10vh;
    z-index: 0;
    opacity: 0;
    transition: 0.1s;
    background: #000;
    margin-top: 40px; }

.modal-dialog .modal-header {
  border: 0; }
  .modal-dialog .modal-header .close {
    margin: 1rem 1rem -1rem auto;
    cursor: pointer; }

.feedback-form {
  padding-top: 12vh;
  max-width: 310px;
  z-index: 2; }
  @media (max-width: 576px) {
    .feedback-form {
      padding-top: 3vh; } }
  .feedback-form-title {
    font-family: 'Source Sans Pro Regular';
    font-size: 24px;
    margin-bottom: 10px;
    color: #f5f5f5; }
  .feedback-form-description {
    font-family: 'Source Sans Pro Light';
    font-size: 16px;
    color: #f5f5f5;
    margin-bottom: 10px; }
  .feedback-form-more {
    font-family: 'Source Sans Pro Regular';
    font-size: 16px;
    color: #f4d248 !important;
    text-decoration: underline !important; }
  .feedback-form-button {
    background-color: #f4d248;
    color: #231f20;
    width: 100%;
    margin: 32px 0;
    font-size: 20px;
    border: 0;
    font-family: 'Source Sans Pro Semibold'; }
  .feedback-form form {
    margin-top: 22px; }
  .feedback-form input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-color: #f5f5f5;
    padding: 10px 0;
    font-size: 20px;
    color: #f5f5f5;
    font-family: 'Source Sans Pro Light'; }
    .feedback-form input::placeholder {
      color: #f5f5f5; }

@keyframes scroll-down {
  0% {
    bottom: 6.2vh;
    opacity: 1; }
  25% {
    bottom: 6.2vh;
    opacity: 1; }
  50% {
    bottom: 6.2vh;
    opacity: 1; }
  75% {
    bottom: 4.5vh;
    opacity: 0; }
  76% {
    bottom: 6.2vh;
    opacity: 0; }
  100% {
    bottom: 6.2vh;
    opacity: 1; } }

.gratitude-container {
  position: absolute;
  top: 0;
  width: 100%;
  transition: linear 3s;
  opacity: 1;
  z-index: 0; }
  @media (max-width: 768px) {
    .gratitude-container {
      height: 100%; } }

.gratitude-text {
  font-family: 'Source Sans Pro Semibold';
  color: #f5f5f5;
  text-align: center;
  font-size: 24px; }

.canvas-container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 40vh;
  overflow: hidden; }
  @media (max-width: 768px) {
    .canvas-container {
      height: 60vh; } }

canvas {
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  border-radius: 50%; }

.button-jump {
  --duration: .5s;
  --move-hover: -4px;
  cursor: pointer;
  letter-spacing: .5px;
  transform: translateY(var(--y));
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none; }
  .button-jump div {
    display: flex;
    justify-content: center; }
    .button-jump div span {
      display: block;
      backface-visibility: hidden;
      font-style: normal; }
      .button-jump div span:nth-child(1) {
        --d: 0.05s; }
      .button-jump div span:nth-child(2) {
        --d: 0.1s; }
      .button-jump div span:nth-child(3) {
        --d: 0.15s; }
      .button-jump div span:nth-child(4) {
        --d: 0.2s; }
      .button-jump div span:nth-child(5) {
        --d: 0.25s; }
      .button-jump div span:nth-child(6) {
        --d: 0.3s; }
      .button-jump div span:nth-child(7) {
        --d: 0.35s; }
      .button-jump div span:nth-child(8) {
        --d: 0.4s; }
      .button-jump div span:nth-child(9) {
        --d: 0.45s; }
      .button-jump div span:nth-child(10) {
        --d: 0.5s; }
      .button-jump div span:nth-child(11) {
        --d: 0.55s; }
  .button-jump:hover {
    --y: var(--move-hover);
    --shadow: var(--shadow-hover);
    --move: -4px;
    --shadow-active: 0 3px 1px rgba(0, 0, 0, .2); }
    .button-jump:hover span {
      animation: move var(--duration) linear var(--d); }

@keyframes move {
  40% {
    transform: translateY(var(--move));
    text-shadow: var(--shadow-active); } }

.sidebar {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 15vh;
  position: fixed;
  left: 0;
  top: 20vh;
  z-index: 2; }
  @media (max-width: 1440px) {
    .sidebar {
      padding-top: 11vh; } }
  @media (max-width: 575px) {
    .sidebar {
      display: none; } }
  @media (min-height: 1366px) {
    .sidebar {
      padding-top: 0; } }
  .sidebar-menu {
    list-style: none;
    padding: 0;
    margin-left: 11vw;
    width: 100%; }
    @media (max-width: 1600px) {
      .sidebar-menu {
        margin-left: 10vw; } }
    @media (max-width: 1280px) {
      .sidebar-menu {
        margin-left: 6vw; } }
    @media (max-width: 1199px) {
      .sidebar-menu {
        margin-left: 8vw; } }
    .sidebar-menu::before {
      content: "";
      display: block;
      height: 1px;
      max-width: 90px;
      margin-left: -1.5vw;
      margin-bottom: 2.5vh;
      background-color: #8d8d8d; }
      @media (max-width: 1199px) {
        .sidebar-menu::before {
          margin-left: -2vw; } }
    .sidebar-menu:after {
      content: "";
      display: block;
      height: 1px;
      max-width: 90px;
      margin-left: -1.5vw;
      margin-top: 2.5vh;
      background-color: #8d8d8d; }
      @media (max-width: 1199px) {
        .sidebar-menu:after {
          margin-left: -2vw; } }
    .sidebar-menu-item {
      padding: 5px 0; }
      .sidebar-menu-item:hover .sidebar-menu-link-marker:not(.active) {
        background-image: url(/public/images/icons/drop-hover.svg); }
      .sidebar-menu-item:hover .fullname {
        color: #fdb515; }
    .sidebar-menu .fullname {
      font-family: 'Source Sans Pro Regular';
      font-size: 18px;
      color: #a2a2a2;
      transition: ease-in-out 0.6s;
      opacity: 0;
      padding: 0 10px;
      vertical-align: super; }
      @media (max-width: 1440px) {
        .sidebar-menu .fullname {
          font-size: 16px; } }
      @media (max-width: 1250px) {
        .sidebar-menu .fullname {
          font-size: 14px; } }
    .sidebar-menu-link-marker {
      width: 30px;
      height: 30px;
      background-image: url(/public/images/icons/drop-simple.svg);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      transition: ease-in 0.5s; }
    .sidebar-menu-link-marker.active {
      background-image: url(/public/images/icons/color-picker.svg);
      transform: translateX(30%); }

.lang-selector {
  display: flex;
  max-width: 150px;
  justify-content: space-around;
  width: 100%;
  margin-top: 35px;
  padding-top: 16px;
  border-top: 1px solid #8d8d8d;
  margin-left: -2.5vw; }
  @media (max-width: 1440px) {
    .lang-selector {
      margin-left: 0; } }
  @media (max-width: 1280px) {
    .lang-selector {
      margin-left: -4vw; } }
  @media (max-width: 1199px) {
    .lang-selector {
      margin-left: -11vw; } }
  @media (max-width: 1024px) {
    .lang-selector {
      margin-left: -9vw; } }
  @media (max-width: 1024px) and (min-height: 1366px) {
    .lang-selector {
      margin-left: -9vw; } }
  .lang-selector .lang-item {
    font-family: 'Source Sans Pro Regular';
    font-size: 16px;
    color: #676767;
    text-transform: uppercase;
    cursor: pointer; }
    .lang-selector .lang-item.selected {
      color: #ececec; }

.logo-container {
  position: fixed;
  top: 0vh;
  left: 0vw;
  z-index: 2; }
  @media (max-width: 991px) {
    .logo-container {
      display: none; } }
  .logo-container .logo {
    width: 150px;
    margin-top: 40px;
    margin-left: 60px;
    cursor: pointer !important; }
    @media (max-width: 1600px) {
      .logo-container .logo {
        margin-left: 40px; } }
    @media (max-width: 1440px) {
      .logo-container .logo {
        width: 130px;
        margin-top: 5vh;
        margin-left: 5vw; } }
    @media (max-width: 1280px) {
      .logo-container .logo {
        margin-left: 3vw; } }
    @media (min-height: 1366px) {
      .logo-container .logo {
        margin-top: 2vh; } }
  .logo-container .logo-lines {
    position: absolute;
    top: -3vh;
    left: -3vw;
    width: 29vw; }
    @media (max-width: 1680px) and (max-height: 1050px) {
      .logo-container .logo-lines {
        width: 32vw; } }
    @media (max-width: 1600px) {
      .logo-container .logo-lines {
        width: 30vw; } }
    @media (max-width: 1440px) {
      .logo-container .logo-lines {
        top: 0;
        width: 29vw; } }
    @media (max-width: 1260px) {
      .logo-container .logo-lines {
        width: 38vw; } }
    @media (max-width: 991px) {
      .logo-container .logo-lines {
        width: 45vw; } }
    @media (max-width: 768px) {
      .logo-container .logo-lines {
        width: 60vw; } }

.about {
  background-image: url(/public/images/about-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right; }
  @media (max-width: 576px) {
    .about {
      overflow: auto; } }
  .about-bg {
    height: 100vh; }
    @media (max-width: 375px) {
      .about-bg {
        height: auto;
        padding-bottom: 10vh; } }
  .about-container {
    margin-top: 20vh;
    overflow: hidden; }
    @media (max-width: 1440px) {
      .about-container {
        margin-top: 20vh; } }
  .about-info-container {
    margin-left: 8vw; }
    @media (max-width: 991px) {
      .about-info-container {
        margin-left: 0; } }
  .about-subtitle {
    font-size: 26px;
    color: #c1c1c1; }
    @media (max-width: 575px) {
      .about-subtitle {
        font-size: 24px; } }
  .about-description {
    font-size: 26px;
    color: #c1c1c1;
    letter-spacing: 0.025em; }
    @media (max-width: 1600px) {
      .about-description {
        font-size: 22px; } }
    @media (max-width: 575px) {
      .about-description {
        font-size: 18px; } }
  .about-button {
    color: #f4d248;
    width: 220px;
    font-size: 20px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    height: 50px;
    transition: 0.4s; }
    .about-button .centerer {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #f4d248;
      width: 100%;
      z-index: 2;
      transition: ease-out 1s; }
    .about-button::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      background-color: #f4d248;
      border-radius: 50%;
      transition: 1s;
      z-index: 0; }
    .about-button:hover {
      border-color: #f4d248; }
      .about-button:hover .centerer {
        color: #231f20; }
      .about-button:hover::before {
        width: 300px;
        height: 300px; }
    @media (max-width: 768px) {
      .about-button {
        width: 50%; } }
    @media (max-width: 575px) {
      .about-button {
        width: 70%; } }
  .about .popup {
    width: 100%;
    height: 100vh;
    transition: linear 1s;
    position: absolute;
    top: 0;
    right: 100vw;
    z-index: 2;
    background: #f4d248; }
    @media (max-width: 991px) {
      .about .popup {
        height: 100%;
        overflow: scroll; } }
    @media (max-width: 576px) {
      .about .popup {
        height: 76%; } }
    @media (max-width: 375px) and (max-height: 850px) {
      .about .popup {
        height: 100%;
        margin-top: 2%; } }
    .about .popup-container {
      padding-top: 15vh; }
      @media (max-width: 1600px) {
        .about .popup-container {
          padding-top: 10vh; } }
      @media (max-width: 576px) {
        .about .popup-container {
          padding-top: 14vh; } }
    .about .popup-row {
      position: relative;
      justify-content: center; }
    .about .popup-text {
      font-family: 'Source Sans Pro Regular';
      font-size: 22px;
      color: #f5f5f5;
      transition: 1s;
      opacity: 0;
      line-height: 35px; }
      @media (max-width: 1920px) {
        .about .popup-text {
          font-size: 24px; } }
      @media (max-width: 1600px) {
        .about .popup-text {
          font-size: 20px; } }
      @media (max-width: 1200px) {
        .about .popup-text {
          font-size: 16px; } }
      @media (max-width: 576px) {
        .about .popup-text {
          font-size: 16px; } }
      @media (max-width: 1280px) {
        .about .popup-text-container {
          height: 80vh;
          overflow: scroll; } }
  .about .close {
    position: absolute;
    right: 0;
    top: 2vh;
    background-image: url(/public/images/close-btn.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 2rem 1rem -1rem auto;
    cursor: pointer;
    z-index: 2; }
  .about .modal .modal-fluid .modal-content {
    height: 100vh;
    width: 100%;
    transition: 1s;
    background: #f4d248; }
  .about .modal.show .modal-dialog {
    transition: 1s;
    margin: 0; }
  .about .fade {
    transition: opacity 1s linear; }
  .about .modal.fade .modal-dialog {
    width: 100%;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out,-webkit-transform 1s ease-out;
    transform: translate3d(0, 0, 0); }

.how-it-works {
  background-image: url(/public/images/how-it-works-bg.png);
  background-size: cover; }
  .how-it-works-container {
    margin-top: 8vh; }
    @media (max-width: 1440px) {
      .how-it-works-container {
        margin-top: 7vh; } }
  .how-it-works-info {
    padding: 5vw 7vw;
    margin-right: 6vw; }
    @media (max-width: 1600px) {
      .how-it-works-info {
        padding: 3vh 7vw 0 7vw; } }
    @media (max-width: 1440px) {
      .how-it-works-info {
        padding: 8vh 8vw 2vh; } }
    @media (max-width: 1280px) {
      .how-it-works-info {
        margin-right: 4vw; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .how-it-works-info {
        padding: 8vh 2vw 2vh;
        margin-right: 3vw; } }
    @media (max-width: 991px) {
      .how-it-works-info {
        margin-right: 0; } }
    @media (max-height: 600px) {
      .how-it-works-info {
        padding: 0 8vw 2vh; } }
  .how-it-works-title {
    text-align: right;
    margin-bottom: 28px; }
    @media (max-width: 991px) {
      .how-it-works-title {
        text-align: left; } }
  .how-it-works-button {
    width: 100%; }
    @media (max-width: 991px) {
      .how-it-works-button {
        max-width: 200px; } }
    @media (max-width: 575px) {
      .how-it-works-button {
        max-width: 235px; } }
  .how-it-works-scheme {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }
    .how-it-works-scheme-item {
      width: 22%;
      min-height: 178px;
      margin-bottom: 40px; }
      @media (max-width: 1600px) {
        .how-it-works-scheme-item {
          margin-bottom: 30px; } }
      @media (max-width: 1440px) {
        .how-it-works-scheme-item {
          width: 24%;
          margin-bottom: 40px; } }
      @media (max-width: 991px) {
        .how-it-works-scheme-item {
          width: 31%; } }
      @media (max-width: 660px) {
        .how-it-works-scheme-item {
          width: 45%; } }
      @media (max-width: 575px) {
        .how-it-works-scheme-item {
          width: 95%; } }
      @media (max-height: 600px) {
        .how-it-works-scheme-item {
          margin-bottom: 0; } }
      .how-it-works-scheme-item .item-title {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        padding-bottom: 10px;
        border-bottom: 1px solid #574f32;
        margin-bottom: 7px; }
      .how-it-works-scheme-item .item-index {
        font-size: 30px;
        color: #f4d248;
        opacity: 0.5;
        line-height: 1;
        margin-right: 1vw; }
      .how-it-works-scheme-item .item-description {
        font-size: 18px; }
        @media (max-width: 1600px) {
          .how-it-works-scheme-item .item-description {
            font-size: 14px; } }
        @media (max-width: 1440px) {
          .how-it-works-scheme-item .item-description {
            font-size: 16px; } }
        @media (max-width: 1199px) and (min-width: 992px) {
          .how-it-works-scheme-item .item-description {
            font-size: 14px; } }
      .how-it-works-scheme-item .item-description-actions {
        font-size: 24px;
        color: #f4d248;
        letter-spacing: 0.025em; }
        @media (max-width: 1440px) {
          .how-it-works-scheme-item .item-description-actions {
            font-size: 22px; } }
    .how-it-works-scheme .button-item {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 991px) {
        .how-it-works-scheme .button-item {
          width: 65%;
          justify-content: flex-start; } }
      @media (max-width: 660px) {
        .how-it-works-scheme .button-item {
          width: 45%; } }
      @media (max-width: 660px) {
        .how-it-works-scheme .button-item {
          width: 90%; } }

.faq {
  background-image: url(/public/images/faq-bg.png);
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .faq {
      background-position: 95% top;
      background-image: none;
      background-color: #33302a; } }
  .faq-container {
    margin-top: 20vh;
    position: relative; }
    @media (max-width: 1199px) {
      .faq-container {
        margin-top: 15vh; } }
    @media (max-width: 1366px) {
      .faq-container {
        margin-top: 10vh; } }
    @media (max-width: 992px) {
      .faq-container {
        margin-top: 6vh; } }
    @media (max-height: 992px) and (min-width: 1366px) {
      .faq-container {
        margin-top: 10vh; } }
    @media (max-width: 991px) {
      .faq-container {
        margin: 10vh 0 29vh; }
        .faq-container::after {
          content: '';
          background-image: url(/public/images/faq-bgpart-tablet.png);
          width: 300px;
          height: 300px;
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          right: 0; } }
    @media (max-height: 835px) {
      .faq-container {
        margin-top: 7vh; } }
    @media (max-height: 600px) {
      .faq-container {
        margin-top: 5vh; } }
  .faq-row {
    justify-content: center; }
    @media (max-width: 991px) {
      .faq-row {
        justify-content: center; } }
  .faq-title {
    text-align: right;
    margin-bottom: 25px;
    padding-right: 2vw; }
    @media (max-width: 991px) {
      .faq-title {
        text-align: left; } }
  .faq-item {
    margin-bottom: 20px; }
    .faq-item-title {
      font-size: 24px;
      color: #f4d248;
      margin-bottom: 4px; }
    .faq-item-description {
      font-size: 18px;
      color: #f5f5f5; }
      @media (min-width: 1900px) {
        .faq-item-description {
          font-size: 20px; } }
      @media (min-height: 835px) {
        .faq-item-description {
          font-size: 16px; } }

.how-to-order {
  background-image: url(/public/images/how-to-order-bg.png);
  background-size: cover; }
  .how-to-order:after {
    display: none; }
  @media (max-width: 991px) {
    .how-to-order {
      padding-bottom: 10vh;
      background-position: 65%; } }
  .how-to-order-contacts {
    text-align: left;
    margin-top: 40px; }
    @media (max-width: 991px) {
      .how-to-order-contacts {
        margin-right: 0;
        text-align: left;
        margin-top: 10vh; } }
    @media (max-width: 768px) {
      .how-to-order-contacts {
        display: flex;
        flex-direction: column; } }
    .how-to-order-contacts .centerer-contacts {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      max-width: 350px; }
    .how-to-order-contacts .contact-link {
      font-size: 18px;
      margin-bottom: 5px;
      color: #f4d248 !important; }
      @media (max-width: 1260px) {
        .how-to-order-contacts .contact-link {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .how-to-order-contacts .contact-link {
          font-size: 18px;
          margin-left: 0;
          margin-bottom: 5px; } }
      .how-to-order-contacts .contact-link:hover {
        color: #f4d248; }
      .how-to-order-contacts .contact-link a {
        color: #f4d248;
        text-decoration: none;
        margin-right: 5px; }
      .how-to-order-contacts .contact-link .addresslabel {
        margin-left: 5px; }
      .how-to-order-contacts .contact-link .contact-icon {
        width: 23px;
        height: 23px;
        vertical-align: middle;
        margin-right: 5px;
        background-size: cover;
        background-repeat: no-repeat;
        display: inline-block; }
      .how-to-order-contacts .contact-link .phone {
        background-image: url(/public/images/icons/phone.svg); }
      .how-to-order-contacts .contact-link .email {
        background-image: url(/public/images/icons/email.svg); }
      .how-to-order-contacts .contact-link .address {
        background-image: url(/public/images/icons/location-pin.svg); }
    .how-to-order-contacts .email-link {
      display: block;
      margin-bottom: 5px; }
    .how-to-order-contacts .address-link {
      display: block; }
  .how-to-order-container {
    margin-top: 20vh; }
    @media (max-width: 1600px) {
      .how-to-order-container {
        margin-top: 10vh; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .how-to-order-container {
        margin-top: 15vh; } }
    @media (max-width: 991px) {
      .how-to-order-container {
        margin-top: 10vh;
        flex-direction: column; } }
    @media (max-height: 600px) {
      .how-to-order-container {
        margin-top: 5vh; } }
  .how-to-order-row {
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 1600px) {
      .how-to-order-row {
        justify-content: center; } }
    @media (max-width: 991px) {
      .how-to-order-row {
        justify-content: center;
        align-items: center; } }
  .how-to-order-title {
    margin-bottom: 25px; }
  .how-to-order-list {
    color: #f5f5f5;
    font-size: 20px;
    list-style-position: inside; }
    @media (max-width: 1920px) {
      .how-to-order-list {
        width: 80%; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .how-to-order-list {
        font-size: 18px; } }
    @media (max-width: 1199px) {
      .how-to-order-list {
        font-size: 16px; } }
    @media (max-width: 575px) {
      .how-to-order-list {
        font-size: 18px; } }
    .how-to-order-list-item {
      position: relative;
      padding: 5px 0 5px 65px; }
      .how-to-order-list-item::before {
        content: '';
        display: inline-block;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        transform: translateY(-50%); }
    .how-to-order-list .mail::before {
      background-image: url(/public/images/icons/mail.svg); }
    .how-to-order-list .coins::before {
      background-image: url(/public/images/icons/score.svg); }
    .how-to-order-list .courier::before {
      background-image: url(/public/images/icons/courier-white.svg); }
    .how-to-order-list .archive::before {
      background-image: url(/public/images/icons/archive.svg);
      width: 31px;
      height: 31px; }
  .how-to-order-form-button {
    background-color: #f4d248;
    color: #231f20;
    width: 90%;
    margin: 20px auto;
    font-size: 20px;
    border: 0;
    font-family: 'Source Sans Pro Semibold'; }
  .how-to-order-form-container {
    padding: 30px 0;
    max-width: 350px; }
    .how-to-order-form-container .form-title {
      font-size: 36px;
      color: #f5f5f5;
      font-family: 'Source Sans Pro Semibold';
      padding: 20px;
      line-height: 1.2; }
      @media (max-width: 1440px) {
        .how-to-order-form-container .form-title {
          font-size: 38px; } }
      @media (max-width: 1199px) and (min-width: 992px) {
        .how-to-order-form-container .form-title {
          font-size: 30px; } }
      @media (max-width: 575px) {
        .how-to-order-form-container .form-title {
          font-size: 34px; } }
    .how-to-order-form-container form {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
    .how-to-order-form-container input {
      width: 100%;
      background: transparent;
      border: 0;
      border-bottom: 1px solid;
      border-color: #f5f5f5;
      padding: 10px 20px;
      font-size: 20px;
      color: #f5f5f5;
      font-family: 'Source Sans Pro Light'; }
      .how-to-order-form-container input::placeholder {
        color: #f5f5f5; }
      .how-to-order-form-container input:focus {
        box-shadow: none;
        outline: none; }
      .how-to-order-form-container input:active {
        box-shadow: none;
        outline: none; }
  .how-to-order #simpleGratitude .modal {
    width: 500px;
    right: 0; }
  .how-to-order #simpleGratitude .modal-content {
    background: #161616; }
  .how-to-order #simpleGratitude .simpleGratitude-text {
    text-align: center;
    color: #f5f5f5;
    font-size: 24px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%); }

.copyright {
  color: #fff2bf;
  font-size: 14px;
  opacity: 0.5;
  margin-top: 175px;
  text-align: right;
  font-family: 'Source Sans Pro Light';
  margin-right: 23%; }
  @media (max-width: 1600px) {
    .copyright {
      margin-right: 9%; } }
  @media (max-width: 1440px) {
    .copyright {
      margin-right: 4%; } }
  @media (max-width: 1366px) {
    .copyright {
      margin-right: 0;
      margin-top: 30px; } }
  @media (max-width: 991px) {
    .copyright {
      text-align: left;
      margin-top: 40px; } }

.services {
  background: #4c4c4c; }
  .services-row {
    justify-content: flex-end; }
    @media (max-width: 991px) {
      .services-row {
        justify-content: center;
        padding: 15vh 0; } }
    @media (max-height: 768px) {
      .services-row {
        align-items: center; } }
  .services-list {
    z-index: 2;
    height: 100vh;
    padding-top: 20px; }
    @media (max-width: 1366px) {
      .services-list {
        padding: 0; } }
    @media (max-width: 991px) {
      .services-list {
        margin-bottom: 30px;
        height: auto;
        padding: 5vh 2vw 5vh 0; } }
    .services-list-name {
      font-family: 'Source Sans Pro Bold';
      font-size: 16px;
      text-transform: uppercase; }
      @media (max-width: 1366px) {
        .services-list-name {
          padding: 20px; } }
      @media (max-width: 1200px) {
        .services-list-name {
          font-size: 14px; } }
    .services-list-table {
      margin-top: 20px; }
      @media (max-width: 575px) {
        .services-list-table {
          overflow-x: scroll;
          padding: 0;
          overflow-y: hidden; } }
      .services-list-table .border-0 {
        border: 0; }
      .services-list-table .border-bottom-0 {
        border-bottom: 0; }
      .services-list-table .border-top-0 {
        border-top: 0; }
      .services-list-table .title-row td {
        padding: 5px 5px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        width: 150px; }
        @media (max-height: 768px) {
          .services-list-table .title-row td {
            font-size: 14px; } }
        @media (max-width: 500px) {
          .services-list-table .title-row td {
            font-size: 14px; } }
      .services-list-table .service-row td.name {
        padding: 0 5px; }
      .services-list-table .service-row td {
        font-size: 16px;
        padding: 15px; }
        @media (max-width: 1200px) {
          .services-list-table .service-row td {
            font-size: 14px;
            padding: 0; } }
        @media (max-width: 991px) {
          .services-list-table .service-row td {
            padding: 20px 0; } }
        @media (max-height: 900px) {
          .services-list-table .service-row td {
            font-size: 15px; } }
      .services-list-table .service-row .feature-item-name {
        padding: 10px;
        line-height: 1.2; }
        @media (max-width: 1366px) {
          .services-list-table .service-row .feature-item-name {
            padding: 5px; } }
        @media (max-width: 1199px) {
          .services-list-table .service-row .feature-item-name {
            padding: 2px; } }
        @media (max-width: 991px) {
          .services-list-table .service-row .feature-item-name {
            padding: 10px 5px;
            font-size: 14px; } }
        @media (max-height: 900px) {
          .services-list-table .service-row .feature-item-name {
            padding: 5px 10px; } }
      .services-list-table .service-row .included {
        padding: 19px;
        width: 140px; }
        @media (max-height: 900px) {
          .services-list-table .service-row .included {
            padding: 17px; } }
        @media (max-width: 1366px) {
          .services-list-table .service-row .included {
            padding: 15px; } }
      .services-list-table .features-group-name {
        font-family: 'Source Sans Pro Bold';
        writing-mode: tb-rl;
        transform: rotate(180deg);
        line-height: 0;
        text-transform: uppercase; }
      @media (max-width: 991px) {
        .services-list-table {
          font-size: 18px; } }
  @media (max-width: 991px) {
    .services .services-list-name {
      font-size: 18px;
      padding: 0 30px 0;
      margin-bottom: 0; } }
  .services .type-1 {
    background: #E4D9AD;
    padding-top: 30px;
    padding-left: 40px; }
    @media (max-width: 991px) {
      .services .type-1 {
        padding: 15px; } }
    .services .type-1 .title-row td {
      color: #595959;
      line-height: 1.2; }
    .services .type-1 .services-list-name,
    .services .type-1 .features-group-name {
      color: #231f20;
      text-align: center;
      margin: 15px; }
    .services .type-1 .services-list-table,
    .services .type-1 td,
    .services .type-1 th {
      border-color: #f5f5f5; }
    .services .type-1 .included {
      background-image: url(/public/images/dark-bottle.png);
      background-repeat: no-repeat;
      background-position: center; }
  .services .type-2 {
    background: #f5f5f5; }
    .services .type-2 .title-row td {
      color: #595959; }
    .services .type-2 .services-list-name {
      color: #231f20; }
    .services .type-2 .features-group-name,
    .services .type-2 .services-list-table,
    .services .type-2 td,
    .services .type-2 th {
      border-color: #231f20;
      color: #5a5a5a; }
    .services .type-2 .included {
      background-image: url(/public/images/dark-bottle.png);
      background-repeat: no-repeat;
      background-position: center; }
  .services .type-3 {
    background: #292621;
    font-family: 'Source Sans Pro Regular'; }
    .services .type-3 .services-list-name {
      padding-right: 20px;
      color: #f5f5f5;
      font-family: 'Source Sans Pro Regular'; }
    .services .type-3 .features-group-name {
      font-family: 'Source Sans Pro Regular';
      color: #f5f5f5; }
    .services .type-3 .services-list-table,
    .services .type-3 td {
      font-family: 'Source Sans Pro Regular';
      border-color: #5a5a5a;
      color: #f5f5f5; }
    .services .type-3 .included {
      background-image: url(/public/images/light-bottle.png);
      background-repeat: no-repeat;
      background-position: center; }
  @media (max-width: 991px) {
    .services-title-container {
      position: absolute;
      left: -3vw; } }
  @media (max-width: 767px) {
    .services-title-container {
      position: unset; } }
  .services-title {
    font-family: 'Source Sans Pro Semibold';
    color: #f5f5f5;
    font-size: 64px;
    transform: rotate(-90deg);
    white-space: nowrap;
    margin-top: 60vh; }
    @media (max-width: 1199px) {
      .services-title {
        font-size: 50px;
        margin-left: 7vw; } }
    @media (max-width: 991px) {
      .services-title {
        margin-left: 4vw;
        margin-top: 29.5vh; } }
    @media (max-width: 768px) {
      .services-title {
        margin-top: 30.5vh; } }
    @media (max-width: 767px) {
      .services-title {
        font-size: 44px;
        margin-top: 0;
        transform: rotate(0); } }
    @media (max-height: 600px) {
      .services-title {
        margin-top: 78vh; } }
    @media (max-height: 767px) {
      .services-title {
        margin-top: 100px; } }
  .services .customScrollbar {
    position: relative;
    height: 100%;
    width: 76%;
    margin: 0 auto;
    overflow: hidden; }
    @media (max-width: 991px) {
      .services .customScrollbar {
        height: auto;
        width: 100%; } }

.recommendations {
  background-image: url(/public/images/recommendations-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 0%;
  transition: 0.3s; }
  .recommendations-bg {
    background-image: url(/public/images/bg_wave2.svg);
    background-repeat: no-repeat;
    background-position: center 150%;
    background-size: cover;
    height: 260%; }
    @media (min-height: 1200px) {
      .recommendations-bg {
        background-position: 100% 100%;
        height: 200%; } }
    @media (max-height: 1080px) {
      .recommendations-bg {
        height: 250%;
        background-position: center 130%; } }
    @media (min-height: 1050px) {
      .recommendations-bg {
        background-position: center 75%; } }
    @media (max-height: 1024px) {
      .recommendations-bg {
        height: 245%;
        background-position: center 144%; } }
    @media (max-height: 920px) {
      .recommendations-bg {
        height: 220%;
        background-position: center 55%; } }
    @media (max-height: 600px) {
      .recommendations-bg {
        height: 130%;
        background-position: center 14%; } }
    @media (max-width: 1440px) and (min-height: 900px) {
      .recommendations-bg {
        background-size: cover;
        background-position: 100% 25%; } }
    @media (max-width: 991px) {
      .recommendations-bg {
        background-image: url(/public/images/bg_wave-tablet.png);
        height: 155vh; } }
    @media (max-width: 768px) {
      .recommendations-bg {
        height: 140vh; } }
    @media (max-width: 660px) {
      .recommendations-bg {
        height: 145vh; } }
    @media (max-width: 576px) {
      .recommendations-bg {
        height: auto;
        padding-bottom: 10vh;
        background-position: 65%; } }
  .recommendations-container {
    padding-top: 20vh; }
    @media (max-width: 991px) {
      .recommendations-container .tablet-view {
        flex-direction: column-reverse;
        align-items: center; } }
    @media (max-width: 1440px) {
      .recommendations-container {
        padding-top: 12vh; } }
    @media (max-height: 1024px) {
      .recommendations-container {
        padding-top: 20vh; } }
    @media (max-width: 1200px) and (min-height: 600px) {
      .recommendations-container {
        padding-top: 12vh; } }
  .recommendations-subtitle {
    font-family: 'Source Sans Pro Light';
    font-size: 24px;
    color: #c5c5c5;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px; }
    @media (max-width: 660px) {
      .recommendations-subtitle {
        font-size: 22px; } }
  .recommendations-list {
    font-family: 'Source Sans Pro Regular';
    font-size: 24px;
    color: #f4d248;
    list-style-position: inside;
    max-width: 700px; }
    @media (max-width: 1200px) and (min-width: 992px) {
      .recommendations-list-item {
        font-size: 18px; } }
    @media (max-width: 1440px) {
      .recommendations-list {
        padding: 0px 70px 0 0; } }
    @media (max-width: 768px) {
      .recommendations-list {
        padding: 0; } }
    @media (max-width: 660px) {
      .recommendations-list {
        font-size: 22px; } }
    @media (max-height: 768px) {
      .recommendations-list {
        font-size: 20px; } }
  @media (max-width: 1440px) {
    .recommendations-micro {
      max-width: 350px; } }
  @media (max-width: 1200px) and (min-width: 992px) {
    .recommendations-micro {
      max-width: 330px; } }
  .recommendations-micro-container {
    text-align: center;
    transition: linear 2s;
    z-index: 2; }
    @media (max-width: 991px) {
      .recommendations-micro-container {
        text-align: right;
        margin-top: 10vh; } }

.desctop-micro {
  display: none; }
  .desctop-micro img {
    position: absolute;
    top: 10vh;
    left: 18vw; }
  @media (min-width: 992px) {
    .desctop-micro {
      display: block; } }

.mobile-micro {
  display: none; }
  @media (max-width: 991px) {
    .mobile-micro {
      display: block; } }

.header-mobile {
  width: 50%;
  height: 200px;
  background-image: url(/public/images/heaer-mobile.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3; }
  @media (max-width: 660px) {
    .header-mobile {
      width: 70%; } }
  @media (max-width: 500px) {
    .header-mobile {
      width: 100%;
      height: 170px; } }
  @media (max-width: 575px) {
    .header-mobile {
      display: flex; } }
  @media (max-width: 375px) {
    .header-mobile {
      height: 145px; } }
  @media (max-height: 500px) {
    .header-mobile {
      height: 125px; } }
  .header-mobile-logo {
    margin-left: 5vw;
    margin-top: 3vh;
    width: 90%; }
    @media (max-width: 375px) {
      .header-mobile-logo {
        margin: 4vh 2vw 4vh 5vw;
        width: 85%; } }
  .header-mobile-menu-toggler {
    height: max-content;
    align-self: center;
    margin: 0 0 15vh 5vw;
    content: "";
    background-image: url(/public/images/menu.svg);
    background-size: cover;
    background-position: center;
    display: block;
    width: 8px;
    height: 31px;
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .header-mobile-menu-toggler {
        margin: 0 0 40px 88px; } }
    @media (max-width: 768px) {
      .header-mobile-menu-toggler {
        margin: 0px 0 70px 88px; } }
    @media (max-width: 660px) {
      .header-mobile-menu-toggler {
        margin: 0 0 55px 12vw; } }
    @media (max-width: 375px) {
      .header-mobile-menu-toggler {
        margin: 0 0 40px 12vw; } }
  .header-mobile-menu {
    background-image: url(/public/images/header-menu-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 65%;
    height: auto;
    position: absolute;
    z-index: 2;
    background-position: 100% 0;
    top: -50px;
    transition: 0.4s;
    display: none;
    z-index: 0;
    overflow: hidden; }
    @media (max-width: 900px) {
      .header-mobile-menu {
        top: 0;
        height: auto; } }
    @media (max-width: 768px) {
      .header-mobile-menu {
        top: 0; } }
    @media (max-width: 660px) {
      .header-mobile-menu {
        width: 100%;
        overflow: auto; } }
    @media (max-width: 500px) {
      .header-mobile-menu {
        top: 0;
        height: 100%; } }
    @media (max-width: 375px) {
      .header-mobile-menu {
        background-size: cover;
        background-position: 0; } }
    .header-mobile-menu.fadeIn {
      z-index: 2;
      display: block; }
    .header-mobile-menu-list {
      padding: 0;
      width: 50%;
      margin: 30vh auto 6vh auto;
      font-size: 20px; }
      @media (max-width: 991px) {
        .header-mobile-menu-list {
          margin: 40vh auto 6vh auto; } }
      @media (max-width: 768px) {
        .header-mobile-menu-list {
          margin: 30vh auto 6vh auto; } }
      @media (max-width: 576px) {
        .header-mobile-menu-list {
          margin: 36vh auto 6vh auto; } }
      @media (max-width: 375px) {
        .header-mobile-menu-list {
          margin: 220px auto 0 auto;
          width: 70%; } }
      @media (max-height: 576px) {
        .header-mobile-menu-list {
          margin: 35vh auto 8vh auto;
          font-size: 16px; } }
      @media (max-height: 500px) {
        .header-mobile-menu-list {
          margin: 36vh auto 0 auto; } }
    .header-mobile-menu-item {
      margin-bottom: 25px; }
      @media (max-width: 450px) {
        .header-mobile-menu-item {
          margin-bottom: 25px;
          font-size: 22px; } }
    .header-mobile-menu-link {
      color: #a2a2a2; }
      .header-mobile-menu-link-marker {
        width: 30px;
        height: 30px;
        background-image: url(/public/images/icons/drop-simple.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        transition: 1s;
        vertical-align: sub; }
    .header-mobile-menu-link.active {
      padding-left: 10px; }
      .header-mobile-menu-link.active .fullname {
        color: #f5f5f5; }
      .header-mobile-menu-link.active .header-mobile-menu-link-marker {
        background-image: url(/public/images/icons/color-picker.svg); }
    .header-mobile-menu-link:visited {
      color: #a2a2a2; }
    .header-mobile-menu .lang-selector {
      max-width: 100%;
      padding: 15px 5vw;
      margin-left: 0; }
      @media (max-width: 375px) {
        .header-mobile-menu .lang-selector {
          margin-top: 15px;
          padding: 15px 0; } }

