
.footer {
	border-top: 1px solid #E3E4E9;
    padding-top: 38px;
	padding-bottom: 43px;
	position: relative;
}
.footer-contacts {
	display: flex;
	flex-direction: column;
	margin-right: 96px;
	width: 188px;
}
.footer-links {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.footer-top {
	display: flex;
}
.footer-low {
	display: flex;
	margin-top: 70px;
}
.footer-socials {
    display: flex;
    padding-left: 10px;
}
.footer .logo_btn {
	margin-bottom: 13px;
	display: block;
}
.footer .img_soc:not(:last-child) {
	margin-right: 42px;
}

.insta_soc
{
	width: 22px;
}

.ftr_ttl {
	font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #4E5A7E;
	margin-bottom: 15px;
	margin-top: 13px;
	font-family: Lato, sans-serif;
}
.footer a {
	display: block;
	font-size: 14px;
    line-height: 206%;
    color: #737FA3;
}
.privacy-link {
	margin-left: 30px;
}
.cookie-link {
	margin-left: 30px;
}
.footer-copyright {
	bottom: 50px;
    color: #737FA3;
	font-family: Lato, sans-serif;
	font-size: 14px;
	left: 50%;
	line-height: 17px;
	position: absolute;
	transform: translate(-50%);
}
/*
.products-links,
.features-links {
	margin-right: 100px;
}
*/

@media (max-width: 1269px) {
	.footer {
		margin: 0 auto;
	}
	.footer-contacts {
		margin-right: 121px;
	}
	.footer-low {
		justify-content: space-between;
	}
	.footer-low > a {
		margin-left: 0;
	}
	.products-links,
	.features-links {
		margin-right: 45px;
	}
	.footer-copyright {
		margin-top: 20px;
		position: static;
		text-align: center;
		transform: none;
	}
	
	
	.footer-top {
		justify-content: space-between;
	}
	.ftr_ttl {
		margin-top: 5px;
	}
	.footer-links {
		flex-wrap: wrap;
		margin-top: 0;
		display: flex;
		flex-direction: row;
		gap: 20px;
		justify-content: space-between;
		width: 370px;
	}
	.products-links {
		order: 1;
	}
	.features-links {
		order: 2;
	}
	.resources-links {
		order: 4;
	}
	.usecases-links {
		order: 3;
	}
	.footer-contacts {
		margin-right: 0;
	}
	.products-links,
	.features-links,
	.resources-links,
	.usecases-links {
		display: flex;
		flex-direction: column;
		margin: 0;
		width: calc(43% - 10px);
	}
	.products-links, .usecases-links {
		width: calc(57% - 10px);
	}
	
	
}
@media (max-width: 767px) {
	.footer-top {
		flex-direction: column;
	}
	.footer-top,
	.footer-low {
		margin: 0 auto;
		max-width: 340px;
		width: 100%;
	}
	.footer-low {
		justify-content: center;
		margin-top: 38px;
		gap: 24px;
	}
	
	
	.footer-links {
		flex-wrap: wrap;
		margin-top: 60px;
		display: flex;
		flex-direction: row;
		gap: 20px;
		justify-content: space-between;
		max-width: 100%;
	}
	.products-links {
		order: 1;
	}
	.features-links {
		order: 2;
	}
	.resources-links {
		order: 4;
	}
	.usecases-links {
		order: 3;
	}
	.footer-contacts {
		margin-right: 0;
	}
	.products-links,
	.features-links,
	.resources-links,
	.usecases-links {
		display: flex;
		flex-direction: column;
		margin: 0;
		width: calc(43% - 10px);
	}
	.products-links, .usecases-links {
		width: calc(57% - 10px);
	}
	
	
	.footer a {
		display: inline-block;
	}
	.footer-copyright {
		margin-top: 20px;
		position: static;
		text-align: center;
		transform: none;
	}
}
@media (max-width: 369px) {
	.features-links,
	.resources-links {
		margin-left: 0;
	}
	.footer-links {
		margin-top: 40px;
	}
}
