.page-head{position:relative;z-index:1;z-index:var(--z-content-1);width:100%;height:23rem;padding:3rem 0;display:flex;align-items:flex-end;color:#fff;color:var(--c-white);margin-bottom:3rem}@media (min-width:1000px){.page-head{margin-bottom:4rem}}@media (min-width:1280px){.page-head{padding:4.2rem 0;height:30rem}}@media (min-width:1540px){.page-head{height:42rem}}.page-head_bg{position:absolute;z-index:-1;z-index:var(--z-content-under);left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.page-head_bg.__desktop{display:none}@media (min-width:1000px){.page-head_bg.__mobile{display:none}.page-head_bg.__desktop{display:block}}.progress-albums{padding:4rem 0 10rem;display:grid;grid-gap:2rem;gap:2rem}@media (min-width:600px){.progress-albums{grid-template-columns:1fr 1fr}}@media (min-width:1000px){.progress-albums{grid-template-columns:1fr 1fr 1fr}}@media (min-width:1280px){.progress-albums{gap:4rem}}.progress-albums_item{border-radius:2rem;overflow:hidden;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative;z-index:1;z-index:var(--z-content-1);aspect-ratio:45/30}.progress-albums_item_bg{position:absolute;z-index:-1;z-index:var(--z-content-under);left:0;top:0;width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.progress-albums_item_title{background:#fff;background:var(--c-white);border-radius:.6rem;padding:1rem 2rem}