.footer {
	margin-top: 10px;
	padding: 25px 0 20px;
	color: #b2e1ff;
	background: #22a0ef;
	box-shadow: 0 -3px 10px rgba(0,0,0,.3);
}
.footer_navs {
	overflow: hidden;
}
.footer_nav {
	display: inline-block;
	float: left;
	vertical-align: top;
}
.footer__inner {
	padding: 0 0 20px;
}
.footer_nav__title {
	font-size: 1.8rem;
	margin: 0 0 20px;
	color: #fff;
}
.footer_nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_nav__item {
	font-size: 1.1rem;
	margin: 5px 0 0;
}
.footer_nav__item:first-child {
	margin: 0;
}
.footer_nav__link {
	line-height: 1.1;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #b2e1ff;
}
.footer_nav__link.active {
	cursor: default;
	color: #fff;
}
.footer_nav:nth-child(1) {
	width: 150px;
}
.footer_nav:nth-child(2) {
	/*width: 120px;*/
	padding-left: 10px;
}
.footer_nav:nth-child(3) {
	width: 185px;
	padding-left: 10px;
}

.footer__copyright {
	font-size: 1.1rem;
	line-height: 1.1;
	padding: 20px 0 0;
	border-top: 1px solid #b2e1ff;
}

.footer_search {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	vertical-align: top;
}
.footer_search .footer_search__button {
	font-size: 1.9rem;
	line-height: 37px;
	position: absolute;
	top: 0;
	right: 0;
	width: 37px;
	height: 37px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	color: #b2e1ff;
	border: 0;
	background-color: #0f84cd;
}
.footer_search .footer_search__input {
	font-size: 1.3rem;
	line-height: 37px;
	width: 100%;
	height: 37px;
	padding: 6px 40px 6px 15px;
	color: #b2e1ff;
	border: 0;
	background-color: #0f84cd;
}
.footer_search .footer_search__input:focus {
	color: #b2e1ff;
}
.footer_search__example {
	font-size: 1.1rem;
	line-height: 1;
	display: inline-block;
	padding-top: 10px;
}
.footer_search__example span {
	display: inline-block;
	border-bottom: 1px dotted #b2e1ff;
}
.footer_contacts {
	text-align: right;
}
.footer_contacts__tel {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	justify-content: end;
	margin: 0 0 5px;
	color: #fff;
}
.footer_contacts__tel_item {
	text-align: right;
}
.footer_contacts__tel_type {
	display: block;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 2px;
	color: #b2e1ff;
}
.footer_contacts__tel_number {
	display: block;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.1;
}
.footer_contacts__tel_number + .footer_contacts__tel_number {
	margin-top: 3px;
}
.footer_contacts__callback {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #b2e1ff;
	border-bottom: 1px dotted #b2e1ff;
}
.footer_contacts__callback:hover {
	border-bottom-color: transparent;
}
.footer_contacts__email {
	font-size: 1.2rem;
	line-height: 1.3;
	padding: 25px 0 0;
}
.footer_contacts__email a {
	color: #b2e1ff;
}

.footer_apps {
	display: none;
	padding: 10px 0 0;
}
.footer_apps__label {
	font-size: 1.2rem;
	margin: 0 0 10px;
}
.footer_apps__link {
	display: inline-block;
	width: 120px;
	height: 38px;
	transition: opacity 100ms linear;
	vertical-align: top;
	text-decoration: none;
	opacity: 1;
}
.footer_apps__link + .footer_apps__link {
	margin-left: 10px;
}
.footer_apps__link:hover {
	opacity: .7;
}

.footer_social {
	font-size: 0;
	/*padding: 35px 0 0;*/
	margin-top: 10px;
}
.footer_social__label {
	font-size: 1.2rem;
	margin: 0 0 10px;
}
.footer_social__link {
	display: inline-block;
	width: 31px;
	height: 31px;
	transition: opacity 100ms linear;
	vertical-align: top;
	text-decoration: none;
	opacity: 1;
	background: url(../img/social.png) no-repeat;
}
.footer_social__link:hover {
	opacity: .7;
}
.footer_social__link.fb {
	background-position: 0 0;
}
.footer_social__link.tw {
	background-position: -39px 0;
}
.footer_social__link.vk {
	background-position: -78px 0;
}
.footer_social__link.yt {
	background-position: -116px 0;
}
.footer_social__link + .footer_social__link {
	margin: 0 0 0 8px;
}

.footer_counters {
	padding-top: 35px;
	text-align: right;
}

@media (max-width: 991px) {
	.footer_navs {
		margin: 0 0 10px;
		padding: 0 0 25px;
		border-bottom: 1px solid #b2e1ff;
	}
	.footer_nav {
		width: 33.33% !important;
		padding: 0 !important;
	}
	.footer_contacts_wrapper {
		margin: 0 0 20px;
		padding: 0 0 20px;
		border-bottom: 1px solid #b2e1ff;
	}
	.footer_apps {
		padding: 0;
	}
	.footer_social {
		padding: 0;
	}
	.footer_counters {
		padding: 0;
		text-align: left;
	}
	.footer_contacts__tel {
		gap: 6px;
	}
	.footer_contacts__tel_number {
		font-size: 1.6rem;
	}
}
@media (max-width: 767px) {
	.footer_contacts {
		text-align: center;
	}
	.footer_contacts__tel {
		justify-content: center;
	}
	.footer_contacts__tel_item {
		text-align: center;
	}
	.footer_apps {
		text-align: center;
	}
	.footer_social {
		padding: 15px 0 0;
		text-align: center;
	}
	.footer__copyright {
		text-align: center;
	}
	.footer_navs {
		padding: 0;
	}
	.footer_nav {
		float: none;
		width: auto !important;
		padding: 0 0 30px !important;
	}
	.footer_nav__item {
		font-size: 1.4rem;
		margin-top: 10px;
	}
	.footer_nav__link {
		line-height: 1.4;
	}
}

.footer_navs {
	display: flex;
	justify-content: space-between;
	padding-right: 30px;
}
.footer-nav {
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}
.footer-nav__toggle {
	background-color: transparent !important;
	font-size: 1.8rem;
	margin: 0 0 20px;
	color: #fff;
	padding: 0 !important;
	cursor: default;
	width: 100%;
	text-align: left;
}
.footer-nav__toggle span {
	display: none;
}
.footer-nav__item {
	font-size: 1.1rem;
	margin: 5px 0 0;
}
.footer-nav__item:first-child {
	margin-top: 0;
}
.footer-nav__link {
	line-height: 1.1;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #b2e1ff;
}
@media (max-width: 767px){
	.footer_navs {
		display: block;
		padding-right: 0;
	}
	.footer-nav {
		margin-bottom: 15px;
		padding-right: 30px;
	}
}

.payment {
	display: flex;
	flex-wrap: wrap;
	margin-top: 16px;
}
.payment__item {
	width: 50px;
	height: 32px;
	margin: 0 4px 4px;
	background-size: contain !important;
}
.payment__googlepay {
	background: url(../img/gpay.png) center no-repeat;
}
.payment__applepay {
	background: url(../img/apple.png) center no-repeat;
}
.payment__samsungpay {
	background: url(../img/samsung.png) center no-repeat;
}
.payment__sberpay {
	background: url(../img/sberpay.png) center no-repeat;
}

.footer-text-extra {
	font-size: 12px;
	line-height: 1.4;
	padding-bottom: 20px;
}

.cbar {
	position: fixed;
	left: 40px;
	bottom: 40px;
	z-index: 11;
	width: max-content;
	display: none
}
.cbar.--show {
	display: block
}
.cbar__inner {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px;
	background-color: #fff;
	color: #627080;
	border-radius: 6px;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.12);
	border: 1px solid #CDD1D6;
	max-width: 800px;
}
.cbar__text {
	font-size: 12px;
	line-height: 1.4;
	font-weight: 500;
	flex: 1
}
.cbar__text a {
	text-decoration: underline
}
.cbar__text a:hover {
	text-decoration: none;
	color: #2081DE;
}
.cbar .button {
	flex-shrink: 0
}
