.toast-notification{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(100px);display:flex;align-items:center;gap:10px;padding:14px 20px;background-color:#1f2937;color:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.2);font-size:14px;font-weight:500;z-index:10000;opacity:0;transition:all .3s ease}.toast-notification--visible{opacity:1;transform:translateX(-50%) translateY(0)}.toast-notification svg{color:#10b981;flex-shrink:0}@media (max-width:767px){.toast-notification{bottom:16px;left:16px;right:16px;transform:translateX(0) translateY(100px);justify-content:center}.toast-notification--visible{transform:translateX(0) translateY(0)}}.companies-page{padding:24px 0 48px;background-color:#fff;font-family:Onest,sans-serif}@media (max-width:767px){.companies-page{padding:16px 0 32px}}.company-preview-banner__inner{display:flex;align-items:center;gap:10px;padding:14px 18px;border:1px solid #d9e5f4;border-radius:16px;background:linear-gradient(135deg,#f7fbff 0,#edf5ff 100%);color:#23425f;font-size:14px;line-height:1.55}.company-preview-banner__inner strong{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#216bda;color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}@media (max-width:767px){.company-preview-banner__inner{align-items:flex-start;flex-direction:column;gap:8px;padding:12px 14px;border-radius:14px;font-size:13px}}.company-header{margin-bottom:12px}@media (max-width:767px){.company-header{margin-bottom:-5px}}.company-header--no-cover .company-header__info,.company-header__info:first-child{margin-top:0;padding-top:0;padding-left:0;padding-right:0}@media (min-width:768px) and (max-width:993px){.company-header--no-cover .company-header__info,.company-header__info:first-child{margin-top:0}}@media (max-width:767px){.company-header--no-cover .company-header__info,.company-header__info:first-child{margin-top:0}}.company-header__cover{height:180px;overflow:hidden;background:linear-gradient(135deg,#3b4f5a 0,#6a8594 100%);border-radius:16px}@media (max-width:767px){.company-header__cover{height:60px;border-radius:12px}}@media (min-width:992px){.company-header__cover{height:220px}}.company-header__cover img{width:100%;height:100%;object-fit:cover}.company-header__info{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px;padding:0 24px 16px;margin-top:-40px;position:relative;z-index:1}@media (max-width:767px){.company-header__info{flex-direction:row;align-items:flex-start;gap:20px;padding:12px 0 16px;margin-top:0}}@media (min-width:768px){.company-header__info{flex-wrap:nowrap;gap:40px}}.company-header__logo{width:140px;height:140px;border-radius:16px;background-color:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;border:1px solid #d9dcdf}@media (max-width:767px){.company-header__logo{width:80px;height:80px;border-radius:50%;flex-shrink:0}}.company-header__logo img{width:100%;height:100%;object-fit:contain}.company-header__verified{position:absolute;bottom:-4px;right:-4px;width:24px;height:24px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.1)}@media (max-width:767px){.company-header__verified{width:20px;height:20px;bottom:-2px;right:-2px}}.company-header__verified svg{width:18px;height:18px;color:#216bda}@media (max-width:767px){.company-header__verified svg{width:14px;height:14px}}.company-header__details{flex-grow:1;padding-top:0}@media (max-width:767px){.company-header__details{flex:1;min-width:0;display:flex;flex-direction:column}}@media (min-width:768px){.company-header__details{display:flex;flex-wrap:wrap;align-items:center}.company-header__details .company-header__name{width:100%}.company-header__details .company-header__actions{margin-left:auto}}.company-header__name{font-size:24px;font-weight:500;line-height:1.3}@media (max-width:767px){.company-header__name{font-size:16px;line-height:1.3;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.company-header__website{color:#aeb3b9;font-size:14px;text-decoration:underline;transition:opacity .2s ease}@media (max-width:767px){.company-header__website{font-size:12px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.company-header__website:hover{opacity:.8}.company-header__actions{display:flex;gap:12px;width:100%}@media (max-width:767px){.company-header__actions{width:auto;gap:8px;margin-top:8px;justify-content:flex-start}}@media (min-width:768px){.company-header__actions{width:auto}}.company-header__action{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#eaeef1;border:none;transition:all .2s ease}@media (max-width:767px){.company-header__action{width:36px;height:36px}}.company-header__action img{width:18px;height:18px;object-fit:contain}@media (max-width:767px){.company-header__action img{width:20px;height:20px}}.company-header__action:hover{background-color:#eaeef1}.company-header__action svg{width:18px;height:18px;transition:fill .2s ease}@media (max-width:767px){.company-header__action svg{width:18px;height:18px}}.company-header__action--phone{color:#10b981}.company-header__action--phone:hover{background-color:#10b981;color:#fff}.company-header__action--facebook{color:#1877f2}.company-header__action--facebook:hover{background-color:#1877f2;color:#fff}.company-header__action--instagram{color:#e4405f}.company-header__action--instagram:hover{background:linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);color:#fff}.company-header__action--youtube{color:red}.company-header__action--youtube:hover{background-color:red;color:#fff}.company-header__action--telegram{color:#08c}.company-header__action--telegram:hover{background-color:#08c;color:#fff}.company-header__action--share{color:#6b7280}.company-header__action--share:hover{background-color:#6b7280;color:#fff}.company-tabs{display:flex;gap:32px;margin-bottom:42px;border-bottom:1px solid #eaeef1}@media (max-width:767px){.company-tabs{gap:0;margin-bottom:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0}.company-tabs::-webkit-scrollbar{display:none}}.company-tabs__item{display:flex;align-items:center;gap:8px;padding:16px 0;font-size:15px;font-weight:500;line-height:20px;color:#3b3f4b;text-decoration:none;white-space:nowrap;transition:all .2s ease;border-bottom:1px solid transparent;margin-bottom:-1px}@media (max-width:767px){.company-tabs__item{padding:14px 16px;font-size:14px;border-bottom:2px solid transparent}.company-tabs__item:first-child{padding-left:0}}.company-tabs__item:hover{color:#216bda}.company-tabs__item--active{color:#216bda;border-bottom-color:#216bda}.company-tabs__item--active:hover{color:#1d5fc2;border-bottom-color:#1d5fc2}.company-tabs__count{padding:2px 8px;border-radius:10px;background-color:#e9f0fb;font-size:13px;font-weight:500;color:#216bda}@media (max-width:767px){.company-tabs__count{padding:2px 6px;font-size:12px}}.company-tabs__item--active .company-tabs__count{background-color:#e9f0fb;color:#216bda}.company-tabs-wrapper{position:relative;margin-bottom:26px}.company-tabs-arrow{display:none;position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;align-items:center;justify-content:center;color:#216bda;border:none;cursor:pointer;z-index:2;transition:opacity .2s ease}.company-tabs-arrow.hidden{opacity:0;pointer-events:none}.company-tabs-arrow--left{left:0;background:linear-gradient(270deg,transparent,#fff 50%);padding-left:4px;justify-content:flex-start}.company-tabs-arrow--right{right:0;background:linear-gradient(90deg,transparent,#fff 50%);padding-right:4px;justify-content:flex-end}@media (max-width:767px){.company-tabs-arrow{display:flex}.company-tabs-arrow svg{width:20px;height:20px}}.companies-content{display:grid;gap:32px;width:100%}@media (max-width:767px){.companies-content{gap:16px}}@media (min-width:992px){.companies-content{grid-template-columns:260px minmax(0,1fr);gap:32px;align-items:start}}@media (min-width:1200px){.companies-content{grid-template-columns:280px minmax(0,1fr)}}.companies-main{min-width:0;overflow:hidden}.companies-mobile-filters{display:none}@media (max-width:991px){.companies-mobile-filters{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:30px}}.companies-mobile-filters__left{display:flex;align-items:center;gap:10px;flex:1}.companies-mobile-filters__btn{display:flex;align-items:center;justify-content:space-between;flex:1;gap:10px;padding:12px 18px;background:#f0f2f5;border:none;border-radius:14px;font-size:15px;font-weight:500;color:#11191f;cursor:pointer;transition:all .2s ease}.companies-mobile-filters__btn:hover{background:#e6e9ed;color:#11191f}.companies-mobile-filters__btn svg{order:1;width:18px;height:18px;color:#b0b5bd}.companies-mobile-filters__btn--sort{flex:1;justify-content:space-between}.companies-mobile-filters__sort-icon{display:flex;flex-direction:column;gap:2px;width:16px}.companies-mobile-filters__sort-icon span{display:block;height:2px;background:#767981;border-radius:1px}.companies-mobile-filters__sort-icon span:nth-child(1){width:100%}.companies-mobile-filters__sort-icon span:nth-child(2){width:75%}.companies-mobile-filters__sort-icon span:nth-child(3){width:50%}.companies-view-toggle{display:flex;align-items:center}@media (min-width:992px){.companies-view-toggle{display:none}}.companies-view-toggle__btn{display:none;align-items:center;justify-content:center;width:46px;height:46px;background:#f0f2f5;border:none;border-radius:14px;color:#11191f;cursor:pointer;transition:all .2s ease}.companies-view-toggle__btn:hover{background:#e6e9ed}.companies-view-toggle__btn--active{display:flex}.companies-view-toggle__btn svg{width:20px;height:20px}.companies-main__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}@media (max-width:991px){.companies-main__header{display:none}}@media (min-width:768px){.companies-main__header{flex-wrap:nowrap}}.companies-main__title{font-size:20px;font-weight:500;line-height:28px;margin:0}.companies-main__sort{display:flex;align-items:center;gap:8px;font-size:14px;color:#767981}.companies-main__sort-label{color:#767981}.companies-sort-dropdown{position:relative}.companies-sort-dropdown__toggle{display:flex;align-items:center;gap:6px;padding:0;border:none;background:0 0;font-size:14px;font-weight:500;color:#174b99;cursor:pointer;transition:opacity .2s ease}.companies-sort-dropdown__toggle:hover{opacity:.8}.companies-sort-dropdown__toggle svg{transition:transform .2s ease}.companies-sort-dropdown.active .companies-sort-dropdown__toggle svg{transform:rotate(180deg)}.companies-sort-dropdown__menu{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.12);padding:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:100}.companies-sort-dropdown.active .companies-sort-dropdown__menu{opacity:1;visibility:visible;transform:translateY(0)}.companies-sort-dropdown__item{display:block;padding:10px 16px;font-size:14px;color:#3b3f4b;text-decoration:none;border-radius:8px;transition:all .2s ease}.companies-sort-dropdown__item:hover{background-color:#f6f8fb;color:#216bda}.companies-sort-dropdown__item--active{background-color:#eef3f9;color:#216bda;font-weight:500}.products-grid{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}@media (max-width:575px){.products-grid{grid-template-columns:1fr;gap:12px}.products-grid--list{grid-template-columns:1fr}}@media (min-width:576px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr);gap:20px}}.product-card{border:1px solid #e8ecef;border-radius:16px;overflow:hidden;background-color:#fff;transition:all .3s ease}@media (max-width:575px){.product-card{border-radius:12px}}.product-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}@media (max-width:575px){.product-card:hover{transform:none}}.product-card__image{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background-color:#f5f7f9;margin:12px 12px 0;border-radius:4px}@media (max-width:575px){.product-card__image{aspect-ratio:auto;height:195px;margin:10px 10px 0;border-radius:4px}}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;border-radius:4px}.product-card:hover .product-card__image img{transform:scale(1.08)}@media (max-width:575px){.product-card:hover .product-card__image img{transform:none}}.product-card__content{padding:12px 16px 16px}@media (max-width:575px){.product-card__content{padding:10px 14px 14px}}.product-card__name{display:block;font-size:14px;font-weight:300;line-height:20px;color:#11191f;text-decoration:none;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px;transition:color .2s ease}@media (max-width:575px){.product-card__name{font-size:15px;line-height:22px;margin-bottom:8px;min-height:auto;-webkit-line-clamp:3}}.product-card__name:hover{color:#216bda}.product-card__price{font-size:16px;font-weight:500;color:#11191f;margin-bottom:10px}@media (max-width:575px){.product-card__price{font-size:17px;margin-bottom:10px}}.product-card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}@media (max-width:575px){.product-card__actions{flex-direction:row;gap:8px;margin-bottom:10px}}@media (min-width:576px) and (max-width:767px){.product-card__actions{flex-direction:row;gap:6px}}.product-card__btn{flex:1;min-width:0;height:36px;padding:0 8px;font-size:11px;font-weight:500;white-space:nowrap;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:4px;transition:all .2s ease;cursor:pointer;border:none;overflow:hidden;text-overflow:ellipsis}@media (max-width:767px){.product-card__btn{flex:1;height:36px;padding:0 14px;font-size:13px;border-radius:24px}}@media (min-width:768px) and (max-width:991px){.product-card__btn{height:36px;padding:0 8px;font-size:11px;gap:4px}}@media (min-width:992px) and (max-width:1199px){.product-card__actions{flex-direction:column;gap:6px}.product-card__btn{width:100%;flex:none;height:36px;padding:0 12px;font-size:13px;gap:6px}}.product-card__btn.btn--secondary{background-color:#fff;border:1px solid #216bda;color:#216bda}.product-card__btn.btn--secondary:hover{background-color:#e9f0fb}.product-card__btn.btn--primary{background:linear-gradient(to right,#26a0e4,#009e52);color:#fff}.product-card__btn.btn--primary:hover{background:linear-gradient(to right,#1e8fcf,#008a47)}.product-card__btn.btn--primary img{flex-shrink:0}@media (max-width:575px){.product-card__btn.btn--primary img{width:18px;height:18px}}@media (min-width:768px) and (max-width:991px){.product-card__btn.btn--primary img{width:14px;height:14px}}@media (min-width:992px) and (max-width:1199px){.product-card__btn.btn--primary img{width:15px;height:15px}}.product-card__btn.btn--icon{flex:0 0 36px;width:36px;padding:0;gap:0}.product-card__btn.btn--icon .svg-icon,.product-card__btn.btn--icon img{width:18px;height:18px;flex-shrink:0}@media (min-width:992px) and (max-width:1199px){.product-card__btn.btn--icon{width:36px;flex:0 0 36px}}.product-card__contacts{display:flex;gap:16px;margin-bottom:12px}@media (max-width:575px){.product-card__contacts{gap:16px;margin-bottom:10px}}.product-card__contact{width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}@media (max-width:575px){.product-card__contact{width:28px;height:28px}}.product-card__contact img{width:24px;height:24px;object-fit:contain}@media (max-width:575px){.product-card__contact img{width:22px;height:22px}}.product-card__contact:hover{transform:scale(1.1)}.product-card__company{display:block;font-size:12px;color:#767981;font-weight:300;text-decoration:none;transition:color .2s ease}@media (max-width:575px){.product-card__company{font-size:13px}}.product-card__company:hover{color:#216bda}.companies-sidebar{display:flex;flex-direction:column;gap:24px}@media (max-width:991px){.companies-sidebar{display:none}}@media (min-width:992px){.companies-sidebar{position:sticky;top:24px}}.sidebar-section{background-color:#f6f8fb;border-radius:16px;padding:24px}.sidebar-section__title{font-size:16px;font-weight:500;line-height:24px;margin-bottom:20px;color:#11191f}.category__sidebar-categories{display:grid;place-items:start;gap:8px;width:100%;font-size:14px;line-height:20px}.sidebar-categories-tree--mobile .category__sidebar-categories{gap:0}.sidebar-categories{list-style:none;margin:0;padding:0;width:100%}.sidebar-categories--tree{display:grid;gap:6px}.sidebar-categories--level-1,.sidebar-categories--level-2,.sidebar-categories--level-3,.sidebar-categories--level-4{gap:6px;margin-top:6px;margin-left:9px;padding-left:12px;border-left:1px solid #dde3ea}.sidebar-categories__node{width:100%}.sidebar-categories__row{display:grid;grid-template-columns:20px minmax(0,1fr);gap:8px;align-items:start;width:100%}.sidebar-categories__toggle,.sidebar-categories__toggle-placeholder{width:20px;height:20px;flex-shrink:0}.sidebar-categories__toggle{display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border:none;background:0 0;color:#aeb3b9;cursor:pointer;transition:color .2s ease,transform .2s ease}.sidebar-categories__toggle:hover{color:#216bda}.sidebar-categories__toggle svg{width:16px;height:16px;transition:transform .2s ease}.sidebar-categories__node.is-open>.sidebar-categories__row .sidebar-categories__toggle svg{transform:rotate(90deg)}.sidebar-categories__item{display:block;min-width:0;margin:0;padding:0;color:#11191f;font-size:14px;line-height:20px;font-weight:400;text-decoration:none;transition:color .2s ease}.sidebar-categories__item:hover{color:#216bda}.sidebar-categories__item--label,.sidebar-categories__item--label:hover{color:#11191f;cursor:default}.sidebar-categories__node.is-active-branch>.sidebar-categories__row .sidebar-categories__item{color:#767981;font-weight:500}.sidebar-categories__node.is-current>.sidebar-categories__row .sidebar-categories__item{color:#216bda;font-weight:500}.sidebar-categories__children{display:none;width:100%}.sidebar-categories__node.is-open>.sidebar-categories__children{display:block}.sidebar-offers{display:flex;flex-direction:column;gap:20px}.sidebar-offer{display:block;text-decoration:none;color:inherit;transition:transform .2s ease}.sidebar-offer:hover{transform:translateY(-2px)}.sidebar-offer__image{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:6px;margin-bottom:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:box-shadow .2s ease}.sidebar-offer:hover .sidebar-offer__image{box-shadow:0 4px 16px rgba(0,0,0,.12)}.sidebar-offer__title{font-size:14px;font-weight:500;line-height:20px;color:#11191f;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.sidebar-offer:hover .sidebar-offer__title{color:#216bda}.sidebar-offer__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:6px}.sidebar-offer__discount{font-size:14px;font-weight:600;color:#e01935}.sidebar-offer__date{font-size:13px;font-weight:500;color:#aeb3b9}.companies-content .pagination{margin-top:32px}@media (max-width:768px){.companies-content .pagination{margin-top:28px;gap:6px}.companies-content .pagination .pagination__item{min-width:32px;width:32px;height:32px;font-size:14px}}.companies-mobile-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000}.companies-mobile-modal.active{display:block}.companies-mobile-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);animation:fadeIn .2s ease}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.companies-mobile-modal__content{position:absolute;bottom:0;left:0;right:0;max-height:80vh;background:#fff;border-radius:20px 20px 0 0;overflow:hidden;animation:slideUp .3s ease}@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}.companies-mobile-modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e8ecef}.companies-mobile-modal__title{font-size:18px;font-weight:600;color:#11191f}.companies-mobile-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f6f8fb;border:none;border-radius:50%;cursor:pointer;color:#767981;transition:all .2s ease}.companies-mobile-modal__close:hover{background:#e8ecef;color:#11191f}.companies-mobile-modal__close svg{width:18px;height:18px}.companies-mobile-modal__body{padding:16px 20px;overflow-y:auto;max-height:calc(80vh - 60px)}.mobile-categories-list{list-style:none;margin:0;padding:0}.mobile-categories-list__item{display:block;padding:14px 16px;font-size:15px;color:#3b3f4b;text-decoration:none;border-radius:10px;transition:all .2s ease;margin-bottom:4px}.mobile-categories-list__item--active,.mobile-categories-list__item:hover{background:#eef3f9;color:#216bda}.mobile-categories-list__item--active{font-weight:500}.mobile-sort-list{list-style:none;margin:0;padding:0}.mobile-sort-list__item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;font-size:15px;color:#3b3f4b;text-decoration:none;border-radius:10px;transition:all .2s ease;margin-bottom:4px;cursor:pointer}.mobile-sort-list__item--active,.mobile-sort-list__item:hover{background:#eef3f9;color:#216bda}.mobile-sort-list__item--active{font-weight:500}.mobile-sort-list__check{display:none;width:20px;height:20px;color:#216bda}.mobile-sort-list__item--active .mobile-sort-list__check{display:block}.companies-mobile-title{display:none;font-size:18px;font-weight:500;color:#11191f;margin-bottom:16px}@media (max-width:991px){.companies-mobile-title{display:block}}.products-grid--list{grid-template-columns:repeat(2,1fr)}.products-grid--list .product-card{display:flex;flex-direction:column}.products-grid--list .product-card__image{width:auto;aspect-ratio:4/3;margin:12px 12px 0;border-radius:4px}@media (max-width:575px){.products-grid--list .product-card__image{aspect-ratio:auto;height:102px;margin:0}}.products-grid--list .product-card__content{flex:1;display:flex;flex-direction:column;padding:12px 16px 16px}@media (max-width:575px){.products-grid--list .product-card__content{padding:10px 14px 14px}}.products-grid--list .product-card__name{font-size:12px;font-weight:400;line-height:20px;margin-bottom:6px;min-height:auto;-webkit-line-clamp:4}.products-grid--list .product-card__price{font-size:16px;font-weight:500;margin-bottom:10px}.products-grid--list .product-card__actions{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin-bottom:10px}.products-grid--list .product-card__btn{height:36px;padding:0 14px;font-size:13px;border-radius:24px}.products-grid--list .product-card__btn.btn--primary{flex:0 0 36px;width:36px;height:36px;padding:0;border-radius:50%;font-size:0;color:transparent}.products-grid--list .product-card__btn.btn--primary img{width:18px;height:18px;margin-left:5px}.products-grid--list .product-card__contacts{display:flex;gap:16px;margin-bottom:10px}.products-grid--list .product-card__contact{width:28px;height:28px}.products-grid--list .product-card__contact img{width:24px;height:24px}.products-grid--list .product-card__company{font-size:12px}@media (max-width:475px){.products-grid--list{grid-template-columns:repeat(2,1fr)}}@media (max-width:991px){.product-card__btn{border-radius:8px}.products-grid--list .product-card__btn{border-radius:9px}.products-grid--list .product-card__btn.btn--primary{border-radius:9px}}.companies-content.companies-content--reviews{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}@media (min-width:992px){.companies-content.companies-content--reviews{grid-template-columns:300px 200px minmax(0,1fr);gap:32px}}@media (min-width:1200px){.companies-content.companies-content--reviews{grid-template-columns:320px 200px minmax(0,1fr)}}.companies-main--reviews{min-width:0}.companies-sidebar--reviews{display:flex;flex-direction:column;gap:24px}@media (min-width:992px){.companies-sidebar--reviews{position:sticky;top:24px}}@media (max-width:991px){.companies-sidebar--reviews .sidebar-section{display:none}}.sidebar-review-action{display:flex;flex-direction:column;align-items:center}@media (max-width:991px){.sidebar-review-action{order:-1;margin-bottom:-40px}}@media (min-width:992px){.sidebar-review-action{align-self:start}}.company-add-review-btn{display:block;width:100%;padding:14px 24px;background-color:#216bda;color:#fff;font-size:14px;font-weight:400;line-height:1.4;text-align:center;text-decoration:none;border:none;border-radius:9px;cursor:pointer;transition:background-color .2s ease}@media (max-width:991px){.company-add-review-btn{padding:14px 24px;font-size:14px;font-weight:400;border-radius:9px}}.company-add-review-btn:hover{background-color:#1d5fc2;color:#fff}.company-add-review-btn--disabled{background-color:#aeb3b9;cursor:not-allowed}.company-add-review-btn--disabled:hover{background-color:#aeb3b9}.company-add-review-note{margin-top:16px;font-size:14px;font-weight:400;line-height:1.5;color:#767981}.company-reviews{display:flex;flex-direction:column;gap:16px}@media (max-width:767px){.company-reviews{gap:12px}}.company-review-card{background:#fff;border:1px solid #e8ecef;border-radius:16px;padding:24px}@media (max-width:767px){.company-review-card{padding:16px;border-radius:12px}}.company-review-card__header{margin-bottom:16px}.company-review-card__stars{display:flex;gap:4px}.company-review-card__star{color:#e8ecef}.company-review-card__star--filled{color:#f3a100}.company-review-card__text{font-size:15px;line-height:1.6;margin-bottom:20px;color:#3b3f4b}@media (max-width:767px){.company-review-card__text{font-size:14px;font-weight:300;line-height:1.5}}.company-review-card__author{display:flex;align-items:center;gap:12px}.company-review-card__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;background-color:#216bda;display:flex;align-items:center;justify-content:center;flex-shrink:0}.company-review-card__avatar img{width:100%;height:100%;object-fit:cover}.company-review-card__avatar-letter{font-size:18px;font-weight:500;color:#fff;text-transform:uppercase}@media (max-width:767px){.company-review-card__avatar{width:40px;height:40px}.company-review-card__avatar-letter{font-size:16px}}.company-review-card__author-info{display:flex;flex-direction:column}.company-review-card__author-name{font-size:15px;font-weight:500;color:#11191f}.company-review-card__date{font-size:13px;color:#767981}@media (max-width:767px){.company-review-card__author-name{font-size:14px}.company-review-card__date{font-size:12px}.company-review-card__header{margin-bottom:12px}.company-review-card__text{margin-bottom:16px}}.companies-content.companies-content--offers{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}@media (min-width:992px){.companies-content.companies-content--offers{grid-template-columns:300px minmax(0,1fr);gap:32px}}@media (min-width:1200px){.companies-content.companies-content--offers{grid-template-columns:320px minmax(0,1fr)}}.companies-main--offers{min-width:0}.companies-sidebar--offers{display:flex;flex-direction:column;gap:24px;order:-1}@media (min-width:992px){.companies-sidebar--offers{order:0;position:sticky;top:24px}}@media (max-width:991px){.companies-sidebar--offers{display:none}}.company-offers{display:flex;flex-direction:column;gap:16px}@media (max-width:767px){.company-offers{gap:12px}}.company-offer-card{position:relative;display:flex;align-items:stretch;height:180px;background:#fff;border:1px solid #d9dcdf;border-radius:16px;overflow:hidden;transition:box-shadow .2s ease}.company-offer-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}@media (max-width:767px){.company-offer-card{flex-direction:column;height:auto;border-radius:12px}}.company-offer-card__image{flex-shrink:0;width:280px;padding:20px;overflow:hidden}.company-offer-card__image img{width:100%;height:100%;object-fit:cover;border-radius:6px;transition:transform .3s ease}.company-offer-card:hover .company-offer-card__image img{transform:scale(1.05)}@media (max-width:991px){.company-offer-card__image{width:180px;padding:16px}}@media (max-width:767px){.company-offer-card__image{width:100%;height:200px;padding:16px}}.company-offer-card__content{display:flex;flex-direction:column;justify-content:flex-start;padding:24px 160px 24px 0;flex:1;min-width:0}@media (max-width:767px){.company-offer-card__content{padding:0 16px 16px}}.company-offer-card__title{font-size:16px;font-weight:500;line-height:1.4;color:#11191f;margin:0 0 8px 0}@media (max-width:767px){.company-offer-card__title{font-size:14px}}.company-offer-card__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:6px}.company-offer-card__discount{font-size:14px;font-weight:600;color:#e01935}.company-offer-card__description{font-size:13px;line-height:1.5;color:#767981;margin:4px 0 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:767px){.company-offer-card__description{font-size:12px;-webkit-line-clamp:2}}.company-offer-card__date{font-size:14px;font-weight:500;color:#aeb3b9}@media (max-width:767px){.company-offer-card__meta{gap:8px;margin-bottom:4px}.company-offer-card__discount{font-size:13px}.company-offer-card__date{font-size:12px;font-weight:400}}.company-offer-card__btn{position:absolute;top:20px;right:20px;display:inline-flex;align-items:center;justify-content:center;width:130px;height:36px;background:0 0;border:1px solid #216bda;border-radius:10px;color:#216bda;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease;white-space:nowrap}.company-offer-card__btn:hover{background:#216bda;color:#fff}@media (max-width:767px){.company-offer-card__btn{position:static;width:auto;margin:0 16px 16px;height:40px;justify-content:center;border-radius:9px}}.companies-content.companies-content--offer-single{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}@media (min-width:992px){.companies-content.companies-content--offer-single{grid-template-columns:300px minmax(0,1fr);gap:32px}}@media (min-width:1200px){.companies-content.companies-content--offer-single{grid-template-columns:320px minmax(0,1fr)}}.companies-main--offer-single{min-width:0}.companies-sidebar--offer-single{display:flex;flex-direction:column;gap:24px;order:-1}@media (min-width:992px){.companies-sidebar--offer-single{order:0;position:sticky;top:24px}}@media (max-width:991px){.companies-sidebar--offer-single{display:none}}.offer-single__back{display:flex;align-items:center;gap:8px;margin-bottom:24px}.offer-single__back-link{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:#216bda;text-decoration:none;transition:opacity .2s ease}.offer-single__back-link:hover{opacity:.8}.offer-single__back-link svg{flex-shrink:0}.offer-single__header{margin-bottom:18px}.offer-single__title{font-size:24px;font-weight:500;line-height:1.3;color:#11191f;margin:0 0 8px 0}@media (max-width:767px){.offer-single__title{font-size:14px;line-height:1.35;font-weight:500}}.offer-single__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.offer-single__discount{font-size:16px;font-weight:600;color:#e01935}.offer-single__date{font-size:14px;font-weight:500;color:#aeb3b9}@media (max-width:767px){.offer-single__meta{gap:8px}.offer-single__discount{font-size:13px}.offer-single__date{font-size:12px;font-weight:500;color:#767981}}.offer-single__image{margin-bottom:24px;height:380px;border-radius:6px;overflow:hidden}@media (max-width:767px){.offer-single__image{margin-bottom:20px;height:155px;border-radius:6px}}.offer-single__image img{width:100%;height:100%;object-fit:cover;display:block}.offer-single__content{font-size:15px;font-weight:300;line-height:1.7;color:#11191f}@media (max-width:767px){.offer-single__content{font-size:14px;line-height:1.6;font-weight:300}}.offer-single__content p{margin:0 0 16px 0}.offer-single__content p:last-child{margin-bottom:0}.offer-single__content h2{font-size:20px;font-weight:600;color:#11191f;margin:24px 0 16px 0}.offer-single__content h3{font-size:18px;font-weight:600;color:#11191f;margin:20px 0 12px 0}.offer-single__content ol,.offer-single__content ul{margin:0 0 16px 0;padding-left:24px}.offer-single__content li{margin-bottom:8px}.offer-single__content a{color:#216bda;text-decoration:underline;transition:opacity .2s ease}.offer-single__content a:hover{opacity:.8}.offer-single__content img{max-width:100%;height:auto;border-radius:12px;margin:16px 0}.offer-single__content iframe{width:100%;min-height:420px;border:0;border-radius:16px;margin:20px 0}.offer-single__content blockquote{margin:20px 0;padding:16px 20px;background:#f6f8fb;border-left:4px solid #216bda;border-radius:0 12px 12px 0;font-style:italic;color:#3b3f4b}.companies-content.companies-content--about{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}@media (min-width:992px){.companies-content.companies-content--about{grid-template-columns:300px minmax(0,1fr);gap:32px}}@media (min-width:1200px){.companies-content.companies-content--about{grid-template-columns:320px minmax(0,1fr)}}.companies-main--about{min-width:0}.companies-sidebar--about{display:flex;flex-direction:column;gap:24px;order:-1}@media (min-width:992px){.companies-sidebar--about{order:0;position:sticky;top:24px}}@media (max-width:991px){.companies-sidebar--about{display:none}}.company-about{background:#fff}.company-about__content{font-size:15px;line-height:1.7;color:#3b3f4b}@media (max-width:767px){.company-about__content{font-size:14px;line-height:1.6}}.company-about__content p{margin:0 0 16px 0}.company-about__content p:last-child{margin-bottom:0}.company-about__content h2{font-size:20px;font-weight:600;color:#11191f;margin:32px 0 16px 0}@media (max-width:767px){.company-about__content h2{font-size:18px;margin:24px 0 12px 0}}.company-about__content h3{font-size:18px;font-weight:600;color:#11191f;margin:24px 0 12px 0}@media (max-width:767px){.company-about__content h3{font-size:16px;margin:20px 0 10px 0}}.company-about__content ol,.company-about__content ul{margin:0 0 16px 0;padding-left:24px}.company-about__content li{margin-bottom:8px}.company-about__content a{color:#216bda;text-decoration:underline;transition:opacity .2s ease}.company-about__content a:hover{opacity:.8}.company-about__content img{max-width:100%;height:auto;border-radius:12px;margin:16px 0}.company-about__content iframe{width:100%;min-height:420px;border:0;border-radius:16px;margin:20px 0}.company-about__content blockquote{margin:20px 0;padding:16px 20px;background:#f6f8fb;border-left:4px solid #216bda;border-radius:0 12px 12px 0;font-style:italic;color:#3b3f4b}.company-about__gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}@media (max-width:767px){.company-about__gallery{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.company-about__content iframe,.offer-single__content iframe{min-height:220px}}@media (max-width:480px){.company-about__gallery{grid-template-columns:1fr}}.company-about__gallery-item{border-radius:12px;overflow:hidden;aspect-ratio:4/3}.company-about__gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.company-about__gallery-item:hover img{transform:scale(1.05)}.company-about__info{display:flex;flex-wrap:wrap;gap:32px;margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb}@media (max-width:767px){.company-about__info{gap:24px;margin-top:24px;padding-top:20px}}.company-about__info-item{flex:1;min-width:200px}.company-about__info-title{font-size:14px;font-weight:600;color:#6b7280;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.company-about__info-value{font-size:16px;color:#1f2937;margin:0;line-height:1.5}.company-about__socials{display:flex;gap:12px;flex-wrap:wrap}.company-about__social{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background-color:#f3f4f6;color:#6b7280;transition:all .2s ease}.company-about__social:hover{transform:translateY(-2px)}.company-about__social--facebook:hover{background-color:#1877f2;color:#fff}.company-about__social--instagram:hover{background:linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);color:#fff}.company-about__social--youtube:hover{background-color:red;color:#fff}.company-about__social--telegram:hover{background-color:#08c;color:#fff}.company-about__social svg{width:20px;height:20px}.companies-content.companies-content--contacts{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}@media (min-width:992px){.companies-content.companies-content--contacts{grid-template-columns:300px minmax(0,1fr);gap:32px}}@media (min-width:1200px){.companies-content.companies-content--contacts{grid-template-columns:320px minmax(0,1fr)}}.companies-main--contacts{min-width:0}.companies-sidebar--contacts{display:flex;flex-direction:column;gap:24px;order:-1}@media (min-width:992px){.companies-sidebar--contacts{order:0;position:sticky;top:24px}}@media (max-width:991px){.companies-sidebar--contacts{display:none}}.company-contacts{display:flex;flex-direction:column;gap:16px}.company-contact-card{background:#fff;border:1px solid #d9dcdf;border-radius:16px;padding:24px}@media (max-width:767px){.company-contact-card{padding:20px;border-radius:12px}}.company-contact-card__title{font-size:20px;font-weight:700;color:#11191f;margin:0 0 20px 0}@media (max-width:767px){.company-contact-card__title{font-size:16px;margin-bottom:16px}}.company-contact-card__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (max-width:575px){.company-contact-card__grid{grid-template-columns:1fr;gap:16px}}.company-contact-card__item{display:flex;align-items:flex-start;gap:12px}.company-contact-card__icon{flex-shrink:0;width:20px;height:20px;color:#216bda;margin-top:2px}.company-contact-card__icon svg{width:20px;height:20px}.company-contact-card__content{display:flex;flex-direction:column;gap:4px}.company-contact-card__label{font-size:14px;font-weight:700;color:#11191f}.company-contact-card__value{font-size:15px;font-weight:300;color:#11191f;line-height:1.4}.company-contact-card__value--link{font-size:15px;font-weight:300;color:#11191f;text-decoration:none;transition:color .2s ease}.company-contact-card__value--link:hover{color:#216bda}.company-contact-card--map{padding:10px}@media (max-width:767px){.company-contact-card--map{padding:10px}}.company-contacts__map{border-radius:10px;overflow:hidden;height:350px;position:relative;z-index:1;background-color:#e5e7eb}@media (max-width:767px){.company-contacts__map{border-radius:10px;height:250px}}.leaflet-popup-content-wrapper{border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.12)}.leaflet-popup-content{margin:12px 16px;font-size:14px}.company-reviews-stats{display:none;gap:40px;padding:24px;background:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.05);margin-bottom:24px}@media (max-width:767px){.company-reviews-stats{flex-direction:column;gap:20px;padding:16px;border-radius:12px;margin-bottom:16px}}.company-reviews-stats__rating{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:120px}.company-reviews-stats__number{font-size:48px;font-weight:700;color:#11191f;line-height:1}@media (max-width:767px){.company-reviews-stats__number{font-size:40px}}.company-reviews-stats__stars{display:flex;gap:4px}.company-reviews-stats__star{color:#d1d5db}.company-reviews-stats__star--filled{color:#fbbf24}.company-reviews-stats__count{font-size:14px;color:#6b7280}.company-reviews-stats__distribution{flex:1;display:flex;flex-direction:column;gap:8px}.company-reviews-stats__bar{display:flex;align-items:center;gap:12px}.company-reviews-stats__bar-label{width:16px;font-size:14px;font-weight:500;color:#6b7280;text-align:center}.company-reviews-stats__bar-track{flex:1;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.company-reviews-stats__bar-fill{height:100%;background:#fbbf24;border-radius:4px;transition:width .3s ease}.company-reviews-stats__bar-count{width:24px;font-size:14px;color:#6b7280;text-align:right}.company-reviews-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;background:#fff;border:1px solid #e8ecef;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.company-reviews-empty svg{color:#d1d5db;margin-bottom:16px}.company-reviews-empty p{font-size:18px;font-weight:600;color:#374151;margin:0 0 8px 0}.company-reviews-empty span{font-size:14px;color:#6b7280}.company-reviews{display:flex;flex-direction:column;gap:16px}.company-review-card{background:#fff;border:1px solid #d9dcdf;border-radius:16px;padding:24px;display:flex;flex-direction:column}@media (max-width:767px){.company-review-card{padding:16px;border-radius:12px}}.company-review-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.company-review-card__stars{display:flex;gap:2px;margin-bottom:12px}.company-review-card__star{color:#e8ecef}.company-review-card__star--filled{color:#f3a100}.company-review-card__title{font-size:16px;font-weight:600;color:#11191f;margin:0 0 8px 0}.company-review-card__text{font-size:14px;line-height:1.6;color:#11191f;margin:0}@media (max-width:767px){.company-review-card__text{font-size:14px;line-height:1.5}}.company-review-card__footer{margin-top:10px;padding-top:16px}.company-review-card__author{display:flex;align-items:center;gap:12px}.company-review-card__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;background-color:#bed8ff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:inset 0 0 0 1px #bed8ff,inset 0 0 0 3px #fff}@media (max-width:767px){.company-review-card__avatar{width:40px;height:40px}}.company-review-card__avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.company-review-card__avatar-letter{font-family:Roboto,-apple-system,BlinkMacSystemFont,'Segoe UI',Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;font-size:18px;font-weight:500;color:#fff;text-transform:uppercase}@media (max-width:767px){.company-review-card__avatar-letter{font-size:16px}}.company-review-card__author-info{display:flex;flex-direction:column}.company-review-card__author-name{font-size:16px;font-weight:500;color:#11191f}.company-review-card__date{font-size:12px;font-weight:400;color:#767981}@media (max-width:767px){.company-review-card__author-name{font-size:14px}.company-review-card__date{font-size:12px}.company-review-card__stars{margin-bottom:10px}.company-review-card__footer{margin-top:0;padding-top:12px}}.company-review-card__pros-cons{display:flex;flex-direction:column;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid #f0f1f3}.company-review-card__cons,.company-review-card__pros{display:flex;flex-direction:column;gap:4px}.company-review-card__cons-label,.company-review-card__pros-label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600}.company-review-card__pros-label{color:#10b981}.company-review-card__cons-label{color:#ef4444}.company-review-card__cons p,.company-review-card__pros p{font-size:14px;color:#6b7280;margin:0;padding-left:22px}.company-offers-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;background:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.company-offers-empty svg{color:#d1d5db;margin-bottom:16px}.company-offers-empty p{font-size:18px;font-weight:600;color:#374151;margin:0 0 8px 0}.company-offers-empty span{font-size:14px;color:#6b7280}.company-offers{display:flex;flex-direction:column;gap:20px}.products-empty{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;background:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.products-empty svg{color:#d1d5db;margin-bottom:16px}.products-empty p{font-size:18px;font-weight:600;color:#374151;margin:0 0 8px 0}.products-empty span{font-size:14px;color:#6b7280}.product-card__badge{position:absolute;top:10px;left:10px;padding:4px 10px;background:#ef4444;color:#fff;font-size:12px;font-weight:700;border-radius:6px;z-index:1}.product-card__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:12px}.product-card__old-price{font-size:14px;color:#9ca3af;text-decoration:line-through}.product-card__current-price{font-size:16px;font-weight:500;color:#11191f}.product-card__price-request{font-size:14px;color:#6b7280;font-style:italic}