.footer form {
	margin-top:-10px;
}

.footer input:-webkit-autofill,
.footer input:-webkit-autofill:hover,
.footer input:-webkit-autofill:focus,
.footer input:-webkit-autofill:active {
 -webkit-transition-delay:9999s;
 -webkit-transition:color 9999s ease-out, background-color 9999s ease-out;
}

.footer .input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	margin-left:0;
	margin-bottom:0;
	max-width: 1300px;
	width: calc(100% - 2em);
	vertical-align: top;
}

.footer .input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #fff;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.footer .input__field:focus {
	outline: none;
}

.footer .input__label {
	display: inline-block;
	float: right;
	padding: 0;
	width: 40%;
	color: #fff;
	font-size: 90%;
	font-weight:normal;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.footer .input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.footer .formular_button {
	display:inline-block;
	width:auto;
	font-size:100%;
	color:#fff;
	background-color:#333;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 40px;
	border:0 solid #FFF;
	border-radius:0;
}
.footer .formular_button:hover,
.footer .formular_button:focus,
.footer .formular_button:active,
.footer .formular_button.active {
	color:#fff;
	background-color:#39af39;
	border:0 solid #FFF;
}

@media screen and (max-width: 767px) {
	.footer .formular_button {
	display:block;
	width:100%;
	font-size:100%;
	text-align:center;
	padding:5px 15px;
	}
}

/* Fumi */

.footer .input--fumi {
	width:100%;
	background: transparent;
	overflow: hidden;
	padding: 0;
	padding-left:15px;
	padding-bottom:10px;
	border: 1px solid #fff;
}

.footer .input__field--fumi {
	background: transparent;
	padding: 1.5em 1em 0.25em 0em;
	width: 100%;
	color: #fff;
}

.footer .input__label--fumi {
	position: absolute;
	width: 100%;
	text-align: left;
	padding-left: 0;
	pointer-events: none;
}

.footer .icon--fumi {
	width: 2em;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1em 0 0 0.5em;
}

.footer .input__label-content--fumi {
	padding: 1.7em 0;
	display: inline-block;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.footer .input__label-content--fumi span {
	display: inline-block;
}

.footer .input__field--fumi:focus + .input__label--fumi .input__label-content--fumi,
.footer .input--filled .input__label-content--fumi {
	-webkit-animation: anim-fumi-1 0.3s forwards;
	animation: anim-fumi-1 0.3s forwards;
}

@-webkit-keyframes anim-fumi-1 {
	50% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	51% {
		-webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
		transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
	}
	100% {
		color: #fff;
		-webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
		transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
	}
}

@keyframes anim-fumi-1 {
	50% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	51% {
		-webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
		transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
	}
	100% {
		color: #fff;
		-webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
		transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
	}
}


.footer .input__field--fumi:focus + .input__label--fumi .icon--fumi,
.footer .input--filled .icon--fumi {
	-webkit-animation: anim-fumi-2 0.3s forwards;
	animation: anim-fumi-2 0.3s forwards;
}

@-webkit-keyframes anim-fumi-2 {
	50% {
		opacity: 1;
		-webkit-transform: translate3d(0, -3em, 0);
		transform: translate3d(0, -3em, 0);
	}
	50.25% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3em, 0);
		transform: translate3d(0, -3em, 0);
	}
	50.75% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	51% {
		opacity: 1;
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		color: #fff;
	}
}

@keyframes anim-fumi-2 {
	50% {
		opacity: 1;
		-webkit-transform: translate3d(0, -3em, 0);
		transform: translate3d(0, -3em, 0);
	}
	50.25% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3em, 0);
		transform: translate3d(0, -3em, 0);
	}
	50.75% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	51% {
		opacity: 1;
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		color: #fff;
	}
}

.footer input:-webkit-autofill,
.footer input:-webkit-autofill:hover,
.footer input:-webkit-autofill:focus,
.footer input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: white !important;
}

.footer .formular_captcha {
width: 100%; 
display: inline;
}
.footer .formular_captcha_obrazok {
width: 120px; 
padding-top: 4px;
height: 32px;
float: left;
background-color: #fff;
}
.footer .formular_captcha_text {
width: 45%;
height: 32px;
padding: 5px;
float: right;
color: #fff;
border: 1px solid #fff;
background-color: transparent;
}
.footer .formular_button {
width: 100%; 
display: inline-block;
height: 36px;
border: 0px #FFFFFF solid;
background-color: #333;
color: #FFFFFF;
margin-bottom: 30px;
margin-top: 5px;
	padding:5px 15px !important;
-webkit-transition:all 300ms linear;
-moz-transition:all 300ms linear;
-o-transition:all 300ms linear;
-ms-transition:all 300ms linear;
transition:all 300ms linear;
border-radius: 0 !important;
}
.footer .formular_button:hover {
color:#fff;
background-color: #39af39;
}
.footer #captchaRefresh {
width: 32px; 
height: 32px;
border: 0px solid #fff;
color: #FFFFFF;
margin-right: 5px;
float: left;
outline: none !important;
background-color: #333; 
}
.footer #captchaRefresh:before {  
  content: "\f021";
  font-family:'FontAwesome',Arial,Tahoma,Verdana,Helvetica,sans-serif;
  color:#fff; 
  font-size: 100%; 
  padding-left: 2px;        
} 
.footer #captchaRefresh:hover:before {  
  color:#fff; 
} 
.footer #captchaRefresh:hover {
background-color: #39af39;
}

.footer input:-webkit-autofill,
.footer input:-webkit-autofill:hover,
.footer input:-webkit-autofill:focus,
.footer input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.footer input:-webkit-autofill {
    -webkit-text-fill-color: #fff;
}
.footer input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 640px) {
.footer .formular_captcha_text {width: 38%;}
}
@media screen and (max-width: 320px) {
.footer .formular_captcha_text {width: 100%; float: none; margin-top: 5px;}
}  
.footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.footer ::-moz-placeholder { color: #fff; }
.footer :-ms-input-placeholder { color: #fff; }
.footer :-moz-placeholder { color: #fff; }