

/* Start:/bitrix/templates/slonworks/components/slonworks/news.list/main-slide/style.css?1685123285150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/components/slonworks/news.list/templates/news-on-main/style.css?17090320524223*/
.news-on-main-wrapper {
    width: 1024px;
    margin: 0 auto;
}

.news-on-main {
    width: 100%;
    overflow: hidden;
    padding: 25px 46px 30px 46px;
    box-sizing: border-box;
}

.news-on-main-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #333;
    text-transform: uppercase;
}

.news-on-main-sections {
    overflow-y: scroll;
    height: 255px;
}

.news-on-main-section:nth-child(-n+3) {
    border-top: 1px solid transparent;
}

.news-on-main-section:first-child, .news-on-main-section:nth-child(3n+4) {
    margin-left: 0;
}

.news-on-main-section {
    width: 275px;
    float: left;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
    margin-left: 30px;
    box-sizing: border-box;
    color: #333;
}

.news-on-main-sections::-webkit-scrollbar {
    width: 8px;
    height: 3px;
}

.news-on-main-sections::-webkit-scrollbar-button {
    background-color: #b7b7b7;
}

.news-on-main-sections::-webkit-scrollbar-track {
    background-color: #ececec;
}

.news-on-main-sections::-webkit-scrollbar-track-piece {
    background-color: #ececec;
}

.news-on-main-sections::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: #b7b7b7;
    border-radius: 2px;
}

.news-on-main-sections::-webkit-scrollbar-corner {
    background-color: #b7b7b7;
}

.news-on-main-sections::-webkit-resizer {
    background-color: #b7b7b7;
}

.news-on-main-section-title {
    font-size: 15px;
    line-height: 23px;
    min-height: 69px;
    max-height: 69px;
    margin-bottom: 5px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
}

.news-on-main-section-title:hover {
    opacity: .8;
}

.news-on-main-section-container {
    overflow: hidden;
    color: #b7b7b7;
    font-size: 14px;
    line-height: 23px;
}

.news-on-main-section-container .news-count {
    float: left;
    padding-left: 23px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE3IDExIj4KICAgIDxwYXRoIGZpbGw9IiNCN0I3QjciIGQ9Ik04LjUgMEM1LjI1MiAwIDIuMzA2IDEuNzc3LjEzMyA0LjY2M2EuNjczLjY3MyAwIDAgMCAwIC44MDRjMi4xNzMgMi44OSA1LjExOSA0LjY2NyA4LjM2NyA0LjY2NyAzLjI0OCAwIDYuMTk0LTEuNzc3IDguMzY3LTQuNjY0YS42NzMuNjczIDAgMCAwIDAtLjgwM0MxNC42OTMgMS43NzcgMTEuNzQ4IDAgOC41IDB6bS4yMzMgOC42MzVhMy41NzggMy41NzggMCAwIDEtMy44MDEtMy44MDEgMy41ODQgMy41ODQgMCAwIDEgMy4zMzUtMy4zMzUgMy41NzggMy41NzggMCAwIDEgMy44MDEgMy44IDMuNTk1IDMuNTk1IDAgMCAxLTMuMzM1IDMuMzM2em0tLjEwOC0xLjY0OUExLjkyMiAxLjkyMiAwIDAgMSA2LjU4IDQuOTQyYy4wNi0uOTYuODM4LTEuNzM2IDEuNzk4LTEuNzk4YTEuOTIyIDEuOTIyIDAgMCAxIDIuMDQ1IDIuMDQ1IDEuOTMzIDEuOTMzIDAgMCAxLTEuNzk4IDEuNzk3eiIvPgo8L3N2Zz4K') no-repeat 0 center transparent;
}

.news-on-main-section-container .news-public-date:first-letter {
    text-transform: uppercase;
}

.news-on-main-section-container .news-public-date {
    float: left;
    /*margin-left: 30px;*/
}

.news-on-main-more {
    position: relative;
    float: right;
    right: 40px;
    top: 15px;
}

.news-on-main-more a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}

.news-on-main-more a:hover {
    opacity: .8;
}

@media only screen and (max-width: 1023px) {
    .news-on-main-wrapper {
        width: auto;
    }

    .news-on-main {
        width: 100%;
        padding: 25px 20px;
    }

    .news-on-main-section, .news-on-main-section:nth-child(-n+3) {
        border-top: 1px solid #e5e5e5 !important;
    }

    .news-on-main-section:first-child {
        border-top: 1px solid transparent !important;
    }

    .news-on-main-section {
        width: 95%;
        margin: 0;
    }

    .news-on-main-more {
        float: none;
        width: 100%;
        right: 0;
        top: 0;
        margin-top: 20px;
        overflow: hidden;
    }

    .news-on-main-more a {
        font-size: 13px;
        line-height: 42px;
        background: #b7b7b7;
        color: #fff;
        border-radius: 10px;
        text-align: center;
        display: block;
    }

    .news-on-main-section-container .news-public-date {
        float: right;
    }

    .news-on-main-section-title {
        min-height: auto;
        max-height: auto;
    }
}
/* End */
/* /bitrix/templates/slonworks/components/slonworks/news.list/main-slide/style.css?1685123285150 */
/* /bitrix/components/slonworks/news.list/templates/news-on-main/style.css?17090320524223 */
