.tiles-list {
    max-width: none;
    margin: -12px;
    font-size: 0;
}

.tiles-list .tile-wrap {
    display: inline-block;
    width: 25%;
    padding: 12px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
}

.tiles-list .tile {
    height: 396px;
    border: 1px solid #e7e8ea;
}

.tiles-list .tb {
    height: 100%;
}

.tiles-list .tc {
    vertical-align: top;
}

.tiles-list .tile.no-image .tc {
    vertical-align: middle;
}

.tiles-list .tile.no-image .h3 {
    max-height: 60px;
}

.tiles-list .tile.center-image .image {
    background-size: contain;
}

.tiles-list .image-wrap {
    position: relative;
    display: block;
    height: 200px;
    overflow: hidden;
}

.tiles-list .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.tiles-list .image-wrap:hover .image {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.tiles-list .tile-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 18px 18px;
}

.tiles-list .tile-time {
    font-family: "robotomedium";
    font-size: 13px;
    color: #888888;
}

.tiles-list .tile-time:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    margin: 8px 0 12px;
    background: #cccccc;
}

.tiles-list .tile-date {
    margin-bottom: 6px;
    font-size: 13px;
    color: #cccccc;
}

.tiles-list .h3 {
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tiles-list .tile-descr {
    max-height: 45px;
    overflow: hidden;
    font-size: 13px;
    line-height: 15px;
}

.tiles-list .btn-simple {
    margin-top: 8px;
}

@media screen and (max-width: 1700px) {
    .tiles-list {
        margin: -6px;
    }

    .tiles-list .tile-wrap {
        padding: 6px;
    }

    .tiles-list .tile-text {
        padding: 12px;
    }
}

@media screen and (max-width: 1600px) {
    .tiles-list .tile-wrap:nth-child(n) {
        width: 100%;
    }

    .tiles-list .tile {
        height: auto;
        padding: 18px;
    }

    .tiles-list .tb {
    }

    .tiles-list .tc {
        display: table-row;
    }

    .tiles-list .image-wrap {
        display: table-cell;
        vertical-align: middle;
        width: 40%;
        height: auto;
        padding-right: 4%;
    }

    .tiles-list .image {
        position: relative;
        left: auto;
        top: auto;
        height: 140px;
    }

    .tiles-list .tile-date {
        margin-bottom: 3px;
    }

    .tiles-list .tile-descr {
        max-height: 30px;
    }

    .tiles-list .tile-wrap:nth-child(n) .tile-text {
        display: table-cell;
        vertical-align: middle;
        padding: 0;
    }

    .tiles-list .tile-wrap:nth-child(n) .h3 {
        font-size: 16px;
        line-height: 20px;
        max-height: 40px;
        color: #000;
    }
}

@media screen and (max-width: 480px) {
    .tiles-list .tile {
        padding: 12px;
    }

    .tiles-list .tile-wrap:nth-child(n) .image-wrap,
    .tiles-list .tile-wrap:nth-child(n) .tile-text {
        display: block;
        width: 100%;
    }

    .tiles-list .tile.center-image .image {
        background-size: cover;
    }
}

.blog-list .tile-wrap:first-child .tile-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-list .tile-wrap:first-child .h3 {
    width: 100%;
}

.blog-list .tile-wrap:first-child .tile-descr {
    width: 100%;
}

@media screen and (max-width: 800px) {
    .blog-list .tile-wrap:first-child .tile-text {
        display: block;
    }
}

.detail-blog-other {
    margin: 20px 0;
}

.other-news-title.h3 {
    border: 1px solid #e7e8ea;
    line-height: 60px !important;
}

