* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus {
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
aside,
footer,
header,
nav {
  display: block;
}
body,
html {
  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%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
button,
input,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
}
textarea {
  resize: none;
}
button {
  cursor: pointer;
  background-color: transparent;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a {
  display: inline-block;
  color: inherit;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

/* Исключение для изображений в отзывах */
.bookofrascasino-reviews img {
  width: auto;
  height: revert-layer;
  border-radius: 50%;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
picture {
  display: block;
  width: 100%;
  height: 100%;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
address {
  font-style: normal;
}
strong {
  display: block;
}

@font-face {
  font-family: 'Passion One';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/bookofrascasino-fonts/bookofrascasino-passion-one-bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/bookofrascasino-fonts/bookofrascasino-roboto-regular.woff2)
    format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/bookofrascasino-fonts/bookofrascasino-roboto-bold.woff2)
    format('woff2');
}
:root {
  --font-main: 'Roboto', sans-serif;
  --font-second: 'Passion One', sans-serif;
  --container-width: 1240px;
  --container-header-width: 1340px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 16px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --container-header: calc(var(--container-header-width) + (var(--container-step) * 2));
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --hover: #ebe7e7;
  --active: #ebe7e7;

  --pink: #f17373;
  --red: #ed4343;
  --dark: #323232;
  --green: #c0f3e2;
  --black-100: #2a2a2a;

  --bg-dark: #303030;
  --bg-dark-purple: #1c0031;
  --bg-light-purple: #5600ea;
  --bg-popup: #028372;
  --bg-white: #ffffff;
  --bg-orange: #f0b08e;
  --orange: #e18758;
  --bg-light-green: #05a791;
  --bg-dark-green: #ACB328;
  --bg-gradient-green: linear-gradient(180deg, #5bae99 0%, #32d1ac 100%);
  --bg-gradient-choose: linear-gradient(180deg, rgba(172, 179, 40, 0.00) 0%, #ACB328 100%);
}
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
}
@media (max-width: 991px) {
  .container {
    padding: 0 var(--container-step-tablet);
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 var(--container-step-mobile);
  }
}

@media (max-width: 360px) {
  .mw {
    max-width: 100px;
  }
}

.container-header {
  max-width: var(--container-header);
  margin: 0 auto;
  padding: 0 var(--container-step);
}
@media (max-width: 991px) {
  .container-header {
    padding: 0 var(--container-step-tablet);
  }
}
@media (max-width: 600px) {
  .container-header {
    padding: 0 var(--container-step-mobile);
  }
}

.bg-gradient-choose {
  background: var(--bg-gradient-choose);
}

.underline {
  text-decoration: underline;
}

.opacity-80 {
  opacity: 0.8;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background: linear-gradient(90deg, #7E8C05 0%, #31520D 100%);
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.bg-blur {
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(10px);
}

.bg-dark {
  background-color: var(--bg-dark);
}

.bg-dark-purple {
  background-color: var(--bg-dark-purple);
}

.bg-light-purple {
  background-color: var(--bg-light-purple);
}

.bg-white {
  background-color: var(--bg-white);
}

.bg-orange {
  background-color: var(--bg-orange);
}

.bg-gradient-green {
  background: var(--bg-gradient-green);
}

.bg-light-green {
  background-color: var(--bg-light-green);
}

.bg-dark-green {
  background-color: var(--bg-dark-green);
}

.color-orange {
  color: var(--orange);
}

.font-second {
  font-family: var(--font-second);
}

a,
button {
  color: var(--main);
}

.strong-inline {
  display: inline;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.tx-64-32 {
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .tx-64-32 {
    font-size: 54px;
  }
}
@media (max-width: 600px) {
  .tx-64-32 {
    font-size: 32px;
    word-wrap: break-word;
  }
}

.tx-40-24 {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
}

@media (max-width: 991px) {
  .tx-40-24 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .tx-40-24 {
    font-size: 24px;
  }
}

.tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

.tx-20-18 {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

@media (max-width: 600px) {
  .tx-20-18 {
    font-size: 18px;
  }
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

@media (max-width: 600px) {
  .tx-20-16 {
    font-size: 16px;
  }
}

.tx-24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
}
.tx-24-15 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1220px) {
  .tx-24-15 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .tx-24-15 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .tx-24-15 {
    font-size: 15px;
  }
}

.tx-18-16 {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

@media (max-width: 600px) {
  .tx-18-16 {
    font-size: 16px;
  }
}

.tx-16 {
  font-size: 16px;
  line-height: 130%;
}

.tx-16-14 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}



@media (max-width: 600px) {
  .tx-16-14 {
    font-size: 14px;
  }
}

.bookofrascasino-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-shadow {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.bg-outline {
  background-color: transparent;
  border: 1px solid var(--white);
}

.bg-black-100 {
  background-color: var(--black-100);
}

.tx-12 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}
.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.box-shadow {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.bg-gradient-purple {
  background: linear-gradient(
    180deg,
    rgba(112, 32, 251, 0) 0%,
    rgba(112, 32, 251, 0.4) 100%
  );
}

.bg-pink {
  background-color: var(--pink);
}

.strong-inline {
  display: inline;
}

.plr-24-16 {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 600px) {
  .plr-24-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-20 {
  padding: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50-40 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 600px) {
  .ptb-50-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.ptb-80-40 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 600px) {
  .ptb-80-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.br {
  border: 1px solid white;
}

.brr-24 {
  border-radius: 24px;
}
.brr-20 {
  border-radius: 20px;
}

.brr-16 {
  border-radius: 16px;
}
.cp-age {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cp-card-game {
  padding: 20px;
  border-radius: 14px;
}

@media (max-width: 600px) {
  .cp-card-game {
    padding: 12px;
  }
}

.cp-popup {
  padding: 50px 107px;
  background-color: #2A2A2A;
  border-radius: 20px;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 600px) {
  .cp-popup {
    width: 95%;
    padding: 40px 16px;
  }
}
.cp-header {
  border-radius: 20px 20px 0 0;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.2);
}

.cp-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 215px;
  height: 24px;
}

.cp-logo img {
  width: auto;;
}


.color-green {
  color: var(--green);
}
.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-second);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: var(--white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  min-width: 240px;
  min-height: 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, #F8743F 0%, #DC4306 100%);
  box-shadow: 0 0 6px 0 #892702 inset;
}

@media (max-width: 600px) {
  .but {
    font-size: 14px;
    padding: 10px 25px;
  }
}

.but:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.but-signup {
  min-width: 150px;
  transition: all 0.3s ease;
}

.but-signup:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

/* Запасной стиль для кнопки LOG IN */
.but-login {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 32px;
  background: rgba(184, 241, 255, 0.25)
  color: var(--white);
  text-decoration: none;
  border: 2px solid var(--white);
  min-width: 150px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: none;
}

.but-login:hover {
  background: rgba(184, 241, 255, 0.4);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}
.input {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 0 20px;
  width: 100%;
  height: 41px;
  background-color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #121514;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .input:hover {
    border-color: var(--hover);
  }
}
.input:focus-visible {
  border-color: var(--hover);
}

@media (max-width: 360px) {
  .m-0-auto {
    margin: 0 auto
  }
}


.mb-10:not(:last-child) {
  margin-bottom: 10px;
}
.mb-16:not(:last-child) {
  margin-bottom: 16px;
}
.mb-4:not(:last-child) {
  margin-bottom: 4px;
}
.mb-32:not(:last-child) {
  margin-bottom: 32px;
}
.mb-20:not(:last-child) {
  margin-bottom: 20px;
}

.mb-24:not(:last-child) {
  margin-bottom: 24px;
}

.mb-30:not(:last-child) {
  margin-bottom: 30px;
}

.mb-30-24:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .mb-30-24:not(:last-child) {
    margin-bottom: 24px;
  }
}

.mb-40-20:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 20px;
  }
}

.mb-80-40:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 600px) {
  .mb-80-40:not(:last-child) {
    margin-bottom: 40px;
  }
}

.mb-40:not(:last-child) {
  margin-bottom: 40px;
}

.mb-section:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 40px;
  }
}

.mb-24-16:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 16px;
  }
}

.mb-18-14:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 600px) {
  .mb-18-14:not(:last-child) {
    margin-bottom: 14px;
  }
}

.d-block {
  display: block;
}
.w100 {
  min-width: 0;
  width: 100%;
}
.relative-z2 {
  position: relative;
  z-index: 2;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}

.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.lh-150 {
  line-height: 150%;
}

.cp-hero {
  border-radius: 16px;
  padding: 40px 40px 40px 80px;
}

.bookofrascasino-hero {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .cp-hero {
    padding: 30px;
  }
}

@media (max-width: 600px) {
  .cp-hero {
    padding: 15px;
  }
}

.bookofrascasino-hero__descr {
  width: 55%;
  margin-top: 100px;
}

@media (max-width: 991px) {
  .bookofrascasino-hero__descr {
    width: 75%;
  }
}

@media (max-width: 600px) {
  .bookofrascasino-hero__descr {
    width: 100%;
    margin-top: 60px;
  }
}

.bookofrascasino-section-games {
  background-image: url(/bookofrascasino-img/bookofrascasino-games.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .bookofrascasino-section-games {
    background-image: url(/bookofrascasino-img/bookofrascasino-games-mob.webp);
  }
}

.bookofrascasino-about {
  background-image: url(/bookofrascasino-img/bookofrascasino-about.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 130px 0 100px 60px;
}
@media (max-width: 600px) {
  .bookofrascasino-about {
    background-image: url(/bookofrascasino-img/bookofrascasino-about-mob.webp);
    padding: 30px 16px;
  }
}

.bookofrascasino-about__descr {
  max-width: 800px;
}

/* Стили для заголовка отзыва */
.bookofrascasino-review-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

@media (max-width: 1220px) {
  .bookofrascasino-review-header {
    margin-bottom: 10px;
  }
}

.bookofrascasino-review-info {
  flex: 1;
}

.bookofrascasino-review-info strong {
  margin-bottom: 10px;
  display: block;
}

.bookofrascasino-games {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template: auto/repeat(4, 1fr);
  gap: 40px 14px;
}

@media (max-width: 1220px) {
  .bookofrascasino-games {
    grid-template: auto/repeat(3, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .bookofrascasino-games {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [2];
    grid-template: auto/repeat(2, 1fr);
  }
}

@media (max-width: 330px) {
  .bookofrascasino-games {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [2];
    grid-template: auto/repeat(1, 1fr);
  }
}

@media (max-width: 600px) {
  .bookofrascasino-games {
    gap: 12px;
  }
}

.bookofrascasino-games__item {
  position: relative;
}

@media (max-width: 600px) {
  .bookofrascasino-games__item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}

.bookofrascasino-games__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

@media (max-width: 600px) {
  .bookofrascasino-games__title {
    flex-direction: column;
    justify-content: center;
    padding: 12px 0;
  }
}

.bookofrascasino-games__raiting {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bookofrascasino-games__raiting img {
  padding-right: 5px;
}

@media (max-width: 600px) {
  .bookofrascasino-games__title {
    font-size: 16px;
  }

  .bookofrascasino-games__raiting {
    font-size: 16px;
    padding-top: 8px;
  }
}

.bookofrascasino-games__image {
  position: relative;
  padding-bottom: 100%;
  border-radius: 10px;
  pointer-events: none;
}

.bookofrascasino-games__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: 1;
}

.bookofrascasino-choose__image {
  width: fit-content;
  margin: 0 auto 18px;
}

.bookofrascasino-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 10px 0;
}
.bookofrascasino-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.bookofrascasino-header__menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 780px;
  flex: 0 1 780px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  gap: 20px;
}

@media (max-width: 991px) {
  .bookofrascasino-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}
@media (max-width: 600px) {
  .bookofrascasino-header__menu {
    padding: 80px 30px 30px 30px;
  }
}
.bookofrascasino-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.bookofrascasino-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}
@media (max-width: 991px) {
  .bookofrascasino-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 600px) {
  .bookofrascasino-header__exit-menu {
    top: 15px;
    right: 15px;
  }
}
.bookofrascasino-header__exit-menu::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bookofrascasino-header__exit-menu::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bookofrascasino-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px;
}

@media (max-width: 991px) {
  .bookofrascasino-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .bookofrascasino-nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 20px;
  }
}
.bookofrascasino-nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .bookofrascasino-nav__link:hover {
    color: var(--hover);
  }
}
.bookofrascasino-nav__link:focus-visible {
  color: var(--hover);
}
.bookofrascasino-nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.bookofrascasino-footer__wrapp > div {
  flex: 1;
  min-width: 0;
}

.bookofrascasino-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 22px;
  height: 18px;
  background-color: transparent;
}
@media (max-width: 991px) {
  .bookofrascasino-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bookofrascasino-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px;
}

.bookofrascasino-hero__item {
  background-image: url(/bookofrascasino-img/bookofrascasino-hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
}

@media (max-width: 991px) {
  .bookofrascasino-hero__item {
    min-height: 620px;
  }
}

@media (max-width: 360px) {
  .bookofrascasino-hero__item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
    background-image: url(/bookofrascasino-img/bookofrascasino-hero-mob.webp);
    min-height: 372px;
  }
}

.bookofrascasino-faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .bookofrascasino-faq__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bookofrascasino-faq__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
  width: 100%;
}
@media (max-width: 991px) {
  .bookofrascasino-faq__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.bookofrascasino-faq__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 768px;
  flex: 0 1 768px;
  width: 100%;
}
@media (max-width: 991px) {
  .bookofrascasino-faq__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.bookofrascasino-footer {
  display: flex;
}

.bookofrascasino-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

@media (max-width: 575px) {
  .bookofrascasino-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .bookofrascasino__copyright {
    order: 2;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .bookofrascasino-footer__nav {
   width: 100%;
  }
}



.bookofrascasino-footer__nav__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .bookofrascasino-footer__nav__list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.bookofrascasino-footer__wrapp {
  display: flex;
  gap: 20px;
}

@media (max-width: 991px) {
  .bookofrascasino-footer__wrapp {
    flex-direction: column;
    margin-bottom: 32px;
  }
}

.bookofrascasino-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  gap: 20px 50px;
}

.bookofrascasino-popupauth {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 8;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.bookofrascasino-popupauth.active {
  opacity: 1;
  visibility: visible;
}
.bookofrascasino-popupauth__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bookofrascasino-popupauth__content {
  overflow: auto;
  position: relative;
  z-index: 2;
  margin: auto;
}
.bookofrascasino-popupauth__item {
  display: none;
}
.bookofrascasino-popupauth__item.active {
  display: block;
}
.status {
  border-radius: 30px;
  margin-top: 15px;
  padding: 10px;
  background-color: green;
  display: none;
}
.form.active .status {
  display: block;
}
.bookofrascasino-choose {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 16px 40px;
}
@media (max-width: 991px) {
  .bookofrascasino-choose {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template: auto/repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .bookofrascasino-choose {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bookofrascasino-terms {
  padding-top: 160px;
  padding-bottom: 86px;
  font-size: 20px;
  color: var(--main);
  line-height: 1.3;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .bookofrascasino-terms {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
@media (max-width: 600px) {
  .bookofrascasino-terms {
    padding-bottom: 80px;
  }
}

.bookofrascasino-terms p {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

@media (max-width: 991px) {
  .bookofrascasino-terms p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .bookofrascasino-terms p {
    font-size: 12px;
  }
}

.bookofrascasino-terms p:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .bookofrascasino-terms p:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .bookofrascasino-terms p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.bookofrascasino-terms ul:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .bookofrascasino-terms ul:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .bookofrascasino-terms ul:not(:last-child) {
    margin-bottom: 15px;
  }
}

.bookofrascasino-terms li {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

@media (max-width: 991px) {
  .bookofrascasino-terms li {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .bookofrascasino-terms li {
    font-size: 12px;
  }
}

.bookofrascasino-terms li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .bookofrascasino-terms li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .bookofrascasino-terms li:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* New Accordion Styles for bookofrascasino-accordion-wrapper */

.bookofrascasino-accordion-wrapper .bookofrascasino-accordion-item {
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #fff;
  border-radius: 15px;
}

.bookofrascasino-accordion-wrapper
  .bookofrascasino-accordion-item
  details[open] {
  background: #ACB328;
  border-radius: 15px;
}

.bookofrascasino-accordion-wrapper .bookofrascasino-accordion-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 24px;
  cursor: pointer;
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  list-style: none;
  transition: background-color 0.3s ease;
}

/* Стиль для текста вопроса в аккордеоне */
.bookofrascasino-accordion-question {
  font-weight: 700;
}

.bookofrascasino-accordion-wrapper
  .bookofrascasino-accordion-summary::-webkit-details-marker {
  display: none;
}

/* Accordion icon styles */
.bookofrascasino-accordion-icon {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

.bookofrascasino-accordion-wrapper
  .bookofrascasino-accordion-item
  details[open]
  .bookofrascasino-accordion-icon {
  content: url('/bookofrascasino-img/bookofrascasino-icons/bookofrascasino-icon-up.webp');
}

/* Альтернативный способ для браузеров, которые не поддерживают content с url */
.bookofrascasino-accordion-wrapper
  .bookofrascasino-accordion-item
  details[open]
  .bookofrascasino-accordion-icon {
  transform: rotate(0deg);
}

.bookofrascasino-accordion-wrapper .bookofrascasino-accordion-answer {
  padding: 0 24px 25px 24px;
  color: var(--white);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .bookofrascasino-accordion-wrapper .bookofrascasino-accordion-summary {
    padding: 27px 16px 17px;
  }

  .bookofrascasino-accordion-wrapper .bookofrascasino-accordion-answer {
    padding: 0 20px 25px 20px;
  }
}

.bookofrascasino-reviews {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .bookofrascasino-reviews {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [2];
    grid-template: auto/repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .bookofrascasino-reviews {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bookofrascasino-reviews__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}

.bookofrascasino-reviews__stars li {
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
