.form_block_wrap {
	padding: 30px;
	color: #fff;
	border-radius: 25px;
}

.form-label {
	position: relative;
	width: 100%;
}

.form_block_wrap .form-label-text {
	display: none;
}

.form_block_wrap .skit-input-text,
.form_block_wrap .skit-input-text:focus,
.form_block_wrap .skit-input-textarea,
.form_block_wrap .skit-input-textarea:focus {
	font-size: 1rem;
	color: #fff !important;
	background: transparent;
	border-color: #fff;
	border-radius: 0;
}

.form-label.error input,
.form-label.error textarea,
.captcha_wrap.error input,
.form-check-label.error input{
	border-color: #ff0000 !important;
}

.form_block_wrap .form-check-label {
	color: inherit;
	line-height: 1.2;
}

.form_block_wrap .form-check-label a {
	color: inherit;
	line-height: 1.2;
	text-decoration: underline;
}

.form_block_wrap .form-check-label a:hover {
	color: inherit;
	text-decoration: none;
}

.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_block_wrap .form-check-input:checked {
	background-color: var(--primary);
	border-color: #fff;
}

.captcha_wrap {
	position: relative;
	display: -webkit-flex;
	display: flex;
}

.captcha_wrap img {
	margin-right: 1rem;
}

.captcha_wrap input.skit-input-text,
.captcha_wrap input.skit-input-text:focus {
	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%;
}

.contacts_form_wrap .form_block_wrap .skit-input-text::-webkit-input-placeholder,
.contacts_form_wrap .form_block_wrap .skit-input-textarea::-webkit-input-placeholder {
	color: #fff !important;
	text-transform: uppercase;
	opacity: 0.5;
}

.contacts_form_wrap .form_block_wrap .skit-input-text::-moz-placeholder,
.contacts_form_wrap .form_block_wrap .skit-input-textarea::-moz-placeholder  {
	color: #fff !important;
	text-transform: uppercase;
	opacity: 0.5;
}

.contacts_form_wrap .form_block_wrap .skit-input-text:-ms-input-placeholder,
.contacts_form_wrap .form_block_wrap .skit-input-textarea::-ms-input-placeholder  {
	color: #fff !important;
	text-transform: uppercase;
	opacity: 0.5;
}

.contacts_form_wrap .form_block_wrap .skit-input-text::-ms-input-placeholder,
.contacts_form_wrap .form_block_wrap .skit-input-textarea::-ms-input-placeholder  {
	color: #fff !important;
	text-transform: uppercase;
	opacity: 0.5;
}

.contacts_form_wrap .form_block_wrap .skit-input-text::placeholder,
.contacts_form_wrap .form_block_wrap .skit-input-textarea::placeholder  {
	color: #fff !important;
	text-transform: uppercase;
	opacity: 0.5;
}

@media all and (max-width: 768px){
	.captcha_wrap {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.captcha_wrap img {
		margin-right: 0;
		margin-bottom: 1rem;
	}
}