/* USER VARIABLES SECTION */

:root {
	--accent: #D61A1A;
	--alt: #ED4747;
	--light_red: #f57a7a;
	--light: rgba(214, 26, 26, 0.16);
	--light_alt: rgba(255, 255, 255, 0.16);
	--gray: #EDEBEB;
	--text: #1A0A0A;
	--alt-text: #474747;
	--border: #DAD8D8;
	--lineheight: 1.4;
	--userfont: Geist, sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
	--lss: 12px;
	--ls: 14px;
	--sm: 16px;
	--md: 18px;
	--lg: 24px;
	--xl: 36px;
	--xl_alt: 32px;
	--xxl: 40px;
	--index: calc(1vw + 1vh);
	--transition: 0.2s ease all;
	--radius: 40px;
}

.skiptranslate{
	display: none !important;
	opacity: 0;
	visibility: hidden;
}
.goog-gt-tt + div{
	z-index: -1 !important;
	opacity: 0 !important;
	visibility: hidden !important;
}
#google_translate_element {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}
.social .wc,.f_social .wc {
	display: none !important;
}

.social.lang-en .max,.f_social.lang-en .max {
	display: none !important;
}

.social.lang-en .wc,.f_social.lang-en .wc {
	display: flex !important;
}
.language-option {
	pointer-events: auto;
}
/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	--bs-gutter-x: .625rem;
}

.row,
.row>* {
	--bs-gutter-x: 1.25rem;
}

/* FONTS LOAD SECTION */

@font-face {
	src: url("../fonts/Geist-Regular.woff2") format("woff2");
	font-family: "Geist";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	src: url("../fonts/Geist-Medium.woff2") format("woff2");
	font-family: "Geist";
	font-weight: 500;
	font-style: normal;
}

@font-face {
	src: url("../fonts/Geist-SemiBold.woff2") format("woff2");
	font-family: "Geist";
	font-weight: 600;
	font-style: normal;
}

/* GENERAL CSS SETTINGS */

::placeholder {
	opacity: 0;
	visibility: hidden;

}

::selection {
	background-color: var(--accent);
	color: #fff;
}

input,
textarea {
	outline: none;
	transition: var(--transition);
}

input:focus:required:invalid,
textarea:focus:required:invalid {}

input:required:valid,
textarea:required:valid {
	border-color: var(--text);
}

button {
	outline: none;
	border: none;
}

body {
	font-family: var(--userfont);
	font-size: var(--sm);
	line-height: var(--lineheight);
	color: var(--text);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	top: 0 !important;
}

.lss {
	font-size: var(--lss);
}

.ls {
	font-size: var(--ls)
}

.sm {
	font-size: var(--sm)
}

.md {
	font-size: var(--md)
}

.lg {
	font-size: var(--lg)
}

.xl {
	font-size: var(--xl)
}

.xxl {
	font-size: var(--xxl)
}

h1,
.one,
h2,
.two,
h3,
.three,
h4,
.four,
h5,
.five {
	font-weight: 600;
}

h1,
.one {
	font-size: var(--xxl)
}

.two_alt {
	font-size: var(--xl_alt);
	font-weight: 600;
}

a.three {
	color: var(--text);
	text-decoration: none;
}

h2,
.two {
	font-size: var(--xl)
}

h2 span {
	margin: 0 6px;
}

h3,
.three {
	font-size: var(--lg)
}

h4,
.four {
	font-size: var(--md);
}

h5,
.five {
	font-size: var(--sm);
}

.white_text {
	color: #fff !important;
}

.alt-text {
	color: var(--alt-text);
}

.accent_text {
	color: var(--accent);
}

.light_text {
	color: #fff;
	opacity: 0.8;
}

.gray_text {
	color: var(--gray);
}

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

.balance {
	text-wrap: balance;
}

.medium {
	font-weight: 500;
}

.semi {
	font-weight: 600;
}

/* Stretch page to top | to bottom */
html,
body {
	height: 100%;
}

.app {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

main {
	flex: 1 1 auto;
}

a {
	color: var(--accent);
}

.h-100 {
	height: 100%;
}

.image {
	max-width: 100%;
	width: 100%;
}

/* USER STYLES */
.btn {
	display: inline-block;
	background: var(--accent);
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 14px 24px;
	transition: var(--transition);
	font-size: var(--ls);
	border: 1px solid var(--accent);
	font-weight: 500;
}

.btn.bordered {
	background: #fff;
	color: var(--accent);
	border: 1px solid var(--border);
}

.btn.bordered_alt {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn_light {
	color: #fff;
	text-decoration: none;
	gap: 8px;
	transition: var(--transition);
}

.btn_white {
	background: #fff;
	color: var(--accent);
	font-weight: 500;
}

.line_btn {
	gap: 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
	transition: var(--transition);
}
.line_btn svg{
	max-width: 29px;
}
.btn_group {
	gap: 16px;
}

.icon_btn svg {
	margin-right: 6px;
	transition: var(--transition);
	font-weight: 500;
}

.btn_group * {}

section {
	padding-top: 80px;
	overflow: hidden;
}

.light {
	background: var(--light);
}

.accent {
	background: var(--accent) !important;
}

.alt {
	background: var(--alt);
}

.gray {
	background: var(--gray);
}

a.logo {
	text-decoration: none;
}

a.logo img {
	min-width: 174px;
	width: 100%;
	display: block;
}

header {
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 31;

	border-bottom: 1px solid var(--border);
}

header a,
aside a,
footer a {
	transition: var(--transition);
	color: var(--text);
	text-decoration: none;
}

header ul,
aside ul,
footer ul,
.sidebar ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

header ul li+* {
	margin-left: 32px;
}

header ul li a {
	font-size: var(--ls);
	padding: 24px 0;
	position: relative;
}

header ul li a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background: var(--accent);
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: var(--transition);
	opacity: 0;
	visibility: hidden;
}
header ul li.current-menu-item a::after{
	opacity: 1;
	visibility: visible;
}

header .social a {
	border-left: 1px solid var(--border);
	padding: 20px;
}

header .social a svg {
	min-width: 30px;
	height: 30px;
	width: 30px;
}

header button {
	border: none;
	outline: none;
	position: relative;
	height: 20px;
	background: transparent;
	transition: var(--transition);
	padding-left: 14px;
	padding-right: 14px;
}

header button::after,
header button::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

header button span,
header button::after,
header button::before {
	width: 20px;
	height: 2px;
	background: var(--text);
	transition: .2s ease;
}

header button::before {
	top: 0;
}

header button::after {
	bottom: 0;
}

header button.active span {
	transform: scale(0);
}

header button.active::before {
	transform: rotate(-45deg);
	top: 8px;
}

header button.active::after {
	bottom: 10px;
	transform: rotate(45deg);
}

aside {
	transition: var(--transition);
	position: fixed;
	z-index: 30;
	background: #fff;
	padding: 80px 0 40px 0;
	overflow: auto;
	max-height: 500px;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}

aside.active {
	opacity: 1;
	visibility: visible;
}

.aside_overlay {
	position: fixed;
	z-index: 29;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	transition: var(--transition);
}

.aside_overlay.active {
	opacity: 1;
	visibility: visible;
}

aside ul li {
	border-bottom: 1px solid var(--border);
}

aside ul li a {
	color: var(--text);
	display: block;
	padding: 20px 0;
}

aside .social_link svg {
	margin-right: 10px;
}

/* first screen */
.first_screen {
	min-height: 540px;
	height: 90vh;
	position: relative;
	background: url('../images/bg.png') no-repeat center center;
	background-size: cover;
	border-bottom: 1px solid var(--border);
}

.first_screen_page {
	min-height: 220px;
	height: 100%;
}

.blog-details-breadcrumb-badges a {
	text-decoration: none;
}

/* Advantages */
.advantages {
	padding: 40px 0;
	border-bottom: 1px solid var(--border);
}

.advantages_card_icon {
	border-radius: 50%;
	width: 56px;
	min-width: 56px;
	height: 56px;
}
.advantages_card_icon svg,.advantages_card_icon img{
	width: 40px;
	min-width: 40px;
	height: 40px;
}
.advantages_card {
	gap: 16px;
}

.advantages_card+* {
	padding-left: 40px;
	margin-left: 40px;
	border-left: 1px solid var(--border);
}

.advantages_card_number {
	font-size: 48px;
}

.line_block {
	position: relative;
	padding-left: 16px;
	border-left: 2px solid var(--light_red);
}

.line_block+* {
	border-left: 2px solid var(--accent);
}
/* partners */
.partners{
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: 1fr;
	gap: 40px;
}
img.partner {
	width: 100%;
	object-fit: contain;
	max-width: 100%;
}
/* products */
.products_cards {
	clip-path: polygon(40px 0,
			100% 0,
			100% calc(100% - 40px),
			calc(100% - 40px) 100%,
			0 100%,
			0 40px);
	border: 1px solid var(--gray);
	background: var(--gray);
}

.products_outline {
	clip-path: polygon(40px 0,
			100% 0,
			100% calc(100% - 40px),
			calc(100% - 40px) 100%,
			0 100%,
			0 40px);
	overflow: hidden;
	border: 1px solid var(--gray);
	background: #fff;

}

.products_card_image img {
	max-width: 426px;
	min-height: 426px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.products_cards_bg img {
	max-height: 240px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.products_cards_bg>.products_cards_item {
	padding: 0;
}

.products_cards_item+* {
	border-left: 1px solid var(--gray);
}

.cards_bg {
	width: 100%;
	object-fit: cover;
	height: 100%;
	max-height: 240px;
}

.card {
	border: 1px solid var(--border);
	padding: 24px;
	background: #fff;
	height: 100%;
	text-decoration: none;
	color: var(--text);
	transition: var(--transition);
}
.card .btn_light{
	color: var(--accent);
}
.card .btn_light svg{
	transition: var(--transition);
}
.card .btn_light svg path{
	stroke: var(--accent);
}
.card .list>.list_item+* {
	margin-top: 8px;
}

.products_cards_wrap {
	background: #fff;
}

.products_cards_item,
.product_cards_item_alt {
	padding: 40px;
	position: relative;
	background: #fff;
	flex: 1;
	text-decoration: none;
	transition: var(--transition);
}

.products_cards_item.accent {
	position: relative;
	z-index: 1;
}

.products_cards_item.accent::before {
	content: '';
	z-index: -1;
	background: url('../images/accent.png') no-repeat right center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.image_holder {
	position: relative;
	z-index: 1;
}

.image_holder img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	max-height: 240px;
	min-height: 240px;
}

.image_holder::after {
	content: '';
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	mix-blend-mode: color;
}

/* table */
.item_page .table_wrap {
	clip-path: none;
}

.table_wrap {
	clip-path: polygon(0 0,
			calc(100% - 46px) 0,
			100% 46px,
			100% 100%,
			0 100%);
	border: 1px solid var(--border);
	border-left: none;
	border-bottom: none;
	border-top: none;
}

table {
	width: 100%;

}

thead tr th:first-child {
	background: #fff;
}

thead tr th {
	background: var(--alt);
	color: #fff;
	font-weight: 500;
}

thead tr th:last-child {
	background: var(--accent);
}

table tr td,
table tr th {
	padding: 12px 24px;
	border-bottom: 1px solid var(--border);
}

table tr td+* {
	border-left: 1px solid var(--border);
}

table tr td:first-child {
	padding: 12px 24px 12px 0;
	border-left: none;
	font-weight: 500;
}

/* grid */
.grid-3 {
	grid-template-columns: repeat(3, 1fr);
}

.grid-3 .products_cards_item {
	border-left: none;
}

.grid-3 .products_cards_item:nth-child(3n - 1),
.grid-3 .products_cards_item:nth-child(3n) {
	border-left: 1px solid var(--border);
}

.grid-3 .products_cards_item:nth-child(6n + 1),
.grid-3 .products_cards_item:nth-child(6n + 2),
.grid-3 .products_cards_item:nth-child(6n + 3) {
	border-bottom: 1px solid var(--border);
}

/* list */
.list>.list_item+* {
	margin-top: 20px;
}

.list_item {
	gap: 12px;
}

.list_item svg {
	min-width: 24px;
}

.list_bg {
	position: relative;
	z-index: 1;
}

.list_bg::after {
	content: '';
	background: url('../images/list_bg.png') no-repeat right bottom;
	background-size: contain;
	z-index: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

/* promo block */
.promo_block {
	background: var(--accent);
	position: relative;
	z-index: 1;
	padding-top: 120px;
	padding-bottom: 120px;
	clip-path: polygon(40px 0,
			100% 0,
			100% calc(100% - 40px),
			calc(100% - 40px) 100%,
			0 100%,
			0 40px);
}

.promo_block::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/promo.png') no-repeat center center;
	background-size: cover;
	z-index: -1;
}

.promo_alt {
	position: relative;
	z-index: 1;
	padding: 64px;
}

.promo_alt::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/promo_alt.png') no-repeat center center;
	background-size: cover;
	z-index: -1;
}

.promo_form {
	padding: 80px 64px;
	position: relative;
	z-index: 1;
}

.promo_form::after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: url('../images/promo_form.png') no-repeat left bottom;
	background-size: contain;
}

/* line widget */
.line_widget {
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}

.line_widget .advantages_card {
	border-left: none;
}

.line_widget>div {
	padding: 40px 0;
}

.line_widget>div>div {
	flex: 1;
}

.line_widget>div+* {
	border-top: 1px solid var(--border);
}

.line_widget .advantages_card+* {
	margin-left: 0;
	padding-left: 0;
}

.line_widget>div .three {
	flex: 0.7;
}

.pie-chart {
	--percent: 0;
	--size: 96px;
	--percent: 56;
	--separator: 1.5deg;
	width: var(--size);
	height: var(--size);
	min-height: var(--size);
	min-width: var(--size);
	border-radius: 50%;

	background:
		conic-gradient(var(--accent) calc(var(--percent) * 1%),
			var(--light_red) 0);

	position: relative;

}

.pie-chart,
.percent-animate {
	opacity: 0;
	transform: translateY(20px);
	transition:
		opacity .8s ease,
		transform .8s cubic-bezier(.22, 1, .36, 1);
}

.pie-chart.show,
.percent-animate.show {
	opacity: 1;
	transform: scale(1);
}

.pie-chart::before {
	content: "";
	position: absolute;

	width: 2px;
	height: 50%;

	background: #fff;

	left: 50%;
	top: 0;

	transform: translateX(-50%);
	transform-origin: bottom center;

	border-radius: 999px;
}

.pie-chart::after {
	content: "";
	position: absolute;

	width: 2px;
	height: 50%;

	background: white;

	left: 50%;
	top: 0;

	transform-origin: bottom center;
	transform:
		translateX(-50%) rotate(calc(var(--percent) * 3.6deg));


}

.pie_wrap {
	gap: 20px;
}

/* slider */
.certificates_slider,
.certificates_carousel {
	overflow: hidden;
}

.certificates_slider .swiper-slide a,
.certificates_carousel .swiper-slide a {
	border: 1px solid var(--border);
	transition: var(--transition);
}

.certificates_slider .swiper-slide a img,
.certificates_carousel .swiper-slide a img {
	width: 100%;
	min-height: 344px;
	max-height: 344px;
	height: auto;
	object-fit: cover;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--accent);
}

.swiper-pagination-progressbar {
	background: var(--gray);
}

.swiper-pagination-progressbar,
.swiper-pagination {
	position: relative;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
	height: 2px;
}

.slider_btn {
	width: 48px;
	min-width: 48px;
	height: 48px;
	border: 1px solid var(--border);
	transition: var(--transition);
}

.slider_btn svg path {
	transition: var(--transition);
}

.slider_btn.swiper-button-disabled {
	opacity: 0.2;
}

.slider_nav {
	gap: 16px;
}

.testimonials_slider {
	overflow: hidden;
}

.testimonials_carousel {
	overflow: hidden;
}

.testimonials_carousel .swiper-slide {
	height: initial;
	min-height: 320px;
}

.testimonials_slider .swiper-slide {
	clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
	border: 1px solid var(--gray);
	background: var(--gray);
	height: initial;
	min-height: 412px;
}

.card_widget_wrap {
	clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
	overflow: hidden;
	border: 1px solid var(--gray);
	background: #fff;
	height: 100%;
}

.card_image {
	border: 1px solid var(--border);
	height: 100%;
}

.card_holder {
	padding: 24px;
}

.testimonials_slider .swiper-slide .card_widget {
	height: 100%;
	background: #fff;
	padding: 40px;
}

.faq {
	gap: 8px;
}

.faq_item {
	border: 1px solid var(--gray);
}

.faq_item_header span {
	position: relative;
	width: 64px;
	min-width: 64px;
	height: 64px;
}

.faq_item_header span::after,
.faq_item_header span::before {
	content: '';
	background: var(--text);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	border-radius: 10px;
}

.faq_item_header span::after {
	height: 14px;
	width: 2px;
	transition: var(--transition);
}

.faq_item_header span::before {
	width: 14px;
	height: 2px;

}

.faq_item_header {
	cursor: pointer;
}

.faq_item_header.active span::after {
	transform: rotate(90deg);
}

.faq_item_content {
	display: none;
}

.faq_item_header>div {
	padding: 20px;
	border-left: 1px solid var(--border);
}

.faq_item_content {
	padding: 20px;
	border-top: 1px solid var(--gray);
}

/* feedback */
.feedback {
	padding-bottom: 96px;
	background: var(--text);
	z-index: 1;
	position: relative;
	border-bottom: 1px solid var(--light_alt);
}

.feedback::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background: url('../images/feedback.png') no-repeat right bottom;
	background-size: contain;
	width: 100%;
	height: 100%;
	z-index: -1;
}

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

/* POPUP */
.active.popup {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

.popup {
	position: fixed;

	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	outline: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s ease all;
	overflow-x: hidden;
	overflow-y: auto;
	background: rgb(0 0 0 / .6);
	z-index: 5;
}

.popup.active .popup_dialog {
	transform: translateY(0%);
}

.popup .popup_dialog {
	min-height: calc(100% - 10rem);
	max-width: 800px;
	margin: 5rem auto;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	position: absolute;
	pointer-events: none;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: translateY(-100%);
	transition: 0.4s ease all;
}

.popup .popup_dialog .popup_wrap {
	clip-path: polygon(40px 0,
			100% 0,
			100% calc(100% - 40px),
			calc(100% - 40px) 100%,
			0 100%,
			0 40px);
	padding: 40px;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	outline: 0;
	background: #fff;
}


.popup .btn_close {
	cursor: pointer;
	transition: var(--transition);
	background: var(--alt);
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.popup a {
	color: #797979;
}

/* sidebar */
.sidebar_wrap {
	height: 100%;
	transition: var(--transition);

}

.sidebar {
	position: sticky;
	top: 100px;
	overflow: auto;
}

.sidebar ul li a {
	display: block;
	color: var(--alt-text);
	text-decoration: none;
	padding: 13px 16px;
	border-left: 2px solid var(--border);
}

.sidebar ul li.active a {
	color: var(--text);
	border-left: 2px solid var(--accent);
}

/* text_content */
.text_content p:empty {
	margin: 0;
}

.text_content p {
	margin-bottom: 40px;
}

.text_content h2,
.text_content h3,
.text_content h4,
.text_content h5 {
	margin-bottom: 26px;
}
/* docs */
.doc_item{
	gap: 12px;
	border: 1px solid var(--border);
	transition: var(--transition);
	padding: 8px;
	text-decoration: none;
	color: var(--text);
}

.document-card__icon::after {
	content: "";
	position: absolute;
	background: currentColor;
	width: 48px;
	height: 48px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: .1;
}
.doc_item_info{
	flex: 1;
}
.doc_item_title{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.doc_item_download{
	width: 40px;
    height: 40px;
    border: none;
    background: #fff0;
    cursor: pointer;
}
/* footer */
footer.alt_footer {
	background: var(--text);
	border-top: 1px solid var(--light_alt);
	color: #fff;
}

footer.alt_footer .light_text {
	opacity: 0.4;
}

footer.alt_footer a {
	color: #fff;
}

footer {
	padding: 40px 0;
}

footer .logo img {
	max-width: 140px;
}

footer li+* {
	margin-top: 8px;
}
.f_social a {
	margin-right: 14px;
}
.f_social a svg{
	min-width: 40px;
	height: 40px;
}
/* form */
form label {
	width: 100%;
	font-weight: 400;
}

.promo_form form label {
	opacity: 0.64;
}

.promo_form form label.checkbox {
	opacity: 1;
}

.promo_form form label.checkbox span {
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.08);
}

.promo_form form .form-group input,
.promo_form form .form-group textarea {
	color: #fff;
	font-weight: 400;
	resize: none;
}

form .form-group input,
form .form-group textarea {
	width: 100%;
	padding: 12px 0;
	color: var(--text);
	border: none;
	border-bottom: 1px solid var(--border);
	background: transparent;
}

.promo_form form .form-group input,
.promo_form form .form-group textarea {
	border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.promo_form form .checkbox input:checked+span::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 1px;
	width: 7px;
	height: 15px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.checkbox {
	display: flex;
	gap: 14px;
	margin-bottom: 18px;
	cursor: pointer;
	font-weight: 400;
}

.checkbox input {
	position: absolute;
	opacity: 0;
	width: 16px;
	height: 16px;
	margin: 0;
	cursor: pointer;
}

.popup .checkbox label {
	color: var(--text);
}

.popup .checkbox a {
	color: var(--accent);
	text-decoration: underline;
}

.checkbox a {
	color: #fff;
	text-decoration: underline;
}

.checkbox span {
	min-width: 24px;
	width: 24px;
	height: 24px;
	border: 1px solid var(--accent);
	position: relative;
	background: #fff;
}

.checkbox input:checked+span::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 1px;
	width: 7px;
	height: 15px;
	border: solid var(--accent);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* cookie banner */
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--text);
	color: #fff;
	padding: 15px;
	display: none;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	z-index: 9999;
	background: #fff;
	border-top: 1px solid var(--border)
}

.cookie-banner.show {
	display: flex !important;
}

.cookie-banner.hidden {
	display: none !important;
}

.cookie-banner p {
	flex: 1;
	padding-right: 10px;
	color: var(--text);
	margin: 0;
}

.cookie-banner a {
	color: var(--accent);
	text-decoration: underline;
}

.language-switcher {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 0;
	position: relative;
	cursor: pointer;
	justify-content: flex-start;
}
.language-switcher .language-flag {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
}
.language-switcher .language-text {
	font-size: var(--ls);
	color: var(--text);
}
.language-switcher .language-arrow {
	color: var(--text);
	transition: transform 0.2s ease;
	text-align: left;
}
.language-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 8px;
	box-shadow: 0 4px 20px rgb(0 0 0 / .1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.2s ease;
	z-index: 1100;
	margin-top: 4px;
	overflow: hidden;
	min-width: 144px;
}
.language-option {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}
.language-option__flag {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}
.language-option__text {
	font-size: 14px;
	color: #0F172A;
	white-space: nowrap;
}
.language-dropdown.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
