html {
  height: 100%;
  color: #272423;
  background-color: #272423;
  font-weight: 200;
  font-size: 18px;
}

body {
  height: 100%;
}

.serif {
  font-family: Gorgia, serif;
}

.logo img {
  width: 30%;
}

.logo_k-dsgn {
  height: 2rem;
}

.out-title {
  font-weight: 200;
  color: #606060 !important;
  letter-spacing: 0.2rem;
}

.uk-heading-small {
  margin: 0 0 0.5rem 0;
}

.uk-select {
  background: transparent;
  color: #666;
  border: 0px solid #e5e5e5;
  text-align: center;
  text-align-last: center;
  font-size: 1.7rem;
  line-height: 1.1;
}

@media (min-width: 960px) {
  .uk-select {
    font-size: 3.5rem;
    min-height: 3.6rem;
  }
}
.uk-light .uk-select {
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.8);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0);
}

.uk-button {
  border-radius: 500px;
}

.read-more {
  line-height: 1.2rem;
}

.read_about {
  min-height: 1rem;
  margin-top: 0.5rem;
}

@media (min-width: 960px) {
  .read_about {
    min-height: 3rem;
    margin-top: 0.5rem;
  }
}
.btn_more {
  color: #606060;
}

.btn_more-ligth {
  color: #E2E2E2;
}

.btn_more-dark {
  color: #606060;
}

.btn_more-active .btn_more-ligth {
  color: #606060;
}

.btn_more-active .btn_more-dark {
  color: #E2E2E2;
}

.uk-modal-header, .uk-modal-footer {
  background-color: #272423;
}

.uk-modal-body {
  background-color: #272423;
}

.btn-icon svg {
  vertical-align: -6px;
}

.icon-lock {
  color: #606060;
  display: block;
}

@media (min-width: 960px) {
  .icon-lock {
    color: #606060;
    display: inline-block;
  }
}
.pluso-box {
  z-index: 2000;
}

.pluso-more {
  visibility: hidden;
  display: none;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
