* {
	box-sizing: border-box;
}

html {
	
}

body {
    font-style: normal;
    -webkit-animation: bugfix infinite 1s;
    line-height: 136%;
    margin: 0;
    padding: 0;
    color: #1F1F21;
    background-color: #fff;
    font-size: 16px;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 300;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #000000; 
}

.page__content a,
.single__content a {
    text-decoration: underline;
    text-decoration-thickness: from-font;
    color: #335CCC;
}

.page__content a:visited,
.single__content a:visited {
    color: #DD303A;
}

img {
	object-fit: cover;
	max-width: 100%;
	height: auto;
}

.wp-block-embed__wrapper iframe {
	min-width: unset !important;
}

.wp-block-embed {
	margin-left: 0; 
	margin-right: 0;
	overflow: hidden;
}

.wp-block-image {
	margin: 20px 0; 
}

.m-b-10 {
	margin-bottom: 15px !important;
}

.container {
    margin: 0 auto;
    max-width: 1320px;
    width: calc(100% - 30px);
}

.header {
    position: relative;
    z-index: 1;
}

.header__inner {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.header__content {
    flex: auto;
}

.header__logo {
    width: 140px;
    height: 140px;
    position: relative;
}

.header__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}


.header__content-bottom {
    position: relative;
    margin-top: 5px;
}

.header__content-bottom .header__search {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 0px 27px 0px 54px;
    border-radius: 30px;
    display: none;
}

.header__content-bottom.active .header__search {
    display: block;
    width: calc(100% - 110px);
}

.header__content-bottom .button__search-toggle {
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 30px;
    background-image: url(../svg/ic-searchable.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
}
.header__content-bottom.active .button__search-toggle {
    background-image: url(../svg/ic-close.svg);
    background-size: 40px;
}

.button__menu-toggle {
    display: none;
}

#searchform {
    display: flex;
    align-items: center;
    height: 100%;
}
#searchform input[type="search"] {
    outline: unset;
    padding: 10px 0;
    background: unset;
    border: unset;
    flex: auto;
}
#searchform button[type="submit"] {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    background: #335CCC;
    color: #fff;
    border: unset;
    cursor: pointer;
}

.header__content-top-title {
    font-family: 'Sverdlovsk';
    font-weight: 400;
    letter-spacing: 0.085em;
    text-transform: uppercase;
    width: 470px;
    line-height: 130%;
    -webkit-text-fill-color: #1F1F21;
    -webkit-text-stroke: 0.6px #1F1F21;
    display: inline-block;
    font-size: 24px;
}

body.home .header__content-top-title {
    font-size: 30px;
    width: 450px;
}

.header__content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__content-top-box {
    width: 52%;
}

.header__content-top-box-top {
	display: flex;
	justify-content: space-between;
}

.header__content-top-box-top-bank {
    font-size: 16px;
    color: #ffffff;
    padding: 3px 20px;
    background-color: #DD303A;
    display: inline-block;
    border-radius: 20px;
}
.header__content-top-box-top-bank:hover {
    opacity: .8;
}

.block-lang {
	display: flex;
	gap: 2px;
}
.block-lang .lang-item {
    text-transform: uppercase;
    font-size: 18px;
}
.block-lang .lang-item.current-lang { 
	font-weight: 700;
}

.header__content-top-box-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.header__content-top-box-bottom-mes {
    display: flex;
    align-items: center;
    gap: 13px;
}

.top-navigation {
    
}

.top-navigation .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0;
    padding: 0;
    gap: 30px;
}
.top-navigation .menu li {
    display: inline-block;
}
.top-navigation .menu li a {
    display: inline-block;
    padding: 4px 0px;
    font-size: 16px;
}

.bottom-navigation .menu {
    margin: 0;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-radius: 20px;
    padding-right: 130px;
    padding-left: 50px;
}
.bottom-navigation .menu li { 
	display: inline-block; 
}
.bottom-navigation .menu li a {
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
}

.top-navigation .menu li a:hover, 
.bottom-navigation .menu li a:hover {
    opacity: .8;
    text-decoration: underline;
}


.home__blocks {
    margin: 50px 0;
}

.flex__posts {
	display: flex;
	justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 70px;
}
.col-2 .flex__posts-item {
    width: calc(100% / 2 - 10px);
}

.col-content-side .flex__posts-item:first-child {
    width: calc(77% - 40px);
}
.col-content-side .flex__posts-item:last-child {
    width: 24.3%;
}

.col-side-content .flex__posts-item:first-child {
    width: 24.3%;
}
.col-side-content .flex__posts-item:last-child {
    width: calc(77% - 40px);
}

.h1 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
}
.h2 {
    font-size: 40px;
    line-height: 117%;
    font-weight: 500;
}

.all__news {
    float: right;
    font-size: 18px;
    line-height: 50px;
    color: #9D9EA0;
    font-weight: normal;
}

.all__news::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../svg/arrow-black-link.svg);
    background-repeat: no-repeat;
    background-size: 32%;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    border: 1px solid #9D9EA0;
    border-radius: 50%;
}


.btn {
    background-color: black;
    color: #fff;
    padding: 12px 30px;
    border-radius: 16px;
    display: inline-block;
    margin: 20px 0;
    text-align: center;
}

.btn:hover {
    opacity: .9;
}

.btn-primary {
    background-color: #335CCC;
}
.btn-red {
    background-color: #DD303A;
}

.btn-block {
    width: 100%; 
    display: block;
}

.posts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}


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

.posts-col-2.posts-docs {
    margin-bottom: unset;
}

.posts .post {
    display: block;
    position: relative;
    width: calc(100% / 3 - 14px);
    border-radius: 23px;
    background-color: #EDEFF5;
    padding-bottom: 20px;
}

.posts .post:hover {
    opacity: .9;
    background-color: #dee2eb;
}

.posts.posts-four .post {
    width: calc(100% / 4 - 16px);
}
.posts.posts-docs .post {
    background-color: #1F1F21;
}

.posts .post-title {
    font-size: 20px;
    line-height: 125%;
    display: block;
    padding: 0px 20px 0px 20px;
}
.posts.posts-docs .post-title {
    color: #fff;
}
.posts .post-cats,
.posts .post-date {
    padding: 10px 20px;
    display: block;
    margin-top: 10px;
}
.posts.posts-docs .post-date {
    color: #9D9EA0;
}
.single__date, 
.posts .post-date {
    font-size: 14px;
}
.posts .post img {
    width: 440px;
    height: 230px;
    display: block;
    margin: 0px auto 0px auto;
    border-radius: 20px;
}

.posts .post-cats {
    padding-bottom: 0;
}

.post__video .post-date::before, .post__photo .post-date::before {
    display: inline-block;
    width: 40px;
    height: 24px;
    content: '';
    vertical-align: middle;
    float: right;
    background-image: url(../svg/cat__video.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #1F1F21;
    background-size: 15px;
    border-radius: 12px;
    background-position: center;
}

html[dir="rtl"] .post__video .post-date::before, 
html[dir="rtl"] .post__photo .post-date::before {
    float: left;
}

.post__photo .post-date::before {
    background-image: url(../svg/cat__photo.svg);
}

.post__photo.post__video .post-date::before {
    background-image: url(../svg/cat__photo.svg), url(../svg/cat__video.svg);
    width: 50px;
    background-position: 9px center, 26px center;
}


.posts.posts-docs .post-date::before {
    background-color: #fff;
}
.posts.posts-docs .post__video .post-date::before {
    background-image: url(../svg/cat__video-black.svg);
}
.posts.posts-docs .post__photo .post-date::before {
    background-image: url(../svg/cat__photo-black.svg);
}
.posts.posts-docs .post__photo.post__video .post-date::before {
    background-image: url(../svg/cat__photo-black.svg), url(../svg/cat__video-black.svg);
}

.posts-col-2 .posts__group {
    width: calc(100% / 2 - 10px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.posts .posts__group .post {
    width: 100%;
}


.posts.posts-aktual .posts__group:nth-of-type(2) .post {
    background-color: #DD303A;
}
.posts.posts-aktual .posts__group:nth-of-type(2) .post-title {
    color: #FFFFFF;
}
.posts.posts-aktual .posts__group:nth-of-type(2) .post-date {
    color: #FFB931;
}
.posts.posts-aktual .posts__group:nth-of-type(2) .post-date::before {
    background-color: #FFB931;
    float: unset;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.posts.posts-aktual .posts__group:nth-of-type(2) .post__photo .post-date::before {
    background-image: url(../svg/cat__photo-dark.svg);
}
.posts.posts-aktual .posts__group:nth-of-type(2) .post__video .post-date::before {
    background-image: url(../svg/cat__video-dark.svg);
}
.posts.posts-aktual .posts__group:nth-of-type(2) .post__photo.post__video .post-date::before {
    background-image: url(../svg/cat__photo-dark.svg), url(../svg/cat__video-dark.svg);
}


.posts-media .post {
    width: calc(100% / 4 - 15px);
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}
.posts-media .post .post-title {
    order: 1;
    min-height: 100px;
}
.posts-media .post img {
    order: 2;
    margin: 14px auto;
    width: calc(100% - 40px);
    display: block;
}
.posts-media .post .post-date {
    order: 3;
}

.posts-media.posts-col-2 .post {
    width: calc(100% / 2 - 10px);
}

.posts-media.posts-photos .post {
    background-color: #FFB931;
}

.posts-media.posts-photos .post__photo .post-date::before {
    background-image: url(../svg/cat__photo-yellow.svg);
}
.posts-media.posts-photos .post__video .post-date::before {
    background-image: url(../svg/cat__video-yellow.svg);
}
.posts-media.posts-photos .post__photo.post__video .post-date::before {
    background-image: url(../svg/cat__photo-yellow.svg), url(../svg/cat__video-yellow.svg);
}

.prav-calendar-box {
    background-color: #f9da9d;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}

.prav-calendar-img {
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 110px;
}
.prav-calendar-img img {
    border-radius: 10px;
}

.prav-calendar-date, 
.prav-calendar-title {
    /* font-family: 'Sverdlovsk'; */
    /* letter-spacing: 0.11em; */
    text-transform: uppercase;
    color: #282D32;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    width: calc(100% - 120px);
    float: right;
}

.prav-calendar-text {
    clear: both;
    color: #282D32;
    font-size: 18px;
    margin-bottom: 10px;
}

.prav-calendar-text a {
    text-decoration: underline;
}

.prav-nav {
    display: flex;
    gap: 10px;
    position: absolute;
    top: -70px;
    right: 0;
}

html[dir="rtl"] .prav-nav {
    left: 0;
    right: unset;
    flex-direction: row-reverse;
}

.prav-nav span {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #9d9ea0;
    background-image: url(../svg/arrow-black-link.svg);
    background-repeat: no-repeat;
    background-size: 32%;
    background-position: center;
    cursor: pointer;
}
.prav-nav span:hover {
    opacity: .9;
}
.prav-nav span[data-type="prev"] {
    transform: rotate(180deg);
}
 
.prav-calendar-box.disabled #prav-calendar {
    opacity: .3;
}




.spinner {
    animation: rotator 1.4s linear infinite;
    position: absolute;
    top: 100px;
    left: calc(50% - 15px);
    z-index: 1;
    width: 30px;
    height: 30px;
    display: none;
}
.prav-calendar-box.disabled .spinner {
    display: block;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite;
  stroke: #DD303A;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}



.calendar__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.calendar__bottom-item {
    width: calc(100% / 3 - 14px);
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #EDEFF5;
    border-radius: 20px;
    position: relative;
}

.calendar__bottom-item-icon {
    width: 54px;
    height: 55px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
}

.calendar__bottom-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.calendar__bottom-item-content {
    width: 70%;
}

.calendar__bottom-item-content-link {
    line-height: 145%;
    text-transform: uppercase;
    font-weight: bold;
}

.calendar__bottom-item-content-link::before {
    content: ''; 
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.calendar__bottom-item-content-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}


body.category .posts-media {
    margin-bottom: unset;
}

body.category .calendar__bottom {
    margin: 100px 0;
}



.mobile {
    display: none;
}


.single__content {
    position: relative;
    background-color: #fff;
    margin: 50px auto;
    font-size: 20px;
    line-height: 26px;
    width: 800px;
}


.single__content iframe[allowfullscreen], 
.single__content .wp-block-image img {
    border-radius: 20px;
    height: 400px !important;
    width: 650px !important;
    display: block;
    margin: 0px auto;
}

.page__content {
    margin: 80px auto;
    max-width: 1020px; 
    width: 100%;
}

body.page-id-4890 .page__content {
    max-width: 1170px;
}

.wp-block-gallery {
    margin: 40px 0; 
}


.box-share {
    display: flex;
    gap: 5px;
    align-items: center;
}

.box-share-link {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}

.box-share-link:hover {
    opacity: .8;
}

.box-share-link.print {
    margin-left: auto;
    background-image: url(../svg/share-print.svg);
}
.box-share-link.fb {
    background-image: url(../svg/share-fb.svg);
}
.box-share-link.ok {
    background-image: url(../svg/share-ok.svg);
}
.box-share-link.vk {
    background-image: url(../svg/share-vk.svg);
}
.box-share-link.tg {
    background-image: url(../svg/share-tg.svg);
}
.box-share-link.tw {
    background-image: url(../svg/share-tw.svg);
}


.breadcrumbs {
    margin: 80px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
}
.breadcrumbs a {
    font-size: 16px;
    line-height: 26px;
    color: #7B7F8E;
}
.breadcrumbs a:last-child {
    color: #000;
}


.block__header-wrap {
    height: 680px;
    background: #EDEFF5;
    margin-top: -190px;
    display: flex;
    align-items: end;
    position: relative;
}
.home__header {
    background: linear-gradient(90deg, rgba(237,239,245,1) 0%, rgba(237,239,245,1) 50%, rgba(255,185,49,1) 50%, rgba(255,185,49,1) 100%);
}
.home__header::before {
    display: inline-block;
    width: 50%;
    content: '';
    height: 90px;
    background-color: #1F1F21;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

html[dir="rtl"] .home__header::before {
    right: unset;
    left: 0px;
}

.block__header {
    position: relative;
    display: flex;
    height: 480px;
}
.block__header-right,
.block__header-left {
    width: 50%;
}

.block__header-left {
    padding-right: 50px;
}

html[dir="rtl"] .block__header-left {
    padding-right: 0; 
    padding-left: 50px;
}

.h1__small {
    font-size: 16px;
    line-height: 26px;
    color: #6E7486;
}
.h1__medium {
    font-size: 24px;
    line-height: 130%;
    margin: 12px 0 0;
}
.h1__big {
    font-weight: 500;
    line-height: 60px;
    font-size: 50px;
    color: #000000;
    width: 500px;
    margin-top: 10px;
}

.banner__eparch {
    position: relative;
}
.banner__eparch::before {
    height: 90px;
    width: 100%;
    background-color: #1f1f21;
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    z-index: 1;
}

.banner__eparch-img {
    position: absolute;
    bottom: 40px;
    max-width: 100%;
    width: 640px;
    left: 20px;
}

.banner__eparch-link {
    color: #fff;
    padding: 0 150px 0 30px;
    height: 90px;
    background-color: #1f1f21;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    background-image: url(../svg/arrow-banner-right.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 60px);
    background-position-y: center;
    background-size: 40px;
    z-index: 2;
}



.world__eparch {
    display: flex;
    justify-content: space-between;
    margin: 70px 0;
}

.world__eparch-item {
    width: calc(50% - 10px);
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 20px;
    display: inline-block;
}

.world__eparch-item:hover {
    opacity: .9;
}

.world__eparch-title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

.world__eparch-img {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    object-fit: contain;
}
.world__eparch-counter {
    display: inline-block;
    width: calc(100% - 110px);
    margin-left: 10px;
    vertical-align: middle;
    font-size: 17px;
}
.world__eparch-counter span {
    display: block;
    color: gray;
}




.socials {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.socials a:hover {
    opacity: .9;
}

.soc-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.soc-icon-vk {
    background-image: url(../svg/soc-vk.svg);
}
.soc-icon-fb {
    background-image: url(../svg/soc-fb.svg);
}
.soc-icon-in {
    background-image: url(../svg/soc-in.svg);
}
.soc-icon-tw {
    background-image: url(../svg/soc-tw.svg);
}
.soc-icon-rss {
    background-image: url(../svg/soc-rss.svg);
}
.soc-icon-yt {
    background-image: url(../svg/soc-yt.svg);
}
.soc-icon-tg {
    background-image: url(../svg/soc-tg.svg);
}


.header__content-top-box-bottom .soc-icon {
    width: 28px;
    height: 28px;
    display: block;
    filter: brightness(.3);
}



.block__header-wrap.wrap-persona,
.block__header-wrap.wrap-diocesses {
    background: #FFB931;
    height: 760px;
    margin-bottom: 100px;
}
.block__header-wrap.wrap-persona::before,
.block__header-wrap.wrap-diocesses::before {
    display: none;
}
.block__header-wrap.wrap-persona .block__header,
.block__header-wrap.wrap-diocesses .block__header {
    background-color: #EDEFF5;
    border-radius: 20px 20px 0 0;
    background-repeat: no-repeat;
    height: 540px;
    background-size: 770px;
    background-position-y: 0;
    background-position-x: 100%;
    flex-direction: column;
    padding: 40px;
}

.block__header-wrap.wrap-persona .block__header {
    background-size: auto;
    background-position-x: 90%;
    background-position-y: bottom;
}


html[dir="rtl"] .block__header-wrap.wrap-persona .block__header {
    background-position-x: 5%;
}


.side__countries {
    background-color: #EDEFF5;
    border-radius: 20px;
    padding: 20px 35px 35px 35px;
    width: 330px;
    margin-left: auto;
}
.countries {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.countries li {
    display: block;
}
.countries a {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.countries li.active a, 
.countries a:hover {
    opacity: .8;
}
.countries a:hover span {
    text-decoration: underline;
}
.countries img {
    display: inline-block;
    width: 44px;
    vertical-align: middle;
    margin-right: 10px;
}



.church {
    background-color: #EDEFF5;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 40px 0;
    min-height: 480px;
}
.church__image {
    width: 400px;
}
.church__image img {
    width: 100%;
    height: 100%;
}
.church__content {
    width: calc(100% - 650px);
    padding: 25px;
    display: flex;
    flex-direction: column;
}
.church__title {
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}
.church__button {
    margin-top: auto;
    padding-top: 20px;
}
.church__button .btn {
    margin: 0;
    min-width: 200px;
}

.church__link, 
.church__info {
    display: block;
    margin: 5px 0;
    width: fit-content;
    font-weight: 500;
}
.church__info img {
    vertical-align: middle;
    margin-right: 5px;
    width: 36px;
    height: 36px;
}

a.church__link:hover span,
a.church__info:hover span {
    text-decoration: underline;
}

a.church__link {
    margin-top: 0px;
    margin-left: 45px;
}



.wrap-category.block__header-wrap {
    height: 780px;
    margin-bottom: 100px;
}

.wrap-category .block__header {
    display: block;
    height: 600px;
}
.wrap-category .block__header h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    line-height: 130%;
    margin: 20px 0 40px 0;
}
.wrap-category .block__header .breadcrumbs {
    margin: 0;
}



.block__header-wrap.posts_not_exists {
    height: 315px;
}
.block__header-wrap.posts_not_exists .block__header {
    height: auto;
}


.wrap__category .flex__posts {
    gap: 100px;
}


.posts.posts__header .post {
    background-color: #1F1F21;
    width: calc(100% / 2 - 10px);
}
.posts.posts__header .post-date {
    color: #9D9EA0;
}
.posts.posts__header .post-title {
    color: #fff;
}
.posts.posts__header .post img {
    width: 100%;
    height: 280px;
}



.side__tags {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #EDEFF5;
    border-radius: 20px;
    padding: 30px;
}
.side__tags a {
    font-size: 20px;
    display: block;
    width: fit-content;
    font-weight: 500;
    color: #000;
}
.side__tags a:hover {
    opacity: .8;
}

.side__tags a.active {
    font-weight: bold;
}

.side__tags ul, 
.side__tags li {
    margin: 0; 
    padding: 0; 
    display: block;
}


.side__tags ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}



.posts.posts__line .post {
    width: 100%;
    min-height: 200px;
    padding-left: 300px;
}
.posts.posts__line .post img {
    position: absolute;
    left: 0;
    top: 0;
    height: 200px;
    width: 300px;
}



.posts.posts__search {
    margin-bottom: 40px;
}

.posts.posts__search .post {
    width: 100%;
    min-height: 100px;
    padding-left: 0;
}
.posts.posts__search .post img {
    display: none;
}


.s-mark {
    background-color: #ffa00045;
}

.post-description,
.post-search {
    display: block;
    padding: 0 20px;
    color: gray;
    margin-top: 10px;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 40px 0;
}
.pagination a {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    padding: 5px 10px;
}
.pagination span {
    background-color: #DD303A;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
}



.wrap__header-single.block__header-wrap {
    height: unset;
}
.wrap__header-single img.attachment-post-thumbnail {
    width: 650px;
    height: auto;
    display: block;
    margin: 10px auto 0px auto;
    border-radius: 20px;
}
.wrap__header-single .block__header {
    flex-direction: column;
    height: auto;
    margin-top: 210px;
}
.wrap__header-single .breadcrumbs {
    margin: 0;
}
.wrap__header-single h1 {
    line-height: 110%;
    font-weight: 500;
    font-size: 40px;
}
.wrap__header-single .post-date {
    text-align: center;
    margin: 10px 0;
}


.flex__header {
    display: flex;
    padding-bottom: 40px;
    margin: 20px 0;
}

.wrap__header-single .flex__header  h1 {
    margin-top: 0;
}


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

.block__header-wrap.wrap-page .block__header {
    flex-direction: column;
    align-items: center;
    height: auto;
}


.more__tags,
.more__links {
    background: #EDEFF5;
    border-radius: 20px;
    padding: 40px;
    margin: 50px 0;
}
.more__tags h2,
.more__links h2 {
    font-family: 'SF Pro Display';
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 20px;
}
.more__tags a,
.more__links a {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #2362C1;
    display: block;
    margin: 20px 0;
}

.more__tags a {
    display: inline-block;
    margin: 0 10px;
}

.more__tags div a:first-child {
    margin-left: 0;
}

.more__links a:last-child {
    margin-bottom: 0;
}

.wrap__filter {
    position: relative;
    display: inline-block;
    margin: 0 15px;
}

.filter__search {
    display: none;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    width: 280px;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 15px;
    top: 42px;
    left: calc(50% - 140px);
}

.filter__search select[name="cat"] {
    display: inline-block;
    padding: 4px 5px;
    border: unset;
    background: #eeeff5;
    border-radius: 3px;
    margin-left: 6px;
}

.wrap__filter.active .filter__search {
    display: flex;
}

.datepicker-input {
    display: inline-block;
    padding: 10px 10px;
    border: unset;
    border-radius: 20px;
    width: 100px;
    text-align: center;
    outline: unset;
}

.filter__search-toggle {
    display: inline-block;
    border: unset;
    background: #eeeff5;
    color: #2e2e2e;
    border-radius: 3px;
    line-height: 23px;
}

.filter__search-toggle::before {
    display: inline-block;
    width: 18px;
    height: 18px;
    content: '';
    background-image: url(../svg/ic-filter.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.wrap__filter.active .filter__search-toggle::before {
    background-image: url(../svg/ic-close.svg);
}


.footer {
    background-color: #1F1F21;
    color: #fff;
}

.footer__menu {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer__menu .menu {
    padding: 0;
    margin: 0;
}
.footer__menu .menu li {
    display: block;
}
.footer__menu .menu li a {
    display: block;
    color: #9D9EA0;
    margin: 20px 0;
}
.footer__menu .menu li a:hover {
    text-decoration: underline;
}

.footer__menu-item {
    width: calc(100% / 4 - 40px);
}





footer {
    padding: 50px 0;
}

.footer__logo {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}
.footer__logo img {
    width: 140px;
    height: 140px;
}
.footer__logo span {
    font-family: 'Sverdlovsk';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.085em;
    color: #1F1F21;
}


.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright {
    color: gray; 
    text-align: right;
}
.copyright span {
    color: black;
    display: block;
}

.sc-fzokOt {
    height: 200px !important;
}

@media print {

    .block-lang, 
    .box-share, 
    footer, 
    .footer {
        display: none;
    }
}