
.shelter {
	padding-top: 50px;
  	padding-bottom: 77px;
	/* background-color: #FBFBFB; */
}
.shelter {
	padding-top: 50px;
  	padding-bottom: 77px;
	/* background-color: #FBFBFB; */
}
.shelter__top {
	display: flex;
	gap: 50px;
	margin-bottom: 50px;
	align-items: flex-start;
}

/* Увеличенный логотип */
.shelter-page__gallery-img {
	width: 400px;
	height: 400px;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
}

.shelter-page__gallery-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.shleter__content-title {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	text-align: left;
	margin-bottom: 30px;
	color: #2c3e50;
}

.shleter__text {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 24px;
	color: #34495e;
	text-align: justify;
}
.shelter__bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	padding: 40px 0;
	margin-top: 40px;
}

.shelter__col {
	background: transparent !important;
	padding: 30px;
	border-radius: 15px;
}

/* Принудительно убираем любой фон */
.shelter__col--contact,
.shelter__col--requisites {
	background: transparent !important;
}

.shelter__col-title {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 20px;
	color: #2c3e50;
	border-bottom: 3px solid #20C166;
	padding-bottom: 10px;
	display: inline-block;
}

.shelter__inst,
.shelter__col-text {
	font-family: 'Inter';
	font-size: 16px;
	line-height: 28px;
	color: #34495e;
}

.shelter__col-text {
	margin-bottom: 16px;
	white-space: pre-line;
}

.shelter__inst {
	background: url(../images/instagram.svg) no-repeat right center;
	background-size: 24px 24px;
	padding-right: 35px;
	color: #20C166;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}

.shelter__inst:hover {
	color: #17a85a;
	transform: translateX(5px);
}

@media screen and (max-width: 1130px) {
	.shelter__top {
		gap: 40px;
	}
	
	.shelter-page__gallery-img {
		width: 300px;
		height: 300px;
	}
	
	.shleter__content-title {
		font-size: 40px;
		line-height: 44px;
	}
	
	.shleter__text,
	.shelter__col-text {
		font-size: 16px;
		line-height: 26px;
	}
	
	.shelter__col-title {
		font-size: 24px;
	}
	
	.shelter__bottom {
		gap: 40px;
	}
}

@media screen and (max-width: 900px) { 
	.shelter {
		padding-top: 120px;
	}
	
	.shelter__top {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 30px;
	}
	
	.shelter-page__gallery-img {
		width: 250px;
		height: 250px;
	}
	
	.shleter__content-title {
		font-size: 36px;
		line-height: 40px;
	}
	
	.shelter__bottom {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

@media screen and (max-width: 530px) { 
	.shelter__bottom {
		gap: 20px;
	}
	
	.shelter__col {
		padding: 20px;
	}
	
	.shelter__col-title {
		font-size: 20px;
		margin-bottom: 15px;
	}
	
	.shleter__content-title {
		font-size: 28px;
		line-height: 32px;
	}
	
	.shelter-page__gallery-img {
		width: 200px;
		height: 200px;
	}
}
