@import"https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Montserrat:wght@400;600;900&display=swap";html,body,#root,.app,.content{height:100%;width:100%;font-family:Montserrat,sans-serif}@media (max-width: 1024px){.center{padding-left:calc(50% - 393px);padding-right:calc(50% - 393px)}}.center{padding-left:calc(50% - 600px);padding-right:calc(50% - 600px)}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}a,a:visited{text-decoration:none;font-family:Montserrat,sans-serif;cursor:pointer}button,._btn{cursor:pointer}ul li{list-style:none}html,body{width:100%;height:100%;font-family:Montserrat,sans-serif;color:#fff}.home-page{display:flex;flex-direction:column}.section-container{max-width:1200px;width:90%;margin:0 auto;padding:0 20px}.section-title{font-weight:600;font-size:clamp(2rem,5vw,3rem);line-height:1.2;color:#000;margin-bottom:2rem;text-align:center;cursor:default;-webkit-user-select:none;user-select:none}.hero-section{background-image:url(/assets/cities-sYy-Vzti.png);min-height:70vh;background-repeat:no-repeat;background-size:contain;position:relative;overflow:hidden;margin-bottom:3rem;display:flex;align-items:flex-end;justify-content:flex-end}.hero-content{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:2rem;margin:2rem;max-width:600px;transition:all .3s ease;cursor:pointer}.hero-text{font-size:clamp(1rem,2vw,1.5rem);line-height:1.6;color:#000;text-shadow:2px 2px 4px rgba(0,0,0,.3);margin:0;text-align:center}.hero-content:hover{transform:scale(1.05)}.categories-section{padding:3rem 0}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;justify-content:center}.products-section{padding:3rem 0}.product-content{margin-top:2rem}@media (max-width: 992px){.hero-section{min-height:60vh;justify-content:center}.hero-content{margin:1.5rem;max-width:80%}}@media (max-width: 768px){.hero-section{min-height:50vh;background-size:cover;background-position:60% center}.hero-content{padding:1.5rem;margin:1rem;max-width:90%}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 480px){.hero-section{min-height:40vh}.hero-content{padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.section-title{font-size:1.8rem;margin-bottom:1.5rem}.categories-grid{grid-template-columns:1fr;gap:1rem}}.product-card-wrapper{width:100%;margin-bottom:1rem;cursor:pointer}.product-card{display:flex;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.product-image{width:120px;object-fit:cover;border-radius:8px 0 0 8px}.product-content{flex:1;padding:12px;display:flex;flex-direction:column}.product-title{font-weight:500;font-size:1rem;color:#000;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-description{font-size:.8rem;color:#666;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.product-price-container{margin-top:auto}.product-price{font-weight:500;font-size:1rem;color:#050505}.old-price{text-decoration:line-through;color:#999;margin-right:5px;font-size:.8rem}.discounted-price{color:red;font-size:1rem}.discount-badge{background:red;color:#fff;padding:3px 6px;font-size:.7rem;border-radius:4px;font-weight:700;display:inline-block;margin-top:5px}@media (min-width: 769px){.product-card{flex-direction:column;padding:16px;min-width:300px;height:100%;transition:all .3s ease}.product-image{width:100%;height:100%;border-radius:8px;margin-bottom:12px}.product-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #00000026}.product_list_container_catalog .product-card-wrapper .product-card .product-image{width:auto;height:auto}.product-title{font-size:1.1rem}.product-description{font-size:.9rem;-webkit-line-clamp:3}.product-price{font-size:1.1rem}.discounted-price{font-size:1.2rem}.discount-badge{position:absolute;top:10px;right:10px;margin-top:0}}@media (max-width: 768px){.product-card{min-height:100%}.product-card-wrapper{width:100%}.horizontal-scroll-container .product-card-wrapper{min-width:240px}}.horizontal-scroll-container .product-card{flex-direction:column}.horizontal-scroll-container .product-image{width:100%;height:160px;border-radius:8px;margin-bottom:12px}.product_list_container_catalog .product-card-wrapper{height:100%}.button{position:relative;border:none;cursor:pointer;transition:background-color .3s,transform .3s;overflow:hidden;display:flex;flex-direction:column;gap:5px;align-items:center}.button.small{font-size:12px;padding:8px 40px}.button.medium{font-size:16px;padding:12px 50px}.button.large{font-size:20px;padding:15px 80px}.button.round{border-radius:15px}.button.square{border-radius:0}.button.disabled{background-color:#ccc;cursor:not-allowed}.button.primary{background-color:#be1601}.button.secondary{border:1px solid #030303;background-color:#fff}.button.primary:hover:not(.disabled){background-color:#9b1200}.button.secondary:hover:not(.disabled){background-color:#cecece}span.ripple{position:absolute;border-radius:50%;transform:scale(0);animation:ripple .8s linear;background-color:#ffffffb3}@keyframes ripple{to{transform:scale(4);opacity:0}}.sub-label{font-size:12px}.product-list{width:100%}.loading-message,.error-message{text-align:center;padding:20px}.horizontal-scroll-container{position:relative;width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.product-cards-container{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding:10px 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-cards-container::-webkit-scrollbar{display:none}.scroll-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 10px #0003;transition:all .3s}.scroll-button:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.scroll-button.left{left:0}.scroll-button.right{right:0}@media (max-width: 768px){.scroll-button{display:none}.product_list_container{overflow-x:scroll;padding-bottom:15px}}.product_list{display:flex;flex-direction:column;justify-content:center}.product_list_container_catalog{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:15px;padding:0 15px;max-width:1200px;margin:0 auto 20px}.pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;padding:20px 0;list-style:none}.pagination .page-item{display:inline-block}.pagination .page-link{text-decoration:none;padding:10px 14px;font-size:16px;font-weight:500;color:#444;background:#f8f9fa;border-radius:8px;border:1px solid #ddd;transition:all .2s ease-in-out}.pagination .page-link:hover{background:#e9ecef}.pagination .active .page-link{background:red;color:#fff;border-color:red}.pagination .disabled .page-link{color:#ccc;cursor:not-allowed}.pagination .page-link[aria-disabled=true]{pointer-events:none;opacity:.5}@media (max-width: 1024px){.product-cards-container{gap:15px}}@media (max-width: 768px){.horizontal-scroll-container{padding:0 10px}.scroll-button{display:none}.product-cards-container{gap:12px;padding-bottom:15px}.product_list_container_catalog{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:15px}}@media (max-width: 480px){.product-cards-container{gap:10px}.product_list_container_catalog{grid-template-columns:1fr;gap:12px}}@media (max-width: 1024px){.product_list_container_catalog{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width: 768px){.product_list_container_catalog{grid-template-columns:repeat(1,1fr);gap:12px}}@media (max-width: 480px){.product_list_container_catalog{grid-template-columns:repeat(1,1fr);gap:10px;padding:0 10px}}.category-card{aspect-ratio:1/1;border-radius:10px;cursor:pointer;transition:all .3s ease;overflow:hidden;position:relative;box-shadow:0 4px 8px #0000001a}.category-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.category-image{width:100%;height:100%;object-fit:cover;position:relative}.category-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;transition:background .3s ease}.category-card:hover .category-overlay{background:#00000080}.category-name{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;color:#fff;font-weight:700;font-size:clamp(1.2rem,3vw,2rem);text-align:center;text-shadow:1px 1px 3px rgba(0,0,0,.8);margin:0;padding:.5rem}@media (max-width: 768px){.category-card{aspect-ratio:3/2}.category-name{font-size:1.5rem}}.basket_form{display:flex;flex-direction:column;row-gap:30px;align-items:center;padding:20px;width:100%;box-sizing:border-box}.basket_form-title{padding-top:20px;color:#000;text-align:center;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.basket_form-input{border:none;border-bottom:1px solid #cacdd8;background:none;font-size:14px;font-style:normal;font-weight:400;line-height:normal;width:100%;max-width:288px;outline:none;color:#000;font-family:Montserrat;padding:8px 0}.basket_f-price{color:#000;text-align:center;font-family:Montserrat;font-size:20px;font-style:normal;font-weight:400;line-height:normal}.basket_final-price{font-weight:500}@media (min-width: 768px){.basket_form{row-gap:50px;padding:0 42px 42px}.basket_form-title{padding-top:42px;font-size:24px}.basket_f-price{font-size:24px}}.shapka-text{color:#fff}.basket{display:flex;justify-content:space-between;flex-direction:column;margin-top:5rem;margin-bottom:64px}.height{min-height:735px}.basket-content{width:100%;max-height:400px;overflow-y:auto;padding-right:8px}.basket-content::-webkit-scrollbar{width:4px}.basket-content::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}.basket-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px;transition:background .3s ease}.basket-content::-webkit-scrollbar-thumb:hover{background:#555}.basket-content-text{display:flex;justify-content:space-between;margin-bottom:15px}.basket-form-wrapper{width:100%;margin-top:30px}.basket-form{width:100%;background-color:#f7f6f6;border-radius:20px;padding:20px;box-sizing:border-box}.basket-content-list{max-height:none}.basket-buttons{display:flex;gap:15px;margin-top:20px;flex-wrap:wrap;justify-content:center}.basket-container{display:flex;flex-direction:column;justify-content:space-between}.basket-container_view{display:flex;flex-direction:column}.basket-empty-container{display:flex;flex-direction:column;align-items:center;gap:15px;padding:20px;text-align:center}@media (min-width: 768px){.basket-container{flex-direction:row}.basket-content{width:780px;max-height:600px}.basket-form-wrapper{width:360px;margin-top:0;margin-left:30px}.basket-buttons{justify-content:flex-start;gap:30px}.shapka-text{color:#000}}.basket_item{display:flex;flex-direction:column;justify-content:space-between;border-top:1px solid #CACDD8;padding:15px 0;gap:15px;position:relative}.basket_left{display:flex;flex-direction:column;gap:15px;align-items:center;height:100%;cursor:pointer}.basket_img{width:100%;max-width:150px;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:10px}.basket_info{display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.basket_name{font-size:18px;font-weight:600;color:#333;margin-bottom:6px;text-align:center}.info_text{font-size:14px;line-height:17px;color:#888;margin-top:9px;margin-bottom:12px;text-align:center}.price_container{display:flex;align-items:center;gap:10px;justify-content:center}.old_price{text-decoration:line-through;color:#999;font-size:14px}.discounted_price{color:#000;font-size:18px;font-weight:600}.basket_price{font-size:16px;font-weight:500;color:#111;margin-bottom:6px;text-align:center}.basket_link-box{margin-top:8px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.basket_link{display:inline-block;padding:6px 12px;font-size:14px;font-weight:500;color:#000;background:#fff;border-radius:6px;border:none;cursor:pointer;transition:background .3s ease,transform .2s ease;text-decoration:none}.basket_link:hover{background:#ffd60a;transform:scale(1.05)}.basket_link:active{background:#b52b27;transform:scale(.95)}.basket_right{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:15px;margin-top:15px}.input_area{width:60px;height:40px;border:1px solid #ccc;border-radius:6px;text-align:center;font-size:16px;font-weight:600;background:#f9f9f9;outline:none;transition:border .2s ease}.input_area:hover,.input_area:focus{border-color:#ffd60a}.basket_total_price{font-size:16px;font-weight:600;color:#222;text-align:center}@media (min-width: 480px){.basket_item{flex-direction:row;padding:25px 0}.basket_left{flex-direction:row;align-items:flex-start}.basket_img{width:150px;height:150px}.basket_info{width:auto}.basket_name,.info_text,.basket_price{text-align:left}.price_container,.basket_link-box{justify-content:flex-start}.basket_right{flex-direction:column;align-items:flex-end;margin-top:0}}.breadcrumb-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1.5rem 2rem;position:relative;gap:1.5rem;background:linear-gradient(to right,#f9f9f9,#fff);border-radius:12px;box-shadow:0 2px 10px #0000000d;margin-bottom:2rem}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;font-size:.95rem;color:#444;gap:.6rem}.breadcrumb a{text-decoration:none;color:#555;transition:all .3s cubic-bezier(.25,.8,.25,1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px;padding:.3rem .5rem;border-radius:6px;font-weight:500}.breadcrumb a:hover{color:#3a86ff;background-color:#3a86ff1a;transform:translateY(-1px)}.breadcrumb-separator{color:#999;font-size:.8rem;display:flex;align-items:center}.breadcrumb span:last-child{font-weight:600;color:#3a86ff;background-color:#3a86ff1a;padding:.3rem .8rem;border-radius:6px;margin-left:.3rem}.filter-dropdown{position:relative;z-index:10}.filter-button{background:linear-gradient(to right,#f8f9fa,#fff);border:1px solid #e0e0e0;border-radius:30px;padding:.6rem 1.2rem;font-size:.9rem;color:#444;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;align-items:center;justify-content:center;gap:.6rem;min-width:140px;box-shadow:0 2px 5px #0000000d;font-weight:500}.filter-button:hover{background:linear-gradient(to right,#f1f3f5,#fff);box-shadow:0 4px 8px #00000014;transform:translateY(-1px);border-color:#d0d0d0}.filter-button:active{transform:translateY(0)}.arrow{display:inline-block;transition:transform .3s ease-out;font-size:.7rem;color:#777}.rotated{transform:rotate(180deg)}.filter-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:.8rem;display:none;flex-direction:column;gap:.5rem;min-width:240px;z-index:100;box-shadow:0 6px 20px #0000001a;opacity:0;transform:translateY(-10px);transition:all .25s ease-out}.filter-menu.open{display:flex;opacity:1;transform:translateY(0);animation:fadeIn .25s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filter-menu label{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.8rem;padding:.6rem .8rem;font-size:.9rem;cursor:pointer;transition:all .2s ease;border-radius:8px;color:#444;position:relative;width:100%}.filter-menu label:hover{background:#f8f9fa;transform:translate(3px)}.filter-menu input{position:absolute;opacity:0;cursor:pointer}.checkmark-container{display:flex;align-items:center;justify-content:center;width:18px}.checkmark{position:relative;height:18px;width:18px;min-width:18px;background-color:#f8f9fa;border:1px solid #ddd;border-radius:4px;transition:all .2s;flex-shrink:0}.filter-menu label:hover .checkmark{background-color:#f1f3f5;border-color:#ccc}.filter-menu input:checked~.checkmark{background-color:#3a86ff;border-color:#3a86ff}.checkmark:after{content:"";position:absolute;display:none;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.filter-menu input:checked~.checkmark:after{display:block}.filter-category-name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.reset-filter{background:none;border:none;color:#ff6b6b;font-size:.85rem;padding:.6rem .8rem;cursor:pointer;text-align:left;border-radius:8px;transition:all .2s;margin-top:.5rem;font-weight:500}.reset-filter:hover{background:#ff6b6b1a;transform:translate(3px)}@media (max-width: 768px){.breadcrumb-container{flex-direction:column;align-items:stretch;gap:1.2rem;padding:1.2rem;border-radius:10px}.breadcrumb a{max-width:130px;padding:.2rem .4rem}.filter-dropdown{width:100%}.filter-button{width:100%;padding:.7rem;justify-content:space-between}.filter-menu{width:100%;min-width:auto;right:auto;left:0}}@media (max-width: 480px){.breadcrumb{font-size:.85rem;gap:.4rem}.breadcrumb a{max-width:100px;font-size:.8rem}.breadcrumb span:last-child{font-size:.85rem}.filter-button{font-size:.85rem;min-width:auto}.filter-menu label{font-size:.85rem;padding:.5rem .7rem}}.catalog-section,.product-page{padding-top:5rem}.product_container{display:grid;grid-template-columns:1fr;gap:30px;padding:1rem}.product_container_view{display:flex;flex-direction:column;gap:20px}.product_container_img{width:100%;max-height:none}.product-card-image{width:100%;height:auto;max-height:500px;object-fit:contain;border-radius:8px}.product_container_description{display:flex;flex-direction:column;gap:20px}.product_container_warn_info{background-color:#2a4365;padding:15px;border-radius:15px;color:#fff;font-size:.9rem;line-height:1.6}.product_container h1{font-size:30px;color:#000;text-transform:uppercase;font-weight:300;text-align:center;margin-bottom:15px;margin-top:15px}.product-section{padding:15px 0;border-bottom:1px solid rgba(197,197,197,.34)}.product-section h3{font-size:1.2rem;margin-bottom:10px;margin-top:10px;color:#000}.product-section p{font-size:.9rem;line-height:1.6;margin-bottom:10px;color:#000}.product-section ul{padding-left:20px;color:#000}.product-section li{padding-left:20px;margin-bottom:5px;position:relative;color:#000}.product-section li:before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;border-radius:50%;background-color:#000}.table-container{padding:15px 0;color:#000}.table-container h3{padding-bottom:15px}.product_table_header{overflow-x:auto}.product_table_content{max-height:300px;overflow-y:auto;border:1px solid #ddd;margin-top:5px}table{width:100%;min-width:600px}th,td{padding:12px;text-align:left;border-bottom:1px solid #ddd}th{background-color:#f5f5f5;font-weight:700}.product_calculator{background-color:#021b3a;padding:20px;border-radius:8px;color:#fff}.input{margin-bottom:15px}.input__placeholder{background:#fff;color:#000;padding:10px;border-radius:8px;display:flex;justify-content:space-between}.input__controls{display:flex;align-items:center;gap:10px}.quantity_button{background:#fff;border:none;border-radius:4px;padding:5px;cursor:pointer}.product_container_quantity{display:flex;flex-direction:column;gap:15px}@media (min-width: 992px){.product_container{grid-template-columns:1fr 1.5fr;gap:40px}.product_container_view{position:sticky;top:20px;align-self:flex-start}.product-card-image{height:400px}.product_container_quantity{flex-direction:row;align-items:center}}@media (min-width: 768px) and (max-width: 991px){.product_container{grid-template-columns:1fr 1fr}.product-card-image{height:350px}}@media (max-width: 767px){.product-card-image{height:auto;max-height:400px}.input__controls{flex-wrap:wrap}table{min-width:100%}}.product_table_content::-webkit-scrollbar{width:6px;height:6px}.product_table_content::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.product_table_content::-webkit-scrollbar-track{background:#f1f1f1}.product_calculator{display:flex;flex-direction:column;gap:15px;background-color:#021b3a;padding:16px;border-radius:8px;border:1px solid #e0e0e0;width:100%}.product_calculator .input__placeholder{background-color:#fff;flex:1}.input{color:#fff;display:flex;flex-direction:column;gap:.5rem;-webkit-user-select:none;user-select:none}.product_calculator__package{color:gray;font-size:10px}.input__controls .input{flex-direction:row;align-items:center;padding:0 20px}.input__controls{display:flex;flex-direction:row}.input__placeholder{display:flex;justify-content:space-between;align-items:center;padding:10px;border-radius:10px;color:#000;border:1px solid black}.input__placeholder.static{color:gray;border:1px solid gray}.input__placeholder:focus-within{border:1px solid #eab302}.input__placeholder__description{color:gray;font-size:10px}.input__field{border:none;outline:none;font-size:16px;width:100%;text-align:left}.input__field:disabled{background-color:#fff}.quantity_button{display:flex;padding:5px;cursor:pointer;border:none;border-radius:5px;background-color:#fff;color:#000;transition:transform .2s ease;align-items:center}.quantity_button.disabled{pointer-events:none;opacity:.5;cursor:not-allowed}.product_container_quantity{display:flex;justify-content:center;gap:20px}.product_container_quantity_button{display:flex;justify-content:center}@media (max-width: 768px){.product_calculator{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px}.input{display:flex;justify-content:space-between}.product_container_quantity{grid-column:1 / -1}.input__placeholder{padding:8px;min-height:50px;max-height:50px}}:root{--primary: #2a4365;--secondary: #3182ce;--accent: #9b1200;--light: #f7fafc;--dark: #1a202c;--gray: #718096}.about-company{line-height:1.6;color:var(--dark);margin-top:5rem}.about_container{max-width:1200px;margin:0 auto;padding:0 20px}.company-header{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;padding:60px 0;text-align:center}.company-header h1{font-size:2.5rem;margin-bottom:20px}.lead{font-size:1.5rem;max-width:800px;margin:0 auto}.about-company section{padding:60px 0}.about-company h2{color:var(--primary);font-size:2rem;margin-bottom:30px;text-align:center;position:relative}.about-company h2:after{content:"";display:block;width:80px;height:4px;background:var(--accent);margin:15px auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}.service-card{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:30px;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-card h3{color:var(--secondary);margin-bottom:15px;font-size:1.5rem}.features-list{list-style-type:none;margin:15px 0}.features-list li{position:relative;padding:8px 0 8px 25px}.features-list li:before{content:"✓";color:var(--accent);position:absolute;left:0;font-weight:700}.finance-section{background-color:#f0f5ff}.finance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px;margin-top:40px}.finance-card{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:30px}.cta-section{background:linear-gradient(135deg,var(--secondary),var(--primary));color:#fff;text-align:center;padding:80px 0}.cta-section h2{color:#fff}.cta-section h2:after{background:#fff}.cta-button{background:var(--accent);color:#fff;padding:12px 30px;border-radius:50px;border:none;font-weight:700;margin-top:20px;cursor:pointer;transition:all .3s ease;font-size:1rem;border:2px solid var(--accent)}.cta-button:hover{background:transparent;color:#fff}@media (max-width: 768px){.company-header h1{font-size:2rem}.lead{font-size:1.1rem}.about-company section{padding:40px 0}.finance-grid{grid-template-columns:1fr}}.footer{background:#f7f6f6;padding:40px 0;width:100%}.footer__container{max-width:1200px;margin:0 auto;padding:0 20px}.footer__content{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px}.footer__info{display:flex;flex-wrap:wrap;gap:40px}.footer__item{display:flex;flex-direction:column;gap:15px;min-width:150px}.footer__title{font-size:1.2rem;font-weight:600;color:#000;margin-bottom:10px}.footer__link{position:relative;text-decoration:none;color:#888;font-size:.95rem;transition:color .3s}.footer__link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background-color:#888;transition:width .3s}.footer__link:hover{color:#555}.footer__link:hover:after{width:100%}.footer__social{display:flex;gap:15px;margin-top:10px}.footer__social-link{display:flex;align-items:center;transition:transform .3s}.footer__social-link:hover{transform:scale(1.1)}.footer__subscribe{max-width:350px;width:100%}.footer__subscribe-text{margin-bottom:15px;font-size:.95rem;color:#000}.footer__form{display:flex;flex-direction:column;gap:15px}.footer__input{width:100%;height:46px;padding:0 20px;border:1px solid #C4C4C4;border-radius:15px;font-size:.95rem;background:#fff}.footer__input::placeholder{color:#c4c4c4}.footer__logo{margin-bottom:30px}.footer__alert{position:fixed;bottom:20px;right:20px;max-width:90%;z-index:1000}@media (max-width: 768px){.footer{padding:30px 0}.footer__content,.footer__info{flex-direction:column;gap:30px}.footer__subscribe{max-width:100%}.footer__title{font-size:1.1rem}.footer__link{font-size:.9rem}}@media (max-width: 480px){.footer__container{padding:0 15px}.footer__item{min-width:100%}.footer__alert{bottom:10px;right:10px;width:calc(100% - 20px)}}.logo_img{transition:all .3s;display:flex;flex-direction:row;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;cursor:pointer}.logo_img:hover{transform:scale(1.05)}.secondary{color:#000}.primary{color:#fff}.header{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:20px 0;display:flex;flex-direction:column;justify-content:space-between}.main-background,.catalog-background,.basket-background,.about-background,.product-background{position:relative;z-index:1}.main-background:before,.catalog-background:before,.basket-background:before,.about-background:before,.product-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:-1}.main-background{background-image:url(/assets/mainpage-background-DpddpxNl.webp);min-height:60vh}.catalog-background{background-image:url(/assets/catalog-background-DVZritiz.webp);min-height:60vh}.basket-background{background-image:url(/assets/basket-background-CNovg8u5.webp);min-height:50vh}.about-background{background-image:url(/assets/about-background-CU-yMKDG.webp);min-height:60vh}.product-background{background-image:url(/assets/product-background-BX8g97sq.webp);min-height:50vh}.default-background{background-color:#f0f0f0;min-height:40vh}.top_content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:2rem;margin-top:4rem;-webkit-user-select:none;user-select:none;max-width:1200px;width:90%;margin-left:auto;margin-right:auto}.main_name{color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);text-align:left;line-height:1.3;margin-bottom:1.5rem;font-weight:700;text-transform:uppercase}.main-background .main_name{font-size:clamp(2rem,5vw,3.5rem)}.catalog-background .main_name,.basket-background .main_name,.about-background .main_name,.product-background .main_name{font-size:clamp(1.8rem,4vw,3rem)}.slogan{font-size:clamp(1rem,2vw,1.5rem);margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);max-width:600px}.linkcat{position:relative;display:inline-block;padding:.5rem 0;color:#fff;text-decoration:none;font-size:clamp(.9rem,2vw,1.1rem);font-weight:500;transition:all .3s ease}.linkcat:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#fff;transition:width .3s ease}.linkcat:hover:after{width:0}@media (max-width: 768px){.header{background:none!important;min-height:auto!important;padding:0;color:inherit}.header:before{display:none}.top_content{display:none}}:root{--primary-color: #2a4365;--secondary-color: #3182ce;--white: #ffffff;--text-shadow: 2px 2px 4px rgba(0, 0, 0, .5)}.container{width:90%;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:76px;position:relative;z-index:100}.container h1{font-size:30px;color:var(--white);text-transform:uppercase;font-weight:700;text-align:center;text-shadow:var(--text-shadow)}.logo{font-size:24px;font-weight:700;z-index:100}.top_text{border-radius:20px;border:1px solid var(--white);width:288px;height:41px;background-color:#ffffffb3;outline:none;font-size:16px;font-weight:400;color:var(--white);padding-left:32px;padding-right:32px;box-sizing:border-box}.navlink{text-shadow:var(--text-shadow);font-size:16px;font-weight:400;color:var(--white);cursor:pointer;transition:all .3s ease;text-decoration:none}.navlink:hover{transform:scale(1.05);text-shadow:0px 0px 10px var(--white)}.links_menu{display:flex;gap:32px;align-items:center}.navbar{height:76px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:100}.mobile-menu-icon{display:none;cursor:pointer;z-index:100}.bar{width:25px;height:3px;background-color:var(--white);margin:5px 0;transition:all .3s ease}.bar.open:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.bar.open:nth-child(2){opacity:0}.bar.open:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (max-width: 768px){.mobile-menu-icon{display:block}.links_menu{position:fixed;top:0;right:-100%;width:70%;height:100vh;background-color:var(--primary-color);flex-direction:column;justify-content:center;gap:40px;transition:right .3s ease;z-index:90;padding-top:76px}.links_menu.active{right:0}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background-color:var(--primary-color)}}@media (max-width: 480px){.container{height:60px}.links_menu{width:100%}.navlink{font-size:18px}}@media (min-width: 768px){.container{border-bottom:1px solid var(--white);padding:0 .9rem}}
