body .site-header .phone-block__item {
  justify-content: flex-end;
}
body .site-header .address-block, body .fixed-panel .address-block {
  font-size: 18px;
}
body .remodal-phone-block .phone-popup__address {
  font-size: 18px;
}
body .site-header .phone-block__item-right a, body .fixed-panel .phone-block__item-right a {
  font-size: 18px;
}
.ticker2 {
  border: 2px solid var(--gr_primary);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 8px;
  overflow: hidden;
  width: 1400px;
  max-width: 100%;
  margin: 10px auto;
  position: relative;
  border-radius: var(--gr_btn_radius);
}
.ticker2:before, .ticker2:after {
  position: absolute;
  top: 0;
  height: 36px;
  width: 28px;
  content: "";
}
.ticker2:after {
  right: 0;
  border-right: 8px solid #f8f9fb;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #f8f9fb);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255, 255, 255, 0)), to(#f8f9fb));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #f8f9fb);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #f8f9fb);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #f8f9fb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(255, 255, 255, 0)", endColorstr="#f8f9fb", GradientType=1);
}
.ticker2:before {
  left: 0;
  border-left: 8px solid #f8f9fb;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: -moz-linear-gradient(left, #f8f9fb, rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f8f9fb), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #f8f9fb, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, #f8f9fb, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #f8f9fb, rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fb", endColorstr="rgba(255, 255, 255, 0)", GradientType=1);
}
.ticker2 .wrap2 {
  width: 9999px;
  box-sizing: border-box;
  height: 36px;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.ticker2 .wrap2 > div {
  padding-right: 10px;
}
