@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family: "Poppins";
  --second-family: "Inter";
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

html,
body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
}

a,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
p,
ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

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

button {
  border: 0;
  padding: 0;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

button,
input[type=submit] {
  cursor: pointer;
}

section {
  /* overflow: hidden; */
}

.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 15px;
}

.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 45px;
  background: #44b5f2;
  height: 48px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  padding-inline: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.btn-primary:hover {
  opacity: 0.5;
}

.btn-primary--shadow {
  height: 72px;
  font-size: 23px;
  /* box-shadow: 0 6px 20px 0 rgba(68, 181, 242, 0.6); */
  background: linear-gradient(90deg, #44B5F2 0%, #FF6F61 100%);
  box-shadow: 0 6px 20px rgba(255, 111, 97, 0.4);
  -moz-column-gap: 18px;
  column-gap: 18px;

}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.carret-down {
  width: 16px;
  height: 16px;
  display: flex;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.49609 7.5L0.00090313 0L12.9913 0L6.49609 7.5Z' fill='%23364153'/%3e%3c/svg%3e");
  background-position: center;
  background-size: 13px 8px;
}

.svg-search {
  display: inline-block;
  width: 32px;
  height: 32px;
  color: black;
}

h1,
.h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  color: #0076b6;
}

.h-43,
h2 {
  font-weight: 600;
  font-size: 43px;
  line-height: 1;
  text-transform: uppercase;
  color: #0076b6;
}

.h-50 {
  font-weight: 600;
  font-size: 50px;
  line-height: 80%;
  text-transform: uppercase;
  color: #0076b6;
}

h3,
.h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 26px;
  line-height: 154%;
  text-transform: uppercase;
  color: #0076b6;
}

.h16 {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #000;
}

.medium-18,
.semibold-18,
.h-18 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  color: #364153;
}

.h-18 {
  font-weight: 700;
}

.medium-18 {
  font-weight: 500;
}

.mb-30 {
  margin-bottom: 30px;
}

.txt-blue {
  color: #44B5F2 !important;
}

.btn-backTop {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 14;
  opacity: 0;
}

.custom-description {
  padding-block: 100px;
}

.custom-description h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.custom-description h3 {
  line-height: 1.3;
  margin-block: 0.5em 0.25em;
}

.custom-description ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

.custom-description ul,
.custom-description ol {
  margin-top: 1em;
  margin-bottom: 1em;
}

.custom-description ul li+li,
.custom-description ol li+li {
  margin-top: 0.75em;
}

.custom-description p {
  margin-block: 0.75em;
}

.custom-description ol {
  list-style-type: none;
  counter-reset: num;
}

.custom-description ol li {
  position: relative;
  padding-left: 20px;
}

.custom-description ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  color: #000000;
}

.header {
  padding-top: 16px;
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #fff;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.svg-logo {
  width: 159px;
  aspect-ratio: 159/54;
}

.search-btn {
  width: 44px;
  height: 44px;
  display: none;
}

.logo {
  display: flex;
  align-items: center;
}

.header-menu-wrapper {
  display: flex;
}

.header-menu-wrapper .header-menu {
  display: flex;
  -moz-column-gap: 94px;
  column-gap: 94px;
}

.header-menu-wrapper .header-menu-item.has-submenu {
  position: relative;
}

.header-menu-wrapper .header-menu-item.has-submenu .carret-down {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.header-menu-wrapper .header-menu-item.has-submenu .header-submenu {
  flex-direction: column;
}

.header-menu-wrapper .header-menu-item.has-submenu .header-submenu a {
  display: block;
  padding: 8px 16px;
  color: #364153;
  transition: 0.3s;
}

.header-menu-wrapper .header-menu__link {
  padding-top: 16px;
  padding-bottom: 32px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #364153;
  position: relative;
  display: inline-block;
}

.header-menu-wrapper .header-menu__link:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 2px;
  background-color: red;
  transition: 0.3s;
}

.header-menu-wrapper .header-menu-item:hover .header-menu__link {
  color: #0076B6;
}

.menu-toggle {
  display: none;
}

/*BURGER*/

.menu-toggle {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: none;
}

.menu-toggle span {
  position: relative;
  border-radius: 2px;
  width: 24px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.7);
}

.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  background-color: rgba(0, 0, 0, 0.7);
}

.menu-toggle span::before {
  top: -9px;
}

.menu-toggle span::after {
  top: 9px;
}

/* Active state */

.menu-toggle.active span {
  background-color: transparent;
}

.menu-toggle.active span::before,
.menu-toggle.active span::after {
  top: 0;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  background-color: rgba(0, 0, 0, 0.7);
}

.menu-toggle.active span::before {
  transform: rotate(45deg);
}

.menu-toggle.active span::after {
  transform: rotate(-45deg);
}

.promo {
  padding-block: 90px;
  background-color: #F6F6F6;
}

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

.about-info__preview .semibold-18 {
  text-align: right;
  margin-bottom: 100px;
}

.casino-catalog,
.description-texts {
  padding-top: 60px;
  padding-bottom: 60px;
}

.casino-catalog .h-43 {
  margin-bottom: 30px;
}

.catalog-card-item {
  padding-top: 26px;
}

.catalog-card {
  padding-left: 90px;
  padding-right: 30px;
  padding-block: 6px;
  border-radius: 8px;
  background: #f1eeee;
  position: relative;
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
  align-items: center;
}

.catalog-card .catalog-card__img {
  border-radius: 4px;
  width: 97px;
  height: 97px;
  overflow: hidden;
  flex-shrink: 0;
}

.catalog-card .catalog-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.catalog-card .catalog-card__name {
  width: 165px;
  flex-shrink: 0;
}

.catalog-card .h-20 {
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #57656d;
  font-family: var(--second-family);
}

.catalog-card .catalog-card__group {
  display: flex;
  -moz-column-gap: 13px;
  column-gap: 13px;
  flex: 1;
}

.catalog-card .catalog-card__rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  text-align: center;
  flex-shrink: 0;
}

.catalog-card .catalog-card__txt {
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.catalog-card .catalog-card__txt .h-14 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #0076b6;
}

.catalog-card .catalog-card__btn {
  flex-shrink: 0;
  margin-left: auto;
}

.catalog-card .catalog-card__label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0076b6;
  position: absolute;
  z-index: 2;
  width: 52px;
  height: 52px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  border-radius: 50%;
  left: 0;
  top: -26px;
}

.catalog-card .catalog-card__label.bg-2 {
  background: #44b5f2;
}

.catalog-card .catalog-card__label.bg-3 {
  background: #7bd1ff;
}

.catalog-card-content {
  display: flex;
  align-items: center;
  -moz-column-gap: 13px;
  column-gap: 13px;
}

.catalog-card__subtxt {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 13px;
  line-height: 160%;
  color: #8b8b8b;
  margin-top: 5px;
}

.catalog-card-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.description-texts .h3 {
  margin-bottom: 13px;
}

.description-texts p {
  line-height: 160%;
  color: #000;
}

.description-texts .article+.article {
  margin-top: 48px;
}

.description-table .table-row.table-head {
  box-shadow: inset 0 -17px 26px 0 rgba(123, 209, 255, 0.05);
  background: #f7f7f7;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.description-table .table-row {
  display: flex;
  align-items: center;
  padding: 17px 40px;
  background: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #364153;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.description-table .table-col1,
.description-table .table-col3,
.description-table .table-col4,
.description-table .table-col5,
.description-table .table-col6 {
  flex-shrink: 0;
}

.description-table .table-col3,
.description-table .table-col4,
.description-table .table-col5,
.description-table .table-col6 {
  text-align: center;
}

.description-table .table-col1 {
  width: 90px;
}

.description-table .table-col2 {
  flex: 1;
}

.description-table .table-col3,
.description-table .table-col4 {
  width: 120px;
}

.description-table .table-col5 {
  width: 210px;
}

.description-table .table-col6 {
  width: 150px;
}

.description-table .table-body .table-row:nth-child(2n) {
  background: #f7f7f7;
}

.scroll-x,
.description-table-wrapper {
  overflow: hidden;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.scroll-x::-webkit-scrollbar,
.description-table-wrapper::-webkit-scrollbar {
  display: none;
}

.description-table-wrapper {
  margin-top: 100px;
}

.benefits-article {
  padding-top: 60px;
  padding-bottom: 60px;
}

.benefits-article .h-43 {
  margin-bottom: 30px;
}

.benefits-article .benefits-article-txt>*+* {
  margin-top: 12px;
}

.benefits-article .casino-short {
  margin-top: 45px;
}

.casino-short {
  display: flex;
  -moz-column-gap: 60px;
  column-gap: 60px;
  position: relative;
}

.casino-short .rating-span {
  position: absolute;
  top: -10px;
  left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  z-index: 2;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 20px;
  height: 27px;
  padding-left: 8px;
  padding-right: 8px;
}

.casino-short .casino-short__left {
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
  flex: 1;
}

.casino-short .casino-short__left img {
  width: 151px;
  height: 151px;
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
}

.casino-short .casino-short__txt {
  display: flex;
  flex-direction: column;
}

.casino-short .casino-short__txt .h-43 {
  /* color: #44B5F2; */
  color: #FF6F61;
  margin-bottom: 5px;
}

.casino-short .casino-short__txt .fs-13 {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
  color: #57656d;
}

.casino-short .casino-short__txt .fs-10 {
  margin-top: 10px;
}

.casino-short .fs-10 {
  font-weight: 300;
  font-size: 10px;
  line-height: 160%;
  color: #8b8b8b;
}

.casino-short .casino-short__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.casino-short .casino-short__right .fs-10 {
  display: none;
}

.compare-card {
  padding: 30px;
  background: #fbfffc;
  border: 1px solid #00d535;
  border-radius: 12px;
}

.compare-card .h16 {
  margin-bottom: 24px;
}

.compare-card li+li {
  margin-top: 16px;
}

.compare-card li {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #000;
  position: relative;
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.compare-card li:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.5 4.5V10.5H19.5V13.5H13.5V19.5H10.5V13.5H4.5V10.5H10.5V4.5H13.5Z' fill='%2300D535' stroke='%2300D535'/%3e%3c/svg%3e");
}

.compare-card.compare-card--minus {
  background: #fff9f9;
  border: 1px solid #ad1519;
}

.compare-card.compare-card--minus li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.5 10.5V13.5H6.5V10.5H21.5Z' fill='%23AD1519' stroke='%23AD1519'/%3e%3c/svg%3e ");
}

.compare-block {
  margin-top: 55px;
}

.compare-block .h3 {
  line-height: 1.9;
  margin-bottom: 9px;
}

.compare-block-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.bonus-section .h-43 {
  margin-bottom: 30px;
}

.bonus-list-wrapper {
  margin-top: 70px;
}

.bonus-list-wrapper .h3 {
  line-height: 1.6;
  margin-bottom: 10px;
}

.bonus-list-wrapper ol {
  list-style-type: none;
  counter-reset: num;
  display: grid;
  grid-template-columns: 1fr;
  row-gap:12px;
}

.bonus-list-wrapper ol li {
  position: relative;
  padding-left: 20px;
}

.bonus-list-wrapper ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
}

.star-item {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='29' viewBox='0 0 30 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.4172 22.9228C14.5135 22.8636 14.6349 22.8636 14.7312 22.9228L23.2351 28.1454C23.4617 28.2846 23.7439 28.0819 23.6845 27.8227L21.4241 17.9636C21.3995 17.8563 21.4356 17.7442 21.5182 17.6715L29.0483 11.0337C29.2462 10.8592 29.1386 10.5325 28.8757 10.5098L18.9704 9.65465C18.8591 9.64503 18.7623 9.5743 18.7193 9.47111L14.8512 0.184408C14.7486 -0.0617911 14.3998 -0.0617904 14.2973 0.184408L10.4292 9.47111C10.3862 9.5743 10.2894 9.64503 10.178 9.65465L0.272754 10.5098C0.00980564 10.5325 -0.0978087 10.8592 0.100177 11.0337L7.63029 17.6715C7.71282 17.7442 7.74891 17.8563 7.72432 17.9636L5.46397 27.8227C5.40454 28.0819 5.68677 28.2846 5.91338 28.1454L14.4172 22.9228Z' fill='%23EDB92E' /%3e%3c/svg%3e");
  background-size: contain;
}

.bonus-stars {
  display: flex;
  flex-shrink: 0;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: center;
}

.bonus-table-wrapper {
  margin-top: 70px;
}

.bonus-table-wrapper .scroll-x {
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: none;
}

.bonus-table-wrapper .scroll-x::-webkit-scrollbar {
  display: none;
}

.bonus-table .bonus-table-head .bonus-table-row {
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.bonus-table .bonus-table-row {
  display: flex;
  align-items: center;
  padding-block: 14px;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #364153;
  border-bottom: 1px solid #dadada;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.bonus-table .bonus-cell1 {
  width: 165px;
  flex-shrink: 0;
}

.bonus-table .bonus-cell2 {
  width: 410px;
  flex-shrink: 0;
}

.bonus-table .bonus-cell3 {
  width: 235px;
  flex-shrink: 0;
}

.bonus__bottom-txt {
  margin-top: 50px;
}

.faq {
  margin-top: 80px;
  padding-bottom: 100px;
}

.faq .h-43 {
  margin-bottom: 20px;
}

.faq .faq-item {
  line-height: 1.6;
}

.faq .faq-item .h3 {
  margin-bottom: 10px;
  color: #44b5f2;
}

.faq .faq-item+.faq-item {
  margin-top: 30px;
}

.author-card {
  padding: 40px 30px;
  padding-bottom: 50px;
  background: #f8f8f8;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.author-card .h-43 {
  margin-bottom: 50px;
}

.author-card__row {
  display: flex;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.author-card__row img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  flex-shrink: 0;
}

.author-card__row .h-18 {
  margin-bottom: 11px;
}

.author-card__row p {
  line-height: 1.6;
}

.author-card {
  margin-top: 100px;
}

.casino-favorite.mb-110 {
  padding-block: 50px;
  margin-bottom: 110px;
  background: #f8f8f8;
}

.casino-favorite .h-43 {
  margin-bottom: 92px;
}

.favor-card {
  display: grid;
  grid-template-columns: 1fr;
  width: 200px;
}

.favor-card .favor-img {
  width: 127px;
  height: 127px;
  margin-bottom: 7px;
  border-radius: 13px;
}

.favor-card .favor-stars {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  margin-left: 20px;
}

.favor-card .favor-card__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 160%;
  text-transform: uppercase;
  color: #364153;
  margin-bottom: 7px;
}

.favor-card p {
  font-weight: 300;
  font-size: 9px;
  line-height: 160%;
  color: #8b8b8b;
}

.casino-favorite-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.main--inner .promo {
  padding-block: 75px;
}

.casino-short.casino-short--promo .casino-short__left .casino-logo-img {
  width: 257px;
  height: 257px;
}

.casino-short.casino-short--promo .casino-short__rating {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.casino-short.casino-short--promo .casino-short__rating span {
  font-weight: 700;
  font-size: 26px;
  color: #6c7686;
  position: relative;
  top: 3px;
}

.casino-short.casino-short--promo .casino-short__rating img {
  height: 34px;
  width: auto;
}

.casino-short.casino-short--promo .casino-short__txt {
  row-gap: 17px;
}

.casino-short.casino-short--promo .casino-short__right .fs-10 {
  display: none;
}

.casino-short.casino-short--promo .casino-short__right .fs-7 {
  display: none;
}

.casino-short.casino-short--promo .fs-15 {
  font-size: 15px;
  font-weight: 600;
}

.casino-short.casino-short--promo .fs-13 {
  font-weight: 300;
  font-size: 13px;
  line-height: 160%;
  color: #8b8b8b;
  margin-top: auto;
}

.casino-short.casino-short--promo .casino-short__left {
  -moz-column-gap: 100px;
  column-gap: 100px;
}

.custom-table {
  margin-top: 40px;
  margin-bottom: 40px;
}

.custom-table .custom-table__head {
  background-color: #eee;
}

.custom-table .custom-table__head .custom-table__row {
  text-align: center;
  font-weight: 700;
}

.custom-table .custom-table__row {
  display: flex;
  align-items: center;
  align-items:flex-start;
  padding: 10px 7px;
 
}

.custom-table--metod .custom-table .custom-cell1 {
  width: 30%;
}

.custom-table--metod .custom-table .custom-cell2,
.custom-table--metod .custom-table .custom-cell3,
.custom-table--metod .custom-table .custom-cell4,
.custom-table--metod .custom-table .custom-cell5,
.custom-table--metod .custom-table .custom-cell6,
.custom-table--metod .custom-table .custom-cell7 {
  text-align: center;
  width: 11%;
  text-align: center;
  flex-shrink: 0;
}

.custom-table--categories .custom-table .custom-table__head .custom-table__row {
  text-align: left;
}

.custom-table--categories .custom-table .custom-cell1 {
  width: 20%;
}

.custom-table--categories .custom-table .custom-cell2 {
  width: 20%;
}

.custom-table--categories .custom-table .custom-cell3 {
  width: 30%;
}

.custom-table--categories .custom-table .custom-cell4 {
  width: 30%;
}

.icon-check {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='64px' height='64px' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg' fill='%234d8c0d' stroke='%234d8c0d'%3e%3cg id='SVGRepo_bgCarrier' stroke-width='0'%3e%3c/g%3e%3cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3e%3c/g%3e%3cg id='SVGRepo_iconCarrier'%3e%3cpath fill='%234d8c0d' d='M17.47 250.9C88.82 328.1 158 397.6 224.5 485.5c72.3-143.8 146.3-288.1 268.4-444.37L460 26.06C356.9 135.4 276.8 238.9 207.2 361.9c-48.4-43.6-126.62-105.3-174.38-137z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

@media (min-width: 768px) {
  .header-menu-item:hover .header-menu__link:before {
    width: 100%;
  }

  .header-menu-item:hover .header-submenu {
    top: 70px;
    opacity: 1;
    visibility: visible;
  }

  .header-submenu {
    position: absolute;
    z-index: 5;
    background-color: #ffffff;
    padding-block: 15px;
    top: 100px;
    left: -20px;
    width: 230px;
    box-shadow: 0 10px 40px 0 rgba(109, 141, 173, 0.25);
    opacity: 0;
    border-radius: 5px;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }

  .header-submenu a {
    display: block;
    padding: 8px 16px;
    color: #364153;
    transition: 0.3s;
  }

  .header-submenu a:hover {
    background-color: #eeeeee;
  }


}

@media (max-width: 1439px) {
  .casino-short.casino-short--promo .casino-short__left .casino-logo-img {
    width: 200px;
    height: 200px;
  }

  .casino-short.casino-short--promo .casino-short__left {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}

@media (max-width: 1364px) {
  .container {
    max-width: 1140px;
  }

  .h-43,
  h2 {
    font-size: 38px;
  }
}

@media (max-width: 1279px) {

  .h-43,
  h2 {
    font-size: 34px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  .logo .svg-logo {
    width: 130px;
  }

  .header-menu-wrapper .header-menu {
    -moz-column-gap: 64px;
    column-gap: 64px;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 1040px;
  }

  h1,
  .h1 {
    font-size: 46px;
  }

  .h-43,
  h2 {
    font-size: 30px;
  }

  .h-50 {
    font-size: 40px;
  }

  .btn-backTop {
    bottom: 80px;
    right: 10px;
  }

  .about-info__preview .semibold-18 {
    margin-bottom: 80px;
  }

  .description-table .table-row {
    padding: 6px 11px;
    font-size: 12px;
  }

  .description-table .table-col1 {
    width: 85px;
  }

  .description-table .table-col2 {
    text-align: center;
    min-width: 212px;
  }

  .description-table .table-col3,
  .description-table .table-col4 {
    width: 80px;
  }

  .description-table .table-col5 {
    width: 140px;
  }

  .description-table .table-col6 {
    width: 100px;
  }
}

@media (max-width: 1023px) {
.bonus-list-wrapper {
  margin-top: 45px;
}
  .h-43,
  h2 {
    font-size: 26px;
  }

  .catalog-card-item {
    padding-top: 16px;
  }

  .btn-primary--shadow {
    height: 45px;
    font-size: 15px;
  }
  .benefits-article {
    padding-top: 40px;
    padding-bottom: 40px;
  }
 .about-info__preview .semibold-18 {
    margin-bottom: 40px;
  }
  .custom-description {
    padding-block: 60px;
    font-size: 15px;
  }

  .logo .svg-logo {
    width: 100px;
  }

  .header-menu-wrapper .header-menu {
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .catalog-card {
    padding-left: 60px;
    padding-right: 20px;
  }

  .catalog-card .catalog-card__name {
    display: none;
  }

  .catalog-card .catalog-card__txt {
    padding-left: 30px;
    padding-right: 30px;
  }

  .catalog-card__subtxt {
    display: none;
  }

  .catalog-card-wrapper {
    gap: 20px;
  }

  .casino-short .casino-short__left img {
    width: 89px;
    height: 89px;
  }

  .compare-card {
    padding: 12px;
  }

  .compare-block-content {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .star-item {
    width: 24px;
    height: 24px;
  }

  .favor-card {
    width: auto;
  }

  .casino-short.casino-short--promo {
    flex-direction: column;
    row-gap: 20px;
  }

  .casino-short.casino-short--promo .casino-short__left .fs-13 {
    display: none;
  }

  .casino-short.casino-short--promo .casino-short__right {
    row-gap: 40px;
  }

  .casino-short.casino-short--promo .casino-short__right .fs-10 {
    display: block;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 0;
  }

  .casino-short.casino-short--promo .casino-short__right .fs-7 {
    display: block;
    font-size: 7px;
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  .btn-primary--shadow {
    width: 100%;
  }
.benefits-article {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }

  html,
  body {
    font-size: 15px;
  }

  h1,
  .h1 {
    font-size: 30px;
  }

  .h-43,
  h2 {
    font-size: 21px;
  }

  .h-50 {
    font-size: 21px;
  }

  h3,
  .h3 {
    font-size: 21px;
  }

  .h16 {
    font-size: 14px;
  }

  .custom-description h3 {
    font-size: 18px;
  }

  .header {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 64px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .header-menu-wrapper .header-menu-item.has-submenu .carret-down {
    bottom: auto;
    left: auto;
    transform: translateX(0);
    right: 0;
    top: 6px;
  }
  .bonus-list-wrapper {
    margin-top: 26px;
  }
  .custom-table .custom-table__row [class^="custom-cell"] {
    padding-inline:7px;
    flex-shrink: 0;
  }
  .header-menu-wrapper .header-menu-item.has-submenu .header-submenu {
    display: none;
  }

  .header-menu-wrapper .header-menu-item.has-submenu.active .header-submenu {
    display: block;
  }

  .header-menu-wrapper .header-menu__link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-menu-wrapper {
    position: fixed;
    top: 65px;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(110%);
    transition: 0.3s;
    z-index: 8;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: flex-end;
  }

  .header-menu-wrapper .header-menu {
    flex-direction: column;
    background-color: #fff;
    padding: 24px 16px;
    width: 100%;
    max-width: 320px;
  }

  .header-menu-wrapper.active {
    transform: translateX(0);
  }

  .menu-toggle {
    display: flex;
  }

  .promo {
    padding-block: 45px;
  }

  .about-info {
    padding-bottom: 0px;
  }

  .casino-catalog,
  .description-texts {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .catalog-card-item {
    padding-top: 0;
  }

  .catalog-card {
    flex-direction: column;
    row-gap: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 14px;
  }

  .catalog-card>* {
    width: 100%;
  }

  .catalog-card .catalog-card__group {
    flex-direction: column;
  }

  .catalog-card .catalog-card__rating {
    flex-direction: row;
  }

  .catalog-card .catalog-card__txt {
    padding-left: 0;
    padding-right: 0;
  }

  .catalog-card .catalog-card__btn .btn-primary {
    width: 100%;
  }

  .catalog-card .catalog-card__label {
    border-radius: 0 1px 1px 0;
    width: 15px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
  }

  .scroll-x,
  .description-table-wrapper {
    width: calc(50% + 50vw);
  }

  .description-table-wrapper {
    margin-top: 60px;
  }

  .description-table-wrapper .description-table {
    width: 780px;
  }

  .benefits-article .h-43 {
    margin-bottom: 5px;
  }

  .casino-short {
    flex-direction: column;
    row-gap: 5px;
  }

  .casino-short .casino-short__left {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .casino-short .casino-short__txt .fs-13 {
    font-size: 12px;
  }

  .casino-short .casino-short__txt .fs-10 {
    display: none;
  }

  .casino-short .casino-short__right .fs-10 {
    display: block;
    margin-bottom: 22px;
    font-size: 9px;
  }

  .compare-card .h16 {
    margin-bottom: 5px;
  }

  .compare-card li:before {
    width: 13px;
    height: 13px;
  }

  .compare-card li {
    font-size: 11px;
  }

  .star-item {
    width: 13px;
    height: 13px;
  }

  .bonus-stars {
    -moz-column-gap: 3px;
    column-gap: 3px;
  }

  .bonus-table-wrapper .scroll-x {
    width: calc(50vw + 50%);
  }

  .bonus-table .bonus-table-row {
    font-size: 11px;
    padding-block: 7px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .bonus-table .bonus-table-row .bonus-cell1 {
    width: 115px;
  }

  .bonus-table .bonus-table-row .bonus-cell2 {
    width: 190px;
  }

  .bonus-table .bonus-table-row .bonus-cell3 {
    width: 145px;
  }

  .bonus-table {
    width: 460px;
  }

  .bonus__bottom-txt {
    margin-top: 16px;
  }
  .favor-card{
    max-width: 140px;
    margin-left: auto;
    margin: auto;
  }
  .favor-card .favor-img{
    width: 140px;
    height: 140px;
  }
  .favor-card .favor-stars{
    width: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .favor-card,.favor-card p{text-align: center;}

  .faq {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .author-card {
    text-align: center;
    padding: 20px 26px;
  }

  .author-card .h-43 {
    margin-bottom: 20px;
  }

  .author-card__row {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
  }

  .author-card__row p {
    font-size: 11px;
  }

  .author-card {
    margin-top: 30px;
  }

  .casino-favorite .h-43 {
    margin-bottom: 20px;
  }

  .main--inner .promo {
    padding-top: 50px;
    padding-bottom: 19px;
  }

  .casino-short.casino-short--promo .casino-short__left .casino-logo-img {
    width: 120px;
    height: 120px;
  }

  .casino-short.casino-short--promo .casino-short__rating {
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
  }

  .casino-short.casino-short--promo .casino-short__rating img {
    height: 20px;
  }

  .casino-short.casino-short--promo .casino-short__rating span {
    font-size: 26px;
    color: #6C7686;
  }

  .casino-short.casino-short--promo .casino-short__txt .fs-15 {
    display: none;
  }

  .casino-short.casino-short--promo .casino-short__left {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .casino-short.casino-short--promo .casino-short__left .h-50 {
    margin-top: 15px;
  }

  .custom-table .custom-table__row {
    padding: 8px 7px;
    font-size: 12px;
  }

  .custom-table--metod .custom-table,
  .custom-table--categories .custom-table {
    width: 550px;
    margin-bottom: 0;
  }
  .about-info__preview .semibold-18 {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .casino-favorite-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
 .casino-favorite-wrapper {max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
}

.favor-card__title a {
  color: #364153;
  transition: color 0.3s ease;
}

.favor-card__title a:hover {
  color: #0076b6;
}

.date {
  font-size: 17px;
}

p {
  text-align: justify;
}


.catalog-card-wrapper .catalog-card-item:nth-child(-n+3) .btn-primary {
  background: linear-gradient(90deg, #44B5F2 0%, #FF6F61 100%);
  box-shadow: 0 6px 20px rgba(255, 111, 97, 0.4);
}

.raiting {
  font-weight: bold;
  font-size: 18px;
}
.article .h3{margin-bottom: .5em; margin-top: 0.75em;}

.custom-table--categories.custom-table--programm  .custom-cell2,
  .custom-table--categories.custom-table--programm  .custom-cell3,
  .custom-table--categories.custom-table--licence .custom-cell2,
  .custom-table--categories.custom-table--licence .custom-cell3{
     width: 40%;
  }
 @media(max-width:767px){
  .custom-table--categories.custom-table--bonus .custom-cell1 {
      min-width: 100px;
  }
  .custom-table--categories.custom-table--bonus .custom-cell2 {
      min-width: 140px;
  }
  .custom-table--categories.custom-table--pay .custom-table{width: 650px;}
  .custom-table--categories.custom-table--pay .custom-cell1,
  .custom-table--categories.custom-table--pay .custom-cell2{
      width: 118px;
  }
   .custom-table--categories.custom-table--pay .custom-cell3{
      width: 120px;
  }
   .custom-table--categories.custom-table--pay .custom-cell4{
      width: auto;
      flex:1;
  }
  .custom-table--categories.custom-table--programm  .custom-cell2,
  .custom-table--categories.custom-table--programm  .custom-cell3,
  .custom-table--categories.custom-table--licence .custom-cell2,
  .custom-table--categories.custom-table--licence .custom-cell3{
     width: 40%;
  }
  .custom-table--categories.custom-table--function .custom-table{
    width: 800px;
  }
  .custom-table--categories.custom-table--function .custom-cell2,
  .custom-table--categories.custom-table--function .custom-cell3,
  .custom-table--categories.custom-table--function .custom-cell4{
     width: 200px;
  }
  .description-texts +.description-texts{padding-top: 0;}
 }
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 10;
  background-color: #1e1e1e;
  color: white;
  transform: translateY(110%);
  transition: 0.3s;
}

.footer.footer-visible {
  transform: translateY(0);
}

.footer .footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.footer .footer-casino-block {
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  align-items: center;
}

.footer .footer-casino-block img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-casino-block .footer-casino-rating {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.footer .footer-casino-block .footer-casino-rating img {
  height: 20px;
  border: 0;
}
@media (max-width: 767px) {
.footer .footer-casino-block {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .footer .footer-casino-block > img {
    width: 50px;
    height: 50px;
  }

  .footer .btn-primary {
    white-space: wrap;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 11px;
    height: auto;
    min-height: 40px;
  }

  .footer .h3 {
    font-size: 16px;
  }
  .custom-table--metod .custom-table .custom-cell1 {
  width: 120px;
}
.custom-table--metod .custom-table{
  width: 750px!important;
}
.custom-table--metod .custom-table .custom-cell2,
.custom-table--metod .custom-table .custom-cell3,
.custom-table--metod .custom-table .custom-cell4,
.custom-table--metod .custom-table .custom-cell5,
.custom-table--metod .custom-table .custom-cell6,
.custom-table--metod .custom-table .custom-cell7 {
  text-align: center;
  width: calc((100% - 120px) / 6);
  text-align: center;
  flex-shrink: 0;
}
}