.terms {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
}

.terms a {
  color: #005cb8;
  text-decoration: none;
}

.terms a:hover {
  text-decoration: underline;
}

.terms__block {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 30px;
}

.terms__block:last-child {
  border-bottom: 0;
}

.terms__title {
  text-align: center;
  margin-bottom: 8px;
  padding: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.term__update {
  color: #657786;
}

.term__header {
  text-align: center;
}

.term__print {
  padding: 0 33px;
  position: relative;
  display: inline-block;
}

.term__print svg {
  position: absolute;
  right: 0;
  top: -5px;
  display: block;
  cursor: pointer;
}

.terms__title-sec {
  text-align: center;
  margin-bottom: 9px;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.terms__block_break {
  page-break-before: always;
}

.terms__text p {
  margin: 0 0 10px;
  padding: 0;
}

.terms__text p:last-child {
  margin-bottom: 0;
}

.terms__text p:first-child {
  margin-bottom: 10px;
}

.terms__important {
  color: #b80000;
}

.terms__i {
  display: block;
  margin: 0 auto 5px;
}

.terms__subtitle {
  text-align: center;
  margin: 0 auto 11px;
  padding: 0;
  max-width: 480px;
}

.terms__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.terms__countries {
  column-count: 3;
  column-gap: 20px;
}

.terms__list li {
  padding: 0 0 0 14px;
  margin: 0 0 5px;
  position: relative;
}

.terms__list_xl {
  margin-bottom: 0;
}

.terms__list_xl li {
  margin-bottom: 10px;
}

.terms__list_xl li:last-child {
  margin-bottom: 0;
}

.terms__list li::before {
  content: '•';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #0156b0;
}

.terms ol {
  margin: 0;
  padding: 0 0 0 10px;
  counter-reset: section;
  list-style: none;
}

.terms__content > li {
  padding-left: 27px !important;
}

.terms__content > li::before {
  content: attr(value);
  counter-increment: section;
  position: absolute;
  left: 0;
  font-size: 12px;
  font-weight: bold;
  width: 20px;
  text-align: right;
}

.terms__content ol > li {
  padding-left: 45px;
}

.terms__content ol > li::before {
  counter-increment: section;
  content: attr(value);
  position: absolute;
  left: 0;
  font-size: 12px;
  font-weight: bold;
  width: 33px;
  text-align: right;
}

.terms__content ol {
  margin: 0;
  padding: 0;
}

.terms__content li {
  margin: 0 0 10px;
  padding: 0 0 0 15px;
  position: relative;
}

.terms__content-container {
  padding-top: 11px;
}

.terms__list_abc {
  list-style-type: upper-latin !important;
}

@media (max-width: 640px) {
  body {
    margin: 0;
  }

  .terms {
    padding: 0;
  }

  .terms__block {
    padding-left: 0;
    padding-right: 0;
  }

  .terms__content > li {
    padding-left: 20px !important;
  }

  .terms__content > li::before {
    left: -10px;
  }

  .terms__content ol > li {
    padding-left: 20px;
  }

  .terms__content ol > li::before {
    width: 20px;
    left: -10px;
  }

  .terms__content li {
    padding: 0 0 0 0;
  }

  .terms__list_abc {
    padding-left: 15px;
  }

  ul {
    padding-left: 15px;
  }
}
