* {
  box-sizing:border-box;
  scroll-behavior: smooth;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

html,
h1,
body,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
ol,
button,
p,
a,
ul,
li,
img {
  margin: 0;
  padding: 0;
}

ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 30px;
  margin:  8px 0;
}

body {
  background: #233a50;
}

h1 {
  padding: 10px;
  font-size: 36px;
}

.check_container p {
  display: flex;
  align-items: center;
}

.check {
  height: 30px;
  margin-right: 10px;
}

header {
  padding:8px 0;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background-color: #051425;
  z-index:9;
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.1);
}

.wrapper {
  width: 85%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.header_top {
  justify-content: space-between;
  align-items:center;
  gap: 40px;
  display:flex;
}

.logo {
  line-height: 1;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: flex;
  box-shadow: none;
  width: 100%;
  transition: 0.3s;
}

.logo img {
  width: 170px;
}

.menuDesktop {
  display: flex;
  justify-content: center;
  overflow-y: hidden;
}

.overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.image_container img {
  width: 50%;
}

.menuDesktop li {
  display: inline-block;
  margin: 0 10px;
}

.images_list {
  padding-left: 10px;
  list-style-type: none;
}

.image_container h1, .image_container h2 {
  text-align: start;
  padding: 10px;
}

.bonus_button {
  color: rgb(97, 193, 182);
  border: 2px solid rgb(97, 193, 182);
  border-radius: 9px;
  font-family: "Dela Gothic One", sans-serif;
  background-color: #012A33;
  padding: 5px 19px;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

ol {
  margin-top: 20px;
  padding-left: 30px;
  display: flex;
  gap: 8px;
  flex-direction: column;
}

ol li {
  position: relative;
}

.homepage_button {
  color: #28263A;
  margin-left: 10px;
  text-transform: uppercase;
  width: fit-content;
  font-weight: bold;
  border-radius: 25px;
  margin-top: 50px;
  display: inline-block;
  padding: 9px 21px;
  background-color: #FFA512;
}

.homepage {
  width: 50%;
}

.app_homepage {
  width: 40%;
}

.homepage_buttons {
  display: flex;
  gap: 20px;
}

.menuDesktop a {
  font-size: 15px;
  line-height: 20px;
  padding: 5px;
  border-radius: 5px;
  color: #9b9bb3;
}

a {
  text-decoration: none;
}

.center_image {
  width: 70%;
  border-radius: 20px;
  margin: 20px 0;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

.button {
  position: relative;
  display: flex
;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 36px;
  padding: 0px 15px;
  overflow: hidden;
  font-family: "Baloo 2", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 140%;
  pointer-events: inherit;
  border: none;
  border-radius: 4px;
  outline: none;
  transition: opacity 0.15s ease-in-out;
  color: rgb(255, 255, 255);
  background: rgb(97, 193, 182);
}

.logButton {
  position: relative;
  display: flex
;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 36px;
  padding: 0px 15px;
  overflow: hidden;
  font-family: "Baloo 2", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 140%;
  pointer-events: inherit;
  border-radius: 4px;
  outline: none;
  transition: opacity 0.15s ease-in-out;
  color: rgb(255, 255, 255);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.content_page {
  padding: 150px 0px 20px 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.content_page section {
  background: #051425;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 10px;
  width: 90%;
}

section {
  position: relative;
  z-index: inherit;
}

::marker {color: rgb(97, 193, 182);}

.list_sports {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.list_sports li {
  width: 30%;
}

table {  display: block;
  color: #fff;
  margin: 15px auto;
  border-collapse: collapse;
  width: fit-content;
  overflow: auto;
  border: 1px solid rgb(97, 193, 182) ;
}

table td, th {
  border: 1px solid rgb(97, 193, 182) ;
  border-left: none;
  border-bottom: none;
  text-align:center;
  padding:10px;
}

h2, h3 {
  text-align: center;
  padding: 15px 0 0;
}

.dropdown__element > div > p {
  padding: 0;
}

.image_container {
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

.images_seciton img {
  border-radius: 20px;
  width: 45%;
}

.images_seciton {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

p {
  padding: 15px 10px 0;
  color: #FFFFFF;
}

td > a {
  color: white;
}

.table__container {
  overflow-x: auto;
}

.wrapper > div:last-of-type {
  display: flex;
  gap : 20px;
}

.menuBurger {
  display: none;
}

footer {
  background-color: #292A2E;
  padding: 30px 0 30px 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.footer_container {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.footer_block {

  display: flex;
  flex-direction: column;
  gap: 20px;
}

.foter_block--second img, .foter_block--first img {
  width: 250px;
}

footer p {
  padding: 0;
}

.footer_year, .footer_year a, .foter_block--fourth a {
  color: #10AD77;
}

.footer_links a {
  color: #fff !important;
}

.footer_links {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.foter_block--fourth a {
  white-space: nowrap;
}

.foter_block--third img {
  width: 50px;
}

footer > div {
  max-width: 88%;
}

.menu-text {
  height: inherit;
  width: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  transition: all 0.25s ease-out;
  background: linear-gradient(0deg, #428cdc 0, #509aea 97%, #509aea);
  color: #ddd;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

section:first-of-type {
  margin-top: 12px;
}

.menu-text::after {
  content: "РІвЂ“С•";
  padding-left: 0.5rem;
}

.menu-text.menu-text-open::after {
  content: "РІвЂ“Т‘";
}

.menu-content {
  background-color: lightgray;
  display: flex;
  position: relative;
  flex-direction: column;
}

.menu-content-hidden {
  transform: scaleY(0);
}

.active {
  height: auto;
  width: auto;
}

.content-menu > .active_menu {
  display: inline-block;
}



@media (max-width: 1024px) {
  .footer_container {
    flex-direction: column;
  }
  .image_container {
    flex-direction: column;
  }

  .homepage_button {
    position: relative;
    left: 50%;
    margin-left: 0;
    text-align: center;
    transform: translateX(-50%);
  }

  .app_homepage {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .content_page {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0;
    width: 100%;
  }

  .header_top {
    width: auto;
  }

  .image_container img {
    width: 100%;
  }

  h1 {
    font-size: 28px;
  }

  .button {
    padding: 7px 14px;
  }
}

.questions-title {
  font-weight: 700;
  font-size: 24px;
  color: white;
  margin-top: 60px;
  margin-bottom: 30px;
}

.dropdown {
  min-width: 15em;
  position: relative;
  margin-top: 16px;
}

.select {
  background: #10AD77;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px #10AD77 solid;
  border-radius: 0.5em;
  padding: 12px 16px;
  cursor: pointer;
}

.selected {
  font-size: 18px;
  font-weight: 500;
}

.select-clicked {
  border: 1px #10AD77 solid;
  border-bottom: none;
}

.caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: 0.3s;
}

.caret-rotate {
  transform: rotate(180deg);
}

.menu {
  list-style: none;
  border: 1px #10AD77 solid;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  color: #9fa5b5;
  top: 3em;
  width: 100%;
  opacity: 0;
  display: none;
  transition: 0.2s;
  z-index: 1;
  margin-top: 16px;
}

.menu li {
  padding: 12px 16px;
  border-radius: 0.5em;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.menu-open {
  display: block;
  padding-left: 0;
  opacity: 1;
  color: #fff;
  background-color: #10AD77;
  opacity: 0.8;
}

.dropdown__element {
  display: flex;
  justify-content: space-between;
}

.dropdown--last {
  margin-bottom: 93px;
}

.header_links {
  display: flex;
  justify-content: space-evenly;
  gap: 45px;
}

.header_links a {
  color: #fff;
}

@media (max-width: 1024px) {
  .dropdown {
    width: auto;
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .container {
    flex-direction: column;
  }

  .homepage {
    width: 100%;
  }
}

@media (max-width: 720px) {
  header > div {
    flex-direction: column;
  }

  .images img {
    width: 95%;
  }

  .dropdown {
    width: calc(100% - 32px);
    margin-left: 16px;
  }

  .select {
    gap: 10px;
  }

  .menu li, .selected {
    font-size: 13px;
  }
}
header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 40px;
  z-index: 5;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
}

.header-nav {
  order: 2;
}

.header-nav {
  display: none; 
}

.header-nav.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.97);
  z-index: 10;
  opacity: 1;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}

.header-nav.active .header-nav__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  height: 100%;
  overflow: auto;
}

nav.active ul {
  width: 100%;
  text-align: center;
  padding: 0;
  overflow: hidden;
  display: block;
}

nav.active ul li {
  padding: 10px 0;
}

nav ul {
  padding: 8px 0 0 0;
  display: flex;
}

nav ul li {
  padding: 0 0 0 13px;
  list-style: none;
}
/* 
.header_holder {
  display: none;
} */

nav ul li a {
  display: inline-block;
  font-family: "BrandonText", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: white;
  text-transform: uppercase;
  padding: 5px 8px;
  letter-spacing: 0.9px;
  position: relative;
  text-decoration: none;
  transition: color .5s ease-in-out;
}

nav ul li a:hover {
  color: orange;
  transition: color .3s ease-in-out;
}

.device-menu {
  position: static;
  top: 35px;
  width: 55px;
  height: 50px;
  z-index: 11;
  width: 45px;
  height: 40px;
  display: none;
}


.device-menu .device-menu__inner {
  width: 24px;
  height: 18px;
  position: absolute;
  top: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.device-menu span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background-color: white;
  top: 5px;
  left: 0;
}

.device-menu span:nth-child(1) {
  top: 0;
  -webkit-transition: rotate, 0.3s;
  transition: rotate, 0.3s;
}

.device-menu span:nth-child(2) {
  top: 50%;
}

.device-menu span:nth-child(3) {
  top: 100%;
  -webkit-transition: rotate, 0.3s;
  transition: rotate, 0.3s;
}

.big_table p {
  padding: 0;
}

.pagamento_button {
  margin-top: 20px;
}

.device-menu.open span:nth-child(1) {
  top: 10px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.device-menu.open span:nth-child(2) {
  opacity: 0;
}

.device-menu.open span:nth-child(3) {
  top: 10px;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1400px) {
  .wrapper {
    width: 100%;
    gap: 8px;
  }

  .header_links {
    gap: 20px;
  }
}

@media (max-width: 1200px) {
  .device-menu {
    display: block;
  }

  .header_links {
    display: none;
  }

  .header_holder {
    display: block;
  } 

  .homepage_button:nth-of-type(2) {
    margin-top: 0;
  }

  .homepage_buttons {
    flex-direction: column;
  }

  .header_links {
    display: none;
  }

  .header_top {
    width: 50%;
  }
}

@media (max-width: 720px) {
  .header_top {
    width: auto;
  }
}