

/* Start:/bitrix/templates/parketgreenline/components/bitrix/catalog.section/adhesive/style.css?17852258342116*/
.catalog-section .list{
	display: flex;
	flex-direction: row;
    	flex-wrap: wrap;
    	justify-content: space-between;
}
.catalog-section .list a{
	text-decoration: unset;
    	color: unset;
}
.catalog-section .list .element{
	width: 360px;
	border: solid 1px #c8c8c8;
    	background-color: #fafafa;
	min-height: 530px;
}
.catalog-section .list .element .block1{
    	padding: 15px;
    	box-sizing: border-box;
	display: flex;
    	flex-direction: column;
    	align-items: center;
}
.catalog-section .list .element .block1 .img{
	width: 100%;
    	height: 210px;
}
.catalog-section .list .element .block1 .desc{
	font-size: large;
    	font-weight: 400;
    	text-align: center;
    	margin: 15px 0 0;
}
.catalog-section .list .element .block1 .name{
	font-size: x-large;
    	font-weight: 300;
   	text-align: center;
    	margin: 20px 0 15px;
   	text-transform: uppercase;
}
.catalog-section .list .element .block2{
	background-color: #e6e6e6;
    	padding: 20px;
    	box-sizing: border-box;
}
.catalog-section .list .element .block3{
	background-color: #e6e6e6;
    	padding: 20px;
    	box-sizing: border-box;
	display: flex;
    	flex-direction: row;
    	justify-content: space-between;
    	align-items: flex-end;
}
.catalog-section .list .element .block3 div{
    	font-size: larger;
   	font-weight: 400;
}
.catalog-section .list .element .block3 .catalog-price{
	font-size: 32px;
    	font-weight: 300;
    	color: unset;
	vertical-align: text-top;
}
.catalog-section .list .element .block3 .catalog-price span{
	font-size: large;
    	font-weight: 400;
}

@media screen and (max-width: 960px) {
.catalog-section .list{
	flex-direction: column;
}
.catalog-section .list .element {
    width: 100%;
    min-height: unset;
    margin-bottom: 20px;
}
.catalog-section .list .element .block2{
padding: 20px 20px 10px;
}
.catalog-section .list .element .block2 li+li{
margin-top:9px;
}
.catalog-section .list .element .block1 .desc {
    font-size: medium;
}
.catalog-section .list .element .block1 .name {
    margin: 15px 0 10px;
}
.catalog-section .list .element .block1 .img {
    height: 200px;
}
}

/* End */
/* /bitrix/templates/parketgreenline/components/bitrix/catalog.section/adhesive/style.css?17852258342116 */
