/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #000;
}

a {
  color: #29DDFE;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

h3.bcolor small {
  color: #fff;
  font-weight: 400;
  font-size: .700em !important;
}

.white {
  color: #fff !important;
}

.table {
  color: #fff;
}

.button-blue {
  background: #29DDFE;
  border: 0;
  padding: 10px 30px;
  color: #000;
  font-weight: 600;
  transition: 0.4s;
  border-radius: 5px;
}

.button-blue:hover {
  background: #fff !important;
  color: #000 !important;
  text-decoration: none !important;
}

.button-blue:focus, .button-blue:active {
  background: #29DDFE !important;
  color: #000 !important;
}

.noise {
  background: #19191F url(../img/noise-bg.png) repeat;
}

.top-light {
  position: relative;
  background: transparent url(../img/bg-lights.png) top right no-repeat;
  background-size: 80%;
  transition: all 0.4s ease-in-out 0s;
  z-index: 0;
}
.top-light.on {
  background: transparent url(../img/bg-lights-soft.png) top right no-repeat;
}
.top-light:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 10%;
  left: 0;
  background: transparent url(../img/bg-lights-bottom.png) bottom left no-repeat;
  background-size: 60%;
  z-index: -1;
}
.subpage-body .top-light:after {
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .top-light, .top-light.on {
    background-size: 100%;
  }
  .top-light:after {
    background-size: 80%;
  }
  .subpage-body #main {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 540px) {
  .top-light:after {
    background-size: 120%;
  }
}

.main-content {
  position: relative;
  z-index: 1;
}

.subpage-body #main {
  padding-top: 100px;
  min-height: 600px;
}

.bcolor {
  color: #29DDFE;
}

.none {
  display: none;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 88px;
  height: 70px;
  --g1:conic-gradient(from  90deg at left   3px top   3px,#0000 90deg,#29DDFE 0);
  --g2:conic-gradient(from -90deg at bottom 3px right 3px,#0000 90deg,#29DDFE 0);
  background: var(--g1),var(--g1),var(--g1), var(--g2),var(--g2),var(--g2);
  background-position: left,center,right;
  background-repeat: no-repeat;
  animation: l10 1s infinite alternate;
}
@keyframes l10 {
  0%,
  2%   {background-size:25px 50% ,25px 50% ,25px 50%}
  20%  {background-size:25px 25% ,25px 50% ,25px 50%}
  40%  {background-size:25px 100%,25px 25% ,25px 50%}
  60%  {background-size:25px 50% ,25px 100%,25px 25%}
  80%  {background-size:25px 50% ,25px 50% ,25px 100%}
  98%,
  100% {background-size:25px 50% ,25px 50% ,25px 50%}
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #29DDFE;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #000;
  line-height: 0;
}
.back-to-top:hover {
  background: #fff;
}
.back-to-top:hover i {
  color: #000;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
}
#header.header-scrolled .container {
  padding-bottom: 0;
  border-bottom: 0;
}
#header .container {
  max-width: 1840px !important;
}
#header.header-subpage {
  height: 90px;
  padding-top: 10px;
}
#header.header-subpage .container {
  border-bottom: none !important;
}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
  background: rgba(0, 0, 0, 0.6);
  height: 80px;
  padding-top: 0 !important;
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}
#header.header-scrolled .logo img {
  /* height: 40px; */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
  padding: 0 10px;
}
.navbar a, .navbar a:focus {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 2px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 10px;
  left: 0;
  background-color: #29DDFE;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  transform: scaleX(0);
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  transform: scaleX(1.0);
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #29DDFE;
}
.navbar a.nav-icon:before, .navbar a.nav-lang:before {
  display: none !important;
}
.navbar a.nav-icon i.bi {
  font-size: 140%;
}
.navbar a.nav-lang img {
  max-height: 23px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transition: all 0.4s ease-in-out 0s;
}

.basketNum {
  position: absolute;
  display: inline-block;
  top: 12px;
  right: -5px;
  font-size: 12px;
  min-width: 18px; 
  height: 18px;
  line-height: 16px;
  padding: 1px 3px 1px 4px;
  text-align: center;
  color: #fff !important;
  background: #29DDFE;
  border-radius: 9px;
}

.basketLabel {
  display: inline-block;
  padding-left: 10px;
  padding-top: 3px;
}

@media (max-width: 991px) {
  .basketNum {
    right: auto !important;
    left: 32px;
  }
}

.navbar a.nav-lang:hover img {
  border: 1px solid #29DDFE;
  opacity: 0.8;
  transition: all 0.4s ease-in-out 0s;
}

.navbar.navbar-mobile a.nav-lang {
  display: none !important;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar a:before {
    display: none !important;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li > a:before {
  left: 20px;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #000;
  text-shadow: none;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #29DDFE;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  max-height: 880px;
  position: relative;
  padding: 120px 0 0 0;
}
#hero > div.container {
  max-width: 2400px !important;
  width: 100% !important;
  padding: 0 100px;
}
#hero h1 {
  max-width: 588px;
  font-size: 56px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 30px;
}
#hero img.led-frame {
  transition: all 0.6s ease-in-out 0s;
}
#hero img#on-light {
  position: absolute;
  left: 12px;
  top: 0;
  height: 100%;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
}
.hero-text {
  padding-left: 20%;
}
@media (min-width: 2396px) {
  #hero img#on-light {
    left: 50%;
    margin-left: -46%;
  }
}
@media (min-width: 2386px) and (max-width: 2395px) {
  #hero img#on-light {
    left: 44px;
  }
}
@media (min-width: 2350px) and (max-width: 2385px) {
  #hero img#on-light {
    left: 34px;
  }
}
@media (min-width: 2311px) and (max-width: 2349px) {
  #hero img#on-light {
    left: 24px;
  }
}
@media (min-width: 2277px) and (max-width: 2310px) {
  #hero img#on-light {
    left: 18px;
  }
}
@media (max-width: 1740px) {
  .hero-text {
    padding-left: 0 !important;
  }
}
@media (min-width: 1100px) and (max-width: 1520px) {
  #hero {
    height: 60vh;
  }
  #hero h1 {
    max-width: 400px;
    font-size: 40px;
    line-height: 120%;
  }
}
@media (min-width: 991px) and (max-width: 1099px) {
  #hero {
    height: 48vh;
  }
  #hero h1 {
    font-size: 32px;
    line-height: 120%;
  }
}
@media (max-width: 991px) {
  #hero {
    height: auto !important;
  }
  #hero h1 {
    max-width: 100% !important;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  #hero {
    paddingp: 100px;
  }
  #hero > div.container {
    padding: 0 15px;
  }
  #hero h1 {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

section h2 {
  font-size: 32px;
  font-weight: 600;
}
section h2 small {
  display: block;
  font-size: 50%;
  font-weight: 400;
}
section h3 {
  font-size: 24px;
  font-weight: 600;
}
section p a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 991px) {
  section h2 {
    font-size: 26px;
  }
  section h3 {
    font-size: 22px;
  }
}
@media (max-width: 540px) {
  section h2 {
    font-size: 22px;
  }
  section h3 {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
.product-holder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  padding: 30px;
  border: 2px solid #000;
  border-radius: 20px;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}

.product-holder:hover {
  border-color: rgba(41, 221, 254, 0.6);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4), inset 0px 0px 40px 1px rgba(41, 221, 254, 0.4);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4), inset 0px 0px 40px 1px rgba(41, 221, 254, 0.4); 
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4), inset 0px 0px 40px 1px rgba(41, 221, 254, 0.4);
  transition: all 0.4s ease-in-out 0s;
}

.product-holder .ribbon {
  position: absolute;
  display: inline-block;
  padding: 2px 12px;
  top: 14px;
  right: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #000 !important;
  background-color: #29DDFE;
  text-transform: uppercase;
  border-radius: 15px;
  z-index: 2;
}

.product-holder div.embed-responsive img {
  display: block;
  width: auto !important;
  height: 100% !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-holder h3 {
  margin: 30px 0 10px 0;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  transition: all 0.4s ease-in-out 0s;
}
.product-holder:hover h3 {
  color: #29DDFE;
}

.product-holder strong {
  color: #fff !important;
  font-weight: 500;
}

.product-holder i.bi {
  color: #fff;
  font-size: 24px;
}
.product-holder:hover i.bi {
  color: #29DDFE;
}

.product-detail {
  position: relative;
}

.product-detail .embed-responsive {
  position: relative;
  display: block;
  max-width: 90%;
  background: #000;
  border: 2px solid #000;
  border-radius: 20px;
  transition: all 0.4s ease-in-out 0s;
}

.product-detail .embed-responsive img {
  display: block;
  width: auto !important;
  height: 90% !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-detail .embed-responsive:hover {
  border-color: rgba(41, 221, 254, 0.6);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4), inset 0px 0px 40px 1px rgba(41, 221, 254, 0.4);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4), inset 0px 0px 40px 1px rgba(41, 221, 254, 0.4); 
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4), inset 0px 0px 40px 1px rgba(41, 221, 254, 0.4);
  transition: all 0.4s ease-in-out 0s;
}

@media (max-width: 1200px) {
  .product-holder h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .product-detail .embed-responsive {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .product-holder h3 {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Basket
--------------------------------------------------------------*/
.ptable_th div {
  padding: 0 6px;
  line-height: 30px;
  color: #999;
}
.ptable_tr:hover .basket_price {
  font-weight: bold;
}
.ptable_tr div {
  padding: 6px;
}
.ptable_footer {
  border-top: 1px solid #fff;
  margin-top: 10px;
}
.ptable_footer div {
  padding: 6px;
  padding-top: 12px;
  font-weight: bold;
}
.ptable_footer div strong {
  font-size: 22px;
  font-weight: 700;
}
#kosik .embed-responsive {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 60px;
  max-width: 60px;
  background: #000;
  padding: 8px;
  border: 2px solid #000;
  border-radius: 8px;
  transition: all 0.4s 
}
#kosik .embed-responsive:hover, .ptable_tr:hover .embed-responsive {
  border-color: rgba(41, 221, 254, 0.6) !important;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4), inset 0px 0px 40px 1px rgba(41, 221, 254, 0.4) !important;
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4), inset 0px 0px 40px 1px rgba(41, 221, 254, 0.4) !important; 
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4), inset 0px 0px 40px 1px rgba(41, 221, 254, 0.4) !important;
  transition: all 0.4s ease-in-out 0s;
}
#kosik .embed-responsive img {
  display: block;
  width: auto !important;
  height: 90% !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important; 
}
.basket_pmin i.bi, .basket_pplus i.bi {
  font-size: 32px;
  line-height: 52px;
  vertical-align: -6px;
  margin: 0 2px;
  transition: all 0.4s
}
.basket_pmin i.bi:hover, .basket_pplus i.bi:hover {
  color: #fff;
  transition: all 0.4s
}
.basket_pnum {
  display: inline-block;
  width: 64px;
  text-align: center;
}
.basket_price {
  font-size: 20px;
  font-weight: normal;
  line-height: 50px;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
.basket_price i.bi {
  transition: all 0.4s
}
.basket_price i.bi:hover {
  color: #fff;
  transition: all 0.4s
}
.order_border_col {
  border-left: 1px dashed #fff;
}
.order_data label {
  text-align: left !important;
}
.img-basket {
  display: block;
  position: relative;
  transition: all 0.4s;
}
.img-basket img {
    display: block;
    height: 100px;
    transition: all 0.4s;
}
.img-basket img.over {
    position: absolute;
    top: 6px;
    left: 6px;
    transition: all 0.4s;
}

@media (max-width: 991px) {
  .order_border_col {
    border-left: none;
  }
}
@media (max-width: 767px) {
  #kosik .embed-responsive {
    margin: auto;
    max-width: 220px;
    max-height: 100% !important;
  }
  .basket_buttons a {
    display: block;
    width: 100%;
    margin: 15px 0;
  }
  .basket_price {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
  }
  .basket_pmin i.bi, .basket_pplus i.bi {
    font-size: 26px;
    line-height: 52px;
  }
  .ptable_tr {
    border-bottom: 1px solid rgba(255,255,255,0.6);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .ptable_footer {
    border: none;
  }
}
@media (max-width: 390px) {
  .basket-buttons > div {
    display: block !important;
    text-align: center;
  }
  .basket-buttons > div > div, .basket-buttons > div > div > a {
    display: inline-block;
    margin-bottom: 4px;
    min-width: 200px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 60px 0;
}

#footer div.col-md-4 {
  height: 100%;
}

#footer div.col-md-4 img {
  display: inline-block;
  max-height: 24px;
  margin-right: 10px;
  margin-bottom: 15px;
}

#footer div.col-md-4 a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

#footer div.col-md-4 i.bi {
  display: inline-block;
  color: #29DDFE;
  font-size: 24px;
  vertical-align: -3px;
  margin-right: 8px;
}

#footer .social-links a i.bi {
  color: #fff !important;
  font-size: 32px;
  vertical-align: 0;
  margin-right: 10px;
}

#footer .social-links a:hover i.bi {
  color: #29DDFE !important;
}

#footer div.col-md-4 a:hover {
  display: inline-block;
  color: #29DDFE;
}

#footer div.text-center {
  font-size: 12px;
}

@media (max-width: 768px) {
  #footer {
    text-align: center;
  }
  #footer div.text-center {
    border-top: 1px solid #fff;
    padding-top: 40px;
  }
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
.form-group.has-error input, .form-group.has-error textarea {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-group.has-error input:focus, .form-group.has-error textarea:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-group.has-error input, .form-group.has-error textarea {
  border-color: #dc3545;
}
.has-error.checkbox .cr, .has-error.radio .cr {
  border-color: #dc3545 !important;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}
.embed-responsive::before {
    display: block;
    content: ""
}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive-21by9::before {
    padding-top: 42.857143%
}
.embed-responsive-16by9::before {
    padding-top: 56.25%
}
.embed-responsive-4by3::before {
    padding-top: 75%
}
.embed-responsive-1by1::before {
    padding-top: 100%
}

.frame-holder {
  display: block;
  position: relative;
  transition: all 0.4s;
}
.frame-holder img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.frame-holder img.over {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transition: all 0.4s;
}

/*--------------------------------------------------------------
# Animated checkbox/radio
--------------------------------------------------------------*/
.radio label, .checkbox label {
  padding-left: 30px;
  width: 100%;
  cursor: pointer;
}
.checkbox label:after, 
.radio label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
}
.radio .cr {
  border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: 34px;
  color: #29DDFE;
  line-height: 0;
  top: -8px;
  left: -7px;
}
.radio .cr .cr-icon {
  margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: .5;
}