.form-request-call-big > .maxwidth-theme {
	/*background: #F8F8F8;*/
}
.WFRECALL .form-request-call-big {
}
.cases-page-request-block {
    padding: 0px 0 140px;
}
.cases-page-request-block .form-request-call-big{
    border-radius: 20px;
}
.form-big-banner-block {
    width: 100%;
    height: 440px;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 6%;
    background: #F8F8F8;
}
.form-big-banner-img {
    width: 50%;
    height: 440px;
    background: url('/local/templates/aspro-lite/images/bg_form_recall2.png');
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.form-big-banner-content {
    width: 365px;
    margin-left: 8%;
}
.form-big-banner-content h3 {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #24292F;
    margin: 0;
}
.form-big-banner-content-desc {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #24292F;
}
.form-big-banner-content-fields {
    margin-top: 20px;
}
.form-big-banner-content-fields label {
    display: none;
}
.form-big-banner-content-fields input.form-control{
    border: 1px solid #B7B7B7;
    border-radius: 8px;
    background: transparent;
    padding: 16px 20px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #24292F;
}
.form-big-banner-content-fields input.form-control::placeholder{
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #24292F;
    opacity: 0.6;
}
.form-big-banner-content-fields .row {
    margin-top: 20px;
}
.form-big-banner-content-fields .row:first-child{
    margin-top: 0;
}
form .form-big-banner-content-fields input.form-control:not([readonly]):not([disabled]):hover,
form .form-big-banner-content-fields input.form-control:not([readonly]):not([disabled]):focus{
    border: 1px solid #24292F;
    background: transparent;
}
.form-big-banner-content-fields .input.error input.form-control {
    border-color: #fff;
}
.form-big-banner-content-fields label.error {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #FD6954;
}

form .form-big-banner-content-fields .btn {
   margin-top: 32px;
}

.form-big-banner-content-accept {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #6C747B;
    margin-top: 16px;
}
.form-big-banner-content-accept a{
    color: #6C747B;
    text-decoration: underline;
}
.form-big-banner-content-success-msg {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #24292F;
}
.form-big-banner-content-success-ico {
    text-align: center;
    margin-bottom: 20px;
}
.form-big-banner-content-fields .captcha-row.form-control {
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.form-big-banner-content-fields .captcha-row.form-control:not([readonly]):not([disabled]):hover {
    border: none;
    background: transparent;
}
.form-big-banner-content-fields .captcha_input {
    position: relative;
    left: auto;
    top: auto;
}

@media screen and (max-width: 991px) {
    .form-big-banner-block {
        justify-content: space-between;
		padding-left: 0;
    }
    .form-big-banner-img {
        width: auto;
        min-width: 344px;
        background-size: 138%;
        background-repeat: no-repeat;
        background-position: -125px bottom;
		border-radius: 0 0 0 20px;
    }
    .form-big-banner-content {
        max-width: 420px;
		width: 100%;
        margin-left: 0;
        padding: 0 40px 0 24px;
		text-align: center;
    }
    .WFRECALL .form-request-call-big {
        margin: 0;
    }
    .cases-page-request-block {
        padding: 0;
    }
    .cases-page-request-block .form-big-banner-content {
        padding: 40px 16px;
    }
    .form-big-banner-content-accept {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
	.form-request-call-big {
		border-radius: 12px;
	}
    .form-big-banner-block {
        height: auto;
    }
    .form-big-banner-img {
        display: none;
    }
    .form-big-banner-content {
        margin: 0 auto;
        padding: 24px 28px;
    }
	.form-big-banner-content h3 {
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 24px;
		color: #24292F;
		margin-bottom: 6px;
	}
	.form-big-banner-content-desc {
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 18px;
		color: #24292F;
	}
	.form-big-banner-content-fields {
		margin-top: 16px;
	}
}