.callback {
	position:fixed;
	bottom:3px;
	right:3px;
	width:30%;
	min-width: 300px;
	background-color: #053C5E;
	color:white;
	padding:5px;
	z-index: 10;
	display:none;
}

.callback_php {
	position:relative;
}

.callback input[type="submit"] {
	
}

.callback input[type="phone"] {
	width:calc(100% - 22px);
}

.callback form {
	text-align: center;
}

.callback a {
	position:absolute;
    right: 5px;
	top: -35px;
}

a.show {
	
	position: fixed;
    bottom: 5px;
    right: 5px;
    padding: 10px;
    background-color: #053C5E;
    color: white;
	z-index:10;
}

