/* Обнуление */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* body */
body {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background: #ffffff;
}

/* Container */
.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

/* header */
header {
    padding: 20px 0;
    background: #ffffff;
}
header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .row a {
    text-decoration: none;
}
header .row img {
    height: 25px;
}
header .row ul {
    display: flex;
    /*align-items: center;*/
}
header .row ul li {
    margin: 0 0 0 38px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    list-style: none;
    transition: .2s all linear;
    color: #2A3550;
}
header .row ul li:hover {
    color: #9747FF;
}
header .row ul li:first-child {
    margin: 0;
}
header .row ul li a {
    color: inherit;
    text-decoration: none;
}
header .row-mobile {
    display: none;
}

/* Intro */
.intro {
    padding: 57px 0 39px 0;
    background: url('../img/bg.png') center / cover no-repeat;
}
.intro h1 {
    margin: 0 0 15px 0;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 54px;
}
.intro h1 span {
    color: #5D3F98;
}
.intro p {
    margin: 0 0 30px 0;
    max-width: 876px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.intro a {
    padding: 15px 43.5px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    background: #5D3F98;
    border-radius: 42px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: .3s;
}
.intro a span {
    color: white;
    transition: .3s;
}
.intro a:hover {
    background: white;
}
.intro a:hover span {
    color: #5D3F98;
}
/* Content */
.content {
    padding: 57px 47px;
    background: #F8FAFC;
}
.content h2, .faq__title, .faq__head {
    margin: 25px 0 15px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #2A3550;
}
.content h2 span {
    color: #9747FF;
}
.content p,
.content ul li,
.content ol li,
.faq__content {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #5B6883;
}
.content ul,
.content ol {
    margin: 0 0 15px 20px;
}
.content p {
    margin: 0 0 15px 0;
}
.container-error {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.container-error h3 {
    margin: 0;
    color: #2A3550;
    font-size: 8em;
    line-height: 150%;
}
.container-error h4 {
    margin: 0;
    color: #9747FF;
    font-size: 6em;
    line-height: 150%;
}

/* footer */
footer {
    background: #ffffff;
}
footer ul {
    display: flex;
    justify-content: center;
    padding: 16.6px 0;
    flex-wrap:wrap;
}
footer ul li {
    margin: 0 38px 0 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    list-style: none;
    transition: .2s all linear;
    color: #2A3550;
}
footer ul li:hover {
    color: #9747FF;
}
footer ul li:last-child {
    margin: 0;
}
footer ul li a {
    color: inherit;
    text-decoration: none;
}

.error-text {
    font-size: 6rem !important;
    line-height: 1.2 !important;
}
.error-code {
    font-size: 5rem !important;
}

	    .text-prom {
    color: #fff;
    margin:20px 0;

}
.but-prom {
    margin:20px 0;
    max-width:227px;
    width:100%;
    color:#fff;
    padding: 15px 20px;
    background: #5D3F98;
    border-radius: 38px;
    cursor:pointer;
    text-align: center;
    font-style: normal;
    font-weight: 700;
font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.but-prom:hover {
    background:#fff;
    color:#5D3F98;
}
@media screen and (max-width:425px) {
.text-prom, .but-prom {
font-size: 12px;
    line-height: 16px;
}
.but-prom {
    width:195px;
}
}

.flag {
    width: 30px;
    height: 20px !important;
}
.icon-image {
    height:20px;
}

  .main__btn {
        padding: 15px 43.5px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    background: #5D3F98;
    border-radius: 42px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: .3s;
    border:1px solid #5D3F98;
    display: block;
    max-width: 300px;
    margin: auto;
    }
    .main__btn span {
        color: white;
    transition: .3s;
    }
    .main__btn:hover {
        background: white;
    }
    .main__btn:hover span {
        color:#5D3F98;
    }
    
    table{
width: 80%;
border-collapse:collapse;
border-spacing:0;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #5B6883;
    margin:20px auto;
}
table, td, th{
border: 1px solid #595959;
}
td, th{
padding: 3px;
width: 30px;
height: 25px;
}
th{
background-color: #7accee!important;
}
@media screen and (max-width: 425px) {
     table {
    width:100%;
    font-size: 12px;
    line-height: 123.7%;
     }
}
.anchor__menu a {
    color:#5B6883;
    text-decoration:none;
}
.anchor__menu a:hover {
    color:#5D3F98;
}
.img-micro {
    float:left;
    margin:25px 20px 0 0  !important;
    max-width:200px;
}

.img-micro-right {
    float:right;
    margin:25px 0 0 20px !important;
    max-width:200px;
}
.img-micro-right img, .img-micro img {
    width:100%;
    border-radius:10px;
}

@media screen and (max-width:425px) {
    .img-micro-right, .img-micro {
        max-width:150px;
    }
}


	    .text-prom {
    color: #fff;
    margin:20px 0;

}
.but-prom {
    margin:20px 0;
    max-width:227px;
    width:100%;
    color:#fff;
    padding: 15px 20px;
    background: #5D3F98;
    border-radius: 38px;
    cursor:pointer;
    text-align: center;
    font-style: normal;
    font-weight: 700;
font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.but-prom:hover {
    background:#fff;
    color:#5D3F98;
}
@media screen and (max-width:425px) {
.text-prom, .but-prom {
font-size: 12px;
    line-height: 16px;
}
.but-prom {
    width:195px;
}
}

.img-big {
    width:60%;
    margin:20px auto !important;
    text-align:center;
}

.img-big img{
    width:100%;
   border-radius:10px;
}

@media screen and (max-width:425px) {
    .img-big {
        width:100%;
    }
}

/*author style*/
	.author__head {
		flex-direction:row !important;
		 justify-content: space-between;	
		 display:flex;
		}
		.author__head img {
		max-width:142px;	
		width:100%;
		border-radius:50%;
			}
		.author__head-descr span {
		color:#ffffff;
		}
		/*.author__head-descr p {*/
		/*margin-bottom:15px !important;*/
		/*}*/
		.author__head-descr {
			width:87%;
		}
		.content a {
		color:#5b6883;
		}
		.content a:hover {
		color:#FE284A;
		}
		.btn__social {
			margin-top:15px;
		}
		.btn__social span {
			color:#FFFFFF;
		}
		@media screen and (max-width: 600px) {
			.author__head {
			flex-direction:column !important;
			}
			.author__head img  {
				max-width:110px;
			}
			.author__head-descr h1 {
				margin-top:18px !important;
			}
		}
		@media screen and (max-width:1250px){
			.author__head-descr {
			width:80%;
		}
		}
		.content a {
		    text-decoration:none;
		}
		
		/*style author plashka*/

	.block__expert {
    display: flex;
     justify-content: space-around;
    /* align-items: center; */
    border-radius: 18px;
    margin: 70px auto;
    padding: 24px 31px;
   border:1px solid #5B6883;
}
.block__expert-img img {
    max-width: 150px;
    width: 95%;
    border-radius: 50%;
}
			.block__expert__data-mobile {
    display: none;
}
		.block__expert-name {
			font-size:24px !important;
			font-weight:700 !important;
			color:#2A3550 !important;
		}
		.block__expert-prof {
			font-weight:700 !important;
    	color: #9747FF !important;
   	
		}
			.block__expert__text {
    width: 90%;
}
		.block__name-mobile {
			color:#2A3550 !important;
			font-size:16px !important;
			font-weight:700 !important;
		}
		.block__prof-mobile {
		font-weight:700 !important;
    	color:  #9747FF !important;
   	
		}
			@media screen and (max-width: 600px) {
.block__expert {
    flex-direction: column;
}
	.block__expert-img {
    display: flex;
}
	.block__expert-img img {
    max-width: 65px;
}
.block__expert__data-mobile {
    display: block;
    margin-left: 15px;
}
.block__expert__text {
    width: 100%;
}
.block__expert-name,.block__expert-prof {
    display: none;
}
			}	
			
			
			
/*casino*/
.showcase__wrapper {
	margin: 0 0 120px 0;
}
.showcase, .showcase__bonus {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*margin: 0 0 10px 0;*/

}

.showcase__item, .showcase__item-bonus {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 35px;
	background:#fff;
	/*padding: 10px 10px 10px 0;*/
	/*border-radius:0;*/
	border-top:2px solid #5D3F98;
	
}
/*.showcase__item:nth-child(2n) {*/
/*	border-radius: 0 24px 24px 0;*/
/*}*/
.showcase .showcase__item:nth-child(2) {
	justify-content: flex-end;
}
.showcase__item-right {
  justify-content: space-between !important;
}
.showcase__item p, .showcase__item-bonus p {
	height: 68px;
	margin: 0;
}
.showcase__item p img, .showcase__item-bonus p img {
	height: 100%;
	/*border-radius:9px;*/
}
.showcase__img {
	padding: 0 0 0 30px;
	position: relative;
}
.container {
    counter-reset: my-counter 0;
}
    
.showcase__img::before {
    counter-increment: my-counter;
    content: counter(my-counter) " ";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 30px;
	height: 100%;
	/*border-radius: 9px;*/
	background:#5D3F98;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	font-size: calc(36vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 800;
	line-height: calc(26vw / var(--resizer) * 100);
}
.showcase__title span, .showcase__title-bonus span {
	text-align: left;
	display: block;
	/*margin: 0 0 10px 0;*/
	color: #2A3550;
	font-size: calc(28vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 700;
	line-height: calc(28vw / var(--resizer) * 100);
}
.showcase__title .showcase__rating {
	display: flex;
	min-width: 145px;
}
.showcase__title .showcase__rating-item {
	max-width: 25px;
	max-height: 25px;
}
.showcase__title .showcase__rating-item p {
	height: 25px;
}
.showcase__rating, .showcase__rating-bonus {
	display:flex;
	gap: 5px;
}

.showcase__rating-item {
	max-width: 18px;
	max-height: 18px;
}
.showcase__rating-item p {
	height: 18px;
}
.showcase__rating-item img {
	width: 100%;
	height: 100%;
}

.showcase__btn, .showcase__btn-bonus {
	padding: 18px 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	font-size: calc(16vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	line-height: calc(25vw / var(--resizer) * 100);
	border-radius: 64px;
	background: #5D3F98;

}

.showcase__link {
	display: flex;
	width: 100%;
	text-decoration: none;
}
.showcase__link:hover .showcase__btn, .showcase__link:hover .showcase__btn-bonus {
	background:#fff;
	color:#5D3F98;
}
@media screen and (max-width:768px) {
	.showcase__link {
		flex-wrap: wrap;
	}
	/*.showcase__title {*/
	/*    display:none;*/
	/*}*/
/*.showcase__item  {*/
/*	  border-radius: 12px 12px 0 0;*/
/*	}*/
	.showcase__item:nth-child(2n) {
    border-top:none;
}
.showcase {
    margin-bottom:10px;
}
}
@media screen and (max-width:768px) {
    .showcase__btn {
       font-size: 12px;
       line-height: 19.2px;
    }
    .showcase__img::before {
         font-size: 12px;
         width:30px;
    }
    .showcase__img p {
       margin:0 !important;
    }
}


/*casinos bonus*/
/*.showcase__item-bonus .showcase__img img {*/
/*    width:224px;*/
/*}*/
.showcase__bonus a {
        justify-content: space-between;
}
        .showcase__title-bonus {
            row-gap: 10px;
        }

        .showcase__item-bonus-descr {
            flex-direction: column;
            row-gap: 10px;
            justify-content: center;
            text-align: center;
             width:40%;
        }
        .showcase__title-bonus {
          justify-content: center;
        }
        .showcase__item-bonus {
            border-radius: 0;
            width:40%;
        }

      
        .bonus__numbers {
            color:#5D3F98;
            font-size: 15px;
            font-weight: 700;
        }

        .bonus__descr {
            color: #5B6883;
            font-size: 12px;
        }

        .showcase__item-promo {
            justify-content: center;
        }

        .showcase__item-promo p {
            color: #2A3550;
            background: #1A9A4047;
            padding: 15px 15px;
            border: 1px dotted #25CA57;
            margin: 0 !important;
            /*border-radius: 11px;*/
                display: flex;;
            align-items: center;
            height:50px;
        }
      
         .showcase__rating-bonus-desktop {
            display:flex;
        }
          .showcase__rating-bonus-desktop img {
            width:15px;
        }
        .showcase__title-bonus {
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        }
        .showcase__item-bonus-right {
          justify-content: space-between;
          width:80%;
        }

        @media screen and (max-width:1100px) {
            .showcase__bonus {
                flex-wrap: wrap;
            }


            .showcase__item-promo p {
                width: 100%;
            }

            .showcase__title-bonus {
                display: none;
            }

            .showcase__item-bonus-right {
                justify-content: space-between;
            }

            .showcase__bonus a {
                flex-direction: column;
            }
             .showcase__rating-bonus {
            display:flex;
        }
         .showcase__rating-bonus-desktop {
            display:none;
        }
        .showcase__item-bonus {
            border:none;
            width:100%;
        }
      
 .showcase__item-bonus:first-child {
              border-top:1px solid #5D3F98;;
            }
            .showcase__item-bonus:last-child {
              border-bottom:1px solid #5D3F98;;
            }
            .showcase__item-promo p {
              justify-content: center;
            }
            .showcase__rating-bonus .showcase__rating-item img {
                width:16px;
            }
            .showcase__btn-bonus {
                margin-bottom:10px;
            }
        }