/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.tizers-list__item {
	flex-direction: column;
}

@media (min-width: 601px) {
    .catalog-table__item .image-list {
        width: 200px;
        flex-basis: 60px;
        flex-shrink: 0;
    }
}
.sku-props--detail .sku-props__value--pict {
    --pict-prop-size: 120px;
    height: var(--pict-prop-size);
    padding: 0;
    width: var(--pict-prop-size);
}

.sku-props__value--pict {
    --sku-width: 80px;
    --sku-height: 80px;
}
.index-block__preview {
    max-width: inherit;
}

.dst-fin-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dst-fin-top-section {
  display: flex;
  justify-content: center; /* прижимаем элементы к центру */
  gap: 20px; /* зазор между элементами */
  margin-bottom: 20px; 
}
.dst-fin-item{
    border: 1px solid #ccc;
}

.dst-fin-item:hover {
    border: solid 1px #ffaa41;
}
		
.dst-fin-full-width-item {
  width: 100%; 
  /*border: 1px solid #999;*/
  box-sizing: border-box;
}


/*Удалить после того как баннеры сделают адаптивными*/

@media (max-width: 767px) {
    .banners-big--adaptive-1 .banners-big__depend-height {
        height: 225px !important;
    }
