/* Общие переопределения */

@import url('https://fonts.googleapis.com/css2?family=Marmelad&display=swap');

.marmelad-regular {
  font-family: "Marmelad", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}


body {
	font-family: 'Marmelad', sans-serif !important;
	color: #4a4a4a !important;
	background-color: #fffaf5 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Marmelad', serif !important;
	color: #5a4a3a !important;
}

p {
	font-family: 'Marmelad', sans-serif !important;
	color: #6a5a4a !important;
	line-height: 1.8 !important;
}

.section-title {
	margin-bottom: 45px !important;
}

.section-title h2 {
	font-family: 'Marmelad', serif !important;
	font-size: 42px !important;
	color: #5a4a3a !important;
	margin-top: 15px !important;
	position: relative !important;
}

.section-title h2:after {
	content: '' !important;
	position: absolute !important;
	bottom: -15px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: 60px !important;
	height: 2px !important;
	background: #b2967c !important;
}

.section-title p {
	color: #7a6a5a !important;
	font-size: 16px !important;
	max-width: 700px !important;
	margin: 20px auto 0 !important;
}

.normal-title h2:after {
	display: none !important;
}

/* Breadcrumb Section */
.breadcrumb-option {
	padding-top: 200px !important;
	padding-bottom: 150px !important;
	margin-top: 0 !important;
	position: relative !important;
}

.breadcrumb-option:before {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	background: linear-gradient(135deg, rgba(255, 250, 245, 0.2) 0%, rgba(178, 150, 124, 0.4) 100%) !important;
}

.breadcrumb__text h2 {
	font-size: 56px !important;
	color: #ffffff !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1) !important;
	position: relative !important;
	z-index: 2 !important;
}

.breadcrumb__widget a,
.breadcrumb__widget span {
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
	position: relative !important;
	z-index: 2 !important;
}

.breadcrumb__widget a:after {
	color: #ffffff !important;
}

/* Appointment Section */
        .appointment {
            background: linear-gradient(135deg, #efe6dd 0%, #e2d4c8 100%) !important;
            position: relative !important;
			padding-top: 50px;
			padding-bottom: 50px;
        }

        .appointment__text {
            background: rgba(255, 255, 255, 0.95) !important;
            padding: 60px !important;
            border-radius: 30px !important;
            backdrop-filter: blur(10px) !important;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
        }

        .appointment__form input,
        .appointment__form select,
        .appointment__form textarea {
            background: #ffffff !important;
            border: 1px solid #e0d5cc !important;
            border-radius: 12px !important;
            color: #4a4a4a !important;
            font-family: 'Marmelad', sans-serif !important;
            padding: 15px 20px !important;
            height: auto !important;
            transition: all 0.3s ease !important;
        }

        .appointment__form input:focus,
        .appointment__form select:focus,
        .appointment__form textarea:focus {
            border-color: #b2967c !important;
            box-shadow: 0 0 0 3px rgba(178, 150, 124, 0.2) !important;
            outline: none !important;
        }

        .appointment__form input::placeholder,
        .appointment__form textarea::placeholder {
            color: #a09286 !important;
        }

        .appointment__form select {
            appearance: none !important;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23b2967c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
            background-repeat: no-repeat !important;
            background-position: right 20px center !important;
        }

        .appointment__form textarea {
            height: 120px !important;
            resize: vertical !important;
        }

		.appointment__form .nice-select span {
			color: #a09286 !important;
		}
		
		.appointment__form .nice-select {
			color: #a09286 !important;
			background: #ffffff !important;
			border: 1px solid #e0d5cc !important;
			border-radius: 12px !important;
			height: auto !important;
		}

        .appointment__form button {
            background: #b2967c !important;
            color: #ffffff !important;
            border: none !important;
            border-radius: 30px !important;
            padding: 16px 40px !important;
            font-weight: 500 !important;
            letter-spacing: 1px !important;
            transition: all 0.3s ease !important;
        }

        .appointment__form button:hover {
            background: #9a7e64 !important;
            transform: translateY(-2px) !important;
            box-shadow: 0 10px 20px rgba(178, 150, 124, 0.3) !important;
        }

        /* Добавляем label для формы */
        .appointment__form .field-wrapper {
            margin-bottom: 5px !important;
        }

        .appointment__form label {
            display: block !important;
            font-size: 13px !important;
            font-weight: 500 !important;
            color: #5a4a3a !important;
            margin-bottom: 5px !important;
            letter-spacing: 0.5px !important;
        }