

/* Start:/local/templates/.default/components/bitrix/catalog.section.list/main/style.css?1737360743723*/
.cat-list {
	display: flex;
	gap: 11px;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}
.cat-item {
	width: calc(25% - 8.3px);
	flex-grow: 1;
}
.cat-item img  {
	width: 100%;

}
.cat-name {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgb(245, 245, 245);
    min-height: 48px;
	height: auto;
	padding: 5px 0;
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


@media screen and (max-width: 1000px) {
	.cat-item {
		width: calc(50% - 11px);
		display: flex;
        flex-direction: column;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/catalog-slider/style.css?1779718580356*/
.product__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 180px !important;
}

.tovars_similar_products .product__media {
    min-height: 160px !important;
}

.tovars_similar_products .product__title {
    height: auto !important;
}

.product__title {
    height: auto !important;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/catalog/style.css?1726139749498*/
body .product__media .imgDouble img:last-child{
    display: none;
}
body .product__media .imgDouble img:first-child{
    display: initial;
}
body .product__media .imgDouble:hover img:first-child{
    display: none;
}
body .product__media .imgDouble:hover img:last-child{
    display: initial;
}
body .product__media .imgDouble {
    text-align: center;
    display: block;
}

body .product__media .imgDouble img {
    width: 100%;
    height: 100%;
    /*max-width: 300px;*/
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/preim/style.css?1688804960555*/
.preim{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}
.preim > div {
    display: flex;
    gap: 20px;
    width: calc(50% - 10px);
}

.preim_name {
    font-size: 25px;
    font-weight: bold;
}

@media screen and (max-width: 780px) {
    .preim > div {
        width: 100%;
    }
    .preim_img_container {
        width: 58px;
        flex-shrink: 0;
    }
    .preim_img_container img {
        width: 100%;
    }
    .preim_name {
        font-size: 20px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/stati/style.css?1737360689838*/
.stati_detail_picture {
	float: right;
	width: auto;
	height: auto;
	margin: 0 0 20px 20px;
}
.stati_detail_picture_new {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto 20px ;
}

.other_stati_wrap ul {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	padding: 0px;
	flex-wrap: wrap;
}
.other_stati_wrap li {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 23%;
	margin-right: 2%;
}
.other_stati_wrap a {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center;
}
.other_stati_wrap a span {
	position: absolute;
	bottom: 20px;
	padding: 20px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-weight: bold;
}
.other_stati_wrap a img {
	max-width: 100%;
	max-height: 100%;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.section.list/main/style.css?1737360743723 */
/* /local/templates/.default/components/bitrix/catalog.section/catalog-slider/style.css?1779718580356 */
/* /local/templates/.default/components/bitrix/catalog.item/catalog/style.css?1726139749498 */
/* /local/templates/.default/components/bitrix/news.list/preim/style.css?1688804960555 */
/* /local/templates/.default/components/bitrix/news.list/stati/style.css?1737360689838 */
