small{
    font-size: smaller;
}

.paragraph_photos{
    display: flex;
    flex-wrap:wrap;
    width:100%;
}

@media screen and (min-width:460px){
    .pContent.has_photos .paragraph_photo:not(.no_preview){
        max-width: 50%;
    }
}

@media screen and (min-width:768px){
    .pContent.has_photos .paragraph_photo:not(.no_preview){
        max-width: 33%;
    }
}

@media screen and (min-width:1200px){
    .pContent.has_photos .paragraph_photo:not(.no_preview){
        max-width: 25%;
    }
}

/* прелоадим некоторые картинки */
body::after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    content:url(/_svg/loading.svg);
}
/* прелоадим некоторые картинки */

.button.processing,
[type=submit].processing
{
    pointer-events: none;
    background-image: url(/_svg/loading.svg);
    background-repeat: no-repeat;
    background-position: left 0 top 50%;
    background-size: 44px;
    text-indent: 22px;
    transition: all .2s linear;
}

.price_row .price_buttons .price_button--credit{
    background-color: #58ce2c;
}
.price_row .price_buttons .price_button--credit:hover{
    background-color: #78e251;
}

.good_list{
    display: flex;
    flex-wrap:wrap;
}
.good_list .good_item_inner{
    height:100%;
    background-color: #f6f6f6;
    display: flex;
    flex-direction: column;
    border-radius:2px;
    border:1px solid rgba(0,0,0,.05);
}
.good_list .name_row{
    margin-top:auto;
}
.good_list .good_item:hover .good_item_inner{
    background-color: #f0f0f0;
}
.good_list .good_item:hover .good_item_inner{
    border-color: #e37d96;
}
.good_list .good_item:hover .name_link{
    color:#CE2C54;
}
.good_list .good_item_price_amount{
    font-weight: 500;
}
.good_item .good_item_status{
    font-weight: 400;
}
.good_item .good_item_status + .good_item_status{
    margin-top: 2rem;
}
.good_item--available .good_item_status{
    border-left: 1px solid rgba(255,255,255,.1);
    background-color: #58ce2c;
}
.good_item--sold .good_item_status{
    border-left: 1px solid rgba(255,255,255,.1);
    background-color: #fd7676;
}
.good_item--rented .good_item_status{
    border-left: 1px solid rgba(255,255,255,.1);
    background-color: #f4bc16;
}
.good_item--booked .good_item_status{
    border-left: 1px solid rgba(255,255,255,.1);
    background-color: #333;
    color:#fff;
}
.good_item .good_item_status--exclusive{
    background-color: #E76B9B;
}
.good_item .good_item_status--credit{
    background-color: #f4bc16;
}

.status_price{
    vertical-align: middle;
    padding: 0 10px;
    line-height: 26px;
    color:#fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}
.status_price--sold{
    background-color: #fd7676;
}
.status_price--available{
    background-color: #58ce2c;
}
.status_price--rented{
    background-color: #f4bc16;
}
.status_price--booked{
    background-color: #333;
}
.status_price--exclusive{
    background-color: #E76B9B;
}
.status_price--credit{
    background-color: #f4bc16;
}

@media screen and (min-width:768px){
    .status_price + .status_price{
        margin-left: .5rem;
    }
}

.status_header{
    display: inline-flex;
    align-items: center;
    align-content: center;
    padding: 0 10px;
    line-height: 34px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.status_header--booked{
    background-color: #333;
    color:#fff;
}
.vertical-menu{
    height: auto;
    overflow: visible;
}
.vertical-menu--hidden{
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

#valuation_checklist label{
    padding: 14px 0 12px 15px !important;
}
#valuation_checklist .cost-slider-container{
    display: flex;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    float:none;
}
#valuation_checklist .cost-slider-input{
    flex-basis:60px;
    width: 100%;
    text-align: center;
    flex-shrink: 0;
}
#valuation_checklist .ui-slider{
    flex-grow:1;
    width: 100%;
    margin-right: 1rem;
}
#valuation_checklist .form-row{
    width:100%;
}
#valuation_checklist fieldset{
    display: block;
    width: 100%;
}
#valuation_checklist label{
    padding: 0 !important;
    float:none !important;
    border:none !important;
    font-weight: bolder;
}
#valuation_checklist .small{
    clear: both;
    font-size: .8rem;
    max-width: calc(100% - 75px);
    line-height: 1.3;
}
#valuation_checklist .form-row--bordered{
    border-left: 3px solid #F4BC16;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#valuation_checklist .ui-slider-handle:after{
    margin-left: 8px;
    margin-top:8px;
}

#valuation_checklist .cost-slider-tooltip{
    display: none !important;
}

.good_item--anons p:first-child{
    margin-top: 0;
    padding-top: 0;
}
.good_item--anons p{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
}
.good_item--anons ul li:not(:last-child){
    margin-bottom: .5rem;
}
.good_item--anons ul li{
    list-style: disc;
    list-style-position: inside;
}

.photoBlock{
    margin-left: -1rem;
    margin-right: -1rem;
}

.piano-buyer{
    clear: both;
    display: flex;
    flex-wrap:wrap;
    padding: 1rem;
    border:1px solid #fd7676;
    background-color: rgba(0,0,0,.015);
}

@media screen and (min-width:768px){
    .piano-buyer__left{
        flex-basis: 320px;
    }
    .piano-buyer__left > a{
        display: block;
        overflow: hidden;
        border-radius: 2px;
    }

    .piano-buyer__right{
        padding-left: 1rem;
        flex-basis:calc(100% - 320px);
    }
    .piano-buyer__right p:first-of-type{
        padding-top: 0;
    }
}

.price_row{
    width: 100%;
}
.price_row .price_inner{
    display: block !important; 
}

.mobile-link.mobile-link--tg{
    padding: 2px;
}