


/* Start:/bitrix/templates/svarok/components/bitrix/catalog.section/block_catalog_actions/style.css?15471112202072*/
/*.old_price .b-liders__slider__item__price {
    display: inline-block;
}
.old_price div:nth-child(2) {
    margin-left: 25%;
	color: gray;
	text-decoration:line-through
}
.old_price div:nth-child(1){
	color: #ef7b00;
}
.b-catalog__label{
	width:auto !important;
}
.b-liders__slider__item__material{
	display: inline-block;
}
.action{
	margin-left: 25%;
}*/



.h2.h2_action-icon{
	font-family: 'PTSans Narrow';
	font-weight: 700;
	font-size: 36px;
	color: #ef7b00;
	margin-bottom: 35px;
}

.h2.h2_action-icon:before{
	content: '';
	display: inline-block;
	width: 36px;
	height: 43px;
	transform: translateY(3px);
	background-image: url(/bitrix/templates/svarok/images/action-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 10px;
}

.b-liders__slider__item__inner{
	padding-right: 20px;
	box-sizing: border-box;
	font-family: 'PTSans';
}

.b-liders__slider__item__inner b,
.b-liders__slider__item__inner strong{
	font-weight: 700;
}

.title-wrapper{
	display: flex;
}

.title-wrapper > div{
	width: 50%;
}

.old_price{
	display: flex;
}

.old_price > div{
	width: 50%;
}

.b-liders__slider__item__price.actual{
	color: #ef7b00;
}

.b-liders__slider__item .b-liders__slider__item__material{
	color: #90a4ae; 
}

.b-liders__slider__item__title{
	font-family: 'PTSans Narrow';
	font-weight: 700;
}

.b-liders__slider__item .b-catalog__label{
	font-family: 'PTSans Narrow';
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	padding: 6px 5px;
}

@media (max-width: 1199px){
	.old-title{
		display: none;
	}

	.old_price{
		flex-wrap: wrap;
	}

	.old_price > div{
		width: 100%;
	}

	.b-liders__slider__item__price:not(.actual){
		font-size: 12px;
		text-decoration: line-through;
		line-height: 10px;
	}

	.b-liders__slider__item .b-liders__slider__item__more{
		font-size: 16px;
	    line-height: 28px;
	    width: 130px;
	}
}

@media (max-width: 767px){
	.h2.h2_action-icon{
		margin-bottom: 15px;
	}
}

@media (max-width: 480px){
	.b-liders__slider__item__price:not(.actual){
		margin-top: 0;
	}
}


/* End */
/* /bitrix/templates/svarok/components/bitrix/catalog.section/block_catalog_actions/style.css?15471112202072 */
