.cr-footer{--cr-gutter:20px;--cr-f-pad:48px;--cr-f-part-gap:40px;--cr-f-list-gap:40px;--cr-f-block-gap:16px;--cr-f-aside-gap:40px;background:rgb(var(--cr-f-bg));color:rgb(var(--cr-f-text));padding-block:var(--cr-f-pad);padding-inline:max(var(--cr-gutter),50% - 800px);font-size:14px;line-height:1.6}
.cr-footer__wrapper{display:grid;gap:var(--cr-f-part-gap)}
.cr-footer__blocks{display:grid;grid:auto-flow dense / repeat(2,minmax(0,1fr));gap:var(--cr-f-list-gap);align-items:start}
.cr-footer__block{display:grid;gap:var(--cr-f-block-gap)}
.cr-footer__block--text,.cr-footer__block--contact,.cr-footer__block--logos{grid-column:span 2}
.cr-footer__block--menu{max-width:250px}
.cr-footer__logo{display:block;max-width:100px;width:100%;height:auto;object-fit:contain}
.cr-footer__title{display:block}
.cr-footer__icons{display:flex;gap:12px 16px;flex-wrap:wrap;align-items:center}
.cr-footer__icon{display:block;width:auto;height:auto;object-fit:contain}
.cr-footer__icons--payment .cr-footer__icon{max-width:80px;max-height:44px}
.cr-footer__icons--cert .cr-footer__icon{max-width:110px;max-height:56px}
.cr-footer__seal{margin-block-start:16px;max-width:100%}
.cr-footer__seal img{max-width:100%;height:auto;display:block}
.cr-footer__heading{margin:0;font-weight:700}
.cr-footer__menu{display:grid;gap:12px;list-style:none;margin:0;padding:0}
.cr-footer__menu a{display:inline-block;color:inherit;text-decoration:none;opacity:.7;overflow-wrap:anywhere;transition:opacity .2s ease-in-out}
.cr-footer__menu a:hover{opacity:1}
.cr-footer__prose{color:rgb(var(--cr-f-text) / .7)}
.cr-footer__prose p{margin:0}
.cr-footer__prose p+p{margin-block-start:12px}
.cr-footer__prose a{color:inherit}
.cr-footer__aside{display:grid;gap:var(--cr-f-aside-gap)}
.cr-footer__aside-top,.cr-footer__aside-bottom{display:grid;justify-content:space-between;align-items:center;gap:32px}
.cr-footer__social{display:flex;flex-wrap:wrap;gap:12px 24px;list-style:none;margin:0;padding:0}
.cr-footer__social a{display:block;color:inherit;position:relative}
.cr-footer__social a:before{content:"";position:absolute;inset:-.625rem}
.cr-footer__social svg{display:block;width:27px;height:27px}
.cr-footer__copy{margin:0;font-size:12px;line-height:1.6;color:rgb(var(--cr-f-text) / .7)}
.cr-footer__copy a{color:inherit;text-decoration:underline;text-underline-offset:2px}
@media screen and (min-width:700px){
  .cr-footer{--cr-gutter:32px;--cr-f-pad:64px;--cr-f-part-gap:64px;--cr-f-list-gap:40px 96px;--cr-f-block-gap:24px;--cr-f-aside-gap:48px;font-size:16px}
  .cr-footer__blocks{display:flex;flex-wrap:wrap}
  .cr-footer__block--text,.cr-footer__block--contact{flex-basis:25%}
  .cr-footer__block--logos{width:20%}
  .cr-footer__block--menu{flex-shrink:0}
  .cr-footer__prose p+p{margin-block-start:16px}
  .cr-footer__aside-top,.cr-footer__aside-bottom{display:flex}
  .cr-footer__copy{order:-1;font-size:14px}
}
@media screen and (min-width:1000px){
  .cr-footer{--cr-gutter:48px;--cr-f-list-gap:40px 48px}
  .cr-footer__blocks{flex-wrap:nowrap;justify-content:space-between}
}
@media screen and (min-width:1150px){
  .cr-footer{--cr-f-list-gap:40px 96px}
}
