.form-img {
  height: 100vh;
  max-height: 438px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-narrow {
  max-width: 640px;
}
.form.custom-changes .form-control {
    display: block;
    position: relative;
    transition: 200ms ease all;
    width: 100%;
    margin-bottom: 5px;
}

.form.custom-changes .form-control label {
	position: absolute;
    padding-right: 35px;
    padding-left: 11px;
    left: 0;
    pointer-events: none;
    top: 15px;
    transform: translateY(-50%);
    right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: 180ms linear all;
    font: 15px/17px "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: .5;
    color: #000;
}

.form.custom-changes .form-control input[type="text"], 
.form.custom-changes .form-control input[type="password"], 
.form.custom-changes .form-control input[type="email"], 
.form.custom-changes .form-control input[type="tel"], 
.form.custom-changes  input[type="text"].form-control, 
.form.custom-changes  input[type="password"].form-control, 
.form.custom-changes  input[type="email"].form-control, 
.form.custom-changes  input[type="tel"].form-control {
	height: 52px;
}
.form.custom-changes .form-control textarea {
    overflow: auto;
    height: 104px;
    min-height: 52px;
    padding-top: 23px;
    max-width: 100%;
    min-width: 100%;
}
.form.custom-changes .form-control input[type="text"], 
.form.custom-changes .form-control input[type="password"], 
.form.custom-changes .form-control input[type="email"], 
.form.custom-changes .form-control input[type="tel"], 
.form.custom-changes .form-control select, 
.form.custom-changes .form-control textarea, 
.form.custom-changes  input[type="text"].form-control, 
.form.custom-changes  input[type="password"].form-control, 
.form.custom-changes  input[type="email"].form-control, 
.form.custom-changes  input[type="tel"].form-control {
	background: rgba(0, 0, 0, 0);
	border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    border-bottom-width: 2px;
    border-bottom-color: rgba(232, 232, 232, 1);
}
.form.custom-changes .form-control input[type="text"]:focus, 
.form.custom-changes .form-control input[type="password"]:focus, 
.form.custom-changes .form-control input[type="email"]:focus, 
.form.custom-changes .form-control input[type="tel"]:focus,
.form.custom-changes .form-control textarea:focus
{
	border-bottom-color: rgba(0, 0, 0, 0);
}

.form.custom-changes .form-control input[type="text"]:focus + label, 
.form.custom-changes .form-control input[type="password"]:focus + label, 
.form.custom-changes .form-control input[type="email"]:focus + label, 
.form.custom-changes .form-control input[type="tel"]:focus + label,
.form.custom-changes .form-control.filled input[type="text"] + label, 
.form.custom-changes .form-control.filled input[type="password"] + label, 
.form.custom-changes .form-control.filled input[type="email"] + label, 
.form.custom-changes .form-control.filled input[type="tel"] + label,
.form.custom-changes .form-control.error input[type="text"] + label, 
.form.custom-changes .form-control.error input[type="password"] + label, 
.form.custom-changes .form-control.error input[type="email"] + label, 
.form.custom-changes .form-control.error input[type="tel"] + label
{
	top:0;
    font-size: 12px;
    transform: translateY(0);
    opacity: .5;
}
.form.custom-changes .form-control textarea:focus + label,
.form.custom-changes .form-control.filled textarea + label
{
	top: -5px;
    font-size: 13px;
    transform: translateY(0);
    opacity: .5;
}

footer .block-forms .btn-transparent-bordered {
	position: relative;
    display: inline-block;
    padding: 15px 20px;
    border: 1px solid #f64923;
    margin: 0;
    min-height: 52px;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    font: 600 15px / 22px "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, .09);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, .09);
    outline: 0;
    cursor: pointer;
    color: rgba(246, 73, 35, 1);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
footer .block-forms .btn-transparent-bordered:hover {
	color: #fff;
    background-color: #f64923;
}

@media (max-width: 768px) {
	footer .block-forms .form form {
    	text-align: start;
	}	
	footer .block-forms .top_block {
    	margin: 0px 0px 15px;
	}
	footer .block-forms .top_block_title {
		margin: 0 auto!important;
	}

}
