.ticker{margin:2rem 0;padding:2.55rem 0;overflow:hidden;background-color:#44525a}.ticker:hover .wrapper{animation-play-state:paused}.ticker .wrapper{display:flex;column-gap:3rem;align-items:center;width:max-content;animation:scroll-right 50s infinite linear}@keyframes scroll-right{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.ticker .item{display:flex;align-items:center;column-gap:3rem;font-size:3rem;line-height:1;text-transform:uppercase;color:#fff}.ticker .item svg{color:#c6b5a0}.prints-list{display:flex;flex-wrap:wrap;align-items:start;grid-gap:2rem}.prints-list .print-item{position:relative;display:flex;flex-shrink:0;width:calc(100% / (1500 / 380) - 1.5rem);aspect-ratio:380/236;height:auto}.prints-list .print-item:nth-child(2){width:calc(100% / (1500 / 493) - 1.5rem);aspect-ratio:493/236}.prints-list .print-item:nth-child(3){width:calc(100% / (1500 / 247) - 1.5rem);aspect-ratio:247/236}.prints-list .print-item:nth-child(4){z-index:1;aspect-ratio:380/522;margin-bottom:-50%}.prints-list .print-item:nth-child(5){z-index:1;aspect-ratio:380/544;margin-bottom:-50%}.prints-list .print-item:nth-child(6){width:calc(100% / (1500 / 358) - 1.5rem);aspect-ratio:358/265}.prints-list .print-item:nth-child(7),.prints-list .print-item:nth-child(8){aspect-ratio:380/265}.prints-list .print-item:nth-child(9){aspect-ratio:380/259}.prints-list .print-item:nth-child(10){width:calc(100% / (1500 / 358) - 1.5rem);aspect-ratio:358/259}.prints-list .print-item:nth-child(11),.prints-list .print-item:nth-child(12){aspect-ratio:358/259}.prints-list .print-item .title{position:absolute;left:0;top:0;padding:1.2rem 2.1rem;min-width:fit-content;max-width:100%;backdrop-filter:blur(8px);background-color:rgba(255,255,255,.54);border-radius:1rem 0 1rem 0}.prints-list .print-item a{display:flex;width:100%}.prints-list .print-item a img{width:100%;height:100%;border-radius:1rem;object-fit:cover}.prints-list .print-item .icon{position:absolute;right:1.1rem;bottom:1.1rem;display:flex;align-items:center;justify-content:center;width:7.6rem;height:7.6rem;background:rgba(1,1,1,.33);backdrop-filter:blur(8px);border-radius:50%}section.feedback{display:flex;justify-content:space-between;align-items:start;column-gap:2rem;padding:5rem;margin:0 auto;margin-top:5rem;background-color:#f7f7f7;border-radius:2rem}section.feedback input{width:100%}section.feedback .left-col{display:flex;column-gap:2rem}section.feedback .left-col img{object-fit:cover}section.feedback .right-col{max-width:62.8rem;flex-grow:1}section.feedback .contacts .title{margin-bottom:2rem}section.feedback .contacts .links{display:flex;flex-direction:column;row-gap:3rem}section.feedback .contacts .links a{display:flex;align-items:center;column-gap:.8rem}section.feedback .contacts .links a svg{display:flex;align-items:center;justify-content:center;width:2.4rem;color:#5e6a8e}section.feedback .policy label{align-items:center;color:#adadad}section.feedback .files-wrapper{display:flex;justify-content:space-between;column-gap:2rem}section.feedback .files{display:flex}section.feedback .files .file{display:flex;column-gap:.8rem;color:#5e6a8e}section.feedback .files .names{display:flex;margin-top:.5rem;color:#adadad}section.feedback .communicate-type{padding:1rem}section.feedback .communicate-type .title{margin-bottom:.8rem;color:#5e6a8e}section.feedback .communicate-type .radios{display:flex;column-gap:2rem}.product-card{position:relative;height:58.76rem}.product-card:hover{z-index:1}.product-card:hover .colors img{display:block}.product-card:hover .inner{box-shadow:4px 4px 27.8px 0 #2f48932B}.product-card .inner{display:flex;flex-direction:column;padding:1rem;border:1px solid #eaecf4;border-radius:1rem;background-color:#fff}.product-card .inner .image{display:flex;margin-bottom:2rem}.product-card .inner .image img{width:100%;object-fit:contain}.product-card .colors{display:grid;grid-template-columns:repeat(5,3.4rem);grid-gap:0.5rem;min-height:7.3rem;align-self:center}.product-card .colors img{object-fit:contain;display:none;cursor:pointer}.product-card .colors img:nth-child(-n+10){display:block}.product-card .text-wrapper{margin-top:1rem;display:flex;flex-direction:column;row-gap:2rem}.product-card .text-wrapper .title{min-height:3.52rem;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:2;-webkit-line-clamp:2;overflow:hidden}.product-card .params{display:flex;flex-direction:column;row-gap:.5rem;color:#adadaf}.product-card .buy{display:flex;align-items:center;justify-content:space-between}.product-card .buy .input-wrapper{position:relative}.product-card .buy .input-wrapper>button{position:absolute;display:flex;align-items:center;justify-content:center;top:50%;width:1.4rem;height:1.4rem;padding:0;font-size:.9rem;line-height:1;color:#fff;border:0;border-radius:50%;background-color:#2c385c}.product-card .buy .input-wrapper>button i{transform:translateY(1%)}.product-card .buy .input-wrapper>button.decrement{left:2.5rem;transform:translate(-100%,-50%)}.product-card .buy .input-wrapper>button.increment{right:5.5rem;transform:translate(100%,-50%)}.product-card .buy .input-wrapper .unit{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);color:#adadad;font-size:1.4rem;line-height:1}.product-card .buy input{padding-left:2.5rem;padding-right:5.5rem;width:11.7rem;height:2.8rem;text-align:center;font-size:1.4rem;background-color:#fff;border-color:#2c385c;border-radius:.5rem}.product-card .buy .buy-button{padding:.2rem 2rem;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#2c385c;border-radius:.5rem;border:0}.product-card .buy .buy-button:hover{background-color:#5e6a8e}.product-card .buy .buy-button.YES{display:none}.product-card .buy .buy-button.zero-balance{display:none}.product-card .buy .buy-button.zero-balance.YES{display:flex}section.prints{padding-top:2rem}section.prints .slider-btn{display:none}section.prints .banner{display:flex;width:100%;height:auto;border-radius:1rem}section.prints .page-banner{display:flex;width:100%;height:auto;margin-bottom:6rem;aspect-ratio:1600/350;border-radius:1rem;object-fit:cover}section.prints .ticker{margin-bottom:8rem}section.prints .prints-list{margin:16rem 0}section.prints .prints-advantages{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:2rem}section.prints .prints-advantages .item{position:relative;padding:2rem;border-radius:1rem}section.prints .prints-advantages .item:first-child{background-color:#f0f2fa}section.prints .prints-advantages .item:nth-child(2){background-color:#c2cfc5}section.prints .prints-advantages .item:nth-child(3){background-color:#fdf9e6}section.prints .prints-advantages .item img{position:absolute;bottom:0;right:2rem;object-fit:contain;object-position:bottom}section.prints .prints-gallery{margin-top:4rem}section.prints .prints-gallery .title{margin-bottom:4rem}section.prints .prints-gallery .prints-gallery-list{display:flex;justify-content:center;flex-wrap:wrap;grid-gap:2rem}section.prints .prints-gallery .prints-gallery-list img{aspect-ratio:505/338;width:calc(100% / 3 - 4rem / 3);height:auto;object-fit:cover}