

@charset "utf-8";

@media screen and (max-width: 1600px){
  .cover{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .prime__image {
    height: 80%;
  }
}
@media screen and (max-width: 1400px) {
  .page {
    padding-left: 20px;
    padding-right: 20px;
  }
	.cover {
		padding-left: 20px;
		padding-right: 20px;
	}

  .prime__wrap {
    max-width: 54%;
  }
	.section {
		max-width: 100%;
	}


	.prime, .upto {
		min-height: 320px;
	}


}
@media screen and (max-width: 1280px) {
  .sidebar {
    display: none;
  }
  .main {
    width: 100%;
  }
	.main__navigation {
		display: block;
	}
	.navigation {
		margin-top: 20px;
	}
	.navigation ul {
		display: none;
	}
	.navigation__head{
		-webkit-border-radius: 6px;
		        border-radius: 6px;
	}
	.navigation__head::before{
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.navigation__head.active::before{
		-webkit-transform: scale(-1);
		    -ms-transform: scale(-1);
		        transform: scale(-1);
	}
	.navigation__head.active{
		-webkit-border-radius: 6px 6px 0 0;
		        border-radius: 6px 6px 0 0;
	}
	/* HEADER */
	.header__button-menu {
		display: block;
		background-color: #2E9344;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		        -webkit-flex: 0 1 auto;
		        flex: 0 1 auto;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		        -webkit-order: 3;
		        order: 3;
		min-width: 0;
		padding: 13px;
		margin: 0px 0px 0px 16px;
		-webkit-border-radius: 12px;
		        border-radius: 12px;
	}

	.header__button-menu svg {
		display: block;
		margin: 0px;
	}

	.header__button-menu svg rect {
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		    transform-origin: 50% 50%;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}



	.header__button-menu.active svg rect:nth-child(1) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		    transform: rotate(225deg);
	}

	.header__button-menu.active svg rect:nth-child(2) {
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		    transform-origin: 50% 50%;
		-webkit-transform: scale(0,2);
		-ms-transform: scale(0,2);
		    transform: scale(0,2);
	}

	.header__button-menu.active svg rect:nth-child(3) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		    transform: rotate(135deg);
	}

	.header__menu {
		display: block;
		position: absolute;
		top: -100vh;
		left: 0px;
		width: 100%;
		height: auto;
		max-height: -webkit-calc(100vh - 74px);
		max-height: calc(100vh - 74px);
		overflow: auto;
		background: #297a83;
		text-align: center;
		-webkit-box-shadow: 0px 0px 125px rgba(0,0,0,0.20);
		box-shadow: 0px 0px 125px rgba(0,0,0,0.20);
		opacity: 0.00;
		padding: 30px 16px 110px 16px;
		margin: 0px !important;
		z-index: -1;
		-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		transition: all 0.75s;
	}

	.header__menu .header-menu__desc {
		max-width: 320px;
	}


	.header__menu-mob > li.active > a {
		background: #104C54;
	}
	.header__menu ul:last-child {
		display: block;
	}

	.header__menu > * {
		margin: 24px auto 0px auto;
	}

	.header__button-menu.active ~ .header__menu {
		top: 100%;
		opacity: 1.00;
	}


	.header__menu > ul > li > a {
		background: #124B4F;
		-webkit-border-radius: 32px;
		        border-radius: 32px;
	}
	/* hover */


	/*menu*/
	.header__menu ul {
		-webkit-box-shadow: none;
		        box-shadow: none;
		-webkit-border-radius: 0;
		        border-radius: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        -webkit-flex-direction: column;
		        flex-direction: column;
		background-color: transparent;
		max-width: 320px;
		padding: 0;
		margin: 24px auto 0 auto;
	}
	.header__menu li > a {
		border: 1px solid #fff;
    padding: 12px 16px;
	}
	.header__menu li {
		width: 100%;
	}
	.header__menu > ul > li + li {
		margin: 10px 0px 0px 0px;
	}
	.header__logo {
		margin-right: auto;
	}
	.header__button-login, .header__button-signup {
		min-width: auto;
	}
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__logo {
    width: 100%;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__menu {
    width: 100%;
  }

  .prime__image {
    height: 75%;
  }
}



@media screen and (max-width: 1000px) {
	.cover, .page {
		padding-left: 16px;
		padding-right: 16px;
	}
	.prime {
		min-height: 280px;
    padding: 30px 20px;
	}


  .prime__wrap {
    max-width: 100%;
  }
  .prime__image {
    opacity: 0.6;
    height: 100%;
  }

	.upto {
		padding:40px 20px;
    min-height: 280px;
	}
  .header__buttons {
    display: none;
  }
	.header__menu .header__button-login, .header__menu .header__button-signup {
		display: block;
		margin: 16px auto 0 auto;
		max-width: 320px;
		width: 100%;
	}
  .blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blocks .block {
    width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }


  .reviews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews__item {
    width: 100%;
  }
  .app {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 20px;
  }
  .locals {
    gap: 10px;
  }
  .footer__menu {
    gap: 24px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer__menu ul {
    width: -webkit-calc(33.33333% - 16px);
    width: calc(33.33333% - 16px);
  }

  .section__background img {
    -o-object-position: 90%;
       object-position: 90%;
  }
  .article .bonus-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}


@media screen and (max-width: 900px) {
  .upto {
    background-color: #000;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .upto__wrap {
    padding: 20px;
    border-radius: 6px;
    background-color: rgba(0,0,0,0.20);
    background-color: rgba(10, 64, 60, 0.6);
  }
  .upto__image {
    width: 100%;
  }
  .upto__image img{
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .vip__image {
    opacity: 0.3;
  }
  .vip ul{
    width: 100%;
  }

  .block__image {
    opacity: 0.4;
  }
  .block__wrap{
    width: 100%;
  }
  .bonus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article .bonus li{
    width: 100%;
  }
  .games__item {
    width: 100%;
  }
  .list-wrap ul li, .list-wrap ol li{
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .crypto{
    padding: 0;
  }
  .tournament__image {
    position: static;
    height: auto;
    max-width: 350px;
    margin: 20px auto 0 auto;
  }
  .tournament .block {
    width: 100%;
  }
  .tournament_reverse .tournament__image{
    margin-bottom: -20px;
  }
  .over__image, .betting__image {
    position: static;
    max-width: 500px;
    margin: 20px auto -20px auto;
  }
  .block_over ul, .block_betting ul {
    max-width: 100%;
  }
  .block_levels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .levels__image {
    max-width: 400px;
  }
}

@media screen and (max-width: 800px) {
  .locals a {
    padding: 8px;
  }
  .app {
    padding: 35px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .app__background img {
    -o-object-position: 75%;
       object-position: 75%;
  }
  .table {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .table thead, .table tbody {
    width: 800px;
    white-space: normal;
  }
  .table_grade thead, .table_grade tbody {
    width: 100%;
  }

  .upto__wrap {
    max-width: 100%;
  }

  .footer__menu ul {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
  }
  .footer__desc {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__desc-logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .footer__desc-logo img {
    max-width: 130px;
  }


  .system > ul{
    width: 100%;
  }
  .system__image {
    width: 100%;
    max-width: 400px;
    position: static;
    margin: 0 auto 20px auto;
  }
  .table thead tr {
    padding: 12px;
  }
  .table tr {
    padding: 12px;
  }
  .block__background {
    position: relative!important;
    margin-top: -150px!important;
    margin-bottom: -20px!important;
  }
}

@media screen and (max-width: 600px) {
	/* Title */
	h1{
		font-size: 6vw;
    line-height: 8vw;
	}

	h2 {
		font-size: 5vw;
		line-height: 6vw;
    padding: 8px;

	}

	h3, h4, h5{
		font-size: 4vw;
		line-height: 5vw;
	}

	.section {
		padding: 20px 14px;
	}

  .prime {
    padding: 30px 14px;
  }
  .prime__image {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0.4;
  }
	/* HEADER */
	.header__menu {
		max-height: -webkit-calc(100vh - 76px);
		max-height: calc(100vh - 76px);
	}


	.header__logo {
		max-width: 120px;
		margin: 0 auto 0 0;
	}
	.header__language {
		margin-left: 16px;
	}
	.header__menu .header__button-login, .header__menu .header__button-signup {
		font-size: 16px;
	}
  .table_about tbody, .table_about thead {
    width: 600px;
  }
  .table tr {
    padding: 10px 12px;
  }
  .table_sm thead, .table_sm tbody {
    width: 550px;
  }

  .prime__background img {
    -o-object-position: 72%;
       object-position: 72%;
  }
  .app-button{
    min-width: 220px;
    line-height: 140%;
    padding: 6px 20px;
  }
  .app {
    padding: 40px 15px;
  }

  .upto {
    min-height: 250px;
  }

  .button {
    min-width: 160px;
  }
  .header__button-menu {
    min-width: auto;
  }
  .block {
    padding: 10px;
  }

  .table_about td:first-child, .table_about th:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
  }
  .table_advantages thead, .table_advantages tbody {
    width: 550px;
  }

  .article ul > li, .article ol > li {
    padding: 15px 10px 15px 40px;
  }
  .article ul > li::before {
    left: 10px;
    top: 15px;
    bottom: auto;
    width: 18px;
    height: 18px;
  }

  .article ol > li::before {
    width: 20px;
    height: 20px;
    left: 8px;
    font-size: 12px;
    top: 15px;
    bottom: auto;
  }

  .rating__text {
    padding-left: 35px;
  }
  .rating__text::before {
    width: 20px;
    height: 20px;
  }
  .system > ul > li{
    padding: 0;
  }
  .system > ul > li > ul > li{
    padding-left: 55px;
  }
  .system > ul > li > ul > li::before{
    left: 30px;
  }


  .navigation a {
    opacity: 1;
  }
  .over__image, .betting__image{
    margin-bottom: -10px;
  }
  .upto {
    padding: 15px;
  }
  .block__background {
    margin-bottom: -10px!important;
    margin-top: -100px!important;
  }
}

@media screen and (max-width: 425px) {
	.upto__title {
		font-size: 22px;
	}
  .table_sm thead, .table_sm tbody {
    width: 500px;
  }

  .rating{
    padding: 12px;
  }
  .games__item {
    padding: 20px 15px;
  }
  .article .bonus li{
    padding: 15px;
  }

}
@media screen and (max-width: 374px){
	.header__time {
		font-size: 12px;
		margin-left: 12px;
	}

	.header__logo {
		max-width: 96px;
	}
	.header__button-menu {
		padding: 9px;
		-webkit-border-radius: 6px;
		        border-radius: 6px;
	}
	.prime__button {
		min-width: 100%;
	}


  .reviews__item-title{
    margin-bottom: 10px;
  }
  .table_advantages thead, .table_advantages tbody {
    width: 450px;
  }
  .block__background {
    margin-top: -70px!important;
  }
}
