.footer {
	border-top: 7px !important;
	position: relative;
	padding: 30px 0;
	background: var(--gray);
	margin-top: 40px
}

.footer__block {
	color: #fff;
	font-size: 14px;
	letter-spacing: .04em
}

.footer-logo,
.footer-logo img {
	max-width: 200px;
	max-height: 52px
}

.footer__col {
	line-height: 20px;
	position: relative
}

.footer__col:last-child::after {
	content: none
}

.footer__col-title {
	position: relative;
	margin-bottom: 20px;
	font-size: 16px;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.footer__col-site {
	font-weight: 600
}

.footer__col-site .simple-link {
	display: block;
	margin-top: 15px;
	color: inherit;
}

.footer__col-site .site-info {
	color: #c7ced5;
	font-size: 14px;
	line-height: 17px;
	margin-top: 15px;
	max-width: 400px;
	word-break: break-word
}

.footer__main {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px 30px
}

.footer__main-list {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	grid-gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out
}

.footer__contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer__contact-item {
	margin: 0;
	padding: 0;
}

.footer__contact-icon {
	width: 19px;
	height: 19px;
	margin: 0;
	padding: 0;
	flex: 0 0 19px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__contact-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer__contact-link {
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-weight: 700;
}

.footer__contact-link-top {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #c7ced5;
}

.footer__contact-link-bottom {
	display: block;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}

.footer__contact-link a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.footer__social-title {
	margin-bottom: 10px
}

.footer__social-item a img {
	width: 30px;
	height: 30px;
	-o-object-fit: contain;
	object-fit: contain
}

.footer-empty {
	background: #fff;
	padding: 0;
	margin-top: 80px
}

.footer-empty .footer__block {
	padding: 20px 0;
	border-top: 1px solid var(--grayl);
	color: #7d8389
}

.scrollToTopBtn {
	display: block;
	position: absolute;
	z-index: 2;
	right: 45px;
	top: 0;
	width: 50px;
	height: 50px;
	border-radius: 80px;
	background: -o-linear-gradient(344.14deg, #ff6a16 -14.72%, #ffa216 111.57%);
	background: linear-gradient(105.86deg, #ff6a16 -14.72%, #ffa216 111.57%);
	-webkit-box-shadow: 0 6px 7px rgba(0, 0, 0, .19);
	box-shadow: 0 6px 7px rgba(0, 0, 0, .19);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.scrollToTopBtn::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	background: url(../img/icons/arrow_right_white.svg) center/contain no-repeat;
	width: 15px;
	height: 15px;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.scrollToTopBtn:hover::before {
	-webkit-transform: translate(-50%, -75%) rotate(-90deg);
	-ms-transform: translate(-50%, -75%) rotate(-90deg);
	transform: translate(-50%, -75%) rotate(-90deg)
}

.footer__pay-list {
	display: flex;
	gap: 12px
}

.footer__pay-item {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #e0e0e026;
	border-radius: 5px;
	padding: 8px 16px;
	background: 0 0;
	transition: box-shadow .2s, background-color .2s
}

.footer__pay-item:hover {
	background-color: #e0e0e026
}

.footer__pay-item img {
	display: block;
	max-height: 32px;
	max-width: 64px;
	object-fit: contain
}

.contact-banner-item a,
.contents__characteristics .woocommerce-product-attributes a,
.footer a,
.popup-wc a {
	text-decoration: none
}

.simple-link {
	font-size: 14px;
	line-height: 25px
}

.footer__pay {
	margin-bottom: 30px
}

.footer__pay>p {
	margin-bottom: 10px
}

/* === Responsive === */

@media all and (max-width:1366px) {
	.scrollToTopBtn {
		top: auto;
		right: 20px;
		bottom: 30px;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@media all and (max-width:480px) {
	.footer__col-title {
		color: #fff;
		background: 0 0;
		-webkit-text-fill-color: #fff;
		margin-bottom: 0
	}

	.footer__col-title::after {
		position: absolute;
		content: "";
		width: 10px;
		height: 10px;
		background: url(../img/icons/arrow_right_single.svg) center/contain no-repeat;
		right: 0;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		-webkit-transition: .4s ease-in-out;
		-o-transition: .4s ease-in-out;
		transition: .4s ease-in-out
	}

	.footer__main {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 0;
		gap: 0;
		padding: 0
	}

	.footer__col.footer__main {
		padding: 0
	}

	.footer__main-wrap {
		-webkit-transition: .6s ease-in-out;
		-o-transition: .6s ease-in-out;
		transition: .6s ease-in-out;
		position: relative;
		padding: 15px 0
	}

	.footer__main-wrap:first-child {
		padding: 30px 0 15px
	}

	.footer__main-wrap:last-child {
		padding: 15px 0 30px
	}

	.footer__main-wrap::after {
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		bottom: 0;
		height: 1px;
		width: auto;
		background: 0 0
	}

	.footer__main-list {
		opacity: 0;
		pointer-events: none
	}

	.footer-empty {
		margin-top: 20px
	}
}

@media all and (max-width:480px) {
	.footer__main-wrap {
		overflow: hidden
	}

	.footer__main-wrap .accordeon-item-body {
		overflow: hidden
	}

	.footer__main-wrap.opened .footer__col-title {
		background: -o-linear-gradient(344.14deg, #ff6a16 -14.72%, #ffa216 111.57%);
		background: linear-gradient(105.86deg, #ff6a16 -14.72%, #ffa216 111.57%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text
	}

	.footer__main-wrap.opened .footer__col-title::after {
		-webkit-transform: translate(0, -50%) rotate(90deg);
		-ms-transform: translate(0, -50%) rotate(90deg);
		transform: translate(0, -50%) rotate(90deg)
	}

	.footer__main-wrap.opened .footer__main-list {
		margin-top: 20px;
		opacity: 1;
		pointer-events: all
	}
}

@media all and (max-width:921px) {
	.footer {
		padding: 40px 0 5px;
		margin-top: 30px
	}

	.footer__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		grid-gap: 0;
		gap: 0
	}

	.footer__col {
		padding: 30px 0
	}

	.footer__col::after {
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		bottom: 0;
		height: 1px;
		width: auto;
		background: #464646
	}
}

@media all and (min-width: 481px) {
	.footer .footer__main-list {
		height: auto !important;
		max-height: none !important;
		opacity: 1;
		pointer-events: all
	}

	.footer .footer__col-title::after {
		display: none
	}
}
