body.dark-theme {
	background: #2b2f4b;
	color: #fff;
}
header {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1002;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	background-color: rgba(255, 255, 255, 0.5);
}

body.dark-theme header {
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
background-color: rgba(255, 255, 255, 0.01);
}

button {
	border: none;
	background: none;
	padding: 0;
}
.top-header {
	position: relative;
	max-width: 1438px;
	align-items: center;
}
.top-header-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.theme_slider {
	display: flex;
	gap: 8px;
}
.theme_slider .slider {
	display: block;
	width: 32px;
	height: 16px;
	border-radius: 32px;
	cursor: pointer;
}
.theme_slider .slider {
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: #fff;
}
body.dark-theme .theme_slider .slider {
	border: 1px solid rgba(0, 0, 0, 0.15);
	background: #21242a;
}
body.dark-theme .top-header-logo svg path {
	fill: #fff;
}
.theme_slider .slider::before {
	content: "";
	display: block;
	position: relative;
	top: 1px;
	left: 1px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	box-shadow: inset 28px -4px 0px 0px var(--light);
	transition: 0.3s;
}
.theme_slider .slider::before {
	background-color: rgba(0, 0, 0, 0.15);
}
body.dark-theme .theme_slider .slider::before {
	background-color: #fff;
}
.menu-block {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}
.menu-block ul {
	display: flex;
	margin: 0;
	padding: 0;
}
.menu-block ul li {
	list-style: none;
	padding: 0;
	white-space: nowrap;
	margin: 0 14px;
}
.menu-block ul li:first-child {
	margin-left: 0;
}

.menu-block ul li a {
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	transition: color 0.5s ease;
	color: #373737;
}

body.dark-theme .menu-block a {
	color: #fff;
}
.languages {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	height: 30px;
	transition: all 0.3s ease-in-out;
}
.languages__active {
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	border-radius: 10px;
	text-decoration: none;
	height: 30px;
	width: 30px;
	position: relative;
}
.languages__active img {
	width: 30px;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
.languages__btn .long {
	display: none;
}
.languages__btn .short {
	display: none;
}
.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}
.languages__links,
.steps-options {
	box-sizing: border-box;
	border-radius: 27px;
	padding: 20px;
}
.languages__links {
	background: #ffffff;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 20px;
}
body.dark-theme .languages__links {
	background: #2b2f4b;
	border: 1px solid #21242a;
}
.languages-link.active {
	border: 1px solid #e3e3e3;
}
.dropdown-menu {
	transition: all 0.3s ease-in-out;
}
.languages__links {
	position: absolute;
	top: 50px;
	margin-left: -330px;
	z-index: 5;
	display: none;
	width: 395px;
}
@media(max-width: 500px) {
	.languages__links {
		margin-left: -160px;
	}
}
@media(max-width: 430px) {
	.languages__links {
		width: 100vw;
	  right: -86px;
		margin-left: 0px;
	}
}
.lg-title-block {
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.title {
	font-family: Arial;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
}
.lg-title-block .title {
	color: #373737;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}
body.dark-theme .lg-title-block .title {
	color: #fff;
}
body.dark-theme .nav-tabs .lg-abc-item.active {
	border: 1px solid #e3e3e3;
}

.lg-abc {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
	border-bottom: 0;
}
.nav-tabs .lg-abc-item {
	width: 30px;
	height: 30px;
	position: relative;
	color: #373737;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	border-radius: 5px;
	border: 1px solid transparent;
	padding: 0;
	margin: 0 4px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .lg-abc-item.active {
	border: 1px solid #e3e3e3;
}
body.dark-theme .nav-tabs .nav-item.show .nav-link,
body.dark-theme .nav-tabs .nav-link.active {
	color: #fff;
	background-color: transparent;
}
body.dark-theme .nav-tabs .lg-abc-item {
	color: #fff;
	background: #2b2f4b;
}
#pills-acb-all-tab {
	display: none;
	width: 40px;
}
.nav-tabs .lg-abc-item sup {
	color: #afafaf;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	top: -0.7em;
}
.languages .tab-content {
	min-height: 210px;
}
.lg-tab.fade {
	position: absolute;
	top: 0;
	z-index: -1;
}
.lg-tab.show,
.lg-tab.active {
	position: relative;
	z-index: 1;
}
.lg-wrapper {
	flex-wrap: wrap;
	justify-content: space-between;
}
.languages-link {
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	text-decoration: none;
	align-items: center;
	padding: 5px 8px;
	background: transparent;
	border-radius: 5px;
	border: 1px solid transparent;
}
#pills-acb-all .languages-link {
	width: 49%;
}
img {
	max-width: 100%;
	height: auto;
}
.languages-link img {
	width: 30px;
	height: 30px;
}
.languages-link > div {
	width: calc(100% - 38px);
	margin-left: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
}
body.dark-theme .languages-link > div { 
	color: #fff;
}
.languages-link .long {
	color: #373737;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}
.languages-link .short {
	display: block;
	color: #373737;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}
body.dark-theme .languages-link .long {
	color: #fff;
}
body.dark-theme .languages-link .short {
	color: #fff;
}
.btn-back {
	display: none;
	border: 0;
	width: 100%;
	text-align: center;
	background: none;
	color: #afafaf;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

.hamburger {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	border: 0;
	margin: 0;
	overflow: visible;
	width: 46px;
	height: 46px;
	box-sizing: border-box;
	position: relative;
	background: #f2f2f2;
	top: 0;
	right: 0;
	border-radius: 50%;
}
@media (min-width: 701px) {
	.hamburger {
			display: none;
	}
}
.hamburger-box {
	display: inline-block;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
}
.hamburger-box [class*="bar-"] {
	background: #000;
	display: block;
	transform: rotate(0deg);
	transition: 0.2s ease all;
	border-radius: 2px;
	height: 2px;
	width: 25px;
}
.hamburger-box .bar-bot {
	margin-bottom: 0;
}
.mobile_menu {
	display: none;
	width: 100%;
}
@media (min-width: 701px) {
	.mobile_menu {
			display: none !important;
	}
}
.mobile_menu_flex {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
	padding-bottom: 21px;
}
.mobile_menu_flex .mobile_links ul {
	display: flex;
	flex-direction: column;
	gap: 26px;
	list-style-type: none;
	padding: 0;
	margin-bottom: 24px;
	text-align: center;
}
.menu-block ul li a,
.mobile_links ul li a {
	color: #373737;
}
body.dark-theme .mobile_links ul li a {
	color: #fff;
}
.btn_block {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}
.theme_slider {
	display: flex;
	gap: 8px;
}

/* .top-header-info {
	gap: 20px;
} */
.languages {
	margin-right: 20px;
}
.secondary-btn-margin {
	margin-right: 20px;
}
@media(max-width: 320px) {
	.secondary-btn-margin {
		margin-right: 0px;
	}
}
/* .top-header-btns {
	display: flex;
	gap: 10px;
} */
.primary-btn {
	min-width: 120px;
	display: inline-block;
	border-radius: 15.042px;
	background: #2546ff;
	border: 2px solid #2546ff;
	text-decoration: none;
	padding: 13px;
	color: #fff;
	text-align: center;
	font-size: 16.045px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	transition: background 0.5s ease, color 0.5s ease;
	cursor: pointer;
}
@media (min-width: 1150px) {
	.primary-btn:hover {
			color: #000;
			background: transparent;
	}
	body.dark-theme .primary-btn:hover {
			color: #fff;
			background: transparent;
	}
}
.secondary-btn {
	min-width: 120px;
	display: inline-block;
	border-radius: 15.042px;
	background: #6e9aff;
	border: 2px solid #6e9aff;
	text-decoration: none;
	padding: 13px;
	color: #fff;
	text-align: center;
	font-size: 16.045px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	transition: background 0.5s ease, color 0.5s ease;
	cursor: pointer;
}
@media (min-width: 1150px) {
	.secondary-btn:hover {
			color: #000;
			background: transparent;
	}
	body.dark-theme .secondary-btn:hover {
			color: #fff;
			background: transparent;
	}
}
.bonus-modal__close__button {
	position: absolute;
	top: 24px;
	right: 24px;
}
.theme_slider input {
	display: none;
}
.theme_slider input:checked ~ .slider::before {
	transform: translateX(17px);
}
body.dark-theme .sun path {
	fill: #5a618a;
}
body.dark-theme .moon path {
	fill: #fff;
}
body.dark-theme .lg-title-block .lg-close svg path {
	stroke: #fff;
}
@media (min-width: 1150px) {
	.menu-block a:hover,
	body.dark-theme .menu-block a:hover {
			color: #2546ff;
	}
}

@media (max-width: 1200px) {
	.top-header .menu-block {
			flex-grow: 1;
			display: flex;
			order: 10;
			width: 100%;
			margin: 0;
	}
	.top-header .menu-block ul {
			width: 100%;
			justify-content: space-around;
			margin-top: 20px;
	}
}
@media (max-width: 991px) {
	.languages__active {
			width: 92px;
			height: 46px;
			border-radius: 10px;
			background: #f6f6f6;
			padding: 8px;
	}
	.languages__active::before {
			content: "";
			width: 1px;
			height: 30px;
			background: #e4e4e4;
			display: block;
			position: absolute;
			top: 10px;
			right: 43px;
	}
	.languages__active::before {
			background: #e4e4e4;
	}
	body.dark-theme .languages__active::before {
			background: #ccc;
	}
	body.dark-theme .languages__active {
			background: #21242a;
	}

	.languages__active::after {
			content: "";
			width: 30px;
			height: 30px;
			position: absolute;
			background: url(../images/icon-arrow-down.svg) top center no-repeat;
			top: 8px;
			right: 8px;
	}
	.languages__active::after {
			background: url(../images/icon-arrow-down.svg) top center no-repeat;
	}
	body.dark-theme .languages__active::after {
			background: url(../images/icon-arrow-down-dark-theme.svg) top center no-repeat;
	}
}

@media (max-width: 700px) {
	.top-header .menu-block {
			display: none;
	}
	.top-header-btns {
			margin-top: 0;
			display: none;
			text-align: center;
	}
}

@media (min-width: 351px) {
	.mobile_menu .theme_slider {
			display: none;
	}
}

@media (max-width: 350px) {
	#top_slider {
			display: none;
	}
}

.opened .bar-top {
  transform: translate(0, 8px) rotate(45deg);
}
.opened .bar-mid {
  opacity: 0;
}
.opened .bar-bot {
  transform: translate(0, -8px) rotate(-45deg);
}