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

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

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

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

@font-face {
  font-family: Kanit;
  src: url(/topjocurionline-fonts/topjocurionline-kanit-700.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  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: 24px;
}

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

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

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

.container {
  padding: 0 40px;
}

.header_section {
  max-width: 100%;
  margin: 0 auto;
}

.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: "Kanit", sans-serif;
  --background-page: #023428;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

.Macondo {
  font-family: "Macondo";
}

.topjocurionline_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);

  position: relative;
  z-index: 1;
}

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-60 {
  padding-top: 60px;
}

.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-60 {
  margin-top: 60px;
}

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

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

.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;
}

.topjocurionline_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;
}

.section_updates {
  padding: 0 10px;
}

.section_cards {
  padding: 0 10px;
}

.date_display {
  display: none;
}

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

.topjocurionline_header__container_warning {
  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: center;
  gap: 10px;
  padding: 4px 0;
}

.topjocurionline_header__container_warning_img {
  width: 17px;
  height: 17px;
}

.topjocurionline_header__container_warning span {
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 600px) {

  .topjocurionline_header__container_warning span {
    font-size: 8px;
  }
}

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

.topjocurionline_header {
  /* padding: 20px 0; */
  /* z-index: 1;
  position: absolute; */
  /* top: 0;
  left: 0; */
  /* z-index: 7; */
  width: 100%;
  background: linear-gradient(90deg, #034030 0%, #1C644C 100%);
}

.topjocurionline_header__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

header .topjocurionline_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

header .topjocurionline_logo img {
  width: 30px;
  height: 30px;
}

header .topjocurionline_logo p{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

header .topjocurionline_logo,
header .topjocurionline_logo_burger {
  max-width: 250px;
  width: 100%;
}

header .topjocurionline_logo_burger p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 400px) {
  header .topjocurionline_logo p,
  header .topjocurionline_logo_burger p {
    font-size: 16px;
  }
}

header .topjocurionline_logo_burger {
  display: none;
}

@media (max-width: 991px) {
  header .topjocurionline_logo_burger {
    display: block;
    max-width: 150px;
  }

  .topjocurionline_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;
    /* padding: px 16px; */
    padding-bottom: 5px;
    width: 100%;
  }
}

.topjocurionline_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 20px 16px; */
}

.topjocurionline_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: space-around; */
  gap: 90px;
  padding: 10px 30px;
}

@media (max-width: 991px) {
  .topjocurionline_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: var(--black);
    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;
  }
}

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

  header .topjocurionline_logo img {
  width: 20px;
  height: 20px;
}
}

.topjocurionline_header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

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

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

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

.topjocurionline_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);
}

.topjocurionline_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);
}

.topjocurionline_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;
  /* gap: 40px; */
}

@media (max-width: 1300px) {
  .topjocurionline_nav__list {
    gap: 75px;
  }
}

@media (max-width: 1217px) {
  .topjocurionline_nav__list {
    gap: 35px;
    justify-content: space-between;
  }
}

@media (max-width: 1050px) {
  .topjocurionline_nav__list {
    gap: 10px;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .topjocurionline_nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }

  .topjocurionline_nav {
    flex-direction: column;
  }
}

.topjocurionline_nav__item a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

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

@media (max-width: 991px) {
  .topjocurionline_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) {
  .topjocurionline_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

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

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

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

.topjocurionline_nav__link.active {
  /* border-bottom: 2px solid var(--Color1, #e35911); */
  color: #FFF09D;
  font-style: italic;
}

.topjocurionline_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;
  justify-content: space-between;
  position: relative;
  width: 30px;
  height: 18px;
  background-color: transparent;
}

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

.topjocurionline_burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px;
}

.main_text_section {
  padding: 16px 0;
}

.main_text_block {
  max-width: 1240px;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px;

  border-radius: 30px;
  background: url(/topjocurionline-img/topjocurionline-bg-main.jpg) center no-repeat;
  background-size: cover;
}

.main_text_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.main_text_container h1 {
  max-width: 900px;
  font-size: 44px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 120%; 
  text-transform: uppercase;
}

.main_text_container p {
  max-width: 900px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

.main_block_list {
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.main_block_list_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.main_list_item_image {
  max-width: 22px;
  width: 100%;
}

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

.block_filter_text{
  background: #040404;
   border-radius: 10px;
   padding: 2px 5px;
}

.block_filter_text p{
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; 
}


@media (max-width: 800px) {

  .main_text_container_text {
    display: none;
  }

  .main_text_block {
    padding: 16px;
  }

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

@media (max-width: 660px) {
  .block_filter_text {
    padding: 4px 2px;
  }

  .block_filter_text p{
    font-size: 10px;
  }
}

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

  .main_block_list_item {
    gap: 4px;
  }

  .main_block_list {
    gap: 16px;
  }
}

@media (max-width: 430px) {
  .block_filter_text p{
    font-size: 8px;
  }
}

@media (max-width: 380px) {
  .block_filter_text p{
    font-size: 6px;
  }

  .main_block_list_item {
    gap: 2px;
  }
}

.current_date {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.offer_main_block {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  flex-direction: column;
}

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

.offer_item {
  width: 100%;
}

.offer_item_card {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.offers_card_logo_block_for_mobile {
  width: 35%;
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;

}

.offers_card_logo_block {
  display: flex;
  width: 65%;
  min-height: 132px;
  padding: 16px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #F4B400;
  background: linear-gradient(98deg, #1A5946 19.76%, #023428 97.35%);
}

.offers_card_logo_block img {
  max-width: 200px;
  width: 100%;
  height: 90px;
}

.rating_block {
  width: 35%;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;

  border-radius: 10px;
  border: 1px solid #F4B400;
  background: #023428;
}

.rating_block_circle {
  border-radius: 200px;
  border: 3px solid #EAB710;
  background: #023428;
  display: flex;
  width: 65px;
  height: 65px;
  padding: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.card__rating {
  color: #EAB710;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.rating_block_dop_text p{
  color: #FFF;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 140%; 
}

.rating_block_dop_text span {
  color: #FFF;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 140%; 
}

.offers_card_bonus_text_for_mobile {
  width: 65%;
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.offers_card_bonus_text {
  width: 50%;
  min-height: 132px;
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #F4B400;
  background: #023428;
}

.offers_card_bonus_text a {
  text-align: center;
}

.bonus_title {
    color: #F4B400;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.bonus_subtitle {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; 
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container_block_pay {
  width: 50%;
  border-radius: 10px;
  border: 1px solid #F4B400;
  background: #023428;
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
  min-height: 132px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}

.cards_btn {
  border-radius: 10px;
  background: linear-gradient(270deg, #F4B400 0%, #FFEEBE 100%);
  display: flex;
  max-width: 250px;
  width: 100%;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.cards_btn span {
  color: #023428;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;

}

.offers_card_logo_block_pay {
  width: 100%;
  display: flex;
  justify-content: center;
}

.offers_card_logo_block_pay a {
  display: flex;
  justify-content: center;
  text-align: center;
}

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

.container_pay_element img {
  width: 25px;
  height: 25px;
}

@media (max-width: 1100px) {
  .offer_item_card {
    flex-direction: column;
  }

  .offers_card_logo_block_for_mobile {
    width: 100%;
  }

  .offers_card_logo_block {
    width: 50%;
  }

  .rating_block {
    width: 50%;
  }

  .offers_card_bonus_text_for_mobile {
    width: 100%;
  }

  .offers_card_bonus_text {
    width: 50%;
  }

  .container_block_pay {
    width: 50%;
  }

  .cards_btn {
    max-width: 400px;
  }

  .container_pay {
    gap: 20px;
  }
}

@media (max-width: 600px) {

  .offer_main_block {
    gap: 4px;
  }

  .offer_list_block {
    gap: 12px;
  }

  .offer_item_card {
    flex-direction: row;
    gap: 4px;
  }

  .offers_card_logo_block_for_mobile {
    flex-direction: column;
    width: 50%;
    gap: 4px;
  }

  .offers_card_bonus_text_for_mobile {
    flex-direction: column;
    width: 50%;
    gap: 4px;
  }

  .offers_card_logo_block {
    width: 100%;
    padding: 8px;
  }

  .rating_block {
    width: 100%;
    flex-direction: row;
    gap: 16px;
    min-height: 55px;
  }

  .rating_block_circle {
    width: 40px;
    height: 40px;
    padding: 13px;
  }

  .card__rating {
    font-size: 12px;
  }

  .rating_block_dop_text,
  .rating_block_dop_text span {
    font-size: 10px;
  }

  .offers_card_bonus_text {
    width: 100%;
    padding: 8px;
  }

  .container_block_pay {
    width: 100%;
    padding: 0;
    justify-content: space-between;
    gap: 5px;
    min-height: 55px;
  }

  .bonus_title {
    font-size: 16px;
  }

  .bonus_subtitle {
    font-size: 12px;
  }

  .cards_btn {
    padding: 8px 24px;
    max-height: 34px;
  }

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

  .container_pay {
    padding: 0 8px;
    margin-bottom: 5px;
    gap: 20px;
    justify-content: space-between;
  }

  .container_pay_element img {
    width: 10px;
    height: 10px;
  }

  .current_date {
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .container_pay {
    gap: 10px;
  }

  .rating_block {
    padding: 0;
  }

  .cards_btn {
    padding: 8px 20px;
  }
}

.container_faq_info {
  display: flex;
  padding: 40px;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 20px;
  background: rgba(0, 23, 16, 0.40);
}

.container_faq_info_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  width: 35%;
}

.container_faq_info_header h2 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

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

.container_faq_info_list {
  display: flex;
  width: 65%;
  max-width: 800px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.container_faq_info_list_item {
  border-radius: 10px;
  border: 1px solid #F4B400;
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  padding: 24px;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.container_faq_info_list_item p {
  color: #F4B400;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
}

.container_faq_info_list_item span {
  color: #E9E9E9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

@media (max-width: 991px) {
  .container_faq_info {
    flex-direction: column;
    padding: 20px;
  }

  .container_faq_info_header {
    width: 100%;
  }

  .container_faq_info_list {
    width: 100%;
    gap: 16px;
    max-width: 900px;
  }
}

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

  .container_faq_info_header h2 {
    font-size: 22px;
  }

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

  .container_faq_info_list_item {
    padding: 16px;
  }
}

.block_contact_form {
  width: 100%;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 20px;
  background: rgba(0, 23, 16, 0.40);
}

.form_container_h2{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

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

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

.contact_form p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.contact_form input,
.contact_form textarea {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: rgba(255, 255, 255, 0.40);

  padding: 14px 16px;
  color: #E6E6E6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: 100%;
  margin: 0 auto;
}

.contact_form input {
  min-height: 22px;
}

.contact_form textarea {
  min-height: 60px;
}

.contact_form_btn {
  width: 100%;
  max-width: 200px;
  display: flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: linear-gradient(270deg, #F4B400 0%, #FFEEBE 100%);

  color: #020045;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.form_text_display {
  display: none;
}

@media (max-width: 600px) {
  .form_container_h2 {
    font-size: 22px;
  }

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

  .form_text_display {
    display: block;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
  }

  .block_contact_form {
    padding: 20px 16px;
  }

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

.success_message {
  display: none;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-top: 10px;

  text-align: center;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.success_message.show {
  display: flex;
}

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

input:valid,
textarea:valid {
  color: #fff;
  border: 2px solid #fff;
  background-color: var(--background-page);
}

.about_info_block {
  display: flex;
  padding: 40px;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  width: 100%;

  border-radius: 20px;
background: rgba(0, 23, 16, 0.40);
}

.about_info_block_right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.about_info_block_right h2 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.about_info_block_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.about_info_block_list_item {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  background: rgba(2, 52, 40, 0.10);
}

.about_info_block_list_item p{
  color: #F4B400;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
}

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

.about_info_block_img {
  display: block;
  border-radius: 20px;
}

.about_info_block_img img {
  border-radius: 25px;

}

.about_info_block_img_mobile {
  display: none;

  max-width: 296px;
  width: 100%;
  margin: 0 auto;
}

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

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

  .about_info_block_right {
    align-items: center;
  }

}

@media (max-width: 600px) {
  .about_info_block_img_mobile {
    display: block;
    border-radius: 20px;
  }

  .about_info_block_img_mobile img {
    border-radius: 25px;
  }

  .about_info_block_img {
    display: none;
  }

  .about_info_block_right {
    align-items: flex-start;
  }

  .about_info_block {
    padding: 20px 16px;
    gap: 16px;
  }

  .about_info_block_right h2 {
    font-size: 22px;
  }

  .about_info_block_list_item {
    padding: 16px;
    gap: 12px;
  }

  .about_info_block_list_item p {
    font-size: 16px;
  }

  .about_info_block_list_item span{
    font-size: 14px;
  }
}

.container_disclaimer_block {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 20px;
  background: rgba(0, 23, 16, 0.40);
}

.container_disclaimer_block h2 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.disclaimer_block_text {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  width: 100%;
}

.disclaimer_block_list_one,
.disclaimer_block_list_two {
  width: 50%;
}

.disclaimer_block_list_one li,
.disclaimer_block_list_two li {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}

@media (max-width: 990px) {

  .disclaimer_block_text {
    flex-direction: column;
    gap: 0;
  }

  .disclaimer_block_list_one,
  .disclaimer_block_list_two {
    width: 100%;
  }
}

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

  .container_disclaimer_block h2 {
    font-size: 22px;
  }

  .disclaimer_block_list_one li,
  .disclaimer_block_list_two li {
    font-size: 14px;
  }
  
}

.footer_container {
  display: flex;
  width: 100%;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 24px;

  border-radius: 20px;
  background: #0A4033;
  backdrop-filter: blur(15px);
}

.first_block_footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.disclaimer_info {
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  width: 60%;

  border-radius: 20px;
  background: rgba(255, 255, 255, 0.20);
}

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

.footer_company {
  width: 40%;
}

.links_company_footer {
  width: 100%;
}

.links_company_footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 24px;
  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: 80px;
  width: auto;
  display: block;
}

.footer_img_18plus {
  max-width: 86px;
  width: 100%;
}

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

.politic_page_links {
  width: 100%;
}

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

.politic_page_links li {
  margin: 0;
}

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

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

.info_contact_footer {
  width: 100%;
  justify-content: flex-start;
  gap: 24px;
}

.info_contact_footer p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

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

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

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

.info_footer {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}

@media (max-width: 900px) {
  .first_block_footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .disclaimer_info {
    width: 100%;
  }

  .footer_company {
    width: 100%;
  }

  .politic_page_links ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
}

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

  .first_block_footer {
    gap: 16px;
  }

  .disclaimer_info {
    padding: 16px;
  }

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

  .links_company_footer ul {
    gap: 16px;
  }

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

  .info_contact_footer {
    gap: 12px;
  }

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

.topjocurionline_main {
  position: relative;
}

.topjocurionline_page {
  position: relative;
}

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

@media (max-width: 600px) {
  .main_text_container {
    padding-bottom: 0;
    padding-top: 10px;
  }
}

@media (max-width: 400px) {
  .main_text_container {
    padding-bottom: 0;
  }
}

@media (max-width: 350px) {
  .main_text_container {
    padding-bottom: 0;
  }
}

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

  border-radius: 20px;
  background: rgba(0, 23, 16, 0.40);
}

.main_text_pages h1 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.main_text_pages h2 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.main_text_pages_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

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

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

  .main_text_pages h1,
  .main_text_pages h2 {
    font-size: 22px;
  }

  .main_text_pages_list {
    gap: 16px;
  }

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


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

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

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

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

.play_safe_block {
  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;
}

.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%;
}
