section {
	margin-bottom: 15px;
}
/*--------------------------------------------------------------
# Casino section
--------------------------------------------------------------*/
.casino {
	border: 1px solid #82818D;
	border-radius: 10px;
	background: #2C3033B2;
}
.casino > .wrap {
	display: flex;
	gap: 44px;
	padding: 15px 17px 12px 12px;
}
.casino--wide {
	display: flex;
	flex-direction: column;
	width: 406px;
}
.casino--wide .image {
	padding-inline: 14px;
}
.casino--wide .image img {
	width: 380px;
	height: 160px;
}
.casino--wide .desc {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 410px;
	height: 122px;
	margin-top: 17px;
	margin-bottom: 13px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.casino--wide .rating {
	padding: 7px 18px;
	width: 406px;
	height: 196px;
	background: #373B3F;
	border: 1px solid #5E5E5E;
}
.casino--wide .rating h4 {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 22px;
}
.casino--wide .rating .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
}
.casino--wide .rating .item.item--main {
    justify-content: flex-start;
	padding-left: 10px;
}
.casino--wide .rating .item.item--main .label {
	margin-right: 10px;
}
.casino--wide .rating .item.item--star {
	margin-top: 8px;
}


.casino--narrow h4 {
	width: 100%;
    text-align: center;
	font-weight: 700;
	font-size: 23px;
	line-height: 22px;
}
.casino--narrow .plusminus {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.casino--narrow .plusminus .wrap {
	display: flex;
	flex-direction: column;
}
.casino--narrow .plusminus .plus-wrap {
	width: 312px;
    padding-left: 27px;
	border-right: 1px solid #09B9FA;
}
.casino--narrow .plusminus .minus-wrap {
	flex: 1;
    padding-left: 45px;
}
.casino--narrow .plusminus .item {
	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}
.casino--narrow .plusminus .item:not(:last-child) {
    margin-bottom: 2px;
}
.casino--narrow .plusminus .plus-wrap .item:before {
	content: '';
	display: block;
	position: absolute;
    top: 4px;
    left: -27px;
	width: 25px;
    height: 25px;
	background-image: url('../img/check.svg'); 
    background-repeat: no-repeat;
}
.casino--narrow .plusminus .minus-wrap .item:before,
 .casino--narrow .plusminus .minus-wrap .item:after {
	content: '';
	display: block;
	position: absolute;
	left: -34px;
    top: 13px;
    width: 20px;
    height: 3px;
	background-color: #D53C3C;
	border-radius: 10px;
}
.casino--narrow .plusminus .minus-wrap .item:before {
    transform: rotate(-45deg);
}
.casino--narrow .plusminus .minus-wrap .item:after {
    transform: rotate(45deg);
}
.casino--narrow .lang {
	margin-bottom: 13px;
}
.casino--narrow .lang .wrap {
	display: flex;
	justify-content: space-between;
	gap: 11.68px;
}
.casino--narrow .lang .item {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 143.4307861328125px;
	height: 35.734222412109375px;
	border: 1px solid #5E5E5E;
	background: linear-gradient(180deg, #4B5257 0%, #2C3033 100%);
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
}
.casino--narrow .methods {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 32px;
}
.casino--narrow .methods .title {
	position: relative;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 19px;
	line-height: 22px;
}
.casino--narrow .methods .title img {
	position: absolute;
	left: 0;
}
.casino--narrow .methods .deposit .title {
	padding-left: 28px;
	border-bottom: 1px solid #6F5CFF;
}
.casino--narrow .methods .deposit .title img {
	width: 22.58px;
    height: 21.43px;
}
.casino--narrow .methods .withdraw .title {
	padding-left: 25px;
	border-bottom: 1px solid #F2EF60;
}
.casino--narrow .methods .withdraw .title img {
	width: 20px;
    height: 20px;
}
.casino--narrow .methods .deposit {
	margin-right: 60px;
}
.casino--narrow .methods .deposit,
 .casino--narrow .methods .withdraw {
	 width: calc(50% - 30px);
 }

.casino--narrow .methods .content {
	padding-left: 15px;
	font-weight: 400;
	font-size: 19px;
	line-height: 22px;
}
.casino--narrow .p-time {
	position: relative;
	margin-bottom: 23px;
	font-weight: 500;
	font-size: 21px;
	line-height: 22px;
	text-align: center;
}
.casino--narrow .p-time span {
	font-weight: 400;
	font-size: 21px;
	line-height: 22px;
}
.casino--narrow .p-time img {
	position: absolute;
    left: 55px;
    bottom: 1px;
	width: 19.35px;
	height: 19.29px;
}
.casino--narrow .buttons {
	display: flex;
	align-items: center;
    justify-content: space-between;
	gap: 14px;
}
.casino--narrow .buttons .btn:nth-child(1),
 .casino--narrow .buttons .btn:nth-child(2) {
	width: 163px; 
}
.casino--narrow .buttons .btn:last-child {
	margin-left: 3px;
}
/*--------------------------------------------------------------
# Bonus section
--------------------------------------------------------------*/
.bonuses .title-colored img {
	width: 25px;
	height: 25px;
}
.bonuses .wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.bonuses .wrap .item {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	width: calc(50% - 15px);
	padding: 12px 24px 12px 22px;
	background: #2C3033;
	border: 1px solid #82818D;
}
.bonuses .item .title {
	width: 100%;
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 21px;
	line-height: 22px;
	text-align: center;
}
.bonuses .item .content {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}
.bonuses .item .content .list {
	display: flex;
	flex-direction: column;
}
.bonuses .item .content .list__item {
	position: relative;
	padding-left: 20px;
}
.bonuses .item .content .list__item:before {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 2px);
    left: 0px;
    width: 12px;
    height: 4px;
	background-image: url('../img/vector.svg'); 
    background-repeat: no-repeat;
}
.bonuses .item .content span {
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
}
.bonuses .item .content span.green {
	color: #3CD560;
}
/*--------------------------------------------------------------
# Description section
--------------------------------------------------------------*/
.description p {
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
}
.description ul li {
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
}
.description p:nth-of-type(2),
 .description ul li {
	margin: 0;
}
/*--------------------------------------------------------------
# Review section
--------------------------------------------------------------*/
.reviews {
	
}
.reviews .title-colored img {
	width: 29px;
	height: 29px;
}
.reviews .head {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	margin-bottom: 19px;
}
.reviews .head h4,
.reviews .head > div {
	width: 70%
}
.reviews .head .btn {
	position: relative;
    bottom: 10px;
	width: 314px;
}
.reviews .head > div {
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
}
.reviews article {
	padding: 13px 15px 18px;
	border: 1px solid #6F5CFF;
}
.reviews article:not(:last-child) {
	margin-bottom: 15px;
}
.reviews article .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 26px;
	padding-left: 34.5px;
}
.reviews article.review-approved-positive .title {
	color: #3CD560;
}
.reviews article.review-approved-negative .title {
	color: #FF2A2A;
}
.reviews article .title:before {
	content: '';
	position: absolute;
    left: 0;
	width: 24px;
	height: 26px;
	background-size: cover;
	
}
.reviews article.review-approved-positive .title:before {
	background-image: url('../img/smile-positive.svg');
}
.reviews article.review-approved-negative .title:before {
	background-image: url('../img/smile-negative.svg');
}
.star::before,
 .star::after {
	content: '';
    position: absolute;
    left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.reviews article .title .head {
	margin: 0;
}
.reviews article .title .name {
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
}
.reviews article .title .time {  
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	color: #ACACAC;
}
.reviews article .content {
	margin-top: 10px;
	font-weight: 400;
	font-size: 19px;
	line-height: 22px;
}
.reviews article .content p:last-child {
	margin: 0;
}














/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
@media screen and (max-width: 1360px) {
	
}
@media screen and (max-width: 1280px) {
	
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 900px) {
	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 600px) {
	
}
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 375px) {
	