

/* Start:/local/components/itl/catalog.smart.filter/templates/.default/style.css?17519737743477*/
.filterflex{
	display:flex;
	}
.filterflex .bx-filter-input-container {
    width: 100%;
}
.filterflex .bx-filter-input-container input {
    width: 100%;
	height: 44px;
	border: 1px solid #C4C4C4;
	font-size: 16px;
line-height: 19px;
color: #000;
padding-left:15px;
padding-right:15px;
}
.filterflex .bx-ft-sub {
    width: 40px;
	font-size: 16px;
line-height: 44px;
color: #333333;
font-style: normal;
font-weight: normal;
text-align: center;
}
.bx-filter-param-label.disabled .filter-item_disabled {
	position: absolute;
	z-index: 999;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff90;
}
.bx-filter-param-text a {
    color: #000;
    text-decoration: none !important;
}
.checkbox.noav {
display:none;
opacity: 0.5;
}
.checkbox.disabled {
display:none !important;
}
.open-vsbl-f {
    cursor: pointer;
    font-weight: bold;
}
.open-vsbl-f span:nth-child(1) {
	display:block;
}
.open-vsbl-f span:nth-child(2) {
	display:none;
}
.filter-block.active .checkbox.noav {
display:block;
}
.filter-block.active .open-vsbl-f span:nth-child(1) {
		display:none;
}
.filter-block.active .open-vsbl-f span:nth-child(2) {
		display:block;
}
.filter-block.active .open-vsbl-f span:nth-child(2) .arrow {
    transform: rotate(180deg);
}

/* CUSTOM */
.smart-filter.bx-filter {
	padding: 15px;
	background: #fafafa;
	width: 95%;
}
.smart-filter .title-name.opened {
	font-weight: 700;
	text-decoration: underline;
}
.activefilterlist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.activfilteritem {
	padding: 5px 8px;
	margin: 0 10px 10px 0;
	background-color: #9d256d;
	color: #fff;
}
i.icon-remove_tag {
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 3px 0 0 5px;
	text-align: center;
	font-style: normal;
	line-height: 20px;
	background-color: #aaa;
}

/**/
/*Новые стили*/

.bx-filter .bx-filter-popup-result {
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #fff;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #ffff;
	background: #9d256d;
}

.bx-filter .bx-filter-popup-result.right {
	left: 10%;
}
.bx-filter .bx-filter-popup-result.left {
	right: 10%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	color: #fff;
	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}

.bx-filter .bx-filter-popup-result::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
	border-width: 5px;
	border-style: solid;
	border-color: transparent #9d256d transparent transparent;
}


@media(max-width: 1440px){
	.bx-filter .bx-filter-popup-result.left{
		right: 10%;
	}

	.bx-filter .bx-filter-popup-result::after {
		display: none;
	}
}

@media (max-width: 1024px) {
	.bx-filter .bx-filter-popup-result.left{
		right: -50px;
	}
}

@media (max-width: 995px) {
	.bx-filter .bx-filter-popup-result.left{
		right: 60%;
	}
}


@media (max-width: 760px) {
	.bx-filter .bx-filter-popup-result.left{
		right: 40%;
	}
}

@media (max-width: 500px) {
	.bx-filter .bx-filter-popup-result.left{
		right: 50%;
	}
}
/* End */


/* Start:/bitrix/templates/1kz/components/bitrix/catalog/catalog_19/bitrix/catalog.section.list/.default/style.css?16927222098115*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	height: 150px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	transition:0.4s;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #333;
	font-weight: 300;
font-size: 1.125rem;
}
.bx_catalog_tile_ul .col-lg-3 {
    margin-bottom: 15px;
	transition:0.4s;
}
.bx_catalog_tile_ul .col-lg-3:hover {
    transform: scale(1.1);
	z-index: 1;
}
.bx_catalog_tile_ul .col-lg-3:hover .bx_catalog_tile_title a {
	color: #8c1c7d;
}
.bx_catalog_tile_ul .col-lg-3:hover .bx_catalog_tile_img {
    border: 1px solid #8c1c7d;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }
.selector-sort {
position: relative;
margin-bottom: 0;
width: 100%;
display: inline-block;
top: -1px;
margin-top: -10px;
}
.selector-sort select {

    padding: 0;
    width: 100%;

}
.selector-sort::after {

    background-image: url(/bitrix/templates/1kz/img/ico.svg);
    background-size: 322px;
    background-repeat: no-repeat;
    background-position: 0 -41px;
    content: '';
    display: inline-block;
    height: 16px;
    width: 13px;
    position: absolute;
    transform: rotate(270deg);
    right: 15px;
   top: 11px;

}
#exampleFormControlSelect1 .active {
	color: #8C1C7E;
}


@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }
/* End */


/* Start:/bitrix/templates/1kz/components/bitrix/catalog.section/.default/style.css?17441040046444*/
/*smart-filter*/
.smart-filter .title-name span {
font-size: 15px;
text-transform: uppercase;
color:#9D256D;
padding-right: 15px;
}
.smart-filter .title-name {
cursor:pointer;
position: relative;
width: 100%;
}
.smart-filter .title-name.opened span {
color: #333333;
}
/*plusminus*/
.smart-filter .closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
.smart-filter .closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}

.smart-filter .opened {
  opacity: 1;
}
.smart-filter .opened .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}
.smart-filter .opened .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
  background-color: #333;
}

.smart-filter .circle-plus {
  height: 1.5625rem;
width: 1.5625rem;
font-size: 1em;
opacity: 0.7;
display: inline-block;
position: absolute;
right: 0px;
padding-top: 5px;
}

.smart-filter .circle-plus .circle {
  position: relative;
  width: 1.5625rem;
  height: 1.5625rem;
}

.smart-filter .circle-plus .circle .horizontal {
  position: absolute;
  background-color: #9D256D;
  width: 12px;
  height: 2px;
  left: 0;
top: 5px;
  border-radius: 5px;
}

.smart-filter .circle-plus .circle .vertical {
  position: absolute;
  background-color: #9D256D;
  width: 2px;
  height: 12px;
  left: 5px;
  border-radius: 5px;
}
.smart-filter .filter-block {
    margin-top: 25px;
	display: none;
}

/*plusminus end*/

/*checkbox*/

.smart-filter input[type=checkbox] {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}

.smart-filter input[type=checkbox] + label {
  cursor: pointer;
}


.smart-filter input[type=checkbox]:not(checked) {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.smart-filter input[type=checkbox]:not(checked) + label {
  position: relative;
  padding: 0 0 0 40px;
}
.smart-filter input[type=checkbox]:not(checked) + label:before {
  content: '';
position: absolute;
top: 0px;
left: 0;
width: 24px;
height: 24px;
box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
transition: .2s;
border: 1px solid #C4C4C4;
}
.smart-filter input[type=checkbox]:not(checked) + label:after {
 content: '';
position: absolute;
top: 5px;
left: 5px;
width: 14px;
height: 14px;
background: #FFF;
box-shadow: 0 1px 5px rgba(0,0,0,.2);
transition: .2s;
opacity: 0;
}
.smart-filter input[type=checkbox]:checked + label:after {
  background: #00B25C;
  opacity: 1;
}
.smart-filter input[type=checkbox]:focus + label:before {
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
}

/*checkbox end*/

.smart-filter .filter-item {
    margin-bottom: 20px;
	margin-top: -3px;
	width: 100%;
}

/*paginator*/

.pagination a {
font-size: 12px;
color: #4F5D6C;
text-align:center;
border-radius: 3px;
padding: 15px 20px;
transition:0.3s;
text-decoration:none;
}
.pagination ul > a {
    margin-top: -15px;
}

.pagination a:hover {
background: #FFF0B6;
}

.pagination .active a {
background: #FFC800;
padding: 7px 12px;
}
.pagination li {
    margin-right: 10px;
	display: inline-block;
}
.pagination li:last-child {
    margin-right: 0px;
}

/*paginator end*/

/*smart-filter end*/

.product-items {
    margin-bottom: 55px;
}
.catalog-product h1{
font-size: 15px;
text-transform: uppercase;
color: #333333;
font-weight: 400;
}
.smart-filter-mobile {
    padding: 10px 0;
    font-size: 14px;
    color: #000;
	display:none;
	width: 100%;
	position: relative;
	cursor:pointer;
	
}

ul#selectMenuBox {
    margin-bottom: 0;
}

.smart-filter-mobile::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 9px;
	background: url(/bitrix/templates/1kz/img/ico.svg);
background-position: -40px -56px;
height: 20px;
width: 20px;
background-size: 300px;
}
.smart-filter-mobile.active::after {
background-position: -25px -96px;
}
.sortired select,.sortired-mob select {
    width: 100%;
	font-size: 16px;
color: #333333;
border: none;
}
.sortired-mob {
	display:none;
}

/*select div*/
div#selectBox {
	width: 100%;
	position: relative;
	height: 40px;
	background-color: #fff;
	color: #333;
	cursor: pointer;
	overflow: hidden;
	transition: .3s;
}
div#selectBox p.valueTag {
	padding: 15px;
	cursor: pointer;
	transition: .2s;
	height: 40px;
	padding-left: 0;
	position: relative;
z-index: 1;
}

div#selectBox > img.arrow {
	position: absolute;
	right: -3px;
width: 46px;
padding: 12px;
top: 11px;
}

/*
        для пользователей Safari, Chrome и Opera приятный бонус — стилизованный скролл-бар. 
*/
::-webkit-scrollbar {
	background: transparent;
	width: 0.5em;
	position: absolute;
}
::-webkit-scrollbar-track {
	background: transparent;
	position: absolute;
	z-index: -2;
}
::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background: #888;
}

ul#selectMenuBox {
 background: #F4F4F4;
 transition: .3s;
 width: 100%;
 overflow-y: auto;
 overflow-x: hidden !important;
 position: absolute;
 margin-top: 00px;
 display: block;
 padding: 0;
/* padding: 20px 0px; */
}
ul#selectMenuBox > li {
	display: block;
	padding: 10px;
	border-radius: 00px;
	cursor: pointer;
}
ul#selectMenuBox > li.option {
	color: gray;
	padding: 10px;
	padding-left: 15px;
	font-size: 14px;
	color: #333333;
	position:relative;
}
ul#selectMenuBox > li.option.active{
	color: #006C38;
}
ul#selectMenuBox > li.option.active::after {
	content:'';
	position:absolute;
	right: 29px;
	background:url(/bitrix/templates/1kz/img/ico.svg);
	width: 13px;
height: 10px;
background-size:300px;
background-position:-71px -54px;
top: 14px;
}
ul#selectMenuBox > li.option:hover {
	color: #333;
	background: #e1e1e1;
	transition: .2s;
}
.sortired-mob #selectMenuBox,#selectBoxpc #selectMenuBox{
	display:none;
}
.sortired-mob.active #selectMenuBox, #selectBoxpc.active #selectMenuBox{
	display:block;
}

div#selectBoxpc{
    background-color: unset !important;
}
/*select div end*/

.seotext-cat .container {
    height: 100%;
    max-height: 585px;
    overflow: auto;
}

.filtercat-wrap .categorybannertop{
	display:none;
}

/*NEW STYLES*/

.row-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

@media(max-width: 1350px){
    .row-grid{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 768px){
    .row-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}
.seotext-cat {
    margin-top: 50px;
}
/* End */


/* Start:/bitrix/templates/1kz/components/bitrix/news.list/section_banner_mobile/style.css?1748000921789*/
.pagination-list {
	position: absolute;
	bottom: 20px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	z-index: 24;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
}

.pagination-item-mobile {
	display: block;
	width: 14px;
	height: 14px;
	background-color: #F1F1F1;
	cursor: pointer;
}

.pagination-item-mobile--active {
	background-color: #9D256D;
}

.banner-mobile{
	display: none;
	position: relative;
	margin-bottom: 4px;
}

.banner-mobile-image {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.banner-mobile-slide a{
	display: inline-flex;
	width: 100%;
	height: 100%;
}

@media(max-width: 1024px){
	.banner-mobile{
		display: block;
	}

	.pagination-list{
		column-gap: 8px !important;
	}
}


/* End */


/* Start:/bitrix/templates/1kz/components/bitrix/news.list/section_banner/style.css?1748003845872*/
.banner-desktop {
	position: relative;
	max-width: 259px;
	height: 100%;
}

.banner-desktop-swiper {
	height: 100%;
	width: 100%;
}

.banner-desktop-link{
	width: 100%;
	height: 100%;
	display: block;
}

.banner-desktop-image {
	width: 100%;
	height: 100%;
}

.pagination-list {
	position: absolute;
	bottom: 24px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	z-index: 24;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 16px;
}
.pagination-item {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #F1F1F1;
	cursor: pointer;
}
.pagination-item--active {
	background-color: #8C1C7D;
}

@media (max-width: 1350px) {
	.banner-desktop{
		max-width: 320px;
	}
}

@media (max-width: 1199px) {
	.banner-desktop{
		max-width: 236px;
	}
}

@media(max-width: 1024px){
	.banner-desktop{
		display: none;
	}
}
/* End */


/* Start:/bitrix/templates/1kz/components/bitrix/catalog.section/.default/themes/green/style.css?1692722209843*/
/* catalog.section */

/*
#63aa28
#6fb32d
#7ab748
#a8d95b
*/

/* Slider */
.bx-green .product-item-image-slider-progress-bar { background-color: #5b9f0b;}
.bx-green .product-item-image-slider-control:hover{ background-color: rgba(91,159,11,.8);}
.bx-green .product-item-image-slider-control.active,
.bx-green .product-item-image-slider-control:hover{ background-color: #5b9f0b;}

/* SCU */
.bx-green .product-item-scu-item-text-block:hover,
.bx-green .product-item-scu-item-color-block:hover,
.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #63aa28;}

/* Amount */
.bx-green .product-item-amount-field:focus{border-color: #63aa28;}


.bx-green .catalog-section-header{border-color:#63aa28;}
/* End */


/* Start:/bitrix/templates/1kz/components/api/buyoneclick/buyoneclick_1kz/styles.css?173081149210906*/
/* ========================================================================
   Component: aboc-modal
 ========================================================================== */
.aboc-modal-active body{overflow:hidden !important;}
.aboc-modal {
	color: #000;
	display: none;
	opacity: 0;
	filter:alpha(opacity=0);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2000;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition:opacity .15s linear;
	-o-transition:opacity .15s linear;
	transition:opacity .15s linear;
	touch-action: cross-slide-y pinch-zoom double-tap-zoom;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.aboc-modal * {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.aboc-modal.aboc-open{}


.aboc-modal-dialog {
	position: relative;
	margin: 50px auto;
	padding: 20px;
	width: 600px;
	max-width: 100%;
	max-width: calc(100% - 20px);
	background: #fff;
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.3); box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
	transition: opacity 0.3s linear, transform 0.3s ease-out;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
	.aboc-modal-dialog {
		width: auto;
		margin: 10px auto;
	}
}

.aboc-open .aboc-modal-dialog {
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.aboc-modal-dialog > .aboc-close:first-child {
	margin: -6px -8px 0 0;
	float: right;
}

.aboc-modal-header {
	margin: -20px -20px 0 -20px;
	padding: 15px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	background: #fff;
	font-weight: bold;
	font-size: 21px;
	line-height: 1;
	text-align:center;
}
.aboc-modal-footer {
	margin: 0 -20px -20px -20px;
	padding: 15px 20px;
	border-top: 1px solid #ddd;
	background: #fafafa;
}
.aboc-modal-header > :last-child,
.aboc-modal-footer > :last-child {
	margin-bottom: 0;
}
.aboc-modal-text-before,
.aboc-modal-text-after{margin:15px 0}
.aboc-modal-text-after{font-size:11px}

.aboc-close::-moz-focus-inner {border: 0;padding: 0;}
.aboc-close {
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	padding: 0;
	background: transparent;
	display: inline-block;
	width: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	opacity: 0.8;
	filter:alpha(opacity=80);
	-webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box;
	-webkit-appearance: none;
	background: #fff;
	padding: 5px;
	border-radius: 50%;
}
.aboc-close:after{
	display:block;
	width:20px;
	height:19px;
	content:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkMwNzUwNDhDMkU4QzExRTQ4RTIzOTc5N0M5Mzc0M0U1IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkMwNzUwNDhCMkU4QzExRTQ4RTIzOTc5N0M5Mzc0M0U1IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzIgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ1dWlkOjdFQjlDQ0Q2NUMyOEU0MTFCMjRDOTNBNTY2RjU1MEQ3IiBzdFJlZjpkb2N1bWVudElEPSJ1dWlkOjg5MTJCRDVCNTMyOEU0MTFCMjRDOTNBNTY2RjU1MEQ3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+2z1i0QAAAL9JREFUeNqk1NEJwkAMBuDzV1zEiXyRok/OUpzDp0rRSXQBdxEKJpiDtvaSNA38cNfCx+UaurrU9SP9qqJ0KVZrSssLUE7ysJUXYYwPxeBnATrAuEPIJoL+YbnlFEAnsTHoRYvYFGihKlYCS+jWwjRwjN4pN8+8bowvyeiZ8pb9zhp+GCC3eaW8KE9KY40UDKyR9YFy9IwUHFi+M9ecwon177TSUMzAcnUaipmYiSKAqSiCWBFlcL/wjz1AvwIMAGpORjw3RGc1AAAAAElFTkSuQmCC");
}
.aboc-close:hover,
.aboc-close:focus {
	opacity: 1;
	filter:alpha(opacity=100);
	outline: none;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

/* ========================================================================
   Component: aboc-modal-success
 ========================================================================== */
.aboc-modal-success{background:#9c256e;color:#fff;}
.aboc-modal-success .aboc-modal-header,
.aboc-modal-success .aboc-modal-footer{display:none}
.aboc-modal-success .aboc-success-title{
	margin-bottom: 20px;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1;
	font-weight:bold;
}
.aboc-modal-success .aboc-success-info{font-weight:bold;font-size:20px}
.aboc-modal-success .aboc-success-error{color:#f00}


/* ========================================================================
   Component: aboc-form
 ========================================================================== */
.aboc-required{color: #f00;}
.aboc-field-error{color: #f00;font-size:12px}
.aboc-form-row + .aboc-form-row {margin-top: 15px;}
.aboc-form-label {display: block;margin-bottom: 5px;font-weight: bold;}
.aboc-form-field textarea,
.aboc-form-field input[type="text"]{
	width:100%;
	max-width: 100%;
	font-family: inherit;
	font-size: 18px;
	padding: 4px 10px;
	border: 1px solid #d2d2d2;
	background: #fff;
	-webkit-transition:border-color ease .3s; -moz-transition:border-color ease .3s; -ms-transition:border-color ease .3s; -o-transition:border-color ease .3s; transition:border-color ease .3s;
}
.aboc-form-field textarea:hover,
.aboc-form-field input:hover{border-color: #acaeaf;}
.aboc-form-field textarea:focus,
.aboc-form-field input:focus{border-color: #9c256e;}
.aboc-form-field textarea[readonly],
.aboc-form-field input[readonly]{background:#fafafa}
.aboc-form-field textarea{min-height:60px}

.aboc-submit{
	width:100%;
	max-width: 100%;
	padding:10px 15px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight:bold;
	background: #9c256e;
	color: #fff;
	box-shadow: none;
	border: 2px solid #9c256e;
	border-radius: 0;
	transition: all ease .3s;
}
.aboc-submit:not(:disabled) {cursor: pointer;}
.aboc-submit:hover{color: #fff;border-color: #c52f8b;text-shadow: 1px 1px 2px black, 0 0 1em #fff;}
.aboc-submit:disabled{
	background-color: #fafafa;
	color: #999;
	border-color: rgba(0, 0, 0, 0.2);
	background-image: none;
	text-shadow: 0 1px 0 #fff;
	-webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;
}


/* ========================================================================
   Other
 ========================================================================== */
.aboc-modal .api-product{
	margin-bottom: 15px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 15px 0 20px;
}
.aboc-modal .api-product > div + div{margin-top: 15px}
.aboc-modal .api-product .api-name{
	font-size: 18px;
	font-weight: bold;
}
.aboc-modal .api-quantity{
	text-align: center;
	font-size: 0;
	white-space: nowrap;
}
.aboc-modal .api-quantity > *{
	display: inline-block;
	background: #f2f6f9;
	vertical-align: middle;
	height: 32px;
	width: 32px;
	line-height: 30px;
	border: 1px solid #c52f8b;
	background-size: 14px;
}
.aboc-modal .api-quantity > div + div{
	margin-left: -1px;
}
.aboc-modal .api-quantity .api-number{
	min-width: 55px;
}
.aboc-modal .api-quantity .api-number input{
	width: 55px !important;
	border: 0 !important;
	padding: 0 3px !important;
	margin: 0 !important;
	color: #666 !important;
	text-align: center !important;
	background: #fff !important;
	font-size: 18px;
	-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}
.aboc-modal .api-quantity .api-btn-plus{cursor: pointer;background: url("/bitrix/css/api.core/images/icons/light/plus.svg") no-repeat 50% 50% #9c256e;}
.aboc-modal .api-quantity .api-btn-minus{cursor: pointer;background: url("/bitrix/css/api.core/images/icons/light/minus.svg") no-repeat 50% 50% #9c256e;}
.aboc-modal .api-quantity .api-btn-plus:hover,
.aboc-modal .api-quantity .api-btn-minus:hover,
.aboc-modal .api-quantity .api-btn-plus:focus,
.aboc-modal .api-quantity .api-btn-minus:focus{background-color: #c52f8b;}
.aboc-modal .api-quantity .api-btn-plus:active,
.aboc-modal .api-quantity .api-btn-minus:active{background-color: #c52f8b;}


.aboc-modal .api-quantity-inner > *{display: inline-block;vertical-align: middle;position: relative;}
.aboc-modal .api-quantity-inner .api-quantity{margin: 0 15px 0 0;}

.aboc-modal .api-product .api-prices{overflow: hidden;position: relative}
.aboc-modal .api-product .api-prices > div{display: inline-block;vertical-align: top;}
.aboc-modal .api-product .api-prices .api-info-left{min-width: 140px}

.aboc-modal .api-product .api-price{font-size: 30px;font-weight: bold;color: #000;line-height: 1;}
.aboc-modal .api-product .api-old-price{color: #636466;font-weight: bold;text-decoration: line-through;line-height: 1;}

.aboc-modal .api-product .api-discount,
.aboc-modal .api-product .api-saving{text-transform: uppercase;color: #333;font-size: 12px;margin-top: 5px}

.aboc-modal .api-product .api-discount i,
.aboc-modal .api-product .api-saving i{
	padding: 0 4px;
	font-weight: bold;
	margin-right: 8px;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.aboc-modal .api-product .api-discount i{background: #ff0012;color: #FFF;}
.aboc-modal .api-product .api-saving i{background: #fff200;}
.aboc-modal .api-product .api-discount span,
.aboc-modal .api-product .api-saving span{font-size: 10px}

.aboc-modal .api-product .api-desc{border-top: 1px solid #ededed;padding-top: 20px;}
.aboc-modal .api-product .api-desc p:last-child{margin-bottom: 0}
.aboc-modal .api-product-unavailable{padding-top: 25px}

/*NEW STYLES*/

#one_click_captcha-refresh-btn {
	height: 40px;
	padding: 5px 15px;
	font-size: 16px; /* Размер шрифта */
	color: #fff; /* Цвет текста */
	background-color: #BBB; /* Цвет фона */
	border: none; /* Убираем рамку */
	cursor: pointer; /* Курсор при наведении */
}

#one_click_captcha-refresh-btn:hover {
	background-color: #AAA; /* Цвет фона при наведении */
}

#one_click_captcha-refresh-btn:active {
	transform: scale(0.95); /* Уменьшение размера кнопки при нажатии */
}
.captcha-img-and-button{
	display: flex;
	margin: 15px 0 0 0;
}
/* End */
/* /local/components/itl/catalog.smart.filter/templates/.default/style.css?17519737743477 */
/* /bitrix/templates/1kz/components/bitrix/catalog/catalog_19/bitrix/catalog.section.list/.default/style.css?16927222098115 */
/* /bitrix/templates/1kz/components/bitrix/catalog.section/.default/style.css?17441040046444 */
/* /bitrix/templates/1kz/components/bitrix/news.list/section_banner_mobile/style.css?1748000921789 */
/* /bitrix/templates/1kz/components/bitrix/news.list/section_banner/style.css?1748003845872 */
/* /bitrix/templates/1kz/components/bitrix/catalog.section/.default/themes/green/style.css?1692722209843 */
/* /bitrix/templates/1kz/components/api/buyoneclick/buyoneclick_1kz/styles.css?173081149210906 */
