:root {
  --background: #252d40;
  --content: #1c212e;
  --shadow-header: 0 6px 12px 0 #0006;
  --shadow-btn: 0 2px 8px 0 #27272733;
  --shadow-card: 0 8px 16px 0 #191e2d99;
  --radius: 8px;
  --text: #fff;
  --link: #2dd890;
  --btn-reg: linear-gradient(180deg,#5cd995,#3a9b84);
  --btn-log: linear-gradient(180deg,#4b9de8,#416fb4);
  --hover-btn-reg: linear-gradient(180deg,#6cffaf,#3a9b84);
  --hover-btn-log: linear-gradient(180deg,#52adff,#416fb4);
  --error: linear-gradient(180deg,#1d2e5b 0.06%,#5d6c97 99.97%);
  --banner: linear-gradient(180deg,#3c567d,#1c212e);
  --border: #ffffff1a;
  --scroll: linear-gradient(180deg,#363e4f99,#363e4f00);
}

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

html {
  scroll-behavior: smooth;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Inter";
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  color: var(--text);
}

a {
  text-decoration: none;
  color: var(--link);
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.wp-block-table {
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
  position: relative;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  box-shadow: var(--shadow-content);
}

.wp-block-table table td {
  text-align: center;
  padding: 10px;
}

.wp-block-table table tr {
  background: var(--background);
}

.wp-block-table table tr:nth-child(2n) {
  background: var(--content);
}

.wp-block-table table td {
  color: var(--text);
}

@font-face {
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
  src: url(/wp-content/themes/7slots/fonts/Inter-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: "Inter";
  font-weight: 700;
  src: url(/wp-content/themes/7slots/fonts/Inter-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: "Golos";
  font-weight: 500;
  src: url(/wp-content/themes/7slots/fonts/GolosText-Medium.ttf);
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: "Golos";
  font-weight: 700;
  src: url(/wp-content/themes/7slots/fonts/GolosText-Bold.ttf);
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: var(--background);
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4 {
  padding: 15px 0;
}
@media (min-width: 960px) {
  h1, h2, h3, h4 {
    padding: 20px 0;
  }
}

a:hover {
  transition: 0.3s ease-out;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  background: var(--background);
  z-index: 9;
  padding: 6px 0;
  box-shadow: var(--shadow-header);
}
@media (min-width: 640px) {
  .header {
    padding: 10px 0;
  }
}
.header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1280px) {
  .header .row {
    padding: 0;
  }
}
.header .logo {
  width: 150px;
}
.header__buttons {
  display: none;
}
@media (min-width: 960px) {
  .header__buttons {
    display: flex;
    align-items: center;
  }
}
.header__buttons .btn.reg {
  width: 130px;
  font-size: 14px;
}
.header__buttons .btn.log {
  margin-left: 10px;
  width: 95px;
  font-size: 14px;
}
.header .main_menu {
  position: relative;
}
.header .main_menu .menu {
  display: flex;
  height: auto;
  gap: 20px;
  max-width: 100%;
  position: fixed;
  z-index: 11;
  top: 55px;
  right: -100%;
  transition: right 0.8s;
  background-color: var(--background);
  padding: 15px 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
}
@media (min-width: 640px) {
  .header .main_menu .menu {
    top: 63px;
  }
}
@media (min-width: 960px) {
  .header .main_menu .menu {
    position: relative;
    align-items: center;
    max-width: 100%;
    height: 100%;
    top: auto;
    right: auto;
    width: auto;
    background-color: unset;
    padding: 0;
  }
}
.header .main_menu .menu li {
  padding: 10px 15px;
  width: 48%;
}
@media (min-width: 960px) {
  .header .main_menu .menu li {
    padding: 0;
    width: auto;
  }
}
.header .main_menu .menu li a {
  font-size: 14px;
  color: var(--text);
  font-weight: 700;
  padding: 10px 0;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .header .main_menu .menu li a {
    padding: 0;
  }
}
.header .main_menu .menu li a:hover {
  color: var(--link);
}
.header .main_menu .menu .current-menu-item a {
  color: var(--link);
}
.header .main_menu .menu.show {
  right: 0;
  transition: right 0.8s;
}

.burger {
  display: block;
}
@media (min-width: 960px) {
  .burger {
    display: none;
  }
}
.burger img {
  width: 28px;
  height: 28px;
}

amp-sidebar {
  background: var(--background);
  width: 100%;
  padding: 0 20px;
  max-width: 250px;
  min-height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  display: block;
  transition: right 0.8s;
}

.menu_mobile {
  z-index: 11;
}
.menu_mobile .close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}
.menu_mobile .close img {
  width: 28px;
  height: 28px;
}
.menu_mobile .menu {
  list-style: none;
}
.menu_mobile .menu li {
  margin-bottom: 20px;
}
.menu_mobile .menu li:last-child {
  margin-bottom: 0;
}
.menu_mobile .menu li a {
  font-size: 14px;
  color: var(--text);
  font-weight: 700;
  padding: 10px 0;
  text-transform: uppercase;
}
.menu_mobile .menu li a:hover {
  color: var(--text);
}
.menu_mobile .menu .current-menu-item a {
  color: var(--link);
}

.wrapper {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1250px;
}

.btn {
  padding: 0 10px;
  position: relative;
  height: 48px;
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius);
  text-transform: uppercase;
  border: none;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  box-shadow: var(--shadow-btn);
}
.btn:hover {
  transition: 0.3s ease-out;
}

.btn.log {
  background: var(--btn-log);
  color: var(--text);
}
.btn.log:hover {
  background: var(--hover-btn-log);
}

.btn.reg {
  background: var(--btn-reg);
}
.btn.reg:hover {
  background: var(--hover-btn-reg);
}

/* Banner */
.banner {
  height: 300px;
  position: relative;
  z-index: 1;
  margin: 15px 10px 15px 10px;
}
@media (min-width: 640px) {
  .banner {
    margin: 15px 20px 15px 20px;
  }
}
.banner__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 0;
  z-index: 2;
  background-image: linear-gradient(rgba(2, 31, 30, 0.7), rgba(13, 16, 22, 0.8)), url(/wp-content/uploads/2025/08/main-banner-girl.webp);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  border-radius: var(--radius);
}
@media (min-width: 640px) {
  .banner__content {
    justify-content: space-between;
    background-image: var(--banner);
  }
}
.banner__content-img {
  display: none;
}
@media (min-width: 640px) {
  .banner__content-img {
    display: block;
  }
}
.banner__content-text {
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (min-width: 640px) {
  .banner__content-text {
    width: 60%;
    text-align: left;
    padding-left: 20px;
  }
}
@media (min-width: 960px) {
  .banner__content-text {
    width: 50%;
  }
}
.banner__content-text .banner-title {
  font-weight: 700;
  font-family: "Golos";
  color: var(--text);
  font-size: 27px;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.banner__content-text .banner-subtitle {
  font-size: 18px;
  font-family: "Golos";
  line-height: 1.4;
  font-weight: 700;
  color: var(--text);
  display: block;
}
.banner__content-text .banner-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 640px) {
  .banner__content-text .banner-buttons {
    justify-content: flex-start;
  }
}
.banner__content-text .banner-buttons .btn {
  background: var(--btn-reg);
  width: 200px;
  height: 40px;
  animation: pulse 1.5s infinite;
}
.banner__content-text .banner-buttons .btn:hover {
  background: var(--hover-btn-reg);
}
.banner__content-img {
  display: none;
}
@media (min-width: 640px) {
  .banner__content-img {
    display: block;
    position: relative;
  }
}

/* Content */
.content-block {
  padding: 20px 10px;
}
@media (min-width: 960px) {
  .content-block {
    padding: 20px;
  }
}
.content-block h1 {
  font-size: 26px;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .content-block h1 {
    font-size: 36px;
  }
}
.content-block .content_page h2, .content-block .content_page h3, .content-block .content_page h4 {
  position: relative;
}
.content-block .content_page h2 {
  font-size: 22px;
}
@media (min-width: 960px) {
  .content-block .content_page h2 {
    font-size: 32px;
  }
}
.content-block .content_page h3 {
  font-size: 20px;
}
@media (min-width: 960px) {
  .content-block .content_page h3 {
    font-size: 28px;
  }
}
.content-block .content_page h4 {
  font-size: 18px;
}
@media (min-width: 960px) {
  .content-block .content_page h4 {
    font-size: 24px;
  }
}
.content-block .content_page p {
  line-height: 1.4;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}
@media (min-width: 960px) {
  .content-block .content_page p {
    font-size: 18px;
  }
}
.content-block .content_page a {
  font-size: 16px;
  color: var(--link);
  position: relative;
}
@media (min-width: 960px) {
  .content-block .content_page a {
    font-size: 18px;
  }
}
.content-block .content_page a:hover {
  text-decoration: underline;
}
.content-block .content_page ul {
  list-style: none;
  padding-right: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 640px) {
  .content-block .content_page ul {
    flex-direction: row;
  }
}
.content-block .content_page ul li {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
}
@media (min-width: 640px) {
  .content-block .content_page ul li {
    width: 48%;
  }
}
@media (min-width: 960px) {
  .content-block .content_page ul li {
    font-size: 18px;
  }
}
.content-block .content_page ul li::after {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/7slots/img/icon-list.svg) no-repeat;
  background-size: cover;
  content: "";
  left: 0;
  top: 6px;
}
.content-block .content_page ol {
  padding-bottom: 20px;
  padding-left: 26px;
  counter-reset: myCounter;
  font-size: 16px;
}
.content-block .content_page ol li {
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
  list-style: none;
  line-height: 30px;
}
@media (min-width: 960px) {
  .content-block .content_page ol li {
    font-size: 18px;
  }
}
.content-block .content_page ol li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  width: 30px;
  height: 30px;
  font-size: 16px;
  background: var(--btn-log);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-block .content_page ol li::marker {
  font-size: 17px;
  color: var(--text);
}
.content-block .content_page ul ul, .content-block .content_page ol ul {
  margin-top: 10px;
}
.content-block .content_page ul ul li, .content-block .content_page ol ul li {
  list-style: disc;
  padding-left: 0;
}
.content-block .content_page ul ul li::before, .content-block .content_page ol ul li::before {
  display: none;
}
.content-block .content_page ul ul li::after, .content-block .content_page ol ul li::after {
  display: none;
}
.content-block .content_page ul ol, .content-block .content_page ol ol {
  margin-top: 10px;
}
.content-block .content_page ul ol li, .content-block .content_page ol ol li {
  list-style: disc;
}
.content-block .content_page ul ol li::before, .content-block .content_page ol ol li::before {
  display: none;
}
.content-block .content_page .section-block {
  padding: 10px 20px;
  background-color: var(--content);
  margin-bottom: 20px;
  border-radius: var(--radius);
  position: relative;
}
.content-block .content_page .section-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.25rem;
  padding: 1px;
  -webkit-mask: linear-gradient(var(--text) 0 0) content-box, linear-gradient(var(--text) 0 0);
  mask: linear-gradient(var(--text) 0 0) content-box, linear-gradient(var(--text) 0 0);
  -webkit-mask-composite: xor;
  background: var(--section);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.banner-link {
  text-align: center;
  margin-bottom: 20px;
}
.banner-link .banner-img {
  border: none;
  padding: 0;
  position: relative;
  background-color: unset;
}
.banner-link .banner-img img, .banner-link .banner-img amp-img {
  border-radius: var(--radius);
}

.btn-content {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.btn-content .banner_button {
  width: 250px;
  color: var(--text);
  background: var(--btn-reg);
}
.btn-content .banner_button:hover {
  background: var(--hover-btn-reg);
}

.wp-block-image {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
}
.wp-block-image img, .wp-block-image amp-img {
  border-radius: var(--radius);
}

#amp-mobile-version-switcher {
  display: none;
}

/* FAQ */
.faq__item {
  background-color: var(--background);
  border-radius: var(--radius);
}
.faq__item h3 {
  color: var(--text);
}
.faq__item h3:after {
  background-image: url(/wp-content/themes/7slots/img/faq-icon.svg);
}
.faq__item .faq__answer p {
  color: var(--text);
}
.faq__item .faq__answer p:last-child {
  padding-bottom: 0;
}

/* Footer */
footer {
  border-top: 1px solid var(--border);
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  footer {
    padding-bottom: 0;
  }
}
footer .footer__copyright {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer__copyright span {
  font-size: 16px;
  color: var(--text);
}
footer .footer__bga {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
footer .footer__bga .eighteen {
  background-image: url(/wp-content/uploads/2025/08/eighteen.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
footer .footer__bga .aff-img {
  width: 100px;
}

/* Scroll */
.scroll-top {
  opacity: 0;
  background: var(--scroll);
  transition: 0.3s;
  position: fixed;
  bottom: 70px;
  right: 30px;
  height: 40px;
  border-radius: 50%;
  box-shadow: var(--shadow-card);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 8;
}
.scroll-top .scroll-top-bg {
  padding: 8px;
  position: relative;
}
.scroll-top .scroll-top-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 1px;
  -webkit-mask: linear-gradient(var(--text) 0 0) content-box, linear-gradient(var(--text) 0 0);
  mask: linear-gradient(var(--text) 0 0) content-box, linear-gradient(var(--text) 0 0);
  -webkit-mask-composite: xor;
  background: var(--hover-scroll);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.scroll-top .scroll-top-bg:hover::before {
  background: var(--section);
}
.scroll-top .scroll-top-bg img {
  width: 24px;
  height: 24px;
}

.scroll-top.content_amp {
  opacity: 1;
}

/* Amp */
.header.content_amp {
  align-items: center;
  justify-content: space-between;
}
.header.content_amp .burger {
  border: none;
  background-color: unset;
  padding: 0;
}
.header.content_amp .logo img {
  width: 142px;
}

amp-sidebar .close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}
amp-sidebar .close .closeButton {
  padding: 0;
  border: none;
  background-color: unset;
}
amp-sidebar .close .closeButton img {
  width: 28px;
  height: 28px;
}
amp-sidebar .menu_amp .menu {
  list-style: none;
}
amp-sidebar .menu_amp .menu li {
  margin-bottom: 20px;
}
amp-sidebar .menu_amp .menu li:last-child {
  margin-bottom: 0;
}
amp-sidebar .menu_amp .menu li a {
  font-size: 14px;
  color: var(--text);
  font-weight: 700;
  padding: 10px 0;
  text-transform: uppercase;
}
amp-sidebar .menu_amp .menu .current-menu-item a {
  color: var(--link);
}

/* Fixed buttons */
.fixed_buttons {
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  padding: 8px;
  background: var(--background);
  bottom: 0;
  left: 0;
  z-index: 8;
}
@media (min-width: 960px) {
  .fixed_buttons {
    display: none;
  }
}
.fixed_buttons button {
  margin-top: 0;
  width: 100%;
}
.fixed_buttons button:first-child {
  margin-right: 10px;
}

/* 404 Error */
.error {
  background: var(--error);
}
.error__block {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 20px 20px 0 20px;
  background-image: url(/wp-content/uploads/2025/08/background-error.webp);
}
@media (min-width: 640px) {
  .error__block {
    padding: 0 128px;
  }
}
.error__block-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  max-width: 1408px;
}
.error__block-content p {
  font-size: 18px;
  color: var(--text);
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: center;
}
.error__block-content .btn {
  background: var(--btn-log);
  width: 200px;
}
.error__block-content .btn:hover {
  background: var(--hover-btn-log);
}
.error__block-title {
  position: relative;
}
.error__block-title span {
  color: #fff;
  font-size: 180px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 32px 32px rgba(0, 0, 0, 0.2509803922);
}
@media (min-width: 640px) {
  .error__block-title span {
    font-size: 280px;
  }
}
.error__block-title img {
  left: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
}
@media (min-width: 640px) {
  .error__block-title img {
    width: 312px;
    top: 16px;
  }
}
.error__block-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Table of Contens */
.custom__contents {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 640px) {
  .custom__contents {
    width: 640px;
  }
}
.custom__contents-submenu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
  background: var(--content);
  border-radius: 39px;
  height: 40px;
  padding: 0 0 0 20px;
  font-size: 14px !important;
  line-height: 1.2;
  color: var(--text);
}
.custom__contents-submenu a:hover {
  text-decoration: none !important;
  background: var(--link);
}
.custom__contents-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--background);
}
.custom__contents-icon::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/7slots/img/up-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}/*# sourceMappingURL=style.css.map */