.sgk-lang-switcher-dropdown {
	margin: 0;
	margin-right: 20px;
	position: relative;
	top: -6px;
}
.sgk-lang-switcher-dropdown select {
	background-color: transparent;
	border: none;
	box-shadow: none;
	text-transform: uppercase;
}
.sgk-color-green a {
	color: #90c427;
}
.site-middle-footer-wrap .site-footer-row-container-inner .sgk-color-green a {
	color: #90c427;
}
.sgk-lang-switcher-inline {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-left: 10px;
}
.sgk-lang-switcher-inline li a {
	text-decoration: none !important;
	text-transform: uppercase;
	color: #fff;
	transition: 0.3s;
}
.sgk-lang-switcher-inline li a:hover {
	color: #ff3370;
}
.sgk-border-radius-50 figure.elementor-image-box-img {
	border-radius: 50px !important;
}
body .site .post-thumbnail {
	padding-bottom: 45%;
}
body.custom-background {
	background-size: auto !important;
}
.site .post-thumbnail img,
.elementor-widget-image-box .elementor-image-box-img img,
.cat-cms-img .elementor-widget-image:hover img {
	transition: 0.3s !important;
}
.sgk-table table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 16px;
	background: #fff;
	color: #333666;
}
.sgk-table thead th:first-child {
	text-align: left;
}
.sgk-table thead th:nth-child(n + 2) {
	text-align: center;
}
.sgk-table thead th {
	background: #f8f8ff;
	font-weight: 700;
	padding: 12px 15px;
	border-bottom: 2px solid #e2e4f0;
	color: #333666;
}
.sgk-table tbody td {
	padding: 12px 15px;
	border-bottom: 1px solid #ececf6;
}
.sgk-table tbody tr:nth-child(even) {
	background: #fafaff;
}
.sgk-table td:first-child {
	font-weight: 600;
	text-align: left;
}
.sgk-table td:nth-child(n + 2) {
	text-align: center;
	font-weight: 600;
	color: #333666;
}
.sgk-table td:nth-child(n + 2):contains('✔') {
	color: #ff3370;
}
.sgk-table tbody tr:hover {
	background: #fff4f8;
	transition: 0.2s;
}
.grecaptcha-badge {
	display: none;
	opacity: 0;
}
.wpcf7-turnstile.cf-turnstile {
	text-align: center;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.sgk-table {
		overflow-x: auto;
		display: block;
		-webkit-overflow-scrolling: touch;
	}
	.sgk-table table {
		min-width: 600px;
	}
}

@media (max-width: 1024px) {
	.sgk-lang-switcher-dropdown {
		top: 0;
	}
	.sgk-lang-switcher-dropdown select {
		font-size: 14px;
	}
}
