article{
    padding: 70px 50px 70px 50px;
    background-color: #e6e6e5;
}
main>article:first-child{
    padding: 0;
    transition-duration: 300ms;
    background-color: #f2f2f2;
}
/*breadcrumbsContainer*/
#breadcrumbsContainer{
    max-width: 1500px !important;
}
.breadcrumbsLinks{
    padding:10px 50px 10px 50px;
    font-size: 26px;
}
.breadcrumbsLinks>a{
    color: #1f4bf0;
    font-size: 26px;
    text-decoration: none;
    outline: none;
}
.breadcrumbsLinks>a:hover{
    color:black;
}

/*---------------------------------------------------------*/

/*newsIntroduction start*/
/*.newsIntroduction{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: flex-end;*/
/*    background: url("/public/images/news/newsIntroduction.jpg") no-repeat center;*/
/*    background-size: cover;*/
/*    width: 100%;*/
/*    height: 560px;*/
/*}*/
/*.newsIntroductionSlogan{*/
/*    font-size: 26px;*/
/*    font-weight: bold;*/
/*    color: black;*/
/*    text-align: right;*/
/*}*/
/*.shadowBlockInverted{*/
/*    padding: 10px;*/
/*    background: linear-gradient(90deg, transparent 10%, rgba(192, 192, 189, 0.75) 40%, #c0c0bd 100%);*/
/*}*/
/*.blockTitle{*/
/*    font-size: 36px;*/
/*    margin: 0 auto;*/
/*    margin-bottom: 50px;*/
/*    text-transform: uppercase;*/
/*    text-align: center;*/
/*    font-weight: bold;*/
/*    color: #1f4bf0;*/
/*}*/
.shadowBlock{
    padding: 10px;
    background: linear-gradient(90deg, #c0c0bd 10%, rgba(192, 192, 189, 0.75) 40%, transparent 100%);
}
/*newsIntroduction end*/

/*newsActual start*/
.newsBlockTitle{
    margin-bottom: 40px !important;
}
.newsActual{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    justify-content: center;
}
.newsForm{
    text-decoration: none;
    margin-top: 10px;
    position: relative;
}
.newsActualElement{
    width: 350px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newsDate {
    font-size: 20px;
    line-height: 35px;
}
.newsActualTitle{
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 10px;
}
.newsActualPhoto{
    width: 100%;
    height: 330px;
    border: 1px solid black;
}
.newsFill{
    transition-duration: 300ms;
    width: 100%;
    height: 100%;
    position: absolute;
}
.newsFill:hover{
    background-color: rgba(0, 0, 0, 0.51);
    cursor: pointer;
}
.newsFill>i{
    transition-duration: 300ms;
    opacity: 0;
    position: absolute;
    font-size: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.newsFill:hover>i{
    opacity: 1;
}
/*newsActual end*/

.newsButton{
    height: 100%;
    outline: none;
    border: none;
    padding: 0;
}


