@import url("fonts.css");
@import url("fontawesome.v6.all.min.css");
* {
  margin: 0;
  padding: 0;
}
html,
body {
  display: flex;
  height: 100%;
  flex-direction: column;
}
main#content {
  flex-grow: 1;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: #d9d9d9;
  background: #14191c;
}
@media screen and (min-width: 993px) {
  main a,
  nav a,
  footer a,
  main a:active,
  nav a:active,
  footer a:active,
  main a:focus,
  nav a:focus,
  footer a:focus,
  main a:hover,
  nav a:hover,
  footer a:hover,
  main button,
  nav button,
  footer button {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    display: inline-block;
  }
  main #nav-menu .active a:not(.btn),
  nav #nav-menu .active a:not(.btn),
  footer #nav-menu .active a:not(.btn),
  main a:not(.btn):hover,
  nav a:not(.btn):hover,
  footer a:not(.btn):hover {
    position: relative;
  }
  main a:not(.btn):before,
  nav a:not(.btn):before,
  footer a:not(.btn):before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    top: 100%;
    background-color: #f3d483;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
}
main a,
main a:active,
main a:focus,
main a:hover {
  color: #F3D483;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
hr {
  padding: 0;
  margin: 0;
  font-weight: 400;
}
ul li {
  list-style-type: none;
}
main ul li {
  margin-bottom: 0.8em;
}
.common_style .btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  box-shadow: none !important;
  border-radius: 0;
}
.common_style .fs48 {
  font-size: 48px;
}
.common_style .fs36 {
  font-size: 36px;
}
.common_style .fs24 {
  font-size: 24px;
}
.common_style .fs20 {
  font-size: 20px;
}
.common_style .fs16 {
  font-size: 16px;
}
.common_style .text-900 {
  font-weight: 900;
}
.common_style .text-800 {
  font-weight: 800;
}
.common_style .text-700,
.common_style b,
.common_style strong {
  font-weight: 700;
}
.common_style .text-600 {
  font-weight: 600;
}
.common_style .text-500 {
  font-weight: 500;
}
.common_style .text-400 {
  font-weight: 400;
}
.common_style .text-300 {
  font-weight: 300;
}
.bg-primary {
  background-color: #101315 !important;
}
.common_style .text-light {
  color: #d9d9d9 !important;
}
.common_style .text-warning {
  color: #f3d483 !important;
}
.common_style .btn-warning {
  color: #000000;
  background-color: #f3d483;
  border-color: #f3d483;
}
.common_style .btn-warning:hover {
  color: #f3d483;
  background-color: transparent;
  border-color: #f3d483;
}
.common_style .btn-outline-warning {
  color: #f3d483;
  background-color: transparent;
  border-color: #f3d483;
}
.common_style .btn-outline-warning:hover {
  color: #000000;
  background-color: #f3d483;
  border-color: #f3d483;
}
.common_style .btn-outline-light {
  color: #d9d9d9;
  background-color: transparent;
  border-color: #d9d9d9;
}
.common_style .btn-outline-light:hover {
  color: #000000;
  background-color: #f3d483;
  border-color: #f3d483;
}
.common_style .minh_44 {
  min-height: 44px;
}
.common_style .minh_90 {
  min-height: 90px;
}
.common_style .w_159 {
  width: 159px;
  max-width: 100%;
}
.site_header {
  background: rgba(12, 15, 17, 0.5);
  backdrop-filter: blur(6px);
  position: relative;
  z-index: 10;
}
a {
  font-weight: 500;
  position: relative;
}
#nav-menu .active a:not(.btn):before,
a:not(.btn):hover:before {
  width: 100%;
}
.hero_section {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
.hero_section.hero_section--home:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("/assets/images/header_background_home.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.hero_section:before {
  animation: animationFade 40s infinite ease-in-out alternate;
}
@keyframes animationFade {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.gap_100 {
  gap: 100px;
}
.gap_77 {
  gap: 77px;
}
.slider_item.owl-theme .owl-nav,
.slider_item3.owl-theme .owl-nav {
  position: absolute;
  top: -74px;
  right: 0;
}
.slider_list li {
  position: relative;
}
.slider_list li.active {
  cursor: no-drop;
}
.slider_list li.active .btn {
  color: #000000 !important;
  background-color: #f3d483 !important;
  border-color: #f3d483 !important;
}
.slider_list .btn:hover {
  color: #f3d483 !important;
  background-color: transparent !important;
  border-color: #f3d483 !important;
}
.slider_list li.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  display: inline-block;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  opacity: 0.7;
  text-decoration: none;
}
.owl-theme .owl-dots .owl-dot span {
  background: #101315;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f3d483;
}
.pro_img {
  height: 356px;
}
.pro_item img {
  max-height: 260px;
  object-fit: contain;
  max-width: 100%;
}
.pro_item:hover img.d-block {
  display: none !important;
}
.pro_item:hover img.d-none {
  display: block !important;
}
.site_footer {
  background-color: #101315;
  padding: 59px 0 77px;
}
.product-card .product-card__name__container {
  min-height: 60px;
}
p {
  line-height: 1.7;
  margin-bottom: 0.8em;
}
p:last-of-type {
  margin-bottom: 0;
}
.default-content-block h2,
.default-content-block h3,
.default-content-block h4,
.default-content-block h5,
.default-content-block h6 {
  margin-bottom: 0.5em;
}
.default-content-block h2,
.default-content-block h3 {
  color: #f3d483;
}
.form-label {
  font-size: 0.9em;
  color: #fff;
}
.form-control {
  border: 1px #67757F solid;
  color: #fff;
  border-radius: 0;
  background-color: #282f34;
}
.form-control:focus,
.form-control:active {
  border: 1px #f3d483 solid;
  color: #f3d483;
  border-radius: 0;
  background-color: #282f34;
  outline: 0;
  box-shadow: none;
}
.common_style .btn.btn-outline {
  color: #f3d483;
  background-color: transparent;
  border-color: #f3d483;
}
.common_style .btn.btn-outline:hover {
  color: #000000;
  background-color: #f3d483;
  border-color: #f3d483;
}
.common_style .btn.btn-filled {
  color: #000000;
  background-color: #f3d483;
  border-color: #f3d483;
}
.common_style .btn.btn-filled:hover {
  color: #f3d483;
  background-color: transparent;
  border-color: #f3d483;
}
form.contact-form #captcha {
  max-width: 150px;
  margin-top: 4px;
}
.page-messages > *:last-child {
  margin-bottom: 0;
}
.page-messages__message {
  border-style: solid;
  border-width: 1px;
  border-color: #bfbfbf;
  background-color: #ececec;
  color: #262626;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.page-messages__message::before {
  font-family: "Font Awesome 6 Free", fantasy;
  content: '\f129';
  display: inline-block;
  float: left;
  margin-top: -1px;
  margin-right: 4px;
  width: 18px;
  text-align: center;
}
.page-messages__message--error {
  border-color: #ce7b7b;
  background-color: #ffdddd;
  color: #841818;
}
.page-messages__message--error::before {
  font-weight: 900;
  content: '\f00d';
}
.page-messages__message--warning {
  border-color: #cab169;
  background-color: #ffedb9;
  color: #82671a;
}
.page-messages__message--warning::before {
  content: '\f06a';
}
.page-messages__message--success {
  border-color: #87d05c;
  background-color: #d0f5ba;
  color: #2e7206;
}
.page-messages__message--success::before {
  content: '\f058';
}
/*# sourceMappingURL=style.css.map */