section.print .print-items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;margin-bottom:4.5rem}section.print .print-items,section.print .print-items>*{min-width:0;min-height:0}section.print .print-items .print-item{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}section.print .print-items .print-item .image{display:flex;width:100%;height:auto}section.print .print-items .print-item img{display:flex;width:100%;height:auto;border-radius:2.5rem}section.print .print-items .print-item .name{color:#222227;font-size:2rem;font-weight:600;line-height:1.2}section.print .print-items .print-item .text{font-size:1.6rem;font-weight:400;line-height:1.2}section.print .print-items .callback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;grid-column:3;grid-row:2;padding:5rem 3rem;border:none;border-radius:2.5rem;background:url('/webp/i/img/advantages_background.png') top center/100% no-repeat #3000ee;transition:background-size .2s ease-in-out}section.print .print-items .callback .text{color:#fff;font-size:1.6rem;font-weight:400;line-height:1.4}section.print .print-items .callback .caption{width:100%;margin-bottom:.5rem;color:#fff;font-size:2rem;font-weight:600;line-height:1.2;text-transform:uppercase}section.print .print-items .callback .caption:not(:first-of-type){font-size:1.6rem;font-weight:400;line-height:1.4;text-transform:none}section.print .print-items .callback input{height:4rem;margin-top:auto;padding-left:1.8rem;padding-right:1.8rem;color:#222227;font-size:1.4rem;font-weight:500;line-height:1;border-radius:2.5rem;background-color:#fff}section.print .print-items .callback button{width:100%;height:4rem;padding-left:1rem;padding-right:1rem;color:#222227;font-size:1.6rem;font-weight:500;line-height:1;background-color:#fff}section.print .print-items .callback button:hover{background-color:#dfe7fe}section.print .print-items .callback:hover{background-size:110%}section.print-page{display:grid;grid-template-columns:1fr 27rem;grid-gap:3rem}section.print-page .hint{margin-bottom:2.5rem;padding:2.6rem 3.4rem;border-radius:2.5rem;background-color:#dfe7fe}section.print-page .other-print .title{margin-bottom:1.5rem;font-size:1.6rem;font-weight:600;line-height:1.2;text-transform:uppercase}section.print-page .other-print .other-print-items{display:flex;flex-direction:column;gap:2rem}section.print-page .other-print .other-print-items .other-print-item .image{position:relative;display:flex}section.print-page .other-print .other-print-items .other-print-item .image:before{content:'';position:absolute;top:3rem;right:3rem;display:block;width:4rem;height:4rem;background:url('/i/svg/link.svg') center center no-repeat;transition:transform .2s ease-in-out}section.print-page .other-print .other-print-items .other-print-item .image:hover:before{transform:rotateZ(45deg)}section.print-page .other-print .other-print-items .other-print-item .image img{display:flex;width:100%;height:auto;margin-bottom:.7rem;border-radius:2.5rem}section.print-page .other-print .other-print-items .other-print-item .name{color:#222227;font-size:1.6rem;font-weight:500;line-height:1.2}section.print-page .tabs{margin-bottom:4rem}section.print-page .tabs .headers{display:flex;flex-direction:row;align-items:center;gap:2rem;margin-bottom:2rem}section.print-page .tabs .headers .header{height:4rem;padding:0 3rem;color:#222227;font-size:1.6rem;font-weight:600;line-height:4rem;border:.1rem solid #acacac;border-radius:2.5rem}section.print-page .tabs .headers .header.faze-active,section.print-page .tabs .headers .header:hover{cursor:pointer;color:#fff;border-color:#3000ee;background-color:#3000ee}section.print-page .tabs .bodies .body .materials{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:3.5rem;margin-bottom:3rem}section.print-page .tabs .bodies .body .materials .material{display:flex;flex-direction:column;align-items:center;gap:.6rem}section.print-page .tabs .bodies .body .materials .material:before{content:'';display:block;width:7.5rem;height:7.5rem;border-radius:50%}section.print-page .tabs .bodies .body .materials .material:after{color:#222227;font-size:1.6rem;font-weight:500;line-height:1.2;text-align:center}section.print-page .tabs .bodies .body .materials .material.material-paper:before{background:url('/i/img/print/paper.png') center center no-repeat}section.print-page .tabs .bodies .body .materials .material.material-paper:after{content:'Бумага'}section.print-page .tabs .bodies .body .materials .material.material-wood:before{background:url('/i/img/print/wood.png') center center no-repeat}section.print-page .tabs .bodies .body .materials .material.material-wood:after{content:'Дерево'}section.print-page .tabs .bodies .body .materials .material.material-plast:before{background:url('/i/img/print/plast.png') center center no-repeat}section.print-page .tabs .bodies .body .materials .material.material-plast:after{content:'Пластик'}section.print-page .tabs .bodies .body .materials .material.material-textile:before{background:url('/i/img/print/textile.png') center center no-repeat}section.print-page .tabs .bodies .body .materials .material.material-textile:after{content:'Текстиль'}section.print-page .tabs .bodies .body .advantages,section.print-page .tabs .bodies .body .features{display:flex;flex-direction:column;align-items:flex-start;padding:3rem;border-radius:2.5rem}section.print-page .tabs .bodies .body .advantages .title,section.print-page .tabs .bodies .body .features .title{margin-bottom:.8rem;font-size:2rem}section.print-page .tabs .bodies .body .advantages{background:url('/i/img/advantages_background.png') top left no-repeat #3000ee;color:#fff}section.print-page .tabs .bodies .body .features{background-color:#efefef}section.print-page .tabs .bodies .body ul{margin:0;padding-left:1.4rem;list-style-type:'\2713'}section.print-page .tabs .bodies .body ul li{margin-top:.8rem;padding-left:.8rem}