/* ------======================| туловеще (динамическое), выделение место под расположения контента |======================------ */
div.content_part
{
    margin: 0;
    padding: 0;
}

/*------======================| Главный блок "середины сайта (контента)", выделающий под контент + все div ниже |======================------*/


/*------======================| Главный блок "середины сайта (контента)", выделающий под контент |======================------*/
div.content
{
    margin-bottom: 15px;
    display: flex;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow-x: hidden;
}

/*------======================|  Блок "середины сайта (контента)", выделающий под левый контент (динамический(новости, форум, правила и т.д.)) |======================------*/
div.block-left-content
{
    display: inline-block;
    /*width: 668px;*/
    /*margin: 10px;*/
    background: url(/frontend/template/standard_template/main-site/content/general/resources/image/Background.png);
    border-bottom-left-radius: 8px;
    min-width: 0;
}




div.block-right-content
{
    /*width: 278px;*/
    /*margin: 10px;*/
    max-width: 264px;
    background: rgba(44, 30, 20, 1);/*rgba(90, 76, 67,1);*/
    border-bottom-right-radius: 8px;
    /* position: fixed; */
}

div.right-content
{
    /*position: absolute;*/
    width: 264px;
    float: left;
    text-align: center;
    text-decoration: none;
    /*display: block;*/;
    vertical-align: text-bottom;
    outline: 0 none;
    text-transform: uppercase;
    /*line-height: 50px;*/
    font-weight: bold;
    line-height: 75px;
    font-family: sans-serif;
}

div.content-right-block-title-text > p.content-right-title-text
{
    background-color: rgba(31, 21, 14, 1);
    color: rgba(173, 136, 107, 1);
    margin: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    line-height: 40px;
    height: 40px;

}