

/* Start:/local/components/bitpro/catalog.list/templates/.default/style.css?15825588815195*/
.category-page {
	padding:30px 10px 0;
}

.category-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	padding-top:40px;
}
.category-row .category-each {
    width:18%;
}
.category-row .category-each .name {
    min-height:60px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	text-align: center;
}
.category-row .category-each .name a {
    font-size: 20px;
    font-weight: 600;
    color: #9e1715;
	text-decoration:none;
}
.category-row .category-each .name a:hover {
    color: #9e1715;
	text-decoration:underline;
}
.category-row .category-each .pict {
    min-height:120px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.category-row .category-each .figure {
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 25px solid #333;
	margin:0 auto;
}
.category-row .category-each .list {
	margin-bottom:20px;
	padding:10px;
	/*border:2px solid #333;*/
}
.category-row .category-each .list .item {
	padding: 10px 0 10px 0;
    border-bottom: 1px solid #dbdbdb;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	position:relative;
}
.category-row .category-each .list .item  .item-img {
	width:50px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.category-row .category-each .list .item  .item-name {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.category-row .category-each .list .item  .item-name a {
	font-size: 15px;
    color: #000;
    line-height: 1.1;
	text-decoration:none;
}
.category-row .category-each .list .item  .item-name a:hover {
    color: #000;
	text-decoration:underline;
}
.category-row .category-each .list .item .arr {
	position:absolute;
	top:10px;
	right:5px;
	width:32px;
	height:32px;
	cursor:pointer;
	background:url('/img/arrow.png') 0 0 no-repeat;
}
.category-row .category-each .list .item .arr.act {
	background-position:0 -32px;
}
.category-row .category-each .list .subitem {
    display:none;
	padding-left:40px;
}

@media (max-width: 1120px) {	
	.category-row .category-each {
		width:30%;
	}
}
@media (max-width: 720px) {	
	.category-row .category-each {
		width:48%;
	}
}

.category-row .category-each .name span {
    font-size: 20px;
    display: block;
font-weight: 600;
    text-transform: none;
    color: #9e1715;
    text-decoration: none !important;
}

.category-row .category-each .name span:hover {
	cursor:pointer;
	   text-decoration: underline !important;
}
/* End */
/* /local/components/bitpro/catalog.list/templates/.default/style.css?15825588815195 */
