

/* Start:/bitrix/templates/.default/components/bitrix/catalog/template1/style.css?15284573321122*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

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

}

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

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

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.element/.default/style.css?152845732910184*/

.bx-catalog-element .bx-title {
	margin: 10px 0 35px;
}

.bx-catalog-element .full-img {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	outline: none;
}

.bx-catalog-element .slider-wrapper {
	padding: 0 24px;
	position: relative;
}

.bx-catalog-element .slider-wrapper .item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 85px;
	box-sizing: border-box;
	cursor: pointer;
}

.bx-catalog-element .slider-wrapper .slick-slide {
	margin: 0 5px;
	outline: none !important;
}

.bx-catalog-element .slider-wrapper .slick-prev,
.bx-catalog-element .slider-wrapper .slick-next {
	background-repeat: no-repeat;
	background-size: 24px;
	height: 100%;
	width: 24px;
	box-sizing: border-box;
}

.bx-catalog-element .slider-wrapper .slick-prev::before,
.bx-catalog-element .slider-wrapper .slick-next::before {
	display: none;
}


.bx-catalog-element .slider-wrapper .slick-prev {
	background-position: left center;
	background-image: url('/bitrix/templates/.default/components/bitrix/catalog.element/.default/images/back.png');
}

.bx-catalog-element .slider-wrapper .slick-next {
	background-position: right center;
	background-image: url('/bitrix/templates/.default/components/bitrix/catalog.element/.default/images/next.png');
}

.bx-catalog-element .element-images {
	float: left;
	width: 300px;
	margin-right: 30px;
	box-sizing: border-box;
}

.bx-catalog-element .element-description {
	float: left;
	width: calc(100% - 330px);
}

.bx-catalog-element .element-description ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.bx-catalog-element .element-description ul li {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
}

.bx-catalog-element .element-description ul li.article {
	font-size: 20px;
}

.bx-catalog-element .element-description ul li.available span {
	display: flex;
	align-items: center;
	height: 70px;
	box-sizing: border-box;
	font-weight: 700;

}

.bx-catalog-element .element-description ul li.available span.available-yes {
	color: #116f35;
}

.bx-catalog-element .element-description ul li.available span.available-yes::before {
	display: inline-block;
	content: '';
	width: 18px;
	height: 12px;
	margin-right: 5px;
	box-sizing: border-box;
	background-image: url('/bitrix/templates/.default/components/bitrix/catalog.element/.default/images/check.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bx-catalog-element .element-description ul li.available span.available-no {
	color: #ff0000;
}

.bx-catalog-element .product-item-detail-pay-block {
	padding: 12px 20px 20px;
	background-color: #f0f1d0;
}

.bx-catalog-element .product-item-detail-buy-button {
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #116f35;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.bx-catalog-element .product-item-detail-buy-button::before {
    display: inline-block;
    content: "";
    margin-right: 7px;
    background-image: url(/bitrix/templates/.default/components/bitrix/catalog.element/.default/images/cart-icon-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 26px;
    height: 24px;
}

.bx-catalog-element .product-item-detail-buy-button:hover {
	background-color: #11843d;
}

.bx-catalog-element .product-item-detail-buy-button.btn-not-available {
	background-color: #b1c18d;
    cursor: default;
    text-decoration: none;
}

.bx-catalog-element .product-item-detail-pay-block .product-item-detail-info-container {
	color: #000000;
}

.bx-catalog-element .product-item-detail-pay-block .product-item-detail-info-container span {
	font-size: 18px;
	font-weight: 700;
	line-height: 35px;
}

.bx-catalog-element .product-item-detail-pay-block .price-container {
	display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.bx-catalog-element .product-item-detail-pay-block .price-container span {
	display: block;
}

.bx-catalog-element .product-item-detail-pay-block .price-container b {
	display: block;
    margin-left: auto;
}

.bx-catalog-element .product-item-detail-info-container .product-item-detail-price-old,
.bx-catalog-element .product-item-detail-info-container .product-item-detail-price-current,
.bx-catalog-element .product-item-detail-info-container .item_economy_price {
	color: #000000;
	font-size: 35px;
	font-weight: 700;	
	text-align: right;
}

.product-item-detail-price-current.null-price {
    font-size: 26px !important;
    line-height: 43px !important;
}

.bx-catalog-element .product-item-amount-field-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    margin-bottom: 15px;
    box-sizing: border-box;
}    

.bx-catalog-element .product-item-amount-field-container .inner {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 118px;
	height: 36px;
	border-radius: 5px;
	border: 1px solid #c7c89e;
	box-sizing: border-box;
}

.bx-catalog-element .product-item-amount-field-container .inner input {
	width: 58px;
	height: 34px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #fff;
	border: none;
	outline: none;
	text-align: center;
}

.bx-catalog-element .product-item-amount-field-container .inner a {
	color: #000000;
	font-size: 25px;
	font-weight: 400;
	line-height: 34px;
	width: 30px;
	height: 34px;
	box-sizing: border-box;
	vertical-align: middle;	
	text-align: center;
	text-decoration: none;
}

.bx-catalog-element .product-item-amount-field-container .inner a.product-item-amount-field-btn-minus {
	line-height: 31px;
}

.bx-catalog-element .product-item-amount-field-container > span:first-of-type {
	margin-right: 15px;
}

.bx-catalog-element .product-item-amount-field-container .inner {
	margin-right: 10px;
}

.bx-catalog-element .product-item-amount-description-container span:nth-of-type(2) {
	display: none;
}

.bx-catalog-element .first-row {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

.bx-catalog-element .first-row::after {
	content: '';
	display: block;
	clear: both;
}

.bx-catalog-element .first-row .column-left {
	float: left;
	width: calc(100% - 340px);
	box-sizing: border-box;
	padding-right: 20px;
}

.bx-catalog-element .first-row .column-left > .inner::after {
	display: block;
	content: '';
	clear: both;
}

.bx-catalog-element .first-row .column-left > .inner {
	margin-bottom: 40px;
}

.bx-catalog-element .first-row .column-right {
	float: right;
	width: 340px;
	box-sizing: border-box;
}

.bx-catalog-element .product-item-detail-pay-block div[data-entity="main-button-container"] {
	margin-bottom: 20px;
}

.bx-catalog-element .department-number {
	color: #000000;
	text-align: center;
}

.bx-catalog-element .department-number a b {
	color: #000000;
}

.bx-catalog-element .department-number b {
	font-size: 20px
}

.bx-catalog-element .product-item-detail-description {
	color: #000;
	font-size: 18px;
	margin-bottom: 50px;	
}

.bx-catalog-element .product-item-detail-description .sub-title {
	display: block;
	margin-bottom: 20px;
}

.bx-catalog-element .scheme-details {
	margin-bottom: 35px;
}

.bx-catalog-element .scheme-details .toggle-btn {
	width: 320px;
	box-sizing: border-box;
	position: relative;
	height: 52px;
	padding-top: 10px;
	padding-bottom: 16px;
	padding-left: 35px;
	border-radius: 5px 5px 0 0;
	background-color: #b0c4de;
	cursor: pointer;
}

.bx-catalog-element .scheme-details .toggle-btn::after {
	display: block;
	content: '';
	position: absolute;
    right: 17px;
    top: 20px;	
	width: 18px;
	height: 12px;
	box-sizing: border-box;
	background-image: url('/bitrix/templates/.default/components/bitrix/catalog.element/.default/images/arrow-down.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
}

.bx-catalog-element .scheme-details .toggle-btn span {
	margin-right: 15px;
	color: #000000;
	font-size: 20px;
	font-weight: 300;

	border-bottom: 1px dashed #000000;

	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none; 	
}

.bx-catalog-element .toggle-btn-wrapper {
	border-bottom: 1px solid #b0c4de;
}

.bx-catalog-element .content {
	width: 100%;
	height: 1px;
}

/*	>>>	popup*/
.product-item-detail-slider-container.popup{
	position: fixed;
	top:   0;
	left:  0;
	right: 0;
	bottom:0;
	background: #fff;
	z-index: 999999;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container{ right: 105px;}
.product-item-detail-slider-container.popup .product-item-detail-slider-block{
	height:100vh;
	padding-top:0;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-image{
	max-height: 100vh;
	position: absolute;
	top: 50%;
	width:calc(100% - 150px);
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		 -o-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);
}
@keyframes imgPopupShow {
	from { opacity: 0;}
	to   { opacity: 1;}
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img{
	width:auto;
	max-width: 100%;
	cursor: default;
	max-height: 90vh
}
.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block{
	border-left:1px solid #d3d3d3;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding:20px;
	overflow-y: auto;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image{
	display: block;
	margin-bottom:20px;
}

.recommended-products h3 {
	color: #000000;
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 25px;
}

.partners {
	max-width: 1340px;
	margin: 0 auto;
	box-sizing: border-box;
}

.sheme-uploading h2 {
  text-align: center;
}

.sheme-uploading a {
  display: block;
  outline: none;
}

.sheme-uploading img {
  display: block;
  max-width: 100%;
  height: auto;
  outline: none;
}
/* End */


/* Start:/bower_components/slick-carousel/slick/slick.css?15284573051776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bower_components/slick-carousel/slick/slick-theme.css?15284573053145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bower_components/slick-carousel/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bower_components/slick-carousel/slick/./fonts/slick.eot');
    src: url('/bower_components/slick-carousel/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bower_components/slick-carousel/slick/./fonts/slick.woff') format('woff'), url('/bower_components/slick-carousel/slick/./fonts/slick.ttf') format('truetype'), url('/bower_components/slick-carousel/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?15284573371816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.element/.default/themes/blue/style.css?15284573291509*/
/*******************************************************************************
 * 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:/bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?15284573352802*/
div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:12px 0;
    overflow:hidden;
    padding:0;
    background: url(/bitrix/components/bitrix/catalog.store.amount/templates/.default/images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }


.bx_storege {}
.bx_storege h4{
    margin-bottom: 0;
}
.bx_storege hr{
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
}
.bx_storege ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx_storege ul li{
    padding: 5px 0 20px;
    font-size: 12px;
    line-height: 17px;
}
.bx_storege ul li a{
    text-decoration: none;
    color: #2a65ae;
}
.bx_storege ul li a:hover{
    text-decoration: underline;
}
/* End */


/* Start:/bitrix/components/bitrix/eshop.socnet.links/templates/.default/style.css?17331898681076*/
.bx-socialsidebar {
	margin: 10px 0;
}
.bx-socialsidebar .bx-block-title {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
}
.bx-socialsidebar-group {}
.bx-socialsidebar-group ul {
	padding: 0;
	margin: 0;
	display: block;
}
.bx-socialsidebar-group ul li {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 5px;
}
.bx-socialsidebar-group ul li a {
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(/bitrix/components/bitrix/eshop.socnet.links/templates/.default/images/sprite.png);
	background-repeat: no-repeat;
	/*opacity: .8;*/
	border-bottom: none;
}
.bx-socialsidebar-group ul li a.fb {background-position: 0 0}
.bx-socialsidebar-group ul li a.gp {background-position: -44px 0}
.bx-socialsidebar-group ul li a.tw {background-position: -88px 0}
.bx-socialsidebar-group ul li a.vk {background-position: -132px 0}
.bx-socialsidebar-group ul li a.in {background-position: -176px 0}
.bx-socialsidebar-group ul li a:hover {opacity: .9;}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog/template1/style.css?15284573321122 */
/* /bitrix/templates/.default/components/bitrix/catalog.element/.default/style.css?152845732910184 */
/* /bower_components/slick-carousel/slick/slick.css?15284573051776 */
/* /bower_components/slick-carousel/slick/slick-theme.css?15284573053145 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?15284573371816 */
/* /bitrix/templates/.default/components/bitrix/catalog.element/.default/themes/blue/style.css?15284573291509 */
/* /bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?15284573352802 */
/* /bitrix/components/bitrix/eshop.socnet.links/templates/.default/style.css?17331898681076 */
