

/* Start:/local/templates/new_arena/components/bitrix/system.pagenavigation/my_round/style.css?17532853503095*/
.bx-pagination {
	margin: 10px 0
}

.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative
}

.bx-pagination .bx-pagination-container ul {
	margin: 0;
	list-style: none;
	display: inline-block;
	padding: 5px 15px;
	border: 1.5px solid var(--base-color);
	border-radius: 15px;
}

.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 5px 2px
}

.bx-pagination .bx-pagination-container ul li span {
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: var(--base-color);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
	background: #dadada
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
	color: #A5ADB8
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination .bx-pagination-container ul li.bx-pag-next a span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span, .bx-pagination .bx-pagination-container ul li.bx-pag-next span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev span {
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span, .bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span {
	background: #fff;
	border-color: #dadada;
	color: #000;
}

.bx-pagination .arrow-icon {
	position: relative;
	top: 5px;
	width: 25px;
	height: 25px;
	display: inline-block;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color:#A5ADB8;
}
.bx-pagination .arrow-icon.active {
	background-color:var(--base-color);
}
.bx-pagination  .arrow-right {
	-webkit-mask: url(/local/templates/new_arena/components/bitrix/system.pagenavigation/my_round/images/arrow_right.svg) no-repeat 50% 50%;
	mask: url(/local/templates/new_arena/components/bitrix/system.pagenavigation/my_round/images/arrow_right.svg) no-repeat 50% 50%;
}
.bx-pagination .arrow-left {
	-webkit-mask: url(/local/templates/new_arena/components/bitrix/system.pagenavigation/my_round/images/arrow_left.svg) no-repeat 50% 50%;
	mask: url(/local/templates/new_arena/components/bitrix/system.pagenavigation/my_round/images/arrow_left.svg) no-repeat 50% 50%;
}
/* End */


/* Start:/local/templates/new_arena/components/bitrix/news/news/bitrix/news.list/.default/style.css?17532853501587*/

.news
{
    margin: 0px -12px;
}
.fontSize-30
{
    font-size: 30px;
}
.fontSize-18
{
    font-size: 18px;
    text-decoration: none;
}
.pageList
{
    border-radius: 15px;
    border: 1px solid #2489FF;
}
.card--news{
    background: transparent !important;
}
.card-img-top--news{
    display: block;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
    height: 235px;
    max-height: 235px;
}
.news
{
    margin-left: -12px;
    margin-right: -12px;
}
.news .card-body
{
    padding-left: 0px !important;
}
/*
.active
{
    color:grey;
}*/
@media (min-width: 980px) {
    .news
    {
        margin-left: -12px;
        margin-right: -12px;
    }
    .news .card-body
    {
        padding-left: 0px;
    }
}

@media (max-width: 980px) {
    .fontSize-30{
        font-size: 25px;
    }
    .fontSize-18 {
      font-size: 16px;
      text-decoration: none;
    }
    .card--news
    {
        margin-bottom: 35px;
    }
    .card--news img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .card-title
    {
        margin-bottom: 8px;
    }
}

@media (max-width: 800px) {
    .content-site .container:nth-child(2), 
    .content-site .container:nth-child(2) .row, 
    .content-site .container:nth-child(2) .col-12, 
    .content-site .container:nth-child(2) .col-12 .container
    {
        margin: 0px;
        padding: 0px;
        width: 100% !important;
        max-width: 100% !important;
    }
    .news-detail
    {
        padding: 0px 12px !important;
    }

    .card-body
    {
        padding: 25px 0px !important;
    }
}
/* End */
/* /local/templates/new_arena/components/bitrix/system.pagenavigation/my_round/style.css?17532853503095 */
/* /local/templates/new_arena/components/bitrix/news/news/bitrix/news.list/.default/style.css?17532853501587 */
