* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Arial';
}

a {
	text-decoration: none;
	font-family: 'Arial';
}

.button {
	font-family: 'Arial';
	transition: background-color 0.3s;
	border: none;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}
.button:hover {
	background-color: #525462;
}

.container {
	max-width: 1300px;
	padding: 0 20px;
	margin: 0 auto;
}

.button {
	padding: 16px 24px;
	background-color: #3c3e4a;
	border-radius: 8px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.title {
	color: #3c3e4a;
	font-weight: 700;
	font-size: 36px;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}
.header__logo-img {
	width: 115px;
	height: 49px;
}
.header__content {
	display: flex;
	align-items: center;
	gap: 40px;
}
.header__nav {
	display: flex;
	align-items: center;
	gap: 40px;
}
.header__nav-link {
	font-size: 16px;
	line-height: 24px;
	color: #3c3e4a;
}
.header__phone {
	display: flex;
	align-items: center;
	gap: 6px;
}
.header__phone-icon {
	width: 20px;
	height: 22px;
}
.header__phone-text {
	font-size: 16px;
	line-height: 100%;
	color: #3c3e4a;
}
.header__button {
	color: #ffffff;
	transition: background-color 0.3s;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}
.header__button:hover {
	background-color: #525462;
}

.main {
	display: flex;
	flex-direction: column;
	gap: 120px;
}

.hero {
	position: relative;
	background-color: #f6f4ef;
	padding: 30px;
	border-radius: 20px;
}
.hero__container {
	border: 2px dashed #d4cebf;
	border-radius: 20px;
}
.hero__content {
	max-width: 623px;
	margin: 108px 50px;
	margin-right: 500px;
}
.hero__info {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 40px;
}
.hero__title {
	font-weight: 700;
	font-size: 48px;
	color: #2b2b2b;
}
.hero__description {
	font-weight: 400;
	color: #6b6b6b;
}
.hero__button {
	border: none;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
}
.hero__image {
	position: absolute;
	top: 0;
	right: 0;
	width: 494px;
	height: 552px;
}

.advantages {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.advantages__list {
	display: flex;
	align-items: center;
}
.advantages__item {
	border-radius: 15px;
}
.advantages__item--light {
	background-color: #faf9f6;
}
.advantages__item--dark {
	background-color: #f6f4ef;
}
.advantages__content {
	max-width: 251px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 37px 15px;
	border-radius: 15px;
}
.advantages__icon {
	width: 63px;
	height: 60px;
}
.advantages__text {
	color: #6b6b6b;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}

.catalog {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}
.catalog__title {
	margin-right: auto;
}
.catalog__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 20px;
	justify-content: center;
}
.product-card {
	max-width: 300px;
	width: 100%;
	border-radius: 15px;
	background: #fff;
	box-shadow:
		4px 4px 7px rgba(106, 106, 106, 0.05),
		-4px -4px 7px rgba(106, 106, 106, 0.05);
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.product-card__media {
	border-radius: 15px;
	overflow: hidden;
	background: #c6c6c6;
}
.product-card__image {
	display: block;
	max-width: 100%;
	width: 270px;
	height: 335px;
	-o-object-fit: cover;
	object-fit: cover;
}
.product-card__meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.product-card__name {
	color: #3c3e4a;
	font-weight: 400;
	font-size: 24px;
	margin-top: 5px;
}
.product-card__price {
	font-weight: 700;
	font-size: 20px;
	color: #3c3e4a;
	margin-top: 5px;
}
.product-card__price_descr {
	font-size: 16px;
	color: #3c3e4a;
}

.key-advantages__title {
	max-width: 463px;
	width: 100%;
}
.key-advantages__content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	align-items: center;
}
.key-advantages__column {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.key-advantages__item {
	padding: 15px;
	background-color: #faf9f7;
	border-radius: 15px;
}
.key-advantages__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	border: 2px dashed #e0ded8;
	border-radius: 15px;
	padding: 30px 20px;
	text-align: center;
	min-height: 180px;
	justify-content: center;
	transition: all 0.3s ease;
}
.key-advantages__icon {
	width: 60px;
	height: 60px;
}
.key-advantages__text {
	font-weight: 400;
	font-size: 18px;
	color: #3c3e4a;
}
.key-advantages__image img {
	max-width: 486px;
	width: 100%;
	height: auto;
	display: block;
}

.steps {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.steps__grid {
	display: flex;
	gap: 20px;
}
.steps__button {
	margin-right: auto;
}

.step-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 25px;
	border: 2px dashed #d4cebf;
	border-radius: 15px;
	max-width: 410px;
	width: 100%;
}
.step-card__num {
	font-weight: 400;
	font-size: 48px;
	color: #d4cebf;
}
.step-card__title {
	color: #3c3e4a;
	font-weight: 400;
	font-size: 24px;
}
.step-card__text {
	color: #6b6b6b;
	font-weight: 400;
	font-size: 18px;
}
.delivery__inner {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.delivery__content {
	max-width: 528px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.delivery__about {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.delivery__text {
	font-weight: 400;
	font-size: 18px;
	color: #6b6b6b;
}
.delivery__items {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.delivery-item {
	display: flex;
	align-items: center;
	gap: 22px;
}
.delivery-item__dot {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #d4cebf;
	font-weight: 400;
	font-size: 24px;
	padding: 16px 23px;
	border: 2px dashed #d4cebf;
	display: flex;
	flex-direction: column;
	align-items: center;
} /*# sourceMappingURL=style.css.map */

.delivery__map {
	max-width: 680px;
	width: 100%;
}

/* Плавное появление/скрытие карточек */
.product-card {
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
}

.product-card.hidden {
	display: none;
	opacity: 0;
	transform: translateY(10px);
}

.product-card:not(.hidden) {
	display: block;
	opacity: 1;
	transform: translateY(0);
}

/* Анимация для кнопки (опционально) */
.catalog__button {
	transition: all 0.3s ease;
}

.catalog__button:hover {
	transform: translateY(-2px);
}

@media (max-width: 500px) {
	.header__nav {
		display: none;
	}
	.header__button {
		display: none;
	}
	.hero__image {
		display: none;
	}
	.hero__content {
		margin: 10px;
	}
	.hero__title {
		font-size: 26px;
	}
	.advantages__item {
		margin-bottom: 10px;
	}
	.advantages__list {
		display: block;
	}
	.advantages__content {
		max-width: 100%;
	}
	.catalog__grid {
		display: grid;
		grid-template-columns: repeat(1, 310px);
		gap: 40px 20px;
		justify-content: center;
	}
	.key-advantages__content {
		grid-template-columns: auto;
	}
	.steps__grid {
		display: grid;
	}
	.delivery__inner {
		display: block;
	}
	.delivery__map {
		width: 100%;
	}
}

.request {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.request__about {
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-width: 455px;
	width: 100%;
}

.request__form-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	background-color: #faf9f6;
	padding: 40px;
	border-radius: 20px;
}

.request__text {
	font-weight: 400;
	font-size: 18px;
	color: #6b6b6b;
}

.request__background {
	max-width: 535px;
	width: 100%;
	margin-bottom: -60px;
}

.form {
	font-family: 'Arial';
	font-weight: 400;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 500px;
	width: 100%;
}

.form__grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

@media screen and (max-width: 568px) {
	.form__grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.form__field {
	display: flex;
	flex-direction: column;
}

.form__field--error .form__input {
	border-color: #fa6161;
}

.form__field--error .form__error {
	display: block;
}

.form__label {
	font-weight: 400;
	font-size: 16px;
	color: #6b6b6b;
	margin-bottom: 12px;
}

.form__input {
	padding: 16px;
	border: 1px solid #d4cebf;
	background-color: #f3f1ec;
	color: 6b6b6b;
	border-radius: 8px;
	font-size: 14px;
}

.form__textarea {
	width: 100%;
	min-height: 140px;
	padding: 18px 20px;
	font-size: 16px;
	font-family: inherit;
	color: rgba(107, 107, 107, 0.5);
	background-color: #f3f1ec;
	border: 1px solid #cfc6b6;
	border-radius: 14px;
	resize: none;
	outline: none;
}

.form__button {
	align-self: flex-start;
}

.form__error {
	color: #fa6161;
	font-size: 12px;
	margin-top: 4px;
	display: none;
}

.footer {
	background: #3c3e4a;
	padding: 60px 0;
}

.footer__container {
	display: flex;
	align-items: center;
	gap: 60px;
}

.footer__copy {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	white-space: nowrap;
}

.footer__link {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	text-decoration: none;
	white-space: nowrap;
}

/* Модалка */

.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.modal-container {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 30px;
	background: white;
	border-radius: 8px;
	width: 100%;
	max-width: 580px;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
	animation: modalAppear 0.3s ease;
	margin: 0 auto;
}

@keyframes modalAppear {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.modal-header {
	display: flex;
	justify-content: space-between;
}

.modal-header__info {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.modal-title {
	margin: 0;
	font-size: 20px;
	color: #333;
}

.modal-text {
	font-weight: 400;
	font-size: 18px;
	color: #3c3e4a;
}

.modal-close {
	background: none;
	border: none;
	font-size: 28px;
	line-height: 1;
	color: #666;
	cursor: pointer;
	padding: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.2s;
}

.modal-close:hover {
	color: #333;
}

.modal-body {
}

.popup__textarea {
	width: 100%;
	min-height: 80px;
	padding: 18px 20px;
	font-size: 16px;
	font-family: inherit;

	border-radius: 14px;
	resize: none;
	outline: none;
}

.vacancy-form label:not(.checkbox-label) {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	color: #333;
}

.vacancy-form label:not(.checkbox-label)::after {
	content: ' *';
	color: #dc3545;
}

.form-input,
.form-select {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	transition: border-color 0.3s;
	box-sizing: border-box;
	font-family: inherit;
}

.form-input:focus,
.form-select:focus {
	outline: none;
	border-color: #007bff;
	box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}

.form-input.error,
.form-select.error {
	border-color: #dc3545;
}

.form-group {
	margin-bottom: 10px;
}

.error-message {
	color: #dc3545;
	font-size: 14px;
	margin-top: 5px;
	min-height: 20px;
}

/* Стили для чекбокса */
.checkbox-container {
	margin: 20px 0;
	padding: 15px;
	background-color: #f8f9fa;
	border-radius: 6px;
	border: 1px solid #e9ecef;
}

.custom-checkbox {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	position: relative;
	padding-left: 35px;
	margin-bottom: 0;
	user-select: none;
	font-size: 15px;
	line-height: 1.5;
	color: #333;
}

.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #fff;
	border: 2px solid #ced4da;
	border-radius: 4px;
	transition: all 0.2s;
}

.custom-checkbox:hover input ~ .checkmark {
	border-color: #007bff;
}

.custom-checkbox input:checked ~ .checkmark {
	background-color: #ffcc00;
	border-color: #ffcc00;
}

.custom-checkbox input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-text {
	padding-top: 2px;
}

.policy-link {
	color: #6b6b6b;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s;
}

.policy-link:hover {
	color: #0056b3;
	text-decoration: underline;
}

.required-star {
	color: #dc3545;
}

/* Кнопки формы */
.form-actions {
	display: flex;
	gap: 15px;
}

.btn-submit {
	background-color: #ffcc00;
	color: #333;
}

.btn-submit:hover {
	background-color: #e6b800;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 204, 0, 0.3);
}

.btn-submit:active {
	transform: translateY(0);
}

.btn-cancel {
	background-color: #6c757d;
	color: white;
}

.btn-cancel:hover {
	background-color: #5a6268;
	transform: translateY(-2px);
}

.btn-cancel:active {
	transform: translateY(0);
}

/* Сообщение об успешной отправке */
.success-message {
	background-color: #d4edda;
	color: #155724;
	padding: 20px;
	border-radius: 6px;
	margin-bottom: 20px;
	border: 1px solid #c3e6cb;
}

.success-message h4 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #155724;
}

.success-message p {
	margin-bottom: 10px;
}

.success-message p:last-child {
	margin-bottom: 0;
}

.btn-close-success {
	width: 100%;
	padding: 14px;
	background-color: #28a745;
	color: white;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s;
}

.btn-close-success:hover {
	background-color: #218838;
}

.custom-checkbox .checkmark {
	width: 20px;
	height: 20px;
	border: 2px solid #ddd;
	border-radius: 4px;
	margin-right: 10px;
	flex-shrink: 0;
}

.custom-checkbox input:checked + .checkmark {
	border-color: #2e4a97;
	background-color: #2e4a97;
}

.popup-button {
	width: 100%;
	justify-content: center;
}

/* Адаптивность */
@media (max-width: 576px) {
	.modal-overlay {
		padding: 10px;
		align-items: flex-start;
		padding-top: 40px;
	}

	.modal-container {
		max-width: 100%;
		margin-top: 0;
	}

	.modal-header {
	}

	.modal-title {
		font-size: 18px;
	}

	.modal-body {
	}

	.form-actions {
		flex-direction: column;
		gap: 10px;
	}

	.btn {
		width: 100%;
	}

	.checkbox-container {
		padding: 12px;
	}

	.custom-checkbox {
		font-size: 14px;
	}

	.checkmark {
		height: 22px;
		width: 22px;
	}

	.checkmark:after {
		left: 6px;
		top: 2px;
		width: 5px;
		height: 10px;
	}
	.request__background {
		display: none;
	}
	.footer__container {
		display: block;
	}
}

@media (max-width: 400px) {
	.modal-header {
	}

	.modal-body {
	}

	.form-input,
	.form-select {
		padding: 10px 12px;
		font-size: 15px;
	}

	.checkbox-container {
		padding: 10px;
	}
}

/* Анимация для ошибок */
@keyframes shake {
	0%,
	100% {
		transform: translateX(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-5px);
	}
	20%,
	40%,
	60%,
	80% {
		transform: translateX(5px);
	}
}

.form-input.error,
.form-select.error {
	animation: shake 0.5s ease-in-out;
}

/* Плейсхолдеры */
.form-input::placeholder {
	color: #999;
	opacity: 1;
}

/* Стили для disabled состояния */
.form-input:disabled,
.form-select:disabled,
.btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Стили для обязательных полей при фокусе */
.form-input:required:focus:valid,
.form-select:required:focus:valid {
	border-color: #28a745;
}

.form-input:required:focus:invalid,
.form-select:required:focus:invalid {
	border-color: #dc3545;
}

/* Стили для ошибок формы */
.form__input.error,
.form__textarea.error {
	border-color: #ff0000 !important;
	background-color: #fff0f0 !important;
}

.form__error {
	display: none;
	color: #ff0000;
	font-size: 12px;
	margin-top: 5px;
}

.form__field--checkbox {
	grid-column: 1 / -1;
	margin-top: 10px;
}

.form__field--checkbox .form__error {
	margin-left: 30px;
}

/* Стили для кастомного чекбокса */
.custom-checkbox {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.4;
	user-select: none;
	position: relative;
	padding-left: 30px;
}

.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 4px;
}

.custom-checkbox:hover input ~ .checkmark {
	border-color: #b8860b;
}

.custom-checkbox input:checked ~ .checkmark {
	background-color: #b8860b;
	border-color: #b8860b;
}

.checkmark:after {
	content: '';
	position: absolute;
	display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
	display: block;
}

.custom-checkbox .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.checkbox-text {
	color: #666;
	font-size: 12px;
	line-height: 1.4;
}

.checkbox-text a {
	color: #b8860b;
	text-decoration: none;
}

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

.custom-checkbox input.error ~ .checkmark {
	border-color: #ff0000;
}

/* Анимация успешной отправки */
.success-message {
	animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen and (max-width: 1131px) {
	.header__nav {
		gap: 20px;
	}
	.header__content {
		gap: 20px;
	}
}

@media screen and (max-width: 1025px) {
	.header__nav {
		display: none;
	}
}

.burger {
	width: 18px;
	height: 14px;
	background: none;
	border: none;
	cursor: pointer;

	display: none;
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
}

@media screen and (max-width: 1025px) {
	.burger {
		display: flex;
	}
}

.burger span {
	height: 1.5px;
	width: 100%;
	background: #000; /* заменил $text на черный, SCSS-переменные в CSS не работают */
	border-radius: 2px;
	transition: 0.3s ease;
}

@media screen and (max-width: 769px) {
	.burger span {
		height: 1px;
	}
}

.burger.active span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.burger.active span:nth-child(2) {
	opacity: 0;
}

.burger.active span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

@media screen and (max-width: 1025px) {
	.nav-mobile {
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 80px;
		right: 20px;
		background: #f6f4ef;
		border-radius: 20px;
		padding: 20px 0;
		min-width: 280px;
		box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
		transform: translateY(-20px);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
		z-index: 1000;
	}

	.nav-mobile.active {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}

	.header__nav-link--mobile {
		font-size: 16px;
		line-height: 24px;
		color: #3c3e4a;

		display: block;
		padding: 15px 30px;
		color: #333;
		text-decoration: none;
		font-size: 16px;
		transition: all 0.2s ease;
		cursor: pointer;
	}
}

@media screen and (max-width: 681px) {
	.header__phone {
		display: none;
	}
}

@media screen and (max-width: 1025px) {
	.hero__container {
		min-height: 1000px;
	}

	.hero__content {
		margin-right: 108px;
	}

	.hero__image {
		top: auto;
		bottom: 0;
	}
}

@media screen and (max-width: 769px) {
	.hero__container {
		min-height: 1100px;
	}
}
