body {
	/*background: url('../img/korkep.png') center top no-repeat;*/
	font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background: #fff;
	background-size: 1600px auto;
}

body > * {
	/*opacity: .6;*/
}

html, body {
	/*overscroll-behavior: none;*/
	/*overflow-x: hidden;*/
	-webkit-overflow-scrolling: touch;
}

body #page, .header-infobar, .u-header__section, .main-menu {
	padding: 0 30px;
}

body.home #page > .container,
.u-header__section .container,
body #page > .container,
body.home .main-menu > .container,
.single .container,
.container,
body .main-menu > .container {
	max-width: 1536px;
	padding: 0px 128px;
}

#page {
	overflow: hidden;
}

#mainNav .navbar-nav .nav-link:focus, #mainNav .navbar-nav .nav-link:hover {
	font-weight: 700;
}

.header-infobar .d-flex > div:after {
	content: '|';
	font-weight: bold;
	padding: 0 15px;
}

.header-infobar .d-flex > div:last-of-type:after {
	content: none;
}

.main-menu {
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e7eb;
}

.main-menu #toggle-search {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	margin-top: -5px;
}

.search-modal {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 55;
	justify-content: center;
}

.search-modal .search-overlay {
	backdrop-filter: blur(8px);
	background-color: rgba(15, 23, 42, .25);
	width: 100%;
	height: 100%;
	position: absolute;
}

.search-modal .search-wrapper {
	width: 533px;
	padding: 7rem .75rem 1rem;
	box-sizing: border-box;
}

.search-modal .search-wrapper #ajaxsearchlite1 .probox {
	border: 0;
	height: 44px;
	border-radius: 16px;
	padding-left: 40px;
	background: url("../img/icons/search.svg") 10px center no-repeat #fff;
	background-size: 30px;
}

.search-modal .search-wrapper #ajaxsearchlite1 .probox .promagnifier,
.search-modal .search-wrapper #ajaxsearchlite1 .probox .autocomplete {
	display: none;
}

.search-modal .search-wrapper #ajaxsearchlite1 .probox .proinput form {
	height: 100%;
}

.search-modal .search-wrapper #ajaxsearchlite1 .probox .proinput input {
	font-size: 16px;
	height: 100%;
}

div.asl_r.vertical {
	margin-top: 10px;
	padding-top: 14px;
	box-shadow: none;
	border: 1px solid #ededed;
	border-radius: 24px;
}

div.asl_w .probox .proclose, div.asl_m .probox div.asl_loader {
	margin-top: 8px;
}

body.search-active {
	overflow: hidden;
}

body.search-active .search-modal {
	display: flex;
}

#toggle-search:hover {
	background-color: rgb(243, 244, 246);
}

.green-chip {
	color: #66b032;
	background-color: #f3f9ef;
	padding: 5px;
	border-radius: 10px;
	font-weight: 500;
	font-size: 12px;
}

.red-chip {
	color: rgb(157, 23, 77);
	background-color: rgb(252, 231, 243);
	padding: 5px;
	border-radius: 10px;
	font-weight: 500;
	font-size: 12px;
}

.red-chip a {
	color: rgb(157, 23, 77);
}

.button-cta {
	color: #ffff;
	font-size: 16px;
	background-color: #66b032;
	padding: 12px 24px;
	border-radius: 30px;
	text-decoration: none;
	box-sizing: border-box;
	transition: background-color .3s;
}

.button-cta:hover {
	color: #fff;
	text-decoration: none;
	background-color: #487D23;
}

.button-cta.arrow-right {
	padding-right: 60px;
	background-image: url("../img/icons/arrow-right-solid.svg");
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 24px;
}

.heading-chip {
	display: inline-block;
	width: auto;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	border-radius: 40px;
}

.heading-chip h2, .heading-chip h3 {
	font-weight: 800;
	color: #fff;
	margin: 0;
	padding: 0;
}

.podcast-section {
	margin-top: 50px;
}

.podcast-section .podcast-wrapper {
	display: flex;
	gap: 25px;
	margin-right: 60px;
	position: relative;
}

.podcast-section .podcast-wrapper > div {
	position: relative;
	z-index: 2;
}

.podcast-section .podcast-wrapper .podcast-main {
	flex: 1;
	overflow: hidden;
	border: 10px solid #fff;
	border-radius: 50px;
}

.podcast-section .podcast-heading h3 {
	font-weight: bold;
}

.podcast-section .podcast-wrapper .podcast-main .podcast-player {
	height: 0;
	padding-bottom: 59%;
	position: relative;
}

#podcast-player-main {
	height: 100%;
	position: absolute;
}

.podcast-section .podcast-wrapper .podcast-main .main-preview {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.podcast-section .podcast-wrapper .podcast-main .main-preview .podcast-title {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
}

.podcast-section .podcast-wrapper .podcast-main .main-preview > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}


.podcast-section .podcast-wrapper .podcast-main .podcast-play {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.podcast-section .podcast-wrapper .podcast-main .play-icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 208px;
	width: 208px;
	height: 208px;
	background: rgba(255, 255, 255, .3);
	backdrop-filter: blur(8px);
}

.podcast-section .podcast-wrapper .podcast-main .play-icon-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 112px;
	width: 112px;
	height: 112px;
	background: #fff;
}

.podcast-section .podcast-wrapper .podcast-small {
	width: 160px;
}

.podcast-section .podcast-wrapper:after {
	content: '';
	display: block;
	background: #66b032;
	width: calc(50% + 60px);
	height: calc(100% + 120px);
	position: absolute;
	top: -60px;
	right: -60px;
	border-radius: 50px;
}

.podcast-section .podcast-small .row {
	height: 100%;
	gap: 25px;
}

.podcast-section .podcast-small .podcast-switcher,
.podcast-section .podcast-small .podcast-switcher .main-preview,
.podcast-section .podcast-small .podcast-switcher .main-preview img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	object-fit: cover;
}


.podcast-section .podcast-small .podcast-switcher .play-icon-wrapper {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.podcast-section .podcast-small .podcast-switcher .play-icon-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #fff;
}

.article-heading {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.article-heading a, a .article-heading {
	color: black;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: color .3s;
}

.article-heading a:hover {
	color: #66b032;
}

.article-content {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	color: rgb(107, 114, 128);
}

.home .main-grid-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr 1fr auto 1fr 1fr 1fr;
	grid-gap: 28px;
}

.home .item-main {
	grid-row: 1 / span 3;
	grid-column: 1;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #eaecef;
}

.home .item-main img {
	max-height: 262px;
}

.home .item-small {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	border: 1px solid #eaecef;
	padding: 16px;
	overflow: hidden;
}

.home .item-wide-banner {
	grid-column: span 2;
}

.home .item-small article {
	height: 100%;
	flex-wrap: nowrap;
}

.home .item-small .item-image {
	display: flex;
	align-items: center;
}

.home .item-small .item-image figure{
	display: flex;
	width: 96px;
	border-radius: 12px;
	justify-content: center;
	overflow: hidden;
}

.home .item-small .item-image img {
	width: auto;
	/*width: 96px;*/
	height: 96px;
	border-radius: 12px;
}

.home .item-main .item-content, .home .item-small .item-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	gap: 16px;
}

.home .item-main .item-content {
	padding: 16px;
}


[class*=u-heading-v1-]:after, [class*=u-heading-v1-]:before {
	content: none;
}

#krkp-tv .row > :nth-child(1), #krkp-galeria .row > :nth-child(1) {
	order: 2;
}

#krkp-tv .row > :nth-child(2), #krkp-galeria .row > :nth-child(2) {
	order: 1;
}

#krkp-tv .row > :nth-child(3), #krkp-galeria .row > :nth-child(3) {
	order: 3;
}


.logo.col img {
	min-width: 200px;
}

.header-infobar {
	background: #66b033;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	font-weight: bold;
}

.section-fresh {
	border-radius: 24px;
	overflow: hidden;
	height: calc(100% - 67px);
}

.section-fresh .fresh-content {
	background-color: #f3f4f6;
	height: 100%;
	padding: 15px;
	box-sizing: border-box;
}

.section-fresh .news-item {
	border-bottom: 1px solid #e5e7eb;
}

.section-fresh .news-item:last-child {
	border-bottom: 0;
	margin-bottom: 0 !important;
}

.section-fresh .news-item article {
	gap: 5px;
}

.section-external {
	padding: 50px 25px;
	background: #f3f4f6;
	border-radius: 25px;
	margin: 50px 0 0;
}

.section-external article {
	height: calc(100% - 20px);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
}

.section-external article .article-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

.section-popular {
	border-radius: 25px;
	overflow: hidden;
	margin: 50px 0 60px;
}


.section-popular .nav-pills {
	border-bottom: 1px solid #242A36;
	margin-bottom: 0px;
}

.section-popular .list-unstyled > li {
	border-bottom: 1px solid #242A36;
	padding: 15px 20px;
	margin: 0 !important;
}

.section-popular .list-unstyled > li:last-child {
	border: 0;
}

.category-section .category-heading > div {
	display: flex;
	align-items: center;
}

.category-section .category-heading > div:last-child {
	justify-content: end;
}

body.home #page > .container.category-section {
	padding-top: 64px;
	padding-bottom: 64px;
	border-radius: 40px;
	margin-bottom: 50px;
}

.category-section.section-secondary {
	background-color: #f3f4f6;
}

.category-section .article-main .main-preview {
	display: inline-block;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.category-section .article-main .article-wrapper {
	position: relative;
	z-index: 2;
	width: calc(100% - 35px);
	margin-top: -57px;
	padding: 20px;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 15px;
	border-radius: 0 20px 20px 20px;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}

.category-section .articles-small article a {
	background: #f3f4f6;
	margin-bottom: 30px;
	display: flex;
	padding: 10px;
	border-radius: 60px;
	gap: 15px;
	transition: box-shadow .3s;
}

.category-section .articles-small article a:hover {
	text-decoration: none;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}

.category-section .articles-small article .main-preview {
	min-width: 75px;
	height: 75px;
	border-radius: 40px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;

}
.category-section .articles-small article .main-preview img {
	min-width: 75px;
	height: 75px;
	max-width: none;
}

.category-section .articles-small article .article-content {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

body.home #page > .container.gallery-section {
	border-radius: 40px;
	background-color: #f3f4f6;
	padding-top: 64px;
	padding-bottom: 64px;
}

.gallery-section .nav-tabs {
	border: 0;
}

.gallery-section .gallery-block .rounded-circle {
	background-size: cover;
}

.gallery-section .nav-tabs .nav-link {
	padding: 10px 24px;
	font-size: 16px;
	/*color: rgb(249, 250, 251);*/
}

.gallery-section .nav-tabs .nav-link:hover {
	color: #000;
}

.gallery-section .nav-tabs .nav-link.active {
	background: #66b033;
	color: #fff;
	border-radius: 40px;
}

.gallery-section .gallery-block {
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
	border: 1px solid #eaecef;
}

.gallery-section .gallery-block .article-heading {
	margin: 12px 0;
}

.gallery-section .gallery-block {
	height: 100%;
}

.gallery-section .gallery-block .content-wrapper {
	padding: 20px;
	display: flex;
	flex-direction: column;
}

/*.gallery-section .gallery-secondary .tv-thumb-image {*/
/*	height: 186px;*/
/*}*/

.gallery-section .gallery-main .tv-main-image,
.gallery-section .gallery-main .gallery-main-thumb-image {
	height: 440px;
}

.gallery-section .gallery-secondary .content-wrapper {
	padding: 15px;
}

.gallery-section .tab-pane > .row > div {
	display: flex;
}

.gallery-section .tab-pane .row.secondary-row {
	gap: 30px;
}


.site-footer {
	border-top: 1px solid #e5e7eb;
}


.social-icons .list-inline-item a {
	display: flex;
	width: 36px;
	height: 36px;
	padding: 5px;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	transition: transform .3s;
}

.u-header__section .social-icons .list-inline-item a {
	width: 32px;
	height: 22px;
	padding: 3px;
}

.u-header__section .social-icons .list-inline-item a img {
	height: 100%;
}

#topbar-menu li a {
	color: #fff;
	font-weight: 500;
}

.navigation-mobile {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 31;
	border-top: 1px solid #d1d5db;
}

.navigation-mobile ul {
	display: flex;
	justify-content: space-evenly;
	padding: 0;
	margin: 0;
}

.navigation-mobile ul li {
	list-style: none;
}

.navigation-mobile ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: rgb(17, 24, 39);
	padding: 10px 15px;
	text-decoration: none;
}

.social-icons .list-inline-item a:hover {
	transform: scale(1.1);
}

.social-icons .icon-facebook a {
	background: rgb(23, 120, 242);
}

.social-icons .icon-twitter a {
	background: rgb(29, 161, 242);
}

.social-icons .icon-instagram a {
	background: rgb(240, 0, 117);
}

.social-icons .icon-youtube a {
	background: rgb(255, 0, 0);
}

.social-icons .icon-rss a {
	background: rgb(240, 240, 240);
}

.category-title {
	margin-top: 25px;
	margin-bottom: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 475px;
	/*padding-bottom: 19% !important;*/
	position: relative;
	padding: 0 20px !important;
}


.category-title .title-background {
	position: absolute;
	top: 0;
	left: 20px;
	height: 100%;
	width: calc(100% - 40px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 25px;
	overflow: hidden;
}

.category-title .title-wrapper {
	background: rgba(0, 0, 0, .3);
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.category-title .title-wrapper {
	display: flex;
	flex-direction: column;
	color: #fff;
	font-size: 16px;

}

.category-title .title-wrapper .title {
	font-size: 72px;
	font-weight: 600;
	background: transparent;
	margin: 0;
}

.category-wrapper article {
	background: red;
	border-radius: 24px;
	border: 1px solid #eaecef;
}

.category-wrapper .article-description {
	padding: 16px;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	gap: 24px;
}

.category-wrapper .article-author > div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.category-wrapper .article-author .rounded-circle {
	background-size: cover;
}

.category-wrapper .article-title {
	min-height: 48px;
}

.category-wrapper .article-stats a {
	background-color: rgb(244, 252, 250);
	display: inline-block;
	margin-right: 3px;
	padding: 5px 20px;
	border-radius: 40px;
}

.post-header header {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}

.post-header header h1 {
	font-size: 48px;
	line-height: 57px;
	color: rgb(17, 23, 39);
	margin: 30px 0;
}

.post-header header h1 + p {
	font-size: 18px;
	color: rgb(107, 113, 128);
	padding-bottom: 30px;
	border-bottom: 1px solid #f3f4f6;
}

.post-info .post-social {
	display: flex;
}

.post-info {
	display: flex;
	margin: 20px 0 40px;
}

.post-info .post-author {
	flex: 1;
	display: flex;
	gap: 15px;
	align-items: center;
}

.post-info .post-author h4 {
	color: rgb(55, 65, 81);
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

.post-info .post-author h4 + span {
	color: rgb(55, 65, 81);
	font-size: 12px;
}

.post-comments > a, .post-favorites > a {
	margin-left: 15px;
	padding: 6px 20px;
	color: rgb(75, 85, 99);
	border-radius: 30px;
	font-size: 14px;
	background-color: rgb(249, 250, 251);
}

.post-image.container {
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
}

#theArticleContent {
	font-size: 18px;
	line-height: 32px;
	color: rgb(64, 64, 64);
}

#theArticleContent figure, #theArticleContent img {
	max-width: 100%;
}

.post-content h5 {
	font-size: 1.25em;
	line-height: 32px;
}

.post-content h4 {
	font-size: 1.5em;
}

.post-content blockquote, .post-content blockquote p {
	font-size: 22px;
}

.post-header .gallery-top {
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-bottom: 25px;
}

.post-header .gallery-top-image {
	grid-row: span 1;
	border-radius: 15px;
	overflow: hidden;
}

.post-header .gallery-top-image a, .post-header .gallery-top-image img {
	width: 100%;
}

.post-header .gallery-top-image:nth-child(1) {
	grid-column: span 2;
	grid-row: span 2;
}

.post-header .gallery-top-image:not(:nth-child(1)) {
	grid-column: span 1;
}

.single .post-after {
	max-width: none;
	width: 100vw;
	margin-top: 40px;
	margin-left: -30px;
	box-sizing: border-box;
	padding: 60px 0;
	background-color: rgb(243, 244, 246);
}

.post-related .single-related-image {
	height: auto;
}

.post-related h3 {
	position: absolute;
	z-index: 3;
	bottom: 10px;
	left: 10px;
	color: #fff;
	font-size: 18px;
	background: #67af39;
	border-radius: 25px;
	width: calc(100% - 20px);
	margin: 0;
}

.post-related a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.post-related article {
	border-radius: 25px;
	overflow: hidden;
}

.section-newsletter.container {
	margin-top: 80px;
	margin-bottom: 80px;

}

.section-newsletter .newsletter-title {
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}

.section-newsletter .newsletter-title + p {
	color: rgb(107, 114, 128);
	font-size: 16px;
}

.section-newsletter .newsletter-form label {
	font-size: 16px;
	color: black;
}

.section-newsletter .newsletter-form input {
	width: 100%;
	max-width: 384px;
	font-size: 14px;
	height: 44px;
	border-radius: 44px;
	border-width: 1px;
	padding: 3px 20px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
}

.section-newsletter .newsletter-form input:focus {
	box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(102, 176, 50, 0.5) 0px 0px 0px 3px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.section-newsletter .newsletter-form .wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}

.section-newsletter .newsletter-form .wpcf7-checkbox .wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 8px;
}

.section-newsletter .newsletter-form input[type=checkbox] {
	width: 18px;
	height: 18px;
}

.section-newsletter .newsletter-form input[type=submit] {
	background-color: #62a736;
	border-color: #62a736;
	color: #fff;
	font-size: 16px;
	transition: background-color .3s, border .3s;
}

.section-newsletter .newsletter-form input[type=submit]:hover {
	background-color: #487D23;
	border-color: #487D23;
}


@media (max-width: 1440px) {
	body.home #page > .container,
	.u-header__section .container,
	body #page > .container,
	body.home .main-menu > .container,
	.single .container,
	.container,
	body .main-menu > .container {
		padding: 0px 25px;
	}
}

@media (max-width: 1199px) {
	body #page, .header-infobar, .u-header__section, .main-menu {
		padding-left: 0;
		padding-right: 0;
	}

	body.home #page > .container.category-section {
		border-radius: 0;
		margin-bottom: 0;
	}

	#mainNav {
		display: none;
		position: fixed;
		background: rgba(17, 24, 39, .5);
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
	}

	.mainmenu-wrapper {
		background: #fff;
		height: 100%;
		width: 100%;
		max-width: 400px;
		overflow-y: auto;
	}

	.mainmenu-wrapper > * {
		padding: 20px;
		border-bottom: 2px solid rgb(229, 231, 235);
	}

	#main-menu {
		flex-direction: column;
	}

	.mainmenu-wrapper .mobile-logo {
		display: flex;
		justify-content: space-between;
	}

	.category-title {
		height: 275px;
	}

	.single .post-after {
		margin-left: 0;
	}

	.site-footer {
		padding-bottom: 95px !important;
	}

}

@media (max-width: 992px) {
	.home .main-grid-wrapper {
		display: flex;
		flex-direction: column;
	}

	.home .item-main img {
		max-height: none;
		/* height: auto!important; */
	}

	.section-fresh {
		margin-top: 50px;
	}

	.section-external {
		margin-top: 93px;
	}

	.podcast-section .podcast-wrapper {
		flex-direction: column;
		margin-right: 30px;
	}

	.podcast-section .podcast-wrapper .podcast-main {
	}

	.podcast-section .podcast-wrapper .podcast-small {
		width: 100%;
		flex: 1;
	}

	.podcast-section .podcast-small .row {
		gap: 0;
		margin-left: -7px;
		margin-right: -7px;
	}

	.podcast-section .podcast-small .row .col-secondary {
		padding: 7px;
	}

	.podcast-section .podcast-small .podcast-switcher .main-preview {
		position: relative;
		height: 0;
		padding-bottom: 80%;
		overflow: hidden;
	}

	.podcast-section .podcast-small .podcast-switcher .main-preview img {
		position: absolute;
	}

	.podcast-section .podcast-wrapper:after {
		top: -30px;
		right: -30px;
		height: calc(100% + 60px);
	}

	.category-section .articles-small {
		margin-top: 25px;
	}


	.category-section .category-heading {
		gap: 25px;
	}

	.gallery-section .gallery-block {
		height: auto;
	}

	.gallery-block.gallery-main {
		margin: 25px 0;
	}

	.gallery-block .tv-thumb-image,
	.gallery-block .tv-main-image,
	.gallery-block .gallery-main-thumb-image {
		height: 0 !important;
		padding-bottom: 56%;
	}

	.section-newsletter.container .newsletter-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px;
		text-align: center;
	}

	.section-newsletter .newsletter-title {
		font-size: 28px;
	}
}

@media (max-width: 769px) {
	.category-title .title-wrapper .title {
		font-size: 48px;
	}

	.podcast-section .podcast-wrapper .podcast-main .play-icon-wrapper {
		background: transparent;
		backdrop-filter: none;
	}

	.podcast-section .podcast-wrapper .podcast-main .play-icon-inner {
		border: 1px solid #d3d3d3;
		width: 60px;
		height: 60px;
	}

	.podcast-section .podcast-wrapper .podcast-main .play-icon-inner img {
		width: 20px;
		height: 20px;
	}

	.podcast-section .podcast-wrapper .podcast-main .main-preview .podcast-title {
		bottom: 10px;
		font-size: 14px;
	}

	.post-header header h1 {
		font-size: 28px;
		line-height: 39px;
	}

	.post-info {
		flex-direction: column;
		gap: 15px;
	}

	.post-header .gallery-top {
		grid-template-columns: repeat(3, 1fr);
	}

	.post-header .gallery-top .gallery-top-image:nth-child(4),
	.post-header .gallery-top .gallery-top-image:nth-child(5) {
		display: none;
	}
}

@media (max-width: 475px) {
	body.home #page > .container,
	.u-header__section .container,
	body #page > .container,
	body.home .main-menu > .container,
	body .main-menu > .container {
		padding: 0 10px;
	}

	.podcast-section .podcast-wrapper .podcast-main {
		border-radius: 25px;
		border-width: 3px;
	}

	.podcast-section .podcast-small .podcast-switcher,
	.podcast-section .podcast-small .podcast-switcher .main-preview,
	.podcast-section .podcast-small .podcast-switcher .main-preview img {
		border-radius: 15px;
	}

	.podcast-section .podcast-wrapper:after {
		top: -15px;
		right: -15px;
		height: calc(100% + 30px);
		border-radius: 25px;
	}

	.podcast-section .podcast-wrapper {
		flex-direction: column;
		margin-right: 5px;
		gap: 15px;
	}

	.category-title .title-background {
		left: 10px;
		width: calc(100% - 20px);
	}

}