#section{
	width: 1400px;
	margin: 50px auto;
	min-height: 600px;
	position: relative;
}
.send_form{
	width: 70%;
	height: 600px;
	top: -30px;
	right: 0;
	position: absolute;
	background-color: #c6c6c6;
	background-image: url(../img/background/163295451912.jpg);
	background-size: cover;
	background-position: center center;
}
.send_form_rgba{
	width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
}
.Contacts{
	width: 40%;
	height: 500px;
	top: 50px;
	left: 0;
	position: absolute;
	background-color: #d8dada;
    background-image: url(../img/icons/bg.png);
	display: flex;
	-webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 25%);
}
.footer-contacts {
    position: absolute;
    list-style: none;
    left: 20px;
    top: 0px;
}
.Contacts_info{
	border-left: 1px solid #fff;
	width: 400px;
	height: 250px;
	margin: auto;
	position: relative;
}
.Contacts_info h2{
	top: -50px;
	position: absolute;
}
.footer-contacts>li {
    width: 290px;
    height: 40px;
    margin-top: 30px;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: -13px -10px;
}
.footer-contacts>li>p {
    position: relative;
    line-height: 25px;
    margin-top: -10px;
    margin-left: 40px;
    text-align: left;
    font-size: 17px;
    color: #fff;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
}
.footer-contacts li:nth-child(1) {
    background-image: url(../img/icons/call.png);
}
.footer-contacts li:nth-child(2) {
    background-image: url(../img/icons/mail.png);
}
.footer-contacts li:nth-child(1) p{
    letter-spacing: 1.4px;
}
.footer-contacts li:nth-child(2) p{
    letter-spacing: 1.4px;
}
.footer-contacts li:nth-child(3) {
    background-image: url(../img/icons/adress.png);
}
.Contacts_left_bg{
	width: 132px;
	height: 210px;
	position: absolute;
	z-index: -1;
	left: -45px;
	top: -35px;
	background-image: url(../img/icons/bg_red.png);
}
.form {
    position: absolute;
    width: 700px;
    right: 90px;
    top: -140px;
    position: absolute;
}
.text1 {
    width: 97%;
    height: 20px;
    border: 1px solid #fff;
    outline: none;
    color: #fff;
    font-size: 16px;
    padding: 10px;
	margin-top: 15px;
    float: left;
    background-color:rgba(255,255,255,0.2);
}
.text {
    width: 97%;
    height: 20px;
    border: 1px solid #fff;
    outline: none;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    margin-top: 15px;
    background-color:rgba(255,255,255,0.2);
}

.textarea1 {
    width: 97%;
    height: 200px;
    border: 1px solid #fff;
    outline: none;
    color: #fff;
   background-color:rgba(255,255,255,0.2);
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
}
::placeholder {
    color: #d0d0d0;
    font-weight: 700;
}
.aBooking1{
    width: 300px;
    height: 40px;
    color: #fff;
    background-color:#f6676d;
    border: 2px solid #f6676d;
    font-family: 'dejavu_sansbook';
    font-weight: bold;
    margin-left: 190px;
    cursor: pointer;
    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;
}
.aBooking1:hover{
	background-color: transparent;
	color: #f6676d;
}
@media only screen and (max-width: 1500px) {
#section{
	width: 1300px;
	
}
.form{
	width: 600px;
	margin-top: 250px;
	
}
.text,.textarea1, .text1{
	width: 579px;
}
.aBooking1{
	margin-left: 150px;
}
}
@media only screen and (max-width: 1400px) {
#section{
	width: 1200px;
	
}
.form{
	width: 600px;
	right: 50px;
}

}
@media only screen and (max-width: 1300px) {
#section{
	width: 1100px;
	
}
.form{
	width: 600px;
	right: 20px;
}

}
@media only screen and (max-width: 1200px) {

#section{
	width: 700px;
	height: 1200px;
	
}
.Contacts{
	width: 70%;
}
.send_form{
	width: 90%;
	top: 450px;
}
.form{
	width: 600px;
	right: 15px;
	margin-top: 300px;
}
@media only screen and (max-width: 800px) {
#section{
	width: 600px;
	height: 1200px;
	
}
.Contacts{
	width: 70%;
}
.Contacts_info{
	margin-left: 40px;
}
.text,.textarea1, .text1{
	width: 476px;
}
.aBooking1{
	margin-left: 100px;
}
.form{
	width: 500px;
	right: 15px;
}
	}
	@media only screen and (max-width: 620px) {
#section{
	width: 400px;
	height: 1200px;
	
}
.Contacts{
	width: 90%;
}
.Contacts_info{
	margin-left: 40px;
}
.text,.textarea1{
	width: 309px;
}
.text1{
	width: 138px;
}
.mail{
	margin-left: 10px !important;
}
.aBooking1{
	margin-left: 10px;
}
.form{
	width: 330px;
	right: 15px;
}