
#contacts{
	width: 1100px;
	margin: -100px auto;
	text-align: center;
	position: relative;
	z-index: 9;
	background-color: #fff;
	-webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 /25%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 25%);
    border-radius: 10px;
}
#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;
	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_i{
	width: 60px;
	height: 60px;
	background-color: var(--primary-hover-color);
	color: #fff;
	border-radius: 50%;
	border:4px solid #e2e4f3;
	webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 5%);
    font-size: 25px;
    display: flex;
    margin:20px auto;
    
}
#contacts pre{
	width: 400px;
	text-align: center;
	margin: 20px auto;
	font-family: "Regular2";
	color: #010101;
	font-size: 30px;
	position: relative;
}
#contacts pre::before{
	content: "";
    position: absolute;
    top: 45px;
    left: 170px;
    background-color: var(--primary-color);
    height: 4px;
    width: 60px;
    border-radius: 10px;
}

#meps{
    width: 100%;
    height: 400px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}

.leaflet-shadow-pane{
			display: none;
		}
		.icon_header{
			display: none;
		}

.contacts_i i{
	margin: auto;
	color: #fff;
}
.contacts>h4{
	font-size: 19px;
	color: #000;
}
.contacts>span{
	padding: 5px;
	line-height: 20px;
	font-size: 20px;
	margin-top: 20px;
	color: #858589;
}
.contacts>span>a{
	padding: 5px;
	line-height: 20px;
	font-size: 20px;
	color: red;
	margin-top: 20px;
	color: #858589;
}

.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
}
#forms{
width:1050px;
height:295px;
margin:auto;
margin-top:70px;
display:block;
position:relative;
}
.text-footer{
	border:3px solid #cad0e6;
	background-color:#f2f6ff;
    width:96%;
    height:50px;
    outline:none;
    float: left;
    margin-left: 10px;
    font-size:15px;
     color: #5d5e62;
     }


.text-footer1{
	border: 1px solid #fff;
	border-bottom:1px solid #cccccc;
    width:27%;
    height:50px;
    outline:none;
    float: left;
    margin-left: 40px;
    font-size:15px;
     color: #5d5e62;
     padding: 0px 5px;
     }
::placeholder {
    color:#5d5e62 !important;
       font-family: "Regular2";
}
.footer_forms_title{
	margin: 40px auto;
	width: 680px;
	text-align: center;
    font-family: "Regular2";
    font-size: 34px;
    -webkit-text-stroke-color: #fbce70;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    font-weight: bold;
    position: relative;
}


.namber-text{
	border: 1px solid #fff;
	border-bottom:1px solid #cccccc;
    width:92%;
    height:150px;
    outline:none;
    color: #5d5e62;
    float: left;
    margin-left: 40px;
    font-size:15px;
    margin-top: 30px;
    padding: 0px 5px;
}

  
.block-footer{
	position:absolute;
    background-color: var(--primary-hover-color);
    border: 3px solid var(--primary-hover-color);
	width:290px;
	height:48px;
	outline:none;
	border-radius: 50px;
	left:380px;
	margin-top:250px;
	font-size:15px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
	color:#fff;
	cursor:pointer;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s
	}
	.block-footer:hover{
		background-color:var(--primary-menu);
		 border: 3px solid var(--primary-menu);
	}
.iconfooter{
	width:120px;
	height:120px;
	margin:230px auto;
	border-radius: 10px;
	border: 2px solid red;
}

@media only screen and (max-width: 1100px) {
#contacts {
    width: 736px;
}
}
@media only screen and (max-width: 1000px) {
    .text-footer1 {
        width: 45% important;
    }
    .namber-text{
		    margin-top: 0px;
	}
}
@media only screen and (max-width: 800px) {
#contacts {
    width: 380px;
}
#contacts pre {
  width: 380px;
  font-size: 20px;
  position: relative;
}
.contacts {
    margin: 8px 13px!important;
}
#contacts pre::before {
    left: 163px;
}

}
@media only screen and (max-width: 500px) {
  
  .text {
    width: 90%;
    margin-top: 10px;
    float: none !important;
}
.textarea {
    width: 90%;
}
.contacts{
	margin: 10px;
	height: 200px;
	
}
}
@media only screen and (max-width: 1400px){#servise-animate{margin-top:180px!important}}
#header {
     width: 100%;
    height: 350px;
    background-image: url(../img/servise/contacts.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 1220px)
{
#servise-animate,#servise-right{
	display: none;
}
main{
	width: 800px;
}
}
@media only screen and (max-width: 820px)
{
main{
	width: 96%;
}
#contacts-mone{
	width: 97%;
	background-image: none;
}
#about-mone div {
   width: 95%;
}
.fb-page{
	display: none !important;
}
}
@media only screen and (max-width: 500px)
{
.contacts-text,.aBooking{
	width: 50%;
}
#contacts {
    width: 360px;
    overflow: hidden;
}
#contacts pre {
    width: 360px;
		}
		#contacts pre::before {
    left: 152px;
}
}