@charset "UTF-8";
/* COLORS
---------------------------------*/
html,
body {
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wrapper-in {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

p, ul {
  margin-bottom: 0;
}

ol, ul {
  list-style: none;
}

* {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

* {
  outline: none !important;
}

a {
  color: black;
  text-decoration: none;
  text-decoration: underline;
}
a:visited {
  color: black;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a:active {
  outline: none !important;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
  font-weight: bold;
}

h6 {
  font-size: 16px;
  font-weight: bold;
}

@font-face {
  font-family: "Fredoka";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lato-Thin.eot");
  src: url("../fonts/Lato-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Thin.woff") format("woff"), url("../fonts/Lato-Thin.ttf") format("truetype"), url("../fonts/Lato-Thin.svg#Fredoka") format("svg");
}
@font-face {
  font-family: "Fredoka";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Fredoka-Light.eot");
  src: url("../fonts/Fredoka-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Fredoka-Light.woff") format("woff"), url("../fonts/Fredoka-Light.ttf") format("truetype"), url("../fonts/Fredoka-Light.svg#Fredoka") format("svg");
}
@font-face {
  font-family: "Fredoka";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Fredoka-Regular.eot");
  src: url("../fonts/Fredoka-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Fredoka-Regular.woff") format("woff"), url("../fonts/Fredoka-Regular.ttf") format("truetype"), url("../fonts/Fredoka-Regular.svg#Fredoka") format("svg");
}
@font-face {
  font-family: "Fredoka";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Fredoka-Bold.eot");
  src: url("../fonts/Fredoka-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Fredoka-Bold.woff") format("woff"), url("../fonts/Fredoka-Bold.ttf") format("truetype"), url("../fonts/Fredoka-Bold.svg#Fredoka") format("svg");
}
@font-face {
  font-family: "Fredoka";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Fredoka-SemiBold.eot");
  src: url("../fonts/Fredoka-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Fredoka-SemiBold.woff") format("woff"), url("../fonts/Fredoka-SemiBold.ttf") format("truetype"), url("../fonts/Fredoka-SemiBold.svg#Fredoka") format("svg");
}
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/*	DEFAULT
----------------------------------*/
body {
  margin: 0;
  min-width: 300px;
  font-size: 18px;
  font-weight: 400;
  color: #242424;
  line-height: 1.5em;
  font-weight: normal;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Fredoka", sans-serif;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

p {
  margin-bottom: 15px;
}

b {
  font-weight: bold;
}

hr {
  border: none;
  border-top: 1px solid #FF5B00;
  width: 100%;
}

h1, h2, h3, h4, h5 {
  margin: 25px 0 15px 0;
  color: #000;
  font-weight: 400;
  line-height: 1.2em;
  font-family: "Fredoka", sans-serif;
}

h5, h6 {
  font-weight: 600;
}

.container {
  width: 100%;
  max-width: 1340px;
}
@media only screen and (max-width: 768px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto,
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10,
  .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5,
  .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto,
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10,
  .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6,
  .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
}

button,
input,
textarea {
  outline: none !important;
}

.btn {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 1em;
  padding: 10px 25px;
  min-height: 45px;
  min-width: 160px;
  display: inline-block;
  color: #fff;
  background: var(--Gradient-red, linear-gradient(90deg, #ED652B 0%, #EB3323 100%));
  box-shadow: 0px 14px 14px 0px rgba(163, 79, 52, 0.2);
  border-radius: 22.5px;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .btn {
    padding: 12px 15px;
    font-size: 15px;
    min-height: inherit;
    line-height: 1.1em;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    padding: 12px 10px;
    font-size: 12px;
    min-height: inherit;
    line-height: 1.1em;
    min-width: inherit;
  }
}
.btn:hover {
  opacity: 0.9;
}
.btn:visited {
  color: #fff;
}
.btn.icon-money {
  padding-right: 40px;
}
.btn.icon-money:before {
  content: "";
  display: block;
  width: 70px;
  height: 64px;
  position: absolute;
  top: -8px;
  right: -20px;
  background: url("../images/icons/icons.svg#icon-money") no-repeat center center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 992px) {
  .btn.icon-money:before {
    width: 60px;
    height: 54px;
    top: -7px;
    right: -15px;
  }
}
@media only screen and (max-width: 768px) {
  .btn.icon-money:before {
    width: 50px;
    height: 44px;
    top: -3px;
    right: -5px;
  }
}
.btn.full-btn {
  width: 100%;
}
.btn.btn-green {
  background: linear-gradient(90deg, #008427 3.01%, #00C93B 100%);
  box-shadow: 0px 12px 27px rgba(35, 140, 16, 0.4);
}

.btn-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.load-more-link {
  width: 100%;
  max-width: 360px;
}

.btn-orange {
  transition: 0.5s;
  position: relative;
  font-weight: 500;
  line-height: 1.2em;
  padding: 18px 25px;
  min-height: 45px;
  width: 100%;
  display: inline-block;
  max-width: 360px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.6px;
  color: #250C03;
  background: linear-gradient(90deg, #FFB801 3.01%, #FF8901 100%);
  box-shadow: 0px 12px 27px rgba(255, 9, 0, 0.4);
  border-radius: 100px;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .btn-orange {
    padding: 12px 20px;
    min-height: 40px;
    font-size: 18px;
  }
}
.btn-orange:hover {
  opacity: 0.8;
}

/* COLORS
---------------------------------*/
/* COLORS
---------------------------------*/
.search__title {
  color: #F00035;
  font-size: 40px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px;
}
.search__wrapper {
  text-align: center;
  padding: 30px 0;
  background: url("../images/background-search.png");
}
.search__wrapper .btn {
  min-height: 35px;
}
@media only screen and (max-width: 768px) {
  .search__wrapper .btn {
    width: 120px;
  }
}
.search__wrapper .highlight {
  color: #F00035;
}
.search__wrapper .container {
  padding: 0;
}
.search__wrapper #search-m {
  color: #5C5C5C;
  /* Regular/18 */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
}
.search__wrapper #search-m::placeholder {
  opacity: 0.400000006;
}
.search__wrapper .result__items__wrap {
  padding: 20px 45px;
}
.search__wrapper .search__result__wrap {
  max-height: 417px;
  overflow: auto;
  border-radius: 10px;
  position: relative;
  max-width: 720px;
  width: 100%;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  background: white;
}
.search__wrapper .search__result__wrap .title-item {
  font-size: 15px;
}
.search__wrapper .search__result__wrap::after {
  content: "";
  position: absolute;
  height: 52vh;
  top: 0;
  background: white;
}
.search__wrapper .insert__result__search {
  background: white;
  border-radius: 10px;
  max-height: 90%;
}
.search__wrapper .no-found {
  margin: 25px auto 25px;
  color: #F00035;
  padding: 20px;
}
.search__wrapper .title {
  margin-bottom: 15px;
  border-bottom: 1px solid #F00035;
  padding-bottom: 5px;
  text-align: left;
}
.search__wrapper #search-m {
  display: inline-flex;
  height: 60px;
  padding: 15px 30px;
  width: 660px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border: none;
}
@media only screen and (max-width: 768px) {
  .search__wrapper #search-m {
    width: 100%;
  }
}
.search__wrapper .casino__result__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ffbccb;
  padding: 5px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .search__wrapper .casino__result__item .result__item__left a {
    font-size: 17px;
  }
}
.search__wrapper .result__item__left {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .search__wrapper .result__item__left {
    width: 100%;
  }
}
.search__wrapper .result__item__left .title-item {
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .search__wrapper .result__item__left .title-item {
    text-align: left;
  }
}
.search__wrapper .result__item__left .title-item a {
  color: black;
}
.search__wrapper .result__item__left .thumb {
  display: flex;
  align-items: center;
}
.search__wrapper .result__item__left a {
  display: inline-flex;
  text-decoration: none;
}
.search__wrapper .result__item__left img {
  height: 35px;
  width: 35px;
  margin-right: 15px;
  border-radius: 8px;
}
.search__wrapper .games__result__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  border-bottom: 1px dashed #ffbccb;
  padding: 5px 0;
  position: relative;
}
.search__wrapper .games__result__item .thumb {
  width: 35px;
  height: 35px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border-radius: 10px;
  cursor: pointer;
}
.search__wrapper .games__result__item .title-item a {
  text-decoration: none;
  font-size: 16px;
  color: black;
}
.search__wrapper .games__result__item .title-item a .highlight {
  color: #F00035;
}
.search__wrapper .result__items {
  display: flex;
  flex-direction: column;
}
.search__wrapper .result__items__games {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.search__wrapper .bonus__result__item {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px dashed #ffbccb;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .search__wrapper .bonus__result__item {
    flex-direction: column;
    gap: 15px;
  }
}
.search__wrapper .bonus__result__item .title-item a {
  text-decoration: none;
  font-size: 16px;
  color: black;
}
.search__wrapper .bonus__result__item .title-item a .highlight {
  color: #F00035;
}
.search__btn {
  width: 60px;
  height: 60px;
  background-color: #F00035;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-image: url("../images/research.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  cursor: pointer;
}
.search__form {
  display: flex;
  justify-content: center;
}

.search_result_block .title-section {
  border-bottom: 1px solid red;
  padding-bottom: 20px;
}

.result__items .btn {
  min-width: 135px;
  font-size: 14px;
  min-height: 20px;
  padding: 6px 25px;
}

.default__result__item:hover, .games__result__item:hover {
  background: #f3f0f0;
  transition: 1s;
}

.search__result__closeBtn {
  cursor: pointer;
  position: absolute;
  right: 70px;
  z-index: 1;
  color: black;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
  display: none;
  border: 1px solid black;
  border-radius: 50%;
  max-width: 25px;
}

.search__form {
  position: relative;
  max-width: 720px;
  margin: auto;
  width: 100%;
}

.show {
  display: flex !important;
}

.hide {
  display: none;
}

.border25 {
  border: 25px solid white;
}

.result_link {
  position: absolute;
  height: 100%;
  width: 100%;
}

.bonus__result__item .btn {
  padding: 6px 15px;
  max-height: 25px;
}

/* COLORS
---------------------------------*/
.popup-casino {
  min-height: 100vh;
  display: none;
  width: 100vw;
  background: rgba(2, 0, 5, 0.8);
  position: fixed;
  z-index: 9999;
  justify-content: flex-start;
  align-items: center;
  top: 0;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .popup-casino {
    justify-content: center;
    height: fit-content;
  }
}
.popup-casino__content {
  position: relative;
}
@media (max-width: 992px) {
  .popup-casino__content {
    margin-top: 30px;
  }
}
.popup-casino__form-text {
  color: var(--Color-White, #FFF);
  opacity: 0.6;
  /* Medium/14 */
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  display: flex;
  align-items: center;
  gap: 25px;
}
.popup-casino__body {
  min-width: 1100px;
  padding: 80px;
  overflow-y: auto;
  min-height: 720px;
  border-radius: 0 32px 32px 0;
  background: url(../images/backgrounds/background-casino-popup-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  position: relative;
}
@media (max-width: 992px) {
  .popup-casino__body {
    height: 100vh;
    display: block;
    overflow-y: auto;
    width: 100%;
    min-width: initial;
    background: url(../images/backgrounds/background-casino-m-popup-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16px;
    gap: 10px;
    border-radius: initial;
    padding-bottom: 50px;
  }
}
.popup-casino__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.popup-casino__form-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 116.667% */
  color: white;
  margin: 15px 0 20px 0;
}
.popup-casino__form input[type=checkbox] {
  border-radius: 5px;
  background: initial;
  padding: initial;
  border: none;
  color: white;
  max-width: initial;
  height: initial;
}
.popup-casino__form input:not(input[type=submit]) {
  border-radius: 12px;
  border-radius: 5px;
  background: var(--Solid-Black-30, rgba(2, 0, 5, 0.3));
  padding: 20px;
  border: none;
  color: white;
  max-width: 380px;
  height: 44px;
}
@media (max-width: 992px) {
  .popup-casino__form input:not(input[type=submit]) {
    font-size: 14px;
  }
}
.popup-casino__form input:not(input[type=submit])::placeholder {
  color: white;
  opacity: 0.4;
  font-size: 16px;
}
@media (max-width: 992px) {
  .popup-casino__form input:not(input[type=submit])::placeholder {
    font-size: 14px;
  }
}
.popup-casino__form textarea {
  border-radius: 5px;
  background: var(--solid-black-30, rgba(2, 0, 5, 0.3));
  height: 152px;
  padding: 20px;
  border: none;
  resize: none;
  max-width: 380px;
  color: white;
}
@media (max-width: 992px) {
  .popup-casino__form textarea {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.popup-casino__form textarea::placeholder {
  color: white;
  font-size: 16px;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .popup-casino__form textarea::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .popup-casino__form textarea {
    height: 96px;
  }
}
.popup-casino__form input:disabled {
  opacity: 0.5;
}
.popup-casino__info {
  max-width: 380px;
  width: 380px;
}
@media (max-width: 992px) {
  .popup-casino__info {
    padding: 16px;
    max-width: initial;
    width: 100%;
  }
}
.popup-casino__bonus-info {
  width: 380px;
  max-width: 380px;
  opacity: 0;
  transition: 1s;
  color: white;
  position: absolute;
  top: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup-casino__bonus-info h2 {
  color: white;
  text-align: center;
  font-size: 32px;
}
@media (max-width: 992px) {
  .popup-casino__bonus-info h2 {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .popup-casino__bonus-info {
    font-size: 10px;
    padding: 16px;
  }
}
.popup-casino__circle {
  position: relative;
  display: flex;
  align-items: center;
  transform: rotate(90deg);
}
.popup-casino__circle::after {
  content: "";
  border-radius: 296px;
  opacity: 0.6;
  background: #450D0E;
  filter: blur(7px);
  width: 296px;
  position: absolute;
  bottom: 0px;
  right: -180px;
  top: 0;
  margin: auto;
  height: 18px;
  transform: rotate(90deg);
}
.popup-casino__title {
  font-size: 44px;
  font-weight: 700;
  line-height: 28px; /* 127.273% */
  color: white;
  font-size: 24px;
}
@media (max-width: 992px) {
  .popup-casino__title {
    font-size: 20px;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.popup-casino__subtitle {
  color: var(--solid-white-1, #FFF);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  max-width: 380px;
  margin: 12px 0;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .popup-casino__subtitle {
    font-size: 12px;
    line-height: 18px;
  }
}
.popup-casino__close-btn {
  position: absolute;
  right: 25px;
  top: 25px;
  color: white;
  cursor: pointer;
  font-weight: 900;
  z-index: 10;
}
.popup-casino__close-block {
  text-align: center;
  color: white;
  cursor: pointer;
  font-size: 16px;
  margin: 20px 0;
}
@media (max-width: 992px) {
  .popup-casino__close-block {
    font-size: 14px;
  }
}
.popup-casino .optionRoulette {
  mix-blend-mode: multiply;
}
.popup-casino .optionRoulette div {
  position: absolute;
  transform: rotate(0deg) translate(-59px, -120px);
  z-index: -1;
}
.popup-casino .optionRoulette span {
  position: relative;
  display: flex;
  transform: rotate(-90deg);
  color: white;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  min-width: 115px;
  text-align: center;
}
@media (max-width: 992px) {
  .popup-casino .optionRoulette span {
    font-size: 10.5px;
  }
}
.popup-casino .optionRoulette span::after {
  content: url(../images/backgrounds/roulete-lights.png);
  position: absolute;
  width: 10px;
  height: 10px;
  top: -9px;
  right: 1px;
  z-index: 100;
}
@media (max-width: 992px) {
  .popup-casino .optionRoulette span::after {
    right: 43px;
    width: 6px;
    height: 6px;
    top: -9px;
  }
}
.popup-casino .button-main__btn {
  max-width: initial;
  border-radius: 4px;
  background: var(--Renomowane-Solid-Red, #F00035);
  padding: 10px 20px;
  color: var(--Color-White, #FFF);
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  border: none;
  opacity: 1;
  height: 52px;
  cursor: pointer;
}

#option2::after {
  height: 100%;
  width: 100%;
  content: "";
  background: green;
}

.imgSection {
  min-width: 85px;
  transform: rotate(-90deg) translate(-93px, -59px);
}

.opacity {
  transition: all 0.3s;
  opacity: 0.9;
}

.brightness {
  transition: all 0.3s;
  opacity: 1;
  z-index: -1;
  border-top-color: #F00035 !important;
}

.popup-casino .container {
  width: 450px;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0;
  max-width: initial;
}
@media (max-width: 992px) {
  .popup-casino .container {
    height: initial;
    width: initial;
  }
}
.popup-casino .container .mesh {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.popup-casino .container .centerMesh {
  width: 300px;
  height: 300px;
  position: relative;
  z-index: -22;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  transform: rotate(270deg);
}
@media (max-width: 992px) {
  .popup-casino .container .centerMesh {
    height: 250px;
    width: 250px;
  }
}
.popup-casino .container .centerMesh img {
  position: absolute;
  z-index: 50;
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
  border-radius: 50%;
}
.popup-casino .container .centerMesh::after {
  content: url(../images/backgrounds/background-shadow-m.png);
  height: 100px;
  width: 100px;
  top: 90px;
  left: 90px;
  margin: auto;
  position: absolute;
  display: flex;
}
@media (max-width: 992px) {
  .popup-casino .container .centerMesh::after {
    content: url(../images/backgrounds/background-shadow-m.png);
    top: 70px;
    left: 70px;
  }
}
.popup-casino .container .roulette__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 430px;
  width: 430px;
  border-radius: 50%;
  border: 3px solid #F7E3E3;
  background: var(--gradient-cookies, linear-gradient(360deg, #C22047 0%, #6F1616 100%));
  z-index: 8;
}
@media (max-width: 992px) {
  .popup-casino .container .roulette__wrapper {
    width: 320px;
    height: 320px;
  }
}
.popup-casino .container .pointer {
  position: absolute;
  top: 45px;
  left: 20px !important;
  right: 0;
  margin: auto;
  left: calc(50% - 2px);
  transform: translateX(-50%);
  background-image: url(../images/backgrounds/roulete-arrow.png);
  height: 50px;
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(270deg);
  z-index: 999;
}
@media (max-width: 992px) {
  .popup-casino .container .pointer {
    top: -1px;
    height: 42px;
    width: 32px;
    right: -8px;
  }
}
.popup-casino .container #btnSpin {
  background-color: #4B4F52;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  color: white;
  font-family: helvetica;
  font-weight: bold;
  position: absolute;
  padding: 1em 3em;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 50px;
  border: none;
  bottom: 10px;
  outline: none;
  cursor: pointer;
}
.popup-casino .container .transition {
  transition: all 6s;
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
}
.popup-casino .container .roulette {
  width: 390px;
  height: 390px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0px 24px 0px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  border: 3px solid #F7E3E3;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .popup-casino .container .roulette {
    height: 300px;
    width: 300px;
  }
}
.popup-casino .container .roulette .dot {
  position: relative;
  width: 400px;
  height: 400px;
  opacity: 0.2;
  border-radius: 50%;
  z-index: 1;
}
.popup-casino .container .roulette .optionRoulette {
  height: 0;
  width: 0;
  position: absolute;
  left: 93px;
  top: 74px;
}
@media (max-width: 992px) {
  .popup-casino .container .roulette .optionRoulette {
    top: 22px;
    left: 47px;
  }
}
.popup-casino .container .roulette #option1 {
  transform: rotate(0deg) translateY(-125px);
  border-top: 250px solid rgb(146, 36, 37);
  border-left: 104px solid transparent;
  border-right: 104px solid transparent;
  border-bottom: 0 solid transparent;
}
.popup-casino .container .roulette #option2 {
  transform: rotate(45deg) translateY(-125px);
  border-top: 250px solid rgb(180, 42, 43);
  border-left: 104px solid transparent;
  border-right: 104px solid transparent;
  border-bottom: 0 solid transparent;
}
.popup-casino .container .roulette #option3 {
  transform: rotate(90deg) translateY(-125px);
  border-top: 250px solid rgb(146, 36, 37);
  border-left: 104px solid transparent;
  border-right: 104px solid transparent;
  border-bottom: 0 solid transparent;
}
.popup-casino .container .roulette #option4 {
  transform: rotate(135deg) translateY(-125px);
  border-top: 250px solid rgb(180, 42, 43);
  border-left: 104px solid transparent;
  border-right: 104px solid transparent;
  border-bottom: 0 solid transparent;
}
.popup-casino .container .roulette #option5 {
  transform: rotate(180deg) translateY(-125px);
  border-top: 250px solid rgb(146, 36, 37);
  border-left: 104px solid transparent;
  border-right: 104px solid transparent;
  border-bottom: 0 solid transparent;
}
.popup-casino .container .roulette #option6 {
  transform: rotate(225deg) translateY(-125px);
  border-top: 250px solid rgb(180, 42, 43);
  border-left: 104px solid transparent;
  border-right: 104px solid transparent;
  border-bottom: 0 solid transparent;
}
.popup-casino .container .roulette #option7 {
  transform: rotate(270deg) translateY(-125px);
  border-top: 250px solid rgb(146, 36, 37);
  border-left: 104px solid transparent;
  border-right: 104px solid transparent;
  border-bottom: 0 solid transparent;
}
.popup-casino .container .roulette #option8 {
  transform: rotate(315deg) translateY(-125px);
  border-top: 250px solid rgb(180, 42, 43);
  border-left: 104px solid transparent;
  border-right: 104px solid transparent;
  border-bottom: 0 solid transparent;
}

.center__img img {
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-90deg);
  display: flex;
  height: 60px;
  width: 60px;
}
@media (max-width: 992px) {
  .center__img img {
    height: 48px;
    width: 48px;
    top: 2px;
    bottom: 0;
    left: 3px;
  }
}
.center__img img::after {
  content: "";
  height: 87px;
  width: 87px;
  background: white;
  position: relative;
  top: 0;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#option6 span::after {
  top: 0;
}
@media (max-width: 992px) {
  #option6 span::after {
    top: 1px !important;
  }
}

#option2 span::after {
  top: 0;
}
@media (max-width: 992px) {
  #option2 span::after {
    top: 1px !important;
  }
}

#option5 span::after {
  right: 10px !important;
}
@media (max-width: 992px) {
  #option5 span::after {
    right: 49px !important;
  }
}

#option4 span::after {
  right: 12px !important;
}
@media (max-width: 992px) {
  #option4 span::after {
    right: 50px !important;
  }
}

#option3 span::after {
  right: 6px !important;
}
@media (max-width: 992px) {
  #option3 span::after {
    right: 47px !important;
  }
}

.popup-casino .container .roulette #option6 {
  transform: rotate(225deg) translateY(-130px) !important;
}

.visible {
  z-index: 1;
  opacity: 1;
  transition: 2s;
  position: relative;
}

.popup-casino__bonus-btn a {
  color: white;
  text-decoration: none;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

/* Скрытый стандартный чекбокс */
.custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Кастомный стиль чекбокса */
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F00035;
  border-radius: 4px; /* Квадрат с немного скругленными углами */
  cursor: pointer;
  min-width: 20px;
}

/* Галочка */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Когда чекбокс отмечен */
.custom-checkbox input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}

.search-item-compare {
  display: flex;
  width: 100%;
  padding: 8px;
  flex-shrink: 0;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid #F0F3F6;
  background: #F5F8FB;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.search-item-compare__thumbnail {
  width: 60px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-item-compare__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-item-compare__title {
  color: #020005;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}
.search-item-compare__info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.search-item-compare.active {
  background: rgba(66, 194, 45, 0.1);
  border: 1px solid #42C22D;
}

.search-item-btn {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: var(--Renomowane-Solid-Red, #F00035);
  color: var(--Color-Gray-0, #F9F9F9);
  /* Semibold/14 */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}

.casino-item-comparison {
  width: 100%;
  display: block;
  background: #fff;
  box-shadow: 0px 2px 44px 0px rgba(188, 188, 188, 0.15);
  text-align: center;
  overflow: hidden;
}
.casino-item-comparison > div:nth-child(even) {
  background: #F9F9F9;
}
.casino-item-comparison__titleWrap {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  position: relative;
}
.casino-item-comparison__rat {
  color: var(--Color-Black-100, #020005);
  /* Regular/12 */
  font-family: Fredoka;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  gap: 5px;
  align-items: center;
}
.casino-item-comparison__rat span {
  color: var(--Color-Black-100, #020005);
  /* Medium/12 */
  font-family: Fredoka;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.casino-item-comparison__rat img {
  height: 15px;
  width: 15px;
}
.casino-item-comparison__title {
  color: #442478;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}
.casino-item-comparison__title a {
  color: var(--Color-Black-100, #020005);
  /* Medium/16 */
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  text-decoration: none;
}
.casino-item-comparison__title a:hover {
  background: var(--Gradient-Button, linear-gradient(90deg, #F5274E 0%, #FF6522 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.casino-item-comparison__name {
  display: flex;
  padding: 12px 16px;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .casino-item-comparison__name {
    padding: 12px;
  }
}
.casino-item-comparison__thumbnail {
  height: 45px;
  width: 100%;
  max-width: 75px;
  overflow: hidden;
  border-radius: 8px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .casino-item-comparison__thumbnail {
    width: 60px;
    height: 36px;
  }
}
.casino-item-comparison__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.casino-item-comparison__rating-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.casino-item-comparison .casino-rating-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.casino-item-comparison .casino-rating-block .rating-circle {
  width: 38px;
  height: 38px;
}
@media only screen and (max-width: 768px) {
  .casino-item-comparison .casino-rating-block .rating-circle {
    width: 34px;
    height: 34px;
  }
}
.casino-item-comparison .casino-rating-block .rating-circle__value {
  background: #fff;
  color: #020005;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 116.667% */
}
.casino-item-comparison .casino-rating-block .casino-rating-block__title {
  color: #020005;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 116.667% */
}
@media only screen and (max-width: 768px) {
  .casino-item-comparison .casino-rating-block .casino-rating-block__title {
    line-height: 1em;
  }
}
.casino-item-comparison .casino-rating-block .casino-rating-block__info {
  display: flex;
}
.casino-item-comparison__close {
  color: #020005;
  opacity: 0.4;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  font-size: 14px;
}
.casino-item-comparison__textBonus {
  display: block;
  width: 100%;
  color: #F5294D;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
}
@media only screen and (max-width: 768px) {
  .casino-item-comparison__textBonus {
    font-size: 12px;
    line-height: 1.2em;
  }
}
.casino-item-comparison__bonuse, .casino-item-comparison__rtp, .casino-item-comparison__min, .casino-item-comparison__max, .casino-item-comparison__games, .casino-item-comparison__bonuses, .casino-item-comparison__windrawal, .casino-item-comparison__payments, .casino-item-comparison__currencies, .casino-item-comparison__licenses, .casino-item-comparison__min-withdrawal, .casino-item-comparison__btn {
  height: 45px;
  display: flex;
  justify-content: start;
  align-items: center;
  color: rgba(2, 0, 5, 0.8);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  padding: 12px 16px;
}
@media only screen and (max-width: 768px) {
  .casino-item-comparison__bonuse, .casino-item-comparison__rtp, .casino-item-comparison__min, .casino-item-comparison__max, .casino-item-comparison__games, .casino-item-comparison__bonuses, .casino-item-comparison__windrawal, .casino-item-comparison__payments, .casino-item-comparison__currencies, .casino-item-comparison__licenses, .casino-item-comparison__min-withdrawal, .casino-item-comparison__btn {
    font-size: 12px;
    line-height: 1.2em;
    justify-content: start;
    padding: 0 12px;
  }
}
.casino-item-comparison__btn {
  padding: 0 12px;
  height: 40px;
  background: #fff !important;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #F00035 !important;
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  width: 85%;
  margin: 10px auto;
  color: white;
}
.casino-item-comparison__btn a {
  text-decoration: none;
  color: var(--Color-White, #FFF);
  /* Medium/16 */
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.casino-item-comparison__btn .button-2d {
  width: 100%;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.casino-item-comparison__payments {
  display: flex;
  align-items: center;
}
.casino-item-comparison__list-payments {
  display: flex;
  align-items: center;
  gap: 8px;
}
.casino-item-comparison__picture-payment {
  width: 48px;
  height: 30px;
  text-align: center;
}
.casino-item-comparison__picture-payment img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.casino-item-comparison__more-payments {
  margin-left: 8px;
  height: 24px;
  width: 48px;
  border: none;
  border-radius: 4px;
  background: #fff;
  color: #442478;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  cursor: pointer;
}
.casino-item-comparison__licenses {
  gap: 8px;
  padding: 0 8px;
  overflow-y: auto;
  padding-bottom: 3px;
  flex-wrap: nowrap;
}
.casino-item-comparison__licenses::-webkit-scrollbar {
  height: 2px;
}
.casino-item-comparison__licenses::-webkit-scrollbar-track {
  background: #fff;
}
.casino-item-comparison__licenses::-webkit-scrollbar-thumb {
  background: transparent;
}
.casino-item-comparison__picture-licenses {
  width: 100%;
  max-width: 72px;
  text-align: center;
  flex-shrink: 0;
}
.casino-item-comparison__picture-licenses img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.casino-item-comparison__rat-gray {
  display: flex;
  gap: 5px;
  align-items: center;
  color: rgba(2, 0, 5, 0.2);
  /* Regular/12 */
  font-family: Fredoka;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.casino-item-comparison__rat-gray span {
  color: rgba(2, 0, 5, 0.2);
  /* Regular/12 */
  font-family: Fredoka;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}

.casino-result-item {
  display: flex;
  width: 100%;
  padding: 8px;
  flex-shrink: 0;
  gap: 12px;
  border-radius: 8px;
  background: #F5F8FB;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 3px 0;
}

.casino-comparison__inner {
  display: flex;
}
.casino-comparison__result {
  display: flex;
  overflow-y: auto;
}
.casino-comparison__result::-webkit-scrollbar {
  height: 0;
}
.casino-comparison__result::-webkit-scrollbar-track {
  background: transparent;
}
.casino-comparison__result::-webkit-scrollbar-thumb {
  background: transparent;
}
.casino-comparison__items {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 8px;
  column-gap: 8px;
}
@media only screen and (max-width: 768px) {
  .casino-comparison__items {
    padding: 0 0 0 8px;
    column-gap: 4px;
  }
}
.casino-comparison__item {
  display: flex;
  width: 274px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .casino-comparison__item {
    width: 232px;
  }
}
.casino-comparison__search {
  width: 274px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 0 12px 12px 0;
  position: relative;
}
.casino-comparison__options {
  flex-shrink: 0;
  width: 152px;
  border-radius: 12px 0 0 12px;
  border: 1px solid #F0F3F6;
  background: #fff;
  box-shadow: 0px 2px 44px 0px rgba(188, 188, 188, 0.15);
}
@media only screen and (max-width: 768px) {
  .casino-comparison__options {
    width: 132px;
    box-shadow: 0px 10.587px 10.587px 0px rgba(135, 135, 135, 0.14);
  }
}
.casino-comparison__value {
  display: flex;
  height: 45px;
  padding: 6px 16px;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  color: var(--Color-Black-100, #020005);
  /* Medium/14 */
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}
@media only screen and (max-width: 768px) {
  .casino-comparison__value {
    color: #020005;
    font-size: 12px;
    line-height: 14px; /* 116.667% */
  }
}
.casino-comparison__value--name {
  height: 76px;
}
.casino-comparison__value:nth-child(even) {
  background: #F9F9F9;
}
.casino-comparison__btnSearch {
  border: none;
  background: none;
  display: flex;
  flex-direction: column;
  gap: 1px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.casino-comparison__btnText {
  color: rgba(2, 0, 5, 0.8);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
}
@media only screen and (max-width: 768px) {
  .casino-comparison__btnText {
    font-size: 16px;
    line-height: 1em;
  }
}
.casino-comparison__btnIcon {
  display: block;
  fill: #020005;
  fill-opacity: 0.8;
  margin-bottom: 16px;
}
.casino-comparison__search-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none !important;
}
.casino-comparison__search-inner.active {
  display: flex !important;
}

.casino-comparison-item-imitation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}
.casino-comparison-item-imitation__titleWrap {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
  width: 100%;
}
.casino-comparison-item-imitation__name {
  width: 100%;
  height: 110px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.casino-comparison-item-imitation__thumbnail {
  width: 60px;
  height: 36px;
  border-radius: 4px;
  background: #EAEAEA;
}
.casino-comparison-item-imitation__title {
  color: rgba(2, 0, 5, 0.2);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 116.667% */
}
@media only screen and (max-width: 768px) {
  .casino-comparison-item-imitation__title {
    font-size: 12px;
    line-height: 14px;
  }
}
.casino-comparison-item-imitation__ratingWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
}
.casino-comparison-item-imitation__btn {
  display: flex;
  height: 40px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 30px;
  background: var(--Color-Black-20, rgba(2, 0, 5, 0.2));
  width: 85%;
  margin: 10px auto;
}
.casino-comparison-item-imitation__btn .button-2d {
  width: 100%;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  color: #fff;
  cursor: default;
}

.imitation-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.imitation-rating__circle {
  width: 37px;
  height: 37px;
  flex-shrink: 0;
  border: 4px solid #F5F8FB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(2, 0, 5, 0.2);
  /* Bold/12 */
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 116.667% */
}
@media only screen and (max-width: 768px) {
  .imitation-rating__circle {
    width: 34px;
    height: 34px;
    border: 3px solid #F5F8FB;
  }
}
.imitation-rating__title {
  color: rgba(2, 0, 5, 0.2);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 116.667% */
}

.casino-comparison-search {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  width: 100%;
  border-radius: 0 12px 12px 0;
}
.casino-comparison-search:before {
  content: "";
  display: block;
  width: 99%;
  height: 78px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.casino-comparison-search__title {
  color: #020005;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
}
.casino-comparison-search__close {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #020005;
  opacity: 0.4;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.casino-comparison-search__result {
  min-width: 242px;
  width: 100%;
  max-height: 100%;
  overflow-x: auto;
  height: 100%;
}
.casino-comparison-search__result::-webkit-scrollbar {
  width: 4px;
}
.casino-comparison-search__result::-webkit-scrollbar-track {
  background: transparent;
}
.casino-comparison-search__result::-webkit-scrollbar-thumb {
  background: #F0F3F6;
  border-radius: 30px;
}
.casino-comparison-search__result-in {
  display: flex;
  flex-direction: column;
  gap: 4px;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
.casino-comparison-search__result-in.search-result-added {
  visibility: visible;
  opacity: 1;
}

.casino-search-form {
  position: relative;
  border-radius: 8px;
  border: 1px solid #EFF2F5;
  background: #F5F8FB;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.casino-search-form__input {
  border: none;
  padding: 0;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  background: #F5F8FB;
  padding-left: 10px;
  color: rgba(2, 0, 5, 0.8);
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}
.casino-search-form__input::placeholder {
  color: rgba(2, 0, 5, 0.4);
  font-size: 14px;
}
.casino-search-form__icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
}

.compare-text {
  color: var(--Color-Black-60, rgba(2, 0, 5, 0.6));
  /* Regular/14 */
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}

.compare {
  display: flex;
  gap: 6px;
  align-items: center;
}

.casino-search-form {
  position: relative;
  max-width: 400px;
}

.casino-search-form__results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  max-height: 385px;
  overflow-y: auto;
  display: none;
}

.casino-result-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.casino-result-item span {
  color: #020005;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.casino-result-item:hover {
  background-color: #f5f5f5;
}

.casino-result-img {
  width: 60px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
}

.compare-content {
  border-radius: 20px;
  background: var(--Color-White, #FFF);
  color: var(--Color-Black-100, #020005);
  /* Regular/18 */
  font-family: Fredoka;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .compare-content {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }
}

.popup-compare {
  display: flex;
  padding: 24px;
  flex-direction: column;
  gap: 16px;
  border-radius: 0px 16px 0px 0px;
  background: #FFF;
  width: 430px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  box-shadow: 0px 2px 34px 0px rgba(188, 188, 188, 0.25);
  transition: transform 0.4s ease-out;
  will-change: transform;
  transform: translate(0, 100%);
}
@media only screen and (max-width: 768px) {
  .popup-compare {
    padding: 12px;
    width: 100%;
  }
}
.popup-compare.active {
  bottom: 0;
  transform: translate(0, 0);
  backdrop-filter: blur(0.25rem);
}
.popup-compare__toggle {
  display: flex;
  width: 60px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 16px 0 0px;
  background: #FFF;
  border: none;
  cursor: pointer;
  position: absolute;
  top: -32px;
  left: 0;
  box-shadow: 0px -15px 26px 2px rgba(188, 188, 188, 0.25);
}
.popup-compare__toggle:after, .popup-compare__toggle:before {
  content: "";
  display: block;
  width: 9px;
  height: 2px;
  background: #7858AD;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease-out;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 6px;
}
.popup-compare__toggle:before {
  transform: translate(-50%, -50%) rotate(-130deg);
  left: 28px;
}
.popup-compare__toggle:after {
  transform: translate(-50%, -50%) rotate(130deg);
  left: 23px;
}
.popup-compare__toggle.open:before {
  transform: translate(-50%, -50%) rotate(130deg);
  left: 28px;
}
.popup-compare__toggle.open:after {
  transform: translate(-50%, -50%) rotate(-130deg);
  left: 23px;
}
.popup-compare__close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  color: #020005;
  font-size: 18px;
  opacity: 0.4;
  border: none;
}
@media only screen and (max-width: 768px) {
  .popup-compare__close {
    top: 14px;
    right: 16px;
  }
}
.popup-compare__add-btn {
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
  cursor: pointer;
  display: flex;
  width: 380px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: var(--Renomowane-Solid-Red, #F00035);
  border: none;
}
@media only screen and (max-width: 768px) {
  .popup-compare__add-btn {
    height: 40px;
    font-size: 12px;
    width: 100%;
  }
}
.popup-compare__link {
  display: flex;
  width: 100%;
  height: 36px;
  padding: 6px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  border-radius: 60px;
  opacity: 0.4;
  background: rgba(2, 0, 5, 0.4);
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .popup-compare__link {
    font-size: 12px;
  }
}
.popup-compare__link--active {
  background: linear-gradient(90deg, #F5274E 0%, #FF6522 100%);
  opacity: 1;
}
.popup-compare__title {
  color: var(--Solid-Black-100, #020005);
  /* Medium/20 */
  font-family: Fredoka;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 24px; /* 120% */
}
@media only screen and (max-width: 768px) {
  .popup-compare__title {
    font-size: 16px;
  }
}
.popup-compare__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 240px;
  padding-right: 4px;
  overflow-y: auto;
}
.popup-compare__items::-webkit-scrollbar {
  width: 4px;
}
.popup-compare__items::-webkit-scrollbar-track {
  background: #F0F3F6;
}
.popup-compare__items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(2, 0, 5, 0.1);
}
.popup-compare__btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.popup-compare__search-block {
  position: absolute;
  bottom: 65px;
  display: flex;
  display: none;
  width: 380px;
  padding: 16px;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 12px 10px 0px rgba(188, 188, 188, 0.45);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .popup-compare__search-block {
    width: 100%;
    max-width: 360px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.popup-compare__search-block::after {
  content: "";
  height: 78px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  border-radius: 0 0 12px 12px;
}
.popup-compare__search-block.show {
  display: flex;
}
.popup-compare__search-title {
  color: #020005;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
}
.popup-compare__search-close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 18px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  color: #020005;
  opacity: 0.4;
  font-size: 16px;
  border: none;
}
.popup-compare__search-form {
  position: relative;
}
.popup-compare__search-form .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
}
.popup-compare__search-input {
  border-radius: 8px;
  border: 1px solid #EFF2F5;
  background: #F5F8FB;
  height: 32px;
  width: 100%;
  padding-left: 44px;
  margin-bottom: 16px;
}
.popup-compare__search-result {
  height: 400px;
  padding-right: 4px;
  overflow-y: auto;
  position: relative;
  margin-right: -4px;
  gap: 4px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .popup-compare__search-result {
    height: 340px;
  }
}
.popup-compare__search-result::-webkit-scrollbar {
  width: 4px;
}
.popup-compare__search-result::-webkit-scrollbar-track {
  background: #F0F3F6;
}
.popup-compare__search-result::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(2, 0, 5, 0.1);
}
.popup-compare__search-result.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/loading.gif") center center no-repeat rgba(255, 255, 255, 0.6);
  background-size: 30px 30px;
}

.popup-compare__link.active-add-btn {
  display: flex;
  opacity: initial;
  height: 40px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 30px;
  background: var(--Renomowane-Gradient-Green, linear-gradient(90deg, #398134 0%, #5AC451 100%));
  cursor: pointer;
  color: white;
}

.popup-compare__search-inp {
  position: relative;
}
.popup-compare__search-inp img {
  position: absolute;
  top: 5px;
  left: 15px;
}

.compare-item-mini {
  display: flex;
  width: 100%;
  height: 72px;
  padding: 8px;
  flex-shrink: 0;
  border-radius: 16px;
  gap: 16px;
  border: 1px solid #F5F8FB;
  background: #F5F8FB;
}
.compare-item-mini:last-child {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .compare-item-mini {
    height: 65px;
    gap: 12px;
  }
}
.compare-item-mini__thumbnail {
  width: 100px;
  height: 100%;
  max-height: 70px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .compare-item-mini__thumbnail {
    width: 80px;
  }
}
.compare-item-mini__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.compare-item-mini__bonus {
  color: var(--solid-purple-5-main, #442478);
  width: 60%;
  /* Medium/16 */
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px; /* 125% */
}
.compare-item-mini__title {
  line-height: 14px;
  width: 39%;
}
.compare-item-mini__title a {
  text-decoration: none;
  color: var(--Solid-Black-40, rgba(2, 0, 5, 0.4));
  /* Regular/14 */
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 128.571% */
}
@media only screen and (max-width: 768px) {
  .compare-item-mini__title a {
    font-size: 12px;
    line-height: 14px;
  }
}
.compare-item-mini__link {
  color: #442478;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
}
@media only screen and (max-width: 768px) {
  .compare-item-mini__link {
    font-size: 12px;
    line-height: 14px;
  }
}
.compare-item-mini__info {
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 16px;
  justify-content: space-between;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .compare-item-mini__info {
    gap: 12px;
  }
}
.compare-item-mini__del {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
}
.compare-item-mini__del .icon {
  fill: #F5294D;
}

.remove-compare {
  border: none;
  background: none;
  cursor: pointer;
}

/* COLORS
---------------------------------*/
.game-item {
  border-radius: 20px;
  border: 2px solid #E2CCFE;
  background: #FFFFFF;
  box-shadow: 2px 2px 4px rgba(192, 174, 214, 0.11), 6px 6px 30px rgba(192, 174, 214, 0.29);
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .game-item {
    margin-bottom: 20px;
    border-radius: 15px;
  }
}
.game-item .game-item__flag {
  position: absolute;
  display: flex;
  left: 12px;
  gap: 4px;
  top: 0;
}
.game-item .game-item__new {
  top: 0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 0px 0px 8px 8px;
  background: var(--gradient-green, linear-gradient(90deg, #398134 0%, #5AC451 100%));
  color: white;
}
.game-item .game-item__hot {
  top: 0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 0px 0px 8px 8px;
  background: var(--gradient-red, linear-gradient(90deg, #ED652B 0%, #EB3323 100%));
  color: white;
}
.game-item .game-item__circles {
  position: absolute;
  display: flex;
  gap: 10px;
  top: 12px;
  right: 12px;
}
.game-item .game-item__playBtn {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: rgba(2, 0, 5, 0.8);
  cursor: pointer;
  background-image: url(../images/icons/icons.svg#icon-playbtn);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.game-item .game-item__raiting {
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 50%;
  background-color: rgba(2, 0, 5, 0.8);
  border: 4px solid #42C22D;
  border-top: 4px solid white;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  color: white;
  transform: rotate(300deg);
}
.game-item .game-item__raiting span {
  transform: rotate(60deg);
  text-align: center;
  position: absolute;
  left: 4px;
  font-weight: 700;
}
.game-item .game-item__players {
  height: 24px;
  border-radius: 8px;
  background: rgba(2, 0, 5, 0.8);
  display: flex;
  padding: 4px 8px;
  align-items: center;
  bottom: 12px;
  left: 12px;
  font-size: 12px;
  color: white;
  min-width: 70px;
  position: absolute;
  text-align: center;
  padding: 0 7px;
}
.game-item .game-item__players span {
  display: inline-flex;
  height: 100%;
  width: 20px;
  background-image: url(../images/icons/icons.svg#icon-game);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.game-item .game-item__rtp {
  border-radius: 8px;
  background: linear-gradient(90deg, #ED652B 0%, #EB3323 100%);
  height: 24px;
  min-width: 67px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
  color: white;
}
.game-item .game-item__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  transition: 0.3s;
  text-align: center;
  line-height: 1.2em;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .game-item .game-item__title {
    height: 40px;
    line-height: 1.1em;
  }
}
.game-item .game-item__title a {
  transition: 0.3s;
  text-decoration: none;
  color: #020005;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .game-item .game-item__title a {
    font-size: 16px;
  }
}
.game-item .game-item__title a:hover {
  text-decoration: none;
}
.game-item .game-item__thumbnail {
  height: 160px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .game-item .game-item__thumbnail {
    height: 140px;
  }
}
.game-item .game-item__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-item:hover {
  border: 2px solid #fff;
  background: #fff;
}
.game-item:hover .game-item__title a {
  text-decoration: none;
}

/* COLORS
---------------------------------*/
.bonus-item {
  padding: 10px;
  border-radius: 20px;
  background-position: center 0;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  position: relative;
  height: 99%;
  border-radius: 20px;
  border: 1px solid var(--color-black-10, rgba(2, 0, 5, 0.1));
  background: #FAFAFA;
  box-shadow: 3px 10px 18px 0px rgba(0, 0, 0, 0.1);
}
.bonus-item .bonus {
  font-size: 12px;
  border-radius: 10px;
  border: 1px solid #ED662B;
  background: rgba(237, 102, 43, 0.1);
  color: var(--Renomowane-Solid-Orange-100, #ED662B);
  min-height: 35px;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
}
.bonus-item .bonus-item__value {
  color: var(--Renomowane-Solid-Orange-100, #ED662B);
  text-align: center;
  /* Medium/12 */
  font-family: Fredoka;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
}
.bonus-item .bonus-options {
  border-radius: 10px;
  border: 1px solid var(--color-gray-1, #F2F2F2);
  background: #FFF;
  gap: 10px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding: 15px;
  min-height: 175px;
}
.bonus-item .bonus-option__type {
  color: var(--Color-Green-dark-100, #008427);
  font-family: Fredoka;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.bonus-item .bonus-option__name {
  color: rgba(2, 0, 5, 0.4);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.bonus-item .tc-applay-block {
  color: rgba(2, 0, 5, 0.4);
  text-align: center;
  font-family: Fredoka;
  font-size: 8px;
  margin-top: 20px;
  line-height: 10px; /* 125% */
}
@media only screen and (max-width: 575px) {
  .bonus-item .tc-applay-block {
    height: auto;
    padding: 10px;
  }
}
.bonus-item .tc-applay-block > p {
  margin-bottom: 8px;
}
.bonus-item .tc-applay-block::-webkit-scrollbar {
  width: 2px;
}
.bonus-item .tc-applay-block::-webkit-scrollbar-track {
  background: transparent;
}
.bonus-item .tc-applay-block::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.bonus-item .bonus-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.bonus-item .bonus-item__header:after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  bottom: 0;
  left: 50%;
}
.bonus-item .bonus-item__header .bonus-item__image {
  max-width: 100%;
  min-width: 90px;
  height: 65px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 15px;
}
.bonus-item .bonus-item__header .bonus-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bonus-item .bonus-item__header .bonus-item__title {
  width: 100%;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  line-height: 1.3em;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .bonus-item .bonus-item__header .bonus-item__title {
    font-size: 12px;
  }
}
.bonus-item .bonus-option__value {
  color: #020005;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.bonus-item .bonus-item-body {
  position: relative;
  z-index: 2;
  padding: 20px 0;
}
.bonus-item .bonus-item-body .table-bonus-wrap {
  min-height: 150px;
}
@media only screen and (max-width: 575px) {
  .bonus-item .bonus-item-body .table-bonus-wrap {
    min-height: inherit;
  }
}
.bonus-item .bonus-item-body .bonus-type-link {
  color: #008427;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.bonus-item .bonus-item-body .bonus-type-link:hover {
  text-decoration: underline;
}
.bonus-item .btn-wrap .btn {
  min-height: 40px;
  font-size: 16px;
  font-family: Fredoka;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
@media only screen and (max-width: 992px) {
  .bonus-item .btn-wrap .btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .bonus-item .btn-wrap .btn {
    width: 100%;
    max-width: inherit;
  }
}

.bonus_block {
  row-gap: 25px;
  margin-bottom: 25px;
}

.bonus-option__value {
  position: relative;
}
.bonus-option__value .txt_code {
  display: flex;
  margin-top: 7px;
  cursor: pointer;
  transition: font-size 1s;
}
.bonus-option__value .bonus-copy {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  cursor: pointer;
  color: #FF5B00;
}

.txt_code.enlarged {
  font-size: 16px; /* Размер шрифта при увеличении */
}

.bonus-code__info {
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 34px;
}

/* COLORS
---------------------------------*/
.payment-item {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .payment-item {
    margin-bottom: 20px;
  }
}
.payment-item .payment-item__thubnail {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 4px rgba(192, 174, 214, 0.11), 6px 6px 30px rgba(192, 174, 214, 0.29);
  border-radius: 15px;
  overflow: hidden;
  height: 220px;
}
@media only screen and (max-width: 575px) {
  .payment-item .payment-item__thubnail {
    height: 120px;
  }
}
.payment-item .payment-item__thubnail img {
  display: block;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  object-fit: contain;
}
.payment-item .payment-item__title {
  height: 50px;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .payment-item .payment-item__title {
    height: 40px;
  }
}
.payment-item .payment-item__title a {
  font-weight: 500;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  line-height: 1.1em;
}
@media only screen and (max-width: 575px) {
  .payment-item .payment-item__title a {
    font-size: 16px;
  }
}
.payment-item .payment-item__title a:hover {
  color: #FF5B00;
}

/* COLORS
---------------------------------*/
.software-item {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .software-item {
    margin-bottom: 20px;
  }
}
.software-item .software-item__thubnail {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 2px solid #F2F2F2;
  border-radius: 10px;
  overflow: hidden;
  height: 160px;
}
@media only screen and (max-width: 575px) {
  .software-item .software-item__thubnail {
    height: 120px;
  }
}
.software-item .software-item__thubnail img {
  display: block;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  object-fit: contain;
}
.software-item .software-item__title {
  height: 40px;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.software-item .software-item__title a {
  font-weight: 500;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  line-height: 1.1em;
}
.software-item .software-item__title a:hover {
  color: #FF5B00;
}

/* COLORS
---------------------------------*/
.guide-item {
  background: #fff;
  box-shadow: 2px 2px 4px rgba(192, 174, 214, 0.11), 6px 6px 30px rgba(192, 174, 214, 0.29);
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .guide-item {
    display: block;
  }
}
.guide-item .guide-item__thumbnail {
  width: 260px;
  height: 160px;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(0px 12px 27px rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width: 575px) {
  .guide-item .guide-item__thumbnail {
    max-width: inherit;
    width: 100%;
    margin-bottom: 15px;
    max-width: 100%;
    max-height: inherit;
    height: auto;
    min-width: inherit;
  }
}
.guide-item .guide-item__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 575px) {
  .guide-item .guide-item__thumbnail img {
    height: auto;
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1100px) {
  .guide-item .guide-item__description {
    font-size: 16px;
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 575px) {
  .guide-item .guide-item__description {
    font-size: 14px;
  }
}
.guide-item .guide-item-inner {
  width: 100%;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 575px) {
  .guide-item .guide-item-inner {
    padding-left: 0;
  }
}
.guide-item .guide-item-inner .guide-item__title {
  color: #000;
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .guide-item .guide-item-inner .guide-item__title {
    font-size: 16px;
  }
}
.guide-item .guide-item-inner .guide-item__title a {
  color: #000;
  text-decoration: none;
}
.guide-item .guide-item-inner .guide-item__title a:hover {
  color: #FF5B00;
}
.guide-item .guide-item-inner .guide-item__meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guide-item .guide-item-inner .guide-item__meta .published__date {
  padding-left: 20px;
}
@media only screen and (max-width: 575px) {
  .guide-item .guide-item-inner .guide-item__meta {
    position: static;
    padding: 20px 0 0 0;
  }
}
.guide-item .guide-item-inner .guide-item__meta .btn {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  max-width: 100px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #fff;
  color: #008427;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #c3dbca;
}
.guide-item .guide-item-inner .guide-item__meta .btn:hover {
  border: 1px solid #00C93B;
  background: linear-gradient(90deg, #008427 3.01%, #00C93B 100%);
  box-shadow: 0px 12px 27px rgba(35, 140, 16, 0.4);
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .guide-item .guide-item-inner .guide-item__meta .btn {
    width: 100%;
    max-width: inherit;
  }
}

.guide-relation-item {
  display: flex;
  flex-direction: column;
  width: fit-content;
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .guide-relation-item {
    max-width: 400px;
  }
}
.guide-relation-item .guide-item-inner {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  gap: 5px;
}
.guide-relation-item .guide-item-inner .guide-item__meta {
  position: relative;
  padding: 0;
}
.guide-relation-item .guide-item-inner .guide-item__meta .published__date {
  padding-left: 0;
  font-size: 14px;
}

.guide_relation {
  background: white;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 30px;
}

.guide_relation-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (max-width: 992px) {
  .guide_relation-wrap {
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 992px) {
  .guide_relation-wrap .guide-item__thumbnail {
    width: 100%;
  }
}

.guide_title {
  margin-top: 0;
}

/* COLORS
---------------------------------*/
.header {
  padding: 4px 0;
}
@media only screen and (max-width: 992px) {
  .header {
    padding: 10px 0;
  }
}
.header .header__logo {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 1200px) {
  .header .header__logo {
    width: 100%;
    max-width: 260px;
  }
}
@media only screen and (max-width: 992px) {
  .header .header__logo {
    margin-top: 10px;
    max-width: 220px;
  }
}
@media only screen and (max-width: 992px) {
  .header .header__logo {
    max-width: 200px;
  }
}
.header .header__logo img {
  max-width: 100%;
  max-width: 260px;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .header .header__logo img {
    max-width: 260px;
  }
}
@media only screen and (max-width: 992px) {
  .header .header__logo img {
    max-width: 220px;
  }
}
@media only screen and (max-width: 992px) {
  .header .header__logo img {
    max-width: 200px;
  }
}
.header .menu .menu-item {
  text-align: right;
  display: inline-block;
  margin: 0 15px;
}
@media only screen and (max-width: 1200px) {
  .header .menu .menu-item {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .header .menu .menu-item {
    margin: 0 8px;
  }
}

.logo {
  display: block;
  outline: none;
  border: none;
}
.logo img {
  width: 100%;
  height: auto;
}

.top_menu_container {
  margin-top: 20px;
  float: right;
}
@media only screen and (max-width: 992px) {
  .top_menu_container {
    float: none;
    margin-top: 0;
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    padding-top: 40px;
    background: #fff;
    z-index: 10;
    overflow-x: scroll;
    transition: 0.5s;
  }
  .top_menu_container::-webkit-scrollbar {
    width: 5px;
  }
  .top_menu_container::-webkit-scrollbar-track {
    background: #fff;
  }
  .top_menu_container::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }
}
.top_menu_container .menu {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  .top_menu_container .menu {
    flex-direction: column;
    padding: 60px 0;
  }
}
.top_menu_container .menu #menu-search__icon {
  background: url("../images/icon-search-menu.png");
  height: 24px;
  width: 24px;
  background-size: contain;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .top_menu_container .menu #menu-search__icon {
    left: 20px;
    top: 28px;
    position: absolute;
  }
}
.top_menu_container .menu .menu-item {
  display: inline-block;
  margin: 0 20px;
  position: relative;
  padding: 8px 0 12px 0;
}
@media only screen and (max-width: 992px) {
  .top_menu_container .menu .menu-item {
    display: block;
    text-align: center;
    margin: 0;
  }
}
.top_menu_container .menu .menu-item a {
  text-decoration: none;
  color: #3A1F15;
  font-size: 18px;
  line-height: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .top_menu_container .menu .menu-item a {
    font-size: 15px;
  }
}
.top_menu_container .menu .menu-item a:hover {
  color: #FF5B00;
}
.top_menu_container .menu .menu-item .sub-menu {
  display: none;
  width: 200px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.129702);
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: 10px;
  z-index: 10;
}
@media only screen and (max-width: 992px) {
  .top_menu_container .menu .menu-item .sub-menu .sub-menu a {
    text-align: left;
  }
  .top_menu_container .menu .menu-item .sub-menu .sub-menu a:before {
    content: " - ";
  }
}
.top_menu_container .menu .menu-item .sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 25px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
@media only screen and (max-width: 992px) {
  .top_menu_container .menu .menu-item .sub-menu:before {
    content: none;
  }
}
@media only screen and (max-width: 992px) {
  .top_menu_container .menu .menu-item .sub-menu {
    position: static;
    left: auto;
    top: auto;
    display: block;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    z-index: inherit;
    padding: 10px 0;
  }
}
.top_menu_container .menu .menu-item .sub-menu .menu-item {
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .top_menu_container .menu .menu-item .sub-menu .menu-item {
    text-align: center;
  }
}
.top_menu_container .menu .menu-item .sub-menu .menu-item a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  .top_menu_container .menu .menu-item .sub-menu .menu-item a {
    padding: 7px 15px;
    text-transform: none;
  }
}
.top_menu_container .menu .menu-item .sub-menu .menu-item a:hover {
  color: #FF5B00;
}
.top_menu_container .menu .menu-item .sub-menu .menu-item .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
@media only screen and (max-width: 992px) {
  .top_menu_container .menu .menu-item .sub-menu .menu-item .sub-menu {
    position: static;
    left: auto;
    top: auto;
    display: block;
    width: 100%;
    margin-left: 30px;
    padding: 0;
  }
}
.top_menu_container .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .top_menu_container .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
    font-size: 14px;
    text-transform: none;
    padding: 5px;
  }
}
.top_menu_container .menu .menu-item .sub-menu .menu-item:last-child a {
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 992px) {
  .top_menu_container .menu .menu-item .sub-menu .menu-item:last-child a {
    border-radius: none;
  }
}
@media only screen and (max-width: 992px) {
  .top_menu_container .menu .menu-item.menu-item-has-children {
    padding-bottom: 0;
  }
}
.top_menu_container .menu .menu-item:last-child {
  margin-right: 0;
}
.top_menu_container .menu .menu-item:last-child .sub-menu {
  left: auto;
  right: 0;
}
.top_menu_container .menu .menu-item:last-child .sub-menu .sub-menu {
  top: 0;
  left: auto;
  right: 100%;
}
.top_menu_container .menu .menu-item:hover > .sub-menu {
  display: block;
}
@media only screen and (max-width: 992px) {
  .top_menu_container.show {
    left: 0;
  }
}

.mobile-btn-wrap {
  display: none;
  float: right;
  margin-top: 10px;
  position: relative;
  z-index: 11;
  /*----------mobile menu----------*/
}
@media only screen and (max-width: 992px) {
  .mobile-btn-wrap {
    display: block;
  }
}
.mobile-btn-wrap .button_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  z-index: 1;
  cursor: pointer;
  margin-right: 0;
  margin-left: 20px;
}
.mobile-btn-wrap .button_menu .line {
  background: #000;
  width: 20px;
  height: 2px;
  z-index: 1;
  margin: 3px 0;
  transition: all 0.5s ease;
}
.mobile-btn-wrap .button_menu .two {
  width: 14px;
  margin-left: 6px;
}
.mobile-btn-wrap .button_menu.cross {
  z-index: 1;
  position: fixed;
  right: 15px;
}
@media only screen and (max-width: 768px) {
  .mobile-btn-wrap .button_menu.cross {
    right: 20px;
  }
}
.mobile-btn-wrap .button_menu.cross span:first-child {
  z-index: 3;
  transform: rotate(-45deg);
  transform-origin: 70% 100%;
}
.mobile-btn-wrap .button_menu.cross span:last-child {
  transform: rotate(45deg);
  transform-origin: 80% -10%;
  z-index: 3;
  width: 20px;
  margin-left: 0;
}

/* COLORS
---------------------------------*/
.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.popup-body {
  position: absolute;
  min-width: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  border-radius: 5px;
  box-sizing: border-box;
  background: rgb(199, 191, 191);
  color: pink;
}
.popup-body .search__wrapper {
  background: none;
}
.popup-body .search__wrapper .title-item {
  color: black;
}
.popup-body .search__result__closeBtn {
  display: none;
}

.popup__header {
  text-align: center;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup:before {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 1px;
  width: 20px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

.close-popup:after {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 1px;
  width: 20px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}

.hidden {
  display: none !important;
}

/*-----footer------*/
.footer {
  background: #fff;
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .footer {
    padding-bottom: 0 !important;
  }
}
.footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 2fr;
}
@media only screen and (max-width: 992px) {
  .footer__grid {
    grid-template-columns: initial;
    grid-template-rows: auto auto;
  }
}
@media only screen and (max-width: 557px) {
  .footer__grid {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 992px) {
  .footer__grid-item:nth-child(4) {
    grid-row: 2;
    grid-column: 1/4;
    margin-top: 20px;
    padding: 30px 0;
    border-top: 1px dashed var(--Color-Black-20, rgba(2, 0, 5, 0.2));
  }
}
.footer__menu-title {
  color: var(--Color-Black-100, #020005);
  font-family: Fredoka;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 122.222% */
}
.footer__bottom-wrap {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 10px;
}
@media only screen and (max-width: 992px) {
  .footer__bottom-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
.footer-bottom {
  background: var(--Color-Gray-1, #F2F2F2);
  padding: 20px 0;
}
.footer__bottom-text {
  color: var(--Color-Black-40, rgba(2, 0, 5, 0.4));
  /* Regular/10 */
  font-family: Fredoka;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}
.footer__bottom-text > div {
  margin-bottom: 0;
}
.footer__bottom-text > div p {
  color: var(--Color-Black-40, rgba(2, 0, 5, 0.4));
  font-family: Fredoka;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 140% */
  margin-bottom: 0;
}
.footer__form-text {
  color: var(--Color-Black-40, rgba(2, 0, 5, 0.4));
  /* Regular/14 */
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  margin-top: 20px;
}
.footer__form-title {
  color: var(--Color-Black-100, #020005);
  font-family: Fredoka;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 122.222% */
}
@media only screen and (max-width: 992px) {
  .footer {
    padding: 30px 0;
  }
}

.form__body p {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 557px) {
  .form__body p {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.form__body input[type=email] {
  border-radius: 4px;
  background: var(--Solid-White-1, #FFF);
  box-shadow: -5px 23px 165px 0px rgba(32, 0, 33, 0.2);
  display: flex;
  width: 320px;
  height: 52px;
  padding: 8px 20px;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border: none;
}
@media only screen and (max-width: 557px) {
  .form__body input[type=email] {
    width: 100%;
  }
}
.form__body input[type=button] {
  display: flex;
  width: 120px;
  height: 52px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--Renomowane-Solid-Red, #F00035);
  color: var(--Solid-White-1, #FFF);
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 557px) {
  .form__body input[type=button] {
    width: 100%;
  }
}

.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  min-width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 7px;
  background-color: white;
  position: relative;
  cursor: pointer;
}

/* Стиль для состояния "checked" */
.custom-checkbox:checked {
  background-color: #F00035;
  border: none;
}

/* Стиль для галочки */
.custom-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 9px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form__checkbox {
  /* Стиль для обычного состояния чекбокса */
  /* Стиль для состояния "checked" */
  /* Стиль для галочки */
}
.form__checkbox .custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  min-width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 7px;
  background-color: white;
  position: relative;
  cursor: pointer;
}
.form__checkbox .custom-checkbox:checked {
  background-color: #F00035;
  border: none;
}
.form__checkbox .custom-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 9px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form__checkbox .wpcf7-list-item {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.form__checkbox .wpcf7-list-item-label {
  color: var(--Color-Black-40, rgba(2, 0, 5, 0.4));
  font-family: Fredoka;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}

.col-custom-row {
  display: flex;
  flex-wrap: wrap;
}
.col-custom-row .col-w-25 {
  width: 25%;
}
.col-custom-row .col-w-20 {
  width: 20%;
}

.active {
  display: block !important;
}

.footer-widget {
  padding: 0 8px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 557px) {
  .footer-widget {
    margin-bottom: 0px;
  }
}
.footer-widget .widgettitle {
  color: var(--Color-Black-100, #020005);
  font-family: Fredoka;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 122.222% */
  position: relative;
  margin-top: 0;
}
@media only screen and (max-width: 557px) {
  .footer-widget .widgettitle {
    border-radius: 4px;
    background: var(--Color-Gray-1, #F2F2F2);
    backdrop-filter: blur(7px);
    padding: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 557px) {
  .footer-widget .widgettitle + div {
    display: none;
  }
}
.footer-widget .menu .menu-item {
  padding: 0;
  margin: 15px 0;
  line-height: 1.2em;
}
@media only screen and (max-width: 575px) {
  .footer-widget .menu .menu-item {
    margin: 20px 0;
  }
}
.footer-widget .menu .menu-item a {
  font-size: 15px;
  line-height: 1.2em;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.footer-widget .menu .menu-item a:hover {
  color: #FF5B00;
}
.footer-widget .menu .menu-item .sub-menu {
  display: none !important;
}
.footer-widget p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4em;
  color: #777777;
}
@media only screen and (max-width: 575px) {
  .footer-widget p {
    font-size: 12px;
  }
}

.footer-text {
  font-weight: 400;
  font-size: 10px;
  color: #777777;
  line-height: 1.7em;
  margin: 20px 0 0 10px;
}
.footer-text .footer-widget {
  padding: 0;
}
.footer-text .footer-widget p {
  font-weight: 400;
  font-size: 10px;
  color: #777777;
  line-height: 1.7em;
  margin: 0;
}

.copyright {
  font-size: 10px;
  color: #000;
  font-weight: 500;
  margin-left: 10px;
}

.links-footer {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .links-footer {
    float: none;
    justify-content: center;
    align-items: flex-end;
  }
}
.links-footer .links-footer__item a, .links-footer .links-footer__item span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.links-footer .links-footer__item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.footer .col-custom-row {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .footer .col-custom-row .col-custom {
    width: 25%;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer .col-custom-row .col-custom {
    width: 33%;
  }
}
@media only screen and (max-width: 575px) {
  .footer .col-custom-row .col-custom {
    width: 100%;
    border-bottom: 2px dashed rgba(102, 102, 102, 0.2);
    text-align: center;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 575px) {
  .footer .col-custom-row .col-custom:first-child {
    border-top: 2px dashed rgba(102, 102, 102, 0.2);
  }
}
.footer .logo {
  margin: 40px 0 0 0;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .footer .logo {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 20px auto 0 auto;
  }
}
.footer .footer-bottom {
  margin-top: 15px;
}
@media only screen and (max-width: 575px) {
  .footer .footer-bottom {
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  .links-footer {
    justify-content: center;
  }
}

@media only screen and (max-width: 557px) {
  .footer-widget .menu .menu-item {
    padding-left: 15px;
  }
}

.widgettitle.active {
  color: var(--Renomowane-Solid-Red, #F00035);
}
.widgettitle.active .menu-arrow {
  border-right: 3px solid #F00035;
  border-bottom: 3px solid #F00035;
  transform: rotate(-135deg);
}

.menu-arrow {
  height: 10px;
  width: 10px;
  border-right: 3px solid gray;
  border-bottom: 3px solid gray;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
@media only screen and (max-width: 557px) {
  .menu-arrow {
    display: block;
  }
}

.wpcf7 form .wpcf7-response-output {
  margin: initial;
}

.subscribe__box {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.form__checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.subscribe__inputs {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 557px) {
  .subscribe__inputs {
    flex-direction: column;
  }
}

.error-message {
  display: none;
  margin-bottom: 10px;
  position: absolute;
  position: absolute;
  top: -77px;
  padding: 15px;
  color: var(--Solid-Black-80, rgba(2, 0, 5, 0.8));
  align-items: center;
  gap: 15px;
  /* Regular/12 */
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  left: 60px;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  border-radius: 5px;
  background: var(--Color-White, #FFF);
  box-shadow: 0px 3px 14px 0px rgba(32, 34, 36, 0.08);
}
.error-message::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-top: 20px solid white;
  border-right: 40px solid transparent;
  right: 22px;
  top: 50px;
}

.success-message {
  display: none;
  color: red;
  margin-bottom: 10px;
  position: absolute;
  background: white;
  position: absolute;
  top: -77px;
  padding: 15px;
}

.checkbox-error {
  color: red;
  display: none;
  margin-bottom: 10px;
  position: absolute;
  font-size: 12px;
  bottom: -26px;
  left: 36px;
}

.success-message {
  color: green;
}

.subscribe__btn.success {
  background: var(--Casino-CZ-Solid-Green, #4BAE4F) !important;
  color: white;
}

.success-icon {
  display: none;
  width: 9px;
  height: 15px;
  border-bottom: 2px solid #4BAE4F;
  border-right: 2px solid #4BAE4F;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  transform: rotate(46deg);
}

.subscribe__email-wrap {
  position: relative;
}

@media only screen and (max-width: 557px) {
  .footer-widget-5 p {
    margin-top: 20px;
  }
}

html, body, .wrapper {
  min-height: 100%;
}

.wrapper {
  min-height: 100%;
  height: auto;
}

body {
  height: 100%;
  background: #e8e8e8;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 10px 10px;
}
@media only screen and (max-width: 575px) {
  .alignright {
    display: block;
    float: none;
    margin: 8px auto;
  }
}

.alignleft {
  float: left;
  margin: 5px 10px 10px 0;
}
@media only screen and (max-width: 575px) {
  .alignleft {
    display: block;
    float: none;
    margin: 8px auto;
  }
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 10px 10px;
}
@media only screen and (max-width: 575px) {
  a img.alignright {
    display: block;
    float: none;
    margin: 8px auto;
  }
}

a img.alignnone {
  margin: 5px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 10px 10px 0;
}
@media only screen and (max-width: 575px) {
  a img.alignleft {
    display: block;
    float: none;
    margin: 8px auto;
  }
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  max-width: 96%; /* Image does not overflow the content area */
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 10px 10px 0;
}

.wp-caption.alignright {
  margin: 5px 0 10px 10px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.text:after {
  content: "";
  display: table;
  clear: both;
}
.text img {
  max-width: 100%;
  height: auto;
}
.text > h1, .text > h2, .text > h3, .text > h4 {
  margin-top: 0;
}
.text > p:last-child {
  margin-bottom: 0;
}
.text blockquote {
  padding: 20px;
  background: #F2F2F2;
  margin: 10px 0;
  color: #000000;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
}
.text blockquote > p:last-child {
  margin-bottom: 0;
}

.text .marker-list {
  border-radius: 20px;
  background: rgba(0, 132, 39, 0.1);
  margin: 30px 0 30px 0;
  padding: 20px;
  box-shadow: 2px 2px 4px rgba(192, 174, 214, 0.11), 6px 6px 30px rgba(192, 174, 214, 0.29);
  border-radius: 20px;
  list-style-type: none;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.text .marker-list li {
  background: white;
  list-style-type: none;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 575px) {
  .text .marker-list {
    border-radius: 15px;
    grid-template-columns: 1fr;
  }
}

.text .num-list {
  border-radius: 20px;
  background: rgba(0, 132, 39, 0.1);
  margin: 30px 0 30px 0;
  padding: 20px;
  box-shadow: 2px 2px 4px rgba(192, 174, 214, 0.11), 6px 6px 30px rgba(192, 174, 214, 0.29);
  border-radius: 20px;
  list-style-type: none;
  display: grid;
  gap: 50px;
  row-gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.text .num-list h3 {
  font-weight: 500;
  font-size: 22px;
  margin: 0;
}
.text .num-list li {
  list-style: none;
  counter-increment: custom-counter;
  background: white;
  border-radius: 10px;
  padding: 25px;
  position: relative;
  margin-bottom: 0px;
}
.text .num-list li::before {
  content: counter(custom-counter); /* Отображаем номер из счетчика */
  display: flex; /* Отображаем номер как блочный элемент */
  width: 40px; /* Ширина блока с номером */
  height: 40px; /* Высота блока с номером */
  background-color: #008427; /* Цвет фона блока с номером */
  color: #fff; /* Цвет текста номера */
  text-align: center; /* Выравнивание текста по центру блока */
  border-radius: 50%; /* Закругляем углы блока, чтобы создать круглый номер */
  position: absolute; /* Позиционируем блок абсолютно относительно родителя */
  left: -30px; /* Сдвигаем блок влево, чтобы он находился слева от текста */
  top: 0; /* Перемещаем блок к вертикальному центру элемента */
  align-items: center;
  justify-content: center;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .text .num-list {
    border-radius: 15px;
    grid-template-columns: 1fr;
  }
}

.text .marker-list li {
  position: relative;
  font-weight: normal;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 15px;
  line-height: 1.4em;
}

.text .num-list li {
  font-weight: normal;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.4em;
}
.text .num-list li::marker {
  color: #000000;
  line-height: 1.4em;
}

.text .num-list {
  list-style: decimal;
  padding-left: 15px;
  list-style-position: inside;
}

.text ul,
.text ol {
  margin: 30px 0 30px 0;
  background: #F9F9F9;
  padding: 25px 40px;
  border-radius: 20px;
  list-style-type: initial;
}
@media only screen and (max-width: 575px) {
  .text ul,
  .text ol {
    border-radius: 15px;
  }
}

.text ul li {
  position: relative;
  font-weight: normal;
  margin-bottom: 15px;
  padding-left: 15px;
  line-height: 1.4em;
}

.text ol li {
  font-weight: normal;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.4em;
}
.text ol li::marker {
  color: #000000;
  line-height: 1.4em;
}

.text ol {
  list-style: decimal;
  padding-left: 15px;
  list-style-position: inside;
}

.text li > ul,
.text li > ol {
  margin-bottom: 0;
}

.text table {
  background: #FFFFFF;
  box-shadow: 2px 2px 4px rgba(192, 174, 214, 0.11), 6px 6px 30px rgba(192, 174, 214, 0.29);
}

.text th,
.text td {
  border: 1px solid #e8e8e8;
  color: #000;
}

.text table thead {
  background: linear-gradient(270deg, #FFF3D8 0%, #FFFFFF 100%);
}

.text table caption {
  font-weight: bold;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  background: #f7f7f9;
}

.text td, .text th {
  padding: 10px;
}

.text table th {
  font-weight: bold;
  text-align: left;
  color: #000;
}

.text table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: auto; /* Prevents HTML tables from becoming too wide */
  width: 100%;
  margin: 40px auto;
  border: 10px solid white;
  box-shadow: 2px 2px 4px rgba(192, 174, 214, 0.11), 6px 6px 30px rgba(192, 174, 214, 0.29);
}
@media only screen and (max-width: 768px) {
  .text table {
    width: auto !important;
  }
}
.text table td {
  border: none;
}

.gradient-box {
  background: #FFFFFF;
  box-shadow: 2px 2px 4px rgba(192, 174, 214, 0.11), 6px 6px 30px rgba(192, 174, 214, 0.29);
  border-radius: 20px;
}
@media only screen and (max-width: 575px) {
  .gradient-box {
    border-radius: 15px;
  }
}

.section {
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .section {
    margin-bottom: 20px;
  }
}

.padding-box {
  padding: 30px;
}
@media only screen and (max-width: 992px) {
  .padding-box {
    padding: 20px;
  }
}

.title {
  font-size: 24px;
  font-weight: 400;
  font-family: "Fredoka", sans-serif;
  line-height: 1.1em;
  display: block;
  color: #000;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .title {
    font-size: 22px;
  }
}
.title a {
  color: #000;
  text-decoration: none;
}
.title a:hover {
  color: #FF5B00;
}

.context-box {
  padding: 20px;
  background: linear-gradient(112.53deg, rgba(255, 255, 255, 0.38) 4.91%, rgba(255, 255, 255, 0) 135.61%);
  backdrop-filter: blur(50px);
  border: 2px solid #fff;
  color: #242424;
  border-radius: 20px;
}

.page-content .page-content__title {
  margin-top: 0;
}

.page-meta-data {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page-meta-data {
    display: block;
  }
}
.page-meta-data .raiting {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-meta-data .raiting {
    justify-content: start;
  }
}
@media only screen and (max-width: 768px) {
  .page-meta-data.has-author .raiting, .page-meta-data.has-author .author-info {
    width: 100%;
    margin-bottom: 15px;
  }
}

.num {
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  background: linear-gradient(112.53deg, rgba(255, 255, 255, 0.38) 4.91%, rgba(255, 255, 255, 0) 135.61%);
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(50px);
  border-radius: 50%;
}
@media only screen and (max-width: 992px) {
  .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #fff;
  }
}

.table-style-main {
  border-radius: 10px;
  background: var(--Color-Gray-1, #F2F2F2);
  padding: 10px;
}
.table-style-main .table-zebra {
  overflow: hidden;
  border-radius: 10px;
}
.table-style-main .table-zebra tr {
  border-radius: initial;
}
.table-style-main .table-zebra tr:nth-child(odd) {
  border-radius: initial;
  background: var(--Color-White, #FFF);
}
.table-style-main .table-zebra tr:nth-child(even) {
  border-radius: initial;
  background: var(--Color-Gray-0, #F9F9F9);
}
.table-style-main .table-zebra td:first-child,
.table-style-main .table-zebra th:first-child {
  border-radius: initial;
}
.table-style-main .table-zebra td:last-child,
.table-style-main .table-zebra th:last-child {
  border-radius: initial;
}
.table-style-main .table-zebra th {
  font-weight: 400;
  font-size: 15px;
  color: var(--Color-Gray-2, #5C5C5C);
  padding: 17px 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
  width: 100%;
  border-radius: initial;
}
@media only screen and (max-width: 575px) {
  .table-style-main .table-zebra th {
    font-size: 14px;
    padding: 12px 15px;
  }
}
.table-style-main .table-zebra th strong {
  font-weight: 400;
}
.table-style-main .table-zebra td {
  font-weight: 400;
  font-size: 15px;
  color: black;
  padding: 17px 20px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: left;
  width: 100%;
  text-align: right;
  border-radius: initial;
}
@media only screen and (max-width: 575px) {
  .table-style-main .table-zebra td {
    font-size: 14px;
    padding: 12px 15px;
  }
}
.table-style-main .table-zebra td strong {
  font-weight: 400;
}

.table-zebra {
  width: 100%;
  border-collapse: collapse;
  background: none;
  box-shadow: none;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
}
.table-zebra tr {
  border-radius: 10px;
}
.table-zebra tr th, .table-zebra tr td {
  font-weight: 400;
  font-size: 15px;
  color: #000;
  padding: 17px 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .table-zebra tr th, .table-zebra tr td {
    font-size: 14px;
    padding: 12px 15px;
  }
}
.table-zebra tr th strong, .table-zebra tr td strong {
  font-weight: 400;
}
.table-zebra tr th {
  width: 180px;
  padding-right: 0;
  text-align: left;
}
.table-zebra tr td {
  text-align: right;
}
.table-zebra tr td:first-child,
.table-zebra tr th:first-child {
  border-radius: 10px 0 0 10px;
}
.table-zebra tr td:last-child,
.table-zebra tr th:last-child {
  border-radius: 0 10px 10px 0;
}
.table-zebra tr:nth-child(odd) {
  background: #F9F9F9;
  box-shadow: 2px 2px 4px rgba(192, 174, 214, 0.11), 6px 6px 30px rgba(192, 174, 214, 0.29);
  border-radius: 10px;
}

.full_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  display: none;
}

.btn__top {
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  border: none;
  background: #fff;
  border: 1px solid #1eb65e;
  will-change: transform;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  margin: 20px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: 0.3s;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 575px) {
  .btn__top {
    margin: 0;
    bottom: 25px;
    right: 7px;
  }
}
.btn__top:before {
  content: "";
  width: 13px;
  height: 1px;
  background: #1eb65e;
  position: absolute;
  top: 18px;
  left: 17px;
  transform: rotate(45deg);
}
.btn__top:after {
  content: "";
  width: 13px;
  height: 1px;
  background: #1eb65e;
  position: absolute;
  top: 18px;
  left: 9px;
  transform: rotate(-45deg);
}
.btn__top:hover {
  background: #1eb65e;
}
.btn__top:hover:after {
  background: #fff;
}
.btn__top:hover:before {
  background: #fff;
}
.btn__top.show {
  opacity: 1;
  visibility: visible;
}

.title-sub {
  margin-bottom: 30px;
}

.widget {
  padding: 30px 20px;
}
.widget .title {
  margin: 0 0 25px 0;
  text-align: center;
}

.text .disadvantages {
  background: rgba(240, 0, 53, 0.1);
  border-radius: 20px;
  box-shadow: initial;
}
.text .advantages {
  background: rgba(0, 132, 39, 0.1);
  border-radius: 20px;
  box-shadow: initial;
}
.text ul.list-marker-custom, .text ol.list_marker_custom {
  padding: 30px;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .text ul.list-marker-custom, .text ol.list_marker_custom {
    padding: 20px;
  }
}
.text ul.list-marker-custom li, .text ul.list-marker-custom ol, .text ol.list_marker_custom li, .text ol.list_marker_custom ol {
  list-style: none;
  padding-left: 60px;
  margin-bottom: 20px;
  color: #242424;
  font-weight: 400;
  font-size: 16px;
  min-height: 40px;
  display: block;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .text ul.list-marker-custom li, .text ul.list-marker-custom ol, .text ol.list_marker_custom li, .text ol.list_marker_custom ol {
    padding-left: 45px;
    margin-bottom: 15px;
  }
}
.text ul.list-marker-custom li:before, .text ul.list-marker-custom ol:before, .text ol.list_marker_custom li:before, .text ol.list_marker_custom ol:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: url("../images/icons/icons.svg#icon-check");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
@media only screen and (max-width: 575px) {
  .text ul.list-marker-custom li:before, .text ul.list-marker-custom ol:before, .text ol.list_marker_custom li:before, .text ol.list_marker_custom ol:before {
    width: 30px;
    height: 30px;
  }
}
.text ul.list-marker-custom li.minus:before, .text ul.list-marker-custom ol.minus:before, .text ol.list_marker_custom li.minus:before, .text ol.list_marker_custom ol.minus:before {
  background: url("../images/icons/icons.svg#Icon-close");
}
.text ul.marker-list {
  background: rgba(237, 102, 43, 0.1);
}

.reputation-good {
  margin: 20px auto;
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 20px 20px 100px;
  position: relative;
  min-height: 160px;
}
@media only screen and (max-width: 992px) {
  .reputation-good {
    padding: 15px 15px 15px 70px;
    background: #fff;
    border: 3px dashed rgba(102, 102, 102, 0.2);
    box-shadow: 0px 12px 20px rgba(255, 9, 0, 0.14);
  }
}
.reputation-good:before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  background: url("../images/icons/icon-img-check.svg");
  position: absolute;
  background-size: 100% 100%;
  top: 50%;
  left: -45px;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 992px) {
  .reputation-good:before {
    width: 80px;
    height: 80px;
    top: 40px;
    left: -4px;
  }
}

.text .game-wrap-shortcode {
  margin-right: -10px;
  margin-left: -10px;
}
.text .game-wrap-shortcode .col-lg-3, .text .game-wrap-shortcode .col-md-4, .text .game-wrap-shortcode .col-6 {
  padding-right: 10px;
  padding-left: 10px;
}
.text .game-wrap-shortcode .game-item {
  margin-bottom: 20px;
  background: linear-gradient(112.53deg, rgba(255, 255, 255, 0.38) 4.91%, rgba(255, 255, 255, 0) 135.61%);
}
.text .game-wrap-shortcode .game-item__title a {
  text-decoration: none;
  color: #020005;
  font-size: 18px;
}
.text .game-wrap-shortcode .game-item .game-item__thumbnail {
  height: 160px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .text .game-wrap-shortcode .game-item .game-item__thumbnail {
    height: 140px;
  }
}
.text .bonus-wrap-shortcode .bonus-item {
  margin-bottom: 20px;
}
.text .casino-wrap-shortcode-single {
  margin: 30px -30px;
}
@media only screen and (max-width: 992px) {
  .text .casino-wrap-shortcode-single {
    margin: 20px -20px;
  }
}
.text .casino-wrap-shortcode-single .table-casino-item {
  background: #FFFFFF;
  box-shadow: 2px 2px 4px rgba(192, 174, 214, 0.11), 6px 6px 30px rgba(192, 174, 214, 0.29);
  border-radius: 0;
}
@media only screen and (max-width: 575px) {
  .text .casino-wrap-shortcode-single .table-casino-item {
    border-radius: 0;
  }
}
.text .casino-wrap-shortcode-single .table-casino-item .table-casino-item__thumbnail .thumb-wrap .num {
  display: none;
}
.text .btn-wrapper-redirect {
  margin: 30px 0;
  text-align: center;
}
.text .btn-wrapper-redirect .btn-white {
  box-shadow: 0px 12px 20px rgba(255, 9, 0, 0.14);
}
.text .payment-wrap-shortcode .payment-item .payment-item__thubnail {
  height: 100px;
}
.text .payment-wrap-shortcode .payment-item .payment-item__title {
  height: 40px;
  font-size: 14px;
}
.text .payment-wrap-shortcode .payment-item .payment-item__title a {
  font-size: 14px;
}
.text .software-wrap-shortcode .software-item .software-item__thubnail {
  height: 120px;
}
.text .software-wrap-shortcode .software-item .software-item__title {
  height: 40px;
  font-size: 14px;
}
.text .software-wrap-shortcode .software-item .software-item__title a {
  font-size: 14px;
}
.text .table-casino-wrap-shortcode {
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .text .table-casino-wrap-shortcode {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.text .table-casino-wrap-shortcode .table-casino-item .table-casino-item__bonus {
  font-size: 16px;
}
.text .table-casino-wrap-shortcode .table-casino-item .table-casino-item__bonus strong {
  font-size: 24px;
}
@media only screen and (max-width: 992px) {
  .text .table-casino-wrap-shortcode .table-casino-item .table-casino-item__bonus strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .text .table-casino-wrap-shortcode .table-casino-item .table-casino-item__bonus strong {
    font-size: 16px;
  }
}

.verdict .verdict-block {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.verdict .verdict-block .verdict-block__title {
  border-radius: 15px;
  background: var(--Color-Gray-0, #F9F9F9);
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.verdict .verdict-block .verdict-block__content {
  margin: 0;
  height: 100%;
}
.verdict .verdict-block .list-text {
  display: flex;
}
.verdict .verdict-block .list-text p {
  margin-bottom: 0;
}

.text td, .text th {
  padding: 5px;
}

.text table {
  border-radius: 15px;
  overflow: hidden;
}
.text table tr:first-child {
  background: linear-gradient(90deg, #398134 0%, #5AC451 100%);
}
.text table tr:first-child p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: white !important;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.text table tr:first-child p span {
  color: white !important;
}
.text table tr:first-child p a {
  color: white !important;
}
.text table tr:nth-child(odd):not(tr:first-child) {
  background: #F2F2F2;
}
.text table tr p {
  margin-bottom: 0;
  padding: 15px 10px;
  text-align: center;
}

.table-container {
  overflow-x: auto;
  max-width: 100%;
}

table {
  width: 100%;
  /* Дополнительные стили для вашей таблицы */
}

/* Медиа-запрос для экранов с шириной менее 768 пикселей */
@media (max-width: 768px) {
  table {
    width: auto; /* Поменять ширину таблицы на "авто" */
  }
}
.menu-search__icon {
  display: inline-block;
  margin: 0 20px;
  position: relative;
  padding: 8px 0 12px 0;
}

.breadcrumbs_span {
  text-transform: capitalize;
}

.hidden {
  display: none;
}

.post-type {
  background: white;
  box-shadow: 0 0 6px 0 #d5d5d5;
  margin: 20px 0;
  padding: 20px;
  border-radius: 10px;
}
.post-type__name {
  padding: 0 20px;
  font-size: 33px;
}
.post-type__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  .post-type__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 500px) {
  .post-type__items {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.post-type__items a {
  padding: 5px 20px;
  text-decoration: none;
}

.sitemap-title {
  text-align: center;
  font-size: 36px;
}

.circle-marker-list {
  list-style: initial;
}

.iframe-center {
  display: block;
  margin: auto;
}

.advantages__list li:first-child {
  padding-top: 10px;
  margin-top: 40px;
}

.advantages__list {
  list-style: none;
  border-right: 1px solid rgba(2, 0, 5, 0.1);
  width: fit-content;
  padding: 15px 30px;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  position: relative;
  list-style-type: none !important;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .advantages__list {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-right: initial;
    margin: 15px 0 15px 0 !important;
  }
}
.advantages__list::before {
  content: "Zalety";
  background: #4BAE4F;
  position: absolute;
  font-weight: 400;
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Color-Gray-1, #F2F2F2);
  /* Medium/18 */
  font-family: Fredoka;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 122.222% */
}
.advantages__list li {
  position: relative;
}
.advantages__list li::before {
  height: 24px;
  width: 24px;
  content: "";
  position: absolute;
  background: url(../images/icons/icon-done-green.svg);
  background-size: contain;
  background-position: center center;
  left: -20px;
  top: 7px;
  bottom: 0;
  margin: auto;
}

.disadvantages__list li:first-child {
  padding-top: 10px;
  margin-top: 40px;
}

.disadvantages__list {
  list-style: none;
  width: fit-content;
  padding: 15px 30px;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .disadvantages__list {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    margin: 15px 0 15px 0 !important;
  }
}
.disadvantages__list::before {
  content: "Wady";
  background: #E81010;
  position: absolute;
  font-weight: 400;
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Color-Gray-1, #F2F2F2);
  /* Medium/18 */
  font-family: Fredoka;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 122.222% */
}
.disadvantages__list li {
  position: relative;
}
.disadvantages__list li::before {
  height: 24px;
  width: 24px;
  content: "";
  position: absolute;
  background: url(../images/icons/icon-close-red.svg);
  background-size: contain;
  background-position: center center;
  left: -20px;
  top: 7px;
  bottom: 0;
  margin: auto;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.socials img {
  height: 30px;
}

.table-casino__subtitle {
  text-align: center;
  margin-bottom: 15px;
}

.list__wrapper {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .list__wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.list__wrapper > ul {
  width: 50%;
  padding-left: 50px;
}
@media only screen and (max-width: 992px) {
  .list__wrapper > ul {
    width: 100%;
  }
}

.p-0 {
  padding: 0 !important;
}

.search-input:focus + .search__btn {
  background-color: rgba(240, 0, 53, 0.4509803922);
}

.fullRedBg {
  background-color: #F00035 !important;
}

.menu li span {
  text-decoration: none;
  color: #3A1F15;
  font-size: 18px;
  line-height: 15px;
  font-weight: 500;
}

.menu .sub-menu span {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #3A1F15;
  cursor: pointer;
}

#menu-header_menu > li:last-child > ul::before {
  left: initial;
  right: 25px;
}

.top_menu_container .menu .menu-item .sub-menu .menu-item .sub-menu {
  left: 107%;
}
.top_menu_container .menu .menu-item .sub-menu .menu-item .sub-menu::before {
  border-right: 10px solid white;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  margin: auto;
  top: 13px;
  left: -20px;
}

.emphasis-block {
  background: #fff;
  border-radius: 8px;
  clear: both;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  margin: 16px 0;
  padding: 30px;
  position: relative;
  background: url(../images/copy-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--Color-Black-60, rgba(2, 0, 5, 0.6));
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  background-position: top;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media only screen and (max-width: 992px) {
  .emphasis-block {
    box-shadow: 4px -2px 4px #e3ebf8;
  }
}
.emphasis-block::before {
  content: url(../images/icons/icon-quotes.svg);
  left: 0px;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.emphasis-block::after {
  content: url(../images/icons/icon-quotes-right.svg);
  right: 0px;
  position: absolute;
  bottom: -6px;
  margin: auto;
}

.mobile-arrow {
  display: none;
}
@media (max-width: 992px) {
  .mobile-arrow {
    display: block;
    position: absolute;
    right: 0;
    z-index: 9999;
    top: 11px;
    height: fit-content;
    border: 1px solid black;
    padding: 4px 4px;
    font-size: 16px;
  }
}

.menu-item-has-children {
  position: relative;
}

@media (max-width: 992px) {
  #menu-header_menu .menu-item-has-children .sub-menu {
    display: none;
  }
}
.open {
  display: block !important;
}

@media (max-width: 992px) {
  #menu-header_menu .menu-item-has-children {
    min-width: 300px;
  }
}

.rotate90 {
  transform: rotate(90deg);
}

.menu-item-has-children .menu-item-has-children .mobile-arrow {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .menu-item-has-children .menu-item-has-children .mobile-arrow {
    border: none;
    top: 0;
  }
}

@media (max-width: 992px) {
  .menu li span {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  #menu-header_menu .menu-item-has-children > a {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

.games__result_img {
  display: flex;
  gap: 15px;
  align-items: center;
}

.games__result__item {
  display: flex;
  justify-content: space-between;
}

.post-type-info {
  color: #afa0a0;
  font-size: 16px;
  font-style: italic;
}

.no-found {
  text-align: center;
}

#menu-header_menu {
  width: 100%;
}
@media (max-width: 992px) {
  #menu-header_menu > li {
    width: 100%;
    padding: 12px 0;
    text-align: left;
  }
}
@media (max-width: 992px) {
  #menu-header_menu > li a, #menu-header_menu > li span {
    font-size: 19px;
  }
}
@media (max-width: 992px) {
  #menu-header_menu > li .mobile-arrow {
    border: none;
  }
}

.choosen-menu {
  color: red !important;
}

@media (max-width: 992px) {
  .top_menu_container .menu .menu-item .sub-menu .menu-item .sub-menu {
    margin-left: 0;
  }
  .top_menu_container .menu .menu-item .sub-menu .menu-item .sub-menu li a {
    text-align: center;
  }
}

.guide-small {
  padding-left: 0;
  padding-right: 0;
}
.guide-small .guide-item .guide-item__thumbnail {
  height: initial;
  width: initial;
}
.guide-small .guide-relation-item {
  max-width: 218px;
}

.current-menu-item > a, .current-menu-ancestor > a {
  color: #FF5B00 !important;
}

.option-info .container {
  font-size: 16px;
}

.sidebar-menu__items.active {
  padding: 8px 15px;
  display: block;
  color: #FF5B00;
  text-decoration: none;
  border-bottom: 2px dashed rgba(102, 102, 102, 0.2);
}

@media (max-width: 992px) {
  #menu-header_menu .menu-item-has-children {
    min-width: 95%;
    text-align: left;
  }
}

@media (max-width: 992px) {
  .top_menu_container .menu {
    padding: 60px 25px;
  }
}

@media (max-width: 992px) {
  .top_menu_container .menu .menu-item .sub-menu .menu-item {
    text-align: left;
  }
}

.top_menu_container .menu .menu-item a {
  font-weight: 400;
}

.menu li span {
  font-weight: 400;
}

@media (max-width: 992px) {
  .top_menu_container .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
    text-align: left;
    padding-left: 30px;
  }
}

.bonus-wrapper .btn-wrap {
  margin-top: 20px;
}

.post-type-archive-roulette .table-casino-wrap-shortcode {
  padding: 30px;
}

.single-team .btn_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

#showMoreAuthorPosts {
  display: block !important;
}

.faq .faq__title {
  margin: 20px 0 20px 0 !important;
}

body {
  background-color: #eee;
}

.div_u5 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Cuprum;
  font-size: 20px;
  color: #393939;
  margin-top: 100px;
}

/* Кнопка вверх uPTop */
.ufive_uptop {
  position: fixed;
  display: block;
  box-sizing: border-box;
  height: 50px;
  width: 50px;
  border: none;
  background-color: #f3be81;
  border-radius: 3px;
  bottom: 20px;
  right: 50px;
  margin-right: -30px;
  outline: none;
  opacity: 0;
  transition: opacity 0.3s ease, margin-right 0.5s ease-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .ufive_uptop {
    height: 30px;
    width: 30px;
    transform: rotate(180deg);
    right: 20px;
    z-index: 99999;
  }
}

.ufive_uptop:hover {
  background-color: #f7a445;
}

.ufive_upview {
  transition: opacity 0.3s ease, margin-right 0.5s ease-out;
  margin-right: 0px;
  opacity: 1;
}

.ufive_uptop::before,
.ufive_uptop::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 2px;
  background-color: white;
  top: 16px;
}
@media (max-width: 992px) {
  .ufive_uptop::before,
  .ufive_uptop::after {
    height: 12px;
    top: 10px;
  }
}

.ufive_uptop::before {
  left: 18px;
  transform: rotate(45deg);
}

.ufive_uptop::after {
  right: 18px;
  transform: rotate(-45deg);
}

/* uFive.Ru */
.ufive_upview {
  background: rgb(255, 3, 1);
}

strong {
  font-weight: 500;
}

.list__wrapper li {
  list-style-type: none;
}

.restricted {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: white;
  display: none;
}
.restricted__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.restricted__title {
  color: var(--Renomowane-Solid-Red, #F00035);
  font-family: Fredoka;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 80% */
  margin: 16px 0 24px 0;
}
.restricted__text {
  color: var(--Color-Black-100, #020005);
  /* Regular/24 */
  font-family: Fredoka;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
}
.restricted__wrap {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.restricted__img-1 {
  position: absolute;
  display: flex;
  width: 402.906px;
  height: 402.906px;
  transform: rotate(30deg);
  padding: 33.575px 75.545px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  opacity: 0.1;
  filter: blur(12px);
  right: -10%;
}
.restricted__img-2 {
  position: absolute;
  display: flex;
  width: 284.156px;
  height: 284.156px;
  transform: rotate(-33.006deg);
  padding: 33.575px 75.545px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  opacity: 0.1;
  filter: blur(12px);
  top: 0;
  left: 25%;
  top: -14%;
}
.restricted__img-3 {
  position: absolute;
  display: flex;
  width: 284px;
  height: 284px;
  transform: rotate(30deg);
  padding: 33.575px 75.545px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  opacity: 0.1;
  filter: blur(12px);
  bottom: 0;
  left: 0;
}

.custom-button {
  transition: 0.5s;
  position: relative;
  line-height: 1.2em;
  padding: 10px 15px;
  min-height: 45px;
  width: 100%;
  max-width: 220px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.6px;
  color: #250C03;
  background: linear-gradient(90deg, #FFB801 3.01%, #FF8901 100%);
  box-shadow: 0px 12px 27px rgba(255, 9, 0, 0.4);
  border-radius: 100px;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.casino-shortcode {
  border-radius: 20px;
  border: 1px solid var(--Color-Black-10, rgba(2, 0, 5, 0.1));
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  max-width: 295px;
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
}
.casino-shortcode__wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .casino-shortcode {
    max-width: initial;
  }
}
.casino-shortcode__body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.casino-shortcode__img {
  height: 120px;
  overflow: hidden;
  width: 100%;
}
.casino-shortcode__img img {
  object-fit: cover;
  height: 120px;
  width: 100%;
  overflow: hidden;
}
.casino-shortcode__dep {
  border-radius: 10px;
  border: 1px solid var(--Color-Gray-1, #F2F2F2);
  background: #FFF;
  padding: 15px;
  display: flex;
}
.casino-shortcode__dep-item {
  width: 50%;
}
.casino-shortcode__dep-item .name {
  color: var(--Color-Black-40, rgba(2, 0, 5, 0.4));
  font-family: Fredoka;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 140% */
}
.casino-shortcode__dep-item .value {
  color: var(--Color-Black-100, #020005);
  font-family: Fredoka;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
}
.casino-shortcode__bonus {
  border-radius: 10px;
  border: 1px solid var(--Renomowane-Solid-Orange-100, #ED662B);
  background: var(--Renomowane-Solid-Orange-10, rgba(237, 102, 43, 0.1));
  padding: 10px;
  color: var(--Renomowane-Solid-Orange-100, #ED662B);
  text-align: center;
  font-family: Fredoka;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
}
.casino-shortcode__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.casino-shortcode__list div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.casino-shortcode__list span {
  color: var(--Main-Back, #000);
  font-family: Fredoka;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.casino-shortcode__btns {
  display: flex;
  gap: 10px;
}
@media (max-width: 992px) {
  .casino-shortcode__btns {
    justify-content: center;
  }
}
.casino-shortcode__review {
  color: var(--Color-Black-40, rgba(2, 0, 5, 0.4));
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  border-radius: 30px;
  border: 1px solid var(--Color-Black-40, rgba(2, 0, 5, 0.4));
  padding: 10px 24px;
  cursor: pointer;
  position: relative;
}
.casino-shortcode__review a {
  text-decoration: none;
  color: var(--Color-Black-40, rgba(2, 0, 5, 0.4));
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.casino-shortcode__ref {
  border-radius: 30px;
  background: var(--Renomowane-Gradient-Green, linear-gradient(90deg, #398134 0%, #5AC451 100%));
  box-shadow: 0px 14px 14px 0px rgba(60, 163, 52, 0.2);
  padding: 10px 24px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
  color: var(--Color-White, #FFF);
  /* Medium/16 */
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.casino-shortcode__but {
  border-radius: 30px;
  background: var(--Renomowane-Gradient-Green, linear-gradient(90deg, #398134 0%, #5AC451 100%));
  box-shadow: 0px 14px 14px 0px rgba(60, 163, 52, 0.2);
  padding: 10px 24px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
  color: var(--Color-White, #FFF);
  /* Medium/16 */
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.casino-shortcode__footer {
  color: var(--Color-Black-40, rgba(2, 0, 5, 0.4));
  text-align: center;
  font-family: Fredoka;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px; /* 125% */
}

.btn-wrap {
  position: relative;
  cursor: pointer;
}
.btn-wrap span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

#top-casino {
  display: block !important;
}

.col-w-40 {
  width: 40%;
}

.table-casino-item__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-wrap a {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.casino-shortcode__ref a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
}

.casino-shortcode__but a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
}

#tabs {
  list-style-type: none;
  border-radius: 8px;
  background: var(--Main-White, #FFF);
  display: flex;
  gap: 20px;
}
#tabs ul {
  width: 100%;
  margin: 15px 0;
  display: flex;
  justify-content: center;
}
#tabs li {
  display: inline-block !important;
  margin-bottom: -1px;
}
#tabs li a {
  display: block;
  height: 100%;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}
#tabs li:hover a, #tabs li.active a {
  border-radius: 4px;
  background: var(--Poland-EMD-1-Red, rgb(255, 3, 1));
  color: white;
  font-weight: 700;
}

#tab-contents {
  background: #F7F5F5;
  padding: 25px 40px;
  margin-bottom: 15px;
  border-radius: 20px;
}
#tab-contents p {
  margin-bottom: 0;
}
#tab-contents .tab-contents {
  display: none;
}
#tab-contents .tab-contents.active {
  display: block;
}

.table-casino-item {
  width: 100%;
}

.text__item {
  gap: 20px;
  display: flex;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .text__item {
    flex-direction: column;
  }
}

.img__wrap {
  min-width: 200px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: white;
}

.img__wrap img {
  margin: 0;
  min-width: 200px;
}

.text__item h3 {
  margin: 0;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .text img {
    display: block;
    float: none;
  }
}

.guide_relation {
  margin-bottom: 25px;
  margin-top: 25px;
}

* {
  user-select: none; /* Отключает выделение текста */
  -webkit-user-select: none; /* Для Safari */
  -moz-user-select: none; /* Для Firefox */
  -ms-user-select: none; /* Для IE10+ */
}

a.external-link {
  color: blue; /* Синий цвет */
}

.load-more-gold-btn {
  color: var(--Color-White, #FFF);
  text-align: center;
  /* Medium/16 */
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  border-radius: 30px;
  background: var(--renomowane-gradient-yellow-button, linear-gradient(90deg, #F5BA40 0%, #F08F35 100%));
  display: flex;
  width: 200px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  margin: 25px auto 0;
}

.bonus-btn {
  width: 168px;
  margin: 15px auto 0 !important;
  display: flex;
  margin: auto;
}

.welcome__bonus .btn-wrap {
  margin-bottom: 0;
}

.welcome-bonus__grid-item:nth-child(odd) {
  box-shadow: initial !important;
}

@media (max-width: 992px) {
  #tabs ul {
    flex-wrap: wrap;
  }
}

.top-casino__item-rating {
  color: var(--Color-Black-100, #020005);
  /* Medium/12 */
  font-family: Fredoka;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.top-casino__item-stars {
  display: flex;
  align-items: center;
  color: var(--Color-Black-100, #020005);
  /* Regular/12 */
  font-family: Fredoka;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
@media (max-width: 992px) {
  .top-casino__item-stars {
    position: absolute;
    left: 81px;
    top: 34px;
    align-items: initial;
  }
}

.red-btn {
  background: var(--Renomowane-Gradient-Green, linear-gradient(90deg, #398134 0%, #5AC451 100%));
  color: white !important;
}

.top-casino__item-button.green-btn {
  width: fit-content;
}

.green-btn span {
  color: var(--Color-Black-80, rgba(2, 0, 5, 0.8));
  text-align: center;
  /* Medium/18 */
  font-family: Fredoka;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 122.222% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.top-casino__item-button {
  border-radius: 30px;
  display: flex;
  width: 200px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  color: var(--Color-Gray-0, #F9F9F9);
  text-align: center;
  /* Medium/16 */
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}

.toplist {
  position: relative;
}
.toplist__bonus-text {
  color: var(--Renomowane-Solid-Red, #F00035);
  text-align: center;
  font-family: Fredoka;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 116.667% */
}
.toplist__time {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-direction: column;
  gap: 16px;
  width: 31%;
}
@media (max-width: 992px) {
  .toplist__time {
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    margin-top: 22px;
    width: initial;
  }
}
.toplist__btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.toplist__btns a {
  text-decoration: none;
}
.toplist__time-img {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .toplist__time-img {
    margin-bottom: initial;
    margin-right: 8px;
  }
}
.toplist__time-value {
  color: var(--Main-Back, #000);
  font-family: Fredoka;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px;
  text-align: center;
  margin-top: 6px;
}
@media (max-width: 992px) {
  .toplist__time-value {
    margin-top: initial;
    margin-left: 16px;
  }
}
.toplist__time-text {
  color: var(--Main-Back, #000);
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 992px) {
  .toplist__casino-text {
    margin-left: 13px;
  }
}
.toplist__mobile-info {
  display: none;
}
@media (max-width: 992px) {
  .toplist__mobile-info {
    display: block;
    text-align: center;
    margin-left: -32px;
    margin: auto;
    width: 100%;
  }
}
.toplist__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 45px 0;
  position: relative;
  z-index: 1;
}
.toplist__title {
  color: #000;
  text-align: center;
  font-family: Fredoka;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 32px;
}
.toplist__content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.toplist__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toplist__info span {
  color: var(--Main-Back, #000);
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.6;
  line-height: normal;
}
.toplist__content-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.toplist__content-item div {
  color: var(--Main-Back, #000);
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.toplist__content-item .flag {
  width: 16px;
  height: 16px;
}
.toplist__date {
  display: flex;
  align-items: center;
  gap: 8px;
}
.toplist__casino {
  border-radius: 20px;
  border: 1px solid #E5E5E5;
  background: var(--Main-White, #FFF);
  display: flex;
  position: relative;
  padding: 24px;
}
.toplist__casino .line {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 94px;
  display: none;
  height: 1px;
  background: #E5E5E5;
}
@media (max-width: 992px) {
  .toplist__casino .line {
    display: block;
  }
}
@media (max-width: 992px) {
  .toplist__casino {
    padding: 20px 16px;
  }
}
.toplist__casino-number {
  display: flex;
  width: 32px;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 25px;
  height: 32%;
  top: 25px;
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  z-index: 3;
  height: 34px;
  border-radius: 11px 4px 12px 4px;
  background: var(--Color-White, #FFF);
}
@media (max-width: 992px) {
  .toplist__casino-number {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    top: 5px;
    left: 5px;
  }
}
.toplist__casino-number:nth-child(2n+4) {
  background: #E1E1E1;
}
.toplist__casino-content {
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .toplist__casino-content {
    flex-direction: column;
    gap: 0px;
  }
}
.toplist__casino-img {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  position: relative;
}
@media (max-width: 992px) {
  .toplist__casino-img {
    width: 56px;
    height: 56px;
  }
}
.toplist__casino-title {
  color: var(--Color-Black-100, #020005);
  /* Medium/20 */
  font-family: Fredoka;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}
.toplist__casino-title h3 {
  color: black;
}
.toplist__casino-title .info__tooltip {
  top: 28px;
  left: 0px;
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 9;
  max-width: 300px;
  font-size: 11px;
  font-family: Fredoka;
  line-height: initial;
  font-weight: initial;
}
.toplist__casino-title .info {
  cursor: pointer;
  min-height: 12px;
  min-width: 12px;
}
@media (max-width: 992px) {
  .toplist__casino-title {
    font-size: 20px;
  }
}
.toplist__casino-title div {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #F5F8FB;
  cursor: pointer;
}
.toplist__casino-fields {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 992px) {
  .toplist__casino-fields {
    display: none;
  }
}
.toplist__casino-fields div {
  color: var(--Main-Back, #000);
  font-family: Fredoka;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.toplist__casino-fields span {
  color: var(--Main-Back, #000);
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.toplist__casino-info {
  display: flex;
  gap: 24px;
  width: 40%;
}
@media (max-width: 992px) {
  .toplist__casino-info {
    gap: 12px;
    width: initial;
    margin-left: 14px;
  }
}
.toplist__casino-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 12px 0;
}
@media (max-width: 992px) {
  .toplist__casino-container {
    display: none;
  }
}
.toplist__casino-payments {
  margin-top: 8px;
  display: flex;
  gap: 3px;
}
@media (max-width: 992px) {
  .toplist__casino-payments {
    display: none;
  }
}
.toplist__casino-payments .item {
  display: flex;
  width: 44px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--Solid-White-2, #F5F8FB);
}
.toplist__casino-payments .number {
  color: var(--Main-Back, #000);
  text-align: center;
  font-family: Fredoka;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.toplist__casino-item {
  position: relative;
}
@media (max-width: 992px) {
  .toplist__casino-item {
    text-align: left;
  }
}
.toplist__casino-item::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background: #1FBE62;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -13px;
}
.toplist__casino-list {
  margin-left: 15px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
  width: 23%;
  color: var(--Main-Back, #000);
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 30%;
}
@media (max-width: 992px) {
  .toplist__casino-list {
    display: none;
    width: initial;
    padding-left: initial;
    margin-left: 0;
  }
}
.toplist__casino-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Main-Back, #000);
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.toplist__bonuse-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 992px) {
  .toplist__bonuse-img {
    display: none;
  }
}
.toplist__casino-bonus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 27%;
}
@media (max-width: 992px) {
  .toplist__casino-bonus {
    margin-top: 39px;
    max-width: initial;
    width: initial;
  }
}
.toplist__bonus-title {
  color: var(--Main-Back, #000);
  text-align: center;
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.toplist__bonus-subtitle {
  color: #D44101;
  text-align: center;
  font-family: Fredoka;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}

.table-casino__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.top-casino__item-img#rating-star {
  margin-left: 8px;
  width: 16px;
  height: 16px !important;
}

.toplist__casino:nth-child(1n+4) .toplist__casino-number {
  background: #E1E1E1 !important;
}

.toplist__casino:nth-child(1n+4) .toplist__casino-number {
  background: #E1E1E1 !important;
}

.read-more {
  margin-top: 20px;
  color: var(--Color-Black-100, #020005);
  /* Regular/14 */
  font-family: Fredoka;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}

.read-more-content {
  display: none;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 16px;
  margin-top: 16px;
}
.read-more-content .toplist__casino-list {
  display: flex;
}
.read-more-content .toplist__casino-list .toplist__casino-list-item {
  text-align: left;
}
.read-more-content .toplist__casino-container {
  display: flex;
  flex-direction: row;
}
.read-more-content .toplist__casino-fields {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}
.read-more-content .toplist__casino-payments {
  display: flex;
  margin-bottom: 20px;
}
.read-more-content .toplist__casino-payments img {
  width: 48px;
  height: 24px;
}

.toplist__casino-content {
  width: 100%;
}
@media (max-width: 992px) {
  .toplist__casino-content {
    margin: auto;
  }
}

.toplist__casino-img {
  cursor: pointer;
}
@media (max-width: 992px) {
  .toplist__casino-img img {
    height: 56px !important;
  }
}
.toplist__casino-img .text {
  color: var(--Main-Back, #000);
  font-family: Fredoka;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.toplist__casino-img .casino-logo {
  border-radius: 12px;
  min-width: initial;
  width: 180px;
  height: 120px;
  object-fit: cover;
  max-width: initial;
}
@media (max-width: 992px) {
  .toplist__casino-img .casino-logo {
    width: 84px;
    min-width: 84px;
  }
}

@media (max-width: 992px) {
  .toplist__casino-title {
    font-size: 16px;
  }
}

.toplist__time.mobile {
  display: flex;
  margin-top: 16px;
}

.item.number {
  cursor: pointer;
  position: relative;
  color: var(--Renomowane-Solid-Red, #F00035);
}

.number-tooltip {
  z-index: 9;
  position: absolute;
  display: flex;
  width: 200px;
  gap: 2px;
  width: 164px;
  flex-wrap: wrap;
  border-radius: 8px;
  background: var(--Main-White, #FFF);
  box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.08);
  padding: 12px;
  justify-content: center;
  border-radius: 5px;
  top: 37px;
  left: 0;
  display: none;
}
@media (max-width: 992px) {
  .number-tooltip {
    left: initial;
    right: 0;
  }
}

.toplist__casino-payments .item {
  display: flex;
  width: 44px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--Solid-White-2, #f5f8fb);
}

.toplist__casino-payments .item img {
  max-height: 32px;
  max-width: 42px;
}

.modal-recommended__items .table-casino-item {
  position: relative;
  border-radius: 20px;
  border: 1px solid var(--Color-Black-10, rgba(2, 0, 5, 0.1));
  background: #FAFAFA;
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  flex: 1 0 0;
}
.modal-recommended__items .table-casino-item__apply {
  color: var(--Color-Black-40, rgba(2, 0, 5, 0.4));
  text-align: center;
  font-family: Fredoka;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px; /* 125% */
}

.modal-recommended__block h4 {
  margin-bottom: 20px;
}

.dates__top-casino {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 15px 0;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .dates__top-casino {
    gap: 9px;
  }
}
@media (max-width: 992px) {
  .dates__top-casino .author__name {
    position: initial !important;
  }
}
.dates__top-casino .author {
  display: flex;
  align-items: center;
}
.dates__top-casino .author__img {
  margin-right: 12px;
}
.dates__top-casino .author__img img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.dates__top-casino .author__text {
  color: var(--Color-Black-100, #020005);
  /* Regular/16 */
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  display: flex;
  align-items: center;
  gap: 4px;
}
.dates__top-casino .author__name a {
  color: var(--Solid-Blue-1, #0094FF);
  /* Medium/18 */
  font-family: Fredoka;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 122.222% */
  text-decoration: none !important;
}
@media (max-width: 992px) {
  .dates__top-casino .author__name a {
    position: initial;
  }
}
.dates__top-casino .date__published {
  color: var(--Color-Black-60, rgba(2, 0, 5, 0.6));
  /* Regular/16 */
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.dates__top-casino .date__updates {
  color: var(--Color-Black-60, rgba(2, 0, 5, 0.6));
  /* Regular/16 */
  font-family: Fredoka;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.casino-navigation {
  margin-top: 20px;
}

.casino-nav {
  display: block;
  padding: 10px;
  background: white;
  margin: 5px 0;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
}

h2 a {
  text-decoration: none;
}

.page-cover-compare {
  position: fixed;
  z-index: -1; /* Начальное состояние */
  visibility: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: rgba(2, 0, 5, 0.8);
  backdrop-filter: blur(0.25rem);
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s, z-index 0s linear 0.5s; /* Добавлены задержки */
}
.page-cover-compare.active {
  opacity: 1;
  z-index: 996; /* Меняем z-index сразу */
  visibility: visible; /* Делаем видимым */
  transition: opacity 0.5s ease-out, visibility 0s linear 0s, z-index 0s linear 0s; /* Убираем задержки */
}

.page-cover-for-menu {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}
.page-cover-for-menu.active {
  display: block;
  z-index: 98;
}

.page-cover {
  position: fixed;
  z-index: -1; /* Начальное состояние */
  visibility: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: rgba(2, 0, 5, 0.8);
  backdrop-filter: blur(0.25rem);
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s, z-index 0s linear 0.5s; /* Добавлены задержки */
}
.page-cover.active {
  opacity: 1;
  z-index: 998; /* Меняем z-index сразу */
  visibility: visible; /* Делаем видимым */
  transition: opacity 0.5s ease-out, visibility 0s linear 0s, z-index 0s linear 0s; /* Убираем задержки */
}

.page-cover-filter {
  position: fixed;
  z-index: -1; /* Начальное состояние */
  visibility: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: rgba(2, 0, 5, 0.8);
  backdrop-filter: blur(0.25rem);
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s, z-index 0s linear 0.5s; /* Добавлены задержки */
}
.page-cover-filter.active {
  opacity: 1;
  z-index: 998; /* Меняем z-index сразу */
  visibility: visible; /* Делаем видимым */
  transition: opacity 0.5s ease-out, visibility 0s linear 0s, z-index 0s linear 0s; /* Убираем задержки */
}

.home .casino-item__compare {
  display: none;
}

.home .popup-compare__toggle {
  display: none;
}

.home .compare {
  display: none;
}

.home .popup-compare__toggle {
  display: none;
}

.casino-item-comparison__popup-payments {
  position: absolute;
  background: #fff;
  padding: 10px;
  left: 0;
  z-index: 9;
  flex-wrap: wrap;
  gap: 10px;
  position: absolute;
  display: flex;
  gap: 6px;
  width: 164px;
  flex-wrap: wrap;
  border-radius: 8px;
  background: var(--Main-White, #FFF);
  box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.08);
  padding: 12px;
  justify-content: center;
  border-radius: 5px;
  top: 28px;
  left: -76px;
  display: none;
  max-height: 147px;
  overflow: auto;
}
@media (max-width: 992px) {
  .casino-item-comparison__popup-payments {
    left: -100px;
  }
}

.casino-item-comparison__popup-payment img {
  max-height: 32px;
  max-width: 42px;
  border-radius: 4px;
  object-fit: cover;
}

.popup__wrap {
  position: relative;
  display: inline-block;
}

.no-results {
  margin-top: 15px;
  font-weight: 500;
  text-align: center;
}

.search-item-compare img {
  width: 60px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  position: static;
}

.search-item-title {
  color: var(--Solid-Black-100, #020005);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.redirect {
  cursor: pointer;
}

.popup-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-fullscreen--active {
  display: flex;
}

.popup-fullscreen__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 0, 5, 0.8);
  backdrop-filter: blur(0.25rem);
  z-index: 1;
}

.popup-fullscreen__content {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 30px;
  max-width: 1065px;
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.popup-fullscreen__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.toggle-block {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 20px auto;
  font-family: sans-serif;
  border-radius: 20px;
  border: 1px solid var(--Color-Green-dark-50, rgba(0, 132, 39, 0.5));
  background: #E5F3EC;
}

.toggle-header {
  background: #E5F3EC;
  padding: 15px;
  cursor: pointer;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.toggle-title {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--Color-Black-100, #020005);
  /* Medium/24 */
  font-family: Fredoka;
  font-size: 20px;
  font-style: normal;
  line-height: 28px; /* 116.667% */
}

.toggle-arrow {
  transition: transform 0.3s ease;
  display: inline-block;
}

.toggle-header.active .toggle-arrow {
  transform: rotate(180deg); /* Переворачиваем стрелку */
}

.toggle-content {
  max-height: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #E5F3EC;
  padding: 0 15px;
}

.toggle-content.open {
  padding: 15px;
  max-height: 500px; /* Достаточно, чтобы вместить весь контент */
}

@media (max-width: 768px) {
  .table-wrapper {
    position: relative;
    max-height: 700px;
    overflow: hidden;
    overflow-x: auto;
  }
  .table-wrapper.expanded {
    max-height: 10000px; /* Достаточно большое значение для раскрытия */
  }
  .table-toggle-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    font-size: 24px;
    transform: rotate(0deg);
    transition: transform 0.3s;
    margin: auto;
  }
}
.table-toggle-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
  margin: auto;
  font-family: "Fredoka", sans-serif;
}

.arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.arrow.rotated {
  transform: rotate(180deg);
}

.single-casino .breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap !important;
  gap: 12px;
}
.single-casino .breadcrumbs .item:nth-child(2) span {
  background: none;
  border: 1px solid #FF5B00;
  color: #FF0301;
}
.single-casino .breadcrumbs .bredcrumbs-third {
  background: #FFFFFF;
  border: 1px solid #fff;
  color: #FF5B00;
  padding: 5px 20px;
  font-size: 14px;
  color: #FF0301;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
  min-width: 100px;
}

.post-type-archive-casino .bredcrumbs-third {
  display: none;
}

.text .list-style-3 {
  counter-reset: item-counter;
  display: flex;
  padding: 30px 40px 30px 40px;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  align-self: stretch;
  border-radius: 20px;
  background: rgba(0, 132, 39, 0.1);
  margin: 20px 0;
}
@media (max-width: 992px) {
  .text .list-style-3 {
    padding: 15px 25px;
  }
}
.text .list-style-3 h2 {
  color: var(--Color-Black-100, #020005);
  text-align: center;
  margin-bottom: 25px;
  /* Medium/24 */
  font-family: Fredoka;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 116.667% */
  margin: 0;
}
.text .list-style-3 h3 {
  color: var(--Color-Green-dark-100, #008427);
  /* Medium/20 */
  font-family: Fredoka;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  margin: 0;
}
.text .list-style-3__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  margin: 0;
  padding: 0;
  background: initial;
}
.text .list-style-3__grid-item {
  position: relative;
  display: flex;
  padding: 20px 30px 20px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  background: var(--Color-White, #FFF);
  margin: 0;
}
@media (max-width: 992px) {
  .text .list-style-3__grid-item {
    padding: 20px 30px 20px 30px;
  }
}
.text .list-style-3__grid-item::before {
  counter-increment: item-counter;
  content: counter(item-counter);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  width: 40px;
  height: 40px;
  background-color: #008427;
  color: #fff;
  font-family: Fredoka;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.emphasis-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.emphasis-block.author {
  background: #F7F9FF;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: background-color 0.5s ease;
  background-color: transparent;
  z-index: 1000;
}

.header.scrolled {
  background: #FFF;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.08);
}

main {
  margin-top: 84px;
}

.wrapper .breadcrumbs-container {
  margin: 104px 0 0 0;
}

.breadcrumbs-container + main {
  margin-top: 25px;
}

.breadcrumbs-container + script + main {
  margin-top: 25px;
}

.page-id-12 .content .breadcrumbs-container {
  margin: 30px 0 30px 0;
}
.page-id-12 .content .breadcrumbs-container .container {
  padding-left: 0;
}

.menu-item-has-children > a {
  position: relative;
}

@media (min-width: 992px) {
  .menu-item-has-children > a::after {
    content: "";
    font-size: 0.8em;
    margin-left: 5px;
    display: flex;
    width: 7px;
    height: 7px;
    position: absolute;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    transform: rotate(45deg);
    right: -20px;
    top: 7px;
  }
}

@media (min-width: 992px) {
  .menu-item-has-children > span::after {
    content: "";
    font-size: 0.8em;
    margin-left: 5px;
    display: flex;
    width: 7px;
    height: 7px;
    position: absolute;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    transform: rotate(45deg);
    right: -20px;
    top: 17px;
  }
}

.toggle-replies {
  cursor: pointer;
}

.btn-comment {
  margin-top: 15px;
}

.toplist__casino:nth-child(1) {
  border-radius: 20px;
  border-top: 1.5px solid var(--Color-Yellow, #EDCE2B);
  border-right: 1.5px solid var(--Color-Yellow, #EDCE2B);
  border-bottom: 1.5px solid var(--Color-Yellow, #EDCE2B);
  border-left: 4px solid var(--Color-Yellow, #EDCE2B);
  background: var(--Color-White, #FFF);
  box-shadow: 0px 0px 4px 0px rgba(255, 196, 0, 0.25);
}
.toplist__casino:nth-child(1) .toplist__casino-number {
  border: 1px solid #FFE769;
  background: #EDCE2B;
}

.toplist__casino:nth-child(2) {
  border-radius: 20px;
  border-top: 1.5px solid #C48848;
  border-right: 1.5px solid #C48848;
  border-bottom: 1.5px solid #C48848;
  border-left: 4px solid #C48848;
  background: var(--Color-White, #FFF);
  box-shadow: 0px 0px 4px 0px rgba(196, 136, 72, 0.25);
}
.toplist__casino:nth-child(2) .toplist__casino-number {
  border: 1px solid #F0A85B;
  background: #C48848;
}

.toplist__casino:nth-child(3) {
  border-radius: 20px;
  border-top: 1.5px solid #8A8A8A;
  border-right: 1.5px solid #8A8A8A;
  border-bottom: 1.5px solid #8A8A8A;
  border-left: 4px solid #8A8A8A;
  background: var(--Color-White, #FFF);
  box-shadow: 0px 0px 4px 0px rgba(138, 138, 138, 0.25);
}
.toplist__casino:nth-child(3) .toplist__casino-number {
  border: 1px solid #B7B3B3;
  background: #8A8A8A;
}

.popup-casino__bonus-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}

.like-comment, .dislike-comment {
  border: none;
  background: none;
  cursor: pointer;
}

.load-more-comments {
  cursor: pointer;
  margin-top: 20px;
}