:root{--color-main-background: #f0f3f6;--color-background-radial: radial-gradient(71.12% 67.26% at 100% 42.56%, rgba(7, 92, 228, .7) 0%, rgba(7, 92, 228, 0) 100%), #0a1a44;--color-primary: #1c6ca1;--color-primary-light: #53bdff;--color-primary-gradient: radial-gradient(143.51% 100% at 50% 0%, #299ce4 0%, #092640 139%), radial-gradient(89.41% 114.29% at 50% 0%, rgba(9, 38, 64, 0) 0%, #1ac3ff 95.5%);--color-primary-gradient-shadow-btn: 0px -2px 2px 0px #92d5fe inset, 0px 0px 0px 1px #fff, 0px 6px 25px -10px rgba(73, 128, 162, .25);--color-primary-gradient-shadow: 0px -3px 0px 0px #fff inset, 0px 0px 0px 1px #fff, 0px 6px 25px -10px rgba(73, 128, 162, .25), 0px -4px 7px 0px #fff inset;--color-secondary: #f9fafc;--color-secondary-gradient: linear-gradient(180deg, #fff 34.5%, #f2f2f4 100%);--color-secondary-gradient-hover: linear-gradient(180deg, #fff 34.5%, #e8e8ea 100%);--color-secondary-gradient-pressed: linear-gradient(180deg, #f2f2f4 0%, #fff 65.5%);--color-secondary-gradient-shadow: 0px -4px 7px 0px #ffffff inset, 0px 6px 25px -10px rgba(73, 128, 162, .251), 0px 0px 0px 1px #ffffff;--color-secondary-gradient-shadow-pressed: 0px 0px 0px 1px #fff, 0px 6px 25px -10px rgba(73, 128, 162, .15), 0px 4px 7px 0px #fff inset;--color-shadow-default: 0 0 1px 0 rgba(2, 38, 110, .03), 0 2px 2px 0 rgba(2, 38, 110, .03), 0 4px 2px 0 rgba(2, 38, 110, .02), 0 7px 3px 0 rgba(2, 38, 110, 0), 0 11px 3px 0 rgba(2, 38, 110, 0);--color-secondary-gradient-border: linear-gradient(to bottom, #d3d8e3, rgba(116, 119, 125, .3));--color-secondary-gradient-border-top: linear-gradient(#e6e9ec, #ffffff);--color-gray-gradient: linear-gradient(0deg, #ffffff, #ffffff), linear-gradient(180deg, #ffffff 34.5%, #f2f2f4 100%);--color-success-gradient: linear-gradient(180deg, #b6ff97 0%, #3ec249 100%);--color-success-gradient-shadow: 0px 0px 0px 1px #fff, 0px 6px 25px -10px rgba(73, 128, 162, .25), 0px -4px 7px 0px #d3ff9e inset;--color-red: #c50000;--color-gray: #7e8a93;--color-yellow: #f8d133;--color-green: #7dc500;--color-blue: #279ee8;--color-blue-light: #3c4c76;--color-blue-gray: #7483a4;--color-aqua: #7cb3ff;--color-aqua-dark: #1c6ca1ff;--color-purple: #987cff;--color-pink: #e491f2;--color-black: #000000;--color-white: #ffffff;--color-white-light: #efeff0;--color-dark-blue: #00233a;--color-dark-khaki: rgb(80, 96, 86);--color-dark-khaki-03: rgba(80, 96, 86, .3);--color-gray: rgba(116, 131, 164, 1);--color-medium-gray: #e6e9ec;--color-light-gray: #f9fafc;--color-label-danger: #ff3347;--color-footer-text: #b2c7dd;--color-footer-links: rgba(178, 199, 221, .55);--color-rose-brown: #945e5e;--color-error: #c54141;--bg-gray: #e7ecf2;--border-gray: #dbe1e7;--bg-light-gray: #f4f7fa;--bg-light-blue: #f2f7fd;--bg-white: #ffffff;--bg-dark: #0a1a44;--text-secondary-medium-gray-50: rgba(116, 131, 164, .5);--text-secondary-medium-gray-25: rgb(116, 131, 164, .25);--text-primary: #141824;--text-secondary: var(--elements-medium-gray);--text-primary-dark: var(--bg-dark);--elements-accent: #1c6ca1;--elements-red: #cd1c1c;--elements-orange: #ff7041;--elements-green: #008011;--elements-gold: #f9c007;--elements-medium-gray: #5e6f94;--elements-medium-gray-50: rgba(116, 131, 164, .5);--elements-white: var(--color-white);--elements-white-50: rgba(255, 255, 255, .5)}.product-card{overflow:hidden;position:relative;display:inline-flex;flex-direction:column;background-color:var(--color-white);border-radius:var(--Corner-Medium);border:1px solid var(--border-gray);transition:var(--Transition-hover);justify-content:space-between;padding:var(--g-8);width:200px}@media (min-width: 1024px){.product-card{padding:var(--g-12);width:258px}}.product-card__union{position:absolute;top:58px;z-index:0;left:50%;transform:translate(-50%);max-width:unset;width:463px;height:auto}@media (min-width: 1024px){.product-card__union{top:54px}}.product-card__labels{z-index:2;position:absolute;top:var(--g-8);left:var(--g-12);display:flex;flex-direction:column;gap:1px;width:calc(100% - 48px)}@media (min-width: 1024px){.product-card__labels{width:calc(100% - 60px)}}.product-card__labels>div{display:flex;align-items:center;gap:var(--g-6);height:17px;line-height:17px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.product-card__labels>div:before{content:"";display:inline-block;padding:var(--g-2);border:3px solid var(--border-label-color, var(--bg-gray));border-radius:100px}.product-card__green{border-color:var(--color-green)}.product-card__blue{border-color:var(--color-blue)}.product-card__like-and-compare{z-index:3;display:flex;flex-direction:column;position:absolute;align-items:center;top:var(--g-8);right:var(--g-6);border-radius:16px;background:transparent;transition:var(--Transition-hover)}.product-card__like-and-compare button{width:20px;height:20px;padding:15px}.product-card__like-and-compare button svg{color:var(--elements-medium-gray)}.product-card__like-and-compare button.active svg{color:var(--color-red)}@media (max-width: 1023.98px){.product-card__favorite-action .filled-icon,.product-card__favorite-action .favorite-icon{width:16px;height:16px}.product-card__favorite-action .filled-icon svg,.product-card__favorite-action .favorite-icon svg{width:16px;height:16px}}.product-card__favorite-action .filled-icon{display:none}.product-card__favorite-action .favorite-icon,.product-card__favorite-action.active.btn .filled-icon{display:inherit}.product-card__favorite-action.active.btn .favorite-icon{display:none}@media (max-width: 1023.98px){.product-card__compare .svg-icon-20{width:16px;height:16px}.product-card__compare .svg-icon-20 svg{width:16px;height:16px}}.product-card__link{z-index:1}@media (hover: hover){.product-card__link:hover{text-decoration:unset}}.product-card__image{display:block;object-fit:contain;margin:68px auto 0;text-align:center;width:130px;height:130px}@media (min-width: 1024px){.product-card__image{height:170px;width:170px;margin-top:var(--g-42)}}.product-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-top:var(--g-12);transition:var(--Transition-hover);height:34px;line-height:17px}.product-card__specs-title{display:-webkit-box;overflow:hidden;margin:var(--g-8) 0 var(--g-16);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:28px;line-height:14px;min-height:14px;text-overflow:ellipsis}@media (min-width: 1024px){.product-card__specs-title{margin:var(--g-12) 0 var(--g-16)}}.product-card__credit-price-per-month{display:inline-flex;align-items:baseline;white-space:nowrap;color:#6d7792}.product-card__credit-price-per-month:after{margin-left:var(--g-4)}.product-card__credit-info{display:flex;align-items:center;margin-bottom:var(--g-8);justify-content:space-between;transition:var(--Transition-hover);margin-top:auto;gap:var(--g-6)}@media (min-width: 1024px){.product-card__credit-info{gap:var(--g-8)}}.product-card__credit-pill{display:flex;align-items:center;border-radius:6px;border:1px solid var(--border-gray);background:#305dbfcc;padding:0 var(--g-4);height:20px}.product-card__credit-pill span{line-height:1;color:var(--color-white)}@media (min-width: 1024px){.product-card__credit-pill{border-radius:var(--Corner-Small);height:24px;padding:0 var(--g-8)}}.product-card__credit-percent:after{content:"%";line-height:1}.product-card__credit-months:after{content:var(--months);line-height:1;font-size:10px}@media (min-width: 1024px){.product-card__credit-months:after{font-size:12px}}.product-card__credit-pill-divider{width:2px;min-width:2px;height:14px;margin:0 var(--g-4);background-color:var(--color-white);border-right:1px solid var(--border-gray)}@media (min-width: 1024px){.product-card__credit-pill-divider{height:18px}}.product-card__credit-line{display:inline-block;width:100%;height:1px;background-color:#a9b7c5}.product-card__footer{z-index:1;border-radius:var(--Corner-Small);background-repeat:no-repeat;background-position:right 0;transition:var(--Transition-hover)}.product-card__discount-block{display:flex;flex-direction:column;justify-content:start;flex-wrap:wrap}@media (min-width: 1024px){.product-card__discount-block{flex-direction:row-reverse;flex-wrap:unset}}.product-card__discount-price:after,.product-card__current-price:after,.product-card__old-price:after,.product-card__credit-price-per-month:after{content:var(--curency);line-height:1;font-weight:400}.product-card__discount-price{display:flex;align-items:center;justify-content:center;position:relative;border:1px solid #b7bfcf;background:#cd1c1c08;border-top-right-radius:6px;border-bottom-right-radius:6px;color:var(--color-rose-brown);height:20px;line-height:14px;white-space:nowrap;margin-left:-26px;padding:0 var(--g-16) 0 var(--g-40);min-width:126px}@media (min-width: 1024px){.product-card__discount-price{padding:0 var(--g-16) 0 var(--g-34);margin-left:-25px;height:24px;width:100%;min-width:unset}}.product-card__discount-price:after{font-size:10px;margin-left:var(--g-4)}@media (min-width: 1024px){.product-card__discount-price:after{font-size:12px}}.product-card__discount-percent-wr{padding:0;display:flex;align-items:center;height:20px}@media (min-width: 1024px){.product-card__discount-percent-wr{height:24px;justify-content:center;flex:1}}.product-card__discount-percent{background-color:var(--elements-red);border-radius:6px;border:1px solid #a10000;height:20px;min-width:46px;display:flex;align-items:center;justify-content:center;z-index:1;line-height:14.4px}.product-card__discount-percent span{line-height:12px}@media (min-width: 1024px){.product-card__discount-percent{height:24px;min-width:53px;border-radius:var(--Corner-Small)}}.product-card__discount-percent:after{content:"%";font-size:10px;line-height:1;font-weight:700}@media (min-width: 1024px){.product-card__discount-percent:after{font-size:12px}}.product-card__old-price{display:inline-flex;align-items:center;white-space:nowrap;color:var(--color-gray);text-decoration:line-through;text-decoration-color:var(--elements-red);text-decoration-thickness:2px;margin:var(--g-10) var(--g-8) 0 0}@media (min-width: 1024px){.product-card__old-price{margin-top:0;line-height:21px}}.product-card__current-price{display:inline-flex;align-items:baseline;margin:var(--g-4) 0 var(--g-16)}@media (min-width: 1024px){.product-card__current-price{margin:0 0 var(--g-12)}}.product-card__current-price:after{font-size:14px;color:var(--color-blue-gray);margin-left:var(--g-4)}@media (min-width: 1024px){.product-card__current-price:after{font-size:16px}}.product-card__footer-buttons{display:flex;width:100%;gap:var(--g-4)}@media (min-width: 1024px){.product-card__footer-buttons{gap:var(--g-8)}}.product-card__footer-buttons .btn{min-width:36px;min-height:36px;gap:var(--g-12);padding:0;box-shadow:none}@media (min-width: 1024px){.product-card__footer-buttons .btn{min-width:40px;height:40px}}.product-card__footer-buttons .svg-icon-top{margin-top:-2px}.product-card__favorite-action.btn,.product-card__compare.btn{display:flex;border:none;background:transparent;width:28px;height:28px;padding:0;transition:var(--Transition-hover);box-shadow:none}@media (min-width: 1024px){.product-card__favorite-action.btn,.product-card__compare.btn{width:34px;height:34px}}@media (hover: hover){.product-card__favorite-action.btn:hover,.product-card__compare.btn:hover{background:transparent}}.product-card__compare.btn.active svg{fill:var(--color-red)}.product-card:has(.product-card__link:hover),.product-card.active{border-color:var(--elements-accent);background-color:var(--bg-light-blue)}.product-card:has(.product-card__link:hover) .product-card__footer,.product-card:has(.product-card__link:hover) .product-card__credit-info,.product-card:has(.product-card__link:hover) .product-card__compare.btn,.product-card.active .product-card__footer,.product-card.active .product-card__credit-info,.product-card.active .product-card__compare.btn{border-color:var(--elements-accent)}.product-card:has(.product-card__link:hover) .product-card__like-and-compare,.product-card.active .product-card__like-and-compare{background-color:var(--bg-light-blue)}.product-card__out-of-stock{position:absolute;top:0;left:0;width:100%;height:calc(100% - 52px);background-color:#ffffff80;z-index:9;pointer-events:none}.product-card__out-of-stock-text{position:absolute;display:flex;align-items:center;justify-content:center;top:170px;left:var(--g-8);width:calc(100% - var(--g-16));height:40px;background-color:var(--color-white);border:1px solid var(--color-red);border-radius:var(--Corner-Medium);color:var(--color-red)}@media (min-width: 1024px){.product-card__out-of-stock-text{height:48px;top:180px;width:calc(100% - var(--g-24));left:var(--g-12)}}
