.l-topics__sub {
	display: none;
}

.l-2col__item:not(:last-child) {
	margin-bottom: 18px;
}

.select {
	background: url(/common/img/icon_select.svg) no-repeat top right/auto 100%, #F2F2F2;
	width: 100%;
	height: 50px;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 0 70px 0 4%;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	color: #1f3b80;
}

.select::-ms-expand {
	display: none;
}

.topics-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 16px 4%;
	border-bottom: 1px solid #D4D4D4;
}

.topics-list__image {
	width: 90px;
	height: 80px;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 18px;
}

.topics-list__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	display: block;
}

.topics-list__cat {
	color: #1f3b80;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
}

.topics-list__date {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
}

.topics-list__title {
	line-height: 1.43;
	text-align: justify;
}

.pager-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0 30px;
}

.pager-item {
	background: #000000;
	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: 40px;
	height: 40px;
}

.pager-item--disabled {
	background: #CACACA;
	pointer-events: none;
}

.pager-number-wrap {
	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;
}

.pager-number {
	width: 40px;
	height: 40px;
	background: #F4F4F4;
	font: 300 italic 1.6rem "Roboto", sans-serif;
	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;
	margin: 0 4px;
}

.pager-number--current {
	background: #1f3b80;
	color: #FFFFFF;
}

.cat-list__item {
	margin-bottom: 2px;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}

.cat-list__item a {
	background: #F5F5F5;
	height: 60px;
	padding: 0 6% 0 9%;
	display: block;
	color: #1f3b80;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.topics-head {
	position: relative;
	left: 50%;
	color: #1f3b80;
	background: #EEF2F4;
	width: 100vw;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 14px 5.5% 15px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 12px;
}

.topics-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 17px;
}

.topics-date {
	margin-right: 1.2em;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}

.topics-cat {
	color: #1f3b80;
}

.topics-content {
	line-height: 1.95;
	text-align: justify;
}

.topics-content p:not(:last-child),
.topics-content table:not(:last-child),
.topics-content ul:not(:last-child),
.topics-content ol:not(:last-child),
.topics-content img:not(:last-child),
.topics-content > div:not(:last-child) {
	margin-bottom: 1.95em;
}

.topics-content h2:not([class]) {
	background: #000;
	color: #FFFFFF;
	padding: 4px 20px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}

.topics-youtube{
	position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.topics-youtube iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.topics-content .hd-bg-blue {
	background: #1f3b80;
	color: #FFFFFF;
	padding: 0px 10px;
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.topics-content .hd-txt-blue {
	color: #1f3b80;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.topics-content .hd-txt-blue:not(:first-child) {
	margin-top: 30px;
}

.topics-content .hd-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	color: #1f3b80;
	margin-bottom: 20px;
	width: 100%;
}

.topics-content .hd-number::before,
.topics-content .hd-number::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #1f3b80;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.topics-content .hd-number::before {
	top: 0;
}

.topics-content .hd-number::after {
	bottom: 0;
}

.topics-content .hd-number__label {
	display: block;
	font: 300 italic 1.5rem "Roboto", sans-serif;
	margin-right: 10px;
}

.topics-content .hd-number__number {
	display: block;
	font: 300 italic 2.2rem "Roboto", sans-serif;
	background: #FFEE00;
	width: 40px;
	height: 38px;
	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-left: 1px solid #1f3b80;
	border-right: 1px solid #1f3b80;
	margin-right: 14px;
}

.topics-content .hd-number__text {
	display: block;
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}

.topics-content .bg-yellow {
	background: #FFEE00;
}

.topics-content table {
	border-top: 1px dotted #000;
	line-height: 1.57;
	width: 100%;
}

.topics-content table tr {
	border-bottom: 1px dotted #000;
}

.topics-content table th {
	background: #F0F0F0;
	width: 118px;
	padding: 14px 10px 14px 15px;
}

.topics-content table td {
	padding: 14px 0 14px 15px;
}

.topics-bottom {
	border-top: 1px solid #D4D4D4;
	padding: 20px 0 35px;
	margin-top: 20px;
}

.gray-section {
	background: #F2F2F2;
	padding: 15px;
}

.gray-section__item:not(:last-child) {
	margin-bottom: 20px;
}

.gray-section__image {
	margin-bottom: 11px;
}

.gray-section__image img {
	display: block;
}

.voice-sm {
	position: relative;
	line-height: 1.64;
	margin-top: 20px;
}

.voice-sm:not(:last-child) {
	margin-bottom: 20px;
}

.voice-sm::before {
	content: "";
	width: 41px;
	height: 45px;
	display: block;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.voice-sm p {
	position: relative;
	border-radius: 14px;
	padding: 16px 18px;
	width: calc(100% - 61px);
}

.voice-sm p::before {
	content: "";
	width: 20px;
	height: 13px;
	display: block;
	position: absolute;
	top: 23px;
}

.voice-sm:nth-child(odd)::before {
	left: 0;
	background-position: left top;
}

.voice-sm:nth-child(odd) p {
	background: #DAEEEE;
	margin-left: auto;
}

.voice-sm:nth-child(odd) p::before {
	left: -13px;
	background: url(../img/deco_baloon_blue.svg) no-repeat left top/contain;
}

.voice-sm:nth-child(even)::before {
	right: 0;
	background-position: right top;
}

.voice-sm:nth-child(even) p {
	background: #EEEEDA;
}

.voice-sm:nth-child(even) p::before {
	right: -13px;
	background: url(../img/deco_baloon_yel.svg) no-repeat right top/contain;
}

.voice-sm:nth-child(6n-5)::before {
	background-image: url(../img/icon_person_1.svg);
}

.voice-sm:nth-child(6n-4)::before {
	background-image: url(../img/icon_person_2.svg);
}

.voice-sm:nth-child(6n-3)::before {
	background-image: url(../img/icon_person_3.svg);
}

.voice-sm:nth-child(6n-2)::before {
	background-image: url(../img/icon_person_4.svg);
}

.voice-sm:nth-child(6n-1)::before {
	background-image: url(../img/icon_person_5.svg);
}

.voice-sm:nth-child(6n)::before {
	background-image: url(../img/icon_person_6.svg);
}

.voice-lg {
	background: #F0F4F6;
	padding: 17px 15px 22px;
}

.voice-lg::before,
.voice-lg::after {
	content: "";
	display: table;
}

.voice-lg::after {
	clear: both;
}

.voice-lg:not(:last-child) {
	margin-bottom: 20px;
}

.voice-lg__image {
	width: 90px;
	float: left;
	margin-right: 10px;
}

.voice-lg__title {
	position: relative;
	color: #1f3b80;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
	margin-bottom: 10px;
	text-align: justify;
	width: calc(100% - 100px);
	float: right;
}

.voice-lg__person {
	font-size: 1.2rem;
	line-height: 1.58;
	margin-bottom: 0 !important;
	width: calc(100% - 100px);
	float: right;
}

.voice-lg__content {
	padding-top: 16px;
	clear: both;
}

.attention {
	border: 1px solid #FF0000;
	padding: 12px 10px;
	text-align: center;
	color: #FF0000;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	line-height: 1.78;
}

@media screen and (min-width: 1091px) {

.l-topics { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.l-topics__main { /* md */
	width: calc(100% - 200px);
}

.l-topics__main--single {
	max-width: 882px;
}

.l-topics__sub { /* md */
	width: 180px;
	display: block;
}

.topics-list-wrap { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.topics-list { /* md */
	display: block;
	border-bottom: none;
	width: 50%;
	padding: 0 16px 0 0;
	margin-bottom: 50px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.topics-list:hover {
	color: #1f3b80;
}

.topics-list:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.topics-list__image { /* md */
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 22px;
	height: auto;
}

.topics-list__image:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 88.33%;
}

.topics-list__image img { /* md */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	top: 0;
	left: 0;
}

.topics-list__main { /* md */
	padding: 0 5%;
}

.topics-list__cat { /* md */
	font-size: 1.3rem;
	margin-bottom: 14px;
}

.topics-list__date { /* md */
	font-size: 1.3rem;
	margin-bottom: 14px;
}

.topics-list__title { /* md */
	line-height: 1.85;
}

.pager-wrap { /* md */
	padding: 38px 16px 0 0;
}

.cat-list__item a { /* md */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.cat-list__item a:hover {
	background: #1f3b80;
	color: #FFFFFF;
}

.topics-head { /* md */
	width: 100%;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	padding: 24px 3.5% 26px;
	margin-bottom: 18px;
}

.topics-info { /* md */
	margin-bottom: 58px;
}

.topics-cat { /* md */
}

.topics-cat:hover {
	text-decoration: underline;
}

.topics-content h2:not([class]) { /* md */
	text-align: left;
	margin-top: 55px;
	padding: 10px 20px;
	margin-bottom: 40px;
}

.topics-content .hd-bg-blue { /* md */
	padding: 4px 10px 6px;
	margin-bottom: 20px;
}

.topics-content .hd-txt-blue { /* md */
	font-size: 1.8rem;
	line-height: 1.65;
	margin-bottom: 24px;
}

.topics-content .hd-number { /* md */
	padding-left: 7.5%;
}

.topics-content .hd-number__label { /* md */
	margin-right: 10px;
}

.topics-content .hd-number__number { /* md */
	width: 39px;
	height: 38px;
	margin-right: 16px;
}

.topics-content table th { /* md */
	width: 34%;
}

.topics-bottom { /* md */
	margin-top: 70px;
	padding: 63px 0 0;
}

.gray-section { /* md */
	padding: 60px 0;
}

.gray-section__item:not(:last-child) { /* md */
	margin-bottom: 64px;
}

.gray-section__item { /* md */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gray-section__item:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.gray-section__item:nth-child(odd) .gray-section__main {
	padding: 0 6% 0 7.5%;
}

.gray-section__item:nth-child(even) .gray-section__main {
	padding: 0 6% 0 7.5%;
}

.gray-section__image { /* md */
	margin-bottom: 0;
	width: 41.6%;
}

.gray-section__main { /* md */
	width: 58.4%;
}

.voice-sm:not(:last-child) { /* md */
	margin-bottom: 34px;
}

.voice-sm::before { /* md */
	width: 47px;
	height: 50px;
}

.voice-sm p { /* md */
	width: calc(100% - 70px);
	padding: 17px 22px;
}

.voice-sm p::before { /* md */
	top: 34px;
}

.voice-lg { /* md */
	padding: 50px 6%;
}

.voice-lg:nth-child(even) .voice-lg__image {
	float: right;
	margin-right: 0;
	margin-left: 4%;
}

.voice-lg:nth-child(even) .voice-lg__title {
	float: left;
}

.voice-lg:nth-child(even) .voice-lg__title:after {
	left: auto;
	right: 0;
}

.voice-lg:nth-child(even) .voice-lg__person {
	float: left;
}

.voice-lg:nth-child(even) .voice-lg__content {
	float: left;
}

.voice-lg:not(:last-child) { /* md */
	margin-bottom: 42px;
}

.voice-lg__image { /* md */
	width: 26.5%;
	margin-right: 4%;
}

.voice-lg__title { /* md */
	width: 69.5%;
	font-size: 1.8rem;
	line-height: 1.68;
	padding-bottom: 15px;
	margin-top: -5px;
	margin-bottom: 20px;
}

.voice-lg__title:after {
	content: "";
	display: block;
	width: 109.5%;
	height: 1px;
	background: #1f3b80;
	position: absolute;
	bottom: 0;
	left: 0;
}

.voice-lg__person { /* md */
	width: 69.5%;
	line-height: 2;
}

.voice-lg__content { /* md */
	clear: none;
	float: right;
	width: 69.5%;
	padding-top: 14px;
}

.attention { /* md */
	font-size: 1.4rem;
	padding: 18px 10px 20px;
	line-height: 1.98;
}

}

@media screen and (min-width: 1091px) {

.l-topics__main { /* md2 */
	width: calc(100% - 282px);
}

.l-topics__sub { /* md2 */
	width: 250px;
}

.l-2col { /* md2 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-2col__item { /* md2 */
	width: 47.56%;
}

.topics-list { /* md2 */
	width: 33.333333%;
}

.pager-item { /* md2 */
	width: 50px;
	height: 50px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.pager-item:hover {
	background: #1f3b80;
}

.pager-number { /* md2 */
	width: 50px;
	height: 50px;
	margin: 0 8px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.pager-number:hover {
	background: #1f3b80;
	color: #FFFFFF;
}

.cat-list__item a { /* md2 */
	padding: 0 30px;
}

.topics-content { /* md2 */
	padding: 0 30px;
}

.topics-content .hd-number { /* md2 */
	padding-left: 0;
}

.topics-content .hd-number::before,
.topics-content .hd-number::after { /* md2 */
	left: auto;
	right: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	width: 116.8%;
}

.gray-section__item { /* md2 */
	-ms-flex-wrap: normal;
	flex-wrap: normal;
}

.gray-section__item:nth-child(even) .hd-number::before,
.gray-section__item:nth-child(even) .hd-number::after {
	right: -13.3%;
	width: 113.4%;
}

}




.topics-content-cacth{
	margin: 0 0 15px 0 !important;
	padding: 8px 10px 10px 10px;
	line-height: 1.3;
	background: #1f3b80;
	color: #fff;
}

.topics-content > h3{
	margin: 0 0 15px 0 !important;
	padding: 8px 10px 10px 10px;
	line-height: 1.3;
	background: #1f3b80;
	color: #fff;
}

.topics-content-text strong{
	font-weight: bold;
	display: block;
	margin: 0 0 15px 0;
}

.topics-content-link{
	color: #1f3b80;
	text-decoration: underline;
}

.topics-content-linklist{
	width: 100%;
}

.topics-content > ul{
	width: 100%;
}

.topics-content-linklist-item{
	margin: 0 0 10px 0;
}

.topics-content > ul > li{
	margin: 0 0 10px 0;
}

.topics-content-linklist-item-link{
	display: block;
	width: 100%;
	padding: 10px 15px 15px 15px;
	color: #1f3b80;
	line-height: 1.3;
	border: 1px solid #1f3b80;
}

.topics-content > ul > li > a{
	display: block;
	width: 100%;
	padding: 10px 15px 15px 15px;
	color: #1f3b80;
	line-height: 1.3;
	border: 1px solid #1f3b80;
}

.topics-content-linklist-item-link::before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 3px 0 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #1f3b80;
}

.topics-content > ul > li > a::before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 3px 0 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #1f3b80;
}


.wp-block-media-text{
	margin-bottom: 1.95em;
}

.wp-block-media-text__content{
	margin-bottom: 1.95em;
}

.wp-block-media-text__media{
	text-align: center;
}

@media screen and (min-width: 1091px) {
	
.topics-content-block{
	display: flex;
	flex-wrap: wrap;
}
	
.wp-block-media-text{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.95em;
}
	
.has-media-on-the-right{
	flex-direction: row-reverse;
}
	
.topics-content-cacth{
	width: 100%;
	font-size: 1.1em;
}
	
.topics-content > h3{
	width: 100%;
	font-size: 1.1em;
}

.topics-content-text{
	width: 50%;
}
	
.wp-block-media-text__content{
	width: 50%;
	margin-bottom: 1.95em;
}
	
.topics-content-text.w100{
	width: 100%;
}
	
.topics-content-img{
	width: calc(50% - 30px);
	margin-left: 30px;
}
	
.topics-content-img img{
	max-width: 100%;
	height: auto
}
	
.wp-block-media-text__media{
	width: calc(50% - 30px);
	margin-left: 30px;
}
	
.wp-block-media-text__media img{
	max-width: 100%;
	height: auto
}
	
}



figcaption{
	margin-top: -33px;
	margin-bottom: 20px;
	text-align: center;
	color: #666;
	font-style: italic;
	line-height: 1.5;
}

.aligncenter{
	text-align: center;
}

@media screen and (min-width: 1091px) {
	figcaption{
		margin-bottom: 33px;
	}
}