.catalog-list{margin-top:24px;margin-bottom:100px;display:grid;grid-template-columns:217px 1fr;gap:16px;align-items:start;position:relative}.catalog-list--no-filter{grid-template-columns:100%}.catalog-list__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.catalog-list__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:10px}.catalog-list__header-right{display:flex;align-items:center;gap:10px 20px;margin-left:auto}.catalog-list__title-block{display:flex;gap:8px;align-items:baseline;flex-wrap:wrap;margin-bottom:24px;word-break:break-word}.catalog-list__title{font:400 36px/1.2 Geologica,sans-serif;color:#2e394a}.catalog-list__items-count{font:400 24px/1.2 Geologica,sans-serif;color:#a0c2f5}.catalog-list__brand{display:flex;margin-bottom:24px}@media screen and (max-width: 768px){.catalog-list__brand{flex-direction:column-reverse}}.catalog-list__brand-image{width:250px;flex-shrink:0}.catalog-list__brand-text{font:16px/1.2 Geologica,sans-serif;color:#424c5d}.catalog-list__items{margin-top:24px;display:grid;grid-template-columns:100%;width:100%}@media screen and (max-width: 640px){.catalog-list__items{margin-top:32px}}.catalog-list__items--tiles{--columns: 4;grid-template-columns:repeat(var(--columns),minmax(0,1fr));gap:16px}@media screen and (max-width: 1366px){.catalog-list__items--tiles{--columns: 3}}@media screen and (max-width: 1024px){.catalog-list__items--tiles{--columns: 2}}@media screen and (max-width: 820px){.catalog-list__items--tiles{grid-template-columns:100%}}.catalog-list__pagination{margin-top:40px}.catalog-list__description{margin-top:40px;max-width:683px;color:#969ca8;font:13px/1.2 Geologica,sans-serif}.catalog-list__filter-btn{border:none;outline:none;background-color:transparent;font-size:inherit;font-family:inherit;line-height:inherit;font-weight:inherit;cursor:pointer;text-align:inherit;-webkit-tap-highlight-color:transparent;transition-property:color,background-color,border-color;transition-duration:.3s;transition-timing-function:ease;width:100%;margin-bottom:18px;align-items:center;justify-content:center;padding:0 12px;height:46px;border:1px solid #A0C2F5;border-radius:12px;color:#1267e7;display:none}.catalog-list__filter-btn:hover{background:#1267e7;border-color:#1267e7;color:#fff}@media screen and (max-width: 1050px){.catalog-list{display:block;margin-bottom:40px}.catalog-list__filter-btn{display:flex}}@media screen and (max-width: 750px){.catalog-list__pagination{margin-top:24px}.catalog-list .catalog-category-card-big__trigger{display:none}}@media screen and (max-width: 550px){.catalog-list__header,.catalog-list__header-right{align-items:flex-start;flex-direction:column}.catalog-list__header-right{width:100%;margin-left:0}}.filter{transition-property:transform;transition-duration:.3s;transition-timing-function:ease;display:grid;grid-template-rows:1fr max-content;gap:4px;position:relative}.filter__mobile-overlay{transition-property:opacity;transition-duration:.3s;transition-timing-function:ease;width:100vw;height:100%;position:fixed;left:100%;background:#00000080;z-index:-1;opacity:0;visibility:hidden}.filter__header{padding:16px;align-items:center;justify-content:space-between;gap:8px;background:#fff;color:#2e394a;display:none}.filter__title{font:400 19px/1.2 Geologica,sans-serif}.filter__close{padding:0;border:none;outline:none;background-color:transparent;font-size:inherit;font-family:inherit;line-height:inherit;font-weight:inherit;cursor:pointer;text-align:inherit;-webkit-tap-highlight-color:transparent;transition-property:opacity;transition-duration:.3s;transition-timing-function:ease;color:#1267e7}.filter__close:hover{opacity:.6}.filter__main{display:flex;flex-direction:column;gap:4px;overflow-y:auto}.filter__main::-webkit-scrollbar{-webkit-appearance:initial;-moz-appearance:initial;appearance:initial;display:initial}.filter__main::-webkit-scrollbar:horizontal{height:6px}.filter__main::-webkit-scrollbar:vertical{width:6px}.filter__main::-webkit-scrollbar-thumb{border-radius:100px;background-color:#b3bac6;transition:all .2s ease-in-out}.filter__main::-webkit-scrollbar-track{border-radius:100px;background-color:#f6f6f6;transition:all .2s ease-in-out}.filter__field:first-child{border-radius:16px 16px 0 0}.filter__footer{display:flex;flex-direction:column;gap:4px;position:sticky;bottom:0;z-index:1;background:#fff}.filter__btn,.filter__not-found,.filter__loader{height:48px;display:flex;align-items:center;justify-content:center;gap:6px;color:#fff}.filter__btn{padding:0;border:none;outline:none;background-color:transparent;font-size:inherit;font-family:inherit;line-height:inherit;font-weight:inherit;cursor:pointer;text-align:inherit;-webkit-tap-highlight-color:transparent;transition-property:color,background-color,border-color;transition-duration:.3s;transition-timing-function:ease;font:400 15px/1.2 Geologica,sans-serif;border:1px solid transparent;background:#1267e7}.filter__btn:hover{background:#fff;color:#1267e7;border-color:#1267e7}.filter__btn--reset{background:#f4f4f4;color:#7d8799;border-radius:0 0 16px 16px}.filter__btn-icon{width:18px;height:18px;fill:currentColor}.filter__not-found{background:#7d8799}.filter__loader{background:#1267e7}.filter__loader--reset{background:#f4f4f4;color:#7d8799;border-radius:0 0 16px 16px}.filter__loader-icon{width:24px;height:24px;animation:rotating 1s infinite linear;fill:currentColor}.filter__flying-panel{--bg-color: #1267E7;--color: #FFF;padding:0;border:none;outline:none;background-color:transparent;font-size:inherit;font-family:inherit;line-height:inherit;font-weight:inherit;text-align:inherit;-webkit-tap-highlight-color:transparent;display:flex;align-items:center;position:absolute;z-index:100;top:var(--top, 0);left:calc(100% + 8px);transform:translateY(-50%);cursor:pointer}.filter__flying-panel:hover{--bg-color: #FFF;--color: #1267E7}.filter__flying-panel-end{width:8px;height:12px;display:flex;stroke:#1267e7}.filter__flying-panel-body{transition-property:background-color,color;transition-duration:.3s;transition-timing-function:ease;display:inline-block;width:max-content;padding:11px 20px;border-radius:16px;border:1px solid #1267E7;background:var(--bg-color);color:var(--color)}@media screen and (max-width: 1050px){.filter{display:grid;grid-template-rows:max-content 1fr max-content;gap:0;position:fixed;top:12px;left:0;right:0;bottom:0;z-index:9999;background:#fff;border-radius:16px 16px 0 0;overflow:hidden;transition:transform .3s cubic-bezier(0,1,.5,1);transform:translateY(100%);box-shadow:none}.filter__header{display:flex}.filter__main{gap:0}.filter__field:first-child{border-radius:0}.filter__footer{display:grid;grid-template-columns:1fr 1fr;gap:0;position:static}.filter__btn--reset{border-radius:0}.filter--open{transition:transform .3s cubic-bezier(0,.75,.5,1),box-shadow .3s cubic-bezier(0,1,0,1) .3s;transform:translateY(0);box-shadow:#00000080 0 0 0 100px}}.filter-field{padding:16px;background:#f4f4f4}.filter-field__header{padding:0;border:none;outline:none;background-color:transparent;font-size:inherit;font-family:inherit;line-height:inherit;font-weight:inherit;cursor:pointer;text-align:inherit;-webkit-tap-highlight-color:transparent;width:100%;display:flex;align-items:center;gap:8px;color:#2e394a}.filter-field__arrow{transition-property:rotate;transition-duration:.15s;transition-timing-function:ease;width:20px;height:20px;display:block;stroke:currentColor;rotate:90deg}.filter-field__component{padding-top:12px}.filter-field__spoiler{position:static}.filter-field--open .filter-field__arrow{rotate:-90deg}.filter-check-list__search-wrap{position:relative;margin-bottom:12px}.filter-check-list__search-input{-webkit-appearance:none;-moz-appearance:none;outline:none!important;resize:none;box-shadow:none;font-family:Geologica,sans-serif;background:none;border:none;margin:0;-webkit-tap-highlight-color:transparent;appearance:none;width:100%;background:#fff;height:32px;padding:0 40px 0 12px;border-radius:8px;font:400 15px/1.4 Geologica,sans-serif;color:#2e394a}.filter-check-list__search-input:focus{outline:none}.filter-check-list__search-input::-ms-reveal,.filter-check-list__search-input::-ms-clear{display:none}.filter-check-list__search-input::-webkit-credentials-auto-fill-button{visibility:hidden;pointer-events:none;position:absolute;right:0}.filter-check-list__search-input:focus{outline:none;box-shadow:none}.filter-check-list__search-input::-webkit-outer-spin-button,.filter-check-list__search-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.filter-check-list__search-input[type=number]{-moz-appearance:textfield}.filter-check-list__search-icon{width:16px;height:16px;display:inline-block;position:absolute;right:12px;top:50%;transform:translateY(-50%);fill:#2e394a}.filter-check-list__search-reset-btn{padding:0;border:none;outline:none;background-color:transparent;font-size:inherit;font-family:inherit;line-height:inherit;font-weight:inherit;cursor:pointer;text-align:inherit;-webkit-tap-highlight-color:transparent}.filter-check-list__list{display:flex;flex-direction:column;gap:9px;max-height:201px;overflow:hidden auto}.filter-check-list__list::-webkit-scrollbar{-webkit-appearance:initial;-moz-appearance:initial;appearance:initial;display:initial}.filter-check-list__list::-webkit-scrollbar:horizontal{height:6px}.filter-check-list__list::-webkit-scrollbar:vertical{width:6px}.filter-check-list__list::-webkit-scrollbar-thumb{border-radius:100px;background-color:#b3bac6;transition:all .2s ease-in-out}.filter-check-list__list::-webkit-scrollbar-track{border-radius:100px;background-color:#f6f6f6;transition:all .2s ease-in-out}.filter-check-list__footer{margin-top:12px}.filter-check-list__select-reset-btn{transition-property:color,background-color;transition-duration:.3s;transition-timing-function:ease;width:100%;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #1267E7;border-radius:8px;font:400 15px/1.4 Geologica,sans-serif;color:#1267e7;cursor:pointer}.filter-check-list__select-reset-btn:hover{color:#fff;background:#1267e7}.catalog-no-results{display:flex;flex-direction:column;align-items:center;gap:20px;padding:40px 0}.catalog-no-results__icon{width:28px;height:28px;stroke:#424c5d}.catalog-no-results__title{font-size:19px;font-weight:500;color:#969ca8;text-align:center}.catalog-param-select{position:relative;width:fit-content}.catalog-param-select__main{padding:0;border:none;outline:none;background-color:transparent;font-size:inherit;font-family:inherit;line-height:inherit;font-weight:inherit;text-align:inherit;-webkit-tap-highlight-color:transparent;display:flex;align-items:center;gap:10px;cursor:pointer}.catalog-param-select__label{color:#969ca8;white-space:nowrap}.catalog-param-select__selected{display:flex;align-items:center;gap:2px}.catalog-param-select__arrow{transition-property:rotate;transition-duration:.3s;transition-timing-function:ease;width:20px;height:20px;stroke:currentColor;rotate:90deg}.catalog-param-select__options{transition-property:opacity,visibility;transition-duration:.1s;transition-timing-function:ease;display:flex;padding:10px;flex-direction:column;gap:4px;position:absolute;z-index:50;top:calc(100% + 20px);right:0;background-color:#fff;border-radius:12px;box-shadow:0 4px 40px #2e394a1a;opacity:0;visibility:hidden}.catalog-param-select__option{border:none;outline:none;background-color:transparent;font-size:inherit;font-family:inherit;line-height:inherit;font-weight:inherit;text-align:inherit;-webkit-tap-highlight-color:transparent;transition-property:background-color;transition-duration:.3s;transition-timing-function:ease;padding:12px 16px;border-radius:8px;cursor:pointer;color:#0e54be;font:400 15px/1 Geologica,sans-serif}.catalog-param-select__option:hover{background-color:#f4f9ff}.catalog-param-select__option--active{background-color:#1267e7;color:#fff;pointer-events:none}.catalog-param-select--open .catalog-param-select__options{opacity:1;visibility:visible}.catalog-param-select--open .catalog-param-select__arrow{rotate:-90deg}@media screen and (max-width: 750px){.catalog-param-select__main{flex-direction:column;align-items:flex-start}.catalog-param-select__options{top:calc(100% + 10px)}.catalog-param-select--per-page .catalog-param-select__main{align-items:flex-end}}@media screen and (max-width: 550px){.catalog-param-select{width:100%}.catalog-param-select__label,.catalog-param-select__selected{font-size:15px}.catalog-param-select__selected{text-align:right}.catalog-param-select__main{width:100%;flex-direction:row;justify-content:space-between;align-items:baseline}}.catalog-view-select{display:flex;gap:6px}.catalog-view-select__option{padding:0;border:none;outline:none;background-color:transparent;font-size:inherit;font-family:inherit;line-height:inherit;font-weight:inherit;cursor:pointer;text-align:inherit;-webkit-tap-highlight-color:transparent;transition-property:opacity;transition-duration:.3s;transition-timing-function:ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#f4f4f4;color:#2e394a}.catalog-view-select__option:hover{opacity:.8}.catalog-view-select__option--active{background:#1267e7;color:#fff;pointer-events:none}.catalog-view-select__icon{width:20px;height:20px;display:inline-block;fill:currentColor}@media screen and (max-width: 900px){.detail-info{max-width:100%}}.detail-info__actions{display:flex;justify-content:space-between;align-items:end;margin-bottom:31px}.detail-info__actions-article{font-size:15px;line-height:1.2;display:flex;align-items:center;gap:10px;color:#424c5d}.detail-info__name{font-size:24px;line-height:1.2;margin-bottom:14px;color:#2e394a}@media screen and (max-width: 900px){.detail-info__name{letter-spacing:-.2px}}@media screen and (max-width: 550px){.detail-info__name{margin-bottom:15px;font-size:24px;line-height:110%}}.detail-info__honest-sign{display:flex;align-items:flex-start;gap:20px;padding:24px;margin-bottom:32px;background-color:#ecf3fd;border-radius:12px;color:#1267e7}.detail-info__honest-sign-icon{fill:currentColor;width:24px;height:24px;margin:-5px 0;flex-shrink:0}.detail-info__honest-sign-content{display:flex;flex-direction:column}.detail-info__honest-sign-content p{margin:0;padding:0}.detail-info__price{display:flex;align-items:flex-start;gap:14px;margin-bottom:24px}@media screen and (max-width: 550px){.detail-info__price{gap:8px;margin-bottom:23px}}.detail-info__price-notification-icon{width:48px;height:48px;flex-shrink:0;padding:12px;stroke:#7d8799;cursor:pointer}.detail-info__price-notification-text{color:#2e394a}@media screen and (max-width: 900px){.detail-info__price-notification-text{font-size:13px}}@media screen and (max-width: 550px){.detail-info__price-notification-text{display:none}}.detail-info__price-notification-text_mobile{margin-bottom:8px;display:none}@media screen and (max-width: 550px){.detail-info__price-notification-text_mobile{display:block}}.detail-info__stocks{display:flex;gap:12px;margin-bottom:20px}.detail-info__stocks--popup .detail-info__stocks-warehouse .ui-input-small__field{width:120px;text-align:center}.detail-info__stocks--popup .detail-info__stocks-name,.detail-info__stocks--popup .detail-info__stocks-balance{padding-left:0}.detail-info__stocks-tabs-wrapper{width:100%;display:flex;flex-direction:column}.detail-info__stocks-tabs-wrapper .ui-tab-list{margin-bottom:12px;gap:12px}.detail-info__stocks-tabs-wrapper .ui-tab{--btn-height: 56px;--btn-font-size: 17px;--btn-line-height: 1;--btn-border-radius: 16px;--btn-padding: 16px}.detail-info__stocks-tabs-wrapper .ui-tab:hover{color:var(--btn-color)}.detail-info__stocks-tabs-wrapper .ui-tab--disabled{--btn-bg-color: #F6F6F6;--btn-border-color: #F6F6F6;--btn-color: #2E394A}.detail-info__stocks-tab-content{display:flex;gap:12px}.detail-info__stocks-warehouse{display:flex;flex-direction:column;gap:12px;flex-grow:1;flex-basis:0}@media screen and (max-width: 550px){.detail-info__stocks-warehouse{gap:7px;align-items:center}}.detail-info__stocks-warehouse .ui-input-small__field{width:100%;text-align:center;padding:8px}@media screen and (max-width: 550px){.detail-info__stocks-warehouse input{max-width:90px;padding:8.5px 25px}}.detail-info__stocks-name{font:300 13px/1.2 Geologica,sans-serif;color:#969ca8;padding:0 12px;text-align:center}.detail-info__stocks-name--first{text-align:left;width:100%}.detail-info__stocks-popup{padding:15px;border-radius:6px;color:#fff}.detail-info__stocks-popup-top{display:flex;flex-direction:column;padding-bottom:5px;margin-bottom:15px;gap:5px;border-bottom:1px solid #B3BAC6}.detail-info__stocks-popup-top_text-align_center{text-align:center}.detail-info__stocks-popup-reserves{display:flex;flex-direction:column;gap:10px}.detail-info__stocks-popup-reserves-head{display:flex;justify-content:space-between;gap:20px}.detail-info__stocks-popup-reserve{padding:10px 0;border-top:1px dashed #B3BAC6;border-bottom:1px dashed #B3BAC6;display:flex;justify-content:space-between;gap:20px}.detail-info__stocks-popup-dates{display:flex;flex-direction:column;gap:12px}.detail-info__stocks-popup-date{display:flex;flex-direction:column;gap:16px}.detail-info__stocks-popup-date--row{flex-direction:row;align-items:center}.detail-info__stocks-balance{position:relative;width:100%;display:flex;align-items:center;align-self:flex-start;gap:12px;padding:0 12px;height:40px;border-radius:12px;border:.5px solid transparent;transition:background-color .3s ease,border-color .3s ease;color:#2e394a}.detail-info__stocks-balance>.detail-info__stocks-popup{display:none}@media screen and (max-width: 374px){.detail-info__stocks-balance{gap:8px;padding:0 10px}}.detail-info__stocks-balance:hover{background-color:#f4f9ff}.detail-info__stocks-balance-separator{width:1px;height:16px;background-color:#b3bac6}.detail-info__stocks-balance-count{text-align:right;white-space:nowrap;font:400 15px/1.2 Geologica,sans-serif}@media screen and (max-width: 550px){.detail-info__stocks-balance-count{font-size:15px;line-height:15px}}@media screen and (max-width: 374px){.detail-info__stocks-balance-count{font-size:13px;line-height:13px}}.detail-info__stocks-balance-city{font:300 15px/1.4 Geologica,sans-serif;color:#2e394a;flex-grow:1}@media screen and (max-width: 550px){.detail-info__stocks-balance-city{font-size:15px;line-height:15px}}@media screen and (max-width: 374px){.detail-info__stocks-balance-city{font-size:13px;line-height:13px}}.detail-info__reserve-and-calc{display:flex;flex-direction:column;align-items:flex-start;margin:0 0 24px;column-gap:32px;row-gap:16px}@media screen and (max-width: 550px){.detail-info__reserve-and-calc{margin:0 0 16px;column-gap:20px;row-gap:12px}}.detail-info__reserve{display:inline-block;padding:4px 0;color:#1267e7;border-bottom:1px dashed #1267E7;cursor:pointer}.detail-info__reserve:hover{border-bottom-color:transparent}@media screen and (max-width: 550px){.detail-info__reserve{padding:3px 0;font-size:15px}}.detail-info__calculation{display:flex;justify-content:space-between;align-items:center}.detail-info__calculation-switcher{display:flex;align-items:center;gap:16px}@media screen and (max-width: 550px){.detail-info__calculation-switcher{gap:10px}}.detail-info__calculation-switcher-text{font-size:17px;line-height:1}@media screen and (max-width: 550px){.detail-info__calculation-switcher-text{font-size:15px}}.detail-info__calculation-table{width:fit-content;margin:20px 0;color:#1267e7;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.detail-info__plotting{order:5;width:100%}.detail-info__added{display:grid;grid-template-columns:1fr 1fr 48px;gap:12px;margin-bottom:32px}.detail-info__added--tiles{display:flex}@media screen and (max-width: 550px){.detail-info__added{grid-template-columns:1fr 48px;gap:8px}}@media screen and (max-width: 550px){.detail-info__added .ui-button:first-child{grid-column:span 2}}@media screen and (max-width: 374px){.detail-info__added{flex-wrap:wrap}}.detail-info__added.size-table__added{align-items:center}.detail-info__added--popup{margin-bottom:0;grid-template-columns:1fr 48px 48px}.detail-total__counts{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:12px}.detail-total__count-title{margin-bottom:4px;color:#7d8799;font:300 13px/1.2 Geologica,sans-serif}.detail-total__count-price{font:400 32px/1.2 Geologica,sans-serif;color:#231f20}.detail-total__count-measure{font:600 19px/1.2 Geologica,sans-serif}.detail-total__info{display:flex;flex-direction:column;gap:4px}.detail-total__info-line{font:300 15px/1.4 Geologica,sans-serif}.detail-total__info-text{color:#c1c9d7}.detail-total__info-value{color:#13181e}.detail-modal-commercial-offers{padding:40px;max-width:450px;background-color:#fff;border-radius:32px;position:relative}@media screen and (max-width: 550px){.detail-modal-commercial-offers{display:flex;flex-direction:column;height:90svh;padding:25px;width:100vw;max-width:unset;border-radius:16px 16px 0 0}}.detail-modal-commercial-offers:has(.detail-modal-notifications__title) .detail-modal-commercial-offers__text{margin-top:0}.detail-modal-commercial-offers:has(.detail-modal-notifications__title) .detail-modal-commercial-offers__button{display:none}.detail-modal-commercial-offers-wrapper{display:none;position:fixed;top:0;bottom:0;right:0;left:0;overflow:hidden;overflow-y:auto;justify-content:center;align-items:center;z-index:5000;padding:30px 0;background-color:#2e394a80}@media screen and (max-width: 550px){.detail-modal-commercial-offers-wrapper{padding:0;align-items:flex-end}}.detail-modal-commercial-offers__title{position:relative;bottom:3px}.detail-modal-commercial-offers__text{margin-top:20px;line-height:20px;flex-grow:1}.detail-modal-commercial-offers__button{margin-top:40px}.detail-modal-commercial-offers__button .ui-button{max-height:52px}.detail-modal-lists{padding:40px 37px 40px 40px;max-width:450px;background-color:#fff;border-radius:32px;position:relative;max-height:100vh;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;scrollbar-color:transparent transparent;scroll-behavior:smooth}.detail-modal-lists::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}@media screen and (max-width: 550px){.detail-modal-lists{display:flex;flex-direction:column;height:90svh;padding:25px;width:100vw;max-width:unset;overflow-y:auto;border-radius:16px 16px 0 0}}.detail-modal-lists:has(.detail-modal-lists__content){max-width:unset;min-width:1030px}@media screen and (max-width: 1400px){.detail-modal-lists:has(.detail-modal-lists__content){min-width:unset}}.detail-modal-lists_overflow_visible{overflow:visible}.detail-modal-lists-wrapper{display:none;position:fixed;top:0;bottom:0;right:0;left:0;overflow:hidden;overflow-y:auto;justify-content:center;align-items:center;z-index:5001;padding:30px 0;background-color:#2e394a80;-ms-overflow-style:none;scrollbar-width:none;scrollbar-color:transparent transparent;scroll-behavior:smooth}.detail-modal-lists-wrapper::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}@media screen and (max-width: 550px){.detail-modal-lists-wrapper{padding:0;align-items:flex-end}}.detail-modal-lists__content{display:flex;gap:30px;min-width:min-content}@media screen and (max-width: 750px){.detail-modal-lists__content{flex-wrap:wrap}}.detail-modal-lists__content-item{width:calc(50% - 15px);min-width:min-content;display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 750px){.detail-modal-lists__content-item{width:100%}}.detail-modal-lists__title{position:relative;bottom:3px}.detail-modal-lists__product{margin-top:35px;line-height:24px}.detail-modal-lists__text{margin-top:25px}.detail-modal-lists__radios{display:flex;flex-direction:column;gap:30px;flex-grow:1}@media screen and (max-width: 900px){.detail-modal-lists__radios{gap:10px}}.detail-modal-lists__radios-item{display:flex;gap:13px;align-items:center;white-space:nowrap}@media screen and (max-width: 900px){.detail-modal-lists__radios-item{flex-direction:column;align-items:flex-start}}.detail-modal-lists__input{display:flex;flex-direction:column;gap:30px}.detail-modal-lists__input .ui-input-personal__input{height:60px}.detail-modal-lists__input .ui-textarea__textarea{height:155px}.detail-modal-lists__buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:40px}@media screen and (max-width: 550px){.detail-modal-lists__buttons{flex-wrap:wrap}}.detail-modal-lists__buttons .ui-button{max-height:52px;max-width:210px}.detail-modal-info{padding:40px;max-width:450px;background-color:#fff;border-radius:32px;position:relative}@media screen and (max-width: 550px){.detail-modal-info{display:flex;flex-direction:column;height:90svh;padding:25px;width:100vw;max-width:unset;border-radius:16px 16px 0 0}}.detail-modal-info:has(.detail-modal-notifications__title) .detail-modal-commercial-offers__text{margin-top:0}.detail-modal-info:has(.detail-modal-notifications__title) .detail-modal-commercial-offers__button{display:none}.detail-modal-info-wrapper{display:none;position:fixed;top:0;bottom:0;right:0;left:0;overflow:hidden;overflow-y:auto;justify-content:center;align-items:center;z-index:5000;padding:30px 0;background-color:#2e394a80}@media screen and (max-width: 550px){.detail-modal-info-wrapper{padding:0;align-items:flex-end}}.detail-modal-info__title{position:relative;bottom:3px}.detail-modal-info__text{margin-top:20px;line-height:20px;flex-grow:1}.detail-modal-info__button{margin-top:40px}.detail-modal-info__button .ui-button{max-height:52px}.detail-modal-notifications{padding:40px;width:100%;max-width:450px;background-color:#fff;border-radius:32px;position:relative}@media screen and (max-width: 550px){.detail-modal-notifications{display:flex;flex-direction:column;height:90svh;padding:25px;width:100vw;max-width:unset;border-radius:16px 16px 0 0}}.detail-modal-notifications-wrapper{display:none;position:fixed;top:0;bottom:0;right:0;left:0;overflow:hidden;overflow-y:auto;justify-content:center;align-items:center;z-index:5000;padding:30px 0;background-color:#2e394a80}@media screen and (max-width: 550px){.detail-modal-notifications-wrapper{padding:0;align-items:flex-end}}.detail-modal-notifications__title{position:relative;bottom:3px}.detail-modal-notifications__type{margin-top:10px}.detail-modal-notifications__text{margin-top:20px;line-height:20px}.detail-modal-notifications__checkboxes{margin-top:19px;display:flex;flex-direction:column;gap:20px;flex-grow:1}.detail-modal-notifications__checkboxes-item{display:flex;align-items:center;gap:18px}.detail-modal-notifications__buttons{display:flex;gap:10px;margin-top:48px}.detail-modal-notifications__buttons .ui-button{max-height:52px}.product-card{position:relative;z-index:1}.product-card__hover-left,.product-card__hover-bottom{position:relative;display:none}.product-card__hover-left{grid-row:span 2}.product-card__hover-left-inner{position:absolute;top:0;left:0;right:0;bottom:0}.product-card__wrapper{height:100%;display:grid;grid-template-columns:100%;gap:8px;position:relative;padding:16px;box-shadow:2px 4px 8px #7d879926;border-radius:16px;background:#fff;border:1px solid #F4F4F4}.product-card__content{display:flex;flex-direction:column;height:100%}.product-card__top{position:relative}.product-card__promotions{position:absolute;top:0;left:0;z-index:1}.product-card__fav-btn{position:absolute;top:0;right:0;z-index:1}.product-card__info{padding:8px 0 16px;border-bottom:1px solid #F4F4F4}.product-card__article{font:300 13px/1.2 Geologica,sans-serif;color:#7d8799;margin-bottom:4px}.product-card__name{color:currentColor;text-decoration:none;outline:none!important;background-color:transparent;-webkit-text-decoration-skip:objects;-webkit-tap-highlight-color:transparent;transition-property:opacity;transition-duration:.3s;transition-timing-function:ease;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font:400 15px/1.2 Geologica,sans-serif;height:36px}.product-card__name:hover{opacity:.8}.product-card__prices{display:flex;gap:12px}.product-card__totals{margin-top:8px}.product-card__stores{margin:8px 0 16px}.product-card__footer{margin-top:auto;display:grid;grid-template-columns:1fr auto;gap:10px}.product-card__sku-preview{padding:4px;border-top-right-radius:14px;background:#fff9;position:absolute;bottom:10px;left:0;z-index:1}.product-card--hover .product-card__hover-bottom{display:block}.product-card--hover .product-card__wrapper{height:auto}.product-card--hover:has(.product-card__hover-left) .product-card__hover-left{display:block}.product-card--hover:has(.product-card__hover-left) .product-card__wrapper{grid-template-columns:40px 1fr;width:calc(100% + 48px);left:-48px}.product-card--hover:has(.product-card__hover-left) .product-card__sku-preview{display:none}.product-card-row{transition-property:border-color,border-radius;transition-duration:.3s;transition-timing-function:ease;position:relative;display:grid;grid-template-columns:250px 1fr;gap:24px;padding:40px 28px 40px 24px;border:1px solid transparent}.product-card-row:not(:first-child){border-top-color:#f4f4f4}.product-card-row:hover{border-color:#f4f4f4;border-radius:16px}.product-card-row:hover+.product-card-row{border-color:transparent}.product-card-row__left-top{position:relative}.product-card-row__promotions{position:absolute;top:0;left:0;z-index:1}.product-card-row__content{display:grid;grid-template-columns:100%}.product-card-row__content-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;margin-top:8px}.product-card-row__content-bottom-right{display:flex;flex-wrap:wrap;gap:10px}.product-card-row__btns-wrap{display:flex;gap:10px}.product-card-row__article{font:300 13px/1.2 Geologica,sans-serif;color:#7d8799;margin-bottom:8px}.product-card-row__name{color:currentColor;text-decoration:none;outline:none!important;background-color:transparent;-webkit-text-decoration-skip:objects;-webkit-tap-highlight-color:transparent;transition-property:opacity;transition-duration:.3s;transition-timing-function:ease;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font:400 15px/1.2 Geologica,sans-serif;height:36px}.product-card-row__name:hover{opacity:.8}.product-card-row__prices{display:flex;gap:16px;margin-bottom:16px}.product-card-row__fav-btn{position:absolute;top:16px;right:16px;z-index:1}.product-card-row__available-btn svg{rotate:90deg}.product-card-row__totals{margin-top:22px}.product-card-row__main-totals{display:flex;gap:32px}.product-card-row__main-totals-label{font:300 13px/1.2 Geologica,sans-serif}.product-card-row__main-totals-value{font:400 22px/1 Geologica,sans-serif;color:#969ca8}.product-card-row__main-totals-postfix{font-size:11px}.product-card-row--has-sizes-table .product-card-row__sizes-table{margin:24px 0}.product-card-row--has-sizes-table .product-card-row__available-btn svg{rotate:-90deg}@media screen and (max-width: 750px){.product-card-row{grid-template-columns:100%;padding:24px 8px}}.product-picture-slider{color:currentColor;text-decoration:none;outline:none!important;background-color:transparent;-webkit-text-decoration-skip:objects;-webkit-tap-highlight-color:transparent;display:block}.product-picture-slider__swiper{height:100%}.product-picture-slider__slide{width:100%}.product-picture-slider__picture{width:100%;height:250px}.product-picture-slider__picture img,.product-picture-slider__picture picture{width:100%;height:100%;display:block;object-fit:contain;border-radius:inherit}.product-picture-slider__dots{margin-top:8px;display:flex;gap:4px}.product-picture-slider__dot{flex-grow:1;height:2px;border-radius:1px;background:#0e54be;opacity:.2}.product-picture-slider__dot--active{opacity:1}.product-sku-preview__list{display:flex;flex-direction:column;gap:4px}.product-sku-preview__hidden-count{margin-top:5px;font:300 11px/1.2 Geologica,sans-serif;color:#7d8799;text-align:center}.product-sku-preview__item{transition-property:border-color;transition-duration:.3s;transition-timing-function:ease;width:24px;height:24px;border-radius:50%;border:1px solid transparent}.product-sku-preview__item img,.product-sku-preview__item picture{width:100%;height:100%;display:block;object-fit:contain;border-radius:inherit}.product-sku-preview__item--selected{border-color:#1267e7}.product-sku-slider{display:grid;grid-template-rows:auto;gap:8px;position:relative;height:100%}.product-sku-slider__prev,.product-sku-slider__next{padding:0;border:none;outline:none;background-color:transparent;font-size:inherit;font-family:inherit;line-height:inherit;font-weight:inherit;text-align:inherit;-webkit-tap-highlight-color:transparent;transition-property:opacity;transition-duration:.3s;transition-timing-function:ease;width:100%;height:100%;background:#f4f9ff;border-radius:4px;stroke:#1267e7;cursor:pointer}.product-sku-slider__prev:hover,.product-sku-slider__next:hover{opacity:.8}.product-sku-slider__prev-icon{rotate:-90deg}.product-sku-slider__next-icon{rotate:90deg}.product-sku-slider__slide{width:40px;height:40px}.product-sku-slider__sku{color:currentColor;text-decoration:none;outline:none!important;background-color:transparent;-webkit-text-decoration-skip:objects;-webkit-tap-highlight-color:transparent;width:100%;height:100%;transition-property:border-color;transition-duration:.3s;transition-timing-function:ease;display:block;border-radius:8px;border:1px solid #A0C2F5}.product-sku-slider__sku img,.product-sku-slider__sku picture{width:100%;height:100%;display:block;object-fit:contain;border-radius:inherit}.product-sku-slider__sku--selected{border-color:#1267e7}.product-sku-slider--has-navigation{grid-template-rows:20px auto 20px}.product-sku-slider--row{grid-template-columns:100%;grid-template-rows:100%;height:40px}.product-sku-slider--row .product-sku-slider__swiper{width:100%}.product-sku-slider--row .product-sku-slider__prev-icon,.product-sku-slider--row .product-sku-slider__next-icon{scale:1.5}.product-sku-slider--row .product-sku-slider__prev-icon{rotate:180deg}.product-sku-slider--row .product-sku-slider__next-icon{rotate:0deg}.product-sku-slider--row:is(.product-sku-slider--has-navigation){grid-template-columns:20px auto 20px}.product-promotions{display:flex;gap:6px}.product-promotions__item{width:40px;height:40px}.product-promotions__item img,.product-promotions__item picture{width:100%;height:100%;display:block;object-fit:contain;border-radius:inherit}.product-totals{display:flex;flex-direction:column;gap:8px}.product-totals__row{display:flex;flex-wrap:wrap;gap:8px 24px}.product-totals__wrap{font:300 13px/1.2 Geologica,sans-serif}.product-totals__label{color:#969ca8}.product-totals__value{color:#2e394a}.product-totals--row .product-totals__row{flex-direction:column;gap:4px}.product-totals--row .product-totals__wrap{display:flex;gap:6px;align-items:baseline}.product-totals--in-list .product-totals__label{color:#1267e7}.sizes-store-table{display:flex;flex-direction:column;gap:16px;overflow-x:auto}.sizes-store-table::-webkit-scrollbar{-webkit-appearance:initial;-moz-appearance:initial;appearance:initial;display:initial}.sizes-store-table::-webkit-scrollbar:horizontal{height:6px}.sizes-store-table::-webkit-scrollbar:vertical{width:6px}.sizes-store-table::-webkit-scrollbar-thumb{border-radius:100px;background-color:#b3bac6;transition:all .2s ease-in-out}.sizes-store-table::-webkit-scrollbar-track{border-radius:100px;background-color:#f6f6f6;transition:all .2s ease-in-out}.sizes-store-table__item{display:grid;grid-template-columns:80px 1fr;grid-template-areas:"label stores";gap:24px;align-items:center}.sizes-store-table__stores{grid-area:stores;display:flex;gap:24px}.sizes-store-table__head-store,.sizes-store-table__store{width:160px;display:flex;flex-direction:column;align-items:center}.sizes-store-table__head-store{gap:4px}.sizes-store-table__store{gap:13px}.sizes-store-table__store-name{font:300 13px/1.2 Geologica,sans-serif;color:#1267e7}.sizes-store-table__labels-wrap{grid-area:label;display:flex;flex-direction:column;gap:24px}.sizes-store-table__label{font:500 13px/1.2 Geologica,sans-serif;color:#2e394a}.sizes-store-table__store-total{font:300 15px/1.4 Geologica,sans-serif;color:#2e394a}.sizes-store-table--multiple .sizes-store-table__head-store,.sizes-store-table--multiple .sizes-store-table__store{width:200px}.sizes-store-table--multiple .sizes-store-table__store{display:grid;grid-template-columns:7fr 9fr}.sizes-store-totals__row{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px}.sizes-store-totals__label{font:300 13px/1.2 Geologica,sans-serif;color:#b3bac6}
