

/* Start:/local/templates/gofromir/components/bitrix/news.detail/new_template/style.css?178644485415142*/
.news-detail * {
	font-size: 14px;
	line-height: 140%;
}

.news-detail img {
	max-width: 100%;
	height: auto;
	border-radius: 32px;
}

.news-detail .two_pictures img {
	border-radius: 24px;
}

.news-detail .faq-content {
	display: block;
}

.news-detail__block {
	display: flex;
	gap: 54px;
}

.news-detail__block:has(> .news-detail__content:last-child) + .we_produce_packaging {
	margin-top: 50px;
}

.news-detail__menu {
	padding: 40px;
	border-radius: 24px;
	background: var(--BG-light-gray-95, #F5F5F5);
	min-width: 443px;
	height: fit-content;
}

.news-detail__menu-list {
	padding: 0;
	margin: 0;
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style-position: inside;
}

.news-detail__menu-list li {
	font-weight: 500;
	line-height: 140%;
}

.news-detail__menu-list a {
	display: initial;
}

.news-detail__menu-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.news-detail__menu .news-detail__menu-list + .news-detail__menu-actions {
	margin-top: 24px;
}

.news-detail__menu .news-detail__banner-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.news-detail__h1 {
	font-size: 32px;
	font-weight: 500;
	line-height: 130%;
	margin: 0;
	padding: 0;
}

.news-detail__h2 {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.news-detail__h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}



.news-detail__text16 b {
	font-weight: 600;
}

.news-detail__content p,
.news-detail__content p b,
.news-detail__content p u,
.news-detail__content p i,
.news-detail__text16 {
	font-size: 16px;
	margin: unset;
}

.news-detail__content ,
.news-detail__content b,
.news-detail__content u,
.news-detail__content i {
	font-size: 14px;
}


.news-detail__content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}


.news-detail__content ol li,
	.news-detail__content ul li {
	font-size: 16px;
    display: block;
    position: relative;
	padding-left: 24px;
}
.news-detail__content ol li b,
.news-detail__content ol li i,
.news-detail__content ol li u,
.news-detail__content ul li b,
.news-detail__content ul li i {
	font-size: 16px;
	display: inline-block;
}

.news-detail__content ul li::before {
    content: '';
    width: 15px;
	min-width: 15px;
    height: 15px;
	min-height: 15px;
    border-radius: 4px;
    background: var(--Color-Main-color-Green, #3DB845);
    display: flex;
    top: 4px;
	left: 0;
    position: absolute;
}

.news-detail__content ol {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	counter-reset: list-numeric;
}



.news-detail__content ol > li::before {
	counter-increment: list-numeric;
	content: counter(list-numeric) ".";
	color: var(--Color-Main-color-Green, #3DB845);
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 0;
}

.news-detail__content ol li ol {
	counter-reset: sublist;
	grid-column-start: 2;
}

.news-detail__content ol li ol > li::before {
	counter-increment: sublist;
	content: counter(list-numeric) "." counter(sublist);
}

.news-detail__content ol li ul {
	grid-column-start: 2;
}

.news-detail__info {
	display: grid;
	grid-template-columns: auto 1fr;
	padding: 24px;
	align-items: center;
	gap: 16px;
	border-radius: 16px;
	background: #182F69;
	color: #FFF;
	font-weight: 600;
}

.news-detail__info::before {
	content: '';
	background: url('/local/templates/gofromir/components/bitrix/news.detail/new_template/images/attention.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}

.news-detail__banner {
	border-radius: 32px;
	background: #E1F4FF;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
	gap: 60px;
}

.news-detail__banner-left {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-self: stretch;
}

.news-detail__banner-left .post__banner-date {
	margin-bottom: 0;
	margin-top: auto;
}

.news-detail__banner-title {
	font-size: 34px;
	font-weight: 600;
	line-height: 120%;
}

.news-detail__banner-desc {
	line-height: 24px;
	font-size: 16px;
}

.news-detail__banner-desc a {
	font-size: 16px
}

.news-detail__banner-button {
	padding: 16px 32px;
	border-radius: 8px;
	background: var(--Color-Main-color-Green, #3DB845);
	color: var(--Button-link-Text-default, #FFF);
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
	width: fit-content;
}

.news-detail__content {
	display: flex;
	flex-direction: column;
	gap: 32px;
	max-width: calc(100% - 497px);
}

.news-detail__table {
	display: flex;
	padding: 40px;
	flex-direction: column;
	border-radius: 32px;
	background: var(--BG-light-gray-95, #F5F5F5);
}

.news-detail__table > div:last-child::-webkit-scrollbar, .news-detail__table thead::-webkit-scrollbar, .news-detail__table tbody::-webkit-scrollbar {
	height: 4px;
}

.news-detail__table > div:last-child::-webkit-scrollbar-track, .news-detail__table thead::-webkit-scrollbar-track, .news-detail__table tbody::-webkit-scrollbar-track {
	border-radius: 14px;
	background: var(--Fields-Stroke, #E6E6E6);
}

.news-detail__table > div:last-child::-webkit-scrollbar-thumb, .news-detail__table thead::-webkit-scrollbar-thumb, .news-detail__table tbody::-webkit-scrollbar-thumb {
	background: var(--Button-link-MENU-dark-gray, #3E3E3E);
	border-radius: 14px;
}

.news-detail__table > div:first-child, .news-detail__table caption {
	font-size: 24px;
	font-weight: 500;
	line-height: 130%;
	text-align: initial;
	margin-bottom: 32px;
}

.news-detail__table > div:last-child, .news-detail__table thead, .news-detail__table tbody {
	overflow-x: auto;
}

.news-detail__table > div:last-child > div {
	display: table-row;
	font-weight: 500;
	line-height: 140%;
}

.news-detail__table > div:last-child > div:first-child, .news-detail__table th {
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
	text-align: initial;
	padding: 0;
}

.news-detail__table > div:last-child > div > div, .news-detail__table td {
	display: table-cell;
	padding: 16px 16px 16px 0px;
	border-bottom: 1px solid var(--Fields-Stroke, #E6E6E6);
	min-width: 204px;
	padding-right: 24px;
}

.news-detail__table > div:last-child > div > div:last-child, .news-detail__table tbody tr:last-child td {

	border-bottom: initial;
}

.news-detail__table > div:last-child > div:last-child > div {
	/* padding-bottom: 0px; */
	border-bottom: initial;
}

.two_pictures {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.image_with_text {
	position: relative;
}

.image_with_text div {
	position: absolute;
	bottom: 40px;
	left: 40px;
	width: 674px;
	padding: 24px 40px;
	border-radius: 16px;
	background: #FFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 120%;
}

section.news-detail .smi_o_nas {
	margin-top: 80px;
	margin-bottom: 50px;
}

section.news-detail .news-detail__block .news-detail__menu {
	position: sticky;
	top: 72px;
}
section.news-detail .news-detail__banner .news-detail__banner-desc a,
section.news-detail .news-detail__block .news-detail__content a {
	color: var(--green);
	text-decoration: underline;
	font-size: 16px;
}

section.news-detail .news-detail__block .news-detail__menu .news-detail__h2 {
	color: #3E3E3E;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}
section.news-detail .news-detail__block .news-detail__menu .news-detail__menu-list a{
	margin-left: 4px;
	color: #3E3E3E;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

section.news-detail .smi_o_nas .smi_o_nas-img img {
	object-fit: cover;
	width: 100%;
}

section.news-detail .swiper-slide:hover {
	transform:unset
}
section.news-detail .news-detail__table th {
	padding: 0 16px 0 0;
}

section.news-detail .news-detail__table--col2,
section.news-detail .news-detail__table--col3,
section.news-detail .news-detail__table--col4,
section.news-detail .news-detail__table--colmany {
	width: 100%;
}

section.news-detail .news-detail__table--col2 > thead,
section.news-detail .news-detail__table--col2 > tbody,
section.news-detail .news-detail__table--col3 > thead,
section.news-detail .news-detail__table--col3 > tbody,
section.news-detail .news-detail__table--col4 > thead,
section.news-detail .news-detail__table--col4 > tbody {
	display: table;
	width: 100%;
	table-layout: fixed;
	overflow: visible;
}

section.news-detail .news-detail__table--colmany > thead,
section.news-detail .news-detail__table--colmany > tbody {
	display: block;
	width: 100%;
	overflow-x: auto;
}

section.news-detail .news-detail__table--colmany > thead > tr,
section.news-detail .news-detail__table--colmany > tbody > tr {
	display: table;
	table-layout: fixed;
	width: 100%;
	min-width: 1224px;
}

section.news-detail .news-detail__table--col2 th,
section.news-detail .news-detail__table--col2 td {
	width: 50%;
	min-width: 0;
}

section.news-detail .news-detail__table--col3 th,
section.news-detail .news-detail__table--col3 td {
	width: 33.333%;
	min-width: 0;
}

section.news-detail .news-detail__table--col4 th,
section.news-detail .news-detail__table--col4 td {
	width: 25%;
	min-width: 0;
}

section.news-detail .news-detail__table--colmany th,
section.news-detail .news-detail__table--colmany td {
	width: 1%;
	min-width: 204px;
}



section.news-detail .news-detail__block .news-detail__menu .news-detail__menu-list a:hover {
	color: var(--green);
	text-decoration: underline;
}

section.news-detail .news-detail__block .faq__header {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr auto;
	align-items: center;
}

@media screen and (max-width: 1199px) {
	section.news-detail .news-detail__block .faq__header {
		padding: 16px;
	}

	section.news-detail .news-detail__block .faq__icon {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}

	section.news-detail .news-detail__block .faq__header .faq__item-title {
		color: var(--Text-text-primary, #3E3E3E);
		font-family: Montserrat;
		font-size: 12px;
		font-style: normal;
		font-weight: 600;
		line-height: 16px;
	}

	section.news-detail .news-detail__block .news-detail__menu {
		position: unset;
	}

	section.we_produce_packaging {
		background-size: 400px;
	}

	section.we_produce_packaging .we_produce_packaging-title {
		color: #3E3E3E;
		font-family: Montserrat;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 120%;
	}

	section.we_produce_packaging .we_produce_packaging-title span {
		font-size: 20px;
		font-weight: 600;
	}

	.news-detail * {
		font-size: 12px;
	}

	.news-detail__banner {
		flex-wrap: wrap;
		gap: 24px;
		border-radius: 24px;
		padding: 32px 16px 19px 16px;
		margin-bottom: 48px;
	}

	.news-detail__banner-left {
		margin: 0 16px;
	}

	.news-detail__banner-title {
		font-size: 24px;
	}

	.news-detail__banner-desc {
		line-height: 140%;
	}

	.news-detail__banner-button {
		padding: 14px 0px;
		width: 100%;
		text-align: center;
	}

	.news-detail__banner img {
		border-radius: 16px;
	}

	.news-detail__block {
		flex-wrap: wrap;
		gap: 48px;
	}

	.news-detail__menu {
		padding: 24px 16px;
		min-width: initial;
	}

	.news-detail__h1 {
		font-size: 20px;
	}

	.news-detail__h2 {
		font-size: 16px;
	}

	.news-detail__h3 {
		font-size: 14px;
	}

	.news-detail__menu-list {
		margin-top: 16px;
	}

	.news-detail__menu .news-detail__menu-list + .news-detail__menu-actions {
		margin-top: 16px;
	}

	.news-detail__menu .news-detail__banner-button {
		width: 100%;
		padding: 14px 0;
		text-align: center;
	}

	.news-detail__content {
		gap: 16px;
		padding: 0 16px;
		max-width: 100%;
	}
	section.news-detail div.smi_o_nas  {
		padding: 0 16px
	}
	.news-detail__content b {
		font-weight: 600;
	}

	.news-detail__table {
		padding: 40px 16px;
        border-radius: unset;
        margin-left: -16px;
        width: calc(100% + 32px)!important;
	}

	section.news-detail .news-detail__table--col2 > thead,
	section.news-detail .news-detail__table--col2 > tbody,
	section.news-detail .news-detail__table--col3 > thead,
	section.news-detail .news-detail__table--col3 > tbody,
	section.news-detail .news-detail__table--col4 > thead,
	section.news-detail .news-detail__table--col4 > tbody {
		display: block;
		width: 100%;
		overflow-x: auto;
	}

	section.news-detail .news-detail__table--col2 > thead > tr,
	section.news-detail .news-detail__table--col2 > tbody > tr {
		display: table;
		table-layout: fixed;
		width: 100%;
		min-width: 408px;
	}

	section.news-detail .news-detail__table--col3 > thead > tr,
	section.news-detail .news-detail__table--col3 > tbody > tr {
		display: table;
		table-layout: fixed;
		width: 100%;
		min-width: 612px;
	}

	section.news-detail .news-detail__table--col4 > thead > tr,
	section.news-detail .news-detail__table--col4 > tbody > tr {
		display: table;
		table-layout: fixed;
		width: 100%;
		min-width: 816px;
	}


	section.news-detail {
		padding: unset;
	}
	section.news-detail .news-detail__table--col2 th,
	section.news-detail .news-detail__table--col2 td,
	section.news-detail .news-detail__table--col3 th,
	section.news-detail .news-detail__table--col3 td,
	section.news-detail .news-detail__table--col4 th,
	section.news-detail .news-detail__table--col4 td {
		min-width: 204px;
	}

	.news-detail__table > div:first-child, .news-detail__table caption {
		font-size: 20px;
		margin-bottom: 24px;
	}

	.news-detail__table > div:last-child > div > div, .news-detail__table td {
		padding: 12px 12px 12px 0px
	}

	.two_pictures {
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
	}

	.news-detail__info {
		padding: 24px 16px;
	}

	.news-detail__info::before {
		width: 32px;
		height: 32px;
	}

	.news-detail__content ol {
		gap: 14px;
	}
	.news-detail__content,
	.news-detail__content b,
	.news-detail__content i,
	.news-detail__content p,
	.news-detail__content p b,
	.news-detail__content p i,
	.news-detail__text16 {
		font-size: 12px;
	}

	.news-detail__content ul li b,
	.news-detail__content ul li i,
	.news-detail__content ul li,
	.news-detail__content ol li b,
	.news-detail__content ol li i,
	.news-detail__content ol li {
		font-size: 12px;
		display: inline;
	}

	.news-detail__content ul {
		gap: 14px;
	}

	.news-detail__content ul li {
		font-size: 12px;
	}

	.news-detail__content ul li::before {
		width: 8px;
		height: 8px;
		border-radius: 2px;
	}

	.image_with_text div {
		bottom: 24px;
		left: 24px;
		width: calc(100% - 48px);
		padding: 24px;
		font-size: 16px;
	}
}
/* End */


/* Start:/local/templates/gofromir/components/bitrix/news.list/faq/style.css?17815472261249*/
 .faq-content {
    display: none;
  }

  /* отображаем только тот контент, который соответствует отмеченной радоикнопки */
  #faq-btn-1:checked~#content-1,
  #faq-btn-2:checked~#content-2,
  #faq-btn-4:checked~#content-4,
  #faq-btn-3:checked~#content-3 {
    display: block;
  }

section.faq-nn {
    padding: 72px 0 0;
	background: var(--BG-light-gray-95, #F5F5F5);
}
.faq-nn .faq {
    padding-bottom: 52px;
}
section.faq-nn .faq__title {
    margin-bottom: 40px;
}
section.faq-nn input {
    position: absolute;
    z-index: -5;
    opacity: 0;
}
section.faq-nn label {
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 40px;
    color: var(--Text-text-primary, #3E3E3E);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    transition: 300ms all ease;
}
section.faq-nn label:hover,
section.faq-nn input:checked + label {
    
    color: var(--main-green, #3DB845);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-bottom: 1px solid;
}
/* End */
/* /local/templates/gofromir/components/bitrix/news.detail/new_template/style.css?178644485415142 */
/* /local/templates/gofromir/components/bitrix/news.list/faq/style.css?17815472261249 */
