

/* Start:/local/templates/aspro-allcorp3/css/filter_block.min.css?1755744226237*/
.blocks_filter{padding:0 35px;margin-bottom:48px;cursor:default}.head-block__item-title{display:block;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:19px 0}.dropdown-select.cursor_default{cursor:auto}
/* End */


/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.list/project-list/style.css?178971572017556*/
.project-list__item-text--color-dark{
  color: #333;
}
.project-list__item-text--color-dark-opacity{
  color: #333;
  opacity: 0.7;
}

.project-list__item {
  position: relative;
  overflow: hidden;
}

.grid-list--items-3 .project-list__item-logo img,
.project-list__item--with-left-block .project-list__item-logo img{
  max-height: 50px;
}

.grid-list--no-gap .project-list__item {
  /* overflow: visible; */
}
.grid-list--no-gap .project-list__item-image--absolute {
  left: -1px;
}

.project-list__item-image-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.project-list__item-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.project-list__item-additional-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 46px;
  transition: opacity ease-in-out 0.3s;
  z-index: 1;
}

body .project-list__item-title{
  font-weight: 600;
}

.project-list__item-text-top-part {
  height: 100%;
  padding: 0px 38px 0px 0px;
  position: relative;
}

.project-list__item-preview-wrapper {
  margin-top: 16px;
  position: relative;
}

.project-list__item-section {
  position: relative;
}
.project-list__item-section--mt-19 {
  margin-top: 19px;
}
.project-list__item-section.project-list__item-section--FON {
  position: relative;
  margin-bottom: 10px;
}

.project-list__item-text-wrapper {
  margin-top: auto;
  max-height: 100%;
  opacity: 0;
  overflow-anchor: none;
  overflow: hidden;
  padding: 0 3px 0 0;
  transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  visibility: hidden;
  z-index: 3;
}


.project-list__item--with-preview:hover .project-list__item-additional-text,
.projects-list__view-type--type_2 .project-list__item-additional-text{
  opacity: 0;
}
.project-list__item--with-preview:hover .project-list__item-text-wrapper,
.projects-list__view-type--type_2 .project-list__item-text-wrapper{
  opacity: 1;
  visibility: visible;
}

.project-list__item-link--absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
/*to row*/
.project-list__item--wide {
  max-height: 600px;
}

.project-list__item--wide .project-list__item-image-wrapper{
  padding-bottom: 0;
}
/**/

.project-list__item.project-list__item--colored.project-list__item--colored-base .project-list__item-content{
  background-color: #9e9e9e;
  background-color: var(--theme-base-color);
}

.project-list__item-content{
  align-items: flex-start;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  padding: 24px 0px 24px 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.project-list__item-logo{
  z-index: 1;
}

.project-list__item-preview__tag{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.project-list__item--colored .project-list__item-content{
  transition: opacity 0.2s linear;
  z-index: 1;
}


@media screen and (min-width: 601px) {
  .project-list__item-sticker--BOTTOM_CORNER {
    bottom: 40px;
    left: 39px;
  }
  /*to row*/
  .project-list__item--wide .project-list__item-image-wrapper {
    padding-top: 33%;
  }
  /**/
}


@media screen and (min-width: 768px) {
  .project-list__item--wide .project-list__item-content{
    padding: 48px 0 34px 48px;
  }
  .project-list__item--wide .project-list__item-additional-text {
    bottom: 34px;
    left: 48px;
    right: 133px;
  }
  
}

@media screen and (min-width: 992px) {
  .project-list__item-sticker--BOTTOM {
    bottom: 35px;
    left: 36px;
  }

  .grid-list--wide-first > div:first-of-type .project-list__item-title {
    font-size: 1.6em;
  }

  .project-list__item-image-wrapper{
    padding-bottom: 67%;
  }

  /*to row*/
  .project-list__item--wide .project-list__item-section {
    margin-bottom: 15px;
  }
  .project-list__item--wide .arrow-all {
    top: auto;
    bottom: 96px;
    right: 64px;
  }
  /**/

  .grid-list--items-2 .project-list__item-additional-text{
    bottom: 43px;
    left: 48px;
  }

  /*with-left-block*/
  .project-list__item--with-left-block .project-list__item-additional-text {
    bottom: 58px;
    left: 66px;
    right: 125px;
  }
  .project-list__item--with-left-block .arrow-all {
    top: auto;
    bottom: 78px;
    right: 60px;
  }
  .project-list__item--with-left-block .project-list__item-text-top-part {
    padding: 0px 32px 0px 0px;
  }
  /**/

  /* view 2 */
  .projects-list__view-type--type_2 .project-list__item:hover .project-list__item-content{
    opacity: 0;
    pointer-events: none;
  }
  /* view 3 */
  .projects-list__view-type--type_3 .project-list__item-content{
    opacity: 0;
    pointer-events: none;
  }
  .projects-list__view-type--type_3 .project-list__item:hover .project-list__item-content{
    opacity: 1;
    pointer-events: all;
  }
  .projects-list__view-type--type_3 .project-list__item-additional-text{
    display: none;
  }
  .projects-list__view-type--type_3 .dark-block-hover::before{
    content: unset;
    display: none;
  }
  /* /with-left-block */
  /* item content */
  .grid-list--items-2 .project-list__item-content{
    padding: 48px 0 43px 48px;
  }
  .grid-list--items-2 .project-list__item-additional-text {
    bottom: 43px;
    left: 48px;
    right: 133px;
  }
  .grid-list--items-2-wide .project-list__item-content{
    padding: 48px 0 34px 48px;
  }
  .grid-list--items-2-wide .project-list__item-additional-text {
    bottom: 34px;
    left: 48px;
    right: 133px;
  }
  .grid-list--items-3 .project-list__item-content{
    padding: 38px 0 35px 38px;
  }
  .grid-list--items-3 .project-list__item-additional-text {
    bottom: 35px;
    left: 38px;
    right: 133px;
  }
  .grid-list--items-3-wide .project-list__item-content{
    padding: 48px 0 34px 48px;
  }
  .grid-list--items-3-wide .project-list__item-additional-text {
    bottom: 34px;
    left: 48px;
    right: 133px;
  }
  .project-list__item--wide .project-list__item-content{
    padding: 48px 0 34px 48px;
  }
  .project-list__item--wide .project-list__item-additional-text {
    bottom: 34px;
    left: 48px;
    right: 133px;
  }
  .project-list__item--with-left-block .project-list__item-content{
    padding: 40px 0 40px 40px;
  }
  .project-list__item--with-left-block .project-list__item-additional-text {
    bottom: 32px;
    left: 30px;
    right: 133px;
  }
}


@media screen and (min-width: 1200px){
  .project-list__item--wide .project-list__item-text-top-part {
    padding: 0px 130px 0 0px;
  }
  .grid-list--items-2-wide .project-list__item-content{
    padding: 64px 0 59px 64px;
  }
  .grid-list--items-2-wide .project-list__item-additional-text {
    bottom: 59px;
    left: 64px;
    right: 133px;
  }
  .project-list__item--wide .project-list__item-content{
    padding: 64px 0 59px 64px;
  }
  .project-list__item--wide .project-list__item-additional-text {
    bottom: 59px;
    left: 64px;
    right: 133px;
  }
  .project-list__item--with-left-block .project-list__item-content{
    padding: 48px 0 43px 48px;
  }
  .project-list__item--with-left-block .project-list__item-additional-text {
    bottom: 43px;
    left: 48px;
    right: 133px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 992px) {
  .project-list__item--with-left-block .project-list__item-image-wrapper{
    padding-top: 45%;
  }
}

@media screen and (max-width: 1199px){
  .project-list__item--wide .arrow-all{
    display: none;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .grid-list--no-grid > .project-list__wrapper {
    width: 33.33%;
  }
  .grid-list--no-grid > .project-list__wrapper.item-w66,
  .grid-list--no-grid > .project-list__wrapper.item-w50 {
    width: 66.66%;
  }
}

@media screen and (max-width: 991px){
  .projects-list__view-type--type_3 .project-list__item.project-list__item--colored .project-list__item-content{
    background-color: transparent !important;
  }
  .projects-list__view-type--type_3 .project-list__item-text--color-dark,
  .projects-list__view-type--type_3 .project-list__item-text--color-dark-opacity{
    color: #FFF
  }
  .project-list__item-text-wrapper {
    padding: 20px 3px 0 0;
  }
  .project-list__item-text-top-part {
    padding-right: 17px;
  }
  body .project-list__item-title {
    font-size: 18px;
  }
  .grid-list--no-grid > .project-list__wrapper {
    width: 33.33%;
  }

  .project-list__item-image-wrapper {
    padding-top: 100%;
  }

  .project-list__item-additional-text {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .project-list__item-logo img{
    max-height: 45px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  /*to row*/
  .project-list__item--wide .project-list__item-text-top-part {
    padding: 0px 48px 0px 0px;
  }
  .project-list__item--wide .project-list__item-additional-text {
    right: 113px;
  }
  .project-list__item--wide .arrow-all {
    top: auto;
    bottom: 50px;
    right: 24px;
  }
  /**/
}

@media screen and (max-width: 991px) and (min-width: 601px){
  .project-list__item--wide .project-list__item-image-wrapper{
    padding-top: 42%;
  }
}

@media screen and (max-width: 767px) {
  .grid-list--no-grid > .project-list__wrapper {
    width: 50%;
  }

  /*to row*/
  .project-list__item--wide .arrow-all {
    display: none;
  }
  /**/
}

@media screen and (max-width: 767px) and (min-width: 601px){
  .projects-list__view-type--type_2 .project-list__item-logo ~ .project-list__item-text-wrapper .project-list__item-preview-wrapper.linecamp-3{
    -webkit-line-clamp: 2;
  }
}

@media screen and (max-width: 600px) {
  .project-list__item.flexbox--direction-row-reverse {
    flex-direction: column;
  }
  .project-list__item-preview-wrapper {
    font-size: 13px;
    line-height: 20px;
  }

  .project-list__item-sticker--BOTTOM,
  .project-list__item-sticker--BOTTOM_CORNER {
    bottom: 24px;
    left: 27px;
  }

  .project-list__item-image-wrapper:after {
    top: 40%;
  }
}
@media screen and (max-width: 450px) {
  .project-list__item-sticker--TOP {
    top: 30px;
    left: 31px;
  }
}

/* include/filter.php */
:root {
	--primary: #10b981;
	--primary-dark: #059669;
	--primary-light: #d1fae5;
	--text-primary: #111827;
	--text-secondary: #6b7280;
	--bg-primary: #f9fafb;
	--bg-card: #ffffff;
	--border: #d1d5db;
	--shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
	--shadow-md: 0 4px 6px rgba(0,0,0,0.07);
	--shadow-lg: 0 10px 15px rgba(0,0,0,0.1);
	--radius-sm: 6px;
	--radius-md: 8px;
	--radius-lg: 12px;
	--transition: 0.2s ease;
}

.filters-container {
	background: var(--bg-card);
	border-radius: var(--radius-lg);
	padding: 1.5rem;
	box-shadow: var(--shadow-md);
	margin-bottom: 2rem;
}

.filters-row {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.select-wrapper {
	flex: 1;
	min-width: 250px;
	position: relative;
}

.select-label {
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--text-secondary);
	margin-bottom: 0.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.select-trigger {
	width: 100%;
	padding: 0.75rem 1rem;
	background: var(--bg-card);
	border: 2px solid var(--border);
	border-radius: var(--radius-md);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all var(--transition);
	font-size: 0.9rem;
	line-height: 1.6;
	min-height: 45px;
}

.select-trigger:hover {
	border-color: var(--primary);
}

.select-trigger.open {
	border-color: var(--primary);
	box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.select-trigger .placeholder {
	color: #9ca3af;
}

.select-trigger .selected-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
}

.selected-tag {
	background: var(--primary-light);
	color: var(--primary-dark);
	padding: 0.15rem 0.5rem;
	border-radius: 4px;
	font-size: 0.75rem;
	font-weight: 600;
}

.select-arrow {
	transition: transform var(--transition);
	font-size: 0.7rem;
	color: var(--text-secondary);
}

.select-trigger.open .select-arrow {
	transform: rotate(180deg);
}

.select-dropdown {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	right: 0;
	background: var(--bg-card);
	border: 2px solid var(--border);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-lg);
	z-index: 100;
	max-height: 250px;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all var(--transition);
}

.select-dropdown.open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.dropdown-option {
	padding: 0.7rem 1rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	transition: background 0.15s;
	font-size: 0.9rem;
}

.dropdown-option:hover {
	background: var(--primary-light);
}

.dropdown-option .checkbox {
	width: 18px;
	height: 18px;
	border: 2px solid var(--border);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	min-height: auto;
	padding: 0;
	margin: 0;
	transition: all 0.15s;
}

.dropdown-option.selected .checkbox {
	background: var(--primary);
	border-color: var(--primary);
}

.dropdown-option.selected .checkbox::after {
	content: '✓';
	color: white;
	font-size: 0.7rem;
	font-weight: 700;
}

/* Кнопка сброса */
.reset-btn {
	padding: 0.75rem 1.5rem;
	background: #fef3c7;
	color: #d97706;
	border: none;
	border-radius: var(--radius-md);
	font-weight: 600;
	cursor: pointer;
	transition: all var(--transition);
	align-self: flex-end;
}

.reset-btn:hover {
	background: #fde68a;
}

/* Сетка */
.results-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
}

.results-bar span {
	color: var(--text-secondary);
}

.results-bar strong {
	font-size: 1.25rem;
	color: var(--text-primary);
}

.cases-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.case-card {
	background: var(--bg-card);
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	transition: all var(--transition);
	cursor: pointer;
}

.case-card:hover {
	box-shadow: var(--shadow-lg);
	transform: translateY(-4px);
}

.case-card.hidden {
	display: none;
}

.case-image {
	aspect-ratio: 16/10;
	overflow: hidden;
	background: var(--border);
	position: relative;
}

.case-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s;
}

.case-card:hover .case-image img {
	transform: scale(1.05);
}

.case-content {
	padding: 1.25rem;
}

.case-content h3 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.case-content p {
	color: var(--text-secondary);
	font-size: 0.85rem;
}

body#main .select-trigger.disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

@media (max-width: 768px) {
	.filters-row {
		flex-direction: column;
	}
	.cases-grid {
		grid-template-columns: 1fr;
	}
}

/*
* .projects-list
*/
.projects-list {
	position: relative;
	font-family: inherit;
}

.projects-list .dark-block-hover::before {
	content: none;
}

.projects-list__item-wrapper {
	position: relative;
}

.projects-list__link {
	position: relative;
	display: block;
	height: 100%;
	border: 1px solid #e9e9e9;
	border-radius: 6px;
	overflow: hidden;
}

.projects-list__item {
	position: relative;
	display: block;
}

.projects-list__item-preview {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
	min-height: 200px;
	padding: 16px 20px 30px;
}

.container .projects-list__item-preview img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.projects-list__item-preview::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, .5);
}

.projects-list__item-top {
	position: relative;
	z-index: 10;
	display: flex;
	flex-flow: row nowrap;
	gap: 30px;
	justify-content: space-between;
	font-size: .8em;
	line-height: 1.6;
	color: #FFF;
}

.projects-list__item-top-item {
	display: flex;
	flex-flow: row wrap;
	gap: 5px;
}

.projects-list__item-top-item span::after {
	content: "\2022";
	padding-left: 5px;
}
.projects-list__item-top-item span:last-child::after {
	content: none;
}

.projects-list__item-top-title {
	position: relative;
	z-index: 10;
	display: block;
	font-size: 3em;
	line-height: 1.4;
	font-weight: 800;
	color: #FFF;
}

.projects-list__item-content-wrapper {
	flex: 1;
	display: flex;
	flex-flow: column nowrap;
	gap: 16px;
	padding: 20px;
}

.projects-list__item-name {
	display: block;
	width: 100%;
	font-size: 1.5em;
	line-height: 1.3;
	font-weight: 800;
	color: var(--theme-base-color);
}

.projects-list__item-content {
	position: relative;
	display: block;
	width: 100%;
	font-size: .9em;
	line-height: 1.4;
	color: #666;
}
.projects-list__item-content_result {
	border-top: 1px solid #e9e9e9;
	padding-top: 16px;
}

.projects-list__item-content-title {
	font-weight: 600;
	color: var(--theme-base-color);
	margin-bottom: 6px;
}

.projects-list__item-arrow-wrapper {
	flex: 1;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;;
}

.projects-list__item-arrow {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 10px;
	font-size: 1em;
	line-height: 1.4;
	font-weight: 600;
	color: var(--theme-base-color);
}
.projects-list__item-arrow svg {
	position: relative;
	left: 0;
	display: block;
	transition: all .2s;
}
.projects-list__link:hover .projects-list__item-arrow svg {
	left: 10px;
}
/* End */
/* /local/templates/aspro-allcorp3/css/filter_block.min.css?1755744226237 */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/project-list/style.css?178971572017556 */
