

/* Start:/bitrix/templates/grimmfamily/components/bitrix/news.detail/holiday/style.css?17217301491511*/
.steps li {
	list-style: disc;
	padding: 10px 0;
}

.steps li.fire {
	list-style: none;
	display: flex;
    flex-direction: row;
    align-items: center;
	position: relative;
}

.steps li.fire:before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(/images/fire.svg);
	background-size: contain;
	position: absolute;
    left: -32px;
}

@media (max-width: 768px) {
	.collapse-block .btn-grimm {
		width: 100%;
	}
}
.is_open:before {
	content: url(/images/chevron-down.svg);
}
.is_open:hover:before{
	content: url(/images/chevron-down-white.svg);
}
.is_open span {
	display: none;
}

h2 {
    font-size: 2rem!important;
    line-height: 1!important;
}

a.read_more
{
	font-size: 2rem;
    color: #ffc946;
}
a.read_more:hover
{
    color: #c36112;
}

.gallery_item {
	 width: 100%;
	 height: 212px;
}

.yellow-bg1 {
	padding: 15px;
	margin-bottom: 15px;
}
.yellow-bg2 {
	padding: 15px;
	margin: 15px 0;
}

.rounded {
	counter-reset: li; 
	list-style: none; 
	font-size: 1.1rem;
	padding-left: 80px;
}
.rounded li {
	position: relative;
	/*display: flex;*/
	align-items: center;
	min-height: 100px;
	margin-bottom: 20px;
}
.rounded li:before {
	content: counter(li);
	counter-increment: li;
	font-size: 36px;
	position: absolute;
	left: -80px;
	top: 50%;
	margin-top: -35px;
	background: #ffec85;
	height: 60px;
	width: 60px;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
	border-radius: 50px;
}

@media (max-width: 768px) {
	.gallery_item  {
		height: 117px;
	}
}
/* End */


/* Start:/bitrix/templates/grimmfamily/components/bitrix/breadcrumb/.default/style.css?1718291435520*/
#breadcrumbs {
	margin-top: 62px;
    padding: 20px;
}
.bx-breadcrumb {
	color: #333;
	margin-bottom: 0.5em;
}
.bx-breadcrumb h1 {
	margin: 0;
}
.bx-breadcrumb a {
	color: #333;
}
.bx-breadcrumb i {
	color: #333;
	line-height: 1;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	white-space: nowrap;
	line-height: 1;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */
/* /bitrix/templates/grimmfamily/components/bitrix/news.detail/holiday/style.css?17217301491511 */
/* /bitrix/templates/grimmfamily/components/bitrix/breadcrumb/.default/style.css?1718291435520 */
