@keyframes bounceUp{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.main-header{width:100%;max-width:1200px;margin:20px auto;padding:0 15px;box-sizing:border-box}.main-header__container{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border:1px solid #e5e5e5;border-radius:20px;padding:16px 30px;box-shadow:0 4px 20px rgba(0,0,0,.06)}.main-header__logo{font-family:"Comessioner","Commissioner",Arial,sans-serif;font-size:18px;font-weight:700;color:#bb2026;white-space:nowrap}.main-header__list{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}.main-header__link{font-family:"Roboto",Arial,sans-serif;font-size:16px;font-weight:600;color:#000;text-decoration:none;transition:color .2s ease;white-space:nowrap}.main-header__link--accent{color:#bb209e}.main-header__link--accent:hover,.main-header__link:hover{color:#bb2026}@media (max-width:1024px){.main-header{display:none!important}}.mobile-header,.mobile-menu{display:none}@media (max-width:1024px){.mobile-header{display:block;width:100%;padding:15px;box-sizing:border-box}.mobile-header__container{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border:1px solid #e5e5e5;border-radius:20px;padding:12px 20px;box-shadow:0 4px 15px rgba(0,0,0,.05)}.mobile-header__logo{font-family:"Comessioner","Commissioner",Arial,sans-serif;font-size:18px;font-weight:700;color:#bb2026}.mobile-header__burger{background:0 0;border:0;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.mobile-header__burger svg{display:block;width:22px;height:16px}.mobile-menu{display:block;position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background-color:#fff;z-index:999999;overflow-y:auto;box-sizing:border-box;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.mobile-menu.is-open{opacity:1;visibility:visible}.mobile-menu__container{position:relative;width:100%;min-height:100vh;padding:40px 20px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.mobile-menu__close{position:absolute;top:20px;right:20px;background:0 0;border:0;font-size:28px;line-height:1;color:#000;cursor:pointer;padding:10px}.mobile-menu__top{margin-top:20px;margin-bottom:50px}.mobile-menu__link--top{font-size:16px;font-weight:600}.mobile-menu__nav{width:100%;margin-bottom:40px}.mobile-menu__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:center;gap:20px}.mobile-menu__link{font-family:"Roboto",Arial,sans-serif;font-size:17px;font-weight:500;color:#000;text-decoration:none;transition:color .2s ease;text-align:center}.mobile-menu__link--accent{color:#bb209e}.mobile-menu__link:active,.mobile-menu__link:hover{color:#bb2026}.mobile-menu__brands{margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:15px}}.brand-item,.mobile-brand-list{align-items:center;justify-content:center}.mobile-brand-list{display:flex;flex-direction:column;gap:25px;width:100%;padding:20px 0}.brand-item{display:inline-flex;text-decoration:none;transition:opacity .2s ease}.brand-icon{display:block;width:80px;height:80px;object-fit:contain}.brand-icon--poke{transform:scale(2.2);transform-origin:center;margin-top:10px}.mobile-brand-list .brand-item{overflow:visible}@media screen and (max-width:960px){.brand-icon{width:70px}}@media screen and (max-width:640px){.brand-icon{width:65px}}@media screen and (max-width:480px){.brand-icon{width:60px;height:60px}}.advantages-section{padding:40px 15px 60px;background-color:#f5f5f5;box-sizing:border-box;font-family:"Comessioner",Arial,sans-serif}.advantages-container{max-width:1200px;margin:0 auto;position:relative}.advantages-title{text-align:center;font-size:45px;color:#bb2026;margin-bottom:30px;font-weight:700;font-family:"Comessioner",Arial,sans-serif}.advantages-slider-wrapper{position:relative;width:100%}.advantages-track{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;width:100%;padding:10px 0}.advantages-track::-webkit-scrollbar{display:none}.advantage-card{flex:0 0 calc(33.333% - 14px);min-width:280px;background:#fff;border-radius:12px;padding:25px 20px;box-sizing:border-box;box-shadow:0 4px 15px rgba(0,0,0,.05);font-family:"Comessioner",Arial,sans-serif}.advantage-card__num{font-size:20px;font-weight:700;color:#bb2026;margin-bottom:8px}.advantage-card__title{font-size:40px;font-weight:700;line-height:1;margin-bottom:12px;color:#111}.advantage-card__desc{font-family:"Roboto",Arial,sans-serif;font-size:18px;font-weight:300;line-height:1.4;color:#000}.adv-arrow{position:absolute;top:calc(100% + 15px);z-index:10;width:45px;height:45px;border-radius:50%;background-color:#bb2026;border:0;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background-color .2s ease-in-out,opacity .2s ease-in-out;box-shadow:0 2px 8px rgba(0,0,0,.15)}.adv-arrow:hover:not(:disabled):not(.is-disabled){background-color:#aa181e}.adv-arrow--prev{left:calc(50% - 55px)}.adv-arrow--next{right:calc(50% - 55px)}.adv-arrow__img{width:30px;height:30px;object-fit:contain;filter:brightness(0) invert(1);pointer-events:none}.adv-arrow__img--left{transform:rotate(180deg)}.adv-arrow.is-disabled,.adv-arrow:disabled{opacity:.2;cursor:default;pointer-events:none}.adv-arrow.is-hidden{display:none!important}@media screen and (max-width:1199px){.advantage-card__title{font-size:24px}.advantage-card__desc{font-size:16px;line-height:1}}@media screen and (max-width:992px){.advantage-card{flex:0 0 85%}}@media screen and (max-width:639px){.advantages-title{font-size:35px}.adv-arrow{width:35px;height:35px;top:calc(100% + 10px)}.adv-arrow__img{width:25px;height:25px}.adv-arrow--prev{left:calc(50% - 45px)}.adv-arrow--next{right:calc(50% - 45px)}}.contacts-section{padding:40px 15px;background-color:#f1f1f1;box-sizing:border-box;font-family:"Roboto",sans-serif}.contacts-container{max-width:1200px;margin:0 auto;display:flex;gap:50px;justify-content:center;align-items:center}.contact-card{width:100%;max-width:300px;min-height:200px;background:#fff;border-radius:16px;padding:20px 15px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,.04)}.contact-card__title{font-size:28px;line-height:1.15;font-weight:700;color:#111;margin:0 0 15px;font-family:"Commissioner",Arial,sans-serif}.contact-card__title-accent{color:#bb2026}.contact-btn,.contact-card__buttons{display:flex;align-items:center;justify-content:center}.contact-card__buttons{gap:15px}.contact-btn{width:50px;height:50px;border-radius:50%;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;box-shadow:0 3px 8px rgba(0,0,0,.1)}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 5px 12px rgba(0,0,0,.15)}.contact-btn--max,.contact-btn--telegram{background-color:#bb2026}.contact-btn--max:hover,.contact-btn--telegram:hover{background-color:#aa181e}.contact-btn--max-alt,.contact-btn--telegram-alt{background-color:#fff;border:1px solid #bb2026}.contact-btn__icon{width:28px;height:28px}.contact-btn__img{width:42px;height:42px;border-radius:50%;object-fit:cover}@media screen and (max-width:768px){.contacts-container{flex-direction:column;gap:20px}.contact-card{min-height:auto;padding:20px 15px;justify-content:center}.contact-card__title{font-size:22px;margin-bottom:12px}.contact-btn{width:45px;height:45px}.contact-btn__icon{width:25px;height:25px}.contact-btn__img{width:38px;height:38px}}.site-footer{background-color:#000;color:#fff;padding:35px 20px;font-family:"Roboto",Arial,sans-serif;box-sizing:border-box}.site-footer__container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap}.site-footer__col{display:flex;flex-direction:column}.site-footer__col--left{justify-content:space-between;gap:35px}.site-footer__col--right{text-align:right;gap:4px}.site-footer__email{color:#bb2026;font-size:24px;font-weight:700;text-decoration:none;transition:opacity .2s ease}.site-footer__email:hover{opacity:.85}.site-footer__copyright,.site-footer__info{font-size:14px;line-height:1.4;color:#fff}.site-footer__copyright--mobile{display:none}@media screen and (max-width:768px){.site-footer{padding:25px 15px}.site-footer__container{flex-direction:column;align-items:flex-start;gap:20px}.site-footer__col--left{gap:0}.site-footer__col--right{text-align:left;gap:6px}.site-footer__email{font-size:18px}.site-footer__copyright--desktop{display:none}.site-footer__copyright--mobile{display:block;margin-top:10px}}html{scroll-behavior:smooth}.back-to-top{position:fixed;bottom:180px;right:50px;z-index:80000;display:flex;align-items:center;justify-content:center;width:40px;height:40px;text-decoration:none;animation:bounceUp 2s infinite ease-in-out;transition:opacity .3s ease}.back-to-top:hover{opacity:.7}.back-to-top__icon{width:38px;height:18px;fill:#000;transform:rotate(180deg)}@media screen and (max-width:1024px){.back-to-top{display:none!important}}