@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";.header{display:flex;justify-content:center;align-items:center;background-color:#0f1121;color:#fff;width:100%;height:48px;position:fixed;padding:24px 0;top:0;left:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.3)}@media (max-width: 768px){.header{padding:16px 0;height:40px}}.header__content{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 24px;height:100%}@media (max-width: 768px){.header__content{justify-content:space-between;position:relative}}@media (max-width: 480px){.header__content{padding:0 16px}}.header__logo{font-weight:700;font-size:18px;margin-right:24px}@media (max-width: 768px){.header__logo{position:absolute;left:50%;transform:translate(-50%);margin-right:0}}@media (max-width: 480px){.header__logo{transform:translate(-50%) scale(.9)}}.header__logo-link{color:#75767f;text-decoration:none;display:flex;align-items:center;height:100%}.header__logo-container{display:flex;align-items:center}.header__logo-text{display:flex;flex-direction:column;line-height:.9;width:80px;height:26px;position:relative}.header__logo-nice-container{display:flex;align-items:center;margin-bottom:0}.header__logo-nice,.header__logo-gadgets{font-size:14px;font-weight:700;letter-spacing:0;color:#fff;text-transform:uppercase;line-height:1}.header__logo-hand{width:10.92px;height:14.58px;margin-left:2px;margin-top:0;object-fit:contain;filter:brightness(1.2) saturate(1.2)}.header__logo-img{padding:0 24px}.header__burger-line{width:100%;height:2px;background-color:#fff;transition:all .3s ease;border-radius:1px}.header__burger-button{display:none;flex-direction:column;justify-content:space-between;width:20px;height:16px;background:transparent;border:none;cursor:pointer;padding:0;margin-right:16px;z-index:1010;position:relative}@media (max-width: 768px){.header__burger-button{display:flex;margin-left:0;margin-right:0;z-index:1020}}@media (max-width: 480px){.header__burger-button{width:18px;height:14px}}.header__burger-button--active .header__burger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}@media (max-width: 480px){.header__burger-button--active .header__burger-line:nth-child(1){transform:translateY(6px) rotate(45deg)}}.header__burger-button--active .header__burger-line:nth-child(2){opacity:0}.header__burger-button--active .header__burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 480px){.header__burger-button--active .header__burger-line:nth-child(3){transform:translateY(-6px) rotate(-45deg)}}.header__nav{display:flex;justify-content:flex-start;flex-grow:0;height:100%}@media (max-width: 768px){.header__nav{display:none}}.header__nav-list{display:flex;list-style:none;margin:0;padding:0;height:100%}.header__nav-item{position:relative;display:flex;align-items:center;height:100%}.header__nav-link{color:#75767f;text-decoration:none;font-size:12px;font-weight:600;letter-spacing:.5px;padding:0 20px;height:100%;display:flex;align-items:center;transition:color .2s}.header__nav-link:hover{color:#ccc}.header__nav-link--active{position:relative;color:#fff}.header__nav-link--active:after{content:"";position:absolute;bottom:-24px;left:0;width:100%;height:2px;background-color:#fff}.header__mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:#0f1121;z-index:1000;display:flex;flex-direction:column;overflow-y:auto}.header__mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:24px 16px;border-bottom:1px solid rgba(255,255,255,.1)}@media (max-width: 480px){.header__mobile-menu-header{padding:16px 12px}}.header__mobile-logo{position:static;transform:none;margin-right:0}.header__mobile-close-button{background:transparent;border:none;color:#fff;font-size:20px;font-weight:300;cursor:pointer;padding:8px;z-index:1001;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.header__mobile-menu-content{display:flex;flex-direction:column;height:100%;width:100%}.header__mobile-nav{flex-grow:1;padding:40px 0}@media (max-width: 480px){.header__mobile-nav{padding:24px 0}}.header__mobile-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center}.header__mobile-nav-item{width:100%;text-align:center;margin-bottom:32px}.header__mobile-nav-item:last-child{margin-bottom:0}@media (max-width: 480px){.header__mobile-nav-item{margin-bottom:24px}}.header__mobile-nav-link{display:block;color:#ffffff80;text-decoration:none;font-size:18px;font-weight:500;padding:0;transition:color .2s;text-transform:uppercase;letter-spacing:1px}.header__mobile-nav-link:hover{color:#fff}.header__mobile-nav-link--active{color:#fff;position:relative;font-weight:600}.header__mobile-nav-link--active:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:50px;height:2px;background-color:#fff}.header__mobile-footer{display:flex;justify-content:center;align-items:center;padding:24px 0;gap:80px;margin-top:auto;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 480px){.header__mobile-footer{padding:16px 0;gap:50px}}.header__mobile-footer-button{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#fff;text-decoration:none}.header__mobile-footer-icon{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}.header__icons{display:flex;align-items:center;margin-left:auto}@media (max-width: 768px){.header__icons{display:none}}@media (max-width: 768px){.header .header__page-title+.header__icons{display:flex;position:absolute;right:16px}}.header__icon-button{background:none;border:none;cursor:pointer;margin-left:20px;display:flex;align-items:center;position:relative;color:#fff;text-decoration:none}@media (max-width: 480px){.header__icon-button{margin-left:16px}}@media (max-width: 768px){.header__page-title+.header__icons .header__icon-button{margin-left:16px}}.header__icon{display:flex;justify-content:center;align-items:center;width:16px;height:16px;color:#fff}.header__icon--favorites,.header__icon--cart{color:#7e57c2}.header__icon-img{width:100%;height:100%;object-fit:contain}.header__icon-counter{position:absolute;top:-8px;right:-8px;background-color:#eb5757;color:#fff;font-size:10px;min-width:16px;height:16px;border-radius:8px;display:flex;justify-content:center;align-items:center;padding:0 4px}.header__back-button,.header__back-icon,.header__back-text,.header__page-title{display:none}.footer{background-color:#0f1121;padding:32px 0;color:#fff;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:#ffffff26}.footer__content{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 15px}@media (max-width: 768px){.footer__content{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){.footer__content{padding:0 12px}}.footer__logo{font-weight:700;font-size:18px}@media (max-width: 768px){.footer__logo{margin-bottom:20px}}@media (max-width: 480px){.footer__logo{margin-bottom:16px}}.footer__logo-link{color:#fff;text-decoration:none;display:flex;align-items:center}.footer__logo-container{display:flex;align-items:center;padding:0 24px}@media (max-width: 480px){.footer__logo-container{padding:0 12px}}.footer__logo-text{display:flex;flex-direction:column;line-height:.9;width:80px;height:26.47px;position:relative}.footer__logo-nice-container{display:flex;align-items:center;margin-bottom:0}.footer__logo-nice,.footer__logo-gadgets{font-size:14px;font-weight:700;letter-spacing:0;color:#fff;text-transform:uppercase;line-height:1}.footer__logo-hand{width:10.92px;height:14.58px;margin-left:2px;margin-top:0;object-fit:contain;filter:brightness(1.2) saturate(1.2)}@media (max-width: 768px){.footer__nav{margin-bottom:20px;width:100%}}@media (max-width: 480px){.footer__nav{margin-bottom:16px}}.footer__nav-list{display:flex;list-style:none;margin:0;gap:30px;padding:0}@media (max-width: 768px){.footer__nav-list{flex-direction:column;gap:16px}}@media (max-width: 480px){.footer__nav-list{gap:12px}}.footer__nav-item{margin:0 15px}.footer__nav-item:first-child{margin-left:0}.footer__nav-item:last-child{margin-right:0}@media (max-width: 768px){.footer__nav-item{margin:0 0 10px}}@media (max-width: 480px){.footer__nav-item{margin:0 0 8px}}.footer__nav-link{color:#fff;text-decoration:none;font-size:12px;font-weight:700}.footer__nav-link:hover{text-decoration:underline}@media (max-width: 768px){.footer__back-to-top{width:100%;display:flex;justify-content:flex-end}}.footer__back-icon{display:flex;align-items:center;justify-content:center;background:#323542;padding:8px;font-weight:700;font-size:14px;transition:background-color .3s;width:32px;height:32px;line-height:1}.footer__back-link{display:flex;align-items:center;color:#fff;text-decoration:none;font-size:14px;padding-right:0}.footer__back-link:hover .footer__back-icon{background-color:#3c3f4c}.footer__back-text{margin-right:8px;font-size:12px;font-weight:700;color:#75767f}.footer__copyright{text-align:center;font-size:12px;color:#666}.slider{position:relative;width:1040px;height:400px;overflow:visible;margin-bottom:40px;margin-left:auto;margin-right:auto;padding:0 48px;box-sizing:content-box;font-family:Montserrat,sans-serif}@media (max-width: 1199px){.slider{width:100%;padding:0 40px}}@media (max-width: 768px){.slider{height:350px;margin-bottom:30px;padding:0 32px}}@media (max-width: 480px){.slider{height:300px;margin-bottom:20px;padding:0 20px}}.slider__container{position:relative;width:100%;height:100%;overflow:hidden}.slider__slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;background-color:#1f1f2c;opacity:0;transition:opacity .5s ease}.slider__slide--active{opacity:1;z-index:1}.slider__image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.slider__image{width:100%;height:100%;object-fit:cover}.slider__arrow{position:absolute;top:0;width:32px;height:400px;background:#323542;color:#fff;display:flex;justify-content:center;align-items:center;border:none;font-size:32px;cursor:pointer;z-index:2}@media (max-width: 768px){.slider__arrow{height:350px;width:28px;font-size:28px}}@media (max-width: 480px){.slider__arrow{height:300px;width:24px;font-size:24px}}.slider__arrow--prev{left:-15px}@media (max-width: 480px){.slider__arrow--prev{left:-10px}}.slider__arrow--next{right:-15px}@media (max-width: 480px){.slider__arrow--next{right:-10px}}.slider__dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;z-index:2}@media (max-width: 480px){.slider__dots{bottom:12px}}.slider__dot{width:10px;height:10px;background-color:#ffffff80;margin:0 5px;padding:0;border:none;cursor:pointer}@media (max-width: 480px){.slider__dot{width:8px;height:8px;margin:0 4px}}.slider__dot--active{background-color:#fff}.product-images{display:flex;gap:8px;width:100%}.product-images__thumbnails{display:flex;flex-direction:column;gap:4px}.product-images__thumbnail-btn{width:80px;height:80px;padding:4px;border:2px solid transparent;border-radius:4px;background:none;cursor:pointer;transition:border-color .3s}.product-images__thumbnail-btn--active{border-color:#7b61ff}.product-images__thumbnail-img{width:100%;height:100%;object-fit:contain}.product-images__main-container,.product-images__single-container{flex-grow:1;display:flex;justify-content:center;align-items:center;background-color:#1f2937;border-radius:8px;padding:8px}.product-images__main,.product-images__single{max-width:100%;max-height:400px;object-fit:contain}@media screen and (max-width: 768px){.product-images{flex-direction:column-reverse}.product-images__thumbnails{flex-direction:row;overflow-x:auto;padding-bottom:4px}.product-images__thumbnail-btn{flex-shrink:0}}.product-card{display:flex;flex-direction:column;background:#161827;padding:16px;height:100%;transition:transform .3s,box-shadow .3s;overflow:hidden;flex-shrink:0;box-sizing:border-box}@media (max-width: 480px){.product-card{padding:8px}}.product-card:hover{transform:translateY(-5px);box-shadow:0 4px 15px #00000026}@media (max-width: 480px){.product-card:hover{transform:none}}.product-card__image-container{display:flex;justify-content:center;align-items:center;height:200px;margin-bottom:16px;padding:0 8px}@media (max-width: 480px){.product-card__image-container{height:160px;margin-bottom:8px;padding:0}}.product-card__image-container .product-images{height:100%}.product-card__image-container .product-images__thumbnails{display:none}.product-card__image-container .product-images__single-container,.product-card__image-container .product-images__main-container{height:100%;background:none;padding:0}.product-card__image-container .product-images__single,.product-card__image-container .product-images__main{max-height:100%}.product-card__title{font-size:16px;font-weight:500;margin:0 0 16px;min-height:40px;line-height:1.3}@media (max-width: 480px){.product-card__title{font-size:16px;min-height:32px;margin:0 0 8px}}.product-card__price-container{display:flex;align-items:baseline;margin-bottom:16px;gap:8px}@media (max-width: 480px){.product-card__price-container{margin-bottom:8px;gap:4px}}.product-card__price{font-size:16px;font-weight:700;color:#fff}@media (max-width: 480px){.product-card__price{font-size:18px}}.product-card__old-price{font-size:14px;color:#b5b5c3;text-decoration:line-through}@media (max-width: 480px){.product-card__old-price{font-size:14px}}.product-card__specs{margin-bottom:16px;border-top:1px solid rgba(255,255,255,.1);padding-top:8px}@media (max-width: 480px){.product-card__specs{margin-bottom:8px;padding-top:4px}}.product-card__spec{display:flex;justify-content:space-between;margin-bottom:4px}.product-card__spec:last-child{margin-bottom:0}.product-card__spec-name{color:#b5b5c3;font-size:12px;font-weight:700}.product-card__spec-value{color:#fff;font-size:12px;text-align:right}@media (max-width: 480px){.product-card__buttons{gap:4px}}.product-card__add-button{display:inline-flex;align-items:center;justify-content:center;background-color:#7b61ff;color:#fff;border:none;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s;flex-grow:1;height:40px}@media (max-width: 480px){.product-card__add-button{font-size:14px;height:36px}}.product-card__add-button:hover{background-color:#6a50e0}.product-card .product-card .product-card__add-button.product-card__add-button--added{background-color:#323542;color:#fff;border:none}.product-card .product-card .product-card__add-button.product-card__add-button--added:hover{background-color:#272933}.product-card__favorite-button{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background-color:#1f2937;color:#fff;border:1px solid #1f2937;cursor:pointer;transition:background-color .3s}@media (max-width: 480px){.product-card__favorite-button{width:36px;height:36px}}.product-card__favorite-button:hover{background-color:#374151}.product-card__favorite-button--active{background-color:#7b61ff1a;border-color:#7b61ff4d}.product-card__favorite-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.product-card__favorite-img{width:16px;height:16px;filter:brightness(0) invert(1);transition:filter .3s}.product-card__favorite-img--active{filter:none}.product-list{margin-bottom:60px}@media (max-width: 768px){.product-list{margin-bottom:50px}}@media (max-width: 480px){.product-list{margin-bottom:40px}}.product-list__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}@media (max-width: 768px){.product-list__header{margin-bottom:24px}}@media (max-width: 480px){.product-list__header{margin-bottom:20px}}.product-list__title{font-size:28px;margin:0;color:#fff}@media (max-width: 768px){.product-list__title{font-size:24px}}@media (max-width: 480px){.product-list__title{font-size:22px}}.product-list__controls{display:flex}.product-list__control{width:32px;height:32px;background-color:#1f1f2c;border:none;display:flex;justify-content:center;align-items:center;font-size:16px;color:#fff;cursor:pointer;margin-left:10px;transition:all .3s ease}@media (max-width: 480px){.product-list__control{width:28px;height:28px;font-size:14px;margin-left:8px}}.product-list__control:first-child{margin-left:0}.product-list__control:hover:not(:disabled){background-color:#333}.product-list__control--disabled{opacity:.5;cursor:not-allowed}.product-list__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 1200px){.product-list__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.product-list__grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (max-width: 480px){.product-list__grid{grid-template-columns:1fr;gap:12px}}.product-list__item{box-sizing:border-box}.category-section{width:100%;margin-bottom:30px}@media (max-width: 480px){.category-section{margin-bottom:20px}}.category-section__content{height:100%}.category-section__link{display:block;text-decoration:none;color:#fff;overflow:hidden;height:100%;transition:transform .3s ease}.category-section__link:hover{transform:translateY(-5px)}@media (max-width: 480px){.category-section__link:hover{transform:none}}.category-section__image-container{width:368px;height:368px;display:flex;justify-content:center;align-items:flex-end;overflow:hidden;position:relative}@media (max-width: 1200px){.category-section__image-container{width:100%;height:320px}}@media (max-width: 768px){.category-section__image-container{height:280px}}@media (max-width: 480px){.category-section__image-container{width:320px;height:320px}}.category-section__image-container--1{background:#6d6474}.category-section__image-container--2{background-color:#6b6b6b}.category-section__image-container--3{background:#d53c51}.category-section__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;padding-top:60px;margin-top:5px}@media (max-width: 768px){.category-section__image{padding-top:40px}}@media (max-width: 480px){.category-section__image{padding-top:20px}}.category-section__image:hover{transform:scale(1.05)}@media (max-width: 480px){.category-section__image:hover{transform:none}}.category-section__title{padding:15px 0 0;font-size:20px;font-weight:700;margin:0}@media (max-width: 480px){.category-section__title{font-size:18px;padding:12px 0 0}}.category-section__count{padding:5px 0 20px;font-size:14px;font-weight:500;color:#75767f;margin:0}@media (max-width: 480px){.category-section__count{font-size:13px;padding:4px 0 16px}}.home-page{display:flex;flex-direction:column;min-height:100vh;background:#0f1121;color:#fff}.home-page__main{flex-grow:1;padding:24px 0;margin-top:48px}@media (max-width: 768px){.home-page__main{margin-top:40px}}@media (max-width: 480px){.home-page__main{padding:16px 0;margin-top:36px}}.home-page .container{max-width:1200px;margin:0 auto;padding:0 16px}@media (max-width: 480px){.home-page .container{padding:0 12px}}.home-page__section{margin-bottom:60px}.home-page__section:last-child{margin-bottom:0}@media (max-width: 768px){.home-page__section{margin-bottom:50px}}@media (max-width: 480px){.home-page__section{margin-bottom:40px}}.home-page__title{font-size:32px;margin:0 0 30px;text-align:left}@media (max-width: 768px){.home-page__title{font-size:28px;margin:0 0 24px}}@media (max-width: 480px){.home-page__title{font-size:24px;margin:0 0 20px}}.home-page__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}@media (max-width: 768px){.home-page__section-header{margin-bottom:24px}}@media (max-width: 480px){.home-page__section-header{margin-bottom:20px}}.home-page__section-title{font-size:28px;margin:0 0 30px}@media (max-width: 768px){.home-page__section-title{font-size:24px;margin:0 0 24px}}@media (max-width: 480px){.home-page__section-title{font-size:22px;margin:0 0 20px}}.home-page__section-controls{display:flex}.home-page__control{width:32px;height:32px;background-color:#1f2937;border:none;display:flex;justify-content:center;align-items:center;font-size:16px;color:#fff;cursor:pointer;margin-left:10px}.home-page__control:first-child{margin-left:0}.home-page__control:hover{background-color:#374151}.home-page__products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width: 1200px){.home-page__products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.home-page__products-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 480px){.home-page__products-grid{grid-template-columns:1fr;gap:12px}}.home-page__categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}@media (max-width: 992px){.home-page__categories-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 480px){.home-page__categories-grid{grid-template-columns:1fr;gap:12px;margin-top:16px}}.breadcrumbs{display:flex;align-items:center;margin-bottom:24px}.breadcrumbs__home-link{display:inline-flex;text-decoration:none}.breadcrumbs__home-icon{width:16px;height:16px;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.59087%200.807088C7.83161%200.619846%208.16872%200.619846%208.40946%200.807088L14.4095%205.47375C14.5718%205.60006%2014.6668%205.79426%2014.6668%205.99999V13.3333C14.6668%2013.8638%2014.4561%2014.3725%2014.081%2014.7475C13.706%2015.1226%2013.1973%2015.3333%2012.6668%2015.3333H3.3335C2.80306%2015.3333%202.29436%2015.1226%201.91928%2014.7475C1.54421%2014.3725%201.3335%2013.8638%201.3335%2013.3333V5.99999C1.3335%205.79426%201.42848%205.60006%201.59087%205.47375L7.59087%200.807088ZM2.66683%206.32605V13.3333C2.66683%2013.5101%202.73707%2013.6797%202.86209%2013.8047C2.98712%2013.9298%203.15669%2014%203.3335%2014H12.6668C12.8436%2014%2013.0132%2013.9298%2013.1382%2013.8047C13.2633%2013.6797%2013.3335%2013.5101%2013.3335%2013.3333V6.32605L8.00016%202.1779L2.66683%206.32605Z'%20fill='%23F1F2F9'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.3335%208.00001C5.3335%207.63182%205.63197%207.33334%206.00016%207.33334H10.0002C10.3684%207.33334%2010.6668%207.63182%2010.6668%208.00001V14.6667C10.6668%2015.0349%2010.3684%2015.3333%2010.0002%2015.3333C9.63197%2015.3333%209.3335%2015.0349%209.3335%2014.6667V8.66668H6.66683V14.6667C6.66683%2015.0349%206.36835%2015.3333%206.00016%2015.3333C5.63197%2015.3333%205.3335%2015.0349%205.3335%2014.6667V8.00001Z'%20fill='%23F1F2F9'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:contain}.breadcrumbs__separator{display:inline-block;margin:0 8px;width:6px;height:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 12'%3E%3Cpath d='M1.5 0L0 1.5 4.5 6 0 10.5 1.5 12 7.5 6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.breadcrumbs__link{font-size:14px;color:#fff;text-decoration:none;transition:color .3s}.breadcrumbs__link:hover{color:#7b61ff}.breadcrumbs__current{font-size:14px;color:#b5b5c3}.dropdown{display:flex;flex-direction:column;position:relative}.dropdown__label{font-size:12px;color:#b5b5c3;margin-bottom:4px}.dropdown__button{display:flex;justify-content:space-between;align-items:center;background:#323542;border:none;color:#fff;padding:8px 16px;width:176px;cursor:pointer;font-size:14px;text-align:left;transition:background-color .3s}.dropdown__button:hover,.dropdown--open .dropdown__button{background:#323542}.dropdown__arrow{display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform .3s}.dropdown--open .dropdown__arrow{transform:rotate(180deg)}.dropdown__options{position:absolute;top:100%;left:0;width:100%;background:#0f1121;border-radius:0 0 4px 4px;list-style:none;padding:0;margin:0;z-index:10;max-height:200px;overflow-y:auto;box-shadow:0 4px 12px #00000026}.dropdown__option{padding:8px 16px;cursor:pointer;transition:background-color .3s}.dropdown__option:hover{box-sizing:border-box;border:1px solid rgb(74,77,88);background:#323542}.dropdown__option--selected{background:#323542;font-weight:500}.phones-page{display:flex;flex-direction:column;min-height:100vh;background-color:#0f1121;color:#fff}.phones-page__main{flex-grow:1;padding:24px 0}.phones-page .container{max-width:1200px;margin:0 auto;padding:0 16px}.phones-page__breadcrumbs{display:flex;align-items:center;margin-bottom:24px}.phones-page__breadcrumb-home{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.phones-page__breadcrumb-separator{display:inline-block;margin:0 8px;width:6px;height:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 12'%3E%3Cpath d='M1.5 0L0 1.5 4.5 6 0 10.5 1.5 12 7.5 6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.phones-page__breadcrumb-current{color:#b5b5c3}.phones-page__title{font-size:32px;font-weight:700;margin-bottom:8px}.phones-page__count{font-size:14px;color:#b5b5c3;margin-bottom:40px}.phones-page__filters{display:flex;gap:16px;margin-bottom:24px}.phones-page__sort,.phones-page__items-per-page{display:flex;flex-direction:column}.phones-page__sort .dropdown__button{width:176px}.phones-page__items-per-page .dropdown__button{width:128px}.phones-page label{font-size:12px;color:#b5b5c3;margin-bottom:4px}.phones-page__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#1f2937;border:none;border-radius:4px;color:#fff;padding:8px 32px 8px 12px;width:176px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}.phones-page__select:focus{outline:none;box-shadow:0 0 0 2px #4f46e580}.phones-page__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:40px}@media screen and (max-width: 1199px){.phones-page__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 899px){.phones-page__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 599px){.phones-page__grid{grid-template-columns:1fr}}.phones-page__pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:24px}.phones-page__pagination-arrow{display:flex;justify-content:center;align-items:center;width:32px;height:32px;background-color:#1f2937;color:#fff;border:none;cursor:pointer;transition:background-color .3s}.phones-page__pagination-arrow:disabled{color:#b5b5c3;cursor:not-allowed}.phones-page__pagination-arrow:hover:not(:disabled){background-color:#374151}.phones-page__pagination-item{display:flex;justify-content:center;align-items:center;width:32px;height:32px;background-color:#161827;color:#fff;border:none;cursor:pointer;transition:background-color .3s}.phones-page__pagination-item:hover{background-color:#374151}.phones-page__pagination-item--active{background-color:#7b61ff}.phones-page__pagination-item--active:hover{background-color:#6a50e0}.tablets-page{display:flex;flex-direction:column;min-height:100vh;background-color:#0f1121;color:#fff}.tablets-page__main{flex-grow:1;padding:24px 0}.tablets-page .container{max-width:1200px;margin:0 auto;padding:0 16px}.tablets-page__breadcrumbs{display:flex;align-items:center;margin-bottom:24px}.tablets-page__breadcrumb-home{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.tablets-page__breadcrumb-separator{display:inline-block;margin:0 8px;width:6px;height:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 12'%3E%3Cpath d='M1.5 0L0 1.5 4.5 6 0 10.5 1.5 12 7.5 6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.tablets-page__breadcrumb-current{color:#b5b5c3}.tablets-page__title{font-size:32px;font-weight:700;margin-bottom:8px}.tablets-page__count{font-size:14px;color:#b5b5c3;margin-bottom:40px}.tablets-page__filters{display:flex;gap:16px;margin-bottom:24px}.tablets-page__sort,.tablets-page__items-per-page{display:flex;flex-direction:column}.tablets-page__sort .dropdown__button{width:176px}.tablets-page__items-per-page .dropdown__button{width:128px}.tablets-page label{font-size:12px;color:#b5b5c3;margin-bottom:4px}.tablets-page__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#1f2937;border:none;border-radius:4px;color:#fff;padding:8px 32px 8px 12px;width:176px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}.tablets-page__select:focus{outline:none;box-shadow:0 0 0 2px #4f46e580}.tablets-page__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:40px}@media screen and (max-width: 1199px){.tablets-page__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 899px){.tablets-page__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 599px){.tablets-page__grid{grid-template-columns:1fr}}.tablets-page__pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:24px}.tablets-page__pagination-arrow{display:flex;justify-content:center;align-items:center;width:32px;height:32px;background-color:#1f2937;color:#fff;border:none;cursor:pointer;transition:background-color .3s}.tablets-page__pagination-arrow:disabled{color:#b5b5c3;cursor:not-allowed}.tablets-page__pagination-arrow:hover:not(:disabled){background-color:#374151}.tablets-page__pagination-item{display:flex;justify-content:center;align-items:center;width:32px;height:32px;background-color:#161827;color:#fff;border:none;cursor:pointer;transition:background-color .3s}.tablets-page__pagination-item:hover{background-color:#374151}.tablets-page__pagination-item--active{background-color:#7b61ff}.tablets-page__pagination-item--active:hover{background-color:#6a50e0}.accessories-page{display:flex;flex-direction:column;min-height:100vh;background-color:#0f1121;color:#fff}.accessories-page__main{flex-grow:1;padding:24px 0}.accessories-page .container{max-width:1200px;margin:0 auto;padding:0 16px}.accessories-page__breadcrumbs{display:flex;align-items:center;margin-bottom:24px}.accessories-page__breadcrumb-home{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.accessories-page__breadcrumb-separator{display:inline-block;margin:0 8px;width:6px;height:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 12'%3E%3Cpath d='M1.5 0L0 1.5 4.5 6 0 10.5 1.5 12 7.5 6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.accessories-page__breadcrumb-current{color:#b5b5c3}.accessories-page__title{font-size:32px;font-weight:700;margin-bottom:8px}.accessories-page__count{font-size:14px;color:#b5b5c3;margin-bottom:40px}.accessories-page__filters{display:flex;gap:16px;margin-bottom:24px}.accessories-page__sort,.accessories-page__items-per-page{display:flex;flex-direction:column}.accessories-page__sort .dropdown__button{width:176px}.accessories-page__items-per-page .dropdown__button{width:128px}.accessories-page label{font-size:12px;color:#b5b5c3;margin-bottom:4px}.accessories-page__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#1f2937;border:none;border-radius:4px;color:#fff;padding:8px 32px 8px 12px;width:176px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}.accessories-page__select:focus{outline:none;box-shadow:0 0 0 2px #4f46e580}.accessories-page__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:40px}@media screen and (max-width: 1199px){.accessories-page__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 899px){.accessories-page__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 599px){.accessories-page__grid{grid-template-columns:1fr}}.accessories-page__pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:24px}.accessories-page__pagination-arrow{display:flex;justify-content:center;align-items:center;width:32px;height:32px;background-color:#1f2937;color:#fff;border:none;cursor:pointer;transition:background-color .3s}.accessories-page__pagination-arrow:disabled{color:#b5b5c3;cursor:not-allowed}.accessories-page__pagination-arrow:hover:not(:disabled){background-color:#374151}.accessories-page__pagination-item{display:flex;justify-content:center;align-items:center;width:32px;height:32px;background-color:#161827;color:#fff;border:none;cursor:pointer;transition:background-color .3s}.accessories-page__pagination-item:hover{background-color:#374151}.accessories-page__pagination-item--active{background-color:#7b61ff}.accessories-page__pagination-item--active:hover{background-color:#6a50e0}.product-details-page{display:flex;flex-direction:column;min-height:100vh;background-color:#0f1121;color:#fff}.product-details-page__content{flex-grow:1;padding:24px;max-width:1200px;margin:0 auto;width:100%}.product-details-page__breadcrumbs{margin-bottom:16px}.product-details-page__back{margin-bottom:24px}.product-details-page__back-button{display:flex;align-items:center;background:none;border:none;font-size:14px;color:#b5b5c3;cursor:pointer;transition:color .3s}.product-details-page__back-button:before{content:"";display:inline-block;width:16px;height:16px;margin-right:8px;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.0303%203.96967C10.3232%204.26256%2010.3232%204.73744%2010.0303%205.03033L7.06066%208L10.0303%2010.9697C10.3232%2011.2626%2010.3232%2011.7374%2010.0303%2012.0303C9.73744%2012.3232%209.26256%2012.3232%208.96967%2012.0303L5.46967%208.53033C5.17678%208.23744%205.17678%207.76256%205.46967%207.46967L8.96967%203.96967C9.26256%203.67678%209.73744%203.67678%2010.0303%203.96967Z'%20fill='currentColor'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;filter:brightness(0) invert(1)}.product-details-page__back-button:hover{color:#7b61ff}.product-details-page__loading,.product-details-page__error{display:flex;justify-content:center;align-items:center;height:300px;font-size:18px;color:#b5b5c3}.product-details-page__product-title{font-size:32px;font-weight:700;margin-bottom:20px}.product-details-page__main-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:40px}.product-details-page__images{display:flex;gap:16px}.product-details-page__thumbnails{display:flex;flex-direction:column;gap:8px}.product-details-page__thumbnail-btn{width:80px;height:80px;padding:4px;border:2px solid transparent;border-radius:4px;background:none;cursor:pointer;transition:border-color .3s}.product-details-page__thumbnail-btn--active{border-color:#7b61ff}.product-details-page__thumbnail-img{width:100%;height:100%;object-fit:contain}.product-details-page__main-image-container{flex-grow:1;display:flex;justify-content:center;align-items:center}.product-details-page__main-image{max-width:100%;max-height:400px;object-fit:contain}.product-details-page__info{display:flex;flex-direction:column}.product-details-page__id{color:#b5b5c3;font-size:14px;margin-bottom:16px}.product-details-page__colors{margin-bottom:24px}.product-details-page__colors-title{font-size:14px;color:#b5b5c3;margin-bottom:8px}.product-details-page__colors-list{display:flex;gap:8px}.product-details-page__colors-option{width:30px;height:30px;border-radius:50%;cursor:pointer;border:2px solid transparent;position:relative;overflow:hidden;display:block;padding:0;background:none;text-decoration:none}.product-details-page__colors-option--active{border-color:#7b61ff}.product-details-page__colors-option-inner{position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:50%}.product-details-page__capacity{margin-bottom:24px}.product-details-page__capacity-title{font-size:14px;color:#b5b5c3;margin-bottom:8px}.product-details-page__capacity-list{display:flex;gap:8px}.product-details-page__capacity-option{padding:12px 14px;box-sizing:border-box;border:1px solid rgb(74,77,88);background-color:transparent;color:#fff;font-size:14px;cursor:pointer;transition:background-color .3s}.product-details-page__capacity-option--active{background-color:#7b61ff}.product-details-page__capacity-option:hover:not(.product-details-page__capacity-option--active){background-color:#374151}.product-details-page__price{display:flex;align-items:center;margin-bottom:16px}.product-details-page__price-current{font-size:32px;font-weight:700;margin-right:8px}.product-details-page__price-old{font-size:22px;color:#b5b5c3;text-decoration:line-through}.product-details-page__actions{display:flex;gap:8px;margin-bottom:32px}.product-details-page__add-to-cart{width:263px;height:48px;padding:12px 24px;background-color:#7b61ff;color:#fff;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .3s}.product-details-page__add-to-cart:hover,.product-details-page__add-to-cart--added{background-color:#6a50e0}.product-details-page__favorite{width:48px;height:48px;display:flex;background-color:#1f2937;color:#fff;border:1px solid #1f2937;justify-content:center;align-items:center;cursor:pointer;transition:background-color .3s}.product-details-page__favorite:hover{background-color:#374151}.product-details-page__favorite-icon{width:20px;height:20px}.product-details-page__sections{display:grid;grid-template-columns:1fr 1fr;gap:64px;margin-top:40px;background-color:#0f1121}.product-details-page__section-title{font-size:22px;font-weight:700;margin-bottom:16px;color:#f1f2f9;position:relative;padding-bottom:16px}.product-details-page__section-title:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#f7f8fd1a}.product-details-page__about-section h3{font-size:20px;font-weight:600;margin-top:24px;margin-bottom:16px;color:#f1f2f9}.product-details-page__about-content{margin-top:24px}.product-details-page__about-text{color:#75767f;line-height:1.5;margin-bottom:24px;font-size:14px}.product-details-page__tech-specs-content{margin-top:24px}.product-details-page__specs-item{font-size:14px;display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(247,248,253,.1)}.product-details-page__specs-name{color:#75767f;font-size:14px}.product-details-page__specs-value{color:#f1f2f9;text-align:right;font-size:14px}.product-details-page__suggestions{margin-top:60px;position:relative;padding-bottom:60px}.product-details-page__suggestions-title{font-size:32px;font-weight:700;margin-bottom:40px;color:#f1f2f9;position:relative;display:flex;justify-content:space-between;align-items:center}.product-details-page__suggestions-list{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;position:relative}.product-details-page__suggestions-controls{display:flex;gap:16px}.product-details-page__suggestions-button{width:32px;height:32px;background-color:#161827;border:1px solid rgba(247,248,253,.1);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s}.product-details-page__suggestions-button:hover{background-color:#272b49}.product-details-page__suggestions-button:disabled{opacity:.5;cursor:default}.product-details-page__suggestions-button--prev:before{content:"";display:inline-block;width:6px;height:10px;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.0303%203.96967C10.3232%204.26256%2010.3232%204.73744%2010.0303%205.03033L7.06066%208L10.0303%2010.9697C10.3232%2011.2626%2010.3232%2011.7374%2010.0303%2012.0303C9.73744%2012.3232%209.26256%2012.3232%208.96967%2012.0303L5.46967%208.53033C5.17678%208.23744%205.17678%207.76256%205.46967%207.46967L8.96967%203.96967C9.26256%203.67678%209.73744%203.67678%2010.0303%203.96967Z'%20fill='currentColor'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center}.product-details-page__suggestions-button--next:before{content:"";display:inline-block;width:6px;height:10px;background-image:url(../../assets/img/Icons/arrow-right.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.product-details-page__quick-specs{margin-top:32px;width:320px}.product-details-page__quick-specs-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.product-details-page__quick-specs-row:last-child{margin-bottom:0}.product-details-page__quick-specs-label{font-size:14px;color:#89939a}.product-details-page__quick-specs-value{font-size:14px;color:#fff;text-align:right}@media (max-width: 768px){.product-details-page__content{padding:16px}.product-details-page__main-content{grid-template-columns:1fr}.product-details-page__suggestions-list{grid-template-columns:repeat(2,1fr)}.product-details-page__sections{grid-template-columns:1fr;gap:32px}}@media (max-width: 480px){.product-details-page__content{padding:12px}.product-details-page__specs-list,.product-details-page__suggestions-list{grid-template-columns:1fr}}.product-card{background-color:#161827;padding:32px;display:flex;flex-direction:column;transition:transform .3s}.product-card:hover{transform:translateY(-5px)}.product-card__image-container{display:flex;justify-content:center;align-items:center;height:200px;margin-bottom:24px}.product-card__title{font-size:14px;color:#f1f2f9;margin-bottom:8px;height:42px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__price-container{display:flex;align-items:center;gap:8px;margin-bottom:8px}.product-card__price{color:#f1f2f9;font-size:22px;font-weight:700}.product-card__old-price{color:#75767f;font-size:22px;text-decoration:line-through}.product-card__specs{margin-bottom:16px;border-top:1px solid rgba(247,248,253,.1);padding-top:16px}.product-card__spec{display:flex;justify-content:space-between;margin-bottom:8px}.product-card__spec-name{color:#75767f;font-size:12px}.product-card__spec-value{color:#f1f2f9;font-size:12px;text-align:right}.product-card__buttons{display:flex;gap:8px;margin-top:auto}.product-card__add-button{flex-grow:1;height:40px;background-color:#905bff;color:#fff;border:none;cursor:pointer;transition:background-color .3s;font-weight:600;font-size:14px}.product-card__add-button:hover{background-color:#7b4fdb}.product-card__favorite-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#323542;border:none;cursor:pointer}.favorites-page{min-height:100vh;display:flex;flex-direction:column;background-color:#0f1121}.favorites-list{flex-grow:1;padding:24px;max-width:1200px;margin:0 auto;width:100%;color:#fff}.favorites-list__title{font-size:32px;font-weight:700;margin:24px 0;color:#fff}.favorites-list__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width: 1200px){.favorites-list__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.favorites-list__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.favorites-list__grid{grid-template-columns:1fr}}.favorites-list--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.favorites-list__empty-message{font-size:18px;color:#b5b5c3;margin-top:16px}.cart-page{min-height:100vh;display:flex;flex-direction:column;background-color:#0f1121;padding-top:48px}.cart-container{flex-grow:1;padding:24px;max-width:1200px;margin:0 auto;width:100%;color:#fff}.cart-back{margin-top:24px}.cart-back__button{display:flex;align-items:center;background:none;border:none;color:#fff;font-size:16px;cursor:pointer;padding:0}.cart-back__button:hover{color:#7e57c2}.cart-back__icon{margin-right:8px;font-size:18px}.cart-title{font-size:48px;font-weight:700;margin:0 24px;color:#fff}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.cart-empty__message{font-size:18px;color:#b5b5c3;margin-bottom:16px}.cart-empty__link{padding:12px 24px;background-color:#7e57c2;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:background-color .3s}.cart-empty__link:hover{background-color:#643da9}.cart-content{display:grid;grid-template-columns:1fr 320px;gap:24px}@media (max-width: 992px){.cart-content{grid-template-columns:1fr}}.cart-items{padding:16px;width:100%;max-width:784px;max-height:600px;overflow-y:auto;box-sizing:border-box}@media (max-width: 992px){.cart-items{max-width:100%}}.cart-items::-webkit-scrollbar{width:8px}.cart-items::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:4px}.cart-items::-webkit-scrollbar-track{background-color:#0000001a;border-radius:4px}.cart-item{display:grid;grid-template-columns:32px 80px minmax(200px,1fr) 120px 100px;gap:16px;align-items:center;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1);position:relative;width:100%;max-width:752px;height:156px;box-sizing:border-box}.cart-item:last-child{border-bottom:none}.cart-item__remove{grid-column:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#ffffff80;background:none;border:none;cursor:pointer;transition:color .2s}.cart-item__remove:hover{color:#fffc}.cart-item__image-container{grid-column:2;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.cart-item__image{max-width:100%;max-height:100%;object-fit:contain}.cart-item__details{grid-column:3;padding-left:0}.cart-item__name{font-size:14px;font-weight:500;margin:0;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.cart-item__quantity{grid-column:4;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;background-color:#161827}.cart-item__quantity-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#ffffff1a;border:none;color:#fff;font-size:18px;cursor:pointer;border-radius:4px}.cart-item__quantity-btn:disabled{opacity:.5;cursor:not-allowed}.cart-item__quantity-btn:hover:not(:disabled){background-color:#fff3}.cart-item__quantity-value{width:32px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff;margin:0 4px}.cart-item__price{grid-column:5;font-size:22px;font-weight:700;color:#fff;min-width:80px;text-align:right}.cart-summary{background-color:#161827;padding:24px;display:flex;border:1px solid rgb(59,62,74);box-sizing:border-box;flex-direction:column;width:368px;height:206px}.cart-summary__title{font-size:32px;font-weight:700;margin:0 0 4px;color:#fff;text-align:center}.cart-summary__subtitle{font-size:14px;color:#75767f;font-weight:500;margin:0 0 16px;text-align:center}.cart-summary__divider{height:1px;background-color:#ffffff1a;margin:0 0 16px;width:100%}.cart-summary__checkout-btn{background-color:#7e57c2;color:#fff;border:none;padding:16px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s;margin-top:auto}.cart-summary__checkout-btn:hover{background-color:#643da9}.cart-actions{display:flex;justify-content:flex-end;margin-bottom:10px;padding-right:16px}.cart-actions__clear-btn{background-color:#ff5757cc;color:#fff;border:none;padding:8px 16px;font-size:12px;border-radius:4px;cursor:pointer;transition:background-color .2s}.cart-actions__clear-btn:hover{background-color:#ff5757}.cart-loading{padding:20px;background-color:#f9f9f9;border-radius:8px;width:100%;margin-bottom:20px;text-align:center}.cart-loading .cart-debug{font-size:12px;color:#999;margin:5px 0;font-family:monospace}.contacts-page{display:flex;flex-direction:column;min-height:100vh;color:#fff;background-color:#0f1121}.contacts-page__main{flex-grow:1;padding:32px 0 64px}@media (max-width: 768px){.contacts-page__main{padding:40px 0 64px}}@media (max-width: 1200px){.contacts-page__main{padding:40px 0 80px}}.contacts-page__title{font-size:32px;font-weight:700;margin-bottom:32px;color:#fff}@media (max-width: 768px){.contacts-page__title{font-size:40px;margin-bottom:40px}}.contacts-page__content{display:grid;grid-template-columns:1fr;gap:40px;max-width:1200px;margin:0 auto;padding:0 16px}@media (max-width: 768px){.contacts-page__content{grid-template-columns:repeat(2,1fr)}}.contacts-page__section:nth-child(3),.contacts-page__section:nth-child(4){grid-column:1/-1}.contacts-page__section-title{font-size:22px;font-weight:600;margin-bottom:16px;color:#fff;position:relative;padding-bottom:8px}.contacts-page__section-title:after{content:"";position:absolute;bottom:0;left:0;width:64px;height:2px;background-color:#7b61ff}.contacts-page__info{margin-bottom:24px}.contacts-page__text{margin-bottom:12px;font-size:14px;line-height:1.5}@media (max-width: 768px){.contacts-page__text{font-size:16px}}.contacts-page__text strong{font-weight:600;color:#7b61ff}.contacts-page__form{display:flex;flex-direction:column;gap:16px;max-width:100%}@media (max-width: 1200px){.contacts-page__form{max-width:80%}}.contacts-page__form-group{display:flex;flex-direction:column;gap:8px}.contacts-page__label{font-size:14px;font-weight:600;color:#fff}.contacts-page__textarea{resize:vertical;min-height:120px}.contacts-page__input,.contacts-page__textarea{padding:12px 16px;border:1px solid #1f2937;border-radius:4px;font-size:14px;background-color:#1f2937;color:#fff;transition:border-color .3s}.contacts-page__input:focus,.contacts-page__textarea:focus{outline:none;border-color:#7b61ff}.contacts-page__input::placeholder,.contacts-page__textarea::placeholder{color:#b5b5c3}.contacts-page__button{display:inline-flex;align-items:center;justify-content:center;background-color:#7b61ff;color:#fff;border:none;border-radius:4px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .3s;margin-top:8px;align-self:flex-start}.contacts-page__button:hover{background-color:#6a50e0}.contacts-page__map{margin-top:16px;border-radius:4px;overflow:hidden;height:450px}.contacts-page__map iframe{border-radius:4px}.not-found{display:flex;justify-content:center;align-items:center;min-height:90vh;padding:16px;text-align:center;background-color:#161827}.not-found__content{display:flex;flex-direction:column;align-items:center;max-width:600px;padding:32px;border-radius:12px;animation:not-found-fade-in .5s ease-out}@media (max-width: 768px){.not-found__content{padding:16px;width:90%}}.not-found__title{font-size:150px;font-weight:800;margin:0;color:#7b61ff;line-height:1;letter-spacing:-2px;text-shadow:0 4px 10px rgba(0,0,0,.3);animation:pulse 3s infinite}@media (max-width: 768px){.not-found__title{font-size:100px}}@media (max-width: 480px){.not-found__title{font-size:80px}}.not-found__message{font-size:44px;font-weight:700;margin:8px 0 16px;background:linear-gradient(90deg,#7b61ff,#bbaeff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.not-found__message{font-size:33px}}@media (max-width: 480px){.not-found__message{font-size:22px}}.not-found__description{font-size:16px;color:#b5b5c3;margin-bottom:32px;max-width:80%;line-height:1.6}@media (max-width: 768px){.not-found__description{max-width:100%;margin-bottom:16px;font-size:14px}}.not-found__button{display:inline-flex;background-color:#7b61ff;color:#fff;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s;padding:8px 32px;text-decoration:none;font-weight:600;font-size:16px;border-radius:30px;box-shadow:0 4px 15px #0003;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.not-found__button:hover{background-color:#6a50e0}@media (max-width: 768px){.not-found__button{padding:8px 16px;font-size:14px}}.not-found__button:hover{transform:translateY(-4px);box-shadow:0 6px 20px #00000040}.not-found__button:active{transform:translateY(-1px)}@keyframes not-found-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{opacity:1}50%{opacity:.8}to{opacity:1}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:#0f1121}body{margin:0;font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:48px;background:#0f1121}button{cursor:pointer}a{text-decoration:none;color:inherit}ul,ol{list-style:none}input,button,textarea,select{font:inherit}img{display:block;max-width:100%;height:auto}body{background:#0f1121}.App{font-family:Montserrat,sans-serif;background:#0f1121;min-height:100vh;display:flex;flex-direction:column}.App__main{flex:1;padding:20px 0}.container{max-width:1200px;margin:0 auto;padding:0 15px}
