@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
.steel-norm-table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 15px #00000035;
  box-shadow: 0px 10px 15px #00000035;
  padding: 1rem;
  width: 100%;
  max-width: 1100px;
  margin: auto auto;
  word-break: break-all;
}

.steel-norm-table h1,
.steel-norm-table h2,
.steel-norm-table h3,
.steel-norm-table h4,
.steel-norm-table h5,
.steel-norm-table h6,
.steel-norm-table p,
.steel-norm-table a,
.steel-norm-table label,
.steel-norm-table select {
  font-family: 'Rajdhani', sans-serif;
  margin: 0;
}

.steel-norm-table .table-header {
  display: none;
}

.steel-norm-table .table-header h1 {
  margin: 0 0 1.5rem;
  padding: 0;
  line-height: 1;
  font-size: 2rem;
  text-transform: uppercase;
}

.steel-norm-table .norm-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid #333333 1px;
  padding-right: 1rem;
}

.steel-norm-table .norm-table-header .steel-maker {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.steel-norm-table .norm-table-header .steel-maker p {
  padding: 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.steel-norm-table .norm-table-header .equivalents-norm {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  text-transform: uppercase;
}

.steel-norm-table .norm-table-header .equivalents-norm .equivalents-norm-header {
  padding: 1rem 0 2rem;
}

.steel-norm-table .norm-table-header .equivalents-norm .equivalents-norm-header p {
  font-weight: 600;
  font-size: 1.5rem;
}

.steel-norm-table .norm-table-header .equivalents-norm-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.steel-norm-table .norm-table-header .equivalents-norm-types .single-norm-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin: 0.25rem 0.125rem;
}

.steel-norm-table .norm-table-header .equivalents-norm-types .single-norm-name p {
  font-size: 0.75rem;
}

.steel-norm-table .norm-table-header .equivalents-norm-types .single-norm-name p:first-child {
  font-weight: 600;
  font-size: 1rem;
}

.steel-norm-table .norm-table-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.steel-norm-table .norm-table-list:nth-child(even) {
  background-color: #28272707;
}

.steel-norm-table .norm-table-list .steel-type-header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  width: auto;
  position: relative;
}

.steel-norm-table .norm-table-list .steel-type-header .steel-type-name {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  margin: 0;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  position: absolute;
  font-weight: 600;
  font-size: 1.25rem;
}

.steel-norm-table .norm-table-list .stainless-steel-list-container {
  -webkit-box-flex: 11;
      -ms-flex: 11;
          flex: 11;
  padding-right: 0.5rem;
}

.steel-norm-table .norm-table-list .stainless-steel-list-container .steel-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #d7d7d7;
  margin: 1rem 0;
  padding: 1rem 0;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.steel-norm-table .norm-table-list .stainless-steel-list-container .steel-list .single-steel-name {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  height: 100%;
  width: 100%;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.steel-norm-table .norm-table-list .stainless-steel-list-container .steel-list .single-steel-name .steel-name {
  text-align: center;
  font-size: 1.25rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
}

.steel-norm-table .norm-table-list .stainless-steel-list-container .steel-list .single-steel-norm-list {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.5rem;
}

.steel-norm-table .norm-table-list .stainless-steel-list-container .steel-list .single-steel-norm-list ul {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
  cursor: pointer;
}

.steel-norm-table .norm-table-list .stainless-steel-list-container .steel-list .single-steel-norm-list ul:nth-child(even) {
  background-color: #00000015;
}

.steel-norm-table .norm-table-list .stainless-steel-list-container .steel-list .single-steel-norm-list ul:hover {
  background-color: #c00000;
  color: #fff;
}

.steel-norm-table .norm-table-list .stainless-steel-list-container .steel-list .single-steel-norm-list ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin: 0.25rem 0.125rem;
  padding: 0.5rem 0;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.steel-norm-table .norm-table-list .stainless-steel-list-container .steel-list:hover {
  -webkit-box-shadow: 0px 6px 24px -20px #42445a;
  box-shadow: 0px 6px 24px -20px #42445a;
}
/*# sourceMappingURL=style.css.map */