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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

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

html {
  box-sizing: border-box;
}
html,
body {
  height: 100%; /* Установите высоту корневого элемента и body на 100% */
  margin: 0; /* Уберите отступы по умолчанию */
}
body {
  color: #fff;
  font-family: "Sora", sans-serif;
  min-width: 320px;
  height: 100%;
  background: #050c17;
}
.bottom {
  min-height: 1225px;
}
a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
header .container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

header .header_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  position: relative;
}

header .header_logo {
  display: block;
  margin-right: 10px;
}

header .header_logo .mob {
  display: block;
  width: 40px;
  height: 40px;
}
header .header_logo .desk {
  display: none;
}

header .header_btns {
  display: flex;
  gap: 3px;
}

header .header_btns .btn {
  padding: 10px 24px;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  color: var(--Main-colors-button_text, #fff);
  text-align: center;

  /* PrimaryTextBold_Caps */
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 146.28%; /* 20.479px */
  text-transform: uppercase;
  transition: 0.5s all ease;
  position: relative;
  overflow: hidden;
  height: 40px;
  text-align: center;
}

header .header_btns .btn_signup {
  border-radius: var(--Number, 100px);
  background: var(
    --Main-colors-button_olor,
    linear-gradient(33deg, #ff00e5 0%, #ff008a 100%)
  );
  width: 153px;
  height: 40px;
}
header .header_btns .btn_registration {
  border-radius: var(--Number, 100px);
  border: 2px solid var(--Main-colors-secondary, #7fb8ff);
  height: 40px;
}

.page_wrap {
  line-height: 1.5;
  margin: 22px 0 0 0;
  padding-bottom: 15px;
}
.page_wrap .container-hero {
  position: relative;
  margin: 0 15px 370px 15px;
}
@media screen and (max-width:374px) {
  .page_title1 {
    padding-right: 10px;
  }
  .page_title2 {
    padding-right: 10px;
  }
  .page_hero_desc{
    padding-right: 10px;
  }
}
.page_title1 {
  margin-top: 16px;
  margin-left: 16px;
  background: linear-gradient(88deg, #878bff 0%, #75e6ff 50.52%, #75e6ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 115%; /* 36.8px */
  text-transform: uppercase;
}
.page_title2 {
  margin-left: 16px;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 115%; /* 27.6px */
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page_btn:hover {
  opacity: 0.7;
}

.page_hero {
  border-radius: 32px;
  background-image: url(/gradient.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  margin-bottom: 72px;
  min-height: 642px;
  display: flex;
  flex-direction: column;
}

.page_hero_row {
  display: flex;

  z-index: 1;
}
.page_hero .text_col {
  padding: 0;
  margin-bottom: 27px;
}
.page_hero_desc {
  margin-left: 16px;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  max-width: 311px;
  align-self: stretch;
}
.page_hero .second {
  margin-top: 12px;
  margin-bottom: 40px;
}

.girl img {
  width: 80%;
  margin-left: 35px;
}
.page_hero_bottom {
  border-radius: 32px;
  position: absolute;
  bottom: -205px;
  left: -0.5px;
  width: calc(100%);
  z-index: 10;
}

.loyalty_desc_list {
  padding: 20px 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  border-radius: 32px;
  background: linear-gradient(138deg, #3f62a3 -39.94%, #040b38 98.82%);
  align-items: center;
  gap: 8px;
}
.loyalty_desc_list::before {
  content: "";
  width: calc(100% + 1px);
  height: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  background: linear-gradient(88deg, #878bff 0%, #75e6ff 50.52%, #75e6ff 100%);
  z-index: -10;
  border-radius: 34.5px 33px 32px 32px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 7%, 0% 6%);
}

.loyalty_desc_list .item {
  display: flex;
  align-items: center;
  min-height: 80px;
  gap: 8px;
  width: 100%;
}

.first,
.two,
.three,
.four {
  width: 63px;
}
.loyalty_desc_list .item_title {
  background: linear-gradient(88deg, #878bff 0%, #75e6ff 50.52%, #75e6ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  text-transform: uppercase;
  /* padding-right: 5px; */
}
.loyalty_desc_text .white {
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.page_description_section {
  position: absolute;
  bottom: -375px;
  width: 100%;

  border-radius: 32px;
}

.info {
  border-radius: 32px;
  display: flex;
  justify-content: start;
  background: linear-gradient(138deg, #3f62a3 -39.94%, #040b38 98.82%);

  padding: 20px 16px;
  gap: 10px;
}
.info::before {
  content: "";
  width: calc(100% + 1px);
  height: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  background: linear-gradient(88deg, #878bff 0%, #75e6ff 50.52%, #75e6ff 100%);
  z-index: -10;
  border-radius: 35px 33px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 15%, 0% 17%);
}
.info img {
  width: 16px;
  height: 16px;
}
.info p {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 146.28%; /* 20.479px */
}
@media screen and (min-width: 453px) and (max-width: 509px) {
  .page_description_section {
    bottom: -360px;
  }
}
@media screen and (min-width: 510px) and (max-width: 767px) {
  .page_description_section {
    bottom: -340px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header .header_logo .desk {
    display: block;
    width: 230px;
  }
  .bottom {
    min-height: 1200px;
  }
  header .header_logo .mob,
  .mobile {
    display: none;
  }
  header .header_btns .btn_signup,
  header .header_btns .btn_registration {
    width: 230px;
    height: 40px;
    font-size: 18px;
  }

  header .header_logo {
    margin-right: 30px;
  }
  header .container {
    padding: 20px 30px 0 30px;
    margin: 0 auto;
  }
  .header_btns {
    display: flex;
    gap: 10px;
  }

  .page_wrap .container-hero {
    margin: 0 30px 370px 30px;
  }
  .page_hero .text_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page_title1 {
    font-size: 40px;
    text-align: center;
  }
  .page_title2 {
    font-size: 32px;
    text-align: center;
  }
  .page_hero_desc {
    font-size: 20px;
    min-width: 750px;
    text-align: center;
  }
  .br {
    display: none;
  }

  .loyalty_desc_list,
  .loyalty_desc_list .item {
    gap: 25px;
  }
  .loyalty_desc_list {
    padding: 40px 40px 40px 150px;
  }
  .loyalty_desc_list .item_title {
    font-size: 20px;
    line-height: 170.28%;
  }
  .loyalty_desc_text .white {
    font-size: 18px;
  }
  .info img {
    width: 20px;
    height: 20px;
  }
  .page_description_section {
    bottom: -340px;
  }
  .info p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1613px) {
  .bottom {
    min-height: 870px;
  }
  header .header_logo .desk {
    display: block;
    width: 230px;
  }
  header .header_logo .mob,
  .mobile {
    display: none;
  }

  header .header_btns {
    gap: 15px;
  }
  header .header_btns .btn_signup,
  header .header_btns .btn_registration {
    width: 230px;
    height: 40px;
    font-size: 14px;
  }
  header .header_logo img {
    width: 270px;
    height: 40px;
  }
  header .header_logo {
    margin-right: 82px;
  }
  header .container {
    padding: 40px 80px 0 80px;
    margin: 0;
  }
  .header_btns {
    display: flex;
    gap: 20px;
  }
  .page_wrap .container-hero {
    margin: 0 80px 180px 80px;
  }
  .page_hero {
    border-radius: 32px;
    background-image: url(/des.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
  }
  .page_hero .text_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .page_title1 {
    margin: 60px 0 20px 40px;
    font-size: 50px;
    text-align: left;
  }
  .page_title2 {
    font-size: 40px;
    margin-left: 40px;
    margin-bottom: 60px;
    text-align: left;
  }
  .page_hero_desc {
    margin-left: 40px;
    line-height: 38px;
    font-size: 24px;
    max-width: 665px;
    text-align: left;
  }
  .br {
    display: none;
  }
  .girl img {
    margin-top: 30px;
    width: 80%;
  }
  .loyalty_desc_list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    min-height: 164px;
  }
  .loyalty_desc_list .item {
    gap: 6px;
  }
  .page_hero_bottom {
    bottom: -50px;
  }
  .loyalty_desc_list {
    padding: 20px;
    border-radius: 0 0 33px 32px;
  }
  .loyalty_desc_list::before {
    content: "";
    width: calc(100% + 1px);
    height: 100%;
    position: absolute;
    top: -1px;
    left: -1px;
    background: linear-gradient(
      88deg,
      #878bff 0%,
      #75e6ff 50.52%,
      #75e6ff 100%
    );
    z-index: -10;
    border-radius: 0 0 33px 32px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 7%, 10% 40%);
  }
  .first,
  .two,
  .three,
  .four {
    width: 67px;
  }
  .loyalty_desc_list .item_title {
    font-size: 18px;
    line-height: 170.28%;
  }
  .loyalty_desc_text .white {
    font-size: 16px;
  }
  .info::before{
    display: none;
  }
  .info img {
    width: 32px;
    height: 32px;
  }
  .page_description_section {
    bottom: -160px;
  }
  .info p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1614px) {
  .bottom{
    min-height: 1100px;
  }
  header .header_logo .desk {
    display: block;
    width: 270px;
  }
  header .header_logo .mob,
  .mobile {
    display: none;
  }

  header .header_btns {
    gap: 20px;
  }
  header .header_btns .btn_signup,
  header .header_btns .btn_registration {
    width: 230px;
    height: 40px;
    font-size: 14px;
  }

  header .header_logo {
    margin-right: 80px;
  }
  header .container {
    padding: 40px 80px;
    margin: 0;
  }
  .header_btns {
    display: flex;
    gap: 30px;
  }
  .page_wrap .container-hero {
    margin: 0 80px 180px 80px;
  }
  .page_hero {
    border-radius: 32px;
    background-image: url(/des.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
  }
  .page_hero .text_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .page_title1 {
    margin: 140px 0 0 80px;
    font-size: 84px;
    text-align: left;
  }
  .page_title2 {
    font-size: 64px;
    margin-left: 80px;
    margin-bottom: 64px;
    text-align: left;
  }
  .page_hero_desc {
    margin-left: 80px;
    line-height: 38px; /* 118.75% */
    font-size: 32px;
    max-width: 665px;
    text-align: left;
  }
  .br {
    display: none;
  }

  .loyalty_desc_list {
    border-radius:  0 0 33px 32px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    min-height: 164px;
  }
  .loyalty_desc_list::before {
    content: "";
    width: calc(100% + 1px);
    height: 100%;
    position: absolute;
    top: -1px;
    /* left: -1px; */
    background: linear-gradient(88deg, #878bff 0%, #75e6ff 50.52%, #75e6ff 100%);
    z-index: -10;
    border-radius:  0 0 33px 33px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 1%, 10% 40%);
  }
  
  .loyalty_desc_list .item {
    gap: 12px;
  }
  .page_hero_bottom {
    bottom: -50px;
  }
  .loyalty_desc_list {
    padding: 20px 70px 20px 120px;
  }
  .first,
  .two,
  .three,
  .four {
    width: 98px;
    height: 104px;
  }
  .loyalty_desc_list .item_title {
    font-size: 18px;
    line-height: 170.28%;
  }
  .loyalty_desc_text .white {
    font-size: 16px;
  }
  .info::before{
    display: none;
  }
  .info img {
    width: 32px;
    height: 32px;
  }
  .page_description_section {
    bottom: -160px;
  }
  .info p {
    font-size: 18px;
  }
}
