.home-offers{display:flex;flex-direction:column;align-items:flex-start;gap:40px;position:relative}.home-offers-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.home-offers-title{height:49px;flex:1 1 auto;min-width:0;color:#000;font-size:36px;font-style:normal;font-weight:500;line-height:120%;text-transform:uppercase}.home-offers-catalog-link{display:none;flex-shrink:0;color:#000;font-size:12px;font-weight:400;line-height:1.3;text-decoration:none;text-align:center;white-space:nowrap}.home-offers-catalog-link:hover{color:#426b94}.home-offers-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;width:100%}.home-offers-card_wide{grid-column:span 2}.home-offers-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.home-offers-card:hover{border-color:#d0d5dc;box-shadow:0 4px 16px rgba(0,0,0,.08)}.home-offers-card-inner{padding:20px;display:flex;flex-direction:column;min-height:380px}.home-offers-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-height:50px}.home-offers-card-title-link{text-decoration:none;color:#2e3a46;flex:1 1;min-width:0}.home-offers-card-title{flex:1 0;color:#2e3a46;font-size:16px;font-style:normal;font-weight:500;line-height:130%;text-transform:uppercase}.home-offers-card_info-block{display:flex;align-items:center;justify-content:space-between;padding:5px 0}.home-offers-card-title-link:hover .home-offers-card-title{color:#426b94}.home-offers-card-actions{display:flex;gap:12px;flex-shrink:0}.home-offers-card-actions a,.home-offers-card-actions button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:1px solid #e0e0e0;border-radius:8px;color:#9ca3af;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.home-offers-card-actions a:hover,.home-offers-card-actions button:hover{background:#f5f5f5;color:#2e3a46;border-color:#d0d5dc}.home-offers-card-actions svg{width:20px;height:20px}.home-offers-card-image-link{flex:1 1;min-height:200px;padding:24px 0;text-decoration:none}.home-offers-card-image,.home-offers-card-image-link{display:flex;align-items:center;justify-content:center}.home-offers-card-image{width:100%;height:200px}.home-offers-card-image-img{max-width:100%;max-height:200px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.home-offers-card-footer{margin-top:auto;padding-top:16px;border-top:1px solid #e8e8e8;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:start;gap:12px 16px}.home-offers-card-footer-left{display:flex;flex-direction:column;gap:4px}.home-offers-card-article{font-size:12px;color:#6b7280;font-weight:400}.home-offers-card-price{font-size:18px;font-weight:700;color:#2e3a46}.home-offers-card-old-price{font-size:14px;color:#9ca3af;text-decoration:line-through;font-weight:400}.home-offers-card-last-price{font-size:12px;color:#9ca3af;font-weight:500}.home-offers-card-footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.home-offers-card-availability{font-size:12px;font-weight:500}.home-offers-card-availability_in-stock{color:#2e3a46}.home-offers-card-availability_out{color:#9ca3af}.home-offers-card-availability_preorder{color:#b7791f}.home-offers-card-cart{flex-shrink:0}.home-offers-card-cart .shoping_cart_button_icon_shoppingcart{color:inherit}@media (max-width:1199px){.home-offers-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.home-offers-card_wide{grid-column:span 1}.home-offers-title{height:auto;font-size:18px;line-height:1.3}.home-offers-grid{grid-template-columns:repeat(2,1fr);gap:16px}.home-offers-card-inner{padding:14px;min-height:340px}.home-offers-card-title{font-size:11px}.home-offers-card-price{font-size:16px}.home-offers-card-image-link{padding:16px 0}.home-offers-card-image{height:160px}.home-offers-card-image-img{max-height:160px}}@media (max-width:575px){.home-offers{gap:20px}.home-offers-heading{align-items:center;min-height:21px}.home-offers-title{height:auto;font-size:16px;font-weight:500;line-height:1.3}.home-offers-catalog-link{display:block}.home-offers-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.home-offers-card_wide_mobile{grid-column:1/-1}.home-offers-card{box-sizing:border-box;height:240px;border:.8px solid rgba(7,32,58,.3);border-radius:14px;overflow:hidden}.home-offers-card:hover{box-shadow:none}.home-offers-card-inner{box-sizing:border-box;height:100%;min-height:0;padding:8px;justify-content:flex-start}.home-offers-card-header{position:relative;z-index:1;flex-shrink:0;gap:8px;min-height:0;align-items:flex-start}.home-offers-card-title-link{padding-top:6px;color:#000;min-width:0}.home-offers-card-title{font-size:12px;font-weight:500;line-height:1.3;color:#000;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.home-offers-card-actions{flex-direction:column;align-items:flex-end;gap:10px}.home-offers-card-actions .compare_button,.home-offers-card-actions .wish_list_buuton,.home-offers-card-actions a,.home-offers-card-actions button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:0;background:transparent;color:#000}.home-offers-card-actions .compare_button:hover,.home-offers-card-actions .wish_list_buuton:hover,.home-offers-card-actions a:hover,.home-offers-card-actions button:hover{background:transparent;border:none;color:#000}.home-offers-card-actions img,.home-offers-card-actions svg{width:16px;height:16px}.home-offers-card-image-link{flex:1 1 auto;flex-shrink:1;min-height:0;max-height:96px;padding:4px 10px;overflow:hidden}.home-offers-card-image{box-sizing:border-box;width:100%;height:100%;max-height:100%;min-height:0;overflow:hidden}.home-offers-card-image-img{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.home-offers-card_info-block{flex-shrink:0;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0;width:100%;margin-top:auto;padding:5px 0;border-bottom:.8px solid rgba(7,32,58,.3)}.home-offers-card-article{display:none}.home-offers-card-availability{width:100%;font-size:12px;font-weight:400;line-height:1.3;text-align:right;color:#000}.home-offers-card-availability_in-stock,.home-offers-card-availability_out,.home-offers-card-availability_preorder{color:#000}.home-offers-card-footer{flex-shrink:0;margin-top:8px;padding-top:0;border-top:none;flex-wrap:nowrap;align-items:flex-start;gap:8px}.home-offers-card-footer-left{flex:1 1 auto;min-width:0;gap:4px;min-height:40px}.home-offers-card-price{font-size:16px;font-weight:500;line-height:1.3;text-transform:uppercase;color:#000}.home-offers-card-old-price{font-size:12px;font-weight:400;line-height:1.3;color:rgba(0,0,0,.6)}.home-offers-card-footer-right{flex-shrink:0}.home-offers-card-cart .shoping_cart_button,.home-offers-card-cart .shoping_cart_button_active,.home-offers-card-cart .shoping_cart_button_block{width:40px;height:40px;min-width:40px;border-radius:200px}}.brand_home_page{display:flex;flex-direction:column;align-items:flex-start;gap:40px;width:100%}.brand_home_page-title_block{display:flex;height:clamp(43px,calc(49px - (100vw - 1728px) * .03125),49px);align-items:center;justify-content:space-between;width:100%}.brand_home_page-title{margin:0;font-size:36px;line-height:1.2}.brand_home_page-link_all_brands,.brand_home_page-title{color:var(--color-Black-primary);font-weight:500;text-transform:uppercase}.brand_home_page-link_all_brands{display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1.3;text-decoration:none}.brand_home_page_logo_block{display:flex;align-items:center;gap:16px;width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.brand_home_page_logo_block::-webkit-scrollbar{display:none}.brand_home_page-content-link{box-sizing:border-box;display:flex;flex-shrink:0;width:clamp(330px,calc(330px + (1920px - 100vw) * (5 / 192)),335px);height:240px;padding:40px;justify-content:center;align-items:center;border-radius:32px;background:#fff}.brand_home_page-content-link img{width:100%;height:100%;max-width:167px;max-height:100px;-o-object-fit:contain;object-fit:contain}@media (min-width:1920px){.brand_home_page{max-width:1920px;margin-left:auto;margin-right:auto}.brand_home_page-title_block{height:43px}.brand_home_page-content-link{width:330px}}@media (max-width:1699px){.brand_home_page-title_block{height:40px}.brand_home_page-content-link{width:310px;height:220px}}@media (max-width:1549px){.brand_home_page{gap:40px}.brand_home_page-title_block{height:36px}.brand_home_page-title{font-size:28px;font-weight:500;line-height:1.3}.brand_home_page-link_all_brands{font-size:16px}.brand_home_page_logo_block{gap:16px}.brand_home_page-content-link{width:297px;height:199px;padding:40px;border-radius:32px}}@media (max-width:1399px){.brand_home_page{gap:34px}.brand_home_page-title{font-size:26px}.brand_home_page_logo_block{gap:12px}.brand_home_page-content-link{width:260px;height:170px;padding:32px}}@media (max-width:1199px){.brand_home_page{gap:30px}.brand_home_page-title_block{height:auto;min-height:31px}.brand_home_page-title{font-size:24px;font-weight:500;line-height:1.3}.brand_home_page-link_all_brands{font-size:12px;font-weight:500;line-height:1.3}.brand_home_page_logo_block{gap:10px}.brand_home_page-content-link{width:237px;height:150px;padding:40px;border-radius:32px}.brand_home_page-content-link img{max-width:145px;max-height:70px}}@media (max-width:991px){.brand_home_page{gap:20px}.brand_home_page-title_block{height:auto;min-height:26px}.brand_home_page-title{font-size:20px;font-weight:500;line-height:1.3}.brand_home_page-link_all_brands{font-size:12px}.brand_home_page_logo_block{gap:10px}.brand_home_page-content-link{width:160px;height:120px;padding:20px;border-radius:16px}.brand_home_page-content-link img{max-width:100%;max-height:100%}}@media (max-width:767px){.brand_home_page{gap:20px}.brand_home_page-title{font-size:20px}.brand_home_page-link_all_brands{font-size:12px}.brand_home_page_logo_block{gap:8px}.brand_home_page-content-link{width:140px;height:100px;padding:16px;border-radius:16px}}@media (max-width:575px){.brand_home_page{gap:20px}.brand_home_page-title_block{height:auto;min-height:21px}.brand_home_page-title{font-size:16px;font-weight:500;line-height:1.3}.brand_home_page-link_all_brands{font-size:12px;font-weight:500;line-height:1.3}.brand_home_page_logo_block{gap:4px}.brand_home_page-content-link{width:91px;height:70px;padding:20px;border-radius:16px}.brand_home_page-content-link img{max-width:100%;max-height:100%}}