@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Raleway:wght@400;500;600;900&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  margin-top: 0;
}

p {
  font-family: 'Open Sans', sans-serif;
}

.cashbox-landing * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cashbox-landing .container {
  position: relative;
  z-index: 5;
}

.cashbox-landing .wrapper {
  padding-bottom: 0;
}

header.cashbox-header .cashbox-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header.cashbox-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header.cashbox-header .container::before, header.cashbox-header .container::after {
  display: none;
}

header.cashbox-header .navbar {
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header.cashbox-header .navbar-hamburger {
  display: none;
}

header.cashbox-header .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  padding: 20px 0;
  gap: 20px;
}

header.cashbox-header .navbar-nav .user-menu .dropdown-toggle {
  padding-bottom: 6px;
  border-radius: 20px 20px 0 0;
  padding-top: 6px;
  padding-right: 12px;
  padding-left: 12px;
}

header.cashbox-header .navbar-nav .user-menu .dropdown-toggle:hover {
  padding-bottom: 6px;
  padding-top: 6px;
}

header.cashbox-header .navbar-nav .user-menu .dropdown-toggle span {
  color: #333;
}

header.cashbox-header .navbar-nav .user-menu.open .dropdown-toggle {
  border: none !important;
  background: none !important;
}

header.cashbox-header .navbar-nav .user-menu.open .dropdown-menu {
  border: none;
  background: none;
  border-radius: 20px;
  background-color: #1684E6 !important;
}

header.cashbox-header .navbar-nav .user-menu.open .dropdown-menu .user-header {
  border-radius: 20px 20px 0 0;
  background-color: #1684E6 !important;
}

header.cashbox-header .navbar-nav .user-menu.open .dropdown-menu .user-footer {
  margin-top: 15px;
  padding: 0;
  border-radius: 0 0 20px 20px;
  background-color: #1684E6 !important;
}

header.cashbox-header .navbar-nav .user-menu.open .dropdown-menu .user-footer .pull-left,
header.cashbox-header .navbar-nav .user-menu.open .dropdown-menu .user-footer .pull-right {
  padding: 3px;
}

header.cashbox-header .navbar-nav .user-menu.open .dropdown-menu .user-footer .pull-left a,
header.cashbox-header .navbar-nav .user-menu.open .dropdown-menu .user-footer .pull-right a {
  padding: 6px 15px;
  background: #FFFFFF;
  border: 1px solid rgba(22, 132, 230, 0.3);
  border-radius: 20px;
  color: #1684E6;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header.cashbox-header .navbar-nav::before, header.cashbox-header .navbar-nav:after {
  display: none;
}

header.cashbox-header .navbar-nav > li > a {
  padding: 0;
}

header.cashbox-header .navbar-nav .navbar-btn {
  margin: 0;
}

header.cashbox-header .lang-xs {
  border-radius: 100px;
  background-image: url(../images/languages.png);
}

header.cashbox-header .navbar-nav > li > a {
  opacity: 1;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header.cashbox-header .navbar-nav > li > a:not(.cashbox-registration__btn):hover,
header.cashbox-header .navbar-nav > li > a :focus,
header.cashbox-header .navbar-nav > li > a :active {
  background: none;
}

header.cashbox-header .cashbox-registration__btn {
  -webkit-box-shadow: 0 0 5px #fff;
          box-shadow: 0 0 5px #fff;
}

header.cashbox-header .nav .open > a,
header.cashbox-header .nav .open > a:focus,
header.cashbox-header .nav .open > a:hover .nav > li > a:hover,
header.cashbox-header .nav > li > a:active,
header.cashbox-header .nav > li > a:focus {
  background: none;
}

header.cashbox-header .navbar-brand.cashbox-logo > img {
  position: relative;
}

header.cashbox-header .navbar-brand.cashbox-logo .cashbox-logo_white {
  margin-top: 2px;
  display: none;
}

header.cashbox-header .navbar-btn {
  background: #1684E6;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  padding: 15px 20px !important;
  color: #FFFFFF !important;
}

header.cashbox-header .navbar-btn:hover {
  background: #C1E3FA !important;
}

header.cashbox-header .cashbox-signIn__btn {
  background: #FFFFFF;
  border: 1px solid rgba(22, 132, 230, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px rgba(22, 132, 230, 0.2);
          box-shadow: 0px 0px 20px rgba(22, 132, 230, 0.2);
  border-radius: 100px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #1684E6 !important;
}

header.cashbox-header .cashbox-signIn__btn:hover {
  background: #fff !important;
}

.cashbox-landing-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9600), to(#FF8B09));
  background: linear-gradient(180deg, #FF9600 0%, #FF8B09 100%);
  border-radius: 100px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  padding: 25px 40px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: 1px solid transparent;
}

.cashbox-landing-button:hover {
  outline: 1px solid #FF9600;
  color: #fff;
}

.cashbox-landing-title {
  overflow: hidden;
  position: relative;
  padding-top: 100px;
}

.cashbox-landing-title::before {
  position: absolute;
  content: '';
  height: 100%;
  top: 0;
  width: 100%;
  background: url("../icons/bean.svg") no-repeat;
}

.cashbox-landing-title .row {
  position: relative;
}

.cashbox-landing-title .row > img {
  position: absolute;
  left: 50%;
  width: 60%;
}

.cashbox-landing-title .row [class*='col-'] > img {
  display: none;
}

.cashbox-landing-title__switcher {
  background: #FFFFFF;
  border: 1px solid rgba(22, 132, 230, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  position: relative;
  margin-bottom: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(22, 132, 230, 0.2));
          filter: drop-shadow(0px 0px 20px rgba(22, 132, 230, 0.2));
}

.cashbox-landing-title__switcher:hover {
  border: 1px solid #1684E6;
}

.cashbox-landing-title__switcher.active::before {
  left: 50%;
}

.cashbox-landing-title__switcher::before {
  position: absolute;
  content: '';
  background: #1684E6;
  border-radius: 100px;
  width: 50%;
  left: 0;
  right: auto;
  height: 100%;
  z-index: -0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cashbox-landing-title__switcher-btn {
  z-index: 1;
  width: 50%;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1684E6;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cashbox-landing-title__switcher-btn.active {
  color: #FFFFFF;
}

.cashbox-landing-title__text {
  display: block;
  margin-bottom: 80px;
  -webkit-transform: translate(9999px);
          transform: translate(9999px);
  -webkit-transition: 0.6s opacity, 0.6s visibility;
  transition: 0.6s opacity, 0.6s visibility;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.cashbox-landing-title__text.active {
  visibility: visible;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  position: static;
}

.cashbox-landing-title__text h1 {
  font-family: Raleway;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 52px;
  color: #333333;
  margin-bottom: 16px;
}

.cashbox-landing-title__text p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 40px;
}

.cashbox-landing-title__descr {
  padding-top: 140px;
  padding-bottom: 100px;
  background: url("../images/title__descr-bg.svg") no-repeat;
  background-size: cover;
  position: relative;
}

.cashbox-landing-title__descr .row {
  display: block;
  -webkit-transform: translate(9999px);
          transform: translate(9999px);
  -webkit-transition: 0.6s opacity, 0.6s visibility;
  transition: 0.6s opacity, 0.6s visibility;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.cashbox-landing-title__descr .row.active {
  visibility: visible;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  position: static;
}

.cashbox-landing-title__descr .ball {
  position: absolute;
}

.cashbox-landing-title__descr .ball_blue {
  top: 50px;
  right: 0;
}

.cashbox-landing-title__descr .ball_orange {
  top: 70px;
  right: 170px;
}

.cashbox-landing-title__descr .hearts {
  position: absolute;
  top: -10%;
  left: 10%;
}

.cashbox-landing-title__descr-item {
  text-align: center;
}

.cashbox-landing-title__descr-item h3 {
  margin-top: 0;
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #333333;
  margin-bottom: 15px;
}

.cashbox-landing-title__descr-item p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #333333;
  margin-bottom: 0;
}

.cashbox-landing-title__descr-item-img img {
  position: static !important;
}

.cashbox-landing-about {
  position: relative;
  padding-top: 70px;
  padding-bottom: 200px;
  background: url("../images/about-bg.svg") no-repeat;
  background-size: cover;
  background-position: bottom;
}

.cashbox-landing-about .container {
  position: relative;
  z-index: 1;
}

.cashbox-landing-about h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.cashbox-landing-about__item {
  text-align: center;
}

.cashbox-landing-about__item-header {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.cashbox-landing-about__item-count {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.cashbox-landing-about__item-desc {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #C1E3FA;
}

.cashbox-landing-types {
  padding-bottom: 100px;
}

.cashbox-landing-types h2 {
  text-align: center;
  font-family: Raleway;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 50px;
}

.cashbox-landing-types__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 50px;
}

.cashbox-landing-types__tabs-tab {
  padding: 12px 30px;
  background: #C1E3FA;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;
}

.cashbox-landing-types__tabs-tab.active {
  background: #1684E6;
}

.cashbox-landing-types__tabs-tab:hover {
  background: #1684E6;
}

.cashbox-landing-types__wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translate(9999px);
          transform: translate(9999px);
  -webkit-transition: 0.6s opacity, 0.6s visibility;
  transition: 0.6s opacity, 0.6s visibility;
  position: absolute;
}

.cashbox-landing-types__wrapper .row [class*='col-'] {
  padding-bottom: 30px;
}

.cashbox-landing-types__wrapper .row.active {
  visibility: visible;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  position: static;
}

.cashbox-landing-types__item {
  -webkit-box-shadow: 0px 0px 10px #9BD9F9;
          box-shadow: 0px 0px 10px #9BD9F9;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
  text-align: center;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cashbox-landing-types__item:hover {
  -webkit-box-shadow: 0px 0px 20px #9bd9f9;
          box-shadow: 0px 0px 20px #9bd9f9;
}

.cashbox-landing-types__item img {
  width: 150px;
  height: 150px;
  margin-bottom: 25px;
}

.cashbox-landing-types__item h4 {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #333333;
}

.cashbox-landing-types__item p {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #333333;
  margin-bottom: 10px;
}

.cashbox-landing-types__item span {
  display: block;
  color: #1684E6;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}

.cashbox-landing-howto {
  position: relative;
  background: url("../images/howto-bg.svg") no-repeat;
  background-size: cover;
  background-position: top;
  padding: 200px 0;
}

.cashbox-landing-howto .balls {
  position: absolute;
  left: 0;
  top: 12%;
}

.cashbox-landing-howto .likes {
  position: absolute;
  right: 5%;
  top: -7%;
}

.cashbox-landing-howto__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.cashbox-landing-howto .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 50px;
}

.cashbox-landing-howto__img {
  width: 100%;
}

.cashbox-landing-howto__text h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.cashbox-landing-howto__text ul {
  padding-left: 0;
  margin: 0;
  margin-bottom: 40px;
}

.cashbox-landing-howto__text ul li {
  padding-left: 35px;
  margin: 0;
  list-style: none;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
  color: #FFFFFF;
  position: relative;
}

.cashbox-landing-howto__text ul li::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  left: 0;
  top: 3px;
  border: 6px solid #43B7F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cashbox-landing-howto__text a {
  background: #43B7F0;
  border-radius: 100px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #FFFFFF;
  padding: 16px 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cashbox-landing-howto__text a:hover {
  background: #C1E3FA;
}

.cashbox-landing-program {
  padding-bottom: 100px;
}

.cashbox-landing-program-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(67, 183, 240, 0.15)), color-stop(99.95%, rgba(155, 222, 249, 0)));
  background: linear-gradient(0deg, rgba(67, 183, 240, 0.15) 0%, rgba(155, 222, 249, 0) 99.95%);
  padding-bottom: 300px;
  position: relative;
  margin-top: 100px;
}

.cashbox-landing-program-bg__after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.cashbox-landing-program-bg .hearts {
  position: absolute;
  top: -6%;
  right: 8%;
  z-index: 1;
}

.cashbox-landing-program-bg .likes {
  position: absolute;
  bottom: 6%;
  left: 3%;
  z-index: 1;
}

.cashbox-landing-program h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin-bottom: 35px;
}

.cashbox-landing-program h2 + p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 80px;
}

.cashbox-landing-program__block {
  background: rgba(22, 132, 230, 0.3);
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
}

.cashbox-landing-program__block-switcher {
  width: 546px;
  background: #FFFFFF;
  border: 1px solid rgba(22, 132, 230, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 12;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(22, 132, 230, 0.2));
          filter: drop-shadow(0px 0px 20px rgba(22, 132, 230, 0.2));
}

.cashbox-landing-program__block-switcher:hover {
  border: 1px solid #1684E6;
}

.cashbox-landing-program__block-switcher.active::before {
  left: 50%;
}

.cashbox-landing-program__block-switcher::before {
  position: absolute;
  content: '';
  background: #1684E6;
  border-radius: 100px;
  width: 50%;
  left: 0;
  right: auto;
  height: 100%;
  z-index: -0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cashbox-landing-program__block-switcher-btn {
  z-index: 1;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1684E6;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 50%;
}

.cashbox-landing-program__block-switcher-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cashbox-landing-program__block-switcher-btn.active {
  color: #FFFFFF;
}

.cashbox-landing-program__block-content {
  padding: 85px 90px 45px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-transform: translate(9999px);
          transform: translate(9999px);
  -webkit-transition: 0.6s opacity, 0.6s visibility;
  transition: 0.6s opacity, 0.6s visibility;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.cashbox-landing-program__block-content.active {
  visibility: visible;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  position: static;
}

.cashbox-landing-program__block-content-input {
  width: 45%;
  position: relative;
}

.cashbox-landing-program__block-content-input::before {
  content: '$';
  display: block;
  position: absolute;
  top: 19px;
  right: 22px;
  font-size: 40px;
  line-height: 32px;
  color: #1684E6;
  z-index: 1;
}

.cashbox-landing-program__block-content-input input {
  background: #FFFFFF;
  border-radius: 20px;
  width: 100%;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 32px;
  color: #1684E6;
  height: 70px;
  padding-left: 25px;
  border: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: 1px transparent solid;
}

.cashbox-landing-program__block-content-input input:focus, .cashbox-landing-program__block-content-input input:active, .cashbox-landing-program__block-content-input input:hover {
  outline: 1px #1684E6 solid;
}

.cashbox-landing-program__block-content-input input::-webkit-inner-spin-button {
  display: none;
}

.cashbox-landing-program__block-content-input p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #1684E6;
  text-align: center;
}

.cashbox-landing-program__block-content-reward {
  width: 55%;
  background: rgba(22, 132, 230, 0.2);
  border: 3px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 20px 15px;
  position: relative;
}

.cashbox-landing-program__block-content-reward-value {
  font-weight: 800;
  font-size: 50px;
  line-height: 32px;
  text-align: center;
  color: #1684E6;
  margin-bottom: 15px;
}

.cashbox-landing-program__block-content-reward p {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #1684E6;
  margin-bottom: 0;
}

.cashbox-landing-program__block-content-reward img {
  position: absolute;
  top: -10px;
  right: 5%;
}

.cashbox-landing-news {
  position: relative;
  z-index: 10;
}

.cashbox-landing-news h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 32px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}

.cashbox-landing-news__wrapper {
  overflow: hidden;
  margin-right: 0;
  margin-left: calc(50% - 1140px / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}

.cashbox-landing-news__post {
  width: 33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cashbox-landing-news__post:nth-child(3) {
  opacity: 0.5;
}

.cashbox-landing-news__post h3 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 34px;
  color: #1684E6;
  margin-bottom: 15px;
  display: block;
}

.cashbox-landing-news__post h3 a:hover,
.cashbox-landing-news__post h3 a:active,
.cashbox-landing-news__post h3 a:focus {
  color: #72afd2;
}

.cashbox-landing-news__post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.cashbox-landing-news__post date {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(51, 51, 51, 0.5);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cashbox-landing-news__post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.cashbox-landing-news__post-tags a {
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  color: #333333;
  padding: 0 10px;
  outline: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cashbox-landing-news__post-tags a:hover {
  outline: 1px solid #000;
}

.cashbox-landing-news__post-excerpt {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.cashbox-landing-register {
  position: relative;
  margin-bottom: 50px;
}

.cashbox-landing-register .balls {
  position: absolute;
  bottom: 1%;
  left: 0;
}

.cashbox-landing-register__bg {
  width: 50%;
  margin-right: 5%;
  margin-left: auto;
  display: block;
}

.cashbox-landing-register .container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cashbox-landing-register__content {
  width: 40%;
}

.cashbox-landing-register__content h2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 52px;
  color: #333333;
  margin-bottom: 40px;
}

.cashbox-landing-register__content p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 40px;
}

.cashbox-landing-register__content a {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9600), to(#FF8B09));
  background: linear-gradient(180deg, #FF9600 0%, #FF8B09 100%);
  border-radius: 100px;
  padding: 17px 20px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: 1px solid transparent;
  text-decoration: none;
}

.cashbox-landing-register__content a:hover {
  outline: 1px solid #FF9600;
  color: #fff;
}

.cashbox-landing-footer {
  background: #1684E6;
  padding-top: 50px;
  padding-bottom: 80px;
  height: auto;
}

.cashbox-landing-footer .container {
  position: relative;
}

.cashbox-landing-footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cashbox-landing-footer__copy {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  position: absolute;
  left: 15px;
  bottom: -60px;
}

.cashbox-landing-footer__logo img {
  margin-bottom: 30px;
}

.cashbox-landing-footer__logo p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

.cashbox-landing-footer ul.nav {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.cashbox-landing-footer ul.nav::before, .cashbox-landing-footer ul.nav::after {
  display: none;
}

.cashbox-landing-footer ul.nav li {
  float: none;
}

.cashbox-landing-footer ul.nav li.dropdown {
  background: transparent;
}

.cashbox-landing-footer ul.nav li a {
  padding: 0;
  color: #fff;
  background: none;
  border: none;
}

.cashbox-landing-footer ul.nav li a:hover, .cashbox-landing-footer ul.nav li a:focus, .cashbox-landing-footer ul.nav li a:active {
  background: transparent;
}

.cashbox-landing-footer ul.dropdown-menu {
  padding-bottom: 0;
}

.cashbox-landing-footer ul.dropdown-menu li a {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #e9e9e9;
  color: #777;
}

.cashbox-landing-footer__socials > a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.cashbox-landing-footer__socials ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}

.cashbox-landing-footer__socials ul li {
  padding: 0;
  list-style: none;
  margin: 0;
}

.cashbox-landing-footer__socials ul li a {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

.cashbox-landing-footer__links {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 45px;
}

@media (max-width: 1200px) {
  .cashbox-landing-news__wrapper {
    margin-left: calc(50% - 940px / 2);
    gap: 30px;
  }
  .cashbox-header .navbar .navbar-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 992px) {
  .cashbox-header .navbar-header {
    display: block;
    float: none;
    text-align: center;
  }
  .cashbox-header .navbar-header > a {
    float: none;
    display: inline-block;
  }
  .cashbox-header .navbar-header .cashbox-logo {
    padding: 0;
  }
  .cashbox-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .cashbox-header .navbar .pull-right {
    float: none !important;
  }
  .cashbox-header .navbar .navbar-nav {
    margin: 0 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .cashbox-header .navbar-collapse.collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .cashbox-landing-title .row > img {
    display: none;
  }
  .cashbox-landing-title .row [class*='col-'] > img {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .cashbox-landing-title__text {
    text-align: center;
  }
  .cashbox-landing-title__descr-item-img img {
    width: 100%;
  }
  .cashbox-landing-about__item {
    margin-bottom: 50px;
  }
  .cashbox-landing-types__tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }
  .cashbox-landing-howto .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cashbox-landing-howto .row::before, .cashbox-landing-howto .row:after {
    display: none;
  }
  .cashbox-landing-howto__text {
    width: 100%;
  }
  .cashbox-landing-howto__text:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .cashbox-landing-program__block {
    width: 100%;
  }
  .cashbox-landing-program__block-content {
    padding: 85px 50px 45px 50px;
  }
  .cashbox-landing-news__wrapper {
    width: 750px;
    padding: 0 15px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px;
  }
  .cashbox-landing-news__post {
    width: 100%;
  }
  .cashbox-landing-register .balls {
    display: none;
  }
  .cashbox-landing-program-bg {
    padding-bottom: 150px;
  }
  .cashbox-landing-program-bg .likes {
    display: none;
  }
  .cashbox-landing-footer__logo {
    text-align: center;
    margin-bottom: 50px;
  }
  .cashbox-landing-footer__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cashbox-landing-footer ul.nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cashbox-landing-footer__socials ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .cashbox-header .navbar-brand.cashbox-logo .cashbox-logo_white {
    margin-top: 22px !important;
  }
  .cashbox-header .navbar-brand.cashbox-logo .cashbox-logo_dark {
    margin-top: 15px !important;
  }
  .cashbox-header .navbar-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cashbox-header .navbar-header::before, .cashbox-header .navbar-header:after {
    display: none;
  }
  .cashbox-header .navbar-header img {
    top: -20px !important;
  }
  .cashbox-header .navbar-hamburger {
    display: block !important;
    color: #1684e6;
    font-size: 25px;
    background: none;
    border: none;
  }
  .cashbox-header .navbar-hamburger .fa-times {
    display: none;
  }
  .cashbox-header .navbar-hamburger.collapsed .fa-times {
    display: block;
  }
  .cashbox-header .navbar-hamburger.collapsed .fa-reorder {
    display: none;
  }
  .cashbox-header .navbar {
    height: 0vh;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
  }
  .cashbox-header .navbar .container {
    height: 0;
  }
  .cashbox-header .navbar .collapsing {
    height: 100%;
  }
  .cashbox-header .navbar .navbar-collapse {
    max-height: none;
    height: 0;
  }
  .cashbox-header .navbar.active {
    height: 100vh;
    background: #fff;
  }
  .cashbox-header .navbar.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../icons/header-mobile-bg.svg") center bottom/100% no-repeat;
  }
  .cashbox-header .navbar.active .container {
    height: 100%;
  }
  .cashbox-header .navbar.active .navbar-collapse {
    height: 100%;
  }
  .cashbox-header .navbar .navbar-nav {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 50px;
    padding-top: 50px;
    gap: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .cashbox-header .navbar .navbar-nav li {
    padding-left: 20px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
  }
  .cashbox-header .navbar .navbar-nav li.user-menu .dropdown-menu {
    position: absolute;
    left: 20px;
    top: auto;
    bottom: 100%;
    right: auto !important;
    background: #1684e6 !important;
  }
  .cashbox-header .navbar .navbar-nav li.user-menu .dropdown-menu > .user-footer {
    background: #1684e6 !important;
  }
  .cashbox-header .navbar .navbar-nav li.user-menu .dropdown-menu a {
    border-radius: 3px;
    padding: 5px;
  }
  .cashbox-header .navbar .navbar-nav li.user-menu .dropdown-toggle {
    padding-top: 10px;
    background: none !important;
    color: #333 !important;
    border: none;
    padding-left: 0;
  }
  .cashbox-header .navbar .navbar-nav li.user-menu .dropdown-toggle span {
    color: #333 !important;
  }
  .cashbox-header .navbar .navbar-nav li.user-menu .dropdown-toggle img {
    margin-top: -3px !important;
  }
  .cashbox-header .navbar .navbar-nav .cashbox-header__buttons {
    margin-top: auto;
  }
  .cashbox-header .navbar .navbar-nav .cashbox-header__buttons li {
    padding: 0;
  }
  .cashbox-header .navbar .navbar-nav .dropdown-menu {
    background: none;
    padding-top: 20px;
  }
  .cashbox-header .navbar .navbar-nav .dropdown-menu a {
    font-weight: 500;
    color: #333;
    font-size: 16px;
    line-height: 19px;
    border: none;
  }
  .cashbox-header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-pack: initial !important;
        -ms-flex-pack: initial !important;
            justify-content: initial !important;
  }
  .cashbox-header .container::before, .cashbox-header .container:after {
    display: none;
  }
  .cashbox-header .navbar-toggle {
    color: #1684e6;
  }
  .cashbox-header .navbar-collapse {
    overflow: hidden;
    height: 1px;
  }
  .cashbox-header .navbar-collapse.in {
    height: auto;
    overflow: visible;
  }
  .cashbox-landing-title {
    padding-top: 50px;
  }
  .cashbox-landing-title__descr-item {
    margin-bottom: 50px;
  }
  .cashbox-landing-title__descr-item-img img {
    width: auto;
  }
  .cashbox-landing-howto .balls {
    top: 3%;
  }
  .cashbox-landing-types__tabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: 15px;
            column-gap: 15px;
    position: absolute;
    width: 100vw;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-bottom: 20px;
  }
  .cashbox-landing-types__tabs-tab {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .cashbox-landing-types__wrapper {
    margin-top: 150px;
  }
  .cashbox-landing-program-bg .hearts {
    display: none;
  }
  .cashbox-landing-program__block-content-reward-value {
    font-size: 40px;
  }
  .cashbox-landing-news__wrapper {
    width: 100%;
  }
  .cashbox-landing-register .container {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .cashbox-landing-register__content {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .cashbox-landing-register__bg {
    width: 70%;
    margin: 0 auto;
  }
  .cashbox-landing-footer [class*="col-"] {
    width: 100%;
  }
  .cashbox-landing-footer .navbar-nav .dropdown-menu {
    background-color: #1684E6;
    position: absolute;
  }
  .cashbox-landing-footer .navbar-nav .dropdown-menu > li > a {
    color: inherit;
  }
}

@media (max-width: 576px) {
  .cashbox-landing-button {
    padding: 15px 50px;
  }
  .cashbox-landing-title__switcher {
    height: 45px;
    margin-bottom: 15px;
  }
  .cashbox-landing-title__switcher-btn {
    font-size: 15px;
    font-weight: 600;
  }
  .cashbox-landing-title::before {
    display: none;
  }
  .cashbox-landing-title__text p {
    font-size: 16px;
    line-height: 22px;
  }
  .cashbox-landing-title__descr {
    padding-bottom: 50px;
  }
  .cashbox-landing-title__descr .hearts,
  .cashbox-landing-title__descr .ball {
    display: none;
  }
  .cashbox-landing-howto {
    padding: 50px 0;
  }
  .cashbox-landing-howto .balls,
  .cashbox-landing-howto .likes {
    display: none;
  }
  .cashbox-landing-howto__text {
    text-align: center;
  }
  .cashbox-landing-howto__text ul {
    text-align: left;
  }
  .cashbox-landing-howto__text h2 {
    text-align: center;
  }
  .cashbox-landing-howto__text a {
    margin: 0 auto;
    display: inline-block;
  }
  .cashbox-landing-types {
    margin-top: -100px;
  }
  .cashbox-landing-program h2 + p {
    font-size: 16px;
    line-height: 22px;
  }
  .cashbox-landing-program__block {
    background: none;
  }
  .cashbox-landing-program__block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: rgba(22, 132, 230, 0.3);
    width: 100vw;
    height: 100%;
  }
  .cashbox-landing-program__block-switcher {
    height: 45px;
    width: 100%;
  }
  .cashbox-landing-program__block-switcher-btn {
    font-size: 15px;
    font-weight: 600;
  }
  .cashbox-landing-program__block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cashbox-landing-program__block-content-input {
    width: 100%;
  }
  .cashbox-landing-program__block-content-input p {
    font-size: 20px;
  }
  .cashbox-landing-program__block-content-reward {
    width: 100%;
  }
  .cashbox-landing-types__wrapper [class*='col-'] {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .cashbox-header .navbar .navbar-nav li.user-menu .dropdown-menu {
    width: 250px;
  }
  .cashbox-landing h2,
  .cashbox-landing h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .cashbox-landing-about__item-count {
    font-size: 40px;
  }
  .cashbox-landing-program__block-content {
    padding: 81px 25px 35px 25px;
  }
  .cashbox-landing-program__block-content-input::before {
    font-size: 30px;
    top: 9px;
  }
  .cashbox-landing-program__block-content-input input {
    height: 50px;
    font-size: 30px;
  }
  .cashbox-landing-program__block-content-reward-value {
    font-size: 30px;
  }
  .cashbox-landing-news__post h3 a {
    font-size: 25px;
    line-height: 30px;
  }
}
/*# sourceMappingURL=landing-style.css.map */