:root {
	--select-border: #777;
	--select-focus: blue;
	--select-arrow: var(--select-border);
 }

.selectArea {
	appearance: none;
	background-color: transparent;
	border: none;
	height: 60px;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	font-family: FuturaPT;
	letter-spacing: -.03em;
	font-weight: 400;
	font-size: 20px;
	border: 2px solid transparent;
	border-radius: 5px;
	padding: 0 11px;
	background: #f6f6f6;
}

.selectArea::-ms-expand {
	display: none;
 }

.selects.col-md-6 {
	width: 100%;
	min-width: 15ch;
	max-width: 30ch;
	border-radius: 0.25em;
	padding: 0.25em 0.5em;
	font-size: 1.25rem;
	cursor: pointer;
	line-height: 1.1;
	color: #101820;
	background: #f6f6f6;
}

.select .selectArea option:first-child {
	color: #707479;
}

#THEME option[value=omko] {
	font-style: italic;
	/* font-size: 24px; */
	font-weight: bold;
	font-style: italic;
}

.select .selectArea.form-error, textarea.form-area.form-error{
	box-shadow: 0 0 0 2px #ed1a3b;
}

.select::after {
	content: "";
	width: 0.8em;
	height: 0.5em;
	background-color: var(--select-arrow);
	clip-path: polygon(100% 0%, 0 0%, 50% 100%);
 }
.block__title.mb10{
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 42px;
}