/* ===== BOYKOVDOCS SITE FOOTER ===== */
.boykovSiteFooter{
  width:100%;
  margin-top:56px;
  border-top:1px solid #d9dee7;
  background:rgba(247,249,252,.96);
  color:#172033;
}
.boykovSiteFooter__inner{
  width:min(1120px,calc(100% - 40px));
  margin:0 auto;
  padding:24px 0 26px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:28px 42px;
  align-items:center;
}
.boykovSiteFooter__brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:40px;
  padding:7px 12px;
  border:1px solid #cfd6e1;
  border-radius:8px;
  background:#fff;
  color:#25334b;
  text-decoration:none;
  font-size:13px;
  font-weight:700;
  letter-spacing:.035em;
  transition:border-color .15s ease,background .15s ease,transform .15s ease;
}
.boykovSiteFooter__brand:hover{
  transform:translateY(-1px);
  border-color:#9eabbc;
  background:#f9fbfd;
}
.boykovSiteFooter__mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border:1px solid #7ea7df;
  border-radius:5px;
  color:#397bd9;
  font-size:12px;
  line-height:1;
  font-weight:800;
}
.boykovSiteFooter__links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:9px 0;
}
.boykovSiteFooter__link{
  position:relative;
  color:#5d6879;
  text-decoration:none;
  font-size:12px;
  line-height:1.4;
  transition:color .15s ease;
}
.boykovSiteFooter__link:hover{color:#397bd9}
.boykovSiteFooter__link:not(:last-child)::after{
  content:"";
  display:inline-block;
  width:1px;
  height:13px;
  margin:0 13px;
  vertical-align:-2px;
  background:#d6dce5;
}
@media(max-width:760px){
  .boykovSiteFooter{margin-top:38px}
  .boykovSiteFooter__inner{
    width:calc(100% - 24px);
    padding:20px 0 22px;
    grid-template-columns:1fr;
    gap:18px;
  }
  .boykovSiteFooter__brand{justify-self:start}
  .boykovSiteFooter__links{
    justify-content:flex-start;
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
  .boykovSiteFooter__link:not(:last-child)::after{display:none}
}
/* ===== /BOYKOVDOCS SITE FOOTER ===== */

/* ===== FOOTER WITHOUT BRAND ===== */

.boykovSiteFooter__inner {
  grid-template-columns: 1fr !important;
}

.boykovSiteFooter__links {
  justify-content: center !important;
}

@media (max-width: 760px) {
  .boykovSiteFooter__links {
    justify-content: flex-start !important;
  }
}

/* ===== /FOOTER WITHOUT BRAND ===== */
