@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@1,300..900&display=swap');

svg use {
  fill: #fff;
  fill-rule: evenodd;
}
.grecaptcha-badge{display:none!important;}
.path {
  fill: #fff;
  stroke: #fff;
}

.svg-menu rect,
.menu {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', Arial, sans-serif;
  width: 100%;
  color: #151515;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  overflow-x: hidden;
  background: #fff;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  margin-top: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
 /* min-height: 100vh; */
}
.main.page-terms{
  padding-bottom:0;
}
.main {
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.main.active {
  padding-bottom: 0;
}

@media screen and (max-width: 400px) {
  .main {
    padding-bottom: 0;
  }
}

* {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

ul > li {
  display: inline-block;
}

span {
  display: inline-block;
}

.image img {
  display: block;
  margin: auto;
}

.content {
  max-width: 1240px;
  padding: 30px 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.content li,
.content ul,
.content p,
.content div,
.content h3 {
  text-align: left;
}

main .content ul:not([class]) li,
main .content ul:not([class]),
main .content p,
main .content > div:not([class]),
main .content h3 {
  width: 100%;
}

main ul:not([class]) li,
main ul[class=''] li {
  padding-left: 24px;
  position: relative;
}

main ul:not([class]) li + li,
main ul[class=''] li + li {
  margin-top: 8px;
}

main ul:not([class]) li::before,
main ul[class=''] li::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 9.5px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #151515;
}

.article > div > img {
  width: 100%;
}

.content > * + * {
  margin-top: 16px;
}

main p > a,
main li > a {
  color: #0098d7;
  text-decoration: underline;
}

main p > a:hover,
main li > a:hover,
main p > a:visited,
main li > a:visited {
  color: #0074a4;
}
main p > a:visited,
main li > a:visited {
  text-decoration: none;
}

a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: inherit;
}

h1,
h2,
h3,
h4,
.title {
  font-weight: 700;
  z-index: 1;
  color: #032c25;
  text-transform: uppercase;
  font-family: 'Rubik', Arial, sans-serif;
  text-align: center;
}

h1,
.title.general {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  text-align: inherit;
}

h2,
.title.high {
  font-size: 32px;
  line-height: 40px;
}
.best-slots__title{
    color: #032c25;
}

h3,
.title.middle {
  color: #151515;
  font-size: 16px;
  line-height: 24px;
}

h4,
.title.small {
  font-size: 16px;
  line-height: 24px;
  color: #151515;
  text-transform: none;
  text-align: left;
}

.title.title-contrast {
  color: #032c25;
}

.button {
  min-width: 280px;
  background: #0098d7;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  height: auto;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #0098d7;
}

.button:hover {
  -webkit-box-shadow: 0 0 20px rgba(1, 152, 214, 0.5);
  -moz-box-shadow: 0 0 20px rgba(1, 152, 214, 0.5);
  box-shadow: 0 0 20px rgba(1, 152, 214, 0.5);
}

.button.outline {
  background: #fff;
  color: #0098d7 !important;
}

.button:active,
.button.outline:active {
  background-color: #0074a4;
  border-color: #0074a4;
  color: #ffffff !important;
}

@media screen and (max-width: 420px) {
  .content > .button {
    width: 100%;
  }
}

/* header */

.header {
  background: #056655;
  color: #fff;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.header__content.content {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  min-height: 88px;
}

.header__content.content > * + * {
  margin-top: 0;
}

.header__logo img {
  display: block;
  height: 32px;
}

.header__menu {
  margin: 0 auto 0 120px;
}

.header__menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  min-height: 88px;
}

.header__menu li {
  display: block;
}

.header__menu > ul > li {
  padding: 0 32px 0 8px;
}

.header__menu > ul > li:first-child {
  padding-left: 0;
}

.header__menu > ul > li:last-child {
  padding-right: 0;
}

.header__menu a {
  padding: 4px 0;
  display: block;
  font-weight: 700;
  z-index: 20;
}

.header__menu > ul > li > a {
  z-index: 70;
}

.header__menu a:hover {
  color: #2ff0cd;
}

.header__menu > ul > li.active {
  padding-right: 8px;
  cursor: pointer;
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.header__menu > ul > li.active > span,
.header__menu > ul > li.active > div {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/menu.svg);
}

.header__menu > ul > li.active > div {
  display: none;
}

.header-search__button {
  z-index: 30;
}

.header-search__button svg {
  display: block;
  fill: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  z-index: 50;
}

.header-search__button svg:hover {
  fill: #2ff0cd;
}

.header-search__form {
  display: none;
  position: fixed;
  left: 0;
  top: 88px;
  width: 100vw;
  padding: 24px 20px;
  text-align: center;
  background: #056655;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  z-index: 30;
}

.header-search__form.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.header-search__form form {
  width: 100%;
  max-width: 560px;
}

.header-search__form input {
  background: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #151515;
  padding: 8px 56px 8px 16px;
  outline: none !important;
  border: none !important;
  width: 100%;
}

.header-search__form input::-webkit-input-placeholder {
  color: #a2a7a6;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-search__form input:-moz-placeholder {
  color: #a2a7a6;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-search__form input::-moz-placeholder {
  color: #a2a7a6;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-search__form input:-ms-input-placeholder {
  color: #a2a7a6;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-search__form input::-ms-input-placeholder {
  color: #a2a7a6;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-search__form input::placeholder {
  color: #a2a7a6;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-search-form__button {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 16px;
  top: -webkit-calc(50% - 12px);
  top: -moz-calc(50% - 12px);
  top: calc(50% - 12px);
  background: transparent;
}

.header-search-form__button img {
  display: block;
}

.header-search-form__close img {
  display: block;
}

.header-search-form__close {
  margin-left: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header-search-form__close:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.header__menu-button {
  display: none;
  z-index: 1000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.header__menu-button svg rect {
  fill: #fff;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header__menu-button.active svg rect:nth-child(1) {
  x: 4.5px;
  y: 14.5px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.header__menu-button.active svg rect:nth-child(2) {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0, 2);
  -moz-transform: scale(0, 2);
  -o-transform: scale(0, 2);
  transform: scale(0, 2);
}

.header__menu-button.active svg rect:nth-child(3) {
  x: 4.5px;
  y: 14.5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (min-width: 1100px) {
  .header__menu > ul > li > ul {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1200px;
    top: 88px;
    padding: 24px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: none;
    z-index: 60;
  }

  .header__menu > ul > li:hover > ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 30px;
  }
  .header__menu > ul > .has-submenu.active:hover > ul {
        gap: 0;
    }

  .header__menu > ul > li > ul > li {
    margin-right: 20px;
    /* flex: 0 0 calc((100% - 20px * 3) / 4); */
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .header__menu > ul > li > ul > li:last-child {
    margin-right: 0;
  }

  .header__menu > ul > li > ul > li li + li {
    margin-top: 8px;
  }

  .header__menu > ul > li > ul:before {
    content: '';
    position: absolute;
    left: -500vw;
    top: 0;
    height: 100%;
    width: 1000vw;
    background: #056655;
    border-top: 1px solid #a2a7a6;
    z-index: 1;
  }

  .header__menu > ul > li > ul:after {
    content: '';
    position: absolute;
    left: 0;
    top: -32px;
    width: 100%;
    height: 32px;
    z-index: 10;
  }

  .header__menu > ul > li.active:hover > span {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    background-image: url(../images/menu-hover.svg);
  }
}

@media screen and (max-width: 1200px) {
  .header__menu {
    margin-left: 48px;
  }
  .header__menu > ul > li > ul {
    width: 100vw;
  }
}

@media screen and (max-width: 1100px) {
  .header__logo {
    margin-right: 20px;
  }

  .header__content.content {
    min-height: 80px;
  }

  body {
    margin-top: 80px;
  }

  .header__menu-button {
    display: block;
  }

  .header__search {
    margin-left: auto;
    margin-right: 16px;
  }

  .header-search__form {
    top: 80px;
  }

  .header__menu {
    margin: 0;
    position: fixed;
    right: -300px;
    top: 80px;
    width: 300px;
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px);
    overflow: auto;
    background: #056655;
    border-top: 1px solid #a2a7a6;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .header__menu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .header__menu > ul {
    display: block;
    padding: 24px 20px 100px;
    width: 100%;
  }

  .header__menu.active {
    right: 0;
  }

  .header__menu > ul > li + li {
    padding-left: 0;
    margin-top: 8px;
  }

  .header__menu > ul > li.active {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__menu > ul > li.active > ul {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
    padding: 16px 0 8px;
    display: none;
  }

  .header__menu > ul > li.active > ul li + li {
    margin-top: 8px;
  }

  .header__menu > ul > li.active > span {
    display: none;
  }

  .header__menu > ul > li.active > div {
    display: block;
  }

  .header__menu > ul > li > div.active {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    background-image: url(../images/menu-hover.svg);
  }
}

@media screen and (max-width: 500px) {
  .header__logo img {
    height: 24px;
  }

  .header-search__form {
    padding: 16px 20px;
  }

  .header__menu > ul {
    padding: 16px 20px 100px;
  }
}

@media screen and (max-width: 400px) {
  .header__menu {
    right: -400px;
    width: 100vw;
    right: -100vw;
  }

  body.active {
    overflow: hidden;
  }
}

/* breadcrumbs */

.breadcrumbs__content.content {
  text-align: left !important;
}

.breadcrumbs__content {
  padding-bottom: 0;
}

.page-mobile .breadcrumbs {
  margin-bottom: 12px;
}

.breadcrumbs a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #151515 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.cover .breadcrumbs a {
  color: #fff !important;
}

.breadcrumbs li {
  vertical-align: middle;
}

.breadcrumbs li:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/breadcrumbs.svg);
  margin: auto 4px;
  vertical-align: middle;
}

.cover .breadcrumbs li:after {
  background-image: url(../images/breadcrumbs2.svg);
}

.breadcrumbs li a {
  font-weight: 700;
}
.breadcrumbs li a[href] {
  font-weight: 400;
}

.breadcrumbs li:last-child:after {
  content: none;
}

.breadcrumbs li a[href]:hover {
  color: #0098d7 !important;
}

@media screen and (max-width: 600px) {
  .breadcrumbs__content.content {
    padding-top: 20px;
  }
}

/* cover */

.cover {
  overflow: hidden;
}

.cover__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  min-height: 360px;
  color: #fff;
}

.cover__wrap > * + * {
  margin-top: 16px;
}

div.cover__wrap {
  z-index: 100;
  max-width: 590px;
  width: 65%;
  text-align: left;
}

.cover__desc {
  text-transform: uppercase;
}

.cover-text__content {
  display: none;
}

.cover__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cover__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}

.cover__image {
  margin: 0 !important;
  position: absolute;
  bottom: 0;
  height: 100%;
  max-height: 360px;
  z-index: 1;
  left: 55%;
}

.page-home .cover__image {
  left: 59%;
}

.page-bonuses .cover__image {
  left: 53%;
}

.page-casino .cover__image {
  left: 65%;
  bottom: 50%;
  max-height: 250px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.page-terms .cover__image {
  left: 53%;
}

.page-payments .cover__image {
  left: 63%;
}

.page-casinos .cover__image {
  left: 63%;
}

.page-slots .cover__image {
  bottom: 43px;
  height: -webkit-calc(100% - 43px - 43px);
  height: -moz-calc(100% - 43px - 43px);
  height: calc(100% - 43px - 43px);
  max-height: 274px;
  left: 59%;
}

.page-jackpots .cover__image {
  left: 60%;
}

.cover__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .main .cover__image {
    left: auto;
    right: 0;
  }

  .page-casino .cover__image {
    right: 20px;
  }

  /* .page-providers .cover__image {
    right: -150px;
  }

  .page-payments.main .cover__image {
    right: 0;
  }

  .page-slots.main .cover__image {
    right: 0;
  }

  .page-casinos.main .cover__image {
    right: 5%;
  }

  .page-jackpots.main .cover__image {
    right: -30px;
  } */
}

@media screen and (max-width: 900px) {
  .cover__content.content {
    min-height: 320px;
  }
}

@media screen and (max-width: 800px) {
  .main .cover__image {
    opacity: 0.5;
    right: -60px;
  }

  div.cover__wrap {
    width: 80%;
  }

  .page-casino .cover__image {
    margin: 0 !important;
    right: unset !important;
    left: 20px !important;
    bottom: unset !important;
    top: 20px !important;
    max-height: 200px !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .page-casino .cover__content.content {
    padding-top: 240px !important;
  }

  .page-casino div.cover__wrap {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 700px) {
  h1,
  .title.general,
  h2,
  .title.high {
    font-size: 4vw;
    line-height: 1.2;
  }
}

@media screen and (max-width: 600px) {
  h1,
  .title.general,
  h2,
  .title.high {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .cover__content .cover__text {
    display: none;
  }

  .cover-text__content {
    display: block;
  }

  .cover__content.content {
    min-height: 200px;
  }

  .main .cover__image {
    max-height: 180px;
    right: -30px;
    bottom: 0;
  }

  .main.page-terms .cover__image {
    max-height: 160px;
  }

  .main.page-category .cover__image {
    right: 0;
    bottom: -20px;
  }

  .cover__bg img {
    -o-object-position: 40%;
    object-position: 40%;
  }
}

@media screen and (max-width: 400px) {
  div.cover__wrap {
    width: 100%;
  }
}

/* main */

.main__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto;
}

.main__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 285px;
  -moz-box-flex: 0;
  flex: 0 1 285px;
  padding: 30px 0;
  position: sticky;
  top: 88px;
  max-height: calc(100vh - 88px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.main__right::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
  background: transparent;
}

.main__right::-webkit-scrollbar {
  display: none;
}
.main__right::-webkit-scrollbar-track {
  background: transparent;
}
.main__right::-webkit-scrollbar-thumb {
  background: transparent;
}

.main__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 20px - 285px);
  -moz-box-flex: 0;
  flex: 0 1 calc(100% - 20px - 285px);
  max-width: -webkit-calc(100% - 20px - 285px);
  max-width: -moz-calc(100% - 20px - 285px);
  max-width: calc(100% - 20px - 285px);
}

.main__left .content {
  padding-left: 0;
  padding-right: 0;
}

.main__right > * + * {
  margin-top: 16px;
}

@media screen and (max-width: 1100px) {
  .main__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 200px;
    -moz-box-flex: 0;
    flex: 0 1 200px;
    top: 80px;
    max-height: calc(100vh - 80px);
  }

  .main__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 20px - 200px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 20px - 200px);
    max-width: -webkit-calc(100% - 20px - 200px);
    max-width: -moz-calc(100% - 20px - 200px);
    max-width: calc(100% - 20px - 200px);
  }
}

@media screen and (max-width: 900px) {
  .main__right {
    display: none;
  }

  .main__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.links__wrap {
  padding-bottom: 16px;
  border-bottom: 1px solid #b6b6b6;
}

.links__wrap img {
  display: block;
}

.links__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.links__desc span:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 24px;
  -moz-box-flex: 0;
  flex: 0 1 24px;
  margin-right: 8px;
  min-width: 24px;
}

.links__desc span:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.links__list li,
.links__list a:not(.button) {
  color: #4e4f4f;
  text-decoration: none;
}

.links__list a:not(.button):hover {
  text-decoration: underline;
}

.links__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.links__list li > *:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.links__list .button {
  min-width: 130px;
  margin-left: 1px;
  padding: 6px 12px;
  text-transform: none;
}

.links__list > * + * {
  margin-top: 4px;
}

.links__list a:not(.button) {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1100px) {
  .links__list li {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .links__list li > *:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }

  .links__list .button {
    margin: 0 auto 0 0;
    padding: 2px 10px;
    min-width: 120px;
  }
}

/* top */

.top__carousel {
  margin-top: 16px;
  width: 100%;
  filter: drop-shadow(0 4px 10px rgba(1, 52, 43, 0.25));
}

.top__carousel,
.top__carousel .owl-stage-outer,
.top__carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
}

.top__carousel .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.top-carousel__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #056655;
  background: #f8fdfc;
  z-index: 20;
  transition: all 0.2s linear;
}

.top-carousel__item:hover {
  background: #e9f4f2;
}

.top-carousel__item > a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 72px;
  -ms-flex: 0 0 72px;
  flex: 0 0 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
}

.top-item__image {
  width: 100%;
}

.top-item__image img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-item__wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 72px - 8px);
  -ms-flex: 0 0 calc(100% - 72px - 8px);
  flex: 0 0 calc(100% - 72px - 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-item__wrap > * + * {
  margin-top: 4px;
}

.top-item__casino {
  color: #4e4f4f;
}

.top-item__desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  max-height: 72px;
  overflow: hidden;
  font-weight: 700;
  color: #056655;
}

.top-item__time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  color: #8d959b;
}

.top-item__time img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.top-item__time span:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 16px;
  -moz-box-flex: 0;
  flex: 0 1 16px;
  margin-right: 4px;
}

.top-item__time span:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.top__carousel .owl-nav {
  position: absolute;
  left: -40px;
  width: -webkit-calc(100% + 80px);
  width: calc(100% + 80px);
  height: 32px;
  top: -webkit-calc(50% - 16px);
  top: calc(50% - 16px);
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1;
}

.top__carousel .owl-nav .button {
  background: transparent;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 20;
}

.top__carousel .owl-nav .button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.top__carousel .owl-nav .button:first-child {
  margin-left: 0;
}

.top__carousel .owl-nav .button:last-child {
  margin-right: 0;
}

.top__carousel .owl-nav .button svg {
  fill: #0098d7;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.top__carousel .owl-nav .button:hover svg {
  fill: #0074a4;
}

@media screen and (max-width: 1300px) {
  .top__carousel .owl-nav {
    left: 0;
    width: 100%;
  }

  .top__carousel {
    padding: 0 30px;
  }
}

@media screen and (max-width: 650px) {
  .top__carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
  }

  .top-carousel__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% - 20px) / 2);
    -ms-flex: 0 0 calc((100% - 20px) / 2);
    flex: 0 0 calc((100% - 20px) / 2);
  }

  .top-carousel__item > a {
    margin: 0 auto 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 72px;
  }

  .top-item__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .top-item__desc,
  .top-item__desc > * {
    text-align: center !important;
  }
}

@media screen and (max-width: 450px) {
  .top-carousel__item {
    padding: 8px 6px;
  }
}

@media screen and (max-width: 375px) {
  .top-carousel__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

/* info */

.info__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}

.info-list__item {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 80px) / 4);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 80px) / 4);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #f9f9f9;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

.info-list__item > * + * {
  margin-top: 16px;
}

.info-item__desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  text-align: center !important;
}

@media screen and (max-width: 700px) {
  .info-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 500px) {
  .info-list__item {
    padding: 16px 8px;
  }

  .info-list__item > * + * {
    margin-top: 8px;
  }
}

/* article  */

article > *,
.article > * {
  margin-top: 16px;
  max-width: 100%;
}
article > *:not(.button),
.article > *:not(.button) {
  width: 100% !important;
}

article h3 + ul,
article h3 + ol,
.article h3 + ul,
.article h3 + ol {
  margin-top: 16px;
}

.article ol,
article ol,
.article ul,
article ul {
  margin-top: 12px;
}

.article > * + .button,
article > * + .button {
  margin-top: 16px;
}

article > *:first-child,
.article > *:first-child,
article > a.button:first-child,
.article > a.button:first-child {
  margin-top: 0;
}

article li,
.article li {
  padding-left: 27px;
  display: block;
  text-align: left;
}

article li + li,
.article li + li {
  margin-top: 8px;
}

.article ul li:before,
article ul li:before {
  content: '';
  position: absolute;
  left: 12px;
  top: 10.5px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #151515;
}

.article ol,
article ol {
  list-style-position: inside;
  list-style: none;
}

.article ol > li,
article > ol li {
  counter-increment: ol;
}

.article ol > li:before,
article ol > li:before {
  content: counter(ol) '.';
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: 5px;
  top: 0;
  color: inherit;
}

.article > ol > li:marker,
article > ol > li:marker {
  content: counters(li);
}

.article__image,
.article__video {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.article__image > *,
.article__video > * {
  width: 100%;
}

.article > * > img,
article > * > img,
.article__image img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
}

article > .wp-caption img,
.article > .wp-caption img {
  border-radius: 8px;
}

/* wrap */

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.wrap > * {
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 40px) / 2);
}

@media screen and (max-width: 600px) {
  .wrap > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }

  .wrap > * + * {
    margin-top: 8px;
  }
}

/* mark */

.mark > * + * {
  margin-top: 16px !important;
}

.mark li > * + * {
  margin-top: 8px;
}

.mark li > *:first-child {
  font-weight: 700;
}

.mark {
  padding-left: 16px;
}

.mark li {
  padding-left: 40px;
}

.mark li:before {
  content: '';
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  width: 24px !important;
  height: 24px !important;
  background: transparent !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-image: url(../images/list-check.svg) !important;
}

@media screen and (max-width: 350px) {
  .mark {
    padding-left: 5px;
  }

  .mark li {
    padding-left: 30px;
  }
}

/* table */

.table {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #056655;
  overflow: hidden;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #054d44;
  border-radius: 16px;
  overflow: hidden;
}

.table table {
  border: none;
}

table tr:first-child > * {
  border-top: none;
}
table tr:last-child > * {
  border-bottom: none;
}
table tr > *:first-child {
  border-left: none;
}
table tr > *:last-child {
  border-right: none;
}
table thead tr {
  border-bottom: 1px solid #054d44;
}

thead {
  background-color: #f8fdfc;
}

table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
}

table tr > * {
  padding: 8px 16px;
}
td,
th {
  border: 0.5px solid #054d44;
}

table tr td:first-child {
  font-weight: 700;
}

table ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding-left: 27px;
}

table ul li:before {
  content: '';
  position: absolute;
  left: 12px;
  top: 10.5px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #151515;
}

table ul li + li {
  margin-top: 8px;
}

.two-td td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -moz-box-flex: 0;
  flex: 0 1 50%;
}

table:not([class]) td,
table[class=''] td,
table:not([class]) th,
table[class=''] th {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  article figure,
  .article figure {
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #056655 #f8fdfc;
  }

  article figure::-webkit-scrollbar,
  .article figure::-webkit-scrollbar {
    height: 8px;
  }

  article figure::-webkit-scrollbar-track,
  .article figure::-webkit-scrollbar-track {
    background: #f8fdfc;
  }

  article figure::-webkit-scrollbar-thumb,
  .article figure::-webkit-scrollbar-thumb {
    background-color: #056655;
    border-radius: 4px;
    border: 2px solid #f8fdfc;
  }

  article figure table,
  .article figure table {
    width: 1200px;
  }
}

/* double */

.double__table tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.double__table tr {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -moz-box-flex: 0;
  flex: 0 1 50%;
}

.double__table tr:nth-child(2) {
  border-top: none;
}

.double__table tr:nth-child(2n) {
  border-left: 1px solid #056655;
}

.double__table tr td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -moz-box-flex: 0;
  flex: 0 1 50%;
  padding: 8px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  min-height: 64px;
}

.double__table tr td:first-child {
  padding-right: 8px;
}

.double__table tr td:last-child {
  padding-left: 8px;
}

@media screen and (max-width: 600px) {
  .double__table tbody tr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }

  .double__table tr:nth-child(2) {
    border-top: 1px solid #056655;
  }

  .double__table tr:nth-child(2n) {
    border-left: none;
  }

  .double__table tr td {
    padding: 16px;
    min-height: 56px;
  }
}

/* rate */

.rate__desc {
  display: none;
  color: #0098d7;
  font-weight: 700;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  cursor: pointer;
}

.rate__desc:after {
  content: '';
  width: 24px;
  height: 24px;
  margin-left: 8px;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/rate-arrow.svg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.rate__desc.active:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rate__table {
  background-color: #f8fdfc;
}

.rate__table td:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.5%;
  -moz-box-flex: 0;
  flex: 0 1 33.5%;
}

.rate__table td:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 66.5%;
  -moz-box-flex: 0;
  flex: 0 1 66.5%;
}

@media screen and (max-width: 700px) {
  .rate__table td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -moz-box-flex: 0;
    flex: 0 1 40%;
  }

  .rate__table td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60%;
    -moz-box-flex: 0;
    flex: 0 1 60%;
  }
}

@media screen and (max-width: 500px) {
  .rate__table {
    display: none;
  }

  .rate__table tr {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rate__table td:nth-child(n) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }

  .rate__table td:nth-child(1) {
    padding-bottom: 8px;
    padding-right: 16px;
  }

  .rate__table td:nth-child(2) {
    padding-top: 0;
    padding-left: 10px;
  }

  .rate__desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

/* casino */

.content > * + .casino__list {
  margin-top: 0 !important;
}

.casino__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -16px !important;
  margin-left: -16px;
}

.casino-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 64px) / 4);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 64px) / 4);
  margin-top: 16px;
  margin-left: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #056655;
  overflow: hidden;
  background: #f8fdfc;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
}
.casino-list__item:nth-child(n) {
  display: none;
}
.casino-list__item:nth-child(-n + 8) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.main__wrapper .casino-list__item {
border: 1px solid #056655;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 48px) / 3);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 48px) / 3);
}
.main__wrapper .casino-list__item:nth-child(n) {
  display: none;
}
.main__wrapper .casino-list__item:nth-child(-n + 6) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.content .casino-item__note {
  padding: 4px 8px;
  background: #056655;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: center;
}

.casino-item__image {
  padding-bottom: 100%;
padding-bottom: 164px;
  width: 100%;
  position: relative;
}

.casino-item__image img {
/* -o-object-fit: cover;
  object-fit: cover; */
object-position: center;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.casino-item__wrap {
  padding: 24px 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
}

.casino-item__wrap > * {
  margin-top: 0 !important;
  margin-bottom: 24px;
}
.casino-item__wrap > *:last-child {
  margin-bottom: 0;
}

.casino-item__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.casino-item__list li {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 -webkit-calc((100% - 40px) / 2);
  -moz-box-flex: 1;
  flex: 1 1 calc((100% - 40px) / 2);
  font-weight: 700;
  color: #056655;
  text-align: center;
}

.casino-item__list li * {
  display: block;
}

.casino-item__list li > *:first-child {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
  color: #4e4f4f;
  font-weight: 400;
}

.casino-item__list li > *:nth-child(2) {
  font-size: 24px;
  line-height: 32px;
}

.casino-item__pros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-top: 14px;
}

.casino-item__pros li {
  margin-left: 14px;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #151515;
  word-break: normal;
}

.casino-item__pros img {
  display: block;
}

.casino-item__pros * {
  display: block;
}

.casino-item__pros img {
  margin: auto;
}

.casino-item__pros li > * + * {
  margin-top: 8px;
}

.casino-item__title {
  color: #056655;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center !important;
}
.casino-item__subtitle {
  color: #4e4f4f;
  text-align: center !important;
}

.casino-payment__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -20px;
}

.casino-payment__list li {
  margin-left: 20px;
  margin-top: 10px;
    width: 45px;
}

.casino-payment__list li img {
  display: block;
}

.casino-payment__desc {
  text-align: center !important;
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
}

.casino-item__bonuses {
  color: #4e4f4f;
}

.casino-bonuses__desc {
  font-weight: 700;
  text-align: center !important;
}

.list li {
  display: block;
  padding-left: 27px;
}

.list li:before {
  content: '';
  position: absolute;
  left: 12px;
  top: 10.5px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #151515;
}

.casino-bonuses__list.list li:before {
  background: #4e4f4f;
}

.casino-item__button.button {
  margin-top: auto !important;
  min-width: 0;
  width: 100%;
}

.casino-item__button + .casino-item__button {
  margin-top: -16px !important;
}

.casino-item__footnote {
  color: #4e4f4f;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  margin-top: 10px;
}

.casino-item__compare {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.casino-item__compare input {
  width: 8px;
  height: 8px;
  margin: 0 15px 0 0;
  border: none;
  cursor: pointer;
}

.casino-item__compare input:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: -5px;
  left: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #4e4f4f;
  background: #f8fdfc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.casino-item__compare input:checked:before {
  border: 2px solid #056655;
  background: #fff;
}

.casino-item__compare input:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 11px;
  top: -2px;
  left: -2.5px;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/check.svg);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  opacity: 0;
}

.casino-item__compare input:checked:after {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .casino-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 48px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 48px) / 3);
  }
  .casino-list__item:nth-child(n) {
    display: none;
  }
  .casino-list__item:nth-child(-n + 6) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 1000px) {
  .main__wrapper .casino-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 32px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 32px) / 2);
  }
  .main__wrapper .casino-list__item:nth-child(n) {
    display: none;
  }
  .main__wrapper .casino-list__item:nth-child(-n + 4) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 900px) {
  .main__wrapper .casino-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 48px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 48px) / 3);
  }
  .main__wrapper .casino-list__item:nth-child(n) {
    display: none;
  }
  .main__wrapper .casino-list__item:nth-child(-n + 6) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 800px) {
  .main .casino-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 32px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 32px) / 2);
  }
  .main .casino-list__item:nth-child(n) {
    display: none;
  }
  .main .casino-list__item:nth-child(-n + 4) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  .casino-item__wrap {
    padding: 16px 10px;
  }

  .casino-item__list li > *:nth-child(2) {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 500px) {
  .main .casino-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }

  .main .casino-list__item:nth-child(n) {
    display: none;
  }
  .main .casino-list__item:nth-child(-n + 2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }

  .casino-item__pros {
    margin-left: -24px;
  }

  .casino-item__pros li {
    margin-left: 24px;
  }
}

@media screen and (max-width: 370px) {
  .casino-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }
  .casino-list__item:nth-child(n) {
    display: none;
  }
  .casino-list__item:nth-child(-n + 2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }

  .casino-item__pros {
    margin-left: -14px;
  }

  .casino-item__pros li {
    margin-left: 14px;
  }
}

/* best bonuses */

.best-bonuses__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px !important;
  margin-left: -20px;
}

* + .best-bonuses__list {
  margin-top: -4px !important;
}

.best-bonuses-list__item {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 80px) / 4);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 80px) / 4);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #f8fdfc;
  border: 1px solid #056655;
  padding: 32px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  text-align: center;
  color: #4e4f4f;
}
.best-bonuses-list__item:nth-child(n) {
  display: none;
}
.best-bonuses-list__item:nth-child(-n + 4) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.main__wrapper .best-bonuses-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 60px) / 3);
}
.main__wrapper .best-bonuses-list__item:nth-child(n) {
  display: none;
}
.main__wrapper .best-bonuses-list__item:nth-child(-n + 3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.best-bonuses-list__item > * + * {
  margin-top: 24px;
}

.best-bonuses-item__note {
  text-align: center !important;
}

.best-bonuses-item__title {
  font-size: 24px;
  line-height: 32px;
  color: #056655;
  font-weight: 700;
  text-align: center !important;
}

.best-bonuses-item__code {
  margin-bottom: auto;
  text-align: center !important;
}

.best-bonuses-code__main {
  display: inline-block;
  text-align: center !important;
  min-width: 150px;
  border: 1px solid #151515;
  color: #151515;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 7px 20px;
}

.best-bonuses-code__desc {
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  padding: 0 8px;
  background: #f8fdfc;
  top: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.best-bonuses-item__desc {
  font-size: 12px;
  line-height: 16px;
}

.best-bonuses-item__desc a {
  color: #0098d7;
}

.best-bonuses-item__desc a:hover {
  text-decoration: underline;
}

.best-bonuses-item__button.button {
  min-width: 0;
  width: 100%;
}

.best-bonuses-item__terms,
.best-bonuses-item__footnote {
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #4e4f4f !important;
  text-align: center !important;
}

.best-bonuses-item__terms {
  text-decoration: underline;
}

/* .best-bonuses-item__terms:hover {
  color: #0098d7 !important;
} */

@media screen and (max-width: 1100px) {
  .best-bonuses-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
  }
  .best-bonuses-list__item:nth-child(n) {
    display: none;
  }
  .best-bonuses-list__item:nth-child(-n + 3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }

  .main .best-bonuses-list__item {
    padding: 24px 16px;
  }
}

@media screen and (max-width: 1000px) {
  .main__wrapper .best-bonuses-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }
  .main__wrapper .best-bonuses-list__item:nth-child(n) {
    display: none;
  }
  .main__wrapper .best-bonuses-list__item:nth-child(-n + 2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 900px) {
  .main__wrapper .best-bonuses-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
  }
  .main__wrapper .best-bonuses-list__item:nth-child(n) {
    display: none;
  }
  .main__wrapper .best-bonuses-list__item:nth-child(-n + 3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 800px) {
  .main .best-bonuses-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }
  .main .best-bonuses-list__item:nth-child(n) {
    display: none;
  }
  .main .best-bonuses-list__item:nth-child(-n + 2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 500px) {
  .best-bonuses__list {
    margin-top: -16px !important;
  }

  * + .best-bonuses__list {
    margin-top: 0 !important;
  }

  .main .best-bonuses-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
    padding: 16px;
    margin-top: 16px;
  }
  .main .best-bonuses-list__item:nth-child(n) {
    display: none;
  }
  .main .best-bonuses-list__item:nth-child(-n + 4) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }

  .best-bonuses-list__item > * + * {
    margin-top: 16px;
  }
}

/* jackpots */

.jackpots__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px !important;
  margin-left: -20px;
}

* + .jackpots__list {
  margin-top: -4px !important;
}

.jackpots-list__item {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 60px) / 3);
  background: #f9f9f9;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #056655;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
}
.jackpots-list__item:nth-child(n) {
  display: none;
}
.jackpots-list__item:nth-child(-n + 3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.main__left .jackpots-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 40px) / 2);
}
.main__left .jackpots-list__item:nth-child(n) {
  display: none;
}
.main__left .jackpots-list__item:nth-child(-n + 3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.jackpots-list__item > * + * {
  margin-top: 16px;
}

.jackpots-item__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.jackpots-item__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 20px) / 2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.jackpots-item__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}

.jackpots-item__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 20px) / 2);
  text-align: center !important;
  font-size: #000;
}

.jackpots-item__logo * {
  text-align: center !important;
}

.jackpots-item__logo img {
  max-height: 48px;
}

.jackpots-item__logo * + * {
  margin-top: 8px;
}

.jackpots-item__desc {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #056655;
  text-align: center !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.jackpots-item__button.button {
  min-width: 0;
  width: 100%;
}

.jackpots__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  margin-top: 0;
  margin-left: 0;
}

* + .jackpots__wrap {
  margin-top: 16px;
}

.jackpots__wrap .jackpots-item__wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 46%;
  -moz-box-flex: 0;
  flex: 0 1 46%;
}

.jackpots__wrap .jackpots-item__desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.jackpots__wrap .jackpots-item__desc span {
  display: block;
}

.jackpots__wrap .jackpots-item__button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 170px;
  -moz-box-flex: 0;
  flex: 0 1 170px;
  width: auto;
  min-width: 170px;
}

.jackpots__wrap > * + * {
  margin-top: 0;
  margin-left: 20px;
}

@media screen and (max-width: 1000px) {
  .jackpots__wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .jackpots__wrap .jackpots-item__wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }

  .jackpots__wrap > * + * {
    margin-top: 0;
    margin-left: 0;
  }

  .jackpots__wrap .jackpots-item__desc,
  .jackpots__wrap .jackpots-item__button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
    margin: 16px 0 0;
  }
}

@media screen and (max-width: 900px) {
  .jackpots-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }
  .jackpots-list__item:nth-child(n) {
    display: none;
  }
  .jackpots-list__item:nth-child(-n + 2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }

  .jackpots__wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .jackpots__wrap .jackpots-item__wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 46%;
    -moz-box-flex: 0;
    flex: 0 1 46%;
  }

  .jackpots__wrap > * + * {
    margin-top: 0;
    margin-left: 20px;
  }

  .jackpots__wrap .jackpots-item__desc,
  .jackpots__wrap .jackpots-item__button {
    margin: 0 0 0 20px;
  }

  .jackpots__wrap .jackpots-item__desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
  }

  .jackpots__wrap .jackpots-item__button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 170px;
    -moz-box-flex: 0;
    flex: 0 1 170px;
  }
}

@media screen and (max-width: 800px) {
  .jackpots__wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .jackpots__wrap .jackpots-item__wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }

  .jackpots__wrap > * + * {
    margin-top: 0;
    margin-left: 0;
  }

  .jackpots__wrap .jackpots-item__desc,
  .jackpots__wrap .jackpots-item__button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
    margin: 16px 0 0;
  }
}

@media screen and (max-width: 600px) {
  .main .jackpots-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }
  .main .jackpots-list__item:nth-child(n) {
    display: none;
  }
  .main .jackpots-list__item:nth-child(-n + 3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }

  .jackpots__wrap .jackpots-item__desc,
  .jackpots__wrap .jackpots-item__button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
    margin-top: 16px;
    margin-left: 0;
  }

  .jackpots__wrap .jackpots-item__desc span {
    display: inline-block;
  }
}

@media screen and (max-width: 500px) {
  .jackpots__list {
    margin-top: -16px !important;
  }

  * + .jackpots__list {
    margin-top: 0 !important;
  }

  .jackpots-list__item {
    margin-top: 16px;
  }
}

@media screen and (max-width: 400px) {
  .jackpots-item__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
    -moz-box-flex: 0;
    flex: 0 1 35%;
    min-width: 100px;
  }

  .jackpots-item__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 35% - 20px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 35% - 20px);
    max-width: -webkit-calc(100% - 100px - 20px);
    max-width: -moz-calc(100% - 100px - 20px);
    max-width: calc(100% - 100px - 20px);
  }
}

/* games */

.games__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px !important;
  margin-left: -20px;
}

* + .games__list {
  margin-top: -4px !important;
}

.games-list__item {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 120px) / 6);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 120px) / 6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.games-list__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 32px 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #f8fdfc;
  border: 1px solid #056655;
  text-align: center;
  color: #151515 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
}

.games-item__image {
  text-align: center !important;
  height: 24px;
}

.games-item__image img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.games-item__desc {
  text-align: center !important;
}

.games-list__item a > * + * {
  margin-top: 16px;
}

@media screen and (max-width: 1200px) {
  .games-list__item a {
    padding: 24px 16px;
  }
}

@media screen and (max-width: 1100px) {
  .games-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 100px) / 5);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 100px) / 5);
  }
}

@media screen and (max-width: 900px) {
  .games-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 80px) / 4);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 80px) / 4);
  }
}

@media screen and (max-width: 800px) {
  .games-list__item a {
    padding: 16px;
  }
}

@media screen and (max-width: 700px) {
  .games-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
  }
}

@media screen and (max-width: 550px) {
  .games-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 400px) {
  .games__list {
    margin-top: -8px !important;
  }

  * + .games__list {
    margin-top: 8px !important;
  }

  .games-list__item {
    margin-top: 8px;
  }

  .games-list__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    padding: 12px 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  .games-list__item a > * + * {
    margin-top: 0;
    margin-left: 8px;
  }

  .games-item__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
    -moz-box-flex: 0;
    flex: 0 0 24px;
  }

  .games-item__desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 24px - 8px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 24px - 8px);
    text-align: left !important;
  }
}

@media screen and (max-width: 390px) {
  .games-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .games-list__item a {
    padding: 12px 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
}

/* free games */

.free-games__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px !important;
  margin-top: -20px;
}

* + .free-games__list {
  margin-top: -4px !important;
}

.free-games-list__item {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 120px) / 6);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 120px) / 6);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.free-games-list__item:nth-child(n) {
  display: none;
}
.free-games-list__item:nth-child(-n + 12) {
  display: inline-block;
}

.free-games-item__image {
  width: 100%;
  height: 100%;
}

.free-games-item__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
}

.free-games-item__buttons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  background: rgba(1, 26, 21, 0.8);
  padding: 5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.free-games-list__item:hover .free-games-item__buttons {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.free-games-item__buttons > * + * {
  margin-top: 8px;
}

.free-games-item__button.button {
  min-width: 132px;
  padding: 6px 12px;
  text-transform: none;
}

@media screen and (max-width: 1100px) {
  .free-games-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 100px) / 5);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 100px) / 5);
  }
  .free-games-list__item:nth-child(n) {
    display: none;
  }
  .free-games-list__item:nth-child(-n + 10) {
    display: inline-block;
  }
}

@media screen and (max-width: 900px) {
  .free-games-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 80px) / 4);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 80px) / 4);
  }
  .free-games-list__item:nth-child(n) {
    display: none;
  }
  .free-games-list__item:nth-child(-n + 8) {
    display: inline-block;
  }
}

@media screen and (max-width: 700px) {
  .free-games-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
  }
  .free-games-list__item:nth-child(n) {
    display: none;
  }
  .free-games-list__item:nth-child(-n + 6) {
    display: inline-block;
  }
}

@media screen and (max-width: 550px) {
  .free-games-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }
  .free-games-list__item:nth-child(n) {
    display: none;
  }
  .free-games-list__item:nth-child(-n + 8) {
    display: inline-block;
  }
}

@media screen and (max-width: 550px) {
  .free-games__list {
    margin-top: -8px !important;
  }

  * + .free-games__list {
    margin-top: 8px !important;
  }

  .free-games-list__item {
    margin-top: 8px;
  }

  .free-games-item__image {
    padding-bottom: 75%;
    position: relative;
  }

  .free-games-item__image img {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 390px) {
  .free-games__list {
    margin-left: -16px;
  }

  .free-games-list__item {
    margin-left: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 32px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 32px) / 2);
  }
  .free-games-list__item:nth-child(n) {
    display: none;
  }
  .free-games-list__item:nth-child(-n + 8) {
    display: inline-block;
  }
}

@media screen and (max-width: 360px) {
  .free-games-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }
  .free-games-list__item:nth-child(n) {
    display: none;
  }
  .free-games-list__item:nth-child(-n + 4) {
    display: inline-block;
  }
}

/* news */

.news__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px !important;
  margin-left: -20px;
}

* + .news__list {
  margin-top: -4px !important;
}

.news-list__item {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 80px) / 4);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 80px) / 4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.news-list__item:nth-child(n) {
  display: none;
}
.news-list__item:nth-child(-n + 4) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.news-list__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  background: #f9f9f9;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none !important;
}

.news-list__item a:hover {
  background: #f8fdfc;
  -webkit-box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
  -moz-box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
  box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
}

.news-item__image {
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.news-item__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.news-item__wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  color: #4e4f4f;
}

.news-item__wrap > * + * {
  margin-top: 8px;
}

.news-item__date {
  font-size: 12px;
  line-height: 20px;
}

.news-item__title {
  color: #151515;
  font-weight: 700;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-item__desc {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1100px) {
  .news-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
  }
  .news-list__item:nth-child(n) {
    display: none;
  }
  .news-list__item:nth-child(-n + 3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 800px) {
  .news-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }
  .news-list__item:nth-child(n) {
    display: none;
  }
  .news-list__item:nth-child(-n + 4) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 500px) {
  .news-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }
  .news-list__item:nth-child(n) {
    display: none;
  }
  .news-list__item:nth-child(-n + 2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 400px) {
  .news__list {
    margin-top: -16px !important;
  }

  * + .news__list {
    margin-top: 0 !important;
  }

  .news-list__item {
    margin-top: 16px;
  }
}

/* video */

.video__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px !important;
  margin-left: -20px;
}

* + .video__list {
  margin-top: -4px !important;
}

.video-list__item {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 60px) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.video-list__item:nth-child(n) {
  display: none;
}
.video-list__item:nth-child(-n + 3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.video-list__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  background: #f9f9f9;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none !important;
}

.video-list__item a:hover {
  background: #f8fdfc;
  -webkit-box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
  -moz-box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
  box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
}

.video-item__top {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}

.video-top__image {
  padding-bottom: 55%;
  position: relative;
  width: 100%;
}

.video-top__image img {
  position: absolute;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}

.video-top__play img {
  display: block;
}

.video-top__play {
  position: absolute;
  width: 56px;
  height: 56px;
  top: -webkit-calc(50% - 28px);
  top: -moz-calc(50% - 28px);
  top: calc(50% - 28px);
  left: -webkit-calc(50% - 28px);
  left: -moz-calc(50% - 28px);
  left: calc(50% - 28px);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.video-list__item a:hover .video-top__play {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.video-item__wrap {
  padding: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  color: #4e4f4f;
}

.video-item__wrap > * + * {
  margin-top: 8px;
}

.video-item__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #151515;
}

.video-item__desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media screen and (max-width: 900px) {
  .video-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }
  .video-list__item:nth-child(n) {
    display: none;
  }
  .video-list__item:nth-child(-n + 2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 650px) {
  .video-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }
  .video-list__item:nth-child(n) {
    display: none;
  }
  .video-list__item:nth-child(-n + 2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 400px) {
  .video__list {
    margin-top: -16px !important;
  }

  * + .video__list {
    margin-top: 0 !important;
  }

  .video-list__item {
    margin-top: 16px;
  }
}

/* payment */

/* banking */

.payment__desc {
  display: none;
  color: #0098d7;
  font-weight: 700;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.payment__desc:after {
  content: '';
  width: 24px;
  height: 24px;
  margin-left: 8px;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/rate-arrow.svg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.payment__desc.active:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.payment__wrapper {
  display: none;
}

.payment__table,
.payment-item__table {
  background: transparent;
}

.payment__table thead tr,
.payment-item__table thead {
  background: #f8fdfc;
  border-bottom: 1px solid #056655;
  font-weight: 700;
}

.payment-item__table thead td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  flex: 0 1 100%;
  text-align: center;
}

.payment__table tr td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 20%;
  -moz-box-flex: 0;
  flex: 0 1 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 8px 16px;
}

.payment__table tr td + td {
  border-left: 1px solid #056655;
}

.payment-item__table tbody td {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -moz-box-flex: 0;
  flex: 0 1 50%;
}

.payment-item__table tbody td:nth-child(1) {
  padding-right: 8px;
}

.payment-item__table tbody td:nth-child(2) {
  padding-left: 8px;
}

.main__wrapper .payment__list li {
  margin-left: 20px;
  margin-top: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 100px) / 5);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 100px) / 5);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #f9f9f9;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  min-height: 104px;
}

.main__wrapper .payment__list li:nth-child(n) {
  display: none;
}
.main__wrapper .payment__list li:nth-child(-n + 10) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

@media screen and (max-width: 1100px) {
  .payment__table {
    overflow: auto;
    max-width: -webkit-calc(100vw - 60px - 200px);
    max-width: -moz-calc(100vw - 60px - 200px);
    max-width: calc(100vw - 60px - 200px);
  }

  .payment__table::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .payment__table table {
    min-width: 800px;
  }

  .main__wrapper .payment__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 80px) / 4);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 80px) / 4);
    min-height: 100px;
  }

  .main__wrapper .payment__list li:nth-child(n) {
    display: none;
  }
  .main__wrapper .payment__list li:nth-child(-n + 12) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 900px) {
  .payment__table {
    overflow: auto;
    max-width: -webkit-calc(100vw - 40px);
    max-width: -moz-calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }
}

@media screen and (max-width: 500px) {
  .payment__desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }

  .payment__table {
    display: none;
  }

  .payment__wrapper > * + * {
    margin-top: 16px;
  }
}

.payment__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px !important;
  margin-left: -20px;
}

* + .payment__list {
  margin-top: -4px !important;
}

.payment__list li {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 120px) / 6);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 120px) / 6);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 16px;
  min-height: 120px;
}

.payment__list li:nth-child(n) {
  display: none;
}
.payment__list li:nth-child(-n + 12) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.payment__list img {
  display: block;
}

@media screen and (max-width: 1100px) {
  .payment__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 100px) / 5);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 100px) / 5);
    min-height: 100px;
  }

  .payment__list li:nth-child(n) {
    display: none;
  }
  .payment__list li:nth-child(-n + 10) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 900px) {
  .payment__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 80px) / 4);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 80px) / 4);
  }

  .payment__list li:nth-child(n) {
    display: none;
  }
  .payment__list li:nth-child(-n + 12) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 700px) {
  .main .payment__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
  }

  .main .payment__list li:nth-child(n) {
    display: none;
  }
  .main .payment__list li:nth-child(-n + 12) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 550px) {
  .main .payment__list li {
    min-height: 80px;
  }
}

@media screen and (max-width: 450px) {
  .main .payment__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }

  .main .payment__list li:nth-child(n) {
    display: none;
  }
  .main .payment__list li:nth-child(-n + 12) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 400px) {
  .payment__list {
    margin-top: -8px !important;
  }

  * + .payment__list {
    margin-top: 8px !important;
  }

  .main .payment__list li {
    margin-top: 8px;
    max-height: 72px;
    padding: 16px 24px;
  }
}

@media screen and (max-width: 390px) {
  .payment__list {
    margin-left: -16px;
  }

  .main .payment__list li {
    margin-left: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 32px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 32px) / 2);
  }

  .main .payment__list li:nth-child(n) {
    display: none;
  }
  .main .payment__list li:nth-child(-n + 12) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 380px) {
  .main .payment__list li {
    max-height: 72px;
    padding: 16px;
  }
}

/* search */

.search__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px !important;
  margin-left: -20px;
}
.search__list:first-child {
  margin-top: 0 !important;
}

* + .search__list {
  margin-top: -4px !important;
}

.search-list__item {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-list__item a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background: #f9f9f9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: #151515 !important;
  text-decoration: none !important;
  padding: 4px 48px 4px 16px;
  min-height: 56px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main__wrapper .search-list__item a {
  min-height: 56px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.search-list__item a:hover {
  -webkit-box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
  -moz-box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
  box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
}

.search-list__item a:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 16px;
  top: -webkit-calc(50% - 12px);
  top: -moz-calc(50% - 12px);
  top: calc(50% - 12px);
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/providers.svg);
}

@media screen and (max-width: 450px) {
  .search-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }
}

@media screen and (max-width: 400px) {
  .search__list {
    margin-top: -8px !important;
  }

  * + .search__list {
    margin-top: 8px !important;
  }

  .main .search-list__item {
    margin-top: 8px;
  }

  .search-list__item a {
    min-height: 72px;
    padding: 12px 48px 12px 16px;
  }
}

@media screen and (max-width: 390px) {
  .search__list {
    margin-left: -16px;
  }

  .main .search-list__item {
    margin-left: 16px;
  }
}

/* search */

.search__form {
  width: 100%;
  z-index: 30;
}

.search__form form {
  width: 100%;
}

.search__form input {
  background: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #151515;
  border: 1px solid #056655;
  padding: 11px 16px 11px 16px;
  outline: none !important;
  width: 100%;
}

.search__form input::-webkit-input-placeholder {
  color: #a2a7a6;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search__form input:-moz-placeholder {
  color: #a2a7a6;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search__form input::-moz-placeholder {
  color: #a2a7a6;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search__form input:-ms-input-placeholder {
  color: #a2a7a6;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search__form input::-ms-input-placeholder {
  color: #a2a7a6;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search__form input::placeholder {
  color: #a2a7a6;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-form__button {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 16px;
  top: -webkit-calc(50% - 12px);
  top: -moz-calc(50% - 12px);
  top: calc(50% - 12px);
  background: transparent;
}

.search-form__button img {
  display: block;
}

/* experts */

.experts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -20px !important;
}

* + .experts__list {
  margin-top: -4px !important;
}

.experts-list__item {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 40px) / 2);
  background: #f8fdfc;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
}

.experts-item__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 31%;
  -moz-box-flex: 0;
  flex: 0 1 31%;
  min-width: 100px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.experts-item__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}

.experts-item__wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 31% - 20px);
  -moz-box-flex: 0;
  flex: 0 1 calc(100% - 31% - 20px);
  max-width: -webkit-calc(100% - 100px - 20px);
  max-width: -moz-calc(100% - 100px - 20px);
  max-width: calc(100% - 100px - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  padding: 8px 16px 8px 0;
}

.experts-item__wrap > * + * {
  margin-top: 8px;
}

.name {
  font-weight: 700;
}

.experts-item__post {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.post {
  color: #4e4f4f;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-top: -16px;
}

.experts-item__media {
  margin-top: 0;
}

.media li {
  margin-top: 16px;
  margin-left: 16px;
}

.media img {
  display: block;
}

.media a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
}

.media a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.experts__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: #0098d7;
  font-weight: 700;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.experts__link:after {
  content: '';
  width: 24px;
  height: 24px;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/experts-arrow.svg);
  margin-left: 8px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.experts__link:hover:after {
  margin-left: 12px;
}

@media screen and (max-width: 800px) {
  .media {
    margin-left: -8px;
    margin-top: -8px;
  }

  .media li {
    margin-left: 8px;
    margin-top: 8px;
  }

  .experts-item__media {
    margin-top: 8px;
  }
}

@media screen and (max-width: 700px) {
  .experts-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }

  .experts-item__image,
  .experts-item__wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
  }

  .experts-item__image {
    min-width: 0;
    max-width: 250px;
  }

  .experts-item__wrap {
    max-width: none;
    min-width: -webkit-calc(100% - 250px - 20px);
    min-width: -moz-calc(100% - 250px - 20px);
    min-width: calc(100% - 250px - 20px);
  }

  .experts-item__post {
    margin-top: 0;
  }
}

/* faq */

.faq__content.content {
  overflow: hidden;
}

.faq__content > * + * {
  margin-top: 16px;
}

.faq__item {
  display: block;
  z-index: 200;
  overflow: hidden;
}

.faq-item__question {
  padding: 12px 48px 12px 16px;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  background: #056655;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.faq-item__question:after {
  content: '';
  position: absolute;
  right: 16px;
  top: -webkit-calc(50% - 12px);
  top: -moz-calc(50% - 12px);
  top: calc(50% - 12px);
  height: 24px;
  width: 24px;
  line-height: 0;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/faq.svg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 100;
}

.faq__item.active .faq-item__question:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq__item {
  display: block;
  cursor: pointer;
}

.faq__item + .faq__item {
  margin-top: 8px;
}

.faq-item__answer {
  padding: 8px 16px;
  font-weight: 400;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

.js-expand-content.expanded {
  height: 100%;
}

/* author */

.authors__list > * + * {
  margin-top: 16px;
}

.author__wrapper {
  padding: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #056655;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
}

.author__info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 24%;
  -moz-box-flex: 0;
  flex: 0 1 24%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  min-width: 200px;
}

.author-info__image {
  width: 100%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.author-info__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}

.author-info__wrap {
  display: none;
}

.author__wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 24% - 16px);
  -moz-box-flex: 0;
  flex: 0 1 calc(100% - 24% - 16px);
  max-width: -webkit-calc(100% - 200px - 16px);
  max-width: -moz-calc(100% - 200px - 16px);
  max-width: calc(100% - 200px - 16px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.author__wrap > * + * {
  margin-top: 8px;
}

.author__post {
  margin-top: 0;
}

.date,
.author__date {
  color: #4e4f4f;
}

.author__media {
  margin-top: -8px;
}

.author__desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

@media screen and (max-width: 900px) {
  .author__wrapper {
    padding: 20px;
  }
}

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

@media screen and (max-width: 600px) {
  .author__wrapper {
    display: block;
  }

  .author__name,
  .author__post {
    display: none;
  }

  .author__info + .author__wrap {
    margin-top: 16px;
  }

  .author__info {
    min-width: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
  }

  .author__wrap {
    max-width: none;
  }

  .author-info__wrap {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
  }

  .author-info__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 400px) {
  .author__wrapper {
    padding: 16px;
  }
}

/* footer */

.footer {
  background: #032c25;
  color: #fff;
}

.footer img {
  display: block;
}

.footer__content {
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: left;
}

.footer__content > * + * {
  margin-top: 32px;
}

.footer__menu {
  padding: 32px 0;
  border-top: 1px solid #8d959b;
  border-bottom: 1px solid #8d959b;
}

.footer__menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}

.footer__menu > ul > li {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 100px) / 5);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 100px) / 5);
  word-break: normal;
}

.footer__menu li {
  display: block;
}

.footer__menu > ul > li > a {
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.footer__menu a {
  color: #8d959b;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer__menu a:hover {
  color: #fff;
}

.footer-info__desc {
  font-weight: 700;
}

.footer-info__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: -4px;
  margin-left: -20px;
}

.footer-info__list li {
  margin-top: 20px;
  margin-left: 20px;
}

.footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 12px;
  margin-left: -20px;
}

.footer__wrap > * {
  margin-top: 20px;
  margin-left: 20px;
}

.footer__age {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 72px;
  -moz-box-flex: 0;
  flex: 0 1 72px;
}

.footer__copyright,
.footer__links {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 72px - 60px) / 2);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 72px - 60px) / 2);
}

.footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}

.footer__links li {
  margin-right: 20px;
}

.footer__links a {
  display: block;
  text-decoration: underline;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.footer__links a:hover {
  color: #8d959b;
}

@media screen and (max-width: 1000px) {
  .footer__menu > ul > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
  }
}

@media screen and (max-width: 800px) {
  .footer__content.content {
    padding: 32px 20px;
  }
}

@media screen and (max-width: 700px) {
  .footer-info__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-info__list li img {
    max-height: 32px;
  }

  .footer__wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__wrap > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }

  .footer__links {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    margin-right: 0;
    margin-left: 0;
  }

  .footer__links li {
    margin-right: 0;
    margin-left: 20px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 600px) {
  .footer__links li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 1;
    flex: 1 1 calc((100% - 40px) / 2);
  }

  .footer__menu > ul > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 1;
    flex: 1 1 calc((100% - 40px) / 2);
  }
}

/* bonuses */

.bonuses__list > * + * {
  margin-top: 24px;
}

.bonuses-list__item {
  display: block;
}

.bonuses-item__desc {
  font-weight: 700;
  text-transform: uppercase;
  color: #056655;
  padding-left: 24px;
}

.bonuses-item__desc:before {
  content: '';
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #056655;
  position: absolute;
  left: 11px;
  top: 9px;
}

.bonuses-list__item > * + * {
  margin-top: 8px;
}

.bonuses-item__wrap {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #056655;
  padding: 24px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
}

.bonuses-item__main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 31%;
  -moz-box-flex: 0;
  flex: 0 1 31%;
  min-width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  text-align: center;
}

.bonuses-item__button {
  display: none;
  width: 100%;
  min-width: 0;
}

.bonuses-item-main__button {
  min-width: 0;
  width: 100%;
}

.bonuses-item-main__rating > * + * {
  margin-top: 8px;
}

.bonuses-item-rating__desc {
  color: #4e4f4f;
  text-align: center !important;
}

.bonuses-item-rating__value,
.bonuses-item-rating__value div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.bonuses-item-rating__value img + img {
  margin-left: 2px;
}

.bonuses-item-rating__value img {
  max-width: 24px;
}

.bonuses-item-rating__value div + div {
  margin-left: 8px;
}

.bonuses-item-rating__value div span {
  font-weight: 700;
}

.bonuses-item__list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 31% - 20px);
  -moz-box-flex: 0;
  flex: 0 1 calc(100% - 31% - 20px);
  max-width: -webkit-calc(100% - 200px - 20px);
  max-width: -moz-calc(100% - 200px - 20px);
  max-width: calc(100% - 200px - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -16px;
}

.bonuses-item__main > * + * {
  margin-top: 16px;
}

.bonuses__list img {
  display: block;
}

.bonuses-item__list li {
  margin-top: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 32px) / 3);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 32px) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background: #f9f9f9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 8px;
  color: #4e4f4f;
}

.bonuses-item__list li > * + * {
  margin-top: 8px;
  color: #151515;
  font-weight: 700;
}

.bonuses-item__list li div {
  text-align: center !important;
}

@media screen and (max-width: 800px) {
  .bonuses-item__wrap {
    padding: 16px;
  }

  .bonuses-item__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 16px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 16px) / 2);
  }
}

@media screen and (max-width: 600px) {
  .bonuses-item__wrap {
    display: block;
  }

  .bonuses-item__wrap > * + * {
    margin-top: 16px;
  }

  .bonuses-item__main {
    min-width: 0;
  }

  .bonuses-item-main__logo {
    max-width: 300px;
    margin: auto;
  }

  .bonuses-item-main__button {
    display: none;
  }

  .bonuses-item__list {
    margin-top: 0;
    max-width: none;
  }

  .bonuses-item__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 32px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 32px) / 3);
    min-height: 92px;
  }

  .bonuses-item__button {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .bonuses-item__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 400px) {
  .bonuses-item-main__logo {
    max-width: 192px;
  }

  .bonuses-item__list li > * + * {
    margin-top: 4px;
  }
}

@media screen and (max-width: 380px) {
  .bonuses-item__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 16px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 16px) / 2);
    padding: 5px;
  }
}

/* nav */

.page-casino .casino-info__content + .nav__content {
  display: none;
}

.nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -4px;
  margin-left: -4px;
}

.nav__list li {
  margin-top: 4px;
  margin-left: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.nav__list a {
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #f9f9f9;
  padding: 8px 16px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 360px;
  color: #151515;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.nav__list a:visited {
  color: #151515;
}

.nav__list a:hover {
  color: #0098d7;
  text-shadow: 0 0.5px #0098d7, 0.5px 0 #0098d7;
}
.nav__list a:active {
  background-color: #0098d7;
  color: #fff;
  text-shadow: 0 0.5px #fff, 0.5px 0 #fff;
}

@media screen and (max-width: 600px) {
  .page-casino .nav__content {
    display: none;
  }

  .page-casino .casino-info__content + .nav__content {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .nav__list a {
    max-width: -webkit-calc(100vw - 40px);
    max-width: -moz-calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }
}

/* welcome bonus */

.welcome-bonus__content.content {
  padding: 0;
}

.welcome-bonus__article {
  padding: 30px 20px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #f9f9f9;
}

.welcome-bonus__list img {
  display: block;
}

.welcome-bonus__list li + li {
  margin-top: 8px;
}

.welcome-bonus__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-weight: 700;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #056655;
  padding: 12px 16px;
}

.welcome-bonus__list li:before {
  content: none !important;
}

.welcome-bonus__list li span:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 32px;
  -moz-box-flex: 0;
  flex: 0 1 32px;
  margin-right: 16px;
}

.welcome-bonus__list li span:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

@media screen and (max-width: 600px) {
  .welcome-bonus__article {
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

/* vip */

.vip__content.content {
  padding: 0;
}

.vip__article {
  padding: 30px 20px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #f9f9f9;
}

.vip__content h3 {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .vip__article {
    width: -webkit-calc(100% + 40px) !important;
    width: -moz-calc(100% + 40px) !important;
    width: calc(100% + 40px) !important;
    margin-left: -20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

/* casino info */

.casino-info__wrap {
  background: #f8fdfc;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #056655;
  -webkit-box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
  -moz-box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
  box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 16px;
  gap: 20px;
}

.casino-info__desc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 140px - 220px - 40px);
  -ms-flex: 0 0 calc(100% - 140px - 220px - 40px);
  flex: 0 0 calc(100% - 140px - 220px - 40px);
}

.casino-info__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
}

.casino-info__logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.casino-info__button {
  min-width: 0;
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
}

.casino-info__desc > * + * {
  margin-top: 8px;
}

.casino-info__desc {
  color: #4e4f4f;
}

.casino-info__desc * {
  text-align: center !important;
}

.casino-info__desc > *:first-child {
  color: #056655;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
}

@media screen and (max-width: 1000px) {
  .casino-info__wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .casino-info__desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 140px - 20px);
    -ms-flex: 0 0 calc(100% - 140px - 20px);
    flex: 0 0 calc(100% - 140px - 20px);
  }

  .casino-info__button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }
}

@media screen and (max-width: 550px) {
  .casino-info__wrap > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }

  .casino-info__logo {
    max-width: 200px;
    margin: auto;
  }

  .casino-info__logo img {
    max-height: 200px;
  }
}

@media screen and (max-width: 400px) {
  .casino-info__logo {
    max-width: 269px;
  }
}

/* news */

.related-pages__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px !important;
  margin-left: -20px;
}

* + .related-pages__list {
  margin-top: -4px !important;
}

.related-pages-list__item {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 60px) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  background: #f9f9f9;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.related-pages-item__image {
  width: 100%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.related-pages-item__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
}

.related-pages-item__wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.related-pages-item__wrap > * + * {
  margin-top: 8px;
}

.related-pages-item__title {
  font-weight: 700;
  width: 100%;
  text-align: center !important;
}

.related-pages-item__desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  max-height: 48px;
  overflow: hidden;
}

.related-pages-item__desc > * {
  color: #151515;
  font-style: normal;
  text-decoration: none;
}

.related-pages-item__link {
  color: #0098d7;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.related-pages-item__link:after {
  content: '';
  width: 24px;
  height: 24px;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/experts-arrow.svg);
  margin-left: 8px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.related-pages-item__link:hover:after {
  margin-left: 12px;
}

@media screen and (max-width: 1000px) {
  .main__wrapper .related-pages-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 900px) {
  .main__wrapper .related-pages-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
  }
}

@media screen and (max-width: 800px) {
  .main .related-pages-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 500px) {
  .main .related-pages-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }
}

@media screen and (max-width: 400px) {
  .related-pages__list {
    margin-top: -16px !important;
  }

  * + .related-pages__list {
    margin-top: 0 !important;
  }

  .related-pages-list__item {
    margin-top: 16px;
  }
}

/* prime */

.prime__wrapper {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: #fff;
  padding: 7% 20px;
}

.prime__wrap {
  max-width: 655px;
  width: 90%;
  z-index: 10;
  text-align: center !important;
}

.prime__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.prime__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
}

.prime__wrap > * + * {
  margin-top: 16px;
}

.prime__top {
  text-align: center !important;
}

.prime__title.title {
  text-align: center !important;
}

.prime__code {
  text-align: center !important;
}

* + .prime__code {
  margin-top: 32px;
}

.prime__desc a {
  text-decoration: underline;
}

.prime-code__main {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center !important;
  margin: auto;
  min-width: 200px;
  display: inline-block;
  border: 1px solid #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 11px 20px;
}

.prime-code__desc {
  display: inline-block;
  text-align: center !important;
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 12px;
  line-height: 16px;
  color: #4e4f4f;
  background: #fff;
  padding: 2px 12px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.prime__button.button {
  min-width: 240px;
}

.prime__button + .prime__note {
  margin-top: 8px;
}

.prime__note {
  text-align: center !important;
  font-size: 12px;
  line-height: 16px;
}

.prime__footnote {
  color: #8d959b;
  font-size: 12px;
  line-height: 16px;
}

@media screen and (max-width: 600px) {
  .prime__wrapper {
    margin-left: -20px;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 30px 20px;
  }

  .prime__content {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .prime__wrap {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .prime__button.button {
    width: 100%;
  }
}

/* recommendations */

.recommendations__list {
  margin-left: -20px;
  margin-top: -20px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

* + .recommendations__list {
  margin-top: -4px !important;
}

.recommendations-list__item {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 80px) / 4);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 80px) / 4);
  background: #f8fdfc;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #056655;
  padding: 32px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.recommendations-list__item:nth-child(n) {
  display: none;
}
.recommendations-list__item:nth-child(-n + 4) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.main__wrapper .recommendations-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 60px) / 3);
}
.main__wrapper .recommendations-list__item:nth-child(n) {
  display: none;
}
.main__wrapper .recommendations-list__item:nth-child(-n + 6) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.recommendations-list__item > * + * {
  margin-top: 16px;
}

.recommendations-item__desc,
.recommendations-item__desc p {
  margin-bottom: auto;
  text-align: center !important;
  color: #056655;
  font-weight: 700;
}

.recommendations-item__button.button {
  min-width: 0;
  width: 100%;
  padding: 12px 16px;
}

.recommendations-item__button + .recommendations-item__button {
  margin-top: 8px;
}

.recommendations-item__button + * {
  margin-top: 8px;
}

.recommendations-item__terms,
.recommendations-item__footnote {
  color: #4e4f4f !important;
  font-size: 12px;
  line-height: 16px;
  text-align: center !important;
}

.recommendations-item__terms + .recommendations-item__footnote {
  margin-top: 0;
}

.recommendations-item__terms {
  text-decoration: underline;
}
/* .recommendations-item__terms:hover {
  color: #0098d7 !important;
} */
.recommendations-item__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.recommendations-item__logo img {
  display: block;
}

.recommendations-item__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1;
  -moz-box-flex: 0;
  flex: 0 1;
  padding: 6px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #054146;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-flex: 0 1 31.6%;
  flex: 0 1 31.6%;
  min-height: 56px;
}

.recommendations-item__info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 31.6% - 16px);
  -moz-box-flex: 0;
  flex: 0 1 calc(100% - 31.6% - 16px);
}

.recommendations-info__title {
  text-transform: uppercase;
  font-weight: 700;
}

.recommendations-item__info > * + * {
  margin-top: 4px;
}

.recommendations-info__rating,
.recommendations-info__rating div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.recommendations-info__rating div + div {
  margin-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.recommendations-info__rating div span {
  font-weight: 700;
}

.recommendations-info__rating div:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 24px;
  -moz-box-flex: 0;
  flex: 0 1 24px;
  width: 24px;
}

@media screen and (max-width: 1100px) {
  .recommendations-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
  }
  .recommendations-list__item:nth-child(n) {
    display: none;
  }
  .recommendations-list__item:nth-child(-n + 6) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 1000px) {
  .main__wrapper .recommendations-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }
  .main__wrapper .recommendations-list__item:nth-child(n) {
    display: none;
  }
  .main__wrapper .recommendations-list__item:nth-child(-n + 4) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 900px) {
  .main__wrapper .recommendations-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
  }
  .main__wrapper .recommendations-list__item:nth-child(n) {
    display: none;
  }
  .main__wrapper .recommendations-list__item:nth-child(-n + 6) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 800px) {
  .main .recommendations-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }
  .main .recommendations-list__item:nth-child(n) {
    display: none;
  }
  .main .recommendations-list__item:nth-child(-n + 6) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 500px) {
  .main .recommendations-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }
  .main .recommendations-list__item:nth-child(n) {
    display: none;
  }
  .main .recommendations-list__item:nth-child(-n + 6) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 400px) {
  .recommendations__list {
    margin-top: -16px !important;
  }

  * + .recommendations__list {
    margin-top: 0 !important;
  }

  .recommendations-list__item {
    margin-top: 16px;
  }
}

/* casino rating */

.casino-rating__table img {
  display: block;
}

.casino-rating__table tr {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.casino-rating__table tr > * {
  border: none;
}

.casino-rating__table tr td:nth-child(2) img {
  width: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.casino-rating__table tr td:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 224px;
  -ms-flex: 0 1 224px;
  flex: 0 1 224px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 8px;
}

.casino-rating__table tr td:nth-child(1),
.casino-rating__table tr td:nth-child(3) {
  flex: 0 1 calc((100% - 224px) / 2);
  padding: 16px;
}

.casino-rating__table tr td:nth-child(3) {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.casino-rating__table tr td:nth-child(3) span {
  font-weight: 700;
}

@media screen and (max-width: 800px) {
  .casino-rating__table tr td:nth-child(n) {
    padding: 16px 8px;
  }

  .casino-rating__table tr td:nth-child(1) {
    flex: 1 1 auto;
  }

  .casino-rating__table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 192px;
    -ms-flex: 0 1 192px;
    flex: 0 1 192px;
    gap: 0 4px;
  }

  .casino-rating__table tr td:nth-child(3) {
    flex: 0 1 90px;
  }
}

@media screen and (max-width: 500px) {
  .casino-rating__table tr {
    padding: 0 8px;
  }

  .casino-rating__table tr + tr {
    border-top: 1px solid #056655;
  }

  .casino-rating__table tr td:nth-child(2) {
    padding: 0 0 0 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40px;
    -moz-box-flex: 0;
    flex: 0 1 40px;
    max-width: none;
  }

  .casino-rating__table tr td:nth-child(2) img + img {
    display: none;
  }

  .casino-rating__table tr td:nth-child(3) {
    text-align: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 65px;
    -moz-box-flex: 0;
    flex: 0 1 65px;
    min-width: 0;
    padding-left: 8px;
  }

  .casino-rating__table tr td:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 65px - 40px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 65px - 40px);
    min-width: 0;
  }
}

/* key */

.key__wrapper {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #f9f9f9;
}

.key__wrapper > * + * {
  margin-top: 16px;
}

.key__wrapper > * {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 16px;
}

.key__wrapper > *:nth-child(2n + 1) {
  background: #f9f9f9;
}

.key__wrap > * + * {
  margin-top: 16px;
}

.key__wrap > ul:not(.key__info) {
  width: -webkit-calc(100% + 52px);
  width: -moz-calc(100% + 52px);
  width: calc(100% + 52px);
  margin-left: -36px;
}

.key__wrap > .button {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.key__wrap h3 {
  text-align: center;
}

div.strong {
    text-transform: uppercase;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.key__wrap img {
  display: block;
}

.key__info > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.key__info > li + li {
  margin-top: 8px;
}

.key__info > * + .active {
  margin-top: 16px;
}

.key__info > li > *:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 31%;
  -moz-box-flex: 0;
  flex: 0 1 31%;
  font-weight: 700;
  min-width: 200px;
}

.key__info > li > *:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 31% - 20px);
  -moz-box-flex: 0;
  flex: 0 1 calc(100% - 31% - 20px);
  max-width: -webkit-calc(100% - 200px - 20px);
  max-width: -moz-calc(100% - 200px - 20px);
  max-width: calc(100% - 200px - 20px);
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-top: -4px;
}

.info > li {
  margin-left: 4px;
  margin-top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background: #f9f9f9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 16px;
  text-transform: capitalize;
}

.info > li > *:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 24px;
  -moz-box-flex: 0;
  flex: 0 1 24px;
  min-width: 24px;
  margin-right: 8px;
}

/* .info > li > *:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
} */

.key__wrap .table {
  background: #fff;
}

.key__wrap .table thead tr {
  background: #f8fdfc;
  font-weight: 700;
  border-bottom: 1px solid #056655;
}

.key__wrap .table td {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  padding: 16px;
}

.key__wrap .table td + td {
  border-left: 1px solid #056655;
}

.key-rating__desc > * + * {
  margin-top: 8px;
}

.key-rating__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  white-space: nowrap;
}

.key-rating__wrap > span:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 128px;
  -moz-box-flex: 0;
  flex: 0 1 128px;
  margin-right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.key-rating__wrap > span:first-child img {
  max-width: 24px;
  width: -webkit-calc((100% - 8px) / 5);
  width: -moz-calc((100% - 8px) / 5);
  width: calc((100% - 8px) / 5);
}

.key-rating__wrap > span:last-child span {
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .key__info.active > li {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .key__info.active > li > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 100% !important;
    -moz-box-flex: 0 !important;
    flex: 0 1 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .key__info.active > li > * + * {
    margin-top: 8px;
  }

  .key__rating > li {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .key__rating > li > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 100% !important;
    -moz-box-flex: 0 !important;
    flex: 0 1 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .key__rating > li > * + * {
    margin-top: 8px;
  }

  .key__rating > li + li {
    margin-top: 16px;
  }
}

@media screen and (max-width: 500px) {
  .key__info > li > *:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
    min-width: 0;
  }

  .key__info > li > *:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
    max-width: none;
  }
}

@media screen and (max-width: 400px) {
  .key__wrap > .button {
    min-width: 0;
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .key__wrap .table td {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}

/* key carousel */

.key__carousel img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}

.key__carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
}

.key__carousel .owl-stage {
  padding-left: 0px !important;
}

.key__carousel .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.key-carousel__item {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.key-carousel__wrap {
  width: -webkit-calc(100% + 32px);
  width: -moz-calc(100% + 32px);
  width: calc(100% + 32px);
  margin-left: -16px;
}

.key-carousel__videos a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.key-carousel__videos span {
  position: absolute;
  width: 56px;
  height: 56px;
  left: -webkit-calc(50% - 28px);
  left: -moz-calc(50% - 28px);
  left: calc(50% - 28px);
  top: -webkit-calc(50% - 28px);
  top: -moz-calc(50% - 28px);
  top: calc(50% - 28px);
  z-index: 10;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.key-carousel__videos a:hover span {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.owl-nav.key__nav {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
}

.key__carousel .owl-nav {
  position: absolute;
  width: -webkit-calc(100% + 80px);
  width: -moz-calc(100% + 80px);
  width: calc(100% + 80px);
width: 100%;
  height: 32px;
  top: -webkit-calc(50% - 16px);
  top: -moz-calc(50% - 16px);
  top: calc(50% - 16px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  z-index: -1;
}

.key__carousel .owl-nav .button {
  background: transparent;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 20;
}

.key__carousel .owl-nav .button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.key__carousel .owl-nav .button:first-child {
  margin-left: 20px;
}

.key__carousel .owl-nav .button:last-child {
  margin-right: 20px;
}

.key__carousel .owl-nav .button svg {
  fill: #0098d7;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.key__carousel .owl-nav .button:hover svg {
  fill: #0074a4;
}

@media screen and (max-width: 1300px) {
  .key-carousel__wrap {
    width: 100%;
    margin-left: 0;
  }

  .key__carousel .owl-nav {
    left: -15px;
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
  }

  .key__carousel {
    padding: 0 20px;
  }
}

@media screen and (max-width: 450px) {
  .key-carousel__wrap {
    width: -webkit-calc(100% + 32px);
    width: -moz-calc(100% + 32px);
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .key__carousel {
    display: block;
    max-width: 100%;
    padding: 0;
  }

  .key-carousel__item {
    display: block;
  }

  .key-carousel__item + .key-carousel__item {
    margin-top: 8px;
  }
}

/* pros */

.pros__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
}

.pros__list > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 20px) / 2);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 16px;
  display: block;
}

.pros__list > li::before {
  display: none;
}

.pros__list h3 {
  text-align: center;
}

.pros-list__item > * + * {
  margin-top: 16px;
}

.pros-item__list > * + * {
  margin-top: 8px;
}

.pros-list__item:first-child {
  background: #f8fdfc;
}

.pros-list__item:nth-child(2) {
  background: #fff9f9;
}

.pros-item__list > li {
  padding-left: 40px;
  display: block;
}

.pros-list__item .pros-item__list > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.pros-list__item:first-child .pros-item__list > li:before {
  background-image: url(../images/pros.svg);
}

.pros-list__item:nth-child(2) .pros-item__list > li:before {
  background-image: url(../images/cons.svg);
}

@media screen and (max-width: 600px) {
  .pros-list__item > * + * {
    margin-top: 8px;
  }

  .pros__list {
    display: block;
  }

  .pros__list > * + * {
    margin-top: 20px;
  }
}

/* offers */

.offers__wrapper {
  overflow: hidden;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #056655;
}

.offers__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  padding: 16px;
}

.offers__wrapper > * + * {
  border-top: 1px solid #056655;
}

.offers__top {
  font-weight: 700;
  background: #f8fdfc;
}

.offers__wrap > * + * {
  padding-left: 20px;
}

.offers__hide > *:first-child {
  display: none;
}

.offers__wrap > *:nth-child(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 20%;
  -moz-box-flex: 0;
  flex: 0 1 20%;
  font-weight: 700;
  max-width: -webkit-calc((100% - 110px * 2) * 0.266);
  max-width: -moz-calc((100% - 110px * 2) * 0.266);
  max-width: calc((100% - 110px * 2) * 0.266);
}

.offers__wrap:not(.offers__top) > *:nth-child(1) {
  text-transform: uppercase;
}

.offers__wrap > *:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 27.5%;
  -moz-box-flex: 0;
  flex: 0 1 27.5%;
  font-weight: 700;
  max-width: -webkit-calc((100% - 110px * 2) * 0.367);
  max-width: -moz-calc((100% - 110px * 2) * 0.367);
  max-width: calc((100% - 110px * 2) * 0.367);
}

.offers__wrap:not(.offers__top) > *:nth-child(2) {
  color: #056655;
}

.offers__wrap > *:nth-child(3),
.offers__wrap > *:nth-child(4) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 12.5%;
  -moz-box-flex: 0;
  flex: 0 1 12.5%;
  min-width: 110px;
}

.offers__wrap > *:nth-child(5) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 27.5%;
  -moz-box-flex: 0;
  flex: 0 1 27.5%;
  max-width: -webkit-calc((100% - 110px * 2) * 0.367);
  max-width: -moz-calc((100% - 110px * 2) * 0.367);
  max-width: calc((100% - 110px * 2) * 0.367);
}

.offers__button.button {
  min-width: 0;
  width: 100%;
  margin-top: 16px;
}

.offers__wrap ul li {
  display: block;
  padding-left: 27px;
}

.offers__wrap ul li:before {
  content: '';
  position: absolute;
  left: 12px;
  top: 10.5px;
  width: 3px;
  height: 2.5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #151515;
}

@media screen and (max-width: 1000px) {
  .offers__wrap > * + * {
    padding-left: 8px;
  }
}

@media screen and (max-width: 900px) {
  .offers__wrap > * + * {
    padding-left: 20px;
  }
}

@media screen and (max-width: 800px) {
  .offers__wrapper {
    overflow: hidden;
    width: 100%;
  }

  .offers__wrap {
    min-width: 0;
  }

  .offers__top {
    display: none;
  }

  .offers__top + * {
    border-top: none !important;
  }

  .offers__wrap {
    padding: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .offers__wrap > *:nth-child(n) {
    max-width: none !important;
    min-width: 0;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 100% !important;
    -moz-box-flex: 0 !important;
    flex: 0 1 100% !important;
  }

  .offers__wrap > * {
    padding: 16px;
  }

  .offers__wrap > * + * {
    padding-left: 16px;
  }

  .offers__wrap > *:nth-child(1) {
    padding-bottom: 0;
    text-align: center !important;
    background: #f8fdfc;
  }

  .offers__wrap > *:nth-child(2) {
    padding-top: 8px;
    text-align: center !important;
    background: #f8fdfc;
  }

  .offers__hide > *:first-child {
    display: block;
    font-weight: 700;
  }

  .offers__hide:not(.offers__bonus) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
  }

  .offers__hide:not(.offers__bonus) > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
  }

  .offers__wrap > *:nth-child(n + 3) + * {
    padding-top: 8px;
  }

  .offers__wrap > *:nth-child(n + 3) {
    padding-bottom: 0;
  }

  .offers__wrap > *:last-child {
    padding-bottom: 16px;
  }
}

/* selection */

.selection__content h3 {
  text-align: center;
}

.selection__carousel {
  max-width: 895px;
}

.selection__carousel .owl-stage {
  padding-left: 0px !important;
}

.selection-carousel__item a {
  text-align: center !important;
  font-weight: 700;
}

.selection-item__image {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
}

.selection-item__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
}

.selection-item__desc {
  text-align: center !important;
  margin-top: 16px;
}

.selection__carousel .owl-nav {
  position: absolute;
  /* left: -40px; */
  width: -webkit-calc(100% + 80px);
  width: -moz-calc(100% + 80px);
  width: calc(100% + 80px);
  width: 100%;
  height: 32px;
  top: -webkit-calc((100% - 40px) / 2 - 16px);
  top: -moz-calc((100% - 40px) / 2 - 16px);
  top: calc((100% - 40px) / 2 - 16px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  z-index: -1;
}

.selection__carousel .owl-nav .button {
  background: transparent;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 20;
}

.selection__carousel .owl-nav .button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.selection__carousel .owl-nav .button:first-child {
  margin-left: 20px;
}

.selection__carousel .owl-nav .button:last-child {
  margin-right: 20px;
}

.selection__carousel .owl-nav .button svg {
  fill: #0098d7;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.selection__carousel .owl-nav .button:hover svg {
  fill: #0074a4;
}

@media screen and (max-width: 1300px) {
  .selection__carousel .owl-nav {
    left: -20px;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
  }

  .selection__carousel {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1240px) {
  .selection__carousel {
    max-width: -webkit-calc(100vw - 285px - 60px);
    max-width: -moz-calc(100vw - 285px - 60px);
    max-width: calc(100vw - 285px - 60px);
  }
}

@media screen and (max-width: 1100px) {
  .selection__carousel {
    max-width: -webkit-calc(100vw - 200px - 60px);
    max-width: -moz-calc(100vw - 200px - 60px);
    max-width: calc(100vw - 200px - 60px);
  }
}

@media screen and (max-width: 900px) {
  .selection__carousel {
    max-width: -webkit-calc(100vw - 40px);
    max-width: -moz-calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }
}

@media screen and (max-width: 450px) {
  .selection__carousel {
    display: block;
    max-width: 100%;
    padding: 0;
  }

  .selection-carousel__item {
    display: block;
  }

  .selection-carousel__item + .selection-carousel__item {
    margin-top: 16px;
  }

  .selection-item__desc {
    margin-top: 8px;
  }
}

/* slots */

.slots__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
gap: 15px;
margin-top: 20px;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

* + .slots__list {
  /* margin-top: -4px !important; */
}

.slots-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 60px) / 5);
  background: #f9f9f9;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.slots-item__wrap,
.slots-item__image {
  width: 100%;
}

.slots-item__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
height: 123px;
}

.slots-item__wrap {
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}

.slots-item__buttons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 26, 21, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  padding: 16px 5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.slots-list__item:hover .slots-item__buttons {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.slots-item__buttons > * + * {
  margin-top: 16px;
}

.slots-item__button {
  min-width: 100px;
    padding: 10px 10px;
    font-size: 12px;
    display: flex
;
    align-items: center;
}

.slots-item__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  padding: 16px;
}

.slots-item-info__desc {
  font-weight: 700;
  text-align: center !important;
}

.slots-item-info__logo {
  text-align: center !important;
}

.slots-item-info__logo img {
  max-height: 32px;
  display: block;
  margin: auto;
}

.slots-item__info > * + * {
  margin-top: 8px;
}

@media screen and (max-width: 1200px) {
  .slots-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 900px) {
  .slots-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
  }

  .slots-item__button {
    min-width: 0;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .slots-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }

  .slots-item__button {
   min-width: 237px;
        width: auto;
        text-align: center;
        display: flex;
        justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .slots-item__button {
    min-width: 0;
    width: 100%;
  }

  .slots-item__button * {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .slots-item__info {
    padding: 8px;
  }

  .slots-item__buttons > * + * {
    margin-top: 8px;
  }

  .slots-item__buttons {
    padding: 5px;
  }

  .slots-item__button {
    padding: 6px 10px;
    min-width: 132px;
    width: auto;
    text-transform: none;
  }
}

@media screen and (max-width: 380px) {
  .slots-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }

  .slots-item__info {
    padding: 16px;
  }

  .slots-item__button {
    padding: 10px 16px;
    min-width: 237px;
    text-transform: uppercase;
  }

  .slots-item__buttons > * + * {
    margin-top: 16px;
  }
}

/* mobile */

.mobile__list > * + * {
  margin-top: 16px;
}

.mobile-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #f8fdfc;
  padding: 16px;
}

.mobile-list__item > * + * {
  margin-left: 20px;
}
@media(max-width:1280px){
  .button.mobile-item__button{
    font-size: 14px;
  }
}

.mobile-item__title {
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 40px) * 0.2);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 40px) * 0.2);
  min-width: 163px;
}

.mobile-item__desc {
  color: #4e4f4f;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 40px) * 0.5);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 40px) * 0.5);
  max-width: -webkit-calc(100% - 120px - 220px - 40px);
  max-width: -moz-calc(100% - 120px - 220px - 40px);
  max-width: calc(100% - 120px - 220px - 40px);
}

.mobile-item__button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 40px) * 0.3);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 40px) * 0.3);
  min-width: 220px;
  padding: 10px 12px;
}

@media screen and (max-width: 700px) {
  .mobile-list__item {
    display: block;
    text-align: center !important;
  }

  .mobile-list__item > * + * {
    margin-left: 0;
    margin-top: 8px;
  }

  .mobile-list__item > * {
    max-width: none;
    text-align: center !important;
  }

  .mobile-item__button {
    margin: 8px auto 0;
    min-width: 280px;
  }
}

@media screen and (max-width: 400px) {
  .mobile-item__button {
    min-width: 0;
    width: 100%;
  }
}

/* rating  */

.rating__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: -16px;
}

.rating__wrap > * {
  margin-left: 16px;
}

.rating {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #f9f9f9;
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  white-space: nowrap;
}

.rating img {
  display: block;
}

.rating > *:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 32px;
  -moz-box-flex: 0;
  flex: 0 1 32px;
  min-width: 32px;
  margin-right: 8px;
}

.rating > *:nth-child(2) span {
  font-weight: 700;
}

/* skore */

.skore {
  padding-top: 8px;
  border-top: 1px solid #b6b6b6;
  text-transform: uppercase;
  font-weight: 700;
}

.skore > span {
  font-weight: 400;
  margin-left: 4px;
}

.skore > span > span {
  font-weight: 700;
}

/* sister */

.sister__wrapper {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #056655;
  overflow: hidden;
}

.sister__wrapper > * + * {
  border-top: 1px solid #056655;
}

.sister__wrapper > * > * + * {
  border-left: 1px solid #056655;
}

.sister__top {
  background: #f8fdfc;
  font-weight: 700;
}

.sister__top > * {
  text-align: center !important;
}

.sister__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
}

.sister__wrap > *:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 32%;
  -moz-box-flex: 0;
  flex: 0 1 32%;
  min-width: 240px;
}

.sister__wrap > *:nth-child(n + 2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 32%) / 3);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 32%) / 3);
  max-width: -webkit-calc((100% - 240px) / 3);
  max-width: -moz-calc((100% - 240px) / 3);
  max-width: calc((100% - 240px) / 3);
}

.sister__wrap > * {
  padding: 8px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.sister__hide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.sister__hide div {
  text-align: center !important;
}

.sister__hide > *:first-child {
  display: none;
}

.sister__wrapper img {
  display: block;
}

.sister-info__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 32%;
  -moz-box-flex: 0;
  flex: 0 1 32%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 6px;
  min-height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background: #054146;
  margin-right: 16px;
  min-width: 70px;
  max-width: 80px;
}

.sister-info__wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 32% - 16px);
  -moz-box-flex: 0;
  flex: 0 1 calc(100% - 32% - 16px);
  max-width: -webkit-calc(100% - 70px - 16px);
  max-width: -moz-calc(100% - 70px - 16px);
  max-width: calc(100% - 70px - 16px);
  min-width: -webkit-calc(100% - 80px - 16px);
  min-width: -moz-calc(100% - 80px - 16px);
  min-width: calc(100% - 80px - 16px);
}

.sister-info__name {
  text-transform: uppercase;
  font-weight: 700;
}

.sister-info__link {
  display: block;
  color: #4e4f4f;
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  .sister__wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
  }

  .sister__top {
    display: none;
  }

  .sister__wrapper > * + * {
    border-top: none;
    margin-top: 16px;
  }

  .sister__wrapper > .sister__top + * {
    margin-top: 0;
  }

  .sister__wrap {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #056655;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .sister__wrap > *:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
    min-width: 0;
    background: #f8fdfc;
    border-bottom: 1px solid #056655;
  }

  .sister__info + * {
    border-left: none;
  }

  .sister__wrap > * {
    padding: 16px;
  }

  .sister__wrap > *:nth-child(n + 2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% / 3);
    max-width: none;
    padding: 8px;
    min-height: 88px;
  }

  .sister__hide > *:first-child {
    display: block;
    font-weight: 700;
  }

  .sister__hide > * + * {
    margin-top: 8px;
  }
}

/* rank */

.rank {
  background: #02231e;
  color: #fff;
}

.rank__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.rank__button {
  min-width: 240px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 240px;
  -moz-box-flex: 0;
  flex: 0 1 240px;
  margin: 0;
}

.rank__wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 240px - 40px);
  -moz-box-flex: 0;
  flex: 0 1 calc(100% - 240px - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.rank img {
  display: block;
}

.rank__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 185px;
  -moz-box-flex: 0;
  flex: 0 1 185px;
  margin-right: 40px;
}

.rank__logo img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
}

.rank__info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 185px - 40px);
  -moz-box-flex: 0;
  flex: 0 1 calc(100% - 185px - 40px);
}

.rank-info__name {
  font-weight: 700;
}

.rank-info__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  white-space: nowrap;
}

.rank-info__stars {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 128px;
  -moz-box-flex: 0;
  flex: 0 1 128px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 0 2px;
  margin-right: 8px;
}

.rank-info__stars img {
  max-width: 24px;
  width: -webkit-calc((100% - 8px) / 5);
  width: -moz-calc((100% - 8px) / 5);
  width: calc((100% - 8px) / 5);
}

.rank-info__value {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 128px - 8px);
  -moz-box-flex: 0;
  flex: 0 1 calc(100% - 128px - 8px);
}

.rank-info__value span {
  font-weight: 700;
}

@media screen and (max-width: 800px) {
  .rank__wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 240px - 20px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 240px - 20px);
  }

  .rank__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 130px;
    -moz-box-flex: 0;
    flex: 0 1 130px;
    margin-right: 20px;
    display: block;
  }

  .rank__logo img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
  }

  .rank__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 130px - 20px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 130px - 20px);
  }
}

@media screen and (max-width: 700px) {
  .rank__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    flex: 0 1 auto;
    margin-right: 20px;
  }

  .rank__content {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  .rank__wrap > * + * {
    margin-top: 8px;
  }

  .rank__logo {
    width: 175px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    flex: auto;
    margin-right: 0;
  }

  .rank-info__name {
    text-align: center !important;
  }
}

@media screen and (max-width: 500px) {
  .rank__content {
    display: block;
  }

  .rank__button {
    min-width: 0;
    width: 100%;
    margin-top: 16px;
  }

  .rank__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-right: 0;
  }

  .rank__wrap > * {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
  }

  .rank-info__name {
    text-align: left !important;
  }

  .rank__wrap > * + * {
    margin-top: 0;
  }

  .rank__logo img {
    max-width: 128px;
    margin: 0 auto 0 0;
  }
}

@media screen and (max-width: 380px) {
  .rank__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 128px;
    -moz-box-flex: 0;
    flex: 0 1 128px;
    max-width: -webkit-calc(100% - 150px - 20px);
    max-width: -moz-calc(100% - 150px - 20px);
    max-width: calc(100% - 150px - 20px);
  }

  .rank__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 128px - 20px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 128px - 20px);
    min-width: 150px;
  }
}

/* game */

.game__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
}

.game__content img {
  display: block;
}

.game__wrap > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 3);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 40px) / 3);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #056655;
  background: #f8fdfc;
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  word-break: keep-all;
}

.game__wrap > * > * + * {
  margin-top: 8px;
}

.game__wrap > * > *:first-child {
  text-align: center !important;
  color: #4e4f4f;
}

.game-rating__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  white-space: nowrap;
}

.game-rating-info__stars {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 128px;
  -moz-box-flex: 0;
  flex: 0 1 128px;
  max-width: 128px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-right: 8px;
}

.game-rating-info__stars img {
  max-width: 24px;
  width: -webkit-calc((100% - 8px) / 5);
  width: -moz-calc((100% - 8px) / 5);
  width: calc((100% - 8px) / 5);
}

.game-rating-info__value span {
  font-weight: 700;
}

.game-rtp__value,
.game-provider__name {
  font-weight: 700;
}

.game-rtp__value {
  text-align: center !important;
}

.game-provider__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center !important;
}

.game-provider__name span:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 24px;
  -moz-box-flex: 0;
  flex: 0 1 24px;
  min-width: 24px;
  margin-right: 8px;
}

.game__desc {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  display: none;
  text-align: center !important;
}

.game__wrapper {
    /* -webkit-border-radius: 16px; */
    -moz-border-radius: 16px;
    /* border-radius: 16px; */
    /* overflow: hidden; */
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -moz-box;
    /* display: flex
; */
    /* -webkit-box-pack: center; */
    /* -webkit-justify-content: center; */
    -moz-box-pack: center;
    /* justify-content: center; */
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    -moz-box-align: center;
    /* align-items: center; */
    padding: 12%;
}
.game__image {
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    /* width: 100%; */
    /* height: 100%; */
}
.game__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}

.game__info {
  max-width: 590px;
  width: 100%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #fff;
  padding: 6%;
  text-align: center;
  color: #000;
  z-index: 10;
}

.game__info > * + * {
  margin-top: 8px;
}

.game-info__name {
  color: #032c25;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center !important;
}

.game-info__desc {
  text-align: center !important;
}

.game__info > * + .game-info__buttons {
  margin-top: 16px;
}

.game-info__buttons > * + * {
  margin-top: 8px;
}

.game-info__buttons {
  text-align: center !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
}

.game__info > * {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.game-info__button {
  margin-left: auto;
  margin-right: auto;
  min-width: 240px;
}

@media screen and (max-width: 600px) {
  .game__info {
    padding: 25px;
  }

  .game-rating-info__stars > img + img {
    display: none;
  }

  .game-rating-info__stars {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 24px;
    -moz-box-flex: 0;
    flex: 0 1 24px;
    max-width: 24px;
  }

  .game-rating-info__stars img {
    max-width: 24px;
    width: 100%;
  }

  .game-provider__name span:first-child {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .game__wrap > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 24px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 24px) / 3);
    padding: 16px 10px;
  }

  .game__desc {
    display: block;
  }

  .game__wrapper {
    padding: 50px;
  }

  .game__info {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
  }

  .game-info__name,
  .game-info__desc {
    display: none;
  }

  .game__info > * + .game-info__buttons {
    margin-top: 0;
  }

  .game-info__button span {
    display: none;
  }

  .game-info__buttons > * + * {
    margin-top: 16px;
  }

  .game-info__button {
    text-transform: none;
    min-width: 132px;
    padding: 6px 10px;
  }

  .game__image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 26, 21, 0.8);
    z-index: 1;
  }
}

@media screen and (max-width: 380px) {
  .game__wrap > * {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 6px;
  }
}

/* slot rating */

.slot-rating__content.content {
  padding: 30px 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #f8fdfc;
  border: 1px solid #056655;
}

.slot-rating__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
}

.slot-rating__wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33%;
  -moz-box-flex: 0;
  flex: 0 1 33%;
  min-width: 250px;
  padding: 16px;
  background: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
  -moz-box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
  box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
}

.slot-rating__wrap > * + * {
  margin-top: 8px;
}

.slot-rating__wrap h3 {
  text-align: center;
}

.slot-rating__button {
  min-width: 0;
  width: 100%;
  margin-top: 16px;
}

.slot-rating__article {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc(100% - 33% - 20px);
  -moz-box-flex: 0;
  flex: 0 1 calc(100% - 33% - 20px);
  max-width: -webkit-calc(100% - 250px - 20px);
  max-width: -moz-calc(100% - 250px - 20px);
  max-width: calc(100% - 250px - 20px);
}

.slot-rating__article.article > * + * {
  margin-top: 8px;
}

.slot-rating__stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  white-space: nowrap;
}

.slot-rating__stars > *:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 128px;
  -moz-box-flex: 0;
  flex: 0 1 128px;
  margin-right: 8px;
}

.slot-rating__stars > *:first-child img {
  max-width: 24px;
  width: -webkit-calc((100% - 8px) / 5);
  width: -moz-calc((100% - 8px) / 5);
  width: calc((100% - 8px) / 5);
}

.slot-rating__stars > *:last-child span {
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .slot-rating__wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slot-rating__wrapper > * {
    max-width: none;
    min-width: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }

  .slot-rating__wrapper > * + * {
    margin-top: 20px;
  }
}

/* error */

.page-error {
  padding-bottom: 0;
}

.error__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.error__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
}

.error__content {
  padding: 7% 20px;
}

.error__title.title.high {
  color: #fff;
  text-align: left;
}

.error__title.title.general {
  text-align: left;
  font-size: 120px;
  line-height: 1;
  letter-spacing: 5px;
}

.error__title.title.general + * {
  margin-top: 5%;
}

.error__wrap > * + * {
  margin-top: 16px;
}

.error__wrap {
  z-index: 20;
  color: #fff;
}

.error__wrap > *:not(.error__title.general) {
  max-width: 590px;
}

.error__wrap > *:not(.error__title.general, .error__button) {
  width: 60%;
}

.error__image {
  position: absolute;
  right: 3%;
  max-height: 400px;
  height: -webkit-calc(100% - 7% - 130px);
  height: -moz-calc(100% - 7% - 130px);
  height: calc(100% - 7% - 130px);
  z-index: 1;
  bottom: 0;
}

.error__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .error__title.title.general {
    font-size: 12vw;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 800px) {
  .error__image {
    right: 5px;
    bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .error__title.title.general + * {
    margin-top: 32px;
  }
}

@media screen and (max-width: 500px) {
  .error__content {
    padding: 30px 20px;
  }

  .error__image {
    position: relative;
    right: 0;
    bottom: 0;
    height: 250px;
    margin-top: 50px;
  }

  .error__wrap > *:not(.error__title.general, .error__button) {
    width: 100%;
  }

  .error__title.title.general {
    letter-spacing: 0;
    font-size: 60px;
  }

  .error__button.button {
    width: 100%;
    min-width: 0;
  }
}

@media screen and (max-width: 400px) {
  .error__title.title.general {
    font-size: 15vw;
  }
}

/* providers  */

.providers__list {
  margin-top: -20px;
  margin-left: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

* + .providers__list {
  margin-top: -4px;
}

.providers-list__item {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 60px) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.providers-list__item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #f9f9f9;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.providers-list__item > a:hover {
  -webkit-box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
  -moz-box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
  box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
}

.providers-item__image {
  margin: auto;
}

.providers-item__wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 16px 16px 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  color: #151515;
}

.providers-item__count {
  white-space: nowrap;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #056655;
  padding: 4px 8px;
  margin-left: 8px;
}

.providers-item__name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1000px) {
  .providers-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 900px) {
  .providers-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
  }
}

@media screen and (max-width: 800px) {
  .providers-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 500px) {
  .providers-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }
}

/* pay */

.pay__list {
  margin-top: -20px;
  margin-left: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

* + .pay__list {
  margin-top: -4px;
}

.pay-list__item {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 60px) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.pay-list__item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  padding: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #056655;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-height: 288px;
}

.pay-list__item > a:hover {
  background: #fafffe;
}

.pay-list__item > a:hover .pay-item__name {
  text-decoration: underline;
}

.pay-item__image {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  min-height: 88px;
  background: #f9f9f9;
  padding: 16px;
}

.pay-item__image img {
  max-width: 150px;
  max-height: 56px;
  margin: auto;
}

.pay-list__item > a > * + * {
  margin-top: 16px;
}

.pay-item__wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.pay-item__wrap > * + * {
  margin-top: 8px;
}

.pay-item__name {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center !important;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media screen and (max-width: 1000px) {
  .pay-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 900px) {
  .pay-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
  }
}

@media screen and (max-width: 800px) {
  .pay-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }

  .pay-list__item > a {
    min-height: 0;
  }
}

@media screen and (max-width: 500px) {
  .pay-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }
}

/* casinos */

.casinos__list > * + * {
  margin-top: 16px;
}

.casinos-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #056655;
  background: #f8fdfc;
  min-height: 160px;
  padding: 16px;
  box-shadow: 0 4px 20px rgba(1, 52, 43, 0.25);
}

.casinos-list__item:nth-child(n) {
  display: none;
}
.casinos-list__item:nth-child(-n + 6) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.casinos-item__buttons {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 170px;
  -moz-box-flex: 0;
  flex: 0 1 170px;
  min-width: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.casinos-item__button.button {
  min-width: 170px;
}

.casinos-item__buttons > * + * {
  margin-top: 8px;
}

.casinos-item__info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 19%;
  -moz-box-flex: 0;
  flex: 0 1 19%;
  text-align: center;
}

.casinos-item__wrap,
.casinos-item__pros {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 170px - 19% - 60px) / 2);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 170px - 19% - 60px) / 2);
}

.casinos-item__info > * + * {
  margin-top: 16px;
}

.casinos-item__logo img {
  max-height: 48px;
}

.casinos-item__rating {
  text-align: center !important;
}

.casinos-item__rating > span > span {
  font-weight: 700;
}

.casinos-item__wrap > * + * {
  margin-top: 8px;
}

.casinos-item__bonus {
  color: #056655;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  text-transform: capitalize;
  text-align: center !important;
}

.casinos-item__desc {
  text-align: center !important;
  color: #4e4f4f;
}

.casinos-item__pros li {
  display: block;
  padding-left: 27px;
}

.casinos-item__pros li:before {
  content: '';
  position: absolute;
  left: 12px;
  top: 10.5px;
  width: 3px;
  height: 2.5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #151515;
}

@media screen and (max-width: 1200px) {
  .casinos-list__item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
  }

  .casinos-list__item > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 16px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 16px) / 2);
    margin-top: 16px;
  }

  .casinos-item__pros {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
    -moz-box-flex: 0 !important;
    flex: 0 1 auto !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 500px) {
  .casinos-list__item > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }
}

/* news */

.events__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px !important;
  margin-left: -20px;
}

* + .events__list {
  margin-top: -4px !important;
}

.events-list__item {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
  -moz-box-flex: 0;
  flex: 0 1 calc((100% - 60px) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  background: #f9f9f9;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
/* .events-list__item:nth-child(n) {
  display: none;
} */
.events-list__item:nth-child(-n + 9) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.events-item__top {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}

.events-top__play img {
  display: block;
}

.events-top__play {
  position: absolute;
  width: 56px;
  height: 56px;
  top: -webkit-calc(50% - 28px);
  top: -moz-calc(50% - 28px);
  top: calc(50% - 28px);
  left: -webkit-calc(50% - 28px);
  left: -moz-calc(50% - 28px);
  left: calc(50% - 28px);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.events-item__top:hover .events-top__play {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.events-item__image {
  width: 100%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.events-item__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
}

.events-item__wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  color: #4e4f4f;
}

.events-item__wrap > * + * {
  margin-top: 8px;
}

.events-item__date {
  font-size: 12px;
  line-height: 20px;
}

.events-item__title {
  color: #151515;
  font-weight: 700;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

a.events-item__title:hover {
  text-decoration: underline;
}

.events-item__desc {
  margin-bottom: auto;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.events-item__link {
  color: #0098d7;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.events-item__link:after {
  content: '';
  width: 24px;
  height: 24px;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/experts-arrow.svg);
  margin-left: 8px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.events-item__link:hover:after {
  margin-left: 12px;
}

.events-item__link + .events-item__author {
  margin-top: 16px;
}

.author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: #4e4f4f;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none !important;
}

.author > span:nth-child(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 32px;
  -moz-box-flex: 0;
  flex: 0 1 32px;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 8px;
}

.author > span:nth-child(1) img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}

.author > span:nth-child(2) {
  flex: 1 1 calc(100% - 32px - 8px);
}

.author:hover {
  color: #151515;
}

@media screen and (max-width: 1000px) {
  .events-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }
  .events-list__item:nth-child(n) {
    display: none;
  }
  .events-list__item:nth-child(-n + 6) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 900px) {
  .events-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
  }
  .events-list__item:nth-child(n) {
    display: none;
  }
  .events-list__item:nth-child(-n + 9) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 800px) {
  .events-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 2);
  }
  .events-list__item:nth-child(n) {
    display: none;
  }
  .events-list__item:nth-child(-n + 6) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 500px) {
  .events-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }
  .events-list__item:nth-child(n) {
    display: none;
  }
  .events-list__item:nth-child(-n + 3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

@media screen and (max-width: 400px) {
  .events {
    margin-top: -16px !important;
  }

  * + .events {
    margin-top: 0 !important;
  }

  .events-list__item {
    margin-top: 16px;
  }
}

/* teg */

div.article h3 {
  text-align: center;
}

.tegs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: -8px;
  margin-left: -8px;
}

* + .tegs {
  margin-top: 8px;
}

.tegs li {
  margin-left: 8px;
  margin-top: 8px;
  padding: 0 !important;
}

.tegs li:before {
  content: none !important;
}

.tegs li a {
  color: #0098d7 !important;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none !important;
}

.tegs li a:hover {
  color: #056655 !important;
}

.article + ul {
  margin-top: 16px !important;
}

/* video */

.video__wrap {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}

.video__wrap img {
  display: block;
}

.video__wrap > * {
  width: 100%;
}

.video__wrapper > * + * {
  margin-top: 16px;
}

.video__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.video__info > * + * {
  margin-left: 16px;
}

.video-info__date {
  color: #4e4f4f;
  white-space: nowrap;
}

/* post */

.post__image {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}

.post__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
}

.post__wrapper > * + * {
  margin-top: 16px;
}

.post__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: -16px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
}

.post__info > * {
  margin-left: 16px;
  margin-top: 16px;
}

.post__right {
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.post__right > * {
  color: #4e4f4f;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 16px;
}

.post__right > * img {
  display: block;
}

.post__right > * > span:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 20px;
  -moz-box-flex: 0;
  flex: 0 1 20px;
  min-width: 20px;
  margin-right: 5px;
}

.post__right > * > span:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.post__wrapper + * {
  margin-top: 50px;
}

.page-post article h3 {
  text-align: center;
}

/* New pages */
.cover__wrapper {
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  background: #ffffff;
  border: 1px solid #056655;
  -webkit-box-shadow: 0px 4px 20px rgba(1, 52, 43, 0.25);
  box-shadow: 0px 4px 20px rgba(1, 52, 43, 0.25);
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.cover-wrapper__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 288px;
  -ms-flex: 0 0 288px;
  flex: 0 0 288px;
  height: 100%;
  max-height: 128px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.cover-game .cover-wrapper__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 182px;
  -ms-flex: 0 0 182px;
  flex: 0 0 182px;
}

.cover-wrapper__image img {
  margin: 0 auto;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.cover-wrapper__desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.cover-games-company .cover-wrapper__desc {
  text-align: center;
}

.cover-games-company .cover-wrapper__desc > * {
  text-align: center;
}

.cover-wrapper__desc > * + * {
  margin-top: 8px;
}

.cover-wrapper__title {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  text-align: left;
}

.cover-wrapper__numbers {
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #056655;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.cover-wrapper__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 248px;
  -ms-flex: 0 0 248px;
  flex: 0 0 248px;
}

.cover-wrapper__buttons .button {
  min-width: unset;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.cover-game__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.cover-game-info__item {
  padding: 16px;
  margin: 0 !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cover-game-info__item:nth-child(3),
.cover-game-info__item-provider {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.cover-game-info__item > * {
  display: block;
}

.cover-game-info__item > * + * {
  margin-top: 8px;
}

.cover-game-info__item > *:first-child {
  color: #4e4f4f;
}
.cover-game-info__item > *:nth-child(2) {
  color: #151515;
  font-weight: 700;
}

.cover-game-info__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.cover-game-info__rating div + div {
  margin-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
}

.cover-game-info__rating div span {
  font-weight: 700;
}

.cover-game-info__rating div:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 24px;
  -ms-flex: 0 1 24px;
  flex: 0 1 24px;
  width: 24px;
}

.cover-game-info__rating img {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.page-regions .cover__image {
  max-height: 260px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 1 !important;
}

.page-regions .cover__image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .cover-wrapper__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
  }

  .cover-wrapper__buttons {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
  }

  .cover-game__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cover-game .cover-wrapper__buttons {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .cover-game .cover-wrapper__buttons .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

@media screen and (max-width: 1000px) {
  .page-regions .cover__image {
    max-height: 180px;
    max-width: 300px;
    right: 0 !important;
  }

  .page-regions div.cover__wrap {
    width: -webkit-calc(100% - 300px - 16px);
    width: calc(100% - 300px - 16px);
  }
}

@media screen and (max-width: 950px) {
  .cover-wrapper__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }
}

@media screen and (max-width: 700px) {
  .cover__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cover-wrapper__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }

  .cover-wrapper__desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .cover-wrapper__desc > * {
    text-align: center;
  }

  .cover-game .cover-wrapper__desc {
    -webkit-box-flex: -webkit-calc(100% - 182px - 20px);
    -webkit-flex: -webkit-calc(100% - 182px - 20px);
    -ms-flex: calc(100% - 182px - 20px);
    flex: calc(100% - 182px - 20px);
  }

  .cover-game-info__item {
    padding: 12px;
  }

  .page-regions .cover__image {
    max-height: 120px;
    max-width: 240px;
    right: unset !important;
    left: 20px;
    top: 20px;
    bottom: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .page-regions div.cover__wrap {
    margin-top: 130px;
    width: 100%;
  }
}

@media screen and (max-width: 660px) {
  .cover-game .cover-wrapper__desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .cover-game-info__item:nth-child(3),
  .cover-game-info__item-provider {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media screen and (max-width: 500px) {
  .cover-wrapper__buttons {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .cover-game .cover-wrapper__buttons .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .page-regions div.cover__wrap .cover__text {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .cover-game .cover-wrapper__desc {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cover-game-info__item:nth-child(n) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }

  .cover-game-info__rating {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cover-game-info__rating div + div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

/* Search results */
.search-results__title {
  margin-top: 32px;
}

li.search-results__item {
  padding: 0;
  display: block;
  width: 100%;
}

li.search-results__item::before {
  display: none;
}

.search-results__item + .search-results__item {
  margin-top: 16px;
}

.search-results__item a {
  padding: 16px 64px 16px 16px;
  display: block;
  position: relative;
  width: 100%;
  background-color: #f9f9f9;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #f9f9f9;
  overflow: hidden;
  text-decoration: none;
}

.search-results__item a:hover {
  background-color: #fff;
  border-color: #056655;
  -webkit-box-shadow: 0px 4px 20px rgba(1, 52, 43, 0.25);
  box-shadow: 0px 4px 20px rgba(1, 52, 43, 0.25);
}

.search-results__item a::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  right: 16px;
  bottom: -webkit-calc(50% - 32px / 2);
  bottom: calc(50% - 32px / 2);
  background-image: url(../images/arrow-right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  -webkit-transition: all 0.2slinear;
  -o-transition: all 0.2s linear;
  -o-transition: all 0.2slinear;
  transition: all 0.2slinear;
}
.search-results__item a:hover::after {
  background-image: url(../images/arrow-right-hover.svg);
}

.search-results__item a > * {
  margin-bottom: 8px;
  display: block;
  width: 100%;
  text-align: left;
  color: #4e4f4f;
}

.search-results__item a > *:last-child {
  margin-bottom: 0;
}

.search-results__item a .title,
.search-results-item__title {
  font-size: 16px;
  line-height: 1.5;
  color: #151515;
}

.search-results-item__desc {
  max-height: 48px;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .search-results__title {
    margin-top: 0;
  }
}

@media screen and (max-width: 415px) {
  .search-results__item a {
    padding: 12px 56px 12px 12px;
  }

  .search-results__item a::after {
    right: 12px;
  }
}


.hidden {
    display: none;
}

.info-list__item a,
.info-list__item a .info-item__desc{
color: #000;
font-size: 16px;
    line-height: 24px;
    font-weight: 400;
text-decoration: none;
}
.image.info-item__image{
width: 73px;
    height: 72px;
}
.image.games-item__image{
width: 97px;
    height: 96px;

}

.slots-list__item { display: none; }

.image.game__image {
    /* position: absolute; */
}
#game-iframe {
    width: 100%;
    height: 100%;
}





 figure figcaption div{
    width:100% !important;
  }




.game__wrapper{
display: block;
padding: 0;
}
.image.game__image{padding-top: 47.25%;}
#game-image{
position: absolute;
top: 0;
bottom: 0;
}
iframe{
position: absolute;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.game__info{
display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 16%;
    bottom: 0;
    height: 50%;
    width: 50%;
    left: 25%;
    right: 0;}






.casinos-list__item {
   
    display: none;
}

.casinos-list__item.visible {
    display: flex; 
}




figure div {
  width: 100% !important;
}

.article .payment__list li:before,
.article ul .mobile-list__item:before,
.article ul .slots-list__item:before {
  content: none;
}

 .article .slots-list__item{
    padding: 0;
  }
  .article .slots-list__item{
margin-top: 0;
  }
.article .mobile-list__item {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #f8fdfc;
}
@media (max-width: 700px) {
  .article .mobile-list__item {
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 20px;
    background: #f8fdfc;
    flex-direction: column;
  }
}

.js-show-less.button-outline{
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 10px 20px;
    position: relative;
    height: auto;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #0098d7;
    min-width: 280px;
    background: #fff;
    color: #0098d7 !important;

    margin-left: 16px;
}
.js-show-less.button-outline:hover{
  box-shadow: 0 0 20px rgba(1, 152, 214, 0.5);
}

.image.prime__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 61%); 
  z-index: 1;
}

.info  li > span > img{
  width:24px;
}


.js-show-less-slots.button.outline{
  margin-left:20px;
}
.content.nav__content .nav__list li:nth-child(3) {
  display: none;
}

.content.game__content h1{
      color: #032c25;
}


.video__wrapper{
      width: 100%;
    height: 410px;
}
.video__wrap{
  width: 100%;
    height: 100%;
}
@media(max-width:500px){
  .video__wrapper {
    height: 246px;
}
}

.events-list__item.hidden {
    display: none;
}
.casino-list__item.hidden {
    display: none;
}
.content.nav__content .nav__list li:nth-child(4) {
    display: none;
}


.strong{
  color: #151515;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
}




/* new */
.header-sub__menu {
  margin-top: 16px;
}
.header-sub__menu li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.header__menu li:hover > a {
  color: rgb(47, 240, 205);
}
@media (max-width: 1100px) {
  .header-sub__menu {
    display: none;
  }

  .has-submenu.open > .header-sub__menu {
    display: block;
margin-left: 16px;
  }
  .has-submenu > a.header__active {
    position: relative;
    padding-right: 30px;
  }

  .submenu-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../images/menu.svg");
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 8px;
    transition: background-image 0.3s ease;
  }

  .has-submenu.open > a.header__active .submenu-icon {
    background-image: url("../images/menu-hover.svg");
    transform: scaleY(-1);
  }
}

/* form */
.wpcf7-spinner{
display:none!important;
}
.contact-form .sub__wrap p{
    text-align: center;
}
.contact-form .wpcf7-form-control-wrap{
 width: 100%;

}
.contact-form input.button{
border-radius: 25px!important;
    border: 2px solid #0098d7!important;
    max-width: 280px;
}
.contact-form {
  max-width: 100%;
  width: 100%;
}

.contact-form p {
  margin-bottom: 16px;
}

.contact-form input,
.contact-form textarea {
  font-family: "Roboto", Arial, sans-serif;
  width: 100%;
  padding: 12px 15px;

  border: 1px solid rgba(78, 79, 79, 1);

  font-size: 16px;
}
.contact-form input {
    margin-bottom: 16px;
margin-top:8px;
  border-radius: 120px;
}
.contact-form textarea {
  border-radius: 24px;
  margin-top:8px;
}

.contact-form textarea {
  resize: vertical;
  height: 120px;
}

.contact-form button:hover {
  background-color: #007bbf;
}

.error {
  color: red;
  font-size: 14px;
  margin-bottom: 10px;
}
label{
  font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(78, 79, 79, 1);
margin-bottom:8px;
}

/* providers */
.providers-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 30px;
}
.provider-card {
  position: relative;
background: rgba(249, 249, 249, 1);
  border-radius: 16px;
  padding: 16px;
  font-weight: bold;
color: rgba(21, 21, 21, 1);
  max-width: 162px;
  text-align: left;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none;
  padding-right: 40px;
      font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.provider-card::before {
  content: "";
  position: absolute;
  right: 15px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 5l5 5-5 5' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.provider-card:hover::before {
  transform: translateX(3px);
}

.provider-card:hover {
background: rgba(249, 249, 249, 1);
box-shadow: 0px 4px 20px 0px rgba(1, 52, 43, 0.25);
}

.provider-card.active {
background: rgba(249, 249, 249, 1);
box-shadow: 0px 4px 20px 0px rgba(1, 52, 43, 0.25);

}



















@media (max-width: 1100px) {
  .header__menu > ul > li > ul {
    display: none;
  }

  .header__menu > ul > li.open > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    flex-direction: column;
  }
  .header-main__menu {
    margin-left: 10px;
  }
  .header__menu.active > ul > li.active > span {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/menu.svg);
  }
  .header__menu.active > ul > li.active.open > span {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scaleY(-1);
    background-image: url(../images/menu-hover.svg);
  }
}

@media (max-width: 1100px) {
  .header__menu > ul > li > ul {
    display: none;
  }

  .header__menu > ul > li.open > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    flex-direction: column;
  }
  .header__menu > ul > li.active > div {
    display: none;
  }
  .header__menu .active.open > a{
    color: rgb(47, 240, 205);
  }
}

@media(max-width:1200px){
  .slots-item__image img {

    height: 300px;
}
}



.casinos-item__bonus:hover{
  text-decoration: underline;
font-weight: 800;
}



.main__right {
  position: sticky;
  top: 88px;
  height: calc(100vh - 88px);
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
.main__right::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}






.main__right {
 flex: 0 1 285px;
    padding: 0;
    height: auto;
    overflow: visible;
    position: relative;
    margin-bottom: 100px;
    top: 40px;
}

.main {
  min-height: 100vh; }







@media (max-width: 1100px) {
  .header__menu > ul > li > ul {
    display: none;
  }

  .header__menu > ul > li.open > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    flex-direction: column;
  }
  .header-main__menu {
    margin-left: 10px;
  }
  .header__menu.active > ul > li.active > span {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/menu.svg);
  }
  .header__menu.active > ul > li.active.open > span {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scaleY(-1);
    background-image: url(../images/menu-hover.svg);
  }
}

@media (max-width: 1100px) {
  .header__menu > ul > li > ul {
    display: none;
  }

  .header__menu > ul > li.open > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    flex-direction: column;
  }
  .header__menu > ul > li.active > div {
    display: none;
  }
  .header__menu .active.open > a{
    color: rgb(47, 240, 205);
  }
}



















.main__right {
  flex: 0 1 285px;
  padding: 30px 0;
  position: sticky;
  top: 88px;
  max-height: calc(100vh - 88px);
  overflow-y: auto;

  scrollbar-width: none;
  -ms-overflow-style: none;
}
.main__right::-webkit-scrollbar {
  display: none;
}

  /* .main__right {
flex: 0 1 285px;
    padding: 10px 0;
    position: relative;
    top: 76px;
    max-height: 100%;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
} */





.casino-info__desc div:hover a,
.casinos-item__bonus:hover {
    text-decoration: underline;
    font-weight: 800;
}



.main__right {
  flex: 0 1 285px;
  padding: 30px 0;
  overflow: hidden; 
  max-height: none;
  position: relative;
}

.main__right {
  flex: 0 1 285px;
  padding: 30px 0;
  position: relative;
  overflow-y: visible;
  max-height: none;
}


.header__menu > ul > .has-submenu.active:hover > .header-main__menu{
display: flex
;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    max-width: 1240px;
}

.key__wrapper .key__wrap:nth-of-type(odd) {
	background: rgba(249, 249, 249, 1) !important;
	border-radius: 16px  !important;
}



/* game__bottom */
.game__bottom {
  width: 100%;
  background: rgba(3, 44, 37, 1);
  box-shadow: 0px 4px 20px 0px rgba(1, 52, 43, 0.25);

  display: flex;
  flex-direction: row;
  padding: 16px 15px;
  z-index: 9999;
  z-index: 9999;
  left: 0;
  position: fixed;
  bottom: 0;
  padding-left: 10.5%;
  pointer-events: all;
  align-items: center;
}
@media(min-width:1600px){
    .game__bottom {
    padding-left: 12.5%;
}
}
@media (min-width: 1700px) {
    .game__bottom {
        padding-left: 15%;
    }
}
@media (min-width: 1800px) {
    .game__bottom {
        padding-left: 17%;
    }
}

@media (min-width: 1900px) {
    .game__bottom {
        padding-left: 18%;
    }
}
@media (min-width: 1950px) {
    .game__bottom {
        padding-left: 20%;
    }
}
@media (min-width: 2000px) {
    .game__bottom {
        padding-left: 22%;
    }
}
@media (min-width: 2150px) {
    .game__bottom {
        padding-left: 22.5%;
    }
}
@media (min-width: 2250px) {
    .game__bottom {
        padding-left: 23.5%;
    }
}
@media (min-width: 2400px) {
    .game__bottom {
        padding-left: 25.5%;
    }
}
@media (min-width: 2600px) {
    .game__bottom {
        padding-left: 27.5%;
    }
}
@media (min-width: 2850px) {
    .game__bottom {
        padding-left: 29.5%;
    }
}
@media(max-width:1550px){
  .game__bottom {
    padding-left: 10.5%;
}
}
@media(max-width:1440px){
    .game__bottom {
    padding-left: 7.5%;
}
}
@media(max-width:1350px){
    .game__bottom {
    padding-left: 5.5%;
}
}
@media(max-width:1300px){
    .game__bottom {
    padding-left: 20px;
}
}
@media (max-width: 650px) {
  .game__bottom {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    padding-left: 15px;
  }
}
.game__bottom .btn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  background: rgba(0, 152, 215, 1);
  text-align: center;
  margin-left: 16px;
  border-radius: 120px;
  padding: 12px;
  max-width: 758px;
  width: 100%;
}
.author__date{
display: none;
}
.casino-item__image img {
    object-fit: cover;}
.related-pages-item__link {
    margin-top: auto;
}
.related-pages-item__desc{
    margin-bottom: 10px;
}
.content.welcome-bonus__content{
  display: none;
}
