@media (max-width: 992px) {
	.page--hero {
		padding-top: 120px !important;
	}
}

h2,
h3,
h4,
h5,
h6 {
	color: #000000 !important;
}

.footer__subtitle p {
	color: #ffffff;
	font-weight: 500;
	font-size: 1.5rem;
	text-align: center;
}

.footer__subtitle {
	margin-bottom: 32px;
}

@media (max-width: 1024px) {
	.footer__subtitle {
		margin-bottom: 24px;
	}

	.footer__subtitle p {
		font-size: 1.25rem;
	}
}

/* Styles for new rating block start */
.ncr-rating__box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ncr-rating__box li {
	margin: 0;
	padding: 0;
}

.ncr-rating__box p {
	margin: 0;
}

.ncr-rating__box {
	margin-top: 2rem;
}

.ncr-rating__block {
	display: flex;
}

.ncr-rating__preview,
.ncr-rating__content {
	background-color: rgba(247, 247, 247, 1);
	height: 100%;
}

.ncr-rating__preview {
	width: 100%;
	padding: 10px;
	border-radius: 32px;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.ncr-rating__preview::after {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 2px;
	background-image: repeating-linear-gradient(
		to bottom,
		#ffffff 0px,
		#ffffff 10px,
		/* довжина штриха */ transparent 10px,
		transparent 15px /* відстань між штрихами */
	);
}

.ncr-rating__badge {
	position: absolute;
	left: 26px;
	top: -16px;
	z-index: 2;
}

.ncr-rating__image-wrap {
	padding: 12px;
	min-width: 100%;
	max-width: 100%;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	max-width: 232px;
	height: 132px;
	display: flex;
	justify-content: center;
	background-color: #ffffff;
}

.ncr-rating__image {
	width: auto;
	height: auto;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.ncr-rating__content {
	display: flex;
	padding: 18px 0;
}

.ncr-rating__bonus {
	width: 35.5%;
}

.ncr-rating__info {
	width: 37.5%;
}

.ncr-rating__refs {
	width: 27%;
}

.ncr-rating__content {
	border-radius: 32px;
}

.ncr-rating__content-item {
	padding: 0 24px;
	position: relative;

	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ncr-rating__image-wrap .img-cov img {
	width: 100%;
	height: 100%;
}
.ncr-rating__content-item:not(:last-child):after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background-image: repeating-linear-gradient(
		to bottom,
		#ffffff 0px,
		#ffffff 10px,
		/* довжина штриха */ transparent 10px,
		transparent 15px /* відстань між штрихами */
	);
}

.ncr-rating__bonus-title {
	background-color: rgba(209, 25, 74, 0.08);
	color: #00900e;
	max-width: fit-content;
	padding: 2px 12px;
	line-height: 1.5;
	border-radius: 12px;
	font-weight: 700;
	font-size: 16px;
	max-height: fit-content;
}

.ncr-rating__bonus-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ncr-rating__bonus-list {
	margin-top: 8px;
	padding: 6px 16px;
	background-color: #d5f7e3;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.ncr-rating__bonus-list::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	height: 100%;
	background-color: rgba(209, 25, 74, 1);
	opacity: 0.1;
}

.ncr-rating__bonus-list p {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
}

.ncr-rating__bonus-list p b,
.ncr-rating__bonus-list p strong {
	font-weight: 700;
	font-size: 16px;
	color: #00900e;
}

.ncr-rating__list {
	padding: 16px 24px !important;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	background-color: rgba(255, 255, 255, 1);
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ncr-rating__block--1 .ncr-rating__list {
	background-color: rgba(0, 0, 0, 0.04);
}

.ncr-rating__box--no-bg .ncr-rating__block--1 .ncr-rating__list {
	background-color: rgba(255, 255, 255, 1);
}

.ncr-rating__list::before {
	position: absolute;
	width: 4px;
	left: 0;
	content: '';
	top: 0;
	height: 100%;
	background-color: rgba(209, 25, 74, 1);
}

.ncr-rating__text {
	position: relative;
	padding-left: 36px;
	line-height: 1.33;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ncr-rating__icon {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.ncr-rating__item:not(:first-child) {
	margin-top: 16px;
}

.ncr-rating__item {
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}

.ncr-rating__item::before {
	content: none !important;
	display: none !important;
}

.ncr-rating__button {
	text-decoration: none !important;
	outline: none;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	padding: 13px 13px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 700;
	transition: 0.3s ease-in-out;
	white-space: nowrap;
}

.ncr-rating__button:not(:first-child) {
	margin-top: 8px;
}

.ncr-rating__button--dark {
	background: linear-gradient(90deg, #f9a200 0%, #009314 100%);
	color: #ffffff;
}

.ncr-rating__button--light {
	color: #000000;
	background-color: transparent;
}

.ncr-rating__button:hover {
	color: #000000;
	background-color: rgba(255, 255, 255, 1);
}

.ncr-rating__button:active {
	transform: scale(0.95);
}

.ncr-rating__button-icon {
	margin-right: 12px;
}

.ncr-rating__num {
	position: absolute;
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	left: 0;
	top: 6px;
	width: 37px;
	text-align: center;
}

.ncr-rating__bonus-count {
	--percent: 80;
	/* змінюємо відповідно до класу */
	--hue: calc((var(--percent) / 10) * 12);
	/* 0 - червоний, 60 - жовтий, 120 - зелений */

	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: conic-gradient(
		hsl(var(--hue), 100%, 40%) calc(var(--percent) * 1%),
		var(--bg) 0
	);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	padding: 5px;
	background-color: hsl(var(--hue), 100%, 85%);
}

.ncr-rating__bonus-count span {
	min-width: 40px;
	min-height: 40px;
	background-color: var(--bg, #fff);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ncr-rating-0 {
	--percent: 0;
	--bg: #fddede;
}

.ncr-rating-5 {
	--percent: 5;
	--bg: #fcd4d4;
}

.ncr-rating-10 {
	--percent: 10;
	--bg: #fbcaca;
}

.ncr-rating-15 {
	--percent: 15;
	--bg: #fbc0c0;
}

.ncr-rating-20 {
	--percent: 20;
	--bg: #fce0c8;
}

.ncr-rating-25 {
	--percent: 25;
	--bg: #fceac4;
}

.ncr-rating-30 {
	--percent: 30;
	--bg: #fff1cb;
}

.ncr-rating-35 {
	--percent: 35;
	--bg: #fff5c6;
}

.ncr-rating-40 {
	--percent: 40;
	--bg: #fff8c7;
}

.ncr-rating-45 {
	--percent: 45;
	--bg: #ffffcb;
}

.ncr-rating-50 {
	--percent: 50;
	--bg: #ffffcc;
}

.ncr-rating-55 {
	--percent: 55;
	--bg: #f3facc;
}

.ncr-rating-60 {
	--percent: 60;
	--bg: #e6f5c9;
}

.ncr-rating-65 {
	--percent: 65;
	--bg: #def3cb;
}

.ncr-rating-70 {
	--percent: 70;
	--bg: #d0f1c9;
}

.ncr-rating-75 {
	--percent: 75;
	--bg: #c7efcf;
}

.ncr-rating-80 {
	--percent: 80;
	--bg: #caeed6;
}

.ncr-rating-85 {
	--percent: 85;
	--bg: #bdf0d6;
}

.ncr-rating-90 {
	--percent: 90;
	--bg: #baf0d4;
}

.ncr-rating-95 {
	--percent: 95;
	--bg: #b1f2ce;
}

.ncr-rating-100 {
	--percent: 100;
	--bg: #aaf2cc;
}

.ncr-rating__block--1 .ncr-rating__preview,
.ncr-rating__block--1 .ncr-rating__content {
	background: linear-gradient(180deg, #fff9e8 0%, #fff0cc 100%);
}

.ncr-rating__block:not(:last-child) {
	margin-bottom: 24px;
}

.ncr-rating__border {
	border-radius: 36px;
	padding: 3px;
	background: linear-gradient(45deg, #f9c656, #ffe7a8);
}

.ncr-rating__border:nth-child(1) {
	width: 22%;
	max-width: 256px;
	margin-right: -8px;
}

.ncr-rating__border:nth-child(2) {
	width: 78%;
	width: calc(78% + 8px);
}

.ncr-rating__border {
	background: rgba(247, 247, 247, 1);
}

.ncr-rating__border:nth-child(2) {
	background: rgba(247, 247, 247, 1);
}

.ncr-rating__block--1 .ncr-rating__border {
	background: linear-gradient(45deg, #f9c656, #ffe7a8);
}

.ncr-rating__block--1 .ncr-rating__border:nth-child(2) {
	background: linear-gradient(-45deg, #f9c656, #ffe7a8);
}

.ncr-rating__border-inner {
	position: relative;
}

@media (max-width: 1200px) {
	.ncr-rating__button {
		font-size: 14px;
	}

	.ncr-rating__list {
		font-size: 16px;
	}

	.ncr-rating__item:not(:first-child) {
		margin-top: 16px;
	}
}

@media (max-width: 1024px) {
	.ncr-rating__block {
		flex-direction: column;
	}

	.ncr-rating__border:nth-child(1) {
		margin-right: 0;
		margin-bottom: -8px;
		width: 100%;
		max-width: 100%;
	}

	.ncr-rating__border:nth-child(2) {
		width: 100%;
	}

	.ncr-rating__content {
		flex-direction: column;
	}

	.ncr-rating__block--1 .ncr-rating__border {
		background: linear-gradient(0deg, #fee190, #fcd779);
	}

	.ncr-rating__block--1 .ncr-rating__border:nth-child(2) {
		background: linear-gradient(-180deg, #fcd779, #f7bb3a);
	}

	.ncr-rating__block--1 .ncr-rating__preview {
		background: linear-gradient(to bottom, #f7efdc 0%, #f5e4c0 100%);
		background-size: 100% 200%;
		/* 2x висоти елемента */
		background-position: top;
	}

	.ncr-rating__block--1 .ncr-rating__content {
		background: linear-gradient(to bottom, #f7efdc 0%, #f5e4c0 100%);
		background-size: 100% 200%;
		background-position: 0 100%;
		/* зсуваємо градієнт вниз */
	}

	.ncr-rating__preview {
		padding: 12px;
		padding-bottom: 21px;
	}

	.ncr-rating__content {
		padding: 0 18px;
	}

	.ncr-rating__content-item {
		padding: 20px 0;
		width: 100%;
	}

	.ncr-rating__image {
		max-width: 100%;
	}

	.ncr-rating__preview::after {
		right: 0;
		left: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		height: 2px;
		background-image: repeating-linear-gradient(
			to right,
			#ffffff 0px,
			#ffffff 10px,
			/* довжина штриха */ transparent 10px,
			transparent 15px /* відстань між штрихами */
		);
	}

	.ncr-rating__content-item:not(:last-child):after {
		right: 0;
		left: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		height: 2px;
		background-image: repeating-linear-gradient(
			to right,
			#ffffff 0px,
			#ffffff 10px,
			/* довжина штриха */ transparent 10px,
			transparent 15px /* відстань між штрихами */
		);
		background-position: -3px 0;
	}

	.ncr-rating__bonus-count span {
		font-size: 15px;
	}

	.ncr-rating__list {
		padding: 12px 16px !important;
		border-radius: 12px;
	}

	.ncr-rating__icon {
		width: 20px;
		height: 20px;
	}

	.ncr-rating__text {
		padding: 0;
		padding-left: 28px;
	}

	.ncr-rating__refs {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.ncr-rating__button {
		width: 100%;
	}

	.ncr-rating__button-icon {
		margin-right: 8px;
	}

	.ncr-rating__button:not(:first-child) {
		margin: 0;
		margin-left: 8px;
	}

	.ncr-rating__item:not(:first-child) {
		margin-top: 12px;
	}

	.ncr-rating__block {
		width: 50%;
	}

	.ncr-rating__block:nth-child(2n + 1) {
		padding-right: 15px;
	}

	.ncr-rating__box {
		display: flex;
		flex-wrap: wrap;
	}

	.ncr-rating__button-icon {
		width: 18px;
		height: 18px;
	}
}

@media (max-width: 767px) {
	.ncr-rating__block {
		width: 100%;
	}

	.ncr-rating__block:nth-child(2n + 1) {
		padding-right: 0;
	}
}

@media (max-width: 360px) {
	.ncr-rating__button {
		font-size: 12px;
	}

	.ncr-rating__button-icon {
		width: 16px;
		height: 16px;
		margin-right: 6px;
	}
}

.ncr-rating__block-style-2 .ncr-rating__bonus-title {
	position: absolute;
	z-index: 2;
	right: 26px;
	transform: translateY(-40%);
	background-color: rgba(237, 237, 237, 1);
}

.ncr-rating__block-style-2.ncr-rating__block--1 .ncr-rating__bonus-title {
	color: #ffffff;
	background: linear-gradient(180deg, #fee090 0%, #f7bb39 100%);
}

.ncr-rating__block-style-2 .ncr-rating__bonus.ncr-rating__content-item {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.ncr-rating__block-style-2 .ncr-rating__bonus-list {
	max-height: fit-content;
	width: 100%;
	margin-left: 24px;
	margin-top: 0;
}

.ncr-rating__block-style-2 .ncr-rating__bonus-count {
	width: 80px;
	height: 80px;
	min-width: 80px;
	min-height: 80px;
}

.ncr-rating__block-style-2 .ncr-rating__bonus-count span {
	min-width: 70px;
	min-height: 70px;
	font-size: 20px;
}

@media (min-width: 1025px) {
	.ncr-rating__block-style-2 .ncr-rating__bonus {
		width: 42%;
	}

	.ncr-rating__block-style-2 .ncr-rating__info {
		width: 31.5%;
	}

	.ncr-rating__block-style-2 .ncr-rating__refs {
		width: 26%;
	}
}

.ncr-rating__block-style-2 .ncr-rating__bonus-list p {
	font-size: 16px;
}

.ncr-rating__block-style-2 .ncr-rating__bonus-list p b,
.ncr-rating__block-style-2 .ncr-rating__bonus-list p strong {
	font-size: 20px;
}

.ncr-rating__block-style-2 .ncr-rating__list::before {
	content: none;
	display: none;
}

.ncr-rating__block-style-2 .ncr-rating__list {
	background: transparent !important;
	padding: 0 !important;
}

@media (max-width: 1200px) and (min-width: 1025px) {
	.ncr-rating__block-style-2 .ncr-rating__border:nth-child(1) {
		width: 28%;
		max-width: 256px;
		margin-right: -8px;
	}

	.ncr-rating__block-style-2 .ncr-rating__refs {
		width: 32%;
	}

	.ncr-rating__block-style-2 .ncr-rating__content-item {
		padding: 0 16px;
	}

	.ncr-rating__block-style-2 .ncr-rating__bonus-list {
		margin-left: 16px;
	}
}

@media (max-width: 1200px) {
	.ncr-rating__block-style-2 .ncr-rating__bonus-list p b,
	.ncr-rating__block-style-2 .ncr-rating__bonus-list p strong {
		font-size: 16px;
	}

	.ncr-rating__block-style-2 .ncr-rating__bonus-list p {
		font-size: 14px;
	}

	.ncr-rating__block-style-2 .ncr-rating__bonus-count {
		width: 48px;
		height: 48px;
		min-width: 48px;
		min-height: 48px;
	}

	.ncr-rating__block-style-2 .ncr-rating__bonus-count span {
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
		font-size: 15px;
	}
}

@media (max-width: 1024px) {
	.ncr-rating__block-style-2 .ncr-rating__bonus-inner {
		order: 2;
	}

	.ncr-rating__block-style-2 .ncr-rating__bonus-list {
		order: 1;
	}

	.ncr-rating__block-style-2 .ncr-rating__bonus-list {
		margin-left: 0;
		margin-right: 20px;
	}
}

.ncr-rating__box--no-border .ncr-rating__block--1 .ncr-rating__border {
	background: rgba(247, 247, 247, 1);
}

.ncr-rating__box--no-bg .ncr-rating__block--1 .ncr-rating__preview,
.ncr-rating__box--no-bg .ncr-rating__block--1 .ncr-rating__content {
	background: rgba(247, 247, 247, 1);
}

/* Styles for new rating block end */

.telegram-banner a {
	text-decoration: none !important;
	color: inherit !important;
}

.telegram-banner {
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 200px;
	padding: 28px 10px;
	color: white;
	text-align: center;
	z-index: 1000;
	border-radius: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.js-popup-close {
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
	font-size: 22px;
	font-weight: bold;
	color: white;
}

.telegram-icon {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	background-color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	z-index: 1001;
}

.telegram-icon-img {
	width: 30px;
	height: 30px;
}

.telegram-content {
	padding-top: 52px;
	font-size: 20px;
	font-weight: bold;
}

.telegram-button {
	margin-top: 20px;
	padding: 10px 25px;
	border: 2px solid white;
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-radius: 25px;
	display: inline-block;
}

.popup-demo__overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.popup-demo__overlay.active {
	opacity: 1;
	pointer-events: auto;
}

.popup-demo__window {
	background: #fff;
	border-radius: 8px;
	width: 100%;
	max-width: 1200px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	transform: translateY(20px);
	opacity: 0;
	transition: all 0.3s ease;
}

.popup-demo__overlay.active .popup-demo__window {
	transform: translateY(0);
	opacity: 1;
}

@media (max-width: 1200px) {
	.popup-demo__window {
		width: 95%;
	}
}

body.popup-demo--lock {
	max-height: 100vh;
	overflow: hidden;
}

.page--hero-link:nth-child(2) {
	margin-right: 0;
}

/* 	Styles for modal window form	start	 */
.mf-form {
	display: flex;
	flex-direction: column;
	padding: 0 20px;
	position: relative;
}

.mf-form__input {
	border: 2px solid var(--popup-color);
	border-radius: 8px;
	padding: 8px 12px;
	margin-bottom: 16px;
}

.mf-form__submit {
	background: var(--popup-color);
	border: 2px solid var(--popup-color);
	padding: 8px 12px;
	border-radius: 8px;
	color: #ffffff;
	transition: 0.3s ease-in-out;
	font-weight: 600;
}

.mf-form__submit:hover {
	background: #ffffff;
	color: var(--popup-color);
}

.popup-form-wrap.loading .mf-form {
	pointer-events: none;
	opacity: 0.5;
}

.popup-form-wrap.loading .mf-form:before {
	content: '';
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	/* Світлий колір для фону */
	border-top: 4px solid #3498db;
	/* Колір для анімації */
	border-radius: 50%;
	animation: spin 1s linear infinite;
	z-index: 999;
}

@keyframes spin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.popup-form-wrap.loaded .mf-form {
	display: none;
}

.popup-form-wrap.loaded .mf-form:before {
	display: none;
	content: none;
}

.mf-form__success {
	display: none !important;
}

.popup-form-wrap.loaded .mf-form__success {
	display: block !important;
}

/* 	Styles for modal window form	end	 */

:root {
	--color-dark: #00211e;
	--color-darken: #009872;
	--color-main: #00900e;
	--color-light: #e3ffbf;
	--color-brands: #db0056;
	--color-tables-first: #db3f7d;
	--color-tables-second: #db6996;
	--color-buttons: linear-gradient(90deg, #f9a200 0%, #009314 100%);
	--color-header: ;
}

/*! This file is auto-generated */
.wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border-radius: 4px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em;
}

.wp-block-file__button {
	background: #32373c;
	color: #fff;
	text-decoration: none;
}

.safe-svg-cover {
	text-align: center;
}

.safe-svg-cover .safe-svg-inside {
	display: inline-block;
	max-width: 100%;
}

.safe-svg-cover svg {
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}

:root {
	--wp--preset--aspect-ratio--square: 1;
	--wp--preset--aspect-ratio--4-3: 4/3;
	--wp--preset--aspect-ratio--3-4: 3/4;
	--wp--preset--aspect-ratio--3-2: 3/2;
	--wp--preset--aspect-ratio--2-3: 2/3;
	--wp--preset--aspect-ratio--16-9: 16/9;
	--wp--preset--aspect-ratio--9-16: 9/16;
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
		135deg,
		rgba(6, 147, 227, 1) 0%,
		rgb(155, 81, 224) 100%
	);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
		135deg,
		rgb(122, 220, 180) 0%,
		rgb(0, 208, 130) 100%
	);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
		135deg,
		rgba(252, 185, 0, 1) 0%,
		rgba(255, 105, 0, 1) 100%
	);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
		135deg,
		rgba(255, 105, 0, 1) 0%,
		rgb(207, 46, 46) 100%
	);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
		135deg,
		rgb(238, 238, 238) 0%,
		rgb(169, 184, 195) 100%
	);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
		135deg,
		rgb(74, 234, 220) 0%,
		rgb(151, 120, 209) 20%,
		rgb(207, 42, 186) 40%,
		rgb(238, 44, 130) 60%,
		rgb(251, 105, 98) 80%,
		rgb(254, 248, 76) 100%
	);
	--wp--preset--gradient--blush-light-purple: linear-gradient(
		135deg,
		rgb(255, 206, 236) 0%,
		rgb(152, 150, 240) 100%
	);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(
		135deg,
		rgb(254, 205, 165) 0%,
		rgb(254, 45, 45) 50%,
		rgb(107, 0, 62) 100%
	);
	--wp--preset--gradient--luminous-dusk: linear-gradient(
		135deg,
		rgb(255, 203, 112) 0%,
		rgb(199, 81, 192) 50%,
		rgb(65, 88, 208) 100%
	);
	--wp--preset--gradient--pale-ocean: linear-gradient(
		135deg,
		rgb(255, 245, 203) 0%,
		rgb(182, 227, 212) 50%,
		rgb(51, 167, 181) 100%
	);
	--wp--preset--gradient--electric-grass: linear-gradient(
		135deg,
		rgb(202, 248, 128) 0%,
		rgb(113, 206, 126) 100%
	);
	--wp--preset--gradient--midnight: linear-gradient(
		135deg,
		rgb(2, 3, 129) 0%,
		rgb(40, 116, 252) 100%
	);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
		6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
	gap: 0.5em;
}

:where(.is-layout-grid) {
	gap: 0.5em;
}

body .is-layout-flex {
	display: flex;
}

.is-layout-flex {
	flex-wrap: wrap;
	align-items: center;
}

.is-layout-flex > :is(*, div) {
	margin: 0;
}

body .is-layout-grid {
	display: grid;
}

.is-layout-grid > :is(*, div) {
	margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em;
}

.has-black-color {
	color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
	color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
	color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
	color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
	color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
	color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
	color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
	color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
	color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
	color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
	color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
	color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
	background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
	background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
	background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
	background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
	background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
	background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
	background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
	background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
	background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
	background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
	border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
	border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
	border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
	border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
	border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
	border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
	border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
	border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
	border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
	border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(
		--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
	) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(
		--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
	) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(
		--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
	) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(
		--wp--preset--gradient--luminous-vivid-orange-to-vivid-red
	) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(
		--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
	) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
	background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
	background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
	background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
	background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
	background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
	background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
	background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
	font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
	font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em;
}

:root :where(.wp-block-pullquote) {
	font-size: 1.5em;
	line-height: 1.6;
}

.h-captcha {
	position: relative;
	display: block;
	margin-bottom: 2rem;
	padding: 0;
	clear: both;
}

.h-captcha[data-size='normal'] {
	width: 303px;
	height: 78px;
}

.h-captcha[data-size='compact'] {
	width: 164px;
	height: 144px;
}

.h-captcha[data-size='invisible'] {
	display: none;
}

.h-captcha::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/hcaptcha-div-logo.svg) no-repeat;
	border: 1px solid #fff0;
	border-radius: 4px;
}

.h-captcha[data-size='normal']::before {
	width: 300px;
	height: 74px;
	background-position: 94% 28%;
}

.h-captcha[data-size='compact']::before {
	width: 156px;
	height: 136px;
	background-position: 50% 79%;
}

.h-captcha[data-theme='light']::before,
body.is-light-theme .h-captcha[data-theme='auto']::before,
.h-captcha[data-theme='auto']::before {
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
}

.h-captcha[data-theme='dark']::before,
body.is-dark-theme .h-captcha[data-theme='auto']::before,
html.wp-dark-mode-active .h-captcha[data-theme='auto']::before,
html.drdt-dark-mode .h-captcha[data-theme='auto']::before {
	background-image: url(images/hcaptcha-div-logo-white.svg);
	background-repeat: no-repeat;
	background-color: #333;
	border: 1px solid #f5f5f5;
}

.h-captcha[data-size='invisible']::before {
	display: none;
}

.h-captcha iframe {
	position: relative;
}

div[style*='z-index: 2147483647']
	div[style*='border-width: 11px'][style*='position: absolute'][style*='pointer-events: none'] {
	border-style: none;
}

.cmplz-hidden {
	display: none !important;
}

body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

img {
	-webkit-user-drag: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	pointer-events: none;
}

span[data-name='hcap-cf7'] .h-captcha {
	margin-bottom: 0;
}

span[data-name='hcap-cf7'] ~ input[type='submit'],
span[data-name='hcap-cf7'] ~ button[type='submit'] {
	margin-top: 2rem;
}

.page-id-2456 .page--toc,
.page-id-2457 .page--toc,
.page-id-2459 .page--toc,
.page-id-2460 .page--toc,
.page-id-2714 .page--toc,
.page-id-2458 .page--toc {
	display: none !important;
}

/* 	styles for toc */
.simpletoc-list {
	padding: 0.5rem !important;
	padding-bottom: 0 !important;
}

.popup {
	z-index: 9999 !important;
}

.catfish.hidden {
	display: none;
}

.catfish__close {
	background: url(/wp-content/themes/aviator/images/g-close-icon.svg) no-repeat
		50%;
	background-size: contain;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 36px;
	position: absolute;
	right: -80px;
	top: -18px;
	width: 36px;
}

@media (min-width: 1025px) {
	.catfish {
		display: none !important;
	}
}

.catfish > div {
	position: relative;
}

:root {
	--catifsh-phone-color: #01a769;
	--catfish-button-color: #ff0000;
	--default-catifsh-color: rgba(11, 78, 53, 0.95);
}

.catfish__button.ios .android-icon {
	display: none;
}

.catfish__button.android .ios-icon {
	display: none;
}

.catfish {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	background-color: var(--default-catifsh-color);
	padding: 0 20px 0 16px;
	box-sizing: border-box;
	transform: translateY(150%);
	transition: 0.3s ease-in-out;
}

@media (min-width: 410px) and (max-width: 1024px) {
	.catfish {
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
		background-color: var(--default-catifsh-color);
		padding: 0 24px 0 20px;
	}
}

.catfish__wrap {
	display: flex;
	justify-content: space-between;
	max-height: 82px;
}

.catfish-frame-color {
	fill: var(--catifsh-phone-color) !important;
}

.catfish.active {
	transform: translateY(0);
}

.catfish__button {
	padding: 10px;
	background-color: var(--catfish-button-color);
	text-decoration: none;
	color: #ffffff;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	align-items: center;
	border-radius: 8px;
	max-height: fit-content;
	margin-top: auto;
	margin-bottom: auto;
	transition: 0.3s ease-in-out;
}

@media (max-width: 580px) {
	.catfish__button {
		display: flex;
		width: 100%;
		justify-content: center;
		margin-left: 20px;
	}
}

.catfish__button:hover {
	opacity: 0.8;
}

.catfish__button svg {
	max-width: 24px;
	max-height: 24px;
}

.catfish__frame {
	max-width: 128px;
	height: auto !important;
	display: block;
	transform: translateY(-26px);
}

@media (max-width: 360px) {
	.catfish {
		padding: 0 12px 0 6px;
	}

	.catfish__button {
		padding: 8px;
	}

	.catfish__button {
		margin-left: 12px;
	}
}

@media (max-width: 1024px) {
	.catfish .container {
		padding: 0 !important;
		max-width: none !important;
	}

	.catfish.desktop-only {
		display: none;
	}
}

@media (min-width: 1025px) {
	.catfish {
		padding: 0;
	}

	.catfish.mobile-only {
		display: none;
	}
}

@media (max-width: 1140px) {
	.catfish__close {
		right: -16px;
		max-width: 24px;
		max-height: 24px;
		top: -12px;
	}
}

/* Comments start */
.form-submit input {
	color: #000000;
}

.comment-reply-title {
	font-size: 28px !important;
	font-weight: 700 !important;
	margin-bottom: 1rem !important;
}

.comment-form {
	position: relative;
}

.moderation-message {
	padding: 1rem;
	border: 1px solid #16a434;
	border-radius: 0.5rem;
	color: #16a434;
	margin-top: 1rem;
}

.comment-form.loader::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	/* Білий напівпрозорий фон */
	z-index: 1;
	/* Піднімаємо над контентом форми */
}

.comment-form.loader::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	/* Розмір прелоадера */
	height: 40px;
	border: 4px solid rgba(0, 0, 0, 0.1);
	/* Легкий обідок */
	border-left-color: #000;
	/* Чорний сектор, що буде обертатися */
	border-radius: 50%;
	animation: spin 1s linear infinite;
	/* Анімація обертання */
	z-index: 2;
	/* Поверх оверлею */
	transform: translate(-50%, -50%);
	/* Центруємо прелоадер */
}

/* Анімація обертання */
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.nocomments {
	display: none;
}

.comment-reply-title {
	margin-bottom: 0.25rem;
}

#cancel-comment-reply-link {
	display: none !important;
}

.comments {
	margin-top: 2rem;
}

.comments label {
	font-weight: 500;
}

.comment-form-comment {
	margin-top: 1rem;
}

.comments textarea {
	margin-top: 0.5rem;
	border: 1px solid var(--color-main);
	resize: none;
	outline: none !important;
	border-radius: 8px;
	padding: 8px 16px;
	height: 128px;
}

.comment-form-comment {
	display: flex;
	flex-direction: column;
}

.form-submit input {
	cursor: pointer;
	border: 1px solid transparent !important;
	padding: 8px 16px;
	margin-top: 1rem;
	min-width: 240px;
	border-radius: 8px;
	outline: none !important;
	font-weight: 500 !important;
	background-color: var(--color-main) !important;
	transition: 0.3s ease-in-out;
}

.form-submit input:hover {
	cursor: pointer;
	border: none !important;
	border: 1px solid var(--color-main) !important;
	background-color: transparent !important;
}

.form-submit input:active {
	scale: 0.95;
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.comment-notes {
	margin-bottom: 0.5rem;
	margin-top: 0.25rem;
}

.comment-notes,
.comment-form-comment,
.comment-form-cookies-consent,
.form-submit {
	width: 100%;
}

.comment-form-author,
.comment-form-email {
	width: 48%;
	display: flex;
	flex-direction: column;
}

.comment-form-author input,
.comment-form-email input {
	margin-top: 0.5rem;
	border: 1px solid var(--color-main);
	outline: none !important;
	border-radius: 8px;
	padding: 8px 16px;
}

.comment-form-cookies-consent {
	margin-top: 0.75rem;
}

.custom-checkbox input[type='checkbox'] {
	display: none;
}

.custom-checkbox label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-left: 30px;
	line-height: 20px;
	user-select: none;
}

.custom-checkbox label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 20px;
	height: 20px;
	border: 2px solid var(--color-main);
	border-radius: 4px;
	background-color: #ffffff;
}

.custom-checkbox input[type='checkbox']:checked + label:before {
	background-color: var(--color-main);
}

.custom-checkbox input[type='checkbox']:checked + label:after {
	content: '';
	position: absolute;
	left: 7px;
	top: 1px;
	transform: rotate(45deg);
	width: 7px;
	height: 14px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
}

/* Comments end */

.comment-author {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
}

img.avatar {
	border-radius: 50%;
}

.commentmetadata a {
	color: #000000;
	display: block;
	margin-top: 0.5rem;
	outline: none !important;
	transition: 0.15s ease-in-out;
}

.commentmetadata a:hover {
	opacity: 0.75;
}

.comment-reply-link {
	color: var(--color-main);
	font-weight: 500;
	display: block;
	line-height: 1.25;
	max-width: fit-content;
	border-bottom: 1px solid var(--color-main);
	transition: 0.15s ease-in-out;
}

.comment-reply-link:hover {
	border-bottom: 1px solid transparent;
}

.comment-body {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.comment-author {
	width: 48%;
}

.comment-meta {
	font-weight: 500;
	text-transform: uppercase;
	width: 48%;
	display: flex;
	justify-content: right;
	align-items: center;
}

.comment-meta a {
	margin-top: 0;
}

.comment-body p:not(.reply) {
	margin: 16px;
}

.comment-body p {
	width: 100%;
}

.comment-reply-title {
	display: flex;
	width: 100%;
}

.comment {
	padding: 16px;
	border-radius: 8px;
	margin: 1.5rem 0;
	position: relative;
	overflow: hidden;
}

.comment.thread-alt {
	margin-left: 2rem;
}

.comment-author cite {
	font-style: normal;
	font-weight: 500;
}

.comment-author span {
	display: none;
}

.comment-reply-title {
	font-weight: 500;
}

@media (max-width: 767px) {
	.comment-author {
		font-size: 14px;
	}

	.comment-meta {
		font-size: 14px;
	}

	.comment-body p {
		font-size: 14px;
	}

	.comment {
		padding: 0;
	}

	.comment.thread-alt {
		margin-left: 1rem;
	}
}

@media (max-width: 580px) {
	.comment-author img {
		width: 24px;
		height: 24px;
	}

	.comment-author {
		font-size: 11px;
	}

	.comment-meta {
		font-size: 11px;
	}

	.comment-body p:not(.reply) {
		margin-right: 0;
	}

	.comment-form-author input,
	.comment-form-email input {
		padding: 4px 8px;
		border-radius: 4px;
	}

	.comments textarea {
		padding: 4px 8px;
		border-radius: 4px;
	}

	.form-submit input {
		min-width: 100%;
	}

	.comment-respond {
		margin-top: 2rem;
	}
}

@media (max-width: 440px) {
	.comment-body p:not(.reply) {
		margin: 12px 8px;
	}

	.comment-reply-link {
		font-size: 12px;
	}
}

@media (max-width: 420px) {
	.comment-author {
		font-size: 10px;
	}

	.comment-meta {
		font-size: 10px;
	}
}

@media (max-width: 379px) {
	.comment-author,
	.comment-meta {
		font-size: 9px;
	}

	.comment-author img {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 1024px) {
	.hide_for_mobile {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.hide_for_desktop {
		display: none !important;
	}
}

.popup {
	z-index: 1001 !important;
}

/* 	Styles for catfish	 */

.footer--decor {
	transform: translateY(1px);
}

.g-popup-block {
	background: var(--color-dark);
	bottom: -500px;
	box-sizing: border-box;
	left: 0;
	right: 0;
	opacity: 0;
	padding: 26px 0;
	position: fixed;
	transition: all 0.65s ease-in;
	width: 100%;
	z-index: 999;
}

html {
	max-width: 100vw;
	overflow-x: hidden;
}

.g-popup-block.-toggle {
	bottom: 0;
	opacity: 1;
}

.g-popup-block .g-popup-block__content {
	grid-gap: 70px;
	align-items: center;
	display: grid;
	grid-template-columns: max-content max-content 1fr max-content;
	position: relative;
}

@media (max-width: 768px) {
	.g-popup-block .g-popup-block__content {
		grid-column-gap: 16px;
		grid-row-gap: 10px;
		align-items: flex-start;
		grid-template-columns: 68px 1fr;
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__logo {
	border-radius: 4px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__logo {
		height: 50px;
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__logo img {
	height: 72px;
	max-width: 180px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

@media (max-width: 768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__logo img {
		height: 50px;
		max-width: 100%;
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__rating {
	text-align: center;
}

@media (max-width: 768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__rating {
		display: flex;
		gap: 6px;
		grid-column: 2/3;
		grid-row: 1;
		place-items: center;
		text-align: left;
	}
}

@media (min-width: 410px) and (max-width: 480px) {
	.g-popup-block__rating,
	.g-popup-block__bonus {
		margin-left: 8px;
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 8px;
}

@media (max-width: 768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_title {
		font-size: 10px;
		margin-bottom: 0;
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
	background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00017 0L11.781 5.63521L18 6.53911L13.4999 10.9252L14.5622 17.1192L9.00017 14.195L3.4378 17.1192L4.50008 10.9252L0 6.53911L6.21898 5.63521L9.00017 0Z' fill='%23FFAE50'/%3E%3C/svg%3E")
		no-repeat 0;
	background-size: 18px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding-left: 20px;
}

@media (max-width: 768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__rating .rating_stars {
		font-size: 13px;
		background-size: 13px;
	}
}

.g-popup-block
	.g-popup-block__content
	.g-popup-block__rating
	.rating_stars
	span {
	font-size: 22px;
}

@media (max-width: 768px) {
	.g-popup-block
		.g-popup-block__content
		.g-popup-block__rating
		.rating_stars
		span {
		font-size: 13px;
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus {
	text-align: center;
}

@media (max-width: 768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__bonus {
		grid-column: 2/3;
		grid-row: 1;
		margin-top: 16px;
		text-align: left;
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 12px;
}

@media (max-width: 768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_title {
		font-size: 14px;
		margin-bottom: 0;
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

@media (max-width: 768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text {
		font-size: 12px;
	}

	.g-popup-block {
		padding: 12px 0;
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__bonus .bonus_text span,
.g-popup-block
	.g-popup-block__content
	.g-popup-block__bonus
	.bonus_text
	strong {
	color: var(--color-main);
	font-weight: 700;
}

@media (max-width: 768px) {
	.g-popup-block .g-popup-block__content .g-popup-cta-link {
		grid-column: 3/3;
		grid-row: 1;
		text-align: center;
	}
}

.g-popup-block .g-popup-block__content .g-popup-cta-link a {
	background: var(--color-main);
	border-radius: 4px;
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: 700;
	height: 52px;
	line-height: 52px;
	padding: 0 58px;
	text-transform: uppercase;
}

.g-popup-block .g-popup-block__content .g-popup-cta-link a:hover {
	opacity: 0.86;
}

.g-popup-block .g-popup-block__content .g-popup-block__close-btn {
	background: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17' fill='%23000000' stroke='%23FFCE06'/%3E%3Cpath d='M22 13.875L21.125 13L17 17.125L12.875 13L12 13.875L16.125 18L12 22.125L12.875 23L17 18.875L21.125 23L22 22.125L17.875 18L22 13.875Z' fill='%23FFCE06'/%3E%3C/svg%3E")
		no-repeat 50%;
	background-size: contain;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 35px;
	position: absolute;
	right: -80px;
	top: -44px;
	width: 35px;
}

@media (max-width: 768px) {
	.g-popup-block .g-popup-block__content .g-popup-block__close-btn {
		height: 24px;
		right: 14px;
		top: -30px;
		width: 24px;
	}
}

.g-popup-block .g-popup-block__content .g-popup-block__close-btn:hover {
	opacity: 0.86;
}

@media (max-width: 480px) {
	.g-popup-block__content {
		padding-left: 10px !important;
		padding-right: 10px !important;
		grid-column-gap: 5px !important;
	}

	.g-popup-block .g-popup-block__content .g-popup-cta-link a {
		padding: 0px 20px !important;
		font-size: 11px !important;
	}
}

/* 	Styles for popup	 */
.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.popup .popup_bg {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.popup .popup_cont {
	position: absolute;
	display: block;
	left: calc(50% - 200px);
	top: calc(50% - 200px);
}

.popup .popup_cont img.popup_logo {
	position: absolute;
	top: -150px;
	opacity: 0;
	transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
}

.popup .popup_cont .popup_cont_2 {
	position: relative;
	width: 400px;
	background: #fff;
	box-shadow: 7px 0px 40px 0px rgba(0, 0, 0, 0.08);
	border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
}

.popup .popup_cont .popup_cont_2 .popup_head {
	text-align: center;
	padding: 20px 0;
	color: #fff;
	background: var(--popup-color);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 21px;
}

.popup .popup_cont .popup_cont_2 .popup_body {
	padding: 40px 0;
	text-align: center;
}

.popup .popup_cont .popup_cont_2 .popup_body p {
	font-size: 19px;
	display: block;
	margin-bottom: 30px;
}

.popup .popup_cont .popup_cont_2 .popup_body a.sb {
	display: inline-block;
	padding: 5px 60px;
	background: var(--popup-color);
	border: 4px solid var(--popup-color);
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	transition: all;
	border-radius: 30px;
}

.popup .popup_cont .popup_cont_2 .popup_body a.sb:hover {
	background: #fff;
	color: var(--popup-color);
}

@media (max-width: 490px) {
	.popup .popup_cont .popup_cont_2 {
		width: 300px;
	}

	.popup .popup_cont {
		position: absolute;
		display: block;
		left: calc(50% - 150px);
		top: calc(50% - 150px);
	}

	.popup .popup_cont img.popup_logo {
		top: -112px;
	}
}

/* Styles for quote block start	 */
.quote {
	margin-bottom: 1.5rem;
	background-color: #4994e3;
	color: #ffffff;
	padding: 40px;
	padding-left: 80px;
	position: relative;
	border-radius: 8px;
}

.quote::before {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	content: url("data:image/svg+xml,%3Csvg fill='%23FFFFFF' width='40px' height='40px' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E");
}

@media (max-width: 580px) {
	.quote {
		padding: 24px;
		padding-left: 56px;
	}

	.quote::before {
		top: 16px;
		left: 16px;
		width: 24px;
		height: 24px;
		content: url("data:image/svg+xml,%3Csvg fill='%23FFFFFF' width='24px' height='24px' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E");
	}
}

/* Styles for quote block end */

/* Customize colors start */
.list-casino--subtitle {
	color: var(--color-brands);
}

.list-casino--adv:before {
	background-color: var(--color-brands);
}

.list-casino--link {
	background-color: var(--color-brands);
}

.wp-block-table table tr:first-child {
	background: var(--color-tables-first) !important;
}

.wp-block-table table tr:nth-child(odd) {
	background: var(--color-tables-second);
}

/* Customize colors end */

iframe {
	max-width: 100%;
}

a.wp-block-button__link:hover {
	color: #ffffff;
	opacity: 0.8;
}

a.wp-block-button__link {
	color: #ffffff;
	text-decoration: none;
	background: var(--color-buttons);
}

/* Start styles for search and lang switcher */
.search-nothing {
	font-size: 24px;
	font-weight: 600;
	margin-top: 2rem;
}

.article__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.article__link-arrow {
	fill: var(--color-main);
}

.article__author {
	display: flex;
	align-items: center;
}

.article__author-thumb {
	display: block;
	width: 32px;
	height: 32px;
	max-width: 32px;
	max-height: 32px;
	border-radius: 50%;
}

.article__author-name {
	font-size: 18px;
	font-weight: 400;
	margin-left: 0.5rem;
}

.article__box {
	box-shadow: 0 16px 29px rgba(29, 39, 48, 0.1);
	background-color: rgb(253, 253, 253);
	padding: 32px 48px;
	margin-top: 2rem;
	transition: 0.2s ease-in-out;
}

.article__title {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 24px;
}

.article__date {
	color: #4a5b68;
	margin-bottom: 1rem;
	display: block;
	font-size: 14px;
}

.article__desc {
	margin-bottom: 1.333rem;
	font-size: 16px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.5;
}

.article__box-wrap {
	text-decoration: none !important;
	color: #000000;
}

.article__box-wrap:hover p {
	color: #000000;
}

.article__box-wrap p {
	color: #000000;
}

.article__box-wrap:hover .article__box {
	box-shadow: 0 16px 29px rgba(29, 39, 48, 0.15);
	background-color: #ffffff;
}

@media (max-width: 768px) {
	.article__box {
		padding: 24px 36px;
	}
}

@media (max-width: 580px) {
	.article__box {
		padding: 20px 30px;
	}
}

@media (max-width: 480px) {
	.article__box {
		padding: 24px;
	}
}

.header__inner {
	display: flex;
	align-items: center;
}

.search__zoom {
	opacity: 1;
	transition: 0.2s ease-in-out;
}

.search__close {
	opacity: 0;
	transition: 0.2s ease-in-out;
}

.header__search-btn.active .search__zoom {
	opacity: 0;
}

.header__search-btn.active .search__close {
	opacity: 1;
}

.header__search {
	padding: 0;
	margin-right: 1rem;
	display: block;
	border: none;
	cursor: pointer;
	background: transparent;
}

.header__search-btn {
	background-color: #171c1f;
	border-radius: 50%;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s ease-in-out;
}

.header__search-btn:hover {
	opacity: 0.8;
}

.search-popup {
	width: 100%;
	max-width: 1180px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 100px;
	background-color: #ffffff;
	transition: 0.2s ease-in-out;
	z-index: 1;

	visibility: hidden;
	opacity: 0;
}

.search-popup.active {
	opacity: 1;
	visibility: visible;
}

.search__input {
	color: #000000;
	background: 0 0;
	border: none;
	border-bottom: 3px solid #000000;
	width: 100%;
	font-size: 1.125rem;
	letter-spacing: 0;
	line-height: 1;
	padding: 0.9375rem 0.9375rem 0.9375rem 3.125rem;
	transition: 0.2s ease-in-out;
	outline: none;
}

.search__input:focus {
	border-bottom: 3px solid var(--color-main);
}

.search-popup__form {
	position: relative;
}

.search__btn {
	position: absolute;
	left: 0;
	top: 50%;
	height: 1.75rem;
	width: 1.75rem;
	-webkit-transform: translate(25%, -60%);
	transform: translate(25%, -60%);
	background: 0 0;
	border: none;
	cursor: pointer;
}

.header__search.--mobile {
	display: block;
}

.site-header .site-header__menu ul li a {
	padding-left: 0;
}

.header__search.--desktop {
	display: none;
}

.site-header__langs.--desktop {
	display: none;
}

@media (min-width: 769px) {
	.header__search.--mobile {
		display: none;
	}

	.header__search.--desktop {
		display: block;
	}

	.site-header__langs.--mobile {
		display: none;
	}

	.site-header__langs.--desktop {
		display: block;
	}
}

@media (max-width: 768px) {
	.site-header .site-header__langs ul {
		top: 0;
		bottom: -8px;
		transform: translate(-50%, 100%);
		grid-template-columns: repeat(1, 1fr);
		max-width: 160px;
		width: 160px;
		padding: 0;
	}

	.site-header .site-header__langs ul .lang-item {
		background-color: #000000;
		padding: 8px;
		border-bottom: 1px solid rgba(140, 140, 140, 0.3);
	}

	.site-header .site-header__langs ul .lang-item:first-child {
		border-top-right-radius: 8px;
		border-top-left-radius: 8px;
	}

	.site-header .site-header__langs ul .lang-item:last-child {
		border-bottom: none;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
	}

	.site-header .site-header__langs ul li a {
		margin: 0 !important;
		padding: 0 !important;
	}

	.site-header .site-header__langs ul li:not(:last-child) a {
		border-bottom: none !important;
	}

	.site-header .site-header__langs ul .lang-item span {
		color: #ffffff;
	}

	.site-header .site-header__langs ul li a:hover {
		opacity: 1;
	}
}

@media (max-width: 380px) {
	.site-header .site-header--row {
		grid-gap: 12px;
	}

	.site-header .site-header__langs .site-header__langs--current {
		font-size: 14px;
		padding: 4px 10px 4px 4px;
	}

	.site-header .site-header--row {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (max-width: 340px) {
	.site-header .site-header__logo img {
		max-width: 110px;
	}
}

@media (max-width: 992px) {
	.navbar-custom.navbar {
		padding-bottom: 24px;
	}
}

@media (max-width: 991px) {
	.header__inner {
		order: -1;
	}

	.navbar-custom.navbar .navbar-toggler {
		margin: 0 !important;
	}

	.navbar-custom {
		padding-right: 24px !important;
		padding-left: 24px !important;
	}
}

.site-header__langs--current {
	display: flex;
	align-items: center;
	color: #ffffff;
	text-transform: uppercase;
	height: 42px;
	padding: 5px 14px 5px 5px;
	place-items: center;
	border: 1px solid var(--color-main);
	border-radius: 4px;
}

.site-header__langs--current img {
	margin-right: 8px;
}

.site-header__langs {
	position: relative;
}

.site-header__langs ul a {
	text-decoration: none;
}

.site-header__langs ul {
	margin: 0;
	display: none;
	background: #000000;
	border-radius: 4px;
	box-shadow: 0px 4px 12px rgba(255, 255, 255, 0.2);
	display: none;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 180px;
	z-index: 9999;
}

.site-header__langs:hover > ul {
	display: block;
}

.site-header__langs li a {
	color: #ffffff;
	display: flex;
	align-items: center;
}

.site-header__langs img {
	margin-right: 8px;
}

.site-header__langs ul li:not(:last-child) a {
	border-bottom: 1px solid rgba(140, 140, 140, 0.2);
	margin-bottom: 6px;
	padding-bottom: 6px;
}

@media (max-width: 991px) {
	.--desktop {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.--mobile {
		display: none !important;
	}
}

.header__logo {
	order: -2;
	width: 140px;
	height: 130px;
}
.header__logo img {
	width: 100%;
	height: 100%;
}

.header__mobile-logo {
	display: block;
}

@media (max-width: 991px) {
	.header__inner {
		margin-left: auto;
		margin-right: 1rem;
	}
	.header__logo {
		order: -2;
		width: 64px;
		height: 60px;
	}
}

.search-result__posts-wrapper {
	margin-bottom: 2rem;
}

/* End styles for search and lang switcher */

.page--content ul li:before {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='%23f90063' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4.26795C10.3333 5.03775 10.3333 6.96225 9 7.73205L3 11.1962C1.66666 11.966 -5.6841e-07 11.0037 -5.01112e-07 9.4641L-1.9827e-07 2.5359C-1.30972e-07 0.996296 1.66667 0.0340469 3 0.803847L9 4.26795Z' /%3E%3C/svg%3E ");
}

.menu_arrow {
	background-color: transparent;
	padding: 0;
	border: none;
}

.nav-item-wrap {
	display: flex;
}

.nav-item-wrap a {
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}

.menu-item-has-children > .nav-item-wrap > a {
	padding-right: 0;
}

.menu-item-has-children > .nav-item-wrap > .menu_arrow {
	padding-right: 8px;
	padding-left: 4px;
}

.menu-item:not(.menu-item-has-children) .menu_arrow {
	display: none;
}

.menu-item {
	position: relative;
}

.menu-item a {
	padding: 8px;
}

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

.menu-item-has-children.show .menu_arrow svg {
	transform: rotate(-180deg);
}

.menu-item-has-children.show .menu_arrow {
	padding-bottom: 4px;
}

@media (min-width: 992px) {
	.sub-menu {
		display: none;
		padding: 8px 0;
		position: absolute;
		top: 100%;
		width: 180px;
		left: 0;
		background-color: var(--color-darken);
		border-radius: 4px;
		box-shadow: 0px 0px 16px rgba(255, 255, 255, 0.2);
	}

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

	.sub-menu .menu-item {
		border-radius: 4px;
		padding-left: 12px;
		padding-right: 12px;
		transition: 0.15s ease-in-out;
	}

	.sub-menu .menu-item:hover {
		background-color: #000000;
	}
}

@media (max-width: 991px) {
	.sub-menu li {
		list-style: none;
	}

	.sub-menu {
		padding-left: 8px;
		display: none;
	}

	.nav-item-wrap a {
		max-width: fit-content;
	}

	.nav-item-wrap {
		justify-content: space-between;
	}

	.menu-item-has-children > .nav-item-wrap > .menu_arrow {
		padding-right: 6px;
		padding-left: 6px;
		height: 38px;
	}

	.menu_arrow {
		border-radius: 4px;
		border: 1px solid #ffffff;
	}

	.menu-item-has-children > .nav-item-wrap > a {
		padding-right: 8px;
	}

	#header-menu-container {
		transition: none;
		padding: 8px;
		margin-top: 16px;
	}

	.navbar-custom.navbar {
		background-color: #000000 !important;
	}
}

@media (max-width: 992px) {
	.navbar-custom.navbar .navbar-collapse {
		height: 100%;
	}
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.7352 16L28 26.2648L26.2636 28L16 17.7352L5.73521 28L4 26.2648L14.2636 16L4 5.7352L5.73521 4L16 14.2648L26.2636 4L28 5.7352L17.7352 16Z' fill='white'/%3E%3C/svg%3E%0A");
}

.site-header__langs .lang-item a {
	transition: 0.15s ease-in-out;
}

.site-header__langs .lang-item a:hover {
	opacity: 0.8;
}

.navbar-nav > .menu-item > .nav-item-wrap > a {
	transition: 0.15s ease-in-out;
}

.navbar-nav > .menu-item > .nav-item-wrap > a:hover {
	opacity: 0.8;
}
