
.common-conditions, 
.common-conditions-footer-tariff{
    display:  flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-privacy-policy h2{
    margin: 50px 0 20px;
}
.common-conditions p{
    color: #0080FF;
}

.common-conditions-ol li{
    margin: 0 0 15px 50px;
}

.common-conditions-ol p{
    margin: 30px 0 10px 0;
}

.common-conditions-footer{
    margin-top: 60px;
}
.common-conditions-footer > p{
    margin-bottom: 10px;
}

.common-conditions-footer-tariff{
    margin-bottom: 30px;
}

.common-conditions-footer > ul li{
    margin-left: 40px;
}
.common-conditions-footer > ul{
    margin-bottom: 50px;
}

/* .common-conditions-footer p, ul{
    margin-left: 50px;
} */

/* ol > li{
    counter-reset: item;
  }

li > ol > li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
  } */

  table, th, td {
    border:1px solid black;
  }

table th, td {
    padding: 10px;
  }