/*============= ALIGNES ===============*/
:root {
  /* 30 - 10 */
  --border-radius: clamp(0.625rem, 0.375rem + 1.25vw, 1.875rem);
}

.alignwide {
  width: 100%;
  padding: 60px 0;
}
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 1920px;
  padding: 60px 0;
}
.padding-block {
  padding: 100px 0;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset;
  }
}
@media (max-width: 1100px) {
  .alignwide,
  .alignfull {
    padding: 40px 0;
  }
  .padding-block {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .alignwide,
  .alignfull {
    padding: 20px 0;
  }
  .padding-block {
    padding: 20px 0;
  }
}

/* =========== BASE CONFIG =========== */

/* [data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0) !important;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}
[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0) !important;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease !important;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  transform: translateZ(0) !important;
  opacity: 1;
} */

/* html {
  box-sizing: border-box;
} */
* {
  margin: 0;
  padding: 0;
  line-height: 125%;
  font-family: var(--font-family);
  color: var(--main-text-primary);
  box-sizing: border-box;
}
body {
  display: flex;
  flex-direction: column;
  width: auto;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  background: var(--background);
}
/* body:has(.banner-block) h1.page-title {
  display: none;
} */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.container {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.pseudo-square::before {
  content: "";
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  background: var(--stroke);
}
@media (max-width: 992px) {
  .pseudo-square::before {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
  }
}
::-webkit-scrollbar {
  width: 5px;
  background: var(--stroke);
}
::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: var(--primary);
}
::selection {
  color: white;
  background: var(--primary);
  -webkit-text-fill-color: white;
}

a {
  text-decoration: none;
  color: var(--main-text-primary);
  transition: all 0.3s ease-in;
}
a:hover,
span {
  color: var(--primary);
}
.title span {
  color: var(--primary);
}
svg path,
svg rect,
svg circle {
  transition: all 0.3s ease-in;
}
strong,
strong * {
  font-weight: 800 !important;
}
table {
  font-size: 14px;
}
ol {
  gap: 5px;
  list-style-position: outside;
  padding-left: 20px;
}
ol li {
  padding-left: 5px;
}
ol li:not(:last-of-type) {
  margin-bottom: 10px;
}
ul li {
  /* display: flex; */
  position: relative;
  align-items: center;
  font-size: inherit;
  list-style-position: inside;
  list-style-type: none;
  height: fit-content;
  gap: 10px;
  padding-left: 20px;
}
ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
ul li::before {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  content: "";
  flex-shrink: 0;
  top: 8px;
  left: 0;
  width: 10px;
  height: 4px;
  background: var(--primary);
}
@media (max-width: 768px) {
  ul li:not(:last-of-type),
  ol li:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  ul {
    gap: 5px;
  }
}

h2.wp-block-heading {
  margin: 20px 0;
}
h2.wp-block-heading,
h2.wp-block-heading * {
  /*font-size c 40 до 20 */
  font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
  text-align: start;
}

h1,
h1 *,
.h1,
.h1 * {
  /*font-size c 60 до 18 */
  font-size: clamp(1.125rem, 0.6rem + 2.63vw, 3.75rem);
  font-weight: 800;
  line-height: 125%;
  color: var(--head-primary);
  text-transform: uppercase;
  /*margin-bottom c 40 до 20 */
  margin-bottom: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}
h2,
h2 *,
.h2,
.h2 * {
  /*font-size c 40 до 18 */
  font-size: clamp(1.125rem, 0.85rem + 1.38vw, 2.5rem);
  font-weight: 700;
  line-height: 125%;
  color: var(--head-primary);
  /*margin-bottom c 40 до 20 */
  margin-bottom: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}
h3,
h3 *,
.h3,
.h3 * {
  /*font-size c 32 до 16 */
  font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
  font-weight: 700;
  line-height: 125%;
  color: var(--head-primary);
}
h4,
h4 *,
.h4,
.h4 * {
  /*font-size c 20 до 14 */
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  font-weight: 700;
  line-height: 125%;
  color: var(--head-primary);
}
h5,
h5 *,
.h5,
.h5 * {
  /*font-size c 16 до 14 */
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  font-weight: 700;
  line-height: 125%;
  color: var(--head-primary);
}
h6,
h6 *,
.h6,
.h6 * {
  /*font-size c 14 до 12 */
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
  font-weight: 700;
  line-height: 140%;
  color: var(--head-primary);
}
.font-size-product-cart,
.font-size-product-cart * {
  /*font-size c 16 до 14 */
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  font-weight: 600;
  line-height: 140%;
  color: var(--head-primary);
}
.num,
.num * {
  /*font-size c 36 до 16 */
  font-size: clamp(1rem, 0.75rem + 1.25vw, 2.25rem);
  font-weight: 700;
  line-height: 125%;
  color: var(--head-primary);
}

p {
  /*font-size c 16 до 12 */
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  font-weight: 500;
  line-height: 140%;
}
.p1,
.p1 * {
  /*font-size c 18 до 14 */
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  font-weight: 500;
  line-height: 140%;
}
.p2,
.p2 * {
  /*font-size c 16 до 12 */
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  font-weight: 500;
  line-height: 140%;
}
.p3,
.p3 * {
  /* font-size: с 14 до 12; */
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
  font-weight: 500;
  line-height: 140%;
}
.p4,
.p4 * {
  /* font-size: с 12 до 10; */
  font-size: clamp(0.625rem, 0.6rem + 0.13vw, 0.75rem);
  font-weight: 500;
  line-height: 125%;
}

.breadcrumbs {
  padding: 20px 0 10px 0;
  font-weight: 500;
  /* 14 - 10 */
  font-size: clamp(0.625rem, 0.575rem + 0.25vw, 0.875rem);
  line-height: 140%;
  color: var(--main-text-secondary);
}
.breadcrumbs span {
  position: relative;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: var(--main-text-secondary);
  background: transparent;
  transition: all 0.3s ease-in;
}
.breadcrumbs span .current-item {
  pointer-events: none;
}
.breadcrumbs span .current-item,
.breadcrumbs span .current-item span,
.breadcrumbs span:hover {
  color: var(--primary);
}
.btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: fit-content;
  height: 50px;
  text-align: center;
  outline: none;
  padding: 15px 30px;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  white-space: nowrap;
  color: var(--background);
  background: var(--primary);
  cursor: pointer;
  flex-shrink: 0;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
.btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--primary);
  transform: translate(0, 5px);
  transition: all 0.3s ease-in;
}
.btn:hover {
  background: var(--hover);
  color: var(--background);
}
.btn:hover::before {
  transform: translate(0, 0);
}

.btn.first {
  color: var(--primary);
  /* border: 1px solid var(--primary); */
  border: unset;
  outline: 1px solid var(--primary);
  background: transparent;
}
.btn.first:hover {
  color: var(--background);
  /* border: 1px solid var(--hover); */
  outline: 1px solid transparent;
  background: var(--hover);
}

@media (max-width: 992px) {
  .btn {
    font-size: 16px;
  }
  .breadcrumbs {
    padding: 10px 0;
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .btn {
    height: 40px;
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media (max-width: 512px) {
  .btn {
    width: 100%;
    font-size: 12px;
  }
}

#main,
#primary {
  min-height: 40vh;
  overflow: clip;
  flex-grow: 1;
}

/*============ HEADER =================*/

#header .soc-fixed {
  position: fixed;
  top: 10%;
  right: 10px;
  width: fit-content;
  height: fit-content;
  flex-direction: column;
  gap: 10px;
}

#header {
  display: flex;
  position: sticky;
  justify-content: center;
  top: 0;
  width: 100%;
  z-index: 99;
  background: var(--background);
  border-bottom: 1px solid var(--stroke);
}
#header ul li::before {
  display: none;
}
#header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 100px;
  padding: 20px 0;
  gap: 20px;
}

/* LOGO STYLE Start*/
.logo-holder {
  display: flex;
  align-items: center;
  width: fit-content;
  height: fit-content;
  max-width: 180px;
  gap: 10px;
  /* max-height: 60px; */
}
.logo-holder img,
.logo-holder svg {
  width: fit-content;
  max-width: 60px;
  height: fit-content;
  max-height: 60px;
  object-fit: contain;
  object-position: left;
  flex-shrink: 0;
}
.logo-holder .logo-text {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
.logo-holder .logo-text {
  display: flex;
  flex-direction: column;
}
.logo-holder .logo-text__title {
  font-weight: 800;
  font-size: 16px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--head-primary);
}
.logo-holder .logo-text__subtitle {
  font-weight: 800;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--primary);
}

/* LOGO STYLE End*/

/* SOC STYLE Start*/
.soc-holder * {
  transition: all 0.3s ease-in;
}
.soc-holder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.soc-holder .soc-icon,
#mobile-mnu .soc-holder .soc-icon {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  outline: 1px solid var(--stroke);
  background: var(--background-secondary);
  overflow: hidden;
  flex-shrink: 0;
}
.soc-holder .soc-icon::before {
  content: "";
  position: absolute;
  width: 102%;
  height: 5px;
  bottom: 0;
  left: 0;
  transform: translate(0, 5px);
  background: var(--primary);
  transition: all 0.3s ease-in;
}
.soc-holder .soc-icon:hover::before {
  transform: translate(0, 0);
}
.soc-holder .soc-icon svg,
#mobile-mnu .soc-holder .soc-icon svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.soc-holder .soc-icon:hover,
#mobile-mnu .soc-holder .soc-icon:hover {
  background: var(--hover);
  /* border: unset; */
  outline: 1px solid transparent;
}
.soc-holder .soc-icon:hover svg path {
  fill: var(--background);
}
.soc-holder .soc-icon:hover svg rect {
  fill: var(--hover);
}

@media (max-width: 768px) {
  .soc-holder .soc-icon {
    width: 35px;
    height: 35px;
  }
  .soc-holder .soc-icon svg {
    width: 15px;
    height: 15px;
  }
}
/* SOC STYLE End*/

/* EMAILS Start */
.emails-holder {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 10px;
}
.emails-holder .email {
  width: fit-content;
  white-space: nowrap;
}
.emails-holder .email:hover {
  color: var(--primary);
}
/* EMAILS End */

/* PHONE STYLE Start*/
.phones-holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.phone {
  width: fit-content;
  white-space: nowrap;
}
.phone:hover {
  color: var(--primary);
}
/* PHONE STYLE End*/

#header .connection-holder {
  display: flex;
  align-items: center;
  gap: 40px;
}
#header .connection {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5px;
}
#header .connection .email {
  color: var(--main-text-primary);
}
#header .connection .email:hover {
  color: var(--primary);
}

#header .menu-holder {
  display: flex;
  align-items: center;
  gap: 23px;
  padding-left: 10px;
}

#header .header-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  list-style: none;
}

#header .header-menu li {
  padding: 0;
  margin: 0;
}
#header .header-menu li a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  color: var(--head-primary);
  padding-bottom: 2px;
  margin-bottom: 2px;
  gap: 5px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
#header .header-menu li:hover a {
  color: var(--primary);
}

#header .header-menu.main .nav-menu-element.has-childs > a::after {
  content: "";
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow-menu.svg);
  transition: all 0.3s ease-in;
}
#header .header-menu.main .nav-menu-element.has-childs:hover > a::after {
  filter: brightness(5) saturate(15) hue-rotate(220deg);
  transform: rotate(180deg);
}

#header .header-menu a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  transform: translate(-101%, 0);
  background: var(--primary);
  transition: all 0.3s ease-in;
}
#header .header-menu a:hover::before {
  transform: translate(0, 0);
}

/* catalog menu start */
#header .header-menu.cat-menu {
  width: fit-content;
  height: 50px;
}
#header .header-menu.cat-menu > .nav-menu-element.has-childs > a::after {
  content: "";
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/catalog-icon.svg);
  transform: translate(0, 0);
  transition: all 0.3s ease-in;
}
#header .header-menu.cat-menu > .nav-menu-element:hover.has-childs > a::after {
  filter: brightness(10);
  transition: all 0.3s ease-in;
}
#header .header-menu.cat-menu > li > a {
  flex-direction: row-reverse;
  padding: 15px 30px;
  gap: 10px;
  background: var(--background-secondary);
}
#header .header-menu.cat-menu > li:hover > a {
  color: var(--background);
  background: var(--hover);
}
#header .header-menu.cat-menu > li > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  transform: translate(0, 5px);
  background: var(--primary);
  transition: all 0.3s ease-in;
}
#header .header-menu.cat-menu > li:hover > a::before {
  transform: translate(0, 0);
}
#header .header-menu.cat-menu svg {
  width: 16px;
  height: 16px;
}
#header .header-menu.cat-menu svg path {
  fill: var(--head-primary);
}
#header .header-menu.cat-menu:hover svg path {
  fill: var(--background);
}
/* catalog menu end */

#header .header-menu .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  width: max-content;
  height: max-content;
  max-width: 500px;
  min-width: 150px;
  left: 0;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  cursor: default;
  padding: 20px;
  border: 1px solid var(--stroke);
  background: var(--background);
  transform: translate(0, -2px);
  transition-delay: 0.15s;
  transition: all 0.3s ease-in;
  z-index: 100;
}
#header .header-menu.main .sub-menu {
  transform: translate(0, 12px);
}
#header .header-menu.main .sub-menu:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 20px;
}
#header .header-menu > .nav-menu-element.has-childs:hover .sub-menu,
#header .header-menu > .nav-menu-element.has-childs:active .sub-menu {
  opacity: 1;
  /* left: -30px; */
  visibility: visible;
}
#header .header-menu .sub-menu li {
  display: flex;
  width: 100%;
  height: auto;
  /* 390 - 220 */
  max-width: clamp(13.75rem, 2.392rem + 18.32vw, 24.375rem);
  padding: 0;
}
#header .header-menu .sub-menu li a {
  position: relative;
  width: fit-content;
  height: fit-content;
  padding-bottom: 2px;
  margin-bottom: 2px;
  color: var(--head-primary);
  /* 16 - 14 */
  font-size: clamp(0.875rem, 0.741rem + 0.22vw, 1rem);
  font-weight: 700;
  line-height: 125%;
  text-transform: none;
  background: transparent !important;
}
#header .header-menu .sub-menu li a:hover {
  color: var(--primary);
}

#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 30px;
  width: 30px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
  cursor: pointer;
}
#header .burger.open_menu span {
  background: var(--primary);
  background-clip: border-box;
  pointer-events: none;
  width: 24px;
  height: 2px;
}
#header .burger.open_menu.clicked {
  background-color: var(--white);
}

@media (max-width: 1480px) {
  #header .menu-holder {
    padding-left: 0;
    gap: 15px;
  }
  #header .header-menu.main {
    gap: 15px;
  }
  #header .header-menu li a {
    gap: 2px;
    font-size: 14px;
  }
  #header .header-menu.cat-menu > li > a {
    padding: 15px 20px;
  }
  #header .connection-holder {
    gap: 15px;
  }
  #header .soc-fixed {
    display: none;
  }
}
@media (max-width: 1220px) {
  #header .header-menu.main,
  #header .header-menu .sub-menu {
    display: none;
  }
  #header .menu-holder {
    margin-right: auto;
  }
  #header .burger.open_menu {
    display: flex;
  }
}
@media (max-width: 768px) {
  #header .header-wrapper {
    min-height: auto;
    padding: 10px 0;
    gap: 10px;
  }
  #header .menu-holder {
    display: none;
  }
  .logo-holder {
    max-width: 220px;
  }
  .logo-holder img,
  .logo-holder svg {
    max-width: 50px;
    max-height: 50px;
  }
  #header .logo-holder .logo-text__title {
    font-size: 14px;
  }
  #header .logo-holder .logo-text__subtitle {
    font-size: 9px;
  }
}
@media (max-width: 480px) {
  .logo-holder img,
  .logo-holder svg {
    max-width: 40px;
    max-height: 40px;
  }
  #header .emails-holder {
    display: none;
  }
  #header .connection-holder {
    gap: 10px;
  }
  #header .phone {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  #header .header-content {
    gap: 5px;
  }
}
/*================ MOBILE MNU Start =============*/

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  gap: 15px;
  background: var(--background);
  padding: 20px;
  overflow-y: auto;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
}
#header #mobile-mnu.opened {
  transform: translateX(0);
}
#header #mobile-mnu #close-mnu {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#header #mobile-mnu #close-mnu svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#header #mobile-mnu #close-mnu svg path {
  fill: var(--primary);
}
#header #mobile-mnu #close-mnu:hover svg path {
  opacity: 0.7;
}
#header #mobile-mnu .logo-holder {
  display: flex;
  justify-content: start;
  width: 100%;
  max-width: none;
  max-height: 60px;
  margin: 0;
  padding-right: 30px;
}
#header #mobile-mnu .logo-holder .logo-text__title {
  font-size: 16px;
}
#header #mobile-mnu .logo-holder .logo-text__subtitle {
  font-size: 12px;
}
#header #mobile-mnu .logo-holder img {
  display: flex;
}
#header #mobile-mnu .menu {
  list-style-type: none;
  gap: 0;
}
#header #mobile-mnu .menu li {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 0;
}
#header #mobile-mnu .menu li:not(:last-of-type) {
  margin-bottom: 10px;
}
#header #mobile-mnu .menu li a {
  display: flex;
  position: relative;
  align-items: center;
  width: fit-content;
  color: var(--main-text-primary);
}
#header #mobile-mnu .menu .sub-menu {
  display: none;
}
#header #mobile-mnu a,
#header #mobile-mnu p,
#header #mobile-mnu .time-work__text {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  color: var(--main-text-primary);
}
#header #mobile-mnu a:hover {
  color: var(--primary);
}
#header #mobile-mnu .item-holder,
#header #mobile-mnu .item-holder__value {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#header #mobile-mnu .item-holder__title {
  font-size: 12px;
  line-height: 120%;
  font-weight: 400;
  color: var(--main-text-secondary);
}
#header #mobile-mnu .btn-holder .btn {
  width: 100%;
}
/*================ MOBILE MNU End =============*/

/*============ FOOTER Start ===============*/
#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  background: var(--background-secondary);
}
#footer .footer-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#footer ul li {
  padding: 0;
  margin: 0;
}
#footer ul li::before {
  display: none;
}
#footer a {
  color: var(--head-primary);
}
#footer a:hover {
  color: var(--primary);
}

#footer .footer-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#footer .footer-top .menu-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 40px 30px 30px 0;
  gap: 30px;
}
#footer .footer-top .menu-top {
  display: flex;
  width: 100%;
  gap: 30px;
}
#footer .footer-top .menu-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#footer .footer-top .menu-item a {
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: var(--main-text-secondary);
  cursor: pointer;
}
#footer .footer-top a.menu-item__title {
  font-weight: 700;
  color: var(--head-primary);
  margin-bottom: 15px;
}
#footer .footer-top .menu.serv {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
}
#footer .footer-top .menu.serv li {
  display: flex;
  width: fit-content;
  margin-bottom: 10px;
}

#footer .footer-top .menu.main {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
}
#footer .footer-top .menu.main a {
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  color: var(--head-primary);
  cursor: pointer;
}
#footer .footer-top .menu a:hover {
  color: var(--primary);
}

#footer .footer-top .info-holder {
  display: flex;
  width: 100%;
  padding: 40px 0 30px 35px;
  column-gap: 30px;
  row-gap: 20px;
  border-left: 1px solid var(--stroke);
}
#footer .footer-top .info-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
  margin-left: 5px;
}
#footer .footer-top .qr-code {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}
#footer .footer-top .qr-code img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}
#footer .footer-top .qr-code__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 194px;
  gap: 10px;
}
#footer .footer-top .qr-code__text__bottom {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}
#footer .footer-top .contacts-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
#footer .footer-top .contact-item {
  display: inline;
}
#footer .footer-top .contact-item__value {
  display: inline;
  margin: 0;
}
#footer .footer-top .contact-item__title {
  display: inline;
  width: fit-content;
  font-weight: 700;
  color: var(--main-text-secondary);
}
#footer .footer-top .contact-map {
  display: flex;
  height: 210px;
  border: 1px solid var(--stroke);
}

#footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid var(--stroke);
}
#footer .footer-bottom__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 30px 20px 0;
}
#footer .dev {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  color: var(--head-primary);
}
#footer .privacy-holder {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--main-text-secondary);
  margin-right: 15px;
}
#footer .dev .glogo {
  width: 111px;
  height: 18px;
  mask-image: url(../images/gmask.png);
  mask-origin: border-box;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: var(--main-text-primary);
  position: relative;
  cursor: pointer;
  display: inline-flex;
  vertical-align: sub;
  overflow: hidden;
}
#footer .dev .glogo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  transform: translateX(100%);
  transition: transform 0.7s ease-in;
  background: linear-gradient(
      90deg,
      #fe6604 10%,
      #ee0a76 30%,
      #ee0a76 60%,
      #fe6604 101%
    )
    repeat-x 0 0;
  background-size: 100px;
  animation-duration: 5s;
  animation-name: slideUp;
  animation-iteration-count: infinite;
  animation-delay: 3s;
}
#footer .dev .glogo:hover:before {
  animation-name: unset;
  transform: translateX(0);
}
#footer .rights {
  display: flex;
  align-items: center;
  padding: 20px 0 20px 35px;
  width: 100%;
  border-left: 1px solid var(--stroke);
  color: var(--main-text-secondary);
}

@keyframes slideUp {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 1320px) {
  #footer .footer-top .menu-holder {
    padding: 30px 20px 30px 0;
    gap: 20px;
  }
  #footer .footer-top .menu-top {
    gap: 20px;
  }
  #footer .footer-top .info-holder {
    padding: 30px 0 30px 20px;
    gap: 20px;
  }
  #footer .footer-bottom__left {
    padding: 20px 20px 20px 0;
  }
  #footer .privacy-holder {
    margin-right: 0;
  }
  #footer .rights {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 1220px) {
  #footer .footer-top .info-holder {
    flex-direction: column;
  }
  #footer .footer-top .info-item {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 1100px) {
  #footer {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  #footer .footer-top {
    flex-direction: column;
    padding: 20px 0;
    gap: 40px;
  }
  #footer .footer-top .menu-holder,
  #footer .footer-top .info-holder {
    padding: 0;
    border: unset;
  }
  #footer .footer-top .menu.main {
    row-gap: 10px;
  }
  #footer .footer-bottom__left {
    padding: 20px 10px 20px 0;
  }
  #footer .rights {
    padding: 20px 0 20px 10px;
  }
}
@media (max-width: 768px) {
  #footer {
    margin-top: 20px;
  }
  #footer .footer-bottom {
    flex-direction: column;
    padding: 20px 0;
    gap: 10px;
  }
  #footer .footer-bottom__left,
  #footer .rights {
    flex-direction: column;
    justify-content: center;
    padding: 0;
    gap: 10px;
    border: unset;
  }
  #footer .dev {
    flex-direction: row;
    align-items: end;
    gap: 5px;
  }
}
@media (max-width: 620px) {
  #footer .footer-top {
    gap: 20px;
  }
  #footer .footer-top .menu.main {
    column-gap: 20px;
  }
  #footer .footer-top .menu-top {
    flex-direction: column;
  }
  #footer .footer-top .qr-code {
    gap: 10px;
  }
  #footer .footer-top .qr-code img {
    width: 60px;
    height: 60px;
  }
  #footer .footer-bottom {
    padding: 10px 0;
  }
}
@media (max-width: 420px) {
}

/*============ FOOTER End ===============*/

/*============ ERROR PAGE Start ===============*/

.error-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: fit-content;
  gap: 40px;
  padding-top: 30px;
}
.error-wrapper .error-int {
  display: flex;
  width: fit-content;
  align-items: center;
  max-width: 360px;
  height: fit-content;
  font-size: 200px;
  font-weight: 800;
  line-height: 125%;
  text-transform: uppercase;
  text-align: center;
  color: var(--stroke);
}
.error-wrapper .error-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}
.error-wrapper .error-text__title {
  margin: 0;
}
.error-wrapper .btn {
  margin-top: 15px;
}

@media (max-width: 992px) {
  .error-wrapper {
    align-items: center;
    padding-top: 0;
    gap: 10px;
  }
  .error-wrapper .error-text {
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .error-wrapper .btn {
    margin-top: 10px;
  }
  .error-wrapper .error-int {
    max-height: 150px;
    font-size: 150px;
  }
}

/*============ ERROR page End===============*/

/* ============== MODAL Start ============= */
.theme-modal {
  display: none;
  position: relative;
}
.theme-modal .title {
  margin-bottom: 20px;
  padding-right: 20px;
}
.theme-modal .subtitle {
  margin-bottom: 40px;
}
.theme-modal .btn {
  width: 100%;
}
.theme-modal .contacts {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
  margin-top: 40px;
}
.theme-modal .contacts__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}
.theme-modal .contacts__text {
  display: flex;
  width: 100%;
  padding-top: 15px;
  border-top: 2px solid var(--stroke);
  color: var(--main-text-secondary);
}

@media (max-width: 768px) {
  .theme-modal .title {
    margin-bottom: 10px;
  }
  .theme-modal .subtitle {
    margin-bottom: 20px;
  }
  .theme-modal .contacts {
    margin-top: 20px;
  }
}

.fancybox__content > .f-button.is-close-btn {
  top: 58px !important;
  right: 30px !important;
  width: 20px !important;
  height: 20px !important;
  opacity: 1 !important;
  --f-button-border-radius: 0 !important;
  --f-button-color: transparent !important;
  --f-button-outline-color: transparent !important;
  --f-button-bg: transparent !important;
  --f-button-active-bg: transparent !important;
  --f-button-hover-bg: transparent !important;
  transition: all 0.3s ease-in !important;
}
.fancybox__content > .f-button.is-close-btn svg {
  width: 100% !important;
  height: 100% !important;
  stroke: transparent !important;
}
.fancybox__content > .f-button.is-close-btn svg path {
  fill: var(--stroke) !important;
  transition: all 0.3s ease-in !important;
}
.fancybox__content > .f-button.is-close-btn:hover svg path {
  fill: var(--primary) !important;
}
.f-button svg {
  stroke: white !important;
}
.fancybox__content {
  overflow: hidden !important;
}
.theme-modal.fancybox__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 730px;
  height: 100%;
  padding: 50px 30px;
  margin-left: auto;
  background: var(--background);
  border: 1px solid var(--stroke);
  overflow: auto;
}
.fancybox__html5video,
.fancybox__iframe {
  outline: none;
  overflow: hidden;
}
.fancybox__backdrop {
  background-color: hsla(0, 0%, 0%, 0.3) !important;
}
.fancybox__slide {
  padding: 60px 5px !important;
}
.fancybox__slide:has(.theme-modal) {
  padding: 0 !important;
}
button {
  border: unset;
}
button,
input {
  outline: none;
}

/* .theme-modal #file {
  display: none;
}
.theme-modal .file span {
  color: var(--head-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--card);
  cursor: pointer;
  transition: 0.3s;
} */

@media (max-width: 1100px) {
  .theme-modal.fancybox__content {
    max-width: 520px;
  }
}
@media (max-width: 768px) {
  .theme-modal.fancybox__content {
    max-width: 420px;
    padding: 40px 20px;
  }
  .fancybox__content > .f-button.is-close-btn {
    top: 20px !important;
  }
}
/* ============== MODAL End ============= */

/* ============== SWIPER Start ============= */

.swiper-holder {
  position: relative;
}
.swiper {
  width: 100%;
  overflow: hidden !important;
}
.swiper-holder .swiper-slide {
  width: 100%;
  height: auto !important;
}
.swiper-additionals {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 15px;
  margin-top: 30px;
}
.swiper-additionals:has(.swiper-button-lock) {
  display: none;
}
.swiper-pagination {
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: fit-content !important;
  gap: 10px !important;
}
.swiper-pagination-bullet {
  position: relative;
  width: 4px !important;
  height: 4px !important;
  opacity: 1 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border: unset !important;
  background: var(--stroke) !important;
  transition: 0.3s ease-in !important;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  background: var(--primary) !important;
}
.swiper-pagination-bullet-active {
  width: 10px !important;
  background: var(--primary) !important;
}

.swiper-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.swiper-btn-prev {
  scale: -1;
}
/* .swiper-btn-next {
  margin-right: auto;
} */
.swiper-btn-prev,
.swiper-btn-next {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 50px;
  padding: 15px 25px;
  outline: 1px solid var(--primary);
  background: transparent;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s ease-in;
  overflow: hidden;
}
.swiper-btn-prev:hover,
.swiper-btn-next:hover {
  background: var(--hover);
  outline: 1px solid transparent;
}

.swiper-btn-prev::before,
.swiper-btn-next::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--primary);
  transform: translate(0, 5px);
  transition: all 0.3s ease-in;
}
.swiper-btn-prev::before {
  top: 0;
  bottom: auto;
  transform: translate(0, -6px);
}
.swiper-btn-prev:hover::before,
.swiper-btn-next:hover::before {
  transform: translate(0, 0);
}

.swiper-btn-prev svg,
.swiper-btn-next svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.swiper-btn-prev svg path,
.swiper-btn-next svg path {
  fill: var(--primary);
  transition: all 0.3s ease-in;
}
.swiper-btn-prev:hover svg path,
.swiper-btn-next:hover svg path {
  fill: var(--background);
}
.swiper-button-disabled {
  background: var(--stroke);
  outline: 1px solid var(--stroke);
  pointer-events: none;
}
.swiper-button-disabled svg path {
  fill: var(--main-text-secondary);
}

.swiper-btns-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 20px;
}
.swiper-btns-holder .swiper-additionals {
  width: fit-content;
  justify-content: start;
  margin-top: 0;
}

@media (max-width: 768px) {
  .swiper-btns-holder,
  .swiper-additionals {
    margin-top: 20px;
  }
  .swiper-btns {
    gap: 20px;
  }
  .swiper-btn-prev,
  .swiper-btn-next {
    width: 60px;
    height: 40px;
  }
}
@media (max-width: 512px) {
  .swiper-pagination {
    display: none !important;
  }
}

/* ============== SWIPER End ============= */

/* ============== PAGINATIONS PAGE Start ============= */
.page-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-top: 30px;
}
.page-navigation .nav-links {
  display: flex;
  align-items: center;
  gap: 5px;
}
.page-navigation .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 45px;
  padding: 10px 12px;
  background: transparent;
  color: var(--head-primary);
  font-weight: 400;
  /* 18 - 12*/
  font-size: clamp(0.75rem, 0.675rem + 0.38vw, 1.125rem);
  line-height: 140%;
  transition: all 0.3s ease-in;
}
.page-navigation .nav-links .page-numbers.dots {
  padding: 0;
  color: var(--head-primary);
  pointer-events: none;
}
.page-navigation .nav-links .page-numbers:hover {
  color: var(--primary);
}
.page-navigation .nav-links .page-numbers.current {
  background: var(--primary);
  color: var(--background);
}
.swiper-btn-prev.disabled,
.swiper-btn-next.disabled {
  background: var(--stroke);
  outline: 1px solid var(--stroke);
  pointer-events: none;
}
.swiper-btn-prev.disabled svg path,
.swiper-btn-next.disabled svg path {
  fill: var(--main-text-secondary);
}

@media (max-width: 768px) {
  .page-navigation {
    margin-top: 20px;
  }
  .page-navigation .nav-links .page-numbers {
    height: 35px;
    padding: 5px 10px;
  }
}
/* ============== PAGINATIONS PAGE End ============= */

/* ============== FORM STYLE Start ============= */

.form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-bot {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form input,
.form textarea,
.form select,
.form .form-input,
.form input::placeholder,
.form textarea::placeholder,
.form .input-wrapper .label {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--main-text-secondary);
}
.form input,
.form textarea,
.form select,
.form .form-input {
  display: flex;
  width: 100%;
  height: 50px;
  padding: 22px 20px 8px 20px;
  outline: none;
  color: var(--head-primary);
  cursor: pointer;
  border: 1px solid var(--stroke);
  background: var(--background);
  transition: all 0.3s ease-in;
}
.form textarea {
  height: 116px;
  resize: none;
}
.form select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  padding: 10px 32px;
}
.form .select-holder::before {
  content: "";
  display: flex;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../images/select-before.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
.form input::placeholder,
.form textarea::placeholder {
  overflow: visible;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.form input:hover::placeholder,
.form input:focus::placeholder,
.form textarea:hover::placeholder,
.form textarea:focus::placeholder {
  opacity: 1;
}
.form input:hover,
.form input:focus,
.form textarea:hover,
.form textarea:focus {
  border: 1px solid var(--background);
  border-bottom: 2px solid var(--primary);
}

.form .input-wrapper {
  position: relative;
  width: 100%;
}

.form .input-wrapper .label {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  pointer-events: none;
  transition: all 0.3s ease-in;
}
.form .input-wrapper:has(textarea) .label {
  top: 15px;
  transform: unset;
}
.input-wrapper:hover .label,
.input-wrapper input:focus ~ .label,
.input-wrapper textarea:focus ~ .label,
.input-wrapper > input:not(:placeholder-shown) ~ .label,
.input-wrapper > textarea:not(:placeholder-shown) ~ .label {
  top: 4px !important;
  transform: translate(0, 0) !important;
  font-size: 12px;
  line-height: 125%;
}
.form input:focus,
.form > input:not(:placeholder-shown) {
  outline: none;
}
.form input.error,
.form textarea.error,
.form input.error + .label,
.form textarea.error + .label {
  border-color: var(--danger) !important;
  color: var(--danger) !important;
}

.form input.error::placeholder,
.form textarea.error::placeholder {
  color: var(--danger) !important;
}
.form input.error,
.form textarea.error {
  border: 1px solid var(--danger) !important;
}

.form .form-control.success {
  color: var(--success);
  border: 1px solid var(--success);
}
.form .form-control.success ~ .label {
  color: var(--success);
}

.form .form-input {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 32px;
  gap: 10px;
  overflow-y: hidden;
  text-wrap: nowrap;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.form .form-input.active .btn {
  display: none;
}
.form .form-input .file-label {
  display: flex;
  align-items: center;
  gap: 10px;
  text-wrap: nowrap;
  color: var(--head-primary);
  transition: all 0.3s ease-in;
}
.form .form-input .btn {
  position: absolute;
  left: auto;
  right: 4px;
  width: fit-content;
  height: 54px;
  padding: 25px 20px;
  font-weight: 600;
  color: var(--head-primary);
  background: var(--background);
}
.form .form-input .btn:hover {
  color: var(--background);
  background: var(--primary-hover);
}
.form .form-input::-webkit-scrollbar {
  height: 5px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.form .form-input::-webkit-scrollbar-thumb {
  background-color: var(--head-secondary);
  border-radius: 100px;
}
.form .form-input .file {
  display: contents;
}
.form .form-input .file-remove__icon {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  pointer-events: none;
  display: none;
  cursor: pointer;
}
.form .form-input.active span {
  color: var(--main-text-primary) !important;
}
.form .form-input.active:hover .file-label {
  opacity: 1;
}
.form .form-input.active .file-remove__icon {
  display: flex;
  pointer-events: all;
}
.form .form-input.active .file-remove__icon svg path {
  fill: var(--main-text-primary);
  transition: all 0.3s ease-in;
}
.form .form-input.active .file-remove__icon:hover svg path {
  fill: var(--primary);
}
.form .btn {
  width: 100%;
}
.form .privacy-policy,
.form .privacy-policy a {
  width: 100%;
  font-weight: 500;
  /* 14 - 10 */
  font-size: clamp(0.625rem, 0.575rem + 0.25vw, 0.875rem);
  line-height: 140%;
  color: var(--main-text-primary);
}
.form .privacy-policy a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--primary);
}

@media (max-width: 1100px) {
  .form {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .form input,
  .form textarea,
  .form select,
  .form .form-input {
    height: 40px;
    padding: 15px 20px 5px 20px;
  }
  .input-wrapper:hover .label,
  .input-wrapper input:focus ~ .label,
  .input-wrapper textarea:focus ~ .label,
  .input-wrapper > input:not(:placeholder-shown) ~ .label,
  .input-wrapper > textarea:not(:placeholder-shown) ~ .label {
    top: 5px !important;
    font-size: 10px;
  }
  .form textarea {
    height: 90px;
  }
}
@media (max-width: 620px) {
  .form input,
  .form textarea,
  .form select,
  .form .form-input,
  .form input::placeholder,
  .form textarea::placeholder,
  .form .input-wrapper .label {
    font-size: 12px;
  }
}
/* ============== FORM STYLE End============= */

/* ============== MAINBANNER Start============= */

.mainbanner-block {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  gap: 40px;
}
.mainbanner-block .banner {
  display: flex;
  position: relative;
  width: 100%;
  height: fit-content;
  padding: 0;
  gap: 40px;
}
.mainbanner-block .banner-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mainbanner-block .content-side {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 1120px;
  padding: 46px 0 164px 0;
  gap: 40px;
  z-index: 1;
}
.mainbanner-block .page-title,
.mainbanner-block .desc * {
  margin-bottom: 0;
  color: var(--background);
}
.mainbanner-block .desc ul li::before {
  background: var(--background);
}

.mainbanner-block .toggle-side {
  display: flex;
  position: relative;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  z-index: 1;
}
.mainbanner-block .toggle-holder {
  display: flex;
  width: 100%;
}
.mainbanner-block .toggle-side__item {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 55px 30px 20px 30px;
}
.mainbanner-block .toggle-side__item.active {
  padding: 45px 30px 30px 30px;
  opacity: 1;
}
.mainbanner-block .toggle-side__item__title {
  color: var(--background);
  opacity: 0.5;
}
.mainbanner-block .toggle-side__item.active .toggle-side__item__title {
  color: var(--background);
  opacity: 1;
}
.mainbanner-block .toggle-side__item:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mainbanner-block .file-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainbanner-block .file-side__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1510px;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.mainbanner-block .file-side__video,
.mainbanner-block .file-side__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainbanner-block .advantages-ints {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: fit-content;
  width: 100%;
  gap: 30px;
}
.mainbanner-block .img-side {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mainbanner-block .img-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mainbanner-block .advantages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: fit-content;
  width: 100%;
  gap: 30px;
}
.mainbanner-block .advantage {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px;
  gap: 15px;
  border: 1px solid var(--stroke);
}
.mainbanner-block .advantage__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: var(--background-secondary);
  flex-shrink: 0;
}
.mainbanner-block .advantage__icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.mainbanner-block .swiper-additionals {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mainbanner-block .swiper-pagination {
  width: 100% !important;
  margin-left: unset !important;
  gap: 0 !important;
}
.mainbanner-block .swiper-pagination-bullet {
  width: 100% !important;
  border-radius: 0 !important;
  border: unset !important;
  background: transparent !important;
  overflow: hidden !important;
}
.mainbanner-block .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  top: 0;
  left: 0;
  z-index: 2;
}
.mainbanner-block .swiper-pagination-bullet-active::before {
  background-color: var(--primary);
  width: 100%;
  height: 100%;
  animation: slide-progress 10s cubic-bezier(0.3, 0, 0.5, 1) forwards;
}

@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 1480px) {
  .mainbanner-block .content-side {
    padding: 40px 0 80px 0;
    gap: 30px;
  }
  .mainbanner-block .toggle-side__item {
    padding: 30px 20px 10px 20px;
  }
  .mainbanner-block .toggle-side__item.active {
    padding: 20px;
  }
  .mainbanner-block .advantages {
    gap: 20px;
  }
  .mainbanner-block .advantage__icon {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1220px) {
  .mainbanner-block {
    gap: 20px;
  }
  .mainbanner-block .advantages {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .mainbanner-block .advantage {
    width: calc((100% - 10px) / 2);
    flex: 1 1 auto;
    gap: 10px;
  }
  .mainbanner-block .advantage__icon {
    width: 45px;
    height: 45px;
  }
  .mainbanner-block .advantage__icon img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 992px) {
  .mainbanner-block .content-side {
    padding: 20px 0 60px 0;
    gap: 20px;
  }
  .mainbanner-block .toggle-side {
    display: none;
  }
  .mainbanner-block .swiper-pagination {
    gap: 10px !important;
  }
  .mainbanner-block .swiper-pagination-bullet {
    background: var(--hover) !important;
  }
}
@media (max-width: 576px) {
  .mainbanner-block .advantage {
    width: 100%;
    padding: 5px;
  }
  .mainbanner-block .advantage__icon {
    width: 35px;
    height: 35px;
  }
  .mainbanner-block .advantage__icon img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 512px) {
  .mainbanner-block .container {
    height: 100%;
  }
  .mainbanner-block .content-side {
    padding: 20px 0;
    gap: 10px;
  }
  .mainbanner-block .content-side .btn {
    margin-top: auto;
  }
  .mainbanner-block .file-side__filter {
    background: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.8) 100%
    );
  }
}

/* ============== MAINBANNER End ============= */

/* ============== STOCK ITEM Start ============= */

.stock-item {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 400px;
  justify-content: space-between;
  background: var(--background-secondary);
}
.stock-item__content {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 40px;
  gap: 40px;
}
.stock-item__content__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 630px;
  gap: 15px;
}
.stock-item__img {
  display: flex;
  position: relative;
  width: 70%;
  max-width: 500px;
  height: auto;
}
.stock-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1520px) {
  .stock-item {
    min-height: 300px;
  }
}
@media (max-width: 992px) {
  .stock-item {
    min-height: 220px;
  }
  .stock-item__content {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .stock-item {
    min-height: auto;
  }
  .stock-item__content {
    gap: 20px;
  }
  .stock-item__content__text {
    gap: 10px;
  }
  .stock-item__content__btn {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .stock-item {
    flex-direction: column;
  }
  .stock-item__content {
    height: 100%;
    padding: 15px;
  }
  .stock-item__img {
    width: 100%;
    max-width: none;
    height: 55vw;
    max-height: 250px;
    flex-shrink: 0;
  }
}

@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}
/* ============== STOCK ITEM End ============= */

/* ============== ARCHIVE STOCKS Start ============= */

.archive-stocks .stocks-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
.archive-stocks .stocks-holder {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1480px) {
  .archive-stocks .stocks-holder {
    gap: 20px;
  }
}
/* ============== ARCHIVE STOCKS End ============= */

/* ============== REVIEWS ITEM Start ============= */

.review-item * {
  transition: all 0.3s ease-in;
}
.review-item {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  gap: 20px;
  background: var(--background-secondary);
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.review-item .img-side {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 200px;
  height: 290px;
  border: 1px solid var(--stroke);
  flex-shrink: 0;
  overflow: hidden;
  cursor: pointer;
}
.review-item .img-side img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
}
.review-item .img-side:hover img {
  transform: scale(1.03);
}
.review-item .img-side__filter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  z-index: 1;
}
.review-item .img-side__filter svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.review-item .img-side__filter svg path {
  fill: var(--background);
}
.review-item .img-side:hover .img-side__filter {
  opacity: 1;
}

.review-item .content-side {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}
.review-item .content-side__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 5px;
}
.review-item .content-side__top__logo {
  display: flex;
  position: relative;
  justify-content: start;
  align-items: center;
  width: 100%;
  max-width: 140px;
  height: 32px;
}
.review-item .content-side__top__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.review-item .content-side__top__date {
  color: var(--main-text-secondary);
  margin-left: auto;
}
.review-item .content-side__text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.review-item .content-side__text__value * {
  line-height: normal;
}
.review-item .content-side__text__value p:not(:last-of-type) {
  margin-bottom: 10px;
}
.review-item .content-side__text__value.hidden {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.review-item .read-more-btn {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  font-weight: 700;
  line-height: 125%;
  color: var(--primary);
  cursor: pointer;
}
.review-item .read-more-btn:hover {
  color: var(--hover);
}
.review-item .read-more-btn .arrow {
  display: flex;
  align-items: end;
  width: 20px;
  height: 20px;
  background-repeat: repeat;
  overflow: hidden;
}
.review-item .read-more-btn svg {
  background-repeat: repeat;
  transform: translate(0, 0);
}
.review-item .read-more-btn:hover svg {
  transform: translate(0, 24px);
}
.review-item .read-more-btn svg path {
  fill: var(--primary);
}
.review-item .read-more-btn:hover svg path {
  fill: var(--hover);
}

@media (max-width: 1100px) {
  .review-item {
    gap: 10px;
  }
  .review-item .content-side,
  .review-item .content-side__text {
    gap: 10px;
  }
  .review-item .img-side {
    max-width: 170px;
    height: 250px;
  }
  .review-item .content-side__top__logo {
    max-width: 120px;
    height: 28px;
  }
}
@media (max-width: 992px) {
  .review-item {
    padding: 20px;
  }
  .review-item .img-side {
    max-width: 150px;
    height: 220px;
  }
}
@media (max-width: 480px) {
  .review-item {
    padding: 15px;
  }
  .review-item .content-side__top__logo {
    max-width: 100px;
    height: 25px;
  }
}
@media (max-width: 420px) {
  .review-item {
    flex-direction: column-reverse;
  }
  .review-item .img-side__filter {
    display: none;
  }
}
/* ============== REVIEWS ITEM End ============= */

/* ============== REVIEWS MODAL Start ============= */

#review-overflow.theme-modal {
  padding: 50px 20px;
  background: var(--background);
  overflow-y: auto !important;
}
#review-overflow .content-side {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
#review-overflow .content-side__top__date,
#review-overflow .content-side__title {
  padding-right: 50px;
}
#review-overflow .content-side__text__value * {
  color: var(--head-primary);
  line-height: normal;
  margin-bottom: 0;
}
#review-overflow .content-side__text__value p:not(:last-of-type) {
  margin-bottom: 5px;
}
#review-overflow .content-side__top__logo,
#review-overflow .read-more-btn {
  display: none;
}
#review-overflow .review-item__bottom__text {
  -webkit-line-clamp: unset;
  max-height: unset;
}
@media (max-width: 992px) {
  #review-overflow.theme-modal {
    padding: 20px;
  }
}
/* ============== REVIEWS MODAL End ============= */

/* ============== ARCHIVE REVIEWS Start ============= */

.archive-reviews .reviews-wrapper {
  padding-top: 0;
}
.archive-reviews .reviews-holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 1480px) {
  .archive-reviews .reviews-holder {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .archive-reviews .reviews-holder {
    gap: 10px;
  }
}
@media (max-width: 860px) {
  .archive-reviews .reviews-holder {
    display: flex;
    flex-direction: column;
  }
}
/* ============== ARCHIVE REVIEWS End ============= */

/* ============== ARCHIVE SERVICES Start ============= */

.services-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  padding-top: 0;
  gap: 30px;
}
.service-cat-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px;
  gap: 20px;
  background: var(--background-secondary);
}
.services-card-holder * {
  transition: all 0.3s ease-in;
}
.services-card-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}
.service-card {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-card__icon {
  display: flex;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.service-card__icon img,
.service-card__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.service-card__icon svg path {
  fill: var(--main-text-secondary);
}
.service-card:hover .service-card__icon svg path {
  fill: var(--primary);
}
.service-card__title {
  color: var(--main-text-primary);
}
.service-card:hover .service-card__title {
  color: var(--primary);
}

@media (max-width: 1520px) {
  .services-wrapper {
    gap: 10px;
  }
  .service-cat-item {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .services-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .service-cat-item {
    width: calc((100% - 10px) / 2);
    flex: 1 1 auto;
    padding: 20px;
    gap: 10px;
  }
  .service-card__icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 576px) {
  .service-cat-item {
    width: 100%;
    padding: 15px;
  }
}
/* ============== ARCHIVE SERVICES End ============= */

/* ============== SINGLE SERVICE Start ============= */

.service-banner-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  gap: 20px;
}
.service-banner-block .banner-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  min-height: 490px;
  gap: 30px;
  background: var(--background-secondary);
}
.service-banner-block .banner-holder {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service-banner-block .content-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 0;
  gap: 60px;
  width: 70%;
  /* 1010 - 850 */
  max-width: clamp(53.125rem, 19.489rem + 36.36vw, 63.125rem);
  height: 100%;
}
.service-banner-block .content-side__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service-banner-block .page-title {
  margin: 0;
}
.service-banner-block .content-side__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}
.service-banner-block .content-side__bottom .price {
  display: flex;
  flex-direction: column;
  max-width: 220px;
  gap: 5px;
}
.service-banner-block .content-side__bottom .price__name {
  color: var(--main-text-primary);
}
.service-banner-block .content-side__bottom .price__value {
  color: var(--primary);
}
.service-banner-block .img-side {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  max-width: 685px;
  height: 100%;
}
.service-banner-block .img-side img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-banner-block .advantages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: fit-content;
  width: 100%;
  gap: 30px;
}
.service-banner-block .advantage {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px;
  gap: 15px;
  border: 1px solid var(--stroke);
}
.service-banner-block .advantage__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: var(--background-secondary);
  flex-shrink: 0;
}
.service-banner-block .advantage__icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
@media (max-width: 1480px) {
  .service-banner-block .banner-wrapper {
    min-height: auto;
  }
  .service-banner-block .content-side {
    width: 55%;
    padding: 30px 0;
  }
  .service-banner-block .content-side__text {
    gap: 10px;
  }
  .service-banner-block .img-side {
    width: 42%;
  }
  .service-banner-block .advantages {
    gap: 20px;
  }
  .service-banner-block .advantage__icon {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1220px) {
  .service-banner-block .advantages {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .service-banner-block .advantage {
    width: calc((100% - 10px) / 2);
    flex: 1 1 auto;
    gap: 10px;
  }
  .service-banner-block .advantage__icon {
    width: 45px;
    height: 45px;
  }
  .service-banner-block .advantage__icon img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 860px) {
  .service-banner-block .content-side {
    gap: 40px;
  }
  .service-banner-block .content-side__bottom {
    flex-direction: column-reverse;
    align-items: start;
  }
  .service-banner-block .content-side__bottom .btn {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .service-banner-block .content-side {
    width: 100%;
    padding: 20px 0 0 0;
    gap: 20px;
  }
  .service-banner-block .img-side {
    position: relative;
    width: 100%;
    height: 50vw;
    flex-shrink: 0;
  }
  .service-banner-block .advantage {
    width: 100%;
    padding: 5px;
  }
  .service-banner-block .advantage__icon {
    width: 35px;
    height: 35px;
  }
  .service-banner-block .advantage__icon img {
    width: 20px;
    height: 20px;
  }
}
/* ============== SINGLE SERVICE End ============= */

/* ============================ WOOCOMMERCE Start =========================== */

/* ============== FIBOSEARCH Start ============= */

.search-product,
#mobile-mnu .search-product {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50px;
  height: 50px;
  background: var(--background-secondary);
  flex-shrink: 0;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
#mobile-mnu .search-product {
  display: flex;
  border: 1px solid var(--stroke);
}
.search-product:hover {
  background: var(--hover);
  border: unset;
}
.search-product::before {
  content: "";
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--primary);
  transform: translate(0, 6px);
  transition: all 0.3s ease-in;
}
.search-product:hover::before {
  transform: translate(0, 0);
}
.search-product .dgwt-wcas-search-wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none !important;
  height: 100%;
  margin: unset;
}
.search-product .dgwt-wcas-sf-wrapp {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: start;
}
.search-product .dgwt-wcas-sf-wrapp::before,
.search-product .dgwt-wcas-sf-wrapp::after,
.search-product .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit::before {
  content: none;
}
.search-product .dgwt-wcas-search-icon {
  width: 24px;
  height: 24px;
}
.search-product .dgwt-wcas-search-icon svg {
  width: 100%;
  height: 100%;
}
.search-product .dgwt-wcas-search-icon svg path {
  fill: var(--head-primary);
}
.search-product:hover .dgwt-wcas-search-icon svg path {
  fill: var(--background);
}
@media (max-width: 480px) {
  .search-product {
    width: 35px;
    height: 35px;
  }
  .search-product .dgwt-wcas-search-icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 360px) {
  .search-product {
    display: none;
  }
}

/* ============== FIBOSEARCH End ============= */

/* ============== ARCHIVE PRODUCTS Start ============= */

.shop-content {
  padding-top: 0;
}
.shop-content .product-holder {
  width: 100%;
}
.shop-content .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.products li {
  margin: 0;
  padding: 0;
}
.products li::before {
  content: none;
}
.product-category {
  display: flex;
}
.product-category a * {
  transition: all 0.3s ease-in;
}
.product-category a {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 10px;
}
.product-category a .cat-card__img {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 260px;
  padding: 15px;
  background: var(--background-secondary);
  overflow: hidden;
  flex-shrink: 0;
}
.product-category a:hover .cat-card__img {
  background: var(--background);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
}
.product-category a .cat-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-category a:hover .cat-card__img img {
  padding-bottom: 40px;
}

.product-category a .cat-card__img__btn {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  transform: translate(0, 40px);
  background: var(--primary);
  color: var(--background);
}
.product-category a:hover .cat-card__img__btn {
  transform: translate(0, 0);
}

.product-category a .cat-card__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 10px;
  padding-top: 5px;
  border-top: 1px solid var(--stroke);
}
.product-category a:hover .cat-card__text__title {
  color: var(--hover);
}
.product-category a .cat-card__text__count {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 90px;
  padding: 8px 10px;
  background: var(--background-secondary);
  margin: 0 0 auto auto;
}
.product-category a .cat-card__text__count * {
  color: var(--head-primary);
  white-space: nowrap;
}

@media (max-width: 1480px) {
  .shop-content .products {
    gap: 20px;
  }
}
@media (max-width: 1220px) {
  .shop-content .products {
    gap: 10px;
  }
}
@media (max-width: 1100px) {
  .shop-content .products {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-category a .cat-card__img {
    height: 25vw;
    max-height: 260px;
    padding: 10px;
  }
  .product-category a .cat-card__text__count {
    max-width: 70px;
    padding: 5px;
  }
}
@media (max-width: 860px) {
  .product-category a .cat-card__text {
    flex-direction: column-reverse;
    justify-content: start;
    align-items: start;
    gap: 5px;
  }
  .product-category a .cat-card__text__count {
    width: 100%;
    max-width: none;
    flex-direction: row;
    gap: 5px;
    margin: 0;
  }
  .product-category a:hover .cat-card__img img {
    padding-bottom: 30px;
  }
  .product-category a .cat-card__img__btn {
    height: 30px;
    padding: 5px 10px;
    transform: translate(0, 30px);
  }
}
@media (max-width: 620px) {
  .product-category a .cat-card__text__title {
    /* 14 - 12 */
    font-size: clamp(0.75rem, 0.617rem + 0.67vw, 0.875rem);
  }
  .product-category a:hover .cat-card__img img {
    padding-bottom: 0;
  }
  .product-category a .cat-card__img__btn {
    display: none;
  }
}
@media (max-width: 512px) {
  .shop-content .products {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-category a .cat-card__img {
    height: 35vw;
  }
}
/* ============== ARCHIVE PRODUCTS End ============= */

/* ============== ARCHIVE TAX Start ============= */
.tax-shop {
  display: flex;
  padding-top: 0;
  gap: 30px;
}
.tax-shop .select-holder {
  position: relative;
  width: fit-content;
  /* 20 - 10 */
  margin-bottom: clamp(0.625rem, 0.5rem + 0.63vw, 1.25rem);
}
.tax-shop .select-holder select {
  display: flex;
  align-items: center;
  width: fit-content;
  height: fit-content;
  outline: none;
  font-weight: 500;
  /* 16 - 12 */
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  line-height: 140%;
  color: var(--main-text-primary);
  padding-right: 25px;
  cursor: pointer;
  border: unset;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s ease-in;
}
.tax-shop .select-holder:hover select {
  color: var(--primary);
}
.tax-shop .select-holder::before {
  content: "";
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/select-arrow.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s ease-in;
}
.tax-shop .select-holder:hover::before {
  filter: brightness(5) saturate(15) hue-rotate(220deg);
}
.tax-shop .select-holder option {
  /* 14 - 10 */
  font-size: clamp(0.625rem, 0.575rem + 0.25vw, 0.875rem);
}

.tax-shop .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.product-subcats * {
  transition: all 0.3s ease-in;
}
.product-subcats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.product-subcats .subcat-card {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 10px 15px 10px 10px;
  gap: 10px;
  border: 1px solid var(--stroke);
}
.product-subcats .subcat-card:hover .subcat-card__title {
  color: var(--hover);
}
.product-subcats .subcat-card:hover {
  border: 1px solid var(--hover);
}
.product-subcats .subcat-card__img {
  display: flex;
  width: 50px;
  height: 50px;
}
.product-subcats .subcat-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
  height: fit-content;
  gap: 5px;
  z-index: 2;
}
.product-card:hover .tag-list {
  padding-bottom: 45px;
}
.tag-list__name {
  width: fit-content;
  padding: 5px 10px;
  color: var(--background);
  background: var(--danger);
}
.tag-list__name.percent-price {
  color: var(--head-primary);
  background: var(--warning);
}

.product-card * {
  transition: all 0.3s ease-in;
}
.product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.product-card::before {
  content: none;
}
.product-card a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid var(--stroke);
}
.product-card__img {
  display: flex;
  position: relative;
  width: 100%;
  max-height: 282px;
  height: 15vw;
  flex-shrink: 0;
  overflow: hidden;
  background: var(--background);
  border-bottom: 1px solid var(--stroke);
}
.product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-card:hover .product-card__img img {
  padding-bottom: 40px;
}
.product-card__img__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 40px);
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  background: var(--primary);
  color: var(--background);
}
.product-card:hover .product-card__img__btn {
  transform: translate(0, 0);
}
.product-card__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  gap: 10px;
}
.product-card__text__top {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.product-card__text__top__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card__text__attrs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 5px;
}
.product-card__text__attrs .attr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  row-gap: 0;
  padding-bottom: 5px;
  border-bottom: 1px dashed var(--stroke);
}
.product-card__text__attrs .attr__name {
  color: var(--main-text-primary);
}
.product-card__text__attrs .attr__value {
  min-width: 50px;
  color: var(--head-primary);
  text-align: end;
}
.product-card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin-top: auto;
}
.product-card__bottom__exist {
  display: flex;
  gap: 5px;
  padding: 5px 10px;
  background: var(--background-secondary);
}
.product-card__bottom__exist {
  display: flex;
  position: relative;
  gap: 5px;
  padding: 5px 10px 5px 22px;
  background: var(--background-secondary);
}
.product-card__bottom__exist::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: var(--success);
}
.product-card__bottom__exist.none::before {
  background: var(--danger);
}

/* PRICE start */

.product-card .product-card__bottom__price .price {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
}
.price * {
  text-decoration: none;
  white-space: nowrap;
}
.price-old {
  display: flex;
  align-items: center;
  gap: 5px;
}
.price ins bdi,
.price ins bdi span,
.price .sale-price {
  /*font-size c 14 до 12 */
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
  font-weight: 700;
  line-height: 140%;
  color: var(--primary);
}
.price del bdi,
.price del bdi span,
.price .regular-price {
  /* font-size: с 12 до 10; */
  font-size: clamp(0.625rem, 0.6rem + 0.13vw, 0.75rem);
  font-weight: 500;
  line-height: 125%;
  color: var(--main-text-secondary);
  text-decoration: line-through !important;
}

/* PRICE end */

.favorite-btn * {
  transition: 0.3s ease-in;
}
.favorite-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--background-secondary);
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.3s ease-in;
  z-index: 2;
}
.favorite-btn:hover {
  background: var(--hover);
}
.favorite-btn.favorite-remove {
  background: var(--danger);
}
.favorite-btn svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.favorite-btn svg path {
  fill: var(--danger);
}
.favorite-btn:hover svg path,
.favorite-btn.favorite-remove svg path {
  fill: var(--background);
}
li.product a.add_to_cart_button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 50px;
  height: 40px;
  background: var(--primary);
}
li.product a.add_to_cart_button:hover {
  background: var(--hover);
}
li.product a.add_to_cart_button svg {
  width: 20px;
  height: 20px;
}
li.product a.add_to_cart_button svg path {
  fill: var(--background);
}

@media (max-width: 1560px) {
  .tax-shop,
  .tax-shop .products {
    gap: 20px;
  }
}
@media (max-width: 1320px) {
  .tax-shop .products {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-card__img {
    height: 20vw;
  }
  .product-subcats {
    gap: 5px;
  }
  .product-subcats .subcat-card {
    padding: 5px 10px;
  }
  .product-subcats .subcat-card__img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1100px) {
  .tax-shop .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .product-card__img {
    height: 25vw;
    max-height: none;
  }
}
@media (max-width: 992px) {
  .tax-shop .products {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .tax-shop .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .product-card__img {
    height: 35vw;
  }
  .product-subcats {
    margin-bottom: 20px;
  }
  .product-card__text {
    padding: 10px;
  }
  .product-card__text__attrs {
    gap: 5px;
    margin-top: 0;
  }
}
@media (max-width: 512px) {
  .tag-list__name {
    font-size: 10px;
  }
  .product-card__text__top__title {
    line-height: 110%;
    font-size: 12px;
  }
  .product-card__bottom__exist {
    padding: 5px 5px 5px 12px;
    font-size: 10px;
  }
  .product-card__bottom__exist::before {
    left: 5px;
    width: 5px;
    height: 5px;
  }
  .product-subcats .subcat-card__img {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 380px) {
  .tag-list {
    top: 5px;
    left: 5px;
  }
  .tax-shop .products {
    grid-template-columns: 1fr;
  }
  .product-card__img {
    height: 50vw;
  }
}

/* ============== ARCHIVE TAX End ============= */

/* ============== FILTER-WIDGET Start ============= */

.woocommerce-page .sidebar {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 282px;
  height: fit-content;
}
.woocommerce-page #open-filter,
.woocommerce-page #sidebar-close {
  display: none;
}
.woocommerce-page .filters-form {
  display: flex;
  flex-direction: column;
}
.woocommerce-page .filters-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
}
.woocommerce-page .filter-block {
  background: var(--head-secondary);
}
.woocommerce-page .filter-block {
  border-bottom: 1px solid var(--stroke);
}

.woocommerce-page .sidebar-title {
  display: none !important;
}
.woocommerce-page .filter-block-header,
.woocommerce-page .accordeon-block-header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.woocommerce-page .filter-block.opend .filter-block-header,
.woocommerce-page .accordeon-block.opend .accordeon-block-header {
  padding: 20px 20px 15px 20px;
}
.woocommerce-page .filter-block svg,
.woocommerce-page .accordeon-block svg {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease-in;
}
.woocommerce-page .filter-block svg path,
.woocommerce-page .accordeon-block svg path {
  fill: var(--head-primary);
  transition: all 0.3s ease-in;
}
.woocommerce-page .filter-block.opend svg path,
.woocommerce-page .accordeon-block.opend svg path {
  fill: var(--main-text-primary);
  transition: all 0.3s ease-in;
}
.woocommerce-page .filter-block-header:hover path,
.woocommerce-page .accordeon-block-header:hover path,
.woocommerce-page .filter-block.opend:hover svg path,
.woocommerce-page .accordeon-block.opend:hover svg path {
  fill: var(--hover);
}
.woocommerce-page .filter-block.opend svg path:first-of-type,
.woocommerce-page .accordeon-block.opend svg path:first-of-type {
  opacity: 0;
}

.woocommerce-page .accordeon-block .accordeon-block-content {
  display: flex;
}
.woocommerce-page .accordeon-block .padding-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 100px;
  padding: 20px;
  padding-top: 0;
  gap: 10px;
}
.woocommerce-page .price__block .padding-box {
  max-height: none;
}
.woocommerce-page .inputs.price.range {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 30px;
}
.woocommerce-page .inputs.price.range:before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--head-primary);
}
.woocommerce-page .inputs.price.range .group {
  display: flex;
  width: 100%;
}
.woocommerce-page .inputs.price.range input {
  display: flex;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 10px;
  padding-left: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--main-text-secondary);
  border: unset;
  background: var(--background-secondary);
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.woocommerce-page .inputs.price.range input {
  padding-left: 32px;
}
.woocommerce-page .inputs.price.range input:focus {
  color: var(--head-primary);
}
.woocommerce-page .inputs.price.range .group:last-of-type {
  position: relative;
}
.woocommerce-page .inputs.price.range .group:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 10px;
  color: var(--head-primary);
  line-height: 140%;
  font-weight: 500;
  z-index: 1;
}
.woocommerce-page .inputs.price.range .group:first-of-type:before {
  content: "от";
}
.woocommerce-page .inputs.price.range .group:last-of-type:before {
  content: "до";
}
.woocommerce-page .filter-block-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  transition: all 0.3s ease-in;
}
.woocommerce-page .filter-block-header:hover .filter-block-title,
.woocommerce-page .accordeon-block-header:hover .filter-block-title {
  color: var(--hover);
}

.woocommerce-page .range-slider {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 24px;
}
.woocommerce-page .range-slider .noUi-base,
.woocommerce-page .range-slider .noUi-connects {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  cursor: pointer;
  z-index: 1;
}
.woocommerce-page .range-slider .noUi-connects {
  height: 2px;
  background: var(--stroke);
  user-select: none;
}
.woocommerce-page .range-slider .noUi-connect {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  will-change: transform;
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transition: unset;
  background: var(--primary);
}
.woocommerce-page .range-slider .noUi-origin {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  will-change: transform;
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transition: unset;
}
.woocommerce-page .range-slider .noUi-handle,
.woocommerce-page .range-slider .noUi-handle {
  position: absolute;
  width: 24px;
  height: 24px;
  background: var(--primary);
  border: 2px solid var(--background);
  cursor: pointer;
}
.woocommerce-page .noUi-handle-upper {
  left: auto !important;
  right: 0 !important;
}
.woocommerce-page .noUi-handle-lower {
  right: -22px !important;
}
.woocommerce-page .filters-form .default-item .inputs.checkboxes {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: 100px;
  overflow-y: auto;
}
.woocommerce-page .filters-form .default-item .group {
  display: flex;
  align-items: center;
  height: auto;
}
.woocommerce-page .filters-form .default-item .group input {
  display: contents;
}
.woocommerce-page .filters-form .default-item .group-label {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 20px;
  padding: 8px 30px 8px 10px;
  gap: 8px;
  color: var(--main-text-primary);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.woocommerce-page .filters-form .default-item .group-label:hover {
  color: var(--hover);
}
.woocommerce-page
  .filters-form
  .default-item
  .group
  input:checked
  + .group-label {
  background: var(--stroke);
}
.woocommerce-page .filters-form .default-item .group-label:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  background-image: url(../images/filter-ok.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
  opacity: 0;
  z-index: 2;
}
.woocommerce-page .filters-form .default-item .group-label:hover:after {
  filter: brightness(4) saturate(15) hue-rotate(220deg);
}
.woocommerce-page .filters-form .default-item .group-label .indicator {
  display: flex;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.16);
}
.woocommerce-page
  .filters-form
  .default-item
  .group
  input:checked
  + .group-label::after {
  opacity: 1;
}
.woocommerce-page .filter-block-toggler {
  display: flex;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in;
}
.woocommerce-page .filter-block-toggler {
  cursor: pointer;
  height: 18px;
  position: relative;
  width: 18px;
}
.woocommerce-page .filter-block-toggler::before,
.woocommerce-page .filter-block-toggler::after {
  background: var(--head-primary);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 18px;
  transition: transform 500ms ease, background 0.3s ease-in;
}
.woocommerce-page .accordeon-block-header:hover .filter-block-toggler::before,
.woocommerce-page .accordeon-block-header:hover .filter-block-toggler::after {
  background: var(--hover);
}
.woocommerce-page .filter-block-toggler::after {
  transform-origin: center;
}
.woocommerce-page .filter-block-toggler.collapsed::after {
  transform: rotate(90deg);
}
.woocommerce-page .filter-block-toggler.collapsed:before {
  transform: rotate(180deg);
}

.woocommerce-page .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
.woocommerce-page .clear-filters {
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
  background: unset;
  border: unset;
  transition: all 0.3s ease-in;
}
.woocommerce-page .clear-filters:hover {
  color: var(--primary);
}
.woocommerce-page .clear-filters path {
  stroke: var(--primary);
}
.woocommerce-page #apply-filter {
  width: 100%;
}
.woocommerce-page #open-filter {
  bottom: 10%;
  left: -5px;
  width: fit-content;
  padding: 10px;
  transform: rotate(90deg) translateY(41px);
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 10px 10px 0px 0px;
  color: var(--background);
  font-size: 14px;
  z-index: 50;
  position: fixed;
  cursor: pointer;
}

@media (max-width: 992px) {
  .woocommerce-page .sidebar {
    transform: translateX(-320px);
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s;
    background: white;
    z-index: 12;
    width: 320px;
    overflow: auto;
    height: 100%;
    z-index: 100;
    border-right: 1px solid var(--background-light);
    min-width: unset;
  }
  .woocommerce-page #open-filter {
    display: flex;
  }
  .woocommerce-page .sidebar.open {
    transform: unset;
    overflow-y: auto;
  }
  .woocommerce-page .sidebar .buttons {
    padding: 0 20px;
    margin-top: 10px;
  }
  .woocommerce-page .sidebar-title {
    display: flex !important;
    cursor: default;
    border-bottom: 1px solid var(--background-thirdly);
  }
  .woocommerce-page #sidebar-close {
    display: flex;
    width: fit-content;
    cursor: pointer;
  }
  .woocommerce-page #sidebar-close svg path {
    stroke: var(--main-text-primary);
    transition: all 0.3s ease-in;
  }
  .woocommerce-page #sidebar-close:hover svg path {
    stroke: var(--primary);
  }
  .woocommerce-page .filter-block-header,
  .woocommerce-page .accordeon-block-header,
  .woocommerce-page .filter-block.opend .filter-block-header,
  .woocommerce-page .accordeon-block.opend .accordeon-block-header {
    padding: 10px;
  }
  .woocommerce-page .accordeon-block .padding-box {
    padding: 0 10px 10px 10px;
  }
  .woocommerce-page .filter-block-title {
    font-size: 14px;
  }
  .woocommerce-page .filters-form .default-item .group-label {
    padding: 5px 30px 5px 5px;
    font-size: 12px;
  }
  .woocommerce-page .sidebar .buttons {
    padding: 0 10px 10px 10px;
  }
}
/* ============== FILTER-WIDGET End ============= */

/* ============== SINGLE PRODUCT PAGE Start ============= */

.single-product-content * {
  transition: all 0.3s ease-in;
}
.single-product-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 30px;
}

.single-product-content .gallery-product-holder {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 110px;
  width: 100%;
  max-width: 620px;
  height: fit-content;
  gap: 20px;
}
.single-product-content .gallery-product__img {
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 620px;
  overflow: hidden;
  cursor: pointer;
}
.single-product-content .gallery-product__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-product-content .thumbs-holder {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.single-product-content .thumbs-gallery-wrapper {
  display: flex;
  width: 100%;
  padding: 0 95px;
}
.single-product-content .thumbs-gallery {
  display: flex;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.single-product-content .swiper-btn-prev,
.single-product-content .swiper-btn-next {
  position: absolute;
  left: 0;
  flex-shrink: 0;
  z-index: 11;
}
.single-product-content .swiper-btn-next {
  top: 50%;
  left: auto;
  right: 0;
  transform: translate(0, -50%);
}
.single-product-content .thumbs-gallery__img {
  display: flex;
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
}
.single-product-content .thumbs-gallery .swiper-slide-thumb-active {
  border: 1px solid var(--primary);
}
.single-product-content .thumbs-gallery__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-product-content .thumbs-gallery .swiper-wrapper {
  height: 100%;
}

.single-product-content .blocks-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.single-product-content .block-style {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 30px;
  background: var(--background-secondary);
}

/* summary-text start */
.single-product-content .summary-text {
  padding: 40px;
  gap: 30px;
}
.single-product-content .summary-text .title {
  margin-bottom: 0;
}
.single-product-content .summary-text .info-holder {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}
.single-product-content .summary-text .info-main {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-product-content .summary-text .tag-list {
  display: flex;
  position: relative;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.single-product-content .summary-text .tag-list__exist {
  display: flex;
  align-items: end;
  position: relative;
  height: 30px;
  padding: 7px 10px 7px 22px;
  gap: 5px;
  background: var(--background);
}
.single-product-content .summary-text .tag-list__exist::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: var(--success);
}
.single-product-content .summary-text .tag-list__exist.none::before {
  background: var(--danger);
}
.single-product-content .text-holder {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-product-content .short-desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.single-product-content .attrs-holder {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.single-product-content .attr {
  display: flex;
  align-items: end;
  justify-content: space-between;
  position: relative;
  gap: 15px;
}
.single-product-content .attr::before {
  content: "";
  display: flex;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--stroke);
}
.single-product-content .attr__name {
  max-width: 70%;
  background: var(--background-secondary);
  z-index: 1;
}
.single-product-content .attr__value {
  max-width: 70%;
  color: var(--head-primary);
  background: var(--background-secondary);
  text-align: end;
  z-index: 1;
}
.single-product-content .attrs__btn-more {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 5px;
  cursor: pointer;
}
.single-product-content .attrs__btn-more:hover {
  color: var(--primary);
}
.single-product-content .attrs__btn-more svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.single-product-content .attrs__btn-more:hover svg {
  transform: rotate(45deg);
}
.single-product-content .attrs__btn-more svg path {
  fill: var(--head-primary);
}
.single-product-content .attrs__btn-more:hover svg path {
  fill: var(--primary);
}
/* summary-text end */

/* delivery-holder start */
.single-product-content .delivery-holder {
  gap: 30px;
}
.single-product-content .delivery-item {
  display: flex;
  flex-direction: column;
}
.single-product-content .delivery-item__title {
  margin-bottom: 20px;
}
.single-product-content .delivery-item .els-holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: var(--background);
}
.single-product-content .delivery-item .el-item {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 20px 30px;
  gap: 10px;
}
.single-product-content:has(.btn-link) .delivery-item .el-item {
  border-bottom: 2px solid var(--stroke);
}
.single-product-content:not(:has(.btn-link))
  .delivery-item
  .el-item:not(:last-of-type) {
  border-bottom: 2px solid var(--stroke);
}
.single-product-content .delivery-item .el-item__text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-product-content .delivery-item .el-item__text__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.single-product-content .delivery-item .el-item__text__icon svg path {
  fill: var(--main-text-primary);
}
.single-product-content .delivery-item .el-item__text__name {
  color: var(--main-text-primary);
}
.single-product-content .delivery-item .el-item__desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.single-product-content .delivery-item .btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  grid-column: 2 span;
  padding: 20px;
  gap: 5px;
}
.single-product-content .delivery-item .btn-link:hover {
  color: var(--primary);
}
.single-product-content .delivery-item .btn-link svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.single-product-content .delivery-item .btn-link:hover svg {
  transform: rotate(45deg);
}
.single-product-content .delivery-item .btn-link svg path {
  fill: var(--head-primary);
}
.single-product-content .delivery-item .btn-link:hover svg path {
  fill: var(--primary);
}
/* delivery-holder end */

/* chars-holder start */
.single-product-content .chars-holder {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.single-product-content .tabs-holder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: sticky;
  top: 100px;
  width: 100%;
  padding: 14px 20px;
  column-gap: 25px;
  row-gap: 10px;
  background: var(--background);
  border-bottom: 1px solid var(--background-secondary);
  cursor: pointer;
  z-index: 11;
}
.single-product-content .tab-item {
  position: relative;
  width: fit-content;
  overflow: hidden;
}
.single-product-content .tab-item:hover {
  color: var(--primary);
}
.single-product-content .tab-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  transform: translate(-101%, 0);
  background: var(--primary);
  transition: all 0.3s ease-in;
}
.single-product-content .tab-item:hover::before {
  transform: translate(0, 0);
}
.single-product-content .chars-item {
  display: flex;
  flex-direction: column;
}
.single-product-content .chars-item__title {
  margin-bottom: 20px;
}
.single-product-content .chars-item__content {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  background: var(--background);
  overflow-x: auto;
}
.single-product-content .chars-item__content::-webkit-scrollbar {
  height: 5px;
}
.single-product-content .chars-item__content.attributes {
  padding-bottom: 60px;
  gap: 20px;
}
.single-product-content .chars-item__content .attr__name,
.single-product-content .chars-item__content .attr__value {
  background: var(--background);
}
.single-product-content .chars-holder .attrs-holder {
  position: relative;
  overflow: hidden;
}
.single-product-content .chars-holder .attrs-holder.all-attrs::after {
  content: none !important;
}
.single-product-content .chars-holder .attrs-holder::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 1;
}
.single-product-content .chars-holder .attrs-holder.opened::after {
  content: none;
}
.single-product-content .chars-item__content.attributes .btn {
  width: 100%;
}
.single-product-content .chars-item__content.description *:not(:last-of-type),
.single-product-content .chars-item__content.description ul,
.single-product-content .chars-item__content.description ol {
  margin-bottom: 10px;
}
.single-product-content .chars-item__content.description *:not(:first-of-type) {
  margin-top: 5px;
}
.single-product-content .chars-item .qualities {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-product-content .chars-item .quality-item {
  display: flex;
  gap: 25px;
}
.single-product-content .chars-item .quality-item__img {
  width: 50%;
  max-width: 300px;
  height: 200px;
  flex-shrink: 0;
}
.single-product-content .chars-item .quality-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product-content .chars-item .quality-item__text {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  gap: 15px;
}
.single-product-content .chars-item .table {
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  min-width: 600px;
}
.single-product-content .chars-item .table .string.title {
  background: var(--head-primary);
  border: 1px solid var(--main-text-primary);
  border-bottom: unset;
}
.single-product-content .chars-item .table .string.title .string__name {
  color: var(--background);
}
.single-product-content
  .chars-item
  .table
  .string.title
  .string__name:not(:last-of-type) {
  border-right: 1px solid var(--main-text-primary);
}
.single-product-content .chars-item .table .string {
  display: flex;
  border: 1px solid var(--stroke);
  background: var(--background-secondary);
}
.single-product-content .chars-item .table .string:nth-child(2n) {
  background: var(--background);
}
.single-product-content .chars-item .table .string:not(:last-of-type) {
  border-bottom: unset;
}
.single-product-content .chars-item .table .string__name {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 10px;
}
.single-product-content .chars-item .table .string__name:not(:last-of-type) {
  border-right: 1px solid var(--stroke);
}
.single-product-content .chars-item .documents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.single-product-content .chars-item .document-item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 40px) / 3);
  flex: 1 1 auto;
  padding: 30px 20px;
  gap: 30px;
  background: var(--background-secondary);
  overflow: hidden;
}
.single-product-content .chars-item .document-item__icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  z-index: 1;
}
.single-product-content .chars-item .document-item__icon svg {
  width: 100%;
  height: 100%;
}
.single-product-content .chars-item .document-item__icon svg path {
  fill: var(--main-text-primary);
}
.single-product-content
  .chars-item
  .document-item:hover
  .document-item__icon
  svg
  path {
  fill: var(--background);
}
.single-product-content .chars-item .document-item__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 1;
}
.single-product-content .chars-item .document-item__text__name {
  color: var(--head-primary);
  transition: all 0.4s ease-in;
}
.single-product-content .chars-item .document-item__text__size {
  transition: all 0.4s ease-in;
}
.single-product-content
  .chars-item
  .document-item:hover
  .document-item__text__name,
.single-product-content
  .chars-item
  .document-item:hover
  .document-item__text__size {
  color: var(--background);
}
.single-product-content .chars-item .document-item::before {
  content: "";
  display: flex;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, 100%);
  background: var(--primary);
  transition: all 0.4s ease-in;
}
.single-product-content .chars-item .document-item:hover::before {
  bottom: 0;
  transform: translate(0, 0);
  background: var(--hover);
}
/* chars-holder end */

@media (max-width: 1460px) {
  .single-product-content .gallery-product-holder {
    max-width: 420px;
  }
  .single-product-content .gallery-product__img {
    max-height: 420px;
  }
  .single-product-content .thumbs-gallery-wrapper {
    padding: 0 80px;
  }
  .single-product-content .thumbs-gallery {
    max-width: 260px;
  }
  .single-product-content .thumbs-gallery__img {
    height: 80px;
  }
  .single-product-content .summary-text,
  .single-product-content .block-style {
    padding: 20px;
  }
  .single-product-content .chars-holder {
    gap: 20px;
  }
  .single-product-content .chars-item__content {
    padding: 20px;
  }
  .single-product-content .chars-item__content.attributes {
    padding-bottom: 20px;
  }
  .single-product-content .chars-item .document-item {
    padding: 15px;
    gap: 15px;
  }
}
@media (max-width: 1220px) {
  .single-product-content .gallery-product-holder {
    width: 35%;
  }
  .single-product-content .blocks-holder {
    width: 60%;
  }
  .single-product-content .summary-text {
    gap: 20px;
  }
  .single-product-content .short-desc {
    gap: 10px;
  }
  .single-product-content .chars-item .quality-item {
    gap: 10px;
  }
  .single-product-content .chars-item .quality-item__img {
    max-width: 220px;
    height: auto;
    min-height: 150px;
  }
  .single-product-content .chars-item .quality-item__text {
    padding: 10px 0;
  }
  .single-product-content .delivery-item .el-item {
    padding: 20px;
  }
  .single-product-content .chars-item .document-item__icon {
    width: 40px;
    height: 40px;
  }
  .single-product-content .chars-item .document-item__text__name {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .single-product-content .thumbs-gallery__img {
    height: 40px;
  }
  .single-product-content .chars-item .table .string__name {
    font-size: 12px;
  }
  .single-product-content .chars-item .documents {
    gap: 10px;
  }
  .single-product-content .chars-item .document-item {
    width: calc((100% - 10px) / 2);
  }
  .single-product-content .summary-text .info-holder {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 992px) {
  .single-product-content .chars-item .quality-item__img {
    max-width: 150px;
    min-height: 80px;
  }
}
@media (max-width: 768px) {
  .single-product-content {
    flex-direction: column;
    padding-top: 10px;
  }
  .single-product-content .gallery-product-holder {
    position: relative;
    top: auto;
    max-width: 380px;
    width: 100%;
  }
  .single-product-content .blocks-holder {
    width: 100%;
  }
  .single-product-content .thumbs-gallery {
    max-width: 260px;
  }
  .single-product-content .thumbs-gallery__img {
    height: 12vw;
  }
}
@media (max-width: 768px) {
  .single-product-content .gallery-product-holder {
    max-width: none;
  }
  .single-product-content .gallery-product .swiper-wrapper {
    height: 55vw;
    max-height: 360px;
  }
  .single-product-content .thumbs-gallery {
    max-width: none;
  }
  .single-product-content .thumbs-gallery__img {
    width: auto;
  }
  .single-product-content .thumbs-gallery-wrapper {
    padding: 0 70px;
  }
  .single-product-content .attrs-holder {
    gap: 10px;
  }
}
@media (max-width: 512px) {
  .single-product-content .summary-text,
  .single-product-content .block-style,
  .single-product-content .chars-item__content,
  .single-product-content .delivery-item .el-item,
  .single-product-content .delivery-item .btn-link {
    padding: 15px;
  }
  .single-product-content .summary-text {
    gap: 10px;
  }
  .single-product-content .summary-text .info-main {
    flex-direction: column-reverse;
    align-items: start;
    width: 100%;
    gap: 10px;
  }
  .single-product-content .delivery-item .els-holder {
    display: flex;
    flex-direction: column;
  }
  .single-product-content .delivery-holder {
    gap: 20px;
  }
  .single-product-content .chars-item__title {
    margin-bottom: 10px;
  }
  .single-product-content .chars-item__content.description *:not(:last-of-type),
  .single-product-content .chars-item__content.description ul,
  .single-product-content .chars-item__content.description ol {
    margin-bottom: 5px;
  }
  .single-product-content .chars-item .quality-item {
    flex-direction: column;
  }
  .single-product-content .chars-item .quality-item__text {
    padding: 0;
    gap: 10px;
  }
  .single-product-content .chars-item .quality-item__img {
    width: 100%;
    max-width: none;
    height: 30vw;
    min-height: auto;
  }
  .single-product-content .chars-item .document-item__icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 380px) {
  .single-product-content .text-holder {
    gap: 10px;
  }
  .single-product-content .short-desc {
    gap: 5px;
  }
  .single-product-content .attr__value {
    font-size: 12px;
  }
  .single-product-content .chars-item .table .string__name {
    padding: 5px 8px;
  }
  .single-product-content .chars-item .document-item {
    width: 100%;
    gap: 10px;
  }
}
/* ============== SINGLE PRODUCT PAGE End ============= */

/* ============================ WOOCOMMERCE End =========================== */
