@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover,
a {
  text-decoration: none;
}

:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito Sans", sans-serif;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: #000;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

/*.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 32px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}*/

.become-member {
  margin-bottom: 30px;
  border-radius: 10px;
  display: flex;
  background: rgb(245, 245, 245);
}
@media (max-width: 992px) {
  .become-member {
    flex-direction: column;
  }
}
.become-member__content {
  width: 50%;
  padding: 40px 20px 40px 50px;
}
@media (max-width: 992px) {
  .become-member__content {
    width: 100%;
    padding: 30px 20px;
  }
}
.become-member__title {
  display: block;
  color: rgb(13, 13, 13);
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: left;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .become-member__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.become-member__list {
  margin-bottom: 50px;
}
.become-member__list-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  max-width: 440px;
}
@media (max-width: 992px) {
  .become-member__list-item {
    font-size: 14px;
    align-items: flex-start;
  }
}
.become-member__list-item .icon {
  display: block;
  width: 30px;
  min-width: 30px;
  margin-right: 10px;
}
.become-member__list-item .icon img {
  display: block;
  width: 30px;
  height: 30px;
}
.become-member__image {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(246, 147, 45, 0.3);
  border-radius: 10px;
}
@media (max-width: 992px) {
  .become-member__image {
    width: 100%;
  }
}
.become-member__image img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.become-member .btn, .become-member-btn .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  max-width: 100%;
  border-radius: 10px;
  height: 62px;
  background: rgb(255, 167, 41);
  transition: 0.5s;
  color: rgb(0, 0, 0);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
      border-color: rgb(255, 167, 41);
}

.become-member-btn {
   margin-top: 20px;
}

@media (max-width: 992px) {
  .become-member__image img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }
}

/*@media (max-width: 768px) {
  .become-member-btn {
    padding-bottom: 50px;
  }
}*/

@media (max-width: 480px) {
  .become-member .btn, .become-member-btn .btn {
    width: 100%;
  }
}
/* .become-member .btn:hover {
  background: rgb(0, 0, 0);
  color: rgb(255, 167, 41);
} */

.conditions-bonus {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .conditions-bonus {
    margin-bottom: 38px;
  }
}
.conditions-bonus__col {
  width: calc(33.3333333333% - 12px);
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .conditions-bonus__col {
    width: 100%;
  }
  .conditions-bonus__col:nth-child(1) {
    order: 0;
  }
  .conditions-bonus__col:nth-child(2) {
    order: -2;
  }
  .conditions-bonus__col:nth-child(3) {
    order: 2;
  }
}
.conditions-bonus__image {
  display: block;
  width: 100%;
  height: 100%;
}
.conditions-bonus__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.conditions-bonus__content {
  padding: 35px 30px 20px 30px;
  border-radius: 20px;
  background: rgb(245, 245, 245);
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 992px) {
  .conditions-bonus__content {
    padding: 30px 20px;
  }
}
.conditions-bonus__icon {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .conditions-bonus__icon {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.conditions-bonus__icon img {
  display: block;
}
@media (max-width: 992px) {
  .conditions-bonus__icon img {
    width: 40px;
    height: 40px;
  }
}
.conditions-bonus__title {
  display: block;
  color: rgb(0, 0, 0);
  font-size: 25px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -3%;
  text-align: left;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .conditions-bonus__title {
    font-size: 20px;
    flex-direction: row;
  }
}
.conditions-bonus ul {
  padding-left: 0;
}
.conditions-bonus ul.red-list li:before {
  background: rgb(229, 27, 68);
}
.conditions-bonus ul li {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -2%;
  text-align: left;
  padding-left: 26px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .conditions-bonus ul li {
    font-size: 14px;
    padding-left: 20px;
  }
}
.conditions-bonus ul li:last-child {
  margin-bottom: 0;
}
.conditions-bonus ul li:before {
  content: "";
  width: 11px;
  height: 11px;
  background: rgb(246, 147, 45);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
@media (max-width: 992px) {
  .conditions-bonus ul li:before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
}

.basic-conditions {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .basic-conditions {
    padding-bottom: 20px;
  }
}
.basic-conditions__title {
  width: calc(33.3333333333% - 12px);
  display: block;
  color: rgb(13, 13, 13);
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: left;
}
@media (max-width: 992px) {
  .basic-conditions__title {
    font-size: 24px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
}
.basic-conditions__content {
  width: calc(66.6% - 24px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .basic-conditions__content {
    width: 100%;
  }
}

.basic-condition-item {
  width: calc(50% - 12px);
  margin-top: 70px;
}
@media (max-width: 768px) {
  .basic-condition-item {
    margin-top: 3px;
    width: calc(50% - 0px);
    padding: 30px 20px;
  }
}
.basic-condition-item:nth-child(1), .basic-condition-item:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .basic-condition-item:nth-child(1), .basic-condition-item:nth-child(4), .basic-condition-item:nth-child(5) {
    background: rgba(246, 147, 45, 0.1);
    border-radius: 10px;
  }
}
.basic-condition-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  background: rgba(246, 147, 45, 0.2);
  border-radius: 50%;
  margin-bottom: 35px;
}
.basic-condition-item .icon img {
  display: block;
}
@media (max-width: 768px) {
  .basic-condition-item .icon img {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .basic-condition-item .icon {
    margin: 0 auto 20px;
    width: 40px;
    height: 40px;
  }
}
.basic-condition-item p {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
  max-width: 330px;
}
@media (max-width: 768px) {
  .basic-condition-item p {
    font-size: 14px;
    text-align: center;
  }
}

.enrollment {
  background: rgb(245, 245, 245);
  padding: 80px 0;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .enrollment {
    padding: 50px 0;
  }
}
.enrollment__title {
  width: 100%;
  display: block;
  color: rgb(13, 13, 13);
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .enrollment__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.enrollment-cashback {
     display: flex
;
    justify-content: space-between;
    padding: 0 20px;
}
@media (max-width: 768px) {
  .enrollment-cashback {
    display: flex;
    padding: 0 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.cashback-item {
  width: 230px;
     height: 220px;
    border-radius: 20px;
    margin: 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 35px;
    background: #fff;
    width: 50%;
    text-align: center;
}
@media (max-width: 992px) {
  .cashback-item {
    padding: 0 20px;
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 768px) {
  .cashback-item {
    width: calc(50% - 8px);
    margin: 0 0 16px 0;
  }
}
.cashback-item__number {
  display: block;
  color: rgb(229, 27, 68);
  font-size: 68px;
  font-weight: 600;
  letter-spacing: -3%;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cashback-item__number {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .cashback-item__number {
    font-size: 42px;
    margin-bottom: 10px;
  }
}
.cashback-item__title {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cashback-item__title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .cashback-item__title {
    font-size: 12px;
  }
}

.questions {
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .questions {
    padding: 20px 0 50px 0;
  }
}
.questions__title {
  width: calc(33.3333333333% - 12px);
  display: block;
  color: rgb(13, 13, 13);
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: left;
}
@media (max-width: 992px) {
  .questions__title {
    font-size: 24px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
}
.questions__content {
  width: calc(66.6% - 24px);
}
@media (max-width: 992px) {
  .questions__content {
    width: 100%;
  }
}

.accordion {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
.accordion li {
  width: 100%;
  margin-bottom: 12px;
}
.accordion .opener {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: rgb(238, 237, 237);
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0%;
  text-align: left;
  overflow: hidden;
  position: relative;
  padding: 10px 70px 10px 20px;
}
@media (max-width: 768px) {
  .accordion .opener {
    font-size: 16px;
  }
}
.accordion .opener span {
  position: absolute;
  right: 18px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}
.accordion .opener span:before {
  content: "";
  width: 12px;
  height: 2px;
  background: rgb(255, 167, 41);
  border-radius: 4px;
  position: absolute;
  left: 9px;
  top: 14px;
}
.accordion .opener span:after {
  content: "";
  width: 2px;
  height: 12px;
  background: rgb(255, 167, 41);
  border-radius: 4px;
  position: absolute;
  left: 14px;
  top: 9px;
  transition: 0.5s;
}
.accordion .active .opener span:after {
  transform: rotate(90deg);
}
.submenu {
  overflow: hidden;
  padding: 20px;
  list-style: none;
  display: none;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.submenu li {
  margin: 0;
  float: none;
  width: auto;
  margin: 0;
}/*# sourceMappingURL=styles.css.map */