.table.attribute {
    border-bottom: 1px solid #DDD;
}
.product-block.accessories .accessore {
    padding:5px;
    margin-bottom: 50px;
    text-align: center;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition:0.3s;
}
.product-block.accessories .accessore:hover {
  border: 0 none;
  border-radius:5px;
  box-shadow: 1px 1px 3px 1px #cecece;
}
.product-block.accessories .accessore .name {
    margin-bottom:auto;
}
.product-block.accessories .accessore .image {
    margin-bottom: 10px;
    padding-top:10px;
    
}
.product-block.accessories .accessore .image a {
    display: inline-block;
    width: 100%;
    padding: 7px;
}
.product-block.accessories .accessore .name a,
.product-block.accessories .accessore .name a:hover {
    font-size: 12px;
    line-height: 18px;
    color: #333;
    height: 96px;
    display: block;
    overflow: hidden;
    min-height: 39px;
    margin-top: 10px;
    text-align: center;
    white-space: normal;
    text-overflow: ellipsis;
}
.product-block.accessories .accessore .image img {
    /* max-width: 250px;*/
    /* width: 100%; */
    max-width: 100%;
    width: auto;
}
.product-block.accessories .accessore .price-info {
    line-height: 18px;
    color: #333;
    text-align: center;
}
.product-block.accessories .accessore .price {
    font-size: 16px;
    color: #333333;
}
/*--------------------- статья ------------------*/
div#content p {
    font-size: 16px;
}
div#content .abiframelnk{
  background-color: #f35958;
  border-color:#c12e2a; 
}
div#content .abiframelnk:hover,
div#content .abiframelnk:focus,
div#content .abiframelnk:active{
background-color: #c12e2a !important;
color:#fff;
}
div#content .conf-img{
  max-width:850px;
  max-height:375px;
  height:auto;
  display:inline-block;  
}
header{
  background-color: #f35958;
}

/* ---------------------статья----------------- */