.sk-footer{
  box-sizing:border-box;width:100%;
  background-color:var(--primary);color:var(--white);
  padding:40px 48px 48px;
}
.sk-footer__wrap{
  display:grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;width:100%;max-width:1920px;margin:0 auto;
  column-gap:clamp(36px,5vw,96px);row-gap:clamp(72px,7.8vw,123px);
}
.sk-footer__mobile{display:none;}
.sk-footer__logo-col{grid-column:1;grid-row:1;flex:0 0 auto;padding-top:0;}
.sk-footer__logo-link{display:inline-flex;align-items:flex-start;}
.sk-footer__logo{display:block;width:105px;height:auto;filter:brightness(0) invert(1);}
.sk-footer__main{display:contents;}
.sk-footer__row{display:flex;justify-content:space-between;width:100%;min-width:0;gap:clamp(32px,7vw,140px);}
.sk-footer__row--top{grid-column:2;grid-row:1;align-items:flex-start;}
.sk-footer__row--bottom{grid-column:1 / -1;grid-row:2;align-items:flex-end;}
.sk-footer__content{min-width:0;display:flex;flex-direction:column;}
.sk-footer__cases{display:flex;flex-flow:row wrap;align-items:flex-start;gap:24px clamp(28px,2.6vw,52px);}
.sk-footer__case{position:relative;display:flex;flex-direction:column;gap:8px;min-width:auto;}
.sk-footer__project{
  color:var(--white);font-family:var(--sans);font-size:12px;font-weight:400;line-height:1.35;
  letter-spacing:-.04em;text-decoration:none;
}
.sk-footer__project--bold{font-weight:600;}
.sk-footer__contact{white-space:nowrap;flex:0 0 auto;min-width:max-content;text-align:right;margin-left:auto;}
.sk-footer__contact-col{display:flex;flex-direction:column;align-items:flex-end;}
.sk-footer__contact-title{font-size:32px;font-weight:400;line-height:1.1;letter-spacing:0;margin:0;}
.sk-footer__nums{display:flex;flex-direction:column;align-items:flex-end;gap:4px;margin-top:8px;margin-bottom:20px;}
.sk-footer__nums a{cursor:pointer;}
.sk-footer__social{display:flex;align-items:center;justify-content:flex-end;gap:16px;}
.sk-footer__social a{display:inline-flex;align-items:center;justify-content:center;color:var(--white);}
.sk-footer__social-icon{display:block;width:auto;height:36px;filter:brightness(0) invert(1);}
.sk-footer__social-icon--youtube{height:28px;}
.sk-footer__info{display:flex;flex-direction:column;gap:16px;min-width:0;}
.sk-footer__info-lines{display:flex;flex-direction:column;gap:2px;}
.sk-footer__info .sk-footer__project{color:rgba(255,255,255,.88);font-size:11px;line-height:1.45;}
.sk-footer__legal{display:flex;flex-wrap:wrap;align-items:center;row-gap:6px;}
.sk-footer__legal .sk-footer__project{color:rgba(255,255,255,.75);}
.sk-footer__legal .sk-footer__project:not(:last-child)::after{
  content:"";display:inline-block;width:1px;height:8px;margin:0 16px;background-color:rgba(255,255,255,.55);
}
.sk-footer__copyright{
  margin:0;max-width:360px;color:rgba(255,255,255,.75);font-family:var(--sans);
  font-size:11px;font-weight:400;line-height:1.45;letter-spacing:-.04em;text-align:left;
}
@media (hover:hover){
  .sk-footer__project[href]:hover{color:var(--white);text-decoration:underline;text-underline-offset:3px;}
}

@media (max-width:768px){
  .sk-footer{height:auto;padding:32px 24px 26px;display:block;}
  .sk-footer__wrap{display:none;}
  .sk-footer__mobile{display:block;}
  .sk-footer__mobile .sk-footer__inner{display:flex;flex-direction:column;align-items:flex-start;gap:0;padding-bottom:26px;}
  .sk-footer__mobile .sk-footer__logo{height:34px;width:auto;}
  .sk-footer__mobile .sk-footer__nav{display:flex;flex-direction:column;flex-wrap:nowrap;gap:0;width:100%;margin-top:22px;padding-top:0;}
  .sk-footer__mobile .sk-footer__nav a{font-size:16px;letter-spacing:.02em;width:100%;padding:12px 0;color:rgba(255,255,255,.95);border-bottom:1px solid rgba(255,255,255,.22);}
  .sk-footer__mobile .sk-footer__nav a:last-child{border-bottom:0;}
  .sk-footer__mobile .sk-footer__contact{white-space:normal;min-width:0;width:auto;margin-left:0;text-align:left;margin-top:24px;}
  .sk-footer__mobile .sk-footer__ch{font-size:26px;letter-spacing:.04em;line-height:1;margin:0;}
  .sk-footer__mobile .sk-footer__phone{font-size:15px;margin-top:10px;letter-spacing:.02em;}
  .sk-footer__mobile .sk-footer__social{display:flex;justify-content:flex-start;gap:16px;margin-top:16px;}
  .sk-footer__mobile .sk-footer__social-icon{height:24px;width:auto;}
  .sk-footer__mobile .sk-footer__social-icon--youtube{height:18px;}
  .sk-footer__mobile .sk-footer__base{display:flex;flex-direction:column;align-items:flex-start;gap:0;}
  .sk-footer__mobile .sk-footer__addr{font-size:12px;line-height:1.65;margin-top:0;color:rgba(255,255,255,.9);}
  .sk-footer__mobile .sk-footer__legal{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:18px;}
  .sk-footer__mobile .sk-footer__legal a{font-size:11.5px;color:rgba(255,255,255,.7);display:inline-flex;align-items:center;gap:12px;}
  .sk-footer__mobile .sk-footer__legal a:not(:last-child)::after{content:'|';color:rgba(255,255,255,.35);}
  .sk-footer__mobile .sk-footer__copy{font-size:11.5px;color:rgba(255,255,255,.85);margin-top:18px;}
}
