@font-face{font-display:swap;font-family:SF Pro Display;font-style:normal;font-weight:300;src:url(/fonts/SFProDisplay-Light.woff) format("woff");}
@font-face{font-display:swap;font-family:SF Pro Display;font-style:normal;font-weight:400;src:url(/fonts/SFProDisplay-Regular.woff2) format("woff2"),url(/fonts/SFProDisplay-Regular.woff) format("woff");}
@font-face{font-display:swap;font-family:SF Pro Display;font-style:normal;font-weight:500;src:url(/fonts/SFProDisplay-Medium.woff2) format("woff2"),url(/fonts/SFProDisplay-Medium.woff) format("woff");}
@font-face{font-display:swap;font-family:SF Pro Display;font-style:normal;font-weight:600;src:url(/fonts/SFProDisplay-Semibold.woff2) format("woff2"),url(/fonts/SFProDisplay-Semibold.woff) format("woff");}
@font-face{font-display:swap;font-family:SF Pro Text;font-style:normal;font-weight:200;src:url(/fonts/SFProText-Light.woff2) format("woff2"),url(/fonts/SFProText-Light.woff) format("woff");}
@font-face{font-display:swap;font-family:SF Pro Text;font-style:normal;font-weight:300;src:url(/fonts/SFProText-Regular.woff2) format("woff2"),url(/fonts/SFProText-Regular.woff) format("woff");}
@font-face{font-display:swap;font-family:SF Pro Text;font-style:normal;font-weight:400;src:url(/fonts/SFProText-Medium.woff2) format("woff2"),url(/fonts/SFProText-Medium.woff) format("woff");}
@font-face{font-display:swap;font-family:SF Pro Text;font-style:normal;font-weight:600;src:url(/fonts/SFProText-Semibold.woff2) format("woff2"),url(/fonts/SFProText-Semibold.woff) format("woff");}

*{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
html,body{height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;}
body{min-width:320px;background:#eff1f4;color:var(--color-primary);font-family:SF Pro Display,sans-serif;font-size:18px;line-height:1;}
img{max-width:100%;max-height:100%;}

.main{display:grid;grid-template-columns:774px 250px;gap:16px;align-items:start;max-width:1048px;margin:0 auto;}
.main::before,.main::after{content:none!important;display:none!important;}
.main>.main-left{width:100%!important;max-width:none!important;min-width:0;padding:0;}
.main>.main-right{width:100%!important;max-width:250px!important;min-width:0;padding:0;grid-column:auto!important;order:0!important;}
.main>.main-center{display:none!important;}

.footer{display:block;max-width:1048px;margin:16px auto;padding:0 0 24px;box-sizing:border-box;}

@media (max-width:1080px){
  .main{max-width:774px;grid-template-columns:1fr;}
  .main>.main-right{max-width:100%!important;grid-column:1/-1!important;}
  .footer{max-width:774px;}
}

@media (max-width:805px){
  body .main{width:100%;max-width:532px;grid-template-columns:1fr;gap:0;padding:0 16px;box-sizing:border-box;}
  body .main>.main-left{margin-top:16px;}
  body .main>.main-right{max-width:100%!important;padding:0;margin-top:16px;}
  .footer{max-width:532px;margin:8px auto;padding:0 16px 16px;}
}