.news__news-wrapper h2 {
	padding-top: 15px;
}
.news-item__tags {
	margin-top: 5px;
	color: #3B4256;
	font-weight: 400;
}

.index-top-banner-wrapper {
	margin: 0 auto;
	max-width: 1150px;
	padding-left: 15px;
	padding-right: 15px;
}
.news + .index-top-banner-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}
.index-top-banner-row {
	display: -ms-flexbox;
    display: flex;
	margin-left: -15px;
    margin-right: -15px;
	margin-bottom: 5px;
	height: 305px;
}
.index-top-banner-col {
	padding-left: 15px;
	padding-right: 15px;
}
.index-top-banner-col-big {
	width: 66.6%;
}
.index-top-banner-col-small {
	width: 33.3%;
}
.index-top-banner-col-small iframe {
	width: 100% !important;
	height: 100% !important;
}
#js-show-iframe-wrapper, #js-show-iframe-wrapper .bf-2 {
	height: 100%;
}

@media all and (max-width: 1024px) {
	.index-top-banner-wrapper {
		max-width: 100%;
	}
	.index-top-banner-row {
		height: auto;
		display: block;
	}
	.index-top-banner-col-big, .index-top-banner-col-small {
		width: 100%;
		padding-bottom: 15px;
	}
	.index-top-banner-col-small {
		height: 350px;
	}
}

/*# content */
img {
	max-width: 100%;
}
ul li {
    font-weight: 400;
}
.content > .title-tabs {
    padding-top: 30px;
}
.about-ministry__article ul,
.news-detail-page ul,
.document-detail__article ul
{
	list-style: disc;
	list-style-position: inside;
}
.about-ministry__article ol,
.news-detail-page ol, 
.document-detail__article ol
{
	list-style-type: none;
	counter-reset: item;
	padding: 0;
}
.about-ministry__article ol > li,
.news-detail-page ol > li, 
.document-detail__article ol > li
{
	counter-increment: item;
}
.about-ministry__article ol li:before,
.news-detail-page ol li:before, 
.document-detail__article ol li:before
{
	content: counters(item, '. ') '. ';
	display: inline-block;
	padding-right: 0.7em;
	white-space: nowrap;
}
.about-ministry__article ol li ol > li:before,
.news-detail-page ol li ol > li:before, 
.document-detail__article li ol > li:before
{
	content: counters(item, '. ') ' ';
}
.about-ministry__article ul li, .about-ministry__article ol li,
.news-detail-page__article ul li, .news-detail-page__article ol li, 
.document-detail__article ul li, .document-detail__article ol li
{
	margin-bottom: 1rem;
}
.about-ministry__article ul p, .about-ministry__article ol p,
.news-detail-page__article ul p, .news-detail-page__article ol p,
.document-detail__article ul p, .document-detail__article ol p
{
	display: inline;
}

.default-table, .table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    /*table-layout: fixed;*/
    border: 1px solid #eee;
}
.default-table thead td, 
.default-table thead th,
.table thead td, 
.table thead th, 
.default-table th, 
.table th
{
    font-weight: bold;
	background: #efefef;
	border: 1px solid #dddddd;
    vertical-align: middle;
    padding: 10px;
}
.default-table tbody td, .default-table td, .table tbody td, .table td {
    font-size: 0.95em;
    padding: 8px 10px;
	border: 1px solid #eee;
	text-align: left;
    hyphens: auto;
}
.default-table td, .table td {
    vertical-align: middle;
    border: solid 1px #c4c4c4;
}
.default-table tbody tr:nth-child(odd), .table tbody tr:nth-child(odd) {
	background: #fff;
}
.default-table tbody tr:nth-child(even), .table tbody tr:nth-child(even) {
	background: #F7F7F7;
}
.table-bordered tbody td {
	border: 1px solid #212121;
}
.table-bordered tbody tr:nth-child(even) {
	background: #fff;
}

.align-center, table.align-center td, table.align-center th {
    text-align: center
}

/*# documents */
.document-detail .document-info-bar .document-info-bar__top-line .document-info-bar__download-info {
	font-size: 18px;
	font-weight: 500;
    letter-spacing: 0.5px;
}
.download-docs .download-docs__size {
	white-space: nowrap;
}
.document-item .document-item__title-wrap .document-item__title {
	font-weight: 400;
}
.document-item__title p {
    margin: 0;
}
.document-item-extra-info, .document-detail-extra-info {
	font-size: 16px;
	font-weight: 400;
	margin-top: 8px;
}

/*# немного слайдеры */
.swiper__container .swiper__wrapper {
	padding-bottom: 40px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
}
.swiper_with-gallery .swiper__slide {
	max-width: 100% !important;

}
.swiper-pagination-bullet{
    border:2px solid var(--ui-color-palette-black-base);
    width:20px;
}
.swiper-pagination-bullet-active{
    background-color:var(--ui-color-palette-black-base);
}
.news .swiper .swiper__container{
    height:100%;
}
.news .swiper{
    position:relative;
    height:410px;
    margin-bottom:32px;
}
.swiper__container .swiper__wrapper .swiper__slide img {
    height: 100%;
    width: auto !important;
}
.swiper__container .swiper__wrapper .swiper__slide a {
    align-self:start;
}

/*# new banner slider row */
.banners-row-slider {
    margin: 0 0 10px;
    padding-top: 30px;
}
.splide__slide img {
    width: 100%;
    max-width: 100%;
    display: block;
    transition: transform .25s linear;
}
.splide__slide a:hover {
    opacity: 1;
}
.splide__slide a:hover img {
    transform: scale(1.02);
}
.splide__slide-content {
    position: relative;
    overflow: hidden;
    
}
.splide__slide-text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 12px 15px 30px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.splide__pagination {
    position: absolute;
    width: 100%;
    bottom: 8px;
}
@media all and (max-width: 991.98px) {
    .splide__pagination {
        bottom: -25px;
    }
}
.splide__pagination__page {
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #848E99;
    border: none;
    margin: 0 8px;
    cursor: pointer;
    box-shadow: rgb(255 255 255 / 40%) 0px 1px 4px, rgb(0 0 0) 0px 0px 0px 3px;
}
.splide__pagination__page.is-active {
    background-color: #fff;
    transform: none;
}
@media (max-width: 767.98px) {
    .banners-row-slider .slider__item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/*# banner static widget */
.index-static-widgets {
    margin: 0 auto;
    max-width: 1150px;
    padding: 15px;
}
.inner-block {
    width: calc(100% - 30px);
    max-width: 1734px;
    margin: 0 auto;
}

.banner-bl{
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
    margin: 0;
}
.banner-bl .banner{
    width: calc(25% - 7.5px);
    height: 157px;
	margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
	background-size: cover;
	background-repeat: no-repeat !important;
}
.banner-bl .banner:last-child{
    margin-right: 0;
}
.banner-bl .banner .ico img{
    display: block;
}

.banner-bl p{
    font-size: 16px;
    color: #f8faff;
    text-align: center;
    line-height: 18px;
    margin-top: 8px;
}
.banner-bl .txt-1{
    font-size: 13px;
    line-height: 16px;
}
.banner-bl .txt-2{
    font-size: 16px;
    line-height: 18px;
    margin: 2px 0;
}
.banner-bl .txt-3{
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}
@media(max-width: 1250px){
    .banner-bl{
        padding-top: 40px;
    }
    .banner-bl .banner{
        width: calc(50% - 5px);
        margin-top: 10px;
    }
}
@media(max-width: 680px){
    .banner-bl{
        padding-top: 30px;
    }
    .banner-bl .banner{
        width: 100%;
    }
}

/*# structure */
.structure-block__link {
    flex: 0 0 90px;
}


/* chat widget */
@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/chat-widget/Montserrat.ttf') format('truetype');
}
@font-face {
    font-family: 'SegoeUI';
    src: url('assets/fonts/chat-widget/SegoeUIRegular.eot');
    src: url('assets/fonts/chat-widget/SegoeUIRegular.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/chat-widget/SegoeUIRegular.woff') format('woff'),
         url('assets/fonts/chat-widget/SegoeUIRegular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'SegoeUI';
    src: url('assets/fonts/chat-widget/SegoeUISemiBold.eot');
    src: url('assets/fonts/chat-widget/SegoeUISemiBold.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/chat-widget/SegoeUISemiBold.woff') format('woff'),
         url('assets/fonts/chat-widget/SegoeUISemiBold.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'SegoeUI';
    src: url('assets/fonts/chat-widget/SegoeUIBold.eot');
    src: url('assets/fonts/chat-widget/SegoeUIBold.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/chat-widget/SegoeUIBold.woff') format('woff'),
         url('assets/fonts/chat-widget/SegoeUIBold.ttf') format('truetype');
    font-weight: 700;
}

@media screen and (max-width: 767px) {
	.document-info-bar .document-info-bar__top-line .document-info-bar__download-info {
		position: static;
		bottom: auto;
		right: auto;
	}
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.skip-link {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10000;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    background: #ffffff;
    color: #111111;
    border: 3px solid #ffbf47;
    transform: translateY(-140%);
}

.skip-link:focus,
.skip-link:focus-visible {
    transform: translateY(0);
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 3px solid #ffbf47 !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 2px #111111 !important;
}

button.app-bar__special-version-control,
button.app-bar__personal-text,
button.up-btn,
button.modal__close-btn,
button.palette-button,
button.color-sample,
button.hyperlinks__swiper-button-prev,
button.hyperlinks__swiper-button-next,
button.tabs-control-header__item {
    border: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    background: transparent;
    cursor: pointer;
}

.app-bar__site-controls .app-bar__search-form[aria-hidden="true"] {
    pointer-events: none;
}

.navbar__item-links[aria-hidden="true"],
.main-menu[aria-hidden="true"],
.app-bar__personal-menu[aria-hidden="true"],
.flow-catalog[aria-hidden="true"] {
    visibility: hidden;
}

.navbar__item-links.navbar__item-links_open,
.main-menu.main-menu_open,
.app-bar__personal-menu.js_active,
.flow-catalog.active {
    visibility: visible;
}

.hyperlinks__tab:not(.js-tab-active) a,
.hyperlinks__tab:not(.js-tab-active) button {
    pointer-events: none;
}

.hyperlinks .hyperlinks__tab.js-tab-active .hyperlinks__swiper-container {
    overflow: visible;
}

.hyperlinks .hyperlinks__tab.js-tab-active .hyperlinks__swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: var(--a11y-hyperlinks-row-height, auto);
    align-items: stretch;
    align-content: start;
    width: 100% !important;
    min-height: var(--a11y-hyperlinks-height, auto);
    transform: none !important;
    transition: transform 260ms ease;
}

.hyperlinks .hyperlinks__tab.js-tab-active .hyperlinks__swiper-wrapper.a11y-page-out-left {
    transform: translateX(-32px) !important;
}

.hyperlinks .hyperlinks__tab.js-tab-active .hyperlinks__swiper-wrapper.a11y-page-out-right {
    transform: translateX(32px) !important;
}

.hyperlinks .hyperlinks__tab.js-tab-active .hyperlinks__swiper-wrapper.a11y-page-in-left {
    transform: translateX(-32px) !important;
}

.hyperlinks .hyperlinks__tab.js-tab-active .hyperlinks__swiper-wrapper.a11y-page-in-right {
    transform: translateX(32px) !important;
}

.hyperlinks .hyperlinks__tab.js-tab-active .hyperlinks__swiper-slide {
    display: flex;
    min-width: 0;
    width: auto !important;
    order: initial !important;
}

.hyperlinks .hyperlinks__tab.js-tab-active .hyperlink-card.hyperlink-card_size-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.hyperlinks .hyperlinks__tab.js-tab-active .hyperlink-card,
.hyperlinks .hyperlinks__tab.js-tab-active .hyperlink-card__wrapper,
.hyperlinks .hyperlinks__tab.js-tab-active .hyperlink-card__card {
    width: 100%;
    height: 100%;
}

.hyperlinks .hyperlinks__tab.js-tab-active .hyperlinks__swiper-slide[hidden] {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .hyperlinks .hyperlinks__tab.js-tab-active .hyperlinks__swiper-wrapper {
        grid-template-columns: 1fr;
    }
}

.modal__close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
