.footer {
	background-color: #232323;
}

.footer-cont {
	padding: 48px 16px 120px;
}
.footer-cont .logo-cont {
	margin-bottom: 48px;
}
.midle-block {
	display: flex;
	margin-bottom: 48px;
	font-family: "Stratos LC Web";
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
}
.midle-block .contacts {
	margin-right: 25px;
}
.footer__nav-title {
	font-weight: 500;
	margin-bottom: 16px;
}
.footer__nav-link {
	text-decoration: none;
	font-weight: 300;
	color: #fff;
}
.footer__nav-item:not(:last-child) {
	margin-bottom: 13px;
}
.contact-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 46px;
	font-family: "Druk Text Wide Cyr";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	border-radius: 29px;
	text-decoration: none;
	border: 3px solid #4372e9;
	background-color: #232323;
	color: #4372e9;
}
@media screen and (min-width: 768px) {
	.footer-cont {
		display: flex;
		justify-content: space-between;
		max-width: 1172px;
		padding: 48px 64px;
		margin: 0 auto;
	}

	.footer-cont .logo-cont {
		margin-bottom: 0;
	}
	.footer-cont .main-logo {
		width: 181px;
		height: 37px;
	}
	.midle-block .contacts {
		margin-right: 40px;
	}
}

@media screen and (min-width: 1024px) {
	.footer-cont {
		justify-content: flex-start;
	}
	.midle-block {
		margin-left: auto;
		margin-right: 96px;
	}
	.midle-block .contacts {
		width: 209px;
		margin-right: 21px;
	}
	.footer__nav-cont {
		width: 104px;
	}
}
