
.slidermain {border:2px solid #f7f7f7;}
.slidermain-thumbs {border:2px solid #f7f7f7;}
.swiper-slide-thumb-active .slidermain-thumbs {border:2px solid #202a45;}



a.color_item {
	display:block;
    width: 100%;
    border:2px solid #e9ecef;
	text-align: center;
	color:#fff;
	text-decoration: none;
	padding: 8px 0 8px 0;
	font-size: 14px;
	cursor: pointer;
	
	
	font-size: 14px;

  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.22);
  border-radius: 0.5rem; 

   
	}



a.color_black_1 b {color: #000;}



a.click {
border:2px solid rgba(0, 0, 0, 0.22);
text-decoration: none;

}


a.click:before {
color: #fff;
content: "\2713";
font-size: 14px;
font-weight: bold;
position: relative;
display: block;
text-align: center;
margin-top:-2px;

}



a.color_black_1:before {color: #000;}



a.click b{
	
display: none;

}



a.color_black_0 {color:#fff}




#ajax_color {margin-top: 10px; margin-bottom: 10px;}


#specifications {margin-top: 10px;}





h4#color_textture {
margin-top: 15px;
margin-bottom: 15px;
  font-weight: bold;
}


span.data-name b {color: red;}
span#spanral  {color: #2d2978;}




.number input::-webkit-outer-spin-button,
.number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

.number input[type=number] {
    -moz-appearance:textfield; 
}





.number {
	user-select: none;
	position: relative;
	text-align: left;
	padding: 0;
	width: 140px;
	border: 1px solid #ddd;
	display: inline-block;
}



.number-minus, .number-plus {
	position: absolute;
	top: 0;
	width: 40px;
	height: 32px;
	line-height: 36px;
	display: block;
	background: #faf4f2;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	font-family: arial;
	color: #3e1e02;
	text-decoration: none;
}


.number-minus {
	left: 0;
	border-right: 1px solid #ddd;
}



.number-plus {
	right: 0;
	border-left: 1px solid #ddd;
}



.number-minus:hover, .number-plus:hover {
	background: #fffcfb;
}


.number-minus:active, .number-plus:active {
	background: #e8e4e2;
}


.number-text{
	display: inline-block;
	font-size: 14px;
	color: #000;
	line-height: 32px;
	height: 32px;
	padding: 0;
	margin: 0 0 0 42px;
	background: #fff;
	outline: none;
	border: none;
	width: 57px;
	text-align: center;
}



h2#result { font-size: 38px; color: red; padding-top: 22px; }


#result.netprice { font-size: 28px; }


.ul-list {
  list-style-type: none;
  padding: 0;
}

.objects-list__item:before {
  display: none;
}


.objects-list__item {
  margin: 0px!important;
  padding: 5px 5px 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card_item {
  align-items: flex-start;
  --stan-product-card-radius: 14px;
}

.card_item > [class*="col-"] {
  margin-top: 0;
  padding-top: 0;
}

.card_item--main .card_item__price-col {
  margin-top: 14px;
}

/* Transitional layout: 922-991.98px behaves like lg (5/7 columns). */
@media (min-width: 922px) and (max-width: 991.98px) {
  .card_item--main > .card_item__media-col {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .card_item--main > .card_item__right-col {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

/* Wide desktop: restore side-by-side split inside right column. */
@media (min-width: 1287px) {
  .card_item--main .card_item__meta-col {
    flex: 0 0 auto;
    width: 57.14285714%;
  }

  .card_item--main .card_item__price-col {
    flex: 0 0 auto;
    width: 42.85714286%;
    margin-top: 0;
  }
}

/* In 922-1286px layout make CTA buttons fill price card width. */
@media (min-width: 922px) and (max-width: 1286px) {
  .card_item--main .card_item__price-col .banner__button .b-button {
    width: 100%;
    max-width: none;
  }
}

.item-main-title-wrap {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 8px;
  border-bottom: 1px solid #e5e7eb;
}

.item-main-title {
  margin: 0;
  padding: 0;
  font-family: var(--title-font);
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  word-spacing: normal;
  color: var(--textPrimary, #111827);
  display: block;
  word-break: break-word;
}

.item-main-title.is-truncate-enabled {
  overflow: hidden;
  max-height: 90px;
  padding-right: 52px;
  transition: max-height .3s ease-in-out;
  will-change: max-height;
  position: relative;
}

.item-main-title.is-truncate-enabled::after {
  content: "";
  position: absolute;
  right: 46px;
  bottom: 0;
  width: 88px;
  height: 30px;
  pointer-events: none;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 72%);
}

.item-main-title.is-truncate-enabled.is-expanded {
  max-height: 600px;
  padding-right: 0;
}

.item-main-title.is-truncate-enabled.is-expanded::after {
  display: none;
}

.item-main-title-toggle {
  position: absolute;
  right: 0;
  bottom: 11px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  cursor: pointer;
  text-align: right;
}

.item-main-title-toggle:hover,
.item-main-title-toggle:focus {
  color: #64748b;
}

.item-build-kit {
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
}

.item-build-kit__title {
  margin: 0;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

.item-build-kit__subtitle {
  margin: 6px 0 10px;
  color: #475569;
  font-size: 13px;
  line-height: 1.4;
}

.item-build-kit__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.item-build-kit__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.item-build-kit__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1d4ed8;
  text-decoration: none;
  width: 100%;
}

.item-build-kit__link:hover,
.item-build-kit__link:focus {
  color: #1e40af;
  text-decoration: underline;
}

.item-build-kit__id {
  color: #334155;
  font-size: 12px;
  font-weight: 600;
}

.item-build-kit__name {
  color: #0f172a;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}

.item-build-kit__text {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.item-build-kit__thumb {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #cbd5e1;
  background: #fff;
  flex: 0 0 42px;
}

.item-build-kit__price {
  color: #059669;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .item-main-title-wrap {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 0;
  }

  .item-main-title {
    font-size: 24px;
    line-height: 30px;
  }

  .item-main-title.is-truncate-enabled {
    max-height: 90px;
    padding-right: 52px;
  }
}

/* Price card (Ozon-like) */
.price-card-stan {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: var(--stan-product-card-radius);
  padding: 16px;
  box-shadow: none;
}

.card_item .price-selectors-wrap {
  border-radius: var(--stan-product-card-radius);
}

.price-card-stan .alert {
  margin-bottom: 12px;
}

.price-card-stan .alert-light {
  background: #f6f7fb;
  border: 0;
  color: #334155;
}

.price-card-stan .alert-primary {
  background: #eef4ff;
  border: 0;
  color: #1d4ed8;
}

.price-card-stan #result {
  font-size: 27px;
  color: #fff;
  padding-top: 0;
  margin: 0;
  line-height: 1.1;
  white-space: normal;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  background: #1ec254;
  border-radius: 14px;
  padding: 4px 12px 6px;
  font-weight: 700;
}

.price-card-stan #result.netprice {
  background: #1ec254;
  color: #fff;
  border-radius: 14px;
  padding: 4px 12px 6px;
  font-size: 27px;
}

.price-card-stan .price-summary{
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 12px;
}

.price-card-stan .price-summary .row{
  display: block;
}

.price-card-stan .price-summary .row > .col{
  width: 100%;
}

.price-card-stan .price-summary .row > .col:first-child{
  display: block;
}

.price-card-stan .price-summary .row > .col.align-self-center{
  min-width: 0;
}

.price-card-stan .number{
  margin-left: 0;
}

.price-card-stan .price-summary__meta {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

.price-card-stan .number-text{
  width: 100%;
  margin: 0;
  padding: 0 40px;
  box-sizing: border-box;
  text-align: center;
}

.price-card-stan .banner__button {
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  gap: 10px;
}

.price-card-stan .banner__button .col {
  width: 100%;
}

.price-card-stan .banner__button .col:first-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price-card-stan .b-button {
  width: 100%;
  border-radius: 16px;
  font-weight: 600;
  font-size: 19px;
}

.price-card-stan {
  --stan-cart-control-height: 58px;
}

.price-card-stan .b-button--primari,
.price-card-stan .b-button--cart,
.price-card-stan .b-button--telegram {
  background: #1b5feb;
  color: #fff;
  border: 0;
  height: var(--stan-cart-control-height);
  min-height: var(--stan-cart-control-height);
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

.price-card-stan .b-button--green {
  background: #22c55e;
  color: #fff;
  border: 0;
}

.price-card-stan .addcart .b-button--primari {
  background: #1b5feb;
}

.price-card-stan.is-netprice .addcart .b-button--primari {
  background: #18c24d;
}

.price-card-stan .gotocart .b-button--cart {
  background: #18c24d;
}

.price-card-stan .cart-btn-title {
  display: block;
  font-size: inherit;
  font-weight: 600;
}

.price-card-stan .cart-btn-subtitle {
  display: block;
  font-size: 15px;
  font-weight: 500;
  opacity: .96;
}

.price-card-stan .gotocart-inner {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(140px, 1fr);
  gap: 10px;
}

.price-card-stan .gotocart .number {
  width: 100%;
  min-width: 0;
  height: var(--stan-cart-control-height);
  min-height: var(--stan-cart-control-height);
  border: 0;
  border-radius: 16px;
  background: #e9edf2;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.price-card-stan .gotocart .number-minus,
.price-card-stan .gotocart .number-plus {
  width: 44px;
  height: var(--stan-cart-control-height);
  line-height: var(--stan-cart-control-height);
  border: 0;
  background: transparent;
  color: #1b5feb;
  font-size: 32px;
  font-weight: 500;
  position: static;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-card-stan .gotocart .number-text {
  height: var(--stan-cart-control-height);
  line-height: var(--stan-cart-control-height);
  padding: 0 2px;
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  font-size: 20px;
  font-weight: 700;
  background: transparent;
  border: 0;
  margin: 0;
  display: block;
  text-align: center;
}

.price-card-stan .gotocart .number-minus { order: 1; }
.price-card-stan .gotocart .number-text { order: 2; }
.price-card-stan .gotocart .number-plus { order: 3; }

@media (max-width: 991px) {
  .price-card-stan #result {
    font-size: 27px;
  }

  .price-card-stan .price-summary__meta {
    font-size: 14px;
  }

  .price-card-stan .banner__button {
    grid-template-columns: 1fr;
  }

  .price-card-stan .gotocart-inner {
    grid-template-columns: minmax(0, 1fr) 128px;
    gap: 8px;
  }
}

/* Item description block */
.textmini {
  padding: 14px 16px;
  line-height: 1.55;
  color: #1f2937;
}

.textmini p {
  margin: 0 0 12px;
}

.textmini p:last-child {
  margin-bottom: 0;
}

.textmini ul,
.textmini ol {
  margin: 8px 0 14px;
  padding-left: 1.25rem;
}

.textmini li {
  margin: 0 0 6px;
  line-height: 1.35;
}

.textmini li:last-child {
  margin-bottom: 0;
}

.textmini ul + p,
.textmini ol + p,
.textmini p + ul,
.textmini p + ol {
  margin-top: 10px;
}

#profile .textmini ul,
#profile .textmini ol {
  margin-top: 6px !important;
  margin-bottom: 12px !important;
}

#profile .textmini li {
  margin-top: 0 !important;
  margin-bottom: 3px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.25 !important;
}

.price-card-stan .b-button--telegram {
  background: #229ed9;
  color: #fff;
  border: 0;
}

.price-card-stan .b_col_left,
.price-card-stan .b_col_right {
  margin-left: 0;
  margin-right: 0;
}

.price-card-stan .b-icon--telegram {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M22.5 3.1c.3-.1.6.2.5.5l-3.6 16.9c-.1.5-.7.7-1.1.4l-5-3.7-2.6 2.5c-.3.3-.8.1-.8-.3l.1-4.6 9.3-8.4c.2-.2 0-.5-.3-.3l-11.4 7-4.6-1.5c-.5-.2-.5-.9 0-1.1L22.5 3.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
}

.objects-list__item:nth-child(odd) {
  background-color: #f4f4f4;
}

.objects-list__item-key {
  min-width: 10%;
  width: 50%;
  margin-right: 3vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;


}

.objects-list__item-value {
  width: 90%;
  color: #999999;
}

@media (min-width: 992px) {
  .sf-characteristics-panel {
    max-width: 760px;
  }
}

/* Product characteristics card (top mode, no selector tree) */
.sf-about-card--focus {
  margin: 10px 0 0;
  padding: 14px 0 10px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

.sf-about-card--focus .sf-about-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.sf-about-card--focus .sf-about-card__title {
  margin: 0;
  color: #111827;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
}

.sf-about-card--focus .sf-about-card__jump {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px 5px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #334155;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.sf-about-card--focus .sf-about-card__jump::after {
  content: "\203A";
  color: #64748b;
  font-size: 17px;
  line-height: 1;
}

.sf-about-card--focus .sf-about-card__jump:hover,
.sf-about-card--focus .sf-about-card__jump:focus {
  border-color: #cbd5e1;
  color: #0f172a;
  background: #f1f5f9;
}

.sf-about-card--focus .sf-about-card__clip {
  position: relative;
}

.sf-about-card--focus.is-clamped .sf-about-card__clip {
  overflow: hidden;
}

.sf-about-card--focus .sf-about-card__fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 78%);
  opacity: 0;
  transition: opacity .2s ease-in-out;
}

.sf-about-card--focus.is-clamped .sf-about-card__fade {
  opacity: 1;
}

.sf-about-card--focus .sf-about-card__actions {
  display: none;
  gap: 10px;
  margin-top: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.sf-about-card--focus.is-clamped .sf-about-card__actions {
  display: flex;
}

.sf-about-card--focus .sf-about-card__open-tab {
  border: 0;
  background: transparent;
  padding: 0;
  color: #1d4ed8;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.sf-about-card--focus .sf-about-card__open-tab:hover,
.sf-about-card--focus .sf-about-card__open-tab:focus {
  color: #1e40af;
  text-decoration: underline;
}

.sf-about-card--focus .sf-about-card__rows {
  margin: 0;
  padding: 0;
}

.sf-about-card--focus .sf-about-card__row {
  margin: 0 !important;
  padding: 10px 0;
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(120px, 1fr);
  align-items: start;
  gap: 18px;
  border-radius: 0;
  background: transparent;
}

.sf-about-card--focus .sf-about-card__row:nth-child(odd) {
  background: transparent;
}

.sf-about-card--focus .sf-about-card__row + .sf-about-card__row {
  border-top: 1px solid #e9edf4;
}

.sf-about-card--focus .sf-about-card__name {
  min-width: 0;
  width: auto;
  margin-right: 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}

.sf-about-card--focus .sf-about-card__value {
  width: auto;
  color: #1e293b;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .sf-about-card--focus {
    padding: 12px 0 8px;
    border-radius: 10px;
  }

  .sf-about-card--focus .sf-about-card__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .sf-about-card--focus .sf-about-card__title {
    font-size: 22px;
  }

  .sf-about-card--focus .sf-about-card__actions {
    gap: 8px;
  }

  .sf-about-card--focus .sf-about-card__open-tab {
    font-size: 13px;
  }

  .sf-about-card--focus .sf-about-card__row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px 0;
  }

  .sf-about-card--focus .sf-about-card__name,
  .sf-about-card--focus .sf-about-card__value {
    font-size: 15px;
  }
}





    .option-btn {
      box-sizing: border-box;           /* граница в размерах кнопки */
      padding: 0.4rem 1rem;
      min-width: 60px;
      font-size: 1rem;
      border-radius: 0.5rem;
      border: 2px solid #E0E0E0;        /* всегда 2px рамка */
      background-color: #F9F9F9;        /* фон неактивных */
      color: #333;
      transition: background-color .1s, border-color .1s, color .1s;
    }

    .option-btn.active {
      border-color: #333333;            /* только цвет рамки */
      background-color: #FFFFFF;        /* фон активных */
      color: #000;
    }
	

