body,
h1 {
  font-weight: 400;
}

body,
h1,
h3,
h4 {
  margin: 0;
  font-family: Rubik,sans-serif;
}
.black-box-section .container-sm p {
  color: white !important;
}
.black-box-section .container-sm li {
  color: white !important;
}
body,
h1,
h2,
h3,
h4,
p,
span.title {
  font-family: Rubik,sans-serif;
}

.dropdown-menu,
.navbar-nav,
ul {
  list-style: none;
}

#popup,
.languageButtonSubMenu.show,
.taxonomiesPostsList.show {
  max-height: 500px;
}

.card .btn,
.navbar-toggler-icon,
img,
svg {
  vertical-align: middle;
}

.card .btn,
.close:focus,
.close:hover,
.dropdown-item,
.footer-top-menu li a,
.footer-top-menu li span,
.header-name,
.headers_container a,
.language,
.nav-item,
.nav-link,
.navbar-brand {
  text-decoration: none;
}

.dropdown-item,
.dropdown-toggle,
.headers_container a,
.logo_country,
.navbar-brand {
  white-space: nowrap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik-Bold.eot');
  src: local('../fonts/Rubik Bold'), local('Rubik-Bold'), url('../fonts/Rubik-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Rubik-Bold.woff2') format('woff2'), url('../fonts/Rubik-Bold.woff') format('woff'), url('../fonts/Rubik-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik-Regular.eot');
  src: local('../fonts/Rubik Regular'), local('Rubik-Regular'), url('../fonts/Rubik-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Rubik-Regular.woff2') format('woff2'), url('../fonts/Rubik-Regular.woff') format('woff'), url('../fonts/Rubik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik-Medium.eot');
  src: local('Rubik Medium'), local('Rubik-Medium'), url('../fonts/Rubik-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Rubik-Medium.woff2') format('woff2'), url('../fonts/Rubik-Medium.woff') format('woff'), url('../fonts/Rubik-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tobi-Black;
  src: url("../fonts/tobi-black.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

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

body {
  background-color: #fff;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  position: relative;
  color: #000;
  padding-top: 187px;
}

.frontPageBody {
  background: #fafafa;
}

a {
  color: #4f3eb3;
  transition: .3s linear;
  text-decoration: underline;
}

a:hover {
  color: #157ecf;
}

section ul {
  padding-inline-start: 30px;
}

section ul li {
  padding-bottom: 10px;
}

section ul li:before {
  content: "";
  height: 4px;
  width: 4px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-left: -1em;
  margin-right: .8em;
  margin-bottom: .2em;
}

section ol {
  padding-inline-start: 20px;
}

section ol li {
  font-size: 18px;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
}

h1 {
  font-size: 48px;
  line-height: 40.58px;
}

h2,
span.title {
  font-size: 28px;
  line-height: 1.45;
  color: #000;
  font-weight: 700;
}

@media (max-width: 768px) {
  h2,
  span.title {
    font-size: 20px;
    line-height: 100%;
  }

  
  .after-footer-block .container-sm {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }
   td, th {
      text-align: center;
  }
  .after-footer-left-side {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    column-gap: 30px;
  }

  .after-footer-left-side-text {
    text-align: center !important;
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  h2,
  span.title {
    font-size: 32px;
    line-height: 1.35;
  }
}

h3 {
  font-size: 24px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 30px;
    line-height: 1.35;
  }
}

h4 {
  font-size: 22px;
}

@media (min-width: 768px) {
  h4 {
    font-size: 26px;
    line-height: 1.35;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  span.title {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h4 {
  margin-bottom: .5rem;
}

p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #5b5b5b;
}

img,
svg {
  height: auto;
  max-width: 100%;
}

._click,
.footer-middle-block-item,
[role=button],
[type=button]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

a.button-link,
button {
  text-transform: none;
  margin: 0;
  white-space: nowrap;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: .4px;
  align-items: center;
  background-color: transparent;
  color: #fff;
  padding: 8px 24px;
  border-radius: 15px;
  transition: .3s linear;
  border: 0;
}

.gradient-button span,
.navList .dropdown-item,
.navList .nav-link,
.navbar-brand span {
  font-family: Rubik,sans-serif;
}

.gradient-button span {
  position: relative;
  z-index: 1;
  line-height: 17px;
  display: block;
  padding: 0 31px;
}

.gradient-button {
  background: #ffd701;
  border-radius: 5px;
  color: #000;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

a.button-link:hover {
  background-color: #ff2400;
}

.content-button {
  margin: 30px auto 40px;
  display: block;
}

.container-fluid,
.container-sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.buttonLink {
  padding: 0;
  background-color: transparent;
  border: 0;
  width: 100%;
  display: contents;
}

.column,
.navbar,
.row {
  display: flex;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  height: 160px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row;
}

.row .image-column {
  flex: 0 0 46%;
  max-width: 46%;
}

.row .text-column {
  flex-direction: column;
}

.column {
  -webkit-box-flex: 0;
  flex-direction: column;
}

.order-1 {
  order: 1;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.container-sm {
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
}

.contentImg {
  padding: 20px;
  background-color: #003c70;
}

.contentImg img {
  box-shadow: 0 0 .56vw 0 rgba(0, 0, 0, .5);
}

@media (min-device-width: 768px) {
  .container-sm {
    max-width: 720px;
  }
}

@media (min-device-width: 992px) {
  .container-sm {
    max-width: 960px;
  }
}

@media (min-device-width: 1200px) {
  .container-sm {
    max-width: 1150px;
  }

  .hero-main .container-sm {
    max-width: 1600px;
  }
}

.menuContainer .container-sm {
  min-height: 88px;
}

.menuContainer {
  box-shadow: rgb(0 0 0 / 12%) 0 5px 13px;
}

.navbar-brand img {
  width: 183px;
  height: 32px;
  object-fit: cover;
}

.navbar-brand span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #fff;
}

.navLogo {
  transition: .5s;
  background-color: #006734;
}

.navList {
  padding-top: 0;
  padding-bottom: 0;
}

.navList .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 8px 15px;
  transition: .5s;
  border-radius: 40px;
}

.navList .dropdown .nav-link {
  border: none;
}

.navList .dropdown-item {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 11px 12px;
}

.myAccordion .btn:focus,
.navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar {
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-toggler {
  padding: .3rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
  order: 1;
  box-shadow: none;
  margin-right: .75rem;
}

thead {
  background: #9d9d9d !important;
}

.hidden {
  display: none;
}

.logo_country {
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 10px !important;
  color: #ccc !important;
  line-height: normal !important;
  position: absolute;
  top: 0;
  left: 19em;
  border: 1px solid #fff;
}

.consBlock ul li,
.drain-button_block:last-child button span,
.dropdown,
.footer-menu-item,
.languageButton,
.leftColumtText,
.nav-item,
.nav-link,
.navbar-brand,
.prosBlock ul li,
.twoColumnImage,
.twoColumnText {
  position: relative;
}

.header-name {
  font-weight: 700;
  font-size: 26px;
  color: #000;
}

#languagePopupFooter .popup-content-top,
.header-name:hover {
  color: #000;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 18px;
}

.navbar > .container-sm {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  column-gap: .5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  align-items: center;
  margin-bottom: 0;
  flex: 1;
  justify-content: end;
  column-gap: 1.5rem;
  column-gap: 5px;
}

.nav-item,
.nav-link {
  display: block;
}

.nav-item {
  padding-top: 16px;
  padding-bottom: 16px;
}

.dropdown-toggle::after {
  content: "";
  float: right;
  border-style: solid;
  border-width: 3px 3px 0 0;
  height: 8px;
  left: 6px;
  position: relative;
  top: 5px;
  width: 8px;
  transform: rotate(135deg);
  order: 2;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  opacity: 0;
  top: 98px;
  left: 0;
  margin: -25px 0 0 -25px;
  min-width: 10rem;
  padding: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #001f41;
  background-clip: padding-box;
  border: unset;
  -webkit-box-shadow: 0 4px 30px rgb(0 0 0 / 20%);
  box-shadow: 0 4px 30px rgb(0 0 0 / 20%);
  transition: opacity .15s ease-in-out;
  visibility: hidden;
}

.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  background-color: transparent;
  border: 0;
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  position: unset;
}

.dropdown-menu li {
  border-top: 1px solid #04e3ff6b;
}

.dropdown-menu li:first-of-type {
  border-top: none;
}

.dropdown-menu li:hover {
  background-color: #04e3ff6b;
}

.navList.show {
  height: 100vh;
  background-color: #1b4315;
  width: 100%;
}

.navList .homeElement {
  color: #25aae1;
  font-weight: 600;
}

.nav-button {
  display: flex;
  flex-direction: row;
  column-gap: .5rem;
  align-items: center;
  margin-left: auto;
}

@media (min-device-width: 991px) and (max-device-width: 1199px) {
  .navList .nav-link {
    padding: 8px 15px;
  }
}

@media (max-device-width: 991px) {
  .image-column,
  .row .image-column,
  .text-column {
    max-width: 100%;
    width: 100%;
    order: 1;
  }

  .currentLanguageButton {
    font-size: 10px;
    width: 82px;
  }

  .dropdown-toggle::after {
    left: 4px;
  }

  .navList .container-sm {
    min-height: 0;
    height: 0;
    padding: 0;
  }

  .navbar > .container-sm {
    padding: 0;
  }

  .menuContainer {
    box-shadow: unset;
  }

  .navbar-collapse {
    order: 1;
  }

  .navLogo {
    box-shadow: rgb(0 0 0 / 12%) 0 5px 13px;
  }

  .navList {
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .nav-item:first-of-type .nav-link {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
  }

  .navList .navbar-collapse {
    background-color: #fff;
  }

  .nav-item {
    padding-top: 0;
  }

  .navList .nav-item {
    margin-top: 0;
    padding-bottom: 0;
    width: 100%;
  }

  .navList .nav-link::before {
    content: none;
  }

  .navList .nav-link {
    font-size: 15px;
    padding-left: 0 !important;
    padding-top: 18px;
    font-weight: 600;
    padding-right: 24px;
    padding-bottom: 18px;
    border: none !important;
    color: #fff;
    background: #1b4315;
    border-radius: 0;
  }

  .navList .dropdown-item {
    font-size: 14px;
    padding: 13px 16px;
    text-align: left;
  }

  .dropdown-menu {
    width: 100%;
    border-radius: 0;
    margin: 0;
  }

  .navbar {
    padding-bottom: 0;
  }

  .navbar-brand {
    margin-right: auto;
    padding: 1.5rem .75rem;
  }

  .logo_country {
    top: 0;
  }

  .navbarSearchIcon {
    display: none;
  }

  .searchActionWrapper {
    position: unset;
    background-color: transparent;
    width: 100%;
  }

  .searchForm {
    border: none;
    padding-left: 20px !important;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .searchFormField {
    width: 90%;
    padding-left: 15px;
  }

  .searchBlock {
    padding-left: 0;
    margin-top: 9px;
    padding-bottom: 9px;
    border-bottom: .5px solid #4a4a4a52;
  }

  .searchFormSubmitBtn {
    float: left;
    background-image: url("data:image/svg+xml, %3Csvg class='search-block__icon-search' width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.31429 0C7.98894 0 9.595 0.665253 10.7792 1.84941C11.9633 3.03357 12.6286 4.63963 12.6286 6.31429C12.6286 7.87829 12.0554 9.316 11.1131 10.4234L11.3754 10.6857H12.1429L17 15.5429L15.5429 17L10.6857 12.1429V11.3754L10.4234 11.1131C9.316 12.0554 7.87829 12.6286 6.31429 12.6286C4.63963 12.6286 3.03357 11.9633 1.84941 10.7792C0.665253 9.595 0 7.98894 0 6.31429C0 4.63963 0.665253 3.03357 1.84941 1.84941C3.03357 0.665253 4.63963 0 6.31429 0ZM6.31429 1.94286C3.88571 1.94286 1.94286 3.88571 1.94286 6.31429C1.94286 8.74286 3.88571 10.6857 6.31429 10.6857C8.74286 10.6857 10.6857 8.74286 10.6857 6.31429C10.6857 3.88571 8.74286 1.94286 6.31429 1.94286Z' fill='%23F0F0F0'%3E%3C/path%3E%3C/svg%3E");
  }

  .searchIcon {
    margin-left: 20px !important;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

@media (min-device-width: 992px) {
  nav .navbar-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    border: 1px solid #04e3ff6b;
    visibility: visible;
  }

  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 88px;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex;
    flex-basis: auto;
    justify-content: right;
    height: 100%;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

@media (max-device-width: 452px) {
  .navbar-brand {
    padding: 1.5rem 0 1.5rem .5rem;
    margin-right: 0;
  }

  .nav-button button {
    font-size: 13px;
    padding: .4375rem .3rem;
  }

  .langFlagAndTitle {
    font-size: 13px !important;
  }

  .nav-button {
    column-gap: .5rem;
    align-items: center;
    margin-left: 0;
    flex-direction: row-reverse;
  }

  .currentLanguageButton {
    width: max-content !important;
    padding: 0 !important;
    font-size: 14px;
  }

  .languageButton {
    width: unset !important;
  }

  .gradient-button span {
    padding: 0 10px;
  }

  .navbar-brand img {
    width: 100%;
    height: 41px;
    max-width: 116px;
    object-fit: contain;
  }

  .header-name {
    font-size: 21px;
  }

  .navbar > .container-sm {
    justify-content: space-around;
  }

  .navbar-toggler {
    padding: .2rem;
    margin-right: 0;
  }

  .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
  }
}

.testClass {
  float: right;
  border-style: solid;
  border-width: 3px 3px 0 0;
  height: 8px;
  left: 0;
  position: relative;
  top: -2px;
  width: 8px;
  transform: rotate(135deg);
  order: 2;
}

.languageButton {
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 9px;
}

.currentLanguageButton {
  position: relative;
  border-radius: 5px;
  padding: 10px;
  color: #82d1ff;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 25px;
  font-size: 16px;
  column-gap: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  align-items: center;
  width: 82px;
  height: 35px;
}

.currentLanguageButton:hover::after {
  background-position: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#fff));
  background: -webkit-linear-gradient(top, #c5c5c5 0, #fff 70%);
  background: -o-linear-gradient(top, #c5c5c5 0, #fff 142b 70%);
  background: linear-gradient(180deg, #c5c5c5 0, #fff 70%);
  -webkit-text-fill-color: aliceblue;
  opacity: .7;
}

.languageButtonSubMenu {
  max-height: 0;
  width: 97%;
  margin: -1px;
  color: #212529;
  box-shadow: 0 6px 7px 0 rgb(0 78 69 / 30%);
  overflow: hidden;
  transition: max-height .6s ease-in;
}

.arrow-up {
  display: none !important;
  position: absolute;
  top: 33px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px;
  padding: 0 68px;
  border-color: transparent;
  transform: translate(0, 49%);
}

td:last-of-type,
th:last-of-type {
  border-right: none;
}

.languageButtonDropdownItem {
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  display: inline-table;
  padding: .4rem 0;
  width: 100%;
}

.noSelectLanguageButton {
  transition: color .3s ease-in-out;
  float: left;
  padding: 5px 18px 4px;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  min-height: 48px;
  color: #0e5b01;
  background-color: #0f1923;
  border-radius: 8px;
}

.popup,
.popup-content,
.popup-content-top {
  background-color: #fff;
}

.languageButtonDropdownItem:hover .noSelectLanguageButton {
  color: #676767;
}

.flagImage {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}

.langFlagAndTitle {
  float: left;
  line-height: 20px;
  font-size: 14px;
  color: #000;
}

.black-box-section a,
.black-box-section h2,
.black-box-section h3,
.black-box-section ol li,
.black-box-section p,
.black-box-section ul li,
.footer-top-contactos .email,
.myAccordion .collapsed .faqTitle:hover,
footer .langFlagAndTitle {
  color: #fff;
}

.languageButtonDropdownItem .langFlagAndTitle {
  color: #fff;
  transition: .3s linear;
}

.languageButtonDropdownItem:hover .langFlagAndTitle {
  color: #a1a1a1;
}

@media (max-device-width: 1200px) {
  .currentLanguageButton {
    font-size: 12px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .navbar-brand {
    margin-right: 0;
  }

  .languageButton {
    margin-left: 0;
  }
}

@media (min-width: 320px) and (max-width: 410px) {
  button.reg_btn.btn {
    padding: 0 7px;
    font-size: 11px;
  }

  .testClass {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .languageButton {
    margin-left: 0;
    margin-right: auto;
    order: -1;
    width: 81px;
    height: 35px;
  }

  .hero-main span.title {
    color: #fff;
    position: absolute;
    top: 28% !important;
    left: 29%;
    width: 100% !important;
    font-size: 21px !important;
  }

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

#popup {
  max-width: 500px;
  width: 100%;
  margin-top: 0;
  box-shadow: none;
  background: 0 0;
}

.popup {
  width: 100%;
  height: 100%;
}

.popup-content {
  margin: auto;
  border-radius: 8px;
  border: 0;
  width: 90%;
  max-width: 600px;
  max-height: 80%;
  overflow-y: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.popup,
.popup-modal {
  transform: translate(-50%, -50%);
}

.popup-content-top {
  padding: 12px 16px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close,
.content-section ul li:before {
  display: inline-block;
  font-weight: 700;
}

.popup-header {
  font-size: 22px;
  color: #000;
}

.popup-language-list {
  background-color: #1d3349;
  margin: 0;
  padding: 16px 40px 40px;
}

.close {
  color: #fff;
  padding: 10px 17px;
  background: #262f37;
  cursor: pointer;
  border-radius: 12px;
  transition: .3s linear;
}

.close:focus,
.close:hover {
  color: #a1a1a1;
}

.currentLanguageButton {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.langFlagAndTitle {
  display: flex;
  align-items: center;
  gap: 8px;
}

.flagImage {
  border-radius: 50%;
}

.languageButtonSubMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  padding: 10px 0;
  z-index: 1001;
  width: max-content;
}

.languageButtonSubMenu .languageButtonDropdownItem {
  padding: 10px 20px;
}

.languageButtonSubMenu .languageButtonDropdownItem:hover {
  background-color: #f0f0f0;
}

.content-section {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 0;
}

.content-section p {
  color: #000;
  text-align: justify;
  margin: 10px 0;
}

ul li {
  margin-top: 4px;
}

.content-section ul li {
  padding-bottom: 10px;
  color: #000;
  font-size: 20px;
  position: relative;
  padding-left: 50px;
}

.content-section ul li:before {
  position: absolute;
  left: 0;
  top: -4px;
  content: "✓";
  font-size: 17px;
  width: 35px;
  height: 35px;
  padding-left: 8px;
  padding-top: 2px;
  background-color: transparent;
  border-radius: 100%;
  border: 3px solid #006734;
  color: #006734;
}

.consBlock ul li::before,
.prosBlock ul li:before {
  position: absolute !important;
  top: -5px;
  display: inline-block;
  font-size: 26px;
  font-weight: 100;
  width: 30px;
  height: 30px;
}

.content-section ol {
  list-style-position: inside;
}

.content-section ol li {
  padding-left: 20px;
  text-indent: -22px;
  font-size: 20px;
  padding-bottom: 10px;
}

ul ul{
  margin-top: 2%;
}
.content-section ol li::marker {
  color: #0e5b01;
}

.content-section ul li ol li::before {
  border: 0;
  content: "";
}

.content-section ol li ul li::before {
  left: -20px;
  padding-left: 24px;
  text-align: center;
}

.content-section a {
  color: #000;
  transition: .3s linear;
}

.content-section a:hover {
  color: #0e5b01;
}

.content-menu-list_item_arrow_span {
  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;
  height: 24px;
  width: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-height: 100%;
  max-width: 100%;
  margin-left: auto;
  position: relative;
  color: #948ac5;
}

.content-menu-list_item_arrow_span a > span {
  margin: 0 0 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content-menu-list_item_arrow_span_img {
  transition: filter .3s;
}

.contentMenuListItemLink:hover .content-menu-list_item_arrow_span_img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(100%) saturate(2000%) hue-rotate(350deg) brightness(100%) contrast(95%);
}

.content-section img {
  display: block;
  width: 100%;
  height: auto;
  margin: 50px auto;
}

table {
  /* table-layout: fixed; */
  width: 100%;
  /* caption-side: bottom; */
  border-spacing: 0;
  border-radius: 20px;
  margin-top: 40px;
  border-collapse: collapse;
  margin-bottom: 50px;
  max-width: 100%;
}

table caption {
  caption-side: top;
  color: #0e0e0e;
}

td,
th {
  padding: 1rem .75rem;
  text-align: center;
}

th {
  color: #000;
  font-weight: 400;
  font-size: 20px;
}

th:last-of-type {
  border-top-right-radius: 20px;
}

th:first-of-type {
  border-top-left-radius: 20px;
}
.custom-block button.gradient-button span {
  color: black;
}
@media (max-width: 768px) {
  table td,
  th {
    text-align: left !important;
  }
  .content-section ol li {
    padding-bottom: 0px;
}
  ul {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.table-wrap {
  overflow-x: scroll;
}

  th:first-of-type {
    border-top-left-radius: 20px;
  }

  th:last-of-type {
    border-top-right-radius: 20px;
  }

  th {
    font-size: 14px;
  }

  table td {
    font-size: 14px !important;
  }

  .content-section img {
    margin-top: 20px;
  }
}

footer {
  text-align: center;
  line-height: 1.8em;
  font-size: 14px;
  padding: 40px 0 105px;
  background: #017831;
}

.footer-menu {
  border-top: 1px solid #ccc;
  padding: 10px 0 0;
}

.footer-menu-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.footer-menu-item::after {
  content: '•';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  color: #4f3eb3;
}

.footer-menu-item:last-child::after {
  content: '';
}

.footer-string {
  font-size: 14.2px;
  color: #5b5b5b;
}

.separator {
  display: block;
  width: 100%;
  background-color: #261c4a;
  height: 1px;
  margin: 12px 0;
}

.footer-top-block {
  display: flex;
  align-items: flex-start;
}

footer .column {
  flex: 0 0 30%;
  max-width: 20%;
  text-align: start;
}

.footer-left-column {
  gap: 16px;
}

footer .languageButton {
  margin-left: 0;
  background-color: #0f1923;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

footer .arrow-right-language {
  position: absolute;
  right: 10px;
}

footer .currentLanguageButton {
  width: 100% !important;
  justify-content: start;
  height: 52px;
  padding: 10px !important;
}

.footer-top-copyright p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}

.footer_header {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}

.after-footer-left-side-text p,
.faqTitle,
.footer-top-contactos span {
  font-size: 16px;
}

.footer-top-menu li span {
  font-size: 16px;
  color: #fff;
  letter-spacing: .025em;
  line-height: 1.5;
  transition: .5s;
}

.footer-top-menu li a:hover span {
  color: #eead00;
}

.footer-top-menu {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.footer-top-menu li {
  margin-bottom: 1rem;
}

.footer-top-social-media {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.footer-top-social-media li {
  cursor: pointer;
  transition: .3s linear;
}

.footer-top-social-media li:hover img {
  filter: brightness(1) invert(1);
}

.footer-middle-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.footer-bottom-block {
  color: #fff;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 42px;
}

.footer-blocks-social,
.row.footer-middle-block.footer-blocks-social {
  display: flex;
  justify-content: space-between;
  border: none;
}

@media (min-width: 1180px) {
  .to-top {
    background-image: url(../img/tootop.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: fixed;
    right: 40px;
    z-index: 9;
    bottom: 180px;
    background-size: cover;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 991px) {
  .footer-top-block {
    flex-wrap: wrap;
    justify-content: center;
  }

  .collapse:not(.show) {
    display: none;
  }

  .to-top {
    background-image: url(../img/tootop.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: fixed;
    right: 40px;
    z-index: 9;
    bottom: 100px !important;
    background-size: cover;
    width: 50px;
    height: 50px;
  }

  .navbar-expand-sm .navbar-toggler {
    display: flex;
  }

  .hero-main span.title {
    color: #fff;
    position: absolute;
    top: 10%;
    left: 10%;
    font-size: 30px;
    width: 100% !important;
  }

  .hero-main .gradient-button {
    left: 36% !important;
    position: absolute;
    top: 70% !important;
    height: 49px;
    text-transform: uppercase;
    display: flex;
    font-size: 24px;
    align-items: center;
    margin: -3% auto 0;
    width: 26% !important;
  }

  .navbar-expand-sm .navbar-collapse {
    flex-basis: auto;
    justify-content: right;
    height: 100%;
  }

  .footer-left-column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-center-column,
  .footer-right-column {
    flex: 0 0 48% !important;
    max-width: 48% !important;
  }

  .fixed-top.show-navbar .navbar .container-sm .nav-button {
    justify-content: flex-end;
    width: 100%;
    margin-top: 50px;
  }

  .container-sm {
    max-width: 820px;
  }

  .navbar > .container-sm {
    height: auto;
  }

  .fixed-top.show-navbar .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url(../img/x.png);
    background-size: cover;
    width: 9px;
    height: 9px;
  }

  .fixed-top.show-navbar .navbar .navbar-toggler {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .fixed-top.show-navbar .navbar {
    height: 100vh;
    background: #1b4315;
    display: block;
  }

  .row.footer-top-block {
    column-gap: 5px;
  }

  .fixed-top.show-navbar .navbar .container-sm {
    background-color: #1b4315;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 26px;
  }
}

.consBlockHeader:before,
.prosBlockHeader:before {
  content: '';
  height: 21px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-device-width: 490px) {
  .footer-center-column,
  .footer-right-column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  .footer-top-menu {
    flex-direction: column;
    gap: 0;
  }

  .footer-top-menu ul {
    margin-bottom: 0;
  }

  .row {
    gap: 0;
  }

  .footer-top-social-media {
    justify-content: center;
  }
}

.faqContainer {
  padding: 10px 0;
}

.card-header {
  padding: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .8s ease-in-out;
}

.faqTitle {
  font-weight: 400;
  color: #fff;
}

.btn {
  width: 100%;
  text-align: left;
  padding: 20px;
  border-radius: unset;
}

.myAccordion {
  margin-bottom: 1em;
}

.card-header:hover .btn,
.myAccordion .collapsed:hover .btn {
  color: #0e5b01 !important;
}

.myAccordion .collapsed {
  color: #4a4a4a;
}

.myAccordion .collapsed .faqTitle {
  color: rgba(255, 255, 255, .7);
  border-radius: 12px;
}

.card {
  border-right: 0px;
  border-left: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 5px;
  font-size: 14.2px;
  padding: 30px;
  border: 1px solid #c1c1c1;
  margin-bottom: 20px;
}

.card .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  border-radius: 12px;
  transition: background-image .15s ease-in-out, color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.collapsed .btn {
  background-image: linear-gradient(90deg, #231d47, #231d47);
}

.collapsed .btn::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  transition: opacity .5s ease-out;
  z-index: 0;
  opacity: 0;
  background-image: none;
}

.collapsed .btn:hover::before {
  opacity: 1;
}

.card-body {
  flex: auto;
  padding: 20px;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.faqHeaderSign {
  background-image: url(../img/hero-images/-.png);
  height: 24px;
  background-repeat: no-repeat;
  width: 24px !important;
}

.collapsed .faqHeaderSign {
  background-image: url(../img/+.png);
}

.faqHeaderText {
  width: 90% !important;
  z-index: 1;
  text-wrap: wrap;
}

.hero-main {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.hero-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px 0 70px;
}

.hero-content,
.hero-main .container-sm {
  text-align: center;
}

@media (min-width: 768px) {
  .hero-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 30px 0;
  }

  .hero-content {
    max-width: 456px;
    text-align: left;
  }

  .hero-title {
    font-size: 36px;
  }
}

.hero-title {
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: .0208em;
  margin-bottom: 0;
  margin-top: 0;
}

.hero-description {
  font-size: 18px;
  padding: 24px 0;
  color: #fff;
  line-height: 1.7;
  max-width: 400px;
  position: relative;
}

@media (min-width: 768px) {
  .hero-description {
    max-width: 330px;
    padding: 24px 0 32px;
  }

  .hero-promo_code {
    padding: 4px 18px 4px 65px;
    margin: 0 0 0 -50px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 265px;
  }
}

@media (min-width: 1200px) {
  .hero-description {
    max-width: 430px;
  }
}

@media (min-width: 992px) {
  h2,
  span.title {
    font-size: 40px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 22px;
  }

  .hero-content {
    max-width: 600px;
    padding-top: 320px;
  }

  .hero-title {
    font-size: 64px;
    line-height: 1.35;
  }

  .hero-description {
    font-size: 21px;
    max-width: 510px;
  }

  .hero-bonus_button {
    height: 65px;
    font-size: 23px;
    min-width: 266px;
    width: 270px;
  }
}

.hero-bonus_button span {
  font-size: 19px;
  padding: 0;
}

@media (min-width: 1400px) {
  .hero-promo_code {
    font-size: 14px;
    padding: 6px 18px 6px 65px;
  }
}

.drain-button_block {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .drain-button_block {
    margin-top: 3rem;
  }
}

@media (max-device-width: 550px) {
  .drain-button_arrow {
    display: none;
  }
}

.drain-button_content {
  text-align: center;
  position: relative;
  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: flex-start;
}

.drain-button_arrow {
  width: 90px;
  margin-top: -4em;
  margin-right: -90px;
}

.after-footer-block,
.black-box-section {
  width: 100vw;
  left: calc(-50vw + 50%);
  margin-top: 20px;
}

.drain-button_block .gradient-button {
  padding: 18px 16px;
}

.black-box-section .gradient-button {
  background: #ffd701 !important;
  border-color: #e5a705 !important;
  color: #000 !important;
}

.drain-button_block .gradient-button span {
  font-size: 23px;
}

.twoColumnWrapper {
  display: flex;
  gap: 48px;
  justify-content: space-between;
  padding: 10px 0;
}

.twoColumnImage {
  display: flex;
  justify-content: center;
  align-items: start;
  flex: 0 0 40%;
  max-width: 40%;
}

.twoColumnImage img {
  border-radius: 20px;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

.twoColumnImage button {
  position: absolute;
  transform: translate(0, -100%);
}

.twoColumnText {
  flex: 0 0 55%;
  max-width: 55%;
}

@media (max-device-width: 880px) {
  .twoColumnWrapper {
    flex-direction: column;
    padding-top: 0;
    gap: 10px;
  }

  .twoColumnImage,
  .twoColumnText {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .twoColumnImage img {
    object-fit: unset;
    width: unset;
    height: unset;
  }

  .twoColumnText {
    order: -1;
  }
}

.black-box-section {
  position: relative;
  padding: 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.black-box-section li::marker,
.black-box-section ol li::marker,
.black-box-section ul li::before {
  color: #ffd701;
  border: 2px solid #ffd701;
}

.tableProsCons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 120px 0 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  column-gap: 15px;
}

.consBlock,
.prosBlock {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  border-radius: 49px;
}

.tableProsCons ul li {
  margin-bottom: 16px;
  line-height: 24px;
}

.prosBlock ul li:before {
  left: 0;
  content: "+";
  background-color: transparent;
  border-radius: 100%;
  border: 3px solid #0e5b01;
  color: #0e5b01;
  padding-left: 4px;
}

.consBlock ul li::before {
  left: 0;
  content: "-";
  background-color: #ff1010;
  border-radius: 100%;
  border: 3px solid #ff1010;
  color: #fff;
  padding-left: 6px;
}

.tableProsCons ul {
  padding: 15px 30px;
}

.consBlockHeader,
.prosBlockHeader {
  display: block;
  padding: 19px 30px 19px 0;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}

.prosBlockHeader:before {
  width: 100%;
  background-color: #3cff00;
}

.consBlockHeader:before {
  width: 100%;
  background-color: #ff1010;
}

@media (max-device-width: 1199px) {
  .navList .navbar-collapse {
    background-size: contain;
  }

  .tableProsCons {
    flex-direction: column;
    row-gap: 15px;
  }
}

@media (max-device-width: 991px) {
  .leftColumnHeader,
  .leftColumtText {
    max-width: 100%;
  }

  .rightColumnContent {
    position: relative;
    max-width: 100%;
  }
}

.after-footer-block {
  background-color: #008e30 !important;
  border-top: 1px solid #fff;
  position: fixed;
  bottom: 0;
  z-index: 999;
}

.black-custom-black,
.custom-container {
  background-repeat: no-repeat;
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  margin-top: 20px;
  background-size: 100% 100%;
}

.after-footer-block .container-sm {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.after-footer-left-side {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 30px;
}

.after-footer-left-side img,
.popup-west-side img {
  width: 100%;
  height: auto;
}

.after-footer-left-side-text span {
  font-weight: 600;
  font-size: 20px;
  line-height: 24.38px;
  color: #fff;
}

.after-footer-left-side-text p {
  margin: 0;
  color: #fff;
}

.after-footer-left-side-text {
  text-align: left;
  max-width: 300px;
}

.after-footer-right-side button {
  line-height: 18px;
  padding: 8px 44px;
  transition: .3s linear;
  border-bottom: 6px solid #000;
}

#retirando-dinero-desde-el-juego,
h2,
span.title {
  padding-top: 0;
}

.after-footer-right-side button:hover {
  background-color: #d1d1d1;
}

@media (max-device-width: 767px) {
  footer .languageButton {
    margin-left: unset;
    margin-right: unset;
    width: 100%;
    height: 100%;
  }

  .footer-middle-block {
    justify-content: center;
  }

  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }

  .after-footer-block .container-sm,
  .after-footer-left-side {
    flex-direction: column;
    gap: 20px;
  }

  .after-footer-left-side-text {
    max-width: 100%;
    text-align: center;
  }
}

h2,
span.title {
  text-align: left !important;
}

.footer-top-logo,
label {
  display: flex;
  flex-direction: column;
}

.iti.iti--allow-dropdown.iti--show-flags {
  width: 100%;
  margin-bottom: 4%;
}

.custom-container {
  padding: 30px 0;
  background-image: url(../img/hero-images/lucky-jett-bg.png);
  background-position: top center;
}

@media (max-device-width: 1700px) {
  .custom-container {
    padding: 70px 0;
    background-image: url(../img/hero-images/lucky-jett-bg-mobile.png);
  }
}

@media (max-device-width: 600px) {
  .custom-container {
    padding: 100px 0;
    background-image: url(../img/hero-images/lucky-jett-bg-mobile-xs.png);
  }
}

@media (max-device-width: 400px) {
  .custom-container {
    padding: 120px 0;
    background-image: url(../img/hero-images/lucky-jett-bg-mobile-xxs.png);
  }
}

table thead,
table tr:nth-child(2n) {
  background: #f3f6fc;
}

table td {
  font-weight: 400 !important;
  font-size: 20px;
}

.custom-container + .black-box-section {
  background-image: url('../img/hero-images/apk-bg.png');
  margin-top: 0;
  padding-bottom: 40px;
}

#cómo-obtener-el-apk-para-mi-dispositivo-con-android {
  margin-top: 0;
}

.custom-container .drain-button_block .gradient-button span {
  color: #000;
  font-weight: 700;
  font-family: Inter,sans-serif;
}

#cómo-descargar-la-aplicación-para-dispositivos-iphone-e-ipad {
  text-align: center !important;
}

.tableProsCons + .black-box-section {
  margin-top: 0;
  padding-bottom: 40px;
  background-size: cover;
}

.black-custom-black {
  background-image: url(../img/hero-images/jengo-bg.png);
  padding: 30px 0;
}

.black-custom-black .black-box-section:first-child {
  background-image: none;
}

#faq {
  text-transform: uppercase;
  color: #000;
}

.faqContainer {
  margin-bottom: 100px;
}

.card .btn {
  background: 0 0;
  color: #000;
  padding-left: 0;
}

.card-body span {
  color: #000;
  font-size: 16px;
}

.faqHeaderText {
  color: #008e30;
  font-weight: 700;
  font-size: 22px;
}

.card-header {
  border-radius: 0;
}

.footer-top-logo span {
  margin-left: 20px;
  color: #fff;
}

.footer-top-logo img {
  max-width: 300px;
  width: 100%;
}

.after-footer-block {
  background: #0e5b01;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  z-index: 1000;
}

.overlay.active,
.popup.active {
  display: block;
}

.popup-wrapper {
  display: flex;
  padding: 20px;
  flex-direction: row;
  align-items: center;
  column-gap: 20px;
  justify-content: center;
  border-radius: 12px;
  background: url(../img/popup-bg.webp) 0 0/100% 100% no-repeat;
  height: 100%;
  max-width: 500px;
  max-height: 500px;
  margin: 0 auto;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background: rgba(9, 15, 30, .8);
  z-index: 999;
}

.popup-west-side {
  max-width: 50%;
}

.popup-east-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.close-button {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  min-width: 15px;
  min-height: 15px;
}

.popup-east-side-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 5px;
  color: #000;
  max-width: 200px;
}

.popup-east-side-text p,
.popup-east-side-text span {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: .25rem;
  color: #fff;
  line-height: 18px;
}

.popup-east-side form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  width: 100%;
  max-width: 300px;
}

.popup-east-side form input,
.popup-east-side form textarea {
  font-size: 12px;
  line-height: 10px;
  font-weight: 400;
  padding: 10px;
  border-radius: 5px;
  background-color: transparent;
  outline: 0;
  resize: none;
  color: #fff;
  width: 100%;
  max-width: 660px;
  height: 35px;
  border: 1px solid #fff;
}

.popup-east-side form input:focus,
.popup-east-side form textarea:focus {
  outline: 0;
}

.popup-east-side form input::placeholder,
.popup-east-side form textarea::placeholder {
  color: #8c8c8c;
}

.popup-east-side form input[type=submit] {
  color: #000;
  background: #ffd701;
  cursor: pointer;
  font-weight: 600;
  border: 0;
  font-size: 14px;
  max-width: 179px;
  margin: 3% auto 0;
}

.after-footer-block .close-footer,
.close-footer {
  background-image: url(../img/close.svg);
  position: absolute;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  right: 150px;
  top: 20px;
  background-size: contain;
  cursor: pointer;
}

@media (max-device-width: 1260px) {
  .popup-west-side {
    display: none;
  }
}

@media (max-device-width: 766px) {
  .popup {
    width: 96%;
  }

  .popup-east-side {
    width: 100%;
  }
}

.popup-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  width: 40%;
  max-width: 500px;
  background-color: rgba(0, 0, 0, .5);
  overflow: auto;
  padding: 10px;
  color: #fff;
}

.modal-content {
  background-color: #fefefe;
  padding: 20px;
  text-align: center;
  font-size: 22px;
  color: #000;
  border: 1px solid #888;
  position: relative;
}

.black-custom-black .black-box-section,
.close-button {
  background-color: transparent;
}

.close-button {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  border: none;
}

.popup-modal .close-button {
  top: -7px;
  min-width: 24px;
  color: #fff;
  transition: .3s linear;
}

.popup-modal .close-button:hover {
  color: #202020;
}

.close-button:focus,
.close-button:hover {
  color: #ccc;
  text-decoration: none;
  background-color: transparent;
}

@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0;
  }

  10%,
  90% {
    opacity: 1;
  }
}

.loading {
  display: none;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.popup-checkbox {
  display: flex;
  align-items: start;
  gap: 10px;
}

.popup-checkbox label {
  font-size: 9px;
  color: #adadad;
  text-align: justify;
  line-height: 1.2;
}

#mailCheck {
  margin-top: -8px;
  width: 30px;
  height: 30px;
  accent-color: #0049ff;
}

@media (max-device-width: 768px) {
  .popup-modal {
    width: 90%;
  }
}

@media (max-width: 355px) {
  .close-button {
    right: -10px;
    top: -22px;
  }
}

tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}

tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

.black-box-section {
  background-image: url(../img/bg-1.webp);
}

#languagePopupFooter .popup-header {
  color: #000 !important;
}

.current-language {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 10px;
  padding: 5px 10px;
  color: #8888a6;
}

.flag {
  display: flex;
  position: relative;
  padding: 0 !important;
  height: max-content;
  margin: 0 10px;
  cursor: pointer;
}

.submenu-language {
  border-radius: 10px;
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  top: 100%;
  width: 100%;
  display: none !important;
}

.submenu-language_active {
  display: flex !important;
  justify-content: flex-end;
}

.language {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  color: #000;
}

.current-language img,
.language img {
  margin-left: 10px;
  margin-right: 10px;
  width: 23px;
  height: 15px !important;
  object-fit: contain;
}

footer .language {
  max-width: 82px;
  width: 100%;
}

.headers {
  width: 100%;
  display: flex;
  align-items: center;
  background: #167e08;
  padding: 16px;
  color: #fafafa;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  background-size: contain;
  background-repeat: no-repeat;
}

.headers span {
  margin-right: 16px;
}

.headers_container {
  margin-right: 60px;
  width: 100%;
  padding-top: 1px;
  height: 30px;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  scrollbar-width: none;
}

.headers_container::-webkit-scrollbar {
  display: none;
}

.headers_container a {
  margin-bottom: 1px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 3px 8px;
  color: #fff;
  font-size: 12px;
  transition: .2s;
  display: block;
  margin-right: 7px;
}

.headers_container a.active {
  border: 1px solid #ffd701;
  color: #ffd701;
  opacity: 1;
}

.headers_container a:hover {
  border: 1px solid #ffd701;
}

.headers_container a.hidden {
  left: -200%;
  position: absolute;
}

.header__nav {
  padding: 5px;
  position: absolute;
  right: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.header__nav-button {
  display: flex;
  background-color: transparent;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.hero-main span.title {
  color: #fff;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 100% !important;
  font-size: 48px;
}

.hero-main .gradient-button {
  left: 10%;
  position: absolute;
  top: 60%;
  height: 61px;
  text-transform: uppercase;
  display: flex;
  font-size: 24px;
  align-items: center;
}

.custom-block {
  background-image: url(../img/exclusive-bonus.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 276px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-size: contain;
}

.swiper-button-next,
.swiper-button-next:after,
.swiper-button-prev,
.swiper-button-prev:after {
  width: 59px !important;
  height: 37px !important;
}

.buttons-container {
  display: flex;
  align-items: flex-end;
  margin-left: -100px;
}

.buttons-container button {
  margin-right: 20px;
}

.drain-button_block:last-child button {
  background-color: linear-gradient(172.16deg, #42b718 29.9%, #1c6f11 137.1%);
  color: #fff;
  position: relative;
  border-color: #1b8256;
}

.drain-button_block:last-child button span:after {
  content: '▶';
  color: #fff;
  width: 23px;
  height: 18px;
  right: 0;
}

.twoColumnWrapper {
  flex-direction: row-reverse;
  align-items: center;
}

.footer-middle-block-item img {
  max-height: 30px;
  width: 100%;
}

.footer-center-column-half {
  max-width: 10% !important;
}

.footer-construct-block {
  display: flex;
  gap: 12px;
}

.after-footer-right-side button {
  background: #ffd701;
  color: #000;
  height: 80px;
  text-transform: uppercase;
  min-width: 247px;
  font-size: 24px;
}

.nav-button-login {
  background: 0 0;
  color: #fff;
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .content-section p {
    font-size: 14px;
    line-height: 120%;
  }
}

.headers_container a:hover {
  color: #ffd701;
  border-color: #ffd701;
}

.navList .nav-link[href="#"] {
  color: #ffd701;
}

.swiper-button-prev:after {
  content: ''!important;
  background-image: url(../img/prev.png);
}

.swiper-button-next:after {
  content: ''!important;
  background-image: url(../img/next.png);
}

.hero-main .swiper-slide img {
  width: 100%;
  max-width: 1362px;
}

@media (max-width: 1366px) {
  .footer-app-column {
    width: 10%;
  }

  footer .column {
    max-width: 15%;
  }
}

@media (max-width: 768px) {
  .hero-container {
    display: block;
    padding-top: 40px;
  }

  .black-box-section h2,
  .black-box-section h3,
  .black-box-section p,
  .black-box-section ul li,
  .navbar-brand span {
    color: #fff;
  }



  .custom-container + .black-box-section h2,
  .custom-container + .black-box-section li,
  .custom-container + .black-box-section p,
  .tableProsCons + .black-box-section h2,
  .tableProsCons + .black-box-section li,
  .tableProsCons + .black-box-section p {
    color: #fff !important;
  }

  h1 {
    font-size: 25px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .headers span,
  header .flag {
    display: none;
  }

  .row.footer-top-block {
    flex-direction: column;
    align-items: center;
  }

  .footer-app-column {
    width: 100%;
    max-width: 30%;
  }

  .navbar-brand {
    padding: 0;
  }

  .navbar > .container-sm {
    height: auto;
  }

  .hero-main h2 {
    font-size: 16px;
    max-width: 110px;
  }

  .hero-main .gradient-button {
    left: 10%;
    position: absolute;
    top: 68%;
    display: block;
    height: 23px;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 14px;
    border-radius: 14px;
  }

  .hero-main .gradient-button span {
    padding: 0;
    line-height: 9px;
  }

  .custom-block {
    background-size: 100% 100%;
    padding-bottom: 12px;
  }

  .buttons-container {
    display: flex;
    align-items: center;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
  }

  .footer-middle-block {
    flex-direction: column;
  }

  .drain-button_block .gradient-button {
    border-radius: 34px;
  }

  .popup-east-side-text {
    max-width: 350px;
  }

  .popup-east-side form input,
  .popup-east-side form textarea {
    max-width: 450px;
  }

  .popup-east-side form {
    align-items: center;
  }

  .popup-checkbox {
    max-width: 330px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .popup-wrapper {
    background-size: contain;
  }

  .fixed-top.show-navbar {
    padding-top: 20px;
    background-color: #1b4315;
  }

  .fixed-top.show-navbar .navbar .container-sm {
    background-color: #1b4315;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 26px;
  }

  .fixed-top.show-navbar .submenu-language_active {
    display: flex !important;
    justify-content: flex-start;
    margin-left: 20px;
  }

  .fixed-top.show-navbar .navbar .container-sm .nav-button {
    justify-content: flex-end;
    width: 100%;
    margin-top: 50px;
  }

  .fixed-top.show-navbar .navbar .container-sm .nav-button button {
    width: 169px;
  }

  .fixed-top.show-navbar .navbar .navbar-toggler {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .fixed-top.show-navbar .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url(../img/x.png);
    background-size: cover;
    width: 9px;
    height: 9px;
  }

  .fixed-top.show-navbar .navbar {
    height: 100vh;
    background: #1b4315;
    display: block;
  }

  header .navbar-nav .flag {
    display: block !important;
    width: 100% !important;
    margin-top: 23px !important;
  }

  .navList .nav-link {
    border-bottom: 1px solid #fff !important;
  }

  .headers_container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    justify-content: flex-start;
    padding-left: 10px;
  }

  .headers_container a {
    width: max-content;
  }

  .headers_container__more {
    border: 1px solid #fff;
    border-radius: 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

@media (max-width: 500px) {
  #popup {
    max-height: 424px;
  }

  .popup-wrapper {
    background-size: 100% 100%;
  }

  .popup-east-side-text {
    max-width: 265px;
  }

  .popup-east-side-text p {
    font-size: 16px;
    line-height: 16px;
  }

  .content-section ol li,
  .popup-east-side-text span {
    font-size: 14px;
  }

  .popup-east-side form input,
  .popup-east-side form textarea {
    height: 30px;
    max-width: 246px;
  }

  .popup-checkbox {
    margin-bottom: -2px;
    max-width: 242px;
  }

  #popup .bright-button {
    max-width: 163px;
    height: 30px;
    font-size: 14px;
  }

  .drain-button_block .gradient-button span,
  .faqHeaderText {
    font-size: 16px;
  }

  .drain-button_block .gradient-button span:after {
    content: ''!important;
  }

  .consBlockHeader,
  .prosBlockHeader {
    font-size: 20px;
  }

  .tableProsCons {
    margin-top: 30px;
  }

  .prosBlockHeader:before {
    bottom: -14px;
    margin-bottom: 2%;
  }

  .tableProsCons ul {
    padding: 0;
    margin-top: 25px;
  }

  .content-section ul li {
    font-size: 14px;
    padding-left: 40px;
    padding-top: 3px;
    margin-top: 14px;
    margin-bottom: 14px;
}

  

  .content-section ol li ul li::before {
    padding-left: 19px;
  }

  .custom-block {
    background-image: url(../img/exclusive-bonus-m.png);
    min-height: 197px;
  }

  .buttons-container {
    flex-direction: row;
  }

  .drain-button_block .gradient-button {
    padding: 9px 16px;
    font-size: 14px;
  }

  .consBlock ul li::before,
  .prosBlock ul li:before {
    padding-top: 0;
   
  }

  .card {
    padding: 14px;
  }

  .card-body {
    padding: 0;
  }

  footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .row.footer-top-block {
    align-items: flex-start;
  }

  .footer-top-menu li,
  .footer_header {
    text-align: left;
  }

  .footer-app-column {
    max-width: 100% !important;
  }

  .footer-app-column .footer-top-menu {
    flex-wrap: nowrap;
  }

  .footer-top-logo span {
    margin-left: 0;
  }

  .row.footer-middle-block {
    flex-direction: row;
    gap: 26px;
  }

  .after-footer-block {
    display: none;
  }
}

@media (max-width: 1440px) {
  .after-footer-block .close-footer {
    right: 20px;
    top: 12px;
  }
}

.to-top {
  background-image: url(../img/tootop.png);
  background-repeat: no-repeat;
  background-position: top center;
  position: fixed;
  right: 40px;
  z-index: 9;
  bottom: 180px;
  background-size: cover;
  width: 50px;
  height: 50px;
}

footer .flag {
  justify-content: end;
}

@media (max-width: 768px) and (min-width: 562px) {
  .logo_country {
    top: -22px;
  }
}

@media (max-width: 455px) {
  .logo_country {
    top: -15px;
    left: 5px;
  }
}

@media (max-width: 600px) {
  .nav-button button {
    font-size: 14px;
    padding: .4375rem 1rem;
    line-height: normal;
  }

  .navbar > .container-sm {
    flex-wrap: nowrap;
  }
}
.black-box-section .container-sm a {
  color: #ffffff;
}
@media (max-width: 561px) and (min-width: 451px) {
  .logo_country {
    top: -23px;
    left: 5px;
  }

  .nav-button button {
    font-size: 12px;
    padding: .4375rem 0;
    line-height: normal;
  }

  .navbar-brand img {
    background-size: contain;
  }
}
.footer-top-logo, label {
  display: flex;
  flex-direction: column;
}
.black-box-section table {
  background: white;
}