.button_all_models {
  display: inline-block;
  font-size: 18px;
  color: white;
  text-decoration: none;
  user-select: none;
  padding: 0.1em 0.8em;
  outline: none;
  border: 0px solid rgba(0,0,0,.1);
  border-radius: 100px;
  background: #ff8800;
  transition: all .218s ease 0s;
  text-align: center;
}

.button_all_models:hover {
  color: white;
  border: 0px solid rgb(198,198,198);
  background: #fd7800;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  text-decoration: none;
}

.button_all_models:active {
  color: white;
  border: 0px solid rgb(204,204,204);
  background: #fd7800;
  box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}

.button_all_models_div {text-align: center; margin: 20px 0px 30px 0px;}

}

.service-15 { color: red; }
.service-20 { color: red; }
.service-18 { color: green; }
.summary { color: #888; font-size: 0.9em !important; text-decoration: none !important; line-height: 100%; padding: 0 0 0px 10px; }
.logo-fix { font-size: 2em }
.politkonf { text-align: justify; margin: 10px 0 0 0; font-size: 0.75em ; color: #b4b4b4; }
.product .zakaztelefon { text-align: center; padding: 15px 0 15px 0; border-bottom: 1px solid #eaeaea;}

.related .summary { display: none; }

.call-back-button-2 {
    font-size: 17px;
    color: white;
    display: inline-block;
    text-decoration: none;
    padding: 0.05em 0.5em;
    outline: none;
    border-radius: 100px;
    background: #fd7800;
    transition: all .218s ease 0s;
    text-align: center;
    vertical-align: text-top;
}

.call-back-button-2:hover {
    color: white;
    display: inline-block;
    text-decoration: none;
    padding: 0.05em 0.5em;
    outline: none;
    border-radius: 100px;
    background: #ff9933;
    transition: all .218s ease 0s;
    text-align: center;
    vertical-align: text-top;
}


/**
 Если вы хотите увеличить высоту блоков товара, просто заменить высоту на необходимую и вынесите код из этого блока, по умолчанию высота блока 200px. В примере ниже указана высота в 300px

.thumbnail-catalog .image-block {
    height: 320px;
    line-height: 320px;
}

.thumbnail-catalog .image-block img {
    max-height: 300px;
}
 **/