

/* Start:/local/templates/bx_orion_redesign/components/bitrix/breadcrumb/optimus/style.css?1768989329408*/
.breadcrumbs {
    margin: 30px 0 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.breadcrumbs a,
.breadcrumbs .separator,
.breadcrumbs span.number {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #999;
}
.breadcrumbs span.number,
.breadcrumbs a:hover {
    color: #262626;
    text-decoration: none;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17005402542530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/templates/bx_orion_redesign/components/bitrix/catalog.section/catalog/style.css?17631038462038*/
.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.products--triple {
    grid-template-columns: repeat(3, 1fr);
}
.product {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
}
.product__top {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.product__label {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-transform: uppercase;
    color: #f55800;
}
.product__img {
    width: 100%;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.product__title {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.product__title:hover {
    text-decoration: none;
}
.product__caption {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #999;
}
.product__name {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #262626;
}
.product__prices {
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product__price {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #f55800;
}
.product__value {
    font-weight: 600;
    font-size: 20px;
}
.product__button {
    margin-top: 8px;
    width: 100%;
    text-align: center;
}
@media (max-width:996px) {
    .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}
@media (max-width: 640px) {
    .product {
        padding: 16px;
    }
    .product__label {
        font-size: 15px;
    }
    .product__img {
        height: 200px;
    }
}
@media (max-width:440px) {
    .products {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/templates/bx_orion_redesign/components/bitrix/breadcrumb/optimus/style.css?1768989329408 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17005402542530 */
/* /local/templates/bx_orion_redesign/components/bitrix/catalog.section/catalog/style.css?17631038462038 */
