

/* Start:/bitrix/components/abkr/lists.file/templates/.logo_lite/style.css?16214059131906*/
.file-img-wrap i.fa{
	font-size: 150px;
	
}
.file-elem{
	background: #fff;
    position: relative;
    text-align: center;
    padding: 15px;
    /*margin: 2px;//
    
    -webkit-transition: box-shadow .5s, -webkit-transform .5s;
    transition: box-shadow .5s, transform .5;
}
.file-info-wrap{
	/*margin: 10px;*/
}
.file-link{
	color: #000;
	-webkit-transition: text-shadow .5s, -webkit-transform .5s;
    transition: text-shadow .5s, transform .5;
}
	
.file-link:hover{
	color: #333;
	text-shadow: 0 14px 14px rgba(51,51,51,0.28);
	
}
.file-list  { 
    text-align: center;
	margin: auto -15px;
}
.bx-file-img{
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	height: 17vw;
}

.bx-file-img img {
    flex-shrink: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: opacity .8s ease .6s;
}
.icon_download {
	/*width: 20px;
    height: 24px;*/
	width: 1.3vw;
    height: 1.6vw;
    content: '';
    display: block;
    background-image: url(/upload/iblock/000/icon_download.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 100%;
	
}
.file-info-wrap {
	margin-top: 4px;
    float: left;
    font-weight: normal;
    font-size: 1.32vw;
    color: #000;
}
.file-down-wrap{
    float: right;
}     


@media (min-width: 992px){
.file-list .elem{
	float: left;
    width: 25% !important;
}
.file-list .elem:nth-child(4n+1) {
    clear: both;
}
}

@media (max-width: 768px) and (max-width: 991px){
.file-list .elem:nth-child(2n+1) {
    clear: both;
}
.file-list .elem{
	float: left;
    width: 50% !important;
}
}

@media (max-width: 500px) {
	.file-list .elem{
    width: 100% !important;
	margin-bottom: 30px;
	}
	.file-info-wrap {  
    float: left;
    font-size: 18px;
	}
	.bx-file-img {
    height:unset;
	}
    .icon_download {
    width: 20px;
    height: 24px;
	}
}

/* End */
/* /bitrix/components/abkr/lists.file/templates/.logo_lite/style.css?16214059131906 */
