@font-face {
font-family: bpg; /* Имя шрифта */
src: url(../../template/fonts/bpg_quadrosquare_caps_2013.ttf); /* Путь к файлу со шрифтом */
}

body {

background: #ededed4f;
font-family: bpg, Sylfaen, Arial, Times New Roman;
margin: 0 0 0 0;
width: 100%;
height: 100%;
}

a{
text-decoration: none;
color: #2A3F54;
}

a:hover{
text-decoration: none;
color: tomato;
}

.left{float:left}
.right{float:right}

hr.style-two {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#topMenu{
width: 100%;
background: #EDEDED;
border-bottom: 1px solid #D9DEE4; 
height: 60px;
position: relative;
}


.topButt {

    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    
    padding: 20px 30px 0px 10px;

}

.topButtShell{
     float: right;   
}

#content{
background:white;
margin-left: auto;
margin-right: auto;
min-height: 85vh;
width: 1000px;
padding: 25px 40px;
}


#contentBlock{
background:#F7F7F7;
display: flex;
min-height: 85vh;
flex-direction: column;
padding: 10px 10px;
}

#footerBlock{
width: 100%;
height: 60px;
background: #EDEDED;
border-top: 1px solid #D9DEE4;  
position: fixed;
left: 0; 
bottom: 0;

}


.footTxt{
    float: left;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #73879C;
    padding: 20px 30px 0px 10px;
}


.orange{
    background: #f39c12 !important;
}

.green{
    background: #00a65a !important;
}

.red{
    background: #dd4b39 !important;
}

.grey{
    background: #BEBEBE !important;
}

.blue{
    background: #2196f3 !important;
}



