marquee {
  color: #fff;
  font-size: 40px;
  font-weight: bolder;
  line-height: 150%;
  text-shadow: #000000 0px 1px 1px;
}
.texcentr {
  text-align: center;
}


.moduletable_zak_zv2 {
  position: absolute;
  background-image: url("../images/bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300px auto;
  position: fixed;
  right: -170px;
  right:0px;
  top: 545px;
  z-index: 50;
  /*transform: rotate(-90deg);*/
}


.moduletable_zak_zv2 a {
  /*width: 220px;*/
  height: 50px;
  color: #fff;
  vertical-align: middle;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  padding: 0 20px;
  font-size: 19px;
  text-align: center;
  position: relative;
  /*border: 2px solid #fff;*/
  border: 2px solid #eb1a1a;
  /*border-bottom: 0;*/
  background-color: rgba(0, 0, 0, 0.2);
}

.moduletable_zak_zv2 a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease 0s;
}
.tel_panel {
  position: absolute;
  left: 10px;
  font-size: x-large;
  
}
@media screen and (max-width: 1285px) {
  body {
    zoom: 75%;
  }
}


