/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 04 2026 | 10:26:12 */
.site-footer{
  background: #3a3a3a;
  color: #fff;
  margin-top: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.site-footer a{
  color: #fff;
  text-decoration: none;
  opacity: 0.92;
}

.site-footer a:hover{
  opacity: 1;
}

.footer-grid{
  display: grid;
  grid-template-columns: 1.15fr 1fr 1.15fr;
  gap: 26px;
  padding: 34px 16px;
  align-items: start;
}

.footer-block{
  margin-bottom: 22px;
}

.footer-title{
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.footer-logos{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.footer-logos-tight{
  gap: 12px;
}

.footer-img{
  display: block;
  width: auto;
  max-width: 100%;
  opacity: 0.98;
}

.footer-img-lg{ height: 64px; }
.footer-img-md{ height: 34px; }
.footer-img-xl{ height: 44px; }

.footer-links{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  font-size: 15px;
}

.footer-center{
  display: flex;
  justify-content: center;
}

.footer-center-inner{
  text-align: center;
  max-width: 420px;
}

.footer-brand{
  display: block;
  margin: 0 auto 14px;
  height: 62px;
  width: auto;
}

.footer-center-lead{
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 500;
}

.store-badges{
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin: 0 0 16px;
  flex-wrap: nowrap;
}

.store-badge-img{
  display: block;
  width: 280px;     /* фиксированная ширина */
  height: 78px;     /* фиксированная высота */
  object-fit: contain;
}

.footer-center-note{
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.96;
}

.footer-center-version{
  margin: 0;
  font-size: 16px;
  opacity: 0.96;
}

.footer-right-inner{
  text-align: right;
}

.footer-right-head{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.footer-right-title{
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.6px;
  font-weight: 700;
  white-space: nowrap;
}

.footer-rule{
  height: 2px;
  background: rgba(255,255,255,0.85);
}

.footer-jr{
  display: grid;
  justify-items: end;
  gap: 18px;
}

.footer-jr-img{
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0.98;
}

.footer-bottom{
  border-top: 1px solid rgba(255,255,255,0.18);
}

.footer-bottom-inner{
  padding: 14px 16px;
  font-size: 13px;
  opacity: 0.9;
}

@media (max-width: 920px){
  .footer-grid{
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-right-inner{
    text-align: center;
  }

  .footer-right-head{
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-rule{
    display: none;
  }

  .footer-logos{
    justify-content: center;
  }

  .footer-jr{
    justify-items: center;
  }
}

@media (max-width: 560px){
  .footer-grid{
    padding: 26px 12px;
    gap: 18px;
  }

  .store-badges{
    flex-direction: column;
  }

  .store-badge-img{
    width: 260px;
    height: 72px;
  }

  .footer-brand{
    height: 56px;
  }

  .footer-img-lg{ height: 58px; }
  .footer-img-xl{ height: 42px; }
}
