
#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: #000000;
	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: 500px;
	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: 220px;
    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: var(--primary-hover-color);
}
.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
}
.container {
    background: white;
    padding: 30px;
    border-radius: 8px;
    max-width: 600px;
    height: 900px;
    width: 100%;
    margin-top: 200px;
   
}
.checkbox-group label {
  cursor: pointer;
}
button {
  cursor: pointer;
}
h2 { text-align: center; color: #333;
font-family: "Regular2";
 }

.toggle-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
    background: #eee;
    padding: 10px;
    border-radius: 5px;
}

.section-title {
    font-weight: bold;
    margin: 15px 0 10px;
    color: #444;
    font-family: "Regular2";
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.form-group input, .form-group textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.checkbox-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    cursor: pointer;
}

hr { border: 0.5px solid #eee; margin: 20px 0; }

.submit-btn {
    width: 100%;
    padding: 12px;
    background-color: var(--primary-hover-color);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
    font-family: "Regular2";
}

.submit-btn:hover { background-color: #000; }
::placeholder {
  color: #aaa;
  opacity: 1;
}

/* Firefox */
::-moz-placeholder {
  color: #aaa;
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: #aaa;
}

/* Legacy Edge */
::-ms-input-placeholder {
  color: #aaa;
}
@media only screen and (max-width: 1120px) {
	#contacts {
		    width: 700px;
	}
}
@media only screen and (max-width: 720px) {
	#contacts {
		    width: 380px;
	}
	.container {
   width: 310px;

	}
	#contacts pre{
		width: 380px;
		font-size: 18px;
	}
	#contacts pre::before {
    
    left: 160px;
	}
}