

/* Start:/bitrix/templates/grimmfamily/components/bitrix/news.detail/holiday/style.css?17841836474210*/
.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;
	}
}

.q_version_title {
	font-family: 'LeOsler-RoughRegular';
	font-size: 3rem;
	margin-bottom: 20px;
	margin-top: 20px;
}

@media (max-width: 767px) {
	.q_version_title {
		font-size: 2rem;
	}
}

.q_versions_cont {
	background-color: #fff;
	/*padding: 20px;*/
}
.q_actors {
	background-color: #ffefc2;
	border-radius: 20px;
}

.q_actors_img{
	height: 80px;
}

.q_actors_more {
	margin-left: 15px;
	color: #333;
}

.q_actors_more span {
	margin-left: 10px;
}

.q_versions .side_image {
	/*position: absolute;
	right: -22px;*/
	max-height: 350px;
}

.q_versions_cont .accordion-content {
	background-color: #fff7df;
	border-radius: 20px;
	padding: 30px;
}

@media (max-width: 767px) {
	.q_versions .side_image {
		/*top: -20px;*/
		max-height: 210px;
	}
	.image-scroll-track {
	
	}
	.q_actors_img {
		height: 46px;
	}
	.q_actors_more img {
		max-width: 22px;
		height: auto;
	}
	.q_actors_more span {
		margin-left: 5px;
		font-size: 12px;
	}
	.q_actors_more {
		margin-left: 5px;
	}
}

@media (min-width: 767px) and (max-width: 1200px) {
	.q_versions .side_image {
		/*top: -20px;*/
		max-height: 220px;
	}
	.q_actors_img {
		height: 60px;
	}
	.q_actors_more img {
		max-width: 22px;
		height: auto;
	}
}

@media (min-width: 1200px) {

	/*.q_actors_more span {
		display: none;
	}*/

	.q_versions .side_image {
		/*top: -20px;*/
		max-height: 280px;
	}
}

.q_versions_cont h3 {
	max-width: 400px;
}	

/* Общий контейнер для текста и картинки */
.content-wrapper {
  position: relative; /* Создает систему координат для дочерних элементов */
  max-width: 800px;  /* Задайте нужную вам ширину текстового блока */
  margin: 0 auto;
}

/* Блок с текстом занимает всю ширину контейнера */
.text-block {
  width: 100%;
}

/* Контейнер-обертка для картинки, который растягивается на всю высоту текста */
.image-scroll-track {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  width: 150px; /* Ширина области, где находится картинка */
  pointer-events: none; /* Текст под картинкой останется кликабельным и выделяемым */
}

/* Картинка снова использует absolute */
.sticky-image {
  position: absolute;
  top: 0; /* Скрипт будет динамически менять это значение */
  /*left: -50px;*/ /* Наезд на текст */
  width: 100%;
  height: auto;
  z-index: 10;
}

@media (max-width: 767px) {
	.image-scroll-track {
	  width: 100px;
	}
}
/* 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?17841836474210 */
/* /bitrix/templates/grimmfamily/components/bitrix/breadcrumb/.default/style.css?1718291435520 */
