.p-rules {
  padding: 2px 15px;
}

.p-rules__title {
  border-radius: 5px;
  background-image: linear-gradient(180deg, rgb(248, 166, 31) 0%, rgb(248, 166, 31) 44%, rgb(238, 24, 80) 100%);
  background-image: -moz-linear-gradient(180deg, rgb(248, 166, 31) 0%, rgb(248, 166, 31) 44%, rgb(238, 24, 80) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(248, 166, 31) 0%, rgb(248, 166, 31) 44%, rgb(238, 24, 80) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(248, 166, 31) 0%, rgb(248, 166, 31) 44%, rgb(238, 24, 80) 100%);
  background-color: rgb(248, 166, 31);
  padding: 24px 0 23px 100px;
  box-sizing: border-box;
  margin: 0 -15px 18px;
  position: relative;
  min-height: 70px;
}

.p-rules__title-img {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 65px;
  height: 65px;
  margin-top: -33px;
}

.p-rules {
  padding: 2px 15px;
}

.p-rules__gold {
  color: #cab06c;
}

.p-rules ul li {
  margin-bottom: 16px;
}

.p-rules li ul,
.p-rules li ol {
  margin-top: 16px;
}

.p-rules__block-dashed {
  border-top: 1px dashed #fce923;
  border-bottom: 1px dashed #fce923;
  padding-top: 29px;
}

.p-rules ol,
.p-rules ul {
  list-style-type: none;
  padding-left: 36px;
  margin-bottom: 16px;
}

.p-rules ol.sub-list {
  padding-left: 56px;
}

.p-rules ol.sub-list > li:before {
  left: -56px;
  min-width: 56px;
}

.p-rules ol li,
.p-rules ul li {
  margin-bottom: 16px;
}

.p-rules ul.disc {
  list-style-type: disc;
}

.p-rules ul.dash>li {
  position: relative;
}

ul.dash>li:before {
  content: "-";
  position: absolute;
  left: -9px;
  min-width: 9px;
}

.table-rules__wrap {
  color: #cab06c;
  padding: 14px 34px;
  width: 340px;
}

.table-rules__wrap.large {
  width: 500px;
}

.table-rules__title {
  margin-bottom: 30px;
}

.table-rules thead {
  border-top: 1px dashed #fce923;
  border-bottom: 1px dashed #fce923;
}

.table-rules th {
  text-align: left;
  padding: 19px 0;
}

.table-rules td {
  text-align: left;
  padding: 10px 0;
}

.table-rules tr:first-child td {
  padding-top: 30px;
}

.table-rules__wrap.large tr td:first-child {
  width: 40px;
}

.p-rules__game-name {
  color: #f68a29;
  font-size: 23px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .p-rules {
    font-size: 12px;
    line-height: 14px;
  }
  .p-rules__title {
    padding: 10px 20px;
  }
  .p-rules__title.with-image {
    padding: 10px 20px 10px 60px;
  }
  .p-rules__title-img {
    left: 10px;
    width: 35px;
    height: 35px;
  }
  .p-rules ol,
  .p-rules ul {
    padding-left: 26px;
  }
  .p-rules ol>li:before {
    left: -26px;
    min-width: 20px;
  }
  .p-rules ol.sub-list {
    padding-left: 42px;
  }
  
  .p-rules ol.sub-list > li:before {
    left: -42px;
    min-width: 42px;
  }
  .table-rules__wrap, .table-rules__wrap.large {
    padding: 0 0 20px;
    width: 100%;
  }
  .p-rules__game-name {
    font-size: 18px;
    line-height: 18px;
  }
}