@media (min-width: 1200px) {
div.price-tr_new {
    padding: 5px 0;
    display: flex;
    align-items: center;
}
.cell1_new {
    width: 48%;
    float: left;
    padding-left: 15px;
}
.price {
    float: left;
    width: 85px;
    text-align: right;
    color: #ff0000;
    font-weight: bold;
}

.qty {
    display: inline-flex;
    float: left;
    margin-left: 30px;
    width: 206px;
}
.btn-c {
    color: #222;
    background: #bbbbbb;
    padding: 8px 12px;
}
.product-quantity {
    cursor: pointer;
    padding: 8px;
    width: 135px;
    text-align: center;
    border-width: 0px;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0 );
}
.inp_qant{
    width: 10%;
    float: left;
    height: 20px;
}
div.inp_qant>select{
width: 78px;
}
.inp_val{
    float: left;
    width: 60px;
    height: 20px;
	margin-left: 15px;
}
div.inp_val>select{
	width: 45px;
}
.price_val{
    float: left;
    width: 60px;
    height: 20px;
    text-align: right;
	font-style: italic;
}
.price_val_title{
	font-style: normal !important;;
}
.disc_price_val{
    float: left;
    width: 85px;
    height: 20px;
	text-align: right;
}
.skidka{
    float: left;
    width: 80px;
	text-align: right;
}
.summ{
    float: left;
    width: 60px;
    height: 20px;
	text-align: right;
	font-weight: bold;
}
.summ_title{
	font-weight: normal !important;;
}
.cell1{
    width: 39%;
    float: left;
    padding-left: 20px;
}
.cell2{
    width: 50%;
    float: left;
}
.cell3_table{
    width: 100%;
}
.cell4{
    width: 100%;
    float: left;
    height: 20px;
}
.cell4{
    width: 100%;
	display: flex;
    align-items: center;
}
.add2bask{
    width: 10%;
    text-align: right;
    float: left;
}
.opened>div {
    font-weight: 700;
    padding: 0px 0px 8px 0px;
    background: #f9f9f9;
}
div.price-tr{
	padding: 15px 0;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
div.price-tr_new {
    padding: 0px 0;
    display: flex;
    align-items: center;
}
.cell1_new {
    width: 40%;
    float: left;
}

.price {
    float: left;
    width: 85px;
    text-align: right;
    color: #ff0000;
    font-weight: bold;
}
.skidka {
    float: left;
    width: 70px;
    text-align: right;
}
.qty {
    display: inline-flex;
    float: left;
    margin-left: 25px;
    width: 206px;
}
.btn-c {
    color: #222;
    background: #bbbbbb;
    padding: 8px 12px;
}
.product-quantity {
    cursor: pointer;
    padding: 8px;
    width: 135px;
    text-align: center;
    border-width: 0px;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0 );
}
.inp_qant{
    width: 64px;
    float: left;
    height: 20px;
}
div.inp_qant>select{
    width: 50px;
	}
.inp_val{
    float: left;
    width: 65px;
    height: 20px;
	}
div.inp_val>select{
width: 50px;
}
.price_val{
    float: left;
    width: 60px;
    height: 20px;
	text-align: right;
	font-style: italic;
}
.price_val_title{
	font-style: normal !important;
}
.disc_price_val{
    float: left;
    width: 85px;
    height: 20px;
	text-align: right;
}
.skidka{
    float: left;
    width: 70px;
    height: 20px;
	text-align: right;
}
.summ{
    float: left;
    width: 60px;
    height: 20px;
	text-align: right;
	font-weight: bold;
}
.summ_title{
	font-weight: normal !important;
}
.cell1{
    width: 32%;
    float: left;
}
.cell2{
    width: 58%;
    float: left;
}
.cell3_table{
    width: 100%;
}
/*.cell4{
    width: 100%;
    float: left;
    height: 20px;
}*/
.cell4 {
    width: 100%;
    display: flex;
    align-items: center;
}
.add2bask{
    width: 12%;
    text-align: right;
    float: left;
}
.opened>div {
    font-weight: 700;
    padding: 0px 0px 8px 0px;
    background: #f5f5f5;
}
div.price-tr{
	padding: 15px 0;
}
}

@media (min-width: 768px) and (max-width: 991px) {
div.price-tr_new {
    padding: 0px 0;
    display: flex;
    align-items: center;
}
.cell1_new {
    width: 40%;
    float: left;
}
.cell4 {
    width: 100%;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}
.price {
    float: left;
    width: 50px;
    text-align: right;
    color: #ff0000;
    font-weight: bold;
}
.inp_qant{
    width: 55px;
    float: left;
    height: 20px;
}
div.inp_qant>select{
    width: 40px;
	}
.inp_val{
    float: left;
    width: 48px;
    height: 20px;
	}
div.inp_val>select{
width: 45px;
	}
.price_val{
    float: left;
    width: 50px;

	text-align: right;
	font-style: italic;
}
.price_val_title{
	font-style: normal !important;
}
.disc_price_val{
    float: left;
    width: 70px;
    height: 20px;
	text-align: right;
}
.skidka{
    float: left;
    width: 50px;
	text-align: right;
}
.qty {
    display: inline-flex;
    float: left;
    margin-left: 5px;
    width: 195px;
}
.btn-c {
    color: #222;
    background: #bbbbbb;
    padding: 8px 12px;
}
.product-quantity {
    cursor: pointer;
    padding: 8px;
    width: 135px;
    text-align: center;
    border-width: 0px;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0 );
}
.summ{
    float: left;
    width: 55px;
    height: 20px;
	text-align: right;
	font-weight: bold;
}
.summ_title{
	font-weight: normal !important;
}
.cell1{
    width: 30%;
    float: left;
}
.cell2{
    float: left;
}
.cell3_table{
    width: 100%;
}
.cell4{
    width: 100%;
    float: left;
    height: 20px;
}
.add2bask{
    float: left;
    padding-left: 9px;
}
.opened>div {
    font-weight: 700;
    padding: 0px 0px 8px 0px;
    background: #f5f5f5;
}
div.price-tr{
	padding: 15px 0;
}
}

@media (max-width: 767px) {
.cell1_new {
    width: 100%;
    padding: 5px 10px;
	background: #5291C9;
    color: #fff !important;
    font-size: 18px;
    margin: 3px 0px;
}
.cell4_new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 8px;
    height: 41px;
    font-stretch: condensed;
}
.price {
    text-decoration: none !important;
    font-size: 14px;
    font-weight: bold !important;
    color: #ff0000;
}
.qty {
    display: inline-flex;
}
.btn-c {
    color: #222;
    background: #bbbbbb;
    padding: 8px 12px;
}
.product-quantity {
    padding: 8px;
    width: 135px;
    text-align: center;
    border-width: 0px;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0 );
}
.cell0{
    padding: 10px;
    background: #4CAE50;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid white;
	}
.cell1{
    width: 100%;
    padding: 10px;
    background: #5291C9;
    color: #fff;
    font-size: 18px;
}
.cell2{
    width: 100%;
    border-top: 1px solid gray;
}
.cell3_table{
    width: 100%;
    float: left;
}
.cell4{
    width: 100%;
    float: left;
    padding: 8px 0px;
    border-bottom: 1px solid gray;
}
.cell4:hover{
    background: #f5f5f5;
}
.inp_qant{
    width: 70px;
    float: left;
    position: relative;
    height: 20px;
}
.inp_val{
    float: left;
    position: relative;
    width: 60px;
}
div.inp_val>select{
	width: 45px;
}
.price_val{
    float: left;
    position: relative;
    width: 55px;
	font-style: italic;
}
.price_val_title{
	font-style: normal !important;
}
.disc_price_val{
    float: left;
    position: relative;
    left: 15px;
}
.skidka{
    float: left;
    width: 50px;
    height: 20px;
	text-align: right;
}
.summ_title{
    float: left;
    position: relative;
    height: 20px;
    margin-top: 15px;
}
.summ{
    float: left;
    position: relative;
    height: 20px;
    margin-top: 15px;
	font-weight: bold;
}
.add2bask{
    width: 50%;
    float: left;
}
.buy{
    float: left;
    position: absolute;
    left: 590px;
}
.buy_table{
    /*position: relative;*/
    padding: 5px 5px 5px 10px;
}
.catalog-item-buy{
    display: inline-block;
    padding: 8px 18px;
    border-radius: 3px;
    background: #F34336;
    vertical-align: bottom;
    text-decoration: none;
    font-size: 14px;
}
a.catalog-item-buy {
    color: white;
    cursor: pointer;
    display: inline-block;
    width: auto !important;
    height: auto !important;
    background-color: rgb(249, 125, 43);
    background-image: none !important;
}
li.root-price-list-li>ul {
    padding-left: 0 !important;
}
.opened>div {
    font-weight: 700;
    padding: 0px;
    background: #f5f5f5;
}
div.zagolovki {
    font-size: 14px !important;
    padding: 5px 10px 0px 0px;
    margin-bottom: -10px;
}
.price-list-li>div:first-of-type {
    padding: 8px 10px !important;
    color: #666;
    cursor: pointer;
}
ul.price-top-part>li>div:first-of-type {
    padding: 11px 20px;
    font-size: 16px;
}
.bx-inclogofooter-block {
    padding-top: 20px !important;
}
div.price-tr:hover {
    background-color: transparent !important;
}
.dark-i {
    right: 25% !important;
    top: 30% !important;
}
}