@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Bold.eot");
  src:  local('Gotham Bold'), local('Gotham-Bold'),
  url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), 
  url("../fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; 
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Book.eot");
  src:  local('Gotham Book'), local('Gotham-Book'),
  url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), 
  url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; 
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.eot');
  src: local('Gotham Light'), local('Gotham-Light'),
      url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gotham-Light.woff2') format('woff2'),
      url('../fonts/Gotham-Light.woff') format('woff'),
      url('../fonts/Gotham-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
/*Common style*/
body {
  font-family: 'Gotham';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  color: #000000;
  text-align: left;
  word-break: break-word; 
  background-color: #096138;
}
p {
  font-size: 15px;
  padding-bottom: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  color: #ffffff;
  text-align: left;
}
p:last-child{
  padding-bottom: 0;
}
.bonuses-section p {
  font-size: 18px;
  padding-bottom: 28px;
  line-height: 25px;
  color: #000000;
  text-align: center;
}
h1, h2, h3, h3 {
  font-weight: bold;
  font-style: normal;
  color: #ffffff; 
}
h1 {
  color: #ffffff;
  FONT-VARIANT: JIS83;
  padding-bottom: 30px;
  padding-top: 30px;
  font-size: 60px;
  line-height: 1;
}
.bonuses-page h1{
}
h2 {
  font-size: 50px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 55px;
  text-transform: uppercase;
}
.bonuses-section h2 {
  font-size: 38px;
  line-height: 50px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.faq-section h2 {
  padding-bottom: 30px;
}
h3 {
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 25px; 
}
h4 {
  font-size: 24px;
  line-height: 25px;
  color: #ffffff;
  padding-bottom: 45px;
  text-align: center;
}
ul, ol{
	margin-bottom: 15px;
	    padding-left: 30px;
}
ul  li, ol  li {
	text-align: left;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
	color: #fff;
}
ul {
  list-style: circle; 
}
a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer; 
  font-weight: bold;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/* Special */
h2 + *, h3 + *, h4 + * {
  margin-top: 0px;
  padding-top: 0px;
} 
h2 {
	font-size: 35px;
    line-height: 1;
    padding-bottom: 15px;
} 
* + h3 {
  font-size: 30px
} 
* + h4 {
  margin-top: 35px;
}
.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; 
}
.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; 
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px; 
}
.login__btn {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #fde247;
  border: none;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 10px 10px;
  min-width: 100px;
  white-space: nowrap; 
}
.singup__btn {
  text-transform: uppercase;
  color: #000000;
  background-color: #fde247;
  border: none;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  width: fit-content;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 10px;
  min-width: 100px;
}

/*header*/
.header {
  background-color: #096138; 
}
.header__inner {
  padding-top: 12px;
  padding-bottom: 12px; 
}
.header__links {
  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; 
}
.menu {
  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; 
}
.menu__list {
  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;
  padding-left: 0; 
}
.menu__item {
  cursor: pointer; 
}
.menu__link {
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  text-transform: uppercase; 
}
.bonuses-item .menu__link{
  position: relative;
  padding-left: 45px;
}
.bonuses-item .menu__link::before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 27px;
  background: url(../img/bonuses-icon.png) no-repeat center/contain; 
  position: absolute;
  left: 8px;
}
.bonuses-item:hover .menu__link::before{
  width: 34px;
  height: 45px;
  background: url(../img/bonuses-icon-hover.png) no-repeat center/contain; 
  left: -1px;
  top: -13px;
}
.menu__item.mobile-item {
  margin-left: 45px; 
}
.menu__item:hover .menu__link {
  color: #fde247; 
}
.menu__item.bonuses-item:hover .bonuses-icon{
  width: 34px;
  height: 45px;
  background: url(../img/bonuses-icon-hover.png) no-repeat center/contain;
}
.header__logo > img{
  max-height: 36px; 
	width: 100%;
}
.header-mobile__menu {
  display: none; 
}
.country__section {
  position: relative; 
}
.country__selected {
  display: block;
  height: 25px;
  width: 25px;
  background: url(../img/country-1.png) no-repeat center/contain;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  margin-left: 30px; 
  cursor: pointer;
  border-radius: 50%;
}
.country__selected:hover{
  border: 2px solid #f1d945; 
  opacity: 1; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.country__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 18px;
  top: -12px;
  background-color: rgba(0, 51, 51, 0.5);
  padding: 12px;
  width: 49px;
  border-radius: 22px;
  display: none; 
}
.country__list.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; 
}
.country__item {
  display: block;
  height: 25px;
  width: 25px;
  margin-bottom: 28px;
  border-radius: 50%; 
}
.country__item:last-child {
  margin-bottom: 0; 
}
.country__item:hover {
  border: 2px solid #f1d945; 
}
.header .singup__btn {
  font-size: 14px;
  line-height: 16px;
  padding: 10px 10px;
  min-width: 100px;
  margin-left: 20px; 
}
.header .singup__btn:hover {
  background-color: #9bab3f; 
}

/*head-section*/
.head-section {
  background: url(../img/head-bg.png) no-repeat center;
  background-size: cover;
  min-height: auto;
  text-align: center;
  background-color: #144200;
}
.head-section__inner{
  text-align: center;
}
.head-section .singup__btn {
  font-size: 25px;
  line-height: 26px;
  padding: 17px 10px;
  min-width: 240px;
  margin-bottom: 35px;
}
.head-section__text{
  font-size: 24px;
  line-height: 25px;
  padding-top: 0px;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.home-text {
  color: #999999;
}
.bonuses-text {
  color: #ffffff; 
}
.line{
  color: #0bbb69;
  margin: 0 15px;
}
/*info-section*/
.info-section {
  padding-top: 50px;
  padding-bottom: 50px; 
}

/*welcome-section*/
.welcome-section__inner {
  background-color: #064528;
  padding: 50px 60px;
  text-align: center;
}
.welcome-section__title {
  font-size: 70px;
  line-height: 80px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding-bottom: 32px;
}
.welcome-section__subtitle {
  font-size: 60px;
  line-height: 80px;
  color: #ffffff;
  text-align: center; 
  padding-bottom: 10px;
}
.welcome-section__subtitle.subtitle-1, .welcome-section__subtitle.subtitle-2{
  text-shadow: 0 0 15px #fde247;
}
.welcome-section__subtitle .subtitle-bold {
  color: #fde247; 
  font-weight: bold;
}
.welcome-section .singup__btn {
  font-size: 25px;
  line-height: 26px;
  padding: 17px 10px;
  min-width: 240px;
  margin-top: 20px;
}

/*bonuses section*/
.bonuses-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 25px; 
}
.bonuses-section__item {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  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;
  margin: 0 30px 30px 0;
  position: relative;
}
.bonuses-section__item:nth-child(2n) {
  margin-right: 0;
}
.bonuses-section__img{
  max-height: 258px;
}
.bonuses-section__info {
  padding: 28px 23px 90px 23px; 
  height: 100%;
  background-color: #f2f2f2;
}
.bonuses-section .singup__btn {
  font-size: 22px;
  line-height: 24px;
  padding: 18px 10px;
  min-width: 200px; 
  position: absolute;
  left: calc(50% - 100px);
  bottom: 30px;
}

/*slots1-section*/
.slots1-section {
  padding-top: 50px; 
  padding-bottom: 50px;
}

/*steps-section*/
.steps-section {
  background: -webkit-linear-gradient(right, rgb(31, 31, 31), rgb(43, 43, 43), rgb(31, 31, 31));
  background: linear-gradient(270deg, rgb(31, 31, 31), rgb(43, 43, 43), rgb(31, 31, 31));
}
.steps-section__inner {
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-top: 80px;
  padding-bottom: 80px;
}
.steps-section__item {
  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;
  max-width: 276px;
  margin: 0 8px;
}
.steps-section__item-img {
  display: block;
}
.steps-section__item-img {
  max-height: 105px;
}
.steps-section__item-text {
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center; 
}

/*slots2-section*/
.slots2-section {
  padding-top: 50px; 
  padding-bottom: 50px;
}

/*.advantages-section*/
.advantages-section {
  background: -webkit-linear-gradient(right, rgb(31, 31, 31), rgb(43, 43, 43), rgb(31, 31, 31));
  background: linear-gradient(270deg, rgb(31, 31, 31), rgb(43, 43, 43), rgb(31, 31, 31));
}
.advantages-section__bg{
  background: url(../img/advantage-bg.png) no-repeat left 10px bottom 0px/auto 340px;
}
.advantages-section__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 45px;
	list-style: none;
}
.advantages-section__stren {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  margin-right: 30px; 
}
.advantages-section__weakn {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px); 
}
.advantages-section__stren p, .advantages-section__weakn p{
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  padding-left: 50px;
  position: relative; 
  padding-bottom: 35px; 
}
.advantages-section__stren p:last-child, .advantages-section__weakn p:last-child {
  padding-bottom: 0; 
}
.advantages-section__stren p:before {
  content: '';
  background: url(../img/plus-icon.png) no-repeat center/contain;
  height: 20px;
  width: 19px;
  display: block;
  position: absolute;
  top: 12px;
  left: 0; 
}
.advantages-section__weakn p:before {
  content: '';
  background: url(../img/minus-icon.png) no-repeat center/contain;
  height: 8px;
  width: 12px;
  display: block;
  position: absolute;
  top: 12px;
  left: 0; 
}

/*slots-section*/
.slots-section {
  background: url(../img/slots-bg.png) no-repeat right 90px bottom 400px/auto 221px;
}
.slots-section__inner{
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.slots-section .singup__btn {
  font-size: 25px;
  line-height: 26px;
  padding: 17px 10px;
  min-width: 240px; 
  margin-top: 20px;
}

/*faq-section*/
.faq-section {
  padding-top: 20px;
  padding-bottom: 50px; 
  position: relative;
}
.faq-section__item {
  margin-bottom: 25px;
  border-radius: 4px;
  cursor: pointer; 
}
.faq-section__item:last-child {
  margin-bottom: 0; 
}
.faq-section__item-question {
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
  color: #ffffff;
  padding: 12px 50px;
  background-color: #064528;
  border-radius: 6px;
  position: relative; 
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.faq-section__item-question:before {
  content: '+';
  display: block;
  color: #ffffff;
  position: absolute;
  left: 20px;
}
.faq-section__item-question:hover {
  background-color: #0d9333; 
}
.faq-section__item-answer {
  display: none;
  padding: 20px 50px;
  background-color: transparent;
  background-color: #64796f;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.faq-section__item-answer p {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff; 
}
.faq-section__item.active-item .faq-section__item-question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq-section__item.active-item .faq-section__item-question:before {
  content: '-';
  left: 21px;
}
.faq-section__item.active-item .faq-section__item-answer {
  display: block; 
}

/*footer*/
.footer {
  background: -webkit-linear-gradient(right, rgb(31, 31, 31), rgb(43, 43, 43), rgb(31, 31, 31));
  background: linear-gradient(270deg, rgb(31, 31, 31), rgb(43, 43, 43), rgb(31, 31, 31));
  position: relative;
}
.footer::before{
  content: '';
  display: block;
  background: url(../img/footer-img.png) no-repeat center/contain;
  height: 266px;
  width: 281px;
  position: absolute;
  right: 45px;
  top: -225px; 
}
.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 40px;
  padding-top: 44px;
  position: relative; 
}
.footer__logo-container{
  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;
  margin-right: 35px;
  min-width: 136px;
}
.footer__logo{
  padding-bottom: 22px;
}
.footer__logo > img {
  max-height: 100px;
  min-width: 97px;
}
.footer__logos-paymets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-width: 391px; 
}
.footer__logos-paymets > img {
  display: inline-block;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  margin: 12px 12px;
  margin: 0 10px 30px 10px;
  max-height: 25px; 
}
.footer__policy {
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  color: #ffc700;
}
.footer__info {
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  color: #c9c9c9; 
  margin-right: 25px;
}
.footer__btn {
  position: absolute;
  display: block;
  background: url(../img/footer-btn.png) no-repeat center/contain;
  height: 30px;
  width: 40px;
  right: -75px;
  top: 36px; 
}
.footer__btn:hover {
  background: url(../img/footer-btn-hover.png) no-repeat center/contain;
  height: 30px;
  width: 40px;
}
.faq-section__list{
	list-style: none;
}