.img-item {
    display: inline-block;
    border: 5px solid #fff;
    box-shadow: 0 0 10px #9e9e9e;
    max-width: 100%;
    height: auto;
    border-radius: 7px;
}

.Bcard-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    border: 5px solid #fff;
    box-shadow: 0 0 10px #9e9e9e;
    border-radius: 7px;
}

.Bcard-wrapper {
    display: inline-block;
    -webkit-flex: 1;
    border: 5px solid #fff;
    box-shadow: 0 0 10px #9e9e9e;
    border-radius: 7px;
}

.Brow-flex {
    display: flex;
    flex-flow: row wrap;
    border-radius: 7px;
}

.b-gallery {
    font-size: 14px;
}

.border-b {
    border: 5px solid #fff;
    box-shadow: 0 0 10px #9e9e9e;
    border-radius: 7px;
}


/*footer*/

.cid-ruNWPAFnOk {
    margin-top: 10px;
}

.card-deck {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.b-button {
    padding: 0px;
    margin: 0px;
    padding: 0.3rem 1rem;
}

.b-header {
    margin-top: 20px;
}

.carousel-indicators li {
    text-indent: 0px;
    display: contents;
}

.carousel-indicators {
    position: relative;
}

.modal-body {
    text-align: left;
}

.card-footer {
    padding: 0rem 0rem;
    border-top: 0px;
}

.policies_div{
    padding-right: 15px;
    padding-left: 15px;
}

.accordion-ref:before{
    content: 'Свернуть';
}

.collapsed:before{
    content: 'Подробно..';
}

.b-sec-banner{
    padding-top: auto;
    padding-bottom: auto;

}

@media (min-width:1200px) {
    .b-sec-container {
        max-width: 800px;
    }
}

.b-sec-figure{
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottom_menu_block{
    height: 77px;
}

.b-fontsize{
    font-size: 1.8rem;
    color: #149dcc;
}

.b-container{
    -webkit-align-items: unset;
    align-items: unset;
    text-align: center;
}

.gray-back{
    background-color: #efefef;
}

.card-deck .border-b-dev{
    border-radius: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.ancor{
    position: relative;
}

.ancor a{
    position: absolute;
    display: block;
    top: -64px;
}


