/* cache 2025-09-28 15:49:01 */
section.prints>.text{margin:2rem 0}section.prints .prints-items{display:grid;grid-template-columns:repeat(20,1fr);grid-template-rows:23rem 29rem;grid-gap:2rem}section.prints .prints-items .prints-item{position:relative;display:flex;width:100%;height:100%;grid-column:span 4;background-size:cover!important;border-radius:.5rem}section.prints .prints-items .prints-item .name{position:absolute;left:2rem;bottom:3rem;display:flex;flex-direction:column;color:#fff;font-size:2.8rem;font-family:'TRY Clother';font-weight:700;line-height:1.2}section.prints .prints-items .prints-item .name span{font-size:2rem}section.prints .prints-items .prints-item:before{content:'';position:absolute;top:0;left:0;display:block;width:100%;height:100%;background-color:rgba(0,0,0,.3);border-radius:.5rem;transition:background-color .2s}section.prints .prints-items .prints-item:hover:before{background-color:rgba(0,0,0,.5)}section.prints .prints-items .prints-item:nth-child(-n+4){grid-column:span 5}section.prints .tasks{margin-top:4rem;padding:2rem 4rem;border-radius:.5rem;background-color:#f4f4f8}section.prints section.best{margin-top:4rem}section.prints section.best .best-items{display:flex;flex-direction:column;gap:2rem}section.prints section.best .best-items .best-item{display:flex;flex-direction:row;align-items:center;gap:4rem}section.prints section.best .best-items .best-item .images{display:flex;flex-direction:row;align-items:center;gap:2rem;width:50%}section.prints section.best .best-items .best-item .images img{width:50%;height:auto;border-radius:.5rem}section.prints section.best .best-items .best-item .info{width:50%}section.prints-page section.materials{margin-top:3rem}section.prints-page section.materials .materials-items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}section.prints-page section.materials .materials-items .materials-item{display:flex;flex-direction:row;align-items:center;gap:2rem;padding:2rem;box-shadow:0 0 1rem 0 rgba(0,0,0,.1);border-radius:.5rem}section.prints-page section.materials .materials-items .materials-item .name{font-weight:600;line-height:1.2}section.prints-page section.materials .materials-items .materials-item .text{margin-top:.8rem;font-weight:400;line-height:1.2}section.prints-page section.photos{margin-top:3rem}section.prints-page section.photos .photos-items{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem}section.prints-page section.photos .photos-items img{width:100%;height:auto}section.prints-page section.prints{margin-top:3rem}section.prints-page section.prints .prints-items{grid-template-columns:repeat(5,1fr);grid-template-rows:29rem}section.prints-page section.prints .prints-items .prints-item{grid-column:initial!important}section.prints-page .btn-back{display:flex;flex-direction:row;align-items:center;width:30rem;margin-top:4rem;font-size:1.8rem;font-weight:500;background-color:#ff8100}section.prints-page .btn-back:before{content:'';display:block;width:1.5rem;height:1.2rem;margin-right:1rem;background:url('/i/svg/arrow_back.svg') center center no-repeat}