:root {
  --font-family: "Open Sans", sans-serif;
  --content-width: 840px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
}

@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSansRegular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("/fonts/OpenSansBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
  display: block;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #262626;
  padding: 10px 0;
}

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

.header__login {
  color: #fff;
  background-color: #24BA9D;
  padding: 5px 20px;
  border-radius: 4px;
}

.header__login:hover{
  background-color: #E13D20;
  transition: all 0.2s;
}

.header__registration {
  color: #fff;
  background-color: #E13D20;
  padding: 5px 20px;
  border-radius: 4px;
}

.header__registration:hover{
  background-color: #24BA9D;
  transition: all 0.2s;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav__link {
  color: #969696;
}

.content {
  background-color: #262634;
  color: #fff;
  font-size: 16px;
  padding: 50px 0 15px 0;
}
.content h1 {
  color: #24BA9D;
  font-size: 25px;
  margin-top: 35px;
}
.content h2 {
  color: #24BA9D;
  font-size: 20px;
  margin-bottom: 20px;
}
.content h3 {
  color: #24BA9D;
  margin-bottom: 15px;
}
.content p {
  margin-bottom: 15px;
}
.content img {
  display: block;
  margin: 35px 0;
}

.content ul li:not(:last-child){
  margin-bottom: 5px;
}

.content table {
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0;
}

.content td {
  border: 1px solid #24BA9D;
  padding: 10px;
}

.footer {
  background-color: #262626;
  padding: 15px 0;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.footer__title {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-bottom: 7px;
}

footer .footer__links {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  margin-bottom: 10px;
}
.footer__link {
  color: #969696;
}
.footer__link:hover{
  /* font-weight: 700; */
  color: #fff;
}

.footer__address {
  color: #969696;
}

.footer__descr {
  color: #969696;
  margin-bottom: 7px;
}

.footer__copyright {
  color: #969696;
  font-size: 13px;
  text-align: center;
}

.footer__list{
  display: flex;
  flex-direction: column;
  gap: 3px;
}

#betting-info {
  width: 100%;
}

#betting-info img {
  border-radius: 0px;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
}

#betting-info tr td {
  padding: 10px 0;
  border: none;
}

.betting-info-item {
  border-bottom: 1px solid #AFAFAF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betting-info-item__left {
  display: flex;
  align-items: center;
}

.betting-info-item__left svg {
  margin-right: 10px;
  fill: #dc1f00;
}

.betting-info-item__right p {
  display: flex;
  align-items: center;
  margin: 0;
}

.betting-info-item__right_icons {
  display: flex;
  align-items: center;
}

.betting-info-item__right_bonus a {
  background-color: #2F6BCB;
  padding: 5px 8px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}

.icon {
  margin-right: 10px;
}

.icon:last-child {
  margin-right: 0;
}

.green-color {
  color: #24ba9d;
  transition: all 0.2s linear;
}

.green-color svg {
  fill: #24ba9d;
  transition: all 0.2s linear;
}

.green-color:hover {
  color: #fff;
}

.green-color:hover svg {
  fill: #fff;
}

.betting-info-item__right_payment {
  position: relative;
  max-width: 45%;
  width: fit-content;
}

@media (max-width: 500px) {
  #betting-info {
    width: 100%;
    display: table;
  }
}

.header__link{
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav__link--active{
  color: #fff;
  font-weight: 700;
}

.nav__item:hover .nav__link{
  color: #fff;
}

.nav__item:hover:after{
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-top: 2px;
  transition: all 0.8s;
}

.burger-menu{
  display: none;
}

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

  .burger-menu{
    display: block;
  }

  .burger-menu {
    width: 40px;
    order: -1;
    z-index: 5;
  }

  .header__container{
    flex-direction: column;
  }

  .header__link{
    width: 100%;
    justify-content: space-between;
  }

  .header__btns{
    display: flex;
    gap: 20px;
    width: 100%;
    margin-top: 10px;
  }

  .header__login{
    width: 50%;
  }

  .header__registration{
    width: 50%;
  }

  .content{
    padding-top: 105px;
  }
}

.burger-menu input {
  display: none;
}

.burger-menu label {
  position: relative;
  top: unset;
  left: 0;
  width: 44px;
  height: 25px;
  display: block;
  transition: left .4s;
  z-index: 10;
  display: none;
}

@media (max-width:550px) {
  .burger-menu label {
    display: initial;
  }
}

.burger-menu label span {
  display: block;
  height: 3px;
  background-color: #fff;
  margin: 9px 0 0;
  transition: .3s linear;
  position: relative;
  opacity: 1;
  top: -5px;
  border-radius: 5px;
}

#burger:checked~label {
  position: fixed;
  top: 0;
  left: 130px;
  width: 30px;
  height: 30px;
}

#burger:checked~.nav-bar {
  left: 0;
}

#burger:checked~label span.first {
  transform: rotate(45deg);
  top: 20px;
}

#burger:checked~label span.second {
  opacity: 0;
}

#burger:checked~label span.third {
  transform: rotate(-45deg)
}

.nav-bar {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: fixed;
  padding: 40px 0 40px 20px;
  margin: 0;
  box-sizing: border-box;
  width: 170px;
  background-color: #232330;
  background-repeat: no-repeat;
  background-size: 129px;
  background-position: 19px 0;
  height: 100%;
  top: 0;
  left: -300px;
  transition: left .4s;
  z-index: 2;
}

.nav__mobile-item:not(:last-child){
  margin-bottom: 15px;
}

.content ul li ul,
.content ol li ul{
  margin: 5px 0;
}

.content a {
  color: #24BA9D;
  text-decoration: none;
}

.content a:hover {
  color: #57dfc3;
  text-decoration: underline;
}