.opened .videosBlockText {

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

}

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

.videosBlocks {
    margin: 30px 0 0;
}

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



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

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

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

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

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

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

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



.video_item {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px;
}

.video_item iframe {
    width: 100%;
    height: 200px;
    max-height: 30vh;
}

.video_title {
    
    margin-top: 15px;
}
.video_desc {
	margin-top: 15px;
}
.videosBlockSubTitle {
    font-size: 1.15em;
    margin: 10px 0 5px;
    font-weight: 500;
}