

/* Start:/local/components/waim/akb2auto/templates/.default/style.css?174920757010340*/
.filter-group,
.filter-group *,
.filter-group *:before,
.filter-group *:after {
	box-sizing: border-box;
}

.filter-group {
	padding: 55px 0;
}

.filter-group__header {
	display: block;
	margin: 0 0 36px;
}

.filter-group__header:last-child {
	margin-bottom: 0;
}

.filter-group__title:last-child {
	margin-bottom: 0;
}

.filter-group__inputs {
	display: block;
	margin: 0 0 28px;
}

@media only screen and (min-width: 601px) {
	.filter-group__inputs {
		display: flex;
		flex-wrap: wrap;
		margin: -12px -12px 16px;
	}
}

@media only screen and (min-width: 992px) {
	.filter-group__inputs {
		flex-wrap: nowrap;
		margin: 0 -6px 28px;
	}
}

@media only screen and (min-width: 1281px) {
	.filter-group__inputs {
		margin: 0 -12px 28px;
	}
}

.filter-group__inputs:last-child {
	margin-bottom: 0;
}

.filter-group__input {
	display: block;
	margin: 0 0 16px;
}

.filter-group__input:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 601px) {
	.filter-group__input {
		margin: 0;
		padding: 12px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 991px) {
	.filter-group__input {
		flex: 0 1 33.33333%;
		width: 33.33333%;
		max-width: 33.33333%;
	}

	.filter-group__input_width_l {
		flex: 0 1 50%;
		width: 50%;
		max-width: 50%;
	}
}

@media only screen and (min-width: 992px) {
	.filter-group__input {
		flex: 1 1 20%;
		width: 20%;
		max-width: 50%;
		padding: 0 8px;
	}
}

@media only screen and (min-width: 1281px) {
	.filter-group__input {
		padding: 0 12px;
	}
}

.filter-group__panel {
	display: block;
	overflow: hidden;
	padding: 16px;
	background: #fff;
	border: 1px solid #e5e5e5;
}

@media only screen and (min-width: 992px) {
	.filter-group__panel {
		padding: 24px 50px;
	}
}

@media only screen and (min-width: 1281px) {
	.filter-group__panel {
		padding: 32px 96px;
	}
}

.select-filter {
	display: block;
	position: relative;
}

.select-filter__header {
	position: relative;
	display: block;
}

.select-filter__trigger {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 13px 25px 13px 7px;
	color: 333;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #fff;
	border: 1px solid #e5e5e5;
	outline: none;
	transition: border-color .3s ease;
}

.select-filter__trigger:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 14px;
	z-index: 1;
	display: block;
	width: 6px;
	height: 6px;
	color: #666;
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translate(0, -50%) rotate(45deg);
}

.select-filter__trigger:not(:disabled):hover,
.select-filter_state_open .select-filter__trigger {
	border-color: #CA4038;
}

.select-filter__body {
	position: relative;
	display: none;
	overflow: hidden auto;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 246px;
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

@media only screen and (min-width: 601px) {
	.select-filter__body {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		z-index: 10;
	}
}

.select-filter_state_open .select-filter__body {
	display: block;
}

.select-filter__list {
	display: block;
	margin: 0;
	padding: 16px 8px 20px;
	list-style: none;
}

.select-filter__item {
	display: block;
	margin: 0 0 16px;
	padding: 0;
}

.select-filter__item:last-child {
	margin-bottom: 0;
}

.select-filter__item:before {
	display: none;
}

.select-filter_list_separated .select-filter__item {
	margin: 0;
	padding: 12px 0;
	border-bottom: 1px solid #e5e5e5;
}

.select-filter_list_separated .select-filter__item:first-child {
	padding-top: 0;
}

.select-filter_list_separated .select-filter__item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.check-item {
	position: relative;
	display: block;
	margin: 0;
	cursor: pointer;
}

.check-item__input {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 1px;
	height: 1px;
	transform: scale(0.1);
}

.check-item__input:checked + .check-item__content:before {
	background-color: #ca4038;
	border-color: #ca4038;
}

.check-item__input:checked + .check-item__content:after {
	opacity: 1;
}

.check-item__content {
	display: block;
	padding: 2px 0 2px 28px;
}

.check-item__content:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #b7b7b7;
	background: #fcfcfc;
	transform: translate(0, -50%);
	transition: background-color .3s ease, border-color .3s ease;
}

.check-item__content:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 6px;
	z-index: 1;
	display: block;
	width: 7px;
	height: 14px;
	color: #fff;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	opacity: 0;
	transform: translate(0, -60%) rotate(45deg);
	transition: opacity .3s ease;
}

.check-item__label {
	display: block;
	color: #333;
	font-size: 13px;
	line-height: 16px;
}

.check-item__note {
	display: block;
	margin: 0 0 4px;
	color: #333;
	font-size: 12px;
	line-height: 15px;
}

.check-item__note:last-child {
	margin-bottom: 0;
}

.check-item:hover .check-item__content:before {
	border-color: #ca4038;
}

.check-item_type_panel {
	background: #ccc;
}

.check-item_type_panel .check-item__content {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
	flex-direction: column;
	height: 104px;
	padding: 30px 0 8px 13px;
	color: #fff;
}

.check-item_type_panel .check-item__note,
.check-item_type_panel .check-item__label {
	color: #fff;
}

.check-item_type_panel .check-item__content:before,
.check-item_type_panel .check-item__content:after {
	top: 14px;
	left: 4px;
}

.check-item_type_panel .check-item__content:after {
	left: 10px;
}

.check-item_type_panel .check-item__background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 2px;
}

.check-item_type_panel .check-item__background:before,
.check-item_type_panel .check-item__background:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, rgba(51, 51, 51, 0.648) 83.51%);
	transition: opacity .3s ease;
}

.check-item_type_panel .check-item__background:after {
	opacity: 0;
	background: linear-gradient(transparent, rgba(51, 51, 51, 0.81) 83.51%);
}

.check-item_type_panel:hover .check-item__background:before {
	opacity: 0;
}

.check-item_type_panel:hover .check-item__background:after {
	opacity: 1;
}

.check-item_type_panel .check-item__image {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	transform: translate(-50%, -50%);
}

.logo-group {
	display: block;
	overflow: hidden;
}

.logo-group__wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: -5px -16px;
}

.logo-group__item {
	display: block;
	flex: 0 1 50%;
	width: 50%;
	max-width: 50%;
	padding: 5px 16px;
}

.logo-group__item:not(.popular) {
	display: none;
}

@media only screen and (min-width: 480px) {
	.logo-group__item {
		flex: 0 1 33.333333%;
		width: 33.333333%;
		max-width: 33.333333%;
	}
}

@media only screen and (min-width: 480px) {
	.logo-group__item {
		flex: 0 1 20%;
		width: 20%;
		max-width: 20%;
	}
}

@media only screen and (min-width: 992px) {
	.logo-group__wrapper {
		margin: -5px -30px;
	}

	.logo-group__item {
		flex: 0 1 16.666666%;
		width: 16.666666%;
		max-width: 16.666666%;
		padding: 5px 30px;
	}
}

@media only screen and (min-width: 1281px) {
	.logo-group__wrapper {
		margin: -5px -60px;
	}

	.logo-group__item {
		padding: 5px 60px;
	}
}

.logo-group__label {
	display: block;
	max-width: 90px;
	margin: 0 auto;
	cursor: pointer;
	color: #333;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
}

.logo-group__label:hover .logo-group__inner {
	color: #CA4038;
	border-color: #CA4038;
}

.logo-group__input {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 1px;
	height: 1px;
	transform: scale(0.1);
}

.logo-group__input:checked + .logo-group__inner,
.logo-group__input:focus + .logo-group__inner {
	border-color: #CA4038;
}

.logo-group__inner {
	display: block;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: color .3s ease, border-color .3s ease;
}

.logo-group__illustration {
	position: relative;
	display: block;
	width: 88px;
	height: 78px;
	margin: 0 auto;
}

.logo-group__image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.logo-group__image[src='null'] {
	display: none;
}

.logo-group__caption {
	display: block;
	text-align: center;
	padding: 4px 4px 8px;
}

.list-group {
	display: block;
}

.list-group__wrapper {
	display: block;
}

.list-group__item {
	display: block;
	margin: 0 0 10px;
}

.list-group__item:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 480px) {
	.list-group__wrapper {
		display: flex;
		flex-wrap: wrap;
		margin: -5px -10px;
	}

	.list-group__item {
		flex: 0 1 50%;
		width: 50%;
		max-width: 50%;
		margin: 0;
		padding: 5px 10px;
	}
}

@media only screen and (min-width: 992px) {
	.list-group__item {
		flex-basis: 25%;
		width: 25%;
		max-width: 25%;
	}
}

.message {
	display: block;
	margin: 0;
	padding: 0;
}

.message_style_success {
	color: #5fa800;
}

.message_style_warning {
	color: #f49c11;
}

.message_style_error {
	color: #dc2f2f;
}

.akb2auto-show-more__wrapper{
    margin-top: 20px;
    text-align: center;
    display: none;
}
/* End */
/* /local/components/waim/akb2auto/templates/.default/style.css?174920757010340 */
