.footer__container {
	padding: 56px 16px 80px;
}
.footer__header {
	margin-bottom: 36px;
}

.footer__header .logo {
	margin: 0 auto 28px;
}

.footer__header .logo.logo-link {
	background: none;
}

.footer__main,
.footer__nav {
	margin-bottom: 80px;
}

.social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__footer .harmful-text {
	margin-bottom: 40px;
}

.harmful-text {
	margin: 0 auto;
	width: 324px;
	height: 48px;
	background: center / contain no-repeat url(../img/footer-text.svg);
}

.footer .privacy-policy {
	width: 300px;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	-webkit-font-feature-settings: "tnum" on, "lnum" on;
	font-feature-settings: "tnum" on, "lnum" on;
}

.footer .privacy-policy a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.4);
}

.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	line-height: 18px;
	-webkit-font-feature-settings: "tnum" on, "lnum" on;
	font-feature-settings: "tnum" on, "lnum" on;
}

.link-box__col {
	width: 50%;
}

.link-box__col:not(:last-child) {
	margin-right: 8px;
}

.link-box__title {
	padding-bottom: 8px;
	color: rgba(0, 0, 0, 0.4);
}

.link-box:not(:first-child) {
	margin-top: 48px;
}

.link-box__link {
	display: block;
	padding: 8px 0;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}

.link-box__link:hover {
	color: rgba(0, 0, 0, 0.4);
}

.load-app-block__title {
	font-size: 28px;
	line-height: 36px;
	width: 291px;
	font-weight: 300;
	color: #453939;
	text-transform: uppercase;
}

.load-app-block > *:not(:last-child) {
	margin-bottom: 24px;
}

.load-app-block__icons-cont i {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 16px;
}
.btn-footer {
	display: inline-block;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	line-height: 22px;
	padding: 16px 23px 16px 23px;
	border-radius: 56px;
	text-align: center;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, 1);
	-webkit-transition: color linear 0.2s, border linear 0.2s,
		-webkit-transform linear 0.3s;
	transition: color linear 0.2s, border linear 0.2s,
		-webkit-transform linear 0.3s;
	-o-transition: transform linear 0.3s, color linear 0.2s, border linear 0.2s;
	transition: transform linear 0.3s, color linear 0.2s, border linear 0.2s;
	transition: transform linear 0.3s, color linear 0.2s, border linear 0.2s,
		-webkit-transform linear 0.3s;
}
.social-links__link {
	display: block;
	width: 48px;
	height: 48px;
	position: relative;
	padding: 12px;
	cursor: pointer;
}
.social-links__link > i {
	display: block;
	width: 24px;
	height: 24px;
	fill: #000;
}
@media screen and (min-width: 428px) {
	.footer__container {
		padding: 56px 24px 88px;
	}
	.harmful-text {
		width: 360px;
		height: 54px;
	}
}

@media screen and (min-width: 804px) {
	.footer__container {
		padding: 56px 16px 88px 32px;
	}
	.footer__main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.load-app-block {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.footer__nav {
		min-width: 390px;
		margin-bottom: 0;
	}
	.harmful-text {
		width: 405px;
		height: 61px;
	}
}
@media screen and (min-width: 1024px) {
	.footer__container {
		padding: 56px 16px 88px;
	}
	.footer__main {
		max-width: 886px;
		margin: 0 auto;
		margin-bottom: 80px;
	}
	.footer__nav {
		width: 565px;
	}
	.link-box__col {
		width: 33.333%;
	}
	.link-box.no-laptop + .link-box {
		margin-top: 0;
	}
	.btn-footer:hover {
		color: rgba(0, 0, 0, 0.8);
		border: 1px solid rgba(0, 0, 0, 0.5);
	}
	.btn-footer:active {
		-webkit-transform: scale(0.98);
		-ms-transform: scale(0.98);
		transform: scale(0.98);
	}

	.social-links > a:hover {
		opacity: 0.4;
	}
	.footer .privacy-policy a:hover {
		text-decoration: none;
		color: #000;
	}
}
@media screen and (min-width: 1200px) {
	.footer__main {
		max-width: 1035px;
		margin-bottom: 130px;
	}
	.footer__nav {
		width: 663px;
	}
	.footer__container {
		padding-top: 80px;
		padding-bottom: 128px;
	}
}
@media screen and (min-width: 1400px) {
	.footer__main {
		max-width: 1209px;
		margin-bottom: 135px;
	}
	.footer__nav {
		width: 600px;
	}
	.link-box__col:not(:last-child) {
		margin-right: 51px;
	}
	.load-app-block__title {
		font-size: 44px;
		line-height: 56px;
		width: 425px;
	}
}
