

/* Start:/local/templates/masterwatt_new/components/bitrix/catalog/catalog/style.css?17516310155653*/
.sticky-content.fixed {
    position: fixed;
    top: 131px;
    z-index: 99;
    border: 1px solid var(--clr-red);
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}
.sticky-content.fixed section {
    background: white;
    z-index: 99;
}
.sticky-content.fixed section .sort-box {
    background: #fff;
    margin: 0;
}
.sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*.sort-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}*/
.items-wrap-new {
    text-align: justify;
}
.items-wrap-new div.item-wrap {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #E7EAED;
    margin-bottom: 20px;
    padding: 15px 20px;
    height: 135px;
}
.items-wrap-new div.item-wrap:hover .cat-price {
    color: #000000;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .items-wrap-new div.item-wrap {
        padding: 15px;
        min-width: 100%;
        height: 127px;
        margin-bottom: 0;
    }
}
.items-wrap-new div.item-wrap:not(.empty):hover {
    box-shadow: 0 0 20px 0 #00000012;
}
.items-wrap-new div.item-wrap .cat-photo {
    height: 105px;
    display: inline-flex;
    width: 20.76%;
    align-items: center;
    text-align: center;
    margin-right: 4.33%;
}
.items-wrap-new div.cat-content {
    display: inline-flex;
    max-width: 68%;
    vertical-align: top;
    margin-right: 10px;
    align-items: start;
    height: 100%;
}
.items-wrap-new div.cat-content .cat-content-down {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    align-self: end;
    height: 51px;
    padding-right: 20px;
}
.second-down-wrap {
    margin-left: auto;
}
.items-wrap-new div.cat-content .cat-brand-img {
    height: 40px;
    align-self: center;
}

.items-wrap-new div.cat-content .cat-price {
    display: block;
    font-size: 100%;
    height: 53%;
    text-align: right;
    font-weight: bold;
}
.items-wrap-new div.item-wrap div.cat-title {
    line-height: 18px;
    display: flex;
    align-self: start;
    height: 39px;
    overflow: hidden;
    font-size: 15px;
}
.items-wrap-new div.item-wrap.empty {
    border: none;
    height: 0;
}
.items-wrap-new div.cat-content .cat-available {
    text-align: right;
    height: 47%;
}
.items-wrap-new div.cat-content .cat-available .available {
    color: #0a8d18;
}
.items-wrap-new div.cat-content .cat-available .not-available {
    color: #ef9100;
}
.items-wrap-new div.cat-content .cat-available .availableRes {
    color: #2556ff;
}
@media (max-width: 1024px) {
    .items-wrap-new div.cat-content div.cat-available {
        right: 10px;
    }
    .items-wrap-new div.cat-content .cat-available span {
        font-size: 11px;
    }
    .items-wrap-new div.cat-content .cat-available span br {
        display: none;
    }
    .items-wrap-new div.cat-content div.cat-price {
        margin-bottom: 20px;
        right: 10px;
        position: inherit;
    }
    .items-wrap-new div.cat-content div.cat-price span.price-value.full {
        display: none;
    }
}
@media (min-width: 1px) and (max-width: 1024px) {
    .items-wrap-new div.item-wrap div.cat-photo {
        width: 17.24%;
        align-items: start;
    }
    .items-wrap-new div.cat-content .cat-brand-img {
        margin-left: -75px;
        align-self: end;
    }
    .items-wrap-new div.cat-content .cat-content-down {
        padding-right: 0;
    }
    .items-wrap-new div.cat-content div.cat-price {
        margin-bottom: 0;
        margin-top: 20px;
    }
}
.items-wrap-new div.cat-content div.cat-price .price-value.rounded {
    display: none;
}
.not-sticky-content section .sort-box {
    margin: 0 0 22px 0;
    width: 100%;
    justify-content: space-between;
}
.not-sticky-content section .sort-box > div {
    display: inline-flex;
}
.not-sticky-content section .sort-box > div.fake-select-wrap {
    display: inline-block;
    margin-right: 20px;
    width: auto;
}
.not-sticky-content section .sort-box > div.fake-select-wrap .fake-select {
    border: none;
}
.not-sticky-content section .sort-box div.sort-items {
    margin-right: 40px;
}
.sort-box .view-type {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    width: 211px;
    margin-right: auto;
}
.sort-box .view-type a {
    display: inline-block;
    color: var(--clr-red);
    margin-right: 10px;
    font-size: 20px;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .not-sticky-content section .sort-box > div.fake-select-wrap {
        width: 70%;
    }
    .sort-box .view-type a {
        font-size: 16px;
        margin-left: 0;
        margin-right: 15px;
    }
    .sort-box .view-type {
        max-width: 50%;
    }
    .not-sticky-content section .sort-box {
        margin-bottom: 15px;
    }
}
.sort-box .view-type a div {
    margin-top: -2px;
}
.sort-box .view-type a div.unactive {
    color: #00000080;
}
div.sort-box .sort-title {
    margin-left: 30px;
    width: 122px;
}
.div-display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 600px) {
    .div-display-flex {
        display: block;
    }
}
.catalog-view-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -3px;
}
div.catalog-box .catalog-title {
    padding-left: 0;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .catalog-view-buttons {
        margin-top: 15px;
    }
    .sticky-element {
        padding: 0 15px;
    }
    div.catalog-box .catalog-title {
        padding: 0 15px;
        margin-bottom: 20px;
    }
}
/* End */


/* Start:/local/templates/masterwatt_new/components/citfact/catalog.smart.filter/.default/style.css?17516310152046*/
.frm-field-range .range-title-wrap div.range-title,
.filter-box div.filter-section-title {
    color: #000000;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}
.filter-box div.filter-section-wrap {
    border-bottom: none;
    margin-top: 25px;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .filter-box div.filter-section-wrap:first-of-type {
        margin-top: 35px;
        margin-bottom: 30px;
    }
    .filter-box div.filter-section-wrap {
        margin-top: 10px;
    }
}
.frm-field-range input.form-input {
    height: 48px;
    width: 126px;
    color: #000000B2;
    border: 1px solid #E7EAED;
}
.frm-field-range div.range-field-wrap {
    padding: 0;
    width: auto;
}
.frm-field-range div.range-fields-wrap {
    justify-content: space-between;
    width: 100%;
    margin: 20px 0 0;
}
.frm-field-range div.range-fields-wrap::before {
    width: 0;
}
div.b-range-slider {
    margin-bottom: 0;
}
.filter-box div.filter-section-title::before {
    background-image: url(/local/templates/masterwatt_new/img/icons/arrow-att-new.svg);
}
.filter-box div.filter-section-submit {
    margin-top: 20px;
}
.filter-box .filter-section-submit div.submit-button {
    height: 48px;
}
.filter-box .filter-section-submit input.btn {
    text-transform: none;
    font-size: 15px;
    height: 100%;
}
.filter-box .filter-section-submit input.btn.button-second {
    background-color: #EEEFF1;
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
.filter-box .filter-section-submit input.btn.button-second:hover {
    color: #000000;
}
.filter-closer, .filter-title {
    display: none;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .filter-closer {
        display: block;
        position: absolute;
        right: -6px;
        top: -40px;
        cursor: pointer;
        color: #bbb;
        font-size: 18px;
        padding: 10px;
    }
    .filter-title {
        display: block;
        position: absolute;
        top: -27px;
        color: #bbb;
        font-weight: 700;
    }
}
/* End */


/* Start:/local/templates/masterwatt_new/components/bitrix/catalog.section/grid/style.css?1751631015631*/
.grid-offers {
    background-color: transparent;
    margin-top: 0;
    padding-top: 0;
    justify-content: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.grid-offers .title-line {
    display: none;
}
div.title-1 {
    margin-bottom: 40px;
}
.title-1 span {
    text-transform: none;
    font-size: 42px;
}
.grid-offers .container {
    max-width: var(--max, 1480px);
}
div.b-section {
    /*height: 480px;*/
    padding: 0;
    margin-bottom: 60px;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .grid-offers {
        justify-content: space-between;
    }
}





/* End */


/* Start:/local/templates/masterwatt_new/components/bitrix/catalog.item/grid/style.css?17516310153940*/
div.b-product-card {
    padding: 15px 20px;
    width: 280px;
    display: inline-flex;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}
div.b-product-card:hover {
    box-shadow: 0 0 20px 0 #00000012;
}
div.b-product-card:nth-child(4n) {
    margin-right: 0;
}
div.b-product-card .article {
    color: #A6A4A4;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    cursor: pointer;
    max-width: 100%;
}
div.b-product-card .article:before {
    content: "";
    background-image: url(/local/templates/masterwatt_new/img/icons/copy_icon.svg);
    width: 18px;
    height: 18px;
    display: inline-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    margin-right: 10px;
    opacity: .5;
    top: -1px;
    position: relative;
}
a.b-product-card__img {
    max-height: 201px;
    max-width: 201px;
    margin: 6px auto 5px;
}
.b-product-card div.b-quality {
    margin-bottom: 5px;
    height: 20px;
}
.b-quality__title {
    font-size: 12px;
    color: #00C907;
}
div.b-product-card__title {
    height: 68px;
    font-size: 15px;
    line-height: 113%;
    margin-bottom: 13px;
    overflow: visible;
}
.b-product-card__title a {
    position: relative;
    max-height: 68px;
    display: inline-block;
    /*overflow: hidden;*/
}

/*div.b-product-card__price div.item-price-old:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #909ba8;
}*/
div.b-product-card__actions {
    height: 32px;
    margin: 15px 0 0;
}
div.b-product-card .b-count__wrap {
    width: 106px;
    background-color: #EEEFF1;
}
div.b-count {
    height: 100%;
    width: auto;
    min-width: auto;
}
button.b-count__btn {
    min-width: 37px;
}
.b-count__wrap .b-count__btn:before {
    width: 5px;
    background-color: #000000;
}
.b-count__wrap .b-count__btn.b-count__btn--plus:before {
    width: 8px;
}
.b-count__wrap .b-count__btn.b-count__btn--plus:after {
    height: 8px;
}
.b-product-card__actions .btn.btn--red {
    height: 32px;
    width: 133px;
    max-width: none;
    margin-left: 7px;
    font-weight: 500;
    background-color: var(--clr-red);
}
.b-product-card__actions .btn.btn--red:after {
    content: "В корзину";
}
.b-product-card__actions .btn.btn--red.in-basket {
    color: var(--clr-red);
    background-color: transparent;
    border: 1px solid var(--clr-red);
}
.b-product-card__actions .btn.btn--red.in-basket:before {
    content: "";
    background-image: url(/local/templates/masterwatt_new/img/icons/check.svg);
    width: 12px;
    height: 12px;
    position: absolute;
    right: 13px;
}
.b-product-card__actions .btn.btn--red.in-basket:after {
    content: "В корзине";
}
.b-count__input-wrap input.b-count__input {
    width: 34px;
    font-size: 14px;
}
.b-quality .tooltip.tooltip--top {
    font-size: 14px;
}
@media (min-width: 1px) and (max-width: 1024px) {
    div.b-product-card {
        width: 50%;
        margin: 0;
        padding: 15px;
    }
    a.b-product-card__img {
        max-height: 80px;
    }
    div.b-product-card__title {
        font-size: 12px;
        height: 43px;
        margin-bottom: 5px;
        overflow: hidden;
    }
    .b-product-card__actions .btn.btn--red {
        width: 32px;
        min-width: unset;
        margin-left: auto;
        padding: 0;
    }
    .b-product-card__actions .btn.btn--red:after {
        content: "";
        background-image: url(/local/templates/masterwatt_new/img/icons/cart-light.svg);
        width: 22px;
        height: 22px;
    }
    div.b-product-card .b-count__wrap {
        width: 92px;
    }
    button.b-count__btn {
        min-width: 30px;
    }
    .b-product-card__actions .btn.btn--red.in-basket:after {
        content: "";
    }
    .b-product-card__actions .btn.btn--red.in-basket:before {
        right: 8px;
    }
}
/* End */
/* /local/templates/masterwatt_new/components/bitrix/catalog/catalog/style.css?17516310155653 */
/* /local/templates/masterwatt_new/components/citfact/catalog.smart.filter/.default/style.css?17516310152046 */
/* /local/templates/masterwatt_new/components/bitrix/catalog.section/grid/style.css?1751631015631 */
/* /local/templates/masterwatt_new/components/bitrix/catalog.item/grid/style.css?17516310153940 */
