#footer {
	position: absolute;
	width: 1440px;
	height: 528px;
	left: 0px;
	top: 2060px;
	background: #A14D2A;

	z-index: 5;

	@media (max-width: 600px) {
		width: calc(100% - 5vw);
		min-width: calc(100% - 5vw);
		height: 95vw;

		padding-top: 9vw;
		padding-left: 5vw;

		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	@media (max-width: 400px) {
		height: 110vw;
	}
}

#footer-logo {
	position: absolute;

	width: 227.3px;
	height: 117px;

	left: 127px;
	top: 70px;

	background-image: url("../images/footer-logo.png");
	background-size: contain;

	@media (max-width: 600px) {
		position: static;

		width: 117px;
		height: 60px;
		
		left: auto;
		top: auto;
	}
}

#footer-title {
	position: absolute;

	width: 394px;
	height: 57px;

	left: 911px;
	top: 104px;

	@media (max-width: 600px) {
		position: static;
		padding-top: 4.5vw;

		width: 70vw;
		
		left: auto;
		top: auto;
	}
}

#footer-title p {
	font-family: 'Gogol';
	font-style: normal;
	font-weight: 400;
	font-size: 52px;
	line-height: 110%;
	text-align: right;

	@media (max-width: 600px) {
		font-family: 'Gogol';
		font-style: normal;
		font-weight: 400;
		font-size: 31.4px;
		line-height: 110%;
		text-align: left;
	}
}

#footer-separator {
	position: absolute;

	width: 1170px;
	height: 1px;

	left: 135px;
	top: 219px;

	border-top: 1px solid #F1E9E0;

	@media (max-width: 600px) {
		display: none;
		width: 30vw;
		
		left: 65vw;
		top: 35vw;
	}
}

#footer-contacts {
	position: absolute;

	width: 288px;
	height: 112px;

	left: 135px;
	top: 253px;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
	gap: 20px;

	@media (max-width: 600px) {
		position: static;
		
		left: auto;
		top: auto;

		align-items: flex-start;
		gap: 2.5vw;
	}
}

#footer-contacts-1,
#footer-contacts-2,
#footer-contacts-3 {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 12px;

	width: 288px;
	height: 24px;

	flex: none;
	order: 0;
	flex-grow: 0;
}

#footer-contacts-1-icon {
	width: 24px;
	height: 24px;

	background-image: url("../images/footer-icon-1.svg");
	background-repeat: no-repeat;
	background-position: center;
}

#footer-contacts-2-icon {
	width: 24px;
	height: 24px;

	background-image: url("../images/footer-icon-2.svg");
	background-repeat: no-repeat;
	background-position: center;
}

#footer-contacts-3-icon {
	width: 24px;
	height: 24px;

	background-image: url("../images/footer-icon-3.svg");
	background-repeat: no-repeat;
	background-position: center;
}

#footer-socials {
	position: absolute;

	width: 220px;
	height: 40px;

	left: 1085px;
	top: 255px;

	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 20px;

	@media (max-width: 600px) {
		left: 48vw;
		top: 10.5vw;

		width: 192px;
		height: 36px;
		gap: 16px;
	}

	@media (max-width: 400px) {
		left: 42vw;
	}
}

#footer-socials-1-icon {
	width: 40px;
	height: 40px;

	background-image: url("../images/footer-socials-whatsapp.svg");
	background-repeat: no-repeat;
	background-position: center;

	@media (max-width: 600px) {
		width: 36px;
		height: 36px;
		background-size: cover;
	}
}

#footer-socials-2-icon {
	width: 40px;
	height: 40px;

	background-image: url("../images/footer-socials-viber.svg");
	background-repeat: no-repeat;
	background-position: center;

	@media (max-width: 600px) {
		width: 36px;
		height: 36px;
		background-size: cover;
	}
}

#footer-socials-3-icon {
	width: 40px;
	height: 40px;

	background-image: url("../images/footer-socials-telegram.svg");
	background-repeat: no-repeat;
	background-position: center;

	@media (max-width: 600px) {
		width: 36px;
		height: 36px;
		background-size: cover;
	}
}

#footer-socials-4-icon {
	width: 40px;
	height: 40px;

	background-image: url("../images/footer-socials-instagram.svg");
	background-repeat: no-repeat;
	background-position: center;

	@media (max-width: 600px) {
		width: 36px;
		height: 36px;
		background-size: cover;
	}
}

#footer-legal {
	position: absolute;

	width: 200px;
	height: 40px;

	left: 135px;
	top: 418px;

	@media (max-width: 600px) {
		position: static;

		width: 70vw;
		
		left: auto;
		top: auto;

		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

#footer-docs {
	position: absolute;

	width: 540px;
	height: 25px;

	left: 765px;
	top: 433px;

	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 0px;
	gap: 20px;

	@media (max-width: 600px) {
		position: static;
		padding-top: 4.5vw;

		width: 70vw;
		
		left: auto;
		top: auto;

		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 20px;
	}
}

#footer-docs-1 p,
#footer-docs-2 p {
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	text-decoration-line: underline;

	@media (max-width: 600px) {
		text-align: left;

		font-family: 'Geologica';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
	}
}