

/* Start:/local/templates/new_abat/components/bitrix/catalog/catalog/style.css?17608947741122*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/new_abat/components/bitrix/catalog.section.list/sidebar/style.css?17609714261509*/
.catalog__sidebar {
    background-color: #fff;
    padding: 10px 15px;
    width: 100%;
    max-width: 242px;
    height: max-content;
  }
  
  a.catalog__sidebar-item {
    padding: 5px 0 14px;
    display: block;
    border-bottom: solid 1px #f3f3f3;
    font-size: 14px;
    line-height: 140%;
  }
  
  .catalog__sidebar-category {
    display: flex;
    align-items: center;
    gap: 5px;
	padding: 20px 10px 10px;
    justify-content: space-between;
  }
  .catalog__sidebar-submenu {
    padding: 10px 0 10px 10px;
  }
  a.catalog__sidebar-submenu__item {
    padding: 5px 0 10px;
    display: block;
    border-bottom: solid 1px #f3f3f3;
    font-size: 14px;
    line-height: 140%;
  }
  a.catalog__sidebar-submenu__item:hover {
    color: #1D4199;
  }

  .catalog__sidebar-category img{
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
  .catalog__sidebar-category.active img{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.catalog__sidebar-categories{
  margin-top: 15px;
  border-top: solid 1px #f3f3f3;
}

@media screen and (max-width: 1100px) {
  .catalog__sidebar{
    display: none;
  }  
}
/* End */


/* Start:/local/templates/new_abat/components/bitrix/catalog.smart.filter/.default/style.css?1725815712127*/
.catalog__filter-controls .button {
	font-weight: 400;
}
.catalog-filter__checked .catalog-filter__trigger {
	color: #ff3535;
}
/* End */


/* Start:/local/templates/new_abat/components/bitrix/catalog.section/.default/style.css?17258157123900*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}
.product-item-list-col-4 .catalog__products {
	margin-bottom: 0;
}
.product-item-list-col-4:last-child {
	margin-bottom: 40px;
}
/* End */


/* Start:/local/templates/new_abat/components/bitrix/catalog.item/.default/style.css?17609868593914*/
.catalog_products_card {position:relative;}
.product_price {position: absolute;
    bottom: 15%;}
.catalog_products_card_text {margin-bottom: 30px;}
.juicy_title_price {margin-right: 5px;
    margin-top: 6px;}
.product-snippet__juicy_sale {
	position: absolute;
    top: 0;
    left: 0;
    background: red;
    color: #fff;
    padding: 5px 20px;
    font-weight: 600;
    text-transform: uppercase;}
.juicy_old_price {margin-left: 15px;
    margin-right: 15px;
    font-size: 18px;
    color: red;
    text-decoration: line-through;
    font-weight: 600;}
.product-snippet__juicy_text {    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;}

@media only screen and (max-width: 768px) {
.product-snippet__price-group {
	bottom: 10px !important;
}
}

@media only screen and (max-width: 480px) {
.product-snippet__juicy_sale {
    padding: 3px 5px;
}
}
.popup-window.fancybox-slide--html {
    width: 320px;
}
.popup-window.fancybox-slide--html .popup-window-titlebar {
    height: 70px;
}
.popup-window.fancybox-slide--html .popup-window-titlebar-text {
    color: #000;
    font-family: Play, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 70px;
}
.fancybox-slide--html .popup-window-close-icon {
    width: 70px;
    height: 70px;
    padding: 20px;
}
.fancybox-slide--html .popup-window-close-icon {
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-slide--html .popup-window-close-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 1px;
    height: 42px;
    background: #808080;
    -webkit-transform: translateY(-50%) rotate(
            45deg
    );
    transform: translateY(-50%) rotate(
            45deg
    );
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fancybox-slide--html .popup-window-close-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 1px;
    height: 42px;
    background: #808080;
    -webkit-transform: translateY(-50%) rotate(
            -45deg
    );
    transform: translateY(-50%) rotate(
            -45deg
    );
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fancybox-slide--html .popup-window-close-icon:hover:before, .fancybox-slide--html .popup-window-close-icon:focus:before, .fancybox-slide--html .popup-window-close-icon:active:before {
    background: #615a5a;
    -webkit-transform: translateY(-50%) rotate(
            -45deg
    );
    transform: translateY(-50%) rotate(
            -45deg
    );
}
.fancybox-slide--html .popup-window-close-icon:hover:after, .fancybox-slide--html .popup-window-close-icon:focus:after, .fancybox-slide--html .popup-window-close-icon:active:after {
    background: #615a5a;
    -webkit-transform: translateY(-50%) rotate(
            45deg
    );
    transform: translateY(-50%) rotate(
            45deg
    );
}
.icon-group__icon-wrapper.active {
    stroke: #ff3535;
}
.product-snippet .delete {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}
.product-snippet .delete:hover {
    opacity: 1;
}
.product-snippet .delete:before, .product-snippet .delete:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
.product-snippet .delete:before {
    transform: rotate(45deg);
}
.product-snippet .delete:after {
    transform: rotate(-45deg);
}

.product-snippet__label{
    margin: 0 0 5px !important;
    text-align: center;
}

.product-snippet__labels{
    top: 0px !important;
    left: 0px !important;
}
/* End */
/* /local/templates/new_abat/components/bitrix/catalog/catalog/style.css?17608947741122 */
/* /local/templates/new_abat/components/bitrix/catalog.section.list/sidebar/style.css?17609714261509 */
/* /local/templates/new_abat/components/bitrix/catalog.smart.filter/.default/style.css?1725815712127 */
/* /local/templates/new_abat/components/bitrix/catalog.section/.default/style.css?17258157123900 */
/* /local/templates/new_abat/components/bitrix/catalog.item/.default/style.css?17609868593914 */
