﻿body.ic-rules {
  background: #fff;
  padding-bottom: 0;
}

.ic-rul {
  min-height: calc(100dvh - 12px);
  padding-bottom: 24px;
  background: #fff;
}

.ic-rul-head {
  margin-bottom: 0;
}

.ic-rul-body {
  padding: 18px 20px 24px 25px;
}

.ic-rul-intro {
  margin: 0 0 30px;
  font-size: 12px;
  line-height: 24px;
  color: #2d3a4a;
  text-align: right;
}

.ic-rul-section {
  margin-bottom: 25px;
}

.ic-rul-section:last-child {
  margin-bottom: 0;
}

.ic-rul-section h2 {
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: 700;
  color: #2d3a4a;
  text-align: right;
}

.ic-rul-section p {
  margin: 0 0 18px;
  font-size: 11.5px;
  line-height: 24px;
  color: #5a6978;
  text-align: right;
}

.ic-rul-section p:last-child {
  margin-bottom: 0;
}

@media (max-width: 800px), (min-width: 801px) {
  .ic-rul {
    min-height: calc(100dvh - 60px - env(safe-area-inset-bottom, 0px));
  }

  body.ic-rules .ic-tabbar {
    display: none !important;
  }

  body.ic-rules-guest .ic-header,
  body.ic-rules-guest .ic-footer,
  body.ic-rules-guest .ic-tabbar {
    display: none !important;
  }

  body.ic-rules-guest {
    padding-bottom: 0;
  }

  body.ic-rules-guest .ic-rul {
    min-height: 100dvh;
    padding-bottom: 24px;
  }
}

.ic-ght,
.ic-ght-list {
  min-height: calc(100dvh - 12px);
  padding-bottom: 88px;
  background: #fff;
  direction: rtl;
}

