.footer {
	width: 100%;
	height: 400px; /* Увеличено с 300px */
	background: #001530;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	color: #fff;
}


.footer-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 250px;
    text-align: center;
    text-decoration: none;
}

.footer-image-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 120px;
}

.footer-text-logo{
    padding-top: 5px;
    display: flex;
    justify-content: center;
	line-height: 1.2;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 250px;
}

.footer-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    transition: color 0.3s ease;
}

.footer-menu a:hover {
    color: #007fff;
}

.footer-social-network {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 200px;
}

.social-network {
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-network-text {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
    font-size: 20px;
}

.social-network-text:hover {
    color: #007fff;
}

.footer-image {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(100) invert(100); 
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 500px;
}

.contacts {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contacts-text {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contacts-text:hover {
    color: #007fff;
}

.copyright-section {
    bottom: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.copyright-image {
    width: 15px;
    height: 15px;
    filter: brightness(50) invert(50); 
}

.copyright-text {
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.map-link {
  text-align: center;
}

.about-map {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.map {
  width: 400px;
  height: 200px;
  border: 0;
}

.map-btn{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.map-link-item {
    width: 30%;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #001530;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.map-link-item:hover {
    background-color: #f0f4f8;
    transform: translateY(-2px);
}

.map-link-image {
     width: 24px;
     height: 24px;
}


@media (min-width: 1024px) and (max-width: 1440px) {
	

	.footer-container {
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer-text-logo {
		font-size: 14px;
	}

	.footer-menu a,
	.social-network-text,
	.contacts-text {
		font-size: 15px;
	}

	.footer-image,
	.map-link-image {
		width: 20px;
		height: 20px;
	}

    .footer-contacts{
        width: 20%;
    }

    .footer-social-network{
        width: 20%;
    }
    .footer-menu{
        width: 20%;
    }

	.map {
		max-width: 300px;
		height: 180px;
	}

	.map-link-item {
		font-size: 14px;
		height: 36px;
	}
}




@media (max-width: 1024px) {
	.footer {
        width: 100%;
        height: 100%;
		padding: 60px 0;
	}

	.footer-container {
		display: flex;
        width: 100%;
        height: 100%;
		flex-direction: column; /* Всё в столбик */
		align-items: center;
        text-align: center;
		gap: 30px;
	}

    .footer-social-network{
        display: flex;
		flex-direction: column; /* Всё в столбик */
		align-items: center;
        text-align: center;
		gap: 30px;
    }

    .footer-contacts{
        display: flex;
		flex-direction: column; /* Всё в столбик */
		align-items: center;
        text-align: center;
		gap: 30px;
    }

	.footer-logo,
	.footer-menu,
	.footer-social-network,
	.footer-contacts,
	.map-link {
		width: 100%;
		max-width: 600px;
	}

	.map {
		width: 100%;
		height: 220px;
	}

	.map-btn {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		margin-top: 15px;
	}

	.map-link-item {
		width: 30%;
		min-width: 100px;
	}
}




@media (max-width: 768px) {
	.footer {
		padding: 80px 20px;
	}
	.footer-container {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 30px;
	}
	.footer-menu,
	.footer-social-network,
	.footer-contacts {
		width: 100%;
		align-items: center;
	}
	.map-btn {
		flex-direction: column;
		gap: 10px;
	}
	.map-link-item {
		width: 100%;
	}
	.map {
		width: 100%;
		height: 180px;
	}
}

@media (max-width: 480px) {
	.footer-text-logo {
		font-size: 14px;
	}
	.footer-menu a,
	.social-network-text,
	.contacts-text {
		font-size: 18px;
	}
	.map {
		height: 160px;
	}
}
@media (max-width: 430px) {
	.footer {
		padding: 0 15px;
		padding-top: 10px;
	}

	.footer-menu a,
	.social-network-text,
	.contacts-text {
		font-size: 16px;
	}
	.footer-logo,
	.footer-menu,
	.footer-social-network,
	.footer-contacts {
		width: 100%;
	}
	.map {
		height: 140px;
	}

	.copyright-section{
		padding-top: 50px;
	}
}
