

/* Start:/local/templates/main/components/bitrix/news/other.resources/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/other.resources/bitrix/catalog.section.list/.default/style.css?17670733892214*/
.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 .active-section-element-container {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 54px !important;     /* переопределим всё, что мешает */
    padding: 4px 32px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
}


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

.active-section-elements .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: 16px;
    font-weight: 500;
	background-color: #F9E8CE;
}

.active-section-elements {
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	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/other.resources/bitrix/news.list/.default/style.css?17670733891159*/
.other-resource-link-container {
  padding: 16px;
  border: solid 1px #D9D9D9;
  border-radius: 24px;
  display: flex;
  gap: 12px;
}

.other-resource-link-img {
  background-color: #F9E8CE;
  padding: 8px;
  height: fit-content;
  border-radius: 50%;
}

.other-resource-link-img i {
  color: #EF9004;
}

.other-resource-name {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}

/* .other-resource-name i {
  font-weight: 400;
  font-size: 20px;
} */

.other-resource-description {
  font-size: 20px;
  line-height: 32px;
}

.other-resource-link {
  color: #EF9004;
}

.other-resource-link-info a:hover {
  text-decoration: underline;
}

.other-resource-link-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.block-description {
  font-size: 20px;
  line-height: 32px;
}

.other_resources_page_section {
  margin-bottom: 100px;
}

@media (max-width: 992px) {
  .other-resource-name {
    font-size: 15px;
    font-weight: 700;
  }

  .other-resource-description {
    font-size: 15px;
    line-height: 24px;
  }

  .other-resource-link {
    color: #EF9004;
    font-size: 14px;
    word-break: break-all;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/round/style.css?17670733892820*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #EF9004;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #EF9004;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #EF9004;
	color: #fff;
}

/* End */
/* /local/templates/main/components/bitrix/news/other.resources/style.css?1767073389509 */
/* /local/templates/main/components/bitrix/news/other.resources/bitrix/catalog.section.list/.default/style.css?17670733892214 */
/* /local/templates/main/components/bitrix/catalog.section.list/catalog.small.screen/style.css?1767073389826 */
/* /local/templates/main/components/bitrix/news/other.resources/bitrix/news.list/.default/style.css?17670733891159 */
/* /local/templates/main/components/bitrix/system.pagenavigation/round/style.css?17670733892820 */
