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: "Inter", sans-serif;
  min-width: 320px;
  height: 100%;
  background: #110F0F;
}
/* .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;
}
@media screen and (max-width: 600px){
  header .header_row{
  display: flex ;
  flex-direction: column;
  margin-top: 15px;
  gap: 15px;
  }
  .small_mobile{
    display: flex;
    flex-direction: column;
    gap:8px;
  }
}
header .header_logo {
  display: block;
  margin-right: 10px;
}


header .header_logo .desk {
  width: 130px;
}

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

header .header_btns .btn {
  display: flex;
  height: 44px;
  
  justify-content: center;
  align-items: center;
  gap: var(--s, 8px);
  color: #fff;
  text-align: center;

  font-family: 'Inter', sans-serif;
  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;
  border-radius: 12px;
}

header .header_btns .btn_signup {
  background-color: #3C01FD;
  padding: 12px 14px;
  width: 140px;
  
}
header .header_btns .btn_registration {
  border: 2px solid var(--Main-colors-secondary, #3C01FD);
  padding: 12px 20px;
  
 width: 112px;
  
}

.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;
  color: #FF1E00;
  font-family: "Inter", 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: #FF1E00;
  font-family: "Inter", 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: 12px;
  background-image: url(/111\ 1.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: "Inter", 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: 70%;
  margin-left: 50px;
}
.page_hero_bottom {
  border-radius: 12px;
  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: 12px;
  background-color: #211F1F;
  align-items: center;
  gap: 8px;
}


.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 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.loyalty_desc_text .white {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.page_description_section {
  position: absolute;
  bottom: -320px;
  width: 100%;

  border-radius: 12px;
}

.info {
  border-radius: 12px;
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #211F1F;
  padding: 20px 16px;
  gap: 10px;
}

.info img {
  width: 16px;
  height: 16px;
}
.info p {
  color: #fff;
  font-family: "Inter", 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;
  }
  header .header_logo .desk {
    display: block;
    width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header .header_logo .desk {
    display: block;
    width: 230px;
  }
  .bottom {
    min-height: 1200px;
  }
  
  Inter_signup,
  Inter_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: 680px;
    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: 12px;
    background-image: url(/3b\ 1.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 0 40px;
    font-size: 50px;
    text-align: left;
  }
  .page_title2 {
    font-size: 40px;
    margin-left: 40px;
    margin-bottom: 70px;
    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;
    margin-right: 100px;
    width: 300px;
  }
  .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 12px 12px;
  }
  
  .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;
  }
  .page_hero {
    border-radius: 12px;
    background-image: url(/3b\ 1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
  }
  header .header_btns {
    gap: 20px;
  }
  .btn_signup,
  .btn_registration {
    width: 230px;
    height: 40px;
    font-size: 14px;
  }
.girl img {
  width: 40%;
  margin-left: 300px;
}
  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 .text_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .page_title1 {
    margin: 80px 0 0 80px;
    font-size: 60px;

  }
  .page_title2 {
    font-size: 58px;
    margin-left: 80px;
    margin-bottom: 30px;
    text-align: left;
  }
  .page_hero_desc {
    margin-left: 80px;
    line-height: 38px; /* 118.75% */
    font-size: 24px;
    max-width: 665px;
    text-align: left;
  }
  .br {
    display: none;
  }

  .loyalty_desc_list {
    border-radius:  0 0 12px 12px;
    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;
  }
  .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;
  }
}
.banner img {
  width: 100%;
}

@media screen and (min-width: 1720px) {
.page_title2 {
  font-size: 58px;
  margin-left: 80px;
  margin-bottom: 60px;
  text-align: left;
}
.page_hero_desc {
  margin-left: 80px;
  line-height: 38px; /* 118.75% */
  font-size: 24px;
  max-width: 665px;
  text-align: left;
}}