

/* Start:/bitrix/templates/main/lib/lightslider/css/lightslider.css?15986167137988*/
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('/bitrix/templates/main/lib/lightslider/css/../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/* End */


/* Start:/bitrix/templates/main/jquery_plugin/owl_carousel/assets/owl.carousel.min.css?15986167132936*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/main/jquery_plugin/owl_carousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/main/jquery_plugin/owl_carousel/assets/owl.theme.default.min.css?1598616713936*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/news/catalog-avto/bitrix/news.detail/.default/style.css?15986167136524*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.specprogram_block__ondetail {
	left: 10px !important;
}

.ec-special_sale {
	background: url("/bitrix/templates/main/img/ec-special.png") no-repeat 10% 0 #a44b13 !important;
	border-bottom: 1px solid #a44b13 !important;
}

.det-btn_inline  {
	float: right;
}

.det-btn_inline .btn:last-child {	
	margin-left: 10px;
}

.det-btn_top {
	max-width: 350px;
	margin: 0 auto;
}

.det-btn_top .btn.btn-radius {
	display: block;
	margin: 0px;
	box-sizing: border-box;
}

.det-btn_top .btn:last-child {	
	margin-top: 10px;
	float: none !important;
}

.ec-specprog_detail {
	display: inline-block !important;
}

.link_of_specprogramm {
	color: white;
	border-bottom: 0px;
}

.link_of_specprogramm:hover {
	color: #e2dbdb;
	border-bottom: 0px;
}

.nbtn {
	color: white;
	padding: 10px 12px 10px 41px;
	display: inline-block;
	border-radius: 4px;
	cursor: pointer;
}

.order-btn__wrap {
	margin-top: 15px;
}

.priceOld {
	font-size: 21px !important;
	color: #ccbcb8 !important;
	margin: 10px 19px 0px;
	text-decoration: line-through;
}

.order-btn__wrap .nbtn {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	background-image:  url('/bitrix/templates/main/components/bitrix/news/catalog-avto/bitrix/news.detail/.default/images/btnorder_sprite_24b.png');
	background-repeat: no-repeat;
}

.nbtn_evaluation { background-color: #094d81; background-position: 11px 12px; }
.nbtn_evaluation:hover { background-color: #0a3c62;}

.nbtn_obmen { background-color: #596899; background-position: 11px -46px;}
.nbtn_obmen:hover { background-color: #425289;}

.nbtn_credir { background-color: #2aa9e0; background-position: 8px -103px;}
.nbtn_credir:hover { background-color: #159ad3;}

.nbtn_reserve { background-color: #6fb051; background-position: 11px -160px;}
.nbtn_reserve:hover { background-color: #61a543;}

.nbtn_drive { background-color: #ff7549; background-position: 7px -217px; }
.nbtn_drive:hover { background-color: #f56335;}

/*block additinal benefits*/
.additional-benefits__wrap {
	position: relative;
	margin: 0px 0px 20px;
}

.additional-benefits {
		width:89%;
		display: block;
		position: relative;
		margin: 0 auto;
	}
	
.additional-benefits__content {
	/*border: 1px solid #cac9c9;*/
	min-height: 130px;
	padding: 18px 12px 18px 90px;
	border-radius: 3px;
	position: relative;
	margin-top: 12px;
	background-color: #fbf4e0;
}

.additional-benefits__content-head { 
	margin: 0px 0px 2px -81px;
	font-size:16px !important;
	padding: 14px 0px 14px 80px;
	background-repeat: no-repeat;
	background-position: 5% 25%;
}

.additional-benefits__content-head_typepts {
	background-image: url('/bitrix/templates/main/components/bitrix/news/catalog-avto/bitrix/news.detail/.default/images/benefits_typepts.png');
}

.additional-benefits__content-head_ptsowner {
	background-image: url('/bitrix/templates/main/components/bitrix/news/catalog-avto/bitrix/news.detail/.default/images/benefits_ptsowner.png');
}

.additional-benefits__content-head_adv {
	background-image: url('/bitrix/templates/main/components/bitrix/news/catalog-avto/bitrix/news.detail/.default/images/benefits_adv.png');
}

.additional-benefits__number {
	background: #FF7441;
	color: #fff;
	position: absolute;
	left: 8px;
	top: -7px;
	padding: 3px 9px;
	font-size: 15px;
	border-radius: 3px;
}

.additional-benefits__head {
	font-weight: 700;
}

.additional-benefits__nav-container > div {
	width: 16px;
	height: 50px;
	background: red;
	position: absolute;
	cursor: pointer;
	top: 91px;
	background: url(/bitrix/templates/main/components/bitrix/news/catalog-avto/bitrix/news.detail/.default/images/arrow_carousel.png) no-repeat;
}

.additional-benefits__nav-container .owl-prev {left: 30px; background-position: -35px 50%;}

.additional-benefits__nav-container .owl-next {right: 27px; background-position: 0px 50%;}

.link-to-print {
	position: absolute;
	top: -43px;
	right: 16px;
	color: #0096D7;
	cursor: pointer;
	background: url('/bitrix/templates/main/components/bitrix/news/catalog-avto/bitrix/news.detail/.default/images/print_icon.png') no-repeat 0px 95% !important;
	padding-left: 28px;
}

.link-to-print span {
	border-bottom: 1px dashed #0096D7;
	display:inline-block;
}


@media print {
	
	.container {
		width: 210mm !important; 
		/*border: 1px solid black !important;*/
	}
	
	@page {
        margin: 1.3cm 0.5cm 0.5cm 0.5cm;
    }
	
	.header {
		margin: 0cm 0 0 !important;
	}
	
	.cont {
		padding-top: 0px !important;
	}
	
	.priceOld {
		color: gray !important;	
	}
	
	.header .h-slogan {
		margin-top: 0.3cm !important;
	}
	
	#clbh_phone_div, .top-menu, .main-menu, .main-menu + div, .order-btn__wrap,
	.mobile_app, .h-callback, .det-dop, #footer-box, .icons-area, .additional-benefits__wrap, #dop-modal-feedback, #footer-clear {
		display: none !important;
	}
	
	a[href]::after {
		content: '' !important;
	}
	
	.site-name-for-print {
		display: block !important;
		font-size: 17px;
		font-family: Arial;
		text-transform: none !important;
		font-weight: 300 !important;
	}
	
	.h-phone {
		margin-top: 2px !important;
	}
	
	.det-address h3 {
		margin-top: 6px !important;
	}
	
	.cont, .container {
		padding: 0px !important;		
	}
	
	.clear-for-print {
		clear: both;
	}
	
	.row {
		margin: 0px !important;
	}
	
	.st-padding {
		padding: 0px !important;
	}
	
	.det-list-params {
		margin-bottom: -5px !important;
	}
	
	.det-address {
		margin: 11px 0 !important;
		padding: 0px !important;
	}	
	
	.det-address + br {
		display: none;
	}
	
}

@media print and (min-width: 209mm) {	
	
	.col-md-4 {
		width: 29.333% !important;
		overflow: hidden !important;
		float: left !important;
	}
	
	#imageGallery {
		width 105mm !important;
	}
	
	.det-slider, .col-md-7 {
		width: 105mm !important;
		margin: 0px !important;
		padding: 0px !important;
		float: left !important;
	}
	.col-md-5 {
		width: 80mm !important;
		float: left !important;
	}
	
	.lslide.active, .lslide.active img, .lslide img, #imageGallery img {
		width: 105mm !important;		
	}
	
	.header .h-slogan, .header .h-phone, .header .h-callback {
		font-size: 4mm !important;
		margin: 2mm 0 !important;
	}
	
	.header .h-slogan {
		margin-left: 10mm !important;
		margin-top: 5mm !important;
	}
	
	h1 {
		font-size: 5mm !important;
		margin-top: 1mm !important; 
	}
	
	h3 {
		margin: 0px !important;
		font-size: 3.5mm !important;
	}
	
	.price {
		font-size: 4mm !important;
	}
	
	.det-params {
		font-size: 3.1mm !important;
		margin-bottom: 0px !important;
		/*page-break-inside: avoid !important;*/
		orphans: 8 !important;
	}
	
	.col-md-12 {
		/*page-break-inside: avoid !important;*/
		orphans: 8 !important;
	}
	
	table.list-striped td {
		/*padding: 2mm 3mm !important;*/
		/*padding: 5px 18px !important;*/
		padding: 3px 18px !important;
		font-style: 3.4mm !important;
		
	}
	
	.priceOld {
		margin: 0px 19px 0px !important;
	}
	
	.det-params .row > div {
		padding: 1mm 0 !important;
	}
	
	.lSSlideWrapper.usingCss {
		height: 263px;
	}
}

/* End */


/* Start:/bitrix/components/madsoft/pricereduction/templates/.default/style.css?15185329341957*/
/* 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-filter-param-label
{
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.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/components/madsoft/pricereduction/templates/.default/fancybox.css?15185329344137*/
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/components/madsoft/pricereduction/templates/.default/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/components/madsoft/pricereduction/templates/.default/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/components/madsoft/pricereduction/templates/.default/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/components/madsoft/pricereduction/templates/.default/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/catalog_small_slider/style.css?1598616713944*/
.elem-catalog .ec-data .ec-name {
	font-size:14px !important;
}

.elem-catalog .ec-image {
	height: 198px !important;
}

.elem-catalog .ec-image img {
	height: auto !important;
	width: 100% !important;
}

.btn-arrow {
	line-height: 39px !important;
	height: 36px !important;
	font-size: 14px !important;
}

.btn-arrow::after {
	border-width: 19px !important;
	margin-top: -23px !important;
	top: 64% !important;
}

.elem-catalog .ec-data {
	padding: 18px 20px 25px !important;
}

.elem-catalog .ec-params {
	margin-top: 4px;
}

.catalog-small__new-price {
	font-size: 13px;
	display: block;
	color: #fff;
	line-height: 25px;
}

.catalog-small__old-price {
	float: right;
	text-decoration: line-through;
	font-size: 10px;
	color: #e8e8e8;
	line-height: 4px !important;
}

.small-catalog__old_price {
	font-size: 12px !important;
	margin-left: -3px;
	text-decoration: line-through;
}

.ec-image_hideBackgound {
	/*background: none !important;*/
}
/* End */


/* Start:/bitrix/components/bitrix/iblock.vote/templates/stars/style.min.css?1660571032832*/
.bx_item_detail_rating{margin-bottom:10px}.bx_item_detail_rating td{vertical-align:middle;text-align:right}.bx_item_detail_rating .bx_item_rating{text-align:right}.bx_item_detail_rating .bx_stars_container{position:relative;width:68px;height:30px;background:#dadada;background-size:100% 100%}.bx_item_detail_rating .bx_stars_bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:101;background:url(/bitrix/components/bitrix/iblock.vote/templates/stars/images/stars.png) no-repeat center}.bx_item_detail_rating .bx_stars_progress{position:absolute;top:0;bottom:0;left:0;background:#e76110}.bx_item_detail_rating .bx_stars_rating_votes{color:#8d8d8d;font-size:11px;line-height:11px;vertical-align:middle}@media(max-width:530px){.bx-touch .bx_item_detail_rating .bx_stars_container{height:15px;margin:4px 0}.bx_item_detail_rating .bx_stars_rating_votes{font-size:7px;line-height:7px}}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/articles/style.css?159861671389*/
.news-image_preview {
    max-width: 300px;
    width: 100%;
    display: inline-block;
}
/* End */
/* /bitrix/templates/main/lib/lightslider/css/lightslider.css?15986167137988 */
/* /bitrix/templates/main/jquery_plugin/owl_carousel/assets/owl.carousel.min.css?15986167132936 */
/* /bitrix/templates/main/jquery_plugin/owl_carousel/assets/owl.theme.default.min.css?1598616713936 */
/* /bitrix/templates/main/components/bitrix/news/catalog-avto/bitrix/news.detail/.default/style.css?15986167136524 */
/* /bitrix/components/madsoft/pricereduction/templates/.default/style.css?15185329341957 */
/* /bitrix/components/madsoft/pricereduction/templates/.default/fancybox.css?15185329344137 */
/* /bitrix/templates/main/components/bitrix/news.list/catalog_small_slider/style.css?1598616713944 */
/* /bitrix/components/bitrix/iblock.vote/templates/stars/style.min.css?1660571032832 */
/* /bitrix/templates/main/components/bitrix/news.list/articles/style.css?159861671389 */
