/**********/

.contentBlockItem.offerBlock
{
}
.contentBlockItem.offerBlock .offerItem
{
}
.contentBlockItem.offerBlock .offerItem .wr
{
	display: grid;
	grid-template-columns: minmax(200px, 400px) 1fr;
	gap: 30px;
	padding: 20px;
	border: 1px solid var(--color_4);
	border-radius: var(--border-radius);
	background-color: var(--color_white);
}
.contentBlockItem.offerBlock .offerItem .wr::before
{
	position: absolute;
	display: block;
	content: "";
	background-color: var(--color_4);
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
}
.contentBlockItem.offerBlock .offerItem .wr:hover
{
	z-index: 5;
}
/**/
.contentBlockItem.offerBlock .offerItem .wr .proHImage
{
	position: relative;
}
.contentBlockItem.offerBlock .offerItem .wr .proHImage .imageWobbler
{
	display: block;
}
/**/
.contentBlockItem.offerBlock .offerItem .wr .proContent
{
}

/*****/

@media (max-width: 1520px)
{
	.contentBlockItem.offerBlock .offerItem .itemWrapper
	{
		gap: calc(15px + (30 - 15) * var(--width-coefficient));
		padding: calc(10px + (20 - 10) * var(--width-coefficient));
	}
	.contentBlockItem.offerBlock .offerItem .itemWrapper .title a
	{
		font-size: calc(15px + (18 - 15) * var(--width-coefficient));
	}
	.contentBlockItem.offerBlock .offerItem .itemWrapper .parameterList li span,
	.contentBlockItem.offerBlock .offerItem .itemWrapper .parameterList li a
	{
		font-size: calc(14px + (16 - 14) * var(--width-coefficient));
	}
}

@media (max-width: 1366px)
{
}

@media (max-width: 991px)
{
	.contentBlockItem.offerBlock .offerItem .itemWrapper .title a
	{
		line-height: 1.2;
		font-size: 1.4rem;
	}
	.contentBlockItem.offerBlock .offerItem .itemWrapper .priceLine .price
	{
		line-height: 1.2;
		font-size: 1.6rem;
	}
	.contentBlockItem.offerBlock .offerItem .itemWrapper .priceLine .oldPrice
	{
		font-size: 1.3rem;
	}
	.contentBlockItem.offerBlock .offerItem .itemWrapper .buyBlock .modifications select
	{
		height: 36px;
	}
	.contentBlockItem.offerBlock .offerItem .itemWrapper .buyBlock .addСartBtn
	{
		height: 36px;
	}
}

@media (max-width: 991px) and (min-width: 768px)
{
}

@media (max-width: 767px)
{
	.contentBlockItem.offerBlock .offerItem .itemWrapper
	{
		grid-template-columns: minmax(200px, 1fr) 1fr;
	}
	.contentBlockItem.offerBlock .offerItem .itemWrapper .imageBlock
	{
		margin: 0 auto;
		width: 100%;
		max-width: 250px;
		grid-column-start: 1;
		grid-column-end: 3;
	}
}

@media (max-width: 480px)
{

}

@media (max-width: 420px)
{
	.contentBlockItem.offerBlock .offerItem .itemWrapper
	{
		grid-template-columns: 1fr;
	}
	.contentBlockItem.offerBlock .offerItem .itemWrapper .imageBlock
	{
		max-width: 100%;
		grid-column-start: unset;
		grid-column-end: unset;
	}
}

/***********************************************************************/
/***********************************************************************/

.catalogBlock,
.brandBlock
{

}
.catalogBlock .blockWrapper,
.brandBlock .blockWrapper
{
	display: grid;
	grid-template-columns: calc(60% - 15px) calc(40% - 15px);
	align-items: center;
	gap: 30px;
}

@media (max-width: 1520px)
{
	.catalogBlock .blockWrapper,
	.brandBlock .blockWrapper
	{
		grid-template-columns: calc(60% - (5px + (15 - 5) * var(--width-coefficient))) calc(40% - (5px + (15 - 5) * var(--width-coefficient)));
		gap: calc(10px + (30 - 10) * var(--width-coefficient));
	}
}
@media (max-width: 1200px) and (min-width: 992px)
{
	.catalogBlock .blockWrapper.typeContentBlock2,
	.brandBlock .blockWrapper.typeContentBlock2
	{
		grid-template-columns: 1fr;
	}
	.catalogBlock .blockWrapper.typeContentBlock2 .imageBlock .img_wrap,
	.brandBlock .blockWrapper.typeContentBlock2 .imageBlock .img_wrap
	{
		padding-bottom: 56.25%;
	}
}
@media (max-width: 767px)
{
	.catalogBlock .blockWrapper,
	.brandBlock .blockWrapper
	{
		grid-template-columns: 1fr;
	}
	.catalogBlock .blockWrapper .imageBlock .img_wrap,
	.brandBlock .blockWrapper .imageBlock .img_wrap
	{
		padding-bottom: 56.25%;
	}
}

