.in_block_flex.row {
    margin: 0;
}
.in_block_flex > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.in_block_img:nth-child(odd) {
    transform: translateY(220px);
}
.in_title {
    text-align: center;
    position: absolute;
    width: 36.5%;
    top: 50px;
	-webkit-transition: max-width 260ms cubic-bezier(.25,.46,.45,.94);
    -moz-transition: max-width 260ms cubic-bezier(.25,.46,.45,.94);
    -ms-transition: max-width 260ms cubic-bezier(.25,.46,.45,.94);
    -o-transition: max-width 260ms cubic-bezier(.25,.46,.45,.94);
    transition: max-width 260ms cubic-bezier(.25,.46,.45,.94);
}
.minister_block.scrolled .in_title {
    width: 38%;
}
.block_img {
    margin-bottom: 60px;
}
.title_box {
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
}
.title_box h1 {
    font-size: 45px;
}
.show_flex, .in_block_flex, .parall_wrap {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.show_flex .in_show {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.show_flex .in_show .block_img .img {
    width: 40%;
}
.show_flex .in_show .block_img .img_video {
    width: 40%;
}
.show_flex .in_show:nth-child(even) {
    margin-top: -35px;
}
.show_flex .in_show .content {
    position: absolute;
    top: 20%;
    max-width: 45%;
    background-color: #fff;
    padding: 20px;
}
.show_flex .in_show:nth-child(odd) .content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 30px;
    width: 8px;
    height: 8px;
    background-color: #1387e0;
    border-radius: 50%;
}
.list_wrapper {
    position: relative;
}
.divider_line {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    width: 1px;
    background-color: #D1D1D1;
}
.show_title {
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 10px;    
	position: relative;
	padding-left: 15px;
    padding-right: 15px;
}
.breadcrumb-section {
    padding: 25px 0 15px;
}
.breadcrumb li {
    display: inline-block;
	position: relative;
	font-size: 15px;
    font-weight: 400;
}
.breadcrumb li + li:before {
    content: '>';
    margin: 0 5px;
    font-size: 14px;
    font-weight: bold;
    color: #0dabe5;
}
.breadcrumb li label {
    font-weight: 600;
}
.post_get {
    margin-top: 15px;
}
.post_get .resourse {
    padding: 7px 10px;
    border: 1px solid rgba(51,51,51,0.16);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
	margin-bottom: 15px;
    display: inline-block;
}
.page_view_title {
    margin-bottom: 35px;
}
.page_view_title h1 {
    color: #0dabe5;
}
.page_view_title h2 {
    font-size: 20px;
}
.source , .source a {
    font-size: 16px;
    line-height: 24px;
    color: #03a9f4;
}
.page_view_img {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /*display: flex;*/
}
.page_view_img img {
    height: auto;
    width: auto;
	max-width: 100%;
}
.page_view_desc {
    margin-bottom: 20px;
}
.page_view_desc p {
    font-size: 13px;
    color: #888888;
    margin-top: 0px!important;
}
.page_view_content {
	position: relative;
	padding-bottom: 50px;
}
.page_view_img + .page_view_content, .page_view_iframe + .page_view_content, .writter_box + .page_view_content {
	margin-top: 20px;
}
.page_view_content p * {
    font-size: 17px !important;
}
.writter_box {
    margin-bottom: 25px;
}
.writter_box .writter_photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.writter_name {
    font-weight: 600;
    font-size: 17px;
	margin-right: 30px;
}
.page_view_block {
    position: relative;
	display: flex;
    flex-direction: column;
}
.page_view_img + .writter_box {
    position: absolute;
    top: 30px;
    right: -55px;
}
.page_view_iframe {
    height: 500px;
}
/*iframe {
    width: 100%;
    height: 100%;
}*/
.album_slider .slick-list {
    padding: 0 12%;
}
.album_slider_img {
    height: 580px;
}
.block_img.article_block {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px;
    flex-direction: row;
	margin-bottom: 30px;
}
.block_img .circle {
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
	flex: 0 0 auto;
}
.block_img .circle img {
    border-radius: 100%;
	border: 1px solid #ddd;
}
.transformed {
    padding-bottom: 200px
}
.pagination {
    display: flex;
	flex-wrap: wrap;
    padding-top: 50px;
	padding-bottom: 80px;
}
.pagination li * {
    padding: 10px 12px 5px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #000;
    font-size: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #0dabe5;
	margin-bottom: 5px;
    -webkit-transition: all 260ms cubic-bezier(.25,.46,.45,.94);
    -moz-transition: all 260ms cubic-bezier(.25,.46,.45,.94);
    -ms-transition: all 260ms cubic-bezier(.25,.46,.45,.94);
    -o-transition: all 260ms cubic-bezier(.25,.46,.45,.94);
    transition: all 260ms cubic-bezier(.25,.46,.45,.94);
}
.pagination li:hover span, .pagination li:hover a {
    background-color: #0dabe5;
    color: #fff;
}
.pagination li.current {
    color: #0dabe5;
    border-color: #0dabe5;
    border-width: 0 0 3px;
}
.social_share {
	display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #e9ebee;
}
.share_title {
	display: flex;
    align-items: center;
}
.share__links {
    display: flex;
}
.share_icon {
    display: flex;
}
.share_icon svg {
    width: 17px;
    height: 17px;
}
.social_share a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_share a.facebook {
    background: #3b5999;
}
.social_share a.twitter {
    background: #55acee;
}
.social_share a.whatsapp {
    background: #25D366;
}
.social_share a.telegram {
    background: #0088cc;
}
.social_share a svg {
	width: 17px;
	height: 17px;
	fill: #fff
}
.social_share.fixed {
    position: fixed;
    top: 125px;
    z-index: 99;
}
.album_slider {
	position: relative;
}
.album_slider .slick-arrow {
	top: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 1;
}
.album_slider .slick-arrow svg {
    width: 30px;
    height: 30px;
}
.album_slider .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
	text-align: center;
}
.album_slider .slick-dots li {
    width: 10px;
    height: 10px;
    opacity: 0.5;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.album_slider .slick-dots li.slick-active, .album_slider .slick-dots li:hover {
    opacity: 1;
}
.album_slider .slick-dots li button {
    font-size: 0;
}
.contact_info {
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
	margin-top: 25px
}
.contact_info > div {
    width: 50%;
	margin-bottom: 35px;
}
.contact_info_item .contact_title {
    opacity: 0.5;
    font-size: 15px;
}
.main_form textarea {
    width: 100%;
    overflow: auto;
    resize: vertical;
    min-height: 150px;
}
/*.form-group img {
    width: 120px;
    position: absolute;
    top: 10px;
    left: 0;
    height: 40px;
}*/
.writter_social ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.writter_social ul li {
    margin: 18px 7px 0;
}
.writter_social ul li a {
    display: flex;
}
.writter_social ul li a svg {
    width: 17px;
    height: 17px;
}
.main_list ul {
	padding-bottom: 30px
}
.writter_social ul li a:hover svg {
    fill: #0dabe5;
}
.main_list ul li {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(51,51,51,0.16);
}
.main_list ul li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.main_list ul li {
    display: flex
}
.main_list ul li .icon {
    margin-top: 10px;
}
.main_list ul li svg {
    width: 13px;
    height: 13px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.search_result_inner {
    display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.search_result_txt {
    flex: 1 1;
}
.search_result_inner a {
    font-size: 17px;
    font-weight: 600;
    color: #0dabe5;
    margin-top: 10px;
	word-break: break-word;
}
.search_result_inner h2 {
    color: #000000;
}
.search_result_inner h2:hover {
    color: #0dabe5;
}
.search_result_txt time {
    display: block;
}
.show_title .search_word u {
    color: #0dabe5;
}
.show_title .search_word u:hover {
    color: #000000;
}
.float_block {
    display: flex;
	flex-direction: column;
}
.float_block .writter_box {
    display: flex;
    align-items: center;
}
/* News Tags */
.tag-cloud .show-more-link {
	margin: 10px 0 0 0;
}

.tag-cloud.tag-title {
	position: relative;
	padding: 20px 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin-bottom: 30px;
}
.tag-cloud.tag-title .icon {
    margin-bottom: 10px;
}
.tag-1 {
	font-size: 13px;
	line-height: 18px;
	background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
	display: inline-block;
	margin: 0 0 10px 10px;
}

.tag-1.active {
	background: #db2d29;
	border: 1px solid #db2d29 !important;
	color: #FFFFFF !important;
}

.tag-1.active:hover span {
	background: #db2d29;
	color: #252525 !important;
}

.tag-1 span {
	padding: 8px 10px 5px 10px;
	float: right;
}
iframe {
    width: 100%;
	height: 100%;
}
.schedule__section {
    background-color: transparent;
    box-shadow: none;
}
.schedule__list ul {
    background-color: #fff;
    /*border-left: 1px solid rgba(0,0,0,0.09);*/
	flex-direction: column;
}
.schedule__list ul li {
    padding: 30px 70px;
    text-align: center;
    position: relative;
    font-size: 15px;
	width: 100%;
	overflow: visible;
	font-weight: 600;
}
.schedule__list ul li.active {
    background-color: #f1f1f1;
}
.schedule__list ul li:before {
    content: '';
    position: absolute;
    top: 20%;
	left: auto;
    bottom: auto;
    height: 60%;
    width: 0;
	transform: none;
    background-color: #0dabe5;
}
.schedule__list ul li.active:before {
    width: 3px;
}
.tab-wrapper.schedule__list {
    display: flex;
	margin: 30px 0;
}
.schedule__block .tab-content {
    flex: 1 1 auto;
}
.schedule__block .tab-content .tab_inner {
    height: 100%;
    background-color: #f1f1f1;
	padding: 30px;
}
.schedule__list ul li:hover {
    color: #000;
}
.schedule__cont {
    display: flex;
}
.schedule__thumb {
    width: 25%;
	display: flex;
}
.schedule__thumb a img {
    border-radius: 10px;
	object-fit: cover;
	min-height: 85px;
}
.schedule__thumb img {
    border-radius: 10px;
	object-fit: cover;
	min-height: 85px;
}
.schedule__contList {
    flex: 1 1 auto;
}
.schedule__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    margin-top: 15px;
	padding: 12px 20px 15px 20px;
    margin-top: 15px;
    background-color: #fff;
}
.schedule__block .tab-content .tab_inner .play__item.active .schedule__bar {
    color: #fff;
    background-color: #333;
}
.schedule__barMAin {
    display: flex;
}
.schedule__barIcon svg {
    width: 12px;
    height: 12px;
}
.schedule__barIcon {
    display: flex;
	margin-top: 8px;
}
.schedule__block .tab-content .tab_inner .play__item.active .schedule__bar .schedule__barIcon svg {
    fill: #fff;
}
.schedule__time .date {
    margin-bottom: 0;
}
.schedule__barNow {
    font-size: 12px;
    color: #d4000e;
	display: none;
}
.play__item {
    margin-bottom: 15px;
}
.play__item:last-child {
    margin-bottom: 0;
}
.schedule__block .tab-content .tab_inner .play__item.active .schedule__barNow {
	display: inline-flex;
}
.episode__name h1 {
    font-size: 18px;
	color: #0dabe5;
}
.program_name {
    font-size: 15px;
}
.program_name label {
    font-weight: 600;
}
.schedule__block {
    overflow: hidden;
}
.gallery_wrap .imglist {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.gallery_wrap .imglist a {
    display: flex;
}
.gallery_wrap .imglist a {
    width: 33.333%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.gallery_wrap .imglist img {
    width: 100%;
}
.bordered_block {
    padding: 30px;
	margin-bottom: 30px;
    border: 2px solid #0dabe5;
}
.bordered_block .block_img {
    margin-bottom: 0;
}
.row.mini_space {
    margin-right: -5px;
    margin-left: -5px;
}
.row.mini_space > div {
    padding-right: 5px;
    padding-left: 5px;
}
.hot_block {
    background-color: #f5f5f5;
    padding: 80px;
	margin-bottom: 2rem;
    position: relative;
	overflow: hidden;
}
.hot_block.lg_video_box {
    height: calc(100% - 15px);
}
.hot_block p {
    margin-top: 10px;
    max-width: 75%;
    line-height: 1.7;
}
.panel_set.hot_block {
    position: relative;
    background-image: url(../images/shapes-3.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: 60% 60%;
    padding: 30px 30px 30px 130px;
    box-shadow: 0 2px 4px 0 rgba(187,187,187,.5), 0 1px 0 0 rgba(178,178,178,.5);
}
.in_panel .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.in_panel_title {
    position: absolute;
    bottom: -5px;
    margin-bottom: 10px;
}
.in_panel_title h1 {
    font-size: 50px;
    color: #dcdcdc;
}
.panel_set.hot_block .img {
    height: 250px;
}
.panel_set.hot_block .img img {
    height: 100%;
}
.page_inner iframe {
    height: 500px;
}
.article_block.block_img .img {
	width: 30%;
    margin-bottom: 0;
	flex: 0 0 auto;
}
.block_img.article_block .content h2 {
    font-size: 20px;
    color: #0dabe5;
    margin-bottom: 10px;
}
.small__content {
    display: flex;
    align-items: center;
}
.block_img.video-block h6 {
    margin-bottom: 15px;
}
.block_img.writter_block {
    align-items: center;
    border: 1px solid #ddd;
    padding: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.block_img.writter_block h1 {
    font-size: 17px;
}
.block_img.writter_block p {
    font-size: 15px!important;
}
.block_img.writter_item {
    align-items: center;
    border: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 30px;
    flex-direction: row;
}
@media screen and (max-width: 1500px) {
	.album_slider_img {
		height: 500px;
	}
}
@media screen and (max-width: 1440px) {
	.show_title {
		max-width: 1200px
	}
	.in_block_img:nth-child(odd) {
		transform: translateY(235px)
	}
	.show_flex .in_show:nth-child(odd) .content:before {
		right: 21px
	}
	.page_view_iframe {
		height: 400px;
	}
	.album_slider .slick-list {
		padding: 0 15%;
	}
	.album_slider_img {
		height: 400px;
	}
	.album_slider .slick-dots {
		bottom: 15px;
	}
	.album_slider .slick-arrow svg {
		width: 25px;
		height: 25px;
	}
	.block_img .circle {
		width: 120px;
		height: 120px;
	}
	.pages.transformed {
		transform: translateY(165px);
	}
	.float_block .page_view_title {
		width: 100%;
	}
	.page_view_content {
		/*padding: 0 90px 0 0;*/
        padding: 0px;
	}
	.schedule__block .tab-content .tab_inner {
		padding: 0 30px
	}
	.schedule__block .tab-content .tab_inner {
		padding: 30px;
	}
	.schedule__list ul li {
		padding: 15px 50px;
	}
	.page_inner iframe {
		height: 450px;
	}
}
@media screen and (max-width: 1200px) {
	.show_title {
		padding: 0 30px;
	}
	.episode__name h1 {
		font-size: 20px;
	}
	.page_inner iframe {
		height: 400px;
	}
}
@media screen and (max-width: 1024px) {
	.page_view_iframe {
		height: 300px;
	}
	.schedule__thumb {
		width: 20%;
	}
	.episode__name h1 {
		font-size: 18px;
	}
	.schedule__block .tab-content .tab_inner .play__item.active .schedule__bar {
		padding: 8px 20px 12px;
		border-radius: 10px;
	}
	.page_inner iframe {
		height: 350px;
	}
	.schedule__block .tab-content .tab_inner {
		padding: 20px;
	}
	.block_img.writter_item .circle {
		width: 100px;
		height: 100px;
	}
}
@media screen and (max-width: 991px) {
	.in_title {
		width: 48.5%
	}
	.show_title h1 {
		font-size: 25px;
	}
	.page_view_content {
		padding: 0;
	}
	.social_share {
		flex-direction: row;
		position: relative;
		right: 0;    
		align-items: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.social_share a {
		width: 40px;
		height: 40px;    
	}
	.social_share a svg {
		width: 17px;
		height: 17px
	}
	.album_slider_img {
		height: 400px;
	}
	.schedule__thumb {
		width: 15%;
	}
	.tab-wrapper.schedule__list {
		flex-direction: column;
	}
	.schedule__list ul {
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.schedule__list ul li {
		padding: 15px;
	}
	.schedule__block .tab-content .tab_inner {
		padding: 15px;
	}
	.schedule__list ul li:before {
		top: 0;
		right: 20%;
		width: 100%!important;
		height: 0;
	}
	.schedule__list ul li.active:before {
		height: 3px;
	}
	.schedule__list ul li {
		width: auto;
		border: 1px solid #e8e8e8;
		border-radius: 3px;
		box-shadow: 0 1px 2px 0 rgba(25,25,25,.16);
		margin-bottom: 10px;
	}
	.schedule__list ul li.active {
		color: #fff;
		border-color: #0dabe5;
		background-color: #0dabe5;
	}
}
@media screen and (max-width: 768px) {
	.breadcrumb li {
		font-size: 13px;
		font-weight: 300;
	}
	.show_flex .in_show .block_img .img {
		width: 100%;
	}
	.show_flex .in_show .block_img .img_video {
		width: 100%;
	}
	.show_flex .in_show .content {
		position: relative;
		top: 0;
		max-width: 100%;
		padding: 0 0 20px 0;
	}
	.divider_line, .show_flex .in_show:nth-child(odd) .content:before {
		display: none
	}
	.show_flex .in_show:nth-child(even) {
		margin-top: 0;
	}
	.block_img {
		margin-bottom: 30px;
	}
	.in_title {
		position: relative;
		margin-bottom: 30px;
		width: 100%;
		padding: 0 30px;
	}
	.title_box h1 {
		font-size: 40px;
	}
	.in_block_flex > div {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.in_block_img:nth-child(odd) {
		transform: none;
	}
	.transformed {
		padding-bottom: 0;
	}
	.title_box {
		height: 160px;
	}
	.pages.transformed {
		transform: none;
	}
	.sidebar_transformed {
		transform: none;
	}
	.pagination {
		margin-top: 30px;
		margin-bottom: 30px;
	}
    .page_view_img img {
        width: 100%;
    }
	.share_title {
		margin-bottom: 0;
	}
	.share_title h3 {
		font-size: 16px;
		color: #fff;
	}
	.share_icon svg {
		width: 15px;
		height: 15px;
		fill: #fff;
	}
	.social_share {
		position: fixed;
		bottom: 0;
		top: auto;
		margin: 0;
		right: 0;
		left: 0;
		z-index: 9;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		background-color: rgba(0,0,0,0.9);
	}
	.social_share a {
		margin: 0;
		width: 60px;
		height: 52px;
		background-color: transparent!important;
	}
	.writter_box .writter_photo {
		width: 100px;
		height: 100px
	}
	.writter_name {
		margin-right: 20px;
	}
	.album_slider .slick-dots {
		bottom: 10px;
	}
	.album_slider .slick-dots li {
		width: 8px;
		height: 8px;
	}
	.album_slider_img {
		height: 350px;
	}
	.pagination li * {
		padding: 5px 15px 5px 15px;
	}
	.block_img.writter_item {
		padding: 15px;
	}
}
@media screen and (max-width: 600px) {
	.title_box h1 {
		font-size: 35px;
	}
	.title_box {
		height: 150px;
	}
	.writter_box {
		width: 100%;
	}
	.page_view_img + .writter_box {
		position: relative;
		right: 0;
		top: 0;
		margin-bottom: 15px;
	}
	.writter_name {
		font-size: 15px;
	}
	.page_view_img {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		box-ordinal-group: 2;
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		-ms-flex-order: 2;
	}
	.page_view_content {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		box-ordinal-group: 3;
		-webkit-order: 3;
		-moz-order: 3;
		order: 3;
		-ms-flex-order: 3;
	}
	.main_list ul li svg {
		width: 11px;
		height: 11px
	}
	.float_block {
		flex-wrap: wrap;
	}
	.album_slider .slick-arrow {
		width: 40px;
		height: 40px;
		bottom: -50px;
	}
    .page_view_desc {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        -ms-flex-order: 2;
    }
	.schedule__cont {
		flex-direction: column;
	}
	.schedule__thumb {
		margin-bottom: 15px;
	}
	.schedule__thumb {
		width: 100%;
	}
	.play__item {
		margin-bottom: 30px;
	}
	.gallery_wrap .imglist a {
		width: 50%;
	}
	.page_inner iframe {
		height: 300px;
	}
	.album_slider .slick-list {
		padding: 0;
	}
	.album_slider_img {
		height: 300px;
	}
	.tab_inner .post_block .img {
		width: 70px;
		height: 70px;
	}
	.block_img.article_block .content {
		margin-right: 0;
	}
	.block_img.article_block {
		padding: 15px;
	}
	.block_img.article_block {
		flex-direction: column;
	}
	.article_block.block_img .img {
		width: 100%;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 480px) {
	.social_share a {
		width: 55px;
		height: 48px;
	}
	.share_title h3 {
		font-size: 14px;
	}
	.schedule__bar {
		flex-direction: column;
		align-items: flex-start;
	}
	.schedule__time .date {
		margin-top: 5px;
	}
	.episode__name h1 {
		font-size: 16px;
	}
}
@media screen and (max-width: 425px) {
	.album_slider_img {
		height: 250px;
	}
	.title_box h1 {
		font-size: 25px;
	}
	.in_title {
		margin-bottom: 20px
	}
	.title_box {
		height: 100px;
	}
	.pagination {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.form-group img {
		top: 11px;
		width: 90px;
		height: 35px;
	}
	.page_view_content img {
		width: 100%!important;
		height: auto!important;
	}
	.page_view_iframe {
		height: 200px;
	}
	.writter_box .writter_photo {
		width: 80px;
		height: 80px
	}
	.writter_name {
		margin-right: 15px;
	}
	.page_inner iframe {
		height: 250px;
	}
	.album_slider .slick-arrow svg {
		width: 20px;
		height: 20px;
	}
	.social_share a svg {
		width: 15px;
		height: 15px;
	}
	.social_share a {
		width: 45px;
		height: 45px;
	}
	.pagination li * {
		padding: 5px 8px 3px 8px;
	}
	.schedule__list ul li {
		padding: 10px;
	}
	.block_img.article_block .content h2 {
		font-size: 18px;
	}
	.block_img .circle {
		width: 100px;
		height: 100px;
	}
}
@media screen and (max-width: 375px) {
	.page_inner iframe {
		height: 200px;
	}
	.album_slider_img {
		height: 230px;
	}
	.album_slider .slick-dots {
		bottom: -5px;
	}
	.album_slider .slick-dots li {
		width: 6px;
		height: 6px;
	}
}