.back {position:absolute;top:0px;height:520px;width:100%;z-index:-10;background:url(/uk/img/background.jpg); background-repeat:no-repeat; background-position:center; background-size: cover;}

.main {margin:0; padding:15px 0;}

h1 {margin:80px 0 0; font-size:3.3em; line-height:1.4em; color:#ffffff; text-shadow:2px 2px 3px #323232; transition: all 1.2s ease-in-out;}
h1:hover {transform: scale(1.10);}

.cadre1 {background:#0063a4; margin:auto; margin-top:240px; padding:40px 0;}
.cadre1-txt {margin-bottom:20px; font-size:24px; color:#ffffff;}

.tit {margin-bottom:5px; font-size:20px; color:#fde4b8;}

.inp {
  padding:7px 0 7px 10px; width:370px; height:38px; background-color: #FFFFFF; font-family:Roboto,tahoma; font-size:18px; color:#2d83b3; line-height:28px;
  border: 1px solid #CCCCCC; border-radius: 4px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; -webkit-appearance: menulist-button;  
}
.inp:hover {box-shadow: 0px 0px 1px #66afe9; color: #2d83b3;}

.btn {
	width:100%; box-shadow:inset 0px 1px 0px 0px #fed897; padding:10px 0;  margin-top:10px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
	background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background-color:#f6b33d;	border-radius:5px; border:1px solid #eda933;  cursor:pointer;
	color:#ffffff; font-family:Roboto,tahoma; font-size:24px;	
	text-decoration:none;	text-align:center;	text-shadow:1px 1px 0px #cd8a15;
}

.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
}

#footer {width:100%; padding:30px auto; margin-top:0; background-color:#e4e4e3; position:absolute; bottom:0;}