:root {
	--theme-rounded: 1rem;
	--theme-shadow: 6px 12px 16px rgba(3, 3, 34, 0.12);
	--theme-block-padding: 32px;
	--theme-block-padding-mob: 16px;
	--theme-block-margin-bottom: 36px;
	--theme-block-margin-bottom-mob: 16px;
}

html, body {
	height: 100% !important;
}
body {
	display: flex !important;
	flex-direction: column !important;
	font-family: 'Roboto', sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
.wrap {
	padding-top: calc(60px + 1.5rem);
	padding-bottom: 1.5rem;
	flex-shrink: 0 !important;
}

.wp-block-hc-alternate-group-section {
	padding: 40px 150px;
	margin-bottom: var(--theme-block-margin-bottom);
	background-color: #fff;
	border-radius: var(--theme-rounded);
	box-shadow: var(--theme-shadow);
}
.wp-block-hc-alternate-group-section h2 {
	margin-bottom: 1.5rem;
}
.wp-block-hc-alternate-group-section h3 {
	margin-bottom: 1.5rem;
	margin-top: 2rem;
}
.wp-block-hc-alternate-group-section ol,
.wp-block-hc-alternate-group-section ul {
	margin-bottom: 2rem;
}
.wp-block-hc-alternate-group-section .wp-block-image img {
	border-radius: var(--theme-rounded);
}
.wp-block-hc-alternate-group-section .wp-block-hc-alternate-group-section {
	padding: 0;
	background: none;
	border-radius: 0;
	box-shadow: none;
}
h1, h2, .wp-block-hc-alternate-group-section h3, .wp-block-hc-alternate-group-section h4 {
	font-family: Montserrat, serif;
	font-weight: 700;
}
@media (max-width: 1199px) {
	.wp-block-hc-alternate-group-section {
		padding: var(--theme-block-padding);
	}
}
@media (max-width: 991px) {
	.wp-block-hc-alternate-group-section {
		padding: var(--theme-block-padding-mob);
	}
}
@media (max-width: 767px) {
	.wp-block-hc-alternate-group-section h2,
	.wp-block-hc-alternate-group-section h3 {
		margin-bottom: 1rem;
	}
}

.wp-block-image,
.wp-block-media-text {
	margin-bottom: 1rem;
}
.wp-block-media-text img {
	border-radius: var(--theme-rounded);
}

.breadcrumb {
	font-size: 0.9rem;
}
.breadcrumb a {
	color: inherit;
}

/**
	Buttons
 */
.btn {
	font-family: 'Montserrat', serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 19px;
	text-decoration: none;
}
.btn-primary {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	white-space: nowrap;
	padding: 8px 16px;
	box-shadow: 6px 12px 16px rgba(3, 3, 34, 0.12) !important;
	border-radius: 8px;
}

/**
	Header
 */
header.header {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 20;
	flex-shrink: 0 !important;
	background-color: #fff;
	box-shadow: 6px 12px 16px rgba(3, 3, 34, 0.12);
}
header.header .header-wrap {
	position: relative;
	display: flex;
	align-items: center;
	height: 60px;
}
header.header .logo img {
	max-width: 150px;
	max-height: 60px;
}
header.header nav.desktop_ver {
	margin-left: auto;
	margin-right: auto;
}
header.header nav.desktop_ver > ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
header.header nav > ul > li {
	padding: 5px 15px;
}
header.header nav > ul > li > a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 3px;
	line-height: normal;
	font-size: .9rem;
	font-weight: 500;
	text-decoration: none;
	color: #000 !important;
}
header.header nav > ul > li > a i {
	color: var(--bs-primary);
}
header.header nav.desktop_ver .dropdown-menu {
	padding: 1rem 0;
	border: none;
	transform: translateY(10px);
	background-color: #fff;
	border-radius: 0 0 var(--theme-rounded) var(--theme-rounded);
}
header.header nav.desktop_ver .dropdown.child-grid-2 .dropdown-menu.show {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
header.header nav.desktop_ver .dropdown.child-grid-3 .dropdown-menu.show {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
header.header nav.desktop_ver .dropdown.child-grid-4 .dropdown-menu.show {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
header.header nav.desktop_ver .dropdown.child-grid-5 .dropdown-menu.show {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
header.header nav.desktop_ver .dropdown.child-grid-6 .dropdown-menu.show {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}
header.header nav.desktop_ver .depth_1 {
	left: 100%;
	top: -26px;
	border-radius: 0 var(--theme-rounded) 0 var(--theme-rounded);
}
header.header nav.desktop_ver > ul > li ul > li a.dropdown-toggle:after {
	transform: rotate(-90deg);
}
header.header nav.desktop_ver > ul > li ul > li.dropdown:hover ul {
	display: block;
}
header.header nav.desktop_ver .dropdown-menu .dropdown-item {
	font-size: .85rem;
	padding: 0.25rem 1.3rem;
	color: inherit;
}
header.header nav.desktop_ver .dropdown-menu .dropdown-item.active,
header.header nav.desktop_ver .dropdown-menu .dropdown-item:active {
	background-color: inherit;
}
header.header nav.desktop_ver .dropdown-menu .dropdown-item:focus,
header.header nav.desktop_ver .dropdown-menu .dropdown-item:hover {
	background-color: #f3f3f3 !important;
}
header.header .mobile-menu-button {
	display: none;
	position: absolute;
	top: 18px;
	right: 0;
	width: 30px;
	height: 24px;
	cursor: pointer;
}
header.header .mobile-menu-button span {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background-color: var(--bs-primary);
	border-radius: 2px;
}
header.header .mobile-menu-button span:nth-child(1) {
	top: 2px;
}
header.header .mobile-menu-button span:nth-child(2) {
	top: 10px;
}
header.header .mobile-menu-button span:nth-child(3) {
	top: 18px;
}
header.header nav.mobile_ver > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
header.header nav.mobile_ver > ul > li {
	position: relative !important;
	border-bottom: 1px solid #e7e7e7;
}
header.header nav.mobile_ver > ul > li > a {
	padding: 8px;
	margin-right: 45px;
	text-decoration: none;
}
header.header nav.mobile_ver > ul > li a:after {
	display: none !important;
}
header.header nav.mobile_ver > ul > li .arrow {
	position: absolute;
	top: 8px;
	right: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bs-primary);
}
header.header nav.mobile_ver > ul > li .arrow:after {
	content: "";
	display: inline-block;
	vertical-align: 0.255em;
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
header.header nav.mobile_ver > ul > li .arrow.show:after {
	transform: rotate(180deg);
}
header.header nav.mobile_ver .dropdown-menu {
	position: relative;
	top: 0 !important;
	flex-direction: column;
	border: none;
	margin-bottom: -1px;
	margin-left: -16px;
	margin-right: -16px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 0;
}
header.header nav.mobile_ver .dropdown-menu li {
	width: 100%;
}
header.header nav.mobile_ver .dropdown-menu li > .dropdown-item {
	font-size: .9rem;
	white-space: normal;
	line-height: normal;
	padding: 12px 0;
	color: inherit !important;
	background-color: inherit !important;
}
header.header nav.mobile_ver .dropdown-menu li .logo img {
	height: 42px;
}
header.header .offcanvas {
	width: 300px;
	background-color: #fff;
}
header.header .offcanvas a {
	color: #000;
}
header.header .offcanvas-header {
	position: relative;
	padding-bottom: 28px;
}
header.header .offcanvas-header .btn-close {
	position: absolute;
	top: 20px;
	right: 25px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' fill='%23000000' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center/2.3em auto no-repeat;
}
header.header .flags {
	width: 38px;
	cursor: pointer;
	margin-left: 24px;
}
header.header .flags img {
	border-radius: 5px;
}
header.header .offcanvas.offcanvas_flag_header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header.header .offcanvas.offcanvas_flag_header ul .item {
	position: relative;
	margin-bottom: 20px;
}
header.header .offcanvas.offcanvas_flag_header ul .item img {
	width: 36px;
	border-radius: 5px;
}
header.header .offcanvas.offcanvas_flag_header ul .item a {
	margin-left: 12px;
	text-decoration: none;
}
header.header.toc {
	box-shadow: none;
	border-bottom: 1px solid #ebebeb;
}
@media (max-width: 991px) {
	header.header {
		top: 0;
		z-index: 20;
	}
	header.header .logo img {
		height: 72px;
	}
	header.header .mobile-menu-button {
		display: block;
	}
	header.header nav.desktop_ver {
		display: none;
	}
	header.header .flags {
		position: absolute;
		right: 59px;
	}
}

footer.footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff;
}
footer.footer .footer__container {
	display: grid;
	grid-template-columns: 360px .8fr;
	grid-gap: 48px;
	grid-row-gap: 16px;
}
footer.footer .cell-1 {
	position: relative;
	grid-area: 1 / 1;
}
footer.footer .cell-2 {
	grid-area: 2 / 1;
}
footer.footer .cell-3 {
	grid-column: 2;
	grid-row: 1 / 3;
}
footer.footer .footer-logo {
	max-width: 170px;
}
footer.footer .footer-logo .mobile-18 {
	position: absolute;
	top: 10px;
	right: 0;
	display: none;
}
footer.footer .footer-text {
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 16px;
}
footer.footer .plus18 {
	min-width: 32px;
}
footer.footer .social {
	display: flex;
	justify-content: flex-start;
}
footer.footer .social a {
	display: flex;
	justify-content: center;
	width: 44px;
	height: 44px;
	align-items: center;
	text-decoration: none;
	font-size: 20px;
	margin: 4px;
	background-color: #ffffff;
	border-radius: 50%;
}
footer.footer .footer-additional {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding-top: 32px;
	margin-top: 32px;
	border-top: 1px solid #EBEBEB;
}
footer.footer .social a.facebook {
	color: #fff;
	background-color: #4466B0;
}
footer.footer .social a.twitter {
	color: #fff;
	background-color: #369EF0;
}
footer.footer .social a.youtube {
	color: #fff;
	background-color: #E41F2D;
}
footer.footer .social a img {
	max-width: 22px;
	max-height: 22px;
}
footer.footer .nav-header {
	font-weight: 600;
	line-height: normal;
	margin-bottom: 12px;
}
footer.footer .contact_info {
	font-size: .8rem;
	line-height: 1.5;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
footer.footer .footer-service-logos {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: flex-end;
}
footer.footer .footer-service-logos > div {
	background: #fff;
	display: grid;
	place-items: center;
}
footer.footer .footer-service-logos > div img {
	max-height: 28px;
}
footer.footer .nav__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 48px;
}
footer.footer .nav__container ul {
	list-style: none;
	margin: 0;
	padding: .5rem 0;
}
footer.footer .nav__container ul li {
	line-height: normal;
}
footer.footer .nav__container ul li a {
	font-size: 16px;
	line-height: 24px;
	color: inherit;
	text-decoration: none;
}
footer.footer .nav__container ul li a:hover {
	text-decoration: underline;
}
footer.footer .copyright {
	display: flex;
	gap: 11px;
	align-items: center;
	font-size: 16px;
	line-height: normal;
	text-wrap: nowrap;
}
@media (max-width: 991px) {
	footer.footer .footer__container {
		grid-template-columns: none;
		grid-gap: 48px;
	}
	footer.footer .cell-2 {
		grid-area: 3 / 1;
		margin-top: -16px;
	}
	footer.footer .cell-3 {
		grid-area: 2 / 1;
	}
	footer.footer .footer-text {
		padding-top: 32px;
		border-top: 1px solid #EBEBEB;
	}
	footer.footer .nav__container {
		grid-template-columns: none;
	}
	footer.footer .footer-service-logos > div {
		width: auto;
	}
	footer.footer .social {
		margin-top: 0;
	}
	footer.footer .copyright {
		line-height: 1.2;
		text-wrap: wrap;
	}
	footer.footer .footer-additional {
		flex-direction: column;
		align-items: flex-start;
		margin: 0;
		border: none;
	}
	footer.footer .footer-service-logos {
		justify-content: center;
	}
}

.page_404 {
	text-align: center;
}
.page_404 .image_404 img {
	max-width: 700px;
}
.page_404 h1 {
	font-size: 1.4rem;
	max-width: 500px;
	margin: 50px auto 30px;
}
.page_404 .go-home a {
	font-weight: 600;
}
.page_404 nav ul {
	margin: 16px -7px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.page_404 nav ul li {
	margin: 7px;
}
.page_404 nav ul li a {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	padding: 16px 50px;
	text-align: left;
	width: 300px;
	height: 70px;
	text-decoration: none;
	background-color: #fff;
	color: inherit;
	border-radius: var(--theme-rounded);
}
.page_404 nav ul li a i {
	position: absolute;
	left: 17px;
	font-size: 20px;
	color: var(--bs-primary);
}
@media (max-width: 991px) {
	.page_404 .image_404 img {
		max-width: 100%;
	}
	.page_404 h1 {
		font-size: 1.2rem;
		margin: 20px auto;
	}
	.page_404 nav ul li,
	.page_404 nav ul li a {
		width: 100%;
	}
}

/* plugin luckywp-table-of-contents */
.lwptoc_toggle_label {
	border: none!important;
	background: none!important;
	padding: 0!important;
	outline: none!important;
	cursor: pointer;
	color: var(--bs-primary);
}

.affilate_button {
	margin: 1rem 0;
}

/**
	Home Page
 */
body.home {
	background-image: url('../img/stripes_bg.svg');
	background-position: top right;
	background-repeat: no-repeat;
}
.home-page > .container {
	position: relative;
}
.home-page .welcome_section {
	margin-top: 35px;
	margin-bottom: 35px;
}
.home-page .welcome_section .welcome_section__image {
	position: absolute;
	top: -110px;
	right: -100px;
	z-index: -1;
}
.home-page .welcome_section .welcome_section__content {
	max-width: 600px;
}
.home-page .welcome_section .welcome_section__content .description {
	margin-top: 30px;
}
.home-page .welcome_section .welcome_section__about {
	margin-top: 45px;
}
.home-page .welcome_section .welcome_section__about .title {
	font-family: Montserrat, serif;
	font-weight: 700;
}
.home-page .welcome_section .welcome_section__about .items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
}
.home-page .welcome_section .welcome_section__about .item {
	width: 343px;
	height: 170px;
	padding: 24px 16px;
	background-color: #fff;
	border-radius: var(--theme-rounded);
}
.home-page .welcome_section .welcome_section__about .item .name span {
	font-family: 'Montserrat', serif;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 34px;
	color: var(--bs-primary);
}
.home-page .welcome_section .welcome_section__about .item .description {
	font-size: .9rem;
	margin-top: 5px;
}
.home-page .countries {
	margin-top: 80px;
	margin-bottom: 1rem;
}
.home-page .countries .description {
	max-width: 600px;
}
.home-page .countries .items {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.home-page .countries .items .item {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-column-gap: 10px;
	align-items: center;
	justify-content: center;
	height: 144px;
	text-decoration: none;
	color: inherit;
	background-color: #fff;
	border-radius: var(--theme-rounded);
}
.home-page .countries .items .item:hover {
	box-shadow: 8px 16px 24px rgba(1, 1, 16, .06);
}
.home-page .countries .items .item .name {
	font-size: .9rem;
	font-weight: 600;
	margin-bottom: 0;
}
.home-page .countries .items .item img {
	width: 36px;
	height: 24px;
	border-radius: 4px;
}
.home-page .country_item {
	padding-top: 80px;
	margin-bottom: 60px;
	background-repeat: no-repeat;
	background-position: top -40px right;
}
.home-page .country_item .container {
	position: relative;
}
.home-page .country_item .container > .row > div:nth-child(2) > section {
	padding-left: 7%;
}
.home-page .country_item .flag_bg {
	position: absolute;
	top: -42px;
	left: 0;
	width: 184px;
	height: 121px;
	opacity: .1;
	z-index: -1;
	border-radius: var(--theme-rounded);
}
.home-page .country_item .title,
.home-page .country_item .top_ratings_title {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.home-page .country_item .title img,
.home-page .country_item .top_ratings_title img {
	margin-left: 10px;
}
.home-page .country_item .title h2 {
	margin-bottom: 0;
}
.home-page .country_item .top_ratings_title h4 {
	font-family: Montserrat, serif;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0;
}
.home-page .country_item .top_ratings_title img {
	width: 24px;
	height: 24px;
}
.home-page .country_item .top_ratings_nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.home-page .country_item .top_ratings_nav li {
	margin-bottom: 15px;
}
.home-page .country_item .top_ratings_nav li a {
	position: relative;
	display: block;
	font-family: 'Montserrat', serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 19px;
	padding: 16px 45px;
	width: 384px;
	text-decoration: none;
	background-color: #fff;
	border-radius: var(--theme-rounded);
}
.home-page .country_item .top_ratings_nav li a:before {
	content: "";
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	border-radius: calc(var(--theme-rounded) + 1px);
	z-index: -1;
}
.home-page .country_item.ar .top_ratings_nav li a:before {
	background: var(--theme-ar-gradient);
}
.home-page .country_item.br .top_ratings_nav li a:before {
	background: var(--theme-br-gradient);
}
.home-page .country_item.cl .top_ratings_nav li a:before {
	background: var(--theme-cl-gradient);
}
.home-page .country_item.co .top_ratings_nav li a:before {
	background: var(--theme-co-gradient);
}
.home-page .country_item.ec .top_ratings_nav li a:before {
	background: var(--theme-ec-gradient);
}
.home-page .country_item.es .top_ratings_nav li a:before {
	background: var(--theme-es-gradient);
}
.home-page .country_item.mx .top_ratings_nav li a:before {
	background: var(--theme-mx-gradient);
}
.home-page .country_item.pe .top_ratings_nav li a:before {
	background: var(--theme-pe-gradient);
}
.home-page .country_item.ve .top_ratings_nav li a:before {
	background: var(--theme-ve-gradient);
}
.home-page .country_item .top_ratings_nav li a:after {
	content: "";
	position: absolute;
	top: 14px;
	right: 14px;
	display: block;
	width: 24px;
	height: 24px;
	background: url('../img/arrow-circle-right.svg') no-repeat;
}
.home-page .country_item .top_ratings_nav li a i {
	position: absolute;
	top: 17px;
	left: 17px;
	font-size: 20px;
}
.home-page .country_item .top_title {
	font-family: Montserrat, serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	margin-top: 30px;
}
.home-page .country_item .top_items .item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 160px;
	padding: 24px 16px;
	border-radius: 32px;
}
.home-page .country_item.ar .top_items .item {
	background: var(--theme-ar-gradient);
}
.home-page .country_item.br .top_items .item {
	background: var(--theme-br-gradient);
}
.home-page .country_item.cl .top_items .item {
	background: var(--theme-cl-gradient);
}
.home-page .country_item.co .top_items .item {
	background: var(--theme-co-gradient);
}
.home-page .country_item.ec .top_items .item {
	background: var(--theme-ec-gradient);
}
.home-page .country_item.es .top_items .item {
	background: var(--theme-es-gradient);
}
.home-page .country_item.mx .top_items .item {
	background: var(--theme-mx-gradient);
}
.home-page .country_item.pe .top_items .item {
	background: var(--theme-pe-gradient);
}
.home-page .country_item.ve .top_items .item {
	background: var(--theme-ve-gradient);
}
.home-page .country_item .top_items .item .row-1,
.home-page .country_item .top_items .item .row-2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home-page .country_item .top_items .item .rating_container {
	display: flex;
}
.home-page .country_item .top_items .item .rating_container .rating {
	white-space: nowrap;
}
.home-page .country_item .top_items .item .rating_container .rating i {
	font-size: 15px;
	color: #f6d25a;
}
.home-page .country_item .top_items .item .rating_container .avg {
	font-size: 15px;
	font-weight: 600;
	margin-left: 10px;
	color: #fff;
}
.home-page .country_item .top_items .item .cup_container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 96px;
	height: 36px;
	background-color: #fff;
	box-shadow: 6px 12px 16px rgba(3, 3, 34, .12);
	border-radius: 36px;
}
.home-page .country_item .top_items .item .cup_container span {
	font-weight: 700;
	font-size: 14px;
	margin-left: 3px;
}
.home-page .country_item .top_items .item .cup_container.cup_1 svg {
	fill: #AFA01E;
}
.home-page .country_item .top_items .item .cup_container.cup_2 svg {
	fill: #A9AAAD;
}
.home-page .country_item .top_items .item .cup_container.cup_3 svg {
	fill: #E7A96B;
}
@media (max-width: 991px) {
	.home-page .welcome_section {
		margin-top: 10px;
	}
	.home-page .welcome_section .welcome_section__content .description {
		margin-top: 15px;
	}
	.home-page .welcome_section .welcome_section__image {
		display: none;
	}
	.home-page .welcome_section .welcome_section__about .items {
		flex-direction: column;
		align-items: flex-start;
	}
	.home-page .welcome_section .welcome_section__about .item {
		width: 100%;
		margin-bottom: 1rem;
	}
	.home-page .countries {
		margin-top: 40px;
	}
	.home-page .countries .items > .row {
		flex-wrap: nowrap;
		overflow-x: scroll;
	}
	.home-page .countries .items > .row::-webkit-scrollbar {
		width: 0;
	}
	.home-page .countries .items .item {
		width: 143px;
		height: 96px;
		margin-bottom: 1.5rem;
		box-shadow: 6px 12px 16px rgba(3, 3, 34, .12);
	}
	.home-page .country_item .container > .row > div:nth-child(2) > div {
		padding-left: 0;
		margin-top: 20px;
	}
	.home-page .country_item .top_ratings_nav li a {
		width: 100%;
	}
	.home-page .country_item .top_title {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.home-page .country_item .top_items > .row {
		flex-wrap: nowrap;
		overflow-x: scroll;
	}
	.home-page .country_item .top_items > .row::-webkit-scrollbar {
		width: 0;
	}
	.home-page .country_item .top_items .item {
		min-width: 300px;
	}
}

/**
	Rating Page
 */
body.site_ar {
	background-image: url('../img/ar/stripes_bg.svg');
	background-position: top right;
	background-repeat: no-repeat;
}
body.site_cl {
	background-image: url('../img/cl/stripes_bg.svg');
	background-position: top right;
	background-repeat: no-repeat;
}
body.site_co {
	background-image: url('../img/co/stripes_bg.svg');
	background-position: top right;
	background-repeat: no-repeat;
}
body.site_ec {
	background-image: url('../img/ec/stripes_bg.svg');
	background-position: top right;
	background-repeat: no-repeat;
}
body.site_es {
	background-image: url('../img/es/stripes_bg.svg');
	background-position: top right;
	background-repeat: no-repeat;
}
body.site_mx {
	background-image: url('../img/mx/stripes_bg.svg');
	background-position: top right;
	background-repeat: no-repeat;
}
body.site_pe {
	background-image: url('../img/pe/stripes_bg.svg');
	background-position: top right;
	background-repeat: no-repeat;
}
body.site_ve {
	background-image: url('../img/ve/stripes_bg.svg');
	background-position: top right;
	background-repeat: no-repeat;
}
body.home .rating-page .header-rating {
	margin-top: 30px;
}
.rating-page .header-rating {
	margin-bottom: 80px;
}
.rating-page .header-rating nav {
	display: block;
	padding: 16px;
	max-width: 460px;
	background-color: #fff;
	border-radius: var(--theme-rounded);
	box-shadow: var(--theme-shadow);
}
.rating-page .header-rating nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rating-page .header-rating nav ul li {
	font-size: 14px;
	margin-bottom: 5px;
	color: var(--bs-primary);
}
.rating-page .header-rating nav ul li:last-child {
	margin-bottom: 0;
}
.rating-page .header-rating nav ul li a {
	padding-left: 3px;
	text-decoration: none;
}
@media (max-width: 991px) {
	.rating-page .header-rating {
		margin-bottom: 40px;
	}
	.rating-page .header-rating .description {
		margin-bottom: 15px;
	}
}

/**
	Review Page
 */
.review-page .welcome_section {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: -webkit-fill-available;
	padding: 24px;
	margin-bottom: var(--theme-block-margin-bottom);
	border: 1px solid #AFE14F;
	background-color: #FFFFFF;
	border-radius: 16px;
}
.review-page .welcome_section .head-content {
	display: grid;
	grid-template-columns: 160px 1fr 275px;
}
.review-page .welcome_section .head-content .logo {
	grid-row: 1 / 3;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 160px;
	margin-right: 16px;
}
.review-page .welcome_section .head-content .rating-block {
	grid-area: 1 / 2;
	display: flex;
	gap: 2px;
	align-items: center;
	margin-bottom: 8px;
}
.review-page .welcome_section .head-content .rating-block .rating {
	display: flex;
	gap: 2px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #FFD058;
}
.review-page .welcome_section .head-content .rating-block .avg {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.review-page .welcome_section .head-content .main-info {
	grid-area: 2 / 2;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.review-page .welcome_section .head-content .main-info .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}
.review-page .welcome_section .head-content .main-info .text {
	font-size: 14px;
	line-height: 20px;
	max-width: 80%;
}
.review-page .welcome_section .head-content .main-info .text p {
	margin-bottom: 0;
}
.review-page .welcome_section .head-content .main-info .add_rating-block {
	display: flex;
	gap: 8px;
	align-items: end;
}
.review-page .welcome_section .head-content .main-info .add_rating-block .add_rating {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.review-page .welcome_section .head-content .main-info .add_rating-block > span {
	font-style: italic;
	line-height: 24px;
}
.review-page .welcome_section .head-content .main-info .add_rating-block .add_rating-logo {
	max-width: 130px;
}
.review-page .welcome_section .head-content .bonus-block {
	grid-row: 1 / 3;
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin-left: 16px;
}
.review-page .welcome_section .head-content .bonus-block .bonus-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	padding: 8px 10px;
	width: -webkit-fill-available;
	border-radius: 12px;
	border: 1px solid #384CFA;
	background-color: #EAF3FF;
	color: #384CFA;
}
.review-page .welcome_section .head-content .bonus-block .bonus-container .name {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}
.review-page .welcome_section .head-content .bonus-block .bonus-container .name .bonus-value {
	font-style: italic;
	font-weight: 700;
	line-height: 20px;
}
.review-page .welcome_section .head-content .bonus-block .bonus-container .bonus-code-block {
	display: flex;
	gap: 6px;
	justify-content: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}
.review-page .welcome_section .head-content .bonus-block .bonus-container .bonus-code {
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	cursor: pointer;
}
.review-page .welcome_section .head-content .bonus-block .btn {
	width: -webkit-fill-available;
	font-size: 16px;
	font-weight: 500;
}
.review-page .welcome_section .head-content .bonus-block i {
	cursor: pointer;
}
.review-page .welcome_section .head-content .bonus-block i.active {
	animation: animateCopy 0.4s ease-in-out;
}
.review-page .welcome_section .table {
	width: 100%;
	margin: 0;
	border-radius: 20px;
	border: 1px solid #E4E5EC;
}
.review-page .welcome_section .table table {
	width: 100%;
}
.review-page .welcome_section .table table tbody {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.review-page .welcome_section .table table td {
	width: 100%;
}
.review-page .welcome_section .table table td i {
	color: #B2ADAD;
}
.review-page .welcome_section .table table td span {
	margin-left: 6px;
	cursor: pointer;
}
.review-page .welcome_section .table table tr:nth-child(2n + 1) {
	border-right: 1px solid #E4E5EC;
}
.review-page .welcome_section .table table tr:not(:last-child) {
	border-bottom: 1px solid #E4E5EC;
}
.review-page .welcome_section .table table tr:last-child,
.review-page .welcome_section .table table tr:nth-last-child(2) {
	border-bottom: none;
}
.review-page .welcome_section .table table td .content {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-wrap: nowrap;
}
.review-page .welcome_section .table table td .site a {
	text-decoration: none;
	color: inherit;
}
.review-page .welcome_section .table table td .bonus {
	display: flex;
	gap: 6px;
	color: #384CFA;
}
.review-page .welcome_section .table table td .bonus i {
	color: #384CFA;
	cursor: pointer;
}
.review-page .welcome_section .table table td .bonus i.active {
	animation: animateCopy 0.4s ease-in-out;
}
.review-page .welcome_section .table table td .payment_list {
	display: flex;
	gap: 2px;
	height: 20px;
}
.review-page .welcome_section .table table td .payment_list > div {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	max-height: 100%;
	border-radius: 2px;
	border: 1px solid #B2ADAD;
}
.review-page .welcome_section .table table td .payment_list img {
	max-width: none;
	height: 100%;
}
.review-page .welcome_section .table table td .payment_list .count {
	font-size: 13px;
	font-weight: 400;
	border-color: transparent;
	color: #fff;
	background-color: var(--bs-primary);
}
.review-page .welcome_section .table table td .apps {
	display: flex;
	gap: 8px;
}
.review-page .welcome_section .table table td .apps i {
	font-size: 20px;
	color: black;
}
.review-page .rating_section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 16px;
	margin-bottom: var(--theme-block-margin-bottom);
}
.review-page .rating_section .item {
	display: grid;
	grid-template-columns: 28px 1fr auto;
	grid-gap: 16px;
	align-items: center;
	padding: 12px;
	position: relative;
	background-color: #fff;
	border-radius: var(--theme-rounded);
	box-shadow: var(--theme-shadow);
}
.review-page .rating_section .item img {
	width: 28px;
}
.review-page .rating_section .item .name {
	font-weight: 600;
	line-height: normal;
	color: inherit;
	text-decoration: none;
}
.review-page .rating_section .item .pos {
	display: flex;
	align-items: center;
	font-size: 28px;
	font-weight: 600;
	color: var(--bs-primary);
}
.review-page .rating_section .item .pos.color_1 {
	color: #FEC73F;
}
.review-page .rating_section .item .pos.color_2 {
	color: #CDCDCD;
}
.review-page .rating_section .item .pos.color_3 {
	color: #D48436;
}
.review-page .rating_section .item .pos.color_ {
	color: #5d5d5d;
}
.review-page .rating_section .item .pos span {
	font-size: 13px;
	padding-left: 2px;
}
.review-page .expert_opinion_section {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 16px;
	align-items: center;
	padding: var(--theme-block-padding);
	margin-bottom: var(--theme-block-margin-bottom);
	background-color: #fff;
	border-radius: var(--theme-rounded);
	box-shadow: var(--theme-shadow);
}
.review-page .expert_opinion_section .expert_info {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-column-gap: 16px;
	justify-content: flex-start;
	align-items: center;
}
.review-page .expert_opinion_section .expert_info .avatar img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.review-page .expert_opinion_section .expert_info .name {
	font-weight: 700;
}
.review-page .expert_opinion_section .logo img {
	width: 100px;
}
.review-page .expert_opinion_section .expert_comment {
	grid-column: 1 / 3;
	font-size: .9rem;
	line-height: 1.5;
}
.review-page .page-custom-navigation {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	grid-gap: 16px;
	margin-bottom: var(--theme-block-margin-bottom);
}
.review-page .page-custom-navigation .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1rem;
	text-decoration: none;
	background-color: #fff;
	border-radius: var(--theme-rounded);
}
.review-page .page-custom-navigation .item:hover {
	box-shadow: 8px 16px 24px rgba(1,1,16,.06);
}
.review-page .page-custom-navigation .item img {
	height: 55px;
}
.review-page .page-custom-navigation .item .name {
	font-weight: 600;
	font-size: .8rem;
	line-height: 1.1;
	color: initial;
	margin-top: 12px;
}
@media (max-width: 991px) {
	.review-page .welcome_section .head-content {
		grid-template-columns: 1fr;
	}
	.review-page .welcome_section .head-content .logo {
		grid-row: 1;
		grid-column: 1;
		justify-self: center;
		margin: 0;
		margin-bottom: 16px;
	}
	.review-page .welcome_section .head-content .rating-block {
		grid-row: 2;
		grid-column: 1;
		justify-content: center;
		margin-bottom: 16px;
	}
	.review-page .welcome_section .head-content .main-info {
		grid-row: 4;
		grid-column: 1;
	}
	.review-page .welcome_section .head-content .bonus-block {
		grid-row: 3;
		grid-column: 1;
		margin: 0;
		margin-bottom: 16px;
	}
	.review-page .welcome_section .head-content .main-info .text {
		margin-bottom: 8px;
		max-width: none;
	}
	.review-page .welcome_section .table table tbody {
		display: grid;
		grid-template-columns: 1fr ;
	}
	.review-page .welcome_section .table table tr:nth-child(2n + 1) {
		border-right: none;
	}
	.review-page .welcome_section .table table tr:nth-last-child(2) {
		border-bottom: 1px solid #E4E5EC;
	}
	.review-page .rating_section {
		grid-template-columns: none;
	}
	.review-page .expert_opinion_section {
		padding: var(--theme-block-padding-mob);
	}
	.review-page .expert_opinion_section .logo {
		display: none;
	}
	.review-page .breadcrumbs {
		display: none;
	}
}
@keyframes animateCopy {
	0% {
		padding-top: 0;
	}
	50% {
		padding-top: 5px;
	}
	100% {
		padding-top: 0;
	}
}

/**
	Comments
 */
.comments {
	margin-top: 40px;
}
.comments .comments__title {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.comments .comments__count {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: var(--bs-primary);
}
.comments .form-item {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.comments .comments__form {
	padding: var(--theme-block-padding);
	background: #fff;
	border-radius: var(--theme-rounded);
}
.comments .form-item input,
.comments .form-item textarea {
	outline: none;
	margin-bottom: 1rem;
	font-size: .9rem;
	padding: 1rem;
}
.comments .form-submit {
	margin-bottom: 0;
}
.comments .comments__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comments .comment-item {
	margin-top: 1rem;
	padding: var(--theme-block-padding);
	background-color: #fff;
	border-radius: var(--theme-rounded);
}
.comments .comment-item header {
	display: flex;
	align-items: center;
}
.comments .comment-item header .comment-item__avatar {
	margin-right: 10px;
}
.comments .comment-item .info-item__user-name {
	font-size: 14px;
	font-weight: 500;
}
.comments .comment-item i {
	font-size: .7rem;
	color: #9e9e9e;
}
.comments .comment-item .info-item__date {
	display: block;
	font-size: .7rem;
	color: #6c757d;
}
.comments .comment-item__text {
	margin-top: 5px;
	font-size: .9rem;
}
.comments .comment-item__text p {
	margin: 0;
}
@media (max-width: 767px) {
	.comments .comment-item,
	.comments .comments__form {
		padding: var(--theme-block-padding-mob);
	}
}

/**
	TOC Navigation
 */
.toc-navigation {
	margin-bottom: var(--theme-block-margin-bottom);
}
.toc-navigation__wrap {
	display: flex;
	height: 48px;
}
.toc-navigation .container {
	display: flex;
	align-items: center;
	position: relative;
}
.toc-navigation .min-title {
	font-size: 12px;
	font-weight: 600;
	padding-right: 10px;
}
.toc-navigation .backdrop {
	display: none;
}
.toc-navigation .items {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.toc-navigation .items::-webkit-scrollbar {
	display: none;
}
.toc-navigation .items .item:last-child {
	padding-right: 8px;
}
.toc-navigation .items .item a {
	display: flex;
	align-items: center;
	font-weight: 500;
	text-decoration: none;
	padding: 8px 24px;
	font-size: 12px;
	line-height: normal;
	white-space: nowrap;
	background-color: #fff;
	color: var(--bs-gray-600);
	border-radius: var(--theme-rounded);
}
.toc-navigation .items .item a.active {
	font-weight: 600;
	color: var(--bs-primary);
	background: #D8DBFB;
}
.toc-navigation .progress-container {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: transparent;
}
.toc-navigation .progress-container .progress-bar {
	width: 0;
	height: 2px;
	background-color: var(--bs-primary);
	transition: .3s;
}
.toc-navigation.fix .toc-navigation__wrap {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: #fff;
	box-shadow: 0 16px 23px #E0E0E3;
	z-index: 10;
}
.toc-navigation.fix .items .item a {
	background-color: #F7F7F7;
}
.toc-navigation.fix .backdrop {
	display: block;
}
.toc-navigation.fix .progress-container {
	display: block;
}
@media (max-width: 991px) {
	.toc-navigation .progress-container {
		padding-left: 0;
		padding-right: 0;
	}
}

/**
	Loadmore
 */
.loadmore_container {
	display: flex;
	justify-content: center;
}
.loadmore_container button span {
	padding-left: 10px;
}
.loadmore_container button:disabled i {
	animation: 1s linear 0s normal none infinite running iconrotate;
}
@keyframes iconrotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/**
	Post Info
 */
.post-info {
	padding: 16px 12px;
	margin-bottom: var(--theme-block-margin-bottom);
	color: #737A83;
	background: #fff;
	border-radius: var(--theme-rounded);
	box-shadow: var(--theme-shadow);
}
.post-info .post-info__container {
	display: flex;
	align-items: center;
	column-gap: 24px;
}
.post-info .post-info__author,
.post-info .post-info__expert {
	display: flex;
	align-items: center;
	gap: 10px;
}
.post-info .post-info__author .avatar,
.post-info .post-info__expert .avatar {
	width: 40px;
	height: 40px;
	position: relative;
	overflow: hidden;
	border-radius: 100%;
	background: linear-gradient(148.36deg, #313446 19.06%, #070B1F 97.93%), #F7F8FD;
}
.post-info .post-info__author .avatar img,
.post-info .post-info__expert .avatar img {
	position: absolute;
	bottom: 0;
}
.post-info .post-info__author .content,
.post-info .post-info__expert .content {
	line-height: normal;
}
.post-info .post-info__author .content .name,
.post-info .post-info__expert .content .name {
	font-size: 14px;
}
.post-info .post-info__author .content .name a,
.post-info .post-info__expert .content .name a {
	font-weight: 600;
}
.post-info .post-info__author .content .position_at_work,
.post-info .post-info__expert .content .position_at_work {
	font-size: 12px;
	font-weight: 600;
}
.post-info .post-info__info {
	display: flex;
	gap: 24px;
	justify-content: flex-end;
	flex-grow: 1;
}
.post-info .post-info__info div {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
}
.post-info .post-info__expert_page {
	padding-top: 12px;
	margin-top: 12px;
	font-size: 14px;
	font-weight: 600;
	border-top: 1px solid #e4e5ec;
	grid-area: expert_page;
}
.post-info .author_comment {
	margin-top: 16px;
}
.post-info .author_comment .description {
	font-weight: 600;
	margin-bottom: 8px;
}
.post-info .author_comment .comment {
	font-size: 14px;
	line-height: normal;
	color: #737A83;
}
.post-info .post-info__expert_page div {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
}
@media (max-width: 991px) {
	.post-info {
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
	.post-info .post-info__container {
		flex-direction: column;
		align-items: flex-start;
	}
	.post-info .post-info__author,
	.post-info .post-info__expert {
		padding-bottom: 12px;
	}
	.post-info {
		grid-template-areas: "author" "expert" "expert_page" "info";
		gap: 0;
	}
	.post-info .post-info__info {
		width: 100%;
		justify-content: center;
		padding-top: 5px;
		border-top: 1px solid #E4E5EC;
	}
	.post-info .post-info__expert_page {
		text-align: center;
		margin-top: 0;
		padding-bottom: 12px;
	}
	.post-info .author_comment {
		margin-bottom: 12px;
	}
}

/*
	Post Author
 */
.post-author {
	border: 1px solid #EBEBEB;
	background-color: #FEFFFF;
	margin-bottom: var(--theme-block-margin-bottom);
	border-radius: 24px;
	box-shadow: var(--theme-shadow);
}
.post-author .short-info {
	display: flex;
	gap: 16px;
	padding: 16px;
	border-bottom: 1px solid #EBEBEB;
}
.post-author .short-info .avatar {
	width: 88px;
	height: 88px;
	border-radius: 8px;
	overflow: hidden;
}
.post-author .short-info .avatar img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.post-author .short-info .name {
	font-size: 20px;
	font-weight: 700;
	line-height: 24.2px;
	margin-bottom: 8px;
}
.post-author .short-info .position {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
}
.post-author .short-info .socials {
	display: flex;
	gap: 19px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.post-author .short-info .socials li {
	cursor: pointer;
}
.post-author .short-info .socials li path {
	fill: #384CFA;
}
.post-author .content {
	font-size: 16px;
	line-height: 24px;
	padding: 16px;
	color: #3A3F50;
}
.post-author .content .description {
	margin-bottom: 1rem;
}
.post-author .content .article-count i {
	color: #384CFA;
}
.post-author .content .article-count a {
	text-decoration: none;
	font-weight: 600;
}

/**
	Author page
*/
.author-page aside .block-section {
	margin: 24px 0;
	border-radius: 24px;
	border: 1px solid #AFE14F;
	background-color: white;
}
.author-page aside .block-section .author_info-short {
	display: flex;
	gap: 16px;
	padding: 24px;
	border-bottom: 1px solid #AFE14F;
}
.author-page aside .block-section .avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	object-fit: cover;
	overflow: hidden;
	width: 88px;
	height: 88px;
	border-radius: 8px;
}
.author-page aside .block-section .author_info-short-text {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.author-page aside .block-section .title {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}
.author-page aside .block-section .position_at_work {
	font-size: 14px;
	line-height: 20px;
}
.author-page aside .block-section .social-list {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 0;
	margin: 0;
}
.author-page aside .block-section .social-list li {
	width: 20px;
	height: 20px;
	cursor: pointer;
	color: #384CFA;
}
.author-page aside .block-section .social-list li svg {
	width: 100%;
	height: 100%;
}
.author-page aside .block-section .social-list li svg path {
	fill: #384CFA;
}
.author-page aside .block-section .author_info-main {
	padding: 24px;
}
.author-page aside .block-section .author_info-main .description {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 24px;
	color: #3A3F50;
}
.author-page aside .block-section .author_info-main .content-table {
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #E4E5EC;
}
.author-page aside .block-section .author_info-main .content-table table {
	border-collapse: collapse;
	width: 100%;
}
.author-page aside .block-section .author_info-main .content-table table td,
.author-page aside .block-section .author_info-main .content-table table th {
	padding: 12px;
}
.author-page aside .block-section .author_info-main .content-table table tr td:first-child {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	background-color: #F7F7F7;
	color: #24262E;
}
.author-page aside .block-section .author_info-main .content-table table thead th:not(:last-child),
.author-page aside .block-section .author_info-main .content-table table tr td:not(:last-child) {
	border-right: 1px solid #E4E5EC;
}
.author-page aside .block-section .author_info-main .content-table table tr:not(:last-child) td {
	border-bottom: 1px solid #E4E5EC;
}
.author-page aside .block-section .author_info-main .content-table table tr td:not(:first-child) {
	font-size: 16px;
	line-height: 24px;
	color: #515865;
}
.author-page .author_reviews-section .title {
	padding-top: 32px;
	margin-bottom: 24px;
	font-size: 27px;
	font-weight: 700;
	line-height: 32.91px;
}
.author-page .author_reviews-section .reviews {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.author-page .author_reviews-section .reviews ul {
	margin: 0;
	padding: 0;
}
.author-page .author_reviews-section .reviews li {
	width: 100%;
	display: flex;
	margin-bottom: var(--theme-block-margin-bottom);
}
.author-page .author_reviews-section .reviews li .image {
	display: flex;
	align-items: center;
	justify-content: center;
	object-fit: cover;
	overflow: hidden;
	min-width: 288px;
	max-height: 191px;
	height: fit-content;
	align-self: center;
	border-radius: 8px;
}
.author-page .author_reviews-section .reviews li .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.author-page .author_reviews-section .reviews li .content {
	padding: 35px 0 35px 32px;
}
.author-page .author_reviews-section .reviews li .content-title  {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}
.author-page .author_reviews-section .reviews li .content-text {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 24px;
	color: #3A3F50;
}
.author-page .author_reviews-section .reviews li .content-info {
	font-size: 12px;
	line-height: 16px;
	color: #777E90;
}
@media (max-width: 991px) {
	.author-page aside .block-section {
		margin: 16px 0;
	}
	.author-page aside .block-section .author_info-short {
		padding: 16px;
	}
	.author-page aside .block-section .author_info-main {
		padding: 16px;
	}
	.author-page aside .block-section .author_info-main .content-table table tbody tr {
		display: grid;
		/* grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        grid-template-rows: 2; */
		grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
	}
	.author-page aside .block-section .author_info-main .content-table table tbody tr td:first-child {
		grid-column: 1/-1;
		border-bottom: 1px solid #E4E5EC;
	}
	.author-page aside .block-section .author_info-main .content-table table tbody tr td:not(:first-child) {
		grid-column: span 1;
		grid-row: 2;
		font-size: 12px;
	}
	.author-page .author_reviews-section .title {
		display: none;
	}
	.author-page .author_reviews-section .author_reviews-list {
		padding-top: 16px;
	}
	.author-page .author_reviews-section .reviews {
		gap: 16px;
	}
	.author-page .author_reviews-section .reviews li {
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
	.author-page .author_reviews-section .reviews li .image {
		min-width: auto;
		width: 40%;
		flex-shrink: 0;
	}
	.author-page .author_reviews-section .reviews li .content {
		padding: 1px 0 1px 16px;
	}
	.author-page .author_reviews-section .reviews li .content-title  {
		display: block;
		margin-bottom: 4px;
		font-size: 14px;
		font-weight: 600;
		line-height: normal;
	}
	.author-page .author_reviews-section .reviews li .content-text {
		display: none;
	}
}

/**
	Header Bonus
 */
.header-bonus {
	max-width: 350px;
	position: relative;
}
.header-bonus .header-bonus-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	color: #fff;
	background-color: #384CFA;
	cursor: pointer;
}
.header-bonus ul {
	display: none;
	flex-direction: column;
	position: absolute;
	top: calc(100% + 40px);
	right: 0;
	padding: 0;
	margin: 0;
	width: 350px;
	border-radius: 16px;
	background-color: #fff;
	border: 1px solid #EBEBEB;
	overflow: hidden;
}
.header-bonus ul.active {
	display: flex;
}
.header-bonus ul li {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px;
	overflow: hidden;
}
.header-bonus ul li:not(:last-child) {
	border-bottom: 1px solid #EBEBEB;
}
.header-bonus ul li .bonus-content {
	display: flex;
	gap: 8px;
	align-items: center;
	user-select: none;
}
.header-bonus ul li .bonus-content .logo {
	display: flex;
	min-width: 64px;
	max-width: 64px;
	height: 64px;
}
.header-bonus ul li .bonus-content .logo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.header-bonus ul li .bonus-content .text {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.header-bonus ul li .btn {
	padding: 10px;
	width: -webkit-fill-available;
	text-align: center;
	border-radius: 8px;
	background-color: #384CFA;
	color: white;
}
@media (max-width: 991px) {
	.header-bonus {
		position: absolute;
		right: 120px;
	}
	.header-bonus ul.active {
		right: -120px;
	}
}

/**
	Table
*/
.wp-block-table {
	position: relative;
	border-radius: 8px;
	border: 1px solid #dee2e6;
	overflow: auto;
	margin-bottom: var(--theme-block-margin-bottom)
}
.wp-block-table table {
	margin: 0;
	background: #fff;
}
.wp-block-table table thead {
	border-bottom: none
}
.wp-block-table td,
.wp-block-table th {
	padding: 12px !important;
	vertical-align: top;
	border: none
}
.wp-block-table thead tr {
	border-bottom: 1px solid #dee2e6
}
.wp-block-table thead tr th {
	color: #1c1c1c;
	align-items: center;
	justify-content: center;
	background: #f7f8fe;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px
}
.wp-block-table tbody td {
	color: #3b3f4f;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px
}
.wp-block-table tbody tr td:first-child {
	color: #1c1c1c;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px
}
.wp-block-table tr th:not(:last-child),
.wp-block-table tr td:not(:last-child) {
	border-right: 1px solid #dee2e6
}
.wp-block-table tr td:first-child {
	background: #f7f8fe
}
.wp-block-table tbody tr:not(:last-child) {
	border-bottom: 1px solid #dee2e6
}
@media (max-width: 991px) {
	.wp-block-table {
		margin-bottom:var(--theme-block-margin-bottom)
	}
	.wp-block-table tr th,.wp-block-table tr td {
		width: 140px;
		min-width: 140px
	}
}

/**
	Cookie
 */
.lwpcngNotice-dark .lwpcngNotice_accept {
	background-color: #4154f5 !important;
	color: #fff;
	border-color: transparent;
	border-radius: 8px;
}
