.block_item {
	margin-bottom: 15px;
}
.block_item:last-child {
	margin-bottom: 0;
}

.block_item__text {

}

.block_item__text p {
	margin-bottom: 10px;
}

.block_item__text p:last-child {
	margin-bottom: 0;
}

.block_item__quote {
	border-left: 3px solid #166eb7;
	margin: 0 0 15px 0;
	padding-left: 15px;
	color: #014266!important;
	line-height: 1.4;
	font-style: italic;
}
.block_item__header {

}
.block_item__image {
	text-align: center;
}
.block_item__image__text {
	font-size: 14px;
	color: #666;
	padding: 5px 10px;
	width: 100%;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.block_item__list {
	display: block;
    padding: 15px;
    font-size: 14px;
    margin: 0;
}

.block_item__list li {
	padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.block_item__instagram__wrapper {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.block_item__instagram {
	background:#FFF;
	border:0;
	border-radius:3px;
	box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);
	margin: 1px;
	max-width:540px;
	min-width:326px;
	padding:0;
	width:99.375%;
	width:-webkit-calc(100% - 2px);
	width:calc(100% - 2px);
}

.block_item__video_wrapper {
	background-color: #000;
	text-align: center;
	max-width: 100%;
	max-height: 100%;
	/*min-width: 340px;*/
	min-height: 50vh;
	flex-grow: 1;
	position: relative;
	cursor: pointer;
	clear: both;
	overflow: hidden;

	border-radius: 16px;
	border: 1px solid #ccc;
}
.block_item__video_wrapper iframe,
.block_item__video_wrapper video {
	max-width: 100%;
	max-height: 50vh;
	min-width: 100%;
	min-height: 50vh;
	z-index: 3;
	display: block;
}
.block_item__video_play {
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	background-color: rgba(0,0,0,.2);
	transition: background-color linear .1s;
	background-image: url(https://www.9111.ru/images/vector-icons/video2.svg);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
}
.block_item__video_poster:hover > .block_item__video_play {
	background-color: rgba(0,0,0,.4);
}
.block_item__video_duration {
	color: #fff;
	font-size: 14px;
	position: absolute;
	text-align: center;
	background-color: rgba(0,0,0,.5);
	padding: 3px 8px;
	bottom: 12px;
	right: 12px;
	border-radius: 4px;
	z-index: 2;
}
.block_item__video_poster {
	width: 100%;
    height: 100%;
	min-height: inherit;
	max-width: 100%;
	z-index: 1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.block_item__video_poster__hide {
	display: none;
}
.block_item__twitter__wrapper blockquote {
	border: none !important;
	outline: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.object_youtube_video iframe {
	max-height: 50vh;
	min-height: 50vh;
}
.object_youtube_video {
	clear: both;
	width: 100%;
    height: 100%;
	min-height: 50vh;
	max-height: 50vh;
	max-width: 100%;
	z-index: 1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	cursor: pointer;
	position: relative;
}
.object_youtube_video:hover > .object_youtube_video__play {
	background-color: rgba(0,0,0,.4);
}
.object_youtube_video__play {
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	background-color: rgba(0,0,0,.2);
	transition: background-color linear .1s;
	background-image: url(https://www.9111.ru/images/vector-icons/video2.svg);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
}

.forum_buttons_share__header {
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	display: flex;
	width: 100%;
	margin: 10px auto;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.forum_buttons_share {
	/*width: 100%;*/
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.forum_buttons_share__whatsapp,
.forum_buttons_share__telegram {
	height: 30px;
	max-height: 30px;
	width: 30px;
	max-width: 30px;
	border-radius: 6px;
	border: 1px solid #ccc;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.forum_buttons_share__whatsapp {
	fill: #25d366;
}
.forum_buttons_share__telegram {
	fill: #35a3dc;
	margin: 0 10px 0 0;
}
.pubToc {
	padding-left: 10px;
	padding-right: 10px;
}
.videos_inside {
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	cursor: default;
	overflow: hidden;
}
.videos_inside__content {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 5px 0 0 0;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 100%;
	overflow: auto;
}
.videos_inside__content__mobile {
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}

.videos_inside__content__item {
	border-radius: 4px;
	width: 189px;
	min-width: 189px;
	max-width: 189px;
	height: 106px;
	min-height: 106px;
	max-height: 106px;
	cursor: pointer;
	/*background-color: #000;*/
	margin: 0 5px 5px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}

.videos_inside__content__item__title {
	color: #fff;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
	/*background-color: rgba(0, 0, 0, 0.3);*/
	padding: 5px;
	width: 100%;
	max-height: 100%;
	font-size: 12px;
	font-weight: 500;
	display: none;
	text-decoration: none;
	height: 100%;
	line-height: 1.2;
	overflow: hidden;
	text-align: left;
	transition: all linear .2s;
}
.videos_inside__content__item:hover > .videos_inside__content__item__title {
	display: block;
}
.article_footer_author_text {
	background: #eef6fd;
	padding: 15px;
	border-radius: 12px;
	position: relative;
	color: #353E4E;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:16px;
	line-height: 24px;
}
.files_upload_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 5px;
	margin-bottom: 10px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
}
.files_upload_list__item {
	width: auto;
}
.files_upload_list__item a {
	width: auto;
}
.files_upload_list__item a img {
	max-height: 250px;
	width: auto;
}
.tags-list {
	background:#fff;
	line-height:150%;
	padding:10px;
	font-size:12px;
}
.tags-list a {
	color:#166eb7;
	font-size: 12px;
}
.samequestions-wrapper__spoiler-header {
	background: #fff;
	/*padding:10px;*/
	display:flex;
	justify-content: space-between;
	cursor: pointer;
	font-weight:500;
}
