

/* Start:/local/templates/main/components/bitrix/catalog.element/sale/style.css?17823873444986*/
.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;
}
/* 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?17823873444986 */
/* /local/components/custom/catalog.reviews/templates/.default/style.css?17824700175109 */
