

/* Start:/local/templates/eurochemical_main/styles/catalog.css?178030643616902*/
.catalog-page {
    padding-top: 146px;
}

.catalog-page__title-block {
    width: 100%;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.catalog-page__title {
    min-width: 306px;

    font-size: 32px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
}

.catalog-page__search-block {
    width: 100%;
    height: 48px;
    display: flex;
    gap: 8px;
}

.catalog-page__search-block .text-input__wrapper {
    width: 432px;
    height: 48px;
}

.catalog__search-input {
    max-width: 430px;
    width: 100%;
    height: 46px;
    padding: 15.5px 30px;
    border-radius: 8px;

    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    font-style: Regular;
}

.catalog__search-input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    font-style: Regular;
}

.catalog__search-btn {
    width: 196px;
    border: none;
}

.row {
    display: flex;
    gap: 24px;
}

.catalog__sections {
    width: 100%;
    max-width: 306px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.catalog__section {

}

.catalog__section-head {
    width: 100%;
    padding: 10px 24px;
    border-radius: 8px;
    background: var(--bg-color-faq);
}

.catalog__section-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog__section-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
}

.catalog__section-switcher {
    width: 27px;
    min-width: 27px;
    height: 27px;
    min-height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--bg-color-btn-primary);
}

.switcher__icon {
    width: 12px;
    height: 12px;
    transition: transform 0.2s;
}

.catalog__section.selected .switcher__icon {
    transform: rotate(180deg);
}

.catalog__subsection-list {
    width: 100%;
    padding: 8px 7px 0px;
    display: none;
    list-style: square;
}

.catalog__section.selected .catalog__subsection-list {
    display: block;
}

.catalog__subsection-item {
    margin: 0px 8px 0px 24px;
}

.subsection-item__wrapper {
    padding: 6px 8px 6px 24px;
    margin: 0px -8px 0px -24px;
    border-radius: 4px;
    background: transparent;
}

.catalog__subsection-item::marker {
    font-size: 24px;
    transform: translateY(-50%);
    color: var(--color-font-action-link);
}

.catalog__subsection-item.selected .subsection-item__wrapper {
    background: var(--bg-color-card);
}

.catalog__subsection-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    font-style: Regular;
}

.catalog__products-block {
    width: 100%;
}

.catalog__products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    column-gap: 24px;
}

.catalog__product {
    
}

.product-card {
    min-width: 136px;
    display: flex;
    flex-direction: column;
    gap: 16px;
} 

.product-card__header {
    
}

.card__picture {
    width: 100%;
    border: 1px solid var(--color-border-card);
    border-radius: 8px;
}

.product-card__body {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    font-style: Regular;
    hyphens: auto;
}  

.product-card__body ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: square;

    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-style: inherit;
}  

.product-card__body li {
    margin-left: 16px;

    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-style: inherit;
}  

.product-card__body li::marker {
    font-size: 20px;
    color: var(--color-font-action-link);;
}  

.product-card__title {
    width: 100%;
    margin-bottom: 8px;

    font-size: 20px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
    text-align: center;
} 

.product-card__price {
    margin-top: auto;

    font-size: 20px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
}

.product-card__footer {

}

.product-card__btn {
    width: 100%;
}

.product-card__btn .btn__text {

}

.catalog-page__head_mobile {
    margin-bottom: 16px;
    display: none;
    justify-content: space-between;
    gap: 16px;
}

.catalog-page__section-opener {
    width: fit-content;
    height: fit-content;
    padding: 5px 8px;
    background: var(--bg-color-card);
}

.catalog-page__section-opener .btn__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0%;
    font-style: Medium;
}

.catalog-page__search-opener {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.catalog-page__img {
    width: 100%;
    height: 100%;
}

.search-block__close-btn,
.sections__close-btn {
    display: none;
}

.sections__title {
    display: none;
    margin-bottom: 24px;

    font-size: 24px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
}

@media(max-width:900px) {
    .catalog-page {
        padding-top: 100px;
    }
    .catalog-page__title-block {
        margin-bottom: 0;
    }
    .catalog-page__title {
        display: none;
    }
	.catalog__section {
		margin-bottom: 16px;
	}
    .catalog__products {
        width: fit-content;
        margin: 0 auto;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 36px;
        column-gap: 24px;
    }
    .product-card__header {
        min-width: 136px;
        min-height: 136px;
    }
    .product-card__title {
        font-size: 16px;
    }
    .product-card__body {
        font-size: 14px;
    }
    .product-card__body ul {
        gap: 4px;
    }
    .product-card__body li {
        
    }
    .product-card__body li::marker {
        
    }
    .product-card__price {
        font-size: 16px;
    }
    .catalog-page__search-block {
        max-width: 100vw;
        height: fit-content;
        padding: 81px 12px 45px;
        display: none;
        justify-content: center;
        gap: 8px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        border-bottom-right-radius: 29px;
        border-bottom-left-radius: 20px;
        background: var(--bg-main);
    }
    .catalog-page__search-block.active {
        display: flex;
    }
    .text-input__wrapper {
        
    }
    .catalog__search-input {
        
    }
    .catalog__search-btn {
        
    }
    .catalog__sections {
        max-width: 100vw;
        height: 100vh;
        padding: 72px 12px;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        background: var(--bg-main);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .catalog__sections.active {
        display: block;
    }
    .sections__title {
        display: block;
    }
    .catalog-page__head_mobile {
        display: flex;
    }
    .search-block__close-btn,
    .sections__close-btn {
        display: block;
        position: absolute;
        top: 27px;
        right: 15px;
        cursor: pointer;
    }
}

@media(max-width:500px) {
    .catalog-page__search-block {
        flex-direction: column;
    }
    .catalog__search-input {
        max-width: 100%;
    }
    .catalog-page__search-block .text-input__wrapper {
        width: 100%;
    }
    .catalog-page__search-block .btn {
        width: 100%;
    }
    .catalog-page__search-opener {
        width: 24px;
        height: 24px;
    }
    .catalog-page__section-opener .btn__text {
        font-size: 12px;
    }
    .product-card__title {
        font-size: 12px;
    }
    .product-card__body {
        font-size: 12px;
    }
    .sections__title {
        font-size: 18px;
    }
}



.catalog-page__detail {
    padding-top: 163px;
}

.catalog-page__detail .row {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.product-detail {
    display: inherit;
    flex-direction: inherit;
    gap: inherit;
}

.product-detail__head {
    display: flex;
    gap: 134px;
}

.product-detail__pic-wrapper {
    
}

.product-detail__pic-block {
    width: 416px;
    min-width: 416px;
    height: 416px;
    margin-bottom: 8px;
    border: 1px solid var(--color-border-card);
    border-radius: 8px;
    overflow: hidden;
}

.product-detail__displaed-pic {
    width: 100%;
    height: 100%;
}

.product-detail__img-container {
    display: flex;
    gap: 8px;
}

.product-detail__mini-pic-block {
    width: 64px;
    height: 64px;
    border: 1px solid var(--color-border-card);
    border-radius: 8px;
    overflow: hidden;
}

.product-detail__mini-pic {
    width: 100%;
    height: 100%;
}

.product-detail__text-block {
    width: 100%;
    /*height: 416px;*/
    /*max-height: 416px;*/
    min-height: 416px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-detail__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
}

.product-detail__desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    font-style: Regular;
}

.product-detail__desc p,
.product-detail__desc li {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit
    font-style: inherit;
}

.product-detail__desc li::marker {
    font-size: 18px;
    transform: translateY(-50%);
    color: var(--color-font-action-link);
}

.product-detail__desc ul {
    padding-left: 30px;
    list-style: square;
}

.product-detail__attributes {
    max-width: 416px;
}

.attribute-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.attribute-list__item {
    min-width: 196px;
    padding: 6.5px 14.5px;
    border-radius: 8px;

    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0%;
    font-style: Medium;
    text-align: center;
    background: var(--bg-color-card);
}

.attribute-list__label {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    font-style: Regular;
}

.product-detail__price-block {
    width: 100%;
    max-width: 416px;
    margin-top: auto;
}

.product-detail__price {
    width: 100%;
    margin-bottom: 10px;
    display: block;

    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0%;
    font-style: Medium;
    text-align: center;
}

.product-detail__btn {
    width: 100%; 
}

.product-detail__body {
    width: 100%;
}

.product-detail__subtitle {
    margin-bottom: 24px;

    font-size: 32px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
}



.product-detail__table-container {
    overflow: auto;
}

.product-detail__specs,
.product-detail__body table {

}

.specs-table,
.product-detail__body table {
    width: 100% !important;
    min-width: 800px !important;

    table-layout: unset !important;
}

.product-detail__body colgroup {
    display: none !important;
}

.specs-table__head,
.product-detail__body tbody tr:nth-of-type(1) {
    margin-bottom: 16px !important;
    padding-bottom: 16px !important;
    /*display: table-caption !important;*/
    border-bottom: 1px solid var(--color-border-part) !important;
}

.specs-table__label-title,
.product-detail__body tbody tr:nth-of-type(1) td:nth-of-type(1) {
    /*width: 542px !important;*/
    max-width: 100% !important;

    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 114.99999999999999% !important;
    letter-spacing: 0% !important;
    font-style: Medium !important;
}

.specs-table__value-title,
.product-detail__body tbody tr:nth-of-type(1) td {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 114.99999999999999% !important;
    letter-spacing: 0% !important;
    font-style: Medium !important;

    margin-bottom: 16px !important;
}

.specs-table__row,
.product-detail__body tbody tr {
    width: 100% !important;

    height: auto !important;
}

.specs-table__body,
.product-detail__body tbody {

}

.specs-table__body .specs-table__row,
.product-detail__body tbody tr {
    display: table-row !important;
    margin-bottom: 8px !important;
}

.specs-table__label,
.product-detail__body tbody tr td:nth-of-type(1) {
    /*width: 542px !important;*/
    max-width: 100% !important;
    display: flex !important;
    position: relative !important;
    text-indent: 16px !important;

    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 120% !important;
    letter-spacing: 0% !important;
    font-style: Regular !important;  

    padding: 0 !important;
}

.product-detail__body tbody tr td:nth-of-type(1) {
    width: auto !important; 
}

.product-detail__body tbody tr td:nth-of-type(2) {
    width: auto !important; 
    max-width: 200px;
}

.product-detail__body tbody tr td:nth-of-type(3) {
    width: auto !important; 
}

.product-detail__body tbody tr td:nth-of-type(4) {
    width: auto !important; 
}

.specs-table__label::before {
    content: "" !important;
    width: 8px !important;
    height: 8px !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;  
    transform: translateY(-50%) !important;
    background: var(--color-primary) !important;
}

.specs-table__value,
.product-detail__body tbody tr td {
    min-width: 15px !important; 
    /*width: 100% !important;*/

    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 120% !important;
    letter-spacing: 0% !important;
    font-style: Regular !important;

    border: none !important;
    margin-top: 8px !important;

    overflow: unset !important;
    padding: 0 !important;
    vertical-align: unset !important;
    wrap-strategy: unset !important;
    white-space: unset !important;
    word-wrap: unset !important;
    text-align: unset !important;
}

.specs-table__label-text,
.product-detail__body tbody tr td {
    min-width: fit-content !important;

    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 120% !important;
    letter-spacing: 0% !important;
    font-style: Regular !important;
    text-indent: 0 !important;
    margin-left: 16px !important;
}

.specs-table__bottom-line,
.product-detail__body tbody tr {
    width: 100% !important;
    /*margin-left: 8px !important;*/
    /*opacity: 0.25 !important;*/
    border-bottom: 1px dashed var(--color-border-table) !important;
}



.catalog-page__detail .advantages {
    margin-top: 0px;
    background: transparent;
}

.catalog-page__detail .advantages__title {
    display: none;
}

.catalog-page__detail .section-header {
    padding-top: 0px;
}

.catalog-page__detail .faq__bottom-btn {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 8px;
}

.catalog-page__detail .faq__bottom-text {
    width: 100%;
    
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0%;
    font-style: Medium;
    text-align: center;
    color: var(--color-font-second-light);
}

.catalog-page__detail .bx-breadcrumb {
    margin-top: 0px;
    margin-bottom: 20px;
}

.catalog-page__detail .bx-breadcrumb span {
    color: var(--color-font-second-light);
}

@media(max-width: 1100px) {
    .product-detail__head {
        gap: 36px
    }
}

@media(max-width: 900px) {
    .catalog-page__detail .row {
        gap: 64px;
    }
    .product-detail__head {
        flex-direction: column;
        align-items: center;
    }
    .product-detail__pic-block {
        max-width: 296px;
        min-width: 296px;
        height: 352px;
    }
    .product-detail__text-block {
        height: fit-content;
        max-height: 100%;
    }
    .product-detail__title {
        font-size: 20px;
    }
    .attribute-list__label {
        font-size: 12px;
    }
    .product-detail__attributes {
        max-width: 100%;
    }
    .product-detail__price-block {
        max-width: 100%;
        margin-top: 8px;
    }
    .product-detail__subtitle {
        font-size: 20px;
    }
    .specs-table__label-title {
        font-size: 16px;
    }
    .specs-table__value-title {
        display: none;
    }
    .specs-table__label {
        width: 100%;
        padding-right: 24px;
    }
    .specs-table__label-text {
        font-size: 12px;
    }
    .specs-table__bottom-line {
        border: 0;
    }
    .specs-table__value {
        width: 50%;
        font-size: 12px;
    }
    .specs-table__head {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
}
/* End */


/* Start:/local/templates/eurochemical_main/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.min.css?17794536696236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/eurochemical_main/components/bitrix/system.pagenavigation/main-pager/style.css?1779453626936*/
.pagination-blog{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 8px;
    margin-top: 64px;
}
.pagination-blog_links{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-left: 16px;
    margin-right: 16px;
}
.btn.btn-pagination{
    background-color: transparent;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    color: var(--main-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border:1px solid var(--main-color);
}
.btn.btn-pagination-link{
    background-color: var(--white);
    width: 28px;
    height: 28px;
    border-radius: 4px;
    color: var(--black);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border:1px solid var(--stroke);
}
/* End */


/* Start:/local/templates/eurochemical_main/components/bitrix/catalog.section/catalog/style.min.css?17794536223212*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.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}
/* End */
/* /local/templates/eurochemical_main/styles/catalog.css?178030643616902 */
/* /local/templates/eurochemical_main/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.min.css?17794536696236 */
/* /local/templates/eurochemical_main/components/bitrix/system.pagenavigation/main-pager/style.css?1779453626936 */
/* /local/templates/eurochemical_main/components/bitrix/catalog.section/catalog/style.min.css?17794536223212 */
