html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:hover {
	border: 0;
}

body,
input,
button,
textarea {
	font-family: 'Montserrat', sans-serif;

}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body {}

body a {
	text-decoration: none;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

/* header */
.header {
background: #233E75;
}
	.header.check{

	}
.header__cover {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 15px;
}

.header___logo a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
}

.header__nav {
	display: flex;
	align-items: center;
	gap: 20px;
}
	.dropdown-button {
		color: #ffffff;
    font-size: 17px;
		background: none;
		outline: none;
		border: 0;
		cursor: pointer;
	}
	.dropdown-button:hover {
		color: #c5c5c5;
	}
	.dropdown-list {
	}
.header__item a {
	color: #ffffff;
	font-size: 17px;
}

.header__item a:hover {
	color: #c5c5c5;
}

.rich-violet-hover-text {}

/* headerEnd */
/* main__block */
.content__fixed {
	max-width: 1200px;
	margin: 0 auto;
	padding:20px 10px;
}
.main-cover{
	display: flex;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.main__overflow {
	flex-flow: column;
	display: flex;
	justify-content: start;
	align-items: start;
	text-align: start;
	width: 50%;
	margin-right: 30px;
}
.primary-hero-section {
	text-align: center;
	width: 50%;
}
.primary-hero-section img{
	width: 100%;
	max-width: 400px;
}
.main__content {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url(img/bg-site-big-img.webp) no-repeat center center / cover;
	display: flex;
	flex-flow: column;
	justify-content: center;
	z-index: 0;
}

.main__content:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: -1;
}

.title-site {
	color: #fff;
	font-size:40px;
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 1.4;
	letter-spacing: 0px;
}

.above-good-site-top-lift {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 34px;
	letter-spacing: 0px;
	padding: 5px 0;
}
.bg-shape {
	position: absolute;
	bottom: -1px;
	left: 0px;
	right: 0px;
	z-index: -1;
}
.bg-shape img {
	width: 100%;
}
.btn-start-now {
background: rgb(47, 22, 116);
font-size: 15px;
font-weight: 600;
padding: 10px 20px; 
border-radius: 30px;
color: #ffff;
cursor: pointer;
display: inline-block;
margin-top: 20px;
border: 1px solid transparent;
box-shadow: 0.00px 1.00px 20px 0px rgb(47, 22, 116);
}

.btn-start-now:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #000;
}

/* main__blockEnd */
/* advan */
.block-push {
	padding: 80px 0;
}

.advantages__content-cover {
	display: flex;
	align-items: center;
}

.advantages-img {
	width: 50%;
}

.advantages-img img {
	width: 100%;
	max-width: 500px;
}

.advantages-content {
	width: 50%;
}

.advantages-content p {
	color: #7F7D8E;
	font-weight: 300;
	line-height: 1.4;
}

.advantages-title {
	padding-bottom: 20px;
	color: #34314B;
	font-size: 36px;
	font-weight: 600;
}

/* advanEnd */
/* about */
/* Основные стили для блока "О нас" */
.about-us-section {
	background-color: #ffffff; /* Белый фон */
	padding: 80px 0;
	margin: 0 auto;
	max-width: 1200px;
}

.about-us-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 0 20px;
}

.about-us-content {
	max-width: 600px;
}

.about-us-title {
	font-size: 36px;
	font-weight: 700;
	color: #000000; /* Черный цвет текста */
	margin-bottom: 20px;
}

.about-us-description {
	font-size: 18px;
	line-height: 1.6;
	color: #333333; /* Темно-серый цвет текста */
	margin-bottom: 20px;
}

.about-us-button {
	display: inline-block;
	padding: 12px 30px;
	background-color: rgb(47, 22, 116); /* Фиолетовый цвет кнопки */
	color: #ffffff; /* Белый текст */
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 30px;
	transition: background-color 0.3s ease;
}

.about-us-button:hover {
	background-color: rgba(47, 22, 116); /* Легкое затемнение при наведении */
}

.about-us-image img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Тень для изображения */
}

/* aboutEnd */
/* Testimonial*/
.benefits-section {
	background-color: #ffffff; /* Белый фон */
	padding: 80px 0;
	margin: 0 auto;
	max-width: 1200px;
}

.benefits-container {
	padding: 0 20px;
	text-align: center;
}

.benefits-title {
	font-size: 36px;
	font-weight: 700;
	color: #000000; /* Черный цвет текста */
	margin-bottom: 40px;
}

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	margin-bottom: 40px;
}

.benefit-item {
	background-color: #f9f9f9; /* Светло-серый фон для карточек */
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-icon img {
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
}

.benefit-heading {
	font-size: 24px;
	font-weight: 600;
	color: #000000; /* Черный цвет текста */
	margin-bottom: 15px;
}

.benefit-description {
	font-size: 16px;
	line-height: 1.6;
	color: #333333; /* Темно-серый цвет текста */
}

.benefits-button {
	display: inline-block;
	padding: 12px 30px;
	background-color: rgb(47, 22, 116); /* Фиолетовый цвет кнопки */
	color: #ffffff; /* Белый текст */
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 30px;
	transition: background-color 0.3s ease;
}

.benefits-button:hover {
	background-color: rgba(47, 22, 116); /* Легкое затемнение при наведении */
}
/* TestimonialEnd */
/* arc */
.achievements-section {
	background-color: #ffffff; /* Белый фон */
	padding: 80px 0;
	margin: 0 auto;
	max-width: 1200px;
}

.achievements-container {
	padding: 0 20px;
	text-align: center;
}

.achievements-title {
	font-size: 36px;
	font-weight: 700;
	color: #000000; /* Черный цвет текста */
	margin-bottom: 40px;
}

.achievements-content {
	text-align: left;
	max-width: 800px;
	margin: 0 auto;
}

.achievements-description {
	font-size: 18px;
	line-height: 1.6;
	color: #333333; /* Темно-серый цвет текста */
	margin-bottom: 30px;
}

.achievements-list {
	list-style-type: none;
	padding: 0;
}

.achievements-item {
	font-size: 16px;
	line-height: 1.6;
	color: #333333; /* Темно-серый цвет текста */
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}

.achievements-item::before {
	content: "✔"; /* Иконка галочки */
	color: rgb(47, 22, 116); /* Фиолетовый цвет иконки */
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.achievements-item strong {
	color: rgb(47, 22, 116); /* Фиолетовый цвет для выделения текста */
}

/* arcEnd */
/* faq */
.faq-section {
	background-color: #ffffff; /* Белый фон */
	padding: 80px 0;
	margin: 0 auto;
	max-width: 1200px;
}

.faq-container {
	padding: 0 20px;
	text-align: center;
}

.faq-title {
	font-size: 36px;
	font-weight: 700;
	color: #000000; /* Черный цвет текста */
	margin-bottom: 40px;
}

.faq-accordion {
	max-width: 800px;
	margin: 0 auto;
}

.faq-item {
	border-bottom: 1px solid #e0e0e0; /* Серая линия между вопросами */
}

.faq-question {
	width: 100%;
	text-align: left;
	padding: 20px 0;
	font-size: 18px;
	font-weight: 600;
	color: #000000; /* Черный цвет текста */
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: color 0.3s ease;
}

.faq-question:hover {
	color: rgb(47, 22, 116); /* Фиолетовый цвет при наведении */
}

.faq-question[aria-expanded="true"] {
	color: rgb(47, 22, 116); /* Фиолетовый цвет для активного вопроса */
}

.faq-question[aria-expanded="true"] .faq-icon {
	transform: rotate(45deg); /* Поворот иконки при открытии */
}

.faq-icon {
	font-size: 24px;
	transition: transform 0.3s ease;
}

.faq-answer {
	padding: 0 20px 20px 0;
	font-size: 16px;
	line-height: 1.6;
	color: #333333; /* Темно-серый цвет текста */
	display: none;
	text-align: start;
}

.faq-answer p {
	margin: 0;
}

.faq-item[open] .faq-answer {
	display: block; /* Показ ответа при открытии */
}

/* faqEnd */
/* contact */
.contact-section {
	background-color: #e1e4f3;
	padding: 60px 0;
}

.contact-container {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.contact-title {
	font-size: 2.5rem;
	color: #4A4A4A;
	margin-bottom: 30px;
}

.contact-details {
	margin-bottom: 40px;
}

.contact-form {
	background-color: #fff;
	border-radius: 8px;
	padding: 30px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	max-width: 600px;
	margin: 0 auto;
}
.big-block{
	min-height: 100vh;
	padding-top: 150px;
}
.form-group {
	margin-bottom: 20px;
}

.form-label {
	font-size: 1.2rem;
	color: #4A4A4A;
	margin-bottom: 5px;
	display: block;
}

.form-input,
.form-textarea {
	width: 100%;
	padding: 10px;
	font-size: 1rem;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.form-textarea {
	height: 150px;
	resize: vertical;
}

.form-submit-btn {
	background-color: #2f1674;
	color: #fff;
	font-size: 1.2rem;
	padding: 15px 30px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.form-submit-btn:hover {
	background-color: #3f2d70;
}

.contact-info {
	margin-top: 40px;
}

.contact-info h3 {
	font-size: 1.8rem;
	color: #4A4A4A;
	margin-bottom: 15px;
}

.contact-info ul {
	list-style: none;
	padding: 0;
}

.contact-info li {
	font-size: 1.2rem;
	color: #4A4A4A;
	margin-bottom: 10px;
}
/* contactEnd */
/* second */
.stress-management-section {
	padding: 60px 0;
	background-color: #e1e4f3;
}

.stress-management-content {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}

.stress-title {
	font-size: 2.5rem;
	color: #4A4A4A;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.4;
}

.stress-description {
	font-size: 1.2rem;
	color: #4A4A4A;
	margin-bottom: 30px;
	line-height: 1.6;
	text-align: center;
}

.stress-tip-block {
	margin-bottom: 30px;
}

.stress-tip-title {
	font-size: 1.8rem;
	color: #4A4A4A;
	margin-bottom: 10px;
	line-height: 1.4;
}

.stress-tip-description {
	font-size: 1.2rem;
	color: #4A4A4A;
	line-height: 1.6;
}

.image-container,.healthy-eating-image-container,.physical-activity-image-container  {
text-align: center;
padding-bottom: 20px
}
	.image-container img,.healthy-eating-image-container img,.physical-activity-image-container img{
		width: 100%;
		height: auto;
		max-width:600px;
		border-radius: 8px;
		margin-bottom: 40px;
	}
/* secondEnd */
/* end */
.physical-activity-section {
	padding: 60px 0;
	background-color: #e1e4f3;
}

.physical-activity-content {
	width: 80%;
	margin: 0 auto;
}

.physical-activity-title {
	font-size: 2.5rem;
	color: #4A4A4A;
	margin-bottom: 20px;
	text-align: center;
}

.physical-activity-text {
	font-size: 1.2rem;
	color: #4A4A4A;
	margin-bottom: 30px;
	line-height: 1.6;
	text-align: center;
}

.physical-activity-image {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 40px;
}
/* end */
/* footer */
.footer-container {
	background-color: #233E75;
	color: #ecf0f1;
	padding: 40px 0;
}

.footer-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer-nav {
	margin-bottom: 20px;
}

.nav-list {
	display: flex;
	justify-content: center;
	gap: 30px;
	list-style: none;
	flex-wrap: wrap;
	padding: 0;
}

.nav-item {
	transition: transform 0.3s ease;
}

.nav-link {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	transition: color 0.3s ease;
}

.nav-link:hover {
	color: #bdbdbd;
}

.footer-bottom {
	text-align: center;
	margin-top: 20px;
}

.copyright-text {
	font-size: 14px;
	color: #ffffff;
}

.soft-shadow {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
/* footerEnd */
/* blog */
/* helthy */
.healthy-eating-section {
	padding: 60px 0;
	background-color: #e1e4f3;
}

.healthy-eating-content {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}

.healthy-eating-title {
	font-size: 2.5rem;
	color: #4A4A4A;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.4;
}

.healthy-eating-text {
	font-size: 1.2rem;
	color: #4A4A4A;
	margin-bottom: 30px;
	line-height: 1.6;
	text-align: center;
}

.healthy-eating-image {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 40px;
}
/* helthyENd */
.blog-section {
	background-color: #e1e4f3; 
	padding: 80px 0;

}

.blog-container {
	padding: 0 20px;
	text-align: center;
	margin: 0 auto;
	max-width: 1200px;
}

.blog-title {
	font-size: 36px;
	font-weight: 700;
	color: #000000; /* Черный цвет текста */
	margin-bottom: 40px;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.blog-item {
	background-color: #f9f9f9; /* Светло-серый фон для карточек */
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
	display: flex;
	flex-flow: column;
	min-height: 440px;
}

.blog-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.blog-heading {
	font-size: 24px;
	font-weight: 600;
	color: #000000; /* Черный цвет текста */
	margin: 20px 20px 10px;
}

.blog-description {
	font-size: 16px;
	line-height: 1.6;
	color: #333333; /* Темно-серый цвет текста */
	margin: 0 20px 20px;
}

.blog-button {
	display: inline-block;
	padding: 12px 30px;
	background-color: rgb(47, 22, 116); /* Фиолетовый цвет кнопки */
	color: #ffffff; /* Белый текст */
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	margin-top: auto;
	max-width: 200px;
	margin: 20px auto;
	margin-top: auto;
}

.blog-button:hover {
	background-color: rgba(47, 22, 116, 0.9); /* Легкое затемнение при наведении */
}

/* blogEnd */
/* pop-up */
.privacy-modal {
	position: fixed;
	bottom: 20px;
	right: 10px;
	background-color: #ffffff; /* Белый фон */
	border-radius: 20px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Тень */
	padding: 20px;  /* рамки вокруг*/
	max-width: 400px;  /* размер ширина*/
	z-index: 1000;
	display: none; /* Скрыто по умолчанию */
}

.privacy-modal {
	display: none; /* Скрытое состояние */
}

.privacy-modal.show {
	display: block; /* Показ в правом нижнем углу */
}

.modal-title {
	font-size: 24px;
	font-weight: 700;
	color: #000000; /* Черный цвет текста */
	margin-bottom: 15px;
}

.modal-description {
	font-size: 14px;
	line-height: 1.6;
	color: #333333; /* Темно-серый цвет текста */
	margin-bottom: 20px;
}

.modal-link {
	color: rgb(47, 22, 116); /* Фиолетовый цвет ссылки */
	text-decoration: none;
	font-weight: 600;
}

.modal-link:hover {
	text-decoration: underline; /* Подчеркивание при наведении */
}

.modal-buttons {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.accept-button,
.decline-button {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.accept-button {
	background-color: rgb(47, 22, 116); /* Фиолетовый цвет кнопки */
	color: #ffffff; /* Белый текст */
}

.accept-button:hover {
	background-color: rgba(47, 22, 116, 0.9); /* Легкое затемнение при наведении */
}

.decline-button {
	background-color: #f0f0f0; /* Светло-серый фон */
	color: #333333; /* Темно-серый текст */
}

.decline-button:hover {
	background-color: #e0e0e0; /* Легкое затемнение при наведении */
}
/* pop-upEnd */
/* privacy */.privacy-policy-section {
    padding: 60px 0;
    background-color: #F4F4F4;
}

.privacy-policy-content,.physical-activity-text-container {
    max-width: 1000px;
    margin: 0 auto;
		padding: 0 15px;
}

.privacy-title {
    font-size: 3rem;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.privacy-text {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
}

.privacy-subtitle {
    font-size: 2rem;
    color: #2D2D2D;
    margin-top: 40px;
    margin-bottom: 10px;
}

.privacy-description {
    text-align: justify;
}

.privacy-section-title {
    color: #333333;
    font-weight: bold;
}
/* privacyEnd */
@media screen and (max-width:1260px) {
	.header__cover{}
.content,.faq-container{
		padding: 0 15px;
	}
}
@media screen and (max-width:950px) {
	.title-site{
		font-size: 30px;
	}
	.main__content{
		height: inherit;
		padding: 115px 0 80px 0;
	}
}
@media screen and (max-width:850px) {
	.contacts-info-block-styled-with-box-shadow{
		margin: 30px 0;
	}
	.contacts-row-flex-and-responsive{
		justify-content: start;
	}
	.contacts-form-container-with-padding{
		width: 100%;
	}
	.contacts-container-customized-with-max-width{
		margin: 0 15px;
	}
	.blocks{
		width: 100%;
	}
	.content{
		flex-flow: column;
	}
	.advantages-img img{
		max-width: 100%;
	}
	.align-items-center{
		flex-flow: column;
	}
	.advantages-img,.advantages-content {
		width: 100%;
	}
	.blog-content__list{
		flex-wrap: wrap;
	}
	.blog-content__items {
    width: 100%;
}
.blog-content__body{
	min-height: inherit;
}
.about-us-container {
	flex-direction: column;
	text-align: center;
}

.about-us-content {
	max-width: 100%;
}

.about-us-title {
	font-size: 28px;
}

.about-us-description {
	font-size: 16px;
}

.about-us-button {
	font-size: 14px;
	padding: 10px 25px;
}
}
@media screen and (max-width:650px) {
	.blog-item{
		min-height: 100%;
	}
	.blog-grid{
		grid-template-columns: auto;
	}
	.faq-section,.achievements-section{
		padding: 30px 0;
	}
	.faq-title {
	font-size: 30px;
	}
	.healthy-eating-title{
		font-size: 1.5rem;
	}
	.stress-tip-title{
		font-size: 1.5rem;
	}
	.stress-title{
		font-size: 1.8rem;
	}
	.main__overflow{
		padding-bottom: 50px;
		text-align: center;
		align-items: center;
	}
	.main__overflow,.primary-hero-section{
		width: 100%;
		margin: 0 15px;
	}
	.main-cover{
		flex-flow: column;
		padding: 0 15px;
	}
	.privacy-policy-content,.physical-activity-text-container {
	max-width: 100%;
	}
	.healthy-eating-section{
		padding: 150px 15px 15px 15px;
	}
	.healthy-title,.privacy-title {
		font-size: 1.5rem;
	}
	.privacy-subtitle{
		font-size: 1.2rem;
	}
	.blog-content__img{
		height: inherit;
	}
	.footer-nav-list{
		flex-wrap: wrap;
		justify-content: center;
	}
	.header__cover{
		flex-flow: column;
		gap: 10px;
	}
	.bg-shape img{
		display: none;
	}
	.faq-items-list{
		width: 100%;
	}
	.column-cover{
		flex-flow: column;
	}
	.achievement-block {
    width: 100%;
}
.advantages-title{
	font-size: 30px;
}
}
@media screen and (max-width:550px) {
	.unique-modal-appearance{
		width: 300px;
	}
	.header__item a {
    font-size: 14px;
}
.header__nav {
gap: 10px;
}
	
}
.language-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-button {
    background-color: transparent;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    padding: 8px 12px;
}

.dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.dropdown-list li {
    padding: 8px 12px;
}

.dropdown-list li a {
    text-decoration: none;
    color: black;
    display: block;
}

.dropdown-list li:hover {
    background-color: #f0f0f0;
}

.language-dropdown:hover .dropdown-list {
    display: block;
}
