.footer {
	padding-top: 80px;
	border-top: 1px solid #e2e4e7;
}
.footer__logo:hover {color: #ff2d2d;}
@media (max-width: 1540px) {
	.footer__logo {margin-right: 7px;}
}
.footer__logo {
	font-size: 24px;
	line-height: 17px;
	display: block;
	color: #212121;
	font-weight: bold;
	margin-right: 7px;
	order: 2;
	transition: color 0.3s ease;
}
.footer-logos-container {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 26px;
}
.footer__logo span {
	display: block;
	color: #ff2d2d;
}
.footer__nav {
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}
.footer-sub {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
	opacity: 0.8;
}
.footer__nav-block {width: 20%;}
.footer__nav-right{
	display: flex;
	justify-content: space-between;
}
.footer__nav-right .footer__nav-block {
	width: 40%;
}
.footer-title {
	color: var(--Black, #141414);
	font-family: "Geologica";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 30px;
}
.footer__nav-block_place {
	width: 20%;
}
.footer__list-link {
	color: var(--Grey, #707070);
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
}
.footer__nav-block_type {
	width: 10%;
}
.footer__socials {display: flex;}
.w_social {
	width: 60px;
	height: 60px;
	min-width: 60px;
	min-height: 60px;
	border-radius: 50%;
	border: 1px solid #e2e4e7;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	transition: border-color 0.3s ease;
}
.w_social svg {fill: #141414;}
.w_social:last-child svg {fill: #2c3036;}
.footer__bottom {
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #e2e4e7;
}
.footer__bottom-left{
	display: flex;
}
.footer__bottom-right,
.footer__copyright {
	display: flex;
}
.footer__bottom-right{
	align-items: center;
}
.footer__copyright a {margin-right: 30px;position: relative;}
.footer__copyright a,
.footer__copyright-text {
	color: var(--Grey, #707070);
	text-align: right;
	font-family: "Geologica";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	opacity: 0.8;
}
.w_social:hover {border-color: #ff2d2d;}
.w_social:last-child:hover svg,
.w_social:hover svg {fill: #ff2d2d;}
.select-lang {
	position: relative;
	width: 270px;
	height: 60px;
	color: var(--Black, #141414);
	font-family: 'Geologica';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right: 30px;
}
.select-lang[data-state="active"] .select__title::after {
	transform: rotate(180deg);
	transition: all 0.3s linear;
}
.select-lang[data-state="active"] .select__content {
	opacity: 1;
}
.select-lang[data-state="active"] .select__label+.select__input+.select__label {
	max-height: 60px;
}
.select__title {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 8px 16px;
	cursor: pointer;
	border-radius: 60px;
	border: 1px solid var(--Border, #E2E4E7);
	position: relative;
}
.select-lang img{margin-right: 18px;}
.select__title::after {
	content: '';
	background: url('../images/design/arr-select.svg');
	width: 17px;
	height: 11px;
	display: flex;
	align-items: center;
	position: absolute;
	right: 20px;
	top: 24px;
}
.select__title:hover {
	border-color: #D8093A;
	transition: all 0.3s linear;
}
.select__content {
	position: absolute;
	bottom: 65px;
	left: 0;
	border-radius: 20px;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid var(--Border, #E2E4E7);
	opacity: 0;
	z-index: 8;
	padding: 10px 0;
	max-height: 240px;
	overflow: auto;
	transition: all 0.3s linear;
}
.select__input {display: none;}
.select__input:checked+label {
	background: rgba(255, 119, 82, 0.15);
	color: #FF7752;
	font-weight: 700;
}
.select__input:disabled+label {
	opacity: 0.6;
	pointer-events: none;
}
.select__label {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	max-height: 0;
	padding: 0px 16px;
	cursor: pointer;
	opacity: 0;
	overflow: hidden;
	transition: all 0.4s ease-out;
}
.select-lang[data-state="active"] .select__label {
	opacity: 1;
}
.select__label+input+.select__label {
	/* border-top: 0 solid #C7CCD160; */
}
.select__label:hover {
	background: rgba(119, 154, 178, 0.15);
	font-weight: 700;
	transition: all 0.3s linear;
}
.burger-bottom-list a::after,
.burger-bottom-list a::before,
a.burger-link::after,
a.burger-link::before,
.w_menu__footer > a::after,
.w_menu__footer > a::before,
.footer__copyright a::before,
.footer__copyright a::after,
.footer__list-link::before,
.footer__list-link::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	opacity: 0;
	transform-origin: left;
	transform: scaleX(0) translateZ(0);
	transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.burger-bottom-list a::after,
a.burger-link::after,
.w_menu__footer>a::after,
.footer__copyright a::after,
.footer__list-link::after {
	opacity: 1;
	transform-origin: right;
}
.burger-bottom-list a:hover::before,
a.burger-link:hover::before,
.w_menu__footer>a:hover::before,
.footer__copyright a:hover::before,
.footer__list-link:hover::before {
	opacity: 1;
	transform: scaleX(1) translateZ(0);
}
.burger-bottom-list a:hover::after,
a.burger-link:hover::after,
.w_menu__footer>a:hover::after,
.footer__copyright a:hover::after,
.footer__list-link:hover::after {
	opacity: 0;
	transform: scaleX(1) translateZ(0);
}
@media (max-width: 1442px){
	.footer-sub,
	.footer__list-link{
		font-size: 18px;
	}
	.footer-title{
		font-size: 20px;
	}
	.footer__copyright a,
	.footer__copyright-text{
		font-size: 18px;
	}
	.footer__bottom-right{
		flex-wrap: wrap;
		margin-left: 5vw;
	}
	.footer__copyright{
		width: 100%;
		justify-content: space-between;
	}
	.footer__copyright a:last-child{
		margin-right: 0;
		max-width: 260px;
	}
	.footer__copyright a:first-child{
		text-align: left;
	}
}
@media (max-width: 1282px) {
	.footer__nav{
		padding-bottom: 40px;
	}
	.w_social {
		width: 48px;
		height: 48px;
		min-width: 48px;
		min-height: 48px;
	}
	.select__title::after{
		top: 18px;
	}
	.select-lang img {
		margin-right: 10px;
		width: 24px;
		height: 24px;
	}
	.select-lang{
		font-size: 14px;
		width: 239px;
		height: 48px;
		margin-right: 20px;
	}
	.footer__copyright a,
	.footer__copyright-text {
		font-size: 14px;
	}
	.footer-sub,
	.footer__list-link {
		font-size: 16px;
	}
	.footer-title {
		font-size: 18px;
	}
}
@media (max-width: 1100px) {
	.footer__nav-block_place {
		width: 27%;
	}
	.footer__nav-block_type {
		width: 20%;
	}
	.footer__bottom-left{
		justify-content: space-between;
	}
	.footer__nav-right{
		flex-direction: column;
		justify-content: flex-start;
		width: 32%;
	}
	.footer__nav-right > div:first-child{
		margin-bottom: 47px;
	}
	.footer__nav-right .footer__nav-block{
		width: 100%;
	}
	.footer__copyright,
	.footer__bottom{
		flex-direction: column;
	}
	.footer__bottom-right{
		margin: 0;
		width: 100%;
		flex-direction: column;
		text-align: center;
		margin-top: 40px;
	}
	.footer__copyright a{
		margin: 0px 0px 20px 0px;
	}
	.footer__copyright a:last-child{
		order: -1;
	}
	.footer .footer__container {
		padding-bottom: 270px;
	}
}
@media (max-width: 860px) {
	.footer-logos-container {
		flex-direction: column-reverse;
	}
	.footer__logo {
		margin-right: 0;
		margin-bottom: 16px;
	}
}
@media (max-width: 767px){
	.footer__copyright a:first-child {
		text-align: center;
	}
	.footer {
		padding-top: 40px;
	}
	.footer__nav-block_place {
		width: 100%;
		text-align: center;
	}
	.footer__copyright,
	.footer__bottom-left {
		align-items: center;
	}
	.footer__socials {
		margin-top: 22px;
	}
	.footer__bottom-right {
		margin-top: 30px;
	}
	.footer .footer__container {
		padding-bottom: 50vw;
	}
	.footer {
		background-position-x: center;
		background-size: contain;
	}
}