@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

body {
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #100f0f;
  text-align: left;
  background: #e4e8ec;
  overflow-x: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

* {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

p {
  margin-top: 24px;
}

ul,
ol {
  text-align: left;
}

ul > li,
ol > li {
  display: block;
  position: relative;
  padding: 20px 0 0 24px;
}

ol > li {
  counter-increment: step-counter;
}

ul > li:before,
ol > li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  text-align: center;
}

ul > li:before {
  content: '';
  width: 4px;
  height: 4px;
  left: 8px;
  top: 30px;
  border-radius: 50%;
  background-color: #100f0f;
}

ol > li:before {
  content: counter(step-counter) '.';
  padding-top: inherit;
  top: 0;
  color: #100f0f;
}

h1,
h2,
h3,
h4,
.title {
  display: block;
  position: relative;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #100f0f;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 24px;
  font-size: 40px;
}

.title.general {
  max-width: 500px;
  text-align: left;
  color: #ffffff;
  z-index: 1;
}

h2,
.title.high {
  margin-bottom: 20px;
  font-size: 40px;
}

h3,
.title.middle {
  margin: 32px 0 24px 0;
  font-size: 40px;
}

h4,
.title.mini {
  margin: 32px 0 24px 0;
  font-size: 40px;
}

.button {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 128px;
  height: auto;
  max-height: 48px;
  background: #ff4900;
  font-size: 16px;
  font-weight: 600;
  font-style: normal !important;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  padding: 16px 31px;
  margin: 16px auto 0 auto;
  -webkit-box-shadow: 0 4px 18px rgba(14, 24, 17, 0.25);
  box-shadow: 0 4px 18px rgba(14, 24, 17, 0.25);
  border-radius: 16px;
}

.button:hover,
.button:focus {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button.inverse {
  background: #07d932;
}

.button > img,
.button > span {
  display: inline-block;
  position: relative;
  font: inherit;
  line-height: 1;
  vertical-align: middle;
}

.button > img + span {
  margin-left: 10px;
}

.image img,
.background img {
  display: block;
  position: relative;
}

.background {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right bottom;
  object-position: right bottom;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: rgba(255, 255, 255, 1);
  line-height: 1;
}

use {
  fill: rgba(255, 255, 255, 1);
  fill-rule: evenodd;
}

.content,
.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 32px 30px 0 30px;
}

.cover {
  height: auto;
}

.cantante-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 30px 0 30px;
  overflow: hidden;
}

.cantante-body {
  margin-left: auto;
  width: calc(100% - 315px);
}

.bonus-page .cantante-body,
.app-page .cantante-body {
  width: 100%;
}

.cover {
  max-width: 100%;
  overflow: hidden;
  padding-left: calc(50% - ((1300px - 30px - 30px) / 2));
  padding-right: calc(50% - ((1300px - 30px - 30px) / 2));
}

.content > *,
.cover > * {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* HEADER */
.header {
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  overflow: unset;
  color: rgba(255, 255, 255, 1);
  background-color: #136b15;
  z-index: 1000;
}

.header > * {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.hdrer__language-dropdown {
  z-index: 5;
  color: #ffffff;
  max-width: 131px;
  margin: 0 0 0 24px;
  cursor: pointer;
}

.hdrer__language-dropdown > div {
  padding: 11px 40px 11px 24px;
  position: relative;
  border: 1px solid #ffffff;
  background-color: #136b15;
  border-radius: 16px;
  z-index: 100;
}

.hdrer__language-dropdown > div::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 7px;
  right: 27px;
  top: calc(50% - 7px / 2);
  background-image: url(../images/arrow-icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.hdrer__language {
  white-space: nowrap;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: auto;
  overflow: hidden;
  color: #ffffff;
  text-transform: uppercase;
}

.hdrer__language img {
  margin-right: 8px;
  display: block;
  width: 26px;
}

.hdrer__language-dropdown > ul {
  margin-bottom: 0;
  padding: 45px 40px 30px 24px;
  position: absolute;
  background-color: #e4e8ec;
  top: 20px;
  min-width: 131px;
  border-radius: 0 0 20px 20px;
  border: 1px solid #ffffff;
  z-index: 10;
}

.hdrer__language-dropdown ul > li::before {
  display: none;
}

.list-hidden > ul {
  margin-bottom: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.hdrer__language-dropdown.list-hidden > ul {
  padding: 0 40px 0 24px;
}

.hdrer__language-dropdown > ul li {
  display: block;
  padding: 0;
}

.hdrer__language-dropdown > ul li + li {
  margin-top: 3px;
}

.hdrer__language-dropdown ul .hdrer__language:hover,
.hdrer__language-dropdown ul .hdrer__language:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hdrer__language-dropdown:not(.list-hidden) > div::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hdrer__menu .sadbare_menu,
.hdrer__menu .sadbare_blck {
  display: none;
}

.hdrer__batone-menu {
  display: none;
}

.hdrer__menu .sadbare_aaansert-top {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hdrer__menu .sadbare_aaansert-top span {
  margin: 0 6px;
}

.logo > img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 48px;
}

.logo[href]:hover,
.logo[href]:focus {
  opacity: 0.5;
}

/* MENU */
.menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  background: #279734;
  border-radius: 16px;
}

.menu li {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}

.menu li:before {
  display: none;
}

.menu li > a {
  padding: 12px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  color: rgba(255, 255, 255, 1);
  border-color: transparent;
  border-radius: 16px;
  text-transform: uppercase;
}

.menu li > a:hover,
.menu li > a:focus {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.menu li > a img {
  margin-right: 10px;
}

.hdrer__button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 0 0 14px;
}

.hdrer__menu .hdrer__batone-login,
.hdrer__menu .hdrer__batone-signup {
  display: none;
}

.hdrer__menu .sadbare_blck {
  max-width: 560px;
  text-align: left;
}

.hdrer__menu .sadbare_aaansert {
  margin: 0 auto 20px;
}

.hdrer__menu .sadbare_aaansert-center {
  padding: 20px 150px 20px 20px;
}

.hdrer__menu .sadbare_aaansert-center p {
  max-width: 100%;
  font-size: 20px;
}

.hdrer__menu .sadbare_vksvj-item {
  max-height: 200px;
}

.hdrer__menu .sadbare_aaansert-img {
  bottom: calc(50% - 116px / 2);
}

/* MAIN */
.main {
  display: block;
  position: relative;
  overflow-x: hidden;
  padding-top: 80px;
}

.main > * {
  position: relative;
}

/* SIDEBAR */
.sidebar {
  width: 295px;
  margin-right: 20px;
  padding-bottom: 30px;
}

.sadbare_wrper {
  border-radius: 6px;
  background-color: #ffffff;
}

.sadbare_head {
  padding: 20px 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px 6px 0 0;
}

.sadbare_head .button {
  border-radius: 60px;
  margin: 0;
  min-width: auto;
  padding: 4px 16px 4px 4px;
  text-align: left;
  min-width: 250px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sadbare_head .button span {
  margin: 0 5px 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sadbare_head .button .icon-play {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 14px;
}

.sadbare_head .button .icon-arrow {
  display: inline-block;
  margin-left: auto;
}

.sadbare_menu {
  padding: 0 0 16px;
}

.sadbare_menu li {
  padding: 0;
  position: relative;
}

.sadbare_menu li:not(:last-child)::after {
  content: '';
  position: absolute;
  width: calc(100% - 24px);
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #e8e8e8;
}

.sadbare_menu li::before {
  display: none;
}

.sadbare_menu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 16px 24px 16px 20px;
  color: #202735;
  border-left: 4px solid transparent;
}

.sadbare_menu a:hover,
.sadbare_menu a:focus {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(205, 237, 221, 0.35)),
      to(rgba(205, 237, 221, 0.35))
    ),
    #ffffff;
  background: -o-linear-gradient(
      bottom,
      rgba(205, 237, 221, 0.35),
      rgba(205, 237, 221, 0.35)
    ),
    #ffffff;
  background: linear-gradient(
      0deg,
      rgba(205, 237, 221, 0.35),
      rgba(205, 237, 221, 0.35)
    ),
    #ffffff;
  border-left: 4px solid #29a8ac;
}

.sadbare_menu a img {
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.sadbare_menu a span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.sadbare_aaansert {
  margin: 20px 0;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
}

.sadbare_aaansert-top {
  padding: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
}

.sadbare_aaansert-center {
  background: -o-linear-gradient(359.68deg, #e4e8ec -0.69%, #4b9452 100.53%);
  background: linear-gradient(90.32deg, #e4e8ec -0.69%, #4b9452 100.53%);
  padding: 23px 16px;
}

.sadbare_aaansert-center p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 200px;
  margin: 0;
}

.sadbare_aaansert-img {
  min-width: 85px;
  position: absolute;
  bottom: 10px;
  right: 8px;
}

.sadbare_aaansert .button {
  min-width: auto;
  margin: 0;
  line-height: 1.5;
}

.sadbare_aaansert-bottom {
  padding: 18px 16px;
}

.sadbare_vksvj-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.sadbare_vksvj-inner .sadbare_vksvj-item {
  width: calc((100% - 15px) / 2);
}

.sadbare_vksvj-item {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  min-height: 164px;
}

.sadbare_vksvj-item:hover .sadbare_rur,
.sadbare_vksvj-item:hover .sadbare_icon,
.sadbare_vksvj-item:focus .sadbare_rur,
.sadbare_vksvj-item:focus .sadbare_icon {
  background: #ff4900;
}

.sadbare_img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.sadbare_rur {
  background: #07d932;
  border-radius: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 22px 12px 10px 12px;
  text-align: center;
  z-index: 0;
}

.sadbare_rur p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
}

.sadbare_icon {
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  background: #07d932;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: -1;
}

.sadbare_button {
  padding: 10px 18px;
  font-weight: 700;
  font-size: 12px;
}

/* APP */
.apps {
  margin-bottom: 24px;
  padding: 25px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  background-color: #1a3768;
  border-radius: 6px;
}

.apps__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.apps__btn {
  margin-right: 20px;
  padding-right: 20px;
  background: #0e480c;
  border-radius: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
}

.apps__btn span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

.apps__btn-pill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  background: #1f4c52;
  border-radius: 36px;
  width: 129px;
  padding: 12px 15px;
  position: relative;
  margin-right: 20px;
}

.apps__btn-pill .img-phone {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: none;
  -webkit-filter: drop-shadow(0px 4px 7px rgba(25, 42, 50, 0.5));
  filter: drop-shadow(0px 4px 7px rgba(25, 42, 50, 0.5));
}

/* 	PRIME */
.prime {
  margin-bottom: 24px;
}

.prm__cover {
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 6px;
  z-index: 0;
}

.prm__image {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.prm__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-page .prm__image {
  right: 0;
}

.bonus-page .prm__image {
  right: 200px;
}

.bonus-page .title.general,
.app-page .title.general {
  max-width: 630px;
}

.app-page .prm__image {
  right: 200px;
}

.prm__wr {
  padding: 106px 40px 32px 40px;
  min-height: 384px;
  z-index: 100;
}

.bonus-page .prm__wr {
  padding: 32px 40px 32px 40px;
}

.app-page .prm__wr {
  padding: 32px 40px 32px 40px;
}

.prm__button {
  margin-top: 0;
  min-width: 202px;
  z-index: 1;
}

.section {
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 24px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.weelcomee__content p {
  margin: 0 0 16px 0;
}

/* APP PAGE */
.app-banner {
  position: relative;
  padding: 32px 40px;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e6e5e5),
    color-stop(47.82%, #c4c4c4),
    to(#8d8d8d)
  );
  background: -o-linear-gradient(top, #e6e5e5 0%, #c4c4c4 47.82%, #8d8d8d 100%);
  background: linear-gradient(180deg, #e6e5e5 0%, #c4c4c4 47.82%, #8d8d8d 100%);
}

.app-banner__image {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.app-banner__image img {
  display: block;
}

.app-banner__inner + .app-banner__inner {
  margin-left: 40px;
}

.app-banner__inner {
  min-width: 280px;
}

.app-banner__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 310px;
}

.app-banner__buttons a {
  margin-top: 24px;
  width: calc(50% - 17px / 2);
}

.app-banner__button {
  margin: 0;
  width: 100%;
  min-width: 309px;
  max-height: none;
  padding: 16px 15px;
}

/* WELCOME BONUS */
.weelcomee__cover {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: -o-radial-gradient(
    82.16% 89.14%,
    144% 209.78%,
    #ffffff 0%,
    #cecdd0 49%,
    #99979d 100%
  );
  background: radial-gradient(
    144% 209.78% at 82.16% 89.14%,
    #ffffff 0%,
    #cecdd0 49%,
    #99979d 100%
  );
}

.weelcomee__wr {
  margin-left: auto;
  padding: 40px 40px 48px 10px;
  width: 50%;
}

.weelcomee__wr.weelcomee__image {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: auto;
  z-index: -1;
  left: 0;
}

.weelcomee__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.weelcomee__rur {
  margin: 0 0 16px 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  padding: 0;
}

.weelcomee__wr p {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  text-transform: lowercase;
}

.weelcomee__button {
  margin-top: 32px;
  min-width: 307px;
  background: #53b03b;
}

.benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
}

.benefits__wr {
  width: calc(50% - 6px);
  position: relative;
  text-align: center;
}

.benefits .title.high {
  margin: 20px 0 0 0;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  display: block;
  text-align: center;
}

.benefits__img {
  display: block;
}

.benefits__wr ul {
  margin: -12px 50px -12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.benefits__wr ul li {
  margin: 12px 0;
  padding: 12px 22px;
  width: calc(100% - 40px);
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ace2cb),
    color-stop(117.45%, #096133)
  );
  background: -o-linear-gradient(top, #ace2cb 0%, #096133 117.45%);
  background: linear-gradient(180deg, #ace2cb 0%, #096133 117.45%);
  border-radius: 12px;
  text-align: center;
  text-transform: uppercase;
}

.benefits__wr ul li:first-of-type {
  margin-left: auto;
}

.benefits__wr ul li:nth-of-type(2) {
  margin-right: 15px;
  margin-left: auto;
}

.benefits__wr ul li:nth-of-type(3) {
  margin-right: 30px;
  margin-left: auto;
}

.benefits__wr ul li:last-of-type {
  margin-right: auto;
}

.benefits__wr ul li::before {
  display: none;
}

.benefits__image {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 338px;
  z-index: -1;
}

.benefits__image img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* TEXT */
.txte__rating {
  margin: 40px -24px;
  padding: 32px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f7f7f7;
  border-radius: 12px;
}

.txte__rating .rating__image {
  margin: 0 0 0 24px;
}

.txte__rating .rating__text {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #100f0f;
}

.rating__text > span {
  font-size: 40px;
  font-weight: 700;
}

.text ul,
.text ol {
  max-width: 750px;
}

.text ul:first-of-type {
  margin-top: -20px;
}

.txte__button {
  margin: 24px auto 0;
  min-width: 309px;
}

.support__rur {
  margin: 0 0 24px;
}

.support__buttons {
  margin: 18px -6px -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.support__button {
  margin: 6px;
  padding: 9px 19px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 119px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #100f0f;
  background-color: #ffffff;
  border: 1px solid #100f0f;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.support .button__icon {
  margin-right: 10px;
}

.support__wr + .support__wr {
  margin-top: 35px;
}

.support li::before {
  display: none;
}

.support li {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #192a32;
}

.support li + li {
  margin-top: 8px;
}

.support li span + span {
  margin-left: 12px;
}

.support li span:nth-child(2) {
  font-weight: 600;
}

.support li span:last-of-type {
  padding: 0 20px;
  color: #777777;
  font-weight: 400;
}

.support li img {
  display: block;
}

.support li a {
  color: #777777;
}

.support .contrast-link {
  color: #2a8711;
}

.feedback {
  padding: 32px 0 40px 40px;
  background: #ebebeb;
}

.feedback__rur {
  margin: 0 0 48px 0;
  text-align: center;
}

.feedback-carousel {
  margin-bottom: 40px;
}

.feedback-carousel .item {
  margin: 60px 0 40px;
  padding: 63px 35px 35px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: #ffffff;
  border-radius: 12px;
}

.feedback-carousel .item-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feedback-carousel .item-person {
  margin-bottom: 21px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.feedback-carousel .item-image {
  position: absolute;
  display: block;
  min-width: 93px;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.feedback-carousel .item-image img {
  border-radius: 50%;
  border: 1px solid #016632;
}

.feedback-carousel .item-image::before {
  content: '';
  position: absolute;
  display: block;
  width: calc(100% + 6px + 6px);
  height: calc(100% + 6px + 6px);
  top: -6px;
  left: -6px;
  background: #016632;
  border-radius: 50%;
  z-index: -10;
  -webkit-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.31);
}

.feedback-carousel .item-image::after {
  content: '';
  position: absolute;
  display: block;
  width: calc(100% + 5px + 5px);
  height: calc(100% + 5px + 5px);
  top: -5px;
  left: -5px;
  background: #ffffff;
  border-radius: 50%;
  z-index: -1;
}

.feedback-carousel .item-name {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.feedback-carousel .item-rate {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 145px;
  position: relative;
}

.item-rate span {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
}

.item-rate span img {
  min-width: 145px;
}

.feedback-carousel .item-text {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.feedback-carousel .owl-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 40px;
  bottom: -40px;
}

.feedback-carousel .owl-nav .owl-button + .owl-button {
  margin-left: 16px;
}

.feedback-carousel .owl-nav button.owl-button {
  width: 38px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1.5px solid #100f0f;
  border-radius: 6px;
}

.feedback-carousel .owl-nav button.owl-button:hover,
.feedback-carousel .owl-nav button.owl-button:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.feedback-carousel .item-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.feedback-carousel .item-rating__stars {
  display: inline-block;
  vertical-align: middle;
  width: 96px;
  position: relative;
  z-index: 5;
}

.feedback-carousel .item-rating__active {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 106px;
  overflow: hidden;
}

.feedback-carousel .item-rating__active img {
  max-width: none;
  width: auto;
}

.faq ul {
  margin: -4px -9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 500px;
  overflow: hidden;
}

.faq ul > li:before {
  display: none;
}

.faq__item {
  margin: 4px 9px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 36px / 2);
  background: #ffffff;
  border: 1px solid rgba(16, 15, 15, 0.4);
  border-radius: 6px;
}

.faq__item.active {
  background: rgba(205, 237, 221, 0.35);
  border-radius: 12px;
}

.faq-item__rur {
  padding: 0 0 0 40px;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  text-transform: initial;
  cursor: pointer;
}

.faq-item__rur::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 24px / 2);
  left: 0;
  width: 24px;
  height: 24px;
  background: url('../images/faq-arrow.svg') no-repeat center center / 16px 10px;
}

.faq__item.active .faq-item__rur::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-item__desc {
  padding: 16px 0 0;
}

.faq-item__desc p {
  margin: 0;
}

/* FOOTER */
.fature__cover {
  padding-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Poppins', sans-serif;
}

.fature__wrper {
  padding: 48px 30px 36px;
  margin-left: 315px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 925px;
  position: relative;
  background-color: #136b15;
}

.bonus-page .fature__wrper,
.app-page .fature__wrper {
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

.fature__cover > * {
  padding-top: 48px;
  padding-bottom: 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.fature__general {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 213px;
  -ms-flex: 1 0 213px;
  flex: 1 0 213px;
}

.fature__logo {
  display: block;
}

.fature__logo img {
  max-height: 100%;
}

.copyright {
  font-size: 9px;
  font-weight: 700;
  line-height: 14px;
}

.fature__informationne {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fature__informationne p {
  margin: 0 0 30px 0;
  color: #ffffff;
}

.fature__informationne-inner {
  min-width: 210px;
}

.fature__informationne-inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -9px 0 0 -17px;
}

.fature__informationne-inner ul > li {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
  padding: 8px 0 0 8px;
}

.fature__informationne-inner ul > li img {
  display: block;
  margin: auto;
}

.fature__informationne-inner ul > li:before {
  display: none;
}

.fature__informationne-inner ul {
  margin: 0 0 0 -16px;
}

.fature__informationne-inner ul > li {
  padding: 9px 0 0 17px;
}

.fature__informationne-inner p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 9px;
  color: #ffffff;
}

.fature__copy {
  padding: 15px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0e480c;
}

.fature__copy p {
  margin-top: 0;
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
}

.breadcrumbs {
  margin: 0 0 40px 0;
  z-index: 1;
}

.breadcrumbs > li {
  display: inline-block;
  padding: 0;
}

.breadcrumbs > li:before {
  display: none;
}

.breadcrumbs > li a {
  display: inline-block;
  color: #ffffff;
}

.breadcrumbs > li + li a {
  color: #ffffff;
}

.breadcrumbs > li:not(:last-child):after {
  content: '|';
  display: inline-block;
  position: relative;
  font: inherit;
  color: #ffffff;
  margin: 0 5px;
}

/* BONUSES */
.weelcomee__gallery {
  padding: 0;
  margin: 20px 0;
}

.weelcomee__gallery ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.weelcomee__gallery ul li::before {
  display: none;
}

.weelcomee__gallery ul li {
  padding: 40px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: #e6e5e5;
  border-radius: 6px;
  overflow: hidden;
}

.weelcomee__gallery ul li + li {
  margin-top: 24px;
}

.weelcomee__gallery ul li:hover .welcome-item__image,
.weelcomee__gallery ul li:focus .welcome-item__image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.welcome-item__button {
  margin: 24px 0 0 0;
  min-width: 290px;
  background: #07d932;
}

.welcome-item__image {
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 180px;
  z-index: 10;
}

.welcome-item__inner {
  margin-left: 35px;
  text-align: left;
  z-index: 10;
}

.welcome-item__rur {
  margin: 0 0 24px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
}

.welcome-item__desc p {
  margin: 0;
  color: #100f0f;
}

.gallery__background {
  z-index: 1;
}
.breadcrumbs__item span{
	color: #fff;
}