.headers.header_line {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 11000;
  padding: 8px;
  background: var(--c0);
  z-index: 10;
  border-bottom: 2px solid var(--c1);
}
@media only screen and (max-width: 1100px) {
  .headers.header_line .logo {
    width: 60px;
    position: relative;
    z-index: 11000;
  }
  .headers.header_line .logo img {
    width: 100%;
  }
}
.headers.header_line .container {
  position: relative;
}
.headers.header_line .mnu_main {
  gap: 60px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1100px) {
  .headers.header_line .mnu_main {
    gap: 20px;
  }
  .headers.header_line .mnu_main .t16 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  .headers.header_line .mnu_main {
    gap: 20px;
  }
  .headers.header_line .mnu_main .t16 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .headers.header_line .mnu_main {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    top: 105vh;
    left: 0px;
    background: var(--c0);
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 20px;
    transition: 0.3s;
    gap: 8px;
  }
  .headers.header_line .mnu_main.open {
    top: 0vh;
  }
  .headers.header_line .mnu_main .t16 {
    font-size: 12px;
    padding: 12px 8px;
    background: var(--c1);
    width: 200px;
    border-radius: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .headers.header_line .mnu_main {
    justify-content: center;
  }
}
.headers.header_line .burger {
  cursor: pointer;
}
.headers.header_line .burger.open {
  justify-content: center;
  align-items: center;
}
.headers.header_line .burger.open .center {
  width: 0px;
}
.headers.header_line .burger.open .top {
  top: auto;
  transform: rotate(45deg);
}
.headers.header_line .burger.open .bottom {
  bottom: auto;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  .headers.header_line .buttonBlock {
    position: fixed;
    bottom: -140px;
    z-index: 12000;
    width: 100%;
    left: 0;
    transition: 0.3s;
  }
  .headers.header_line .buttonBlock.open {
    bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .headers.header_line .buttonBlock.open {
    bottom: 50px;
  }
}/*# sourceMappingURL=style.css.map */