

/* Start:/local/templates/.default/components/bitrix/catalog/domknigi_1.0_catalog_1.0/style.css?1732286194757*/
.catalog-outer-wrap .count-elements {
    color: #9aa4a7;
    font-size: 11px;
    font-weight: 600;
    vertical-align: super;
}

.catalog-outer-wrap .catalog-outer-filter {
    width: 100%;
    margin-bottom: 1em;
}

.catalog-outer-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}

.catalog-outer-wrap .catalog-sections {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.catalog-sections {
    margin-bottom: 4em;
}

@media only screen and (max-width: 1024px) {
    .catalog-outer-wrap,
    .catalog-outer-wrap .catalog-sections {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/domknigi_1.0_catalog_1.0/bitrix/catalog.element/.default/style.css?174119688239466*/
.catalog-element {
    width: 100%;
    position: relative;
    margin-bottom: 4em;
    padding: 4em 2em 4em 3em;
    background: #fff;
    -webkit-border-radius: 0.67em;
    -moz-border-radius: 0.67em;
    border-radius: 0.67em;
}

.product-item-detail .product-item-detail-main-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
}

/* Sidebar */
.product-item-detail-additional-info {
    width: 100%;
    padding: 0;
}

.product-item-additional-properties {
    width: 100%;
}

.product-item-additional-properties .props-item {

}


.product-item-additional-properties .product-item-detail-amount-store {
    font-size: 24px;
    font-weight: bold;
    color: #00987d;
    margin-bottom: 50px;
}

.product-item-additional-properties .product-item-detail-amount-store a {
    color: #00987d;
    border-bottom: 1px dashed #00987d;
}

.product-item-detail-info-container-title {

}

.product-item-detail-info-block {
    width: 100%;
    max-width: 400px;
    margin-right: 1.25em;
}

.product-item-detail-pay-block {
    position: relative;
    width: 100%;
    max-width: 350px;
    padding: 2em 2em 4em;
    background: var(--c-lighter-gray);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.catalog-element .product-item-info-container {
    margin-bottom: 0;
}

.catalog-element .product-item-action-product {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 1em;
}

/*Delivery*/
.delivery-list {
    position: relative;
    width: 100%;
    margin-top: 1.25em;
    padding-top: 1.85em;
    border-top: 1px solid #cbcbcb;
}

.delivery-list .delivery-item {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 2em;
}

.delivery-list .delivery-item:last-child {
    margin-bottom: 0;
}

.delivery-item .delivery-info {
    width: 100%;
}

.delivery-item .delivery-icon {
    width: 100%;
    height: 100%;
    max-width: 40px;
    margin-right: 0.75em;
}

.delivery-item .delivery-title {
    width: 100%;
    margin-bottom: 0.25em;
    font-size: clamp(12px, 1em, 15px);
    font-weight: 500;
}

.delivery-item .delivery-date,
.delivery-item .delivery-store {
    font-size: clamp(10px, 0.9em, 13px);
    font-weight: 500;
}

.delivery-item .delivery-date {
    margin-right: 0.5em;
    color: #7e7e7e;
    /*color: var(--c-gray);*/
}

.delivery-item .delivery-store {
    color: var(--c-orange);
    text-decoration: none;
}

.delivery-item .delivery-store:hover {
    text-decoration: underline;
}

/*Compare*/
.product-item-detail-compare-container {
    position: relative;
    margin: 0 -20px;
    padding: 4px 15px;
    min-height: 30px;
    border-top: 1px solid #e4e4e4;
    background: #f3f3f3;
    box-shadow: inset 0 1px 1px 0 #eee;
    color: #4e4e4e;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
}

.product-item-detail-compare .checkbox {
    margin: 0;
    padding: 0;
}

.compare-props {

}

/* Price */
.product-item-detail-price {
    width: 100%;
    margin-bottom: 1em;
}

.product-item-detail-price-current,
.product-item-detail-price-old {

}

.product-item-detail-price-current {
    font-size: clamp(18px, 2em, 33px);
    font-weight: 600;
}

.product-item-detail-price-current span {

}

.product-item-detail-price-old {
    font-size: clamp(13px, 1em, 15px);
    font-weight: 600;
    color: #7e7e7e;
    /*color: var(--c-gray);*/
    -webkit-text-decoration-line: line-through;
    -moz-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

/* 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 {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
    vertical-align: middle;
}

.product-item-scu-item-text-container {
    min-width: 48px;
}

.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;
    overflow: hidden;
    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: "";
}

.product-item-selected-scu-container {
    word-spacing: 1px
}

.product-item-selected-scu {
    display: inline-block;
    overflow: hidden;
    padding: 0 5px;
    min-width: 22px;
    height: 22px;
    outline: 1px solid #c0cfda;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 22px;
}

.product-item-selected-scu-color {
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

/*Amount*/
.product-item-amount {
    margin-right: 20px;
}

.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;
}

/*Buy button*/
.product-item-detail-pay-block [data-entity='main-button-container'] {
    display: inline-block;
    position: relative;
    margin-right: 0.6em;
    width: 100%;
}

.site-shop .btn.product-item-detail-buy-button {
    width: auto;
    min-width: clamp(220px, 36.5vw, 280px);
    min-height: clamp(39px, 7.5vw, 58px);
    margin-right: 10px;
    text-transform: none;
    text-decoration: none;
    outline: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
    /*margin: 0;*/
}

.btn.product-item-detail-buy-button:before {
    /*font-family: var(--f-icon);
    content: 'п';
    position: absolute;
    top: 7px;
    left: 50%;
    font-size: 20px;
    color: var(--c-light-teal);
    -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;
    background-image: url('/local/templates/.default/components/bitrix/catalog/domknigi_1.0_catalog_1.0/bitrix/catalog.element/.default/images/basket.svg');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: center;*/
}

.btn.product-item-detail-buy-button .count {
    display: none;
    /*content: '';
    position: absolute;
    top: -8px;
    right: -23px;
    width: 30px;
    height: 30px;
    background-color: var(--c-yellow);
    border: 2px solid #fff;
    font-size: 13px;
    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;*/
}

.btn.product-item-detail-buy-button.btn-disalbed .count {
    background-color: var(--c-gray);
}

.btn.product-item-detail-buy-button.btn-basket:hover:before {
    color: #fff;
}

.btn.product-item-detail-buy-button.btn-basket.in-basket {
    width: 100%;
}

.btn.product-item-detail-buy-button.btn-basket.in-basket,
.btn.product-item-detail-buy-button.btn-basket.in-basket-max,
.btn.product-item-detail-buy-button.btn-basket.in-basket-max:hover {
    background-color: var(--c-orange);
    border: 1px solid var(--c-orange);
    color: #fff;
}

.btn.product-item-detail-buy-button.btn-basket.in-basket:hover {
    background-color: #fff;
    color: var(--c-orange);
}

/* Store */
.product-item-detail-amount-store {
    position: relative;
    font-size: clamp(11px, 0.9em, 13px);
    font-weight: 500;
}

.product-item-detail-amount-store a {
    margin-left: 0.5em;
    color: var(--c-orange);
    text-decoration: none;
}

.product-item-detail-amount-store a:hover {
    text-decoration: underline;
}

.product-item-detail-amount-store:before {
    content: 'У';
    font-family: var(--f-icon);
    position: relative;
    top: 6px;
    left: 5px;
    z-index: 5;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 0.75em;
    color: var(--c-orange);
    font-size: clamp(8px, 0.75em, 12px);
    font-weight: 300;
    -webkit-transition: var(--transition-def);
    -moz-transition: var(--transition-def);
    -o-transition: var(--transition-def);
    transition: var(--transition-def);
}

.product-item-detail-amount-store:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 23px;
    height: 23px;
    border: 1px solid var(--c-orange);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Slider */
.product-item-detail-slider-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 282px;
    /*max-height: 430px;*/
    margin-right: 2.5em;
    background: transparent;
    overflow: hidden;
    float: left;
}

.product-item-detail-slider-container.slider-single {
    max-width: 492px;
}

.slider-single .wrap-gallery-slider {
    margin-left: 0;
}

.product-item-detail-slider-images-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-item-detail-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
    z-index: 10;
    opacity: 1;
}

.product-item-detail-slider-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    outline: 1px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 180;
    height: 3px;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
    padding: 10px 0;
    text-align: center;
}

.product-item-detail-slider-controls-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 65px;
    height: 65px;
    outline: 1px solid #c0cfda;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.product-item-detail-slider-controls-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 65px;
    max-height: 65px;
    width: auto;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
}

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    animation-name: imgPopupShow;
    animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
    right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    width: calc(100% - 150px);
    transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 20px;
    border-left: 1px solid #d3d3d3;
    background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: block;
    margin-bottom: 20px;
}

/*Label*/
.catalog-element .product-item-label-text,
.catalog-element .product-item-label-ring {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 36px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    z-index: 5;
}

.catalog-element .product-item-label-ring.btn.btn-yellow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: initial;
}

.catalog-element .product-item-label-ring span {
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}

.catalog-element .product-item-label-ring .label-sale:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHZpZXdCb3g9IjAgMCAyMSAyMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7c3Ryb2tlLXdpZHRoOjB9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTEwLjEyIDIyYy0uNTctLjE1LS45OC0uNTMtMS4zOC0uOTMtLjI2LS4yNi0uNTMtLjUyLS43OS0uNzgtLjIyLS4yMi0uNDUtLjMyLS43Ny0uMjYtLjU1LjEtMS4xMS4xNi0xLjY3LjIzLTEuMTQuMTUtMi4wNS0uNTUtMi4yNC0xLjctLjA4LS41My0uMTktMS4wNS0uMjctMS41OGEuODI0LjgyNCAwIDAgMC0uNDctLjY0Yy0uNDktLjI1LS45Ny0uNTEtMS40NS0uNzdDLjQgMTUuMTguMDIgMTQuNjEgMCAxMy44MWMwLS4zMy4wOS0uNjMuMjMtLjkzLjI0LS40OS40OC0uOTkuNzItMS40OC4xMy0uMjQuMTMtLjU0IDAtLjc4LS4yNC0uNDgtLjQ4LS45OC0uNzEtMS40Ni0uNTItMS4wOC0uMTgtMi4xNC44Ny0yLjcxLjQ2LS4yNS45MS0uNSAxLjM4LS43My4zMi0uMTYuNDctLjQuNTMtLjc0LjEtLjYyLjE4LTEuMjUuMzQtMS44NS4yNC0uODkgMS4xNS0xLjQ5IDIuMDYtMS4zNy41OS4wOCAxLjE4LjE1IDEuNzcuMjUuMjkuMDUuNTEtLjAzLjcyLS4yMy40MS0uNC44MS0uODEgMS4yMy0xLjE5Ljg2LS43OCAxLjg2LS43OCAyLjcyIDAgLjQxLjM3LjguNzcgMS4yIDEuMTYuMjIuMjIuNDUuMzEuNzcuMjYuNTUtLjEgMS4xMS0uMTUgMS42Ny0uMjQuOTktLjE2IDIuMDQuNDggMi4yMyAxLjY5LjA4LjUzLjE5IDEuMDYuMjcgMS41OC4wNS4zMS4yLjUyLjQ4LjY2LjQ5LjI1Ljk3LjUxIDEuNDUuNzcuNjkuMzggMS4wNi45NSAxLjA4IDEuNzUgMCAuMzMtLjA5LjYzLS4yNC45My0uMjQuNDktLjQ4Ljk5LS43MiAxLjQ4LS4xMy4yNC0uMTMuNTQgMCAuNzguMjUuNDkuNDguOTkuNzIgMS40OC41IDEuMDUuMTcgMi4xMS0uODUgMi42Ny0uNDYuMjYtLjkyLjUxLTEuNC43NC0uMzMuMTctLjQ5LjQxLS41NS43OC0uMS42LS4xNyAxLjIyLS4zMyAxLjgxLS4yNS45MS0xLjEzIDEuNS0yLjA3IDEuMzgtLjYyLS4wOC0xLjI0LS4xNy0xLjg2LS4yNi0uMjUtLjAzLS40NC4wNy0uNjEuMjMtLjI4LjI3LS41Ni41NS0uODQuODMtLjQuNDEtLjgxLjc4LTEuMzguOTNoLS43N1ptLTIuODMtMy4zMmMuNjEuMDEgMS4wNy4xOSAxLjQ2LjU2LjQuMzkuOC43NyAxLjIgMS4xNi40MS40LjcxLjQgMS4xMiAwIC40MS0uNC44MS0uOCAxLjIzLTEuMTkuNC0uNC45Ni0uNTkgMS41Mi0uNTIuNjEuMDcgMS4yMS4xNyAxLjgxLjI1LjQzLjA2LjcxLS4xMy43OS0uNTUuMS0uNTYuMjEtMS4xMi4zLTEuNjkuMTEtLjY4LjQ2LTEuMTcgMS4wNi0xLjQ5bDEuNDctLjc4Yy40Ny0uMjYuNTYtLjU0LjMzLTEuMDMtLjIzLS40Ny0uNDUtLjk0LS42OS0xLjQtLjMzLS42Ni0uMzQtMS4zMSAwLTEuOTcuMjQtLjQ3LjQ2LS45My42OS0xLjQuMjQtLjUuMTUtLjc4LS4zNC0xLjA0bC0xLjQ3LS43OGMtLjU5LS4zMi0uOTMtLjgxLTEuMDQtMS40OC0uMDktLjU3LS4xOS0xLjEzLS4zLTEuNjktLjA4LS40Mi0uMzYtLjYyLS43OC0uNTYtLjUyLjA4LTEuMDQuMTQtMS41Ni4yMy0uNzUuMTMtMS4zOS0uMDYtMS45My0uNjEtLjM2LS4zNy0uNzMtLjcyLTEuMS0xLjA4LS40LS4zOS0uNy0uMzktMS4xMSAwLS40MS40LS44Mi44MS0xLjI0IDEuMjEtLjQuMzktLjk1LjU4LTEuNTEuNTEtLjYxLS4wNy0xLjIyLS4xNy0xLjg0LS4yNi0uNDItLjA2LS43LjE0LS43OC41Ni0uMS41Ni0uMiAxLjExLS4yOSAxLjY3LS4xMS42OC0uNDYgMS4xOS0xLjA3IDEuNTEtLjQ5LjI2LS45OC41Mi0xLjQ3Ljc5LS40Ni4yNS0uNTUuNTQtLjMyIDEuMDEuMjIuNDUuNDMuOS42NiAxLjM1LjM3LjcxLjM4IDEuNCAwIDIuMTEtLjI0LjQ2LS40Ny45My0uNjkgMS40LS4xOS40Mi0uMS43LjMuOTMuMS4wNi4yLjExLjMuMTYuMzUuMTkuNy4zOSAxLjA2LjU2Ljc2LjM2IDEuMTYuOTUgMS4yNiAxLjc4LjA3LjUxLjE3IDEuMDEuMjYgMS41Mi4wNy4zNi4zNS41OC42OC41NS4xMi0uMDEuMjQtLjA0LjM2LS4wNWwxLjY2LS4yM1oiIGNsYXNzPSJjbHMtMSIvPjxwYXRoIGQ9Ik0xNS4zMSA2LjhjMCAuMTUtLjA1LjMtLjE0LjQzLS4wNC4wNi0uMDkuMTEtLjE0LjE2TDYuOSAxNS41N2MtLjEzLjEzLS4yNi4yNC0uNDUuMjdhLjYyMy42MjMgMCAwIDEtLjY0LS4yNi42MTcuNjE3IDAgMCAxLS4wMy0uNzFjLjA1LS4wOS4xMi0uMTYuMTktLjIzIDIuNzEtMi43MyA1LjQyLTUuNDUgOC4xMy04LjE4LjE4LS4xOC4zNy0uMzEuNjQtLjI4LjMzLjA0LjU3LjMxLjU3LjYyWm0tOS42Ni44MmMuMDMtMS4zNSAxLjA3LTIuMzYgMi40My0yLjMzIDEuMjEuMDMgMi4yOCAxLjEzIDIuMjIgMi40NS0uMDUgMS4yMS0xLjEzIDIuMjctMi4zNiAyLjI0LTEuMjctLjAyLTIuMzItMS4xMS0yLjMtMi4zN1ptMi4zMiAxLjAzYS45OTUuOTk1IDAgMCAwIDEuMDItLjk3di0uMDNjLjAxLS41Ni0uNDQtMS4wMy0xLTEuMDRoLS4wMmMtLjU2IDAtMS4wMS40Ni0xLjAxIDEuMDMtLjAyLjU1LjQxIDEgLjk2IDEuMDJoLjA0Wm03LjM4IDUuNzZjLS4wMyAxLjM3LTEuMDggMi4zNi0yLjQ2IDIuMzItMS4xNy0uMDQtMi4yNy0xLjEyLTIuMi0yLjUuMDYtMS4xNyAxLjE2LTIuMjIgMi4zNi0yLjE5IDEuMjcuMDMgMi4zMiAxLjEyIDIuMyAyLjM3Wm0tMi4zMi0xLjAzYy0uNTUtLjAyLTEuMDEuNDItMS4wMy45N3YuMDRjMCAuNTcuNDQgMS4wMyAxIDEuMDQuNTYgMCAxLjAzLS40NCAxLjAzLTF2LS4wMmMuMDItLjU1LS40MS0xLS45Ni0xLjAyaC0uMDVaIiBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=') no-repeat center center;
    z-index: 5;
}

.product-item-label-text > div,
.product-item-label-ring > div {
    line-height: 0;
}

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring {
    display: none;
}

/* TEXT */
.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: var(--ui-font-weight-bold);
}

.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-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}

/*RING*/
.product-item-label-ring {

}

.product-item-label-ring.product-item-label-small {

}

.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%);*/
}

/*Small Card*/
.product-item-detail-short-card-fixed {
    position: fixed;
    top: -85px;
    right: 0;
    left: 0;
    z-index: 1010;
    box-sizing: border-box;
    padding: 7px 0 8px;
    height: 85px;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
    top: 0;
    opacity: 1;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
    margin: 0 auto;
    max-width: 1048px;
}

.product-item-detail-short-card-content-container table {
    min-width: 100%;
    border-collapse: collapse;
}

.product-item-detail-short-card-image {
    padding-right: 15px;
    width: 80px;
    vertical-align: middle;
    text-align: left;
}

.product-item-detail-short-card-image img {
    max-width: none;
    height: 65px;
}

.product-item-detail-short-title-container {
    max-width: 650px
}

.product-item-detail-short-title-text {
    display: block;
    color: #000;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
    font-weight: var(--ui-font-weight-regular, 400);
}

.product-item-detail-short-card-price {
    padding: 0 10px;
    vertical-align: middle;
    text-align: right;
}

.product-item-detail-short-card-btn {
    padding-left: 10px;
    min-width: 120px;
}

/*Properties */
.product-item-detail-content {

}

.product-item-detail-content .product-description {
    font-weight: 500;
}

.product-item-detail-content.product-properties {
    position: relative;
    margin-top: 4em;
    padding: 1.5em 0;
    border-top: 1px solid #cbcbcb;
}

.product-item-detail .product-item-detail-properties {
    margin: 0;
}

.product-item-detail-description {

}

.product-item-detail-additional-info .product-item-detail-properties {
    width: 100%;
    margin: 0;
    list-style-type: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 40px;
}

.product-item-detail-properties .product-item-property {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
    margin: 0 0 0.75em;
    padding: 0;
    font-size: clamp(11px, 1em, 13px);
    font-weight: 500;
    line-height: 1;
    /*color: var(--c-gray);*/
    color: #7e7e7e;
    z-index: 1;
}

.product-item-detail-properties .product-item-property.hidden-prop {
    display: none;
}

.product-item-detail-properties .product-item-property:before {
    content: none;
}

.product-item-property .product-item-property-title {
    width: auto;
    max-width: 45%;
}

.product-item-property .product-item-property-value {
    width: 55%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
}

.show-characteristics {
    margin-top: 2em;
    padding: 0;
    border: none;
    font: inherit;
    font-size: clamp(11px, 1em, 13px);
    font-weight: 500;
    color: var(--c-orange);
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.show-characteristics:after,
.show-characteristics.expanded:after {
    content: '˅';
    font-family: var(--f-icon);
    position: relative;
    top: 0;
    left: 0.4em;
    z-index: 5;
}

.show-characteristics.expanded:after {
    content: '˄';
}

.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-detail {
    position: relative;
    margin-bottom: 2em;
}

.product-item-detail-documents {
    margin-top: 45px;
    width: 100%;
}

.catalog-element .favorite-block {

}

.catalog-element .product-item-favorite {
    position: relative;
    width: clamp(37px, 4.78vw, 49px);
    min-width: unset;
    height: clamp(32px, 4.1vw, 42px);
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 0.67em;
    -moz-border-radius: 0.67em;
    border-radius: 0.67em;
    cursor: pointer;
    z-index: 20;
}

.catalog-element .product-item-favorite:before {
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    content: 'и';
    font-family: var(--f-icon);
    color: var(--c-orange);
    font-size: clamp(12px, 1em, 16px);
    font-weight: 300;
    -webkit-transition: var(--transition-def);
    -moz-transition: var(--transition-def);
    -o-transition: var(--transition-def);
    transition: var(--transition-def);
}

.catalog-element .product-item-favorite:hover {
    background-color: var(--c-light-orange);
}

.catalog-element .product-item-favorite:hover:before {

}

.catalog-element .product-item-favorite span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.catalog-element .product-item-favorite.product-item-favorite-checked {
    background-color: var(--c-orange);
}

.catalog-element .product-item-favorite.product-item-favorite-checked:hover {
    background-color: var(--c-light-orange);
}

.catalog-element .product-item-favorite.product-item-favorite-checked:before {
    color: #fff;
}

.catalog-element .product-item-anons {
    margin-bottom: 15px;
}

.catalog-element .product-item-anons-description {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    color: var(--c-def);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.catalog-element .product-item-detail .go-description {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}

.catalog-element .product-item-compare {
    position: relative;
    display: block;
    width: auto;
    margin-bottom: 20px;
    padding: 0;
    cursor: pointer;
}

.catalog-element .product-item-compare span {
    padding-left: 23px;
    font-size: 13px;
    font-weight: bold;
    /*color: var(--c-green);*/
    -webkit-transition: var(--transition-def);
    -moz-transition: var(--transition-def);
    -o-transition: var(--transition-def);
    transition: var(--transition-def);
}

.catalog-element .product-item-compare:before {
    font-family: var(--f-icon);
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 15px;
    font-weight: bold;
    color: var(--c-light-teal);
    z-index: 10;
    text-indent: 0;
    -webkit-transition: var(--transition-def);
    -moz-transition: var(--transition-def);
    -o-transition: var(--transition-def);
    transition: var(--transition-def);
}

.catalog-element .product-item-compare:hover:before,
.catalog-element .product-item-compare:hover.product-item-compare-checked:before {
    color: var(--c-light-green);
}

.catalog-element .product-item-compare:before {
    content: 'ш';
}

.catalog-element .product-item-compare.product-item-compare-checked span,
.catalog-element .product-item-compare.product-item-compare-checked:before {
    color: var(--c-light-green);
}

.catalog-element .product-item-detail-additional-info .product-item-compare.product-item-compare-checked span {
    color: #fff;
}

.catalog-element .product-item-compare .count {
    content: '';
    position: absolute;
    top: 1px;
    right: -12px;
    width: 24px;
    height: 24px;
    background-color: var(--c-def);
    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;
}

.catalog-element .product-item-compare .count {
    right: 0;
}

.catalog-element .compare-header {
    margin-bottom: clamp(10px, 3vw, 30px);
}

.catalog-element .compare-props .product-item-compare {
    position: relative;
    margin-bottom: 0;
    margin-left: 15px;
    padding: 10px 15px;
    background-color: #f1f8ed;
    color: var(--c-green);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 20;
}

.catalog-element .compare-props .product-item-compare:hover,
.catalog-element .compare-props .product-item-compare.product-item-compare-checked {
    background-color: var(--c-green);
    color: #fff;
}

.catalog-element .compare-props .product-item-compare:hover span,
.catalog-element .compare-props .product-item-compare:hover:before,
.catalog-element .compare-props .product-item-compare.product-item-compare-checked:before {
    color: #fff;
}

.catalog-element .compare-props .product-item-compare.product-item-compare-checked:hover,
.catalog-element .compare-props .product-item-compare.product-item-compare-checked:hover span {
    background-color: var(--c-light-green);
    color: #fff;
}

.catalog-element .compare-props .product-item-compare:before {
    font-family: var(--f-icon);
    position: absolute;
    top: -webkit-calc(50% - 2px);
    top: -moz-calc(50% - 2px);
    top: calc(50% - 2px);
    left: 15px;
    font-size: 15px;
    font-weight: bold;
    color: var(--c-green);
    text-indent: 0;
    -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);
    z-index: 10;
}

@media only screen and (max-width: 1024px) {
    .product-item-detail .product-item-detail-main-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-item-detail-additional-info .product-item-detail-properties {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .product-item-property .product-item-property-title {
        width: auto;
        max-width: 100%;
    }

    .product-item-property .product-item-property-value {
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .product-item-detail-slider-container {
        max-height: unset;
    }

    .product-item-detail .product-item-amount-field {
        height: 40px;
    }

    .product-item-amount-field-btn-plus,
    .product-item-amount-field-btn-minus {
        height: 20px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 640px) {
    .product-item-detail-properties .product-item-property {
        padding: 10px 20px;
    }

    .product-item-detail-properties .product-item-property:after {
        bottom: 15px;
    }
}












.catalog-element .compare {
    position: relative;
    /*overflow: hidden;*/
    display: block;
    width: 43px;
    height: 40px;
    /*text-indent: -9999px;*/
}

.catalog-element .compare {
    /*width: 53px;*/
}

.catalog-element .compare .count {
    content: '';
    position: absolute;
    top: 1px;
    right: -12px;
    width: 24px;
    height: 24px;
    background-color: var(--c-red);
    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;
}

.catalog-element .compare .count {
    right: 0;
}

.catalog-element .compare:before {
    font-family: var(--f-icon);
    position: absolute;
    top: 50%;
    left: 2px;
    font-size: 20px;
    font-weight: bold;
    color: var(--c-light-teal);
    z-index: 10;
    -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;
}

.catalog-element .compare:hover:before {
    color: var(--c-teal);
}

.catalog-element .compare:before {
    content: 'ш';
}
/* End */


/* Start:/local/templates/.default/components/ip/nx.gallery_3.8.5/success_2.0_gallery_1.0/style.css?17410774901865*/
.wrap-gallery-slider {
    position: relative;
    width: 100%;
    height: 430px;
}

.gallery-slider {
    width: 100%;
    height: 100%;
}

.gallery-slider .slick-list,
.gallery-slider .slick-track {
    height: 100%;
}

.gallery-slider .gallery-slider-item {
    cursor: zoom-in;
}

.preview_youtube {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5px;
}

.preview_youtube .preview_youtube_img {
    position: relative;
}

.gallery-thumbnails-item.preview_youtube:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('/local/templates/.default/components/ip/nx.gallery_3.8.5/success_2.0_gallery_1.0/images/play.svg') 0 0 no-repeat;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    z-index: 10;
}

.catalog-element .gallery-slider .gallery-slider-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: center;
}

.gallery-thumbnails {
    width: -webkit-calc(100% + 0.4em);
    width: -moz-calc(100% + 0.4em);
    width: calc(100% + 0.4em);
    margin-left: -0.2em;
}

.gallery-thumbnails .slick-slide {
    border: 1px solid var(--c-light-gray);
}

.gallery-thumbnails .slick-slide.gallery-thumbnails-item {
    display: block;
    position: relative;
    width: 100%;
    height: 79px;
    margin: 0.4em 0.2em 0;
    padding: 0.6em 1.4em;
    cursor: pointer;
}

/*.gallery-thumbnails .gallery-thumbnails-item.slick-current {

}*/

.gallery-thumbnails .gallery-thumbnails-item img {
    width: 100%;
    height: 100%;
    padding: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    outline: none;
}

/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?16877825511413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */


/* 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/domknigi_1.0_catalog_1.0/style.css?1732286194757 */
/* /local/templates/.default/components/bitrix/catalog/domknigi_1.0_catalog_1.0/bitrix/catalog.element/.default/style.css?174119688239466 */
/* /local/templates/.default/components/ip/nx.gallery_3.8.5/success_2.0_gallery_1.0/style.css?17410774901865 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?16877825511413 */
/* /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 */
