html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: white;
  color: black;
}

.container {
  max-width: 1140px;
}

.max-xl {
  max-width: 1140px;
}

.max-lg {
  max-width: 960px;
}

.max-md {
  max-width: 720px;
}

.max-sm {
  max-width: 540px;
}

.max-xs {
  max-width: 330px;
}

header {
  background-color: #fff;
}

h5 {
  margin-bottom: 1rem ;
}

ol > li {
  margin-bottom: 1rem;
}

/* Order */

.order-wrap h5, .order-wrap hr, .order-wrap div {
  margin-bottom: 1.5rem!important;
}

.order-wrap p {
  margin-bottom: 0.5rem!important;
}

.pay-wrap p {
  margin-bottom: 0.5rem!important;
}

.list-summary dt {
  font-weight: normal;
}

.mail {
  padding: 0.65rem 1rem 0.65rem 1rem;
  font-size: 1rem;
}

.amount {
  padding: 1rem 0.75rem;
  font-size: 1rem;
}

.p-card {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.3rem;
  margin-bottom: 1.25rem;
  padding: 0.75rem 0.75rem;
}

.p-card p {
  margin-bottom: 0.5rem;
}

.num-code {
  background-color: #f2f2f3;
  border: 1px solid #d3d6d8;
  border-radius: 0.25rem;
  color: #141619;
  margin-bottom: 1rem;
  padding: 1rem 1rem;
}

.order-header {
  background-color: #172a3a;
}

.portmone-info {
  background-color: #F0F5FA;
  border: 1px solid #dee2e6;
}

/* Payment Frame */

@media (max-width: 320px) {
  .payframe {
    width: 300px;
    height: 580px;
  }
}

@media (min-width: 321px) {
  .payframe {
    width: 350px;
    height: 580px;
  }
}

/* Footer */

footer {
  background-color: #172a3a;
  padding-bottom: 0.5rem;
}

footer a, footer p, footer li, footer span {
  color: #F0F5FA;
  font-weight: 400;
}

footer p, footer li {
  margin-bottom: 0.5rem;
}

footer a:hover {
  color: #F0F5FA;
  text-decoration: underline;
}

footer hr {
  border-top: 1px solid white;
}

footer .copyright {
  font-size: 75%;
  color: #7C9CAC;
}

footer ul {
  margin-bottom: 0;
}

footer ul>li:last-child {
  margin-bottom: 0;
}

.bottom {
  background-color: #d5d8dc;
}

.card-footer {
  background: #fff;
}

.satel-color {
  color: #005a9a;
}

.bg-kartka {
  --bs-bg-opacity: 1;
  background-color: #ff914d;
}

a {
  text-decoration: none;
}

.info {
  background-color: #F0F5FA;
  border-radius: 0.25rem;
  color: #0f5132;
  margin-bottom: 1rem;
  padding: 1rem 1rem;
  position: relative;
}

/* Buttons */

.btn-dark, .btn-dark:active, .btn-dark:visited {
  background-color: #172a3a !important;
}

.btn-dark:hover {
  background-color: #3B566E !important;
}

.btn-outline-dark .btn-outline-dark:active, .btn-outline-dark:visited {
  color: #172a3a !important;
  border-color: #172a3a !important;
}

.btn-outline-dark:hover {
  color: #fff !important;
  background-color: #172a3a !important;
  border-color: #172a3a !important;
}

#to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: none;
  opacity: 0.8;
}

.cvv-btn {
  display: inline-block;
  width: 16px;
  margin-left: 5px;
  background-color: #fff;
  background-image: url("/assets/img/icons/question.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  cursor: pointer;
}

.badge {
  border-radius: 4px !important;
  padding: 0.25em 0.55em;
  margin-top: 0.5rem;
}