<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
  border: 1px solid #d1d1d1; /* #bfbfbf; */
  padding: 0;
}

.slogan{
  margin: auto;
  font-size: 200%;
  font-weight: bold;
  color: red;
}

.header{
  background-image: url(../img/header_back_opacity_20.png);
  background-size: 100% auto;
  padding-top: 10px;

  /* border-top: 1px inset #bfbfbf; */
}

.logo_img, .adress{
  margin: 5px;
}

.phone a{
  color: black;
}


.adress{

}

.my_div_center{
  margin-top: auto;
  margin-bottom: auto;
  font-size: 200%;
  font-weight: bold;
  color: red;
}

.my_div_listing{
  font-size: 120%;
}

.line_01_left{
  background-image: url(../img/zapravka_60.png);
  background-size: 100% auto;
  /* opacity: 0.6; */
}

.line_02_left{
  background-image: url(../img/big_printer_60.png);
  background-size: 100% auto;
}

.line_03_left{
  background-image: url(../img/men_60.png);
  background-size: 100% auto;
}

.main .row{
  margin: 0;
  padding: 3%;
}

.img_logo img{
  max-height: 50px;
}

.footer{
  background-color: #17a2b8;
}
</pre></body></html>