

/* Start:/local/templates/.default/components/bitrix/catalog.element/solution_detail--for_horeca/style.css?16657393915986*/
.flex.note-block {
	margin-bottom: 20px;
}
.note-block > div {
	width: 50%;
	text-align: center;
	padding: 25px 50px;
}
.note-block > div:first-of-type {
	font-size: 24px;
	background: #FF5C56;
	color: #fff;
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
}
	.note-block > div:first-of-type .kvd {
		background: #FF5C56;
		width: 16px;
		height: 16px;
		position: absolute;
		left: 3%;
		bottom: -8px;
		transform: rotate(45deg);
	}
.note-block > div:last-of-type {
	font-size: 17px;
	background: #FFFFFF;
}
.like-button {
	background: #000000;
	border-radius: 3px;
	font-size: 21px;
	line-height: 31px;
	color: #fff;
	padding: 8px 33px 10px;
	text-align: center;
    margin: 24px auto 50px;
    width: fit-content;
}


/*slider*/
.solution_include_slider__items {
	color: #000;
	margin: 25px 0 40px;
}
.solution_include_slider__items .slick-list {
	position: relative;
}
.solution_include_slider__items .slick-prev,
.solution_include_slider__items .slick-next {
	width: 69px;
	height: 69px;
	outline: none;
	top: unset;
	bottom: 0;
	display: block; 
	position: absolute;
	text-indent: -9999px;
	cursor: pointer;
	top: 45px;
	z-index: 800;
}
	.solution_include_slider__items .slick-next {
		background: url('/rr_images/decorations/arrow__right.svg') center center no-repeat #FFFFFF;
		right: -15px;
	}
		.solution_include_slider__items .slick-next:hover {
			background-image: url('/rr_images/decorations/arrow__right__red.svg');
		}
	.solution_include_slider__items .slick-prev {
		background: url('/rr_images/decorations/arrow__left.svg') center center no-repeat #FFFFFF;
		left: -15px;
	}
		.solution_include_slider__items .slick-prev:hover {
			background-image: url('/rr_images/decorations/arrow__left__red.svg');
		}
.solution_include_slider__item > div {
	padding: 0 20px;
}
	.solution_include_slider__item > div > .images {
		background-size: cover;
		height: 160px;
		position: relative;
		border-radius: 3px;
	}
		.solution_include_slider__item > div > .images .number {
			position: absolute;
			width: 40px;
			height: 40px;
			background-color: #000000;
			color: #FFFFFF;
			font-size: 15px;
			right: 0;
			top: 0;
			border-radius: 3px;
		}
	.solution_include_slider__item > div .content {
		font-size: 17px;
		margin: 22px 0;
		font-weight: 300;
	}
.sale-block {
	align-items: center;
	padding-bottom: 40px;
}
	.btn--popup-order-now {
		margin-right: 9px;
	}
	.btn--popup-consultation {
		margin-left: 9px;
	}
.block__actions > div,
.block__actions.flex--50-50 > *:last-child {
	text-align: center;
}
.sale-block .price-block,
.sale-block .period-block {
	font-size: 17px;
	font-weight: 300;
}
.sale-block .price-block > div:last-child,
.sale-block .period-block > div:last-child {
	font-size: 32px;
	font-weight: 500;
	line-height: 43px;
}
.sale-block .price-block > div:last-child {
	color: #DE2931;
}
.sale-block .price-block {
	margin-right: 60px;
}
.workarea.bg__white {
	margin: 40px 0;
	background: none white;
}


.solution__contact_form {
	background-color: #000;
	color: #fff;
}
	.solution__contact_form .flex--70-30 > *:first-child {
		flex-basis: 70%;
	}
		.solution__contact_form .flex--70-30 > *:last-child {
			text-align: right;
			flex-basis: 30%;
		}
		
.like-h1 span.bg__red {
	background-color: #e3231f;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.consist-solution h3 {
	font-size: 24px;
	background: url("/rr_images/decorations/red_point.png") repeat-x 0 13px transparent;
	margin-bottom: 30px;
	margin-top: 50px;
}
.consist-solution h3 span {
	background-color: #fff;
	padding-right: 20px;
	color: #000;
}
.consist-solution h3:first-of-type {
	margin-top: 0;
}

@media only screen and (max-width:1222px) {
	.solution_include_slider__items .slick-next {
		right: 0;
	}
	.solution_include_slider__items .slick-prev {
		left: 0;
	}
	.block__actions .btn {
		font-size: 16px;
	}
}

/*soft*/

.grid--3col.item-soft__list,
.grid--2col.item-product__list,
.grid--3col.item-service__list {
	grid-gap: 14px;
    grid-row-gap: 14px;
}
.item-soft,
.item-product,
.item-service {
	border: 1px solid #D9D9D9;
}
.item-soft__picture {
	background-color: #333231;
	background-position: 27px 50%;
	height: 108px;
	background-repeat: no-repeat;
	margin: -1px;
}
h4.item-soft__title {
	font-size: 21px;
	line-height: 31px;
	font-weight: 500;
	margin: 35px 27px;
	min-height: 177px;
}
.item-soft__qwty {
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
	margin:  0 27px 16px;
}
.item-soft__price {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #DE2931;
	margin:  0 27px 28px;
}

.item-product,
.item-service {
	padding: 27px;
}
.item-product {
	padding: 27px 27px 87px;
}
.item-product__picture {
	background-position: 50% 50%;
	height: 120px;
	background-repeat: no-repeat;
	background-size: contain;
}
.item-product__qwty {
	text-align: center;
}
.grid--2col.item-product__content {
	grid-gap: 14px;
    grid-row-gap: 60px;
}
.item-product .absolute.grid--2col{
	width: 100%;
    grid-gap: 14px;
    left: 0;
    bottom: 27px;
	align-items: center;
}
.item-product__price,
.item-service__price {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #DE2931;
	margin: 0;
}
h4.item-product__title {
	font-size: 21px;
	line-height: 31px;
	font-weight: 500;
}
.item-product__anouns {
	margin-top: 34px;
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
}
h4.item-service__title {
	margin-bottom: 27px;
	min-height: 100px;
}
.item-service__price {
	margin-top: 16px;
}

.total-price {
	font-size: 21px;
	line-height: 31px;
	font-weight: 500;
	color: #000;
	margin: 23px 0 24px;
}
.summary.total-price {
	display: inline-block;
    margin-right: 36px;
    margin-top: 50px;
}
.total-price span {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #DE2931;
}
.notice {
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
	text-align: center;
	margin-top: 36px;
}
.item-product__one_item span.rur,
.item-service__one_item span.rur {
    font-size: 1em;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/solution_subsection_2_level--for_section_horeca/style.css?17627789351921*/
.new-item {
	position: absolute;
	width: 30px;
	height: 20px;
	background-color: #0099CA;
	right: 0.5vw;
	top: 0.5vw;
	background-image: url('/rr_images/decorations/icon_new.svg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 3px;
	background-size: 24px 29px;
}

	.wrapper__elements > div > div {
		border: 1px solid #DDDDDD;
		border-radius: 4px;
		margin: 0 .25vw .5vw;
		padding: 1.5vw;
		background-color: #fff;
	}
		.wrapper__elements > div:nth-child(4n + 1) > div {
			margin-left: 0;
		}
		.wrapper__elements > div:nth-child(4n) > div {
			margin-right: 0;
		}
.solution_subsection_2_level h3 {
	padding: 3vw 0 2vw;
	font-size: 22px;
}
	.solution_subsection_2_level h3 a {
		color: #000;
		text-decoration: none;
	}
		.solution_subsection_2_level h3 a:hover,
		.solution_subsection_2_level h3 a:focus {
			text-decoration: underline;
		}
	.solution__title {
		font-size: 16px;
		line-height: 1.5;
		font-weight: 300;
		margin-bottom: 1vw;
	}
		.solution__title b {
			font-size: 20px;
		}
	.solution__picture {
		background-size: auto 100%;
		min-height: 122px;
		min-width: 100%;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	.solution__info {
		margin: 2vw 0;
	}
	.solution__info div {
		line-height: 20px;
	}
	.solution__period {
		margin-top: .5vw;
	}
	.solution__period b,
	.solution__price b {
		font-size: 22px;
		font-weight: 900;
	}
	.solution__link_more {
		margin-top: 1.5vw;
		display: inline-block;
		color: #2D9CDB;
		text-decoration: none;
		border-bottom: 1px dotted #2D9CDB;
		cursor: pointer;
		font-weight: 500;
	}
	.solution__link_more:hover,
	.solution__link_more:focus {
		text-decoration: none;
		color: #2D9CDB;
		border-bottom: 1px dotted transparent;
	}

.solution_subsection_2_level:first-child h3 {
	padding-top: 1vw;
}
@media only screen and (max-width:1221px) {
	.solution__period b,
	.solution__price b {
		font-size: 18px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.element/solution_detail--for_horeca/style.css?16657393915986 */
/* /local/templates/.default/components/bitrix/catalog.section.list/solution_subsection_2_level--for_section_horeca/style.css?17627789351921 */
