.vcs-form .vcs_h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    color: #F0386B;
}

.vcs-form .vcs_h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    color: #F0386B;
}

.vcs-form .vcs_h2 span {
    color: #175FFF;
}

.vcs-form .form_container {
    background: #2D2D2D;
    max-width: 1070px;
    padding: 30px 120px;
}

@media (max-width: 549.98px) {
	.vcs-form .form_container {
		padding: 30px 25px;
	}
}
@media (min-width: 550px) and (max-width: 799.99px) {
	.vcs-form .form_container {
		padding: 30px 65px;
	}
}

.vcs-form .form_title {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.vcs-form .form_btn {
    background: #175FFF;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF !important;
    height: 40px;
    padding: 5px 50px;
    box-sizing: border-box;
    white-space: nowrap;
}

.vcs-form .form_btn.form_btn--disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.65;
}

.vcs-form .form_btn a,
.vcs-form .form_btn a:hover {
    text-decoration: none;
}

.vcs-form .form_note {
    display: block;
    text-align: center;
    margin: 20px auto;
    font-size: 20px;
    line-height: 24px;
}

.vcs-form input[type=text], .vcs-form input[type=tel] {
    width: 100% !important;
    padding: 5px !important;
    background-color: #FFFFFF !important;
    border: none !important;
}

.vcs-form label {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2D2D2D;
}

.vcs-form form a {
    text-decoration: none !important;
}

.vcs-form form a:hover {
    text-decoration: underline !important;
}

.vcs-form .fields-wrapper{
	margin-bottom: 50px;
}

.vcs-form .vcs-input-icon{
	position: absolute;
	top: 3px;
	left: 7px;
    z-index: 1;
}

.vcs-form .vcs-input-icon + input{
	padding-left: 35px !important;
	border: unset !important;
}

.vcs-form .form-field__field-wrapper.error-border + .form-field__error {
    font-family: "Anytime Sans Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-feature-settings: "kern" 1, "calt" 0;
    font-size-adjust: initial;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-style: normal;
    font-size: 14px;
    background-color: #f0386b;
    color: #fff;
    display: inline-block;
    max-width: 100%;
    padding: 5px 10px;
    width: auto;
}

@media (max-width: 1299px) {
	.vcs-form .form-field__field-wrapper.error-border + .form-field__error {
		line-height: 16px;
	}
}

.vcs-form .button.button--primary {
	background-color: #175FFF!important;
	border-color: #175FFF!important;
	color: #fff!important;
	width: 363px;
    height: 50px;
    border-radius: 25px; 	
}

.vcs-form .justify-content-center {
    display: grid;
    place-items: center;
}

.vcs-form .vcs-error-section {
	margin-top: 30px;
}

@media (max-width: 530px) {
	.vcs-form .button.button--primary {
		width: 100%;
	}
}
   
.loader__items-container svg {
	animation: none !important;
	padding: 80px;
}

.vcs-form .form-field .form-field__label{
	color: #2D2D2D;
	font-size: 16px;
    line-height: 32px;
	font-weight: 700
}

.fields-container{
	padding: 5px 20px;
    background: #E5E5E5;	
    max-height: 429px;
    max-width: 414px;
}
