

@media (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 130%;
		overflow-x: hidden; 
	}

	.mobile {
		display: block;
	}

	.btn {
		padding: 10px 15px;
	}

	.header__content-bottom, 
	.header__content-top-box, 
	.desktop {
	    display: none;
	}	

	.block__header-wrap {
	    margin-top: 0;
	    height: unset;
	    background: rgba(237,239,245,1);
	}

	.header__logo {
		width: 60px;
		height: 60px;
	}

	.header__content-top-title {
	    line-height: 100%;
	    margin-top: -7px;
	    font-size: 16px;
	    display: block;
	    width: 262px;
	    padding: 15px 0;
	}
	body.home .header__content-top-title {
	    width: 248px;
	    font-size: 18px;
	    padding: 20px 0;
	    margin-top: -10px;
	}

	.header__inner {
	    align-items: center;
	    gap: 10px;
	    margin-top: 0;
	}

	.block__header {
		flex-direction: column;
		height: unset;
	}

	.banner__eparch-img {
		position: unset;
	}

	.world__eparch-item {
	    width: calc(50% - 7px);
	    padding: 13px;
	    border-radius: 12px;
	}
	
	.world__eparch-counter {
	    width: calc(100% - 50px);
	    margin-left: 7px;
	    font-size: 13px;
	    line-height: 100%;
	}

	.world__eparch-img {
		width: 36px;
		height: 36px;
	}

	.footer__menu {
		flex-wrap: wrap;
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer__menu-item {
	    width: calc(100% / 2 - 15px);
	}
	.footer__menu-item:nth-of-type(4), 
	.footer__menu-item:nth-of-type(3) {
	    width: 100%;
	    max-width: 286px;
	}
	.flex__posts {
	    flex-direction: column;
	    padding: 0;
	    gap: 50px;
	}

	.posts .post {
		border-radius: 20px;
	}

	.single__content, 
	.home__blocks {
		padding: 0 15px;
	}

	.single__content {
	    margin: 15px 0;
	    font-size: 16px;
	    line-height: 130%;
	    width: 100%;
	}

	.side__tags a {
		font-size: 16px;
	}

	.breadcrumbs {
	    margin: 15px;
	}

	.breadcrumbs a {
		font-size: 14px;
		line-height: 16px;
	}


	.posts-docs, 
	.flex__posts, 
	.posts-photos {
	    margin-bottom: 50px;
	}

	.single__date, 
	.posts .post-date {
	    font-size: 16px;
	    line-height: 19px;
	    color: #9D9EA0;
	}
	.posts-media .post .post-date {
		color: #000;
	    padding: 0 13px;
	}

	.h1 {
	    font-size: 24px;
	    line-height: 130%;
	}

	.more__tags h2,
	.more__links h2 {
		font-size: 20px;
	}

	.more__tags a,
	.more__tags a:first-child {
		margin: 10px 0;
		font-size: 16px;
	}

	.socials {
	    flex-wrap: wrap;
	    justify-content: center;
	    width: 100%;
	}

	footer {
	    padding: 25px 0;
	}

	.footer__logo img {
	    width: 60px;
	    height: 60px;
	}

	.footer__logo span {
	    font-size: 18px;
	    line-height: 20px;
	    letter-spacing: 0.085em;
	    font-weight: 600;
	}

	.copyright {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.copyright a {
		color: #9D9EA0;
	}

	.copyright-dev {
	    margin-top: 20px;
	    text-align: center;
	    width: 100%;
	}

	.calendar__bottom {
	    flex-direction: column;
	    gap: 15px;
	    margin-top: 50px;
	    margin-bottom: 50px;
	}

	.calendar__bottom-item-icon {
	    margin-right: 20px;
	}

	.posts .post, 
	.col-content-side .flex__posts-item:first-child, 
	.col-content-side .flex__posts-item:last-child, 
	.block__header-right, 
	.block__header-left,
	.calendar__bottom-item, 
	.posts.posts-four .post, 
	.col-2 .flex__posts-item, 
	.posts-col-2 .posts__group, 
	.posts-media .post {
		width: 100%;
	}

	.block__header-left {
	    padding: 18px 15px 5px 15px;
	}

	.world__eparch {
		margin: 15px 0;
	}

	.banner__eparch {
		background-color: #FFB931;
	}

	.h2 {
	    font-size: 28px;
	    line-height: 120%;
	    margin: 20px 0;
	}

	.h1__big {
	    line-height: 120%;
	    font-size: 28px;
	    max-width: 80%;
	    margin: 5px 0;
	}

	.h1__small {
		font-size: 13px;
		line-height: 16px;
	}

	.container {
		width: 100%;
	}

	.header .container {
	    padding: 10px 15px;
	}

	.world__eparch-title {
	    font-size: 14px;
	    line-height: 17px;
	    margin-bottom: 10px;
	}

	.banner__eparch-link {
	    font-size: 13px;
	    padding: 15px 80px 15px 15px;
	    height: unset;
	    background-position-x: calc(100% - 18px);
	    z-index: 0;
	}

	.banner__eparch::before {
		display: none;
	}

	.home__blocks {
	    margin: 0rem 0;
	}

	.posts .post-title {
	    font-weight: 500;
	    font-size: 20px;
	    line-height: 24px;
	}

	.posts .post img {
		width: 100%;
		height: 240px;
		border-radius: 16px;
	}

	.posts-media .post img {
		width: calc(100% - 24px);
	}

	.posts-media .post .post-title {
		min-height: unset;
	}

	.all__news {
	    line-height: 36px;
	    font-size: 14px;
	}

	.all__news::after {
		width: 14px;
		height: 14px;
	}

	.footer__bottom {
	    flex-direction: column;
	    padding: 0 15px;
	    align-items: flex-start;
	    gap: 18px;
	}

	.copyright {
		width: 100%;
		text-align: left;
	}

	.copyright span {
		display: inline-block;
	}


	.header__mobile {
		border-top: 1px solid #EDEFF5;
	}

	.block-lang {
	    padding: 15px;
	    justify-content: space-between;
	}

	.block-lang .lang-item {
		font-size: 13px;
	}

	.mobile__nav {
	    display: block;
	    background-color: #FFB931;
	    padding: 15px;
	    position: absolute;
	    width: 100%;
	    transform: translate(-70rem, 0px);
	    transition: transform 400ms;
	}

	body.head__menu-active .mobile__nav {
		transform: translate(0rem, 0px);
	}


	.mobile__nav .socials {
	    width: 100%;
	    justify-content: flex-start;
	}
	.mobile__nav .soc-icon {
	    filter: brightness(0.3);
	    width: 35px;
	    height: 35px;
	}

	.header__content-top-box-top-bank {
	    font-size: 16px;
	    padding: 10px;
	    width: 100%;
	    text-align: center;
	    border-radius: 15px;
	}

	#searchform input[type="search"] {
	    padding-left: 27px;
	    background-image: url(../svg/ic-searchable.svg);
	    background-position: left center;
	    background-repeat: no-repeat;
	    background-size: 18px;
	    color: #1F1F21;
	    font-size: 14px;
	}
	#searchform input[type="search"]::placeholder {
		color: #646464;
		font-size: 14px;
	}

	#searchform button[type="submit"] {
		padding: 10px 20px;
	}

	.header__content-top {
		position: relative;
	}

	.mobile__nav .menu {
	    padding: 0;
	}
	.mobile__nav .menu li {
	    display: block;
	}
	.mobile__nav .menu li a {
	    font-size: 16px;
	    display: block;
	    padding: 5px 0;
	}



	.button__menu-toggle {
	    display: block;
	    height: 30px;
	    width: 30px;
	    position: absolute;
	    right: 0;
	    top: 15px;
	}

	html[dir="rtl"] .button__menu-toggle {
		left: 0; 
		right: unset;
	}

	.button__menu-toggle span {
	    height: 1px;
	    width: 100%;
	    display: block;
	    background-color: #000;
	    position: absolute;
	    top: 10px;
	    transition: transform 400ms, top 400ms;
	}
	.button__menu-toggle span:nth-of-type(1) {
	    top: 2px;
	}
	.button__menu-toggle span:nth-of-type(3) {
	    top: 18px;
	}

	body.head__menu-active .button__menu-toggle span:nth-of-type(1), 
	body.head__menu-active .button__menu-toggle span:nth-of-type(2) {
	    transform: rotate(45deg);
	    top: 10px;
	}
	body.head__menu-active .button__menu-toggle span:nth-of-type(3) {
	    transform: rotate(-45deg);
	    top: 10px;
	}


	.flex__header {
	    flex-direction: column;
	    margin-bottom: 0;
	    padding-bottom: 0;
	    margin-top: 10px;
	}

	.flex__header .church__content {
	    padding: 18px 0;
	    width: 100%;
	}

	.wrap__header-single .block__header {
	    padding: 0 15px;
	    margin: 15px auto;
	}

	.block__header-wrap.wrap-persona,
	.block__header-wrap.wrap-diocesses {
	    background: transparent;
	    height: auto;
	    margin-bottom: 20px;
	}

	.block__header-wrap.wrap-persona .block__header, 
	.block__header-wrap.wrap-diocesses .block__header {
	    height: auto;
	    justify-content: flex-end;
	    background-size: 100%;
	    border-radius: unset;
	    padding: 20px;
	}

	/* .block__header-wrap.wrap-persona .block__header::before, */
	.block__header-wrap.wrap-diocesses[data-term="48"] .block__header::after,
	.block__header-wrap.wrap-diocesses[data-term="47"] .block__header::before {
		height: 60vw;
		display: block;
		content: '';
	}	

	.block__header-wrap.wrap-diocesses[data-term="48"] .block__header {
	    justify-content: flex-start;
	    background-position-y: 40vw;
	}

	.block__header-wrap.wrap-persona .block__header {
	    background-size: contain !important;
	    justify-content: flex-start;
	    background-position-x: 29rem !important;
	}

	.page__content {
	    margin: 15px auto;
	    width: calc(100% - 10px);
	    font-size: 16px;
	    line-height: 130%;
	}


	.church {
	    min-height: 320px;
	    width: calc(100% - 30px);
	    margin: 0 auto;
	    margin-bottom: 20px;
	}

	.church__image {
	    width: 150px;
	}

	.church__title {
		font-size: 20px;
	}

	.church__info img {
		width: 24px;
		height: 24px;
	}

	.church__content {
		width: calc(100% - 150px);
		flex: unset;
		padding: 15px;
	}

	.church__link, 
	.church__info {
		font-size: 14px;
	}

	.more__tags, 
	.more__links {
		padding: 25px;
		margin: 25px auto;
		width: calc(100% - 30px);
	}

	.more__links a {
		font-size: 16px;
		margin: 15px 0;
	}

	.block__header-wrap.wrap-page {
	    height: auto;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}

	.side__tags, 
	.posts.posts__search {
	    margin: 0 auto;
	    width: calc(100% - 30px);
	}
	.side__countries {
	    margin: 0 auto;
	    width: calc(100% - 30px);
		padding: 20px;
	}

	.wrap-category.block__header-wrap {
	    height: unset;
	    padding: 0px 15px 15px 15px;
	    margin: 0;
	}
	.wrap-category .block__header .breadcrumbs {
		margin: 15px 0;
	}
	.wrap-category .block__header {
		height: unset;
	}

	.wrap__header-single .flex__header h1 {
		font-size: 28px;
		line-height: 33px;
	}

	.posts.posts__header .post {
		width: 100%;
	}

	.posts.posts__header .post img {
		height: 200px;
	}

	.wrap__header-single h1 {
		font-size: 28px;
	}

	.col-content-side .flex__posts-item:last-child, 
	.col-side-content .flex__posts-item:last-child, 
	.col-content-side .flex__posts-item:first-child, 
	.col-side-content .flex__posts-item:first-child {
		width: 100%;
	}

	.wrap__category .flex__posts {
	    gap: 15px;
	    flex-direction: column-reverse;
	}

	.wrap-category .block__header h1 {
	    font-size: 34px;
	    margin: 20px 0;
	}

	.pagination {
		margin: 24px 0 15px 0;
    	padding: 0 15px;
	}

	.col-photo-video, 
	.flex__aktual__press, 
	.posts.posts__line {
		padding: 0 15px;
	}

	.posts-media.posts-col-2 {
		margin-bottom: 0;
	}

	.posts-media.posts-col-2 .post {
		width: 100%;
	}

	.posts.posts__line .post {
		min-height: unset;
		padding-left: unset;
	}

	.posts.posts__line .post img {
	    height: 180px;
	    width: 0%;
	    display: none;
	}

	.posts.posts__line .post img {
		height: 180px;
		width: 100%;
	}

	.posts.posts__line .post-title {
	    
	}

	.wrap__header-single img.attachment-post-thumbnail, 
	.single__content iframe[allowfullscreen], 
	.single__content .wp-block-image img {
		width: 100% !important;
		height: 260px !important;
	}



	.pagination span {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	.pagination span, 
	.pagination a {
		font-size: 16px;
	}


	.prav-nav {
	    top: -54px;
	}


	.sc-fzqNJr {
	    display: flex !important;
	    flex-direction: column;
	    align-items: center;
	    gap: 0px;
	    margin-top: 10px;
	}

	.sc-fzokOt {
		height: auto !important;
	}


	.filter__search-toggle span {
		display: none;
	}

	.filter__search-toggle::before {
		margin-right: 0;
	}

	.wrap__filter.active .filter__search {
	    left: unset;
	    right: -90px;
	}

}






