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;
  
}
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: 100px;
 
}

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 #F86344;
  transition: 0.5s all ease;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  height: 40px;
 border-radius: 12px;
  font-style: italic;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 18px; /* 128.571% */
}

header .header_btns .btn_signup {
  font-size: 14px;
  padding: 18px 10px;
}
header .header_btns .btn_registration {
  background: rgb(161, 252, 7);
  border: 0;
  padding: 18px 10px;
  color: black;
}

.page_wrap {
  line-height: 1.5;
  margin: 22px 0 0 0;
  /* padding-bottom: 45px; */
}
.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: 16px;
  margin-left: 17px;
  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: "Switzer", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 115%; /* 36.8px */
  text-transform: uppercase;
}
.page_title2 {
  margin-left: 17px;
  color: #fff;
  font-family: "Switzer", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  line-height: 115%; /* 27.6px */
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page_btn:hover {
  opacity: 0.7;
}
.page_hero {
  overflow: hidden;
  border-radius: 32px;
  /* border: 1px solid #b61945;  */
  background: radial-gradient(
    circle at 0% 0%,
    rgba(113, 7, 12, 0.8) 0.5%,
    #300606 29.39%,
    #1c080f 80.66%
  );
  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: 16px;
  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: 12px;
  margin-bottom: 40px;
}
.girl{
  display: flex;
  align-items: center;
  justify-content: center;
}

.girl img {
  width: 70%;
  
}
.page_hero_bottom {
  border-radius: 32px;
  position: absolute;
  bottom: -300px;
  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;
  background: linear-gradient(180deg, #260709 0%, #280608 100%);
  align-items: center;
  gap: 12px;
}
.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: "Switzer", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: 20px; /* 125% */
  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: -415px;
  width: 100%;
  border-radius: 32px;
 padding-bottom: 15px;
}

.info {
  position: relative;
  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;
  margin-bottom: 30px;
}
.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) and (max-width: 1080px) {
  header .header_btns .btn_signup,
  header .header_btns .btn_registration {
 
    font-size: 14px;
  }
 
  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;
  }
  .girl img {
    width: 60%;
    
  }
  .page_hero_bottom {
    bottom: -500px;
  }
  .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: 700px;
    text-align: center;
    margin-left: 0;
  }
  .page_hero_row{
    justify-content: 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: -620px;
  }
  .info p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1613px) {
  header .header_btns {
    gap: 15px;
  }
  
  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: 20px;
  }
  .page_wrap .container-hero {
    margin: 0 80px 180px 80px;
  }
  .page_hero {
    border-radius: 32px;
    background: radial-gradient(
      circle at 0% 0%,
      rgba(113, 7, 12, 0.8) 0.5%,
      #300606 29.39%,
      #1c080f 80.66%
    );
    background-repeat: no-repeat; /* избегаем повторений */
    background-attachment: fixed; /* фиксированный фон */
    background-color: #1c080f;
  }
  .page_hero .text_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .page_title1 {
    margin: 100px 0 0 40px;
    font-size: 50px;
    text-align: left;
  }
  .page_title2 {
    font-size: 40px;
    margin-left: 40px;
    margin-bottom: 34px;
    text-align: left;
  }
  .page_hero_desc {
    margin-left: 40px;
    line-height: 38px;
    font-size: 24px;
    max-width: 665px;
    text-align: left;
  }
  .br {
    display: none;
  }

  .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: 0;
  }
  .loyalty_desc_list {
    padding: 20px 0 20px 20px;
  }
  .first,
  .two,
  .three,
  .four {
    width: 67px;
  }
  .loyalty_desc_list .item_title {
    font-size: 12px;
    line-height: 170.28%;
  }
  .loyalty_desc_text .white {
    font-size: 16px;
  }
  .info img {
    width: 32px;
    height: 32px;
  }
  .page_description_section {
    bottom: -110px;
  }
  .info p {
    font-size: 18px;
  }
}
@media screen and (width: 1280px){

  .girl img {
    width: 60%;
    
  }
  
}
@media screen and (width: 1440px){

  .girl img {
    width: 60%;
    margin-left: 160px;
  }
  .page_title1 {
    margin: 120px 0 0 40px;
  }
}
@media screen and (min-width: 1614px) {
  header .header_btns {
    gap: 20px;
  }
  header .header_btns .btn_signup,
  header .header_btns .btn_registration {
   
    font-size: 16px;
  }
  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(
      circle at 10% 10%,
      rgba(113, 7, 12) 0.5%,
      #300606 29.39%,
      #1c080f 80.66%
    );
  }
  .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 {
    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: 0;
  }
  .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 img {
    width: 32px;
    height: 32px;
  }
  .page_description_section {
    bottom: -110px;
  }
  .info p {
    font-size: 18px;
  }
}
