* {
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
}
.container-grid {
  width: 1280px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .container-grid {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container-grid {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container-grid {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-grid {
    width: 1140px;
  }
}
@media (max-width: 575px) {
  .container-grid {
    width: 94%;
  }
}
html {
  width: 100%;
  height: 100%;
}
body {
  background: #220612;
}
header {
  background: #18040d;
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.header-wrapper span {
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ff0068;
  margin-left: 10px;
}
.header_auth-links a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(
    to right,
    #5f06ff,
    #0073ff,
    #00a3ff,
    #00c8ff,
    #04e7ff
  );
  box-shadow: 0 6px 22px 0 rgba(5, 109, 218, 0.3);
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  height: 36px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 10px;
  transform: skew(-10deg, 0);
  border: 1px solid #18040d;
}
.header_auth-links a:last-child {
  background: transparent;
  border-color: #f80062;
}
@media (max-width: 370px) {
  .header_auth-links a:last-child {
    display: none;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner_img {
  position: relative;
  left: 45px;
  margin: 0 auto;
  background: url(banner.png);
  width: 356px;
  height: 420px;
  background-size: contain;
}

.promo {
  width: 400px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -200px;
}
.promo_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border: 1px solid #390c1e;
  padding: 25px 0 15px;
  border-radius: 30px;
  background: #3b0f27;
  -webkit-box-shadow: 0px 0px 20px 20px rgba(255, 0, 102, 0.2) inset;
  -moz-box-shadow: 0px 0px 20px 20px rgba(255, 0, 102, 0.2) inset;
  box-shadow: 0px 0px 20px 20px rgba(255, 0, 102, 0.2) inset;
}
@media (max-width: 650px) {
  .promo {
    margin-left: -160px;
    width: 320px;
  }
}
/* @media (max-width: 400px) {
    .banner_img {
        left: 20px;
        bottom: 30px;
    }
} */

.text_top-chunk {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffe45b;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.text_middle-part {
  font-size: 40px;
  text-transform: uppercase;
  color: #51e46d;
  font-weight: 900;
}
.text_bottom-part {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 15px 0;
}
.main_table {
  margin: 0 0 40px;
  border-radius: 16px;
  background: #1b000c;
}
.content section {
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 16px;
  background: #18040d;
}
.content h2 {
  font-size: 28px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
}
.content h2 {
  font-size: 24px;
}
.content p {
  line-height: 1.4;
  margin-bottom: 15px;
}
.content ol {
  margin-bottom: 20px;
  padding-left: 30px;
}
.content ol li {
  margin-bottom: 10px;
  line-height: 1.4;
}
.content ul li::marker,
.content ol li::marker {
  color: #ffb129;
}
.main_table_wrapper h1 {
  margin: 30px 0;
  text-align: center;
  color: #ff0068;
  font-size: 20px;
}
.main_table_wrapper p {
  color: #ccc;
  padding: 0 15px;
  margin-bottom: 25px;
  line-height: 1.5;
  text-align: center;
}
.main_table_wrapper figure {
  margin: 0 15px 40px;
}
.main_table_wrapper {
  overflow-x: auto;
  margin-bottom: 25px;
}
.main_table table {
  width: 100%;
  border-collapse: collapse;
}
.main_table table tr td {
  border: 1px solid #ff0068;
  padding: 8px;
  line-height: 1.4;
}
.main_table table tr td:first-child {
  min-width: 160px;
}
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer p {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ff0068;
  margin-bottom: 25px;
}
footer ul {
  list-style: none;
  margin-bottom: 25px;
  padding: 0;
}
footer ul li {
  margin-bottom: 15px;
}
footer ul li a {
  text-decoration: none;
}
footer small {
  margin: 0;
  padding: 0 0 20px;
}
.zerkalo-wrapper {
  width: 400px;
  margin: 40px auto;
}
.zerkalo-wrapper .top-chunk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px 15px 0 0;
  background: #04060c;
  padding: 6px 15px;
}
.zerkalo-wrapper .circle-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
}
.zerkalo-wrapper .circle {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #ffe45b;
  border-radius: 50%;
  margin: 0 3px;
  line-height: 8px;
}
.url-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #070c17;
  border-radius: 3px;
  padding: 6px 50px;
  width: 100%;
  margin: 0 25px;
}
.url-bar span {
  display: inline-block;
  width: 100px;
  color: #ff0068;
  font-size: 13px;
  line-height: 13px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zerkalo-wrapper .bottom-part {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-top: #e2e6e7;
  background: #1b000c;
  min-height: 200px;
}
.zerkalo-wrapper .bottom-part img {
  margin-top: 10px;
}
.bottom-part .link {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 6px;
  background: #ff0068;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.header__downl .link {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 6px;
  background: #ff0068;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.zerkalo-wrapper .bottom-part p {
  margin: 10px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media (max-width: 450px) {
  .zerkalo-wrapper {
    width: calc(100% - 30px);
    margin: 40px 15px;
  }
  .zerkalo-wrapper .bottom-part {
    text-align: center;
    padding: 0 15px;
  }
  .url-bar {
    padding: 6px 30px;
    margin: 0 15px;
  }
  .zerkalo-wrapper .bottom-part p {
    line-height: 1.3;
  }
}
.toggle-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  height: 50px;
}
.hamburger-menu {
  position: absolute;
  top: 0;
  margin-top: 50px;
  left: 0;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #18040d;
}
.hamburger-menu > li {
  margin: 0 1rem;
  overflow: hidden;
}
.hamburger-menu > li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.nav-button-container {
  display: flex;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#menu-toggle {
  display: none;
}
.nav-button,
.nav-button::before,
.nav-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}
.nav-button::before {
  content: '';
  margin-top: -8px;
}
.nav-button::after {
  content: '';
  margin-top: 8px;
}
#menu-toggle:checked + .nav-button-container .nav-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}
#menu-toggle:checked + .nav-button-container .nav-button {
  background: rgba(255, 255, 255, 0);
}
#menu-toggle:checked + .nav-button-container .nav-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}
@media (min-width: 100px) {
  .nav-button-container {
    display: flex;
  }
  .hamburger-menu {
    z-index: 9999;
    position: absolute;
    top: 0;
    margin-top: 60px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .hamburger-menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .hamburger-menu li {
    display: flex;
    align-items: center;
    border: 1px solid #222;
    height: 2em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .hamburger-menu li:last-child {
    border: 0;
  }
  .hamburger-menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
  }
  .hamburger-menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}
@media (max-width: 500px) {
  .header_auth-links a {
    padding: 0 20px;
    height: 36px;
  }
}
@media (max-width: 450px) {
  .header_auth-links a:last-child {
    display: none;
  }
}

.roulette {
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  margin: 30px;
  animation: glowing 1500ms infinite;
}
.roulette a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}
.roulette-bottom {
  display: flex;
  flex: 1;
}
.roulette-top {
  flex: 0 0 50%;
  border-bottom: 1px solid #fff;
}
.roulette .btn-1 {
  background: #349ae9;
  background: linear-gradient(135deg, #349ae9, #e57563);
}
.roulette .btn-1:hover {
  background: linear-gradient(135deg, #e57563, #349ae9);
}
.roulette .btn-2 {
  background: #29c185;
  background: linear-gradient(135deg, #29c185, #6c2e5d);
  border-right: 1px solid #fff;
}
.roulette .btn-2:hover {
  background: linear-gradient(135deg, #6c2e5d, #29c185);
}
.roulette .btn-3 {
  background: #17b9d5;
  background: linear-gradient(135deg, #17b9d5, #545ea8);
}
.roulette .btn-3:hover {
  background: linear-gradient(135deg, #545ea8, #17b9d5);
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 10px #4d4d4d;
  }
  50% {
    box-shadow: 0 0 30px #fff;
  }
  100% {
    box-shadow: 0 0 10px #4d4d4d;
  }
}

.btns {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 20px 0 0 0;
}
.btns .btn {
  display: flex;
  justify-content: center;
  text-decoration: none;
  border-radius: 10px;
  padding: 12px 10px;
  width: 150px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  color: #111;
}
.btns .btn-1 {
  background-color: #ffd600;
}
.btns .btn-1:hover {
  box-shadow: 0 0 10px #ffd600;
}
.btns .btn-2 {
  background-color: #dafe31;
}
.btns .btn-2:hover {
  box-shadow: 0 0 10px #dafe31;
}
.btns .btn-3 {
  background-color: rgb(182, 21, 182);
}
.btns .btn-3:hover {
  box-shadow: 0 0 10px rgb(182, 21, 182);
}
