

/* Start:/local/templates/symmetron_default/components/bitrix/breadcrumb/.default/style.min.css?1662644805690*/
section.breadcrumbs{margin-top:30px}.bx-breadcrumb{margin:10px 0;padding:0}.bx-breadcrumb .bx-breadcrumb-item:last-child:after,.bx-breadcrumb i{display:none}.bx-breadcrumb .bx-breadcrumb-item{display:inline-block;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle}.bx-breadcrumb .bx-breadcrumb-item span{font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{display:inline-block;vertical-align:middle;border-bottom:none}.bx-breadcrumb-item>a>span:hover{color:#008aff}.bx-breadcrumb .bx-breadcrumb-item:after{content:'/';display:inline-block;margin:0 5px;font-size:13px;line-height:13px}.bx-breadcrumb-item svg{display:block;width:16px;height:14px}
/* End */


/* Start:/local/templates/symmetron_default/components/bitrix/catalog/mcart_three_column/bitrix/catalog.element/.default/style.css?176831196993052*/
.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;
    text-decoration: none;
}

.row::before {
    display: initial;
}

/* CARD */

.card {
    margin-top: 30px;
}

.card h1 {
    margin: 0px;
    font-size: 60px;
    font-weight: normal;
    line-height: 60px;
}

.card-wrapper {
    display: flex;
    margin-top: 30px;
}

.card-content {
    width: 75%;
    padding-right: 20px;
}

.card-sidebar {
    width: 25%;
    margin-top: 28px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 20;
    transition: 0s;
    z-index: 101;
}

.card-nav {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.card-nav li {
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 5px;
    border-bottom: 5px solid transparent;
}

.card-nav li:hover {
    border-bottom: 5px solid #000;
}

.card-nav li:last-child {
    margin-right: 0px;
}

.card-nav li a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #262b2e;
}

.card-content > .content-header {
    border-bottom: 1px solid #bdbfc0;
}


.card-content .section-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d5d5;
}

.section-header h2 {
    margin: 0px;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
}

/* SHORT DESCRIPTION */

.short-description {
    margin-top: 30px;
}

.short-description .section-header {
    display: flex;
    justify-content: space-between;
}

.short-description .section-header h2 {
    width: 50%;
}

.short-description .section-header .section-header__description {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.short-description .section-header .section-header__description span a:hover {
    text-decoration: underline;
}

.short-description .section-content {
    display: flex;
    padding-top: 30px;
}

.short-description .section-content .section-content__image {
    width: 100%;
    max-width: 450px;
}

.short-description .section-content .section-content__description {
    padding-left: 60px;
}

.short-description .section-content .section-content__description ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.short-description .section-content .section-content__description ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.card-pager {
    display: flex;
    justify-content: space-between;
    max-width: 450px;
    margin-top: 10px;
}

.card-pager .card-slide {
    display: block;
    padding: 10px;
}

.card-pager .card-slide.active {
    box-shadow: 0px 0px 5px 0px #008aff;
}


.card-pager .card-slide img {
    display: block;
    width: auto;
    max-width: 100%;
}


/* SPECS */

.specs {
    margin-top: 30px;
}

.specs .section-content {
    padding-top: 30px;
}

.spec-item {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.spec-item__name,
.spec-item__value {
    flex-grow: 1;
}

.spec-item__group {
    max-width: 700px;
    margin-bottom: 30px;
}

.spec-item__group .section-content__header {
    margin-bottom: 10px;
    font-weight: bold;
}

.spec-item__separator {
    align-self: center;
    flex-grow: 35;
    border-bottom: 1px solid #c6c6c6;
}

.spec-item__value {
    text-align: right;
}

/* SIDEBAR */

.card-sidebar__content {
    box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
}

.card-sidebar .card-sidebar__content {
    padding: 0px 0px 30px;
    position: relative;
}

.card-sidebar__content .wholesale {
    margin-top: 0px;
    padding: 0px 30px;
}

.avalibilty {
    display: block;
    padding: 30px 30px 0px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.totalIn {
    margin-bottom: 20px;
    padding: 15px 30px;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.avalibilty:before {
    content: '•';
    display: inline-block;
    margin-right: 5px;
    color: #13af2c;
}

.avalibilty.out:before {
    color: #ff0000;
}

.quantity {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.quantity > span {
    flex-grow: 1;
}

.quantity-items,
.quantity-price {
    font-size: 14px;
}

.quantity-price {
    text-align: right;
}

.quantity .quantity-separator {
    align-self: center;
    flex-grow: 8;
    border-bottom: 1px solid #c6c6c6;
}


form > .price {
    font-size: 30px;
    text-align: center;
}

.add-to-cart {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 11px 0px;
    font-size: 16px;
    text-align: center;
    background-color: #008aff;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.card-sidebar__content .add-to-cart {
    max-width: 250px;
    margin: 0px auto;
}

a.add-to-cart:hover {
    color: #fff;
    opacity: 0.85;
}

.sidebar-favorite a,
.sidebar-question a,
.sidebar-sample {
    display: block;
}

.sidebar-favorite a,
.sidebar-question a {
    font-size: 14px;
    text-decoration: none;
}

.sidebar-favorite a span {
    display: inline-block;
    vertical-align: middle;
}

.sidebar-favorite a span svg,
.sidebar-question a span svg {
    width: 17px;
    height: 17px;
    margin-bottom: -2px;
    fill: #000;
    stroke: #000;
}

.card-sidebar .sidebar-favorite,
.card-sidebar .sidebar-question {
    margin-bottom: 10px;
    padding: 0px 30px;
}

.card-sidebar .sidebar-question {
    margin-top: 60px;
}

.sidebar-question {
    margin-bottom: 30px;
}

.sidebar-favorite {
    margin-top: 20px;
}

.card-sidebar .sidebar-favorite {
    margin-top: 10px;
    margin-bottom: 20px;
}

.sidebar-question:hover a span {
    color: #008aff;
}

.sidebar-favorite:hover span {
    color: #008aff;
}

.sidebar-question:hover svg, .sidebar-favorite:hover svg {
    fill: #008aff;
    stroke: #008aff;
}


.sidebar-sample {
    width: 100%;
    max-width: 193px;
    margin: 0px auto;
    padding: 10px 0px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #d4d5d5;
    border-radius: 5px;
    text-decoration: none;
}

.sidebar-sample:hover {
    background-color: #d4d5d5;
}

/*.showFull .close-sidebar {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
}*/


.card-sidebar.showFull .close-sidebar {
    /*display: none;*/
    display: block;
    position: absolute;
    top: 10px;
    right: 13px;
    width: 20px;
    height: 20px;
}

.close-sidebar span {
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 10px;
    background: #000;
}

.close-sidebar span:first-child {
    transform: rotate(45deg);
}

.close-sidebar span:last-child {
    transform: rotate(-45deg);
}

@media (min-width: 961px) {
    .card-sidebar__content .close-sidebar {
        display: none !important;
    }
}

/* analogue */

.analogue2 {
    padding-top: 30px;
}

.current-product {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.analogue2 .section-content {
    margin-top: 30px;
}


.analogue-table__holder .left-side {
    float: left;
    background-color: #fff;
}


/* .analogue-table__holder {
    overflow-x: scroll;
    white-space: nowrap;
} */

.analogue-table {
    width: 100%;
    border-collapse: collapse;
}


.analogue-table th {
    padding: 10px;
    font-size: 15px;
    line-height: 15px;
}

.analogue-table td, .quantity-pricePerItem {
    font-size: 15px;
}

.analogue-table td {
    padding: 10px;    
    line-height: 15px;
    border-top: 1px solid #bdbfc0;
}

.mini-card.open td {
    border-top: none;
}

.analogue-table th {
    text-align: left;
    white-space: nowrap;
    font-weight: normal;
}

.analogue-table td:first-child,
.analogue-table th:first-child,
.analogue-table td:first-child > a,
.analogue-table th:first-child > a {
    text-decoration: none;
    color: #008aff;
}

.analogue-table__holder .left-side th {
    color: #000;
}

.analogue-table__holder .right-side th {
    font-weight: normal;
}

.analogue-status {
    display: block;
}

.analogue-table .sort-val-up, .analogue-table .sort-val-down {
    font-weight: bold;
}

.analogue-status:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #ff0000;
}

.analogue-status.ordered:before {
    background-color: #0066ff;
}

.analogue-status.stock:before {
    background-color: #13af2c;
}

.analogue-status.order:before {
    background-color: #ff9600;
}


.analogue-table th.sort-val-down:after, .table-filter__sorting.sort-val-down:after {
    transform: rotate(180deg);
}

.analogue-table th:first-child:after {
    display: none;
}

.detail, #analogue, #together, #analogue-card {
    margin-bottom: 50px;
}

button.show-all {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    padding: 10px 0px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #d4d5d5;
    border-radius: 5px;
}

.industry-solutions {
    padding: 30px 15px 60px;
    border-top: 1px solid #bdbfc0;
    border-bottom: 1px solid #bdbfc0;
}

.industry-solutions .solutions {
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
}

.industry-solutions .solutions .solution {
    display: block;
    width: 32.5%;
    height: 300px;
    padding: 20px 13px;
    overflow: hidden;
    border-radius: 5px;
    text-decoration: none;
    background-color: #53545a;
    background-repeat: no-repeat;
    background-size: cover;
}

.industry-solutions .solutions .solution span {
    display: block;
    color: #fff;
}

.industry-solutions .solutions .solution.black span {
    color: #000;
}

.solution-header {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 34px;
}

.solution-content {
    font-size: 16px;
}

.industry-solutions .solutions .solution.solution-1 {
    background-image: url(/local/templates/symmetron_default/components/bitrix/catalog/mcart_three_column/bitrix/catalog.element/.default/../images/industrial1.png);
}

.industry-solutions .solutions .solution.solution-2 {
    background-image: url(/local/templates/symmetron_default/components/bitrix/catalog/mcart_three_column/bitrix/catalog.element/.default/../images/industrial2.png);
}

.industry-solutions .solutions .solution.solution-3 {
    background-image: url(/local/templates/symmetron_default/components/bitrix/catalog/mcart_three_column/bitrix/catalog.element/.default/../images/industrial3.png);
}

/* RANGE SLIDER*/

.items-choise__range {
    height: 75px;
    padding-top: 25px;
    position: relative;
}

.irs-line {
    max-width: 94%;
    height: 5px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #bdbfc0;
}

.irs-to {
    top: -25px;
}


.irs-from {
    top: 10px;
}


.irs-single {
    top: -40px;
}

.default-button.add-filter__unit {
    min-width: 235px;
    margin: 0 auto;
    padding: 11px;
    border-radius: 5px;
}

.range-from, .range-to {
    display: none;
}


.table-filter__selector {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: bottom;
}

.table-filter__sorting {
    display: inline-block;
    font-weight: normal;
}

.items-selector {
    display: block;
    cursor: pointer;
}

.items-selector svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: #727272;
}

.table-filter__list {
    display: none;
    position: absolute;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 12px 13.84px 4.16px rgba(50, 52, 55, 0.1);
    z-index: 35;
}

.table-filter__selector.open .table-filter__list {
    display: block;
    min-width: 300px;
    max-height: 300px;
    white-space: normal;
    overflow: auto;
}

.table-filter__item {
    display: block;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.table-filter__item input {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0px 5px -2px 0px;
    background-image: url(/local/templates/symmetron_default/images/checkbox-false.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px;
    -webkit-appearance: none;
    appearance: none;
}

.table-filter__item input:checked {
    background-image: url(/local/templates/symmetron_default/images/checkbox-true.jpg);
}

.sidebar-favorite.act svg {
    fill: #008aff;
    stroke: #008aff;
}

.sidebar-favorite.act svg:hover {
    fill: #008aff;
    stroke: #008aff;
    opacity: 0.55;
}

.sidebar-favorite.act svg #fill-heart {
    fill: #008aff;
}

.card-sidebar__content .price span {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
}

.noQuantity {
    display: block;
    padding: 0px 30px 15px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #ff0000;
}

.inCartMess {
    display: block;
    padding: 10px 30px 0px;
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    left: 0;
    right: 0;
}

.btn.inCart,
.btn.reqQuant {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding: 11px 0px;
    font-size: 16px;
    text-align: center;
    background-color: #727a81;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.card-sidebar__content .quantity-num__info.quantity-num__instock {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}


.btn.inCart span {
    color: #fff;
}

.card-sidebar__content form {
    position: relative;
}


@media (min-width: 1200px) {
    /*lg*/
    /*6*/
    .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),
        /*4*/
    .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),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*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) {
    /*md*/
    /*6*/
    .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),
        /*4*/
    .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),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*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) {
    /*sm*/
    /*6*/
    .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),
        /*4*/
    .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),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*1*/
    .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
        clear: both
    }
}

@media (max-width: 767px) {
    /*xs*/
    /*6*/
    .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),
        /*4*/
    .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),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*1*/
    .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
        clear: both
    }
}


@media (max-width: 960px) {
    .card-wrapper {
        flex-direction: column;
    }

    .card-content {
        width: 100%;
    }

    .card-sidebar {
        /*width: 100%;*/
        /*max-width: 300px;*/
        width: 300px;
        margin: 0 auto 15px;
        position: relative;
    }

    .industry-solutions .solutions .solution span {
        overflow: hidden;
    }

}

@media (max-width: 768px) {
    .card h1 {
        font-size: 24px;
        line-height: 24px;
    }

    .section-header h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .card-nav li a {
        font-size: 14px;
        line-height: 14px;
    }

    .card-wrapper {
        margin-top: 15px;
    }

    .short-description {
        margin-top: 15px;
    }

    .short-description .section-header .section-header__description span {
        padding-right: 5px;
    }

    .short-description .section-header {
        flex-direction: column;
    }

    .short-description .section-header h2 {
        width: 100%;
        margin-bottom: 15px;
    }

    .short-description .section-header .section-header__description {
        width: 100%;
    }

    .short-description .section-content .section-content__image {
        width: 50%;
        max-width: none;
    }

    .short-description .section-content .section-content__description {
        width: 50%;
        padding-left: 15px;
    }

    .analogue-table th, .analogue-table td {
        font-size: 12px;
    }


    /*.card-sidebar {
		transform: translateY(100px);
	}*/
    .card-sidebar__content {
        padding: 10px;
        box-shadow: none;
        box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1)
    }

    .showFull .card-sidebar__content {
        padding: 30px;
    }

    .showFull .card-sidebar__content {
        box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
    }

    .card-sidebar.showFull .add-to-cart:after {
        text-indent: -9999px;
        display: none;
    }

    .card-sidebar.showFull .add-to-cart {
        text-indent: 0px;
        margin: 30px auto 0;
    }


    .card-sidebar.js-is-sticky {
        max-width: none;
        top: auto !important;
        bottom: 0px;
        transform: translateY(0px);
        position: static !important;
    }

    .card-sidebar.js-is-stuck {
        transform: translateY(0px);
        max-width: none;
    }

    .card-sidebar.js-is-sticky .avalibilty,
    .card-sidebar.js-is-sticky .wholesale,
    .card-sidebar.js-is-sticky .quantity-num,
    .card-sidebar.js-is-sticky .price,
    .card-sidebar.js-is-sticky .sidebar-favorite,
    .card-sidebar.js-is-sticky .sidebar-question,
    .card-sidebar.js-is-sticky .sidebar-sample {
        display: none;
    }

    .card-sidebar .avalibilty,
    .card-sidebar .wholesale,
    .card-sidebar .quantity-num,
    .card-sidebar .price,
    .card-sidebar .sidebar-favorite,
    .card-sidebar .sidebar-question,
    .card-sidebar .sidebar-sample {
        display: none;
    }

    .card-sidebar/*.js-is-sticky*/.showFull .avalibilty,
    .card-sidebar/*.js-is-sticky*/.showFull .wholesale,
    .card-sidebar/*.js-is-sticky*/.showFull .price,
    .card-sidebar/*.js-is-sticky*/.showFull .sidebar-favorite,
    .card-sidebar/*.js-is-sticky*/.showFull .sidebar-question,
    .card-sidebar/*.js-is-sticky*/.showFull .sidebar-sample {
        display: block;
    }

    .card-sidebar.showFull .quantity-num {
        display: flex;
    }


    .card-sidebar.js-is-sticky .add-to-cart {
        margin: 0 auto;
        text-indent: -999999px;
    }

    .card-sidebar.js-is-sticky .add-to-cart:after {
        content: 'Наличие и цены';
        display: block;
        text-align: center;
        color: #fff;
        text-indent: 0px;
        margin-top: -19px;
    }

    .card-sidebar.js-is-sticky.showFull .add-to-cart:after {
        display: none;
    }

    /*.card-sidebar.showFull .add-to-cart:after {
		display: none !important;
	}*/
    /*.card-sidebar.js-is-sticky.showFull .add-to-cart {
		text-indent: 0px;
	}*/
    .card-sidebar.showFull.js-is-sticky .add-to-cart {
        margin: 30px auto 0px;
    }


    .card-sidebar.showFull .close-sidebar {
        display: block;
    }

    .card-sidebar .close-sidebar {
        display: none;
    }

    .card-sidebar .add-to-cart {
        text-indent: -9999px;
    }

    .card-sidebar .add-to-cart:after {
        content: "Наличие и цены";
        display: block;
        margin-top: -19px;
        text-indent: 0px;
        font-size: 14px;
        color: #fff;
        font-size: 16px;
    }

    .card-sidebar.js-is-sticky.showFull .add-to-cart {
        text-indent: 0px;
    }

    .card-sidebar.js-is-sticky.showFull .add-to-cart:after {
        display: none;
    }


}

@media (max-width: 480px) {

    .card-nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .card-nav li {
        width: 50%;
        margin-right: 0px;
        padding-bottom: 0px;
    }

    .short-description .section-content {
        flex-direction: column;
        padding-top: 15px;
    }

    .short-description .section-content .section-content__image {
        width: 100%;
        margin-bottom: 15px;
    }

    .short-description .section-content .section-content__description {
        width: 100%;
        margin-bottom: 15px;
        padding-left: 0px;
    }

    .industry-solutions .solutions {
        flex-direction: column;
    }

    .industry-solutions .solutions .solution {
        width: 100%;
        margin-bottom: 15px;
    }

    .analogue-table th, .analogue-table td {
        font-size: 10px;
    }
}

*

/

.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;
    text-decoration: none;
}

.row::before {
    display: initial;
}

/* CARD */

.card {
    margin-top: 30px;
}

.card h1 {
    margin: 0px;
    font-size: 60px;
    font-weight: normal;
    line-height: 60px;
}

.card-wrapper {
    display: flex;
    margin-top: 30px;
}

.card-content {
    width: 75%;
    padding-right: 20px;
}

.card-sidebar {
    width: 25%;
    margin-top: 28px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 20;
    transition: 0s;
    z-index: 101;
}

.card-nav {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.card-nav li {
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 5px;
    border-bottom: 5px solid transparent;
}

.card-nav li:hover {
    border-bottom: 5px solid #000;
}

.card-nav li:last-child {
    margin-right: 0px;
}

.card-nav li a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #262b2e;
}

.card-content > .content-header {
    border-bottom: 1px solid #bdbfc0;
}


.card-content .section-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d5d5;
}

.section-header h2 {
    margin: 0px;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
}

/* SHORT DESCRIPTION */

.short-description {
    margin-top: 30px;
}

.short-description .section-header {
    display: flex;
    justify-content: space-between;
}

.short-description .section-header h2 {
    width: 50%;
}

.short-description .section-header .section-header__description {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.short-description .section-header .section-header__description span a:hover {
    text-decoration: underline;
}

.short-description .section-content {
    display: flex;
    padding-top: 30px;
}

.short-description .section-content .section-content__image {
    width: 100%;
    max-width: 450px;
}

.short-description .section-content .section-content__description {
    padding-left: 60px;
}

.short-description .section-content .section-content__description ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.short-description .section-content .section-content__description ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.card-pager {
    display: flex;
    justify-content: space-between;
    max-width: 450px;
    margin-top: 10px;
}

.card-pager .card-slide {
    display: block;
    padding: 10px;
}

.card-pager .card-slide.active {
    box-shadow: 0px 0px 5px 0px #008aff;
}


.card-pager .card-slide img {
    display: block;
    width: auto;
    max-width: 100%;
}


/* SPECS */

.specs {
    margin-top: 30px;
}

.specs .section-content {
    padding-top: 30px;
}

.spec-item {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.spec-item__name,
.spec-item__value {
    flex-grow: 1;
}

.spec-item__group {
    max-width: 700px;
    margin-bottom: 30px;
}

.spec-item__group .section-content__header {
    margin-bottom: 10px;
    font-weight: bold;
}

.spec-item__separator {
    align-self: center;
    flex-grow: 35;
    border-bottom: 1px solid #c6c6c6;
}

.spec-item__value {
    text-align: right;
}

/* SIDEBAR */

.card-sidebar__content {
    box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
}

.card-sidebar .card-sidebar__content {
    padding: 0px 0px 30px;
    position: relative;
}

.card-sidebar__content .wholesale {
    margin-top: 0px;
    padding: 0px 30px;
}

.avalibilty {
    display: block;
    padding: 30px 30px 0px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.totalIn {
    margin-bottom: 20px;
    padding: 15px 30px;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.avalibilty:before {
    content: '•';
    display: inline-block;
    margin-right: 5px;
    color: #13af2c;
}

.avalibilty.out:before {
    color: #ff0000;
}

.quantity {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.quantity > span {
    flex-grow: 1;
}

.quantity-items,
.quantity-price {
    font-size: 14px;
}

.quantity-price {
    text-align: right;
}

.quantity .quantity-separator {
    align-self: center;
    flex-grow: 8;
    border-bottom: 1px solid #c6c6c6;
}


form > .price {
    font-size: 30px;
    text-align: center;
}

.add-to-cart {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 11px 0px;
    font-size: 16px;
    text-align: center;
    background-color: #008aff;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.card-sidebar__content .add-to-cart {
    max-width: 250px;
    margin: 0px auto;
}

a.add-to-cart:hover {
    color: #fff;
    opacity: 0.85;
}

.sidebar-favorite a,
.sidebar-question a,
.sidebar-sample {
    display: block;
}

.sidebar-favorite a,
.sidebar-question a {
    font-size: 14px;
    text-decoration: none;
}

.sidebar-favorite a span {
    display: inline-block;
    vertical-align: middle;
}

.sidebar-favorite a span svg,
.sidebar-question a span svg {
    width: 17px;
    height: 17px;
    margin-bottom: -2px;
    fill: #000;
    stroke: #000;
}

.card-sidebar .sidebar-favorite,
.card-sidebar .sidebar-question {
    margin-bottom: 10px;
    padding: 0px 30px;
}

.card-sidebar .sidebar-question {
    margin-top: 60px;
}

.sidebar-question {
    margin-bottom: 30px;
}

.sidebar-favorite {
    margin-top: 20px;
}

.card-sidebar .sidebar-favorite {
    margin-top: 10px;
    margin-bottom: 20px;
}

.sidebar-question:hover a span {
    color: #008aff;
}

.sidebar-favorite:hover span {
    color: #008aff;
}

.sidebar-question:hover svg, .sidebar-favorite:hover svg {
    fill: #008aff;
    stroke: #008aff;
}


.sidebar-sample {
    width: 100%;
    max-width: 193px;
    margin: 0px auto;
    padding: 10px 0px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #d4d5d5;
    border-radius: 5px;
    text-decoration: none;
}

.sidebar-sample:hover {
    background-color: #d4d5d5;
}

/*.showFull .close-sidebar {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
}*/


.close-sidebar {
    /*display: none;*/
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 20px;
    height: 20px;
}

.close-sidebar span {
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 10px;
    background: #000;
}

.close-sidebar span:first-child {
    transform: rotate(45deg);
}

.close-sidebar span:last-child {
    transform: rotate(-45deg);
}

@media (min-width: 961px) {
    .card-sidebar__content .close-sidebar {
        display: none !important;
    }
}

/* analogue */

.analogue2 {
    padding-top: 30px;
}

.current-product {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.analogue2 .section-content {
    margin-top: 30px;
}


.analogue-table__holder .left-side {
    float: left;
    background-color: #fff;
}


/* .analogue-table__holder {
    overflow-x: scroll;
    white-space: nowrap;
} */

.analogue-table {
    width: 100%;
    border-collapse: collapse;
}


.analogue-table th {
    padding: 10px;
    font-size: 15px;
    line-height: 15px;
}

.analogue-table td {
    padding: 10px;
    font-size: 15px;
    line-height: 15px;
    border-top: 1px solid #bdbfc0;
}

.mini-card.open td {
    border-top: none;
}

.analogue-table th {
    text-align: left;
    white-space: nowrap;
    font-weight: normal;
}

.analogue-table td:first-child,
.analogue-table th:first-child,
.analogue-table td:first-child > a,
.analogue-table th:first-child > a {
    text-decoration: none;
    color: #008aff;
}

.analogue-table__holder .left-side th {
    color: #000;
}

.analogue-table__holder .right-side th {
    font-weight: normal;
}

.analogue-status {
    display: block;
}

.analogue-table .sort-val-up, .analogue-table .sort-val-down {
    font-weight: bold;
}

.analogue-status:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #ff0000;
}

.analogue-status.ordered:before {
    background-color: #0066ff;
}

.analogue-status.stock:before {
    background-color: #13af2c;
}

.analogue-status.order:before {
    background-color: #ff9600;
}


.analogue-table th.sort-val-down:after, .table-filter__sorting.sort-val-down:after {
    transform: rotate(180deg);
}

.analogue-table th:first-child:after {
    display: none;
}

.detail, #analogue, #together {
    margin-bottom: 50px;
}


button.show-all {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    padding: 10px 0px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #d4d5d5;
    border-radius: 5px;
}

.industry-solutions {
    padding: 30px 15px 60px;
    border-top: 1px solid #bdbfc0;
    border-bottom: 1px solid #bdbfc0;
}

.industry-solutions .solutions {
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
}

.industry-solutions .solutions .solution {
    display: block;
    width: 32.5%;
    height: 300px;
    padding: 20px 13px;
    overflow: hidden;
    border-radius: 5px;
    text-decoration: none;
    background-color: #53545a;
    background-repeat: no-repeat;
    background-size: cover;
}

.industry-solutions .solutions .solution span {
    display: block;
    color: #fff;
}

.industry-solutions .solutions .solution.black span {
    color: #000;
}

.solution-header {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 34px;
}

.solution-content {
    font-size: 16px;
}

.industry-solutions .solutions .solution.solution-1 {
    background-image: url(/local/templates/symmetron_default/components/bitrix/catalog/mcart_three_column/bitrix/catalog.element/.default/../images/industrial1.png);
}

.industry-solutions .solutions .solution.solution-2 {
    background-image: url(/local/templates/symmetron_default/components/bitrix/catalog/mcart_three_column/bitrix/catalog.element/.default/../images/industrial2.png);
}

.industry-solutions .solutions .solution.solution-3 {
    background-image: url(/local/templates/symmetron_default/components/bitrix/catalog/mcart_three_column/bitrix/catalog.element/.default/../images/industrial3.png);
}

/* RANGE SLIDER*/

.items-choise__range {
    height: 75px;
    padding-top: 25px;
    position: relative;
}

.irs-line {
    max-width: 94%;
    height: 5px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #bdbfc0;
}

.irs-to {
    top: -25px;
}


.irs-from {
    top: 10px;
}


.irs-single {
    top: -40px;
}

.default-button.add-filter__unit {
    min-width: 235px;
    margin: 0 auto;
    padding: 11px;
    border-radius: 5px;
}

.range-from, .range-to {
    display: none;
}


.table-filter__selector {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: bottom;
}

.table-filter__sorting {
    display: inline-block;
    font-weight: normal;
}

.items-selector {
    display: block;
    cursor: pointer;
}

.items-selector svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: #727272;
}

.table-filter__list {
    display: none;
    position: absolute;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 12px 13.84px 4.16px rgba(50, 52, 55, 0.1);
    z-index: 35;
}

.table-filter__selector.open .table-filter__list {
    display: block;
    min-width: 300px;
    max-height: 300px;
    white-space: normal;
    overflow: auto;
}

.table-filter__item {
    display: block;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.table-filter__item input {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0px 5px -2px 0px;
    background-image: url(/local/templates/symmetron_default/images/checkbox-false.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px;
    -webkit-appearance: none;
    appearance: none;
}

.table-filter__item input:checked {
    background-image: url(/local/templates/symmetron_default/images/checkbox-true.jpg);
}

.sidebar-favorite.act svg {
    fill: #008aff;
    stroke: #008aff;
}

.sidebar-favorite.act svg:hover {
    fill: #008aff;
    stroke: #008aff;
    opacity: 0.55;
}

.sidebar-favorite.act svg #fill-heart {
    fill: #008aff;
}

.card-sidebar__content .price span {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
}

.noQuantity {
    display: block;
    padding: 0px 30px 15px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #ff0000;
}

.inCartMess {
    display: block;
    padding: 10px 30px 0px;
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    left: 0;
    right: 0;
}

.btn.inCart,
.btn.reqQuant {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding: 11px 0px;
    font-size: 16px;
    text-align: center;
    background-color: #727a81;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.card-sidebar__content .quantity-num__info.quantity-num__instock {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}


.btn.inCart span {
    color: #fff;
}

.card-sidebar__content form {
    position: relative;
}


@media (min-width: 1200px) {
    /*lg*/
    /*6*/
    .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),
        /*4*/
    .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),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*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) {
    /*md*/
    /*6*/
    .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),
        /*4*/
    .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),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*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) {
    /*sm*/
    /*6*/
    .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),
        /*4*/
    .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),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*1*/
    .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
        clear: both
    }
}

@media (max-width: 767px) {
    /*xs*/
    /*6*/
    .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),
        /*4*/
    .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),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*1*/
    .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
        clear: both
    }
}


@media (max-width: 960px) {
    .card-wrapper {
        flex-direction: column;
    }

    .card-content {
        width: 100%;
    }

    .card-sidebar {
        /*width: 100%;*/
        /*max-width: 300px;*/
        width: 300px;
        margin: 0 auto 15px;
        position: relative;
    }

    .industry-solutions .solutions .solution span {
        overflow: hidden;
    }

}

@media (max-width: 768px) {
    .card h1 {
        font-size: 24px;
        line-height: 24px;
    }

    .section-header h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .card-nav li a {
        font-size: 14px;
        line-height: 14px;
    }

    .card-wrapper {
        margin-top: 15px;
    }

    .short-description {
        margin-top: 15px;
    }

    .short-description .section-header .section-header__description span {
        padding-right: 5px;
    }

    .short-description .section-header {
        flex-direction: column;
    }

    .short-description .section-header h2 {
        width: 100%;
        margin-bottom: 15px;
    }

    .short-description .section-header .section-header__description {
        width: 100%;
    }

    .short-description .section-content .section-content__image {
        width: 50%;
        max-width: none;
    }

    .short-description .section-content .section-content__description {
        width: 50%;
        padding-left: 15px;
    }

    .analogue-table th, .analogue-table td {
        font-size: 12px;
    }


    /*.card-sidebar {
		transform: translateY(100px);
	}*/
    .card-sidebar__content {
        padding: 10px;
        box-shadow: none;
        box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1)
    }

    .showFull .card-sidebar__content {
        padding: 30px;
    }

    .showFull .card-sidebar__content {
        box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
    }

    .card-sidebar.showFull .add-to-cart:after {
        text-indent: -9999px;
        display: none;
    }

    .card-sidebar.showFull .add-to-cart {
        text-indent: 0px;
        margin: 30px auto 0;
    }


    .card-sidebar.js-is-sticky {
        max-width: none;
        top: auto !important;
        bottom: 0px;
        transform: translateY(0px);
        position: static !important;
    }

    .card-sidebar.js-is-stuck {
        transform: translateY(0px);
        max-width: none;
    }

    .card-sidebar.js-is-sticky .avalibilty,
    .card-sidebar.js-is-sticky .wholesale,
    .card-sidebar.js-is-sticky .quantity-num,
    .card-sidebar.js-is-sticky .price,
    .card-sidebar.js-is-sticky .sidebar-favorite,
    .card-sidebar.js-is-sticky .sidebar-question,
    .card-sidebar.js-is-sticky .sidebar-sample {
        display: none;
    }

    .card-sidebar .avalibilty,
    .card-sidebar .wholesale,
    .card-sidebar .quantity-num,
    .card-sidebar .price,
    .card-sidebar .sidebar-favorite,
    .card-sidebar .sidebar-question,
    .card-sidebar .sidebar-sample {
        display: none;
    }

    .card-sidebar/*.js-is-sticky*/.showFull .avalibilty,
    .card-sidebar/*.js-is-sticky*/.showFull .wholesale,
    .card-sidebar/*.js-is-sticky*/.showFull .price,
    .card-sidebar/*.js-is-sticky*/.showFull .sidebar-favorite,
    .card-sidebar/*.js-is-sticky*/.showFull .sidebar-question,
    .card-sidebar/*.js-is-sticky*/.showFull .sidebar-sample {
        display: block;
    }

    .card-sidebar.showFull .quantity-num {
        display: flex;
    }


    .card-sidebar.js-is-sticky .add-to-cart {
        margin: 0 auto;
        text-indent: -999999px;
    }

    .card-sidebar.js-is-sticky .add-to-cart:after {
        content: 'Наличие и цены';
        display: block;
        text-align: center;
        color: #fff;
        text-indent: 0px;
        margin-top: -19px;
    }

    .card-sidebar.js-is-sticky.showFull .add-to-cart:after {
        display: none;
    }

    /*.card-sidebar.showFull .add-to-cart:after {
		display: none !important;
	}*/
    /*.card-sidebar.js-is-sticky.showFull .add-to-cart {
		text-indent: 0px;
	}*/
    .card-sidebar.showFull.js-is-sticky .add-to-cart {
        margin: 30px auto 0px;
    }


    .card-sidebar.showFull .close-sidebar {
        display: block;
    }

    .card-sidebar .close-sidebar {
        display: none;
    }

    .card-sidebar .add-to-cart {
        text-indent: -9999px;
    }

    .card-sidebar .add-to-cart:after {
        content: "Наличие и цены";
        display: block;
        margin-top: -19px;
        text-indent: 0px;
        font-size: 14px;
        color: #fff;
        font-size: 16px;
    }

    .card-sidebar.js-is-sticky.showFull .add-to-cart {
        text-indent: 0px;
    }

    .card-sidebar.js-is-sticky.showFull .add-to-cart:after {
        display: none;
    }


}

@media (max-width: 480px) {

    .card-nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .card-nav li {
        width: 50%;
        margin-right: 0px;
        padding-bottom: 0px;
    }

    .short-description .section-content {
        flex-direction: column;
        padding-top: 15px;
    }

    .short-description .section-content .section-content__image {
        width: 100%;
        margin-bottom: 15px;
    }

    .short-description .section-content .section-content__description {
        width: 100%;
        margin-bottom: 15px;
        padding-left: 0px;
    }

    .industry-solutions .solutions {
        flex-direction: column;
    }

    .industry-solutions .solutions .solution {
        width: 100%;
        margin-bottom: 15px;
    }

    .analogue-table th, .analogue-table td {
        font-size: 10px;
    }
}

*

/

.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;
    text-decoration: none;
}

.row::before {
    display: initial;
}

/* CARD */

.card {
    margin-top: 30px;
}

.card h1 {
    margin: 0px;
    font-size: 60px;
    font-weight: normal;
    line-height: 60px;
}

.card-wrapper {
    display: flex;
    margin-top: 30px;
}

.card-content {
    width: 75%;
    padding-right: 20px;
}

.card-sidebar {
    width: 25%;
    margin-top: 28px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 20;
    transition: 0s;
    z-index: 101;
}

.card-nav {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.card-nav li {
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 5px;
    border-bottom: 5px solid transparent;
}

.card-nav li:hover {
    border-bottom: 5px solid #000;
}

.card-nav li:last-child {
    margin-right: 0px;
}

.card-nav li a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #262b2e;
}

.card-content > .content-header {
    border-bottom: 1px solid #bdbfc0;
}


.card-content .section-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d5d5;
}

.section-header h2 {
    margin: 0px;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
}

/* SHORT DESCRIPTION */

.short-description {
    margin-top: 30px;
}

.short-description .section-header {
    display: flex;
    justify-content: space-between;
}

.short-description .section-header h2 {
    width: 50%;
}

.short-description .section-header .section-header__description {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.short-description .section-header .section-header__description span a:hover {
    text-decoration: underline;
}

.short-description .section-content {
    display: flex;
    padding-top: 30px;
}

.short-description .section-content .section-content__image {
    width: 100%;
    max-width: 450px;
}

.short-description .section-content .section-content__description {
    padding-left: 60px;
}

.short-description .section-content .section-content__description ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.short-description .section-content .section-content__description ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.card-pager {
    display: flex;
    justify-content: space-between;
    max-width: 450px;
    margin-top: 10px;
}

.card-pager .card-slide {
    display: block;
    padding: 10px;
}

.card-pager .card-slide.active {
    box-shadow: 0px 0px 5px 0px #008aff;
}


.card-pager .card-slide img {
    display: block;
    width: auto;
    max-width: 100%;
}


/* SPECS */

.specs {
    margin-top: 30px;
}

.specs .section-content {
    padding-top: 30px;
}

.spec-item {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.spec-item__name,
.spec-item__value {
    flex-grow: 1;
}

.spec-item__group {
    max-width: 700px;
    margin-bottom: 30px;
}

.spec-item__group .section-content__header {
    margin-bottom: 10px;
    font-weight: bold;
}

.spec-item__separator {
    align-self: center;
    flex-grow: 35;
    border-bottom: 1px solid #c6c6c6;
}

.spec-item__value {
    text-align: right;
}

/* SIDEBAR */

.card-sidebar__content {
    box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
}

.card-sidebar .card-sidebar__content {
    padding: 0px 0px 30px;
    position: relative;
}

.card-sidebar__content .wholesale {
    margin-top: 0px;
    padding: 0px 30px;
}

.avalibilty {
    display: block;
    padding: 30px 30px 0px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.totalIn {
    margin-bottom: 20px;
    padding: 15px 30px;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.avalibilty:before {
    content: '•';
    display: inline-block;
    margin-right: 5px;
    color: #13af2c;
}

.avalibilty.out:before {
    color: #ff0000;
}

.quantity {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.quantity > span {
    flex-grow: 1;
}

.quantity-items,
.quantity-price {
    font-size: 14px;
}

.quantity-price {
    text-align: right;
}

.quantity .quantity-separator {
    align-self: center;
    flex-grow: 8;
    border-bottom: 1px solid #c6c6c6;
}


form > .price {
    font-size: 30px;
    text-align: center;
}

.add-to-cart {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 11px 0px;
    font-size: 16px;
    text-align: center;
    background-color: #008aff;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.card-sidebar__content .add-to-cart {
    max-width: 250px;
    margin: 0px auto;
}

a.add-to-cart:hover {
    color: #fff;
    opacity: 0.85;
}

.sidebar-favorite a,
.sidebar-question a,
.sidebar-sample {
    display: block;
}

.sidebar-favorite a,
.sidebar-question a {
    font-size: 14px;
    text-decoration: none;
}

.sidebar-favorite a span {
    display: inline-block;
    vertical-align: middle;
}

.sidebar-favorite a span svg,
.sidebar-question a span svg {
    width: 17px;
    height: 17px;
    margin-bottom: -2px;
    fill: #000;
    stroke: #000;
}

.card-sidebar .sidebar-favorite,
.card-sidebar .sidebar-question {
    margin-bottom: 10px;
    padding: 0px 30px;
}

.card-sidebar .sidebar-question {
    margin-top: 60px;
}

.sidebar-question {
    margin-bottom: 30px;
}

.sidebar-favorite {
    margin-top: 20px;
}

.card-sidebar .sidebar-favorite {
    margin-top: 10px;
    margin-bottom: 20px;
}

.sidebar-question:hover a span {
    color: #008aff;
}

.sidebar-favorite:hover span {
    color: #008aff;
}

.sidebar-question:hover svg, .sidebar-favorite:hover svg {
    fill: #008aff;
    stroke: #008aff;
}


.sidebar-sample {
    width: 100%;
    max-width: 193px;
    margin: 0px auto;
    padding: 10px 0px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #d4d5d5;
    border-radius: 5px;
    text-decoration: none;
}

.sidebar-sample:hover {
    background-color: #d4d5d5;
}

/*.showFull .close-sidebar {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
}*/


.close-sidebar {
    /*display: none;*/
    display: block;
    position: absolute;
    top: 10px;
    right: 30px;
    width: 20px;
    height: 20px;
}

.close-sidebar span {
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 10px;
    background: #000;
}

.close-sidebar span:first-child {
    transform: rotate(45deg);
}

.close-sidebar span:last-child {
    transform: rotate(-45deg);
}

@media (min-width: 961px) {
    .card-sidebar__content .close-sidebar {
        display: none !important;
    }
}

/* analogue */

.analogue2 {
    padding-top: 30px;
}

.current-product {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.analogue2 .section-content {
    margin-top: 30px;
}


.analogue-table__holder .left-side {
    float: left;
    background-color: #fff;
}


/* .analogue-table__holder {
    overflow-x: scroll;
    white-space: nowrap;
} */

.analogue-table {
    width: 100%;
    border-collapse: collapse;
}


.analogue-table th {
    padding: 10px;
    font-size: 15px;
    line-height: 15px;
}

.analogue-table td {
    padding: 10px;
    font-size: 15px;
    line-height: 15px;
    border-top: 1px solid #bdbfc0;
}

.mini-card.open td {
    border-top: none;
}

.analogue-table th {
    text-align: left;
    white-space: nowrap;
    font-weight: normal;
}

.analogue-table td:first-child,
.analogue-table th:first-child,
.analogue-table td:first-child > a,
.analogue-table th:first-child > a {
    text-decoration: none;
    color: #008aff;
}

.analogue-table__holder .left-side th {
    color: #000;
}

.analogue-table__holder .right-side th {
    font-weight: normal;
}

.analogue-status {
    display: block;
}

.analogue-table .sort-val-up, .analogue-table .sort-val-down {
    font-weight: bold;
}

.analogue-status:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #ff0000;
}

.analogue-status.ordered:before {
    background-color: #0066ff;
}

.analogue-status.stock:before {
    background-color: #13af2c;
}

.analogue-status.order:before {
    background-color: #ff9600;
}


.analogue-table th.sort-val-down:after, .table-filter__sorting.sort-val-down:after {
    transform: rotate(180deg);
}

.analogue-table th:first-child:after {
    display: none;
}

.detail, #analogue, #together {
    margin-bottom: 50px;
}


button.show-all {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    padding: 10px 0px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #d4d5d5;
    border-radius: 5px;
}

.industry-solutions {
    padding: 30px 15px 60px;
    border-top: 1px solid #bdbfc0;
    border-bottom: 1px solid #bdbfc0;
}

.industry-solutions .solutions {
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
}

.industry-solutions .solutions .solution {
    display: block;
    width: 32.5%;
    height: 300px;
    padding: 20px 13px;
    overflow: hidden;
    border-radius: 5px;
    text-decoration: none;
    background-color: #53545a;
    background-repeat: no-repeat;
    background-size: cover;
}

.industry-solutions .solutions .solution span {
    display: block;
    color: #fff;
}

.industry-solutions .solutions .solution.black span {
    color: #000;
}

.solution-header {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 34px;
}

.solution-content {
    font-size: 16px;
}

.industry-solutions .solutions .solution.solution-1 {
    background-image: url(/local/templates/symmetron_default/components/bitrix/catalog/mcart_three_column/bitrix/catalog.element/.default/../images/industrial1.png);
}

.industry-solutions .solutions .solution.solution-2 {
    background-image: url(/local/templates/symmetron_default/components/bitrix/catalog/mcart_three_column/bitrix/catalog.element/.default/../images/industrial2.png);
}

.industry-solutions .solutions .solution.solution-3 {
    background-image: url(/local/templates/symmetron_default/components/bitrix/catalog/mcart_three_column/bitrix/catalog.element/.default/../images/industrial3.png);
}

/* RANGE SLIDER*/

.items-choise__range {
    height: 75px;
    padding-top: 25px;
    position: relative;
}

.irs-line {
    max-width: 94%;
    height: 5px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #bdbfc0;
}

.irs-to {
    top: -25px;
}


.irs-from {
    top: 10px;
}


.irs-single {
    top: -40px;
}

.default-button.add-filter__unit {
    min-width: 235px;
    margin: 0 auto;
    padding: 11px;
    border-radius: 5px;
}

.range-from, .range-to {
    display: none;
}


.table-filter__selector {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: bottom;
}

.table-filter__sorting {
    display: inline-block;
    font-weight: normal;
}

.items-selector {
    display: block;
    cursor: pointer;
}

.items-selector svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: #727272;
}

.table-filter__list {
    display: none;
    position: absolute;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 12px 13.84px 4.16px rgba(50, 52, 55, 0.1);
    z-index: 35;
}

.table-filter__selector.open .table-filter__list {
    display: block;
    min-width: 300px;
    max-height: 300px;
    white-space: normal;
    overflow: auto;
}

.table-filter__item {
    display: block;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.table-filter__item input {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0px 5px -2px 0px;
    background-image: url(/local/templates/symmetron_default/images/checkbox-false.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px;
    -webkit-appearance: none;
    appearance: none;
}

.table-filter__item input:checked {
    background-image: url(/local/templates/symmetron_default/images/checkbox-true.jpg);
}

.sidebar-favorite.act svg {
    fill: #008aff;
    stroke: #008aff;
}

.sidebar-favorite.act svg:hover {
    fill: #008aff;
    stroke: #008aff;
    opacity: 0.55;
}

.sidebar-favorite.act svg #fill-heart {
    fill: #008aff;
}

.card-sidebar__content .price span {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
}

.noQuantity {
    display: block;
    padding: 0px 30px 15px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #ff0000;
}

.inCartMess {
    display: block;
    padding: 10px 30px 0px;
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    left: 0;
    right: 0;
}

.btn.inCart,
.btn.reqQuant {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding: 11px 0px;
    font-size: 16px;
    text-align: center;
    background-color: #727a81;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.card-sidebar__content .quantity-num__info.quantity-num__instock {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}


.btn.inCart span {
    color: #fff;
}

.card-sidebar__content form {
    position: relative;
}


@media (min-width: 1200px) {
    /*lg*/
    /*6*/
    .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),
        /*4*/
    .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),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*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) {
    /*md*/
    /*6*/
    .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),
        /*4*/
    .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),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*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) {
    /*sm*/
    /*6*/
    .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),
        /*4*/
    .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),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*1*/
    .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
        clear: both
    }
}

@media (max-width: 767px) {
    /*xs*/
    /*6*/
    .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),
        /*4*/
    .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),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*1*/
    .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
        clear: both
    }
}


@media (max-width: 960px) {
    .card-wrapper {
        flex-direction: column;
    }

    .card-content {
        width: 100%;
    }

    .card-sidebar {
        /*width: 100%;*/
        /*max-width: 300px;*/
        width: 300px;
        margin: 0 auto 15px;
        position: relative;
    }

    .industry-solutions .solutions .solution span {
        overflow: hidden;
    }

}

@media (max-width: 768px) {
    .card h1 {
        font-size: 24px;
        line-height: 24px;
    }

    .section-header h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .card-nav li a {
        font-size: 14px;
        line-height: 14px;
    }

    .card-wrapper {
        margin-top: 15px;
    }

    .short-description {
        margin-top: 15px;
    }

    .short-description .section-header .section-header__description span {
        padding-right: 5px;
    }

    .short-description .section-header {
        flex-direction: column;
    }

    .short-description .section-header h2 {
        width: 100%;
        margin-bottom: 15px;
    }

    .short-description .section-header .section-header__description {
        width: 100%;
    }

    .short-description .section-content .section-content__image {
        width: 50%;
        max-width: none;
    }

    .short-description .section-content .section-content__description {
        width: 50%;
        padding-left: 15px;
    }

    .analogue-table th, .analogue-table td {
        font-size: 12px;
    }


    /*.card-sidebar {
		transform: translateY(100px);
	}*/
    .card-sidebar__content {
        padding: 10px;
        box-shadow: none;
        box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1)
    }

    .showFull .card-sidebar__content {
        padding: 30px;
    }

    .showFull .card-sidebar__content {
        box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
    }

    .card-sidebar.showFull .add-to-cart:after {
        text-indent: -9999px;
        display: none;
    }

    .card-sidebar.showFull .add-to-cart {
        text-indent: 0px;
        margin: 30px auto 0;
    }


    .card-sidebar.js-is-sticky {
        max-width: none;
        top: auto !important;
        bottom: 0px;
        transform: translateY(0px);
        position: static !important;
    }

    .card-sidebar.js-is-stuck {
        transform: translateY(0px);
        max-width: none;
    }

    .card-sidebar.js-is-sticky .avalibilty,
    .card-sidebar.js-is-sticky .wholesale,
    .card-sidebar.js-is-sticky .quantity-num,
    .card-sidebar.js-is-sticky .price,
    .card-sidebar.js-is-sticky .sidebar-favorite,
    .card-sidebar.js-is-sticky .sidebar-question,
    .card-sidebar.js-is-sticky .sidebar-sample {
        display: none;
    }

    .card-sidebar .avalibilty,
    .card-sidebar .wholesale,
    .card-sidebar .quantity-num,
    .card-sidebar .price,
    .card-sidebar .sidebar-favorite,
    .card-sidebar .sidebar-question,
    .card-sidebar .sidebar-sample {
        display: none;
    }

    .card-sidebar/*.js-is-sticky*/.showFull .avalibilty,
    .card-sidebar/*.js-is-sticky*/.showFull .wholesale,
    .card-sidebar/*.js-is-sticky*/.showFull .price,
    .card-sidebar/*.js-is-sticky*/.showFull .sidebar-favorite,
    .card-sidebar/*.js-is-sticky*/.showFull .sidebar-question,
    .card-sidebar/*.js-is-sticky*/.showFull .sidebar-sample {
        display: block;
    }

    .card-sidebar.showFull .quantity-num {
        display: flex;
    }


    .card-sidebar.js-is-sticky .add-to-cart {
        margin: 0 auto;
        text-indent: -999999px;
    }

    .card-sidebar.js-is-sticky .add-to-cart:after {
        content: 'Наличие и цены';
        display: block;
        text-align: center;
        color: #fff;
        text-indent: 0px;
        margin-top: -19px;
    }

    .card-sidebar.js-is-sticky.showFull .add-to-cart:after {
        display: none;
    }

    /*.card-sidebar.showFull .add-to-cart:after {
		display: none !important;
	}*/
    /*.card-sidebar.js-is-sticky.showFull .add-to-cart {
		text-indent: 0px;
	}*/
    .card-sidebar.showFull.js-is-sticky .add-to-cart {
        margin: 30px auto 0px;
    }


    .card-sidebar.showFull .close-sidebar {
        display: block;
    }

    .card-sidebar .close-sidebar {
        display: none;
    }

    .card-sidebar .add-to-cart {
        text-indent: -9999px;
    }

    .card-sidebar .add-to-cart:after {
        content: "Наличие и цены";
        display: block;
        margin-top: -19px;
        text-indent: 0px;
        font-size: 14px;
        color: #fff;
        font-size: 16px;
    }

    .card-sidebar.js-is-sticky.showFull .add-to-cart {
        text-indent: 0px;
    }

    .card-sidebar.js-is-sticky.showFull .add-to-cart:after {
        display: none;
    }


}

@media (max-width: 480px) {

    .card-nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .card-nav li {
        width: 50%;
        margin-right: 0px;
        padding-bottom: 0px;
    }

    .short-description .section-content {
        flex-direction: column;
        padding-top: 15px;
    }

    .short-description .section-content .section-content__image {
        width: 100%;
        margin-bottom: 15px;
    }

    .short-description .section-content .section-content__description {
        width: 100%;
        margin-bottom: 15px;
        padding-left: 0px;
    }

    .industry-solutions .solutions {
        flex-direction: column;
    }

    .industry-solutions .solutions .solution {
        width: 100%;
        margin-bottom: 15px;
    }

    .analogue-table th, .analogue-table td {
        font-size: 10px;
    }
}

.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;
    text-decoration: none;
}

.row::before {
    display: initial;
}

/* CARD */

.card {
    margin-top: 30px;
}

.card h1 {
    margin: 0px;
    font-size: 60px;
    font-weight: normal;
    line-height: 60px;
}

.card-wrapper {
    display: flex;
    margin-top: 30px;
}

.card-content {
    width: 75%;
    padding-right: 20px;
}

.card-sidebar {
    width: 25%;
    margin-top: 28px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 20;
    transition: 0s;
    z-index: 101;
}

.card-nav {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.card-nav li {
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 5px;
    border-bottom: 5px solid transparent;
}

.card-nav li:hover {
    border-bottom: 5px solid #000;
}

.card-nav li:last-child {
    margin-right: 0px;
}

.card-nav li a {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #262b2e;
}

.card-content > .content-header {
    border-bottom: 1px solid #bdbfc0;
}


.card-content .section-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d5d5;
}

.section-header h2 {
    margin: 0px;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
}

/* SHORT DESCRIPTION */

.short-description {
    margin-top: 30px;
}

.short-description .section-header {
    display: flex;
    justify-content: space-between;
}

.short-description .section-header h2 {
    width: 50%;
}

.short-description .section-header .section-header__description {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.short-description .section-header .section-header__description span {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    color: #4c4c4c;
}

.short-description .section-header .section-header__description span a {
    color: #008aff;
}

.short-description .section-header .section-header__description span a:hover {
    text-decoration: underline;
}

.short-description .section-content {
    display: flex;
    padding-top: 30px;
}

.short-description .section-content .section-content__image {
    width: 100%;
    max-width: 450px;
}

.short-description .section-content .section-content__description {
    padding-left: 60px;
}

.short-description .section-content .section-content__description ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.short-description .section-content .section-content__description ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.card-pager {
    display: flex;
    justify-content: space-between;
    max-width: 450px;
    margin-top: 10px;
}

.card-pager .card-slide {
    display: block;
    padding: 10px;
}

.card-pager .card-slide.active {
    box-shadow: 0px 0px 5px 0px #008aff;
}


.card-pager .card-slide img {
    display: block;
    width: auto;
    max-width: 100%;
}


/* SPECS */

.specs {
    margin-top: 30px;
}

.specs .section-content {
    padding-top: 30px;
}

.spec-item {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.spec-item__name,
.spec-item__value {
    flex-grow: 1;
}

.spec-item__group {
    max-width: 700px;
    margin-bottom: 30px;
}

.spec-item__group .section-content__header {
    margin-bottom: 10px;
    font-weight: bold;
}

.spec-item__separator {
    align-self: center;
    flex-grow: 35;
    border-bottom: 1px solid #c6c6c6;
}

.spec-item__value {
    text-align: right;
}

/* DOCS */

.docs {
    margin-top: 30px;
}

.google-search {
    margin-bottom: 30px;
}

.google-search a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.google-search a img {
    display: block;
    width: 40px;
    margin-right: 7px;
}

.google-search a svg {
    display: block;
    width: 28px;
    height: 30px;
    transform: rotate(180deg);
    margin-left: 10px;
}


/* SIDEBAR */

.card-sidebar__content {
    box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
}

.card-sidebar .card-sidebar__content {
    padding: 0px 0px 30px;
    position: relative;
}

.card-sidebar__content .wholesale {
    margin-top: 0px;
    padding: 0px 30px;
}

.avalibilty {
    display: block;
    padding: 30px 30px 0px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.totalIn {
    margin-bottom: 20px;
    padding: 15px 30px;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.avalibilty:before {
    content: '•';
    display: inline-block;
    margin-right: 5px;
    color: #13af2c;
}

.avalibilty.out:before {
    color: #ff0000;
}

.quantity {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.quantity > span {
    flex-grow: 1;
}

.quantity-items,
.quantity-price {
    font-size: 14px;
}

.quantity-price {
    text-align: right;
}

.quantity .quantity-separator {
    align-self: center;
    flex-grow: 8;
    border-bottom: 1px solid #c6c6c6;
}


form > .price {
    font-size: 30px;
    text-align: center;
}

.add-to-cart {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 11px 0px;
    font-size: 16px;
    text-align: center;
    background-color: #008aff;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.card-sidebar__content .add-to-cart {
    max-width: 250px;
    margin: 0px auto;
}

a.add-to-cart:hover {
    color: #fff;
    opacity: 0.85;
}

.sidebar-favorite a,
.sidebar-question a,
.sidebar-sample {
    display: block;
}

.sidebar-favorite a,
.sidebar-question a {
    font-size: 14px;
    text-decoration: none;
}

.sidebar-favorite a span {
    display: inline-block;
    vertical-align: middle;
}

.sidebar-favorite a span svg,
.sidebar-question a span svg {
    width: 17px;
    height: 17px;
    margin-bottom: -2px;
    fill: #000;
    stroke: #000;
}

.card-sidebar .sidebar-favorite,
.card-sidebar .sidebar-question {
    margin-bottom: 10px;
    padding: 0px 30px;
}

.card-sidebar .sidebar-question {
    margin-top: 60px;
}

.sidebar-question {
    margin-bottom: 30px;
}

.sidebar-favorite {
    margin-top: 20px;
}

.card-sidebar .sidebar-favorite {
    margin-top: 10px;
    margin-bottom: 20px;
}

.sidebar-question:hover a span {
    color: #008aff;
}

.sidebar-favorite:hover span {
    color: #008aff;
}

.sidebar-question:hover svg, .sidebar-favorite:hover svg {
    fill: #008aff;
    stroke: #008aff;
}


.sidebar-sample {
    width: 100%;
    max-width: 193px;
    margin: 0px auto;
    padding: 10px 0px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #d4d5d5;
    border-radius: 5px;
    text-decoration: none;
}

.sidebar-sample:hover {
    background-color: #d4d5d5;
}

/*.showFull .close-sidebar {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
}*/


.close-sidebar {
    /*display: none;*/
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 20px;
    height: 20px;
}

.close-sidebar span {
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 10px;
    background: #000;
}

.close-sidebar span:first-child {
    transform: rotate(45deg);
}

.close-sidebar span:last-child {
    transform: rotate(-45deg);
}

@media (min-width: 961px) {
    .card-sidebar__content .close-sidebar {
        display: none !important;
    }
}

/* analogue */

.analogue2 {
    padding-top: 30px;
}

.current-product {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.analogue2 .section-content {
    margin-top: 30px;
}


.analogue-table__holder .left-side {
    float: left;
    background-color: #fff;
}


/* .analogue-table__holder {
    overflow-x: scroll;
    white-space: nowrap;
} */

.analogue-table {
    width: 100%;
    border-collapse: collapse;
}


.analogue-table th {
    padding: 10px;
    font-size: 15px;
    line-height: 15px;
}

.analogue-table td {
    padding: 10px;
    font-size: 15px;
    line-height: 15px;
    border-top: 1px solid #bdbfc0;
}

.analogue-table tr:first-child td {
	 border-top: none;
}

.mini-card.open td {
    border-top: none;
}

.analogue-table th {
    text-align: left;
    white-space: nowrap;
    font-weight: normal;
}

.analogue-table td:first-child,
.analogue-table th:first-child,
.analogue-table td:first-child > a,
.analogue-table th:first-child > a {
    text-decoration: none;
    color: #000;
}

.analogue-table__holder .left-side th {
    color: #000;
}

.analogue-table__holder .right-side th {
    font-weight: normal;
}

.analogue-status {
    display: block;
}

.analogue-table .sort-val-up, .analogue-table .sort-val-down {
    font-weight: bold;
}

.analogue-status:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #ff0000;
}

.analogue-status.ordered:before {
    background-color: #0066ff;
}

.analogue-status.stock:before {
    background-color: #13af2c;
}

.analogue-status.order:before {
    background-color: #ff9600;
}


.analogue-table th.sort-val-down:after, .table-filter__sorting.sort-val-down:after {
    transform: rotate(180deg);
}

.analogue-table th:first-child:after {
    display: none;
}

.detail, #analogue, #together {
    margin-bottom: 50px;
}


button.show-all {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    padding: 10px 0px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #d4d5d5;
    border-radius: 5px;
}

.industry-solutions {
    padding: 30px 15px 60px;
    border-top: 1px solid #bdbfc0;
    border-bottom: 1px solid #bdbfc0;
}

.industry-solutions .solutions {
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
}

.industry-solutions .solutions .solution {
    display: block;
    width: 32.5%;
    height: 300px;
    padding: 20px 13px;
    overflow: hidden;
    border-radius: 5px;
    text-decoration: none;
    background-color: #53545a;
    background-repeat: no-repeat;
    background-size: cover;
}

.industry-solutions .solutions .solution span {
    display: block;
    color: #fff;
}

.industry-solutions .solutions .solution.black span {
    color: #000;
}

.solution-header {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 34px;
}

.solution-content {
    font-size: 16px;
}

.industry-solutions .solutions .solution.solution-1 {
    background-image: url(/local/templates/symmetron_default/components/bitrix/catalog/mcart_three_column/bitrix/catalog.element/.default/../images/industrial1.png);
}

.industry-solutions .solutions .solution.solution-2 {
    background-image: url(/local/templates/symmetron_default/components/bitrix/catalog/mcart_three_column/bitrix/catalog.element/.default/../images/industrial2.png);
}

.industry-solutions .solutions .solution.solution-3 {
    background-image: url(/local/templates/symmetron_default/components/bitrix/catalog/mcart_three_column/bitrix/catalog.element/.default/../images/industrial3.png);
}

/* RANGE SLIDER*/

.items-choise__range {
    height: 75px;
    padding-top: 25px;
    position: relative;
}

.irs-line {
    max-width: 94%;
    height: 5px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #bdbfc0;
}

.irs-to {
    top: -25px;
}


.irs-from {
    top: 10px;
}


.irs-single {
    top: -40px;
}

.default-button.add-filter__unit {
    min-width: 235px;
    margin: 0 auto;
    padding: 11px;
    border-radius: 5px;
}

.range-from, .range-to {
    display: none;
}


.table-filter__selector {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: bottom;
}

.table-filter__sorting {
    display: inline-block;
    font-weight: normal;
}

.items-selector {
    display: block;
    cursor: pointer;
}

.items-selector svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: #727272;
}

.table-filter__list {
    display: none;
    position: absolute;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 12px 13.84px 4.16px rgba(50, 52, 55, 0.1);
    z-index: 35;
}

.table-filter__selector.open .table-filter__list {
    display: block;
    min-width: 300px;
    max-height: 300px;
    white-space: normal;
    overflow: auto;
}

.table-filter__item {
    display: block;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.table-filter__item input {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0px 5px -2px 0px;
    background-image: url(/local/templates/symmetron_default/images/checkbox-false.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px;
    -webkit-appearance: none;
    appearance: none;
}

.table-filter__item input:checked {
    background-image: url(/local/templates/symmetron_default/images/checkbox-true.jpg);
}

.sidebar-favorite.act svg {
    fill: #008aff;
    stroke: #008aff;
}

.sidebar-favorite.act svg:hover {
    fill: #008aff;
    stroke: #008aff;
    opacity: 0.55;
}

.sidebar-favorite.act svg #fill-heart {
    fill: #008aff;
}

.card-sidebar__content .price span {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
}

.noQuantity {
    display: block;
    padding: 0px 30px 15px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #ff0000;
}

.inCartMess {
    display: block;
    padding: 10px 30px 0px;
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    left: 0;
    right: 0;
}

.btn.inCart,
.btn.reqQuant {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding: 11px 0px;
    font-size: 16px;
    text-align: center;
    background-color: #727a81;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.card-sidebar__content .quantity-num__info.quantity-num__instock {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}


.btn.inCart span {
    color: #fff;
}

.card-sidebar__content form {
    position: relative;
}


@media (min-width: 1200px) {
    /*lg*/
    /*6*/
    .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),
        /*4*/
    .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),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*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) {
    /*md*/
    /*6*/
    .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),
        /*4*/
    .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),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*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) {
    /*sm*/
    /*6*/
    .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),
        /*4*/
    .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),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*1*/
    .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
        clear: both
    }
}

@media (max-width: 767px) {
    /*xs*/
    /*6*/
    .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),
        /*4*/
    .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),
        /*3*/
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
        /*2*/
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
        /*1*/
    .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
        clear: both
    }

	.item-info__description {
		height: auto;
		position: static;
	
	}

}


@media (max-width: 960px) {
    .card-wrapper {
        flex-direction: column;
    }

    .card-content {
        width: 100%;
    }

    .card-sidebar {
        /*width: 100%;*/
        /*max-width: 300px;*/
        width: 300px;
        margin: 0 auto 15px;
        position: relative;
    }

    .industry-solutions .solutions .solution span {
        overflow: hidden;
    }

}

@media (max-width: 768px) {
    .card h1 {
        font-size: 24px;
        line-height: 24px;
    }

    .section-header h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .card-nav li a {
        font-size: 14px;
        line-height: 14px;
    }

    .card-wrapper {
        margin-top: 15px;
    }

    .short-description {
        margin-top: 15px;
    }

    .short-description .section-header .section-header__description span {
        padding-right: 5px;
    }

    .short-description .section-header {
        flex-direction: column;
    }

    .short-description .section-header h2 {
        width: 100%;
        margin-bottom: 15px;
    }

    .short-description .section-header .section-header__description {
        width: 100%;
    }

    .short-description .section-content .section-content__image {
        width: 50%;
        max-width: none;
    }

    .short-description .section-content .section-content__description {
        width: 50%;
        padding-left: 15px;
    }

    .analogue-table th, .analogue-table td {
        font-size: 12px;
    }


    /*.card-sidebar {
		transform: translateY(100px);
	}*/
    .card-sidebar__content {
        padding: 10px;
        box-shadow: none;
        box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1)
    }

    .showFull .card-sidebar__content {
        padding: 30px;
    }

    .showFull .card-sidebar__content {
        box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
    }

    .card-sidebar.showFull .add-to-cart:after {
        text-indent: -9999px;
        display: none;
    }

    .card-sidebar.showFull .add-to-cart {
        text-indent: 0px;
        margin: 30px auto 0;
    }


    .card-sidebar.js-is-sticky {
        max-width: none;
        top: auto !important;
        bottom: 0px;
        transform: translateY(0px);
        position: static !important;
    }

    .card-sidebar.js-is-stuck {
        transform: translateY(0px);
        max-width: none;
    }

    .card-sidebar.js-is-sticky .avalibilty,
    .card-sidebar.js-is-sticky .wholesale,
    .card-sidebar.js-is-sticky .quantity-num,
    .card-sidebar.js-is-sticky .price,
    .card-sidebar.js-is-sticky .sidebar-favorite,
    .card-sidebar.js-is-sticky .sidebar-question,
    .card-sidebar.js-is-sticky .sidebar-sample {
        display: none;
    }

    .card-sidebar .avalibilty,
    .card-sidebar .wholesale,
    .card-sidebar .quantity-num,
    .card-sidebar .price,
    .card-sidebar .sidebar-favorite,
    .card-sidebar .sidebar-question,
    .card-sidebar .sidebar-sample {
        display: none;
    }

    .card-sidebar/*.js-is-sticky*/.showFull .avalibilty,
    .card-sidebar/*.js-is-sticky*/.showFull .wholesale,
    .card-sidebar/*.js-is-sticky*/.showFull .price,
    .card-sidebar/*.js-is-sticky*/.showFull .sidebar-favorite,
    .card-sidebar/*.js-is-sticky*/.showFull .sidebar-question,
    .card-sidebar/*.js-is-sticky*/.showFull .sidebar-sample {
        display: block;
    }

    .card-sidebar.showFull .quantity-num {
        display: flex;
    }


    .card-sidebar.js-is-sticky .add-to-cart {
        margin: 0 auto;
        text-indent: -999999px;
    }

    .card-sidebar.js-is-sticky .add-to-cart:after {
        content: 'Наличие и цены';
        display: block;
        text-align: center;
        color: #fff;
        text-indent: 0px;
        margin-top: -19px;
    }


    .card-sidebar.js-is-sticky.showFull .add-to-cart:after {
        display: none;
    }

    /*.card-sidebar.showFull .add-to-cart:after {
		display: none !important;
	}*/
    /*.card-sidebar.js-is-sticky.showFull .add-to-cart {
		text-indent: 0px;
	}*/
    .card-sidebar.showFull.js-is-sticky .add-to-cart {
        margin: 30px auto 0px;
    }


    .card-sidebar.showFull .close-sidebar {
        display: block;
    }

    .card-sidebar .close-sidebar {
        display: none;
    }

    .card-sidebar .add-to-cart {
        text-indent: -9999px;
    }

    .card-sidebar .add-to-cart:after {
        content: "Наличие и цены";
        display: block;
        margin-top: -19px;
        text-indent: 0px;
        font-size: 14px;
        color: #fff;
        font-size: 16px;
    }

    .card-sidebar.js-is-sticky.showFull .add-to-cart {
        text-indent: 0px;
    }

    .card-sidebar.js-is-sticky.showFull .add-to-cart:after {
        display: none;
    }


}

@media (max-width: 480px) {
    .card-nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .card-nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .card-nav li {
        width: 50%;
        margin-right: 0px;
        padding-bottom: 0px;
    }

    .short-description .section-content {
        flex-direction: column;
        padding-top: 15px;
    }

    .short-description .section-content .section-content__image {
        width: 100%;
        margin-bottom: 15px;
    }

    .short-description .section-content .section-content__description {
        width: 100%;
        margin-bottom: 15px;
        padding-left: 0px;
    }

    .industry-solutions .solutions {
        flex-direction: column;
    }

    .industry-solutions .solutions .solution {
        width: 100%;
        margin-bottom: 15px;
    }

    .analogue-table th, .analogue-table td {
        font-size: 10px;
    }
}

.mcart-right a svg {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.mcart-left a svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.mcart-left-right {
    margin-bottom: 40px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .mcart-left-right .wrapper {
        display: flex;
        align-items: center;
    }

    .mcart-left, .mcart-right {
        width: 45%;
    }

    .mcart-left a span {
        max-width: 70%;
        font-size: 14px;
        word-wrap: break-word;
    }

    .mcart-right a span {
        max-width: 70%;
        font-size: 14px;
        word-wrap: break-word;
    }

    .mcart-left a,
    .mcart-right a {
        align-items: center !important;
    }

    .mcart-left a {
        justify-content: flex-start !important;
    }

    .mcart-right a {
        justify-content: flex-end !important;
    }
}

.partner-icon {
    width: 42px;
}

/* End */


/* Start:/local/components/mcart/catalog.quantity/templates/detail/style.css?16626448054047*/
.in-box {
	margin-top: 5px;
	font-size: 12px;
	color: #7a7a7a;
}

.not-multiples a {
	color: #008aff;
}

.not-multiples > span {
	display: flex;
}

.not-multiples svg {
	display: block;
	width: 10px;
	height: 12px;
	margin-right: 5px;
	margin-left: -15px;
}

.trash, .not-equal--svg {
	fill: #a7a5a6;
}

.card-sidebar__content .in-box.not-multiples {
	padding: 10px 40px 0px;
}



.wholesale {
	margin-top: 20px;
}

.avalibilty {
	display: block;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}

.avalibilty:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 5px;
	vertical-align: middle;
	color: #13af2c;
	background-color: #13af2c;
	border-radius: 50%;
}

.avalibilty.out:before {
	color: #ff0000;
	background-color: #ff0000;
}

.quantity {
	display: flex;
	margin-bottom: 10px;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.quantity > span {
	flex-grow: 1;
}

.quantity-items,
.quantity-price {
	font-size: 14px;
}

.quantity-price {
	text-align: right;
}

.quantity .quantity-separator {
	align-self: center;
	flex-grow: 8;
	border-bottom: 1px solid #c6c6c6;
}


form > .price {
	font-size: 30px;
	text-align: center;
}

.add-to-cart {
	display: block;
	width: 100%;
	margin-top: 20px;
	padding: 11px 0px;
	font-size: 16px;
	text-align: center;
	background-color: #008aff;
	color: #fff;
	border-radius: 5px;
}

.card-sidebar__content .add-to-cart .cart-i {
    display: inline-block;
    width: 20px;
	height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    fill: #fff;
}

.card-sidebar__content .btn.inCart .inCart-i {
    display: inline-block;
    width: 20px;
	height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    fill: #fff;
}

.card-sidebar__content .add-to-cart.req {
	margin-top: 20px;
}

.add-to-cart:hover {
	opacity: 0.85;
}

.sidebar-favorite,
.sidebar-question a,
.sidebar-sample {
	display: block;
}

.sidebar-favorite,
.sidebar-question a {
	font-size: 14px;
	text-decoration: none;
}

.sidebar-favorite span {
	display: inline-block;
	vertical-align: middle;
}

.sidebar-favorite span svg {
	width: 17px;
	margin-bottom: -2px;
	fill: #000;
	stroke: #000;
}

.sidebar-favorite,
.sidebar-question {
	margin-bottom: 10px;
}

.sidebar-favorite {
	margin-top: 20px;
}

.sidebar-sample {
	width: 100%;
	max-width: 190px;
	margin: 0px auto;
	padding: 10px 0px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #d4d5d5;
	border-radius: 5px;
}

.sidebar-sample:hover {
	opacity: 0.85;
}
.cb {
	clear: both;
}

#modal-add-more.modal {
    max-width: 350px;
	padding: 0px;
}

.more-header {
	display: block;
	margin-bottom: 20px;
	padding: 20px;
	border-bottom: 1px solid #dbdbdb;
	font-size: 25px;
	line-height: 32px;
	text-align: center;
}

.more-text {
    display: block;
    padding: 0px 20px;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
}

.more-text__more {
    display: block;
    padding: 0px 20px;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}

.more-footer {
	display: block;
	margin-top: 15px;
	padding: 15px 20px 40px;
	border-top: 1px solid #dbdbdb;
}

.modal .more-text__req {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #7f7f7f;
}

.more-footer .sidebar-sample {
	max-width: 290px;
}

.link-to-product {
	line-height: 28px;
	color: #008aff;
	border-bottom: 1px solid;
}

.wrapper-price {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.old_price {
	color: #767676;
	text-align: right;
}

.wrap-link {
	text-align: center;
	padding: 20px 27px 0 24px;
}

.icon-sale {
	height: 26px;
	margin-left: 4px;
}

.icon-sale {
	height: 26px;
	margin-left: 4px;
}
.icon-sale .inner-icon {
	height: 100%;
}


.partner-delivery-text {
	text-align: center;
	margin-bottom: 0;
}

.pere-link {
	text-align: center;
	padding: 20px 27px 0 24px;
}

.last-price {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.pere-link {
	text-align: center;
	padding: 20px 27px 0 24px;
}
.outer {
	color: red;
	text-decoration: line-through;
}
/* End */


/* Start:/local/templates/symmetron_default/components/bitrix/catalog/mcart_three_column/bitrix/catalog.element/.default/themes/blue/style.css?16656668831509*/
/*******************************************************************************
 * Project:------------modules
 * Component---------catalog.element
 * File Path-----------/iblock/install/components/bitrix/catalog.element/templates/.default/themes/blue/style.css
 * Bootstrap:----------
 * Color-------------blue
 * Last Modified:------17.11.16 13:33
 *
 * @version:---------16.11.17
 ******************************************************************************/

/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.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-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active{outline-color: #006cc0;}

/* SCU */
.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;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar{ background-color: #006cc0;}
/* End */


/* Start:/local/templates/symmetron_default/components/bitrix/catalog.section/catalog_detail/style.css?176831196922472*/
.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;
	text-decoration: none;
}

#analogue .wrapper {
	max-width: 2560px;
}

#analogue .section-content {
	padding:	0px 50px;
}

.row::before {
	display: initial;
}

/* CARD */

.card {
	margin-top: 30px;
}

.card h1 {
	margin: 0px;
	font-size: 60px;
	font-weight: normal;
	line-height: 60px;
}

.card-wrapper {
	display: flex;
	margin-top: 30px;
}

.card-content {
	width: 75%;
	padding-right: 20px;
}

.card-sidebar {
	width: 25%;
}

.card-nav {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.card-nav li {
	display: inline-block;
	margin-right: 30px;
	padding-bottom: 5px;
	border-bottom: 5px solid transparent;
}

.card-nav li:hover {
	border-bottom: 5px solid #000;
}

.card-nav li:last-child {
	margin-right: 0px;
}

.card-nav li a {
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	color: #262b2e;
}

.card-content > .content-header {
	border-bottom: 1px solid #bdbfc0;
}


.card-content .section-header {
	padding-bottom: 15px;
	border-bottom: 1px solid #d4d5d5;
}

.section-header h2 {
	margin: 0px;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
}

/* SHORT DESCRIPTION */

.short-description {
	margin-top: 30px;
}

.short-description .section-header {
	display: flex;
	justify-content: space-between;
}

.short-description .section-header h2 {
	width: 50%;
}

.short-description .section-header .section-header__description {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}

.short-description .section-header .section-header__description span a:hover {
	text-decoration: underline;
}

.short-description  .section-content {
	display: flex;
	padding-top: 30px;
}

.short-description  .section-content .section-content__image {
	width: 100%;
	max-width: 450px;
}

.short-description  .section-content .section-content__description  {
	padding-left: 60px;
}

.short-description  .section-content .section-content__description ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.short-description  .section-content .section-content__description ul li {
	margin-bottom: 10px;
	font-size: 16px;
}

.card-pager {
	display: flex;
	justify-content: space-between;
	max-width: 450px;
	margin-top: 10px;
}

.card-pager .card-slide {
	display: block;
	padding: 10px;
}

.card-pager .card-slide.active {
	box-shadow: 0px 0px 5px 0px #008aff;
}


.card-pager .card-slide img {
	display: block;
	width: 100%;
}




.table-filter__hint {
	position: absolute;
    left: -18px;
	top: -3px;
	cursor: pointer;
}

.table-filter__hint svg {
	display: block;
	width: 21px;
	height: 20px;
}



/* SPECS */

.specs {
	margin-top: 30px;
}

.specs .section-content {
	padding-top: 30px;
}

.spec-item {
	display: flex;
	margin-bottom: 10px;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.spec-item__name,
.spec-item__value {
	flex-grow: 1;
}

.spec-item__group {
	max-width: 700px;
	margin-bottom: 30px;
}

.spec-item__group .section-content__header {
	margin-bottom: 10px;
	font-weight: bold;
}

.spec-item__separator {
	align-self: center;
	flex-grow: 35;
	border-bottom: 1px solid #c6c6c6;
}

.spec-item__value {
	text-align: right;
}

/* DOCS */

.docs {
	margin-top: 30px;
}

.docs-item {
	margin-bottom: 30px;
}

.docs-item a {
	color: #008aff;
}

.docs-item__header {
	margin-bottom: 10px;
}

/*.docs-item__header a {
	position: relative;
	padding-left: 35px;
}

.docs-item__header a::before {
	content: "";
	display: block;
	position: absolute;
	width: 33px;
	height: 30px;
	background-image: url("/local/templates/symmetron_default/images/pdf.svg");
	background-repeat: no-repeat;
	top: -5px;
	left: 0px;
	background-size: 100% 100%;
}*/

.docs-item__file {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}



/* SIDEBAR */

.card-sidebar__content {
	padding: 30px;
	box-shadow: 0px 2px 21.84px 4.16px rgba(50, 52, 55, 0.1);
}

.add-to-cart {
	text-decoration: none;
}

a.add-to-cart:hover {
	color: #fff;
	opacity: 0.85;
}

.sidebar-question {
	margin-bottom: 30px;
}

.sidebar-sample {

	text-decoration: none;
}

/* analogue */

.current-product {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.section-content {
	position: relative;
}

.analogue .section-content {
	margin-top: 10px;
}



.analogue-table__holder .left-side {
	float: left;
	background-color: #fff;
}


.analogue-table th:first-child > .table-filter {
	display: flex;
}


.section-content .scroll-table {
	/*height: 500px;
	overflow-y: auto;*/
	width: 100%;
	position: relative;
	/*min-height: 350px;*/
	overflow-x: auto;

}

.section-content .scroll-table th, .table-left .analogue-table__left th {
	position: sticky; 
	top: 0;
	background-color: #fff;
	z-index: 2;
    /*border-bottom: 1px solid #bdbfc0;*/
}

.section-content .scroll-table th,
.table-left .analogue-table__left th {
	position: relative;
}

.section-content .scroll-table .table-filter:after, 
.table-left .analogue-table__left .table-filter:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #bdbfc0;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}



.analogue-table {
	width: 100%;
	border-collapse: collapse;
}


.analogue-table th, .analogue-table__left th  {
	padding: 10px;
	vertical-align: bottom;
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	font-size: 15px;
	line-height: 15px;
}

.analogue-table__left {
	border-collapse: collapse;
}



.analogue-table td {
	padding: 0px 10px;
	font-size: 15px;
	line-height: 15px; 
	/* border-bottom: 1px solid #bdbfc0; */
	border-bottom: none;
	text-align: center;
}

.analogue-table__left .mini-card__select td,
.mini-card__select td  {
	height: 60px;
}

.analogue-table__left td {
	padding: 10px;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	color: #008aff;
}

.analogue-table__left  td:first-child,
.analogue-table__left  th:first-child,
.analogue-table__left  td:first-child > a,
.analogue-table__left  th:first-child > a {

}

.analogue-table td:nth-child(1), 
.analogue-table td:nth-child(2) {
	text-align: left;
}

.analogue-table th:first-child {
	z-index: 15;
}

.analogue-table__holder .left-side th {
	color: #000;
}

.analogue-table__holder .right-side th {
	font-weight: normal;
}

.analogue-status {
	display: block;
}

.analogue-table .sort-val-desc, .analogue-table .sort-val-asc {
	font-weight: bold;
}

.analogue-status:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 5px;
	background-color: #ff0000;
}

.analogue-status.ordered:before {
	background-color: #0066ff;
}

.analogue-status.stock:before {
	background-color: #13af2c;
}

.analogue-status.order:before {
	background-color: #ff9600;
}

.table-filter___item {
	display: flex;
    align-items: flex-end;
	white-space: nowrap;
	position: relative;
	justify-content: center;

}

th:nth-child(-n+2) .table-filter___item {
	justify-content: flex-start;
}

.table-filter__name {
	white-space: nowrap;
}

.table-filter__arrow {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-left: 7px;
	border-style: solid;
	border-width: 5.5px 4px 0 4px;
	border-color: #373b44 transparent transparent transparent;
	cursor: pointer;
}

.sort-val-asc .table-filter__arrow {
	transform: rotate(180deg);
}

.analogue-table th.sort-val-asc:after {
	transform: rotate(180deg);
}

.analogue-table th:first-child:after {
	display: none;
}

button.show-all {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 30px auto;
	padding: 10px 0px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #d4d5d5;
	border-radius: 5px;
}

.industry-solutions {
	padding: 30px 15px 60px;
	border-top: 1px solid #bdbfc0;
	border-bottom: 1px solid #bdbfc0;
}

.industry-solutions .solutions {
	display: flex;
	width: 100%;
	margin-top: 20px;
	justify-content: space-between;
}

.industry-solutions .solutions .solution {
	display: block;
	width: 32.5%;
	height: 300px;
	padding: 20px 13px;
	overflow: hidden;
	border-radius: 5px;
	text-decoration: none;
	background-color: #53545a;
	background-repeat: no-repeat;
	background-size: cover;
}

.industry-solutions .solutions .solution span {
	display: block;
	color: #fff;
}

.industry-solutions .solutions .solution.black span {
	color: #000;
}

.solution-header {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 34px;
}

.solution-content {
	font-size: 16px;
}

.industry-solutions .solutions .solution.solution-1 {
	background-image: url(/local/templates/symmetron_default/components/bitrix/catalog.section/catalog_detail/../images/industrial1.png);
}

.industry-solutions .solutions .solution.solution-2 {
	background-image: url(/local/templates/symmetron_default/components/bitrix/catalog.section/catalog_detail/../images/industrial2.png);
}

.industry-solutions .solutions .solution.solution-3 {
	background-image: url(/local/templates/symmetron_default/components/bitrix/catalog.section/catalog_detail/../images/industrial3.png);
}

.table-filter__selector {
	display: block;
    position: absolute;
    z-index: 21;
    vertical-align: bottom;
    margin-left: -24px;

}

.table-filter__selector.fixed {
	position: fixed;
}



/*th:nth-child(1) .table-filter___item {
	display: inline-block;
}*/

.items-selector {
	display: block;
	cursor: pointer;
	position: absolute;
}

.items-selector svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: #727272;
}

.table-filter__list {
	display: none;
	position: absolute;
	background-color: #fff;
    box-shadow: 0px 12px 13.84px 4.16px rgba(50, 52, 55, 0.1);
	z-index: 60;
}

.table-filter__selector.open .table-filter__list {
	display: block;
	min-width: 300px;
	max-width: 300px;
	max-height: 500px;
	white-space: normal;
	border-radius: 5px;
	top: 32px;
}

.table-filter__header {
	padding: 20px;
	font-size: 25px;
	line-height: 32px;
	text-align: center;
	box-sizing: border-box;
}

.table-filter__search-wrap {
	position: relative;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	box-sizing: border-box;
}

.table-filter__search-wrap input {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 11px 11px 11px 40px;
    background: url(http://denis.symmetron.mcart.ru/local/templates/symmetron_default/images/catalog/search.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
}

.filter-list__footer {
	border-top: 1px solid #dbdbdb;
}

.default-button.add-table-filter {
	width: 100%;
	max-width: 265px;
	margin: 0 auto 15px;
	padding: 11px 10px;
	border-color: #d4d5d5;
}

.filter-list__wrapper {
    padding: 15px 20px 10px 40px;
    max-height: 212px;
    overflow-y: scroll;

}

.table-filter__item {
	display: block;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}

.tFilter-result {
	margin: 10px auto;
    font-size: 14px;
    color: #7f7f7f;
    text-align: center;
}

.table-filter__item input {
	display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0px 5px -2px 0px;
    background-image: url(/local/templates/symmetron_default/images/checkbox-false.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px;
    -webkit-appearance: none;
    appearance: none;
}

.table-filter__item input:checked {
	background-image: url(/local/templates/symmetron_default/images/checkbox-true.jpg);
}

.sidebar-favorite.act svg {
    fill: #008aff;
    stroke: #008aff;
}

.sidebar-favorite.act svg:hover {
    fill: #008aff;
    stroke: #008aff;
    opacity: 0.55;
}




.hint {
	display: none;
	margin: 6px 0px 0px 7px;
	padding: 6px 15px;
	position: absolute;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	white-space: normal;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #bdbfc0;
	font-weight: 400;
	border-radius: 5px;
}


.table-filter__hint:hover .hint {
	display: block;
}




.filter-nothing {
	margin-top: 150px;
}

.filter-nothing h2 {
	margin-bottom: 15px;
	font-size: 60px;
	font-weight: 100;
	text-align: center;
}

.filter-nothing p {
	display: block;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 100;
	text-align: center;
}

.remove-filters {
	display: flex;
	max-width: 250px;
	align-items: center;
	margin: 0 auto 40px;
	border: 1px solid #d4d5d5;
	border-radius: 5px;
}

.remove-filters .remove-all {
	display: block;
	position: static;
}

.scroll-blocks {
	display: flex;
	width: 50px;
	height: 100%;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.1);
	transition: 0.5s;
	z-index: 15;
}

.scroll-blocks:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.scroll-blocks svg {
	display: block;
	width: 50px;
	height: 50px;
}

.scroll-toLeft svg {
	transform: rotate(180deg);
}

.scroll-toLeft {
	left: 225px;
}

.scroll-toRight {
	right: 0;
}

.scroll-blocks.hidden {
	display: none;
}

.scroll-table__wrapper {
	position: relative;
}

.tooltipster-sidetip .tooltipster-content {
	font-size: 12px;
    line-height: 16px;
	color: #000;
}

.table-full {
	display: flex;
	porsition: relative;
}

.table-left {	
	position: relative;
}

.analogue-table__left {
	min-width: 225px;
}

.analogue-table__left .mini-card {
    border-bottom: 1px solid #bdbfc0;
}

.analogue-table__left .mini-card__select  td {
	border-bottom: 1px solid #bdbfc0;
}

/*.analogue-table__left .mini-card__select:first-child  td {
	border-top: 1px solid #bdbfc0;
}*/


@media (max-width: 1024px) {
	section#analogue {	
		padding: 0px;
		position: relative;
	}

	#analogue .section-content {
		padding: 0px 0px 0px 30px;
	}
}


@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.table-separator {
	display: none;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
    left: 215px;
	/* background-color: #bdbfc0; */
}

.table-separator.closed {
	left: 0px;
}

.close-left {
    display: block;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    width: 20px;
    height: 60px;
	margin-left: -10px;
	margin-top: 35px;
    background: #000;
    top: 200px;
    left: 1px;
    z-index: 20;
	border-radius: 6px;
}

.close-left:after {
	content: '<';
	display: block;
	width: 100%;
	position: absolute;
	text-align: center;
	top: 20px;
	color: #fff;
}

.table-separator.closed .close-left:after {
	transform: rotate(180deg);
}

.message-wrap {
	display: none;
	width: 100%;
	padding: 5%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.56);
	z-index: 100;
}

.message-box {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 30px auto;
	padding: 15px;
  position: -webkit-sticky; /* Safari */
  position: sticky;
	top: 0px;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 6px;
}

.message-box > .message {
	font-size: 16px;
	line-height: 18px;
}

.message-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/local/templates/symmetron_default/images/close.png);
	z-index: 100;
}



@media (max-width: 1200px) {
	.scroll-table__wrapper {
		padding-left: 0px;
	}

	.table-filter__selector {
    	left: 2px;
	}
}

@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*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){
	/*sm*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

@media (max-width: 1024px) {
	.table-separator {
		display: block;
	}
}


@media (max-width: 960px) {
	.card-wrapper {
		flex-direction: column;
	}

	.card-content {
		width: 100%;
	}

	.card-sidebar {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 15px;
	}

	.industry-solutions .solutions .solution span {
		overflow: hidden;
	}

}
@media (max-width: 768px) {
	.card h1 {
		font-size: 24px;
		line-height: 24px;
	}

	.section-header h2 {
		font-size: 18px;
		line-height: 18px;
	}

	.card-nav li a {
		font-size: 14px;
		line-height: 14px;
	}

	.card-wrapper {
		margin-top: 15px;
	}

	.short-description {
		margin-top: 15px;
	}

	.short-description .section-header .section-header__description span {
		padding-right: 5px;
	}

	.short-description .section-header {
		flex-direction: column;
	}

	.short-description .section-header h2 {
		width: 100%;
		margin-bottom: 15px;
	}

	.short-description .section-header .section-header__description {
		width: 100%;
	}

	.short-description .section-content .section-content__image {
		width: 50%;
		max-width: none;
	}

	.short-description .section-content .section-content__description {
		width: 50%;
		padding-left: 15px;
	}	

	.card-sidebar.js-is-sticky {
        max-width: none;
        top: auto !important;
        bottom: 0px;
        transform: translateY(0px);
    }

    .card-sidebar.js-is-sticky .avalibilty,
    .card-sidebar.js-is-sticky .wholesale,
    .card-sidebar.js-is-sticky .quantity-num,
    .card-sidebar.js-is-sticky .price,
    .card-sidebar.js-is-sticky .sidebar-favorite,
    .card-sidebar.js-is-sticky .sidebar-question,
    .card-sidebar.js-is-sticky .sidebar-sample {
        display: none;
    }

    .card-sidebar.js-is-sticky.showFull .avalibilty,
    .card-sidebar.js-is-sticky.showFull .wholesale,
   
    .card-sidebar.js-is-sticky.showFull .price,
    .card-sidebar.js-is-sticky.showFull .sidebar-favorite,
    .card-sidebar.js-is-sticky.showFull .sidebar-question,
    .card-sidebar.js-is-sticky.showFull .sidebar-sample {
        display: block;
    }

    .card-sidebar.js-is-sticky.showFull .quantity-num {
        display: flex;
    }

    

    .card-sidebar.js-is-sticky .add-to-cart {
        margin: 0 auto;
    }

    .card-sidebar.showFull.js-is-sticky .add-to-cart {
        margin: 30px auto 0px;
    }


    .card-sidebar.showFull .close-sidebar {
        display: block;
    }

	.scroll-blocks {
		display: none;
	}
	
}
@media (max-width: 480px) {

	.card-nav {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.card-nav li {
		width: 50%;
		margin-right: 0px;
		padding-bottom: 0px;
	}

	.short-description .section-content {
		flex-direction: column;
		padding-top: 15px;
	}

	.short-description .section-content .section-content__image {
		width: 100%;
		margin-bottom: 15px;
	}

	.short-description .section-content .section-content__description {
		width: 100%;
		margin-bottom: 15px;
		padding-left: 0px;
	}

	.industry-solutions .solutions {
		flex-direction: column;
	}

	.industry-solutions .solutions .solution {
		width: 100%;
		margin-bottom: 15px;
	}
}

@media (max-width: 411px) and (max-height: 731px) {
	.message-wrap {
		display: block;
	}
}

@media (max-width: 731px) and (max-height: 411px) {
	.message-wrap {
		display: none;
	}
}

@media (max-width: 360px) and (max-height: 640px) {
	.message-wrap {
		display: block;
	}
}

@media (max-width: 640px) and (max-height: 360px) {
	.message-wrap {
		display: none;
	}
}

.message-wrap.closed {
	display: none;
}

.table-left.closed {
	display: none;
}

.floatThead-container.floated {
	position: fixed !important;
	transform: translateX(0px) translateY(0px) !important;
	left: auto !important;
}
/* End */


/* Start:/local/templates/symmetron_default/components/bitrix/catalog.item/line/style.css?1662644805637*/
.mini-card__select td {
    cursor: pointer;
}

.active-status:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #ff0000;
}

.active-status.ordered:before {
    background-color: #0066ff;
}

.active-status.stock:before {
    background-color: #13af2c;
}

.active-status.order:before {
    background-color: #ff9600;
}

.favorite-status.stock:before {
    background-color: #13af2c;
}

.sale_icon {
    width: 21px;
    margin: 0 0 -4px 6px;
}

.partner_icon {
    width: 23px;
    margin: 0 0 -3px 6px;
}
/* End */


/* Start:/local/templates/symmetron_default/components/bitrix/catalog.item/mini/style.css?16626448058661*/
.mini-card {
    display: none;
    padding: 55px 15px 15px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 100;
}

.mini-card.open td {
    border-top: none;
}

.mini-card .card-holder {
    display: none;
    overflow: visible;
}

.mini-cart__wrapper {
    display: none;
    width: 100%;
    max-width: 1200px;
    margin-top: 20px;
    position: relative;
    background-color: #fff;    
}

.mini-card.open {
    display: table-row;
}

.mini-card.open .mini-cart__wrapper {
    display: block;
	position: relative;
}

.item-img {
    position: relative;
}

.item-img .favorite {
    display: block;
    position: absolute;
    top: -25px;
    left: -20px;
    cursor: pointer;
    z-index: 40;
}
.purchase-content__item .item-img .favorite,
.sample-content__item .item-img .favorite {
    top: -35px;
    left: 0px;
}

.cardmini-favorite {
	display: flex;
	align-items: center;
	margin-right: 15px;
	cursor: pointer;
    font-size: 15px;
}

.cardmini-favorite:hover span {
	color: #008aff;
}

.cardmini-favorite svg {
    display: block;
    width: 18px;
    height: 18px;
	margin-right: 10px;
    fill: #000;
    stroke: #000;
    transition: 0.3s;
}

.cardmini-favorite:hover svg {
    fill: #008aff;
    stroke: #008aff;
}

.cardmini-favorite.act span {
	color: #008aff;
}

.cardmini-favorite.act svg {
    fill: #008aff;
    stroke: #008aff;
}

.cardmini-favorite.act svg #fill-heart {
	fill: #008aff;
}

.fav_status {
	line-height: 20px;
}

.item-img .favorite svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: #000;
    stroke: #000;
    transition: 0.3s;
}

.item-img .favorite:hover svg {
    fill: #008aff;
    stroke: #008aff;
    opacity: 0.55;
}

.item-img .favorite:hover svg #fill-heart {
    fill: #008aff;
    opacity: 0.55;
}


.item-img .favorite.act svg {
    fill: #008aff;
    stroke: #008aff;
}

.item-img .favorite.act svg #fill-heart {
    fill: #008aff;
}

#fill-heart {
    fill: transparent;
}


.mini-cart__wrapper .item-img a {
    display: block;
}

.mini-cart__wrapper .item-img img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.mini-cart__wrapper .item-info {
    width: 72%;
    padding: 0px 20px;
}

@media (min-width: 481px) {
    .item-info {
        border-bottom: 1px solid #f0f0f0;
        /* border-left: 1px solid #f0f0f0; */
    }
}

@media (min-width: 1025px) {
    .item-info {
       /* border-left: 1px solid #f0f0f0;*/
    }
}

@media (min-width: 1550px) {
    .item-info {
        border-bottom: none;
    }
}
.mini-cart__wrapper .item-info a {
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 20px;
    color: #008aff;
    text-decoration: none;
    white-space: normal;
	width: 100%;
}

.mini-cart__wrapper .item-more {
    width: 28%;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .mini-cart__wrapper .item-more {
        margin-top: 0;
    }
}

@media (min-width: 1550px) {
    .mini-cart__wrapper .item-more {
        padding-top: 60px;
    }
}

.mini-cart__wrapper .item-info__content {
    display: flex;
}

.mini-cart__wrapper .avalibilty {
	margin-top: 15px;
}

.mini-cart__wrapper .item-info__content ul {
    padding: 0px;
    margin: 0px 20px 0px 0px;
    list-style: none;
}

.mini-cart__wrapper .item-info__content li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
}

.mini-cart__wrapper .item-more {
    padding: 0px 20px;
}

.item-more .avalibilty:before,
.avalibilty:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
	vertical-align: middle;
    color: #13af2c;
	border-radius: 50%;
	background-color: #13af2c;
}
.item-more .avalibilty.out:before,
.avalibilty.out:before {
    color: #ff0000;
}

.mini-cart__wrapper .item-more .avalibilty.out {
    margin-bottom: 15px;
    text-align: center;
}

.mini-cart__wrapper .item-more .quantity-num {
    margin: 10px auto;
    float: left;
}

.mini-cart__wrapper .item-more .add-to-cart {
    max-width: 284px;
    margin: 10px auto 20px;
}

.mini-cart__wrapper .item-more .price {
    margin-top: 20px;
    float: right;
    font-size: 18px;
    line-height: 20px;
}

.close-mini {
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/local/templates/symmetron_default/components/bitrix/catalog.item/mini/images/close.png);
    cursor: pointer;
}

.analogue-table .mini-card td {
	padding: 0px;
    border-bottom: 1px solid #bdbfc0;
}

.analogue-table .mini-cart__wrapper {
	margin-top: 0px;
}

.mini-card__select td {
	border-bottom: 1px solid #bdbfc0;
}

.mini-cart__wrapper .item-info  .item-info__head {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 36px;
}

.item-info__type {
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 30px;
}

.mini-cart__wrapper .item-info .item-info__fullLink {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 30px;
}

.mini-cart__wrapper .add-to-cart svg {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
	fill: #fff;
}

.item-info__actions {
	/*width: 30%;*/
    width: 60%;
}


.item-info__description, .item-info__inner {
	display: flex;
}

.item-info__inner {
    position: relative;
}

.item-wrapper {
    display: flex;	
    padding: 10px 0;
    position: relative;
    z-index: 100;
}

.item-info__question {
    font-size: 15px;
}

.mini-cart__wrapper .item-info .item-info__question-link {
	margin-bottom: 0px;
}

.mini-cart__wrapper .item-info .item-info__question .item-info__question-link {
    display: flex;
    align-items: center;
}

.item-info__inner-wrapper .item-wrapper {
	margin-bottom: 15px;
}

@media (min-width: 800px) {
    .mini-cart__wrapper .item-info .item-info__question .item-info__question-link {
        margin-left: 10px;
    }
}

.item-info__question a span {
    margin-right: 2px;
}

.item-info__question svg {
	width: 18px;
	height: 18px;
	margin-right: 5px;
    margin-bottom: -2px;
}

.item-info__question span {
	font-size: 15px;
	vetrical-align: middle;
}

.item-info__text {
	margin-bottom: 15px;
	/*padding: 0px 15px;*/
	box-sizing: border-box;
    width: 100%;
}

.item-sample {
    width: 100%;
    max-width: 190px;
    margin-bottom: 15px;
    padding: 10px 0px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #d4d5d5;
    border-radius: 5px;
}

.item-info__textBold {
	margin-bottom: 5px;
}  Bold span {
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.item-info__textDescrition {
	font-size: 14px;
	line-height: 20px;
}

.mini-cart__wrapper .item-more {
	border-left: 1px solid #f0f0f0;
}

.item-info__img a {
display: block;
    width: 100%;
max-width: 150px;
    height: 150px;
}


.item-info__img img {
	display: block;
	width: 100%;
	max-width: 130px;
}



.favorite-table .card-holder {
	width: 100% !important;
	max-width: 100%;
}

.item-info__inner {
	align-items: flex-start;
}

.item-info__inner-wrapper {
	width: 100%;
}

.favorite-table {
	overflow: auto;
}

.favorite-select {
	cursor: pointer;
}


@media (max-width: 768px) {
	.card-holder .mini-cart__wrapper .item-info {
	    width: 100%;
	}
}

@media (max-width: 767px) {	

	.item-info__inner {
		flex-direction: column;
	}

	.item-info__inner .item-info__img {
		margin: 0 auto;	
        position: relative !important;		
	}
	
	/*#analogue-card .item-info__img,
	.catalog-accompanying .item-info__img {
		position: relative;
	}*/
	
	.item-info__img a {
		margin: 0 auto;
	}

	.mini-cart__wrapper .item-more {
		margin-top: 0px;
	}

	.item-info__img a {
		width: 100%;
		height: auto;
	}

	.item-info__img img {
		display: block;	
		/*width: 100%;*/
		max-width: 320px;
		margin: 0 auto;
		height: auto;
	}

	.item-info__description {
		flex-direction: column;
	}
			

}

@media (max-width: 480px) {
	.card-holder  .mini-cart__wrapper .item-info {
		padding-left: 0px;
	}
	.sidebar-sample {    
		font-size: 14px;
	}	

  }

@media (max-width: 414px) {
	table .mini-card .mini-cart__wrapper {
	    max-width: 360px;
	}
}	
@media (max-width: 400px) {
	.item-wrapper {
		flex-direction: column;
	}


	.cardmini-favorite  {
		margin-bottom: 10px;
	}
}

@media (max-width: 375px) {
	table .mini-card .mini-cart__wrapper {
	    max-width: 320px;
	}
}
@media (max-width: 320px) {
	table .mini-card .mini-cart__wrapper {
	    max-width: 280px;
	}
}

.mini-cart__wrapper .item-info
{
	float: left;
}

@media (max-width: 1500px) {
	
	.mini-cart__wrapper .item-info, .mini-cart__wrapper .item-more {
		float: none;
		clear: both;
	}	
}
/* End */


/* Start:/local/components/mcart/catalog.quantity/templates/list/style.css?17440332918817*/
.quancart {
	flex-wrap: wrap;
}

.quantity-block {
    display: flex;
    position: relative;   
    margin-bottom: 10px;
}

.quantity-block {
    display: flex;
    position: relative;    
    margin-bottom: 10px;
}

.in-box {
    margin-top: 5px;
    font-size: 12px;
    color: #7a7a7a;
}

.not-multiples a {
    color: #008aff;
}

.not-multiples > span {
    display: flex;
}

.not-multiples svg {
    display: block;
    width: 10px;
    height: 12px;
    margin-right: 5px;
    margin-left: -15px;
}

.trash, .not-equal--svg {
    fill: #a7a5a6;
}

.item-more .in-box.not-multiples {
    padding: 0px 40px 10px;
}


.wholesale {
    margin: 20px 0px;
}

.avalibilty {
    display: block;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}


.avalibilty.out:before {
    color: #ff0000;
    background-color: #ff0000;
}

.quantity {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.quantity > span {
    text-align: center;
}


.quantity-items,
.quantity-price {
    font-size: 14px;
}

.quantity > .quantity-items {
    padding-right: 10px;
}

.quancart .quantity-price {
    line-height: 3;
	padding-left: 8px;
}

.quantity .quantity-separator {
    align-self: center;
    flex-grow: 8;
    border-bottom: 1px solid #c6c6c6;
}


form > .price {
    font-size: 30px;
    text-align: center;
}

.add-to-cart {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 11px 0px;
    font-size: 16px;
    text-align: center;
    background-color: #008aff;
    color: #fff;
    border-radius: 5px;
}

.add-to-cart:hover {
    opacity: 0.85;
}

.sidebar-favorite {
    cursor: pointer;
}

.sidebar-favorite,
.sidebar-question a,
.sidebar-sample {
    display: block;
}

.sidebar-favorite,
.sidebar-question a {
    font-size: 14px;
    text-decoration: none;
}

.sidebar-favorite span {
    display: inline-block;
    vertical-align: middle;
}


.sidebar-favorite span svg {
    width: 17px;
    height: 17px;
    margin-bottom: -2px;
    fill: #000;
    stroke: #000;
}

.sidebar-favorite,
.sidebar-question {
    margin-bottom: 10px;
}

.sidebar-favorite {
    margin-top: 20px;
}

.sidebar-sample {
    width: 240px;
    margin: 0px 0px 0px auto;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #d4d5d5;
    border-radius: 5px;
}

.sidebar-sample:hover {
    opacity: 0.85;
}

.cb {
    clear: both;
}

.mini-cart__wrapper .item-more {
    padding: 0px;
}


@media (min-width: 1550px) {
    .mini-cart__wrapper .item-more {
        padding-top: 40px;
    }
}

.item-more .wholesale {
    padding: 0px 15px;
}

.no-quant__text {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #ff0000;
    clear: both;
}

.mini-cart__wrapper .item-info {
    width: 65%;
}

@media (min-width: 769px) {
    .mini-cart__wrapper .item-info {
        width: 60%;
    }
}

.mini-cart__wrapper .item-more {
    width: 40%;
	float: left;
}

.quant-inPack {
    display: block;
    margin: 10px 0px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}

.mini-cart__wrapper .item-more .quantity-num {
    float: none;
    margin: 0px;
}

.quancart {    
    padding: 15px;
    clear: both;    
    justify-content: space-between;
    border-top: 1px solid #e9e9e9;	
	display: flex !important;
    flex-direction: column;
    align-items: center;
}

.mini-cart__wrapper .item-more .add-to-cart {
    max-width: none;
    width: 240px;
    margin: auto;
}

.mini-cart__wrapper .item-more .add-to-cart.analogue-btn {
    margin: 0px auto;
}

.quantity-holder {
    margin-top: 2px;
}

.quant-weHave {
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.mini-card .no-quant__text {
    margin-top: 10px;
}

.mini-card .sidebar-sample svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
    fill: #fff;
}

.quancart form {
    display: block;
    width: 100%;
	margin-left: auto;
}

#analogue-card .quancart form,
#together .quancart form {
	margin: 0px;
}

.mini-card .sidebar-sample.qua-request,
.mini-card .sidebar-sample.miss-request {
    max-width: none;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #737a82;
}

.mini-card .sidebar-sample.qua-no {
    width: 100%;
	max-width: none;
    margin: 0 auto;
}

.mini-card .sidebar-sample.qua-request span,
.mini-card .sidebar-sample.miss-request span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.mini-card .sidebar-sample.qua-no span {
    display: inline-block;
    vertical-align: middle;
}

.mini-card .sidebar-sample svg.cart-no {
    margin-left: auto;
    margin-right: 5px;
    fill: #000;
}

.card-sidebar__content .sidebar-sample {
    margin: 0 auto;
}

.modal .sidebar-sample {
    margin: 0 auto;
}

#select_count select {
    font-size: 14px;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #d3d5d6;
    background-color: transparent;
    text-align: center;
    text-align-last: center;
    outline: none;
}

.item-info__img { padding-top: 40px; }

@media (max-width: 1024px) {
    .mini-cart__wrapper {
        max-width: 970px;
    }
    .mini-cart__wrapper .item-more .add-to-cart {        
        width: 190px;
    }
}

@media (max-width: 768px) {
	
    .mini-cart__wrapper {
        max-width: 730px;
		width: 100%;
    }

    .mini-cart__wrapper .item-more {
        border-left: 0px;
    }

    .quancart {
        padding: 15px 31px;
    }

    .analogue-table .mini-cart__wrapper .item-info {
        width: 100%;
        padding-top: 40px 40px 0px 40px;
    }

    .mini-cart__wrapper .item-info .item-info__head {
        font-size: 24px;
        line-height: 24px;		
    }

    .mini-cart__wrapper .item-more .quancart .sidebar-sample, .mini-cart__wrapper .item-more .quancart .add-to-cart {
        margin: 0 auto;
    }

    .quancart {
        display: block;
    }

	.item-info__img { padding-top: 0px; }	
}

@media (max-width: 480px) {
    .mini-card .mini-cart__wrapper {
        max-width: 480px;
    }
    .item-info__description {
        flex-direction: column;
    }

    .item-info {
        flex-direction: column;
    }

    .item-info__inner {
        flex-direction: column;
    }

    .item-info__actions, .item-info__description {
        width: 100%;
    }

   /* .mini-card.open .mini-cart__wrapper {
        padding: 0px 25px 0px 0px;
    } */

    .item-info__text, .item-more .wholesale {
        padding-left: 0px;
    }

    .quancart {
        padding: 15px;
    }

}

@media (min-width: 1550px) {
    .mini-card.open .mini-cart__wrapper {
        flex-direction: row;
    }
}

@media (max-width: 414px) {
    .mini-card .mini-cart__wrapper {
        max-width: 400px
    }
}

@media (max-width: 411px) {
    .mini-card .mini-cart__wrapper {
        max-width: 400px
    }
}

@media (max-width: 375px) {
    .mini-card .mini-cart__wrapper {
        max-width: 365px
    }
}


@media (max-width: 360px) {
    .mini-card .mini-cart__wrapper {
        max-width: 350px
    }

    .item-info__description, .item-info__inner {
        flex-direction: column;
    }
}


@media (max-width: 320px) {
    .mini-card .mini-cart__wrapper {
        max-width: 320px
    }

    .item-info__description, .quancart {
        flex-direction: column;
        align-items: center;
    }

    .mini-cart__wrapper .item-more .add-to-cart,
    .sidebar-sample {
        margin: 15px auto;
    }

}

#analogue-card .mini-cart__wrapper .item-more,
.catalog-accompanying .mini-cart__wrapper .item-more
{
    width: 32%;
}

#analogue-card .mini-cart__wrapper .item-info,
.catalog-accompanying .mini-cart__wrapper .item-info
{
    width: 50%;
}

@media (max-width: 767px) {	
	.quancart {
		border: none;
	}
}

@media screen and (max-width: 1500px) 
{
	.mini-cart__wrapper .item-more, .mini-cart__wrapper .item-info {
		width: 80%;
	}	
	#analogue-card .mini-cart__wrapper .item-more,
	.catalog-accompanying .mini-cart__wrapper .item-more {
		width: 100%;
	}
	#analogue-card .mini-cart__wrapper .item-info,
	.catalog-accompanying .mini-cart__wrapper .item-info {
		width: 100%;
	}	
	.mini-card .sidebar-sample.qua-no {
		width: 270px;		
	}	
	.mini-cart__wrapper .item-info .item-info__head {        
		text-align: center;
    }	
	.mini-cart__wrapper .item-info .item-info__fullLink,
	.item-info__type,
	.item-info__text {		
		text-align: center;
	}
	.item-wrapper {
		align-items: center;
		justify-content: center;
	}	
	.item-sample {
        margin: 0 auto 15px;
        display: block;
    }	
	.item-info__inner .item-info__img {
		position: absolute;
		right: 0;
	}
}
/* End */
/* /local/templates/symmetron_default/components/bitrix/breadcrumb/.default/style.min.css?1662644805690 */
/* /local/templates/symmetron_default/components/bitrix/catalog/mcart_three_column/bitrix/catalog.element/.default/style.css?176831196993052 */
/* /local/components/mcart/catalog.quantity/templates/detail/style.css?16626448054047 */
/* /local/templates/symmetron_default/components/bitrix/catalog/mcart_three_column/bitrix/catalog.element/.default/themes/blue/style.css?16656668831509 */
/* /local/templates/symmetron_default/components/bitrix/catalog.section/catalog_detail/style.css?176831196922472 */
/* /local/templates/symmetron_default/components/bitrix/catalog.item/line/style.css?1662644805637 */
/* /local/templates/symmetron_default/components/bitrix/catalog.item/mini/style.css?16626448058661 */
/* /local/components/mcart/catalog.quantity/templates/list/style.css?17440332918817 */
