

/* Start:/local/templates/agronova2017/components/bitrix/news.detail/oil-detail/style.css?17089679195656*/
.oil-detail {
	min-height: 400px;
	margin-top: 60px;
	font-size: 14px;
}
.oil-detail .photo_slider{
	height: 400px;
	overflow: hidden;
}
.oil-detail .photo_wrap{
	position: relative;
	float: left;
	height: 400px;
	width: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	border: 1px solid #ccc;
}
.oil-detail .photo_wrap .bx-wrapper{
	overflow-y: hidden;
}
.oil-detail .photo_wrap ul{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.oil-detail .photo_wrap ul li{
	display: block;
	width: 400px;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.oil-detail .photo_wrap ul li a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.oil-detail .photo_wrap .photo_prev,
.oil-detail .photo_wrap .photo_next{
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border: 3px solid #dee2df;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}
.oil-detail .photo_wrap .photo_prev{
	left: 5px;
	background-image: url(/local/templates/agronova2017/components/bitrix/news.detail/oil-detail/images/left_ico_1.png);
}
.oil-detail .photo_wrap .photo_next{
	right: 5px;
	background-image: url(/local/templates/agronova2017/components/bitrix/news.detail/oil-detail/images/right_ico_1.png);
}
.oil-detail .photo_wrap .photo_prev:hover,
.oil-detail .photo_wrap .photo_next:hover{
	border-color: #ffd300;
}
.oil-detail .photo_wrap .photo_prev:hover{
	background-image: url(/local/templates/agronova2017/components/bitrix/news.detail/oil-detail/images/left_ico_2.png);
}
.oil-detail .photo_wrap .photo_next:hover{
	background-image: url(/local/templates/agronova2017/components/bitrix/news.detail/oil-detail/images/right_ico_2.png);
}
.oil-detail .photo_wrap .photo_prev a,
.oil-detail .photo_wrap .photo_next a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.oil-detail__info {
	width: 440px;
	float: right;
}
.oil-detail__name {
	border-bottom: 2px solid #fcd719;
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 20px;
	color: #00569f;
}
.oil-detail__props {
	color: #313234;
	font-size: 13px;
	margin-top: 25px;
	padding-right: 50%;
	min-height: 130px
}
.oil-detail__props > b.capacity {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #202860;
    background-color: #edeff0;
	border-radius: 3px;
	padding: 0 7px;
	line-height: 20px;
	cursor: pointer;
	margin-right: 2px;
}
.oil-detail__props > b.capacity.act {
    background-color: #fcd719;
}
.oil-detail__props > i{
	display: inline-block;
	margin-top: 20px;
	font-style: normal;
	font-size: 12px;
	color: #202860;
    background-color: #c5e1f3;
	border-radius: 3px;
	padding: 0 7px;
	line-height: 20px;
}
.oil-detail__props > i.green{
    background-color: #5bcb39;
	color: #fff;
}
.oil-detail__props > span{
	display: inline-block;
	margin-top: 5px;
	font-size: 18px;
	color: #606366;
}
.oil-detail__txt {
	margin-top: 35px;
}


.oils-product-list__item__basket{
	position: absolute !important;
	right: 0;
	bottom: 0;
	margin: 20px 0 0 20px;
	min-height: 130px;
}
.oils-product-list__item__basket__control{
	text-align: center;
	color: #202860;
	margin: 0 0 15px 0;
}
.oils-product-list__item__basket__control > div{
	display: inline-block;
	vertical-align: top;
}
.oils-product-list__item__basket__control > div::selection{
	background-color: transparent;
}
.oils-product-list__item__basket__control__btn{
	width: 22px;
	height: 22px;
	background-color: #c5e1f3;
	border-radius: 2px;
	font-weight: 600;
	line-height: 22px;
	cursor: pointer;
}
.oils-product-list__item__basket__control__btn.minus{
	font-size: 20px;
	line-height: 20px;
}
.oils-product-list__item__basket__control__btn.plus{
	font-size: 16px;
	line-height: 22px;
}
.oils-product-list__item__basket__control__text{
	min-width: 36px;
	text-transform: uppercase;
	padding: 0 7px;
}
.oils-product-list__item__basket__control__text span{
	font-size: 24px;
	line-height: 20px;
}
.oils-product-list__item__basket__control__text span::selection{
	background-color: transparent;
}
.oils-product-list__item__basket__button{
	height: 40px;
	line-height: 40px;
	background-color: #fcd719;
	background-image: url(/local/templates/agronova2017/images/basket.png);
	background-position: 23px center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 14px;
	color: #202860;
	width: 160px;
	padding-left: 28px;
	cursor: pointer;
}
.oils-product-list__item__basket__button::selection{
	background-color: transparent;
}
.oils-product-list__item__basket__button.in_process{
	background-image: url(/local/templates/agronova2017/images/ldr123.gif);
	background-position: center;
	color: transparent;
}
.oils-product-list__item__basket__discount-button{
	height: 32px;
	line-height: 32px;
	background-color: #ff0000;
	background-image: url(/local/templates/agronova2017/images/discount.png);
	background-position: 9px center;
	background-repeat: no-repeat;
	background-size: 22px auto;
	text-align: center;
	font-size: 14px;
	color: #fff;
	width: 160px;
	padding-left: 28px;
	cursor: pointer;
	margin-top: 5px;
}
.oils-product-list__item__basket__discount-button::selection{
	background-color: transparent;
}


.oil-detail__ttx__title{
	margin-top: 35px;
	color: #00569f;
	font-weight: 600;
	font-size: 20px;
}
.oil-detail__ttx{
	width: 100%;
	max-width: 100%;
	border: none;
	padding: 0;
	margin: 15px 0 0 0;
	border-spacing: 0;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}
.oil-detail__ttx tr{}
.oil-detail__ttx tr td{
	border: none;
	padding: 6px 12px;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}
.oil-detail__ttx tr:first-child td{
	border-bottom: 3px solid #cad2ce;
	border-collapse: collapse;
	color: #3d4449;
	font-weight: 600;
}
.oil-detail__ttx tr:nth-child(2n+2) td{
	background-color: #f5f6f5;
}


.oil-detail .parts-back-url {
	left: 0;
	right: auto;
}
/* End */
/* /local/templates/agronova2017/components/bitrix/news.detail/oil-detail/style.css?17089679195656 */
