

/* Start:/local/templates/rossait/components/bitrix/system.pagenavigation/pagging/style.css?17839288282532*/

.pagging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 30px;
}
@media (max-width: 991.98px) {
    .pagging {
        margin-top: 24px;
    }
}
@media (max-width: 767.98px) {
    .pagging {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 16px;
    }
}
.pagging__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    background-color: #f2f4f9;
}
.pagging__arrow.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.pagging__arrow svg path {
    -webkit-transition: stroke 0.3s ease 0s;
    transition: stroke 0.3s ease 0s;
}
@media (any-hover: hover) {
    .pagging__arrow:hover {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }
    .pagging__arrow:hover svg path {
        stroke: #fff;
    }
}
.pagging__prev {
    margin-right: 10px;
}
.pagging__next {
    margin-left: 10px;
}
.pagging__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagging__list li:not(:last-child) {
    margin-right: 10px;
}
.pagging__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #d6dbe0;
    width: 36px;
    height: 36px;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #000;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
    .pagging__item:hover {
        background-color: #cccdf1;
        border-color: #cccdf1;
    }
}
.pagging__item._active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}
/* End */


/* Start:/local/templates/rossait/components/bitrix/news/news/bitrix/news.list/.default/style.css?1783928827150*/
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 */
/* /local/templates/rossait/components/bitrix/system.pagenavigation/pagging/style.css?17839288282532 */
/* /local/templates/rossait/components/bitrix/news/news/bitrix/news.list/.default/style.css?1783928827150 */
