

/* Start:/local/templates/topform/components/bitrix/catalog.element/main/style.css?17815234733498*/
.item__garantiya-text{
    font-size: 14px;  
    display: flex;
    align-items: center;
}
.icon_before_text{
    margin-right: 5px;
}

.original_items-text{
    font-size: 14px;  
    display: flex;
    align-items: center;
    margin: 10px auto 0;
}

.cert-block{
    margin-top: 10px;
    width: 100%;
    display: flex;
}
.diler-certificate{
    position: relative;
    margin: auto;  
    background-color: #383838;
    border-radius: 4px;
    border: solid 1px #25a5dc;
}
.diler-certificate img.cert-block__cert-img{
    height:150px;
    opacity: 0.6;
}
.diler-certificate img.cert-block__cert-img:hover{
    opacity: 0.7;
}
.cert-block__zoom-icon{
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
}
.right-top-corner{
    margin: 0 0 auto auto; 
}

.item__actions.mobile-only{
    display: none;
}
@media (max-width: 800px) {
    .item__short-info.desktop-only{
        display: none;
    }
    .item__actions.mobile-only{
        display: flex;
    }
}

.item-price-block__row{
    margin-bottom: 30px; 
    gap: 15px;
    display: flex;  
    flex-wrap: wrap-reverse;
}
.item-price-block__prices{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.item-price-block__prices__row{
    display: flex; 
    align-items: flex-end;
    gap: 10px;
}
@media (min-width: 1024px) {
    .item-price-block__prices__row .price {
        font-size: 30px;
    }
}


.auth-sale-block__row{
    background-color: #fde7ae;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
}
.auth-sale-block__row.auth-sale-on{
    background-color: #ebfaeb;
}
.auth-sale-block__sale{
    padding: 3px 7px;
    font-size: 14px;
    border-radius: 6px;  
    background: var(--orange);
    color: var(--white);
    text-decoration: none;
    margin-right: 5px;
    margin-left: auto;
}
.auth-sale-on .auth-sale-block__sale{
    background:#3CAA3C;
}

.auth-sale-block__row:hover .hidden-block {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hidden-block {
    position: absolute; 
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    
    z-index: 10; 
    background-color: white;

    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15); 
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px); 
    transition: all 0.3s ease;
}

.hidden-block::after {
    content: "";
    position: absolute;
    bottom: 100%; 
    left: 50%;
    transform: translateX(-50%);

    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
}

@media (min-width: 1024px) {
    .hidden-block {
        top: 50%;
        transform: translateY(-50%) translateX(-10px);
        
        left: auto;
        right: calc(100% + 15px); 
        width: 300px;
    }

    .hidden-block::after {
        bottom: 50%;
        left: 100%;  
        transform: translateY(50%);
        
        border-bottom: 10px solid transparent; 
        border-top: 10px solid transparent;
        border-left: 10px solid white;     
        border-right: none;
    }

    .container:hover .hidden-block {
        transform: translateY(-50%) translateX(0);
    }
}
/* End */
/* /local/templates/topform/components/bitrix/catalog.element/main/style.css?17815234733498 */
