.main-footer {
	padding-top: 48px;
	padding-bottom: 48px;
}

.main-footer__menus {
	display: flex;
	flex-wrap: wrap;
}

.main-footer__menu {
	flex: 0 0 100%;
	min-height: 1px;
}
@media (min-width: 768px) {
	.main-footer__menu {
		flex: 0 1 auto;
		max-width: 185px;
	}
}
@media (min-width: 1024px) {
	.main-footer__menu {
		flex: 0 0 200px;
		max-width: 200px;
	}
}
.main-footer__menu:not(:first-child) {
	padding-top: 16px;
	border-top: 1px solid #E6E6E6;
	margin-top: 16px;
}
@media (min-width: 768px) {
	.main-footer__menu:not(:first-child) {
		padding-top: 0;
		border-top: none;
		margin-top: 0;
	}
}
.main-footer__menu:not(:last-child) {
}
@media (min-width: 768px) {
	.main-footer__menu:not(:last-child) {
		margin-right: 16px;
	}
}
@media (min-width: 1024px) {
	.main-footer__menu:not(:last-child) {
		margin-right: 24px;
	}
}
.main-footer__menu:last-child {
}
@media (min-width: 768px) {
	.main-footer__menu:last-child {
		text-align: right;
		margin-left: auto;
	}
}

.main-footer__menu-list {
}

.main-footer__menu-item,
.main-footer__menu-list .menu-item { /**/
	font-size: 0;
}
.main-footer__menu-item:not(:first-child),
.main-footer__menu-list .menu-item:not(:first-child) { /**/
	margin-top: 8px;
}

.main-footer__menu-link,
.main-footer__menu-list a { /**/
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	color: #fff;
}
.main-footer__menu-link:hover,
.main-footer__menu-link:active,
.main-footer__menu-link:focus,
.main-footer__menu-list a:hover,
.main-footer__menu-list a:active,
.main-footer__menu-list a:focus { /**/
	text-decoration: none;
	color: #FAE348;
}
.main-footer__menu-link._icon-left {
	padding-left: 32px;
}
.main-footer__menu-link._icon-right {
	padding-right: 32px;
}
.main-footer__menu-link._accent {
	margin-bottom: 4px;
}
.main-footer__menu-link._accent::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -4px;
	left: 0;
	display: block;
	height: 2px;
	background-color: #FAE348;
}
.main-footer__menu-link._accent._icon-left::after {
	left: 32px;
}
.main-footer__menu-link._accent._icon-right::after {
	right: 32px;
}

.main-footer__menu-icon {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
}
.main-footer__menu-link._icon-left .main-footer__menu-icon {
	left: 0;
}
.main-footer__menu-link._icon-right .main-footer__menu-icon {
	right: 0;
}

.main-footer__contacts {
	padding-top: 24px;
	border-top: 1px solid #E6E6E6;
	margin-top: 16px;
}
@media (min-width: 768px) {
	.main-footer__contacts {
		display: flex;
		flex-wrap: wrap;
		margin-top: 48px;
	}
}
@media (min-width: 1024px) {
	.main-footer__contacts {
		align-items: center;
		flex-wrap: nowrap;
		padding-top: 20px;
	}
}

.main-footer__hotline {
	padding-bottom: 24px;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 24px;
}
@media (min-width: 768px) {
	.main-footer__hotline {
		flex: 0 0 100%;
		order: 2;
		padding-top: 24px;
		padding-bottom: 0;
		border-top: 1px solid #E6E6E6;
		border-bottom: none;
		margin-top: 24px;
		margin-bottom: 0;
	}
}
@media (min-width: 1024px) {
	.main-footer__hotline {
		flex: 0 0 auto;
		order: 1;
		padding-top: 0;
		border-top: none;
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
	}
}

.main-footer__hotline-inner {
	padding: 8px;
	border: 1px solid #FAE348;
}

.main-footer__hotline-heading {
	font-size: 16px;
	line-height: 1.4;
}

.main-footer__hotline-heading-icon {
	display: inline-block;
	width: 16px;
	height: 22px;
	vertical-align: middle;
	fill: #F9FAFA;
	margin-right: 8px;
}

.main-footer__hotline-heading-text {
	vertical-align: middle;
}

.main-footer__hotline-phone-wrapper {
	margin-top: 8px;
}

.main-footer__hotline-phone-link {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
}
.main-footer__hotline-phone-link:hover,
.main-footer__hotline-phone-link:active,
.main-footer__hotline-phone-link:focus {
    text-decoration: none;
    color: #FAE348;
}

.main-footer__copyright-block {
	font-size: 14px;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.main-footer__copyright-block {
		margin-right: 16px;
	}
}
@media (min-width: 1024px) {
	.main-footer__copyright-block {
		order: 0;
		margin-right: 8px;
	}
}

.main-footer__copyright-name {
}

.main-footer__copyright-requisites {
	margin-top: 0.25em;
}

.main-footer__copyright-group {
}

.main-footer__phone-block {
	margin-top: 32px;
}
@media (min-width: 768px) {
	.main-footer__phone-block {
		text-align: right;
		margin-top: 0;
		margin-left: auto;
	}
}
@media (min-width: 1024px) {
	.main-footer__phone-block {
		order: 2;
		margin-left: 8px;
	}
}

.main-footer__phone-wrapper {
}

.main-footer__phone-link {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
}
.main-footer__phone-link:hover,
.main-footer__phone-link:active,
.main-footer__phone-link:focus {
	text-decoration: none;
	color: #FAE348;
}

.main-footer__email-wrapper {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	margin-top: 8px;
}

.main-footer__email-link {
	color: #fff;
}
.main-footer__email-link:hover,
.main-footer__email-link:active,
.main-footer__email-link:focus {
	text-decoration: none;
	color: #FAE348;
}

.main-footer__social-block {
	margin-top: 16px;
}
@media (min-width: 768px) {
	.main-footer__social-block {
		flex: 0 0 100%;
		display: flex;
	}
}
@media (min-width: 1024px) {
	.main-footer__social-block {
		order: 3;
		flex: 0 0 auto;
		margin-top: 0;
		margin-left: 24px;
	}
}
@media (min-width: 1264px) {
	.main-footer__social-block {
		margin-left: 40px;
	}
}

.main-footer__social-list {
	display: flex;
}
@media (min-width: 768px) {
	.main-footer__social-list {
		margin-left: auto;
	}
}

.main-footer__social-item {
	flex: 0 0 auto;
}
.main-footer__social-item:not(:first-child) {
	margin-left: 16px;
}

.main-footer__social-link {
}

.main-footer__social-item svg.icon {
	display: block;
	width: 40px;
	height: 40px;
	transition: opacity 0.3s;
}
.main-footer__social-link:hover .main-footer__social-item svg.icon {
	opacity: 0.8;
	transition: opacity 0s;
}

.main-footer__agreements {
	padding-top: 24px;
	border-top: 1px solid #E6E6E6;
	margin-top: 24px;
}
@media (min-width: 1024px) {
	.main-footer__agreements {
		padding-top: 20px;
		margin-top: 20px;
	}
}

.main-footer__agreements-text {
	font-size: 14px;
	line-height: 1.4;
	color: #E6E6E6;
}

.main-footer__agreements-text-part {
	display: inline-block;
}

.main-footer__agreements-link {
	font-weight: 600;
	color: #E6E6E6;
}
.main-footer__agreements-link:hover {
	text-decoration: none;
	color: #FAE348;
}

.mobile-bottom {
	position: fixed;
	z-index: 1030;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	width: 100%;
	padding: 0;
	background: transparent;
	box-shadow: none;
	opacity: 1;
	transition: all 0.2s;
}
@media screen and (max-width: 767px) {
	.mobile-bottom {
		display: flex;
	}

	.main-footer {
		padding-bottom: 78px; /* with mobile call button activated */
	}
}
._sale-show .mobile-bottom {
	padding: 10px 12px;
	background: #FFF;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px 0px;
}
.slideout-open .mobile-bottom {
	opacity: 0;
}

.mobile-bottom button {
	display: none;
	width: 100%;
	margin-left: 12px;
	border-radius: 4px;
	background-color: #fae348;
}
._sale-show .mobile-bottom button {
	display: inline-block;
	font-size: 14px;
	border: 0;
	box-shadow: none;
	cursor: pointer;
}

#mobile_bottom_call {
	width: 100%;
	max-width: 85%;
	margin: 0 auto 10px;
}
._sale-show #mobile_bottom_call {
	width: auto;
	max-width: none;
	margin: 0;
}

#mobile_bottom_call a {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 1px solid #3bb868;
	text-align: center;
	background: #3cb868;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 2.2;
	border-radius: 2px;
	text-decoration: none !important;
}
._sale-show #mobile_bottom_call a {
	display: block;
	width: 44px;
	height: 44px;
	padding: 7px;
	border-radius: 4px;
	font-size: 0;
	background-color: #3bb868;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5Ljc5NSAxNi44MDZDMTguNjYyIDE5LjUyMyAxNi4wMDUgMjAgMTUuMTM4IDIwYy0uMjU1IDAtNC4yMjUuMjEtOS45My01LjIwNEMuNjE0IDEwLjQzOC4wNTMgNS43NTMuMDA0IDQuODYzYy0uMDQ4LS44NjguMi0zLjA0MyAzLjE5Mi00LjY1OS4zNy0uMiAxLjEwNi0uMjg5IDEuMjk1LS4xLjA4NS4wODUgMi41OTYgNC4yMTggMi42NjIgNC4zNTVhLjkyMy45MjMgMCAwIDEgLjA5OS40MDNjMCAuMTktLjEzNS40MjUtLjQwNC43MDhhNi44NzggNi44NzggMCAwIDEtLjg3Ny43NzkgOC41NDYgOC41NDYgMCAwIDAtLjg3OC43NWMtLjI3LjI2NC0uNDA0LjQ4Mi0uNDA0LjY1Mi4wMTkuNDQuMzggMi4wMiAzLjEzIDQuNDM3IDIuNzUyIDIuNDE4IDQuMDc3IDMuMSA0LjIwNSAzLjE0Ny4xMjcuMDQ3LjIzMy4wNy4zMTguMDcuMTcgMCAuMzg3LS4xMzQuNjUxLS40MDMuMjY0LS4yNyAxLjE1My0xLjQ4NyAxLjQzNi0xLjc1Ni4yODMtLjI2OS41MTktLjQwMy43MDgtLjQwMy4xMzIgMCAuMjY2LjAzMy40MDMuMDk5czQuMjc0IDIuNDg3IDQuMzUzIDIuNTY4Yy4yMTUuMjIuMDYzLjkwNy0uMSAxLjI5NiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIj48L3BhdGg+PC9zdmc+);
	background-size: 28px;
	background-position: center;
	background-repeat: no-repeat;
}