

/* Start:/local/templates/main/components/bitrix/catalog.item/tile/style.css?17446400591887*/
.product__tp-wrap:not(.product__tp-wrap_show) {
    display: none;
}

.product__quantity:not(.product__quantity_show) {
    display: none !important;
}

.product__cart_show,
.product__quantity-wrap_show,
.product__quantity_show,
.product__tp-wrap_show {
    display: flex;
}

.product__tp-wrap_show {
    margin-left: 20px;

}

.product__buttons {
    align-items: center;
    color: #ff5c00;
    display: flex;
    justify-content: space-between;
    /*	flex-wrap: wrap;*/
}

.avail_modal {
    font-size: 14px;
    line-height: normal;
    margin: 8px 0;
    cursor: pointer;
    color: #343434;
}

.modal__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
    z-index: 99;
}

.modal__bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 970px;
    padding: 25px;
    transition: 0.5s all;
    border-radius: 10px;
    background-color: #fff;
}

.product-horizontal__characteristics-item-wrapper {
    margin-bottom: 35px;
}

.product__price.product__price_left {
    position: absolute;
    bottom: 85px
}

@media (max-width: 1280px) {
    .product__price.product__price_left {
        bottom: 75px;
    }

    .product-horizontal__characteristics-item-wrapper {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .product__price.product__price_left {
        bottom: 60px;
    }

    .product-horizontal__characteristics-item-wrapper {
        margin-bottom: 35px;
    }
}

@media (max-width: 480px) {
    .product__buttons {
        align-items: center;
        color: #ff5c00;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
/* End */
/* /local/templates/main/components/bitrix/catalog.item/tile/style.css?17446400591887 */
