.dflx {
  display: flex;
}

.block {
  display: block;
}

.none {
  display: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.w100 {
  width: 100%;
}

.maxw100 {
  max-width: 100% !important;
}

.wauto {
  width: auto;
}

.h100 {
  height: 100%;
}

.full {
  width: 100%;
  height: 100%;
}

.opacity-1 {
  opacity: 1;
}

.he1 {
  height: var(--block-height-1);
}

.he2 {
  height: var(--block-height-2);
}

.hcenter {
  align-items: center;
}

.mainwidth {
  width: var(--main-width);
}

.aspect16 {
  aspect-ratio: 16/9;
}

.fill-1 {
  fill: var(--main-color);
}

.fill-2 {
  fill: #000;
}

.fill-w {
  fill: #fff;
}

.wcenter {
  justify-content: center;
}

.w-end {
  justify-content: flex-end;
}

.sbetween {
  justify-content: space-between;
}

.center {
  justify-content: center;
  align-items: center;
}

.hidden {
  overflow: hidden;
}

.bg-dark {
  background-color: #000;
}

.bg1 {
  background-color: var(--main-color);
}

.bg2 {
  background-color: var(--footer-color);
}

.color1 {
  color: rgb(255, 255, 255);
}

.color2 {
  color: rgb(0, 0, 0) !important;
}

.bgcolor-t {
  background-color: transparent;
}

.l-0 {
  left: 0;
}

.r-0 {
  right: 0;
}

.b-0 {
  bottom: 0;
}

.t-0 {
  top: 0;
}

.mt1 {
  margin-top: 0.5vw;
}

.mb1 {
  margin-bottom: 1.5vh;
}

.test {
  background-color: rgba(255, 255, 0, 0.557);
}

.ozet-master {
  font-weight: 300;
  font-size: 1rem;
  color: #2c2c2c;
}

.title-master {
  font-weight: 500;
  font-size: 1.3rem;
}

.pointer {
  cursor: pointer;
}

.weight100 {
  font-weight: 100;
}

.weight200 {
  font-weight: 200;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight800 {
  font-weight: 800;
}

.index-reklam {
  width: var(--main-width);
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
.index-reklam a {
  width: 100%;
}
.index-reklam a img {
  width: 100%;
}

.f-col {
  flex-direction: column;
}/*# sourceMappingURL=set.css.map */