

/* Start:/local/templates/main/components/bitrix/catalog/.default/style.css?17404755361165*/
.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;
}

body.bx-theme-blue .catalog-block-header {border-color: #006cc0;}

body.bx-theme-green .catalog-block-header {border-color: #63aa28;}

body.bx-theme-red .catalog-block-header {border-color: #da3737;}

body.bx-theme-yellow .catalog-block-header {border-color: #f4b236;}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?17525797936078*/
.table__pagination {
    margin-top: 2rem;
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.table__pagination a {
    font-size: 18px;
}

.table__pagination a.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.page__active {
    color: #ea5b0c;
    font-weight: 700;
}

.explotation-manual--open {
    display: flex;
    min-height: 48px;
    margin-top: 16px;
    border: 1px solid #145099;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.explotation-manual--open:hover,
.explotation-manual--open:focus {
    color: #145099;
}

/* Таблица размеров */

.offers-table__wrapper {
    position: relative;
    overflow: hidden;
}

.offers-table {
    min-height: 256px;
    max-height: 512px;
    overflow-y: scroll;
    position: relative;
}


.offers-table__scroll-left-btn,
.offers-table__scroll-right-btn {
    width: 72px;
    height: 72px;
    background: #777;
    border-radius: 50%;
    top: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0.25;
    transition: all 0.2s ease;
    align-items: center;
    z-index: 99;
    display: flex;
}

.offers-table__wrapper:hover .offers-table__scroll-left-btn {
    left: 0;
}
.offers-table__wrapper:hover .offers-table__scroll-right-btn {
    left: 100%;
}

.offers-table__scroll-left-btn:hover,
.offers-table__scroll-right-btn:hover {
    opacity: 0.5;
    cursor: pointer;
}

.offers-table__scroll-left-btn svg,
.offers-table__scroll-right-btn svg {
    width: 32px;
    fill: #fff;
}

.offers-table__scroll-left-btn {
    justify-content: right;
    padding-right: 8px;
    left: -100%;
}

.offers-table__scroll-right-btn {
    left: 200%;
    padding-left: 8px;
}

.offers-table__fixed {
    position: sticky;
    top: 0;
    background: #fff;
}
.offers-table__search {
    margin-bottom: 1.5rem;
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
}

.offers-table__search-input {
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    display: inline-block;
    border: 1px solid #89a7cc;
    border-radius:  0.5rem 0 0 0.5rem;
}

.offers-table__search-button {
    margin: 0;
    padding: 0;
    width: 72px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #145099;
    color: #fff;
    border-radius:  0 0.5rem 0.5rem 0;

}

.offers-table__header {
    background: #fff;
}

.offers-table__header,
.offers-table__content-row,
.offers-table__content-row > div > a {
    width: 100%;
    gap: 1px;
    display: flex;
    font-size: 14px;
}

.offers-table__header > div {
    background: #ea5b0c;
    align-items: center;
    justify-content: center !important;
    color: #fff;
    text-align: center;
}

.offers-table__content-row > div {
    transition: all 0.2s ease;
}

.offers-table__content-row:hover > div,
.offers-table__content-row:nth-child(even):hover > div {
    background: rgba(234, 90, 12, 0.1);
}

.offers-table__content-row > div:not([data-area="offer-name"]) {
    text-align: center;
    align-items: center;
    justify-content: center;
    /* pointer-events: none; */
    /* user-select: none; */
}

.offers-table__content-row:nth-child(even) > div {
    background: #eee;
}

.offers-table__header div,
.offers-table__content-row div {
    flex: 0 0 111px;
    padding: 0.5rem;
    display: flex;
    align-items: center;
}

.offers-table__content-row .js-quantity {
    width: 100%;
    text-align: center;
    border: 1px solid #89a7cc;
    border-radius: 0.5rem;
}

.offers-table__content-row svg {
    height: 2rem;
    width: 2rem;
}

.offers-table__content-row .to-bag,
.offers-table__content-row .in-bag {
    display: flex;
    justify-content: center;
    border-left: 1px solid #89a7cc;
}

.offers-table__content-row .to-bag a,
.offers-table__content-row .in-bag a {
    display: flex;
    column-gap: 0.5rem;
    justify-content: center;
}

.offers-table__content-row .to-bag svg {
    fill: #145099;
}

.offers-table div[data-area="offer-name"] {
    /* flex: 0 0 256px !important; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.offers-table div[data-area="offer-name"] > a {
    align-items: center;
    justify-content: center;
};

.cart-main-feature__description-list {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
}

.cart-main-feature__row > span {
    font-weight: 700;
}

.cart-main-feature__description-list dt {
    padding: 0.5rem;
    background: #999;
    font-weight: 300;
    color: #fff;
    font-weight: 500;
}

.cart-main-feature__description-list dd {
    padding: 0.5rem;
    background: #eeeeee;
    text-align: left;
}

.cart-all-feature {
    display: block;
    text-align: right;
}

.cart-feature-table {
    border: none !important;
}

.cart-feature-table tr {
    border: none !important;
}

.cart-feature-table tr:nth-child(even) {
    background: #f0f0f0;
}

.cart-feature-table td {
    border: none !important;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.cart-feature-table  tr td:last-child {
    text-align: right;
}

.cart-trade-mark {
    font-size: 19px;
    padding: 10px 20px;
    background-color: #145099;
    display: inline-flex;
    color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .offers-table {
        font-size: 12px;
    }

    .offers-table__header div,
    .offers-table__content-row div {
        width: calc(100% / 5);
    }

    .offers-table__quantity,
    .offers-table__quantity-value,
    .offers-table__content-row .to-bag span,
    .offers-table__content-row .in-bag span {
        display: none !important;
    }

    .tab__mobile__content {
        padding: 0 !important;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.smart.filter/.default/style.css?1740475536813*/
.bx-filter-container-modef {
	position: absolute;
	right: calc(100% + 10px);
	z-index: 10;
}

.category__rightside.is-fixed .bx-filter-container-modef {
	display: none !important;
}

.bx-filter-parameters-box {
	position: relative;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

.bx-filter-popup-result {
	padding: 3px 5px 2px;
	position: relative;
	top: -6px;
	background-color: #ea5b0c;
}

.bx-filter-popup-result:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #ea5a0c;
	left: 100%;
	top: 50%;
	margin-top: -4px;
}

.bx-filter-popup-result a, .bx-filter-popup-result a:hover, .bx-filter-popup-result a:focus {
	color: #fff;
	white-space: nowrap;
}

.checks {
	position: relative;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/catalog_okl/style.css?17404755362380*/
.catalog-fireproof__leftside__item__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1rem;
    row-gap: 1rem;
    flex-wrap: nowrap;
    flex-direction: row;
}

.catalog-line-date {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
}

.catalog-fireproof__leftside__item__content__image {
    width: 126px !important;
    height: 126px !important;
}

.catalog-fireproof__leftside__item__content__image img {
    width: 100%;
}

.catalog-fire-proof__bg-detail-url {
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.catalog-fireproof__cablestype {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 5;
}

.catalog-fireproof__cablestype p {
    margin-top: 1rem;
    display: inline-block;
}

.okl__description {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 48px;
}

.okl_subtitle {
    justify-content: space-between;
    display: flex !important;
    align-items: center;
    width: 100%;
}

.block-btn__read-all-btn {
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: right;
    margin-bottom: 12px;
}

.all-content {
    padding: 0;
    width: 100%;
    height: 0;
    background: #fff;
    border-radius: 16px;
    /* box-shadow: 0 0 8px rgba(0,0,0,0.5); */
    /* transition: .3s; */
}

.all-content * {
    height: 0;
    font-size: 0;
}

.all-content--active {
    /* padding: 4px 16px 16px 16px; */
    height: auto;
    margin-bottom: 32px;
}

.all-content--active * {
    height: auto;
    font-size: 16px;
    text-align: justify;
}
.okl-head-banner {
    margin-top: 2rem;
     width: 100%;
     margin-bottom: 2rem;
}
.block-btn {
    width: 32%;
    display: inline-block;
    margin-bottom: 2rem;
    color: #fff;
    background: #ea5b0c;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2rem;
    border-radius: 0.5rem;;
    text-align: center;

}

.block-btn:hover,
.block-btn:focus {
    color: #fff;
}
.catalog-line-date__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cableline-procreator-logo {
    width: 100px;
}

@media screen and (max-width: 767px) {
    .catalog-fireproof__leftside__item__content {
        grid-template-columns: repeat(4, auto);
    }
}
/* End */
/* /local/templates/main/components/bitrix/catalog/.default/style.css?17404755361165 */
/* /local/templates/main/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?17525797936078 */
/* /local/templates/main/components/bitrix/catalog.smart.filter/.default/style.css?1740475536813 */
/* /local/templates/main/components/bitrix/catalog.section/catalog_okl/style.css?17404755362380 */
