#mainbanner-block{
      background-size: contain;
}
#products-block .product-item img{
  object-fit: contain !important;
}
#about-block .img:before{
  display: none;
}
#about-block .img::after{
  display: none;
}
#about-block .img img{
  object-fit: contain !important;
}
.page-wrapper.not-tax .products.columns-3 .product-item img{
  object-fit: contain !important;
}
#constrict-block .text p{
  color: var(--text) !important;
}

/*============= 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;
  position: relative;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  padding: 20px 50px;
  background: rgb(5, 78, 141);
  z-index: 20;


  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(100%);
  transition: all .3s ease-in-out;
  gap: 15px;
}

.cookie.open {
  transform: translateY(0);
}

.cookie p {
  color: white;
}

.cookie .btn {
  padding: 10px 30px;
}

@media (max-width: 500px) {
  .cookie {
    flex-direction: column;
  }

  .cookie .btn {
    width: 100%;
  }
}

* {
  margin: 0;
  padding: 0;
  font-family: IBM Plex Sans;
  font-weight: 400;
  box-sizing: inherit;
  color: var(--text);
}

.woocommerce-archive-wrapper .inputs.checkboxes.list::-webkit-scrollbar {
  width: 11px;
  /* width of the entire scrollbar */
}

.woocommerce-archive-wrapper .inputs.checkboxes.list::-webkit-scrollbar-track {
  background-color: #C8CCCB;
  border-radius: 0px;
  border-left: 5.5px dashed transparent;
  border-right: 5.5px dashed transparent;
  background-clip: padding-box;
}

.woocommerce-archive-wrapper .inputs.checkboxes.list::-webkit-scrollbar-thumb {
  background: var(--main);
  border-radius: 5px;
}

body {
  background: white;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: var(--text);
  transition: all 0.3s ease-in;
}

ul li {
  list-style-position: inside;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  list-style-type: none;
}

ul li::marker {
  color: #1f2f47;
}

ol li {
  list-style-position: inside;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

p {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

h1.page-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

h2 {
  margin-top: 40px;
  margin-bottom: 35px;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  margin-top: 35px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

h4 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

h5 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h6 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

main.foned {
  position: relative;
  overflow: hidden;
  z-index: 999;
}

#main,
#primary {
  min-height: 64vh;
}

main.foned:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.single .right-side .desc {
  margin-top: 20px;
}

.single .right-side .desc ul,
.single .right-side .desc ol {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.single .right-side .desc ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #9A9A9A;
  list-style-position: outside;
  margin-left: 18px;
}

.single .right-side .desc ol li::marker {
  color: var(--main);
  font-weight: 600;
}

.single .right-side .desc ul li {
  padding-left: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #9A9A9A;
  position: relative;
}

.single .right-side .desc ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  top: 9px;
  left: 2px;
  position: absolute;
  background: var(--main);
}

.single .right-side .desc h2 {
  margin-top: 0px;
  margin-bottom: 5px;
}

.single .right-side .desc h3 {
  margin-top: 30px;
  margin-bottom: 5px;
}

.single .right-side .desc h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.single .right-side .desc h5 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.breadcrumbs {
  padding-top: 50px;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #9A9A9A;
}

.breadcrumbs span {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #9A9A9A;
  transition: 0.3s;
  cursor: pointer;
}

.breadcrumbs .current-item span {
  color: var(--main);
}

.breadcrumbs span:hover {
  color: var(--main);
}

.breadcrumbs span.current-item {
  color: var(--main);
  cursor: auto;
}

.breadcrumbs span.current-item span {
  color: var(--main);
  cursor: auto;
}

.breadcrumbs span.current-item:hover {
  color: var(--main);
}

.breadcrumbs span.current-item:hover span {
  color: var(--main);
}

.container {
  max-width: 1765px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container.second {
  max-width: 1620px;
  display: flex;
  flex-direction: column;
}

.btn {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: auto;
  border-radius: 10px;
  background: white;
  border: 1px solid var(--main);
  outline: none;
  color: var(--main);
  cursor: pointer;
  transition: all 0.3s ease-in;
  padding: 23px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.btn-link {
  width: 100%;
  display: block;
  margin-top: 30px;
  border-radius: 10px;
  background: white;
  border: 1px solid var(--main);
  color: var(--main);
  padding: 23px 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: var(--main);
  color: white;
}

.btn-link:hover {
  background: var(--main);
  color: white;
}

.more-icon-holder {
  width: 70px;
  height: 70px;
  position: relative;
  transition: 0.3s;
  background-image: url(../images/more-icon.svg);
  margin-left: auto;
}

.more-icon-holder:before {
  content: "";
  width: 24px;
  height: 24px;
  top: 23px;
  left: 23px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: 0.3s;
  background-image: url(../images/icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.more-icon-holder:after {
  content: "";
  width: 24px;
  height: 24px;
  top: 23px;
  left: 23px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: 0.3s;
  background-image: url(../images/icon-hover.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-15px);
  opacity: 0;
}

a:hover .more-icon-holder {
  background-image: url(../images/more-icon-hover.svg);
}

a:hover .more-icon-holder:before {
  transform: translateX(15px);
  opacity: 0;
}

a:hover .more-icon-holder:after {
  transform: translateX(0);
  opacity: 1;
}

.pagination {
  margin-top: 50px;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 50px;
}

.nav-links {
  display: flex;
  gap: 10px;
}

.pagination .page-numbers {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  color: var(--lText);
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
}

.pagination .page-numbers:last-child {
  margin-right: 0px;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  color: var(--main);
}

.next.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-left: 200px;
  position: absolute;
  right: 30%;
  border: none;
  transition: 0.3s;
  width: 70px;
  height: 70px;
  background: var(--main);
}

.next.page-numbers path,
.prev.page-numbers path {
  transition: 0.3s;
}

.next.page-numbers:hover path,
.prev.page-numbers:hover path {
  stroke: var(--main);
}

.prev.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-right: 200px;
  position: absolute;
  left: 30%;
  border: none;
  transition: 0.3s;
  width: 70px;
  height: 70px;
  background: var(--main);
}

.block-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.desc p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: var(--lText);
}

.desc p strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.privacy-holder {
  width: 70%;
  display: flex;
  flex-direction: column;
}

.swiper-button-next,
.swiper-button-prev {
  transition: 0.3s;
  height: 70px !important;
  width: 70px !important;
  border-radius: 4px !important;
  opacity: 1 !important;
  background-color: var(--main) !important;
  background-repeat: no-repeat;
}

.swiper-button-prev {
  left: -10px !important;
}

.swiper-button-next {
  right: -10px !important;
}

.swiper-button-next:hover,
.next.page-numbers:hover {
  background-color: var(--mainS) !important;
}

.swiper-button-next:before,
.next.page-numbers:before {
  content: "" !important;
  width: 24px;
  height: 24px;
  top: 24px;
  left: 24px;
  position: absolute;
  background-image: url(../images/arrRO.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
  opacity: 1;
}

.swiper-button-next:hover:before,
.next.page-numbers:hover:before {
  transform: translateX(15px);
  opacity: 0;
}

.swiper-button-next:after,
.next.page-numbers:after {
  content: "" !important;
  width: 24px;
  height: 24px;
  top: 24px;
  left: 24px;
  position: absolute;
  background-image: url(../images/arrRH.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: translateX(-15px) !important;
  transition: 0.3s;
}

.swiper-button-next:hover:after,
.next.page-numbers:hover:after {
  opacity: 1;
  transform: translateX(0) !important;
}

.swiper-button-next.second {
  background: transparent !important;
}

.swiper-button-next.second:before {
  background-image: url(../images/arrROS.svg);
}

.swiper-button-next.second:after {
  background-image: url(../images/arrRHS.svg);
}

.swiper-button-prev:before,
.prev.page-numbers:before {
  content: "" !important;
  width: 24px;
  height: 24px;
  top: 24px;
  left: 24px;
  position: absolute;
  background-image: url(../images/arrLO.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
  opacity: 1;
}

.swiper-button-prev:hover,
.prev.page-numbers:hover {
  background-color: var(--mainS) !important;
}

.swiper-button-prev:hover:before,
.prev.page-numbers:hover:before {
  transform: translateX(-15px);
  opacity: 0;
}

.swiper-button-prev:after,
.prev.page-numbers:after {
  content: "" !important;
  width: 24px;
  height: 24px;
  top: 24px;
  left: 24px;
  position: absolute;
  background-image: url(../images/arrLH.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: translateX(15px) !important;
  transition: 0.3s;
}

.swiper-button-prev:hover:after,
.prev.page-numbers:hover:after {
  opacity: 1;
  transform: translateX(0) !important;
}

.swiper-button-prev.second {
  background: transparent !important;
}

.swiper-button-prev.second .before,
.swiper-button-next.second .before {
  width: 70px;
  height: 70px;
  background-image: url(../images/arrBefore.svg);
}

.swiper-button-prev.second:hover .before,
.swiper-button-next.second:hover .before {
  background-image: url(../images/arrBeforeH.svg);
}

.swiper-button-prev.second:before {
  background-image: url(../images/arrLOS.svg);
}

.swiper-button-prev.second:after {
  background-image: url(../images/arrLHS.svg);
}

.swiper-button-disabled {
  opacity: 1 !important;
}

.form input,
.form textarea {
  outline: none;
  border: 1px solid transparent;
  transition: 0.3s;
}

.form input.error,
.form textarea.error {
  border-color: red;
}

.form textarea {
  resize: none;
}

#sidebar-close,
#open-filter {
  display: none;
}



/*============ HEADER =================*/
/* #header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: white;
} */

#header .sticky-btn {
  position: fixed;
  width: 93px;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--main);
  z-index: 12;
  bottom: 30px;
  left: calc((100% - 103px));
  border: 1px solid white;
  cursor: pointer;
  transition: 0.3s;
}

#header .sticky-btn:hover {
  background: var(--hover);
}

#header .sticky-btn svg {
  pointer-events: none;
}

#header .top-line {
  display: flex;
  align-items: center;
  padding: 23px 0px;
  justify-content: space-between;
}

#header .search-holder.second {
  display: none;
}

#header .logo_holder {
  max-width: 260px;
}

#header .logo_holder img {
  width: 100%;
  max-height: 120px;
  display: block;
  object-fit: cover;
}

#header .search-holder {
  width: 45%;
  margin-right: auto;
  margin-left: auto;
}

#header .search {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}

#header .search__btn {
  border: none;
  background: transparent;
  padding-bottom: 15px;
}

#header .search__input {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  padding: 23px 40px;
  background: var(--bg);
  border: 1px solid transparent;
  border-radius: 2px;
}

#header .search__input:hover {
  border-color: var(--main);
}

#header .search__input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #9A9A9A;
}

#header .search button {
  position: absolute;
  right: 40px;
  top: 23px;
}

#header .bottom-line {
  border-radius: 10px;
  background: var(--main);
  padding: 28px 80px;
}

#header .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#header .nav-menu-element:first-child {
  position: relative;
}

#header .nav-menu-element:first-child:before {
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  left: -35px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../images/menu.svg);
}

#header .nav-menu-element a {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  color: white;
  position: relative;
}

#header .nav-menu-element a:before {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--sec);
  bottom: -30px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transition: 0.3s;
}

/* #header .nav-menu-element.active a:before,
#header .nav-menu-element a:hover:before {
  opacity: 1;
} */

#header .info-wrapper {
  display: flex;
  gap: 40px;
}

#header .phones__holder {
  display: flex;
  gap: 13px;
}

#header .info-item {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

#header .phone__item {
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
}

#header .phone__item:hover {
  color: var(--main);
}

#header .phones__holder.phones .info-item .phone__item:last-child {
  font-weight: 600;
}

#header .phones__holder .icon {
  max-width: 24px;
  max-height: 24px;
}

#header .phones__holder .icon svg,
#header .phones__holder .icon img {
  max-width: 100%;
  max-height: 100%;
}

#header .header-menu .nav-menu-element.has-childs {
  position: relative;
  margin-right: 20px;
}

#header .nav-menu-element.has-childs>a::before {
  content: "";
  background-color: var(--text);
  width: 1px;
  height: 6px;
  position: absolute;
  left: unset;
  right: -8px;
  top: 14px;
  margin-top: -2px;
  transform: rotate(129deg);
  transition: all 0.5s ease;
  opacity: 1;
}

#header .nav-menu-element.has-childs>a:hover::before {
  transform: rotate(45deg);
  background-color: var(--main);
}

#header .nav-menu-element.has-childs>a::after {
  content: "";
  background-color: var(--text);
  width: 1px;
  height: 6px;
  position: absolute;
  right: -12px;
  top: 14px;
  margin-top: -2px;
  transform: rotate(45deg);
  transition: all 0.5s ease;
}

#header .nav-menu-element.has-childs>a:hover::after {
  transform: rotate(135deg);
  background-color: var(--main);
}

#header .header-menu>.nav-menu-element.has-childs:hover .sub-menu {
  opacity: 1;
  left: 0%;
  transform: translate(-20%, 33px);
  visibility: visible;
  z-index: 100;
}

#header .header-menu>.nav-menu-element.has-childs:nth-child(2):hover .sub-menu {
  transform: translate(-22%, 0px);
}

#header .header-menu .sub-menu {
  position: absolute;
  top: 100%;
  width: max-content;
  height: max-content;
  left: 50%;
  right: 0;
  opacity: 0;
  border-radius: 0px 0px 10px 10px;
  transform: translate(-15%, 0px);
  transition: all 0.2s ease;
  transition-delay: 0.15s;
  visibility: hidden;
  z-index: -100;  
  padding: 25px 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: var(--main);
  border: 1px solid #ECEBF0;
}

#header .header-menu .sub-menu .nav-menu-element a {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

#header .header-menu .sub-menu .nav-menu-element:hover a {
  color: var(--text);
}

/*================ MOBILE MNU =============*/
#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 30px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
  margin-left: 15px;
  margin-bottom: 5px;
}

#header .burger.open_menu span {
  background-color: var(--main);
  width: 25px;
  height: 4px;
  transition: all 0.3s ease-in;
}

#header .burger.open_menu.clicked {
  background-color: var(--main);
}

#header .burger.open_menu.clicked span {
  background-color: white;
}

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background-color: white;
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
  overflow: scroll;
}

#header #mobile-mnu .sub-menu {
opacity: 0;
visibility: hidden;
height: 0;
}

#header #mobile-mnu .header-menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  align-items: flex-start;
}

#header #mobile-mnu #close-mnu {
  font-size: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transform: rotate(45deg);
  display: block;
  color: var(--text);
}

#header #mobile-mnu a {
  font-size: 16px;
  line-height: 1;
  color: var(--text);
  font-weight: 450;
}

#header #mobile-mnu .logo_holder {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  color: var(--main);
}

#header #mobile-mnu .logo_holder p {
  line-height: 120%;
  font-size: 16px;
}

#menu-mobilnoe-menyu .nav-menu-element:first-child a {
  background: transparent;
  padding-left: 0px;
}

#menu-mobilnoe-menyu .nav-menu-element:first-child:before,
#menu-mobilnoe-menyu .nav-menu-element:first-child::after {
  display: none;
}

#menu-mobilnoe-menyu .nav-menu-element a {
  padding: 10px 0px;
}

#menu-mobilnoe-menyu .nav-menu-element.active::after {
  display: none;
}

#header #mobile-mnu a:hover {
  color: var(--text);
}

#header #mobile-mnu .logo__holder {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#header #mobile-mnu .menuTop {
  list-style-type: none;
  margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li {
  margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li a {
  font-size: 16px;
  line-height: 1;
  color: var(--text);
  font-weight: 450;
}

#header #mobile-mnu .menuTop li a:hover {
  color: var(--text);
}

#header #mobile-mnu .menuTop li.active a {
  color: var(--text);
}

#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: 1;
  color: #374957;
  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: 1;
  color: var(--text);
  font-weight: 450;
}

#header #mobile-mnu .email__holder .email__item:hover {
  color: var(--text);
}

#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: 1;
  color: var(--text);
  font-weight: 450;
  margin-bottom: 10px;
}

#header #mobile-mnu .phones__holder .phone__item svg path,
#header #mobile-mnu .email__holder .email__item svg path {
  stroke: var(--text);
}

#header #mobile-mnu .phones__holder .phone__item:hover {
  color: var(--text);
}

#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
}

#header #mobile-mnu .soc__holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}

#header #mobile-mnu .soc__holder .soc__item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--bg);
  transition: background-color 0.3s ease-in;
}

#header #mobile-mnu .soc__holder .soc__item svg,
#header #mobile-mnu .soc__holder .soc__item img {
  width: 40px;
  height: 40px;
}

#header #mobile-mnu.opened {
  transform: translateX(0);
}

/*============ FOOTER ===============*/
#footer {
  background: var(--bg);
}

#footer .icon {
  width: 24px;
  height: 24px;
}

#footer .icon svg,
#footer .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#footer .top-line {
  padding: 80px 0px;
  display: flex;
  justify-content: space-between;
}

#footer .top-line .logo_holder {
  width: 330px;
  max-height: 93px;
  margin-right: 15px;
}

#footer .top-line .logo_holder img {
  width: 80%;
  display: block;
  object-fit: cover;
}

#footer .menu-wrapper {
  display: flex;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

#footer .menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 360px;
}

#footer .menu-title,
#footer .info-holder-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  color: var(--main);
}

#footer .footCat,
#footer .footMenu,
#footer .clientMenu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#footer .nav-menu-element a {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--text);
}

#footer .nav-menu-element a:hover {
  color: var(--sec);
}

#footer .info-holder {
  max-width: 340px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 15px;
}

#footer .info-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

#footer .info-item.adress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#footer .icon svg path {
  stroke: var(--main);
  max-height: 50px;
}

#footer .info-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  color: var(--text);
}

#footer .info-name:hover {
  color: var(--sec);
}

#footer .info-item.adress .info-name {
  text-transform: unset;
}

#footer .info-name p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--text);
  text-transform: unset;
}

#footer .info-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--main);
}

#footer .line {
  background: #474B4B;
  height: 1px;
}

#footer .container .bot__line {
  display: flex;
  align-items: center;
  padding: 30px 0px;
  width: 100%;
  justify-content: space-between;
}

#footer .privacy {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: black;
  cursor: pointer;
  transition: 0.3s;
}

#footer .bot__line .privacy:hover {
  color: var(--main);
}

#footer .bot__line .dev {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: black;
  transition: 0.3s;
}

#footer .bot__line .dev:hover {
  color: var(--main);
}

#footer .bot__line .dev path {
  fill: black;
  transition: 0.3s;
}

#footer .bot__line .dev:hover path {
  fill: var(--main);
}

#footer .bot__line .dev span {
  margin-left: 5px;
}

#footer .rights {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

@media(max-width: 1220px) {
  #footer .top-line {
    flex-wrap: wrap;

  }
}

/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

#footer .theme-modal {
  height: auto;
  width: auto;
  max-height: 90vh;
  width: 760px;
  background: white;
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform 0.3s ease-in;
  z-index: 99999;
  padding: 45px 70px;
  overflow: auto;
}

.fancybox-button svg path {
  color: white !important;
}

#footer .theme-modal .modal-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

#footer .theme-modal p {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
}

#footer .theme-modal .privacy-holder {
  width: 60%;
}

#footer .theme-modal .privacy {
  text-align: left;
}

#footer .theme-modal .bot {
  margin-top: 20px;
}

#footer .theme-modal .form-bot span {
  opacity: 1;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}

#footer .theme-modal .privacy {
  color: var(--main);
  opacity: 1;
}

#footer .theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

#footer .theme-modal .close-modal {
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 40px;
  font-weight: 750;
  cursor: pointer;
  display: block;
}

#footer .theme-modal .close-modal path {
  transition: 0.3s;
}

#footer .theme-modal .close-modal:hover path {
  fill: var(--main);
}

#footer .theme-modal .form {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

#footer textarea {
  resize: none;
}

#footer .form .btn {
  width: 100%;
}

#footer #modal-success {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

#footer #modal-success .modal-title {
  margin-bottom: 0px;
}

#footer .form input,
#footer .form textarea {
  border-radius: 10px;
  background: var(--bg);
  padding: 23px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
  width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
}

#footer .form input.error,
#footer .form textarea.error {
  border-color: red;
}

#footer .form input::placeholder,
#footer .form textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
}

#footer .form input:focus,
#footer .form textarea:focus {
  border-color: var(--main);
}

#footer .form input:focus::placeholder,
#footer .form textarea:focus::placeholder {
  color: var(--main);
}

#footer .form textarea {
  resize: none;
  height: 150px;
}

#footer .form-top {
  display: flex;
  align-items: center;
  gap: 30px;
}

#footer .form-bot {
  display: flex;
  align-items: center;
  gap: 30px;
}

#footer .form-bot textarea,
#footer .form-bot .form_input {
  width: 49%;
}

#footer .form-bot .form_input {
  height: 150px;
  cursor: pointer;
}

#footer .form-bot .form_input input {
  height: 100%;
}

#footer .submit {
  display: flex;
  gap: 30px;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
}

#footer .apperance {
  width: 49%;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
}

#footer .apperance a {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--main);
}

#footer .apperance a:hover {
  color: var(--hover);
}

#footer .submit .btn {
  width: 49%;
}

#footer .filepond--root {
  height: 100%;
}

#footer .filepond--credits {
  display: none;
}

#footer .filepond--drop-label {
  justify-content: flex-start;
  margin-bottom: 0px;
  min-height: 60px;
}

#footer .filepond--panel-root {
  background: white;
  border: 1px solid #C8CCCB;
}

#footer .filepond--drop-label label {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
  padding-left: 23px;
  padding-top: 0px;
}

#footer .filepond--file-info-main {
  color: white;
}

#footer .filepond--file-info-sub {
  display: none;
}

#footer .filepond--file-action-button.filepond--file-action-button svg path {
  fill: white;
}

#footer .filepond--file-action-button.filepond--action-remove-item {
  background: var(--main);
}

#footer .filepond--item {
  width: 70px;
}

#footer #modal-callback.theme-modal .form-center {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

#footer #modal-callback.theme-modal .form-center-left {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#footer #modal-callback.theme-modal .form-center-right {
  width: 49%;
}

#footer #modal-callback.theme-modal .form-center-right textarea {
  height: 100%;
}

#footer #modal-callback.theme-modal #file {
  display: none;
}

#footer #modal-callback.theme-modal .file__title {
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
}

#footer #modal-callback.theme-modal .file__title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #9A9A9A;
  transition: 0.3s;
}

#footer #modal-callback.theme-modal .file__title:hover p {
  color: var(--main);
}

#footer #modal-callback.theme-modal .file__title .icon {
  width: 24px;
  height: 24px;
}

.file__title .icon img,
.file__title .icon svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
}

.file__title path {
  transition: 0.3s;
}

.file__title:hover path {
  fill: var(--main);
}

#footer #modal-callback.theme-modal .form-bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

#footer #modal-callback.theme-modal .form-bottom button {
  width: 47%;
  margin-top: 10px;
}

#footer #modal-callback.theme-modal .apperance {
  width: 100%;
}

.theme-modal .apperance {
  display: flex;
  gap: 15px;
}

.theme-modal .apperance input {
  width: 20px !important;
  height: 20px !important;
}

#footer #modal-callback.theme-modal {}

#footer #modal-callback.theme-modal {}

/* ============== MODAL ============= */



/* ============== Archive-news Start ============= */
#archive-news .news {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#archive-news .news-item {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #C8CCCB;
}

#archive-news .news-item .img {
  max-height: 200px;
  width: 275px;
  border-radius: 10px;
  overflow: hidden;
}

#archive-news .news-item .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#archive-news .news-item .right-side {
  width: 80%;
}

#archive-news .news-item .data {
  padding: 10px 15px;
  padding-left: 45px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
  background: var(--bg);
  width: fit-content;
  border-radius: 4px;
}

#archive-news .news-item .data:before {
  width: 24px;
  height: 24px;
  content: "";
  top: 7px;
  left: 12px;
  position: absolute;
  background-image: url(../images/calendar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#archive-news .news-item .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 30px;
  transition: 0.3s;
}

#archive-news .news-item:hover .name {
  color: var(--main);
}

#archive-news .news-item .theme {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #9A9A9A;
}

/* ============== Archive-news End ============= */




/* ============== Single-news Start ============= */
.single_news .single-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 150px;
}

.single_news .sidebar {
  width: 27%;
  position: sticky;
  top: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: var(--bg);
}

.single_news .right-side {
  display: flex;
  flex-direction: column;
  width: 71%;
}

.single_news .sidebar-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  padding: 40px 45px 15px 45px;
}

.single_news .sidebar-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 15px 45px;
  border-bottom: 1px dashed white;
}

.single_news .sidebar-item:nth-child(4) {
  border-bottom: unset;
}

.single_news .sidebar-item .sidebar-data {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
}

.single_news .sidebar-item .sidebar-name {
  color: var(--main);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  transition: 0.3s;
}

.single_news .sidebar-item:hover .sidebar-name {
  color: var(--hover);
}

.single_news .sidebar-item.hidden {
  display: none;
}

.single_news .single-link {
  padding: 23px 30px;
  width: 80%;
  border-radius: 10px;
  border: 1px solid var(--main);
  color: var(--main);
  background: white;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 45px;
}

.single_news .single-link:hover {
  color: white;
  background: var(--main);
}

.single_news .right-side .data {
  padding: 10px 15px;
  padding-left: 45px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
  background: var(--bg);
  width: fit-content;
  border-radius: 4px;
  margin-bottom: 20px;
}

.single_news .right-side .data:before {
  width: 24px;
  height: 24px;
  content: "";
  top: 7px;
  left: 12px;
  position: absolute;
  background-image: url(../images/calendar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.single_news .right-side .img {
  width: 100%;
  height: 100%;
  max-height: 550px;
  border-radius: 10px;
  overflow: hidden;
}

.single_news .right-side .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.single_news .right-side .desc {
  border-radius: 10px;
  background: var(--bg);
  padding: 50px;
  display: flex;
  flex-direction: column;
}

.single_news .right-side .desc h2 {
  margin-bottom: 5px;
}

.single_news .right-side .desc p {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #9A9A9A;
}

/* ============== Single-news End ============= */



/* ============== Archive-reviews Start ============= */
#archive-reviews #form-block {
  margin-top: 50px;
}

#archive-reviews .top-holder {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 40px;
}

#archive-reviews .top-holder h1 {
  margin-bottom: 0px;
}

#archive-reviews .top-holder .btn {
  height: fit-content;
}

#archive-reviews .reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

#archive-reviews .review-info {
  display: flex;
  flex-direction: column;
  padding: 70px;
  background: var(--bg);
  border-radius: 10px;
}

#archive-reviews .top {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 20px;
}

#archive-reviews .top-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#archive-reviews .img {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  overflow: hidden;
}

#archive-reviews .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#archive-reviews .name {
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
}

#archive-reviews .data {
  padding: 10px 15px;
  padding-left: 45px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
  background: white;
  width: fit-content;
  border-radius: 4px;
}

#archive-reviews .data:before {
  width: 24px;
  height: 24px;
  content: "";
  top: 7px;
  left: 12px;
  position: absolute;
  background-image: url(../images/calendar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#archive-reviews .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

#archive-reviews .desc-all {
  margin-top: 30px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: fit-content;
}

#archive-reviews .desc-all span {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--main);
  transition: 0.3s;
}

#archive-reviews .desc-all span:hover {
  color: var(--mainS);
}

#archive-reviews .desc-all span.close {
  transform: translateY(20px);
  position: absolute;
  top: 0;
  left: 0;
}

#archive-reviews .desc-all.opened span.open {
  transform: translateY(-20px);
}

#archive-reviews .desc-all.opened span.close {
  transform: translateY(0px);
}

#archive-reviews .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

#archive-reviews .gallery-img {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

#archive-reviews .gallery-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/Eye.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #4749a3b4;
  transform: translateY(+100%);
  transition: 0.3s;
  opacity: 0;
}

#archive-reviews .gallery-img:hover:before {
  opacity: 1;
  transform: translateY(0);
}

#archive-reviews .gallery-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* ============== Archive-reviews End ============= */




/* ============== Archive-works Start ============= */
#archive-projects #form-block {
  margin-top: 50px;
}

#archive-projects .projects {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#archive-projects .projects-item {
  display: flex;
  justify-content: space-between;
  gap: 55px;
  padding-bottom: 60px;
  padding-top: 30px;
  border-bottom: 1px solid #C8CCCB;
}

#archive-projects .projects-item:first-child {
  padding-top: 0px;
}

#archive-projects .projects-item:last-child {
  border-bottom: unset;
}

#archive-projects .img {
  width: 50%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

#archive-projects .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#archive-projects .right-side {
  display: flex;
  flex-direction: column;
  width: 46%;
  padding-top: 30px;
}

#archive-projects .name {
  font-size: 32px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: 0.3s;
}

#archive-projects .projects-item:hover .name {
  color: var(--main);
}

#archive-projects .short-desc p {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-align: justify;
  margin-bottom: 20px;
}

#archive-projects .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

#archive-projects .btn {
  border-radius: 10px;
  border: 1px solid var(--main);
  color: var(--main);
  background: white;
}

#archive-projects .projects-item:hover .btn {
  background: var(--main);
  color: white;
}

#archive-projects .data {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
  padding: 7px 15px;
  padding-left: 45px;
  background: white;
  border-radius: 4px;
  height: fit-content;
  width: fit-content;
}

#archive-projects .data:before {
  width: 24px;
  height: 24px;
  content: "";
  top: 5px;
  left: 12px;
  position: absolute;
  background-image: url(../images/calendar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ============== Archive-works End ============= */



/* ============== Single-works Start ============= */
.single_works .single-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 150px;
}

.single_works .sidebar {
  width: 27%;
  position: sticky;
  top: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: var(--bg);
}

.single_works .right-side {
  display: flex;
  flex-direction: column;
  width: 71%;
}

.single_works .sidebar-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  padding: 40px 45px 15px 45px;
}

.single_works .sidebar-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 15px 45px;
  border-bottom: 1px dashed white;
}

.single_works .sidebar-item:nth-child(4) {
  border-bottom: unset;
}

.single_works .sidebar-item .sidebar-data {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
}

.single_works .sidebar-item .sidebar-name {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  transition: 0.3s;
}

.single_works .sidebar-item:hover .sidebar-name {
  color: var(--hover);
}

.single_works .sidebar-item.hidden {
  display: none;
}

.single_works .single-link {
  padding: 23px 30px;
  width: 80%;
  border-radius: 10px;
  border: 1px solid var(--main);
  color: var(--main);
  background: white;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 45px;
}

.single_works .single-link:hover {
  color: white;
  background: var(--main);
}

.single_works .right-side .data {
  padding: 10px 15px;
  padding-left: 45px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
  background: var(--bg);
  width: fit-content;
  border-radius: 4px;
  margin-bottom: 20px;
}

.single_works .right-side .data:before {
  width: 24px;
  height: 24px;
  content: "";
  top: 7px;
  left: 12px;
  position: absolute;
  background-image: url(../images/calendar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.single_works .right-side .img {
  width: 100%;
  height: 100%;
  max-height: 550px;
  border-radius: 10px;
  overflow: hidden;
}

.single_works .right-side .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.single_works .right-side .desc {
  border-radius: 10px;
  background: var(--bg);
  padding: 50px;
  display: flex;
  flex-direction: column;
}

.single_works .right-side .desc h2 {
  margin-bottom: 5px;
}

.single_works .right-side .desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #9A9A9A;
}

/* ============== Single-works End ============= */



/* ============== Archive-partners Start ============= */
#archive-partners .partners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-bottom: 30px;
}

#archive-partners .partners-item {
  height: auto;
}

#archive-partners .item-wrapper {
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  background: var(--bg);
  height: 100%;
  border-radius: 10px;
}

#archive-partners .top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}

#archive-partners .name {
  font-size: 32px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  width: 60%;
}

#archive-partners .data {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
  padding: 7px 15px;
  padding-left: 45px;
  background: white;
  border-radius: 4px;
  height: fit-content;
  width: fit-content;
}

#archive-partners .data:before {
  width: 24px;
  height: 24px;
  content: "";
  top: 5px;
  left: 12px;
  position: absolute;
  background-image: url(../images/calendar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#archive-partners .full__text,
#archive-partners .short__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#archive-partners .full__text ul,
#archive-partners .short__text ul,
#archive-partners .full__text ol,
#archive-partners .short__text ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#archive-partners .short__text ul li,
#archive-partners .full__text ul li {
  position: relative;
  padding-left: 20px;
}

#archive-partners .short__text ul li:before,
#archive-partners .full__text ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 7px;
  left: 0;
  background: var(--main);
}

#archive-partners .review-text p,
#archive-partners .review-text li {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
}

#archive-partners .structure-text-all {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-top: 40px;
  color: var(--main);
  cursor: pointer;
  transition: 0.3s;
}

/* ============== Archive-partners End ============= */




/* ============== Woocomerce Start ============= */
.page-wrapper.not-tax .product-item h2 mark {
  display: none;
}

.page-wrapper.not-tax .archive-holder {
  width: 100%;
}

.page-wrapper.not-tax .products.columns-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 130px;
}

.page-wrapper.not-tax .products.columns-3 .product-category {
  display: flex;
  background: var(--bg);
  padding: 40px 70px;
  position: relative;
  min-height: 450px;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  transition: 0.5s;
}

.page-wrapper.not-tax .products.columns-3 .products-before {
  position: absolute;
  width: 483px;
  height: 556px;
  top: 0;
  right: 0;
  background-image: url(../images/p-before.png);
  background-size: auto;
  background-position: bottom right;
  background-repeat: no-repeat;
  transform: translate(+100%, +100%);
  transition: 0.5s;
}

.page-wrapper.not-tax .products.columns-3 .product-category:hover .products-before {
  transform: translate(79px, -80px);
  opacity: 0.5;
}

.page-wrapper.not-tax .products.columns-3 .product-item {
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 100%;
}

.page-wrapper.not-tax .products.columns-3 .product-item>a {
  display: flex;
  flex-grow: 1;
  width: 100%;
}

.page-wrapper.not-tax .products.columns-3 .product-item h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 10px;
  margin-top: 0px;
  transition: 0.3s;
  width: 100%;
}

.page-wrapper.not-tax .products.columns-3 .product-item h2:hover {
  color: var(--sec);
}

.page-wrapper.not-tax .products.columns-3 .product-item__subcats {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 1;
}

.page-wrapper.not-tax .products.columns-3 .product-item__subcats a {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--text);
  display: block;
  position: relative;
}

.page-wrapper.not-tax .products.columns-3 .product-item__subcats a:before {
  content: "";
  width: 6px;
  height: 30px;
  top: 0;
  left: -70px;
  position: absolute;
  background: var(--main);
  border-radius: 0px 5px 5px 0px;
  opacity: 0;
  transition: 0.3s;
}

.page-wrapper.not-tax .products.columns-3 .product-item__subcats a:hover {
  color: var(--main);
}

.page-wrapper.not-tax .products.columns-3 .product-item__subcats a:hover:before {
  opacity: 1;
}

.page-wrapper.not-tax .products.columns-3 .product-item img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 65%;
  object-fit: cover;
  transition: 0.5s;
}

.page-wrapper.not-tax .products.columns-3 .product-category:hover img {
  transform: scale(1.1);
}

.tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .archive-holder {
  margin-bottom: 130px;
}

.tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories h1.page-title {
  margin-bottom: 20px;
}

.tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .products.columns-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .products.columns-3 .product-category {
  min-height: 160px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  background: var(--bg);
  border-radius: 10px;
}

.tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .products.columns-3 .product-category a {
  padding: 25px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .products.columns-3 .product-category img {
  position: absolute;
  z-index: 1;
  max-width: 150px;
  max-height: 150px;
  bottom: 0;
  right: 0;
  pointer-events: none;
  width: 34%;
  height: 80%;
  object-fit: contain;
  object-position: bottom right;
}

.tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .products.columns-3 .product-category h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  margin-top: unset;
  margin-bottom: unset;
  width: 65%;
  transition: 0.3s;
}

.tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .products.columns-3 .product-category:hover h2 {
  color: white;
}

.tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .products.columns-3 .products-before {
  background-size: contain;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: translate(100%, 100%);
  transition: 0.3s;
}

.tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .product-category:hover .products-before {
  transform: translate(0, 0);
}

.tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .products-before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../images/befores.png);
  background-size: auto;
  background-position: bottom right;
  background-repeat: no-repeat;
  transform: translate(+100%, +100%);
  transition: 0.5s;
}

.tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .product-category:hover a {
  background: var(--main);
}

.tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .product-category:hover .products-before {
  transform: translate(0, 0);
}

.tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .term-description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: justify;
  color: var(--lText);
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .filter-block-toggler svg {
  max-width: 30px;
  max-height: 30px;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products {
  padding: 70px 0px;
  background: var(--bg);
  margin-top: 50px;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .container.second {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .sidebar {
  width: 23%;
  max-width: 380px;
  position: sticky;
  top: 30px;
  border-radius: 10px;
  background: white;
  padding: 40px 50px;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .archive-holder {
  width: 75%;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products #sidebar-close {
  display: none;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products #open-filter {
  display: none;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .filter-holder {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .filter-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .filters-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .filter-block.filter-block-price {
  display: none;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .filter-block-header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  margin-bottom: 15px;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .group {
  cursor: unset;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .filter-block-header .filter-block-title {
  order: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  transition: 0.3s;
  text-transform: uppercase;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .filter-block-header:hover .filter-block-title {
  color: var(--main);
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .filter-block-header .filter-block-toggler {
  order: 2;
  width: 30px;
  position: relative;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .filter-block-header .icon {
  opacity: 1;
  transition: 0.3s;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .filter-block.opened .icon {
  transform: scale(0);
  opacity: 0;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .filter-block-header .icon.opened {
  transform: rotate(180deg);
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  transform: scale(0);
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .filter-block.opened .icon.opened {
  opacity: 1;
  transform: scale(1);
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .inputs.checkboxes.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: 10px;
  max-height: 170px;
  overflow: auto;
  padding-right: 20px;
  margin-right: 8px;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .group input {
  display: none;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .group label {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
  padding-left: 28px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products label:hover {
  color: var(--main);
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .group label:before {
  content: "";
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  position: absolute;
  background: transparent;
  transition: 0.3s;
  border: 2px solid #C8CCCB;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products label:hover:before {
  border-color: var(--main);
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .group input:checked+.group-label::before {
  background-color: var(--main);
  border-color: var(--main);
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .buttons {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .buttons .button {
  background: white;
  color: var(--main);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 23px 20px;
  cursor: pointer;
  transition: 0.3s;
  outline: none;
  border: 1px solid var(--main);
  white-space: nowrap;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .buttons .button:hover {
  background: var(--main);
  color: white;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .button.link {
  border: unset;
  padding: unset;
  text-transform: unset;
  cursor: pointer;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .button.link {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
  transition: 0.3s;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .button.link:hover {
  background: transparent;
  color: var(--main);
}

.privacy-policy .return-wrapper .btn {
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .products.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 0px;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .product a {
  display: block;
  height: 100%;
  min-height: 500px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .product a img {
  width: 100%;
  display: block;
  object-fit: contain;
  height: 300px;
  padding: 30px;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .product a h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 0px 30px;
  transition: 0.3s;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .product a:hover h2 {
  color: var(--main);
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .price-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-top: auto;
  padding: 0px 30px 40px 30px;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .woocommerce-Price-amount.amount bdi,
.page-wrapper.is-tax .woocommerce-archive-wrapper.products .woocommerce-Price-amount.amount span {
  font-size: 32px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  color: var(--main);
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products del bdi,
.page-wrapper.is-tax .woocommerce-archive-wrapper.products del bdi .woocommerce-Price-currencySymbol {
  font-size: 18px !important;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .main-char {
  padding: 0px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
  margin-bottom: 15px;
}

.page-wrapper.is-tax .woocommerce-archive-wrapper.products .more-icon-holder {
  display: block !important;
  padding: 0px 30px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-top: auto;
}

.woocommerce-archive-wrapper.products .woocommerce-pagination {
  margin-top: 50px;
}

.woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers a,
.woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers span {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}

.woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers li span,
.woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers li a {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  color: var(--lText);
}

.woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers li span {
  color: var(--main);
}

.woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers li:hover span,
.woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers li:hover a {
  color: var(--main);
}

.woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers .next,
.woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers .prev {
  background: var(--main);
  font-size: 0px;
  bottom: 0;
}

.woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers .next {
  margin-left: 20px;
  right: unset;
}

.woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers .prev {
  margin-right: 20px;
  left: unset;
}

.single-product .related.products,
.single-product .upsells.products {
  margin-bottom: 130px;
}

.single-product .related.products h2,
.single-product .upsells.products h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.single-product .upsells.products h2 {
  margin-top: 0px;
}

.single-product .related.products ul.products,
.single-product .upsells.products ul.products {
  position: relative;
}

.single-product .related.products ul.products .swiper-button-prev,
.single-product .upsells.products ul.products .swiper-button-prev {
  left: -35px !important;
}

.single-product .related.products ul.products .swiper-button-next,
.single-product .upsells.products ul.products .swiper-button-next {
  right: -35px !important;
}

.single-product .products .product a {
  display: block;
  height: 100%;
  min-height: 500px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #C8CCCB;
}

.single-product .upsells.products .product a {
  border: unset;
}

.single-product .products .product a img {
  width: auto;
  display: block;
  object-fit: contain;
  height: auto;
  padding: 30px;
  aspect-ratio: 1/0.9;
}

.single-product .products .product a h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 0px 30px;
  transition: 0.3s;
}

.single-product .products .main-char {
  padding: 0px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--lText);
  margin-bottom: 15px;
}

.single-product .products .price-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-top: auto;
  padding: 0px 30px 40px 30px;
  flex-direction: row;
}
.single-product .products .woocommerce-Price-amount.amount bdi,
.single-product .products .woocommerce-Price-amount.amount span {
  font-size: 32px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  color: var(--main);
}

.single-product .products .woocommerce-Price-amount.amount del bdi ,
.single-product .products .woocommerce-Price-amount.amount del span  {
  font-size: 18px !important;
}

.single-product .products .more-icon-holder {
  display: block !important;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-top: auto;
}

.single-product .products .product a:hover h2 {
  color: var(--main);
}

/* ============== Woocomerce End ============= */




/* ============== Single-products Start ============= */
.product.type-product .product-top {
  margin-bottom: 60px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.product.type-product .product-top .gallery-holder {
  width: 50%;
  max-height: 650px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.product.type-product .product-top .gallery-holder .gallery {
  height: 100%;
  display: flex;
  width: 80%;
  padding: 2px;
}

.product.type-product .product-top .img-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #C8CCCB;
  overflow: hidden;
  cursor: pointer;
}

.product.type-product .product-top .img-wrapper:before {
  content: "";
  width: 100.5%;
  height: 100.5%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  opacity: 0;
  border-radius: 10px;
}

.product.type-product .product-top .img-wrapper:hover:before {
  opacity: 1;
}

.product.type-product .product-top .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.product.type-product .product-top .thumbs {
  width: 180px;
  height: 88%;
  padding: 2px;
  position: relative;
}

.product.type-product .product-top .thumb-slider-slide {
  box-sizing: border-box;
  width: 100%;
  min-height: 160px;
  max-height: 180px;
  border: 1px solid #C8CCCB;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}

.product.type-product .product-top .thumb-slider-slide:before {
  content: "";
  width: 100.5%;
  height: 100.5%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  opacity: 0;
  border-radius: 2px;
}

.product.type-product .product-top .thumb-slider-slide:hover:before {
  opacity: 1;
}

.product.type-product .product-top .thumb-slider-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.product.type-product .product-top .thumb-slider {
  height: 100%;
}

.product.type-product .product-top .swiper-button-prev-single,
.product.type-product .product-top .swiper-button-next-single {
  background: var(--main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: 0.3s;
  cursor: pointer;
}

.product.type-product .product-top .swiper-button-prev-single {
  position: absolute;
  top: -35px;
  z-index: 1;
  left: calc((100% - 50px) / 2);
}

.product.type-product .product-top .swiper-button-next-single {
  position: absolute;
  bottom: -35px;
  z-index: 1;
  left: calc((100% - 50px) / 2);
}

.product.type-product .product-top .swiper-button-prev-single:hover,
.product.type-product .product-top .swiper-button-next-single:hover {
  background: var(--hover);
}

.product.type-product .product-top .top-right-side {
  display: flex;
  flex-direction: column;
  width: 46%;
}

.product.type-product .product-top .product_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.product.type-product .product-top .short-desc {
  margin-bottom: 20px;
}

.product.type-product .product-top .short-desc p {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-align: justify;
  color: var(--lText);
}

.product.type-product .product-top .short-desc .desc-text-all {
  border-bottom: 1px dashed var(--main);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--main);
  cursor: pointer;
  width: fit-content;
  margin-top: 15px;
  transition: 0.3s;
}

.product.type-product .product-top .short-desc .desc-text-all:hover {
  color: var(--hover);
  border-color: var(--hover);
}

.product.type-product .product-top .price-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
}

.product.type-product .product-top .price-holder .price bdi,
.product.type-product .product-top .price-holder .price span {
  font-size: 32px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  color: var(--main);
}


.product.type-product .product-top .price-holder .price del bdi,
.product.type-product .product-top .price-holder .price del span {
  font-size: 18px !important;
}

.product.type-product .product-top .price-holder .btn {
  background: var(--main);
  color: white;
}

.product.type-product .product-top .price-holder .btn:hover {
  background: var(--hover);
  border-color: var(--hover);
}

.product.type-product .product-center {
  margin-bottom: 60px;
}

.product.type-product .product-center .tab {
  display: none;
  padding: 40px 50px;
  border-radius: 10px;
  background: var(--bg);
}

.product.type-product .product-center .tab.active {
  display: flex;
  flex-direction: column;
}

.product.type-product .btn-holder {
  display: flex;
  gap: 150px;
  padding-bottom: 18px;
  width: 100%;
  border-bottom: 1px solid var(--bg);
  margin-bottom: 40px;
}

.product.type-product .btn-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #9A9A9A;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.product.type-product .btn-item:before {
  content: "";
  width: 100%;
  height: 2px;
  bottom: -18px;
  left: 0;
  position: absolute;
  background: var(--main);
  transition: 0.3s;
  opacity: 0;
}

.product.type-product .btn-item.active:before {
  opacity: 1;
}

.product.type-product .btn-item:hover {
  color: var(--main);
}

.product.type-product .btn-item.active {
  color: var(--text);
}

.product.type-product .desc-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product.type-product .desc-wrapper h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0px;
}

.product.type-product .desc-wrapper strong {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-align: justify;
  color: var(--lText);
}

.product.type-product .desc-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: justify;
}

.product.type-product .desc-wrapper p br {
  display: none;
}

.product.type-product .desc-wrapper ul,
.product.type-product .desc-wrapper ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product.type-product .desc-wrapper ul li {
  position: relative;
  padding-left: 20px;
}

.product.type-product .desc-wrapper ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  top: 8px;
  left: 0;
  position: absolute;
  background: var(--main);
}

.product.type-product .char-tab-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.product.type-product .second-chars {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product.type-product .second-char-item {
  display: flex;
  align-items: center;
  gap: 80px;
  /* width: 300px; */
}

.product.type-product .second-char-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #9A9A9A;
  width: 45%;
}

.product.type-product .second-char-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  width: 45%;
  text-align: left;
}

.product.type-product .complect-holder {
  flex-direction: column;
  gap: 50px;
}

.product.type-product .complects {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.product.type-product .comp-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.product.type-product .elements {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product.type-product .element-item {
  display: flex;
  align-items: center;
  gap: 80px;
}

.product.type-product .element-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  width: 20%;
  color: #9A9A9A;
}

.product.type-product .element-value {
  width: 75%;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.product.type-product .up-sells.upsells .container-ups {
  position: relative;
  padding: 130px 0px;
  padding-left: calc((100% - 1620px) / 2);
  padding-right: calc((100% - 1620px) / 2);
  background: var(--bg);
  margin-bottom: 0px;
}

/* ============== Single-products End ============= */




.page-id-148 h1.page-title,
.page-id-260 h1.page-title {
  display: none;
}

.error-404 .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.error-404 .error-wrapper {
  border-radius: 10px;
  padding: 30px 70px;
  background: var(--bg);
  margin-bottom: 20px;
  margin-top: 20px;
  background-image: url(../images/404.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.error-404 .wrapper .left-side {
  display: flex;
  flex-direction: column;
}

.error-404 .error-subtitle {
  font-size: 50px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.error-404 .error-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
}

.error-404 .wrapper .btn {
  background: var(--mainS);
  border-color: var(--mainS);
  color: white;
}

.error-404 .wrapper .btn:hover {
  background: var(--hover);
  border-color: var(--hover);
}

.error-404 .wrapper .error-title {
  font-size: 385px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--main);
  margin-top: -100px;
}

.error-404 .wrapper .error-title span {
  color: var(--sec);
  font-size: 385px;
  font-weight: 700;
  line-height: 100%;
}

.privacy-policy .page-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 130px;
}

.privacy-policy .content {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: var(--bg);
  padding: 20px 50px 50px 50px;
  width: 76%;
}

.privacy-policy .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: justify;
  color: #9A9A9A;
  display: flex;
  flex-direction: column;
}

.privacy-policy .content p strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
}

.privacy-policy .content br {
  display: none;
}

.privacy-policy .return-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  height: fit-content;
  background: var(--bg);
  padding: 50px;
  min-width: 382px;
  position: sticky;
  top: 30px;
}

.privacy-policy .return-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  text-align: center;
  color: var(--main);
  margin-bottom: 30px;
}


@media (max-width: 1800px) {

  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products {
    padding: 0px 40px;
  }

  .single-product .related.products ul.products .swiper-button-prev,
  .single-product .upsells.products ul.products .swiper-button-prev {
    left: 5px !important;
  }

  .single-product .related.products ul.products .swiper-button-next,
  .single-product .upsells.products ul.products .swiper-button-next {
    right: 5px !important;
  }
}

@media (max-width: 1700px) {
  #archive-partners .partners-holder {
    padding: 0px 30px;
  }

  .single-product .products .woocommerce-Price-amount.amount bdi,
  .single-product .products .woocommerce-Price-amount.amount span {
    font-size: 28px;
  }

  .product.type-product .up-sells.upsells .container-ups {
    padding: 40px 15px;
  }

  #header .sticky-btn {
    width: 50px;
    height: 50px;
    left: calc(100% - 70px);
  }
}

@media (max-width: 1400px) {
  #header .search-holder {
    width: 300px;
  }

  #header .search__input {
    padding: 10px 15px;
  }

  #header .search button {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  #footer .menu-wrapper {
    gap: 30px;
  }

  #footer .top-line .logo_holder {
    max-width: 200px;
    height: fit-content;
  }

  #footer .nav-menu-element a {
    font-size: 12px;
  }

  #footer .info-name {
    font-size: 16px;
  }

  #footer .info-name p {
    font-size: 14px;
  }

  #header .top-line {
    gap: 10px;
  }

  .swiper-button-next,
  .swiper-button-prev,
  .next.page-numbers,
  .prev.page-numbers {
    width: 50px !important;
    height: 50px !important;
  }

  .swiper-button-prev.second .before,
  .swiper-button-next.second .before {
    width: 50px;
    height: 50px;
    background-size: contain;
  }

  .swiper-button-next:before,
  .swiper-button-next:after,
  .swiper-button-prev:before,
  .swiper-button-prev:after,
  .prev.page-numbers:before,
  .prev.page-numbers:after,
  .next.page-numbers:before,
  .next.page-numbers:after {
    top: 15px;
    left: 14px;
  }

  .prev.page-numbers {
    left: 0;
  }

  .next.page-numbers {
    right: 0;
  }

  .single_news .single-wrapper,
  .single_works .single-wrapper {
    margin-bottom: 90px;
  }

  .single_news .sidebar-title,
  .single_works .sidebar-title {
    padding: 15px;
    font-size: 20px;
  }

  .single_news .sidebar-item,
  .single_works .sidebar-item {
    padding: 10px 15px;
  }

  .single_news .sidebar-item .sidebar-name,
  .single_works .sidebar-item .sidebar-name {
    font-size: 16px;
  }

  #archive-partners .partners-holder {
    padding: 0px 15px;
  }

  #archive-partners .item-wrapper {
    padding: 20px 35px;
  }

  #archive-partners .name {
    font-size: 24px;
  }

  .error-404 .wrapper .error-title {
    margin-top: unset;
  }

  .error-404 .wrapper .error-title,
  .error-404 .wrapper .error-title span {
    font-size: 150px;
  }

  .page-wrapper.not-tax .products.columns-3 .product-category {
    padding: 15px;
  }

  .page-wrapper.not-tax .products.columns-3 .product-item__subcats a:before {
    left: -15px;
  }

  .page-wrapper.not-tax .products.columns-3 .product-item img {
    object-fit: contain;
    object-position: bottom;
  }

  .tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .products.columns-3 .product-category {
    padding: unset;
  }

  .tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-wrapper.is-tax .woocommerce-archive-wrapper.products .sidebar {
    padding: 15px;
  }

  .page-wrapper.is-tax .woocommerce-archive-wrapper.products .filter-title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .page-wrapper.is-tax .woocommerce-archive-wrapper.products .filters-form {
    gap: 20px;
  }

  .page-wrapper.is-tax .woocommerce-archive-wrapper.products .product a img {
    padding: 15px;
  }

  .page-wrapper.is-tax .woocommerce-archive-wrapper.products .product a h2,
  .page-wrapper.is-tax .woocommerce-archive-wrapper.products .main-char {
    padding: 0px 15px;
  }

  .page-wrapper.is-tax .woocommerce-archive-wrapper.products .price-wrapper {
    padding: 0px 15px 15px 15px;
  }

  .page-wrapper.is-tax .woocommerce-archive-wrapper.products .woocommerce-Price-amount.amount bdi,
  .page-wrapper.is-tax .woocommerce-archive-wrapper.products .woocommerce-Price-amount.amount span {
    font-size: 20px;
  }

  .woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers a,
  .woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers span {
    width: 50px;
    height: 50px;
  }

  .product.type-product .product-top .gallery-holder {
    max-height: 450px;
  }

  .single-product .products .price-wrapper {
    padding: 0px 15px 15px 15px;
  }

  .single-product .products .main-char,
  .single-product .products .product a h2 {
    padding: 0px 15px;
  }

  .single-product .products .product a img {
    padding: 15px;
  }

  .single-product .products .woocommerce-Price-amount.amount bdi,
  .single-product .products .woocommerce-Price-amount.amount span {
    font-size: 20px;
  }

  .single-product .related.products ul.products,
  .single-product .upsells.products ul.products {
    padding: 0px 15px;
  }
}

@media (max-width: 1200px) {
  #header .info-wrapper {
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
  }

  #header .info-item {
    text-align: right;
  }

  #header .top-line {
    padding: 10px 0px;
  }

  #header .bottom-line {
    padding: 15px 40px;
  }

  #header .nav-menu-element a {
    font-size: 12px;
  }

  #footer .top-line {
    padding: 20px 0px;
  }

  #footer .menu-title,
  #footer .info-holder-title {
    font-size: 16px;
  }

  #header .logo_holder {
    max-width: 160px;
  }

  .block-title,
  h1.page-title {
    font-size: 40px;
  }

  #header .nav-menu-element a:before {
    bottom: -18px;
  }

  .single_news .right-side .desc,
  .single_works .right-side .desc {
    padding: 15px;
  }

  #archive-reviews .review-info {
    padding: 15px;
  }

  #archive-partners .top {
    flex-direction: column;
  }

  #archive-partners .name {
    width: 100%;
  }

  .error-404 .error-subtitle {
    font-size: 32px;
  }

  .tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .archive-holder {
    margin-bottom: 100px;
  }

  .page-wrapper.is-tax .woocommerce-archive-wrapper.products .products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-wrapper.is-tax .woocommerce-archive-wrapper.products .buttons .button {
    font-size: 12px;
  }

  .product.type-product .product-top .short-desc p {
    font-size: 16px;
  }
}

@media (max-width: 996px) {
  #header .header_nav_menu {
    display: none;
  }

  #header .burger.open_menu {
    display: flex;
    margin-left: auto;
    margin-bottom: 0px;
  }

  #header .burger.open_menu span {
    background: var(--sec);
  }

  #header .bottom-line {
    padding: 10px;
    display: flex;
  }

  #header .search-holder.first {
    display: none;
  }

  #header .search-holder.second {
    display: flex;
    margin-left: unset;
    margin-right: 20px;
  }

  #footer .top-line {
    flex-wrap: wrap;
  }

  .block-title {
    font-size: 32px;
    margin-bottom: 50px;
  }

  .more-icon-holder {
    width: 50px;
    height: 50px;
    background-size: contain;
  }

  .more-icon-holder:before,
  .more-icon-holder:after {
    top: 14px;
    left: 14px;
  }

  h1.page-title {
    font-size: 32px;
  }

  .pagination {
    gap: 20px;
  }

  .single_news .single-wrapper,
  .single_works .single-wrapper {
    margin-bottom: 60px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .single_news .single-wrapper,
  .single_works .single-wrapper {
    flex-direction: column;
  }

  .single_news .sidebar,
  .single_works .sidebar {
    width: 100%;
    order: 2;
  }

  .single_news .right-side,
  .single-works .right-side {
    width: 100%;
    order: 1;
  }

  .single_news .single-link,
  .single-works .single-link {
    width: 96%;
  }

  #archive-reviews .reviews {
    display: flex;
    flex-direction: column;
  }

  #archive-reviews .top-holder {
    flex-direction: column;
  }

  #archive-reviews .top-holder .btn {
    padding: 10px 15px;
  }

  .error-404 .error-wrapper {
    padding: 15px;
  }

  .breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .privacy-policy .content {
    padding: 0px 15px 15px 15px;
  }

  .privacy-policy .return-wrapper {
    padding: 15px;
    min-width: 250px;
  }

  .privacy-policy .return-title {
    font-size: 16px;
  }

  .privacy-policy .content p {
    font-size: 14px;
  }

  .page-wrapper.not-tax .products.columns-3 .product-item h2 {
    font-size: 22px;
  }

  .page-wrapper.not-tax .products.columns-3 .product-category {
    min-height: 300px;
  }

  .page-wrapper.not-tax .products.columns-3 .product-item__subcats a {
    font-size: 14px;
  }

  .tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .archive-holder {
    margin-bottom: 80px;
  }

  .page-wrapper.is-tax .woocommerce-archive-wrapper.products .more-icon-holder {
    padding: unset;
  }

  .page-wrapper.is-tax .woocommerce-archive-wrapper.products .sidebar {
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: auto;
    width: 100%;
    max-width: 320px;
    overflow: auto;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.085);
    transform: translateX(-130%);
    transition: transform 0.3s ease;
  }

  .page-wrapper.is-tax .woocommerce-archive-wrapper.products .archive-holder {
    width: 100%;
  }

  .page-wrapper.is-tax .woocommerce-archive-wrapper.products #open-filter {
    position: fixed;
    left: 15px;
    bottom: 15px;
    background: var(--main);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    z-index: 12;
  }

  .page-wrapper.is-tax .woocommerce-archive-wrapper.products .sidebar.open {
    transform: translateX(0);
  }

  .page-wrapper.is-tax .woocommerce-archive-wrapper.products #sidebar-close {
    display: flex;
    justify-content: flex-end;
  }

  .single-product .related.products,
  .single-product .upsells.products {
    margin-bottom: 80px;
  }

  .product.type-product .up-sells.upsells {
    padding: 80px 0px;
  }

  .product.type-product .product-top .short-desc p {
    font-size: 14px;
  }

  .product.type-product .product-top .gallery-holder {
    max-height: 350px;
    gap: 10px;
  }

  .product.type-product .product-top .thumb-slider-slide {
    min-height: 100px;
  }

  .product.type-product .product-top .thumbs {
    width: 120px;
  }

  .product.type-product .product-top .swiper-button-prev-single,
  .product.type-product .product-top .swiper-button-next-single {
    width: 30px;
    height: 30px;
  }

  .product.type-product .product-top .swiper-button-next-single {
    left: calc((100% - 30px) / 2);
    bottom: -25px;
  }

  .product.type-product .product-top .swiper-button-prev-single {
    left: calc((100% - 30px) / 2);
    top: -25px;
  }

  .product.type-product .product-top .price-holder .price bdi,
  .product.type-product .product-top .price-holder .price span {
    font-size: 20px;
  }

  .product.type-product .product-top .price-holder .btn {
    padding: 10px 15px;
  }

  .product.type-product .btn-holder {
    gap: 20px;
    flex-wrap: wrap;
  }

  .product.type-product .product-center .tab.active {
    padding: 15px;
  }

  .product.type-product .element-item {
    align-items: flex-start;
    gap: 20px;
  }

  .product.type-product .second-char-item {
    gap: 20px;
  }

  .single-product .related.products h2,
  .single-product .upsells.products h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  #archive-projects .name {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  #footer .top-line .logo_holder img {
    width: 50%;
  }

  #footer .top-line {
    flex-direction: column;
    gap: 20px;
  }

  #footer .menu-wrapper {
    width: 100%;
    margin-left: unset;
  }

  #footer .info-holder {
    margin-left: unset;
    gap: 10px;
    margin-top: 0px;
  }

  #footer .menu-wrapper {
    flex-direction: column;
    margin-top: 0px;
  }

  #footer .footCat,
  #footer .footMenu,
  #footer .clientMenu {
    gap: 10px;
  }

  .block-title,
  h1.page-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  #archive-news .news-item .name {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #archive-news .news-item .theme {
    font-size: 16px;
  }

  #archive-news .news-item {
    gap: 20px;
  }

  #archive-news .news-item .data {
    padding: 6px 10px;
    padding-left: 30px;
  }

  #archive-news .news-item .data:before {
    width: 17px;
    height: 17px;
    left: 9px;
  }

  h2 {
    font-size: 26px;
  }

  .single .right-side .desc h2 {
    margin-top: 20px;
  }

  h3 {
    font-size: 24px;
  }

  .single .right-side .desc h3 {
    margin-top: 20px;
  }

  h4 {
    font-size: 22px;
  }

  .single .right-side .desc h4 {
    margin-top: 20px;
  }

  h5 {
    font-size: 20px;
  }

  .single .right-side .desc h5 {
    margin-top: 20px;
  }

  #archive-reviews .top {
    gap: 15px;
  }

  #archive-reviews .name {
    font-size: 18px;
  }

  #archive-reviews .top-right {
    gap: 10px;
  }

  #archive-reviews .gallery-img {
    width: 60px;
    height: 60px;
  }

  #archive-partners .partners {
    display: flex;
    flex-direction: column;
  }

  .error-404 .wrapper {
    flex-direction: column;
  }

  .error-404 .wrapper .left-side {
    order: 2;
    align-items: center;
  }

  .error-404 .wrapper .error-title {
    order: 1;
    text-align: center;
  }

  .error-404 .error-text {
    text-align: center;
  }

  .error-404 .error-subtitle {
    text-align: center;
  }

  .privacy-policy .page-wrapper {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .privacy-policy .content {
    width: 100%;
  }

  .privacy-policy .return-wrapper {
    width: 100%;
    position: static;
  }

  #footer .theme-modal {
    width: 95%;
    padding: 40px 15px 15px 15px;
  }

  .page-wrapper.not-tax .products.columns-3 {
    display: flex;
    margin-bottom: 60px;
    flex-direction: column;
  }

  .tax-product_cat .products.columns-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .archive-holder {
    margin-bottom: 60px;
  }

  .single-product .related.products,
  .single-product .upsells.products {
    margin-bottom: 60px;
  }

  .product.type-product .product-top {
    flex-direction: column;
  }

  .product.type-product .product-top .top-right-side {
    width: 100%;
  }

  .product.type-product .product-top .gallery-holder {
    width: 100%;
    flex-direction: column;
    max-height: unset;
  }

  .product.type-product .product-top .thumbs {
    height: 80px;
    width: 80%;
  }

  .product.type-product .product-top .gallery-holder .gallery {
    width: 100%;
  }

  .product.type-product .product-top .thumb-slider-slide {
    min-height: unset;
  }

  .product.type-product .product-top .swiper-button-next-single {
    left: unset;
    right: -50px;
    bottom: 27px;
    transform: rotate(270deg);
  }

  .product.type-product .product-top .swiper-button-prev-single {
    left: -50px;
    bottom: 27px;
    top: unset;
    transform: rotate(270deg);
  }

  .product.type-product .product-top .product_title {
    font-size: 26px;
  }

  .single-product .related.products h2,
  .single-product .upsells.products h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .product.type-product .up-sells.upsells {
    padding: 60px 0px;
  }

  #archive-projects .projects-item {
    flex-direction: column;
    gap: 10px;
  }

  #archive-projects .right-side {
    width: 100%;
    padding-top: 20px;
  }

  #archive-projects .name {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  #footer .container .bot__line {
    flex-direction: column;
    align-items: center;
    padding: 10px 0px;
    gap: 10px;
  }

  .block-title,
  h1.page-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pagination .page-numbers {
    font-size: 20px;
  }

  .pagination {
    margin-bottom: 50px;
  }

  .single_news .single-wrapper,
  .single-works .single-wrapper {
    margin-bottom: 40px;
  }

  h2 {
    font-size: 24px;
  }

  .single .right-side .desc h2 {
    margin-top: 10px;
  }

  h3 {
    font-size: 22px;
  }

  .single .right-side .desc h3 {
    margin-top: 10px;
  }

  h4 {
    font-size: 20px;
  }

  .single .right-side .desc h4 {
    margin-top: 10px;
  }

  h5 {
    font-size: 18px;
  }

  .single .right-side .desc h5 {
    margin-top: 10px;
  }

  .single_news .right-side .desc p,
  .single .right-side .desc li,
  .single_works .right-side .desc p,
  .single-works .right-side .desc li {
    font-size: 14px !important;
  }

  #archive-reviews #form-block {
    margin-top: 0px;
  }

  .privacy-policy .page-wrapper {
    margin-bottom: 40px;
  }

  #footer .form-top {
    flex-direction: column;
    gap: 20px;
  }

  #footer .form-bot {
    flex-direction: column;
  }

  #footer .form-bot textarea,
  #footer .form-bot .form_input {
    width: 100%;
  }

  #footer .form input,
  #footer .form textarea {
    padding: 10px 15px;
  }

  #footer .form textarea {
    height: 100px;
  }

  #footer .filepond--drop-label label {
    padding-left: 15px;
  }

  #footer .submit {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
  }

  #footer .apperance {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  #footer .theme-modal .modal-title {
    font-size: 24px;
  }

  #footer .submit .btn {
    width: 100%;
  }

  #footer .theme-modal p {
    text-align: center;
    font-size: 14px;
  }

  #footer #modal-callback.theme-modal .form-center {
    flex-direction: column;
    gap: 20px;
  }

  #footer #modal-callback.theme-modal .form-center-left {
    width: 100%;
  }

  #footer #modal-callback.theme-modal .form-center-right {
    width: 100%;
  }

  #footer #modal-callback.theme-modal .form-center-right textarea {
    height: 100px;
  }

  #footer #modal-callback.theme-modal .form-bottom {
    flex-direction: column;
    align-items: center;
  }

  #footer #modal-callback.theme-modal .form-bottom button,
  #footer .submit .btn {
    padding: 15px 20px;
  }

  .page-wrapper.not-tax .products.columns-3 {
    margin-bottom: 40px;
  }

  .tax-product_cat .products.columns-3 {
    display: flex;
    flex-direction: column;
  }

  .tax-product_cat .term-description p {
    font-size: 14px;
  }

  .tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .products.columns-3 {
    display: flex;
    flex-direction: column;
  }

  .tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .archive-holder {
    margin-bottom: 40px;
  }

  .page-wrapper.is-tax .woocommerce-archive-wrapper.products {
    padding: 40px 0px;
    margin-top: 10px;
  }

  .page-wrapper.is-tax .woocommerce-archive-wrapper.products .products.columns-3 {
    gap: 10px;
  }

  .single-product .related.products,
  .single-product .upsells.products {
    margin-bottom: 40px;
  }

  .product.type-product .product-top .product_title {
    font-size: 24px;
  }

  .single-product .products .product a {
    min-height: 300px;
  }

  .single-product .products .product a img {
    height: auto;
    width: auto;
  }

  .product.type-product .btn-item:before {
    bottom: -5px;
  }

  .product.type-product .btn-holder {
    padding-bottom: 5px;
  }

  .product.type-product .comp-name {
    margin-bottom: 10px;
  }

  .product.type-product .second-char-item {
    width: 100%;
  }

  .product.type-product .second-char-value {
    width: 50%;
    text-align: right;
  }

  .product.type-product .second-char-name {
    width: 50%;
  }

  .product.type-product .element-item {
    flex-direction: column;
    gap: 10px;
  }

  .product.type-product .element-value {
    width: 100%;
    font-size: 14px;
  }

  .product.type-product .element-name {
    width: 100%;
  }

  .product.type-product .second-char-value,
  .product.type-product .second-char-name {
    font-size: 14px;
  }

  .product.type-product .comp-name {
    font-size: 18px;
  }

  .single-product .related.products h2,
  .single-product .upsells.products h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .product.type-product .up-sells.upsells {
    padding: 40px 0px;
  }

  .product.type-product .product-center {
    margin-bottom: 20px;
  }

  #archive-projects .name {
    font-size: 24px;
  }

  #archive-projects .projects-item {
    padding-bottom: 20px;
    padding-top: unset;
  }

  #archive-projects .img {
    width: 100%;
  }

  #archive-projects .short-desc p {
    font-size: 16px;
  }

  #footer .menu-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 498px) {
  #header .container {
    padding: 0px;
  }

  #header .top-line {
    padding: 10px 5px;
  }

  #header .bottom-line {
    margin-top: 25px;
    border-radius: 0px;
  }

  #header .phone__item {
    font-size: 14px;
  }

  #header .logo_holder {
    max-width: 120px;
  }

  #header .phones__holder .icon {
    display: none;
  }

  .block-title,
  h1.page-title {
    font-size: 20px;
  }

  .btn-link {
    padding: 10px 20px;
  }

  #archive-news .news-item {
    flex-direction: column;
  }

  #archive-news .news-item .img {
    width: 100%;
    max-height: 400px;
  }

  #archive-news .news-item .right-side {
    width: 100%;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  #archive-reviews .top {
    flex-direction: column;
    align-items: flex-start;
  }

  #archive-reviews .text p {
    font-size: 13px;
  }

  #archive-reviews .desc-all {
    margin-top: 10px;
  }

  #archive-partners .btn-link {
    margin-top: 70px;
  }

  #archive-partners .swiper-button-next {
    top: unset;
    bottom: -60px;
    right: 0px !important;
  }

  #archive-partners .swiper-button-prev {
    left: 0px !important;
    top: unset;
    bottom: -60px;
  }

  #archive-partners .partners-holder {
    padding: 0px;
  }

  #archive-partners .item-wrapper {
    padding: 15px;
  }

  #archive-partners .name {
    font-size: 18px;
  }

  #archive-partners .short__text ul li,
  #archive-partners .full__text ul li {
    font-size: 14px;
  }

  #archive-partners .structure-text-all {
    margin-top: 20px;
  }

  .error-404 .error-text {
    font-size: 16px;
  }

  .error-404 .wrapper .error-title,
  .error-404 .wrapper .error-title span {
    font-size: 100px;
  }

  .error-404 .error-subtitle {
    font-size: 20px;
  }

  #footer .form-bottom button,
  #footer .submit .btn {
    width: 100%;
  }

  .page-wrapper.not-tax .products.columns-3 .product-category {
    min-height: 300px;
  }

  .page-wrapper.not-tax .products.columns-3 .product-item img {
    position: static;
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  .page-wrapper.not-tax .products.columns-3 .products-before {
    display: none;
  }

  .page-wrapper.not-tax .products.columns-3 .product-category {
    padding: unset;
  }

  .page-wrapper.not-tax .products.columns-3 .product-item h2 {
    padding: 15px;
    font-size: 20px;
  }

  .page-wrapper.not-tax .products.columns-3 .product-item__subcats {
    padding: 0px 15px 15px 15px;
  }

  .tax-product_cat .products.columns-3 .product-category {
    min-height: 160px;
  }

  .tax-product_cat .products.columns-3 .product-category a {
    padding: 10px;
  }

  .tax-product_cat .products.columns-3 .product-category h2 {
    font-size: 14px;
  }

  .tax-product_cat .products.columns-3 .product-category img {
    height: 70%;
    object-fit: contain;
    object-position: right bottom;
  }

  .tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .products.columns-3 .product-category a {
    padding: 10px;
  }

  .tax-product_cat .page-wrapper.is-tax .woocommerce-archive-wrapper.subcategories .products.columns-3 .product-category h2 {
    font-size: 14px;
  }

  .page-wrapper.is-tax .woocommerce-archive-wrapper.products .products.columns-3 {
    display: flex;
    flex-direction: column;
  }

  .woocommerce-archive-wrapper.products .woocommerce-pagination ul.page-numbers {
    width: 100%;
    padding: 0px 60px;
  }

  .woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers .next {
    position: absolute;
    right: 0;
  }

  .woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers .prev {
    position: absolute;
    left: 0;
  }

  .woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers a,
  .woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers span {
    width: 30px;
    height: 30px;
  }

  .woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers .next,
  .woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers .prev {
    width: 32px !important;
    height: 33px !important;
  }

  .woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers .next:before,
  .woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers .prev:before {
    top: 4px;
    left: 5px;
  }

  .woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers .next:after,
  .woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers .prev:after {
    top: 4px;
    left: 5px;
  }

  .woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers .next:hover:after,
  .woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers .prev:hover:after {
    top: 4px;
    left: 5px;
  }

  .woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers li span,
  .woocommerce-archive-wrapper.products .woocommerce-pagination .page-numbers li a {
    font-size: 16px;
  }

  .breadcrumbs span {
    font-size: 12px;
  }

  .product.type-product .product-top .product_title {
    font-size: 20px
  }

  .product.type-product .desc-wrapper p {
    font-size: 14px;
  }

  .product.type-product .desc-wrapper ul li {
    font-size: 14px;
  }

  .product.type-product .product-top .swiper-button-prev-single {
    left: -30px;
  }

  .product.type-product .product-top .swiper-button-next-single {
    right: -30px;
  }

  .product.type-product .btn-holder {
    margin-bottom: 20px;
  }

  .single-product .related.products h2,
  .single-product .upsells.products h2 {
    font-size: 24px;
  }

  #archive-projects .short-desc p {
    font-size: 14px;
  }

  #archive-projects .bottom {
    flex-direction: column;
  }

  #archive-projects .btn {
    padding: 10px 15px;
  }
}

@media (max-width: 400px) {
  .btn {
    width: 100%;
  }

  .product.type-product .product-top .price-holder {
    flex-direction: column;
  }
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .3s ease-in-out;
  z-index: 20;
}

#header .container {
  transition: all .3s ease-in-out;
  transform: translateY(0);
}

#header.painted .container{
  transform: translateY(-165px);
}

#wpadminbar {
  display: none;
}

.product  .btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
