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

@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --white: #fff;
    --background-light: #fafafa;
    --primary: #3c8fb0;
    --primary-hover: #2a6982;
    --main-text: #222;
    --light-text: #afafaf;
    --stroke: #dadada;
    --elements-1: #f0f0f0;
    --elements-2: #222;
    --color-second: #ff7b00;
    --font-family: "Onest", sans-serif;
    --third-family: "Raleway", sans-serif;

    --transition: all 0.3s ease-in-out;
}

::selection {
    background-color: var(--primary);
    color: var(--white);
}

::-webkit-scrollbar {
    width: 6px;
    /* ширина scrollbar */
}

::-webkit-scrollbar-track {
    background: var(--stroke);
    /* цвет дорожки */
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    /* цвет плашки */
    border-radius: 10px;
    /* закругления плашки */
    /* padding вокруг плашки */
}

.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;
}

* {
    margin: 0;
    padding: 0;
    font-family: var(--font-family);
    font-weight: 400;
    box-sizing: inherit;
}

body {
    background-color: var(--background-light);
    /*max-width: 1920px;*/
    overflow-x: hidden;
    margin: 0 auto;
    width: auto;
    /*-webkit-box-shadow: 0 0 20px 5px #747474;*/
    /*box-shadow: 0 0 20px 5px #747474;*/
}

a {
    color: inherit;
    font-size: inherit;
    transition: var(--transition);
    text-decoration: none;
}

ul li {
    list-style-position: inside;
    color: #121212;
    font-size: 18px;
    line-height: 26px;
    /*   margin-bottom: 10px; */
}

ul li::marker {
    color: #1f2f47;
}

ol li {
    list-style-position: inside;
    color: #121212;
    font-size: 18px;
    line-height: 26px;
    /*   margin-bottom: 10px; */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.title {
    margin-bottom: clamp(1.563rem, 1.159rem + 2.02vw, 3.125rem);
}

.wp-block-heading {
    margin: 20px 0;
    margin-top: 40px;
    font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
}

.page-privacy p {
    margin-bottom: 15px;
}

p,
.p4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
}

.p1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
}

.p2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
}

.p3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
}

.p5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
}

.p6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
}

.p7 {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
}

.p8 {
    font-weight: 600;
    font-size: 14px;
    line-height: 110%;
}

.p9 {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
}

.p10 {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

h1,
.page-title {
    font-weight: 700;
    /* font-size: 60px; */
    font-size: clamp(1.5rem, 1.252rem + 1.24vw, 2.5rem);
    line-height: 100%;
}

h2,
.h2 {
    font-weight: 600;
    /* font-size: 50px; */
    font-size: clamp(1.25rem, 1.064rem + 0.93vw, 2rem);
    line-height: 100%;
}

h2 span,
.h2 span {
    color: var(--color-second);
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h3,
.h3 {
    font-weight: 600;
    /* font-size: 40px; */
    font-size: clamp(1.125rem, 1.001rem + 0.62vw, 1.625rem);
    line-height: 100%;
}

h4,
.h4 {
    font-weight: 500;
    /* font-size: 30px; */
    font-size: clamp(1rem, 0.876rem + 0.62vw, 1.5rem);
    line-height: 110%;
}

h5,
.h5 {
    font-weight: 600;
    /* font-size: 20px; */
    font-size: clamp(1rem, 0.935rem + 0.32vw, 1.25rem);
    line-height: 110%;
}

.number {
    font-weight: 500;
    /* font-size: 50px; */
    font-size: clamp(1.5rem, 1.252rem + 1.24vw, 2.5rem);
    line-height: 100%;
}

.price_1 {
    font-weight: 700;
    /* font-size: 40px; */
    font-size: clamp(1.25rem, 1.121rem + 0.65vw, 1.75rem);
    line-height: 100%;
}
.price.charact__item{
    margin-top: 10px;
}
.price_2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-decoration: line-through;
}

.descriptor {
    font-weight: 500;
    /* font-size: 18px; */
    font-size: clamp(1rem, 0.968rem + 0.16vw, 1.125rem);
    line-height: 110%;
    text-transform: uppercase;
    color: var(--light-text);
    max-width: 230px;
    width: 100%;
}

.old-price {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-decoration: line-through;
    color: var(--light-text);
}

.phone {
    font-weight: 500;
    /* font-size: 40px; */
    font-size: clamp(1.125rem, 0.939rem + 0.93vw, 1.875rem);
    line-height: 110%;
    white-space: nowrap;
}

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

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

.breadcrumbs {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: var(--light-text);
    font-family: var(--font-family);
    transition: var(--transition);
    display: flex;
    gap: 10px;
    padding: 20px 0;
    padding-top: 40px;
    flex-wrap: wrap;
}

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

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

.heading {
    display: flex;
    gap: 30px;
}

.heading .title {
    max-width: 750px;
}

.heading .descriptor {
    margin-top: 15px;
}

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

.btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: var(--transition);
    font-weight: 700;
    /* font-size: 16px; */
    font-size: clamp(0.875rem, 0.843rem + 0.16vw, 1rem);
    line-height: 110%;
    color: var(--white);
    outline: none;
    border: 1px solid transparent;
    background-color: var(--primary);
    border-radius: 15px;
    padding: 10px 30px;
    height: 55px !important;
    cursor: pointer;
    text-decoration: none;
}

.btn.transparent {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: var(--white);
}

.btn.invert {
    border: 1px solid var(--stroke);
    background-color: transparent;
    color: var(--main-text);
}

#main,
#primary {
    /* min-height: 83vh; */
}

.icon__holder img,
.icon__holder svg {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

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

svg,
svg path,
svg g path {
    transition: var(--transition);
}

.soc__holder {
    display: flex;
    gap: 20px;
}

.soc__item {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    flex-shrink: 0;
}

.soc__item.whatsapp {
    background-color: #2bb741;
}

.soc__item.telegram {
    background-color: #08c;
}

.soc__item svg {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.block {
    padding: clamp(1.25rem, 0.766rem + 2.42vw, 3.125rem) 0;
}

.block-top {
    /* border-radius: 50px 50px 0 0; */
    border-radius: clamp(1.563rem, 1.159rem + 2.02vw, 3.125rem)
        clamp(1.563rem, 1.159rem + 2.02vw, 3.125rem) 0 0;
    margin-top: -50px;
    background-color: var(--background-light);
    position: relative;
    z-index: 2;
}

body .map-holder {
    height: 100%;
}

/*============ HEADER =================*/
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#header .phones__holder {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    font-weight: 700;
    /* font-size: 16px; */
    font-size: clamp(0.875rem, 0.843rem + 0.16vw, 1rem);
    line-height: 110%;
    height: fit-content !important;
    transition: var(--transition);
}

#header .phones__holder .p3 {
    font-size: 12px;
}

#header .phones__holder a {
    font-weight: 700;
    /* font-size: 16px; */
    font-size: clamp(0.875rem, 0.843rem + 0.16vw, 1rem);
    line-height: 110%;
    text-align: left;
}

#header .phones__holder a:hover {
    color: var(--primary);
}

#header.solid .phones__holder a:hover {
    color: var(--elements-2);
}

#header .container {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0 0 20px 20px;
    padding: 0px 25px 20px 25px;
    transition: var(--transition);
}

#header.solid {
    position: sticky;
    top: 0;
}

#header.painted .container,
#header.solid .container {
    background: var(--white);
}

#header .logo__holder {
    max-width: 184px;
    max-height: 50px;
}

#header .logo-painted {
    display: none;
}

#header.painted .logo-painted,
#header.solid .logo-painted {
    display: flex;
}

#header.painted .logo-white,
#header.solid .logo-white {
    display: none;
}

#header .logo__holder img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#header .header__upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0px;
    transition: var(--transition);
}

#header.painted .header__upper,
#header.solid .header__upper {
    border-bottom: 1px solid var(--stroke);
}

#header .address__holder {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
}

#header .address__holder p {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    transition: var(--transition);
}

#header.painted .address__holder p,
#header.solid .address__holder p {
    color: var(--light-text);
}

#header .email__holder a {
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
}

#header.painted .email__holder a,
#header.solid .email__holder a {
    color: var(--light-text);
}

#header .email__holder svg {
    height: 15px;
    width: 15px;
    object-fit: contain;
}

#header .header__lower {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-top: 20px;
}

#header .header__contacts {
    display: flex;
    align-items: center;
    gap: 8px;
}

#header .soc__holder {
    gap: 8px;
}

#header .header__menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    z-index: 9999;
}

#header .header__menu .nav-menu-element a {
    color: var(--white);
    white-space: nowrap;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    white-space: wrap;
}

#header.painted .header__menu .nav-menu-element a,
#header.solid .header__menu .nav-menu-element a {
    color: var(--main-text);
}

#header .header__buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

#header .header__right {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 20px;
}

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

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

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

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

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

#header.painted .btn.transparent,
#header.solid .btn.transparent {
    border: 1px solid var(--stroke);
    color: var(--main-text);
}

.sub-menu {
    display: none;
}

.site-header .nav-menu-element.has-childs::before {
    content: "";
    position: absolute;
    transition: var(--transition);
    height: 20px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    mask: url(../images/catalog.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: var(--primary);
    left: -30px;
}

/* .nav-menu-element.has-childs:hover::before {
  background-color: var(--main-text);
  transform: rotate(180deg);
} */

#header .sub-menu {
    position: absolute;
    top: 120%;
    width: 690px;
    height: max-content;
    left: -80px;
    opacity: 0;
    /* transform: translate(-25%, -30%); */
    transition: var(--transition);
    transition-delay: 0.15s;
    visibility: hidden;
    z-index: -100;
    background-color: var(--white);
    display: grid;
    list-style: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
    color: var(--main-text);
    padding: 30px;
    border-radius: 20px;
}

#header .sub-menu a {
    color: var(--main-text) !important;
}

#header .sub-menu .nav-menu-element {
    max-width: 300px;
}

#header .header__menu a {
    transition: var(--transition);
}

/*================ 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;
}

#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(--primary);
}

#header .burger.open_menu.clicked span {
    background-color: #fff;
}

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

#header #mobile-mnu .nav-menu-element.has-childs::before {
    display: none;
}

#header #mobile-mnu .nav-menu-element.has-childs {
    margin-left: 0;
}

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

#header #mobile-mnu .phone,
#header #mobile-mnu .email {
    font-size: 24px;
    color: var(--white);
    margin-bottom: 10px;
    display: block;
}

#header #mobile-mnu .email {
    font-size: 18px;
}

#header #mobile-mnu .address {
    color: var(--light-text);
    margin-top: 20px;
}

/* #header #mobile-mnu a {
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}

#header #mobile-mnu a:hover {
  color: #D12D26;
} */

#header #mobile-mnu .logo__holder {
    margin-bottom: 30px;
}

#header #mobile-mnu .logo__holder img {
    max-height: 60px;
}

#header #mobile-mnu .menuTop {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

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

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

/* #header #mobile-mnu .menuTop li a:hover {
  color: #D12D26;
}

#header #mobile-mnu .menuTop li.active a {
  color: #D12D26;
} */

#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: #D12D26;
}
 */
#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: #D12D26;
} */

#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);
}

#header .nav-menu-element {
    z-index: 101;
}

/*============ FOOTER ===============*/
#footer {
    border-radius: clamp(1.563rem, 1.159rem + 2.02vw, 3.125rem)
        clamp(1.563rem, 1.159rem + 2.02vw, 3.125rem) 0 0;
    background-image: url(../images/form_block.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-top: clamp(1.25rem, 0.766rem + 2.42vw, 3.125rem);
}

#footer .footer__lower {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px solid #393939;
}

#footer .privacy {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-decoration: underline;
    color: var(--light-text);
}

#footer .grampus__link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: var(--light-text);
}

#footer .grampus__link span {
    font-family: var(--third-family);
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 0.02em;
    color: inherit;
}

#footer .copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: var(--light-text);
}

#footer .footer__upper {
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

#footer .logo__holder {
    max-width: 184px;
    width: 100%;
    margin-right: 46px;
    max-height: 50px;
}

#footer .logo__holder img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#footer .footer__contacts {
    margin-left: auto;
    border-radius: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    max-width: 360px;
    width: 100%;
}

#footer .footer__descriptor {
    margin-bottom: 30px;
}

#footer .phone,
#footer .email {
    color: var(--white);
}

#footer .footer-text {
    color: var(--light-text);
    margin-bottom: 20px;
}

#footer .email {
    margin-bottom: 30px;
    display: block;
}

#footer .phone {
    font-weight: 500;
    /* font-size: 30px; */
    /*font-size: clamp(1.125rem, 0.931rem + 0.97vw, 1.875rem);*/
    font-size: clamp(1.25rem, 1.169rem + 0.4vw, 1.563rem);
    line-height: 110%;
    margin-bottom: 5px;
    display: block;
}

#footer .address {
    margin-top: 20px;
    color: var(--white);
}

#footer .address p {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
}

#footer .footer__title {
    color: var(--white);
    margin-bottom: 20px;
}

#footer .nav-menu-element {
    list-style: none;
}

#footer .nav-menu-element a {
    color: var(--light-text);
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
}

#footer .footer__menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#footer .footer__catalog {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 15px;
}

#footer .catalog {
    max-width: 490px;
    width: 100%;
}

/* ============== 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;
    max-width: 500px !important;
    width: 100%;
    max-height: 90vh;
    background-color: var(--white);
    position: fixed;
    /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none; */
    transition: transform 0.3s ease-in;
    z-index: 9999;
    display: none;
    border-radius: 20px !important;
    padding: 50px 30px 30px 30px !important;
}

.f-button svg {
    stroke-width: 3px !important;
}

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

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

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

.theme-modal .privacy {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: var(--light-text);
    margin-top: 10px;
}

.theme-modal .btn {
    margin-top: 10px;
}

.theme-modal .privacy a {
    text-decoration: underline;
}

.theme-modal .title {
    text-align: center;
    margin-bottom: clamp(1.25rem, 1.089rem + 0.81vw, 22px);
}
.theme-modal .title.product{
    color: var(--primary);
}
.theme-modal .email__holder{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.theme-modal .phones__holder{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.theme-modal .email__holder .email_label{
    font-weight: 600;
    font-size: clamp(1.125rem, 1.001rem + 0.62vw, 18px);
    line-height: 100%;
    color: var(--primary);
}
.theme-modal .phones__holder .phone_label{
    font-weight: 600;
    font-size: clamp(1.125rem, 1.001rem + 0.62vw, 18px);
    line-height: 100%;
}
.theme-modal .email__holder a,
.theme-modal .phones__holder a{
    font-weight: 600;
}
.theme-modal .email__holder a:hover,
.theme-modal .phones__holder a{
    color: var(--primary);
}
.theme-modal .subtitle {
    text-align: center;
    margin-bottom: clamp(1.25rem, 1.089rem + 0.81vw, 1.875rem);
    color: var(--light-text);
}

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

input {
    position: relative;
}

input::placeholder {
    opacity: 0;
    transition: var(--transition);
    color: var(--light-text);
}

input:hover::placeholder {
    opacity: 1;
}

input.file-input {
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: none !important;
    position: absolute;
}

.input-file__holder {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.input-file__holder svg path{
    fill: var(--primary);
}

.delete-file {
    position: absolute;
    right: 0;
    top: 3;
    font-size: 24px;
    color: var(--card);
    transform: rotate(45deg);
    transition: var(--transition);
    display: block;
}

.delete-file.hidden {
    display: none;
}

.custom-file-upload {
    color: var(--white);
    cursor: pointer;
    transition: var(--transition);
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
}

#modal-success .subtitle,
#modal-error .subtitle {
    color: var(--main-text);
    margin-bottom: 20px;
}

.theme-modal .close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 40px;
    font-weight: 750;
    color: #374957;
    transform: rotate(45deg);
    cursor: pointer;
}

.input__holder {
    box-sizing: border-box;
    /*  border: 1px solid var(--elements-1); */
    border-radius: 15px;
    width: 100%;
    position: relative;
    transition: var(--transition);
    font-size: 16px;
}

.input {
    border: 1px solid var(--stroke);
    transition: var(--transition);
    box-sizing: border-box;
    /*   border: none; */
    border-radius: 15px;
    background: none;
    width: 100%;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
    font-size: 1em;
    height: 60px;
    cursor: pointer;
    background-color: var(--white);
}

.input:hover,
.input_filled,
.input:focus {
    border: 1px solid var(--primary);
}

.input::placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    /* color: var(--white); */
}

.input:focus {
    outline: none;
}

.label {
    box-sizing: border-box;
    border: none;
    background: none;
    width: 100%;
    position: absolute;
    z-index: 11;
    padding-left: 0px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: var(--light-text);
    transition: var(--transition);
    /* background-color: var(--white); */
    width: calc(100% - 40px);
    cursor: pointer;
}

.input_filled + .label,
.input:focus + .label,
.input:hover + .label {
    top: 0;
    margin-top: 13.5px;
    font-size: 10px;
}

.input_filled::placeholder,
.input:focus::placeholder,
.input:hover::placeholder {
    opacity: 1;
}

.home .advantages-block {
    margin-top: -170px;
}

.advant__item {
    border-radius: 20px;
    padding: 20px;
    background-color: var(--white);
    display: flex;
    gap: 20px;
}

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

.advant__item .advant__icon {
    width: 50px;
    min-height: 50px;
    border-radius: 15px;
    background-color: var(--color-second);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.advant__item .advant__icon img {
    height: 25px;
    width: 25px;
    object-fit: contain;
}

.advant__item .text__holder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.advant__item .advant__descr {
    color: var(--light-text);
}

.stages {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stage__item {
    border-radius: 20px;
    /* padding: 30px; */
    padding: clamp(0.938rem, 0.86rem + 0.39vw, 1.25rem);
    background-color: var(--white);
    cursor: pointer;
}

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

.stage__item .arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--elements-1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: var(--transition);
}

.stage__item .arrow svg {
    transform: rotate(90deg);
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.stage__item .arrow svg path {
    fill: var(--color-second);
}

.stage__item.is-opened .arrow svg {
    transform: rotate(0);
}

.stage__item .stage__num {
    color: var(--light-text);
    max-width: 230px;
    width: 100%;
}

.stage__item .stage__name {
    max-width: 490px;
    width: 100%;
    margin-right: auto;
    padding-right: 20px;
}

.stage__item .stage_descr {
    padding-top: 30px;
    padding-left: 230px;
    max-width: 1240px;
    display: flex;
    gap: 30px;
}

.stage__item .descr__holder {
    max-width: 620px;
    width: 100%;
}

.stage__item .works__holder {
    max-width: 360px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.stage__item .work__name {
    color: var(--light-text);
    font-size: clamp(0.875rem, 0.843rem + 0.16vw, 1rem);
}

.stage__item .first-stage {
    max-width: 100%;
}

.stage__item .form__holder {
    border-radius: 20px;
    padding: 30px;
    background-image: url(../images/form_block.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
    max-width: 750px;
    width: 100%;
}

.stage__item .input {
    max-width: 220px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    border: rgba(255, 255, 255, 0.25);
    color: var(--white);
}

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

.stage__item .label {
    background-color: unset;
}

.stage__item .form__upper,
.stage__item .inputs__wrapper {
    display: flex;
    gap: 10px;
}

.stage__item .privacy {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: var(--light-text);
    margin-top: 10px;
}

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

.stage__item .form__title {
    color: var(--white);
}

.stage__item .form .btn {
    max-width: 203px;
    width: 100%;
}

.stage__item .stage__contacts {
    border-radius: 20px;
    padding: 30px;
    background-image: url(../images/form_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    max-width: 460px;
    width: 100%;
}

.stage__item .stage__contacts .btn {
    max-width: 138px;
    width: 100%;
}

.about-page .infographics__wrapper {
    background-color: var(--background-light);
}

.about-page .stages-block {
    padding: clamp(2.5rem, 1.532rem + 4.84vw, 6.25rem) 0;
}

.about-page .form-block {
    padding-top: 0;
}

.info__item {
    border-left: 2px solid var(--stroke);
    border-right: 2px solid var(--stroke);
    border-radius: 20px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
    min-height: 120px;
}

.info__item .info__number {
    color: var(--color-second);
}

.form__one {
    background-image: url(../images/form_block.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: clamp(1.563rem, 1.159rem + 2.02vw, 3.125rem);
    padding: 60px 0;
    position: relative;
    min-height: 434px;
}

.form__one .container {
    display: flex;
    gap: 30px;
}

.form__one .soc__holder {
    margin-top: 68px;
}

.form__one .image__holder {
    position: absolute;
    top: 0;
    right: 0;
    width: 37%;
    max-height: 470px;
    /* height: 100%; */
    display: flex;
    align-items: end;
    justify-content: end;
}

.form__one .image__holder svg {
    position: absolute;
    bottom: -10%;
    z-index: 1;
    right: 0;
    width: 100%;
    object-fit: contain;
}

.form__one .image__holder img {
    max-height: 470px;
    object-fit: contain;
    width: unset;
    z-index: 2;
}

.form__one .form__title {
    color: var(--white);
    margin-bottom: 20px;
}

.form__one .form__subtitle {
    color: var(--light-text);
    max-width: 490px;
}

.form__one .form__left {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 620px;
    width: 41%;
}

.form__one .soc__holder {
    gap: 8px;
    align-items: center;
}

.form__one .soc__holder p {
    margin-left: 22px;
    color: var(--white);
    max-width: 200px;
}

.form__one .form__form-holder {
    max-width: 360px;
    width: 27%;
}

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

.form__one .inputs__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form__one .privacy {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #d4d4d4;
    margin-top: 10px;
}

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

.form__one .input {
    height: 60px;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid transparent;
    color: var(--white);
}

.form__one .input.error {
    border: 1px solid red;
}

.form__one .btn {
    max-width: 100%;
    margin-top: 10px;
    height: 80px;
}

.archive-work {
    display: none;
}

.archive-work.active {
    display: grid;
}

.archive__btn {
    margin: auto;
    margin-top: clamp(1.875rem, 1.714rem + 0.81vw, 2.5rem);
    max-width: 232px;
    width: 100%;
}

.archive__btn.hidden {
    display: none;
}

.all__wrapper.hidden {
    display: none;
}

.work__holder.hidden {
    display: none;
}

.works-page .cats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.works-page .cat__item {
    height: 60px;
    color: var(--light-text);
    border-radius: 100px;
    padding: 10px 40px;
    font-weight: 500;
    /* font-size: 18px; */
    font-size: clamp(1rem, 0.968rem + 0.16vw, 1.125rem);
    line-height: 120%;
}

.works-page .cat__item.active {
    background-color: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary);
}

.archive-title,
.woocommerce-products-header__title {
    margin-bottom: clamp(1.875rem, 1.552rem + 1.61vw, 3.125rem);
}

.work__item {
    width: 100%;
}

.work__item .work__title {
    margin-bottom: 15px;
}

.work__item .image__holder {
    margin-bottom: 20px;
    border-radius: 20px;
    max-height: 340px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.work__item .work__characteristics {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.work__item .charact {
    display: flex;
    gap: 10px;
}

.work__item .charact__title {
    color: var(--light-text);
    max-width: 100px;
    width: 100%;
}

.work__item .charact__value {
    color: var(--main-text);
}

.all-holder,
.archive-work {
    gap: 40px 30px;
}

.works-page .breadcrumbs {
    padding-top: clamp(1.25rem, 0.927rem + 1.61vw, 2.5rem);
}

.works-page .cats {
    margin-bottom: clamp(1.25rem, 0.927rem + 1.61vw, 2.5rem);
}

.works-page .works__wrapper {
    margin-bottom: clamp(1.25rem, 0.766rem + 2.42vw, 3.125rem);
}

.error-wrapper {
    padding-top: 157px;
}

.error-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: clamp(2.5rem, 1.855rem + 3.23vw, 5rem);
}

.error-page .container {
    padding-bottom: clamp(2.5rem, 1.855rem + 3.23vw, 5rem);
}

.error404 #footer {
    margin-top: -50px;
}

.error-wrapper {
    max-width: 750px;
    width: 100%;
}

.error__title {
    color: var(--white);
    margin-bottom: 30px;
}

.error__subtitle {
    color: var(--white);
    margin-bottom: 30px;
}

.error__btn {
    height: 80px;
    max-width: 194px;
    width: 100%;
}

.error-num {
    font-weight: 500;
    /* font-size: 300px; */
    font-size: clamp(9.375rem, 6.956rem + 12.1vw, 18.75rem);
    line-height: 100%;
    color: var(--white);
    text-align: right;
    padding-top: 20vh;
}

.home .team-block {
    background-color: var(--white);
    padding-top: clamp(0rem, -0.323rem + 1.61vw, 1.25rem);
    margin-bottom: clamp(1.25rem, 0.766rem + 2.42vw, 3.125rem);
    border-radius: 0 0 clamp(1.563rem, 1.159rem + 2.02vw, 3.125rem)
        clamp(1.563rem, 1.159rem + 2.02vw, 3.125rem);
}

.review-card {
    background-color: var(--white);
    border-radius: 20px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.fancybox__content.text-review {
    max-width: 500px;
    padding: 20px;
    gap: 30px;
    border-radius: 20px !important;
}

.review-card .review__heading,
.fancybox__content .review__heading {
    display: flex !important;
    gap: 20px !important;
}

.review-card .photo__holder,
.fancybox__content .photo__holder {
    border-radius: 10px;
    max-width: 80px;
    max-height: 80px;
    overflow: hidden;
}

.review-card .photo__holder img,
.fancybox__content .photo__holder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.review-card .author,
.fancybox__content .author {
    margin-bottom: 10px;
}

.review-card .company {
    color: var(--light-text);
}

.review-card .text__holder {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 14;
    /* number of lines to show */
    line-clamp: 14;
    -webkit-box-orient: vertical;
}

.review-card .image__holder {
    max-width: 320px;
    max-height: 422px;
    cursor: pointer;
    margin: auto;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.review-card .image__holder .overflow {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: var(--transition);
}

.review-card .loop {
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border-radius: 50%;
}

.review-card .image__holder img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.review-card .text-review,
.fancybox__content .text-review {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 29px;
    gap: 20px;
}

.review-card .review-more {
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: var(--primary);
    position: absolute;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
}

.fancybox__content .review-more {
    display: none;
}

.fancybox__content > .f-button.is-close-btn {
    top: 20px !important;
    right: 20px !important;
    --f-button-color: var(--light-text) !important;
    --f-button-hover-color: var(--primary) !important;
    --f-button-border: none !important;
    border: none !important;
    opacity: 1 !important;
    outline: none !important;
    --f-button-svg-height: 12px !important;
    --f-button-svg-width: 12px !important;
    --f-button-width: 12px !important;
    --f-button-height: 12px !important;
    --f-button-bg: transparent !important;
    --f-button-outline-color: transparent !important;
}

button {
    outline: none !important;
}

.f-button {
    border: none !important;
    outline: none !important;
}

.pagination {
    margin-top: 30px;
    margin-bottom: clamp(1.563rem, 1.159rem + 2.02vw, 3.125rem);
}

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

.pagination-btn {
    border: 1px solid var(--stroke);
    border-radius: 15px;
    width: 50px;
    height: 50px;
    background-color: var(--main-text);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.pagination-btn svg path {
    fill: var(--white);
}

.pagination-btn:hover {
}

.page-numbers {
    border-radius: 15px;
    padding: 10px;
    height: 50px;
    min-width: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: var(--main-text);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    border: 1px solid var(--stroke);
    list-style: none;
}

.woocommerce .page-numbers {
    border: none;
    display: flex;
    gap: 10px;
}

.woocommerce .page-numbers:hover {
    background-color: transparent;
}

.woocommerce .pagination__wrapper {
    display: flex;
    max-width: calc(100% - 390px);
    width: 100%;
    margin-left: auto;
    justify-content: space-between;
    align-items: end;
    /* margin-top: 30px; */
}

.woocommerce .stages-block .descriptor {
    display: none;
}

.woocommerce .stages-block {
    padding-top: clamp(3.125rem, 2.319rem + 4.03vw, 6.25rem);
}

.products-count {
    color: var(--light-text);
}

.woocommerce a.page-numbers {
    border: 1px solid var(--stroke);
}

.woocommerce a.page-numbers:hover {
    background-color: var(--main-text);
    color: var(--white);
}

.woocommerce .page-numbers li:last-child a,
.woocommerce .page-numbers li:first-child a {
    border: none;
}

.woocommerce .page-numbers li:last-child a:hover,
.woocommerce .page-numbers li:first-child a:hover {
    background-color: transparent;
}

.page-numbers.current {
    background-color: var(--main-text);
    color: var(--white);
    border: 1px solid var(--main-text);
}

.page-numbers.current svg path {
    fill: var(--white);
}

.archive-reviews .form-block {
    padding: clamp(1.25rem, 0.766rem + 2.42vw, 3.125rem) 0;
}

.work__holder {
    display: flex;
    align-items: end;
}

.prev.page-numbers {
    margin-right: 10px;
    border: none;
}

.next.page-numbers {
    margin-left: 10px;
    border: none;
}

.pagination-prev {
    margin-right: 30px;
}

.prev.page-numbers .pagination-btn {
    margin-right: 0;
}

.next.page-numbers .pagination-btn {
    margin-left: 0;
}

.next.page-numbers .pagination-btn svg path,
.prev.page-numbers .pagination-btn svg path {
    fill: var(--elements-2);
}

.next.page-numbers .pagination-btn,
.prev.page-numbers .pagination-btn {
    background-color: var(--stroke);
}

/* .next.page-numbers .pagination-btn svg,
.prev.page-numbers .pagination-btn svg {
  opacity: 1;
}
 */

@media (max-width: 600px) {
    .pagination {
        padding-bottom: 30px;
        margin-bottom: 0;
    }
}

.pagination-next {
    margin-left: 30px;
}

.page-services .form-block {
    padding: clamp(1.25rem, 0.766rem + 2.42vw, 3.125rem) 0;
}

.page-services .services__wrapper {
    padding-bottom: clamp(1.25rem, 0.766rem + 2.42vw, 3.125rem);
}

.service-cat {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
    height: calc(100% + 20px);
    height: 100%;
    position: relative;
    border-bottom: 1px solid var(--stroke);
    transition: var(--transition);
}

.service-cat .service__btn {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-cat .cat__info {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.service-cat .image__holder {
    /* max-height: 340px; */
    height: clamp(13.75rem, 8.72rem + 7.32vw, 17.5rem);
    width: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.service-cat .overflow {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: var(--transition);
}

.service__hero {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.service__hero::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
}

.service__hero .hero__wrapper {
    padding-top: 134px;
    max-width: 750px;
    position: relative;
    z-index: 1;
}

.service__hero .service__title {
    color: var(--white);
}

.service-cat-page .breadcrumbs span.current-item {
    color: var(--white);
    transition: var(--transition);
}

.service-cat-page .breadcrumbs span.current-item:hover {
    color: var(--white);
}

.service__hero .service__btn {
    height: 80px;
    max-width: 235px;
}

.service-cat-page .text-block .text__holder {
    max-width: 490px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-cat-page .text-block .image__holder {
    border-radius: 20px;
    max-width: 490px;
    width: 100%;
    overflow: hidden;
}

.seo-block .seo__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.seo-block .seo__title {
    margin-bottom: 30px;
}

.seo-block .text__holder {
    max-width: 750px;
    width: 100%;
}

.seo-block .image__holder {
    border-radius: 20px;
    max-width: 750px;
    width: 100%;
    overflow: hidden;
}

.seo-block .text__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 413px;
    overflow-y: scroll;
    padding-right: 30px;
}

.seo-block .text__wrapper::-webkit-scrollbar {
    width: 3px;
    /* ширина scrollbar */
}

.seo-block .text__wrapper p,
.seo-block .text__wrapper ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
}

.seo-block .text__wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.seo-block .text__wrapper ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.seo-block .text__wrapper ul li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--primary);
}

.equipment-block {
    background-color: var(--white);
    border-radius: clamp(1.563rem, 1.159rem + 2.02vw, 3.125rem);
    padding: clamp(2.5rem, 1.855rem + 3.23vw, 5rem) 0;
    margin: clamp(1.563rem, 1.159rem + 2.02vw, 3.125rem) 0;
}

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

.equipment-block .equipment__item {
    display: flex;
    gap: 30px;
}

.equipment-block .image__holder {
    border: 1px solid var(--stroke);
    border-radius: 15px;
    overflow: hidden;
    max-width: 360px;
    max-height: 280px;
    width: 100%;
    height: 100%;
}

.equipment-block .image__holder img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.equipment-block .equipment__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.equipment-block .equipment__characteristics ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.equipment-block .equipment__characteristics ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: var(--main-text);
}

.equipment-block .equipment__characteristics ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--primary);
}

.price-block .price__left {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 40px;
    max-width: 620px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: 600px;
    position: relative;
    overflow: hidden;
}

.price-block .price__left .overflow {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    background: linear-gradient(
        360deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
}

.price-block .price__descriptor {
    color: var(--white);
    position: relative;
    z-index: 1;
}

.price-block .price__title {
    color: var(--white);
    position: relative;
    z-index: 1;
}

.price-block .price__container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.price-block .price__wrapper {
    max-width: 880px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.price-block .price__item {
    display: flex;
    gap: 10px;
}

.price-block .price__value {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    background-color: var(--elements-1);
}

.price-block .price-heading {
    position: sticky;
    top: 160px;
}

.price-block .price-heading .price__value {
    background-color: var(--primary);
    color: var(--white);
}

.works-block {
    background-color: var(--white);
    border-radius: clamp(1.563rem, 1.159rem + 2.02vw, 3.125rem);
    padding: clamp(2.5rem, 1.855rem + 3.23vw, 5rem) 0;
    margin: clamp(1.563rem, 1.159rem + 2.02vw, 3.125rem) 0;
}

.works-block .works__btn {
    margin-top: clamp(1.25rem, 0.927rem + 1.61vw, 2.5rem);
    max-width: 176px;
}

/* ============= WOOCOMMERCE =========== */
.products li {
    list-style: none;
}

.product__holder {
    border-radius: 20px;
    padding: 10px;
    background-color: var(--white);
    /* min-height: 570px; */
    display: flex;
    /* flex-direction: column; */
    /* justify-content: space-between; */
    gap: 20px;
    transition: var(--transition);
    position: relative;
}

.product__holder .woocommerce-LoopProduct-link img {
    border-radius: 15px;
    max-width: 100%;
    width: 100%;
    max-height: 100px;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    aspect-ratio: 1/1;
    flex-shrink: 0;
}

.product__holder .price.saled {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product__holder .woocommerce-loop-product__title {
    font-weight: 600;
    /* font-size: 20px; */
    font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
    line-height: 110%;
    margin-bottom: 10px;
    max-width: 500px;
}

.product__holder .product-standart {
    color: var(--light-text);
}

.product__holder .buttons__wrapper {
    display: flex;
    gap: 10px;
    /* margin-top: 20px; */
}

.product__holder .buttons__wrapper .btn:nth-child(2) {
    display: none;
}

.product__holder .product__btn {
    width: 100%;
    /* height: 60px; */
    height: 50px;
    box-sizing: border-box;
}

.characts__holder {
    color: var(--light-text);
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    display: flex;
    gap: 10px 15px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

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

.card-charact__name {
    font-size: 12px;
}

.card-charact__val p {
    color: var(--main-text);
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}

.woocommerce-result-count {
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: var(--light-text);
}

.price {
    display: flex;
    align-items: end;
    gap: 20px;
    flex-wrap: nowrap;
}

.price .price_1 {
    order: -1;
    /* display: flex; */
    font-weight: 700;
    /* font-size: 28px; */
    line-height: 100%;
    font-size: clamp(1.25rem, 1.121rem + 0.65vw, 1.75rem);
    color: var(--main-text);
    font-family: var(--font-family);
    text-decoration: none;
}

.price .request-price {
    font-size: clamp(1.25rem, 1.121rem + 0.65vw, 1.75rem);
}

.summary .price_1 {
    font-size: clamp(1.75rem, 1.556rem + 0.97vw, 2.5rem);
}

.price .old-price.regular {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    line-height: 120%;
    text-decoration: line-through;
    color: var(--light-text);
    white-space: nowrap;
}

.product__holder .product__content {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
    /* min-height: 200px; */
    gap: 20px;
    width: 100%;
}

.product__holder .product__bottom {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product__holder .price_1 {
    font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
    white-space: nowrap;
}

.woocommerce-loop-product__link::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}

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

.swiper__nav .swiper__buttons {
    display: flex;
    gap: 17px;
}

.swiper-btn {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.swiper-btn svg path {
    fill: var(--elements-2);
}

.swiper-btn:hover {
    background-color: var(--main-text);
    cursor: pointer;
}

.swiper-btn:hover svg path {
    fill: var(--white);
}

.swiper-button-disabled {
    background-color: var(--stroke);
    cursor: default;
}

.swiper-button-disabled:hover {
    background-color: var(--stroke);
    cursor: default;
}

.swiper-button-disabled:hover svg path {
    fill: var(--main-text);
}

.swiper-pagination {
    position: relative !important;
    width: fit-content !important;
}

.swiper-pagination-bullet {
    opacity: 1 !important;
    border-radius: 100px !important;
    width: 10px !important;
    height: 10px !important;
    background-color: var(--elements-1) !important;
    transition: var(--transition) !important;
}

.swiper-pagination-bullet-active {
    width: 30px !important;
    background-color: var(--primary) !important;
}

.product-card {
    border-radius: 20px;
    padding: 20px;
    background-color: var(--elements-1);
    overflow: hidden;
    position: relative;
    color: var(--main-text);
    /* min-height: 400px; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    height: 100%;
}

.home .service__charact {
    display: none;
}

.home .certificates-block {
    padding-bottom: clamp(3.125rem, 2.319rem + 4.03vw, 6.25rem);
}

.product-card .category-link {
    position: absolute;
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}

.product-card .category-link::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.product-card .category__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 2;
}

.product-card .subcats__holder {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    gap: 10px 30px;
    position: relative;
    z-index: 3;
    display: none;
}

.product-card .subcat {
    position: relative;
    width: fit-content;
}

.product-card .subcat::after {
    content: "";
    width: 0%;
    height: 1px;
    bottom: -2px;
    left: 0;
    right: 0;
    background-color: var(--primary);
    transition: var(--transition);
    position: absolute;
}

.product-card .subcat:hover::after {
    width: 100%;
}

.product-card .bg {
    position: absolute;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 14%;
}

.product-card .category__upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.product-card .arrow {
    width: clamp(3.125rem, 2.964rem + 0.81vw, 3.75rem);
    height: clamp(3.125rem, 2.964rem + 0.81vw, 3.75rem);
    background-color: var(--elements-1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    display: none;
}

.product-card:hover .arrow {
    background-color: var(--white);
}

.product-card .category__name {
    color: var(--main-text);
    /* max-width: calc(100% - 80px); */
    z-index: 2;
    /* max-width: 50%; */
}

.product-card:hover .category__name {
    color: var(--main-text);
}

.product-card .image__holder {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    /* max-height: 200px;
  height: 100%; */
    transition: var(--transition);
    max-height: 150px;
    height: 100%;
}

/* .woocommerce-shop .product-card a::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
} */

/* .woocommerce-shop .product-card img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
  max-height: 200px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 10;
}

.woocommerce-shop .product-card .arrow {
  position: absolute;
  top: 25px;
  right: 25px;
} */

.woocommerce-shop .product-card .woocommerce-loop-category__title {
    font-weight: 500;
    /* font-size: 30px; */
    font-size: clamp(1.125rem, 0.931rem + 0.97vw, 1.875rem);
    line-height: 110%;
    color: var(--main-text);
    /* padding-top: 25px; */
    max-width: calc(100% - 80px);
}

.product-card .image__holder img,
.woocommerce .product-card img {
    transition: var(--transition);
}

/* .product-card a::before {
  content: '';
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
} */

.product-card .subcat:hover {
    color: var(--primary);
}

.open-filter {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    transition: var(--transition);
    border-radius: 15px;
    cursor: pointer;
    display: none;
}

.open-filter:hover {
    background-color: var(--primary-hover);
}

.open-filter svg {
    height: 26px;
    width: 26px;
    object-fit: contain;
}

.archive .products {
    padding-bottom: clamp(1.563rem, 1.159rem + 2.02vw, 3.125rem);
}

.tax-product_cat .products {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tax-product_cat {
}

/* .categories__wrapper {
  grid-template-columns: repeat(4, 1fr);
} */

/* .sidebar {

  width: 360px;
} */

.side-wrapper {
    border: 1px solid var(--stroke);
    border-radius: 20px;
    padding: 30px;
    flex-shrink: 0;
    background-color: var(--white);
    position: sticky;
    top: 160px;
    max-height: 70vh;
    overflow-y: scroll;
    width: 360px;
}

#sidebar-close {
    display: none;
    margin-left: auto;
    text-align: right;
    transition: var(--transition);
    cursor: pointer;
}

#sidebar-close:hover svg path {
    stroke: var(--primary);
}

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

.side-wrapper .filters {
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 0.927rem + 1.61vw, 2.5rem);
    margin-bottom: clamp(1.25rem, 0.927rem + 1.61vw, 2.5rem);
}

.side-wrapper .btn {
    max-width: 100%;
    width: 100%;
}

.side-wrapper .clear-filters {
    border: none;
    outline: none;
    background-color: transparent;
    font-weight: 600;
    /* font-size: 16px; */
    font-size: clamp(0.875rem, 0.843rem + 0.16vw, 1rem);
    line-height: 110%;
    color: var(--primary);
    text-align: center;
    margin-top: 10px;
    width: 100%;
    cursor: pointer;
    transition: var(--transition);
}

.side-wrapper .clear-filters:hover {
    color: var(--primary-hover);
}

.sidebar {
    transition: var(--transition);
}

.sidebar.opened {
    transform: translateX(0);
    z-index: 90;
    position: fixed;
    top: 160px;
}

.side-wrapper .inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.side-wrapper .filter input {
    display: none;
    position: relative;
}

.group-label,
.request {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: var(--main-text);
    position: relative;
    margin-left: 30px;
}

.group .group-label::before,
.request::before {
    content: "";
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: -30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--stroke);
}

.price-title {
    margin-bottom: 20px;
}

.filter-block-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
}

.filter-block.is-opened .filter-block-toggler svg {
    transform: rotate(180deg);
}

.group input:checked + .group-label::before,
.request input:checked + .request::before {
    border: 1px solid var(--primary);
}

.request-holder {
    margin-top: 20px;
}

.request-holder input {
    display: none;
}

.filter-block-content {
    display: none;
}

.filter-block-content.prices {
    display: block !important;
}

.group input:checked + .group-label::after {
    content: "";
    position: absolute;
    cursor: pointer;
    top: 4px;
    left: -26px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--primary);
}

.product__gallery {
    display: flex;
    gap: 20px;
    max-width: 750px;
    position: relative;
    width: 100%;
    max-height: 580px;
    position: sticky;
    top: 160px;
}

.product__swiper {
    border: 1px solid var(--stroke);
    border-radius: 20px;
    overflow: hidden;
    max-width: 610px;
    width: 100%;
    max-height: 580px;
    height: 100%;
    margin: 0 !important;
    max-width: calc(100% - 150px);
    position: relative;
}

.product__swiper .loop {
    position: absolute;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: var(--background-light);
    z-index: 2;
}

.product__swiper .image__holder {
    width: 100%;
    height: 100%;
    cursor: zoom-in;
    display: flex;
}

.swiper_thumbnail {
    max-height: 510px;
    width: 120px;
    margin: 0 !important;
}

.swiper_thumbnail .thumbnail__holder {
    border: 1px solid var(--stroke);
    border-radius: 15px;
    overflow: hidden;
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    cursor: pointer;
}

.swiper_thumbnail .thumbnail__holder img {
    transition: var(--transition);
}

.swiper-slide-thumb-active img {
    transform: scale(1.1);
}

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

.product__swiper-nav {
    display: flex;
    gap: 20px;
    position: absolute;
    bottom: 0;
    width: 120px;
    left: 0;
}

.product-template-default .block-top {
    margin-top: 0;
}

.summary {
    display: flex;
    gap: 30px;
}

.entry-title {
    display: none;
}

.product__characteristics {
    display: flex;
    flex-direction: column;
    max-width: 750px;
    width: 100%;
}

.product-block {
    margin-bottom: clamp(1.563rem, 1.159rem + 2.02vw, 3.125rem);
}

.cart {
    display: none;
}

.product-block .block__title {
    margin-bottom: 20px;
}

.product__description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: var(--main-text);
}

.summary .product__btn {
    max-width: 235px;
    width: 100%;
    height: 80px;
    margin-top: 20px;
}

.product-block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: var(--main-text);
}

.custom-subcats {
    margin-bottom: clamp(1.875rem, 1.552rem + 1.61vw, 3.125rem);
}

.subcat-card {
    background-color: var(--white);
    border-radius: 15px;
    padding: 20px;
    position: relative;
    min-height: 240px;
}

.subcat-card .subcat-link {
    margin-bottom: 15px;
    display: block;
}

.subcat-card .subcat-link::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}

.subcat-card .image__holder {
    max-height: 150px;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.subcat-card .image__holder img {
    object-fit: contain;
}

.subcat-card .arrow {
    width: 40px;
    height: 40px;
    background-color: var(--elements-1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: var(--transition);
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.subcat-card .arrow svg path {
    fill: var(--color-second);
}

.subcat-card:hover .subcat-link {
    color: var(--main-text);
}

.subcat-card:hover .arrow {
    background-color: var(--primary);
}

.subcat-card:hover .arrow svg path {
    fill: var(--white);
}

.characteristics {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* margin-bottom: clamp(1.563rem, 1.159rem + 2.02vw, 3.125rem); */
}

.catalog__wrapper {
    display: flex;
    gap: 30px;
}

.charact__item {
    display: flex;
    gap: 10px;
    font-size: clamp(1rem, 0.968rem + 0.16vw, 1.125rem);
}

.charact__val {
    width: 100%;
    background-color: var(--elements-1);
    border-radius: 10px;
    padding: clamp(0.625rem, 0.544rem + 0.4vw, 0.938rem);
}

.charact__val p {
    font-weight: 600;
    font-size: clamp(1rem, 0.968rem + 0.16vw, 1.125rem);
    line-height: 120%;
    color: var(--main-text);
}

.prices .inputs {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.prices .inputs input {
    transition: var(--transition);
    border: 1px solid var(--stroke);
    border-radius: 15px;
    width: 100%;
    /* color: var(--light-text); */
    padding: 10px 20px;
    height: 60px;
}

.prices .inputs input:hover {
    border: 1px solid var(--primary);
}

.prices .inputs input:focus {
    border: 1px solid var(--primary);
    color: var(--main-text);
    outline: none;
}

.sidebar .noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--primary);
}

.noUi-handle {
    position: absolute;
}

.home .works-block {
    background-image: url(../images/form_block.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.sidebar .noUi-connects {
    background: var(--stroke);
    height: 5px;
}

.sidebar .noUi-connect {
    background: var(--main);
}

.sidebar .range-slider.noUi-target {
    width: 100%;
    margin-bottom: 10px;
}

.not-found {
    margin-top: 30px;
    width: fit-content;
}

.summary p.price {
    display: none;
}

/* .catalog__wrapper .archive .products {
  padding-bottom: 0;
} */

.other-products-block .catalog__wrap {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ============= MEDIA QUERIES =========== */
@media (any-hover: hover) {
    a:hover {
        color: var(--white);
    }

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

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

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

    .btn.transparent:hover {
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.2);
    }

    .btn.invert:hover {
        background-color: var(--primary);
        color: var(--white);
        border: 1px solid var(--primary);
    }

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

    #header .email__holder a:hover {
        color: var(--primary);
    }

    #header.painted .email__holder a:hover {
        color: var(--primary);
    }

    #header.painted .header__menu .nav-menu-element a:hover,
    #header.solid .header__menu .nav-menu-element a:hover {
        color: var(--primary);
    }

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

    #header.painted .btn.transparent:hover,
    #header.solid .btn.transparent:hover {
        background-color: var(--primary);
        border: 1px solid var(--primary);
        color: var(--white);
    }

    #header .nav-menu-element.has-childs:hover .sub-menu {
        opacity: 1;
        right: 10%;
        /* transform: translate(-18%, 28px); */
        visibility: visible;
        z-index: 100;
    }

    .nav-menu-element:hover,
    .nav-menu-element:hover a {
        color: var(--main-text);
    }

    #header .sub-menu a:hover {
        color: var(--primary) !important;
    }

    .header__menu a:hover {
        color: var(--main-text);
    }

    .header.transparent .nav-menu-element a:hover {
        color: var(--elements-1) !important;
    }

    .header.transparent .nav-menu-element.has-childs:hover:after {
        background-color: var(--elements-1);
        transform: rotate(180deg);
    }

    #footer .privacy:hover {
        color: var(--white);
    }

    #footer .grampus__link:hover {
        color: var(--white);
    }

    #footer .phone:hover,
    #footer .email:hover {
        color: var(--primary);
    }

    #footer .nav-menu-element a:hover {
        color: var(--white);
    }

    .theme-modal .privacy a:hover {
        color: var(--primary);
    }

    .delete-file:hover {
        color: var(--primary);
        cursor: pointer;
    }

    .custom-file-upload:hover {
        color: var(--primary);
    }

    .stage__item .arrow:hover {
        background-color: var(--white);
    }

    .form__one .privacy a:hover {
        color: var(--white);
    }

    .works-page .cat__item:hover {
        background-color: var(--primary);
        color: var(--white);
        border: 1px solid var(--primary);
    }

    .review-card:hover .overflow {
        opacity: 1;
    }

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

    .page-numbers.current:hover {
        background-color: var(--main-text);
        color: var(--white);
        border: 1px solid var(--main-text);
    }

    .page-numbers.current:hover svg path {
        fill: var(--white);
    }

    .page-numbers:hover {
        background-color: var(--main-text);
        color: var(--white);
    }

    .prev.page-numbers:hover,
    .next.page-numbers:hover {
        background-color: transparent;
    }

    .prev.page-numbers:hover svg path,
    .next.page-numbers:hover svg path {
        fill: var(--white);
    }

    .next.page-numbers .pagination-btn:hover,
    .prev.page-numbers .pagination-btn:hover {
        border: 1px solid var(--main-text);
        background-color: var(--main-text);
    }

    .service-cat:hover .overflow {
        opacity: 1;
    }

    .service-cat:hover {
        border-bottom: 1px solid var(--primary);
    }

    .service-cat:hover svg path {
        fill: var(--primary);
    }

    .product__holder:hover a {
        color: var(--main-text);
    }

    .product__holder:hover {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    }

    .product__holder:hover .order {
        color: var(--white);
    }

    .product-card:hover .image__holder img {
        transform: scale(1.1);
    }

    .woocomemrce .product-card:hover img {
        transform: scale(1.1);
    }
}

@media (max-width: 1790px) {
    .form__one .image__holder {
        width: 30%;
        height: fit-content;
    }

    .form__one .image__holder img {
        width: 100%;
    }

    .form__one .image__holder svg {
        bottom: -20%;
    }
}

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

    /*   .woocommerce-shop .product-card img {
    max-height: 280px;
  } */
    .categories__wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1441px) {
    .stage__item .stage_descr {
        padding-left: 60px;
    }

    .stage__item .stage__num {
        max-width: 60px;
    }

    .stage__item .form__holder {
        gap: 20px;
    }

    .stage__item .form__upper {
        flex-direction: column;
    }

    .stage__item .form .btn {
        max-width: 100%;
        margin-top: 10px;
    }

    .stage__item .input {
        max-width: 100%;
    }

    .stage__item .form__holder,
    .stage__item .stage__contacts {
        max-width: 100%;
    }

    #header .header__callback {
        display: none;
    }

    #header .soc__holder {
        display: none;
    }

    #header #mobile-mnu .soc__holder {
        display: flex;
        margin-top: 30px;
    }

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

    #footer .footer__upper {
        display: grid;
        grid-template-columns: repeat(2, auto);
        gap: 40px;
    }

    #footer .logo__holder {
        grid-column: 2 span;
    }

    #footer .footer__contacts {
        margin-left: 0;
        max-width: 100%;
    }

    .columns-6 {
        grid-template-columns: repeat(4, 1fr);
    }

    .subcat-card .image__holder {
        max-height: 200px;
    }
}

@media (max-width: 1300px) {
    .product__swiper {
        max-width: 510px;
    }
}

@media (max-width: 1200px) {
    .form__one .container {
        flex-direction: column;
    }

    .form__one .form__left {
        max-width: 100%;
        width: 100%;
    }

    .form__one .form__form-holder {
        max-width: 100%;
        width: 100%;
    }

    .form__one .image__holder {
        display: none;
    }

    .form__one .soc__holder {
        margin-top: 20px;
    }

    .equipment-block .equipment__wrapper {
        grid-template-columns: 1fr;
    }

    .price-block .price__left {
        max-width: 500px;
        width: 100%;
    }

    .price-block .price__wrapper {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1150px) {
    .woocommerce .pagination__wrapper {
        max-width: 100%;
    }

    .sidebar {
        position: absolute;
        transform: translateX(-120%);
    }

    .open-filter {
        display: flex;
        position: fixed;
        bottom: 50px;
        right: 30px;
        z-index: 99;
    }

    .side-wrapper {
        min-width: 300px;
        width: 100%;
    }

    /* .sidebar.opened {

  } */

    #sidebar-close {
        display: block;
    }

    .summary {
        flex-direction: column;
    }

    .product__gallery {
        position: relative;
        justify-content: space-between;
        top: 0;
        max-width: 100%;
    }

    .product__swiper {
        max-width: calc(100% - 150px);
    }

    .product__characteristics {
        max-width: 100%;
    }

    .swiper_thumbnail {
        /* max-height: 100%; */
        /* height: 100%; */
        width: auto;
    }
}

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

    .stage__item .first-stage {
        flex-direction: column;
    }

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

    #header .header__menu {
        display: none;
    }

    .service-cat .image__holder{
        height: clamp(13.75rem, 11.926rem + 8.11vw, 17.5rem);
    }

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

    .service-cat-page .text-block .image__holder {
        grid-column: 2 span;
        max-width: 100%;
        max-height: 300px;
    }

    .price-block .price__container {
        flex-direction: column;
    }

    .price-block .price__left {
        position: relative;
        min-height: 300px;
        max-width: 100%;
    }

    .product__holder .woocommerce-LoopProduct-link img {
        max-width: 100%;
    }
    #header .sub-menu{
        display: none !important;
    }
}

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

@media (max-width: 900px) {
    .stage__item .stage_descr {
        flex-direction: column;
    }
}

@media (max-width: 800px) {
    .heading {
        flex-direction: column;
        gap: 10px;
    }

    .heading .descriptor {
        margin-top: 0;
    }

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

    /*  .woocommerce .product-card img {
    max-height: 170px;
  } */
}

@media (max-width: 775px) {
    .product__gallery {
        flex-direction: column-reverse;

        max-height: 100%;
        padding-bottom: 70px;
    }

    .product__swiper {
        max-width: 100%;
    }

    .product__swiper-nav {
        /* width: 100%;
    justify-content: space-between;
    z-index: 10; */
        /* bottom: 60px;
    transform: translateY(50%); */
    }

    .product__swiper-nav .btn-prev,
    .product__swiper-nav .btn-next {
        transform: rotate(-90deg);
    }
}

@media (max-width: 730px) {
    .columns-3 {
        grid-template-columns: 1fr;
    }

    .stage__item .stage_descr {
        padding-left: 0;
    }

    .stage__item .inputs__wrapper {
        flex-direction: column;
    }

    #header .header__upper {
        display: none;
    }

    .service-cat-page .text-block .image__holder {
        grid-column: 1 span;
        max-height: 300px;
    }

    .service-cat-page .text__holder {
        max-width: 100%;
    }

    .seo-block .seo__wrapper {
        flex-direction: column;
    }

    .seo-block .image__holder {
        max-height: 250px;
    }

    #footer .footer__upper {
        grid-template-columns: 1fr;
    }

    #footer .logo__holder {
        grid-column: 1 span;
    }

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

    .catalog__wrapper .products {
        grid-template-columns: 1fr;
    }

    /* .service__hero .hero__wrapper {
    padding-top: 80px;
  } */

    /* .service__hero {
    height: 500px;
  } */
}

@media (max-width: 700px) {
    .product__holder .product__content {
        flex-direction: column;
        align-items: start;
    }

    .product__holder .price.saled {
        flex-direction: unset;
        gap: 20px;
    }

    .product__holder .product__bottom {
        width: 100%;
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 600px) {
    .service__hero .service__btn {
        height: 60px;
    }

    .reviews__holder {
        grid-template-columns: 1fr;
    }

    .home .block-top {
        margin-top: -50px;
    }

    .btn {
        height: 40px !important;
    }

    .stage__item .arrow {
        height: 40px;
        width: 40px;
    }

    .stage__item .arrow svg {
        height: 20px;
        width: 20px;
    }

    .stage__item .stage__num {
        width: fit-content;
        margin-right: 20px;
    }

    .stage__item {
        /* padding: 20px; */
        border-radius: 20px;
    }

    .stage__item .form__holder {
        padding: 20px;
    }

    .stage__item .stage__contacts {
        padding: 20px;
    }

    .input {
        height: 55px;
    }

    .columns-3 {
        gap: 20px;
    }

    .container {
        padding: 0 15px;
    }

    .form__one {
        padding: 30px 0;
    }

    .error-wrapper {
        padding-top: 100px;
    }

    .error-num {
        padding-top: 10vh;
    }

    .review-card .review__heading,
    .fancybox__content .review__heading {
        gap: 10px !important;
    }

    .form__one .input {
        height: 50px;
    }

    .form__one .btn {
        height: 50px;
    }

    .equipment-block .equipment__item {
        flex-direction: column;
    }

    .equipment-block .image__holder {
        max-width: 100%;
    }

    .price-block .price__left {
        padding: 20px;
    }

    .product__holder .woocommerce-LoopProduct-link img {
        /* max-height: 200px; */
    }

    .product__holder .product__content {
        /* min-height: 190px; */
    }

    .subcat-card .image__holder {
        max-height: 150px;
    }

    .subcat-card {
        /*  min-height: 250px; */
        min-height: unset;
    }

    .product-card {
        padding: 15px;
    }

    .product-card .image__holder,
    .woocommerce .product-card img {
        /* top: 44%; */
    }

    /* .woocommerce .product-card img {
    max-height: 180px;
  } */

    .theme-modal {
        padding: 20px !important;
        padding-top: 50px !important;
    }

    .product-card .arrow {
        background-color: var(--white);
        z-index: 10;
    }

    .woocommerce-shop .product-card .woocommerce-loop-category__title {
        padding-top: 25px;
    }
}

@media (max-width: 520px) {
    .product__holder .price.saled {
        flex-direction: column;
        align-items: start;
        gap: 5px;
    }

    .product__holder .product__content {
        gap: 10px;
    }
}

@media (max-width: 500px) {
    /*   .service__hero .hero__wrapper {
    padding-top: 40px;
  } */

    .advant__item {
        flex-direction: column;
    }

    .stage__item .stage__num {
        margin-right: 10px;
    }

    .columns-4 {
        grid-template-columns: 1fr;
    }

    .info__item {
        min-height: unset;
        gap: 20px;
    }

    .info__item {
        padding: 20px 0;
    }

    #header .btn {
        border: none !important;
        padding: 0;
        font-size: 12px;
    }

    #header.solid .btn {
        border: none !important;
    }

    #header .header__right {
        gap: 10px;
    }

    #header .header__lower {
        gap: 20px;
    }

    #header .burger.open_menu {
        height: 29px;
        width: 29px;
    }

    #header .burger.open_menu span {
        height: 3px;
        width: 24px;
    }

    .work__item .image__holder {
        max-height: 230px;
        max-width: 100%;
    }

    .work__item {
        width: 100%;
    }

    .works-page .cat__item {
        height: 50px;
        padding: 10px 30px;
    }

    .service-cat-page .text-block .image__holder {
        max-height: 250px;
    }

    .price-block .price__value {
        padding: 10px;
    }

    #footer .footer__contacts {
        padding: 15px;
    }

    #footer .footer__catalog {
        grid-template-columns: 1fr;
    }

    .service-cat .image__holder {
        max-height: 200px;
    }

    .columns-6 {
        grid-template-columns: 1fr;
    }

    /*   .product-card {
    min-height: 330px;
  } */

    .product-card .image__holder,
    .woocommerce .product-card img {
        /* top: 39%; */
    }

    .woocommerce .pagination__wrapper {
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }
}

@media (max-width: 400px) {
    .advant__item .advant__icon {
        width: 50px;
        min-height: 50px;
    }

    .advant__item .advant__icon img {
        height: 20px;
        width: 20px;
    }

    .advant__item .text__holder {
        gap: 10px;
    }

    .product__holder .buttons__wrapper {
        flex-direction: column;
        width: 100%;
    }

    .product-card .image__holder,
    .woocommerce .product-card img {
        /* top: 35%; */
    }

    /* .woocommerce .product-card img {
    max-height: 140px;
  } */

    .summary .product__btn {
        max-width: 100%;
        height: 60px;
    }

    .products li {
        max-width: 90vw;
    }

    .product__holder .product__bottom {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
}

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






.policy-checkbox input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
    
        border: 1px solid #ccc;
        border-radius: 2px;
        outline: none;
        cursor: pointer;
        position: relative;
        vertical-align: middle;
        border: 1px solid #000000;
        padding: 0;
    }
    
    /* Стиль для отмеченного чекбокса */
    .policy-checkbox input[type="checkbox"]:checked {
        background-color: #007bff;
        border-color: #007bff;
    }
    
    /* Галочка внутри чекбокса */
    .policy-checkbox input[type="checkbox"]:checked::after {
        content: "✓";
        position: absolute;
        color: white;
        font-size: 12px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    /* Стиль для ошибки (только чекбокс) */
    .policy-checkbox input[type="checkbox"].error {
        border-color: red;
        box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
    }
    
    .policy-checkbox{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding-top: 20px;
    align-items: center;
    }
    
    #consent-checkbox{
        width: 20px !important;
        height: 20px !important;
        border: 1px solid #000000 !important;
    }

.policy-checkbox label{
        width: 90% !important;
    }