

/* Start:/local/templates/aspro-allcorp3/components/w/catalog.section.w.products/tpl_catalog_block_offers/style.css?176616801113506*/
.catalog-block__item {
  /*padding: 28px 28px 22px;*/
  /*padding: 12px 10px 12px 10px;*/
	padding: 8px;
  height: 100%;
}
.catalog-block__item:hover .btn-transparent-border {
  color: #fff;
}

/*center text*/
.catalog-block__item--centered {
  text-align: center;
}
.catalog-block__item--centered .line-block {
  justify-content: center;
}

.catalog-block__inner {
  position: relative;
}

/*img corner*/
.catalog-block__item .catalog-block__item--img-corner {
  width: auto;
  margin: -28px -28px 0px;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.catalog-block__info-bottom .catalog-block__info-btn {
  min-width: 0px;
}

.grid-list--no-gap .catalog-block__item .catalog-block__item--img-corner {
  border-radius: 0;
}

.catalog-block__item .catalog-block__item--img-corner .sticker {
  top: 33px;
  left: 35px;
}
.catalog-block__item .catalog-block__item--img-corner .side-icons {
  top: 33px;
  right: 33px;
}
.catalog-block__item .catalog-block__item--img-corner .section-gallery-nav {
  bottom: 0px;
}
.catalog-block__item .catalog-block__item--img-corner img {
  border-radius: 0px;
}
.catalog-block__item .catalog-block__item--img-corner .countdown-list-image {
  bottom: 27px;
  left: 34px;
}

/*info*/
body .catalog-block__info {
  margin-top: 0;
  flex-basis: auto;
}
.catalog-block__info-section {
  margin-bottom: 4px;
}
.catalog-block__info-title {
  line-height: calc(1em + 7px);
}
.catalog-block__info-tech {
  margin: 2px 0px 3px;
}

/*footer*/
.catalog-block__info-bottom {
  margin-top: 14px;
}
.catalog-block__info-bottom--margined {
  margin: 5px 0px;
}

/*ie*/
.bx-ie .catalog-block__info {
  flex-basis: auto;
}

.tpl_catalog_block_v2_template .count_error{
  margin-top: 0;
  padding: 0;
  width: 180px;
  right: 0;
  text-align: right;
  position: absolute;
}

.catalog-block__info-bottom .price_block{
	display:flex;
	margin: 0 10px 10px 10px;
    width: 100%;
}
.catalog-block__info-bottom .price_block .price_block_prices{
	flex:5;
}
.catalog-block__info-bottom .price_block .price_block_labels_vat,
.catalog-block__info-bottom .price_block .price_block_prices{
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.catalog-block__info-bottom .price_block .price_block_labels_vat.price_block_labels_vat_sp_between{
	justify-content: space-between;
}
.catalog-block__info-bottom .price_block .price_block_labels_vat{
	flex:4;
	text-align:right;
}
.catalog-block__info-bottom .price_block .price_block_prices .price_block_price__old, 
.catalog-block__info-bottom .price_block .price_block_prices .price_block_price__new, 
.catalog-block__info-bottom .price_block .price_block_prices .price_block_ps,
.catalog-block__info-bottom .price_block .price_block_labels_vat .price_block_vat{
	line-height:1em;
}
.catalog-block__info-bottom .price__new-val { 
	font-weight:bold;
	white-space: nowrap;
    /*font-size: 1.6em;
    line-height: calc(1em + 7px);*/
}
.catalog-block__info-bottom .price__new-val .price_block_price__new_one_el{
	font-weight:normal;
	padding-left:5px;
}
.catalog-block__info-bottom .price_block .price_block_labels_vat .btn-actions{
	padding-bottom:5px;
}
.catalog-block__info-bottom .catalog-block__info-btn{
	width:100%;
}
.catalog-block__info-bottom .catalog-block__info-btn a{
	width:auto;
}
.catalog-block__info-inner .catalog-block__info-title .switcher-title{
	font-weight: normal;
}
.catalog-block__info-bottom .price_block .price_block_prices .price_block_ps>small{
	font-size:14px;
}
.catalog-block__info-bottom .price_block .price_block_labels_vat .price_block_vat>small{
	font-size:65%;
}
.catalog-block__info-tech .article{
	color:#000;
}

@media (min-width: 768px) {
  .properties-absolute-outer:hover ~ .image-list-outer .sticker {
    left: 100%;
    right: -100%;
  }
  .properties-absolute-outer:hover ~ .image-list-outer .image-list__link,
  .properties-absolute-outer:hover ~ .image-list-outer .countdown {
    left: 100%;
  }
  .image-list-outer .sticker,
  .image-list-outer .image-list__link,
  .image-list-outer .countdown {
    transition: all ease 0.2s;
  }

  .properties-absolute-outer:hover ~ .image-list-outer .to-top .sticker {
    top: 100%;
  }
  .properties-absolute-outer:hover ~ .image-list-outer .to-top .image-list__link,
  .properties-absolute-outer:hover ~ .image-list-outer .to-top .countdown {
    top: 100%;
  }
  .image-list-outer_overflow {
    overflow: hidden;
  }

  /*offers*/
  .catalog-block__offers .sku-props {
    display: none;
  }
  .catalog-block__wrapper {
    position: relative;
  }
  .catalog-block__wrapper:hover {
    z-index: 5;
  }
  .catalog-block__wrapper[data-hovered="true"] .catalog-block__item {
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 4;
  }
  .catalog-block__wrapper[data-hovered="true"] .catalog-block__offers .sku-props {
    display: block;
  }
}

@media (min-width: 601px) {
  #main .catalog-block__info-price {
    /* padding-right: 146px; */
    text-align: left;
    flex: 1;
  }
  .catalog-block__info-price + .catalog-block__info-btn {
    text-align: right;
  }
  .bx-ie .catalog-block__info-btn {
    top: 50%;
    transform: translateY(-50%);
  }
  .catalog-block__info-bottom .line-block {
    justify-content: normal;
  }
  .catalog-block__item--centered .catalog-block__info-bottom .line-block{
    justify-content: center;
  }
  .catalog-block--bottom-btn .catalog-block__info-bottom--margined {
    flex-basis: 100%;
  }
  .catalog-block--bottom-btn .catalog-block__info-bottom--margined:last-of-type {
    margin-top: 13px;
  }
  .catalog-block--bottom-btn .btn {
    display: block;
  }
  .catalog-block--bottom-btn .counter {
    width: auto;
  }
  .ratio--horizontal .properties-absolute-outer  {
    padding-top: var(--paddingImage);
  }
  .ratio--vertical .properties-absolute-outer  {
    padding-top: var(--paddingImage);
  }
}

/* in detail */
.detail-block .catalog-block .owl-stage {
  display: flex;
  flex-direction: row;
}
.detail-block .catalog-block .owl-item {
  flex-shrink: 0;
}

/*props on hover*/
.properties-absolute-outer {
  padding-top: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 4;
}

.properties-absolute-outer.properties-absolute-margin {
  padding-top: calc(100% + 28px);
}
@media (max-width: 600px) {
  .grid-list.grid-list--compact .js-popup-block.catalog-block__item .catalog-block__item--img-corner {
    margin: -16px -16px 0px;
  }
}

.image-list .side-icons{
  display: none;
}

@media (max-width: 991.98px)
{

  .counter{
    width:auto !important;
  }

  .tpl_catalog_block_v2_template .count_error {
    text-align: center;
    position: absolute;
  }

}
@media (min-width: 576px) and (max-width: 767.98px)
{
	.catalog-block__info-bottom .price_block{
		margin: 0px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px)
{
	.catalog-block__info-bottom .price_block{
		margin: 0px;
	}
}
@media (max-width: 575.98px)
{
	.catalog-block__info-bottom .price_block{
		margin: 0px;
	}
}


.fav-button-catalog {
	display:block;
	font-size:16px;
	position: absolute;
	right:0px;
	top: 0px;
	z-index: 90;
    cursor: pointer;
}


.tpl_catalog_block_offers_template .catalog-block__info-bottom .line-block--20{margin-left:0;margin-right:0;}
.tpl_catalog_block_offers_template .catalog-block .line-block.slider{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;}
.tpl_catalog_block_offers_template .catalog-block .price_block{margin:0;align-items:flex-start;flex-direction:column;}
.tpl_catalog_block_offers_template .catalog-block__info-bottom .price_block .price_block_labels_vat,.tpl_catalog_block_offers_template .catalog-block__info-bottom .price_block .price_block_prices{display:flex;flex-direction:column;justify-content:flex-end;}
.tpl_catalog_block_offers_template .catalog-block__info-bottom .price_block .price_block_prices{flex:5;width:100%;}
.tpl_catalog_block_offers_template .catalog-block__info-bottom .price_block .price_block_prices .price_block_price__new,.tpl_catalog_block_offers_template .catalog-block__info-bottom .price_block .price_block_prices .price_block_ps,.tpl_catalog_block_offers_template .catalog-block__info-bottom .price_block .price_block_labels_vat .price_block_vat{line-height:1em;white-space:nowrap;}
.tpl_catalog_block_offers_template .catalog-block__info-bottom .price__new-val{color:var(--basic_text_black);font-weight:bold;white-space:nowrap;}
.tpl_catalog_block_offers_template .catalog-block__info-bottom .price_block .price_block_prices .price_block_ps>small{font-size:14px;font-weight:normal;}
.tpl_catalog_block_offers_template .catalog-block__info-bottom .price_block .price_block_labels_vat{flex:4;text-align:right;}
.catalog-block .catalog-block__info-bottom .price_block .price_block_vat{display:none;}
.tpl_catalog_block_offers_template .catalog-block .catalog-block__info-bottom .catalog-block__info-btn{width:auto;text-align:end;}
.tpl_catalog_block_offers_template .catalog-block .catalog-block__info-bottom--margined{margin:0px;}
.tpl_catalog_block_offers_template .catalog-block .buy_block:not(.in) .buttons .btn span{display:none;}
.tpl_catalog_block_offers_template .catalog-block .buy_block:not(.in) .buttons .btn{padding-top:25px;width:38px;min-width:38px;background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2221%22%20viewBox%3D%220%200%2023%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M17.1763%2018.22C16.7892%2018.22%2016.4594%2018.3526%2016.187%2018.6178C15.9146%2018.8831%2015.7784%2019.2056%2015.7784%2019.5856C15.7784%2019.9655%2015.9146%2020.2917%2016.187%2020.5641C16.4594%2020.8365%2016.7892%2020.9727%2017.1763%2020.9727C17.5634%2020.9727%2017.886%2020.8365%2018.144%2020.5641C18.4021%2020.2917%2018.5311%2019.9655%2018.5311%2019.5856C18.5311%2019.2056%2018.4021%2018.8831%2018.144%2018.6178C17.886%2018.3526%2017.5634%2018.22%2017.1763%2018.22ZM10.2731%2018.22C9.9003%2018.22%209.5813%2018.3526%209.31607%2018.6178C9.05084%2018.8831%208.91822%2019.2056%208.91822%2019.5856C8.91822%2019.9655%209.05084%2020.2917%209.31607%2020.5641C9.5813%2020.8365%209.90388%2020.9727%2010.2838%2020.9727C10.6637%2020.9727%2010.9899%2020.8365%2011.2623%2020.5641C11.5347%2020.2917%2011.6709%2019.9655%2011.6709%2019.5856C11.6709%2019.2056%2011.5347%2018.8831%2011.2623%2018.6178C10.9899%2018.3526%2010.6602%2018.22%2010.2731%2018.22ZM22.6602%206.60707L22.6817%206.49954C22.6817%206.39918%2022.6602%206.30599%2022.6171%206.21997L22.5311%206.11244C22.4738%206.01208%2022.3878%205.93323%2022.2731%205.87588L22.187%205.83287C22.144%205.81853%2022.0795%205.81137%2021.9935%205.81137H7.58489L6.23005%200.822119C6.18704%200.664413%206.09743%200.538965%205.96123%200.445774C5.82503%200.352585%205.67091%200.30599%205.49887%200.30599H1.34833C1.16195%200.30599%201.00066%200.37409%200.864457%200.51029C0.728257%200.646492%200.660156%200.807781%200.660156%200.994162C0.660156%201.18054%200.728257%201.34542%200.864457%201.48878C1.00066%201.63215%201.16195%201.70384%201.34833%201.70384H4.93973L8.8322%2016.349C8.88955%2016.4924%208.98632%2016.6071%209.12252%2016.6931C9.25872%2016.7791%209.41284%2016.8221%209.58489%2016.8221H19.2408C19.3698%2016.8221%2019.4953%2016.7576%2019.6171%2016.6286C19.739%2016.4995%2019.8358%2016.2988%2019.9075%2016.0264L22.6602%206.67158V6.60707ZM18.7247%2015.4673H10.144L7.95048%207.20922H21.1548L18.7247%2015.4673Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:center;}
.tpl_catalog_block_offers_template .catalog-block .count_error{font-weight:normal;position:absolute;width:auto;right:0px;bottom:45px;}
@media (max-width: 768px){
  .tpl_catalog_block_offers_template .catalog-block .count_error{right:-10px;}
}
@media (max-width: 480px){
  .tpl_catalog_block_offers_template .catalog-block .line-block.slider{height:100%;}
}
@media (max-width: 420px){
  .tpl_catalog_block_offers_template .catalog-block .line-block.slider{height:100%;}
  .tpl_catalog_block_offers_template .catalog-block__info-bottom .price_block .price_block_prices .price_block_ps>small{font-size:12px;font-weight:normal;}
}
@media (max-width: 380px){
  .tpl_catalog_block_offers_template .catalog-block .line-block.slider{height:100%;}
  .tpl_catalog_block_offers_template .catalog-block__info-bottom .price_block .price_block_prices .price_block_ps>small{font-size:0.8em;font-weight:normal;}
}
.tpl_catalog_block_offers_template  .flex_block{
  display: flex;
  align-items: center;
}
@media(min-width: 992px){
  .grid-list--items-5:not(.grid-list--no-gap){
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)) !important;
  }
}
@media(min-width: 768px) and (max-width: 1100px){
  #main .grid-list.grid-list--compact {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr!important;
  }
}
@media(max-width: 767px){
  #main .grid-list.grid-list--compact {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }
}
.price_block_labels_vat {
  position: absolute;
  top: 0;
}
.block-wo-title section.page-top {
  padding-bottom: 11px !important;
}
/* End */
/* /local/templates/aspro-allcorp3/components/w/catalog.section.w.products/tpl_catalog_block_offers/style.css?176616801113506 */
