body {margin:0 auto;}
.headline{margin:0 auto;max-width:500px;}
.wrap{position:relative;margin:0 auto;max-width:500px; margin-bottom: 50px;}
input{width:100%;height:44px;line-height:60px;border:2px solid #ddd;padding:10px;font-size:15px;}
input:focus,input:active{outline: none;}
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px white inset;}
.input-error {border-color:#ff0000;}
.div-error {margin-top: 10px; height:20px;color: #ff0000;font-size:14px;line-height:17px;}
.div-note {margin-top: 10px; height:80px;font-size:14px;line-height:17px;}
.btn-search{position:absolute;width:40px;height:30px;background-color:transparent;top:3px;right:1%;background:#fff url('../img/search.svg') no-repeat 0 0;cursor:pointer;}
#loading {width: 30px;  position: absolute; left: 220px; top: 5px; display:none;}


@media screen and (max-width: 735px) {
	input {width: 90%; font-size:16px;}
	.btn-search {right: 11%;}
}