/*
Theme Name: Custom for review4casinos
Author: bidi.by
Author URI: bidi.by
Version: 1.0
Description: Custom theme for review4casinos by bidi.by
*/

@font-face {
  font-family: "Roboto";
  font-weight: normal;
  src: local("Roboto"), url("./assets/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("./assets/fonts/Roboto/Roboto-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: local("Roboto"), url("./assets/fonts/Roboto/Roboto-Medium.woff") format("woff"), url("./assets/fonts/Roboto/Roboto-Medium.ttf") format("ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  src: local("Roboto"), url("./assets/fonts/Roboto/Roboto-Black.woff") format("woff"), url("./assets/fonts/Roboto/Roboto-Black.ttf") format("ttf");
}
@font-face {
  font-family: "Amaranth";
  font-weight: bold;
  src: local("Amaranth"), url("./assets/fonts/Amaranth/Amaranth-Bold.woff") format("woff"), url("./assets/fonts/Amaranth/Amaranth-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "Amaranth";
  font-weight: 400;
  src: local("Amaranth"), url("./assets/fonts/Amaranth/Amaranth-Regular.woff") format("woff"), url("./assets/fonts/Amaranth/Amaranth-Regular.ttf") format("ttf");
}
:root {
  --font-heading: "Amaranth", sans-serif;
  --font-text: "Roboto", sans-serif;
  --page-color: #2D3D3B;
  --card-color: #284E49;
  --gradient-1: linear-gradient(90deg, #B91A3D 0%, #CE5F3B 100%);
  --gradient-replace: #B91A3D;
  --color-text: #ffffff;
  --color-h2: #FF6131;
  --color-h3: #FF4242;
  --btn-color: #FFC266;
  --btn-border-color: #D79A3E;
  --btn-text-color: #7D4000;
  --accent-color: #BF2D3D;
  --panel-color: #FF1447;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

body {
  background-color: var(--page-color);
}

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

.logo {
  width: 130px;
  height: auto;
}
.logo img {
  width: 100%;
  height: auto;
}

.nav__ul {
  display: flex;
  justify-content: center;
  gap: 46px;
  list-style: none;
}
.nav__link {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-text);
  text-decoration: none;
}
.nav__link:hover {
  text-decoration: underline;
}

.main {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.main_gap-lg {
  gap: 60px;
}

.text {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: var(--color-text);
}
.text b {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: var(--color-h3);
}
.text_with-img {
  display: flex;
  align-items: center;
  gap: 18px;
}
.text_center {
  text-align: center;
}

.panel {
  border: 2px solid var(--panel-color);
  box-shadow: 0px 0px 16px var(--panel-color);
  border-radius: 20px;
  padding: 25px 40px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
}
.panel__title {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: var(--color-text);
  width: 100%;
  display: block;
  text-align: left;
}
.panel__btn {
  width: 224px;
}
.panel__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  list-style: none;
}
.panel__list-item {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-text);
  padding-left: 11px;
  position: relative;
}
.panel__list-item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--panel-color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.title-1 {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 63px;
  text-transform: uppercase;
  color: var(--color-text);
}

.title-2 {
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  color: var(--color-h2);
  text-shadow: 2px 2px 0px var(--color-text);
}
.title-2_sm {
  font-size: 27px;
  line-height: 32px;
}

.title-3 {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 900;
  font-size: 19px;
  line-height: 22px;
  color: var(--color-h3);
}

.title-badge {
  display: block;
  height: 40px;
  background-image: url('data:image/svg+xml,<svg width="1049" height="41" viewBox="0 0 1049 41" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_474_13833)"><path d="M0 0H1049L994.5 37H0V0Z" fill="%23B91A3D"/><path d="M0 0H1049L994.5 37H0V0Z" fill="url(%23paint0_linear_474_13833)"/></g><defs><filter id="filter0_d_474_13833" x="0" y="0" width="1049" height="41" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_474_13833"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_474_13833" result="shape"/></filter><linearGradient id="paint0_linear_474_13833" x1="1.61776e-06" y1="18.5542" x2="1049" y2="18.5544" gradientUnits="userSpaceOnUse"><stop stop-color="%23B91A3D"/><stop offset="1" stop-color="%23CE5F3B"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 40px;
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 33px;
  color: var(--color-text);
  padding-left: 30px;
  max-width: 1000px;
}

.text-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.text-group_center {
  align-items: center;
}

.pi-sm {
  padding-inline: 16px;
}

.pi-lg {
  padding-inline: 50px;
}

.button-glove {
  border-radius: 3px;
  background-color: var(--btn-color);
  border: 1px solid var(--btn-text-color);
  text-align: center;
  text-decoration: none;
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: var(--btn-text-color);
  height: 55px;
  box-shadow: 0 0 16px var(--btn-color);
}

.button {
  border-radius: 3px;
  background-color: var(--btn-color);
  border: 1px solid var(--btn-border-color);
  text-align: center;
  text-decoration: none;
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--btn-text-color);
  padding: 10px 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.burger {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.burger span {
  font-size: 0;
  color: transparent;
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--color-text);
  position: relative;
  transition: all 0.2s linear;
}
.burger span::before, .burger span::after {
  content: "";
  display: block;
  background-color: var(--color-text);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -11px;
  transition: all 0.2s linear;
}
.burger span::after {
  top: 11px;
}
.burger_close span {
  background-color: transparent;
}
.burger_close span::before, .burger_close span::after {
  transform-origin: 0 0;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.burger_close span::before {
  rotate: -45deg;
}
.burger_close span::after {
  rotate: 45deg;
}

.two-columns__inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
}
.two-columns__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}
.two-columns__column_pr {
  padding-right: 60px;
}
.two-columns__column_pl {
  padding-left: 60px;
}
.two-columns__img {
  width: 100%;
  max-width: 358px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.two-columns_reverse .two-columns__inner {
  grid-template-columns: 1.1fr 1fr;
}

.unordered-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}
.unordered-list__item {
  padding-left: 20px;
  position: relative;
}
.unordered-list__item::before {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-h3);
  left: 8px;
  top: 50%;
  transform: translateY(-2px);
}

.ordered-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 26px;
  font-size: 18px;
}
.ordered-list__item {
  position: relative;
  margin: 0 0 0 0;
}
.ordered-list__item:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -26px;
  width: 20px;
  text-align: right;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: var(--color-h3);
}

.section-text__inner {
  display: flex;
  flex-direction: column;
}
.section-text__group {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 30px;
}
.section-text-img {
  padding: 0 20px;
}
.section-text-img__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-text-img__group {
  display: flex;
  justify-content: center;
  gap: 11px;
}
.section-text-img__button {
  width: 224px;
}
.section-text-img__img {
  width: 371px;
  min-width: 371px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
}

.faq__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.faq-item {
  width: 100%;
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: grid-template-rows 0.2s linear;
}
.faq-item__content {
  display: block;
  overflow: hidden;
  padding: 0 30px;
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: var(--color-text);
  background-color: var(--card-color);
  transition: padding 0.2s linear;
}
.faq-item__arrow {
  transition: 0.2s linear;
}
.faq-item.open {
  grid-template-rows: max-content 1fr;
}
.faq-item.open .faq-item__content {
  padding: 10px 30px 15px;
}
.faq-item.open .faq-item__arrow {
  rotate: 180deg;
}
.faq-item__button {
  background-image: var(--gradient-1);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px 30px;
  align-items: center;
  gap: 16px;
}
.faq-item__title {
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: var(--color-text);
  text-align: left;
}

@media (max-width: 1280px) {
  .two-columns__inner {
    grid-template-columns: auto 1fr;
  }
  .two-columns_reverse .two-columns__inner {
    grid-template-columns: 1fr auto;
  }
  .two-columns__column_pr {
    padding-right: 30px;
  }
  .two-columns__column_pl {
    padding-left: 30px;
  }
  .two-columns__img {
    max-width: 240px;
  }
  .two-columns_tablet-vertical .two-columns__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .two-columns_tablet-vertical .two-columns__column_pr {
    padding-right: 0px;
  }
  .two-columns_tablet-vertical .two-columns__column_pl {
    padding-left: 0px;
  }
  .pi-lg {
    padding: 0;
  }
  .section-text-img__inner {
    gap: 20px;
  }
  .section-text-img__group {
    flex-direction: column;
    align-items: center;
  }
  .section-text-img__img {
    display: none;
  }
  .section-text-img__button {
    width: 100%;
  }
  .faq-item__title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 680px) {
  .main {
    gap: 24px;
  }
  .text {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .text b {
    font-size: 16px;
    line-height: 22px;
  }
  .text_with-img {
    display: block;
    text-align: left;
  }
  .text_with-img img {
    width: 100px;
    height: auto;
    float: left;
  }
  .faq-item__title {
    font-size: 18px;
    line-height: 24px;
  }
  .title-2 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    text-shadow: 1px 1px 0px var(--color-text);
  }
  .title-3 {
    text-align: center;
    width: 100%;
  }
  .title-badge {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 8px;
  }
  .section-text-img {
    padding: 0;
  }
  .section-text__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .section-text__container {
    padding: 0;
  }
  .section-text__group {
    gap: 16px;
    padding: 0 20px;
  }
  .unordered-list__item {
    text-align: left;
  }
  .ordered-list__item {
    text-align: left;
  }
  .panel {
    padding: 20px;
  }
  .panel__title {
    font-size: 24px;
    text-align: center;
  }
  .panel__btn {
    width: 100%;
  }
  .two-columns__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .two-columns_reverse .two-columns__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .two-columns__column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .two-columns__column_pr {
    padding-right: 0px;
  }
  .two-columns__column_pl {
    padding-left: 0px;
  }
  .two-columns__img {
    justify-self: center;
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  background: var(--page-color);
  z-index: 10;
}
.header__inner {
  height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__group {
  display: flex;
  align-items: center;
  gap: 60px;
}
.header__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border: 3px solid var(--color-text);
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.header__burger {
  display: none;
}

@media (max-width: 1280px) {
  .header__group {
    gap: 24px;
  }
  .header__nav {
    transform-origin: top right;
    position: absolute;
    top: 100%;
    right: 0;
    scale: 0;
    background-color: var(--card-color);
    padding: 20px;
    width: 100vw;
    max-width: 300px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    transition: scale 0.2s ease-in-out;
  }
  .header__nav .nav__ul {
    flex-direction: column;
    gap: 20px;
  }
  .header__nav .nav__link {
    display: block;
    font-size: 16px;
    width: 100%;
    padding-bottom: 8px;
    line-height: 20px;
    border-bottom: 1px solid var(--color-text);
  }
  .header__nav .nav__link:hover {
    text-decoration: none;
  }
  .header.nav-open .header__nav {
    scale: 1;
  }
  .header__burger {
    display: flex;
  }
}
.intro__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px 94px;
  padding: 36px 90px 71px 30px;
  background-image: url(./assets/imgs/intro.png);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.intro__panel {
  grid-column: 2;
  grid-row: 1/3;
  align-self: flex-start;
  width: 415px;
}
.intro__text {
  width: 85%;
}

@media (max-width: 1280px) {
  .intro__inner {
    padding: 30px 30px 60px;
    gap: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: 77% 0px;
  }
  .intro__panel {
    grid-row: auto;
    grid-column: 1;
    align-self: auto;
  }
  .intro__title {
    text-align: center;
  }
  .intro__text {
    text-align: center;
  }
}
@media (max-width: 680px) {
  .intro__inner {
    padding: 30px 20px 35px;
  }
  .intro__title {
    font-size: 32px;
    line-height: 40px;
  }
  .intro__panel {
    width: min(415px, 100%);
  }
  .intro__container {
    padding: 0;
  }
}
@media (max-width: 460px) {
  .intro__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.section-table__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Frame 1 */
.table {
  background-image: var(--gradient-1);
  background-color: var(--gradient-replace);
  box-shadow: 0px 7px 4px rgba(0, 0, 0, 0.25), 0px -7px 4px rgba(0, 0, 0, 0.25);
}
.table__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 43px 30px;
}
.table__item-group {
  display: flex;
  align-items: center;
  gap: 50px;
}
.table__item-img {
  width: 130px;
  height: auto;
}
.table__item-img img {
  width: 100%;
  height: auto;
}
.table__item-number {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  color: var(--color-text);
}
.table__item-rating {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 107px;
  align-items: center;
}
.table__item-button {
  width: 120px;
}
.table__item-link {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration-line: underline;
  color: var(--color-text);
}
.table__item-link:hover {
  text-decoration: none;
}
.table__item-text {
  max-width: 358px;
  text-align: center;
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--color-text);
}
.table__item:nth-child(odd) {
  background-color: var(--page-color);
}

.star_disabled {
  opacity: 0.5;
  filter: grayscale(0.2);
}

@media (max-width: 1280px) {
  .table__item {
    display: grid;
    grid-template-columns: auto auto minmax(0px, 500px);
    gap: 16px;
    padding: 16px 20px;
  }
  .table__item-text {
    order: 1;
    grid-column: 3;
    justify-self: center;
  }
  .table__item-group {
    grid-row: 1/3;
    gap: 20px;
  }
  .table__item-rating {
    order: 2;
    gap: 20px;
    grid-column: 2;
    grid-row: 1/3;
  }
  .table__item-button {
    grid-column: 3;
    order: 3;
    width: 100%;
  }
}
@media (max-width: 680px) {
  .table__item {
    grid-template-columns: 1fr auto;
  }
  .table__item-text {
    grid-column: auto;
    order: auto;
  }
  .table__item-group {
    grid-row: auto;
  }
  .table__item-rating {
    grid-column: 2;
    grid-row: 1;
    order: auto;
    flex-direction: row;
    gap: 16px;
    justify-self: flex-end;
  }
  .table__item-button {
    grid-column: auto;
    order: auto;
  }
}
@media (max-width: 480px) {
  .table__item {
    grid-template-columns: 1fr;
  }
  .table__item-group {
    justify-self: center;
  }
  .table__item-rating {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
    justify-content: space-between;
    width: 180px;
  }
}
.figure__inner {
  width: 100%;
  background-image: url(./assets/imgs/Subtract.png);
  background-size: 100% 100%;
  padding: 20px 0 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  margin-bottom: 36px;
}
.figure__title {
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  color: var(--color-text);
}
.figure__text {
  padding-right: min(280px, 20vw);
}
.figure__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: 224px;
}
.figure__img {
  position: absolute;
  width: 445px;
  height: auto;
  bottom: -36px;
  right: 5vw;
}

@media (max-width: 1280px) {
  .figure__title {
    font-size: 28px;
  }
  .figure__img {
    right: 0;
    width: 340px;
  }
}
@media (max-width: 680px) {
  .figure__inner {
    padding: 30px 20px 60px;
    background-image: var(--gradient-1);
    box-shadow: 4px 4px 0 var(--color-text);
  }
  .figure__title {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }
  .figure__img {
    width: 260px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .figure__button {
    width: 100%;
  }
  .figure__text {
    padding-right: 0;
  }
}
.characteristics__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.characteristics__items {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.characteristics__item {
  display: flex;
  gap: 86px;
  align-items: center;
}
.characteristics__item_reverse {
  flex-direction: row-reverse;
}
.characteristics__item-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
.characteristics__item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0.9 0;
  position: relative;
  width: 100%;
}
.characteristics__item-img img {
  max-width: 629px;
  width: 100%;
  height: auto;
  box-shadow: 4px 4px var(--accent-color);
  border-radius: 9px;
}
.characteristics__item-btn {
  position: absolute;
  bottom: 20px;
  width: 224px;
}
.characteristics__item-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

@media (max-width: 1280px) {
  .characteristics__items {
    gap: 45px;
  }
  .characteristics__inner {
    gap: 20px;
  }
  .characteristics__item {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .characteristics__item-btn {
    font-size: 14px;
    width: 200px;
    height: 40px;
    bottom: 8px;
  }
}
.casino-cards__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 60px;
}

.casino-card {
  width: 371px;
  box-shadow: 4px 4px var(--accent-color);
  border-radius: 11px 11px 9px 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-text);
}
.casino-card__img {
  background-color: var(--card-color);
  border-radius: 9px;
  width: 100%;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
}
.casino-card__img img {
  max-height: 75px;
}
.casino-card__button {
  width: 120px;
  margin-bottom: 4px;
}
.casino-card__link {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: var(--btn-text-color);
  margin-bottom: 6px;
}

.footer {
  background-color: var(--card-color);
  margin-top: 46px;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 6px 0 14px;
}
.footer__text {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: var(--color-text);
}
.footer__logo {
  width: 190px;
  height: 61px;
}

@media (max-width: 680px) {
  .footer__logo {
    width: 150px;
    height: auto;
  }
}
.not-found {
  width: 100%;
  height: calc(100vh - 68px);
  background-image: url(./assets/imgs/bg-404.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 110px;
  padding-bottom: 10vh;
}
.not-found__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.not-found__img {
  width: 100%;
  max-width: 310px;
}
.not-found__title {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 400;
  font-size: 52px;
  line-height: 63px;
  color: var(--color-text);
}
.not-found__footer {
  background-color: transparent;
  position: absolute;
  right: 15vw;
  bottom: 20px;
}
.not-found__footer .footer__logo {
  display: block;
  width: 130px;
}

@media (max-width: 1280px) {
  .not-found {
    background-position: 50% 0px;
  }
}
@media (max-width: 680px) {
  .not-found {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding: 0 20px;
    background-position: center;
  }
  .not-found__footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    right: 0;
    left: 0;
  }
  .not-found__title {
    text-align: center;
    font-size: 32px;
  }
}
.review-banner {
  background-image: var(--gradient-1);
  background-color: var(--gradient-replace);
  padding: 23px 67px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.review-banner__title {
  text-align: center;
}
.review-banner__breadcrumbs {
  margin-bottom: 8px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: var(--color-text);
}
.breadcrumbs__item::after {
  content: "-";
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 900;
  font-size: 17px;
  line-height: 20px;
  color: var(--color-text);
  display: inline;
}
.breadcrumbs__item:last-child {
  font-weight: 900;
}
.breadcrumbs__item:last-child::after {
  display: none;
}

.promotions {
  background-color: var(--color-text);
  border-radius: 9px;
  box-shadow: 4px 4px 0 var(--accent-color);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 32px;
}
.promotions__title {
  width: -moz-max-content;
  width: max-content;
  font-family: "Amaranth";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  background-image: var(--gradient-1);
  background-color: var(--gradient-replace);
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-bottom: 8px;
  position: relative;
}
.promotions__title::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-image: var(--gradient-1);
  background-color: var(--gradient-replace);
  top: 100%;
  left: 0;
}
.promotions__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  width: 100%;
  gap: 32px;
  justify-content: center;
  list-style: none;
}
.promotions__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 170px;
  align-items: center;
}
.promotions__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: var(--gradient-1);
  background-color: var(--gradient-replace);
}
.promotions__item-icon-img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.promotions__item-title {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  color: var(--page-color);
}
.promotions__item-text {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: var(--page-color);
}
.promotions-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.promotions-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.review-ratings__title {
  width: -moz-max-content;
  width: max-content;
  font-family: "Amaranth";
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 33px;
  background-image: var(--gradient-1);
  background-color: var(--gradient-replace);
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
}
.review-ratings__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
  gap: 15px;
  position: relative;
}
.review-ratings__rating {
  display: flex;
  align-items: center;
  gap: 36px;
}
.review-ratings__rating .stars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.review-ratings__item::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-image: var(--gradient-1);
  background-color: var(--gradient-replace);
  top: 100%;
  left: 0;
}
.review-ratings__name {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 900;
  font-size: 17px;
  line-height: 20px;
  color: var(--page-color);
}
.review-ratings__text {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 900;
  font-size: 17px;
  line-height: 20px;
  color: var(--page-color);
}
.info-table {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
.info-table__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.info-table__item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 7px;
  align-items: flex-start;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-text);
}
.info-table__item-name {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 900;
  font-size: 17px;
  line-height: 20px;
  color: var(--color-text);
}
.info-table__item-value {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: var(--color-h2);
}

.card {
  background-color: var(--color-text);
  border-radius: 9px;
  box-shadow: 4px 4px 0px var(--accent-color);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.card__title {
  width: 100%;
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 33px;
  background-image: var(--gradient-1);
  background-color: var(--gradient-replace);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-bottom: 10px;
  position: relative;
}
.card__title::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--gradient-replace);
  background-image: var(--gradient-1);
  top: 100%;
  left: 0;
  position: absolute;
}
.card__text {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: var(--page-color);
}

.advantages {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.advantages__item {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: var(--page-color);
  padding-left: 34px;
  position: relative;
}
.advantages__item::before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--page-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_3017_79)"><path d="M1.75 5.25L2.62952 7.00905C2.93477 7.61955 3.74841 7.75159 4.23106 7.26894L6.75 4.75L10.25 1.25" stroke="%2338FF70" stroke-width="2" stroke-linecap="round"/></g><defs><filter id="filter0_d_3017_79" x="0.75" y="0.25" width="12.5" height="10.3122" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="1" dy="1"/><feGaussianBlur stdDeviation="0.5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3017_79"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3017_79" result="shape"/></filter></defs></svg>');
  background-size: 13px auto;
  background-repeat: no-repeat;
  background-position: 60% 55%;
}
.advantages.disadvantages .advantages__item::before {
  background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_3017_97)"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.70711 0.292893C1.31658 -0.0976311 0.683418 -0.0976311 0.292893 0.292893C-0.0976311 0.683418 -0.0976311 1.31658 0.292893 1.70711L3.47468 4.88889L0.292893 8.07067C-0.0976311 8.46119 -0.0976311 9.09436 0.292893 9.48488C0.683418 9.87541 1.31658 9.87541 1.70711 9.48488L4.88889 6.3031L8.07067 9.48488C8.46119 9.87541 9.09436 9.87541 9.48488 9.48488C9.87541 9.09436 9.87541 8.46119 9.48488 8.07067L6.3031 4.88889L9.48488 1.70711C9.87541 1.31658 9.87541 0.683419 9.48488 0.292894C9.09436 -0.09763 8.46119 -0.0976303 8.07067 0.292894L4.88889 3.47468L1.70711 0.292893Z" fill="%23FF3838"/></g><defs><filter id="filter0_d_3017_97" x="0" y="0" width="11.7773" height="11.7778" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="1" dy="1"/><feGaussianBlur stdDeviation="0.5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3017_97"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3017_97" result="shape"/></filter></defs></svg>');
  background-size: 12px auto;
  background-position: 65% 65%;
}

.review-img {
  width: 100%;
  height: auto;
  box-shadow: 4px 4px 0px var(--accent-color);
  border-radius: 9px;
}

.payment {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.payment__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  justify-content: center;
  align-items: center;
  gap: 13px;
  list-style: none;
  width: 100%;
  gap: 13px;
}
.payment__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-inline: 20px;
  height: 100%;
}
.payment__item-icon {
  padding-bottom: 10px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment__item-icon::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-image: var(--gradient-1);
  background-color: var(--gradient-replace);
  position: absolute;
  top: 100%;
  left: 0;
}
.payment__item-name {
  font-family: var(--font-text);
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  color: var(--page-color);
}

.card-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 1280px) {
  .review-img {
    max-width: 360px;
  }
  .review-banner {
    padding-inline: 32px;
  }
  .review-banner__title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 680px) {
  .review-banner {
    padding-inline: 20px;
  }
  .review-banner__title {
    font-size: 24px;
    line-height: 34px;
  }
  .card {
    padding: 20px;
  }
  .card__title {
    font-size: 20px;
    line-height: 22px;
  }
  .card__text {
    font-size: 16px;
    line-height: 22px;
  }
  .payment__items {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
  .payment__item-name {
    font-size: 18px;
    line-height: 24px;
  }
  .promotions-group {
    grid-template-columns: 1fr;
  }
  .promotions__item-title {
    font-size: 20px;
    line-height: 24px;
  }
  .promotions__title {
    font-size: 24px;
    line-height: 28px;
    white-space: wrap;
    text-align: center;
    width: auto;
  }
  .review-ratings__rating {
    gap: 12px;
  }
  .review-ratings__rating .stars {
    gap: 1px;
  }
  .review-ratings__title {
    font-size: 24px;
    line-height: 28px;
  }
  .info-table__title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    width: 100%;
  }
  .promotions {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .review-ratings__item {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .info-table {
    width: 100%;
  }
  .info-table__item {
    grid-template-columns: 1fr;
  }
}