/*   
Theme Name: Индивидуальная тема
Theme URI: https: //kwork.ru/user/ravlex
Version: 1.0
Description: С вниманием к деталям
Author: Ravlex
Author URI: https: //kwork.ru/user/ravlex
*/
.thank-page {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 30px;
}

.thank-page__content {
	font-size: 20px;
	font-weight: 500;

}

.faq-consult__form-input input {
	border-radius: 4px;
}

.faq-consult__form-input input,
.section-form__input input {
	border: 1px solid transparent;
}

.faq-consult__form-input {
	position: relative;
}

.is-invalid {
	border-color: red !important;
}

label.error {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	color: red;
	font-size: 12px;
	line-height: 1;
}

.section-form__input {
	position: relative;
}

.footer {
	margin-top: auto;
}

.single-page {
	border-top: 1px solid var(--line);
	padding-top: 20px;
}

.single-page__content {
	margin-top: 40px;
}

.single-page__content p:not(:last-child) {
	margin-bottom: 25px;
}

.single-page__content h2,
.single-page__content h3 {
	font-family: var(--second-family);
	font-weight: 700;
	line-height: 1;
	font-size: 24px;
	margin-bottom: 20px;
}