

/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/breadcrumb/.default/style.css?17580163601037*/
.breadcrumbs{
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}
.breadcrumbs:after{
    display: table;
    width: 100%;
    content: "";
    clear: both;
}
.breadcrumbs li{
    float: left;
    margin: 0 18px 10px 0;
}
.breadcrumbs li a{
    text-decoration: none !important;
    color: #9D9D9D;
    font-size: 14px;
    line-height: 16px;
    display: inline;
    border-bottom: 1px solid transparent;
    position: relative;
}
.breadcrumbs li:not(:last-child) a:after{
    position: absolute;
    right: -15px;
    top: 5px;
    content: "";
    background: url(/bitrix/templates/pgsnew_v2_0/images/arrow.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 7px;
    width: 11px;
    transform: rotate(-90deg);
}

.breadcrumbs li a:hover{
    color: #242424;
    border-color: #242424;
}
.breadcrumbs li span{
    color: #9D9D9D;
    font-size: 14px;
    line-height: 16px;
}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/system.pagenavigation/news-pager/style.css?1758016360779*/
.sizer .title,
.pager .title {
    margin-bottom: 10px;
    text-align: center;
}
.sizer > ul,
.pager > ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}
.sizer > ul > li:not(:last-child),
.pager > ul > li:not(:last-child) {
    margin-right: 10px;
}
.sizer > ul span,
.sizer > ul a,
.pager > ul span,
.pager > ul a {
    display: block;
    border: 1px solid transparent;
    width: 25px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.sizer > ul a,
.pager > ul a {
    border-color: #004288;
    transition: all 0.3s;
}

.sizer > ul a:hover,
.pager > ul a:hover {
    background: #004288;
    color: white;
}
/* End */


/* Start:/bitrix/templates/pgsnew_v2_0/components/bitrix/news/stati/bitrix/news.list/new/style.css?17580163602117*/
/*.stati_list .stati {
    display: flex;
}
.stati_list .stati:not(:last-child){
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #004288;
}
.stati_list .stati .image {
    width: 110px;
    margin-right: 20px;
}
.stati_list .stati .details {
    width: calc(100% - 130px);
}
.stati_list .stati .details > *:not(:last-child){
    margin-bottom: 10px;
}
.stati_list .stati .details .name a {
    color: #004288;
    text-decoration: none;
}
.stati_list .stati .details .name a:hover {
    color: #ec2127;
    text-decoration: underline;
}
.stati-navigation .pager {
    float: right;
}*/

.stati {
    border: 1px solid #B6B6B6;
    display: block;
    color: black;
    text-decoration: none;
    height: 100%;
}
.stati:hover {
    text-decoration: none;
    color: black;
}
.stati .date {
    background: #004288;
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    padding: 0 15px 0 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

picture {
    overflow: hidden;
    height: 175px;
    position: relative;
}
.stati .img img {
    webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    transition: transform ease-in-out 1s, filter 0.4s, webkit-filter 0.4s;
    max-width: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}

.stati:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.stati .name {
    margin: 10px 0;
    font-weight: bold;
}
.stati .details {
    position: relative;
    padding: 10px 10px 40px;
    height: calc(100% - 175px);
}
.stati .details .read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10px;
    color: #004288;
    font-weight: bold;
    transition: color 0.3s;
}
.stati:hover .details .read-more {
    color: #d0080a;
}

.stati .description {
    height: calc(100% - 62px);
}
/* End */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/breadcrumb/.default/style.css?17580163601037 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/system.pagenavigation/news-pager/style.css?1758016360779 */
/* /bitrix/templates/pgsnew_v2_0/components/bitrix/news/stati/bitrix/news.list/new/style.css?17580163602117 */
