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: "Switzer", sans-serif;
  min-width: 320px;
  height: 100%;
  background: #180b09;
}
/* @media screen and (min-height: 380px) {
.bottom {
  min-height: 600px;
}}
@media screen and (min-height: 380px) {
  .bottom {
    min-height: 1240px;
  }
}
@media screen and (min-height: 420px) {
  .bottom {
    min-height: 1300px;
  }
} */
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 img {
  display: block;
  width: 112px;
  height: 28px;
}

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

header .header_btns .btn {
  font-family: "Switzer", sans-serif;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: transparent;
  border: 1px solid #ec3c3c;
  transition: 0.5s all ease;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  height: 40px;
  transform: skew(-10deg, 0);
  font-style: italic;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px; /* 128.571% */
}
.language-switcher {
  position: relative;
  display: flex;
  align-items: center;
padding-left: 100px;
}
.earth-container {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2e1010;
  border-radius: 10px;
}
.earth-icon {
  width: 23px;
  height: 23px;
}

.flags {
  position: absolute;
  top: 2px;
  right: 55px;
  width: 48px;
  height: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  background-color: #2e1010;
}

.flag {
  cursor: pointer;
}
.flag.active {
  position: relative;
}

.flag.active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: linear-gradient(88deg, #edbe77 0%, #ff231f 50.52%, #b61945 100%);
  border-radius: 50%;
}

.flag img {
  width: 26px;
  height: 26px;
}
.hidden {
  display: none;
}
.flags {
  display: none; /* Скрываем меню по умолчанию */
}

.flags.show {
  display: flex; /* Показываем меню, когда добавлен класс .show */
}
.page_wrap {
  line-height: 1.5;
  margin: 22px 0 0 0;
}
.page_wrap .container-hero {
  position: relative;
  margin: 0 15px 370px 15px;
}
.page_wrap .container-hero::before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: linear-gradient(88deg, #b61945 0%, #ff231f 50.52%, #edbe77 100%);
  z-index: -1;
  border-radius: 32px;
}

.page_title1 {
  margin-top: 35px;
  margin-left: 23px;
  background: linear-gradient(
    91deg,
    #b61945 -17.09%,
    #ff231f 30.22%,
    #edbe77 98.67%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Red Hat Display", sans-serif;
  font-size: 37px;
  font-style: italic;
  font-weight: 900;
  line-height: 109%; /* 40.33px */
  text-transform: uppercase;
}
.page_title2 {
  margin-left: 23px;
  margin-top: 17px;
  color: #fff;
  font-family: "Red Hat Display", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 27.6px */
  text-transform: uppercase;
  margin-bottom: 20px;
}
.promo-code {
  position: relative;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Red Hat Display", sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 900;
  line-height: 109%;
  text-transform: uppercase;
  background: linear-gradient(
    91deg,
    #b61945 -17.09%,
    #ff231f 30.22%,
    #edbe77 98.67%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 1px 12px 1px 11px;
  border: skew(-15deg, 0);
  margin: 0 5px 5px 5px;

  display: inline-block;
}
.promo-code::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: skew(-15deg, 0);
  border: 1px solid #ec3c3c;
  border-radius: 3px;
}
.support {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
  justify-content: center;
  padding: 11px;
  color: var(--Main-colors-White-color, #fff);
  font-family: "Red Hat Display", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  line-height: 18px; /* 120% */
  background: transparent;
  border: transparent;
  border-radius: 3px;
  height: 41px;
  width: 292px;
  margin: 0 auto 14px auto;
  text-transform: uppercase;
}
.support::before {
  position: absolute;
  content: "";
  background: linear-gradient(88deg, #b61945 0%, #ff231f 50.52%, #edbe77 100%);
  transform: skew(-15deg, 0);
  overflow: hidden;
  border-radius: 3px;
  top: 0;
  left: 0;
  height: 41px;
  width: 292px;
  z-index: -1;
}
.page_btn:hover {
  opacity: 0.7;
}
.page_hero {
  overflow: hidden;
  border-radius: 32px;
  background: radial-gradient(
    80.39% 200.26% at -2.18% 50%,
    rgba(113, 7, 12) 0.5%,
    #300606 20.6%,
    #1c080f 79.94%
  );
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #1c080f;
  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: 23px;
  color: #fff;
  font-family: "Switzer", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  max-width: 311px;
}
.page_hero .second {
  margin-top: 22px;
  margin-bottom: 28px;
}
.top-btns {
  margin-bottom: 10px;
  margin-left: 23px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Switzer", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px; /* 150% */
}
.girl {
  background-image: url(/fire.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -60px 50%;
}
.girl img {
  width: 100%;
}
.page_hero_bottom {
  border-radius: 32px;
  position: absolute;
  bottom: -330px;
  left: -0.5px;
  width: calc(100%);
  z-index: 10;
  /* margin-bottom: 120px; */
}

.loyalty_desc_list {
  padding: 20px 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  background: linear-gradient(180deg, #260709 0%, #280608 100%);
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.loyalty_desc_list::before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: linear-gradient(88deg, #b61945 0%, #ff231f 50.52%, #edbe77 100%);
  z-index: -10;
  border-radius: 32px;
}

.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, #b61945 0%, #ff231f 50.52%, #edbe77 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  line-height: 24px; /* 133.333% */
  text-transform: uppercase;
  text-transform: uppercase;
  padding-right: 5px;
}
.loyalty_desc_text .white {
  color: #fff;
  font-family: "Switzer", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.page_description_section {
  position: absolute;
  bottom: -350px;
  width: 100%;

  border-radius: 32px;
}

.info {
  border-radius: 32px;
  display: flex;
  justify-content: start;
  background: linear-gradient(180deg, #260709 0%, #280608 100%);
  padding: 20px 16px;
  gap: 10px;
}
.info::before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: linear-gradient(88deg, #b61945 0%, #ff231f 50.52%, #edbe77 100%);
  z-index: -10;
  border-radius: 32px;
}
.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: 768px) {
  .btns-support {
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
  }
  .earth-container {
    width: 61px;
    height: 61px;
  }
  .earth-icon {
    width: 27px;
    height: 27px;
  }
  .flags {
    position: absolute;
    top: 2px;
    right: 75px;
}}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .top-btns {
    margin-left: 45px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
  }
  header .header_btns .btn_signup,
  header .header_btns .btn_registration {
    width: 130px;
    height: 40px;
    font-size: 18px;
  }
  header .header_logo img {
    width: 160px;
    height: 40px;
  }
  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;
    background: linear-gradient(
      91deg,
      #b61945 -17.09%,
      #ff231f 30.22%,
      #edbe77 98.67%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .page_title2 {
    font-size: 32px;
    text-align: center;
  }
  .page_hero_desc {
    padding-right: 10px;
    font-size: 20px;
    min-width: 700px;
    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: -320px;
  }
  .info p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1081px) and (max-width: 1120px) {
  .page_hero .second {
    margin-top: 0;
    margin: 0 0 0 40px;
  }
  .support {
    margin-right: 40px;
  }
  .top-btns {
    margin-left: 40px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1240px) {
  .page_hero .second {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .support {
    margin: 0 0 0 40px;
  }
  .top-btns {
    margin-left: 40px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
  }
}
@media screen and (min-width: 1241px) and (max-width: 1613px) {
  .top-btns {
    margin-left: 40px;
    font-size: 20px;
  }
  .page_hero .second {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .support {
    margin: 0 0 0 40px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1309px) {
  .btns-support {
    margin-top: 10px;
    margin-left: 40px;
    gap: 20px;
  }
}

@media screen and (min-width: 1310px) and (max-width: 1613px) {
  .btns-support {
    margin-top: 40px;
    margin-left: 40px;
    gap: 20px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1613px) {
  header .header_logo img {
    width: 160px;
    height: 40px;
  }
  header .header_logo {
    margin-right: 82px;
  }
  header .container {
    padding: 30px 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: radial-gradient(
      80.39% 200.26% at -2.18% 50%,
      rgba(113, 7, 12) 0.5%,
      #300606 20.6%,
      #1c080f 79.94%
    );
    background-repeat: no-repeat; /* избегаем повторений */
    background-attachment: fixed; /* фиксированный фон */
    background-color: #1c080f;
    padding-bottom: -50px;
  }
  .page_hero .text_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .page_title1 {
    margin: 40px 0 0 40px;
    font-size: 30px;
    text-align: left;
    background: linear-gradient(
      91deg,
      #b61945 -17.09%,
      #ff231f 30.22%,
      #edbe77 98.67%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .page_title2 {
    font-size: 22px;
    margin-left: 40px;
    margin-bottom: 20px;
    text-align: left;
  }
  .page_hero_desc {
    margin-left: 40px;
    line-height: 38px;
    font-size: 16px;
    max-width: 665px;
    text-align: left;
  }
  .br {
    display: none;
  }

  .support {
    width: 180px;
    height: 60px;

    text-transform: uppercase;
    margin: 0;
  }
  .support::before {
    position: absolute;
    content: "";
    background: linear-gradient(
      88deg,
      #b61945 0%,
      #ff231f 50.52%,
      #edbe77 100%
    );
    transform: skew(-15deg, 0);
    overflow: hidden;
    border-radius: 3px;
    top: 0;
    left: 0;
    width: 180px;
    height: 60px;
    z-index: -1;
  }
  .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: -30px;
  }
  .loyalty_desc_list {
    padding: 20px 0 20px 20px;
  }
  .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 img {
    width: 32px;
    height: 32px;
  }
  .page_description_section {
    bottom: -160px;
  }
  .info p {
    font-size: 18px;
  }
  .top-btns {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
  }
}
@media screen and (min-width: 1614px) {
  .page_hero .second {
    margin-top: 0;
    margin-bottom: 35px;
  }
  header .header_logo img {
    width: 160px;
    height: 40px;
  }
  header .header_logo {
    margin-right: 82px;
  }
  header .container {
    padding: 40px 80px 0 80px;
    margin: 0;
  }
  .header_btns {
    display: flex;
    gap: 30px;
  }
  .girl {
    min-width: 50%;
  }
  .page_wrap .container-hero {
    margin: 0 90px 180px 90px;
  }
  .page_hero {
    border-radius: 32px;
    background: radial-gradient(
      80.39% 200.26% at -2.18% 50%,
      rgba(113, 7, 12) 0.5%,
      #300606 20.6%,
      #1c080f 79.94%
    );
  }
  .page_hero .text_col {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .top-btns {
    margin-left: 80px;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
  }
  .page_title1 {
    margin: 40px 0 0 80px;
    /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    background: linear-gradient(
      91deg,
      #b61945 -17.09%,
      #ff231f 30.22%,
      #edbe77 98.67%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Red Hat Display", sans-serif;
    font-size: 63px;
    font-style: italic;
    font-weight: 900;
    line-height: 109%; /* 90.47px */
    text-transform: uppercase;
    text-align: left;
    min-width: 670px;
  }
  .page_title2 {
    font-size: 33px;
    margin-left: 80px;
    margin-bottom: 24px;
    text-align: left;
  }
  .page_hero_desc {
    margin-left: 80px;
    line-height: 38px; /* 118.75% */
    font-size: 22px;
    max-width: 640px;
    text-align: left;
  }
  .promo-code {
    font-size: 32px;
    width: 138px;
    height: 37px;
    padding: 1px 0;
    text-align: center;
    margin: 15px 7px 7px 7px;
  }
  .br {
    display: none;
  }
  .btns-support {
    margin: 20px 0 0 80px;
    gap: 15px;
  }
  .support {
    width: 250px;
    height: 68px;
    color: var(--Main-colors-White-color, #fff);
    font-family: "Red Hat Display", sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 900;
    line-height: 18px; /* 75% */
    text-transform: uppercase;
    margin: 0;
  }
  .support::before {
    position: absolute;
    content: "";
    background: linear-gradient(
      88deg,
      #b61945 0%,
      #ff231f 50.52%,
      #edbe77 100%
    );
    transform: skew(-15deg, 0);
    overflow: hidden;
    border-radius: 3px;
    top: 0;
    left: 0;
    width: 250px;
    height: 68px;
    z-index: -1;
  }
  .support img {
    width: 35px;
  }
  .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: 12px;
  }
  .page_hero_bottom {
    bottom: -50px;
  }
  .loyalty_desc_list {
    padding: 20px 70px 20px 120px;
    border-radius: 0 0 32px 32px;
  }

  .loyalty_desc_list::before {
    content: "";
    width: calc(100% + 3px);
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
    background: linear-gradient(
      88deg,
      #b61945 0%,
      #ff231f 50.52%,
      #edbe77 100%
    );
    z-index: -10;
    border-radius: 0 0 32px 32px;
  }

  .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;
  }
}
@media screen and (min-width: 1920px) {
  /* .bottom {
    min-height: 1130px;
  } */
  header .header_logo img {
    width: 160px;
    height: 40px;
  }
  header .header_logo {
    margin-right: 82px;
  }
  header .container {
    padding: 40px 80px 0 80px;
    margin: 0;
  }
  .header_btns {
    display: flex;
    gap: 30px;
  }

  .page_wrap .container-hero {
    margin: 0 90px 180px 90px;
  }
  .page_hero {
    border-radius: 32px;
    background: radial-gradient(
      80.39% 200.26% at -2.18% 50%,
      rgba(113, 7, 12) 0.5%,
      #300606 20.6%,
      #1c080f 79.94%
    );
  }
  .page_hero .text_col {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .girl {
    max-width: 900px;
    margin-left: 30px;
  }

  .page_title1 {
    margin: 90px 0 0 80px;
    /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    font-family: "Red Hat Display", sans-serif;
    font-size: 83px;
    font-style: italic;
    font-weight: 900;
    line-height: 109%; /* 90.47px */
    text-transform: uppercase;
    text-align: left;
    min-width: 670px;
  }
  .page_title2 {
    font-size: 53px;
    margin-left: 80px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: left;
  }
  .page_hero_desc {
    margin-left: 80px;
    line-height: 38px; /* 118.75% */
    font-size: 22px;
    max-width: 640px;
    text-align: left;
  }
  .promo-code {
    font-size: 32px;
    width: 138px;
    height: 37px;
    padding: 1px 0;
    text-align: center;
    margin: 15px 7px 7px 7px;
  }
  .br {
    display: none;
  }
  .top-btns {
    margin-bottom: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
  }
  .btns-support {
    margin-left: 80px;
    gap: 25px;
  }
  .support {
    width: 250px;
    height: 68px;
    color: var(--Main-colors-White-color, #fff);
    font-family: "Red Hat Display", sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 900;
    line-height: 18px; /* 75% */
    text-transform: uppercase;
    margin-left: 0;
  }
  .support::before {
    position: absolute;
    content: "";
    background: linear-gradient(
      88deg,
      #b61945 0%,
      #ff231f 50.52%,
      #edbe77 100%
    );
    transform: skew(-15deg, 0);
    overflow: hidden;
    border-radius: 3px;
    top: 0;
    left: 0;
    width: 250px;
    height: 68px;
    z-index: -1;
  }
  .support img {
    width: 35px;
  }
  .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: 12px;
  }
  .page_hero_bottom {
    bottom: -50px;
  }
  .loyalty_desc_list {
    padding: 20px 70px 20px 120px;
    border-radius: 0 0 32px 32px;
  }

  .loyalty_desc_list::before {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
    background: linear-gradient(
      88deg,
      #b61945 0%,
      #ff231f 50.52%,
      #edbe77 100%
    );
    z-index: -10;
    border-radius: 0 0 32px 32px;
  }

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