@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1366px;
  }
}
[ng-cloak] {
  display: none !important;
}

nav.navbar {
  padding: 0;
  position: fixed;
  width: 100%;
  background: #222222;
  left: 0;
  top: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  z-index: 5;
}
@media (min-width: 1200px) {
  nav.navbar {
    background-color: #ffffff;
    display: block;
  }
}
nav.navbar .main-container {
  padding: 8px 15px;
}
@media (min-width: 1200px) {
  nav.navbar .main-container {
    justify-content: space-between;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding: 15px 15px;
  }
}

.mobile-bottom {
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  .mobile-bottom {
    margin-bottom: 0;
  }
}
.mobile-bottom.web {
  display: none;
}

.brand-logo {
  background-color: #222222;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.brand-logo a {
  height: 100%;
}
.brand-logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand-logo.web {
  display: none;
}
@media (min-width: 1200px) {
  .brand-logo.web {
    height: 50px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
  }
}
.brand-logo.mobile {
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .brand-logo.mobile {
    display: none;
  }
}
.brand-logo.mobile a {
  max-width: 100px;
}

.main-logo {
  display: none;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .main-logo {
    max-width: 200px;
    display: block;
  }
}
.main-logo a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}

@media (min-width: 1200px) {
  .logo-dropdown {
    display: none;
  }
}
.logo-dropdown .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: 125px;
}
.logo-dropdown .dropdown-toggle .img {
  width: 100px;
  padding-bottom: 40%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.logo-dropdown .dropdown-toggle::after {
  content: "\f229";
  font-family: "bootstrap-icons";
  color: #ffffff;
  display: block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  border: 1px solid #ffffff;
  font-size: 10px;
  margin-left: 0;
}
.logo-dropdown .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  top: 113%;
  margin: 0;
}
.logo-dropdown .dropdown-item {
  height: 48px;
  text-align: center;
}
.logo-dropdown .dropdown-item:active, .logo-dropdown .dropdown-item:hover {
  background-color: transparent;
}
.logo-dropdown .dropdown-item img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#navbar-menu {
  order: 1;
  height: calc(100vh - 66px);
  overflow-y: auto;
}
@media (min-width: 1200px) {
  #navbar-menu {
    overflow-y: initial;
    height: auto;
    order: initial;
    justify-content: center;
  }
}
#navbar-menu > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1rem;
  height: 100%;
}
@media (min-width: 1200px) {
  #navbar-menu > div {
    row-gap: 0;
  }
}

ul.navbar-nav {
  position: relative;
}
@media (min-width: 1200px) {
  ul.navbar-nav {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}
ul.navbar-nav > li > a {
  color: #ffffff;
  line-height: 1.8;
  display: block;
  padding: 0.5rem 0.5rem;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1200px) {
  ul.navbar-nav > li > a {
    padding: 0.5rem 1rem;
    color: #222222;
    transition: all 0.3s ease-in-out;
  }
  ul.navbar-nav > li > a.active, ul.navbar-nav > li > a:hover {
    color: #b6231e;
    transition: all 0.3s ease-in-out;
  }
}

@media (min-width: 1200px) {
  li.nav-item-dropdown {
    position: static;
  }
}
li.nav-item-dropdown a.dropdown-toggle::after {
  display: none;
}
li.nav-item-dropdown .dropdown-menu {
  border: none;
}
li.nav-item-dropdown .dropdown-menu.web {
  padding: 8px 16px;
  top: 100%;
  left: -15%;
  margin: 0;
  border-top: none;
  background-color: #ffffff !important;
  height: 636px !important;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 16px 16px;
}
li.nav-item-dropdown .dropdown-menu.web:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: transparent;
}
li.nav-item-dropdown .dropdown-menu.web > div {
  width: 800px;
  height: 620px !important;
}
li.nav-item-dropdown .dropdown-menu.web > div > div[class^=col-] {
  height: 100%;
  overflow-y: auto;
}
li.nav-item-dropdown .dropdown-menu.web button {
  color: #bababa;
}
li.nav-item-dropdown .dropdown-menu.web button.active {
  color: #222222;
  border-bottom: 1px solid #222222;
}
li.nav-item-dropdown .dropdown-menu.mobile {
  background-color: transparent;
  padding: 0;
}
li.nav-item-dropdown .dropdown-menu.mobile li {
  padding: 8px 12px;
}
li.nav-item-dropdown .dropdown-menu.mobile li button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  color: #ffffff;
}
li.nav-item-dropdown .dropdown-menu.mobile button.back-btn {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: transparent;
  font-size: 24px;
  margin-bottom: 16px;
  color: #222222;
}
li.nav-item-dropdown .dropdown-menu.mobile button.back-btn h4 {
  margin: 0 auto;
  font-size: 24px;
}
li.nav-item-dropdown div.col-3 {
  border-right: 1px solid #bababa;
}
li.nav-item-dropdown button.nav-link {
  color: #bababa;
  background-color: transparent;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
li.nav-item-dropdown button.nav-link.active {
  color: #222222;
  border-bottom: 1px solid #bababa;
  background-color: transparent;
}
li.nav-item-dropdown button.nav-link span {
  word-wrap: break-word;
}

.cate-intro {
  color: #222222;
  background-color: #ebebeb;
  border-radius: 16px;
  padding: 12px 12px;
  margin-bottom: 16px;
}
.cate-intro h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
.cate-intro div {
  line-height: 1.5;
  font-size: 14px;
}

.guitar-list {
  row-gap: 10px;
}
.guitar-list .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-bottom: 1px solid #bababa;
  padding-bottom: 16px;
}
@media (min-width: 1200px) {
  .guitar-list .item {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.guitar-list .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 50%;
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .guitar-list .img {
    padding-bottom: 100%;
  }
}
.guitar-list .text {
  flex-grow: 1;
  color: #222222;
  text-align: center;
}
.guitar-list .text h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.guitar-list .text p {
  font-size: 14px;
}
.guitar-list .text span {
  font-size: 14px;
}

.lang-menu {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.lang-menu .lang-btn {
  padding: 0;
  border-radius: 3px;
  text-align: center;
  display: block;
  width: 25px;
  line-height: 25px;
}
.lang-menu .lang-btn.web {
  border: 1px solid #222222;
  color: #222222;
}
.lang-menu .lang-btn.web:hover, .lang-menu .lang-btn.web.active {
  background: #222222;
  color: #ffffff;
}
.lang-menu .lang-btn.mobile {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.lang-menu .lang-btn.mobile:hover, .lang-menu .lang-btn.mobile.active {
  background: white;
  color: #222222;
}

@media (min-width: 1200px) {
  .burger {
    display: none;
  }
}

.menu-icon {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .menu-icon {
    display: none;
  }
}
.menu-icon .menu-icon-checkbox {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  opacity: 0;
}
.menu-icon .menu-icon-checkbox:checked + div span:first-child {
  transform: rotate(45deg);
  top: 5px;
}
.menu-icon .menu-icon-checkbox:checked + div span:last-child {
  transform: rotate(-45deg);
  bottom: 5px;
}
.menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 12px;
}
.menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.menu-icon span:first-child {
  top: 0;
}
.menu-icon span:last-child {
  bottom: 0;
}

.offcanvas-collapse {
  display: block;
  position: fixed;
  top: 66px; /* Height of navbar */
  bottom: 0;
  left: 100%;
  width: 100%;
  padding: 12px 15px 0;
  overflow-y: auto;
  visibility: hidden;
  background-color: #ffffff;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.offcanvas-collapse.open {
  z-index: 1;
  visibility: visible;
  transform: translateX(-100%);
}
@media (min-width: 1200px) {
  .offcanvas-collapse {
    display: none;
  }
}

.content_block {
  margin-top: 66px;
}
@media (min-width: 1200px) {
  .content_block {
    margin-top: 128px;
  }
}
.content_block.blur {
  position: relative;
  overflow: hidden;
}
.content_block.blur::after {
  position: fixed;
  content: "";
  top: -2%;
  left: -2%;
  width: 104%;
  height: 104%;
  background-color: rgba(0, 0, 0, 0.4);
  filter: blur(3px);
  z-index: 4;
}

.toTop {
  z-index: 1;
}

.sub_menu {
  top: 66px;
}
@media (min-width: 1200px) {
  .sub_menu {
    top: 128px;
  }
}/*# sourceMappingURL=nav2025.css.map */