/**
* Каталог продукции: страница конечного товара
*/

.TINKOFF_SIZE_L {
  padding: 15px 31px;
  min-height: 54px;
  font-size: 15px;
  line-height: 24px;
}

.TINKOFF_BTN_YELLOW {
  background-color: #ffdd2d;
  font-family:
    haas,
    pragmatica,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  position: relative;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #0000;
  box-sizing: border-box;
  max-width: 100%;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  font-weight: 400;
  transition-property: background-color, border, box-shadow;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}

table.content_characteristicts {
  width: 100%;
}

table.content_characteristicts th,
table.content_characteristicts td,
table.content_characteristicts {
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

table.content_characteristicts,
table.content_characteristicts td {
  border: 2px solid #bdbdbd;
}

table.content_characteristicts th {
  padding: 5px 0;
  background-image: linear-gradient(180deg,#ffe98c,#fff5ce,#ffe36f,#e9802e);
  font-weight: bold;
}

div.technical_characteristic {
  float: none;
  width: 100%;
}

div.technical_characteristic > div.white,
div.technical_characteristic > div.gray {
  text-align: left;
  padding: 0px;
}

div.technical_characteristic > div.white {
  border-bottom: 0px none;
}

div.technical_characteristic > div.gray {
  border-bottom: solid 1px #dadada;
}

div.technical_characteristic table {
  border-collapse: collapse;
  padding: 0px;
  width: 100%;
}

div.technical_characteristic > div.white table {
  margin: 0px;
}

div.technical_characteristic > div.gray table {
  margin: 0px 0px 1px 0px;
}

div.technical_characteristic table tr td {
  line-height: 24px;
}

div.technical_characteristic table tr td.characteristic_name {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  max-width: 50%;
  padding: 2px 0px 0px 11px;
  font: normal 12px Trebuchet MS;
  color: #666666;
}

div.technical_characteristic > div.white table tr td.characteristic_name {
  background: none;
}

div.technical_characteristic > div.gray table tr td.characteristic_name {
  background: #eeeeee;
}

div.technical_characteristic table tr td.characteristic_points {
  width: 100%;
}

div.technical_characteristic > div.white table tr td.characteristic_points {
  background: transparent
    url("../images/product_technical_characteristics_white.png") left top
    repeat-x;
}

div.technical_characteristic > div.gray table tr td.characteristic_points {
  background: #eeeeee
    url("../images/product_technical_characteristics_gray.png") left top
    repeat-x;
}

div.technical_characteristic table tr td.characteristic_value {
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  max-width: 50%;
  padding: 2px 11px 0px 0px;
  font: normal 12px Trebuchet MS;
  color: #333333;
}

div.technical_characteristic > div.white table tr td.characteristic_value {
  background: none;
}

div.technical_characteristic > div.gray table tr td.characteristic_value {
  background: #eeeeee;
}


div#credit_product_button {
  text-align: center;
}

div#credit_product_button > div.credit_price {
  position: absolute;
  top: 50px;
  text-align: center;
  font-size: 20px;
  color: #454648;
  width: 100%;
  cursor: pointer;
}

div#credit_product_button > div.credit_price > span {
  font-size: 24px;
  color: #020001;
}

#product-gallery-link {
  font-weight: bold;
  font-size: 120%;
}
