.qty{display:flex;align-items:center;max-width:-moz-max-content;max-width:max-content;height:36px}.qty__btn{display:flex;flex-shrink:0;border:1px solid var(--border-color);align-items:center;justify-content:center;width:26px;height:100%}.qty__btn:hover{background:var(--primary-color);border:1px solid var(--primary-color);transition:.25s}.qty__btn:hover svg path{transition:.25s;fill:#fff}.qty__control{box-sizing:border-box;max-width:44px;height:100%;margin:0;padding-inline:4px;text-align:center;border:1px solid var(--border-color);border-right:none;border-left:none;-moz-appearance:textfield}.qty__control::-webkit-outer-spin-button,.qty__control::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}@media (width <= 768px){.qty{display:flex;gap:8px}.qty__btn{width:35px;height:35px;background-color:var(--light-primary-color);border-radius:2px;border:none}.qty__btn svg path{fill:#fff}.qty__control{width:100%;max-width:100%;border-radius:2px;border-right:1px solid var(--border-color);border-left:1px solid var(--border-color)}}.cart-item{display:grid;grid-template-areas:"image name quantity prices" "image name quantity actions";grid-template-columns:200px 280px 1fr auto;padding:40px 20px;border:1px solid var(--border-color)}.cart-item:not(:last-child){border-bottom:none}.cart-item__image-container{display:block;grid-area:image}.cart-item__image-container img{display:block;max-width:100%;height:auto}.cart-item__name{grid-area:name;max-width:280px;color:inherit;text-decoration:none;font-size:18px}.cart-item__quantity{grid-area:quantity}.cart-item__actions{grid-area:actions}.cart-item__prices{display:flex;flex-direction:column;grid-area:prices}.cart-item__price{font-size:20px}.cart-item__price_old{font-size:12px}@media (max-width: 1200px){.cart-item{row-gap:8px;-moz-column-gap:12px;column-gap:12px;grid-template-areas:"image name actions" "image prices actions" "image quantity quantity";grid-template-columns:70px 1fr auto}.cart-item__mobile-hide{display:none}.cart-item__price{font-weight:700;color:var(--accent-color)}.cart-item__action_name_favorite{display:none}}@media (width <= 992px){.cart-item{padding:16px 0;border:none;border-bottom:1px solid var(--border-color)}}.cart-totals__title{display:flex;align-items:center;font-size:28px;margin-bottom:44px}.cart-totals__list{font-size:19px}.cart-totals__item{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.cart-totals__item_large{font-weight:500;font-size:24px}.cart-totals__wrap{padding:30px 30px 50px;border:1px solid var(--border-color);border-radius:3px}.cart-totals__footer{display:flex;flex-direction:column;gap:20px;padding:20px 30px;background-color:var(--grey-color);border:1px solid var(--border-color)}@media (max-width: 992px){.cart-totals__wrap{display:none}.cart-totals__footer{padding:8px}.cart-totals__item_large{font-size:20px}}.applied-filter-chip[data-v-81d0b61b]{gap:2px;font-size:14px;border:solid 1px var(--light-accent-color);color:var(--middle-accent-color);padding:2px 2px 2px 8px;border-radius:4px}.applied-filter-chip[data-v-81d0b61b]:hover{background:#ffcece}.applied-filters[data-v-b5379b4e]{display:grid;gap:20px;padding:20px;border-bottom:1px solid var(--border-color)}.applied-filters__item[data-v-b5379b4e]{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px}.base-input{position:relative;margin:0}.base-input_size_sm input{padding:10px;font-size:15px}.base-input__placeholder{position:absolute;top:50%;right:0;left:0;margin:0 14px;overflow:hidden;color:#c4c4c4;white-space:nowrap;transform:translateY(-50%)}.base-input__placeholder-required{color:red}.base-input__input{box-sizing:border-box;width:100%;padding:22px 14px;font-size:20px;line-height:1.15;background-color:transparent;border:1px solid #c4c4c4;border-radius:2px;outline:none;transition:border-color .3s}.base-input__input:not(:-moz-read-only,.error):hover,.base-input__input:not(:-moz-read-only,.error):focus{border-color:#000}.base-input__input:not(:read-only,.error):hover,.base-input__input:not(:read-only,.error):focus{border-color:#000}.base-input__input::-moz-placeholder{opacity:0}.base-input__input::placeholder{opacity:0}.base-input__input:-moz-read-only{color:#c4c4c4;cursor:not-allowed}.base-input__input:read-only{color:#c4c4c4;cursor:not-allowed}input:focus+.base-input__placeholder{display:none}.base-input.error input{border-color:red}@media screen and (max-width: 991px){.base-input input{padding:14px 24px;font-size:16px}}.vue-base-checkbox{--border: #c4c4c4;--focus: #3475dd4c;--active: #3962b2;--disabled: #f6f8ff;--border-hover: #3962b2;--check-mark: #fff;display:inline-flex;grid-gap:8px;align-items:center;margin:0;color:#000;font-weight:300;font-size:12px;line-height:1}.vue-base-checkbox__input{position:relative;display:inline-block;flex-shrink:0;box-sizing:border-box;width:20px;height:20px;margin:0;border:1px solid var(--bc, var(--border));border-radius:1px;transition:background .3s,border-color .3s,box-shadow .2s;-webkit-appearance:none;-moz-appearance:none}.vue-base-checkbox__input:focus{outline-color:var(--focus)}.vue-base-checkbox__input:focus::-moz-placeholder{opacity:.7}.vue-base-checkbox__input:focus::placeholder{opacity:.7}.vue-base-checkbox__input:after{position:absolute;top:1px;left:1px;display:block;transition:transform var(--d-t, .3s) var(--d-t-e, ease),opacity var(--d-o, .2s);content:""}.vue-base-checkbox__input:checked{--border: var(--active);--d-o: .3s;--d-t: .6s;--d-t-e: cubic-bezier(.2, .85, .32, 1.2)}.vue-base-checkbox__input:hover:not(:disabled){--bc: var(--border-hover)}.vue-base-checkbox__input[type=checkbox]:after{top:1px;left:6px;width:6px;height:11px;border:1.7px solid var(--check-mark);border-top:0;border-left:0;border-radius:1px;transform:rotate(var(--r, 20deg))}.vue-base-checkbox__input[type=checkbox]:checked{background-color:var(--active);--r: 43deg}.vue-base-checkbox:has(:disabled){cursor:not-allowed;opacity:.6}.vue-base-checkbox_hide_input .vue-base-checkbox__input{display:none}.hint{display:flex;align-items:center;box-sizing:border-box;width:100%}.hint_type_primary{grid-gap:30px;padding:16px 28px;color:#000;font-weight:300;font-size:12px;background-color:#e8e8e8}.hint_type_secondary{grid-gap:8px;color:#c4c4c4;font-size:14px;line-height:1.14}.base-input-date{display:flex;flex-direction:column;margin:0;padding:10px 22px 15px 16px;border:1px solid #c4c4c4;box-sizing:border-box;border-radius:2px}.base-input-date__title{margin-bottom:3px;font-size:16px;color:#c4c4c4}.base-input-date input[type=date]{font-family:inherit;border:none;outline:none;font-size:18px;color:#000}.base-input-radio{--border: #c4c4c4;--focus: #3475dd4c;--active: #3962b2;--disabled: #f6f8ff;--border-hover: #3962b2;--size: 30px;display:inline-flex;grid-gap:11px;align-items:flex-start;box-sizing:border-box;width:100%;margin:0;padding:22px;font-size:18px;border:1px solid #c4c4c4;border-radius:2px;transition:color .3s,background-color .3s,border-color .3s}.base-input-radio_checked{background-color:#3962b319;border-color:#3962b3}.base-input-radio__items{display:grid;margin-top:2px}.base-input-radio__item{display:block}.base-input-radio__item_type_price{font-size:16px}.base-input-radio__item_type_store{color:#c4c4c4;font-size:16px}.base-input-radio input{position:relative;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;box-sizing:border-box;width:var(--size);height:var(--size);margin:0;border:1px solid var(--bc, var(--border));border-radius:1px;transition:background .3s,border-color .3s,box-shadow .2s;-webkit-appearance:none;-moz-appearance:none}.base-input-radio input:focus{outline-color:var(--focus)}.base-input-radio input:focus::-moz-placeholder{opacity:.7}.base-input-radio input:focus::placeholder{opacity:.7}.base-input-radio input:disabled{cursor:not-allowed;opacity:.6}.base-input-radio input:hover:not(:disabled){--bc: var(--border-hover)}.base-input-radio input[type=radio]{border-radius:50%}.base-input-radio input[type=radio]:after{position:absolute;display:block;width:calc(var(--size) / 2);height:calc(var(--size) / 2);background:#fff;border-radius:50%;opacity:0;transition:transform var(--d-t, .3s) var(--d-t-e, ease),opacity var(--d-o, .2s);content:""}.base-input-radio input[type=radio]:checked{background-color:var(--active);border-color:var(--active)}.base-input-radio input[type=radio]:checked:after{opacity:1}.base-input-radio_size_sm{--size: 20px;padding:8px 13px 10px 11px;font-size:16px}@media screen and (max-width: 991px){.base-input-radio{padding:8px;font-size:14px;border-color:transparent;background-color:#ecf1f7}.base-input-radio input{position:absolute;opacity:0}.base-input-radio_checked{color:#fff;background-color:#3962b2}}@media screen and (max-width: 500px){.base-input-radio__items{margin-top:0}.base-input-radio__item_type_price,.base-input-radio__item_type_store{font-size:14px}}.base-loader{border:10px solid #f3f3f3;border-top:10px solid var(--light-primary-color);border-radius:50%;width:60px;height:60px;animation:spin 2s linear infinite}.base-loader_size_sm{width:20px;height:20px;border:4px solid #f3f3f3;border-top:4px solid var(--light-primary-color)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.base-select{display:flex;flex-direction:column;margin:0;padding:10px 22px 15px 16px;border:1px solid #c4c4c4;box-sizing:border-box;border-radius:2px}.base-select__title{font-size:16px;color:#c4c4c4}.base-select .multiselect__tags{padding-left:0;border:none}.vue-base-textarea{box-sizing:border-box;width:100%;padding:23px 16px;font-size:18px;font-family:inherit;border:1px solid #c4c4c4;border-radius:2px;resize:none}.vue-base-textarea::-moz-placeholder{color:#c4c4c4}.vue-base-textarea::placeholder{color:#c4c4c4}.vue-base-textarea:not(:-moz-read-only,.error):hover,.vue-base-textarea:not(:-moz-read-only,.error):focus{border-color:#000}.vue-base-textarea:not(:read-only,.error):hover,.vue-base-textarea:not(:read-only,.error):focus{border-color:#000}.base-input-switch{display:flex;grid-gap:10px;align-items:center;justify-content:space-between;width:100%;margin:0}.base-input-switch__inner{position:relative;display:inline-block;flex-shrink:0;width:35px;height:20px}.base-input-switch__input{opacity:0;width:0;height:0}.base-input-switch__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#c4c4c4;transition:.4s}.base-input-switch__slider:before{position:absolute;content:"";height:18px;width:18px;left:1px;bottom:1px;background-color:#fff;transition:.4s}.base-input-switch__slider_type_round{border-radius:21px}.base-input-switch__slider_type_round:before{border-radius:50%}.base-input-switch__input:checked+.base-input-switch__slider{background-color:#3962b2}.base-input-switch__input:focus+.base-input-switch__slider{box-shadow:0 0 1px #2196f3}.base-input-switch__input:checked+.base-input-switch__slider:before{transform:translate(15px)}.additional-service{display:flex;grid-gap:44px;align-items:center}.additional-service__icon-wrapper{flex-shrink:0;width:40px;height:40px;margin-right:16px}.additional-service__text{display:grid;grid-gap:10px;flex-grow:1;color:#000;line-height:1}.additional-service__title-wrapper{display:flex;grid-gap:8px}.additional-service__title{font-size:14px}.additional-service__subtitle{font-weight:300;font-size:12px;color:#7c7c7c}.additional-service__desc{font-weight:300;font-size:12px}@media screen and (max-width: 500px){.additional-service{grid-gap:30px}.additional-service__icon-wrapper{flex-shrink:0;width:30px;height:30px;margin-right:0}}.address-suggestions{position:relative}.address-suggestions__textarea{display:flex;align-items:center;box-sizing:border-box;width:100%;height:100%;padding:22px 14px;font-size:inherit;font-family:inherit;font-weight:inherit;line-height:1.15;background-color:transparent;border:1px solid #c4c4c4;border-radius:2px;outline:none;transition:border-color .3s;resize:none}.address-suggestions__textarea:hover,.address-suggestions__textarea:focus{border-color:#000}.address-suggestions__textarea::-moz-placeholder{color:#c4c4c4}.address-suggestions__textarea::placeholder{color:#c4c4c4}.address-suggestions__items{position:absolute;top:100%;right:0;left:0;z-index:1;display:none;margin:0;padding:0;list-style-type:none;background-color:#fff;border:1px solid #c4c4c4;border-top:none}.address-suggestions__item{margin:0;padding:0}.address-suggestions__suggestion{display:flex;align-items:center;padding:5px 10px;border:none}.address-suggestions__suggestion_active{background-color:green}.address-suggestions:focus-within .address-suggestions__items{display:block}.address-suggestions__loader{margin:10px}@media screen and (max-width: 991px){.address-suggestions__textarea{padding:14px 24px;font-size:16px}}.status{display:flex;align-items:center;justify-content:space-between;padding-top:26px;border-top:1px solid #c4c4c4}@media screen and (max-width: 500px){.status{padding-top:18px}}.call-manager{display:grid;grid-gap:25px}.call-manager__text{display:flex;grid-gap:19px}.call-manager__icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:59px;height:59px;background-color:#f7f8fa;border-radius:11px}.call-manager__title-wrapper{display:flex;flex-direction:column;justify-content:space-around}.call-manager__title{font-weight:500;font-size:18px}.call-manager__subtitle{font-size:16px}.order-details{display:grid;grid-gap:26px;padding:36px;background-color:#fff}.order-details__title-wrapper{display:flex;align-items:center;justify-content:space-between}.order-details__title{font-size:24px}.order-details__additional{font-size:18px}.order-details__inner{display:grid;grid-gap:26px}.order-details_no_heading .order-details__title-wrapper{display:none}@media screen and (max-width: 1200px){.order-details{padding:20px}}@media screen and (max-width: 991px){.order-details{padding:0;gap:24px}.order-details__title{font-weight:500;font-size:16px}.order-details__inner{grid-gap:16px}}@media screen and (max-width: 500px){.order-details_size_large .order-details__inner{grid-gap:26px}}.product-cost__products{display:grid;grid-gap:13px;margin-top:18px;padding-bottom:12px;border-bottom:1px solid #b2b2b2}.product-cost__product{display:flex;grid-gap:10px;align-items:center;justify-content:space-between;font-weight:300}.product-cost__product-text{max-width:300px;font-size:16px}.product-cost__product-price{font-size:20px;white-space:nowrap}.product-cost__product-price_type_promo{color:#ee4949}.product-cost__price-wrapper{display:grid;grid-gap:8px;margin-top:18px}.product-cost__price-text{font-size:20px}.product-cost__price-value{font-size:31px}.product-cost__price{display:flex;align-items:center;justify-content:space-between}.product-cost__price_type_credit .product-cost__price-text{font-size:18px}.product-cost__price_type_credit .product-cost__price-value{color:#b2b2b2;font-weight:300;font-size:18px}@media screen and (max-width: 768px){.product-cost__products{padding:0 0 17px}.product-cost__price-wrapper{margin-top:25px;padding:0}}@media screen and (max-width: 500px){.product-cost__product-price{font-size:18px}.product-cost__price-text{font-size:16px}.product-cost__price-value{font-size:24px}.product-cost__price_type_credit .product-cost__price-text,.product-cost__price_type_credit .product-cost__price-value{font-size:16px}}.product-service{display:grid;grid-gap:34px;grid-template-areas:"check image text price";grid-template-columns:20px 70px 1fr auto;align-items:center}.product-service input[type=checkbox]{grid-area:check}.product-service__image-wrapper{flex-shrink:0;width:74px;grid-area:image}.product-service__image-wrapper img{width:100%;max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.product-service__title-wrapper{display:flex;grid-gap:6px;flex-direction:column;font-size:14px;line-height:1;grid-area:text;word-break:break-all}.product-service__link{font-size:12px}.product-service__price{font-weight:300;font-size:16px;color:#000;grid-area:price;white-space:nowrap}@media screen and (max-width: 1200px){.product-service{grid-gap:20px}}@media screen and (max-width: 500px){.product-service{grid-template-areas:"check text" "image price";grid-template-columns:auto auto;grid-row-gap:10px;grid-column-gap:20px}.product-service__image-wrapper{width:54px}.product-service__price{font-weight:400;font-size:24px;text-align:right}}#double-gis-map[data-v-34f1b091]{width:100%;height:600px}.checkout{display:grid;grid-gap:140px;grid-template-columns:4fr 3fr}.checkout__button{display:flex;grid-gap:12px;align-items:center;justify-content:center;margin:0;padding:0;font-family:inherit;background-color:transparent;border:none;outline:none;cursor:pointer}.checkout__button_type_map{color:#000;font-size:18px}.checkout__col{display:grid;grid-gap:44px}.checkout__col-grid{display:grid;grid-gap:26px}.checkout__product-cost{position:sticky;top:20px;margin-top:20px}.checkout__your-data-inner{display:grid;grid-gap:26px}.checkout__your-data-inputs{display:grid;grid-gap:10px;grid-template-columns:repeat(2,auto);max-width:400px}.checkout__date-delivery{display:grid;grid-gap:19px;grid-template-columns:repeat(2,1fr)}.checkout__columns-2{display:grid;grid-gap:18px;grid-template-columns:repeat(2,1fr)}.checkout__company{display:grid;grid-gap:26px;padding-top:26px;border-top:1px solid #979797}.checkout__promo-code{display:grid;grid-gap:20px;grid-template-columns:1fr 1fr;margin:0}.checkout__company-title{font-size:24px}.checkout__company-info{color:#999;font-size:20px}.checkout__button-wrapper{display:grid;grid-gap:20px;margin-top:30px}.checkout__lift-price{color:#c4c4c4}.checkout__update-uds{width:100%;margin-top:36px}.checkout__quantity-text,.checkout__total-price{display:none}.checkout__loader{margin-inline:auto}.checkout__phone-container{display:flex;flex-direction:column;row-gap:10px;color:#2779cf}.checkout__phone-container input{box-sizing:border-box;width:100%;padding:22px 14px;font-size:20px;line-height:1.15;border:1px solid #2779cf;border-radius:2px;outline:none}.checkout__phone-container input::-moz-placeholder{color:var(--base-input-tel-color)}.checkout__phone-container input::placeholder{color:var(--base-input-tel-color)}.checkout__phone-container input:not(:-moz-read-only,.error):hover,.checkout__phone-container input:not(:-moz-read-only,.error):focus{border-color:#000;border-color:#2779cf}.checkout__phone-container input:not(:read-only,.error):hover,.checkout__phone-container input:not(:read-only,.error):focus{border-color:#000;border-color:#2779cf}.checkout__phone-container.error input{border-color:red}@media screen and (max-width: 1200px){.checkout{grid-gap:50px}}@media screen and (max-width: 991px){.checkout{grid-template-columns:1fr}.checkout__company{gap:16px;margin-top:16px;padding-top:0;border-top:none}.checkout__company-title{font-weight:500;font-size:16px}.checkout__company-info{color:#b2b2b2;font-size:16px}.checkout__button-wrapper{position:fixed;z-index:11;right:0;bottom:env(safe-area-inset-bottom,0);left:0;margin-top:0;padding:8px;background-color:#ecf1f7}.checkout__button-container{display:grid;grid-template-areas:"text price" "button button";gap:8px;align-items:center}.checkout__quantity-text{grid-area:text;color:#898989;font-size:14px;font-weight:400}.checkout__submit{grid-area:button}.checkout__total-price{grid-area:price;font-size:20px;font-weight:700;text-align:right}.checkout__quantity-text,.checkout__total-price{display:block}.checkout__product-cost{position:unset}.checkout__uds,.checkout__promo-code,.checkout__cost,.checkout__questions{display:none}.checkout__phone-container input{padding:14px 24px;font-size:16px}.checkout__phone-container__info{display:none}}@media screen and (max-width: 768px){.checkout__col{grid-gap:20px}.checkout__promo-code{grid-gap:11px}.checkout__update-uds{margin-top:32px}}@media screen and (max-width: 500px){.checkout__date-delivery{grid-gap:16px;grid-template-columns:repeat(1,1fr)}}@media screen and (max-width: 426px){.checkout__promo-code{grid-template-columns:1fr}}.product-search-item{display:grid;-moz-column-gap:8px;column-gap:8px;grid-template-columns:80px 1fr;padding:16px;color:#000;text-decoration:none}.product-search-item:not(:last-child){border-bottom:1px solid #ced2df}.product-search-item__picture{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1}.product-search-item__picture img{display:block;max-width:100%;max-height:100%;height:auto}.product-search-item__inner{display:grid;grid-template-areas:"name name" "sku prices";grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;gap:8px;align-items:center;font-size:14px;line-height:1.2}.product-search-item__name{grid-area:name;font-weight:400;transition:color var(--transition);word-wrap:break-word}.product-search-item:hover .product-search-item__name{color:var(--light-accent-color)}.product-search-item__sku{grid-area:sku;font-size:14px;color:#aeaeae}.product-search-item__prices{grid-area:prices;gap:8px;font-weight:500;text-align:right}.product-search-item__old-price{font-weight:300;text-decoration:line-through;color:#6b6b6b;letter-spacing:0}@media (max-width: 992px){.product-search-item{grid-template-columns:48px 1fr}.product-search-item__prices{font-size:22px}}.products-search{position:relative}.products-search__control{width:100%;height:50px;padding:12px 60px 12px 18px;font-size:14px;background-color:#f5f8fe;border:1px solid #ced2df;border-radius:8px}.products-search__control::-moz-placeholder{color:#a4a4a4}.products-search__control::placeholder{color:#a4a4a4}.products-search__btn{position:absolute;top:5px;right:5px;bottom:5px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#fff;background:var(--light-primary-color);border-radius:5px}.products-search__btn svg{fill:currentcolor}.products-search__container{position:absolute;top:calc(100% + 4px);left:0;width:100%;max-width:440px;max-height:672px;padding-bottom:8px;overflow-y:auto;background-color:#f5f8fe;border:1px solid #ced2df}.products-search__loader,.products-search__empty{margin:16px}@media (width <= 992px){.products-search__container{right:0;max-width:100%}.products-search__control{height:38px;padding-inline:10px 40px}.products-search__btn{top:3px;right:3px;bottom:3px;width:32px;height:32px}}
