#about{
	max-width: 1100px;
	height: 400px;
	
	margin: auto;
	position: relative;
	z-index: 9; 
	border-radius: 5px;
}
#magazin{
	width: 327px;
	min-height: 150px;
	border-radius: 10px;
	font-size: 15px;
	padding: 5px;
	line-height: 25px;
	color: #f0f0f0;
}

#about h1{
	padding: 20px;
	font-size: 17px;
    color: #000;
    font-family: 'dejavu_sansbook';
    margin-left: 20px;
    margin-top: 10px;
}
.head_contacts i{
	font-size: 25px;
	color: var(--primary-color);
	font-weight: bold;
}
.head_contacts p {
    font-family: "Regular";
    font-size: 22px;
    padding: 5px;
    color: #808080;
    position: absolute;
    margin-top: 40px;
    width: 430px;
}
.head_contacts p a{
	 color: #808080;
	 font-size: 20px;
	 font-family: "Regular" !important;
	 font-weight: normal;
}
pre{
	font-family: 'dejavu_sansbook';
}
#magazin div:first-child{
	margin-top: 0px;
}
#magazin div:nth-child(2){
	margin-top: 10px;
}
.head_contacts {
    width: 500px;
    height: 200px;
    margin-top: 0px;
    margin-left:0px;
}
.head_contacts h3 {
    font-family: 'bpg_nino_medium_capsregular';
    font-size: 30px;
    padding: 5px;
    color: #2d2d2d;
    margin-top: 10px;
    font-weight: bold;
}
.head_contacts div {
    color: #8a8a8a;
    font-family: 'dejavu_sansbook';
    padding: 5px;
    line-height: 23px;
    margin-top: 10px;
}
.contacts{
    width: 480px;
    height: 400px;
    top: 100px;
    margin-left: 0px;
    position: absolute;
    z-index: 9999;
    right: 0px;
    background-color: #ffffff;
        -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 15%);
}
.recaptcha{
	margin-left: 10px;
}
.contacts h2{
   padding: 5px 0px;
   font-size: 16px;
   text-align: left;
   margin-left: 15px;
}

.text {
    width: 90%;
    height: 30px;
    border-radius: 5px;
    border: 2px solid var(--primary-color);
    margin-left: 10px;
    background-color: rgba(255,255,255,0.5);
    outline: none;
    color: #7a7a7a;
    font-size: 11px;
    margin-top: 20px;
    padding: 10px 10px;
}
.textarea {
    width: 90%;
    height: 100px;
    margin-top: 20px;
    background-color: transparent;
	border: 2px solid var(--primary-color);
    outline: none;
    color: #931926;
    padding: 10px 10px;
    font-size: 16px;
    margin-left: 10px;
     border-radius: 5px;
}
.aBooking {
    width: 96%;
    height: 40px;
    color: #fff;
    background-color:  var(--primary-color);
    border: 1px solid  var(--primary-color);
    background-image: url(/img/icons/awea.png);
    cursor: pointer;
    margin-left: 2%;
    margin-top: 5px;
    border-radius: 5px;
    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 var(--primary-hover-color);
	  color: #000;
}

#map {
    width: 100%;
    height: 400px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    border-top: 4px solid rgb(231, 238, 254);
}
::placeholder {
  color: #4d4d4d;
  font-size: 13px;
  font-family: 'bpg_nino_medium_capsregular';
  font-weight: bold;
}
@media only screen and (max-width: 1220px) {
#about{
 width: 96%;
}
}
@media only screen and (max-width: 820px) {
#about{
 width: 480px;
 height: 800px;
}
.contacts {
    width: 480px;
    height: 400px;
    top: 300px;
	}
}
@media only screen and (max-width: 520px) {
#about{
 width: 380px;
 height: 800px;
 overflow: hidden;
}
.contacts {
    width: 380px;
    height: 400px;
    top: 300px;
    box-shadow: none;
	}
.text {
    width: 88%;
	}
.textarea {
     width: 88%;
	}
}
