.opened .catsBlockText {

}
.catsBlockText {
    display: block;
    margin: 15px 20px 30px;
    display: none;

}

.catsBlock {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 0 35px rgba(0,0,0,0.15);
}

.catsBlocks {
    margin: 30px 0 0;
}

.catsBlockTitle {
    position: relative;
    font-weight: 500;
    cursor:pointer;
    font-size: 18px;
}
.opened .catsBlockTitle {
    color:#e6949e
}



.catsBlockTitle:after {font-weight: 400;color:#000;content: '>';display: block;width: 10px;height: 10px;position: absolute;right: -5px;font-size: 20px;transform: rotate(90deg) scaleY(1.6);top: 7px;}
.opened .catsBlockTitle:after {color:#000;transform: rotate(-90deg) scaleY(1.6);right: 31px;}

.catsBlockText a {
    color:#000;
    transition: 0.3s;
}

.catsBlockText a:hover {
    text-decoration: none;
}

.catsBlockText .link {
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.catsBlockText .link:hover a:first-child:hover {
    color:#e6949e;
}

.catsBlockText .link a:last-child {
    width: 50px;
    margin-left: 15px;
}

.catsBlockText .link .download {
	
	
	color: black;
	font-size: 16px;
	font-weight: 300;
	background: url("/local/templates/bwt_pro/./img/second/downloadIcon.png") 100% 50% no-repeat;
	padding-right: 20px;
}