@font-face {
  font-family: "Bounded";
  src: url("../fonts/Bounded-ExtraLight.woff2") format("woff2"), url("../fonts/Bounded-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bounded";
  src: url("../fonts/Bounded-Regular.woff2") format("woff2"), url("../fonts/Bounded-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bounded";
  src: url("../fonts/Bounded-Black.woff2") format("woff2"), url("../fonts/Bounded-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on August 20, 2017 6:55 PM */

@font-face {
	font-family: 'Century Gothic';
	src: local('Century Gothic Italic'), local('CenturyGothic-Italic'),
		url('../fonts/CenturyGothic-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Century Gothic';
	src: local('Century Gothic'), local('CenturyGothic'),
		url('../fonts/CenturyGothic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: local('Century Gothic Bold'), local('CenturyGothic-Bold'),
		url('../fonts/CenturyGothic-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: local('Century Gothic Bold Italic'), local('CenturyGothic-BoldItalic'),
		url('../fonts/CenturyGothic-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}


:root {
  --accent: #2e3a4c;
  --accent-dark: #d46113;
  --primary: #1a202c;
  --neutral-100: #f7f9fc;
  --neutral-200: #e6ebf5;
  --neutral-300: #c8d1e4;
  --neutral-600: #4a5568;
  --neutral-900: #1a202c;
  --shadow-soft: 0 5px 5px rgba(17, 24, 39, 0.08);
  --font-family: "Roboto Condensed", "Segoe UI", "Century Gothic", "Bounded", Tahoma, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-family);
  color: var(--neutral-900);
  background-color: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  height: auto;
  display: inherit;
}

td img {
    max-width: inherit;
}

a {
  color: var(--accent);
  text-decoration: none;
  background-image: linear-gradient(var(--accent), var(--accent));
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0 100%;
  transition: background-size 0.2s ease;
}
a:visited {color: var(--accent-700);}
a:hover, a:focus {background-size: 100% 1px;}
/* Do not animate button-like links */
a.btn { background-image: none; }

.sppb-meta-category a {
  color: var(--neutral-100);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(1160px, 92vw);
  margin: 0 auto;
}

.top-bar {
  backdrop-filter: blur(10px);
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  color: #fff;
  font-size: 0.9rem;
}

.address,
.phone {
  font-weight: 500;
}

.menu-block {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  margin: 0px 40px;
  z-index: 1000;
  box-shadow: var(--shadow-soft);
}

.menu-block-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: var(--primary);
}

.brand-logo {
  width: 120px;
  height: auto;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-name {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #383586;
}

.slogan {
  font-size: 0.85rem;
  color: var(--neutral-600);
  font-weight: 500;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}

.header-buttons {
  display: flex;
  gap: 12px;
}

.btn {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
  display: inline-flex;
  align-items: center;
}

.btn i {
  margin-right: 8px;
}

.btn-phone {
  background: var(--accent);
  color: #fff;
}

.btn-phone:hover {
  background: var(--accent-dark);
}

.btn-email {
  background: #383586;
  color: #fff;
}

.btn-email:hover {
  background: #0f1f35;
}

.main-nav {
  position: relative;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.nav-toggle-line {
  width: 26px;
  height: 2px;
  background: var(--neutral-900);
  transition: transform 0.3s, opacity 0.3s;
}

.search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--neutral-900);
  transition: color 0.3s;
}

.search-toggle:hover {
  color: var(--accent);
}

.nav-toggle.is-active .nav-toggle-line:nth-of-type(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-active .nav-toggle-line:nth-of-type(2) {
  opacity: 0;
}

.nav-toggle.is-active .nav-toggle-line:nth-of-type(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
}

.nav-link {
  font-size: 0.95rem;
  padding: 8px 0;
  border: none;
  background: none;
  cursor: pointer;
  color: var(--neutral-900);
  transition: color 0.3s;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--accent);
}

.dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  padding: 18px 22px;
  list-style: none;
  margin: 0;
  min-width: 220px;
  display: grid;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-item > .dropdown::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  height: 16px;
  background: transparent;
}

.dropdown a {
  color: var(--neutral-600);
  font-size: 0.9rem;
  transition: color 0.3s;
}

.dropdown a:hover {
  color: var(--accent);
}

.nav-item:focus-within > .dropdown,
.nav-item:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 640px;
}

.dropdown-columns > li {
  display: grid;
  gap: 10px;
}

.dropdown-columns > li > span {
  font-weight: 600;
  color: var(--primary);
}

.hero {
  background-image: url('http://food-test.ru/img/slide-01.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
  display: flex;
  padding-top: 0;
  flex-direction: column;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(238, 126, 45, 0.15), rgba(30, 53, 87, 0.1));
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  margin-top: auto;
  padding-bottom: 40px;
}

.slider {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 48px;
  box-shadow: var(--shadow-soft);
}

.slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.slide {
  min-width: 100%;
  display: grid;
  gap: 18px;
}

.slide h1 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--primary);
  line-height: 1.2;
}

.slide p {
  margin: 0;
  color: var(--neutral-600);
  font-size: 1rem;
}

.slider-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  transform: translateY(-50%);
  pointer-events: none;
}

.slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(238, 126, 45, 0.12);
  cursor: pointer;
  pointer-events: auto;
  position: relative;
}

.slider-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--accent);
  border-right: 2px solid var(--accent);
}

.slider-btn--prev::before {
  transform: rotate(-135deg);
}

.slider-btn--next::before {
  transform: rotate(45deg);
}

.slider-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--neutral-300);
  border: none;
  cursor: pointer;
  transition: transform 0.3s, background 0.3s;
}

.slider-dot.is-active {
  background: var(--accent);
  transform: scale(1.2);
}

.metrics {
  padding: 80px 0;
  background: var(--neutral-100);
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
}

.metric-card {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 8px;
  text-align: center;
}

.metric-value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
}

.metric-label {
  color: var(--neutral-600);
  font-size: 0.95rem;
}


section h2 {
  margin-top: 0;
  font-size: clamp(2rem, 3vw, 2.4rem);
  color: var(--primary);
}

.about {
  background: var(--accent);
  color: #fff;
}

.about h2 {
  color: #fff;
}

.about-text {
  color: #fff;
}

.about-text ul {
  color: rgba(255, 255, 255, 0.9);
}

.about-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: start;
}

.about-text ul {
  padding-left: 18px;
  color: var(--neutral-600);
}

.about-highlights {
  display: grid;
  gap: 24px;
}

.highlight {
  background: rgba(255, 255, 255, 0.95);
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.highlight h3 {
  color: var(--primary);
}

.highlight p {
  color: var(--neutral-600);
}

blockquote {
  margin: 0;
  color: var(--primary);
  font-style: italic;
}

.advantages {
  background: var(--neutral-100);
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 28px;
}

.advantage-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 14px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}

.section-header p {
  margin: 0;
  color: var(--neutral-600);
  max-width: 520px;
}

.section-intro {
  max-width: 640px;
  color: var(--neutral-600);
  margin-bottom: 32px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
}

.team-card {
  background: var(--neutral-100);
  border-radius: 18px;
  padding: 28px;
  border: 1px solid var(--neutral-200);
  display: grid;
  gap: 12px;
  text-align: center;
}

.team-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(238, 126, 45, 0.16);
  color: var(--accent);
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  font-weight: 600;
  object-fit: cover;
}

.team-card span {
  color: var(--accent);
  font-size: 0.9rem;
}

.gallery {
  background: var(--neutral-100);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.gallery-item {
  border-radius: 20px;
  padding: 24px;
  color: #fff;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: var(--shadow-soft);
}

.gallery-item span {
  background: rgba(15, 23, 42, 0.36);
  padding: 8px 12px;
  border-radius: 999px;
}

.gallery-item--lab {
  background: linear-gradient(135deg, #1e3557, #335d92);
}

.gallery-item--production {
  background: linear-gradient(135deg, #ee7e2d, #f4a261);
}

.gallery-item--tasting {
  background: linear-gradient(135deg, #3d9970, #5ec29d);
}

.gallery-item--events {
  background: linear-gradient(135deg, #433878, #5d58a6);
}

.producers-content {
  display: grid;
  gap: 18px;
  background: var(--neutral-100);
  padding: 32px;
  border-radius: 18px;
  border: 1px solid var(--neutral-200);
}

.producers-content ul {
  margin: 0;
  padding-left: 20px;
  color: var(--neutral-600);
  display: grid;
  gap: 10px;
}

.partners {
  background: var(--neutral-100);
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.partner-card{
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid var(--neutral-200);
  display: grid;
  place-items: center;
  font-weight: 600;
  color: var(--primary);
  box-shadow: var(--shadow-soft);
}

.slideplus-content{
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--neutral-200);
  color: var(--primary);
}

.partner-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.15);
}

.partner-logo {
  width: 40px;
  height: 40px;
  object-fit: cover;
  flex-shrink: 0;
}

.carousel {
  position: relative;
}

.carousel-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
}

.carousel-track::-webkit-scrollbar {
  height: 8px;
}

.carousel-track::-webkit-scrollbar-thumb {
  background: var(--neutral-300);
  border-radius: 8px;
}

.service-card,
.news-card {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 360px;
  min-height: 280px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 18px;
  padding: 32px;
  box-shadow: var(--shadow-soft);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.service-card:hover,
.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
}

.service-card h3,
.news-card h3 {
  margin-top: 0;
  color: var(--primary);
}

.service-card p,
.news-card p {
  color: var(--neutral-600);
}

.service-submenu {
  list-style: none;
  margin: 0;
  padding: 18px 20px;
  background: rgb(238, 126, 45);
  border-radius: 12px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 24px;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: grid;
  gap: 10px;
  max-height: calc(100% - 120px);
  overflow-y: auto;
}

.service-submenu li {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 4px 0;
}

.service-card:hover .service-submenu,
.service-card:focus-within .service-submenu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.carousel-controls {
  position: absolute;
  top: -70px;
  right: 0;
  display: flex;
  gap: 12px;
}

.carousel-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: var(--neutral-200);
  cursor: pointer;
  position: relative;
}

.carousel-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
}

.carousel-btn--prev::before {
  transform: rotate(-135deg);
}

.carousel-btn--next::before {
  transform: rotate(45deg);
}

.news-tag {
  display: inline-block;
  width: fit-content;
  background: var(--accent);
  color: var(--neutral-100);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  margin-bottom: 12px;
}

.news-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 12px 0;
}

.lab-grid,
.education-grid,
.certification-grid,
.tasting-grid,
.store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.lab-grid article,
.education-grid article,
.certification-grid article,
.tasting-grid article,
.store-grid article {
  background: var(--neutral-100);
  border-radius: 16px;
  padding: 24px;
  border: 1px solid var(--neutral-200);
}

.contacts {
  background: var(--neutral-100);
}

.contacts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 36px;
  align-items: start;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 12px;
  color: var(--neutral-600);
}

.socials {
  display: flex;
  gap: 12px;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 0.85rem;
  transition: background 0.3s ease;
}

.social-btn:hover {
  background: var(--accent);
}

.contact-highlight {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 14px;
}

.contact-form-section {
  padding-top: 0;
}

.contact-form-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: start;
}

.contact-form {
  background: #fff;
  padding: 32px;
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 18px;
}

.form-row {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--neutral-600);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--neutral-200);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(238, 126, 45, 0.14);
}

.btn-primary {
  border: none;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(238, 126, 45, 0.2);
}

.site-footer {
  background: #0f1f35;
  color: #d9e2ec;
  padding: 48px 0 16px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
  align-items: start;
}

.footer-nav {
  display: grid;
  gap: 12px;
  color: #d9e2ec;
}

.footer-nav a {
  color: inherit;
  font-size: 0.95rem;
}

.footer-contacts a {
  display: block;
  color: inherit;
  margin-bottom: 8px;
}

.footer-contacts .socials {
  margin-top: 12px;
}

.footer-bottom {
  text-align: center;
  font-size: 0.8rem;
  margin-top: 32px;
  color: #94a3b8;
  display: grid;
  gap: 8px;
}

.footer-bottom p {
  margin: 0;
}

.footer-links {
  margin: 12px 0;
}

.footer-links a {
  color: #d9e2ec;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #fff;
}

.scroll-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(238, 126, 45, 0.3);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  background: var(--accent-dark);
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(238, 126, 45, 0.4);
}

.scroll-to-top:active {
  transform: translateY(-2px);
}

.scroll-to-top svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
  }

  .scroll-to-top svg {
    width: 18px;
    height: 18px;
  }
}

.mobile-nav {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
  z-index: 1200;
  display: none;
  flex-direction: column;
  transition: top 0.3s ease;
  visibility: hidden;
}

@media (max-width: 1024px) {
  .mobile-nav {
    display: flex;
  }
}

.mobile-nav.is-open {
  top: 0;
  visibility: visible;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.4);
  z-index: 1100;
  display: none;
}

.overlay:not([hidden]) {
  display: block;
}

.search-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1300;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.search-panel:not([hidden]) {
  opacity: 1;
  visibility: visible;
}

.search-panel-inner {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 0 20px;
}

.search-close {
  position: absolute;
  top: -60px;
  right: 20px;
  border: none;
  background: none;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}

.search-form {
  display: flex;
  gap: 16px;
  align-items: center;
}

.search-input {
  flex: 1;
  padding: 16px 20px;
  border: 2px solid var(--neutral-200);
  border-radius: 50px;
  font-size: 1.1rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.3s;
}

.search-input:focus {
  border-color: var(--accent);
}

.search-submit {
  padding: 16px 24px;
  border: none;
  background: var(--accent);
  color: #fff;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.search-submit:hover {
  background: var(--accent-dark);
}

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid var(--neutral-200);
  font-weight: 600;
  color: var(--primary);
}

.nav-close {
  border: none;
  background: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: var(--neutral-600);
}

.mobile-nav-content {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
  display: grid;
  gap: 18px;
}

.mobile-nav-section {
  display: grid;
  gap: 12px;
}

.mobile-nav-section > button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: none;
  font-size: 1rem;
  color: var(--primary);
  cursor: pointer;
}

.mobile-nav-section > ul {
  list-style: none;
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: var(--neutral-600);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.mobile-nav-section.is-open > ul {
  max-height: 400px;
  overflow: auto;
}

.mobile-nav-section svg {
  width: 16px;
  height: 16px;
  transform: rotate(0);
  transition: transform 0.3s ease;
}

.mobile-nav-section.is-open svg {
  transform: rotate(90deg);
}

@media (min-width: 1025px) {
  .mobile-nav {
    display: none !important;
    visibility: hidden !important;
  }

  .overlay {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (max-width: 1024px) {
  .nav-list {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .section-header {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .menu-block {
    margin: 20px 0;
  }

  .menu-block-inner {
    padding: 14px 16px;
  }

  .hero {
    padding: 100px 0 60px;
  }

  .slider {
    padding: 36px 24px;
  }

  .metrics {
    padding: 60px 0;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .carousel-controls {
    position: static;
    padding-top: 16px;
    justify-content: flex-end;
  }

  .carousel-track {
    gap: 16px;
  }

  .service-card,
  .news-card {
    flex: 0 0 calc(80% - 12px);
    min-width: 300px;
    min-height: 240px;
  }

  .service-submenu {
    max-height: calc(100% - 100px);
  }

  .team-grid,
  .gallery-grid,
  .partners-grid {
    gap: 18px;
  }

  .contact-form {
    padding: 24px;
  }
}

@media (max-width: 520px) {
  .brand-name {
    font-size: 0.9rem;
  }

  .gallery-item {
    min-height: 140px;
    padding: 18px;
  }

  .team-card {
    padding: 22px;
  }

  .metrics-grid {
    gap: 16px;
  }

  .slider {
    padding: 28px 18px;
  }

  .slide h1 {
    font-size: 1.8rem;
  }

  .service-submenu {
    position: static;
    transform: translateY(10px);
    opacity: 1;
    visibility: visible;
  }

  .carousel-btn {
    width: 34px;
    height: 34px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 0.95rem;
  }
}


/* Email Template Styles */
.email-container {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  font-family: var(--font-family);
  color: var(--neutral-900);
  line-height: 1.6;
}

.email-container .container {
  width: 100%;
  margin: 0;
}

.email-header {
  text-align: center;
  padding: 20px 0;
  background: #fff;
}

.email-header img {
  max-width: 100%;
  height: auto;
}

.orange-section {
  background: var(--accent);
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}

.orange-section h2 {
  margin: 0 0 16px;
  font-size: 1.8rem;
  color: #fff;
}

.orange-section p {
  margin: 0;
  font-size: 1rem;
}

.green-section {
  background: #3d9970;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}

.green-section h2 {
  margin: 0 0 16px;
  font-size: 1.8rem;
  color: #fff;
}

.green-section p {
  margin: 0;
  font-size: 1rem;
}

.email-main {
  padding: 40px 20px;
  background: #fff;
}

.email-main p {
  margin: 0 0 20px;
  font-size: 1rem;
  color: var(--neutral-900);
}

.email-quote {
  background: var(--neutral-100);
  border-left: 4px solid var(--accent);
  padding: 20px;
  margin: 20px 0;
  font-style: italic;
  color: var(--primary);
  font-size: 1.1rem;
}

.email-highlight {
  background: rgba(238, 126, 45, 0.1);
  border: 1px solid var(--accent);
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  font-weight: 600;
  color: var(--primary);
}

.email-footer {
  background: #0f1f35;
  color: #d9e2ec;
  padding: 40px 20px 20px;
}

.email-footer .footer-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  text-align: center;
}

.email-footer .footer-brand {
  color: #d9e2ec;
}

.email-footer .footer-brand .brand-name {
  font-size: 1.2rem;
  color: #fff;
}

.email-footer .footer-contacts a {
  color: #d9e2ec;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}

.email-footer .socials {
  justify-content: center;
  margin-top: 16px;
}

@media (max-width: 600px) {
  .email-container {
    width: 100%;
  }

  .orange-section,
  .green-section,
  .email-main,
  .email-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* Services Grid Section */
.services-grid {
  padding: 80px 0;
  background: var(--neutral-100);
}

.services-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-item {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  border: 1px solid var(--neutral-200);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  text-align: center;
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  align-items: center;
}

.service-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
}

.service-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(238, 126, 45, 0.16);
  color: var(--accent);
  display: grid;
  place-items: center;
  margin: 0 auto;
  font-size: 1.8rem;
  align-self: center;
}

.service-item h3 {
  margin: 0;
  color: var(--primary);
  font-size: 1.3rem;
  align-self: center;
}

.service-item p {
  margin: 0;
  color: var(--neutral-600);
  align-self: center;
}

/* Responsive styles for services grid */
@media (max-width: 1024px) {
  .services-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-item {
    height: auto;
    min-height: 240px;
  }
}

@media (max-width: 768px) {
  .services-cards {
    grid-template-columns: 1fr;
  }

  .service-item {
    padding: 24px;
    height: auto;
    min-height: 200px;
  }

  .service-icon {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }

  .service-item h3 {
    font-size: 1rem;
  }

  .service-item p {
    font-size: 0.9rem;
  }
}





/* -------------- îñíîâíîé áëîê -------------- */

.textvnu
{
	float:			left;
	width:			1200px;
	min-width:		1200px;
	min-height:		480px;
	background-color:	transparent;
	background-image:	url(/img/t.png);
}
.textvnu:hover
{
	background-color:	#ffffff;
	transition: 0.3s;
}
.textvnu:not(:hover)
{
	transition: 0.7s;	
}
.textblo
{
	float:			right;
	width:			900px;
	padding-right:		40px;
	padding-bottom:		50px;
}
.textblo3
{
	float:			right;
	width:			890px;
	padding-right:		50px;
	padding-bottom:		50px;
}

/* -------------- äîïîëíèòåëüíûé òåêñò-áëîê -------------- */

.textp13
{
	margin-top:		16px;
	padding-left:		16px;
	padding-right:		8px;
	background-color:	#ed8103;
	border-radius:		4px 4px 4px 4px;
	-moz-border-radius:	4px 4px 4px 4px;
	-khtml-border-radius:	4px 4px 4px 4px;
	-webkit-border-radius:	4px 4px 4px 4px;
}
.textp13 p
{
	color:			#ffffff;
	font-size:		18px;
	padding-bottom:		8px;
	padding-top:		8px;
	line-height:		20px;
}
.textp14
{
	float:			right;
	width:			740px;
	padding-left:		20px;
	padding-right:		20px;
}

/* -------------- íîâîñòè -------------- */

.newsblo
{
	float:			left;
	width:			400px;
	margin-top:		16px;
	padding-top:		10px;
	padding-bottom:		10px;
	background-image:	url(/img/tenssilk.gif);
	background-position:	bottom center;
	background-repeat:	repeat-x;
	background-color:	#ffffff;
	border-radius:		0px 4px 4px 0px;
	-moz-border-radius:	0px 4px 4px 0px;
	-khtml-border-radius:	0px 4px 4px 0px;
	-webkit-border-radius:	0px 4px 4px 0px;
}
.timeing
{
	font-family:		Georgia;
	font-style:		italic;
	font-size:		14px;
	color:			#2294e0;
	text-align:		center;
	padding-top:		10px;
	padding-bottom:		10px;
}
.newstem
{
	float:			left;
	width:			390px;
	padding-left:		10px;
	padding-bottom:		10px;
	text-align:		left;
	border-radius:		0px 4px 4px 0px;
	-moz-border-radius:	0px 4px 4px 0px;
	-khtml-border-radius:	0px 4px 4px 0px;
	-webkit-border-radius:	0px 4px 4px 0px;	
}
.newstem:hover
{
	background-color:	#ed8103;
	color:			#ffffff;
}
.newsimg
{
	float:			left;
	width:			50px;
	height:			50px;
	padding-left:		0px;
	padding-right:		0px;
	margin-top:		10px;
	margin-right:		0px;
	padding-bottom:		0px;
	border-width:		2px;
	border-style:		solid;
	border-color:		#ed8103;
	border-radius:		2px 2px 2px 2px;
	-moz-border-radius:	2px 2px 2px 2px;
	-khtml-border-radius:	2px 2px 2px 2px;
	-webkit-border-radius:	2px 2px 2px 2px;
	opacity:		0.8;
}
.newsimg:hover
{
	border-color:		#ffffff;
	opacity:		1;
}
.newstri
{
	float:			left;
	width:			320px;
	padding-left:		10px;
}
.newsdat
{
	color:			#ed8103;
	font-family:		Courier;
        font-size:		10px;
	font-weight:		bold;
	padding-top:		0px;
	padding-left:		0px;	
}
.newszag
{
	font-family:		Arial;
        font-size:		13px;
	font-weight:		bold;
	text-decoration:	none;
	padding-bottom:		0px;
	padding-top:		0px;	
}
.newszag a
{
	color:			#000000;
	text-decoration:	underline;
	background-color:	#ffffff;
	padding-top:		1px;
	padding-bottom:		1px;
	padding-left:		0px;
	padding-right:		1px;
}
.newszag a:hover
{
	color:			#ed8103;
	text-decoration:	none;
	background-color:	#ffffff;
}
.newstxt p 
{

	font-family:		Arial;
        font-size:		12px;
	font-weight:		normal;
	line-height:		14px;
	padding-left:		0px;
	padding-right:		0px;
	padding-bottom:		0px;
	padding-top:		2px;
	margin-left:		0px;
	margin-right:		0px;
	margin-bottom:		0px;
	margin-top:		0px;
}
.allnews a
{
	font-family:		Georgia;
	font-style:		italic;
	font-size:		14px;
	color:			#ed8103;
	text-decoration:	underline;
	padding-left:		0px;
}
.allnews a:hover
{
	color:			#ed8103;
	text-decoration:	none;
}

/* -------------- âñå íîâîñòè -------------- */

.newsdat1
{
	color:			#ed8103;
	font-family:		Courier;
        font-size:		12px;
	font-weight:		bold;
	padding-top:		0px;
	padding-left:		0px;
	text-align:		left;	
}
.newszag1
{
	font-family:		Arial;
        font-size:		14px;
	font-weight:		bold;
	text-decoration:	none;
	padding-bottom:		0px;
	padding-top:		0px;
	text-align:		left;	
}
.newszag1 a
{
	color:			#000000;
	text-decoration:	underline;
	padding-left:		0px;
	padding-top:		1px;
	padding-bottom:		1px;
}
.newszag1 a:hover
{
	color:			#ed8103;
	text-decoration:	none;
}
.newsdat2 
{

	font-family:		Arial;
        font-size:		13px;
	font-weight:		normal;
	line-height:		16px;
	padding-left:		0px;
	padding-right:		0px;
	padding-bottom:		10px;
	padding-top:		2px;
	margin-left:		0px;
	margin-right:		0px;
	margin-bottom:		0px;
	margin-top:		0px;
	text-align:		left;
}



/* -------------- services-carousel-hero -------------- */
    .services-carousel-hero {
      position: relative;
      border-radius: 20px;
      padding: 40px;
      margin: 20px 0;
    }

    .services-carousel-track {
      display: flex;
      gap: 20px;
      overflow-x: hidden;
      scroll-snap-type: x mandatory;
      padding: 20px 0;
      scroll-behavior: smooth;
    }

    .services-slide {
      flex: 0 0 100%;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      scroll-snap-align: start;
    }

    .service-card-hero {
      background: #fff;
      border-radius: 18px;
      padding: 24px;
      box-shadow: var(--shadow-soft);
      position: relative;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: start;
      min-height: 200px;
      border: 1px solid var(--neutral-200);
      cursor: pointer;
    }

    .service-card-hero:hover {
      transform: translateY(-6px);
      box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
    }

    .service-card-hero h3 {
      margin: 0 0 12px 0;
      color: var(--primary);
      font-size: 1.1rem;
      text-align: center;
    }

    .service-card-hero p {
      margin: 0;
      color: var(--neutral-600);
      font-size: 0.95rem;
      text-align: center;
      line-height: 1.4;
    }

    .service-icon-hero {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: rgba(238, 126, 45, 0.16);
      color: var(--accent);
      display: grid;
      place-items: center;
      margin-bottom: 16px;
      font-size: 1.5rem;
    }

    .carousel-controls-hero {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      display: flex;
      justify-content: space-between;
      padding: 0 20px;
      pointer-events: none;
      z-index: 10;
    }

    .carousel-btn-hero {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: none;
      background: rgba(238, 126, 45, 0.12);
      cursor: pointer;
      pointer-events: auto;
      position: relative;
      transition: all 0.3s ease;
    }

    .carousel-btn-hero:hover:not(:disabled) {
      background: var(--accent);
      transform: scale(1.1);
    }

    .carousel-btn-hero:disabled {
      opacity: 0.5;
      cursor: not-allowed;
      background: var(--neutral-200);
    }

    .carousel-btn-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      margin: auto;
      width: 10px;
      height: 10px;
      border-top: 2px solid var(--primary);
      border-right: 2px solid var(--primary);
    }

    .carousel-btn-hero--prev::before {
      transform: rotate(-135deg);
      left: 15px;
    }

    .carousel-btn-hero--next::before {
      transform: rotate(45deg);
      right: 15px;
    }

    /* Responsive styles */
    @media (max-width: 1024px) {
      .services-slide {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      .services-carousel-hero {
        padding: 24px;
      }
      
      .services-slide {
        grid-template-columns: 1fr;
      }
      
      .service-card-hero {
        min-height: 180px;
        padding: 20px;
      }
      
      .service-icon-hero {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
        margin-bottom: 12px;
      }
      
      .service-card-hero h3 {
        font-size: 1rem;
      }
      
      .service-card-hero p {
        font-size: 0.9rem;
      }
      
      .carousel-controls-hero {
        padding: 0 15px;
      }
      
      .carousel-btn-hero {
        width: 36px;
        height: 36px;
      }
    }

    @media (max-width: 520px) {
      .service-card-hero {
        min-height: 160px;
        padding: 18px;
      }
      
      .service-icon-hero {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        margin-bottom: 10px;
      }
      
      .service-card-hero h3 {
        font-size: 0.95rem;
      }
      
      .service-card-hero p {
        font-size: 0.85rem;
      }
      
      .carousel-btn-hero {
        width: 32px;
        height: 32px;
      }
    }
.carousel-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  padding: 0 20px;
}

.pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pagination-bullet.is-active {
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(238, 126, 45, 0.2);
}

/* -- ABOUT SLIDER -- */
/* -- ABOUT SLIDER -- */
.about-us-carousel {
  position: relative;
}

.about-us-carousel-track {
  display: flex;
  gap: 20px;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
  padding-top: 12px;
  scroll-behavior: smooth;
}

.about-us-slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  scroll-snap-align: start;
}

.about-us-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  min-height: 180px;
  border: 1px solid var(--neutral-200);
  text-align: center;
}

.about-us-card:hover {
  transform: translateY(-6px);
}

.about-us-card h3 {
  margin: 0 0 8px 0;
  color: var(--primary);
  font-size: 1.1rem;
  line-height: 1.3;
}

.about-us-card p {
  margin: 0;
  color: var(--neutral-600);
  font-size: 0.9rem;
  line-height: 1.4;
}

.about-us-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(238, 126, 45, 0.16);
  color: var(--accent);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  font-size: 1.5rem;
}

.carousel-controls-about {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
  z-index: 10;
}

.carousel-btn-about {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(238, 126, 45, 0.12);
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  transition: all 0.3s ease;
}

.carousel-btn-about:hover:not(:disabled) {
  background: var(--accent);
  transform: scale(1.1);
}

.carousel-btn-about:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: var(--neutral-200);
}

.carousel-btn-about::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
}

.carousel-btn-about--prev::before {
  transform: rotate(-135deg);
  left: 15px;
}

.carousel-btn-about--next::before {
  transform: rotate(45deg);
  right: 15px;
}

.carousel-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  padding: 0 20px;
}

.pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.pagination-bullet:hover {
  background: var(--accent);
  transform: scale(1.1);
}

.pagination-bullet.is-active {
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(238, 126, 45, 0.2);
}

/* Responsive styles */
@media (max-width: 1024px) {
  .about-us-slide {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .about-us-carousel {
    padding: 24px;
  }

  .about-us-slide {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-us-card {
    min-height: 160px;
    padding: 20px;
  }

  .about-us-icon {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
    margin-bottom: 12px;
  }

  .about-us-card h3 {
    font-size: 1rem;
  }

  .about-us-card p {
    font-size: 0.85rem;
  }

  .carousel-controls-about {
    padding: 0 15px;
  }

  .carousel-btn-about {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 520px) {
  .about-us-slide {
    grid-template-columns: 1fr;
  }

  .about-us-card {
    min-height: 140px;
    padding: 18px;
  }

  .about-us-icon {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .about-us-card h3 {
    font-size: 0.95rem;
  }

  .about-us-card p {
    font-size: 0.8rem;
  }

  .carousel-btn-about {
    width: 32px;
    height: 32px;
  }
}
/* -- ABOUT SLIDER -- */
/* -- ABOUT SLIDER -- */




#sppb-addon-RqdxH5Is7UHrUeDVft7HS .sp-slider,
#sppb-addon-RqdxH5Is7UHrUeDVft7HS .sp-item {
  height: 600px;
}
@media (max-width: 1199.98px) {
  #sppb-addon-RqdxH5Is7UHrUeDVft7HS .sp-slider,
  #sppb-addon-RqdxH5Is7UHrUeDVft7HS .sp-item {
    height: 500px;
  }
}
@media (max-width: 991.98px) {
  #sppb-addon-RqdxH5Is7UHrUeDVft7HS .sp-slider,
  #sppb-addon-RqdxH5Is7UHrUeDVft7HS .sp-item {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .sp-slider,
  .sp-item {
    height: 600px;
  }
}
@media (max-width: 575.98px) {
  #sppb-addon-RqdxH5Is7UHrUeDVft7HS .sp-slider,
  #sppb-addon-RqdxH5Is7UHrUeDVft7HS .sp-item {
    height: 350px;
  }
}

.sp-background {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}