#modal__fos__privacy {
	accent-color: #DF7366;
}

.container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    height: 108px;
}

.wrapper {
	background: #fff;
	margin: 0 0 0 0;
	padding: 108px 0 6em 0;
}

.header__main__page {
	padding: 20vh 0;
	margin: 0 !important;
	display: flex;
	justify-content: center;
	background-image: url(../../images/img_main.png);
}

.main__img__bg {
	width: 1200px;
	background-color: #0b246561;
	padding: 10px;
	border-radius: 20px;
}

.h1__main__page {
	text-align: center;
	font-size: 4em;
	color: #fff;
}

.subtitle__main__page {
	text-align: center;
	font-size: 1.25em;
	color: #fff;
}

.main__page__ul {
	text-align: left;
	list-style-type: square;
	margin-left: 3%;
}

.main__page__li {
	font-size: 0.9rem;
	list-style-type: none;
}

.main__page__li::before {
	content: url('/images/ikonka-li-20px.png');
	margin-right: 10px;
	vertical-align: sub;
}

.form-check-input {
	accent-color: #DF7366;
}

.main__button {
	display: block;
	background-color: #DF7366;
	padding: 23px 40px;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

.main__button:hover {
	background-color: #2B252C ;
	text-decoration: none;
	color: #FFFFFF;
}

.button__block__main {
	display: flex;
	justify-content: center;
}

.text__main {
	text-align: left;
}

/*Хлебные крошки*/

.breadcrumb {
	display: flex; /* Используем Flexbox для гибкого расположения */
	justify-content: center; /* Центрируем содержимое по горизонтали */
	align-items: center; /* Выравниваем элементы по вертикали */
	list-style: none; /* Убираем стандартные маркеры списка */
	margin: 20px 0; /* Добавляем внешние отступы сверху и снизу */
	padding: 10px 0;
	font-size: 15px;
	color: #333;
}

.breadcrumb li {
	display: inline-flex; /* Размещаем элементы списка в строку */
	align-items: center; /* Выравниваем текст по вертикали */
}

.breadcrumb li:not(:last-child)::after {
	content: " > "; /* Добавляем разделитель между элементами */
	margin: 0 5px;
	color: #888; /* Серый цвет для разделителей */
}

.breadcrumb a {
	text-decoration: none;
	color: #DF7366;
	transition: color 0.3s ease;
	border-bottom: none;
}

.breadcrumb a:hover {
	color: #DF7366;
	font-weight: bold;
}

.breadcrumb .current-page {
	color: #555; /* Цвет для текущей страницы */
	pointer-events: none; /* Отключаем кликабельность */
}

/*Конец хлебных крошек*/

/*Подвал сайта*/

.footer {
	background-color: #2b252c;
	color: white;
	line-height: 18px;
	min-height: 240px;
	padding: 30px 0px;
	display: flex;
	justify-content: center;
}

.footer__container {
	width: 1400px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.top__footer {
	display: flex;
	width: 90%;
}

.logo__footer {
	width: 25%;
	padding: 0px 15px;
}

.logo__text__footer {
	font-size: 14px;
}

.address__footer__custom {
	margin-top: 2vh;
	font-size: 14px;
}

.copyright {
	width: 90%;
	display: flex;
	justify-content: flex-start;
	margin: 5vh 0 2vh 0;
	gap: 20px;
	padding: 0px 15px;
}

.copyright p {
	font-size: 14px;
	margin: 0;
}

.link__footer {
	color: #fff;
	font-size: 14px;
	border: none !important;
}

.link__footer:hover {
	color: #DF7366;
}

.contacts__footer__block {
	width: 25%;
	padding: 0px 15px;
}

.contacts__footer {
	margin-bottom: 5px;
	display: flex;
	gap: 10px;
}

.menu__footer {
	width: 75%;
	display: flex;
}

.linking__footer {
	width: 75%;
	padding: 0px 10%;
	display: flex;
	justify-content: center;
}

.ul__footer {
	column-count: 2;
	width: 100%;
}

.li__footer {

}

/*Кнопка для ФОС*/

/*Услуга*/

.contetnt__uslugi {
	width: 1400px;
	display: flex;
	justify-content: center;
}

.contetnt__uslugi__width {
	width: 90%;
}

.page-name {
	font-weight: 700;
    color: #483949;
    line-height: 1.25em;
    font-size: 2.2rem;
}

.description__header__uslugi {
	width: 50%;
	margin: 5% 3%;
}

.description__header__uslugi__text {
	font-size: 16px;
}

.block__price__uslugi {
	display: flex;
    align-items: center;
    gap: 5%;
    margin-top: 5vh;
}

.price__uslugi {
	font-size: 24px;
	font-weight: 600;
	color: #483949;
}

.description__title {
	font-size: 2rem;
	color: #483949;
	font-weight: 600;
}

/*Конец услуги*/

/* Стили для кнопки открытия формы */
.btn__fos__uslugi {
	display: block;
	padding: 23px 40px;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	border-radius: 5px;
	background-color: #df7366;
	transition: background-color 0.3s ease;
	width: fit-content;
}

.btn__fos__uslugi:hover {
	background-color: #2B252C;
	color: #fff;
	text-decoration: none;
}

/* Стили для формы и модальных элементов */
.modal__fos__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: none;
}

.modal__fos__contact__form {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 600px;
	padding: 30px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	z-index: 1001;
	display: none;
}

.modal__fos__form__title {
	color: #483949;
	font-size: 22px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 600;
}

.modal__fos__form__group {
	margin-bottom: 20px;
}

.modal__fos__form__group input {
	width: 100%;
	padding: 12px 15px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-sizing: border-box;
	transition: border 0.3s;
}

.modal__fos__form__group input:focus {
	border-color: #df7366;
	outline: none;
	box-shadow: 0 0 0 2px rgba(223, 115, 102, 0.2);
}

.modal__fos__error {
	color: #e74c3c;
	font-size: 14px;
	margin-top: 5px;
	display: none;
}

.modal__fos__submit button {
	display: block;
	width: 100%;
	padding: 14px;
	background-color: #DF7366;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.modal__fos__submit button:hover {
	background-color: #2B252C;
}

.modal__fos__form__check {
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.modal__fos__form__check input {
	margin-right: 10px;
}

.modal__fos__form__check a {
	color: #df7366;
	text-decoration: none;
}

.modal__fos__form__check a:hover {
	text-decoration: underline;
}

.modal__fos__success__message {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	color: #27ae60;
	font-size: 18px;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	z-index: 1002;
	display: none;
	text-align: center;
	max-width: 90%;
}

/*Конец ФОС Услуги*/

/*Аккордеон FAQ*/

.faq-section {
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 20px;
}

.faq-header {
	text-align: center;
	margin-bottom: 30px;
}

.faq-header h2 {
	font-size: 2.2rem;
	color: #333;
	margin-bottom: 10px;
}

.faq-header p {
	font-size: 1.1rem;
	color: #666;
	max-width: 700px;
	margin: 0 auto;
}

.faq-container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
}

@media (min-width: 768px) {
	.faq-container {
		grid-template-columns: repeat(1, 1fr);
	}
}

.faq-item {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

.faq-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.faq-question {
	width: 100%;
	padding: 20px;
	text-align: left;
	background: #f8f9fa;
	border: none;
	font-size: 1.1rem;
	font-weight: 600;
	color: #333;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease;
}

.faq-question:hover {
	background: #f1f3f5;
}
.faq-question input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
	color: #df7366;
}  
.faq-question[aria-expanded="true"] {
	background: #e9ecef;
	font-weight: 700;
}

.faq-icon {
	font-size: 1.5rem;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.faq-answer {
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.4s ease;
	background: #fff;
}

.faq-answer p {
	padding: 20px 0;
	line-height: 1.6;
	color: #555;
}
.faq-item.active .faq-icon {
	transform: rotate(45deg);
}

.faq-item.active .faq-answer {
	max-height: 500px;
	padding: 0 20px 20px;
}

/*Конец аккордеона FAQ*/

/*Форма с вопросом на услугах*/

.quote-cta {
	padding: 10px;
	border-radius: 20px;
	border: 2px solid #df7366;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 40px 20px;
}

.question-circle {
	padding: 10px;
	width: 70px;
	height: 70px;
	border: 5px solid #DF7366;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.circle {
	font-size: 70px;
	color: #DF7366;
}

/* Контент */
.quote-content {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 95%;
	display: flex;
	align-items: center;
	gap: 3%;
}

.quote-text {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 0px!important;
	font-style: italic;
	line-height: 1.4;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quote-author {
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
	font-style: normal;
	margin-top: 20px;
	opacity: 0.9;
}

.cta-button {
	display: inline-block;
	background: #FFD166;
	color: #2d3748;
	padding: 16px 45px;
	border-radius: 50px;
	font-size: 1.1rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	border: none;
	cursor: pointer;
}

.cta-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 7px 25px rgba(0, 0, 0, 0.3);
	background: #ffc745;
}

/*Конец формы с вопросом на услугах*/

/* Деловой заголовок на таблице в услуге */

.price-header {
	text-align: center;
	padding: 25px 0 15px;
	max-width: 1200px;
	margin: 0 auto;
}

.price-header__title {
	color: var(--price-primary);
	font-weight: 600;
	font-size: 1.8rem;
	letter-spacing: -0.3px;
	margin-bottom: 8px;
}

.price-header__description {
	font-size: 1.05rem;
	margin: 0 auto;
	line-height: 1.6;
}

/* Конец делового заголовка на таблице в услуге */

/*Таблица на странице услуга*/

.price-table-container {
	width: 100%;
	max-width: 1200px;
	margin: 30px auto;
	border: 1px solid #e2e8f0;
	border-radius: 4px;
	overflow: hidden;
	background: white;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.price-table-header {
	display: none;
	background: var(--price-primary);
	color: white;
	font-weight: 600;
	font-size: 0.9rem;
	letter-spacing: 0.3px;
}

.price-table-row {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #e2e8f0;
}

.price-table-row:last-child {
	border-bottom: none;
}

.price-table-row--even {
	background: #f8fafc;
}

.price-table-row:hover {
	background: #f1f5f9;
}

.price-table-cell {
	padding: 14px 16px;
	display: flex;
	align-items: center;
	font-size: 0.95rem;
	color: #334155;
}

/* Первый столбец (№) */

.price-table-cell--number {
	font-weight: 600;
	min-width: 40px;
	max-width: 60px;
	width: 5%;
	justify-content: center;
	padding: 14px 5px;
	background: transparent;
	text-align: center;
}

/* Второй столбец (Продукт) */
.price-table-cell--service {
	flex: 1;
	min-width: 200px;
	font-weight: 500;
	text-align: center;
}

/* Третий столбец (Цена) */
.price-table-cell--cost {
	font-weight: 600;
	color: #1a3a5f;
	min-width: 120px;
	width: 20%;
	text-align: center;
	justify-content: center;
	padding-right: 20px;
	letter-spacing: 0.2px;
}

.price-table-cell:before {
	content: attr(data-label);
	font-weight: 600;
	width: 100px;
	min-width: 100px;
	display: none;
	color: #64748b;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/*Конец таблицы на странице услуга*/

.align__items__certificates {
	display: flex !important;
    align-items: center !important;
}


/*Мобильная верстка*/

@media (max-width: 720px) {
	.h1__main__page {
		font-size: 1.5rem;
	}

	.subtitle__main__page {
		font-size: 0.9rem;
	}

	.logo__footer {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.footer__container {
		width: 90%;
	}

	.menu__footer {
		flex-direction: column;
	}

	.top__footer {
		flex-direction: column;
	}

	.logo__footer {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.ul__footer {
		column-count: 1;
	}

	.contacts__footer__block {
		width: 100%;
	}

	.copyright {
		flex-direction: column;
	}

	.faq-section {
		margin: 20px 0;
	}

	.faq-header h2 {
		font-size: 1.8rem;
	}

	.faq-question {
		padding: 16px;
		font-size: 1rem;
	}

	.price-table-header {
		display: flex;
	}

	.price-table-row {
		flex-direction: column;
		padding: 10px 0;
	}

	.price-table-cell {
		width: 100%;
		padding: 12px 20px;
	}

	.price-table-cell:before {
		display: inline-block;
		margin-right: 10px;
	}

	.price-table-cell--number {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		justify-content: flex-start;
		padding: 12px 20px;
		background: transparent;
		border-bottom: 1px solid #e2e8f0;
	}

	.price-table-cell--cost {
		width: 100%;
		justify-content: flex-start;
		padding: 12px 20px;
		border-top: 1px solid #e2e8f0;
		background: rgba(26, 58, 95, 0.03);
	}

	.breadcrumb {
		gap: 5px; /* Добавляем расстояние между элементами */
	}

	.breadcrumb li:not(:last-child)::after {
		display: none; /* Скрываем разделители на маленьких экранах */
	}

	.quote-content {
		flex-direction: column;
		gap: 1vh;
	}

	.contetnt__uslugi {
		width: 100%;
	}

	.description__header__uslugi {
		width: 100%;
		margin: 0;
	}

	.block__price__uslugi {
		margin-top: 0vh;
		flex-direction: column-reverse;
		gap: 2vh;
		margin-bottom: 5vh;
	}

}

@media (min-width: 768px) {
	.breadcrumb {
		margin-top: 25px;
	}
}

@media (max-width: 480px) {
	.price-table-cell {
		padding: 10px 16px;
		font-size: 0.9rem;
	}

	.price-table-cell:before {
		width: 90px;
		min-width: 90px;
		font-size: 0.75rem;
	}

	.price-table-container {
		margin: 15px auto;
	}
}