
html {
    position: relative;
    min-height: 100%;
}
body {
    background-color: #faf9eb;
    font: 16px/1.42857 "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 120px;
    margin-top: 60px;
}
.container_main {
    /*background-color: #faf9eb;*/
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 10px 20px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    background-color: #5f5f5f;
    line-height: 30px;
    color: #f0ffef;
    font-size: 13px;
}
.footer .footer_mail{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fffbae;
}
.footer a {
    color: #f4ffea;
}
.footer a:hover {
    color: #faf3ff;
}

h1 {
    font-size: 30px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 23px;
}
h4 {
    font-size: 21px;
}

.site_name {
    color: #cffaa7;
    font-size: 20px;
    font-weight: bold;
}

.site_description {
    color: #e5d71b;
}

.site_frm  {
    font-style: italic;
    font-weight: bold;
    color: #8d7574;
}

/*///////////////////////////////////Темы форма списка///////////////////////////////////////////////////*/
.section_topic_list {
    /*margin-bottom: 20px;*/
    /*background-color: #f8fbfb;*/
    /*border: 1px solid #9abfb3;*/
}
.section_topic_list .topic_text{
    background-color: #fffefa;
    color: #262626;
    /*border: 4px solid #e8eeeb;*/
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px;
}
.section_topic_list .topic_name a{
    color: #352ca8;
    /*border-bottom: 1px solid #ccc;*/
    font-size: 16px;
    font-weight: bold;
}
.section_topic_list .topic_name a:hover{
    color: #5f761f;
    border-bottom: 1px solid #ccc60f;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

.section_topic_list .topic_categories_1{
    color: #868986;
    font-size: 13px;
}

/*////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////Темы форма элемента///////////////////////////////////////////////////*/
.section_topic {
    /*margin-bottom: 20px;*/
    /*background-color: #f8fbfb;*/
    /*border: 1px solid #9abfb3;*/
}
.section_topic .topic_text{
    background-color: #fffefa;
    color: #584761;
    border: 4px solid #e8eeeb;
    padding: 0px 0px 0px 0px;
    margin: 5px 0px;
}
.section_topic .topic_name {
    color: #29292c;
    /*border-bottom: 1px solid #ccc;*/
    font-size: 16px;
    font-weight: bold;
}

.section_topic_menu {
    background-color: #5e615e;
    border: 1px solid #9abfb3;
}
.section_topic_menu .topic_menu a{
    color: #f8ffdc;
    border: 2px solid #f3ec12;
    font-size: 10pt;
    text-decoration: none;
    background-color: #5c547a;
    padding: 0px 4px;
}
.section_topic_menu .topic_menu a:hover{
    color: #6a6a76;
    font-size: 10pt;
    text-decoration: none;
    background-color: #f4ff18;
}
.section_topic .topic_menu_right{
    text-align: right;
}

.section_topic .topic_categories_1{
    color: #868986;
    font-size: 13px;
}

/*////////////////////////////////////////////////////////////////////////////*/

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: var(--purple); }

.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }
