/*============= ALIGNES ===============*/

.alignwide {
  width: 100%;
  padding: 40px 0;
}
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 1920px;
  padding: 60px 0;
}
@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .alignwide,
  .alignfull {
    padding: 20px 0;
  }
}

/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  line-height: 120%;
  box-sizing: inherit;
  color: var(--main-text-primary);
  box-sizing: border-box;
  /* transition: all 0.3s ease-in; */
  /* text-box-trim: trim-both;
  text-box-edge: cap alphabetic; */
}
@media (max-width: 620px) {
  * {
    line-height: 120%;
  }
}
path,
circle {
  transition: all 0.3s ease-in;
}
body {
  display: flex;
  flex-direction: column;
  width: auto;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  background: var(--background-secondary);
}
body:has(.about-banner-block) h1.page-title,
body:has(.law-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;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: var(--stroke);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: var(--primary);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
::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);
}
strong,
strong * {
  font-weight: 800 !important;
}

.wp-block-table {
  overflow-x: auto;
}
.wp-block-table::-webkit-scrollbar {
  height: 3px;
}
table {
  min-width: 500px;
}
table * {
  /* 16 - 12 */
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
}
.has-text-align-center {
  text-align: start;
}
.wp-block-table thead {
  border: unset;
}
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: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  margin-top: 5px;
  background: var(--primary);
}
@media (max-width: 576px) {
  ul {
    gap: 5px;
  }
  ul li {
    padding-left: 15px;
  }
  ul li::before {
    width: 7px;
    height: 7px;
  }
}

h2.wp-block-heading {
  margin: 20px 0;
}
h2.wp-block-heading,
h2.wp-block-heading * {
  font-size: 32px;
  text-align: start;
}
@media (max-width: 768px) {
  h2.wp-block-heading,
  h2.wp-block-heading * {
    font-size: 20px;
  }
}

h1,
h1 *,
.h1,
.h1 * {
  /*font-size c 54 до 22 */
  font-size: clamp(1.375rem, 0.975rem + 2vw, 3.375rem);
  font-weight: 600;
  line-height: 110%;
  color: var(--head-primary);
  /*margin-bottom c 40 до 20 */
  margin-bottom: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}
h2,
h2 *,
.h2,
.h2 * {
  /*font-size c 48 до 22 */
  font-size: clamp(1.375rem, 1.05rem + 1.63vw, 3rem);
  font-weight: 600;
  line-height: 110%;
  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 34 до 18 */
  font-size: clamp(1.125rem, 0.925rem + 1vw, 2.125rem);
  font-weight: 600;
  line-height: 110%;
  color: var(--head-primary);
}
h4,
h4 *,
.h4,
.h4 * {
  /*font-size c 24 до 16 */
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  font-weight: 700;
  line-height: 110%;
  color: var(--head-primary);
}
h5,
h5 *,
.h5,
.h5 * {
  /*font-size c 20 до 14 */
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  font-weight: 700;
  line-height: 110%;
  color: var(--head-primary);
}
h6,
h6 *,
.h6,
.h6 * {
  /*font-size c 16 до 14 */
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  font-weight: 700;
  line-height: 130%;
  color: var(--head-primary);
}

p {
  /*font-size c 16 до 14 */
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  font-weight: 400;
  margin-bottom: 10px;
}
.p1,
.p1 * {
  /*font-size c 20 до 14 */
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  font-weight: 400;
  line-height: 130%;
}
.p2,
.p2 * {
  /*font-size c 16 до 14 */
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  font-weight: 400;
  line-height: 130%;
}
.p3,
.p3 * {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.breadcrumbs {
  /* display: flex; */
  /* flex-wrap: wrap; */
  align-items: center;
  padding: 30px 0 20px 0;
  /* gap: 5px; */
  font-weight: 400;
  /* 16 - 10 */
  font-size: clamp(0.625rem, 0.55rem + 0.38vw, 1rem);
  line-height: 130%;
  color: var(--main-text-primary);
}
.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: var(--main-text-primary);
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  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: 5px 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  white-space: nowrap;
  border-radius: 5px;
  color: var(--background);
  background: var(--primary);
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease-in;
}
.btn:hover,
.btn.first:hover,
.btn.second:hover {
  color: var(--background);
  background: var(--primary-hover);
}
.btn.first {
  color: var(--primary);
  background: var(--background);
}
.btn.second {
  color: var(--primary);
  border: 1px solid var(--primary);
  background: transparent;
}
.btn.second:hover {
  border: 1px solid var(--primary-hover);
}

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

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

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

#header {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: sticky;
  justify-content: center;
  top: 0;
  width: 100%;
  border-radius: 0 0 20px 20px;
  /* margin-bottom: 30px; */
  background: var(--background-secondary);
  z-index: 99;
}
#header .fixed-modal {
  display: flex;
  position: fixed;
  width: fit-content;
  top: 65%;
  right: -55px;
  background: var(--background-secondary);
  transform: rotate(-90deg);
}
#header .fixed-modal:hover {
  background: var(--primary-hover);
}
#header ul li::before {
  display: none;
}
#header .header-info__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#header .header-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
  gap: 40px;
}
#header .header-info__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--stroke);
}
#header .header-info__top .items-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}
#header .header-info__top .items-wrapper .item-holder {
  display: flex;
  align-items: center;
  gap: 10px;
}
#header .header-info__top .items-wrapper .item-holder * {
  margin: 0;
}
#header .header-info__top .items-wrapper .item-holder img {
  width: 20px;
  height: 20px;
}
#header .header-info__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding-top: 10px;
}
#header .header-info__bottom .soc-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
#header .header-info__bottom .soc-wrapper .text {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
#header .header__shop * {
  transition: all 0.3s ease-in;
}
#header .header__shop {
  display: flex;
  align-items: center;
  gap: 18px;
}
#header .header__shop .shop-btn {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
#header .header__shop .shop-btn__icon {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
#header .header__shop .shop-btn__icon svg {
  width: 100%;
  height: 100%;
}
#header .header__shop .shop-btn__icon.favor svg path,
#header .header__shop .shop-btn__icon.compare svg path {
  stroke: var(--head-primary);
}
#header .header__shop .shop-btn:hover .shop-btn__icon.favor svg path,
#header .header__shop .shop-btn:hover .shop-btn__icon.compare svg path {
  stroke: var(--primary);
}
#header .header__shop .shop-btn__icon.cart svg path {
  fill: var(--head-primary);
}
#header .header__shop .shop-btn:hover .shop-btn__icon.cart svg path {
  fill: var(--primary);
}
#header .header__shop .shop-btn__counter {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 5px;
  right: -5px;
  width: 25px;
  height: 25px;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: var(--background);
  background: var(--primary);
  padding: 5px;
  border-radius: 100px;
  opacity: 0;
}
#header .header__shop .shop-btn__counter * {
  color: var(--background);
}
#header .header__shop .shop-btn.not-empty .shop-btn__counter {
  opacity: 1;
}
#header .header__shop .shop-btn__text {
  color: var(--head-primary);
}
#header .header__shop .shop-btn:hover .shop-btn__text {
  color: var(--primary);
}

/* LOGO STYLE Start*/
.logo-holder {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 342px;
  height: 100%;
  gap: 15px;
}
.logo-holder img {
  width: auto;
  height: 100%;
  max-width: 83px;
  max-height: 87px;
  object-fit: contain;
}
.logo-holder .logo-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 5px;
}
.logo-holder .logo-text__subtitle {
  color: var(--main-text-secondary);
}

@media (max-width: 1220px) {
  #header .header__shop {
    gap: 10px;
  }
  .logo-holder img {
    max-width: 70px;
    max-height: 60px;
  }
}
@media (max-width: 992px) {
  .logo-holder {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .logo-holder img {
    max-width: 50px;
    max-height: 40px;
  }
}
/* LOGO STYLE End*/

/* PHONE STYLE Start*/
.phones-holder,
.address-holder {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.phones-holder .phone {
  width: fit-content;
  white-space: nowrap;
}
/* PHONE STYLE End*/

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

/* SOC STYLE Start*/
.soc-holder {
  display: flex;
  align-items: center;
  gap: 5px;
}
.soc-holder * {
  transition: all 0.3s ease-in;
}
.soc-holder .soc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background: var(--background);
  overflow: hidden;
  flex-shrink: 0;
}
.soc-holder .soc-icon svg {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.soc-holder .soc-icon:hover {
  background: var(--primary-hover);
}
.soc-holder .soc-icon:hover svg path {
  fill: var(--background);
}
.soc-holder .soc-icon:hover svg rect {
  fill: var(--primary-hover);
}
/* SOC STYLE End*/

#header .phones-holder-mob {
  display: none;
}
#header .header-menu-wrapper {
  background: var(--primary);
}
#header .header-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

#header .header-menu * {
  transition: all 0.3s ease-in;
}
#header .header-menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 51px;
  padding: 0;
  margin: 0;
  background: var(--primary);
}
#header .header-menu li:not(:first-of-type) {
  border-left: 1px solid var(--primary-hover);
}
#header .header-menu li:hover {
  background: var(--background);
}
#header .header-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 400;
  /* 16 - 14 */
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  line-height: 130%;
  color: var(--background);
  padding: 15px 27px;
  gap: 5px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
#header .header-menu li a .item__icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
#header .header-menu li a .item__icon svg {
  width: 100%;
  height: 100%;
}
#header .header-menu li a .item__icon svg path {
  fill: var(--background);
}
#header .header-menu li:hover a .item__icon svg path {
  fill: var(--primary);
}
#header .header-menu li:hover a {
  color: var(--primary);
}
#header .header-menu li.has-childs a {
  justify-content: space-between;
  gap: 10px;
}
#header .header-menu .nav-menu-element .counter {
  display: none;
  margin-left: auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--third);
}
#header .header-menu .nav-menu-element.has-childs:nth-child(1) .counter {
  display: block;
}
#header .header-menu .nav-menu-element.has-childs:nth-child(1) > a .counter {
  display: none;
}

#header .header-menu .nav-menu-element.has-childs > a::after {
  content: "";
  display: block;
  position: relative;
  width: 10px;
  height: 11px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow-down.svg);
}
#header .header-menu .nav-menu-element.has-childs:hover > a::after {
  transform: rotate(180deg);
  background-image: url(../images/arrow-down-color.svg);
}
#header .header-menu .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 31px;
  width: max-content;
  height: max-content;
  min-width: 300px;
  left: 0;
  column-gap: 50px;
  opacity: 0;
  visibility: hidden;
  cursor: default;
  background: var(--primary);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.05);
  transform: translate(0, 20px);
  /* transition-delay: 0.15s; */
  transition: all 0.2s ease-in;
  z-index: 100;
}
/* #header .header-menu .sub-menu:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 100%;
} */
#header .header-menu > .nav-menu-element.has-childs:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#header .header-menu .sub-menu li:not(:last-of-type) {
  border-bottom: 1px solid var(--primary-hover);
}
#header .header-menu .sub-menu li:not(:first-of-type) {
  border-left: unset;
}
#header .header-menu .sub-menu li a {
  height: fit-content;
  padding: 15px 27px;
  background: transparent;
  color: var(--background);
  text-transform: none;
}
#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: 1700px) {
  #header .fixed-modal {
    top: auto;
    bottom: 10%;
  }
}
@media (max-width: 1560px) {
  #header .header-menu li a {
    padding: 15px;
  }
}
@media (max-width: 1420px) {
  #header .fixed-modal {
    display: none;
  }
}
@media (max-width: 1220px) {
  #header .header-info {
    gap: 20px;
  }
  #header .header-menu,
  #header .header-info__top .items-wrapper .item-holder.address-wrapper,
  #header .header-info__bottom .soc-wrapper .text {
    display: none;
  }
  #header .burger.open_menu {
    display: flex;
  }
  #header .header-info__bottom {
    gap: 30px;
  }
  #header .header-info__bottom .soc-wrapper {
    margin-left: auto;
  }
}
@media (max-width: 992px) {
  #header .header-info__bottom .soc-wrapper {
    display: none;
  }
}
@media (max-width: 860px) {
  #header .header-info__top .items-wrapper .item-holder.emails-wrapper {
    display: none;
  }
  #header .header-info__bottom {
    gap: 20px;
  }
  #header .logo-holder {
    max-width: 55vw;
  }
  #header .logo-holder .logo-text__title {
    font-size: 16px;
  }
  #header .logo-holder .logo-text__subtitle {
    font-size: 12px;
  }
  #header .header-info {
    flex-wrap: wrap;
    padding-top: 10px;
    gap: 10px;
  }
  #header .header-info__top {
    display: none;
  }
  #header .header-info__bottom {
    padding-top: 0;
  }
  #header .phones-holder-mob {
    display: flex;
  }
  #header .header-info__bottom {
    gap: 20px;
  }
  #header .header__shop .shop-btn__counter {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 512px) {
  #header .header__shop .shop-btn__text {
    display: none;
  }
  #header .header__shop .shop-btn__icon {
    width: 40px;
    height: 25px;
  }
  #header .header__shop .shop-btn__icon svg path {
    stroke-width: 1.5px;
    height: 25px;
  }
  #header .header__shop .shop-btn__icon.compare svg path {
    stroke-width: 1px;
  }
}
@media (max-width: 480px) {
  #header .logo-holder img {
    max-width: 25px;
    max-height: 25px;
    /* display: none; */
  }
  #header .logo-holder {
    max-width: 200px;
  }
  #header .logo-holder .logo-text__subtitle {
    display: none;
  }
  #header .logo-holder .logo-text__title,
  #header .phones-holder .phone {
    font-size: 14px;
  }
  #header .logo-holder .logo-text__subtitle {
    font-size: 10px;
  }
}
@media (max-width: 420px) {
  #header .logo-holder {
    max-width: 190px;
  }
}
@media (max-width: 380px) {
  #header .logo-holder {
    max-width: 160px;
    gap: 5px;
  }
  #header .logo-holder .logo-text__title,
  #header .phones-holder-mob .phone {
    font-size: 12px;
  }
}

/*================ MOBILE MNU Start =============*/

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  gap: 20px;
  background: var(--head-secondary);
  padding: 20px;
  /* padding-top: 40px; */
  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;
  width: 100%;
  max-height: 60px;
  height: fit-content;
  max-width: 250px;
  margin: 0 0 10px 0;
}
#header #mobile-mnu .logo-holder .logo-text__title {
  font-size: 16px;
}
#header #mobile-mnu .logo-holder .logo-text__subtitle {
  display: none;
}
#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;
  margin-bottom: 10px;
  padding-left: 0;
}
#header #mobile-mnu .menu li a {
  display: flex;
  position: relative;
  align-items: center;
  width: fit-content;
}
#header #mobile-mnu .menu li a .item__icon {
  display: none;
}
#header #mobile-mnu .soc-holder .soc-icon {
  background: var(--background-secondary);
}
#header #mobile-mnu .soc-holder .soc-icon:hover {
  background: var(--primary-hover);
}
#header #mobile-mnu .menu .sub-menu {
  display: none;
}
#header #mobile-mnu a,
#header #mobile-mnu p {
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  color: var(--head-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: 10px;
}
#header #mobile-mnu .item-holder__title {
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  color: var(--main-text-secondary);
}
#header #mobile-mnu .btn {
  width: 100%;
}
/*================ MOBILE MNU End =============*/

/*============ FOOTER Start ===============*/
#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}
#footer * {
  transition: all 0.3s ease-in;
}
#footer ul li {
  padding: 0;
}
#footer ul li::before {
  display: none;
}
#footer a {
  color: var(--main-text-primary);
}
#footer a:hover {
  color: var(--primary);
}

#footer .footer-top .logo-holder {
  width: fit-content;
  height: fit-content;
  flex-shrink: 0;
}
#footer .footer-top .logo-holder .logo-text {
  max-width: 240px;
}
#footer .footer-top .logo-holder img {
  max-width: 73px;
  max-height: 77px;
}
#footer .footer-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 307px;
  padding: 50px 0 30px 0;
  gap: 40px;
  border-top: 1px solid var(--stroke);
}

#footer .footer-top .menu-holder {
  display: flex;
  flex-direction: column;
  max-width: 257px;
  min-width: 150px;
}
#footer .footer-top .menu-holder__title {
  margin-bottom: 25px;
}
#footer .footer-top .menu-holder .menu {
  display: flex;
  flex-direction: column;
}
#footer .footer-top .menu-holder .menu li {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
#footer .footer-top .menu-holder .menu li a {
  /* font-size с 16 до 14 */
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
}
#footer .footer-top .menu-holder .btn-shop {
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 700;
  /* font-size с 16 до 14 */
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  line-height: 130%;
  color: var(--primary);
  cursor: pointer;
}
#footer .footer-top .menu-holder .btn-shop:hover {
  color: var(--primary-hover);
}
#footer .footer-top .menu-holder .btn-shop svg {
  transform: translate(0, 0);
}
#footer .footer-top .menu-holder .btn-shop:hover svg {
  transform: translate(7px, 0);
}
#footer .footer-top .menu-holder .btn-shop svg path {
  fill: var(--primary);
}
#footer .footer-top .menu-holder .btn-shop:hover svg path {
  fill: var(--primary-hover);
}

#footer .footer-top .right-holder {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#footer .footer-top .right-holder .menu-common {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 10px;
}
#footer .footer-top .right-holder .menu-common li {
  margin: 0;
}
#footer .footer-top .right-holder .menu-common li a {
  font-weight: 700;
  /* font-size с 16 до 14 */
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  line-height: 130%;
  color: var(--head-primary);
}
#footer .footer-top .right-holder .menu-common li a:hover {
  color: var(--primary);
}
#footer .footer-top .right-holder .phones-holder .phone {
  font-weight: 600;
  /* font-size с 89 до 20 */
  font-size: clamp(1.25rem, 0.388rem + 4.31vw, 5.563rem);
  line-height: 110%;
  color: var(--head-primary);
}
#footer .footer-top .right-holder .phones-holder .phone:hover {
  color: var(--primary);
}
#footer .footer-top .nav-menu-element.has-childs .sub-menu {
  display: none;
}
#footer .footer-top .right-holder .info-holder {
  display: flex;
  width: 100%;
  gap: 50px;
}
#footer .footer-top .right-holder .info-holder .info-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#footer .footer-top .right-holder .info-holder .info-item__title {
  margin-bottom: 15px;
}
#footer .footer-top .right-holder .info-holder .requisites-holder * {
  margin-bottom: 5px;
  pointer-events: none;
}

#footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 0 30px 0;
  gap: 15px;
  border-top: 1px solid var(--stroke);
}
#footer .dev {
  display: flex;
  align-items: center;
  gap: 10px;
}
#footer .privacy-holder {
  min-height: 26px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#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 {
  min-height: 26px;
  color: var(--main-text-secondary);
}

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

@media (max-width: 1220px) {
  #footer .footer-top {
    gap: 20px;
  }
}
@media (max-width: 1100px) {
  #footer .footer-top .right-holder .phones-holder .phone {
    /* font-size с 42 до 20 */
    font-size: clamp(1.25rem, 0.686rem + 2.82vw, 2.625rem);
  }
  #footer .footer-top .right-holder .info-holder {
    gap: 30px;
  }
  #footer .footer-top {
    padding: 30px 0;
    flex-wrap: wrap;
  }
  #footer .footer-top .logo-holder img {
    max-width: 65px;
    max-height: 55px;
  }
  #footer .footer-top .logo-holder {
    width: 100%;
    max-width: none;
  }
  #footer .footer-top .logo-holder .logo-text {
    max-width: none;
  }
  #footer .footer-top .right-holder {
    width: 60%;
  }
}
@media (max-width: 768px) {
  #footer {
    margin-top: 20px;
  }
  #footer .footer-top {
    padding: 20px 0;
    row-gap: 20px;
  }
  #footer .footer-top .logo-holder img {
    max-width: 50px;
    max-height: 50px;
  }
  #footer .footer-top .menu-holder .menu li {
    margin-bottom: 10px;
  }
  #footer .footer-top .menu-holder .btn-shop {
    margin-top: 10px;
  }
  #footer .footer-top .right-holder {
    width: 50%;
  }
  #footer .footer-top .right-holder .info-holder {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #footer .footer-top .right-holder .info-holder .info-item {
    width: fit-content;
  }
  #footer .footer-bottom {
    flex-direction: column;
    padding: 20px 0 20px 0;
  }
  #footer .privacy-holder,
  #footer .rights {
    min-height: auto;
    text-align: center;
  }
}
@media (max-width: 620px) {
  #footer .footer-top .menu-holder,
  #footer .footer-top .right-holder {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 420px) {
  #footer .footer-top {
    flex-direction: column;
  }
}

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

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

.error-wrapper {
  display: flex;
  justify-content: center;
}
.error-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1267px;
  height: fit-content;
  padding-top: 10px;
  gap: 130px;
}
.error-wrapper .error-int {
  display: flex;
  align-items: center;
  width: fit-content;
  width: 100%;
  max-width: 570px;
  max-height: 330px;
  height: fit-content;
  font-weight: 600;
  font-size: 300px;
  line-height: 110%;
  color: var(--primary);
}
.error-wrapper .error-int span {
  color: var(--primary-hover);
}
.error-wrapper .error-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 570px;
  gap: 20px;
  z-index: 2;
}
.error-wrapper .error-text__title {
  color: var(--head-primary);
  margin: 0;
}
.error-wrapper .error-text__subtitle {
  max-width: 505px;
}
.error-wrapper .btn {
  margin-top: 20px;
}

@media (max-width: 1320px) {
  .error-content {
    gap: 60px;
  }
  .error-wrapper .error-int {
    font-size: 240px;
  }
}
@media (max-width: 992px) {
  .error-content {
    gap: 40px;
  }
  .error-wrapper .error-int {
    font-size: 180px;
  }
}
@media (max-width: 768px) {
  .error-content {
    flex-direction: column;
    padding-top: 0;
    gap: 20px;
  }
  .error-wrapper .error-int {
    font-size: 150px;
    justify-content: center;
  }
  .error-wrapper .error-text {
    align-items: center;
    text-align: center;
    gap: 10px;
  }
}

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

/* ============== MODAL Start ============= */
.theme-modal {
  display: none;
  position: relative;
}
.theme-modal .title {
  font-weight: 600;
  /*font-size c 34 до 20 */
  font-size: clamp(1.25rem, 1.075rem + 0.88vw, 2.125rem);
  line-height: 110%;
  color: var(--head-primary);
  margin-bottom: 15px;
  padding-right: 20px;
}
.theme-modal .subtitle {
  font-weight: 400;
  /* 16 - 14 */
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  line-height: 130%;
  margin-bottom: 25px;
}
.theme-modal .btn {
  width: 100%;
}
.theme-modal .form .privacy-policy a {
  text-decoration: none;
}
.fancybox__content > .f-button.is-close-btn {
  top: 20px !important;
  right: 20px !important;
  width: 15px !important;
  height: 15px !important;
  opacity: 1 !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: 415px;
  padding: 40px;
  border-radius: 10px;
  background: var(--background);
  overflow: auto;
}

.theme-modal.fancybox__content .form .privacy-policy {
  text-align: start;
}
.fancybox__html5video,
.fancybox__iframe {
  outline: none;
  overflow: hidden;
}
.fancybox__backdrop {
  background-color: hsla(205, 65%, 8%, 0.8) !important;
}
.fancybox__slide {
  padding: 60px 5px !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;
}
/* .theme-modal .file span:hover {
  color: var(--primary);
} */

@media (max-width: 420px) {
  .theme-modal.fancybox__content {
    padding: 20px;
  }
  .theme-modal .title {
    padding-right: 30px;
  }
}

/* ============== MODAL End ============= */

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

.swiper {
  width: 100%;
  overflow: hidden;
}
.swiper-slide {
  width: 100%;
  height: auto;
}
.swiper-additionals {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: end;
  width: 100%;
  gap: 20px;
  margin-top: 40px;
  z-index: 1;
}
.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: 5px !important;
}
.swiper-pagination-bullet {
  position: relative;
  width: 10px !important;
  height: 10px !important;
  opacity: 1 !important;
  margin: 0 !important;
  border-radius: 100% !important;
  background: var(--stroke) !important;
  transition: all 0.3s ease-in !important;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  background: var(--primary) !important;
}

.swiper-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.swiper-btn-prev {
  scale: -1;
}
.swiper-btn-prev,
.swiper-btn-next {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  flex-shrink: 0;
  cursor: pointer;
  background: var(--background);
  transition: all 0.3s ease-in;
}
.swiper-btn-prev:hover,
.swiper-btn-next:hover {
  background: var(--primary-hover);
}

.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 {
  pointer-events: none;
}
.swiper-button-disabled svg path {
  fill: var(--main-text-primary);
}

@media (max-width: 768px) {
  .swiper-additionals {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .swiper-pagination {
    display: none !important;
  }
}

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

/* ============== PAGINATIONS PAGE Start ============= */
.page-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 100px;
  margin-top: 40px;
}
.page-navigation .nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-navigation .nav-links .page-numbers {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--main-text-primary);
}
.page-navigation .nav-links .page-numbers.dots,
.page-navigation .nav-links .page-numbers.dots:hover {
  color: var(--main-text-primary);
}
.page-navigation .nav-links .page-numbers:hover,
.page-navigation .nav-links .page-numbers.current {
  color: var(--primary);
}
.swiper-btn-prev.disabled,
.swiper-btn-next.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.swiper-btn-prev.disabled svg path,
.swiper-btn-next.disabled svg path {
  fill: var(--main-text-primary);
}

@media (max-width: 768px) {
  .page-navigation {
    gap: 30px;
    margin-top: 20px;
  }
}
/* ============== PAGINATIONS PAGE End ============= */

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

.form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.form-top,
.form-bot {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form input,
.form textarea,
.woocommerce-input-wrapper input,
.woocommerce-input-wrapper textarea {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--main-text-primary);
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid var(--stroke);
  background: var(--background);
  transition: all 0.3s ease-in;
}
.woocommerce-input-wrapper textarea {
  height: 150px;
  padding: 16px 20px;
  resize: unset;
}
.form textarea {
  height: 110px;
  padding: 16px 20px;
  resize: unset;
}
.form input::placeholder,
.form textarea::placeholder,
.woocommerce-input-wrapper input::placeholder,
.woocommerce-input-wrapper textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--main-text-secondary);
  overflow: visible;
  transition: all 0.3s ease-in;
}
.form input:hover::placeholder,
.form textarea:hover::placeholder,
.woocommerce-input-wrapper input:hover::placeholder,
.woocommerce-input-wrapper textarea:hover::placeholder,
.form input:focus::placeholder,
.form textarea:focus::placeholder,
.woocommerce-input-wrapper input:focus::placeholder,
.woocommerce-input-wrapper textarea:focus::placeholder {
  color: var(--primary);
}

.form input:hover,
.form input:focus,
.form textarea:hover,
.form textarea:focus,
.woocommerce-input-wrapper input:hover,
.woocommerce-input-wrapper textarea:hover,
.woocommerce-input-wrapper input:focus,
.woocommerce-input-wrapper textarea:focus {
  border: 1px solid var(--primary);
  color: var(--primary);
}
/* .form input:focus,
.form > input:not(:placeholder-shown) {
  outline: none;
} */
.form .input-wrapper {
  position: relative;
  width: 100%;
}

.form input.error::placeholder,
.form textarea.error::placeholder {
  color: red !important;
}
.form input.error,
.form textarea.error {
  border-color: red !important;
}
.form .form-input {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  text-wrap: nowrap;
  cursor: pointer;
  transition: 0.3s;
}
.form .form-input .file-label {
  display: flex;
  align-items: center;
  gap: 10px;
  text-wrap: nowrap;
  color: var(--head-secondary);
  transition: 0.3s;
}
.form .form-input:hover .file-label {
  opacity: 0.7;
}
.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 .file-remove__icon:hover {
  opacity: 0.7;
}
.form .form-input.active {
  padding-bottom: 10px;
}
.form .form-input.active:hover .file-label {
  opacity: 1;
}
.form .form-input.active .file-remove__icon {
  display: flex;
  pointer-events: all;
}
.form .btn {
  width: 100%;
}
.form .privacy-policy,
.form .privacy-policy a {
  width: 100%;
  font-weight: 400;
  /* 14 - 12 */
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
  line-height: 130%;
  text-align: center;
  color: var(--main-text-primary);
}
.form .privacy-policy a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form .privacy-policy a:hover {
  color: var(--primary);
}

@media (max-width: 768px) {
  .form {
    gap: 20px;
  }
  .form input,
  .form textarea,
  .form input::placeholder,
  .form textarea::placeholder {
    font-size: 14px;
  }
  .form textarea {
    height: 90px;
  }
  .form-top,
  .form-bot {
    gap: 10px;
  }
  .theme-modal .subtitle {
    margin-bottom: 20px;
  }
  .form .form-input {
    padding: 10px;
  }
}
/* ============== FORM STYLE End ============= */

/* ============== MAINBANNER-BLOCK Start ============= */

.mainbanner-block {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 30px;
}
.mainbanner-block .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  border-radius: 10px;
  background: var(--background);
  overflow: hidden;
}
.mainbanner-block .content-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1270px;
  height: fit-content;
  padding: 60px 15px 344px 15px;
  gap: 30px;
  z-index: 2;
}
.mainbanner-block .content-holder .text-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.mainbanner-block .content-holder .text-side .subtitle {
  width: fit-content;
  padding: 8px 15px;
  color: var(--primary);
  border-radius: 5px;
  background: var(--background-thirdly);
}
.mainbanner-block .content-holder .text-side .page-title {
  margin-bottom: 0;
}

.mainbanner-block .content-holder .advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: fit-content;
  gap: 30px;
}
.mainbanner-block .content-holder .advantage {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 234px;
  gap: 10px;
}
.mainbanner-block .content-holder .advantages__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.mainbanner-block .content-holder .advantages__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mainbanner-block .content-holder .btn {
  margin-top: 20px;
}

.mainbanner-block .gallery-holder {
  display: flex;
  z-index: 1;
}
.mainbanner-block .gallery-holder .img-wrapper {
  position: absolute;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
}
.mainbanner-block .gallery-holder .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainbanner-block .gallery-holder .img-1 {
  width: 350px;
  height: 470px;
  bottom: -17%;
  left: -1%;
  transform: rotate(-4deg);
}
.mainbanner-block .gallery-holder .img-2 {
  width: 410px;
  bottom: -3%;
  left: 21%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  transform: rotate(4deg);
}
.mainbanner-block .gallery-holder .img-3 {
  width: 334px;
  bottom: -8%;
  right: 25%;
  transform: rotate(-4deg);
}
.mainbanner-block .gallery-holder .img-4 {
  width: 450px;
  height: 380px;
  bottom: -3%;
  right: -4.5%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  transform: rotate(4deg);
}
.mainbanner-block .img-el-side {
  display: flex;
  position: absolute;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainbanner-block .img-el-side__left,
.mainbanner-block .img-el-side__right {
  width: 38%;
}
.mainbanner-block .img-el-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.mainbanner-block .swiper-additionals {
  position: absolute;
  bottom: 20px;
  justify-content: center;
}
.mainbanner-block .swiper-additionals .swiper-pagination {
  gap: 5px !important;
}
.mainbanner-block .swiper-additionals .swiper-pagination-bullet {
  border-radius: 2px !important;
  width: 50px !important;
  height: 8px !important;
  /* border: 1px solid var(--stroke) !important; */
  background: var(--background-thirdly) !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}
.mainbanner-block .swiper-pagination-bullet::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 8px;
  top: 0;
  left: 0;
  border-radius: 2px;
  border: 1px solid var(--stroke);
  z-index: 1;
}
.mainbanner-block .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  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;
}
.mainbanner-block
  .swiper.swiper-paused
  .swiper-additionals
  .swiper-pagination-bullet-active::before {
  animation-play-state: paused;
}

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

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

@media (max-width: 1320px) {
  .mainbanner-block .content-holder {
    padding: 40px 15px 280px 15px;
  }
  .mainbanner-block .gallery-holder .img-wrapper {
    max-width: 320px;
    max-height: 400px;
  }
  .mainbanner-block .gallery-holder .img-4 {
    right: 0;
  }
  .mainbanner-block .gallery-holder .img-1 {
    bottom: -15%;
  }
  .mainbanner-block .gallery-holder .img-2 {
    bottom: -12%;
  }
  .mainbanner-block .gallery-holder .img-3 {
    bottom: -15%;
  }
  .mainbanner-block .gallery-holder .img-4 {
    bottom: -15%;
  }
}
@media (max-width: 992px) {
  .mainbanner-block .content-holder {
    padding: 40px 15px 220px 15px;
    gap: 20px;
  }
  .mainbanner-block .content-holder .advantages {
    gap: 20px;
  }
  .mainbanner-block .content-holder .advantage {
    max-width: 210px;
  }
  .mainbanner-block .content-holder .advantages__img {
    width: 30px;
    height: 30px;
  }
  .mainbanner-block .gallery-holder .img-wrapper {
    max-width: 220px;
    max-height: 240px;
  }
  .mainbanner-block .gallery-holder .img-1 {
    bottom: -5%;
  }
  .mainbanner-block .gallery-holder .img-2 {
    bottom: -8%;
  }
  .mainbanner-block .gallery-holder .img-3 {
    bottom: -10%;
  }
  .mainbanner-block .gallery-holder .img-4 {
    bottom: -7%;
  }
}
@media (max-width: 768px) {
  .mainbanner-block {
    padding-top: 10px;
  }
  .mainbanner-block .content-holder {
    padding: 40px 15px 160px 15px;
  }
  .mainbanner-block .content-holder .advantages {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }
  .mainbanner-block .content-holder .advantage {
    max-width: none;
    justify-content: center;
  }
  .mainbanner-block .content-holder .advantages__img {
    width: 20px;
    height: 20px;
  }
  .mainbanner-block .content-holder .btn {
    margin-top: 0;
  }
  .mainbanner-block .gallery-holder .img-wrapper {
    max-width: 160px;
    max-height: 170px;
  }
}
@media (max-width: 620px) {
  .mainbanner-block .gallery-holder .img-wrapper {
    max-width: 150px;
    max-height: 170px;
  }
}
@media (max-width: 512px) {
  /* 	.mainbanner-block .content-holder {
        padding: 30px 15px;
    } */
  .mainbanner-block .content-holder {
    padding: 20px 15px 120px 15px;
  }
  .mainbanner-block .content-holder .advantage {
    justify-content: start;
  }
  .mainbanner-block .content-holder .advantage__desc {
    font-size: 12px;
  }
  /*   .mainbanner-block .gallery-holder, */
  .mainbanner-block .img-el-side__left,
  .mainbanner-block .img-el-side__right {
    display: none;
  }
  .mainbanner-block .gallery-holder .img-wrapper {
    max-width: 110px;
    max-height: 120px;
  }
  .mainbanner-block .gallery-holder .img-1 {
    bottom: -2%;
  }
  .mainbanner-block .gallery-holder .img-2 {
    bottom: -5%;
  }
  .mainbanner-block .gallery-holder .img-3 {
    bottom: -7%;
  }
  .mainbanner-block .gallery-holder .img-4 {
    bottom: -3%;
  }
}
@media (max-width: 380px) {
  .mainbanner-block .content-holder {
    /*     padding: 20px 15px 100px 15px; */
    padding: 20px 15px;
  }
  .mainbanner-block .gallery-holder {
    display: none;
  }
  /*   .mainbanner-block .gallery-holder .img-wrapper {
    max-width: 80px;
    max-height: 90px;
  } */
}

/* ============== MAINBANNER-BLOCK End ============= */

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

.stocks-content {
  padding-top: 0;
}
.stocks-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.stocks-block .swiper-slide {
  height: auto;
}
.stock-card {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 100%;
  min-height: 300px;
  padding: 35px;
  gap: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--background);
  cursor: pointer;
}
.stock-card__text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 360px;
  z-index: 2;
}
.stock-card__text__holder {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.stock-card__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 5px;
  padding: 8px 15px;
  color: var(--primary);
  background: var(--background-thirdly);
}
.stock-card .btn-holder {
  margin-top: auto;
  z-index: 2;
}
.stock-card .btn {
  margin-top: 23px;
}
.stock-card__img,
.stock-card__img-bg {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  width: fit-content;
  max-width: 70%;
  height: 100%;
  z-index: 1;
}
.stock-card__img-bg {
  opacity: 0.25;
  z-index: 0;
}
.stock-card__img img,
.stock-card__img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* primary */
.stock-card.primary {
  background: var(--primary);
}
.stock-card.primary .stock-card__text *,
.stock-card.primary .stock-card__desc *,
.stock-card.primary .stock-card__mark {
  color: var(--background) !important;
}
.stock-card.primary .stock-card__mark {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1500px) {
  .stock-card__img {
    opacity: 0.2;
  }
  .stock-card.primary .stock-card__img-bg img {
    display: none;
  }
}
@media (max-width: 1100px) {
  .stock-card {
    padding: 20px;
    min-height: 260px;
  }
  .stock-card .btn {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .stocks-wrapper {
    gap: 20px;
  }
  .stock-card {
    gap: 20px;
  }
  .stock-card__img:not(.stock-card.primary .stock-card__img) {
    display: none;
  }
  .stock-card__img,
  .stock-card__img-bg {
    max-width: 100%;
  }
}
@media (max-width: 620px) {
  .stocks-wrapper {
    grid-template-columns: 1fr;
  }
  .stock-card__img {
    bottom: 50%;
    transform: translate(0, 50%);
    height: 100%;
  }
}
@media (max-width: 576px) {
  .stock-card__text {
    max-width: none;
  }
}
/* ============== ARCHIVE STOCKS End ============= */

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

.services-content {
  padding-top: 0;
}
.services-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.service-card {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 100%;
  min-height: 300px;
  padding: 40px;
  border-radius: 10px;
  background: var(--background);
  overflow: hidden;
  cursor: pointer;
}
.service-card-content {
  display: flex;
  flex-direction: column;
  max-width: 360px;
  gap: 20px;
  z-index: 3;
}
.service-card-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #ffffff 61.63%,
    rgba(255, 255, 255, 0) 87.08%
  );
  z-index: 2;
  pointer-events: none;
}
.service-card__icon {
  width: 40px;
  height: 40px;
}
.service-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-card__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service-card__text__title {
  margin: 0;
}
.service-card__text__desc {
  margin-bottom: 40px;
}
.service-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  z-index: 2;
}
.service-card__img {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 52%;
  height: 100%;
  z-index: 1;
}
.service-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

@media (max-width: 1500px) {
  .service-card__img {
    opacity: 0.2;
  }
}
@media (max-width: 1100px) {
  .service-card {
    padding: 20px;
    min-height: 260px;
  }
  .service-card__text__desc {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .services-wrapper {
    gap: 20px;
  }
  .service-card__img {
    max-width: 100%;
  }
}
@media (max-width: 620px) {
  .services-wrapper {
    grid-template-columns: 1fr;
  }
  .service-card__img {
    bottom: 50%;
    transform: translate(0, 50%);
    height: 100%;
  }
}
@media (max-width: 512px) {
  .service-card__text,
  .service-card__bottom {
    max-width: none;
  }
  .service-card__bottom {
    flex-direction: column;
    align-items: start;
  }
}
/* ============== ARCHIVE SERVICES End ============= */

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

.service-banner-block {
  padding-top: 0;
}
.service-banner-block * {
  color: var(--background);
}
.service-banner-block .service-content {
  display: flex;
  position: relative;
  min-height: 420px;
  padding: 40px 60px;
  gap: 60px;
  border-radius: 10px;
  background: var(--primary);
  overflow: hidden;
}
.service-banner-block .service-text-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  gap: 45px;
  padding: 20px 0;
  z-index: 1;
}
.service-banner-block .service-text-side-holder {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.service-banner-block .service-text-side .page-title {
  margin: 0;
}
.service-banner-block .service-text-side__bottom {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 40px;
}
.service-text-side__bottom__price {
  white-space: nowrap;
}
.service-banner-block .service-img-side {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 620px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.service-banner-block .service-img-side img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-banner-block .service-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: fit-content;
  max-width: 50%;
  height: 100%;
  opacity: 0.15;
}
.service-banner-block .service-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1320px) {
  .service-banner-block .service-content {
    min-height: auto;
    padding: 20px 40px;
    gap: 20px;
  }
  .service-banner-block .service-text-side__bottom {
    gap: 20px;
    row-gap: 10px;
  }
}
@media (max-width: 992px) {
  .service-banner-block .service-content {
    padding: 20px;
  }
  .service-banner-block .service-text-side {
    padding: 0;
  }
  .service-banner-block .service-text-side-holder {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .service-banner-block .service-content {
    flex-direction: column-reverse;
  }
  .service-banner-block .service-text-side {
    gap: 30px;
  }
  .service-banner-block .service-text-side__bottom {
    justify-content: space-between;
  }
  .service-banner-block .service-img-side {
    max-width: none;
    height: 250px;
  }
  .service-banner-block .service-bg {
    max-width: none;
    height: fit-content;
  }
}
@media (max-width: 512px) {
  .service-banner-block .service-text-side {
    gap: 20px;
  }
  .service-banner-block .service-img-side {
    height: 180px;
  }
}
/* ============== SINGLE SERVICE End ============= */

/* ============== ARCHIVE NEWS Start ============= */

#archive-news .news-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
  column-gap: 30px;
}
#archive-news .news-item {
  display: flex;
  flex-direction: column;
}
.news-item__content {
  display: flex;
  flex-direction: column;
  padding: 30px;
  gap: 30px;
}
.news-item__content__date {
  color: var(--main-text-secondary);
}
.news-item__content__text__value * {
  text-box-trim: none;
  text-box-edge: auto;
  line-height: normal;
  margin-bottom: 0;
}
.news-item__content__text__value *:not(:last-of-type) {
  margin-bottom: 5px;
}
.news-item__content__text__value.hidden {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  transition: all 0.3s;
}
.news-item .read-more-btn {
  width: fit-content;
  cursor: pointer;
  color: var(--head-primary);
  margin-top: 15px;
  transition: all 0.3s ease-in;
}
.news-item .read-more-btn:hover {
  color: var(--primary);
}
.news-item__img {
  display: flex;
  width: 100%;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
}
.news-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#archive-news .btn-holder {
  margin-top: 40px;
}

@media (max-width: 1320px) {
  #archive-news .news-content {
    gap: 20px;
  }
  .news-item__content {
    padding: 20px;
    gap: 20px;
  }
  .news-item__img {
    height: 180px;
  }
}
@media (max-width: 992px) {
  #archive-news .news-content {
    gap: 10px;
  }
  .news-item__content {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  #archive-news .news-content {
    grid-template-columns: repeat(2, 1fr);
  }
  #archive-news .btn-holder {
    margin-top: 20px;
  }
}
@media (max-width: 512px) {
  #archive-news .news-content {
    grid-template-columns: 1fr;
  }
}

/* ============== ARCHIVE NEWS End ============= */

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

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

.shop-content {
  padding-top: 0;
}
.shop-content .product-holder {
  width: 100%;
}
.shop-content .product-holder .woocommerce-info {
  /* 20 - 14 */
  font-size: clamp(0.938rem, 0.875rem + 0.31vw, 1.25rem);
  padding-top: 20px;
  color: var(--head-primary);
  font-weight: 600;
}
.shop-content .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.shop-content .products li::before {
  content: none;
}
.woocommerce-loop-category__title {
  /* font-weight: 700; */
  /*font-size c 32 до 16 */
  /* font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
  line-height: 120%;
  color: var(--head-primary); */
}
/* .woocommerce-loop-category__title mark {
  display: none;
} */
.shop-content .product-category a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 445px;
  gap: 15px;
  border-radius: 10px;
  background: var(--background);
  overflow: hidden;
}
.shop-content .product-category a .cat-card__title {
  padding: 30px;
  padding-bottom: 0;
}
.shop-content .product-category a .cat-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* 357 - 190 */
  height: clamp(11.875rem, -0.255rem + 22.57vw, 22.313rem);
}
.shop-content .product-category a .cat-card__img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}
.shop-content .product-category a:hover .cat-card__img img {
  transform: scale(1.1);
}

@media (max-width: 1560px) {
  .shop-content .product-category a {
    min-height: auto;
  }
}
@media (max-width: 1320px) {
  .shop-content .products {
    gap: 20px;
  }
  .shop-content .product-category a {
    gap: 10px;
  }
  .shop-content .product-category a .cat-card__title {
    padding: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 860px) {
  .shop-content .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .shop-content .product-category a .cat-card__title {
    padding: 15px;
    padding-bottom: 0;
  }
  .shop-content .product-category a .cat-card__img {
    /* 320 - 190 */
    height: clamp(11.875rem, 2.531rem + 32.5vw, 20rem);
  }
}
@media (max-width: 420px) {
  .shop-content .products {
    grid-template-columns: 1fr;
  }
  .shop-content .product-category a .cat-card__img {
    height: 220px;
  }
  .shop-content .product-category a .cat-card__img img {
    width: fit-content;
  }
}
/* ============== ARCHIVE PRODUCTS End ============= */

/* ============== FIBOSEARCH START ============= */

/* .search-product * {
  transition: all 0.3s ease-in;
} */
.search-product {
  display: flex;
  width: 100%;
  max-width: 623px;
  min-width: 220px;
  height: 44px;
}
.search-product .dgwt-wcas-search-wrapp,
.search-product .dgwt-wcas-search-form,
.search-product .dgwt-wcas-sf-wrapp {
  display: flex;
  align-items: center;
  min-width: auto;
  height: 100%;
  margin: unset;
}
.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,
.search-product .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader::before {
  content: none;
}
.search-product input[type="search"].dgwt-wcas-search-input {
  position: relative;
  height: 100%;
  padding-right: 90px;
  border: 1px solid var(--background) !important;
  border: unset;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--main-text-primary);
  transition: all 0.3s ease-in;
}
.search-product input[type="search"].dgwt-wcas-search-input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--main-text-primary);
  font-style: unset;
  transition: all 0.3s ease-in;
}
.search-product input[type="search"].dgwt-wcas-search-input:hover::placeholder,
.search-product input[type="search"].dgwt-wcas-search-input:focus::placeholder {
  color: var(--primary);
}
.search-product input[type="search"].dgwt-wcas-search-input:hover,
.search-product input[type="search"].dgwt-wcas-search-input:focus {
  border: 1px solid var(--primary) !important;
  box-shadow: unset;
  color: var(--primary);
}
.search-product .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.search-product .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg path {
  fill: transparent;
  stroke: var(--main-text-primary);
}
.search-product
  input[type="search"].dgwt-wcas-search-input:hover
  ~ button.dgwt-wcas-search-submit
  svg
  path,
.search-product
  input[type="search"].dgwt-wcas-search-input:focus
  ~ button.dgwt-wcas-search-submit
  svg
  path {
  stroke: var(--primary);
}
.search-product .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader {
  width: 30px;
  opacity: 1;
}
.search-product .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader svg path {
  fill: #a0a0a0;
}
.search-product .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader:hover svg path {
  fill: var(--primary);
}
/* .search-product .dgwt-wcas-search-wrapp .dgwt-wcas-enable-mobile-form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
} */
@media (max-width: 460px) {
  .search-product {
    position: relative;
    min-width: auto;
    width: fit-content;
    height: auto;
    margin-left: auto;
    right: -10px;
  }
  .search-product .dgwt-wcas-search-wrapp .dgwt-wcas-search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search-product .dgwt-wcas-search-wrapp .dgwt-wcas-search-icon svg path {
    fill: transparent;
    stroke: var(--head-primary);
  }
  .dgwt-wcas-om-bar button.dgwt-wcas-om-return {
    background: var(--main-text-primary);
  }
}
/* ============== FIBOSEARCH END ============= */

/* ============== ARCHIVE TAX Start ============= */
.shop-content.tax-shop {
  display: flex;
  gap: 30px;
}
.shop-content.tax-shop .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.product-cats * {
  transition: all 0.3s ease-in;
}
.product-cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 60px;
}
.product-cats .category-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 15px 10px 10px;
  gap: 15px;
  background: var(--background);
  border-radius: 10px;
}
.product-cats .category-item__title {
  width: 100%;
}
.product-cats .category-item:hover .category-item__title {
  color: var(--primary);
}
.product-cats .category-item__img {
  display: flex;
  width: 100%;
  max-width: 161px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.product-cats .category-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-cats .category-item:hover .category-item__img img {
  transform: scale(1.1);
}
li.product {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0;
  gap: 0;
  background: var(--background);
  border-radius: 10px;
  overflow: hidden;
}
li.product::before {
  content: none;
}
li.product a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 10px;
  left: 10px;
  width: fit-content;
  gap: 5px;
  z-index: 2;
}
.tag-list__name {
  width: fit-content;
  border-radius: 100px;
  padding: 10px;
  color: var(--background);
  /*font-size c 16 до 12 */
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  background: var(--primary);
  z-index: 2;
}
li.product .product-card__img {
  display: flex;
  width: 100%;
  max-height: 360px;
  height: 25vw;
  flex-shrink: 0;
  overflow: hidden;
}
li.product .product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in;
}
li.product a:hover .product-card__img img {
  transform: scale(1.1);
}
li.product .product-card__title {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px 25px 25px 25px;
  gap: 25px;
}
li.product .product-card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 0 25px 25px 25px;
  color: var(--primary);
}
li.product .product-card__bottom__price .price {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: start;
  flex-direction: row-reverse;
  gap: 10px;
  row-gap: 5px;
}

/* PRICE start */
.price * {
  text-decoration: none;
  white-space: nowrap;
}
.price ins bdi,
.price ins bdi span {
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  font-weight: 700;
  line-height: 110%;
  color: var(--head-primary);
}
.price del bdi,
.price del bdi span {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-decoration: line-through !important;
  color: var(--main-text-primary);
}
/* PRICE end */

.fixed-btns-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  width: fit-content;
  height: fit-content;
  gap: 10px;
  z-index: 2;
}
.favorite-btn * {
  transition: 0.3s ease-in;
}
.favorite-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute;
  top: 10px;
  right: 10px; */
  width: 50px;
  height: 50px;
  border: 1px solid var(--stroke);
  border-radius: 5px;
  background: var(--background);
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.3s ease-in;
  z-index: 2;
}
.favorite-btn:hover,
.favorite-btn.favorite-remove,
.compare-button:hover,
.compare-button.added {
  background: var(--primary-hover);
  border: 1px solid var(--primary-hover);
}
.favorite-btn svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.favorite-btn svg path {
  stroke: var(--main-text-primary);
}
.favorite-btn:hover svg path,
.favorite-btn.favorite-remove svg path,
.compare-button:hover svg path,
.compare-button.added svg path {
  stroke: var(--background);
  fill: var(--background);
}
li.product a.add_to_cart_button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  background: var(--primary);
}
li.product a.add_to_cart_button:hover {
  background: var(--primary-hover);
}
li.product a.add_to_cart_button svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 1600px) {
  .shop-content.tax-shop,
  .shop-content.tax-shop .products {
    gap: 20px;
  }
}
@media (max-width: 1320px) {
  .product-cats {
    margin-bottom: 40px;
  }
  .product-cats .category-item__img {
    height: 60px;
    width: 40%;
  }
  .shop-content.tax-shop .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .shop-content.tax-shop .product-cats {
    margin-bottom: 20px;
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .product-cats {
    grid-template-columns: repeat(2, 1fr);
  }
  .shop-content.tax-shop .products {
    gap: 10px;
  }
  li.product .product-card__img {
    max-height: none;
    height: 40vw;
  }
}
@media (max-width: 768px) {
  .product-cats {
    margin-bottom: 20px;
  }
  li.product .product-card__title {
    padding: 10px 15px 15px 15px;
  }
  li.product .product-card__bottom {
    padding: 0 15px 15px 15px;
  }
  .favorite-btn,
  li.product a.add_to_cart_button {
    width: 35px;
    height: 35px;
  }
  .favorite-btn svg,
  li.product a.add_to_cart_button svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 576px) {
  li.product .product-card__bottom__price .price {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 460px) {
  .product-cats {
    grid-template-columns: 1fr;
  }
  .shop-content.tax-shop .product-cats .category-item {
    padding: 0 20px;
  }
  .tag-list {
    top: 5px;
    left: 5px;
  }
}
@media (max-width: 420px) {
  .shop-content.tax-shop .products {
    grid-template-columns: 1fr;
  }
  li.product .product-card__img {
    height: 75vw;
  }
}

/* ============== ARCHIVE TAX Start ============= */

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

.woocommerce-page .sidebar {
  display: flex;
  flex-direction: column;
  /* position: sticky; */
  width: 100%;
  max-width: 360px;
  /* max-height: 75vw; */
  /* top: 190px; */
  overflow-y: auto;
  height: fit-content;
}
.woocommerce-page #open-filter,
.woocommerce-page #sidebar-close {
  display: none;
}
.woocommerce-page .filters-form {
  display: flex;
  flex-direction: column;
}
/* .woocommerce-page .sidebar:not(:has(.filters-form)) {
  display: none;
} */
.woocommerce-page .filters-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.woocommerce-page .filter-block {
  border-radius: 10px;
  overflow: hidden;
  background: var(--background);
}

.woocommerce-page .sidebar-title {
  display: none !important;
}
.woocommerce-page .filter-block-header,
.woocommerce-page .accordeon-block-header {
  display: flex;
  justify-content: space-between;
  padding: 30px 25px;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.woocommerce-page .filter-block svg,
.woocommerce-page .accordeon-block svg {
  transform: rotate(180deg);
  transition: all 0.3s ease-in;
}
.woocommerce-page .filter-block svg path,
.woocommerce-page .accordeon-block svg path {
  fill: var(--main-text-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(--primary);
}
.woocommerce-page .filter-block.opend svg,
.woocommerce-page .accordeon-block.opend svg {
  transform: rotate(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: 180px;
  padding: 30px 25px;
  padding-top: 0;
  gap: 20px;
}
.woocommerce-page .price__block .padding-box {
  max-height: none;
}
.woocommerce-page .inputs.price.range {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 54px;
}
.woocommerce-page .inputs.price.range:before {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--stroke);
}
.woocommerce-page .inputs.price.range .group {
  display: flex;
  width: 100%;
}
.woocommerce-page .inputs.price.range input {
  display: flex;
  position: relative;
  text-align: center;
  width: 100%;
  height: 35px;
  padding: 7px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--head-primary);
  border-radius: 5px;
  border: 1px solid var(--stroke);
  background: var(--background);
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.woocommerce-page .inputs.price.range .group {
  position: relative;
}
.woocommerce-page .inputs.price.range .group:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 20px;
  color: var(--main-text-secondary);
}
.woocommerce-page .filter-block-title,
.woocommerce-page .sidebar-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: var(--head-primary);
  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(--primary);
}

.woocommerce-page .range-slider {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 14px;
}
.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(--background-thirdly);
  user-select: none;
}
.woocommerce-page .range-slider .noUi-connect {
  position: absolute;
  top: -1px;
  left: 0;
  height: 4px;
  width: 100%;
  border-radius: 100px;
  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: 14px;
  height: 14px;
  border: 1px solid var(--primary);
  border-radius: 100%;
  background: var(--background);
  cursor: pointer;
}
.woocommerce-page .noUi-handle-lower {
  right: -14px !important;
}
.woocommerce-page .noUi-handle-upper {
  right: 0 !important;
}
.woocommerce-page .filters-form .default-item .inputs.checkboxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* max-height: 100px; */
  overflow-y: auto;
}
.woocommerce-page .filters-form .default-item .group {
  display: flex;
  align-items: center;
  min-height: 20px;
}
.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%;
  padding-left: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: var(--main-text-primary);
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.woocommerce-page .filters-form .default-item .group-label:hover {
  color: var(--primary);
}
.woocommerce-page .filters-form .default-item .group-label:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid var(--main-text-primary);
  border-radius: 50px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: transparent;
  transition: all 0.3s ease-in;
  box-sizing: border-box;
}
.woocommerce-page .filters-form .default-item .group-label:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  left: 5px;
  border-radius: 50px;
  background: var(--background);
  transform: translate(0, -50%);
  transition: all 0.3s ease-in;
  opacity: 0;
  z-index: 2;
}
.woocommerce-page
  .filters-form
  .default-item
  .group
  input:checked
  + .group-label::after {
  opacity: 1;
}
.woocommerce-page
  .filters-form
  .default-item
  .group
  input:checked
  + .group-label::before {
  background: var(--primary);
  border: 1px solid var(--primary);
}
.woocommerce-page .filter-block-toggler {
  display: flex;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease-in;
}
.woocommerce-page .price__block.opend .filter-block-toggler {
  opacity: 0;
}
.woocommerce-page .buttons * {
  transition: all 0.3s ease-in;
}
.woocommerce-page .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  gap: 10px;
}
.woocommerce-page .clear-filters {
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
  background: unset;
  border: unset;
}
.woocommerce-page .clear-filters:hover {
  color: var(--primary);
}
.woocommerce-page .clear-filters path {
  stroke: var(--main-text-primary);
}
.woocommerce-page .clear-filters:hover path {
  stroke: var(--primary);
}
.woocommerce-page #open-filter {
  bottom: 43%;
  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: 1220px) {
  .woocommerce-page .sidebar {
    top: 140px;
  }
} */
@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 20px 20px;
    margin-top: 10px;
  }
  .woocommerce-page .filter-block-header,
  .woocommerce-page .accordeon-block-header {
    padding: 20px;
  }
  .woocommerce-page .sidebar-title {
    display: flex !important;
    cursor: default;
    border-bottom: 1px solid var(--background-thirdly);
  }
  .woocommerce-page .filter-block-title,
  .woocommerce-page .sidebar-title {
    font-weight: 500;
    font-size: 16px;
  }
  .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 .filters-wrapper {
    gap: 0;
  }
  .woocommerce-page .filter-block:not(:last-of-type) {
    border-bottom: 1px solid var(--background-thirdly);
  }
  .woocommerce-page .filters-form .default-item .group-label {
    font-size: 16px;
  }
  .woocommerce-page #apply-filter {
    width: 100%;
  }
}
/* ============== FILTER-WIDGET End ============= */

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

.single-product-content {
  display: flex;
  gap: 50px;
  padding-top: 0;
}

.single-product-content .gallery-product-holder {
  display: flex;
  width: 100%;
  max-width: 750px;
  height: auto;
  max-height: 530px;
  gap: 10px;
}
.single-product-content .gallery-product-holder .gallery-product {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(--background);
}
.single-product-content .gallery-product .swiper-slide {
  width: 100% !important;
}
.single-product-content .gallery-product__img {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.single-product-content .gallery-product__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-product .gallery-product .favorite-btn {
  display: none;
}
.single-product-content .maingallery-product__thumbs {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  gap: 30px;
  padding: 50px 0;
}
.single-product-content .thumbs-gallery {
  display: flex;
  width: 100%;
  height: 100%;
  /* max-height: 430px; */
}
.single-product-content .thumbs-gallery__img {
  display: flex;
  width: 120px;
  height: 100%;
  border-radius: 10px;
  background: var(--background);
  overflow: hidden;
  cursor: pointer;
}
.single-product-content .thumbs-gallery__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product-content .swiper-btn-prev,
.single-product-content .swiper-btn-next {
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent;
  flex-shrink: 0;
}
.single-product-content .swiper-btn-prev {
  top: 0;
}
.single-product-content .swiper-btn-next {
  bottom: 0;
}
.single-product-content .swiper-btn-prev svg path,
.single-product-content .swiper-btn-next svg path {
  fill: var(--primary);
}
.single-product-content .swiper-btn-prev:hover svg path,
.single-product-content .swiper-btn-next:hover svg path {
  fill: var(--primary-hover);
}
.single-product-content .swiper-button-disabled svg path {
  fill: var(--main-text-primary);
}

.single-product-content .summary-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}
.single-product-content .summary-text .summary-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.attrs-holder::-webkit-scrollbar,
.attrs-holder::-webkit-scrollbar-thumb {
  height: 2px;
}
.attrs-holder {
  overflow-x: auto;
}
.attr-item {
  display: flex;
  position: relative;
  align-items: end;
  justify-content: space-between;
  min-width: 350px;
  gap: 30px;
}
.attr-item::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed var(--stroke);
  z-index: -1;
}
.attr-name {
  width: fit-content;
  max-width: 400px;
  background: var(--background-secondary);
  padding-right: 10px;
  margin-right: 10px;
}
.attr-value {
  width: fit-content;
  max-width: 400px;
  text-align: end;
  color: var(--head-primary);
  background: var(--background-secondary);
  padding-left: 10px;
  margin-left: 10px;
}
.attr-value.link {
  color: var(--primary);
}
.single-product .controls-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.single-product .controls-holder__price {
  /*font-size c 20 до 14 */
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  font-weight: 700;
  line-height: 110%;
  color: var(--primary);
}
.single-product .controls-holder__price .price {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: start;
  flex-direction: row-reverse;
  gap: 10px;
  row-gap: 5px;
}
.single-product .controls-holder__price .price * {
  text-decoration: none;
  white-space: nowrap;
  /* color: var(--main-text-primary); */
}
.single-product .controls-holder__price .price del bdi,
.single-product .controls-holder__price .price del bdi span {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-decoration: line-through !important;
  color: var(--main-text-primary);
}
.single-product .controls-holder__price:not(:has(ins)) bdi,
.single-product .controls-holder__price:not(:has(ins)) bdi span,
.single-product .controls-holder__price ins bdi,
.single-product .controls-holder__price ins bdi span {
  /*font-size c 34 до 18 */
  font-size: clamp(1.125rem, 0.925rem + 1vw, 2.125rem);
  font-weight: 600;
  line-height: 105%;
  color: var(--head-primary);
}
.single-product .controls-holder__btns-holder {
  display: flex;
  align-items: center;
  gap: 20px;
}
.single-product .controls-holder form {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* QUANTITY start */
.qty-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 160px;
  height: 50px;
  padding: 0;
  background: var(--background);
  box-sizing: border-box;
}
.qty-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 13px;
  border: 1px solid var(--stroke);
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}
.qty-wrapper .qty-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 26px;
  line-height: 100%;
  flex-shrink: 0;
  color: var(--head-primary);
  background: transparent;
  cursor: pointer;
}
.qty-wrapper .qty-button:disabled {
  color: var(--stroke);
  pointer-events: none;
}
.qty-wrapper .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 40px;
  height: 100%;
}
.qty-wrapper .quantity input {
  width: 100%;
  border: none;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--main-text-primary);
  background: transparent;
}
/* QUANTITY end */

.single-product .controls-holder .single_add_to_cart_button.btn {
  min-width: 160px;
  height: 50px;
}

.single-product .controls-holder .favorite-btn {
  position: relative;
  top: auto;
  right: auto;
  background: transparent;
  width: 50px;
  height: 50px;
}
.single-product .controls-holder .favorite-btn:hover,
.single-product .controls-holder .favorite-btn.favorite-remove {
  background: var(--primary-hover);
}

@media (max-width: 1460px) {
  .single-product-content {
    gap: 30px;
  }
  .single-product-content .gallery-product-holder {
    max-width: 530px;
    max-height: 400px;
  }
  .single-product-content .thumbs-gallery__img {
    width: 100px;
  }
  .single-product-content .maingallery-product__thumbs {
    padding: 30px 0;
  }
  .single-product-content .summary-text {
    gap: 20px;
  }
  .single-product .controls-holder {
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
  }
  .single-product .controls-holder__btns-holder,
  .single-product .controls-holder form,
  .single-product .controls-holder .single_add_to_cart_button.btn {
    width: 100%;
    flex-shrink: unset;
  }
  .single-product .controls-holder__btns-holder {
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .single-product-content .gallery-product-holder {
    max-width: 340px;
    max-height: 280px;
  }
  .single-product-content .thumbs-gallery__img {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .single-product-content {
    flex-direction: column;
    gap: 20px;
  }
  .single-product-content .gallery-product-holder {
    max-width: none;
    height: 70vw;
    max-height: 500px;
  }
  .single-product-content .gallery-product-holder .gallery-product {
    max-width: none;
    max-height: none;
    height: 100%;
  }
  .single-product-content .thumbs-gallery {
    max-height: none;
  }
  .single-product-content .thumbs-gallery__img {
    width: 80px;
  }
}
@media (max-width: 420px) {
  .single-product-content .gallery-product-holder {
    flex-direction: column-reverse;
    max-height: none;
    height: auto;
  }
  .single-product-content .gallery-product-holder .gallery-product {
    height: 80vw;
  }
  .single-product-content .maingallery-product__thumbs {
    width: 100%;
    height: 80px;
    padding: 0 30px;
  }
  .single-product-content .thumbs-gallery__img {
    width: auto;
  }
  .single-product-content .swiper-btn-prev {
    top: auto;
    left: 0;
    transform: rotate(-90deg);
  }
  .single-product-content .swiper-btn-next {
    bottom: auto;
    right: 0;
    transform: rotate(-90deg);
  }
  .single-product .controls-holder form {
    flex-direction: column;
  }
  .single-product .controls-holder .qty-section {
    max-width: none;
  }
  .single-product .controls-holder .favorite-btn {
    display: none;
  }
  .single-product .gallery-product .favorite-btn {
    display: flex;
  }
}
@media (max-width: 380px) {
  .attrs-holder {
    padding-bottom: 10px;
  }
}

/* ============== SINGLE PRODUCT PAGE End ============= */

/* ============== QUALITIES BLOCK [SINGLE PRODUCT PAGE] Start ============= */

.qualities-block .qualities-holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.qualities-block .qualities-holder .qualitie-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.qualities-block .qualities-holder .qualitie__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25vw;
  max-height: 350px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--background);
}
.qualities-block .qualities-holder .qualitie__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qualities-block .qualities-holder .qualitie__text {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media (max-width: 992px) {
  .qualities-block .qualities-holder {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .qualities-block .qualities-holder .qualitie-item {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .qualities-block .qualities-holder .qualitie__text {
    gap: 10px;
  }
  .qualities-block .qualities-holder .qualitie__img {
    width: 35%;
    flex-shrink: 0;
  }
}
@media (max-width: 420px) {
  .qualities-block .qualities-holder {
    grid-template-columns: 1fr;
  }
  .qualities-block .qualities-holder .qualitie-item {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .qualities-block .qualities-holder .qualitie__img {
    width: 100%;
    height: 55vw;
  }
}
/* ============== QUALITIES BLOCK [SINGLE PRODUCT PAGE] End ============= */

/* ============== ATTRS BLOCK [SINGLE PRODUCT PAGE] End ============= */
.attrs-block .attrs-holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow-x: auto;
  column-gap: 60px;
  row-gap: 10px;
}

@media (max-width: 1220px) {
  .attrs-block .attrs-holder {
    column-gap: 30px;
  }
}
@media (max-width: 768px) {
  .attrs-block .attrs-holder {
    grid-template-columns: 1fr;
  }
}
/* ============== ATTRS BLOCK [SINGLE PRODUCT PAGE] End ============= */

/* ============== NOTICES Start ============= */

#noticer {
  position: fixed;
  top: 20%;
  max-width: 250px;
  width: fit-content;
  border-radius: 5px 0px 0px 5px;
  transition: 0.7s;
  border: 1px solid var(--primary);
  background: var(--background);
  color: var(--primary);
  border-right: unset;
  right: 0;
  z-index: 123;
  font-size: 14px;
  padding: 10px;
  transform: translateX(100%);
}
#noticer.active {
  transform: translateX(0);
}
/* ============== NOTICES End ============= */

/*============ COMPARE Start ===============*/

.page-compare-table {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.page-compare-table td {
  min-width: 235px;
  max-width: 285px;
  width: 100%;
  padding: clamp(10px, calc(0.625vw + 8px), 20px)
    clamp(10px, calc(0.625vw + 8px), 20px)
    clamp(10px, calc(0.625vw + 8px), 20px) 0;
  background-color: transparent;
  text-align: left;
  border-color: var(--Background-dark);
  border-radius: 0;
  border-left: none;
  border-right: none;
  vertical-align: top;
}
.page-compare-table tr {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--stroke);
}
.page-compare-table tr.products-row:has(.product-item__stock) {
  display: none;
}
.page-compare-table td:first-child {
  font-weight: 400;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  color: var(--color, var(--Main-text));
  font-weight: 600;
  --color: var(--Head);
}
.page-compare-table td.product-item__image {
  position: relative;
}
.page-compare-table td.product-item__image img {
  width: 100%;
  /* 100 - 180 */
  height: clamp(6.25rem, 5.25rem + 5vw, 11.25rem);
  -o-object-fit: contain;
  object-fit: contain;
}
.page-compare-table td.product-item__title {
  font-weight: 700;
  color: var(--Head);
}
.page-compare-table td.product-item__title a {
  font-weight: 700;
  color: var(--Head);
}
.page-compare-table td.product-item__price * {
  font-weight: 700;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  color: var(--color, var(--Head));
}
.page-compare-table td.product-button-delete {
  border-top: 1px solid var(--Background-dark);
  border-bottom: none;
  text-align: center;
}
.page-compare-table td.product-button-delete .product-button-delete__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(5px, calc(0.3125vw + 4px), 10px);
  width: -moz-fit-content;
  width: fit-content;
}
.page-compare-table
  td.product-button-delete
  .product-button-delete__wrap
  .btn-add {
  display: none;
}
.page-compare-table td.product-button-delete .compare-delete-item {
  display: flex;
  align-items: center;
  gap: clamp(5px, calc(0.3125vw + 4px), 10px);
  font-weight: 400;
  font-size: clamp(12px, calc(0.125vw + 11.6px), 14px);
  line-height: 130%;
  color: var(--color, var(--Main-text));
  --color: var(--Stroke);
  background: transparent;
}
.page-compare-table td.product-button-delete .compare-delete-item svg {
  width: 10px;
  height: 10px;
  --svgColor: var(--Stroke);
}

@media (min-width: 992px) {
  .page-compare-table td.product-button-delete .compare-delete-item:hover {
    --color: var(--Primary);
  }

  .page-compare-table td.product-button-delete .compare-delete-item:hover svg {
    --svgColor: var(--Primary);
  }
}
.page-compare-table td.product-item__stock .product-item__stock-wrap {
  display: flex;
  gap: 2px;
}
.page-compare-table td.product-item__stock .product-item__stock-wrap span {
  border-radius: 3px;
  background: var(--Background-dark);
  width: 5px;
  height: clamp(15px, calc(0.3125vw + 14px), 20px);
}
.page-compare-table
  td.product-item__stock
  .product-item__stock-wrap
  span.active {
  background-color: var(--colorActive, #8aefb2);
}
.page-compare-table td.product-item__stock.outofstock {
  --colorActive: #ff0404;
}
.page-compare-table tr:last-child td {
  border-bottom: none;
}
.page-compare-list-body {
  overflow: auto;
}
.page-compare-list-body::-webkit-scrollbar {
  height: 7px;
  background-color: var(--stroke);
}
.page-compare-list-body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

/*============ COMPARE End ===============*/

/* ============== FAVORITES PAGE Start ============= */

.page-favorites .info-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px 15px;
  margin-bottom: 40px;
}
.page-favorites .info-holder .order-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 270px;
  gap: 20px;
}
.page-favorites .clear-favorites {
  display: flex;
  align-items: center;
  gap: 5px;
  background: transparent;
  cursor: pointer;
  color: var(--main-text-primary);
  transition: all 0.3s ease-in;
}
.page-favorites .clear-favorites:hover {
  color: var(--primary);
}
.page-favorites .clear-favorites svg path {
  stroke: var(--main-text-primary);
  transition: all 0.3s ease-in;
}
.page-favorites .clear-favorites:hover svg path {
  stroke: var(--primary);
}
.page-favorites .favorite-holder {
  padding-top: 0;
}
.page-favorites .favorite-holder .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media (max-width: 1320px) {
  .page-favorites .favorite-holder .products {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .page-favorites .favorite-holder .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .page-favorites .info-holder {
    margin-bottom: 20px;
  }
  .page-favorites .info-holder .order-count {
    min-width: auto;
  }
}
@media (max-width: 420px) {
  .page-favorites .favorite-holder .products {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
/* ============== FAVORITES PAGE End ============= */

/* ============== CART PAGE Start ============= */

body .content > .woocommerce .woocommerce-notices-wrapper {
  display: none;
}
.cart-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 0;
}
.cart-wrapper .shop_table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-wrapper .shop_table .cart_item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 64px 20px 20px;
  gap: 40px;
  border-radius: 10px;
  border: 1px solid var(--stroke);
  background: var(--background);
}
.cart-wrapper .shop_table .cart_item .product-thumbnail {
  max-width: 120px;
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: 1px solid var(--stroke);
  overflow: hidden;
}
.cart-wrapper .shop_table .cart_item .product-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
}
.cart-wrapper .shop_table .cart_item .info-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.cart-wrapper .shop_table .cart_item .info-holder .cart-item-center {
  max-width: 527px;
  width: 100%;
}
.cart-wrapper .shop_table .cart_item .info-holder .cart-item-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 52px;
}
.cart-wrapper
  .shop_table
  .cart_item
  .info-holder
  .cart-item-right
  .product-quantity {
  display: flex;
  width: 100%;
}
.cart-wrapper .shop_table .cart_item .info-holder .product-price {
  display: flex;
  flex-direction: column-reverse;
  white-space: nowrap;
}
.cart-wrapper .shop_table .cart_item .info-holder .product-price ins bdi,
.cart-wrapper .shop_table .cart_item .info-holder .product-price ins bdi span {
  /*font-size c 24 до 16 */
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
}
.cart-wrapper .shop_table .cart_item .info-holder .product-remove {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  z-index: 2;
}
.cart-wrapper .shop_table .cart_item .info-holder .product-remove svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.cart-wrapper .shop_table .cart_item .info-holder .product-remove path {
  stroke: var(--main-text-primary);
}
.cart-wrapper .shop_table .cart_item .info-holder .product-remove:hover path {
  stroke: var(--primary);
}
.cart-wrapper .shop_table > div.actions {
  display: none;
}
.cart-wrapper .woocommerce-cart-form,
form.woocommerce-checkout .checkout-fields-wrapper {
  max-width: 1140px;
  width: 74.5%;
}
#shipping_country_field {
  display: none !important;
}
.cart-wrapper .cart-collaterals,
form.woocommerce-checkout .checkout-fields-card-total {
  position: sticky;
  top: 190px;
  max-width: 360px;
  height: fit-content;
  width: 23.5%;
}
.cart-wrapper .cart_totals,
form.woocommerce-checkout .checkout-fields-card-total {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 40px;
  background: var(--primary);
  border-radius: 10px;
  overflow: hidden;
}
form.woocommerce-checkout .checkout-fields-card-total {
  width: 23.5%;
}
form.woocommerce-checkout .checkout-fields-card-total {
  height: 100%;
}
.cart-wrapper .order-total {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.cart-wrapper .order-total *,
form.woocommerce-checkout .product-count-total * {
  color: var(--background);
}
.cart-wrapper .product-count-total,
form.woocommerce-checkout .product-count-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  gap: 10px;
  border-bottom: 1px solid var(--primary-hover);
}
.cart-wrapper .order-total .last-value * {
  font-weight: 700 !important;
}
.cart-wrapper .last-price,
form.woocommerce-checkout .woocommerce-checkout-review-order .order-total {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.cart-wrapper .wc-proceed-to-checkout {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
form.woocommerce-checkout .woocommerce-checkout-review-order {
  margin-bottom: 30px;
}
form.woocommerce-checkout .woocommerce-checkout-review-order table {
  width: 100%;
}
form.woocommerce-checkout .order-total bdi,
form.woocommerce-checkout .order-total bdi span {
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  font-weight: 700 !important;
  line-height: 110%;
  color: var(--background);
}
form.woocommerce-checkout .order-total th {
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  font-weight: 700;
  line-height: 130%;
  color: var(--background);
}
.cart-wrapper a.checkout-button,
form.woocommerce-checkout .checkout-fields-card-total input.button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: fit-content;
  height: 50px;
  width: 100%;
  text-align: center;
  outline: none;
  border: unset;
  padding: 5px 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  white-space: nowrap;
  border-radius: 5px;
  color: var(--primary);
  background: var(--background);
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease-in;
}
.cart-wrapper a.checkout-button:hover,
form.woocommerce-checkout .checkout-fields-card-total input.button:hover {
  color: var(--background);
  background: var(--primary-hover);
}

.cart-wrapper .clear-button {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--background);
  cursor: pointer;
  transition: all 0.3s ease-in;
}
/* .cart-wrapper .clear-button:hover {
  color: var(--primary);
} */
.cart-wrapper .clear-button svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  stroke-width: 1.5px;
  object-fit: contain;
  flex-shrink: 0;
}
.cart-wrapper .clear-button svg path {
  stroke: var(--background);
}
/* .cart-wrapper .clear-button:hover svg path {
  stroke: var(--primary);
} */

.woocommerce .wc-empty-cart-message .cart-empty {
  /*font-size c 34 до 18 */
  font-size: clamp(1.125rem, 0.925rem + 1vw, 2.125rem);
  font-weight: 600;
  line-height: 110%;
  color: var(--head-primary);
  margin-bottom: 20px;
}

@media (max-width: 1320px) {
  .cart-wrapper .shop_table .cart_item {
    gap: 20px;
    padding-right: 50px;
  }
  .cart-wrapper .shop_table .cart_item .info-holder .cart-item-right {
    gap: 40px;
  }
  .cart-wrapper .cart_totals,
  form.woocommerce-checkout .checkout-fields-card-total {
    padding: 20px;
  }
  .cart-wrapper .wc-proceed-to-checkout {
    gap: 20px;
  }
}
@media (max-width: 1220px) {
  .cart-wrapper .cart-collaterals,
  form.woocommerce-checkout .checkout-fields-card-total {
    top: 140px;
  }
}
@media (max-width: 1100px) {
  .cart-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .cart-wrapper .woocommerce-cart-form,
  .cart-wrapper .cart-collaterals {
    position: relative;
    top: auto;
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cart-wrapper .shop_table .cart_item .info-holder {
    flex-direction: column;
    align-items: unset;
  }
  .cart-wrapper .shop_table .cart_item .info-holder .cart-item-right {
    gap: 20px;
  }
  .cart-wrapper .shop_table .cart_item .info-holder .product-remove {
    top: 10px;
    right: 10px;
  }
  form.woocommerce-checkout .checkout-fields-card-total {
    top: auto;
    position: relative;
  }
}
@media (max-width: 520px) {
  .cart-wrapper .shop_table .cart_item {
    flex-direction: column;
    padding: 20px;
  }
  .cart-wrapper .shop_table .cart_item .product-thumbnail {
    max-width: 200px;
    height: 100%;
    max-height: 200px;
  }
  .cart-wrapper .shop_table .cart_item .info-holder {
    gap: 10px;
  }
  .cart-wrapper .shop_table .cart_item .info-holder .product-price {
    align-items: flex-end;
  }
}
@media (max-width: 512px) {
  .cart-wrapper a.checkout-button,
  form.woocommerce-checkout .checkout-fields-card-total input.button {
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .cart-wrapper .shop_table .cart_item .info-holder .cart-item-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .cart-wrapper .shop_table .cart_item .info-holder .qty-section {
    max-width: none;
  }
  .cart-wrapper .shop_table .cart_item .info-holder .product-price {
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
  }
}

/* ============== CART PAGE End ============= */

/* ============== CHECKOUT PAGE Start ============= */

/* .woocommerce .woocommerce-form-coupon-toggle {
  display: none;
} */
form.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  padding-top: 0;
}
form.woocommerce-checkout .checkout-fields-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
form.woocommerce-checkout .form-row label {
  display: none;
}
form.woocommerce-checkout .shipping_address,
form.woocommerce-checkout .shipping_address p,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p {
  position: relative;
  display: flex !important;
  margin: 0;
}

form.woocommerce-checkout .shipping_address span,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper span {
  width: 100%;
}

form.woocommerce-checkout
  .woocommerce-shipping-fields
  #ship-to-different-address {
  display: none;
}

form.woocommerce-checkout .woocommerce-billing-fields h5,
form.woocommerce-checkout .woocommerce-shipping-fields h5 {
  margin-bottom: 30px;
}

form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}
.woocommerce-terms-and-conditions-wrapper {
  display: none;
}

form.woocommerce-checkout .woocommerce-additional-fields .form-row {
  margin: 0;
}
form.woocommerce-checkout .checkout-fields-wrapper .delivery-holder,
form.woocommerce-checkout .checkout-fields-wrapper .payments-holder {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
form.woocommerce-checkout .woocommerce-shipping-methods,
form.woocommerce-checkout .woocommerce-checkout-payment ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}
form.woocommerce-checkout .woocommerce-shipping-methods li,
form.woocommerce-checkout .woocommerce-checkout-payment li {
  height: auto;
  padding: 0;
  margin: 0;
}
form.woocommerce-checkout .woocommerce-shipping-methods li::before,
form.woocommerce-checkout .woocommerce-checkout-payment li::before {
  content: none;
}
form.woocommerce-checkout .woocommerce-shipping-methods input.shipping_method,
form.woocommerce-checkout .woocommerce-checkout-payment ul input.input-radio {
  display: contents;
}

form.woocommerce-checkout .woocommerce-shipping-methods label,
form.woocommerce-checkout .woocommerce-checkout-payment ul label {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  min-height: 83px;
  height: 100%;
  padding: 20px 20px 20px 55px;
  border: 1px solid var(--stroke);
  border-radius: 5px;
  font-weight: 700;
  /*font-size c 20 до 14 */
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  line-height: 110%;
  color: var(--main-text-primary);
  cursor: pointer;
  transition: 0.3s ease-in;
}
form.woocommerce-checkout .woocommerce-checkout-payment ul label {
  justify-content: center;
}
form.woocommerce-checkout .woocommerce-shipping-methods label::before,
form.woocommerce-checkout .woocommerce-checkout-payment ul label::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  border: 1px solid var(--stroke);
  border-radius: 2px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  transition: 0.3s ease-in;
}
form.woocommerce-checkout .woocommerce-checkout-payment ul label::before {
  top: 50%;
  transform: translate(0, -50%);
}
form.woocommerce-checkout .woocommerce-Price-amount {
  display: flex;
}
form.woocommerce-checkout .woocommerce-shipping-methods label bdi {
  position: relative;
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--main-text-primary);
}
form.woocommerce-checkout .woocommerce-shipping-methods label bdi::before {
  content: "(+";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  line-height: 130%;
  color: var(--main-text-primary);
}
form.woocommerce-checkout .woocommerce-shipping-methods label bdi::after {
  content: "руб.)";
  position: absolute;
  top: 0;
  right: -30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--main-text-primary);
}
form.woocommerce-checkout .woocommerce-shipping-methods label bdi span {
  display: none;
}
form.woocommerce-checkout label[for="shipping_method_0_local_pickup1"]::after {
  content: "(Бесплатно)";
  position: absolute;
  bottom: 20px;
  left: 55px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--main-text-primary);
}

form.woocommerce-checkout .woocommerce-shipping-methods input:checked + label,
form.woocommerce-checkout
  .woocommerce-checkout-payment
  ul
  input:checked
  + label,
form.woocommerce-checkout .woocommerce-shipping-methods label:hover,
form.woocommerce-checkout .woocommerce-checkout-payment ul label:hover {
  border-color: var(--primary);
}

form.woocommerce-checkout
  .woocommerce-shipping-methods
  input:checked
  + label::before,
form.woocommerce-checkout
  .woocommerce-checkout-payment
  ul
  input:checked
  + label::before {
  content: "";
  position: absolute;
  border: 3px solid var(--background);
  outline: 1px solid var(--primary);
  border-radius: 2px;
  width: 20px;
  height: 20px;
  background: var(--primary);
}

form.woocommerce-checkout .woocommerce-shipping-methods label:hover::before,
form.woocommerce-checkout .woocommerce-checkout-payment ul label:hover::before {
  border-color: var(--primary);
}

form.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .woocommerce-invalid
  .woocommerce-input-wrapper
  input,
form.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  .woocommerce-invalid
  .woocommerce-input-wrapper
  input {
  border-color: red;
  color: red;
}
form.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  p.woocommerce-invalid
  .woocommerce-input-wrapper
  input,
form.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  p.woocommerce-invalid
  .woocommerce-input-wrapper
  input,
form.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  p.woocommerce-invalid
  .woocommerce-input-wrapper
  input::placeholder,
form.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  p.woocommerce-invalid
  .woocommerce-input-wrapper
  input::placeholder {
  border-color: red;
  color: red;
}

form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p::before,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p::before {
  content: "*Некорректный ввод";
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 14px;
  color: red;
  opacity: 0;
  transition: 0.3s ease-in;
}
form.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  p.woocommerce-invalid::before,
form.woocommerce-checkout
  .woocommerce-shipping-fields__field-wrapper
  p.woocommerce-invalid::before {
  opacity: 1;
}

.woocommerce-NoticeGroup-checkout {
  display: none;
}

/* ============== CHECKOUT PAGE End ============= */

/* ============ CHECKOUT THANK YOU Start =============== */

.woocommerce-order,
.woocommerce-order-details,
.woocommerce-order .woocommerce-table--order-details.shop_table,
.woocommerce-customer-details .order-info,
.woocommerce-customer-details .order-info .order-info-item,
.woocommerce-order .woocommerce-order-details,
.woocommerce-order .order-notes-holder {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.woocommerce-order .woocommerce-thankyou-order-received,
.woocommerce-order-details .woocommerce-order-details__title {
  font-size: clamp(1.25rem, 1.175rem + 0.38vw, 1.625rem);
  text-transform: uppercase;
  line-height: 1.15;
  color: var(--head-primary);
  line-height: 1;
  font-weight: 600;
}

.woocommerce-order .woocommerce-thankyou-order-details,
.woocommerce-order-received .table-items,
.woocommerce-order .order-totals-holder .order-totals-table {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.woocommerce-order .woocommerce-thankyou-order-details li::before {
  content: none;
}
.woocommerce-order .woocommerce-thankyou-order-details li,
.woocommerce-order-received .table-items .order-details-item,
.woocommerce-order .order-totals-holder .totals-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 10px 15px;
  background-color: var(--background-thirdly);
  border-radius: 2px;
  font-family: var(--font-family);
  font-weight: 500;
  /* 16 - 14 */
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  line-height: 130%;
  margin: 0;
  color: var(--head-primary);
}

.woocommerce-order .woocommerce-thankyou-order-details li strong,
.woocommerce-order .woocommerce-Price-amount bdi,
.woocommerce-order .woocommerce-Price-amount,
.woocommerce-order .totals-item-price,
.woocommerce-order .totals-item-price small.shipped_via,
.woocommerce-order .woocommerce-Price-amount span {
  color: var(--primary);
  font-weight: 600 !important;
  text-align: right;
  /* 16 - 14 */
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
}

.woocommerce-order-details .woocommerce-table__line-item {
  display: flex;
  gap: 15px;
}

.woocommerce-order-received .table-items .order-details-item .order-item-top a,
.woocommerce-order-received
  .table-items
  .order-details-item
  .order-item-top
  strong,
.woocommerce-order .order-totals-holder .totals-item div:nth-child(1),
.woocommerce-customer-details .order-info .order-info-item .order-info-value,
.woocommerce-order .order-notes-holder .notes-text {
  font-family: var(--font-family);
  font-weight: 500 !important;
  /* 16 - 14 */
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  line-height: 130%;
  color: var(--head-primary);
}
.woocommerce-order .order-totals-holder .woocommerce-order-details__title {
  margin-bottom: 20px;
}

.woocommerce-order-overview__total.total,
.woocommerce-order-overview__payment-method.method {
  display: none !important;
}

@media (max-width: 1450px) {
  form.woocommerce-checkout .checkout-fields-card-total {
    padding: 20px;
  }
}
@media (max-width: 1192px) {
  form.woocommerce-checkout .checkout-fields-wrapper {
    gap: 30px;
  }
  form.woocommerce-checkout .woocommerce-billing-fields h5,
  form.woocommerce-checkout .woocommerce-shipping-fields h5 {
    margin-bottom: 20px;
  }
  form.woocommerce-checkout .checkout-fields-wrapper .delivery-holder,
  form.woocommerce-checkout .checkout-fields-wrapper .payments-holder {
    gap: 20px;
  }
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
  form.woocommerce-checkout
    .checkout-fields-wrapper
    .woocommerce-shipping-methods,
  form.woocommerce-checkout
    .checkout-fields-wrapper
    .woocommerce-checkout-payment
    ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  form.woocommerce-checkout
    .woocommerce-shipping-fields__field-wrapper
    p::before,
  form.woocommerce-checkout
    .woocommerce-billing-fields__field-wrapper
    p::before {
    bottom: -18px;
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  form.woocommerce-checkout {
    flex-direction: column;
    gap: 20px;
  }
  form.woocommerce-checkout .checkout-fields-card-total,
  form.woocommerce-checkout .checkout-fields-wrapper {
    max-width: unset;
    width: 100%;
  }
  form.woocommerce-checkout .woocommerce-shipping-methods label {
    min-height: 80px;
  }
  form.woocommerce-checkout .woocommerce-checkout-payment ul label {
    min-height: 60px;
  }
}
@media (max-width: 380px) {
  form.woocommerce-checkout .checkout-fields-wrapper {
    gap: 20px;
  }
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
  form.woocommerce-checkout
    .checkout-fields-wrapper
    .woocommerce-shipping-methods,
  form.woocommerce-checkout
    .checkout-fields-wrapper
    .woocommerce-checkout-payment
    ul {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-order .woocommerce-thankyou-order-details li,
  .woocommerce-order-received .table-items .order-details-item,
  .woocommerce-order .order-totals-holder .totals-item {
    flex-direction: column;
  }
  .woocommerce-order .woocommerce-thankyou-order-details li,
  .woocommerce-order-received .table-items .order-details-item,
  .woocommerce-order .order-totals-holder .totals-item,
  .woocommerce-order .woocommerce-thankyou-order-details li strong,
  .woocommerce-order .woocommerce-Price-amount bdi,
  .woocommerce-order .woocommerce-Price-amount,
  .woocommerce-order .totals-item-price,
  .woocommerce-order .totals-item-price small.shipped_via,
  .woocommerce-order .woocommerce-Price-amount span {
    text-align: center;
  }
}
/* ============ CHECKOUT THANK YOU End =============== */

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