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;
}

body {
  line-height: 1;
}

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%;
  font-family: "Inter", sans-serif;
}
body {
  background-color: #0B1328;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  min-width: 350px;
  min-height: 100vh;
  background-repeat: no-repeat; /* избегаем повторений */
  background-attachment: fixed; /* фиксированный фон */
}
a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.container {
  width: 100%;
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
}
header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

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

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

header .header_logo svg {
  display: block;
  width: 141px;
  height: 48px;
}

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

header .header_btns .btn {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid #E2EB42;
  transition: 0.5s all ease;
  position: relative;
  overflow: hidden;
  height: 40px;
  min-width: 110px;
  font-size: 15px;
}

header .header_btns .btn_signup:hover {
  background: rgba(11, 129, 37, 0.2);
}

header .header_btns .btn_registration:hover {
  background: #E2EB42;
}

header .header_btns .btn_registration {
  background-color: #E2EB42 !important;
  border-color: #E2EB42;
  color: black;
  animation: pulse 16s infinite cubic-bezier(0.7, 0, 0, 1);
  min-width: 130px;
}

@keyframes pulse {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    box-shadow: 0 0 0 0 #E2EB42;
  }
  9.99%,
  19.99%,
  29.99%,
  39.99%,
  49.99%,
  59.99%,
  69.99%,
  79.99%,
  89.99%,
  99.99% {
    box-shadow: 0 0 0 10px rgba(115, 92, 252, 0);
  }
}

.page_wrap {
  line-height: 1.5;
  padding: 20px 0 15px 0;
}
.page_title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #E2EB42;
}
.page_title-akcent {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  color: #E2EB42;
  text-transform: uppercase;
}
.page_subtitle {
  font-size: 20px;
  line-height: 1.3;
}
.page_btn:hover {
  opacity: 0.7;
}
.page_hero {
  position: relative;
  overflow: hidden;
  background-image: url(/Runway\ 2025-03-06T11_59_03.773Z\ Image\ Variation\ \(1\)\ 1\ \(1\).png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 32px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
}
.page_hero_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.page_hero .text_col {
  padding: 40px 0 40px 40px;
}
.page_hero_desc {
  font-weight: 700;
  max-width: 430px;
}
.page_hero .img_col {
  position: relative;
}

.page_hero_img {
  display: block;
  position: relative;
margin: 0 auto;
  width: 300px;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .page_hero_img {
    max-width: 38em;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .page_hero_img {
    max-width: 42em;
    margin-right: 100px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1439px) {
  .page_hero_img {
    margin-right: 100px;
  }
}
.page_hero .page_title span {
  font-size: 38px;
  color: #E2EB42;
}
.page_hero_bottom {
  background: #1C2541;
  margin-top: auto;
  padding: 21px 40px;
  position: relative;
  z-index: 1;
}
.loyalty_desc_list {
  display: flex;
  justify-content: space-between;
  gap: 0 28px;
}
.loyalty_desc_list .loyalty_desc_img {
  width: 86px;
  min-width: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loyalty_desc_list .loyalty_desc_img img {
  display: block;
  width: 60px;
}
.loyalty_desc_list .loyalty_desc_text {
  padding: 8px 0;
}
.loyalty_desc_list .item {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 140%;
  gap: 8px;
  
}
.loyalty_desc_list .item_title {
    padding-top: 7px;
  color: #E2EB42;

  font-weight: 600;
}
.page_description_section {
  padding: 29px 25px;
  border-radius: 20px;
  background: #282e1c;
}
.info {
  position: relative;
  padding-left: 30px;
}
.info .ico {
  position: absolute;
  top: 2px;
  left: 0;
}
.page_description_section .page_title {
  margin-bottom: 12px;
}
.green {
  color: gold;
  font-weight: 700;
  line-height: 1.4;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .page_wrap {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .page_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page_subtitle {
    font-size: 16px;
  }
  .page_hero .text_col {
    padding: 28px 16px 0;
  }
  .page_hero .page_btn {
    margin-top: 24px;
  }
  .page_hero_bottom {
    padding: 21px 14px;
  }
  .loyalty_desc_list .item {
    width: 50%;
  }
  .loyalty_desc_list {
    flex-wrap: wrap;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .page_hero {
    margin-bottom: 15px;
  }
  .page_hero_bg {
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .page_hero .page_title span {
    font-size: 24px;
  }
  .page_hero .page_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  header .header_btns .btn {
    padding: 5px;
    font-size: 15px;
    height: 34px;
    min-width: 95px;
  }
  header .header_btns {
    gap: 5px;
  }
  header .header_logo img {
    display: block;
    width: 90px;
  }
  .page_hero_row {
    flex-direction: column;
  }
  .loyalty_desc_list .item {
    width: 100%;
  }
  .page_hero .text_col {
    width: 100%;
  }
  .page_hero .img_col {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .page_hero_desc {
    font-weight: 700;
    max-width: 600px;
  }
  .page_hero_img {
    margin-right: 200px;
  }
}

@media screen and (min-width: 1920px) {
    .loyalty_desc_img{
        width: 86px;
    }
   
  .page_hero_img {
    width: 530px;
    margin-right: 200px;
  }
}
