

/* Start:/local/templates/mx/components/bitrix/breadcrumb/.default/style.css?1740761203751*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
        color: rgba(43, 43, 43, 0.50);
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
    color: #2B2B2B;
    font-family: SF Pro Display;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.bx-breadcrumb .bx-breadcrumb-item a {
    border-bottom: none;
}
.bx-breadcrumb .bx-breadcrumb-item a span {
    white-space: normal;
    color: rgba(43, 43, 43, 0.50);
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/mx/components/bitrix/sale.basket.basket/new/style.css?1740761203450*/
.bx-sbb-empty-cart-image{
    width:131px;
    height:116px;
    margin:50px auto 42px;
    background:url(/local/templates/mx/components/bitrix/sale.basket.basket/new/images/empty_cart.svg) no-repeat center;
    background-size:contain;
}
.bx-sbb-empty-cart-text{
    font-size:36px;
    text-align:center;
    color:#bababa;
    margin-bottom:42px;
}
.bx-sbb-empty-cart-desc{
    text-align:center;
    color:#000;
    font-size:16px;
    margin-bottom:42px;
}
.bx-sbb-empty-cart-image img {
    opacity: 0;
}
/* End */


/* Start:/local/js/silab/addbasket/components/white/dist/addbasket.white.bundle.css?17407611911433*/
.btn.btn-outline-dark {
    border-radius: 50px;
    border: 1.5px solid #464646;
    background: #ffffff;
    color: rgba(70, 70, 70, 0.90);
    font-family: SF Pro Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 15px;
    height: 60px;
    width: 100%;
    max-width: 250px;
    min-width: 200px;
}

.btn.btn-outline-dark:hover {
    background: #464646;
    color: rgba(255, 255, 255, 0.90);
}

.btn.btn-dark {
    border-radius: 50px;
    border: 1.5px solid #464646;
    background: #464646;
    color: #fff;
    font-family: SF Pro Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 15px;
    height: 60px;
    width: 100%;
    max-width: 250px;
    min-width: 200px;
}
.btn.btn-dark:hover {
    background: #464646;
    color: rgba(255, 255, 255, 0.90);
}

/**/
.btn-add2Basket {
    position: relative;
    overflow: hidden;
}

.btn-add2Basket-selected {
    display: inline-block;
    margin-right: 10px;
    min-width: 30px;
}

.btn-add2Basket-plus, .btn-add2Basket-minus {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 100;
}

.btn-add2Basket-plus {
    right: 0;
}

.btn-add2Basket-minus {
    left: 0;
}

.btn-add2Basket .material-symbols-outlined {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

.blocked {
    opacity: 0.5;
}
/* End */


/* Start:/local/js/silab/wishlist/dist/wishlist.bundle.css?1740761191720*/
.product__item,
.product-item {
    position: relative;
}

.product-item .wishlist-button-wrapper {
    position: absolute;
    top: 0;
    z-index: 700;
}

.product-item .wishlist-button-wrapper .btn {
    border: none;
    outline: none;
}

.catalog .product_card .product-item .wishlist-button-wrapper {
    position: absolute !important;
    top: 15px;
    padding: 0;
}

.product__item .fill-on,
.product-item .fill-on {
    display: block;
}

.product__item .fill-off,
.product-item .fill-off {
    display: none;
}

.product__item:hover .fill-off,
.product-item:hover .fill-off {
    display: block;
}

.product_card .wishlist-button-wrapper {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 20px;
}
/* End */


/* Start:/local/js/silab/controls/preloader/dist/preloader.bundle.css?17407611911725*/
.controls-preloader.overlay {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
}
.controls-preloader.overlay .lds-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.controls-preloader.overlay .lds-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #2B2B2B;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #2B2B2B transparent transparent transparent;
}
.controls-preloader.overlay .lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}
.controls-preloader.overlay .lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.controls-preloader.overlay .lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* End */


/* Start:/local/js/silab/controls/input-checkbox/dist/input-checkbox.bundle.css?1740761191555*/
.silab-radio-input-title {
    color: #2B2B2B;
    font-family: SF Pro Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: 0.4px;
}
.silab-radio-input-sub-title {
    color: #656565;
    font-family: SF Pro Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.32px;
}
.checkbox--circle span.silab-radio-input-psevdo {
    margin-top: 4px;
    min-width: 20px;
    width: 20px;
    height: 20px;
}
/* End */


/* Start:/local/js/silab/basket/dist/basket.bundle.css?174076119118303*/
#silab-basket {
  position: relative; }
  #silab-basket .products-list {
    padding: 0 15px; }
    @media screen and (min-width: 768px) and (max-width: 1199.5px) {
      #silab-basket .products-list {
        padding: 0; } }
    #silab-basket .products-list .remove-checked {
      color: #F91155; }
  #silab-basket .return-list {
    margin-left: 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #808080; }
    @media screen and (min-width: 768px) and (max-width: 1199.5px) {
      #silab-basket .return-list {
        margin-left: 0; } }
    @media screen and (max-width: 767px) {
      #silab-basket .return-list {
        margin-right: 15px; } }
  #silab-basket .products-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media screen and (min-width: 1700px) {
      #silab-basket .products-list-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    #silab-basket .products-list-item--left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 768px) {
        #silab-basket .products-list-item--left {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    #silab-basket .products-list-item--right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media screen and (min-width: 768px) {
        #silab-basket .products-list-item--right {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media screen and (min-width: 1700px) {
        #silab-basket .products-list-item--right {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; } }
      @media screen and (min-width: 1920px) {
        #silab-basket .products-list-item--right {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      @media screen and (min-width: 1700px) {
        #silab-basket .products-list-item--right div:last-of-type {
          margin-top: 0 !important; } }
    #silab-basket .products-list-item-image {
      width: 212px;
      min-width: 212px;
      height: 185px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 33px; }
      @media screen and (max-width: 767.5px) {
        #silab-basket .products-list-item-image {
          margin-right: 0;
          margin-bottom: 16px;
          width: 100%;
          max-width: 100%;
          height: 150px; } }
    #silab-basket .products-list-item-name {
      font-family: SF Pro Display;
      font-size: 20px;
      font-weight: 500;
      line-height: 20px;
      letter-spacing: 0.02em;
      text-align: left;
      color: #2B2B2B;
      display: block; }
    #silab-basket .products-list-item-property {
      font-size: 16px;
      font-weight: 500;
      line-height: 16px;
      text-align: left;
      color: #808080; }
    #silab-basket .products-list-item-old-price {
      color: #6B6B6B;
      font-family: SF Pro Display;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
      /* 16px */
      letter-spacing: 0.32px;
      text-decoration: line-through;
      white-space: nowrap; }
    #silab-basket .products-list-item-discount {
      color: #FFF;
      font-size: 11px;
      font-style: normal;
      font-weight: 400;
      line-height: 16px;
      text-transform: uppercase;
      border-radius: 2px;
      background: #2B2B2B;
      white-space: nowrap; }
    #silab-basket .products-list-item-price {
      color: #2B2B2B;
      font-size: 30px;
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
      /* 30px */
      letter-spacing: 0.6px;
      white-space: nowrap;
      min-width: 147px; }
      @media screen and (min-width: 768px) {
        #silab-basket .products-list-item-price {
          text-align: right; } }
    #silab-basket .products-list-item-price-one {
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      letter-spacing: 0.02em;
      text-align: left;
      color: #2B2B2BB2;
      white-space: nowrap; }
    #silab-basket .products-list-item-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 30px;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        #silab-basket .products-list-item-actions {
          margin-left: 0;
          margin-bottom: 0; } }
      @media screen and (min-width: 768px) {
        #silab-basket .products-list-item-actions > * {
          margin: 0 20px 0 0; } }
      #silab-basket .products-list-item-actions .avail,
      #silab-basket .products-list-item-actions .avail--not {
        white-space: nowrap;
        margin-bottom: 0;
        margin-right: 16px; }
    #silab-basket .products-list-item-favorite i {
      font-size: 30px;
      cursor: pointer; }
    #silab-basket .products-list-item-quantity {
      min-width: 130px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 16px;
      margin-bottom: 16px; }
      @media screen and (min-width: 992px) {
        #silab-basket .products-list-item-quantity {
          margin-right: 33px; } }
      @media screen and (min-width: 1700px) {
        #silab-basket .products-list-item-quantity {
          margin-right: 0; } }
      @media screen and (min-width: 1920px) {
        #silab-basket .products-list-item-quantity {
          margin-right: 33px;
          margin-top: 0;
          margin-bottom: 0; } }
      #silab-basket .products-list-item-quantity .btn-add2Basket {
        margin: 0;
        border: 1.5px solid #464646 !important;
        height: 45px;
        width: 150px; }
        @media screen and (min-width: 576px) {
          #silab-basket .products-list-item-quantity .btn-add2Basket {
            height: 56px;
            width: 204px; } }
  #silab-basket .products-way {
    font-family: SF Pro Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #808080;
    padding: 0 15px;
    margin-bottom: 16px;
    display: block; }
  #silab-basket .basket-total-coupon-code,
  #silab-basket .basket-total .link__dark-arrow--next.delete,
  #silab-basket .products-list-item-coupon-code,
  #silab-basket .products-list-item .link__dark-arrow--next.delete {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .02em;
    text-align: left;
    color: rgba(43, 43, 43, 0.7);
    background: unset;
    padding-right: 23px; }
    #silab-basket .basket-total-coupon-code:hover,
    #silab-basket .basket-total .link__dark-arrow--next.delete:hover,
    #silab-basket .products-list-item-coupon-code:hover,
    #silab-basket .products-list-item .link__dark-arrow--next.delete:hover {
      color: red; }
    #silab-basket .basket-total-coupon-code:before,
    #silab-basket .basket-total .link__dark-arrow--next.delete:before,
    #silab-basket .products-list-item-coupon-code:before,
    #silab-basket .products-list-item .link__dark-arrow--next.delete:before {
      width: 14px;
      height: 14px;
      background: url(/local/templates/mx/assets/images/cross.svg) no-repeat center center; }
  #silab-basket .basket-total-title {
    font-family: SF Pro Display;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #2B2B2B;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      #silab-basket .basket-total-title {
        font-size: 20px; } }
  #silab-basket .basket-total-second-title {
    font-family: SF Pro Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #6B6B6B; }
    @media screen and (max-width: 768px) {
      #silab-basket .basket-total-second-title {
        font-weight: 400; } }
  #silab-basket .basket-total .form-group {
    position: relative; }
  #silab-basket .basket-total .field {
    font-size: 18px;
    letter-spacing: .04em;
    padding: 13px 19px;
    height: 48px; }
  #silab-basket .basket-total .link__dark-arrow--next {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 12px;
    letter-spacing: .02em;
    color: #464646;
    padding-right: 23px; }
    #silab-basket .basket-total .link__dark-arrow--next:before {
      width: 18px;
      height: 18px;
      background-size: contain; }
  #silab-basket .basket-total-coupon-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    margin-top: -4px;
    padding: 0;
    width: 8px;
    height: 8px;
    border: none;
    border-right: 2px solid #8da3ad;
    border-bottom: 2px solid #8da3ad;
    border-radius: 0;
    background-color: transparent;
    content: "";
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #silab-basket .basket-total-detail div.row div {
    font-family: SF Pro Display;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #2B2B2B; }
    #silab-basket .basket-total-detail div.row div:first-of-type {
      opacity: .5; }
  #silab-basket .basket-total-detail div.row:last-child div {
    font-weight: 600; }
  #silab-basket .basket-total-button {
    margin-top: 14px; }
  #silab-basket .basket-total .delete-coupon {
    padding: 10.5px 45px 10.5px 16.5px;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .02em;
    color: #464646;
    border: 1px solid #464646;
    cursor: pointer;
    margin: 8px; }
    #silab-basket .basket-total .delete-coupon:before {
      width: 14px;
      height: 14px;
      background: url(/local/templates/mx/assets/images/cross.svg) no-repeat center center;
      right: 16.5px; }
  #silab-basket .basket-total .error-coupon {
    color: #ff0000;
    border: 1px solid #ff0000 !important; }
    #silab-basket .basket-total .error-coupon:before {
      background: url(/local/templates/mx/assets/images/red-cross.svg) no-repeat center center; }
  @media screen and (max-width: 1700px) {
    #silab-basket .basket-total .basket-total-button {
      display: none; } }
  @media screen and (max-width: 767px) {
    #silab-basket .hide-border-sm {
      border: none !important;
      padding: 0 .75rem; } }
  @media screen and (min-width: 1700px) {
    #silab-basket .basket-total-button.adaptive {
      display: none; } }
  #silab-basket .share-basket {
    color: #6B6B6B;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    padding-left: 20px;
    position: relative; }
    #silab-basket .share-basket::before {
      position: absolute;
      content: "";
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: url(/local/templates/mx/assets/images/share-basket.svg) no-repeat center center;
      background-size: 16px 16px;
      width: 16px;
      height: 16px; }
  #silab-basket #clear-all-basket {
    font-weight: 400;
    text-align: left;
    color: rgba(43, 43, 43, 0.7);
    background: unset;
    padding-right: 23px;
    position: absolute;
    right: 0;
    top: -10px;
    font-family: SF Pro Display;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #2B2B2BB2;
    margin-top: 0; }
    @media screen and (min-width: 992px) {
      #silab-basket #clear-all-basket {
        top: -50px; } }
    #silab-basket #clear-all-basket:hover {
      color: red; }
    #silab-basket #clear-all-basket:before {
      width: 14px;
      height: 14px;
      background: url(/local/templates/mx/assets/images/cross.svg) no-repeat center center; }

#popup-share-basket {
  border-radius: 8px;
  font-family: 'SF Pro Display';
  padding: 32px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #popup-share-basket {
      width: 60%; } }
  #popup-share-basket .popup-window-close-icon {
    margin: 40px;
    background: url(/local/templates/mx/assets/images/cross.svg) no-repeat center center;
    background-size: contain; }
    #popup-share-basket .popup-window-close-icon::after {
      content: none; }
  #popup-share-basket #share-basket .title {
    color: #2B2B2B;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%; }
  #popup-share-basket #share-basket .total {
    color: #6B6B6B;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em; }
  #popup-share-basket #share-basket .products-list {
    background-color: #F0F0F0;
    border-radius: 12px;
    padding: 16px; }
    #popup-share-basket #share-basket .products-list .subtitle {
      color: #2B2B2B;
      font-style: normal;
      font-weight: 500;
      font-size: 20px; }
    #popup-share-basket #share-basket .products-list-item {
      background-color: #FFFFFF;
      border-radius: 6px;
      height: auto; }
      #popup-share-basket #share-basket .products-list-item--left .products-image {
        height: 60px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      #popup-share-basket #share-basket .products-list-item--center .name {
        color: #2B2B2B;
        letter-spacing: 0.02em;
        line-height: 110%;
        font-style: normal;
        font-weight: 500;
        font-size: 14px; }
      #popup-share-basket #share-basket .products-list-item--center .color-item--code {
        height: 14px;
        width: 14px;
        min-height: 14px;
        min-width: 14px; }
        #popup-share-basket #share-basket .products-list-item--center .color-item--code::before {
          height: 14px;
          width: 14px;
          min-height: 14px;
          min-width: 14px; }
      #popup-share-basket #share-basket .products-list-item--center .color-item--name {
        color: rgba(43, 43, 43, 0.6);
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        letter-spacing: 0.02em;
        line-height: 140%; }
      #popup-share-basket #share-basket .products-list-item--right .price {
        color: #2B2B2B;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 0.02em; }
      #popup-share-basket #share-basket .products-list-item--right .count {
        color: rgba(43, 43, 43, 0.7);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0.02em; }
  #popup-share-basket #share-basket .swiper-container .button-next,
  #popup-share-basket #share-basket .swiper-container .button-prev {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto 5px;
    padding: 19px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    #popup-share-basket #share-basket .swiper-container .button-next::before,
    #popup-share-basket #share-basket .swiper-container .button-prev::before {
      margin: auto;
      right: 0;
      left: 0; }
  #popup-share-basket #share-basket .swiper-container .button-next {
    right: 0;
    left: auto; }
  #popup-share-basket #share-basket .swiper-container .button-prev {
    right: auto;
    left: 0; }
  #popup-share-basket #share-basket .swiper-container .swiper-button-disabled {
    display: none; }
  #popup-share-basket #share-basket .link-wrapper {
    color: #6B6B6B;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em; }
    #popup-share-basket #share-basket .link-wrapper .link {
      color: #6B6B6B;
      text-decoration: underline;
      text-transform: none; }
      #popup-share-basket #share-basket .link-wrapper .link:hover {
        color: #6B6B6B;
        text-decoration: none; }

.success,
.error {
  color: #6B6B6B;
  font-family: 'SF Pro Display';
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  margin-top: 5px; }

/* End */


/* Start:/local/templates/mx/components/bitrix/catalog.products.viewed/slider_viewed/style.css?1740761203468*/
.catalog-sections.viewed .swiper-slide-active {
    width: 347px !important;
    height: 382px !important;
}
.catalog-sections.viewed .catalog-sections__slider .swiper-pagination-progressbar {
    margin-top: 120px;
}
.catalog-sections.viewed .catalog-sections__slider .swiper-button-prev,
.catalog-sections.viewed .catalog-sections__slider .swiper-button-next {
    top: 440px;
}
.element_viewed_products, .catalog-sections.viewed {
    margin-bottom: 0 !important;
}
/* End */


/* Start:/local/templates/mx/components/bitrix/catalog.section/complect/style.css?1740761203842*/
.catalog-sections.viewed .swiper-slide-active {
    width: 347px !important;
    height: 382px !important;
}
.catalog-sections.viewed .catalog-sections__slider .swiper-pagination-progressbar {
    margin-top: 120px;
}
.catalog-sections.viewed .catalog-sections__slider .swiper-button-prev,
.catalog-sections.viewed .catalog-sections__slider .swiper-button-next {
    top: 440px;
}
.element_viewed_products, .catalog-sections.viewed {
    margin-bottom: 0 !important;
}

.swiper-slide.product-item {
    /* height: 490px; */
    height: 100%;   
}

.checkbox-catalog-complect {
    position: absolute !important;
    top: 5px;
    left: 25px;
    z-index: 10;
    cursor: pointer;
}

/*.complect_item .product-item {
    padding-bottom: 35px !important;
}*/

/*.complect_item_btn {
    position: absolute;
    bottom: 10px;
    left: 20px;
}*/
/* End */


/* Start:/local/templates/mx/components/bitrix/catalog.item/slider_item/style.css?174076120315252*/
.swiper-slide.product-item {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border: 3px solid #F2F2F4;
    text-decoration: none;
}
.swiper-slide.product-item:nth-child(even) {
	border-left: 1.5px solid #F2F2F4;
	border-right: 1.5px solid #F2F2F4;
}

/* .product_card__slider .swiper-wrapper {
	border: 1.5px solid #F2F2F4;
} */
.product-item-img {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* height: calc(100% - 60px); */
	min-height: 230px;
	height: 230px;
    background-size: contain;
}
.catalog-sections__slider .swiper-slide-active.product-item {
    height: 694px;
}
.product-item-title {
    font-family: SF Pro Display;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #464646;
}

.product-item-button {
    border: 1.5px solid #464646 !important;
    border-radius: 50px !important;
    gap: 5px;
    color: #464646 !important;
    margin-top: 15px;
    padding: 19px 40px !important;
}
.product-item-button:after {
    display: none;
}

.product-item-content {
    display: block;
    width: 100%;
    /* height: calc(100% - 90px);
	max-height: 65%; */
}

.swiper-catalog.catalog-sections__slider {
    position: relative;
}

.swiper-catalog.catalog-sections__slider .swiper-button-prev {
    position: absolute;
    right: 67px;
    bottom: 50px;
    z-index: 100;
}
.swiper-catalog.catalog-sections__slider .swiper-button-next {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 100;
}

.catalog-sections.viewed .catalog-sections__slider .swiper-pagination-progressbar {
    width: 100%;
    max-width: 100%;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}


@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	/* padding-top: 116%; */
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.catalog-item-footer {
	width: 100%;
}

.catalog-item-props {
	height: 100%;
	width: 100%;
    max-width: 280px;
    /* margin-left: auto; */
    margin-bottom: 0;
}

.catalog-item-props li {
	color: #2B2B2B;

	font-family: 'SF Pro Display';
	font-size: 16px;
	line-height: 120%;
	font-style: normal;
	font-weight: 400;

	display: flex;
	margin-bottom: 0;
    margin-top: 8px;
}

.catalog-item-props li span:first-of-type {
	color: rgba(43, 43, 43, 0.50);
}

.catalog-item-props li span {
	width: 50%;

	white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
}

.proposal_item_colors_list {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.proposal_item_color_active {
	width: 25px !important;
    height: 25px !important;
}

.proposal_item_popover {
	position: relative;
}
.proposal_item_popover[data-title]:hover::before {
	content: attr(data-title);
    position: absolute;
    top: calc(-100% - 39px);
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    color: rgba(70, 70, 70, 0.90);
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
	font-size: 80%;
	display: inline-block;
    width: max-content;
}
.proposal_item_popover[data-title]:hover::after {
	content: '';
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    border-top-color: #fff;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}
/* End */


/* Start:/local/components/silab/add2Basket/templates/.default/style.css?17407611911694*/
.btn.btn-outline-dark {
    border-radius: 50px;
    border: 1.5px solid #464646;
    background: #ffffff;

    color: rgba(70, 70, 70, 0.90);

    font-family: SF Pro Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;

    padding: 10px 15px;

    height: 60px;
    width: 100%;
    max-width: 250px;
    min-width: 200px;
}

.btn.btn-outline-dark:hover {
    background: #464646;
    color: rgba(255, 255, 255, 0.90);
}

.btn.btn-dark {
    border-radius: 50px;
    border: 1.5px solid #464646;
    background: #464646;

    color: rgba(255, 255, 255, 0.90);

    font-family: SF Pro Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;

    padding: 10px 15px;

    height: 60px;
    width: 100%;
    max-width: 250px;
    min-width: 200px;
}
.btn.btn-dark:hover {
    background: #464646;
    color: rgba(255, 255, 255, 0.90);
}

/**/
.btn-add2Basket {
    position: relative;
    overflow: hidden;
}

.btn-add2Basket-selected {
    display: inline-block;
    margin-right: 10px;
}

.btn-add2Basket-plus, .btn-add2Basket-minus {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 100;
}

.btn-add2Basket-plus {
    right: 0;
}

.btn-add2Basket-minus {
    left: 0;
}

.btn-add2Basket .material-symbols-outlined {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

.blocked {
    opacity: 0.5;
}

.price-block {
    color: rgba(43, 43, 43, 0.50);
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
/* End */
/* /local/templates/mx/components/bitrix/breadcrumb/.default/style.css?1740761203751 */
/* /local/templates/mx/components/bitrix/sale.basket.basket/new/style.css?1740761203450 */
/* /local/js/silab/addbasket/components/white/dist/addbasket.white.bundle.css?17407611911433 */
/* /local/js/silab/wishlist/dist/wishlist.bundle.css?1740761191720 */
/* /local/js/silab/controls/preloader/dist/preloader.bundle.css?17407611911725 */
/* /local/js/silab/controls/input-checkbox/dist/input-checkbox.bundle.css?1740761191555 */
/* /local/js/silab/basket/dist/basket.bundle.css?174076119118303 */
/* /local/templates/mx/components/bitrix/catalog.products.viewed/slider_viewed/style.css?1740761203468 */
/* /local/templates/mx/components/bitrix/catalog.section/complect/style.css?1740761203842 */
/* /local/templates/mx/components/bitrix/catalog.item/slider_item/style.css?174076120315252 */
/* /local/components/silab/add2Basket/templates/.default/style.css?17407611911694 */
