

/* Start:/local/templates/game9.0/styles.css?17850970263805*/
.cabinet_wrap {
  flex: 1 1 auto;
  background: #ffffff;
  margin-bottom: 50px;
}

.cabinet_row {
  padding: 0 35px;
  margin-bottom: 25px;
}

.data_tit {
  font-family: 'Geometria Bold';
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #FF6900;
  width: 100%;
  margin: 0 0 5px 25px;
}

.data_txt {
  font-family: 'Geometria';
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  color: #000000;
  padding: 10px 25px;
}

.data_body {
  background: #F5F5F5;
  border-radius: 20px;
  padding: 25px 0;
  margin-bottom: 20px;
}

.data-block {
  display: grid;
  column-gap: 20px;
  row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 45px;
}

.data-block:last-child {
  margin-bottom: 0;
}

.code-tit {
  font-family: 'Geometria Bold';
  font-size: 14px;
  font-weight: 700;
  line-height: 11px;
  color: #ffffff;
  max-width: 132px;
  margin-bottom: 5px;
  min-width: 145px;
}

.code-txt {
  font-family: 'Geometria';
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  color: #ffffff;
}

.code-txt.txt-max {
  font-size: 24px;
}

.code-row {
  display: flex;
  align-items: center;
  justify-content: end;
}

.code-item {
  background: #FF6900;
  border-radius: 20px;
  min-height: 63px;
  padding: 5px 25px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.code-item:first-child {
  margin-left: 0;
}

/* Личный кабинет: раскрытие кодов по клику на строку чека */
.codes_wrap {
  flex: 1 1 auto;
  background: #ffffff;
  position: relative;
}

html div.codes_wrap {
  margin-top: 50px;
}

.codes_row {
  position: relative;
  z-index: 2;
}

.code-table {
  width: 100%;
  min-width: 712px;
  border-collapse: separate;
  border-spacing: 0 5px;
  margin: 15px auto;
}

.table_wrap {
  overflow-x: auto;
}

.code-table thead th {
  background: #666666;
  color: white;
  height: 97px;
}

.code-table thead th:first-child {
  border-radius: 20px 0 0 20px;
  padding: 10px 10px 10px 100px;
}

.code-table thead th:last-child {
  border-radius: 0 20px 20px 0;
  padding: 10px 100px 10px 10px;
}

.code-table td,
.code-table th {
  padding: 10px;
  text-align: center;
  font-family: 'Geometria Medium', 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.code-table td {
  font-size: 16px;
  line-height: 75%;
  color: #000000;
}

.labels td {
  background: #f5f5f5;
}

.labels td:first-child {
  border-radius: 20px 0 0 20px;
  padding: 10px 10px 10px 110px;
}

.labels {
  position: relative;
  cursor: pointer;
}

.labels::after {
  content: '';
  position: absolute;
  background-image: url('/local/templates/game9.0/image/SVG/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  margin-top: -8px;
  left: 100px;
  width: 16px;
  height: 16px;
  z-index: 2;
  transition: 0.3s;
}

.labels.activ::after {
  transform: rotateX(145deg);
}

.labels td:last-child {
  border-radius: 0 20px 20px 0;
  padding: 10px 110px 10px 10px;
}

.codes {
  overflow: hidden;
  height: 0;
  transition: 0.3s;
  margin: 0 0 0 50px;
}

.cod_item .hide.open .codes {
  height: auto;
  margin: 0 0 20px 50px;
}

.cod_item .hide td {
  padding: 0 10px;
}

.cod_item .hide.open td {
  padding: 10px;
}

.codes table {
  width: 100%;
  max-width: 450px;
  border-collapse: collapse;
}

.codes table .return td {
  text-decoration: line-through;
  opacity: 0.3;
}

.codes table td {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px;
}

/* End */
/* /local/templates/game9.0/styles.css?17850970263805 */
