.product__desc{
    color: #727272;
    font-size: 14px;
    margin-top: 16px;
}

.input_policy{
	margin: 10px;
}

.disabled_by_policy {
    opacity: 60%;
    cursor: not-allowed;
	pointer-events: none;
}
.form_v5_callback_element {
    padding: 16px 0 0 0;
    text-align: left;
}
.other input.quantity__input{text-align:center;}
.navigation__breadcrumbs{display:none;}
@media (max-width: 768px) {
    .product-item-detail-slider-controls-block{display:none;}
    .other__list ul{flex-direction: column;}
    .product-item-detail-tab-content img{max-width: 100%; height:auto;}
    .product-item-detail-info-section {
        margin-top: 20px;
    }
    .shop__product-stats.favorite {
        margin-left: 0;
    }
    .shop__product-stats.compare {
        margin-left: 0;
    }
    .other__item{width: 100%;}

}
@media (max-width: 650px) {
    .shop__product-stats.favorite {
        margin-left: 0;
    }
    .shop__product-stats.compare {
        margin-left: 0;
    }
    h1{display:block; margin-top:20px;}
}

.content {
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
    background-color: white;
}

.finance {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    .title{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        color: #333333;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .text{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 132%;
        text-align: center;
        color: #333333;
        margin-bottom: 25px;
    }
    .btn_finance{
        padding: 16px 36px;
        display: flex;
        align-items: center;
        background: #6AB670;
        border-radius: 8px;
        color: #fff;
        transition: 0.2s linear;
        max-width: 350px;
        text-align: center;
    }
}
