/*detail!*/<br>.product-item-preview-slider-images-container {<br>&nbsp; &nbsp; position: absolute;<br>&nbsp; &nbsp; top: 0;<br>&nbsp; &nbsp; right: 0;<br>&nbsp; &nbsp; bottom: 0;<br>&nbsp; &nbsp; left: 0;<br>}<br><br>.popup .product-item-detail-slider-container {<br>&nbsp; &nbsp; padding: 0 3rem;<br>}<br><br>.main_info_preview_product {<br>&nbsp; &nbsp; max-width: 990px;<br>&nbsp; &nbsp; max-height: 430px;<br>}<br><br>.block-property-text-item.notallowed, .block-property-color-item.notallowed {<br>&nbsp; &nbsp; color: #313131;<br>&nbsp; &nbsp; opacity: 0.3;<br>}<br><br>.block-property-color-item.block-property.color_image.notallowed {<br>&nbsp; &nbsp; position: relative;<br>&nbsp; &nbsp; opacity: 0.4;<br>}<br><br>.block-property-color-item.notallowed::before {<br>&nbsp; &nbsp; content: "";<br>&nbsp; &nbsp; position: absolute;<br>&nbsp; &nbsp; top: 16px;<br>&nbsp; &nbsp; left: 2px;<br>&nbsp; &nbsp; width: 30px;<br>&nbsp; &nbsp; height: 1px;<br>&nbsp; &nbsp; background-color: #8c8c8c;<br>&nbsp; &nbsp; transform: rotate(45deg);<br>}<br><br>.block-property-color-item.notallowed::after {<br>&nbsp; &nbsp; content: "";<br>&nbsp; &nbsp; position: absolute;<br>&nbsp; &nbsp; top: 16px;<br>&nbsp; &nbsp; left: 1px;<br>&nbsp; &nbsp; width: 30px;<br>&nbsp; &nbsp; height: 1px;<br>&nbsp; &nbsp; background-color: #8c8c8c;<br>&nbsp; &nbsp; transform: rotate(-45deg);<br>}<br><br>/**end detail*/<br><br>#bx-catalog-subscribe-form-container-1 input {<br>&nbsp; &nbsp; height: 40px;<br>&nbsp; &nbsp; border: 1px solid #ededed;<br>&nbsp; &nbsp; width: 100%;<br>&nbsp; &nbsp; padding: 5px;<br>}<br><br>/* ==========================================================================<br>&nbsp; Убираем красные точки у всех списков<br>&nbsp; &nbsp;========================================================================== */<br>html body li::before,&nbsp;<br>html body .property-title::after,&nbsp;<br>html body .detailed-tabs-list__item-name::after,&nbsp;<br>html body .detailed-tabs-list__item-dots {<br>&nbsp; &nbsp; display: none !important;<br>}<br>html body li {<br>&nbsp; &nbsp; list-style: none !important;<br>&nbsp; &nbsp; list-style-type: none !important;<br>}<br>/* ========================================================================== */<br><br>.bx-sls .dropdown-block {<br>&nbsp; &nbsp; height: 3rem;<br>&nbsp; &nbsp; margin-bottom: 1.5rem;<br>&nbsp; &nbsp; box-shadow: none;<br>&nbsp; &nbsp; border: 1px solid #ededed;<br>}<br><br>.bx-sls .dropdown-icon {<br>&nbsp; &nbsp; height: 21px;<br>}<br><br>.wrap-popup-window {<br>&nbsp; &nbsp; position: fixed;<br>&nbsp; &nbsp; top: 0;<br>&nbsp; &nbsp; left: 0;<br>&nbsp; &nbsp; width: 100%;<br>&nbsp; &nbsp; min-height: 100%;<br>&nbsp; &nbsp; z-index: 1001;<br>&nbsp; &nbsp; overflow: hidden;<br>&nbsp; &nbsp; display: flex;<br>&nbsp; &nbsp; align-items: center;<br>&nbsp; &nbsp; justify-content: center;<br>}<br><br>.wrap-popup-window .modal-popup-bg {<br>&nbsp; &nbsp; background-color: #000000;<br>&nbsp; &nbsp; width: 100%;<br>&nbsp; &nbsp; min-height: 100%;<br>&nbsp; &nbsp; height: 100%;<br>&nbsp; &nbsp; position: absolute;<br>&nbsp; &nbsp; top: 0;<br>&nbsp; &nbsp; left: 0;<br>&nbsp; &nbsp; opacity: 0.5;<br>}<br><br>.wrap-popup-window .popup-window {<br>&nbsp; &nbsp; position: absolute;<br>&nbsp; &nbsp; z-index: 11000;<br>&nbsp; &nbsp; max-height: 97%;<br>&nbsp; &nbsp; max-width: 95%;<br>}<br><br>.popup-window {<br>&nbsp; &nbsp; max-width: 95%;<br>}<br><br>#bx-catalog-subscribe-form-notify {<br>&nbsp; &nbsp; margin: 0 0 15px 0;<br>&nbsp; &nbsp; padding: 0;<br>&nbsp; &nbsp; font-size: 12px;<br>}<br><br>.modal-block .popup-close {<br>&nbsp; &nbsp; height: 28px;<br>&nbsp; &nbsp; width: 28px;<br>&nbsp; &nbsp; display: block;<br>&nbsp; &nbsp; position: absolute;<br>&nbsp; &nbsp; top: 0;<br>&nbsp; &nbsp; right: 0;<br>&nbsp; &nbsp; cursor: pointer;<br>}<br><br>.popup-close {<br>&nbsp; &nbsp; height: 14px;<br>&nbsp; &nbsp; width: 14px;<br>&nbsp; &nbsp; display: block;<br>&nbsp; &nbsp; position: absolute;<br>&nbsp; &nbsp; top: 23px;<br>&nbsp; &nbsp; right: 30px;<br>&nbsp; &nbsp; cursor: pointer;<br>&nbsp; &nbsp; background-image: url("/local/templates/sotbit_origami/assets/img/icon_close.png");<br>&nbsp; &nbsp; background-repeat: no-repeat;<br>&nbsp; &nbsp; background-size: cover;<br>&nbsp; &nbsp; transition: all 0.2s ease-in-out;<br>&nbsp; &nbsp; z-index: 150;<br>}<br><br>.popup-window {<br>&nbsp; &nbsp; padding: 0 !important;<br>&nbsp; &nbsp; margin: 0;<br>}<br><br>.popup-window .popup-window-content {<br>&nbsp; &nbsp; background: none;<br>}<br><br>.popup-window .popup-window-close-icon {<br>&nbsp; &nbsp; width: 14px;<br>&nbsp; &nbsp; height: 14px;<br>&nbsp; &nbsp; display: block;<br>&nbsp; &nbsp; position: absolute;<br>&nbsp; &nbsp; top: 23px;<br>&nbsp; &nbsp; right: 30px;<br>&nbsp; &nbsp; cursor: pointer;<br>&nbsp; &nbsp; background-image: url("/local/templates/sotbit_origami/assets/img/icon_close.png");<br>&nbsp; &nbsp; background-size: cover;<br>&nbsp; &nbsp; background-repeat: no-repeat;<br>&nbsp; &nbsp; -webkit-transition: all 0.2s ease-in-out;<br>&nbsp; &nbsp; transition: all 0.2s ease-in-out;<br>&nbsp; &nbsp; z-index: 10000;<br>}<br><br>.popup-window .popup-window-close-icon:hover {<br>&nbsp; &nbsp; background-image: url("/local/templates/sotbit_origami/assets/img/icon_close_hover.png");<br>&nbsp; &nbsp; background-size: cover;<br>&nbsp; &nbsp; background-repeat: no-repeat;<br>&nbsp; &nbsp; opacity: 1;<br>}<br><br>.popup-close:hover {<br>&nbsp; &nbsp; background-image: url("/local/templates/sotbit_origami/assets/img/icon_close_hover.png");<br>&nbsp; &nbsp; background-size: cover;<br>&nbsp; &nbsp; background-repeat: no-repeat;<br>}<br><br>.sotbit_order_phone__block .error {<br>&nbsp; &nbsp; border: 1px solid red !important;<br>}<br><br>.wrap-popup-window .popup-content {<br>&nbsp; &nbsp; display: block;<br>&nbsp; &nbsp; width: 100%;<br>}<br><br>#basket-root {<br>&nbsp; &nbsp; display: block;<br>}<br><br>.product-item-detail-buy-button.disabled {<br>&nbsp; &nbsp; cursor: not-allowed;<br>&nbsp; &nbsp; background: #00b02a;<br>&nbsp; &nbsp; border: 1px solid #00b02a;<br>}<br><br>@media (max-width: 992px) {<br>&nbsp; &nbsp; .window_basket {<br>&nbsp; &nbsp; &nbsp; &nbsp; min-width: auto;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .bx-basket-item-list-container.modal-content {<br>&nbsp; &nbsp; &nbsp; &nbsp; padding-left: 20px;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding-right: 20px;<br>&nbsp; &nbsp; }<br>}<br><br>@media (max-width: 768px) {<br>&nbsp; &nbsp; .personal_title {<br>&nbsp; &nbsp; &nbsp; &nbsp; text-align: center;<br>&nbsp; &nbsp; }<br>}<br><br>@media (max-width: 576px) {<br>&nbsp; &nbsp; .form-group {<br>&nbsp; &nbsp; &nbsp; &nbsp; flex-wrap: wrap;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .sale-order-detail-payment-options-info-order-number,<br>&nbsp; &nbsp; .sale-order-detail-payment-options-info-total-price,<br>&nbsp; &nbsp; .sale-order-list-title,<br>&nbsp; &nbsp; .sale-order-list-accomplished-title,<br>&nbsp; &nbsp; .sale-order-payment-change-payment-price,<br>&nbsp; &nbsp; .sale-order-payment-change-pp-company-smalltitle,<br>&nbsp; &nbsp; .sale-order-detail-about-order-title-element,<br>&nbsp; &nbsp; .sale-order-detail-payment-options-title-element,<br>&nbsp; &nbsp; .sale-order-detail-payment-options-shipment-composition-title-element,<br>&nbsp; &nbsp; .sale-order-detail-payment-options-order-content-title-element,<br>&nbsp; &nbsp; .sale-order-detail-general-item {<br>&nbsp; &nbsp; &nbsp; &nbsp; text-align: center;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .basket-checkout-container {<br>&nbsp; &nbsp; &nbsp; &nbsp; padding: 15px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .sale_account_pay__techno_block,<br>&nbsp; &nbsp; .sale-personal-account-wallet-container {<br>&nbsp; &nbsp; &nbsp; &nbsp; padding: 0 !important;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .personal_title {<br>&nbsp; &nbsp; &nbsp; &nbsp; padding: 15px 0;<br>&nbsp; &nbsp; }<br>}<br><br>.promotion_list__content_comment-bold {<br>&nbsp; &nbsp; font-weight: bold;<br>}<br><br>.blog_detail_wrapper,<br>.news_detail_wrapper {<br>&nbsp; &nbsp; padding-left: 15px;<br>&nbsp; &nbsp; padding-right: 15px;<br>}<br><br>.blog-block__follow_input {<br>&nbsp; &nbsp; display: flex;<br>}<br><br>@media (max-width: 576px) {<br>&nbsp; &nbsp; .blog_detail_wrapper,<br>&nbsp; &nbsp; .news_detail_wrapper {<br>&nbsp; &nbsp; &nbsp; &nbsp; padding-left: 10px;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding-right: 10px;<br>&nbsp; &nbsp; }<br>}<br><br>/***all***/<br>.bx-catalog-subscribe-button {<br>&nbsp; &nbsp; text-transform: none !important;<br>}<br><br>.header_top_block_cabinet__arrow {<br>&nbsp; &nbsp; display: inline-block;<br>}<br><br>/*.l-d-xs-none {*/<br>/* display: none !important;*/<br>/*}*/<br><br>.detail_promotion_products {<br>&nbsp; &nbsp; margin-bottom: 30px;<br>}<br><br>.bx-retina .product-item-preview-pay-block {<br>&nbsp; &nbsp; border-width: 0.5px;<br>}<br><br>.product-item-scu-container {<br>&nbsp; &nbsp; padding: 0 0 2px;<br>}<br><br>.product-item-scu-container-title {<br>&nbsp; &nbsp; color: #333;<br>&nbsp; &nbsp; font-size: 12px;<br>}<br><br>.product-item-scu-block {<br>}<br><br>.product-item-scu-list {<br>&nbsp; &nbsp; margin: 0;<br>}<br><br>.product-item-scu-item-list {<br>&nbsp; &nbsp; overflow: hidden;<br>&nbsp; &nbsp; margin: 0 0 0 -2px;<br>&nbsp; &nbsp; padding: 0;<br>&nbsp; &nbsp; list-style: none;<br>}<br><br>.product-item-scu-item-color-container,<br>.product-item-scu-item-text-container {<br>&nbsp; &nbsp; display: inline-block;<br>&nbsp; &nbsp; box-sizing: border-box;<br>&nbsp; &nbsp; padding: 5px 3px;<br>&nbsp; &nbsp; max-width: 100%;<br>&nbsp; &nbsp; vertical-align: middle;<br>}<br><br>.product-item-scu-item-text-container {<br>&nbsp; &nbsp; min-width: 48px;<br>}<br><br>.product-item-scu-item-color-container {<br>&nbsp; &nbsp; max-width: 60px;<br>&nbsp; &nbsp; width: 25%;<br>}<br><br>.product-item-scu-item-color-block {<br>&nbsp; &nbsp; position: relative;<br>&nbsp; &nbsp; padding-top: 100%;<br>&nbsp; &nbsp; outline: 1px solid #c0cfda;<br>&nbsp; &nbsp; cursor: pointer;<br>}<br><br>.bx-no-touch .product-item-scu-item-color-block {<br>&nbsp; &nbsp; transition: outline 200ms ease;<br>}<br><br>.bx-retina .product-item-scu-item-color-block {<br>&nbsp; &nbsp; outline-width: .5px;<br>}<br><br>.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {<br>&nbsp; &nbsp; outline-width: 2px;<br>}<br><br>.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {<br>&nbsp; &nbsp; outline-width: 1px;<br>}<br><br>.product-item-scu-item-color {<br>&nbsp; &nbsp; position: absolute;<br>&nbsp; &nbsp; top: 2px;<br>&nbsp; &nbsp; right: 2px;<br>&nbsp; &nbsp; bottom: 2px;<br>&nbsp; &nbsp; left: 2px;<br>&nbsp; &nbsp; background-position: center;<br>&nbsp; &nbsp; background-size: contain;<br>&nbsp; &nbsp; background-repeat: no-repeat;<br>}<br><br>.product-item-scu-item-text-block {<br>&nbsp; &nbsp; position: relative;<br>&nbsp; &nbsp; padding: 0 5px;<br>&nbsp; &nbsp; outline: 1px solid #c0cfda;<br>&nbsp; &nbsp; cursor: pointer;<br>}<br><br>.bx-no-touch .product-item-scu-item-text-block {<br>&nbsp; &nbsp; transition: outline 300ms ease;<br>}<br><br>.bx-retina .product-item-scu-item-text-block {<br>&nbsp; &nbsp; outline-width: .5px;<br>}<br><br>.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {<br>&nbsp; &nbsp; outline-width: 2px;<br>}<br><br>.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {<br>&nbsp; &nbsp; outline-width: 1px;<br>}<br><br>.product-item-scu-item-text {<br>&nbsp; &nbsp; overflow: hidden;<br>&nbsp; &nbsp; max-width: 100%;<br>&nbsp; &nbsp; vertical-align: middle;<br>&nbsp; &nbsp; text-align: center;<br>&nbsp; &nbsp; text-transform: uppercase;<br>&nbsp; &nbsp; text-overflow: ellipsis;<br>&nbsp; &nbsp; white-space: nowrap;<br>&nbsp; &nbsp; font-size: 11px;<br>&nbsp; &nbsp; line-height: 18px;<br>}<br><br>.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,<br>.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {<br>&nbsp; &nbsp; position: relative;<br>&nbsp; &nbsp; overflow: hidden;<br>&nbsp; &nbsp; outline-color: #a9adb4 !important;<br>}<br><br>.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,<br>.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {<br>&nbsp; &nbsp; position: absolute;<br>&nbsp; &nbsp; top: -2px;<br>&nbsp; &nbsp; right: -2px;<br>&nbsp; &nbsp; bottom: -2px;<br>&nbsp; &nbsp; left: -2px;<br>&nbsp; &nbsp; background: rgba(255, 255, 255, 0.75) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=") no-repeat center;<br>&nbsp; &nbsp; background-size: 80% 80%;<br>&nbsp; &nbsp; content: "";<br>}<br><br>.product-item-selected-scu-container {<br>&nbsp; &nbsp; word-spacing: 1px<br>}<br><br>.product-item-selected-scu {<br>&nbsp; &nbsp; display: inline-block;<br>&nbsp; &nbsp; overflow: hidden;<br>&nbsp; &nbsp; padding: 0 5px;<br>&nbsp; &nbsp; min-width: 22px;<br>&nbsp; &nbsp; height: 22px;<br>&nbsp; &nbsp; outline: 1px solid #c0cfda;<br>&nbsp; &nbsp; vertical-align: middle;<br>&nbsp; &nbsp; text-align: center;<br>&nbsp; &nbsp; text-transform: uppercase;<br>&nbsp; &nbsp; text-overflow: ellipsis;<br>&nbsp; &nbsp; white-space: nowrap;<br>&nbsp; &nbsp; font-size: 11px;<br>&nbsp; &nbsp; line-height: 22px;<br>}<br><br>.bx-retina .product-item-selected-scu {<br>&nbsp; &nbsp; outline-width: 0.5px;<br>}<br><br>.product-item-selected-scu-color {<br>&nbsp; &nbsp; background-position: center;<br>&nbsp; &nbsp; background-size: 20px 20px;<br>&nbsp; &nbsp; background-repeat: no-repeat;<br>}<br><br>/*Amount*/<br>.product-item-amount {<br>&nbsp; &nbsp; padding: 0 0 2px;<br>&nbsp; &nbsp; text-align: center;<br>}<br><br>.product-item-amount-field-btn-plus,<br>.product-item-amount-field-btn-minus {<br>&nbsp; &nbsp; position: relative;<br>&nbsp; &nbsp; display: inline-block;<br>&nbsp; &nbsp; min-width: 22px;<br>&nbsp; &nbsp; height: 22px;<br>&nbsp; &nbsp; border-radius: 2px;<br>&nbsp; &nbsp; background-color: #f2f2f2;<br>&nbsp; &nbsp; color: #fff;<br>&nbsp; &nbsp; vertical-align: middle;<br>&nbsp; &nbsp; text-align: center;<br>&nbsp; &nbsp; cursor: pointer;<br>&nbsp; &nbsp; transition: background 300ms ease, opacity 300ms ease;<br>}<br><br>.bx-retina .product-item-amount-field-btn-plus,<br>.bx-retina .product-item-amount-field-btn-minus {<br>&nbsp; &nbsp; border-width: .5px;<br>}<br><br>.product-item-amount-field-btn-plus:hover,<br>.product-item-amount-field-btn-minus:hover {<br>&nbsp; &nbsp; background: #d3d3d3;<br>}<br><br>.product-item-amount-field-btn-plus:after,<br>.product-item-amount-field-btn-minus:after {<br>&nbsp; &nbsp; position: absolute;<br>&nbsp; &nbsp; top: 0;<br>&nbsp; &nbsp; right: 0;<br>&nbsp; &nbsp; bottom: 0;<br>&nbsp; &nbsp; left: 0;<br>&nbsp; &nbsp; content: "";<br>&nbsp; &nbsp; opacity: .8;<br>&nbsp; &nbsp; transition: opacity 300ms ease, background 300ms ease;<br>}<br><br>.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,<br>.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {<br>&nbsp; &nbsp; opacity: .3 !important;<br>&nbsp; &nbsp; cursor: default;<br>}<br><br>.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,<br>.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {<br>&nbsp; &nbsp; background-color: #f2f2f2;<br>}<br><br>.product-item-amount-field-btn-minus:after {<br>&nbsp; &nbsp; position: absolute;<br>&nbsp; &nbsp; top: 0;<br>&nbsp; &nbsp; right: 0;<br>&nbsp; &nbsp; bottom: 0;<br>&nbsp; &nbsp; left: 0;<br>&nbsp; &nbsp; content: "";<br>&nbsp; &nbsp; opacity: .8;<br>&nbsp; &nbsp; transition: opacity 300ms ease;<br>}<br><br>.product-item-amount-field-btn-plus:after {<br>&nbsp; &nbsp; background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==") no-repeat center;<br>&nbsp; &nbsp; background-size: 10px;<br>}<br><br>.product-item-amount-field-btn-minus:after {<br>&nbsp; &nbsp; background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+") no-repeat center;<br>&nbsp; &nbsp; background-size: 10px;<br>}<br><br>.product-item-amount-field-btn-plus:hover:after,<br>.product-item-amount-field-btn-minus:hover:after {<br>&nbsp; &nbsp; opacity: 1;<br>}<br><br>.product-item-amount-field {<br>&nbsp; &nbsp; display: inline-block;<br>&nbsp; &nbsp; padding: 0;<br>&nbsp; &nbsp; max-width: 50px;<br>&nbsp; &nbsp; width: auto;<br>&nbsp; &nbsp; height: 22px;<br>&nbsp; &nbsp; border: 1px solid transparent;<br>&nbsp; &nbsp; border-radius: 2px;<br>&nbsp; &nbsp; background: transparent !important;<br>&nbsp; &nbsp; color: #000;<br>&nbsp; &nbsp; vertical-align: middle;<br>&nbsp; &nbsp; text-align: center;<br>&nbsp; &nbsp; font-weight: bold;<br>&nbsp; &nbsp; font-size: 19px;<br>&nbsp; &nbsp; line-height: 22px;<br>&nbsp; &nbsp; transition: border 300ms ease;<br>}<br><br>.bx-retina .product-item-amount-field {<br>&nbsp; &nbsp; border-width: .5px;<br>}<br><br>.product-item-amount-field:focus {<br>&nbsp; &nbsp; outline: none !important;<br>}<br><br>.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,<br>.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {<br>&nbsp; &nbsp; margin: 0;<br>&nbsp; &nbsp; -webkit-appearance: none;<br>&nbsp; &nbsp; -moz-appearance: none;<br>&nbsp; &nbsp; -ms-appearance: none;<br>&nbsp; &nbsp; -o-appearance: none;<br>&nbsp; &nbsp; appearance: none;<br>}<br><br>.product-item-amount-description-container {<br>&nbsp; &nbsp; color: #a5a5a5;<br>&nbsp; &nbsp; white-space: nowrap;<br>&nbsp; &nbsp; font-size: 12px;<br>}<br><br>.product-item-amount-description-container strong {<br>&nbsp; &nbsp; color: #333;<br>&nbsp; &nbsp; white-space: nowrap;<br>}<br><br>.product-item-preview-slider-left,<br>.product-item-preview-slider-right {<br>&nbsp; &nbsp; position: absolute;<br>&nbsp; &nbsp; top: 0;<br>&nbsp; &nbsp; bottom: 0;<br>&nbsp; &nbsp; z-index: 111;<br>&nbsp; &nbsp; display: block;<br>&nbsp; &nbsp; width: 25%;<br>&nbsp; &nbsp; background: #ffffff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2F<a href="http://www.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E'">www.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%...</a>) no-repeat center;<br>&nbsp; &nbsp; opacity: .57;<br>&nbsp; &nbsp; cursor: pointer;<br>&nbsp; &nbsp; transition: all 300ms ease;<br>}<br><br>.product-item-preview-slider-left {<br>&nbsp; &nbsp; left: 0;<br>}<br><br>.product-item-preview-slider-right {<br>&nbsp; &nbsp; right: 0;<br>&nbsp; &nbsp; transform: rotate(180deg);<br>}<br><br>.product-item-preview-slider-left:hover,<br>.product-item-preview-slider-right:hover {<br>&nbsp; &nbsp; background-color: rgba(255, 255, 255, .4);<br>&nbsp; &nbsp; opacity: .8;<br>}<br><br>.product-item-preview-slider-close {<br>&nbsp; &nbsp; display: none;<br>}<br><br>/*Label*/<br>.product-item-label-text,<br>.product-item-label-ring {<br>&nbsp; &nbsp; position: absolute;<br>&nbsp; &nbsp; z-index: 190;<br>&nbsp; &nbsp; opacity: 1;<br>&nbsp; &nbsp; transition: opacity 450ms ease;<br>}<br><br>.product-item-label-text span,<br>.product-item-label-ring {<br>&nbsp; &nbsp; display: inline-block;<br>&nbsp; &nbsp; clear: both;<br>&nbsp; &nbsp; margin-bottom: 2px;<br>&nbsp; &nbsp; background: #f42c2c; /*****/<br>&nbsp; &nbsp; color: #fff;<br>&nbsp; &nbsp; vertical-align: middle;<br>&nbsp; &nbsp; text-align: center;<br>&nbsp; &nbsp; transition: all 250ms ease;<br>}<br><br>.bx-red .product-item-label-text span,<br>.bx-red .product-item-label-ring {<br>&nbsp; &nbsp; background-color: #fba90c;<br>}<br><br>.product-item-label-text &gt; div,<br>.product-item-label-ring &gt; div {<br>&nbsp; &nbsp; line-height: 0;<br>}<br><br>.product-preview-photo-block .popup .product-item-label-text,<br>.product-preview-photo-block .popup .product-item-label-ring {<br>&nbsp; &nbsp; display: none;<br>}<br><br>/* TEXT */<br>.product-item-label-text span {<br>&nbsp; &nbsp; padding: 2px 5px;<br>&nbsp; &nbsp; vertical-align: middle;<br>&nbsp; &nbsp; font-weight: bold;<br>}<br><br>.product-item-label-text.product-item-label-small span {<br>&nbsp; &nbsp; margin-bottom: 1px;<br>&nbsp; &nbsp; padding: 2px 7px;<br>&nbsp; &nbsp; font-weight: normal;<br>&nbsp; &nbsp; font-size: 13px;<br>&nbsp; &nbsp; line-height: 14px;<br>}<br><br>.product-item-label-text.product-item-label-big span {<br>&nbsp; &nbsp; padding: 4px 10px;<br>&nbsp; &nbsp; font-size: 13px;<br>&nbsp; &nbsp; line-height: 17px;<br>}<br><br>@media (max-width: 767px) {<br>&nbsp; &nbsp; .product-item-label-text &gt; div {<br>&nbsp; &nbsp; &nbsp; &nbsp; line-height: 0;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .product-item-label-text.product-item-label-small span,<br>&nbsp; &nbsp; .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {<br>&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom: 1px;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding: 2px 7px;<br>&nbsp; &nbsp; &nbsp; &nbsp; font-size: 10px;<br>&nbsp; &nbsp; &nbsp; &nbsp; line-height: 14px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .product-item-big-card .product-item-label-text.product-item-label-small span,<br>&nbsp; &nbsp; .product-item-label-text.product-item-label-big span,<br>&nbsp; &nbsp; .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {<br>&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom: 1px;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding: 3px 12px;<br>&nbsp; &nbsp; &nbsp; &nbsp; font-size: 14px;<br>&nbsp; &nbsp; &nbsp; &nbsp; line-height: 16px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .product-item-big-card .product-item-label-text.product-item-label-big span {<br>&nbsp; &nbsp; &nbsp; &nbsp; padding: 3px 12px;<br>&nbsp; &nbsp; &nbsp; &nbsp; font-size: 20px;<br>&nbsp; &nbsp; &nbsp; &nbsp; line-height: 25px;<br>&nbsp; &nbsp; }<br>}<br><br>/*RING*/<br>.product-item-label-ring {<br>&nbsp; &nbsp; box-sizing: border-box;<br>&nbsp; &nbsp; border-radius: 50%;<br>&nbsp; &nbsp; font-weight: bold;<br>}<br><br>.product-item-label-ring.product-item-label-small {<br>&nbsp; &nbsp; width: 40px;<br>&nbsp; &nbsp; height: 40px;<br>&nbsp; &nbsp; font-size: 14px;<br>&nbsp; &nbsp; line-height: 40px;<br>}<br><br>.product-item-label-ring.product-item-label-big {<br>&nbsp; &nbsp; width: 50px;<br>&nbsp; &nbsp; height: 50px;<br>&nbsp; &nbsp; font-size: 18px;<br>&nbsp; &nbsp; line-height: 50px;<br>}<br><br>@media (max-width: 767px) {<br>&nbsp; &nbsp; .product-item-label-ring.product-item-label-small,<br>&nbsp; &nbsp; .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 20px;<br>&nbsp; &nbsp; &nbsp; &nbsp; height: 20px;<br>&nbsp; &nbsp; &nbsp; &nbsp; font-size: 13px;<br>&nbsp; &nbsp; &nbsp; &nbsp; line-height: 20px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .product-item-big-card .product-item-label-ring.product-item-label-small,<br>&nbsp; &nbsp; .product-item-label-ring.product-item-label-big,<br>&nbsp; &nbsp; .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 35px;<br>&nbsp; &nbsp; &nbsp; &nbsp; height: 35px;<br>&nbsp; &nbsp; &nbsp; &nbsp; font-size: 12px;<br>&nbsp; &nbsp; &nbsp; &nbsp; line-height: 35px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .product-item-big-card .product-item-label-ring.product-item-label-big {<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 70px;<br>&nbsp; &nbsp; &nbsp; &nbsp; height: 70px;<br>&nbsp; &nbsp; &nbsp; &nbsp; font-size: 24px;<br>&nbsp; &nbsp; &nbsp; &nbsp; line-height: 70px;<br>&nbsp; &nbsp; }<br>}<br><br>.no-select {<br>&nbsp; &nbsp; -webkit-touch-callout: none;<br>&nbsp; &nbsp; -webkit-user-select: none;<br>&nbsp; &nbsp; -moz-user-select: none;<br>&nbsp; &nbsp; -ms-user-select: none;<br>&nbsp; &nbsp; user-select: none;<br>}<br><br>input[type='number'] {<br>&nbsp; &nbsp; -moz-appearance: textfield;<br>}<br><br>input::-webkit-outer-spin-button,<br>input::-webkit-inner-spin-button {<br>&nbsp; &nbsp; -webkit-appearance: none;<br>}<br><br>.blog-detail__middle {<br>&nbsp; &nbsp; padding-bottom: 25px;<br>&nbsp; &nbsp; border-bottom: 1px solid #ced2d5;<br>&nbsp; &nbsp; margin-bottom: 25px;<br>}<br><br>.blog-detail__gallery-title {<br>&nbsp; &nbsp; font-size: 28px;<br>&nbsp; &nbsp; font-weight: bold;<br>&nbsp; &nbsp; margin-bottom: 25px;<br>}<br><br>.blog-detail__gallery-items {<br>&nbsp; &nbsp; margin-bottom: 25px;<br>}<br><br>.blog_detail_wrapper .blog_popular_list__item:last-child {<br>&nbsp; &nbsp; border-bottom: 1px solid #ced2d5;<br>}<br><br>input[type="email"]::placeholder {<br>&nbsp; &nbsp; color: #8a8989;<br>}<br><br>.bx_catalog-compare-list {<br>&nbsp; &nbsp; display: none !important;<br>}<br><br>/* animation */<br><br>.feedback_block__compliance .cntr {<br>&nbsp; &nbsp; display: flex;<br>&nbsp; &nbsp; align-items: center;<br>&nbsp; &nbsp; justify-content: flex-end;<br>}<br><br>@media (max-width: 768px) {<br>&nbsp; &nbsp; .feedback_block__compliance .cntr {<br>&nbsp; &nbsp; &nbsp; &nbsp; flex-direction: column;<br>&nbsp; &nbsp; &nbsp; &nbsp; align-items: flex-start;<br>&nbsp; &nbsp; }<br>}<br><br>.feedback_block__compliance .cntr .fonts__middle_comment {<br>&nbsp; &nbsp; font-size: 13px;<br>&nbsp; &nbsp; line-height: 20px;<br>}<br><br>@media (max-width: 576px) {<br>&nbsp; &nbsp; .feedback_block__compliance .cntr .fonts__middle_comment {<br>&nbsp; &nbsp; &nbsp; &nbsp; font-size: 13px;<br>&nbsp; &nbsp; }<br>}<br><br>.feedback_block__compliance_link.fonts__middle_comment {<br>&nbsp; &nbsp; padding-left: 0.3rem;<br>}<br><br>@media (max-width: 768px) {<br>&nbsp; &nbsp; .feedback_block__compliance_link.fonts__middle_comment {<br>&nbsp; &nbsp; &nbsp; &nbsp; padding-left: 28px;<br>&nbsp; &nbsp; }<br>}<br><br>.feedback_block__compliance_link.fonts__middle_comment:hover {<br>&nbsp; &nbsp; text-decoration: underline;<br>&nbsp; &nbsp; transition: 0.3s ease-out;<br>}<br><br>/*reading*/<br><br>.brand_block__item:hover {<br>&nbsp; &nbsp; opacity: 1;<br>&nbsp; &nbsp; transition: all 0.6s ease;<br>}<br><br>.brand_block_variant.owl-carousel .owl-item img {<br>&nbsp; &nbsp; margin: 0 auto;<br>}<br><br>.social_block__img_link,<br>.news_block__content_img-block_link img {<br>&nbsp; &nbsp; padding-bottom: 0 !important;<br>}<br><br>.social_block__content,<br>.news_block__content_date {<br>&nbsp; &nbsp; padding-top: 0.7rem;<br>}<br><br>.popup-window-message-content {<br>&nbsp; &nbsp; display: flex;<br>&nbsp; &nbsp; margin: 30px 30px 32px 30px;<br>}<br><br>/*end animation img*/<br><br>.tabs_sale_block__content .product_card__block_item {<br>&nbsp; &nbsp; width: 20%;<br>}<br><br>@media (max-width: 1199px) {<br>&nbsp; &nbsp; .tabs_sale_block__content .product_card__block_item {<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 25%;<br>&nbsp; &nbsp; }<br>}<br><br>@media (max-width: 981px) {<br>&nbsp; &nbsp; .tabs_sale_block__content .product_card__block_item {<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 33.33%;<br>&nbsp; &nbsp; }<br>}<br><br>@media (max-width: 767px) {<br>&nbsp; &nbsp; .tabs_sale_block__content .product_card__block_item {<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 50%;<br>&nbsp; &nbsp; &nbsp; &nbsp; height: 100%;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .tabs_sale_block__content .slick-initialized .slick-slide {<br>&nbsp; &nbsp; &nbsp; &nbsp; /* width: 290px; */<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .tabs_sale_block__content .slick-slider .slick-list {<br>&nbsp; &nbsp; &nbsp; &nbsp; padding-left: 1px;<br>&nbsp; &nbsp; }<br>}<br><br>@media (max-width: 575px) {<br>&nbsp; &nbsp; .tabs_sale_block__content .product_card__block_item {<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100%;<br>&nbsp; &nbsp; &nbsp; &nbsp; height: 100%;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .tabs_sale_block__content .slick-initialized .slick-slide {<br>&nbsp; &nbsp; &nbsp; &nbsp; /* width: 270px; */<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .tabs_sale_block__content .slick-slider .slick-list {<br>&nbsp; &nbsp; &nbsp; &nbsp; padding-left: 1px;<br>&nbsp; &nbsp; }<br>}<br><br>/* 404 PAGE */<br><br>.origami_404 {<br>&nbsp; &nbsp; border-bottom: 1px solid #ededed; /* border color*/<br>&nbsp; &nbsp; padding-bottom: 4rem;<br>&nbsp; &nbsp; padding-left: 20px;<br>&nbsp; &nbsp; padding-right: 20px;<br>}<br><br>.origami_404_block {<br>&nbsp; &nbsp; display: flex;<br>&nbsp; &nbsp; align-items: center;<br>&nbsp; &nbsp; justify-content: center;<br>&nbsp; &nbsp; width: 70%;<br>&nbsp; &nbsp; margin: 0 auto;<br>}<br><br>.origami_404_block__main {<br>&nbsp; &nbsp; font-weight: 300;<br>&nbsp; &nbsp; font-size: 15vw;<br>}<br><br>.origami_404_block__text_title {<br>&nbsp; &nbsp; font-weight: 400;<br>&nbsp; &nbsp; font-size: 2rem;<br>}<br><br>.origami_404_block__text_comment {<br>&nbsp; &nbsp; font-weight: 400;<br>&nbsp; &nbsp; font-size: 1rem;<br>}<br><br>.block_search_404__form {<br>&nbsp; &nbsp; display: flex;<br>&nbsp; &nbsp; justify-content: center;<br>&nbsp; &nbsp; align-items: stretch;<br>}<br><br>.block_search_404 {<br>&nbsp; &nbsp; width: 70%;<br>&nbsp; &nbsp; margin: 0 auto;<br>}<br><br>.block_search_404__line {<br>&nbsp; &nbsp; padding: 0.5rem 0 0.5rem 2rem;<br>&nbsp; &nbsp; width: 100%;<br>&nbsp; &nbsp; border: 1px solid #ededed; /* border color*/<br>&nbsp; &nbsp; font-size: 1rem;<br>&nbsp; &nbsp; margin-right: 2rem;<br>}<br><br>.block_search_404__line::placeholder {<br>&nbsp; &nbsp; color: #808080;<br>}<br><br>.block_search_404__btn {<br>&nbsp; &nbsp; text-transform: none;<br>&nbsp; &nbsp; min-width: 150px;<br>&nbsp; &nbsp; border: none;<br>}<br><br>@media screen and (max-width: 768px) {<br>&nbsp; &nbsp; .origami_404_block {<br>&nbsp; &nbsp; &nbsp; &nbsp; margin-top: 50px;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom: 50px;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100%;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .block_search_404__btn {<br>&nbsp; &nbsp; &nbsp; &nbsp; font-weight: normal;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .block_search_404__btn.main_btn {<br>&nbsp; &nbsp; &nbsp; &nbsp; font-size: 13px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .origami_404_block__main {<br>&nbsp; &nbsp; &nbsp; &nbsp; margin-right: 20px;<br>&nbsp; &nbsp; &nbsp; &nbsp; font-size: 160px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .origami_404_block__text {<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 170px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .block_search_404 {<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100%;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .block_search_404__line {<br>&nbsp; &nbsp; &nbsp; &nbsp; margin-right: 10px;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding-left: 10px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .origami_404 {<br>&nbsp; &nbsp; &nbsp; &nbsp; padding-bottom: 60px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .block_search_404__title {<br>&nbsp; &nbsp; &nbsp; &nbsp; font-size: 1rem;<br>&nbsp; &nbsp; &nbsp; &nbsp; font-weight: normal;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding-bottom: 10px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .origami_404_block__text_title {<br>&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom: 15px;<br>&nbsp; &nbsp; &nbsp; &nbsp; line-height: 29px;<br>&nbsp; &nbsp; }<br>}<br><br>@media screen and (max-width: 550px) {<br>&nbsp; &nbsp; .origami_404_block {<br>&nbsp; &nbsp; &nbsp; &nbsp; margin-top: 35px;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom: 35px;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100%;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding: 0 15px;<br>&nbsp; &nbsp; }<br><br><br>&nbsp; &nbsp; .origami_404_block__main {<br>&nbsp; &nbsp; &nbsp; &nbsp; margin-right: 20px;<br>&nbsp; &nbsp; &nbsp; &nbsp; font-size: 80px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .origami_404_block__text {<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 170px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .block_search_404 {<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100%;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding: 0 15px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .block_search_404__line {<br>&nbsp; &nbsp; &nbsp; &nbsp; margin-right: 10px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .origami_404 {<br>&nbsp; &nbsp; &nbsp; &nbsp; padding-bottom: 60px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .block_search_404__title {<br>&nbsp; &nbsp; &nbsp; &nbsp; font-size: 14px;<br>&nbsp; &nbsp; &nbsp; &nbsp; font-weight: normal;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .origami_404_block__text_title {<br>&nbsp; &nbsp; &nbsp; &nbsp; font-size: 17px;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom: 5px;<br>&nbsp; &nbsp; &nbsp; &nbsp; line-height: 29px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .origami_404_block__text_comment {<br>&nbsp; &nbsp; &nbsp; &nbsp; font-size: 12px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .title-search {<br>&nbsp; &nbsp; &nbsp; &nbsp; padding: 0 10px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .block_search_404__btn {<br>&nbsp; &nbsp; &nbsp; &nbsp; min-width: 40px;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 40px;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .block_search_404__btn span {<br>&nbsp; &nbsp; &nbsp; &nbsp; display: none;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; body .block_search_404__btn .site-navigation__item-icon {<br>&nbsp; &nbsp; &nbsp; &nbsp; display: block;<br>&nbsp; &nbsp; &nbsp; &nbsp; fill: #ffffff;<br>&nbsp; &nbsp; }<br>}<br><br>.product_card__block__presence_product_value_no,<br>.product_card__block__presence_product_value_little,<br>.product_card__block__presence_product_value_sufficient,<br>.product_card__block__presence_product_value_many {<br>&nbsp; &nbsp; margin-right: 5px;<br>}<br><br><br>.catalog_section_block .owl-item .product_card__block_item {<br>&nbsp; &nbsp; width: 100%;<br>}<br><br>.popup-window-message {<br>&nbsp; &nbsp; font-style: normal;<br>&nbsp; &nbsp; font-weight: normal;<br>&nbsp; &nbsp; font-size: 15px;<br>&nbsp; &nbsp; line-height: 24px;<br>}<br><br>.popup-window-hr {<br>&nbsp; &nbsp; top: 55px;<br>&nbsp; &nbsp; margin-bottom: 23px;<br>}<br><br>#sender_subscribe_component {<br>&nbsp; &nbsp; background: #F7F7F7;<br>}<br><br>.popup-window-close-icon.popup-window-titlebar-close-icon {<br>&nbsp; &nbsp; top: 23px;<br>&nbsp; &nbsp; right: 30px;<br>}<br><br>.popup-window-titlebar .popup-window-titlebar-text {<br>&nbsp; &nbsp; font-style: normal;<br>&nbsp; &nbsp; font-weight: bold;<br>&nbsp; &nbsp; font-size: 20px;<br>&nbsp; &nbsp; line-height: 26px;<br>&nbsp; &nbsp; color: #000000;<br>&nbsp; &nbsp; margin: 16px 45px 17px 30px;<br>&nbsp; &nbsp; padding: 0;<br>}<br><br>.popup-window.popup-window-content-white.popup-window-with-titlebar .popup-window-content {<br>&nbsp; &nbsp; background: #F7F7F7;<br>&nbsp; &nbsp; margin: 0 30px;<br>&nbsp; &nbsp; padding: 0;<br>}<br><br>.popup-window.popup-window-content-white.popup-window-with-titlebar .popup-window-buttons .btn {<br>&nbsp; &nbsp; display: none;<br>}<br><br>.popup-window.popup-window-content-white.popup-window-with-titlebar .popup-window-buttons .btn.btn-primary {<br>&nbsp; &nbsp; margin: 0;<br>&nbsp; &nbsp; height: 40px;<br>&nbsp; &nbsp; cursor: pointer;<br>&nbsp; &nbsp; outline: none;<br>&nbsp; &nbsp; line-height: 39px;<br>&nbsp; &nbsp; display: inline-block;<br>&nbsp; &nbsp; padding: 0 1.2rem;<br>&nbsp; &nbsp; text-decoration: none;<br>&nbsp; &nbsp; color: #fff;<br>&nbsp; &nbsp; font-size: 14px;<br>&nbsp; &nbsp; font-weight: bold;<br>&nbsp; &nbsp; width: 100%;<br>&nbsp; &nbsp; border: 1px solid var(--main-color);<br>&nbsp; &nbsp; background: var(--main-color);<br>&nbsp; &nbsp; border-radius: 0;<br>}<br><br>.popup-window.popup-window-content-white.popup-window-with-titlebar {<br>&nbsp; &nbsp; min-width: 429px;<br>&nbsp; &nbsp; background: #f7f7f7;<br>}<br><br>.popup-window.popup-window-content-white.popup-window-with-titlebar .popup-window-buttons .btn.btn-primary:hover {<br>&nbsp; &nbsp; background: var(--main-color-hover);<br>&nbsp; &nbsp; border: 1px solid var(--main-color-hover);<br>}<br><br>.popup-window.popup-window-with-titlebar .popup-window-buttons {<br>&nbsp; &nbsp; padding: 30px;<br>&nbsp; &nbsp; margin: 0;<br>}<br><br>.popup-window.popup-window-content-white.popup-window-with-titlebar .popup-window-titlebar {<br>&nbsp; &nbsp; height: 59px;<br>&nbsp; &nbsp; border-bottom: 1px solid #E5E5E5;<br>&nbsp; &nbsp; padding: 0;<br>&nbsp; &nbsp; margin-bottom: 23px;<br>}<br><br>.popup-window.popup-window-content-white.popup-window-with-titlebar.to_basket {<br>&nbsp; &nbsp; max-width: 429px;<br>&nbsp; &nbsp; min-width: 0;<br>}<br><br>.popup-window.popup-window-content-white.popup-window-with-titlebar.to_basket .popup-window-titlebar .popup-window-titlebar-text {<br>&nbsp; &nbsp; white-space: normal;<br>}<br><br>@media screen and (max-width: 429px) {<br>&nbsp; &nbsp; .popup-window .bx_subscribe_response_container {<br>&nbsp; &nbsp; &nbsp; &nbsp; min-width: 0;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100%;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .popup-window.popup-window-content-white.popup-window-with-titlebar {<br>&nbsp; &nbsp; &nbsp; &nbsp; min-width: 0;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100%;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .popup-window.popup-window-content-white.popup-window-with-titlebar .popup-window-titlebar {<br>&nbsp; &nbsp; &nbsp; &nbsp; height: auto;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; .popup-window.popup-window-content-white.popup-window-with-titlebar.to_basket {<br>&nbsp; &nbsp; &nbsp; &nbsp; max-width: 95%;<br>&nbsp; &nbsp; }<br>}<br><br>@media screen and (max-width: 452px) {<br>&nbsp; &nbsp; .sotbit_order_phone_wrapper {<br>&nbsp; &nbsp; &nbsp; &nbsp; background: #F7F7F7;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100%;<br>&nbsp; &nbsp; &nbsp; &nbsp; min-width: auto;<br>&nbsp; &nbsp; }<br>}<br><br>.popup-window-titlebar {<br>&nbsp; &nbsp; margin-bottom: 30px;<br>}<br><br>.to_basket .popup-window-message-content {<br>&nbsp; &nbsp; margin: 0;<br>&nbsp; &nbsp; padding: 0;<br>}<br><br>.sotbit_order_success_show.add-to-basket-detail .popup-window-message-content{<br>&nbsp; &nbsp; margin: 0;<br>}<br><br>body .popup-window-close-icon:after {<br>&nbsp; &nbsp; display: none;<br>}<br><br>.popup-window.popup-window-with-titlebar .popup-window-buttons .simple_btn.to_basket_btn {<br>&nbsp; &nbsp; margin: 0;<br>&nbsp; &nbsp; height: 40px;<br>&nbsp; &nbsp; cursor: pointer;<br>&nbsp; &nbsp; outline: none;<br>&nbsp; &nbsp; line-height: 39px;<br>&nbsp; &nbsp; display: inline-block;<br>&nbsp; &nbsp; padding: 0 1.2rem;<br>&nbsp; &nbsp; text-decoration: none;<br>&nbsp; &nbsp; color: #fff;<br>&nbsp; &nbsp; font-size: 14px;<br>&nbsp; &nbsp; font-weight: bold;<br>&nbsp; &nbsp; width: 100%;<br>&nbsp; &nbsp; border: 1px solid var(--main-color);<br>&nbsp; &nbsp; background: var(--main-color);<br>&nbsp; &nbsp; border-radius: 0;<br>&nbsp; &nbsp; transition: all 0.2s ease;<br>}<br><br>.popup-window.popup-window-with-titlebar .popup-window-buttons .simple_btn.to_basket_btn:hover .icon_refresh {<br>&nbsp; &nbsp; fill: var(--main-color-hover);<br>}<br><br>.help-checkout_img_full{<br>&nbsp; &nbsp; width: 100%;<br>}<br>.help-checkout_img{<br>&nbsp; &nbsp; width: 443px;<br>}<br>@media screen and (max-width: 452px) {<br>&nbsp; &nbsp; .help-checkout_img{<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100%;<br>&nbsp; &nbsp; }<br>}<br><br>.basket-block__link.basket-block__compare, .header-two__basket-compare {<br>&nbsp; &nbsp; cursor: pointer;<br>}<br><br>.subscribe-form{<br>&nbsp; &nbsp; min-width: 429px;<br>&nbsp; &nbsp; background: #f7f7f7;<br>}<br>.subscribe-form .popup-window-titlebar{<br>&nbsp; &nbsp; height: 59px;<br>&nbsp; &nbsp; border-bottom: 1px solid #E5E5E5;<br>&nbsp; &nbsp; padding: 0;<br>&nbsp; &nbsp; margin-bottom: 23px;<br>}<br>.subscribe-form .popup-window-content{<br>&nbsp; &nbsp; background: #F7F7F7;<br>&nbsp; &nbsp; margin: 0 30px;<br>&nbsp; &nbsp; padding: 0;<br>}<br><br>.subscribe-form .btn.btn-primary{<br>&nbsp; &nbsp; margin: 0;<br>&nbsp; &nbsp; height: 40px;<br>&nbsp; &nbsp; cursor: pointer;<br>&nbsp; &nbsp; outline: none;<br>&nbsp; &nbsp; line-height: 39px;<br>&nbsp; &nbsp; display: inline-block;<br>&nbsp; &nbsp; padding: 0 1.2rem;<br>&nbsp; &nbsp; text-decoration: none;<br>&nbsp; &nbsp; color: #fff;<br>&nbsp; &nbsp; font-size: 14px;<br>&nbsp; &nbsp; font-weight: bold;<br>&nbsp; &nbsp; width: 100%;<br>&nbsp; &nbsp; border: 1px solid var(--main-color);<br>&nbsp; &nbsp; background: var(--main-color);<br>&nbsp; &nbsp; border-radius: 0;<br>}<br><br>/* ==========================================================================<br>&nbsp; &nbsp;МОБИЛЬНАЯ АДАПТАЦИЯ (Сетка, Шапка, Карточка товара, Характеристики)<br>&nbsp; &nbsp;========================================================================== */<br>@media screen and (max-width: 767px) {<br>&nbsp; &nbsp; /* --- 1. БАЗОВЫЕ НАСТРОЙКИ И ШАПКА --- */<br>&nbsp; &nbsp; html body .mm-page {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; overflow: visible !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding-bottom: 85px !important;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body :is(#header-two, .header-two, #header-two.fixed, .header-two.fixed) {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; position: sticky !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; top: 0 !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; z-index: 1000 !important; /* Лестница: Шапка */<br>&nbsp; &nbsp; &nbsp; &nbsp; background-color: #ffffff;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; box-shadow: 0 2px 10px rgba(0,0,0,0.08);&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; display: block !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; transform: none !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; animation: none !important;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body .header-two__main {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; display: grid !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; grid-template-columns: 44px 1fr 44px !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; align-items: center !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; gap: 5px;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding: 5px 10px;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; min-height: 60px;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; box-sizing: border-box;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; /* ВАЖНО:<br>&nbsp; &nbsp; &nbsp; &nbsp;Скрываем все элементы шапки.<br>&nbsp; &nbsp; &nbsp; &nbsp;При добавлении новых мобильных элементов (например, поиска)&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp;обязательно добавлять их классы в блок :is(...) ниже!<br>&nbsp; &nbsp; &nbsp; &nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp;Если Safari iOS теряет шапку из-за конфликта sticky + transform (mmenu),<br>&nbsp; &nbsp; &nbsp; &nbsp;заменить sticky на fixed и добавить padding-top для контента.<br>&nbsp; &nbsp; */<br>&nbsp; &nbsp; html body .header-two__main &gt; * { display: none !important; }<br><br>&nbsp; &nbsp; html body .header-two__main :is(.header-two__main-mobile, .header-two__logo, .header-two__basket) {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; display: flex !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; justify-content: center !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; align-items: center !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body .header-two__main .header-two__logo { flex-direction: column !important; }<br>&nbsp; &nbsp; html body .header-two__main-mobile { grid-column: 1 !important; }<br>&nbsp; &nbsp; html body .header-two__logo { grid-column: 2 !important; }<br>&nbsp; &nbsp; html body .header-two__basket { grid-column: 3 !important; }<br><br>&nbsp; &nbsp; html body .header-two__logo img {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; max-height: 35px !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: auto !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; object-fit: contain !important;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body .header-two__logo p {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; font-size: 11px;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; line-height: 1.1;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; text-align: center;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; /* --- 2. ХЛЕБНЫЕ КРОШКИ --- */<br>&nbsp; &nbsp; html body :is(.bx-breadcrumb, .breadcrumb, .breadcrumbs, #navigation) {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; display: flex !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; flex-wrap: nowrap !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; overflow-x: auto !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; white-space: nowrap !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; -webkit-overflow-scrolling: touch !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; scrollbar-width: none !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding-bottom: 5px;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom: 10px;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body :is(.bx-breadcrumb, .breadcrumb, .breadcrumbs, #navigation)::-webkit-scrollbar { display: none !important; }<br><br>&nbsp; &nbsp; html body :is(.bx-breadcrumb .bx-breadcrumb-item, .breadcrumb .breadcrumb-item, .breadcrumbs .breadcrumbs-item) {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; flex: 0 0 auto !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; white-space: nowrap !important;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; /* --- 3. КАТАЛОГ: СЕТКА --- */<br>&nbsp; &nbsp; html body :is(div[data-entity="items-row"], .product_card__block_item) {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 50% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; max-width: 50% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; flex: 0 0 50% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding-left: 5px !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding-right: 5px !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom: 10px !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; box-sizing: border-box !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; display: flex !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; flex-direction: column !important;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body :is(div[data-entity="items-row"][class*="--row"], .product_card__block_item--row) {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; max-width: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; flex: 0 0 100% !important;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body div[data-entity="item"] {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; display: flex !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; flex-direction: column !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; flex-grow: 1 !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; height: auto !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; min-height: 0 !important;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body div[data-entity="item"] &gt; div {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; display: flex !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; flex-direction: column !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; flex-grow: 1 !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; height: auto !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding: 10px;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; box-sizing: border-box;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; border: 1px solid #ededed;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; border-radius: 4px;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; background: #fff;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; justify-content: flex-start !important;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body .product-card-inner__img-wrapper {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; position: relative !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; height: 130px !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; display: flex !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; align-items: center !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; justify-content: center !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin: 0 0 10px 0;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; float: none !important;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body .product-card-inner__img-link {<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100% !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; height: 100% !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; display: flex !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; align-items: center !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; justify-content: center !important;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body .product-card-inner__img-wrapper img {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; max-width: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; max-height: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: auto !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; height: auto !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; object-fit: contain !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; position: static !important;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body :is(.product-card-inner__title, .product-card-inner__info, .product-card-inner__price) {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; text-align: center !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom: 10px;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body .product-card-inner__title { display: block !important; height: auto !important; }<br>&nbsp; &nbsp; html body .product-card-inner__title-link { font-size: 12px; line-height: 1.2; }<br>&nbsp; &nbsp; html body .product-card-inner__price { margin-top: auto !important; }<br><br>&nbsp; &nbsp; html body :is(.product-card-inner__form, .product-card-inner__buttons-block, .product-card-inner__buy) {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; display: flex !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; flex-direction: column !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100% !important;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body .product-card-inner__form { align-items: center !important; margin: 0; }<br>&nbsp; &nbsp; html body :is(.product-card-inner__buttons-block, .product-card-inner__buy) { gap: 5px; }<br><br>&nbsp; &nbsp; html body .product-card-inner__counter {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; display: flex !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; justify-content: space-between !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; height: 35px !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; background: #f7f7f7;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; border-radius: 4px;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body .product-card-inner__counter input {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; background: transparent;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; border: none;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; box-shadow: none;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; text-align: center;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body .product-card-inner__counter :is(button, span) {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; height: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; display: flex !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; align-items: center !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; justify-content: center !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; border: none;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; background: transparent;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body :is([id$="_basket_actions"], .product-card-inner__in-basket, .product-card-inner__one-click-basket) {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; text-align: center !important;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; /* --- 4. КАРТОЧКА ТОВАРА: ФИКСИРОВАННАЯ НИЖНЯЯ ПАНЕЛЬ ПОКУПКИ --- */<br>&nbsp; &nbsp; html body .product_detail_info { display: flex !important; flex-direction: column !important; margin-bottom: 0; padding-bottom: 0; }<br>&nbsp; &nbsp; html body .product_detail_info &gt; div { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; padding: 0; }<br>&nbsp; &nbsp; html body .product_detail_info__buy { display: flex !important; flex-direction: column !important; width: 100% !important; margin-bottom: 0; }<br><br>&nbsp; &nbsp; html body :is(.product_detail_info_block-buy, .product_detail_info_block--fixed) {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; position: fixed !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; bottom: 0 !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; top: auto !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; left: 0 !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; right: 0 !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; z-index: 1300 !important; /* Лестница: Плашка покупки */<br>&nbsp; &nbsp; &nbsp; &nbsp; background: #ffffff;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; box-shadow: 0 -2px 15px rgba(0,0,0,0.15);&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding: 10px;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; transform: none !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; box-sizing: border-box;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; border-top: 1px solid #eaeaea;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; height: auto !important;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body .product-detail-info-block-basket {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; display: flex !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; flex-direction: column !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; background: transparent;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding: 0;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; gap: 10px;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body .product-detail-info-block__buy {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; display: flex !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; flex-direction: row !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; justify-content: space-between !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; align-items: center !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; gap: 10px;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; flex-wrap: nowrap !important;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body .product_card__block_buy_quantity {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 110px !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; flex: 0 0 110px !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; height: 44px !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; display: flex !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; background: #f7f7f7;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; border-radius: 4px;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body .product_card__block_buy_quantity input {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; height: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; background: transparent;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; border: none;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; outline: none;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; text-align: center;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; box-shadow: none;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body .product_card__block_buy_quantity span {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; height: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; display: flex !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; align-items: center !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; justify-content: center !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; border: none;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body :is(.detail-basket-wrapper, .product-detail-info-block-path-to-basket) {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; flex: 1 1 auto !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; min-width: 0 !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; height: 44px !important;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body :is(.detail-basket-wrapper .main_btn, .product-detail-info-block-path-to-basket .in_basket) {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; height: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; line-height: 44px;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; white-space: nowrap !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding: 0 10px;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; display: flex !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; justify-content: center !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; align-items: center !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; font-size: 14px;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; border-radius: 4px;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; box-sizing: border-box;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body #right_detail_card { width: 100% !important; }<br><br>&nbsp; &nbsp; /* --- ЛЕСТНИЦА Z-INDEX ДЛЯ ВИДЖЕТОВ --- */<br>&nbsp; &nbsp; html body :is(.btn_up, .go-top, .btn-up, .scroll-to-top) {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; bottom: 95px !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; z-index: 1100 !important; /* Лестница: Кнопка наверх */<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body :is(jdiv, #jivo-iframe-container, [id*="jivo"], [class*="jivo"]) {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; bottom: 85px !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom: 85px !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; z-index: 1200 !important; /* Лестница: Чат Jivo */<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; /* --- 5. КОНТАКТЫ И КАРТЫ --- */<br>&nbsp; &nbsp; html body :is(.availability-item__contact, .availability-item__time, .availability-item__metro) {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; box-sizing: border-box;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; clear: both !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; overflow-wrap: break-word !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; word-wrap: break-word !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; word-break: normal !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; hyphens: auto !important;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body :is(.availability-item__email, .availability-item__email a, .availability-item__contact-phone-item) {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; display: block !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; white-space: normal !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; overflow-wrap: break-word !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; word-wrap: break-word !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; word-break: normal !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; hyphens: auto !important;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body :is(.detailed-tabs__availability-map, .bx-yandex-view-layout, .bx-yandex-view-map, .bx-yandex-map, .bx-yandex-map ymaps) {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; max-width: 100% !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; overflow: hidden !important;&nbsp;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; /* --- 6. ХАРАКТЕРИСТИКИ ТОВАРА --- */<br>&nbsp; &nbsp; html body :is(.product-detail-info-block-property, .detailed-tabs-list__item) {<br>&nbsp; &nbsp; &nbsp; &nbsp; display: flex !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; flex-direction: row !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; justify-content: space-between !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; align-items: flex-start !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; width: 100% !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom: 12px !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding-bottom: 12px !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; border-bottom: 1px solid #eaeaea !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; clear: both !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; gap: 15px !important;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; html body :is(.property-title, .detailed-tabs-list__item-name) {<br>&nbsp; &nbsp; &nbsp; &nbsp; flex: 0 0 45% !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; min-width: 0 !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; font-weight: normal;<br>&nbsp; &nbsp; &nbsp; &nbsp; color: #888;<br>&nbsp; &nbsp; &nbsp; &nbsp; text-align: left !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; font-size: 13px;<br>&nbsp; &nbsp; &nbsp; &nbsp; line-height: 1.4;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding: 0;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body :is(.property-value, .detailed-tabs-list__item-value) {<br>&nbsp; &nbsp; &nbsp; &nbsp; flex: 1 1 auto !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; min-width: 0 !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; font-weight: 500;<br>&nbsp; &nbsp; &nbsp; &nbsp; color: #222;<br>&nbsp; &nbsp; &nbsp; &nbsp; text-align: left !important;<br>&nbsp; &nbsp; &nbsp; &nbsp; font-size: 13px;<br>&nbsp; &nbsp; &nbsp; &nbsp; line-height: 1.4;<br>&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;<br>&nbsp; &nbsp; &nbsp; &nbsp; padding: 0;<br>&nbsp; &nbsp; &nbsp; &nbsp; overflow-wrap: break-word !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; word-wrap: break-word !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; word-break: normal !important;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; hyphens: auto !important;<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; html body :is(.property-title::after, .detailed-tabs-list__item-name::after, .detailed-tabs-list__item-dots) {<br>&nbsp; &nbsp; &nbsp; &nbsp; display: none !important;<br>&nbsp; &nbsp; }<br>}