@charset "UTF-8";@import"https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic";*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%}#root.active{overflow:hidden}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background-color:transparent}#root{font-family:Inter,sans-serif;position:relative;display:flex;flex-direction:column;overflow-x:hidden}.main{flex:1 0}.container{max-width:1160px;width:100%;padding:0 20px;margin:0 auto}.header{border-bottom:1px solid #A4A4A4}.header__wrap{padding:16px 0;display:flex;justify-content:space-between;align-items:center}.header__input{display:flex;align-items:center}.header__input-item{padding:19px 0;height:56px;width:324px;color:#909090;outline:none;border:none;background-color:#f5f5f5;border-radius:0 8px 8px 0}.header__input__label{width:56px;height:56px;background-color:#f5f5f5;display:flex;justify-content:center;align-items:center;border-radius:8px 0 0 8px}.header__navbar{display:flex;gap:52px}.header__navbar-item{font-weight:500;font-size:16px;color:#000;transition:all .3s ease}.header__navbar-item:hover{opacity:.3}.header__buttons{display:flex;gap:24px}.cart__wrap{display:flex;gap:32px}.cart__left{width:25%}.cart__left__heading{display:flex;justify-content:space-between;border-bottom:1px solid #b5b5b5;padding-bottom:12px}.cart__heading__title{font-weight:500;font-size:18px;line-height:133%;letter-spacing:.03em;color:#000}.cart__input{width:100%;display:flex;margin-top:16px}.cart__input__label{width:48px;height:48px;background:#f5f5f5;display:flex;justify-content:center;align-items:center;border-radius:8px 0 0 8px;padding-left:10px}.cart__types{display:flex;flex-direction:column;gap:8px;margin-top:16px;display:none}.cart__types.active{display:flex}.cart__input-item{outline:none;border:none;background:#f5f5f5;width:100%;border-radius:0 8px 8px 0}.cart__types__item{display:flex;align-items:center;gap:8px}.cart__types__text{display:flex;gap:10px;align-items:center}.cart__types__text__title{font-weight:500;font-size:15px;line-height:160%;color:#000}.cart__types__text__subtitle{font-weight:400;font-size:12px;color:#929292}.cart__types__item__input{border:#929292;width:15px;height:15px}.cart__types__item__input:active:focus:checked{background-color:#000}.cart__left__img{transition:all .3s ease-in-out}.cart__left__img.active{transform:rotate(180deg)}.cart__options{display:flex;flex-direction:column;gap:16px}.cart__left__heading{margin-top:10px}.cart__right{width:75%}.cart__right__heading{display:flex;justify-content:space-between}.cart__right__heading__texts{display:flex;gap:6px}.cart__right__cards{margin-top:32px;display:flex;flex-wrap:wrap;gap:16px}.cart__cards__item__heading__box{display:flex;justify-content:space-between;margin-bottom:16px;width:100%}.cart__cards__item__heading__heart{display:flex;justify-content:flex-end}.cart__right__cards__item{width:calc(33.3% - 16px);padding:24px 16px;background:#f6f6f6;border-radius:9px;display:flex;flex-direction:column;align-items:center}.cart__cards__item__desc{font-weight:500;font-size:16px;line-height:150%;text-align:center;margin:16px 0}.cart__cards__item__title{font-weight:600;font-size:24px;line-height:100%;letter-spacing:.03em;text-align:center}.cart__cards__item__button{border-radius:8px;padding:12px 64px;background-color:#000;margin-top:24px;font-weight:500;font-size:14px;line-height:171%;text-align:center;color:#fff}.cart__right__heading__select{border:.5px solid #d4d4d4;border-radius:8px;padding:8px 16px;width:256px;height:40px;background-color:#00f}.cart__right__heading__texts__subtitle{font-weight:500;font-size:16px;line-height:100%;letter-spacing:.03em;color:#6c6c6c}.banner{background-color:#211c24}.banner-wrap{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 1160px){.banner-wrap{flex-direction:column;padding-top:88px}}.banner-infos{display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 1160px){.banner-infos{align-items:center}}.banner-subtitle{font-weight:600;font-size:25px;line-height:128%;color:#7a777c}@media screen and (max-width: 1160px){.banner-subtitle{text-align:center}}.banner-title{font-weight:100;font-size:96px;line-height:75%;letter-spacing:-.01em;color:#fff}@media screen and (max-width: 1160px){.banner-title{text-align:center;display:flex;flex-direction:column;gap:18px}}@media screen and (max-width: 475px){.banner-title{font-size:64px}}.banner-span{font-weight:100;font-size:96px;line-height:75%;letter-spacing:-.01em;font-weight:700}@media screen and (max-width: 475px){.banner-span{font-size:64px}}.banner-button{max-width:191px;width:100%;border:1px solid #fff;border-radius:6px;padding:16px 56px;font-weight:500;font-size:16px;line-height:150%;text-align:center;color:#fff;transition:all .3s ease-in-out}.banner-button:hover{background-color:#fff;color:#211c24}.banner-img{width:100%;text-align:center}.banner-img img{width:70%}.not-found{align-items:center;display:flex;justify-content:center;flex-direction:column;margin:150px 0;text-align:center;padding:20px}.not-found__title{font-size:72px;font-weight:700;color:#333;margin-bottom:16px}.not-found__text{font-size:18px;color:#666;margin-bottom:24px}.not-found__btn{padding:12px 24px;border-radius:12px;background-color:#2563eb;color:#fff;font-size:16px;text-decoration:none;transition:background .3s ease}.not-found__btn:hover{background-color:#1e40af}.products__wrap{display:flex;gap:32px}.products__left{width:25%}.products__left__heading{display:flex;justify-content:space-between;border-bottom:1px solid #b5b5b5;padding-bottom:12px}.products__heading__title{font-weight:500;font-size:18px;line-height:133%;letter-spacing:.03em;color:#000}.products__input{width:100%;display:flex;margin-top:16px}.products__input__label{width:48px;height:48px;background:#f5f5f5;display:flex;justify-content:center;align-items:center;border-radius:8px 0 0 8px;padding-left:10px}.products__types{display:flex;flex-direction:column;gap:8px;margin-top:16px;display:none}.products__types.active{display:flex}.products__input-item{outline:none;border:none;background:#f5f5f5;width:100%;border-radius:0 8px 8px 0}.products__types__item{display:flex;align-items:center;gap:8px}.products__types__text{display:flex;gap:10px;align-items:center}.products__types__text__title{font-weight:500;font-size:15px;line-height:160%;color:#000}.products__types__text__subtitle{font-weight:400;font-size:12px;color:#929292}.products__types__item__input{border:#929292;width:15px;height:15px}.products__types__item__input:active:focus:checked{background-color:#000}.products__left__img{transition:all .3s ease-in-out}.products__left__img.active{transform:rotate(180deg)}.products__options{display:flex;flex-direction:column;gap:16px}.products__left__heading{margin-top:10px}.products__right{width:75%}.products__right__heading{display:flex;justify-content:space-between}.products__right__heading__texts{display:flex;gap:6px}.products__right__cards{margin-top:32px;display:flex;flex-wrap:wrap;gap:16px}.products__cards__item__heading__box{display:flex;justify-content:space-between;margin-bottom:16px;width:100%}.products__cards__item__heading__heart{display:flex;justify-content:flex-end}.products__right__cards__item{width:calc(33.3% - 16px);padding:24px 16px;background:#f6f6f6;border-radius:9px;display:flex;flex-direction:column;align-items:center}.products__cards__item__desc{font-weight:500;font-size:16px;line-height:150%;text-align:center;margin:16px 0}.products__cards__item__title{font-weight:600;font-size:24px;line-height:100%;letter-spacing:.03em;text-align:center}.products__cards__item__button{border-radius:8px;padding:12px 64px;background-color:#000;margin-top:24px;font-weight:500;font-size:14px;line-height:171%;text-align:center;color:#fff}.products__right__heading__select{border:.5px solid #d4d4d4;border-radius:8px;padding:8px 16px;width:256px;height:40px}.products__right__heading__texts__subtitle{font-weight:500;font-size:16px;line-height:100%;letter-spacing:.03em;color:#6c6c6c}.home__wrap{display:flex;padding:44px 0;align-items:center;gap:16px}.home__wrap__item{display:flex;gap:16px;align-items:center}.home__wrap__arrow{display:flex;justify-content:center;align-items:center}.home-products{width:100%;min-height:600px;display:flex;align-items:center;overflow-x:hidden}@media screen and (max-width: 900px){.home-products{flex-direction:column}}@media screen and (max-width: 470px){.home-products{min-height:100%}}.home-products p{font-weight:500;font-size:14px;line-height:171%;color:#909090}@media screen and (max-width: 570px){.home-products p{font-weight:500;font-size:12px;line-height:150%}}.home-products span{font-weight:700}.home-products-left{width:50%;height:100%}@media screen and (max-width: 900px){.home-products-left{width:100%}}.home-products-left-top{width:100%;height:50%;display:flex;align-items:center}@media screen and (max-width: 900px){.home-products-left-top{overflow:hidden}}@media screen and (max-width: 570px){.home-products-left-top{height:33.3%}}@media screen and (max-width: 470px){.home-products-left-top{flex-direction:column;height:40%;justify-content:center}}.home-products-left-top-img{width:40%;display:flex}.home-products-left-top-img img{max-width:160%;min-height:100%;transform:translate(-30%)}@media screen and (max-width: 470px){.home-products-left-top-img{width:100%;justify-content:center}.home-products-left-top-img img{transform:translate(0)}}.home-products-left-top-infos{width:60%;display:flex;flex-direction:column;gap:16px;padding-right:100px}.home-products-left-top-infos h1{font-weight:500;font-size:40px;line-height:82%}@media screen and (max-width: 570px){.home-products-left-top-infos h1{font-weight:300;font-size:34px;line-height:118%}}@media screen and (max-width: 470px){.home-products-left-top-infos{width:100%;text-align:center;padding:0}}.home-products-left-bottom{width:100%;height:50%;overflow:hidden;display:flex;align-items:center}@media screen and (max-width: 570px){.home-products-left-bottom{flex-direction:column;height:66.6%}}@media screen and (max-width: 470px){.home-products-left-bottom{min-height:1000px;height:70%;justify-content:center}}.home-products-left-bottom-headphone{width:50%;height:100%;display:flex;align-items:center;background-color:#ededed}@media screen and (max-width: 570px){.home-products-left-bottom-headphone{width:100%;height:50%;overflow:hidden}}@media screen and (max-width: 470px){.home-products-left-bottom-headphone{flex-direction:column;height:55%;justify-content:center;align-items:center;padding:20px 0}}.home-products-left-bottom-headphone-img{width:50%;transform:translate(-85%)}.home-products-left-bottom-headphone-img img{max-width:160%;min-height:100%}@media screen and (max-width: 570px){.home-products-left-bottom-headphone-img{transform:translate(-58%)}}@media screen and (max-width: 470px){.home-products-left-bottom-headphone-img{width:100%;display:flex;justify-content:center;transform:translate(0)}.home-products-left-bottom-headphone-img img{align-items:center}}.home-products-left-bottom-headphone-infos{width:50%;display:flex;flex-direction:column;gap:8px}.home-products-left-bottom-headphone-infos h1{font-weight:300;font-size:25px;line-height:138%}@media screen and (max-width: 470px){.home-products-left-bottom-headphone-infos{width:100%;text-align:center}}.home-products-left-bottom-vision{width:50%;height:100%;display:flex;align-items:center;overflow:hidden;background-color:#353535}@media screen and (max-width: 570px){.home-products-left-bottom-vision{width:100%;height:50%}}@media screen and (max-width: 470px){.home-products-left-bottom-vision{flex-direction:column;height:55%;align-items:center;padding:30px 0}}.home-products-left-bottom-vision-img{transform:translate(-90%)}.home-products-left-bottom-vision-img img{max-width:160%;min-height:100%}@media screen and (max-width: 570px){.home-products-left-bottom-vision-img{transform:translate(-80%)}}@media screen and (max-width: 470px){.home-products-left-bottom-vision-img{display:flex;width:100%;justify-content:center;transform:translate(0)}.home-products-left-bottom-vision-img img{min-height:100%;max-width:100%}}.home-products-left-bottom-vision-infos{display:flex;flex-direction:column;gap:8px}.home-products-left-bottom-vision-infos h1{font-weight:300;font-size:20px;line-height:138%;color:#fff}@media screen and (max-width: 470px){.home-products-left-bottom-vision-infos{width:100%;text-align:center}}.home-products-right{width:50%;height:100%;display:flex;align-items:center;overflow:hidden;background-color:#ededed}@media screen and (max-width: 900px){.home-products-right{width:100%}}@media screen and (max-width: 470px){.home-products-right{flex-direction:column;width:100%;text-align:center;padding:30px 0;gap:24px}}.home-products-right-infos{width:50%;display:flex;flex-direction:column;gap:16px;padding-left:20px}.home-products-right-infos h1{font-weight:100;font-size:64px;line-height:87%}.home-products-right-infos button{border:1px solid #000;border-radius:6px;padding:16px 56px;width:191px;height:56px;transition:all .3s ease-in-out}.home-products-right-infos button:hover{background-color:#000;color:#fff}@media screen and (max-width: 470px){.home-products-right-infos{width:100%;display:flex;align-items:center}.home-products-right-infos h1{font-weight:500;font-size:34px;line-height:118%}}.home-products-right-img{width:100%;transform:translate(30%)}@media screen and (max-width: 470px){.home-products-right-img{display:flex;width:100%;justify-content:center;transform:translate(0)}.home-products-right-img img{max-width:90%;min-height:90%}}.shopping-card{display:flex;margin-top:112px}.shopping-card-wrap{width:90%;display:flex;align-items:center;justify-content:space-between;gap:48px}.shopping-card-left{display:flex;flex-direction:column}.shopping-card-ordering{width:50%;display:flex;flex-direction:column;border:1px solid #ebebeb;border-radius:10px;padding:56px 64px}.shopping-card-ordering label{display:flex;flex-direction:column;font-weight:500;font-size:14px;line-height:114%;color:#909090}.shopping-card-discount{margin-top:40px}.shopping-card-discount h1{font-weight:700;font-size:20px;line-height:80%;color:#000;margin-bottom:40px}.shopping-card-discount label{display:flex;flex-direction:column;font-weight:500;font-size:14px;line-height:114%;color:#909090}.shopping-card-discount label input{width:100%;height:100%;display:flex;padding:16px;border:.5px solid #9f9f9f;border-radius:7px;margin-bottom:24px}.shopping-card-label-card{display:flex;flex-direction:column;margin-top:24px}.shopping-card-card-number{display:flex;align-items:center;justify-content:space-between;border:.5px solid #9f9f9f;border-radius:7px;padding:16px;width:100%;height:100%}.shopping-card-card-number input{width:100%;height:100%;border:none;outline:none}.shopping-card-card-number input::-webkit-outer-spin-button,.shopping-card-card-number input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.shopping-card-card-number button{cursor:pointer;border:1px solid #000;border-radius:6px;padding:8px;width:76px;height:32px}.shopping-card-total-price{display:flex;flex-direction:column;margin-top:24px;gap:16px}.shopping-card-extra-prices{display:flex;align-items:center;justify-content:space-between}.shopping-card-extra-prices h1{font-weight:400;font-size:16px;line-height:200%;color:#909090}.shopping-card-extra-prices p{font-weight:500;font-size:16px;line-height:200%;letter-spacing:.03em}.shopping-card-title{display:flex;align-items:center;justify-content:space-between}.shopping-card-delete-button{font-size:32px}.shopping-card-total{display:flex;align-items:center;justify-content:space-between}.shopping-card-total h1{font-weight:500;font-size:16px;line-height:150%;letter-spacing:.03em;color:#000}.shopping-card-total p{font-weight:500;font-size:16px;line-height:200%;letter-spacing:.03em}.shopping-card-btn{width:100%;margin-top:48px;display:flex;align-items:center;justify-content:center;background-color:#000;color:#fff;border-radius:6px;padding:16px 56px;border:1px solid #000;transition:all .3s ease-in-out}.shopping-card-btn:hover{color:#000;background-color:#fff}.shopping-card-items{margin-top:40px;display:flex;flex-direction:column}.shopping-card-item{display:flex;align-items:center;justify-content:space-between;border-bottom:.5px solid #a3a3a3;padding:16px 0 32px}.shopping-card-item img{margin-right:15px}.shopping-card-item h1{margin-right:24px}.shopping-card-item-info{display:flex;flex-direction:column;gap:8px}.shopping-card-item-info h1{font-weight:500;font-size:16px;line-height:150%}.shopping-card-item-info p{font-weight:400;font-size:14px;line-height:171%}.shopping-card-quantity-selector{display:flex;align-items:center;gap:8px;margin-right:24px}.shopping-card-quantity-selector p{border:.5px solid #d9d9d9;border-radius:4px;padding:8px 16px}.shopping-card-item-left,.shopping-card-item-right,.shopping-card-item-datas{display:flex;align-items:center}@media screen and (max-width: 1015px){.shopping-card-wrap{flex-direction:column;justify-content:center;margin:0 auto}.shopping-card-ordering{width:100%}}@media screen and (max-width: 570px){.shopping-card-item-datas{flex-direction:column;gap:10px}.shopping-card-item-right{width:100%;justify-content:start}.shopping-card-item-right h1{font-weight:500;font-size:20px;line-height:160%;letter-spacing:.03em}.shopping-card-left h1{font-size:24px}.shopping-card-item-info h1{font-size:16px}.shopping-card-item-info p{font-size:14px}.shopping-card-quantity-selector p{font-weight:500;font-size:16px;line-height:100%;text-align:center}}.shopping-card-ordering{border:1px solid #ebebeb;border-radius:10px;padding:56px 16px}.shopping-card-ordering-title{font-weight:700;font-size:20px;line-height:80%}.shopping-card-discount label,.shopping-card-label-card{font-weight:500;font-size:14px;line-height:114%}.shopping-card-total h1{font-weight:500;font-size:16px;line-height:150%;letter-spacing:.03em}.shopping-card-extra-prices h1{font-weight:400;font-size:16px;line-height:200%}.shopping-card-total-price p{font-weight:500;font-size:16px;line-height:200%;letter-spacing:.03em}.step-one{margin-top:72px}.step-one-wrap{display:flex;flex-direction:column}.step-one-top{display:flex;align-items:center;justify-content:space-between}.step-one-steps{display:flex;align-items:center;gap:8px}.step-one-steps-text-subtitle{font-weight:500;font-size:14px;line-height:114%;letter-spacing:.03em}.step-one-steps-text-title{font-weight:500;font-size:19px;line-height:126%;letter-spacing:.03em}.step-one-address-selection{display:flex;flex-direction:column;margin-top:120px}.step-one-address-selection-title{font-weight:600;font-size:20px;line-height:120%;color:#17183b}.step-one-address-list{display:flex;flex-direction:column;gap:24px;margin-top:32px}.step-one-address-list-item{display:flex;align-items:center;justify-content:space-between;background-color:#f6f6f6;border-radius:7px;padding:24px}.step-one-address-list-left{display:flex;gap:16px}.step-one-address-list-left input{width:24px;height:24px}.step-one-address-list-left-infos{display:flex;flex-direction:column}.step-one-address-list-left-infos-where{display:flex;align-items:center;gap:16px}.step-one-address-list-left-infos-where h1{font-weight:400;font-size:18px;line-height:133%;letter-spacing:.01em}.step-one-address-list-left-infos-where p{border-radius:4px;padding:4px 8px;color:#fff;background-color:#000;border:1px solid #000;transition:all .3s ease-in-out;cursor:pointer}.step-one-address-list-left-infos-where p:hover{color:#000;background-color:#fff}.step-one-address-list-left-infos-completed-location{font-weight:400;font-size:16px;line-height:150%;margin-top:16px}.step-one-address-list-left-infos-phone{font-weight:400;font-size:16px;line-height:150%;margin-top:8px}.step-one-address-list-right{display:flex;align-items:center;gap:24px}.step-one-buttons{display:flex;align-items:center;justify-content:end;padding-top:64px;gap:24px}@media screen and (max-width: 490px){.step-one-buttons{flex-direction:column}}.step-one-btn{border-radius:6px;padding:24px 86px;font-weight:500;font-size:16px;line-height:100%;text-align:center;background-color:#000;border:1px solid #000;transition:all .3s ease-in-out;color:#fff}.step-one-btn:hover{background-color:#fff;color:#000}@media screen and (max-width: 490px){.step-one-btn{width:100%}}@media screen and (max-width: 450px){.media{display:none}}.default{color:#909090}.step-two{margin-top:72px}.step-two-wrap{display:flex;flex-direction:column}.step-two-top{display:flex;align-items:center;justify-content:space-between}.step-two-steps{display:flex;align-items:center;gap:8px}.step-two-steps-text-subtitle{font-weight:500;font-size:14px;line-height:114%;letter-spacing:.03em}.step-two-steps-text-title{font-weight:500;font-size:19px;line-height:126%;letter-spacing:.03em}.step-two-delivery-selection{display:flex;flex-direction:column;margin-top:120px}.step-two-delivery-selection-title{font-weight:600;font-size:20px;line-height:120%;color:#17183b}.step-two-delivery-list{display:flex;flex-direction:column;gap:24px;margin-top:32px}.step-two-delivery-list-item{display:flex;align-items:center;justify-content:space-between;border:1px solid #d1d1d8;border-radius:11px;padding:24px}.step-two-delivery-list-left{display:flex;gap:16px}.step-two-delivery-list-left input{width:24px;height:24px}@media screen and (max-width: 700px){.step-two-delivery-list-left{flex-direction:column;width:50%}}.step-two-delivery-method{font-weight:500;font-size:16px;line-height:150%;letter-spacing:.01em;color:#a2a3b1}.step-two-delivery-duration{font-weight:400;font-size:16px;line-height:150%;color:#a2a3b1}.step-two-delivery-arrival-date{font-weight:500;font-size:16px;line-height:150%;letter-spacing:.01em;color:#a2a3b1}.step-two-buttons{margin-top:244px;display:flex;align-items:center;justify-content:end;gap:23px;margin-bottom:48px}@media screen and (max-width: 500px){.step-two-buttons{width:100%;flex-direction:column;margin-top:24px}}.step-two-btn{border-radius:6px;padding:24px 86px;font-weight:500;font-size:16px;line-height:100%;text-align:center;background-color:#000;border:1px solid #000;transition:all .3s ease-in-out;color:#fff}.step-two-btn:hover{background-color:#fff;color:#000}@media screen and (max-width: 500px){.step-two-btn{width:100%}}.step-three{margin-top:72px}.step-three-wrap{display:flex;flex-direction:column}.step-three-top{display:flex;align-items:center;justify-content:space-between}.step-three-steps{display:flex;align-items:center;gap:8px}.step-three-steps-text-subtitle{font-weight:500;font-size:14px;line-height:114%;letter-spacing:.03em}.step-three-steps-text-title{font-weight:500;font-size:19px;line-height:126%;letter-spacing:.03em}.step-three-bottom{display:flex;justify-content:space-between;gap:96px;margin-top:96px}@media screen and (max-width: 1100px){.step-three-bottom{width:100%;justify-content:center}}.step-three-summary{width:50%;padding:32px 24px;border:1px solid #ebebeb;border-radius:10px;margin-top:96px;display:flex;flex-direction:column}@media screen and (max-width: 1100px){.step-three-summary{display:none}}.step-three-payment{width:50%;display:flex;flex-direction:column;justify-content:start;margin-top:96px}@media screen and (max-width: 1100px){.step-three-payment{width:100%;margin:0 100px}}.step-three-payment-title{font-weight:700;font-size:20px;line-height:80%;letter-spacing:.03em}.step-three-payment-card-types{display:flex;align-items:center;gap:56px;margin-top:32px}.step-three-payment-card-items{font-weight:500;font-size:14px;line-height:114%;letter-spacing:.03em;color:#717171;cursor:pointer;transition:all .3s ease-in-out}.step-three-payment-card-items:hover{color:#000}.step-three-card-img{margin:48px 0}.step-three-inputs{width:100%;display:flex;flex-direction:column;gap:16px}.step-three-card-infos{width:100%;border:.5px solid #cecece;border-radius:7px;padding:16px}.step-three-card-additions{display:flex;align-items:center;justify-content:space-between;gap:16px}.step-three-correction-check{margin-top:54px;display:flex;align-items:center;gap:8px}.step-three-buttons{width:100%;display:flex;align-items:center;gap:23px;margin-top:50px}@media screen and (max-width: 480px){.step-three-buttons{flex-direction:column}}.step-three-btn{width:100%;border:1px solid #000;border-radius:6px;padding:24px 86px;font-weight:500;font-size:16px;line-height:100%;text-align:center;background-color:#000;color:#fff;transition:all .3s ease-in-out}.step-three-btn:hover{color:#000;background-color:#fff}.step-three-products-list{display:flex;flex-direction:column;gap:16px;margin-top:24px}.step-three-products-item{padding:16px;background-color:#f6f6f6;border-radius:13px;display:flex;align-items:center;justify-content:space-between}.step-three-products-left{display:flex;align-items:center;gap:16px}.step-three-products-left img{width:40px;height:40px}.step-three-products-left h1{font-weight:500;font-size:16px;line-height:150%}.step-three-product-price{font-weight:700;font-size:16px;line-height:150%;text-align:right}.step-three-address,.step-three-delivery{margin-top:24px;display:flex;flex-direction:column;gap:8px}.step-three-address-title,.step-three-delivery-title{font-weight:500;font-size:14px;line-height:114%;color:#545454}.step-three-address-subtitle,.step-three-delivery-subtitle{font-weight:400;font-size:16px;line-height:150%}.step-three-delivery{margin-bottom:18px}@media screen and (max-width: 500px){.media{display:none}}.swiper-layout{display:flex;gap:50px;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}@media screen and (max-width: 768px){.swiper-layout{flex-direction:column;gap:20px}}.mySwiper{width:6%;display:flex!important;align-items:center;justify-content:center;margin:0}.swiper-slide{display:flex!important;align-items:center;justify-content:center;background-size:cover;background-position:center}.mySwiper .swiper-wrapper{display:flex!important;flex-direction:column;gap:10px;height:auto!important}.mySwiper .swiper-slide{height:auto!important}.mySwiper .swiper-slide{height:25%;width:100%;opacity:.5;cursor:pointer;transition:opacity .3s}.mySwiper .swiper-slide-thumb-active{opacity:1}img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:pixelated}.mySwiper2{width:350px;height:500px;margin:0}.mySwiper img{width:100%;height:100%;background-repeat:no-repeat;object-fit:contain}.mySwiper2 img{width:auto;height:100%;max-width:100%;object-fit:contain;image-rendering:auto}@media screen and (max-width: 768px){.mySwiper2 img{width:260px;height:320px;max-width:100%;object-fit:contain}}.products-info{display:flex;align-items:center;gap:50px;padding:0 0 110px}.products-info__photos{display:flex;flex-direction:column;align-items:center;gap:12px}.products-info__photo{opacity:.4}.products-info__photo.active{opacity:1}.products-info__photo img{object-fit:cover}.products-info__small-img{display:flex;width:100%;height:auto;display:block}@media screen and (max-width: 768px){.products-info{flex-direction:column;align-items:center;gap:20px}}.products-details{padding:100px 0}.discount{font-family:Inter,sans-serif;font-weight:400;font-size:24px;line-height:133%;letter-spacing:.03em;text-decoration:line-through;color:#a0a0a0}.right-price__text{font-family:Inter,sans-serif;font-weight:500;font-size:32px;line-height:150%;letter-spacing:.03em;color:#000}.right__price{display:flex;align-items:center;gap:20px}.right__select-color{display:flex;align-items:center;gap:10px}.right-spec{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:24px 0}@media screen and (max-width: 768px){.right-spec{grid-template-columns:repeat(2,1fr)}}.spec-item{display:flex;align-items:center;gap:10px;background:#f4f4f4;border-radius:7px;padding:16px 8px;min-width:168px}.spec-item__subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:114%;color:#a7a7a7}.title{font-weight:500;color:#4e4e4e}.right__desc{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:171%;letter-spacing:.03em;color:#6c6c6c}.right-buttons{display:flex;gap:20px;margin:32px 0}@media screen and (max-width: 768px){.right-buttons{flex-direction:column}}.right-button{width:50%;border:1px solid #000;border-radius:6px;padding:16px 56px;width:260px;height:56px;background-color:#fff;min-width:136px;transition:all .5s ease;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:150%;text-align:center;color:var(--main-black)}.right-button:hover{color:#fff;background-color:#000}@media screen and (max-width: 768px){.right-button{width:100%}}.right-info-product{display:flex;gap:32px}.info-product-item{width:33.3%}.info-product-icon{align-items:center;display:flex;border-radius:11px;padding:16px;background:#f6f6f6}.info-product-item{display:flex;align-items:center;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:171%;color:#000;gap:16px}@media screen and (max-width: 768px){.info-product-item{flex-direction:column}}@media screen and (max-width: 768px){.info-products-text{text-align:center}}.gray{color:#717171}.details{background-color:#fafafa;padding:80px 160px}.details__wrap{padding:48px 40px;background-color:#fff}.details__main-text{display:flex;flex-direction:column;gap:32px}.details__title{font-family:Inter,sans-serif;font-weight:500;font-size:24px;line-height:133%;color:#000}.details__subtitle{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:171%;color:#9d9d9d}.details__product-main{display:flex;flex-direction:column;gap:40px}.details__product-wrap{display:flex;flex-direction:column;justify-content:space-between;gap:32px}.details__product-title{margin:32px 0 0;font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:120%;color:#000}.details__product-item{display:flex;justify-content:space-between;align-items:center;text-align:right;position:relative}.details__product-item:before{content:"";position:absolute}.details__product-buttons{align-items:center;display:flex;justify-content:center}.details__product-more{border:1px solid #545454;border-radius:8px;padding:12px 56px;width:216px;height:48px;background:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font-family:var(--font-family);font-weight:500;font-size:14px;line-height:171%;text-align:center;color:#000;transition:all .5s ease}.details__product-more:hover{color:#fff;background-color:#000}@media screen and (max-width: 768px){.details,.reviews{padding:0!important}.reviews__progress{display:none}.reviews__progress{flex:1;height:5px;background:#eee;border-radius:8px;overflow:hidden}.reviews__progress-fill{height:100%;background:#ffb547;border-radius:8px}}.viewmoresvg{transition:all .5s ease;color:#000}.viewmoresvg:hover{color:#fff}.reviews{padding:88px 160px}.reviews__title{font-family:Inter,sans-serif;font-weight:500;font-size:24px;line-height:133%;color:#000}.reviews__stars-wrap{display:flex;justify-content:space-between;gap:60px;margin:48px 0}.reviews__progress{border-radius:16px;width:600px;height:5px;background:#ffb547}.reviews__stars{display:flex;flex-direction:column;padding:32px;text-align:center;align-items:center;justify-content:center;background:#fafafa;border-radius:25px;gap:16px}.reviews__stars-rate{font-family:Inter,sans-serif;font-weight:500;font-size:56px;line-height:100%;text-align:center;color:#000}.reviews__stars-rate-p{font-family:Inter,sans-serif;font-weight:500;font-size:15px;line-height:107%;text-align:center;color:#000;opacity:.3}.reviews__level{display:flex;flex-direction:column;gap:24px}.reviews__level-item{display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%}.reviews-level-text{font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:89%;color:#000}.reviews-level-number{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:100%;text-align:right;color:#000;opacity:.4}.reviews__comment{border:.5px solid #cecece;border-radius:7px;padding:24px 16px;width:1120px;height:64px;background:#fff}.reviews__comment:focus{outline:none}@media screen and (max-width: 768px){.related{padding:0!important}}.related{padding:80px 160px}.related__title{font-family:Inter,sans-serif;font-weight:500;font-size:24px;line-height:133%;color:#000}.related__products{display:flex;gap:16px;margin:32px 0;flex-wrap:wrap}.related__products-item{display:flex;flex-direction:column;text-align:center;gap:16px;background:#f6f6f6;border-radius:9px;padding:24px 16px;flex:1 1 calc(50% - 16px);max-width:100%}.related__products-item img{width:100%;height:200px;object-fit:contain}.related__products-content{display:flex;flex-direction:column;gap:16px;align-items:center}.related__products-title{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:150%;text-align:center;color:#000}.related__products-texts{display:flex;flex-direction:column;align-items:center;gap:16px}.related__products-price{font-family:Inter,sans-serif;font-weight:600;font-size:24px;line-height:100%;letter-spacing:.03em;text-align:center;color:#000}.related__products-buy{border-radius:8px;padding:12px 64px;width:188px;height:48px;background:#000;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:171%;text-align:center;color:#fff;transition:all .2s ease-in-out}.related__products-buy:active{color:#000;background-color:#fff;top:4px;box-shadow:0 2px #000}.footer{margin-top:80px;background-color:#000;padding:104px 0}.footer-wrap{display:flex;flex-direction:column}@media screen and (max-width: 750px){.footer-wrap{align-items:center;gap:32px}}.footer-wrap-top{display:flex;justify-content:space-between}@media screen and (max-width: 750px){.footer-wrap-top{flex-direction:column;align-items:center;gap:32px}}.footer-icons{display:flex;gap:36px}.footer-infos{display:flex;flex-direction:column;gap:24px}.footer-infos h1{font-weight:400;font-size:14px;line-height:229%;color:#cfcfcf}@media screen and (max-width: 750px){.footer-infos{align-items:center}.footer-infos h1{text-align:center}}.footer-menus{display:flex;flex-direction:column;gap:8px}.footer-menus h1{font-weight:600;font-size:16px;line-height:100%;color:#fff}@media screen and (max-width: 750px){.footer-menus{align-items:center}}.footer-menus-item{font-weight:400;font-size:14px;line-height:229%;color:#cfcfcf}@media screen and (max-width: 750px){.footer-menus-item{align-items:center}}.header{padding:32px 0;font-family:Inter,sans-serif;position:relative}.header-wrap{display:flex;align-items:center;justify-content:space-between}.header-search{width:400px;padding:6px 0;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;border-radius:6px}.header-search input{width:90%;padding:10px 0;border:none;outline:none;background-color:transparent}@media screen and (max-width: 1024px){.header-search{display:none}}.header-nav{display:flex;align-items:center;gap:24px;color:#909090}@media screen and (max-width: 1024px){.header-nav{display:none}}.header-nav-title{font-weight:500;font-size:16px}.header-nav-title:hover{color:#000;transition:all .3s ease-in-out}.header-right{display:flex;align-items:center;gap:24px}@media screen and (max-width: 1024px){.header-right{display:none}}.header-menu-icon{display:none}@media screen and (max-width: 1024px){.header-menu-icon{display:block}}.header-menu{position:absolute;top:100%;right:0;width:350px;height:100vh;transform:translate(100%,-111px);padding:50px 24px;background-color:#fff;display:flex;flex-direction:column;gap:30px;transition:all .4s ease-in-out}.header-menu.active{transform:translateY(-111px);box-shadow:1px 1px 20px #000}.header-nav-menu{display:flex;flex-direction:column;gap:30px}.header-nav-menu-liked{display:flex;flex-direction:column;gap:24px}.header-nav-menu-liked-title{display:flex;align-items:center;gap:12px}.browse{padding:80px 0;font-family:Inter,sans-serif;background-color:#fafafa}.browse-wrap{display:flex;flex-direction:column;gap:32px}.browse-title{font-weight:500;font-size:24px;line-height:32px}.browse-categoria-swiper{display:flex;align-items:center;justify-content:center;gap:32px}@media screen and (max-width: 1227px){.browse-categoria-swiper{flex-wrap:wrap}}.browse-categoria-item{display:flex;flex-direction:column;align-items:center;gap:8px;background-color:#ededed;padding:21px 54px;border-radius:6px}@media screen and (max-width: 1227px){.browse-categoria-item{width:30%}}@media screen and (max-width: 700px){.browse-categoria-item{width:40%}}.browse-item-title{font-weight:500;font-size:16px}.products{padding:56px 0}.products-wrap{display:flex;flex-direction:column;gap:32px}.products-titles{display:flex;align-items:center;gap:32px;font-weight:500;font-size:18px;color:#909090}@media screen and (max-width: 500px){.products-titles{font-size:16px;gap:12px}}.products-title{border-bottom:2px solid transparent;cursor:pointer}.products-title:hover{border-bottom:2px solid #000;color:#000;transition:all .3s ease-in-out}.products-card{display:flex;flex-direction:column;gap:16px}.products-cards-items{width:100%;flex-wrap:wrap;display:flex;align-items:center;justify-content:space-between;gap:16px}@media screen and (max-width: 1124px){.products-cards-items{justify-content:center}}.products-cards-item{width:calc(25% - 16px);height:432px;padding:24px;background-color:#f6f6f6;display:flex;flex-direction:column;align-items:center;justify-content:space-between;border-radius:6px}@media screen and (max-width: 1124px){.products-cards-item{width:calc(40% - 16px)}}@media screen and (max-width: 770px){.products-cards-item{width:60%}}@media screen and (max-width: 546px){.products-cards-item{width:80%}}@media screen and (max-width: 420px){.products-cards-item{width:100%}}.products-item-icon{width:100%;display:flex;justify-content:flex-end}.products-item-sub{display:flex;flex-direction:column;gap:16px;align-items:center}.products-item-subtitle{font-weight:500;font-size:16px;line-height:150%;text-align:center}@media screen and (max-width: 1124px){.products-item-subtitle{font-size:14px}}.products-item-buy{font-weight:600;font-size:24px}.products-item-btn{border-radius:8px;padding:12px 64px;background-color:#000;font-weight:500;font-size:14px;color:#fff}.popular-wrap{width:100%;display:flex;align-items:center}@media screen and (max-width: 1355px){.popular-wrap{flex-wrap:wrap;justify-content:center}}.popular-ipad{background-color:#f9f9f9}.popular-samsung{background-color:#eaeaea}.popular-mac{background-color:#2c2c2c}.popular-item{width:33.3%;padding:20px 36px;overflow:hidden;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 1355px){.popular-item{width:50%}}@media screen and (max-width: 930px){.popular-item{width:50%}}@media screen and (max-width: 690px){.popular-item{width:100%}}.popular-products-img{width:360px;height:327px;display:flex}.popular-products-img img{width:100%;height:100%}.popular-products-sub{display:flex;flex-direction:column;justify-content:space-between}.popular-products-title{font-weight:300;font-size:33px;line-height:145%}.popular-products-subtitle{font-weight:500;font-size:14px;line-height:171%;color:#909090}.popular-products-button{width:100%;display:flex;justify-content:flex-start}.popular-products-btn{border:2px solid #000;border-radius:6px;padding:10px 26px;font-weight:500;font-size:14px;text-align:center;margin-top:6px}.popular-products-white{color:#fff;border-color:#fff}.sale{padding:80px 0}.sale-wrap{display:flex;flex-direction:column;gap:32px}.sale-title{font-weight:500;font-size:24px;line-height:133%}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}
