body.first-load-popup-open{overflow:hidden}
.first-load-popup[hidden]{display:none}
.first-load-popup{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,0.48)}
.first-load-popup__dialog{position:relative;width:min(1200px,100%);max-height:calc(100vh - 48px);overflow-y:auto;border-radius:10px;background:#fff;box-shadow:0 16px 48px rgba(0,0,0,0.3)}
.first-load-popup__dialog:focus{outline:0}
.first-load-popup__close{position:absolute;top:10px;right:12px;z-index:1;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:#fff;color:#ed1b2e;cursor:pointer;font-size:30px;font-weight:400;line-height:34px}
.first-load-popup__close:focus-visible{outline:3px solid #06c;outline-offset:2px}
.first-load-popup__content{padding:24px 20px 20px}
.first-load-popup__title{margin:0 44px 4px;color:#000;font-size:24px;line-height:1.3;text-align:center}
.first-load-popup__description{margin:0 auto 24px;color:#5b6770;font-size:16px;line-height:1.35;text-align:center}
.first-load-popup__description>:first-child{margin-top:0}
.first-load-popup__description>:last-child{margin-bottom:0}
.first-load-popup__banner{display:block;width:100%;height:auto;margin:0 0 28px}
.first-load-popup__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 20px}
.first-load-popup__column{min-width:0}
.first-load-popup__item{display:grid;grid-template-columns:minmax(0,1fr) 150px;min-height:84px}
.first-load-popup__item-label,.first-load-popup__item-image-wrap{display:flex;align-items:center;padding:12px 16px}
.first-load-popup__item-label{background:#f0f0f0;color:#5b6770;font-size:15px;line-height:1.3}
.first-load-popup__item-image-wrap{justify-content:center;background:#fff}
.first-load-popup__item-image{display:block;max-width:125px;max-height:64px;width:auto;height:auto}
.first-load-popup__author-placeholder{padding:16px 12px;border:1px dashed #8a8a8a;background:#f7f7f7;color:#333;text-align:center}
@media(max-width:1024px){.first-load-popup__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){.first-load-popup{align-items:flex-start;padding:12px}
.first-load-popup__dialog{max-height:calc(100vh - 24px)}
.first-load-popup__content{padding:20px 12px 16px}
.first-load-popup__title{margin-right:38px;margin-left:38px;font-size:21px}
.first-load-popup__grid{grid-template-columns:1fr}
.first-load-popup__item{grid-template-columns:minmax(0,1fr) 132px}
}