*::-webkit-scrollbar {
    width: 10px;
    background-color: #5B5B5F;
  }
  
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000;
	border: 1px solid #ccc;
  }
  
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
}

*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	width: 100%;
	font-size: 100%;
	font-family: "Rubik", sans-serif;
	line-height: 1.4;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #0C111D;
	color: #9DA7C6;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none; color: #9DA7C6;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/

.container{
	max-width: 1400px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

section{
	margin: 20px 0;
}

.image__svg_logo {
  filter: invert(1);
}

.scroll_box{
  overflow-x: scroll;
  scrollbar-color: #C936F9 transparent;
  scrollbar-width: thin;
}

.header {
    background-color: #192232;
    padding: 10px 0;
}

.header__content_left {
    display: flex;
    gap: 30px;
}

.menu-header {
    display: flex;
    gap: 20px;
    align-items: center;
}

.menu-header li a{
  color: #fff;
}


.header_logo_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.header_logo_box span {
    background-color: #F6AE21;
    color: #000;
    border-radius: 20px;
    padding: 5px 10px;
    font-weight: 500;
}

.header__content {
    display: flex;
	justify-content: space-between;
}

.header__button, .banner_cont_batton {
    background-color: #F6AE21;
    color: #000;
    border-radius: 10px;
    padding: 5px 30px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	width: fit-content;
}

.banner__container{
    position: relative;
    height: 270px;
    }

    .banner__cont_image{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .banner__cont_text {
		position: relative;
		z-index: 2;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100%;
		gap: 10px;
		padding-left: 80px;
		color: #fff;
	}

    .banner__cont_title{
        font-size: 36px;
        max-width: 300px;
    }

    .banner__cont_image img {
		height: 100%;
		width: 100%;
		border-radius: 16px;
	}

/* burger AMP START */

.menu__btn, .input__burger{
	display: none;
}

@media(max-width:992px){

#menu__toggle {
	opacity: 0;
  }

  .menu__btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #616161;
  }
  .menu__btn > span::before {
	content: '';
	top: -8px;
  }
  .menu__btn > span::after {
	content: '';
	top: 8px;
}

.menu__box {
  z-index: 5;
  display: flex;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  text-align: center;
  background-color: #192232;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}

  .menu__item {
	display: block;
	padding: 12px 24px;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
  }
  .menu__item:hover {
	background-color: #CFD8DC;
  }
  #menu__toggle:checked ~ .menu__btn > span {
	transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
	top: 0;
	transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
	top: 0;
	transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
	visibility: visible;
	left: 0;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
	transition-duration: .25s;
  }
  .menu__box {
	transition-duration: .25s;
  }
  .menu__item {
	transition-duration: .25s;
  }

  .header__button{
	margin-right: 40px;
  }
}

/* burger AMP END */

.search__form {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin-bottom: 10px;
}

.search__label {
  position: relative;
  width: 100%;
}

.search__input {
  padding: 10px 40px;
  font-size: 18px;
  background-color: #192231;
  color: #fff;
  width: 100%;
  border-radius: 10px;
}

.search__icon_button {
  width: 24px;
  background-color: transparent;
  position: absolute;
  top: 8px;
  left: 5px;
}

.search__games_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #192231;
  font-size: 18px;
  padding: 8px 10px;
  border-radius: 10px;
}

.chose__games_container{
  margin-bottom: 10px;
}

.chose__games_box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  background-color: #192231;
  border-radius: 10px;
  min-width: 1300px;
}

.chose__game_link {
  font-size: 18px;
  transition: ease .3s color;
}

.chose__game_link:hover {
  color: #fff;
}

.game__win_box {
  display: flex;
  gap: 10px;
  background-color: #192231;
  border-radius: 10px;
}

.game__win_repeater {
  display: flex;
  gap: 10px;
  min-width: 1300px;
  justify-content: space-between;
}

.game__win_image {
  width: 100%;
  max-width: 55px;
  border-radius: 10px;
}

.game__type {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.winrate__text_box {
  padding: 4px;
}

.win_factor {
  color: #fff;
  font-size: 16px;
}

.win_factor span{
  font-weight: 700;
  font-size: 18px;
}

.win_nickname {
  font-size: 12px;
}

.win_summ {
  color: #E9AC43;
  font-size: 18px;
  font-weight: 500;
}

.game__demo_box {
  position: relative;
  display: block;
}

.game__demo_repeater {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.demo__game_play {
  margin: 20px auto;
  display: block;
}

.text_box_demo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 10px;
  opacity: 0;
  transition: ease .3s opacity;
}

.demo__game_provider {
  text-align: center;
  color: #2d2b2b;
}

.demo__game_image {
  width: 170px;
  border-radius: 10px;
  transition: ease .3s filter;
  position: relative;
  z-index: 1;
  height: 190px;
}

.demo__game_name {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.game__demo_box:hover .demo__game_image{
  filter: blur(5px);
}

.game__demo_box:hover .text_box_demo{
  opacity: 1;
}

.content__box{
  color: #fff;
}

.content__box h1{
  font-size: 36px;
  margin: 10px 0;
  color: #E9AC43;
  font-weight: 500;
}

.content__box h2, .faq_title{
  font-size: 32px;
  margin: 10px 0;
  color: #E9AC43;
  font-weight: 500;
}

.content__box h3, .accordion{
  font-size: 28px;
  margin: 10px 0;
  color: #E9AC43;
  font-weight: 500;
}

.content__box h4{
  font-size: 24px;
  margin: 10px 0;
  color: #E9AC43;
  font-weight: 500;
}

.content__box p, .faq_answer{
  font-size: 18px;
  margin: 6px 0;
  color: #fff;
}

.content__box li {
  font-size: 16px;
  margin: 3px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.content__box li::before{
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
}

.turnire__image_box {
  position: relative;
  min-width: 290px;
  height: 195px;
  max-width: 335px;
}

.turnire_repiater {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.turnire__image_box_text {
  position: absolute;
  z-index: 3;
  padding: 10px;
}

.turnire__image_box_background {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  filter: brightness(0.8);
  border-radius: 10px 10px 0 0;
}

.turnire__image_box_image {
  position: absolute;
  z-index: 2;
  width: 150px;
  bottom: 0;
  right: 0;
  filter: brightness(0.8);
}

.turnire__image_box_active {
  display: inline-block;
  padding: 5px;
  border-radius: 8px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.turnire__image_box_text_price {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}

.turnire__image_box_price_founds {
  color: #ECA824;
  font-weight: 700;
  font-size: 20px;
}

.turnire__info_box {
  padding: 10px;
  background-color: #192232;
  border-radius: 0 0 10px 10px;
}

.turnire__name {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.turnire__descr {
  color: #fff;
  margin-bottom: 12px;
}

.turnire__cont_box {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.turnire__cont_box_title {
  font-size: 12px;
  margin-bottom: 4px;
}

.turnire__cont_box_descr {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.turnire__button{
  background-color: #F6AE21;
    color: #000;
    border-radius: 10px;
    padding: 12px 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.provider__content {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.provider__links {
  background-color: #192232;
  display: block;
  border-radius: 16px;
  padding: 20px 30px;
  border: 2px solid #2C3547;
}

.provider__logo {
  filter: brightness(0.7);
  width: 150px;
}

.turnire__image_box_active.a{
  color: #50CD64;
  background-color: rgba(80, 205, 100, 0.15);
}

.turnire__image_box_active.f{
  color: #ECA824;
  background-color: rgba(236, 168, 36, 0.149);
}


.footer{
  background-color: #171F2E;
}

.footer__menu_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer__content{
  padding: 20px 0;
}

.footer__menu_header {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.footer__menu_list {
  margin-bottom: 3px;
}

.footer__menu_link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.footer__social_link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #877CFF;
  border-radius: 10px;
}

.footer__social_links {
  display: flex;
  gap: 10px;
}

.footer__payments_section{
  background-color: #1F2A3D;
  margin: 0;
  padding: 20px 0;
}

.footer__payments {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer__info{
  margin: 0;
  padding: 20px 0;
}

.footer__info_icons img{
  width: 40px;
}

.footer__info_icons {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  column-gap: 30px;
  flex-wrap: wrap;
}

.footer__info_protect{
  padding: 3px;
  background-color: #27344B;
  color: #fff;
  font-weight: 500;
}

.footer__disclamer_text, .footer__copyright_text{
  text-align: center;
  color: #fff;
}

.disclamer__section{
  margin: 0;
  padding: 20px 0;
}

.site-table {
  background: #272828;
  border-radius: .4em;
  color: #fff;
  margin: 1em 0;
  min-width: 80%;
  overflow: hidden;
  width: 100%;
}

.site-table tr {
  border-color: #2c2e3b;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.site-table td:first-child {
  padding-top: .5em;
}
.site-table td, .site-table th {
  background: #192232;
  padding: 10px;
}

.site-table td {
  display: block;
  margin: .5em 1em;
}

.site-table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}


.site-table td:before {
  content: attr(data-th) ": ";
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-align: left;
  width: 6.5em;
  color: #ECA824;
}

.site-table tr td:last-child{
  margin-bottom: 20px;
}

.site-table tr:last-child td{
  margin-bottom: 1em;
}

.site-table th {
  display: none;
  margin: .5em 1em;
}

@media (min-width: 768px) {
  .site-table td:first-child, .site-table th:first-child {
      padding-left: 0;
  }
.site-table td:before{
  display:none;
}
}
@media (min-width: 768px) {
  .site-table td, .site-table th {
      border-radius: 5px;
      display: table-cell;
      padding: 1em !important;
      text-align: center;
  }
}

@media(max-width:560px){
  .turnire_box {
    width: 100%;
}
.turnire__image_box {
  max-width: 100%;
  width: 100%;
  min-width: unset;
}
}

@media(max-width:492px){
  .banner__cont_text{
    padding: 10px;
  }
  .provider__links{
    padding: 10px;
    width: 100%;
  }
}

@media(max-width:390px){
  .header_logo_box span{
    display: none;
  }
}