#module-bestkit_customform-form h1 {
    text-align: left;
}
#module-bestkit_customform-form h2 {
    font-size: 20px;
    margin-bottom: 35px;
    margin-top: 0;
}
.cform_wrapper .btn-primary {
    width: 100%;
    border: none;
    color: black;
    letter-spacing: 1px;
}
.cform_wrapper .btn-primary:hover {
    color: white;
}
.cform_wrapper {
    margin-bottom: 60px;
}
.cform_wrapper button#submitForm {
    width: 100%;
}
.cform_wrapper .law  {
    line-height: 19px;
    font-size: 12px;
    margin-bottom: 10px;
}
.law p {
    display: none;
}
.cform_desc p{
    line-height: 15px;
    font-size: 10px;
    display: block;
    margin: 16px 0 35px 0px;
}
.g-recaptcha {
    margin-bottom: 24px;
}

label.form-control-label.cform_value {
    display: block;
    text-align: left;
}

fieldset.bestkit_customform_fieldset {
    margin-top: 30px;
}

.info-radio{
    margin-bottom: 20px;
}

.succesForm {
	opacity: 0;
	visibility: hidden;
	height: 0;
	transition: .4s all;
	position: relative;
	overflow: hidden;
}

.succesForm.active {
	opacity: 1;
	visibility: visible;
	height: 504px;
}

.succesForm video {
	opacity: 1;
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.succesForm h1.h1 {
	display: flex;
	bottom: 0;
	top: 0;
	text-align: center !important;
	position: absolute;
	left: 0;
	opacity: 0;
	transition: .4s all;
	margin: 0;
	right: 0;
	align-items: center;
	justify-content: center;
}

.succesForm h1.h1.active {
	opacity: 1;
	transition: 1.6s all;

}

.succesForm h1.h1.active.scale {
	transform: scale(1.1);
}

