.content--u-ij7szh5ne ul.page-subpages {
  display: none; }

@media (min-width: 1000px) {
  .content--u-ij7szh5ne .localpagelist .localpic--little {
    width: 250px;
    height: 250px; }

  .content--u-ij7szh5ne .localpagelist .localproducts__block-text {
    margin-left: 275px; } }

.localproducts__block-price .oldprice {
  color: #383838;
  font-size: 18px;
  font-weight: 700;
  text-decoration: line-through; }
  .localproducts__block-price .price {
    color: #ff7d7d;
    font-size: 18px;
    font-weight: 700; }

.whatsapp-button {
  position: fixed;
  right: 5px;
  bottom: 30px;
  transform: translate(-50%, -50%);
  background: #25d366;
  /*цвет кнопки*/
  border-radius: 50%;
  width: 55px;
  /*ширина кнопки*/
  height: 55px;
  /*высота кнопки*/
  color: #fff;
  text-align: center;
  line-height: 53px;
  /*центровка иконки в кнопке*/
  font-size: 35px;
  /*размер иконки*/
  z-index: 9999; }

.whatsapp-button a {
  color: #fff; }

.whatsapp-button:before, .whatsapp-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #25d366;
  /*цвет анимированных волн от кнопки*/
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden; }

.whatsapp-button:after {
  animation-delay: 0.5s; }

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    transform: scale(1.2);
    opacity: 0; } }

@media (max-width: 991px) {
  .mosaic-site-counters--u-izf8085ht {
    display: block !important; } }
