.contacts{
	padding: 50px 0;
}

.contacts__wrapper{
	display: flex;
	margin-top: 40px;
}

.contacts__info{
	width: 50%;
}

.contact-form{
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.contacts__info{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.contacts__phones{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.contacts__phone{
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Open sans";
	font-size: 16px;
	font-weight: 400;
}

.contacts__phone svg{
	width: 1.5rem;
	height: 1.5rem;
}

.contacts__phone:hover{
	opacity: .7;
}

.contacts__email{
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: "Open sans";
	font-size: 16px;
	font-weight: 400;
	margin-top: 25px;
}

.contacts__email:hover{
	opacity: .7;
}

.contacts__email svg{
	width: 1.5rem;
	height: 1.5rem;
}



.form__wrapper{
	display: flex;
	gap: 30px;
}

.form-group{
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: flex-start;
	width: 50%;
}

.form-group label{
	font-family: "Open sans";
	font-size: 20px;
	font-weight: 400;
}
.form-group label span{
	color: red;
}

.form-group-message{
	width: 100%;
}

#id_message{
	resize: none;
	width: 100%;
	height: 200px;
	border: 1px solid #97c680;
	padding: 12px 16px;
	border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
	font-family: 'Open sans';
	font-size: 16px;
	transition: box-shadow 0.3s ease;
	outline: none;
}

#id_message:focus{
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

#id_first_name{
	width: 100%;
	height: 50px;
	border: 1px solid #97c680;
	padding: 12px 16px;
	border-radius: 5px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
	font-family: 'Open sans';
	font-size: 16px;
	transition: box-shadow 0.3s ease;
	outline: none;
}

#id_first_name:focus{
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

#id_last_name{
	width: 100%;
	height: 50px;
	border: 1px solid #97c680;
	padding: 12px 16px;
	border-radius: 5px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
	font-family: 'Open sans';
	font-size: 16px;
	transition: box-shadow 0.3s ease;
	outline: none;
}

#id_last_name:focus{
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

#id_phone_display{
	width: 100%;
	height: 50px;
	border: 1px solid #97c680;
	padding: 15px 16px;
	border-radius: 5px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
	font-family: 'Open sans';
	font-size: 16px;
	transition: box-shadow 0.3s ease;
	outline: none;
	padding-top: 17px;
}

#id_phone_display:focus{
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

#id_email{
	width: 100%;
	height: 50px;
	border: 1px solid #97c680;
	padding: 12px 16px;
	border-radius: 5px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
	font-family: 'Open sans';
	font-size: 16px;
	transition: box-shadow 0.3s ease;
	outline: none;
}

#id_email:focus{
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.form__btn{
	height: 60px;
	width: 100%;
	background-color: #97c680;
	cursor: pointer;
	border: none;
	font-family: 'Open sans';
	font-size: 20px;
	font-weight: 400;
	transition: all .3s;
}

.form__btn:hover{
	background-color: #feba88;
}

.iti__selected-dial-code{
	font-size: 16px;
}

.form__popup{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 3;
}

.form__popupWrapper{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	width: 400px;
	height: 150px;
}

.form__popupClose{
	font-size: 24px;
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}

.map{
	width: 100%;
	height: 450px;
	margin-top: 50px;
	box-shadow:
    0 -10px 25px -10px rgba(0, 0, 0, 0.3), /* тень сверху */
    0 10px 25px -10px rgba(0, 0, 0, 0.3);
}

.leaflet-bottom{
	display: none;
}

.active{
	display: flex;
}




/* 📱 Мобильные устройства: портретные (до 480px) */
@media (max-width: 480px) {
	.form__wrapper{
		flex-direction: column;
	}
	.form-group{
		width: 100%;
	}
	.header--fixed{
		display: none;
	}
	.map{
		height: 260px;
	}
	.contacts__wrapper{
		flex-direction: column;
		gap: 40px;
	}
	.contacts__info{
		width: 100%;
	}
	.contact-form{
		width: 100%;
	}
  }
  
  /* 📱 Мобильные устройства: типичный смартфон (481px – 767px) */
  @media (min-width: 480px) and (max-width: 767px) {
	.form__wrapper{
		flex-direction: column;
	}
	.form-group{
		width: 100%;
	}
	.header--fixed{
		display: none;
	}
	.map{
		height: 300px;
	}
	.contacts__wrapper{
		flex-direction: column;
		gap: 40px;
	}
	.contacts__info{
		width: 100%;
	}
	.contact-form{
		width: 100%;
	}
  }
  

 
