

/* Start:/local/templates/.default/components/bitrix/catalog/success_2.0_shop_1.0/style.css?1745466470921*/
.site-shop .count-elements {
    color: #9aa4a7;
    font-size: 11px;
    font-weight: 600;
    vertical-align: super;
}

.site-shop .catalog-outer-filter {
    width: 100%;
    margin-bottom: 15px;
    /*padding-left: 300px;*/
}

.site-shop .catalog-outer-wrap {
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1180px;
}

.site-shop .catalog-sections {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.section-filter {
    width: 100%;
    max-width: 280px;
    margin-right: 20px;
}

@media only screen and (max-width: 1280px) {
    .site-shop .catalog-outer-wrap,
    .site-shop .catalog-sections {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section-filter {
        max-width: unset;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/success_2.0_shop_1.0/bitrix/catalog.element/.default/style.css?177099142741464*/
.catalog-element {
    width: 100%;
    margin-bottom: 20px;
    padding: 25px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 1;
}

.catalog-element h1,
.catalog-element .h1 {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.catalog-block-header {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    padding: 5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}

/* Sidebar */
.product-item-detail-additional-info {
    width: 100%;
    padding: 0;
}

@media (max-width: 992px) {
    .product-item-detail-additional-info {
        padding: 0;
    }
}

.product-item-additional-properties {
    width: 100%;
    margin-bottom: 30px;
}

.product-item-additional-properties .props-item {
    margin-bottom: 2px;
    color: var(--c-def);
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
}

.product-item-additional-properties .product-item-detail-article {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--c-gray);
}

.product-item-additional-properties .product-item-detail-article span {
    font-weight: 500;
}

.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 {

}

.product-item-detail-info-container-title {
    margin-bottom: 3px;
    color: #000;
    font-weight: var(--ui-font-weight-bold);
    font-size: 13px;
}

.product-item-detail-pay-block {
    position: relative;
    width: -webkit-calc(100% - 670px);
    width: -moz-calc(100% - 670px);
    width: calc(100% - 670px);
    padding: 0;
}

.catalog-element .product-item-info-container {
    margin-bottom: 0;
}

.catalog-element .product-item-action-product {
    margin: 0;
}

/*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-top: auto;
    margin-bottom: 25px;
}

.product-item-detail-price-current,
.product-item-detail-price-old {
    font-weight: bold;
    line-height: 1.2;
    white-space: nowrap;
}

.product-item-detail-price-current {
    display: block;
    color: var(--c-green);
    white-space: nowrap;
    font-size: 35px;
    line-height: 1;
}

.product-item-detail-price-current span {
    color: var(--c-def);
    font-size: 11px;
    font-weight: 500;
}

.product-item-detail-price-old {
    color: var(--c-def);
    font-size: 15px;
}

/* 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;
    /*max-height: 40px;*/
}

.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/success_2.0_shop_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 {
    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;
}

@media only screen and (max-width: 540px) {
    .product-item-detail-pay-block [data-entity='main-button-container'] {
        width: 100%;
        margin-bottom: 15px;
    }

    .catalog-element .product-item-action-product {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* Slider */
.product-item-detail-slider-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 650px;
    max-height: 430px;
    margin-right: 20px;
    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;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.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;
}

/* Slider Mobile*/
@media only screen and (max-width: 1280px) {
    .product-item-detail-slider-container.slider-single {
        max-width: unset;
    }

    .slider-single .wrap-gallery-slider {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
        right: 0;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image {
        width: 90%;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
        max-width: 100%;
        max-height: calc(100vh - 115px);
        width: auto;
        cursor: default;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: auto;
        max-height: 111px;
        border-top: 1px solid #d3d3d3;
        border-left: none;
        white-space: nowrap;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
        display: inline-block;
        margin-bottom: 0;
    }
}

/*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;
}

@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-label-ring.product-item-label-big {

}

@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%);*/
}

/*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 {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(183, 183, 183, .5);
}

.product-item-detail-content .product-description {
    max-width: 760px;
    color: var(--c-def);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.product-item-detail-content.product-properties {
    margin-bottom: 15px;
}

.product-item-detail-description {
    padding: 15px 0;
}

.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 {
    position: relative;
    padding: 7px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 0.5em;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #606060;
    z-index: 1;
}

.product-item-detail-properties .product-item-property:before {
    content: '';
    border-bottom: 1px solid var(--c-light-gray);
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 5px;
}

.product-item-property .product-item-property-title {
    width: auto;
    max-width: 55%;
}

.product-item-property .product-item-property-value {
    width: 40%;
    font-weight: 600;
    color: var(--c-def);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
}

.product-item-property .product-item-property-value a {
    color: var(--c-green);
}

.product-item-property .product-item-property-value a:hover {
    color: var(--c-light-green);
}

.product-item-detail-properties-note {
    max-width: 760px;
    color: #606060;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
}

.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: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(183, 183, 183, .5);
}

.product-item-detail .product-item-detail-main-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
    /*-webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;*/
}

.product-item-detail-documents {
    margin-top: 45px;
    width: 100%;
}

.catalog-element .favorite-block {
    margin-right: 15px;
}

.catalog-element .product-item-favorite {
    position: relative;
    width: clamp(53px, 7.5vw, 66px);
    height: clamp(39px, 7.5vw, 58px);
    padding: 0;
    background-color: #f1f8ed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 20;
}

.catalog-element .product-item-favorite:before {
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    content: 'ц';
    font-family: var(--f-icon);
    color: var(--c-green);
    font-size: 20px;
    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-green);
}

.catalog-element .product-item-favorite:hover:before {
    color: #fff;
}

.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-green);
}

.catalog-element .product-item-favorite.product-item-favorite-checked:hover {
    background-color: var(--c-light-green);
}

.catalog-element .product-item-favorite.product-item-favorite-checked:before {
    content: 'ц';
    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: 1280px) {
    .product-item-detail .product-item-detail-main-info {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .product-item-detail-slider-container {
        margin-right: 0;
    }

    .product-item-detail-pay-block {
        width: 100%;
        margin-top: 20px;
    }

    .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: 1024px) {
    .product-item-detail-price-current {
        font-size: 36px;
    }
}

@media only screen and (max-width: 900px) {
    .product-item-detail .product-item-detail-main-info {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .catalog-element h1,
    .catalog-element .h1 {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: clamp(20px, 3.6vw, 50px);
    }

    .product-item-detail .product-item-detail-pay-block {
        max-width: unset;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product-item-detail-price {
        text-align: center;
    }
}

@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;
    }

    .btn.product-item-detail-buy-button {
        height: 40px;
        min-height: unset;
    }
}

@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:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?16922776841413*/
.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/ip/nx.highload.list_1.0/success_2.0_filter_buttons_detail_1.0/style.css?1723656590729*/
.section-filter-buttons {
    width: 100%;
    margin-bottom: 5px;
}

.button-item {
    width: auto;
    height: 31px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 5px 20px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

a.button-item {
    color: var(--c-def);
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
}

a.button-item:hover,
a.button-item.selected {
    color: var(--c-green);
}

a.button-item.selected:hover {
    color: var(--c-light-green);
}

.catalog-element a.button-item,
.catalog-top a.button-item {
    background-color: rgba(96, 96, 96, .1);
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/.default/style.css?178185441046525*/
.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;
}

.product-item-container {
    position: relative;
    width: -webkit-calc((100% - 40px) / 3);
    width: -moz-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
    min-width: 280px;
    min-height: 410px;
    margin: 0 20px 20px 0;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: var(--transition-def);
    -moz-transition: var(--transition-def);
    -o-transition: var(--transition-def);
    transition: var(--transition-def);
}

.product-item-container:nth-of-type(3n) {
    margin-right: 0;
}

@media only screen and (max-width: 1280px) {
    .product-item-container {
        width: -webkit-calc((100% - 20px) / 2);
        width: -moz-calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
        max-width: unset;
    }

    .product-item-container:nth-of-type(3n) {
        margin-right: 20px;
    }

    .product-item-container:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 640px) {
    .product-item-container {
        width: 100%;
        max-width: 290px;
        margin-right: 0;
    }

    .product-item-container:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 500px) {
    .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-green);
}

.product-item-info-amount-store.not-store {
    color: var(--c-yellow);
}

.product-item-info {
    height: max-content;
    margin-top: auto;
}

.product-item-info-container,
.product-item-container.hover {
    width: auto;
    z-index: 17;
}

.product-item-header,
.product-item-action-product {
    margin: 0 20px;
}

.product-item {
    position: relative;
    display: block;
    padding: 10px;
    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 only screen and (max-width: 1200px) {
    .product-item {
        display: block !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 .product-item-favorite {
    position: relative;
    top: 0;
    right: 0;
    width: 17px;
    height: 16px;
    margin-right: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    z-index: 20;
}

.product-item .product-item-favorite:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    /*content: "и";
    top: -2px;
    left: 50%;
    font-family: var(--f-icon);
    color: var(--c-def);
    font-size: 16px;
    font-weight: 600;
    -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);

    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-green);
    background: url('/local/templates/.default/components/bitrix/catalog.item/.default/images/favorite-fill.svg') no-repeat center;
}

.product-item .product-item-favorite.product-item-favorite-checked:before {
    color: var(--c-green);
    background: url('/local/templates/.default/components/bitrix/catalog.item/.default/images/favorite-fill.svg') no-repeat center;
}

/*Image*/
.product-item .no-photo {
    min-height: 280px;
}

.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: 11px;
    font-weight: bold;
    color: var(--c-yellow);
    z-index: 20;
}

.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%;
    height: 73px;
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -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;
    color: var(--c-def);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    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;
}

/*Price*/
.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 {
    position: relative;
    display: inline-block;
    color: var(--c-green);
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.product-item-price-current sup {
    position: absolute;
    top: 0;
    z-index: 5;
    font-size: 0.7em;
}

.product-item-price-current span.price-info {
    display: block;
    margin-top: 0.75em;
    font-style: italic;
    font-size: 0.45em;
    color: var(--c-def);
}

.product-item-price-old {
    display: inline-block;
    color: #9aa4a7;
    white-space: nowrap;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-decoration: 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 {
    margin-bottom: 5px;
}

.product-item-info-container-title {
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
    display: block;
    opacity: 1;
}

.product-item-header {
    margin-top: auto;
}

.product-item-container .product-item-info-container[data-entity='props-block'] {
    margin-top: 0;
}

.product-item-container .product-item-info-container[data-entity='price-block'] {
    margin-right: 5px;
}

.product-item-container .product-item-info-container[data-entity='buttons-block'] {
    display: inline-block;
    position: relative;
    width: 100%;
    max-height: 40px;
    margin-bottom: 0;
}

.product-item-container .product-item-info-container.empty-price[data-entity='price-block'] {
    height: 18px;
    -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-title {
        overflow: auto;
        height: auto;
        max-height: 73px;
        display: block;
    }
    .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 .btn.btn-basket {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    height: 31px;
    min-height: 31px;
    min-width: unset;
    margin-right: 7px;
    padding: 5px 15px;
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    outline: none;
}

.product-item-button-container .btn.btn-basket.btn-disabled {
    margin-right: 0;
}

.product-item-button-container .btn-basket .count {
    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: 20px;
    right: 20px;
    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;
    }
}

/* СПИСОК (LIST) */
@media only screen and (min-width: 500px) {
    .view-mode-list .product-item-container {
        width: 100%;
        min-width: unset;
        max-width: unset;
        min-height: unset;
        margin: 0 0 15px 0;
        border: 1px solid transparent;
    }

    .view-mode-list .product-item-header {
        margin-left: 175px;
    }

    .view-mode-list .product-item-container:last-child {
        margin-bottom: 0;
    }

    .view-mode-list .product-item {
        padding: 10px;
        width: 100%;
        height: 100%;
        min-height: 180px;
        border-top: none;
        border-right: none;
        border-left: none;
        -webkit-border-radius: unset;
        -moz-border-radius: unset;
        border-radius: unset;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .view-mode-list .product-item-slider,
    .view-mode-list .slick-slider {
        position: absolute;
        width: 160px;
        height: 160px;
    }

    .view-mode-list .slick-slide {
        min-width: 158px;
    }


    .view-mode-list .gallery-item img,
    .view-mode-list .slick-slide img {
        height: 158px;
    }

    .view-mode-list .product-line-item-info-right-container {
        margin-left: auto;
    }

    .view-mode-list .product-item-image-wrapper {
        position: absolute;
        top: 50%;
        left: 0;
        width: clamp(130px, 12vw, 170px);
        height: 100%;
        margin-right: 25px;
        margin-bottom: 0;
        padding-top: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .view-mode-list .product-item-info {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .view-mode-list .product-item-title {
        height: auto;
        width: 100%;
        /*-webkit-line-clamp: 1;*/
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .view-mode-list .product-item-info-container {

    }

    .view-mode-list .product-item-container .product-item-info-container[data-entity='amount-store'] {
        position: relative;
        display: block;
        text-align: left;
    }

    .view-mode-list .product-item-container .product-item-info-container[data-entity='props-block'] {
        width: 100%;
        margin-top: 0;
    }

    .view-mode-list .product-item-container .product-item-info-container[data-entity='quantity-block'] {
        display: block;
        position: relative;
    }

    .view-mode-list .product-item-container .product-item-info-container[data-entity='price-block'] {
        position: relative;
    }

    .view-mode-list .product-item-price-old,
    .view-mode-list .product-item-price-current {
        display: inline-block;
    }

    .view-mode-list .product-item-price-old {
        margin-right: 20px;
    }

    .view-mode-list .product-item-container .product-item-info-container[data-entity='buttons-block'] {
        position: relative;
        width: auto;
        min-width: 170px;
    }

    .view-mode-list .product-item-button-container .btn.btn-basket {

    }

    .view-mode-list .product-item-button-container .btn.btn-basket:before {
        margin-right: 10px;
    }

    .view-mode-list .product-item-container:hover .product-item {

    }

    .view-mode-list .product-item-amount-field {
        font-weight: 300;
    }

    .view-mode-list .product-item-favorite {
        right: 0;
        margin-right: 0;
    }

    .view-mode-list .product-item .product-item-action-user,
    .view-mode-list .product-item .product-item-action-product {

    }

    .view-mode-list .product-item .product-item-action-user {
        top: 10px;
    }

    .view-mode-list .product-item .product-item-action-product {
        width: 100%;
        margin-left: 175px;
    }

    .view-mode-list .product-item-properties {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .view-mode-list .product-item .product-item-favorite {
        margin: 0;
    }

    .view-mode-list .product-item .product-item-compare {
        position: relative;
    }

    .view-mode-list .product-item .product-item-compare:before {

    }

    .view-mode-list .product-item .no-photo {
        height: 100%;
        min-height: 20px;
    }

    .view-mode-list .product-item .product-item-label-ring {
        right: unset;
        left: 0;
    }

    @media only screen and (max-width: 1300px) {
        .view-mode-list .product-item-properties {
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1;
        }
    }
}

/* МАЛЕНЬКИЙ СПИСОК (SM-LIST) */
@media only screen and (min-width: 1200px) {
    .section-products .catalog-products-list.view-mode-sm-list  {
        margin-left: 30px;
    }

    .view-mode-sm-list .product-item-container {
        width: 100%;
        min-width: unset;
        max-width: unset;
        min-height: unset;
        margin: 0;
        border-bottom: 1px solid var(--c-light-gray);
    }

    .view-mode-sm-list .product-item-container:last-child {
        border-bottom: none;
    }

    .view-mode-sm-list .product-item-container:hover {
        /*-webkit-box-shadow: var(--shadow-def);
        -moz-box-shadow: var(--shadow-def);
        box-shadow: var(--shadow-def);*/
    }

    .view-mode-sm-list .product-item {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px 0;
        width: 100%;
        height: 100%;
        min-height: 120px;
        border-top: none;
        border-right: none;
        border-left: none;

        -webkit-border-radius: unset;
        -moz-border-radius: unset;
        border-radius: unset;
    }

    .view-mode-sm-list .product-item-header {
        width: 38%;
        max-width: 370px;
    }

    .view-mode-sm-list .product-line-item-info-right-container {
        margin-left: auto;
    }

    .view-mode-sm-list .product-item-image-wrapper {
        display: none;
    }

    .view-mode-sm-list .product-item-title {
        height: auto;
        margin-right: 30px;
        -webkit-line-clamp: 2;
    }

    .view-mode-sm-list .product-item-info-container {
        margin: 0;
    }

    .view-mode-sm-list .product-item-container .product-item-info-container[data-entity='amount-store'] {
        position: relative;
        display: block;
        width: clamp(90px, 7.5vw, 130px);
        text-align: left;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -1;
        order: -1;
        z-index: 10;
    }

    .view-mode-sm-list .product-item-container .product-item-info-container[data-entity='props-block'] {
        display: none;
    }

    .view-mode-sm-list .product-item-container .product-item-info-container[data-entity='quantity-block'] {
        display: block;
        position: relative;
        z-index: 10;
    }

    .view-mode-sm-list .product-item-container .product-item-info-container[data-entity='price-block'] {
        position: relative;
        display: block;
        width: clamp(165px, 2.2vw, 200px);
        height: auto;
        margin-left: clamp(15px, 1.2vw, 30px);
        padding-right: 0;
        text-align: right;
        z-index: 10;
    }

    .view-mode-sm-list .product-item-price-old,
    .view-mode-sm-list .product-item-price-current {
        display: inline-block;
        font-size: clamp(22px, 2vw, 32px);
    }

    .view-mode-sm-list .product-item-price-old {
        margin-right: 20px;
    }

    .view-mode-sm-list .product-item-container .product-item-info-container[data-entity='buttons-block'] {
        position: relative;
        z-index: 10;
    }

    .view-mode-sm-list .product-item-button-container .btn.btn-basket {

    }

    .view-mode-sm-list .product-item-button-container .btn.btn-basket:before {
        margin-right: 10px;
    }

    .view-mode-sm-list .product-item-container:hover .product-item {

    }

    .view-mode-sm-list .product-item-amount-field {
        font-weight: 300;
    }

    .view-mode-sm-list .product-item-favorite {
        right: 0;
    }

    .view-mode-sm-list .product-item .product-item-action-user,
    .view-mode-sm-list .product-item .product-item-action-product {
        width: auto;
        margin-left: clamp(15px, 1.2vw, 30px);
    }

    .view-mode-sm-list .product-item .product-item-action-product {
        width: clamp(215px, 18vw, 225px);
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .view-mode-sm-list .product-item .product-item-action-user {
        width: 60px;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .view-mode-sm-list .empty-price {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .view-mode-sm-list .product-item .product-item-compare:before {
        left: 50%;
    }

    .view-mode-sm-list .product-item .product-item-label-ring {
        right: unset;
        top: -15px;
        left: -35px;
        -webkit-transform: rotate(-23deg);
        -moz-transform: rotate(-23deg);
        -ms-transform: rotate(-23deg);
        -o-transform: rotate(-23deg);
        transform: rotate(-23deg);
    }

    .view-mode-sm-list .product-item .product-item-favorite {
        margin-right: 0;
    }

    .view-mode-sm-list .product-item-amount .product-item-amount-field {
        width: clamp(90px, 8vw, 100px);
    }
}

/* 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: 280px;
    margin-bottom: 15px;
    border: 1px solid var(--c-light-gray);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.product-item-slider .gallery-item {
    display: block;
    width: auto;
    height: 280px;
}

.product-item-slider img,
.slick-slide img {
    width: 100%;
    height: 280px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.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/success_2.0_catalog_top_slider_1.0/section/style.css?17236566032806*/
.catalog-top {
    max-width: 1180px;
    margin: -35px 0 20px;
    padding: 40px 25px 25px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.catalog-top .slider-title {

}

.slider-box {
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    margin: 5px -10px;
    padding: 15px 0;
}

.slider-box .product-item-container {
    min-width: unset;
    min-height: 430px;
    margin-bottom: 0;
    -webkit-box-shadow: 0 4px 20px -3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 20px -3px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 20px -3px rgba(0, 0, 0, .15);
}

.slider-box .product-item {

}

.slider-box .slick-slide {
    max-width: 267px;
    min-width: unset;
    margin: 10px;
}

.slider-box .slick-prev,
.slider-box .slick-next {
    height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background: transparent;
    opacity: 0;
}

.slider-box .slick-prev {
    left: 0;
}

.slider-box .slick-next {
    right: 0;
}

.slider-box .slick-dots {
    /*bottom: -20px;*/
}

.slider-box .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider-box .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 3px;
}

.slider-box .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);
}

.slider-box .slick-dots li button:before {
    content: none;
}

.slider-box .slick-dots li.slick-active button,
.slider-box .slick-dots li:hover button {
    background-color: var(--c-green);
}

.slider-box.slick-slider .slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.slider-box .slick-slide {
    height: auto;
}

.slider-box .product-item-container {
    height: 100%;
}

@media only screen and (max-width: 1280px) {
    .catalog-top {
        width: 100%;
        max-width: 669px;
    }

    .slider-box .slick-slide {
        max-width: unset;
    }
}

@media only screen and (max-width: 640px) {
    .slider-box .slider-box-container {
        max-width: unset;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/success_2.0_reviews_1.0/style.css?174193939218029*/
/*slider items start*/

#main_reviews.slider-items {
    background: none !important;
    padding: 0;
}

#main_reviews.slider-items .list li:after {
    background: white;
    opacity: .5;
}

#main_reviews.slider-items .slider-items-card {
    border: none;
    background: none;
    color: #111111;
}
#main_reviews.slider-items .slider-items-text {
    color: #293133;
}

#main_reviews.slider-items .slider-items-group {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#main_reviews.slider-items .slider-items-column {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 200px;
}

#main_reviews.slider-items .slider-items-space {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
}

#main_reviews.slider-items .slider-items-group-main {
    background: white;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 300px;
}

#main_reviews.slider-items .slider-items-group:last-child {
    padding-bottom: 25px;
}

#main_reviews.slider-items .slider-items-name {
    padding-bottom: 15px;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

#main_reviews.slider-items .slider-items-prew-text {
    font-size: 15px;
    width: 100%;
    line-height: 18px;
    font-weight: 500;
}

#main_reviews.slider-items .slider-items-img {
    background-size: cover;
}

#main_reviews.slider-items .slider-items-buttons {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#main_reviews.slider-items .slider-items-button {
    max-width: 140px;
}
#main_reviews.slider-items .slick-slide {
    text-align: center;
}

#main_reviews.slider-items .slider-items-column {
    text-align: left;
}

#main_reviews.slider-items .job-example__slider-prev {

    transform: rotate(180deg);
}

#main_reviews.slider-items .slider-items-container {
    overflow: visible;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 50px;
    position: relative;
    width: 100%;
}

#main_reviews .gate-one-day__gate-name {
    text-decoration: none;
    color: white;
}

#main_reviews .gate-one-day__gate {
    height: 100%;
    max-width: 300px;
    margin: 0;
    padding: 0 5px;
}
#main_reviews .gate-brands__heading {
    margin-bottom: 36px;
    max-width: unset;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#main_reviews .gate-brands__heading h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#main_reviews .gate-one-day__gate-group {
    padding: 0;
}

#main_reviews .gate-one-day__gate-group.stars_and_date {
    padding-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
#main_reviews .gate-one-day__gate-group .stars .gold {
    fill: #ffb930;
}
#main_reviews .gate-one-day__gate-group .stars .gray {
    fill: #c5c5c5;
}

#main_reviews .gate-one-day__gate-group .date {
    font-size: 13px;
    font-weight: 500;
    opacity: .6;
}
#main_reviews.slider-items .slider-items-prew-text .show-big {
    color: #3ea949
}
#main_reviews.slider-items .slider-items-prew-text .show-big:hover {
    opacity: .6;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

#main_reviews .count-reviews {
    font-size: 15px;
    font-weight: 500;
    opacity: .5;
    padding-top: 23px;
    margin-left: 5px;
    line-height: 20px;
}
#main_reviews .slick-dots li button:before {
    color: #e5e5e5;
    opacity: 1;
    font-size: 11px;
    transition: all .3s ease-in-out;
}
#main_reviews .slick-dots li button:focus:before, #main_reviews .slick-dots li button:hover:before {
    color: #c7c7c7;
}
#main_reviews .slick-dots li.slick-active button:before {
    color: #ffb930;
}
#main_reviews .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 3px;
}

#main_reviews .list-carusel .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);
}

#main_reviews .list-carusel .slick-dots li.slick-active button,
#main_reviews .list-carusel .slick-dots li:hover button {
    background-color: var(--c-green);
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
    #main_reviews.slider-items .slider-items-container {
        height: 670px;
    }
}

@media screen and (max-width: 1279px) {
#main_reviews.slider-items .container {
    width: 100%;
    max-width: 800px;
}
}

@media screen and (max-width: 767px) {
    #main_reviews.slider-items .slider-items-card {
        height: auto;
    }
    #main_reviews.slider-items .slider-items-group-main {
        height: auto;
    }
    #main_reviews.slider-items {
        padding-top: 70px
    }
}

/*slider items end*/

#main_reviews .send-your-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#main_reviews .like-that {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: visible;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 0;
    padding: 50px;
    position: relative;
    width: calc(50% - 10px);
}
#main_reviews .that-text{
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
}

#main_reviews .btn-le-go {
    max-width: 200px;
    margin-bottom: 20px;
    color: #fff;
}
#main_reviews .btn-le-go:hover {
    color: #fff;
}
#main_reviews .like-that img{
    width: 100%;
}
#main_reviews .that-text a {
    color: #3ea949;
    line-height: 20px;
    text-decoration: none;
}
#main_reviews .that-text a:hover {
    opacity: .6;
}

#feedback_form_reviews .nx-modal {
    background: #000;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 10000;
    opacity: 0.8;
}

#feedback_form_reviews .ajax_call_form {
    /*width: 500px;
    padding:1em 2em;
    display: none;
    position:fixed;
    z-index:10001;
    top:10vh;
    max-height: 80vh;
    left:50%;
    margin-left: -250px;
    border:5px solid #E3000F;
    border-right:none;
    border-left:none;
    background: #fff;
    font-size:10pt;
    overflow: auto;
-webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
           box-sizing:border-box;*/
}

#feedback_form_reviews .ajax_call_form .call_form {
    margin:0;
    padding:0;
    border:0;
    outline:0;
}

#feedback_form_reviews .ajax_call_form h3{
    margin:0;
    font-size:18pt;
    padding-bottom: 15px; padding-right: 50px;
}

#feedback_form_reviews .ajax_call_form h2 {
    margin: 1em 0;
    background: none;
    text-align: left;
}

#feedback_form_reviews .ajax_call_form h2:after {display: none;}

#feedback_form_reviews .call_send_ok {margin-bottom: 0;}
#feedback_form_reviews .call-note blockquote {margin-left: 0}
#feedback_form_reviews .call-note h5 {margin-top: 0.5em; }

#feedback_form_reviews .ajax_call_form .hide-form {
    position: absolute;
    top:0;
    right: 1em;
    z-index: 20;
    padding:0.8em 1em;
    text-transform: uppercase;
    font-size: 11pt;
    text-decoration: none; cursor:pointer;
}

#feedback_form_reviews .ajax_call_form .hide-form:after {
    content: '\00D7';
    font-size:20pt;
    line-height: 100%;
    padding-left: 5px;
    z-index: 22;
    color:#E3000F;
}

@media only screen and (max-width: 500px) {
    #feedback_form_reviews .ajax_call_form {top:0; left:0; right: 0; margin: 0; width: auto; overflow-y: auto; max-height: 100%;}
    #feedback_form_reviews .ajax_call_form h3 {font-size:16pt;}
    #feedback_form_reviews .ajax_call_form h2,
    #feedback_form_reviews .main-page .ajax_call_form h2 {padding-right: 100px; font-size:16pt;}
    #feedback_form_reviews .ajax_call_form .hide-form:after {font-size:16pt;}
    #feedback_form_reviews .ajax_call_form .hide-form {top:0.3em; font-size: 8pt;}
    #feedback_form_reviews .call-table .nx-call-submit {font-size: 14pt; padding:0.3em 0; }
    #feedback_form_reviews .call-table textarea.inpt {height: 60px;}
}

#feedback_form_reviews {
    font-size: 15px;
    width: 50%;
    line-height: 18px;
    font-weight: 500;
}

#feedback_form_reviews .stars .fldst,
#feedback_form_reviews .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#feedback_form_reviews .stars {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#feedback_form_reviews .stars b {
    margin-right: 7px;
}
#feedback_form_reviews .stars div label input,
#feedback_form_reviews .stars div label div {
    display: none;
}

#feedback_form_reviews .stars div label .star,
#feedback_form_reviews .stars div label .fake-star {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    fill: #c5c5c5;
    cursor: pointer;
}
#feedback_form_reviews .stars div label .star.gold,
#feedback_form_reviews .stars div label .fake-star.gold {
    fill: #ffb930;
}
/*#feedback_form_reviews .stars div label:first-child .star,*/
/*#feedback_form_reviews .stars div label:first-child .fake-star{*/
/*    fill: #ffb930;*/
/*}*/
#feedback_form_reviews .form-control {
    background: 0 0;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    color: #111;
    cursor: text;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    line-height: 20px;
    padding: 0 22px;
    position: relative;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 2;
}

#feedback_form_reviews .form-control::placeholder {
    color: #111;
    font-size: 16px;
    line-height: 20px;
    opacity: .4;
    transition: all .3s ease-in-out;
    z-index: 1;
}

.personal-data input {
    display: none;
}

#feedback_form_reviews .checkmark,
#feedback_form_reviews input[type=checkbox]:checked~.checkmark {
    background: #fff;
}

#feedback_form_reviews .checkmark:hover {
    border: 1px solid #3ea949!important;
}
#feedback_form_reviews .checkmark {
    display: block;
    background-color: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 3px;
    height: 20px;
    left: 0;
    position: relative;
    top: 0;
    transition: all .3s ease-in-out;
    width: 20px;
    margin-right: 14px;
    cursor: pointer;
}
#feedback_form_reviews input[type=checkbox]:checked~.checkmark:after {
    display: block;
}
#feedback_form_reviews .checkmark:after {
    border: solid #000;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 12px;
    left: 6px;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 5px;
}

#feedback_form_reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: visible;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 100px rgba(0, 0, 0, .06);
    margin-bottom: 0;
    padding: 50px;
    position: relative;
    width: calc(50% - 10px);
}

#feedback_form_reviews {
    margin-right: 10px;
}

#feedback_form_reviews a {
    color: #3ea949;
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
    text-decoration: none;
}
#feedback_form_reviews a:hover {
    opacity: .6;
}
#feedback_form_reviews .personal-data label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#feedback_form_reviews textarea.form-control {
    padding-top: 18px;
    height: 200px;
}
#feedback_form_reviews form > div {
    margin-bottom: 20px;
}
#feedback_form_reviews .button-green {
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    line-height: 20px;
    margin-right: 35px;
    width: 181px
}
#feedback_form_reviews .button-green:hover {
    box-shadow: 0 5px 25px rgba(67, 171, 74, .7);
}
#feedback_form_reviews .button-green span {
    z-index: 2;
}
#feedback_form_reviews h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 51px;
    margin-bottom: 10px;
    color: #293133;
}
#feedback_form_reviews input:focus,
#feedback_form_reviews textarea:focus {
    border: 1px solid #3ea949;
}
#feedback_form_reviews input:hover,
#feedback_form_reviews textarea:hover {
    border: 1px solid #8bd077;
}
#feedback_form_reviews textarea {
    resize: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 100%;
    min-height: 200px;
    max-height: 600px;
}

/* Классы анимации */
@keyframes explode {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* Основные стили для звездочки */
#feedback_form_reviews .star,
#feedback_form_reviews .fake-star{
    width: 20px;
    height: 20px;
    z-index: 2;
}

/* Класс анимации для звездочки */
#feedback_form_reviews .star.exploding {
    animation: explode 0.5s ease-out;
}
#feedback_form_reviews .stars div label div.star-container {
    display: block;
    position: relative;
}
#feedback_form_reviews .star {
    position: absolute;
    z-index: 2;
}
#feedback_form_reviews .fake-star {
    position: absolute;
    z-index: 1;
}

#feedback_form_reviews .stars label {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

#main_reviews .like-that {
    margin-left: 10px;
}
#main_reviews h2 {
    font-weight: 600;
}

#main_reviews .personal-data label span:last-child {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#feedback_form_reviews .personal-data label {
    position: relative;
}
#feedback_form_reviews .checkmark {
    position: absolute;
    margin: 0;
}
/*Адаптив*/

@media screen and (max-width: 1279px) and (min-width: 768px) {
    #main_reviews.slider-items .container {
        max-width: 100%;
    }
    #main_reviews.slider-items .slider-items-container {
        height: auto;
        border-radius: 0;
    }
    #main_reviews .count-reviews {
        padding-top: 17px;
        font-size: 13px;
    }
}
@media screen and (max-width: 767px) {
    #main_reviews .gate-one-day__gate-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    #main_reviews .count-reviews {
        padding-top: 5px;
        font-size: 11px;
    }
    #main_reviews .gate-brands__heading {
        margin-bottom: 0;
    }
    #main_reviews .send-your-review {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #main_reviews #feedback_form_reviews,
    #main_reviews .like-that {
        width: 100%;
        margin: 0 0 30px 0;
    }
    #main_reviews.slider-items .slider-items-container {
        margin-bottom: 30px;
        padding: 10px;
        padding-top: 30px;
    }
    #main_reviews h2 {
        font-size: 20px;
        line-height: 26px;
    }
    #main_reviews.slider-items .slider-items-prew-text {
        font-size: 14px;
        line-height: 22px;
    }
    #main_reviews h2 {
        margin-left: 10px;
        font-size: 20px;
        line-height: 26px;
    }
    #main_reviews.slider-items .slider-items-group-main {
        padding-top: 16px;
    }
    #main_reviews.slider-items .slider-items-column {
        height: 250px;
    }
    #main_reviews #feedback_form_reviews, #main_reviews .like-that {
        padding: 20px;
    }
    #main_reviews #feedback_form_reviews h2 {
        margin-left: 0;
        margin-bottom: 16px;
    }
    #main_reviews .personal-data label span:last-child {
        font-size: 13px!important;
        font-weight: lighter;
        padding-left: 30px;
    }
    #main_reviews.slider-items .container {
        padding: 0;
    }
    #main_reviews.slider-items .slider-items-container,
    #feedback_form_reviews,
    #main_reviews .like-that {
        border-radius: 0;
    }
    #main_reviews .gate-one-day__gate{
        height: auto !important;
    }
}
/* End */


/* Start:/local/templates/success_2.0/components/bitrix/map.yandex.view/contacts_light/style.css?17683887111909*/
.city_list{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.2;
}
.city_list b{
    font-weight: 500;
}
.city_block, .city_block_main>div{
    width: 33%;
    margin-bottom: 15px;
}
.city_name{
    width: 100%;
}
body .city_block_main{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.bx-yandex-view-layout,
.bx-yandex-view-map {
    width: 100%;
    height: 600px;
}
.map{
    margin-top: -80px;
}
.map-rel {
    position: relative;
}@media (max-width: 1279px) {
    .city_block, .city_block_main>div {
        width:48%;
        margin-right: 2%;
    }
    .bx-yandex-view-layout,
    .bx-yandex-view-map {
        height: 500px;
    }

    .map__main-content {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }
}

@media (max-width: 768px) {
    .bx-yandex-view-layout,
    .bx-yandex-view-map {
        height: 400px;
    }
    .city_block, .city_block_main>div {
        width:100%;
    }
}

.catalog-element {
    width: 100%;
    margin-bottom: 20px;
    padding: 25px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 1;
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1633606985666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/templates/.default/components/bitrix/catalog/success_2.0_shop_1.0/style.css?1745466470921 */
/* /local/templates/.default/components/bitrix/catalog/success_2.0_shop_1.0/bitrix/catalog.element/.default/style.css?177099142741464 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?16922776841413 */
/* /local/templates/.default/components/ip/nx.highload.list_1.0/success_2.0_filter_buttons_detail_1.0/style.css?1723656590729 */
/* /local/templates/.default/components/bitrix/catalog.item/.default/style.css?178185441046525 */
/* /local/templates/.default/components/bitrix/catalog.top/success_2.0_catalog_top_slider_1.0/section/style.css?17236566032806 */
/* /local/templates/.default/components/bitrix/news.list/success_2.0_reviews_1.0/style.css?174193939218029 */
/* /local/templates/success_2.0/components/bitrix/map.yandex.view/contacts_light/style.css?17683887111909 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1633606985666 */
