.product_price{
    position: relative;
}
.product_price .price{
    text-align: left;
    float: left;
    position: relative;
    bottom: -8px;
}
.product_price .baskets{
    float: right;
}
.product_price .baskets button{
    padding: 10px 43px;
}
.product_price .price_old{
    position: absolute;
    top: -15px;
    left: 50px;
}

.product_info{
    margin-bottom: 40px;
}


/*фото товара*/
.photo{
    margin-top: 20px;
    display: block;
    width: auto;
    height:auto;
    border: 2px solid #bfbfbf;
    cursor: pointer;
}
.img_container{
    display: table-cell;
    height: 460px;
    width: 460px;
    vertical-align: middle;
}
.photo img{
    max-width: 420px;
    max-height: 460px;
}
/*фото товаров внизу*/
.bottom_items{
    text-align: center;
}
.bottom_items .photo img{
    max-height: 160px;
    max-width:160px;
}
.bottom_items .photo{
    border: none;
}
.bottom_items .price{
    text-align: right;
    float: right;
}

#img_product .modal-body{
    text-align: center;
}
#img_product .modal-body img{
    width: 100%;
}
@media(max-width:1199px){
    .photo img{
        max-width: 345px;
    }
}
@media(max-width:1199px){
    .img_container{
        width: 720px;
    }
}
@media(max-width:1199px){
    h1{
        text-align: center;
    }
    .product_price .price{
        float: none;
        text-align: center;
        margin-bottom: 25px;
    }
    .product_price .price_old{
        top: -25px;
        left: 245px;
    }
    .product_price .baskets{
        float: none;
        text-align: center;
    }
}