

/* Start:/local/templates/truck/components/bitrix/catalog/catalog/style.css?16753074741117*/
.grid {}

.grid .bx_content_section {
    margin-bottom: 15px;
}

.grid .bx_sidebar {
    margin-bottom: 15px;
}

/* grid2x1 */

.grid2x1 {}

.grid2x1 .bx_content_section {
    float: left;
    width: 66%;
    margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
    float: right;
    width: 33%;
    margin-bottom: 15px;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width:960px) {
    .grid2x1 .bx_sidebar {
        padding-left: 4%;
    }
}

@media (max-width:640px) {
    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar {
        width: 100%;
        float: none;
    }
    .grid2x1 .bx_sidebar {
        padding-left: 3%;
    }
}

@media (max-width:479px) {
    .grid2x1 .bx_sidebar {
        padding-left: 1%;
    }
}

.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;
}

.related-products .product-slider .slick-prev,
.related-products .product-slider .slick-next {
    top: -32px;
}

/* End */


/* Start:/local/templates/truck/components/bitrix/catalog.smart.filter/catalog-filter/style.css?16753074943884*/
.filter-container {
    background-color: #333333;
    color: #ebebeb;
    padding-top: 34px;
    padding-bottom: 32px;
}

.filter-container h2,
.filter-footer {
    padding-left: 28px;
    padding-right: 28px;
    margin-bottom: 0;
}

.filter-container h2 i {
    display: none;
}

.filter-item:after,
.filter-container h2:after {
    content: '';
    display: block;
    width: 80%;
    margin: 0 auto;
    height: 2px;
    background-color: #4b4b4b;
}

.filter-container h2:after {
    width: 100%;
    margin-top: 18px;
}

.filter-container .filter-footer .btns {
    margin-top: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-container .filter-footer .apply {
    width: 150px;
    height: 44px;
    border-radius: 21px;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    transition: 0.5s all;
    border: none;
}

.filter-container .filter-footer .apply:hover {
    background-color: #d4070e;
}

.filter-container .filter-footer .reset {
    font-size: 13px;
    color: #ffffff;
    text-decoration: underline;
    margin-left: 5px;
    border: none;
    background-color: transparent;
}

.filter-item .name {
    padding: 18px 36px 18px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'Roboto-Bold';
    font-size: 16px;
    color: #ebebeb;
    flex-wrap: wrap;
}

.filter-item .name i.active {
    transform: rotate(-180deg);
}

.filter-item .filter-check {
    padding: 10px 0 10px 28px;
    background-color: #ebebeb;
    height: 164px;
    overflow: auto;
    display: none;
}

.filter-item .filter-check.active {
    display: block;
}

.filter-item .filter-check [type="checkbox"]:not(:checked) + label:before,
.filter-item .filter-check [type="checkbox"]:checked + label:before {
    background-color: rgb(255, 255, 255);
}

.filter-item [type="checkbox"]:not(:checked) + label,
.filter-item [type="checkbox"]:checked + label {
    font-family: 'Roboto-Bold';
}

.filter-container .bx-filter-parameters-box {
    position: relative;
}

.filter-container .bx-filter-popup-result {
    font-size: 13px;
    position: absolute;
    z-index: 915;
    display: none;
    padding: 0 10px;
    white-space: nowrap;
    color: #3f3f3f;
    border: 1px solid #333;
    width: auto;
    top: 10px;
    background-color: #fff;
}

.filter-container .bx-filter-popup-result.left-pos {
    border-width: 2px 10px 2px 2px;
}

.filter-container .bx-filter-popup-result.right-pos {
    border-width: 2px 2px 2px 10px;
}

.filter-container .bx-filter-popup-result.right-pos {
    left: 100%;
}
.filter-container .bx-filter-popup-result.left-pos {
    right: 100%;
}
.filter-container .bx-filter-popup-result a {
    color: #0073a3;
    line-height: 10px;
}
.filter-container .bx-filter-popup-result a:hover {
    text-decoration: none;
}
.filter-container .bx-filter-popup-result-close {
    display: none;
}

@media (max-width: 767px) {

    .filter-container {
        padding: 17px 0;
        height: 53px;
        overflow: hidden;
        margin-bottom: 14px;
    }

    .filter-container.active {
        height: 100%;
    }

    .filter-container h2 i {
        display: block;
        cursor: pointer;
    }

    .filter-container h2 {
        display: flex;
        justify-content: space-between;
    }

    .filter-container h2:after {
        display: none;
    }

    .filter-container .filter-footer .btns {
        justify-content: space-between;
    }

    .filter-item:nth-child(2) {
        margin-top: 15px;
    }

    .filter-item:nth-child(2):before {
        content: '';
        display: block;
        width: 90%;
        margin: 0 auto;
        height: 2px;
        background-color: #4b4b4b;
    }

    .filter-item:after {
        width: 90%;
    }
}

/* End */


/* Start:/local/templates/truck/components/bitrix/catalog.section/catalog-section/style.css?1675307486813*/
.catalog-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.catalog-section .product-item-container,
.catalog-section .product-unit {
    height: 100%;
}

.catalog-section .product-item-container {
    padding-bottom: 18px;
}

.catalog-section .product-item-small-card > .row {
    display: flex;
    flex-wrap: wrap;
}

/*.catalog-section .product-item-small-card [class^="col-"] {
    margin-bottom: 18px;
}*/

.catalog-section .product-item-list-col-1-4,
.catalog-section .product-item-list-col-4-1,
.catalog-section .product-item-list-col-1-6,
.catalog-section .product-item-list-col-6-4 {
    display: flex;
}

.fix-gutter .row {
    margin-left: -8px;
    margin-right: -8px;
}

.fix-gutter [class^="col-"],
.fix-gutter [class*=" col-"] {
    padding-left: 8px;
    padding-right: 8px;
}
/* End */


/* Start:/local/templates/truck/components/bitrix/catalog.item/product-item/style.css?16753074822336*/
.product-unit {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
}

.product-unit .head-slide {
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}

.product-unit .head-slide .image {
    height: 202px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product-unit .product-info {
    clear: both;
    padding: 15px 15px 0 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}

.product-unit:hover .product-info .name a {
    color: #d4070e;
}

.product-unit:hover .product-info .inbascet {
    background-color: #d4070e;
}


.product-unit .product-info .name {
    margin-bottom: 10px;
    min-height: 60px;
}

.product-unit .product-info .name a {
    font-family: 'Roboto-Bold';
    font-size: 14px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    color: #333;
}

.product-unit .product-info .price-box {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    margin-bottom: 10px;
}

.product-unit .product-info .price-box .price_old {
    margin-right: 10px;
    font-size: 16px;
}

.product-unit .product-info .price-box .price {
    font-size: 20px;
}

.product-unit .product-info .select-drop-magazine {
    margin-bottom: 10px;
}

.product-unit .footer-slide {
    margin-bottom: 20px;
    flex-grow: 1;
}

.product-unit .footer-slide .counter {
    float: left;
    width: 81px;
    height: 41px;
    border-radius: 21px;
    border: 1px solid #e6e6e6;
    background-color: #ebebeb;
    line-height: 41px;
    text-align: center;
}

.product-unit .footer-slide .counter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-unit .footer-slide .counter i {
    align-self: stretch;
    padding: 0 5px;
    cursor: pointer;
}

.product-unit .footer-slide .counter i:nth-child(2) {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    cursor: inherit;
}

.product-unit .footer-slide .inbascet {
    float: right;
    line-height: 40px;
    text-align: center;
}

.product-unit .footer-slide .out-of-stock {
    display: block;
    font-size: 16px;
    padding: 10px 0;
}
/* End */
/* /local/templates/truck/components/bitrix/catalog/catalog/style.css?16753074741117 */
/* /local/templates/truck/components/bitrix/catalog.smart.filter/catalog-filter/style.css?16753074943884 */
/* /local/templates/truck/components/bitrix/catalog.section/catalog-section/style.css?1675307486813 */
/* /local/templates/truck/components/bitrix/catalog.item/product-item/style.css?16753074822336 */
