/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  background-color: #1c242c;
}
details,
main {
  display: block;
}
h1 {
  font-size: 2em;
  padding: 0.67em 0;
  line-height: normal;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  color: #0fe80d;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
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;
  max-width: 100%;
  height: auto;
}
button,
input,
optgroup,
select {
  font-size: 100%;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"],
legend {
  -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;
}
summary {
  display: list-item;
}
.form-sign-in .form__input label,
[hidden],
template {
  display: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.menu-wrap a {
  color: #fff;
}
.menu-wrap a:focus,
.menu-wrap a:hover {
  color: #24bb9d;
}
.close-button,
.menu-button {
  border: 0;
  background: 0 0;
  color: transparent;
  outline: 0;
}
.menu-button {
  position: fixed;
  right: 0;
  z-index: 1000;
  padding: 0;
  width: 2.5em;
  height: 2.25em;
  text-indent: 2.5em;
  font-size: 1.5em;
  display: none;
}
.menu-button::before {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #fdca0b),
    color-stop(20%, transparent),
    color-stop(40%, transparent),
    color-stop(40%, #fdca0b),
    color-stop(60%, #fdca0b),
    color-stop(60%, transparent),
    color-stop(80%, transparent),
    color-stop(80%, #fdca0b)
  );
  background: -o-linear-gradient(
    #fdca0b 20%,
    transparent 20%,
    transparent 40%,
    #fdca0b 40%,
    #fdca0b 60%,
    transparent 60%,
    transparent 80%,
    #fdca0b 80%
  );
  background: linear-gradient(
    #fdca0b 20%,
    transparent 20%,
    transparent 40%,
    #fdca0b 40%,
    #fdca0b 60%,
    transparent 60%,
    transparent 80%,
    #fdca0b 80%
  );
  content: "";
}
.close-button {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
}
.close-button::after,
.close-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background: #fdca0b;
}
.close-button::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-button::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-wrap {
  position: fixed;
  overflow-y: auto;
  z-index: 1001;
  width: 300px;
  background: #373a47;
  padding: 2.5em 1.5em 0;
  font-size: 1.15em;
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu-wrap i {
  margin-right: 20px;
}
.icon-list,
.menu,
.menu-wrap {
  height: 100%;
}
.icon-list,
.icon-list a {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0s 0.4s;
  -o-transition: transform 0s 0.4s;
  transition: transform 0s 0.4s;
  transition: transform 0s 0.4s, -webkit-transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.icon-list a {
  display: block;
  padding: 0.8em;
  -webkit-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
}
.icon-list a:nth-child(2) {
  -webkit-transform: translate3d(0, 1000px, 0);
  transform: translate3d(0, 1000px, 0);
}
.icon-list a:nth-child(3) {
  -webkit-transform: translate3d(0, 1500px, 0);
  transform: translate3d(0, 1500px, 0);
}
.icon-list a:nth-child(4) {
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
}
.icon-list a:nth-child(5) {
  -webkit-transform: translate3d(0, 2500px, 0);
  transform: translate3d(0, 2500px, 0);
}
.icon-list a:nth-child(6) {
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0);
}
.icon-list a span {
  margin-left: 10px;
  font-weight: 700;
}
.show-menu .content::before,
.show-menu .icon-list,
.show-menu .icon-list a,
.show-menu .menu-wrap {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.show-menu .icon-list,
.show-menu .icon-list a,
.show-menu .menu-wrap {
  -webkit-transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.show-menu .icon-list a {
  -webkit-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  transition-duration: 0.9s;
}
.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
  background: #433121;
}
ul {
  margin: 0;
}
ul li {
  margin: 0;
  padding: 0;
}
.header .container {
  background: #000;
  -webkit-box-shadow: 0 0 20px 15px #000;
  box-shadow: 0 0 20px 15px #000;
}
.header--bottom,
.header--top {
  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;
}
.header--top {
  height: 95px;
}
.header--left,
.header--middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
}
.header--right,
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 95px;
  width: 325px;
}
.header--right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto;
  align-items: center;
}
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.button--s2 {
  width: 130px;
  height: 25px;
}
.button--t1 {
  font-weight: 700;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdca0b),
    color-stop(50%, #ffba00),
    to(#f04e23)
  );
  background: -o-linear-gradient(top, #fdca0b 0, #ffba00 50%, #f04e23 100%);
  background: linear-gradient(to bottom, #fdca0b 0, #ffba00 50%, #f04e23 100%);
}
.header__registration {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.button--t3 {
  font-weight: 700;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#c6ff62),
    color-stop(50%, #00c309),
    to(#006017)
  );
  background: -o-linear-gradient(top, #c6ff62 0, #00c309 50%, #006017 100%);
  background: linear-gradient(to bottom, #c6ff62 0, #00c309 50%, #006017 100%);
}
.header-menu,
.header-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 15px;
  font-size: 16px;
}
.header-menu__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-menu__item a {
  color: #fff;
  font-size: 15px;
}
.header-menu__item:not(:last-of-type) {
  margin-right: 15px;
}
.header--bottom {
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 30px;
  background-color: #006c15;
  margin-right: -15px;
  margin-left: -15px;
}
.header-info .header-btns,
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu__list li + li {
  padding-left: 30px;
}
.menu__list a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 15px;
  border-radius: 20px;
}
.menu__list a:hover {
  background-color: #fff;
  color: #000;
}
.header-info .header-btns {
  padding: 7px 0;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 -1px 5px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 -1px 5px 1px rgba(0, 0, 0, 0.4);
}
._ref_btn_ {
  margin: 0 auto;
  padding: 8px 12px;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #bd0800;
  border-radius: 3px;
  color: #fff;
}
._ref_btn_.ent {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
._ref_btn_.ent:hover {
  color: #febf03;
}
.main__banner {
  padding-top: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.main__banner img,
label {
  width: 100%;
}
.main__content {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 15px;
}
.main__content h1 {
  text-align: center;
}
.games__list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 15px;
  margin: auto;
  list-style: none;
}
.games__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.games__item,
.games__item__wrapper {
  position: relative;
}
.games__item__img {
  position: relative;
  overflow: hidden;
  padding-top: 67.25%;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  background: #001621;
}
.games__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.games__item:hover .games__item__overlay,
.games__item__overlay {
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.games__item__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
}
.button--s3 {
  width: 120px;
  height: 35px;
}
.button--s4 {
  width: 90px;
  height: 30px;
}
.button--t2 {
  font-weight: 700;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff5a00),
    color-stop(50%, #ff001e),
    to(#590000)
  );
  background: -o-linear-gradient(top, #ff5a00 0, #ff001e 50%, #590000 100%);
  background: linear-gradient(to bottom, #ff5a00 0, #ff001e 50%, #590000 100%);
}
.games__item__name {
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #fff;
}
.games__item:hover .games__item__overlay {
  visibility: visible;
  opacity: 1;
}
.section-games {
  margin-top: 30px;
}
.footer .container {
  background: #000;
}
.footer .container-fluid {
  background: #000;
}
.footer-menu .menu__list,
.payments-list {
  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;
}
.payments-list {
  padding-top: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.payments-item {
  margin: 10px 20px;
}
.footer-menu .menu__list {
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}
.footer-menu .menu__list .menu__item {
  margin: 0 20px;
}
.footer-menu .menu__list .menu__item a {
  color: #f1a002;
}
.footer-menu .menu__list .menu__item a:hover {
  color: #000;
  background-color: #f1a002;
}
.footer-copyright {
  margin-top: 15px;
  padding-bottom: 15px;
}
.copyrights {
  font-size: 12px;
  text-align: center;
  opacity: 0.3;
  color: #fff;
}
picture.helper__bg {
  position: fixed;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.registration-fast__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25px;
  margin-right: 10px;
  text-transform: uppercase;
  color: #18ff00;
  font-weight: 500;
  font-size: 13px;
}
.form,
.registration-fast__link,
.user__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user__area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.form-sign-in .form__input {
  width: 130px;
  margin-bottom: 0;
  margin-right: 10px;
}
.form-sign-in .form__input.password {
  position: relative;
}
label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}
.form-sign-in .form__input input {
  height: 25px;
  background: #474646;
  color: #fff;
}
[type="email"],
[type="password"],
[type="search"],
[type="tel"],
input[type="text"],
textarea {
  width: 100%;
  padding: 0 10px;
  height: 25px;
  background: #000;
  color: #909090;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}
.game_block {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
  background-color: #8da4c6;
  border-radius: 10px;
  overflow: hidden;
  backdrop-filter: blur(5px);
}
.game_block__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 168px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  background-color: #f8ff13;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  transition: 0.12s ease-in;
  z-index: 4;
}
.motivational-block-content {
  position: relative;
  padding: 2px;
  background: linear-gradient(0deg, #8b7448, #342f23);
  box-shadow: 0 4px 10px rgb(0 0 0 / 70%);
  border-radius: 5px;
}
.motivational-block-content__label {
  position: absolute;
  left: 0;
  top: 0;
}
.status-flag {
  box-sizing: border-box;
  align-items: center;
  display: flex;
  padding: 0 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
}
.motivational-block-content__flag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  line-height: 12px;
  border: none;
}
.status-flag.status-flag--fifth {
  display: block;
  width: 29px;
  height: auto;
  padding: 0;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  text-transform: lowercase;
  border-top-left-radius: 5px;
  background-image: linear-gradient(180deg, #f56398, #a00202);
}
.motivational-block-content__wrap {
  display: flex;
  align-items: center;
  height: 76px;
  padding: 8px;
  border-radius: inherit;
  background-color: #433121;
}
.motivational-block-content__icons {
  padding-right: 4 px;
}
[class*="icon-"] {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.icon-bonus-motiv {
  background-image: url(../images/bonus-motiv.svg);
}
.motivational-block-content__icon {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .motivational-block-content__icon {
    width: 36px;
    height: 36px;
  }
}
.motivational-block-content__text {
  flex-basis: 100%;
  color: #8b8c8e;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-right: 10px;
}
.motivational-block-content__headline {
  text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
  margin-bottom: 4px;
  font-weight: 700;
  color: #f5d76c;
}
@media screen and (min-width: 768px) and (min-height: 420px) {
  .motivational-block-content__headline {
    font-size: 16px;
  }
}
.motivational-block-content__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.motivational-block-content__btns {
  margin-bottom: 4px;
}
.v-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  text-align: center;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  border-radius: 100px;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
}
.v-button {
  background: linear-gradient(
    98.32deg,
    #f04e23 -2%,
    #ffba00 54.7%,
    #fdca0b 107.96%
  );
  color: #000;
}
.motivational-block-content__countdown {
  width: 60px;
  height: 16px;
  text-align: center;
  padding: 0 14px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 16px;
  background-color: #3b3c41;
}
.motivational-block-frame__bottom-container {
  margin-right: 15px;
}
.motivational-block-content__desc {
  margin-top: 0;
}
.motivational-block-content__headline {
  margin-top: 15px;
}
.promo-pull {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #006c15;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  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;
  -webkit-box-shadow: 0 -2px 12px rgb(0 0 0 / 20%);
  box-shadow: 0 -2px 12px rgb(0 0 0 / 20%);
  padding: 0 15px;
  height: 56px;
}
.promo-pull_show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.promo-pull__img-holder {
  max-width: 100px;
  border-radius: 50%;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.a18 {
  margin-left: 20px;
  margin-right: 10px;
}
.promo-pull_show {
  display: none;
}
.subscribe {
  -webkit-box-shadow: 0 4px 8px 1px rgb(40 40 40 / 20%);
  box-shadow: 0 4px 8px 1px rgb(40 40 40 / 20%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  background: no-repeat center,
    -webkit-gradient(linear, left bottom, left top, from(#f7ee06ad), to(#fd8a08));
  background: no-repeat center,
    -webkit-linear-gradient(bottom, #f7ee06ad 0, #fd8a08 100%);
  background: no-repeat center,
    -o-linear-gradient(bottom, #f7ee06ad 0, #fd8a08 100%);
  background: no-repeat center,
    linear-gradient(to top, #f7ee06ad 0, #fd8a08 100%);
  padding: 30px 70px 30px 180px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  padding-bottom: 30px;
  align-items: center;
}
.subscribe-automat {
  position: absolute;
  left: -15px;
  top: -110px;
}
.subscribe-content {
  margin-right: 65px;
}
.subscribe-text {
  color: #cd373a;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 1.46px;
}
.subscribe-head {
  color: #2b2525;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 1.31px;
  margin-top: 20px;
}
.banner__btn {
  margin-left: auto;
}
.banner__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  padding: 9px 20px;
}
#subscribe {
  padding-bottom: 50px;
}
.PgndAe_ {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
}

.nIEkBAC22xNs {
  margin: 0 auto;
  z-index: 2;
  cursor: pointer;
  text-align: center;
}

.nIEkBAC22xNs img {
  position: relative;
  width: 100%;
}
.uK0224j0eJqQ {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.jztKvy {
  display: block;
  width: 240px;
  height: 120px;
  background: url(../images/btn-play.png) no-repeat center center;
  background-size: 100% auto;
  text-align: right;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .jztKvy {
    width: 285px;
    height: 130px;
  }
}
.jztKvy:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.XIuXoUb8jiL {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -1px -1px 0 #85274c;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .XIuXoUb8jiL {
    padding-right: 12px;
    font-size: 24px;
  }
}
.jztKvy:hover {
  text-decoration: none;
  background: url(../images/btn-play-hov.png) no-repeat center center;
  background-size: 100% auto;
}
.QuIAdcf {
  margin-top: -10px;
  padding-left: 65px;
}
.Vz7Ize {
  display: inline-block;
}
.fSJvZptyY {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  outline: 0;
  font-weight: 700;
  position: relative;
  padding: 7px 10px;
  border-radius: 4px;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}
.Uq1igo {
  background: #18cc02eb;
}
.QuIAdcf .fSJvZptyY {
  padding: 8px 14px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.nIEkBAC22xNs:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.tJw {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tJw iframe {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
}

.zkfmZcIe {
  padding: 0;
  position: relative;
}
.c-slots-title-S-1-1 .hAPU19r {
  padding: 10px 0;
  font-size: 18px;
  display: table;
  width: 100%;
  border-spacing: 0;
}
.c-slots-title-S-1-1 .wl0uHhGU {
  font-size: 24px;
}
@media only screen and (min-width: 1200px) {
  .c-slots-slider-S-1-1 .tYOPxYyfvO {
    display: table;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .c-slots-slider-S-1-1 .TEC1U1dJ8a_ .slick-list {
    overflow: visible;
  }
}
@media only screen and (min-width: 1200px) {
  .c-slots-slider-S-1-1 .AUt {
    display: table-cell;
    vertical-align: top;
    width: 20%;
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-slot-S-1-1 {
    height: 230px;
  }
}
.c-slot-S-1-1 {
  position: relative;
}
.c-slot-S-1-1 .AGqsQDK {
  text-align: center;
  border-radius: 4px;
  padding: 12px 10px;
  -webkit-box-shadow: 0 5px 8px rgba(3, 5, 21, 0.3);
  box-shadow: 0 5px 8px rgba(3, 5, 21, 0.3);
  background-color: #0b600096;
  max-width: 310px;
  margin: 0 auto 24px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #ff8f00ab;
}
@media only screen and (min-width: 568px) {
  .c-slot-S-1-1 .AGqsQDK {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .c-slot-S-1-1 .AGqsQDK {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-slot-S-1-1 .AGqsQDK {
    margin-bottom: 12px;
  }
}
.c-slots-slider-S-1-1 .TEC1U1dJ8a_ .AGqsQDK {
  max-width: 250px;
}
@media only screen and (min-width: 667px) {
  .c-slots-slider-S-1-1 .TEC1U1dJ8a_ .AGqsQDK {
    max-width: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .c-slots-slider-S-1-1 .TEC1U1dJ8a_ .AGqsQDK {
    max-width: 230px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-slots-slider-S-1-1 .TEC1U1dJ8a_ .AGqsQDK {
    max-width: 208px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-slots-slider-S-1-1 .TEC1U1dJ8a_ .AGqsQDK {
    max-width: none;
  }
}
.c-slot-S-1-1 .kc0VtAwO {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}
.c-slot-S-1-1 .cdN8_xv {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
}
.c-slot-S-1-1 .l7gxHMmPE5 {
  -webkit-box-shadow: 0 5px 8px rgba(3, 5, 21, 0.3);
  box-shadow: 0 5px 8px rgba(3, 5, 21, 0.3);
}
.c-slot-S-1-1 .jyXK9IXYSNkU {
  padding-top: 5px;
}
@media only screen and (min-width: 1200px) {
  .c-slot-S-1-1 .jyXK9IXYSNkU {
    display: none;
  }
}
.c-slot-S-1-1 .vga2JXX {
  text-align: left;
  display: table;
  width: 100%;
}
.c-slot-S-1-1 .sXonnD,
.c-slot-S-1-1 .nMX9z {
  display: table-cell;
  vertical-align: middle;
}
.c-slot-S-1-1 .sXonnD {
  padding-right: 10px;
}
.c-slot-S-1-1 .sXonnD .fSJvZptyY,
.c-slot-S-1-1 .nMX9z .fSJvZptyY {
  padding-top: 0;
  padding-bottom: 0;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.fSJvZptyY {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  outline: 0;
  font-weight: 700;
  position: relative;
  padding: 7px 10px;
  border-radius: 4px;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}
.fSJvZptyY,
.fSJvZptyY:hover {
  text-decoration: none;
}
.xoxDVD9_me5b {
  text-transform: uppercase;
  background-color: #f23b41;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f23b41),
    color-stop(79%, #ee5800),
    to(#ff9b00)
  );
  background: linear-gradient(to top, #f23b41 0%, #ee5800 79%, #ff9b00 100%);
  text-shadow: -1px -1px 0 #85274c;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.aRSnqYAd3on {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .c-slot-S-1-1 .AGqsQDK:focus,
  .c-slot-S-1-1 .AGqsQDK:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
  }
}
@media only screen and (min-width: 1200px) {
  .c-slot-S-1-1 .AGqsQDK:focus .jyXK9IXYSNkU,
  .c-slot-S-1-1 .AGqsQDK:hover .jyXK9IXYSNkU {
    display: block;
  }
}
.xoxDVD9_me5b:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f23b41),
    color-stop(79%, #ee5800),
    to(#ff9b00)
  );
  background: linear-gradient(to bottom, #f23b41 0%, #ee5800 79%, #ff9b00 100%);
}
#review-poster {
  background: #000;
  height: auto;
  font-size: 14px;
  color: #fff;
  background-size: 100% 100%;
}
.wrapper {
  width: 1110px;
  margin: 0 auto 0 auto;
  padding: 0 15px;
}
.review-poster {
  font-size: 18px;
}
.review-poster-info {
  padding: 50px 30px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.review-poster-logo {
  width: 195px;
  text-align: center;
}
.review-poster-logo-rating {
  margin-top: 10px;
}
.review-poster-grade-horison {
  display: none;
}
.review-poster-grade-circle {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  display: inline-block;
  background: #d9cf0f;
  color: white;
  border: 1px solid white;
  font-size: 28px;
  font-family: FuturaPT-Heavy;
  line-height: 67px;
}
.review-poster-grade-circle p {
  margin: 0;
}
.review-poster-title-info,
.review-poster-grade-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px 0;
}
.review-poster-title {
  width: 585px;
  margin: 0 0 0 30px;
}
.review-poster-title .name {
  font-size: 40px;
  margin-right: 20px;
}
.review-poster-grade {
  position: absolute;
  right: 155px;
  top: 50px;
  text-align: center;
}
.review-poster-title-info-img img {
  max-width: 27px;
}
.review-poster-title-info-text {
  margin-left: 15px;
  display: inline-block;
  width: 75%;
}
.contry_out {
  white-space: nowrap;
  font-size: 18px;
  margin-top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.contry_out.main {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  justify-content: flex-start;
}
.review-poster-title .contry_out.main {
  padding-left: 0;
}
.contry_out img {
  width: 27px;
  margin-right: 15px;
  cursor: pointer;
}
.contry_out.main span {
  white-space: normal;
  text-align: left;
}
.review-poster-title-btn {
  margin-top: 25px;
}
.container-fluid {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}
.main__inner {
  display: flex;
  justify-content: space-between;
}
.main__content {
  max-width: 70%;
}
.sidebar {
  max-width: 30%;
  width: 100%;
  margin-left: 15px;
  margin-bottom: 20px;
}
.widget {
  background: #fff;
  box-shadow: 0 2px 7px rgb(0 0 0 / 20%);
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.widget-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #000;
  padding: 18px 24px;
  text-align: center;
}
.wppr-prodlist .casino-logo-bg,
.wppr-prodlist .ct-review-link,
.wppr-prodlist .review-poster-grade-circle,
.wppr-prodlist span,
.wppr-prodlist .ct-cta-wrapper {
  display: none;
}
.ct-review-link {
  display: block;
  color: #333;
  margin: 10px auto 0;
  text-decoration: none;
  font-size: 18px;
}
@media (min-width: 992px) {
  .game-item {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .game-item {
    overflow: visible;
  }
}
.widget .item,
.widget .game-item {
  padding: 24px;
  background: #d3c51717;
  display: block;
}
.wppr-prodlist .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item__logo,
.widget .game-item-img {
  border-radius: 8px;
  width: 100px;
  margin-right: 25px;
  display: block;
  float: left;
  min-height: 66px;
  max-height: 66px;
  position: relative;
  overflow: hidden;
}
.item__logo img {
  display: block;
}
.wppr-prodrowright p {
  max-width: 170px;
}
.wppr-prodlist
  .wppr-prodrow
  .wppr-prodrowright
  .wppr-review-stars
  .wppr-review-stars-grade {
  color: #ff7e00;
}
.bnt__reg,
.btn__signin {
  border-radius: 12px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-family: Arial;
  font-size: 18px;
  padding: 9px 47px;
  text-decoration: none;
}
.bnt__reg {
  -webkit-box-shadow: 2px -2px 0 0 #fdca0b;
  box-shadow: 2px -2px 0 0 #fdca0b;
  background: -o-linear-gradient(top, #fdca0b 0, #ffba00 50%, #f04e23 100%);
  background: linear-gradient(to bottom, #fdca0b 0, #ffba00 50%, #f04e23 100%);
  background-color: #fdca0b;
  border: 1px solid #ffba00;
  margin-left: 10px;
}
.wppr-bttn {
  padding: 6px 5px;
  margin-left: 15px;
}
.wppr-bttn.bnt__reg {
  margin-right: 10px;
  font-size: 18px;
}
.btn__signin {
  -webkit-box-shadow: 3px -2px 0 0 #3dc21b;
  box-shadow: 3px -2px 0 0 #3dc21b;
  background: -o-linear-gradient(top, #21b548 5%, #57b326 100%);
  background: linear-gradient(to bottom, #c6ff62 0, #00c309 50%, #006017 100%);
  background-color: #c6ff62;
  border: 1px solid #00c309;
}
.item.game .btn,
.widget .btn__signin {
  font-size: 18px;
  padding: 7px 4px;
}
.widget .item:after {
  content: "";
  display: block;
  clear: both;
}
.item__more {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  text-align: center;
  margin: 15px 0;
  padding: 9px 20px;
}
.item__name,
.widget .game-item-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  text-decoration: none;
  min-width: 155px;
  text-align: center;
}
.widget .item__name:hover,
.widget .game-item-name:hover {
  color: #20a53d;
}
.main__content-description {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 15px;
}
.small {
  min-width: 155px;
}

.heading {
  color: #fff;
  font-weight: 900;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-top: 24px;
}
.items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  margin: -6px;
  justify-content: center;
}
.items .item {
  background-color: #fff;
  width: calc(20% - 12px);
  margin: 6px;
  padding: 0 7.5px 39px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgb(0 0 0 / 14%);
}
.item__image {
  margin: 0 -7.5px 15px;
  display: block;
}
.item__image {
  position: relative;
}
.casino__bonus {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  min-height: 60px;
}
.top-bonus .casino__bonus {
  font-weight: bold;
}
.casino__bonus-title {
  margin-bottom: 15px;
}
.review__btn {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  text-decoration: underline;
  font-weight: 700;
}
.all-bonuses__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.casinos_table_wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: height 0.6s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: height 0.6s ease 0s, opacity 0.3s ease 0s;
  transition: height 0.6s ease 0s, opacity 0.3s ease 0s;
}
.casinos_table_block .wppr-prodrow {
  display: none;
}
.casinos_table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-bottom: 1px solid grey;
  table-layout: fixed;
}
.casinos_table {
  margin: 20px 0;
}
.casinos_table th {
  color: #fff;
  padding: 5px;
  text-align: center;
  background: #a27f50;
}
.casinos_table th:nth-child(1),
.casinos_table td:nth-child(1) {
  width: 38%;
}
.casinos_table.with_ranks th:nth-child(1),
.casinos_table.with_ranks td:nth-child(1) {
  width: 27%;
}
.casinos_table.with_ranks th:nth-child(2),
.casinos_table.with_ranks td:nth-child(2) {
  width: 15%;
}
.casinos_table th:nth-child(3),
.casinos_table td:nth-child(3) {
  width: 32%;
}
.casinos_table.with_ranks th:nth-child(3),
.casinos_table.with_ranks td:nth-child(3) {
  width: 34%;
}
.casinos_table.with_ranks th:nth-child(4),
.casinos_table.with_ranks td:nth-child(4) {
  width: 32%;
}
.casinos_table tr.ct-terms-tr {
  background-color: transparent;
  height: 20px;
  min-height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.casinos_table tbody tr {
  min-height: 90px;
  background-color: #fbfaea;
}
.casinos_table.with_ranks span {
  color: #000;
  font-size: 24px;
}
.casinos_table tr td {
  position: relative;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}
.casinos_table .casino-logo-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 135px;
}
.ct-review-link {
  display: block;
  color: #333;
  margin: 10px auto 0;
  text-decoration: none;
  font-size: 18px;
}
.casinos_table tr td:not(:first-child):after {
  content: "";
  display: block;
  height: calc(100% - 40px);
  width: 1px;
  background: #e0e1e5;
  position: absolute;
  top: 20px;
  left: 0;
}
.widget .item:after,
.widget .game-item:after {
  content: "";
  display: block;
  clear: both;
}
#comments {
  max-width: 50%;
}
.live-comments h2 {
  color: #fff;
}
.anycomment-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 20px 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.anycomment-app .anycomment {
  list-style: none;
  float: none;
  text-align: left;
  font-family: "Noto-Sans", sans-serif;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  opacity: 1;
  margin: 0;
  padding: 0;
  border: none 0;
  border-radius: 0;
  font-size: 14px;
  vertical-align: baseline;
  background: 0 0;
  color: #fff;
  line-height: 1.167em;
  outline: 0;
  text-transform: none;
  text-decoration: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  text-shadow: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}
.anycomment-app .anycomment-global-header {
  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: 15px;
}
.anycomment-app .anycomment-global-header .anycomment-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.anycomment-app .anycomment-global-header .anycomment-rating__stars {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.anycomment-app .anycomment-icon {
  color: #b6c1c6;
  vertical-align: middle;
}
.anycomment-app .anycomment-global-header .anycomment-rating__stars svg {
  color: #fdca0b;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.anycomment-app .anycomment-global-header .anycomment-rating__count {
  line-height: 2;
  font-size: 12px;
  margin-left: 12px;
  color: #b6c1c6;
}
.anycomment-app .anycomment-form {
  width: 100%;
  margin-bottom: 20px;
}
.cVmQYF {
  margin-left: 0px;
  max-width: 100%;
  flex: 1 1 0%;
}
textarea {
  padding: 15px;
  min-height: 200px;
  resize: none;
  width: 100%;
  outline: none;
  border-color: #b6c1c6;
  background-color: #fff;
}
.eXzlnr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.dteCCc {
  flex: 1 1 0px;
}
.anycomment-app .anycomment-form__inputs {
  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-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.anycomment-app .anycomment-form__inputs-item {
  margin-bottom: 4px;
}
.anycomment-app .anycomment-form__inputs-item label {
  color: #b6c1c6;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 2px;
  line-height: 1.3;
  display: block;
}
.anycomment-app .anycomment-form__inputs-item label,
.anycomment-app .anycomment-form__inputs-item input,
.anycomment-app .anycomment-form__inputs-item textarea {
  width: 100%;
}
.anycomment-app .anycomment-form__inputs-item input[type="text"],
.anycomment-app .anycomment-form__inputs-item input[type="email"],
.anycomment-app .anycomment-form__inputs-item input[type="number"] {
  background-color: #fff;
  border: 1px solid #b6c1c6 !important;
  color: #2a2e2e !important;
  outline: 0;
  height: 31px !important;
  line-height: 31px !important;
  padding: 5px 10px !important;
  font-size: 14px;
  text-align: left;
  border-radius: 4px;
}
.anycomment-app .anycomment-form__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.anycomment-app .anycomment-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.anycomment-app .anycomment-summary {
  width: 100%;
  position: relative;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #b6c1c6;
}
.anycomment-app .anycomment-summary-count,
.anycomment-app .anycomment-summary-sort {
  color: #fff;
  font-size: 16px;
}
.anycomment-app .anycomment-list .comment-single {
  margin-bottom: 25px;
}
.anycomment-app .anycomment-list .comment-single-avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.anycomment-app .anycomment-list .comment-single-avatar,
.anycomment-app .anycomment-list .comment-single-avatar__img {
  width: 48px;
  height: 48px;
}
.anycomment-app .anycomment-list .comment-single-avatar__img {
  position: relative;
  background-size: cover;
  background-position: center center;
  border: 1px solid #b6c1c6;
  background-color: #dde2e5;
  border-radius: 50%;
}
.anycomment-app > .anycomment-list > .comment-single > .comment-single-body {
  padding-left: 68px;
}
.anycomment-app .anycomment-list .comment-single-body-header__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3px;
}
.anycomment-app .anycomment-list .comment-single-body-header__author-name {
  color: #0fe80d;
  font-size: 14px;
  font-weight: bold;
}
.anycomment-app .anycomment-list .comment-single-body-header__author--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
}
.anycomment-app .anycomment-list .comment-single-body-header__date {
  color: #b6c1c6;
  font-size: 12px;
  line-height: 12.5px;
  display: block;
}
.anycomment-app .anycomment-list .comment-single-body__text {
  width: 100%;
  margin: 5px 0;
  -webkit-transition: height 1s ease-out;
  transition: height 1s ease-out;
}
.anycomment-app .anycomment-list .comment-single-body__text-content {
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  padding: 0;
  margin: 0;
  word-break: break-word;
  word-wrap: break-word;
  overflow: hidden;
}
.anycomment-app .anycomment-list .comment-single-body__text-content,
.anycomment-app .anycomment-list .comment-single-body__text-content p {
  line-height: 1.6;
  margin: 0 0 5px 0;
}
.operator-author {
  padding: 1rem 0;
}
.operator-author h2 {
  margin-bottom: 1rem;
  font-weight: 600;
  color: #fff;
}
.author-content {
  display: grid;
  grid-template-columns: 0.2fr 1fr;
  grid-column-gap: 3.2rem;
  width: 100%;
  background: #fefdf7;
  border-radius: 0.2rem;
  padding: 2.6rem 2.4rem;
}
.author-content img {
  justify-self: center;
  border-radius: 50%;
  width: 149px;
}
.author-content .info {
  position: relative;
}
.author-content .info .personal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 600;
}
.author-content .info .personal h2 {
  font-weight: 600;
  color: #000;
}
.author-content .info a {
  margin-top: 0.8rem;
  margin-bottom: 0.4 rem;
  font-weight: 600;
  color: #007ffd;
}
.author-content .info p {
  margin: 1.6rem 0 0.4rem;
  font-weight: 400;
  color: #333;
}
.author-content ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}
.author-social-links {
  list-style: none;
  padding-left: 0;
  position: absolute;
}
.author-content ul li {
  margin-right: 3px;
}
.fb {
  background-color: #3b5998;
}
.author-social-links i {
  color: #fff;
  width: 22px;
  height: 23px;
  line-height: 23px;
  text-align: center;
}
.twitter {
  background-color: #00aced;
}
.instagram {
  background-color: #e1306c;
}
.author__img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.module {
  margin-top: 2rem;
  clear: both;
  line-height: 25px;
}
.module-content .content-image--float-left {
  clear: left;
  min-width: 100%;
  margin-top: 0;
}
.module-content .image-container {
  margin: 2rem 0;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .module-content .content-image--float-left {
    float: left;
    display: block;
    margin: -1rem 2.4rem 4rem 0;
    min-width: unset;
  }
}
.author-social-links li {
  margin-bottom: 3px;
  margin-right: 3px;
}
main {
  color: #fff;
}
.items.top-bonus {
  margin-bottom: 0;
}
.items .item {
  padding: 0;
  box-shadow: none;
}
.casino__bonus {
  min-height: auto;
}
.top-bonus .casino__bonus {
  font-weight: bold;
}
.top-bonus .casino__bonus:not(.casino__bonus-title),
.outLink {
  display: none;
}
.game-item-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.game-item-img,
.game-item-name {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.game-item-img {
  position: relative;
  display: block;
}
.game-item-img > img {
  width: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  top: 0;
  left: 0;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.game-item-results .btn__signin {
  display: none;
}
.game-item-results .game-item-name {
  margin: 25px 0;
}
@media (min-width: 992px) {
  .game-item-results .game-item-name {
    margin: 8px 0;
  }
}
.casinos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wppr-review-stars,
.wppr-prodrowright p:last-child,
.top-bonus .casino__bonus:not(.casino__bonus-title),
.outLink {
  display: none;
}

@media (max-width: 1120px) {
  .main__inner {
    display: block;
  }
  .main__content,
  .sidebar {
    max-width: 100%;
  }
  .sidebar {
    margin-left: 0;
  }
  .wrapper {
    width: auto;
  }
  .review-poster-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .review-poster-info {
    padding: 30px 0;
  }
  .review-poster-title-info,
  .review-poster-grade-info {
    text-align: left;
  }
  .review-poster-title {
    width: auto;
  }
  .review-poster-grade {
    position: static;
    margin-top: 10px;
  }
  .subscribe {
    display: block;
    text-align: center;
    margin-top: 0;
    padding: 30px;
  }
  .subscribe-content {
    margin-right: 0;
  }
  .banner__btn {
    margin-top: 15px;
  }
  .subscribe-automat {
    display: none;
  }
  .footer {
    padding-bottom: 60px;
  }
  .motivational-block-frame__bottom-container {
    display: none;
  }
  .promo-pull_show {
    display: flex;
  }
  .header .header__inner .header__login form,
  .header--bottom,
  .header__btn {
    display: none;
  }
  .header .header__inner .header__login {
    border: 0;
  }
  .menu-button,
  .menu__list {
    display: block;
  }
  .menu__list li + li {
    padding: 0;
  }
  .menu-button {
    top: 22px;
  }
  .menu-wrap {
    top: 0;
    background: #000;
  }
  .mb-header__login {
    display: block;
    border: 0;
  }
  .mb-header__login input {
    width: 100%;
  }
  .mb-header__login a {
    margin: 0;
  }
  .mb-header__login .register__btn a {
    margin-right: 0;
  }
  .mb-header__login .login__btn a {
    margin: 10px 0;
  }
  .main__wrapper {
    display: block;
  }
  .header-info {
    margin-right: 30px;
  }
  .header-logo {
    width: 180px;
  }
  .user__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .button--t1 {
    margin-right: 5px;
  }
  .button--t3 {
    margin-right: 50px;
    width: 110px;
    margin-left: 10px;
  }
  .user__area {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
  .header__registration {
    width: auto;
    margin-top: 0;
  }
  .form {
    width: 130px;
  }
}
@media (max-width: 800px) {
  .footer-menu {
    display: none;
  }
  .casinos_table {
    border-bottom: none;
  }
  .mobile-hidden {
    display: none;
  }
  .casinos_table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .casinos_table:not(.with_ranks) td:nth-child(1),
  .casinos_table:not(.with_ranks) td:nth-child(2),
  .casinos_table:not(.with_ranks) td:nth-child(3),
  .casinos_table.with_ranks td:nth-child(1),
  .casinos_table.with_ranks td:nth-child(2),
  .casinos_table.with_ranks td:nth-child(3),
  .casinos_table.with_ranks td:nth-child(4) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #comments {
    max-width: 100%;
  }
  .items.top-bonus {
    overflow-x: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: end;
  }
  .items.top-bonus {
    padding-bottom: 10px;
  }
  .items.top-bonus .item,
  .articles .post__item {
    min-width: 288px;
  }
  .review-poster-grade {
    display: none;
  }
  .review-poster-info {
    display: block;
  }
  .review-poster-horizon {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-evenly;
  }
  .review-poster-logo,
  .review-poster-grade-horison {
    padding-top: 100px;
  }
  .review-poster-grade-horison {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex !important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .a18 {
    display: none;
  }
  .games__list {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
  .bnt__reg,
  .btn__signin {
    font-size: 18px;
    padding: 10px 20px;
    width: auto;
  }
  .outLink {
    font-size: 20px;
  }
  .ct-cta-wrapper .btn__signin {
    font-size: 24px;
    width: 200px;
    height: 60px;
    line-height: 40px;
  }
}
@media (max-width: 500px) {
  .header-logo {
    width: 100px;
  }
}
@media (max-width: 400px) {
  .header--right {
    margin-right: 15px;
  }
  .main__banner {
    padding-top: 20px;
  }
  .form {
    width: 80px;
  }
}
