

/* Start:/local/templates/html/components-template/catalog-targets/style.css?16747277762461*/
.catalog-targets {
  margin-bottom: 23px; }
  @media (max-width: 767px) {
    .catalog-targets {
      margin-bottom: 13px; } }
  .catalog-targets__list {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .catalog-targets__list {
        flex-wrap: nowrap;
        overflow: auto;
        margin-right: -10px;
        padding-bottom: 10px; } }
  .catalog-targets__link {
    padding: 6px 13px;
    transition: all 0.3s ease;
    color: #000;
    margin-right: 14px;
    margin-bottom: 14px;
    white-space: nowrap;
    border-radius: 2px;
    position: relative;
    border: 1px solid #E1DBDB;
    display: flex;
    align-items: center;
    line-height: 1; }
    @media (max-width: 767px) {
      .catalog-targets__link {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 2px 8px;
        font-size: 12px;
        margin-bottom: 0px; } }
    @media (min-width: 1024px) {
      .catalog-targets__link:hover {
        cursor: pointer;
        color: #4F758B;
        border-color: #4F758B; }
        .catalog-targets__link:hover:before {
          right: 0; } }
    .catalog-targets__link.active {
      background-color: #4F758B;
      border-color: #4F758B;
      color: #fff; }
  @media (min-width: 1024px) {
    .catalog-targets--inner .catalog-targets__link:hover {
      cursor: pointer;
      background-color: #3E3E3E;
      color: #fff; } }
  .catalog-targets--inner .catalog-targets__link.active {
    background-color: #3E3E3E; }

.choice_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 10px; }
  .choice_list .link-reset {
    display: flex;
    align-items: center;
    color: #aaaaaa;
    fill: #aaaaaa; }
    @media (min-width: 1024px) {
      .choice_list .link-reset:hover {
        cursor: pointer;
        color: #4F758B;
        fill: #4F758B; } }
    .choice_list .link-reset .icon {
      transition: all .3s ease;
      margin-left: 8px; }

.filtered-list__item {
  padding: 4px 8px;
  display: flex;
  align-items: center;
  border: 1px solid #e4e4e4;
  border-radius: 2px; }
  .filtered-list__item span:first-child {
    color: #AAAAAA;
    padding-right: 3px; }
  @media (min-width: 1024px) {
    .filtered-list__item:hover {
      cursor: pointer;
      color: #4F758B;
      text-decoration: line-through; }
      .filtered-list__item:hover .icon {
        fill: #4F758B; } }
  .filtered-list__item .icon {
    margin-left: 8px; }

/* End */


/* Start:/local/templates/html/components-template/catalog-sort/style.css?1673947110395*/
.catalog-sort {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between; }
  @media (max-width: 1199px) {
    .catalog-sort__left {
      display: none; } }
  .catalog-sort__right {
    display: flex;
    align-items: center; }
    @media (max-width: 1199px) {
      .catalog-sort__right {
        justify-content: space-between;
        width: 100%; } }

/* End */


/* Start:/local/templates/html/components-template/seo-text/style.css?1703676739505*/
.seo-text {
  margin: 100px 0 0;
  color: #AAAAAA; }
  @media (max-width: 767px) {
    .seo-text {
      margin: 54px 0 0; } }
  .seo-text__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .seo-text__title {
        font-size: 18px; } }
  .seo-text__descr {
    font-size: 16px; }
    @media (max-width: 767px) {
      .seo-text__descr {
        font-size: 12px; } }
    .seo-text__descr p:not(:last-child) {
      margin-bottom: 20px; }

/* End */


/* Start:/local/templates/html/components/bitrix/catalog/catalog/slam/filter/catalog-ajax/style.css?16739442171237*/
/*.ajaxfilter-disabled {*/
	/*display: none;*/
/*}*/


/*.ajaxfilter-disabled input[type=checkbox] + label {*/
	/*color: #e5e5ea;*/
/*}*/

.ajax-result.filter-preloader:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	opacity: .5;
	z-index: 200;
}

.ajax-result .preloader.filter-preloader-block{
	display: none;
	opacity: 1;
	position: absolute;
	z-index: 200;
	top: 210px;
	left: 50%;
}
.checkbox.ajaxfilter-disabled label{
	color: #ccc!important;
}

.ajax-result.filter-preloader .preloader.filter-preloader-block{
	display: block;
}


@media (min-width: 980px) {
	.ext-prop-filter{
		display:none;
	}
}

.ajaxfilter-combo .form-group:not(:first-child).activate {
	-webkit-transform: translateY(-65px);
	transform: translateY(-65px);
	opacity: 0;
}

.ajaxfilter-combo .form-group:not(:last-child).deactivate {
	-webkit-transform: translateY(65px);
	transform: translateY(65px);
	opacity: 0;
}

.ajaxfilter-combo .form-group {
	transition: opacity .3s,-webkit-transform .3s;
	transition: transform .3s,opacity .3s;
	transition: transform .3s,opacity .3s,-webkit-transform .3s;
}

.hide-cnt{
	display: none;
}
/* End */


/* Start:/local/templates/html/components-template/catalog-product-list/style.css?16747277761215*/
.catalog-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -8px;
  width: 100%; }
  @media (max-width: 575px) {
    .catalog-product-list {
      margin: 0px; } }
  .catalog-product-list .product-card-wrap {
    padding: 0px 8px;
    width: 33.33%;
    margin-bottom: 32px; }
    @media (max-width: 1699px) {
      .catalog-product-list .product-card-wrap {
        width: 50%; } }
    @media (max-width: 991px) {
      .catalog-product-list .product-card-wrap {
        width: 50%;
        height: auto;
        margin-bottom: 20px; } }
    @media (max-width: 575px) {
      .catalog-product-list .product-card-wrap {
        width: 100%;
        padding: 0px; } }
    @media (min-width: 1024px) {
      .catalog-product-list .product-card-wrap:hover {
        cursor: pointer;
        z-index: 20; } }
  .catalog-product-list--v2 .product-card-wrap {
    width: 20%; }
    @media (max-width: 1699px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 25%; } }
    @media (max-width: 991px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 50%; } }
    @media (max-width: 575px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 100%; } }

/* End */
/* /local/templates/html/components-template/catalog-targets/style.css?16747277762461 */
/* /local/templates/html/components-template/catalog-sort/style.css?1673947110395 */
/* /local/templates/html/components-template/seo-text/style.css?1703676739505 */
/* /local/templates/html/components/bitrix/catalog/catalog/slam/filter/catalog-ajax/style.css?16739442171237 */
/* /local/templates/html/components-template/catalog-product-list/style.css?16747277761215 */
