

/* Start:/local/templates/agc/components/inerg/search.title/codes/style.css?16980380592131*/
div.title-search-result {
	border:1px solid var(--bg-light);
	display:none;
	overflow:hidden;
	z-index:205;
	max-width: 640px;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width: 100%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid var(--bg-light);
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
	padding: 5px 10px;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:var(--second-default);
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:var(--main-hover);
}

table.title-search-result td.title-search-more {

}

table.title-search-result td.title-search-more a
{
	color: var(--main-default);
	font-weight: 500;
	vertical-align: top;
	display: block;
	padding: 10px 17px 15px 17px;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/agc/components/inerg/search.title/codes/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/agc/components/bitrix/catalog/.default/style.css?17222466931151*/
.tags-block{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.tags-block--bottom {
    margin-top: 50px;
}
.tags-block a{
    transition: .3s all;
	display: inline-block;
	padding: 5px 23px;
	border-radius: 3px;
	margin-right: 8px;
	margin-bottom: 8px;
    font-size: 16px;
    background: var(--text-white);
}
.tags-block a:hover{
    background: var(--gradient);
    color: var(--text-white);
}

.sidebar-action-slider {
    box-shadow: 0px 10px 45px rgba(228, 235, 239, 0.5);
}
.sidebar-action-slider  img {
    width: 100%;
}


@media screen and (max-width: 767px){
    .tags-block{
        margin-top: 15px;
        margin-bottom: 7px;
        max-height: 90px;
        overflow: hidden;
    }
    .tags-block.opened{
        max-height: none;
    }
    body .tags-block-toggle-btn{
        font-size: 13px;
        text-decoration: dashed;
        cursor: pointer;
        display: inline-block;
        margin-bottom: 15px;
        margin-top: -5px;
        border-bottom: 1px dashed;
    }
    .tags-block a{
        font-size: 13px;
        padding: 4px 10px;
        margin-right: 6px;
        margin-bottom: 8px;
    }
}


/* End */


/* Start:/local/templates/agc/components/bitrix/system.pagenavigation/round-new/style.css?17326925963767*/
.bx-pagination {
	margin: 10px 0;
	text-align: center;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 7px 0 7px;
}
.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: #f6f6f6;
	padding: 0 8px;
	display: block;
	height: 36px;
	min-width: 36px;
	line-height: 36px;
	color: #000;
	font-size: 14px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: var(--main-default);
	font-weight: 700;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	height: 36px;
	min-width: 36px;
	line-height: 36px;
	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: var(--main-default);
	color: var(--text-white);
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev{
    transform: rotate(180deg);
}
.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 var(--main-default);*/
	line-height: 28px;
	color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span svg path,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span svg path,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span svg path{
    stroke: var(--main-default);
}
.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;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span svg path,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span svg path,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span svg path{
    stroke: #E5E9EA;
}
.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;
}

/*color schemes*/
.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: var(--main-default);
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: var(--main-default);
	color: #fff;
}

/* End */


/* Start:/local/templates/agc/components/bitrix/catalog.section/.default/style.css?1722246693847*/
.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
.catalog-items:not(.select_oes) .product-item__code--oes{
	display: none;
}
.catalog-items.select_oes .product-item__code--agc{
	display: none;
}
.catalog-items {
	position: relative;
}
.catalog-items__loader {
	padding-top: 100px;
	display: none;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(255, 255, 255, 0.85);
}
.catalog-items--loading .catalog-items__loader {
	display: block;
}

.catalog-items__loader svg{}
.catalog-items__loader svg circle {
	fill: var(--main-default);
}

@media (max-width: 1024px) {
	.catalog-items {
		overflow-x: scroll;
		display: grid;
	}
}
/* End */


/* Start:/local/templates/agc/components/bitrix/catalog.item/.default/style.css?178058638012110*/
.product-item {
    background: var(--bg-light);
    padding: 20px 30px;
    display: grid;
    column-gap: 38px;
    grid-template-columns: 168px 90px 210px 100px 130px auto 1fr;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
}
.product-item.product-item--not-availability {
    grid-template-columns: 180px 100px 1fr 100px 130px 200px;
}
.product-item.product-item--not-cost {
    grid-template-columns: 180px 100px 1fr 100px 130px 80px;
}
.product-item__brand {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-item__brand img {
    max-width: 100px;
    max-height: 100px;
}
.product-item__date {
    white-space: nowrap;
}
.product-item__status-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.product-item__not-in-range {
    position: absolute;
    right: 30px;
}

.product-item .tooltip__text {
    width: 350px;
}

.product-item--original {
    background-color: rgba(143, 188, 143, 0.2);
}

    /*.catalog-items--waitlist .product-item__available {
        display: none !important;
    }

    .catalog-items--waitlist .product-item__label:nth-child(6) {
        display: none !important;
    }
    .catalog-items--waitlist .product-item {
        grid-template-columns: 150px 130px 1fr 68px 130px 20px;
    }*/
.catalog-items--waitlist .product-item {
    padding: 10px 20px;
    column-gap: 29px;
    grid-template-columns: 158px 70px 175px 100px 130px 100px auto 1fr;
}
.remove-wait-list {
    margin-left: 18px;
}

.product-item__label {
    border: none;
    font-weight: 600;
    font-size: 15px;
    font-family: inherit;
}
.product-item__label select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/local/templates/agc/components/bitrix/catalog.item/.default/../../../../img/icons/select-icon.svg") no-repeat right center;
    padding-right: 15px;
}
.product-item--header {
    padding-top: 0;
    padding-bottom: 16px;
    background: transparent;
    margin-bottom: 0 !important;
}
.product-item--header .product-item__label:first-child {
    transform: translateX(52px);
}
.product-item:not(:last-child) {
    margin-bottom: 10px;
}
.product-item__img {
    display: flex;
    align-items: center;
}
.product-item__img img {
    margin-right: 12px;

}
.product-item__code {
    white-space: nowrap;
}
.product-item__eurocode-link {
    color: var(--main-default);
    text-decoration: none;
}

/* Еврокод в списке каталога: только по классу tooltip--open, без показа по :hover как у остальных .tooltip */
.product-item .tooltip.tooltip--eurocode-click {
    margin-left: 0;
}

.product-item .tooltip.tooltip--eurocode-click:not(.tooltip--open) .tooltip__text {
    display: none !important;
}

.product-item .tooltip.tooltip--eurocode-click.tooltip--open .tooltip__text {
    display: block !important;
    left: 0;
    right: auto;
    transform: none;
    width: 320px;
    white-space: normal;
    box-sizing: border-box;
}

.product-item .tooltip.tooltip--eurocode-click.tooltip--open .tooltip__text table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.product-item .tooltip.tooltip--eurocode-click.tooltip--open .tooltip__text td:first-child {
    width: 40px;
    min-width: 40px;
    padding-right: 12px;
    vertical-align: top;
    white-space: nowrap;
}
/* Подсказки к плашкам OEM / Premium в списке каталога */
.product-item .tooltip.tooltip--catalog-status-hint {
    margin-left: 0;
    align-items: flex-start;
}
/* display нельзя задавать без :hover — перебивает глобальный .tooltip__text { display: none } */
.product-item .tooltip.tooltip--catalog-status-hint .tooltip__text {
    left: 0;
    right: auto;
    transform: none;
    min-width: 210px;
    max-width: min(380px, calc(100vw - 24px));
    padding: 10px 12px;
    white-space: normal;
    line-height: 1.35;
    vertical-align: top;
    box-sizing: border-box;
    overflow-wrap: break-word;
}

.product-item .tooltip.tooltip--catalog-status-hint:hover .tooltip__text {
    display: inline-block;
    width: auto;
}

.product-item__name {
    font-weight: 700;
    color: var(--main-default);
}
.buttons__cart {
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-default);
    cursor: pointer;
}
.product-item__price {}
.product-item__price--request {
    display: flex;
    align-items: center;
}
.product-item__price--request .price__base {
    margin-top: 0;
}
.product-item__price--request .price__partner {
    display: none;
}
.product-item__buttons {
    position: relative;
}
.product-item__buttons--disabled {}
.product-item__buttons--disabled:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 80px;
    left: 0;
    margin: auto;
}
.product-item__buttons--disabled > .product-item-info-container,
.product-item__buttons--disabled > .buttons__cart {
    opacity: .5;
}
.product-item__buttons {}
.product-item__buttons .buttons__cart {
    margin-left: 5px;
    font-size: 0;
}
.product-item__buttons .waitlist__link,
.product-item__buttons .buttons__favorites,
.product-item__buttons .buttons__compare {
    margin-left: 8px;
    display: flex;
}
.buttons__compare.active path,
.buttons__compare.active rect,
.buttons__compare.active rect,
.buttons__favorites.active path{
    fill: var(--second-default);
}
.product-item__ {}
.product-item__ {}
.product-item__ {}
.product-item__ {}
.product-item__ {}

.buttons--disabled .spinner__btn,
.buttons--disabled .buttons__cart {
    background: var(--bg-dark);
}

.product-item__link {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: var(--text-black);
}
.product-item__link svg {
    margin-right: 8px;
}

.stock-item {
    font-size: 14px;
    line-height: 100%;
    border-bottom: 1px solid #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0 6px 0;
    font-weight: 500;
}
.stock-info__item--current {
    color: var(--second-default);
}
.stock-item__name {
    width: 116px;
    margin-right: 5px;
}
.stock-item__cons {
    color: var(--main-default);
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 3px;
    font-weight: 600;
}
.stock-item__phones {
    display: inline-flex;
    flex-direction: column;
}
.stock-item__phone {
    color: var(--main-default);
    max-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.4;
    white-space: nowrap;
    font-size: 13px;
}
.bottom-note {
    margin-top: 15px;
    font-size: 12.5px;
    color: var(--main-default);
    display: block;
    line-height: 1.2;
}

.stock-item__days {
    color: var(--main-default);
    text-transform: uppercase;
    font-size: 10px;
    min-width: 42px;
    white-space: nowrap;
}
.stock-item__days--hidden {
    min-width: 0;
}
.stock-item__status {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: 8px;
}
.stock-item__status--null {
    background-color: var(--second-default);
}
.stock-item__status--malo {
    background-color: #F8CB17;
}
.stock-item__status--mnogo {
    background-color: #599D41;
}

.available__status--other-one,
.stock-item__status--one,
.available__status--one {
    border: 1px solid #599D41;
    background-color: transparent;
    position: relative;
}
.stock-item__status--one:after,
.available__status--other-one:after,
.available__status--one:before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '1';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 10px;
    font-weight: 700;
}
.available__status--other-one {
    border-color: #F8CB17;
}

@media screen and (max-width: 1299px) {
    .product-item {
        padding: 20px;
        column-gap: 25px;
        grid-template-columns: 200px 80px 190px 68px 130px auto 1fr;
    }

    .catalog-items--waitlist .product-item {
        padding: 10px 15px;
        column-gap: 18px;
        grid-template-columns: 165px 70px 170px 68px 120px 100px auto 1fr;
        font-size: 12.5px;
    }
}

.only-mobile-element {
    display: none;
}
.product-item__cons-unavailable-product {
    display: none;
}

.btn-default.btn__cons-unavailable-product {
    padding: 12px 15px;
    font-size: 13px;
}
.btn-default.btn__not-in-range {
    padding-left: 20px;
    padding-right: 20px;
}
.product-item__status.product-item__status--not-in-range {
    background-color: #6d6d6d;
}
.product-item__name.product-item__name--not-in-range {
    color: #6d6d6d;
}

@media (max-width: 1024px) {
    .product-item {
        width: auto;
    }
}
@media (max-width: 767px) {
    .only-mobile-element {
        display: block;
    }
    .product-item {
        grid-template-columns: 150px 100px 190px 100px 130px auto 1fr;
        padding: 10px 20px;
        column-gap: 20px;
        width: 100%;
    }
    .product-item__buttons .buttons__compare {
        margin-left: 10px;
    }
    .product-item__buttons .buttons__favorites {
        margin-left: 10px;
    }

    .product-item__code1 {
        grid-area: prod-eurocode;
    }
    .product-item__code {
        grid-area: prod-agccode;
    }
    .product-item__name-wrapper {
        grid-area: prod-name;
    }
    .product-item__brand {
        grid-area: prod-brand;
        display: flex;
        justify-content: flex-start;
    }
    .product-item__price {
        grid-area: prod-price;
    }
    .product-item__available {
        grid-area: prod-available;
    }
    .product-item__buttons {
        grid-area: prod-buttons;
    }
    .product-item {
        font-size: 15px;
        padding: 30px 20px;
        grid-template-columns: auto;
        row-gap: 22px;
        grid-template-areas: "prod-eurocode prod-agccode"
                             "prod-brand prod-brand"
                             "prod-name prod-name"
                             "prod-price prod-available"
                             "prod-buttons prod-buttons";
    }

    .product-item__buttons .buttons__cart {
        margin-right: auto;
        font-size: 15px;
        width: auto;
        color: white;
        padding: 0 10px;
    }
    .product-item__buttons .buttons__cart svg {
        margin-right: 10px;
    }
    .product-item .buttons {
        justify-content: space-between;
    }
    .product-item .product-item__img {
        display: block;
    }
    .product-item .product-item__img img {
        display: none;
    }
    .product-item__label-header {
        font-weight: 600;
        line-height: 100%;
        margin-bottom: 5px;
    }
    .product-item .price__base {
        margin-top: 0;
    }
    .product-item__status {
        margin-top: 0;
    }
    .product-item .tooltip__text {
        transform: translateX(80px);
    }
    /* Всплывашка расшифровки еврокода — без смещения из правил выше */
    .product-item .tooltip.tooltip--eurocode-click.tooltip--open .tooltip__text {
        transform: none;
    }
    .product-item__img--mobile {
        margin-right: 32px;
    }

    .product-item {
        position: relative;
    }
    .product-item__not-in-range {
        right: 20px;
        bottom: 20px;
        left: 20px;
    }
    .btn-default.btn__not-in-range {
        width: 100%;
    }














}

/* End */


/* Start:/local/templates/agc/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1658925805706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/agc/components/inerg/search.title/codes/style.css?16980380592131 */
/* /local/templates/agc/components/bitrix/catalog/.default/style.css?17222466931151 */
/* /local/templates/agc/components/bitrix/system.pagenavigation/round-new/style.css?17326925963767 */
/* /local/templates/agc/components/bitrix/catalog.section/.default/style.css?1722246693847 */
/* /local/templates/agc/components/bitrix/catalog.item/.default/style.css?178058638012110 */
/* /local/templates/agc/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1658925805706 */
