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

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

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

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

@font-face {
  font-family: Karla;
  src: url(/rooluckdraw-fonts/rooluckdraw-karla-medium.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
  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;
}

@media (max-width: 991px) {
  section {
    margin-bottom: 30px;
  }
}

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

.container {
  padding: 0 40px;
}

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

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

@media (max-width: 480px) {
  .container {
    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: "Poppins", sans-serif;
  --background-page: #1c0c00;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

.nerko {
  font-family: Nerko;
}

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

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

.rooluckdraw_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 */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.rooluckdraw_terms_container {
  padding: 50px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rooluckdraw_header {
  padding: 8px 0 20px 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
}

header .rooluckdraw_logo img {
  max-width: 220px;
  height: 20px;
}

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

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

.rooluckdraw_header__container_warning_img {
  width: 20px;
  height: 20px;
}

.rooluckdraw_header__container_warning span {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
}

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

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

@media (max-width: 991px) {
  .rooluckdraw_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) {
  .rooluckdraw_header__menu {
    padding: 80px 30px 30px 30px;
  }

  .rooluckdraw_header__container_warning span {
    font-size: 6px;
    color: #ffffff;
  }
}

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

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

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

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

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

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

.rooluckdraw_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: 24px;
}

.rooluckdraw_nav__item a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}

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

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

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

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

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

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

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

.rooluckdraw_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) {
  .rooluckdraw_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.main_text_section {
  padding: 100px 0 0 0;
}

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

.main_text_container {
  max-width: 1240px;
  margin: 0 auto;
  gap: 16px;
}

@media (max-width: 700px) {
  .main_text_container {
    gap: 4px;
  }
}

.main_text_container h1 {
  position: relative;
  z-index: 2;
}

.main_text_container h2 {
  position: relative;
  z-index: 2;
}

.main_text_container_text {
  max-width: 900px;
  gap: 16px;
}


@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.95;
  }
}

.main_text_container_text h1 {
  max-width: 900px;
  width: 100%;

  font-family: Nerko;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-self: stretch;

  background: linear-gradient(90deg, #fff 0%, #cd0500 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: pulse 2s infinite ease-in-out;
  transform-origin: center;
}

.main_text_container_ul {
  gap: 40px;
  justify-content: space-between;
}

@media (max-width: 700px) {
  .main_text_container_ul {
    gap: 8px;
  }
}

.main_text_container_list {
  max-width: 900px;
  width: 100%;
  border-radius: 30px;
  background: var(--cf, linear-gradient(180deg, #7d0000 0%, #210d0d 100%));
  padding: 20px;
}

.main_text_container_list p {
  color: #eee;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

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

  display: flex;
  align-items: center;
  box-sizing: border-box;
  gap: 10px;
}

.main_text_container_ul li span {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.list_icon_container {
  max-width: 30px;
  width: 100%;
  margin: 0 auto;
}

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

@media (max-width: 450px) {
  .list_icon_container {
    max-width: 16px;
  }
}

.section_pages {
  margin-bottom: 20px;
}

.container_offers_cards_pages {
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.container_offers_cards_pages ul{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.container_offers_cards_pages h1 {
  color: #fff;
  font-family: Nerko;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

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

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

.container_text_pages {
  width: 100%;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.border_pages {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #d2201b;
  backdrop-filter: blur(8px);
}

.border_pages h2{
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.block_border_pages {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #d2201b;
  backdrop-filter: blur(8px);

  flex: 0 0 calc(568px);
  box-sizing: border-box;
}



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

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

.container_list_pages h2 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.list_pages {
  display: flex;
  gap: 20px;
}

.element_pages {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
  padding: 20px;
  gap: 10px;
}

.element_pages h3 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

@media (max-width: 1000px) {
  .block_border_pages {
    flex: 0 0 100%;
  }

  .list_pages {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}

.block_border_pages h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.block_border_pages_text,
.block_border_pages_text ul{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

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

  

}

.main_container_offers_cards {
  display: flex;
  background: url("/rooluckdraw-img/rooluckdraw-offers-image.webp") no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 20px;
}

@media (max-width: 600px) {
  .main_container_offers_cards {
    padding: 10px;
  }
}

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

@media (max-width: 600px) {
  .container_offers_cards {
    justify-content: flex-start;
    /* align-items: flex-start; */
    gap: 0;
  }
}

.current_date {
  color: #eee;
  font-size: 14px;
  font-weight: 400;
}

.offers_card_list {
  gap: 12px;
}

.offers_card_logo_block_left {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

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

.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;
  justify-content: space-between;
  align-items: center;
  padding-right: 16px;
  gap: 12px;
  border-radius: 20px;
  border: 1px #fff solid;
  background: #1c0c00;
}

.offers_card_logo_block_container {
  display: flex;
  /* position: right; */
  align-items: center;
  justify-content: center;
  /* max-width: 300px;
  width: 100%; */
  /* margin: 0 auto; */
  /* width: 300px;
  height: 133px; */

  width: 100%;
  max-width: 300px; /* максимальная ширина */
  aspect-ratio: 300 / 133;

  background-image: url("/rooluckdraw-img/rooluckdraw-card-background.webp");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  border-radius: 20px;
}

/* .offers_card_logo_block_container img {
  width: 100%;
  height: auto;
  display: block;
  height: 130px;
} */

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

.rating_block {
  align-items: center;
  gap: 2px;
  max-width: 100px;
  margin: 0 auto;
}

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

.rating_block span {
  color: #fff;
  text-align: center;
  font-family: Karla;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.offers_card_logo_block_left_right p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bonus_block_text_p {
  font-family: Nerko;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  width: 100%;
  /* max-width: 241px; */
  text-align: center;
}

.cards_btn {
  /* position: relative; */
  width: 100%;
  /* max-width: 308px; */
  height: auto;
  border-radius: 1000px;
  background: linear-gradient(180deg, #fff 0%, #cd0500 100%);
  text-align: center;
  padding: 15px 36px;
}

.cards_btn span {
  color: #1c0c00;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.container_bonus_block_pay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 12px;
  flex: 1 1 560px;
  padding: 16px 16px 16px 0;
}

.container_block_pay {
  gap: 10px;
  /* max-width: 300px; */
  width: 100%;
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  flex-wrap: wrap;
}

.container_pay {
  gap: 16px;
  /* max-width: 300px; */
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

@media (max-width: 1000px) {
  .offers_card_logo_block_left {
    flex-wrap: wrap;
    width: 40%;
    gap: 8px;
  }

  .offers_card_logo_block_right {
    flex-wrap: wrap;
    width: 60%;
    justify-content: center;
  }

  .rating_block {
    margin: 0;
  }

  .offers_card_logo_block_left_right {
    width: 90%;
    flex-direction: row;
    justify-content: center;
    gap: 17px;
  }

  .offers_card_logo_block_right_right {
    max-width: 90%;
  }

  .offers_card{
    padding-bottom: 16px;
  }
}

@media (max-width: 880px) {
  .offers_card_logo_block_left {
    width: 50%;
  }

  .offers_card_logo_block_right {
    width: 50%;
    align-items: self-end;
  }

  .container_pay {
    gap: 10px;
  }

  /* .offers_card_logo_block_left_right{
    width: 0%;
  } */
}

@media (max-width: 670px) {
  .container_pay {
    max-width: 500px;
    width: 100%;
    gap: 8px;
    padding: 0 16px;
    /* margin-bottom: 8px; */
    justify-content: center;
  }

  .offers_card_logo_block_container {
    width: 100%;
    height: 90px;
  }

  .offers_card_logo_block_container img {
    height: 80px;
  }

  .offers_card_list {
    gap: 8px;
  }

  .offers_card_logo_block_right {
    gap: 0;
    padding: 0;
  }

  .offers_card_logo_block_left_right {
    width: 100%;
  }
}

@media (max-width: 590px) {
  .cards_btn {
    padding: 10px 20px;
  }

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

  .bonus_block_text_p {
    font-size: 12px;
    max-width: 144px;
  }

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

@media (max-width: 393px) {
  .cards_btn {
    padding: 7px 10px;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }

  100% {
    left: 200%;
  }
}

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

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

.section_updates {
  /* margin-top: 60px; */
  padding: 0 10px;
}

.section_updates_block_h2 {
  text-align: center;
}

.section_cards {
  padding: 0 10px;
}

.container_cards_pages {
  width: 100%;
  max-width: 1240px;
  padding: 40px 0;
}

.container_cards_pages h2 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 16px;
}

.date_display {
  display: none;
}

.container_rewiews {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 600px) {
  .container_rewiews {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.container_rewiews h2 {
  color: #fff;
  font-family: Nerko;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.rewiews_slider {
  display: flex;
  max-width: 1240px;
  width: 100%;
}

.rewiew_item {
  padding: 32px;
  height: 249px;
  max-width: 600px;
  width: 100%;
}

.rewiew_item_data {
  gap: 24px;
}

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

.rewiew_item_data span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

@media (max-width: 500px) {
  .rewiew_item {
    padding: 24px;
    height: auto;
  }

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

.slider__pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.container_about {
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.block_border_about {
  max-width: 618px;
  width: 100%;
  padding: 20px;

  border-radius: 20px;
  border: 1px solid #d2201b;
  backdrop-filter: blur(8px);

  display: flex;
  flex-direction: column;
  gap: 24px;
}

.block_border_about h2 {
  color: #fff;
  font-family: Nerko;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.block_border_about p,
.block_border_about li {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.block_border_about ul {
  gap: 24px;
}

.about_us_img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

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

.margin_section_contacto {
  margin-top: 80px;
}

@media (max-width: 700px) {
  .margin_section_contacto{
    margin-top: 40px;
  }
}

.section_contacto {
  padding: 80px 0;
}

.block_contacto_form {
  display: flex;
  gap: 40px;
}

.block_contacto_text {
  max-width: 500px;
  width: 100%;
  gap: 24px;
}

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

.form_container_h2 {
  color: #fff;
  font-family: Nerko;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

  .block_contacto_text {
    max-width: 700px;
  }

  .container_about {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .block_border_about {
    border: 1px solid #e46601;
  }

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

  .section_contacto {
    padding: 40px 0;
  }
}

.form_container_elements {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.contact_form {
  width: 100%;
  max-width: 768px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact_form input,
.contact_form textarea {
  border-radius: 1000px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.3);

  padding: 14px 20px;
  color: rgba(207, 216, 246, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: 100%;
}

.contact_form_btn {
  width: 100%;
  max-width: 700px;
  padding: 15px 36px;
  text-align: center;

  border-radius: 1000px;
  background: linear-gradient(180deg, #fff 0%, #cd0500 100%);

  color: #1c0c00;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 500px) {
  .form_container_elements {
    align-items: center;
  }
}

.section_faq {
  padding-bottom: 40px;
}

.block_qa {
  width: 100%;
  max-width: 1240px;
  flex-direction: row;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

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

  .block_qa_h2 {
    text-align: left;
    margin-bottom: 20px;
  }
}

@media (max-width: 670px) {
  .section_faq {
    padding: 20px 0;
  }

  .block_qa {
    max-width: 600px;
  }
}

@media (max-width: 500px) {
  .block_qa {
    max-width: 400px;
  }
}

@media (max-width: 410px) {
  .block_qa {
    max-width: 328px;
  }
}

@media (max-width: 380px) {
  .block_qa {
    max-width: 308px;
  }
}

.block_qa_h2 {
  color: #fff;
  font-family: Nerko;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.block_qa_list {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 40px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 800px) {
  .block_qa_list {
    width: 100%;
    max-width: 898px;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
}

.block_qa_list_li {
  width: 100%;
  max-width: 800px;
  backdrop-filter: blur(15px);
  overflow: hidden;
  padding: 0 24px;

  border-radius: 10px;
  border: 1px solid #fff;
  backdrop-filter: blur(15px);
}

.faq_header {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: white;
  font-weight: bold;
  gap: 15px;
}

.faq_question {
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
}

.faq_icon {
  transition: transform 0.3s ease;
}

.block_qa_list_li.active .faq_icon {
  transform: rotate(180deg);
}

.faq_answer {
  font-size: 16px;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.2s ease,
    opacity 0.2s ease;
  color: #aaa;
  line-height: 1.5;
}

.block_qa_list_li.active .faq_answer {
  max-height: 300px;
  opacity: 1;
  padding: 0 0 24px 0;
}

.rooluckdraw_container {
  margin-bottom: 24px;
}

.container_play_safe {
  max-width: 1000px;
  width: 100%;
  padding: 40px 64px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;

  border-radius: 20px;
  background: linear-gradient(90deg, #fff 0%, #cd0500 100%);
}

.container_play_safe h2 {
  color: #1c0c00;
  font-family: Nerko;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.container_play_safe_text,
.container_play_safe_text ul {
  gap: 20px;
}

.container_play_safe_text p,
.container_play_safe_text li {
  color: #1c0c00;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.footer_container {
  max-width: 1240px;
  width: 100%;
  gap: 32px;
  padding: 20px 16px;
}

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

  .container_play_safe {
    padding: 20px 16px;
  }

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

.footer_disclaimer {
  max-width: 1240px;
  width: 100%;
  height: auto;
  gap: 32px;
}

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

.disclaimer_text {
  max-width: 700px;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: rgba(210, 32, 27, 0.2);
  gap: 15px;
}

.disclaimer_text h2 {
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.disclaimer_text p {
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .disclaimer_text h2,
  .disclaimer_text p {
    font-size: 14px;
  }
}

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

.info_contact_footer h2 {
  color: #fff;
  line-height: normal;
  font-size: 16px;
  font-weight: 700;
}

.info_contact_footer a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

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

.info_contact_footer p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.info_footer {
  gap: 8px;
}

@media (max-width: 600px) {
  .info_footer {
    gap: 4px;
  }

  .info_contact_footer {
    gap: 12px;
  }
}

.disclaimer_cookie p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.politic_page_links {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.politic_page_links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 40px;
}

.politic_page_links li {
  margin: 0;
}

.politic_page_links a {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  padding: 4px 8px;
}

.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: 15px;
  }
}

.links_company_footer {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.links_company_footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  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: 800px) {
  .links_company_footer {
    max-width: 600px;
  }

  .links_company_footer ul {
    justify-content: center;
    gap: 15px;
  }
}

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

  .main_text_container_ul li {
    gap: 4px;
  }
}

@media (max-width: 450px) {
  .main_text_container_ul li {
    font-size: 8px;
  }
}

@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: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
  }

  .offers_card_logo_block_left_right{
    padding-left: 8px;
  }

  /* .offers_card_logo_block_container img {
    max-width: 100px;
  } */
}

@media (max-width: 300px) {
  .main_text_container_ul li {
    font-size: 8px;
  }
}

.rooluckdraw_main {
  position: relative;
}

.rooluckdraw_page {
  position: relative;
}

.main_text_container_img {
  position: absolute;
  left: 62%;
  transform: translateX(50%);
  z-index: 1;
  top: 105px;
  width: 300px;
  height: 440px;
  background-image: url("/rooluckdraw-img/rooluckdraw_background.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* animation: pulse 2s infinite; */
}

@media (max-width: 1240px) {
  .main_text_container_img {
    left: 64%;
    transform: translateX(50%);
    top: 130px;
    width: 280px;
    height: 380px;
  }
}

@media (max-width: 1200px) {
  .main_text_container_text h1 {
    max-width: 830px;
  }

  .main_text_container_list {
    max-width: 830px;
  }

  .main_text_container_img {
    left: 64%;
  }
}

@media (max-width: 1100px) {
  .main_text_container_img {
    left: 60%;
    top: 110px;
    width: 240px;
    height: 300px;
  }

  .main_text_container_text h1 {
    max-width: 750px;
  }

  .main_text_container_list {
    max-width: 900px;
    margin: 0 auto;
  }
}

@media (max-width: 950px) {
  .main_text_container_img {
    left: 58%;
    height: 250px;
  }

  .main_text_container_text h1 {
    max-width: 650px;
    font-size: 50px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 800px) {
  .main_text_container_img {
    left: 52%;
    top: 110px;
    height: 210px;
  }

  .main_text_container_list p {
    display: none;
  }

  .main_text_container_text h1 {
    max-width: 500px;
    font-size: 40px;
  }
}

@media (max-width: 650px) {
  .main_text_container_img {
    left: 53%;
    top: 110px;
    width: 180px;
    height: 180px;
  }

  .main_text_container_text h1 {
    max-width: 400px;
    font-size: 36px;
  }

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

@media (max-width: 550px) {
  .main_text_container_img {
    left: 57%;
    top: 90px;
    width: 130px;
    height: 130px;
  }

  .main_text_container_text h1 {
    max-width: 330px;
    font-size: 28px;
  }
}

@media (max-width: 450px) {
  .main_text_container_img {
    left: 61%;
    top: 100px;
    width: 100px;
    height: 100px;
  }

  .main_text_container_text h1 {
    max-width: 300px;
    font-size: 24px;
  }

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

@media (max-width: 380px) {
  .main_text_container_img {
    left: 65%;
    top: 90px;
    width: 75px;
    height: 95px;
  }

  .main_text_container_text h1 {
    max-width: 250px;
    font-size: 20px;
  }
}

.success_message {
  display: none;
  color: green;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
}

.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 #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
