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

/* .alignwide {
  width: 100%;
} */

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

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset;
  }
}

/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}


.footer .socials a svg path,
.mobile-menu .socials a svg path {
  fill: #fff !important;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  /*font-weight: 400;*/
  box-sizing: inherit;
  /*color: black;*/
  word-break: break-word;
}

body {
  background: var(--bg-primary-main);
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
}

.seo-text:has(.text-holder)::-webkit-scrollbar {
  width: 3px;
  background: var(--main_text_primary);
  border: 1px solid var(--head_primary);
}

.seo-text:has(.text-holder)::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 100px;
}

a {
  text-decoration: none;
  color: var(--background);
}

a:hover {
  color: var(--primary);
}

ul li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--text-primary-main);
  list-style-type: none;
}

#footer ul li {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: var(--bg-primary-main);
}

ol li {
  list-style-position: inside;
  font-size: 18px;
  line-height: 130%;
}

p {
  /*font-family: var(--font-family);*/
  /*font-weight: 400;*/
  /*font-size: 20px;*/
  /*line-height: 130%;*/
  /*color: var(--text-primary-head);*/
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: inherit;
}

main.foned {
  position: relative;
  overflow: hidden;
  z-index: 999;
}

main.foned:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background: var(--bg-primary-third);
}

::-webkit-scrollbar-thumb {
  background: var(--colors-second);
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--colors-second);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--colors-second) var(--bg-primary-third);
}

body {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.container .services {
  margin-top: 64px;
}

.breadcrumbs {
  padding: 20px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--main_text_primary);
  display: flex;
  gap: 5px !important;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}
.breadcrumbs a:after {
  display: none !important;
}

@media (max-width: 992px) {
  .breadcrumbs {
    padding: 0 0 10px;
  }
}

.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: var(--text-primary-second);
  transition: 0.3s;
}

.breadcrumbs span:hover {
  color: var(--hover-main);
}

.breadcrumbs .current-item {
  color: var(--hover-main);
}

.breadcrumbs .current-item span {
  color: black;
}

.container,
.privacy-policy .content {
  /*max-width: 1530px;*/
  /*width: 100%;*/
  /*margin: 0 auto;*/
  /*padding: 0 15px;*/
}

.container-crumbs {
  padding: 0 145px;
}

@media (max-width: 1200px) {
  .container-crumbs {
    padding: 0 80px;
  }
}

@media (max-width: 992px) {
  .container-crumbs {
    padding: 15px;
  }
}

.btn {
  /*position: relative;*/
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*width: fit-content;*/
  /*white-space: nowrap;*/
  /*height: 60px;*/
  /*background: #ff8c1f;*/
  /*border-radius: 10px;*/
  /*padding: 17px 30px;*/
  /*outline: none;*/
  /*color: var(--text-alt-head);*/
  /*cursor: pointer;*/
  /*transition: all 0.3s ease-in;*/
  /*font-family: var(--second-family);*/
  /*font-weight: 500;*/
  /*font-size: 16px;*/
  /*line-height: 100%;*/
  /*color: var(--bg-primary-main);*/
}

.btn-border {
  border: 1px solid var(--colors-second);
  border-radius: 10px;
  padding: 22px 30px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: var(--colors-second);
  cursor: pointer;
  transition: all 0.3s ease-in;
  background: var(--bg-primary-main);
  width: fit-content;
}

.btn:hover {
  background: #cc7019;
  color: var(--text-alt-head);
}

.btn-border:hover {
  background: var(--colors-main);
  color: var(--text-alt-head);
  border-color: var(--hover-main);
}

#main {
  min-height: 83vh;
}

:root {
  --bg-primary-main: #fff;
  --bg-primary-second: #f4f4f4;
  --bg-primary-third: #e9e9e9;
  --bg-primary-stroke: #ddd;
  --bg-alt-main: #1f1f1f;
  --bg-alt-second: #2a2a2a;
  --bg-alt-third: #353535;
  --bg-alt-stroke: #4c4c4c;
  --text-primary-head: #1f1f1f;
  --text-primary-main: #626262;
  --text-primary-second: #8f8f8f;
  --text-alt-head: #fff;
  --text-alt-main: #f4f4f4;
  --text-alt-second: #e9e9e9;
  --colors-main: #ff8c1f;
  --colors-second: #cc7019;
  --hover-main: #cc7019;
  --hover-second: #d8812f;

  --font-family: "Manrope", sans-serif;
  --second-family: "Raleway", sans-serif;
  --third-family: "Manrope", sans-serif;
  --font3: "Avenir Next Cyr", sans-serif;
}

h1,
.h1 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--bg-alt-main);
}

h2,
.h2 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 42px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--bg-alt-main);
}

h3,
.h3,
.h3 * {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 32px;
  line-height: 110%;
  color: var(--bg-alt-main);
}

h4,
.h4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 110%;
  color: var(--bg-alt-main);
}

h5,
.h5 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
  color: var(--bg-alt-main);
}

h6,
.h6 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  color: var(--bg-alt-main);
}

.button {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: var(--bg-alt-main);
}

.menu {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--bg-alt-main);
}

.p1 {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  color: var(--text-primary-main);
}

.p2 {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: var(--text-primary-main);
}

.p3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--text-primary-main);
}

.p4 {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: var(--text-primary-main);
}

.numbers {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  color: var(--bg-alt-main);
}

@media (max-width: 480px) {
  [id*="-block"] {
    padding: 20px 0 !important;
  }
}

@media (max-width: 380px) {
  [id*="-block"] {
    padding: 10px 0 !important;
  }
}

.swiper-pagination {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
}

/*============ HEADER =================*/
#header {
  position: sticky;
  top: 0;
  width: 100%;
  background: var(--bg-primary-main);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  z-index: 100;
  border-bottom: 1px solid var(--bg-primary-stroke);
  flex-direction: column;
}

#header a {
  transition: all 0.3s ease-in;
}

#header .header-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

#header .header-wrapper {
  display: grid;
  grid-template-columns: 140px 1fr 1fr 1fr;
  max-width: 1820px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

#header .logo-holder {
  grid-column: 1 / 2;
  grid-row: 1 / 4;
}

#header .logo-holder img {
  width: 100%;
  max-width: 140px;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1200px) {
    #header .logo-holder img {
        max-width: 80px;
    }
    #header .header-wrapper {
        grid-template-columns: 100px 1fr 1fr 1fr;
    }
}

#header .header-top,
#header .line,
#header .header-bottom {
  grid-column: 2 / 5;
}

#header .right-side-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
}

#header .menuTop {
  display: flex;
  gap: 30px;
  white-space: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 74%;
  margin-left: 40px;
}

@media (max-width: 1200px) {
	#header .menuTop {
		margin-left: 0;
	}
}

#header .menuTop a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--text-primary-head);
}

#header .menuTop a:hover {
  color: var(--hover-main);
  text-decoration: underline;
  text-decoration-color: var(--colors-second);
  text-underline-offset: 5px;
  transition: all 0.3s ease-in-out;
}

#header .menuTop .nav-menu-element.has-childs {
  position: relative;
}

#header .menuTop .nav-menu-element.has-childs .sub-menu {
  position: absolute;
  top: calc(100% + 30px);
  transform: translateX(-50%) translateY(-10px);
  width: max-content;
  min-width: 371px;
  padding: 20px 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--bg-primary-main);
  border-bottom: 1px solid var(--bg-primary-stroke);
  border-left: 1px solid var(--bg-primary-stroke);
  border-right: 1px solid var(--bg-primary-stroke);
  pointer-events: none;
}

#header .menuTop .nav-menu-element.has-childs .sub-menu a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--text-primary-second);
}

#header .menuTop .nav-menu-element.has-childs > a {
  position: relative;
  z-index: 66;
  display: flex;
  align-items: center;
  gap: 8px;
}

#header .menuTop .nav-menu-element.has-childs > a:hover {
  text-decoration: underline;
  text-decoration-color: var(--colors-second);
  text-underline-offset: 5px;
  transition: all 0.3s ease-in-out;
}

#header .menuTop .nav-menu-element.has-childs > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
  flex-shrink: 0;
}

#header .menuTop .nav-menu-element.has-childs::after {
  content: "";
  position: absolute;
  top: calc(100% - 20px);
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 50px;
  background: transparent;
  z-index: 55;
}

#header .menuTop .nav-menu-element.has-childs::before {
  content: "";
  position: fixed;
  top: 100px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 100px);
  background: transparent;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}

#header .menuTop .nav-menu-element.has-childs:hover > a::after {
  transform: rotate(180deg);
  background-color: var(--colors-main);
}

#header .menuTop .nav-menu-element.has-childs:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}

#header .menuTop .nav-menu-element.has-childs:hover::before {
  opacity: 1;
  visibility: visible;
}

#header .menuTop .nav-menu-element.has-childs > a svg,
#header .header-menu .nav-menu-element.has-childs > a svg {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
  fill: currentColor;
  flex-shrink: 0;
}

#header .menuTop .nav-menu-element.has-childs:hover > a svg,
#header .header-menu .nav-menu-element.has-childs:hover > a svg {
  transform: rotate(180deg);
}

#header .header-menu .nav-menu-element.has-childs {
  position: relative;
  margin-right: 10px;
}

#header .header-menu .nav-menu-element.has-childs > a {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

#header .header-menu .nav-menu-element.has-childs > a::before,
#header .header-menu .nav-menu-element.has-childs > a::after {
  display: none;
}

#header .header-menu .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  width: max-content;
  min-width: 184px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border: 1px solid var(--bg-primary-second);
  border-radius: 10px;
  padding: 20px;
  background: var(--bg-primary-main);
  gap: 10px;
  color: var(--text-primary-head);
  pointer-events: none;
}

#header #mobile-mnu .btn-border {
  margin-top: 30px;
}

#header .header-menu .nav-menu-element.has-childs:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

#header .header-menu .nav-menu-element:hover {
  color: var(--hover-main);
}

@media (max-width: 1600px) {
  #header .menuTop {
    gap: 15px;
  }
}

@media (max-width: 1366px) {
  .header-wrapper .worktime-holder {
    display: none;
  }
}

@media (max-width: 1200px) {
  #header .burger.open_menu,
  #header .burger.open_menu span {
    display: block !important;
  }

  .header-wrapper .emails-holder,
  #header .menuTop,
  #header .line,
  #header .header-bottom {
    display: none;
  }

  #header .header-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  #header .header-top {
    width: 100%;
  }
}

@media (max-width: 1120px) {
  .header-wrapper .header-bottom .menuTop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }

  .header-wrapper .header-bottom .menuTop > li {
    flex: 0 1 auto;
    white-space: nowrap;
  }

  #header #mobile-mnu .menuTop {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
    align-items: flex-start;
  }

  #header #mobile-mnu .menuTop > li {
    flex: 0 1 auto;
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .header-wrapper .soc-holder {
    display: none;
  }
}

@media (max-width: 1060px) {
  .header-wrapper .button_holder,
  .line,
  .header-wrapper .header-bottom,
  #header .right-side-wrapper {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 640px) {
  #header {
    padding: 5px 20px;
  }

  .logo-holder img {
    width: 200px;
  }
}

@media (max-width: 800px) {
  .address-holder {
    display: none !important;
  }
}

@media (max-width: 460px) {
  /* #header .icon-holder,
  #header .p4 {
    display: none;
  } */

  #header {
    padding: 5px 10px;
    margin-bottom: 20px;
  }

  #header .phones-holder {
    align-items: center;
  }

  #header .button {
    font-size: 16px;
  }

  #header .right-side-wrapper {
    gap: 10px;
  }
}

@media (max-width: 375px) {
  #header .header-top .phones-holder a {
    font-size: 14px;
  }
}

#header #mobile-mnu .menuTop {
  display: flex;
  flex-direction: column;
}

/*================ MOBILE MNU Start =============*/
#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: var(--colors-main);
  height: 60px;
  width: 60px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 10px;
  flex-shrink: 0;
  cursor: pointer;
  z-index: 1000;
}

#header .burger.open_menu span {
  background-color: var(--bg-primary-main);
  pointer-events: none;
  width: 24px;
  height: 3px;
  transition: all 0.3s ease-in;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#header .burger.open_menu .burger-inner {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#header .burger.open_menu.clicked {
  background-color: var(--colors-main);
}

#header .burger.open_menu.clicked span {
  background-color: var(--bg-primary-second);
}

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background: var(--bg-primary-second);
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
  align-items: flex-start;
}

#header #mobile-mnu #close-mnu {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
}

#header #mobile-mnu #close-mnu svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

#header #mobile-mnu #close-mnu svg path {
  fill: var(--colors-main);
}

#header #mobile-mnu a {
  font-size: 16px;
  line-height: 130%;
  font-weight: 450;
}

#header #mobile-mnu a:hover {
  color: var(--primary_hover);
}

#header #mobile-mnu .logo-holder {
  display: flex;
  margin-bottom: 20px;
}

#header #mobile-mnu .logo-holder .text-wrap {
  gap: 10px;
}

#header #mobile-mnu .logo-holder .title {
  font-size: 14px;
}

#header #mobile-mnu .logo-holder .subtitle {
  font-size: 12px;
}

#header #mobile-mnu .menuTop {
  list-style-type: none;
}

#header #mobile-mnu .menuTop li {
  margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li a {
  font-size: 16px;
  line-height: 130%;
  font-weight: 450;
  color: var(--background);
  position: relative;
}

#header #mobile-mnu .menuTop li a:hover {
  color: var(--primary);
}

#header #mobile-mnu .menuTop li.active a {
  color: var(--primary);
}

#header #mobile-mnu .adresses__holder {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  width: 100%;
}

#header #mobile-mnu .adresses__holder:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-image: url("../images/map.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

#header #mobile-mnu .adresses__holder p {
  font-size: 16px;
  line-height: 130%;
  font-weight: 450;
}

#header #mobile-mnu .email__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

#header #mobile-mnu .email__holder .email__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
}

#header #mobile-mnu .email__holder .email__item:hover {
  color: var(--primary_hover);
}

#header #mobile-mnu .email__holder .email__item svg {
  margin-right: 10px;
}

#header #mobile-mnu .phones__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

#header #mobile-mnu .phones__holder .phone__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 130%;
  font-weight: 450;
}

#header #mobile-mnu .phones__holder .phone__item:hover {
  color: var(--primary_hover);
}

#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
}

#header #mobile-mnu.opened {
  transform: translateX(0);
}

#header #mobile-mnu .site-name-holder {
  order: unset;
  width: max-content;
  max-width: unset;
}

#header #mobile-mnu .site-name,
#header #mobile-mnu a,
#header #mobile-mnu .site-subtitle {
  color: var(--primary_hover);
}

#header #mobile-mnu .soc-holder {
  margin-top: 10px;
  margin-bottom: 30px;
}

#header #mobile-mnu .button_holder,
#header #mobile-mnu .button_holder .btn {
  width: 100%;
}

#header #mobile-mnu .soc {
  width: 35px;
  height: 35px;
}

#header #mobile-mnu .sub-menu {
  display: none;
}

#header #mobile-mnu .sub-menu .nav-menu-element a {
  padding-left: 10px;
  position: relative;
}

#header #mobile-mnu .sub-menu .nav-menu-element a:before {
  content: "";
  width: 5px;
  height: 1px;
  top: 10px;
  left: 0;
  position: absolute;
  background: var(--background);
}

#header #mobile-mnu .phones-holder,
#header #mobile-mnu .emails-holder {
  margin-bottom: 10px;
}

/*================ MOBILE MNU End =============*/

/*============ FOOTER Start ===============*/
#footer {
  background: #1d2631;
  padding: 50px 0 30px;
}

@media (max-width: 1530px) {
  #footer {
    padding: 50px 50px 30px;
  }
}

#footer a {
  transition: all 0.3s ease-in;
}

#footer .footer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
}

#footer .footer-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#footer .footer-logo-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-logo-wrapper .p3 {
  color: var(--text-alt-head);
  opacity: 0.8;
}

.footer-title {
  color: var(--bg-primary-main);
}

#footer .footer-top-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#footer .footer-bot-wrapper {
  padding-top: 30px;
  border-top: 1px solid rgba(249, 248, 248, 0.4);
  color: rgba(249, 248, 248, 0.4);
}

#footer .footer-bot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dev {
  gap: 10px;
  display: flex;
}

.dev svg path {
  fill: rgba(249, 248, 248, 0.4);
}

#footer .reqs p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--bg-primary-third);
}

#footer .foot-menu {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--text-alt-head);
  gap: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

#footer .foot-menu a:hover {
  color: var(--hover-main);
}

#footer .info-holder,
#footer .menu-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#footer .info-value {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: var(--bg-primary-main);
}

#footer .info-value:hover {
  color: var(--hover-main);
  transition: all 0.3s ease-in-out;
}

#footer .info-value p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: var(--text-alt-head);
}

#footer .footer-bot .privacy-holder {
  text-decoration: underline;
}

@media (max-width: 1240px) {
  #footer {
    padding: 60px 80px;
  }

  #footer .footer-top {
    flex-wrap: wrap;
  }

  #footer .foot-menu {
    max-height: unset;
  }
}

@media (max-width: 1140px) {
  #footer .footer-top {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  #footer .footer-bot {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #footer {
    padding: 30px;
  }

  #footer .footer-wrapper {
    padding-bottom: 15px;
    gap: 40px;
  }

  #footer .footer-logo-reqs-wrapper {
    align-items: center;
    gap: 20px;
  }

  #footer .footer-logo img {
    max-width: 150px;
  }

  #footer .menu-item,
  #footer .info-holder {
    align-items: center;
    gap: 15px;
  }

  #footer .footer-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #footer .foot-menu {
    padding: 0;
    max-height: unset;
  }

  #footer .foot-menu li {
    margin-bottom: 8px;
  }

  #footer .info-wrapper {
    align-items: center;
  }

  #footer .soc-holder {
    justify-content: center;
    margin-top: 10px;
  }

  #footer .footer-bot {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
  }

  #footer .footer-bot .privacy-holder,
  #footer .footer-bot .dev,
  #footer .footer-bot .rights,
  #footer .footer-bot .copy {
    margin-bottom: 10px;
  }

  #footer .dev {
    justify-content: center;
    flex-wrap: wrap;
  }

  #footer .dev svg {
    width: 90px;
    height: 13px;
  }
}

@media (max-width: 480px) {
  #footer .footer-logo img {
    max-width: 180px;
  }

  #footer .footer-title {
    font-size: 18px;
  }

  #footer .reqs {
    font-size: 14px;
  }

  #footer .info-value,
  #footer .email.button {
    font-size: 20px;
  }

  #footer .time {
    font-size: 14px;
  }

  #footer .soc2 {
    width: 40px;
    height: 40px;
  }

  #footer .footer-bot {
    gap: 12px;
  }

  #footer .privacy-holder,
  #footer .rights,
  #footer .copy {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  #footer .footer-wrapper {
    gap: 30px;
  }

  #footer .footer-logo img {
    max-width: 100px;
  }

  #footer .footer-title {
    font-size: 16px;
  }

  #footer .foot-menu li a {
    font-size: 14px;
  }

  #footer .info-value,
  #footer .email.button {
    font-size: 14px;
  }

  #footer .soc-holder {
    gap: 8px;
  }

  #footer .soc2 {
    width: 35px;
    height: 35px;
  }

  #footer .soc2 svg {
    width: 18px;
    height: 18px;
  }

  #footer .dev {
    flex-direction: column;
    align-items: center;
  }

  #footer .dev svg {
    width: 80px;
    height: 12px;
  }
}

.glogo {
  width: 111px;
  height: 17px;
  mask-image: url(../images/gmask.png);
  mask-origin: border-box;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: rgba(249, 248, 248, 0.4);
  position: relative;
  cursor: pointer;
  display: inline-flex;
  vertical-align: sub;
  overflow: hidden;
  align-self: center;
}

.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: 1s;
}

.glogo:hover:before {
  animation-name: unset;
  transform: translateX(0);
}

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

  50% {
    transform: translateX(0);
  }

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

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

/* ============== MODAL Start ============= */
.theme-modal {
  display: none;
  position: relative;
}

.theme-modal .title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 32px;
  line-height: 110%;
  color: var(--bg-alt-main);
  text-align: left;
  color: var(--bg-alt-main);
  margin-bottom: 15px;
}

#modal-success.theme-modal.fancybox__content .title {
  font-size: 31px;
}

.theme-modal .subtitle {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  color: var(--bg-alt-main);
  margin-bottom: 30px;
}

.theme-modal .btn {
  width: 100%;
}

.fancybox__content > .f-button.is-close-btn {
  top: 20px !important;
  right: 20px !important;
  --f-button-width: 18px !important;
  --f-button-height: 18px !important;
  --f-button-border-radius: unset !important;
  --f-button-color: #1f1f1f !important;
  --f-button-hover-color: unset !important;
  --f-button-bg: transparent !important;
  --f-button-hover-bg: transparent !important;
  --f-button-active-bg: transparent !important;
  --f-button-svg-width: 100% !important;
  --f-button-svg-height: 100% !important;
}

.f-button svg {
  stroke: #fff !important;
  fill: var(--bg-alt-main);
}

.fancybox__content > .f-button.is-close-btn:hover path {
  fill: var(--bg-primary-second) !important;
  transition: 0.3s !important;
}

.fancybox__content > .f-button.is-close-btn:hover path {
  stroke: transparent !important;
}

.theme-modal.fancybox__content {
  max-width: 560px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  padding: 25px 35px;
  background: var(--bg-primary-main);
  overflow: auto;
  top: 75px;
}

#modal-success.theme-modal.fancybox__content {
  width: 100%;
}

.theme-modal.fancybox__content .f-button.is-close-btn svg path {
  transition: stroke 0.3s ease-in;
}

.theme-modal.fancybox__content .f-button.is-close-btn:hover svg path {
  fill: var(--primary);
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-top-modal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

button {
  border: unset;
}

button,
input {
  outline: none;
}

.form input,
.form select,
.form textarea {
  border: 1px solid var(--bg-primary-stroke);
  border-radius: 10px;
  padding: 22px;
  background: var(--bg-primary-main);
  transition: 0.3s;
  outline: none;
  cursor: pointer;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: var(--text-primary-second);
  resize: none;
  height: 60px;
}

.form input:hover,
.form textarea:hover {
  background: var(--bg-primary-second);
  border-color: var(--bg-primary-second);
  color: var(--text-primary-main);
}

.form select:hover {
  background: var(--bg-primary-second);
  border-color: var(--bg-primary-second);
}

.form input,
.form textarea {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--text-primary-main);
}

.form input.error,
.form textarea.error {
  border: 1px solid red !important;
}

.form input::placeholder,
.form textarea::placeholder .form select::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--text-primary-main);
}

.form input:hover::placeholder,
.form input:hover::placeholder {
  color: var(--head_primary);
}

.form select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: #fff;
  display: block;
  width: 100%;
  border: 1px solid var(--bg-primary-second);
  vertical-align: top;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  background-position: right 13px center;
  padding-right: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--text-primary-main);
}

.form .btn {
  width: 100%;
  margin-top: 20px;
}

.form .privacy-policy {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: var(--main_text_primary);
  text-align: center;
  margin-top: 10px;
}

.form .privacy-policy a {
  text-decoration: underline;
  color: var(--background);
}

.form .privacy-policy a:hover {
  color: var(--primary);
}

.theme-modal #file {
  display: none;
}

.theme-modal .file span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--background);
  cursor: pointer;
  transition: 0.3s;
}

.theme-modal .file span:hover {
  color: var(--primary);
}

.fancybox__container {
  --fancybox-bg: #ffffffb9 !important;
}

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

.policy-checkbox input[type="checkbox"],
.consent-checkbox input[type="checkbox"] {
  border-radius: 5px !important;
  padding: 4px !important;
  width: 24px !important;
  height: 24px !important;
}

.policy-checkbox {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.policy-checkbox input[type="checkbox"].error,
.consent-checkbox input[type="checkbox"].error {
  border: 1px solid red !important;
  background-color: #ffbaba !important;
}

.policy-checkbox.error input[type="checkbox"],
.consent-checkbox.error input[type="checkbox"] {
  border: 1px solid red !important;
}

.block-title span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 56px;
  line-height: 110%;
  color: var(--colors-main);
}

.policy-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.policy-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--text-primary-second);
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.policy-checkbox input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/checkbox-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
}

.policy-checkbox input[type="checkbox"]:checked {
  background-color: var(--colors-main);
}

.policy-checkbox label {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: var(--text-primary-second);
  cursor: pointer;
  display: block;
  align-items: center;
}

.policy-checkbox label a {
  color: inherit;
  text-decoration: underline;
  margin-left: 4px;
}

@media (max-width: 992px) {
  h1,
  h2 {
    font-size: 48px !important;
  }
}

@media (max-width: 768px) {
  h1,
  h2 {
    font-size: 36px !important;
  }
}

@media (max-width: 480px) {
  h1,
  h2 {
    font-size: 24px !important;
  }
}

@media (max-width: 320px) {
  h1,
  h2 {
    font-size: 28px !important;
    line-height: 110%;
  }
}

@media (max-width: 1200px) {
  .services-main-wrapper,
  #form.two-columns {
    padding: 60px 80px;
  }
}

@media (max-width: 768px) {
  .services-main-wrapper,
  #form.two-columns {
    padding: 40px 20px;
  }
}

@media (max-width: 420px) {
  .container {
    /*padding: 0 5px;*/
  }

  .content {
    padding: 0 15px !important;
  }

  .wp-block-heading {
    margin-top: 0 !important;
  }
}

@media (max-width: 1024px) {
  .numbers {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .numbers {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .numbers {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .btn,
  .btn-border {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}

.wp-block-group__inner-container
  .is-layout-constrained
  .wp-block-group-is-layout-constrained {
}

.wp-block-group {
  border-radius: 10px;
  padding: 80px 145px;
  background: var(--bg-primary-main);
}

.wp-block-group__inner-container
  .is-layout-constrained
  .wp-block-group-is-layout-constrained {
  display: flex;
  gap: 40px;
}

h2.wp-block-heading {
  margin-bottom: 40px;
}

h5.wp-block-heading {
  margin-top: 30px;
  margin-bottom: 20px;
}

.wp-block-table {
  border-radius: 10px;
}

.wp-block-table .has-fixed-layout td {
  /* border: 1px solid var(--bg-primary-second); */
  padding: 20px 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: var(--text-primary-main);
}

.wp-block-table .has-fixed-layout td.has-text-align-right {
  color: var(--text-primary-head);
}

@media (max-width: 1200px) {
  .wp-block-group {
    padding: 60px 80px;
  }
}

@media (max-width: 768px) {
  .wp-block-group {
    padding: 40px 20px;
  }
}

#form .policy-checkbox {
  justify-content: center;
  margin-top: 20px;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5) !important;
}

body #primary .content .privacy-policy {
  max-width: 1530px !important;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}

.content > p {
  margin-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  color: var(--text-primary-main);
}

.content {
  margin-top: 20px;
}

.error-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 15px;
  flex-direction: column;
  height: 75vh;
}

.error-img {
  width: 100%;
  justify-content: center;
  display: flex;
  margin-bottom: 20px;
}

.error-right-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.file-count {
  font-weight: 600;
  margin-left: 2px;
}

.form .btn {
  gap: 10px;
}

.swiper-btn-prev,
.swiper-btn-next {
  position: static;
  width: 60px;
  height: 60px;
  margin: 0;
  background: var(--bg-primary-main);
  border: 1px solid var(--colors-second);
  border-radius: 10px;
  color: var(--text-primary-head);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-btn-prev:hover,
.swiper-btn-next:hover {
  background: var(--colors-main);
  border-color: transparent;
  transform: scale(0.99);
}

.swiper-btn-prev:hover svg path,
.swiper-btn-next:hover svg path {
  stroke: var(--bg-primary-main);
}

.swiper-btn-prev svg {
  transform: rotate(180deg);
}

.swiper-btn-prev.swiper-button-disabled,
.swiper-btn-next.swiper-button-disabled {
  border: 1px solid var(--bg-primary-stroke);
}

.swiper-btn-prev.swiper-button-disabled svg path,
.swiper-btn-next.swiper-button-disabled svg path {
  stroke-width: 1px;
  stroke: var(--bg-alt-main);
}

.swiper-btn-prev.swiper-button-disabled:hover svg path,
.swiper-btn-next.swiper-button-disabled:hover svg path {
  stroke: var(--bg-primary-main);
}

.swiper-buttons-wrap {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.address p {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  color: var(--bg-alt-main);
}

.worktime p {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: var(--text-primary-main);
}

.address-holder,
.emails-holder,
.worktime-holder,
.phones-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-holder {
}

strong {
  /*font-family: var(--font-family);*/
  /*font-weight: 800;*/
  /*font-size: 18px;*/
  /*line-height: 120%;*/
  color: inherit;
  font-weight: bold;
}

.line {
  background: var(--bg-primary-stroke);
  height: 1px;
  width: 100%;
  margin: 10px 0;
}

.header-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

.soc-holder {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}

.product-subcategory {
  background: var(--bg-primary-main);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: var(--text-primary-main);
  padding: 22px 30px;
  border: 1px solid var(--bg-primary-stroke);
  border-radius: 10px;
}

.product-subcategory:hover {
  background: var(--bg-primary-third);
  transition: all 0.3s ease-in-out;
}

.product-subcategory:hover a {
  color: var(--text-primary-main);
}

.product-subcategory__name {
}

.product-subcategory.active {
  background: var(--colors-main);
}

.product-subcategory.active .product-subcategory__name {
  color: var(--bg-primary-main);
}

.sub-cats-list {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

@media (max-width: 1120px) {
  .sub-cats-list,
  .filters-form {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }

  .accordeon-block-header {
    width: 100% !important;
    justify-content: center;
  }

  .filters-form {
    gap: 10px !important;
  }
}

@media (max-width: 768px) {
  .sub-cats-list,
  .filters-form {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.price__block {
}

.archive__left {
  margin: 50px 0 30px;
}

.archive__wrapper {
  margin-top: 15px;
}

.project-tags {
  position: absolute;
  border-radius: 10px;
  padding: 14px 20px;
  background: var(--bg-primary-main);
  right: 15px;
  top: 15px;
}

.project-tags span {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  text-align: right;
  color: var(--colors-second);
}

.project-button-wrapper {
  border-radius: 10px;
  background: var(--colors-second);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* woocommerce filter widget */

.woocommerce .sidebar {
  min-width: 276px;
}

.woocommerce .sidebar #open-filter {
  position: fixed;
  background: var(--colors-main);
  color: #fff;
  padding: 15px 5px;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
  writing-mode: vertical-lr;
  left: 0;
  top: 50%;
  display: none;
  transform: translateX(300px);
}

.woocommerce .sidebar #open-filter:hover {
  background-color: #fff;
  color: #07060b;
}

.woocommerce .sidebar #open-filter.active {
  opacity: 0.9;
}

/* filter start */
/*! nouislider - 12.1.0 - 10/25/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
  transition: unset;
}

.noUi-target {
  position: relative;
  direction: ltr;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
    */
.noUi-connects {
  overflow: visible;
  z-index: 0;
  background: var(--text-primary-main);
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
}

/* Offset direction
    */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
    * connect elements.
    */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
    */
.noUi-horizontal {
  height: 1px;
}

.noUi-handle.noUi-handle-lower {
  right: -10px !important;
}

.noUi-horizontal .noUi-handle {
  outline: none;
  width: 15px;
  height: 15px;
  left: -17px;
  top: -5px;
  border-radius: 100%;
  background: var(--colors-main);
  box-shadow: unset;
  cursor: pointer;
}

.noUi-vertical {
  width: 1px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -8px;
  left: auto;
}

/* Styling;
    * Giving the connect element a border radius causes issues with using transform: scale
    */
.noUi-target {
  background: var(--bg-primary-stroke);
  /* background: #FAFAFA;
       border-radius: 4px;
       border: 1px solid #D3D3D3;
       box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; */
}

.noUi-connects {
  height: 1px;
  top: 0px;
}

.noUi-connect {
  background: var(--bg-primary-stroke);
  height: 3px;
  top: -1px;
}

/* Handles and cursors;
    */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow:
    inset 0 0 1px #fff,
    inset 0 1px 7px #ebebeb,
    0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow:
    inset 0 0 1px #fff,
    inset 0 1px 7px #ddd,
    0 3px 6px -3px #bbb;
}

/* Handle stripes;
    */
/* .noUi-handle:before,
   .noUi-handle:after {
       content: "";
       display: block;
       position: absolute;
       height: 14px;
       width: 1px;
       background: #E8E7E6;
       left: 14px;
       top: 6px;
   } */
/* .noUi-handle:after {
       left: 17px;
   } */
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
    */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
    *
    */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
    *
    */
.noUi-value {
  position: absolute;
  card-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
    *
    */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
    *
    */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
    *
    */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  card-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.filters-widget {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--bg-primary-second-thirdly);
  padding: var(--twenty);
}

.filters-widget .filter-block {
  margin: 0px;
}

.filters-widget .local-search input {
  width: 100%;
}

.filters-widget .filter-block + .filter-block {
  margin-top: 30px;
}

.filters-widget .filter-block .filter-block-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-align: center;
  align-items: center;
  padding: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0px 0px 15px 0px;
}

.filters-widget .filter-block .filter-block-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.filters-widget .filter-block .filter-block-content input[type="number"] {
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.filters-widget
  .filter-block
  .filter-block-content
  input[type="number"]::-webkit-outer-spin-button,
.filters-widget
  .filter-block
  .filter-block-content
  input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.filters-widget .filter-block .filter-block-content .range-slider + .inputs {
  margin-top: 20px;
}

.filters-widget .filter-block .filter-block-content .noUi-horizontal {
  height: 1px;
  margin: 10px;
  border-radius: 2px;
  background-color: #e09542;
}

.filters-widget .filter-block .filter-block-content .noUi-horizontal .noUi-base,
.filters-widget
  .filter-block
  .filter-block-content
  .noUi-horizontal
  .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.filters-widget
  .filter-block
  .filter-block-content
  .noUi-horizontal
  .noUi-connect,
.filters-widget
  .filter-block
  .filter-block-content
  .noUi-horizontal
  .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
}

.filters-widget
  .filter-block
  .filter-block-content
  .noUi-horizontal
  .noUi-connect {
  top: -2px;
  height: 5px;
  border-radius: 2px;
  background-color: #e09542;
}

.filters-widget
  .filter-block
  .filter-block-content
  .noUi-horizontal
  .noUi-origin {
  left: auto;
  right: 0;
}

.filters-widget
  .filter-block
  .filter-block-content
  .noUi-horizontal
  .noUi-handle {
  position: absolute;
  top: -8px;
  left: auto;
  right: -8px;
  width: 17px;
  height: 17px;
  background-color: var(--colors-main);
  outline: none;
  cursor: pointer;
}

.filters-widget .filter-block .filter-block-content .inputs.range {
  display: flex;
  flex-direction: row;
}

.filters-widget .filter-block .filter-block-content .inputs.range .group {
  display: inline-flex;
  flex-direction: column;
  flex-align: start;
  align-items: flex-start;
  width: calc(50% - 5px);
}

.filters-widget .filter-block .filter-block-content .inputs.range .group input {
  width: 100%;
  padding: 5px;
  color: #c4c4c4;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e09542;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}

.filters-widget
  .filter-block
  .filter-block-content
  .inputs.range
  .group
  input[name] {
  color: #000;
}

.filters-widget
  .filter-block
  .filter-block-content
  .inputs.range
  .group
  + .group {
  margin-left: 10px;
}

.filters-widget .filter-block .filter-block-content .inputs.checkboxes {
  display: flex;
  flex-direction: column;
}

.filters-widget .filter-block .filter-block-content .inputs.checkboxes .group {
  display: flex;
  flex-direction: column;
}

.filters-widget
  .filter-block
  .filter-block-content
  .inputs.checkboxes
  .group
  label {
  display: flex;
  flex-align: center;
  align-items: center;
  padding-left: 35px;
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  min-height: 24px;
}

.filters-widget
  .filter-block
  .filter-block-content
  .inputs.checkboxes
  .group
  label
  .indicator {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #e09542;
  border-radius: 2px;
}

.filters-widget
  .filter-block
  .filter-block-content
  .inputs.checkboxes
  .group
  label
  .indicator:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #e09542;
  opacity: 0;
  transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
}

.filters-widget
  .filter-block
  .filter-block-content
  .inputs.checkboxes
  .group
  label:hover
  .indicator:before {
  opacity: 0.2;
}

.filters-widget
  .filter-block
  .filter-block-content
  .inputs.checkboxes
  .group
  input {
  display: none;
}

.filters-widget
  .filter-block
  .filter-block-content
  .inputs.checkboxes
  .group
  input:checked
  + label
  .indicator:before {
  opacity: 1;
}

.filters-widget
  .filter-block
  .filter-block-content
  .inputs.checkboxes
  .group
  + .group {
  margin-top: 5px;
}

.filters-widget input {
  border: 1px solid var(--bg-primary-stroke);
  border-radius: 5px;
  padding: 10px;
  width: 120px;
  height: 43px;
  background: var(--bg-primary-main);
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: var(--bg-alt-main);
  text-align: end;
}

.filters-widget .inputs.price.range {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  gap: 50px;
  color: var(--bg-primary-stroke);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.filters-widget .inputs.price.range .price-dep,
.filters-widget .inputs.price.range .range-dep {
  width: 14px;
  height: 1px;
  background: var(--bg-primary-stroke);
  display: block;
}

.filters-widget .accordeon-block-header {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: var(--colors-main-text-primary);

  display: flex;
  flex-direction: row;
  align-items: center;
}

.filters-widget .accordeon-block-header:hover {
  background: var(--bg-primary-third);
  transition: all 0.3s ease-in-out;
  color: var(--text-primary-main);
}

.filters-widget .accordeon-block.opend .padding-box {
  border: 1px solid var(--bg-primary-stroke);
  border-radius: 10px;
  padding: 15px 25px;
}

.filters-widget .group-label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1614);
  line-height: 130%;
  color: var(--text-secondary-main);
  cursor: pointer;
  width: 100%;
}

.filters-widget .filter-holder {
  display: flex;
  flex-direction: column;
  gap: 1px;
  overflow: auto;
}

@media (max-width: 900px) {
  .filters-widget .filter-holder {
    max-height: 100%;
  }
}

/* .filters-widget .accordeon-block.opend {
   background: var(--card);
   border: 1px solid var(--background-dark);
 } */
.filters-widget .accordeon-block svg {
  transition: all 0.5s;
  pointer-events: none;
}

.filters-widget .accordeon-block.opend svg {
  transform: rotate(180deg);
}

/* .filters-widget .accordeon-block-header:hover .accordeon-block-header-title {
  color: white;
} */
/* .filters-widget .accordeon-block-header:hover svg path {
  fill: white;
}

.filters-widget .accordeon-block-header:hover svg {
  transform: rotate(180deg);
} */
.filters-widget .accordeon-block-header-title {
  color: var(--text-primary-head);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: start;
  gap: 5px;
}

.filters-widget .buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}

.filters-widget .buttons .btn {
  margin: 0 auto;
  text-align: center;
  align-items: center;
  place-content: center;
  width: 100%;
}

.filters-widget .content__toggler {
  display: flex;
  pointer-events: none;
}

.filters-widget .clear-btn {
  display: flex;
  gap: 5px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.filters-widget .clear-btn svg path {
  transition: var(--transition);
}

.filters-widget .clear-btn button {
  border: unset;
  background: unset;
  color: var(--text-primary-head);
  transition: var(--transition);
}

.filters-widget .clear-btn:hover {
  color: var(--hover-main);
}

.filters-widget .clear-btn:hover svg path {
  stroke: var(--hover-main);
}

.filters-widget .clear-btn:hover button {
  color: var(--hover-main);
}

.filters-widget .accordeon-block .padding-box {
  margin-top: 10px;
  transition: unset;
}

.filters-widget .inputs.checkboxes.list {
  display: flex;
  max-height: 193px;
  overflow-y: auto;
  flex-direction: column;
  gap: 10px;
}

.filters-widget .inputs.checkboxes.list.tags {
  padding: 20px;
  border: 1px solid var(--bg-primary-stroke);
}

.filters-widget .inputs.checkboxes.list .group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.filters-widget .inputs.checkboxes.list .group input {
  all: initial;
  border: 1px solid var(--text-primary-main);
  border-radius: 5px;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: var(--transition);
}

.filters-widget .inputs.checkboxes.list .group:hover input {
  border-color: var(--hover-main);
}

.filters-widget .inputs.checkboxes.list .group input::before {
  content: "";
  margin: auto auto;
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
  background: var(--hover-main);
}

.filters-widget .inputs.checkboxes.list .group input:checked {
  background: var(--bg-primary-second);
  border-color: var(--hover-main);
}

.filters-widget .inputs.checkboxes.list .group input:checked::before {
  opacity: 1;
}

.woocommerce #openFilter {
  width: clamp(2.8125rem, 2.625rem + 0.9375vw, 3.75rem);
  height: clamp(2.8125rem, 2.625rem + 0.9375vw, 3.75rem);
  display: flex;
  align-items: center;
  place-content: center;
  border-radius: 10px;
  background: white;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  left: var(--thirty);
  cursor: pointer;
  z-index: 13000;
  display: none;
}

.woocommerce #openFilter svg path {
  fill: black;
}

.woocommerce #openFilter svg {
  max-width: 24px;
  max-height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  margin: auto auto;
  pointer-events: none;
}

.woocommerce #openFilter.active {
  background: black;
  bottom: 80px;
}

.products-list__category-holder:has(.sidebar.active) #openFilter {
  bottom: 30px;
}

.woocommerce #openFilter.active svg path {
  fill: white;
}

.accordeon-block-header {
  display: flex;
  flex-direction: row;
  gap: 5px;
  width: fit-content;
  border: 1px solid var(--bg-primary-stroke);
  border-radius: 10px;
  padding: 22px 30px;
  background: var(--bg-primary-main);
}

.filters-form {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.accordeon-block-header-clear {
  display: none;
  visibility: hidden;
}

/* end woocommerce sidebar */

.archive__holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}

.post-type-archive-product #projects-block {
  display: none;
}
.post-type-archive-product .products {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1160px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
  .post-type-archive-product .products {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  .products {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  li.product {
    width: 100%;
    max-width: unset !important;
  }

  .project-card,
  .project-image,
  .project-image img,
  .project-image-wrapper {
    max-width: unset !important;
    width: 100% !important;
  }
}

.project-card {
  border: 1px solid var(--bg-primary-stroke);
  background-color: #f8f8f8;
  border-radius: 15px;
  padding: 25px;
  position: relative;
  width: fit-content;
  max-width: 490px;
  height: 100%;
  /* min-height: 490px; */
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out !important;
}

.project-card:hover {
  border-color: var(--colors-main) !important;
}

.project-card:hover .project-button-wrapper {
  background: var(--colors-second) !important;
  transition: all 0.3s ease-in-out !important;
}

/* .project-card:hover .project-price * {
  color: var(--colors-second);
  transition: all 0.3s ease-in-out !important;
} */

.project-card:hover .project-bottom * {
  /* color: var(--colors-second); */
  transition: all 0.3s ease-in-out !important;
}

@media (max-width: 1023px) {
  .project-card {
    padding: 20px !important;
  }
}

@media (max-width: 768px) {
  .project-card {
    padding: 15px !important;
  }
}

@media (max-width: 480px) {
  .project-card {
    padding: 10px !important;
  }

  .project-image,
  .project-image-wrapper,
  .project-image img {
    max-height: 200px !important;
  }
}

.project-image-wrapper {
  position: relative;
  margin-bottom: 20px;
  border-radius: 15px;
  width: 100%;
  max-width: 440px;
  height: 100%;
  max-height: 300px;
}

.project-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  max-height: 300px;
}

.project-image {
  width: 100%;
  height: 100%;
  max-height: 300px;
}

.project-price {
  border-radius: 10px;
  padding: 5px 15px;
  /* background: #FF8C1F; */
  color: var(--text-alt-head);
  width: fit-content;
}

.project-price * {
  color: var(--text-alt-head);
}

/* .project-link {
  height: 100%;
  width: 100%;

} */

.project-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.projects-bottom-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

.project-price .woocommerce-Price-currencySymbol {
  font-family: var(--font-family);
  font-weight: 800 !important;
  font-size: 32px;
  line-height: 110%;
  color: var(--text-alt-head);
}

.project-advantages {
  position: absolute;
  left: 15px;
  bottom: 15px;
  right: 15px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 10px 20px;
  background: var(--bg-primary-main);
  border-radius: 10px;
  width: fit-content;
}

.advantage-item {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}

.project-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.project-category-tab {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 15px;
  background: #fff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.projects-tabs {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

@media (max-width: 1368px) {
  .project-price,
  .h3 *,
  .project-price .woocommerce-Price-currencySymbol {
    font-size: 24px;
  }
}

@media (max-width: 1300px) {
  .project-advantages {
    left: 5px;
    right: 5px;
    bottom: 5px;
    gap: 10px;
    padding: 8px 15px;
    justify-content: space-between;
  }

  .advantage-text,
  .project-tags span {
    font-size: 12px;
  }

  .project-tags {
    padding: 8px 15px;
    top: 5px;
    right: 5px;
  }
}

@media (max-width: 460px) {
  .project-price {
    font-size: 22px;
  }

  .project-title {
    font-size: 18px;
  }

  .project-desc {
    font-size: 16px;
  }
}

/* woocommerce product card */

.product-info-wrapper {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.product-info-wrapper p {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: var(--text-alt-main);
}

.banner__inner {
  display: flex;
  flex-direction: row;
  gap: 10px;
  position: relative;
  min-height: 700px;
  align-items: center;
}

.banner__left {
  max-width: 602px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-radius: 20px;
  background: #00000086;
  height: fit-content;
  margin: 0 30px;
}

.banner__left .page-title {
  color: var(--text-alt-head);
}

.banner__left ul li {
  color: var(--text-alt-main);
  list-style-type: disc;
  list-style-position: inside;
  font-size: 18px;
}

.banner__left .product-price-btn,
.banner__left .product-btn {
  width: 100%;
}

.banner__img {
  /* max-height: 680px; */
  /* max-width: 928px; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;

  position: absolute;
  z-index: -1;
}

.banner-image {
  /* border-radius: 15px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
}

.banner-image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-price {
  border-radius: 10px;
  padding: 5px 15px;
  width: fit-content;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 32px;
  line-height: 110%;
  color: var(--text-alt-head);
  display: flex;
  flex-direction: row;
  gap: 10px;
  white-space: nowrap;
  align-items: center;
  height: fit-content;
}

.product-price-wrapper {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  /* margin-bottom: 40px; */
}

.product-price-wrap {
  display: flex;
  gap: 10px;
}

.product-price * {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 32px;
  line-height: 110%;
  color: var(--text-alt-head) !important;
}

.product-price-wrapper span {
  width: fit-content;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 32px;
  line-height: 110%;
  /* color: var(--colors-second); */
  color: var(--text-alt-main);
  width: 100%;
  white-space: nowrap;
  align-self: center;
}

.product-gallery__main {
  display: flex;
  flex-direction: row;
  /* gap: 30px; */
}

.product-gallery.swiper {
  width: 100%;
}

.product-gallery__slide {
  max-width: 490px;
  max-height: 350px;
  width: 100%;
  height: 100%;
  object-fit: cover;

  border-radius: 15px;
}

.product-gallery__slide img {
  max-width: 490px;
  max-height: 350px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.single-product .banner__left {
  margin: 0 auto;
  background-color: transparent;
}
.single-product .banner__left .page-title {
  font-size: 72px;
  text-align: center;
}

.single-product .product-price-wrap {
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

#product-gallery-block {
  padding: 50px 0;
}

#product-gallery-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.product-benefits-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  justify-content: space-between;
  flex-direction: row;
}

.product-benefit {
  border: 1px solid var(--bg-primary-stroke);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  color: #6a6a6a;
}

.product-benefit strong {
  font-family: var(--font-family);
  font-weight: 700 !important;
  font-size: 20px;
  line-height: 130%;
  color: #6a6a6a;
}

.product-gallery .nav-holder {
  display: flex;
  gap: 5px;
  margin: 10px 0;
  justify-content: flex-end;
}

@media (max-width: 500px) {
  .product-gallery .nav-holder {
    justify-content: space-between;
  }
}

@media (max-width: 1240px) {
  .banner__inner {
    /* flex-direction: column; */
  }

  .banner__left {
    /* max-width: unset; */
    width: 100%;
    flex-direction: column;
    gap: 30px;
  }

  .product-price-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .banner__img,
  .banner-image {
    max-width: unset;
    width: 100%;
  }

  .product-price-wrap {
    flex-wrap: wrap;
  }

  .product-benefits-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .banner__left {
    flex-direction: column;
    gap: 10px;
    margin: 0 10px;
    padding: 10px;
  }

  .product-price-wrapper {
    margin-bottom: 20px;
  }

  #product-gallery-block {
    gap: 0;
  }

  .product-price-wrap span,
  .product-price *,
  .product-price {
    font-size: 24px;
  }

  .product-benefits-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-price-btn,
.product-btn {
  width: 410px;
}

@media (max-width: 480px) {
  .product-price-btn,
  .product-btn {
    width: 100%;
  }
}

/* woocommerce product card end */

/* woocommerce product category */

.product-category {
  border: 1px solid var(--bg-primary-stroke);
  border-radius: 15px;
  padding: 20px;
  min-height: 220px;
  position: relative;
  overflow: hidden;
  display: flex;
}

.product-category:hover {
  background: var(--colors-main);
  transition: all 0.3s ease-in-out;
}

.product-category:hover .product-link {
  color: var(--bg-primary-main);
  transition: all 0.3s ease-in-out;
}

.houses-category-card {
  border: 1px solid var(--bg-primary-stroke);
  border-radius: 15px;
  padding: 20px;
  min-height: 220px;
  position: relative;
  overflow: hidden;
}

.product-link {
  display: block;
  position: relative;
}

.product-category img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-cat-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 15px;
  width: 50%;
  z-index: 1;
  position: relative;
}

.product-category:hover .product-cat-left .btn {
  background: var(--colors-second);
}

.houses-category-image-wrapper {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.title-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}

li.product {
  max-width: 490px;
}

/* woocommerce product category  end */

/* woocommerce product card gallery */

#gallery-1-block,
#gallery-2-block {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.gallery-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* max-height: 530px; */
  height: 100%;
}

.left-side-gal {
  /* max-width: 70%; */
  /* border: 1px solid var(--bg-primary-stroke); */
  /* border-radius: 15px; */
  align-items: center;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.gallery-product {
  width: 100%;
  height: 100%;
}

.gallery-product__item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.gallery-product__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* Черное затемнение при ховере */
.gallery-product__item .first-image::before,
.gallery-product__item .second-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  transition: background-color 0.3s ease;
}

/* SVG лупа по центру */
.gallery-product__item .first-image::after,
.gallery-product__item .second-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10445_7523)'%3E%3Cpath d='M38.7225 36.4337L29.2024 26.5323C31.6511 23.6271 32.9932 19.9495 32.9914 16.15C32.9914 7.24502 25.7464 0 16.8414 0C7.93643 0 0.691406 7.24502 0.691406 16.15C0.691406 25.0549 7.93643 32.3 16.8414 32.3C20.1844 32.3 23.3702 31.2916 26.0939 29.3775L35.6863 39.354C36.0873 39.7704 36.6265 40 37.2044 40C37.7514 40 38.2703 39.7915 38.6642 39.4123C39.0663 39.0247 39.2982 38.4934 39.3091 37.935C39.3201 37.3766 39.1091 36.8367 38.7225 36.4337ZM16.8414 4.21304C23.4236 4.21304 28.7783 9.56781 28.7783 16.15C28.7783 22.7322 23.4236 28.0869 16.8414 28.0869C10.2592 28.0869 4.90445 22.7322 4.90445 16.15C4.90445 9.56781 10.2592 4.21304 16.8414 4.21304Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10445_7523'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  z-index: 2;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

/* Эффекты при ховере */
.gallery-product__item .first-image:hover img,
.gallery-product__item .second-image:hover img {
  transform: scale(1.1);
}

.gallery-product__item .first-image:hover::before,
.gallery-product__item .second-image:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.gallery-product__item .first-image:hover::after,
.gallery-product__item .second-image:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/* .gallery-product__item:hover .first-image::after {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
} */

.right-side-gal {
  width: 30%;
}

.thumbs-gallery-holder {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.thumbs-gallery {
  height: 100%;
  max-height: 400px;
  width: 100%;

  border: 1px solid var(--bg-primary-stroke);
  border-radius: 15px;
}

.thumbs-gallery .swiper-wrapper {
  height: 100%;
}

.thumbs-gallery__img {
  height: 100%;
  max-height: 400px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  overflow: hidden;
}

.thumbs-gallery__img:hover {
  opacity: 0.8;
}

.thumbs-gallery__img.swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--bg-primary-stroke);
}

.thumbs-gallery__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-nav {
  margin-top: 15px;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.swiper-buttons-wrap {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}

/*.swiper-nav .swiper-pagination {*/
/*  position: static !important;*/
/*  align-content: center;*/
/*  width: fit-content !important;*/
/*  display: flex;*/
/*  text-align: center;*/
/*  align-items: center;*/
/*}*/

.gallery-product.single-image .swiper-wrapper {
  transform: none !important;
}

.gallery-product.single-image .swiper-slide {
  width: 100% !important;
}

@media (max-width: 992px) {
  .gallery-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .left-side-gal {
    max-width: 100%;
    height: 400px;
  }

  .right-side-gal {
    width: 100%;
  }

  .gallery-product {
    height: 400px;
  }

  .thumbs-gallery {
    height: 120px;
  }

  .swiper-nav {
    height: 50px;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .left-side-gal {
    height: 300px;
  }

  .gallery-product {
    height: 300px;
  }

  .thumbs-gallery {
    height: 100px;
  }
}

/*.swiper-pagination-bullet {*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  background: var(--bg-primary-third);*/
/*  opacity: 1;*/
/*  border-radius: 50%;*/
/*  margin: 0 8px !important;*/
/*  cursor: pointer;*/
/*  position: relative;*/
/*}*/

/*.swiper-pagination-bullet-active {*/
/*  background-color: transparent !important;*/
/*  border: 1px solid var(--colors-second) !important;*/
/*  width: 14px !important;*/
/*  height: 14px !important;*/
/*}*/

/*.swiper-pagination-bullet-active::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 2px;*/
/*  left: 2px;*/
/*  right: 2px;*/
/*  bottom: 2px;*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  background-color: var(--colors-second);*/
/*  border-radius: 50%;*/
/*}*/

.project-swiper .swiper-prev:hover svg *, .project-swiper .swiper-next:hover svg * {
  color: #fff;
}

.project-swiper .swiper-pagination {
  justify-content: center;
}

.fixed-socials {
  position: fixed;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
  padding: 15px 0 15px;
}

.fixed-socials img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.fixed-socials a:hover img {
  transform: scale(1.1);
}

.fixed-soc {
  height: 100%;
  max-height: 50px;
  border-radius: 10px;
  border: 1px solid var(--bg-primary-stroke);
}

@media (max-width: 768px) {
  .fixed-socials {
    display: none;
  }
}

@media (max-width: 460px) {
  .h3 *,
  .project-price .woocommerce-Price-currencySymbol {
    font-size: 22px;
  }
}

.similars-holder {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

li.product {
  list-style-type: none;
}

.file-input-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.file-input-wrapper input[type="file"] {
  width: fit-content;
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.form-rev-text {
  display: flex;
  align-items: center;
}

.file-input-label {
  border: 1px solid var(--colors-second);
  border-radius: 10px;
  padding: 22px 30px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: var(--colors-second);
  cursor: pointer;
  transition: all 0.3s ease-in;
  background: var(--bg-primary-main);
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.file-input-label:hover {
  background: var(--colors-main);
  color: var(--bg-primary-main);
}

.file-input-label .btn-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 768px) {
  .file-button-row {
    flex-direction: column;
    gap: 15px;
  }

  .file-input-wrapper input[type="file"] {
    max-width: 100%;
  }

  .file-input-label {
    padding: 18px 20px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .file-input-label {
    padding: 15px;
    font-size: 14px;
  }

  .file-input-label .btn-text {
    justify-content: center;
    gap: 8px;
  }

  .file-input-label svg {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 320px) {
  .file-input-label {
    padding: 12px 10px;
    font-size: 13px;
  }
}

#modal-review .policy-checkbox {
  margin: 0;
}

#modal-review .form {
  gap: 30px;
}

#modal-review .form .btn {
  margin: 0;
}

.product__image-main {
  aspect-ratio: 16 / 9;
  display: flex;
}

.video-block__video-wrapper {
  border-radius: 30px;
}

.video-block__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

#gallery-1-block .first-image,
#gallery-1-block .second-image {
  display: flex;
}

#gallery-1-block .gallery-product__img-wrap {
  display: flex;
  width: 100%;
}

#gallery-1-block .gallery-product__img-wrap .img-holder {
  border-radius: 10px;
  flex-basis: 100%;
  position: relative;
  overflow: hidden;
}

#gallery-1-block .gallery-product {
  height: auto !important;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#gallery-1-block .block-title {
  margin-bottom: 30px;
}

#gallery-1-block .left-side-gal {
  height: auto !important;
}

@media (max-width: 650px) {
  #gallery-1-block .gallery-product__img-wrap {
    flex-direction: column;
  }
}

/* #product-gallery-block .product-gallery {
    width: 100%;
    margin-bottom: 20px;
}

#product-gallery-block .product-gallery__main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

#product-gallery-block .product__image-main {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f5f5f5;
    transition: opacity 0.2s ease;
}

#product-gallery-block .product__image-main:hover {
    opacity: 0.9;
}

#product-gallery-block .product__image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

@media (max-width: 768px) {
    #product-gallery-block .product-gallery__main {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}
@media (max-width: 480px) {
    #product-gallery-block .product-gallery__main {
        grid-template-columns: 1fr;
        gap: 10px;
    }
} */

.product-advantages-wrapper {
  margin-bottom: 20px;
}

.advantage-product {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.advant-icon,
.advant-icon img {
  width: 40px;
  height: 40px;
}

.advant-text {
  color: var(--text-alt-head);
  font-size: 20px;
}

.project-card--fullbg {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  min-height: 420px;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none !important;
}

.project-card--fullbg .project-bg-image {
  /* position: absolute; */
  inset: 0;
  z-index: 0;
}

.project-card--fullbg .project-bg-image img {
  width: 100%;
  height: 324px;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.project-card--fullbg .project-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.1) 40%,
    rgba(0, 0, 0, 0.55) 100%
  );
  border-radius: 15px;
  transition: background 0.3s ease;

  display: none;
}

.project-card--fullbg:hover .project-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.15) 40%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.project-card--fullbg .project-tags {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  border-radius: 10px;
  padding: 8px 16px;
  background: var(--bg-primary-main);
}

.project-card--fullbg .project-tags .project-tag {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: var(--colors-second);
}

.project-card--fullbg .project-content {
  position: relative;
  z-index: 2;
  padding: 20px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 480px) {
  #projects-block .projects-wrapper {
    gap: 10px !important;
  }
  .project-card--fullbg .project-content {
    padding: 10px 10px 0 10px;
  }
  .project-card--fullbg .project-advantages {
    margin: 10px !important;
  }
  .project-card--fullbg .project-bottom {
    padding: 0 10px 10px 10px !important;
  }

  #advantages-block .advantage-card:nth-child(2) .h4 {
    color: #fff;
  }
}

.project-card--fullbg .project-title {
  color: var(--text-primary-head) !important;
}

.project-card--fullbg .project-desc {
  color: var(--text-alt-second) !important;
  font-size: 16px;
}

.project-card--fullbg .project-advantages {
  position: relative;
  z-index: 2;
  left: unset;
  bottom: unset;
  right: unset;
  margin: 15px 15px 10px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
  width: calc(100% - 30px);
}

.project-card--fullbg .advantage-text {
  font-size: 13px;
  color: var(--text-primary-main);
}

.project-card--fullbg .project-bottom {
  position: relative;
  z-index: 2;
  padding: 0 20px 20px;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.project-card--fullbg .project-price {
  /* background: var(--colors-main); */
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 24px;
  color: var(--text-primary-head) !important;
  white-space: nowrap;
}

.project-card--fullbg .project-price * {
  color: var(--text-primary-head) !important;
  font-size: 24px;
}

.project-card--fullbg .project-button-wrapper {
  background: #ff8c1f;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.project-card--fullbg:hover .project-button-wrapper {
  background: var(--colors-main);
}

.project-card--fullbg:hover {
  border-color: transparent !important;
}

@media (max-width: 768px) {
  .project-card--fullbg {
    min-height: 340px;
  }
}

@media (max-width: 480px) {
  .project-card--fullbg {
    min-height: 300px;
  }

  .project-card--fullbg .project-price,
  .project-card--fullbg .project-price * {
    font-size: 20px;
  }

  .project-card--fullbg .project-advantages {
    gap: 10px;
    padding: 8px 12px;
  }
}

#archive-works .work-gallery {
  width: 100%;
  height: 100%;
}

.work .left-side {
  overflow: hidden;
}

.work-gallery-pagination {
  position: absolute;
  bottom: 50px !important;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.work__image {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.work video {
  width: 100%;
  height: 100%;
  max-height: 428px;
  object-fit: cover;
}

@media (max-width: 1025px) {
  #archive-works .work-gallery,
  #archive-works .work-gallery .swiper-slide img,
  #archive-works .work__image,
  #archive-works .work video {
    max-height: 380px;
  }

  .work__image {
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0 !important;
  }
}

@media (max-width: 769px) {
  #archive-works .work-gallery,
  #archive-works .work-gallery .swiper-slide img,
  #archive-works .work__image,
  #archive-works .work video {
    max-height: 300px;
  }
}

@media (max-width: 480px) {
  #archive-works .work-gallery,
  #archive-works .work-gallery .swiper-slide img,
  #archive-works .work__image,
  #archive-works .work video {
    height: 250px;
  }
}

.work-gallery .swiper-slide {
  display: flex;
  cursor: zoom-in;
}

.product-price-btn .btn {
	width: fit-content;
	margin: 10px auto 0 auto;
	border-radius: 50px;
}

.product-tags-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.tags-product {
  display: flex;
  gap: 5px;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px;
}

.tags-icon {
  width: 20px;
  height: 20px;
}

.tags-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tags-text {
  
}




.equipment-section .block-title {
	margin-bottom: 30px;
}

.equipment__item {
    border: 1px solid var(--colors-main);
    border-radius: 10px;
    margin-bottom: 10px;
    background: #fff;
    transition: all 0.3s ease;
}

.equipment__item-header {
    padding: 25px 35px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: background-color 0.3s ease;
	font-size: 20px;
	background-color: #fff;
	color: #000;
	border-radius: 8px;
	border-bottom: 1px solid var(--colors-main);
}

.equipment__item-title {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    flex: 1;
}

.accordion-icon {
    font-size: 50px;
    font-weight: 400;
    transition: transform 0.3s ease;
    color: #fff;
	background-color: var(--colors-main);
    display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
    width: 50px;
	height: 50px;
	border-radius: 100%;
    text-align: center;
}

.equipment__item.active .accordion-icon {
    transform: rotate(45deg);
}

.equipment__item-descr {
    padding: 20px 20px 30px 50px;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    display: none;
	background: #fff;
	border-radius: 0 0 10px 10px;
}

.equipment__item-descr ul {
	padding-left: 20px;
}

.equipment__item-descr ul li {
	list-style-type: disc;
	color: #000;
}

.equipment__item.active {
    border-color: var(--colors-main);
	background: var(--bg-primary-second);
    box-shadow: 0 2px 8px rgba(0,123,255,0.1);
}

@media (max-width: 480px) {
	.equipment-section .block-title {
		margin-top: 50px;
	}
	.equipment__item-title {
		font-size: 18px;
	}
	
	.equipment__item-header {
		padding: 20px;
	}
}

.configs-block {
	display: none;
}

#gallery-2-block .gallery-product__img {
	border-radius: 15px;
	overflow: hidden;
}

@media (max-width: 480px) {
  #gallery-2-block .gallery-product,
  #gallery-2-block .left-side-gal {
    height: 400px !important;
  }
  #gallery-2-block .gallery-product__img {
    height: 200px !important;
  }
}

#gallery-2-block .gallery-product__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}