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

@font-face {
  font-family: Manrope;
  src: url(/avaliacaodejogos-fonts/avaliacaodejogos-manrope-500.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url(/avaliacaodejogos-fonts/avaliacaodejogos-manrope-600.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url(/avaliacaodejogos-fonts/avaliacaodejogos-manrope-700.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

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


* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  display: inline-block;
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: block;
  /* width: 100%;
  height: 100%; */
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

.w100 {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.section {
  margin-bottom: 40px;
}

.section_pages{
  margin-top: 100px;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .section {
    margin-bottom: 20px;
  }
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.container {
  padding: 0 40px;
}

.container_section {
  max-width: 1240px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .container_section {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .container,
  .container_section {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .container,
  .container_section {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .container,
  .container_section {
    padding: 0 16px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "Manrope", sans-serif;
  --background-page: #fff;
  --main: var(#131313);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

.avaliacaodejogos_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
  background: url("/avaliacaodejogos-img/avaliacaodejogos-main-bg1.png") center;
  background-size: contain;
}

h1 {
}

h2 {
}

h3 {
}

p {
}

.uppercase {
  text-transform: uppercase;
}

/* header a {
  text-transform: uppercase;
} */

footer a {
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }
}

.btn {
  border-radius: 6px;
  border: 1px solid #fff;
  background: #39701f;
  color: var(--white);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  text-transform: uppercase;

  padding: 14px;
  width: 100%;

  display: flex;
  justify-content: center;
}

.btn:hover {
  background-color: var(--btn-hover);
}

.p-r-z-1 {
  position: relative;
  z-index: 1;
}

.p-r-z-3 {
  position: relative;
  z-index: 3;
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}

/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

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

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.avaliacaodejogos_main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.visibility {
  visibility: hidden;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.avaliacaodejogos_terms_container {
  padding: 50px 0;
}

.avaliacaodejogos_terms h1 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 600px) {
  .avaliacaodejogos_terms h1 {
    font-size: 16px;
  }
}

.avaliacaodejogos_terms h1:not(:last-child) {
  margin-bottom: 10px;
}

.avaliacaodejogos_terms h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 600px) {
  .avaliacaodejogos_terms h2 {
    font-size: 16px;
  }
}

.avaliacaodejogos_terms h2:not(:last-child) {
  margin-bottom: 10px;
}

.avaliacaodejogos_terms p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.avaliacaodejogos_terms p:not(:last-child) {
  margin-bottom: 20px;
}

.avaliacaodejogos_terms ul:not(:last-child) {
  margin-bottom: 20px;
}

.avaliacaodejogos_terms li {
  font-size: 16px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400;
}

.avaliacaodejogos_terms li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .avaliacaodejogos_terms li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .avaliacaodejogos_terms li:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.avaliacaodejogos_header {
  padding-top: 8px;
  padding-bottom: 16px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;

  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(18, 83, 234, 0.20);
}

@media (max-width: 500px) {
  header .avaliacaodejogos_logo img {
  max-width: 172px;
}
}

/* @media (max-width: 400px) {
  header .avaliacaodejogos_logo img {
  max-width: 160px;
  height: 30px;
}
} */

.avaliacaodejogos_header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.avaliacaodejogos_header__container_warning {
  /* display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify; */
  display: flex;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 8px;
}

.avaliacaodejogos_header__container_warning span {
color: #D2161E;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
}

@media (max-width: 850px) {
  .avaliacaodejogos_header__container_warning span{
    font-size: 10px;
  }
}

@media (max-width: 600px) {

  .avaliacaodejogos_header__container_warning span {
    font-size: 6px;
    text-align: left;
  }

}

@media (max-width: 991px) {
  .avaliacaodejogos_header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: lightskyblue;
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition:
      opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition:
      opacity 0.2s ease-in-out,
      visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}

.avaliacaodejogos_header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2147483647; /* абсолютный максимум */
}


@media (max-width: 600px) {
  .avaliacaodejogos_header__menu {
    padding: 80px 30px 30px 30px;
  }

}

/* .avaliacaodejogos_header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 9999;
} */

.avaliacaodejogos_header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .avaliacaodejogos_header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .avaliacaodejogos_header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.avaliacaodejogos_header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.avaliacaodejogos_header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.avaliacaodejogos_nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.avaliacaodejogos_nav__item a {
  text-decoration: none;
  color: #131313;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  font-style: normal;
}

@media (max-width: 1100px) {
  .avaliacaodejogos_nav__item a {
    font-size: 12px;

  }
}

@media (max-width: 991px) {
  .avaliacaodejogos_nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .avaliacaodejogos_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

@media (max-width: 600px) {
  .avaliacaodejogos_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.avaliacaodejogos_nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .avaliacaodejogos_nav__link:hover {
    color: var(--hover-a);
  }
}

.avaliacaodejogos_nav__link:focus-visible {
  color: var(--hover-a);
}

.avaliacaodejogos_nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.avaliacaodejogos_nav__link.active {
  color: #131313;
  text-align: right;
  text-shadow: 0 1px 0 #0068C9;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.avaliacaodejogos_burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  position: relative;
  background-color: transparent;
}

@media (max-width: 991px) {
  .avaliacaodejogos_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.avaliacaodejogos_burger img {
    width: 24px;
    height: 24px;
}

.main_text_section {
  padding-top: 90px;
}

@media (max-width: 500px) {
  .main_text_section {
    padding-top: 70px;
  }

  .avaliacaodejogos_burger img {
    width: 20px;
    height: 20px;
}
}

.main_text_container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main_text_container h1 {
  text-align: center;
  text-shadow: 0 2px 0 #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; 
}

.main_text_container p {
  color: #6D6D6D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
}

.main_text_container_list {
  width: 100%;
}

.main_text_container_ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 6;
  width: 100%;

}

.main_text_container_ul li {
  position: relative;
  z-index: 5;

  box-sizing: border-box;
  max-width: 285px;
  width: auto;

  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;

  border-radius: 10px;
  border: 1px solid #0E4CB7;
  background: #FFF;
}

.main_text_container_ul li span {
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 130%; 
text-align: center;
}

.list_icon_container {
  max-width: 15px;
  width: 100%;
}

.list_icon_container img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
    .main_text_container h1 {
    font-size: 30px;
  }

  .main_text_container p{
    font-size: 14px;
  }

  .main_text_container_ul li span {
    font-size: 11px;
  }
}

@media (max-width: 750px) {
  .main_text_container_ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .main_text_container_ul {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }

  .main_text_container_ul li span {
    font-size: 8px;
  }

  .main_text_container h1 {
    font-size: 24px;
    text-align: left;
  }

  .main_text_container p{
    display: none;
  }

  .main_text_container {
    gap: 12px;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (max-width: 650px) {
  .list_icon_container {
    max-width: 13px;
  }
}

.container_offers_cards {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  gap: 24px;

  position: relative; 
  z-index: 2; 
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  .container_offers_cards {
    gap: 10px;
  }
}

.offers_card_list {
  padding: 16px;
  gap: 24px;
  position: relative;
}

.offers_card_logo_block_left {
  width: 50%;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 24px;
}

.rating_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  /* max-width: 75px; */
}

.rating_block img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 24px;
}

.rating_block p {
  font-family: "Poltawski Nowy";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}


.offers_card_logo_block_right {
  width: 50%;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  /* padding-right: 16px; */
  gap: 24px;
}

.offers_card_logo_block_left_right{
  width: 55%;
}

.offers_card_logo_block_right_left{
  /* max-width: 75px; */
  width: 55%;
}

.offers_card_logo_block_right_right {
  /* max-width: 305px; */
  width: 45%;
}

.offers_card_logo_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 12px;
  /* height: 105px; */
  flex: 1 0 412px;
}

.offers_card {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  /* padding-right: 24px; */
  gap: 24px;

  border-radius: 10px;
  background: rgba(0, 104, 201, 0.10);
  backdrop-filter: blur(8.5px);
}

.offers_card_logo_block_container {
  width: 45%;
  gap: 16px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  object-fit: cover;

}

.offers_logo_block {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offers_card_logo {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.offers_card_list_table {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.offers_card_list_img_block {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.offers_card_list_img_block p{
  color: #073A7C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.bonus_block_text span{
  color: #0068C9;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bonus_block_text_p {
  color: #0068C9;
  font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 140%;
}

.cards_btn {
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  border-radius: 2000px;
  background: #0068C9;
} 

.cards_btn span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; 
}

.container_block_pay {
  gap: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.container_pay {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.container_pay img {
  width: 100%;
  max-width: 24px;
}

@media (max-width: 920px) {
  .offers_card_list_table {
    display: none;
  }

  .offers_card_logo_block_container {
    width: 100%;
  }

  .offers_card_logo_block_right {
    width: 66%;
  }

  .offers_card_logo_block_left_right {
    display: none;
  }

  .offers_card_logo_block_left {
    width: 33%;
  }
}

@media (max-width: 680px) {
  .cards_btn span{
    font-size: 13px;
  }
}

@media (max-width: 600px) {

  .bonus_block_text_p {
    font-size: 12px;
  }

  .bonus_block_text_p span {
    font-size: 30px;
  }

  .bonus_block_text {
    padding: 8px;
  }

  .offers_card_logo_block_right{
    width: 50%;
    flex-wrap: wrap;
    gap: 10px;
  }

  .offers_card_logo_block_left {
    width: 50%;
  }

  .offers_card_logo_block_right_left,
  .offers_card_logo_block_right_right {
    width: 100%;
  }

  .offers_card_list {
    padding: 8px;
    gap: 10px;
  }

  .cards_btn {
    padding: 8px 24px;
  }

  .cards_btn span {
    font-size: 10px;
  }

  .container_pay {
    gap: 0;
    justify-content: space-between;
  }

  .offers_card_logo_block_container {
    gap: 10px;
  }

  .offers_logo_block {
    max-height: 60px;
    padding: 8px;
  }

}

.m-t-60 {
  margin-top: 60px;
}

.m-t-100 {
  margin-top: 100px;
}

.section_updates {
  padding: 0 10px;
}

.section_updates_block_h2 {
  text-align: center;
}

.section_cards {
  padding: 0 10px;
}

.date_display {
  display: none;
}

.container_faq {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.container_faq h2 {
  color: #131313;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.faq_block {
  max-width: 1240px;
  width: 100%;
}

.faq_block_list {
  display: flex;
  /* justify-content: center; */
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.faq_list_item {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 298px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  border: 1px solid #1253EA;
  background: #FFF;
  backdrop-filter: blur(15px);
}

.faq_list_item::after {
  content: none;
}

.faq_list_item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
}

.faq_header {
  height: auto;
  width: 100%;
  min-height: 74px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 24px;
}

.faq_question {
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
}

.faq_list_item.active {
  gap: 16px;
}

.faq_icon {
  transition: transform 0.3s ease;
}
.faq_icon.open {
  transform: rotate(180deg);
}

.faq_answer {
  color: #AAA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 

  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease,
    padding 0.3s ease;
}

.faq_list_item.active .faq_answer {
  opacity: 1;
}

@media (max-width: 1000px) {
  .faq_block {
    flex-wrap: wrap;
    justify-content: center;
  }

  .faq_block_list {
    width: 100%;
    justify-content: center;
  }

}

@media (max-width: 660px) {
  .faq_block {
    flex-wrap: nowrap;
  }

  .faq_block_list {
    align-items: stretch;
  }
  
  .faq_list_item {
    flex: 1 1 calc(50% - 16px);
  }
}

@media (max-width: 600px) {

  .container_faq h2{
    font-size: 20px;
  }

  .container_faq {
    gap: 16px;
    padding-top: 20px;
  }

  .faq_question {
    font-size: 14px;
    word-break: break-all;
  }

  .faq_answer{
    font-size: 14px;
    word-break: break-all;
  }

}

.container_about {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.about_blocks {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;

  border-radius: 10px;
  border: 1px solid #1253EA;
  background: #FFF;
}

.about_blocks h2{
  color: #131313;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; 
  text-transform: uppercase;
}

.about_bloks_item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about_blocks p,
.about_bloks_item li{
  color: #131313;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.about_bloks_item ul {
  list-style: none; 
  padding-left: 0;
}

@media (max-width: 600px) {


  .container_about {
    padding-top: 20px;
  }

  .about_blocks {
    padding: 16px;
    gap: 16px;
  }

  .about_blocks h2 {
    font-size: 20px;
  }

  .about_bloks_item {
    gap: 16px;
  }

  .about_blocks p,
  .about_bloks_item li{
    font-size: 14px;
  }
}

.block_faq_container {
  display: flex;
  padding-top: 40px;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  align-self: stretch;
}

.block_faq {
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.block_faq_container h2{
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; 
  text-transform: uppercase;
}

.block_faq_left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.block_faq_left p{
  color: #1B1900;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
}

.block_faq_right {
  width: 50%;
}

.block_faq_right_img {
  max-width: 531px;
  width: 100%;
}

.block_faq_right_img img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 900px) {
  .block_faq {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .block_faq_left {
    width: 100%;
  }

  .block_faq_right {
    width: 1000%;
  }
}

@media (max-width: 600px) {
  .block_faq {
    gap: 16px;
  }

  .block_faq_left {
    gap: 16px;
  }

  .block_faq_container {
    padding-top: 20px;
  }
  
  .block_faq_container h2 {
    font-size: 20px;
  }

  .block_faq_left p {
    font-size: 14px;
  }

}

.block_contact_form {
  padding-top: 40px;
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}

.form_container_elements {
  max-width: 800px;
  width: 100%;
  gap: 24px;
}

.form_container_h2 {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; 
  text-transform: uppercase;
}

.form_container_elements {
  width: 100%;
  max-width: 800px;
}

.contact_form {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact_form input,
.contact_form textarea {
  border-radius: 10px;
  background: #131313;

  padding: 14px 16px;
  color: #979797;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: 100%;
}

.contact_form_btn {
  width: 100%;
  max-width: 250px;
  padding: 10px 24px;
  text-align: center;

  border-radius: 2000px;
  background: #0068C9;

  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; 
  text-transform: uppercase;
}

@media (max-width: 600px) {

  .block_contact_form {
    padding-top: 20px;
  }

  .form_container_h2{
    font-size: 20px;
  }

  .contact_form_btn{
    padding: 8px 24px;
    font-size: 12px;
    max-width: 330px;
  }
}

.success_message {
  display: none;
  color: #0068C9;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
  text-align: center;
}

.success_message.show {
  display: block;
}

input,
textarea {
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  padding: 8px;
  width: 300px;
  margin-bottom: 10px;
}

input:valid,
textarea:valid {
  border: 2px solid #131313;
  background: #131313;
}


/* .container_online_gambling {
  width: 100%;
  padding: 80px 0;
  display: flex;
  gap: 40px;
  align-items: center;
}

.online_gambling_left {
  width: 50%;
}

.online_gambling_left h2 {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; 
  text-transform: uppercase;
}

.online_gambling_right {
  width: 50%;
}

.online_gambling_right p{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

@media (max-width: 900px) {
  .container_online_gambling {
    flex-wrap: wrap;
    gap: 16px;
    padding: 40px 0;
  }

  .online_gambling_left,
  .online_gambling_right {
    width: 100%;
  }

  .online_gambling_left h2 {
    font-size: 20px;
  }

  .online_gambling_right p {
    font-size: 14px;
  }
  
} */


.avaliacaodejogos_container {
  background: #0068C9;
  margin: 0;
}

.footer_container {
  max-width: 1240px;
  width: 100%;
  gap: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 800px) {
  .footer_container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.footer_disclaimer {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 24px;
}

.disclaimer_text {
  color: #131313;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
}

@media (max-width: 600px) {

  .footer_disclaimer {
    padding: 16px;
  }

  .disclaimer_text {
    font-size: 14px;
  }
}

.info_contact_footer {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}

.info_contact_footer h2 {
  color: #fff;
  line-height: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%; 
  font-style: normal;
}

.info_contact_footer a {
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
}

.info_contact_footer a:hover,
a:active,
a:focus {
  color: #fff;
  text-decoration: none;
}

.info_contact_footer p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
}

/* .info_footer {
  gap: 10px;
} */

@media (max-width: 800px) {
  .info_contact_footer {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 600px) {

  .info_contact_footer h2 {
    font-size: 16px;
  }

  .info_contact_footer a,
  .info_contact_footer p {
    font-size: 14px;
  }
}

.politic_page_links {
  width: 100%;
}

.politic_page_links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}

.politic_page_links li {
  width: auto;
  margin: 0;
}

.politic_page_links a {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
}

.politic_page_links a:hover,
.politic_page_links a:active,
.politic_page_links a:focus {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 900px) {
  .politic_page_links ul {
    justify-content: center;
    gap: 24px;
  }
}

@media (max-width: 600px) {
  .politic_page_links a {
    font-size: 14px;
  }
  
}

.footer_company {
  max-width: 1240px;
  width: 100%;
  height: auto;
  gap: 20px;
}

@media (max-width: 1000px) {
  .footer_company {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.links_company_footer {
  width: 100%;
}

.links_company_footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 40px;
  align-self: stretch;
  flex-wrap: wrap;
  list-style: none;
}

.links_company_footer li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.links_company_footer img {
  max-height: 40px;
  height: auto;
  width: auto;
  display: block;
}

@media (max-width: 600px) {
  .links_company_footer ul {
    gap: 16px;
  }
}










@media (max-width: 1200px) {
  .about_us_info {
    justify-content: center;
  }

  .about_us_photo {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .section_updates_block_h2 {
    text-align: left;
  }

}


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

  .block_border_main li {
    font-size: 14px;
  }

  .bonus_block_text_p {
    font-size: 12px;
    /* max-width: 120px; */
  }

  .offers_card {
    gap: 0;
    padding-bottom: 0;
    padding-right: 8px;
  }

  .offers_card_logo_block_left_right{
    padding-left: 8px;
  }

}






.avaliacaodejogos_main {
  position: relative;
}

.avaliacaodejogos_page {
  position: relative;
}

@keyframes rotate360 {
  from {
    transform: translateX(50%) rotate(0deg);
  }
  to {
    transform: translateX(50%) rotate(360deg);
  }
}



.container_block_info_pages{
  width: 100%;
  max-width: 1240px;
  display: flex;
  gap: 40px;
  /* flex-direction: column; */
}

.block_info_pages_left{
  padding: 40px;
  gap: 24px;
  width: 65%;
  display: flex;
  flex-direction: column;
}

.block_info_pages_left h1{
  font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 130%; 
text-transform: uppercase;
}

.block_info_pages_left h2,
.block_info_pages_right h2{
  font-size: 28px;
font-style: normal;
line-height: 130%; 
text-transform: uppercase;
}

.block_info_pages_left h2{
font-weight: 400;
}

.block_info_pages_right h2{
font-weight: 700;
}

.info_pages_list li{
  font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}

.block_info_pages_right{
  padding: 40px;
  gap: 24px;
  width: 35%;
  display: flex;
  flex-direction: column;

}

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

@media (max-width: 1000px) {
  .container_block_info_pages{
    flex-direction: column;
    gap: 20px;
  }

  .block_info_pages_left,
  .block_info_pages_right{
    width: 100%;
  }
}

@media (max-width: 600px) {

  .block_info_pages_left,
  .block_info_pages_right{
    padding: 0;
  }

  .container_block_info_pages{
    gap: 20px;
  }

  .block_info_pages_left h1{
    font-size: 20px;
  }

  .block_info_pages_left h2,
  .block_info_pages_right h2{
    font-size: 20px;
  }
  
  .info_pages_list li{
    font-size: 14px;
  }
}

.container_play_safe_block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.play_safe_block{
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.play_safe_block h2{
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 130%; 
text-transform: uppercase;
}

.play_safe_block p{
  font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}

.info_pages_list_play_safe {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: disc !important;
  margin-left: 10px;
}

.info_pages_list_play_safe li {
  list-style: inherit; 
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 600px) {
  .play_safe_block {
    padding: 0;
  }

  .play_safe_block h2{
    font-size: 16px;
  }

  .play_safe_block p{
    font-size: 14px;
  }

  .info_pages_list_play_safe li{
    font-size: 14px;
  }
}

.text_pages{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;

  border-radius: 20px;
border: 1px solid #1253EA;
background: #FFF;
padding: 40px;
}

.text_pages h1{
  font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 130%; 
text-transform: uppercase;
}

.text_pages h2{
  font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 130%; 
text-transform: uppercase;
}

.text_pages p,
.text_pages li{
  font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}

@media (max-width: 600px) {
  .text_pages {
    padding: 16px;
  }
}

.p_top_page {
  padding-top: 100px;
}

.container_about_offers_page {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 40px 0;
}

.about_blocks_pages {
  width: 70%;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;

  border-radius: 10px;
  border: 1px solid #1253EA;
  background: #FFF;
}

.about_blocks_pages h1 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; 
  text-transform: uppercase;
}

.about_bloks_item_pages {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about_blocks_pages p,
.about_bloks_item_pages li{
  color: #131313;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.about_bloks_item_pages ul {
  list-style: none; 
  padding-left: 0;
}

@media (max-width: 600px) {


  .container_about {
    padding-top: 20px;
  }

  .about_blocks_pages {
    padding: 16px;
    gap: 16px;
  }

  .about_blocks_pages h2 {
    font-size: 20px;
  }

  .about_bloks_item_pages {
    gap: 16px;
  }

  .about_blocks_pages p,
  .about_bloks_item_pages li{
    font-size: 14px;
  }
}

.offers_card_block_pages {
  width: 30%;
}

.offers_card_block_pages h2 {
  font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 130%; 
text-transform: uppercase;
}

.container_offers_cards_pages {
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 24px;

  position: relative; 
  z-index: 2; 
  padding-top: 20px;
}

.offers_card_pages {
  width: 100%;
  /* max-width: 1000px; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  /* padding-right: 24px; */
  /* gap: 24px; */

  border-radius: 10px;
  background: rgba(0, 104, 201, 0.10);
  backdrop-filter: blur(8.5px);
}

.offers_card_list_pages {
  padding: 8px;
  gap: 10px;
  position: relative;
  width: 100%;
}

.offers_card_logo_block_container_pages {
  width: 50%;
  gap: 16px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}

.offers_card_logo_block_right_pages {
  width: 50%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: center;
  /* padding-right: 16px; */
  gap: 24px;
}

.bonus_block_text_pages {
    padding: 8px;
    text-align: center;
  }

.bonus_block_text_pages span{
  color: #0068C9;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bonus_block_text_p_pages {
  color: #0068C9;
  font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 140%;
}

.cards_btn_pages {
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  border-radius: 2000px;
  background: #0068C9;
}

.cards_btn_pages span {
  color: #fff;
  font-size: 10px;
font-style: normal;
font-weight: 800;
line-height: normal;
text-transform: uppercase;
}

@media (max-width: 1100px) {
  .container_about_offers_page {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 20px 0;
  }

  .about_blocks_pages {
    width: 100%;
  }

  .offers_card_block_pages {
    width: 100%
  }

  .offers_card_pages {
    max-width: 500px;
  }

  .offers_card_logo_block_right_right_pages {
    width: 100%;
  }

  .offers_card_logo_block_right_pages {
    gap: 10px;
  }

  .container_offers_cards_pages {
    padding-top: 10px;
  }

}

@media (max-width: 600px) {
  .offers_card_block_pages h2 {
    font-size: 20px;
  }

  .container_offers_cards_pages {
    gap: 10px;
  }
}