

/* Start:/local/templates/chernika/components/bitrix/catalog.element/catalog/style.css?17667470968665*/
.grid-photo,
.grid-desc,
.grid-info {
    width: 100%;
    max-width: none;
}
.grid-photo {
    order: 1;
    padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .grid-photo {
        padding-bottom: 60px;
    }
}
.grid-info {
    order: 2;
}
.grid-desc {
    order: 3;
}
.fl-row.grid {
    display: flex;
    flex-wrap: wrap;
}
@media(min-width: 992px) {
    .grid-desc { grid-area: grid-desc; }
    .grid-photo { grid-area: grid-photo; max-width: none; }
    .grid-info { grid-area: grid-info; }
    .fl-row.grid {
        display: grid;
        grid-template-areas: "grid-photo grid-info" "grid-desc grid-info";
        grid-template-columns: 58.333333333333336% 41.66666666666667%;
        grid-template-rows: auto 1fr;
    }
    .fl-row.grid:before,
    .fl-row.grid:after {
        display: none;
        content: none;
    }
}
.title-brand {
    margin-bottom: 24px;
}
.colors {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.colors-item {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 12px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #D9D9D9;
    margin: 5px;
}
.colors-item.selected {
    box-shadow: 0 0 0 2px #FF8343;
}
.lastnameinp {position: absolute;left: -9999px;display: none;}
.product-page-status {margin-top: 0 !important;}
.nalichie {align-self: flex-start; font-size:  12px !important; padding-right: 0 !important; padding-left: 15px;}
.nalichie:after {display: none !important;}
.nalichie:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #8fd436;
}
.nalichie.nalichie_delay:before {
    background-color: #ff8343;
}
.nalichie.nalichie_limited {padding-left:0}
.nalichie.nalichie_limited img {height: 12px; margin: 0 5px 0 -3px;}
.nalichie.nalichie_limited:before {
    display: none;
}
.productCard_buttons {display: flex; margin-bottom: 15px;}
.productCard_buttons .rezerv_btn {font-size: 15px; display: flex; align-items: center; justify-content: center; padding-left: 5px; padding-right: 5px; margin-right: 10px;}

.description p.infoPhone {line-height: normal;}
.description p.infoPhone a {display: inline; line-height: normal; text-transform: unset; padding: 0; text-decoration: underline; font-size: 18px; font-weight: normal;}

.productCard_buttons .buy-btn {margin-bottom: 0; width: 220px;}
.productCard_buttons .buy-btn span {font-size: 15px; transition: .3s; padding: 0 10px !important;}

.productCard_buttons .buy-btn:not(.redBtn) {width: 190px;}
.productCard_buttons .buy-btn:not(.redBtn) span { border: 2px solid #f44747; background: transparent; color: #393939; }
.productCard_buttons .buy-btn.oraBtn span { border: 2px solid #ff8343; }
.productCard_buttons .buy-btn:not(.redBtn) span img {margin-right: 5px; position: relative; top: 2px; transition: .3s;}
.productCard_buttons .buy-btn:not(.redBtn) span:hover {background: #f44747; color: #fff;}
.productCard_buttons .buy-btn.oraBtn span:hover { background: #ff8343; }
.productCard_buttons .buy-btn:not(.redBtn) span:hover img {filter: invert(1);}

.bottomInfoPhone {display: flex; margin: 15px 0; font-size: 16px; line-height: normal;}
.bottomInfoPhone a.imgPhone {align-self: flex-start; margin-right: 10px; margin-top: 5px;}
.bottomInfoPhone a:not(.imgPhone) {text-decoration: underline;}
.bottomInfoPhone a img {max-width: 30px;}

.info-block.bottomInfoPhone {
    border: none;
    padding: 0;
    justify-content: flex-start;
    font-size: initial;
    color: initial;
}

.rezerv__container {
    position: relative;
    width: 100%;
    max-width: 900px;
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0 8px 30px rgb(0 0 0 / 20%);
    box-shadow: 0 8px 30px rgb(0 0 0 / 20%);
    padding: 30px;
}
.rezerv__container h3 span, .rezerv__container .h3 span {color: #ff5050; text-decoration: underline;}
.rezerv__container .h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.rezerv__container .h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.rezerv__container .callManager {color: #ff5050; font-weight:  bold;}
.rezerv_salons {}
.rezerv_salon {display: flex; justify-content: space-between; padding: 30px 0; border-bottom: 1px solid #cdcdcd}
.rezerv_salon:last-child {border-bottom: 0;}
.rezerv_address {}
.rezerv_address p {margin: 0 0 10px 0;}
.rezerv_button {}
.rezerv_btn {
    display: block;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #f44747;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border: 0;
    outline:  none;
    padding-left: 20px;
    padding-right: 20px;
    }
.rezerv_btn:hover {
    background: #ff8343;
}
.rezerv_btn.delay {
    background: #ff8343;
}
.rezerv_btn.delay:hover {
    background: #f44747;
}
.rezerv_btn:disabled,
.rezerv_btn:disabled:hover {
    background: #bfbfbf !important;
}
.rezerv_form-salonID {display: none;}
.rezerv_form-salonID p {margin: 0 0 10px 0;}
.rezerv_form-salonID.active {display: block;}
.rezerv_form-topInfo {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #cdcdcd;
}
.rezerv_form-product {
    display: flex;
}
.rezerv_form-product img {
    width: 100px;
    height: auto;
    align-self: flex-start;
}
.rezerv_form-product-right {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}
.rezerv_form-product-right p {margin: 0;}
.rezerv_form-product-title {font-weight: bold;}
.rezerv_form-salonBack {background: #eee; outline: none; cursor: pointer; padding: 5px 10px; margin: 0; font-size: 16px; border: 1px solid #cdcdcd; border-radius: 4px;}
.rezerv_form-formInputs {display: flex;}
.rezerv_form-formInputs .form-item {flex-grow: 1;}
.rezerv_form-formInputs .form-item + .form-item {margin-left: 15px;}
.rezerv_form-formInputs .form-item .input {border: 1px solid #b5b5b5;}
.rezerv_form-formTextarea.form-item .input {border: 1px solid #b5b5b5;}
.rezerv_form-formTextarea.form-item textarea {height: 100px; padding-top: 15px;}
.rezerv_form-formFooter {display: flex; align-items: center; margin-bottom: 30px;}
.rezerv_form-form button {width: auto; margin-right: 30px; padding-left: 15px;padding-right: 15px;}
.rezerv_form-form p {margin: 0;}
@media screen and (max-width:1280px) {
    .productCard_buttons .rezerv_btn {max-width: none; margin-right: 0;margin-bottom: 15px}
    .productCard_buttons {flex-wrap: wrap; margin-top:15px;}
    .productCard_buttons .buy-btn { width: 100%!important;}
    .js-prod_buy_wrap { width: 100%; flex-wrap: wrap;}
    .buy-btn.js-prod_orderprice.redBtn {margin-left: 0;margin-top:15px;}
}
@media screen and (max-width:991px) {
    .productCard_buttons {flex-direction: column;}
    .productCard_buttons .rezerv_btn {margin-right: 0; margin-bottom: 15px}
    .productCard_buttons .buy-btn {width: 100% !important}
    .prices-block {margin-bottom: 10px !important}

    .rezerv__close {top: -5px !important; right: -5px !important;}
    .rezerv__container {padding: 15px 15px 30px 15px;}
    .rezerv_salons h3, .rezerv_salons .h3 {margin-top: 5px; margin-bottom: 5px; line-height: normal;}
    .rezerv_salon {flex-direction: column; padding: 20px 0;}
    .rezerv__container .callManager {margin: 5px 0; font-size: 16px; line-height: normal;}
    .rezerv_address p {line-height: normal}
    .rezerv_form-topInfo {flex-direction: column;}
    .rezerv_form h3, .rezerv_form .h3 {margin-top: 5px; margin-bottom: 10px; line-height: normal;}
    .rezerv_form-address {margin-bottom: 30px}
    .rezerv_form-address p {line-height: normal}
    .rezerv_form-product img {align-self: center}
    .rezerv_form-formInputs {flex-direction: column;}
    .rezerv_form-formInputs .form-item + .form-item {margin-left: 0}
    .rezerv_form-formFooter {flex-direction: column; margin-bottom: 15px}
    .rezerv_form-form h3, .rezerv_form-form .h3 {margin: 15px 0;}
    .rezerv_form-form p {font-size: 14px; margin-top: 10px; text-align: center}
    .rezerv_form-formInputs .form-item {margin-bottom: 10px}
    .rezerv_form-form .callManager {font-size: 16px;}
    .rezerv_form-form button {width: 100%; margin-right: 0}

}


/* End */


/* Start:/local/templates/chernika/components/bitrix/catalog.top/analog/style.css?171684291719172*/
.bx_slider_section{
	position:relative;
	overflow:hidden;
	margin-top:40px;
	padding-top:38%;
}
@media (max-width:640px){.bx-touch .bx_slider_section{margin-top:20px;padding-top:70%}}
@media (max-width:480px){
	.bx-touch .bx_slider_section{
		margin-top: 20px;
		padding-top: 70%;
	}

}


.bx_slider_section .bx_slider_container{
	position: absolute;
	top: 0;
	bottom: 20px;
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_container{
		position:static;
		top:auto;
		bottom:auto;
	}
}
.bx_slider_section .bx_slider_block{
	position:relative;
	float:left;
	height:100%;
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_block{
		position: static;
		float: none;
		display: none;
	}
	.bx-touch .bx_slider_section .bx_slider_block.active{
		display: block;
	}

}
.bx_slider_section .bx_slider_photo_container{
	position:absolute;
	top:0;
	bottom:0;
	width:55%;
}
@media (max-width:640px){
	.bx-touch .bx_slider_section .bx_slider_photo_container{
		width: 100%;
		padding-top: 35%;
		bottom: auto;
	}
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_photo_container{
		padding-top: 70%;
	}
}
/**/
.bx_slider_section .bx_slider_photo_background,
.bx_slider_section .bx_slider_photo_element{
	position:absolute;
	top:3%;
	right:2%;
	bottom:3%;
	left:6%;
	background:#fff;
	box-shadow:0 0 4px 0 rgba(123,152,165,.75);
}

@media (max-width:640px){
	.bx-touch .bx_slider_section .bx_slider_photo_background,
	.bx-touch .bx_slider_section .bx_slider_photo_element{
		right:2%;
		left:2%;
	}
}

.bx_slider_section .bx_slider_photo_background{
	-webkit-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-moz-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.bx_slider_section .bx_slider_photo_element{
	display:block;
	padding:1px;
	-webkit-background-size:contain !important;
	background-size:contain !important;
}
@media (max-width:980px){ 			.bx_slider_section .bx_slider_photo_element, 			.bx_slider_section .bx_slider_photo_background{box-shadow:0 0 3px 0 rgba(123,152,165,.75)}}
@media (max-width:641px){ 			.bx_slider_section .bx_slider_photo_element, 			.bx_slider_section .bx_slider_photo_background{box-shadow:0 0 2px 0 rgba(123,152,165,.75)}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_slider_photo_element, .bx-touch  .bx_slider_section .bx_slider_photo_background{box-shadow:0 0 1px 0 rgba(123,152,165,.75)}}
/* Stickers */
.bx_slider_section .bx_stick{
	position:absolute;
	top:20px;
	left:-2px;
	display:block;
	width:123px;
	height:35px;
	background:url(/local/templates/chernika/components/bitrix/catalog.top/analog/images/stick.png) left center no-repeat;
	-webkit-background-size:contain !important;
	background-size:contain !important;
	color:#fff;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
	font-size:	18px;
	line-height:35px;
}
@media (max-width:980px){ 			.bx_slider_section .bx_stick{ 		  width:90px;height:30px;font-size:14px;line-height:30px}}
@media (max-width:640px){ 			.bx_slider_section .bx_stick{top:10px;width:70px;height:30px;font-size:11px;line-height:30px}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_stick{top: 5px;width:63px;height:27px;font-size:10px;line-height:27px;font-weight:normal}}
/**/
.bx_slider_section .bx_stick_disc{
	position:absolute;
	right:5px;
	bottom:5px;
	display:block;
	width:72px;
	height:74px;
	background:url(/local/templates/chernika/components/bitrix/catalog.top/analog/images/stick_disc.png) no-repeat center;
	-webkit-background-size:contain !important;
	background-size:contain !important;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
	font-size:26px;
	line-height:74px;
}
@media (max-width:980px){ 			.bx_slider_section .bx_stick_disc{width:64px;height:64px;font-size:21px;line-height:64px}}
@media (max-width:640px){ 			.bx_slider_section .bx_stick_disc{width:48px;height:48px;font-size:15px;line-height:48px}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_stick_disc{width:36px;height:36px;font-size:12px;line-height:36px}}
/**/
.bx_slider_section .bx_slider_content_container{
	position:absolute;
	top:1px;
	right:10px;
	bottom:0;
	left:59%;
	z-index:100;
}
@media (max-width:640px){
	.bx-touch .bx_slider_section .bx_slider_content_container{
		top: 60%;
		left: auto;
		right: auto;
		width: 100%;
	}
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_content_container{
		top: auto;
		position: static;
	}

}

/**/
.bx_slider_section .bx_slider_title{
	overflow:hidden;
	margin:0;
	padding:0;
	max-height:25px;
}
@media (max-width:980px){		   .bx_slider_section .bx_slider_title{max-height:23px}}
@media (max-width:640px){		   .bx_slider_section .bx_slider_title{max-height:17px}}
@media (max-width:480px){.bx-touch .bx_slider_section .bx_slider_title{max-height:12px}}
/**/
.bx_slider_section .bx_slider_title a{
	color:#000;
	text-decoration:none;
	font-size:25px;
	line-height:25px;
	display:inline-block;
	width:100%;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap;
	vertical-align:top;
}
.color_blue   .bx_slider_section .bx_slider_title a{color:#000;}
.color_wood   .bx_slider_section .bx_slider_title a{color: #572c05;text-shadow: 0 1px 1px rgba(246,237,206,0.7);}
.color_green  .bx_slider_section .bx_slider_title a{color:#fff;}
.color_yellow .bx_slider_section .bx_slider_title a{color: #4c4a3f;text-shadow: 0 1px 1px rgba(255,255,255,.5);}
.color_red    .bx_slider_section .bx_slider_title a{color:#fff;}
.color_black  .bx_slider_section .bx_slider_title a{color:#fff;}

@media (max-width:980px){ 			.bx_slider_section .bx_slider_title a{font-size:21px;line-height:23px}}
@media (max-width:640px){ 			.bx_slider_section .bx_slider_title a{font-size:17px;line-height:17px}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_slider_title a{font-size:11px;line-height:12px}}
/**/
.bx_slider_section .bx_slider_content_description {
	color:#658790;
	font-size:13px;
	line-height:19px;
	max-height:77px;
	overflow:hidden;
}
.color_blue   .bx_slider_section .bx_slider_content_description {color:#658790;}
.color_wood   .bx_slider_section .bx_slider_content_description {color:#fff    ;text-shadow: 0 -1px 1px #924b17;}
.color_green  .bx_slider_section .bx_slider_content_description {color:#fff;}
.color_yellow .bx_slider_section .bx_slider_content_description {color: #4c4a3f;text-shadow: 0 1px 1px rgba(255,255,255,.5);}
.color_red    .bx_slider_section .bx_slider_content_description {color:#fff;}
.color_black  .bx_slider_section .bx_slider_content_description {color:#fff;}
@media (max-width:890px){ 			.bx_slider_section .bx_slider_content_description{max-height:55px}}
@media (max-width:820px){ 			.bx_slider_section .bx_slider_content_description{max-height:38px}}
@media (max-width:780px){ 			.bx_slider_section .bx_slider_content_description{max-height:19px}}
@media (max-width:720px){ 			.bx_slider_section .bx_slider_content_description{display:none}}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_content_description{
	max-height: 76px;
	display: block;
	position: absolute;
	left: 52%;
	top: 0;
}
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_content_description {
		max-height: 76px;
		position: static;
		left: auto;
		top: auto;
	}
}
/**/

@media (max-width:640px){
	.bx-touch .bx_slider_section .bx_slider_customblock_one{width: 50%}
	.bx-touch .bx_slider_section .bx_slider_customblock_two{width: 50%}
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_customblock_one{width:100%}
	.bx-touch .bx_slider_section .bx_slider_customblock_two{width:100%}
}
/**/
.bx_slider_section .bx_slider_price_container{
	position:absolute;
	right:0;
	bottom:0;
	left:0;
}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_price_container{left: 52%;}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_slider_price_container{left: auto;position: relative;margin-top: 10px}}
.bx_slider_section .bx_slider_price_rightblock{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:96%;
	background:url(/local/templates/chernika/components/bitrix/catalog.top/analog/images/price_bg.png) no-repeat left center;
	background-size:100% 100%;
}

.color_blue   .bx_slider_section .bx_slider_price_rightblock {background:url(/local/templates/chernika/components/bitrix/catalog.top/analog/images/price_bg.png) no-repeat left center;}
.color_wood   .bx_slider_section .bx_slider_price_rightblock {}
.color_green  .bx_slider_section .bx_slider_price_rightblock {}
.color_yellow .bx_slider_section .bx_slider_price_rightblock {background:url(/local/templates/chernika/components/bitrix/catalog.top/analog/images/price_bg_white.png) no-repeat left center;}
.color_red    .bx_slider_section .bx_slider_price_rightblock {}
.color_black  .bx_slider_section .bx_slider_price_rightblock {}

/**/
.bx_slider_section .bx_slider_price_leftblock{
	position:relative;
	width:96%;
	background:rgba(159,226,248,.52);
}

.color_blue   .bx_slider_section .bx_slider_price_leftblock {}
.color_wood   .bx_slider_section .bx_slider_price_leftblock {}
.color_green  .bx_slider_section .bx_slider_price_leftblock {}
.color_yellow .bx_slider_section .bx_slider_price_leftblock {background: rgba(255,255,255,.52);}
.color_red    .bx_slider_section .bx_slider_price_leftblock {}
.color_black  .bx_slider_section .bx_slider_price_leftblock {}
/**/
.bx_slider_section .bx_slider_current_price{
	padding:10px 10px 5px;
	text-shadow:0 1px 1px rgba(255,255,255,.7);
	font-weight:bold;
	font-size:26px;
	line-height:26px;
	vertical-align: middle;
}
.bx_slider_section .bx_slider_current_price.bx_no_oldprice{
	font-size:26px;
	line-height:46px;
}
@media (max-width:980px){			.bx_slider_section .bx_slider_current_price 				{padding:5px 7px 1px;font-size:23px;line-height:18px}}
@media (max-width:980px){			.bx_slider_section .bx_slider_current_price.bx_no_oldprice 	{padding:5px 7px 1px;font-size:23px;line-height:46px}}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_current_price 				{padding:4px 7px 0px;font-size:17px;line-height:12px}}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_current_price.bx_no_oldprice  {padding:4px 7px 0px;font-size:17px;line-height:34px}}
/**/
.bx_slider_section .bx_slider_old_price{
	padding:5px 10px 10px;
	color:#496771;
	text-decoration:line-through;
	text-shadow:0 1px 1px rgba(255,255,255,.4);
	font-weight:bold;
	font-size:14px;
}
@media (max-width:980px){ 			.bx_slider_section .bx_slider_old_price{font-size:14px;padding:1px 7px 5px}}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_old_price{font-size:10px}}
/*Cart button*/
.bx_slider_section .bt_blue{
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-19px;
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx-touch .bx_slider_section .bt_blue{font-size:12px}
.bx_slider_section .shadow.bt_blue 		 {box-shadow:0 1px 1px 0 rgba(0,0,0,.2);}
.bx_slider_section .shadow.bt_blue:active{box-shadow:none}

.bx_slider_section .bt_blue  		{
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#00a2df), to(#006fcb));
	background-image:-webkit-linear-gradient(#00a2df 0%, #006fcb 100%);
	background-image:-moz-linear-gradient(#00a2df 0%, #006fcb 100%);
	background-image:-o-linear-gradient(#00a2df 0%, #006fcb 100%);
	background-image:linear-gradient(#00a2df 0%, #006fcb 100%);
	color:#fff;
	text-shadow:0 1px 0 #006cae;
}
.bx_slider_section .bt_blue:hover  	{
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#21afe4), to(#006fcb));
	background-image:-webkit-linear-gradient(#21afe4 0%, #006fcb 100%);
	background-image:-moz-linear-gradient(#21afe4 0%, #006fcb 100%);
	background-image:-o-linear-gradient(#21afe4 0%, #006fcb 100%);
	background-image:linear-gradient(#21afe4 0%, #006fcb 100%);
}
.bx_slider_section .bt_blue:active  {
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#006fcb), to(#00a2df));
	background-image:-webkit-linear-gradient(#006fcb 0%, #00a2df 100%);
	background-image:-moz-linear-gradient(#006fcb 0%, #00a2df 100%);
	background-image:-o-linear-gradient(#006fcb 0%, #00a2df 100%);
	background-image:linear-gradient(#006fcb 0%, #00a2df 100%);
	box-shadow:inset 0 3px 5px 0 rgba(0,0,0,.21);
}
.bx_slider_section .big.bt_blue{
	padding:0 13px;
	height:36px;
	line-height:36px;
	font-weight:bold;
}
.bx-touch .bx_slider_section .big.bt_blue{
	padding:0 12px;
	height:24px;
	line-height:24px;
	font-weight:bold;
	margin-top:-12px;
	vertical-align: middle;
}
.bx_slider_section .big.bt_blue:hover  {}
.bx_slider_section .big.bt_blue:active {}

.bx_slider_section .big.bt_blue.cart span{
	position:relative;
	bottom:-7px;
	display:inline-block;
	margin:0 10px 0 0;
	width:26px;
	height:23px;
	background:url(/local/templates/chernika/components/bitrix/catalog.top/analog/images/bt_cart.png) no-repeat center;
	-webkit-background-size:contain !important;
	background-size:contain !important;
}
.bx-touch .bx_slider_section .big.bt_blue.cart span{
	bottom:0;
	margin:0 10px 0 0;
	width:20px;
	height:24px;
	vertical-align: middle;
}
@media (max-width:800px){.bx_slider_section .big.bt_blue.cart span {display:none}}
@media (max-width:640px){.bx_slider_section .big.bt_blue.cart span {display:block}
	.bx_slider_section .big.bt_blue.cart strong{display:none}}
/**/
.bx_slider_section .bx_slider_controls{}
.bx_slider_section .bx_slider_arrow_left,
.bx_slider_section .bx_slider_arrow_right{
	position:absolute;
	top:50%;
	z-index:200;
	display:none;
	margin-top:-29px;
	width:57px;
	height:58px;
	background:url(/local/templates/chernika/components/bitrix/catalog.top/analog/images/slider_arrow.png) no-repeat;
	cursor:pointer;
}


.color_blue   .bx_slider_section .bx_slider_arrow_left,
.color_blue   .bx_slider_section .bx_slider_arrow_right{background-image:url(/local/templates/chernika/components/bitrix/catalog.top/analog/images/slider_arrow.png)}
.color_wood   .bx_slider_section .bx_slider_arrow_left,
.color_wood   .bx_slider_section .bx_slider_arrow_right{}
.color_green  .bx_slider_section .bx_slider_arrow_left,
.color_green  .bx_slider_section .bx_slider_arrow_right{}
.color_yellow .bx_slider_section .bx_slider_arrow_left,
.color_yellow .bx_slider_section .bx_slider_arrow_right{background-image:url(/local/templates/chernika/components/bitrix/catalog.top/analog/images/slider_arrow_yellow.png)}
.color_red    .bx_slider_section .bx_slider_arrow_left,
.color_red    .bx_slider_section .bx_slider_arrow_right{}
.color_black  .bx_slider_section .bx_slider_arrow_left,
.color_black  .bx_slider_section .bx_slider_arrow_right{}



.bx_slider_section:hover 	.bx_slider_arrow_left,
.bx_slider_section:hover 	.bx_slider_arrow_right 		 {display:block}

.bx_slider_section 			.bx_slider_arrow_left 		 {background-position:0   0  ;left: 0}
.bx_slider_section 			.bx_slider_arrow_right 		 {background-position:0 -58px;right:0}

.bx_slider_section 			.bx_slider_arrow_left:active {background-position:0 -116px}
.bx_slider_section 			.bx_slider_arrow_right:active{background-position:0 -174px}

@media (max-width:980px){
	.bx_slider_section 			.bx_slider_arrow_left,
	.bx_slider_section 			.bx_slider_arrow_right 		 {
		margin-top:-13px;
		width:25px;
		height:25px;
		background-size:25px auto !important;
	}
	.bx_slider_section 			.bx_slider_arrow_left 		 {background-position:0   0  ;left: 0}
	.bx_slider_section 			.bx_slider_arrow_right 		 {background-position:0 -25px;right:0}

	.bx_slider_section 			.bx_slider_arrow_left:active {background-position:0 -50px}
	.bx_slider_section 			.bx_slider_arrow_right:active{background-position:0 -75px}
}

.bx-touch 	.bx_slider_section 			.bx_slider_arrow_left,
.bx-touch 	.bx_slider_section 			.bx_slider_arrow_right 		 {
	display:block;
	margin-top:-13px;
	width:25px;
	height:25px;
	background-size:25px auto !important;
}

.bx-touch 	.bx_slider_section 			.bx_slider_arrow_left 		 {background-position:0   0  ;left: 0}
.bx-touch 	.bx_slider_section 			.bx_slider_arrow_right 		 {background-position:0 -25px;right:0}

.bx-touch 	.bx_slider_section 			.bx_slider_arrow_left:active {background-position:0 -50px}
.bx-touch 	.bx_slider_section 			.bx_slider_arrow_right:active{background-position:0 -75px}
@media (max-width:639px){
	.bx-touch .bx_slider_section .bx_slider_arrow_left,
	.bx-touch .bx_slider_section .bx_slider_arrow_right{
		top:22%;
	}
}

/**/

.bx_slider_section .bx_slider_pagination {
	position:absolute;
	bottom:-4px;
	margin:0;
	padding:0;
	width:57%;
	list-style:none;
	text-align:center;
}
.bx_slider_section .bx_slider_pagination li{
	display:inline-block;
	margin:0 3px;
	width:14px;
	height:20px;
	background:url(/local/templates/chernika/components/bitrix/catalog.top/analog/images/pagination_dot.png) no-repeat right center;
}
.color_blue   .bx_slider_section .bx_slider_pagination li{background:url(/local/templates/chernika/components/bitrix/catalog.top/analog/images/pagination_dot.png) no-repeat right center}
.color_wood   .bx_slider_section .bx_slider_pagination li{}
.color_green  .bx_slider_section .bx_slider_pagination li{}
.color_yellow .bx_slider_section .bx_slider_pagination li{background:url(/local/templates/chernika/components/bitrix/catalog.top/analog/images/pagination_dot_yellow.png) no-repeat right center}
.color_red    .bx_slider_section .bx_slider_pagination li{}
.color_black  .bx_slider_section .bx_slider_pagination li{}

.bx_slider_section .bx_slider_pagination li:hover,
.bx_slider_section .bx_slider_pagination li.active{background:url(/local/templates/chernika/components/bitrix/catalog.top/analog/images/pagination_dot.png) no-repeat 1px center;}
.color_blue   .bx_slider_section .bx_slider_pagination li:hover,
.color_blue   .bx_slider_section .bx_slider_pagination li.active{background:url(/local/templates/chernika/components/bitrix/catalog.top/analog/images/pagination_dot.png) no-repeat 1px center;}
.color_wood   .bx_slider_section .bx_slider_pagination li:hover,
.color_wood   .bx_slider_section .bx_slider_pagination li.active{}
.color_green  .bx_slider_section .bx_slider_pagination li:hover,
.color_green  .bx_slider_section .bx_slider_pagination li.active{}
.color_yellow .bx_slider_section .bx_slider_pagination li:hover,
.color_yellow .bx_slider_section .bx_slider_pagination li.active{background:url(/local/templates/chernika/components/bitrix/catalog.top/analog/images/pagination_dot_yellow.png) no-repeat 0px center;}
.color_red    .bx_slider_section .bx_slider_pagination li:hover,
.color_red    .bx_slider_section .bx_slider_pagination li.active{}
.color_black  .bx_slider_section .bx_slider_pagination li:hover,
.color_black  .bx_slider_section .bx_slider_pagination li.active{}


.bx_slider_section .bx_slider_pagination li span{
	display:block;
	width:14px;
	height:20px;
	text-decoration:none;
	cursor: pointer;
}

.bx-touch .bx_slider_section .bx_slider_pagination{}
.bx-touch .bx_slider_section .bx_slider_pagination li,
.bx-touch .bx_slider_section .bx_slider_pagination li span{
	margin:0 1px;
	width:7px;
	height:7px;
	-webkit-background-size:auto 7px;
	background-size:auto 7px;
}
@media (max-width:640px) {
	.bx-touch .bx_slider_section .bx_slider_pagination{
		display: block;
		position: relative;
		bottom: auto;
		margin: 0;
		padding: 0;
		width: 100%;
	}
}
@media (max-width:480px) {
	.bx-touch .bx_slider_section .bx_slider_pagination{
		margin: 10px 0;
	}
}


.bx_slider_section .bx_stick,
.bx_slider_section .bx_slider_title,
.bx_slider_section .bx_slider_title a,
.bx_slider_section .bx_stick_disc{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
/* End */


/* Start:/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/style.min.css?171684291727085*/
.bx_item_list_bestsellers{margin-bottom:20px;border-bottom:1px solid #e5e5e5}@media(max-width:640px){.bx_item_list_bestsellers{border-bottom:1px solid #e5e5e5}}.bx_item_list_bestsellers.bx_wood .bx_item_list_title{background:#ebf4f8}.bx_item_list_bestsellers.bx_red .bx_item_list_title{background:#fbf1f0}.bx_item_list_bestsellers.bx_green .bx_item_list_title{background:#f2fbea}.bx_item_list_bestsellers.bx_blue .bx_item_list_title{background:#ebf4f8}.bx_item_list_bestsellers.bx_black .bx_item_list_title{background:#f1f4f7}.bx_item_list_bestsellers.bx_yellow .bx_item_list_title{background:#fbf7db}.bx_item_list_bestsellers .bx_catalog_item{position:relative;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;margin-bottom:30px}.bx_item_list_bestsellers .bx_pagination_top{padding:10px}.bx_item_list_bestsellers .bx-nothing{padding:20px 20px 20px 20px}.popup-window-buttons .bx_item_list_bestsellers{border:none!important}@media(min-width:960px){.bx_item_list_bestsellers.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 30px 0;width:100%}.bx_item_list_bestsellers.col2 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:48%}.bx_item_list_bestsellers.col2 .bx_catalog_item:nth-child(2n+1){clear:both}.bx_item_list_bestsellers.col3 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:31.333333%}.bx_item_list_bestsellers.col3 .bx_catalog_item:nth-child(3n+1){clear:both}.bx_item_list_bestsellers.col4 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:23%}.bx_item_list_bestsellers.col4 .bx_catalog_item:nth-child(4n+1){clear:both}.bx_item_list_bestsellers.col5 .bx_catalog_item{padding:1px 26px;margin:0 1% 30px;width:18%}.bx_item_list_bestsellers.col5 .bx_catalog_item:nth-child(5n+1){clear:both}}@media(min-width:760px) and (max-width:960px){.bx_item_list_bestsellers.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px;width:100%}.bx_item_list_bestsellers.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}.bx_item_list_bestsellers.col2 .bx_catalog_item:nth-child(2n+1){clear:both}.bx_item_list_bestsellers.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}.bx_item_list_bestsellers.col3 .bx_catalog_item:nth-child(3n+1){clear:both}.bx_item_list_bestsellers.col4 .bx_catalog_item,.bx_item_list_bestsellers.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:23%}.bx_item_list_bestsellers.col4 .bx_catalog_item:nth-child(4n+1),.bx_item_list_bestsellers.col5 .bx_catalog_item:nth-child(4n+1){clear:both}}@media(max-width:760px){.bx_item_list_bestsellers.col1 .bx_catalog_item{padding:1px 16px;margin:0 0 0 30px;width:100%}.bx_item_list_bestsellers.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}.bx_item_list_bestsellers.col2 .bx_catalog_item:nth-child(2n+1){clear:both}.bx_item_list_bestsellers.col3 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}.bx_item_list_bestsellers.col3 .bx_catalog_item:nth-child(3n+1){clear:both}.bx_item_list_bestsellers.col3 .bx_catalog_item,.bx_item_list_bestsellers.col4 .bx_catalog_item,.bx_item_list_bestsellers.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:31.333333%}.bx_item_list_bestsellers.col3 .bx_catalog_item:nth-child(3n+1),.bx_item_list_bestsellers.col4 .bx_catalog_item:nth-child(3n+1),.bx_item_list_bestsellers.col5 .bx_catalog_item:nth-child(3n+1){clear:both}}@media(max-width:580px){.bx-touch .bx_item_list_bestsellers.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 0 30px;width:100%}.bx-touch .bx_item_list_bestsellers.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}.bx-touch .bx_item_list_bestsellers.col2 .bx_catalog_item:nth-child(3n+1){clear:none}.bx-touch .bx_item_list_bestsellers.col2 .bx_catalog_item:nth-child(2n+1){clear:both}.bx-touch .bx_item_list_bestsellers.col2 .bx_catalog_item,.bx-touch .bx_item_list_bestsellers.col3 .bx_catalog_item,.bx-touch .bx_item_list_bestsellers.col4 .bx_catalog_item,.bx-touch .bx_item_list_bestsellers.col5 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%;clear:none}.bx-touch .bx_item_list_bestsellers.col2 .bx_catalog_item:nth-child(2n+1),.bx-touch .bx_item_list_bestsellers.col3 .bx_catalog_item:nth-child(2n+1),.bx-touch .bx_item_list_bestsellers.col4 .bx_catalog_item:nth-child(2n+1),.bx-touch .bx_item_list_bestsellers.col5 .bx_catalog_item:nth-child(2n+1){clear:both}}.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item .bx_catalog_item_container{z-index:10}.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_container{position:absolute;z-index:190;top:0;left:0;right:0;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);border-radius:3px;border:1px solid #d3d3d3;background:#fff;-webkit-animation:borderview .5s;animation:borderview .5s}@media(min-width:960px){.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_container{padding:0 25px 15px}}@media(max-width:960px){.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_container{padding:0 15px 15px}}@keyframes borderview{from{border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0)}to{border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18)}}@-webkit-keyframes borderview{from{border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0)}to{border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18)}}.bx_item_list_bestsellers .bx_catalog_item_articul{color:#a5a5a5;font-size:13px}.bx_item_list_bestsellers .bx_catalog_item_title{overflow:hidden;height:38px}.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_title{overflow:auto;height:auto!important}.bx_item_list_bestsellers .bx_catalog_item_title a{color:#3f3f3f;text-decoration:none;font-size:13px}.bx_item_list_bestsellers .bx_catalog_item_price{color:#3f3f3f;font-weight:bold}.bx_item_list_bestsellers .bx_catalog_item_price span{color:#a5a5a5;font-size:12px;font-weight:normal;white-space:nowrap;text-decoration:line-through}.bx_item_list_bestsellers .bx_catalog_item_controls{padding-top:10px;text-align:center;opacity:0}@media(min-width:641px) and (max-width:960px){.bx_item_list_bestsellers .bx_catalog_item_controls{height:auto}}@media(max-width:640px){.bx-touch .bx_item_list_bestsellers .bx_catalog_item_controls{height:auto;line-height:30px;text-align:center}}@media(max-width:479px){.bx-touch .bx_item_list_bestsellers .bx_catalog_item_controls{height:auto;line-height:30px;display:block}}@media(max-width:479px){.bx-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_controls{height:auto}}.bx_item_list_bestsellers .bx_catalog_item_controls .bx_catalog_item_controls_blockone{width:100%;white-space:nowrap;text-align:center}.bx_item_list_bestsellers .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{color:#3f3f3f;font-size:13px}.bx_item_list_bestsellers .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{text-align:left;font-size:12px;line-height:30px;font-weight:bold}.bx_item_list_bestsellers .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{width:100%;text-align:center}.bx_item_list_bestsellers .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{margin:1%;width:48%;min-width:100px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;line-height:25px;height:25px}@media(max-width:640px){.bx-touch .bx_item_list_bestsellers .bx_catalog_item_controls .bx_catalog_item_controls_blockone{display:none}.bx-touch .bx_item_list_bestsellers .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{float:none;width:100%;text-align:center}}.bx_item_list_bestsellers .bx_catalog_item_controls input[type=text]{border:0}.bx-touch .bx_item_list_bestsellers .bx_catalog_item_controls,.bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_controls{opacity:1}.bx_item_list_bestsellers .bx_cnt_desc{text-align:left;position:absolute;right:-45px;top:2px;width:40px}.bx_item_list_bestsellers .bx_catalog_item_controls a{margin-bottom:10px}.bx_item_list_bestsellers .bx_catalog_item_price .bx_price{font-size:15px;padding-top:5px}.bx_item_list_bestsellers .bx_catalog_item_images_double,.bx_item_list_bestsellers .bx_catalog_item_images{position:relative;z-index:180;display:block;padding-top:135%;width:100%;background-position:center;background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain}.bx_item_list_bestsellers .bx_catalog_item_images_double{z-index:186;margin-top:-135%;opacity:0}.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item.double:hover .bx_catalog_item_images{opacity:0;-webkit-animation:rotateimgfirst .5s;animation:rotateimgfirst .5s}.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item.double:hover .bx_catalog_item_images_double{opacity:1;-webkit-animation:rotateimglast .5s;animation:rotateimglast .5s}@keyframes rotateimgfirst{from{opacity:1}to{opacity:0}}@-webkit-keyframes rotateimgfirst{from{opacity:1}to{opacity:0}}@keyframes rotateimglast{from{opacity:0}to{opacity:1}}@-webkit-keyframes rotateimglast{from{opacity:0}to{opacity:1}}.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item .bx_catalog_item_controls,.bx_item_list_bestsellers .bx_catalog_item .bx_catalog_item_articul,.bx_item_list_bestsellers .bx_catalog_item .bx_catalog_item_scu{display:none}.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_controls,.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_articul,.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_scu{display:block}.bx_item_list_bestsellers .bx_catalog_item .bx_catalog_item_scu{padding-top:10px}.bx_item_list_bestsellers .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}.bx-no-touch .bx_item_list_bestsellers .bx_catalog_item .bx_catalog_item_controls.touch,.bx-touch .bx_item_list_bestsellers .bx_catalog_item .bx_catalog_item_controls.no_touch{display:none!important}.bx_item_list_bestsellers .bx_stick{position:absolute;width:123px;height:35px;background:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/stick.png) left center no-repeat;color:#fff;text-align:center;text-shadow:0 1px 0 #ba3434;line-height:35px;white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.bx_item_list_bestsellers .bx_stick.short{font-weight:bold;font-size:18px}.bx_item_list_bestsellers .bx_stick.average{font-weight:bold;font-size:13px}.bx_item_list_bestsellers .bx_stick.long{font-weight:normal;font-size:11px}.bx_item_list_bestsellers .bx_stick_disc{position:absolute;width:72px;height:74px;background:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/stick_disc.png) no-repeat center;color:#fff;text-align:center;text-shadow:0 1px 0 #ba3434;font-weight:bold;font-size:23px;line-height:74px}.bx_item_list_bestsellers .bx_stick.left,.bx_item_list_bestsellers .bx_stick_disc.left{left:-2px}.bx_item_list_bestsellers .bx_stick.right,.bx_item_list_bestsellers .bx_stick_disc.right{right:0}.bx_item_list_bestsellers .bx_stick.top,.bx_item_list_bestsellers .bx_stick_disc.top{top:15px}.bx_item_list_bestsellers .bx_stick.bottom,.bx_item_list_bestsellers .bx_stick_disc.bottom{bottom:5px}.bx_item_list_bestsellers .bx_stick.middle,.bx_item_list_bestsellers .bx_stick_disc.middle{top:49%}@media(min-width:641px) and (max-width:960px){.bx_item_list_bestsellers .bx_stick{width:90px;height:30px;background-size:100%;line-height:30px}.bx_item_list_bestsellers .bx_stick.short{font-weight:normal;font-size:14px}.bx_item_list_bestsellers .bx_stick.average{font-weight:normal;font-size:11px}.bx_item_list_bestsellers .bx_stick.long{font-weight:normal;font-size:11px}.bx_item_list_bestsellers .bx_stick_disc{width:64px;height:65px;background-size:100%;font-size:20px;line-height:65px}}@media(max-width:640px){.bx-touch .bx_item_list_bestsellers .bx_stick{width:70px;height:30px;background-size:100%;font-size:11px;line-height:30px}.bx-touch .bx_item_list_bestsellers .bx_stick_disc{width:48px;height:49px;background-size:100%;font-size:16px;line-height:49px}}@media(max-width:479px){.bx-touch .bx_item_list_bestsellers .bx_stick{width:70px;height:30px;background-size:100%;font-size:11px;line-height:30px}.bx-touch .bx_item_list_bestsellers .bx_stick_disc{width:37px;height:38px;background-size:100%;font-size:13px;line-height:38px}}.bx_item_list_bestsellers .bx_bt_button,.bx_item_list_bestsellers .bx_bt_button_type_2{display:inline-block;border-radius:3px;text-align:center;text-decoration:none;font-size:14px;cursor:pointer;white-space:nowrap}.bx_item_list_bestsellers .bx_bt_button_type_2{border:1px solid #e9e9e9;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));background-image:-webkit-linear-gradient(#fcfcfc 0,#f1f1f1 100%);background-image:-moz-linear-gradient(#fcfcfc 0,#f1f1f1 100%);background-image:-o-linear-gradient(#fcfcfc 0,#f1f1f1 100%);background-image:linear-gradient(#fcfcfc 0,#f1f1f1 100%);color:#656565;text-shadow:0 1px 0 #fff}.bx_item_list_bestsellers .bx_bt_button_type_2:hover{background:#fff}.bx_item_list_bestsellers .bx_bt_button_type_2:active{background-image:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#fcfcfc));background-image:-webkit-linear-gradient(#f1f1f1 0,#fcfcfc 100%);background-image:-moz-linear-gradient(#f1f1f1 0,#fcfcfc 100%);background-image:-o-linear-gradient(#f1f1f1 0,#fcfcfc 100%);background-image:linear-gradient(#f1f1f1 0,#fcfcfc 100%);box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05)}.bx_item_list_bestsellers .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%);color:#fff;text-shadow:0 1px 0 #006cae;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0)}.bx_item_list_bestsellers .bx_bt_button:hover{background:#21afe4;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-moz-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-ms-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-o-linear-gradient(top,#21afe4 0,#006fcb 100%);background:linear-gradient(to bottom,#21afe4 0,#006fcb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0)}.bx_item_list_bestsellers .bx_bt_button:active{background:#21afe4;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));background:-webkit-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-moz-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-ms-linear-gradient(top,#21afe4 0,#006fcb 100%);background:-o-linear-gradient(top,#21afe4 0,#006fcb 100%);background:linear-gradient(to bottom,#21afe4 0,#006fcb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0)}.bx_item_list_bestsellers .bx_small.bx_bt_button{display:inline-block;min-width:20px;line-height:20px}.bx_item_list_bestsellers .bx_small.bx_bt_button_type_2{display:inline-block;min-width:18px;line-height:18px}.bx_item_list_bestsellers .bx_medium.bx_bt_button{padding:0 13px;height:25px;font-weight:bold;line-height:25px}.bx_item_list_bestsellers .bx_medium.bx_bt_button_type_2{padding:0 13px;height:23px;font-weight:bold;line-height:23px}.bx_item_list_bestsellers .bx_medium.bx_bt_button,.bx_item_list_bestsellers .bx_medium.bx_bt_button_type_2{font-weight:bold}.bx_item_list_bestsellers .bx_col_input{display:inline-block;width:40px;text-align:center}.bx_item_list_bestsellers .bx_item_detail_size{position:relative;margin-bottom:10px;padding:0;max-width:100%;width:100%}.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_size.full{position:relative;margin-left:-5%;padding:0 5%}.bx_item_list_bestsellers .bx_item_detail_size .bx_item_section_name_gray{color:#9e9e9e;vertical-align:middle;font-size:11px;line-height:11px}.bx_item_list_bestsellers .bx_item_detail_size .bx_size_scroller_container{position:relative}.bx_item_list_bestsellers .bx_item_detail_size .bx_size{position:relative;overflow:hidden;margin:0;width:100%}.bx_item_list_bestsellers .bx_item_detail_size ul{position:relative;display:block;margin:0;padding:0;width:100%;white-space:nowrap}.bx-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_size{overflow-x:auto}.bx_item_list_bestsellers .bx_item_detail_size ul{position:relative;display:block;margin:0;padding:0;width:100%;white-space:nowrap}.bx-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_size ul{margin-left:0!important}.bx_item_list_bestsellers .bx_item_detail_size ul li{position:relative;display:block;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:25px}.bx_item_list_bestsellers .bx_item_detail_size ul li .cnt{cursor:pointer;position:absolute;top:0;right:2px;bottom:2px;left:2px;display:block;overflow:hidden;border:1px solid #c0cfda;background:#fff;color:#3f3f3f;text-align:center;text-decoration:none;font-weight:normal;font-size:10px;line-height:22px}.bx-touch .bx_item_list_bestsellers .bx_item_detail_size ul li .cnt{border:0;border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/x2border.png) 2 stretch;-moz-border-image:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/x2border.png) 2 stretch;-o-border-image:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/x2border.png) 2 stretch;border-image:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/x2border.png) 2 fill stretch}.bx_item_list_bestsellers .bx_item_detail_size ul li:hover .cnt{border:1px solid #006cc0}.bx_item_list_bestsellers .bx_item_detail_size ul li:active .cnt,.bx_item_list_bestsellers .bx_item_detail_size ul li.bx_active .cnt{border:2px solid #006cc0}.bx-touch .bx_item_list_bestsellers .bx_item_detail_size ul li.bx_active .cnt{border:0;border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/x2border_active.png) 2 stretch;-moz-border-image:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/x2border_active.png) 2 stretch;-o-border-image:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/x2border_active.png) 2 stretch;border-image:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/x2border_active.png) 2 fill stretch}.bx_item_list_bestsellers .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border:1px solid #c0cfda!important}.bx_item_list_bestsellers .bx_item_detail_size .bx_size ul li.bx_missing>i{cursor:not-allowed;position:absolute;display:block;top:0;right:2px;bottom:2px;left:2px;z-index:11;background:rgba(255,255,255,.79) url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/missing.png) no-repeat center}.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_slide_left,.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_slide_right{opacity:.8}.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_slide_left:hover,.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_slide_right:hover{opacity:1.0}.bx_item_list_bestsellers .bx_item_detail_size.full .bx_slide_left,.bx_item_list_bestsellers .bx_item_detail_size.full .bx_slide_right{position:absolute;top:0;bottom:4px;width:5%;max-width:11px;cursor:pointer}.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_slide_left{left:-5%;background:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/arr_left.png) no-repeat left center;background-size:100% auto}.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/arr_right.png) no-repeat right center;background-size:100% auto}.bx-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_slide_left{left:0;background:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/fade_left.png) repeat-y left center;background-size:100% auto}.bx-touch .bx_item_list_bestsellers .bx_item_detail_size .bx_slide_right{right:0;background:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/fade_right.png) repeat-y right center;background-size:100% auto}.bx_item_list_bestsellers .bx_item_detail_scu{position:relative;margin-bottom:10px;padding:0;max-width:100%;width:100%}.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_scu.full{position:relative;margin-left:-5%;padding:0 5%}.bx_item_list_bestsellers .bx_item_detail_scu .bx_item_section_name_gray{color:#9e9e9e;vertical-align:middle;font-size:11px;line-height:11px}.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu_scroller_container{position:relative}.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu{position:relative;overflow:hidden;margin:0;width:100%}.bx-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_scu{overflow-x:auto}.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul{position:relative;display:block;margin:0;padding:0;width:100%;white-space:nowrap}.bx-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul{margin-left:0!important}.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li{position:relative;display:block;float:left;height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li .cnt{cursor:pointer;position:absolute;top:0;right:2px;bottom:4px;left:2px;display:block;overflow:hidden;border:1px solid #c0cfda;background:#fff;z-index:10}.bx-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li .cnt{border:0;border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/x2border.png) 2 stretch;-moz-border-image:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/x2border.png) 2 stretch;-o-border-image:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/x2border.png) 2 stretch;border-image:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/x2border.png) 2 fill stretch}.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li:hover .cnt{border:1px solid #006cc0}.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li:active .cnt,.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{padding:3px;border:2px solid #006cc0}.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border:1px solid #c0cfda!important}.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li.bx_missing>i{cursor:not-allowed;position:absolute;display:block;top:0;right:2px;bottom:4px;left:2px;z-index:11;background:rgba(255,255,255,.79) url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/missing.png) no-repeat center}.bx-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{border:0;border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/x2border_active.png) 2 stretch;-moz-border-image:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/x2border_active.png) 2 stretch;-o-border-image:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/x2border_active.png) 2 stretch;border-image:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/x2border_active.png) 2 fill stretch}.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{position:absolute;top:6%;right:6%;bottom:6%;left:6%;background-size:contain;background-repeat:no-repeat}.bx_item_list_bestsellers .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{width:auto;height:25px}.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_slide_left,.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_slide_right{opacity:.8}.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_slide_left:hover,.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}.bx_item_list_bestsellers .bx_item_detail_scu.full .bx_slide_left,.bx_item_list_bestsellers .bx_item_detail_scu.full .bx_slide_right{position:absolute;top:0;bottom:4px;width:5%;max-width:11px;cursor:pointer}.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_slide_left{left:-5%;background:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/arr_left.png) no-repeat left center;background-size:100% auto}.bx-no-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/arr_right.png) no-repeat right center;background-size:100% auto}.bx-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_slide_left{left:0;background:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/fade_left.png) repeat-y left center;background-size:100% auto}.bx-touch .bx_item_list_bestsellers .bx_item_detail_scu .bx_slide_right{right:0;background:url(/local/templates/chernika/components/bitrix/sale.bestsellers/chernika/images/fade_right.png) repeat-y right center;background-size:100% auto}.bx_item_list_bestsellers{position:relative;margin-bottom:20px;border-radius:3px}.bx_item_list_bestsellers .bx_item_list_title{font-weight:bold;color:#000;background:#ebf4f8;vertical-align:middle;height:38px;text-align:center;position:relative;line-height:38px;font-size:14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 10px}.bx_item_list_bestsellers .bx_catalog_item_container.no-imgs>a{background-image:none!important}.bx_item_list_bestsellers .bx_item_filter_in_title{position:absolute;right:10px;top:0;font-size:12px;font-weight:normal}.bx_item_list_bestsellers .bx_item_filter_in_title span{margin:0 10px;display:inline-block}.bx_item_list_bestsellers .bx_item_filter_in_title span select{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:4px;outline:0;border:1px solid #c1c5c8;border-radius:2px;background:#fff;box-shadow:inset 2px 2px 2px -1px rgba(180,188,191,0.5);color:#000;vertical-align:middle;font-size:14px;line-height:15px;max-width:400px}
/* End */
/* /local/templates/chernika/components/bitrix/catalog.element/catalog/style.css?17667470968665 */
/* /local/templates/chernika/components/bitrix/catalog.top/analog/style.css?171684291719172 */
/* /local/templates/chernika/components/bitrix/sale.bestsellers/chernika/style.min.css?171684291727085 */
