.article_info {
  overflow: hidden;
  padding: 10px 0 0;
}

.article_info dd {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #666;
  text-transform: uppercase;
}

.article_info dd:last-of-type {
  margin-right: 0;
}

.field-name-field-rating {
  margin-top: 20px;
}

.field-name-field-rating {
  margin-top: 20px;
  display: flex;
}

.field-name-field-rating .field-label {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.field-name-field-rating .field-items {
  display: flex;
  align-items: center;
}

.tovar {
}
.tobar_body {
  display: flex;
  padding: 40px 0 0 0;
  margin-bottom: 50px;
}
.tovar_img {
  padding: 15px;
  margin-right: 25px;
  max-width: 300px;
}
.tovar_info {
}
.tovar_items {
}
.tovar_item {
  display: flex;
  margin: 10px 0;
  font-size: 18px;
}
.tovar_item .field {
  display: flex;
}
.tovar_item .field-label {
  font-weight: bold;
  margin-right: 14px;
}
.tovar_footer {
  display: flex;
  padding-bottom: 50px;
  font-size: 18px;
  flex-direction: column;
}
.tovar_footer .tovar_footer__title{
  display: flex;
  justify-content: flex-start;
}
.tovar_footer .tovar_footer__h2{
  margin-top: 0;
}
.tovar_footer p {
  font-size: 18px;
}
.tovar_prices {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*margin: 30px 0;*/
  margin: 0 0 30px;
  flex-wrap: wrap;
}
.tovar_price {
  color: #d81e1e;
  font-size: 40px;
  display: flex;
  /*! padding-right: 20px; */
  align-content: center;
  align-items: center;
}
.tovar_price .field-label {
  display: none;
}
.tovar_price .field-item {
  font-size: 35px;
  font-weight: bold;
  color: #d81e1e;
  padding-right: 15px;
  padding-left: 20px;
}
.tovar_prices table {
  margin: 0;
}
.tovar_prices tr:hover {
  background-color: unset !important;
}
.tovar_prices td {
  padding: 0;
border: none;
}
.tovar_btn {
}
.order {
}
.tovar_prices .order input[type="text"] {
  display: none;
}
/*
.tovar_prices .order input[type="button"] {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 42px;
  line-height: 30px;
  background-color: #f00;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
*/
.tovar_prices .order input[type="button"] {
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 30px;
  line-height: 30px;
  background-color: red;
  color: white;
  border: none;
  cursor: pointer;
}

.tovar_prices a.my_order {
  display: none;
  padding: 0 7px 2px;
  border-radius: 10px;
  border: 1px solid #d81e1e;
  color: #fff;
  background-color: #d81e1e;
  font-size: 16px;
}
.tovar_prices .order:hover a.my_order {
  display: inline-block;
}
.tovar_prices .order:hover b{
  display: none;
}
.tovar_kol{
  width: 100%;
  /*! padding-left: 20px; */
}
.tovar_kol .field-item {
  display: none;
}
.table-tovar-table{
  border-right: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}
.table-tovar-table .table-tovar-row{
  display: flex;
    justify-content: space-between;
    
    border-top: 1px solid #DFDFDF;
    /* margin-bottom: 10px; */
    font-size: 16px;
    line-height: 19px;
    background: #EEEEEE;
}
.table-tovar-table .table-tovar-row:nth-child(odd){
  background: #F7F7F7;
}
.table-tovar-table .table-tovar-row:hover{
  background: #EEEEEE;
}
.table-tovar-table .table-tovar-row .field-label{
  /*padding: 2px 10px;*/
  padding: 15px 20px;
    flex-grow: 2;
}
.table-tovar-table .table-tovar-row .field-item {
  /*padding: 2px 10px;
    min-width: 100px;
    text-align: right;
    border-left: 1px solid #DFDFDF;*/
    padding: 15px 20px;
    min-width: 120px;
    text-align: right;
    border-left: 1px solid #DFDFDF;
    font-size: 16px;
    line-height: 19px;
}

@media (max-width: 700px) { 
  .tovar_img {
    padding: 15px;
    margin-right: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.tovar_img img {
  height: auto;
  max-width: 300px;
  width: auto;
  margin: 0 auto;
}
.tobar_body {
  display: flex;
  padding: 40px 0 0 0;
  flex-direction: column;
}

.tovar_prices {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 30px 0;
  flex-wrap: wrap;
}

.tovar_info {
  padding: 0 15px;
}

.tovar_kol {
  width: 100%;
  text-align: right;
}


/*
.row_price__titles {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  background-color: #ccc;
  flex-wrap: wrap;
}

.row_price__title {
  padding: 3px 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: calc(100% / 5);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  word-break: break-word;
  flex-wrap: wrap;
}

.row_price__items {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #000;
  flex-wrap: wrap;
}
.row_price__item {
  padding: 3px 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: calc(100% / 5);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
}

.row_price__item.product_table {
  width: calc(100% / 5);
  margin: 0;
}

.row_price__items {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #000;
  flex-wrap: wrap;
  border-bottom: 2px solid;
}
*/
}

@media (max-width: 700px) { 
 /* .row_price__title:nth-child(1), .row_price__item:nth-child(1) {
    width: 50%;
    justify-content: flex-start;
    padding-left: 20px;
}
.row_price__title:nth-child(2), .row_price__item:nth-child(2) {
  width: 50%;
}
  .row_price__item {
    padding: 3px 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    width: calc(100% / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
}
.row_price__item.product_table {
  width: calc(100% / 2);
  margin: 0;
}

.row_price__title {
  padding: 3px 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: calc(100% / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  word-break: break-word;
  flex-wrap: wrap;
}
.row_price__item.product_table {
  width: 100%;
  margin: 0;
}
.row_price__title.product_table {
  width: 100%;

  margin: 0;
}*/
.row_price__table {
  margin: 40px 0;
  overflow-x: auto;
}

.row_price__titles, .row_price__items {
  width: 900px;
}

.row_price__title:nth-child(1), .row_price__item:nth-child(1) {
  min-width: 180px;
    width: 180px;
    padding: 8px 5px;
}

.row_price__title:nth-child(2), .row_price__item:nth-child(2) {
  min-width: 110px;
  width: 110px;
}

.row_price__title.product_table, .row_price__item.product_table {
  min-width: 100px;
}


}

@media (max-width: 368px) {
  .tovar_kol {
    width: 100%;
    text-align: right;
    padding: 0;
    font-size: 15px;
  }
  .table-tovar-table .table-tovar-row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #DFDFDF;
    /* margin-bottom: 10px; */
    font-size: 15px;
    line-height: 19px;
    background: #EEEEEE;
  }
  .table-tovar-table .table-tovar-row .field-label {
    padding: 15px;
    flex-grow: 2;
  }
}

.tovar_price__block{
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
}

.tovar_price .field-item {
  font-size: 35px;
  font-weight: bold;
  color: #d81e1e;
  padding-right: 15px;
  padding-left: 0;
}

.tovar_kol {
  width: 100%;
  /* padding-left: 20px; */
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #6C6C6C;
}

.tovar_price {
  display: flex;
  /* padding-right: 20px; */
  align-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #C7342B;
}

.tovar_prices .tovar_btn{}

.tovar_prices .order input[type="button"]{
  background: #C7342B;
  border-radius: 31px;
  width: 200px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
.tovar_prices .order input[type="button"]:hover{
background-color: #f44336;
}
.tovar_prices .tovar_btn .order_col input{
  width: 140px;
  height: 41px;
  margin-left: 40px;
  border-radius: 23px;
  padding-left: 17px;
}