.popular-products{width:100%;max-width:1110px;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:32px}.popular-products-title{font-size:32px;line-height:40px;font-weight:700;color:#222;margin:0;padding:0}.popular-products-grid{display:flex;flex-wrap:wrap;justify-content:space-between}.product-card{width:255px;height:412px;background:#fff;border-radius:8px;box-shadow:0 4px 8px 0 rgba(0,0,0,.05);text-decoration:none;color:inherit;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s ease;position:relative}.product-card:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.1)}.product-card-image-wrapper{width:100%;height:240px;position:relative;overflow:hidden;background:#f8f8f8}.product-card-image{width:100%;height:100%;object-fit:cover}.product-card-badge{position:absolute;top:12px;left:8px;padding:4px 8px;border-radius:100px;font-size:12px;line-height:12px;font-weight:400;color:#fff;z-index:1}.product-card-favorite{position:absolute;top:12px;right:12px;width:56px;height:56px;background:#004638;border:none;border-radius:50%;cursor:pointer;z-index:1;display:flex;align-items:center;justify-content:center;transition:background .2s}.product-card-favorite:hover{background:#00624c}.product-card-favorite:active{background:#003529}.product-card-favorite.active{background:#004638}.product-card-favorite svg{width:24px;height:24px}.product-card-favorite svg path{fill:#fff;transition:fill .2s}.product-card-favorite.active svg path{fill:#fff}.product-card-content{flex:1 1;display:flex;flex-direction:column;padding:16px;gap:12px}.product-card-info{display:flex;flex-direction:column;gap:4px}.product-card-category{font-size:12px;line-height:12px;font-weight:400;color:#6c6c6c}.product-card-name{font-size:16px;line-height:24px;font-weight:400;color:#222;margin:0;padding:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-rating{display:flex;align-items:center;gap:4px;height:16px}.product-card-rating svg{width:16px;height:16px;flex-shrink:0}.product-card-rating-value,.product-card-reviews{font-size:12px;line-height:12px;font-weight:400;color:#6c6c6c}.product-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-card-price{display:flex;flex-direction:column;gap:0}.product-card-price-current{font-size:24px;line-height:32px;font-weight:400;color:#222}.product-card-price-old{font-size:16px;line-height:16px;font-weight:400;color:#c1c1c1;text-decoration:line-through}.product-card-cart-button{width:36px;height:36px;background:#00463e;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background-color .2s ease;flex-shrink:0}.product-card-cart-button:hover{background:#003d32}.product-card-cart-button svg{width:20px;height:20px}@media (max-width:1200px){.popular-products{padding:0 24px}.popular-products-grid{justify-content:center}}@media (max-width:768px){.popular-products-grid{gap:16px}.product-card{width:calc(50% - 8px);max-width:255px}}@media (max-width:480px){.product-card{width:100%;max-width:255px}}.categories{width:100%;max-width:1110px;margin:0 auto;padding:0}.categories-grid{display:flex;justify-content:space-between;flex-wrap:wrap}.category-card{width:160px;height:144px;background:#f8f8f8;border-radius:8px;box-shadow:0 4px 8px 0 rgba(0,0,0,.05);text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:flex-start;padding:12px;gap:12px;transition:box-shadow .2s ease,transform .2s ease}.category-card:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.1);transform:translateY(-2px)}.category-card-image{width:60px;height:60px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.category-image{width:100%;height:100%;object-fit:contain}.category-card-name{font-size:16px;line-height:24px;font-weight:400;color:#222;margin:0;padding:0;width:136px;min-height:24px}@media (max-width:1200px){.categories{padding:0 24px}.categories-grid{justify-content:center}}@media (max-width:768px){.categories-grid{gap:16px;justify-content:flex-start}.category-card{width:calc(33.333% - 11px);min-width:140px}}@media (max-width:480px){.category-card{width:calc(50% - 8px)}}.call-center{width:100%;max-width:1117px;height:416px;margin:0 auto;position:relative;padding:0}.call-center-content{width:100%;height:100%;display:flex;position:relative}.call-center-form-wrapper{width:644px;height:316px;display:flex;flex-direction:column;gap:32px;z-index:2;position:relative}.call-center-header{display:flex;flex-direction:column;gap:16px}.call-center-title{font-size:32px;line-height:40px;font-weight:700;color:#222;margin:0;padding:0;width:644px;height:40px}.call-center-subtitle{font-size:20px;line-height:32px;font-weight:400;color:#222;margin:0;padding:0;width:627px;height:32px}.call-center-form{display:flex;flex-direction:column;gap:12px;width:644px}.call-center-form-fields{display:flex;flex-direction:column;gap:16px;width:397px}.call-center-input{width:100%;height:56px;padding:16px 24px;border:1px solid #c1c1c1;border-radius:100px;font-size:16px;line-height:24px;font-weight:400;color:#222;background:#fff;outline:none;transition:border-color .2s ease}.call-center-input::placeholder{color:#c1c1c1}.call-center-input:focus{border-color:#00463e}.call-center-submit{width:397px;height:56px;background:#00463e;color:#fff;border:none;border-radius:100px;font-size:16px;line-height:24px;font-weight:400;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.call-center-submit:hover:not(:disabled){background:#003d32}.call-center-submit:disabled{opacity:.6;cursor:not-allowed}.call-center-background{position:absolute;top:0;right:0;width:100%;height:100%;pointer-events:none;z-index:1}.call-center-image-circle{position:absolute;right:0;top:0;width:397px;height:397px;border-radius:50%;overflow:hidden}.call-center-image{width:100%;height:100%;object-fit:cover}@media (max-width:1200px){.call-center{max-width:100%;padding:0 24px;height:auto;min-height:416px}.call-center-content{flex-direction:column;align-items:flex-start;gap:24px}.call-center-form-wrapper{width:100%;max-width:644px;height:auto}.call-center-subtitle,.call-center-title{width:100%;height:auto}.call-center-form{width:100%}.call-center-form-fields,.call-center-submit{width:100%;max-width:397px}.call-center-background{position:relative;width:100%;height:300px;margin-top:24px}.call-center-blur-circle-left{left:50%;transform:translateX(-50%);top:0}.call-center-image-circle{position:absolute;right:0;top:0;width:300px;height:300px}}@media (max-width:768px){.call-center-title{font-size:24px;line-height:32px}.call-center-subtitle{font-size:16px;line-height:24px}.call-center-image-circle{width:200px;height:200px}}