.opened .docsBlockText {

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

}

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

.docsBlocks {
    margin: 30px 0 0;
}

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



.docsBlockTitle: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 .docsBlockTitle:after {color:#000;transform: rotate(-90deg) scaleY(1.6);right: 31px;}

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

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

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

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

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

.docsBlockText .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;
}