
.payment-book {
  margin-top: 30px;
}
.payment-book h2 {
  color: #2a110f;
  font-size: 34px;
  line-height: 36px;
  font-weight: 300;
  margin: 0;
}
.payment-book {
  color: #2a110f;
  font-size: 12px;
  display: block;
  margin-top: 10px;
}

.payment-book ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.payment-book ul li {
  position: relative;
  color: #333333;
  font-family: 'Open sans';
  padding-left: 90px;
  line-height: 30px;
}
.payment-book ul li span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
.center {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 375px) {
    .center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.right {
  float: right;
}
 @media (max-width: 375px) {
      .right {
      float: right;
      margin-right: 15px;
  }
}
 @media (max-width: 475px) {
      .right {
      float: right;
      margin-right: 15px;
  }
}
 @media (max-width: 765px) {
      .right {
      float: right;
      margin-right: 15px;
  }
}
.indextext a {
  color:#fab74b;
}
.indextext a:hover {
  color:#2a110f;
}
.indextext a:focus {
  color:#2a110f;
}
.indextext2 a {
  color:#9d9e99;
}
.indextext2 a:hover {
  color:#2a110f;
}
.indextext2 a:focus {
  color:#2a110f;
}
.container .row .video{
    margin-left: 15px !important;
}

/* MODAL */

.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  &:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  &>div {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #ffffff;
  }
/*  header {
    font-weight: bold;
  }
  h1 {
    font-size: 150%;
    margin: 0 0 15px;
  }*/
}
.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
  &:hover {
    color: black;
  }
}

/* MODAL END*/
