<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-detail__back {
    display: block;
    padding-left: 20px;
    color: #707070;
    font-size: 13px;
    background: url(/local/templates/tesli_2020/css_2020/images/icons/arrLeft.png) 0 50% no-repeat;
    line-height: 16px;
    margin-bottom: 27px;
}



.news-detail-tags {
    margin-top: 13px;
    overflow: hidden;
    margin-bottom: 8px
}

.news-detail-tags a {
    margin-bottom: 11px
}

.news-detail-tags a {
    float: left;
    padding: 9px 11px;
    background: #f5f5f5;
    margin-right: 11px;
    color: #707070;
    border-radius: 4px
}

.news-item .news-item-tags {
    height: 42px;
    overflow: hidden
}




.news-list {
    padding-top: 30px
}

.news-item {
    float: left;
    border: 1px solid #e5e5e5;
    padding: 19px 9px 9px 19px;
    width: 49.6%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 13px;
    height: 240px;
    position: relative;
    border-radius: 5px;
    background: #fff
}
.news-item__title {
    color: #252525;
}
.news-item__title:hover {
    text-decoration: none;
}

.news-item.right {
    float: right
}

.news-item .text {
    margin-right: 170px
}

.news-item.noImage .text {
    margin-right: 0
}

.news-item.noImage {
    padding-right: 19px
}

.news-item img {
    position: absolute;
    right: 9px;
    bottom: 9px
}

.news-item .txt {
    margin-top: 13px;
    line-height: 1.5em;
    overflow: hidden;
    height: 62px;
    color: #555
}

.news-item h3 {
    overflow: hidden;
    height: 53px;
    line-height: 29px
}

.upper.block-title {
    text-transform: uppercase;
}

.archive-item h4 {
    margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
    .tabsSubMenu a,nav.cols a {
        margin-right:0;
        margin-bottom: 0;
        float: none;
        display: inline-block
    }

    .news-item {
        float: none;
        width: 100%;
        height: auto
    }

    .news-item.right {
        float: none
    }

    .news-item .text {
        margin-right: 0
    }

    .news-item img {
        position: static
    }

    .news-item h3 {
        height: auto
    }
}

.tags {
    margin-top: 13px;
    overflow: hidden;
    margin-bottom: 8px
}

.archive-item,.tags a {
    margin-bottom: 11px
}

.tags a {
    float: left;
    padding: 9px 11px;
    background: #f5f5f5;
    margin-right: 11px;
    color: #707070;
    border-radius: 4px
}

.news-item .tags {
    height: 42px;
    overflow: hidden
}



.archive-list,.halfPadding {
    padding-top: 20px
}

.archive-list .col {
    float: left;
    width: 47%;
    margin-right: 3%;
    margin-top: 15px
}

@media only screen and (max-width: 767px) {
    .archive-list .col {
        margin-right:0;
        width: 100%;
        float: none
    }
}

.archive-item h4 a {
    color: #252525;
    text-decoration: underline
}

.archive-item h4 a:hover {
    text-decoration: none
}

.archive-item time {
    margin-top: 5px;
    display: block;
    color: #707070;
    letter-spacing: 2px
}</pre></body></html>