/*!
Theme Name: lep
Version: 1.0.0
*/


@font-face {
  font-family: 'Inter';
  src: url('/wp-content/themes/lep/assets/fonts/inter-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/wp-content/themes/lep/assets/fonts/inter-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('/wp-content/themes/lep/assets/fonts/unbounded-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('/wp-content/themes/lep/assets/fonts/unbounded-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*
  Нормализация блочной модели
 */

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

:where(ul, ol):where([class]) {
  padding-left: 0;
}

body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

:where(
  h1, h2, h3, h4, h5, h6,
  p, ul, ol, dl
):where([class]) {
  margin-block: 0;
}

:where(dd[class]) { margin-left: 0; }
:where(fieldset[class]) { margin-left: 0; padding: 0; border: none; }
:where(ul[class]) { list-style: none; }
:where(address[class]) { font-style: normal; }

p {
  margin-block: 0;
}

p:where(:not([class]):not(:last-child)) {
  margin-bottom: 25px; /* Значение переменной по умолчанию */
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

input, textarea, select, button {
  font: inherit;
}

button {
  margin: 0; padding: 0;
  border: none; outline: none;
  background: none; color: inherit;
  font: inherit; text-align: inherit;
  text-decoration: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

html { height: 100%; }
html, :has(:target) { scroll-behavior: smooth; }
body { min-height: 100%; }

a:where([class]) { display: inline-flex; }
label { cursor: pointer; }




:where(table) { border-collapse: collapse; border-color: currentColor; }

@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.entry-content p:not([class]) {
    margin-bottom: 1.5em;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
.entry-content ul:not([class]),
.entry-content ol:not([class]) {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
    list-style: disc;
}

.entry-content a:not([class]) {
    display: inline;
}

.screen-reader-text {
    border: 0; clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%); height: 1px; margin: -1px;
    overflow: hidden; padding: 0; position: absolute !important;
    width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1; border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important; clip-path: none;
    color: #21759b; display: block; font-size: 0.875rem;
    font-weight: 700; height: auto; left: 5px;
    line-height: normal; padding: 15px 23px 14px;
    text-decoration: none; top: 5px; width: auto;
    z-index: 100000;
}

:root {
  --shrift:  #313131;
  --akcent: #2a82f4;
  --font-family: "Inter", sans-serif;
  --second-family: "Unbounded", sans-serif;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: #f6f6f6;
	font-family: var(--font-family);
  color: var(--shrift);
  font-size: 16px;
  line-height: 160%;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

a{
	text-decoration: none;
}
img{
	width: 100%;
	height: auto;
}
.container{
	max-width: 1760px;
	margin: 0 auto;
	padding: clamp(3.125rem, -3.533rem + 21.74vw, 6.25rem) clamp(1rem, -1rem + 6.67vw, 5rem);
  position: relative;
}
.container-nm{
  max-width: 1760px;
	margin: 0 auto;
	padding: 50px clamp(1rem, -1rem + 6.67vw, 5rem) 100px;
  position: relative;
}
.title{
	font-family: var(--second-family);
	font-weight: 700;
	line-height: 120%;
	max-width: 952px;
}

.v1{
  font-size: clamp(1.5rem, 1.088rem + 1.69vw, 2.25rem);
	/* font-size: 36px; */
}
.v2{
	/* font-size: 26px; */
  font-size: clamp(1.375rem, 0.92rem + 1.82vw, 1.625rem);
}
.v3{
  font-size: 18px;
}
.white{
  color: #fff;
}
.m-button{
	border-radius: 100px;
	padding: 28px 50px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	color: #fff;
	width: fit-content;
	background: var(--akcent);
	border: 1px solid var(--akcent);
	transition: 0.5s ease;
	align-items: center;
  cursor: pointer;
	text-transform: uppercase;
  justify-content: center;
}
.m-button:hover{
	background: #1869d2;
	border: 1px solid #1869d2;
  color: #fff;
}
.b-light{
	border: 1px solid #fff;
	background: transparent;
}
.mtop5{
  margin-top: clamp(1.875rem, -0.493rem + 5.26vw, 3.125rem);
	/* margin-top: 50px; */
}



/* =========== Хедер =========== */
.site-header {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: transform 0.3s ease;
	background: var(--shrift);
  padding: 12px 0;

	font-family: var(--font-family);
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	color: #fff;
}
.site-header.header-hidden {
	transform: translateY(-100%);
}
.site-header.header-visible {
	transform: translateY(0);
}
.header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1640px;
	margin: 0 auto;
	padding: 0px 20px;
	gap: 30px;
  height: 100%;
}

#primary-menu {
	display: flex;
	gap: 5px;
  text-transform: uppercase;
  align-items: center;
}
#primary-menu li:nth-child(1) a{
border-radius: 100px;
padding: 16px 20px;
background: #e6e3d6;
color: var(--shrift);
margin-right: 10px;
}
#primary-menu li a {
  border-radius: 100px;
  padding: 16px 20px;
}
#primary-menu li a:hover{
	background: #1869d2;
  color: #fff;
}
.header-container a{
  color: #fff;
}
.header-container a:hover, .h-call:hover {
  color: #1869D2;
  transition: all 0.2s;
}
.header-container .logo-footer{
  margin: 0;
}
.custom-logo {
  height: 85px;
  width: 85px;
}

.contact-phone {
  display: grid;
  text-align: end;
  gap: 8px;
}
.contact-phone svg {
  margin-right: 8px;
  display: block;
}
.contact-phone a.title.v3 {
  white-space: nowrap;
}
.h-call {
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-subtitle {
  font-weight: 400;
}


/* Бургер-кнопка */
.burger-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1000;
  position: relative;
}

.burger-menu-toggle:focus {
  outline: none;
}

.burger-icon {
  display: block;
  width: 28px;
  height: 4px;
  background-color: #ffffff;
  position: relative;
  transition: all 0.3s ease;
}

.burger-icon::before,
.burger-icon::after {
  content: '';
  position: absolute;
  width: 28px;
  height: 4px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.burger-icon::before {
    transform: translateY(-8px);
}

.burger-icon::after {
    transform: translateY(8px);
}

.menu-open .burger-icon {
    background-color: transparent;
}

.menu-open .burger-icon::before {
    transform: rotate(45deg) translate(7px, 5px);
}

.menu-open .burger-icon::after {
    transform: rotate(-45deg) translate(7px, -5px);
}

/* Мобильное меню */
@media (max-width: 980px) {
  .burger-menu-toggle {
      display: block;
  order: -1;
  }

  .main-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #0e4c9be6;;
    transition: right 0.3s ease;
    z-index: 999;
    padding: 90px 20px 20px;
    overflow-y: auto;
  }

  .menu-open .main-navigation {
    right: 0;
  }

  .main-navigation #primary-menu {
    display: block;
    width: auto;
  }

  .main-navigation .menu-item {
    padding: 20px 0;
    text-align: center;
  }

  .main-navigation .menu-item a {
      display: block;
      font-size: 25px;
      transition: color 0.2s;
  }

  .main-navigation .menu-item a:hover {
      color: #0073aa;
  }

  .main-navigation .menu-item-has-children > a::after {
      content: '▼';
      float: right;
      font-size: 12px;
      color: #666;
  }

  .main-navigation .sub-menu {
      display: none;
      list-style: none;
      padding-left: 20px;
      margin-top: 10px;
  }

  .main-navigation .menu-item-has-children.active > .sub-menu {
      display: block;
  }

  .site-branding {
      margin-left: auto;
  }
}

.site-header.transparent {
    background-color: transparent;
    box-shadow: none;               /* убираем тень, если есть */
}


/* =========== Главная =========== */

.sect-one {
 background: url(assets/img/background.webp) no-repeat center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  color: #fff;
  /* height: 800px; */
  height: clamp(37.5rem, -37.5rem + 166.67vw, 50rem);
}
.overlay {
  background: linear-gradient(to right, 
    rgba(0, 0, 0, 0.5) 0%, 
    rgba(0, 0, 0, 0.1) 62%, 
    rgba(0, 0, 0, 0.2) 100%
  );
  height: 100%;
}
.sect-one .container {
  height: 100%;
  align-content: center;
}
.sect-one .title{
  /* font-size: 45px; */
  font-size: clamp(1.563rem, 0.876rem + 2.82vw, 2.813rem);
}
.fstxt{
  font-size: 24px;
  line-height: 100%;
  margin-top: 30px;
  display: block;
}
.fs-buttons {
  gap: 12px;
  display: flex;
  text-transform: uppercase;
}
.my-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 20px;
}
.category-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.category-item .title{
  font-size: 22px;
  color: var(--shrift);
}
.cat-it-img {
  max-height: 300px;
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
}
.cat-it-img img{
  object-fit: fill;
}
.cat-it-inf {
  display: grid;
  padding: 30px;
  gap: 30px;
  min-height: 190px;
}
.my-categories-grid .m-button {
  padding: 17px 24px;
  height: fit-content;
}
.sect-three{
	background: var(--shrift);
}
.sth-cont{
	display: flex;
	gap: 50px;
}
.sth-cont img{
  max-width: 598px;
  width: 40%;
  object-fit: cover;
  border-radius: 20px;
}











.ab-certificates.mtop5 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.seo-text{
  margin-top: 120px;
}

.read-more-content {
  overflow: hidden;
  line-height: 160%;
  transition: max-height 0.35s ease-out;
}

.read-more-btn {
  color: var(--akcent);
  border: 1px solid var(--akcent);
  font-size: 12px;
  padding: 22px 32px;
  margin-top: 20px;
}
/* =========== contacts =========== */
.sect-one-nm{
  background: url(assets/img/background2.webp) no-repeat center;
  background-size: cover;
  background-position: center 80%;
  background-repeat: no-repeat;
  width: 100%;
  color: #fff;
  height: auto;
}
.sect-one-nm .container{
  padding-top: 147px;
  padding-bottom: 50px;
  display: grid;
  gap: 20px;
}
.overlay-nm{
  background: rgba(0, 38, 88, 0.5);
}
.sect-pg iframe {
  width: 100%;
  height: 736px;
  border-radius: 40px;
}
.sect-pg{
  background: #fff;
}
.pg-cont{
  position: relative;
}
.pg-cont .con-inf {
  position: absolute;
  top: 50px;
  left: 50px;
  background: #fff;
  max-width: 475px;
  padding: 40px;
  border-radius: 20px;
  font-size: 18px;
  line-height: 120%;
}
.pg-cont .con-inf .ci-in{
  gap: 16px;
}
.pg-cont .con-inf .ci-in:nth-child(1){
  margin-bottom: 20px;
}
.pg-cont .m-button{
  margin-top: 20px;
  padding: 32px 54px;
  width: 100%;
}
.pg-cont a{
  color: var(--shrift);
}
.pg-cont .title{
  font-size: 24px;
  line-height: 100%;
}
.pg-cont .con-inf .ci-in span{
  line-height: 120%;
  color: #a0a0a0;
}



/* =========== about us =========== */
.pg-about {
  display: flex;
  gap: 50px;
}
.pg-a-l {
  line-height: 150%;
}
.cont-form {
  position: sticky;
  top: 22%;
  max-width: 520px;
  z-index: 0;
  border-radius: 20px;
  padding: 48px;
  background: url(assets/img/bg-form.webp) no-repeat center;
  background-size: cover;
  overflow: hidden;
  color: #fff;
}
.cont-form p{
  margin: 0;
}
.cont-form::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); 
  z-index: 1;
  pointer-events: none;
}
.cont-form > * {
  position: relative;
  z-index: 2;
}
.cf-mt{
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-top: 12px;
  margin-bottom: 30px;
}
input.wpcf7-form-control {
  padding: 32px;
  width: 100%;
  border-radius: 100px;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #9f9f9f;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.m-button {
  margin-bottom: 20px;
  width: 100%;
  color: #fff;
}
span.wpcf7-spinner {
  display: none;
}
.wpcf7-acceptance label {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  display: flex;
  gap: 12px;
}
.wpcf7-acceptance label a{
  color: var(--akcent);
}
.my-checkbox-class {
 display: none;
}
.wpcf7-list-item {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  margin: 0;
}
.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 15%;
  width: 20px;
  height: 20px;
  border: 1px solid var(--akcent);
  border-radius: 4px;
  background-color: #fff; 
  transition: all 0.2s ease;
}
.my-checkbox-class:checked + .wpcf7-list-item-label::before {
  background-color: var(--akcent);
}
.my-checkbox-class:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 25%;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-tel:focus {
  border: 2px solid var(--akcent) !important;
  outline: none !important;
  background-color: #dfedff;
}
.pg-about-cont-img{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:20px;
  margin-bottom: 25px;
}
.pg-about-cont-img img{
  max-width: 330px;
  aspect-ratio: 1;
  border-radius: 12px;
  object-fit: cover;
}






/* =========== woocommerce =========== */
.custom-s-p {
  display: flex;
  gap: 50px;
}
.product-gallery-col {
  width: 40%;
  max-width: 628px;
  position: relative;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 100%;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: sticky;
  top: 10%;
}
img.wp-post-image {
  max-height: 487px;
  object-fit: contain;
}
.woocommerce-product-gallery__wrapper {
  border-radius: 20px;
  overflow: hidden;
}
.product-info-col {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 58%;
  max-width: 922px;
}
.container-nm .product-info-col .seo-text {
  margin-top: 0;
}
.product-description {
  display: grid;
  gap: 20px;
  line-height: 150%;
}
.variation-buttons-group {
  display: flex;
  gap: 11px;
}
button.variation-btn {
  border: 2px solid #e0e6ef;
  border-radius: 100px;
  padding: 16px 20px;
  cursor: pointer;
  transition: 0.5s ease;
}
button.variation-btn:hover{
  border: 2px solid var(--akcent);
}
button.variation-btn.active {
  animation: slowPulse 1.5s ease-in-out;
}
/* Медленная пульсация для кнопки */
@keyframes slowPulse {
    0% {
        background-color: var(--akcent);
        box-shadow: 0 0 0 0 rgba(34,102,90,0.4);
    }
    50% {
        background-color: #60a5ff;
        box-shadow: 0 0 0 8px rgba(34,102,90,0);
    }
    100% {
        background-color: #f6f6f6;
        box-shadow: 0 0 0 0 rgba(34,102,90,0);
    }
}
.variations-wrapper {
  display: grid;
  gap: 30px;
}
.woocommerce-variation.single_variation {
  display: none !important;
}
.action-buttons {
  display: flex;
  gap: 12px;
}
.action-buttons .b-light{
  color: var(--shrift);
  border: 2px solid var(--shrift);
}
.woocommerce div.product form.cart .variations, .woocommerce div.product form.cart{
  margin-bottom: 0;
}
.specs-wrapper {
  display: grid;
  gap: 30px;
  margin: 30px 0;
}
.variation-specs-container{
  overflow-x: auto;
}
.variation-specs-container table{
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  text-align: left;
  width: 100%;
}
.variation-specs-container table th {
  background: #e5e5ed;
  font-weight: 600;
  line-height: 100%;
}
.variation-specs-container table th{
  padding: 16px 16px;
  width: 50%;
}
.variation-specs-container table th:nth-child(1){
  border-right: 1px solid #f5f5f5;
}
.variation-specs-container table tbody td{
  font-weight: 400;
  line-height: 120%;
  padding: 16px 16px;
}
.variation-specs-container table td{
  border: 1px solid #d6d6d6;
}
.variation-specs-container table tr {
  border-top: 1px solid #dbdbdb;
}





ul.product-categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.product-category-item a {
  border-radius: 100px;
  padding: 16px;
  background: #e6e3d6;
  color: var(--shrift);
  display: block;
  transition: 0.3s ease;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
}
.product-category-item:nth-child(1) a{
  background: var(--akcent);
  color: #fff;
}
.product-category-item a:hover{
  background: #1869d2;
  color: #fff;
}





.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.woocommerce nav.woocommerce-pagination {
  text-align: left;
  margin-top: 50px;
}
.container-nm .seo-text{
  margin-top: 100px;
}
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  gap: 12px;
  border: none;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: none
  }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
  margin: 0;
  border-radius: 12px;
  padding: 14px 20px;
  background: #fff;
  color: var(--shrift);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  display: block;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--akcent);
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers {
  border-radius: 100px;
  padding: 14px 24px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: var(--akcent);
}
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:hover{
  background: #1869d2;
}
.woocommerce ul.products::before {
  content: unset;
}
.woocommerce-page .woocommerce-pagination ul.page-numbers::before {
 content: unset;
}



.product-card__content {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.p-c-cont {
  padding: 20px;
  display: flex;
  gap: 12px;
  flex-direction: column;
  flex: 1;
}
.product-card__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--shrift);
  margin-bottom: 8px;
}
a.product-card__link{
  height: 100%;
}
.product-card__category {
  margin-top: auto;
  display: flex;
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--shrift);
  border-radius: 8px;
  padding: 8px 12px;
  background: #e6e3d6;
  width: fit-content;
}
.product-card__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #131e4f;
}
.product-card__image {
  display: flex;
  height: 100%;
  max-height: 220px;
  justify-content: center;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}














/* =========== footer =========== */
footer{
  background: var(--shrift);
}
.footer{
  max-width: 1640px;
  padding: 80px 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 20px;
  color: #fff;
}
.footer .title.v2.white {
  line-height: 100%;
  margin-top: 26px;
}
.footer-in{
  gap: 30px;
  display: flex;
  flex-direction: column;
}
.footer-in-i {
  display: grid;
  align-content: space-between;
  height: 100%;
  gap: 30px;
}
.footer-in-i p{
line-height: 160%;
}
.footer-in a {
  color: #fff;
}
.footer-in a:hover {
  color: #1869D2;
  transition: all 0.2s ;
}
.con-inf {
  gap: 20px;
  display: grid;
}
.ci-in {
  display: grid;
  gap: 8px;
}
.ci-in span{
  font-size: 14px;
  line-height: 160%;
  opacity: 0.6;
}
.footlinks {
  gap: 20px;
  display: grid;
  text-decoration: underline;
  line-height: 160%;
  color: #fff;
}
.logo-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: -4px;
}
.logo-text{
  font-size: 20px;
}


/* Хлебные крошки */
.yoast-breadcrumbs {
  font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
}
.yoast-breadcrumbs a {
  color: #fff;
}
.yoast-breadcrumbs a:hover {
  
  text-decoration: underline;
}
.yoast-breadcrumbs .breadcrumb_last {
  color: #c8c8c8!important;
}

.gslide-media{
  background: #fff;
}

/*-----------Модальное окно-----------*/
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
}

/* Белый контейнер */
.cont-form.modal-content {
  position: relative;
  top: 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease;
}

/* Кнопка закрытия */
.close-btn {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
  cursor: pointer;
  transition: color 0.2s;
  line-height: 1;
}
.close-btn:hover {
  color: #000;
}

/* Анимация появления */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to   { opacity: 1; transform: scale(1); }
}

















@media screen and (max-width: 1400px){
  .woocommerce ul.products {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }
  
}
@media screen and (max-width: 1100px) { 
  .logo-text {
    font-size: clamp(0.875rem, 0.401rem + 1.05vw, 1.125rem);
  }
}
@media screen and (max-width: 920px) {
  .sth-cont {
    flex-direction: column;
    gap: 30px;
  }
  .sth-cont img {
    width: 100%;
    max-width: 100%;
    max-height: 400px;
  }
  .custom-s-p {
    flex-direction: column;
  }
  .product-info-col{
    width: 100%;
  }
  .product-gallery-col {
    width: 100%;
    margin: 0 auto;
  }
  .variation-buttons-group {
    flex-wrap: wrap;
  }

}
@media screen and (max-width: 720px) { 
  .logo-text {
    font-size: 18px;
  }
  .seo-text, .container-nm .seo-text {
    margin-top: 80px;
  }
}
@media screen and (max-width: 640px) {
  .logo-text {
    display: none;
  }
  .header-container{
    gap: 10px;
  }
  .product-info-col {
    gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  .fs-buttons, .action-buttons {
    gap: 20px;
    flex-direction: column;
  }
  .fs-buttons .m-button, .action-buttons .m-button{
    width: 100%;
  }

  .header-container .custom-logo{
    height: 45px;
    width: 45px;
  }
  .sect-one-nm .container {
    padding-top: 100px;
  }
  .variation-specs-table th, .variation-specs-table td {
    padding: 16px 16px;
  }
	.contact-phone a.title.v3 {
    font-size: 15px;
	}
	.footer {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	}

}

@media screen and (max-width: 400px) {
  .header-container .custom-logo{
   display: none;
  }
}