.navbar-custom {
    margin-top: 10px;
}
.head {
    margin: 0;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 1.5em;
}
.form-margin-top {
    margin-top: 6px;
}
.item-custom {
    border: 2px solid #dd4814;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    color: #080808;
    width: 100%;
    margin-bottom: 30px;
}
/**********Buttton Top************/
#toTop {
    width: 26px;
    text-align: center;
    position: fixed;
    bottom: 20px; /* отступ кнопки от нижнего края страницы*/
    left: 50%;
    margin-left: -13px;
    cursor: pointer;
    display: none;
    color: #333;
    font-size: 10px;
    z-index: 99999;
}