.top-block-wrapper {
	display: none;
}

.stilist_page {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-top: 70px;
}

.stilist_page.stilist_page_detail {
	display: block;
}

.right_stilist {
	margin-top: 10px;
}

.left_stilist h1 {
	margin-bottom: 20px;
}

.left_stilist p {
	margin: 0 0 15px 0;
	font-size: 16px;
}
.check_error{
	color: red;
	margin-top: 10px;
	display: none;
}

.result_message{
	font-size: 14px;
	margin-top: 20px;
	color: #000;
}

.red_msg{
	color: red;
}

#stilist-form .star,
#stilist-form .required-fields-note .star {
	color: #d0021b !important;
}

.stilist-type-options {
	display: flex;
	align-items: center;
	gap: 26px;
	flex-wrap: nowrap;
}

.stilist-type-option {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.stilist-type-option label {
	margin: 0;
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	line-height: 22px;
	cursor: pointer;
	padding: 0 !important;
	top: 0 !important;
}

.stilist-type-option label:before,
.stilist-type-option label:after {
	display: none !important;
}

#stilist-form .stilist-type-option input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border: 1px solid #cfcfcf;
	border-radius: 50%;
	background: #f1f1f1;
	position: relative;
	cursor: pointer;
	margin: 0;
	flex: 0 0 18px;
	display: inline-block !important;
	opacity: 1 !important;
	position: relative !important;
}

#stilist-form .stilist-type-option input[type="radio"]:checked {
	border-color: #000;
	background-color: #000 !important;
	box-shadow: inset 0 0 0 5px #000;
}

#stilist-form .stilist-type-option input[type="radio"]:checked::after {
	content: none;
}

@media(max-width: 768px){
	.stilist_page{
		grid-template-columns: 1fr;
		margin-top: 20px;
	}
	/* Форма сверху, текст ниже (в DOM сначала текст, на десктопе слева) */
	.right_stilist {
		order: -1;
	}
	.stilist_page .left_stilist h1#pagetitle {
		font-size: 18px;
		line-height: 1.25;
		margin-bottom: 14px;
	}
}