/* Основной экран: Поисковая выдача - список */
.catalog_list {
	width: 1110px;
	display: inline-block;
	position: relative;
	float: none;
}

.catalog_list.for_pdf {
	width: 738px;
}

.catalog_item {
	width: 363px;
	height: 280px;
	float: left;
	position: relative;
	border: 1px solid #0288D1;
	border-radius: 6px;
	margin: 0px 5px 6px 0;
	font-weight: normal;
	font-family: Arial;
	background: #FFFFFF;
	overflow: hidden;
}

.catalog_item:nth-child(3n) {
	margin-right: 0;
}

.catalog_list.for_pdf .catalog_item:nth-child(3n) {
	margin-right: 6px;
}

.catalog_list.for_pdf .catalog_item:nth-child(2n) {
	margin-right: 0;
}

.catalog_list.for_pdf .catalog_item:nth-child(8n) {
	page-break-after: always;
}

.catalog_item_title h2 {
	width: 120px;
	height: 20px;
	font-size: 18px;
	margin: 0;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.catalog_item_title {
	float: none;
	height: 30px;
	margin: 0;
	line-height: 23px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial Narrow;
	display: block;
	position: relative;
	z-index: 1;
	background: transparent;
}

.catalog_item_title_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.catalog_item_title_wrap .choose-card {
	padding-right: 30px;
}

.catalog_item .catalog_item_title_wrap label,
.catalog_item_title_wrap .choose-card {
	visibility: hidden;
	opacity: 0;
	color: #0288D1;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	transition: .4s opacity ease;
	width: 217px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	top: 0;
}

.catalog_item_title_wrap a:hover h2 {
	text-decoration: underline;
}

.catalog_item:hover .catalog_item_title_wrap label {
	visibility: visible;
	opacity: 1;
	transition: .4s opacity ease;
	line-height: 1;
	user-select: none;
}


.catalog_item_title a h2,
.catalog_item_title h2 {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;

	height: 30px;
	line-height: 29px;
	border-radius: 0px 0px 8px 0px;
	background: #0288D1;
	position: relative;
	z-index: 2;
	width: auto;
	min-width: 116px;

	max-width: 158px;
	white-space: nowrap;
	overflow: hidden;
}

.catalog_item:hover a h2 {
	color: #FFC107;
}

.catalog_item_newold {
	position: absolute;
	top: 0;
	left: 124px;
	width: 46px;
	height: 30px;
	border-radius: 0 0 16px 0;
	background: #0288D1;
	color: #FFEB3B;
	font-size: 14px;
	font-style: italic;
	font-family: Arial Narrow;
	text-decoration: none;
	vertical-align: middle;
	z-index: 2;
	display: flex;
	align-items: center;
}

.catalog_item_subtitle {
	display: inline-block;
	display: -webkit-box;
	width: 130px;
	/*height: 13px;*/
	font-size: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	padding-top: 5px;
	padding-left: 12px;
}

.two_plus_one_photo_reika .catalog_item_subtitle,
.two_plus_one_photo_gur .catalog_item_subtitle {
	height: 26px;
	-webkit-line-clamp: 2;
}

.catalog_item_photos {
	display: inline-block;
	float: none;
	position: absolute;
	margin: 0 0 5px 5px;
}

.one_photo .catalog_item_photos {
	top: 20px;
	left: 167px;
	width: 185px;
	height: 125px;
}

.one_plus_one_photo .catalog_item_photos {
	top: 25px;
	left: 192px;
	width: 125px;
	height: 125px;
}

.two_photo .catalog_item_photos,
.two_plus_one_photo .catalog_item_photos,
.two_plus_one_photo_reika .catalog_item_photos,
.two_plus_one_photo_gur .catalog_item_photos {
	top: 35px;
	left: 152px;
	width: 205px;
	height: 125px;
}

.two_photo_long .catalog_item_photos {
	top: 35px;
	left: 125px;
	width: 225px;
	height: 105px;
}

.one_photo_reika .catalog_item_photos {
	top: 45px;
	left: 125px;
	width: 220px;
	height: 120px;
}

.two_photo_reika .catalog_item_photos {
	top: 17px;
	left: 125px;
	width: 220px;
	height: 130px;
}

.catalog_item_photo {
	float: left;
	position: relative;
	display: inline-block;
	text-align: center;
}

.one_photo .catalog_item_photo {
	width: 180px;
	height: 120px;
	line-height: 120px;
}

.one_plus_one_photo .catalog_item_photo {
	width: 120px;
	height: 120px;
	line-height: 120px;
}

.two_photo .catalog_item_photo,
.two_plus_one_photo .catalog_item_photo,
.two_plus_one_photo_gur .catalog_item_photo {
	width: 100px;
	height: 100px;
	line-height: 100px;
}

.two_plus_one_photo_reika .catalog_item_photo {
	width: 180px;
	height: 60px;
	line-height: 60px;
}

.two_photo_long .catalog_item_photo {
	width: 220px;
	height: 50px;
	line-height: 50px;
}

.one_photo_reika .catalog_item_photo {
	width: 220px;
	height: 120px;
	line-height: 120px;
}

.two_photo_reika .catalog_item_photo {
	width: 220px;
	height: 65px;
	line-height: 65px;
}

.one_plus_one_photo .catalog_item_photo:nth-child(2n) {
	position: absolute;
	top: 50px;
	left: -60px;

	width: 60px;
	height: 60px;
	line-height: 60px;
}

.two_plus_one_photo .catalog_item_photo:nth-child(3n),
.two_plus_one_photo_reika .catalog_item_photo:nth-child(3n),
.two_plus_one_photo_gur .catalog_item_photo:nth-child(3n) {
	position: absolute;
	top: 60px;
	left: -40px;

	width: 40px;
	height: 40px;
	line-height: 40px;
}

.catalog_item_photo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.one_photo_reika .catalog_item_photo img,
.two_photo_reika .catalog_item_photo img {
	max-width: 220px;
}

.catalog_item_photo+.hidden_photo {
	display: none;
}

.catalog_shopping_cart {
	display: none;
	position: absolute;
	top: 110px;
	left: 300px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 23px;
	z-index: 1;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.5);
}

.catalog_item:hover .catalog_shopping_cart {
	display: inline-block;
	background: #FFA000;
	background-image: url('/local/templates/voltag.ru/img/big-cart.svg');
	background-repeat: no-repeat;
	background-position: center;

}

.catalog_item:hover .catalog_shopping_cart:hover {
	display: inline-block;
	background: #FF8F00;
	background-image: url('/local/templates/voltag.ru/img/big-cart.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.catalog_item_params {
	display: inline-block;
	float: none;
	position: absolute;
	top: 56px;
	left: 10px;
	margin: 0 0 5px 5px;
}

.two_plus_one_photo_reika .catalog_item_params,
.two_plus_one_photo_gur .catalog_item_params {
	top: 62px;
}

.catalog_item_params table {
	border-spacing: 0;
}

.catalog_item_params td {
	height: 12px;
	font-size: 11px;
	line-height: 14px;
	padding: 0 3px;
}

.catalog_item_add_params {
	display: inline-block;
	float: none;
	position: absolute;
	top: 86px;
	left: 95px;
	margin: 0 0 5px 5px;
}

.catalog_item_add_params td {
	height: 12px;
	font-size: 8px;
	line-height: 12px;
	padding: 0;
}

.catalog_item_param_important,
.catalog_item_param_width {
	float: left;
	display: -webkit-box;
	max-width: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.catalog_item_param_important {
	color: red;
	font-weight: bolder;
}



.catalog_item_crosses {
	display: inline-block;
	float: none;
	position: absolute;
	top: 158px;
	left: 10px;
	margin: 0 0 5px 5px;
}

.catalog_item_crosses table {
	width: 110px;
	table-layout: fixed;
}

.catalog_item_crosses td {
	font-size: 11px;
	padding: 0;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.catalog_item_aggregates {
	display: inline-block;
	display: -webkit-box;
	float: none;
	position: absolute;
	top: 158px;
	left: 130px;
	margin: 0 0 5px 5px;
	font-size: 11px;
	line-height: 14px;
	width: 220px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.no_aggregates .catalog_item_aggregates {
	display: none;
}

.catalog_item_application {
	display: inline-block;
	display: -webkit-box;
	float: none;
	position: absolute;
	top: 224px;
	left: 130px;
	margin: 0 0 5px 5px;
	font-size: 11px;
	line-height: 13px;
	width: 220px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.no_aggregates .catalog_item_application {
	top: 158px;
	height: 116px;
	-webkit-line-clamp: 9;
}

.catalog_list_scroll_left {
	display: inline-block;
	float: left;
	margin-top: 60px;
	width: 0px;
	height: 0px;
	border-width: 80px 20px 80px 0;
	border-style: solid;
	border-color: transparent #0288D1 transparent transparent;
}

.catalog_list_scroll_left:hover {
	border-color: transparent #FFC107 transparent transparent;
}

.catalog_list_scroll_right {
	display: inline-block;
	float: left;
	margin-top: 60px;
	width: 0px;
	height: 0px;
	border-width: 80px 0 80px 20px;
	border-style: solid;
	border-color: transparent transparent transparent #0288D1;
}

.catalog_list_scroll_right:hover {
	border-color: transparent transparent transparent #FFC107;
}



/*когда карточка выделена*/

.catalog_item.choosen .catalog_item_title {
	background: #f9cf87;
}

.catalog_item.choosen .catalog_item_title_wrap label,
.catalog_item.choosen .catalog_item_title_wrap:hover .checkbox label,
.catalog_item.choosen .catalog_item_title_wrap:hover .checkbox .choose-card,
.catalog_item.choosen .catalog_item_title_wrap .choose-card {
	visibility: visible;
	opacity: 1;
	color: #6D4215;
}

.catalog_item .catalog_item_title_wrap .checkbox label:hover,
.catalog_item .catalog_item_title_wrap .checkbox label:hover .choose-card {
	visibility: visible;
	opacity: 1;
	color: #0288D1;
}