/* Чекбокс согласия с политикой конфиденциальности в формах сайта */
.agree_check {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 14px 0;
	font-size: 13px;
	line-height: 1.4;
	color: #313131;
	text-align: left;
}

.agree_check input[type="checkbox"] {
	width: 17px;
	height: 17px;
	min-width: 17px;
	margin: 2px 0 0;
	accent-color: #f0b54c;
	cursor: pointer;
	flex-shrink: 0;
}

.agree_check label {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.agree_check a {
	color: #b58c3c;
	text-decoration: underline;
}

.agree_check a:hover {
	color: #aa8439;
}
