

/* Start:/local/templates/ai_markt/components/bitrix/catalog.filter/ai_catalog_razder/style.css?17447288083561*/
/* Основные стили фильтра */
.filter {
}

.filter__container {
    display: flex;
    flex-direction: column;
}

/* Поисковая строка */
.filter__search {
    position: relative;
    margin-bottom: 32px;
}

.filter__search-input {
    width: 100%;
    padding: 10px 40px 10px 10px;
    border: none;
    border-bottom: 1px solid #092968;
    background: transparent;
    font-family: var(--text-font-family-play);
    font-weight: 400;
    font-size: 16px;
    color: #242424;
}

.filter__search-input::placeholder {
    color: #1E293B;
}

.filter__search-button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
}

/* Заголовок фильтра */
.filter__title {
    font-family: var(--text-font-family-play-bold);
    font-weight: 700;
    font-size: 24px;
    color: #092968;
    margin-bottom: 24px;
}

/* Элементы фильтра */
.filter__items {
    display: flex;
    flex-direction: column;
}

.filter__item {
    border-bottom: 1px solid transparent;
}

.filter__item--hidden {
    display: none;
}

.filter__item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 24px 0;
    cursor: pointer;
}

.filter__item-title {
    font-family: var(--text-font-family-play);
    font-weight: 400;
    font-size: 20px;
    color: #092968;
}

.filter__item-arrow {
    transition: transform 0.3s ease;
}

.filter__item-header--expanded .filter__item-arrow {
    transform: rotate(90deg);
}

.filter__item-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.filter__item-content--visible {
    max-height: 500px;
}

/* Чекбоксы */
.filter__checkboxes {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 0 24px 16px;
}

.filter__checkbox {
    position: relative;
}

.filter__checkbox-label {
    display: flex;
    cursor: pointer;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.filter__checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filter__checkbox-box {
    height: 20px;
    width: 20px;
    border: 1px solid #7E20AC;
    border-radius: 3px;
    margin-right: 23px;
    position: relative;
}

.filter__checkbox-input:checked ~ .filter__checkbox-box {
    background: transparent;
    border-color: #300063;
}
.filter__checkbox-input:checked ~ .filter__checkbox-box::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 14px;
    height: 14px;
    background: #300063;
    z-index: 1;
    border-radius: 2px;
}
.filter__checkbox-input:checked ~ .filter__checkbox-box:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 1px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 2;
}

.filter__checkbox-text {
    font-family: var(--text-font-family-play);
    font-weight: 400;
    font-size: 16px;
    color: #242424;
}

/* Кнопки действий */
.filter__actions {
    display: flex;
    justify-content: space-between;
}

.filter__reset-button {
    font-family: var(--text-font-family-play);
    font-weight: 400;
    font-size: 16px;
    color: #092968;
    text-decoration: underline;
    background: none;
    border: none;
}
.filter__reset-button:hover {
    text-decoration: none;
}
/* End */


/* Start:/local/templates/ai_markt/components/bitrix/system.pagenavigation/ai_catalog_nav/style.css?17454046522629*/
.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;
}
.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;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	font-family: var(--text-font-family-play);
	font-weight: 400;
	font-size: 24px;

	color: #242424;

	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.disable-prev{
	background: #2200363D;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(12px);
    width: 32;
    height: 32;
    border-radius: 72px;
}
.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: transparent;
	color: rgb(164, 43, 224);
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: transparent;
	color: #7E20AC;
}
.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: #2200363D;
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(12px);
	width: 32;
	height: 32;
	border-radius: 72px;

}
.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: #7E20AC;
	border-color: #D744BF;
	backdrop-filter: blur(12px),0px 0px 23.8px 0px #D744BF,0px 0px 4px 0px #D744BF;
	transition: all 0.2s ease;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: transparent;
	color: #7E20AC;
}

/* End */


/* Start:/local/templates/ai_markt/components/bitrix/news.list/ai_catalog_razdel/style.css?175097678412600*/
body {
    background: linear-gradient(178.54deg, #EAF8FF 1.2%, #F2F5FF 39.68%, #F9F4FF 98.8%) !important;
}

.catalog-section {
	max-width: 1280px;
	margin: 0 auto;
}

.catalog-section__inner {
	display: grid;
	grid-template-columns: 302px 1fr;
	gap: 30px;
}

.filter-wrapper {
	position: relative;
}

.filter-container {
	width: 100%;
    height: fit-content;
    background: #F8F4FF;
    box-shadow: 98.78px 99.65px 155.6px 14px #2A2C3214,
    -8.02px -6.45px 9.82px 4px #85CADA3D inset;
    border-radius: 32px;
    padding: 32px 24px 24px 24px;
}

.filter-container.sticky {
	position: fixed;
	top: 20px;
	width: 302px;
	transition: transform 0.3s ease;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
}

.filter-container.sticky-bottom {
	position: absolute;
	bottom: 0;
	top: auto;
	width: 100%;
}

.catalog-news-list-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.catalog-news-list-container h1 {
    color: #0a3b7a;
    font-size: 32px;
    margin-bottom: 30px;
}
.filter-section {
    margin-bottom: 30px;
}

.filter-section h2 {
    color: #0a3b7a;
    font-size: 20px;
    margin-bottom: 15px;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.btn-filter {
    display: inline-block;
    padding: 10px 16px;
    background: linear-gradient(346deg, rgba(239, 250, 255, 0.72) 29.48%, rgba(241, 224, 255, 0.72) 62.82%), linear-gradient(346deg, #FFFFFF 91.93%, #F7F2FF -11.15%);
    border-radius: 32px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    font-family: var(--text-font-family-play);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #092968;
}
.btn-filter:hover {
    background-color: #e0e6f0;
}

.btn-filter.active {
    background: linear-gradient(318.09deg, #4F23B7 7.8%, #2672A3 92.14%);
    box-shadow: 0px 4px 4px 0px #0000001A;
    color: white;
}
.btn-filter.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 3px;
    background: linear-gradient(151.74deg, rgba(255, 255, 255, 0.3) 9.84%, rgba(0, 0, 0, 0) 90.47%);
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
/* Стиль для кнопки "Все" */
#btn-scope-all, #btn-func-all {
    background-color: #f2f5fa;
}

#btn-scope-all.active, #btn-func-all.active {
    background-color: #3a56a7;
    color: white;
}

/* Стиль для кнопки сброса фильтра */
.filter-reset {
    display: flex;
    justify-content: flex-end;
}

.btn-reset {
    display: flex;
    align-items: center;
    background-color: #e0e6f0;
    border-radius: 20px;
    padding: 5px 15px;
    text-decoration: none;
    color: #333;
}

.reset-icon {
    font-size: 20px;
    margin-right: 5px;
    color: #666;
}

/* Адаптивность */
@media (max-width: 768px) {
    .filter-buttons {
        flex-direction: column;
        gap: 8px;
    }
    
    .btn-filter {
        text-align: center;
    }
}

.filter-buttons {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.visible-filters {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    gap: 6px;
}
.btn-show-more{
    position: absolute;
    right: 0;
    top: 0;
}

.hidden-filters {
    display: none;
    width: 100%;
    margin-top: 6px;
}

.hidden-filters.expanded {
    display: flex;
    flex-wrap: wrap;
}

.btn-show-more {
    background: linear-gradient(341deg, #CFEFFF 35.75%, #D4C1E5 77%), linear-gradient(341deg, #CFEFFF 72.75%, #D4C1E5 100%);
    border: none;
    width: 72px;
    height: 39px;
    border-radius: 32px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
}

.btn-show-more.active {
    background-color: #e0e0e0;
}

/* Стили для адаптивности */
@media (max-width: 768px) {
}
.hidden-filters {
    display: none;
    flex-wrap: wrap;
    margin-top: 6px;
}

.btn-show-more.expanded {

}
.hidden-filters .btn-filter {
    margin-right: 10px;
    margin-bottom: 10px;
}

.not-found__title{
    font-family: var(--text-font-family-play);
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #7E20AC;
    margin: 0 0 16px 0;
}
.not-found__text{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #242424;
    max-width: 612px;
    margin-bottom: 32px;
}

.btn-show-more:focus {
    outline: none;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 14px;
}

.icon-close {
  display: none;
}

.icon-dots {
  display: flex;
}

.btn-show-more.expanded .icon-close {
  display: flex;
  width: 20px;
  height: 20px;
}
.btn-show-more.expanded .icon-dots {
  display: none;
}

.btn-show-more.expanded {
}

.btn-show-more:hover {
  opacity: 0.9;
}


.catalog-news-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: max-content;
    row-gap: 16px;
    column-gap: 16px;
}
.catalog-news-list__item{
    width: 100%;
    height: 100%;
    min-height: 536px;
    padding: 24px;
    border-radius: 32px;
    background: linear-gradient(318deg, #CFEFFF 18.75%, #D4C1E5 59%);
    box-shadow: 25.78px 27.65px 75.6px 0px #2A2C321E, 6.45px 8.82px 14px #FFFFFF inset, -6.02px -6.45px 12.8px 0px #98E0F0 inset;
}
.catalog-news-list__item-link{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 16px;
    text-decoration: none;
}
.catalog-news-list__title{
    font-family: var(--text-font-family-play-bold);
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    margin: 16px 0 8px 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color: #092968;
    text-align: start;
}
.catalog-news-list__prev-text{
    font-family: var(--text-font-family-play);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin: 0;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color: #092968;
}
.catalog-news-list__img{
    max-height: 196px;
    border-radius: 15px;
    overflow: hidden;
}
.catalog-news-list__img img{
    width: 100%;
    height: fit-content;
}
.catalog-item__text-content{
    
}
.bx-newslist-other{
    text-align: end;
    font-family: var(--text-font-family-play);
    font-weight: 700;
    font-size: 18px;
    color: #092968;
    margin-bottom: 8px;
}
.default-button {
    display: block;
    width: max-content;
    position: relative;
    padding: 16px 40px;
    background: linear-gradient(322.4deg, #4C0091 11.93%, #00FFE1 95.31%);
    box-shadow: 24.8px 28.53px 75.6px 0px #14182A3B, 5px 5px 7px 0px #8AFFF1 inset, -7.61px -8.75px 11.59px 0px #792ACE inset;
    border-radius: 30px;
    font-family: var(----text-font-family-play);
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-decoration: none;
    color: #fff;
    margin: 16px;
    z-index: 1;
    transition: opacity 0.3s ease;
    cursor: pointer;
    border: none;
}
.default-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100%);
    height: calc(100%);
    background: linear-gradient(322.4deg, #4C0091 11.93%, #00FFE1 95.31%);
    box-shadow: 24.8px 28.53px 75.6px 0px #14182A3B,
                5px 5px 7px 0px #8AFFF1 inset,
                -7.61px -8.75px 11.59px 0px #792ACE inset;
    border-radius: 30px;
    z-index: -1;
    transition: opacity 0.3s ease;
}

/* Ð­Ñ„Ñ„ÐµÐºÑ‚ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
.default-button::after {
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    box-shadow: 0px 0px 6px 3px #FFFFFF7A inset;
    border-radius: 40px;
    z-index: -2;
    transition: all 0.3s ease;
}
.default-button:hover::before {
	background: linear-gradient(322.4deg, #4C0091 11.93%, #00FFE1 95.31%);
	box-shadow: 2px 2px 6px 0px #4C0090,
				5px 5px 7px 0px #EFD4FF inset,
				-7.61px -8.75px 11.59px 0px #612ACE inset;
	transition: all 0.3s ease;
}

.default-button:hover::after {
    background: #D744BF8F;
    border: 1px solid #D744BF;
    box-shadow: 0px 0px 7.9px 0px #D744BF8F;
    backdrop-filter: blur(12px);
    opacity: 1;
    transition: opacity 0.3s ease;
	z-index: -2;
}


.scope-buttons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
}
.recomendation-item__button.dropdown-trigger .icon{
    height: unset;
}
.dropdown-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-trigger {
    cursor: pointer;
    position: relative;
}

/* Стили для иконок */
.icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-close {
    display: none; /* По умолчанию скрыта */
}

.icon-dots {
    display: block; /* По умолчанию видима */
}

/* Когда дропдаун открыт, меняем видимость иконок */
.dropdown-container.active .icon-close {
    display: block;
}

.dropdown-container.active .icon-dots {
    display: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(139deg, #FFFFFF 0%, #9EC4FD 70.88%);
    min-width: 150px;
    box-shadow: -7.61px -8.75px 11.59px 0px #9960D7B8 inset;
    z-index: 10;
    border-radius: 12px;
    padding: 8px 0;
    margin-bottom: 8px;
}

.dropdown-content.show {
    display: block;
}

.dropdown-item {
    padding: 8px 12px;
    margin: 0;
    white-space: nowrap;
}

.recomendation-item__button {
    max-width: 252px;
    height: 35px;
    width: 100%;
    background: linear-gradient(139deg, #FFFFFF 0%, #9EC4FD 70.88%);
    box-shadow: -7.61px -8.75px 11.59px 0px rgba(153, 96, 215, 0.72) inset;
    color: var(--blue-title-color);
    padding: 8px;
    border-radius: 181px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.form-footer,
.mobile-title{
    display: none;
}
/* Для мобильных устройств */
@media (max-width: 767px) {
    body,
    .catalog-section {
        background: linear-gradient(358.54deg, #FAF3FF 1%, #D9F2FF 52.23%) no-repeat !important;
    }
    .product-recomendation-container {
        justify-content: center; /* Центрируем на маленьких экранах */
    }

    .recomendation-item {
        max-width: 100%; /* Элементы займут всю ширину */
    }
    .catalog-section{
        padding:  0 10px;
    }
    .catalog-section__inner{
        display: flex;
        gap: 18px;
        flex-direction: column;
    }
    .catalog-news-list{
        grid-template-columns: 1fr;
    }
    .filter-container {
        width: 100%;
        background: linear-gradient(124.36deg, #FFFFFF 91.93%, #F7F2FF 100.85%);
        box-shadow: -6.02px -6.45px 8.82px 0px #85CADA3D inset,
        0px 0px 10.1px 0px #2A2C323D;
        border-radius: 32px;
        padding: 8px 0px;
    }
    .catalog-news-list-container h1 {
        display: none;
    }
    .mobile-title{
        display: block;
        font-family: var(----text-font-family-play);
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 0;
        color: #092968;
    }
    .catalog-news-list-container{
        padding: 0;
    }
    .recomendation-item__button {
        max-width: 100%;
    }
    .btn-filter{
        font-weight: 400;
        font-size: 14px;
        padding: 8px;
    }
    .btn-show-more {
        width: 56px;
        height: 32px;
        border-radius: 32px;
        padding-top: 10px;
        padding-right: 8px;
        padding-bottom: 10px;
        padding-left: 8px;
    }
    .catalog-container__button{
        font-size: 20px;
    }
    .not-found__title{
        font-size: 26px;
    }
    .icon {
        width: fit-content;
    }
}
/* End */
/* /local/templates/ai_markt/components/bitrix/catalog.filter/ai_catalog_razder/style.css?17447288083561 */
/* /local/templates/ai_markt/components/bitrix/system.pagenavigation/ai_catalog_nav/style.css?17454046522629 */
/* /local/templates/ai_markt/components/bitrix/news.list/ai_catalog_razdel/style.css?175097678412600 */
