:root {
  --primary2: #160a01;
  --card: #ffffff;
}


body.tax-products_cat .product .top__holder .name {
  font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
}

/* single - products */
body.single-products #footer {
  margin-top: unset;
}

body.single-products .swiper-button-disabled svg path {
  stroke: #959595;
}

body.single-products .holder .swiper-slide {
  max-width: 505px;
}

body.single-products .holder .swiper-slide .item {
  border-radius: 2px;
  background: var(--card, #FFFFFF);
  height: 354px;
}

body.single-products .holder .swiper-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.single-products .thumbs {
  flex-shrink: 0;
}

body.single-products .thumbs .arrows {
  display: flex;
  gap: 10px;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-top: 7px;
}

body.single-products .thumbs .arrows .swiper-button-next-thumbs,
body.single-products .thumbs .arrows .swiper-button-prev-thumbs {
  cursor: pointer;
  transition: all .5s;
}

body.single-products .thumbs .arrows .swiper-button-next-thumbs svg path,
body.single-products .thumbs .arrows .swiper-button-prev-thumbs svg path {
  transition: all .5s;
}

body.single-products .thumbs .arrows .swiper-button-next-thumbs:hover svg path,
body.single-products .thumbs .arrows .swiper-button-prev-thumbs:hover svg path {
  stroke: var(--hover);
}

body.single-products .thumbs .gallery-thumbs {
  max-height: 329px;
}

body.single-products .thumbs .gallery-thumbs .swiper-slide {
  max-width: 100px;
}

body.single-products .thumbs .gallery-thumbs .swiper-slide .item {
  border-radius: 2px;
  background: var(--card, #FFFFFF);
  cursor: pointer;
}

body.single-products .thumbs .gallery-thumbs .swiper-slide .item img {
  width: 100%;
  object-fit: cover;
  display: flex;
}

body.single-products .swiper__holder {
  display: flex;
  flex-direction: row;
  gap: clamp(0.9375rem, 0.75rem + 0.9375vw, 1.875rem);
  /* 30 - 15 */
}

body.single-products .swiper__holder .holder {
  max-width: 1050px;
}

body.single-products .swiper__holder .holder,
body.single-products .swiper__holder .gallery-top {
  overflow: hidden;
}

@media(max-width:460px) {
  body.single-products .swiper__holder {
    flex-direction: column;
  }

  body.single-products .thumbs .arrows {
    width: 100%;
    justify-content: space-between;
  }
}

/* products - tax */

body.tax-products_cat .banner-cat {
  display: flex;
  flex-direction: row;
  gap: clamp(0.9375rem, 0.75rem + 0.9375vw, 1.875rem);
  /* 30 - 15 */
  margin-bottom: clamp(0.9375rem, 0.625rem + 1.5625vw, 2.5rem);
  /* 40 - 15 */
  overflow: hidden;
}

body.tax-products_cat .banner-cat p {
  color: var(--stroke, #424242);

  /* p1 */
  font-family: 'Gilroy';
  font-size: var(--p1);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}

body.tax-products_cat .banner-cat .left-side {
  width: 100%;
  padding-left: calc((100% - 1170px) / 2);
  background: var(--bg-light-2);
}

body.tax-products_cat .banner-cat .text__holder {
  max-width: 689px;
  top: 0;
  bottom: 0;
  width: 100%;
  position: relative;
  z-index: 5;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  place-content: center;
  gap: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

body.tax-products_cat .banner-cat img {
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  width: 50vw;
  height: 50vw;
  object-fit: cover;
  max-width: 776px;
  max-height: 454px;
}

body.tax-products_cat #footer {
  margin-top: unset;
}

body.tax-products_cat .subcats__holder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(0.75rem, 0.525rem + 1.125vw, 1.875rem);
  /* 30 - 12 */
}

@media(max-width:1250px) {
  body.tax-products_cat .banner-cat .left-side .text__holder {
    margin-left: 15px;
    padding-right: 30px;
  }
}

@media(max-width:1170px) {
  body.tax-products_cat .banner-cat .left-side {
    padding-left: unset;
  }
}

@media(max-width:700px) {
  body.tax-products_cat .banner-cat {
    flex-direction: column-reverse;
    gap: 0px;
  }

  body.tax-products_cat .banner-cat img {
    max-width: unset;
    width: 100%;
    min-height: 250px;
  }
}

@media(max-width:650px) {
  body.tax-products_cat .subcats__holder {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:450px) {
  body.tax-products_cat .subcats__holder {
    grid-template-columns: 1fr;
  }

  body.tax-products_cat .subcats__holder .product {
    max-width: unset;
  }
}

body.tax-products_cat .category__holder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(0.75rem, 0.525rem + 1.125vw, 1.875rem);
  /* 30 - 12 */
}

@media(max-width:650px) {
  body.tax-products_cat .category__holder {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:450px) {
  body.tax-products_cat .category__holder {
    grid-template-columns: 1fr;
  }

  body.tax-products_cat .category__holder .product {
    max-width: unset;
  }
}

/* page - about */

body.page-id-206 #footer {
  margin-top: unset;
}

/* single - services */
body.single-services #footer {
  margin-top: unset;
}

body.single-services .bannerPage-block {
  margin-top: clamp(0.9375rem, 0.125rem + 4.0625vw, 5rem);
  /* 80 - 15 */
}

body.single-services .whywe-block {
  margin-top: unset;
}

body.single-services .banner-service {
  display: flex;
  flex-direction: row;
  gap: clamp(0.9375rem, 0.75rem + 0.9375vw, 1.875rem);
  /* 30 - 15 */
  margin-left: calc((100% - 1170px) / 2);
  overflow: hidden;
}

body.single-services .banner-service img {
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  width: 50vw;
  height: 50vw;
  object-fit: cover;
  max-width: 776px;
  max-height: 518px;
}

body.single-services .banner-service .text__holder {
  max-width: 689px;
  top: 0;
  bottom: 0;
  width: 100%;
  position: relative;
  z-index: 5;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  place-content: center;
  gap: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  /* 20 - 12 */
}


body.single-services .banner-service .left-side {
  width: 100%;
}

@media(max-width:1250px) {

  body.single-services .banner-service .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(max-width:1170px) {
  body.single-services .banner-service {
    margin-left: unset;

  }
}

@media(max-width:700px) {
  body.single-services .banner-service {
    flex-direction: column-reverse;
  }

  body.single-services .banner-service img {
    width: 100%;
    min-height: 250px;
  }
}

/* error-page */
body.error404 .error__holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: clamp(0.9375rem, 0.125rem + 4.0625vw, 5rem);
  /* 80 - 15 */
  width: 100%;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

body.error404 .error__holder .number {
  color: var(--primary, #f28a15);
  font-family: "Prosto One", sans-serif;
  font-size: 220px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 220px */
}

body.error404 .error__holder .text__holder {
  max-width: 546px;
  display: flex;
  flex-direction: column;
}

body.error404 .error__holder .text__holder .title {
  margin-bottom: 10px;
}

body.error404 .error__holder .text__holder .error-btn {
  margin-top: clamp(0.9375rem, 0.625rem + 1.5625vw, 2.5rem);
  /* 40 - 15 */
}

@media(max-width:1150px) {
  body.error404 .error__holder {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  body.error404 .error__holder .text__holder .error-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width:570px) {
  body.error404 .error__holder .number {
    font-size: 38vw;
  }
}

/* page-contacts */
body.page-id-188 .content {
  display: flex;
  flex-direction: column;
  gap: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem);
  /* 20 - 15 */
}

body.page-id-188 .map-holder {
  height: 100%;
  min-height: clamp(21.875rem, 18.9625rem + 14.5625vw, 36.4375rem);
  /* 583 - 350 */
}

body.page-id-188 .row.second {
  margin-bottom: clamp(0.9375rem, 0.625rem + 1.5625vw, 2.5rem);
  /* 40 - 15 */
}

body.page-id-188 .map-holder>* {
  min-height: clamp(21.875rem, 18.9625rem + 14.5625vw, 36.4375rem);
  /* 583 - 350 */
}

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

body.page-id-188 .socials__holder {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: fit-content;
}

body.page-id-188 .work__holder p,
body.page-id-188 .address__holder .adress p {
  margin-bottom: 0px;
  word-wrap: break-word;
}

body.page-id-188 .phones__holder,
body.page-id-188 .work__holder,
body.page-id-188 .address__holder .adress {
  display: flex;
  flex-direction: column;
  gap: 10px;
  word-wrap: break-word;
}

body.page-id-188 .address__holder {
  width: 100%;
}

body.page-id-188 .phones__holder {
  min-width: 416px;
}

body.page-id-188 .work__holder {
  min-width: 344px;
}

body.page-id-188 .phones__holder .phones {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

body.page-id-188 .phones__holder .phones a {
  border-bottom: 1px solid var(--bg-light);
}

body.page-id-188 .phones__holder .phones a:hover {
  border-color: var(--primary);
}

body.page-id-188 .soc {
  width: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
  height: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
  /* 50 - 40, 50 - 40 */
  background: var(--card);
  border: 1px solid var(--primary);
  border-radius: 50%;
  display: flex;
  place-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .5s;
}

body.page-id-188 .soc img,
body.page-id-188 .soc svg {
  max-width: 20px;
  max-height: 20px;
}

body.page-id-188 .soc:hover {
  background: var(--primary);
}

body.page-id-188 .soc svg path {
  transition: all .5s;
}

body.page-id-188 .soc:hover svg path {
  fill: var(--card);
}

@media(max-width:500px) {

  body.page-id-188 .phones__holder {
    min-width: unset;
  }

  body.page-id-188 .work__holder {
    min-width: unset;
  }
}

/* archive-services */
body.post-type-archive-services .archive__holder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(0.75rem, 0.525rem + 1.125vw, 1.875rem);
  /* 30 - 12 */
}

@media(max-width:700px) {
  body.post-type-archive-services .archive__holder {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:450px) {
  body.post-type-archive-services .archive__holder {
    grid-template-columns: 1fr;
  }
}

/* archive-products */

body.post-type-archive-products .bg__holder {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

body.post-type-archive-products .archive__holder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(0.75rem, 0.525rem + 1.125vw, 1.875rem);
  /* 30 - 12 */
}

@media(max-width:650px) {
  body.post-type-archive-products .archive__holder {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:450px) {
  body.post-type-archive-products .archive__holder {
    grid-template-columns: 1fr;
  }

  body.post-type-archive-products .archive__holder .product {
    max-width: unset;
  }
}

/* mine start */

:root {
  --card: #ffffff;
  --primary: #f28a15;
  --hover: #E55C31;
  --bg-light: #C5CACD;
  --bg-dark: #272727;
  --head: #8c8074;
  --stroke: #543807;
  --main-text: #959595;
  --bg-light-2: #E4E4E4;
  --head2: #d2ddcc;

  --h1: clamp(1.75rem, 1.425rem + 1.625vw, 3.375rem);
  /* 54 - 28 */
  --h2: clamp(1.625rem, 1.35rem + 1.375vw, 3rem);
  /* 48 - 26 */
  --h3: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
  /* 32 - 24 */
  --h4: clamp(1.375rem, 1.35rem + 0.125vw, 1.5rem);
  /* 24 - 22 */
  --h5: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
  /* 20 - 18 */
  --h6: 16px;

  --p1: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
  /* 20 - 18 */
  --p2: 16px;
  --p3: 14px;
}

/* typography */

h1 {
  color: #000000;

  /* h1 */
  font-family: "Prosto One", sans-serif;
  font-size: var(--h1);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 54px */
  transition: all .5s;
}

@media(max-width:400px) {
  h1 {
    font-size: 7.2vw !important;
  }
}

h2 {
  color: #000000;

  /* h2 */
  font-family: "Prosto One", sans-serif;
  font-size: var(--h2);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 48px */
  transition: all .5s;
}

h3 {
  color: #000000;

  /* h3 */
  font-family: "Prosto One", sans-serif;
  font-size: var(--h3);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 32px */
  transition: all .5s;
}

h4 {
  color: #000000;

  /* h4 */
  font-family: "Prosto One", sans-serif;
  font-size: var(--h4);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  transition: all .5s;
}

h5 {
  color: #000000;

  /* h5 */
  font-family: 'Gilroy';
  font-size: var(--h5);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  transition: all .5s;
}

h6 {
  color: #000000;

  /* h6 */
  font-family: 'Gilroy';
  font-size: var(--h6);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  transition: all .5s;
}

.p1 {
  color: #000000;

  /* p1 */
  font-family: 'Gilroy';
  font-size: var(--p1);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  transition: all .5s;
}

.p2 {
  color: #000000;

  /* p2 */
  font-family: 'Gilroy';
  font-size: var(--p2);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  transition: all .5s;
}

.p3 {
  color: #000000;

  /* p3 */
  font-family: 'Gilroy';
  font-size: var(--p3);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  transition: all .5s;
}

/* components */

.not_founded {
  margin-bottom: 20px;
  color: var(--head, #1E1E1E);

  /* h2 */
  font-family: "Prosto One", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 48px */
  text-align: center;
}

.wp-block-table {
  /*   max-width: 1170px; */
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  margin-top: clamp(0.9375rem, 0.625rem + 1.5625vw, 2.5rem);
  /* 40 - 15 */
  overflow-x: auto;
  border: unset;
}

.wp-block-table .has-fixed-layout {
  table-layout: unset;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border: unset;

}

tbody:before {
  content: "@";
  display: block;
  line-height: 15px;
  text-indent: -99999px;
}

.wp-block-table td,
.wp-block-table th {
  color: var(--head, #1E1E1E);
  border: unset;
  padding-top: 20px;
  padding-bottom: 20px;
  /* p2 */
  font-family: 'Gilroy';
  font-size: var(--p2);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.wp-block-table tr {
  border-bottom: 1px solid var(--bg-light-2);
  display: flex;
  gap: 15px;
  width: 100%;
}

.table-btn {
  width: 100% !important;
  max-width: 1170px;
  margin: auto;
  margin-top: clamp(0.9375rem, 0.625rem + 1.5625vw, 2.5rem);
  /* 40 - 15 */
}

.wp-block-table thead {
  border: unset;
  margin-bottom: 15px;
}

.wp-block-table thead tr {
  border-bottom: unset;
}

.wp-block-table tbody {
  margin-top: 15px;
}

.wp-block-table thead th {
  border-radius: 2px;
  background: var(--bg-light-2, #E4E4E4);
  text-align: center;
  color: var(--head, #1E1E1E);
  width: 100%;
  min-width: 170px;

  /* h5 */
  font-family: 'Gilroy';
  font-size: var(--h5);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
}

.wp-block-table thead th:first-child,
.wp-block-table td:first-child {
  /*   width: 384px; */
  width: 100%;
}

/* .wp-block-table thead th:nth-child(2),
.wp-block-table td:nth-child(2),
.wp-block-table thead th:nth-child(3),
.wp-block-table td:nth-child(3) {
  width: 150px;
}

.wp-block-table thead th:nth-child(4),
.wp-block-table td:nth-child(4) {
  width: 441px;
} */

.wp-block-table tr {
  width: 100%;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  width: 100%;
  min-width: 170px;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: unset;
}

.wp-block-table td:not(:first-child) {
  text-align: center;
  width: 100%;
}

.wp-block-heading {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  margin-top: clamp(0.9375rem, 0.0375rem + 4.5vw, 5.4375rem);
  /* 87 - 15 */
}


@media (max-width: 1250px) {

  .wp-block-table,
  .wp-block-heading {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: .5;
}

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

figure::-webkit-scrollbar,
figure::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-thumb:vertical {
  width: 2px;
  height: 2px;
  background-color: unset;
}

::-webkit-scrollbar-thumb:horizontal {
  background-color: var(--primary);
}

::-webkit-scrollbar-track-piece {
  background-color: var(--bg-light-2);
}

::-webkit-scrollbar-thumb:vertical {
  height: 90px;
  background-color: var(--primary);
}

::placeholder {
  color: var(--main-text, #959595);

  /* p2 */
  font-family: 'Gilroy';
  font-size: var(--p2);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  transition: all .5s;
}



.swiper-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: clamp(0.9375rem, 0.625rem + 1.5625vw, 2.5rem);
  /* 40 - 15 */
}

.swiper-nav .arrows {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

input {
  border-radius: 2px;
  border: 1px solid var(--main-text, #959595);
  background: var(--bg-dark, #272727);
  color: var(--main-text, #959595);
  padding: clamp(0.75rem, 0.6125rem + 0.6875vw, 1.4375rem) clamp(1rem, 0.825rem + 0.875vw, 1.875rem);
  /* 23 - 12, 30 - 16 */
  /* p2 */
  font-family: 'Gilroy';
  font-size: var(--p2);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  outline: none;
  display: flex;
  width: fit-content;
  transition: all .5s;
}

input:focus,
input:hover,
input:focus::placeholder,
input:hover::placeholder {
  color: var(--primary, #E55C31);
  border-color: var(--primary);
}

input.invert {
  border-radius: 2px;
  background: var(--bg-light, #C5CACD);
  color: var(--stroke, #424242);
  border-color: var(--bg-light);
}

input.invert:focus,
input.invert:hover {
  border: 1px solid var(--primary, #E55C31);
  background: var(--card, #FFFFFF);
  border-radius: 2px;
}

input.invert:focus,
input.invert:hover,
input.invert:focus::placeholder,
input.invert:hover::placeholder {
  color: var(--primary, #E55C31);
}

input.error,
input.error::placeholder {
  color: red !important;
  border-color: red !important;
}

.togo {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  gap: 5px;
  transition: all .5s;
}

.togo .text {
  color: var(--primary, #E55C31);

  /* h6 */
  font-family: 'Gilroy';
  font-size: var(--h6);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  transition: all .5s;
}

.togo svg {
  width: 24px;
  height: 24px;
  display: flex;
  place-content: center;
  align-items: center;
  transition: all .5s;
}

.togo svg path {
  transition: all .5s;
}

.togo:hover .text {
  text-decoration: underline;
  color: var(--hover, #F07D56);
}

.togo:hover svg path {
  stroke: var(--Hover);
}

.arrow {
  width: clamp(2.625rem, 2.525rem + 0.5vw, 3.125rem);
  height: clamp(2.625rem, 2.525rem + 0.5vw, 3.125rem);
  /* 50 - 42, 50 - 42 */
  display: flex;
  align-items: center;
  background: var(--primary);
  border-radius: 50%;
  transition: all .5s;
  border: 1px solid var(--primary);
  cursor: pointer;
}

.arrow svg {
  display: flex;
  margin: auto auto;
}

.arrow svg path {
  transition: all .5s;
}

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

.arrow.invert {
  background: var(--card);
  border-color: var(--primary);
}

.arrow.invert svg path {
  stroke: var(--primary);
}

.arrow.invert:hover {
  background: var(--primary);
}

.arrow.invert:hover svg path {
  stroke: var(--card);
}

.btn {
  border-radius: 2px;
  background: var(--primary, #E55C31);
  border: 1px solid var(--primary);
  width: fit-content;
  text-align: center;
  color: var(--card, #FFFFFF);
  padding: clamp(1rem, 0.8625rem + 0.6875vw, 1.6875rem) clamp(1.25rem, 0.25rem + 5vw, 6.25rem);
  /* h6 */
  font-family: 'Gilroy';
  font-size: var(--h6);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  transition: all .5s;
  cursor: pointer;
}

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

.btn.black {
  border-radius: 2px;
  border: 1px solid var(--primary, #E55C31);
  background: var(--bg-dark, #272727);
}

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

.btn.invert {
  border-radius: 2px;
  border: 1px solid var(--primary, #E55C31);
  background: var(--card, #FFFFFF);
  color: var(--primary, #E55C31);
}

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

.product {
  border-radius: 2px;
  background: var(--primary2, #E4E4E4);
  display: flex;
  min-height: 260px;
  max-width: 370px;
  position: relative;
  overflow: hidden;
}

.product .product-inner {
  padding: clamp(1.125rem, 0.9125rem + 1.0625vw, 2.1875rem) clamp(0.75rem, 0.525rem + 1.125vw, 1.875rem);
  display: flex;
  flex-direction: column;
}

.product .product-inner .go {
  margin-top: auto;
  z-index: 3;
}

.product .pseudo {
  position: absolute;
  background: var(--primary);
  border-radius: 50%;
  width: 204px;
  height: 204px;
  right: -23px;
  bottom: -65px;

}

.product img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 300px;
  max-width: 300px;
  object-fit: contain;
  transition: all .5s;
  display: flex;
  aspect-ratio: 1 / 1;
}

.product .top__holder {
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 3;
}

.product:hover .go {
  background: var(--hover);
}

.product:hover img {
  transform: translateX(-10px) translateY(-15px) scale(1.05);
}

.service {
  border-radius: 2px;
  background: var(--bg-light-2, #E4E4E4);
  height: clamp(18.75rem, 18.3375rem + 2.0625vw, 20.8125rem);
  /* 333 - 300 */
  display: flex;
  flex-direction: column;
  transition: all .5s;
}

.service h5 {
  transition: all .5s;
}

.service:hover {
  background: var(--card);
}

.service:hover h5 {
  color: var(--primary);
}

.service:hover img {
  transform: scale(1.2);
}

.service img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: flex;
  transition: all .5s;
}

.service .photo__holder {
  display: flex;
  margin-top: auto;
  overflow: hidden;
  width: 100%;
  height: 230px;
}

.service .name {
  padding-top: clamp(0.9375rem, 0.6875rem + 1.25vw, 2.1875rem);
  /* 35 - 15 */
  padding-left: clamp(0.75rem, 0.525rem + 1.125vw, 1.875rem);
  padding-right: clamp(0.75rem, 0.525rem + 1.125vw, 1.875rem);
  /* 30 - 12, 30 - 12 */
  padding-bottom: 10px;
  max-width: 340px;
}

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

* {
  margin: 0;
  padding: 0;
  font-family: 'Gilroy';
  font-weight: 400;
  box-sizing: inherit;
}

body {
  background-color: var(--card);
  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 {
  text-decoration: none;
  color: #121212;
  transition: all 0.3s ease-in;
}

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

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

ul li::marker {
  color: var(--primary);
}

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

p {
  margin-bottom: 15px;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
}

h1.page-title {
  color: var(--primary, #1E1E1E);

  /* h1 */
  font-family: "Prosto One", sans-serif;
  font-size: var(--h1);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 54px */
  margin-bottom: clamp(0.75rem, 0.4rem + 1.75vw, 2.5rem);
  /* 40 - 12 */
}

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 {
  padding: 20px 0;
  font-family: 'Gilroy';
  font-size: 16px;
  line-height: 18px;
  color: var(--head);
}

.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

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

.error-bread {
  color: var(--primary) !important;
}

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

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

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

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

#header {
  background: var(--card);
  position: sticky;
  top: 0px;
  z-index: 10;
}

#header .nav-menu-element.active {
  color: var(--primary);
  border-color: 1px solid var(--primary);
}

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

#header .holder-top {
  flex-shrink: 0;
}

#header p {
  margin-bottom: 0px;
  color: var(--bg-dark, #1E1E1E);

  /* p2 */
  font-family: 'Gilroy';
  font-size: var(--p2);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.category-page .seotext-block .seotext-inner * {
  width: 100%;
}

.category-page .seotext-block .seotext-inner tr {
  display: flex;
  gap: 20px;
}

.category-page .seotext-block .seotext-inner tr img {
  height: 200px;
}

#header li {
  margin-bottom: 0px;
  list-style: none;
}

#header .inner-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: clamp(0.75rem, 0.025rem + 3.625vw, 4.375rem);
  /* 70 - 12 */
  padding-top: 5px;
  padding-bottom: 5px;
}

#header .inner-header .logo__holder {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  flex-shrink: 0;
}

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

#header .inner-header .logo__holder .logo_title {
  color: var(--head, #1E1E1E);
  font-family: 'Gilroy';
  font-size: var(--h5);
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  /* 20px */
  max-width: 167px;
}

.mainbanner-block h1 {
  line-height: 130%;
}


#header .inner-header .holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}

#header .inner-header .holder .top__holder {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#header .inner-header .holder .top__holder .name {
  color: var(--main-text, #959595);

  /* p3 */
  font-family: 'Gilroy';
  font-size: var(--p3);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

#header .phone__holder a {
  border-bottom: 1px solid var(--card);
  padding-bottom: 2px;
}

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

#header .inner-header .socials__holder {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

#header .inner-header .soc {
  width: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
  height: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
  /* 50 - 40, 50 - 40 */
  background: var(--card);
  border: 1px solid var(--primary);
  border-radius: 50%;
  display: flex;
  place-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .5s;
}

#header .inner-header .soc img,
#header .inner-header .soc svg {
  max-width: 20px;
  max-height: 20px;
}

#header .inner-header .soc:hover {
  background: var(--primary);
}

#header .inner-header .soc svg path {
  transition: all .5s;
}

#header .inner-header .soc:hover svg path {
  fill: var(--card);
}

#header .inner-header .bot__holder {
  border-top: 1px solid var(--bg-light);
}

#header .inner-header ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#header .inner-header ul li {
  padding: 5px clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  /* 20 - 12 */
  border-bottom: 1px solid var(--card);
  transition: all .5s;
}

#header .inner-header ul li a {
  color: var(--bg-dark, #1E1E1E);

  /* p2 */
  font-family: 'Gilroy';
  font-size: var(--p2);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

#header .inner-header li:hover {
  color: var(--primary);
  border-color: 1px solid var(--primary);
}

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

@media(max-width:1030px) {
  #header .inner-header {
    flex-direction: column;
    gap: 10px;
  }

  #header .holder-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-shrink: unset;
  }
}

@media(max-width:670px) {
  #header .inner-header .socials__holder {
    display: none;
  }

  #header .inner-header .holder .address__holder {
    display: none;
  }


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

  #header .inner-header .logo__holder {
    justify-content: space-between;
  }

  #header .inner-header .logo__holder {
    flex-shrink: unset;
  }

  #header .inner-header .logo__holder .logo_title {
    margin-right: auto;
    margin-left: 5px;
  }
}

@media(max-width:480px) {
  #header .inner-header .bot__holder {
    display: none;
  }

  #header .inner-header .holder .top__holder {
    padding-bottom: 5px;
  }

  #header .inner-header .holder .top__holder {
    justify-content: flex-end;
  }
}

@media(max-width:410px) {
  #header .inner-header .logo__holder .logo_title {
    font-size: 4vw;
  }
}

@media(max-width:380px) {

  #header .inner-header .value,
  #header .inner-header .value p {
    font-size: 4.2vw;
  }

  #header .inner-header .holder .top__holder {
    gap: 5px;
  }
}

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

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

#header #mobile-mnu .soc {
  width: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
  height: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
  /* 50 - 40, 50 - 40 */
  background: var(--card);
  border: 1px solid var(--primary);
  border-radius: 50%;
  display: flex;
  place-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .5s;
}

#header #mobile-mnu .soc img,
#header #mobile-mnu .soc svg {
  max-width: 20px;
  max-height: 20px;
}

#header #mobile-mnu .soc:hover {
  background: var(--primary);
}

#header #mobile-mnu .soc svg path {
  transition: all .5s;
}

#header #mobile-mnu .soc:hover svg path {
  fill: var(--card);
}

#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 a {
  font-size: 16px;
  line-height: 1;
  color: #374957;
  font-weight: 450;
}

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

#header #mobile-mnu .logo__holder {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

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

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

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

#header #mobile-mnu .menuTop li a {
  color: var(--head, #1E1E1E);

  /* p2 */
  font-family: 'Gilroy';
  font-size: var(--p2);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

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

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

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

.table {
  display: flex;
  width: 100%;
}

.table .item-table,
.table .value {
  border: 1px solid;
  padding: 10px 20px;
  text-align: start;
  height: 100%;
}

.table .tr {
  width: 100%;
}

.table::-webkit-scrollbar {
  height: 4px;
  /* ширина scrollbar */
}

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

#header .inner-header .holder .address__holder {
  width: 65%;
  word-wrap: break-word;
}

@media (max-width: 900px) {
  .table {
    overflow: auto;
  }

  .table .tr {
    width: 400px;
    flex-shrink: 0;
  }
}

.item-table.first {
  height: unset;
}


/* #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 {
  color: var(--head, #1E1E1E);

  /* p2 */
  font-family: 'Gilroy';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  text-wrap: balance;
}

#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;
  color: var(--head, #1E1E1E);

  /* p2 */
  font-family: 'Gilroy';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

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

#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;
  gap: 15px;
}

#header #mobile-mnu .phones__holder .phone__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: var(--head, #1E1E1E);

  /* p2 */
  font-family: 'Gilroy';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

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

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

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

#footer {
  background: var(--card);
  margin-top: clamp(0.9375rem, 0.125rem + 4.0625vw, 5rem);
  /* 80 - 15 */
}

#footer .phone {
  border-bottom: 1px solid var(--card);
  padding-bottom: 2px;
  width: fit-content;
  padding-bottom: 2px;
}

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

body.home #footer {
  margin-top: unset;
}

#footer li {
  list-style: none;
}

#footer .soc {
  width: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
  height: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
  /* 50 - 40, 50 - 40 */
  background: var(--card);
  border: 1px solid var(--primary);
  border-radius: 50%;
  display: flex;
  place-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .5s;
}

#footer .soc img,
#footer .soc svg {
  max-width: 20px;
  max-height: 20px;
}

#footer .soc:hover {
  background: var(--primary);
}

#footer .soc svg path {
  transition: all .5s;
}

#footer .soc:hover svg path {
  fill: var(--card);
}

#footer li:hover a {
  color: var(--primary) !important;
}

#footer .socials {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

#footer .reqs p {
  color: var(--head, #1E1E1E);

  /* p2 */
  font-family: 'Gilroy';
  font-size: var(--p2);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 10px;
}

#footer .reqs p:last-child {
  margin-bottom: 0px;
}

#footer .top-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: clamp(0.9375rem, -0.125rem + 5.3125vw, 6.25rem);
  /* 100 - 15 */
  padding-top: clamp(1.125rem, 0.725rem + 2vw, 3.125rem);
  /* 50 - 18 */
  padding-bottom: clamp(0.9375rem, 0.65rem + 1.4375vw, 2.375rem);
  /* 38 - 15 */
}

#footer .top-footer .contacts__holder .menu_title {
  margin-bottom: 0px !important;
}

#footer .top-footer .contacts__holder {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  /* 20 - 12 */
}

#footer .logo__holder {
  display: flex;
  height: fit-content;
}

#footer .logo__holder img {
  width: fit-content;
  height: fit-content;
  object-fit: contain;
  max-width: 200px;
  max-height: 150px;
}

#footer .top-footer .menu__holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

#footer .top-footer .menu__holder .menu_title {
  color: var(--head, #1E1E1E);

  /* h6 */
  font-family: 'Gilroy';
  font-size: var(--h6);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  margin-bottom: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  /* 20 - 12 */
}

#footer .top-footer .menu__holder ul li:last-child {
  margin-bottom: 0px;
}

#footer .top-footer .menu__holder li a {
  color: var(--stroke, #424242);

  /* p2 */
  font-family: 'Gilroy';
  font-size: var(--p2);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

#footer .bot-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  padding-top: clamp(0.9375rem, 0.8625rem + 0.375vw, 1.3125rem);
  /* 21 - 15 */
  padding-bottom: clamp(0.9375rem, 0.8625rem + 0.375vw, 1.3125rem);
  /* 21 - 15 */
  border-top: 1px solid var(--stroke);
}

#footer .bot-footer .privacy,
#footer .bot-footer .dev,
#footer .bot-footer .copyR {
  color: var(--stroke, #424242);

  /* p2 */
  font-family: 'Gilroy';
  font-size: var(--p2);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

#footer .bot-footer .dev {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all .5s;
}

#footer .bot-footer .dev svg {
  display: flex;
}

#footer .bot-footer .dev svg path {
  fill: var(--stroke);
  transition: all .5s;
}

#footer .bot-footer .dev:hover {
  color: var(--primary);
}

#footer .bot-footer .dev:hover svg path {
  fill: var(--primary);
}

#footer .bot-footer .privacy:hover {
  color: var(--primary) !important;
}

@media(max-width:800px) {
  #footer .bot-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #footer .copyR {
    order: -1;
  }
}

@media(max-width:600px) {
  #footer .top-footer {
    flex-direction: column;
  }

  #footer .logo__holder {
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width:400px) {
  #footer .logo__holder {
    margin-left: 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 {
  max-height: 90vh;
  max-width: 90vw;
  border-radius: 2px;
  background: var(--bg-light-2, #E4E4E4);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform .3s ease-in;
  z-index: 10000;
}

.theme-modal .form__holder {
  padding: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem) clamp(1.125rem, 0.6rem + 2.625vw, 3.75rem);
  max-width: 440px;
  display: flex;
  flex-direction: column;
  min-width: 280px;
}

.theme-modal .form__holder .column {
  display: flex;
  flex-direction: column;
}

.theme-modal .form__holder .btn {
  margin-top: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  /* 40 - 18 */
}

.theme-modal .form__holder .privacy {
  color: var(--stroke, #424242);
  text-align: center;

  /* p3 */
  font-family: 'Gilroy';
  font-size: var(--p3);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  margin-top: 10px;
}

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

.theme-modal .form__holder .column:first-child {
  gap: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  /* 20 - 12 */
}

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

.theme-modal .form__holder .title {
  text-align: center;
  width: fit-content;
  max-width: 334px;
  color: var(--head, #1E1E1E);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /* h2 */
  font-family: "Prosto One", sans-serif;
  font-size: var(--h2);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 48px */
  margin-bottom: clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem);
  /* 15 - 10 */
}

.theme-modal .form__holder .subtitle {
  color: var(--stroke, #424242);
  text-align: center;

  /* p2 */
  font-family: 'Gilroy';
  font-size: var(--p2);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  max-width: 334px;
  text-align: center
}

.theme-modal .form {
  margin-top: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
  /* 30 - 18 */
}

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

.theme-modal .form input::placeholder {
  color: var(--stroke, #424242);

  /* p2 */
  font-family: 'Gilroy';
  font-size: var(--p2);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.theme-modal .form input:hover::placeholder,
.theme-modal .form input:focus::placeholder {
  color: var(--primary);
}

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

.theme-modal .close-modal {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

#modal-success .form__holder {
  max-width: 877px;
}

#modal-success .form__holder,
#modal-success .form__holder .title,
#modal-success .form__holder .subtitle {
  max-width: unset;
}

#modal-success .form__holder .btn {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(0.9375rem, 0.75rem + 0.9375vw, 1.875rem);
  /* 30 - 15 */
}

@media(max-width:900px) {
  .theme-modal .close-modal {
    top: 15px;
    right: 15px;
  }
}

@media(max-width:400px) {
  .theme-modal .form__holder {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

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

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


.contacts-block .holder {
  display: none;
}

.seotext-block p * :not(img) {
  height: 20px;
}

#primary>div.bg__holder>div>div.archive__holder>a>div.product-inner>div.top__holder>h4 {
  color: var(--card);
}

