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}.page-blog body>main{overflow:visible}section.blog{padding-top:2rem}section.blog .blog-list{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:4rem 2rem}section.blog .blog-list .blog-item{display:flex;flex-direction:column}section.blog .blog-list .blog-item .title{margin-bottom:1rem}section.blog .blog-list .blog-item .text{margin-bottom:auto}section.blog .blog-list .blog-item .image{display:flex;margin-bottom:1rem}section.blog .blog-list .blog-item img{object-fit:cover;aspect-ratio:506/287;width:100%;height:auto;border-radius:1rem}section.blog .blog-list .blog-item .btn{margin-top:5rem;width:100%;justify-content:center}section.blog .page-blog-list{position:sticky;top:15rem;display:flex;flex-direction:column;width:37.5rem}section.blog .page-blog-list .blog-item{padding:1rem;background-color:#f0f2fa;border-radius:1rem}section.blog .page-blog-list .blog-item .title{margin-bottom:1rem}section.blog .page-blog-list .blog-item .image{display:flex;margin-bottom:1rem}section.blog .page-blog-list .blog-item img{object-fit:cover;aspect-ratio:355/287;width:100%;height:auto;border-radius:1rem}section.blog .page-blog-list .blog-item .btn{margin-top:2rem;width:100%;justify-content:center}section.blog .blog-grid{display:flex;justify-content:space-between;column-gap:2rem}section.blog .blog-grid .content{max-width:103.7rem}section.blog .blog-grid .content img{display:flex;border-radius:1rem}section.blog .blog-grid .content h2{margin:4rem 0 1rem 0;font-size:2.5rem;line-height:1.1;font-weight:600}section.blog .gallery{margin:4rem 0;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:2rem}section.blog .gallery img{aspect-ratio:332/445;width:100%;height:auto}.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}