html {
    -webkit-tap-highlight-color: transparent;
}
.label-error::after{
    border: 1px solid rgba(255, 0, 0, 1);
}
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: textfield;
    -ms-appearance: textfield;
    -o-appearance: textfield;
    -webkit-appearance: textfield;
    -ms-appearance: textfield;
    -o-appearance: textfield;
    -webkit-appearance: textfield;
    -ms-appearance: textfield;
    -o-appearance: textfield;
}

.btn1__callback{
    background-color: rgba(18, 149, 58, 1);
}

.dub_sku_title{
    font-size: 17px;
    font-weight: 600;
}
.duv_sku_value_text{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0 18px;
    height: 40px;
    border-radius: 10px;
    background-color: rgba(217, 217, 217, 1);
    color: rgba(44, 52, 57, 1);
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    border: none;
}

.duv_sku_value_text.duv_sku_value_active{
    background-color: rgba(18, 149, 58, 1);
    color: #fff;
}

.balloon_title__link{
    cursor: pointer;
}

/* POPUP COUNT */

.popup-count .popup-conatiner {
    max-width: 840px;
}

.popup-count p {
    color: #2C3439;
}

.form-count {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.count-size-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}

.count-size {
    padding-top: 20px;
    border-top: 1px solid #DDDDDD;
}

.count-size-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    position: relative;
}

.count-fill-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.count-size-input {
    width: 171px;
    height: 45px;
    box-sizing: border-box;
    background-color: #F2F2F2;
    border-radius: 6px;
    position: relative;
    border: 1px solid #B0B0B0;
    font-weight: 450;
    font-size: 14px;
    line-height: 18px;
    color: #2C3439;
    padding-left: 16px;
    z-index: 2;
}

.count-size-input:last-of-type {
    width: 100%;
}

.count-size-row::before {
    position: absolute;
    top: 13px;
    left: 179px;
    content: 'х';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #2C3439;
    z-index: 5;
}

.count-size-row::after {
    position: absolute;
    top: 13px;
    left: 376px;
    content: '-';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #2C3439;
    z-index: 5;
}

.count-size-btn {
    border: none;
    outline: none;
    background-color: #12953A;
    width: fit-content;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-weight: 450;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    cursor: pointer;
    border-radius: 100px;
    width: 249px;
    height: 34px;
}

.count-layers {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.count-layers-row {
    display: flex;
    gap: 8px;
}

.count-layers-box {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 37px;
    padding: 0 18px;
    border-radius: 5px;
    background-color: #D9D9D9;
    color: #2C3439;
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    cursor: pointer;
}

.count-layers-box_checked {
    background-color: #12953A;
    color: #fff;
}

.count-layers-checkbox {
    opacity: 0;
    width: 0;
}

.count-layers-box label {
    cursor: pointer;
}

.count-fill {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.count-fill-row {
    display: flex;
    gap: 53px;
}

.count-fill-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.count-result {
    display: none;
    flex-direction: column;
    margin: 12px 0;
    gap: 12px;
}

.count-result_active {
    display: flex;
}

.count-result ul {
    margin: 0;
    margin-top: 8px;
    padding-left: 28px;
}

.count-result li {
    color: #2C3439;
}

.count-result-btn {
    width: 100%;
    height: 60px;
    background-color: #009439;
    font-weight: 600;
    font-size: 21px;
    line-height: 120%;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
}

.count-result-litre span {
    color: #009439;
}


.quantity_inner {
    width: 171px;
    height: 45px;
    position: relative;
}

.quantity_inner button {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    color: #fff;
    background-color: rgba(128, 135, 143, 1);
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    z-index: 3;
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    cursor: pointer;
}

.btn__minus {
    left: 6px;
}

.btn__plus {
    right: 6px;
}

.count-input-box {
    position: relative;
    width: 171px;
}

.count-input-box:last-of-type {
    width: 100%;
}

.input-text {
    position: absolute;
    top: 6px;
    left: 16px;
    color: #80878F;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    z-index: 4;
}

.quantity_inner .input-text {
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

.input-meter {
    position: absolute;
    bottom: 6px;
    right: 16px;
    color: #2C3439;
    font-weight: 450;
    font-size: 14px;
    line-height: 18px;
    z-index: 4;
}

.form-count input {
    padding-top: 15px;
}

.quantity_inner-door::after {
    position: absolute;
    top: 13px;
    left: 179px;
    content: '-';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #2C3439;
    z-index: 5;
}

.quantity_inner input {
    text-align: center;
    padding-left: 0;
}

.btn__minus-disabled {
    opacity: 0.4;
    cursor: default !important;
}

.count-size-row-new {
    position: relative;
    margin-top: 12px;
    width: 720px;
}

.count-bin {
    position: absolute;
    top: 6.5px;
    right: -40px;
    cursor: pointer;
}

.count-bin:hover path {
    stroke: #12953A;
}

.count-size-row-new .count-input-box:first-of-type::after {
    position: absolute;
    content: '';
    top: -12px;
    left: 0;
    width: 760px;
    height: 1px;
    background-color: #DDDDDD;
    z-index: 2;
}

.count-size-row-new .quantity_inner {
    width: 161px;
}

.count-size-row-new .count-input-box {
    width: 161px;
}

.count-size-row-new .count-input-box:last-of-type {
    width: 100%;
}

.count-size-row-new::before {
    left: 169px;
}

.count-size-row-new::after {
    left: 356px;
}

.count-size-row-new .quantity_inner-door::after {
    left: 169px;
}

.count-more {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    margin-top: 8px;
}

.count-more .undertitle {
    text-align: center;
}

.count-more a {
    color: #009439;
}

.count-fill-checkbox {
    opacity: 0;
    width: 20px;
    flex-shrink: 0;
    cursor: pointer;
}

.count-fill-checkbox:checked+.count-fill-label::before {
    position: absolute;
    top: -0.5px;
    left: -28px;
    width: 20px;
    height: 20px;
    content: '';
    background-color: rgba(0, 148, 57, 1);
    border-radius: 5px;
    z-index: 2;
    background-image: url(../img/tick.svg);
    background-position: center;
    background-size: 10px 7px;
    background-repeat: no-repeat;
    pointer-events: none;
}

.count-fill-label {
    position: relative;
}

.count-fill-label::after {
    position: absolute;
    top: -0.5px;
    left: -28px;
    width: 18px;
    height: 18px;
    content: '';
    background-color: rgba(242, 242, 242, 1);
    border: 1px solid rgba(176, 176, 176, 1);
    border-radius: 5px;
    pointer-events: none;
}


.product-order-price-row {
    flex-direction: column;
    gap: 8px;
}

.product-btn.gt.bl{
    background-color: rgba(44, 52, 57, 1);
}
.product-btn.gt.bl:hover{
    background-color: #6c757d !important;
}
.product-btn.gt.bl.mobile{
    text-decoration: none;
    color: #fff;
}

.product-order {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 113px;
    height: 29px;
    border-radius: 100px;
    background-color: rgba(44, 52, 57, 1);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
}

.product-card-total-change {
    display: flex;
    flex-wrap: wrap;
}

.price-change {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    color: rgba(44, 52, 57, 1);
    font-weight: 450;
    font-size: 14px;
    line-height: 18px;
    width: 230px;
    height: 45px;
    border-radius: 10px;
    background-color: rgb(247, 247, 247) !important;
}

.product-order-price-row p {
    color:rgba(178, 178, 178, 1);
}

@media screen and (max-width: 1024px) {
  .main-product-price-row{
		margin: 20px;
  }
}

.one-click-total span{
        font-size: 22px;
    font-weight: 600;
}

.one-click-total{
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
}

@media screen {
    .main-product-busket{
        position: relative !important
    }
}

.popup-window-content img{
    width: auto;
}
/* @media screen and (max-width: 768px) {
  .catalog-products-price{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.22vw;
    margin: 0 auto;
    }
} */


@media screen and (max-width: 767px) {
    .catalog-products-price .discount {
        margin: 0;
        color: rgba(128, 135, 143, 1);
        font-weight: 450;
        font-size: 3.88vw;
        line-height: 100%;
        text-decoration: line-through;
    }

    .catalog-products-price{
        margin: 0 auto;
    }

    .tex-banner .container{
        height: auto !important;
        background-color: unset;
    }
}

.brand-info .swiper-slide{
    display: flex;
    flex-direction: column;
    height: 100%;
}


.map__src_scheme{
	/* width: auto; */
	/* max-height: 700px; */
}
@media screen and (max-width: 1278px){
	.map__src_scheme{
		width: 100%;
	}
}

html { scroll-behavior: smooth; }
#karta { scroll-margin-top: 96px; } /* подстрой под высоту шапки */


.mfp-wide-forms .mfp-close:active {
    top: 20px;
}

.product-card-collerate a.hide {
    display: none;
}

.product-card-collerate:has(a:not(.hide)[disabled]) {
    display: none;
}

@media screen and (max-width: 767px) {
    main .breadcrumbs span {

        width: 2.1vw;
        height: 1.11vw;
        border-radius: 50%;
        background-color: #12953a;

    }

}

.one-click-box-img img {
    max-width: 120px;
    max-height: 120px;
}


.product-about-text-box .product-about-desc:nth-of-type(1) {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s ease;
}

.product-show-more.product-more__desktop::after {
    position: absolute;
    content: '';
    top: 0.9vw;
    right: -3.75vw;
    width: 3vw;
    height: 1.96vw;
    background-image: url(../../img/show-more-prod.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s ease;
    transform: rotate(0deg);
}

.product-show-more.product-more__desktop {
    margin: 0;
    color: rgba(0, 148, 57, 1);
    font-weight: 450;
    font-size: 1.2vw;
    line-height: 100%;
    position: relative;
    width: fit-content;
}

.product-about-text-box.product-about-text-box__desk_opened .product-about-desc {
    -webkit-line-clamp: unset;
}

.discount__product_row {
    display: inline-flex;
    text-decoration: line-through;
    font-weight: 300;
    font-size: 22px;
    /* color: gray; */
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(143, 143, 143, 0.72);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-cart {
    background: #fff;
    border-radius: 18px;
    width: 490px;
    padding: 24px 28px 30px 28px;
    position: relative;
    box-shadow: 0 4px 24px rgba(16, 16, 16, 0.11);
}

.close-btn {
    position: absolute;
    top: -22px;
    right: -22px;
    background: transparent;
    border: none;
    font-size: 34px;
    color: #ccc;
    cursor: pointer;
}

.cart-item {
    background: #fafafa;
    border-radius: 14px;
    display: flex;
    padding: 18px;
    gap: 18px;
    align-items: flex-start;
    margin-top: 18px;
    margin-bottom: 18px;
}

.cart-item img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 14px rgba(44, 44, 44, 0.08);
}

.cart-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.product-title {
    font-size: 15px;
    color: #212121;
    font-weight: 500;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;

}

.product-price {
    font-size: 14px;
    color: #212121;
    opacity: 0.65;
}

.product-actions {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 2px;
}

.counter {
    background: #ededed;
    border: none;
    color: #555;
    font-size: 19px;
    font-weight: 700;
    width: 33px;
    height: 33px;
    border-radius: 6px;
    cursor: pointer;
}

.counter.plus {
    background: #34a853;
    color: #fff;
}

.quantity {
    display: inline-block;
    min-width: 28px;
    text-align: center;
    font-size: 17px;
    color: #212121;
}

.product-color {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #ececec;
    border-radius: 8px;
    margin-top: 8px;
    padding: 6px 12px;
    font-size: 14px;
}

.color-badge {
    background: #d0d0d0;
    border-radius: 6px;
    padding: 4px 14px;
    font-size: 14px;
    color: #353535;
    margin-right: 12px;
}

.color-title {
    color: #7e7e7e;
    margin-right: 8px;
}

.color-price {
    color: #212121;
    font-weight: 500;
}

.cart-summary {
    margin-top: 10px;
    font-size: 15px;
    color: #363636;
}

.summary-amount {
    font-weight: 700;
    font-size: 16px;
    margin-left: 5px;
}

.cart-buttons {
    display: flex;
    gap: 20px;
    margin-top: 22px;
}

.btn-dark,
.btn-green {
    flex: 1;
    padding: 14px 0;
    font-size: 17px;
    border-radius: 7px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: 0.14s;
}

.btn-dark {
    background: #242424;
    color: #fff;
}

.btn-green {
    background: #219c47;
    color: #fff;

}

.modal-overlay.active {
    display: flex;
}

@media screen and (max-width: 520px) {
    .modal-cart {
        width: 90%;
        padding: 18px 20px 22px 20px;
    }

    .cart-item img {
        width: 60px;
        height: 60px;
    }

    .product-title {
        font-size: 13px;
    }

    .product-price {
        font-size: 12px;
    }

    .counter {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

    .quantity {
        font-size: 15px;
        min-width: 24px;
    }

    .product-color {
        gap: 12px;
        font-size: 12px;
    }

    .color-badge {
        padding: 3px 10px;
        font-size: 12px;
        margin-right: 8px;
    }

    .cart-summary {
        font-size: 13px;
    }

    .summary-amount {
        font-size: 14px;
    }

    .cart-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .btn-dark,
    .btn-green {
        font-size: 15px;
        padding: 12px 0;
    }
}

@media screen and (max-width: 520px) {
    .modal-cart{
        max-width: 300px;
    }
}
/*
.tag-container {
    margin-bottom: 16px;
}

.tag-container-title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    color: #30343a;
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 6px;
}

.tag-link {
    display: inline-flex;
    align-items: center;
    padding: 10px 10px;
    border-radius: 999px;
    color: #ffffff;
	background-color: rgba(18, 149, 58, 1);
    font-size: 13px;
    line-height: 1.3;
    text-decoration: none;
    border: 1px solid #d7e4ff;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
    white-space: nowrap;
}

.tag-link:hover {
    background: #1f6ad8;
    color: #ffffff;
    border-color: #1f6ad8;
}

.tag-link:active {
    background: #1550a5;
    border-color: #1550a5;
}
*/


/* Flex-контейнер для самих тегов */
.tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* Стили для каждого тега-ссылки */
.tag-link {
	display: inline-block;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	background-color: #868e96; /* Приглушенный серый фон */
	border-radius: 10px;       /* Углы теперь менее скругленные */
	text-decoration: none;
	transition: background-color 0.2s ease;
}

/* Эффект при наведении курсора */
.tag-link:hover {
	background-color: #6c757d;
}

/* Стиль для активного (выбранного) тега */
.tag-link.is-active {
	background-color: #495057; /* Более темный серый для выделения */
	color: #ffffff;
}
/*
@media (max-width: 768px) {
	.tag-link {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.tag-cloud {
		padding-top: 75px;
		padding-bottom: 35px;
	}
}*/

.product-about-text-box_active.product-about-text-box .product-about-desc:nth-of-type(1){
	display: block;
}

.brands-box img{
	max-height: 80%;
	width: auto;
	max-width: 80%;
}

.main-manufactures-logo img{
	width: 85% !important;
}

.product-about {
  margin-top: 48px;
}

.product-about-row {
  display: flex;
  gap: 40px;
}

.product-about-grid {
  width: 700px !important;
  flex-wrap: nowrap;
  height: fit-content;
  border: 1px solid rgba(221, 221, 221, 1);
  display: grid;
  grid-template-columns: 460px auto;
}

.product-about-grid .subdesc {
  box-sizing: border-box;
  padding: 12px 0 12px 20px;
  font-weight: 450;
}
.product-about-grid .subdesc:nth-of-type(4n + 3),
.product-about-grid .subdesc:nth-of-type(4n + 4) {
   background-color: rgba(242, 242, 242, 1);
}

.subdesc-about {
  color: rgba(44, 52, 57, 1);
}

.product-about .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1536px) {
	.product-about-row {
    display: flex;
    gap: 40px;
  }

  .product-about-grid {
    width: 580px !important;
    flex-wrap: nowrap;
    height: fit-content;
    border: 1px solid rgba(221, 221, 221, 1);
    display: grid;
    grid-template-columns: 340px auto;
  }

  .product-about-grid .subdesc {
    box-sizing: border-box;
    padding: 12px 0 12px 20px;
    font-weight: 450;
  }

  .product-about .container {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
}

@media screen and (max-width: 1278px) {
	.product-about {
    margin-top: 5.2vw;
  }

  .product-about-row {
    display: flex;
    flex-direction: column;
    gap: 4.68vw;
  }

  .product-about-grid {
    width: 100% !important;
    flex-wrap: nowrap;
    height: fit-content;
    border: 1px solid rgba(221, 221, 221, 1);
    display: grid;
    grid-template-columns: 62.5vw auto;
  }

  .product-about-grid .subdesc {
    box-sizing: border-box;
    padding: 1.106vw 0 1.106vw 2.6vw;
    font-weight: 450;
  }

  .product-about .container {
    display: flex;
    flex-direction: column;
    gap: 4.16vw;
  }

}
@media screen and (max-width: 767px) {
	.product-card-img{
		height: auto;
	}
	.product-about {
    margin-top: 8.88vw;
  }

   .product-about-row {
    display: flex;
    flex-direction: column;
    gap: 4.68vw;
  }

  .product-about-grid {
    width: 100% !important;
    flex-wrap: nowrap;
    height: fit-content;
    border: 1px solid rgba(221, 221, 221, 1);
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .product-about-grid .subdesc {
    box-sizing: border-box;
    padding: 2.36vw 0 2.36vw 5.55vw;
    font-weight: 450;
  }

  .product-about .container {
    display: flex;
    flex-direction: column;
    gap: 11.11vw;
  }
    /* POPUP COUNT */

    .popup-count .popup-conatiner {
        width: 88.88vw;
    }

    .form-count {
        gap: 5.55vw;
    }

    .count-size-container {
        gap: 5.55vw;
        margin-top: 6.66vw;
    }

    .count-size {
        padding-top: 5.55vw;
    }

    .count-size-row {
        gap: 5.83vw;
        row-gap: 6.66vw;
    }

    .count-fill-label {
        font-size: 3.88vw;
        line-height: 5vw;
    }

    .count-size-input {
        width: 35.97vw;
        height: 8.88vw;
        border-radius: 1.66vw;
        font-size: 3.33vw;
        line-height: 4.44vw;
        padding-left: 3.33vw;
    }

    .count-size-input:last-of-type {
        width: 100%;
    }

    .count-size-row::before {
        top: 1.66vw;
        left: 37.63vw;
        content: 'х';
        font-size: 4.44vw;
    }

    .count-size-row::after {
        display: none;
    }

    .count-size-btn {
        gap: 2.22vw;
        font-size: 3.33vw;
        line-height: 4.44vw;
        border-radius: 27.77vw;
        width: 60vw;
        height: 8.88vw;
    }

    .count-layers {
        gap: 2.22vw;
    }

    .count-layers-row {
        gap: 2.22vw;
        flex-wrap: wrap;
    }

    .count-layers-box {
        height: 9.44vw;
        padding: 0 3.33vw;
        border-radius: 1.38vw;
        font-size: 3.88vw;
        line-height: 5vw;
    }

    .count-fill {
        gap: 3.33vw;
        margin-top: 2.22vw;
        padding-bottom: 5.55vw;
    }

    .count-fill-row {
        flex-direction: column;
        gap: 3.33vw;
    }

    .count-fill-box {
        gap: 2.22vw;
    }

    .count-result {
        display: none;
        flex-direction: column;
        margin: 0;
        gap: 4.44vw;
    }

    .count-result_active {
        display: flex;
    }

    .count-result-btn {
        width: 100%;
        height: 13.33vw;
        font-size: 5vw;
        border-radius: 2.77vw;
        margin-top: 0;
    }


    .quantity_inner {
        width: 35.7vw;
        height: 8.88vw;
    }

    .quantity_inner button {
        width: 6.66vw;
        height: 6.66vw;
        border-radius: 1.66vw;
        top: 0px;
        bottom: 0;
        font-size: 9.72vw;
    }

    .btn__minus {
        left: 1.11vw;
    }

    .btn__plus {
        right: 1.11vw;
    }

    .popup-conatiner {
        padding: 5.55vw;
    }

    .popup-section {
        padding: 0;
        margin: auto;
    }

    .count-input-box {
        width: 35.7vw;
    }

    .input-text {
        top: -4.44vw;
        left: 0vw;
        font-size: 2.77vw;
    }

    .quantity_inner .input-text {
        margin: 0;
    }

    .input-meter {
        bottom: 2.22vw;
        right: 3.33vw;
        font-size: 3.33vw;
        line-height: 4.44vw;
    }

    .form-count input {
        padding-top: 0;
    }

    .quantity_inner-door::after {
        display: none;
    }

    .quantity_inner input {
        padding-left: 0;
    }

    .count-size-row-new {
        margin-top: 10vw;
        width: 68.33vw;
    }

    .count-bin {
        top: 1.25vw;
        right: -8.47vw;
        width: 5.83vw;
        height: 5.83vw;
    }

    .count-size-row-new .count-input-box:first-of-type::after {
        top: -10vw;
        left: 0;
        width: 77.77vw;
    }

    .count-size-row-new .quantity_inner {
        width: 31.11vw;
    }

    .count-size-row-new .count-input-box {
        width: 31.11vw;
    }

    .count-size-row-new .count-input-box:last-of-type {
        width: 100%;
    }

    .count-size-row-new::before {
        left: 32.91vw;
    }

    .count-more {
        margin-top: 0;
    }

    .count-fill-checkbox {
        opacity: 0;
        width: 5.55vw;
        flex-shrink: 0;
        cursor: pointer;
    }

    .count-fill-checkbox:checked+.count-fill-label::before {
        position: absolute;
        top: -0.138vw;
        left: -7.77vw;
        width: 5.55vw;
        height: 5.55vw;
        content: '';
        background-color: rgba(0, 148, 57, 1);
        border-radius: 1.38vw;
        z-index: 2;
        background-image: url(../img/tick.svg);
        background-position: center;
        background-size: 2.77vw 1.94vw;
        background-repeat: no-repeat;
        pointer-events: none;
    }

    .count-fill-label {
        position: relative;
    }

    .count-fill-label::after {
        position: absolute;
        top: -0.138vw;
        left: -7.77vw;
        width: 5vw;
        height: 5vw;
        content: '';
        background-color: rgba(242, 242, 242, 1);
        border: 1px solid rgba(176, 176, 176, 1);
        border-radius: 1.38vw;
        pointer-events: none;
    }
}


@media screen and (max-width: 767px) {
	main .breadcrumbs span{
		width: 1.11vw;
		height: 1.vww;
	}
}

.menu__item img{
	width: 20px;
	height: 20px;
}

.tex-social__icon {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.search-catalog {
    margin-bottom: 44px;
}

/* Brand detail: stretch product cards to full container width */
.catalog-products-container--brand-detail {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 20px;
    overflow: visible;
    overflow-y: visible;
    overflow-x: visible;
    max-height: none;
}

.catalog-products-container--brand-detail .catalog-products-elem {
    width: auto;
    height: auto;
    max-height: none;
    padding: 10px;
}

.catalog-products-container--brand-detail .catalog-products-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 33px 3px;
    box-sizing: border-box;
}

.catalog-products-container--brand-detail .catalog-products-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 1 / 1;
    transform: none !important;
    background-color: #ffffff !important;
}
@media screen and (max-width: 767px) {
    .catalog-products-container--brand-detail .catalog-products-img img {
        height: 100%;
    }
}

.catalog-products-container--brand-detail .catalog-products-price {
    min-height: 34px;
    justify-content: flex-end;
}

.catalog-products-container--brand-detail .catalog-products-name {
    margin-bottom: auto;
}

@media screen and (max-width: 1278px) {
    .catalog-products-container--brand-detail {
        gap: 2.08vw;
    }

    .catalog-products-container--brand-detail .catalog-products-elem {
        padding: 1.3vw;
    }

    .catalog-products-container--brand-detail .catalog-products-img {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .catalog-products-container--brand-detail {
        gap: 4.44vw;
        margin: 3.33vw 0 0 0;
        overflow: visible !important;
    }

    .catalog-products-container--brand-detail .catalog-products-elem {
        padding: 0;
        padding-bottom: 94px;
    }

    .catalog-products-container--brand-detail .catalog-products-img {
        padding: 0;
    }
}

/* TOOLTIP */

.quantity_inner .count-info {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background-color: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    text-align: left;
    position: absolute;
    top: 2px;
    right: 50px;
    width: 16px;
    height: 16px;
    z-index: 9999;
    cursor: pointer;
}

.quantity_inner .count-info svg {
    width: 100%;
    height: 100%;
    user-select: none;
}

.quantity_inner .tooltiptext {
    visibility: hidden;
    width: 317px;
    background-color: #FFFFFF;
    color: #54616C;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: -41px;
    right: -330px;
    z-index: 998;
    /* Ensure tooltip is displayed above content */
    box-shadow: 0px 0px 15px 0px #0000001F;
    font-weight: 450;
    font-size: 14px;
    line-height: 18px;
}

.quantity_inner .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent white transparent transparent;
}


/* Show the tooltip text on hover */
.quantity_inner .count-info:hover .tooltiptext,
.quantity_inner .count-info:focus .tooltiptext,
.quantity_inner .count-info:focus-visible .tooltiptext {
    visibility: visible;
}

.quantity_inner .count-info-window {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background-color: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    text-align: left;
    position: absolute;
    top: 2px;
    right: 50px;
    width: 16px;
    height: 16px;
    z-index: 999;
    cursor: pointer;
}

.quantity_inner .count-info:hover,
.quantity_inner .count-info:focus,
.quantity_inner .count-info:focus-visible,
.quantity_inner .count-info-window:hover,
.quantity_inner .count-info-window:focus,
.quantity_inner .count-info-window:focus-visible {
    z-index: 9999 !important;
}

.quantity_inner .count-info-window svg {
    width: 100%;
    height: 100%;
}

/* Show the tooltip text on hover */
.quantity_inner .count-info-window:hover .tooltiptext,
.quantity_inner .count-info-window:focus .tooltiptext,
.quantity_inner .count-info-window:focus-visible .tooltiptext {
    visibility: visible;
}

.count-fill-box {
    position: relative;
    z-index: 999;
}

.count-fill-box .count-info-fill {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background-color: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    text-align: left;
    position: absolute;
    top: -4px;
    right: -18px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.count-fill-box .count-info-fill svg {
    width: 100%;
    height: 100%;
    user-select: none;
}

.count-fill-box .count-info-fill .tooltiptext {
    visibility: hidden;
    width: 317px;
    background-color: #FFFFFF;
    color: #54616C;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: -69px;
    right: -330px;
    z-index: 99999;
    /* Ensure tooltip is displayed above content */
    box-shadow: 0px 0px 15px 0px #0000001F;
    font-weight: 450;
    font-size: 14px;
    line-height: 18px;
}

/* Show the tooltip text on hover */
.count-fill-box .count-info-fill:hover .tooltiptext,
.count-fill-box .count-info-fill:focus .tooltiptext,
.count-fill-box .count-info-fill:focus-visible .tooltiptext {
    visibility: visible;
}

.count-fill-box .count-info-fill:hover,
.count-fill-box .count-info-fill:focus,
.count-fill-box .count-info-fill:focus-visible,
.count-fill-box:has(.count-info-fill:hover),
.count-fill-box:has(.count-info-fill:focus),
.count-fill-box:has(.count-info-fill):focus-visible {
    z-index: 9999 !important;
}

@media screen and (max-width: 1278px) {
    .quantity_inner .count-info {
        border: none;
        margin: 0;
        padding: 0;
        width: auto;
        overflow: visible;
        background-color: transparent;
        color: inherit;
        font: inherit;
        line-height: normal;
        text-align-last: left;
        position: absolute;
        top: 0.026vw;
        right: 4.7vw;
        width: 2.08vw;
        height: 2.08vw;
        z-index: 998;
        cursor: pointer;
    }

    .quantity_inner .count-info svg {
        width: 100%;
        height: 100%;
    }

    .quantity_inner .tooltiptext {
        visibility: hidden;
        width: 30.46vw;
        background-color: #FFFFFF;
        color: #54616C;
        padding: 1.56vw;
        box-sizing: border-box;
        border-radius: 0.52vw;
        position: absolute;
        display: flex;
        flex-direction: column;
        top: -12.23vw;
        right: auto;
        left: -14.2vw;
        z-index: 99999;
        /* Ensure tooltip is displayed above content */
        box-shadow: 0px 0px 1.95vw 0px #0000001F;
        font-weight: 450;
        font-size: 1.56vw;
        line-height: 2.08vw;
    }

    .quantity_inner .tooltiptext::after {
        content: " ";
        position: absolute;
        /* At the top of the tooltip */
        left: 50%;
        right: auto;
        top: calc(100% + 5px);
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent white transparent;
        transform: rotate(180deg);
    }


    /* Show the tooltip text on hover */
    .quantity_inner .count-info:hover .tooltiptext {
        visibility: visible;
    }

    .quantity_inner .count-info-window {
        border: none;
        margin: 0;
        padding: 0;
        width: auto;
        overflow: visible;
        background-color: transparent;
        color: inherit;
        font: inherit;
        line-height: normal;
        text-align-last: left;
        position: absolute;
        top: 0.026vw;
        right: 4.7vw;
        width: 2.08vw;
        height: 2.08vw;
        z-index: 999;
        cursor: pointer;
    }

    .quantity_inner .count-info-window svg {
        width: 100%;
        height: 100%;
        user-select: none;
    }

    /* Show the tooltip text on hover */
    .quantity_inner .count-info-window:hover .tooltiptext,
    .quantity_inner .count-info-window:focus .tooltiptext,
    .quantity_inner .count-info-window:focus-visible .tooltiptext {
        visibility: visible;
    }

    .count-fill-box .count-info-fill {
        position: absolute;
        top: -0.7vw;
        right: -2.18vw;
        width: 2.08vw;
        height: 2.08vw;
        cursor: pointer;
    }

    .count-fill-box .count-info-fill svg {
        width: 100%;
        height: 100%;
        user-select: none;
    }

    .count-fill-box .count-info-fill .tooltiptext {
        visibility: hidden;
        width: 31.25vw;
        background-color: #FFFFFF;
        color: #54616C;
        padding: 1.56vw;
        box-sizing: border-box;
        border-radius: 4px;
        position: absolute;
        display: flex;
        flex-direction: column;
        top: -19.86vw;
        left: -14.5vw;
        z-index: 99999;
        /* Ensure tooltip is displayed above content */
        box-shadow: 0px 0px 15px 0px #0000001F;
        font-weight: 450;
        font-size: 14px;
        line-height: 18px;
    }

    /* Show the tooltip text on hover */
    .count-fill-box .count-info-fill:hover .tooltiptext,
    .count-fill-box .count-info-fill:focus .tooltiptext,
    .count-fill-box .count-info-fill:focus-visible .tooltiptext {
        visibility: visible;
    }
}

@media screen and (max-width: 767px) {
    .quantity_inner .count-info {
        border: none;
        margin: 0;
        padding: 0;
        width: auto;
        overflow: visible;
        background-color: transparent;
        color: inherit;
        font: inherit;
        line-height: normal;
        text-align-last: left;
        position: absolute;
        top: -5.55vw;
        right: auto;
        left: 9.16vw;
        width: 4.44vw;
        height: 4.44vw;
        z-index: 998;
        cursor: pointer;
    }

    .quantity_inner .count-info svg {
        width: 100%;
        height: 100%;
    }

    .quantity_inner .tooltiptext {
        visibility: hidden;
        width: 48.33vw;
        background-color: #FFFFFF;
        color: #54616C;
        padding: 3.33vw;
        box-sizing: border-box;
        border-radius: 0.52vw;
        position: absolute;
        display: flex;
        flex-direction: column;
        top: -12.5vw;
        right: -51.11vw;
        left: auto;
        z-index: 999;
        /* Ensure tooltip is displayed above content */
        box-shadow: 0px 0px 4.16vw 0px #0000001F;
        font-weight: 450;
        font-size: 3.33vw;
        line-height: 4.44vw;
    }

    .quantity_inner .tooltiptext::after {
        content: " ";
        position: absolute;
        left: auto;
        top: 50%;
        right: 100%;
        /* To the left of the tooltip */
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent white transparent transparent;
        transform: rotate(0deg);
    }


    /* Show the tooltip text on hover */
    .quantity_inner .count-info:hover {
        z-index: 9999;
    }

    .quantity_inner .count-info:hover .tooltiptext {
        visibility: visible;
        z-index: 99999;
    }

    .quantity_inner .count-info-window {
        border: none;
        margin: 0;
        padding: 0;
        width: auto;
        overflow: visible;
        background-color: transparent;
        color: inherit;
        font: inherit;
        line-height: normal;
        text-align-last: left;
        position: absolute;
        top: -5.55vw;
        right: auto;
        left: 8.16vw;
        width: 4.44vw;
        height: 4.44vw;
        z-index: 999;
        cursor: pointer;
    }

    .quantity_inner .count-info-window .tooltiptext {
        top: -12.5vw;
        left: -51.11vw;
        right: auto;
    }

    .quantity_inner .count-info-window .tooltiptext::after {
        content: " ";
        position: absolute;
        right: auto;
        top: 50%;
        left: calc(100% + 5px);
        /* To the left of the tooltip */
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        transform: rotate(180deg);
    }

    .quantity_inner .count-info-window svg {
        width: 100%;
        height: 100%;
        user-select: none;
    }

    /* Show the tooltip text on hover */
    .quantity_inner .count-info-window:hover .tooltiptext,
    .quantity_inner .count-info-window:focus .tooltiptext,
    .quantity_inner .count-info-window:focus-visible .tooltiptext {
        visibility: visible;
        z-index: 99999;
    }

    .count-fill-row .count-fill-box {
        width: min-content;
    }

    .count-fill-box .count-info-fill {
        position: absolute;
        top: -1.38vw;
        right: -4.58vw;
        width: 4.44vw;
        height: 4.44vw;
        cursor: pointer;
    }

    .count-fill-box .count-info-fill svg {
        width: 100%;
        height: 100%;
        user-select: none;
    }

    .count-fill-box .count-info-fill .tooltiptext {
        visibility: hidden;
        width: 50vw;
        background-color: #FFFFFF;
        color: #54616C;
        padding: 3.33vw;
        box-sizing: border-box;
        border-radius: 1.11;
        position: absolute;
        display: flex;
        flex-direction: column;
        top: -50.5vw;
        left: -23vw;
        z-index: 99999;
        /* Ensure tooltip is displayed above content */
        box-shadow: 0px 0px 15px 0px #0000001F;
        font-weight: 450;
        font-size: 14px;
        line-height: 18px;
    }

    .count-fill-box .count-info-fill .tooltiptext::after {
        left: 50%;
        right: auto;
        top: calc(100% + 5px);
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent white transparent;
        transform: rotate(180deg);
    }

    /* Show the tooltip text on hover */
    .count-fill-box .count-info-fill:hover .tooltiptext,
    .count-fill-box .count-info-fill:focus .tooltiptext,
    .count-fill-box .count-info-fill:focus-visible .tooltiptext {
        visibility: visible;
    }
}

.color-list-box {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
.color-list-box p:hover {
    color: #009439;
}

.color-hero .container div svg {
    flex-shrink: 0;
}

.tippy-box {
    border-radius: 4px;
    box-shadow: 0px 0px 15px 0px #0000001F;
    padding: 12px;
    background-color: #ffffff;
    font-size: 14px;
    color: #54616C;
    font-weight: 400;
}

.tippy-content {
    padding: 0;
    background-color: #ffffff;
    font-size: 14px;
    color: #54616C;
    font-weight: 400;
}

.tippy-arrow {
    color: #ffffff;
    border-radius: 0;
}

/* Обязательное согласие с политикой — красная звезда перед текстом */
.checkbox-policy .checkbox__label::before,
.pc-grid__agree.pc-agree .pc-agree__text::before,
.discount-popup-agree .discount-popup-agree__text::before {
    content: '*';
    color: #d32f2f;
    font-weight: 700;
    margin-right: 0.25em;
}
