

/* Start:/local/templates/retail/components/rarus/news.detail.materials/news/style.css?168685479310308*/
.cur-material-data {
    display: none;
}

.events__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -8px 15px;
}

.events__row .col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
}

@media screen and (max-width: 767px) {
    .events__row .col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.events__item {
    height: 100%;
    padding: 13px;
    box-shadow: 0 0 5px rgba(0, 1, 3, 0.5);
}

.events__item > div {
    display: flex;
    justify-content: space-between;
}

.events__item--preview {
    display: block;
    height: 100px;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    margin-right: 30px;
    border-bottom: none;
}

.events__item--preview:hover, .events__item--preview:focus {
    border-bottom: none;
}

@media screen and (max-width: 767px) {
    .events__item--preview {
        min-width: 80px;
        max-width: 80px;
        width: 80px;
        margin-right: 10px;
    }
}

.events__item--description {
    margin-bottom: 15px;
}

.events__item--description .title {
    display: block;
    margin-bottom: 6px;
    line-height: 18px;
    font-size: 16px;
    font-style: italic;
    font-family: Georgia, Tahoma, sans-serif;
    border-bottom-color: transparent;
    color: #000;
}

.events__item--description .text {
    line-height: 15px;
    font-size: 13px;
    font-weight: 400;
}

/*RR-22298*/
.term-variations {
    color: gray;
}

/*RR-25158*/
svg.icon.icon-eye {
    color: #b4b4b4;
    margin: 0 -2px -3px 6px;
    width: 14px;
    height: 14px;
    background-image: none;
}

/*RR-25160*/
.view {
    font-size: 13px;
    color: #b2b2b2;
}

div.events__item--properties {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* region RETAIL-3578 */
.events__item--properties > a {
    margin-right: 5px;
}

.events__item--properties > a:last-child {
    margin-right: 0;
}

.events__item--properties .autor {
    position: relative;
    margin-right: 10px;
    float: right;
    border: none;
    text-decoration: none;
    display: block;
    width: 17px;
    height: 16px;
    background: url("/local/templates/retail/images/sprite/sprite-icons.png") -360px -312px no-repeat;
}

.events__item--properties .autor:link, .events__item--properties .autor:active, .events__item--properties .autor:visited, .events__item--properties .autor:hover {
    border: none;
    text-decoration: none;
}

.events__item--properties .autor:hover {
    background: url("/local/templates/retail/images/sprite/sprite-icons.png") -343px -312px no-repeat;
}

.events__item--properties .tutor {
    border: none;
    text-decoration: none;
    display: block;
    width: 14px;
    height: 16px;
    background: url("/local/templates/retail/images/sprite/sprite-icons.png") -392px -312px no-repeat;
}

.events__item--properties .tutor:link, .events__item--properties .tutor:active, .events__item--properties .tutor:visited, .events__item--properties .tutor:hover {
    border: none;
    text-decoration: none;
}

.events__item--properties .tutor:hover {
    background: url("/local/templates/retail/images/sprite/sprite-icons.png") -378px -312px no-repeat;
}
/* endregion RETAIL-3578 */

.body-article {
    margin-bottom: 25px;
    line-height: 27px;
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto" !important;
    text-align: left;
}

.list-news {
    margin-left: 0 !important;
}

.list-news__container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color: #1d2335;
}

.list-news__navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
    width: 100%;
}

.list-news__link {
    display: flex;
    width: 50%;
    font: inherit !important;
    font-size: 13px !important;
    line-height: 15px !important;
    color: #999999 !important;
    text-decoration: none !important;
    border: none !important;
}

.list-news__link--prev {
    justify-content: flex-start;
}

.list-news__link--next {
    justify-content: flex-end;
}

.list-news__item {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #dedede;
}

.list-news__item-link {
    padding: 12px;
    position: static;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font: inherit;
    line-height: inherit;
    text-decoration: none;
    border: none;
    color: inherit;
    display: flex;
}

.list-news__item-link:hover {
    border: none;
    color: #0063cc;
}

.list-news__item:not(:last-child) {
    margin-bottom: 14px;
}

@media (min-width: 1024px ) {
    .list-news__item:not(:last-child) {
        margin-bottom: 0;
    }
}

.list-news__title {
    margin-top: 0;
    margin-bottom: 8px;
    padding: 0 !important;
    font: inherit !important;
    font-size: 22px !important;
    line-height: normal !important;
    color: inherit !important;
}

.list-news__description {
    display: -webkit-box;
    margin-top: 0;
    margin-bottom: 0;
    font: inherit !important;
    color: inherit !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 768px) {
    .list-news__link {
        width: calc(50% - 12px);
    }

    .list-news__link--next {
        justify-content: flex-start;
    }

    .list-news__item {
        width: calc(50% - 12px);
        height: auto;
    }

    .list-news__item:not(:last-child),
    .list-news__link--next:not(:last-child) {
        margin-right: 24px;
    }

    .list-news__description {
        -webkit-line-clamp: 3;
    }
}

/* RETAIL-2874 */
.events__row .tapping {
    clear: both;
    margin-bottom: 0;
    border: none;
    background: #fff;
    font-family: Roboto, sans-sarif;
    font-style: normal;
    line-height: 15px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    height: 100%;
    padding: 13px;
    box-shadow: 0 0 5px rgba(0, 1, 3, 0.5);
}

.events__row .tapping--preview {
    /* RETAIL-3162 */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    min-width: 100px;
    max-width: 100px;
    margin-right: 30px;
    border-bottom: none;
    float: left;                /* RETAIL-3162 */
}

/* RETAIL-3162 */
.events__row .tapping--preview img {
    margin: 0 auto;
}

.events__row .tapping .mgb5 .title {
    display: block;
    margin-bottom: 6px;
    line-height: 18px;
    font-size: 16px;
    font-style: italic;
    font-family: Georgia, Tahoma, sans-serif;
    font-weight: normal;
    border-bottom-color: transparent;
    color: #000;
}

/* RETAIL-2876 */
.detail-articles .articles-tags-block {
    margin-bottom: 15px;
    font-size: 15px;
}

.detail-articles .articles-tag-link {
    background: #cccccc;
    border-bottom: medium none;
    padding: 2px 5px;
    margin: 2px;
    color: #fff;
    line-height: 20px;
    border-radius: 1em;
}

.detail-articles .articles-tematic-link {
    background: #0070e6;
    border-bottom: medium none;
    padding: 2px 5px;
    margin: 0 2px;
    color: #fff;
    line-height: 1.8em;
    border-radius: 1em;
    white-space: nowrap;
}
/* ./ RETAIL-2876 */

.plate-test {
    max-width: 385.75px;
}

/*  Стили для блока Сеть прекратила существование которые нужно перенести  к себе  */

.event__item_non-padding {
    padding: 0;
    position: relative;
    margin: 20px 0 0 0;
}

.event__item_non-padding > div:last-child {
    padding: 25px 16px 16px;
}

.plate-test {
    max-width: 385.75px;
}

.event__item_non-padding {
    padding: 0;
    position: relative;
    margin: 1px 0 0 0;
}

.event__item_non-padding > div:last-child{
    padding: 25px 16px 16px;
}
.event__item_non-padding1 {
    padding: 0;
    position: relative;
    margin: 1px 0 0 0;
}

.event__item_non-padding1 > div:last-child{
    padding: 25px 16px 16px;
}

.event__item_non-padding:before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DBDBDB;
}
.event__item_non-padding1:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DBDBDB;
}
.event__item_non-padding {
    padding: 0;
    position: relative;
    margin: 0 0 0 0;
}

.event__item_non-padding > div:last-child {
    padding: 25px 16px 16px;
}

.events__wrapper-item-description {
    display: flex;
}

.events__item--container {
    display: flex;
    flex-direction: column;
}

.plate {
    display: flex;
    justify-content: flex-end;
    height: 40px;
    padding: 0 0 0 36px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}

.plate_holding {
    display: flex;
    justify-content: flex-end !important;
    height: 40px;
    padding: 0 0 0 200px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}

/* Плашка несуществующей сети */
.plate__non-existent-network {
    position: relative;
    width: 145px;
    background: #DBDBDB;
    padding: 5px 10px 5px 29px;
}

.plate__non-existent-network:before {
    content: "";
    height: 100%;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom right, #FFFFFF 50%, #DBDBDB 50%);
}

/* Плашка сетей */
.plate__network {
    display: flex;
    align-items: center;
    padding: 0 13px 0 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 15px;
}

.plate__icon-network {
    width: 24px;
    margin: 0 6px 0 0;
}

.detail-articles .hide-article {
    line-height: 15px;
    font-size: 13px;
    font-weight: 400;
}

.title {
    display: block;
    margin-bottom: 6px;
    line-height: 18px;
    font-size: 16px;
    font-style: italic;
    font-family: Georgia, Tahoma, sans-serif;
    border-bottom-color: transparent;
    color: #000;
}

.bvi-voice h5 {
    margin-bottom: 25px;
}
.article-statistic .fa-eye {
    margin-left: 5px;
}
.soc-icon .share {
    font-size: 13px;
    color: #b2b2b2;
    margin-right: 5px;
}
.soc-icon .mb-4 {
    display: inline-block;
}
/* End */


/* Start:/local/front-libs/slick-1.6.0/slick.css?16860507861729*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */
/* /local/templates/retail/components/rarus/news.detail.materials/news/style.css?168685479310308 */
/* /local/front-libs/slick-1.6.0/slick.css?16860507861729 */
