.footer-locales-title,
.footer-locales-wrap .locales__current {
	color: #9fa1a7;
	font-family: Roobert, Helvetica, Arial, sans-serif;
}
.footer-locales-title,
.footer-locales-wrap .locales .menu__sub-item-link,
.footer-locales-wrap .locales__current {
	font-family: Roobert, Helvetica, Arial, sans-serif;
}
.footer-locales {
	background-color: transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.footer-locales.is-active {
	background-color: #020202;
}
.footer-locales.is-active .locales__arr {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.footer-locales-title {
	font-size: 16px;
	display: none;
}
.footer-locales-wrap {
	z-index: 10;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	position: absolute;
	right: 0;
	top: -11px;
}
@media (max-width: 767px) {
	.footer-locales-title {
		display: block;
	}
	.footer-locales-wrap {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		position: initial;
		top: initial;
		right: initial;
	}
}
.footer-locales-wrap .locales {
	position: relative;
	height: 40px;
	cursor: pointer;
}
.footer-locales-wrap .locales__current {
	font-size: 18px;
	line-height: 24px;
}
.footer-locales-wrap .locales__arr {
	width: 10px;
	height: 7px;
	margin-left: 9px;
	line-height: 0;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.footer-locales-wrap .locales #Localehidden {
	display: none;
}
.footer-locales-wrap .locales .menu__sub-menu {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
}
.footer-locales-wrap .locales .menu__sub-item-link {
	width: 100%;
	text-align: center;
}
.footer-locales-wrap .locales__current-wrap {
	padding: 0 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	position: relative;
}
.footer-locales-wrap .menu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 767px) {
	.footer-locales-wrap .locales .menu__sub-menu {
		grid-template-columns: 50% 50%;
	}
	.footer-locales-wrap .menu {
		display: none;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: #020202;
		-webkit-box-shadow: 0 32px 46px rgba(0, 0, 0, 0.11);
		box-shadow: 0 32px 46px rgba(0, 0, 0, 0.11);
		border-top: 1px solid #232323;
		z-index: 1;
	}
}
.footer-locales-wrap .menu__item {
	position: relative;
}
.footer-locales-wrap .menu__item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 100%) scale(0);
	-ms-transform: translate(-50%, 100%) scale(0);
	transform: translate(-50%, 100%) scale(0);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	border: 6px solid transparent;
	border-top: 7px solid #3e3e3e;
	opacity: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	z-index: 3;
}
.footer-locales-wrap .menu__item_clear:after {
	display: none;
}
@media (max-width: 767px) {
	.footer-locales-wrap .menu__item {
		position: absolute;
		right: 0;
	}
	.footer-locales-wrap .menu__item:after {
		display: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		content: '';
		position: absolute;
		right: 15px;
		top: 24px;
		-webkit-transform: rorate(180deg);
		-ms-transform: rorate(180deg);
		transform: rorate(180deg);
		width: 11px;
		height: 7px;
		background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/svg/arr-white.svg);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.footer-locales-wrap .menu__item_clear:after {
		display: none;
	}
}
.footer-locales-wrap .menu__item:hover .menu__item-link {
	color: #fff;
	background-color: #222;
}
.footer-locales-wrap .menu__item-link {
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 30px;
	color: #8e9294;
	background-color: transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
}
.footer-locales-wrap .menu__item-link-text.notif-new:after,
.footer-locales-wrap .menu__item-link-text.notif:after {
	font-size: 8px;
	top: -8px;
	background-color: #b4284f;
	text-align: center;
	color: #fff;
	font-family: 'Gilroy Bold', Helvetica, Arial, sans-serif;
}
.footer-locales-wrap .menu__item-link-text {
	position: relative;
	line-height: 1;
}
.footer-locales-wrap .menu__item-link-text.notif:after {
	content: '1';
	position: absolute;
	right: -3px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	line-height: 17px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
}
.footer-locales-wrap .menu__item-link-text.notif-new:after {
	content: 'new';
	position: absolute;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	line-height: 18px;
	width: 26px;
	height: 20px;
	border-radius: 3px;
}
.footer-locales-wrap .menu__sub-menu-wrap {
	display: none;
	position: absolute;
	z-index: 2;
	bottom: 100%;
	left: 0;
	background-color: #020202;
	-webkit-box-shadow: 0 32px 46px rgba(0, 0, 0, 0.11);
	box-shadow: 0 32px 46px rgba(0, 0, 0, 0.11);
	font-weight: 600;
}
.footer-locales-wrap .menu__sub-menu-wrap.show {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-animation: show 0.3s;
	animation: show 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.footer-locales-wrap .menu__sub-menu-wrap_acc {
	right: 0;
	left: 0;
	z-index: 2;
}
@media (max-width: 1279px) {
	.footer-locales-wrap .locales__current-wrap {
		padding: 0 30px;
	}
	.footer-locales-wrap .menu__item-link {
		padding: 0 22px;
	}
	.footer-locales-wrap .menu__sub-menu-wrap_acc {
		left: auto;
	}
}
@media (max-width: 767px) {
	.footer-locales-wrap .menu__item-link {
		padding: 0 15px;
	}
	.footer-locales-wrap .menu__sub-menu-wrap {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer-locales-wrap .menu__sub-menu-wrap_acc {
		position: absolute;
		display: none;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}
}
.footer-locales-wrap .menu__sub-menu-wrap_loc {
	right: 0;
	width: 100%;
	z-index: 2;
	text-align: center;
}
.footer-locales-wrap .menu__sub-menu-wrap_loc .menu__sub-menu:first-child {
	padding-left: 0;
	padding-right: 0;
}
.footer-locales-wrap .menu__sub-menu {
	padding: 24px 75px 26px 37px;
	position: relative;
	background-color: #020202;
}
@media (max-width: 1799px) {
	.footer-locales-wrap .menu__sub-menu {
		padding: 17px 60px 19px 30px;
	}
}
@media (max-width: 1279px) {
	.footer-locales-wrap .menu__sub-menu {
		padding: 12px 30px 12px 15px;
	}
}
@media (max-width: 767px) {
	.footer-locales-wrap .menu__sub-menu {
		padding: 0;
	}
}
.footer-locales-wrap .menu__sub-menu:first-child {
	padding: 15px 75px;
}
@media (max-width: 1799px) {
	.footer-locales-wrap .menu__sub-menu:first-child {
		padding: 15px 60px;
	}
}
@media (max-width: 1279px) {
	.footer-locales-wrap .menu__sub-menu:first-child {
		padding: 12px 30px;
	}
}
@media (max-width: 767px) {
	.footer-locales-wrap .menu__sub-menu:first-child {
		padding: 0;
	}
}
.footer-locales-wrap .menu__sub-menu-wrap_acc .menu__sub-menu {
	padding-left: 19%;
	padding-right: 19%;
}
@media (max-width: 1279px) {
	.footer-locales-wrap .menu__sub-menu-wrap_acc .menu__sub-menu {
		padding: 12px 30px;
	}
}
@media (max-width: 767px) {
	.footer-locales-wrap .menu__sub-menu-wrap_acc .menu__sub-menu {
		border-top: 1px solid #141414;
		padding: 0;
	}
}
.footer-locales-wrap .menu__sub-menu-title {
	color: #fff;
	font-family: 'Gilroy Bold', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 1;
	padding-top: 21px;
	padding-bottom: 25px;
}
@media (max-width: 1799px) {
	.footer-locales-wrap .menu__sub-menu-title {
		font-size: 18px;
		padding-top: 13px;
		padding-bottom: 19px;
	}
}
@media (max-width: 1279px) {
	.footer-locales-wrap .menu__sub-menu-title {
		padding-bottom: 17px;
	}
}
@media (max-width: 767px) {
	.footer-locales-wrap .menu__sub-menu-title {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 20%;
		padding-top: 0;
		padding-bottom: 0;
		background-color: #0f0f0f;
		height: 46px;
	}
}
.footer-locales-wrap .menu .title-span {
	padding-bottom: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.footer-locales-wrap .menu .title-span span {
	font-family: 'Gilroy Light', Helvetica, Arial, sans-serif;
	font-size: 14px;
	display: inline-block;
	margin-top: 3px;
	color: #aaa;
}
.footer-locales-wrap .menu__sub-item-link {
	display: inline-block;
	width: 100%;
	color: #aaa;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	white-space: nowrap;
	position: relative;
}
.footer-locales-wrap .menu__sub-item-link:hover {
	color: #fff;
}
.footer-locales-wrap .menu__sub-item-link_label {
	color: #b4284f;
	font-size: 12px;
	font-family: Roobert, Helvetica, Arial, sans-serif;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	margin-left: 12px;
}
@media (max-width: 1799px) {
	.footer-locales-wrap .menu__sub-item-link_label {
		font-size: 10px;
		letter-spacing: 0.13px;
		margin-left: 10px;
	}
}
@media (max-width: 767px) {
	.footer-locales-wrap .menu .title-span {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.footer-locales-wrap .menu .title-span span {
		margin-top: 0;
		padding-left: 5px;
	}
	.footer-locales-wrap .menu__sub-item-link {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 0;
		padding-bottom: 0;
		border-bottom: 1px solid #141414;
		height: 35px;
	}
	.footer-locales-wrap .menu__sub-item-link_label {
		margin-left: 5px;
		margin-top: 7px;
	}
}
.footer-locales-wrap .menu__sub-item-link_out {
	color: #eee;
}
.main-footer-lang-menu .footer-locales-wrap {
	margin-top: 20px;
	margin-left: 8.33333%;
}
.main-footer-lang-menu_white-bg .footer-locales-wrap {
	margin-left: 10px;
}
.main-footer-lang-menu_white-bg .footer-locales-title,
.main-footer-lang-menu_white-bg .locales__current {
	color: #8e9294;
}
.main-footer-lang-menu_white-bg .locales__arr svg use {
	fill: #8e9294;
}
