.container img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
    width: auto;
    height: 100%;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
		width: 100%;
		height: auto;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
body {
    position: relative;
	font-family: 'Tahoma',sans-serif;
}

a {
    color: #007ffd;
    font-weight: 700;
    text-decoration: none;
}
img {
	width: 100%;
    height: auto;
}
.new_review_btn_out_present img {
	max-width: 50px;
}
.payment__inner img {
	max-width: 60px;
}
a:hover {
    text-decoration: underline;
}
table {
	border-collapse: collapse;
}
table, tr, td {
	border: 1px solid #fff;
}
td {
	padding: 5px;
}
@media (max-width: 768px) {
	table {
		overflow-x: auto;
		white-space: nowrap;
		display: block;
	}
	td {
		width: 1%;
		white-space: initial;
    	min-width: 170px;
	}
}

.header {
    background-color: #004CC6;
    position: sticky;
    top: 0;
    z-index: 9;
	padding: 10px 0;
}
.logo__top, .logo__top:hover{
	display: block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
.logo__top span{
	color: #004CC6;
}
.logo__img a {
    display: block;
/*     padding: 15px; */
    background-color: #df0e14;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    width: fit-content;
    text-align: center;
}

.logo__img a {
    color: #fff;
    text-decoration: none;
}

.header__menu-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    height: 100%;
}

.header__menu-btn svg {
    fill: #fff;
}

.header__menu-btn {
    display: none;
}

.menu-item-has-children {
    position: relative;
    padding-right: 18px;
}

.menu-item:hover::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: red;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer .menu-item:hover::before {
    display: none;
}

.menu-header-container {
    height: 100%;
}

.header__menu-list .menu-item {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.header__menu-list .menu-item a {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}

.menu-item-has-children .sub-menu {
    z-index: -1;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 100%;
    left: 0;
    min-width: 250px;
    position: absolute;
    background-color: #1b5ecb;
    display: none;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

.header__menu-list .menu-item-has-children .sub-menu .menu-item:hover::before {
    display: none;
}

.header__menu-list .menu-item-has-children .sub-menu .menu-item {
    padding: 10px;
}

.header__menu-list .menu-item-has-children .sub-menu .menu-item a {
    font-size: 16px;
    font-weight: 400;
}
.header__menu-list .menu-item a{
	transition: all .2s ease;
}
.header__menu-list .menu-item-has-children .sub-menu .menu-item:hover {
    background: #2b6ad0;
}
.header__menu-list .menu-item:hover>a{
    color: #5e96f0;
}
.mobile__menu-btn {
    display: none;
    align-self: center;
	padding: 0;
}

.mobile__menu-btn svg {
    fill: #fff;
}

.header_menu.open {
    background-color: #004CC6;
    visibility: visible;
    /* pointer-events: auto; */
    transform: translateY(0);
    opacity: 1;
}

.header_menu.open .header__menu-list {
    margin-top: 35px;
    flex-direction: column;
    width: 100vw;
    height: auto;
    min-height: 100vh;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px;
}

.header_menu.open .header__menu-list .menu-item a {
    font-size: 18px;
    padding: 5px 0;
}

.menu_close-cross {
    display: none;
}

h1 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 0;
}


/* baner */

.baner {
/*     background-image: url(../img/new-home-page-bg.webp); */
    padding-top: 10px;
/*     padding-bottom: 35px;
    margin-bottom: 20px; */
}

.baner_text {
    font-size: 18px;
}

.baner_links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
}

.baner_link {
    background-color: #f6f6fb;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #007ffd;
    padding: 20px;
    transition: all .3s ease;
}

.baner_link:hover {
    text-decoration: none;
    color: #007ffd;
    background: linear-gradient(180deg, #f6f6fb, #edf5fd);
    box-shadow: 0.8rem 0.8rem 1.6rem rgb(0 0 0 / 15%);
}

.baner_link_img {
    width: 80px;
    height: 80px;
    transition: all .3s ease;
}

.baner_link:hover .baner_link_img {
    transform: scale(1.2);
}

.baner_link_img img {
    width: 100%;
    height: auto;
}

.baner_link_text {
    margin-top: 20px;
}


/* baner */


/* review */

.reviews {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.review {
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .3s ease-in-out;
}

.review:hover {
    box-shadow: 0 0 56px 0 rgb(0 0 0 / 12%);
}

.review__top {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.review_img_permalink {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    overflow: hidden;
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.review_img_permalink img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.review__permalink {
    color: #000;
}

.review__info {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

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

.review__eu_flag {
    width: 32px;
    height: 24px;
    margin-left: 7px;
    border-radius: 3px;
}

.review__new_flag,
.review__hot_flag,
.review__top_flag {
    color: #000;
    display: block;
    width: fit-content;
    padding: 0 8px;
    margin-left: 7px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
}

.review__new_flag {
    background: #f9c588;
}

.review__hot_flag {
    background: #f98895;
}

.review__top_flag {
    background: #f9e788;
}

.review__number {
    position: absolute;
    background-color: #fff;
    color: #000;
    padding: 7px;
    top: 0;
    left: 0;
    transform: translateX(80%) translateY(100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    font-size: 12px;
    font-weight: 600;
}

.review__top {
    padding: 24px 24px 0 24px;
    position: relative;
}

.review__middle {
    padding: 0 24px;
}

.reviews__bottom {
    padding: 20px 24px 24px 24px;
    background-color: #f0f1f4;
}

.review__pluses {
    margin-bottom: 15px;
}

.review_bonus {
    position: relative;
    padding-left: 18px;
    font-weight: 600;
    color: #6f6f6f;
    font-size: 14px;
    letter-spacing: -.3px;
    white-space: pre-wrap;
}

.review_bonus::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 13px;
    background-image: url(../img/marker.png);
    background-size: cover;
    transform: rotate(90deg) translateX(30%);
}

.review_rating .post-ratings img {
    width: 20px;
    height: 20px;
}

.post-ratings {
    display: flex;
    align-items: center;
}

.rating_average {
    margin-left: 10px;
}

.review_name_permalink {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.review_name_permalink:hover {
    text-decoration: none;
    color: #000;
}

.review__permalink {
    color: #007ffd;
    font-weight: 600;
    text-decoration: none;
    transition: color .3s ease-in-out;
    display: block;
    text-align: left;
    margin: 15px 0;
}

.review__permalink:hover {
    color: #555;
    text-decoration: none;
}

.reviews__bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.review_bonus {
    color: #4c4c4c;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none;
    text-align: left;
    width: 100%;
}

.review_bonus:hover {
    color: #4c4c4c;
    text-decoration: none;
}

.reviews__buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    column-gap: 10px;
}

.review__link_out {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 20px;
    text-align: center;
    font-weight: 600;
    background: #84d65c;
    color: #1d390e;
    transition: all .2s ease-in-out;
    font-size: 15px;
}

.review__link_rev {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 20px;
    text-align: center;
    font-weight: 600;
    background: #edf5fd;
    border: 1px solid #007ffd;
    color: #007ffd;
    transition: all .2s ease-in-out;
    font-size: 13px;
}

.review__link_out:hover {
    background-color: #a0e180;
    color: #1d390e;
    text-decoration: none;
}

.review__link_rev:hover {
    background-color: #f1f5fa;
    color: #007ffd;
    text-decoration: none;
}

.review_rating {
    display: flex;
    width: fit-content;
    background-color: #ffe4cf;
    border-radius: 4px;
    padding: 5px;
    color: #312b16;
    align-items: baseline;
}

.review_rating_img {
    width: 14px;
    height: 14px;
    margin-right: 3px;
    display: block;
}

.review_rating_value {
    font-size: 18px;
    font-weight: 600;
}

.review_rating_from {
    font-size: 14px;
}

.reviews_tabs {
    display: flex;
    flex-direction: column;
}

.review_row_img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.review_row_img img {
    width: 100%;
    height: auto;
}

.review_row_top {
    align-items: center;
    border-top: 0.1rem solid rgba(0, 0, 0, .1);
    background-color: #f6f6fb;
    padding: 24px 0;
}

.review_row_top:nth-child(odd) {
    background-color: #eaebf5;
}

.review_head {
    background: #000;
    border-right: 1px solid #39394f;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 8px;
    color: #fff;
	text-align: center;
}
.review_row_rating_col .review__flags{
	justify-content: center;
    margin: 10px 0;
    flex-wrap: wrap;
}
.bonus__wrap {
    padding: 8px 24px;
    border: 1px solid #59be28;
    background: #f0ffe9;
    border-radius: 8px;
    text-align: center;
}

.review__top_bonus {
    display: block;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}

.review__top_bonus:hover {
    text-decoration: none;
    color: #000;
}

.bonus__title {
    font-size: 12px;
    color: #59be28;
    text-transform: uppercase;
}
.logo__img a{
	height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review_row_number {
    display: block;
    height: 24px;
    width: fit-content;
    padding: 1px 8.5px;
    background-color: #fff;
    border-radius: 3px;
    color: #17182f;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto;
}

.review_row_name_link,
.review_row_name_link:hover {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.review_row_name {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.review_row_rating {
    width: fit-content;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fcca00;
    font-weight: 600;
    padding: 2px 8px;
    font-size: 18px;
    background-color: #fff1dc;
    margin: 0 auto;
}

.review_row_rating .review_rating_from {
    font-size: 14px;
}

.review_see_more {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    max-width: 135px;
    margin: 0 auto;
    position: relative;
}

.review_row_link_out {
    color: #fff;
    background-color: #59be28;
    font-weight: 600;
    font-size: 18px;
    border-radius: 4px;
    display: block;
    width: fit-content;
    padding: 10px 20px;
    transition: all .3s ease;
    margin: 0 auto 25px;
}

.review_row_link_out:hover {
    text-decoration: none;
    color: #fff;
    background-color: #75d445;
}

.review_see_more::before {
    content: '';
    display: block;
    position: absolute;
    border-top: 7px solid #000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(0);
}

.review_see_more.open::before {
    transform: translateY(-50%) rotate(180deg);
}

.review_see_more.open .review_see_less_text,
.review_see_more .review_see_more_text {
    display: block;
}

.review_see_more.open .review_see_more_text,
.review_see_more .review_see_less_text {
    display: none;
}

.review_see_less_text,
.review_see_more_text {
    width: 100%;
}

.more_info {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px 0 24px;
}

.more_info.open {
    display: flex;
}

.more_bonus {
    display: flex;
    flex-direction: column;
}

.more_payments_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
}

.more_payments_item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dadbe0;
    border-radius: 4px;
    width: 72px;
    height: 32px;
}

.more_payments_item img {
    width: 100%;
    height: auto;
}

.more_read_review {
    display: block;
    width: fit-content;
    color: #007ffd;
    background-color: #edf5fd;
    padding: 9px 12px;
    font-size: 18px;
    border: 1px solid #007ffd;
    border-radius: 4px;
}

.more_read_review:hover {
    color: #007ffd;
    text-decoration: none;
}

.more_payments_title,
.more_bonus_title {
    color: #000;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 600;
}

.more_bonus .review_bonus {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.more_bonus .review_bonus::before {
    transform: rotate(90deg) translateX(50%);
}


/* review */


/* footer */

.footer {
    background: #333;
    margin-top: 20px;
    padding: 32px 0;
}

.footer_socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 3px;
    border-radius: 3px;
    background: #fff;
}

.footer_socials img {
    display: block;
    width: 100%;
    height: 100%;
    filter: invert(56%) sepia(90%) saturate(6736%) hue-rotate(351deg) brightness(87%) contrast(103%);
}

.footer_socials {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.footer_socials li+li {
    margin-left: 8px;
}

.footer_lang,
.footer_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_list .menu-item a,
.footer_col_title {
    color: #fff;
}

.footer_col_title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 18px;
}

.footer_list .menu-item a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin-bottom: 16px;
}

.footer_list .menu-item a {
    padding-left: 14px;
    position: relative;
}

.footer_list .menu-item a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #007ffd;
    border-bottom: 4px solid transparent;
}

.footer__menus {
    margin: 25px 0;
}

.footer_other {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_other li+li {
    margin-left: 15px;
}

.footer_lang {
    position: relative;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    padding: 9px 16px 10px;
}

.footer_lang::before {
    content: '';
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #17182f;
}

.footer_lang a {
    font-size: 16px;
    color: #17182f;
    text-decoration: none;
}

.footer_lang:hover .sub-menu {
    display: block;
}

.footer_lang .sub-menu {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 9px 16px 10px;
}

.footer_logos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_text,
.footer_copyright {
    color: #fff;
}

.footer_copyright {
    text-align: center;
    margin: 25px 0;
}

.mobile_footer_rev {
    display: none;
}


/* footer */
/* breadcrumbs */

#breadcrumbs{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	margin-top: 10px;
	margin-bottom: 20px;
}

#breadcrumbs li, #breadcrumbs a{
	color: #68bfee;
    font-size: 12px;
    font-weight: 400;
}
#breadcrumbs li:last-child a{
	color: #666666;
    font-weight: 600;
}
.breadcrumbs_errow{
	margin: 0 5px;
    color: #666666;
}
.baner__last_update{
	color: #666;
}
.baner__last_update:before {
    height: 11px;
    width: 14px;
	content: "";
    display: inline-block;
    background-image: url(../img/bkicons.svg);
    background-position-x: 60px;
    background-size: auto 11px;
}
.mobile_link_out{
	display: none;
}
.pluses_minuses{
    display: flex;
    flex-direction: row;
}
.pluses, .minuses{
	width: 50%;
}
.page_plus, .page__minus{
    padding: 16px;
    border-radius: 5px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
	margin: 10px 5px;
}
.page_plus{
	background-color: #ebfaef;
    color: #207e39;
	border-left: 2px solid #3ebd60;
}
.page__minus{
	background-color: #faebeb;
    color: #b82e2e;
	border-left: 2px solid #b82e2e;
}
.pluses_minuses img{
    height: 30px;
    width: auto;
    margin-left: 20px;
}
.toc{
	display: flex;
    border-bottom: 2px solid #eeeef7;
    position: sticky;
    top: 29px;
    z-index: 8;
    background: #fff;
}
.toc a{
	padding: 10px;
    color: #4c4c4c;
    text-align: center;
    display: flex;
    align-items: center;
}
.toc a:hover{
	text-decoration: none;
	background: #f9f9f9;
}

.new_reviews{
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 15px 0 25px 0;
}
.new_review{
	border-radius: 10px;
	border: 4px solid #325dcd;
	color: #4c4c4c;
	position: relative;
}
.new_review_num{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 100%;
    border: 4px solid #325dcd;
    font-weight: bold;
    color: #325dcd;
}
.new_review_logo{
	padding: 15px 25px;
	background: #E5EFEF;
	border-radius: 10px 0 0 10px;
}
.new_review_logo_link{
	position: relative;
}
.new_review_logo_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 105px;
    height: 105px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new_review_logo_img img{
	width: 100%;
}
.new_review_logo_name{
	color: #595959;
}
.new_review_logo{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.new_review_plus, .new_review_bonus{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.new_review_bonus{
	gap: 15px;
	text-align: center;
}
.new_review_bonus_title{
    font-weight: bold;
    text-transform: uppercase;
}
.new_review_bonus_name{
    font-weight: bold;
    color: #2d59ca;
}
.new_review_btns{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.new_review_btn_out{
	display: block;
    border: 2px solid #fa9700;
    background-color: #fa9700;
    color: #fff;
    border-radius: 10em;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
	transition: all .3s ease;
}
.new_review_btn_out:hover{
	background-color: #fff;
    color: #fa9700;
	text-decoration: none;
}
.new_review_logo_permalink{
    display: block;
    margin-top: 15px;
    color: #697171;
}
.new_review_btn_out_present{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #50B288;
    width: 100%;
    border: 2px solid #50B288;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px;
	transition: all .3s ease;
}
.new_review_btn_out_present:hover{
	background: #50B288;
    color: #fff;
}
.new_review_btn_out_present img{
	margin-bottom: 10px;
}
.details__item.details__item--active img {
	max-width: 40px;
	height: auto;
}
.post-ratings {
	flex-direction: column;
	align-items: flex-start;
}
.post-ratings img {
	max-width: 30px;
	width: 30px;
}
.pros__plus img {
	width: 20px; 
}
.scroll-to-top-btn {
    display: none;
    position: fixed;
    bottom: 55px;
    right: 25px;
    width: 40px;
    height: 40px;
    background-color: #ff1e26;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s;
}
.scroll-to-top-btn span {
    position: relative;
    top: 1px;
}
.scroll-to-top-btn.show {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


@media(max-width: 993px) {
	.toc{
		overflow: auto;
		position: relative;
		top: unset;
	}
    .reviews {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 767px) {
	.header {
		position: fixed;
		top: unset;
		bottom: 0;
		width: 100%;
	}
	.mobile__header_title a{
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
	}
	.row__header_mobile{
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.pluses_minuses{
		flex-direction: column;
	}
	.pluses, .minuses{
		width: 100%;
	}
	.mobile_link_out{
		display: flex;
		position: fixed;
        bottom: 0;
        left: 0;
		width: 100%;
		background-color: #333333;
		border-radius: 8px 8px 0 0;
		padding: 10px;
		align-items: center;
		justify-content: space-between;
	}
	.mobile_link_out img{
		display: block;
		width: 50px;
		height: auto;
	}
	.mobile_link_bonus{
		color: #0a971b;
		font-size: 15px;
		font-weight: 600;
		text-align: center;
		margin: 0 5px;
	}
	.mobile_link_out .casino__bonus-link a{
		width: 105px;
		margin-top: 0;
		font-size: 13px;
	}
    .mobile_footer_rev {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        column-gap: 20px;
        position: fixed;
        bottom: 0;
        left: 0;
        height: 100px;
        background-color: #333333;
        border-radius: 8px 8px 0 0;
        width: 100%;
        overflow-x: scroll;
        padding: 10px;
    }
    .mobile_review {
        height: 100%;
    }
    .mobile_review_link {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile_review_link img {
        height: 50px;
        width: 50px;
        border-radius: 100%;
    }
    .mobile_review_link span {
        white-space: nowrap;
    }
    .logo__img a {
        font-size: 14px;
        padding: 12px;
    }
    .header.open {
        height: 100vh;
        overflow-y: scroll;
    }
    .menu_close-cross {
        position: absolute;
        right: 30px;
        top: 20px;
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #080b3c;
        border-radius: 5px;
    }
    .menu_close-cross svg {
        fill: #fff;
    }
    .mobile__menu-btn {
        display: block;
    }
    .logo__img {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header_menu {
        position: absolute;
        padding: 0;
        top: 0;
        left: 0;
        opacity: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        visibility: hidden;
        /* pointer-events: none; */
        transform: translateY(-50px);
        transition: all .3s ease;
    }
    .header__menu-list .menu-item+.menu-item {
        margin-left: 0;
    }
    .header__menu-list .menu-item-has-children {
        width: 70%;
        flex-direction: column;
        align-items: baseline;
        justify-content: flex-start;
    }
    .menu-item:hover::before {
        display: none;
    }
    .header__menu-list .menu-item-has-children .sub-menu {
        height: 0;
        transition: none;
        background-color: inherit;
    }
    .header__menu-list .menu-item-has-children .sub-menu .menu-item {
        justify-content: flex-start;
    }
    .header_menu.open .header__menu-list .menu-item-has-children .sub-menu a {
        font-size: 14px;
    }
    .menu-item-has-children>.header__menu-btn {
        display: block;
        position: absolute;
        left: 100%;
        top: 6px;
        transform: translateY(0) rotate(-90deg);
        transition: all .3s ease;
    }
    .menu-item-has-children.open>.header__menu-btn {
        transform: translateY(0) rotate(0);
    }
    .header__menu-list .menu-item-has-children:hover .sub-menu {
        opacity: 0;
        visibility: hidden;
        /* pointer-events: none; */
        display: none;
    }
    .header__menu-list .menu-item-has-children.open .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        z-index: 1;
        height: auto;
        display: block;
    }
    .footer_lang {
        margin: 20px 0;
    }
    .footer_socials {
        justify-content: center;
    }
    .head_row {
        display: none;
    }
    .review_row_top {
        position: relative;
    }
    .review_row_number_col {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        transform: translateY(50%);
    }
    .review_row_name {
        flex-direction: row;
        justify-content: start;
        align-items: flex-start;
    }
    .review_row_rating_col {
        position: relative;
        width: 100%;
    }
    .review_row_rating {
        position: absolute;
        left: 50%;
        bottom: 100%;
        transform: translateX(-50%);
    }
    .bonus__wrap {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .review_row_linkout {
        display: flex;
        flex-direction: row;
        column-gap: 15px;
    }
    .review_row_link_out {
        width: 100%;
        text-align: center;
    }
    .review_see_more .review_see_more_text,
    .review_see_more .review_see_less_text,
    .review_see_more.open .review_see_more_text,
    .review_see_more.open .review_see_less_text {
        display: none;
    }
    .review_see_more {
        width: 47px;
        height: 47px;
        border: 1px solid #000;
        border-radius: 8px;
    }
    .review_see_more::before {
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        border-top: 14px solid #000;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
    }
    .review_see_more.open::before {
        transform: translateY(-50%) translateX(-50%) rotate(180deg);
    }
    .more_info {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 24px;
    }
    .more_payments {
        margin: 15px 0;
    }
    .more_read_review {
        width: 100%;
        text-align: center;
    }
    .footer_logos {
        flex-wrap: wrap;
    }
	.new_review_logo{
		border-radius: 10px 10px 0 0;
		padding: 31px 25px 10px;
	}
	.new_review_btns{
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.new_review_num{
		top: 0;
    	left: 50%;
	}
	.new_review_btns{
		flex-direction: row;
		gap: 15px;
		margin: 10px 0;
	}
	.new_review_btn_out + .new_review_btn_out {
		margin-top: 0;
	}
	.new_reviews{
		gap: 23px;
	}
	.footer_copyright {
		margin-bottom: 80px;
	}

}

@media(max-width: 575px) {
	h1,h2,h3,h4{
		word-wrap: break-word !important;
	}
    .baner {
        background-image: unset;
        background-color: #f3f3f8;
    }
    .baner_links {
        margin-top: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .baner_link {
        min-width: 185px;
        background-color: #fff;
    }
    .baner_link_text {
        background-color: #f3f3f8;
        color: #4d4d4d;
        display: block;
        border-radius: 20px;
        padding: 5px 20px;
    }
    .review__top {
        flex-direction: column;
    }
    .review_img_permalink {
        width: 100%;
        border-radius: unset;
        height: 100px;
    }
    .review_img_permalink img {
        height: 100%;
        width: auto;
        border-radius: unset;
    }
    .review__flags,
    .review_name_permalink,
    .review__number {
        display: none;
    }
    .review_rating {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .review__permalink {
        color: red;
    }
    .reviews__bottom {
        background-color: #f9f9f9;
    }
    .review__link_rev {
        display: none;
    }
    .review_bonus {
        white-space: break-spaces;
    }
	.new_review_btn_out_present{
		margin-bottom: 0;
	}
	.new_review_btns{
		flex-direction: column;
	}
	
}
@media(max-width: 500px) {
	.aligncenter, img.aligncenter {
		width: 100%;
	}
}

@media (max-width: 430px) {
	.footer_copyright {
		margin-bottom: 115px;
	}
	
}