@import "fonts/segoeUI.css";
body{
  font-family:'SegoeUIRegular',Arial,'PT Sans Caption'}
.wrapper {
  position: relative;
  z-index: 99;
}
.k1-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 70px;
  z-index: 999;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 20px;
}

.header-page {
  background-size: cover;
  /*padding-top: 240px;*/
  /*padding-bottom: 80px;*/
  padding: 40px 0 0 0;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.header-page .shadow {
  background: rgba(0,0,0,0.45);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
 inset: 0;
}

.k1-main-title {
  color: #fff;
}

.button-def {
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  cursor: pointer;
  border: 0;
  white-space: nowrap;
  padding: 15px 25px;
  text-decoration: none !important;
  text-align: center;
  outline: none;
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  color: #fff;
}
.button-def.elips {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.button-def--main-color {
  background-color: #333300;
  transition: background-color .3s;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
}

.bold {
  font-family: 'SegoeUIBold',Arial,'PT Sans Caption';
}
