.pagination{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pagination__left{
	background: #2d3035;
	border-radius: 5px;
	padding:10px 15px;
}
.pagination__left span{
	margin-right: 10px;
    color: #98A7B5
}
.pagination__left a{
    color: #FFFFFF
}
.pagination__right{
	border-radius: 5px;
	padding:10px 15px;
}
.pagination__right span{
	margin-right: 10px;
    color: #98A7B5
}
.pagination__right a{
    color: #FFFFFF;
    text-decoration: underline;
}
.slot__demo{
	width: 100%;
	height:500px;
	margin-top:30px;
	margin-bottom:30px;
}
.slot__demo iframe{
	width: 100%;
	height:100%;
}	
.blog h1{	
	font-size: 30px;
	color:#FFFFFF;
	margin:30px 0;
}	
.blog__box{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:20px;
}
.blog__box .blog__item{
	background:#2D3035;
	padding:10px;
	display: block;
	border-radius: 3px;
}
.blog__item h2{
	font-size: 24px;
	color:#FFFFFF;
	font-weight: 700;
	padding:10px 0;
}
.blog__item p{
	font-size: 16px;
	font-weight: 400;
	color:#FFFFFF;	
}		
.banner__box{
	display: flex;
	align-items: center;
	width: 100%;
	height:315px;
	position: relative;
}
.banner__left{
	width: 50%;
	z-index: 99;
}
.banner__box:before{
	content:'';
	position: absolute;
	top:0px;
	right:0px;
	background-image: url('../img/messi.png');
	max-width: 800px;
	width: 100%;
	height:315px;		
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;	
}			
.banner__box h1{	
	text-transform: uppercase;
	font-size: 18px;
}	
.banner__box h1 span{
	color:#3bc117;	
}	
.banner__text{
	display:flex;
	align-items: center;
	margin:15px 0;
}	
.banner__text span{
	font-size: 4.25rem;
    font-weight: 700;
}	
.banner__text b{
	font-size: 4.25rem;
	background: linear-gradient(90deg,#B5E916 22.99%,#43C111 73.57%);
    color: transparent;
    padding: 0 5px 0 0;
    -webkit-background-clip: text;	
    height: 5.25rem;
    display: flex;
    align-items: center;
}
.banner__btns{
	display: flex;
}
.banner__btn{
	color: #fff;
    background-color: #5617cb;
    background-image: conic-gradient(from 1turn,#8447F6,#5617CB);
    height:48px;
    align-items: 48;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 262px;
    width: 100%;
    border-radius: 5px;
}
.banner__btns ul{
	display: flex;
	align-items: center;
}
.banner__btns ul li:first-child a{
	color:#fff;
}
.banner__btns ul li:first-child{
	color:#fff;
	background:transparent;
}
.banner__btns ul li{
	background:#282A30;
	width: 40px;
	height:40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	margin-left:5px;
}
.banner__btns ul li a svg{
	fill: #fff;
	transform: scale(1.5);
}
.swiper-button-prev:after, .swiper-button-next:after{
    display: none;
}
.swiper-button-prev, .swiper-button-next{
    height: 100%;
    position: absolute;
    width: 85px;
    top: 0;
    display: flex;
    margin-top: 0;
}
.swiper-button-prev{
    left: 0;
    background: linear-gradient(90deg, #1A1C29 0%, rgba(26, 28, 41, 0.85) 15%, rgba(26, 28, 41, 0) 100%);
}
.swiper-button-next{
    right: 0;
    background: linear-gradient(270deg, #1d1d2e 0%, rgba(26, 28, 41, 0.8) 15%, rgba(26, 28, 41, 0) 100%);
}

.swiper-button-prev:before, .swiper-button-next:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 100px;
    position: absolute;

}
.swiper-button-prev:before{
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    left: 29px;
}
.swiper-button-next:before{
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 29px;
}
.slide .swiper-pagination{
	bottom: -25px!important;
}
.slots{
	margin-top:60px;
}

.slots h2{
	margin-bottom:20px;
	font-size: 20px;
}
.slots__box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap:10px;
}
.slots__item {
	background:#1E2024;
}
.slots__img {

}
.slots__bottom{
	padding: 0.625rem;
}
.slots__text svg{
	width: 19px;
	height:19px;
	fill:#67707B;
}
.slots__text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.slots__text span{
	color:#67707B;
	font-size: 14px;
}
.slots__item button{
	margin-top:15px;
	color: #fff;
    background-color: #5617cb;
    background-image: conic-gradient(from 1turn,#6ACF15,#209B44);
    height:36px;

    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 115px;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
}
.content{
	margin: 0 auto;
	color: #393838;
	margin-top: 30px;
	margin-bottom: 60px;
	max-width: 1300px;
	margin: 0px auto;
}
.content h1{
	font-size: 30px;
	padding-top:20px;
	padding-bottom:20px;				
}											
.content h2, .content h3, .content h4{											
	font-size: 24px;
	padding-top:20px;
	padding-bottom:20px;
}
.content p{
	font-size: 16px;
	padding-bottom:10px;
}
.content ul{
	padding:15px;
	list-style: inside;
}
.content ul li{
	font-size: 16px;
	padding-bottom:10px;
}


.content ol{
	padding:15px;
	list-style: auto;
	padding-left: 33px;
}
.content ol li{
	font-size: 16px;
	padding-bottom:10px;
}
footer{
	background:#000000;
	padding-top:30px;
	border-top: 1px solid #dbdbd6;
}
.footer__menu{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 2fr 1fr 2fr; 
}
.footer__menu ul li a{
	font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.footer__menu ul li:first-child{
	margin-bottom:30px;
}
.footer__img li a{
	margin-right:10px;
}
.footer__img li a img{
	width: 40px;
	height:40px;
}
.footer__icons{
	padding: 64px 0;
	margin: 30px 0;
    border-top: 1px solid #25272c;	
    border-bottom: 1px solid #25272c;
}
.footer__icons h2{
	font-size: 18px;
	margin-bottom:30px;
	color:#fff;
}
.footer__icons ul{
	display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(auto-fill,77px);
    margin: 8px 0px 0;
}
.footer__icons ul li a{
	width: 40px;
    height: 40px;
    background: url('../img/grupiocns.png') no-repeat top left;
    background-size: 205px 164px;
}
.footer__icons ul li:nth-child(1) a{
	background-position: 0 -41px;
}
.footer__icons ul li:nth-child(2) a{
	background-position: -82px -82px;
}
.footer__icons ul li:nth-child(3) a{
	background-position: -41px -82px;
}
.footer__icons ul li:nth-child(4) a{
	background-position: -164px -82px;
}
.footer__icons ul li:nth-child(5) a{
	background-position: -82px 0;
}
.footer__icons ul li:nth-child(6) a{
	background-position: -41px -123px
}
.footer__icons ul li:nth-child(7) a{
	background-position: -164px -41px;
}
.footer__icons ul li:nth-child(8) a{
	background-position: -41px -41px;
}
.footer__icons ul li:nth-child(9) a{
	background-position: -41px 0;
}
.footer__icons ul li:nth-child(10) a{
	background-position: -123px -123px;
}
.footer__icons ul li:nth-child(11) a{
	background-position: -82px -123px;
}
.footer__icons ul li:nth-child(12) a{
	background-position: 0 0;
}
.footer__icons ul li:nth-child(13) a{
	background-position: 0 -123px;
}
.footer__icons ul li:nth-child(14) a{
	background-position: 0 -82px;
}
.footer__icons ul li:nth-child(15) a{
	background-position: -123px 0;
}
.footer__icons ul li:nth-child(16) a{
	background-position: -164px 0;
}
.footer__icons ul li:nth-child(17) a{
	background-position: -82px -41px;
}
.footer__icons ul li:nth-child(18) a{
	background-position: -123px -82px;
}
.footer__logos h2{
	font-size: 18px;
    margin-bottom: 30px;
    color: #fff;
}
.footer__logo{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}
.footer__logo a{
	height:72px;	
	width: calc(100%/6);		
}		
.footer__logo a img{	
	width: auto;
	height:100%;
}
.footer__logos{
	border-bottom: 1px solid #25272c;
}
.footer__bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:60px 0;
}
.footer__left{
	width: 50%;
}
.footer__left img{
	max-width: 162px;
	margin-bottom:15px;
}
.footer__left p{
	max-width: 590px;
}
.footer__right{
	width: 50%;
}
.footer__right-box{
	display: flex;
	justify-content:space-between;
	align-items: center;
	margin-bottom:15px;
}
.footer__right img{
	max-width: 60px;
	margin-right:15px;
}
.footer__bottom p{
	color:#98A7B5;
	font-size: 12px;
}

.mox-x{
	display: none;
}
.mox-x svg{
	width: 20px;
	height:20px;
	fill:#fff;
}
.mob__menu ul li a svg{
	width: 14.25px;
	height:14.25px;
	fill: #98A7B5;
}	
.mob__menu ul{
	display: flex;
}
.mob__menu ul li{
	width: 25%;
	padding:10px;
}
.mob__menu ul li a{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mob__menu ul li a span{
	font-size: 9px;
	color: #98A7B5;
}
.mob__menu{
	display: none;
	position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background:#1C1E22;
    z-index: 999;
}
.mob-close{
	width: 100%;
	overflow: scroll;
}
.mob-main-close{
	overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  	.slots__box{
  		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  	}
  	.footer__menu{
  		grid-template-columns: 1fr 1fr 1fr 2fr;
  	}
  	.banner__text b{	
  		font-size: 3.25rem;		
  	}	
  	.banner__left {
  		width: 100%;		
  	}
}

@media only screen and (max-width: 992px) {
  	.slots__box{		
  		grid-template-columns: 1fr 1fr 1fr;
  	}		
  	.footer__menu{
  		grid-template-columns: 1fr 1fr;
  	}
  	.footer__bottom{
  		flex-direction: column;
  	}
  	.footer__left{
  		width: 100%;
  	}
  	.footer__right{
  		width: 100%;
  	}
  	.banner__btns{
  		flex-direction: column-reverse;
  	}
  	.banner__btn{
  		margin-top:15px;
  	}
  	.blog__box{
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 768px) {
  	.slots__box{		
  		grid-template-columns: 1fr 1fr 1fr;
  	}		
  	.footer__menu{	
  		grid-template-columns: 1fr;
  	}
  	.footer__menu ul{
  		display: flex;
  		flex-wrap: wrap;
  		justify-content: center;
  		text-align: center;
  	}
  	.footer__menu ul li{
  		margin-right:10px;
  	}
  	.footer__icons h2{
  		text-align: center;
  	}	
  	.footer__logos h2{
  		text-align: center;
  	}
  	.footer__logo a{
  		width: calc(100%/2);
  		text-align: center;
  	}
  	aside{
  		display: none;
  	}
  	main{       
		width: calc(100%);
	} 
	.footer__icons ul{
		justify-content: center;
	}
	.footer__bottom{
		text-align: center;
	}
	.footer__right-box img{
		margin:30px 0 10px 0;
	}
	.footer__right-box{
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.header__logo{
		display: block;
		max-width: 125px;
		width: 100%;
	}
	.header ul{
		display: none;
	}
	.footer__icons ul li{
		text-align: center;
	}
	aside ul li {
	  max-width: 90%;   
	}
	.mob__menu{
		display: block;
	}
	.mob-main-close aside{
		z-index: 99999;
	}
	.mob-main-close main{
		z-index: 1;
	}
	.menu-js{
		display: none;
	}
	.mox-x{
		display: block;
	}
	.aside__logo{
		max-width: 90%;
		justify-content: space-between;
		margin:0 auto;
	}
		
}
@media only screen and (max-width: 568px) {
	.slots__box{		
  		grid-template-columns: 1fr 1fr;
  	}	
  	.content h1{
  		font-size: 26px;
  	}
  	.content p{
  		font-size: 14px;
  	}
  	.content ul li{
  		font-size: 14px;
  	}
  	.content h2, .content h3, .content h4{
  		font-size: 22px;
  	}
  	.banner__text span{
  		font-size: 42px
  	}
  	.banner__text b{
  		font-size: 42px	
  	}
  	.blog__box{
		grid-template-columns: 1fr;
	}
	.blog__item h2{
		font-size: 20px;
	}
	.blog__item p{
		font-size: 14px;
	}
}

@media (max-width: 450px) {
	.header__logo{
		display: none !important;
	}
}