    .select_text{
        background-color: #eeeeee;
        padding: 20px;
        padding-left: 25px;
        position: relative;
        margin: 15px 0;
    }
        .select_text:before{
            content: " ";
            display: block;
            width: 4px;
            background-color: #2196f3;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
    .bg-silver{
        background-color: #f7f8fc;
    }
    .catalog-item-h30{
        height: 30px;
        width: 100%;
        background-color: #f7f8fc;
    }

.img-responsive {
  max-width: 100%;
  height: auto;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
}

.img-for-news {
  max-width: 400px;
  max-height: 400px;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}