* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

:root {
  --primary-color: #ffffff;
  --secondary-color: #ffffff;
  --body-bg: #223038;
  --header-bg: #1a272e;
  --btn-grad: linear-gradient(180deg, rgb(240, 177, 94) 0%, rgb(224, 169, 15) 100%);
  --btn-reg: #e97272;
  --btn-reg-hover: rgb(231, 124, 36);
  --btn--login: rgb(255, 255, 255);
  --btn--login-hover: rgb(233, 129, 44);
  --accent-color: rgb(255, 214, 101);
  --active: #fed800;
  --section-border: rgb(218, 203, 123);
  --link: #ffffff;
  --link-hover: rgb(247, 145, 62);
  --burger-active: #fcebcc;
  --nav-bg: #1A272E;
  --nav-top: 60px;
  --btn--color: #fff;
  --btn--color-hover: #3d3d3d;
  --menu-top: 99px;
  --menu-topMobile: 57px;

}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
  text-align: justify;
}

h1, .title {
  font-size: clamp(20px, 5vw, 34px);
  text-align: center;
  margin: 40px 0;
}

@media (max-width: 550px) {
  h1, .title {
    margin: 20px 0;
  }
}

h2 {
  font-size: clamp(20px, 5vw, 28px);
  margin-bottom: 20px;
}
h3 {
  font-size: clamp(18px, 5vw, 24px);
  margin-top: 15px;
  margin-bottom: 15px;
}

ul,
ul li {
  list-style: none;
}

li {
  margin-bottom: 10px;
}

ol, ul {
  margin: 10px 0;
}

ol {
  margin-left: 15px;
}

p {
  margin-bottom: 10px;
}

img {
  vertical-align: top;
}

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

/* no-scroll */
.no-scroll {
  position: fixed;
  overflow-y: hidden;
  width: 100vw;
}

html,
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  position: relative;
  flex-grow: 1;
}

@media (max-width: 1200px) {
  main {
    margin-bottom: 80px;
  }
}

footer {
  flex-shrink: 0;
}

body {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  line-height: 1.2;
  color: var(--primary-color);
  background-color: var(--body-bg);
}

.container {
  padding: 0 10px;
  max-width: 1230px;
  margin: 0 auto;
}

.p-80 {
  margin: 40px 0;
}
@media (max-width: 768px) {
  .p-80 {
    margin: 20px 0;
  }
}

.link {
  color: var(--link);
  transition: .3s ease-in-out;
}
@media (min-width: 768px) {
  .link:hover {
    color: var(--link-hover);
  }
}

.btn {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
  border: 2px solid var(--btn--login);
  background-color: var(--btn--login);
  font-weight: 600;
  color: var(--secondary-color);
  line-height: 0;
  letter-spacing: 0;
  height: 40px;
}
@media (max-width: 768px) {
  .btn {
    padding: 10px;
  }
  
}
@media (hover: hover) {
  .btn:hover {
    border-color: var(--btn--login-hover);
    background-color: var(--btn--login-hover);
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;

}
.img__wrapp {
  width: 50%;
  text-align: center;
  @media (max-width: 768px) {
    width: 100%;
  }
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  @media (max-width: 768px) {
    display: flex;
    flex-direction: column;
  }
}

.text__content {
  display: flex;
  flex-direction: column;
  text-align: justify;
  width: 50%;
  @media (max-width: 768px) {
    width: 100%;
  }
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/poppins-v22-latin-regular.woff") format("woff"),
    url("fonts/poppins-v22-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/poppins-v22-latin-600.woff") format("woff"),
    url("fonts/poppins-v22-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/poppins-v22-latin-700.woff") format("woff"),
    url("fonts/poppins-v22-latin-700.woff2") format("woff2");
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: var(--header-bg);
  z-index: 50;
  padding: 10px 0;
  box-shadow: 0 0 15px #fff;
  font-weight: 600;
}

.logo__link {
  display: flex;
  align-items: center;
}

.logo__wrapp {
  max-width: 100px;
  margin-right: 10px;
}

.logo {
  margin: 0;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 30px);
}

@media (max-width:500px) {
  .logo__wrapp {
    width: 102px;
  }
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.logo__link {
  grid-area: logo;
}

.offer__btns {
  grid-area: btns;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.offer__btn {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--btn-grad);
  color: var(--btn--color);

  @media (max-width: 550px){
    font-size: 14px;
  }
}

.offer__btn--reg {
  border-color: #fff;
  background-color: var(--btn-reg);
  color: var(--btn--color);
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .offer__btn--reg:hover {
    border-color: var(--btn-reg-hover);
    background-color: var(--btn-reg-hover);
  }
  .offer__btn:hover {
    color: var(--btn--color-hover);
  }
}

.offer__btn--download {
  margin-right: auto;
  margin-left: 0;
}

.offer__btn--download img {
  max-width: 16px;
  height: 16px;
}

@media (max-width: 1200px){

  .logo__wrapp {
    margin: 0 auto;
  }

}

@media screen and (min-width: 1200px){
.burger__btn {
  grid-area: burger;
  display: none;

  }
}

@media screen and (max-width: 1200px){
  .burger__btn {
    
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  cursor: pointer;
  }
}

/* burger__btn */
.burger__btn span {
  position: relative;
  background-color: #fff;
  width: 23px;
  height: 2px;
}

.burger__btn span::before {
  content: "";
  position: absolute;
  display: block;
  width: 23px;
  height: 2px;
  top: -5px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 560px) {
  .burger__btn span::before {
    top: -7px;
  }
}
.burger__btn span::after {
  content: "";
  position: absolute;
  display: block;
  width: 23px;
  height: 2px;
  bottom: -5px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 560px) {
  .burger__btn span::after {
    bottom: -7px;
  }
}
.burger__btn-active span::before {
  transform: rotate(45deg);
  top: -1px;
  background-color: var(--burger-active);
}
.burger__btn-active span::after {
  transform: rotate(-45deg);
  bottom: -1px;
  background-color: var(--burger-active);
}

/* span__none-active */
.span__none-active {
  height: 0 !important;
}


.menu__hidden {
  display: none;
}

@media screen and (max-width: 1200px) {
  .menu__hidden {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    background-color: var(--header-bg);
    z-index: 45;
  }
}


.nav--hidden {
  display: none;
  width: 100%;
  gap: 5px;
  margin: 10px 0;
}

.nav--hidden a {
  color: var(--primary-color);
  font-weight: 600;
}

.menu__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 5px;
  width: 100%;
  max-width: 100%;
}



.menu__hidden--link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}
.menu__link_4623211--img {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -50px;
  padding: 5px;
  box-shadow: inset 0 -4px 8px 4px rgb(255 231 135 / .4), inset 0 4px 8px 4px rgb(255 255 236 / .55), inset 0 -5px 0 rgb(255 234 100 / .7);
  ;
  background: linear-gradient(90deg, rgba(255,178,41,1) 21%, rgb(255, 243, 188) 50%, rgba(255,178,41,1) 78%);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
}

.menu__link_4623211--img:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(101deg, rgba(255,255,255,0.025647759103641476) 13%, rgba(254,255,4,0.9976365546218487) 50%, rgba(255,255,255,0) 89%);
  z-index: 1;
  transition: all .3s;
  animation: blink 3s ease-in-out infinite;
}
.menu__hidden--link img {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  color: var(--secondary-color);
}
.menu__hidden--link p {
  display: block;
  margin: 0;
  font-size: 12px;
  margin-top: auto;
  color: var(--secondary-color);
}



@media screen and (max-width: 1200px) {
  .nav {
  position: absolute;
  background: var(--nav-bg);
  padding: 40px;
  width: 400px;
  right: 0;
  top: var(--nav-top);
  bottom: 40px;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
  transform: translateY(100%);
  z-index: 40;
  transition: all 0.3s ease-in-out;
  }

  .nav--hidden {
    display: flex;
    justify-content: space-around;

  }

}


@media (max-width: 560px) {
  .nav {
  width:100%;
  }
}

@media screen and (min-width: 1200px) {
  .nav__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.nav__list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media screen and (max-width: 1200px) {
  .nav__list {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  gap: 15px;
  margin-bottom: 0;
  flex-direction: column;
  overflow-y: scroll;
  padding-bottom: 50px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  }
}

.nav__item {
  margin-right: 20px;
  margin-bottom: 0;
}

/* nav__active */
.nav__active {
  display: flex;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}

.active {
  position: relative;
  color: var(--active);
}

.active::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -5px;
  background-color: var(--active);
  transition: all 0.3s ease-in-out;
}

.hero {
  background-image: linear-gradient(180deg, rgba(252, 171, 255, 0.349) 0%, rgba(193, 255, 252, 0.26) 59%), url("img/banner-desktop.webp");
  background-size: cover;
  background-position: center;  
  background-repeat: no-repeat;
  padding: 100px 0;
  background-color: #223038;

}

.hero__wrapp--img {
  display: none;
  position: relative;
}

.hero__wrapp--img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(255,255,255,0.025647759103641476) 0%, #223038 59%);
  z-index: 9;
}

.hero__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  gap: 20px;
  z-index: 10;

}

.hero__span {
  text-transform: uppercase;
  background-color: #eee;
  border-radius: 20px;
  border: 2px solid #fff;
  padding: 10px;
  font-weight: 600;
  color: #444444;
}
.hero__bonus {
  font-weight: 700;
  font-size: clamp(28px, 5vw, 40px);
  text-align: center;
  color: #fff9e3;
}

.hero__btn--wrapp {
  border-radius: 40px;
  border: 1px solid #fff;
  background-color: #E6E7ED;
}

.hero__btn {
  position: relative;
  overflow: hidden;
  display: block;
  width: max-content;
  font-size: clamp(18px, 5vw, 22px);
  color: #000;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 40px;
  box-shadow: inset 0 -4px 8px 4px rgb(255 231 135 / .4), inset 0 4px 8px 4px rgb(255 255 236 / .55), inset 0 -5px 0 rgb(255 234 100 / .7);
  ;

  margin: 7px;
  padding: 15px 55px;
  background: rgb(255,178,41);
  background: linear-gradient(90deg, rgba(255,178,41,1) 21%, rgba(255,255,255,1) 50%, rgba(255,178,41,1) 78%);
}

.hero__btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(132deg, rgba(255,255,255,0.025647759103641476) 13%, rgba(254,255,4,0.9976365546218487) 50%, rgba(255,255,255,0) 89%);

  transition: all .3s;
  animation: blink 3s ease-in-out infinite;
}

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

.btn__center {

  margin: 20px auto 0;
}


@media screen and (max-width: 768px) {
  .hero {
    padding: 0;
    background-image: none;
    padding-bottom: 5px;
  }
  .hero__wrapp--img {
    display: block;
  }

  .hero__bonus {
    line-height: 1.2;
  }

  .hero__wrapper {
    margin: -75px auto 0;
    gap: 5px;
  }
  .hero__bonus {
    margin: 0;
  }
  .hero__btn {
    padding: 15px 55px;
  }
  .hero__span {
    padding: 5px 10px;
    margin: 0;
  }
}


.card__wrapper {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(5, 1fr);
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border: 1px solid var(--btn--login);
  border-radius: 5px;
  background-color: #302f2f;
  box-shadow: 5px 5px 5px var(--accent-color);
  transition: .3s ease-in-out;
  font-size: clamp(14px, 2vw, 20px);
  color: var(--primary-color);
}

.card svg {
  width: 50px;
  height: 50px;
}

@media (max-width: 500px) {
  .card {
    padding: 5px;
  }

  .card svg {
    width: 30px;
    height: 30px;
  }
}

@media (hover: hover) {
  .card:hover {
    background-color: #5f5e5e;
    box-shadow: 5px 5px 5px var(--link-hover);
    color: var(--accent-color);
  }
}

.owerlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.owerlay_active {
  visibility: visible;
  opacity: 1;
}

.li-style li {
  display: flex;
  align-items: start;
}

.li-style li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #B19464;
  border-radius: 20px;
  display: block;
  padding-right: 10px;
  margin-right: 15px;
  transform: translateY(5px);
}

.img__left {
  max-width: 50%;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;

  @media (max-width: 768px) {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.img__right {
  max-width: 50%;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;

  @media (max-width: 768px) {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.section__border {
  padding: 15px;
  border: 3px solid var(--section-border);
  border-radius: 7px;
}

.content,
.big__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.big__content {
  align-items: center;
  gap: 20px;
}

.content div {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
}
.big__content div {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
}

.content div a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.menu {
  position: sticky;
  top: var(--menu-top);
  left: 0;
  width: 100%;
  background-color: var(--body-bg);
  z-index: 10;

  @media (max-width: 1200px) {
    top: var(--menu-topMobile);
  }

}

.memu__line {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: thin;
  padding: 10px 5px 10px 0;
  scrollbar-color: #a3a8b1 transparent;

  @media (max-width: 1200px) {
    gap: 10px;
  }
}
.memu__line::-webkit-scrollbar {
  width: 5px; 
  color: transparent;
}

.memu__line::-webkit-scrollbar-track {
  margin-top: 10px;
  background: transparent;
}

.memu__line::-webkit-scrollbar-thumb {
  background-color: #050c26; 
  border-radius: 20px;
  border: 3px solid #050c26; 
}

.menu__link_4623211 {
  color: #ffffff;
}

.menu__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: max-content;
  padding: 10px;
  border: 1px solid var(--btn--login);
  border-radius: 7px;
  background-color: #223038;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  min-width: 110px;
  transition: all 0.3s ease-in-out;

  @media (max-width: 1200px) {
    flex-direction: row;
  }
}

@media (hover: hover) {
  .menu__item:hover {
    background-color: #283a5e;
    box-shadow: 4px 4px 8px 0px rgba(133, 176, 209, 0.5);
  }
}

.menu__item p {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.menu__item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .menu__item img {
    width: 30px;
    height: 30px;
  }
}
/* game */

.game__wrapp {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #a3a8b1 transparent;
}
.game__wrapp::-webkit-scrollbar {
  width: 5px; 
  color: transparent;
}

.game__wrapp::-webkit-scrollbar-track {
  margin-top: 10px;
  background: transparent;
}

.game__wrapp::-webkit-scrollbar-thumb {
  background-color: #050c26; 
  border-radius: 20px;
  border: 3px solid #050c26; 
}

.game__item  {
  cursor: pointer;
  min-width: 110px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  padding: 3px 3px 3px 3px;
}

.game__item  img {
  width: 100%;
  height: 175px;
  border-radius: 5px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.game__item :hover img{
  transform: scale(1.1);
}

.game__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.welcome__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
  color: #fff;
}
.welcom__wrapp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  padding: 15px;
  margin: 0 5px;
  border-radius: 10px;
  background-color: rgb(73, 73, 73);
}

.welcome__logo {
  max-width: 120px;
  display: block;
  margin: 0 auto;
}

.welcome__age {
  max-width: 50px;
  display: block;
  margin: 20px auto;
}
.welcom__wrapp h2 {
  margin-top: 15px;
  text-align: center;
}

.welcome__text p {
  text-align: center;
  font-size: 14px;
}


.welcome__list {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.welcome__item {
  width: 100%;
}
.welcome__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

@media (hover: hover) {
  .welcome__item:hover {
    box-shadow: 0 0 10px #fff;
  }
}

.welcome__item p {
  font-weight: 600;
  margin: 0;
  text-align: start;
}
.welcome__idicator {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.weclome__check {
  position: relative;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.weclome__check--active::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.welcome__choose {
  width: 100%;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  border-radius: 10px;
  background-color: var(--second-color);
  border: 1px solid var(--second-color);
  transition: all 0.3s ease-in-out;
  color: #fff;
  cursor: pointer;
}

.welcome__choose:hover {
  box-shadow: 0 0 10px var(--second-color);
}

.bonus__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;  
}

@media screen and (max-width: 768px) {
  .bonus__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media screen and (max-width: 650px) {
  .bonus__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.bonus__img {
  background-image: url("img/bonus_bg.webp"), linear-gradient( 204.53deg, #d5edff 23.9%, #eeecff 40.11%, #f9f3ff 55.27%, #f5fcff 75.24%, #e9f5ff 95.04% ), linear-gradient( 154.16deg, #ff9c2c .63%, #fff1cc 14.26%, #b45b1b 23.07%, #ffc170 63.25%, #fee5b3 77.52%, #9f5e26 92.57% ); 
  border: 1px solid gold;
  border-radius: 7px;
}

.bonus__img img {
  transform: scale(1.07);
  transition: all .2s ease-in-out;
}

.bonus__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 9px;
  transition: all .3s ease-in-out;
}

@media (hover: hover) {
  .bonus__item:hover {
    box-shadow: 0 0 10px #fff;
  }
  .bonus__item:hover img {
    transform: scale(1.15)
  }
}

.bonus__item h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  text-align: start;
  height: 90px;
  color: #000;

  @media (max-width: 650px) {
    height: auto;
  }
}

.bonus__item p {
  display: block;
  margin-top: auto;
  margin-bottom: 0;
  text-align: end;
  font-weight: 600;
  color:#a7c3fc
}

.text__wrapp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  padding: 0 10px;
}

.sport__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media screen and (max-width: 720px) {
  .sport__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.sport__item  {
  background-color: #cfcfcf;
  border-radius: 8px;
  padding: 5px;
  border: 2px goldenrod solid;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.sport__item  img {
  transition: all .3s ease-in-out;
}

@media (hover: hover) {
  .sport__item :hover {
    box-shadow: 0 0 10px #cfcfcf;
  }
  .sport__item :hover  img{
    transform: scale(1.05);
  }
}


.accordions {
  width: 100%;
  margin-top: 20px;
}

.accordion {
  width: 100%;
  height: auto;
  margin: 10px 0;
}

.accordion__slot {
  width: 100%;
  display: block;
}

.accordion__button {
  border-radius: 5px;
  color: #fcfcfc;
  cursor: pointer;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 500ms ease;
  user-select: none;
  background: #2c3e4e;
  box-shadow: 0 2px 5px rgba(219, 219, 219, 0.644);
  position: relative;
  letter-spacing: 1px;
  font-weight: 600;
}
.accordion__button:hover {
  color: #fffb2a;
}
.accordion__button-active {
  color: #fffb2a;
}

.accordion__panel {
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  padding: 0 5px;
  transition: visibility 500ms, max-height 600ms;
  transition-timing-function: cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.accordion__panel-active {
  max-height: var(--height, 0);
  visibility: visible;
}

.accordion-panel__content {
  color: #fcfcfc;
  background-color: #233442;
  box-shadow: 0 2px 5px rgba(219, 219, 219, 0.644);
  padding: 20px;
  border-radius: 10px;
  line-height: 1.5;
  margin: 10px 0;
  user-select: none;
}



.table-container {
  overflow-x: auto; 
  margin: 20px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

th, td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: var(--header-bg);
}


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

  th, td {
    padding: 10px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.m-20 {
  margin: 20px 0;
}