.spec-table {
  display       : -webkit-flex;
  display       : -ms-flex;
  display       : flex;
  flex-wrap     : wrap;
  flex-direction: column;
  color: #000000;
  margin-top: 20px;
}

.row-th-name {
    text-transform: uppercase;
    font-family: "Bebas";
    font-family: 'PragmaticaC';
    font-size: 18px;
    font-weight: normal;
    color: #ED6B21;
    margin-bottom: 0px;
    margin-top: 3px;
    border-bottom: 1px dotted gray;
    text-align: left;
    padding-top: 10px; /*7*/
    min-height: 45px;
}

.row-th-name:first-of-type {
  margin-top: 0;
}

.spec-th {
  border-bottom: 1px dotted #ED6B21;
  display        : inherit;
  justify-content: space-between;
  align-items    : center;
  text-align     : center;
  font-family    : "Bebas";
  font-style     : normal;
  font-weight    : normal;
  font-size      : 24px;
  color          : #ED6B21;
  margin-bottom  : 0px;
}

@media (max-width:1000px) {
  .spec-th{
   font-size: 20px;
  }
}
@media (max-width:800px) {
  .spec-th{
   font-size: 15px;
  }
}  
@media (max-width:600px) {
  .spec-th {
   font-size: 13px;
   display: flex !important;
  }

  .fist_div_th {
    display: none !important;
  }
}      

.spec-table-body {
  display        : inherit;
  justify-content: center;
  align-items    : center;
  border-bottom  : 1px dotted gray;
  text-align     : center;
  min-height: 45px;
  max-height: 45px;
}

@media (max-width:400px) {
  .spec-table{
   font-size: 10px;
  }
}
@media (max-width:770px) {
  .spec-table{
   font-size: 11px;
  }
}
@media (max-width:992px) {
  .spec-table{
   font-size: 13px;
   margin-bottom: 4rem!important;
  }
}    
@media (max-width:770px) {
  .spec-table-body{
   font-size: 10px;
  }
}    
@media (max-width:900px) {
  .spec-table-body{
   font-size: 11px;
  }
}

.spec-table-body * {
  margin       : 2px;
  flex         : 1 1;
  line-height  : 10px;
  border-bottom: none;
  color: #7d7d7d;
}

.spec-th * {
  margin       : 2px;
  flex         : 1 1;
  line-height  : 10px;
  border-bottom: none;
  color: #ED6B21;
  font-family: 'PragmaticaC';
  font-size: 18px;
  font-weight: 100;
}



.row-name {
  text-align : right;
  font-weight: 200;
  font-family: "LetoSans";
  font-family: 'PragmaticaC';
  line-height: 18px;
  color: #7d7d7d;
}

@media (max-width:569px) {
  .row-th-name {
    margin-bottom: -15px;
    margin-top   : 50px;  
    padding-right: 0;
  }

  .row-th-name:first-of-type {
    margin-top   : 15px;
    margin-bottom: 10px;
  }

  .d-block{
    line-height: 15px;
  }

  .row-name {
    margin: 35px 0 15px;
  }

  div.spec-table-body:nth-child(3) > div:nth-child(1) {
    margin-top: 0;
  }

  .spec-table-body * {
    /*flex         : 1 0 45%;*/
    border-bottom: 1px dotted gray;
    text-align   : left;
  }

  .spec-table-body {
    flex-wrap    : wrap;
    border-bottom: none;
    align-items  : stretch;
    min-height   : unset;
    max-height   : unset;
  }

  .spec-table div {
    text-align: center;
/*    align-items: center;*/
    line-height: 15px
  }

  .row-name {
    flex            : 100%;
    background-color: transparent;
    border-bottom   : none;
  }
}

@media (max-width:400px) {
  .spec-table-body  {
    align-items  : flex-end;
    font-size: 10px;
  }
}