

/* Start:/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/style.css?17780718271710*/
.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%;
	}

}
.coll_desc{
background-color: #efefef;

border-radius:3px 3px 0 0;
padding:15px;
   

}
a.readmore-js-toggle{
	border-radius:0 0 3px 3px;
	text-align:right;
	display: block;
	padding:10px 20px;
	z-index:9999;
	background: #efefef;
/*	background: -moz-linear-gradient(top,  rgba(239,239,239,0) 0%, rgba(239,239,239,1) 60%, rgba(239,239,239,1) 100%); 
	background: -webkit-linear-gradient(top,  rgba(239,239,239,0) 0%,rgba(239,239,239,1) 60%,rgba(239,239,239,1) 100%); 
	background: linear-gradient(to bottom,  rgba(239,239,239,0) 0%,rgba(239,239,239,1) 60%,rgba(239,239,239,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefef', endColorstr='#efefef',GradientType=0 ); 
*/
}

.sort-block{
	background-color:#f6f6f6;
	font-size: 0.9em;
}
.shown, .sorted{
	padding:7px 0;
}

.shown a{

	text-decoration: underline;
}
.shown a.selected{
	font-weight: bold;
	color:#000;
	text-decoration: none;
}

/* End */


/* Start:/local/templates/luara_2025/css/catalog.css?17780718362711*/
.catalog {
  position: relative;
  padding-bottom: 1.5625rem;
}
.catalog-top .d-flex {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  row-gap: 1rem;
}
.catalog-top .bx {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.catalog-top .bx:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}
.catalog-top .link-filter {
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #2D2D2D;
  font-weight: normal;
  font-size: 0.875rem;
  padding-right: 1.3125rem;
}
.catalog-top .link-filter::after {
  content: url(/local/templates/luara_2025/css/../img/icon/equalizer-icon.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  line-height: 0;
}
.catalog-block {
  padding-top: 1.875rem;
}
.catalog-block .d-flex {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.catalog-block .leftCol, .catalog-block .rightCol {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.catalog-filter {
  padding-top: 1.325rem;
  padding-bottom: 1.325rem;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.catalog-filter ul {
  padding: 0 0 5px 0;
  margin: 0px !important;
  list-style-type: none;
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  position: relative;
  overflow-y: hidden;
}
.catalog-filter ul li.active a {
  color: #fff;
  background-color: #67C0C9;
}
.catalog-filter ul li a {
  display: block;
  min-width: 109px;
  text-decoration: none;
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  font-weight: normal;
  font-size: 0.875rem;
  color: #2D2D2D;
  background-color: #f6f6f6;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.catalog-filter ul li a:hover
{
	background-color: #ebebeb;
}

@media (min-width: 768px) {
  .catalog {
  }
}
@media (min-width: 860px) {
  .catalog {
  }
  /*.catalog::before {
    content: "";
    display: block;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    max-width: 573px;
    height: 1px;
    background-color: #DEDEDE;
    top: 0;
    left: 0;
    right: 0;
  }*/
  .catalog-filter {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }
}
@media (min-width: 1100px) {
  .catalog-top .bx:first-child {
    flex: 0 0 78%;
    max-width: 78%;
  }
  .catalog-top .bx:last-child {
    display: none;
  }
}/*# sourceMappingURL=catalog.css.map */
/* End */


/* Start:/local/templates/luara_2025/css/make.css?1778071836825*/
.make {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}
.make .d-flex {
  margin-left: -10px;
  margin-right: -10px;
  flex-direction: column-reverse;
  row-gap: 1.25rem;
}
.make .bx {
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 100%;
  max-width: 100%;
}
.make h2 {
  margin-bottom: 0.8125rem;
}
.make p {
  color: #2D2D2D;
  font-size: 1rem;
  font-weight: 300;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .make {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 860px) {
  .make .d-flex {
    flex-direction: row;
  }
  .make .bx {
    flex: 0 0 57%;
    max-width: 57%;
  }
  .make .bx:first-child {
    flex: 0 0 41%;
    max-width: 41%;
  }
  .make h2 {
    text-align: center;
  }
  .make p {
    text-align: center;
  }
}/*# sourceMappingURL=make.css.map */
/* End */


/* Start:/local/templates/luara_2025/css/element.css?17780718361664*/
.element {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 2.5rem;
}
.element.indent {
  padding-bottom: 3.75rem;
}
.element-box {
  position: relative;
  padding-bottom: 1.25rem;
}
.element-box::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  height: calc(100% - 70px);
  background-color: #B3DEE4;
  z-index: -1;
}
.element .d-flex {
  margin-left: -10px;
  margin-right: -10px;
  row-gap: 1.5rem;
}
.element .bx {
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 100%;
  max-width: 100%;
}
.element .image img {
  margin: 0 auto;
}
.element p {
  color: #2D2D2D;
  font-weight: 300;
  font-size: 1rem;
}
.element-bottom {
  padding-top: 2.1875rem;
}
.element-bottom .page-btn {
  max-width: 100%;
}
.element-bottom .d-flex {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 576px) {
  .element-bottom .page-btn {
    max-width: 356px;
  }
}
@media (min-width: 768px) {
  .element {
    padding-top: 2.5rem;
  }
  .element.indent {
    padding-bottom: 6.25rem;
  }
  .element-bottom {
    padding-top: 4.375rem;
  }
}
@media (min-width: 860px) {
  .element-box {
    padding-bottom: 0;
  }
  .element-box::after {
    width: 50%;
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .element .bx {
    flex: 0 0 34%;
    max-width: 34%;
  }
  .element .bx:first-child {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .element p {
    text-align: center;
  }
}/*# sourceMappingURL=element.css.map */
/* End */


/* Start:/local/templates/luara_2025/css/card.css?177807183617244*/
.card {
  position: relative;
  padding-bottom: 1.25rem;
}
.card .page-wrap
{
	/*max-width: 1400px;*/
}
.card .d-flex {
  margin-left: -10px;
  margin-right: -10px;
  row-gap: 1.25rem;
}
.card .bx {
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 100%;
  max-width: 100%;
}
.card .bx-gr {
  position: relative;
  margin-bottom: 0.75rem;
}
.card .bx-gr .like-check {
  position: absolute;
  top: 0;
  right: 0;
}
.card .bx-slide {
 /*display: none; */
}
.card-for_slider .item {
  position: relative;
}
.card-for_slider .image img
{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
	 position: relative;
	 z-index: 1;
}
.card-for_slider .image .vfrm
{
	position: absolute;
	top: 0px ;
	left: 0px;
	width: 100%;
	z-index: 1;
	background: none;
	display: flex;
}
.card-for_slider .image .vfrm:before
{
	content: '';
	padding-top: 100%;
	float: left;
}
.card-for_slider .slick-dots li {
  margin: 0 4px;
  width: 10px;
  height: 10px;
}
.card-for_slider .slick-dots li.slick-active button {
  background-color: #67C0C9;
}
.card-for_slider .slick-dots li button {
  padding: 0;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #67C0C9;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.card-for_slider .slick-dots li button::before {
  content: none;
}
.card-nav_slider {
  max-width: 290px;
  margin: 0 auto;
}
.card-nav_slider .item {
  margin-right: 8px;
}
.card-nav_slider .item:last-child {
  margin-right: 0;
}
.card-nav_slider .item.slick-current .image {
  border-color: #67C0C9;
}
.card-nav_slider .image {
  width: 2.875rem;
  height: 2.875rem;
  position: relative;
  border: 1px solid #B6B6B6;
}
.card-nav_slider .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-nav_slider .arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.card-nav_slider .arrow.slick-disabled {
  padding: 0;
  visibility: hidden;
}
.card-nav_slider .arrow-prev {
  left: -1.325rem;
}
.card-nav_slider .arrow-next {
  right: -0.75rem;
}
.card-nav_slider .arrow svg {
  fill: #67C0C9;
}
.card-nav_slider.slick-dotted.slick-slider {
  margin-bottom: 2.5rem;
}
.card-nav_slider .slick-dots {
  bottom: -40px;
}
.card-nav_slider .slick-dots li {
  margin: 0 7px;
  width: 14px;
  height: 14px;
}
.card-nav_slider .slick-dots li.slick-active button {
  background-color: #67C0C9;
}
.card-nav_slider .slick-dots li button {
  padding: 0;
  background-color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #67C0C9;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.card-nav_slider .slick-dots li button::before {
  content: none;
}
.card h1 {
  color: #67C0C9;
}
.card .ttl {
  color: #2D2D2D;
  font-weight: normal;
  font-size: clamp(1.125rem, 4vw, 1.5625rem);
  text-transform: uppercase;
  margin-top: 8px;
  max-width: 466px;
}
.card .articul {
  color: #AFAFAF;
  font-weight: normal;
  font-size: 0.6875rem;
  margin-top: 0.625rem;
  text-transform: uppercase;
}
.card .price {
  color: #2D2D2D;
  font-weight: normal;
  font-size: 2rem;
  margin-top: 1.25rem;
  display: flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: baseline;
}
.card .price-old {
  color: #AFAFAF;
  font-size: 1.25rem;
  text-decoration: line-through;
}
.card .price-sale {
  color: #67C0C9;
  font-size: 1.25rem;
}
.card .autoriz {
  position: relative;
  color: #2D2D2D;
  font-weight: normal;
  font-size: 0.875rem;
  padding-left: 1.625rem;
  margin-top: 0.625rem;
  max-width: 230px;
}
.card .autoriz::before {
  content: url(/local/templates/luara_2025/css/../img/icon/butterfly-icon.svg);
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 0;
}
.card .autoriz a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #2D2D2D;
}
.card .autoriz i {
  display: inline-block;
  font-style: normal;
  vertical-align: middle;
}
.card .sizing {
  padding-top: 1.25rem;
}
.card .sizing .name {
  color: #2D2D2D;
  font-weight: normal;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
.card .sizing-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  margin-left: -8px;
  margin-right: -8px;
}
.card .sizing-check {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  flex: 0 0 25%;
  max-width: 25%;
}
.card .sizing-check input[type=radio] {
  position: absolute;
  opacity: 0;
}
.card .sizing-check input[type=radio]:checked ~ label,
.card .sizing-check.active > span {
  border-color: #67BFC9;
  background-color: #67BFC9;
  color: #fff;
}
.card .sizing-check label,
.card .sizing-check > span {
  display: grid;
  place-items: center;
  height: 50px;
  min-width: 100%;
  border: 1px solid #C9C9C9;
  background-color: #fff;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  color: #2D2D2D;
  font-weight: normal;
  font-size: 1.125rem;
  cursor: pointer;
}
.card .not-size {
  display: inline-block;
  color: #AFAFAF;
  font-weight: normal;
  font-size: 0.9375rem;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-top: 0.8125rem;
}
.card .block {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  padding-top: 1.5625rem;
}
.card .link {
  position: relative;
  text-align: center;
  text-decoration: none;
  display: grid;
  place-items: center;
  height: 50px;
  width: 100%;
  max-width: none;
  text-transform: none;
  font-size: 1rem;
  color: #2D2D2D;
  font-weight: normal;
  border-width: 1px;
  border-style: solid;
  padding-left: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 5rem;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.card .link .icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 4.75rem;
  height: 2.1875rem;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #2D2D2D;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.card .link .icon svg {
  fill: #2D2D2D;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.card .link-curr {
  background-color: #67BFC9;
  color: #fff;
  border-color: #67BFC9;
}
.card .link-curr:hover {
  background-color: #55abb5;
  color: #fff;
  border-color: #55abb5;
}
.card .link-curr .icon {
  border-color: #fff;
}
.card .link-curr .icon svg {
  fill: #fff;
}
.card .link-grey {
  background-color: #D8D8D8;
  border-color: #D8D8D8;
  color: #000;
}
.card .link-grey:hover
{
	background: #cacaca;
  border-color: #cacaca;
}
.card .link-wh {
  background-color: #fff;
  border-color: #D8D8D8;
}
.card-block {
  padding-top: 2.5rem;
}
.card-block_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card-block_top .name {
  color: #2D2D2D;
  font-weight: 500;
  font-size: 1.125rem;
}
.card-block_top .location {
  position: relative;
  color: #2D2D2D;
  font-weight: normal;
  font-size: 1.125rem;
  padding-left: 1rem;
  display: none;
}
.card-block_top .location::before {
  content: url(/local/templates/luara_2025/css/../img/icon/location-small-icon.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.card-block_item {
  position: relative;
  padding-left: 2.1875rem;
}
.card-block_item:not(:first-child) {
  margin-top: 1.125rem;
}
.card-block_item .name {
  color: #2D2D2D;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 5px;
  position: relative;
  padding-left: 2.1875rem;
  margin-left: -2.1875rem;
}
.card-block_item .name .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  max-width: 23px;
}
.card-block_item .name .icon img {
  margin: 0 auto;
}
.card-block_item .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #67BFC9;
  font-weight: normal;
  font-size: 0.875rem;
}
.card-block_item .list span {
  display: inline-block;
  background-color: #fff;
  padding-right: 15px;
  padding-bottom: 4px;
  position: relative;
  z-index: 1;
}
.card-block_item .list span:last-child {
  padding-right: 0;
  padding-left: 15px;
}
.card-block_item .list::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px dotted #AFAFAF;
  bottom: 6px;
  left: 0;
  right: 0;
}
.card .accordion {
  margin-top: 1.5rem;
}
.card .accordion-name.active::after {
  content: url(/local/templates/luara_2025/css/../img/icon/drop-arr-top.svg);
}
.card .accordion-name {
  text-decoration: none;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 1.125rem;
  color: #2D2D2D;
  padding: 0.5rem 1.875rem 0.5rem 0px;
}
.card .accordion-name::after {
  content: url(/local/templates/luara_2025/css/../img/icon/drop-arr.svg);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  line-height: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}
.accordion-wrap
{
	display: none;
  padding: 0.5rem 0;
}
.accordion-wrap.active
{
	display: block;
}
.image .view_port
{
	position: relative;
}
.image .view_port:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url(/local/templates/luara_2025/css/../img/loader.svg) center center no-repeat;
	animation: 1s linear 0s normal none infinite running rot;
	-webkit-animation: 1s linear 0s normal none infinite running rot;
}
.kc-add_basket_box {
	display: block;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.61);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.kc-add_basket_box.show
{
	opacity: 1;
	visibility: visible;	
}
.kc-add_basket_box .kc-box_body {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	max-width: 600px;
	min-height: 280px;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	transform: translate(-50%, -50%);
	background-color: rgb(255, 255, 255);
	padding: 15px;
}
.kc-box_body
{
	position: relative;
}
.kc-box_body .close
{
	  display: block;
	  position: absolute;
	  top: 15px;
	  right: 15px;
	  width: 30px;
	  height: 30px;
	  cursor: pointer;
	  background-image: url(/local/templates/luara_2025/css/../img/icon/close.svg);
	  background-repeat: no-repeat;
	  background-position: center;
	  background-size: 60%;
	  background-color: #fff;
	  border: 1px solid #ccc;
	  border-radius: 50%;
}
.kc-add_basket_box .kc-box_body h3 {
  display: block;
  position: relative;
  color: #3cb8b4;
  text-align: center;  margin-top: 20px;
  margin-bottom: 10px;
}
.kc-box_body img
{
	max-width: 100%;
}
.kc-box_body .row
{
	  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kc-box_body .row .col-12
{
	  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
    padding-right: 15px;
  padding-left: 15px;
}
.kc-box_body .body
{
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.kc-box_body .body > *
{
	padding: 10px 0px;
}
.btns_pay .btn, .btns_pay a {
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
	margin-bottom: 10px;
}
.kc-box_body .body .kc-price
{
	font-size: 2.25em;
}

.card .bx:first-child
{	
  align-self: start;
}
@media (min-width: 860px)
{
	.card .bx:first-child
	{	
	  position: sticky;
	  top: 20px;
	}
}

.cs-message {
	display: none;
}

.cs-message_error {
	color: rgb(164 0 0);
	display: block;
	    align-self: start;
	padding: 1rem 0px;
}
.propsTbl .kc-item
{
	display: -ms-flexbox;
	display: flex;		
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	padding-bottom: 10px;
}
.propsTbl .kc-item .nm
{	
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
	display: -ms-flexbox;
	display: flex;		
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
}
.propsTbl .kc-item .nm > span
{
	padding-right: 5px;
}
.propsTbl .kc-item .vl
{
	padding-left: 5px;
}
.propsTbl .kc-item .nm:after
{
	content: '';
	display: block;
	height: 1px;
	background: #e2e2e2;
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
	position: relative;
	top: -5px;
}
.kc-info_product_modal_box .card
{
	padding: 0 0 10px;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 480px) {
  .card-block_top .location {
    display: inline-block;
  }
  .card .autoriz {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (min-width: 768px) {
  .card {
    padding-bottom: 4.375rem;
  }
  .card .price {
    margin-top: 2.5rem;
    font-size: 2.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .kc-info_product_modal_box .card .price
  {
	  margin-top: 0.5rem;
  }
  .card .price-old, .card .price-sale {
    font-size: 1.875rem;
  }
  .card .articul {
    margin-top: 0.875rem;
  }
  .card .ttl {
    margin-top: 0.875rem;
  }
  .card .autoriz {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
  }
  .card .sizing {
    padding-top: 2.5rem;
  }
  .kc-info_product_modal_box .card .sizing {
    padding-top: 0.5rem;
  }
  .card .sizing .name {
    font-size: 1.5625rem;
    margin-bottom: 0.875rem;
  }
  .card .link {
    font-size: 1.25rem;
    height: 66px;
  }
  .card .link .icon {
    height: 3.3125rem;
    width: 4.875rem;
  }
  .card .block {
    row-gap: 1rem;
  }
  .card-block_top .name {
    font-size: 1.25rem;
  }
  .card .accordion {
    margin-top: 2.5rem;
  }
  .card .accordion-name {
    font-size: 1.25rem;
  }
  
	.kc-box_body .row .col-md-4
	{
	  -ms-flex: 0 0 33.3333%;
	  flex: 0 0 33.3333%;
	  max-width: 33.3333%;
	}
	.kc-box_body .row .col-md-8
	{
	  -ms-flex: 0 0 66.6666%;
	  flex: 0 0 66.6666%;
	  max-width: 66.6666%;
	}
}
@media (min-width: 860px) {
  .card .bx {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .card .bx:first-child {
    flex: 0 0 49%;
    max-width: 49%;
  }
  .card .bx-slide {
    display: block;
  }
}
@media (min-width: 1100px) {
  .card .bx {
    flex: 0 0 46%;
    max-width: 46%;
  }
  .card .bx:first-child {
    flex: 0 0 51%;
    max-width: 51%;
  }
  .kc-info_product_modal_box .card .bx:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.kc-info_product_modal_box .not-size,
.kc-info_product_modal_box #show_hint
{
	display: none;
}
@media (min-width: 1280px)
{
	.card-nav_slider
	{
		max-width: 80%;
	}
	.card-nav_slider .image
	{		
		width: 4.875rem;
		height: 4.875rem;
	}
}

/*# sourceMappingURL=card.css.map */
/* End */


/* Start:/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/style.css?177807183422597*/
.collectionsMarker ~ .gc-filter [data-id="228"], [data-id="364"]
{
	display: none;
}
.bx-filter {
	width: 100%;
	min-width: 220px;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */

	position: relative;
	padding-top: 16px
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/


.bx-filter .bx-filter-parameters-box {
	position: relative;
	padding-bottom: 15px;
}
.bx-filter .bx-filter-parameters-box-title {
}
 @media (min-width: 992px) {
.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
	clear: both;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
	clear: both;
}
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #000;
	display: block;
	position: relative;
	line-height: 2em;
	padding: 5px 0px;
	cursor: pointer;
	font-weight: bold;
}
.bx-filter .bx-filter-parameters-box-title span i {
	line-height: 2em;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
/*color: #95a1a8;*/

}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/

	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,  .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 12px;
	line-height: 28px;
	width: 24px;
	text-align: center;
	font-style: normal;
	float: left;
}
.bx-filter-parameters-box-container {
	margin-bottom: 10px;
	max-height: 25rem;
	overflow-y: auto;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
	width: 100%
}
.bx-filter .bx-filter-parameters-box-container-block::after {
	content: ' ';
	display: block;
	clear: both;
}
/*

* INPUTS

*

*/

.bx_filter_input_checkbox
{	
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 8px 0;
}
.bx_filter_param_text {
	padding-left: 10px;
	cursor: pointer;
}
.bx_filter_input_checkbox input
{
	display: none;
}
.bx_filter_input_checkbox .gc-chbx__icon
{
	display: block;
	width: 18px;
	height: 18px;
	border: solid 1px #b7b7b7;	
}
.bx_filter_input_checkbox:hover .gc-chbx__icon
{
	border: solid 3px #67c0c9;	
}
.bx_filter_input_checkbox input:checked + .gc-chbx__icon
{
	border: solid 1px #67c0c9;	
	background: #67c0c9;	
}
.bx_filter_param_text span
{
	display: none;
}
.bx-filter .bx-filter-input-container {
	float: left;
	width: calc(50% - 36px);
}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: calc(100% - 8px);
	font-size: 12px;
	height: 28px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	outline: none
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/border_default.png) 2 repeat;
}
/*.bx-filter .bx-filter-input-container input:focus {

	border-color: #499fd8;

}

.bx-retina .bx-filter .bx-filter-input-container input:focus {

	-webkit-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/active.png) 2 repeat;

	   -moz-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/active.png) 2 repeat;

		 -o-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/active.png) 2 repeat;

			border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/active.png) 2 repeat;

}



/*

COLOR

*/

.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */



	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
	padding: 20px 0px 10px;
}
.bx-filter .gc-btn
{
	max-width: 350px;
	margin-bottom: 10px;
}
/*

*Track

*

*/



.bx-filter .bx-ui-slider-track-container {
	padding-top: 20px;
	padding-bottom: 25px;	
    margin-right: 8.33333333%;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 4px;/*background: #d8e9f0;/* COLOR */

}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	bottom: -40px;
	height: 17px;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: 0px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/



	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #7e7e7e;
}
.bx-filter .bx-ui-slider-part.p2 span,  .bx-filter .bx-ui-slider-part.p3 span,  .bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,  .bx-filter .bx-ui-slider-pricebar,  .bx-filter .bx-ui-slider-pricebar-vd,  .bx-filter .bx-ui-slider-pricebar-vn,  .bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;/*background: #849da4;/* COLOR */

}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;/*background: #a8dff3;/* COLOR */

}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;/*background: #499fd8;/* COLOR */

}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	border-bottom: none;
	z-index: 100;
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.15);
	-o-box-shadow: 0px 2px 6px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 6px rgba(0,0,0,0.15);
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-top: -9px;
	margin-left: -14px;/* COLOR */

	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/

}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -14px;
	margin-top: -9px;/* COLOR */

	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/

}
/*

*	Select

*

*/



.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/border_default.png) 2 repeat;
}
/* COLOR */

/*.bx-filter .bx-filter-select-container.bx-active,

.bx-filter .bx-filter-select-container:focus {

	border-color: #499fd8;

}

.bx-retina .bx-filter .bx-filter-select-container.bx-active,

.bx-retina .bx-filter .bx-filter-select-container:focus {

	-webkit-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/active.png) 2 repeat;

	   -moz-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/active.png) 2 repeat;

		 -o-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/active.png) 2 repeat;

			border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/active.png) 2 repeat;

}*/

.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*

*	Select popup

*

*/



.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,  .bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*

* TAGS

*

*/



.bx-filter .bx-filter-tag {
	padding: 18px;/*border-top: 1px solid #d7eaf7;/* COLOR */

	/*border-bottom: 1px solid #d7eaf7;/* COLOR */

}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */

	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,  .bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*

*	LABEL

*

*/



.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	font-size: 13px;
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*

*	Checkbox / Radio 

*

*/



.bx-filter .bx-filter-input-checkbox {
}
.bx-filter .bx-filter-input-checkbox input[type=radio],  .bx-filter .bx-filter-input-checkbox input[type=checkbox] {
}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	line-height: 15px;
	margin-left: 25px;
	text-align: left;
}
/*

* 	BTN 

*

*/



.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/border_default.png) 2 repeat;
}
/* COLOR */

/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,

.bx-filter .bx-filter-param-btn:hover,

.bx-filter .bx-filter-param-btn:active,

.bx-filter .bx-filter-param-btn:focus {

	border-color: #499fd8;

}

.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,

.bx-retina .bx-filter .bx-filter-param-btn:hover,

.bx-retina .bx-filter .bx-filter-param-btn:active,

.bx-retina .bx-filter .bx-filter-select-container:focus {

	-webkit-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/active.png) 2 repeat;

	   -moz-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/active.png) 2 repeat;

		 -o-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/active.png) 2 repeat;

			border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/active.png) 2 repeat;

}*/

/* --- colors */

.bx-filter .bx-filter-param-btn.bx-color-sl {
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*

* BTN P/M

*

*/



.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:bold;*/



	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*

*	icon

*

*/



.bx-filter-select-popup .bx-filter-select-text-icon,  .bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,  .bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/

	/*top:4px;*/



	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,  .bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*

* 	BIZ

*

*/



.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/



	color: #000;
	border-color: transparent;
}
/*

*	BTN result and reset 

*

*/



.btn-themes {
	/*background-color: #1485CE;/* COLOR */

	/*border-color: #1485CE;/* COLOR */

	color: #FFF
}
.btn-themes.bx-active,  .btn-themes.focus,  .btn-themes:active,  .btn-themes:focus,  .btn-themes:hover {
	/*background-color: #53A4D8;/* COLOR */

	/*border-color: #53A4D8;/* COLOR */

	color: #FFF
}
/*

* 	Result Popup

*

*/



.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 999;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/images/result_popup_right.png) 4 4 4 20 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	left: 90%;
	top: 10px;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.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: #0073a3;
	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
 @media (max-width: 767px) {
.bx-touch .bx-filter .bx-filter-popup-result {
	font-size: 12px;
	line-height: 14px;
	position: fixed !important;
	z-index: 1001;
	top: auto !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	margin-top: 0;
	margin-left: 0;
	width: auto;
	height: auto;
	padding: 10px;
	border-radius: 2px;
	border: 1px solid #c6dae7;
	background: rgba(255,255,255,.9);
}
.bx-touch .bx-filter .bx-filter-popup-result br {
	display: none;
}
.bx-filter .bx-filter-popup-result .arrow {
	display: none;
}
}


label.disabled
{
	color: #CCC;
	position: relative;
}
label.disabled::before
{
	content: ' ';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	cursor: not-allowed;
}
.filter_spoiler
{
	display: none;
	position: relative;
	margin: 0px;
}
.smartfilter::after
{
	content: ' ' ;
	display: block;
	clear: both;
}
.fs_opener
{
	font-size: 0.9em;
	color: #000;
	border-bottom: dotted 1px #666;
	text-decoration: none !important;	
	position: relative;
}
.fs_opener:hover
{
	border-bottom: solid 1px #41b7aa;
	
}
.fs_opener::after
{
	content: '\f107';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0px;
	right: -10px;
}

.bx-filter.bx-blue .bx-filter-section
{
	background: none;
}
.kc-search
{	
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.kc-search [type="text"]
{
	background: none;
	padding: 10px 50px 10px 10px;
	border: solid 1px #b7b7b7;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	font-size: 1rem;
}
.kc-search [type="text"]:focus
{
	border: solid 1px #67c0c9;
}
.kc-search [type="submit"]
{
	position: absolute;
	top: 50%;
	right: 5px;
	width: 32px;
	height: 32px;
	border: none;
	background: none;
	text-indent: -9999em;
	margin-top: -16px;
	cursor: pointer;
}
.kc-search [type="submit"]:after
{
	content: '\f002';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 32px;
	height: 32px;
	font-size: 1.5em;
	text-indent: 0;	
	color: #b7b7b7;
	line-height: 32px;
}
.kc-search [type="submit"]:hover:after
{
	color: #000;
}

.bx-price-values .bx-filter-input-container {
	position: relative;
	width: 48%;
}
.bx-price-values .bx-filter-input-container:nth-child(2)
{
	float: right;
}
.bx-price-values .bx-ft-sub
{
	position: absolute;
	top: 8px;
	left: 0px;
}
.bx-filter .bx-price-values .bx-filter-input-container input
{
    background: none;
    padding: 10px 10px 10px 24px;
    border: solid 1px #b7b7b7;
    box-sizing: border-box;
    outline: none;
	height: auto;	
    border-radius: 0px;
    font-size: 1rem;
	width: 100%;
}
.bx-filter .bx-ui-slider-track-container
{
	margin: 0px;
}
.bx-filter .bx-ui-slider-part.p1
{
	left: 0px;
}
.bx-filter .bx-ui-slider-part span
{
	text-align: left;
	left: 0px;
	margin: 0px;
}
.bx-filter .bx-ui-slider-part.p5 span
{
	left: auto;
	right: 0px;
	text-align: right;
}
.bx-filter .bx-ui-slider-range
{
	margin: 0px 14px;
}
.prices .bx-filter-parameters-box-container
{
	overflow: hidden;
}
/* End */


/* Start:/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/themes/blue/colors.css?17780718342593*/
.bx-filter.bx-blue .bx-filter-section {
	background: #fff;
}
.bx-filter.bx-blue .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/themes/blue/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/themes/blue/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/themes/blue/images/active.png) 2 repeat;
	border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/themes/blue/images/active.png) 2 repeat;
}
.bx-filter.bx-blue .bx-ui-slider-track{background: #e7e7e7;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background: #d3d3d3;}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background: #d3d3d3;} /* mainline */
.bx-filter.bx-blue .bx-ui-slider-pricebar-v {background: #67c0c9;} /* selected zone */

.bx-filter.bx-blue .bx-ui-slider-handle.left {
	background: #67c0c9;
}
.bx-filter.bx-blue .bx-ui-slider-handle.right {
	background: #67c0c9;
}
.bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-filter.bx-blue .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/themes/blue/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/themes/blue/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/themes/blue/images/active.png) 2 repeat;
	border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/themes/blue/images/active.png) 2 repeat;
}
.bx-filter.bx-blue .bx-filter-tag {
	border-top: 1px solid #d7eaf7;
	border-bottom: 1px solid #d7eaf7;
}
.bx-filter.bx-blue .bx-tag-link {
	color: #68939e;
}
.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-filter.bx-blue .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/themes/blue/images/active.png) 2 repeat;
	-moz-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/themes/blue/images/active.png) 2 repeat;
	-o-border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/themes/blue/images/active.png) 2 repeat;
	border-image: url(/local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/themes/blue/images/active.png) 2 repeat;
}
.bx-filter.bx-blue .btn-themes {
	background-color: #53bcbc;
	border-color: #53bcbc;
	color: #FFF
}
.bx-filter.bx-blue .btn-themes.bx-active,
.bx-filter.bx-blue .btn-themes.focus,
.bx-filter.bx-blue .btn-themes:active,
.bx-filter.bx-blue .btn-themes:focus,
.bx-filter.bx-blue .btn-themes:hover{
	background-color: #03abab;
	border-color: #03abab;
	color: #FFF
}
/* End */


/* Start:/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/style.css?177807182931262*/
/* catalog.section */
.bx-section-desc-post{
    font-size: 12px;
    padding: 0 0 0 15px;
    margin: 15px 0;
}
.bx-section-desc{
    border-left: 3px solid #d3d3d3;
}
.bx_catalog_list_home{
    margin-bottom:20px;
    border-bottom:1px solid #e5e5e5;
    min-height: 245px;
}
.bx_catalog_list_home::after
{
    content: ' ';
    display: block;
    clear: both;
}
@media (max-width:640px) {.bx_catalog_list_home {border-bottom:1px solid #e5e5e5;}}

.bx_catalog_list_home .bx_catalog_item{
    position:relative;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background:#fff;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
    margin-bottom:30px;
}
@media (min-width:992px){
    .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 10px;margin:0 0 30px 0   ;width:100%}

    .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 10px;margin:0 1% 30px;width:48%}
    .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

    .bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 10px;margin:0 1% 30px;width:31.333333%}
    .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

    .bx_catalog_list_home.col4 .bx_catalog_item{padding:1px 10px;margin:0 0 30px;width:25%}
    .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1){clear:both}

    .bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 10px;margin:0 1% 30px;width:18%}
    .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(5n+1){clear:both}
}

@media (min-width:768px) and (max-width:992px){
    .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 10px;margin:0 0 0 30px;width:100%}

    .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 10px;margin:0 1% 30px;width:48%}
    .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

    .bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 10px;margin:0 1% 30px;width:31.333333%}
    .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

    .bx_catalog_list_home.col4 .bx_catalog_item,
    .bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 10px;margin:0 1% 30px;width:31.333%}
    .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(4n+1),
    .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(4n+1){clear:both}
}
@media (max-width:768px){
    .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 10px;margin:0 0 0 30px  ;width:100%}

    .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 10px;margin:0 1% 30px;width:48%}
    .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

    .bx_catalog_list_home.col3 .bx_catalog_item{padding:1px 10px;margin:0 1% 30px;width:31.333333%}
    .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1){clear:both}

    .bx_catalog_list_home.col3 .bx_catalog_item,
    .bx_catalog_list_home.col4 .bx_catalog_item,
    .bx_catalog_list_home.col5 .bx_catalog_item{padding:1px 10px;margin:0 1% 30px;width:31.333333%}

    .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(3n+1),
    .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(3n+1),
    .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(3n+1){clear:both}
}
@media (max-width:580px){
    .bx-touch .bx_catalog_list_home.col1 .bx_catalog_item{padding:1px 26px;margin:0 0 0 30px ;width:100%}

    .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item{padding:1px 16px;margin:0 1% 30px;width:48%}
    .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(3n+1){clear:none}
    .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

    .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item,
    .bx-touch .bx_catalog_list_home.col3 .bx_catalog_item,
    .bx-touch .bx_catalog_list_home.col4 .bx_catalog_item,
    .bx-touch .bx_catalog_list_home.col5 .bx_catalog_item
    {padding: 0px !important;margin:0 1% 0px;width: 98%;clear:none; border-bottom: solid 1px #e5e5e5; overflow: hidden;}

    .bx-touch .products_column .bx_catalog_list_home.col4 .bx_catalog_item{
        width:48%; 
    }
    .products_column .bx_catalog_list_home .bx_catalog_item_images {
        padding-top: 100%; 
        float: none; 
        width: 100%; 

    }

    .products_column .bx_catalog_list_home .catalog_item_hide_content {
        /*        float: none;*/
        width: 100%;
    }
    .products_column .bx_catalog_list_home  .bx_catalog_item_title a{
        /*min-height:208px;*/
        display:none;
    }
    .products_column .bx_catalog_list_home  .bx_catalog_item_images_double{
        padding-top: 100%; 
    }
    .products_column .bx_catalog_list_home  .bx_catalog_item_price .bx_price {
        height: 63px;
    }


    .bx_catalog_item::after
    {
        content: ' ';
        display: block;
        clear: both;
    }

    .bx-touch .bx_catalog_list_home.col2 .bx_catalog_item:nth-child(2n+1),
    .bx-touch .bx_catalog_list_home.col3 .bx_catalog_item:nth-child(2n+1),
    .bx-touch .bx_catalog_list_home.col4 .bx_catalog_item:nth-child(2n+1),
    .bx-touch .bx_catalog_list_home.col5 .bx_catalog_item:nth-child(2n+1){clear:both}

    .bx_catalog_item_container .more, .bx_catalog_tile, .bx-section-desc
    {
        display: none;
    }
}
.sml_offest
{
    display: block;
    height: 10px;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container
{
    position:absolute;
    z-index:990;
    top:0;
    left:0;
    right:0;		
    background:#4ebcb0;
    color: #fff !important;
    -webkit-box-shadow: 0 5px 15px rgba(78,188,176,0.25);
    -moz-box-shadow: 0 5px 15px rgba(78,188,176,0.25);
    -o-box-shadow: 0 5px 15px rgba(78,188,176,0.25);
    box-shadow: 0 5px 15px rgba(78,188,176,0.25);
    -webkit-animation:borderview 0.1s;
    animation:borderview 0.1s;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container a
{
    color: #fff !important;
}
@media (min-width:960px){.bx-no-touch  .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container{padding:1px 10px;}}
@media (max-width:960px){.bx-no-touch  .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container{padding:1px 10px;}}

@keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);}}
@-webkit-keyframes borderview {from {border:1px solid #fdfdfd;box-shadow:0 0 0 0 rgba(0,0,0,0);} to {border:1px solid #d3d3d3;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);}}

.bx_catalog_list_home .bx_catalog_item_articul{

    font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_title{
    /*
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
    */

}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_title{
    white-space: normal;
}
.bx_catalog_list_home .bx_catalog_item_title a{
    color:#fff;
    text-decoration:none;
    font-size: 1.2em;
    font-weight: 500;	
    display: block;
    padding: 10px 0 0;
}
.bx_catalog_list_home {
    /*color:#1ff;
    text-decoration:none;
    font-size: 1.2em;
    font-weight: 500;	
    display: block;
    padding: 10px 0 0;*/
}
.bx_catalog_item_price{
    /*color:#1ff;
    text-decoration:none;
    font-size: 1.2em;
    font-weight: 500;	
    display: block;
    padding: 10px 0 0;*/
}


.bx_catalog_list_home .bx_catalog_item_price span{
    color:#a5a5a5;
    font-size:12px;
    font-weight:normal;
    white-space:nowrap;
    text-decoration:line-through;
}
.bx_catalog_list_home .bx_catalog_item_controls{
    padding-top:10px;
    text-align:center;
    opacity:0;
}
@media (min-width:641px) and (max-width:960px){.bx_catalog_list_home .bx_catalog_item_controls{height:auto}}
@media (max-width:640px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;text-align:center}}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item_controls{height:auto;line-height:30px;display:block}}
@media (max-width:479px){.bx-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls {height:auto}}

.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
    /*width:100%;*/
    white-space:nowrap;
    text-align:left;
    float:left;
    font-size:14px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
    color:#3f3f3f;
    font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #E4E4E4;
    background: #F3F3F3;
    white-space: normal;
    line-height: normal;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
    width:100%;
    text-align:center;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{
    margin:0 1%;
    width: 48%;
    min-width:100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 25px;
    height: 25px;
}

@media (max-width:640px) {
    .bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{display:none;}
    .bx-touch .bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{float:none;width:100%;text-align:center;}
}
.bx_catalog_list_home .bx_catalog_item_controls input[type=text]{border:none;}
.bx-touch .bx_catalog_list_home .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls{opacity:1}
.bx_catalog_list_home .bx_cnt_desc{
    text-align:left;
    position:absolute;
    right:-45px;
    top:2px;
    width:40px;
}
@media (min-width:641px) and (max-width:960px){

}
.bx_catalog_list_home .bx_catalog_item_controls a{margin-bottom:10px;}
.bx_catalog_list_home .bx_catalog_item_price .bx_price{
    font-size: 1.3em;
    padding: 20px 0px;

}

.bx_catalog_item_container .more
{
    color: #fff;
    border-color: #fff;
    font-size: 0.9em;
    text-decoration: none !important;
    width: 100%;
    line-height: 35px;
    margin-bottom: 10px;	
}
.bx_catalog_item_container .more:hover
{
    background: #6ad4c8;
}
.bx_catalog_list_home .bx_catalog_item_images_double,

.bx_catalog_list_home .bx_catalog_item_images{
    position:relative;
    z-index:910;
    display:block;
    padding-top:100%;
    width:100%;
    background-position:center;
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
    background-color: #fff;
    margin: 10px 0px;
}

.bx_catalog_list_home .bx_catalog_item_images_double{
    z-index:900;
    margin-top: calc(-100% - 10px);
    opacity:0;
}
@media (max-width: 580px)
{
    .bx_catalog_list_home .bx_catalog_item_images_double,
    .bx_catalog_list_home .bx_catalog_item_images{
        position:relative;
        z-index:910;
        display:block;
        padding-top:50%;
        float: left;
        width:50%;
        background-position:center;
        background-repeat:no-repeat;
        -webkit-background-size:contain;
        background-size:contain;
        background-color: #fff;
        margin: 0px 0px;
    }
    .bx_catalog_list_home .bx_catalog_item_images_double{
        z-index:900;
        margin-top: calc(-100% - 10px);
        opacity:0;
    }
    .bx_catalog_item:nth-child(even) .bx_catalog_item_images, 
    .bx_catalog_item:nth-child(even) .bx_catalog_item_images_double
    {
        float: right;
    }
    .catalog_item_hide_content
    {
        float: right;
        width: 48%;
        display: block !important;
    }
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images{
    opacity:0;
    -webkit-animation:rotateimgfirst 0.5s;
    animation:rotateimgfirst 0.5s;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item.double:hover .bx_catalog_item_images_double{
    opacity:1;
    -webkit-animation:rotateimglast 0.5s;
    animation:rotateimglast 0.5s;
}
/*
@keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@-webkit-keyframes rotateimgfirst {from {opacity:1;} to {opacity:0;}}
@keyframes rotateimglast  {from {opacity:0;} to {opacity:1;}}
@-webkit-keyframes rotateimglast  {from {opacity:0;} to {opacity:1;}}
*/
.bx-no-touch .bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_articul,
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_scu{display:none}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu{display:block}
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_scu{padding-top:10px}
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch    .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.no_touch{display:none !important;}

/* Stickers */
.bx_catalog_list_home .bx_stick{
    position:absolute;
    width:123px;
    height:35px;
    background:url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/stick.png) left center no-repeat;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 0 #ba3434;
    line-height:35px;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.bx_catalog_list_home .bx_stick.short {font-weight: bold;font-size:18px}
.bx_catalog_list_home .bx_stick.average {font-weight: bold;font-size:13px}
.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}

.bx_catalog_list_home .bx_stick.left,
.bx_catalog_list_home .bx_stick_disc.left{left:-2px;}
.bx_catalog_list_home .bx_stick.right,
.bx_catalog_list_home .bx_stick_disc.right{right:0;}
.bx_catalog_list_home .bx_stick.top,
.bx_catalog_list_home .bx_stick_disc.top{top:15px;}
.bx_catalog_list_home .bx_stick.bottom,
.bx_catalog_list_home .bx_stick_disc.bottom{bottom:5px;}
.bx_catalog_list_home .bx_stick.middle,
.bx_catalog_list_home .bx_stick_disc.middle{top:49%;}
@media (min-width:641px) and (max-width:960px){
    .bx_catalog_list_home .bx_stick{
        width:90px;
        height:30px;
        background-size:100%;
        line-height:30px;
    }
    .bx_catalog_list_home .bx_stick.short {font-weight:normal;font-size:14px}
    .bx_catalog_list_home .bx_stick.average {font-weight:normal;font-size:11px}
    .bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
    .bx_catalog_list_home .bx_stick_disc{
        width:64px;
        height:65px;
        background-size:100%;
        font-size:	20px;
        line-height:65px;
    }
}
@media (max-width:640px) {
    .bx-touch .bx_catalog_list_home .bx_stick{
        width:70px;
        height:30px;
        background-size:100%;
        font-size:	11px;
        line-height:30px;
    }
    .bx-touch .bx_catalog_list_home .bx_stick_disc{
        width:48px;
        height:49px;
        background-size:100%;
        font-size:	16px;
        line-height:49px;
    }
}
@media (max-width:479px) {
    .bx-touch .bx_catalog_list_home .bx_stick{
        width:70px;
        height:30px;
        background-size:100%;
        font-size:	11px;
        line-height:30px;
    }

    .bx-touch .bx_catalog_list_home .bx_stick_disc{
        width:37px;
        height:38px;
        background-size:100%;
        font-size:13px;
        line-height:38px;
    }
}

/* buttons */
.bx_catalog_list_home .bx_bt_button,
.bx_catalog_list_home .bx_bt_button_type_2{
    display:inline-block;
    border-radius:3px;
    text-align:center;
    text-decoration:none;
    font-size:14px;
    cursor:pointer;
    white-space:nowrap;
}

.bx_catalog_list_home .bx_bt_button_type_2 				{
    border:1px solid #e9e9e9;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f1f1f1));
    background-image:-webkit-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:   -moz-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:     -o-linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    background-image:        linear-gradient(#fcfcfc 0%,#f1f1f1 100%);
    color:#656565;
    text-shadow:0 1px 0 #fff;
}
.bx_catalog_list_home .bx_bt_button_type_2:hover{background:#fff;}
.bx_catalog_list_home .bx_bt_button_type_2:active 	{
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#fcfcfc));
    background-image:-webkit-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:   -moz-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:     -o-linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    background-image:        linear-gradient(#f1f1f1 0%,#fcfcfc 100%);
    box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}
.bx_catalog_list_home .bx_bt_button  				{
    background:#00a2df;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background: -moz-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:  -ms-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:   -o-linear-gradient(top,#00a2df 0%,#006fcb 100%);
    background:      linear-gradient(to bottom,#00a2df 0%,#006fcb 100%);
    color:#fff;
    text-shadow:0 1px 0 #006cae;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0 );
}
.bx_catalog_list_home .bx_bt_button:hover  		{
    background:#21afe4;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}
.bx_catalog_list_home .bx_bt_button:active  		{
    background:#21afe4;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#21afe4),color-stop(100%,#006fcb));
    background:-webkit-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:  -moz-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:   -ms-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:    -o-linear-gradient(top,#21afe4 0%,#006fcb 100%);
    background:       linear-gradient(to bottom,#21afe4 0%,#006fcb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4',endColorstr='#006fcb',GradientType=0 );
}


.bx_catalog_list_home .bx_small.bx_bt_button{
    display:inline-block;
    min-width:20px;
    line-height:20px;
}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2{
    display:inline-block;
    min-width:18px;
    line-height:18px;
}

.bx_catalog_list_home .bx_small.bx_bt_button_type_2 		{}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:hover 	{}
.bx_catalog_list_home .bx_small.bx_bt_button_type_2:active 	{}


.bx_catalog_list_home .bx_medium.bx_bt_button{
    padding:0 13px;
    height:25px;
    font-weight:bold;
    line-height:25px;
}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2		{
    padding:0 13px;
    height:23px;
    font-weight:bold;
    line-height:23px;
}

.bx_catalog_list_home .bx_medium.bx_bt_button,
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2 		{font-weight:bold;}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:hover  {}
.bx_catalog_list_home .bx_medium.bx_bt_button_type_2:active {}

.bx_catalog_list_home .bx_col_input{
    display:inline-block;
    width:40px;
    text-align:center;
}

/* scu_detail_size */
.bx_catalog_list_home .bx_item_detail_size{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray{
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_size .bx_size{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx_catalog_list_home .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_catalog_list_home .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_catalog_list_home .bx_item_detail_size ul li{
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
}
.bx_catalog_list_home .bx_item_detail_size ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;

    color: #3f3f3f;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;
    -moz-border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_size ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
    border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/x2border_active.png) 2 fill stretch;
}

.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {left:   0;background:url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{right:  0;background:url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_catalog_list_home .bx_item_detail_scu{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray{
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li{
    position: relative;
    display: block;
    float: left;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 4px;
    left:2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;
    z-index:10;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;
    -moz-border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    padding: 3px;
    border: 2px solid #006cc0;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/missing.png) no-repeat center;
}

.bx-retina .bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/x2border_active.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
    position: absolute;
    top:   6%;
    right: 6%;
    bottom:6%;
    left:  6%;
    background-size:contain;
    background-repeat: no-repeat;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
    width: auto;
    height: 25px;
}

/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/images/fade_right.png) repeat-y   right center;background-size: 100% auto}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.css?1666951231754*/
div.modern-page-navigation {
	padding: 0.5em 0;}
div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous {
	border-right-width: 1px;
	border-right-style: solid;
	border-left: none; }
div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first {
	border-left: none;
	padding-left: 0.5em; }

span.modern-page-current {
	font-weight: var(--ui-font-weight-bold);
}
div.modern-page-navigation a,
span.modern-page-current,
div.modern-page-navigation a.modern-page-previous,
span.modern-page-dots {
	border-color: #cdcdcd; }

/* End */


/* Start:/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/themes/blue/style.css?17780718281202*/
/* catalog.section */
.bx_blue.bx-section-desc{
	border-left-color:#0083d1;
}
.bx_catalog_list_home.bx_blue .bx_bt_button  				{
	background:#53bcbc;

	color:#fff;
	text-shadow: 0 1px 0 #165c99;
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx_catalog_list_home.bx_blue .bx_bt_button:hover  		{
	background:#7ec9c9;
}
.bx_catalog_list_home.bx_blue .bx_bt_button:active  		{
	background:#03abab;
}

/* scu_detail_size */
.bx-retina .bx_catalog_list_home.bx_blue .bx_item_detail_size ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* scu_detail_scu */
.bx-retina .bx_catalog_list_home.bx_blue .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* End */
/* /local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/style.css?17780718271710 */
/* /local/templates/luara_2025/css/catalog.css?17780718362711 */
/* /local/templates/luara_2025/css/make.css?1778071836825 */
/* /local/templates/luara_2025/css/element.css?17780718361664 */
/* /local/templates/luara_2025/css/card.css?177807183617244 */
/* /local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/style.css?177807183422597 */
/* /local/templates/luara_2025/components/bitrix/catalog.smart.filter/filter_custom/themes/blue/colors.css?17780718342593 */
/* /local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/style.css?177807182931262 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.css?1666951231754 */
/* /local/templates/luara_2025/components/bitrix/catalog/jewelry_custom/bitrix/catalog.section/.default/themes/blue/style.css?17780718281202 */
