.pageMainBlock {
    padding: 9px 5px;
    width: 239px;
    box-sizing: border-box;
    margin-bottom: 9px;
    margin-right: 8px;
    background-color: #FFFFFF;
    cursor: pointer;
    display: flex;
    flex-direction: column;

}

.pageMainBlockS {
    height: 388px;
}
.pageMainBlockS .pageMainBlockText {
    -webkit-line-clamp: 8;
}

.pageMainBlockM {
    height: 485px;
}
.pageMainBlockM .pageMainBlockText {
    -webkit-line-clamp: 15;
}

.pageMainBlockL {
    height: 522px;
}
.pageMainBlockL .pageMainBlockText {
    -webkit-line-clamp: 17;
}

.pageMainBlockXl {
    height: 615px;
}
.pageMainBlockXl .pageMainBlockText {
    -webkit-line-clamp: 24;
}
.pageMainBlockBody {
    display: flex;
    flex-direction: column;
}

.pageMainBlock > * {
    padding-left: 5px;
}
.pageMainBlockText {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 14px;
    color: #757070;
    margin-bottom: 8px;
}

.pageMainBlockRow{
    display: flex;
    justify-content: space-between;
}

.pageMain {
    margin-top: 33px;
    margin-left: 33px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    box-sizing: border-box;
    height: 1423px;
    align-items: center;
    /*background: #C4C4C4;*/
}

.pageMainBlockGroup, .pageMainBlockDate {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    width: 45%;
    color: #757070;
}
.pageMainBlockDate {
    text-align: right;
}

.pageMainBlockImg{
    width: 225px;
    height: 173px;  
}
.moreButton {
    background: #F9F4F4;
    border: 1px solid #E30513;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 307px;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    margin: 0 auto;
    display: inline-block;
    color: #E30513;
    margin-top: 30px;
    cursor: pointer;
    margin-bottom: 30px;
}
.moreButton:hover{
    background: red;
    color: white;
}

.mainInner {
    display: flex;
    flex-direction: column;

}



.pageMainBlockImg {
    margin-bottom: 7px;
    padding-left: 0;
    width: 100%;
    height: 173px;
}
.pageMainBlockImg img{
    width: 100%;
    height: 173px;
}

.pageMainBlockName {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    margin: 13px 0 auto 0;
    color: #000000;
    margin-bottom: 7px;
    /*height: 30px;
    max-height: 30px;
    min-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;*/
}

.pageMainBlockAuthor {
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    margin-top: auto;
    margin-bottom: 0;
    color: #757070;

}






.pageMainBlockAuthor b {
    font-weight: bold;
}

.pageMainBlock:hover {

    box-shadow: 0px 10px 15px rgba(1, 1, 1, 0.72);
}
.pageMainBlock.pageMainBlockAside:hover {
    box-shadow: none;
}


.pageMainBlockAside {
    cursor: default;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 221px;
    margin-right: 0;
}

.pageMainBlockAsideTitle {
    background: #E30513;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    padding: 9px 13px;
    color: #FFFFFF;
}

.pageMainBlockAsidePost {
    /*display: flex;*/
    height: 100%;
}

.pageMainBlockAsidePost img {
    margin: auto;
}

.pageMainBlock.pageMainBlockAside.pageMainBlockBanner {
    background-color: #C4C4C4;
    height: 474px;

}


.topAsideBanner {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -10px;
    position: relative;
}

.bottomAsideBanner {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: -10px;
    position: relative;
}

.aside {
    margin-bottom:0;
}

.pageMainBlock.pageBlockTranspanent{
    background: none;
}

.pageMainBlock.pageBlockTranspanent:hover {
    box-shadow: none;
}

.pageNewsContent {
    height:100%;
    margin-left: 0px;
    width: 985px;
    overflow:hidden;
}

.pageNewsContentPortion {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    box-sizing: border-box;
    height: 1423px;
    align-items: flex-start;
    min-width: 700px;
    /*background: #C4C4C4;*/
}

.pageNews {
    margin-top: 33px;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    box-sizing: border-box;
    height: 1423px;
    align-items: baseline;
    width: 1200px;
}

.pageRightAdContent{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    box-sizing: border-box;
    /*height: 1423px;*/
    align-items: flex-end;
    /*margin-left: 290px;*/
}

.bannerOverlayText{
    color: white;
    position: absolute;
    top: 27%;
    left: 480px;
    font-size: 42px;
    line-height: 38px;
    /* font-weight: bold; */
    max-height: 55%;
    width: 57%;
    overflow-y: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    background-color: rgba(128,128,128,0.75);
    padding-bottom: 20px;
    padding-top: 38px;
    padding-left: 40px;
    min-height: 36%;
}


 
 

