
#files {
	/*margin-top: 24px;*/
}

.rating{
    display: none;
}

#files .wrap {
	box-sizing: border-box;
	padding: 0 24px;
}

#files .heading {
	display: block;
	padding: 36px 24px;
	font-weight: 800;
	font-size: 20px;
	font-family: robotobold;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-top: 1px solid #efefef;
}

#files .items {
	overflow: hidden;
}

#files .item {
	float: left;
	/*height: 65px;
	margin-bottom: 24px;*/
	overflow: hidden;
}

#files .item + .item{
    margin-top: 20px;
}

#files .item .tb {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#files .item .tbr {
	display: table-row;
}

#files .item .icon {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
}

#files .item .icon a {
	display: block;
}

#files .item .icon img {
	max-width: 100%;
	vertical-align: middle;
}

#files .item .info {
	display: table-cell;
	width: 50%;
	padding-left: 18px;
	vertical-align: middle;
    text-align: left;
}

#files .item .info .name {
	display: block;
	height: 25px;
	overflow: hidden;
	color: #000000;
	font-size: 14px;
	line-height: 25px;
	transition: all 0.2s ease-in-out;
}

#files .item .info .name span {
	display: inline-block;
	line-height: 21px;
	vertical-align: middle;
}

#files .item small {
	display: block;
}

.storitel-text{
    text-align: left;
    max-width: 500px;
    width: 100%;
}

.new-section #catalogTableList .picture{
    max-width:  250px;
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
}

.new-section #catalogTableList .column:first-child{
    width: auto;
    padding: 20px;
    text-align: left;
}

.new-section #catalogTableList .name{
    font-size: 18px;
}

.new-section #catalogTableList .column{
    padding: 20px;
}

.new-section #catalogTableList .column:last-child{
   width: 240px;
   text-align: right;
}

.new-section #catalogTableList .itemRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-section #catalogTableList .picture{
    text-align: left;
}

.new-section #catalogTableList .column:nth-child(2){
    margin-right: auto;
}

@media (max-width: 1024px) {
    .new-section #catalogTableList .itemRow{
        flex-wrap: wrap;
    }

    .new-section #catalogTableList .itemRow .column{
        width: 50%;
        box-sizing: border-box;
    }
}

@media (max-width: 660px) {
    .new-section #catalogTableList .column:first-child{
        display: block;
        text-align: center;
    }

    .new-section #catalogTableList .itemRow .column{
        width: 100%;
        box-sizing: border-box;
    }
    
    .storitel-text{
        padding-left: 0;
        max-width: 100%;
    }

    #files .item .icon{
        width: 50px;
        margin-top: 0;
    }

    #files .item .tbr{
        display: flex;
        justify-content: flex-start;
    }

    .new-section #catalogTableList .column>.name,
    .new-section #catalogTableList .picture{
        text-align: center;
    }

    .new-section #catalogTableList .picture{
        justify-content: center;
        margin:  0 auto;
    }
}   