

/* Start:/local/templates/himprom/components/bitrix/catalog.section.list/products/style.css?17683012693374*/
.production__s {
	margin-top: 2rem;
	position: relative;
	background: #FFFFFF;
	border: 1px solid rgba(47, 81, 99, 0.1);
	border-left: 0;
	border-radius: 4px;
	position: relative;
	-moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
}


@media all and (min-width: 991px){
	.production__s {
		padding: 2.25rem 1rem 2.25rem 40%;
		min-height: 230px;
		background-position: left bottom;
		background-repeat: no-repeat;
	}
}


@media all and (max-width: 990px){
	.production__s {
		padding: 1.5rem;
		height: calc(100% - 2rem);
		background-position: -10000px bottom;
		background-repeat: no-repeat;
	}
}

.production__s__title {
	display: block;
	text-decoration: none;
	border: 0;
	font-weight: 600;
	line-height: 1;
	font-size: 0.6875rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(47, 81, 99, 0.5);
	margin-bottom: 0.5rem;
}

.production__s__name {
	display: block;
	text-decoration: none;
	border: 0;
	font-weight: 600;
	line-height: normal;
	font-size: 1.25rem;
	color: #2F5163;
	line-height: 1.1;
}

@media all and (max-width:990px){
	.production__s__name{
		margin-bottom: 1.5rem;
	}
}

.production__s__link {
	color: #00A86C;
	font-size: 0.875rem;
	line-height: 1;
	font-weight: 500;
	-moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.production__s__link:hover {
	color: #A5247A;
}

.production__s__link:after  {
	content: ' ';
	/*background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="32" height="7" viewBox="0 0 32 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 3.5H31M31 2.5L28 0.5M31 3.5L28 6.5" stroke="#00A86C" stroke-opacity="0.35" stroke-linecap="round" stroke-linejoin="round"/></svg>');*/
	background-image: url('/local/templates/himprom/assets/img/long-green-arrow.svg');
	display: inline-block;
   	width: 32px;
  	height: 10px;
   	margin-left: .75rem;
   	background-position: center left;
   	background-repeat: no-repeat;
}

.production__s__link:hover:after  {
	background-image: url('/local/templates/himprom/assets/img/long-purple-arrow.svg');
	/*background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="32" height="7" viewBox="0 0 32 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 3.5H31M31 2.5L28 0.5M31 3.5L28 6.5" stroke="#A5247A" stroke-opacity="0.35" stroke-linecap="round" stroke-linejoin="round"/></svg>');*/
}

.production__s__link + .production__s__link {
	margin-top: 20px;
}

@media all and (min-width: 991px){
	.production__s__link {
		position: absolute;
		bottom: 2.25rem;
		left: 40%;
	}
	.production__s__link__wrap {
		position: absolute;
		bottom: 2.25rem;
		left: 40%;
	}
	.production__s__link__wrap .production__s__link {
		position: unset;
	}
}

.production__s__picture {
	position: absolute;
	transform: scale(0.8);
	-moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.production__s:hover {
	-webkit-box-shadow: 0px 10px 30px rgba(47, 81, 99, 0.15);
    box-shadow: 0px 10px 30px rgba(47, 81, 99, 0.15);
    border-bottom: 1px solid rgba(47, 81, 99, 0.15);
}

.production__s:hover .production__s__picture {
	transform: scale(0.92);
}

/* End */
/* /local/templates/himprom/components/bitrix/catalog.section.list/products/style.css?17683012693374 */
