
:root {
  --bg-color: #171717;
  --secondary-color: #888;
  --btn-color: #FFC328;
  --btn-color-hover: #eeb116;
  --text-color: white;
  --text-accent-color: #FFC328;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;

}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

html,
body {
  font-family: Arial, Helvetica, sans-serif, sans-serif;
  
  height: 100%;
  line-height: 1;
}

body {
  font-size: 14px;
  color: #fff;
  background-color: #0a0a0a;
}

.wrapper {
  overflow: hidden;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blur_wrap {
  background-image: url('../images/multi.webp');
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  filter: blur(5px) brightness(0.5);
  width: 100%;
  z-index: -1;
}

.main {
  flex: 1 1 auto;
}
.banner__box .btn {
  margin: auto;
}
.banner__box .btn {
  padding: 0;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.container {
  margin: 0 auto;
  padding: 0px 0 16px;
}

.banner {
  width: 450px;
  margin: 0 auto;
  z-index: 5;
  border-radius: 16px;
  background-image: url(../images/background-popup.jpg);
  background-size: cover;
  background-position-y: center;
  box-shadow: #faff498c 2px -1px 20px 1px;
}
.box__logo {
  display: flex;
  justify-content: center;
  border-radius: 16px 16px 0 0;
  padding: 8px;
  background-color: #000000;
    background-image: linear-gradient(165deg, #0d0d0d 0, #0d0d0d 48%, #000000 48%, #000000 100%);
    background-position: unset;
    background-repeat: initial;
    background-size: auto;
}
.box__logo a {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.box__logo img {
  height: 40px;
  width: auto;
}
.box__text {
  width: 100%;
  text-align: center;
}
.bonuses-columns {
  margin: 20px auto;

}
.box__text h1 {
  font-weight: 800;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.03em;
  display: inline;
  text-shadow: #08193a 0px 3px 3px;
  
}
.welcome {
  padding: 2px 8px;
  font-weight: 500;
  
}
.regular-bonus {
  font-weight: 500;
  font-size: 36px;
}
.regular-bonus-2 {
  font-weight: 500;
  font-size: 34px;
}

.accent-text {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
}
.accent-text-2 {
  font-weight: 700;
  font-size: 38px;
}
h2 {
  border-top: #f8ff13 solid 1px;
  margin: 20px auto;
  padding-top: 10px;
  color: #f8ff13;
  font-size: 24px;
  width: 70%;
  text-align: center;
}
.box__text img {
  width: 100%;
  height: auto;
}
.line-glow {
  height: 3px;
  width: 90%;
  background-color: #fff;
  box-shadow: #e30978 0 0 12px 3px, #ff1a45 0px 1px 35px 5px, #ff0000 0 0 20px;
  position: relative;
  z-index: 2;
  margin: 18px auto 8px;
}
.btn__link {
  display: block;
  margin: 0 auto 16px;
  width: 80%;
}
.btn {
  min-height: 60px;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn__link .btn {
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
}


.btn-default {
  align-items: center;
  backface-visibility: hidden;
  background: #f8ff13;
  border: #f8ff13 2px solid;
  border-radius: 16px;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  min-width: 140px;
  overflow: hidden;
  padding: 0 24px;
  position: relative;
}

.btn-default:hover {
  background: transparent;
  color: #f8ff13;
}
@media screen and (max-width: 599.9px) {
  .blur_wrap {
    background-image: url('../images/multi-mob.webp');
    width: 100%;
    z-index: -1;
  }
  .banner {
    width: unset;
    max-width: 90%;
  }
  .btn__link .btn {
    font-size: 26px;
  }
  .btn {
    width: 100%;
  }
  .accent-text-2 {
    font-size: 36px;
  }
  .accent-text {
    font-size: 34px;
  }
  
  .welcome {
    font-size: 26px;
  }
  .regular-bonus-2,
  .regular-bonus {
    font-size: 28px;
  }
  .bonuses-columns {
    padding: 0 12px;
  }

}

@media (max-height: 730px) {
  .box__logo img {
    height: 44px;
  }
  .accent-text-2 {
    font-size: 36px;
  }
  .accent-text {
    font-size: 30px;
  }
}

@media screen and (max-width: 435px) { 
  .btn__link .btn {
    font-size: 22px;
  }
}
@media screen and (max-width: 390px) { 
  .btn__link .btn {
    font-size: 20px;
  }
  .box__text h1 {
    font-size: 22px;
  }
  .regular-bonus {
    font-size: 1em;
    
  }
  .accent-text-2 {
    font-size: 30px;
    
  }
  h2 {
    font-size: 20px;
    width: 90%;
    margin: 14px auto;
  }

}

@media (max-height: 600px) {
  .bonuses-columns {
    margin: 8px auto;
  }
  .box__text img {
    height: 30vh;
    width: auto;
    border-right: #000000 40px solid;
    border-left: #000000 40px solid;
  }
}

img[src*="1.webp"] {
    max-width: 50%; /* Уменьшает изображение в 2 раза */
    height: auto;
    display: block;
    margin: 0 auto; /* Центрирование изображения, если нужно */
}
