

/* Start:/local/templates/main/components/bitrix/catalog.element/board1/style.css?17725350215250*/
.item-card {
	gap: 20px;
	display: flex !important;
	line-height: 1;
}
.item-card.product {
	border: none;
	padding: 0;
	align-items: self-start;
}
.item-card.product:hover::before {
	border: none;
}
.item-card-img {
	width: 202px;
	height: 182px;
	border: 1px solid #dadada;
}
.item-card-offer {
	flex: 1;
}
.item-price {
	font-size: 33px;
	padding: 6px 0 12px 0;
	font-family: 'Gilroy-SemiBold';
}
.item-card-lower {
	gap: 10px;
	display: flex;
	align-items: center;
	padding: 20px 0 0 0;
}
.item-outline {
	gap: 20px;
	display: flex;
	flex-direction: column;
	padding: 0 0 0 20px;
	border-left: 1px solid #dadada;
	height: fit-content;
        max-width: 330px;
}
.item-outline svg {
	color: #005398;
}
.item-outline > div {
	gap: 16px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.item-outline > div span,
.item-outline > div span a {
	gap: 5px;
	display: flex;
	flex-direction: column;
}
.item-outline > div span a {
	display: block;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: underline;
	font-family: 'Gilroy-SemiBold';
}
.item-card-buttons {
	gap: 6px;
	display: flex;
        align-items: center;
}
.item-card-buttons .qaArea {
	width: 130px;
}
.item-card-buttons .qaArea input[type=number]::-webkit-inner-spin-button,
.item-card-buttons .qaArea input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.item-card-buttons .qaArea input[type=number] {
	-moz-appearance: textfield;
	height: 32px;
	background: #fff;
	border: 1px solid var(--bg-color-gray);
	line-height: 39px;
	text-align: center;
	outline: 0 none;
	min-width: 40px;
}
.item-card-buttons .d-order-btn {
	padding: 10px 20px !important;
}
@media (max-width: 1500px){
	.item-card-img {
		width: 172px;
		height: 152px;
	}
	.item-card-img img {
		width: 170px;
		height: 150px;
	}
	.item-card {
		gap: 12px;
	}
	.item-price {
		font-size: 27px;
	}
}
@media (max-width: 1399px){
	.item-outline {
	        max-width: 230px;
		padding: 0 0 0 16px;
	}
	.item-outline svg {
		display: none;
	}
}
@media (max-width: 1199px){
	.item-outline {
	        max-width: 315px;
	}
}
@media (max-width: 991px){
	.item-outline {
	        max-width: 315px;
	}
	.item-card.product {
		flex-wrap: wrap;
		align-items: center;
	}
	.item-outline {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		width: 100%;
		max-width: 100%;
		padding: 0;
		border-left: none;
	        justify-content: space-around;
	}
	.item-outline svg {
		display: none;
	}
}
@media (max-width: 767px){
	.item-card-img {
		flex: 1;
		display: flex;
		justify-content: center;
		width: 100%;
		min-width: 100%;
	}
	.item-outline {
		gap: 10px;
		display: flex;
	}	
	.item-outline svg {
		display: block;
		width: 20px;
		height: 20px;
		min-width: 20px;
	}
	.item-outline > div span {
		flex-direction: row;
		align-items: center;
		white-space: nowrap;
	}
}
@media (max-width: 567px){
	.item-outline > div span div {
		display: none;
	}
}
@media (max-width: 500px){
	.item-card-lower {
		font-size: 15px;
	}
	.item-card-offer div:first-child {
		font-size: 15px;
	}
	.item-card-offer div:not(.item-card-lower) {
		text-align: center;
	}
	.item-price {
		font-size: 23px;
	}
	.item-card-buttons {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.item-card-buttons .d-order-btn {
		flex: 1;
		align-items: center;
		justify-content: center;
	}
}







.catalog-price {
	 color:red;
}
.product_card .product_card__info{
	padding-right: 10px;
	position: relative;
}
.product__btn_filters.addToCompare{
	position: absolute;
	right: 46px;
	top:0;
}
.product__btn_like.addToLove{
	position: absolute;
	right: 0;
	top:0;
}
.qaArea{
	width:110px;
	display: flex;
	align-items: center;
	margin-right: 12px;
}
.qaArea input[type="button"]{
	width: 32px;
	border: 0 none;
	height: 32px;
	background: var(--bg-color-gray);
	font-size: 20px;
	line-height: 31px;
	text-align: center;
	color: #333 !important;
	font-weight: bold;
	padding: 0;
	min-width: 32px;
}
.qaArea input[type="button"]:hover{
	border: 0 none;
	background: var(--bg-color-blue);
	color:#fff !important;
}
.qaArea input[type=text]{
	height: 32px;
	background: #fff;
	border: 1px solid var(--bg-color-gray);
	line-height: 39px;
	text-align: center;
	outline: 0 none;
}
.product_card__img {
	display: flex;
	justify-content: center;
	align-items: center;
}



@media(max-width: 767px){
	.product__btn_filters.addToCompare{
		right: 35px;
	}
}
@media(max-width: 575px){
	.product__btn_like.addToLove {
		right: -6px;
	}
	.product__btn_filters.addToCompare{
		right: 40px;
	}
	.product_card__info .product_card__price{
		width: 80%;
	}
	.product_card__info .product_card__delivery {
		margin-top: 12px;
	}
}



.q_params_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 20px;

	p {

	}
}
@media (max-width: 767px){
	.q_params_list {
		grid-template-columns: 1fr;
	}
}


.q_params_list > i {
	font-style: normal;
	display: flex;
	padding: 0;
	margin: 6px 4px 0 4px;
	font-weight: 400;
	line-height: 1.2;
	align-items: baseline;
	
	b {
		font-family: 'Cera-Bold';
		text-align: right;
		width: fit-content;
	}
}

.p_space {
	flex: 1;
	border-bottom: 1px dashed #cbcbcb;
	display: inline-block;
	margin: 0 8px 6px 8px;
}
/* End */
/* /local/templates/main/components/bitrix/catalog.element/board1/style.css?17725350215250 */
