/*============= 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;
    /*margin-left: calc(-1 * (1920px - 1170px) / 2) !important;*/
    /*margin-right: calc(-1 * (1920px - 1170px) / 2) !important;*/
  }
}

/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
  background-color: var(--card);
}

* {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  box-sizing: inherit;
}

body {
  background-color: var(--card);
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
}

a {
  text-decoration: none;
  color: var(--head);
  transition: all 0.3s ease-in;
}

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

ul li {
  list-style-type: none;
}

ul li a {
  color: var(--head);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 110%;
  color: var(--main-text);
}

h1,
.h1 {
  font-weight: 500;
  /* font-size: 44px; */
  font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.75rem);
  text-transform: uppercase;
}

h2,
.h2 {
  font-weight: 500;
  /* font-size: 32px; */
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
}

h3,
.h3 {
  font-weight: 500;
  /* font-size: 22px; */
  font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
}

h4,
.h4 {
  font-weight: 600;
  /* font-size: 18px; */
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  text-transform: uppercase;
}

p,
.p1,
.p2,
.p3,
.p3,
.p4,
.p5,
.p6,
.p7,
.p8,
.p9,
.p10,
.p11 {
  color: var(--main-text);
}

.p1 {
  font-weight: 600;
  /* font-size: 22px; */
  font-size: clamp(1rem, 0.925rem + 0.375vw, 1.375rem);
  line-height: 120%;
}

.p2 {
  font-weight: 400;
  /* font-size: 20px; */
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
  line-height: 100%;
}

.p3 {
  font-weight: 400;
  /* font-size: 18px; */
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  line-height: 120%;
}

.p4 {
  font-weight: 400;
  /* font-size: 18px; */
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  line-height: 120%;
  text-transform: uppercase;
}

#modal-callback > div.form__holder > div > div > div.socials__holder {
	    display: flex
;
    gap: 10px;
}

.p5 {
  font-weight: 500;
  /* font-size: 18px; */
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  line-height: 120%;
}

.p6 {
  font-weight: 400;
  /* font-size: 16px; */
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  line-height: 120%;
}

.p7 {
  font-weight: 400;
  /* font-size: 16px; */
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  line-height: 120%;
  text-transform: uppercase;
}

.p8 {
  font-weight: 500;
  /* font-size: 16px; */
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  line-height: 120%;
}

.p9 {
  font-weight: 400;
  /* font-size: 14px; */
  font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
  line-height: 120%;

}

.p10 {
  font-weight: 400;
  /* font-size: 14px; */
  font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
  line-height: 120%;
  text-transform: uppercase;
}

.p11 {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
}

.card-text {
  font-weight: 500;
  /* font-size: 30px; */
  font-size: clamp(1.5rem, 1.425rem + 0.375vw, 1.875rem);
  line-height: 110%;
  color: var(--main-text);
}

.tezis-text {
  font-weight: 400;
  /* font-size: 24px; */
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
  line-height: 120%;
  color: var(--main-text);
}

.page-title {
  margin-bottom: 40px;
}

.sales-text {

  font-weight: 700;
  /* font-size: 52px; */
  font-size: clamp(2.5rem, 2.35rem + 0.75vw, 3.25rem);
  line-height: 100%;
  letter-spacing: -0.05em;
  color: var(--main-text);
}

.descriptor {
  font-weight: 400;
  /* font-size: 18px; */
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  line-height: 110%;
  text-transform: uppercase;
  color: var(--main-text);
}

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

.hidden {
  display: none !important;
}

.btn {
  border: 1px solid var(--primary);
  border-radius: 100px;
  padding: 10px 30px;
  width: 100%;
  height: 40px;
  background: transparent;

  transition: all .3s ease-in-out;

  display: flex;
  justify-content: center;
  align-items: center;

  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--primary);

  cursor: pointer;
}

.btn:hover {
  color: var(--white);
  background-color: var(--primary);
}

.btn.mini {
  padding: 10px 30px;
}

.btn.filled {
  background-color: var(--primary);
  color: var(--white);
}

.btn.filled:hover {
  background-color: var(--hover);
}

main.foned:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.breadcrumbs {
  padding: 20px 0;
  padding-top: 0;
  font-size: 16px;
  line-height: 18px;
  color: var(--light-text-1);
}

.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: var(--light-text-1);
  transition: all .3s ease-in-out;
}

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

.breadcrumbs span.current-item {
  color: var(--primary);
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 40px;
  border-radius: 25px;
  background: var(--card);

  box-shadow: 0px 15px 100px 0px rgba(164, 164, 164, 0.10);
  border: 1px solid var(--primary);
}


*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

*::-webkit-scrollbar-track {
  background-color: var(--stroke-1);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  background-clip: padding-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

body::-webkit-scrollbar-track {
  border: 0;
  background-color: var(--stroke-1);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--hover);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#main,
#primary {
  min-height: 0;
  background-color: var(--card);
  padding-top: 30px;
}

.whitetext {
  color: var(--white);
}

/*============ HEADER =================*/
#header {
  background-color: var(--white);
  position: sticky;
  top: 0;
  z-index: 5;

  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

#header .container {
  display: flex;
  flex-direction: column;
}

#header .container .menuTop {
  display: flex;
  width: 100%;
  gap: 30px;
  align-items: center;
}

#header .menuTop .has-childs {
  padding-right: 17px;
  position: relative;
}

#header .menuTop .has-childs .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  width: fit-content;
  min-width: 300px;
  height: fit-content;

  background-color: var(--white);

  flex-direction: column;

  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

#header #mobile-mnu .menuTop .has-childs .sub-menu {
  display: none !important;
}
#header #mobile-mnu .menuTop .has-childs::before {
  display: none;
}

#header .menuTop .has-childs .sub-menu .nav-menu-element {
  padding: 10px 20px;
  transition: all .3s ease-in-out;
}
#header .menuTop .has-childs .sub-menu .nav-menu-element:hover {
  background-color: var(--bg-light);
}

#header .menuTop .has-childs::before {
  position: absolute;
  content: '';
  right: 0;
  top: 3px;

  width: 12px;
  height: 13px;
  background-image: url(./../images/caret-down-fill.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#header .header__up-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  padding: 10px 0;
  background-color: var(--primary);

}

#header .header__up-side .socials__holder {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

#header .header__up-side .socials__holder a {
  display: flex;
  align-items: center;
  gap: 10px;
}

#header .header__up-side .socials__holder a img,
#header .header__up-side .socials__holder a svg {
  filter: brightness(10);
}

#header .header__middle .container {
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 20px 15px;
}

#header .header__bottom {
  border-top: 1px solid var(--stroke-2);
}

#header .header__bottom .container {
  padding: 15px 15px;
}

#header .search__input {
  position: relative;
  max-width: 250px;
  width: 100%;
  flex-shrink: 0;
  height: 40px;
}

#header .search-output {
  position: absolute;
  top: 100%;
  left: 30px;
  width: fit-content;
  height: fit-content;
  max-height: 300px;
  overflow-y: auto;
  background-color: var(--white);

  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 1px 4px 11px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 4px 11px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 4px 11px 0px rgba(0, 0, 0, 0.75);
}

#header .search-output .search-item {
  padding: 10px 20px;
  border-bottom: 1px solid var(--stroke-1);

}

#header .search-output .search-item:last-child {
  border: none;
}

#header .search__input.sec {
  display: none;
}

#header .search__input svg {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 16px;
  height: 16px;
}

#header .btn {
	width: fit-content;
	white-space: nowrap;
}

#header .phones__holder {
	width: fit-content;
	flex-shrink: 0;
}

@media (max-width: 900px) {
	#header .header__middle .container {
		flex-wrap: wrap;
		justify-content: flex-end;
		row-gap: 10px;
	}
	#header .container .logo-holder {
		margin-right: auto;
	}
	
}

@media (max-width: 900px) {
	#header .header__middle .container {
		flex-wrap: nowrap;
		gap: 10px;
	}	
}

@media (max-width: 600px) {
	#header .header__middle .phones__holder {
		display: none;
	}
	#header .btn {
		font-size: 12px;
		padding: 10px;
	}
	
	.yandex__reviews > div{
		width: 100% !important;
	}
}
input {
  border: 1px solid var(--stroke-1);
  border-radius: 100px;
  padding: 10px 30px;
  width: 100%;
  height: 50px;
  text-overflow: ellipsis;
  outline: none;
  background-color: var(--white);

  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--main-text);
  border: 1px solid transparent;
  transition: all .3s ease-in-out;
}

input.error {
  border: 1px solid red !important;
  color: red;
}

input::placeholder {
  opacity: 0;
}

.input-placeholder {
  position: relative;
  width: fit-content;
}

.input-placeholder .placeholder {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  color: var(--light-text-1);
  transition: all .3s ease-in-out;
}

#header .search__input input {
  border: 1px solid var(--stroke-1);
  border-radius: 100px;
  padding: 10px 40px 10px 30px;
  max-width: 4000px;
  width: 100%;
  height: 40px;
}

#header .search__input input::placeholder {
  color: var(--light-text-1);
  opacity: 1;
}

/*================ MOBILE MNU =============*/
#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
  transition: all .3s ease-in-out;
}

#header .burger.open_menu span {
  background-color: var(--primary);
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
}

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

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

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

#header #mobile-mnu #close-mnu {
  font-size: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transform: rotate(45deg);
  display: block;
  color: var(--head);
}

#header #mobile-mnu a {
  font-size: 16px;
  line-height: 1;
  color: var(--maintext);
  font-weight: 450;
}

#header #mobile-mnu a:hover {
  /* color: var(--head); */
}

#header #mobile-mnu .phone,
#header #mobile-mnu .email {
 display: flex;
 gap: 5px;
 align-items: center;
}



#header #mobile-mnu .logo-holder {

  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
}

#header #mobile-mnu .logo-holder img {
  width: 100%;
}

#header #mobile-mnu .menuTop {
  list-style-type: none;
  margin-bottom: 10px;
}

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

#header #mobile-mnu .soc-holder {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}



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

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

#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: #374957;
  font-weight: 450;
}

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

#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: #374957;
  font-weight: 450;
}

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

#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: #3A899A;
  transition: background-color .3s ease-in;
}

#header #mobile-mnu .soc__holder .soc__item:hover {
  background-color: #609FA8;
}

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

.nav-menu-element a {
  font-weight: 400;
  /* font-size: 16px; */
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  line-height: 120%;
  text-transform: uppercase;
}

/*============ FOOTER ===============*/
.footer-grampus {
  background-color: var(--head);
}

.footer-grampus .container {
  padding: 16px 15px !important;
  border-top: 1px solid var(--stroke-2);
}

.footer-grampus .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.footer-grampus .p9 {
  color: var(--light-text-1);
}

.footer-grampus span {
  margin-right: 5px;
  color: var(--light-text-1)
}

.footer__element {
  flex-shrink: 0;
}


.site-footer {
  border-top: 1px solid var(--stroke-2);
}
.site-footer .requisites {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}

.site-footer .requisites p {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--light-text-1);
}

.site-footer .nav-menu-element a {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-transform: none;
}

.site-footer .footBott {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

@media (max-width: 650px) {
  .footer-grampus .row {
    justify-content: center;
  }
}

.site-footer .footer__wrapper {
  padding-top: 40px;
  padding-bottom: 60px;

  display: flex;
  gap: 20px;

  justify-content: space-between;
}

@media (max-width: 500px) {
  .site-footer .footer__wrapper {
    padding-top: 10px;
  }
}

.site-footer .footer__wrapper .left-side {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 30px;
}

.site-footer .footer__wrapper .footer-item {
  width: 100%;
  height: fit-content
}

.site-footer .footer__wrapper .footer-item .image__holder {
  display: flex;
  width: 100%;
  max-width: 200px;
  height: auto;
}

.site-footer .footer__wrapper .footer-item .image__holder img {
  width: 100%;
  height: 100%;
  max-width: 300px;
  margin: 0 auto;
  object-fit: contain;
}

.site-footer .footer__wrapper .right-side {
  display: flex;
  flex-direction: column;
  gap: 20px;

  max-width: 270px;
  width: 100%;
}

.site-footer .footer__wrapper .right-side a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-footer .footer__wrapper .right-side .btn {
  margin-top: 10px;
}


.site-footer .phones__holder,
.site-footer .socials__holder,
.site-footer .emails__holder {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 1100px) {
  .site-footer .footer__wrapper .left-side {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .site-footer .footer__wrapper .left-side {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }

  .site-footer .footer__wrapper .footer-item .image__holder {
    width: 100%;
    max-width: 100%;
  }

  .site-footer .footer__wrapper {
    gap: 0;
    justify-content: unset;
  }
}

/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

.theme-modal {
  height: fit-content;
  width: 600px;
  max-height: 90vh;
  max-width: 90vw;
  background-color: var(--white);
  border-radius: 10px;
  padding: 50px 40px 40px 40px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform .3s ease-in;
  z-index: 9999;
}

.theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.theme-modal .close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 40px;
  font-weight: 400;
  color: var(--light-text-1);
  transform: rotate(45deg);
  cursor: pointer;
}

.theme-modal h2,
.theme-modal .p6 {
  text-align: center;
}

.theme-modal .p6 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.theme-modal input {
  width: 100%;
  max-width: 100%;
  border-color: var(--stroke-1);
  ;
}

.theme-modal .input-placeholder {
  width: 100%;
}

.theme-modal .row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.theme-modal .p9 {
  color: var(--light-text-2);
  margin-top: 10px;
}

@media (max-width: 400px) {
  .theme-modal {
    padding: 50px 20px 20px 20px;
  }
}

#modal-background {
  z-index: 5 !important;
}

#modal-success .btn {
  height: 50px;
}

#modal-success .p6 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}


/* ============= MEDIA QUERIES =========== */

@media (max-width: 1100px) {
  #header .pk__right-side .p3 {
    display: none;
  }

  #header .container .logo-holder {
    width: 150px;
  }

  #header .container .logo-holder img {
    width: 100%;
  }
}

@media (max-width: 800px) {
  #header .header__middle .phones__holder {
    flex-shrink: 0;
  }

  #header .search__input,
  #header .container .menuTop {
    display: none;
  }

  #header .search__input.sec {
    display: flex;
    flex-shrink: unset;
  }

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

  #header .burger.open_menu {
    display: flex;
  }
}

/*# sourceMappingURL=main.css.map */

.block-title {
  margin-bottom: 40px;
}

.block-title strong {
  font-weight: 500;
  color: var(--primary);
}

.block-descr {
	margin-bottom: 20px;
}

/* .block {
  margin-bottom: 100px;
} */
.block:not(:has(style)) {
  margin-bottom: 100px;
}

@media (max-width: 500px) {
  .block-title {
    margin-bottom: 25px;
  }

  .block:not(:has(style)) {
    margin-bottom: 40px;
  }
}

a.privacy-policy {
  text-decoration: underline;
}

span.swiper-pagination-bullet {
  border: 1px solid var(--stroke-1);
  border-radius: 100px;
  width: 40px;
  height: 8px;
  background: transparent;
  opacity: 1;
  transition: all .3s ease-in-out;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--stroke-1);
}

div.intro-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

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

.controls .arrw {
  width: 30px;
  height: 30px;
  border-radius: 1000px;

  background-color: var(--primary);

  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
  flex-shrink: 0;
  transition: all .3s ease-in-out;
}

.controls .arrw:hover {
  background-color: var(--hover);
}

.controls .arrw.swiper-button-disabled {
  background-color: var(--primary);
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 500px) {
  span.swiper-pagination-bullet {
    width: 20px;
  }
}

.work-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: var(--bg-light);
  border-radius: 10px;
  padding: 30px;
}

.work-card .title-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.work-card .deadlines {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.work-card .deadlines .p9 {
  color: var(--light-text-1);
}


.redactor,
.redactor ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.redactor ul li {
  padding-left: 25px;
  position: relative;
}

.redactor ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 6px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--primary);
}

.work-card .gallery__holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  height: 300px;
  margin-top: auto;
}

.work-card .gallery__holder .right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
}

.work-card .gallery__holder .right .image__holder {
  width: 100%;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.work-card .gallery__holder .right .image__holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-card .gallery__holder .big-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;

  position: relative;
  cursor: pointer;
}

.work-card .gallery__holder .big-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.work-card .counter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.zoomer {
  width: 30px;
  height: 30px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out;

  border-radius: 100%;
  background-color: rgba(245, 245, 245, 0.5);
}

.work-card .image__holder:hover .zoomer,
.work-card .big-image:hover .zoomer {
  opacity: 1;
}

@media (max-width: 500px) {
  .work-card {
    padding: 15px;
  }

  .work-card .gallery__holder {
    height: fit-content;
    grid-template-columns: repeat(1, 1fr);
  }

  .work-card .gallery__holder .big-image {
    max-height: 400px;

  }

  .work-card .gallery__holder .right .image__holder {
    display: none;
  }
}

.yandex__reviews {
	margin-bottom: 100px;
}

.review {
  border-radius: 10px;
  padding: 20px;
  min-height: 320px;
  background-color: var(--bg-light);
  border-radius: 10px;
  overflow: hidden;
  gap: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.review .open-more {
  color: var(--primary);
  cursor: pointer;
  margin-top: 10px;
  transition: all .3s ease-in-out;
}

.review .open-more:hover {
  color: var(--hover);
}

.review.video {
  width: 270px;
  position: relative;
  cursor: pointer;
}

.review.text {
  width: 370px;
}

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

.review .image__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review .p8,
.review .p9 {
  position: relative;
}

.review .desc {
  margin-top: auto;
  position: relative;
  z-index: 2;
}

.review.video .p8 {
  margin-bottom: 5px;
}

.review.video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  z-index: 2;
}

.review.video:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .4;
  z-index: 1;
}

.review.text .p9 {
  color: var(--light-text-2);
  margin-top: 5px;
}

@media (max-width: 450px) {
  .review.text {
    width: 240px;
  }

  .review.video {
    width: 240px;
  }
}

.archive-comp_works__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media (max-width: 1000px) {
  .archive-comp_works__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagination path {
  fill: var(--elements-1);
}

.pagination .page-numbers {
  width: 40px;
  height: 40px;

  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  border: 1px solid transparent;
  color: var(--light-text-2);
  border-radius: 50%;
  transition: all .3s ease-in-out;

  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .current {
  color: var(--main-text);
  border-color: var(--elements-1);
}

.page-about .page-title {
  text-transform: none;
}

.reviews-swiper {
  overflow: hidden;
  width: 100%;
  height: fit-content;
}

.reviews-swiper .review.video {
  width: calc(100% - 40px);
}

.reviews-swiper .pagination {
  justify-content: flex-end;
  align-items: center;
}

.reviews-swiper .controls {
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.archive-reviews .text-reviews__holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;

  margin-bottom: 80px;
}

.archive-reviews .text-reviews__holder .review {
  width: 100%;
  height: 100%;
}

.archive-reviews .navigation {
  margin-top: 30px;
  margin-bottom: 100px;
}

@media (max-width: 500px) {
  .archive-reviews .navigation {
   margin: 20px 0;
  }
}

@media (max-width: 800px) {
  .archive-reviews .text-reviews__holder {
    grid-template-columns: repeat(1, 1fr);
  }
}

.error-page .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 500px) {
  .error-page .content {
    margin-bottom: 40px;
  }
}

.error-page h2,
.error-page .p6 {
  text-align: center;
}

.error-page .p6 {
  color: var(--light-text-2);
}

.error-page .btn {
  width: fit-content;
  margin-top: 30px;
}

.error-page h2 {
  margin-top: 50px;
  margin-bottom: 15px;
}

.error-page .image__holder {
  width: 100%;
  max-width: 340px;
}

.error-page .image__holder img {
  width: 100%;
  height: 100%;
}

/* WOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOcomerce */

.woocommerce .columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}

.woocommerce .woocommerce-no-products-found {
  grid-column: span 4;
}

.woocommerce .woocommerce-no-products-found .woocommerce-info {
  text-align: start;
}

/* .woocommerce .pagination {
  margin-top: 40px;
  margin-bottom: 100px;
} */

.woocommerce .product {
  list-style: none;
}

.woocommerce .product h1 {
  text-transform: none;
  list-style: none;
}

.woocommerce .product__image-holder {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  max-height: 250px;

}

.woocommerce .product__image-holder img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  filter: brightness(80%);
  transition: all .3s ease-in-out;
}

.woocommerce .product__image-holder .info-holder {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  height: calc(100% - 60px);
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.woocommerce .product__image-holder .info-holder h3,
.woocommerce .product__image-holder .info-holder .p6 {
  color: var(--white);
  position: relative;
  width: fit-content;
}

.woocommerce .product-category[data-type="0"]:first-child {
  grid-column: span 2;
}

.woocommerce .product-category[data-type="0"]:first-child .product__image-holder {
  aspect-ratio: unset;
}

.woocommerce .product__image-holder .info-holder .p6::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all .3s ease-in-out;
  opacity: 0;
  background-color: var(--white);
}

.woocommerce .product__image-holder:hover .info-holder .p6::after {
  opacity: 1;
}

.woocommerce .product__image-holder:hover img {
  filter: brightness(60%);
}

@media (max-width: 1000px) {
  .woocommerce .columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .woocommerce .columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 450px) {
  .woocommerce .columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }

  .woocommerce .product-category:first-child {
    grid-column: span 1;
  }
}

.woocommerce .cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media (max-width: 800px) {
  .woocommerce .cats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .woocommerce .cats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 400px) {
  .woocommerce .cats {
    grid-template-columns: repeat(1, 1fr);
  }
}


.woocommerce .product-2__image-holder {
  display: flex;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  background-color: var(--bg-light);
  border: 1px solid transparent;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  transition: all .3s ease-in-out;
}

.woocommerce .product-2__image-holder:hover {
  border: 1px solid var(--stroke-1);
}

.woocommerce .product-2__image-holder img {
  width: 120px;
  height: 160px;
  object-fit: contain;
}

.woocommerce .product-2__image-holder .p9 {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
  color: var(--light-text-2);
}

.woocommerce .product-category {
  list-style: none;
}

.woocommerce .product-3__image-holder {
  width: 100%;
  height: 100%;

  border: 1px solid var(--stroke-2);
  border-radius: 10px;
  padding: 10px;
}


.woocommerce .product-3__image-holder img {
  width: 100%;
  aspect-ratio: 1;
}

.woocommerce .product-3__image-holder .p4 {
  margin-top: 10px;
  margin-bottom: 5px;
  transition: all .3s ease-in-out;
}

.woocommerce .product-3__image-holder:hover .p4 {
  color: var(--primary);
}

.woocommerce .product-3__image-holder .p9 {
  color: var(--light-text-2);
}

.woocommerce #main {
  padding: 0;
}

.woocommerce-products-header__title {
  text-transform: none;
  margin-top: 20px;
}

.woocommerce .product {
  width: 100%;
}

.woocommerce .product .product__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 30px;
  margin-top: 40px;

  margin-bottom: 100px;
}

.woocommerce .product .attrs__holder {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.woocommerce .product .attrs {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.woocommerce .product .attrs .row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.woocommerce .product .woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.woocommerce .product .p5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.woocommerce .product .naming {
  color: var(--light-text-1);
}

.woocommerce .product .naming-plus {
  color: var(--primary);
  transition: all .3s ease-in-out;
}
.woocommerce .product .naming-plus:hover {
  color: var(--hover);
}

.woocommerce .product .btn {
  width: fit-content;
  height: 50px;
}

.woocommerce .product .btn.small {
  height: 20px;
  padding: 10px 30px;
}

.woocommerce .product .product__images {
  width: 100%;
  width: 570px;
  height: 530px;
}

.woocommerce .product .summary {
  width: 100%;
  height: fit-content;

  display: flex;
  flex-direction: column;
  gap: 40px;
}


.woocommerce .product .product-swiper {
  width: 100%;
  height: fit-content;
  overflow: hidden;
}

.woocommerce .product .product-swiper .swiper-wrapper {
  width: 100%;
}

.woocommerce .product .image__holder {
  width: 100%;
  height: 420px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.woocommerce .product .image__holder img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.woocommerce .product-thumb-swiper {
  height: 92px;
  padding: 0 15px;
  overflow: hidden;
  position: relative;

  margin-top: 20px;
}

.woocommerce .product-thumb-swiper .image__holder {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.woocommerce .product-thumb-swiper .image__holder img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.woocommerce .product-thumb-swiper .controls {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translate(0, -50%);
}

.woocommerce .product .summary .p5 {
  margin: 0;
}

.woocommerce .product .all-attrs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.woocommerce .product .attr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dashed var(--stroke-1)
}

.woocommerce .all-attrs-btn {
  color: var(--primary);
  transition: all .3s ease-in-out;
}

.woocommerce .all-attrs-btn:hover {
  color: var(--hover);
}

@media (max-width: 1000px) {
  .woocommerce .product .product__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .woocommerce .product .all-attrs:not(.attrs-holder .all-attrs) {
    display: none;
  }

  .woocommerce .product .product__images {
    margin: 0 auto;
    height: fit-content;
  }
}

@media (max-width: 600px) {
  .woocommerce .product .product__images {
    width: 370px;
    /* Страдания, но по другому не работает */
  }

  .woocommerce .product .product-swiper .image__holder {
    height: 300px;
  }
}

@media (max-width: 450px) {
  .woocommerce .product .product__images {
    width: 280px;

  }

  .woocommerce .product .product-swiper .image__holder {
    height: 250px;
  }
}

.woocommerce-breadcrumb {
  color: var(--light-text-1);
  word-wrap: break-word;
}

.woocommerce-breadcrumb a {
  color: var(--light-text-1);
}

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

.woocommerce .seo-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 65px;
}

.woocommerce .seo-block .left-side {
  width: 100%;
  max-height: 500px;
  height: fit-content;
  border-radius: 10px;
  overflow: hidden;
}

.woocommerce .seo-block .left-side img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.woocommerce .seo-block .right-side h2 {
  margin-bottom: 30px;
}

.woocommerce .seo-block .right-side .redactor {
  max-height: 470px;
  overflow-y: auto;
  gap: 20px;
  padding-right: 5px;
}

@media (max-width: 900px) {
  .woocommerce .seo-block {
    grid-template-columns: repeat(1, 1fr);
  }

  .woocommerce .seo-block .left-side {
    max-height: 320px;
  }
}

.woocommerce .intro_1-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}

.woocommerce .intro_1-block .left-side {
  background: var(--bg-light);
  padding: 30px;
  border-radius: 10px;
  height: 100%;

}

.woocommerce .intro_1-block .right-side {
  width: 100%;
  height: fit-content;
  border-radius: 10px;
  overflow: hidden;
}

.woocommerce .intro_1-block .right-side img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

@media (max-width: 900px) {
  .woocommerce .intro_1-block {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .woocommerce .intro_1-block .right-side {
    max-height: 320px;
    height: fit-content;
  }
}

.archive-title {
  margin-top: 20px;
  margin-bottom: 40px;
}

.archive-subtitle {
  margin-bottom: 55px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--stroke-2);
}

.archive-podpis {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--stroke-2);
}

.archive-podpis .p6 {
  max-width: 770px;
}


.woocommerce .intro_2-block {
  width: 100%;
  height: fit-content;
  position: relative;
  padding-top: 200px;
  margin-bottom: 100px;
}

.woocommerce .intro_2-block .image__holder {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.woocommerce .intro_2-block .image__holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.woocommerce .intro_2-block .texts {
  padding: 40px;
  margin: 0 50px;
  border-radius: 10px;
  background-color: var(--bg-light);

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.woocommerce .container[data-con="6"] .columns-4 {
  grid-template-columns: repeat(3, 1fr);
}

.woocommerce .container[data-con="6"] .columns-4 img {
  width: 100%;
}

@media (max-width: 1000px) {
  .woocommerce .container[data-con="6"] .columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {
  .woocommerce .container[data-con="6"] .columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}


@media (max-width: 850px) {
  .woocommerce .intro_2-block .texts {
    margin: 0;
    padding: 20px;
  }
}

@media (max-width: 650px) {
  .woocommerce .intro_2-block .texts {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

@media (max-width: 500px) {

  .woocommerce .intro_1-block,
  .woocommerce .seo-block,
  .woocommerce .columns-4,
  .woocommerce .intro_2-block,
  .woocommerce .pagination,
  .woocommerce .product .product__wrapper {
    margin-bottom: 40px;
  }


  .archive-subtitle {
    margin-bottom: 25px;
  }

}

.woocommerce .attrs-holder {
  padding: 30px;
  border: 1px solid var(--stroke-2);
  border-radius: 10px;
}

.woocommerce .attrs-holder .h3 {
  margin-bottom: 5px;
}

.woocommerce .desc-holder {
  padding: 30px;
  border: 1px solid var(--stroke-2);
  border-radius: 10px;
}

.woocommerce .desc-holder h3 {
  margin-bottom: 20px;
}

.woocommerce .desc-holder .redactor {
  gap: 20px;
}

.related-swiper {
  overflow: hidden;
  width: 100%;
  height: fit-content;
}

.related-product-block {
  margin-bottom: 80px;
}

@media (max-width: 500px) {
  .related-product-block {
    margin-bottom: 40px;
  }
}

.related-product-block .controls {
  margin-top: 40px;
}

.related-product-block .rel.pagination {
  margin: 0;
  width: fit-content;
}

.related-product-block .arrws {
  display: flex;
  gap: 10px;
}

.related-product-block .title {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--stroke-2);
}

.related-product-block img {
  width: 100%;
  object-fit: contain;
}

@media (max-width: 500px) {
  .related-product-block img {
    height: 250px;
  }
}

.woocommerce .product[data-isshop="1"]:first-child {
  grid-column: span 2;
}

@media (max-width: 450px) {
  .woocommerce .product[data-isshop="1"]:first-child {
    grid-column: span 1;
  }
}

.woocommerce .products__wrapper {
  display: flex;
  gap: 30px;

}

.woocommerce .products__wrapper .columns-4 {
  margin: 0;
}

.woocommerce .sidebar-block {
  width: 100%;
  height: fit-content;
  max-width: 270px;
  flex-shrink: 0;

  border: 1px solid var(--stroke-2);
  border-radius: 10px;
  padding: 20px;
}

.woocommerce .sidebar-block .filters-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.woocommerce .products__wrapper .products {
  grid-template-columns: repeat(3, 1fr);
}

.woocommerce .accordeon-block-header-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: var(--main-text);
}

.woocommerce .accordeon-block-header {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.woocommerce .accordeon-block-content {
  margin-top: 20px;
}

.woocommerce .accordeon-block-content .group {
  display: flex;
  align-items: center;
  gap: 30px;

}

.woocommerce input[type=radio] {
  width: 0;
  height: 20px;

  position: relative;
}

.woocommerce input[type=radio]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--stroke-1);
  transition: all .3s ease-in-out;
}

.woocommerce input[type=radio]::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  opacity: 0;
  border-radius: 50%;
  background-color: var(--primary);
  transition: all .3s ease-in-out;
}

.woocommerce input[type=radio]:checked::before {
  border-color: var(--primary);
}

.woocommerce input[type=radio]:checked::after {
  opacity: 1;
}

.woocommerce .accordeon-block-content .inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.woocommerce .group-label {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 120%;
  color: var(--main-text);
  transform: translate(0) !important;
}

.woocommerce .woocommerce-info {
  font-size: 30px;
  color: var(--main-text);
  text-align: center;

}

.woocommerce .cancel {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--primary);

  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  transition: all .3s ease-in-out;
}

.woocommerce .cancel:hover {
  color: var(--hover);
}

.woocommerce .bottom-items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: fit-content;
  align-items: flex-end;

  padding-top: 20px;
  border-top: 1px solid var(--stroke-2);

  margin-top: 40px;
  margin-bottom: 100px;
}

@media (max-width: 500px) {
  .woocommerce .bottom-items {
    margin-bottom: 40px;
  }
}

.woocommerce .bottom-items p {
  color: var(--light-text-2);
}

.woocommerce .content__toggler {
  transition: all .3s ease-in-out;
  transform: rotate(180deg);
}

.woocommerce .opend .content__toggler {
  transform: rotate(0);
}

.woocommerce .product-image__holder {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  max-width: 270px;
  margin: 0;
}

.woocommerce .product-image__holder img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.woocommerce .product:hover .product-image__holder img {
  transform: scale(1.2);
}

.woocommerce .mobile__button {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;

  display: none;
}

.woocommerce .mobile__button img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: invert(1);
}


@media (max-width: 1000px) {
  .woocommerce .products__wrapper .products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {
  .woocommerce .products__wrapper {
    justify-content: center;
  }

  .woocommerce .mobile__button {
    display: flex;
  }

  .woocommerce .bottom-items {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .woocommerce .sidebar-block {
    position: fixed;
    left: 0;
    top: 180px;
    width: 100vw;
    height: calc(100vh - 180px);
    overflow: hidden;
    overflow-y: auto;
    transform: scaleX(0);
    background-color: var(--white);
    transition: all .3s ease-in-out;
    max-width: 100%;
    z-index: 1;
    border-radius: 0;
  }

  .woocommerce .sidebar-block.opened {
    transform: scaleX(1);
  }
}

@media (max-width: 500px) {
  .woocommerce .products__wrapper .products {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    align-items: center;
  }


}

.privacy-policy .content {
  display: flex;
  flex-direction: column;
  gap: 10px;

  width: 100%;
  overflow: hidden;
}

@media (max-width: 500px) {
  .privacy-policy .page-title {
    font-size: 20px;
    text-transform: none;
  }
}

.address p {
	font-weight: 400;
    /* font-size: 14px; */
    font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
    line-height: 120%;
	color: var(--white);
}

#header .header__up-side .container {
	flex-direction: row;
	justify-content: space-between;
	gap: 15px;
}

@media (max-width: 600px) {
	#header .header__up-side .socials__holder {
		gap: 5px;
	}
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
	border: 1px solid #c4c4c4 !important;
}
.dgwt-wcas-search-input {
    padding: 10px 15px !important;
	padding-left: 50px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
	top: 15px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){
	margin-top: 18px;
}
.dgwt-wcas-search-wrapp{
	min-width: 0;
	max-width: 100% !important;
}