@font-face {
  font-family: 'Manrope Light';
  src: url('../fonts/Manrope-Light.eot');
  src: url('../fonts/Manrope-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-Light.woff2') format('woff2'), url('../fonts/Manrope-Light.woff') format('woff'),
    url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.eot');
  src: url('../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-Regular.woff2') format('woff2'), url('../fonts/Manrope-Regular.woff') format('woff'),
    url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope Medium';
  src: url('../fonts/Manrope-Medium.eot');
  src: url('../fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-Medium.woff2') format('woff2'), url('../fonts/Manrope-Medium.woff') format('woff'),
    url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope SemiBold';
  src: url('../fonts/Manrope-SemiBold.eot');
  src: url('../fonts/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-SemiBold.woff2') format('woff2'), url('../fonts/Manrope-SemiBold.woff') format('woff'),
    url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope Bold';
  src: url('../fonts/Manrope-Bold.eot');
  src: url('../fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-Bold.woff2') format('woff2'), url('../fonts/Manrope-Bold.woff') format('woff'),
    url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope ExtraBold';
  src: url('../fonts/Manrope-ExtraBold.eot');
  src: url('../fonts/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-ExtraBold.woff2') format('woff2'), url('../fonts/Manrope-ExtraBold.woff') format('woff'),
    url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.frcasino-nt {
  height: 20px;
}
ul {
  list-style: none;
  padding: 0 0 0 30px;
  margin: 0;
}
li::marker {
  color: #47c5c4;
}
a {
  text-decoration: none;
}
img {
  display: block;
  height: auto;
  padding: 0;
  margin: 0;
}
button {
  cursor: pointer;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  min-height: 100vh;
  background-color: #000;
  color: #fff;
  font-family: 'Manrope';
  font-size: 18px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
p {
  font-family: 'Manrope';
  line-height: 150%;
}
a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.frcasino-page-wrapper {
  min-width: 1420px;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: url('../images/bg_top.webp') center top no-repeat;
  background-size: cover;
}
.frcasino-container {
  width: 1420px;
  padding: 0 20px;
  margin: 0 auto;
}
/* FOOTER */
.frcasino-footer {
  width: 100%;
  background: url('../images/bg_bot.webp') center bottom no-repeat;
  background-size: cover;
}
.frcasino-footer .frcasino-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.frcasino-icon {
  display: inline-block;
}
.frcasino-icon-check {
  width: 16px;
  height: 16px;
  background: url('../images/checkmark.svg') center no-repeat;
}
.frcasino-icon-winner {
  width: 16px;
  height: 16px;
  background: url('../assets/img/ico/winner.svg') center no-repeat;
}
.frcasino-icon-win {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background: url('../images/win.svg') center no-repeat;
}
.frcasino-icon-Isplata {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.frcasino-icon-sub {
  width: 10px;
  height: 10px;
  background: url('../assets/img/ico/sub.svg') center no-repeat;
}
.frcasino-icon-fire {
  width: 16px;
  height: 16px;
  background: url('../assets/img/ico/fire.svg') center no-repeat;
}
.frcasino-icon-jackpot {
  width: 16px;
  height: 16px;
  background: url('../assets/img/ico/jackpot.svg') center no-repeat;
}
.frcasino-icon-why {
  width: 48px;
  height: 48px;
  background: url('../assets/img/ico/why.svg') center no-repeat;
}
.frcasino-icon-security {
  width: 48px;
  height: 48px;
  background: url('../assets/img/ico/security.svg') center no-repeat;
}
.frcasino-icon-bonus {
  width: 48px;
  height: 48px;
  background: url('../assets/img/ico/bonus.svg') center no-repeat;
}
.frcasino-icon-payment {
  width: 48px;
  height: 48px;
  background: url('../assets/img/ico/payment.svg') center no-repeat;
}
@media screen and (max-width: 1420px) {
  .frcasino-container {
    width: 100%;
  }
  .frcasino-page-wrapper {
    min-width: 320px;
  }
  .frcasino-footer {
    height: auto;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.frcasino-header {
  height: 90px;
  background: #01425d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.frcasino-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  padding: 5px 0;
}
.frcasino-hero-title {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
 background-color: #8fe9ff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: Arial, sans-serif;
  letter-spacing: 1px;
}
@media (max-width: 1300px) {
  .frcasino-hero-title {
    font-size: 32px;
  }
}
@media (max-width: 900px) {
  .frcasino-hero-title {
    font-size: 22px;
  }
}
.frcasino-hero-desc {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
.frcasino-header-logo-img {
  width: 40px;
}
.frcasino-header-logo-text {
  font-size: 18px;
}
@media (max-width: 991px) {
  .frcasino-header-logo-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 1420px) {
  .frcasino-header {
    height: 50px;
  }
}
.frcasino-footer-logo-img {
  width: 50px;
}
.frcasino-footer-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.frcasino-footer {
  padding-top: 32px;
}
.frcasino-footer-content p {
  text-align: center;
  color: #fff;
  line-height: 150%;
  margin: 0 0 32px;
  font-size: 16px;
}
.frcasino-footer-divider {
  width: 100%;
  height: 2px;
 background-color: #8fe9ff;
}
.frcasino-footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 32px 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.frcasino-footer-logo-img {
  max-height: 60px;
  width: 100%;
}
.frcasino-footer-logos img {
  margin: 0 10px;
  padding: 5px;
}
@media screen and (max-width: 1420px) {
  .frcasino-footer {
    padding: 0 20px;
  }
  .frcasino-footer-content p {
    margin: 0 0 24px;
    font-size: 12px;
  }
  .frcasino-footer-logos {
    margin: 24px 0;
  }
  .frcasino-footer-logos img {
    height: 33px;
    margin: 10px 10px;
  }
}
.frcasino-hero {
  margin: 48px 0;
}
.frcasino-hero-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}
.frcasino-hero-title-container img {
  max-width: 698px;
  max-height: 92px;
  width: 100%;
  height: auto;
}
.frcasino-hero-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}
.frcasino-hero-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 24px;
}
.frcasino-hero-feature span {
  font-family: 'Manrope Medium';
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  margin-left: 7px;
}
.frcasino-pnhj {
  padding: 10px;
}
.frcasino-offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.frcasino-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #7d7d7d;
  background-color: #0f1721;
  padding-bottom: 6px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 214, 0, 0.25);
  box-shadow: 0px 0px 8px 0px rgba(255, 214, 0, 0.25);
  margin-bottom: 12px;
  border-radius: 12px;
  max-width: 686px;
  width: 100%;
  overflow: hidden;
}
.frcasino-offer-details {
  width: 50%;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.frcasino-offer-details > a {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frcasino-offer-details p,
.frcasino-offer-details h3 {
  margin: 0;
}
.frcasino-offer-details p {
  font-size: 14px;
  line-height: 19px;
  font-family: 'Manrope SemiBold';
  color: #7d7d7d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.frcasino-offer-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  text-transform: uppercase;
  width: 100%;
  background-color: #5b5b5b;
}
.frcasino-offer-badge span {
  font-family: 'Manrope ExtraBold';
  font-size: 14px;
  line-height: 140%;
  display: inline-block;
  margin-right: 6px;
}
.frcasino-offer-logo {
  width: 100%;
  max-width: 220px;
  max-height: 100%;
}
.frcasino-offer-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.frcasino-offer-info:last-child {
  margin-bottom: 0;
}
.frcasino-offer-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 35px;
}
.frcasino-offer-rating h3 {
  font-size: 16px;
  line-height: 33px;
  font-family: 'Manrope Light';
}
.frcasino-offer-rating span {
  font-size: 24px;
  line-height: 33px;
  font-family: 'Manrope Bold';
}
.frcasino-offer-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 12px;
}
.frcasino-offer-withdrawal {
  margin-right: 32px;
}
.frcasino-offer-withdrawal h3 {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  margin-top: 5px;
}
.frcasino-offer-rtp h3 {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  margin-top: 5px;
}
.frcasino-offer-bonus {
  width: 50%;
  padding: 0 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.frcasino-offer-bonus-title {
  color: #7d7d7d;
  font-family: 'Manrope Bold';
  font-size: 20px;
  text-align: center;
  margin: 0;
}
.frcasino-offer-bonus-details {
  text-align: center;
  font-family: 'Manrope Light';
  background: url('../images/bonus_bg.webp') center no-repeat;
  background-size: contain;
  line-height: 27px;
  font-size: 20px;
  margin: 0 0 24px;
}
.frcasino-offer-bonus-details span {
  display: block;
  font-family: 'Manrope ExtraBold';
  font-size: 40px;
  line-height: 60px;
}
.frcasino-offer-bonus-details b {
  font-family: 'Manrope Light';
  line-height: 40px;
}
.frcasino-offer-cta {
  display: inline-block;
  font-size: 20px;
  color: #000;
  font-family: 'Manrope SemiBold';
  width: 100%;
  padding: 2px 0;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid #7d7d7d;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
 background-color: #8fe9ff;
}
.frcasino-offer-subinfo {
  font-size: 14px;
  width: 100%;
  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;
}
.frcasino-offer-subinfo span {
  font-family: 'Manrope Bold';
}
.frcasino-offer-subinfo .frcasino-icon {
  margin-left: 4px;
}
.frcasino-star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 37px;
}
.frcasino-star-item {
  width: 18px;
  height: 18px;
  background: url('../images/star.svg') center no-repeat;
  background-size: contain;
  margin-right: 3px;
}
.frcasino-star-half {
  width: 18px;
  height: 18px;
  background: url('../assets/img/ico/star-half.svg') center no-repeat;
  background-size: contain;
}
.frcasino-offer-premium {
  border: 3px solid #ffbb0b;
  -webkit-box-shadow: 0px 0px 20px 5px #ffbb0b;
  box-shadow: 0px 0px 20px 5px #ffbb0b;
}
.frcasino-offer-premium .frcasino-offer-bonus {
  background: url('../images/vip_bg.webp') center no-repeat;
  background-size: cover;
}
.frcasino-offer-premium .frcasino-offer-badge {
 background-color: #8fe9ff;
}
.frcasino-offer-premium .frcasino-offer-badge .frcasino-offer-cta {
  border: 1px solid #f1bb34;
}
.frcasino-offer-premium .frcasino-offer-badge span {
  color: #151515;
  display: inline-block;
}
@media screen and (max-width: 1420px) {
  .frcasino-hero {
    margin: 8px 0 12px;
  }
  .frcasino-hero-title-container {
    max-width: 600px;
    margin: 0 auto;
  }
  .frcasino-offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
  }
  .frcasino-offer {
    margin-bottom: 20px;
  }
  .frcasino-offer-details {
    padding: 6px;
  }
  .frcasino-offer-details .frcasino-icon {
    width: 16px;
    height: 16px;
  }
  .frcasino-offer-details > a {
    max-height: 77px;
  }
  .frcasino-offer-details p {
    font-size: 8px;
  }
  .frcasino-offer-bonus {
    padding-top: 12px;
  }
  .frcasino-offer-badge span {
    font-size: 10px;
  }
  .frcasino-offer-badge .frcasino-icon {
    height: 12px;
    width: 12px;
    background-size: contain;
  }
  .frcasino-offer-info {
    margin-bottom: 12px;
    justify-content: space-around;
  }
  .frcasino-offer-cta {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 0;
  }
  .frcasino-offer-stars {
    padding: 0 8px;
  }
  .frcasino-offer-rating {
    margin-right: 0;
  }
  .frcasino-offer-rating span {
    font-size: 18px;
    line-height: 16px;
  }
  .frcasino-offer-rating h3 {
    line-height: 16px;
    font-size: 12px;
  }
  .frcasino-offer-rtp h3 {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0;
  }
  .frcasino-offer-withdrawal {
    margin-right: 8px;
  }
  .frcasino-offer-withdrawal h3 {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0;
  }
  .frcasino-offer-bonus-title {
    font-size: 14px;
    line-height: 19px;
  }
  .frcasino-offer-bonus-details {
    line-height: 22px;
    font-size: 16px;
    margin: 0 0 12px;
  }
  .frcasino-offer-bonus-details span {
    display: block;
    font-family: 'Manrope ExtraBold';
    font-size: 22px;
    line-height: 33px;
  }
  .frcasino-offer-bonus-details b {
    font-family: 'Manrope Light';
    line-height: 16px;
    line-height: 25px;
  }
  .frcasino-offer-subinfo {
    font-size: 8px;
  }
  .frcasino-star-rating {
    height: 18px;
    padding: 0 8px;
  }
  .frcasino-star-item {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 900px) {
  .frcasino-hero-features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }
  .frcasino-hero-title-container {
    max-width: 270px;
    margin-bottom: 5px;
  }
  .frcasino-hero-feature {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 4px;
    margin-right: 0;
  }
  .frcasino-hero-feature span {
    font-size: 10px;
    word-break: keep-all;
    display: inline-block;
    margin-left: 8px;
  }
}
.frcasino-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}
.frcasino-pop-up {
  position: fixed;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  color: #fff;
  border: 1px solid #fff500;
  background-color: black;
  border-radius: 0;
  color: #fff;
  width: 370px;
  z-index: 1000;
  height: 500px;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  padding: 10px;
}
@media (max-width: 384px) {
  .frcasino-pop-up {
    width: 90%;
  }
}
.frcasino-pop-up-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: row;
  gap: 10px;
  background-color: #ecac1a;
  height: 38px;
  color: black;
  border-radius: 5px;
  font-weight: 800;
}
.frcasino-pop-up-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
.frcasino-pop-up-section__1 {
  color: #7d7d7d;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.frcasino-pop-up-section__2 {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
.frcasino-pop-up-section__3 {
  font-size: 40px;
  font-weight: 800;
  margin: 0;
}
.frcasino-pop-up-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  height: 55px;
  color: #fff;
  border-radius: 20px;
  background-color: #0c9511;
}
#close-button {
  position: absolute;
  top: 0;
  right: 10px;
  border: none;
  width: 25px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  font-size: 16px;
  margin-top: 20px;
}
.frcasino-footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
.frcasino-footer-nav-link {
  color: white;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
}
.frcasino-docWrap {
  padding: 50px 20px;
  max-width: 1220px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .frcasino-footer-nav {
    gap: 10px;
    flex-direction: column;
  }
  .frcasino-hero-desc {
    max-width: 100%;
  }
  .frcasino-hero-title {
    text-align: center;
  }
}
.frcasino-section {
  margin-top: 60px;
  margin-bottom: 60px;
}
.frcasino-section h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
 background-color: #8fe9ff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: start;
  margin-bottom: 24px;
  width: 100%;
}
.frcasino-section p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #bdbdbd;
  text-align: start;
  width: 100%;
}
.frcasino-section ul {
  text-align: start;
  width: 100%;
  
}
.frcasino-section li {
  list-style: disc;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 12px;
  color: #bdbdbd;
}
@media (min-width: 1200px) {
  .frcasino-section h2 {
    font-size: 32px;
    margin: 0;
    padding-bottom: 15px;
    text-align: left;
    width: 100%;
  }
  .frcasino-section p {
    font-size: 16px;
    margin: 0;
  }
  .frcasino-section ul {
    margin: 0;
    padding-top: 10px;
  }
  .frcasino-section li {
    font-size: 16px;
  }
}
/* -----------------BETTING STEP---------------- */
.frcasino-card_img {
  display: none;
}
.frcasino-start_betting h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
 background-color: #8fe9ff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
  text-align: left;
}
.frcasino-start_betting h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 158%;
  color: #202020;
  border-radius: 8px;
  width: 48px;
  height: 48px;
 background-color: #8fe9ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  margin-top: 17px;
}
.frcasino-start_betting h4 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.frcasino-start_betting p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #bdbdbd;
  margin-top: 12px;
}
.frcasino-start_betting ul {
  padding: 0;
}
@media (max-width: 714px) {
  .frcasino-start_betting {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .frcasino-start_betting {
    margin-bottom: 60px;
    width: 100%;
  }
  .frcasino-card_img {
    display: flex;
    width: 24px;
    height: 24px;
    margin-top: 84px;
  }
  .frcasino-start_betting ul {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .frcasino-start_betting li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .frcasino-start_betting h2 {
    font-size: 32px;
    text-align: start;
  }
  .frcasino-start_betting li {
    display: flex;
    flex-direction: column;
  }
  .frcasino-start_betting h3 {
    margin-bottom: 16px;
  }
}
/* ------------------types_of_betting------------------- */
.frcasino-games-section {
  margin-top: 60px;
  margin-bottom: 60px;
}
.frcasino-games-section h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
 background-color: #8fe9ff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
  text-align: left;
  width: 100%;
  
}
.frcasino-games-section h3 {
  margin-bottom: 12px;
  margin-top: 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
}
.frcasino-games-section p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #bdbdbd;
}
.frcasino-games-section ul {
  padding: 0;
}
@media (min-width: 1200px) {
  .frcasino-games-section h2 {
    font-size: 32px;
    text-align: start;
  }
  .frcasino-games-section h3 {
    font-size: 20px;
  }
  .frcasino-games-section p {
    font-size: 16px;
    max-width: 1220px;
  }
}
/* -------------------payment---------------- */
.frcasino-payment {
  margin-bottom: 60px;
}
.frcasino-payment h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
 background-color: #8fe9ff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 24px;
  text-align: start;
  width: 100%;
  
}
.frcasino-payment p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #bdbdbd;
  margin-bottom: 14px;
  text-align: start;
  width: 100%;
  
}
.frcasino-payment ul {
  text-align: start;
  width: 100%;
  
}
.frcasino-payment li {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #bdbdbd;
  list-style: disc;
  margin-bottom: 12px;
  
}
/* ---------------SAFE-------------- */
.frcasino-safe {
  padding-bottom: 60px;
}
.frcasino-safe h2 {
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
 background-color: #8fe9ff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 24px;
  text-align: start;
  width: 100%;
  
}
.frcasino-safe p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #bdbdbd;
  text-align: start;
  width: 100%;
  
}
.frcasino-safe ul {
  display: flex;
  flex-direction: column;
  text-align: start;
  width: 100%;
  margin-top: 10px;
  
}
.frcasino-safe li {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #bdbdbd;
  list-style: disc;
  margin-bottom: 12px;
}
.frcasino-footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding-bottom: 20px;
}
@media (max-width: 500px) {
  .frcasino-footer-content {
    flex-direction: column;
  }
}
.frcasino-footer-content p {
  padding-bottom: 10px;
}
.frcasino-footer h3,
.frcasino-footer h4 {
  text-align: center;
  padding-bottom: 10px;
}
.frcasino-footer-nav {
  padding: 20px 0;
}
.frcasino-footer-copyright {
  text-align: center;
}
.frcasino-main-content.frcasino-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.frcasino-docHeader {
  margin: 20px 0;
}
.frcasino-docItemDesc,
.frcasino-docItemTitle {
  padding-bottom: 10px;
}
.frcasino-docList {
  padding: 0 10px 0 30px;
  list-style: disc;
}