.technische-table {
  overflow: auto; }
@media (max-width: 768px) {
  .technische-table {
    margin-bottom: 50px;
    width: 100%;
    overflow: scroll; } }

.technische {
  margin-bottom: 30px;
  position: relative; }
.technische h2 {
  font-family: 'Sul Sans';
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  margin: 0 0 30px;
  color: #000000; }
@media (max-width: 768px) {
  .technische h2 {
    font-size: 22px;
    line-height: 100%; } }

.img-product-code {
  margin-bottom: 30px; }
@media (max-width: 768px) {
  .img-product-code {
    margin-bottom: 60px; } }

.code-img-abstr {
  display: flex;
  flex-wrap: wrap; }
.code-img-abstr__item {
  margin-right: 30px; }
.code-img-abstr__item img {
  width: 200px;
  height: 200px; }
@media (max-width: 768px) {
  .code-img-abstr__item img {
    width: 100px;
    height: 100px; } }

.code-img-draw {
  border-collapse: collapse;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }
.code-img-draw__item {
  margin-right: 30px; }
.code-img-draw__item img {
  width: auto;
  height: 200px;
  padding: 10px; }

.new-type-table {
  border-collapse: collapse;
  width: 1360px;
  overflow: auto;
  margin-bottom: 10px; }
@media (max-width: 768px) {
  .new-type-table {
    width: 700px;
    overflow: initial; } }
.new-type-table tr th {
  min-width: 80px;
  background-color: white !important;
  border: none;
  border-bottom: 1px solid black;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Sul Sans';
  color: #000000;
  padding: 0 0 18px;
  text-align: left; }
@media (max-width: 768px) {
  .new-type-table tr th {
    font-size: 14px;
    line-height: 100%; } }
.new-type-table tr td {
  min-width: 80px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Sul Sans';
  color: #000000;
  padding: 6px 0;
  border: none; }
@media (max-width: 768px) {
  .new-type-table tr td {
    font-size: 14px;
    line-height: 100%; } }

.margin-new {
  margin-bottom: 30px; }

.product-type-header {
  position: relative; }

.button-pdf {
  background: #E2E041 !important;
  outline: none !important;
  border: 2px solid #E2E041 !important;
  padding: 8px 30px !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 45px !important;
  text-align: center !important;
  color: #000000 !important;
  font-family: 'Sul Sans' !important;
  transition: .3s linear; }
@media (max-width: 1200px) {
  .button-pdf {
    position: initial;
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content; } }
@media (max-width: 650px) {
  .button-pdf {
    width: 100%;
    font-size: 18px !important;
    line-height: 100% !important; } }
.button-pdf:hover {
  border: 2px solid #000 !important;
  background: transparent !important; }

.table-head:nth-of-type(5) {
  display: none; }

.product-type-variables tr td:nth-of-type(5) {
  display: none; }

.download-links {
  display: flex;
  gap: 30px;
  margin-bottom: 50px; }
.download-links img {
  max-width: 50px; }


.product-type-header .button-pdf:first-child{
  right: 250px;
}

.button-pdf a:hover{
  transition: none;
  transform: none;
  color:#000;
}
.btn-wrapper{
  position: absolute;
  top: 0;
  right: 0;
  height: 65px;
}
.btn-wrapper .button-pdf{
  margin-left: 10px;
  display: inline-flex;
  height: 100%;
}
.btn-wrapper .button-pdf:first-child{
  margin-left: 0;
}
@media (max-width: 1200px){
  .btn-wrapper{
    position: initial;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
  }
  .btn-wrapper .button-pdf{
    display: inline-flex;
    margin-left: 0;
  }
  .button-pdf:first-child{
    margin-bottom: 20px;
  }
}
