/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*****************************************************************************************************************************************/
  @charset "UTF-8";

  @font-face {
      font-family: "Montserrat";
      src: url("/wp-content/themes/bonuscode_casinos_com/src/fonts/Montserrat-Regular.ttf") format("truetype");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
  }
  
  @font-face {
      font-family: "Montserrat";
      src: url("/wp-content/themes/bonuscode_casinos_com/src/fonts/Montserrat-Medium.ttf") format("truetype");
      font-weight: 500;
      font-style: normal;
      font-display: swap;
  }
  
  @font-face {
      font-family: "Montserrat";
      src: url("/wp-content/themes/bonuscode_casinos_com/src/fonts/Montserrat-Bold.ttf") format("truetype");
      font-weight: 700;
      font-style: normal;
      font-display: swap;
  }
  
  .button {
      display: block;
      width: 137px;
      height: fit-content;
      padding: 12px;
      text-align: center;
      white-space: nowrap;
      background: white; /*#51498a; #F9BD57;*/
      border: 1px solid transparent;
      transition: all 0.3s ease-in-out;
      font-size: 14px;
      font-weight: 500;
      line-height: 100%;
      cursor: pointer;
      color: #000000;
      font-family: "Montserrat", sans-serif;
      margin: 0 auto;
      border-radius: 32px;
  }
  
  @media (max-width: 768px) {
      .button {
          width: 100%;
      }
  }
  
  .button:hover {
      transform: scale(1.1);
  }
  
  .button--2 {
      background: #F9BD57; /*white;*/
      color: black;
  }
  
  p,
  span,
  li {
      font-size: 16px;
      line-height: 118%;
  }
  
  @media (max-width: 768px) {
  
      p,
      span,
      li {
          font-size: 14px;
      }
  }
  
  h1 {
      font-size: 48px;
      font-weight: 600;
      line-height: 100%;
      font-family: "Montserrat", sans-serif;
  }
  
  @media (max-width: 1366px) {
      h1 {
          font-size: 56px;
          line-height: 120%;
      }
  }
  
  @media (max-width: 1024px) {
      h1 {
          font-size: 42px;
      }
  }
  
  @media (max-width: 768px) {
      h1 {
          font-size: 30px;
      }
  }
  
  h1>* {
      font-family: "Montserrat", sans-serif;
  }
  
  h2 {
      font-family: "Montserrat", sans-serif;
      font-size: 28px;
      font-weight: 600;
      line-height: 100%;
      letter-spacing: -1.12px;
  }
  
  @media (max-width: 768px) {
      h2 {
          font-size: 21px;
      }
  }
  
  h2>* {
      font-family: "Montserrat", sans-serif;
  }
  
  h3 {
      font-family: "Montserrat", sans-serif;
      font-size: 21px;
      font-weight: 600;
      line-height: 100%;
      letter-spacing: -0.8px;
  }
  
  @media (max-width: 768px) {
      h2 {
          font-size: 18px;
      }
  }
  
  h3>* {
      font-family: "Montserrat", sans-serif;
  }
  
  h4,
  h5,
  h6 {
      font-family: "Montserrat", sans-serif;
  }
  
  h4>*,
  h5>*,
  h6>* {
      font-family: "Montserrat", sans-serif;
  }
  
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      margin: 0;
      padding: 0;
  }
  
  p span,
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
      font-size: inherit;
      color: #F9BD57;
  }
  
  p a {
      color: #F9BD57;
  }
  
  .shortcode-button {
      display: flex;
      justify-content: center;
  }
  
  .shortcode-button a.hero__button.button.shortcode-button {
      color: #fff;
      margin: 20px 0;
  }
  
  .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      transition: all 0.3s ease-in-out;
      z-index: 9;
  }
  
  .header__container {
      min-width: 1440px;
  }
  
  .header__wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      position: relative;
      z-index: 3;
      flex-wrap: nowrap;
      padding: 20px 0;
  }
  
  @media (max-width: 768px) {
      .header__wrapper {
          padding: 10px 0 0;
      }
  }
  
  .header__hidden {
      opacity: 0;
      transform: translateY(-100%);
  }
  
  .header__scrolled {
      background: #171716;
  }
  
  .header__buttons {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 16px;
  }
  
  @media (max-width: 768px) {
      .header__buttons {
          display: none;
      }
  }
  
  .header__lang {
      display: flex;
      align-items: center;
      margin-right: 10px;
      height: 40px;
  }
  
  .header__burger {
      display: none;
      position: relative;
      cursor: pointer;
      width: 32px;
      height: 11px;
  }
  
  @media (max-width: 768px) {
      .header__burger {
          display: flex;
          flex-direction: column;
          gap: 5px;
      }
  }
  
  .header__burger span {
      position: absolute;
      right: 0;
      z-index: 10;
      display: block;
      width: 32px;
      height: 1px;
      background: #ffffff;
      border-radius: 2px;
      transition: all 0.3s ease-in-out;
  }
  
  .header__burger span:nth-child(1) {
      top: -50%;
  }
  
  .header__burger span:nth-child(2) {
      top: 0;
  }
  
  .header__burger span:nth-child(3) {
      top: 50%;
  }
  
  .header__burger--active span:nth-child(1) {
      transform: translateY(4px) rotate(45deg);
  }
  
  .header__burger--active span:nth-child(2) {
      opacity: 0;
  }
  
  .header__burger--active span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
  }
  
  .nav {
      display: flex;
  }
  
  @media (max-width: 768px) {
      .nav {
          display: none;
      }
  }
  
  .nav__list {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 32px;
  }
  
  .nav .menu-item {
      position: relative;
  }
  
  .nav .menu-item:after {
      content: "";
      position: absolute;
      width: 100%;
      transform: scaleX(0);
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #F9BD57;
      transform-origin: bottom right;
      transition: transform 0.25s ease-out;
  }
  
  .nav .menu-item:hover:after {
      transform: scaleX(1);
      transform-origin: bottom left;
  }
  
  .logo {
      max-width: 160px;
      width: fit-content;
  }
  
  .logo img {
      width: 100px;
      height: 100px;
      object-fit: scale-down;
  }
  
  .mobile-menu {
      display: none;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      gap: 30px;
      position: absolute;
      top: 0;
      left: -6%;
      width: 60vw;
      height: 100vh;
      z-index: 9;
      background: #000000;
      transform: translateX(-200%);
      transition: all 0.3s ease-in-out;
      padding: 50px 20px 20px;
  }
  
  @media (max-width: 768px) {
      .mobile-menu {
          display: flex;
      }
  }
  
  .mobile-menu--active {
      transform: none;
  }
  
  .mobile-menu__list {
      display: flex;
      flex-direction: column;
      gap: 15px;
      margin-bottom: 15px;
  }
  
  .mobile-menu__buttons {
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 100%;
  }
  
  .mobile-menu .button {
      margin-bottom: 15px;
      padding: 8px;
      width: 100%;
  }
  
  .mobile-menu .menu-item {
      font-size: 16px;
      font-weight: 500;
  }
  
  .hero {
      margin-bottom: 110px;
      overflow: hidden;
  }
  
  @media (max-width: 768px) {
      .hero {
          margin-bottom: 40px;
      }
  }
  
  .hero__iframe {
      height: 100%;
  }
  
  .hero__iframe .hero__wrapper {
      flex-direction: column !important;
      gap: 80px;
  }
  
  @media (max-width: 768px) {
      .hero__iframe .hero__wrapper {
          max-height: 700px;
      }
  }
  
  .hero__iframe .hero__right {
      width: 100%;
      max-width: 100%;
  }
  
  .hero__wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      gap: 25px;
      padding-top: 200px;
      padding-bottom: 80px;
      position: relative;
      z-index: 3;
      /*height: 100vh;*/
  }
  
  @media (max-width: 1280px) {
      .hero__wrapper {
          height: auto;
      }
  }
  
  @media (max-width: 768px) {
      .hero__wrapper {
          flex-direction: column-reverse;
          gap: 5px;
          padding-bottom: 40px;
          padding-top: 90px;
      }
  }
  
  .hero__breadcrumbs {
      display: none !important;
      position: absolute;
      top: 150px;
      left: 0;
  }
  
  @media (max-width: 768px) {
      .hero__breadcrumbs {
          top: 80px;
      }
  }
  
  .hero__breadcrumbs a,
  .hero__breadcrumbs p,
  .hero__breadcrumbs span {
      color: #ffffff;
  }
  
  .hero__breadcrumbs #breadcrumbs a,
  .hero__breadcrumbs #breadcrumbs p,
  .hero__breadcrumbs #breadcrumbs span {
      color: #ffffff;
  }
  
  .hero__breadcrumbs .breadcrumb_last {
      color: #F9BD57 !important;
  }
  
  .hero__left {
      max-width: 605px;
      width: 100%;
  }
  
  @media (max-width: 1366px) {
      .hero__left {
          max-width: 50%;
      }
  }
  
  @media (max-width: 768px) {
      .hero__left {
          max-width: 100%;
      }
  }
  
  .hero__title {
      font-size: 44px;
      margin-bottom: 30px;
  }
  
  @media (max-width: 768px) {
      .hero__title {
          margin-bottom: 15px;
          text-align: center;
      }
  }
  
  .hero__desc {
      width: 100%;
      opacity: 0.4;
      margin-bottom: 30px;
  }
  
  @media (max-width: 1024px) {
      .hero__desc {
          font-size: 14px;
      }
  }
  
  @media (max-width: 768px) {
      .hero__desc {
          max-width: 100%;
      }
  }
  
  .hero__button {
      width: 200px;
      margin: 0;
  }
  
  @media (max-width: 768px) {
      .hero__button {
          width: 100%;
      }
  }
  
  .hero__right {
      width: 50%;
      max-width: 600px;
      overflow: hidden;
      border-radius: 10px;
  }
  
  @media (max-width: 768px) {
      .hero__right {
          max-width: 250px;
          width: 100%;
      }
  }
  
  .hero__right img {
      object-fit: cover;
  }
  
  .hero--tech {
      height: auto;
  }
  
  .hero--tech .hero__wrapper {
      flex-direction: column;
  }
  
  .breadcrumb_last {
      color: #6181e0;
  }
  
  .table-of-content {
      position: relative;
      margin-bottom: 80px;
  }
  
  @media (max-width: 768px) {
      .table-of-content {
          margin-bottom: 40px;
      }
  }
  
  .table-of-content__wrapper {
      position: relative;
      z-index: 3;
      background-color: #F9BD57; /*#171716;*/
      border-radius: 10px;
  }
  
  .table-of-content__title {
      display: block;
      width: 100%;
      padding: 24px 16px;
      font-weight: 500;
      color: black; /*white;*/
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
  }
  
  @media (max-width: 768px) {
      .table-of-content__title {
          text-align: center;
          font-size: 12px;
          padding: 14px;
      }
  }
  
  .table-of-content__icon {
      position: relative;
      margin-left: 3px;
      width: 12px;
      height: 12px;
      transition: all 0.3s ease-in-out;
  }
  
  .table-of-content__list {
      display: flex;
      flex-direction: column;
      gap: 10px;
      flex-wrap: wrap;
      height: 0;
      opacity: 0;
      transition: all 0.3s ease-in-out;
  }
  
  @media (max-width: 768px) {
      .table-of-content__list {
          display: flex;
          flex-direction: column;
          gap: 5px;
      }
  }
  
  .table-of-content__list--active {
      opacity: 1;
      padding: 0 16px 16px;
      height: auto;
  }
  
  .table-of-content--active>.table-of-content__icon {
      transform: rotate(180deg);
  }
  
  .table-of-content a {
      color: black; /*#fff;*/
  }
  
  .table-of-content li {
      color: black; /*#fff;*/
  }
  
  @media (max-width: 768px) {
      .table-of-content li {
          font-size: 14px;
          list-style: auto;
          line-height: 130%;
          margin-left: 7px;
      }
  }
  
  .image-text-block {
      position: relative;
      margin-bottom: 80px;
  }
  
  .image-text-block__wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      position: relative;
      flex-wrap: nowrap;
      align-items: center;
      gap: 40px;
      width: 100%;
      z-index: 3;
  }
  
  @media (max-width: 768px) {
      .image-text-block__wrapper {
          display: flex;
          flex-direction: column;
      }
  }
  
  .image-text-block__wrapper--right {
      flex-direction: row-reverse;
  }
  
  @media (max-width: 768px) {
      .image-text-block__wrapper--right {
          flex-direction: column-reverse;
      }
  }
  
  .image-text-block__img {
      width: 50%;
      max-height: 500px;
      overflow: hidden;
  }
  
  @media (max-width: 1024px) {
      .image-text-block__img {
          width: 100%;
      }
  }
  
  .image-text-block__img img {
      width: fit-content;
      border-radius: 10px;
  }
  
  @media (max-width: 768px) {
      .image-text-block__img img {
          width: 100%;
          object-fit: cover;
      }
  }
  
  .image-text-block__content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 50%;
  }
  
  .image-text-block__content ul li {
      list-style-type: disc;
  }
  
  @media (max-width: 768px) {
      .image-text-block__content {
          width: 100%;
      }
  }
  
  .image-text-block__title {
      margin-bottom: 20px;
  }
  
  
  .image-text-block__text p {
      margin-top: 10px;
  }
  
  .table {
      margin-bottom: 80px;
      position: relative;
  }
  
  .table__wrapper {
      padding: 15px;
      background: #008061; /*#1b1b1b;*/
      border-radius: 10px;
      position: relative;
      z-index: 3;
  }
  
  @media (max-width: 768px) {
      .table__wrapper {
          padding: 0;
      }
  }
  
  .table h2 {
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      z-index: 3;
  }
  
  .table h3 {
      text-align: center;
      position: relative;
      z-index: 3;
      margin: 0 auto 20px;
  }
  
  table {
      font-size: 12px;
      width: 100%;
      border-collapse: collapse !important;
      border: 1px solid #F9BD57;
  }
  
  table thead {
      background: #F9BD57;
      text-align: center;
  }
  
  table thead td,
  table thead th {
      border: none !important;
  }
  
  table thead td:first-child,
  table thead th:first-child {
      border-radius: 10px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
  }
  
  table thead td:last-child,
  table thead th:last-child {
      border-radius: 10px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
  }
  
  table td,
  table th {
      padding: 24px 14px;
      border: 1px solid #F9BD57;
      border-top: none;
  }
  
  @media (max-width: 768px) {
  
      table td,
      table th {
          padding: 14px 10px;
      }
  }
  
  .steps {
      margin-bottom: 80px;
  }
  
  .steps__wrapper {
      display: flex;
      flex-direction: column;
      gap: 80px;
      position: relative;
      z-index: 3;
  }
  
  @media (max-width: 768px) {
      .steps__wrapper {
          gap: 40px;
      }
  }
  
  .steps h2 {
      margin-bottom: 10px;
  }
  
  .steps h3 {
      margin: 10px 0;
  }
  
  .steps__content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 50%;
      align-items: baseline;
  }
  
  @media (max-width: 768px) {
      .steps__content {
          width: 100%;
      }
  }
  
  .steps__item {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      gap: 40px;
      width: 100%;
      position: relative;
  }
  
  @media (max-width: 768px) {
      .steps__item {
          display: flex;
          flex-direction: column;
      }
  }
  
  .steps__item--1 .steps__content {
      justify-content: space-between;
  }
  
  .steps__item:nth-child(even) {
      flex-direction: row-reverse;
  }
  
  .steps__bottom {
      display: flex;
      flex-direction: column;
  }
  
  .steps__number {
      font-size: 25px;
      font-weight: 500;
      letter-spacing: -0.8px;
      margin-bottom: 15px;
  }
  
  .steps__img {
      position: relative;
      width: 50%;
      text-align: center;
  }
  
  @media (max-width: 768px) {
      .steps__img {
          width: 100%;
      }
  }
  
  .steps__img img {
      max-width: 80%;
      width: 100%;
  }
  
  @media (max-width: 768px) {
      .steps__img img {
          width: 100%;
      }
  }
  
  .steps__desc {
      max-width: 470px;
  }
  
  @media (max-width: 768px) {
      .steps__top {
          margin-bottom: 80px;
      }
  }
  
  .steps__range {
      display: flex;
      flex-direction: row;
      align-items: center;
      color: #F9BD57;
      font-weight: 500;
      letter-spacing: -0.5px;
      margin: 15px 0;
  }
  
  .steps__range span {
      color: #F9BD57;
      font-weight: 500;
      letter-spacing: -0.5px;
  }
  
  .steps__range--line {
      position: relative;
  }
  
  .steps__range--line::after {
      content: "";
      position: absolute;
      top: 50%;
      right: -60px;
      transform: translatey(-50%);
      width: 50px;
      border-bottom: 1px solid #F9BD57;
      margin-left: 5px;
  }
  
  .steps__range--number {
      margin-left: 70px;
  }
  
  .faq {
      position: relative;
      margin-bottom: 80px;
  }
  
  .faq__wrapper {
      position: relative;
      z-index: 3;
      text-align: center;
  }
  
  .faq h2 {
      margin-bottom: 30px;
  }
  
  .faq h3 {
      transition: all 0.3s ease-in-out;
  }
  
  .faq__tab {
      width: 100%;
      overflow: hidden;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
  }
  
  .faq__tab-label {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      background: #171716;
      cursor: pointer;
      border: 1px solid transparent;
      transition: all 0.3s ease-in-out;
      text-align: left;
      color: #fff;
  }
  
  .faq__tab-label:hover {
      background: #F9BD57;
  }
  
  .faq__tab-label::after {
      content: "❯";
      width: 1em;
      height: 1em;
      text-align: center;
      transition: all 0.3s ease-in-out;
      color: #fff;
  }
  
  .faq__tab-label h3 {
      color: #fff;
      font-weight: 500;
      font-size: 18px;
  }
  
  @media (max-width: 768px) {
      .faq__tab-label h3 {
          font-size: 16px;
      }
  }
  
  .faq__tab-content {
      max-height: 0;
      background: #ffffff;
      transition: all 0.3s ease-in-out;
      text-align: left;
      color: white;
  }
  
  @media (max-width: 768px) {
      .faq__tab-content {
          font-size: 14px;
      }
  }
  
  .faq__tab-content p {
      color: #000000;
  }
  
  .faq__tab input {
      display: none;
  }
  
  .faq__tab input:checked+.faq__tab-label {
      background: #F9BD57;
      color: #ffffff;
  }
  
  .faq__tab input:checked+.faq__tab-label h3 {
      color: #000000;
  }
  
  .faq__tab input:checked+.faq__tab-label::after {
      transform: rotate(90deg);
      color: #000000;
  }
  
  .faq__tab input:checked~.faq__tab-content {
      max-height: 100vh;
      padding: 15px;
  }
  
  .slots {
      position: relative;
      z-index: 3;
      overflow: hidden;
      margin-bottom: 80px;
  }
  
  .slots__wrapper {
      position: relative;
      z-index: 3;
      text-align: center;
  }
  
  @media (max-width: 768px) {
      .slots__wrapper {
          text-align: left;
      }
  }
  
  .slots h2 {
      margin-bottom: 40px;
  }
  
  @media (max-width: 768px) {
      .slots h2 {
          margin-bottom: 25px;
      }
  }
  
  .slots__content {
      display: grid;
      grid-auto-rows: 1fr;
      gap: 20px;
  }
  
  @media (max-width: 768px) {
      .slots__content {
          grid-template-columns: repeat(2, 1fr) !important;
          gap: 10px;
      }
  }
  
  .slots__item {
      display: block;
      position: relative;
      background: #F9BD57;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 10px;
      transition: all 0.3s ease-in-out;
  }
  
  .slots__item::before {
      content: "";
      padding-bottom: 100%;
      display: block;
  }
  
  .slots__item-back {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 5px;
      height: 90%;
      width: 90%;
      visibility: hidden;
      opacity: 0;
      z-index: 4;
      transition: all 0.3s ease-in-out;
  }
  
  .slots__item-title {
      font-weight: 600;
  }
  
  @media (max-width: 768px) {
      .slots__item-title {
          font-size: 16px;
          font-weight: 900;
      }
  }
  
  .slots__item-play, .slots__item-demo {
      font-size: 12px;
      padding: 6px;
  }
  
  @media (max-width: 768px) {
      .slots__item-play, .slots__item-demo {
          font-size: 11px;
          padding: 11px;
      }
  }
  
  .slots__item-blur {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(4px);
      z-index: 3;
      transition: all 0.3s ease-in-out;
      border-radius: 10px;
  }
  
  .slots__item:hover .slots__item-back {
      visibility: visible;
      opacity: 1;
  }
  
  .slots__item:hover .slots__item-blur {
      visibility: visible;
      opacity: 1;
  }
  
  .text {
      margin-bottom: 80px;
      position: relative;
  }
  
  .text__wrapper {
      position: relative;
      z-index: 3;
  }
  
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
      text-align: center;
      margin: 20px 0;
  }
  
  .text table {
      margin: 10px 0;
  }
  
  .text p {
      margin: 10px 0;
  }
  
  .text p:first-child {
      margin: 0 0 10px 0;
  }
  
  .text p:last-child {
      margin: 10px 0 0 0;
  }
  
  .text h2 {
      margin: 20px 0;
  }
  
  .text h3 {
      margin: 20px 0 10px;
  }
  
  @media (max-width: 768px) {
      .text__content {
          font-size: 14px;
      }
  }
  
  .text__content ul,
  .text__content ol {
      list-style: auto;
      padding-left: 20px;
  }
  
  .text__content ul li {
      list-style-type: disc;
  }
  
  .author {
      margin-bottom: 80px;
  }
  
  .author__wrapper {
      background: #171716;
      padding: 20px;
      border-radius: 10px;
  }
  
  @media (max-width: 768px) {
      .author__wrapper {
          background: transparent;
          padding: 0;
      }
  }
  
  .author__content {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 20px;
      margin-bottom: 20px;
      position: relative;
      z-index: 3;
  }
  
  .author__image {
      width: 100px;
      height: 100px;
  }
  
  @media (max-width: 768px) {
      .author__image {
          width: 60px;
          height: 60px;
      }
  }
  
  .author__image img {
      border-radius: 50%;
  }
  
  .author__title {
      font-size: 24px;
      font-weight: 500;
  }
  
  @media (max-width: 768px) {
      .author__title {
          font-size: 20px;
      }
  }
  
  .author__desc {
      position: relative;
      z-index: 3;
      line-height: 150%;
  }
  
  @media (max-width: 768px) {
      .author__desc {
          font-size: 14px;
      }
  }
  
  .footer {
      background: #171716;
      margin: 20px 0 0;
  }
  
  .footer__wrapper {
      position: relative;
      z-index: 3;
      display: flex;
      flex-direction: column;
  }
  
  .footer__content {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
  }
  
  @media (max-width: 768px) {
      .footer__content {
          display: flex;
          flex-direction: column;
      }
  }
  
  .footer__copyright {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      width: 100%;
      padding: 20px 0 0;
  }
  
  @media (max-width: 768px) {
      .footer__copyright {
          font-size: 12px;
      }
  }
  
  .footer__socials {
      display: flex;
      flex-direction: row;
      gap: 25px;
  }
  
  .footer__socials-item:hover {
      filter: invert(48%) sepia(93%) saturate(1348%) hue-rotate(203deg) brightness(92%) contrast(91%);
      -webkit-filter: invert(48%) sepia(93%) saturate(1348%) hue-rotate(203deg) brightness(92%) contrast(91%);
  }
  
  .footer__socials-label {
      display: none;
  }
  
  @media (max-width: 768px) {
      .footer__nav {
          display: none;
      }
  }
  
  @media (max-width: 768px) {
      .footer__logo {
          margin-bottom: 20px;
      }
  }
  
  .archive-page .container {
      position: relative;
  }
  
  .archive-page .hero__breadcrumbs {
      left: 30px;
  }
  
  .archive-page__wrapper {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      text-align: center;
      position: relative;
      z-index: 3;
      padding-top: 200px;
      padding-bottom: 80px;
  }
  
  @media (max-width: 768px) {
      .archive-page__wrapper {
          padding-top: 110px;
      }
  }
  
  .archive-page__content {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px 15px;
      width: 100%;
      margin-bottom: 80px;
  }
  
  @media (max-width: 768px) {
      .archive-page__content {
          grid-template-columns: repeat(1, 1fr);
          gap: 15px;
      }
  }
  
  .archive-page__item {
      display: block;
      background: #1b1c1c;
      border: 6px solid #1b1c1c;
      border-radius: 10px;
      transition: all 0.3s ease-in-out;
      overflow: hidden;
  }
  
  .archive-page__item:hover .archive__item-img {
      transform: scale(1.05);
  }
  
  .archive-page__item-img {
      height: 200px;
      overflow: hidden;
      border-radius: 5px;
      transition: all 0.3s ease-in-out;
  }
  
  .archive-page__item-img img {
      object-fit: cover;
  }
  
  .archive-page__item-content {
      display: flex;
      flex-direction: column;
      padding: 16px 10px 10px;
      text-align: left;
  }
  
  .archive-page__item-date {
      font-size: 12px;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: -0.384px;
      color: #F9BD57;
      margin-bottom: 15px;
  }
  
  .archive-page__item-title {
      font-size: 18px;
      font-weight: 600;
      line-height: 120%;
      letter-spacing: -0.576px;
  }
  
  .archive-page__error {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
      height: 60vh;
  }
  
  .archive-page__error-left {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 50%;
  }
  
  .archive-page__error-left h3 {
      font-size: 56px;
      margin-bottom: 10px;
  }
  
  .archive-page__error-left span {
      font-size: 24px;
      margin-bottom: 20px;
  }
  
  .archive-page__error-left a {
      width: 170px;
  }
  
  .archive-page__error-right {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 50%;
  }
  
  .archive-page__error-right svg {
      width: 100%;
  }
  
  .archive {
      position: relative;
      background-image: url("/wp-content/themes/bonuscode_casinos_com/src/img/archive-bg.webp");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100vh;
  }
  
  .archive .footer-error {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: transparent;
  }
  
  .pagination .nav-links {
      display: flex;
      flex-direction: row;
      gap: 16px;
  }
  
  .pagination .nav-links .page-numbers {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 23px;
      height: 23px;
      border-radius: 50%;
      background: transparent;
      font-size: 12px;
      font-weight: 500;
      transition: all 0.3s ease-in-out;
  }
  
  .pagination .nav-links .current {
      background: #F9BD57 !important;
  }
  
  .pagination .nav-links .prev,
  .pagination .nav-links .next {
      font-size: 25px;
      font-weight: 300;
  }
  
  .error-page__wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      text-align: center;
      position: relative;
      width: 100%;
      z-index: 3;
      padding-top: 200px;
      padding-bottom: 80px;
      height: 90vh;
  }
  
  @media (max-width: 768px) {
      .error-page__wrapper {
          flex-direction: column-reverse;
      }
  }
  
  .error-page__left {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 50%;
  }
  
  @media (max-width: 768px) {
      .error-page__left {
          width: 100%;
      }
  }
  
  .error-page__left h3 {
      font-size: 56px;
      margin-bottom: 10px;
  }
  
  @media (max-width: 768px) {
      .error-page__left h3 {
          font-size: 36px;
          font-weight: 500;
      }
  }
  
  .error-page__left span {
      font-size: 24px;
      margin-bottom: 20px;
  }
  
  @media (max-width: 768px) {
      .error-page__left span {
          font-size: 18px;
          font-weight: 400;
      }
  }
  
  .error-page__left a {
      width: 170px;
  }
  
  .error-page__right {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 50%;
  }
  
  @media (max-width: 768px) {
      .error-page__right {
          width: 100%;
      }
  }
  
  .error-page__right svg {
      width: 100%;
  }
  
  .error404 {
      position: relative;
      background-image: url("/wp-content/themes/bonuscode_casinos_com/src/img/archive-bg.webp");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100vh;
  }
  
  .error404 .footer {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: transparent;
  }
  
  .single-page .hero__content {
      position: relative;
      max-width: 50%;
      width: 100%;
      background-color: #1b1b1b;
      padding: 25px;
      border-radius: 10px;
      text-align: center;
  }
  
  @media (max-width: 768px) {
      .single-page .hero__content {
          max-width: 100%;
      }
  }
  
  .single-page .hero__content span {
      font-size: 35px;
      font-weight: 600;
      margin-bottom: 15px;
      display: inline-block;
  }
  
  .single-page .hero__content h1 {
      font-size: 35px;
      font-weight: 600;
      margin-bottom: 15px;
  }
  
  .single-page .hero h2 {
      text-align: center;
      margin-bottom: 20px;
      padding-top: 20px;
  }
  
  .single-page .hero__desc {
      max-width: 100%;
      opacity: 1;
  }
  
  .single-page .hero__button {
      margin: 0 auto;
  }
  
  .single-page .hero__circle {
      position: absolute;
      top: -30px;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      width: 52px;
      height: 52px;
      background: #ffffff;
      border-radius: 50%;
      background-size: cover;
      background-repeat: no-repeat;
  }
  
  .single-page .hero__circle--thumbnail {
      background-size: contain;
  }
  
  .single-page-bonuses .hero__left {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 40px;
  }
  
  .single-page-bonuses .hero__content {
      max-width: 100%;
  }
  
  .single-page-bonuses .hero h2 {
      font-size: 25px;
  }
  
  .single-page-bonuses .hero h3 {
      text-align: center;
      margin-bottom: 20px;
  }
  
  .single-page-bonuses .hero__code {
      background: #1b1c1c;
      padding: 25px;
      border-radius: 10px;
  }
  
  @media (max-width: 768px) {
      .single-page-bonuses .hero__code {
          max-width: 100%;
      }
  }
  
  .single-page-bonuses .hero__code-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: nowrap;
      gap: 10px;
      margin-bottom: 20px;
  }
  
  @media (max-width: 768px) {
      .single-page-bonuses .hero__code-wrapper {
          display: flex;
          flex-direction: column;
          gap: 8px;
          margin-bottom: 8px;
      }
  }
  
  .single-page-bonuses .hero__code input {
      background: transparent;
      width: 75%;
      border-radius: 70px;
      border: 1px dashed rgba(255, 255, 255, 0.3);
      padding: 10px 20px;
  }
  
  .single-page-bonuses .hero__code__copy {
      width: 25%;
      cursor: pointer;
  }
  
  .single-page-bonuses .hero__code-button {
      width: 100%;
  }
  
  .single-page-apps .hero__apps {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: nowrap;
      gap: 25px;
      width: 100%;
      margin-bottom: 25px;
  }
  
  @media (max-width: 1024px) {
      .single-page-apps .hero__apps {
          display: flex;
          flex-direction: column;
          gap: 8px;
      }
  }
  
  .single-page-apps .hero__apps-button {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 50%;
      border: 1px solid transparent;
  }
  
  @media (max-width: 1024px) {
      .single-page-apps .hero__apps-button {
          width: 100%;
      }
  }
  
  .single-page-apps .hero__apps-button:hover {
      background-color: #F9BD57;
      color: #ffffff;
      border: 1px solid #ffffff;
  }
  
  .single-page-apps .hero__apps-button img {
      margin-right: 8px;
      width: 25px;
      height: 20px;
  }
  
  .language__list {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
  }
  
  .language__list .sub-menu {
      display: flex;
      flex-direction: column;
      gap: 5px;
      position: absolute;
      top: 90%;
      left: 0;
      background-color: #292a34;
      padding: 13px 10px;
      border: 1px solid gray;
      border-radius: 10px;
      width: 100%;
      transition: all 0.3s ease-in-out;
      height: 0;
      opacity: 0;
  }
  
  .language__list .sub-menu:hover {
      opacity: 1;
      height: fit-content;
  }
  
  .language__list a[href^="#pll_switcher"] {
      font-size: 14px;
      background-color: #292a34;
      padding: 13px 10px;
      border: 1px solid gray;
      border-radius: 10px;
      padding-right: 25px;
  }
  
  .language__list a[href^="#pll_switcher"]::after {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.25' d='m.75 1.125 3.75 3.75 3.75-3.75'/%3E%3C/svg%3E");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      width: 10px;
      height: 5px;
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      transition: all 0.3s ease-in-out;
  }
  
  .language__list a[href^="#pll_switcher"]:hover+.sub-menu {
      opacity: 1;
      height: fit-content;
  }
  
  .language__list a[href^="#pll_switcher"]:hover:after {
      transform: translateY(-50%) rotate(180deg);
  }
  
  .language__list a img {
      width: 15px !important;
      height: 12px !important;
  }
  
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
       ========================================================================== */
  /**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in iOS.
     */
  html {
      line-height: 1.15;
      /* 1 */
      -webkit-text-size-adjust: 100%;
      /* 2 */
  }
  
  /* Sections
         ========================================================================== */
  /**
       * Remove the margin in all browsers.
       */
  body {
      margin: 0;
  }
  
  /**
       * Render the `main` element consistently in IE.
       */
  main {
      display: block;
  }
  
  /* Grouping content
         ========================================================================== */
  /**
       * 1. Add the correct box sizing in Firefox.
       * 2. Show the overflow in Edge and IE.
       */
  hr {
      box-sizing: content-box;
      /* 1 */
      height: 0;
      /* 1 */
      overflow: visible;
      /* 2 */
  }
  
  /**
       * 1. Correct the inheritance and scaling of font size in all browsers.
       * 2. Correct the odd `em` font sizing in all browsers.
       */
  pre {
      font-family: monospace, monospace;
      /* 1 */
      font-size: 1em;
      /* 2 */
  }
  
  /* Text-level semantics
         ========================================================================== */
  /**
       * Remove the gray background on active links in IE 10.
       */
  a {
      background-color: transparent;
  }
  
  /**
       * 1. Remove the bottom border in Chrome 57-
       * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
       */
  abbr[title] {
      border-bottom: none;
      /* 1 */
      text-decoration: underline;
      /* 2 */
      text-decoration: underline dotted;
      /* 2 */
  }
  
  /**
       * Add the correct font weight in Chrome, Edge, and Safari.
       */
  b,
  strong {
      font-weight: bolder;
  }
  
  /**
       * 1. Correct the inheritance and scaling of font size in all browsers.
       * 2. Correct the odd `em` font sizing in all browsers.
       */
  code,
  kbd,
  samp {
      font-family: monospace, monospace;
      /* 1 */
      font-size: 1em;
      /* 2 */
  }
  
  /**
       * Add the correct font size in all browsers.
       */
  small {
      font-size: 80%;
  }
  
  /**
       * Prevent `sub` and `sup` elements from affecting the line height in
       * all browsers.
       */
  sub,
  sup {
      font-size: 75%;
      line-height: 0;
      position: relative;
      vertical-align: baseline;
  }
  
  sub {
      bottom: -0.25em;
  }
  
  sup {
      top: -0.5em;
  }
  
  /* Embedded content
         ========================================================================== */
  /**
       * Remove the border on images inside links in IE 10.
       */
  img {
      border-style: none;
  }
  
  /* Forms
         ========================================================================== */
  /**
       * 1. Change the font styles in all browsers.
       * 2. Remove the margin in Firefox and Safari.
       */
  button,
  input,
  optgroup,
  select,
  textarea {
      font-family: inherit;
      /* 1 */
      font-size: 100%;
      /* 1 */
      line-height: 1.15;
      /* 1 */
      margin: 0;
      /* 2 */
  }
  
  /**
       * Show the overflow in IE.
       * 1. Show the overflow in Edge.
       */
  button,
  input {
      /* 1 */
      overflow: visible;
  }
  
  /**
       * Remove the inheritance of text transform in Edge, Firefox, and IE.
       * 1. Remove the inheritance of text transform in Firefox.
       */
  button,
  select {
      /* 1 */
      text-transform: none;
  }
  
  /**
       * Correct the inability to style clickable types in iOS and Safari.
       */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
      -webkit-appearance: button;
  }
  
  /**
       * Remove the inner border and padding in Firefox.
       */
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
      border-style: none;
      padding: 0;
  }
  
  /**
       * Restore the focus styles unset by the previous rule.
       */
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
      outline: 1px dotted ButtonText;
  }
  
  /**
       * Correct the padding in Firefox.
       */
  fieldset {
      padding: 0.35em 0.75em 0.625em;
  }
  
  /**
       * 1. Correct the text wrapping in Edge and IE.
       * 2. Correct the color inheritance from `fieldset` elements in IE.
       * 3. Remove the padding so developers are not caught out when they zero out
       *    `fieldset` elements in all browsers.
       */
  legend {
      box-sizing: border-box;
      /* 1 */
      color: inherit;
      /* 2 */
      display: table;
      /* 1 */
      max-width: 100%;
      /* 1 */
      padding: 0;
      /* 3 */
      white-space: normal;
      /* 1 */
  }
  
  /**
       * Add the correct vertical alignment in Chrome, Firefox, and Opera.
       */
  progress {
      vertical-align: baseline;
  }
  
  /**
       * Remove the default vertical scrollbar in IE 10+.
       */
  textarea {
      overflow: auto;
  }
  
  /**
       * 1. Add the correct box sizing in IE 10.
       * 2. Remove the padding in IE 10.
       */
  [type=checkbox],
  [type=radio] {
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */
  }
  
  /**
       * Correct the cursor style of increment and decrement buttons in Chrome.
       */
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
      height: auto;
  }
  
  /**
       * 1. Correct the odd appearance in Chrome and Safari.
       * 2. Correct the outline style in Safari.
       */
  [type=search] {
      -webkit-appearance: textfield;
      /* 1 */
      outline-offset: -2px;
      /* 2 */
  }
  
  /**
       * Remove the inner padding in Chrome and Safari on macOS.
       */
  [type=search]::-webkit-search-decoration {
      -webkit-appearance: none;
  }
  
  /**
       * 1. Correct the inability to style clickable types in iOS and Safari.
       * 2. Change font properties to `inherit` in Safari.
       */
  ::-webkit-file-upload-button {
      -webkit-appearance: button;
      /* 1 */
      font: inherit;
      /* 2 */
  }
  
  /* Interactive
         ========================================================================== */
  /*
       * Add the correct display in Edge, IE 10+, and Firefox.
       */
  details {
      display: block;
  }
  
  /*
       * Add the correct display in all browsers.
       */
  summary {
      display: list-item;
  }
  
  /* Misc
         ========================================================================== */
  /**
       * Add the correct display in IE 10+.
       */
  template {
      display: none;
  }
  
  /**
       * Add the correct display in IE 10.
       */
  [hidden] {
      display: none;
  }
  
  textarea {
      resize: none;
  }
  
  ul {
      list-style: none;
      margin: 0;
      padding: 0;
  }
  
  a {
      color: inherit;
      text-decoration: none;
  }
  
  img {
      max-width: 100%;
      width: 100%;
      max-height: 100%;
      height: 100%;
  }
  
  * {
      box-sizing: border-box;
  }
  
  h1 {
      margin: 0;
  }
  
  .container {
      max-width: 1440px;
      width: 100%;
      padding: 0 20px;
      margin: 0 auto;
  }
  
  * {
      font-family: "Montserrat", sans-serif;
      color: #ffffff;
  }
  
  body {
      background: #292621;
  }
  
  #page {
      overflow: hidden;
  }

/* POPUP */

.popup {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #171716;
	display: flex;
	justify-content: center;
	z-index: 100;
	padding: 20px 0;
	max-width: 100%;
}

.popup__wrapper {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: center;
}

.popup__wrapper form {
	display: flex;
	align-items: center;
	gap: 50px;
}

@media screen and (max-width: 768px) {
	.popup__wrapper form {
		flex-direction: column;
		gap: 15px;
	}
}

.popup__text {
	color: #F9BD57;
	font-size: 21px;
}

.popup__button {
    display: block;
    width: 137px;
    height: fit-content;
    padding: 12px;
    text-align: center;
    white-space: nowrap;
    background: #F9BD57;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    cursor: pointer;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    margin: 0 auto;
    border-radius: 32px;
}

.popup__button:hover {
	background: #ee2;
	color: black;
}

.popup .wpcf7-email {
	background: #252525;
	border: 1px solid #252525;
	padding: 7px 10px;
	color: white;
	transition: 0.3s;
	border-radius: 8px;
}


.button--shortcode {
	margin: 30px auto;
}

.steps__img::after {
	content: none !important;
}


/* REVIEWS */

.reviews__title {
	display: block;
	margin-bottom: 50px;
	text-align: center;
}

.reviews__item {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.reviews__item-head {
	display: flex;
	align-items: center;
	gap: 20px;
}

.reviews__item-img {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.reviews__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reviews__item-block {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.reviews__item-name {
	font-size: 20px;
	font-weight: 500;
}

.swiper-pagination {
	position: relative !important;
	padding-top: 50px;
}

.swiper-pagination-bullet {
	background: #292a34;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #F9BD57;
}

.swiper-button-next, .swiper-button-prev {
	bottom: 0;
	top: auto;
	color: 
#F9BD57;
}




.steps__img::after {
	display: none;
}

.sub-menu a {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}


.text__content p span{
	color: #fff !important;
}

table tr td{
	font-size: 16px;
  line-height: 118%;
}
table thead tr td{
	color: #000;
	font-weight: 900;
} 

@media (max-width: 400px){
	table td, table th {
    padding: 14px 5px;
	}
	table tr td{
	font-size: 14px;
  line-height: 118%;
	}
}

@media screen and (max-width: 768px){
	.steps__item:nth-child(even) {
    flex-direction: column;
	}
	.steps__img img{
		max-width: 100%;
	}
}



.jackpot{
	margin: 15px 0;
}
.jackpot__wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.jackpot__title{
	font-family: "Parimatch", sans-serif;
   text-transform: uppercase;
	font-size: 44px;
   margin-bottom: 30px;
}
.jackpot__main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.jackpot__main-item{
	display: flex;
	justify-content: space-between;
}
.jackpot__main-img{
	width: 150px;
	height: 100px;
	object-fit: cover;
}
.jackpot__main-img img{
	width: 150px;
	height: 100px;
	object-fit: cover;
	border-radius: 10px;
}
.jackpot__main-name{
	margin-left: 5px;
}
@media screen and (max-width: 970px){
	.jackpot__main-item{
		flex-direction: column;
	}
	.jackpot__main-name{
		margin-left: 0px;
		margin-top: 5px;
	}
}
@media screen and (max-width: 640px){
	.jackpot__main-item{
		flex-direction: row;
		justify-content: flex-start;
		width: 100%;
		margin-top: 5px;
	}
	.jackpot__main-name{
		margin-left: 30px;
		margin-top: 0px;
	}
	.jackpot__main{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
	}
	.jackpot__main-img{
		width: 100px;
		height: 70px;
		object-fit: cover;
	}
	.jackpot__main-img img{
		width: 100px;
		height: 70px;
		object-fit: cover;
		border-radius: 10px;
	}
}