.bmn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    padding-left: 0;
    border: none;
    background-color: transparent;
    list-style-type: none;
}

.list-group-item img{

    display: none;
}
.list-group ul{
    padding-top: 10px;
    padding-inline-start: 0px;
    list-style-type: none;
    font-size: 12px;
    font-weight: 400;

}

.list-group li{
    padding-top: 5px;
}


.list-group-item{
    background-color: #ececec;
    border: none;

}

.bottomenu{

    padding-top: 5px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    background-color: #ececec;
}

.botcontacts{
    font-family: Montserrat;
    padding: .65rem 1.25rem;
    font-size: 12px;
    /*border-radius: .75rem;
    background-color: #fff;*/
}




.bottitle{
    font-size: 13px;
    font-weight: 700;
    font-family: Montserrat;

}

.social-links{

    margin-top: 40px;
}
.social-links a {
    font-size: 18px;
    display: inline-block;
    background: #002a5c;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.social-links a:hover {
    background: #032e54;
    color: #fff;
    text-decoration: none;
}
