

/* Start:/local/templates/html_conotech/components-template/catalog-targets/style.css?17368459602489*/
.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: 4px 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; }
    @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: #0242aa;
        border-color: #0242aa; }
        .catalog-targets__link:hover:before {
          right: 0; } }
    .catalog-targets__link.active {
      background-color: #0242aa;
      border-color: #0242aa;
      color: #fff; }
  @media (min-width: 1024px) {
    .catalog-targets--inner .catalog-targets__link:hover {
      cursor: pointer;
      background-color: #0242AA;
      color: #fff; } }
  .catalog-targets--inner .catalog-targets__link.active {
    background-color: #0242AA; }

.choice_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px; }
  .choice_list .link-reset {
    margin-top: 8px;
    display: flex;
    align-items: center;
    color: #aaaaaa;
    fill: #aaaaaa; }
    @media (min-width: 1024px) {
      .choice_list .link-reset:hover {
        cursor: pointer;
        color: #0242aa;
        fill: #0242aa; } }
    .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;
  margin-right: 8px;
  margin-top: 8px; }
  .filtered-list__item span:first-child {
    color: #AAAAAA;
    padding-right: 3px; }
  @media (min-width: 1024px) {
    .filtered-list__item:hover {
      cursor: pointer;
      color: #0242aa;
      text-decoration: line-through; }
      .filtered-list__item:hover .icon {
        fill: #0242aa; } }
  .filtered-list__item .icon {
    margin-left: 8px; }

/* End */


/* Start:/local/templates/html_conotech/components-template/catalog-sort/style.css?17368459601396*/
.catalog-sort {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 32px; }
  @media (max-width: 1339px) {
    .catalog-sort__left {
      display: none; } }
  .catalog-sort__right {
    display: flex;
    align-items: center; }
    @media (max-width: 1339px) {
      .catalog-sort__right {
        justify-content: space-between;
        width: 100%; } }
  .catalog-sort .catalog-sort__desktop {
    display: flex;
    gap: 16px;
    align-items: center; }
  .catalog-sort .catalog-sort__item {
    border-bottom: 1px dashed #222222;
    display: flex;
    gap: 4px;
    align-items: center;
    fill: #222222; }
    @media (max-width: 575px) {
      .catalog-sort .catalog-sort__item {
        font-size: 14px; } }
    .catalog-sort .catalog-sort__item .icon {
      transition: all ease .3s;
      display: none;
      transform: rotate(180deg); }
    .catalog-sort .catalog-sort__item--down .icon {
      transform: rotate(0deg); }
    .catalog-sort .catalog-sort__item.active {
      color: #3B6C37;
      border-color: #3B6C37;
      fill: #3B6C37; }
      .catalog-sort .catalog-sort__item.active .icon {
        display: block; }
    @media (min-width: 1100px) {
      .catalog-sort .catalog-sort__item {
        cursor: pointer; }
        .catalog-sort .catalog-sort__item:hover {
          color: #379f2f;
          border-color: #379f2f;
          fill: #379f2f; } }

/* End */


/* Start:/local/templates/.default/components/slam/filter/catalog-ajax/style.css?17368459471237*/
/*.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_conotech/components-template/catalog-product-list/style.css?17368459601476*/
.catalog-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -12px; }
  @media (max-width: 575px) {
    .catalog-product-list {
      margin: 0px; } }
  .catalog-product-list .product-card-wrap {
    padding: 0px 12px;
    width: 25%;
    height: 440px; }
    @media (max-width: 1699px) {
      .catalog-product-list .product-card-wrap {
        width: 33.33%; } }
    @media (max-width: 1099px) {
      .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: 1099px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 50%; } }
    @media (max-width: 575px) {
      .catalog-product-list--v2 .product-card-wrap {
        width: 100%; } }

.product-card__label--cheaper {
  font-size: 13px; }
  @media (max-width: 1339px) {
    .product-card__label--cheaper {
      font-size: 12px; } }
  @media (max-width: 1099px) {
    .product-card__label--cheaper {
      font-size: 10px; } }

.personal-nav {
  display: none; }

/* End */
/* /local/templates/html_conotech/components-template/catalog-targets/style.css?17368459602489 */
/* /local/templates/html_conotech/components-template/catalog-sort/style.css?17368459601396 */
/* /local/templates/.default/components/slam/filter/catalog-ajax/style.css?17368459471237 */
/* /local/templates/html_conotech/components-template/catalog-product-list/style.css?17368459601476 */
