





.pageBanner {
    background-color: #FFFEFF;
}

.pageBottomBanner, .bottomBanner {
    padding: 50px 0;
}

.pageBottomBanner{
    background-color: #F4F6F7;
    /*max-width: 100%;
    text-align: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;*/
    display: flex;
    justify-content: center;
}
.bottomBanner img {
    max-width: 100%;
}

.bottomBanner {
    display: flex;
    justify-content: center;
}


.rightNewsBlock{
    position: relative;
}

.rightNewsBlockItem{
    display: flex;

    width: 100%;
    height: 50px;
    margin-bottom: 5px;
    margin-top: 15px;
    flex-direction: column;
    cursor: pointer;
}
.rightNewsBlockItemLayer{
    background-color:#F0F0F0;
    width: 30%;
    height: 91px;
    position: relative;
}
.rightNewsBlockItemHeader{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    max-height: 36px;
    min-height: 36px;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: black;
    width: 210px;
    margin-left: 5px;
    margin-top: 5px;
}

.rightNewsBlockItemCategory{
    margin-top: 7px;
    margin-left: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #E30513;
    position: absolute;
    top: 75%;
    width: max-content;
}

.rightNewsBlockMoreButton{
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    width: 200px;
    border: 1px solid grey;
    padding: 5px;
    cursor: pointer;
    margin: 30px 0 10px 0;

}

.rightNewsBlockMoreButton:hover{
    border-color:#E30513;
    color: white;
    background-color: #E30513;
}

.rightNewsBlockItemCounter{
    font-size: 18px;
    line-height: 21px;
    /* font-weight: lighter;*/
    color: black;
    margin-left: 5px;
    margin-top: 10px;

}
.popup {
    background: rgba(0,0,0,0.7);
    width: 100%;
    min-height: 100%;
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}

.popupInner {
    width: 100%;
    max-width: 1560px;
    margin: 107px auto auto auto;
}

.popupInnerVideo, .popupInnerVideo img {

    width: 100%;
    max-width: 1560px;
}
