.tower-crane-native__inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.tower-crane-native__hero,
.tower-crane-native__table-section,
.tower-crane-native__document {
  padding: 10px 0 120px;
}

.tower-crane-native__hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: start;
}

.tower-crane-native__hero-image img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: 459px;
}

.tower-crane-native__content {
  font-size: 16px;
  font-weight: 500;
}

.tower-crane-native__intro {
  margin-bottom: 20px;
  padding-right: 60px;
}

.tower-crane-native__intro p,
.tower-crane-native__price {
  margin-top: 0;
}

.tower-crane-native__intro p:last-child,
.tower-crane-native__price:last-child {
  margin-bottom: 0;
}

.tower-crane-native__price {
  margin-bottom: 20px;
  padding: 0 60px 15px 0;
  font-size: 20px;
}

.tower-crane-native__hero-action {
  width: max-content;
  padding: 15px 20px 0 0;
}

.tower-crane-native__button {
  display: inline-block;
  padding: 18px 50px;
  border-radius: 0;
  background: #13223c;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: color .3s ease;
}

.tower-crane-native__button::before {
  position: absolute;
  inset: 0;
  background: #e8a246;
  content: "";
  transform: translateX(-101%);
  transition: transform .3s ease;
}

.tower-crane-native__button span {
  position: relative;
  z-index: 1;
}

.tower-crane-native__button:hover,
.tower-crane-native__button:focus {
  color: #fff;
}

.tower-crane-native__button:hover::before,
.tower-crane-native__button:focus::before {
  transform: translateX(0);
}

.tower-crane-native__table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

.tower-crane-native__table thead tr {
  background-color: #13223c;
}

.tower-crane-native__table thead th {
  border: 0;
  padding: 12px 15px;
}

.tower-crane-native__table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.tower-crane-native__table tbody tr:nth-child(even) {
  background-color: #eff1f5;
}

.tower-crane-native__table tbody td {
  border: 0;
  padding: 10px 15px;
}

.tower-crane-native__table--technical tbody td:first-child {
  width: 80%;
}

.tower-crane-native__table-block:not(:last-child) {
  margin-bottom: 20px;
}

.tower-crane-native__table-title {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.tower-crane-native__document-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
  text-align: center;
}

.tower-crane-native__document-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.tower-crane-native__document-title {
  text-transform: uppercase;
}

.tower-crane-native__document .tower-crane-native__button {
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.tower-crane-native__description p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .tower-crane-native__inner { max-width: 1024px; }
  .tower-crane-native__hero { padding: 10px 10px 90px; }
  .tower-crane-native__table-section,
  .tower-crane-native__document { padding: 90px 10px; }
  .tower-crane-native__hero-grid { grid-template-columns: 1fr; }
  .tower-crane-native__hero-image { text-align: right; }
  .tower-crane-native__hero-image img { display: inline-block; }
  .tower-crane-native__content { padding-bottom: 60px; }
}

@media (max-width: 767px) {
  .tower-crane-native__inner { max-width: 767px; }
  .tower-crane-native__hero { padding: 10px 10px 40px; }
  .tower-crane-native__hero-image img { max-width: 100%; height: 259px; object-fit: contain; }
  .tower-crane-native__intro { margin-bottom: 0; padding: 0 0 15px; }
  .tower-crane-native__price { padding: 0 0 15px; }
  .tower-crane-native__hero-action { padding: 20px 20px 0 0; }
  .tower-crane-native__table-section { padding: 10px 10px 40px; }
  .tower-crane-native__table tbody td:first-child { width: 60%; }
  .tower-crane-native__table tbody td:nth-child(2) { width: 40%; }
  .tower-crane-native__document { padding: 90px 10px 40px; }
  .tower-crane-native__document-grid { grid-template-columns: 1fr; }
}
