

/* Start:/local/templates/.default/components/bitrix/catalog.item/.default/style.css?173918995936826*/
.section-products .catalog-products-list .section-empty {
    display: block;
    position: relative;
    width: 100%;
    padding: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
}

:root {
    --tile-elements: 4;
    --tile-search-elements: 5;
}

.search-page .product-item-container,
.product-item-container {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex: 1 1 calc((100% / var(--tile-elements)) - var(--padding-tile-column));
    -ms-flex: 1 1 calc((100% / var(--tile-elements)) - var(--padding-tile-column));
    flex: 1 1 calc((100% / var(--tile-elements)) - var(--padding-tile-column));
    position: relative;
    max-width: calc((100% / var(--tile-elements)) - var(--padding-tile-column));
    min-height: max-content;
    padding: 1.2em 2em;
    margin: 0;
    border: 1px solid #cbcbcb;
    background-color: #fff;
    -webkit-border-radius: 0.67em;
    -moz-border-radius: 0.67em;
    border-radius: 0.67em;
    -webkit-transition: var(--transition-def);
    -moz-transition: var(--transition-def);
    -o-transition: var(--transition-def);
    transition: var(--transition-def);
    text-decoration: none;
}

.search-page .product-item-container {
    -webkit-flex: 1 1 calc((100% / var(--tile-search-elements)) - var(--padding-tile-column));
    -ms-flex: 1 1 calc((100% / var(--tile-search-elements)) - var(--padding-tile-column));
    flex: 1 1 calc((100% / var(--tile-search-elements)) - var(--padding-tile-column));
    max-width: calc((100% / var(--tile-search-elements)) - var(--padding-tile-column));
}

@media only screen and (max-width: 1280px) {
    :root {
        --tile-elements: 3;
    }
}

@media only screen and (max-width: 1024px) {
    :root {
        --tile-search-elements: 4;
    }
}

@media only screen and (max-width: 768px) {
    :root {
        --tile-elements: 2;
        --tile-search-elements: 3;
    }
}

@media only screen and (max-width: 640px) {
    :root {
        --tile-search-elements: 2;
    }
}

@media only screen and (max-width: 425px) {
    :root {
        --tile-elements: 1;
        --tile-search-elements: 1;
    }

    .product-item-container {
        width: 100%;
        max-width: unset;
    }
}

.product-item-info-amount-store {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--c-orange);
}

.product-item-info-amount-store.not-store {
    color: var(--c-red);
}

.product-item .product-item-info {
    height: 100%;
}

.product-item-info-container,
.product-item-container.hover {
    width: auto;
    z-index: 17;
}

.product-item-header,
.product-item-bottom,
.product-item-action-product {
    width: 100%;
}

.product-item-header {
    margin-bottom: 0.75em;
}

.product-item {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    width: 100%;
    height: 100%;
}

.product-item:hover .no-photo {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: .75;
}

.product-item-line-card .product-item {
    width: auto !important;
}

@media (max-width: 991px) {
    .product-item-line-card .product-item .col-sm-6:nth-child(2n) {
        clear: both;
    }
}

.product-item * {
    /*transition: opacity 300ms ease;*/
}

@media (max-width: 767px) {
    .product-item-line-card .product-item .col-xs-12:nth-child(2n) {
        clear: both;
    }
}

.product-item .favorite-block {
    position: absolute;
    top: -0.5em;
    right: -1.25em;
    z-index: 20;
    /*padding: 1.2em 2em;*/
}

.product-item .product-item-favorite {
    position: relative;
    top: 0;
    right: 0;
    width: 18px;
    height: 16px;
    margin-right: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 20;
}

.product-item .product-item-favorite:before {
    content: 'и';
    font-family: var(--f-icon);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    color: #cbcbcb;
    font-size: clamp(14px, 1.56vw, 16px);
    font-weight: 500;
    -webkit-transition: var(--transition-def);
    -moz-transition: var(--transition-def);
    -o-transition: var(--transition-def);
    transition: var(--transition-def);
    /*background: url('/local/templates/.default/components/bitrix/catalog.item/.default/images/favorite.svg') no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;*/
}

.product-item .product-item-favorite:hover:before {
    color: var(--c-orange);
}

.product-item .product-item-favorite.product-item-favorite-checked:before {
    color: var(--c-orange);
}

/*Image*/
.product-item .no-photo {
    display: block;
    background: url('/local/templates/domknigi_1.0/images/logo.svg') no-repeat center;
    -webkit-background-size: 90%;
    -moz-background-size: 90%;
    background-size: 90%;
    color: transparent;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
}

.product-item-image-wrapper {
    display: block;
    position: relative;
    margin-bottom: 15px;
    /*padding-top: 280px;*/
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.product-item-image-wrapper:hover {
}

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
    padding-top: 54%;
}

.product-item-image-original,
.product-item-image-alternative {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 300ms linear;
}

.product-item-image-original {
    z-index: 11;
}

.product-item-image-original .product-item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-item-image-alternative {
    z-index: 13;
    opacity: 0;
}

.product-item-big-card .product-item-image-wrapper {
    margin-bottom: 25px;
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
    position: relative;
}

.product-item-label-ring span {
    /*display: inline-block;*/
    font-size: clamp(10px, 0.75em, 12px);
    font-weight: bold;
    color: var(--c-orange);
    text-decoration-line: line-through;
    text-transform: uppercase;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
    background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > div {
    line-height: 0;
}

/* TEXT */
.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
    padding: 5px 12px;
    font-size: 16px;
    line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 5px 17px;
    font-size: 22px;
    line-height: 33px;
}

@media (max-width: 767px) {
    .product-item-label-text > div {
        line-height: 0;
    }

    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
        margin-bottom: 1px;
        padding: 2px 7px;
        font-size: 10px;
        line-height: 14px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-small span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 16px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-big span {
        padding: 3px 12px;
        font-size: 20px;
        line-height: 25px;
    }
}

/*RING*/
.product-item-label-ring {

}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    display: inline-block;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {

}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {

}

.product-item-big-card .product-item-label-ring.product-item-label-big {

}

.btn.btn-yellow.product-item-label-discount {
    position: absolute;
    top: 20px;
    left: 20px;
    width: auto;
    height: 18px;
    min-width: unset;
    min-height: unset;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: var(--transition-def);
    -moz-transition: var(--transition-def);
    -o-transition: var(--transition-def);
    transition: var(--transition-def);
    z-index: 10;
}

/*.btn.btn-yellow.product-item-label-discount:hover {
    background: -webkit-linear-gradient(90deg, var(--c-light-green) 0%, var(--c-green) 50%, #259231 100%);
    background: -moz-linear-gradient(90deg, var(--c-light-green) 0%, var(--c-green) 50%, #259231 100%);
    background: -o-linear-gradient(90deg, var(--c-light-green) 0%, var(--c-green) 50%, #259231 100%);
    background: linear-gradient(90deg, var(--c-light-green) 0%, var(--c-green) 50%, #259231 100%);
    -webkit-transition: var(--transition-def);
    -moz-transition: var(--transition-def);
    -o-transition: var(--transition-def);
    transition: var(--transition-def);
}*/

.product-item-label-discount .label-sale {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

@media (max-width: 767px) {
    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {

    }

    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {

    }

    .product-item-big-card .product-item-label-ring.product-item-label-big {

    }
}

.product-item-label-top {
    top: -5px;
}

.product-item-label-center {
    left: 50%;
    transform: translateX(-50%);
}

.product-item-label-center > div {
    text-align: center;
}

.product-item-label-left {
    /*left: -5px;*/
}

.product-item-label-left > div {
    text-align: left;
}

.product-item-label-bottom {
    /*bottom: -5px;*/
}

.product-item-label-middle {
    /*top: 50%;
    transform: translateY(-50%);*/
}

.product-item-label-right {
    /*right: -5px;*/
}

.product-item-label-right > div {
    text-align: right;
}

.product-item-label-center.product-item-label-middle {
    transform: translateY(-50%) translateX(-50%);
}

.product-item-article {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--c-gray);
}

.product-item-article span {
    font-weight: 500;
}

/*Title*/
.product-item-title {
    width: 100%;
    margin-bottom: 0.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.product-item-container .product-item-title:hover a {
    color: var(--c-green);
}

.product-item-container.hover .product-item-title {
    /*overflow: auto;*/
    overflow: hidden;
    white-space: normal;
}

.product-item-container .product-item-title a {
    display: block;
    font-size: clamp(14px, 1em, 16px);
    font-weight: 600;
    text-decoration: none;
}

.product-item-big-card .product-item-title a {
    font-size: 21px;
}

.product-item-line-card .product-item-title a {
    font-size: 20px;
}

.product-item-author {
    font-size: clamp(10px, 0.75em, 12px);
    font-weight: 500;
    color: var(--c-gray);
}

/*Price*/
.product-item-price {
    margin-bottom: 0.75em;
}

.product-item-price-container {
    /*margin: 5px 0 10px;*/
}

.empty-price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
}

.product-item-price-current,
.product-item-price-old {
    display: inline-block;
    white-space: nowrap;
    font-size: clamp(14px, 1em, 16px);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.product-item-price-current {
    margin-right: 0.5em;
}

.product-item-price-old {
    display: inline-block;
    margin-right: 0.25em;
    font-size: clamp(10px, 0.75em, 12px);
    color: #7e7e7e;
    text-decoration-line: line-through;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
    vertical-align: middle;
    line-height: 20px;
}

.product-item-big-card .product-item-price-container {
    margin: 0 0 10px;
}

.product-item-big-card .product-item-price-current {
    font-size: 18px;
}

.product-item-big-card .product-item-price-old {
    font-size: 15px;
}

/*Info*/
.product-item-line-card .product-item-info-container {
    text-align: center;
}

.product-item-info-container {

}

.product-item-info-container-title {

}

.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
    display: block;
    opacity: 1;
}

.product-item-container .product-item-info-container[data-entity='props-block'] {

}

.product-item-container .product-item-info-container[data-entity='price-block'] {

}

.product-item-container .product-item-info-container[data-entity='buttons-block'] {
    display: inline-block;
    position: relative;
    width: 100%;
    max-height: 40px;

}

.product-item-container .product-item-info-container.empty-price[data-entity='price-block'] {

    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    order: -1;
}

.product-item-container .product-item-info-container[data-entity='quantity-block'] {
    margin: 0;
    display: inline-block;
}

.product-item-container .product-item-info-container[data-entity='favorite-block'] {
    display: inline-block;
}

/*Amount*/
.product-item-amount {

}

.product-item-amount-field-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    min-width: auto;
    margin-right: 0;
}

.product-item-amount-field-btn {

}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    position: absolute;
    display: inline-block;
    width: 13px;
    top: 50%;
    height: 100%;
    font-size: 13px;
    font-weight: bold;
    color: var(--c-def);
    text-align: center;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.product-item-amount-field-btn-plus {
    right: 9px;
}

.product-item-amount-field-btn-minus {
    left: 9px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
    color: var(--c-light-teal);
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
    /*font-family: nx, Arial, Helvetica, sans-serif;*/
    position: absolute;
    top: -webkit-calc(50% + 1px);
    top: -moz-calc(50% + 1px);
    top: calc(50% + 1px);
    bottom: 0;
    color: var(--c-dark-teal);
    -webkit-transition: var(--transition-def);
    -moz-transition: var(--transition-def);
    -o-transition: var(--transition-def);
    transition: var(--transition-def);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: .3 !important;
    cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover:after {
    color: var(--c-dark-teal);
}

.product-item-amount-field-btn-plus:after {
    content: '+';
    right: 0;
}

.product-item-amount-field-btn-minus:after {
    content: '-';
    left: 0;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
    color: var(--c-light-teal);
}

.product-item-amount .product-item-amount-field {
    display: inline-block;
    width: 65px;
    height: 31px;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    min-width: unset;
    vertical-align: middle;
    text-align: center;
    border: 1px solid var(--c-def);
    border-color: rgba(41, 49, 51, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.product-item-amount-field:focus {
    outline: none !important;
}

.product-item-amount-description-container {
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
    display: block;
}

.product-item-big-card .product-item-amount-field-container {
    text-align: left;
}

.product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item-amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}

/**/
.product-item-quantity {
    color: #333;
    font-weight: normal;
    font-size: 12px;
}

/*Properties */
.product-item-properties {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--c-gray);
}

.product-item-properties dl {
    clear: both;
}

.product-item-properties dt,
.product-item-properties dd {
    float: left;
    margin: 0;
}

.product-item-properties dt {
    clear: both;
    margin-right: 5px;
    font-weight: normal;
}

.product-item-properties dd {
    font-weight: 500;
}

/*Compare*/
.product-item-compare-container {
    position: relative;
    display: none;
    margin: 0 -15px;
    padding: 4px 15px;
    min-height: 30px;
    border-top: 1px solid #e6e6e6;
    background: #f3f3f3;
    box-shadow: inset 0 1px 1px 0 #eee;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
    margin: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    text-align: center;
}

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container {
    display: block;
}

.product-item-compare .checkbox {
    margin: 0;
    padding: 0;
}

/* SCU */
.product-item-scu-container {
    padding: 0 0 2px;
}

.product-item-scu-container-title {
    color: #333;
    font-size: 12px;
}

.product-item-scu-block {
}

.product-item-scu-list {
    margin: 0;
}

.product-item-scu-item-list {
    overflow: hidden;
    margin: 0 0 0 -2px;
    padding: 0;
    list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    /* float: left; */
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
}

.product-item-scu-item-text-container {
    min-width: 32px;
}

.product-item-scu-item-color-container {
    max-width: 38px;
    width: 25%;
}

.product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-width: 2px;
}

.product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
    position: relative;
    padding: 0 5px;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
}

.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: '';
}

@media (max-width: 991px) {
    .product-item-line-card .product-item-scu-container-title {
        text-align: center;
    }

    .product-item-line-card .product-item-scu-item-list {
        text-align: center;
    }

    .product-item-line-card .product-item-scu-item-color-container,
    .product-item-line-card .product-item-scu-item-text-container {
        display: inline-block;
        float: none;
    }
}

/*Description*/
.product-item-description-container {
}

.product-item-description-container p {
    color: #575757;
    font-size: 13px;
}

/*Buttons*/
.product-item-button-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.product-item-button-container .wrap-buttons {
    width: 100%;
}

.product-item-button-container .btn.btn-basket,
button.btn.btn-sm,
.btn.btn-sm {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 31px;
    min-height: 31px;
    min-width: unset;
    font-size: clamp(12px, 1em, 15px);
    font-weight: 600;
}

.product-item-button-container .btn.btn-basket.btn-disabled {
    margin-right: 0;
}

.product-item-button-container .btn-basket.in-basket,
.product-item-button-container .btn-basket.in-basket-max,
.product-item-button-container .btn-basket.in-basket-max:hover {
    background-color: var(--c-orange);
    border: 1px solid var(--c-orange);
    color: #fff;
}

.product-item-button-container .btn-basket.in-basket:hover {
    background-color: #fff;
    color: var(--c-orange);
}

.product-item-button-container .btn-basket .count {
    display: none;
    /*content: '';
    position: absolute;
    top: -5px;
    right: -16px;
    width: 23px;
    height: 23px;
    background-color: var(--c-yellow);
    border: 2px solid #fff;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    line-height: 2;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: var(--transition-def);
    -moz-transition: var(--transition-def);
    -o-transition: var(--transition-def);
    transition: var(--transition-def);
    z-index: 10;*/
}

.product-item-button-container .btn-basket:hover .count {

}
.product-item-button-container .btn-basket.btn-disabled .count {
    background-color: var(--c-mid-gray);
}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round {
    display: none;
}

/*More*/
.product-item-more-container {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 15px 15px 5px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: all 300ms ease;
}

.product-item-more-wrapper {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-top: 116%;
    width: 100%;
}

.product-item-more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
    background-size: 50%;
    opacity: .7;
    transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-more {
    opacity: 1;
}

.product-item-more-title {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.product-item .product-item-action-user,
.product-item .product-item-action-product {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.product-item .product-item-action-user {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}



@media only screen and (min-width: 500px) {
    .view-mode-list .product-item-container:before,
    .view-mode-sm-list .product-item-container:before {
        content: '';
        position: absolute;
        top: 0;
        right: -30px;
        bottom: 0;
        left: -30px;
        -webkit-transition: var(--transition-def);
        -moz-transition: var(--transition-def);
        -o-transition: var(--transition-def);
        transition: var(--transition-def);
        z-index: -1;
    }

    .view-mode-list .product-item-container:hover:before,
    .view-mode-sm-list .product-item-container:hover:before {
        background-color: #fff;
    }

    .view-mode-list .product-item-container:hover,
    .view-mode-sm-list .product-item-container:hover {
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
    }
}

/* SLIDER */
.catalog-top .product-item .product-item-slider,
.catalog-products-list .product-item .product-item-slider,
.slider-box .product-item-container .product-item .product-item-slider {
    /*max-height: 260px;*/
    max-height: 215px;
    margin-bottom: 1em;
    overflow: hidden;
}

.product-item-slider .gallery-item {
    display: block;
    width: auto;
    height: 215px;
}

.main .product-item-slider img,
.main .slick-slide img {
    width: 100%;
    height: 215px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-item .slick-dots {
    bottom: 10px;
}

.product-item .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 3px;
}

.product-item .slick-dots li button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--c-light-gray);
}

.product-item .slick-dots li.slick-active button,
.product-item .slick-dots li:hover button {
    background-color: var(--c-green);
}

.product-item .slick-dots li button:before {
    content: none;
}

.product-item .compare-block {
    margin-right: 6px;
}

.product-item .product-item-compare {
    position: relative;
    /*overflow: hidden;*/
    display: block;
    width: 19px;
    height: 16px;
    top: 0;
    left: 0;
    margin-right: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid var(--c-def);
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 20;
}

.product-item .product-item-compare .count {
    content: '';
    position: absolute;
    top: 1px;
    right: -12px;
    width: 24px;
    height: 24px;
    background-color: var(--c-green);
    font-size: 12px;
    color: #fff;
    line-height: 2;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: var(--transition-def);
    -moz-transition: var(--transition-def);
    -o-transition: var(--transition-def);
    transition: var(--transition-def);
    z-index: 10;
}

.product-item .product-item-compare .count {
    right: 0;
}

.product-item .product-item-compare:before {
    font-family: var(--f-icon);
    position: absolute;
    top: 50%;
    left: 5px;
    font-size: 8px;
    font-weight: bold;
    color: var(--c-def);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition-def);
    -moz-transition: var(--transition-def);
    -o-transition: var(--transition-def);
    transition: var(--transition-def);
    text-indent: 0;
    z-index: 10;
}

.product-item .product-item-compare:hover,
.product-item .product-item-compare.product-item-compare-checked {
    border: 1px solid var(--c-green);
}

.product-item .product-item-compare:hover:before,
.product-item .product-item-compare.product-item-compare-checked:before {
    color: var(--c-green);
}

.product-item .product-item-compare:before {
    content: 'ш';
}



/* IS_CATALOG */
.btn-request-item {
    width: 100%;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.top/domknigi_1.0_catalog.top.slider_1.0/section/style.css?17416924882952*/
.catalog-top {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 2.5em;
}

.catalog-top.interesting-products {
    padding: 2em 0 2.5em;
}

.catalog-top hr {
    position: relative;
    left: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0;
    background-color: var(--c-light-gray);
    border: none;
}

.catalog-top hr.top {
    margin: 0 0 2em;
}

.catalog-top hr.bottom {
    margin: 2.5em 0 0;
}

.catalog-top.products-viewed {
    margin: 0 auto -4em;
    padding: 2.25em 0 2.25em;
    border-top: none;
}

.catalog-top .slider-title {
    margin: 0 0 0.85em;
}

.catalog-top.products-viewed .slider-title {
    text-align: center;
    font-size: clamp(14px, 1.25em, 18px);
}

.slider-box {
    width: calc(100% + 1em);
    margin: 1em -0.5em 1px;
    padding: 0;
}

.slider-box .product-item-container {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    /*min-height: 391px;*/
    margin: 0 0.5em;
}

.slider-box .product-item-container:nth-of-type(2n),
.slider-box .product-item-container:nth-of-type(3n),
.slider-box .product-item-container:nth-of-type(4n) {
    margin-right: 0.5em;
}

/*.slider-box .product-item {}*/

.slider-box .slick-slide {
    min-width: unset;
    margin: 0 0.5em;
}

.slider-box .product-item-slider img {
    width: 100%;
}

.slider-box .slick-prev,
.slider-box .slick-next {
    font-family: var(--f-icon);
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 12px;
    height: 21px;
    padding: 0;
    border: none;
    font-size: 1.5em;
    color: var(--c-orange);
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.slider-box .slick-prev {
    left: -15px;
}

.slider-box .slick-next {
    right: -15px;
}

.slider-box.slick-slider .slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.slider-box .slick-slide {
    height: auto;
}

.slider-box.slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto;
}

.slider-box .product-item-container {
    height: 100%;
}

@media only screen and (max-width: 1280px) {
    .catalog-top {
        width: 100%;
    }

    .slider-box .slick-slide {
        max-width: unset;
    }
}

@media only screen and (max-width: 1024px) {
    .catalog-top {
        padding: 0 var(--padding-def) 2.5em;
    }

    .slider-box .slick-prev {
        left: 15px;
    }

    .slider-box .slick-next {
        right: 15px;
    }
}

@media only screen and (max-width: 640px) {
    .slider-box .slider-box-container {
        max-width: unset;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.item/.default/style.css?173918995936826 */
/* /local/templates/.default/components/bitrix/catalog.top/domknigi_1.0_catalog.top.slider_1.0/section/style.css?17416924882952 */
