*,
::before,
::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #ffffff;
}

.wrapper {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  background-color: #000000;
  width: 100%;
  height: 100%;
  /*background-image: url(../img/bg-1.png);*/
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 128px 128px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h2 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 41px;
  line-height: 51px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #b9874c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 15px;
}

.box_p0 {
  padding: 0;
}

.blue {
  font-weight: 900;
  color: #1aa0cf;
}

.orange {
  font-weight: 900;
  color: #d7972e;
}

.header {
  width: 100%;
  height: auto;
}

.header_desktop {
  display: block;
  width: 100%;
}

.header_mobile {
  display: none;
  width: 100%;
}

.experience .box {
  background-image: url(../img/experience.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto auto;
}

.experience__box {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}

.experience__title {
  margin-bottom: 20px;
}

.experience__text {
  margin-bottom: 20px;
}

.experience__text p {
  margin-bottom: 10px;
}

.experience__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.experience__item {
  display: flex;
  max-width: 50%; /* for ie */
  flex-basis: 50%;
  padding: 10px;
  border-top: 1px solid #b9874c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.experience__item-icon {
  flex-shrink: 0;
}

.experience__item-icon img {
  width: 100%;
  max-width: 23px;
  margin-right: 10px;
}

.experience__item-text {
  margin-right: 10px;
  flex-grow: 1;
  text-align: left;
}

.experience__item-info img {
  margin-top: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rewards .box {
  background-image: url(../img/rewards-tiny.png);
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: 0 50px;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rewards__box {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0 15px;
}

.rewards__title {
  margin-bottom: 25px;
}

.rewards__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.rewards__item {
  margin-bottom: 25px;
  flex-basis: 48%;
}

.rewards__item:nth-last-child(2n) {
  margin-right: 20px;
}

.rewards__item-img {
  background: #111111;
  border-radius: 15px 15px 0 0;
}

.rewards__item-img img {
  display: block;
  width: 100%;
  max-width: 435px;
}

.rewards__item-text {
  padding: 16px;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 25px;
  line-height: 1.16;
  background: #b9874c;
  border-radius: 0 0 10px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.high-roller .box {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../img/experience.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.high-roller__title {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.high-roller__subtitle {
  margin-bottom: 20px;
  font-size: 31px;
  line-height: 39px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.high-roller__text {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.high-roller__img img {
  width: 100%;
  max-width: 520px;
}

.contact .box {
  padding-top: 20px;
  padding-bottom: 35px;
  background-image: url(../img/contact.jpg);
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  border-top: 1px solid #b9874c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact__title {
  margin-bottom: 37px;
  font-size: 31px;
  line-height: 39px;
  color: #b9874c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact__items {
  display: flex;
  justify-content: center;
}

.contact__items a {
  text-decoration: none;
  color: #fff;
}

.contact__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact__item svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact__item:hover svg {
  fill: #ffec72;
}

.contact__item-img {
  margin-bottom: 8px;
}

.contact__text {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact__email {
  /*text-decoration: underline;*/
}

/* grab */

.grab {
  font-family: "Mulish";
  font-style: normal;
  background: #fff;
}

.grab__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000000;
}

.grab__text {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
}

.grab__border {
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}

/* jBox */

.jBox-Modal .jBox-title {
  border-radius: 4px 4px 0 0;
  padding: 15px 20px;
  background: none;
  border-bottom: none;
}

.jBox-closeButton-title svg {
  width: 28px;
  height: 28px;
  margin-top: -6px;
  margin-right: -6px;
  padding: 8px;
  border-radius: 50%;
  background-color: #b9874c;
}

.jBox-closeButton path {
  fill: #ffffff;
}

.jBox-closeButton:hover path {
  fill: #ffffff;
}

/* media */

@media (max-width: 800px) {
  .header_desktop {
    display: none;
  }

  .header_mobile {
    display: block;
  }

  .rewards__item-text {
    padding: 10px;
    font-size: 18px;
    line-height: 1.16;
  }
}

@media (max-width: 600px) {
  .wrapper {
    font-size: 15px;
    line-height: 19px;
  }

  h2 {
    font-size: 21px;
    line-height: 26px;
  }

  .experience__item {
    max-width: 100%; /* for ie */
    flex-basis: 100%;
  }

  .experience__item-info img {
    margin-top: 0;
  }

  .rewards .box {
    background-image: none;
  }

  .rewards__box {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0 15px;
  }

  .rewards__title {
    margin-bottom: 20px;
  }

  .rewards__item {
    margin-bottom: 10px;
  }

  .rewards__item:nth-last-child(2n) {
    margin-right: 10px;
  }

  .rewards__item-text {
    padding: 10px;
    font-size: 14px;
    line-height: 1.16;
  }

  .high-roller__subtitle {
    font-size: 21px;
    line-height: 26px;
  }

  .high-roller__text {
    font-size: 15px;
    line-height: 19px;
  }

  .contact .box {
    padding-bottom: 20px;
  }

  .contact__title {
    margin-bottom: 27px;
    font-size: 21px;
    line-height: 26px;
  }

  .contact__item {
    padding: 0 15px;
  }

  .contact__item-chat svg {
    width: 43px;
    height: 40px;
  }

  .contact__item-email svg {
    width: 43px;
    height: 31px;
  }

  .contact__item-phone svg {
    width: 43px;
    height: 40px;
  }

  .contact__item-img {
    margin-bottom: 3px;
  }

  .contact__text {
    font-size: 15px;
    line-height: 19px;
  }
}

@media (max-width: 600px) {
  .rewards__item-text {
    padding: 7px 5px;
    font-size: 11px;
  }

  #join_cta_hr{
    width: 90%;
    margin: 0 auto;
  }

}

a.registration_cta {
  background: var(--main-highlight-color);
  color: #fff;
  padding: 10px 40px;
  border: solid 1px var(--main-highlight-color);
  text-transform: uppercase;
  transition: all .3s ease;
  text-decoration: none;
  display: inline-block;
}
a.registration_cta:hover {
  background: transparent;
  color: var(--main-highlight-color);
  text-decoration: none;
}
