/* Roboto - Regular */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../../fonts/Roboto-Regular.ttf") format("truetype"); }

/* Roboto - Medium */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../../fonts/Roboto-Medium.ttf") format("truetype"); }

/* Roboto - Bold */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../../fonts/Roboto-Bold.ttf") format("truetype"); }

.title-pdf-title {
  position: relative;
  margin-bottom: 80px;
  margin-top: -20px;
  height: 60px;
  display: block; }

.font-pdf-title {
  font-size: 18px;
  display: block; }

.pdf-second-logo {
  position: absolute;
  top: 40px;
  right: 0; }

main, body {
  font-family: Roboto, sans-serif;
  position: relative; }

header {
  position: fixed;
  top: -90px;
  left: 0px;
  right: 0px;
  height: 60px; }

footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 110px; }

.bottom-pdf {
  font-size: 7px; }

.date-pdf {
  font-size: 6px !important;
  position: absolute;
  bottom: 30px;
  right: 0; }

.date-pdf span {
  font-size: 10px; }

@page {
  margin: 40px 25px 0px 25px;
  position: relative; }

.footer {
  position: relative; }
  .footer__wrapper {
    position: absolute;
    bottom: 30px;
    left: 0; }

.price-logo {
  position: absolute;
  top: -15px;
  right: 0px;
  width: 150px;
  height: auto; }

span.prod-subtitle {
  font-size: 25px !important;
  font-weight: 400 !important; }

.prod-title {
  position: absolute;
  top: -15px;
  font-size: 28px;
  left: 0px;
  max-width: 70%; }
  .prod-title span {
    margin: 0;
    font-size: 28px;
    line-height: 22px;
    font-weight: 700;
    display: block; }
    .prod-title span:first-of-type {
      margin-bottom: 8px; }
  .prod-title.page-break {
    page-break-before: always; }

.pricelist__accessories {
  width: 100%; }
  .pricelist__accessories__descr {
    width: 45%; }
  .pricelist__accessories td.pricelist__accessories__price {
    padding-right: 5px !important; }
  .pricelist__accessories__price {
    text-align: right !important;
    width: 10%;
    padding-right: 5px !important; }
  .pricelist__accessories__title {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 700; }

.pricelist__icons {
  margin-bottom: 25px; }
  .pricelist__icons__wrapper {
    width: 30px;
    height: auto; }
    .pricelist__icons__wrapper img {
      width: 30px;
      height: auto; }

.pricelist__head {
  margin-top: 120px;
  margin-bottom: 15px; }
  .pricelist__head td {
    vertical-align: top; }
  .pricelist__head__image img {
    max-width: 280px; }
  .pricelist__head__txt {
    font-size: 12px;
    line-height: 18px; }
    .pricelist__head__txt h4 {
      margin: 0; }

.pricelist__table, .pricelist__accessories {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px; }
  .pricelist__table td.pricelist__accessories__price, .pricelist__accessories td.pricelist__accessories__price {
    padding-right: 35px; }
  .pricelist__table__price, .pricelist__accessories__price {
    text-align: right !important; }
  .pricelist__table__code, .pricelist__accessories__code {
    width: 250px; }
  .pricelist__table th, .pricelist__accessories th {
    border-top: .5px solid black;
    border-bottom: 0.2px solid black;
    padding: 5px 0 3px 0;
    font-weight: 700; }
  .pricelist__table td, .pricelist__accessories td {
    padding: 3px 0;
    margin: 0;
    border-bottom: 0.2px solid black; }
    .pricelist__table td p, .pricelist__accessories td p {
      margin: 0; }
  .pricelist__table th, .pricelist__table td, .pricelist__accessories th, .pricelist__accessories td {
    text-align: left;
    font-size: 11px; }

.under_line {
  position: fixed;
  top: 100px;
  width: 100%;
  height: 1px;
  background-color: black; }
