#baner{
	height: 400px;
	
}
.icon_header{
	display: none;
}

.header-overlay_x p{
	margin: 270px auto;
	width: 170px;
    font-family: 'dejavu_sansbold';
    font-size: 28px;
    text-align: center;
    position: relative;
    line-height: 34px;
    height: 30px;
    border:3px solid #fff;
    padding: 5px 30px;
    background-image: url(/img/icons/awea.png);
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    border-radius: 50px;
    color: #fae499;
    background-color: rgba(49,150,163,0.3);
    border: 2px solid #3196a3;
}
#contacts{
	width: 100%;
	margin: auto;
	text-align: center;
	background-color: #f4f7fc;
}
#contacts>h3{
	font-size: 23px;
	text-align: center;
	width: 100%;
	margin-top: 40px;
}
#contacts>div{
    font-size: 13px;
    color: #56565a;
    line-height: 22px;
    text-align: center;
    width: 600px;
    margin: auto;
    margin-top: 20px;
}
.contacts{
	width: 300px !important;
	height: 200px;
	display: inline-block;
	margin: 40px 30px!important;
	overflow: hidden;
	border-radius: 20px;
	cursor: pointer;
	background-color: #fff;
	    -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 01%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 01%);
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contacts>h4{
	font-size: 19px;
	color: #000;
}
.contacts>span{
	padding: 5px;
	line-height: 20px;
	font-size: 20px;
	margin-top: 20px;
}
.contacts>span>a{
	    color: #56565a;
}
.sirkle {
    background-image: url(../img/icons/icon-scroll-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    background-color: rgba(32,27,49,0.1);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 80px;
    font-size: 60px;
    overflow: hidden;
    right: 2px;
    bottom: 50px;
    box-shadow: 0px 0px 8px #1b1b4a;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    opacity: 0;
}
.aroow-left{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #fff;
	position: absolute;
	cursor: pointer;
	right: 5px;
	bottom: 47%;
	font-size: 23px;
	text-align: center;
	line-height: 38px;
	color: #00a3de;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
.aroow-left:hover{
	background-color: rgba(255,255,255,0.5);
	color: #000
}
.aroow-right{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #fff;
	position: absolute;
	cursor: pointer;
	left: 5px;
	bottom: 47%;
	font-size: 23px;
	text-align: center;
	line-height: 38px;
	color: #00a3de;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
.aroow-right:hover{
	background-color: rgba(255,255,255,0.5);
	color: #000
}

#contacts>div>i{
	font-size: 47px;
	color: #3196a3;
	margin: 30px auto;
}

.form{
    margin: auto;
    max-width: 1030px;
    overflow: hidden;
}
.text {
    width: 45%;
    height: 30px;
    background-color: #fff;
   -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 03%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 03%);
	border: 1px solid transparent;
    outline: none;
    color: #000;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    float: left;
}
.textarea {
    width: 98%;
    height: 200px;
    background-color: #fff;
   -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 03%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 03%);
	border: 1px solid transparent;
    outline: none;
    color: #000;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
}
.aBooking {
    width: 400px;
    height: 40px;
    color: #fff;
    color: #000;
    background-color: #fae499;
    border: 2px solid #fae499;
    background-image: url(https://interieris-dizaini.ge/axs/img/icons/awea.png);
    border-radius: 50px;
    cursor: pointer;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    margin-left: 10px;
    font-size: 15px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aBooking:hover{
	
	 background-color: #3196a3;
	 color: #fae499;
}

::placeholder {
    font-size: 13px;
    color: #3196a3;
}
.checkbox {
    width: 15px;
    height: 15px;
    cursor: pointer;
    float: left;
    padding: 10px;
    margin-left: -20px;
    position: absolute;
    z-index: 999;
}
.checkbox-text {
    padding: 10px;
    width: 100px;
    position: absolute;
    font-size: 13px;
    color: #464d4d;
    left: -60px;
    margin-top: -10px;
}

@media only screen and (max-width: 500px) {
  
  .text {
    width: 90%;
    margin-top: 10px;
    float: none !important;
}
.textarea {
    width: 90%;
}
.contacts{
	margin: 10px;
	height: 200px;
}
}