.container-fluid h1{
    color: blue;
    font-size: 27px;
    margin-left: 80px;
    text-align: center;
    margin-bottom:60px;
    
}

/*.table{
    caption-side:
    text-align: center;
    border-collapse:collapse;
    color: blue;
}*/

.myimg{
    display: block;
/*    align-content: center;*/
/*    margin-left:150px;*/
/*    margin-top: 50px;*/
/*    margin-bottom: 50px;*/
    margin:auto;
    max-width: 50%;
    height: auto;
    box-shadow: 3px 3px 20px #bdbeb5; 
    margin-bottom: 60px;
/*    filter: drop-shadow(3px 3px 3px #222); */
        
}


/* Кнопка вверх */
.scrollup
    {
    width:80px;
    height:80px;
    opacity:0.5;
    position:fixed;
    bottom:100px;
    right:60px;
    display:none;
    text-indent:-9999px;
    background: url('../jpg/icon_top.png') no-repeat;
    }
#footer noindex
    {padding-top: 100px;}

#footer {

    max-width: 100%;
    background: url('../jpg/footer.png') no-repeat center top;
    background-size: cover;
/*    border-bottom: 1px solid #73AFB7;*/
/*    margin-bottom: 0px;*/
    height: 140px;
    position: relative;
    clear: both;
    font-weight:800; 
}

/*.counter{ align-content:}*/