.photo {
	position: relative;
}
.div {
	font-size: 25px;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.7);
	color: #fff;
}
.div1 {
	font-size: 20px;
	color: #fff;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.7);
}

.container-nav {
	padding: 20px;
	display: none;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: auto;
	margin: 0;
}

@media (max-width: 1000px) {
	.container-nav {
		display: flex;
	}
}

.nav-bt {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	border-radius: 5px;
	background-color: #f6f9ff;
	width: 200px;
	height: 50px;
	margin: 20px;
	position: relative;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: flex;
	transition: transform 0.23s ease;
}

.nav-bt:hover {
	transform: scale(1.05); /* Увеличение размера на 10% при наведении */
}

.nav-title {
	position: absolute;
	font-weight: 580;
	font-family: Inter, sans-serif;
	font-size: 20px;
	color: #4a4a4a;
	text-decoration: none;
}

.backphoto-icon {
	display: flex;
	width: 100%;
	height: 700;
}

.title-adressinfo {
	position: absolute; /* Позиционируем абсолютно относительно родительского элемента */
	bottom: 0; /* Размещаем его в нижнем левом углу */
	left: 0;
	padding: 20px;
}

.p {
	margin: 0;
	margin-top: 10px;
	font-weight: 500;
}
.p1 {
	margin: 0;
}
.title-director {
	margin-top: 20px;
	position: relative;
	font-size: 20px;
	color: #000;
	text-align: center;
	font-family: Inter;
}

@media (max-width: 512px) {
	.backphoto-icon {
		display: block;
		left: 300px;
		width: 100%;
		height: 200px;
	}
	.div {
		font-size: 20px;
	}
	.div1 {
		font-size: 15px;
	}
}
