.interview-form__block {

	justify-content: center;
	background-color: #f9f9f9;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 15px;
	padding-left: 15px;
}
.form_body div.form-control{
	background-color: #f9f9f9 !important;
}
.interview-form {

}

.interview-form label {

}

.interview-form__block input[type="text"],
.interview-form__block input[type="email"],
.interview-form__block input[type="tel"],
.interview-form__block textarea {
	background-color: #fff !important;
}
.interview-form__block input:read-only{
    background-color: #f9f9f9 !important;
}

.interview-form input[type="submit"].button {
	padding: 15px 30px 16px;
}

.interview_page .red {
	color: red;
}

input[type="text"].interview-form__error,
input[type="tel"].interview-form__error {
	border: 1px solid #c75b5b;
}

.interview-form__error-text {
	display: none;
	color: #c75b5b;
	max-width: 200px;
    position: absolute;
    right: -8px;
    top: 17px;
    transform: translateX(100%);
}

.interview-form__error + .interview-form__error-text {
	display: block;
}

.interview-form__checkbox {
    position: relative;
    cursor: pointer;
}

input[type="submit"].blue_btn{
    background: #094085 !important;
}

.interview_page input[type=checkbox] {
    opacity: 0;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    position: relative;
    top: 1px;
}

.interview_page input[type=checkbox] + i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 1px;
}

.interview_page input[type=checkbox]:checked + i:after {
	content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(http://www.dssl.ru/test/gal.png) no-repeat center;
    border-radius: 50%;
    top: 4px;
    right: 4px;
}
@media (max-width: 1200px) {
	.interview-form__error + .interview-form__error-text {
		position: static;
		max-width: 100%;
		transform: translateX(0);
	}
}

@media (max-width: 767px) {
	.interview-form {
		width: 100%;
	}
}

.catalog_detail #ask_block .form-control label, 
.form_body div.form-control label, 
.popup div.form-control label {
    position: static;
}

.form-control-content {
    display: flex;
    flex-wrap: wrap;
}

.form-control-content label[for] {
    max-width: calc(100% - 20px);
    width: 100%;
}

.form-control-content label:not([for]) {
    margin-right: 7px;
    padding-top: 2px;
}