.btn-old{
    display: inline-block;
    font-family: 'Roboto Condensed',Arial,sans-serif;
    line-height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.btn-effects{
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .4)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background: -o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background: linear-gradient(
            90deg
            , rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transform: skewX(
            -45deg
    );
    -ms-transform: skewX(-45deg);
    transform: skewX(
            -45deg
    );
}

.btn-wrap-effects{
    -webkit-animation-name: flash-md;
    animation-name: flash-md;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-85px);
    -ms-transform: translateX(-85px);
    transform: translateX(-85px);
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
/*    animation-iteration-count: infinite;*/
/*    -webkit-transform: translateX(100%);*/
/*    transform: translateX(100%);*/
/*-webkit-transform: translateX(100%);*/
/*    transform: translateX(100%);*/
}

@keyframes flash {
    20% {
        -webkit-transform: translateX(100%); transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(100%); transform: translateX(100%);
    }
}
.label-input{
    width: 100%;
    margin-top: 12px;
}
.label-input label{
    display: block;
    color: white;
    font-size: 28px;
}
.label-input input{
    color: #000000;
    border: 3px solid #ff0000;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 28px;
    font-weight: 400;
    height: 65px;
    padding: 0 20px;
    width: 100%;
}

.sent,
.loader{
    position: relative;
}
.sent:before,
.loader:before{
    content: '';
    position: absolute;
    display: block;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #6786a599;
    width: 100%;
    height: 100%;
}
.sent:before{
    content: 'Заявка оправлена!';
    background-image: none;
    background-color: #6786a5f0;
    line-height: 290px;
    text-align: center;
    font-size: 40px;
    color: white;
}


html{
    min-width: 320px;
}
body{
    background-color: white;
    font-family: arial;
    padding-bottom: 30px;
}

.header{
    width: 100%;
    background: #ffffff;
    padding: 40px 0;
}
.header .title{
    font-size: 17px;
}
.header .title a{
    text-decoration: none;
}
.header .container{
    /*width: 90%;*/
}
.header .content{
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.container{
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}
.container-inline{
    text-align: center;
}
.content{
    width: 80%;
}

#tail{
    padding-top: 40px;
}

.cont-title{
    align-items: center;
    position: relative;
    color: white;
    text-align: center;
    height: 554px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    /*background-image: url('../images/common-view-2.jpeg');*/
    background-image: url('../images/common-view.jpeg'), url('../images/common-view-2.jpeg');
    background-position: right bottom, left top;
    /*background-repeat: no-repeat, repeat;*/
}
.cont-title .title{
    font-family: 'Roboto Condensed',Arial,sans-serif;
    font-weight: 600;
    font-size: 56px;
    /*line-height: 132px;*/
}

.cont-title h2{
    font-size: 22px;
    line-height: 30px;
    font-weight: 100;
    margin-top: 20px;
}
.cont-title .box-btn-old{
    margin: 65px 0;
}
.cont-title .btn-old{
    overflow: hidden;
    position: relative;
    background-color: #6686a5;
    /*background-color: #32a5ef;*/
    color: white;
}
.cont-title .title,
.cont-title h2,
.cont-title .box-btn-old{
    position: relative;
    z-index: 2;
}

.container.body{
    margin-top: 40px;
}

.history{
    margin-top: 40px;
}
.clergy{
    margin-top: 40px;
}
.clergy h3{
    margin-top: 10px;
}

/*.cont-title .t-cover__filter{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    z-index: 1;*/
/*}*/

.t-cover__filter{
    position: absolute;
    /*top: 0;*/
    height: 100%;
    width: 100%;
    z-index: 1;
}

.cont-form{
    text-align: center;
}
.cont-form form{
    text-align: left;
    display: inline-block;
    width: 40%;
}
.cont-form form input{
    border-color: #f46d0e;
}
.cont-form form .btn{
    background-color: #f46d0e;
    /*background-color: #e93924;*/
    color: white;
    margin-top: 12px;
}

.youtube{
    margin-top: 40px;
}
.youtube iframe{
    width: 420px;
    min-height: 315px;
}

.clear{
    clear: left; display: block;
}
.content.news-list > a{
    text-decoration: none;
}
.content.news-list .news{
    margin: 40px 0 0 0;
}
.content.news-list .date{
    font-weight: bold;
    color: grey;
}
.content.news-list .name{
    margin: 0 0 4px 0;
    font-size: 20px;
}
.content.news-list .description img{
    max-height: 100px;
    max-width: 100px;
    float: left;
    margin: 0 10px 0 0;
}

@media screen and (max-width: 980px){
    .header {

    }
    .header .title {
        font-size: 14px;
    }
    .cont-title {
        height: 354px;
    }
    .cont-title .title {
        font-size: 36px;
        line-height: 52px;
        padding: 0 10px;
    }
    /*.cont-title h2{*/
    /*    padding: 0 10px;*/
    /*}*/
    /*.cont-form form {*/
    /*    width: 70%;*/
    /*}*/
}

@media screen and (max-width: 700px) {
    .header{
        padding: 20px 0;
    }
    .content{
        width: 90%;
    }
    .youtube iframe{
        width: 100%;
        height: 100%;
    }

    /*.cont-form form {*/
    /*    width: 90%;*/
    /*}*/
    /*.sent:before{*/
    /*    line-height: 60px;*/
    /*    padding-top: 90px;*/
    /*}*/
}
