.cat1-search {
	margin: 32px 0 0 0;
	padding: 40px;
	background: #F0F0F0;
}
.cat1-search-flex {
	display: flex;
}

.cat1-search-input {
	width: 100%;
	height: 40px;
	padding: 0 12px;
	color: #999;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 4px 0 0 4px;
	border: 1px solid  #E1E1E1;
	background: #FFF;
}

.cat1-search-flex button {
	display: flex;
	height: 40px;
	padding: 0 8px;
	align-items: center;
	border-radius: 0 4px 4px 0;
	border: 0;
	background: #E1E1E1;
	cursor: pointer;
}

.breadcrump {
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.breadcrump a{
	color: #3C59B6;
	text-decoration: none;
}
@media (max-width: 767px) {
	.breadcrump {font-size: 13px;display:none;}
}

.catalog-head-wrapper {
	display:flex;
	margin-top: 32px;
}
.catalog-back {
	display:block;
	width:32px;
	height:32px;
	background: url(/img/icons/left.svg) center center;
	background-repeat: no-repeat;
	margin: 7px 8px 0 0;
	min-width: 32px;
}

.hk {
	color: #2B2B2B;
	font-family: Montserrat;
	font-size: 39px;
	font-style: normal;
	font-weight: 700;
	line-height: 121.7%;
}

@media (max-width: 1023px) {
	.hk {font-size: 30px;}

}
@media (max-width: 767px) {
	.hh {font-size: 23px;}
	.hl {font-size: 23px;}
	.hk {font-size:23px;}
	.catalog-back {background: url(/img/icons/left24.svg) center center; background-repeat: no-repeat;width:24px;height:24px;margin: 0px 8px 0 0; min-width: 24px;}
	.catalog-head-wrapper {margin-top: 0px;}
}









.cat2-search {
	margin: 32px 0 0 0;
	padding: 40px;
	background: #F0F0F0;
}
.cat2-search-flex {
	display: flex;
}

.cat2-search-input {
	width: 100%;
	height: 40px;
	padding: 0 12px;
	color: #999;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 4px 0 0 4px;
	border: 1px solid  #E1E1E1;
	background: #FFF;
}

.cat2-search-flex-button {
	height: 40px;
	width: 40px;
	padding: 0 8px;
	align-items: center;
	border-radius: 0 4px 4px 0;
	border: 0;
	background: #E1E1E1;
	cursor: pointer;
	background-image: url(/img/icons/search.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
.cat2-search-flex-button-close {
	height: 40px;
	width: 40px;
	padding: 0 8px;
	align-items: center;
	border-radius: 0 4px 4px 0;
	border: 0;
	background: #C2272F;
	cursor: pointer;
	background-image: url(/img/icons/close.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.catalog2 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2px;
    padding-left: 2px;
    margin-top: 32px;
	min-height: 250px;
}
.catalog2-item {
    width: calc(33.3334% + 2px);
    display: flex;
	flex-direction: column;
    align-items: center;
    margin-top: -2px;
    margin-left: -2px;
    border: 2px solid #E1E1E1;
    padding: 56px 32px;
	position:relative;
}
.catalog2-item img {
	max-width:258px;
	max-height:258px;
}
.catalog2-item:hover {
	box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.25);
	z-index:1;
}
.catalog2-item:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #C2272F;
  height: 6px;
	bottom: -2px;
}

.catalog2-item-head {
	color: #2B2B2B;
	text-align: center;
	font-family: Montserrat;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 121.7%;
	margin-top: 16px;
}
@media (max-width: 1023px) {
	.catalog2-item {padding: 24px 32px;}
	.catalog2-item img {max-width:200px;max-height:200px;}
	.catalog2-item-head {font-size: 15px;}


}
@media (max-width: 767px) {
	.catalog2-item {width: calc(50% + 2px);padding: 16px 16px;}
	.catalog2-item img {max-width:150px;max-height:150px;}
	.catalog2-item-head {font-size: 12px;font-style: normal;font-weight: 400;line-height: 140%;}
	.cat2-search {margin: 16px 0 0 0;}

}


.catalog3 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2px;
    padding-left: 2px;
    margin-top: 32px;
}
.catalog3-item {
    width: calc(33.3334% + 2px);
    display: flex;
	flex-direction: column;
    align-items: center;
    margin-top: -2px;
    margin-left: -2px;
    border: 2px solid #E1E1E1;
    padding: 16px 16px;
	position:relative;
}
.catalog3-item img {
	max-width:368px;
	max-height:368px;
	width:100%;
}

.catalog3-item-head {
	color:#2B2B2B;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 121.7%;
	padding: 24px;
}
@media (max-width: 1023px) {

}
@media (max-width: 767px) {
	.catalog3 {margin-top: 16px;}
	.catalog3-item {width: calc(50% + 2px);padding: 8px 8px;}
	.catalog3-item-head {font-size: 12px;font-style: normal;font-weight: 400;line-height: 140%; padding: 8px; text-align:center;}
}

.catalog4 {
	padding: 32px 40px;
	background: #F0F0F0;
	margin-top: 32px;
}

.catalog4-head {
	color: #2B2B2B;
	font-family: Montserrat;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 121.7%;
}
.catalog4-parts-layout {
	width:100%;
	height:570px;
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 24px;
	background: #FFF;
	overflow: hidden;
}
.zoom-panel-wrapper {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 40px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border-radius: 16px;
	background: #C2272F;
}
.zoom-panel-in, .zoom-panel-out {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.zoom-panel-in {
	margin-top:8px;
}
.zoom-panel-out {
	margin-bottom:8px;
}
.catalog4-parts-layout-img {
}

.catalog4-parts-table-wrapper {
	overflow-x: auto;
}

.catalog4-parts-table {
	margin-top: 24px;
}
.table-container {
	display: flex;
	flex-direction: column; 
	background: #FFF;
	border-radius: 8px;
	overflow: hidden;
}

.table-header,
.table-row {
  display: flex;
  overflow: hidden;
  max-height: 80px; 
  transition: max-height 0.5s ease-in-out;
}

.col-header,
.table-cell {
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    color: #2B2B2B;


  padding: 8px;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  text-align: center;
	min-height: 41px;

	display: flex;
	align-items: center;
	justify-content: center;

}

.table-header .col-header {
  font-weight: bold;
  background-color: #f0f0f0;
}
.catalog4-parts-table-head-row {
	background: #1C2954;
}
.catalog4-parts-table-head-row .table-cell {
	color: #FFF;
	border-top: 0px;
	height: 48px;
}
.table-row .table-cell:first-child {
	border-left: 0px;
}
.table-row .table-cell:nth-child(1) {
	width: 55px;
}

.table-row .table-cell:nth-child(2) {
	width: 108px;
}
.table-row .table-cell:nth-child(3) {
	flex:1;
	justify-content: left;
	text-align: left;
}
.table-row .table-cell:nth-child(3) a{
	color: #3C59B6;
}
.table-row .table-cell:nth-child(4) {
	width: 104px;
}
.table-row .table-cell:nth-child(5) {
	width: 40px;
}
.table-row .table-cell:nth-child(6) {
	width: 104px;
	font-weight: bold;
}
.table-row .table-cell:nth-child(7) {
	width: 62px;
}
.table-row .table-cell:nth-child(7) button {
	background: #FFF;
	border: 0;
	cursor: pointer;
}

.table-cell input {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background:  #FFF;
	color: #999;
}
.nal, .onord, .notavail {
	width: 88px;
	display: flex;
	padding: 4px 0;
	justify-content: center;
	align-items: center;
	border-radius: 3px;

	color: #FFF;
	font-family: Inter;
	font-size: 9px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;

}

.nal {
	background: #65BC50;
}
.onord {
	background: #D9CD26;
}
.notavail {
	background: #C2272F;
}
.is-hidden{
	max-height: 0px;
}
@media (max-width: 1024px) {
	.catalog4 {padding: 24px;}
}

@media (max-width: 767px) {
	.catalog4 {padding: 0;background: #FFF;}
	.catalog4-head {font-size: 15px; padding: 0 16px;}
	.catalog4-parts-layout {height: 400px;}
	.table-cell {border: 0px;}
	.catalog4-parts-table {	min-width: 750px;}
}
