html{
	scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
    font-family: 'Urbanist', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: #FAFAFC;
}

h1,
h2,
h3,
h4 {
    color: #182636;
}
.title_like_h2{
	color: #182636;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

img{
	max-width: 100%;
}

.header {
	position: relative;
    background: linear-gradient(#000000, #242424);
    padding: 0 0 70px;
}

.header::after{
	content: '';
	width: 100%;
	height: 37px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../images/vosdevolg.png);
	background-size: cover;
	background-position: center;
}

.header__navigation {
    padding: 10px 0;
    margin-bottom: 0px;
}
.menu-header-container{
	height: 100%;
}
.header__content{
	position: relative;
}
.header__content-title {
	margin-top:0;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #F9F9F9;
    margin-bottom: 20px;
    max-width: 540px;
	z-index: 3;
	position: relative;
}
.link_to_casinos{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-45%);
    z-index: 10;
}
.header__content-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    max-width: 540px;
    color: #F9F9F9;
	z-index: 3;
    position: relative;
}
.header_banner_img{
	display:none;
    position: absolute;
    bottom: -53px;
    right: 0;
    height: 100%;
    z-index: 1;
}
.header__content-description a{
	color: #5fa6f3;
    text-decoration: none;
}
.header__primary {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    height: 100%;
}

.header__primary>.menu-item>.sub-menu {
    display: none;
}
.header__primary .menu-item + .menu-item{
    margin-left: 10px;
}
.header__navigation-menu {
    height: 100%;
}

.menu-top-container, .menu-top-hr-container, .menu-top-cz-container {
    height: 100%;
}

.header__primary>.menu-item>a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #F9F9F9;
    text-decoration: none;
}

.main__loops-item {
    background: #FFFFFF;
    box-shadow: 0px 3px 24px rgba(32, 34, 36, 0.04);
    border-radius: 20px;
    padding: 16px;
    margin-bottom: 16px;
}

.main__loops-item-header {
    position: relative;
    display: flex;
    align-items: center;
    background: url("../images/2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    padding: 60px 0;
    border-radius: 16px;
    margin-bottom: 16px;
}

.main__loops-item-counter {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 6px 17px;
    background: #F9F9F9;
    border-radius: 12px;
}

.main__loops-item-text {
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #F9F9F9;
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    max-width: 198px;
    height: 96px;
}

.main__loops-item-options {
    position: absolute;
}

.main__loops-item-rank {
    position: absolute;
}

.main__loops-item-plus {
    display: flex;
    margin-bottom: 12px;
}

.main__loops-item-plus-img {
    margin-right: 16px;
}

.main__loops-item-link {
    padding: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    background: #F8CC46;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #182636;
    text-decoration: none;
}

.main__loops-item-content-title {
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    color: #182636;
    margin-bottom: 12px;
}

.main__loops-item-plus-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #182636;
}

.main__loops-item-pluses {
    margin-bottom: 20px;
    height: 78px;
}

.content__headers {
    margin: 0;
    column-count: 3;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 3px 24px rgba(32, 34, 36, 0.04);
    border-radius: 20px;
    margin-bottom: 40px;
}

.content__headers li {
    color: #F8CC46;
    margin-bottom: 20px;
}

.content__headers li .slow-scroll {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #182636;
    text-decoration: none;
}

.content___title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #182636;
    margin-bottom: 32px;
}

.content__block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #182636;
    margin-bottom: 32px;
}

.content__block h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #182636;
    margin-bottom: 32px;
}

.content__block table {
    width: 100%;
}

.content__block table>tbody {
    display: list-item;
    flex-wrap: wrap;
    column-count: 2;
    list-style: none;
    width: 100%;
}

.content__block table>tbody tr {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.content__block table>tbody tr:nth-child(even) {
    background: #F9F9F9;
}

.content__block table>tbody tr:nth-child(odd) {
    background: #FFFFFF;
}

.content__block li+li {
    margin-top: 20px;
}

.content__block a:not(.similar__item-link) {
    color:  #182636;
}
.page__meta{
    display: flex;
    justify-content: space-between;
    margin: 17px 0 23px 0;
}
#breadcrumbs{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
	flex-wrap: wrap;
    column-gap: 8px;
}
.content__block blockquote {
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
    padding: 40px;
    margin: 32px 0;
    background: rgba(51, 174, 243, 0.1);
    border-radius: 12px;
    position: relative;
}
.breadcrubms__item a,
.breadcrubms__item{
	text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #182636;
    opacity: 0.4;
}
.breadcrubms__item-current__item .current__item{
	font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #21568F;
    text-decoration: none;
}
.content__block blockquote::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    background: #21568F;
    border-radius: 10px;
    height: 70%;
}

.pluses {
    padding: 40px;
    background: #F1FBF5;
    border: 1px solid #7ACC51;
    border-radius: 20px;
    margin: 20px 0;
}

.minuses {
    padding: 40px;
    background: #FBF1F1;
    border: 1px solid #F84646;
    border-radius: 20px;
    margin: 40px 0 20px 0;
}

.plus_item+.plus_item,
.minus_item+.minus_item {
    margin-top: 16px;
}

.plus_item,
.minus_item {
    padding-left: 38px;
    position: relative;
    font-size: 18px;
}

.plus_item::before,
.minus_item::before {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 0;
}

.plus_item::before {
    content: url(../images/check.svg);
}

.minus_item::before {
    content: url(../images/minus.svg);
}

.faq {
    background: #F2F5F8;
    padding: 60px 0;
}

.faq__item {
    margin-bottom: 8px;
}

.faq__item_top {
    display: flex;
    align-items: center;
    padding: 24px 56px 24px 20px;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
}

.conut_faq {
    font-size: 1.17em;
    font-weight: bold;
    margin-right: 12px;
}

.faq_btn {
    justify-self: flex-end;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .2s ease;
}

.faq__item_bottom {
    display: none;
}

.faq__item.open .faq__item_top {
    background: #F8CC46;
    border-radius: 10px 10px 0px 0px;
}

.faq__item.open .faq__item_bottom {
    display: block;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    border: 2px solid #F8CC46;
    padding: 24px 52px;
    line-height: 26px;
    color: #182636;
    font-size: 18px;
}

.faq__item.open .faq_btn {
    transform: rotate(180deg);
}

.footer {
    background: linear-gradient(#000000, #242424);
    padding: 60px 0 32px 0;
}

.footer__socials {
    display: flex;
}

.footer__socials_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}

.footer__socials_item+.footer__socials_item {
    margin-left: 16px;
}

.footer__logo {
    display: flex;
    justify-content: center;
}

.footer__lang {
    display: flex;
    justify-content: flex-end;
}

.footer__lang_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
}

.footer__lang_menu li,
.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__lang_menu li{
	padding: 7px 0;
}

.footer__lang_menu .sub-menu {
    display: none;
}

.footer__lang_menu a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #ffffff;
}

.footer__lang_menu .menu-item-has-children::after {
    content: url(../images/dropdown.svg);
}

img.aligncenter {
	max-width: 100%;
    display: block;
    margin: 0 auto;
}

img.alignleft {
    float: left;
}

img.alignright {
    float: right;
}

.footer__lang_menu>.menu-item {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 13px 26px;
    background: rgba(255, 255, 255, 0.1);
}

.footer__lang_menu .menu-item-has-children {
    position: relative;
}

.footer__lang_menu:hover .sub-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.1);
}

.footer__menus {
    margin-top: 40px;
}

.footer__menu_title {
    color: #F9F9F9;
    font-size: 20px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 24px;
}

.footer__menu a {
    color: #F9F9F9;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}

.footer__menu li+li {
    margin-top: 24px;
}

.footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__support {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 45px;
}

.footer__support img+img {
    margin-left: 52px;
}

.footer__copyright {
    text-align: center;
    color: #F9F9F9;
}

.footer__copyright a {
    color: #33AEF3;
}

.header__links {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 46px;
    margin-bottom: 70px;
}

.header__link_item {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(40px);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    padding: 18px 27px;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    transition: all .2s ease;
}

.header__link_item:hover {
    color: #F8CC46;
}

.header__link_img {
    margin-right: 14px;
}

.updated__date {
    text-align: right;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    color: #21568F;
    font-weight: 600;
}

.updated__date span {
    color: #182636;
    opacity: 0.4;
}

.menu-item a {
    color: #F9F9F9;
    text-decoration: none;
    transition: all .2s ease;
}

.menu-item a:hover {
    color: #F8CC46;
}

.header__primary .menu-item a {
    height: 100%;
    display: block;
}

.header__primary .menu-item-has-children {
    cursor: pointer;
    position: relative;
    padding-right: 15px;
}

.header__primary .menu-item-has-children:hover>a {
    color: #F8CC46;
}

.header__primary .menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: max-content;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(40px);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    padding: 18px 27px;
}

.header__primary .menu-item-has-children .sub-menu .menu-item+.menu-item {
    margin-top: 10px;
}

.header__primary .menu-item-has-children>.sub_menu_btn {
    display: block;
}

.sub_menu_btn {
    display: none;
    cursor: pointer;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjYzODYzIDIuOTkzNjFDMS44ODMwOSAyLjc1MDg3IDIuMjc3ODQgMi43NTE1NyAyLjUyMTQ0IDIuOTk1MTdMNC45NDMzMSA1LjQxNzA0TDcuMzcxMiAyLjk5NDQ1QzcuNjE0NzYgMi43NTE0MiA4LjAwOTE1IDIuNzUxNjMgOC4yNTI0NSAyLjk5NDkzQzguNDk1OTMgMy4yMzg0MSA4LjQ5NTkzIDMuNjMzMTggOC4yNTI0NSAzLjg3NjY2TDUuNjUwNDIgNi40Nzg2OUM1LjI1OTg5IDYuODY5MjEgNC42MjY3MyA2Ljg2OTIxIDQuMjM2MiA2LjQ3ODY5TDEuNjM3MDYgMy44Nzk1NUMxLjM5MjI0IDMuNjM0NzIgMS4zOTI5NCAzLjIzNzU3IDEuNjM4NjMgMi45OTM2MVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.mobille__menu_top,
.mobille__btn_open {
    display: none;
}

.hover__blur {
    width: 100%;
    height: 100%;
    background-color: #ffffff00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
}




/* 	style for rew */
		.header--reviews{
			background: url("../images/back_rew.webp");
			background-size: cover;
    background-position: bottom center;
    padding: 0 0 95px;
		}
		.header__reviews{
			display: flex;
			justify-content: center;
		}
		.header__reviews .header__links{
			margin-bottom: 30px;
		}
		.header__reviews-img{
			width: 443px;
    background-color: #fff;
    display: flex;
    border-radius: 16px;
    margin-right: 32px;
    justify-content: center;
    align-items: center;
			max-height: 230px;
			height: 230px;
		}
		.header__reviews-img img{
			width: 100%;
    object-fit: contain;
    margin: 52px 42px;
			height: 100%;
		}
		.header__reviews-description{
			width: 445px;
		}
		.header__reviews-title{
			color: #fff;
			margin: 0;
    margin-bottom: 12px;
			font-size: 40px;
    line-height: 52px;

		}
		.header__reviews-wrap{
			display: flex;
			justify-content: start;
			margin-bottom: 42px;
		}
		.header__reviews-box{
			color: #fff;
			padding: 10px;
			border: 1px solid rgba(251, 251, 251, 0.2);
border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
		}
		.header__reviews-box span{
			    font-size: 18px;
    font-weight: 700;
    margin-right: 4px;
			display: none;
		}
		.header__reviews-bonus{
			width: 100%;
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding: 16px;
			color: #fff;
			border: 1px solid rgba(251, 251, 251, 0.2);
			border-radius: 12px;
		}
		.header__reviews-bonusName{
			    display: flex;
    align-items: center;
			margin-right: 16px;
			font-weight: 700;
		}
		.header__reviews-bonusName img{
			margin-right: 16px;
		}
		.header__reviews-bonusLink{
	padding: 12px 24px;
    background: #F8CC46;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
			cursor: pointer;
		}
		.header__reviews-bonusLink a{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
			    color: #182636;
    text-decoration: none;
			text-transform: uppercase;
			width: max-content;
		}
		.reviews-page__block{
			margin-top: -15px;
		}
		
		
/* 		bonusar */
.bonusar__over{
	overflow: auto;
}
		.bonusar__wrap{
			display: flex;
    justify-content: space-around;
			min-width: max-content;
		}
			.bonusar__over::-webkit-scrollbar{
				    height: 7px;
			}
			.bonusar__over::-webkit-scrollbar-thumb{
				    background-color: #21568f40;
			}
		.bonusar__card{
			min-width: 350px;
			width: 350px;
    background-color: #fff;
    border-radius: 20px;    
    padding: 16px;
			box-shadow: 0px 3px 24px 0px rgba(32, 34, 36, 0.04);
			height: max-content;
		}
		.bonusar__card:not(:last-child){
			margin-right: 30px;
		}
		.bonusar__cardTop{
			padding: 10px;
    background-color: rgba(242, 245, 248, 1);
    border-radius: 12px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
			color: rgba(33, 86, 143, 1);
			font-weight: 800;
			font-size: 18px;
			line-height: 24px;
			min-height: 140px;
		}
		.bonusar__cardTop img{
			margin-right: 15px;
		}
		.bonusar__row{
			display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    
    color: rgba(24, 38, 54, 1);
	font-size: 18px;
	line-height: 24px;
			font-weight: 400;
		}
		.bonusar__row:not(:last-child){
			border-bottom: 1px solid rgba(232, 233, 235, 1);
		}
		.bonusar__value{
			font-weight: 700;
		}
		.bonusar__more{
			display: none;
		}
		.bonusar__cardLink{
    background: #F8CC46;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
		}
		
		.bonusar__cardLink a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #182636;
    text-decoration: none;
    text-transform: uppercase;
	width: 100%;
    padding: 12px 24px;
    text-align: center;
}
		.bonusar__little{
			display: none;
		}
		
		.bonusar__more{
				font-size: 16px;
				line-height: 20px;
				font-weight: 400;
				color: rgba(24, 38, 54, 1);
				cursor: pointer;
				    display: flex;
    align-items: center;
    justify-content: center;
			margin-bottom: 10px;
			}
			.bonusar__card.active .bonusar__more{
				color: rgba(33, 86, 143, 1);
			}
			.bonusar__more svg{
				margin-left: 8px;
				transition: all .3s;
			}
			.bonusar__card.active .bonusar__more svg{
				transform: rotate(180deg);
			}
			.bonusar__card.active .bonusar__more svg path{
				fill: rgba(33, 86, 143, 1);
			}
			.bonusar__rows{
				transition: all .4s;
				height: 0;
				overflow: hidden;
			}
			.bonusar__card.active .bonusar__rows{
				height: 162px;
			}
			.bonusar__row{
				font-size: 12px;
				line-height: 16px;
				padding: 12px 13px;
			}
		
				
		.recension__wrap{
			background-color: rgba(255, 255, 255, 1);
			border-radius: 20px;
			box-shadow: 0px 3px 24px 0px rgba(32, 34, 36, 0.04);
			padding: 40px;
		}
		.recension__box{
						display: grid;
			grid-template-columns: 1fr 1fr;
			grid-column-gap: 60px;
		margin-bottom: 40px;
		}
		.recension__wrap h2{
			margin-top: 0;
		}
		.recension__wrap .minuses{
			margin: 0;
			background-color: rgba(241, 208, 200, 1);
			border: none;
			padding: 20px;
		}
		.recension__wrap .pluses{
			background-color: rgba(209, 239, 217, 1);
			border: none;
			padding: 20px;
		}
		.recension__wrap .plus_item{
			color: rgba(71, 131, 81, 1);
			font-size: 18px;
			font-weight: 600;
			line-height: 26px;
		}
		.recension__wrap .minus_item{
			color: rgba(159, 72, 55, 1);
			font-size: 18px;
			font-weight: 600;
			line-height: 26px;
		}
		.recension__info{
			margin-bottom: 40px;
		}
		.recension__infoRow{
			display: flex;
			justify-content: space-between;
			padding: 16px 0;
			border-bottom: 1px solid rgba(242, 245, 248, 1);
		}
		.recension__infoLabel, .recension__infoValue{
			font-size: 18px;
			line-height: 26px;
			color: rgba(24, 38, 54, 1);
		}
		.recension__infoLabel{
			font-weight: 400;
			
		}
		.recension__infoValue{
			font-weight: 700;
			max-width: 75%;
			text-align: end;
		}
		.recension__payments-items{
			display: flex;
			flex-wrap: wrap;
		}
		.recension__payments-item{
			width: 84px;
    height: 52px;
    background: #b4d1dc;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
			margin: 5px;
		}
		.recension__payments-item-count{
			transition: all .5s;
			cursor: pointer;
			color: rgba(24, 38, 54, 1);
			font-size: 18px;
			font-weight: 700;
		}
		.recension__payments-item-count:hover{
			filter: brightness(75%);
		}
		.recension__payments-item img{
			max-width: 100%;
		}
		.recension__wrapper .recension__payments-item--hide{
			display: none;
		}
		.recension__wrapper.open .recension__payments-item--hide{
			display: flex;
		}
		.recension__wrapper.open .recension__payments-item-count{
			display: none;
		}
		
/* 		pages */
		.pages{
			background: linear-gradient(93.3deg, #132335 -8.2%, #055988 118.5%);
    box-shadow: 0px 3px 24px 0px rgb(32 34 36 / 4%);
    border-radius: 20px;
    padding: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
			margin: 32px 0 40px 0;
		}
		.pages__item{
			background: rgba(255, 255, 255, 0.1);
			border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 32px 24px;
			display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
		}
		.pages__item img{
			width: 80px;
    height: 80px;
    object-fit: contain;
		}
		.pages__text{
			color: rgba(255, 255, 255, 1);
			font-size: 18px;
			line-height: 24px;
			font-weight: 700;
			margin: 16px auto 24px auto;
		}
		.pages__link{
			padding: 12px 24px;
    background: #F8CC46;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
		}
		.pages__link a{
			font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #182636;
    text-decoration: none;
    text-transform: uppercase;
    width: max-content;
		}
		
/* 		types */
		.types{
			background: linear-gradient(93.3deg, #132335 -8.2%, #055988 118.5%);
    padding: 60px 0;
		}
		.types__box{
			display: flex;
			justify-content: space-between;
		}
		.types__content{
			width: 350px;
			    margin-right: 72px;
			color: rgba(255, 255, 255, 1);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
		}
		.types__cards{
			display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
			grid-gap: 16px;
		}
		.types__title{
			margin: 0 0 32px 0;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
		}
		.types__img{
			background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 20px 0;
    width: 160px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
			margin: 0 auto;
			height: 160px;
			    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
		}
		.types__img img{
			width: 72px;
			height: 72px;
			object-fit: contain;
		}
		
/* 		author */
		.author{
			margin: 20px 10px;
		}
		.author__box{
			background: #FFFFFF;
    box-shadow: 0px 3px 24px rgb(32 34 36 / 4%);
    border-radius: 20px;
    padding: 52px 40px;
    display: flex;
		}
		.author__left{
			width: 140px;
    margin-right: 40px;
    text-align: center;
		}
		.author__photo{
			width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 24px;
		}
		.author__name{
			font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    margin-bottom: 12px;
    display: block;
    color: #182636;
		}
		.author__label{
			font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
		}
		.author__photo img{
			max-width: 100%;
		}
		.author__title{
			    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #182636;
    margin-bottom: 24px;
		}
		.author__text{
			font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
		}
		.author__social{
			display: flex;
		}
		.author__social-item{
			    width: 40px;
    height: 40px;
    background: #F9F9F9;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    margin-left: 16px;
		}
		.author__social-item img{
			width: 20px;
    height: 20px;
		}
		.author__social-item:hover{
			filter: brightness(75%);
		}
		/* 		comments-block */
		.comments{
			margin: 30px 0;
		}
		.comments__item{
			background: #FFFFFF;
    box-shadow: 0px 3px 24px rgb(32 34 36 / 4%);
    border-radius: 20px;
    padding: 40px;
    margin: 16px 0;
			display: flex;
		}
		.comments__item-author{
			    margin-right: 40px;
    text-align: center;
		}
		.comments__image-block{
			    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 24px;
		}
		.comments__user{
			font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #182636;
		}
		.comments__post{
			width: 100%;
		}
		.comments__date{
			font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #182636;
    margin-bottom: 24px;
		}
		.comments__date span{
			font-weight: 400;
		}
		.comments__text{
			font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #182636;
		}
		.comments__title{
			margin: 16px 0;
		}
		.comments__title span{
			font-weight: 700;
font-size: 24px;
line-height: 32px;
color: rgba(24, 38, 54, 0.5);
		}
		.comments__btn-box{
			text-align: center;
		}
		.comments__btn{
			background: #FFFFFF;
			border-radius: 10px;
			font-weight: 700;
font-size: 14px;
line-height: 20px;
color: #182636;
			cursor: pointer;
			margin: 0 auto;
			padding: 12px 24px;
			    display: inline-block;
		}
		.comments__box .comments__item.hide{
			display: none;
		}
		.comments__box.open .comments__item.hide{
			display: flex;
		}
		.comments__box.open .comments__btn-box{
			display: none;
		}
		
/* 		comments-form */
		.form{
			margin: 30px 0;
		}
		.form__box{
			background: #FFFFFF;
box-shadow: 0px 3px 24px rgba(32, 34, 36, 0.04);
border-radius: 20px;
			padding: 40px;
			
		}
		.comment-reply-title, .comment-form-cookies-consent{
			display: none;
		}
		.comment-form-comment{
			margin: 24px 0;
		}
		.form-submit{
			margin: 0;
		}
		.submit{
			background: #E8E9EB;
    border-radius: 10px;
    border: none;
    display: block;
    width: 240px;
    height: 52px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 auto;
    cursor: pointer;
			transition: all .3s;
		}
		.submit:hover{
			background: #d4d5d8;
		}
		.comment-form-comment  textarea{
			width: 100%;
    background: #F9F9F9;
    border-radius: 12px;
    border: none;
    min-height: 180px;
    padding: 20px;
			resize: none;
		}
		.fields__commment{
			display: flex;
			justify-content: space-between;
		}
		.fields__commment div{
			width: 48%;
	 color: #182636;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
		}
		.comment-form-label{
			margin-bottom: 12px;
		}
		.fields__commment input{
background: #F9F9F9;
    border-radius: 8px;
    padding: 13px 16px;
    border: none;
    width: 100%;
		}
		.feedback__wrap{
			display: flex;
			flex-direction: column-reverse;
		}
		.similar{
			margin: 30px 0;
		}
		.similar__box{
			display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
			justify-content: space-around;
		}
		.similar__item{
			background: #FFFFFF;
    box-shadow: 0px 3px 24px rgb(32 34 36 / 4%);
    border-radius: 20px;
    padding: 16px;
			display: flex;
    flex-direction: column;
    justify-content: space-between;
		}
		.similar__item-top{
			position:relative;
		}
		.similar__image{
			width: 100%;
    height: 190px;
    background: #F0F0F0;
    border-radius: 16px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 55px 39px;
			margin-bottom: 16px;
		}
		.similar__image img{
			max-width: 100%;
		}
		.similar__fire{
			position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
		}
		.similar__fire img{
			max-width: 25px;
		}
		.similar__raiting{
			position: absolute;
    bottom: 10px;
    left: 10px;
    width: fit-content;
    height: 40px;
/*     background: #FFFFFF; */
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
		}
		.similar__raiting span{
			font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #182636;
    margin-right: 4px;
			margin-top: 2px;
		}
		
		.similar__item-name{
			font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    color: #182636;
    margin-bottom: 16px;
		}
		.similar__item-bonus{
			    background: #F9F9F9;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    color: #21568F;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
			margin-bottom: 16px;
		}
		.similar__item-bonus img{
			margin-right: 20px;
		}
		.similar__item-btns{
			display: flex;
    justify-content: space-between;
		}
		.similar__item-link{
			background: #ff5d0e;
    border-radius: 10px;
    padding: 16px 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    min-width: 55%;
    text-align: center;
		}
		.similar__item-link.similar__item-link--rec{
			background: #F9F9F9;
			min-width: 43%;
			font-size: 10px;
			color: #182636;
		}
		
		
		
		




/* shortcode casino-board start*/
	.board{
		border-radius: 20px;
		background-image: url('../images/board-casino.webp');
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: cover;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
	margin: 30px 0;
	}
	.board__item{
		display: flex;
	}
	.board__image{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 50px 50px;
	background: rgba(0, 0, 0, 0.1);
	}
	.board__content{
		padding: 40px;
	}
	.board__name{
	font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
	}
	.board__pluses{
		display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
	}
	.board__pluses-item{
		width: 48%;
	}
	.board__text{
		margin-bottom: 24px;
	}
	.board__bonus{
		border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    max-width: 420px;
    margin-bottom: 10px;
	}
	.board__bonus-item{
		    max-width: 260px;
    margin-right: 16px;
		    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
	}
	.board__bonus img{
		margin-right: 16px;
	}
	a.board__bonus-item__link{
		color: #F8CC46;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
	}
	.board__btns{
		display: flex;
    justify-content: space-between;
    max-width: 420px;
	}
	.board__btns .board__btns-link{
		    background: #F8CC46;
    border-radius: 10px;
    padding: 16px 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #182636;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    min-width: 55%;
    text-align: center;
	}
	.board__btns .board__btns-link--rec{
	background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    min-width: 43%;
	}
	.board__pluses-item{
position: relative;
    padding-left: 22px;
	}
	.board__pluses-mark{
		width: 6px;
    height: 6px;
    background: #F8CC46;
    display: inline-block;
    border-radius: 50%;
   position: absolute;
    top: 8px;
    left: 0;
	}

/* shortcode casino-board end*/


	.bonusCasinos__item{
		    padding: 20px;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 3px 24px rgb(32 34 36 / 4%);
    border-radius: 20px;
		    align-items: flex-end;
		margin-bottom: 16px;
	}
	.bonusCasinos__left{
	margin-right: 20px;	
	}
	.bonusCasinos__right{
		width: 100%;
	}
	.bonusCasinos__image{
		background: #F0F0F0;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 300px;
    height: 190px;
    margin-bottom: 20px;
		padding: 2px;
	}
	.bonusCasinos__image img{
		max-width: 100%;
		object-fit: contain;
		height: 100%;
	}
	.bonusCasinos__raiting{
		    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 10px;
		    display: flex;
    align-items: center;
		font-weight: 700;
    font-size: 18px;
    line-height: 18px;
	}
	.bonusCasinos__counter{
		    position: absolute;
    top: 5px;
    left: 5px;
    background: #FFFFFF;
    border-radius: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
		font-weight: 700;
    font-size: 21px;
    line-height: 28px;
	}
	a.bonusCasinos__btns-link{
		    background: #F8CC46;
    border-radius: 10px;
    display: block;
    text-align: center;
    padding: 16px 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #182636;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
	}
	a.bonusCasinos__btns-link--rec{
		background: #F9F9F9;
	}
	.bonusCasinos__name{
		    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #182636;
    margin-bottom: 20px;
	}
	.bonusCasinos__box{
		display: flex;
    width: 100%;
	}
	.bonusCasinos__bonus{
		    background: linear-gradient(109.75deg, #4AA9BE -21.44%, #1F6CB4 112.73%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 19px;
    width: 66%;
		margin-right: 12px;
		position: relative;
	}
	.bonusCasinos__bonus img{
		margin-right: 16px;
	}
	.bonusCasinos__bonus-btn{
		margin-left: auto;
		align-items: center;
    display: flex;
		cursor: pointer;
	}
	.bonusCasinos__bonuskod{
		background: #FFFFFF;
    border: 1px solid rgba(33, 86, 143, 0.2);
    border-radius: 12px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #182636;
    padding: 12px;
    width: max-content;
    width: 34%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.bonusCasinos__bonuskod-value{
		    color: #21568F;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
		    margin-top: 4px;
	}
	.bonusCasinos__info{
background: #F9F9F9;
    border-radius: 12px;
     padding: 8px;
    margin: 12px 0 8px 0;
	}
	.bonusCasinos__row{
		    display: flex;
    justify-content: space-between;
    padding: 12px;    
		font-weight: 400;
font-size: 18px;
line-height: 26px;
		color: #182636;
	}
	.bonusCasinos__row:not(:last-child){
		border-bottom: 1px solid #E8E9EB;
	}
	.bonusCasinos__info-value{
		font-weight: 700;
		text-align: end;
	}
	.bonusCasinos__helper{
		position: absolute;
    top: 60%;
    right: 40px;
    background: #F0F0F0;
    border-radius: 16px 0 16px;
    padding: 10px;
    color: #12355b;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    width: 80%;
		opacity: 0;
		transition: all .3s;
		visibility: hidden;
	}
	.bonusCasinos__bonus-btn:hover .bonusCasinos__helper{
		opacity: 1;
		visibility: visible;
	}
	.bonusCasinos__more{
		display: none;
	}
	.bonusCasinos__btns.bonusCasinos__btns--mobile{
		display: none;
	}
	
	.quote{
		    background: rgba(51, 174, 243, 0.1);
    border-radius: 12px;
    padding: 26px 0;
	}
	.quote__text{
		padding: 14px 40px;
    border-left: 3px solid #21568F;
    border-radius: 2px;
	}

	.error404__block{
		background: linear-gradient(93.3deg, #132335 -8.2%, #055988 118.5%);
		text-align: center;
		color: #F9F9F9;
		font-weight: 400;
font-size: 18px;
line-height: 24px;
	}
	.error404__title{
		font-weight: 700;
font-size: 40px;
line-height: 52px;
		margin-bottom: 20px;
		color: #F9F9F9;
	}
	.error404__text{
		    max-width: 500px;
    margin: 0 auto;
	}
	.error404__btn a{
		background: #F8CC46;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 40px;
		display: inline-block;
		margin: 40px 0;
		font-weight: 700;
	}
	.error404__img img{
		height: 490px;
	}

.similar--shortcode .similar__box{
	grid-gap: 20px;
}
.similar--shortcode .similar__item-bonus{
	padding: 10px;
}



	.iframe{
		width: 100%;
    position: relative;
	}
	.iframe__iframe{
		    width: 100%;
    height: 500px;
    object-fit: contain;
	}
	.iframe__button{
		position: absolute;
    top: 50%;
    left: 50%;
    background: #0e506985;
    border: none;
    cursor: pointer;
    width: 75px;
    height: 75px;
	}
	.slotInfo{
		margin-bottom: 15px;
	}
	.slotInfo .recension__wrap{
		display: flex;
    justify-content: space-between;
	}
	.slotInfo__box{
		width: 48%;
	}
/* 	for slots_short */
.slotsTables{
	margin: 15px 0;
}
	.slotsTables__wrapper{
		display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
	}
	.slotsTables__item{
		background: #FFFFFF;
    box-shadow: 0px 3px 24px rgb(32 34 36 / 4%);
    border-radius: 20px;
    padding: 16px;
	}
	.slotsTables__logo img{
		    width: 100%;
    height: 200px;
    object-fit: cover;
	}
	.slotsTables__name{
		font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    color: #182636;
    margin-bottom: 16px;
    text-align: center;
	}
	.slotsTables__link{
		background: #F8CC46;
    border-radius: 10px;
    padding: 16px 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #182636;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    min-width: 55%;
    text-align: center;
    display: block;
	}
.main__loops-item-img{
	height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__navigation-logo{
	height: auto;
}
.header__primary{
    position: relative;
    z-index: 9;
}
.casinos_flag{
	position: absolute;
    top: 5px;
    left: 10px;
    border-radius: 15px;
    padding: 4px 12px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}
.rating_star{
	display: flex;
    align-items: center;
}
.rating_star img{
	width: 15px;
}
.header_author{
	padding: 0;
}
.header_author::after{
	content: none;
}
.author_info{
    font-size: 20px;
    margin-bottom: 15px;
}
.author_foto{
    width: 100%;
    height: auto;
}
.author__page{
	margin: 20px 0;
}
.slot_short_info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.slot_short_info_name{
    font-weight: 600;
}
.header__reviews{
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.header__reviews>img{
	max-width: 300px;
}
.header__reviews-bonusName img{
	width: 45px;
}
.header__link_img{
	width: 37px;
}
.header__link_item{
    background: #f0f0f0;
    color: #292929;
    padding: 10px;
}
.header__reviews .header__links{
	justify-content: space-between;
}
.header__reviews-bonus{
	width: fit-content;
	background: #f0f0f0;
    color: #292929;
}
.header__reviews-bonusLink{
    background: #ff5d0e;
}
.header__reviews-bonusLink a{
	color: #fff;
}
/* 		adaptive */
		@media (max-width: 1200px){

			.bonusar__card{
				min-width: 320px;
				width: 320px;
			}
			.types__img{
				width: 135px;
				height: 135px;
			}
			.similar__box{
            grid-template-columns: repeat(3, 32%);
				grid-column-gap: 20px;
				justify-content: space-between;
		}
		}

@media (max-width: 991px) {
	.title_like_h2{
		font-size: 20px;
	}
    .header__navigation_row {
        justify-content: space-between;
        align-items: center;
    }
	.header__navigation-logo-block img{
		    max-width: 175px;
	}
    .mobille__menu_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 22px;
    }
    .mobille__btn_close {
        width: 20px;
        height: 20px;
        position: relative;
		min-width: 20px;
    }
    .mobille__btn_close_1,
    .mobille__btn_close_2 {
        width: 100%;
        height: 2px;
        background: #fff;
        display: block;
        position: absolute;
        top: 50%;
    }
    .mobille__btn_close_1 {
        transform: rotate(45deg);
    }
    .mobille__btn_close_2 {
        transform: rotate(-45deg);
    }
    .mobille__btn_open {
        display: flex;
        width: 46px;
        height: 14px;
        flex-direction: column;
        justify-content: space-between;
		position: relative;
		z-index: 6;
		cursor: pointer;
    }
    .mobille__btn_open span {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 1px;
        background: #fff;
    }
	.header{
		overflow: hidden;
	}
	.header__content{
		text-shadow: #000 2px 1px 6px;
	}
	.header_banner_img{
		transform: translateX(50%);
	}
    .header__primary .menu-item-has-children.open>.sub_menu_btn {
        transform: rotate(180deg);
        top: 3px;
    }
    .header__primary .menu-item-has-children>.sub_menu_btn {
        right: 39px;
        transition: all .2s ease;
    }
    .hover__blur {
        display: block;
        transition: all .2s ease;
    }
    .hover__blur.open {
        background-color: #ffffff61;
        z-index: 9;
    }
    .mobille__menu_top {
        padding: 0 39px;
    }
    .header__primary .menu-item-has-children:hover .sub-menu {
        display: none;
        position: static;
        top: 100%;
        right: 0;
        width: 100%;
        border: none;
        backdrop-filter: unset;
        border-radius: 0;
        background: unset;
        padding: 0;
    }
    .sub_menu_btn {
        top: 8px;
    }
    .header__primary .menu-item-has-children.open a {
        padding: 0 39px 20px 39px;
    }
    .header__primary .menu-item.open .sub-menu {
        padding: 20px 0;
        display: block;
        position: static;
        background: rgba(16, 25, 35, 0.6);
    }
    .header__primary .menu-item-has-children {
        padding-right: 0;
    }
    .header__primary>.menu-item {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }
    .header__primary .menu-item a {
        padding: 0 0 0 39px;
        width: fit-content;
    }
    .header__primary {
        flex-direction: column;
    }
    .main__menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        background: #182636;
        top: 0;
        right: 0;
        min-height: 100vh;
        z-index: 9999;
        padding: 14px 0;
        transform: translateX(100%);
        width: 0;
        overflow: hidden;
    }
    .main__menu.open {
        transform: translateX(0);
        width: 320px;
        overflow: visible;
    }
    .header {
        position: relative;
    }
    .content__headers {
        column-count: 2;
    }
    .content__block table {
        display: block;
        overflow-x: scroll;
    }
    .content__block table>tbody {
        width: fit-content;
    }
			.board__image{
			display: none;
		}
		.board__content{
			padding: 32px;
		}
		.board__pluses-item__text{
			font-size: 16px;
			line-height: 20px;
		}
		.board__text{
			font-size: 16px;
			line-height: 24px;
		}
	
	
				.header__reviews-description{
				width: 330px;
    			min-width: 330px;
			}
			.header__reviews-title{
				font-size: 24px;
				line-height: 32px;
			}
			.header__reviews-bonus{
				display: block;
			}
			.header__reviews-bonusName{
				margin: 0 0 16px 0;	
			}
			.header__links{
				column-gap: 10px;
			}
			.header__link_item{
				padding: 18px 20px;
			}
			
			.recension__wrap{
				padding: 24px;
			}
			.recension__wrap h2{
				font-size: 21px;
				line-height: 28px;
			}
			.recension__box{
				grid-column-gap: 30px;
				margin-bottom: 24px;
			}
			.recension__wrap .plus_item,
			.recension__wrap .minus_item{
				font-size: 14px;
				line-height: 20px;
			}
			.recension__infoLabel, .recension__infoValue{
				font-size: 14px;
				line-height: 20px;
			}
			
			.pages{
				grid-template-columns: 1fr;
			}
			.pages__item{
				display: flex;
				flex-direction: row;
    justify-content: space-between;
    align-items: center;
				margin-bottom: 16px;
			}
			.pages__item img{
				width: 52px;
    height: 52px;
			}
			.types{
				padding: 40px 0;
			}
			.types__box{
				flex-direction: column;
			}
			.types__content{
				width: 100%;
				margin: 0 0 32px 0;
			}
			.types__img{
				width: 160px;
				height: 160px;
			}
			.author__box{
				flex-direction: column;
				    padding: 32px;
			}
			.author__left{
				width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
				margin-right: 0;
			}
			.author__photo{
				margin-bottom: 0;
    margin-right: 24px;
    width: 60px;
    height: 60px;
			}
			.author__name{
				margin-bottom: 8px;
			}
			.author__title{
				font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
			}
			.author__text{
				font-size: 16px;
line-height: 22px;
			}
			.comments__item{
				position: relative;
				flex-direction: column;
			}
			.comments__item-author{
				display: flex;
    align-items: center;
    margin-right: 0;
    margin-bottom: 24px;
			}
			.comments__image-block{
				width: 60px;
    height: 60px;
    margin-bottom: 0;
    margin-right: 24px;
			}

			.comments__image-block img{
				width: 100%;
			}
			.comments__date{
				    position: absolute;
    top: 40px;
    right: 40px;
				font-size: 12px;
line-height: 14px;
			}
			.comments__text{
				font-size: 16px;
    line-height: 24px;
			}
			.form__box{
				padding: 24px;
			}
			.comment-form-comment{
				margin: 16px 0;
			}
			.similar__box{
            grid-template-columns: repeat(2, 48%);
		}
			.similar__item:last-child{
				display: none;
			}
			.similar__item-name{
				font-size: 18px;
line-height: 24px;
			}
			.similar__item-bonus{
			font-size: 16px;
line-height: 20px;
				padding: 16px;
			}
			.similar__item-bonus img{
				margin-right: 16px;
			}
	
			.bonusCasinos__image{
			width: 220px;
    height: 140px;
		}
		.bonusCasinos__name{
			font-size: 21px;
    line-height: 28px;
    margin-bottom: 16px;
		}
		.bonusCasinos__bonus{
			font-size: 14px;
    line-height: 18px;
		}
		.bonusCasinos__bonus img{
			margin-right: 8px;
		}
		.bonusCasinos__bonuskod{
			width: 30%;
		}
		.bonusCasinos__row{
			font-size: 14px;
    line-height: 20px;
		}
		.bonusCasinos__bonus-name{
			margin-right: 8px;
		}
			.error404__img img{
		height: 320px;
	}
		.error404__title{
			font-size: 32px;
line-height: 40px;
		}
		.error404__text{
						font-size: 16px;
line-height: 24px;
		}
	
			.slotsTables__wrapper{
    grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
    .footer__menus>div {
        margin-bottom: 40px;
    }
    .header__links {
        flex-direction: column;
        row-gap: 12px;
    }
			.board__content{
			padding: 20px;
		}
		.board__item{
			display: block;
		}
		.board__image{
			display: flex;
			background: rgba(0, 0, 0, 0.1);
			    height: 120px;
    padding: 20px;
		}
		.board__name{
			font-size: 21px;
			line-height: 28px;
			margin-bottom: 20px;
		}
		.board__pluses{
			display: block;
		}
		.board__pluses-item{
			    width: 100%;
			font-size: 14px;
			margin-bottom: 12px;
		}
		.board__bonus{
			max-width: 100%;
		}
		.board__btns{
			max-width: 100%;
			display: block;
		}
		.board__btns .board__btns-link{
			display: block;
			margin-bottom: 8px;
		}
		a.board__bonus-item__link{
			margin-left: auto;
		}
		.board__bonus-item{
			font-size: 14px;
			line-height: 16px;
		}
				.header__reviews{
				flex-direction: column;
				align-items: center;
			}
			.header__reviews-img{
				margin-right: 0;
    width: 100%;
    margin-bottom: 16px;
			}
			.header__reviews-description{
				text-align: center;
				width: 100%;
				min-width: auto;
			}
			.header__reviews-wrap{
				justify-content: center;
				margin-bottom: 16px;
			}
			.header__reviews-bonusName{
				justify-content: center;
			}
			.reviews-page__block{
				margin-top: 0;
			}
	.bonusar__over{
		overflow: hidden;
	}
			.bonusar__wrap{
				flex-direction: column;
				min-width: 100%;
			}
			.bonusar__card{
				width: 100%;
				position: relative;
				padding: 12px;
				margin-bottom: 16px;
				min-width: auto;
				margin-right: 0;
			}
			.bonusar__cardTop{
				margin-right: 56px;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 12px;
    min-height: 48px;
			}
			.bonusar__cardLink{
			position: absolute;
			top: 12px;
				right: 12px;
				height: 48px;
				width: 48px;
			}
			.bonusar__cardLink a{
				transform: rotate(-90deg);
    width: 16px;
    height: 16px;
			}
			.bonusar__cardLink a svg{
				width: 16px;
				height: 16px;
			}
			
			.bonusar__little{
			display: block;
		}
		.bonusar__big{
			display: none;
		}
			.recension__wrapper{
				margin-bottom: 15px;
			}
			
			.recension__box{
				grid-template-columns: 1fr;
			}
			.recension__wrap {
    padding: 16px;
}
			.recension__infoLabel, .recension__infoValue {
    font-size: 12px;
    line-height: 16px;
}
			.recension__payments-item{
				width: 62px;
				height: 44px;
			}
			.recension__infoValue{
				max-width: 70%;
			}
			.pages{
				padding: 16px;
			}
			.pages__item{
				display: block;
				margin-bottom: 16px;
				padding: 20px;
			}
			.pages__item img{
				width: 56px;
    height: 56px;
			}
			.pages__text{
				margin:20px auto;
			}
			.types__cards{
				grid-template-columns: 1fr 1fr 1fr;
			}
			.types__img{
				width: 132px;
				height: 132px;
				border-radius: 16px;
				padding: 10px;
			}
			.types__content{
				font-size: 14px;
    line-height: 20px;
			}
			.types__title{
				font-size: 21px;
    line-height: 28px;
			}
						.author__title{
				font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
			}
			.author__text{
				font-size: 14px;
line-height: 20px;
			}
			.comments__title{
				font-size: 21px;
line-height: 28px;
			}
			.comments__image-block{
				margin-right: 20px;
			}
			.comments__item{
				padding: 20px;
			}
			.comments__date{
				position: static;
				margin-bottom: 16px;
			}
			.comments__item-author{
				margin-bottom: 16px;
			}
			.comments__text {
    font-size: 14px;
    line-height: 20px;
}
			
			.form__box{
				padding: 16px;
			}
			.fields__commment{
				flex-direction: column;
			}
			.fields__commment div{
				width: 100%;
			}
			.form__title{
				font-size: 21px;
				line-height: 28px;
			}
			.fields__commment input{
				height: 48px;
				margin-bottom: 20px;
			}
			.comment-form-comment{
				margin-top: 0;
			}
			.submit{
				width: 100%;
			}
						.similar__box{
            grid-template-columns: repeat(1, 100%);
		}
			.similar__item{
				margin-bottom: 16px;
			}
			.similar__item:last-child{
				display: block;
			}
			.similar__item-name{
				font-size: 16px;
				line-height: 21px;
			}
			.similar__item-bonus{
				font-size: 14px;
				line-height: 18px;
			}
			.similar__item-bonus img{
				width: 24px;
    			height: 24px;
			}
	.similar__item-link{
		font-size: 12px;
		min-width: 49%;
	}
	
			.bonusCasinos__item{
			flex-direction: column;
		}
			.bonusCasinos__more{
				text-align: center;
		display: block;
				font-weight: 400;
font-size: 16px;
line-height: 16px;
				color: #182636;
	}
		.bonusCasinos__item.active .bonusCasinos__more{
			color: #21568F;
		}
				.bonusCasinos__item.active .bonusCasinos__more svg path{
			fill: #21568F;
		}
		.bonusCasinos__item.active .bonusCasinos__more svg{
			transform: rotate(-180deg);
		}
				.bonusCasinos__info{
			height: 0;	
					overflow: hidden;
					transition: all .4s;
					visibility: hidden;
					margin:0;
		}
		.bonusCasinos__item.active .bonusCasinos__info{
			height: 200px;
			visibility: visible;
		}
		.bonusCasinos__left{
			width: 100%;
    margin: 0 auto;
		}
		.bonusCasinos__image{
			    width: 100%;
		}
		.bonusCasinos__bonus{
			margin: 8px 0;
			width: 100%;
		}
		.bonusCasinos__bonuskod{
			width: 100%;
		}

		.bonusCasinos__name{
			font-size: 18px;
    line-height: 24px;
		}
		.bonusCasinos__bonuskod{
						font-size: 16px;
    line-height: 18px;
		}
		a.bonusCasinos__btns-link{
			padding: 14px 19px;
		}
			.bonusCasinos__item.active	.bonusCasinos__info{
			display: block;
				margin-bottom:16px;
		}
		.bonusCasinos__box{
			flex-direction: column;
		}
		.bonusCasinos__btns{
			display: none;
		}
		.bonusCasinos__btns.bonusCasinos__btns--mobile{
		display: flex;
			justify-content: space-between;
			margin: 20px 0;
			
	}
		a.bonusCasinos__btns-link{
			width: 49%;
			margin: 0;
			    display: flex;
    align-items: center;
			justify-content: center;
		}
			.quote{
    padding: 15px 0;
	}
	.quote__text{
		padding: 10px 15px;
	}
	
			.error404__img img{
		height: 180px;
	}
		.error404__title{
			font-size: 21px;
line-height: 28px;
		}
		.error404__text{
						font-size: 14px;
line-height: 20px;
		}
	
			.slotInfo .recension__wrap{
		display: block;
	}
		.slotInfo__box{
		width: 100%;
	}
		.slotsTables__name{
			margin-bottom: 6px;
		}
		.slotsTables__item{
			padding: 8px;
		}
		.iframe__iframe{
			height: 350px;
		}
}
	.trustpilot-widget {
		max-height: 100px!important;
	}
@media (max-width: 575px) {
	.author_foto{
		display: block;
		margin: 15px auto;
		max-width: 65%;
	}
    .footer__support img+img {
        margin-left: 0;
    }
    .content__headers {
        column-count: 1;
    }
    img.alignleft,
    img.alignright {
        float: unset;
        display: block;
        margin: 0 auto;
    }
    .footer__lang,
    .footer__lang>div {
        width: 100%;
    }
    .footer__lang {
        margin-bottom: 20px;
    }
    .pll-parent-menu-item.menu-item-has-children {
        display: flex;
        justify-content: space-between;
    }
    .footer__lang_menu:hover .sub-menu {
        background: rgb(38 78 105);
    }
				.types__cards{
				grid-template-columns: 1fr 1fr;
			}
}

	@media(max-width: 480px){
		.iframe__iframe{
			height: 250px;
		}
		.slotsTables__wrapper {
    grid-template-columns: repeat(1, 1fr);
}
		.slotsTables__item {
    padding: 15px;
}
	}

@media (max-width: 320px) {
    .main__menu {
        padding: 10px 0;
    }
    .mobille__menu_top {
        padding: 0 12px;
    }
    .header__primary .menu-item a {
        padding: 0 0 0 12px;
    }
    .header__primary .menu-item-has-children>.sub_menu_btn {
        right: 12px;
    }
}