@charset "UTF-8";.p-basket-builder{margin-top:30px;width:100%;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;color:#3a3a3c}.p-basket-builder__wrapper{margin-right:35px}.p-basket-builder__header{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;height:40px;background-color:#fff}.p-basket-builder__header-title{font-size:20px;font-weight:500}.p-basket-builder__basket{display:flex;justify-content:flex-end;position:relative;z-index:12;width:calc(62% - 20px)}.p-basket-builder__basket.active .p-basket-builder__basket-btn:after{transform:translateY(-50%) rotate(180deg)}.p-basket-builder__basket-btn{align-items:baseline;padding:0 50px 0 16px;height:40px;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:16px;font-weight:400;text-transform:none;line-height:40px;border-color:#3183a5;background-color:#3183a5}.p-basket-builder__basket-btn:hover{background-color:#348cb0;border-color:#348cb0}.p-basket-builder__basket-btn:active{background-color:#3287aa;border-color:#3287aa}.p-basket-builder__basket-btn:after{content:"";position:absolute;top:50%;right:20px;transform:translateY(-50%) rotate(0);transform-origin:center;width:11px;height:7px;background:#e4f1f7;mask:url(/images/svg/arrow_down3.svg) no-repeat center center;transition:all .6s ease-in-out}.p-basket-builder__basket-btn .c-btn__text{display:flex;min-width:fit-content}.p-basket-builder__basket-contents{position:absolute;right:0;top:70%;padding:15px;width:fit-content;min-width:100%;background-color:#eff7fb;border-radius:5px;border:2px solid #2e7a99;visibility:hidden;opacity:0;transition:all .3s ease-in-out}.p-basket-builder__basket.active .p-basket-builder__basket-contents{top:100%;visibility:visible;opacity:1}.p-basket-builder__basket-empty{display:flex;align-items:center;justify-content:center;width:100%;height:200px;font-size:15px;text-align:center;color:#4c5254;transition:all .3s ease-in-out}.p-basket-builder__basket-contents.active .p-basket-builder__basket-empty{display:none}.p-basket-builder__basket.active .p-basket-builder__basket-empty{font-size:16px}.p-basket-builder__basket-warning{position:fixed;display:flex;align-items:center;gap:10px;margin-bottom:0;padding:15px;width:100%;color:#5f6769;background-color:#fefbe8;border-radius:8px;opacity:0;visibility:hidden;transition:all .3s ease-in-out}.p-basket-builder__basket-warning_top_aligned{align-items:start}.p-basket-builder__basket-warning_error{margin-top:6px;background-color:#fff0f0}.p-basket-builder__basket-warning_error .p-basket-builder__basket-warning-icon:before,.p-basket-builder__basket-warning_error .p-basket-builder__basket-warning-icon:after{background-color:#ff3b3b}.p-basket-builder__basket-warning_notice{background-color:#f7f7f8}.p-basket-builder__basket-warning_notice .p-basket-builder__basket-warning-icon:before,.p-basket-builder__basket-warning_notice .p-basket-builder__basket-warning-icon:after{background-color:#3a3a3c}.p-basket-builder__basket-warning.active{position:relative;margin-bottom:10px;opacity:1;visibility:visible}.p-basket-builder__basket-warning-icon{min-width:18px;width:18px;height:18px}.p-basket-builder__basket-warning-icon:before,.p-basket-builder__basket-warning-icon:after{background-color:#a15c07}.p-basket-builder__basket-warning-text{font-size:14px;line-height:18px}.p-basket-builder__basket-items{position:relative;width:100%;height:fit-content}.p-basket-builder__basket-items::-webkit-scrollbar-track{background-color:#eff7fb}.p-basket-builder__basket-items-viewport{display:none;position:relative;max-height:450px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}.p-basket-builder__basket-contents.active .p-basket-builder__basket-items-viewport{display:block}.p-basket-builder__basket-items-viewport:after{content:"";display:block;position:sticky;bottom:0;left:0;width:100%;height:30px;background:linear-gradient(0deg,rgb(239,247,251) 0%,transparent 100%);pointer-events:none}.p-basket-builder__basket-item{margin-bottom:12px}.p-basket-builder__basket-item-content{display:flex;align-items:center;justify-content:space-between;gap:10px}.p-basket-builder__basket-item-info{font-size:16px}.p-basket-builder__basket-item-title{font-weight:500;line-height:1.2}.p-basket-builder__basket-item-subinfo{display:flex;align-items:center;margin-top:5px;gap:10px}.p-basket-builder__basket-item-price{color:#4c5254}.p-basket-builder__basket-item-selector{position:relative;margin:0 0 0 28px;cursor:pointer}.p-basket-builder__basket-item-selector.active:after{transform:rotate(180deg)}.p-basket-builder__basket-item-selector:before{content:"";display:block;position:absolute;top:1px;left:-8px;width:1px;height:18px;background-color:#c4e1ed}.p-basket-builder__basket-item-selector:after{content:"";display:block;position:absolute;top:50%;right:-12px;margin-top:-2px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #929296;transform:rotate(0);transition:all .3s ease-in-out}.p-basket-builder__basket-item-selector-list{display:none}.p-basket-builder__basket-item-selector-list ul li{position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:8px;height:16px;color:#fff;font-size:12px;font-weight:500;line-height:1.25;cursor:pointer}.p-basket-builder__basket-item-selector-list ul li:first-child{margin-top:0}.p-basket-builder__basket-item-selector-list ul li .c-icon{display:none}.p-basket-builder__basket-item-selector-list ul li.checked .c-icon,.p-basket-builder__basket-item-selector-list.active{display:block}.p-basket-builder__basket-item-selector_color{width:20px;height:20px;border-radius:50%;box-shadow:inset 0 0 0 1px #ededed;background-color:#fff}.p-basket-builder__basket-item-selector_color img{position:relative;width:100%;height:100%;z-index:1;border-radius:50%;object-fit:cover}.p-basket-builder__basket-item-selector_radio{display:flex;align-items:center}.p-basket-builder__basket-item-selector_radio:after{border-top-color:#2a718d}.p-basket-builder__basket-item-selector_radio-name{position:relative;z-index:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;color:#2a718d}.p-basket-builder__basket-item-controls{display:flex;align-items:center;justify-content:space-between;gap:5px}.p-basket-builder__basket-item-controls .c-icon_trash{margin-left:5px}.p-basket-builder__basket-item-count{margin-top:1px;min-width:24px;text-align:center;-webkit-user-select:none;user-select:none}.p-basket-builder__basket-buttons{display:none;align-items:center;justify-content:space-between;gap:10px;transition:all .3s ease-in-out}.p-basket-builder__basket-contents.active .p-basket-builder__basket-buttons{display:flex}.p-basket-builder__basket-buttons .c-btn{padding:0 10px;width:50%;height:36px;font-size:16px;font-weight:400;text-transform:none;line-height:1}.p-basket-builder__basket-buttons .c-btn.p-basket-builder__basket-btn-continue{color:#047745!important;border:1px solid #047745;background-color:transparent}.p-basket-builder__basket-buttons .c-btn.p-basket-builder__basket-btn-continue:hover{background-color:#fff}.p-basket-builder__basket-buttons .c-btn.p-basket-builder__basket-btn-checkout{color:#fff!important;background-color:#047745}.p-basket-builder__basket-buttons .c-btn.p-basket-builder__basket-btn-checkout:hover{background-color:#058a50}.p-basket-builder__basket-buttons .c-btn.p-basket-builder__basket-btn-checkout:active{background-color:#047e49}.p-basket-builder__total-count{display:inline-flex;align-items:center;justify-content:center;margin-left:10px;padding:0 5px;width:fit-content;min-width:24px;height:24px;border-radius:16px;background-color:#fff;color:#2a718d;font-size:14px;font-weight:600;text-align:center;line-height:24px}.p-basket-builder__total-price{margin-left:5px}.p-basket-builder__body{display:flex;align-items:flex-start;justify-content:space-between;position:relative;gap:20px;width:100%;overflow:hidden}.p-basket-builder__tabs{position:sticky;top:0;left:0;z-index:1;width:28%;min-width:200px}.p-basket-builder__tab{display:flex;align-items:center;justify-content:flex-start;position:relative;gap:10px;margin-bottom:8px;padding:0 15px;height:40px;border-radius:5px;border:1px solid #ededed;cursor:pointer;interpolate-size:allow;transition:background-color .3s ease-in-out}@media (min-width: 1071px){.p-basket-builder__tab:hover,.p-basket-builder__tab.active{border-color:#e4f1f7;background-color:#e4f1f7;color:transparent}.p-basket-builder__tab:hover .p-basket-builder__tab-title:after,.p-basket-builder__tab.active .p-basket-builder__tab-title:after{visibility:visible}}.p-basket-builder__tab-title{line-height:1}.p-basket-builder__tab-title:after{content:attr(data-text);display:flex;align-items:center;position:absolute;top:0;left:15px;width:100%;height:100%;color:#3a3a3c;font-weight:500;line-height:1;visibility:hidden}.p-basket-builder__tab-description{margin-top:-1px;width:15px;height:15px;color:#3a3a3c!important}.p-basket-builder__content{position:relative;width:calc(72% - 20px)}@media (min-width: 1071px){.p-basket-builder__options{position:absolute;visibility:hidden;opacity:0;transform:translate(-20px);transition:none}.p-basket-builder__options.active{position:relative;visibility:visible;opacity:1;transform:translate(0);transition:all .6s ease-in-out}}.p-basket-builder__filters{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:12px}.p-basket-builder__filters-row{display:flex;align-items:center;justify-content:flex-start;gap:10px;width:100%;flex-wrap:wrap}.p-basket-builder__filters-title{margin-right:10px;font-size:14px;font-weight:500}.p-basket-builder__filters .image-option{display:flex;align-items:center}.p-basket-builder__filters .image-option img{width:20px;height:14px;margin-right:8px}.p-basket-builder__filters .select2-results__option{padding-left:25px!important;position:relative}.p-basket-builder__filters .select2-results__option:before{content:"";display:inline-block;width:16px;height:16px;border:1px solid #888;border-radius:3px;position:absolute;left:5px;top:50%;transform:translateY(-50%);background:#fff}.p-basket-builder__filters .select2-results__option[aria-selected=true]:before{background:#009688;border-color:#009688;content:"✔";color:#fff;font-size:12px;text-align:center;line-height:16px}.p-basket-builder__filters-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:20;background-color:#fff;border-radius:4px;border:1px solid #f7f7f7;box-shadow:-2px -2px 12px #0f241b0a,2px 2px 8px #0f241b0a}.p-basket-builder__filters-groups{display:flex;flex-wrap:wrap;gap:10px}.p-basket-builder__filters-select-trigger{display:flex;align-items:center;gap:8px;padding-right:32px;position:relative;min-height:36px;width:100%;padding-left:10px;background-color:#fff;border:1px solid #ededed;border-radius:5px;cursor:pointer;outline:none}.p-basket-builder__filters-select-trigger:after{content:"";display:block;position:absolute;right:10px;top:50%;margin-top:1px;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #8f97a6;background:transparent;transition:all .3s ease-in-out}.p-basket-builder__filters-select-trigger_iconed{padding-left:30px}.p-basket-builder__filters-select-trigger_iconed:before{content:"";display:block;position:absolute;left:0;top:0;width:36px;height:36px}.p-basket-builder__filters-select-trigger_iconed-country:before{mask:url(/assets/img/ico/world.svg) no-repeat center/50%;background-color:#929296}.p-basket-builder__filters-select-trigger_iconed-coctail:before{mask:url(/assets/img/ico/alco.svg) no-repeat center/50%;background-color:#929296}.p-basket-builder__filters-select-trigger_iconed-beer:before{mask:url(/assets/img/ico/beer.svg) no-repeat center/50%;background-color:#929296}.p-basket-builder__filters-select-placeholder{margin-top:1px;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400;color:#3a3a3c}.p-basket-builder__filters-select-counter{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;padding:0 6px;min-width:20px;height:18px;border-radius:9px;background-color:#e4f1f7;font-size:11px;font-weight:500;color:#2a718d}.p-basket-builder__filters-select-search{flex:1 1 auto;max-width:100%;margin-left:8px}.p-basket-builder__filters-select-search-input{padding:0;width:100%;border:0;outline:none;font-size:12px;font-weight:400;color:#3a3a3c;background-color:transparent}.p-basket-builder__filters-group{display:flex;flex-direction:column;gap:6px}.p-basket-builder__filters-group-select{position:relative;min-width:220px;max-width:260px}.p-basket-builder__filters-group-options{display:flex;flex-direction:column;gap:4px;padding:6px 8px}.p-basket-builder__filters-checkbox-indicator{flex-shrink:0;width:15px;height:15px;margin-left:8px;border:1px solid #929296;background-color:#fff}.p-basket-builder__filters-checkbox-indicator:after{content:"";display:none;width:100%;height:100%;border-color:#fff;mask:url(/assets/img/ico/check.svg) no-repeat center/80%;background-color:#fff}.p-basket-builder__filters-option{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:4px 6px;border:0;background-color:transparent;cursor:pointer}.p-basket-builder__filters-option:hover{background-color:#f3f9fb}.p-basket-builder__filters-option.is-selected .p-basket-builder__filters-checkbox-indicator{background-color:#2e7a99;border-color:#2e7a99}.p-basket-builder__filters-option.is-selected .p-basket-builder__filters-checkbox-indicator:after{display:block}.p-basket-builder__filters-option.is-disabled{opacity:.45;cursor:default}.p-basket-builder__filters-option-image img{display:block;max-width:20px;height:auto;margin-right:8px;object-fit:contain}.p-basket-builder__filters-option-text{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400;text-align:left;color:#3a3a3c}.p-basket-builder__filters_opened .p-basket-builder__filters-select-trigger:after{transform:translateY(-50%) rotate(180deg)}.p-basket-builder__category{margin-top:20px;margin-bottom:10px}.p-basket-builder__category:first-child{margin-top:0}.p-basket-builder__category-title{font-size:18px;font-weight:500;line-height:1.2;color:#3a3a3c}@media (max-width: 1070px){.p-basket-builder__category-title{font-size:16px;line-height:1.1}}.p-basket-builder__category-price{margin-top:4px;font-size:14px;font-weight:400;line-height:1.4}.p-basket-builder__category-options{display:flex;flex-wrap:wrap;align-items:flex-start;margin-top:10px;gap:10px;width:100%;overflow-y:visible;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#e4f1f7 #fff}.p-basket-builder__option{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.p-basket-builder__option_radio{justify-content:flex-start;gap:10px}.p-basket-builder__option_radio .p-basket-builder__option-info{display:block;width:100%;cursor:pointer}.p-basket-builder__option-info_color{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:12px 8px 8px;border-radius:6px;border:1px solid #e4f1f7;background-color:#fff}.p-basket-builder__option-info_color .p-basket-builder__option-color{position:relative;width:26px;height:26px;border-radius:50%;box-shadow:inset 0 0 0 1px #ededed;background-color:#fff}.p-basket-builder__option-info_color .p-basket-builder__option-color img{position:relative;width:100%;height:100%;z-index:1;border-radius:50%;object-fit:cover}.p-basket-builder__option-info_color .p-basket-builder__option-color-controls .p-basket-builder__option-controls{min-width:24px}.p-basket-builder__option-info_color .p-basket-builder__option-color-controls .p-basket-builder__option-controls.active{min-width:92px}.p-basket-builder__option-info_color .p-basket-builder__option-color-controls .p-basket-builder__option-controls.active .c-icon_minus{margin-left:0;min-width:24px;width:24px}.p-basket-builder__option-info_color .p-basket-builder__option-color-controls .c-icon{width:24px;min-width:24px;height:24px}.p-basket-builder__option-info_color .p-basket-builder__option-color-controls .c-icon.c-icon_minus{margin-left:-1px;min-width:0;width:0}.p-basket-builder__option-title{font-size:18px;font-weight:500;line-height:1.2}.p-basket-builder__option-price{font-size:14px}.p-basket-builder__option-controls{display:flex;align-items:center;justify-content:flex-end;min-width:21px;transition:all .3s ease-in-out}.p-basket-builder__option-controls.active{min-width:90px;justify-content:space-between}.p-basket-builder__option-count{display:flex;font-size:0;max-width:0;line-height:21px;text-align:center;-webkit-user-select:none;user-select:none;transition:all .3s ease-in-out}.p-basket-builder__option-controls.active .p-basket-builder__option-count{max-width:100%;font-size:16px}.p-basket-builder__option .c-icon{transition:all .3s ease-in-out}.p-basket-builder__option .c-icon_minus{max-width:0;width:0;transform:scale(0);opacity:0;visibility:hidden}.p-basket-builder__option-controls.active .c-icon_minus{max-width:21px;width:21px;transform:scale(1);opacity:1;visibility:visible}.p-basket-builder__color-prices-info{padding:24px 0;max-width:480px;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:1.42;color:#5f6769;background-color:#fff}.p-basket-builder__color-prices-info h2,.p-basket-builder__color-prices-info h3,.p-basket-builder__color-prices-info h4{color:#3a3a3c}.p-basket-builder__color-prices-info h2{font-size:20px;font-weight:600}.p-basket-builder__color-prices-info h3{font-size:18px;font-weight:500}.p-basket-builder__color-prices-info h4{font-size:14px;font-weight:500}.p-basket-builder__color-prices-content{padding:0 24px}.p-basket-builder__color-prices-subtitle{margin:0;font-size:13px;font-weight:400;color:#4c5254}.p-basket-builder__color-prices-rules ol{list-style:none;counter-reset:my-counter;padding-left:0}.p-basket-builder__color-prices-rules ol li{display:flex;align-items:center;counter-increment:my-counter;position:relative;margin-bottom:12px}.p-basket-builder__color-prices-rules ol li:before{content:counter(my-counter);display:flex;align-items:center;justify-content:center;margin-right:10px;max-width:32px;min-width:32px;width:32px;height:32px;border-radius:50%;border:2px solid #2e7a99;font-weight:400;font-size:14px;line-height:1;color:#2e7a99}.p-basket-builder__color-prices-table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;font-size:14px;font-weight:400}.p-basket-builder__color-prices-table th,.p-basket-builder__color-prices-table td{padding:16px 12px;text-align:left;white-space:nowrap;border-bottom:1px solid #f7f7f8;border-right:1px solid #f7f7f8;color:#3a3a3c}.p-basket-builder__color-prices-table th:nth-child(odd),.p-basket-builder__color-prices-table td:nth-child(odd){border-left:1px solid #f7f7f8}.p-basket-builder__color-prices-table thead th{padding:8px 12px;border-top:1px solid #f7f7f8;font-weight:400;color:#929296}.p-basket-builder__color-prices-table thead th:first-child{border-top-left-radius:8px}.p-basket-builder__color-prices-table thead th:last-child{border-top-right-radius:8px}.p-basket-builder_mobile .p-basket-builder__wrapper{margin-right:0}.p-basket-builder_mobile .p-basket-builder__header{z-index:10001}.p-basket-builder_mobile .p-basket-builder__header-title{font-size:16px}.p-basket-builder_mobile .p-basket-builder__basket-btn{justify-content:space-between;position:fixed;bottom:0;left:0;z-index:100;width:100%;height:60px;line-height:62px;overflow:hidden;border-radius:0;transform:translateY(0);transition:transform .3s ease}.p-basket-builder_mobile .p-basket-builder__basket-btn:after{transform:translateY(-50%) rotate(180deg)}.p-basket-builder_mobile .p-basket-builder__basket.active .p-basket-builder__basket-btn{transform:translateY(-50vh)}.p-basket-builder_mobile .p-basket-builder__basket.active .p-basket-builder__basket-btn:after{transform:translateY(-50%) rotate(0)}.p-basket-builder_mobile .p-basket-builder__basket-contents{position:fixed;top:100%;right:0;height:40%;border-radius:0;transform:scale(1)}.p-basket-builder_mobile .p-basket-builder__basket.active .p-basket-builder__basket-contents{top:50%;height:50%}.p-basket-builder_mobile .p-basket-builder__basket-empty{height:100%}.p-basket-builder_mobile .p-basket-builder__basket.active .p-basket-builder__basket-items-viewport{max-height:calc(100% - 130px)}.p-basket-builder_mobile .p-basket-builder__body{flex-wrap:wrap}.p-basket-builder_mobile .p-basket-builder__tabs{width:100%}.p-basket-builder_mobile .p-basket-builder__tab.active{border-color:#e4f1f7;background-color:#e4f1f7;color:transparent}.p-basket-builder_mobile .p-basket-builder__tab.active .p-basket-builder__tab-title:after{visibility:visible}.p-basket-builder_mobile .p-basket-builder__content,.p-basket-builder_mobile .p-basket-builder__options{display:none}.p-basket-builder_mobile .p-basket-builder__options.active{display:block}.p-basket-builder_mobile .p-basket-builder__filters{flex-direction:column}.p-basket-builder_mobile .p-basket-builder__filters-title{display:inline-block}.p-basket-builder_mobile .p-basket-builder__filters-row{flex-direction:column;align-items:flex-start;gap:6px}.p-basket-builder_mobile .p-basket-builder__filters-groups,.p-basket-builder_mobile .p-basket-builder__filters-group{width:100%}.p-basket-builder_mobile .p-basket-builder__filters-group-select{width:100%;min-width:0;max-width:100%}.p-basket-builder_mobile .p-basket-builder__basket.active .p-basket-builder__basket-buttons{flex-wrap:wrap;flex-direction:column-reverse;position:absolute;bottom:30px;left:0;padding:0 15px;width:100%}.p-basket-builder_mobile .p-basket-builder__basket.active .p-basket-builder__basket-buttons .c-btn{width:100%}.p-basket-builder_mobile .p-basket-builder__option-title{font-size:16px}@media (min-width: 1070px){.p-basket-builder_mobile .p-basket-builder__basket-btn{padding:0 150px 0 100px}.p-basket-builder_mobile .p-basket-builder__basket-btn:after{right:106px}.p-basket-builder_mobile .p-basket-builder__basket-contents{padding:15px 100px}}.p-basket-builder .c-filter-tags__wrapper{margin:10px 0}.p-basket-builder .c-filter-tags__clear-btn{height:32px;font-size:12px;font-weight:500}@media (max-width: 1070px){.p-basket-builder__wrapper{margin-right:0}.p-basket-builder__header{z-index:10001}.p-basket-builder__header-title{font-size:16px}.p-basket-builder__basket-btn{justify-content:space-between;position:fixed;bottom:0;left:0;z-index:100;width:100%;height:60px;line-height:62px;overflow:hidden;border-radius:0;transform:translateY(0);transition:transform .3s ease}.p-basket-builder__basket-btn:after{transform:translateY(-50%) rotate(180deg)}.p-basket-builder__basket.active .p-basket-builder__basket-btn{transform:translateY(-50vh)}.p-basket-builder__basket.active .p-basket-builder__basket-btn:after{transform:translateY(-50%) rotate(0)}.p-basket-builder__basket-contents{position:fixed;top:100%;right:0;height:40%;border-radius:0;transform:scale(1)}.p-basket-builder__basket.active .p-basket-builder__basket-contents{top:50%;height:50%}.p-basket-builder__basket-empty{height:100%}.p-basket-builder__basket.active .p-basket-builder__basket-items-viewport{max-height:calc(100% - 130px)}.p-basket-builder__body{flex-wrap:wrap}.p-basket-builder__tabs{width:100%}.p-basket-builder__tab.active{border-color:#e4f1f7;background-color:#e4f1f7;color:transparent}.p-basket-builder__tab.active .p-basket-builder__tab-title:after{visibility:visible}.p-basket-builder__content,.p-basket-builder__options{display:none}.p-basket-builder__options.active{display:block}.p-basket-builder__filters{flex-direction:column}.p-basket-builder__filters-title{display:inline-block}.p-basket-builder__filters-row{flex-direction:column;align-items:flex-start;gap:6px}.p-basket-builder__filters-groups,.p-basket-builder__filters-group{width:100%}.p-basket-builder__filters-group-select{width:100%;min-width:0;max-width:100%}.p-basket-builder__basket.active .p-basket-builder__basket-buttons{flex-wrap:wrap;flex-direction:column-reverse;position:absolute;bottom:30px;left:0;padding:0 15px;width:100%}.p-basket-builder__basket.active .p-basket-builder__basket-buttons .c-btn{width:100%}.p-basket-builder__option-title{font-size:16px}}.tooltipster-base{pointer-events:auto}.tooltipster-base .tooltipster-box{background-color:#2b2b2c;border:0;border-radius:6px;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.tooltipster-base .tooltipster-box .tooltipster-content{padding:6px 8px;color:#fff;font-family:Roboto;font-size:12px;font-style:normal;font-weight:500;line-height:15px}.tooltipster-base .tooltipster-box .tooltipster-content__subtitle{margin-top:2px;font-weight:400;color:#d8d8d9}.tooltipster-base .tooltipster-box .tooltipster-content__list ul>li{display:flex;justify-content:space-between;align-items:center;position:relative;margin-top:8px;height:16px;color:#fff;font-size:12px;font-weight:500;line-height:1.25;cursor:pointer}.tooltipster-base .tooltipster-box .tooltipster-content__list ul>li:first-child{margin-top:0}.tooltipster-base .tooltipster-box .tooltipster-content__list ul>li .c-icon{display:none}.tooltipster-base .tooltipster-box .tooltipster-content__list ul>li.checked .c-icon{display:block}.tooltipster-base .tooltipster-box .tooltipster-content__list ul>li img{width:16px;height:16px;border-radius:50%;margin-right:6px;object-fit:cover}.tooltipster-base .tooltipster-box .tooltipster-content__list_radio ul>li{min-height:32px;height:auto}.tooltipster-base .tooltipster-arrow-uncropped .tooltipster-arrow-border,.tooltipster-base .tooltipster-arrow-uncropped .tooltipster-arrow-background{border-bottom-color:#2b2b2c}.tooltipster-content__list{display:none}.tooltipster-content__list.active{display:block}
