

/* Start:/local/templates/vetunion-redisign/components/bitrix/catalog/shop/style.css?17890227231814*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.woo-mag-pay__map-button-round.hdn-bgr {
	background-color: inherit!important;
}
.woo-mag-info__bottom-item p {
    margin-top: 10px;
}
.woo-mag-card__card-title h5 {
    margin-bottom: 15px;
}
.woo-mag-pay__content-box ul {
	line-height: 30px;
    margin-left: 40px;
    list-style: circle;
}
.woo-mag-info-text__title h4 {
    font-size: 36px;
	line-height: 125%;
}
.woo-mag-info-text__bottom-caption {
	line-height: 125%;
}
.woo-mag-card-description__text {
    line-height: 150%;
}
.woo-mag-card-description__title h4 {
    font-size: 36px;
}
.woo-mag-card-character__wrap h4 {
    margin-bottom: 30px;
    font-size: 36px;
}
.woo-mag-info-text__weight-stock a {
	text-decoration:none;
}
/* End */


/* Start:/local/templates/vetunion-redisign/components/bitrix/catalog/shop/bitrix/catalog.smart.filter/.default/style.css?17890227238430*/
:root {
    --c0: #4F4959;
    --c1: #FBC500;
    --c2: #04B957;
    --c3: #E9F1F4;
    --c4: #4285F4;
    --c5: #D23113;
    --animation1: all .25s ease-out;
}

.smart-filter {
    /* padding: 20px;
     background: var(--c3);
     font-size: 14px; */
}

@media (max-width: 768px) {
    .smart-filter {
        /*padding: 15px 15px 0px 15px; */
    }
}

.smart-filter_title {
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    color: var(--c0);
}
.smart-filter_title-left{
    display:flex;
    justify-content: flex-start;
    align-items:center;
    gap: 7px;
}

.smart-filter-parameters-box {
    margin-bottom: 20px;
}

.smart-filter-parameters-box .bx_filter_block_expanded {
    display: none;
}

.smart-filter-parameters-box.bx-active .bx_filter_block_expanded {
    display: block;
}

.smart-filter-digits {
    display: flex;
    justify-content: space-between;
}

.smart-filter-digits input {
    width: 48%;
    text-align: center;
    background: #fff;
    border: none;
    height: 40px;
}

.smart-filter_radio input {
    display: none;
    position: absolute;
    left: -9999999999px;
}

.smart-filter_radio label {
    height: 30px;
    line-height: 30px;
    margin: 0ex 3px 3px 0px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 0px 12px;
    background: #fff;
    color: var(--c0);
}

.smart-filter_radio input:checked + label {
    background: var(--c0);
    color: #ffffff;
}

.smart-filter_link {
    display: block;
    margin-bottom: 7px;
    text-decoration: none;
}
.smart-filter_link:hover {

}
.bx_filter_block_blue{
    background-color: #E9F8F7!important;
}
.smart-filter_checkbox input {
    display: none;
    position: absolute;
    left: -9999999999px;
}

.smart-filter_checkbox label {
    display: flex;
    color: var(--c0);
}

.smart-filter_checkbox label span {
    width: calc(100% - 18px);
    padding-left: 7px;
    text-transform: lowercase;
}

.smart-filter_checkbox label span:first-letter {
    text-transform: uppercase;
}

.smart-filter_checkbox label i {
    width: 17px;
    position: relative;
    bottom: -4px;
    height: 17px;
    border: 1px #253746 solid;
}

.smart-filter_checkbox input:checked + label i {
    background: #253746;
}

.smart-filter_bottons {
    margin: 10px 0px 30px 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

@media (max-width: 768px) {
    .smart-filter_bottons {
      margin: 0;
      margin-top: 15px;
    }
}
.smart-filter_bottons-btns{
    display:flex;
    gap:20px;
    justify-content: flex-start;
}
@media (max-width: 768px) {
    .smart-filter_bottons-btns {
        flex-direction: column;
    }
}
.filter-button{
    height: 50px;
    border-radius: 50px;
    padding: 0 20px!important;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 1em;
    cursor:pointer;
    justify-content: center;
}
.smart-filter_bottons-apply{
    background-color: #dd9fd4;
    border: 1px solid #dd9fd4;
    color:#fff;
}
.smart-filter_bottons-apply:hover{
    background-color: #fff;
    color:#dd9fd4;
}
.smart-filter_bottons-reset{
    background-color: var(--white);
    border: 1px solid var(--gray);
}
.smart-filter_bottons-reset:hover{
    background: var(--gray);
}
.smart-filter_bottons input#set_filter {
    background: var(--c4);
    border: none;
    color: #ffffff;
    height: 45px;
}

.smart-filter_bottons input#del_filter {
    background: none;
    color: #888;
    height: 45px;
    margin-top: 10px;
    border: none;
}

.smart-filter-container-modef {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}

.smart-filter-popup-result {
    position: absolute;
    right: -90%;
    z-index: 1000;
    width: 170px;
    height: 57px;
    line-height: 22px;
    padding: 6px 0px 0px 20px;
    box-shadow: 0px 0px 10px #999;
    background: #fff1b2;
}

@media (max-width: 768px) {
    .smart-filter-popup-result {
        display: none !important;
    }
}

.smart-filter-popup-result a {
    color: var(--c4);
    text-decoration: underline;
    display: block;
}

.smart-filter-slider-track-container {
    overflow: hidden;
    padding: 20px 10px 10px 10px;
}

.smart-filter-slider-track {
    position: relative;
    height: 4px;
    border-radius: 2px;
    background: #E1E1E1;
}

.smart-filter-slider-ruler {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
}

.smart-filter-slider-ruler span {
    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    margin-left: -50px;
    width: 100px;
    color: #000;
    text-align: center;
    font-size: 11px;
}

.smart-filter-slider-range {
    z-index: 50;
}

.smart-filter-slider-range, .smart-filter-slider-price-bar, .smart-filter-slider-price-bar-vd, .smart-filter-slider-price-bar-vn, .smart-filter-slider-price-bar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}

.smart-filter-slider-price-bar-v {
    background: var(--c0);
}

.smart-filter-slider-handle {
    position: absolute;
    top: 100%;
    margin-top: -9px;
    width: 15px;
    z-index: 100;
    height: 15px;
    background: #253746;
    border-radius: 100%;
}

.smart-filter-slider-handle:hover {
    cursor: grab;
    z-index: 110;
}

.smart-filter-slider-handle:active {
    cursor: grabbing;
    z-index: 110;
}

.smart-filter-slider-handle.left {
    left: 0;
    margin-left: -5px;
}

.smart-filter-slider-handle.right {
    right: 0;
    margin-right: -5px;
}

.mobile_filter_button {
    display: none!important;
}

@media (max-width: 768px) {
    .mobile_filter_button {
        display: block!important;
        width: 100%;
        top: 10px;
        background: var(--c0);
        border-radius: 2px;
        color: #ffffff;
        border: none;
        height: 45px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .mobile_filter_panel {
        position: fixed;
        overflow-y: scroll;
        width: 270px;
        height: 100vh;
        background: var(--c3);
        top: 0;
        left: -270px;
        z-index: 1000;
        transition: var(--animation1);
    }
}

.mobile_filter_panel_show {
    padding: 10px;
    left: 0;
}

@media (max-width: 768px) {
    .mobile_filter_panel_over {
        position: fixed;
        transition: var(--animation1);
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        display: none;
        z-index: 900;
        background: rgba(0, 0, 0, 0.7);
    }

    .mobile_filter_panel_over_show {
        display: block;
    }
}

/*# sourceMappingURL=style.css.map */
.smart-filter {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.smart-filter-parameters-box {
    /*flex-basis: 18%;*/
    /*flex-basis: calc(33.3333% - 14px);*/
    flex-basis: calc(20% - 16px);
    position: relative;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .smart-filter-parameters-box {
        flex-basis: 100%;
    }
}

.smart-filter-parameters-box.bx-active {
    z-index: 1;
}

.bx_filter_block_expanded {
    width: 100%;
}

.bx_filter_block_expanded label {
    cursor: pointer;
}

.smart-filter_title {
    padding-left: 24px;
    padding-right: 14px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #dee1e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #9d9d9d;
    justify-content: space-between;
}
.smart-filter_title._category {
    background-color: #E9F8F7;
}

.smart-filter-digits [type="number"] {
    border-radius: 50px;
    border: 1px solid #dee1e3;
    margin-bottom: 0;
}

.bx_filter_block {
    background: #fff;
}

*[data-role="bx_filter_block"] {
    background: #fff;
    padding: 20px 10px;
    border: 1px solid #dee1e3;
    border-radius: 20px;
    position: absolute;
}
@media (max-width: 768px) {
    *[data-role="bx_filter_block"] {
        position: relative;
    }
}

.smart-filter-parameters-box {
    position: relative;
}

.woo-mag-filters__filter-number {
    position: absolute;
    right: 12px;
    top: calc(50% - 17px);
    z-index: 2;
}
@media (max-width: 768px) {
    .woo-mag-filters__filter-number {
        top: 13px!important;

    }
}
.smart-filter-popup-result{
    display:none!important;
}
/* End */


/* Start:/local/templates/vetunion-redisign/components/bitrix/system.pagenavigation/pagen/style.css?17609610112326*/

/* Стили для пагинации */
.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 56px;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 24px;
}

.pagination-btn {
    width: 32px;
    height: 32px;
    border-radius: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
    background: rgba(37, 55, 70, 0.3);
}

.pagination-btn--next {
    background: #253746;
}

.pagination-btn:hover:not(.pagination-btn--disabled) {
    background: #DD9FD4;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(221, 159, 212, 0.3);
}

.pagination-btn--disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-pages {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pagination-page {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'TT Hoves', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #253746;
    background: #E9EBED;
    transition: all 0.2s ease;
    opacity: 0.9;
}

.pagination-page:hover {
    background: #DD9FD4;
    color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(221, 159, 212, 0.3);
}

.pagination-page--active {
    background: #DD9FD4;
    color: #FFFFFF;
    cursor: default;
}

.pagination-page--active:hover {
    transform: none;
    box-shadow: none;
}

.pagination-dots {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'TT Hoves', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #253746;
    opacity: 0.9;
    cursor: default;
}

/* Адаптивность для пагинации */
@media (max-width: 768px) {
    .pagination {
        gap: 16px;
    }

    .pagination-pages {
        gap: 8px;
    }

    .pagination-btn,
    .pagination-page {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/vetunion-redisign/components/bitrix/catalog/shop/bitrix/catalog.section/.default/style.css?17890227234012*/
@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}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
.woo-mag-products__list-empty{
	min-height: 200px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e9f8f7;
	border: 1px #253746 dashed;
	border-radius: 30px;
}
/* End */


/* Start:/local/templates/vetunion-redisign/components/bitrix/catalog/shop/bitrix/catalog.section/.default/themes/black/style.css?17890227234906*/
/* catalog.section */
.bx_black.bx-section-desc{
	border-left-color:#0083d1;
}
.bx_catalog_list_home.bx_black .bx_bt_button  				{
	background:#00a2df;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:   -moz-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:    -ms-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:     -o-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:        linear-gradient(to bottom,#00a2df 0%,#006fcb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0);

	color:#fff;
	text-shadow: 0 1px 0 #165c99;
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx_catalog_list_home.bx_black .bx_bt_button:hover  		{
	background:#26b0e4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YjBlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjg0ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#26b0e4),color-stop(100%,#2684d3));
	background:-webkit-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:   -moz-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:    -ms-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:     -o-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:        linear-gradient(to bottom,#26b0e4 0%,#2684d3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b0e4',endColorstr='#2684d3',GradientType=0 );
}
.bx_catalog_list_home.bx_black .bx_bt_button:active  		{
	background:#0052bf;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTJiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg1ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0052bf),color-stop(100%,#0085d3));
	background:-webkit-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:   -moz-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:    -ms-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:     -o-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:linear-gradient(to bottom,#0052bf 0%,#0085d3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0052bf',endColorstr='#0085d3',GradientType=0 );
}

/* scu_detail_size */
.bx-retina .bx_catalog_list_home.bx_black .bx_item_detail_size ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/vetunion-redisign/components/bitrix/catalog/shop/bitrix/catalog.section/.default/themes/black/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/vetunion-redisign/components/bitrix/catalog/shop/bitrix/catalog.section/.default/themes/black/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/vetunion-redisign/components/bitrix/catalog/shop/bitrix/catalog.section/.default/themes/black/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/vetunion-redisign/components/bitrix/catalog/shop/bitrix/catalog.section/.default/themes/black/images/x2border_active.png) 2 fill stretch;
}
/* scu_detail_scu */
.bx-retina .bx_catalog_list_home.bx_black .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/vetunion-redisign/components/bitrix/catalog/shop/bitrix/catalog.section/.default/themes/black/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/vetunion-redisign/components/bitrix/catalog/shop/bitrix/catalog.section/.default/themes/black/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/vetunion-redisign/components/bitrix/catalog/shop/bitrix/catalog.section/.default/themes/black/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/vetunion-redisign/components/bitrix/catalog/shop/bitrix/catalog.section/.default/themes/black/images/x2border_active.png) 2 fill stretch;
}
/* End */
/* /local/templates/vetunion-redisign/components/bitrix/catalog/shop/style.css?17890227231814 */
/* /local/templates/vetunion-redisign/components/bitrix/catalog/shop/bitrix/catalog.smart.filter/.default/style.css?17890227238430 */
/* /local/templates/vetunion-redisign/components/bitrix/system.pagenavigation/pagen/style.css?17609610112326 */
/* /local/templates/vetunion-redisign/components/bitrix/catalog/shop/bitrix/catalog.section/.default/style.css?17890227234012 */
/* /local/templates/vetunion-redisign/components/bitrix/catalog/shop/bitrix/catalog.section/.default/themes/black/style.css?17890227234906 */
