@charset "UTF-8";
:root {
  --firmennyy: #d12b1e;
  --firmennyy-2: #1db441;
  --firmennyy-svetlyy: #28dd53;
  --font-family: "Onest", sans-serif;
}

html,
body {
  height: 100%;
}

body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #000;
}

.wrap {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

main {
  flex-grow: 1;
}

.container-header {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-main {
  max-width: 1696px;
  padding: 0 20px;
  margin: 0 auto;
}

.title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
}

.btn-acc {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 4px 0 rgba(24, 150, 54, 0.25);
  background: linear-gradient(180deg, #1db441 0%, #189636 100%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 14px 10px;
  max-width: 275px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.header-wrap {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 25px;
  margin-bottom: 22px;
}

.header-blocks {
  display: flex;
  gap: 25px;
}

.header-logo {
  max-width: 106px;
}

.header-logo {
  max-width: 106px;
}

.header-block li a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  margin-bottom: 18px;
  display: block;
  transition: all 0.5s;
}

a {
  transition: all 0.5s;
  cursor: pointer;
}

.header-block li a:hover {
  color: var(--firmennyy-2);
}

.header-block li:last-child a {
  margin-bottom: 0;
}

.header-block {
  padding-right: 26px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.header-logo-zdorov {
  max-width: 90px;
  height: 30px;
}

.header-block.header-block-small a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #505050;
  margin-bottom: 12px;
  text-decoration: none;
  display: block;
  line-height: 1;
}

.header-block.header-block-small li:last-child a {
  margin-bottom: 0;
}

.header-phone {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 28px;
  text-align: left;
  color: #000;
  text-decoration: none;
  margin-bottom: 13px;
  display: block;
  line-height: 1;
}

.header-btn-phone {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 8px 16px;
  display: block;
  width: 100%;
  border-radius: 7px;
  background: #1db441;
  margin-bottom: 10px;
  text-decoration: none;
}

.header-week-time {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #505050;
  line-height: 1;
  gap: 5px;
  align-items: center;
}

.header-week-time span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  color: #505050;
}

.banner-main {
  border-radius: 24px;

  position: relative;
  overflow: hidden;
}

.bg-banner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 1000px;
}

.banner-star {
  position: absolute;
  top: 15px;
  right: 15px;
}

.banner-star-text {
  max-width: 140px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
}

.banner-star-text span {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 63px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1;
}

.banner-star-text p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 21px;
  line-height: 80%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
}

.banner-block {
  z-index: 3;
  position: relative;
}

.banner-text-1 {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 900;
  font-size: 88px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
}

.banner-block p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 900;
  font-size: 56px;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1;
}

.banner-block-2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 44px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 60px;
  padding: 20px 28px;
  background: #cfc005;
  max-width: -moz-max-content;
  max-width: max-content;
  line-height: 1;
}

.banners-main-block {
  margin-bottom: 24px;
}

.izdelia {
  background: #f2f9f3;
  border-radius: 24px;
  padding-top: 40px;
}

.izd-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}

.izdelia-wrap {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.izdelia-block-wrap {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 10px;
  border-bottom: 1px solid rgba(182, 182, 182, 0.2);
}

.izdelia-block-wrap:last-child {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: none;
}

.izdelia-row {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(182, 182, 182, 0.2);
  justify-content: space-between;
}

.izdelia-block {
  display: flex;
  gap: 32px;
  align-items: center;
  max-width: 600px;
}

.izdelia-block-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 8px;
}

.izdelia-block-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #585858;
  margin-bottom: 12px;
}

.izdelia-block-row {
  display: flex;
  gap: 15px;
  align-items: center;
}

.izdelia-block-row a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  padding: 4px 20px;
  background: #1db441;
  border-radius: 7px;
  text-decoration: none;
}

.izdelia-row {
  padding-top: 24px;
}

.izdelia-img {
  width: 100%;
  max-width: 212px;
  max-height: 212px;
}

.hit-main {
  margin-top: 100px;
}

.hit-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .acc-head {
    font-size: 2rem;
  }
}

.acc-head {
  font-size: calc(1.325rem + 0.9vw);
}

.hit-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}

.hit-block {
  padding: 16px 18px 18px 20px;
  border: 1px solid #e7eef3;
  border-radius: 24px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  /* overflow: hidden; */
}

.hit-block-img {
  max-width: 112px;
  width: 100%;
  height: auto;
  margin: 0 auto 16px;
}

.hit-block-img img {
  height: auto;
}

#searchwp-form-1 .swp-input {
  background: transparent;
  padding-left: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgb(80, 80, 80, 0.5);
  padding-bottom: 15px;
}

.hit-block-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 8px;
}

.hit-block-price {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 10px;
  display: flex;
  gap: 5px;
  align-items: end;
}

.hit-block-link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #21bc4f;
  border-radius: 7px;
  padding: 2px 16px;
  background: rgba(33, 188, 79, 0.2);
  text-decoration: none;
  display: block;
  max-width: 129px;
  max-height: 30px;
  text-wrap-mode: nowrap;
}

.hit-block-text {
  height: 100%;
}

.hit-btn {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 4px 0 rgba(24, 150, 54, 0.25);
  background: linear-gradient(180deg, #1db441 0%, #189636 100%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 14px 10px;
  max-width: 275px;
  margin: 0 auto;
}

.galosh-banner {
  margin-top: 100px;
}

.galosh-banner-wrap {
  border-radius: 48px;
  background: #f2f6f9;
  display: flex;
  gap: 60px;
  padding-top: 30px;
  padding-bottom: 60px;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: rgb(236, 212, 41);
  background: linear-gradient(
    90deg,
    rgb(236, 212, 41) 2%,
    rgb(242, 246, 249) 47%,
    rgb(39, 164, 169) 95%
  );
}

.galosh-banner-wrap-text {
  margin-top: 23px;
  max-width: 626px;
  padding-left: 10px;
}

.galosh-banner-wrap-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 56px;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 15px;
}

.galosh-banner-wrap-desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #585858;
  margin-top: 0;
  margin-bottom: 0;
}

.why {
  margin-top: 100px;
}

.why-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin-bottom: 22px;
}

.why-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin: 0 auto 70px;
  max-width: 992px;
}

.why-wrap {
  display: flex;
  justify-content: space-between;
}

.why-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-img {
  max-width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

.why-desc {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  max-width: 300px;
}

.news-main {
  margin-top: 100px;
}

.news-main-wrap {
  border-radius: 24px;
  background: #f2f9f3;
  padding-top: 45px;
  padding-bottom: 45px;
}

.news-main-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}

.news-main-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 1320px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.news-main-block {
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  border: 1px solid #e7eef3;
  border-radius: 24px;
  padding: 16px 24px 16px 16px;
  display: flex;
  gap: 32px;
  align-items: center;
  position: relative;
}

.news-main-block-img {
  max-width: 212px;
  border-radius: 10px;
  overflow: hidden;
}

.news-main-block-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 8px;
  margin-top: 0;
}

.news-main-block p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #585858;
  margin-bottom: 12px;
  margin-top: 0;
  -webkit-line-clamp: 5; /* Число отображаемых строк */
  display: -webkit-box; /* Включаем флексбоксы */
  -webkit-box-orient: vertical; /* Вертикальная ориентация */
  overflow: hidden; /* Обрезаем всё за пределами блока */
}

.news-block-btn {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #1db441;
  border-radius: 7px;
  padding: 5px 20px;
  text-decoration: none;
  max-width: 130px;
}

.news-main-block-info {
  max-width: 370px;
}

.reviews-main {
  margin-top: 100px;
}

.reviews-title {
  margin-bottom: 30px;
}

.reviews-main .reviews-wrap {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}

.reviews-block {
  padding: 20px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  border: 1px solid #e7eef3;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  max-width: 251px;
  width: 100%;
}

.reviews-img {
  border-radius: 50%;
  overflow: hidden;
  max-width: 80px;
  max-height: 80px;
  height: 100%;
  margin: 0 auto 16px;
}

.reviews-name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin-bottom: 12px;
}

.reviews-desc {
  height: 100%;
  margin-bottom: 10px;
}

.reviews-desc p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #585858;
  margin: 0; /* Убираем внешний отступ */
  -webkit-line-clamp: 7; /* Число отображаемых строк */
  display: -webkit-box; /* Включаем флексбоксы */
  -webkit-box-orient: vertical; /* Вертикальная ориентация */
  overflow: hidden; /* Обрезаем всё за пределами блока */
}

.reviews-block-btn {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #21bc4f;
  border-radius: 7px;
  padding: 5px 24px 4px;
  background: rgba(33, 188, 79, 0.2);
  display: block;
  max-width: 120px;
  text-decoration: none;
  cursor: pointer;
}

.state-main {
  margin-top: 60px;
  margin-bottom: 40px;
  overflow-x: hidden;
}

.state-main-wrap {
  background: #f2f9f3;
  border-radius: 24px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.state-main-title {
  margin-bottom: 30px;
}

.state-main-blocks {
  max-width: 1320px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.state-main-block {
  max-width: 318px;
  border: 1px solid #e7eef3;
  border-radius: 24px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.5s;
}

.state-main-block-img {
  margin: 0 auto 20px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}

.state-main-block-img img {
  max-height: 260px;
  height: 100%;
  object-fit: cover;
}

.state-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.state-main-block-info {
  height: 100%;
}

.state-main-block-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 8px;
}

.state-main-block-info p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #585858;
  margin: 0; /* Убираем внешний отступ */
  -webkit-line-clamp: 7; /* Число отображаемых строк */
  display: -webkit-box; /* Включаем флексбоксы */
  -webkit-box-orient: vertical; /* Вертикальная ориентация */
  overflow: hidden; /* Обрезаем всё за пределами блока */
}

.state-main-block-row {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
}

.state-main-block-btn {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #21bc4f;
  border-radius: 7px;
  padding: 5px 24px 4px;
  background: rgba(33, 188, 79, 0.2);
  display: block;
  max-width: 120px;
  width: 100%;
  text-decoration: none;
}

.state-main-block-date {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #949494;
}

.footer {
  background: #101b22;
  padding-top: 23px;
  padding-bottom: 10px;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
  align-items: center;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 16px;
}

.footer-logo img {
  width: 100%;
}

.footer-block-1-adress {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.5;
}

.footer-blocks-1 {
  max-width: 330px;
}

.footer-blocks-2 {
  display: flex;
  gap: 80px;
}

.footer-block {
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-block ul li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 190%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 4px;
  display: block;
  text-decoration: none;
}

.footer-row {
  margin-bottom: 22px;
}

.footer-row:last-child {
  margin-bottom: 0;
}

.footer-row-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 80%;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.6;
  margin-bottom: 12px;
}

.footer-row-link {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 22px;
  line-height: 80%;
  letter-spacing: -0.02em;
  color: #1db441;
  text-decoration: none;
  display: block;
}

.footer-bottom {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}

.footer-bottom-conf {
  display: flex;
  gap: 40px;
}

.footer-bottom-conf-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.5;
}

.footer-bottom-conf-link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  display: block;
  text-decoration: none;
  opacity: 0.5;
}

.footer-bottom-work {
  display: flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
}

.footer-bottom-work span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.5;
}

.catalog-wrap {
  border-radius: 24px;
  background: #f2f9f3;
  padding-top: 24px;
  padding-bottom: 56px;
  padding-left: 10px;
  padding-right: 10px;
}

.catalog-wrapper {
  display: flex;
  gap: 32px;
  max-width: 1280px;
  margin: 40px auto 0;
}

.catalog-navigation {
  max-width: 348px;
  width: 100%;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body ul {
  list-style: none;
  padding: 0;
}

.accordion-body ul li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0.8;
  text-decoration: none;
}

.accordion-body ul li {
  margin-bottom: 10px;
}

.accordion-button {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #000;
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url("http://mir-galosh.na4u.ru/wp-content/uploads/2025/01/red-arrow.png");
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  transform: rotate(180deg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("http://mir-galosh.na4u.ru/wp-content/uploads/2025/01/red-arrow.png");
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.catalog-main-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 10px;
}

.catalog-main-row h1.catalog-main-title.h3 {
  text-align: left;
}

.catalog-main-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 0;
  max-width: 715px;
}

.catalog-main {
  width: 100%;
}

.woocommerce-pagination {
  margin-top: 32px;
}

.catalog-main .term-description p {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #585858;
}

.catalog-podcat-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 24px;
}

.catalog-podcat-wrap {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.podcat-item-link {
  display: block;
  padding: 8px 12px 10px 12px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  max-width: 130px;
  text-decoration: none;
}

.podcat-item-link.active {
  border: 2.5px solid var(--firmennyy);
}

.podcat-img {
  max-width: 90px;
  margin: 0 auto 7px;
}

.podcat-img img {
  height: auto;
}

.woocommerce-loop-category__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 0;
  text-decoration: none;
}

.woocommerce-loop-category__title .count {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 0;
  text-decoration: none;
  background-color: transparent;
}

.podcat-item-link a {
  text-decoration: none;
}

.catalog-filtr {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  margin-left: 16px;
}

.orderby {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.7);
  max-width: 333px;
  width: 100%;
  border: 1px solid #e7eef3;
  border-radius: 12px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  padding-left: 8px;
  padding-top: 14px;
  padding-bottom: 13px;
}

.filtr-2 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.7);
  max-width: 274px;
  width: 100%;
  border: 1px solid #e7eef3;
  border-radius: 12px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  padding-left: 18px;
  padding-top: 14px;
  padding-bottom: 13px;
}

.filtr-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  border: 1px solid #e7eef3;
  border-radius: 12px;
  width: 47px;
  height: 47px;
  cursor: pointer;
}

.catalog-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

.catalog-items.catalog-1 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.catalog-items.catalog-2 {
  grid-template-columns: 1fr;
}

.catalog-item {
  border: 1px solid #e7eef3;
  border-radius: 24px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.catalog-item-img {
  max-width: 112px;
  margin: 0 auto 18px;
}

.catalog-item-info {
  height: 100%;
  margin-bottom: 10px;
}

.catalog-item-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 8px;
}

.catalog-item-price {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #000;
}

.catalog-item-btn {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #21bc4f;
  text-decoration: none;
  border-radius: 7px;
  padding: 2px 16px;
  background: rgba(33, 188, 79, 0.2);
  display: block;
  max-width: 132px;
}

.catalog-paggination {
  display: flex;
  gap: 24px;
  margin-top: 32px;
}

.prev-paggination {
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
}

.next-paggination {
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
}

.paggination-num {
  display: flex;
  gap: 8px;
}

.paggination-num a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #090630;
  text-decoration: none;
  width: 50px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  border-radius: 100px;
  padding: 15px 20px;
}

.paggination-num a.active {
  background: #21bc4f;
  color: #fff;
}

.catalog-description {
  margin-top: 60px;
}

.catalog-description-wrap {
  max-width: 860px;
  margin-left: auto;
}

.video-img {
  border-radius: 24px;
  width: 100%;
}

.catalog-description-video {
  position: relative;
  margin-bottom: 40px;
  display: block;
}

.catalog-description-video-row {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.catalog-description-video-row span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #fff;
}

.catalog-description-text p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #585858;
  padding-bottom: 15px;
}

.catalog-description-text p:last-child {
  padding-bottom: 0;
}

.catalog-description-text ul li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #585858;
}

.catalog-description-text ul {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #585858;
}

.catalog-description-block {
  margin-top: 70px;
}

.catalog-description-block-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 32px;
}

.catalog-description-block-row {
  display: flex;
  gap: 5px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 16px;
}

.catalog-description-block-row:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 40px;
}

.catalog-description-block-row-text {
  display: flex;
  gap: 5px;
  align-items: center;
}

.catalog-description-block-row-text p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.catalog-description-block-row-text span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #585858;
  display: block;
}

.catalog-description-block-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #585858;
}

.accordion-body {
  padding-top: 0;
}

.mySwiper2 {
  margin-bottom: 12px;
}

.mySwiper {
  margin-bottom: 60px;
}

.tovar-wrapper {
  display: flex;
  gap: 16px;
}

.mySwiper2-next,
.mySwiper2-prev {
  opacity: 0;
  visibility: hidden;
}

.mySwiper-item {
  max-width: 105px;
  height: 105px;
  cursor: pointer;
}

.mySwiper-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 12px;
}

.tovar-prices-info {
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #d2e7d5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  max-width: 346px;
  padding: 24px;
  margin-bottom: 16px;
}

.tovar-prices-info-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  color: #505050;
  margin-bottom: 10px;
}

.tovar-prices-info .price {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  margin-bottom: 0;
}

.tovar-prices-info-articul {
  padding-top: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #505050;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tovar-prices-info-razmer {
  display: flex;
  gap: 40px;
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tovar-prices-info-razmer-block-1 {
  max-width: 102px;
}

.tovar-prices-info-razmer-block-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  color: #505050;
}

.tovar-right .price del {
  order: 1;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-decoration: line-through;
  color: #8c4343;
  line-height: 1.2;
}

.tovar-right .onsale {
  color: #8c4343;
  font-weight: 600;
}

.tovar-right .price {
  display: flex;
  gap: 5px;
  align-items: center;
}

.tovar-right .price ins {
  text-decoration: none;
}

.tovar-prices-info-razmer-block-text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.tovar-prices-btn-fast {
  margin-top: 20px;
  display: flex;
  text-decoration: none;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 4px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  box-shadow: 0 4px 4px 0 rgba(24, 150, 54, 0.25);
  background: linear-gradient(180deg, #1db441 0%, #189636 100%);
  margin-bottom: 12px;
  max-width: 180px;
}

.tovar-prices-btn-fast p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.tovar-prices-banner {
  display: flex;
  justify-content: space-between;
  padding: 8px 24px 8px 14px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  border: 1px solid #bdd0c0;
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
}

.tovar-prices-banner-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  max-width: 140px;
}

.tovar-prices-banner-star {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 30px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #fff;
  position: relative;
  z-index: 3;
}

.tovar-prices-banner-star:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  background: url("http://mir-galosh.na4u.ru/wp-content/uploads/2025/01/star.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 167px;
  height: 64px;
  z-index: -1;
}

.tovar-prices-form-block {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #d2e7d5;
  padding: 24px;
  max-width: 346px;
  margin-bottom: 16px;
}

.tovar-prices-form-block-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.tovar-prices-form-block-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  color: #505050;
  margin-bottom: 16px;
}

.tovar-prices-form-block-text a {
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #1aa63c;
  margin: 0;
}

.tovar-prices-form-row {
  display: flex;
  border: 1px solid #bccfbf;
  border-radius: 10px;
  padding: 5px 14px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.tovar-prices-form-row input:not([type="submit"]) {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
  border: none;
  outline: none;
  box-shadow: none;
  max-width: 145px;
}

.tovar-prices-form-row input::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.1;
}

.tovar-prices-form-row input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
}

.tovar-prices-form-btn {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 0px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  box-shadow: 0 4px 4px 0 rgba(24, 150, 54, 0.25);
  background: linear-gradient(180deg, #1db441 0%, #189636 100%);
  max-width: 110px;
  display: block;
  width: 100%;
  text-align: center;
}

.tovar-prices-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.tovar-prices-tags a {
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #1aa53b;
  padding: 0px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.25);
  background: #dcebe0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  border-bottom: 3px solid #1db441;
  background-color: transparent;
  color: #000;
}

.nav-link-btn {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #585858;
}

.tab-content-item {
  margin-top: 24px;
}

.tab-pane-text p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #585858;
  margin-bottom: 12px;
}

.tab-pane-text li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #585858;
}

.tab-pane-text p:last-child {
  margin-bottom: 0;
}

.tabs-tovar {
  max-width: 713px;
}

.nav-link-btn.nav-link:focus-visible {
  outline: 0;
  box-shadow: none;
  border: none;
  outline: none;
}

.nav-item.nav-item-tovar:active {
  outline: 0;
  box-shadow: none;
  border: none;
  outline: none;
}

.catalog-wrapper-tovar {
  display: block;
}

.tovar-left {
  max-width: 713px;
  overflow: hidden;
  width: 100%;
}

.mySwiper2-item img {
  width: 100%;
  max-height: 510px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  background: #fff;
  object-fit: contain;
}

.tovar-links {
  margin-bottom: 100px;
}

.catalog-main-search {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(182, 182, 182, 0.2);
}

.states-blocks .state-main-block:nth-child(10n) {
  grid-column: 4 span;
  flex-direction: row;
  max-width: none;
  padding: 0;
  gap: 32px;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
}

.states-blocks .state-main-block:nth-child(10n) .state-main-block-img {
  order: 1;
  margin: 0;
  max-width: 734px;
  width: 100%;
  align-items: normal;
}

.states-blocks .state-main-block:first-child {
  grid-column: 4 span;
  flex-direction: row;
  max-width: none;
  padding: 0;
  gap: 32px;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
}

.states-blocks .state-main-block:first-child .state-main-block-img {
  order: 1;
  margin: 0;
  max-width: 734px;
  width: 100%;
  align-items: normal;
}

.states-blocks .state-main-block-info {
  height: auto;
}

.states-blocks .state-main-block:nth-child(10n) .state-info {
  max-width: 490px;
  padding: 20px;
}

.states-blocks .state-main-block:first-child .state-info {
  max-width: 490px;
  padding: 48px 0px 40px 48px;
}

.states-blocks
  .state-main-block:nth-child(10n)
  .state-info
  .state-main-block-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
}

.states-blocks
  .state-main-block:first-child
  .state-info
  .state-main-block-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 22px;
}

.states-blocks
  .state-main-block:first-child
  .state-info
  .state-main-block-info
  p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #424242;
  margin-bottom: 16px;
}

.states-blocks
  .state-main-block:nth-child(10n)
  .state-info
  .state-main-block-info
  p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #424242;
  margin-bottom: 16px;
}

.states-blocks
  .state-main-block:first-child
  .state-info
  .state-main-block-date {
  display: none;
}

.states-blocks
  .state-main-block:nth-child(10n)
  .state-info
  .state-main-block-date {
  display: none;
}

.section-states {
  margin-bottom: 100px;
}

.open-state-wrap {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}

/* .open-state-info {
  max-width: 412px;
} */

.open-state-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 350px;
  flex-shrink: 0;
}

.open-state-img img {
  width: 100%;
  border-radius: 24px;
  max-height: 350px;
  object-fit: cover;
  border-radius: 24px;
}

.open-state-info-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-top: 0;
  margin-bottom: 28px;
}

.open-state-info-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #333;
  margin-top: 0;
  margin-bottom: 8px;
}

.open-state-info-date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #949494;
  display: block;
  margin: 0;
}

.open-state-desc h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-top: 40px;
  margin-bottom: 24px;
}

.open-state-desc p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #585858;
  margin-bottom: 12px;
}

.open-state-desc ul li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #585858;
  margin-bottom: 12px;
}

.open-state-desc {
  margin-bottom: 80px;
  margin-top: 40px;
}

.open-state-states .state-main-title {
  text-align: left;
}

.open-state-states .state-main-blocks {
  grid-template-columns: 1fr 1fr 1fr;
}

.catalog-section {
  margin-bottom: 100px;
}

.news-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.news-item {
  display: flex;
  gap: 36px;
  padding: 24px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  border: 1px solid #e7eef3;
  border-radius: 24px;
  grid-column: 2 span;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

/* .news-item-info {
  max-width: 460px;
} */

.news-item-info-title {
  margin-top: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 20px;
}

.news-item-info p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #424242;
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-line-clamp: 5; /* Число отображаемых строк */
  display: -webkit-box; /* Включаем флексбоксы */
  -webkit-box-orient: vertical; /* Вертикальная ориентация */
  overflow: hidden; /* Обрезаем всё за пределами блока */
}

.news-item-info-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
}

.news-item-info-row a {
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #21bc4f;
  border-radius: 7px;
  padding: 5px 24px;
  width: 129px;
  height: 35px;
  background: rgba(33, 188, 79, 0.2);
  display: block;
}

.news-item-info-row span {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #949494;
}

.news-item-img {
  width: 100%;
  max-width: 750px;
}

.news-item-img img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-height: 350px;
  object-fit: cover;
}

.news-item.news-item:nth-child(3) .news-item-img,
.news-item.news-item:nth-child(4) .news-item-img,
.news-item.news-item:nth-child(6) .news-item-img,
.news-item.news-item:nth-child(7) .news-item-img,
.news-item.news-item:nth-child(9) .news-item-img,
.news-item.news-item:nth-child(10) .news-item-img,
.news-item.news-item:nth-child(13) .news-item-img,
.news-item.news-item:nth-child(14) .news-item-img {
  display: none;
}

.news-item.news-item:nth-child(3),
.news-item.news-item:nth-child(4),
.news-item.news-item:nth-child(6),
.news-item.news-item:nth-child(7),
.news-item.news-item:nth-child(9),
.news-item.news-item:nth-child(10),
.news-item.news-item:nth-child(13),
.news-item.news-item:nth-child(14) {
  grid-column: 1;
  grid-area: span 2;
  padding: 22px 28px;
}

.news-item.news-item:nth-child(3) .news-item-info-title,
.news-item.news-item:nth-child(4) .news-item-info-title,
.news-item.news-item:nth-child(6) .news-item-info-title,
.news-item.news-item:nth-child(7) .news-item-info-title,
.news-item.news-item:nth-child(9) .news-item-info-title,
.news-item.news-item:nth-child(10) .news-item-info-title,
.news-item.news-item:nth-child(13) .news-item-info-title,
.news-item.news-item:nth-child(14) .news-item-info-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 8px;
  margin-top: 0;
}

.news-item.news-item:nth-child(3) .news-item-info p,
.news-item.news-item:nth-child(4) .news-item-info p,
.news-item.news-item:nth-child(6) .news-item-info p,
.news-item.news-item:nth-child(7) .news-item-info p,
.news-item.news-item:nth-child(9) .news-item-info p,
.news-item.news-item:nth-child(10) .news-item-info p,
.news-item.news-item:nth-child(13) .news-item-info p,
.news-item.news-item:nth-child(14) .news-item-info p {
  font-size: 15px;
  margin-bottom: 12px;
}

.news-item.news-item:nth-child(3) .news-item-info,
.news-item.news-item:nth-child(4) .news-item-info,
.news-item.news-item:nth-child(6) .news-item-info,
.news-item.news-item:nth-child(7) .news-item-info,
.news-item.news-item:nth-child(9) .news-item-info,
.news-item.news-item:nth-child(10) .news-item-info,
.news-item.news-item:nth-child(13) .news-item-info,
.news-item.news-item:nth-child(14) .news-item-info {
  max-width: none;
  width: 100%;
}

.news-row {
  margin-top: 50px;
}

.open-news {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 80px;
  align-items: center;
}

.open-news-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 28px;
}

.open-news-info p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
}

.open-news-img {
  width: 100%;
  max-width: 600px;
  flex-shrink: 0;
}

.open-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 350px;
  border-radius: 24px;
}

.news-wrapper-2-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 30px;
}

.news-wrapper-2 .news-item-wrapper-2:nth-child(2) .news-item-img {
  display: none;
}

.news-wrapper-2 .news-item-wrapper-2:nth-child(3) .news-item-img {
  display: none;
}

.news-wrapper-2 .news-item-wrapper-2:nth-child(2) {
  grid-column: 1;
  grid-area: span 2;
  padding: 22px 28px;
}

.news-wrapper-2 .news-item-wrapper-2:nth-child(3) {
  grid-column: 1;
  grid-area: span 2;
  padding: 22px 28px;
}

.news-wrapper-2 .news-item-wrapper-2:nth-child(2) .news-item-info-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 8px;
  margin-top: 0;
}

.news-wrapper-2 .news-item-wrapper-2:nth-child(3) .news-item-info-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 8px;
  margin-top: 0;
}

.news-wrapper-2 .news-item-wrapper-2:nth-child(3) .news-item-info p {
  font-size: 15px;
  margin-bottom: 12px;
}

.news-wrapper-2 .news-item-wrapper-2:nth-child(2) .news-item-info p {
  font-size: 15px;
  margin-bottom: 12px;
}

.news-wrapper-2 .news-item-wrapper-2:nth-child(2) .news-item-info-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 8px;
  margin-top: 0;
}

.news-wrapper-2 .news-item-wrapper-2:nth-child(3) .news-item-info-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 8px;
  margin-top: 0;
}

.news-wrapper-2 .news-item-wrapper-2:nth-child(3) .news-item-info p {
  font-size: 15px;
  margin-bottom: 12px;
}

.news-wrapper-2 .news-item-wrapper-2:nth-child(2) .news-item-info p {
  font-size: 15px;
  margin-bottom: 12px;
}

.news-item-wrapper-2 {
  grid-column: 2 span;
  display: flex;
  padding: 24px;
  border: 1px solid #e7eef3;
  border-radius: 24px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  gap: 36px;
  align-items: center;
  position: relative;
}

.news-item-wrapper-2:nth-child(2) {
  padding: 24px;
  border: 1px solid #e7eef3;
  border-radius: 24px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
}

.news-item-wrapper-2:nth-child(3) {
  padding: 24px;
  border: 1px solid #e7eef3;
  border-radius: 24px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
}

.opt-left-text p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #333;
  margin-top: 0;
  margin-bottom: 20px;
}

.opt-left-text li {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #333;
  margin-top: 0;
  margin-bottom: 12px;
}

.opt-left-text {
  margin-bottom: 50px;
  max-width: 540px;
}

.opt-left-production-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}

.opt-left-accodion .accordion-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-right: 24px;
}

.accordion-row-left {
  display: flex;
  gap: 18px;
  align-items: center;
}

.accordion-row-left img {
  max-width: 83px;
}

.accordion-row-left span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  display: block;
}

.accordion-row-right {
  display: flex;
  gap: 24px;
  align-items: center;
}

.accordion-row-right a {
  display: flex;
  gap: 4px;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  box-shadow: 0 4px 4px 0 rgba(24, 150, 54, 0.25);
  background: linear-gradient(180deg, #1db441 0%, #189636 100%);
  padding: 12px 20px;
  text-decoration: none;
}

.accordion-row-right p {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.opt-left-accodion .accordion-button:not(.collapsed)::after {
  background-image: url("http://mir-galosh.na4u.ru/wp-content/uploads/2025/01/arrow-down.png");
  transform: rotate(0deg);
  width: 28px;
  height: 28px;
  background-size: cover;
}

.opt-left-accodion .accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  transition: var(--bs-accordion-btn-icon-transition);
  background-image: url("http://mir-galosh.na4u.ru/wp-content/uploads/2025/01/arrow-down.png");
  transform: rotate(180deg);
  width: 28px;
  height: 28px;
  background-size: cover;
}

.catalog-wrapper-opt {
  justify-content: space-between;
  gap: 24px;
}

.opt-left {
  max-width: 715px;
  width: 100%;
}

.opt-left-accodion .accordion-button {
  border-radius: 18px;
  box-shadow: none;
}

.alm-btn-wrap .alm-load-more-btn.done,
.alm-btn-wrap .alm-load-more-btn:disabled {
  display: none;
}

.opt-left-accodion .accordion-body p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #585858;
  margin-bottom: 20px;
}

.opt-left-accodion .accordion-body h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 20px;
  margin-top: 28px;
}

.opt-left-accodion .accordion-body li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #585858;
  margin-bottom: 12px;
}

.opt-left-accodion .accordion-body ul {
  list-style: disc;
  padding: 20px;
}

.opt-left-accodion .accordion-body {
  margin-top: 20px;
}

.opt-right {
  max-width: 578px;
  border: 1px solid #e7eef3;
  border-radius: 24px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  padding: 24px 36px;
  height: -moz-max-content;
  height: max-content;
}

.opt-right-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 12px;
}

.wpcf7-form-control-wrap:has(.tr-input) {
  height: 0;
  display: block;
}

.tr-input {
  border: none;
  background: transparent;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.form-wrap {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.form-left input {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
  padding: 13px 16px;
  border: 1px solid #bccfbf;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

.form-left textarea {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
  padding: 13px 16px;
  border: 1px solid #bccfbf;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  display: block;
  width: 100%;
  margin-bottom: 12px;
  max-height: 91px;
  transition: all 0.5s;
}

.form-left textarea:hover {
  border: 1.5px solid rgba(29, 180, 65, 0.7);
}

.form-left textarea:hover::placeholder {
  color: rgb(29, 180, 65, 0.7);
}

.form-left textarea:focus {
  border: 1.5px solid rgba(29, 180, 65, 0.7);
  outline: none;
}

.form-left textarea:focus::placeholder {
  color: var(--firmennyy-2);
}

.form-left textarea:focus-visible {
  border: 1.5px solid rgba(29, 180, 65, 0.7);
  outline: none;
}

.form-left textarea:focus-visible::placeholder {
  color: var(--firmennyy-2);
}

.form-left textarea::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
}

.form-left textarea::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
}

.form-left input::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
}

.form-left input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
}

.form-right-img {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.form-right-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #333;
  max-width: 200px;
}

.form-right-row {
  display: flex;
  gap: 20px;
  align-items: center;
}

.form-right-btn {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 5px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  box-shadow: 0 4px 4px 0 rgba(24, 150, 54, 0.25);
  background: linear-gradient(180deg, #1db441 0%, #189636 100%);
  display: block;
  width: 100%;
  max-width: 223px;
}

.form-right-row-check .wpcf7-list-item {
  margin: 0;
}

.form-right-row-check {
  display: flex;
  gap: 8px;
  align-items: center;
}

.form-right-row-check label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: rgba(34, 37, 45, 0.5);
  max-width: 210px;
}

.form-right-row-check input {
  background: #fff;
  border: 1px solid #e7e7eb;
  border-radius: 35px;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.form-right-row-check input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("http://mir-galosh.na4u.ru/wp-content/uploads/2025/01/check.png");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.led-span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #1db441;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #e7eef3;
  border-bottom: 1px solid #e7eef3;
}

.led-item {
  padding: 15px;
  border-bottom: 1px solid #e7eef3;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  transition: all 0.5s;
  border: 2px solid transparent;
  border-radius: 14px;
}

.led-item:hover {
  border: 2px solid #1bac3e;
  border-radius: 14px;
}

.led-item-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.led-item-left-img {
  max-width: 83px;
}

.led-item-left-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #3f3f3f;
  max-width: 240px;
}

.led-item-right {
  display: flex;
  gap: 12px;
  align-items: center;
}

.led-item-right-succes {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 11px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  color: transparent;
  border-radius: 8px;
  background: transparent;
  height: 40px;
  max-width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}

.catalog-navigation .accordion-item {
  padding: 15px 25px;
  border-bottom: 1px solid rgb(182, 182, 182, 0.2);
  border-radius: 24px;
  border: 1px solid #e7eef3;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
}

.catalog-navigation .accordion-item .accordion-item {
  padding: 10px 0px;
  border: none;
}

.catalog-navigation .accordion-item .accordion-item .accordion-header {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: rgb(0, 0, 0, 0.8);
}

.catalog-navigation .accordion-item .accordion-item .accordion-header a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: rgb(0, 0, 0, 0.8);
}

.catalog-navigation .accordion-item .accordion-header {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #000;
  text-decoration: none;
}

.catalog-navigation .accordion-item .accordion-header a {
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #000;
}

.led-item-right-succes.open {
  opacity: 1;
  color: transparent;
  color: #fff;
  background: #1db441;
  visibility: visible;
  height: auto;
  width: auto;
  padding: 5px 0;
}

.opt-left-accodion .accordion-body .led-item-right-succes p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 11px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  margin: 0;
}

.led-item-right-col {
  display: flex;
  gap: 8px;
  align-items: center;
}

.led-item-right-minus {
  border: 2px solid #deede0;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.led-item-right-minus:hover {
  background: #cffad5;
}

.led-item-right-plus {
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #deede0;
  border: none;
  transition: all 0.5s;
}

.led-item-right-plus:hover {
  background: #cffad5;
}

.led-item-right-col-num {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #3f3f3f;
  text-wrap-mode: nowrap;
}

.led-prices {
  margin-bottom: 16px;
  max-height: 820px;
  overflow: hidden;
}

.led-show {
  text-decoration: none;
  display: block;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #21bc4f;
  border-radius: 7px;
  padding: 4px 16px;
  background: rgba(33, 188, 79, 0.2);
  border: none;
  padding: 5px 0;
}

.opt-left-accodion .accordion-body span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #585858;
  margin-bottom: 20px;
  display: block;
}

.opt-left-accodion .accordion-item {
  margin-bottom: 14px;
  border-radius: 18px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
}

.opt-left-accodion
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.opt-left-accodion
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

.opt-slider {
  overflow-x: hidden;
  margin-top: 50px;
  margin-right: -150px;
}

.container-slide {
  overflow: hidden;
}

.opt-slider-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.opt-swiper-btn-prev,
.opt-swiper-btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  width: 76px;
  height: 46px;
}

.slide-opt .swiper-slide-img {
  margin-bottom: 14px;
  overflow: hidden;
  display: block;
}

.swiper-slide.slide-opt {
  max-width: 430px;
}

.slide-opt .swiper-slide-img img {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-height: 250px;
  width: 100%;
  object-fit: cover;
}

.slide-opt span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #585858;
  display: block;
}

.izdelia-section-2 .container-main {
  padding: 0;
}

.izdelia-section-2 .container-header {
  padding: 0;
}

.opt-desc {
  max-width: 680px;
}

.opt-desc h4 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 20px;
  margin-top: 60px;
}

.opt-desc ul {
  padding-left: 1rem;
  list-style: decimal;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #585858;
}

.opt-desc ul li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #585858;
  margin-bottom: 8px;
}

.opt-desc ul li ul {
  list-style: disc;
  margin-left: 20px;
}

.opt-def {
  margin-top: 60px;
}

.opt-def-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 20px;
}

.opt-def-wrap {
  display: flex;
  gap: 45px;
}

.opt-def-info {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #585858;
  max-width: 430px;
}

.opt-def-img {
  text-decoration: none;
}

.opt-def-img img {
  max-width: 78px;
}

.wpcf7-spinner {
  display: none;
}

.opt-def-img span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #ad1406;
  max-width: 60px;
  display: block;
  margin-top: 10px;
}

.opt-slider-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 16px;
}

.contact-wrapper {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.contact-adress-link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #585858;
  margin-bottom: 24px;
  max-width: 318px;
}

.contact-adress {
  max-width: 435px;
}

.contact-adress .accordion-button::after {
  transform: rotate(180deg);
}

.contact-adress-accordeon {
  margin-bottom: 40px;
}

.contact-row {
  margin-bottom: 32px;
}

.contact-row-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 16px;
}

.contact-row-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #585858;
}

.contact-tabs .nav-link.active {
  border-bottom: 3px solid var(--firmennyy);
}

.contact-tabs .nav-tabs {
  max-width: -moz-max-content;
  max-width: max-content;
}

.video-blog-wrap {
  border: 1px solid #e7eef3;
  border-radius: 20px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #101a22;
  padding: 24px 75px 64px 75px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.video-blog-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.video-blog-block {
  border-bottom: 1px solid rgba(182, 182, 182, 0.2);
  padding-right: 40px;
  padding-top: 40px;
}

.video-blog-block:nth-child(2n) {
  padding-right: 0px;
}

.video-blog-block-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(182, 182, 182, 0.2);
  padding-right: 10px;
}

.video-blog-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 16px;
}

.video-blog-text {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
}

.video-blog-text p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
}

.video-blog-block video {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
}

.video-blog-btn {
  display: block;
  width: 100%;
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  border-radius: 7px;
  padding: 12px 16px;
  height: 58px;
  background: #21bc4f;
  width: 100%;
  margin-top: 40px;
  grid-column: 2 span;
  border: none;
}

.catalog-wrap.wrap-video {
  background: transparent;
}

.video-blog {
  margin-bottom: 100px;
}

.company-wrap {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.company-info {
  max-width: 670px;
}

.company-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #333;
  margin-bottom: 32px;
}

.company-text span {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #333;
}

.company-desc p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #585858;
  margin-bottom: 12px;
}

.company-desc li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #585858;
  margin-bottom: 12px;
}

.company-desc p:last-child {
  margin-bottom: 0;
}

.team {
  margin-top: 80px;
}

.team-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 40px;
}

.team-wrap {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.team-block {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.sale-row {
  display: flex;
  gap: 5px;
  align-items: end;
}

.sale-row del span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-decoration: line-through;
  color: #8c4343;
  line-height: 1;
}

.sale-row del {
  text-decoration: none;
  order: 1;
}

.sale-row ins {
  text-decoration: none;
}

.sales .catalog-item {
  position: relative;
  overflow: hidden;
}

.sales-bg {
  position: absolute;
  top: -13px;
  left: -3px;
  width: 86px;
  height: 86px;
}

.sales-span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  transform: rotate(-45deg);
  margin-left: -25px;
  margin-bottom: 5px;
}

.sales-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  transform: rotate(-45deg);
  margin-top: -10px;
}

.sales-bg img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sales-block {
  position: absolute;
  top: 15px;
  left: 5px;
}

.reviews-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 50px;
}

.review-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
}

.review-btn {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-radius: 7px;
  padding: 6px 20px;
  box-shadow: 0 4px 4px 0 rgba(24, 150, 54, 0.25);
  background: linear-gradient(180deg, #1db441 0%, #189636 100%);
  display: block;
  height: 36px;
}

.reviews-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.author-block {
  padding: 24px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  border: 1px solid #e7eef3;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  width: 100%;
}

.author {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 25px;
}

.author-img {
  width: 80px;
  height: 80px;
  border-radius: 1000px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 5px;
}

.author-date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #585858;
}

.author-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #585858;
}

.author-btn-mobile {
  display: none;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  color: #21bc4f;
  border-radius: 7px;
  padding: 2px 24px;
  background: #d3f2dc;
  height: 29px;
  text-decoration: none;
}

.modal-reviews .author-text {
  overflow: visible;
  display: block;
}

.modal-reviews .modal-body {
  padding: 0;
}

.modal-reviews .modal-header {
  border: none;
  padding: 10px 10px 0px 0px;
}

.modal-reviews .author-block {
  border-radius: 0;
  border: none;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.modal-reviews .modal-content {
  border: 1px solid #e7eef3;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
}

.header .navbar-toggler {
  background: #f2f9f3;
  border: none;
  width: 56px;
  height: 56px;
}

.navbar-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 7px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 0;
}

.header .navbar-toggler-icon {
  background: url("http://mir-galosh.na4u.ru/wp-content/uploads/2025/01/toggler.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 20px;
}

.header-mobile-info {
  display: none;
}

.header-mobile-wrap {
  display: flex;
  gap: 36px;
}

.header-mobile-block {
  max-width: 160px;
}

.header-mobile-text-top {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  color: #505050;
  margin-bottom: 5px;
  line-height: 1;
}

.header-mobile-text-bottom {
  text-decoration: none;
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 13px;
  color: #000;
  line-height: 1;
}

.mobile-zdorov {
  display: none;
}

.header-mobile-block-call {
  display: none;
  padding-top: 14px;
  border-top: 1px solid rgba(182, 182, 182, 0.2);
}

.header-mobile-btn-call {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 4px 10px;
  height: 35px;
  box-shadow: 0 4px 4px 0 rgba(24, 150, 54, 0.25);
  background: linear-gradient(180deg, #1db441 0%, #189636 100%);
  width: 100%;
  text-decoration: none;
}

.header-mobile-row-tel {
  display: none;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(182, 182, 182, 0.2);
  margin-bottom: 14px;
}

.mobile-tel {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #000;
  text-decoration: none;
}

.mobile-tel-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
}

.filtr-btns {
  display: flex;
  gap: 16px;
}

.company-mobile-img {
  display: none;
}

.team-mobile {
  display: none;
}

.team-mobile-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.team-mobile-work {
  padding: 14px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  border: 1px solid #e7eef3;
  border-radius: 12px;
  margin-bottom: 20px;
}

.team-mobile-work-img {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-mobile-work-img img {
  border-radius: 10px;
}

.team-mobile-work-name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 8px;
}

.team-mobile-work-text {
  margin-top: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #585858;
  margin-bottom: 16px;
}

.team-mobile-work-row-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #585858;
  margin-bottom: 10px;
}

.team-mobile-work-row-link {
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
  display: block;
}

.team-mobile-work-row {
  margin-bottom: 20px;
}

.team-mobile-work-row:last-child {
  margin-bottom: 0;
}

.contact-tabs .nav-item .nav-link {
  color: #585858;
}

.contact-tabs .nav-item .nav-link.active {
  color: #000;
}

.contact-section .catalog-wrap {
  background: transparent;
}

.swiper-button-prev-state,
.swiper-button-next-state {
  opacity: 0;
  visibility: hidden;
}

.bg-banner-mobile {
  display: none;
}

.tovar-right-mobile {
  display: none;
}

.open-state-img-mobile {
  display: none;
}

.open-news-img-mobile {
  display: none;
}

.mobile-zakaz {
  display: none;
}

.header-block {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.kama_breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs li {
  list-style: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--firmennyy);
}

.breadcrumbs-custom {
  display: flex;
  gap: 6px;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgb(44, 62, 72, 0.2);
}

.breadcrumbs li a {
  list-style: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #2c3e48;
  text-decoration: none;
}

.kama_breadcrumbs a span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #2c3e48;
  text-decoration: none;
}

.kama_breadcrumbs span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--firmennyy);
}

.kama_breadcrumbs .kb_sep {
  margin-left: 3px;
  margin-right: 3px;
  color: rgb(44, 62, 72, 0.2);
}

.catalog-main-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #585858;
}

.kb_sep {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgb(44, 62, 72, 0.2);
}

ul.page-numbers {
  margin-top: 20px;
}

.page-numbers {
  display: flex;
  gap: 8px;
}

.page-numbers li a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #090630;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers li span {
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  color: #fff;
}

.page-numbers li:has(span) {
  background: #21bc4f;
}

.page-numbers li:has(a.next) {
  width: 76px;
  height: 46px;
  border-radius: 100px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
}

.page-numbers li:has(a.prev) {
  width: 76px;
  height: 46px;
  border-radius: 100px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
}

.page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
}

.kama_breadcrumbs {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--firmennyy);
}

.video-blog-block-wrap:last-child {
  border-bottom: none;
}

.video-blog-block-wrap:nth-last-child(-n + 2) {
  border-bottom: none;
}

.contact-map {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  max-height: max-content;
  overflow: hidden;
}

.contact-map p {
  margin-bottom: 0;
}

.map-copyrights ._type_copyrights-only {
  display: none !important;
}

.aws-container {
  max-width: 428px;
  width: 100%;
  border-bottom: 1px solid rgb(182, 182, 182, 0.2);
  max-height: max-content;
}

.aws-container .aws-search-field {
  background: transparent;
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #505050;
}

.aws-container .aws-search-form .aws-form-btn {
  background: transparent;
  border: none;
}

.aws-container .aws-search-form .aws-form-btn:active {
  background: transparent;
  border: none;
}

.aws-container .aws-search-form .aws-search-btn svg {
  fill: #1db441;
}

.catalog-navigation ul {
  padding-left: 0;
  list-style: none;
}

.catalog-navigation li {
  padding: 15px 0px;
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #000;
  border-bottom: 1px solid rgb(182, 182, 182, 0.2);
}

.catalog-navigation .wc-block-product-categories-list--depth-0 li:last-child {
  border-bottom: none;
}

.catalog-navigation li ul li {
  padding: 5px 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: rgb(0, 0, 0, 0.8);
  border-bottom: none;
}

.catalog-navigation .wc-block-product-categories-list-item-count:before {
  content: ",";
}

.wc-block-product-categories-list-item-count span {
  margin-left: 5px;
}

.wc-block-product-categories-list-item-count::after {
  display: none;
}

.catalog-navigation li ul li:last-child {
  padding: 10px 0px 0px;
}

.catalog-navigation li ul li a {
  padding: 0px 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: rgb(0, 0, 0, 0.8);
}

.filtr-btn span {
  display: none;
}

.filtr-btns {
  display: flex;
  gap: 8px;
  align-items: center;
}

.catalog-navigation li a {
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 2;
}

.mySwiper .swiper-slide-thumb-active img {
  border: 3px solid var(--firmennyy);
}

.price-transparent {
  visibility: hidden;
  color: transparent;
  background: transparent;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

.form-price-mobile {
  padding-top: 12px;
  border-top: 1px solid #e7eef3;
  padding-bottom: 12px;
  border-bottom: 1px solid #e7eef3;
  display: flex;
  gap: 40px;
  margin-bottom: 10px;
}

.form-price-mobile-block-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #505050;
  margin-bottom: 5px;
  line-height: 1;
}
.form-price-mobile-block-price {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 15px;
  color: #000;
  line-height: 1;
}

.sales .hit-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.searchwp-live-search-result--title h4 {
  margin-bottom: 0;

  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgb(0, 0, 0, 0.7);
}

.searchwp-live-search-result--title a {
  margin-bottom: 0;
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgb(0, 0, 0, 0.7);
}

.led-prices.hidden {
  max-height: none;
  overflow: visible;
}

.page-title {
  text-align: center;
}

.page-header {
  margin-top: 60px;
}

.header-block-zdorov-menu {
  padding-right: 26px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.header-block-zdorov-menu .header-block {
  padding-right: 0;
  border-right: none;
  margin-bottom: 8px;
}

#menu-header-small-2 {
  padding-right: 0;
  border-right: none;
}

.link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#searchwp-form-1 input:focus-visible {
  outline: none;
}

#searchwp-form-2 input:focus-visible {
  outline: none;
}

#searchwp-form-2 input {
  background: transparent;
}

#searchwp-form-2 input.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url("http://mir-galosh.na4u.ru/wp-content/uploads/2025/01/magnifyingglass.png");
  background-repeat: no-repeat;
  color: transparent;
  border: none;
}

#searchwp-form-1 input.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url("http://mir-galosh.na4u.ru/wp-content/uploads/2025/01/magnifyingglass.png");
  background-repeat: no-repeat;
  color: transparent;
  border: none;
}

#searchwp-form-2 {
  position: relative;
}

#searchwp-form-1 {
  position: relative;
  max-width: 428px;
  width: 100%;
}

.open-wrap {
  /* max-width: 1000px; */
  margin-left: auto;
  margin-right: auto;
}

.company-section {
  margin-bottom: 100px;
}

.modal-reviews-form .form-left {
  width: 100%;
}
.modal-reviews-form .modal-header {
  border-bottom: none;
  padding-left: 36px;
  padding-right: 36px;
}

.form-right-row-check .wpcf7-form-control-wrap {
  height: 28px;
}

.modal-reviews-form .modal-body {
  padding-left: 36px;
  padding-right: 36px;
}

.modal-reviews-form .modal-content {
  border: 1px solid #e7eef3;
  border-radius: 24px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
}

.modal-reviews-form .modal-header .modal-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
}

.states-blocks .state-main-block:first-child .state-main-block-img img {
  object-fit: cover;
  /* max-height: none; */
}

/* -----------------------hover---------------------------------- */

.header-phone:hover {
  color: var(--firmennyy-2);
}

.header-btn-phone:hover {
  background: var(--firmennyy-svetlyy);
}

.izdelia-block-row a:hover {
  background: var(--firmennyy-svetlyy);
}

.hit-btn:hover {
  background: var(--firmennyy-svetlyy);
}

.hit-block:hover .hit-block-link {
  color: #18973e;
  background: rgba(5, 220, 69, 0.4);
}

.news-main-block:hover .news-block-btn {
  background: var(--firmennyy-svetlyy);
}

.btn-acc:hover {
  background: var(--firmennyy-svetlyy);
}

.reviews-block:hover .reviews-block-btn {
  color: #18973e;
  background: rgba(5, 220, 69, 0.4);
}

.state-main-block:hover .state-main-block-btn {
  color: #18973e;
  background: rgba(5, 220, 69, 0.4);
}

.state-main-block:hover {
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.3);
}

.footer-wrap a:hover {
  color: var(--firmennyy-2);
}

a.footer-row-link:hover {
  color: var(--firmennyy-svetlyy);
}

.footer-bottom-work:hover span {
  color: var(--firmennyy-2);
}

.footer-bottom-conf-link:hover {
  color: var(--firmennyy-2);
}

.breadcrumbs a:hover span {
  color: var(--firmennyy-2);
}

.breadcrumbs-custom a:hover {
  color: var(--firmennyy-2);
}

.catalog-navigation li a:hover span {
  color: var(--firmennyy-2);
}

.catalog-navigation li a:hover + span {
  color: var(--firmennyy-2);
}

.aws-container:has(.aws-container .aws-search-field:focus) {
  border-bottom: 2px solid var(--firmennyy-2);
}

.aws-container .aws-search-field:focus::placeholder {
  color: var(--firmennyy-2);
}

.catalog-description-block-row span {
  transition: all 0.5s;
}

.catalog-description-block-row svg path {
  transition: all 0.5s;
}

.catalog-description-block-row:hover span {
  color: var(--firmennyy-2);
}

.catalog-description-block-row:hover svg path {
  fill: var(--firmennyy-2);
}

.tovar-prices-btn-fast {
  transition: all 0.8s;
}

.tovar-prices-btn-fast:hover {
  background: linear-gradient(180deg, #12f047 0%, #0fc139 100%);
}

.tovar-prices-form-row:hover {
  border: 1px solid rgba(29, 180, 65, 0.7);
}

.tovar-prices-form-row:hover input::placeholder {
  color: var(--firmennyy-2);
}

.tovar-prices-form-btn:hover {
  background: linear-gradient(180deg, #12f047 0%, #0fc139 100%);
}

.tovar-prices-tags a:hover {
  color: #1aa53b;
  background: #93edae;
}

.nav-item-tovar button:hover {
  color: var(--firmennyy-2);
  border: none;
}

form input:not([type="submit"]):hover {
  border: 1.5px solid rgba(29, 180, 65, 0.7);
  opacity: 0.7;
}

form input:not([type="submit"]):focus-visible {
  border: 1.5px solid rgba(29, 180, 65, 0.7);
  outline: none;
}

form input:not([type="submit"]):hover::placeholder {
  color: var(--firmennyy-2);
}

form input:not([type="submit"]):focus::placeholder {
  color: var(--firmennyy-2);
}

form input:not([type="submit"]):focus-visible::placeholder {
  color: var(--firmennyy-2);
}

.form-right-btn:hover {
  background: var(--firmennyy-svetlyy);
}

.accordion-row-right a:hover {
  background: linear-gradient(180deg, #12f047 0%, #0fc139 100%);
}

#searchwp-form-2 .swp-input {
  color: var(--firmennyy-2);
  padding-left: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgb(80, 80, 80, 0.5);
  padding-bottom: 15px;
}

#searchwp-form-2 {
  max-width: 428px;
  width: 100%;
}

.led-show:hover {
  color: #18973e;
  background: #9bf1b5;
}

.opt-swiper-btn-next,
.opt-swiper-btn-prev {
  transition: all 0.5s;
}

.opt-swiper-btn-next svg path,
.opt-swiper-btn-prev svg path {
  transition: all 0.5s;
}

.opt-swiper-btn-next:hover,
.opt-swiper-btn-prev:hover {
  background: var(--firmennyy-2);
}

.opt-swiper-btn-next:hover svg path,
.opt-swiper-btn-prev:hover svg path {
  stroke: #fff;
}

.contact-tabs .nav-item .nav-link:hover {
  color: var(--firmennyy-2);
  border-color: transparent;
}

.page-numbers li {
  transition: all 0.5s;
}

.page-numbers li path {
  transition: all 0.5s;
}

.page-numbers li:hover a {
  color: #fff;
}

.page-numbers li:hover {
  background: var(--firmennyy-svetlyy);
}

.page-numbers li:hover path {
  stroke: #fff;
}

.review-btn:hover {
  background: var(--firmennyy-svetlyy);
}

/* -------------------------------------------- */

.modal-call .form-right-row {
  flex-direction: column;
  align-items: normal;
  justify-content: start;
}

.modal-call .form-left {
  width: 100%;
}

.modal-call .wpcf7-list-item {
  margin: 0;
}

.modal-call .modal-content {
  border-radius: 24px;
}

.modal-call .modal-header {
  border: none;
}

.modal-call .modal-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
}

.modal-hit .modal-content {
  border-radius: 24px;
}

.modal-hit .modal-header {
  border: none;
}

.modal-hit .form-left {
  width: 100%;
}

.modal-hit .modal-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #000;
}

.modal-row {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 15px;
}

.modal-img {
  width: 50px;
}

.modal-row-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgb(0, 0, 0, 0.7);
  max-width: 260px;
}

.modal-row-price {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-align: right;
  color: #000;
}

.btn-close-modal {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #21bc4f;
  border-radius: 7px;
  padding: 10px 24px;
  background: rgba(33, 188, 79, 0.2);
  border: none;
  transition: all 0.5s;
}

.btn-close-modal:hover {
  background: var(--firmennyy-svetlyy);
  color: #fff;
}

.tr-tranparent {
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute;
}

.catalog-section .content-area.test-container {
  background: #f2f9f3;
  border-radius: 24px;
  padding-top: 24px;
}

.offcanvas-backdrop.show {
  background: #16102c;
  opacity: 0.8;
}

.swiper-pagination-custom-banner {
  max-width: max-content;
  left: 3% !important;
  top: auto !important;
  bottom: 16px !important;
  display: flex;
  gap: 6px;
  align-items: center;
}

.swiper-pagination-custom-banner-mobile {
  max-width: max-content;
  left: 3% !important;
  top: auto !important;
  bottom: 16px !important;
  display: flex;
  gap: 5px;
  align-items: center;
}

.banner-main-mobile {
  display: none;
}

.swiper-pagination-custom-banner span {
  border-radius: 32px;
  width: 48px;
  height: 9px;
  background: #fff;
  opacity: 0.3;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.swiper-pagination-custom-banner-mobile span {
  border-radius: 32px;
  width: 37px;
  height: 7px;
  background: #fff;
  opacity: 0.3;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.swiper-pagination-custom-banner span.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.swiper-pagination-custom-banner-mobile span.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.swiper-pagination-custom-banner
  span:first-child.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.swiper-pagination-custom-banner-mobile
  span:first-child.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.swiper-pagination-custom-banner span:first-child {
  border-radius: 32px;
  width: 177px;
  height: 9px;
  background: #fff;
  opacity: 0.3;
}

.swiper-pagination-custom-banner-mobile span:first-child {
  border-radius: 32px;
  width: 136px;
  height: 7px;
  background: #fff;
  opacity: 0.3;
}

@media (max-width: 1350px) {
  .state-main-block {
    max-width: none;
  }
  .opt-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .header-week-time {
    display: flex;
  }
}

@media (max-width: 1100px) {
  .header-phone {
    font-size: 24px;
  }
  .footer-blocks-2 {
    gap: 20px;
  }
  .footer-wrap {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .footer-block {
    padding-left: 16px;
  }

  .banner-block p {
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1;
  }
  .banner-text-1 {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 52px;
  }
  .banner-block-2 {
    font-size: 22px;
    padding: 12px 16px;
  }
  .galosh-banner-wrap {
    flex-direction: column;
    align-items: center;
  }
  .galosh-banner-wrap-text {
    padding-left: 0;
  }
  .galosh-banner-wrap {
    padding: 30px 18px;
  }
  .news-main-block {
    flex-direction: column;
  }
  .open-news-img-mobile {
    display: block;
    margin-bottom: 20px;
  }
  .open-news-img {
    display: none;
  }
  .open-news-info {
    max-width: none;
  }

  .catalog-items {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .catalog-items.catalog-1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .header .navbar {
    order: 1;
  }
  .orderby {
    max-width: 180px;
  }
  .filtr-2 {
    max-width: 200px;
  }
  .catalog-filtr {
    margin-left: 0;
    gap: 8px;
  }
  .company-img.company-mobile-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .company-img {
    display: none;
  }
  .company-info {
    max-width: none;
  }
  .video-blog-wrap {
    padding: 24px 25px 64px 25px;
  }
  .contact-wrapper {
    flex-direction: column;
  }
  .contact-adress {
    order: 1;
    max-width: none;
  }
  .state-main-blocks {
    grid-template-columns: 1fr 1fr;
  }
  .state-main-block {
    max-width: none;
  }
  .banner-star {
    position: relative;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .bg-banner-mobile {
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    height: 350px;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .bg-banner {
    display: none;
  }
  .izdelia-block {
    flex-direction: column;
    gap: 16px;
  }
  .izdelia-block-title {
    text-align: center;
  }
  .hit-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .reviews-main .reviews-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tovar-right-mobile {
    display: block;
    margin-bottom: 10px;
  }

  .tovar-wrapper {
    flex-direction: column;
  }
  .tovar-left {
    max-width: none;
  }
  .tovar-main {
    padding: 0 10px 0px 20px;
  }
  .tovar-prices-info {
    max-width: none;
  }
  .state-main-block {
    flex-direction: column;
  }
  .states-blocks .state-main-block:first-child {
    flex-direction: column;
    grid-column: auto;
  }
  .states-blocks .state-main-block:first-child .state-main-block-img {
    order: 0;
    max-width: none;
    margin-top: 20px;
  }
  .states-blocks .state-main-block:first-child .state-info {
    max-width: none;
  }
  .states-blocks .state-main-block:nth-child(10n) {
    flex-direction: column;
    grid-column: auto;
  }
  .states-blocks .state-main-block:nth-child(10n) .state-info {
    max-width: none;
  }
  .states-blocks .state-main-block:nth-child(10n) .state-main-block-img {
    order: 0;
    margin-top: 20px;
  }
  .states-blocks
    .state-main-block:first-child
    .state-info
    .state-main-block-title {
    font-size: 24px;
  }
  .state-main-blocks {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .states-blocks
    .state-main-block:nth-child(10n)
    .state-info
    .state-main-block-title {
    font-size: 24px;
  }
  .open-state-img-mobile {
    display: block;
    margin-bottom: 20px;
  }
  .open-state-img {
    display: none;
  }
  .open-state-info {
    max-width: none;
  }
  .open-state-states .state-main-blocks {
    grid-template-columns: 1fr 1fr;
  }
  .news-item {
    flex-direction: column;
  }
  .news-item-info {
    order: 1;
  }
  .open-news-info p {
    font-size: 15px;
  }
  .opt-left {
    max-width: none;
  }
  .opt-slider {
    margin-left: 0;
  }
  .catalog-wrapper-opt {
    flex-direction: column;
  }
  .opt-right {
    max-width: none;
    margin-bottom: 20px;
  }
  .form-left {
    width: 100%;
  }
  .form-wrap {
    align-items: center;
  }
  .offcanvas-custom.offcanvas {
    top: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid #e7eef3;
    border-radius: 16px;
    box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
    background: #fff;
    padding: 20px;
    height: -moz-max-content;
    height: max-content;
  }

  .catalog-items {
    grid-template-columns: 1fr 1fr;
  }

  .catalog-items.catalog-1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 750px) {
  .footer-block {
    padding-left: 0;
    border-left: none;
  }
  .footer-wrap {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .footer-blocks-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .catalog-wrapper {
    flex-direction: column;
  }
  .catalog-navigation {
    max-width: none;
  }
  .why-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .why-img {
    max-width: 80px;
    height: 80px;
    margin-bottom: 16px;
  }
  .why-img img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 80px;
    height: 80px;
  }
  .why-desc {
    font-size: 16px;
  }
  .news-main {
    margin-top: 64px;
  }
  .news-main-block-img {
    display: none;
  }

  .state-main-blocks {
    grid-template-columns: 1fr 1fr;
  }
  .news-item-info {
    max-width: none;
  }

  .mySwiper2-item img {
    max-height: 350px;
  }
  .mySwiper {
    margin-bottom: 20px;
  }
  .tovar-prices-form-block {
    max-width: none;
  }
  .wpcf7-spinner {
    display: none;
  }
  .tovar-prices-tags {
    margin-bottom: 20px;
  }
}
@media (max-width: 676px) {
  .author-btn-mobile {
    display: block;
    margin-top: 10px;
  }
  .author-block {
    justify-content: normal;
  }

  .author-text p {
    height: 100%;
    -webkit-line-clamp: 7; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden; /* Обрезаем всё за пределами блока */
    margin-bottom: 0;
  }

  .author-btn-mobile {
    padding: 5px 24px;
  }
  .header-blocks {
    flex-direction: column;
    align-items: normal;
    gap: 12px;
  }
  .header-block {
    padding-right: 0;
    border-right: none;
  }
  .header-block li a {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .header-block-zdorov-menu {
    display: flex;
    gap: 6px;
    align-items: end;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(182, 182, 182, 0.2);
    margin-top: -8px;
  }
  .mobile-zdorov {
    display: block;
  }
  .header-logo-zdorov {
    display: none;
  }
  .header-block-zdorov-menu a {
    margin-bottom: 0;
  }
  .header-mobile-btn-call {
    padding: 6px 10px 7px;
  }

  .header-block-zdorov-menu #menu-header-block-3 {
    margin-bottom: 0;
    line-height: 1;
  }
  .header-block.header-block-small a {
    font-size: 15px;
  }
  .header-mobile-block-call {
    display: block;
  }
  .header-mobile-row-tel {
    display: flex;
    justify-content: space-between;
  }
  .catalog-main-title {
    font-size: 28px;
  }
  .catalog-main-row {
    margin-bottom: 14px;
  }
  .catalog-main-search {
    display: none;
  }
  .catalog-items.sales {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .catalog-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .catalog-section .container-main {
    padding: 0;
  }
  .filtr-btns {
    display: flex;
    gap: 8px;
  }
  .catalog-filtr {
    flex-direction: column;
  }
  .orderby {
    max-width: none;
  }
  .filtr-2 {
    max-width: none;
  }
  .catalog-item {
    padding: 12px;
  }
  .catalog-item-btn {
    font-size: 12px;
  }
  .catalog-item-name {
    font-size: 14px;
  }
  .sales-text {
    font-size: 10px;
  }
  .sales-span {
    font-size: 20px;
  }
  .sales-block {
    top: 22px;
    left: 7px;
  }
  .catalog-item-img {
    max-width: 96px;
    margin: 5px auto 14px;
  }
  .accordion-button {
    font-size: 15px;
  }
  .accordion-body ul li a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
  }
  .accordion-body ul {
    margin-bottom: 0;
  }
  .accordion-body {
    padding-bottom: 0px;
  }
  .company-text {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .company-text span {
    font-size: 15px;
  }
  .team {
    margin-top: 50px;
  }
  .team-mobile {
    display: block;
  }
  .team-wrap {
    display: none;
  }
  .contact-section .container-main {
    padding: 0;
  }
  .team-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .video-blog-wrapper {
    grid-template-columns: 1fr;
  }
  .video-blog-block-wrap {
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .video-blog-wrap {
    padding: 0px 10px 16px 10px;
    grid-template-columns: 1fr;
  }
  .video-blog-block {
    max-width: none;
    padding-right: 0;
    grid-column: 2 span;
    padding-top: 20px;
  }
  .video-blog .container-header {
    padding: 0;
  }
  .catalog-wrap.wrap-video {
    padding-bottom: 10px;
  }
  .news-row {
    margin-top: 30px;
  }
  .video-blog-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .video-blog-btn {
    font-size: 16px;
    height: 36px;
    padding: 5px 16px;
  }
  .video-blog {
    margin-bottom: 70px;
  }
  .contact.container-header {
    padding: 0;
  }
  .accordion-row-left span {
    font-size: 22px;
  }
  .contact-adress-link {
    font-size: 14px;
  }
  .contact-row-title {
    font-size: 18px;
  }
  .contact-row-text {
    font-size: 14px;
  }
  .contact-row {
    margin-bottom: 24px;
  }
  .state-main .container-main {
    padding: 0;
  }
  .state-main-wrap {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .btn-acc {
    max-width: 165px;
    font-size: 16px;
    padding: 4px 10px;
  }
  .state-main-block-title {
    font-size: 20px;
  }
  .state-main-block-text {
    font-size: 14px;
  }
  .title {
    font-size: 24px;
  }
  .state-main {
    margin-top: 20px;
  }
  .state-main-blocks {
    margin: 0 auto 18px;
  }

  .state-main-block {
    border-radius: 12px;
    padding: 16px;
  }
  .states-blocks .state-main-block:first-child {
    padding: 16px;
  }
  .bg-banner-mobile {
    height: auto;
  }
  .banner-star img {
    width: 90px;
    height: 90px;
  }
  .banner-star-text span {
    font-size: 24px;
  }
  .banner-star-text p {
    font-size: 8px;
  }
  .banner-text-1 {
    font-size: 36px;
  }
  .banner-block p {
    font-size: 19px;
  }
  .banner-block-2 {
    font-size: 19px;
    padding: 5px 10px;
  }

  .container-main {
    padding: 0 10px;
  }
  .banners-main-block {
    margin-bottom: 15px;
  }
  .izdelia-block {
    align-items: start;
    justify-content: end;
  }
  .izdelia-block-title {
    text-align: left;
    font-size: 16px;
  }
  .izdelia-block-text {
    font-size: 12px;
    -webkit-line-clamp: 3; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden; /* Обрезаем всё за пределами блока */
  }
  .izdelia-block-row img {
    display: none;
  }
  .izdelia-block-row a {
    font-size: 12px;
    padding: 4px 16px;
  }
  .izdelia-block-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .izdelia-img {
    max-width: 120px;
    max-height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .izdelia-img img {
    max-width: 120px;
    max-height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hit-main {
    margin-top: 64px;
  }
  .hit-title {
    font-size: 24px;
    margin-bottom: 22px;
  }
  .hit-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 20px;
  }

  .hit-block {
    padding: 15px 10px 10px 10px;
  }
  .hit-block-price {
    font-size: 18px;
  }
  .hit-block-link {
    font-size: 12px;
    padding: 6px 16px;
    max-width: none;
  }
  .hit-btn {
    font-size: 16px;
    max-width: 190px;
    padding: 5px 10px;
  }
  .galosh-banner-wrap-title {
    font-size: 32px;
    text-align: center;
  }
  .galosh-banner-wrap-desc {
    font-size: 14px;
    text-align: center;
  }
  .galosh-banner-wrap {
    gap: 40px;
    border-radius: 7px;
    background: linear-gradient(
      180deg,
      rgb(236, 212, 41) 2%,
      rgb(242, 246, 249) 47%,
      rgb(39, 164, 169) 95%
    );
  }
  .galosh-banner-wrap-text {
    margin-top: 0;
  }
  .why {
    margin-top: 64px;
  }
  .why-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .why-text {
    font-size: 15px;
  }
  .news-main-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .news-main-block-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .news-block-btn {
    font-size: 12px;
  }
  .news-main-blocks {
    grid-template-columns: 1fr;
  }
  .news-main-block-info {
    max-width: none;
  }
  .reviews-main {
    margin-top: 64px;
  }
  .reviews-main .reviews-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .reviews-block {
    padding: 10px;
  }
  .reviews-img {
    max-width: 60px;
    max-height: 60px;
  }
  .reviews-name {
    font-size: 14px;
  }
  .reviews-desc p {
    font-size: 13px;
  }
  .catalog-items {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .catalog-description-video-row span {
    font-size: 18px;
    text-wrap-mode: nowrap;
  }
  .catalog-description-text p {
    font-size: 15px;
  }
  .catalog-description-text ul li {
    font-size: 15px;
  }
  .catalog-description-block-title {
    font-size: 24px;
  }
  .catalog-description-block {
    margin-top: 40px;
  }
  .catalog-description-block-row-text {
    flex-direction: column;
    align-items: normal;
  }
  .catalog-description-block-row {
    justify-content: space-between;
  }
  .catalog-description-block-text {
    font-size: 15px;
  }
  .tovar-main {
    padding: 0;
  }
  .tovar-prices-info .price {
    font-size: 36px;
    padding-bottom: 12px;
    line-height: 110%;
  }
  .tovar-prices-info-articul {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .tovar-prices-form-block-text {
    font-size: 12px;
  }
  .tovar-prices-btn-fast {
    max-width: none;
  }
  .tovar-prices-form-block {
    padding: 16px;
  }
  .tovar-prices-form-btn {
    font-size: 11px;
    padding: 3px 10px;
  }
  .tovar-prices-tags a {
    padding: 0 10px;
  }
  .nav-link-btn {
    font-size: 16px;
  }

  .related.products {
    margin-top: 70px;
  }
  .nav-tabs.nav-tabs-tovar {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }
  .nav-tabs.nav-tabs-tovar::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .tab-pane-text p {
    font-size: 15px;
  }

  .tab-pane-text li {
    font-size: 15px;
  }
  .state-main-blocks {
    grid-template-columns: 1fr;
  }
  .open-state-info-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .open-state-info-text {
    font-size: 16px;
  }

  .open-state-info p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #333;
  }

  .open-state-info-date {
    font-size: 15px;
  }
  .open-state-desc h3 {
    font-size: 24px;
  }

  .mobile-cont-6 {
    padding: 0 !important;
  }
  .open-state-desc p {
    font-size: 15px;
  }
  .open-state-desc ul li {
    font-size: 15px;
  }
  .open-state-states .state-main-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .open-state-states .title {
    font-size: 28px;
  }
  .open-state-states .state-main-blocks {
    grid-template-columns: 1fr;
  }
  .open-state-states .state-main-block:nth-child(4) {
    display: none;
  }
  .open-state-states .state-main-block:nth-child(5) {
    display: none;
  }
  .open-state-states .state-main-block:nth-child(6) {
    display: none;
  }
  .news-item-info-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .news-item {
    gap: 16px;
  }
  .news-item-info p {
    font-size: 15px;
    -webkit-line-clamp: 5; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden; /* Обрезаем всё за пределами блока */
  }
  .news-item-info-row a {
    max-width: none;
    width: 100%;
  }
  .news-item.news-item:nth-child(3n) {
    grid-column: auto;
    grid-area: auto;
    padding: 18px;
  }
  .news-item.news-item:nth-child(4n) {
    grid-column: auto;
    grid-area: auto;
    padding: 18px;
  }
  .news-wrapper {
    display: flex;
    flex-direction: column;
  }
  .news-item {
    padding: 18px;
  }
  .news-item.news-item:nth-child(3n) .news-item-info-title {
    font-size: 18px;
  }
  .news-item.news-item:nth-child(4n) .news-item-info-title {
    font-size: 18px;
  }
  .open-news-title {
    font-size: 28px;
  }
  .open-news {
    margin-bottom: 40px;
  }
  .news-item-wrapper-2 {
    flex-direction: column;
  }
  .news-wrapper-2 .news-item-wrapper-2:nth-child(3) .news-item-info-title {
    font-size: 18px;
  }

  .news-wrapper-2 .news-item-wrapper-2:nth-child(2) .news-item-info-title {
    font-size: 18px;
  }
  .accordion-row {
    flex-direction: column;
    gap: 12px;
  }
  .accordion-row-right a {
    width: 100%;
    justify-content: center;
  }

  .contact-adress-accordeon {
    margin-bottom: 24px;
  }
  .contact-row-title {
    margin-bottom: 10px;
  }

  .company-section .container-main {
    padding: 0;
  }

  .opt-left-production-2
    .opt-left-accodion
    .accordion-button:not(.collapsed)::after {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .opt-left-production-2 .opt-left-accodion .accordion-button::after {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .opt-desc h4 {
    font-size: 24px;
    margin-top: 40px;
  }
  .opt-def-wrap {
    flex-direction: column;
  }
  .opt-def-img {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .opt-def-img span {
    max-width: none;
    margin-top: 0;
  }
  .opt-def-img img {
    max-width: 32px;
  }
  .opt-right {
    display: none;
  }
  .mobile-zakaz {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .mobile-zakaz .opt-right {
    display: block;
    padding: 10px;
    border: none;
    margin-bottom: 0;
    border-radius: 0;
  }
  .mobile-zakaz .opt-right-title {
    display: none;
  }
  .form-right-row-check input {
    width: 18px;
    height: 18px;
  }
  .form-right-row-check input:checked::after {
    width: 10px;
    height: 8px;
    background-size: cover;
  }

  .contact-tabs .nav-link {
    padding-left: 0;
    padding-right: 0;
    line-height: 1;
    padding-bottom: 12px;
  }
  .contact-wrapper {
    margin-top: 24px;
  }

  .contact-tabs .nav-tabs {
    gap: 24px;
  }

  .catalog-wrap .mobile-cont {
    padding: 0;
  }
  .catalog-wrap .mobile-cont-2 {
    padding: 0;
  }

  .mobile-zakaz .form-wrap {
    flex-direction: column;
    gap: 10px;
  }
  .mobile-zakaz .form-left {
    order: 1;
  }
  .mobile-zakaz .form-right-img {
    display: none;
  }
  .mobile-zakaz .form-right-text {
    max-width: none;
  }

  .opt-left-accodion .accordion-button {
    padding: 21px 16px;
  }
  .opt-left-accodion .accordion-item {
    margin-bottom: 12px;
  }
  .form-price-mobile {
    padding-top: 12px;
    border-top: 1px solid #e7eef3;
    padding-bottom: 12px;
    border-bottom: 1px solid #e7eef3;
    display: flex;
    gap: 40px;
    margin-bottom: 10px;
  }
  .form-price-mobile-block-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #505050;
    margin-bottom: 5px;
    line-height: 1;
  }
  .form-price-mobile-block-price {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 15px;
    color: #000;
    line-height: 1;
  }
  .mobile-zakaz .accordion-button:not(.collapsed) {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #000;
  }
  .mobile-zakaz .accordion-button::after {
    flex-shrink: 0;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    transition: var(--bs-accordion-btn-icon-transition);
    transform: rotate(180deg);
    background-image: url("http://mir-galosh.na4u.ru/wp-content/uploads/2025/01/arrow-down.png");
    transform: rotate(0deg);
    width: 28px;
    height: 28px;
    background-size: cover;
  }

  .banner-main-mobile {
    display: block;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
  }

  .banner-main {
    display: none;
  }

  .mobile-zakaz .accordion-button {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #000;
    border-radius: 12px 12px 0 0 !important;
    padding: 10px;
  }

  .mobile-zakaz .accordion-item {
    border: none;
  }
  .mobile-zakaz .accordion-body {
    padding-left: 0;
    padding-right: 0;
  }
  .form-right-row {
    flex-direction: column;
    align-items: start;
  }
  .form-right-btn {
    max-width: none;
  }

  .video-blog-block-wrap:last-child {
    border-bottom: none;
  }

  .filtr-btn span {
    display: block;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #4d4d4d;
  }

  .state-main-block-info p {
    font-size: 14px;
  }

  .filtr-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    text-decoration: none;
    gap: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .led-item {
    flex-direction: column;
  }

  .led-item-right {
    justify-content: center;
  }

  .led-prices {
    max-height: 770px;
  }
  .company-section {
    margin-bottom: 60px;
  }

  .catalog-navigation .accordion-item {
    border-radius: 16px;
    padding: 16px;
  }
  .catalog-navigation li {
    font-size: 15px;
    padding: 12px 0;
  }
  .catalog-navigation li ul li {
    font-size: 14px;
  }
  .catalog-navigation li ul li a {
    font-size: 14px;
    color: rgb(0, 0, 0, 0.8) !important;
  }
  .catalog-navigation li ul li:last-child {
    padding: 6px 0px 0px;
  }
  .video-img {
    border-radius: 8px;
    min-height: 200px;
  }
  .catalog-description-video-row {
    top: 51%;
    left: 48%;
  }
  .catalog-description-video-row img {
    width: 35px;
    height: 35px;
  }
  .banner-main-mobile img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .author {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .author-info {
    text-align: center;
  }
  .author-block {
    padding: 18px 10px;
  }
  .author-name {
    max-width: 100px;
  }
  .author-text {
    font-size: 13px;
  }
  .author-text p {
    font-size: 13px;
  }
  .review-title {
    font-size: 28px;
  }
  .reviews-row {
    margin-bottom: 32px;
    margin-top: 28px;
  }
  .reviews-btn-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 12px 12px 0 0;
  }
  .reviews-container-mobile {
    padding: 0;
  }
  .reviews-wrap {
    gap: 8px;
  }
  .container-header {
    padding: 0 10px;
  }
  .catalog-paggination {
    flex-direction: column;
  }
  .prev-paggination {
    order: 1;
    display: inline-flex;
  }
  .next-paggination {
    display: inline-flex;
  }
  .paggination-num a {
    width: 39px;
    padding: 10px 10px;
    font-size: 16px;
  }
  .paggination-num {
    margin: 0 auto;
  }
  .catalog-wrap {
    padding-bottom: 24px;
    padding-top: 14px;
    border-radius: 16px;
  }

  .state-main-blocks {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .states-blocks .state-main-block:first-child .state-info {
    padding: 0px;
  }

  .states-blocks .state-main-block:first-child {
    gap: 25px;
  }

  .open-state-img-mobile img {
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
  }

  .states-blocks
    .state-main-block:first-child
    .state-info
    .state-main-block-info
    p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #424242;
  }

  .team-mobile-work-img img {
    width: 100%;
  }

  .catalog-wrap-company {
    padding-bottom: 16px;
  }

  .states-blocks
    .state-main-block:first-child
    .state-info
    .state-main-block-title {
    margin-bottom: 16px;
  }

  .team-mobile-work:last-child {
    margin-bottom: 0;
  }

  .mobile-cont-3 {
    padding: 0;
  }
  .mobile-cont-4 {
    padding: 0;
  }

  .kama_breadcrumbs a span {
    font-size: 12px;
  }
  .kama_breadcrumbs .kb_sep {
    font-size: 12px;
    margin-left: 1px;
    margin-right: 1px;
  }
  .kama_breadcrumbs span {
    font-size: 12px;
  }

  .breadcrumbs .container-header {
    padding-left: 0;
  }

  .container-header.mobile-title-cont {
    padding-left: 0;
  }
  .catalog-wrapper-opt {
    margin: 20px 0;
  }
  .catalog-section {
    margin-bottom: 70px;
  }
  .header-logo {
    max-width: 56px;
  }
  .header-phone {
    font-size: 20px;
    text-align: left;
  }
  .header-btn-phone {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .header-btn-phone {
    max-width: 146px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
  }
  .header-week-time {
    display: none;
  }
  .header .navbar .container-fluid {
    padding: 0;
  }
  .header .navbar {
    padding: 0;
  }
  .header-mobile-info {
    display: block;
  }
  .header {
    margin-bottom: 16px;
  }
  .footer-blocks-2 {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .footer-blocks-1 {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    max-width: none;
    margin-bottom: 16px;
  }
  .footer-block {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-block-1-adress {
    text-align: center;
    max-width: 300px;
  }
  .footer-wrap {
    gap: 0px;
    padding-bottom: 24px;
  }
  .footer-blocks-3 {
    margin-top: 24px;
    width: 100%;
  }
  .footer-row {
    text-align: center;
  }
  .footer-bottom {
    flex-direction: column;
    padding-top: 0;
    margin-top: 16px;
    padding-bottom: 60px;
  }
  ul.page-numbers {
    margin-bottom: 0;
  }
  .footer-bottom-conf {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 8px;
  }

  .aws-container {
    display: none;
  }

  .catalog-main-row form {
    display: none;
  }

  .reviews-block-btn {
    padding: 4px 24px 4px;
    max-width: none;
  }
  .izd-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .izdelia {
    padding-top: 24px;
  }
  .breadcrumbs li a {
    font-size: 12px;
  }
  .breadcrumbs-custom {
    font-size: 12px;
    gap: 3px;
    max-width: 310px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .breadcrumbs li {
    font-size: 12px;
  }
  .tovar-prices-info {
    padding: 16px;
  }
  .tovar-prices-info-text {
    line-height: 1;
    letter-spacing: 0;
  }

  .catalog-podcat-wrap {
    overflow-x: scroll;
  }

  .video-blog-block:last-child {
    border-bottom: none;
  }
  .woocommerce-ordering {
    max-width: none !important;
  }
  .custom-product-count {
    max-width: none !important;
  }

  .mySwiper-item img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.modal-call .form-right-btn {
  max-width: 278px;
}

.conf-form-link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--firmennyy-2);
}

.conf-form-mail {
  text-decoration: none;
  color: var(--firmennyy-2);
  opacity: 0.8;
  transition: all 0.5s;
}

.conf-form-mail:hover {
  opacity: 1;
}

.catalog-podcat-wrap .woocommerce.columns-4 {
  display: flex;
  gap: 8px;
}

.video-blog-block iframe {
  max-width: 100%;
  max-height: 300px;
  border-radius: 16px;
}

.page-numbers li:has(.dots) {
  background: #fff;
}

.page-numbers li span.dots {
  color: #090630;
  background: transparent;
  box-shadow: none;
  border: none;
}

form input[type="search"]:hover {
  border: none;
  opacity: 1;
  outline: none;
}

form input[type="search"]:focus {
  border: none;
  opacity: 1;
  outline: none;
}

.aws-container .aws-search-field:focus {
  background-color: transparent;
}

.aws-container:has(.aws-focus) {
  border-color: var(--firmennyy-2);
}

.more-link {
  display: none;
}

.last-two-blocks {
  border-bottom: none;
}

.woocommerce-ordering {
  max-width: 333px;
  width: 100%;
}

.orderby option {
  border-radius: 12px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #696969;
  padding: 12px 10px 11px 10px;
}

.orderby option:hover {
  color: var(--firmennyy-2) !important;
  background: rgb(29, 180, 65, 0.2) !important;
  border-radius: 12px !important;
}

.orderby {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("http://mir-galosh.na4u.ru/wp-content/uploads/2025/02/arrowdown.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 18px 20px;
  padding-right: 2.5rem;
  transition: all 0.5s;
}

.orderby:focus {
  background-image: url("http://mir-galosh.na4u.ru/wp-content/uploads/2025/02/arrowdown2.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 18px 20px;
  padding-right: 2.5rem;
  border-color: var(--firmennyy-2);
  outline: none;
}

.orderby:focus-visible {
  background-image: url("http://mir-galosh.na4u.ru/wp-content/uploads/2025/02/arrowdown2.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 18px 20px;
  padding-right: 2.5rem;
  border-color: var(--firmennyy-2);
  outline: none;
}

.custom-select-2 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
  border: 1px solid #e7eef3;
  border-radius: 12px;
  box-shadow: 0 8px 20px 0 rgba(138, 160, 175, 0.15);
  background: #fff;
  padding-left: 15px;
  padding-top: 14px;
  padding-bottom: 13px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(http://mir-galosh.na4u.ru/wp-content/uploads/2025/02/arrowdown.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 18px 20px;
  padding-right: 2.5rem;
  width: 100%;
  transition: all 0.5s;
}

.custom-product-count {
  max-width: 274px;
  width: 100%;
}

.custom-select-2 option {
  border-radius: 12px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #696969;
  padding: 12px 10px 11px 10px;
}

.custom-select-2:focus-visible {
  outline: none;
  background-image: url("http://mir-galosh.na4u.ru/wp-content/uploads/2025/02/arrowdown2.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 18px 20px;
  padding-right: 2.5rem;
  border-color: var(--firmennyy-2);
}

.wpfHidden {
  display: none;
}

.setka-table p {
  text-align: center;
}

.modal-setka .modal-dialog {
  max-width: 720px;
  width: 100%;
}

.setka-table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  background-color: transparent;
}

.modal-title-setka {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.setka-table td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.setka-h1 {
  font-size: 16px;
}

.setka-link {
  font-size: 16px;
  font-weight: 700;
  color: #666666;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px dashed #666666;
}

@media (max-width: 600px) {
  .setka-table p {
    font-size: 12px;
  }
  .modal-title-setka {
    font-size: 14px;
  }
}

form .tovar-prices-form-row input:not([type="submit"]):hover {
  border: none;
}

form .tovar-prices-form-row input:not([type="submit"]):focus-visible {
  border: none;
}

.breadcrumbs-padding {
  margin-bottom: 40px;
  margin-top: 40px;
}

.wc-block-product-categories-list--depth-1 {
  transition: all 0.5s;
  height: 0;
  opacity: 0;
}

.wc-block-product-categories-list-item.open
  .wc-block-product-categories-list--depth-1 {
  height: auto;
  opacity: 1;
}

#sidebar {
  scroll-margin-top: 40px;
}
