footer {background: url(https://komfortteplo.com/image/catalog/background/footer.png) #656565;}
.home-page .html-module {padding: 0;background: transparent;border-radius: 0;}
.news-module__posted {display: flex;justify-content: space-between;}
.category-list{display:none;}
#tab-specification .row > div:nth-child(odd) { clear: left; margin: 0 0 10px;}
.header-block__item { justify-content: center;}
.header-logo img {height:125px;}
.header-phones-block.header-block__item {
    flex-direction: column;
    align-items: flex-end;
}

div.redTable {
  border: 2px solid #A40808;
  background-color: #EEE7DB;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.divTable.redTable .divTableCell, .divTable.redTable .divTableHead {
  border: 1px solid #AAAAAA;
  padding: 10px 5px;
}
.divTable.redTable .divTableBody .divTableCell {
  font-size: 13px;
}
.divTable.redTable .divTableBody .divTableCell:first-of-type{
text-align:left;
}
.divTable.redTable .divTableRow:nth-child(even) {
  background: #F5C8BF;
}
.divTable.redTable .divTableHeading {
  background: #A40808;
}
.divTable.redTable .divTableHeading .divTableHead {
  font-size: 19px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #A40808;
}
.divTable.redTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.redTable .tableFootStyle {
  font-size: 13px;
}
.redTable .tableFootStyle .links {
	 text-align: right;
}
.redTable .tableFootStyle .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #A40808;
  padding: 2px 8px;
  border-radius: 5px;
}
.redTable.outerTableFooter {
  border-top: none;
}
.redTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}
.product-layout.product-grid.grid-view.col-sm-6.col-md-4.col-lg-4.col-xxl-5:nth-of-type(3n+1) { clear: both;}
img.hki { width: 100%;}
.breadcrumb.mobile{display:none;}
.banner-label {position: static;left: auto; display: block; text-align: center; margin-top: 10px; bottom: auto; padding: 0; font-size: .9em; opacity: 1;}
.banner-label:after{content:none;}
.btn-primary { color: #ee1b2c; background: none; font-weight: 500;}
.category-wall__item img{width:105px;}
.uni-item{
    border: solid 1px rgba(0, 0, 0, .1);
    box-shadow: none;
    border-radius: 4px;
    padding: 10px 0;
}
.uni-item:hover {
    box-shadow: 0 5px 15px rgb(0 0 0 / 12%);
    border: solid 1px rgba(0, 0, 0, .2);
}
.uni-item:hover .btn-primary, .btn-primary:hover, .btn.btn-primary:focus {
    color: #20211c;
    background: none;
}
.header-phones__text hr:first-of-type {
    display: none;
}
.header-phones__li.visible:first-of-type {
    display: none;
}
.header-phones__text {
    padding: 4px 8px;
    font-size: 13px;
    text-align: right;
    color: #888;
}
@media (max-width:768px){
.header-phones__text {
    padding: 4px 0px;
}
.category-wall__item img {
    width: 55px;
}
.uni-module.category-wall{
display:none;
}
}
.product-thumb__caption {
    padding: 2px 5px;
}
.product-grid.col-sm-6.col-md-3.col-lg-3.col-xxl-4:nth-child(4n+1) {
    clear: both;
}