* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  line-height: 1.42
}

body {
  margin: 0;
  padding: 0
}

/* body.index-page {
  min-height: 14000px
} */

.hide {
  opacity: 0;
  left: -100%
}

.show {
  opacity: 1;
  /* left: 0 */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

b,
strong {
  font-weight: 700
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 0 auto
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

.clearfix:after {
  clear: both;
  display: table;
  content: " "
}

.kill-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  -webkit-padding-start: 0
}

@font-face {
  font-family: PT Sans;
  src: local("PT Sans"), local("PTSans-Regular"), url(fonts/ptsans.woff2) format("woff2"), url(fonts/ptsans.woff) format("woff"), url(fonts/ptsans.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: PT Sans;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(fonts/ptsansbold.woff2) format("woff2"), url(fonts/ptsansbold.woff) format("woff"), url(fonts/ptsansbold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}

.btn {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  color: #0b0b0e;
  background-color: #fbff28;
  border-radius: 6px;
  padding: 14px;
  max-width: 276px;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  margin-top: 20px;
}

@media screen and (max-width:1238px) {
  .btn {
    margin-top: 0;
  }
}

@media screen and (max-width:768px) {
  .btn {
    font-size: 14px
  }
}

.btn:hover {
  -webkit-filter: brightness(.95);
  filter: brightness(.95)
}

.btn:active {
  -webkit-filter: none;
  filter: none
}

@media screen and (max-width:480px) {
  .btn {
    max-width: none
  }
}

.btn_more {
  background-color: transparent;
  border: 1px solid #dadada
}

.btn_more:hover {
  border-color: #0889e7;
  background-color: #0889e7;
  color: #fff;
  -webkit-filter: none;
  filter: none
}

.btn_more:active {
  background-color: transparent;
  border-color: #dadada;
  color: #0b0b0e
}

.btn_chat {
  max-width: none
}

.btn_chat,
.btn_modal {
  background-color: #ff3743;
  color: #fff
}

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

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #dadada;
  z-index: 2
}

.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0
}

.header-nav {
  background: #fff;
  overflow: auto;
  max-height: 100vh
}

.header-nav-list {
  display: flex;
  align-items: center;
  list-style: none
}

.navbar a {
  float: left;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none
}

.dropdown {
  float: left;
  overflow: hidden
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;
  border: none;
  outline: 0;
  display: block;
  color: #707070;
  font-weight: 700;
  text-decoration: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0 50px 0 0
}

a.header-nav-item {
  display: block;
  color: #707070;
  font-weight: 700;
  text-decoration: none
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
  z-index: 1
}

.dropdown-content a {
  float: none;
  display: block;
  color: #707070;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding: 9px 16px;
  text-decoration: none;
  display: block;
  text-align: left
}

.dropdown-content a:hover {
  background-color: #ddd
}

.show {
  display: block
}

@media screen and (max-width:1238px) {
  .header-nav-list {
    flex-direction: column;
    align-items: stretch
  }
}

.header-nav-item{
  margin: 10px 0;
}
.header-nav-item:not(:last-child) {
  margin-right: 50px
}

@media screen and (max-width:1238px) {
  .header-nav-item:not(:last-child) {
    margin-right: 0
  }
}

.header-nav-item a,
.header-nav-item span {
  display: block;
  color: #707070;
  font-weight: 700;
  text-decoration: none
}

@media screen and (max-width:1238px) {

  .header-nav-item a,
  .header-nav-item span {
    padding: 12px 0;
    width: 100%
  }
}

@media screen and (min-width:1239px) {
  .header-nav.header-nav-list {
    display: flex !important
  }
}

@media screen and (max-width:1238px) {
  .header-nav {
    display: none;
    position: absolute;
    top: 81px;
    left: -22px;
    right: -22px;
    padding: 16px 22px;
    -webkit-box-shadow: 0 8px 16px rgba(41, 13, 98, .15);
    box-shadow: 0 8px 16px rgba(41, 13, 98, .15)
  }
}

@media screen and (max-width:768px) {
  .header-nav {
    top: 62px
  }
}

@media screen and (max-width:768px) {
  .header {
    padding: 14px 0
  }
}

.burger {
  display: none
}

@media screen and (max-width:1238px) {
  .burger {
    width: 30px;
    height: 19px;
    display: block;
    cursor: pointer
  }

  .burger:hover .burger__line:after,
  .burger:hover .burger__line:before {
    -webkit-transform: translateX(130%);
    transform: translateX(130%)
  }

  .burger__line {
    position: relative;
    display: block;
    height: 3px;
    width: 100%;
    overflow: hidden;
    border-radius: 99px
  }

  .burger__line:before {
    left: -130%;
    height: 3px
  }

  .burger__line:after,
  .burger__line:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #0b0b0e;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }

  .burger__line:after {
    left: 0;
    height: 4px
  }

  .burger__line_top {
    -webkit-transition: background-color .6s, top .3s .3s, -webkit-transform .3s;
    transition: background-color .6s, top .3s .3s, -webkit-transform .3s;
    transition: transform .3s, background-color .6s, top .3s .3s;
    transition: transform .3s, background-color .6s, top .3s .3s, -webkit-transform .3s;
    top: 0
  }

  .burger__line_middle {
    margin: 5px 0;
    width: 80%;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    float: right
  }

  .burger__line_middle:after,
  .burger__line_middle:before {
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
  }

  .burger__line_bottom {
    bottom: 0;
    -webkit-transition: background-color .6s, bottom .3s .3s, -webkit-transform .3s;
    transition: background-color .6s, bottom .3s .3s, -webkit-transform .3s;
    transition: transform .3s, background-color .6s, bottom .3s .3s;
    transition: transform .3s, background-color .6s, bottom .3s .3s, -webkit-transform .3s;
    margin-bottom: 0
  }

  .burger__line_bottom:after,
  .burger__line_bottom:before {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
  }

  .burger.burger_active .burger__line {
    background-color: #0b0b0e
  }

  .burger.burger_active .burger__line:after,
  .burger.burger_active .burger__line:before {
    opacity: 0;
    display: none
  }

  .burger.burger_active .burger__line_top {
    -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s .3s;
    transition: top .3s, background-color 0s, -webkit-transform .3s .3s;
    transition: top .3s, background-color 0s, transform .3s .3s;
    transition: top .3s, background-color 0s, transform .3s .3s, -webkit-transform .3s .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px
  }

  .burger.burger_active .burger__line_middle {
    opacity: 0
  }

  .burger.burger_active .burger__line_bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 8px;
    -webkit-transition: bottom .3s, background-color 0s, -webkit-transform .3s .3s;
    transition: bottom .3s, background-color 0s, -webkit-transform .3s .3s;
    transition: bottom .3s, background-color 0s, transform .3s .3s;
    transition: bottom .3s, background-color 0s, transform .3s .3s, -webkit-transform .3s .3s
  }
}

.hero {
  display: flex
}

.hero-wrapp {
  border-bottom: 1px solid #dadada;
  overflow: hidden
}

.hero-section {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 50px 0
}

@media screen and (max-width:768px) {
  .hero-section {
    padding: 30px 0
  }
}

.hero-left {
  padding-right: 22px;
  border-right: 1px solid #dadada
}

.hero-left h1,
.hero-left p {
  max-width: 480px
}

.hero-left p {
  padding: 30px 0
}

@media screen and (max-width:768px) {
  .hero-left {
    border-right: 0;
    border-bottom: 1px solid #dadada;
    padding-right: 22px;
    padding-left: 22px;
    margin: 0 -22px
  }
}

.hero-right {
  position: relative;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 50px
}

.hero-right-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(images/chips.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
  -webkit-filter: invert(75%) sepia(98%) saturate(1%) hue-rotate(7deg) brightness(98%) contrast(92%);
  filter: invert(75%) sepia(98%) saturate(1%) hue-rotate(7deg) brightness(98%) contrast(92%)
}

.hero-right-img_wrapp {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-top: 95.5665%;
  width: 100%;
  -webkit-transform: translate(44%, 30%);
  transform: translate(44%, 30%);
  z-index: -1
}

@media screen and (max-width:768px) {
  .hero-right-img_wrapp {
    padding: 0;
    width: 360px;
    height: 330px;
    -webkit-transform: translate(30%, 30%);
    transform: translate(30%, 30%)
  }
}

.hero-right-title {
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: .06em
}

.hero-right-list {
  padding-top: 50px;
  list-style: none
}

.hero-right-list_item {
  position: relative;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  line-height: 24px;
  color: #0b0b0e;
  padding-left: 45px
}

@media screen and (max-width:768px) {
  .hero-right-list_item {
    font-size: 14px
  }
}

.hero-right-list_item:not(:last-child) {
  padding-bottom: 30px
}

@media screen and (max-width:480px) {
  .hero-right-list_item:not(:last-child) {
    padding-bottom: 20px
  }
}

.hero-right-list_item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 23px;
  z-index: -1;
  background-image: url(images/spot.svg);
  -webkit-filter: invert(44%) sepia(99%) saturate(3456%) hue-rotate(185deg) brightness(96%) contrast(94%);
  filter: invert(44%) sepia(99%) saturate(3456%) hue-rotate(185deg) brightness(96%) contrast(94%)
}

@media screen and (max-width:768px) {
  .hero-right-list_item:before {
    -webkit-filter: invert(100%) sepia(39%) saturate(4281%) hue-rotate(330deg) brightness(112%) contrast(112%);
    filter: invert(100%) sepia(39%) saturate(4281%) hue-rotate(330deg) brightness(112%) contrast(112%)
  }
}

@media screen and (max-width:768px) {
  .hero-right-list_item {
    padding-left: 8px
  }
}

@media screen and (max-width:768px) {
  .hero-right-list {
    padding-top: 30px
  }
}

@media screen and (max-width:768px) {
  .hero-right {
    padding-left: 0;
    padding-bottom: 140px
  }
}

@media screen and (max-width:480px) {
  .hero-right {
    padding-bottom: 260px
  }
}

@media screen and (max-width:768px) {
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.main {
  margin: 100px 0
}

@media screen and (max-width:768px) {
  .main {
    margin: 50px 0
  }
}

.main-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px
}

.main-text h1,
.main-text h2,
.main-text h3,
.main-text h4,
.main-text h5 {
  text-align: center;
  padding-bottom: 30px
}

@media screen and (max-width:768px) {

  .main-text h1,
  .main-text h2,
  .main-text h3,
  .main-text h4,
  .main-text h5 {
    text-align: start;
    padding-bottom: 20px
  }
}

.main-text h1:not(:first-child),
.main-text h2:not(:first-child),
.main-text h3:not(:first-child),
.main-text h4:not(:first-child),
.main-text h5:not(:first-child) {
  padding-top: 50px
}

@media screen and (max-width:768px) {

  .main-text h1:not(:first-child),
  .main-text h2:not(:first-child),
  .main-text h3:not(:first-child),
  .main-text h4:not(:first-child),
  .main-text h5:not(:first-child) {
    padding-top: 20px
  }
}

.main-text p {
  margin-bottom: 10px
}

.main-text img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: contain;
  object-fit: contain
}
.main-text ul {
padding-left: 22px;
padding-bottom: 10px;
}
.casino {
  margin-top: 100px
}

@media screen and (max-width:768px) {
  .casino {
    margin-top: 30px
  }
}

.casino-title {
  text-align: center;
  padding-bottom: 45px
}

@media screen and (max-width:768px) {
  .casino-title {
    text-align: start;
    padding-bottom: 20px
  }
}

.casino-block, .casino-block-mob {
  display: grid;
  /* grid-template-columns: 276px; */
  grid-template-rows: masonry;
  grid-gap: 30px
}

@media screen and (max-width:1238px) {
  .casino-block, .casino-block-mob {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px
  }
}

@media screen and (max-width:992px) {
  .casino-block, .casino-block-mob {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px
  }
}

@media screen and (max-width:693px) {
  .casino-block-mob {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}

@media screen and (max-width:576px) {
  .casino-block {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}

@media screen and (max-width:360px) {
  .casino-block-mob {
    grid-template-columns: 276px;
    justify-content: center;
  }
}

.casino-item {
  padding: 30px;
  display: flex;
  border: 1px solid #dadada;
  border-radius: 10px;
  color: #0b0b0e
}

@media screen and (max-width:1238px) {
  .casino-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px
  }
}

.casino-logo {
  background-color: transparent;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center
}

.casino-logo-wrapp {
  width: 100%;
  max-width: 246px
}

@media screen and (max-width:1238px) {
  .casino-logo-wrapp {
    max-width: none
  }
}

.casino-logo img {
  max-height: 112px;
  -o-object-fit: contain;
  object-fit: contain
}

.casino-info {
  padding: 0 30px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap
}

@media screen and (max-width:1238px) {
  .casino-info {
    padding: 20px 0
  }
}

.casino-head {
  padding-right: 60px
}

@media screen and (max-width:1238px) {
  .casino-head {
    padding-right: 0
  }
}

.casino-name {
  font-size: 32px;
  line-height: 124%;
  color: #0b0b0e;
  font-weight: 700
}

@media screen and (max-width:768px) {
  .casino-name {
    font-size: 20px;
    line-height: 120%
  }
}

.casino-rating {
  margin-top: 4px;
  font-size: 22px;
  line-height: 124%;
  color: #0889e7;
  font-weight: 700
}

@media screen and (max-width:768px) {
  .casino-rating {
    font-size: 18px;
    line-height: 23px
  }
}

.casino-rating-stars {
  margin-right: 10px;
  position: relative;
  display: inline-block;
  width: 124px;
  height: 20px;
  background-image: url(images/stars-empty.svg)
}

.casino-rating-stars_fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 20px;
  background-image: url(images/stars-full.svg)
}

.casino-adv {
  display: flex
}

.casino-adv-item:nth-child(n+2) {
  padding-left: 50px
}

.casino-adv-title {
  color: #707070
}

.casino-adv-desc {
  padding-top: 4px;
  font-size: 20px;
  line-height: 124%;
  color: #0b0b0e;
  font-weight: 700
}

@media screen and (max-width:768px) {
  .casino-adv-desc {
    font-size: 18px;
    line-height: 23px
  }
}

@media screen and (max-width:1238px) {
  .casino-adv {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
}

.casino-benefits {
  margin-top: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.casino-benefits-toggle {
  position: relative;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer
}

@media screen and (max-width:768px) {
  .casino-benefits-toggle {
    font-size: 14px
  }
}

.casino-benefits-toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -18px;
  width: 12px;
  height: 6px;
  background-image: url(images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}

.casino-benefits-toggle_active:after {
  -webkit-transform: none;
  transform: none
}

.casino-benefits-list {
  display: none;
  padding-top: 20px;
  list-style: none
}

.casino-benefits-list li {
  position: relative;
  padding-left: 24px
}

.casino-benefits-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #0b0b0e;
  border-radius: 50%
}

.casino-benefits-list_active {
  display: block
}

@media screen and (max-width:1238px) {
  .casino-benefits {
    margin-bottom: 20px
  }
}

.casino-btn {
  width: 276px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  margin-top: 10px
}

@media screen and (max-width:1238px) {
  .casino-btn {
    margin-top: auto;
    width: 100%
  }

  .casino-btn .btn {
    max-width: none
  }
}

.casino .btn_more {
  margin: 30px auto 0
}

.casino-item_best {
  background-color: #0889e7;
  color: #fff
}

.casino-item_best .casino-rating-stars {
  background-image: url(images/stars-empty-c.svg)
}

.casino-item_best .casino-rating-stars_fill {
  background-image: url(images/stars-full-c.svg)
}

.casino-item_best .casino-label {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
  background-color: #5eb2ef;
  border-radius: 19px
}

.casino-item_best .casino-label-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #fbff28;
  border-radius: 50%;
  z-index: 1
}

.casino-item_best .casino-label:after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: -4px;
  width: 50px;
  height: 50px;
  background-color: #0889e7;
  border-radius: 50%
}

.casino-item_best .casino-label-text {
  padding: 5px 22px
}

.casino-item_best .casino-adv-title,
.casino-item_best .casino-name,
.casino-item_best .casino-rating {
  color: #fff
}

.casino-item_best .casino-adv-desc {
  color: #fbff28
}

.casino-item_best .casino-benefits-toggle:after {
  -webkit-filter: invert(99%) sepia(47%) saturate(0) hue-rotate(59deg) brightness(110%) contrast(100%);
  filter: invert(99%) sepia(47%) saturate(0) hue-rotate(59deg) brightness(110%) contrast(100%)
}

.casino-item_best .casino-benefits-item:before {
  background-color: #fff
}



footer {
  background-color: #0b0b0e;
  padding: 40px 0 30px
}

.footer {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer .copyright-top {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  margin-top: 30px;
  max-width: 238px
}

@media screen and (max-width:768px) {
  .footer .copyright-top {
    font-size: 14px
  }
}

@media screen and (max-width:1238px) {
  .footer .copyright-top {
    display: none
  }
}

.footer .copyright-bottom {
  display: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  margin-top: 30px;
  max-width: 238px
}

@media screen and (max-width:768px) {
  .footer .copyright-bottom {
    font-size: 14px
  }
}

@media screen and (max-width:1238px) {
  .footer .copyright-bottom {
    display: block;
    max-width: 1238px;
    width: 100%;
  }
}

.footer-nav {
  margin-left: auto;
  margin-right: auto;
  display: flex
}

.footer-nav-list {
  margin-right: 80px;
  list-style: none
}

.footer-nav-list a,
.footer-nav-list span {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  color: #fff;
  text-decoration: none
}

@media screen and (max-width:768px) {

  .footer-nav-list a,
  .footer-nav-list span {
    font-size: 14px
  }
}

@media screen and (max-width:1238px) {
  .footer-nav-list {
    margin-right: 0
  }
}

.footer-nav-item:not(:first-child) {
  margin-top: 10px
}

@media screen and (max-width:1238px) {
  .footer-nav {
    margin: 15px 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .footer-nav-item {
    margin: 5px 0
  }
}

.footer-email-title {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  color: #fff
}

@media screen and (max-width:768px) {
  .footer-email-title {
    font-size: 14px
  }
}

.footer-email-text {
  padding-top: 16px;
  position: relative;
  padding-left: 36px;
  z-index: -1
}

.footer-email-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 14px;
  background-image: url(images/mail.svg);
  -o-object-fit: contain;
  object-fit: contain
}

@media screen and (max-width:1238px) {
  .footer-email {
    margin-top: 5px;
    height: 10px;
  }
}

.footer-social-title {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  color: #fff
}

@media screen and (max-width:768px) {
  .footer-social-title {
    font-size: 14px
  }
}

.footer-social-block {
  margin-top: 16px
}

.footer-social-item {
  text-decoration: none
}

.footer-social-item:not(:last-child) {
  margin-right: 20px
}

@media screen and (max-width:1238px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

html {
  font-family: PT Sans;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #707070
}

@media screen and (max-width:768px) {
  html {
    font-size: 14px
  }
}

body {
  z-index: 1
}

h1 {
  font-size: 50px;
  line-height: 124%;
  color: #0b0b0e;
  font-weight: 700
}

@media screen and (max-width:768px) {
  h1 {
    font-size: 30px;
    line-height: 130%
  }
}

h2 {
  font-size: 42px;
  line-height: 124%;
  color: #0b0b0e;
  font-weight: 700
}

@media screen and (max-width:768px) {
  h2 {
    font-size: 24px;
    line-height: 130%
  }
}

h3 {
  font-size: 32px;
  line-height: 124%;
  color: #0b0b0e;
  font-weight: 700
}

@media screen and (max-width:768px) {
  h3 {
    font-size: 20px;
    line-height: 120%
  }
}

h4 {
  font-size: 22px;
  line-height: 124%;
  color: #0b0b0e;
  font-weight: 700
}

@media screen and (max-width:768px) {
  h4 {
    font-size: 18px;
    line-height: 23px
  }
}

.logo {
  width: 248px;
  height: 47px;
  background-image: url(images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px
}

.logo-footer {
  background-image: url(images/logo-footer.svg)
}

@media screen and (max-width:768px) {
  .logo {
    width: 130px;
    height: 33px
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1238px;
  padding: 0 22px
}

.banner-desktop {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.banner-desktop-wrapp {
  position: -webkit-sticky;
  position: sticky;
  bottom: -1px;
  background-color: #0b0b0e;
  padding: 10px 0;
  z-index: 1;
  transition: all 1s
}

@media screen and (max-width:992px) {
  .banner-desktop-wrapp {
    display: none
  }
}

.banner-desktop-text {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  color: #fff;
  padding: 0 20px;
  max-width: 457px
}

@media screen and (max-width:768px) {
  .banner-desktop-text {
    font-size: 14px
  }
}

.banner-desktop-close {
  margin-left: 22px;
  -webkit-filter: invert(99%) sepia(47%) saturate(0) hue-rotate(59deg) brightness(110%) contrast(100%);
  filter: invert(99%) sepia(47%) saturate(0) hue-rotate(59deg) brightness(110%) contrast(100%);
  cursor: pointer
}

.banner-desktop .btn {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%
}

@media screen and (max-width:992px) {
  .banner-desktop {
    display: none
  }
}

.banner-mobile {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.banner-mobile-wrapp {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  background-color: #0b0b0e;
  padding: 10px 0;
  z-index: 1
}

@media screen and (min-width:993px) {
  .banner-mobile-wrapp {
    display: none
  }
}

.banner-mobile-text {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  color: #fff;
  padding-right: 20px;
  padding-bottom: 14px;
  max-width: 457px
}

@media screen and (max-width:768px) {
  .banner-mobile-text {
    font-size: 14px
  }
}

.banner-mobile-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-filter: invert(99%) sepia(47%) saturate(0) hue-rotate(59deg) brightness(110%) contrast(100%);
  filter: invert(99%) sepia(47%) saturate(0) hue-rotate(59deg) brightness(110%) contrast(100%);
  cursor: pointer
}

.banner-mobile .btn {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%
}

.chat {
  position: absolute;
  bottom: 0;
  right: 20px;
  margin-left: auto;
  margin-bottom: 20px;
  max-width: 320px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 16px rgba(41, 13, 98, .15);
  box-shadow: 0 8px 16px rgba(41, 13, 98, .15)
}

@media screen and (max-width:480px) {
  .chat {
    max-width: 276px;
    right: 22px
  }
}

.chat-wrapp {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 100px
}

@media screen and (max-width:992px) and (min-width:480px) {
  .chat-wrapp {
    bottom: 20px
  }
}

.chat-top {
  position: relative;
  padding: 14px;
  background-color: #36aaff;
  display: flex;
  align-items: center
}

.chat-photo {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  overflow: hidden;
  margin-right: 14px
}

.chat-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.chat-pos {
  color: #dfe5ee
}

.chat-name {
  font-size: 22px;
  line-height: 124%;
  color: #0b0b0e;
  font-weight: 700;
  color: #fff
}

@media screen and (max-width:768px) {
  .chat-name {
    font-size: 18px;
    line-height: 23px
  }
}

.chat-close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 18px;
  height: 18px;
  background-image: url(images/chat-close.svg);
  background-repeat: no-repeat;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer
}

.chat-item {
  display: flex;
  align-items: center;
  margin-bottom: 14px
}

.chat-item-text {
  background-color: #f6f8fc;
  border-radius: 24px;
  padding: 20px;
  margin-right: 14px
}

.chat-item:first-child {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700
}

@media screen and (max-width:768px) {
  .chat-item:first-child {
    font-size: 14px
  }
}

.chat-item-time {
  font-weight: 400;
  color: #dadada
}

.chat-content {
  padding: 14px
}

.modal {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 786px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 60px 50px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%)
}

.modal-wrapp {
  display: none;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, .7)
}

@media screen and (max-width:768px) {
  .modal-wrapp {
    display: none !important
  }
}

.modal-img,
.modal-text {
  text-align: center
}

.modal-text {
  font-size: 32px;
  line-height: 124%;
  color: #0b0b0e;
  font-weight: 700;
  padding: 45px 0
}

@media screen and (max-width:768px) {
  .modal-text {
    font-size: 20px;
    line-height: 120%
  }
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer
}

/* body.page-casino {
  min-height: 4570px;
} */

ul.breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 0 30px
}

ul.breadcrumb li {
  list-style: none
}

ul.breadcrumb li a {
  font-family: PT Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #707070
}

ul.breadcrumb li:nth-child(n+2) {
  margin-left: 50px;
  position: relative
}

ul.breadcrumb li:nth-child(n+2):before {
  position: absolute;
  content: ">";
  color: #707070;
  width: 7px;
  height: 14px;
  top: 0;
  left: -27px
}

a:-webkit-any-link {
  text-decoration: none
}

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

.page-aside {
  margin-right: 30px
}

.page-aside__wrapper {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  width: 480px
}

.page-aside__top {
  padding: 20px 40px 30px 20px
}

.page-aside__title {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.page-aside__img {
  margin-right: 20px
}

.page-aside__img img {
  width: 100px;
  height: 100px;
  background: 0 0;
  border-radius: 10px;
  object-fit: cover
}

.page-aside__bottom {
  background: #0889e7;
  padding: 16px 20px 20px 16px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.page-aside__bottom-title {
  font-family: PT Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #fff
}

.page-aside__bottom-param {
  font-family: PT Sans;
  font-weight: 700;
  font-size: 22px;
  line-height: 124%;
  color: #fbff28
}

.page-aside__btn {
  background: #fbff28;
  border-radius: 6px;
  width: 100%;
  height: 52px;
  font-family: PT Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #0b0b0e;
  padding-top: 14px
}

/* .main-content{
  margin-left: 0;
} */
.post-content {
  flex: 1;
  max-width: 684px;
  width: 100%
}

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

.casino__table-rating {
  width: 327px;
  min-height: 361px;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  padding: 20px
}

.casino__table-rating:first-child {
  margin-right: 30px
}

.casino__table-rating-title {
  font-family: PT Sans;
  font-weight: 700;
  font-size: 22px;
  line-height: 124%;
  color: #0b0b0e
}

.casino__table-rating-param {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px
}

.casino__table-rating-progress progress[value] {
  width: 124px;
  height: 10px
}

.casino__table-rating-minus,
.casino__table-rating-plus {
  font-family: PT Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #707070;
  margin-top: 16px;
  padding-left: 32px;
  position: relative
}

.casino__table-rating-plus:before {
  position: absolute;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(images/plus.svg);
  top: 2px;
  left: 0
}

.casino__table-rating-minus:before {
  position: absolute;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(images/minus.svg);
  top: 2px;
  left: 0
}

.casino-info-main {
  margin-top: 30px;
  max-width: 684px;
  width: 100%;
  min-height: 475px;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  padding: 20px 0 12px 0
}

.casino-info-main__title {
  font-family: PT Sans;
  font-weight: 700;
  font-size: 22px;
  line-height: 124%;
  color: #0b0b0e;
  padding-left: 20px;
  padding-bottom: 12px
}

.casino-info-main__info {
  background: #f0f0f0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: PT Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0b0b0e;
  padding: 12px 20px
}

.casino-info-main__info:nth-child(odd) {
  background: #fff
}

.casino-info-main__name {
  min-width: 84px
}

.casino-info-main__param {
  margin-left: 50px
}

.casino-game-types {
  min-height: 179px;
  max-width: 684px;
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  margin-top: 30px
}

.casino-game-types__title {
  font-family: PT Sans;
  font-weight: 700;
  font-size: 22px;
  line-height: 124%;
  color: #0b0b0e;
  padding: 20px 0 12px 20px
}

.casino-game-types__type {
  padding-left: 20px
}

.casino-game-types__type-item {
  padding: 6px 16px 6px 30px;
  background: #d0d0d0;
  border-radius: 4px;
  font-family: PT Sans;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
  margin-right: 10px;
  margin-top: 10px;
  max-width: 108px;
  display: inline-block;
  position: relative
}

.casino-game-types__type-item.item-ok {
  background: #0889e7
}

.casino-game-types__type-item.item-ok:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(images/yes.svg);
  top: 14px;
  left: 15px
}

.casino-game-types__type-item:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(images/no.svg);
  top: 14px;
  left: 15px
}

.casino-payments {
  min-height: 141px;
  max-width: 684px;
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  margin-top: 30px
}

.casino-payments__title {
  font-family: PT Sans;
  font-weight: 700;
  font-size: 22px;
  line-height: 124%;
  color: #0b0b0e;
  padding: 20px 0 12px 20px
}

.casino-payments__img {
  padding-left: 20px;
  padding-top: 10px
}

.casino-payments__img img:nth-child(n+2) {
  margin-right: 5px
}

.casino__btns {
  min-height: 100px;
  max-width: 684px;
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  margin-top: 30px
}
.casino__btns h4 {
  padding-left: 10px;
  padding-top: 10px;
}

.casino__btns-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 19px;
}
li.casino__btns-item {
  list-style: none;
}

li.casino__btns-item a {
  font-family: PT Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #707070;
  padding: 22px 15px;
}
li.casino__btns-item a:first-child {
  padding: 22px 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
li.casino__btns-item a:last-child {
  padding: 22px 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

li.casino__btns-item a:hover {
  color: #fff;
  background: #0889E7;
}
@media screen and (max-width: 672px){
  .casino__btns-list{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  li.casino__btns-item{
    margin: 5px 0;
    width: 100%;
  }
  li.casino__btns-item a{
    padding: 0;
    margin-right: 15px 0;
    width: 100%;
  }
  li.casino__btns-item a:hover {
    color: #0889E7;
    background: transparent;
  }
  li.casino__btns-item a:first-child, li.casino__btns-item a:last-child {
    padding: 0;
  }
}
.main-text.page__text {
  margin-top: 50px;
  max-width: 684px;
  width: 100%;
  margin-left: 0;
  margin-right: 0
}

.popular-casino {
  margin-top: 50px
}

.popular-casino__block {
  background: #f0f0f0;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  max-width: 684px;
  width: 100%;
  min-height: 295px;
  margin-top: 30px;
  padding: 20px 0 20px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.popular-casino__item {
  width: 276px;
  min-height: 255px;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  margin-right: 10px
}

@media screen and (max-width: 622px){
  .popular-casino__block{
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    background: transparent;
    border: none;
    padding: 0;
  }
  .popular-casino__item:nth-child(n+2){
    margin-top: 10px;
  }
}

.popular-casino__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.popular-casino__top>.page-aside__img img {
  width: 51px;
  height: 51px
}

.popular-casino__top>.casino-name {
  font-size: 16px;
  line-height: 150%
}

.popular-casino__top>.casino-rating {
  font-size: 16px;
  line-height: 150%;
  margin-left: 10px
}

.popular-casino__bottom{
  background: #0889e7;
  padding: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 15px;
}

.popular-casino__name {
  font-family: PT Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-top: 15px
}

.popular-casino__info {
  font-family: PT Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #fbff28;
}

.popular-casino__btns {
  margin-top: 15px;
    padding-bottom: 15px;
}

.popular-casino__btn-start {
  width: 123px;
  height: 52px;
  padding: 14px 17px;
  background: #fbff28;
  border-radius: 6px;
  font-family: PT Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #1f2021
}

.popular-casino__btn-read {
  width: 123px;
  height: 52px;
  padding: 14px 17px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  font-family: PT Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #fff
}

.faq {
  margin-top: 50px
}

.faq h2 {
  margin-bottom: 30px
}

.faq__descr {
  width: 100%;
  max-width: 768px;
  text-align: center;
  line-height: 140%;
  margin: 0 auto 30px
}

@media screen and (max-width:768px) {
  .faq__descr {
    margin: 0 auto 25px
  }
}

.faq__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap
}

.faq__column {
  width: 100%
}

@media screen and (max-width:992px) {
  .faq__column {
    width: 100%
  }
}

.faq__item {
  max-width: 684px;
  width: 100%;
  font-weight: 700;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #f6f8fc;
  cursor: pointer;
  border: 3px solid #dfe5ee;
  box-sizing: border-box;
  border-radius: 12px
}

.faq__title.block__title {
  font-family: 'PT Sans', sans-serif;
  font-weight: 900;
  font-size: 42px;
  color: #707070;
  margin-bottom: 30px
}

.faq__item:hover .faq__item_header {
  color: #0889e7
}

.faq__item.active .faq__item_header {
  color: #0889e7;
  white-space: initial;
  overflow: auto
}

.faq__item.active .faq__item_header::after {
  transform: translate(50%, calc(-50% + 3px)) rotate(225deg)
}

.faq__item.active .faq__item_body::before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #dadada;
  top: -10px
}

.faq__item_header {
  position: relative;
  padding: 20px 60px 20px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s;
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #707070
}

@media screen and (max-width:768px) {
  .faq__item_header {
    white-space: normal
  }
}

.faq__item_header::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  border: solid #0889e7;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
  transform: translate(50%, calc(-50% - 3px)) rotate(45deg);
  transition: all .3s
}

.faq__item_body {
  display: none;
  position: relative;
  padding: 0 60px 20px 20px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #707070
}

.faq__item_body ol,
.faq__item_body ul {
  line-height: 16px
}

.faq__item_body ol li,
.faq__item_body ul li {
  margin-bottom: 5px
}

.faq__item_body p {
  padding-bottom: 5px
}

.faq.not-front-faq {
  background: 0;
  padding: 0
}

.faq.not-front-faq .faq__title {
  justify-content: flex-start
}

.faq.not-front-faq .faq__item {
  background-color: #f6f8fc
}

.bottom-content {
  margin-bottom: 50px
}

.bottom-content__title {
  margin: 50px 0 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.bottom-content__title h4 {
  color: #707070
}

.bottom-content__title img {
  margin-left: 20px
}

.casino__table-total-rating {
  padding: 20px;
  width: 327px;
  min-height: 201px;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  font-family: PT Sans;
  font-weight: 700;
  font-size: 100px;
  line-height: 114%;
  color: #0889e7
}
@media screen and (max-width: 515px){
  .casino__table-total-rating {
    width: 100%;
  }
}


.aside {
  position: relative;
  width: 100%;
}
.aside-fixed {
  position: fixed;
  top: 100px;
  width: 100%;
}
.aside-absolute {
  position: absolute;
  top: 100px;
  bottom: 0;
}

@media screen and (max-width:1238px) {
  .aside {
    margin: 0 auto 30px;
    width: auto !important;
  }
  .aside-fixed {
    position: relative;
  }
  .content__wrapper {
    display: flex;
    flex-direction: column
  }

  .page-aside {
    margin-right: 0;
  }

  .casino-game-types,
  .casino-info-main,
  .casino-payments,
  .casino__btns,
  .main-text.page__text,
  .popular-casino__block,
  .post-content {
    margin: 0 auto 30px
  }

  .bottom-content__title h4,
  .popular-casino h2 {
    text-align: center
  }

  .bottom-content__title {
    justify-content: center
  }

  .faq h2 {
    text-align: center
  }

  .faq__item {
    margin: 0 auto 30px
  }

  .casino-game-types__type {
    padding-bottom: 10px
  }
}

@media screen and (max-width:746px) {
  .casino__table {
    justify-content: space-between
  }

  .casino__table-rating {
    width: 276px;
    min-height: 290px
  }

  .casino__table-rating-progress progress[value] {
    width: 91px;
    height: 4px
  }

  .casino__table-rating.second-table-rating {
    width: 276px;
    min-height: 326px
  }

  .casino__table-total-rating {
    width: 276px;
    height: 187px
  }
}

@media screen and (max-width:572px) {
  .bottom-content__title {
    justify-content: center;
    flex-direction: column
  }

  .page-aside__wrapper {
    width: 100%;
    min-height: 402px
  }

  .page-aside__top {
    padding: 15px 10px
  }

  .casino-adv-item {
    display: flex;
    align-items: center;
    justify-content: flex-start
  }

  .casino-adv-item:nth-child(n+2) {
    padding-left: 0;
    margin-top: 12px
  }

  .casino-adv-desc {
    margin-left: 20px
  }

  .casino-adv-title {
    min-width: 100px
  }

  .casino-adv {
    display: flex;
    flex-direction: column;
    margin-top: 20px
  }

  .page-aside__img img {
    width: 60px;
    height: 60px
  }

  .page-aside__bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 20px
  }
}

@media screen and (max-width:515px) {
  .casino__table {
    flex-direction: column;
    justify-content: center;
    align-items: center
  }

  .casino__table-rating, .casino__table-rating.second-table-rating{
    width: 100%;
  }
  .casino__table-rating:first-child {
    margin-right: 0;
    margin-bottom: 20px
  }

  .casino-info-main__info.casino-info-main__info-mobile {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: start
  }

  .casino-info-main__param {
    margin-left: 0;
    margin-top: 5px
  }
  ul.breadcrumb li a {
    font-size: 12px
  }

  ul.breadcrumb li:nth-child(n+2) {
    margin-left: 20px;
    position: relative
  }

  ul.breadcrumb li:nth-child(n+2):before {
    top: 1px;
    left: -14px
  }

  .casino__table-rating-minus,
  .casino__table-rating-plus {
    font-size: 14px
  }
}


.btn-popup {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  color: #0b0b0e;
  background-color: #fbff28;
  border-radius: 6px;
  padding: 14px;
  max-width: 276px;
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}

.thead-light th{
  color:#495057;
  background-color:#e9ecef;
  border-color:#dee2e6;


}

.table {
    width: 100%;
    color: #212529 !important;
    border-collapse: collapse !important;
}
.text-center {
    text-align: center !important;
    }

    .linet
    {
    border: 1px solid #606060 !important;
    }

    .btn-popupqq {
        display: block !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 16px !important;
        line-height: 150% !important;
        font-weight: 700 !important;
        color: #0b0b0e !important;
        background-color: #fbff28 !important;
        border-radius: 6px !important;
        padding: 14px !important;
        max-width: 276px !important;
        width: 220% !important;
        -webkit-transition: all .2s !important;
        transition: all .2s !important;
        cursor: pointer !important;
    }

.faq-h3
    {
        color: #0889e7 !important;
        white-space: initial !important;
        overflow: auto !important;
        position: relative !important;
        padding: 10px 60px 10px 10px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        transition: all .3s !important;
        font-family: pt sans,sans-serif !important;
        font-style: normal !important;
        font-weight: 800 !important;
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .heroo-sectiomn {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 100%;
        padding: 50px 0;
    }
    .picachy {
padding-bottom: 3%;
  }

.fdfdf
{
  margin: auto;
  margin-top: 20px;
  }



  .olcasino {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0 0 1.5em 0.5em !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  overflow-x: hidden !important;
  }
  .olcasino li {
  counter-increment: my-awesome-counter;
  }
  .olcasino li::before {
  content: counter(my-awesome-counter) ". ";
  color: #797f87;
  font-weight: bold;
  }



.minitextdd
{width: 27%;
 margin-right: 20px;
  }


.imggk
{
  margin-right: 10px;
  }


.pminfyter{
font-size: 14px !important;
}

.pminfytere{
font-size: 10px !important;
}
