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: "Noto 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 {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	margin-bottom: 20px;
}
	.header.check{
		background: linear-gradient(90deg, #B25A62 0%, #5D3F9E 50%, #2C6D6F 100%);

	}
.header__cover {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 15px;
}

.header___logo a {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
}

.header__nav {
	display: flex;
	align-items: center;
	gap: 20px;
}
	.dropdown-button {
		color: #fff;
    font-size: 17px;
		background: none;
		outline: none;
		border: 0;
		cursor: pointer;
	}
	.dropdown-button:hover {
		color: #ffbc99;
	}
	.dropdown-list {
	}
.header__item a {
	color: #fff;
	font-size: 17px;
}

.header__item a:hover {
	color: #ffbc99;
}

.rich-violet-hover-text {}

/* headerEnd */
/* main__block */
.content__fixed {
	max-width: 1200px;
	margin: 0 auto;
	padding:20px 10px;
}

.main__overflow {
	flex-flow: column;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.main__content {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url(img/bg-main.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:60px;
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 1.4;
	letter-spacing: 0px;
	text-shadow: 0px 4px 10px rgba(95, 69, 234, 0.5);
}

.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 {
border: 1px solid#fff;
background: none;
font-size: 16px;
font-weight: 600;
padding: 20px;
border-radius: 20px;
color: #ffff;
cursor: pointer;
display: inline-block;
margin-top: 20px;
}

.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 */
/* Testimonial */
.g-4 {
	display: flex;
}

.how-it-works {
	background-color: #f8f9fa;
	/* Светлый фон */
	padding: 3rem 0;
}

.how-it-works__title {
	padding-bottom: 20px;
	color: #34314B;
	font-size: 36px;
	font-weight: 600;
}

.how-it-works__subtitle {
	font-size: 1rem;
	line-height: 1.6;
	padding: 20px 0;
	color: #6c757d;
	/* Серый текст */
}

.how-it-works__steps {
	margin: 0;
	padding: 0;
}

.how-it-works__step {
	display: flex;
	gap: 1rem;
	margin-bottom: 20px;
}

.how-it-content-body {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.how-it-works__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #5f45ea;
	/* Синий */
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	flex-shrink: 0;
}

.how-it-works__icon span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.step-title {
	font-size: 1.2rem;
	color: #212529;
	/* Черный текст */
}

.step-text {
	font-size: 0.95rem;
	color: #6c757d;
	/* Серый текст */
}

.align-items-center {
	display: flex;
	gap: 20px;
}

/* Изображение */
.how-it-works__image img {
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	max-width: 100%;
	width: 100%;
}

/* TestimonialEnd */
/* Testimonial*/
.testimonials {
	background-color: #f8faff;
	/* Светло-голубой фон */
}

.testimonials__title {
	font-size: 2.5rem;
	color: #9b51e0;
	/* Основной акцентный цвет */
}

.testimonial-card {
	background-color: #ffffff;
	/* Белый фон карточки */
	border-left: 5px solid #9b51e0;
	/* Цвет акцента на карточке */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	/* Тень при наведении */
}

.testimonial-text {
	font-size: 1rem;
	color: #333333;
	/* Основной цвет текста */
	line-height: 1.6;
}

.testimonial-author {
	font-size: 1.1rem;
	color: #222222;
	/* Темный акцент */
}

.testimonial-role {
	font-size: 0.9rem;
	color: #6c757d;
	/* Светло-серый */
}

.shadow {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* TestimonialEnd */
/* arhive */
.achievements {
	display: flex;
	justify-content: center;
	align-items: center;
}

.content {
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.text {
	flex: 1;
	padding-right: 50px;
}

h1 {
	font-size: 36px;
	margin-bottom: 20px;
	color: #6F4CC9;
}

p {
	font-size: 18px;
	line-height: 1.5;
}

.blocks {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.achievement-block {
	width: 50%;
}
	.achievement-block-cover{
		margin:10px;
		background: linear-gradient(90deg, #B25A62 0%, #5D3F9E 50%, #2C6D6F 100%);
		color: #fff;
		padding: 20px;
		border-radius: 8px;
		text-align: center;
		transition: transform 0.3s ease, background 0.3s ease;
	}

.number {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
/* arhiveENd */
/* faq */
.faq-section {
	background-color: #f9f9f9;
	padding-top: 60px;
	padding-bottom: 60px;
}

.faq-container {
	width: 100%;
	max-width:800px;
	margin: 0 auto;
}

.faq-heading {
	text-align: center;
}

.column-cover{
	display: flex;
	gap: 20px;
}
.faq-container-text-muted{
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
	padding-bottom: 20px;
	color: #6c757d;
}
.faq-items-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 50%;
}

.custom-faq-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.custom-faq-question {
	position: relative;
	font-size: 16px;
	color: #34495e;
	transition: all 0.3s ease-in-out;
	background-color: #ecf0f1;
	border: 1px solid #bdc3c7;
	cursor: pointer;
	padding: 23px 30px;
	text-align: start;
	transition: ease background-color 300ms, ease color 300ms;
}
		.custom-faq-question:after {
			content: '+';
			position: absolute;
			top: 50%;
			right: 25px;
			font-size: inherit;
			font-weight: inherit;
			transform: translate3d(0, -50%, 0) rotate(45deg);
			transform-origin: 50% 50%;
			transition: ease transform 300ms;
	}
		.custom-faq-item.active .custom-faq-question:after{
			transform: translate3d(0, -50%, 0) rotate(120deg);
		} 
.custom-faq-answer {
	display: none;
	font-size: 1rem;
	color: #7f8c8d;
	line-height: 1.6;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.faq-answer-text {
	margin: 0;
}

/* Активное состояние для ответов */
.custom-faq-item.active .custom-faq-answer {
	display: block;
}

/* Анимация для появления ответа */
.custom-faq-answer {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.3s ease, max-height 0.3s ease;
}

.custom-faq-item.active .custom-faq-answer {
	opacity: 1;
	max-height: 1000px;
	padding: 15px;
}
/* faqEnd */
/* contact */
.contacts-section-customized-full-width-padding-with-background {
	padding: 80px 0;
	background-color: #f7f7f7;
	background: linear-gradient(to left, #673ab7, #3e1e8c);
	position: relative;
	z-index: 1;
}
	.top-site{
		min-height: 100vh;
		padding-top: 150px;
	}
.contacts-container-customized-with-max-width {
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}

.contacts-row-flex-and-responsive {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.contacts-row-flex-and-responsive-cover {

	background-color: #ffffff;
padding: 30px;
box-shadow: 0 10px 35px 0 rgba(152, 166, 173, 0.1);
border-radius: 8px;
max-width: 900px;
margin: 0 auto;
}

.contacts-info-block-styled-with-box-shadow {
	margin-bottom: 30px;
	z-index: 1;
}
.large-site-top-words{
	color: #ffff;
	font-weight: 500;
	line-height: 1.4;
	padding-bottom: 20px;
}
.contacts-address-card-with-padding-and-rounded-corners {
}

.contacts-title-large-bold-text-primary-color {
	font-size: 18px;
	font-weight: bold;
	color: #007bff;
	margin-bottom: 15px;
}

.contacts-address-details-text-font-size-large {
	font-size: 1.2rem;
	color: #555;
	margin-bottom: 10px;
}

.contacts-phone-details-text-font-size-medium {
	font-size: 1.1rem;
	color: #555;
}
.contacts-form-container-with-padding {

	z-index: 1;
}

.contacts-form-title-centered-text-large {
	font-size: 2rem;
	text-align: center;
	color: #333;
	margin-bottom: 30px;
}

.contacts-form-styled-with-box-shadow-and-rounded-corners {
}

.contacts-form-label-text-bold {
	font-weight: bold;
	color: #333;
	display: inline-block;
	margin: 10px 0;
}

.input-text-styled-with-rounded-corners {
	width: 100%;
	padding: 12px;
	border-radius: 10px;
	border: 1px solid #ddd;
	font-size: 1rem;
}

.input-text-styled-with-rounded-corners:focus {
	border-color: #007bff;
	box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}

.input-textarea-styled-with-rounded-corners {
	width: 100%;
	padding: 12px;
	border-radius: 10px;
	border: 1px solid #ddd;
	font-size: 1rem;
	height: 150px;
}
.form-check{
	display: flex;
	align-items: center;
}

.form-check-input-checkbox-styled {
	appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #6C757D;
	border-radius: 4px; 
	outline: none;
	background-color: #FFF;
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
}

.form-check-input-checkbox-styled:hover {
	border-color: #8667F7; 
	background-color: #F5F5F5;
}

.form-check-input-checkbox-styled:checked {
	background-color: #8667F7; 
	border-color: #8667F7; 
}

.form-check-input-checkbox-styled:checked::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 6px;
	height: 10px;
	border: solid #FFF;
	border-width: 0 2px 2px 0;
	box-sizing: border-box;
}
.form-check-input-checkbox-styled {
	margin-top: 4px;
	margin-right: 10px;
}

.form-check-label-customized {
	font-size: 1rem;
	color: #555;
	margin: 20px 0;
	display: inline-block;
}

.contacts-rules-link-customized {
	color: #007bff;
	text-decoration: none;
}

.contacts-rules-link-customized:hover {
	text-decoration: underline;
}

.btn-submit-custom-styled {
	background-color: #007bff;
	border: none;
	border-radius: 10px;
	padding: 12px 25px;
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	outline: none;
}

.btn-submit-custom-styled:hover {
	background-color: #0056b3;
}
/* contactEnd */
/* footer */
.footer-section {
	background: linear-gradient(90deg, #3A3A3A, #1E1E1E);
	padding: 30px 20px;
	color: #FFF;
}

.footer-content-container {
	max-width: 1200px;
	margin: 0 auto;
}

.footer-nav-section {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.footer-nav-list {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 15px;
}

.footer-nav-item a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #BBBBBB;
	transition: color 0.3s ease;
}

.footer-nav-item a:hover {
	color: #8667F7;
}

.footer-bottom-text-section {
	text-align: center;
	margin-top: 20px;
}

.footer-copy {
	font-size: 14px;
	color: #AAAAAA;
}
/* footerEnd */
/* blog */
/* helthy */
.healthy-eating-section {
	padding: 100px 40px 40px 40px;
	background-color: #f9f9f9;
}

.healthy-eating-content {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.center-image {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 20px;
}

.healthy-title {
	font-size: 2.5rem;
	font-weight: bold;
	color: #2c3e50; 
	margin-bottom: 20px;
	line-height: 1.4;
}

.healthy-text {
	font-size: 1.2rem;
	line-height: 1.8;
	color: #34495e; 
	margin-bottom: 20px;
	text-align: justify;
}
/* helthyENd */
.widesite-bestr-space {
	color: #fff;
	font-weight: 300;
	line-height: 1.4;
}
.strong-site-best-gray-letters{
	color: #7F7D8E;
	font-weight: 300;
	line-height: 1.4;
	padding-bottom: 20px;
}
.blog-content-content {
	background: linear-gradient(90deg, #FF8D8F 0%, #8667F7 100%);
}

.blog-content__list {
	display: flex;
	align-items: center;
	gap: 20px;
}

.blog-content__items {
	width: 33.333%;
}

.blog-content__body {
	display: flex;
	flex-flow: column;
	gap: 20px;
	text-align: center;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	min-height: 530px;
	height: 100%;
}
	.blog-content__body p{
		color: #54595F;
		font-size: 16px;
		line-height: 1.4;
	}
.blog-content__img {
	height: 200px;
	overflow: hidden;
}

.blog-content__img img {
	width: 100%;
}

.blog-content__name {
	color: #34314B;
	font-size: 21px;
	line-height: 1.4;
}

.blog-content-btn {
	background: #5f45ea;
	border: 0;
	outline: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	max-width: 210px;
	width: 100%;
	font-size: 16px;
	color: #ffff;
	padding:8px;
	margin: 0 auto;
	border-radius: 30px;
	margin-top: auto;
}
	.blog-content-btn:hover{
		background: #574bbc;
	}

.btn-primary-test {}

/* blogEnd */
/* pop-up */
.hidden-popup {
	display: none;
}
.hidden-popup.show {
	display: block;
}

.unique-modal-appearance {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #f9f0e4;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	padding: 20px;
	z-index: 9999;
	width: 400px;
	transition: opacity 0.5s ease, transform 0.5s ease;
	opacity: 0;
	transform: translateY(20px);
}

.unique-modal-appearance.show {
	opacity: 1;
	transform: translateY(0);
}

.popup-title {
	font-size: 24px;
	font-weight: bold;
	color: #4A4A4A;
	margin-bottom: 10px;
}

.popup-description {
	font-size: 14px;
	color: #6f6f6f;
	margin-bottom: 20px;
}

.popup-link {
	color: #6c63ff;
	text-decoration: underline;
}

.popup-buttons-container {
	display: flex;
	justify-content: space-between;
}

.button-style {
	padding: 10px 20px;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.accept-button {
	background-color: #6c63ff;
	color: white;
}

.decline-button {
	background-color: #d3d3d3;
	color: black;
}

.accept-button:hover {
	background-color: #4a47e0;
}

.decline-button:hover {
	background-color: #a8a8a8;
}
/* pop-upEnd */
/* privacy */
.privacy-policy-section {
	background-color: #fff;
	padding-bottom: 40px;
}

.privacy-policy-content {
	max-width: 800px;
	margin: 0 auto;
	background: #fdfdfd;
	border-radius: 8px;
	padding: 30px;
}

.privacy-title {
	font-size: 2.5rem;
	font-weight: bold;
	color: #2c3e50;
	text-align: center;
	margin-bottom: 20px;
}

.privacy-subtitle {
	font-size: 1.8rem;
	font-weight: bold;
	color: #34495e;
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 1.4;
}

.privacy-text {
	font-size: 1.2rem;
	color: #555;
	margin-bottom: 15px;
	text-align: justify;
}

/* privacyEnd */
@media screen and (max-width:1260px) {
	.header__cover{}
	.main__overflow,.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;
}
}
@media screen and (max-width:650px) {
	.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;
}