@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v12/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'PT Serif', serif; }

a {
  color: unset;
  text-decoration: none; }

main {
  background-color: #E3E3E7; }

section {
  width: 100%; }

.main-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 851px; }

.wrapper {
  width: 100%;
  max-width: 1173px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  margin: 0 auto; }

.row-direction {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.title {
  font-family: 'Roboto Slab', serif;
  width: 100%; }

.top-text {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0.1em; }

.main-btn {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 174px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  transition: all .3s ease; }

.main-btn:hover::before {
  bottom: -1px;
  right: -1px; }

.main-btn:hover {
  text-decoration: underline;
  background-color: #ffffff; }

.main-btn::before {
  content: '';
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 100%;
  height: 100%;
  transition: all .3s ease; }

.white-main-btn {
  background-color: #ffffff;
  color: #333333; }

.white-main-btn::before {
  border: 1px solid #ffffff; }

.green-main-btn {
  background-color: #2AB03C; }

.green-main-btn:hover {
  color: #2AB03C; }

.green-main-btn::before {
  border: 1px solid #2AB03C; }

.yelow-main-btn {
  background-color: #FDC246; }

.yelow-main-btn:hover {
  color: #FDC246; }

.yelow-main-btn::before {
  border: 1px solid #FDC246; }

.deshed-border {
  width: 100%;
  height: 10px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFFFFF), color-stop(50%, #CA1D1D), to(#CA1D1D));
  background-image: -o-linear-gradient(left, #FFFFFF 50%, #CA1D1D 50%, #CA1D1D 100%);
  background-image: linear-gradient(to right, #FFFFFF 50%, #CA1D1D 50%, #CA1D1D 100%);
  background-size: 200px 100%; }

.square-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px; }

.square-link {
  width: 174px;
  height: 174px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 7px;
  background-image: -o-linear-gradient(135deg, #219653 0 50%, #2AB03C 50% 100%);
  background-image: linear-gradient(-45deg, #219653 0 50%, #2AB03C 50% 100%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-box-shadow: 22px 22px 33px rgba(39, 98, 52, 0.25);
  box-shadow: 22px 22px 33px rgba(39, 98, 52, 0.25); }

.square-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.square-link div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.square-link img {
  margin-bottom: 18px;
  max-width: 71px; }

.flag-row {
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.main-title {
  font-size: 48px;
  color: #1D2730;
  font-weight: bold;
  width: 100%;
  line-height: 63px;
  margin-bottom: 20px; }

article {
  width: 100%;
  max-width: 851px; }

aside {
  width: 271px;
  margin-left: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 50px; }

.aside-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 30px; }

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

.aside-title img {
  margin-right: 10px; }

.rate-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.aside-rate img {
  width: 15px;
  height: 15px; }

.casinos-list {
  list-style: none;
  margin-bottom: 59px; }

.casinos-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #C4C4C4;
  padding: 7px 0; }

.casinos-list li:last-child {
  border-bottom: 1px solid #C4C4C4; }

.casinos-list picture {
  height: 45px; }

.content-top-title {
  font-size: 48px;
  margin-bottom: 35px; }

.content a:not([class]) {
  color: #2AB03C; }

.content p:not([class]), .content ul:not([class]) {
  font-family: 'PT Serif', serif;
  font-size: 20px;
  color: #000000;
  line-height: 170%;
  width: 100%; }

.content ol:not([class]) {
  counter-reset: ol-list;
  line-height: 170%;
  font-size: 20px;
  list-style: none;
  margin-bottom: 25px; }

.content ol:not([class]) li {
  counter-increment: ol-list; }

.content ol:not([class]) li::before {
  content: counter(ol-list);
  border-radius: 50%;
  display: inline-flex;
  background-color: #2AB03C;
  font-size: 16px;
  color: #ffffff;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  flex-shrink: 0; }

.content ul:not([class]) {
  padding-left: 25px; }

.content section {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.content-row__items {
  margin-right: 2%; }

.content-row img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.content-row__two-items .content-row__items {
  width: 100%;
  max-width: 48%;
  height: 206px;
  -o-object-fit: cover;
  object-fit: cover; }

.content-row__three-items .content-row__items {
  width: 100%;
  max-width: 31%;
  height: 365px;
  -o-object-fit: cover;
  object-fit: cover; }

.content-row__four-items .content-row__items {
  width: 100%;
  max-width: 23%;
  height: 305px;
  -o-object-fit: cover;
  object-fit: cover; }

.content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 37px 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2); }

.content p:not(:last-child), .content ul:not([class]) {
  margin-bottom: 25px; }

.content-title {
  font-size: 26px;
  text-align: start;
  width: 100%;
  line-height: 170%;
  font-family: 'PT Serif', serif;
  font-weight: bold; }

.content h4:not([class]), .content h3:not([class]) {
  font-size: 26px;
  text-align: start;
  width: 100%;
  line-height: 170%;
  font-family: 'PT Serif', serif;
  font-weight: bold; }

.content h2:not(.main-title) {
  font-size: 34px;
  margin-right: auto;
  margin-bottom: 35px; }

.checked-list {
  font-size: 20px;
  color: #000000;
  width: 100%;
  line-height: 170%;
  list-style: none; }

.checked-list:not(:last-child) {
  margin: 0 0 25px; }

.checked-list li {
  font-family: 'PT Serif', serif; }

.checked-list li::before {
  content: '';
  display: inline-flex;
  margin-right: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: url("../img/check-white.svg") #2AB03C;
  background-size: 13px auto;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0; }

.aside-casinos-logo {
  width: 65px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 12px; }

.aside-casino-name {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 7px;
  width: 132px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.aside-casino-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 32px;
  background-color: #2AB03C;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  margin-left: auto; }

.aside-list {
  list-style: none;
  border-bottom: 1px solid #C4C4C4;
  font-size: 18px;
  color: #000000;
  margin-bottom: 46.2px;
  padding-bottom: 20px; }

.aside-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0; }

.aside-list a:hover {
  background-color: #D6D8DB; }

.aside-rectangle-card {
  width: 100%;
  padding: 8px;
  color: #ffffff;
  font-size: 24px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  height: 101px;
  background-image: -o-linear-gradient(315deg, #2AB03C 0% 27%, #219653 27% 73%, #2AB03C 73% 100%);
  background-image: linear-gradient(135deg, #2AB03C 0% 27%, #219653 27% 73%, #2AB03C 73% 100%);
  margin-bottom: 10px; }

.aside-rectangle-card:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.aside-rectangle-card div {
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 15px; }

.aside-rectangle-card img {
  max-width: 60px;
  width: 100%;
  height: auto;
  max-height: 60px;
  margin-right: 20px; }

.main-text {
  font-size: 20px;
  line-height: 170%;
  color: #000000;
  font-family: 'PT Serif', serif; }

.main-text:not(:last-child) {
  margin-bottom: 25px; }

.four-items-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.four-item-column {
  width: 24%;
  margin-bottom: 20px;
  -webkit-box-shadow: 6px 8px 22px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 8px 22px rgba(0, 0, 0, 0.2); }

.four-item__name {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto; }

.load-more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
  border: 1px solid #2AB03C;
  font-size: 16px;
  text-transform: uppercase;
  color: #219653;
  height: 56px;
  cursor: pointer; }

.load-more svg {
  margin-left: 5px; }

.content > picture {
  margin: 0 auto; }

.content > picture img {
  width: auto;
  max-width: 100%;
  height: auto; }

.content > img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

@media (max-width: 1100px) {
  .how-work-section__logo {
    margin: 0;
    margin-right: 0; } }

@media (max-width: 1050px) {
  aside {
    display: none; } }

@media (max-width: 990px) {
  .square-links__wrapper.wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .square-link-wrapper {
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 10px; } }

@media (max-width: 768px) {
  .main-title {
    font-size: 36px;
    text-align: center;
    line-height: 47px;
    word-break: break-word; }
  .four-items-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .four-item-column {
    width: 100%;
    max-width: 270px;
    margin-bottom: 10px; }
  .deshed-border {
    height: 7.4px; }
  .content-top-title {
    font-size: 36px; }
  .content {
    width: calc(100% + 30px);
    padding: 15px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .content-row__items {
    max-width: 400px !important;
    margin: 5px 0;
    max-height: 100% !important; }
  .content-row__four-items .content-row__items {
    height: 294px;
    width: 48%;
    margin-right: 2%; }
  .content-row.content-row__four-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .pros-cons h2 {
    text-align: center !important;
    color: #FFF; } }

.cookie-popup {
  max-width: 725px;
  width: 100%;
  position: fixed;
  z-index: 100;
  display: flex;
  background: linear-gradient(135deg, #ffffff 0% 82%, #F1F1F1 82% 100%);
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  padding: 45px 25px 35px 40px; }
  .cookie-popup.hidden-cookie {
    display: none; }
  .cookie-popup .lazy-image {
    margin-right: 25px;
    flex-shrink: 0;
    width: 73px;
    height: 73px; }
  .cookie-popup .cookie-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px; }
  .cookie-popup .cookie-center {
    margin-right: 25px; }
  .cookie-popup .cookie-text {
    font-size: 16px; }
    .cookie-popup .cookie-text a {
      color: #2AB03C;
      font-weight: 700; }
  .cookie-popup .main-btn {
    width: 130px;
    height: 40px;
    font-size: 16px;
    cursor: pointer; }
  .cookie-popup .info-btn {
    margin-top: 10px;
    color: #000000;
    text-decoration: underline; }
  .cookie-popup .info-btn:hover {
    background-color: transparent; }
  .cookie-popup .cookie-btns {
    margin-top: auto;
    margin-bottom: -20px; }
  .cookie-popup .close-cookie {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    cursor: pointer; }
  .cookie-popup .close-cookie::before, .cookie-popup .close-cookie::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #000000; }
  .cookie-popup .close-cookie::before {
    transform: rotate(45deg); }
  .cookie-popup .close-cookie::after {
    transform: rotate(-45deg); }

@media (max-width: 768px) {
  .cookie-popup {
    flex-direction: column;
    max-width: 355px;
    padding: 45px 20px 35px; }
    .cookie-popup .lazy-image {
      position: absolute;
      left: 20px;
      top: 20px; }
    .cookie-popup .cookie-title {
      text-align: center;
      margin-bottom: 45px; }
    .cookie-popup .cookie-btns {
      display: flex;
      margin-top: 20px;
      margin-bottom: 0;
      flex-direction: row-reverse; }
    .cookie-popup .info-btn {
      margin-top: 0;
      margin-right: auto; } }

.close-casino-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .close-casino-popup::before, .close-casino-popup::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute; }
  .close-casino-popup::after {
    transform: rotate(45deg); }
  .close-casino-popup::before {
    transform: rotate(-45deg); }

.casino-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 200; }
  .casino-popup .casino-popup__inner {
    position: relative;
    background-color: #ffffff;
    box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
    padding: 50px 50px 35px;
    max-width: 100%;
    margin: 0 20px; }
  .casino-popup .casino-popup__title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    max-width: 730px;
    margin-bottom: 30px; }
  .casino-popup .casino-popup__casino-cards-wrapper {
    width: 100%;
    display: flex; }
  .casino-popup .casino-popup__casino-card {
    width: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #ffffff;
    padding: 35px 15px 50px;
    box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2); }
  .casino-popup .casino-card-pic {
    width: 162px;
    height: 106px;
    border: 1px solid #BDBDBD;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px; }
    .casino-popup .casino-card-pic img {
      max-width: 100%;
      max-height: 100%; }
  .casino-popup .casino-card-name {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px; }
  .casino-popup .rate-block {
    margin-bottom: 20px; }
  .casino-popup .rate-block img {
    width: 30px;
    height: 30px; }
  .casino-popup .casino-card-center {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .casino-popup .casino-card__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px; }
    .casino-popup .casino-card__text span {
      font-weight: 700;
      font-size: 20px; }
  .casino-popup .casino-popup__casino-card:nth-child(2) {
    margin: 0 25px;
    background-color: #2E3841;
    border: 1.5px solid #FF3163;
    color: #ffffff; }
    .casino-popup .casino-popup__casino-card:nth-child(2)::before {
      content: 'Top Casino';
      background: url("../img/star-top-casino.svg") #FF3163;
      background-repeat: no-repeat;
      background-size: 11px 11px;
      background-position: 10px center;
      position: absolute;
      top: 0;
      left: 0;
      color: #ffffff;
      font-weight: bold;
      font-size: 16px;
      padding: 3px 10px 3px 30px; }
    .casino-popup .casino-popup__casino-card:nth-child(2) .casino-card-pic {
      background-color: #000000; }
    .casino-popup .casino-popup__casino-card:nth-child(2) .green-main-btn {
      background-color: #FF3163; }
    .casino-popup .casino-popup__casino-card:nth-child(2) .green-main-btn:hover {
      background-color: #ffffff;
      color: #FF3163; }
    .casino-popup .casino-popup__casino-card:nth-child(2) .green-main-btn::before {
      border: 1px solid #FF3163; }

.casino-popup.open-popup {
  display: flex; }

@media (max-width: 991px) {
  .casino-popup .casino-popup__inner {
    margin: 0;
    padding: 50px 25px 35px;
    max-height: 100%;
    overflow: auto; } }

@media (max-width: 768px) {
  .casino-popup .casino-popup__inner {
    padding: 50px 20px 25px;
    max-width: 375px;
    width: 100%; }
  .casino-popup .casino-popup__casino-cards-wrapper {
    flex-direction: column; }
  .casino-popup .casino-popup__title {
    font-size: 22px; }
  .casino-popup .casino-popup__casino-card {
    padding: 0;
    width: 100%;
    box-shadow: none;
    flex-direction: row; }
  .casino-popup .casino-card-pic {
    margin: 0;
    flex-shrink: 0;
    margin-right: 25px; }
  .casino-popup .rate-block img {
    width: 24px;
    height: 24px;
    margin: 1px; }
  .casino-popup .main-btn {
    width: 130px;
    height: 40px;
    font-size: 16px; }
  .casino-popup .casino-card-name, .casino-popup .casino-card__text {
    display: none; }
  .casino-popup .casino-popup__casino-card:nth-child(2) {
    order: -1;
    margin: 0;
    border: none;
    background-color: transparent; }
    .casino-popup .casino-popup__casino-card:nth-child(2)::before {
      height: 26px;
      top: -26px;
      width: 162px;
      box-sizing: border-box; }
    .casino-popup .casino-popup__casino-card:nth-child(2) .casino-card-pic {
      border: 1px solid #FF3163; }
    .casino-popup .casino-popup__casino-card:nth-child(2) .casino-card-center {
      margin-top: -25px; }
  .casino-popup .casino-popup__casino-card:nth-child(1) {
    padding: 20px 0;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    margin: 20px 0; } }

@media (max-width: 374px) {
  .casino-popup .casino-card-pic {
    width: 130px; }
  .casino-popup .casino-popup__casino-card:nth-child(2)::before {
    width: 130px; } }

header {
  min-height: 65px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  z-index: 20; }

header.out {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 1440px;
  padding: 0 45px 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto; }

.contact-link img {
  display: none; }

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  padding-left: 60px; }

.navigation-left, .navigation-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  color: #484040; }

.active-link {
  position: relative; }

.active-link::after {
  content: '';
  position: absolute;
  left: -10px;
  width: calc(100% + 20px);
  height: 4px;
  background-color: #FE0000;
  bottom: -3px; }

.navigation-left li, .navigation-right li {
  padding: 0 25px; }

.navigation-right li:last-child {
  padding-right: 0; }

#checkbox-burger {
  display: none;
  width: 30px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none; }

.burger {
  display: none;
  width: 21px;
  height: 20px;
  position: relative;
  z-index: 1; }

.burger-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  color: #ffffff;
  max-width: 100%;
  min-height: calc(100vh - 65px);
  background: #1D2730; }

.burger-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 12px 15px;
  border-bottom: 1px solid #C4C4C4;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 22px;
  color: #ffffff; }

.burger-menu li:last-child {
  border: none; }

.burger-menu li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.burger-menu li img {
  width: 31px;
  height: auto;
  max-height: 27px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 14px; }

.dropdown-menu__links {
  color: #BDBDBD;
  font-size: 18px;
  padding-left: 45px;
  width: 100%;
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease; }

.dropdown-menu__links a {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.dropdown-menu__links a:hover {
  color: #ffffff; }

.dropdown-menu input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 50px;
  cursor: pointer;
  z-index: 2;
  left: 0;
  top: 0; }

.dropdown-menu__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #1D2730; }

.dropdown-menu a {
  display: flex; }

.dropdown-menu input:checked ~ .dropdown-menu__bg {
  background-color: #111417; }

.burger span {
  padding: 0;
  width: 21px;
  height: 4px;
  background-color: #000000;
  display: block;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute; }

.burger span:first-child {
  top: 0; }

.burger span:nth-child(2), .burger span:nth-child(3) {
  top: 8px; }

.burger span:last-child {
  bottom: 0; }

#checkbox-burger:checked {
  z-index: 20; }

#checkbox-burger:checked ~ .burger span:nth-last-child(4) {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  background-color: transparent; }

#checkbox-burger:checked ~ .burger span:nth-last-child(3) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#checkbox-burger:checked ~ .burger span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#checkbox-burger:checked ~ .burger span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#checkbox-burger:checked ~ .burger span:nth-last-child(1) {
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
  background-color: transparent; }

.logo img {
  width: 181px;
  height: 37px; }

header nav a:hover {
  color: #FE0000; }

@media (max-width: 1200px) {
  .navigation-left li, .navigation-right li {
    padding: 0 15px; }
  header nav {
    padding-left: 40px; } }

@media (max-width: 990px) {
  .navigation-left li, .navigation-right li {
    padding: 0 7px; }
  header nav {
    padding-left: 25px; }
  .contact-link img {
    display: inline; }
  .contact-link span {
    display: none; }
  .header-wrapper {
    padding: 0 15px; } }

@media (max-width: 768px) {
  .navigation-left li, .navigation-right li {
    display: none; }
  .navigation-right li:last-child {
    display: block;
    padding: 0; }
  header nav {
    width: auto;
    padding-left: 0; }
  .logo img {
    width: 181px;
    height: 37px; }
  .burger, #checkbox-burger {
    display: block; }
  .burger-menu {
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  #checkbox-burger:checked ~ .burger-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.main-header {
  background-size: 100% calc(100% - 65px);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 110px;
  padding-bottom: 35px;
  color: #ffffff; }

.main-header.visible {
  background-image: url("../img/small-header.png"); }

.main-header .wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.top-title {
  font-size: 48px;
  margin-bottom: 10px; }

@media (max-width: 768px) {
  .main-header {
    padding-bottom: 50px;
    scroll-padding-top: 117px;
    background-size: cover;
    background-position: center; }
  .square-link-wrapper {
    display: none; }
  .top-text {
    font-size: 18px;
    text-align: center; }
  .main-header .wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .top-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 25px; } }

.main-left, aside {
  padding-top: 58px; }

.all-reviews__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.casino-review {
  width: 100%;
  -webkit-box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #BDBDBD;
  margin-bottom: 10px; }

.casino-logo {
  width: 162px;
  height: 106px;
  border: 1px solid #BDBDBD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.casino-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.casino-review__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #000000;
  margin-right: 60px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.casino-review__center-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 13px; }

.rate-block img {
  width: 26px;
  height: 26px; }

.casino-review__name {
  font-size: 30px;
  font-weight: bold; }

.casino-review__center-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.center-bottom__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.center-bottom__column strong {
  font-size: 20px; }

.center-bottom__available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.center-bottom__available img {
  width: 21px;
  margin-left: 5px; }

.center-bottom__first-row {
  margin-bottom: 10px; }

.main-btn {
  width: 130px;
  height: 40px;
  font-size: 16px; }

.casino-review__links a:first-child {
  margin-bottom: 15px; }

.main-block {
  padding-bottom: 80px; }

@media (max-width: 1100px) {
  .casino-review__center, .casino-logo {
    margin-right: 15px; }
  .casino-review__name {
    font-size: 23px; } }

@media (max-width: 990px) {
  .casino-review__name {
    font-size: 30px; } }

@media (max-width: 768px) {
  article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .all-reviews__wrapper {
    width: calc(100% + 30px); }
  .casino-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px; }
  .casino-logo {
    margin: 0;
    margin-bottom: 15px; }
  .casino-review__center-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px; }
  .casino-review__name {
    margin-bottom: 10px; }
  .casino-review__center-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .center-bottom__column {
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .casino-review__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .casino-review__links a:first-child {
    margin: 0;
    margin-right: 25px; } }

.aside-casino-card {
  width: 100%;
  background-color: #2E3841;
  margin-bottom: 59px; }

.aside-casino-card .casino-review__top {
  flex-direction: column;
  padding: 20px 10px; }

.aside-casino-card .casino-review__center-top {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px; }

.aside-casino-card .casino-review__name {
  text-align: center; }

.aside-casino-card .casino-logo {
  margin-right: 0;
  margin-bottom: 14px; }

.aside-casino-card .casino-review__center {
  padding-right: 0; }

.aside-casino-card .casino-review__name {
  color: #ffffff;
  margin-bottom: 10px; }

.aside-casino-card .casino-review__center-bottom {
  flex-direction: column;
  align-items: center;
  color: #ffffff; }

.aside-casino-card .center-bottom__column {
  align-items: center;
  margin-bottom: 20px; }

.aside-casino-card .center-bottom__column strong {
  text-align: center; }

.aside-casino-card .casino-review__links {
  border: none; }

.aside-casino-card .casino-review__center {
  border: none; }

.aside-casino-card .center-bottom__first-row {
  margin-bottom: 5px; }

.aside-casino-card .casino-review__top {
  width: 100%;
  display: flex;
  align-items: center; }

.aside-casino-card .casino-review__center {
  margin: 0; }

.aside-casino-card .casino-logo {
  border: 0; }

.aside-casino-card .center-bottom__available img {
  width: 21px;
  margin-left: 5px; }

.aside-casino-card .rate-block img {
  width: 26px;
  height: 26px; }

footer {
  padding: 85px 0 38px;
  width: 100%;
  position: relative; }

footer .wrapper {
  max-width: 950px;
  position: relative;
  z-index: 3; }

footer::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: cover;
  background-position: center; }

footer.visible::before {
  background-image: url("../img/footer-bg.png"); }

footer::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1D2730;
  z-index: 1; }

.footer-logo {
  width: 267px;
  height: 55px; }

.footer-navigation {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  padding-top: 70px;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 50px; }

.footer-navigation li a {
  margin: 12px 0;
  display: inline-block; }

.footer-navigation li a:hover {
  color: #FE0000; }

.footer-navigation li a {
  margin-right: 50px; }

.footer-navigation li:last-child a:last-child {
  margin-right: 0; }

footer .title {
  color: #2AB03C;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 40px; }

.footer-items-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px; }

.footer-items__img img:first-of-type {
  margin-right: 20px; }

.footer-items__center {
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline; }

.footer-items__tel {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer-items__tel img {
  width: 20px;
  height: 20px;
  margin-right: 10px; }

.footer-disclaimer {
  font-size: 12px;
  color: #A9A9A9;
  letter-spacing: 0.04em;
  margin-bottom: 10px; }

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  font-size: 12px;
  color: #A9A9A9;
  width: 100%; }

.footer-bottom li {
  margin-right: 5px; }

.footer-bottom li:nth-child(2) {
  border-left: 1px solid #A9A9A9;
  border-right: 1px solid #A9A9A9;
  padding: 0 5px; }

.footer-bottom a {
  color: #ffffff; }

@media (max-width: 768px) {
  .footer-navigation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer-navigation li {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .footer-navigation li {
    margin: 0 25px; }
  .footer-navigation li a {
    margin-right: 0; }
  li.footer-hide-link {
    display: none; }
  footer .title {
    font-size: 18px; }
  .footer-items-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .footer-items__center {
    margin: 28px 0 14px; }
  .footer-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .footer-bottom li:last-child {
    width: 100%;
    margin-top: 10px; }
  .footer-bottom li:nth-child(2) {
    border-right: none; } }
