@font-face {
    font-family: Proximanova_regular;
    src: url(../fonts/ProximaNova/proximanova_regular.ttf);
}

@font-face {
    font-family: Russ_regular;
    src: url(../fonts/RussRegular/RussRegular.ttf);
}

@font-face {
    font-family: Playfair_regular;
    src: url(../fonts/Playfair_Display/static/PlayfairDisplay-Regular.ttf);
}

.vk-logo {
    background-image: url('../media/4c4gfxb5/vk_logo.svg');
    background-repeat: no-repeat;
}

.facebook-logo {
    background-image: url('../media/qeflxjbc/facebook_logo.svg');
    background-repeat: no-repeat;
}

.twitter-logo {
    background-image: url('../media/epxbeb1u/twitter_logo.svg');
    background-repeat: no-repeat;
}

.instagram-logo {
    background-image: url('../media/nxgl3mq4/instagram_logo.svg');
    background-repeat: no-repeat;
}

.youtube-logo {
    background-image: url('../media/bjghpl0b/youtube_logo.svg');
    background-repeat: no-repeat;
}

.threads-logo {
    background-image: url('../images/threads.svg');
    background-repeat: no-repeat;
}

.church-icon {
    background-image: url('../media/yaddlckn/church_small.svg');
    background-repeat: no-repeat;
}

.mail-icon {
    background-image: url('../media/44tmvf3a/mail_small.svg');
    background-repeat: no-repeat;
}

.phone-icon {
    background-image: url('../media/pqejqflm/phone_small.svg');
    background-repeat: no-repeat;
}

.logo-icon {
    background-image: url('../media/3f1aiyij/logo.svg');
    background-repeat: no-repeat;
    width: 170px;
    height: 199px;
}

.logo-icon-125 {
    background-image: url('../media/3f1aiyij/logo-125.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 35px;
    margin-top: 15px;
    width: 170px;
    height: 199px;
}

.shield-icon {
    background-image: url('../media/cktbnxse/shield_small.svg');
    background-repeat: no-repeat;
}

.mark-icon {
    background-image: url('../media/plzfvzxt/mark_gray.svg');
    background-repeat: no-repeat;
}

.church-line-big {
    background-image: url('../media/idgpyjxd/church-line-big.svg');
    background-repeat: no-repeat;
}

.list-image-icon {
    background-image: url('../media/a20dqyxg/list-image.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.list-image-single-icon {
    background-image: url('../media/detjoht5/list-image-single.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.list-image-small-icon {
    background-image: url('../media/yjcdp0qy/list-image-small.svg');
    background-repeat: no-repeat;
}

.media-icon {
    background-image: url('../media/lrxjtyzf/media.svg');
    background-repeat: no-repeat;
}

.share-icon {
    background-image: url('../media/ddxg3ijx/share.svg');
    background-repeat: no-repeat;
}

.arrow-left-white-icon {
    background-image: url('../media/l1anyau0/arrow-left-white.svg');
    background-repeat: no-repeat;
}

.arrow-right-white-icon {
    background-image: url('../media/1j3ltk3t/arrow-right-white.svg');
    background-repeat: no-repeat;
}

.church-line-small {
    background-image: url('../media/otxahpkw/church-line.svg');
    background-repeat: no-repeat;
}

.shield-with-cross-icon {
    background-image: url('../media/omqn30ld/shield-with-cross.svg');
    background-repeat: no-repeat;
}

.square-gray-icon {
    background-image: url('../media/jf3iimpm/square-gray.svg');
    background-repeat: no-repeat;
}

.icon-12px {
    width: 12px;
    height: 12px;
}

.icon-14px {
    width: 14px;
    height: 14px;
}

.icon-14px-8px {
    width: 14px;
    height: 8px;
}

.icon-16px {
    width: 16px;
    height: 16px;
}

.icon-19px {
    width: 19px;
    height: 19px;
}

.icon-20px-min {
    min-width: 20px;
    min-height: 20px;
}

.icon-21px {
    width: 21px;
    height: 21px;
}

.icon-24px {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.icon-30px {
    width: 30px;
    height: 30px;
}

body {
    font-family: Proximanova_regular;
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    background: #BBBBBB;
}

header,
main,
footer {
    min-width: 1440px;
}

main {
    flex-grow: 3;
}

    main .content {
        height: 100%;
    }

    main aside {
        width: 320px;
    }

aside .line-title {
    margin-bottom: 28px;
    margin-top: 50px;
}

aside ul.aside-menu {
    margin: 0px;
    margin-bottom: 50px;
    padding-left: 20px;
    list-style-image: url('../media/kkkhyo0i/list-image-arrow.svg');
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.01em;
    color: #223338;
}

    aside ul.aside-menu li {
        margin-bottom: 20px;
        cursor: pointer;
    }

        aside ul.aside-menu li:hover a,
        aside ul.aside-menu li.active a {
            color: #009ed1 !important;
        }

footer {
    margin-top: auto;
}

.page-content {
    width: 879px;
}

    .page-content .docs-title {
        font-family: Proximanova_regular;
        font-size: 30px;
        font-weight: 600;
    }

.content, .header {
    max-width: 1440px;
    margin: 0 auto;
    background: #F5F5F5;
}

.header {
    min-height: 550px;
}

.text-underline {
    text-decoration: underline;
    text-decoration-thickness: from-font;
}

.header .contacts {
    display: flex;
    font-size: 20px;
    color: #223338;
    gap: 35px;
    padding-top: 35px;
    justify-content: end;
    padding-right: 60px;
}

    .header .contacts div {
        display: flex;
        gap: 10px;
    }

.header .main-area {
    display: flex;
    margin: 85px auto;
    width: 1050px;
}

.main-area .logo-icon {
    cursor: pointer;
}

.header .title-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
}

    .header .title-area .title {
        font-family: Russ_regular;
        font-size: 62px;
        border-bottom: 1px solid #C4C4C4;
        color: #121B1E;
        width: fit-content;
        padding-right: 20px;
        font-weight: 500;
    }

    .header .title-area .subtitle {
        color: #223338;
        font-weight: 600;
        font-size: 24px;
        padding-top: 15px;
    }

.header .navigation-header {
    background: rgba(0, 0, 0, 0.7);
    height: 95px;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .navigation-header-right {
    display: flex;
    gap: 40px;
    align-items: center;
}

    .header .navigation-header-right div {
        cursor: pointer;
    }

nav {
    position: relative;
    color: #223338;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    margin: 0 60px;
}

    nav div {
        padding: 10px 16px;
        cursor: pointer;
        margin-right: 10px;
    }

        nav div:hover,
        nav div.active {
            color: #FFFFFF !important;
            background-color: #54A1BA;
        }

    nav .nav-button-search {
        position: absolute;
        top: -5px;
        right: 0;
        margin-left: auto;
    }

.nav-button-search {
    border: 1px solid #54A1BA;
    border-radius: 5px;
    width: 100px;
    height: 54px;
    font-size: 18px;
    background: url('../media/t5xh3seh/search.svg') no-repeat scroll 35px 13px;
    cursor: pointer;
}

    .nav-button-search:hover,
    .nav-button-search.active {
        background: url('../media/svkcp41t/search-white.svg') no-repeat scroll 35px 13px;
        background-color: #54A1BA;
    }

.header .header-end {
    height: 45px;
    position: relative;
    margin: 13px 60px 0px;
}

    .header .header-end .line {
        height: 1px;
        background-color: #C5C5C5;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .header .header-end .shield {
        width: 35px;
        height: 45px;
        margin: 0 auto;
    }

    .header .header-end .cross {
        width: 26px;
        height: 29px;
        position: absolute;
        top: 7px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        background-color: #F5F5F5;
        border-radius: 10px;
    }


.search-page .breadcrumbs-component {
    padding-left: 0px;
}

main .content .main {
    padding: 60px;
    display: flex;
    gap: 60px;
    min-height: 60px;
}

main .content .main-without-spacing {
    padding: 0 60px;
}

main article {
    width: 940px;
    border-right: 1px solid #C4C4C4;
    padding-right: 60px;
}

.footer {
    min-height: 410px;
    max-width: 1320px;
    background: #223338;
    padding: 0 60px;
    color: white;
    margin: 0 auto;
}

    .footer .links {
        height: 251px;
        display: flex;
        justify-content: space-between;
    }

        .footer .links > div {
            margin: 60px 0 40px 0;
        }

        .footer .links a {
            font-size: 22px;
            text-decoration: underline;
            text-decoration-thickness: from-font;
            cursor: pointer;
            margin: 0;
            color: #FFFFFF;
        }

        .footer .links .column {
            display: grid;
        }

        .footer .links .contacts {
            width: auto;
            display: grid;
        }

            .footer .links .contacts .social-medias{
                width: 170px;
                flex-wrap: wrap;
                margin-bottom: 10px;
            }

                .footer .links .contacts .social-medias a{
                    display: contents;
                }

.social-medias {
    display: flex;
    gap: 15px;
}

.footer .links .contacts .archive-button {
    height: 45px;
    width: 219px;
    color: white;
    background-color: #54A1BA;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    margin-bottom: 5px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0;
}

.footer .links .logo {
    width: 116px;
    height: 131px;
    background-image: url('../media/hsppavt1/footer_logo.svg');
}

.footer .material-restriction {
    height: 77px;
    line-height: 77px;
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
    font-size: 22px;
}

.footer .copyright {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    position: relative;
}

.footer .fab {
    background-image: url('../media/z0oldort/floating_button.svg');
    position: absolute;
    width: 46px;
    height: 46px;
    top: -23px;
    right: 0;
    cursor: pointer;
    background-color: white;
    border-radius: 6px;
}

.breadcrumbs-component {
    width: 940px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.01em;
    color: #005672;
    padding-left: 60px;
}

.line-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Russ_regular;
    font-size: 40px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #121B1E;
}

    .line-title .church-line-small,
    .line-title .church-line-big {
        width: 33%;
        height: 17px;
        margin-bottom: 14px;
    }

article .line-title {
    margin-bottom: 45px;
    width: 879px;
}

.line-title.wide {
    gap: 10px;
}

    .line-title.wide .church-line-big,
    .line-title.wide .gray-line {
        flex-grow: 1;
        width: unset;
    }

.gray-line {
    height: 1px;
    background-color: #676767;
    width: 33%;
}

h1.title,
.eparchy-main-page h2.title {
    font-family: "Playfair_regular";
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-block-start: 0px;
}

.eparchy-main-page h3.title {
    font-family: "Proximanova_regular";
    font-weight: bold;
    font-size: 20px;
    text-align: start;
    margin-block-start: 0px;
    margin-block-end: 50px;
    margin-top: -20px;
}

.eparchy-main-page h2.title {
    text-align: start;
}

.eparchy-main-page .article-text {
    margin-left: 0px;
}

    .eparchy-main-page .article-text ul {
        background: #FFFFFF;
        box-shadow: 0px 4px 25px rgb(0 0 0 / 25%);
        border-radius: 5px;
        font-family: 'Proximanova_regular';
        font-size: 25px;
        line-height: 33px;
        letter-spacing: 0.01em;
        padding: 25px;
        padding-inline-start: 55px;
    }

        .eparchy-main-page .article-text ul li {
            margin-bottom: 25px;
            padding-left: 10px;
        }

.image {
    display: flex;
    justify-content: center;
    margin: 50px 0 25px;
    position: relative;
}

    .image img {
        max-width: 100%;
    }

.article-text {
    font-size: 24px;
    margin-left: 40px;
    padding-bottom: 100px;
    position: relative;
}

    .article-text ul {
        list-style-image: url('../media/detjoht5/list-image-single.svg');
    }

ul li {
    margin-bottom: 25px;
}

.article-text a {
    color: #009ED1;
    text-decoration: none;
}

.article-text .list-image-icon,
.article-text .list-image-single-icon {
    position: absolute;
    left: -40px;
}

.article-text iframe {
    width: 100%;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}

.flex-box-33px {
    display: flex;
    flex-wrap: wrap;
    gap: 33px;
}

.contacts-page .line-title .church-line-big,
.contacts-page .line-title .gray-line {
    width: 25%;
}

.contacts-page .title
.dyhovenstvo-page .title {
    font-family: "Playfair_regular";
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
    color: #223338;
}

.contacts-page ul,
.dyhovenstvo-page ul {
    font-size: 24px;
    color: #223338;
    list-style-image: url('../media/detjoht5/list-image-single.svg');
}

    .contacts-page ul li {
        margin-bottom: 30px;
        padding-left: 10px;
    }

        .contacts-page ul li.small-space-bottom {
            margin-bottom: 10px;
        }

    .contacts-page ul span {
        color: #1e6075;
    }

    .contacts-page ul p {
        color: #1e6075;
        margin-bottom: 30px;
    }

a, p a span {
    color: #009ED1;
    font-size: 20px;
}

.dyhovenstvo-page ul {
    margin-left: 20px;
    width: 575px;
}

    .dyhovenstvo-page ul li {
        margin-bottom: 20px;
    }

.dyhovenstvo-container {
    display: flex;
    margin-top: 35px;
}

    .dyhovenstvo-container img {
        height: fit-content;
    }

.tile {
    position: relative;
    background: #FFFFFF;
    box-shadow: 3px 7px 18px rgb(0 0 0 / 25%);
    border-radius: 5px;
    padding: 15px;
}

    .tile .tile-title {
        font-family: Playfair_regular;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        color: #121B1E;
    }

    .tile .tile-text {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        color: #223338;
        padding: 12px 0;
    }

    .tile .tile-image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .tile .tile-image img {
            max-height: 100%;
            max-width: 100%;
        }

    .tile .tile-share {
        width: 14px;
        height: 18px;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 13px;
        right: 14px;
        cursor: pointer;
    }

    .tile .tile-tags {
        display: flex;
        margin-top: 10px;
        justify-content: space-around;
    }

        .tile .tile-tags a {
            z-index: 3;
        }

        .tile .tile-tag-date,
        .tile .tile-tags .tile-tag-text {
            color: #009ED1;
            font-family: sans-serif;
            font-size: 17px;
            line-height: 35px;
        }

    .tile .tile-tag-date {
        text-decoration: underline;
    }

#news-container .tile.top1-tile .tile-image {
    cursor: pointer;
}

.tile.top1-tile {
    width: 839px;
    padding: 20px;
}

    .tile.top1-tile .tile-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .tile.top1-tile .tile-text {
        font-size: 22px;
    }

.tile.top2-tile {
    width: 387px;
    max-height: 487px;
    cursor: pointer;
    padding-bottom: 30px;
}

.tile.standard-tile {
    width: 849px;
    display: flex;
    cursor: pointer;
}

    .tile.standard-tile .tile-image {
        flex: 0 0 280px;
    }

    .tile.top2-tile .tile-text,
    .tile.top2-tile .tile-title,
    .tile.standard-tile .tile-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 22px;
    }

    .tile.standard-tile .tile-text {
        -webkit-line-clamp: 3;
        max-height: 59px;
        margin-right: 7px;
    }

.tile.top2-tile .tile-text {
    -webkit-line-clamp: 4;
    max-height: 81px;
}

.tile.top2-tile .tile-title {
    -webkit-line-clamp: 3;
    max-height: 66px;
    margin-top: 15px;
    padding-bottom: 3px;
}

.blue-button {
    display: flex;
    margin: 5px auto;
    font-family: Playfair_regular;
    font-size: 20px;
    padding: 20px 19px;
    color: #FFFFFF;
    background: #009ED1;
    box-shadow: 3px 5px 11px rgba(0, 55, 72, 0.5);
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.blue-button-outlined {
    background: #FFFFFF;
    border: 1px solid #009ED1;
    border-radius: 3px;
    font-family: 'Playfair_regular';
    font-size: 14px;
    color: #223338;
    cursor: pointer;
    padding: 8px 26px 9px;
    display: flex;
    margin: 0 auto;
}

.master-home-aside .blue-button-outlined {
    margin: 0 auto;
}

.master-home-aside .blue-border-tile {
    padding: 15px 19px;
    margin-bottom: 20px;
}

    .master-home-aside .blue-border-tile .title {
        font-size: 18px;
        letter-spacing: 0.01em;
        text-transform: uppercase;
    }

    .master-home-aside .blue-border-tile img {
        padding: 15px 0px;
    }

    .master-home-aside .blue-border-tile .subtitle {
        font-family: 'Playfair_regular';
        letter-spacing: 0.01em;
        text-transform: uppercase;
    }

.error-page {
    background-image: url('../images/error_image_second.svg');
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    color: #25728A;
    font-family: 'Proximanova_regular';
    font-size: 32px;
    padding: 0 0 50px;
    background-size: contain;
    align-items: center;
}

    .error-page h1 {
        margin-top: 0;
        margin-bottom: 0;
        font-weight: bold;
        font-size: 220px;
        line-height: 225px;
        text-transform: uppercase;
    }

    .error-page .static-information {
        margin-top: 30px;
        margin-bottom: 20px;
        display: flex;
        gap: 30px;
    }

    .error-page a {
        font-size: 32px;
    }

.tile.top1-tile .tile-video {
    height: 385px;
}

.tile.top2-tile .tile-video {
    height: 193px;
}

.tile .tile-image .tile-video {
    width: 100%;
    margin-bottom: 15px;
}

.blue-border-tile {
    background: #FFFFFF;
    border: 1px solid #54A1BA;
    box-sizing: border-box;
    border-radius: 5px;
    width: 320px;
    padding-bottom: 15px;
    text-align: center;
    color: #121B1E;
}

aside .blue-border-tile {
    margin-bottom: 30px;
}

.blue-border-tile img {
    padding-bottom: 25px;
}

.blue-border-tile.announcements {
    height: 406px;
    width: 320px;
    cursor: pointer;
    padding: 15px;
}

    .blue-border-tile.announcements img {
        padding-top: 0px;
        padding-bottom: 20px;
    }

.blue-border-tile .announcements-title {
    font-weight: bold;
    font-size: 22px;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 27px;
}

.blue-border-tile.clergy {
    width: 270px;
    position: relative;
    font-family: 'Playfair_regular';
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

    .blue-border-tile.clergy img {
        padding-bottom: 0px;
        padding-top: 15px;
    }

    .blue-border-tile.clergy .person-name {
        padding: 10px 20px;
        padding: 10px 20px;
        font-weight: bold;
        font-size: 22px;
        line-height: 29px;
        color: #101010;
    }

    .blue-border-tile.clergy .person-status {
        font-size: 20px;
        color: #223338;
    }

    .blue-border-tile.clergy .small-icon {
        width: 20px;
        height: 26px;
        position: absolute;
        top: 10px;
        left: 13px;
        background-size: cover;
    }

    .blue-border-tile.clergy .tile-inform {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.annoucements-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

#show-more-items-button,
#show-more-news-button,
#show-more-videos-button {
    margin-top: 45px;
}

.biography-text,
.bishop-page .biography-text p {
    font-family: 'Proximanova_regular';
    font-size: 22px;
    letter-spacing: 0.01em;
}

.bishop-page .line-title {
    margin-top: 60px;
}

.bishop-page .person-photo {
    margin: 40px auto;
    display: flex;
    justify-content: center;
}

.bishop-page .person-info,
.temple-card .person-info {
    display: flex;
    margin: 0px auto;
    justify-content: center;
}

    .bishop-page ul,
    .temple-card .person-info ul {
        list-style-image: url(../media/a20dqyxg/list-image.svg);
    }

.bishop-page p {
    font-family: 'Proximanova_regular';
    font-size: 24px;
}

.bishop-page ul li,
.bishop-page ol li {
    font-family: 'Proximanova_regular';
    font-size: 24px;
    margin-bottom: 20px;
}

.bishop-page ol {
    list-style-image: none;
}

.bishop-page .person-info ul,
.temple-card .person-info ul {
    font-family: 'Playfair_regular';
    font-weight: bold;
    font-size: 22px;
    line-height: 29px;
    margin: 0px;
}

    .bishop-page .person-info ul li,
    .temple-card .person-info ul li {
        margin-bottom: 15px;
    }

        .bishop-page .person-info ul li span,
        .temple-card .person-info ul li span {
            font-family: 'Proximanova_regular';
            font-weight: normal;
            font-size: 20px;
            line-height: 24px;
            margin-left: 15px;
        }

.page-content-text {
    font-size: 24px;
}

.document-list-item {
    display: list-item;
    list-style-image: url('../media/a20dqyxg/list-image.svg');
    margin-left: 38px;
    padding-left: 16px;
}

    .document-list-item a {
        font-family: 'Playfair_regular';
        font-weight: bold;
        font-size: 24px;
        text-decoration-thickness: from-font;
        color: #1E6075;
    }

    .document-list-item span {
        font-family: 'Proximanova_regular';
        font-size: 13px;
        display: flex;
        color: #223338;
        padding: 10px 0;
    }

    .document-list-item .text-preview {
        font-family: 'Proximanova_regular';
        font-size: 24px;
        line-height: 31px;
    }

    .document-list-item .separator-squares {
        display: flex;
        justify-content: center;
        gap: 12px;
        padding: 50px 0;
    }

.separator-squares {
    display: flex;
    justify-content: center;
    gap: 7px;
}

    .aside-saints .separator-squares, .separator-squares.temple {
        margin-bottom: 25px;
    }

aside ul.decrees-list {
    font-family: 'Playfair_regular';
    font-weight: bold;
    font-size: 22px;
    padding-left: 25px;
    margin: -15px 0 15px;
    list-style-image: url('../media/yjcdp0qy/list-image-small.svg');
}

    aside ul.decrees-list li {
        margin-bottom: 10px;
    }

        aside ul.decrees-list li a {
            color: #223338;
            text-decoration: none;
        }


aside .blue-border-tile.saints {
    height: 416px;
    font-family: 'Russ_regular';
    font-size: 28px;
    letter-spacing: 0.01em;
    padding: 20px 20px 25px;
    margin-bottom: 0px;
}

aside .blue-border-tile img {
    padding-top: 30px;
    padding-bottom: 0px;
}

.aside-saints button {
    margin: 25px auto;
}

a.see-more-button, div.see-more-button {
    font-family: 'Proxima Nova';
    font-size: 17px;
    letter-spacing: 0.01em;
    color: #009ED1;
}

    a.see-more-button.decrees {
        display: flex;
        margin-bottom: 50px;
        justify-content: flex-end;
    }

.tile.top1-tile.saints-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 484px;
    max-width: 416px;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 20px;
}

    .tile.top1-tile.saints-tile .tile-image {
        height: 225px;
    }

    .tile.top1-tile.saints-tile .tile-text {
        text-align: center;
        flex-grow: 1;
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 16px;
    }

    .tile.top1-tile.saints-tile .tile-tag-date {
        margin-top: 10px;
        font-size: 15px;
        line-height: 17px;
    }

    .tile.top1-tile.saints-tile .tile-title {
        font-size: 22px;
        margin-bottom: 18px;
    }

.eparchy-main-page .departments-area {
    gap: 35px;
}

.departments-area {
    display: flex;
    gap: 45px;
    flex-wrap: wrap;
    margin: 50px 0;
    justify-content: center;
}

a .blue-border-tile.departments {
    width: 208px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    margin-bottom: 0px;
    font-family: 'Playfair_regular';
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #0A3442;
    cursor: pointer;
}

.blue-border-tile.departments img {
    width: 48px;
    height: 64px;
    padding-top: 7px;
}

.eparchy-main-page .bishops-cards {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 100px 0;
    font-family: 'Playfair_regular';
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.01em;
}

    .eparchy-main-page .bishops-cards a.blue-button-outlined {
        display: initial;
        text-decoration: none;
    }

    .eparchy-main-page .bishops-cards .blue-border-tile {
        width: 100%;
        min-height: 435px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

        .eparchy-main-page .bishops-cards .blue-border-tile .tile-title {
            display: inline-flex;
            align-items: center;
            height: 42px;
            padding-top: 14px;
            font-weight: bold;
        }

        .eparchy-main-page .bishops-cards .blue-border-tile .tile-subtitle {
            display: flex;
            align-items: center;
            margin: 0 20px;
            min-height: 110px;
        }

.bishops-cards .bishop-card {
    width: 252px;
}

    .bishops-cards .bishop-card img {
        padding-top: 15px;
        cursor: pointer;
    }

.blue-button-outlined.button-with-image {
    font-weight: normal;
    font-size: 11px;
    margin: 0;
    box-sizing: border-box;
    box-shadow: 0px 3px 7px rgb(0 0 0 / 25%);
    height: 32px;
    line-height: 32px;
    padding: 0 5px !important;
    display: flex;
    align-items: center;
    text-decoration: none;
}

    .blue-button-outlined.button-with-image .media-icon.icon-21px {
        padding-right: 6px;
        margin: auto;
    }

.bishops-cards .bishop-card img {
    padding-top: 15px;
}

.eparchy-main-page .blue-border-tile.main-bishop {
    width: 374px;
    height: 467px;
    margin: 0 auto;
    position: relative;
}

    .eparchy-main-page .blue-border-tile.main-bishop div.see-more-button,
    .eparchy-main-page .blue-border-tile.eparchy-bishop-card a.see-more-button {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 16px;
        width: 100%;
        text-decoration: underline;
    }

.eparchy-main-page .blue-border-tile.eparchy-bishop-card a.see-more-button {
    width: calc(100% - 30px);
}

.eparchy-main-page .blue-border-tile.main-bishop .subtitle,
.eparchy-main-page .blue-border-tile.eparchy-bishop-card .subtitle {
    font-family: 'Playfair_regular';
    font-size: 20px;
    letter-spacing: 0.01em;
    margin: 15px auto;
}

.eparchy-main-page .blue-border-tile.eparchy-bishop-card .subtitle {
    margin: 10px auto;
    font-size: 17px;
    text-align: start;
}

.eparchy-main-page .blue-border-tile.main-bishop .title,
.eparchy-main-page .blue-border-tile.eparchy-bishop-card .title {
    display: flex;
    font-family: 'Playfair_regular';
    font-weight: bold;
    font-size: 26px;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.eparchy-main-page .blue-border-tile.eparchy-bishop-card .title {
    font-size: 19px;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: start;
}

.eparchy-main-page .blue-border-tile.main-bishop .title {
    margin-top: 25px
}

.eparchy-main-page .blue-border-tile.main-bishop img {
    height: 267px;
}

.eparchy-main-page .blue-border-tile.eparchy-bishop-card {
    width: 270px;
    position: relative;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .eparchy-main-page .blue-border-tile.eparchy-bishop-card img {
        width: 135px;
        height: auto;
        margin: 0 auto;
    }

.eparchy-main-page .flex-box,
.eparchy-main-page .flex-box-33px {
    margin-bottom: 100px;
}

.eparchy-main-page .flex-box-33px {
    padding-top: 45px;
}

.page-content .person-info-buttons,
.temple-details-page .person-info-buttons,
.temple-card .person-info-buttons, .aside-temple .person-info-buttons {
    display: flex;
    width: 35%;
    margin: 40px auto 0;
    justify-content: space-around;
}

    .page-content .person-info-buttons .blue-button-outlined {
        margin: 0;
        font-size: 11px;
        box-shadow: 0px 3px 7px rgb(0 0 0 / 25%);
        padding: 7px 26px 9px;
        text-decoration: none;
    }

.temple-details-page ul.main-information-list {
    padding-bottom: 100px;
    list-style-image: url(../media/yjcdp0qy/list-image-small.svg);
    font-size: 22px;
}

    .temple-details-page ul.main-information-list li {
        margin-bottom: 15px;
    }

.temple-details-page .main-image {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.tile-button {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

    .tile-button .blue-button,
    .tile-button .blue-button-outlined {
        text-decoration: none;
    }

.link-tile {
    text-decoration: none;
}

.social-medias a {
    width: 100%;
}

nav a.link-tile div {
    color: #223338;
}

.department-area-link {
    display: flex;
    text-decoration: none;
}

.main-bishop-link {
    color: #121B1E;
    text-decoration: none;
}

.aside-menu a {
    font-size: 22px;
    text-decoration: none;
    color: #223338;
}

.aside-saints .tile-button,
.aside-temple .tile-button {
    margin: 20px 0 25px;
}

.blue-border-tile.temple {
    width: 320px;
    min-height: 339px;
    cursor: pointer;
    padding: 25px;
    margin: 0;
}

.title-aside-temle {
    font-family: Playfair_regular;
    font-weight: bold;
    font-size: 22px;
    line-height: 29px;
}

.item-aside-temple {
    font-family: Proximanova_regular;
    font-size: 18px;
    line-height: 16px;
    margin: 10px 0;
    -webkit-line-clamp: 3;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.aside-temple .blue-border-tile.temple img {
    width: 270px;
    height: 186px;
    padding: 0;
}

.temples-page .article-text p strong {
    font-family: Playfair_regular;
    font-weight: bold;
    font-size: 24px;
    line-height: 136.8%;
}

.temples-page ul {
    list-style-image: url(../media/detjoht5/list-image-single.svg);
    font-family: Playfair_regular;
    font-weight: bold;
    margin-bottom: 100px;
}

    .temples-page ul.deanery-list a {
        color: #000000;
        font-size: 24px;
        line-height: 131.6%;
        letter-spacing: 0.01em;
    }

.article-text.deanery {
    margin: 0;
}

    .article-text.deanery ul {
        list-style-image: url(../media/a20dqyxg/list-image.svg) !important;
        font-weight: bold;
        font-size: 24px;
        line-height: 136.8%;
        font-family: Playfair_regular;
    }


.temple-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 3px 7px 18px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin: 0 60px 45px 0;
    padding: 46px 20px 30px;
}

    .temple-card .temple-card-title {
        font-weight: bold;
        font-size: 24px;
        line-height: 132.1%;
        font-family: Playfair_regular;
        text-decoration: none;
        color: #121B1E;
    }

    .temple-card .see-more-button {
        margin-top: 30px;
    }

    .temple-card .person-info {
        text-align: left;
    }

.blue-border-tile.publication, .blue-border-tile.history {
    width: 320px;
    cursor: pointer;
    padding: 15px 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aside-publication .blue-border-tile.publication img,
.aside-history .blue-border-tile.history img {
    padding: 0;
}

.tile-tag-date.publication {
    font-size: 16px;
    line-height: 16px;
    color: #223338;
    text-decoration-line: underline;
    margin: 10px 0;
}

.blue-border-tile.publication .item-aside-temple {
    line-height: 20px;
}

.blue-border-tile.publication .link-tile,
.blue-border-tile.history .link-tile {
    color: #121B1E;
}

.tile.publication-card {
    width: 386px;
    background: #FFFFFF;
    box-shadow: 3px 7px 18px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .tile.publication-card img {
        margin-bottom: 10px;
        max-height: 265px;
        width: auto;
        object-fit: cover;
        object-position: top;
    }

    .tile.publication-card a.see-more-button.decrees {
        justify-content: center;
        margin-bottom: 0;
    }

    .tile.publication-card .tile-title {
        margin: 10px 0 15px;
    }

    .tile.publication-card .tile-text {
        padding: 0 0 15px;
    }

    .tile.publication-card .tile-tag-date {
        line-height: 16px;
    }

.article-text.single-icon-text {
    padding-bottom: 10px;
}

.title-image {
    font-size: 20px;
    line-height: 113.3%;
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

div.search-page {
    min-width: 1320px;
    min-height: 1500px;
}

main.search-page {
    min-width: 1320px;
}

.search-component {
    position: relative;
    display: flex;
    padding-top: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid #6F6F6F;
}

    .search-component .search-buttons {
        margin-left: auto;
        display: inline-flex;
        gap: 20px;
        position: relative
    }

        .search-component .search-buttons .search-filter-button, .search-filter-tag, .filtr-tags .search-filter-button {
            padding: 10px 15px;
            max-height: 45px;
            border: 1px solid #54A1BA;
            border-radius: 5px;
            background-color: transparent;
            font-family: 'Proximanova_regular';
            font-size: 20px;
            color: #54A1BA;
            cursor: pointer;
            display: flex;
            gap: 13px;
            align-items: center;
        }

.search-filter-tag {
    background-color: #fff;
    border-radius: 25px;
}

.search-component form {
    display: contents;
}

.search-component .search-buttons .search-filter-button.search {
    background: url(/media/q24guzew/search-icon-small.svg) no-repeat scroll 8px 9px;
    width: 45px;
    height: 45px;
}

.search-component input.search-input {
    width: 700px;
    border: none;
    background: transparent;
    font-family: 'Proximanova_regular';
    font-size: 25px;
    color: #6E6E6E;
}

.search-component input:focus {
    outline: none;
    color: #121B1E;
}

.search-component .search-filter-popup {
    position: absolute;
    left: 505px;
    top: 115px;
    background-color: white;
    width: 420px;
    font-family: 'Proximanova_regular';
    font-size: 20px;
    color: #121B1E;
    z-index: 999;
    box-shadow: 3px 7px 18px rgb(0 0 0 / 25%);
}

.search-filter-popup .separator-line {
    height: 1px;
    background-color: #B4B4B4;
    margin-left: 20px;
    margin-right: 10px;
}

.search-filter-popup .tag-section,
.search-filter-popup .chapter-section {
    padding: 35px;
}

.search-filter-popup div.popup-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.search-filter-popup .blue-button-outlined {
    display: initial;
    margin: 30px 35px;
}

.ckeckbox-container {
    display: flex;
    position: relative;
    margin-top: 7px;
    margin-left: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .ckeckbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    margin-left: auto;
    height: 24px;
    width: 24px;
    background-color: white;
    border: 1px solid #54A1BA;
    border-radius: 2px;
}

    .checkmark:after {
        content: "";
        margin-left: auto;
        margin-right: 8px;
        margin-top: 2px;
        display: none;
    }

.ckeckbox-container input:checked ~ .checkmark:after {
    display: block;
}

.ckeckbox-container .checkmark:after {
    width: 7px;
    height: 11px;
    border: solid #54A1BA;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.plus-icon {
    background-image: url('/media/vmblsy1s/filtr-icon.svg');
    background-repeat: round;
}

.calendar-icon {
    background-image: url('/media/epwbl4gt/calendar-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.cancel-icon {
    background-image: url('/media/w3epjyts/cancel-icon.svg');
    background-repeat: no-repeat;
}

.filtr-tags {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px;
    margin-top: 15px;
}

    .filtr-tags .search-filter-tag {
        font-size: 18px;
    }

.search-filter-button.date {
    width: 138px;
    justify-content: space-between;
}

.colortext {
    background-color: #9de6ff;
}

.search-popup .popup-hint a.see-more-button {
    display: flex;
    margin-top: 15px;
    font-weight: normal;
    justify-content: flex-end;
}

.popup-hint {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D0D0D0;
}

.search-popup {
    background-color: #fff;
    border-radius: 5px;
    padding: 25px;
    margin-top: 15px;
}

a.see-more-button.search {
    display: flex;
    justify-content: center;
}

.search-results {
    margin-top: 30px;
}

    .search-results .result-publication .tile.standard-tile {
        width: auto;
        margin-bottom: 45px;
    }

    .search-results .result-video .tile {
        width: auto;
        margin-bottom: 45px;
    }

        .search-results .result-video .tile.top2-tile .tile-video {
            height: 385px;
        }

    .search-results .default-result .tile.standard-tile {
        width: auto;
        align-items: center;
        margin-bottom: 45px;
    }

        .search-results .default-result .tile.standard-tile .tile-title {
            font-family: Proximanova_regular;
        }

        .search-results .default-result .tile.standard-tile .tile-image {
            flex: 0 0 150px;
        }


.default-result .tile-text {
    -webkit-line-clamp: 0;
    max-height: 70px;
}

.tile-title-tag {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 18px;
}

.search-filter-tag.clear {
    background-color: transparent;
    border-radius: 5px;
}

.search-no-results {
    font-family: Proximanova_regular;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    color: #3D6F80;
    display: block;
    margin-top: 60px;
}

select.search-filter-button {
    width: auto;
}

.pagination-control {
    display: flex;
    margin: 45px auto;
    justify-content: center;
    gap: 8px;
}

    .pagination-control .page {
        width: 32px;
        height: 32px;
        background-color: #FFFFFF;
        background-position: center;
        border: 1px solid #919EAB;
        box-sizing: border-box;
        border-radius: 4px;
        line-height: 32px;
        text-align: center;
        cursor: pointer;
        color: #212B36;
    }

        .pagination-control .page.active,
        .pagination-control .page:hover {
            border: 1px solid #1ba6d4;
        }

        .pagination-control .page.buttons {
            color: #009ED1;
            border: 1px solid #009ED1;
        }

        .pagination-control .page.disabled {
            color: #101010;
            background-color: #fff;
            opacity: 0.5;
            border: 1px solid #919EAB;
        }

.rigth-icon-svg {
    background-image: url('/media/z23nhs1i/next-button.svg');
    background-repeat: no-repeat;
}

.rotate180 {
    transform: rotate(180deg);
}

select:focus {
    outline: none;
}

.inline-gallery-container-white {
    width: 100%;
    height: 0;
    padding-bottom: 84%;
}

    .inline-gallery-container-white .lg-inline .lg-backdrop,
    .inline-gallery-container-white .lg-inline .lg-thumb-outer {
        background-color: transparent;
    }

    .inline-gallery-container-white .lg-inline .lg-toolbar {
        top: 50px;
    }

        .inline-gallery-container-white .lg-inline .lg-toolbar .lg-icon,
        .inline-gallery-container-white .lg-inline .lg-next,
        .inline-gallery-container-white .lg-inline .lg-prev {
            background-color: #54A1BA;
            color: white;
            opacity: 0.7;
        }

    .inline-gallery-container-white .lg-toolbar .lg-icon {
        background-color: rgba(0,0,0,.45);
        border-radius: 2px;
        margin-left: 5px;
        height: 38px;
        width: 42px;
        padding-top: 5px;
    }

    .inline-gallery-container-white .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
        border-color: #54A1BA;
    }

.temple-details-page .person-info-buttons .blue-button-outlined.button-with-image,
.temple-card .person-info-buttons .blue-button-outlined.button-with-image,
.aside-temple .person-info-buttons .blue-button-outlined.button-with-image {
    font-family: Proximanova_regular;
    font-size: 12px;
    text-decoration: none;
}

.temple-details-page .person-info-buttons {
    margin: 20px auto 50px;
}

.temple-card .person-info-buttons {
    width: 45%;
    margin: 20px auto 20px;
}

.aside-temple .person-info-buttons {
    width: 100%;
    margin: 15px auto 25px;
}

a.see-more-button.aside {
    display: flex;
    width: 50%;
    margin: 0 auto;
    justify-content: center;
}

@media (max-width: 450px) {
    .line-title.temple {
        font-size: 55px;
    }

    .temples-page ul.deanery-list a {
        font-size: 34px;
    }
}

.logo-link {
    display: flex;
    align-items: center;
}

.aside-publication, .aside-history {
    margin-bottom: 30px;
}

.eparchy-history-page .page-content .article-text {
    padding-bottom: 0;
}

    .eparchy-history-page .page-content .article-text .list-image-icon.icon-20px-min {
        top: 5px;
    }

.eparchy-history-button {
    display: flex;
    justify-content: center;
}

    .eparchy-history-button a.blue-button-outlined {
        text-decoration: none;
    }

.tile.eparchy-history {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
    padding: 25px;
}

    .tile.eparchy-history .tile-title,
    .tile.eparchy-history .tile-text {
        text-align: center;
    }

    .tile.eparchy-history .tile-image {
        padding: 25px 0;
    }

        .tile.eparchy-history .tile-image img {
            height: 411px;
            width: auto;
        }


.aside-history .blue-border-tile.history img {
    width: 285px;
}

.page-content.grodno-bishops {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}

    .page-content.grodno-bishops .bishop-card {
        text-align: center;
    }

        .page-content.grodno-bishops .bishop-card .blue-border-tile {
            width: 263px;
            padding: 15px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 423px;
        }

            .page-content.grodno-bishops .bishop-card .blue-border-tile img {
                width: 140px;
                height: auto;
                margin: 15px auto;
                padding: 0;
            }

            .page-content.grodno-bishops .bishop-card .blue-border-tile .tile-title {
                font-weight: 700;
                font-size: 18px;
                line-height: 143.1%;
                font-family: Playfair_regular;
                text-transform: uppercase;
            }

            .page-content.grodno-bishops .bishop-card .blue-border-tile .tile-subtitle {
                font-size: 17px;
                line-height: 122.1%;
            }

    .page-content.grodno-bishops a.blue-button-outlined {
        display: inline-block;
        text-decoration: none;
        margin-top: 20px;
    }

.aside-grodno-bishop {
    margin-bottom: 50px;
}

    .aside-grodno-bishop .blue-border-tile {
        padding: 15px;
    }

        .aside-grodno-bishop .blue-border-tile .title {
            font-size: 18px;
            margin: 0;
            text-transform: uppercase;
        }

        .aside-grodno-bishop .blue-border-tile img {
            padding: 20px 0;
        }

        .aside-grodno-bishop .blue-border-tile .subtitle {
            font-size: 18px;
        }

.pagination-container ul.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
}

    .pagination-container ul.pagination li {
        width: 32px;
        height: 32px;
        background: #FFFFFF;
        border: 1px solid #DFE3E8;
        box-sizing: border-box;
        border-radius: 4px;
        margin: 0px 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

        .pagination-container ul.pagination li.active {
            border: 1px solid #075B75;
        }

        .pagination-container ul.pagination li:hover {
            border: 1px solid #075B75;
        }

        .pagination-container ul.pagination li a {
            text-decoration: none;
            display: flex;
            line-height: 32px;
            width: 32px;
            justify-content: center;
            color: black;
            font-size: 14px;
        }

#search-calendar-from,
#search-calendar-to {
    position: absolute;
    top: 50px;
    z-index: 99;
}

#search-calendar-to {
    right: 64px;
}

form#seacrh-form input#datefrom,
form#seacrh-form input#dateto {
    display: none;
    width: 0px;
    height: 0px;
}

.telegram-logo {
    background-image: url(../media/fdiao0vx/telegram.svg);
    background-repeat: no-repeat;
}

.page-content.contacts .line-title.wide{
    gap: 30px;
}

.overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; 
    right: 0;
}

.map-temple, .dowload-map{
    text-align: center;
    margin-bottom: 35px;
}

    .map-temple img{
        width: 50%;
    }

.magazine-page h1.title{
    font-size: 26px;
}

.magazine-page .date-publication{
    font-size: 16px;
    color: #80878a;
    margin-bottom: 20px;
}

.magazine-page .article-text{
    padding-bottom: 50px;
}

.btn-read-pdf{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.list-magazines h2.title{
    font-size: 24px;
    font-family: "Playfair_regular";
    font-weight: bold;
    margin-bottom: 40px;
}

.blue-border-tile.magazine-card{
    padding: 15px;
    width: 270px;
}

.magazine-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
} 

.link-magazine a, .blue-border-tile.magazine a {
    text-decoration: none;
    margin-top: 10px;
    font-size: 18px;
}

.blue-border-tile.magazine .magazine-title{
    margin-top: 20px;
}

.blue-border-tile.magazine img{
    height: 315px;
    width: 240px;
    object-fit: cover;
}

.item-aside-temple.calendar-item{
    overflow: visible;
    line-height: 22px;
    -webkit-line-clamp: inherit;
    max-height: none;
}

    .item-aside-temple.calendar-item a, .item-aside-temple.calendar-item span{
        color: #009ED1 !important;
    }

.blue-border-tile.saints.calendar{
    height: auto;
}

.icon-picture img{
    width: 65%;
    height: auto;
    max-height: 220px;
    object-fit: cover;
    object-position: top;
}

.social-medias.article-page-social{
    margin: 0 0 100px 40px;
}

   .social-medias.article-page-social a{
        width:auto;
   }

        .social-medias.article-page-social a div{
            width: 40px;
            height: 40px;
            background-size: cover;
        }

.article-text.article-page{
    padding-bottom: 5px;
}

.tag-article-details-page{
    margin: 0 0 0 auto;
    color: #fff;
    padding: 5px 10px;
    width: fit-content;
    background-color: rgb(0 0 0 / 55%);
    border: 1px solid #424242;
    border-radius: 5px;
    backdrop-filter: blur(10px);
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
}

.eparchy-main-page .blue-border-tile.eparchy-bishop-card a.see-more-button{
    bottom: 10px;
}