.home-about-company{padding:60px 0 80px}@media(max-width:1023px){.home-about-company{padding:40px 0 60px}}@media(max-width:767px){.home-about-company{padding:30px 0 50px}}.home-accessories{padding:40px 0 0;overflow-x:hidden}.home-accessories .home-section-header{margin-bottom:40px}@media(max-width:1023px){.home-accessories .home-section-header{margin-bottom:32px}}.home-accessories .home-product-grid{overflow:hidden}.home-accessories .home-product-grid__row{gap:20px;grid-template-columns:repeat(5,minmax(0,1fr))}@media(max-width:1200px){.home-accessories .home-product-grid__row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.home-accessories .home-product-grid__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}@media(max-width:424px){.home-accessories .home-product-grid__row{grid-template-columns:minmax(0,1fr)}}.home-accessories__empty{margin:0;font-size:16px;color:#999}.service-cards{padding:40px 0 0}.service-cards__container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media(max-width:1023px){.service-cards__container{grid-template-columns:1fr}}.service-cards__item{min-height:234px;padding:30px;border-radius:20px;background:#f5f5f5;display:flex;flex-direction:column}.service-cards__head{display:flex;align-items:center;gap:20px}.service-cards__icon{width:42px;height:42px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.service-cards__title{margin:0;font-size:16px;font-weight:600;line-height:1.2;color:#1b1b1b}.service-cards__description{margin:12px 0 0;font-size:16px;line-height:1.25;color:#888;max-width:357px}.service-cards__button{align-self:flex-start;margin-top:auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:0;padding:0 24px;height:46px;border-radius:6px;background:#546dfc;color:#fbfbfb;font-size:14px;font-weight:600;line-height:1;transition:var(--transition)}.service-cards__button:hover{background:var(--primary-hover);color:#fff}.service-cards__button-arrow{display:block;flex-shrink:0;width:14px;height:14px}.brands{--brands-logo-max-height:64px;--brands-gap:120px;--brands-marquee-duration:68.25s;padding:40px 0 0;overflow:hidden}@media(max-width:767px){.brands{--brands-logo-max-height:48px;--brands-gap:72px;--brands-marquee-duration:45.5s}}.brands__title{margin:0;font-weight:600;font-size:32px;line-height:.9;color:#1b1b1b;text-align:left}.brands__marquee{margin-top:29px;padding-bottom:40px;width:100%}.brands__marquee-track{overflow:hidden;width:100%}.brands__marquee-inner{display:flex;width:max-content;-webkit-backface-visibility:hidden;backface-visibility:hidden}.brands__marquee-inner--ready{animation:brands-marquee var(--brands-marquee-duration) linear infinite}@media(prefers-reduced-motion:reduce){.brands__marquee-inner{animation:none}}.brands__items{display:flex;align-items:center;gap:var(--brands-gap);flex-shrink:0;padding-right:var(--brands-gap)}.brands__item{display:block;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;width:auto;height:auto;max-height:var(--brands-logo-max-height);max-width:none;object-fit:contain}@keyframes brands-marquee{0%{transform:translateZ(0)}to{transform:translate3d(calc(-1 * var(--brands-marquee-distance)),0,0)}}