html,
body {
	overflow-x: hidden;
}

: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--font-family--inter: "Inter", sans-serif;
	--wp--preset--font-family--cardo: Cardo;
	--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;
}

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

.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;
}

: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;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-star-half-stroke-solid:before {
	content: "\e901";
}

.icon-star-solid:before {
	content: "\e900";
}

#mainVideo {
	width: 100%;
}

.footer-form {
	width: 100%;
	max-width: 500px;
	margin: 0px auto;
	background-color: #f1f5f9;
	border-radius: 10px;
	margin-bottom: 80px;
}

.form-control {
	min-height: 40px;
	width: 100%;
	text-indent: 10px;
}

.form-group {
	margin: 10px auto;
}

.text-center {
	text-align: center;
}

.form-body {
	border: 1px solid #0000001a;
	border-radius: 15px;
	margin-bottom: 20px;
}

.flipdown {
	margin: 0 auto;
}

.iti__selected-flag {
	z-index: 1000 !important;
}

.iti--separate-dial-code .iti__selected-flag {
	color: black !important;
}

.iti__country .iti__standard {
	color: black !important;

}

.iti__country {
	color: black !important;

}

.iti {
	width: 100% !important;
}

.legal-links ul {
	margin: 0;
	align-items: center;
}

.legal-links ul li a {
	font-size: 0.875rem;
	padding: 0 0.75rem;
	line-height: 1.25;
	/* color: #ccc; */
}

#menu-btn #close-icon {
	display: none;
}

#menu-btn.active #close-icon {
	display: block;
}

#menu-btn.active #hamburger-icon {
	display: none;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

iframe {
	width: 100%;
	height: 400px;
	display: block;
	max-width: 1280px;
	margin: 0 auto;
}

.contact-info {
	background: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	margin: 20px 0;
	color: #000;
}

.contact-info-text {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1rem;
	column-gap: 3rem;
}

.contact-info p {
	margin: 0 0 2rem;
}

.contact-info p strong {
	display: block;
	margin: 0 0 .5rem;
}

.contact-info h2 {
	color: #007bff !important;
	margin-bottom: 15px;
}


.translate {
	position: fixed;
	width: 100%;
	max-width: 10rem;
	bottom: 0;
	right: 0;
	margin-left: auto;
	margin-right: 20px;
	z-index: 100;
}

.language-toggle {
	position: relative;
}

.current-language {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #2a2a2a;
	color: #fff;
	padding: 8px 16px;
	border-radius: 10px 10px 0 0;
	text-decoration: none;
	transition: all 0.3s ease;
	min-width: 140px;
}

.current-language:hover {
	background: #3a3a3a;
	color: #fff;
	opacity: 1;
}

.current-language .flag {
	font-size: 18px;
	line-height: 1;
}

.current-language .text {
	font-size: 18px;
	font-weight: 500;
}

.current-language .arrow {
	margin-left: auto;
	font-size: 10px;
	transition: transform 0.3s ease;
	transform: rotate(180deg);
}

.language-toggle.active .current-language .arrow {
	transform: rotate(0deg);
}

/* Dropdown со ссылками */
.language-dropdown {
	position: absolute;
	top: -10rem;
	height: 9.5rem;
	right: 0;
	background: #2a2a2a;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	min-width: 160px;
}

.language-toggle.active .language-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	overflow: auto;
}

.language-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	color: #fff;
	text-decoration: none;
	transition: background 0.2s ease;
}

.language-link:hover {
	background: #3a3a3a;
	color: #fff;
	opacity: 1;
}

.language-link.active {
	background: #1a1a1a;
}

.language-link .flag {
	font-size: 18px;
	line-height: 1;
}

.language-link .text {
	font-size: 18px;
}

/* Мобильная версия */
@media screen and (max-width: 992px) {

	.current-language {
		min-width: auto;
		padding: 6px 12px;
	}

}

/* Простой список ссылок для мобильного меню */
.mobile-language-list {
	display: none;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-language-list .language-link {
	background: rgba(255, 255, 255, 0.05);
	margin-bottom: 8px;
	border-radius: 8px;
}

.mobile-language-list .language-link:hover {
	background: rgba(255, 255, 255, 0.1);
}

.mobile-language-list .language-link.active {
	background: rgba(55, 170, 225, 0.2);
	color: #37AAE1;
}

@media screen and (max-width: 992px) {
	.mobile-language-list {
		display: block;
	}
}

/* Альтернатива для браузеров без поддержки эмодзи */
.flag-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 18px;
	background: #444;
	border-radius: 3px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

.info img {
	max-width: 40rem;
	margin: 1rem auto;
}

main {
	position: relative;
}



.language-dropdown::-webkit-scrollbar {
	width: 6px;
}

.language-dropdown::-webkit-scrollbar-track {
	background: #1a1a1a;
	border-radius: 4px;
}

.language-dropdown::-webkit-scrollbar-thumb {
	background-color: #555;
	border-radius: 4px;
	border: 1px solid #2a2a2a;
}

.language-dropdown::-webkit-scrollbar-thumb:hover {
	background-color: #777;
}

.language-dropdown {
	scrollbar-width: thin;
	scrollbar-color: #555 #1a1a1a;
}

.logo {
	max-width: 7rem;
}

.hero-section {
	padding-top: 7rem !important;
}

.privacy {
	padding-top: 12rem !important;
}

.privacy h1,
.privacy h3 {
	color: #000;
}

.privacy h4 {
	font-size: 1.6rem;
}

.privacy h3 {
	font-size: 1.8rem;
}

.privacy p,
.privacy ul {
	margin: 1rem 0 2rem;
}

.footer {
	padding: 5rem 0;
}

.flex-block .item {
	width: 100%;
}

.flex-block {
	flex-direction: column;
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.flex-block .item {
		width: 33%;
	}

	.flex-block {
		flex-direction: row;
	}
}

.question {
	padding: 1rem;
	border-radius: 1rem;
	background-color: rgba(0, 0, 0, 0.2);
}

.about .banner-right-img {
	display: none;
}

@media (min-width: 1024px) {
	.about .banner-right-img {
		display: block;
	}
}

.registration{
	padding: 10rem 0 5rem;
}

.splide__list{
	transform: inherit !important;
	height: fit-content !important;
}

.testimonials-grids{
	height: auto !important;
}


.success-message {
    margin: 1rem 0 0;
    padding: 1rem;
    border-radius: 1rem;
    background-color: rgba(0, 128, 0, 0.443);
    display: flex;
    text-align: center;
    color: green;
    display: none;
}

.error-message {
    margin: 1rem 0 0;
    padding: 1rem;
    border-radius: 1rem;
    background-color: rgba(255, 0, 0, 0.443);
    display: flex;
    text-align: center;
    color: red;
    display: none;
}

.splide__list{
	justify-content: center;
}

.blog-hero{
	text-align: left !important;
	padding: 10rem 0 !important;
}

.blog-hero .banner-right-img{
	right: 0;
	bottom: 0;
	top: 50%;
	transform: translateY(-50%);
}

.blog-hero .grid{
	text-align: left !important;
}

.blog-hero img{
	max-height: 12rem;
}

.blog-page h1{
	text-align: left !important;
}

.blog-page img{
	max-height: 30rem;
}

table {
  width: 100%;
  margin: 30px 0;
  border-collapse: separate;
  border-spacing: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

table:hover {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}


td {
  padding: 14px;
  vertical-align: middle;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
}

tr:last-child td {
  border-bottom: none;
}

td p {
  margin: 0;
}

td:first-child {
  width: 30%;
  color: #4B5563;
  font-weight: 500;
}

td:first-child p strong {
  color: #111827;
  font-weight: 600;
}

td:last-child {
  color: #1F2937;
}

tr:nth-child(even) td {
  background-color: #f9fafb;
}

tr:nth-child(odd) td {
  background-color: #ffffff;
}

.blog-page .blog-main-text{
	text-align: left;
}

p, li, h1, h2, h3, h4, h5, h6, span, div, a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.tracking-tight{
	font-size: 2rem !important;
	line-height: 100% !important;
}

.question{
	margin: 0 !important;
	font-size: 1.2rem !important;
}

.about h2{
	font-size: 2.4rem;
	margin: 3rem 0 1rem;
	color: #fff;
}

.about h3{
	font-size: 1.8rem;
	margin: 1rem 0;
}

.about .faq-section h2{
	margin: 0 auto 2rem;
}
.about .faq-section h3{
	color: #fff;
}