

/* Start:/local/templates/okshop/components/bitrix/news.list/slider/style.css?17696849173210*/
.slider-list {
	width:1184px;
	height:295px;
}
.slider-list .slider-item{
	text-align:center;
	
}

.bx-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
}


.slider-list .slider-item a{
display: inline-block;

}
.slider-list .slider-item a.picture{
	display: table-cell;
	vertical-align: middle;
	height: 295px;
	width: 540px;
}
.slider-list .slider-item a.picture img{margin: auto;}

.slider-list .slider-item p.info{
	top:50px;
	left:565px;
	right:20px;
	position:absolute;
	background-color:#fff;
}
.slider-list .slider-item p.info a.name{
	font-size: 22px;
	text-decoration: none;
	color: #3a3a3a;
	display: block;
	margin-bottom: 28px;
	line-height: 22px;
	height:40px;
	overflow:hidden;
}
.slider-list .slider-item p.info a.name:hover{color:#000}

.slider-list .slider-item p.info span{
	display:block;
	height:110px;
	font-size:12px;
	line-height:16px;
	overflow:hidden;
}

.slider-list .slider-item a.button {
	position:relative;
	display: block;
	text-decoration: none;
	text-align:center;
	margin:12px 0;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
	padding: 0 45px;
	line-height: 33px;
	cursor: pointer;
	border: 1px solid #7baa34;
	height: 35px;
	font-size: 16px;
	color: #fff;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.05, #B2D380),
		color-stop(0.05, #8BBD40),
		color-stop(1, #638E23)
	);
	background-image: -o-linear-gradient(bottom, #B2D380 5%, #8BBD40 5%, #638E23 100%);
	background-image: -moz-linear-gradient(bottom, #B2D380 5%, #8BBD40 5%, #638E23 100%);
	background-image: -webkit-linear-gradient(bottom, #B2D380 5%, #8BBD40 5%, #638E23 100%);
	background-image: -ms-linear-gradient(bottom, #B2D380 5%, #8BBD40 5%, #638E23 100%);
	background-image: linear-gradient(to bottom, #B2D380 5%, #8BBD40 5%, #638E23 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity:0.9;
	width:225px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.slider-list .slider-item a.button:focus{border: 0;outline: 0;}
.slider-list .slider-item a.button:not(.disabled):hover{opacity:1}
.slider-list .slider-item a.button:not(.disabled):active{line-height: 35px;box-shadow: inset  0 2px 3px 0  rgba(0,0,0,.4);}
.slider-list .slider-item a.button.disabled {
	cursor:default;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
	color:#555555;
	border:1px solid #ccc;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.05, #F2F2F2),
		color-stop(0.05, #EBEBEB),
		color-stop(1, #CACACA)
	);
	background-image: -o-linear-gradient(bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
	background-image: -moz-linear-gradient(bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
	background-image: -webkit-linear-gradient(bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
	background-image: -ms-linear-gradient(bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
	background-image: linear-gradient(to bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
}
.slider-list .slider-item a.button:after{
	content: "...";
	position: absolute;
	left: 20px;
	top: 0;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
	color: #fff;
	font-size: 36px;
	line-height: 16px;
}
/* End */


/* Start:/local/templates/okshop/components/bitrix/news.list/slider/bxslider/jquery.bxslider.css?17696849173539*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
    margin-bottom: 30px;
}

.bx-wrapper img {
	display: block;	
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

	background-size:cover;
	background-position: 35px 0px;
	background-repeat:no-repeat;
    margin-left: -2px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 4px;
	left: 8px;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/local/templates/okshop/components/bitrix/news.list/slider/bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #94bfdc;
	padding-top:20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #444;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/local/templates/okshop/components/bitrix/news.list/slider/bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/local/templates/okshop/components/bitrix/news.list/slider/bxslider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/local/templates/okshop/components/bitrix/news.list/slider/bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/local/templates/okshop/components/bitrix/news.list/slider/bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* End */


/* Start:/local/templates/okshop/components/bitrix/catalog.section.list/top-slider-section/style.css?17696849173255*/
.slider-section-list {
	width:1184px;
	height:295px;
}
.slider-section-list .slider-item{
	text-align:center;
	
}
.slider-section-list .slider-item a{
display: inline-block;

}
.slider-section-list .slider-item a.picture{
	display: table-cell;
	vertical-align: middle;
	height: 295px;
	width: 540px;
}
.slider-section-list .slider-item a.picture img{margin: auto;}

.slider-section-list .slider-item p.info{
	top:50px;
	left:565px;
	right:20px;
	position:absolute;
	background-color:#fff;
}
.slider-section-list .slider-item p.info a.name{
	font-size: 22px;
	text-decoration: none;
	color: #3a3a3a;
	display: block;
	margin-bottom: 28px;
	line-height: 22px;
	height:40px;
	overflow:hidden;
}
.slider-section-list .slider-item p.info a.name:hover{color:#000}

.slider-section-list .slider-item p.info span{
	display:block;
	height:110px;
	font-size:12px;
	line-height:16px;
	overflow:hidden;
}

.slider-section-list .slider-item a.button {
	position:relative;
	display: block;
	text-decoration: none;
	text-align:center;
	margin:12px 0;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
	padding: 0 45px;
	line-height: 33px;
	cursor: pointer;
	border: 1px solid #7baa34;
	height: 35px;
	font-size: 16px;
	color: #fff;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.05, #B2D380),
		color-stop(0.05, #8BBD40),
		color-stop(1, #638E23)
	);
	background-image: -o-linear-gradient(bottom, #B2D380 5%, #8BBD40 5%, #638E23 100%);
	background-image: -moz-linear-gradient(bottom, #B2D380 5%, #8BBD40 5%, #638E23 100%);
	background-image: -webkit-linear-gradient(bottom, #B2D380 5%, #8BBD40 5%, #638E23 100%);
	background-image: -ms-linear-gradient(bottom, #B2D380 5%, #8BBD40 5%, #638E23 100%);
	background-image: linear-gradient(to bottom, #B2D380 5%, #8BBD40 5%, #638E23 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity:0.9;
	width:225px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.slider-section-list .slider-item a.button:focus{border: 0;outline: 0;}
.slider-section-list .slider-item a.button:not(.disabled):hover{opacity:1}
.slider-section-list .slider-item a.button:not(.disabled):active{line-height: 35px;box-shadow: inset  0 2px 3px 0  rgba(0,0,0,.4);}
.slider-section-list .slider-item a.button.disabled {
	cursor:default;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
	color:#555555;
	border:1px solid #ccc;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.05, #F2F2F2),
		color-stop(0.05, #EBEBEB),
		color-stop(1, #CACACA)
	);
	background-image: -o-linear-gradient(bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
	background-image: -moz-linear-gradient(bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
	background-image: -webkit-linear-gradient(bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
	background-image: -ms-linear-gradient(bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
	background-image: linear-gradient(to bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
}
.slider-section-list .slider-item a.button:after{
	content: "...";
	position: absolute;
	left: 20px;
	top: 0;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
	color: #fff;
	font-size: 36px;
	line-height: 16px;
}
/* End */
/* /local/templates/okshop/components/bitrix/news.list/slider/style.css?17696849173210 */
/* /local/templates/okshop/components/bitrix/news.list/slider/bxslider/jquery.bxslider.css?17696849173539 */
/* /local/templates/okshop/components/bitrix/catalog.section.list/top-slider-section/style.css?17696849173255 */
