html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;}

body {
  font-family: 'Roboto', Arial, sans-serif;
  overflow-wrap: break-word;
  margin: 0; }
main {
  display: block; }
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;}
.article hr{
	border: solid 0.5px #00ccff;
}
.article em{
	display: flex;
    font-size: 10pt;
}
.menu-toggle{
	cursor:pointer;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;}
a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;}
b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;}

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;}
button,
input {
  /* 1 */
  overflow: visible; }
button,
select {
  /* 1 */
  text-transform: none; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }
fieldset {
  padding: 0.35em 0.75em 0.625em; }
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline; }
textarea {
  overflow: auto; }
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;}
details {
  display: block; }
summary {
  display: list-item; }
template {
  display: none; }
[hidden] {
  display: none; }

:root {
  --white: #FFFFFF;
  --Black: #222028;
  --Blue: #5C84ED;
  --Gren: #9DFF85;
  --gray: #6D7483;
  --red: #FF022F;
  --stroke: #CCCCCC; 
  --BG: #EFF5FB;
  --Dark-grey: #8690AA;}
a {
  color: inherit; }

button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer; }
table {
  border-spacing: 5px;
  width: 100%;
  margin-bottom: 40px;
}
table td {
  text-align: left;
  border: 1px solid #AAA;
  padding: 10px;
}

.post_slot .bonuses{
  padding-top: 0px;
  padding-bottom: 0px;
}
.post_slot .section{
  padding-top: 0px;
  padding-bottom: 40px;
}
.provaider_post .section{
  padding-bottom: 0px;
}
.post_slot .bonuses2{
  padding-top: 0px;
}
.post_slot .section .section-head{
  margin-bottom: 0px;
}
.overflow {
  overflow-x: auto;
}
.question {
    display: flex;
    border-radius: 0px;
    align-items: center;
    width: 100%;
}
.question div {
    flex-grow: 1;
    font-weight: 500;
    font-size: 18px;
    width: 90%;
}
.question span {
    width: 25px;
    height: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    border: solid 1.5px #D4D6DE;
}
.show-more{
  color: #5C84ED;
  justify-content: center;
}
.show-more div{
    flex-grow: 0;
    font-weight: 500;
    font-size: 16px;
    width: auto;
}
.question span {
    width: 25px;
    height: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    border: solid 1.5px #D4D6DE;
    margin-left: 10px;
}
.answer {
    display: none;
}
.faq-item.active .answer {
    display: block;
    width: 100%;
}
.border{
    width: 100%;
    height: 1px;
    background: #D4D6DE;
    margin: 10px 0;
}
.kryg img {
    width: 100%;
    height: 100%;
}
/*
* Внешний вид формы
*/
#add_feedback {
    margin: 20px 0 0;
    position: relative;
}

#art_name, #art_email, #art_subject, #art_comments {
    padding: 10px 5px;
    display: inline-block;
    border-radius: 0px;
    font-size: 0.9em;
}

#art_subject {
    width: 100%;
    margin: 5px 0;
}

#art_comments {
    width: 100%;
}

#add_feedback .button {
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    display: inherit;
    margin: 10px 0 0 0;
    border-radius: 0px;
}

#add_feedback input[type="text"]:focus, #add_feedback input[type="password"]:focus, #add_feedback input[type="email"]:focus, #add_feedback textarea:focus {
    color: #444;
    box-shadow: 0 0 3px rgba(68, 68, 68, 0.2);
}

.error-text {
    background: #F59E9E;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
}

.error-name, .error-email, .error-comments {
    display: inline-block;
    font-size: 11px;
    position: absolute;
    top: -30px;
    color: white;
    border: 1px solid red;
    padding: 5px 10px;
    line-height: 1.1;
    background: red;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
}

.error-name:after, .error-email:after, .error-comments:after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -10px;
    border: 5px solid transparent;
    border-top: 5px solid red;
}

.error-comments {
    top: 16%;
    left: 0;
}

.error-name {

    left: 0;
}

.error-email {
    right: 4%;
}

.message-success {
    background: rgba(0, 128, 0, 0.5);
    color: #fff;
    padding: 20px;
    text-align: center;
    margin: 20px auto;
    border-radius: 0px;
}

#add_feedback .error {
    border: 1px solid red;

}

#add_feedback .required:after {
    content: '*';
    position: absolute;
    left: 20px;
    bottom: -10px;
}

#art_name:focus::-moz-placeholder,
#art_name:focus:-moz-placeholder,
#art_name:focus:-ms-input-placeholder,
#art_email:focus::-webkit-input-placeholder,
#art_email:focus::-moz-placeholder,
#art_email:focus:-moz-placeholder,
#art_email:focus:-ms-input-placeholder,
#art_comments:focus::-webkit-input-placeholder,
#art_comments:focus::-moz-placeholder,
#art_comments:focus:-moz-placeholder,
#art_comments:focus:-ms-input-placeholder,
#art_subject:focus::-webkit-input-placeholder,
#art_subject:focus::-moz-placeholder,
#art_subject:focus:-moz-placeholder,
#art_subject:focus:-ms-input-placeholder {
    color: transparent
}

.textRating{
  display: flex;
  padding: 20px;
  background: #eff5fb;
  position: relative;
}
.Rating-icon{
  margin-right: 15px;
  color: #4285f2;
}

.intro-back{
  color: var(--Black, #222028);
  font-family: Druk Cyr;
  font-style: normal;
  font-weight: 500;
  line-height: 90%; /* 72px */
  text-transform: uppercase;
}
.intro-druk{
  color: #5C84ED;
  font-family: Druk Cyr;
  font-style: normal;
  font-weight: 500;
  line-height: 90%; /* 72px */
  text-transform: uppercase;
}
.intro-ser {
    color: var(--Dark-grey, #8690AA);
    font-family: Druk Cyr;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 296px;
}
.pos_abs_img{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-49%, 26%);
}
.benefit{
  position: relative;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 0px;
  background: var(--White, #FFF);
  width: 260px;
  margin-bottom: 20px;
}
.card-img{
    height: 232px;
    border-radius: 0px;
    display: flex;
    justify-content: end;
    align-items: end;
    position: relative;
}
.card-img div{
  display: inline-flex;
  padding: 6px 30px;
  border-radius: 0px;
  border: 1px solid #000;
  background: var(--White, #FFF);
  margin-right: 20px;
  margin-bottom: 20px;
}
.card-img div a{
  justify-content: center;
  align-items: center;
  color: var(--Black, #222028);
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 18.2px */
  text-transform: uppercase;
}
.benefit-icon{
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.benefit-txt{
  color: var(--Black, #222028);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}
.justify-between{
  justify-content: space-between;
}
.aling-center{
  align-items: center;
}
.flex-txt{
  display: flex;
  gap: 10px;
}

.category_benefit{
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 0px;
  background: var(--Blue, #5C84ED);
  position: relative;
}
.large{
  color: var(--White, #FFF);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;
}
.mini{
  color: var(--White, #FFF);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  align-self: stretch;
}
.gap{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 50%;
}
.pos_relative{
  position: relative;
}
.ratings .intro-back{
  padding: 0;
}
.ratings .intro-druk{
  padding: 0;
}
.flex-aling{
  display: flex;
  align-items: end;
  white-space: nowrap;
}
.ratings .btn{
  background: var(--Blue, #5C84ED);
}
.ratings .btn:hover{
  background: #274FB9;
}
.layout .btn:hover{
  background: #274FB9;
}
.tops{
  display: flex;
  padding: 40px 30px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 0px;
  background: var(--BG, #EFF5FB);
  position: relative;
  gap: 20px;
}
.top_casino{
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 30px;
  border-radius: 0px;
  background: var(--White, #FFF);
}
.divider{
  width: 1px;
  height: 67px;
  background: #D4D6DE;
}
.number{
  color: var(--Dark-grey, #8690AA);
  font-family: Druk Cyr;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  text-transform: uppercase;
}
.number_txt{
  color: var(--Black, #222028);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}
.top_casino img{
  width: 120px;
  height: 106px;
}
.ratings-margin-top{
  margin-top: 120px;
}
.intro-back, .intro-druk {
  overflow-wrap: break-word;
}
.team .gap{
  gap: 10px;
}
.banner{
  border-radius: 0px;
  background: var(--Green, #9DFF85);
  position: relative;
  padding: 60px 30px 0px;
}
.banner .btn {
    background: var(--Blue, #5C84ED);
    width: max-content;
    margin: 40px 0;
    z-index: 1;
}
.banner .btn:hover{
  background: #274FB9;
}
.text_bold{
  color: var(--Black, #222028);
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}
.text{
  color: var(--Dark-grey, #8690AA);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}

.bykva{
    color: var(--red);
    text-transform: capitalize;
}
.reviews-txt{
  color: var(--Dark-grey, #8690AA);
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  margin-top: 30px;
}
.red{
  display: flex;
  align-items: center;
  background: #FF022F;
  padding: 24px 30px;
}
.flex_dir{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-left: 30px;
}
.blue_color{
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #5C84ED;
}
.nolisen{
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  color: #FFFFFF;
}
.zapret{
  width: auto;
}
.norecomend{
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
}
.mailpoet_submit{
  cursor: pointer;
}
.widthAuto{
  width: auto
}
.p-0{
  padding-left: 0!important;
}
.flexJustEnd{
  display: flex;
  justify-content: end;
}
.section-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.slider-slide {
  min-width: 33.33%; /* Три слайда за раз, можно изменить */
  box-sizing: border-box;
}

.swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

.swiper-prev {
  left: 10px;
}

.swiper-next {
  right: 10px;
}

.d-none480{
  width: 100%!important;
  padding-left: 0!important;
  text-align: center;
}
.textShadow{
  text-shadow: 1px 1px 5px black;
}
.header__search__menu{
    align-items: baseline;
}
.header__search{
  justify-content: center;
  margin-top: 30px;
}
.search {
    display: flex;
    width: auto;
    height: 66px;
    padding: 8px 8px 8px 20px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 0px;
    border: 1px solid var(--Dilider, #D4D6DE);
    background: var(--BG, #EFF5FB);
    position: relative;
}
.search-field {
    color: var(--Dark-grey,#8690AA);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    height: 40px;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    flex-grow: 1;
    border-bottom: solid 1px #d4d6de;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}
.footer{
  background: var(--Black, #222028);
}

.input.search-field:-webkit-autofill {
    -webkit-text-fill-color: #8690AA;
}
.search .btn{
  background: var(--Blue, #5C84ED);
  width: auto;
}
.search .btn:hover{
  background: #274FB9;
}
.subcribe .intro-back{
  padding-top: 0px;
}
.head_category{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sortirovka{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
.sortirovka .text{
  color: var(--Black, #222028);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
}
.sort{
  position: relative;
  display: flex;
  height: 50px;
  padding: 8px 20px;
  align-items: center;
  width: 180px;
  border-radius: 0px;
  border: 1px solid var(--Dilider, #D4D6DE);
  background: var(--BG, #EFF5FB);
}
.breadcrumb {
    padding: 20px 0;
    color: #959595;
}
.content-inner .breadcrumb {
    padding-bottom: 20px;
    color: #959595;
    padding-top: 0;
}
.breadcrumb ul {
    display: flex;
    font-size: 12px;
    list-style: none;
}
.breabUl {
    margin: 0;
    padding: 0;
}
.breadcrumb a {
    text-decoration: none;
    color: #6F6A6A;
}
.breadcrumb a::after {
    content: "»";
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: #6F6A6A;
}
.dropdown {
  display: none;
}
.spisok{
    position: absolute;
    right: 0px;
    padding: 8px 20px;
    border-radius: 0px;
    border: 1px solid var(--Dilider, #D4D6DE);
    background: var(--BG, #EFF5FB);
    top: 50px;
    width: 180px;
    z-index: 1;
}
.footer__logo .txt{
  color: var(--Dilider, #D4D6DE);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  padding-top: 10px;
}
.footer__logo .logo__txt span{
  color: #fff;
}
.logo__txt{
  color: var(--Blue, #5C84ED);
  text-align: center;
  font-family: Druk Cyr;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 35px */
  text-transform: uppercase;
}
.logo__txt span{
  color: var(--Black, #222028);
  font-family: Druk Cyr;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.header_vopros{
  padding: 10px 20px;
  background-color: var(--Gren);
  color: var(--Black, #222028);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  text-transform: uppercase;
  position: relative;
  border-radius: 0px;
  width: 100px;
  cursor: pointer;
  overflow-wrap: normal;
}
.header_vopros:hover{
  background: #47DA22;
}
.casino_card .header_vopros{
  padding: 15px 30px;
  background-color: var(--Gren);
  color: var(--Black, #222028);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  text-transform: uppercase;
  position: relative;
  border-radius: 0px;
  width: 100%;
  cursor: pointer;
  overflow-wrap: normal;
}
.casino_card .header_vopros:hover{
  background: #47DA22;
}
.ser_color{
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: #8690AA;
  margin-bottom: 6px;
}
.casino_card .btn{
  background: var(--Blue, #5C84ED);
  font-size: 13px;
}
.casino_card .btn:hover{
  background: #274FB9;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.ratings .flex{
  gap: 10px;
}
.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .icon svg {
    width: 100%;
    height: 100%; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .row > div {
    padding-left: 10px;
    padding-right: 10px; }
  .row-3 {
    margin-bottom: -30px; }
    .row-3 > div {
      width: calc(100% / 3);
      margin-bottom: 30px; }
.flex-no-wrap{
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .row-3 > div {
    width: 50%; } }

@media (max-width: 767px) {
  .zapret{
    width: 100px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -20px; }
    .row > div {
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 20px; } }

@media (max-width: 479px) {
  .zapret{
    width: 140px;
  }
  .row-3 > div {
    width: 50%; } }

html {
  font-size: 16px;
  line-height: 1.1875;
  height: 100%; }

body {
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.1875;
  font-family: 'Roboto';
/*   background: #F5F5F5; */
  color: var(--blue); }

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

ul[class],
ol[class] {
  list-style: none;
  padding: 0; }

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

input,
button,
textarea,
select {
  font: inherit; }

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle; }

textarea {
  resize: none; }

section {
  position: relative; }

input,
select,
button {
  outline: none; }

p {
  margin-bottom: 20px; }
  p:last-child {
    margin-bottom: 0; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; 
  background: #fff;}
  .content-head {
    padding: 80px 0;
    background: url(../../casinoigrok/images/general/bg-shape.png) 0 0 no-repeat;
    background-size: cover;
    color: var(--white); }
  .content-title {
    font-size: 80px;
    line-height: 90px; }
  .content-inner_description{
    padding-top: 100px;
    padding-bottom: 100px;}
  .content-inner {
    padding-top: 20px;
    padding-bottom: 40px; }
    .post_syuzhet .content-inner{
      padding-top: 0px;
    }
    .post_syuzhet .content-inner h1{
      padding-bottom: 20px;
    }
    .content-inner--py {
      padding-top: 35px;
      padding-bottom: 100px; }
    .content-inner__right {
      width: 384px; }
    .content-inner__left {
      width: calc(100% - 305px);
      padding-right: 40px; }
      .content-inner__left--pr {
        padding-right: 30px; }
  .content-hr {
    height: 50px;
    background: url(../../casinoigrok/images/general/bg-shape.png) 0 0 repeat; }
    .content-hr-m {
      display: none; }

.container {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }
.mar_bot_20{
  margin-bottom: 20px;
  font-size: 2rem;
}
.druk {
  font-family: 'Druk Cyr';
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em; }
.margin_bottom{
  margin-bottom: 50px;
}
.swiper-controls__item {
  margin-right: 20px; }
  .swiper-controls__item:last-child {
    margin-right: 0; }

.swiper-btn {
    width: 24px;
    height: 24px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
  .swiper-btn svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke-width: 1.5px;
    position: absolute;
    top: 0;
    left: 0; }
    .swiper-btn svg:first-child {
      stroke: var(--gray); }
    .swiper-btn svg:last-child {
      stroke: var(--stroke); }
  .swiper-btn-white svg:first-child {
    stroke: var(--white); }
  .swiper-btn-white svg:last-child {
    stroke: var(--white); }

.swiper-container {
  overflow: hidden; }

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--white); }
  .page_search .section{
    padding-top: 0;
  }
  .team{
  padding-bottom: 0px;}
  .bg{
  background: var(--BG);}
  .section-title {
    font-size: 64px;
    line-height: 58px; }
  .section-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px; }
  .section-gray {
    background: #F5F5F5; }
  .section-blue {
    background: var(--blue) url(../../casinoigrok/images/general/bg-shape.png) 0 0 no-repeat;
    background-size: cover;
    color: var(--white); }
  .section-foot {
    text-align: center;
    margin-top: 30px; }

ul:not([class]) {
  padding-left: 0;
  list-style: none; }
  ul:not([class]) li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px; }
    ul:not([class]) li:last-child {
      margin-bottom: 0; }
    ul:not([class]) li::before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #5C84ED;
      position: absolute;
      left: 0;
      top: 5px; }
.name a:hover{
  color: var(--Blue, #5C84ED);
}
.cookies {
	display: none;
  position: fixed;
  border-radius: 0px;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 99;
  margin-left: auto;
  margin-right: auto;
  background: #5d84ed;
  color: var(--white);
  max-width: 846px;
  padding: 20px; }
  .cookies-close {
    position: absolute;
    top: 15px;
    right: 15px; }
  .cookies-inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .cookies-inner__right {
      width: 122px; }
    .cookies-inner__left {
      width: calc(100% - 122px);
      padding-right: 10px; }
  .cookies-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px; }
  .cookies-txt {
    line-height: 22px; }
      .content-inner__right {
    width: 305px; 
    padding-left: 40px;}

@media (max-width: 1340px) {
  .container {
    max-width: 1020px; }
  .content-head {
    padding: 48px 0; }
  .content-title {
    font-size: 66px;
    line-height: 72px; }

  .content-inner__left {
    width: calc(100% - 305px); }
    .content-inner__left--pr {
      padding-right: 50px; }    
}
@media (max-width: 1024px) {
  .container {
    max-width: 708px; }
  .content-head {
    padding: 64px 0; }
  .content-inner__left {
    width: 100%;
    padding-right: 0; }
  .content-inner__right {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    border-top: solid 1px #D4D6DE;
    margin-top: 20px;}
  .cookies {
    max-width: 688px; } }

@media (max-width: 767px) {
  .container {
    max-width: 688px; }
  .section-title {
    font-size: 48px;
    line-height: 43px; }
  .content-head {
    padding: 60px 0; }
  .content-title {
    font-size: 44px;
    line-height: 43px; }
  .content-inner {
    padding-top: 25px; }
  .cookies {
    left: 20px;
    right: 20px;
    max-width: initial; }
    .cookies-title {
      font-size: 20px;
      line-height: 24px; }
    .cookies-txt {
      font-size: 14px;
      line-height: 20px; }
    .cookies-inner__left {
      width: 100%;
      margin-bottom: 10px; }
    .cookies-inner__right {
      width: 100%;
      text-align: right; } }

@media (max-width: 479px) {
  .section-btn {
    width: 100%; }
  .content-head {
    padding: 46px 0; }
  .content-title {
    font-size: 29px;
    line-height: 32px; }
  .cookies {
    left: 10px;
    right: 10px; }
    .cookies-title {
      font-size: 18px;
      line-height: 22px; }
    .cookies-btn {
      width: 100%; }
    .cookies-inner__left {
      margin-bottom: 15px; } }

.btn {
    display: flex;
    width: 100%;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px;
    background: var(--Dark-grey, #8690AA);
    color: var(--White, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.btn:hover{
  background: var(--Black, #222028);
}
  .btn-blue {
    background: var(--blue); }
.d-none{
  display: none;
}
.footer {
	margin-top: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .footer__top {
    padding: 50px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    border-bottom: solid 1px #8690AA;}
.footer__menu {
    display: flex;
    align-items: center;
    margin-left: auto;
    width: 50%;
}
  .footer__center {
    padding: 40px 0;
    border-top: 1px solid var(--stroke);
    border-bottom: 1px solid var(--stroke);
    color: var(--gray); }
  .footer__bottom {
    padding: 30px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--gray); 
    gap: 20px;}
.footer-social {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    width: 18%;
}

@media (max-width: 1024px) {
  .footer__logo {
    margin-bottom: 40px; }
  .footer__menu {
    width: 100%; } }

@media (max-width: 767px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer-link {
    margin-bottom: 20px; } }

@media (max-width: 479px) {
  .footer__center {
    padding: 30px 0;
    font-size: 14px;
    line-height: 17px; }
  .footer__bottom {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 30px; }
  .footer .menu {
    font-size: 14px;
    line-height: 24px; }
    .footer .menu__item {
      margin-right: 25px;     
      margin-bottom: 25px;} }

.header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #fff;
  color: var(--Dark-grey);
  padding: 30px 0; }
  .header__content {
    text-transform: uppercase;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__m-menu {
    display: none; }

.menu {
  font-size: 14px;
  line-height: 29px; 
  font-family: Roboto;}
  .menu__item {
    margin-right: 40px; }
    .menu__item:last-child {
      margin-right: 0; }

.logo {
  font-size: 30px;
  line-height: 36px; 
  width: 130px;
  height: auto;}
  .logo__img {
    margin-right: 15px; }
  .logo__txt span {
    font-weight: 900; }
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.modal-rkn {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #F1F6FF;
    border: 1px solid #ccc;
    z-index: 1000;
    border-radius: 10px;
    padding: 3% 3%;
    font-size: 14px;
    flex-direction: column;
}
.modal-rkn .h4 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 2%;
    border-bottom: 1px solid;
    padding-bottom: 2%;
	font-weight: bold
}
.modal-rkn a {
    color: #000;
    border: 1px solid #D4D5DA;
    text-align: center;
    width: auto;
    margin: 0 auto;
    padding: 1% 3%;
    font-weight: bold;
    margin-top: 2%;
    background: #fff;
}
.close-rkn {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 27px;
    cursor: pointer;
    background: #C7D3E2;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 45px;
}
.modal-rkn.show {
    display: flex;
}
.modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-content{
  display: flex;
  padding: 30px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  background: #fff;
  border-radius: 0px;
}
.modal-content h2{
  color: var(--Black, #222028);
  font-family: Druk Cyr;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
}
.w-100{
  width: 100%;
}
.open-menu {
  position: relative;
  width: 60px;
  height: 60px;
  background: #EFF5FB; 
  border: solid #D4D6DE 1px;}
  .open-menu span {
    width: 36px;
    height: 2px;
    background: var(--Black);
    position: relative; }
    .open-menu span::before, .open-menu span::after {
      content: "";
      width: 36px;
      height: 2px;
      background: var(--Black);
      position: absolute;
      -webkit-transition: .2s linear;
      -o-transition: .2s linear;
      transition: .2s linear; }
    .open-menu span::before {
      top: -6px; }
    .open-menu span::after {
      bottom: -6px; }
  .open-menu.active span {
    background: transparent; }
    .open-menu.active span::before {
      top: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .open-menu.active span::after {
      top: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

@media (max-width: 1024px) {
  .header {
    padding: 25px 0px;
    position: relative;
    z-index: 9; }
      .header__menu {
        position: absolute;
        right: 0;
        top: 100px;
        background: var(--white);
        padding: 40px 20px;
        color: var(--Black);
        width: 100%;
        display: none;
        z-index: 100;
        border: solid 1px #D4D6DE;
        border-radius: 0px;
      }
      .header__search__menu {
          align-items: center;
      }
      .open{
        display: block;
      }      
      .header__menu.open {
        display: block; }
      .header__search.open {
        display: block; }
    .header__content {
      position: relative; }
    .header__m-menu {
      display: block; }
    .header .menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .header .menu__item {
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px; }
      .header .sub-menu .menu__item {
        text-align: center;
        margin-right: 0;
        margin-bottom: 0px; }
        .header .menu__item:last-child {
          margin-bottom: 0; } }

@media (max-width: 479px) {
  .logo {
    font-size: 22.5px;
    line-height: 27px; 
    width: 100px;}
    .logo__img {
      width: 30px;
      margin-right: 12px; } 
  }
.bonuses .card {
  position: relative;
  height: 100%;
  background: var(--white); 
  border: solid 1px #D4D6DE;
  padding: 20px 15px;
  border-radius: 0px;
}
.bonuses2 .card {
  position: relative;
  height: 100%;
  background: var(--white); 
  border: solid 1px #D4D6DE;
  border-radius: 0px;
  border-top-right-radius: 0;
}
.bonuses2 .card-img{
  height: auto;
}
.bonuses2 .card-img img{
  border-radius: 0px;
}
.section_card{
  padding: 0px 15px;
  margin: 15px 0;
}
.card {
  position: relative;
  height: 100%;
}
  .card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; 
    border-radius: 0px;}
.bonuses .card-info {
    margin: 15px 0;
    background: #EFF5FB;
    padding: 10px;
    border-radius: 0px;
}
.bonuses2 .card-info {
    margin: 15px 0;
    background: #EFF5FB;
    padding: 10px;
    border-radius: 0px;
}
.bonuses2 .card-info div{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #222028;
}
.casino_card{
  margin-top: 9px;
}
  .card-info {
    padding-top: 15px; }
  .card-category {
    margin-bottom: 10px; }
  .card-title {
    color: var(--Black, #222028);
    text-align: left;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 14px */ 
    padding-top: 5px;
    text-transform: uppercase;}
  .card-title:hover {
      color: var(--Blue, #5C84ED); }
  .bonuses2 .card-title {
    color: var(--Black, #222028);
    text-align: left;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 14px */ 
    padding-top: 0px;
    height: 30px;
    text-transform: none;}
    .bonuses2 .card-title:hover {
      color: var(--Blue, #5C84ED); }
  .card-stats {
        align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-transform: none;
    font-size: 14px;
    line-height: 17px; }
    .card-stats__item {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: var(--gray);
      fill: var(--gray); }
      .card-stats__item-icon {
        width: 24px;
        height: 24px; }
      .card-stats__item-txt {
        color: var(--Dark-grey, #8690AA);
        text-align: justify;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 12px */ }
      .head-article{
        padding: 40px 0px 20px 0px;
      }
      .ratings_page .head-article{
        padding-top: 20px;
        padding-bottom: 40px;
      }
      .head-article .card-stats__item-txt{
        padding-bottom: 6px;
      }
      .aside-card .card-stats__item-txt{
        padding-top: 5px;
      }
      .share{
        display: flex;
        height: 220px;
        padding: 55px 30px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch;
        border-radius: 0px;
        background: var(--Green, #9DFF85);
        margin-bottom: 40px;
      }
      .share_name{
        color: var(--Black, #222028);
        font-family: Druk Cyr;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 40px */
        text-transform: uppercase;
      }
      .share .flex{
        gap: 15px;
      }
.warning {
    display: flex;
    justify-content: center;
    background-color: #5c84ed;
    color: #fff;
    padding: 4px 5px;
    font-size: 13px;
	text-align: center;
}
@media (max-width: 1340px) {
  .card-title {
    font-size: 18px; } }

@media (max-width: 1024px) { }

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

@media (max-width: 479px) {
  .card-title {
    font-size: 14px; } }

.aside-list {
  margin-bottom: -15px; }
  .aside-list__item {
    margin-bottom: 25px;}


  .aside-card__title {
    color: var(--Black, #222028);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
  }
  .aside-card__title a:hover{
    color: var(--Blue, #5C84ED)!important;
  }
    .aside-card__title a{
    color: #000!important;
    text-decoration: none!important;
  }
.plus_and_minus{
  justify-content: space-between;
}
.plus_and_minus .catalog-list {
  width: calc(50% - 10px);
  margin-bottom: 0px; }
.slots{
  margin: 20px 0px 0px 0px;
}
.catalog-list {
  margin-bottom: -30px; }
  .catalog-list__item {
    width: 33.33%;
    margin-bottom: 30px; }
  .description_category{
    background: #fff;}
  .description_category_text p{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
  }
.catalog-pagination {
  margin-top: 50px; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-numbers {
    margin: 0 10px; }
    .page-numbers:first-child {
      margin-left: 10px; }
    .page-numbers:last-child {
      margin-right: 20px; }
  .page-numbers{
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--stroke);
    color: var(--blue);
    font-size: 18px; 
    border-radius: 0px;}
    .current, .page-numbers:hover {
      background: var(--Black, #222028);;
      border-color: var(--Dilider, #D4D6DE);;
      color: var(--white); }

.sitemap-list {
  margin-bottom: -30px;
  margin-left: -10px;
  margin-right: -10px; }
  .sitemap-list__item {
    width: calc(100% / 3);
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px; }

.sitemap-item {
  background: var(--white); }
  .sitemap-item__head {
    padding: 21px 30px;
    color: var(--white); }
    .sitemap-item__head--blue {
      background: #38A6DB; }
    .sitemap-item__head--red {
      background: var(--red); }
    .sitemap-item__head--purp {
      background: #901CEC; }
    .sitemap-item__head--green {
      background: #26D10A; }
    .sitemap-item__head--yellow {
      background: #FFD365; }
  .sitemap-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 48px;
    line-height: 58px; }
    .sitemap-item__title-icon {
      width: 44px; }
    .sitemap-item__title-txt {
      width: calc(100% - 44px);
      padding-left: 15px; }
  .sitemap-item__content {
    padding: 30px; }

@media (max-width: 1340px) {
  .sitemap-item__content {
    padding: 30px 20px; } }

@media (max-width: 1024px) {
  .aside-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
/*    margin-left: -10px;
    margin-right: -10px; */}
    .aside-list__item {
      width: 100%; }
  .sitemap-list__item {
    width: 50%; } 
        .catalog-list__item {
      width: 50%;
      margin-bottom: 20px; }}

@media (max-width: 767px) {
  .page-numbers{
    margin: 0 5px; }
  .aside-list {
    margin-left: -5px;
    margin-right: -5px; }
    .aside-list__item {
      padding-left: 5px;
      padding-right: 5px; }
  .sitemap-list {
    margin-bottom: -20px; }
    .sitemap-list__item {
      margin-bottom: 20px;
      width: 100%; }
  .sitemap-item__head {
    padding: 20px; }
  .sitemap-item__title {
    font-size: 36px;
    line-height: 43px; }
  .description_category_text{
    width: 100%;} }

@media (max-width: 479px) {
  .plus_and_minus .catalog-list {
    width: 100%;
    margin-bottom: 0px; }

  .catalog-list {
    margin-bottom: -20px; }

  .page-numbers:first-child {
    margin-left: 10px; }
  .page-numbers:last-child {
    margin-right: 10px; }
  .page-numbers {
    width: 38px;
    height: 38px; }
  .aside-list__item {
    width: 100%; } }
  .intro-slider {
    overflow: hidden;
    -webkit-filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.2));
    position: relative;
    z-index: 3; }
  .intro-item {
    position: relative;
    color: var(--white); }
    .intro-item__content {
      position: absolute;
      top: -10px;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 60px;
      font-weight: 500;
      text-transform: uppercase; }
    .intro-item__category {
      font-size: 14px;
      line-height: 17px;
      bottom: 5px; }
    .intro-item__title {
      font-size: 64px;
      line-height: 1;
      margin-bottom: 20px;
      font-weight: 500; }
      .intro-item__title--big {
        font-size: 100px;
        line-height: 90px;
        margin-bottom: 0; }
    .intro-item__img img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: left;
         object-position: right; 
       border-radius: 0px;}
  .intro-controls {
    margin-top: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.aside-card{
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
/*  border-radius: 10px;*/
  background: var(--BG, #EFF5FB);
  position: relative;
}
.slots .catalog-list .aside-card{
    display: flex;
    padding: 20px;
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
    border-radius: 0px;
    background: var(--BG, #EFF5FB);
    position: relative;
    margin-bottom: 10px;
}
.slots .catalog-list .aside-card__title{
    color: var(--Black, #222028);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.slots .catalog-list .catalog-list__item{
  width: 50%;
  margin-bottom: 10px;
}
.plus_and_minus .catalog-list .catalog-list__item{
  width: 100%;
  margin-bottom: 10px;
}
.aside_cat_name{
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  text-transform: uppercase;
}
.category-text--golyboi{
    color: #01deac;
}
.category-text--orange{
  color: #f4972c;
}
.category-text--blue{
  color: #5C84ED;
}
.category-text--red{
  color: #FF022F;
}
.category-text--green{
  color: #26D10A;
}
.category-text--purp{
  color: #901CEC;
}
.pagination-list{
  align-items: center;
}
.prev{
  width: 24px;
  height: 24px;
  margin-left: 0!important;
}
.next{
  width: 24px;
  height: 24px;
  margin-right: 0!important;
}
.next.page-numbers:hover img {
    filter: brightness(0) invert(1);
}
.prev.page-numbers:hover img {
    filter: brightness(0) invert(1); 
}
.category-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Druk Wide Cyr';
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px; }
@media (max-width: 479px) {
    .intro-slider {
      -webkit-filter: initial;
              filter: initial; }
    .intro-item__content {
    position: absolute;
    padding: 0;
    color: var(--white);
    left: 22px; }
      .intro-item__content--absolute {
        position: absolute;
        padding: 20px;
        color: var(--white);
        margin: 0; }
    .intro-item__title {
      margin-bottom: 10px;
      font-size: 30px; }
      .intro-item__title--big {
        margin-bottom: 0;
        font-size: 48px;
        line-height: 43px; }
    .intro-controls {
      /*margin-top: -50px;*/
      background: var(--white);
      position: relative;
      z-index: 9;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto; }
    .intro-prev, .intro-next {
      position: relative;
      z-index: 9; } }

.currentTop {
  padding-top: 70px; }
.footer-link:hover{
    color: var(--red);
    text-decoration: underline;
}
.ratings-item {
  background: #121E3C; }
  .ratings-item__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  .ratings-item__img {
    width: 848px; }
  .ratings-item__info {
    width: calc(100% - 848px);
    padding: 20px 20px 20px 50px; }
  .ratings-item__title {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 5px; }

@media (max-width: 1340px) {
  .ratings-item__img {
    width: 634px; }
  .ratings-item__info {
    width: calc(100% - 634px);
    padding: 16px 16px 16px 50px; }
  .ratings-item__title {
    font-size: 48px;
    margin-top: 5px;
    margin-bottom: 20px; } }

@media (max-width: 1024px) {
  .ratings-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .ratings-item__img {
    width: 100%; }
  .ratings-item__info {
    width: 100%;
    padding: 25px 50px 38px; } }

@media (max-width: 767px) {
  .ratings-item__info {
    padding: 25px 20px; } }

@media (max-width: 479px) {
  .ratings-item__title {
    font-size: 36px; } }
  .about-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about-title {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap; }
    .about-title::before, .about-title::after {
      content: "";
      height: 1px;
      width: 50vw;
      background: var(--red); }
    .about-title::before {
      margin-right: 66px; }
    .about-title::after {
      margin-left: 66px; }
  .about-subtitle {
    font-size: 100px;
    line-height: 90px;
    color: var(--red); }
  .about-txt {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: var(--gray); }
    .about-txt a {
      color: var(--red);
      text-decoration: underline; }
      .about-txt a:hover {
        text-decoration: none; }
    .about-txt p {
      margin-bottom: 20px; }
      .about-txt p:last-child {
        margin-bottom: 0; }

@media (max-width: 1340px) {
  .about-title {
    font-size: 48px;
    line-height: 43px; }
  .about-subtitle {
    font-size: 80px;
    line-height: 72px; } }
@media (max-width: 479px) {
  .about {
    padding-top: 100px; }
    .about-title {
      font-size: 36px;
      line-height: 32px; }
      .about-title::before {
        margin-right: 38px; }
      .about-title::after {
        margin-left: 38px; }
    .about-subtitle {
      font-size: 64px;
      line-height: 58px; } }
  .subcribe-content {
    padding: 70px 0px;}
    .subcribe-content__left {
      width: 58.33333333%; }
    .subcribe-content__right {
      display: flex;
      align-items: end;
      width: 41.66666667%; }
  .subcribe-title {
    color: var(--white); }
    .subcribe-title span {
      display: block;
      color: var(--blue); }
  .subcribe-form {
    margin-top: 30px;
    max-width: 100%;
    width: 100%;
    position: relative; }
    .subcribe-form__input {
      width: 100%;
      height: 45px;
      border: none;
      background: rgba(255, 255, 255, 0.3);
      border-radius: 0px;
      padding: 4px 180px 4px 20px; }
      .subcribe-form__input::-webkit-input-placeholder {
        color: var(--white); }
      .subcribe-form__input::-moz-placeholder {
        color: var(--white); }
      .subcribe-form__input:-ms-input-placeholder {
        color: var(--white); }
      .subcribe-form__input::-ms-input-placeholder {
        color: var(--white); }
      .subcribe-form__input::placeholder {
        color: var(--white); }
    .subcribe-form__btn {
      width: 170px;
      height: 45px;
      position: absolute;
      top: 0;
      right: 0; }
  .subcribe-txt {
    margin: 15px 0 28px;
    font-size: 18px;
    line-height: 22px;
    color: var(--gray); }
  .subcribe-link {
    background: #38A6DB; }
  .subcribe-right {
    padding-left: 70px; }

@media (max-width: 1340px) {
  .subcribe-right {
    padding-left: 52px;
    padding-right: 18px; }
  .subcribe-txt {
    font-size: 16px;
    line-height: 19px; } }

@media (max-width: 1024px) {
    .subcribe-content__left {
      width: 100%;
      padding: 0; }
    .subcribe-content__right {
      width: 100%;
      padding: 0; }
  .subcribe-right {
    padding: 0; }
    .subcribe-right .subcribe-title {
      max-width: 300px; } }
.politics-title {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 40px; }

.politics ol {
  counter-reset: item;
  list-style: none;
  font-weight: bold;
  font-size: 24px;
  line-height: 1; }
  .politics ol li {
    margin-bottom: 40px; }
    .politics ol li:last-child {
      margin-bottom: 0; }
  .politics ol ol {
    padding-left: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px; }
    .politics ol ol li {
      position: relative;
      padding-left: 33px;
      margin-bottom: 20px; }
      .politics ol ol li:last-child {
        margin-bottom: 0; }
      .politics ol ol li::before {
        position: absolute;
        left: 0;
        top: 0; }

.politics li:before {
  content: counters(item, ".") ". ";
  counter-increment: item; }

.politics li.sub:before {
  content: counter(item) "." counter(sub, lower-alpha) " "; }

@media (max-width: 767px) {
  .politics-title {
    font-size: 36px;
    line-height: 34px; } }

@media (max-width: 479px) {
  .politics ol {
    font-size: 20px; } }

.notfound {
  height: 100%;
  background: url(../../casinoigrok/images/general/bg-shape.png) 0 0 no-repeat;
  background-size: cover;
  color: #000;
  padding: 158px 0; }
  .notfound-content {
    text-align: center; }
  .notfound-404 {
    font-weight: 900;
    font-size: 400px;
    line-height: 360px;
    color: rgb(0 0 0 / 10%);
    margin-bottom: 32px; }
  .notfound-title {
    font-size: 64px;
    line-height: 48px;
    margin-bottom: 20px; }
  .notfound-txt {
    font-weight: 500;
    line-height: 1;
    color: var(--stroke);
    margin-bottom: 32px; }

@media (max-width: 1340px) {
  .notfound {
    padding: 78px 0; }
    .notfound-404 {
      font-size: 270px;
      line-height: 243px; }
    .notfound-title {
      font-size: 48px;
      line-height: 43px;
      margin-bottom: 20px; } }

@media (max-width: 1024px) {
  .notfound {
    padding: 266px 0; } }

@media (max-width: 767px) {
  .notfound {
    padding: 170px 0px; }
    .notfound-404 {
      font-size: 150px;
      line-height: 135px; }
    .notfound-title {
      font-size: 36px;
      line-height: 32px; } }

@media (max-width: 479px) {
  .notfound {
    padding: 144px 0; }
    .notfound-title {
      font-size: 30px;
      line-height: 27px; } }
h1{
    color: var(--Black, #222028);
    font-family: Druk Cyr;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 40px */
/*    text-transform: uppercase;*/
  }
.article {
  font-size: 16px;
  line-height: 22px; }
  .article h1{
    color: var(--Black, #222028);
    font-family: Druk Cyr;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 40px */
/*    text-transform: uppercase;*/
    margin-bottom: 20px;
  }
  .article h2 {
    font-family: 'Druk Cyr';
    font-weight: 500;
    font-size: 40px;
    line-height: 58px;
/*    text-transform: uppercase;*/
    letter-spacing: 0.04em; 
    margin-bottom: 20px;}
  .article h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 24px;
/*    text-transform: uppercase;*/
    font-family: 'Druk Cyr';
    letter-spacing: 0.05em; 
    margin-bottom: 20px;}
  .article h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
/*    text-transform: uppercase;*/
    font-family: 'Druk Cyr';
    letter-spacing: 0.07em; 
    margin-bottom: 20px;}
  .article a:not([class]) {
    text-decoration: underline;
    color: var(--Blue); }
    .article a:not([class]):hover {
      text-decoration: none; }
  .article picture {
    display: block; }
  .article ol:not([class]) {
    padding-left: 0;
    list-style: none;
    counter-reset: num; }
    .article ol:not([class]) li {
      position: relative;
      padding-left: 32px;
      margin-bottom: 10px; }
      .article ol:not([class]) li:last-child {
        margin-bottom: 0; }
      .article ol:not([class]) li::before {
        content: counter(num);
        counter-increment: num;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 22px;
        height: 22px;
        background: #5C84ED;
        color: var(--white);
        font-weight: 500;
        line-height: 1;
        position: absolute;
        left: 0; 
        font-family: Roboto;
        font-size: 16px;}
  .article li span{
    text-decoration: underline;
    color: var(--Blue);
    cursor: pointer;
  }
  .article li span:hover{
    text-decoration: none;
    color: var(--Blue);
    cursor: pointer;
  }
  .article-info {
    margin-bottom: 40px;
    background: var(--white);
    padding: 20px; }
    .article-info__row:not(:last-child) {
      border-bottom: 1px solid var(--stroke);
      padding-bottom: 9px;
      margin-bottom: 10px; }
    .article-info__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 500; }
      .article-info__item-left {
        width: 238px; }
      .article-info__item-right {
        width: calc(100% - 238px);
        padding-left: 30px; }
      .article-info__item-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .article-info__item-name-icon {
          width: 24px; }
        .article-info__item-name-txt {
          width: calc(100% - 24px);
          padding-left: 10px; }
      .article-info__item-txt {
        line-height: 19px; }
  .article-navigation {
    margin-bottom: 40px; }
    .article-navigation__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; 
      flex-wrap: wrap;}
      .article-navigation__list-item {
        margin-right: 15px; 
        margin-top: 15px;}
        .article-navigation__list-item:last-child {
          margin-right: 0; }
    .article-navigation__link {
      display: block;
      background: var(--gray);
      padding: 6px 30px 10px;
      font-family: 'Druk Cyr';
      font-weight: 500;
      font-size: 24px;
      line-height: 29px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      white-space: nowrap;
      color: var(--white); }
      .article-navigation__link.selected, .article-navigation__link:hover {
        background: var(--red); }
  .article-group {
    margin-bottom: 20px; 
    margin-top: 20px;}
  .article-group .alignright{
    float: right;
    margin-bottom: 10px;
    margin-left: 20px;
    text-align: center;
    max-width: 400px;
    font-size: 10pt;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .article-group .alignleft{
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
    text-align: center;
    max-width: 400px;
    font-size: 10pt;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
    .article-group--bg {
      background: var(--white);
      padding: 20px; }
    .article-group:last-child {
      margin-bottom: 0; }
    .article-group > * {
      margin-bottom: 20px; }
      .article-group > *:last-child {
        margin-bottom: 0; }
  .article-video {
    position: relative; }
    .article-video__inner {
      position: relative;
      padding-bottom: 56.25%;
      height: 0; }
      .article-video__inner iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .article-comments__list-item {
      margin-bottom: 20px;
      display: flex;
      padding: 30px 40px;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      align-self: stretch;
      border-radius: 0px;
      border: 1px solid var(--Dilider, #D4D6DE);
      background: var(--White, #FFF);
      position: relative;
  }
    .article-comments__list-item:last-child {
      margin-bottom: 0; }
  .article-comments__item {
    background: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    flex-direction: column;}
    .article-comments__item-left {
      width: 100%; }
    .article-comments__item-right {
      width: 100%;}
    .article-comments__item-name {
      color: var(--Black, #222028);
      font-family: Roboto;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%; /* 24px */ }
    .article-comments__item-date {
      padding-bottom: 20px;
      color: var(--Dark-grey, #6F6A6A);
      font-family: Roboto;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%; /* 19.6px */ }
      .article-comments__item-txt{
        color: var(--Black, #222028);
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 22.4px */
      }
      .article_comments_home{
        color: var(--Black, #222028);
        font-family: Druk Cyr;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 40px */
        text-transform: uppercase;
      }
      .article_comments_home_2{
        color: var(--Black, #222028);
        font-family: Druk Cyr;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 40px */
        text-transform: uppercase;
      }
      .comments_main{
        display: flex;
        padding: 30px 40px 20px 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch;
        border-radius: 0px;
        border: 1px solid var(--Dilider, #D4D6DE);
        background: var(--White, #FFF);
        position: relative;
      }
  .article-form__col {
    width: 50%;
    margin-bottom: 20px; }
    .article-form__col--fw {
      width: 100%; }
  .article-form__field {
    display: block;
    width: 100%;
    border: none;
    padding: 14px 20px;
    border-radius: 0px;
    background: var(--BG, #EFF5FB);
    position: relative;}
    .article-form{
      width: 100%;
    }
  .article-form__input {
    width: 100%;
    background: var(--BG, #EFF5FB);
    border: none; }
  .article-form__textarea {
    height: 104px; 
    width: 100%;
    background: var(--BG, #EFF5FB);
    border: none;}
  .article-form__foot {
    text-align: right; }
textarea:focus, input:focus{
outline: none;
}
.bonuses {
  padding-top: 0px; }
  .bonuses-m {
    display: none;
    background: none;
    padding-bottom: 50px; }

@media (max-width: 1340px) {
  .article-navigation__link {
    padding-left: 20px;
    padding-right: 20px; }
  .bonuses {
    padding-top: 100px; } }

@media (max-width: 1024px) {
    .bonuses-m {
      display: block; }
  .content-hr {
    display: none; }
    .content-hr-m {
      display: block;
      margin-top: 100px; } }

@media (max-width: 767px) {
  .article h2 {
    font-size: 36px;
    line-height: 43px; }
  .article-navigation__list {
    overflow: auto;
    margin-right: -20px !important; 
    flex-wrap: nowrap;}
  .article-info {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 50px; }
    .article-info__item-left {
      width: 190px; }
    .article-info__item-right {
      width: calc(100% - 190px);
      padding-left: 30px; }
  .article-comments__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .article-comments__item-left {
      width: 100%;
      margin-bottom: 30px; }
    .article-comments__item-right {
      width: 100%;
      padding-left: 0; }
  .article-form__row {
    margin-bottom: 0; }
  .article-form__col {
    width: 100%; }
  .content-hr {
    margin-left: -20px;
    margin-right: -20px; }
  .bonuses {
    padding-bottom: 0; } }

@media (max-width: 479px) {
  .flexJustEnd{
    display: none;
  }
  .p-0{
    padding-bottom: 20px;
  }
  .article-info {
    padding: 20px 10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px; }
    .article-info__row:not(:last-child) {
      padding-bottom: 6px;
      margin-bottom: 7px; }
    .article-info__item {
      font-size: 16px;
      line-height: 19px; }
      .article-info__item-left {
        width: 43%; }
      .widthAuto{
        width: 100%;
      }
      .article-info__item-right {
        width: 57%;
        padding-left: 20px; }
      .article-info__item-name-txt {
        word-break: break-all; }
  .article-navigation {
    margin-bottom: 30px; }
    .article-navigation__list {
      margin-right: -10px !important; }
  .article-group {
    margin-bottom: 30px; }
  .article h3 {
    font-size: 20px;
    line-height: 24px; }
  .article h2 {
    font-size: 26px;
    line-height: 36px; }
  .article-comments__item-name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 2px; }
  .article-comments__item-left {
    margin-bottom: 20px; }
  .article-comments__item-txt {
    font-size: 14px;
    line-height: 20px; }
  .article-form__btn {
    width: 100%; }
  .content-hr {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 70px;
    height: 40px; }
  .bonuses {
    padding-top: 70px; } }
  .select {
    width: 150px;
    padding: 0;
    margin: 0;
  }
.modal_backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.modal_back_btn_close{
    position: absolute;
    top: 0;
    right: 0;
    background: black;
    padding: 15px;
}
.modal_btn_close {
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M5.11562 6.00011L0.557617 10.5581L1.44162 11.4421L5.99962 6.88411L10.5576 11.4421L11.4416 10.5581L6.88362 6.00011L11.4416 1.44211L10.5576 0.558105L5.99962 5.11611L1.44162 0.558105L0.557617 1.44211L5.11562 6.00011Z' fill='%23CECCDE'/%3E%3C/svg%3E") no-repeat;
    transform: scale(1.5);
}
.modal_title {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}
.modal_content{
    width: 100%;
    height: 100%;
}
  .select li{   
    background-color: #fdfdfd;
    list-style-type: none;
    border: 1px solid #ceb657;
    border-radius: 0px;
    cursor: pointer;
    padding: 5px;
    margin: 1px;
    text-align: center;
  }
  .select li:first-child {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M8,0L4.141,6.993,0.012,0.156Z'/%3E%3C/svg%3E%0A") no-repeat;
    background-position: right 10px center;
    background-color: #fff;
  }
  .select li:not(:first-child):hover {
    background-color: red;
    border-color: #1e3de7;
    transition: 0.5s;
  }
  .select .current {
    background-color: #d5baba
  }
  .none {
    display: none;
  }
.pb-0{
  padding-bottom: 0;
}
.layout{
  display: flex;
  align-items: center;
  align-self: stretch;
  border-radius: 0px;
  border: 1px solid var(--Dilider, #D4D6DE);
  background: var(--BG, #EFF5FB);
}
.layout .block_logo_casino{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.layout .logo{
  display: flex;
  align-items: center;
}
.layout .name{
  color: var(--Black, #222028);
  text-align: center;
  font-family: Druk Cyr;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
}
.layout .black{
  color: var(--Black, #222028);
}
.layout .ser{
  color: var(--Dark-grey, #8690AA);}
.uppercase{
  text-transform: uppercase;
}
.font_size{
  font-size: 80px;
}
.roboto{
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; 
}
.pt-1{
  padding-top: 10px;
}
.green{
  background: var(--Green, #9DFF85);
  color: var(--Black, #222028);
  position: relative;
}
.green:hover{
  background: #47DA22!important;
}
.rating_table{
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.obzor .rating_table{
  margin-bottom: 0px;
}
.faq-item{cursor: pointer;}
.numbers{
  color: var(--Dark-grey, #8690AA);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
.endScroll img {
  filter: brightness(50%);
}
@media (max-width: 1024px) {
  .endScroll img {
    padding-bottom: 20px;
  }
}
.circle {
    background-image: url(/wp-content/themes/Robocasino/images/svg/icon_play5.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    cursor: pointer;
    opacity: 0.8;
    animation: pulse 1.5s infinite;
}
.circle_slash{
    background-image: url(/wp-content/themes/Robocasino/images/svg/icon_play_slash.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    opacity: 0.8;
    animation: pulse 1.5s infinite;
    cursor: not-allowed;
}
  @keyframes pulse {
      0% {
          transform: translate(-50%, -50%) scale(1);
      }
      50% {
          transform: translate(-50%, -50%) scale(1.1);
      }
      100% {
          transform: translate(-50%, -50%) scale(1);
      }
  }
.triangle {
  width: 0;
  height: 0;
  border-left: 15px solid black;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu__link[aria-current="page"] {
  color: #5C84ED; 
}
.menu__link:not([aria-current="page"]) {
  color: #8690aa; 
}
.footer__menu .menu__link:not([aria-current="page"]) {
  color: #fff; 
}
.menu__link:hover{
  color: #5C84ED;
}
.footer__menu .menu__link:hover{
  color: #5C84ED;
}
.modal_wrap{
  position: relative;
  max-height: 100vh;
}
.modal_content_iframe{
  width: 100%;
  height: 100%;
}
.modal-close{
  cursor: pointer;
}
.close_m{
  display: flex;
  justify-content: end;
  width: 100%;
  padding: 10px;
  cursor: pointer;
}

.justify-between{
  justify-content: space-between;
}
.copy{
  padding: 5px;
  border-radius: 0px;
  background: var(--Blue, #5C84ED);
  cursor: pointer;
  height: 25px;
  width: 25px;
}
@media (min-width: 320px){
  .just_w100{
    justify-content: space-between;
    width: 100%;
  }
  .my_class_obzor{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .my_class_obzor:nth-of-type(1),
  .my_class_obzor:nth-of-type(2){
    margin-bottom: 15px;
  }
  .blue_numbers{
    font-size: 20px;
    color: #5C84ED;
    font-weight: 700;
    font-family: 'Roboto';
    line-height: 24px;
  }
  .my_class_obzor .roboto{
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-align: center;
  }
  .intro-back{
    font-size: 60px;
    padding-top: 40px;
  }
  .intro-druk{
    font-size: 60px;
  }
  .intro-ser{
    font-size: 30px;
  }
  .pos_abs_img {
    position: absolute;
    top: 350px;
    left: 20%;
    transform: translate(-14%, 120px);
  }
  .reviews .intro-back{
    font-size: 40px;
    padding-top: 0px;
  }
  .reviews .intro-druk{
    font-size: 40px;
  }
  .reviews .intro-ser{
    font-size: 25px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .gap{
    width: 100%;
    gap: 15px;
  }
  .category_benefit_width{
    width: 100%;
    padding: 10px;
  }
  .large{
    font-size: 16px;
  }
  .mini{
    font-size: 15px;
  }
  .tops{
    flex-direction: column;
    align-items: normal;
  }
  .divider{
    width: 100%;
    height: 1px;
  }
  .ratings .intro-back{
    font-size: 40px;
  }
  .ratings .intro-druk{
    font-size: 40px;
  }
  .tops{
    margin-top: 20px;
  }
  .reviews-txt{
    font-size: 14px;
  }
  .team .category_benefit{
    width: 100%;
  }
  .banner{
    padding: 30px 0px 1px 10px;
  }
  .banner .intro-back {
      font-size: 30px;
      z-index: 1;
      position: relative;
  }
  .banner .btn {
    margin: 30px 0;
  }
  .ban-1{
    position: absolute;
    top: 0px;
    left: 0%;
    transform: translate(0%, 0px);
    height: 194px;
    opacity: 0.6;
  }
  .ban-2 {
      position: absolute;
      top: 7px;
      left: 0%;
      transform: translate(0%, 0%);
  }
  .ban-3{
    position: absolute;
    bottom: 0px;
    transform: translate(0%, 0px);
    height: 160px;
    right: 0%;   
  }
  .block_expert .intro-back{
    width: 80%;
  }
  .block_expert .flex{
    gap: 20px;
  }
  .block_expert .intro-ser {
    font-size: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .block_expert .text_bold{
    font-size: 16px;
  }
  .poisk{
    background-size: 267% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .poisk .intro-back{
    font-size: 30px;
    padding-top: 0px;
    text-align: center;
  }
  .poisk .intro-druk{
    font-size: 30px;
  }
  .poisk .intro-ser{
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 0;
    text-align: center;
  }
  .search{
    padding: 8px 8px 8px 8px;
  }
  .search-field{
    padding-left: 8px;
  }
  .search .btn{
    padding: 10px;
  }
  .header__search form{
    width: 100%;
  }
  .subcribe .intro-back{
    color: var(--White, #FFF);
    font-family: Druk Cyr;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 40px */
    text-transform: uppercase;
  }
  .intro-back-smail{
    color: var(--Dilider, #D4D6DE);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .subcribe{
    border-bottom: solid 1px #8690AA;
  }
  .subcribe .search-field{
    padding-left: 0px;
  }
  .card-img{
    height: 93px;
    height: auto;
  }
  .sort {
    position: relative;
    display: flex;
    height: 50px;
    padding: 8px 20px;
    align-items: center;
    width: 180px;
    border-radius: 0px;
    border: 1px solid var(--Dilider, #D4D6DE);
    background: var(--BG, #EFF5FB);
    flex: 1 0 0;
  }
  .article_comments_home{
    font-size: 40px;
  }
  .NameCasinoBlue{
    color: var(--Black, #222028);
    font-family: Druk Cyr;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 40px */
    text-transform: uppercase;
    padding-bottom: 30px;
  }
  .NameCasinoBlue span{
    color: var(--Blue, #5C84ED);
    font-family: Druk Cyr;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
  }
  .layout{
    flex-direction: column;
    flex-wrap: wrap;
  }
  .layout .block_logo_casino {
    padding: 10px 20px;
    gap: 20px;
    width: 100%;
  }
  .layout .logo{
    padding: 14.4px 6px;
    border-radius: 0px;
    background: var(--White, #FFF);
    position: relative;
  }
  .layout .ratings_block{
    display: flex;
    padding: 10px 30px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid var(--Dilider, #D4D6DE);
  }
  .layout .flex_colmn{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .font_size{
    font-size: 40px;
  }
  .line{
    display: flex;
    height: 40px;
    padding: 15px 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid var(--Dilider, #D4D6DE);
    width: 100%;
  }
  .line .ser{
    font-size: 14px;
  }
  .line .black{
    font-size: 14px;
    text-align: end;
  }
  .layout .w-100{
    padding: 10px 20px;
  }
  .slots .layout{
    gap: 20px;
    border: none;
    align-items: flex-start;
    background: #fff;
    padding-top: 20px;
    justify-content: space-between;
    flex-direction: row;
  }
  .slots .layout .btn{
    width: max-content;
  }
  .blue{
    background: var(--Blue, #5C84ED);
  }
  .table_info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 0px;
    border: 1px solid var(--Dilider, #D4D6DE);
    margin-bottom: 20px;
  }
  .table_info .line{    
    display: flex;
    height: auto;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid var(--Dilider,#D4D6DE);
    width: 100%;
    padding: 0px;
  }
  .table_info .line:first-child {
    border-top: none;
  }
  .table_info .black{
    font-size: 12px;
    border-left: 1px solid var(--Dilider, #D4D6DE);
    padding: 10px;
    display: flex;
    padding: 10px;
    align-items: center;
    flex: 1 0 0;
  }
  .table_info .ser{
    font-size: 12px;
    text-align: center;
    display: flex;
    padding: 10px;
    align-items: center;
    flex: 1 0 0;
  }

  .obzor .layout .block_logo_casino {
    padding: 12px;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
  }
  .obzor .logo{
    padding: 0;
    width: 71px;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .obzor .logo img{
    border-radius: 0px;
    padding: 20px 10px;
  }
  .obzor .layout .name {
    font-size: 30px;
    text-align: start;
  }
  .obzor .numbers .ser{
    padding-top: 10px;
  }
  .flex-table{
    display: flex;
  }
  .block_expert .w-100 {
    width: 100%;
  }

}
@media (min-width: 341px){
  .pos_abs_img {
    position: absolute;
    top: 350px;
    left: 20%;
    transform: translate(-13%, 120px);
  }
  .ban-1 {
    position: absolute;
    top: -3%;
    left: 4%;
    transform: translate(-14%, 0px);
    height: 199px;
    opacity: 0.6;
  }
  .ban-2 {
      position: absolute;
      top: 4%;
      transform: translate(0%, 0%);
      width: 339px;
      right: 0%;
      margin-right: 0;
      margin: auto;
      margin-right: 0;
  }
  .ban-3 {
    position: absolute;
    bottom: 0px;
    transform: translate(-14%, 0px);
    height: 180px;
    right: 0%;
  }
  .banner .btn {
    margin: 40px 0;
  }
}
@media (min-width: 360px){
  .my_class_obzor:nth-of-type(1),
  .my_class_obzor:nth-of-type(2){
    margin-bottom: 0px;
  }
  .my_class_obzor{
    width: 74.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .block_expert .intro-back{
    width: 61%;
  }
  .poisk{
    background-size: 267% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .poisk .intro-ser{
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .search{
    padding: 8px 8px 8px 20px;
  }
  .search-field{
    padding-left: 15px;
  }
  .search .btn{
    padding: 10px 20px;
  }
  .flex-table{
    display: flex;
    flex-wrap: wrap;
  }
  .block_expert .w-100 {
    width: 100%;
  }
}

@media (max-width: 480px){
  .slots .catalog-list .catalog-list__item{
    width: 100%;
    margin-bottom: 10px;
  }
  .plus_and_minus{
    justify-content: center;
  }

}
@media (min-width: 480px){
  .obzor .layout .name {
      font-size: 40px;
  }
  .intro-back{
    font-size: 70px;
    padding-top: 50px;
  }
  .intro-druk{
    font-size: 70px;
  }
  .intro-ser{
    font-size: 40px;
  }
  .reviews .intro-back{
    font-size: 60px;
    padding-top: 0px;
  }
  .reviews .intro-druk{
    font-size: 60px;
  }
  .reviews .intro-ser{
    padding-bottom: 40px;
    font-size: 40px;
  }
  .header_vopros{
    width: 100%;
  }
  .category_benefit_width{
    width: 48%;
    padding: 20px 10px;
  }
  .ratings .intro-back{
    font-size: 50px;
  }
  .ratings .intro-druk{
    font-size: 50px;
  }
  .reviews-txt{
    font-size: 16px;
  }
  .banner {
    padding: 30px 0px 1px 30px;
  }
  .banner .intro-back{
    font-size: 40px;
  }
  .ban-1 {
    height: 237px;
  }
  .ban-2 {
    width: 380px;
  }
  .ban-3 {
    height: 220px;
  }
  .block_expert .intro-back{
    width: 71%;
  }
  .block_expert .intro-ser {
    padding-bottom: 0px;
    font-size: 40px;
  }
  .poisk{
    background-size: 210% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .poisk .intro-back{
    font-size: 40px;
    padding-top: 0px;
    text-align: center;
  }
  .poisk .intro-druk{
    font-size: 40px;
  }
  .poisk .intro-ser{
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 90px;
    text-align: center;
  }
  .search .btn{
    padding: 11px 30px;
  }
  .subcribe .intro-back {
    font-size: 60px;
  }
  .intro-back-smail {
    font-size: 18px;
  }
  .card-img{
    height: 118px;
    height: auto;
  }
  .article_comments_home{
    font-size: 60px;
  }
  .NameCasinoBlue{
    font-size: 60px;
    padding-bottom: 40px;
  }
  .NameCasinoBlue span{
    font-size: 60px;
  }
  .line{
    display: flex;
    height: auto;
    padding: 15px 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid var(--Dilider, #D4D6DE);
    width: 50%;
  }
  .flex .line:nth-child(2n+1) {
    border-right: 1px solid var(--Dilider, #D4D6DE);
  }
  .rat .layout{
    flex-direction: row;
  }
  .layout .w-100{
    width: 50%;
  }
  .table_info .ser{
    font-size: 16px;
  }
  .table_info .black{
    font-size: 16px;
  }
  .table_info .line:nth-child(2n+1) {
    border-right: none;
  }
  .obzor .logo{
    width: 120px;
  }
  .obzor .layout .w-100 {
    width: 100%;
  }
  .obzor .layout .block_logo_casino {
    padding: 15px;
  }
  .block_expert .w-100 {
    width: 100%;
  }
}
@media (max-width: 767px){
  .flex-txt{
    flex-direction: column;
    gap: 5px;
  }
  .benefit-margin-top{
    margin-top: 0px;
  }
  .benefit{
    flex-direction: row;
    width: 100%;
  }
}
.warning-rkn h1 {
    margin: 2% 0;
    padding-bottom: 0%;
}
@media (min-width: 768px){
  .obzor .layout .name {
    font-size: 48px;
  }
  .d-md-none{
    display: none;
  }
  .d-md-block{
    display: block;
  }
  .intro-back{
    font-size: 80px;
    padding-top: 90px;
  }
  .intro-druk{
    font-size: 80px;
  }
  .pos_abs_img {
    position: absolute;
    top: 346px;
    left: 26%;
    transform: translate(-23%, 155px);
    width: 579px;
  }
  .benefit-margin-top{
    margin-top: 350px;
  }
  .benefit{
    width: 235px;
    align-items: flex-start;
  }
  .reviews .intro-ser{
    padding-bottom: 60px;
  }
  .large{
    font-size: 18px;
  }
  .category_benefit_width{
    width: 31%;
  }
  .tops{
    flex-direction: row;
    align-items: center;
  }
  .divider {
    width: 1px;
    height: 67px;
  }
  .tops{
    margin-top: 50px;
  }
  .team .category_benefit{
    width: 49%;
  }
  .team .gap{
    margin-top: 50px;
  }
  .banner {
    padding: 40px 0px 1px 40px;
  }
  .banner .intro-back{
    font-size: 60px;
  }
  .ban-1 {
    height: 286px;
    left: 3%;
  }
  .ban-2 {
    width: 460px;
  }
  .ban-3 {
    height: 300px;
  }
  .block_expert .intro-back{
    width: 100%;
  }
  .block_expert .intro-ser {
    padding-bottom: 20px;
    padding-top: 40px;
  } 
  .block_expert .text_bold{
    font-size: 18px;
  }
  .poisk{
    background-size: 150% 100%;
  }
  .poisk .intro-back{
    font-size: 60px;
    padding-top: 0px;
    text-align: center;
  }
  .poisk .intro-druk{
    font-size: 60px;
  }
  .poisk .intro-ser{
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: center;
  }
  .search::after {
    background-image: url(/wp-content/themes/Robocasino/images/svg/top-white-form.svg);
  }
  .card-img{
    height: 188px;
  }
  .sort {
    display: flex;
    width: 216px;
    height: 50px;
    padding: 8px 20px;
    justify-content: space-between;
    align-items: center;
  }
  .head_category {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
  }
  .card-stats__item-txt{
    font-size: 14px;
  }
  .layout{
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;

  }
  .layout .block_logo_casino {
    padding: 20px 30px;
    width: 49.82%;
  }
  .layout .ratings_block {
    padding: 20px 30px;
    border-top: none;
    border-left: 1px solid var(--Dilider, #D4D6DE);
    width: 50.1%;
  }
  .rat .layout{
    justify-content: center;
    align-items: center;
  }
  .rat .layout .w-100{
    display: flex;
    justify-content: end;
  }
  .rat .layout .btn{
    width: max-content;
  }
  .obzor .layout{
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .obzor .layout .w-100 {
    width: auto;
  }
  .obzor .btn{
    width: max-content;
  }
  .obzor .layout .block_logo_casino {
    padding: 30px;
  }
  .obzor .layout .w-100 {
    padding: 10px 30px;
  }
}

@media (min-width: 1024px){
  .pos_abs_img {
    position: absolute;
    top: 338px;
    left: 26%;
    transform: translate(-23%,155px);
    width: 579px;
  }
  .banner {
    padding: 75px 0px 1px 100px;
  }
  .ban-1 {
      height: 359px;
      left: 22px;
  }
  .ban-2 {
      width: 58%;
  }
  .ban-3 {
    height: 370px;
  }
  .banner .btn {
    margin: 40px 0px 75px 0px;
  }
  .poisk {
    background-size: 100% 100%;
  }
  .header__search form {
    width: 70%;
  }
  .card-img{
    height: 180px;
  }
  .page_search .catalog-list__item {
    width: 50%;
    margin-bottom: 30px;
  }
  .share {
    display: flex;
    height: auto; 
    padding: 55px 30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 0px;
    background: var(--Green, #9DFF85);
  }
  .layout .block_logo_casino {
    width: 49.9%;
  }
  .layout .ratings_block {
    width: 50.1%;
  }

}
@media (min-width: 1025px){
  .obzor .layout .block_logo_casino {
    padding: 30px;
    padding-right: 0px;
  }
  .obzor .layout .w-100 {
    padding: 10px 30px;
    padding-left: 0;
  }
  .content-inner__left {
    border-right: solid 1px #D4D6DE;
  }
  .subcribe-form {
    margin-top: 0px;
  }
  .intro-back-smail {
    width: 280px;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media (min-width: 1280px){
  .pos_abs_img {
    position: absolute;
    top: 104px;
    left: 31%;
    transform: translate(10%, 90px);
    width: 660px;
  }
  .benefit-margin-top{
    margin-top: 76px;
  }
  .gap{
    width: 50%;
    gap: 20px;
  }
  .category_benefit_width {
    width: 48%;
    padding: 20px;
  }
  .pos_abs_img2{
    position: absolute;
    right: 0;
    transform: translate(0%,120px);
  }
  .pos_abs_img2 img{
    width: 632px;
  }
  .ratings .intro-back{
    font-size: 60px;
  }
  .ratings .intro-druk{
    font-size: 60px;
  }
  .team .intro{
    width: 50%;
  }
  .team .gap{
    margin-top: 0px; 
    padding-left: 100px;
  }
  .team .category_benefit {
    width: 100%;
  }
  .team .mt{
    margin-top: 50px;
  }
  .block_expert .intro-back{
    width: 35%;
  }
  .d-lg-block{
    display: block;
  }
  .d-lg-none{
    display: none;
  }
  .width_expert{
    width: 49%;
  }
  .block_expert .intro-back {
    width: 64%;
  }
  .block_expert .intro-ser {
    padding-bottom: 47px;
    padding-top: 40px;
  }
  .block_expert .flex{
    width: 49%;
    flex-direction: column;
  }
  .header__search form {
    width: 60%;
  }
  .layout{
    align-items: flex-start;
  }
  .layout .block_logo_casino{
    order: 1;
    width: 20%;
    flex-direction: column;
    padding: 20px 25px;
  }
  .layout .ratings_block{
    order: 3;
    width: 20%;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .layout .flex{
    order: 2;
    width: 60%;
  }
  .layout .just_w100{
    width: 100%;
  }
  .layout .logo {
    border-radius: 0px;
    background: var(--White, #FFF);
    padding: 24px 20px;
  }
  .line {
    padding: 20px;
  }
  .flex .line:nth-child(2n+1) {
    border-left: 1px solid var(--Dilider, #D4D6DE);
  }
  .flex .line:nth-child(1),
  .flex .line:nth-child(2) {
    border-top: none;
  }
  .rat .layout{
    justify-content: space-between;
  }
  .rat .layout .block_logo_casino {
    order: inherit;
    width: auto;
    flex-direction: row;
  }
  .table_info .line:nth-child(1) {
    border-top: none;
  }
  .table_info .line:nth-child(2) {
    border-top: solid 1px var(--Dilider,#D4D6DE);
  }
  .table_info .line:nth-child(2n+1) {
    border-left: none;
  }
  .obzor .layout .block_logo_casino {
    order: inherit;
    flex-direction: row;
  }
  .obzor .layout .logo {
    border-radius: 0px;
    background: var(--White, #FFF);
    padding: 0px; 
  }
  .pb-3{
    padding-bottom: 50px;
  }
  .block_expert .w-100 {
    width: 100%;
  }

}
@media (min-width: 1341px){
  .my_class_obzor {
    width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ban-2 {
      width: 45%;
  }
  .ban-3 {
    height: 400px;
  }
  .card-img {
    height: 180px;
    height: auto;
  }
}
@media (min-width: 1400px){
  .benefit{
    width: 305px;
  }
  .large{
    font-size: 20px;
  }
  .reviews .intro-back {
    font-size: 80px;
  }
  .reviews .intro-druk {
    font-size: 80px;
  }
  .reviews .intro-ser {
    font-size: 50px;
  }
  .pos_abs_img2 {
    position: absolute;
    right: 5%;
    transform: translate(0%,120px);
  }
  .ratings .intro-back{
    font-size: 80px;
  }
  .ratings .intro-druk{
    font-size: 80px;
  }
  .ban-1 {
      height: 396px;
      left: 26px;
  }
  .ban-2 {
      width: 49.5%;
  }
  .ban-3 {
    height: 450px;
  }
  .block_expert .intro-back {
    width: 67%;
  }
  .subcribe .intro-back {
    font-size: 80px;
  }
  .intro-back-smail {
    font-size: 20px;
    width: 310px;
  }
  .card-img{
    height: 232px;
  }
  .article_comments_home{
    font-size: 80px;
  }
  .NameCasinoBlue{
    font-size: 80px;
  }
  .NameCasinoBlue span{
    font-size: 80px;
  }
  .block_expert .w-100 {
    width: 100%;
  }
}
@media (min-width: 1600px){
  .pos_abs_img {
    left: 34%;
    transform: translate(10%, 90px);
  }
  .pos_abs_img2{
    transform: translate(0%, 90px);
    right: 10%;
  }
  .header__search form {
    width: 55%;
  }
}
@media (min-width: 1920px){
  .pos_abs_img{
    left: 41%;
    transform: translate(0%, 90px);
  }
  .pos_abs_img2{
    transform: translate(0%, 90px);
    right: 18%;
  }
  .header__search form {
    width: 50%;
  }
  .search::after {
    background-image: url(/wp-content/themes/Robocasino/images/svg/top-ser-form.svg);  }
}
.ban-3{
  width: auto;
}
.logo {
    font-size: 30px;
    line-height: 36px;
    width: 130px;
    height: auto;
}
@media (max-width: 480px){
  .logo {
      width: 115px;
  }
}
.accordion {
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.accordion-item {
   position: relative;
   background-color: #eff5fb;
}
.accordion-header:before {
    content: '▽';
    position: absolute;
    right: 20px;
    top: 15px;
}

.accordion-header {
    background-color: #eff5fb;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 15px;
    background-color: #fafafa;
}

.accordion-content.open {
    padding: 15px;
}

.accordion-content p {
    margin: 0;
    padding: 10px 0;
}

/*------------------------------партнерская программа----------------------------*/
.headerPart{
    display: flex;
    border-radius: 0px;
    border: 1px solid var(--Dilider, #D4D6DE);
    background: var(--BG, #EFF5FB);
    position: relative;
    justify-content: space-between;
    padding: 15px;
}
.imgPart {
  position: relative;
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgPart .logoPart{
  width: 250px;
  height: 250px;
}
.numberPart{
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #fff;
  background: #5C84ED;
  padding: 5px 10px;
  border-radius: 0px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
}

::-webkit-scrollbar {
    width: 10px; /* Ширина ползунка */
}

::-webkit-scrollbar-track {
    background: #E0E8F2;
}

::-webkit-scrollbar-thumb {
    background: #C8D5E5;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #B0C0D5;
}

.xarPart{
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
  padding: 0px 30px;
  order: 3;
  max-width: 715px;
  width: 100%;
}
.fullLine{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #fff;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
}
.w-50{
  width: 50%;
}
.valuePart{
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: right;
  color: #8690AA;
}
.valuePart a{
  color: #5C84ED;
  text-decoration: underline;
}
.blackNamePart{
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  color: #222028;
}
.gap20AlignCenter{
  gap: 20px;
  align-items: center;
}
.sistemPart{
/*  width: 70px;*/
/*  height: 27px;*/
/*  border: solid 1px #d4d6de;*/
/*  border-radius: 0px;*/
  display: flex;
/*  justify-content: center;
  align-items: center;*/
/*  padding: 3px;*/
}
.blockGrade{
  display: flex;
  flex-direction: column;
  flex-grow: 0.5;
  background: #fff;
  padding: 12px;
  position: relative;
  gap: 9px;
  order: 3;
}
.grade {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  color: #222028;
  background: #EFF5FB;
  padding: 15px;
  border-radius: 0px;
}
.imgGrade{
  display: flex;
  align-items: center;
}
.grademimi{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  color: #222028;
}
.spanImg{
  font-family: Druk Cyr;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  text-align: left;
}
.spanImg span{
  margin-left: 10px;
}
.grademimi .imgGrade img{
    width: 24px;
    height: 24px;
}
.spanImg2{
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
}
.spanImg2 span{
  margin-left: 10px;
}
.fullLinePartSide{
  display: flex;
  justify-content: space-between;
  padding: 10.7px 15px;
  background: #eff5fb;
  position: relative;
  align-items: flex-start;
  border-bottom: solid 1px #d4d6de;
}
.fullLinePartSide:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.fullLinePartSide:last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: none; 
}
.fullLinePartSide .blackNamePart{
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  text-align: left;
  color: #222028;
}
.fullLinePartSide .valuePart{
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: right;
  color: #222028;
}
.slim{
  text-transform: lowercase;
}
.singleProvider article img{
  border: solid 1px;
}
article img{
  border: solid 1px;
}
.top article img{
  border: none;
}
.top .provider-image-list img{
  border: 1px solid #D4D6DE;
}

.plusSidebar img{
  border: none;
}
/*.partContact .blackNamePart{
  width: 30%;
}
.partContact .valuePart{
  width: 70%;
}*/
.fullLinePartSide .gap20AlignCenter{
  gap: 10px;
}
@media (max-width: 1340px) {
  .blockGrade{
    gap: 14px;
    flex-grow: 0.95;
    order: 2;
  }
  .xarPart{
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
    padding: 0px;
    order: 3;
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
  }
  .headerPart {
    display: flex;
    border-radius: 0px;
    border: 1px solid var(--Dilider, #D4D6DE);
    background: var(--BG, #EFF5FB);
    position: relative;
    justify-content: space-between;
    padding: 15px;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (max-width: 1024px) {

  .imgPart {
    position: relative;
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .xarPart {
      display: flex;
      flex-direction: column;
      gap: 15px;
      flex-grow: 1;
      order: 3;
      margin-top: 15px;
      padding: 0;
  }
  .blockGrade {
      display: flex;
      flex-direction: column;
      flex-grow: 0.8;
      background: #fff;
      padding: 12px;
      position: relative;
      gap: 9px;
      order: 2;
  }
  .part .content-inner {
    flex-direction: column-reverse;
    padding-top: 0px;
  }
  .part .content-inner__right {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    border-top: none;
    margin-top: 0px;
  }
  .part .content-inner__left{
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .headerPart {
    display: flex;
    border-radius: 0px;
    border: 1px solid var(--Dilider, #D4D6DE);
    background: var(--BG, #EFF5FB);
    position: relative;
    justify-content: space-between;
    padding: 15px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .imgPart {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-bottom: 15px;
    width: auto;
  }
  .xarPart {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-grow: 1;
    order: 2;
    margin-bottom: 15px;
    margin-top: 0px;
    padding: 0;
  }
  .blockGrade {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: #fff;
    padding: 12px;
    position: relative;
    gap: 9px;
    order: 2;
    width: 100%;
  }
  .gap20AlignCenter {
    gap: 10px;
    align-items: center;
  }
  .w-50{
    width: 100%;
  }
  .nonePart{
    display: none;
  }
}
@media (max-width: 386px) {
  .w386{
    width: 40%;
  }
}
.headSlider{
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
/*------------------------------партнерская программа----------------------------*/
/*------------------------------Обзор слотов----------------------------*/
.obzor_slota .imgPart{
  background: none;
}
.obzor_slota .sistemPart{
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.obzor_slota .blockGrade {
  background: none;
  padding: 0px;
  position: unset;
}
.obzor_slota .grade{
  background: #fff;
  padding: 8px 15px;
}
.obzor_slota .nofon{
  background: #eff5fb;
  color: #222028;
  border: solid 1px #4f85f5;
  position: relative;
}
.obzor_slota .nofon:hover{
    background: #5C84ED;
    color: #fff;
}
.obzor_slota .fonBlue{
  background: #5C84ED;
}
.obzor_slota .fonBlue:hover{
  background: #eff5fb;
  color: #222028;
  border: solid 1px #4f85f5;
}
.obzor_slota .head-article{
  padding: 0px;
}
.obzor_slota .content-inner__right {
    margin-top: 20px;
}
.w-250{
  width: 250px;
  height: 250px;
}
/*------------------------------Обзор слотов----------------------------*/
/*------------------------------Демо слотов----------------------------*/
.pt-20{
  padding-top: 20px;
}
@media (max-width: 768px) {
  .obzor_slota .w-50{
    width: 100%;
  }
}
/*------------------------------Демо слотов----------------------------*/
/*------------------------------Сюжет слотов----------------------------*/
.post_syuzhet .logoPart{
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
.w-336{
  /*width: 336px;*/
  width: 250px;
}
.asideProvider{
  background: #EFF5FB;
  padding: 15px 10px;
  position: relative;
}
.asideProviderName{
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  padding-left: 20px;
}
.asideProviderImg{
  display: flex;
  margin-top: 20px;
  padding-left: 20px;
}
.asideProviderImg img{
  width: 205px;
  height: 205px;
  border-radius: 0px;
}
.asideProviderGap{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.asideProvider .valuePart{
  display: none;
}
.aside3 .aside-card:first-of-type {
    border-top-right-radius: 0px;
}
.post_slot .content-inner{
  padding-top: 0;
}
.post_syuzhet .article-group{
  margin-top: 0px;
}
@media (max-width: 1024px) {
  .asideProvider{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
  .asideProviderName{
    padding-left: 0px;
  }
  .asideProviderImg {
    display: flex;
    margin-top: 0px;
    padding-left: 0px;
    align-items: center;
    gap: 10px;
  }
  .asideProviderImg img {
    width: 50px;
    height: 50px;
    border-radius: 0px;
  }
  .asideProvider .valuePart{
    display: flex;
  }
}
@media (max-width: 768px) {
  .post_syuzhet .content-inner{
    padding-top: 0px;
  }
  .post_syuzhet .logoPart{
    float: unset;
    margin-right: 0px;
  }
  .post_syuzhet .article-content{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/*------------------------------Сюжет слотов----------------------------*/
/*------------------------------слайдер в слотах----------------------------*/
.section-slider {
  position: relative;
}
.part .swiper-controls {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}
.part .swiper-btn {
  background: none;
  border: none;
  cursor: pointer;
  pointer-events: all;
}
.part .itc-prev img, .swiper-next img {
  width: 25px;
  height: 25px;
}
.top .itc-slider__items{
  height: auto;
}
.itc-slider__items {
    display: flex;
    align-items: center;
    transition: transform 0.5s ease;
    will-change: transform;
    counter-reset: slide;
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    height: 68px;
}
.itc-slider__wrapper {
    width: 94%;
    overflow: hidden;
}
.top .itc-slider{
  display: flex;
  justify-content: center;
  align-items: center;
}
.itc-slider{
  display: flex;
  justify-content: center;
}
.itc-slider__item {
    flex: 0 0 16.7%;
    max-width: 100%;
    counter-increment: slide;
    position: relative;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.top .itc-slider__item {
    flex: 0 0 25%;
    max-width: 100%;
    counter-increment: slide;
    position: relative;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.top .slider-nav{
  top: auto;
}
.top .card-title{
  text-transform: math-auto;
}
.slider-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 22px;
}
button.itc-slider__btn.itc-slider__btn_next {
    position: absolute;
    right: 0;
    top: 0;
}
.part .section{
  padding-bottom: 0px;
  padding-top: 0px;
}
.bonuses .container{
  padding: 0;
}
.heading_slider{
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.part .bonuses .card {
    padding: 15px;
    border-radius: 0px;
    box-sizing: border-box;
    transition: transform 1s ease, background 1s ease, color 1s ease; 
    background-color: #EFF5FB;
    color: black;
}

.part .bonuses .card:hover {
    background-color: #5C84ED; 
	cursor: pointer;
}

.part .bonuses .card:hover .logoPart {
    width: 126px; 
    transition: width 1s ease; 
}
.part .bonuses .card {
    border: solid 1px #5C84ED;
/*    margin: 0 3%;*/
}
.top .part .bonuses .card {
    border: solid 1px #5C84ED;
    margin: 10px;
    padding: 0;
}
.top .part .bonuses .card:hover{
  background-color: #eff5fb;
}
.top .card-title:hover{
  color: var(--Black, #222028);
}
@media(max-width: 1340px){
  .itc-slider__item {
    flex: 0 0 20%;
  }
  .itc-slider__wrapper {
    width: 92%;
  }
}
@media(max-width: 1024px){
  .itc-slider__item {
    flex: 0 0 20%;
  }
  .top .itc-slider__item {
    flex: 0 0 20%;
  }
}
@media(max-width: 768px){
  .part .bonuses .card {
    margin: 0 3%;
  }
  .itc-slider__wrapper {
    width: 89%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .itc-slider__item {
      flex: 0 0 33.33%;
  }
  .top .itc-slider__item {
    flex: 0 0 50%;
  }
}
@media (max-width: 360px) {
  .itc-slider__item {
      flex: 0 0 50%;
  }
}
/*------------------------------слайдер в слотах----------------------------*/
/*------------------------------Сайтбар новый----------------------------*/
.aside1 .pt-20{
  padding-top: 0px;
}
.aside1 .row .w-50{
  width: 100%;
}
.aside1 .row .w-50:nth-child(2) {
  margin-top: 20px;
}
.plusSidebar{
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: left;
  margin-bottom: 20px;
  gap: 10px;
}
.asidePart .aside-card{
  padding: 10px;
  margin-bottom: 5px;
}
.asidePart {
    max-height: 520px; 
    overflow-y: auto; 
}
.asidePart .aside-card__title {
    color: var(--Black, #222028);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
}
.asideFlex{
    display: flex;
    align-items: center;
    gap: 10px;
}
.asideFlex img{
    width: 40px;
    height: 40px;
}
#sidar2 .aside3{
  margin-top: 20px;
}
.aside3 .w-50{
  width: 100%;
}
.sidebarBonus .fullLinePartSide{
  align-items: center;
  margin-bottom: 10px;
}
.sidebarBonus .fullLinePartSide{
  border-bottom: none;
}
.sidebarBonus .valuePart{
  display: flex;
  padding-left: 10px;
  align-items: center;
}
.sidebarBonus .promo{
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
  color: #5C84ED;
}
.sidebarBonus .copy_bonus{
  width: 24px;
  margin-left: 10px;
}
.copy_bonus{
  cursor: pointer;
}
.tableSidebar{
  background: #EFF5FB;
  display: flex;
  flex-wrap: wrap;
}
.tableSidebar .roboto{
  font-weight: 500;
}
.roboto400{
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.Platezhi{
  padding: 10px;
  flex-grow: 1;
  border-left: solid 1px #D4D6DE;
  border-top: solid 1px #D4D6DE;
  align-items: center;
  display: flex;
  justify-content: center;
  width: calc(100% / 3);
}
/*.Platezhi img{
  height: 40px;
}*/
.borderRight{
  border-right: solid 1px #D4D6DE;
}
.tableSidebar .Platezhi:nth-last-child(-n+3) {
    border-bottom: solid 1px #D4D6DE;
}
@media (max-width: 1024px) {
  .sidebarBonus{  
    display: flex;
    justify-content: space-between;
  }
  .sidebarBonus .fullLinePartSide{
    width: 49%;
  }
  .aside1 .row .w-50{
    width: 50%;
  }
  .aside1 .row .w-50:nth-child(2) {
    margin-top: 0px;
  }
  .aside3 .w-50{
    width: 50%;
  } 
  .aside3 .w-50:nth-child(2) {
    padding-right: 0px;
  }

}
@media (max-width: 768px) {
  .aside2{
    display: flex;
    flex-direction: column;
  }
  .aside3 .w-50{
    width: 100%;
  }
}
/*------------------------------Сайтбар новый----------------------------*/
/*------------------------------Выпадающие меню----------------------------*/
.menu__item > .menu__link {
    display: flex; 
    align-items: center; 
}
.menu__item:has(.sub-menu) > .menu__link:after {
    content: ' ▼'; 
    margin-left: 5px; 
    font-size: 6px; 
    line-height: 1;
}
ul.sub-menu {
    display: none;
    position: absolute;
    background-color: #EFF5FB;
    list-style-type: none;
    margin: 0;
    z-index: 100;
    border: solid 1px #D4D6DE;
    margin-top: 0px;
}
.footer__menu ul.sub-menu{
  background-color: #454151;
}
.menu__item {
    position: relative;
}
.menu__item:hover > ul.sub-menu {
    display: block;
}
ul.sub-menu li{
    margin: 0;
    padding: 10px 20px;
    position: relative;
    width: 200px;
}
ul.sub-menu li:not(:last-child) {
    border-bottom: solid 1px #D4D6DE;
}
ul.sub-menu li a {
    text-decoration: none;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    text-align: left;
    color: #8690AA;
}
ul.sub-menu li a:hover {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    text-align: left;
    color: #5C84ED;
}
ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu__item:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
.footer-menu__item{
  margin-right: 20px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 19.6px;
  text-align: center;
}
.footer_politico{
  padding: 40px 0px;
  border-bottom: solid 1px #8690aa;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.marleft{
  margin-left: 0;
}
.footer_icon_politico{
  display: flex;
  align-items: center;
}
.footer_icon_politico a{
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .footer_politico{
    display: flex;
    flex-direction: column;
  }
  .footer-menu__item{
    margin-bottom: 20px;
  }
}
/*------------------------------Выпадающие меню----------------------------*/
/*------------------------------поиск----------------------------*/
.header_flex_search{
    display: flex;
    gap: 10px;
    align-items: center;
}
.search-container {
    display: flex;
    align-items: center;
}
.search-form {
    display: flex;
    align-items: center;
    transition: width 0.5s ease;
    width: 0;
    overflow: hidden;
    opacity: 0;
}
.search-form.active {
    width: 200px; /* Ширина инпута при раскрытии */
    opacity: 1;
}
.search-input {
    border: none;
    /* padding: 5px; */
    width: 100%;
    transition: width 0.5s ease;
    margin-left: 10px;
    height: 40px;
    border-bottom: solid 1px #8690aa;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}
.close-icon {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.hidden {
    display: none;
}
.close-icon {
    position: relative;
    width: 20px;
    cursor: pointer;
}
.close-icon::before,
.close-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1.5px; 
    background-color: #222028; 
    top: 5px;
    left: 0;
}
.close-icon::before {
    transform: rotate(45deg); 
}
.close-icon::after {
    transform: rotate(-45deg); 
}
/*------------------------------поиск----------------------------*/
/*----------------------------youtube------------------------------*/
.video_bag {
    background-image: url(/wp-content/themes/Robocasino/images/video.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 68.25%;
}
.youtube_wrap {
/*  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;*/
}
.youtube_wrap iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 94.75%;
    height: 78.55%;
    border-width: 0;
    outline-width: 0;
    transform: translate(-50%, -50%);
}
/*----------------------------youtube------------------------------*/
/*----------------------------casino шаблон------------------------------*/
.flex_casino_border{
  display: flex;
  border-bottom: solid 1px #d4d6de;
  padding-top: 40px;
}
.justify-content-between{
  justify-content: space-between;
}
.btn_casino_flex{
  display: flex;
  gap: 10px;
}
.btn_casino{
  background: #eff5fb;
  border: solid 1px #5d84ed;
  padding: 15px 0px;
  border-bottom: 0px;
  position: relative;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: center;
  border-top-right-radius: 0px;
  margin-bottom: -1px;
  height: 50px;
  width: 167px;
  text-transform: uppercase;
}

.btn_casino.disabled {
pointer-events: none;
opacity: .5;
cursor: not-allowed;
}

.btn_casino_flex a:hover .btn_casino {
    background-color: #5C84ED; 
    color: #fff;
}
.btn_casino_flex .active{
    background-color: #5C84ED; 
    color: #fff;
    min-width: 148px;
}
.flex_casino_border .header_vopros{
  width: 265px;
  padding: 15px 30px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: center;
  margin-bottom: -1px;
}
@media (max-width: 1340px) {
  .btn_casino {
    padding: 15px 15px;
    width: 148px;
  }
  .flex_casino_border .header_vopros {
    width: auto;
    padding: 15px 15px;
  }
}
@media (max-width: 1024px) {
  #sidar2{
    padding-top: 20px;
  }
  .flex_casino_border{
    flex-direction: column-reverse;
  }
  .single-bonusy .flex_casino_border{
     flex-direction: column-reverse;
     gap: 20px;
  }
  .single-bonusy .btn_casino_flex{
    padding-top: 0px;
  }
  .single-bonusy .flex_casino_border a .header_vopros{
    margin-top: 20px;
  }
  .btn_casino_flex{
    display: flex;
    gap: 20px;
    padding-top: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .flex_casino_border .header_vopros{
    width: 100%;
  }
  .postCasino #sidar{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
/*  .postCasino .aside2, .aside3{
    width: 49%;
  }*/
}
@media (max-width: 768px) {
  .postCasino .aside2, .aside3{
    width: 100%;
  }
}
/*----------------------------casino шаблон------------------------------*/
/*--------------платежные методы----------------*/
ul.payments-method {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: opacity 0.3s ease;
}
.payments-method li {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #EFF5FB;
    padding: 2%;
    height: 60px;
}
.payments-method img {
    border: 1px solid #D4D6DE;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    padding: 2px;
}
.payment-item.hidden {
    display: none;
}
.payment-item {
    transition: opacity 0.3s ease;
}
.toggle-button {
    margin-top: 10px;
    cursor: pointer;
    color: #5C84ED;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    width: 100%;
}
.toggle-button.active::after {
    content: " Скрыть ▲";
}
.toggle-button::after {
    content: " Показать все ▼";
}
ul.currency-method {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}
.currency-method li {
    width: 40px;
    height: 40px;
}
.aside-list__item h2 {
    margin-bottom: 13px;
}
/*---------платежные методы----------*/
/*---------Карточка казино в топах и рейтинге----------*/
.data-text h1 {
    color: #fff;
}

.data-text {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 3% 0;
}

.data-text p {
    line-height: 1.5;
}
.casino-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.casino-layout {
    background-color: #EFF5FB;
    display: flex;
    border: 1px solid #D4D6DE;
    padding: 20px;
    gap: 30px;
}
.casino-layout-left {
    order: inherit;
    width: auto;
    flex-direction: column;
}
.casino-layout-right {
    width: 83%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.casino-logo {
    border-radius: 6px;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.casino-logo img{
  width: 250px;
  height: 250px;
}
.casino-logo-block {
    width: 250px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-around;
}
.casino-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.casino-name {
    font-weight: bold;
    font-size: 15px;
}
.casino-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    font-weight: bold;
}
.casino-rating {
    color: var(--Black, #222028);
    text-align: center;
    font-family: 'Roboto';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}
.casino-info-block {
    border-radius: 10px;
    position: relative;
    gap: 10px;
    display: flex;
/*    flex-direction: column;*/
}
.casino-info-block .row{
  flex-direction: column;
  gap: 20px;
  width: 50%;
  margin-right: 10px;
  margin-left: 0;
}
.casino-info-block .row:nth-child(2) {
    margin-right: 0;
}
.casino-info-block .row .w-50{
  width: 100%;
  padding: 0;
}
.casino-info-block .copy_bonus{
  margin-left: 10px;
  cursor: pointer;
  transition: transform 0.2s, filter 0.2s;
}
.copy_bonus:hover {
    transform: scale(0.95); 
}
.copy_bonus:hover img {
    filter: invert(50%) sepia(1) saturate(5) hue-rotate(180deg); 
    transition: filter 0.2s; 
}
.casino-promo {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.promo-text {
    font-weight: bold;
    font-size: 20px;
}
.promo-code-block {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 20px;
    color: #5c84ed;
}
.casino-info-block .btn {
  width: max-content;
  padding: 12px 50px;
  height: fit-content;
}
.casino-extra-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.provider-image-list, .payment-method-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.payment-section, .provider-section, .platform-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.for-weght{
  font-weight: bold;
  height: 36px;
}
.provider-image-list img, .payment-method-list img {
  width: 36px;
  height: 36px;
  border: 1px solid #D4D6DE;
  padding: 5px;
}
span.extra-data-text {
    color: #8690AA;
    font-size: 16px;
}
.button-view-more {
    display: inline-block;
    color: #000000;
    border: none;
    cursor: pointer;
    border: 1px solid #D4D6DE;
    border-radius: 10px;
    width: 36px;
    height: 36px;
    font-size: 12px;
}
.modal-provider, .modal-payment {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.modal-provider-content, .modal-payment-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 15px 15px 35px;
    border: 1px solid #888;
    width: 80%;
    max-width: 585px;
    display: flex;
    position: relative;
    gap: 20px;
    flex-direction: column;
}
.text-payment{
    padding: 20px 0px;
    border-bottom: solid 1px #D4D6DE;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.table-payment {
    display: flex;
    flex-wrap: wrap;
    gap: 5.89px;
    justify-content: unset;
}
.table-payment div {
    width: 50px;
    height: 50px;
/*    border: solid 1px #D4D6DE;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
}

.modal-close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 15px;
}
.modal-provider-images, .modal-payment-images {
    display: flex;
    flex-wrap: wrap;
    width: 36px;
    height: 36px;
/*    border-radius: 50%;*/
}
.platform-icons {
    display: flex;
}
.platform-icons img {
  width: 36px;
  height: 36px;
  margin: 5px;
  border: 1px solid #D4D6DE;
  border-radius: 10px;
  padding: 3px;
}
.platform-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
span.payment-method-more, .provider-image-more {
    border: 1px solid #D4D6DE;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
}

span.payment-method-more:hover, .provider-image-more:hover{
  color: #5d84ed!important;
}

span.date-open {
  font-size: 20px;
  font-weight: bold;
}
.casino-buttons {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.casino-buttons .btn{
  padding: 10px 15px;
  width: 25%;
}
.content-inner__right{
  margin-top: 20px;
}
.part .content-inner__right{
  margin-top: 0;
}
.part .aside-list__item .header_vopros{
  padding: 15px 30px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.casino-info-block_mob{
  display: none;
}
.for-width{
  width: 100%;
}
.casino-buttons .gray {
  background-color: #fff;
  color: #000;
  border: 1px solid #D4D6DE;
  position: relative;
}
.casino-buttons .gray:hover{
  background-color: var(--Blue);
  color: #fff;
}
.off_site{
  justify-content: end;
  margin-bottom: 10px;
}
.off_site .green{
  background: var(--Gren);
  width: calc(25% - 15px);
}
.article-group.single-width {
  max-width: 975px;
  width: 100%;
}
.menu-langs-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 107px;
}

#menu-langs {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: -15px;
    background: #5c84ed;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 8px;
}

#menu-langs li:not(.current-lang) {
    display: none;
}

#menu-langs .current-lang {
  display: block;
  cursor: pointer;
}

#menu-langs .current-lang a {
  font-weight: bold;
}


#menu-langs .menu__link {
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu-langs:after {
    color: #fff;
    content: "›";
    transform: rotate(90deg);
    font-size: 21px;
    position: absolute;
    right: 7px;
    bottom: 0px;
}
#menu-langs span {
    color: #fff;
}
.social-items {
    display: flex;
    align-items: center;
    gap: 20px;
}
/*.btnd.grayd {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #808080;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.btnd.grayd:hover {
    background-color: #666666;
    text-decoration: none;
}*/

/* Стили для неактивной кнопки */
.btn.gray.disabled {
    background-color: #cccccc; /* Светло-серый цвет для неактивной кнопки */
    color: #888888; /* Блеклый текст */
    cursor: not-allowed; /* Курсор "запрещено" */
    pointer-events: none; /* Отключение кликов */
    text-decoration: none;
}



/*@media (max-width: 1340px) {
  .data-text p {
    line-height: 1.5;
    font-size: 14px;
  }
  .intro-item__img.intro-item__img--m-232 img {
    width: 100%;
    height: 400px;
    max-width: 100%;
    min-width: 42%;
  }
  .data-text h1 {
      font-size: 50px;
  }
  .casino-info-block .btn {
      width: max-content;
      padding: 10px 23px;
      font-size: 13px;
  }
  .promo-text {
      font-weight: bold;
      font-size: 18px;
  }
  .casino-buttons .btn{
    padding: 10px 30px;
  }
  .promo-code {
      font-size: 16px;
  }
}*/
.casino-info-block .blackNamePart{
  width: 50%;
}
.casino-info-block .valuePart{
  width: 50%;
  justify-content: end;
}
@media (max-width: 1024px){
  .casino-info-block_mob {
    display: flex;
    width: calc(100% - 200px);
    flex-direction: column;
    gap: 20px;
  }
  .casino-info-block .row .w-50{
    width: 100%;
  }
  .casino-info-block .row{
    gap: 20px;
    width: 100%;
  }
  .casino-info-block_desc{
    display: none;
  }
  .data-text {
    padding: 3% 0;
    background-image: url(/wp-content/uploads/2024/01/robot2-3-optimized.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 53%;
  }
  .casino-layout-left {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
  }
  .casino-layout {
    flex-direction: column;
  }
  .casino-layout-right, .casino-info-block .btn {
    width: 100%;
  }
  .casino-promo {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .modal-provider-content, .modal-payment-content {
      margin: 25% auto;
  }
	.footer-social {

    width: 35%;
}

/*  .article-content {
      flex-direction: column;
      display: flex;
  }*/
}
@media (max-width: 768px) {


    .modal-rkn {
        display: none;
        left: 31%;
        top: 50%;
        transform: translate(-30%, -50%);
        padding: 3% 3%;
        max-width: 92%;
        width: 100%;
    }
  .casino-layout-left {
    flex-direction: column;
    align-items: center;
  }
  .casino-logo-block {
    width: 250px;
  }
  .casino-info-block .row{
    gap: 0px;
    width: 100%;
    margin-right: 10px;
    margin-left: 0;
  }
  .casino-info-block_mob {
    width: 100%;
/*    padding: 5% 5%;*/
  }
  .casino-extra-info {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .casino-buttons .btn {
    width: 49%;
  }
  .casino-buttons {
    flex-wrap: wrap;
    gap: 8px;
  }
  .intro-item__img.intro-item__img--m-232 {
    padding: 6% 2% 0% 5%;
    max-height: 100%;
    flex-direction: column;
    height: 100%;
  }
  .data-text{
    padding: 0;
    background-image: none;
  }
  .intro-item__img.intro-item__img--m-232 img {
    display: block;
    object-fit: contain;
  }
  .promo-code-block {
    font-size: 16px;
  }
  .promo-text {
    font-size: 20px;
  }
	.for-rknmodal {
    height: 490px;

}
	.slide-rkn {
    min-height: 490px;
}
}
@media (max-width: 593px) {
	    .footer-social {
        width: 45%;
    }
}
@media (max-width: 470px) {
  .casino-buttons .btn {
      width: 47%;
  }
	.footer-social {
        width: 100%;
    }
	.modal-rkn {
    display: none;
    left: 34%;
    top: 50%;
    transform: translate(-30%, -50%);
    padding: 3% 3%;
    max-width: 80%;
    width: 100%;
}
}
/*---------Карточка казино в топах и рейтинге----------*/