/*
Theme Name: Слово Жизни
Version: 1.0
Description: Сайт церкви Слово Жизни
Author: Dmitry Mironov

*/


@font-face {
    font-family: montserrat-r;
    src: url(./fonts/Montserrat-Regular.ttf.otf);
}

@font-face {
    font-family: whitney-b;
    src: url(./fonts/Whitney-Bold-BasCy.otf);
}

@font-face {
    font-family: whitney-m;
    src: url(./fonts/Whitney-Medium-BasCy.otf);
}
body{color: #454444;}

*{
    font-family:  montserrat-r, sans-serif;
    
}

body {
    overflow-x: hidden; /* отключает горизонтальный скролл */
    overflow-y: scroll; /* включает вертикальный скролл */
    
  }

h1,h2,h3{
    /* font-family: Montserrat; */
    text-transform: uppercase;
}

a{
    -webkit-transition: 0.3s ease;
}

button{
    -webkit-transition: 0.3s ease;
}

p{
    font-size: 1.5em;
}
.navbar-toggler {
    color: #ECAB00;
}
.container-flud{
    padding: 0 20px;
}
.navbar-collapse{
    margin-left: 100px;
}
.btn-white{
    border: none;
    padding: 15px 40px;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    border-radius: 30px;
    text-transform: uppercase;
}
.border{
    border: 1px solid #8a8a8a;
    border-radius: 5px;
}

.my-btn-close{
    border: none;
    font-size: 32px;
    color: #ECAB00;
    background: none;
}
.my-btn-close:hover{
    color: #8a8a8a;
}
.header{
    background: #353536 ;
}
.btn-white:hover{
    border: #F5F5F5;
    color: #353536;
    background-color: #F5F5F5;
}
.navbar-brand img{
 width: 200px;
}
.fade {
    transition: opacity .15s linear;
    background: rgba(225, 225, 225, .8);
}
.navbar{
    padding-left: 20px;
    padding-right: 20px;
}

.bg-silver{
    background: #F5F5F5;
}
.nav-link{
    /* text-transform: uppercase; */
    font-size: 18px;
}

.link{
    width: 165px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-animation-delay: 0.3s;
}
.button-img{
    width: 40px;
    opacity: 0.55;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    padding: 0;
    
}
.button-img:hover{
    opacity: 1;
    transition: 0.3s;
}
.fa-brands{
    font-size: 40px;
}
.btn-header{
    font-size:0.8em;
    padding: 10px 40px;
    text-transform: uppercase;
    color: #ECAB00;
    background: none;
    border-radius: 30px;
    border: 1px solid #ECAB00;
    margin-left: 10px;
}
.btn-header:hover{
    background: #F5F5F5;
    color: #353536;
    border-color: #F5F5F5;
}
.container{
   
}
.container ul{
    margin-right: none;
}
.block-1{
    /* padding-top: 20px; */
}
.top-left-container{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.top-item-left{
    background-image: url(./images/bg-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height:85vh;
    /* border-radius: 30px; */
    transition: all 1s;
    
}
.top-item-left:hover{
    transform: scale(1.06);
    
}
.block-1_title{
    font-family: whitney-m;
    /* font-style: italic; */
    text-transform: none;
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    width: 97%;
    text-align: center;
    position: absolute;
    top: 40%;
    z-index: 1111;
    text-shadow: 0px 0px 20px #333;
}
.block-1_title i{
    color: #ECAB00;
    margin-left: 20px;
}
.top-item-right h2{
    font-size: 24px;
    text-transform: none;
    font-family: whitney-m;
    padding-bottom: 10px;
    border-bottom: 1px solid#ECAB00;
    width: 80%;
    margin-bottom: 20px;
}
.home-page_news-card{
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}
.home-page_news-card_body{
    transition: all 1s;
    width: 100%;
    
}
.home-page_news-card_body:hover{
    transform: scale(1.03);
    
}

.home-page_news-card_img{
    width: 100%;
    /* border-radius: 20px; */
    
}
.home-page_news-card_title{
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: 40px;;
    font-family: whitney-l;
    font-style: italic;
    text-transform: none;
    color: #fff;
    font-size: 24px;
}

.home-page_news-card_title i{
    color: #ECAB00;
    margin-left: 20px;
}

.blok-item-right h2{
    font-size: 24px;
    text-transform: none;
    font-family: whitney-m;
    padding-bottom: 10px;
    border-bottom: 1px solid#ECAB00;
    width: 80%;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.calendar{
    padding-left: 30px;
}
.calendar_item{
    padding: 20px 0;
    border-bottom: 1px solid#ECAB00;
    width: 80%;
    
}
.calendar_date {
    font-family: whitney-l;
    font-style: italic;
    text-transform: none;
    font-size: 30px;
}

.calendar_date i {
    color: #ECAB00;
}
.calendar_link{
    color: #ECAB00;
    font-size: 18px;
    text-decoration: none;
    text-align: right;
}
.calendar_link:hover{
    color: #353536;
}

.block-3{
    background: url(./images/bg-3.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 90vh;
}
.molitvennaya-nuzhda{
    background: #ECAB00;
    color: #fff;
    padding: 30px;
}
.molitvennaya-nuzhda h2{
    
    font-style: italic;
    text-transform: none;
    font-size: 42px;
    color: #fff;
}

.block-3_item{
    position: absolute;
    bottom: 100px;
    margin-left: 40px;
}
.block-3_item_title{
    font-size: 64px;
    font-family: whitney-l;
    font-style: italic;
    text-transform: none;
    color: #fff;
    margin-bottom: 40px;
}
.block-3_item_nav a{
    text-decoration: none;
    margin-right: 20px;
    text-decoration: none;
    margin-right: 20px;
    margin-top: 62px;
    padding: 15px 40px;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    border-radius: 30px;
    text-transform: uppercase;
}

.block-4{
    background: #F5F5F5;
}

.block-4_card{
    background: #fff;
    width: 100%;
    min-height: 300px;
    position: relative;
    overflow: hidden;
}

.block-4_card_icon{
    position: absolute;
    right: 20px;
    bottom: 0;
    font-size: 64px;
   
}
.block-4 a{
    text-decoration: none;
    color: #ECAB00;

}
.block-4 a i:hover{
    color: #fff;
}

.block-4_card:hover{
    background: #ECAB00;
    color: #fff;
    transition: 0.3s ease-in;
}

footer{
    background: #212529;
    color: #d2d2d2;
}
footer h3{
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 22px;
}
footer p{
    margin-bottom: 0;
}
footer a{
    color: #d2d2d2;
    text-decoration: none;
    font-size: 18px;
}
footer i{
    margin-right: 10px;
    color: #fff;
}
footer a:hover{
    color: #8a8a8a;
}

.footer-icon{
    font-size: 22px;
    margin-right: 10px;
    color: #fff;
    
}
.naim{
    font-size: 12px;
    color: #8a8a8a;
}

.video-y{
    width: 100%;
    height: auto;
    min-height: 77vh;
}

.content-page h4, h3, h2, b{
    font-weight: 600;
    color: #ECAB00;
}

/* .content-page a{
    color: #454444;
} */
/* .content-page a:hover{
    color: #8a8a8a;
} */
.content-page ul{
    list-style: none;
    padding: 0;
}
.content-page li{
    font-size: 22px;
}
.content-page li i{
    color: #ECAB00;
    margin-right: 10px;
}
.content-img img{
    width: 100%;
}
.my-btn{
    border: none;
    font-size: 18px;
    background: #ECAB00;
    background: none;
    color: #fff;
}
.my-btn:hover{
    background: #8a8a8a;
}
.content-title{
    font-family: whitney-l;
    font-style: italic;
    position: absolute;
    top:50%;
    left:10%;
    color: #fff;
    text-transform: none;
}
.content-page-li{
    list-style: none;
    font-size: 24px;
}

.block-4_card_title{
    font-size: 32px;
   
    font-style: italic;
    text-transform: none;
    margin-top: 30px;
    margin-left: 30px;
    text-decoration: none;
    color: inherit;
}

.princip i{
    /* font-size: 48px;
    color: #ECAB00; */
}

@media(max-width:425px){
    .video-y {
        width: 100%;
        height: auto;
        min-height: 226px;
    }

    .block-1_title {
        font-size: 33px;
        top: 100px;
       
    }

    .top-item-left {
        
        height: 35vh;
    }
    .blok-item-right h2{
        margin-top: 20px;
        width: 100%;
    }
    .molitvennaya-nuzhda h2 {
        font-size: 28px;
    }

    .block-3_item {
        margin-left: 0px;
    }

    .block-3_item_title {
        font-size: 53px;
         margin-bottom: 0px;
    }

    .block-3_item_nav a {
        float: left;
        width: 90%;
        text-align: center;
        margin-top: 10px;
    }

    .block-4_card {
        width: 90%;
        min-height: 132px;
        margin: 20px;
    }

    .block-4_card_icon {
        font-size: 38px;
    }
    .navbar-collapse {
        margin-left: 10px;
    }
    .button-img{
        display: none;
    }
     .header .btn-header {
        display: none;
    }
    .content-title {
    top: 20%;
    left: 5%;
    }
}

.my-btn{
    border: none;
    font-size: 18px;
    background: #ECAB00;
    text-decoration: none;
    border-radius: 20px;
    color: #fff;
    padding: 10px 20px;
}
.my-btn:hover{
    background: #8a8a8a;
}

