@font-face {
  font-family: Mulish;
  src: url(/dbgdgew__all_media/mulish-800__dbgdgew.woff2) format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

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

@font-face {
  font-family: Inter;
  src: url(/dbgdgew__all_media/inter-500__dbgdgew.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url(/dbgdgew__all_media/inter-700__dbgdgew.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: 40px; */
}

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

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

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

.container {
  padding: 0 40px;
}

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

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

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

@media (max-width: 991px) {

  .container,
  .container_section-dbgdgew {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {

  .container,
  .container_section-dbgdgew {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {

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

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

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

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

.date_display {
  display: none;
}

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

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

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

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

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

.canadianluckydraw_header-dbgdgew {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 100%;
  padding: 6px 16px;
  background: #fff;
  z-index: 1;
}

header .canadianluckydraw_logo-dbgdgew img {
  max-width: 268px;
  height: 24px;
}

@media (max-width: 600px) {
  header .canadianluckydraw_logo-dbgdgew img {
    max-width: 200px;
    height: 20px;
  }

  .canadianluckydraw_header-dbgdgew {
    padding: 16px 10px;
  }
}

.canadianluckydraw_header__container-dbgdgew {
  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: 20px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.canadianluckydraw_nav__list-dbgdgew {
  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: 32px;
}

@media (max-width: 1250px) {
  .canadianluckydraw_nav__list-dbgdgew {
    /* row-gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end !important; */
  }

}

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .canadianluckydraw_nav__list-dbgdgew {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.canadianluckydraw_nav__item-dbgdgew a {
  text-decoration: none;
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.canadianluckydraw_nav__item-dbgdgew button {
    text-decoration: none;
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.header_btn_start-dbgdgew {
  border-radius: 20px;
  background: linear-gradient(270deg, #FEB47B 0%, #FF6EC7 100%);
  display: flex;
  max-width: 134px;
  width: 100%;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.header_btn_start-dbgdgew span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
}

@media (max-width: 600px) {
  .canadianluckydraw_nav__list-dbgdgew {
    gap: 7px;
  }

  .canadianluckydraw_nav__item-dbgdgew a {
    font-size: 12px;
  }

  .canadianluckydraw_nav__item-dbgdgew button {
    font-size: 12px;
  }

}

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

  .canadianluckydraw_nav__item-dbgdgew a {
    font-size: 12px;
    color: #fff;
  }

  .canadianluckydraw_nav__item-dbgdgew button {
    font-size: 12px;
    color: #fff;
  }

  .header_item_disclaimer-dbgdgew--li {
    display: none;
  }
}

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

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

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

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

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

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

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

.canadianluckydraw_burger img {
  width: 24px;
  height: 24px;

}

.canadianluckydraw_header-dbgdgew__singup {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: #EA6302;

  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 991px) {
  .canadianluckydraw_header-dbgdgew__singup {
    max-width: 120px;
    margin: 0 auto;
    padding: 8px 10px;
    font-size: 14px;
  }

}

.section_main_text-dbgdgew {
  padding-top: 190px;
  padding-bottom: 140px;
  background: url(/dbgdgew__all_media/bg_first_main__dbgdgew.webp) no-repeat center;
  background-size: cover;
}

.main_text_container-dbgdgew {
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
}

.main_text_container-dbgdgew h1 {
  color: #EA6302;
  text-align: center;
  font-family: 'Mulish';
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 51px;
  text-transform: uppercase;
}

.main_text_container-dbgdgew p {
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.main_text_block_buttons-dbgdgew {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
}

.btn_main_text_container-dbgdgew {
  max-width: 150px;
  width: 100%;
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  border-radius: 8px;

  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.btn_main_text_first-dbgdgew {
  background: #018945;
}

.btn_main_text_second-dbgdgew {
  background: #EA6302;
}

@media (max-width: 850px) {
  .main_text_container-dbgdgew h1 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .section_main_text-dbgdgew {
    padding-top: 90px;
    padding-bottom: 40px;
    background: url(/dbgdgew__all_media/bg_first_main_mobile__dbgdgew.webp) no-repeat center;
    background-size: cover;
  }

  .main_text_container-dbgdgew h1 {
    font-size: 26px;
    line-height: 120%;
  }

  .main_text_block_buttons-dbgdgew {
    flex-direction: column;
    gap: 16px;
  }

  .btn_main_text_container-dbgdgew {
    max-width: 320px;
    margin: 0 auto;
  }

}

.famous_section-dbgdgew {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #FFFAF3;
}

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

.famous_main_block-dbgdgew h2 {
  color: #222;
  text-align: center;
  font-family: 'Poppins';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.famous_main_list-dbgdgew {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.famous_main_item-dbgdgew {
  display: flex;
  max-width: 390px;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 20px;
  background: var(--white, #FFF);
  box-shadow: 0 6px 6px 0 rgba(120, 120, 120, 0.25);
}

.famous_main_item_image-dbgdgew {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.famous_main_item_image2-dbgdgew {
  max-width: 277px !important;
}

.famous_main_item_image-dbgdgew img {
  display: block;
  height: auto;
  width: 100%;
}

.famous_main_item-dbgdgew p {
  color: #EA6302;
  font-family: 'Mulish';
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
}

.famous_main_item-dbgdgew span {
  text-align: left;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-top: -6px;
}

.btn_famous-dbgdgew {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #018945;
  width: 100%;

  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 1215px) {
  .famous_main_list-dbgdgew {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .famous_main_block-dbgdgew h2 {
    font-size: 24px;
  }

  .famous_main_item-dbgdgew {
    padding: 16px;
    gap: 16px;
  }

  .famous_main_item-dbgdgew p {
    font-size: 20px;
  }

  .famous_main_item-dbgdgew span {
    font-size: 16px;
  }
}

.how_section-dbgdgew {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.how_main_block-dbgdgew h2 {
  color: #222;
  text-align: center;
  font-family: 'Mulish';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.how_main_list-dbgdgew {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.how_main_item-dbgdgew {
  width: 100%;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  padding: 16px;

  border-radius: 20px;
  border: 1px solid #C2C2C2;
  background: #FFFAF3;
}

.how_main_item_image_block-dbgdgew {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.how_main_item_image-dbgdgew {
  max-width: 100px;
  width: 100%;
}

.how_main_item_image-dbgdgew img {
  display: block;
  height: auto;
  width: 100%;
}

.how_item_title-dbgdgew {
  color: #222;
  font-family: 'Mulish';
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
  text-align: left;
}

.how_item_text-dbgdgew {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 650px) {
  .how_main_item-dbgdgew {
    max-width: 260px;
  }
}

@media (max-width: 600px) {
  .how_main_block-dbgdgew h2 {
    font-size: 24px;
  }

  .how_main_item-dbgdgew {
    max-width: 500px;
    gap: 10px;
  }

  .how_item_title-dbgdgew {
    font-size: 20px;
  }

  .how_item_text-dbgdgew {
    font-size: 16px;
  }
}

.why_section-dbgdgew {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #FFFAF3;
}

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

.why_main_block-dbgdgew h2 {
  color: #222;
  text-align: center;
  font-family: 'Mulish';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.why_main_list-dbgdgew {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.why_main_item-dbgdgew {
  width: 100%;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  padding: 16px;

  border-radius: 20px;
  background: #fff;
  box-shadow: 0 6px 6px 0 rgba(120, 120, 120, 0.25);
}

.why_main_item_image_block-dbgdgew {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.why_main_item_image-dbgdgew {
  max-width: 100px;
  width: 100%;
}

.why_main_item_image-dbgdgew img {
  display: block;
  height: auto;
  width: 100%;
}

.why_item_title-dbgdgew {
  color: #222;
  font-family: 'Mulish';
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
  text-align: left;
}

.why_item_text-dbgdgew {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 650px) {
  .why_main_item-dbgdgew {
    max-width: 260px;
  }
}

@media (max-width: 600px) {
  .why_main_block-dbgdgew h2 {
    font-size: 24px;
  }

  .why_main_item-dbgdgew {
    max-width: 500px;
    gap: 10px;
  }

  .why_item_title-dbgdgew {
    font-size: 20px;
  }

  .why_item_text-dbgdgew {
    font-size: 16px;
  }
}

.responsable_section-dbgdgew {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #FFFAF3;
}

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

.responsable_main_block-dbgdgew h2 {
  color: #222;
  text-align: center;
  font-family: 'Mulish';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.respons_block-dbgdgew {
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;

  border-radius: 20px;
  border: 1px solid #656565;
  background: #FFF;
}

.respons_block-dbgdgew p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 600px) {
  .responsable_main_block-dbgdgew h2 {
    font-size: 24px;
  }
}

.bg_footer_section-dbgdgew {
  padding-bottom: 40px;
  padding-top: 40px;
  background: #222;
}

.footer_container {
  max-width: 1240px;
  width: 100%;
  gap: 24px;

  display: flex;
  flex-direction: column;
}

.footer_text_blocks-dbgdgew {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer_text_block-dbgdgew {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.footer_text_block-dbgdgew span {
  color: #FFF;
  font-family: 'Mulish';
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
}

.footer_text_block-dbgdgew p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.footer_text_block-dbgdgew p a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.politic_page_links-dbgdgew {
  width: 100%;
}

.politic_page_links-dbgdgew ul {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 32px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.politic_page_links-dbgdgew li {
  margin: 0;
}

.politic_page_links-dbgdgew a {
  color: #FFFAF3;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

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

@media screen {}

.links_company_footer-dbgdgew {
  width: 100%;
}

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

.plus_footer-dbgdgew {
  max-width: 150px;
  width: 100%;
}

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

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

@media (max-width: 600px) {

  .footer_text_block-dbgdgew span {
    font-size: 14px;
  }

  .footer_text_block-dbgdgew p {
    font-size: 14px;
  }

  .links_company_footer-dbgdgew ul {
    gap: 16px;
  }

  .links_company_footer-dbgdgew img {
    max-height: 40px;
  }

  .politic_page_links-dbgdgew a {
    font-size: 14px;
  }

  .politic_page_links-dbgdgew ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

}

.footer_disclaimer-dbgdgew {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
}

.footer_disclaimer-dbgdgew p,
.footer_disclaimer-dbgdgew a {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.footer_disclaimer_icon_age-dbgdgew {
  max-width: 40px;
  width: 100%;
}

@media (max-width: 700px) {
  .footer_disclaimer-dbgdgew {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .footer_disclaimer-dbgdgew p {
    font-size: 12px;
  }

}

.footer_disclaimer_info-dbgdgew {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.footer_disclaimer_info-dbgdgew p {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 600px) {
  .footer_disclaimer_info-dbgdgew p {
    font-size: 12px;
  }
}

.copyright_footer-dbgdgew {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright_footer-dbgdgew p {
  color: #FFFAF3;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.canadianluckydraw_main-dbgdgew {
  position: relative;
}

.canadianluckydraw_page-dbgdgew {
  position: relative;
}

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

  to {
    transform: translateX(50%) rotate(360deg);
  }
}

.main_text_section_bg2-dbgdgew {
  border-radius: 20px;
  background: #FFF0F5;
  padding-top: 160px;
  padding-bottom: 95px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.main_text_container_about-dbgdgew {
  width: 100%;
  max-width: 785px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.main_text_container_about-dbgdgew h1 {
  text-align: center;
  font-family: 'Exo';
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -2.56px;
  text-transform: uppercase;
}

.main_text_container_about-dbgdgew p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
}

@media (max-width: 850px) {
  .main_text_container_about-dbgdgew h1 {
    font-size: 50px;
  }
}

@media (max-width: 600px) {
  .main_text_section_bg2-dbgdgew {
    padding-top: 150px;
    padding-bottom: 92px;
  }

  .main_text_container_about-dbgdgew h1 {
    font-size: 40px;
  }

  .main_text_container_about-dbgdgew p {
    display: none;
  }
}

.mission_section-dbgdgew {
  padding-bottom: 80px;
}

.mission_main_block-dbgdgew {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.mission_main_block_image-dbgdgew {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission_main_block_image_img-dbgdgew {
  max-width: 630px;
  width: 100%;
}

.mission_main_block_image_img-dbgdgew img {
  display: block;
  height: auto;
  width: 100%;
}

.mission_main_block_text-dbgdgew {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mission_main_block_text-dbgdgew h2 {
  font-family: 'Exo';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.mission_main_block_text_block-dbgdgew {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mission_main_block_text_block-dbgdgew span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
}

.mission_main_block_text_block-dbgdgew p {
  color: rgba(0, 0, 0, 0.80);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}

@media (max-width: 991px) {
  .mission_main_block-dbgdgew {
    flex-direction: column-reverse;
    gap: 16px;
  }

  .mission_main_block_image-dbgdgew {
    width: 100%;
  }

  .mission_main_block_text-dbgdgew {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .mission_section-dbgdgew {
    padding-bottom: 40px;
  }

  .mission_main_block_text-dbgdgew h2 {
    font-size: 26px;
  }

  .mission_main_block_text_block-dbgdgew span,
  .mission_main_block_text_block-dbgdgew p {
    font-size: 14px;
  }

  .mission_main_block_image_img-dbgdgew {
    max-width: 430px;
    width: 100%;
  }
}

.faq_section-dbgdgew {
  padding-bottom: 80px;
}

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

.main_block_faq-dbgdgew h2 {
  font-family: 'Exo';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

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

.main_faq_item-dbgdgew {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;

  border-radius: 8px;
  border: 2px solid #FF6EC7;
  background: #FFE9F0;
  box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.20) inset;
}

.main_faq_item_header-dbgdgew {
  display: flex;
  gap: 10px;
}

.faq_nubmer_question-dbgdgew {
  color: rgba(0, 0, 0, 0.40);
  font-family: 'Exo';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.4px;
}

.faq_question-dbgdgew {
  font-family: 'Exo';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.4px;
}

.faq_answear-dbgdgew {
  color: rgba(0, 0, 0, 0.80);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
  max-width: 890px;
}

@media (max-width: 600px) {
  .faq_section-dbgdgew {
    padding-bottom: 40px;
  }

  .main_block_faq-dbgdgew h2 {
    font-size: 26px;
  }

  .main_faq_item-dbgdgew {
    gap: 5px;
    padding: 16px 8px;
  }

  .main_faq_item_header-dbgdgew {
    gap: 8px;
  }

  .faq_nubmer_question-dbgdgew,
  .faq_question-dbgdgew {
    font-size: 16px;
  }

  .faq_answear-dbgdgew {
    font-size: 14px;
  }
}

.main_text_container_about_p-dbgdgew {
  display: block !important;
}

@media (max-width: 600px) {
  .main_text_container_about_p-dbgdgew {
    font-size: 14px !important;
  }
}

.check_with_link_block2-dbgdgew {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

.tickets_section-dbgdgew {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.main_container_tickets_p-dbgdgew {
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.main_container_numbers-dbgdgew {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  align-items: stretch;
  gap: 24px;
}

.main_block_with_numbers-dbgdgew {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 30px;

  border-radius: 14px;
  background: #FFF;
  box-shadow: 0 6px 6px 0 rgba(120, 120, 120, 0.25);
}

.block_with_numbers-dbgdgew {
  width: 100%;
  gap: 24px;
  display: flex;
  flex-direction: column;
}

.block_with_numbers_text_up-dbgdgew {
  color: #EA6302;
  font-family: 'Mulish';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.numbers_main_list-dbgdgew {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.numbers_main_item-dbgdgew {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 1000px;
  background: #B7B7B7;

  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.numbers_main_item-dbgdgew.active {
  background: #018945;
  color: #fff;
}

.block_numbers_btn-dbgdgew {
  width: 100%;
  display: flex;
  gap: 24px;
}

.btn_numbers_block-dbgdgew {
  padding: 14px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;

  color: #FFF;
  font-family: 'Mulish';
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
}

.btn_numbers_block_image-dbgdgew img {
  width: 16px;
  height: 16px;
}

.btn_numbers_random-dbgdgew {
  background: #EA6302;
}

.btn_numbers_clear-dbgdgew {
  background: #656565;
}

/* .main_block_cart-dbgdgew {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px;

    border-radius: 14px;
  background: #FFF;
  box-shadow: 0 6px 6px 0 rgba(120, 120, 120, 0.25);
}

.cart_container-dbgdgew {
  max-width: 350px;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
border-radius: 10px;
border: 1px solid  #656565;
background: #FFFAF3;
}

.cart_main_title_text-dbgdgew {
  color: #000;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 120%; 
letter-spacing: -0.32px;
}

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

.cart_line-dbgdgew {
  width: 100%;
  height: 1px;
  background: #222;
}

.block_choise_item-dbgdgew {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}

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

.main_text_choise_item_numbers-dbgdgew {
  color: rgba(0, 0, 0, 0.80);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%; 
letter-spacing: -0.32px;
} */

.main_block_cart-dbgdgew {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px;

    border-radius: 14px;
  background: #FFF;
  box-shadow: 0 6px 6px 0 rgba(120, 120, 120, 0.25);
}

.cart_container-dbgdgew {
  max-width: 350px;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
border-radius: 10px;
border: 1px solid  #656565;
background: #FFFAF3;
}

.cart_section_title-dbgdgew {
color: #222;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.cart_select-dbgdgew {
  width: 100%;
  padding: 24px;
color: #131313;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; 

  border: 1px solid #656565;
  border-radius: 12px;
  background: #FFF;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  padding-right: 60px;
}

.cart_date_input-dbgdgew {
  width: 100%;
  padding: 24px;
  font-size: 16px;
  color: #999;
  border: 1px solid #656565;
  border-radius: 12px;
  background: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' stroke='%23666' stroke-width='2'/%3E%3Cpath d='M3 10h18M8 2v4M16 2v4' stroke='%23666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  padding-right: 60px;
}

.cart_container-dbgdgew input:valid {
  border-radius: 12px;
  border: 1px solid #656565 !important;
  background: #FFF;
}

.cart_info_row-dbgdgew {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart_info_label-dbgdgew {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.cart_info_value-dbgdgew {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.cart_numbers_display-dbgdgew {
  color: #656565;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.cart_line-dbgdgew {
  width: 100%;
  height: 1px;
  background: #222;
}

.cart_total_section-dbgdgew {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}

.cart_total_label-dbgdgew {
color: #EA6302;
font-family: 'Mulish';
font-size: 20px;
font-style: normal;
font-weight: 800;
line-height: 26px;
}

.cart_total_value-dbgdgew {
color: #EA6302;
font-family: 'Mulish';
font-size: 20px;
font-style: normal;
font-weight: 800;
line-height: 26px;
}

.cart_proceed_btn-dbgdgew {
  width: 100%;
  padding: 14px 24px;
  background: #018945;

  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; 

  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.cart_disclaimer-dbgdgew {
color: #222;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.cart_tickets_container-dbgdgew {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.block_choise_item-dbgdgew {
  padding: 16px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.choise_item_title-dbgdgew {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.block_choise_item_bottom-dbgdgew {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.selected_numbers-dbgdgew {
  color: #666;
  font-size: 14px;
}

.price_numbers-dbgdgew {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.cart_ticket_block-dbgdgew {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.select-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.select-modal-content {
    background: #FFFAF3;
    padding: 20px;
    max-width: 400px;
    width: 90%;
    border-radius: 20px;
    text-align: center;
}

.select-modal-content h2 {
color: #EA6302;
text-align: center;
font-family: 'Mulish';
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: normal;
}

.select-modal-content p {
  color: #222;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; 
margin-top: 16px;
}

.select-modal-buttons {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
}

.select-modal-buttons button {
    padding: 14px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    
    color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px;
}

#selectLoginBtn {
  background: #018945;
}

#selectCancelBtn {
  background: #EA6302;
}

.cookies-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.cookies-modal-content {
    background: #FFFAF3;
    padding: 20px;
    max-width: 400px;
    width: 90%;
    border-radius: 20px;
    text-align: center;
}

.cookies-modal-content h2 {
color: #EA6302;
text-align: center;
font-family: 'Mulish';
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: normal;
}

.cookies-modal-content p {
  color: #222;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; 
margin-top: 16px;
}

.cookies-modal-buttons {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
}

.cookies-modal-buttons button {
    padding: 14px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    
    color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px;
}

#cookiesReject {
background: #018945;
}

#cookiesAccept {
background: #EA6302;
}

@media (max-width: 600px) {
  .cookies-modal-buttons {
    flex-direction: column;
  }
}



@media (max-width: 850px) {
  .main_container_numbers-dbgdgew {
    flex-direction: column;
  }

  .main_block_with_numbers-dbgdgew,
  .main_block_cart-dbgdgew {
    width: 100%;
  }
}

@media (max-width: 600px) {

  .main_container_tickets-dbgdgew {
    gap: 24px;
  }

  .block_select_draw-dbgdgew,
  .main_block_with_numbers-dbgdgew {
    gap: 24px;
    padding: 16px;
  }

  .block_containers_title-dbgdgew {
    font-size: 20px;
  }

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

  .draw_item-dbgdgew {
    font-size: 14px;
    padding: 6px 12px;
  }

  .block_with_numbers-dbgdgew {
    padding: 10px;
    gap: 16px;
  }

  .block_with_numbers_text_up-dbgdgew {
    font-size: 24px;
  }

  .numbers_main_list-dbgdgew {
    gap: 5px;
    justify-content: center;
  }

  .numbers_main_item-dbgdgew {
    width: 30px;
    height: 30px;

    font-size: 14px;
  }

  .btn_numbers_block-dbgdgew {
    padding: 8px 16px;
    font-size: 18px;
  }

  .block_numbers_btn-dbgdgew {
    gap: 10px;
    flex-direction: column;
  }

  .cart_title-dbgdgew {
    font-size: 16px;
  }

  .main_block_cart-dbgdgew {
    /* gap: 10px; */
    padding: 0;
  }

  .cart_container-dbgdgew {
    padding: 10px;
    gap: 10px;
  }

  .cart_main_title_text-dbgdgew,
  .main_text_choise_item_numbers-dbgdgew {
    font-size: 14px;
  }

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

@media (max-width: 380px) {
  .draw_item-dbgdgew {
    font-size: 10px;
  }
}











.pages_section-dbgdgew {
  padding-bottom: 60px;
}

.block_pages_info_main-dbgdgew {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.block_pages_info_header-dbgdgew {
  width: 100%;
  max-width: 1240px;
  display: flex;
  padding: 20px;
  justify-content: center;
}

.block_pages_info_header-dbgdgew h1 {
  font-family: "Bebas Neue";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.block_pages_info-dbgdgew {
  width: 100%;
  max-width: 1240px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.block_pages_info-dbgdgew h1 {
  color: #222;
  text-align: center;
  font-family: 'Poppins';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.block_pages_info-dbgdgew span {
  color: #222;
  font-family: 'Mulish';
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
}

.block_pages_info-dbgdgew p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.block_pages_info-dbgdgew ul li {
  list-style: disc !important;
  margin-left: 15px;

  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.m-l-30 {
  margin-left: 30px !important;
}

.block_pages_info-dbgdgew ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

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

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


.status {
  display: none;
  position: fixed;
  z-index: 999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);

  /* display: flex; */
  align-items: center;
  justify-content: center;

  padding: 20px;
}

.status.active {
  display: flex;
}


.bg-popup {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;


  padding: 64px;
  border-radius: 35px;
  background: #F3FFF4;
  color: #272727;
}

.bg-popup>*:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width:991px) {
  .bg-popup {
    padding: 32px 24px
  }
}

@media (max-width:600px) {
  .bg-popup {
    padding: 24px 16px
  }
}

.age-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.age-modal-content {
  border-radius: 20px;
  background: #FFFAF3;
  padding: 30px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.age-modal-content h2 {
  color: #EA6302;
  text-align: center;
  font-family: 'Mulish';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 16px;
}

.age-modal-content p {
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 24px;
}

.age-modal-buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.age-modal-buttons button {
  padding: 14px 24px;
  border-radius: 8px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  transition: 0.3s;
}

#ageYes {
  background: #018945;
}

#ageYes:hover {
  /* background-color: #032300; */
}

#ageNo {
  background: #EA6302;
}

#ageNo:hover {
  /* background-color: #999; */
}

@media (max-width: 600px) {
  .age-modal-buttons {
    flex-direction: column;
    gap: 16px;
  }

  .age-modal-content {
    padding: 16px;
  }
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

.modal.active {
  display: flex;
}

.modal_content {
  border-radius: 14px;
  background: #FFF;
  box-shadow: 0 6px 6px 0 rgba(120, 120, 120, 0.25);

  padding: 30px;
  width: 90%;
  max-width: 400px;
  border-radius: 12px;
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.modal_content h2 {
  color: #EA6302;
  text-align: center;
  font-family: 'Mulish';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.modal_content_p {
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.login_form_modal {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  gap: 20px;
}

.login_form_modal input {
  width: 100%;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  border-radius: 12px;
  border: 1px solid #656565;
  background: #FFF;

  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.btn_submit {
  width: 100%;
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  border-radius: 8px;
  background: #018945;

  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.modal_switch {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
}

.modal_switch a {
  color: #018945;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.form_bottom_text_privacy {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: -10px;
  text-align: center;
}

.form_bottom_text_privacy a {
  color: #018945;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.modal_close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

.section_main_text_pages-dbgdgew {
  padding-top: 120px;
  padding-bottom: 60px;
  background: #FFFAF3;
}

.about_section-dbgdgew {
  padding-top: 60px;
  padding-bottom: 60px;
}

.block_about_text-dbgdgew {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.block_about_text-dbgdgew h2 {
  color: #018945;
  font-family: 'Poppins';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.block_about_text_main-dbgdgew {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.block_about_text_main-dbgdgew p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 600px) {
  .block_about_text-dbgdgew h2 {
    font-size: 24px;
  }
}

.approach_section-dbgdgew {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #FFFAF3;
}

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

.approach_main_block-dbgdgew h2 {
  color: #222;
  text-align: center;
  font-family: 'Mulish';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.approach_list-dbgdgew {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.approach_item-dbgdgew {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;

  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 6px 6px 0 rgba(120, 120, 120, 0.25);
}

.approach_item_image-dbgdgew {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.approach_item_image_img-dbgdgew {
  max-width: 100px;
  width: 100%;
}

.approach_item_image_img-dbgdgew img {
  display: block;
  height: auto;
  width: 100%;
}

.approach_title-dbgdgew {
  color: #222;
  font-family: 'Mulish';
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
}

.approach_title_p-dbgdgew {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 1280px) {
  .approach_list-dbgdgew {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .approach_main_block-dbgdgew h2 {
    font-size: 24px;
  }
}

.section_form-dbgdgew {
  padding-top: 60px;
  padding-bottom: 60px;
}

.form_container-dbgdgew {
  max-width: 820px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding: 30px;
  margin: 0 auto;

  border-radius: 14px;
  background: #FFF;
  box-shadow: 0 6px 6px 0 rgba(120, 120, 120, 0.25);
}

.form_container-dbgdgew h2 {
  color: #222;
  font-family: 'Mulish';
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.contact_form-dbgdgew {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 20px;
}

.contact_form-dbgdgew input,
.contact_form-dbgdgew textarea {
  border-radius: 12px;
  border: 1px solid #656565;
  background: #FFF;

  padding: 24px;
  width: 100%;

  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
}

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

  border-radius: 8px;
  background: #EA6302;

  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.contact_form-dbgdgew textarea {
  min-height: 200px;
}

.success_message {
  display: none;
  color: #EA6302;
  font-size: 16px;
  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:valid,
textarea:valid {
  color: #000;
  border: 2px solid #EA6302;
  background-color: var(--background-page);
}

.form_container_p-dbgdgew {
  color: #222;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 auto;
}

@media (max-width: 600px) {

  .form_container-dbgdgew {
    padding: 16px;
  }
}

.contact_info_section-dbgdgew {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #FFFAF3;
}

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

.contact_info_main_block-dbgdgew h2 {
  color: #018945;
  font-family: 'Poppins';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.contact_info_list-dbgdgew {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
  row-gap: 24px;
}

.contact_info_item-dbgdgew {
  max-width: 410px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact_info_title-dbgdgew {
  color: #222;
  font-family: 'Mulish';
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
}

.contact_info_title_p-dbgdgew {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}