﻿.footer {
	margin: 0 auto;
	min-width: 996px;
	width: 100%;
	border-top: 1px solid #e1e1e1;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	max-width: 1440px;
	margin: 0 auto;
	padding: 32px;
	box-sizing: border-box;
	background-color: inherit;
}

.footer-social {
	margin-right: 120px;
	display: flex;
	justify-content: flex-end;
}

@media only screen and (max-width: 1439px) {
	.footer-social {
		margin-right: 0;
	}
}

.footer-company-block {
	background-color: inherit;
}

.footer-logo {
	margin-bottom: 24px;
	height: 32px;
}

.lang-dropdown_wrapper {
	position: relative;
	margin-bottom: 24px;
	background-color: inherit;
}

.lang-dropdown {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	border: 1px solid #D1D4D7;
	box-sizing: border-box;
	border-radius: 2px;
	min-width: 168px;
	padding: 7px 16px;
	margin-bottom: 8px;
}

.lang-dropdown > span {
	font-size: 14px;
	line-height: 20px;
}

svg.lang-dropdown_arrow-toggle {
	transform: rotate(90deg);
}

.lang-dropdown_arrow-btn {
	transform: rotate(-90deg);
	fill: #BABDBF;
}

.lang-dropdown_list {
	position: absolute;
	cursor: pointer;
	min-width: 168px;
	border: 1px solid #D1D4D7;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgba(209, 212, 215, 0.3);
	border-radius: 2px;
	list-style-type: none;
	background-color: #fff;
	bottom: 48px;
}

.lang-dropdown_item {
	padding: 10px 16px;
	font-size: 14px;
	line-height: 20px;
}

.lang-dropdown_item:hover {
	background-color: #F7F8FA;
}

.footer-menu-wrap {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.footer-menu {
	display: flex;
}

.footer-list-urls {
	width: 28%;
	padding: 0 16px;
}

.list-dropdown_arrow-btn {
	transform: rotate(-90deg);
	fill: #babdbf;
}

svg.dropdown_arrow-toggle {
	transform: rotate(90deg);
	padding: 0 0 4px 0;
}

.footer-list-urls_title {
	list-style-type: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 16px;
}

.footer-list-urls_title-seo {
	margin-top: 24px;
}

.footer-list-urls_item {
	margin-bottom: 8px;
	list-style-type: none;
}

.footer-list-urls_item > a {
	color: #949799;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}

.footer-list-urls_item > a:hover {
	color: #242628;
}

.facebook-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 38px;
	width: 38px;
	border: 1px solid #D1D4D7;
	border-radius: 50%;
}

.footer-copyright, .footer-copyright > a {
	font-size: 14px;
	line-height: 20px;
	color: #949799;
	text-decoration: none;
}

.hidden-seo {
	display: none;
}