.popup_tour .form_desc {
	font-size: 1.2rem;
	color: var(--primary);
}


.form-label {
	position: relative;
	width: 100%;
}

.form-label.error input,
.form-label.error textarea,
.captcha_wrap.error input,
.form-check-label.error input{
	border-color: #ff0000 !important;
}

.form-check-label {
	color: inherit;
	line-height: 1.2;
}

.form-check-label.error {
	color: #ff0000;
}

.form-check-label label {
	display: none;
}

.form-check-input,
.form-check-input:focus {
	border-color: var(--primary);
	outline: none;
	box-shadow: none !important;
}

.form-check-input:checked {
	background: var(--primary);
	border-color: var(--primary);
}

.captcha_wrap {
	position: relative;
	display: -webkit-flex;
	display: flex;
}

.captcha_wrap img {
	margin-right: 1rem;
}

.captcha_wrap input.skit-input-text {
	font-size: 1.8rem;
	line-height: 1;
	padding: 5px 15px !important;
	height: 40px;
	outline: none;
	box-shadow: none !important;
}

.mess-error {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1rem;
	font-size: 1rem;
	line-height: 1.2;
	color: #ff0000;
}

.form-label textarea {
	width: 100%;
}

.btn-close,
.btn-close:focus {
	outline: none;
	box-shadow: none;
}

@media all and (max-width: 768px){
	.modal__feedback .modal-body {
		padding: 1rem !important;
	}

	.captcha_wrap {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.captcha_wrap img {
		margin-right: 0;
		margin-bottom: 1rem;
	}
}