/* @font-face {
    font-family: 'Lobster';
    src: url('../fonts/lobster.woff') format("woff");
    font-display: swap;
}

.jumbotron-video .display-4,
.h1, .h2, .h3 {
    font-family: 'Lobster';
} */

.navbar-brand {
    max-width: 350px;
}
.progress-container.progress-warning .progress-bar {
    background: unset;
}
#contacts-zone-map div ~ div {
  width: 100%;
  z-index: 1;
  border: 0;
}
#contacts-zone-map iframe {
    border: 0;
}
#contacts-data {
    z-index: 2;
}
html, body {
	overflow-x: hidden;
}
#productGallery img {
	object-fit: contain;
}
.services-img {
	background: #fff;
}
.lSSlideOuter .lSPager.lSGallery {
	margin-bottom: 5px;
}
.footer-social-links {
    display: flex;
    flex-flow: row;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
}
@media(max-width: 1200px) {
	.header-mobile {
		margin-top: 75px;
	}
	.sticky {
  position: fixed;
  width: 100%;
	top: 0 !important;
}
	.navbar-brand {
		max-width: 250px
	}
}