

/* Start:/products/style.css?17501164114932*/
.products-root-page-preview {
    margin-top: 40px;
}

.products-root-page-preview-list {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.products-root-page-preview-list li {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}

.products-root-page-preview-list li:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 7px;
    width: 11px;
    height: 11px;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205%206.998%22%3E%3Cpath%20fill%3D%22%23f39600%22%20d%3D%22M0%200l5%203.5-5%203.498V0z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}

.products-root-page-preview-image {
    text-align: right;
}

.products-root-page-preview-buttons {
    display: flex;
    justify-content: center;
    gap: 30px 40px;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 60px;
}



.products-root-page-preview-buttons a {
    flex: 0;
    flex-wrap: nowrap;
    white-space: nowrap;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    border: 1px solid #000000;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 768px) {
    .products-root-page-preview-buttons a {
        padding: 10px 40px;
        height: auto;
    }
}


.products-root-page-preview-buttons a:hover {
    background-color: #f39600;
    border-color: #f39600;
    color: #fff;
}

.product-section__item-heading {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 110% !important;
    text-transform: uppercase !important;
    /* color: #FFFFFF !important; */
    /* text-shadow:
        1px 1px 1px rgba(0, 0, 0, 0.2),
        2px 2px 2px rgba(0, 0, 0, 0.15),
        3px 3px 3px rgba(0, 0, 0, 0.1); */
}

.products-section-descriprion {
    padding-left: 40px !important;
}

.products-section-descriprion-row {
    margin-bottom: 40px;
}

.products-section-descriprion h1 {
    margin-top: 0 !important;
    line-height: 1;
}

.products-section-descriprion .products-root-page-preview-buttons {
    margin-top: 0;
    margin-bottom: 0;
    justify-content: flex-start;
}

.products-section-descriprion .products-root-page-preview-buttons a {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 768px) {
    .press__wrapper>.grid-row:first-child::before {
        display: none !important;
    }

    .press__wrapper>.grid-row:first-child {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }

    .products-root-page-preview-buttons {
        flex-direction: column;
    }

    .products-root-page-preview-buttons a {
        width: 100%;
    }

    .products-root-page-preview-buttons a:last-child {
        margin-bottom: 0;
    }
}

.col-md-9.kdx_catalog_filter_wrapper {
    padding-left: 50px;
}

.col-md-9.kdx_catalog_filter_wrapper>.grid-row:first-child>.grid-row {
    display: flex;
    flex-wrap: wrap;
}

.catalog-grid__item {
    margin-bottom: 50px !important;
}

.catalog-grid__item .product {
    height: auto;
    margin-bottom: 20px;
}

.catalog-grid__item .product:hover {
    box-shadow: none !important;
}

.catalog-grid__item .product a.product__link {
    box-shadow: none !important;
    height: auto;
    text-decoration: none !important;
}

.catalog-grid__item .product .product__image-wrapper {
    height: 200px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-grid__item .product .product__image {
    
}

.catalog-grid__item .product:hover .product__image-wrapper {
    border: 1px solid #f39600;
}

.catalog-grid__item .product .product__info {
    margin-top: 20px;
    text-align: left;
    padding: 0;
    padding-top: 20px;
    position: relative;
    text-decoration: none !important;
}

.catalog-grid__item .product .product__info .product__title {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none !important;
}

.catalog-grid__item .product .product__info .product__desc {
    margin-top: 15px;
    text-align: left;
    text-decoration: none !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    max-height: calc(2 * 1.3em);
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/products/bitrix/catalog.element/.default/style.css?17410802201402*/
.product-info__title {
    font-size     : 22px;
    padding       : 0 20px;
    margin-bottom : 30px;
    /*border-bottom: 1px solid rgba(0,0,0,.1);*/
}

.product-info h3 {
    margin : 0;
}

.product-info h2 {
    margin : 0;
}

.grid-row[id^="element_"] {
    padding-left : 30px;
}

.product-info__link-list {
    display        : flex;
    flex-direction : row;
    padding        : 0;
    padding-left   : 0;
}

.product-info__row .product-info__link-list.product-info__link-list-orange {
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-flex-direction : row;
    -ms-flex-direction     : row;
    flex-direction         : row;
    padding-left           : 0px;
    padding-top            : 12px;
}

.product-info__link-list > div {
    margin-right : 20px;
}

.slider-product-thumb__slide {
    border  : 1px solid #e8e8e8;
    opacity : .8 !important;
    display: block;
}

.slider-product-thumb__slide.slick-current {
    border  : 1px solid #e98e00 !important;
    opacity : 1 !important;
}

.slider-product-thumb__slide-frame {

}

.product-info__table-row {
    flex-wrap: wrap;
}

.numeric-type-article-h3-btn{
    display: grid;
    place-content: center;
    cursor: pointer;
    opacity: .7;
    transition: all easy .4s;
}
.numeric-type-article-h3-btn:hover path{
    stroke:#e98e00;
    opacity: 1;
}
/* End */
/* /products/style.css?17501164114932 */
/* /local/templates/.default/components/bitrix/catalog/products/bitrix/catalog.element/.default/style.css?17410802201402 */
