.ok-footer-section{
  position:relative;
  overflow:hidden;
  width:100%;
  background:var(--ok-footer-bg,#1E371E);
  color:var(--ok-footer-text,#fff);
  border-top:1px solid rgba(255,255,255,.08);
}
.ok-footer-section *{box-sizing:border-box}
.ok-footer-section a{text-decoration:none}
.ok-footer-art{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.95;
  background:
    radial-gradient(circle at 74% 118%, color-mix(in srgb,var(--ok-footer-accent,#F08521) 22%, transparent) 0, transparent 34%),
    radial-gradient(circle at 78% 90%, rgba(255,255,255,.035) 0 1px, transparent 2px),
    linear-gradient(145deg, transparent 62%, rgba(255,255,255,.025) 62.2%, transparent 62.5%);
}
.ok-footer-container{
  position:relative;
  z-index:1;
  width:min(1280px,calc(100% - 64px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(240px,1.55fr) repeat(3,minmax(130px,.72fr)) minmax(210px,1fr);
  gap:38px;
  align-items:start;
  padding:68px 0 56px;
}
.ok-footer-spacing-compact .ok-footer-container{padding-top:48px;padding-bottom:42px}
.ok-footer-spacing-spacious .ok-footer-container{padding-top:88px;padding-bottom:72px}

.ok-footer-logo{
  display:block;
  width:auto;
  max-width:225px;
  max-height:84px;
  margin:0 0 20px;
  object-fit:contain;
  object-position:left center;
}
.ok-footer-brand h3{
  margin:0 0 13px;
  color:#fff;
  font-size:1.28rem;
  line-height:1.15;
  font-weight:900;
}
.ok-footer-desc{
  max-width:330px;
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:.92rem;
  line-height:1.65;
}
.ok-footer-tagline{
  margin:20px 0 0;
  color:var(--ok-footer-accent,#F08521);
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.03rem;
  font-style:italic;
  line-height:1.4;
}
.ok-footer-col h4,
.ok-footer-social-block h4{
  margin:2px 0 18px;
  color:var(--ok-footer-accent,#F08521);
  font-size:.78rem;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.ok-footer-col ul{
  list-style:none;
  margin:0;
  padding:0;
}
.ok-footer-col li{margin:0 0 10px}
.ok-footer-col a{
  color:rgba(255,255,255,.78);
  font-size:.88rem;
  line-height:1.35;
  font-weight:650;
  transition:color .18s ease,transform .18s ease;
}
.ok-footer-col a:hover,
.ok-footer-col a:focus{
  color:var(--ok-footer-accent,#F08521);
  outline:none;
}
.ok-footer-connect ul{margin-bottom:22px}
.ok-footer-contact{
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.11);
}
.ok-footer-contact p{
  margin:0 0 14px;
  color:rgba(255,255,255,.67);
  font-size:.82rem;
  line-height:1.55;
}
.ok-footer-contact a{font-size:inherit}
.ok-footer-social-block{margin-top:24px}
.ok-footer-social-links{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}
.ok-footer-social-links>a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border:1px solid color-mix(in srgb,var(--ok-footer-accent,#F08521) 58%,transparent);
  border-radius:50%;
  color:var(--ok-footer-accent,#F08521);
  background:color-mix(in srgb,var(--ok-footer-accent,#F08521) 7%,transparent);
}
.ok-footer-social-links>a:hover,
.ok-footer-social-links>a:focus{
  color:var(--ok-footer-bg,#1E371E);
  background:var(--ok-footer-accent,#F08521);
  border-color:var(--ok-footer-accent,#F08521);
}
.ok-footer-social-links svg{
  display:block;
  width:14px;
  height:14px;
  fill:currentColor;
}
.ok-footer-bottom{
  position:relative;
  z-index:1;
  border-top:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.08);
}
.ok-footer-bottom-inner{
  width:min(1280px,calc(100% - 64px));
  min-height:58px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px 30px;
  flex-wrap:wrap;
  color:rgba(255,255,255,.58);
  font-size:.78rem;
}
.ok-footer-bottom-note{
  color:rgba(255,255,255,.70);
  font-style:italic;
}
.ok-footer-overkado{
  color:rgba(255,255,255,.72);
  font-weight:800;
}
.ok-footer-overkado:hover,
.ok-footer-overkado:focus{color:var(--ok-footer-accent,#F08521)}

@media(max-width:1120px){
  .ok-footer-container{
    grid-template-columns:1.35fr repeat(2,1fr);
  }
  .ok-footer-brand{grid-row:span 2}
}
@media(max-width:760px){
  .ok-footer-container{
    width:min(100% - 40px,1280px);
    grid-template-columns:1fr 1fr;
    gap:34px 26px;
    padding-top:54px;
    padding-bottom:46px;
  }
  .ok-footer-brand{
    grid-column:1/-1;
    grid-row:auto;
  }
  .ok-footer-desc{max-width:520px}
  .ok-footer-connect{grid-column:1/-1}
  .ok-footer-bottom-inner{
    width:min(100% - 40px,1280px);
    padding:16px 0;
  }
}
@media(max-width:520px){
  .ok-footer-container{grid-template-columns:1fr}
  .ok-footer-brand,
  .ok-footer-connect{grid-column:auto}
  .ok-footer-bottom-inner{
    display:grid;
    justify-items:start;
  }
}
