/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: > 2%,ie > 6,last 4 versions
*/

* {
    margin: 0;
    padding: 0;
}
body{
    -webkit-text-size-adjust: none;
}

a {
    text-decoration: none;
    color: black;
    white-space: normal;
    word-break: break-word;

    &:hover {
        color: #3083A4;
    }
}
span{
    white-space: normal;
    word-break: break-word;
}

p {
    color: black;
}

.container {
    padding: 0;
    
}

@font-face {
    font-family: "Commissioner_regular";
    src: url("fonts/Commissioner/Commissioner-Regular.ttf") format("opentype");
    font-style: normal;
    font-size: 18px;

}

@font-face {
    font-family: "Commissioner_medium";
    src: url("fonts/Commissioner/Commissioner-Medium.ttf") format("opentype");
    font-style: normal;

}

@font-face {
    font-family: "Winter_title";
    src: url("fonts/Winter/WinterSansTrial-ExtraBold.otf") format("opentype");
    font-style: normal;
}

body {
    margin: auto;
    font-family: 'Commissioner_regular', sans-serif;
    background-color: #F5F5F5;
    font-size: 18px;
}
.post{
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        font-weight: bold;
        margin-bottom: 1.0rem;
    }
    .title_main{
            text-transform: none;
    }
    a {
        color: #3083a4;
        &:hover{
            color: #084B65;
        }
    }
    img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-object-fit: cover;
           object-fit: cover;
    }
}

blockquote {
    background: rgb(162 217 247 / 50%);
    font-style: italic;
    padding: 15px;
    border-radius: 10px;
}

.title_main {
    font-family: 'Winter_title', arial;
    color: #3083A4;
    font-size: 30px;
    text-transform: uppercase;
}

.title_second {
    font-family: 'Commissioner_medium', sans-serif;
    font-size: 22px;
}

.dop_info {
    color: #696969;
}

.archive_list .dop_info {
    margin-top: 10px;
}

.ground {
    background-color: white;
    border-radius: 30px;
    padding: 35px;
}

.ground_content {
    background-color: white;
    border-radius: 10px;
    padding: 35px 20px;
}

.text-start.ground_content {
    margin-bottom: 30px;
}

/*buttons*/
.btn {
    font-family: 'Winter_title', arial;
    font-size: 24px;
    border-radius: 10px;
}

.help {
    width: 282px;
    padding: 15px 10px;
    color: white;
    margin-left: 10px;
    background-color: #389ec9 /*#3083A4*/;

    &:hover {
        background-color: #084B65;
        color: white;
    }
}

.reverse {
    background-color: white;
    color: #3083A4;

    &:hover {
        background-color: #084b65;
    }
}

.need_btn {
    width: 100%;
    background-color: #389ec9;
    font-family: "Commissioner_medium", sans-serif;
    font-size: 18px;
    padding: 12px;
    color: #fff;

    &:hover {
        background-color: #3083A4;
    }
}

.btn.submit {
    background-color: #3083A4;
    color: white;
    font-size: 16px;
    padding: 18px 40px;
    position: absolute;
    top: 6px;
    right: 6px;

    &:hover {
        background-color: #084B65;
        color: white;
    }
}

/*img*/
.icon_img {
    width: 30px;
}

/*header*/
header {
    background-color: white;
    padding: 40px 0 20px 0;
    /*border-bottom: 5px solid #3083A4;*/
    margin-bottom: 50px;
}

.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}

.logo {
    margin-right: 10px;

    img {
        max-width: 420px;
        width: 100%;

    }
}

.contacts {
    width: 205px;

    .tel {
        font-size: 22px;
    }

    .icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;

    }

}

.first_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    ul {
        list-style: none;
        padding: 0;
        text-align: start;
        margin: 0;

        li {
            display: inline-block;
            margin-right: 24px;

            a {
                font-family: 'Winter_title', arial;
                text-decoration: none;
                color: #084B65B2;
                font-size: 22px;

                &:hover {
                    color: #084B65;
                }
            }
        }
    }

    
}

.svg_menu {
    fill: #084B65;
    height: 22px;
}

/*footer*/
footer {
    padding: 60px 0 40px 0;
    background-color: #1e7295;
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling:touch;
margin-top: 30px;
    .tel {
        color: white;
    }

    .icon {
        background-color: white;
        border-radius: 4px;
    }

    .footer_nav {
        z-index: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 10px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;

        .footer_menu {
            width: 282px;

            ul {
                list-style: none;
                padding: 0;
                text-align: start;
                margin: 0;
                color: white;

                li {
                    .title {
                        font-family: 'Winter_title', arial;
                        font-size: 18px;
                        margin-bottom: 15px;
                    }

                    a {
                        text-decoration: none;
                        color: white;
                        font-family: 'Commissioner_regular', sans-serif;
                        line-height: 160%;

                        &:hover {
                            color: #3083A4;
                        }
                    }
                }
            }
        }
    }
}

/*pattern*/
.pattern {
    position: absolute;
    z-index: 0;

    &.first {
        height: 450px;
        bottom: 0;
        left: calc(50% + 630px);
    }

    &.second {
        height: 280px;
        bottom: -189px;
        right: calc(50% - 40px);
    }
}

/*subscription*/
.subscription {
    text-align: center;
    .title_main{
    font-size: 26px;
}

    .form {
        max-width: 950px;
        position: relative;
        margin: auto;
        margin-top: 40px;
    }

    input {
        width: 100%;
        border-radius: 16px;
        height: 74px;
        border: 2px solid #3083A4;
        padding-left: 10px;
    }
}
input.error{
        border: 2px solid #b91818 !important;
    }
/*main*/
    .main {
        height: 634px;
        margin-bottom: 50px;

        .card_news {
            width: 66%;
            text-align: start;

            .title {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                -webkit-box-align: baseline;
                    -ms-flex-align: baseline;
                        align-items: baseline;
                margin-bottom: 10px;

                a {
                    color: #696969;

                    &:hover {
                        color: black
                    }
                }

                .dop_info {
                    font-size: 20px;
                }
            }

            .news {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                height: 493px;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
            }

            
        }

        .baner {
            width: 31%;
            float: right;
            height: 100%;
            padding: 0;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;

            .navigashion {
                position: absolute;
                width: 100%;
                bottom: 20px;

                button {
                    padding: 5px 35px;
                    background-color: transparent;
                    border: none;

                    &:hover {
                        background-color: rgba(8, 75, 101, 0.3);
                        border-radius: 10px;
                    }
                }
            }
        }
    }
    .baner_mirom {
        margin-bottom: 40px;
    }

    .metropolitans {
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 15px 60px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
            padding: 35px 80px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;

        .title_main.d-none{
            min-width: 322px;
            text-align: center;
        }
        .metropol {
            width: 180px;
            div{
                margin-top: 8px;
                line-height: 105%;
                text-align: center;
                color: #0a5573;
            }

            img {
                width: 100%;
                height: 70%;
                max-height: 120px;
                -o-object-fit: cover;
                   object-fit: cover;
                border-radius: 15px;
            }
        }
    }

    .need_help {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 40px;
        gap: 24px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;

        .card_help {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            width: 282px;
            padding: 20px;
            background-color: white;
            border-radius: 15px;
            text-align: start;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;

            .progress {
                height: 8px;
            }
        }

        img {
            height: 181px;
            border-radius: 15px;
            -o-object-fit: cover;
               object-fit: cover;
            margin-bottom: 15px;
        }

        .counter_need {
            margin-top: 15px;
        }

        .indicator {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin-bottom: 20px;

            .info_indicator {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;

                .value {
                    font-size: 20px;
                }

                .label {
                    font-size: 12px;
                }

                .need_sum {
                    font-weight: bold;
                    color: #084B65;
                }
            }
        }
    }
.arhive{
    .new{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        img{
        height: 250px;
        max-width: 100%;
        }
    }
}
.new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: start;
    img {
        width: 100%;
        height: 145px;
        max-width: 203px;
        border-radius: 15px;
        -o-object-fit: cover;
           object-fit: cover;
        margin-right: 24px;
    }
}

.archive_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap:30px 15px;
    .item_archive{ width: calc(50% - 15px);}
}

.breadcrumbs {
  margin: 15px 0 20px 0; 
}
ul.breadcrumbs{padding-left: 0;}
  .breadcrumbs li {
    margin-right: 4px;
    display: inline-block; }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500; }
  .breadcrumbs a {
    text-decoration: none;
    color: #084B65; }
  .breadcrumbs .arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    background: url("images/bread-arrow.svg") no-repeat center; }
    
    .mobile_menu{
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0px;
    border-bottom: 3px solid #389ec9;
    text-align: center;
    .logo>img{
        width: calc(100vw - 90px);
        max-width: 285px;}
    }
    
    .alignright {
    display: block;
    margin-left: 30px;
    float: right;
}

.alignleft {
    display: block;
    margin-right: 30px;
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fees_head_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.fees_head_post .post__cover {
    max-width: 760px;
    max-height: 400px;
    width: 100%;
    margin: 0 auto 10px;
}

.fees__total{ 
    width: 350px;
    background: #F9F9F9;
    padding: 40px;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-radius: 10px;
    
    .indicator {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin-bottom: 20px;

            .info_indicator {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;

                .value {
                    font-size: 20px;
                }

                .label {
                    font-size: 12px;
                }

                .need_sum {
                    font-weight: bold;
                    color: #084B65;
                }
            }
        }
    }

.fees_post__body{
    margin-top: 20px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.post__body_text{
    /*max-width: 874px;*/
    width: calc(100% - 274px);
}
.support__feed {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    
    .title {
    margin-bottom: 18px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    }

    .item {
        width: 100%;
        padding: 10px 0;
        border-top: solid 1px #E5E5E5;
    
        .summ {
        font-size: 16px;
        margin-bottom: -2px;
        }
    
        span {
        display: block;
        padding: 0 20px;
        font-size: 15px;
        width: 100%;
        }
    }
}

.inner{
    background: #f5f5f5;
    border-radius: 10px;
    padding: 20px 0 10px;
    vertical-align: top;
}
.post {
    font-size: 19px;
}

.search-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    
    button{
        border: 0;
        background: none;
    }
    input{
        height: 40px;
        border: none;
        padding: 0;
        width: 0;
        border-radius: 10px;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        
        &:focus-visible{
            outline-width: 0;
        }
    }
    &:hover{
        input{
            border: 2px solid #3083a4;
            padding: 5px;
            width: 200px;
        }
    }
}
.search-form.mobile{
    input{
        width: auto;
        border: 2px solid #3083a4;
        padding: 5px;
    }
}

/*Modal_menu*/
.modal-dialog{
    height: calc(100% - 20px);
    width: calc(100vw - 20px);
    max-width: none;
    margin: 10px;
    
    
    .modal-content{
        /*height: 100%;*/
        background: #A2D9F7;
        border-radius: 30px;
        padding: 50px 0;
        position: relative;
        /*overflow: auto;*/
    }
    
    .menu_header{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
    }
    
    .btn-close{
        position: absolute;
        top: 20px;
        right: 20px;
        width: 44px;
        height: 44px;
        background-color: white;
        opacity: 0.8;
    }
    .modal_search-form{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: white;
        border-radius: 10px;
        padding: 3px 5px;
        max-width: 481px;
        
        button{
        border: 0;
        background: none;
            }
        input{
            height: 40px;
            border: none;
            padding: 5px;
            border-radius: 10px;
            width: 100%;
            
            &:focus-visible{
                outline-width: 0;
            }
        }
    }
    
    .menu_body{
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24px;
    }
    
    .second_menu{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column wrap;
                flex-flow: column wrap;
        gap: 10px;
        height: 730px;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        ul li {
            display: block;
            
            a {
                font-family: "Commissioner_regular";
                font-size: 18px;
                color: black;
            }
        }
    }
    ul.second_menu li{
        width: 182px;
        margin: 0 0 5px;
    }
    
    ul.second_menu.eparhiya_menu li{
        width: 248px;
    }
    .sub-menu ul.sub-menu {
    padding-left: 20px;
    }
    .eparhiya_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: 702px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    }
}

.mitropolij{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    
    .content_mitropolij{
        max-width: 810px;
    }
    
    .photo_galary {
    width: 350px;
        p{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 5px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }
    }
}

/*Форма*/
.tabs li a {
    width: 100%;
    height: 55px;
    display: block;
    padding: 13px 0;
}
.support__row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.support__form{
    width: 441px;
    padding: 0;

    ul{
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        li{
            display: inline-block;
            cursor: pointer;
            width: 100%;
            text-align: center;
            font-family: Winter_title_regular;
            font-size: 20px;
            height: 55px;
            background-color: #F0F0F0;
            border-radius: 10px 10px 0 0;
            border: 1px solid #D9D9D9;
            font-family: 'Commissioner_regular', sans-serif;
            &.active{
                color: #3083A4;
                font-family: Winter_title, arial;
                background-color: white;
                border-width: 1px 1px 0;
            }
        }
    }
    .wrap_content{
        margin-top: -5px;
        padding: 29px;
        border: 1px solid #D9D9D9;
        border-radius: 10px;
    }
    p, span{
        font-size: 16px;
    }
   #onetime{
        border-radius: 0 10px 10px 0;
        border-width: 1px 1px 1px 0;
        padding: 13px 0;
    }
    #monthly{
            border-radius: 10px 0 0 10px;
            border-width: 1px 0 1px 1px;
            padding: 13px 0;
        }
    .sub{
        margin: 20px 0;
    }
    .label{
        color: #696969;
    }
    .amounts{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        .amount{
            cursor: pointer;
            width: 100%;
            max-width: 117px;
            border: 1px solid #D9D9D9;
            border-radius: 10px;
            padding: 10px 5px;
            text-align: center;
            &.active{
                color: #3083A4;
                border-color: #3083A4;
            }
            &[data-value="other"]{
              font-size: 16px;
            }
        }
    }
    .input{
        width: 100%;
        margin: 15px 0 0;
        border: 1px solid #D9D9D9;
        border-radius: 10px;
        padding: 10px;
        height: 55px;

    }
    .checkbox-wrapper
    {
        margin-top: 15px;
        input{
        margin-right: 5px;
        accent-color: #3083A4;
        width: 16px;
        height: 16px;
        cursor: pointer;
    }
    }
    .donate{
        width: 100%;
        margin: 15px 0 0;
        color: white;
        &:hover{
            color: white;
        }
    }
    .operators{
        width: 100%;
    }
    ul.offsers {
        display: list-item;
        list-style: disc;
        margin-left: 25px;
        margin-bottom: 10px;
        li{
            display: list-item;
            border: none;
            background: bottom;
            font-size: 16px;
            padding: 0;
            height: auto;
            text-align: start;
        }
    }
}
     
.support__text {
    max-width: 409px;
}

.container.page {
    padding: 0 10px;
}

.payments_feed__list {
  margin-bottom: 80px;
}
.payments_feed__list .item {
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: solid 1px #E5E5E5;
}

.payments_feed__list .item:last-child {
  margin-bottom: 0;
}
.payments_feed__list .item .summ {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.payments_feed__alert {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  background: #E5E5E5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  padding: 20px;
}

.qr-code {
    margin-top: 10px;
}
.support_miloserdie{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.support_miloserdie h3{
    font-weight: normal;
    font-size: 20px;
    margin: 0;
}

.support_miloserdie span{
    color: #d30804;
}

.support_miloserdie img{
    max-width: 150px;
}