#slider {
    width: 100%;
    height: 450px;
    position: relative;
    margin-top: 7px;
    background-image: url('../img/tbilisi-1512900033143-998.jpg');
    background-size: cover;
    background-position: center center;
    z-index: -1;
   
}
#about{
	max-width: 1000px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	min-height: 500px;
	background-color: rgba(255,255,255,0.9);
	margin: auto;
	margin-top: -150px;
	z-index: 99; 
	border-radius: 5px;
	overflow: hidden;
}
#magazin{
	width: 327px;
	min-height: 150px;
	border-radius: 10px;
	font-size: 15px;
	padding: 5px;
	line-height: 25px;
	color: #f0f0f0;
}
#magazin div{
	margin: 10px;
	height: 20px;
	width: 400px;
	padding: 10px;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 0px 4px;
	color: #fff;
	
}

.contacts{
	border-radius: 10px;
    width: 480px;
    margin-left: 0px;
}
.text {
    width: 100%;
    height: 35px;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
	border-bottom: 1px solid #003a66;
    outline: none;
    color: #003a66;
    font-size: 16px;
    margin-left: 20px;
}
.textarea {
    width: 100%;
    height: 100px;
    background-color: transparent;
	border-bottom: 1px solid #003a66;
    outline: none;
    color: #003a66;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 16px;
    margin-left: 20px;
}
.aBooking {
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: #003a66;
    border: 1px solid #003a66;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 20px;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aBooking:hover{
	  border: 1px solid #931926;
}
.meps{
	width: 400px;
    height: 400px;
    position: absolute;
    right: 30px;
    top: 40px;
}
::placeholder {
    font-size: 13px;
}