#autoparts h2{
	font-weight: bold;
	font-size: 30px;
	line-height: 43px;
	text-transform: uppercase;
	color: #455B7B;
	margin-bottom: 40px;
}
.question {
	margin-top: 110px;
}
.autoparts-catalog {
	display: none;
	margin-top: 40px;
	position: relative;
    z-index: 1;
}
.autoparts-catalog h3 {
	max-width: 447px;
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	color: #455B7B;
}
.autoparts-catalog__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	margin: 20px 0 30px 0;
}
.autoparts-catalog__item {
	padding: 26px;
	background: #FFFFFF;
	box-shadow: 0px 0px 50px rgba(194, 198, 205, 0.49);
	border-radius: 10px;
	position:relative;
	padding-bottom:100px;
}
.autoparts-catalog__item .image{
	width: 100%;
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.autoparts-catalog__item .image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.autoparts-catalog__item .image a {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.autoparts-catalog__item .image a img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.autoparts-catalog__item .name{
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #455B7B;
	margin-bottom: 10px;
	margin-top: 6px;
}
.autoparts-catalog__item .name a {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #455B7B;
	margin-bottom: 10px;
	margin-top: 24px;
	word-break: break-word
}
.autoparts-catalog__item .name a:hover {text-decoration:underline;}
.autoparts-catalog__item .series{
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
}
.autoparts-catalog__item .btn-yellow {
	margin-top: 46px;
    position: absolute;
    bottom: 30px;
} 

.selection-parts {
	filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.15));
	position: relative;
    z-index: 10;
}
.selection-parts__head div{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.selection-parts__head p{
	display: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
	margin-bottom: 5px;
}
.selection-parts__head button {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #494949;
	width: 179px;
	height: 77px;
	border: none;
	background: transparent;
	transition: 200ms linear;
}
.selection-parts__head button:hover {
	background: rgba(80,127,198,0.2);
	border-radius: 10px 10px 0px 0px;
}
.selection-parts__head button.active {
	background: #fff;
	border-radius: 10px 10px 0px 0px;
}
.selection-parts__foot {
	text-align: center;
	height: 128px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-top: 110px;
	margin-bottom: 220px;
}
.selection-parts__foot p {
	position: relative;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	color: #B9B9B9;
	max-width: 388px;
} 
.selection-parts__foot p:after {
	content: '';
	position: absolute;
	right: -108px;
	bottom: 6.5px;
	width: 84px;
	height: 120px;
	background-image: url(../image/icon/autoparts-arrow.png),
					url(../image/icon/autoparts-arrow2.png);
	background-size: 84px 115px, 8px 7px;
	background-repeat: no-repeat;
	background-position: top 0px right 2.5px, top 0px right 0px;
}

.selection-parts__body {
	background: #fff;
	border-radius: 10px;
	padding: 40px 50px 50px 50px;
}
.selection-parts__body.active-btn__one	{
	//border-radius: 0 10px 10px 10px;
	margin-top:30px;
	border-radius: 10px;
}
.selection-parts__body h3{
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	color: #455B7B;
}
.selection-parts__btn {
	display: grid;
	grid-template-columns: 179px 262px;
	grid-gap: 20px;
	align-items: center;
	margin-top: 30px;
}
.selection-parts__btn p {
	font-weight: normal;
	font-size: 10px;
	line-height: 17px;
	color: #455B7B;
}
.selection-parts__btn a {
	font-weight: normal;
	font-size: 10px;
	line-height: 17px;
	color: #455B7B;
	transition: 200ms linear;
}
.selection-parts__btn a:hover {
	color: #F8DB48;
}
.selection-parts__grid {
	display: none;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
	align-items: center;
	margin-top: 30px;
}
.selection-parts__grid.grid-three {
	grid-template-columns: 1fr 1fr 1fr;
}
/* start choice-cars */
.step-selection .current{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	height: 46px;
	color: #494949;
	-ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    padding: 10px 40px 10px 17px;
    position: relative;
    z-index: 2;
}
.step-selection__wrap {
	position: absolute;
	left: -1px;
	top: calc(100% + 20px);
	max-height: 343px;
	width: 586px;
	background: #fff;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 29px 26px 29px 45px;
	display: none;
	cursor: default;
	z-index: 5;
}
.step-selection__wrap:after {
	content: '';
	position: absolute;
	left: 185px;
	top: -8.11px;
	width: 16.22px;
	height: 16.22px;
	background: #fff;
	transform: rotate(45deg);
}
.step-selection__wrap {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.search-auto {
	max-width: 287px;
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #D3D3D3;
	padding: 7px 0;
	margin-bottom: 22px;
}
.search-auto input {
	width: 100%;
	height: 26px;
	background: #fff;
	border:none;
}
.search-auto button {
	background: none;
	border:none;
	margin-right: 15px;
}
.search-auto button img {
	position: static;
	width: auto;
	height: auto;
}
.step-selection p{
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
	margin-bottom: 5px;
}
.custom-scroll h4 {
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #B4B4B4;
	margin-bottom: 4px;
	margin-top: 15px;
}
.step-selection > .step-selection__view {
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	position: relative;
	height: 45px;
	cursor: pointer;
	position: relative;
}
.step-selection > .step-selection__view:after{
	content: '';
	position: absolute;
	right: 20px;
	top: calc(50% - 2px);
	border: 6px solid #D3D3D3;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-right-width: 4px;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	opacity: 1;
	z-index: 1;
}
.step-selection.disabled .step-selection__view{
	background: #F7F7F7;
	border-color: #F7F7F7;
	cursor: default;
}
.step-selection.disabled .current {
	pointer-events: none;
}
.step-selection.disabled p {
	color: #D3D3D3;
}
.step-selection ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.step-selection li{
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
	padding: 4px 16px 4px 16px;
	transition: 200ms linear;
	border-radius: 4px;
	cursor: pointer;
}
.step-selection li:hover {
	background: #ECF3FC;
}
.custom-scroll {
	max-height: calc(343px - 41px - 22px - 29px - 29px);
}
.custom-scroll .mCSB_inside>.mCSB_container {margin-right: 0;padding-right: 0;}
.custom-scroll .mCSB_scrollTools {opacity: 1;width: 4px;}
.custom-scroll .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {width: 4px;background: transparent;}
.custom-scroll .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {width: 4px;background: #D3D3D3;}
.custom-scroll .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #494949;
}
/* end choice-cars*/

#seal-search__sizes {
	margin-top: 40px;
	display: none;
}
#seal-search__sizes p {
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
}
#seal-search__sizes .all-parameters {
	position: relative;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #455B7B;
	border:none;
	background: none;
	cursor: pointer;
	padding-right: 16px;
	margin-bottom: 20px;
}
#seal-search__sizes .all-parameters.active:after {
	transform: rotate(0deg);
}
#seal-search__sizes .all-parameters:after {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 3.5px);
	width: 12px;
	height: 7px;
	background-image: url(../image/icon/arrow-vacancy.png);
	background-size: 12px 7px;
	transform: rotate(-90deg);
	transition: 200ms linear;
}
#seal-search__sizes form {
	display: none;
	grid-template-columns: 1fr 260px;
	grid-gap: 38px;
	align-items: flex-start;
}
#seal-search__sizes .type-image {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#seal-search__sizes .type-image img {
	width: 100%;
}
#seal-search__sizes .sizes {
	display: grid;
	grid-template-columns: 100px 81px 81px 81px 81px 81px;
	grid-gap: 30px;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 30px;
}
#seal-search__sizes .sizes-btn {
	display: grid;
	grid-template-columns: 100px 170px 242px;
	grid-gap: 30px;
}
#seal-search__sizes .sizes-btn .btn-yellow {
	grid-column: 2;
}
#seal-search__sizes .sizes-btn .btn-grey{
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	font-weight: 600;
	font-size: 11px;
	line-height: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	color: #455B7B;
	background: transparent;
	overflow:hidden;
	position: relative;
	grid-column: 3;
}
#seal-search__sizes .sizes-btn .btn-grey span {
	position: relative;
	z-index: 2;
	-webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#seal-search__sizes .sizes-btn .btn-grey:hover {
	border-color:#455B7B;
	color: #fff;
}
#seal-search__sizes .sizes-btn .btn-grey:before, 
#seal-search__sizes .sizes-btn .btn-grey:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#seal-search__sizes .sizes-btn .btn-grey:before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #455B7B;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#seal-search__sizes .sizes-btn .btn-grey:after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #455B7B;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#seal-search__sizes .sizes-btn .btn-grey:hover:before {
  -webkit-transform: translateX(-49%);
          transform: translateX(-49%);
}
#seal-search__sizes .sizes-btn .btn-grey:hover:after {
  -webkit-transform: translateX(49%);
          transform: translateX(49%);
}
#seal-search__sizes .type {
	display: grid;
	grid-template-columns: 100px 285px 1fr;
	grid-gap: 30px;
	align-items: center;
	margin-bottom: 20px;
}
#seal-search__sizes .type a {
	font-weight: normal;
	font-size: 12px;
	line-height: 26px;
	color: #507FC6;
	border-bottom: 1px dashed #507FC6;
	max-width: 180px;
	transition: 200ms linear;
}
#seal-search__sizes .type a:hover {
	border-color: transparent;
}
.type-select {
	width: 100%;
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	position: relative;
	height: 45px;
}
.type-select:after {
	content: '';
	position: absolute;
	right: 20px;
	top: calc(50% - 2px);
	border: 6px solid #D3D3D3;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-right-width: 4px;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	opacity: 1;
}
.type-select__current {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #494949;
	padding: 10px 40px 10px 17px;
	cursor: pointer;
}
.type-select ul {
	position: absolute;
	left: -1px;
	top: calc(100% - 1px);
	background: #fff;
	z-index: 5;
	width: calc(100% + 2px);
	border: 1px solid #D3D3D3;
	border-top: transparent;
	display: none;
}
.type-select ul li {
	padding: 10px 40px 10px 17px;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #494949;
	cursor: pointer;
	transition: 200ms linear;
}
.type-select ul li:hover {
	background: #ECF3FC;
}
@media (max-width: 1080px){
	#seal-search__sizes .sizes {	
    	grid-template-columns: 100px 1fr 1fr 1fr 1fr 1fr;
	}
	#seal-search__sizes form {
		grid-template-columns: 2fr 1fr;
	}
	#seal-search__sizes .sizes p,
	#seal-search__sizes .type p,
	#search-seal-id form p {
		font-weight: normal;
	    font-size: 14px;
	    line-height: 26px;
	    color: #494949;
	    width: 100%;
	    display: flex;
	}
	#seal-search__sizes .type a {
		white-space: nowrap;
	}
}
@media (max-width: 991px){
	#autoparts {
		padding: 0 40px;
	}
	.autoparts-catalog__grid {
		grid-template-columns: 1fr 1fr;
	}
	.selection-parts__grid.grid-three {
	    grid-template-columns: 1fr 1fr;
	}
	.selection-parts__grid {
		grid-template-columns: 1fr 1fr;
	}
	#seal-search__sizes form {
	    grid-template-columns: 1fr;
	    position: relative;
	}
	#seal-search__sizes .sizes {
	    grid-template-columns: 100px 1fr 1fr 1fr;
	    align-items: flex-start;
	    grid-gap: 13px 22px;
	    padding-right: 260px;
	}
	#seal-search__sizes .type {
		grid-gap: 13px 22px;
	}
	#seal-search__sizes .type {
		grid-template-columns: 100px 1fr auto;
	}
	#seal-search__sizes .sizes > p{
		grid-row: 1/3;
		height: 71px;
		align-items: center;
	}
	#seal-search__sizes .sizes-btn {
		grid-gap: 13px 22px;
	}	
	.seal-search__body {
		position: relative;
		padding: 45px 35px 40px 30px;
	}
	#seal-search__sizes .type-image {
		position: absolute;
		right: 0;
		top: 26px;
		width: 228px;
	}
	.question {
	    margin-top: 110px;
	}
}
@media (max-width: 767px){
	#autoparts {
	    padding: 0;
	}
	#autoparts h2 {
		font-size: 20px;
		line-height: 32px;
		margin: 26px 0;
		padding: 0 20px;
	}
	.selection-parts {
		padding: 0 20px;
		filter: none;
	}
	.autoparts-catalog {
		padding: 0 20px;
	}
	.autoparts-catalog h3,
	.selection-parts__body h3 {
		font-size: 14px;
		line-height: 24px;
	}
	.selection-parts__foot p {
		padding-right: 90px;
		max-width: none;
	}
	.selection-parts__foot p:after {
		right: 0;
	}
	.selection-parts__grid.grid-three,
	.selection-parts__grid {
	    grid-template-columns: 1fr;
	    grid-gap: 20px;
	    margin-top: 0;
	}
	.selection-parts__body {
		padding: 20px 20px 20px 20px;
		border-radius: 10px 10px 10px 10px !important;
		box-shadow:0px 0px 50px rgba(0, 0, 0, 0.15);
		display: grid;
		grid-template-columns: 1fr;
	}
	.selection-parts__head {
		grid-row: 2;
	}
	.selection-parts__body.active-btn__one {
	    border-radius: 10px 10px 10px 10px !important;

	}
	#seal-search__sizes .type-image {
		display: none;
	}
	#seal-search__sizes .sizes-btn {
		grid-template-columns: 1fr;
	}
	#seal-search__sizes .sizes-btn .btn-yellow,
	#seal-search__sizes .sizes-btn .btn-grey {
		grid-column: 1;
		height: 45px;
		max-width: 240px;
		margin: 0 auto;
		width: 100%;
	}
	#seal-search__sizes .type {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
	#seal-search__sizes .type a {
		margin-top: 16px;
	}
	#seal-search__sizes .sizes {
	    grid-template-columns: 1fr 1fr 1fr;
	    align-items: flex-start;
	    grid-gap: 7px 22px;
	    padding-right: 0;
	}
	#seal-search__sizes .sizes > p {
		height: auto;
		grid-row: 1;
		grid-column: 1/4;
	}
	#search-seal-id .input-wrap {
		grid-template-columns: 1fr;
	}
	#search-seal-id {
	    padding: 0;
	}
	.pagination {
		justify-content: center;
	}
	.question {
	    margin-top: 170px;
	}
	.step-selection__wrap {
		right: -1px;
		width: 100%;
		padding: 20px 20px 20px 20px;
	}
	.step-selection__wrap:after {
		right: 15px;
		left: auto;
	}
	.selection-parts__btn {
		grid-template-columns: 1fr;
	}
	.selection-parts__head div{
		border: 1px solid #D3D3D3;
		border-radius: 3px;
		max-width: 380px;
		background: #fff;
		padding: 0;
		position: relative;
		flex-direction: column;
    	margin-bottom: 20px;
	}
	.selection-parts__head div:after {
	    content: '';
	    position: absolute;
	    right: 20px;
	    top: 21px;
	    border: 6px solid #D3D3D3;
	    border-bottom-width: 0px;
	    border-left-width: 4px;
	    border-right-width: 4px;
	    border-bottom-color: transparent;
	    border-left-color: transparent;
	    border-right-color: transparent;
	    opacity: 1;
	}
	.selection-parts__head button {
		font-weight: normal;
		font-size: 14px;
		line-height: 22px;
		color: #494949;
		width: 100%;
		text-decoration: none;
		margin-bottom: 0;
		padding: 13px 50px 13px 17px;
		text-align: left;
		height: auto;
	}
	.selection-parts__head button:not(.active){
		display: none;
	}
	.selection-parts__head button.active {
		background: #fff;
		padding: 13px 50px 13px 17px;
	}
	.selection-parts__head button.active:after {
		display: none;
	}
	.selection-parts__head p {
		display: block;
	}
	.selection-parts__body h3 {
		margin-bottom: 14px;
	}
}
@media (max-width: 600px){
	.autoparts-catalog__grid {
	    grid-template-columns: 1fr;
	}
}

.autoparts-catalog__item .add2baskett2 {    position: absolute;    bottom: 30px;    width: 80%;}
.selection-parts__btn  {display:none;}
.step-selection.disabled {display:none;}

#header {position: relative;    z-index: 11;}

.autoparts-catalog__item .nalichei.nalichei-list {
    position: absolute;
    bottom: 30px;
    width: 80%;
}


.auto_filter li.hidden {display:none;}
.auto_filter h4.hidden {display:none;}

.mCSB_container img {margin:0 auto; display:block;}