#footer {
	position: relative;
	width: 100%;
	height: 55.43rem;
	z-index: 2;
}

#footer .container {
	padding-top: 8rem;
	height: 31.23rem;
}

#footer .footer__background {
	width: 100%;
	height: 31.23rem;
	position: absolute;
	top: 0;
	left: 0;
}
#footer .footer__background__mb {
	display: none;
}

.footer__backup {
	height: 29.44rem;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.footer__backup img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#footer .footer__main {
	display: flex;
	justify-content: space-between;
}
.footer__main .footer__logo {
	width: 23.3rem;
	flex-shrink: 0;
}
.footer__main .footer__logo img {
	width: 14.29994rem;
	height: auto;
	object-fit: fill;
}
.footer__main .footer__logo p {
	margin-top: 1.5rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.01563rem;
}
.footer__main .footer__menu {
	width: fit-content;
}
.footer__main .footer__menu h4 {
	color: #fff;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
	letter-spacing: -0.01563rem;
	margin-bottom: 1.5rem;
}
.footer__main .footer__menu ul {
	display: flex;
	flex-direction: column;
}
.footer__main .footer__menu ul li {
	margin-top: 0.5rem;
}
.footer__main .footer__menu ul li:first-child {
	margin-top: 0;
}

.footer__main .footer__menu ul a {
	display: block;
	width: fit-content;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	letter-spacing: -0.0625rem;
	white-space: nowrap;
	transition: all 0.3s ease-out;
}
.footer__main .footer__contact {
	width: 23.50819rem;
	flex-shrink: 0;
}
.footer__main .footer__contact h4 {
	color: #fff;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
	letter-spacing: -0.01563rem;
	margin-bottom: 1.5rem;
}
.footer__contact .box__phone {
	margin-bottom: 1.19rem;
}
.footer__contact .box__phone div {
	display: flex;
	align-items: center;
}
.footer__contact .box__phone div img {
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
	object-fit: cover;
}
.footer__contact .box__phone div span {
	color: #fff;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	opacity: 0.7;
	display: block;
	margin-left: 0.31rem;
}
.footer__contact .box__phone a {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.0175rem;
}
.box__officev2 {
	margin-top: 1rem;
}
.footer__contact .box__office span {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	opacity: 0.7;
}
.footer__contact .box__office p {
	margin-top: 0.31rem;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.0175rem;
}
#backtotop {
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
}
.footer__end {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 2.5rem;
	right: 0;
	width: 46.0625rem;
}
.footer__end p {
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.0625rem;
	display: flex;
	align-items: center;
}

.footer__end .footer__copyright {
	margin-right: 2.88rem;
}

.footer__end .footer__author span {
	color: rgba(255, 255, 255, 0.66);
	display: block;
	margin-left: 0.2rem;
}
.footer__backup .footer__backup__imgmb {
	display: none;
}

.footer__social-label {
	color: var(--Text-Ramp-inverse-80, rgba(255, 255, 255, 0.80));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 0.9075rem; /* 121% */
	letter-spacing: var(--letter-spacing-0_28, 0.0175rem);
	text-transform: uppercase;
}

.footer__social-list {
	margin-top: 0.5rem;
	display: flex;
	align-items: center;
}
.footer__social-item {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
}

.footer__social-item img{
	width: 100%;
	height: 100%;
	object-fit: cover !important;
	filter: drop-shadow(0px 16px 19.2px rgba(16, 24, 40, 0.08)) drop-shadow(0px 6.4px 6.4px rgba(16, 24, 40, 0.03)) !important;

}

.footer__social-item:not(:first-child) {
	margin-left: 0.75rem;
}
.language-switcher {
	position: relative;
	margin-left: auto;
	align-self: flex-end;
}
.language-switcher__current {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: var(--text-text-grey-0, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.01563rem;
	text-transform: uppercase;
	cursor: pointer;
}

.language-switcher__current img {
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 0.6875rem;
	outline: 2px solid var(--text-text-grey-0, #FFF);
	margin-right: 0.55rem;
}

.language-switcher__current svg {
	width: 1rem;
	height: 1rem;
	margin-left: 0.45rem;
	transform: rotate(180deg);
}

.language-switcher__dropdown-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.62rem;
	color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
	font-family: Lexend;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	border-left: 4px solid transparent;
}

.language-switcher__dropdown-link span {
	margin-right: 1rem;	
}

.language-switcher__dropdown-item {
	border-left: 4px solid transparent;
	transition: all 0.3s var(--ease-header);
}

.language-switcher__dropdown-item.active,
.language-switcher__dropdown-item:hover{
    border-left-color: #00943e;
}

.language-switcher__dropdown-menu {
	min-width: 9rem;
	position: absolute;	
	padding: 0.3rem 0;
	border-radius: 0.375rem;
	background: var(--Base-White);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	top: calc(100% + 0.5rem);
    right: 0;
	transition: all 0.3s var(--ease-header);
	opacity:0;
	visibility:hidden;
}

.language-switcher:hover .language-switcher__dropdown-menu {
	opacity: 1;
	visibility: visible;
}
.footer__background__mb--deco {
	display:none;
}
@media (max-width: 767px) {
	.footer__background__mb--deco {
		display: block;
		position: absolute;
		bottom:0;
		right:0;
		width:14.23431rem;
		height: auto;
	}
	.footer__backup .footer__backup__imgmb {
		display: block;
	}
	.footer__backup .footer__backup__imgpc {
		display: none;	
	}
	#footer {
		height: 56.5rem;
		overflow: hidden;
	}
	#footer .footer__background__mb {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		object-fit: cover;
	}
	#footer .container {
		height: fit-content;
		padding: 5.56rem 1.25rem 4.67rem;
		width: 100%;
	}
	#footer .footer__main {
		flex-direction: column;
		position: relative;
	}
	.footer__main .footer__logo img {
		width: 11.4rem;
		height: auto;
	}
	.footer__main .footer__logo p {
		color: rgba(255, 255, 255, 0.95);
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 1.125rem */
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}
	.footer__main .footer__menu h4 {
		margin-bottom: 0.75rem;
	}
	.footer__main .footer__menu ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 2.12rem;
		row-gap: 0.75rem;
	}
	.footer__main .footer__menu ul li {
		margin-top: 0;
	}
	.footer__main .footer__menu {
		margin: 0;
	}
	.footer__main .footer__menu:nth-of-type(3) {
		margin-top: 2.38rem;
		margin-bottom: 2.38rem;
	}
	.footer__main .footer__contact h4 {
		color: #fff;
		font-family: Lexend;
		font-size: 1rem;
		font-style: normal;
		font-weight: 700;
		line-height: 150%; /* 1.5rem */
		letter-spacing: -0.01563rem;
	}
	.footer__main .footer__menu ul a {
		color: rgba(255, 255, 255, 0.7);
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
	}
	.wrapper__phone {
		display: flex;
		gap: 3.12rem;
	}
	.footer__contact .box__phone div span {
		color: #fff;
		font-family: Lexend;
		font-size: 0.625rem;
		font-style: normal;
		font-weight: 500;
		line-height: 140%;
		letter-spacing: -0.039rem;
		opacity: 0.7;
	}
	.footer__contact .box__phone a {
		white-space: nowrap;
		color: #fff;
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
	}
	.footer__contact .box__office span {
		color: #fff;
		font-family: Lexend;
		font-size: 0.625rem;
		font-style: normal;
		font-weight: 500;
		line-height: 120%; /* 0.75rem */
		text-transform: uppercase;
		opacity: 0.7;
	}
	.footer__contact .box__office p {
		color: #fff;
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
	}
	#backtotop,
	.footer__end {
		display: none;
	}
	.footer__main .footer__logo {
		width: 100%;
		flex-shrink: 0;
		margin-bottom: 1.87rem;
	}
	.footer__main .footer__contact {
		width: 100%;
	}
	.footer__social p.footer__social-label {
		margin-top: 1.25rem;
		margin-bottom: 0.5rem;
	}
}
@media screen and (min-width: 1023px) {
	.footer__main .footer__menu ul li:hover a {
		color: white;
	}
}
