#wrapper {
	position: relative;
}

.page-wrap {
	min-height: 100vh;
}

.footer {
	width: 100%;
}

.footer_button {
	height: 50px;
	width: 100%;
	display: block;
	position: relative;
	background-color: #EBEBEB;
	border: none;
	text-align: center;
	font-size: 14px;
	color: #767579;
	outline: none;
	z-index: 15;
}

#footer_up{
	line-height: 50px !important;
}

.footer_button:active {
	color: #3B393F;
}

.footer_button:before {
	height: 48px;
	width: 48px;
	border-radius: 24px;
	display: block;
	position: absolute;
	z-index: -1;
	top: -12px;
	left: 50%;
	margin-left: -24px;
	background-color: #EBEBEB;
	content: '';
}

.footer_button:after {
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -10px;
	content: '';
	background: url(/static/pda_2.0/i/footer/arrow.svg) center no-repeat;
}

.footer_button:active:after {
	background: url(/static/pda_2.0/i/footer/arrow_a.svg) center no-repeat;
}

.footer-container {
	padding: 20px 10px;
	background-color: #F5F5F5;
}

.footer-container.footer-container__with-floating-button,
.page.page_with_floating_button {
	padding-bottom: 70px;
}

.footer_search {
	margin-bottom: 20px;
}

.footer_search .footer__search-form {
	max-width: inherit
}

.footer_app-button {
	margin-bottom: 20px;
	height: 40px;
	width: 100%;
	border: none;
	border-radius: 3px;
	background-color: #3B393F;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	outline: none;
}

.footer_app-button:active {
	background-color: #000000;
}

.footer_app-button span {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
	height: 17px;
	width: 57px;
}

.footer_site-links {
	display: table;
	width: 100%;
}

.footer_site-links-half {
	display: table-cell;
	width: 50%;
}

.footer_text-links {
	text-decoration: none;
	position: relative;
	margin-bottom: 15px;
	display: block;
	font-size: 16px;
	color: #666666;
}

.footer_text-links:before {
	content: '';
	padding: 14px 75px;
	top: -7px;
	left: -7px;
	position: absolute;
}

.footer_social-links {
	margin-bottom: 20px;
}

.footer_image-links span {
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
}

.footer_limiter {
	height: 0px;
	width: calc(100% + 20px);
	margin: 5px 0 20px -10px;
	border-bottom: 1px solid #EBEBEB;
}

.footer_limiter-link {
	text-decoration: none;
	display: block;
}

.footer_limiter-link:not(:last-child) {
	margin-bottom: 5px;
}

.footer_limiter-link p {
	font-size: 12px;
	color: #666666;
}

.footer__search {
	width: 40%;
	float: left;
}

.footer__search-form {
	display: table;
	width: 100%;
	max-width: 500px;
	min-width: 250px;
	position: relative;
}

.footer__search-wrapp {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.footer__search-form-button {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	padding: 0 10px;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	border-radius: 0 3px 3px 0;
}

.footer__search-form-button[disabled] {
	opacity: 1;
	cursor: pointer !important;
	pointer-events: auto;
}

.footer__search-form-input {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	width: 100%;
	padding: 0 10px;
	border-radius: 0;
	border-right: none;
	border-radius: 3px 0 0 3px;
}

.footer__search-form-input::placeholder {
	font-size: 14px;
	line-height: 30px;
}

.footer__search-form-input-clean {
	position: absolute;
	right: 7px;
	top: 7px;
	height: 16px;
	width: 16px;
	display: none;
	background: url(/static/pda_2.0/i/header/icon_clear.svg);
	cursor: pointer;
}

.footer__search-form-input_not-empty {
	position: relative;
}

.footer__search-form-input_not-empty .footer__search-form-input-clean {
	display: block;
}

.footer__search-form-input:-ms-input-placeholder {
	font-size: 14px;
	line-height: 30px;
	color: #9C9C9F
}
.footer__search-form.error .header_search_error {
	display: block;
}
.footer__search-form.error #q_low {
	border-color: #FF001F;
}
.footer__search-form .header_search_error {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 10px;
	line-height: 11px;
	color: #FF001F;
}