/*kv*/

.section-kv {
/*  background: url(../img/kv.jpg) center center fixed no-repeat;*/
  padding: 1em 0.3em 0em;
/*  background-color: #f9f8f4;*/
}

.kv-title {
  top: 15%;
  right: 37%;
  font-weight: 900;
  font-size: 2.5rem;
  position: absolute;
  text-align: center;
  line-height: 1.3;
  color: #000000;
  text-shadow: 1px 1px 24px #DDD;
}

.kv-title span {
  font-size: 2.5rem;
  line-height: 1;
}

.kv-subtitle {
  font-size: 1.8rem;
  line-height: 2.5;
}

.kv-subtitle span {
  color: #e80057;
  font-size: 2.1rem;
}

@media screen and (max-width: 768px) {

.kv-title {
  top: 15%;
  right: 0%;
  font-weight: 900;
  font-size: 2.3rem;
  position: absolute;
  text-align: center;
  line-height: 1.3;
  color: #000000;
  }

}

.kv-btn {
  color: #000;
}

.kv-btn:hover {
  color: #ffd143;
}
