

/* Start:/local/templates/main/components/bitrix/news/technical.documentation/style.css?1767073389509*/
.section_filter_container {
    background-color: #F8F8F8;
    border: none;
    border-radius: 20px;
}

.plugin-link a {
    color: #EF9004;
}

.plugins-need-container {
    padding: 16px;
    gap: 12px;
    background-color: #F0ECEA;
    border: solid 2px #EF9004;
    border-radius: 16px;
    margin-bottom: 44px;
}

.plugins-need-img img {
    width: 24px;
    aspect-ratio: 1/1;
}

.plugins-message {
    margin-bottom: 12px;
    font-size: 20px;
}

.plugins-links {
    display: flex;
    gap: 20px;
}


/* End */


/* Start:/local/templates/main/components/bitrix/news/technical.documentation/bitrix/catalog.section.list/.default/style.css?17670733891829*/
.section_card_text .section_card_name{
	font-weight: 700;
	color: #EF9004;
	padding: .625rem 0rem;
	text-decoration:none;
}

.section_card_text .section_card_arrow{
	color: #000000;
}

.section_card0{
	display: flex;
	flex-direction: column;
	background-color: #FFF9F4 !important;
    border-radius: 20px;
	margin-bottom:20px;
	gap: .625rem;
	padding: 0 !important;
}

.section_card01{
	justify-content: space-between;
	max-height: 250px;
	overflow: auto;
	padding: 4px 6px 4px 12px;
	border-radius: 16px;
}

.section_card01 a {
	padding: 0 !important;
}

.section_card01.active{
	background-color: #F0ECEA;
}

.section_card01::-webkit-scrollbar {
    width: 7px;
}

.section_card01::-webkit-scrollbar-track {
	background: transparent ;
	
	border-radius:15px;
}

.section_card01::-webkit-scrollbar-thumb {
	background: transparent !important;
	border-radius:15px;
}

.active-section-elements-tech-doc .active-section-element-container {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 54px !important;     /* переопределим всё, что мешает */
    padding: 7px 32px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
}

.active-section-elements-tech-doc .active-section-element-container.active {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 54px !important;     /* переопределим всё, что мешает */
    padding: 4px 32px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
	background-color: #F9E8CE;
}

.active-section-elements-tech-doc {
	margin-top: 10px;
	margin-bottom: 10px;
	gap: 8px;
	max-height: 300px;      /* нужная тебе высота */
	overflow-y: scroll;       /* вертикальный скролл только если нужно */
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/catalog.small.screen/style.css?1767073389826*/
.section_card_text{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color:#2F2F2F;
	padding: .625rem 0rem;
	text-decoration:none;
}

.section_card0{
	display: flex;
	flex-direction: column;
	padding: 20px;
	background-color: #F8F8F8;
    border-radius: 20px;
	margin-bottom:20px;
	gap: .625rem;
}

.sm-screen-catalog-item {
	padding: .125rem .3125rem;
	border: .0625rem solid #2F2F2F;
	border-radius: .3125rem;
}

.sm-screen-catalog-item.active {
	background-color: #cfcfcf;
}

.section_card01{
	justify-content: space-between;
	max-height: 250px;
	overflow: auto;
}

.section_card01::-webkit-scrollbar {
    width: 7px;
}

.section_card01::-webkit-scrollbar-track {
	background: #EDEFF2 ;
	
	border-radius:15px;
}

.section_card01::-webkit-scrollbar-thumb {
	background: #D4DCE5 !important;
	border-radius:15px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/technical.documentation/style.css?17670733891839*/
.technical-documentation-section {
  padding: 20px 0px;
}

.section-name {
  margin-bottom: 16px;
  color: #EF9004;
  font-size: 20px;
  font-weight: 700;
}

.view-document-button a {
  text-decoration: none;
  color: #FFF;
}

.download-document-button a {
  text-decoration: none;
  color: #000;
}

.technical-documentation-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  background-color: #F0ECEA;
  border: solid 1px #D9D9D9;
  border-radius: 16px;
}

.document-icon {
  background-color: transparent;
  border: solid 1px #EF9004;
  height: fit-content;
  border-radius: 8px;
  width: fit-content;
  height: fit-content;
  padding: 16px 10px;
}

.document-all-information {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.document-name-format {
  display: flex;
  justify-content: space-between;
}

.document-size-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.document-buttons {
  display: flex;
  gap: 16px;
  justify-content: end;
}

.view-document-button {
  text-align: center;
  width: 164px;
  padding: 9px 0;
  color: #FFFFFF;
  background-color: #EF9004;
  border-radius: 12px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.view-document-button:hover {
  background-color: #d58103;
}

.download-document-button {
  text-align: center;
  width: 164px;
  padding: 9px 0;
  border-radius: 12px;
  border: solid 1px #D9D9D9;
  text-decoration: none;
  color: #000;
  transition: all .3s ease-in-out;
}

.download-document-button:hover {
  background-color: #D9D9D9;
}

.document-name, .document-format {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .document-name, .document-format {
    font-size: 15px;
    font-weight: 500;
  }

  .document-description, .document-size {
    font-size: 14px;
  }
}
/* End */
/* /local/templates/main/components/bitrix/news/technical.documentation/style.css?1767073389509 */
/* /local/templates/main/components/bitrix/news/technical.documentation/bitrix/catalog.section.list/.default/style.css?17670733891829 */
/* /local/templates/main/components/bitrix/catalog.section.list/catalog.small.screen/style.css?1767073389826 */
/* /local/templates/main/components/bitrix/news.list/technical.documentation/style.css?17670733891839 */
