@charset "UTF-8";.breadcrumbs__list{display:flex;justify-content:center;align-items:center;gap:10px}.breadcrumbs__item{font-weight:500;font-size:1.8rem;line-height:1;color:var(--slate-gray)}.breadcrumbs__item svg{width:1.8rem;height:1.8rem}@media (max-width: 991.98px){.breadcrumbs__item svg{width:14px;height:14px}}@media (max-width: 991.98px){.breadcrumbs__item{font-size:14px}}@media (max-width: 479.98px){.breadcrumbs__item{font-size:12px}}.breadcrumbs__link{display:flex;justify-content:center;align-items:center;gap:1rem}@media (max-width: 991.98px){.breadcrumbs__link{gap:8px}}@media (max-width: 479.98px){.breadcrumbs__link{gap:6px}}.breadcrumbs__link span{opacity:.5;transition:.3s ease}@media (hover: hover){.breadcrumbs__link:hover span{opacity:1;color:var(--dark);text-decoration:underline}}.breadcrumbs__link:after{content:"";display:flex;justify-content:center;align-items:center;width:.8rem;height:1.4rem;background-image:url(/img/icons/arrow-right-dark.svg);background-position:center;background-repeat:no-repeat;background-size:contain;opacity:.5}@media (max-width: 991.98px){.breadcrumbs__link:after{width:6px;height:10px}}@media (max-width: 640px){.product-category-sub .breadcrumbs__item:nth-child(3) span{display:inline-block;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media (max-width: 479.98px){.product-category-sub .breadcrumbs__item:nth-child(3) span{display:inline-block;max-width:60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-category-sub .breadcrumbs__item:last-child span{display:inline-block;max-width:130px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.product-category{background-color:var(--white)}.product-category main{background-color:var(--white)}.product-category .product__head{padding:clamp(100px,14rem,150px) 0}@media (max-width: 1199.98px){.product-category .product__head{padding-bottom:60px}}.product-category .product__head-title{font-weight:600;line-height:108%;color:#002d72}.product-category .product__settings{display:flex;justify-content:flex-start;align-items:center}.product-category .product__row{display:grid;grid-template-columns:3fr 9fr;gap:clamp(20px,2rem,36px);margin-top:clamp(40px,5rem,60px);padding-bottom:10rem}@media (max-width: 767.98px){.product-category .product__row{grid-template-columns:1fr}}.product-category .product__category-toggle{display:none;margin-top:40px}.product-category .product__category-toggle svg{transform:rotate(90deg)}@media (max-width: 767.98px){.product-category .product__category-toggle{display:block}}@media (max-width: 767.98px){.product-category .sidebar{position:fixed;background-color:var(--white);z-index:11;padding:16px;border-radius:10px;max-width:350px;width:100%;top:-30px;left:50%;transform:translate(-50%);-webkit-box-shadow:-1px 4px 21px 2px rgba(34,60,80,.16);-moz-box-shadow:-1px 4px 21px 2px rgba(34,60,80,.16);box-shadow:-1px 4px 21px 2px #223c5029;opacity:0;visibility:hidden;pointer-events:none;transition:.4s ease-in-out}.product-category .sidebar.active{opacity:1;visibility:visible;pointer-events:auto}}.product-category .sidebar h2{font-weight:600;font-size:3.2rem;line-height:1;letter-spacing:-.01em;color:#002d72}@media (max-width: 1559.98px){.product-category .sidebar h2{font-size:2.8rem}}@media (max-width: 1199.98px){.product-category .sidebar h2{font-size:20px}}.product-category .sidebar nav{margin-top:clamp(40px,5rem,60px)}@media (max-width: 1199.98px){.product-category .sidebar nav{margin-top:20px}}.product-category .sidebar ul{display:grid;gap:clamp(40px,6rem,70px)}@media (max-width: 1199.98px){.product-category .sidebar ul{gap:20px}}@media (max-width: 767.98px){.product-category .sidebar ul{gap:0}}.product-category .sidebar li{position:relative}.product-category .sidebar li:not(:last-child):after{content:"";position:absolute;left:0;height:1px;background-color:#002d72;opacity:.2;width:22rem;bottom:clamp(-60px,-3rem,0px)}@media (max-width: 1199.98px){.product-category .sidebar li:not(:last-child):after{bottom:-12px}}@media (max-width: 767.98px){.product-category .sidebar li:not(:last-child):after{display:none}}.product-category .sidebar__link{font-weight:600;font-size:2.4rem;line-height:1.2;letter-spacing:-.01em;color:var(--dark);position:relative;padding:1rem;transition:.4s ease-in-out}@media (max-width: 1559.98px){.product-category .sidebar__link{font-size:2rem}}@media (max-width: 1199.98px){.product-category .sidebar__link{font-size:14px}}@media (max-width: 767.98px){.product-category .sidebar__link{width:100%;padding:10px}}.product-category .sidebar__link.active{color:#002d72}@media (hover: hover){.product-category .sidebar__link.active:hover{transform:translate(0)}}.product-category .sidebar__link.active:before{display:none}@media (max-width: 767.98px){.product-category .sidebar__link.active{border-radius:10px;background-color:var(--midnight-blue);color:var(--white)}}.product-category .sidebar__link:before{content:"—";display:block;position:absolute;top:50%;left:0;transform:translate(-80%,-50%);transition:.4s ease-in-out;opacity:0}@media (max-width: 767.98px){.product-category .sidebar__link:before{display:none}}.product-category .sidebar__link span{font-weight:500;font-size:1.8rem;line-height:1;color:var(--slate-gray)}@media (max-width: 1559.98px){.product-category .sidebar__link span{font-size:1.6rem}}@media (max-width: 1199.98px){.product-category .sidebar__link span{font-size:12px}}@media (hover: hover){.product-category .sidebar a.sidebar__link:hover{transform:translate(10px)}.product-category .sidebar a.sidebar__link:hover:before{opacity:1}}@media (hover: hover){.product-category .sidebar a.sidebar__link.active:hover{transform:translate(0)}}.product-category .sidebar__item--has-subcategories{position:relative}.product-category .sidebar__sub-list{display:none;gap:20px;margin-top:16px;margin-bottom:12px;margin-left:10px}.product-category .sidebar__sub-link{font-weight:500;font-size:1.6rem;color:var(--dark);position:relative;padding-left:20px;transition:.4s ease-in-out}.product-category .sidebar__sub-link.active{color:#002d72}.product-category .sidebar__sub-link.active:before{opacity:1}.product-category .sidebar__sub-link:before{content:"—";font-weight:600;left:4px;top:50%;display:block;position:absolute;transform:translateY(-50%);color:#002d72;opacity:.2;transition:.4s ease-in-out}@media (hover: hover){.product-category .sidebar__sub-link:hover{color:#002d72;transform:translate(10px)}.product-category .sidebar__sub-link:hover:before{opacity:1}}@media (max-width: 1559.98px){.product-category .sidebar__sub-link{font-size:1.6rem}}@media (max-width: 1559.98px){.product-category .sidebar__sub-link{font-size:16px}}@media (max-width: 1199.98px){.product-category .sidebar__sub-link{font-size:14px}}.product-category .sidebar__sub-link span{font-weight:500;font-size:1.4rem;line-height:1;color:var(--slate-gray)}@media (max-width: 1199.98px){.product-category .sidebar__sub-link span{font-size:12px}}.product-category .sidebar__sub-link[data-order=dvuhkarmannye]{order:0}.product-category .sidebar__sub-link[data-order=trehkarmannye]{order:1}.product-category .sidebar__sub-link[data-order=mnogokarmannye]{order:2}.product-category .sidebar__sub-link[data-order=multivalyutnye]{order:3}.product-category .sidebar__sub-link[data-order=s-lentochnym-upakovschikom]{order:4}.product-category .products-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:clamp(20px,2rem,36px)}@media (max-width: 576.98px){.product-category .products-grid{grid-template-columns:1fr 1fr}}@media (max-width: 479.98px){.product-category .products-grid{grid-template-columns:1fr}}.product-category .product-card{width:100%;height:100%}.product-category .product-card__image{width:100%;height:41rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:clamp(10px,1rem,20px);border:2px solid rgba(114,114,114,.2)}@media (max-width: 767.98px){.product-category .product-card__image{height:300px}}@media (max-width: 479.98px){.product-category .product-card__image{height:380px}}.product-category .product-card__image:after{content:"";inset:0;z-index:1;position:absolute;background-color:#fff}.product-category .product-card__image.blue{border-color:#002d7299}.product-category .product-card__image.green{border-color:#52858899}.product-category .product-card__image img{transition:.3s ease;transform:scale(1);position:relative;z-index:2}@media (hover: hover){.product-category .product-card__image:hover img{transform:scale(1.05)}}.product-category .product-card__title{font-weight:600;font-size:2rem;line-height:1;letter-spacing:-.01em;color:#002d72;padding:3rem 2rem 0}@media (max-width: 1559.98px){.product-category .product-card__title{font-size:1.8rem;padding:1.8rem 1.8rem 0}}@media (max-width: 991.98px){.product-category .product-card__title{font-size:16px;padding:16px 0 0 16px}}.sortirovschiki-banknot .sidebar__sub-list{display:grid}.product__head{opacity:0;transform:translateY(20%);transition:.5s ease-in-out}.loaded .product__head{opacity:1;transition-delay:.3s;transform:translateY(0)}.product__settings{opacity:0;transform:translateY(40px);transition:.5s ease-in-out}.loaded .product__settings{opacity:1;transition-delay:.4s;transform:translateY(0)}.product__row{opacity:0;transform:translateY(50px);transition:.5s ease-in-out}.loaded .product__row{opacity:1;transition-delay:.5s;transform:translateY(0)}.product__category-toggle{opacity:0;transition:.4s ease-in-out;transform:translateY(30px)}.loaded .product__category-toggle{opacity:1;transform:translateY(0);transition-delay:.5s}
