.footer {
	font-family: "PFDinTextPro", Verdana, sans-serif;
	background: #f5f5f5;
	position: relative;
	font-size: 14px;
	line-height: 24px;
}

.footer__content {
	padding-top: 33px;
	padding-bottom: 31px;
}

.footer__content:after {
	content: '';
	display: table;
	clear: both;
}

.footer-section {
	float: left;
}

.footer-section_1 {
	width: 32.4%;
}

.footer-section_2 {
	width: 25.8%;
}

.footer-section_3 {
	width: 26.3%;
}

.footer-section_4 {
	width: 15.5%;
}

.footer-section__title {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 12px;
}

.footer-section__title_second {
	margin-top: 48px;
}

.footer-section__title-link {
	text-decoration: none;
	color: inherit;
}

.footer-section__title-link:hover {
	color: #52bbb1;
	text-decoration: none;
}

.footer-section__content {

}

.footer-nav {

}

.footer-nav__item {
	margin-bottom: 2px;
}

.footer-section__content--pipeline:last-child {
	display: none;
}

.footer-nav__link {
	color: inherit;
	text-decoration: none;
}

.footer-nav__link:hover,
.footer-nav__link_active {
	color: #52bbb1;
	text-decoration: none;
}

.footer__address {

}

.footer__address-link {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.footer__address-link:hover {
	color: #52bbb1;
	text-decoration: none;
}

.footer__bottom {
	border-top: 1px solid #e7e7e7;
	padding-top: 31px;
	padding-bottom: 33px;
}

.footer__bottom:after {
	content: '';
	display: table;
	clear: both;
}

.footer__copyright {
	float: left;
}

.copyright {
	font-size: 14px;
	float: left;
}

.footer__dev {
	float: right;
}

.dev {
	font-size: 14px;
	color: inherit;
	text-decoration: none;
	margin: 0 20px 0 0;
}

.dev:hover {
	text-decoration: none;
}

.dev__name {
	font-weight: 500;
}

.dev:hover .dev__name {
	color: #52bbb1;
}

.footer__bottom .social-link{
	text-align: center;
	margin: -2px 0 0 180px;
	float: left;

}

.social-link .social-link__item{
	margin: 0 12px;
}


@media screen and (max-width: 1365px) {
	.footer__content {
		padding: 32px 5%;
	}

	.footer-section {
		width: 33%;
	}

	.footer-section.footer-section_1 {
		width: 100%;
		margin: 0 0 10px;
	}

	.footer-section_1 .footer-section__content {
		width: 50%;
		float: left;
	}

	.footer-section.footer-section_4 {
		padding: 0 0 0 3%;
	}

	.footer-section.footer-section_4 .footer-nav__item {
		width: 50%;
		float: left;
	}

	.footer__bottom {
		padding: 32px 5%;
	}

	.footer__bottom .social-link {
		text-align: center;
		margin: -2px 0 0 28px;
		float: left;

	}
}

@media screen and (max-width: 899px) {
	.footer__copyright {
		width: 100%;
		margin: 0 0 20px;
	}

	.footer__dev {
		width: 100%;
		margin: 0 0 20px;
	}

	.footer__bottom .social-link {
		position: absolute;
		right: 5%;
	}
}
@media screen and (max-width: 799px) {
	.footer-section {
		float: none;
		width: 100%;
	}
	.footer-section__content {
		display: none;
	}
	.footer-section_1  .footer-section__content {
		width: 100%;
		display: block;
		float: none;
	}
	.footer-section__title_second {
		margin-top: 0;
	}
	.footer-section.footer-section_1 {
		margin: 0 0 25px;
	}

	.footer-section.footer-section_4 {
		padding: 0;
	}

	.footer-section__title {
		margin-bottom: 17px;
	}

	.footer__content {
		padding: 32px 5% 15px;
	}
}

@media screen and (max-width: 479px) {
	.footer__bottom .social-link {
		position: static;
		right: 0;
		margin: 6px 0px -10px -11px;
		width: 100%;
		display: block;
		text-align: left;
	}

	.dev {
		display: inline-block;
		width: 100%;
		margin: 0;
	}
}