

/* Start:/local/templates/2024/components/bitrix/system.pagenavigation/.default/style.css?17425667852782*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 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;
	height: 44px;
	min-width: 44px;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 44px;
	min-width: 44px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #3785C3;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #6CACE4;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	border: 1px solid #eff0f1;
	line-height: 28px;
	padding: 0 12px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	border: 1px solid #eff0f1;
	line-height: 28px;
	padding: 0 12px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #3785C3;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/2024/components/bitrix/news/news/bitrix/news.list/.default/style.css?17425673884480*/
main {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    background: var(--Blue-medium, #025EA1);
}

/* region news */
* {
    box-sizing: border-box;
}
.news {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 130px 0 78px;
    background: var(--Blue-medium, #025EA1);
    font-family: "Nunito Sans", sans-serif;
}

.news .page__inner {
    z-index: 2;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    max-width: 680px;
    width: 100%;
}

.news .page__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 53px;
}

.page__head--prev-page {
    display: inline-flex;
    align-items: center;
    gap: var(--8, 8px);
    color: var(--Blue-light, var(--Light-blue-1, #6CACE4));
    font-family: Rosatom, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.news .page__head--inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.news .page__head--title {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
    font-family: "MyFont", sans-serif;
}

.news .page__head--sub-title {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
}

.news .page__bottom {

}

.news__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.news__content-items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    border-radius: 12px;
    height: auto;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.news__content-item {
    z-index: 1;
    background-color: #025ea1;
    border-radius: 12px;
    border: 1px solid #509DD5;
    overflow: hidden;
}

.news__content-item.grid {
    display: grid;
}

.news__content-item--image {
    display: flex;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.news__content-item--image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.news__content-item--inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 15px;
    height: 218px;
}

.news__content-item--head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.news__content-item--head-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
}

.news__content-item--date {
    color: #6CACE4;
    font-family: Rosatom, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.news__content-item--title {
    color: #FFF;
    font-family: "MyFont", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news__content-item--link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    width: 100%;
}

.news__content-item--link span {
    color: #FFF;
    font-family: Rosatom, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.news__pagination {
    margin: 66px 0 48px;
}

@media (min-width: 720px) {
    .news .page__head--title {
        font-size: 48px;
        line-height: 58px;
    }

    .news__content-item--title {
        font-size: 24px;
        line-height: 29px;
    }

    .news__content-item--inner {
        padding: 20px 30px 30px;
    }

    .news__content-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1279px) {
    .news__content-items {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1600px) {
    .news .page__head--title {
        font-size: 60px;
        line-height: 66px;
    }

    .news__content-items {
        gap: 40px;
    }
}

/* endregion */

/* End */
/* /local/templates/2024/components/bitrix/system.pagenavigation/.default/style.css?17425667852782 */
/* /local/templates/2024/components/bitrix/news/news/bitrix/news.list/.default/style.css?17425673884480 */
