

/* Start:/local/templates/main/components/bitrix/catalog.element/sale/style.css?178661274116477*/
.benefits-row {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 1.2rem 0;
}

.benefit-item {
    max-width: 150px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 0.7rem 0.5rem 0.6rem;
    text-align: center;
    transition: all 0.2s ease;
    border: 1px solid #edf2f7;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.benefit-item:hover {
    transform: translateY(-2px);
    border-color: #FDE100;
    box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.08);
}

.benefit-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 0.4rem;
    background: #FEF7D5;
    border-radius: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.benefit-item:hover .benefit-icon {
    background: #FDE100;
    transform: scale(1.02);
}

.benefit-icon span {
    font-size: 1.6rem;
    font-weight: 500;
}

.benefit-item p {
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1.3;
    color: #101B29;
    margin-top: 0.2rem;
    padding-top: 0.45rem;
    border-top: 2px solid #FDE100;
    display: inline-block;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.info-strip {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 0.7rem 1rem;
    margin: 0.8rem 0 1rem;
    border: 1px solid #eef2f8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    max-width: 360px;
}

.links-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.links-group a {
    color: #101B29;
    text-decoration: underline dotted;
    text-decoration-color: #FDE100;
    text-underline-offset: 5px;
    font-weight: 600;
    font-size: 0.75rem;
    transition: color 0.2s;
}
.links-group a:hover {
    color: #FDE100;
}
.delivery-tag {
    background: #FDE100;
    padding: 0.3rem 0.9rem;
    border-radius: 40px;
    font-weight: 700;
    font-size: 0.7rem;
    color: #101B29;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}
.delivery-tag::before {
    content: "🚚";
    font-size: 0.75rem;
}

.badges-row {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    align-items: center;
}
.badge-mini {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #FFFFFF;
    padding: 0.3rem 1rem 0.3rem 0.7rem;
    border-radius: 50px;
    border: 1px solid #e9edf2;
    transition: all 0.2s;
}
.badge-mini:hover {
    border-color: #FDE100;
    background: #FFFDF0;
}
.badge-icon-mini {
    width: 28px;
    height: 28px;
    background: #FEF2C0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}
.badge-text-mini {
    font-weight: 700;
    font-size: 0.7rem;
    color: #101B29;
}

.delivery-russia {
    background: #f2f2d0;
    padding: 5px 10px;
    margin-top: 10px;
    margin-left: 16px;
    border-radius: 16px;
    font-size: 13px;
    max-width: 560px;
}
.delivery-russia span {
    font-weight:600;
}

@media (max-width: 720px) {
    .benefits-row {
        gap: 0.8rem;
    }
    .benefit-item {
        min-width: 110px;
        flex: 1 0 auto;
    }
    .benefit-icon {
        width: 40px;
        height: 40px;
    }
    .benefit-icon span {
        font-size: 1.4rem;
    }
    .benefit-item p {
        font-size: 0.7rem;
    }
}

@media (max-width: 580px) {
    .benefits-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .benefit-item {
        min-width: 140px;
        flex: 0 1 auto;
    }
    .info-strip {
        flex-direction: column;
        align-items: flex-start;
    }
    .links-group {
        width: 100%;
        justify-content: space-between;
    }
    .delivery-tag {
        white-space: normal;
        width: 100%;
        justify-content: center;
    }
    .badges-row {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 450px) {
    .benefit-item {
        min-width: 120px;
    }
    .badges-row {
        flex-direction: column;
        width: 100%;
    }
    .badge-mini {
        width: 100%;
        justify-content: flex-start;
    }
}

.icon-link {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/upload/sale/link.svg');
}

.link-other {
    display: flex;
    align-items: center;
}

.elem-preset.btn-link {
    border: 1px solid #fde100;
    color:#101B29;
}

.block-montazh {
    margin:10px 0;
    padding:5px;
    border:1px solid #edf2f7;
    border-radius:5px;
    max-width:450px;
}
.desc-montazh {
    font-size: 12px;
    color:#737373;
}
.title-montazh {
    display: flex;
    align-items: center;
    gap: 2px;
}

.title-montazh a {
    text-decoration: underline dotted;
    text-decoration-color: #FDE100;
    text-underline-offset: 5px;
    color:#000;
    transition: color .3s;
}

.title-montazh a:hover {
    color:#fde100;
}

.tab-content .product-desc {
    max-width:none;
}

.product-newdescc {
    --pd-dark: #101b29;
    --pd-accent: #fde100;
    --pd-gray: #697480;
    --pd-border: #e8ebee;
    --pd-light: #f7f8f9;

    max-width: 1180px;
    margin: 50px auto;
    padding: 0 20px;
    color: var(--pd-dark);
    font-family: inherit;
    box-sizing: border-box;
}

.product-newdescc *,
.product-newdescc *::before,
.product-newdescc *::after {
    box-sizing: border-box;
}

.product-newdescc p {
    margin: 0;
    color: #4f5b67;
    font-size: 15px;
    line-height: 1.75;
}

.product-newdescc h2,
.product-newdescc h3 {
    color: var(--pd-dark);
}

.product-newdescc__intro {
    display: grid;
    grid-template-columns: 150px 1fr;
    align-items: stretch;
    margin-bottom: 65px;
    border: 1px solid var(--pd-border);
    overflow: hidden;
    background: #fff;
}

.product-newdescc__intro-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    background: var(--pd-dark);
}

.product-newdescc__intro-mark span {
    color: var(--pd-accent);
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .04em;
}

.product-newdescc__intro-content {
    display: flex;
    align-items: center;
    padding: 35px 40px;
    flex-direction: column;
}

.product-newdescc__intro-content p {
    color: var(--pd-dark);
    font-size: 17px;
    line-height: 1.75;
}

.product-newdescc__section {
    margin-bottom: 70px;
}

.product-newdescc__section:last-child {
    margin-bottom: 0;
}

.product-newdescc__section-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}

.product-newdescc__section-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--pd-accent);
    color: var(--pd-dark);
    font-size: 12px;
    font-weight: 800;
}

.product-newdescc__section-label {
    display: block;
    margin-bottom: 4px;
    color: #8a9299;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.product-newdescc__section-head h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 750;
    line-height: 1.2;
}

.product-newdescc__advantages {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.product-newdescc__advantage {
    position: relative;
    padding: 28px 28px 28px 75px;
    border: 1px solid var(--pd-border);
    background: #fff;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.product-newdescc__advantage:hover {
    transform: translateY(-3px);
    border-color: var(--pd-accent);
    box-shadow: 0 12px 30px rgba(16, 27, 41, .07);
}

.product-newdescc__advantage--wide {
    grid-column: 1 / -1;
}

.product-newdescc__advantage-num {
    position: absolute;
    top: 28px;
    left: 25px;
    color: var(--pd-accent);
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
    -webkit-text-stroke: 1px var(--pd-dark);
}

.product-newdescc__advantage h4 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.35;
}

.product-newdescc__scenarios {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.product-newdescc__scenario {
    padding: 27px;
    background: var(--pd-light);
}

.product-newdescc__scenario-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.product-newdescc__scenario-dot {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--pd-accent);
    box-shadow: 0 0 0 4px rgba(253, 225, 0, .2);
}

.product-newdescc__scenario h4 {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
}

.product-newdescc__scenario-note {
    margin-top: 17px;
    padding-top: 15px;
    border-top: 1px solid #dde1e4;
    color: var(--pd-dark);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
}

.product-newdescc__bottom {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 18px;
}

.product-newdescc__kit {
    padding: 30px;
    border: 1px solid var(--pd-border);
    background: #fff;
}

.product-newdescc__kit h4,
.product-newdescc__recommendation h4 {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.3;
}

.product-newdescc__kit ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-newdescc__kit li {
    position: relative;
    padding-left: 24px;
    color: #4f5b67;
    font-size: 14px;
    line-height: 1.5;
}

.product-newdescc__kit li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: var(--pd-accent);
}

.product-newdescc__recommendation {
    position: relative;
    padding: 30px 32px;
    overflow: hidden;
    background: var(--pd-dark);
}

.product-newdescc__recommendation::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 170px;
    height: 170px;
    border: 28px solid rgba(253, 225, 0, .06);
    border-radius: 50%;
}

.product-newdescc__recommendation-label {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 15px;
    padding: 6px 10px;
    border-radius: 6px;
    background: var(--pd-accent);
    color: var(--pd-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.product-newdescc__recommendation h4 {
    position: relative;
    z-index: 1;
    color: #fff;
}

.product-desc .product-newdescc__recommendation p {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, .7);
}

.product-newdescc__recommendation p + p {
    margin-top: 12px;
}


.product-newdescc a {
    color: var(--pd-dark);
    text-decoration-color: var(--pd-accent);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.product-newdescc__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 12px 18px;
    border: 0;
    border-radius: 8px;
    background: var(--pd-accent);
    color: var(--pd-dark);
    font-family: inherit;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none !important;
    transition: transform .2s ease, opacity .2s ease;
}

.product-newdescc__button:hover {
    transform: translateY(-2px);
    opacity: .86;
}


@media (max-width: 900px) {

    .product-newdescc {
        margin: 40px auto;
    }

    .product-newdescc__intro {
        grid-template-columns: 115px 1fr;
    }

    .product-newdescc__scenarios {
        grid-template-columns: 1fr;
    }

    .product-newdescc__bottom {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 650px) {

    .product-newdescc {
        margin: 30px auto;
        padding: 0 14px;
    }

    .product-newdescc__section {
        margin-bottom: 50px;
    }

    .product-newdescc__intro {
        display: block;
        margin-bottom: 50px;
    }

    .product-newdescc__intro-mark {
        justify-content: flex-start;
        padding: 15px 20px;
    }

    .product-newdescc__intro-mark span {
        font-size: 15px;
    }

    .product-newdescc__intro-content {
        padding: 22px 20px;
    }

    .product-newdescc__intro-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .product-newdescc__section-head {
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 22px;
    }

    .product-newdescc__section-number {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }

    .product-newdescc__section-head h3 {
        font-size: 23px;
    }

    .product-newdescc__advantages {
        grid-template-columns: 1fr;
    }

    .product-newdescc__advantage--wide {
        grid-column: auto;
    }

    .product-newdescc__advantage {
        padding: 22px 20px 22px 58px;
    }

    .product-newdescc__advantage-num {
        top: 23px;
        left: 18px;
        font-size: 18px;
    }

    .product-newdescc__advantage h4 {
        font-size: 16px;
    }

    .product-newdescc p {
        font-size: 14px;
        line-height: 1.7;
    }

    .product-newdescc__scenario {
        padding: 22px 20px;
    }

    .product-newdescc__kit,
    .product-newdescc__recommendation {
        padding: 24px 20px;
    }
}
 .product-newdescc__intro-title {
    margin: 0 0 14px;
    color: var(--pd-dark);
    font-size: 23px;
    font-weight: 750;
    line-height: 1.35;
 }


 .product-newdescc__advantage-note {
    margin-top: 16px;
    padding: 12px 14px;
    border-left: 3px solid var(--pd-accent);
    border-radius: 0 7px 7px 0;
    background: var(--pd-light);
    color: var(--pd-dark);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
 }



 .product-newdescc__benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
 }

 .product-newdescc__benefit {
    padding: 30px;
    border: 1px solid var(--pd-border);
    background: #fff;
 }

 .product-newdescc__benefit--dark {
    position: relative;
    overflow: hidden;
    border-color: var(--pd-dark);
    background: var(--pd-dark);
 }

 .product-newdescc__benefit--dark::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -65px;
    width: 200px;
    height: 200px;
    border: 30px solid rgba(253, 225, 0, .05);
    border-radius: 50%;
 }

 .product-newdescc__benefit-head,
.product-newdescc__benefit > p,
 .product-newdescc__benefit-list {
    position: relative;
    z-index: 1;
 }

 .product-newdescc__benefit-label {
    display: inline-block;
    margin-bottom: 13px;
    padding: 6px 10px;
    background: var(--pd-accent);
    color: var(--pd-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
 }

 .product-newdescc__benefit h4 {
    margin: 0 0 14px;
    color: var(--pd-dark);
    font-size: 20px;
    line-height: 1.35;
 }

 .product-newdescc__benefit--dark h4 {
    color: #fff;
 }

 .product-desc .product-newdescc__benefit--dark > p {
    color: rgba(255, 255, 255, .7);
 }

 .product-newdescc__benefit-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
 }

 .product-newdescc__benefit-list li {
    position: relative;
    padding-left: 23px;
    color: #4f5b67;
    font-size: 14px;
    line-height: 1.6;
 }

 .product-newdescc__benefit-list li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: var(--pd-accent);
 }

 .product-newdescc__benefit-list li span {
    display: block;
    margin-bottom: 2px;
    color: var(--pd-dark);
    font-weight: 750;
 }

 .product-newdescc__benefit--dark .product-newdescc__benefit-list li {
    color: rgba(255, 255, 255, .7);
 }

 .product-newdescc__benefit--dark .product-newdescc__benefit-list li span {
    color: #fff;
 }


 @media (max-width: 900px) {
    .product-newdescc__benefits {
        grid-template-columns: 1fr;
    }
 }


 @media (max-width: 650px) {
    .product-newdescc__intro-title {
        font-size: 19px;
    }

    .product-newdescc__benefit {
        padding: 23px 20px;
    }

    .product-newdescc__benefit h4 {
        font-size: 18px;
    }
 }
/* End */


/* Start:/local/components/custom/catalog.reviews/templates/.default/style.css?17824700175109*/
.review-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-bottom: 15px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.review-date {
    color: #999;
    font-size: 14px;
}

.review-rating {
    color: #FDE100;
    font-size: 18px;
    margin-bottom: 10px;
}

.review-pros, .review-cons {
    margin-bottom: 8px;
}

.review-comment {
    margin-top: 10px;
    line-height: 1.6;
}

.no-reviews {
    text-align: center;
    padding: 30px 0;
    color: #666;
}

/* Модальное окно */
.review-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.review-modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 30px;
    border: 1px solid #888;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    position: relative;
}

.review-modal-close {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.review-modal-close:hover {
    color: #000;
}

/* Звёзды */
.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
}

.star-rating input {
    display: none;
}

.star-rating label {
    font-size: 35px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s;
}

.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #ffc107;
}

/* Форма */
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-control {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.required {
    color: red;
}

.btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.btn-primary {
    background-color: #FDE100;
    color: white;
}

.btn-success {
    background-color: #28a745;
    color: white;
}

.form-message {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.form-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}


/* кнопки для отзывов */
.review-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    min-height: 46px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.3s ease;
    border: 1px solid;
    overflow: hidden;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    text-decoration: none;
}

/* before */
.review-btn::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

/* after */
.review-btn::after {
    transform: translate(-50%, -50%) rotate(-50deg) skew(-15deg) scale(0);
    border-radius: 7px 0 7px 100%;
    transition: all 0.3s ease-out;
    background: #101B29;
    position: absolute;
    display: block;
    height: 15px;
    width: 15px;
    content: '';
    z-index: 1;
    left: 50%;
    top: 50%;
}

.review-btn:hover::after {
    transform: translate(-50%, -50%) rotate(-50deg) skew(-15deg) scale(50);
}

/* ТЕКСТ КНОПКИ */
.review-btn {
    z-index: 999;
    position: relative;
}

/* Основная кнопка */
.review-btn-primary {
    background: #FDE100;
    border-color: #FDE100;
    color: #101B29;
}

.review-btn-primary:hover {
    color: #FDE100;
}

/* Кнопка отправки */
.review-btn-success {
    background: #28a745;
    border-color: #28a745;
    color: #fff;
}

.review-btn-success:hover {
    color: #fff;
}

.review-btn-success::after {
    background: #1e7e34;
}

/* Загрузка фото*/
.form-control-file {
    display: block;
    padding: 8px;
    border: 1px dashed #ddd;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    background: #fafafa;
}

.review-photos a {
    transition: opacity 0.2s;
}

.review-photos a:hover {
    opacity: 0.8;
}

.review-photo-link {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: transform 0.2s;
}

.review-photo-link:hover {
    transform: scale(1.05);
}

.review-photo-link::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 24px;
    transition: transform 0.2s;
    opacity: 0;
}

.review-photo-link:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.review-photo-thumb {
    transition: filter 0.2s;
}

.review-photo-link:hover .review-photo-thumb {
    filter: brightness(0.7);
}
/* End */
/* /local/templates/main/components/bitrix/catalog.element/sale/style.css?178661274116477 */
/* /local/components/custom/catalog.reviews/templates/.default/style.css?17824700175109 */
