/*!
Theme Name: terasa
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: terasa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

terasa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@charset "UTF-8";

:root {
  --content-width: 1820px;
  --content-fluid-width: 1700px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --container-fluid-width: calc(
    var(--content-fluid-width) + (var(--container-offset) * 2)
  );
  --font-family: "Geologica", sans-serif;
  --outline: #e3ebf2;
  --main-color: #000000;
  --black: #000000;
  --background: #f3f7fd;
  --success: #27c340;
  --error: #e02828;
  --yellow: #ffc529;
  --disabled: #c5cfdc;
  --tetriary: #abc4e4;
  --primary: #2f80ed;
  --gray: #8b8b8b;
  --gray-dark: #2f2f2f;
  --secondary: #2169c9;
  --secondary-color-black: #2b3e73;
  --secondary-text-color-black: #a9aaad;
}

/* stylelint-disable */

/* stylelint-disable */

/* stylelint-disable */

.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

input[type="range"] {
  -webkit-appearance: none;
  /* Скрывает слайдер, чтобы можно было создать свой */
  width: 100%;
  /* Указание параметра ширины требуется для Firefox. */
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type="range"]:focus {
  outline: none;
  /* Убирает голубую границу у элемента. Хотя, возможно, и стоит создавать некоторое оформления для состояния фокуса в целях обеспечения доступности. */
}

input[type="range"]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  /* Скрывает слайдер, чтобы можно было добавить собственные стили. */
  border-color: transparent;
  color: transparent;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

button,
input,
select,
textarea {
  font: inherit;
  outline: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
}

canvas,
img,
svg,
video {
  -o-object-fit: contain;
  object-fit: contain;
}

ul[class] {
  list-style: none;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
  -webkit-transition:
    opacity 0.2s linear,
    color 0.2s linear,
    background-color 0.2s linear;
  -o-transition:
    opacity 0.2s linear,
    color 0.2s linear,
    background-color 0.2s linear;
  transition:
    opacity 0.2s linear,
    color 0.2s linear,
    background-color 0.2s linear;
}

a svg {
  -webkit-transition:
    fill 0.2s linear,
    stroke 0.2s linear;
  -o-transition:
    fill 0.2s linear,
    stroke 0.2s linear;
  transition:
    fill 0.2s linear,
    stroke 0.2s linear;
}

a:hover {
  color: inherit;
  opacity: 1;
  text-decoration: none;
}

button {
  -webkit-transition:
    opacity 0.2s linear,
    color 0.2s linear;
  -o-transition:
    opacity 0.2s linear,
    color 0.2s linear;
  transition:
    opacity 0.2s linear,
    color 0.2s linear;
  cursor: pointer;
}

button svg {
  -webkit-transition:
    fill 0.2s linear,
    stroke 0.2s linear;
  -o-transition:
    fill 0.2s linear,
    stroke 0.2s linear;
  transition:
    fill 0.2s linear,
    stroke 0.2s linear;
}

button:hover {
  opacity: 1;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
  border: none;
  background-color: transparent;
}

.btn-check:focus + .btn,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a {
  text-decoration: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-footer button:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: var(--main-color);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
}

html {
  scroll-behavior: smooth;
}

body:has(.headerMobile.uk-open) {
  overflow: hidden;
}

body.hidden {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  width: 100%;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sect.pb-0 {
  padding-bottom: 0;
}

.sect.pt-0 {
  padding-top: 0;
}

.sect--pt-50 {
  padding-top: 50px;
}

.border-t-gray {
  border-top: 1px solid #e9e9e9;
}

.border-t-none {
  border-top: none !important;
}

.formSelect,
.berocket_single_filter_widget select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("assets/img/icons/btn-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.berocket_single_filter_widget select {
  border: 1px solid #e9e9e9;
  background-color: #fff;
  height: 48px;
  padding-left: 16px;
  border-radius: 10px;
}

.berocket_single_filter_widget select:focus {
  outline: none;
}

.formSelect.button {
  padding-right: 40px;
}

.formSelect[aria-expanded="true"] {
  background-image: url("assets/img/icons/btn-arrow-up.svg");
}

.formSelect:focus {
  outline: none;
  background-image: url("assets/img/icons/btn-arrow-up.svg");
}

.overflow-hidden {
  overflow: hidden;
}

.formInput,
.form-row input {
  height: 70px;
  border-radius: 16px;
  background-color: #ffffff;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  border: 1px solid transparent;
}

.formInput::-webkit-input-placeholder {
  color: #b0b0b0;
  font-size: 16px;
}

.formInput::-moz-placeholder {
  color: #b0b0b0;
  font-size: 16px;
}

.formInput:-ms-input-placeholder {
  color: #b0b0b0;
  font-size: 16px;
}

.formInput::-ms-input-placeholder {
  color: #b0b0b0;
  font-size: 16px;
}

.formInput::placeholder {
  color: #b0b0b0;
  font-size: 16px;
}

.formInput:focus {
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.formInput--blur {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background: rgba(243, 243, 243, 0.75);
}

.formInput.h-48 {
  height: 48px;
}

.formInput.h-55 {
  height: 55px;
}

.sliderW {
  overflow: hidden;
}

.sliderW.sliderW-not-hidden {
  overflow: visible;
}

.inputW--submit-wrap {
  position: relative;
}

.inputW--submit-wrap .formInput {
  padding-right: 180px;
}

.inputW--submit-wrap .button {
  position: absolute;
  right: 12px;
  top: 11px;
}

.fw-light {
  font-weight: 300;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.sectHead {
  margin-bottom: 50px;
}

.pageHead {
  padding-top: 30px;
}

.pageSect {
  padding-top: 50px;
}

.pageSect--mt {
  margin-top: 50px;
}

.pageSect--mt-30 {
  margin-top: 30px;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  background-color: #fff;
  padding-top: 149px;
}

@media (max-width: 991px) {
  .wrapper {
    padding-top: 78px;
  }
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container {
  padding: 0 var(--container-offset);
}

.container {
  padding: 0 15px;
}

.container-fluid {
  max-width: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--font-family);
  color: var(--main-color);
  font-weight: 400;
  line-height: normal;
}

h1,
.h1 {
  font-size: 48px;
  line-height: 100%;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 100%;
}

h2 span,
.h2 span {
  color: #d1ba94;
}

h2.h2--24,
.h2.h2--24 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

.underline {
  text-decoration: underline;
}

@-webkit-keyframes shows {
  from {
    opacity: 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes shows {
  from {
    opacity: 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.content {
  line-height: 150%;
}

.content > p {
  margin-bottom: 20px;
}

.content h2 {
  margin-bottom: 15px;
  margin-top: 25px;
}

.content > p a {
  display: inline;
  border-bottom: 1px solid #000;
  transition:
    color 0.2s linear,
    border-color 0.2s linear;
}

.content > p a:hover {
  color: #d1ba94;
  border-color: #d1ba94;
}

.content > ul {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style-type: disc;
  padding-left: 20px;
}

.content > a {
  display: inline;
  border-bottom: 1px solid #000;
}

.navArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.navArrow--black {
  background-color: #000;
}

.navArrow--black svg {
  stroke: transparent;
  fill: #fff;
}

.navArrow--black.swiper-button-disabled {
  pointer-events: none;
  background-color: #e9e9e9;
}

.navArrow--black.swiper-button-disabled svg {
  fill: #000;
  stroke: transparent;
}

.navArrow--gray {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition:
    background 0.2s linear,
    opacity 0.2s linear;
  -o-transition:
    background 0.2s linear,
    opacity 0.2s linear;
  transition:
    background 0.2s linear,
    opacity 0.2s linear;
}

.navArrow--gray:hover {
  background: #fff;
}

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

.navArrowW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.navArrow.rounded-10 {
  border-radius: 10px;
}

.navArrow.rounded-12 {
  border-radius: 12px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-20 {
  font-size: 20px;
}

.fz-24 {
  font-size: 24px;
}

.fz-28 {
  font-size: 28px;
}

.color-gray {
  color: #adadad;
}

.color-white {
  color: #fff;
}

.color-gray-75 {
  color: rgba(173, 173, 173, 0.75);
}

.color-gray-dark-75 {
  color: rgba(47, 47, 47, 0.75);
}

.color-838 {
  color: #838383;
}

.color-e9e {
  color: #e9e9e9;
}

.color-yellow {
  color: #d1ba94;
}

a.color-gray-75:hover {
  color: var(--main-color);
}

a.color-black:hover,
button.color-black:hover {
  color: #d1ba94;
}

.rounded-12 {
  border-radius: 12px;
}

.rounded-20 {
  border-radius: 20px;
}

.uk-height-50 {
  height: 50%;
}

.bg--gray {
  background-color: #fafafa;
}

.bg--black {
  background-color: #202020;
}

.bg--black .h2 {
  color: #fff;
}

.bg--transparent {
  background-color: transparent !important;
}

.agreement {
  margin-top: 25px;
}

.agreement input {
  display: none;
}

.agreement:has(input:checked) label .rect {
  background: url("assets/img/icons/checked.svg") no-repeat center center/12px;
}

.introForm .agreement:has(input:checked) label .rect,
#modalConnect .agreement:has(input:checked) label .rect {
  background: url("assets/img/icons/checked-white.svg") no-repeat center
    center/12px;
}

.agreement .rect {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.agreement label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  cursor: pointer;
}

.agreementText {
  color: #adadad;
  font-weight: 300;
}

.agreementText a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
}

.agreementText a:hover {
  color: #d1ba94;
}

.agreement--gray .rect {
  border-color: #adadad;
}

.agreement--gray input:checked + label .rect {
  background-image: url("assets/img/icons/checked-white.svg");
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-3 {
  margin-bottom: 16px;
}

.mb-4 {
  margin-bottom: 24px;
}

.mb-5 {
  margin-bottom: 45px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-4 {
  margin-top: 24px;
}

.mt-30 {
  margin-top: 30px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 16px;
}

.gap-4 {
  gap: 24px;
}

.gap-5 {
  gap: 45px;
}

.gap-6 {
  gap: 6px;
}

.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-32 {
  gap: 32px;
}

.gap-40 {
  gap: 40px;
}

.gap-60 {
  gap: 60px;
}

.gap-100 {
  gap: 100px;
}

.p-20 {
  padding: 20px;
}

.max-w-350 {
  max-width: 350px;
}

.w-100 {
  width: 100%;
}

.filter-count {
  font-weight: 300;
  font-size: 13px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #d1ba94;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.position-unset {
  position: unset !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important;
}

.pe-none {
  pointer-events: none;
}

.checkbox input:checked + label .rect {
  border-color: #d1ba94;
  background-color: #d1ba94;
  background-image: url("assets/img/icons/checked-white.svg");
}

.checkbox label {
  -webkit-column-gap: 11px;
  -moz-column-gap: 11px;
  column-gap: 11px;
  cursor: pointer;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.checkbox label:hover {
  color: #d1ba94;
}

.checkbox label .rect {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
}

.line-sect {
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
}

.d-none {
  display: none !important;
}

.headerBurger {
  margin-left: 7px;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.d-none-lg-block {
  display: none !important;
}

.text-nowrap {
  white-space: nowrap;
}

.ml-auto {
  margin-left: auto;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition:
    background-color 0.2s linear,
    color 0.2s linear,
    -webkit-box-shadow 0.2s linear;
  transition:
    background-color 0.2s linear,
    color 0.2s linear,
    -webkit-box-shadow 0.2s linear;
  -o-transition:
    background-color 0.2s linear,
    color 0.2s linear,
    box-shadow 0.2s linear;
  transition:
    background-color 0.2s linear,
    color 0.2s linear,
    box-shadow 0.2s linear;
  transition:
    background-color 0.2s linear,
    color 0.2s linear,
    box-shadow 0.2s linear,
    -webkit-box-shadow 0.2s linear;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
}

.button--lg {
  height: 65px;
}

.button--white {
  background-color: #fff;
}

.button--white:hover {
  color: #000;
  -webkit-box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.15);
}

.button svg {
  width: 16px;
  height: 16px;
  stroke: #000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.button--transparent-brown {
  border: 1px solid #d1ba94;
}

.button--transparent-brown:hover {
  color: #d1ba94;
}

.button--transparent-gray {
  border: 1px solid #e9e9e9;
  background-color: #fff;
}

.button--transparent-gray-bg-gray {
  border: 1px solid #e9e9e9;
  background-color: transparent;
}

.button--transparent-gray-bg-gray:hover {
  background-color: #faf6ee;
}

.button--brown {
  background-color: #d1ba94;
  color: #fff;
}

.button--brown:hover {
  background-color: rgba(209, 186, 148, 0.7803921569);
  color: #fff;
}

.button--brown-light {
  background-color: #faf6ee;
}

.button--brown-light:hover {
  background-color: rgba(209, 186, 148, 0.5254901961);
  color: var(--main-color);
}

.button--gray {
  background-color: #f3f3f3;
}

.button--gray-light {
  background-color: #fafafa;
}

.button.rounded-10 {
  border-radius: 10px;
}

.button.rounded-6 {
  border-radius: 6px;
}

.button.rounded-8 {
  border-radius: 8px;
}

.button.rounded-4 {
  border-radius: 4px;
}

.button.h-27 {
  height: 27px;
}

.button.h-31 {
  height: 31px;
}

.button.h-44 {
  height: 44px;
}

.button.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.button.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.button.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.button.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

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

.button.w-100 {
  width: 100%;
}

.headerCatalogBtn {
  -webkit-column-gap: 23px;
  -moz-column-gap: 23px;
  column-gap: 23px;
  padding-left: 20px;
  padding-right: 20px;
}

.round-btn {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  -webkit-transition:
    border-color 0.2s linear,
    color 0.2s linear,
    background-color 0.2s linear;
  -o-transition:
    border-color 0.2s linear,
    color 0.2s linear,
    background-color 0.2s linear;
  transition:
    border-color 0.2s linear,
    color 0.2s linear,
    background-color 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.round-btn img {
  width: 24px;
}

.round-btn--white {
  background-color: #fff;
}

.round-btn--transparent-brown {
  border: 1px solid #e9e9e9;
}

.round-btn--transparent-brown:hover {
  border-color: #d1ba94;
}

.round-btn--black {
  background-color: #000;
}

.round-btn--brown {
  background-color: #faf6ee;
}

.round-btn--brown:hover {
  background-color: #d1ba94;
}

.round-btn--brown-dark {
  background-color: #d1ba94;
}

.round-btn--brown-dark:hover {
  background-color: rgba(209, 186, 148, 0.7);
}

.round-btn .count {
  background-color: #d1ba94;
  font-size: 10px;
  font-weight: 500;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 8px;
  right: 7px;
  position: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.round-btn img.w-20 {
  width: 20px;
}

.round-btn img.w-16 {
  width: 16px;
}

.round-btn--w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.round-btn--h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.round-btn.w-36 {
  width: 36px;
}

.round-btn.h-36 {
  height: 36px;
}

.headerCartBtn img {
  width: 18px;
}

.stocksCardArrow {
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition:
    box-shadow 0.2s linear,
    -webkit-box-shadow 0.2s linear;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.stocksCardArrow img {
  width: 16px;
}

.text-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.text-link:hover {
  color: #000;
}

.text-link:hover img {
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
}

.text-link img {
  width: 16px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition:
    transform 0.2s linear,
    -webkit-transform 0.2s linear;
}

.contactsPlayBtn:hover {
  color: #d1ba94;
}

.catalogCalcLinkBtn {
  color: #d1ba94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.headerWishlistBtn.active svg {
  fill: #000;
}

.headerWishlistBtn svg {
  width: 23px;
  height: 20px;
  fill: transparent;
  stroke: #000;
  stroke-width: 1.5px;
}

.proudctMainActionBtn {
  height: 51px;
}

.proudctMainActionBtn:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.proudctMainActionBtn span {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
}

.proudctMainActionBtn svg {
  fill: transparent;
  stroke: #000;
}

.proudctMainActionBtn:hover {
  background-color: #faf6ee;
  color: #d1ba94;
}

.proudctMainActionBtn:hover svg {
  stroke: #d1ba94;
}

.productInstrBtn:hover {
  color: #d1ba94;
}

.productInstrBtn:hover svg {
  stroke: #d1ba94;
}

.productInstrBtn span {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.productInstrBtn svg {
  fill: transparent;
}

.coupon-submit {
  position: absolute;
  top: 6px;
  right: 6px;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
}

.coupon-submit img {
  width: 7px;
}

.print_order {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.print_order:hover {
  text-decoration: underline;
  color: #d1ba94;
}

.introSlideBtnSm {
  display: none;
}

.shopArchiveBtn-sm {
  display: none;
}

.portfolioBtnAll {
  margin-left: 520px;
}

.cartItemRemove {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cartItemRemove img {
  width: 16px;
}

/* Hamburger Menu */

.hamburger {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 18px;
  height: 14px;
  min-width: 15px;
  margin-right: 0;
  cursor: pointer;
  position: relative;
  display: none;
}

.hamburger div {
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 2px;
  width: 100%;
  background: #222;
  border-radius: 10px;
}

.hamburger .meat {
  width: 100%;
}

.top-bun.active,
.meat.active,
.bottom-bun.active {
  opacity: 0;
}

.modal {
  display: none;
  border-radius: 16px;
  padding: 50px;
  background: #fff;
  color: #000;
}

.modal .h2 {
  font-size: 24px;
}

.modal .sectHead {
  margin-bottom: 30px;
}

.modal .inputW {
  margin-bottom: 10px;
}

#modalOrder {
  width: 600px;
}

.f-button.is-close-btn {
  background-color: transparent;
  right: 10px;
  top: 10px;
}

.fancybox__backdrop {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background: rgba(32, 32, 32, 0.5);
}

#modalConnect {
  width: 1200px;
  padding: 40px;
}

#modalConnect .modalContent {
  width: 100%;
}

#modalConnect .modalForm {
  width: 400px;
  position: absolute;
  left: 40%;
  bottom: 80px;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background: rgba(74, 74, 74, 0.5);
  border-radius: 16px;
  padding: 30px;
}

#modalConnect .modalForm .agreement {
  margin-top: 10px;
}

#modalConnect .modalForm .agreementText {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
}

#modalConnect .modalImage {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#modalConnect .modalImage img {
  width: 600px;
  height: 555px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

#modalConnect .f-button.is-close-btn {
  background: #000;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  right: 20px;
  top: 20px;
  opacity: 1;
}

#modalConnect .f-button.is-close-btn:hover {
  opacity: 0.85;
}

#modalConnect .modalTitle {
  font-size: 36px;
  margin-bottom: 15px;
}

#modalConnect .agreement input:checked + label .rect {
  border-color: #d1ba94;
  background-color: #d1ba94;
  background-image: url("assets/img/icons/checked-white.svg");
}

.aioseo-breadcrumbs {
  font-size: 14px;
  color: #adadad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 300;
}

.aioseo-breadcrumbs a {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.aioseo-breadcrumbs a:hover {
  color: #000;
}

.uk-accordion-default .uk-accordion-icon svg {
  display: none;
}

.uk-accordion-default .uk-open .uk-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.uk-accordion-title {
  padding: 25px;
}

.uk-accordion-default .uk-accordion-title:hover {
  color: #000;
}

.uk-accordion-content {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}

.uk-accordion-default li {
  background-color: #fafafa;
  border-radius: 12px;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.uk-accordion-default li:hover {
  background-color: #faf6ee;
}

.uk-accordion-default > :nth-child(n + 2) {
  margin-top: 10px;
}

.uk-accordion-default .uk-accordion-content {
  margin-top: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 150%;
  color: #838383;
}

.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  padding: 4px;
  background-color: var(--background);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
}

.tabs__nav-btn {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 14px;
  padding-left: 16px;
  padding-right: 16px;
}

.tabs__nav-btn--active {
  background-color: var(--primary);
  color: #fff;
}

.tabs__panel {
  display: none;
}

.tabs__panel--active {
  display: block;
}

.brown-transp-tabs-nav.uk-subnav-pill {
  row-gap: 12px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-left: 0;
}

.brown-transp-tabs-nav.uk-subnav-pill li {
  padding-left: 0;
}

.brown-transp-tabs-nav.uk-subnav-pill li a {
  padding: 14px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  color: #000;
  border: 1px solid #e9e9e9;
  text-transform: unset;
  font-weight: 300;
  font-size: 15px;
}

.brown-transp-tabs-nav.uk-subnav-pill li.uk-active a {
  background-color: #faf6ee;
  border-color: #faf6ee;
}

.text-tabs-nav.uk-subnav-pill {
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  row-gap: 10px;
  padding-left: 0;
}

.text-tabs-nav.uk-subnav-pill li {
  padding-left: 0;
}

.text-tabs-nav.uk-subnav-pill li a {
  padding: 0;
  color: #000;
  text-transform: unset;
  font-weight: 400;
  font-size: 15px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.text-tabs-nav.uk-subnav-pill li a:hover {
  color: #d1ba94;
}

.text-tabs-nav.uk-subnav-pill li.uk-active a {
  color: #d1ba94;
  background-color: transparent;
}

.white-tabs-nav.uk-subnav-pill {
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  padding-left: 0;
}

.white-tabs-nav.uk-subnav-pill li {
  padding-left: 0;
}

.white-tabs-nav.uk-subnav-pill li a {
  padding: 15px;
  color: #000;
  text-transform: unset;
  font-size: 14px;
  border-radius: 6px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background: rgba(255, 255, 255, 0.65);
}

.white-tabs-nav.uk-subnav-pill li a:hover {
  color: #000;
}

.white-tabs-nav.uk-subnav-pill li.uk-active a {
  color: #000;
  background-color: #fff;
}

.headerLogo img {
  width: 170px;
}

.headerTW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e9e9e9;
}

.headerTContacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerB {
  padding-top: 16px;
  padding-bottom: 16px;
}

.headerBW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.headerBL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
}

.headerBR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.headerCatalog {
  border-radius: 16px;
  width: 100%;
  left: 0 !important;
  padding: 0;
}

.headerCatalog--portfolio {
  width: 1000px;
  border-radius: 20px;
}

.headerCatalogImage {
  border-radius: 8px;
  height: 288px;
  width: 440px;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.headerCatalogGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-column-gap: 90px;
  -moz-column-gap: 90px;
  column-gap: 90px;
}

.headerCatalog .catalogNav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 50%;
}

.headerCatalog .catalogNav ul li a {
  padding: 14px 40px 14px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background-image: url("assets/img/icons/arrow-btn.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  font-weight: 300;
  color: #000;
}

.headerCatalog .catalogNav ul li a:hover {
  background-color: #faf6ee;
}

.headerCatalog .catalogCalcW {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
}

.headerCatalog .catalogCalcLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  height: 50%;
  background-color: #f8f8f8;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 16px;
}

.headerCatalog .catalogCalcLinkTitle {
  color: #000;
  font-size: 22px;
  margin-bottom: 10px;
}

.headerCatalog .catalogCalcLink > img {
  width: 32px;
}

.headerCatalog .catalogCalcLink:hover {
  background-color: #faf6ee;
}

.headerCitiesMenu {
  width: 300px;
  border-radius: 10px;
}

.headerCitiesMenu ul li:not(:last-child) {
  margin-bottom: 10px;
}

.headerCitiesMenu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: var(--main-color);
}

.headerCitiesMenu ul li a:hover {
  color: #d1ba94;
}

.headerCitiesMenu ul li a img {
  width: 24px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.headerBNav .uk-dropdown {
  border-radius: 10px;
}

.headerBNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}

.headerBNav ul li.menu-item-has-children > a {
  background-image: url("assets/img/icons/drop.svg");
  background-size: 16px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 26px;
  -webkit-transition:
    background 0.2s linear,
    color 0.2s linear;
  -o-transition:
    background 0.2s linear,
    color 0.2s linear;
  transition:
    background 0.2s linear,
    color 0.2s linear;
}

.headerBNav ul li.menu-item-has-children > a:hover {
  background-image: url("assets/img/icons/drop-brown.svg");
}

.headerBNav ul li a:hover {
  color: #d1ba94;
}

.headerBNav ul li a.uk-button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 0;
  line-height: normal;
  font-size: 15px;
  text-transform: unset;
  vertical-align: baseline;
}

.headerBNav .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.headerBNav .sub-menu li:not(:last-child) {
  margin-bottom: 10px;
}

.portfolioNavW .catalogNav ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.portfolioNavW .catalogNav ul li {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.portfolioNavW .catalogNav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 8px;
  font-weight: 300;
  color: #000;
  border-radius: 10px;
  padding-right: 44px;
  background-image: url("assets/img/icons/arrow-btn.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 8px center;
}

.portfolioNavW .catalogNav ul li a:hover {
  background-color: #faf6ee;
}

.portfolioNavW .catalogNav ul li a img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.headerMobile {
  padding: 10px 15px 15px;
  width: 100%;
  max-width: 100% !important;
  left: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-y: auto;
}

.headerMobile ul li,
.headerMobile ul li .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}

.headerMobile ul li a {
  font-size: 14px;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.headerMobile.uk-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headerTContacts--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 10px;
}

.mobile-submenu-btn {
  width: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-inner,
.menu-inner-services {
  top: 1px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fafafa;
  padding: 10px 15px 15px;
  width: 100%;
  max-width: 100% !important;
  left: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-y: auto;
}

.menu-inner-prev img,
.menu-inner-prev-services img {
  -o-object-fit: contain;
  object-fit: contain;
}

.socials ul li a {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
}

.socials--transparent-brown ul li a {
  border: 1px solid #e9e9e9;
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

.socials--transparent-brown ul li a:hover {
  border-color: #d1ba94;
}

.order .socials ul li a {
  width: 40px;
  height: 40px;
}

.intro {
  padding-top: 10px;
}

.introSlider .navArrowW {
  position: absolute;
  bottom: 85px;
  right: 120px;
}

.introSlider .swiper-pagination {
  display: none;
}

.introSlide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 650px;
  border-radius: 16px;
  padding-top: 85px;
  padding-bottom: 85px;
  padding-left: 120px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 30px;
}

.introSlideTitle {
  font-size: 48px;
  line-height: 100%;
  color: #fff;
  max-width: 475px;
}

.introSlideDescr {
  font-weight: 300;
  color: #fff;
  max-width: 356px;
}

.introSlideT {
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.introSlide > * {
  position: relative;
}

.introSlide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.introW {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  padding-left: 80px;
  padding-right: 80px;
}

.introW::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}

.introContent {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.introForm {
  position: relative;
  z-index: 1;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background: rgba(74, 74, 74, 0.5);
  border-radius: 16px;
  padding: 30px;
  width: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.introFormTitle {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}

.introTitle {
  color: #fff;
  margin-bottom: 30px;
  max-width: 705px;
}

.introDescr {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 300;
  max-width: 500px;
}

.introDescr--600 {
  max-width: 600px;
}

.category-intro-slider {
  width: 100%;
}

.category-intro-slider + .navArrow.swiper-button-lock {
  pointer-events: none;
  opacity: 0.4;
}

.category-intro-slide {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 16px;
  padding: 25px;
  height: auto;
}

.category-intro-slide img {
  width: 36px;
  margin-bottom: 20px;
}

.category-intro-title {
  font-size: 20px;
}

.aboutIntro {
  background-color: #202020;
}

.aboutIntro .h1 {
  color: #fff;
}

.aboutIntro .content {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.aboutIntroContent {
  padding-right: 100px;
}

.aboutIntroVideoW {
  position: relative;
}

.aboutIntroVideo {
  position: absolute;
  top: -40px;
}

a.aboutIntroVideo {
  cursor: pointer;
}

.aboutIntroVideo:hover .reviewsVideoItemPlay img {
  opacity: 0.85;
}

.aboutIntroVideo > img {
  border-radius: 12px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.aboutIntroVideo .reviewsVideoItemPlay {
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.introAdvItem {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background: rgba(74, 74, 74, 0.5);
  border-radius: 12px;
  padding: 16px 30px;
}

.introAdvItem > img {
  width: 18px;
}

.introAdvItem span {
  font-weight: 300;
  font-size: 15px;
  color: #fff;
}

.connectIntro {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.connectIntro::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(40%, rgba(255, 255, 255, 0)),
    color-stop(80%, rgb(0, 0, 0))
  );
  background: -o-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 40%,
    rgb(0, 0, 0) 80%
  );
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 40%,
    rgb(0, 0, 0) 80%
  );
}

.connectIntro .introDescr {
  line-height: 150%;
}

.connectIntro .pageHead {
  margin-bottom: 25px;
  padding-top: 0;
}

.connectIntro .pageHead .aioseo-breadcrumbs {
  color: #adadad;
  position: relative;
}

.connectIntro .pageHead .aioseo-breadcrumbs a:hover {
  color: #fff;
}

.single-intro {
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
}

.introService .aioseo-breadcrumbs {
  display: none;
}

.stocksCol:nth-child(2) {
  min-height: 620px;
  row-gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stocksCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.stocksCard > * {
  position: relative;
}

.stocksCard:hover {
  color: #000;
}

.stocksCard:hover .stocksCardArrow {
  -webkit-box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.15);
}

.stocksCardTitle {
  font-size: 32px;
  max-width: 360px;
}

.stocksCard--lg {
  padding: 80px;
  min-height: 620px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stocksCard--lg .stocksCardTitle {
  font-size: 36px;
  max-width: 500px;
}

.stocksCardPrice {
  font-weight: 100;
  font-size: 28px;
}

.stocksCard--linear-white::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -o-linear-gradient(
    268deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  background: linear-gradient(
    182deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  );
}

.stocksCardImage {
  position: absolute;
  bottom: 0;
  right: 0;
}

.stocksCardImage--sm {
  bottom: 30px;
  right: 30px;
}

.stocksSlider--sm {
  display: none;
}

.stocksSlider--sm .swiper-pagination {
  position: relative;
  bottom: unset;
  margin-top: 10px;
}

.productCat {
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 21px;
  padding-left: 24px;
  border-radius: 12px;
  padding-right: 24px;
  padding-top: 30px;
}

.productCat:hover {
  background-color: #faf6ee;
  color: #000;
}

.productCatImage {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  height: 200px;
  object-fit: contain;
}

.productCatTitle {
  font-size: 20px;
  margin-bottom: 6px;
}

.productCatPrice {
  font-weight: 300;
  font-size: 15px;
  color: #adadad;
}

.productCatB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.productCatSlider .swiper-scrollbar {
  width: 100%;
  height: 3px;
}

.productCatSlider .navArrowW {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.productCatSlider .swiper-slide {
  height: auto;
}

.productCatSlider .swiper-slide .productCat {
  height: 100%;
}

.productW {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
}

.productW .quantityW {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}

.productW .quantityW button {
  width: 36px;
  font-size: 18px;
}

.productW .quantity-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3px;
  -moz-column-gap: 3px;
  column-gap: 3px;
}

.productW .quantity-input input {
  width: 18px;
  text-align: end;
  height: 46px;
}

.productW .quantity-input input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.productW .quantity-input span {
  font-size: 15px;
  color: #adadad;
  display: block;
  width: 30px;
}

.productLeft {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.productGallery .white-tabs-nav {
  position: absolute;
  top: 424px;
  z-index: 2;
  right: 10px;
}

.productContent {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
  padding-left: 70px;
  position: sticky;
  top: 35px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.productMainSlider .swiper-slide img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.productMainThumbSlider {
  margin-top: 10px;
}

.productMainThumbSlider .swiper-slide img {
  border-radius: 12px;
  height: 110px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.productMainThumbSlider .navArrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.productMainThumbSlider .navArrowPrev {
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.productMainThumbSlider .navArrowNext {
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.productMainTabName {
  color: #737373;
  font-weight: 300;
}

.productTabs {
  max-width: 735px;
  margin-top: 30px;
}

.productMainNav {
  border-bottom: 1px solid #e9e9e9;
  position: sticky;
  top: 0;
  background-color: #fff;
  padding-top: 15px;
  z-index: 1;
}

.productMainNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.productMainNav ul li:last-child {
  padding-right: 15px;
}

.productMainNav ul li a {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  border-bottom: 1px solid transparent;
  position: relative;
  white-space: nowrap;
}

.productMainNav ul li a:hover:after {
  background-color: #d1ba94;
}

.productMainNav ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.productMainNav ul li a.mPS2id-highlight {
  border-color: #d1ba94;
}

.productMainNav ul li a.mPS2id-highlight::after {
  background-color: #d1ba94;
}

.productTabsContent {
  padding-top: 35px;
  position: sticky;
  top: 35px;
}

.productTabsBlock:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.productTableRow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  border-bottom: 1px solid #e9e9e9;
}

.productTableRow:hover .col .copyBtn img {
  opacity: 1;
}

.productTableRow .col {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
  padding-top: 10px;
  padding-bottom: 10px;
}

.productTableRow .col .copyBtn img {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0;
}

.productTableRow.productTableRow-sm-no-column .col {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.productAdv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}

.productAdvIcon {
  width: 36px;
}

.productAdvText {
  font-weight: 300;
}

.productAdvGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
}

.productDeliveryItem > img {
  width: 22px;
}

.main-product .order-messages,
.single-product .order-messages {
  display: none;
}

.portfolioSlider .swiper-slide .portfolioCard {
  height: 100%;
}

.portfolioSlider .swiper-slide {
  height: auto;
  z-index: 2;
}

@media (min-width: 1200px) {
  .portfolioSlider .swiper-slide {
    width: calc(25% - 22px) !important;
  }
  .portfolioSlider .swiper-slide.swiper-slide-lg {
    width: calc(50% - 20px) !important;
  }
}

.portfolioSlider .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
  margin-top: 15px;
  display: none;
}

.portfolioSlider .swiper-pagination-bullet {
  opacity: 1;
  background-color: #b1b1b1;
}

.portfolioSlider .swiper-pagination-bullet-active {
  background-color: #000;
}

.portfolioCard {
  position: relative;
  display: flex;
  flex-direction: column;
}

.portfolioCard--first {
  display: none !important;
}

@media (max-width: 991px) {
  .portfolioCard--first {
    display: block !important;
  }
}

.portfolioCardImage {
  border-radius: 12px;
  margin-bottom: 24px;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolioCardImageW:hover {
  opacity: 0.85;
}

.portfolioCard .button {
  margin-top: auto;
}

.portfolioCardTitle {
  font-size: 20px;
  margin-bottom: 24px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolioCardTitle:hover {
  color: #d1ba94;
}

.portfolioCardMatherials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  color: #d1ba94;
  font-weight: 300;
  padding-left: 0;
  font-size: 15px;
  text-transform: unset;
  margin-top: auto;
}

.portfolioCardLg {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 50px 50px 60px;
  border-radius: 16px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  min-height: 460px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.portfolioCardLg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}

.portfolioCardLg:hover {
  color: #000;
}

.portfolioCardLg .portfolioCardTitle {
  color: #fff;
  font-size: 28px;
}

.portfolioCardLg .portfolioCardTitle:hover {
  color: #d1ba94;
}

.portfolioCardLg .portfolioCardContent {
  max-width: 415px;
}

.portfolioCardLg .portfolioCardMatherials {
  margin-bottom: 0;
}

.portfolioGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 40px;
}

.portfolioGrid .portfolioCardLg {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.portfolioGrid .portfolioCard {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
  flex-direction: column;
}

.portfolioGrid .portfolioCard a.button {
  margin-top: auto;
}

.matherialBlock {
  -webkit-box-shadow: 0 4px 76px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 76px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  z-index: 1;
  max-height: 500px;
  overflow-y: auto;
}

.matherialBlock:not(:has(.matherialBlockItem)) {
  display: none;
}

.matherialBlock:not(.matherialBlock--lg) {
  width: 100%;
}

.portfolioCardMatherials {
  position: relative;
  line-height: unset;
}

.matherialBlockItemTitle {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.matherialBlockItem {
  border-radius: 6px;
  padding: 10px;
  width: 100%;
}

.matherialBlockItem:hover {
  background-color: #faf6ee;
}

.matherialBlockItemImg {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.portfolio-image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.portfolio-gal-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.portfolio-gal-grid > .portfolio-image {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.portfolioSlide-sm-first-slide {
  display: none;
}

.advMain .sectHead {
  max-width: 450px;
}

.advMain .container {
  max-width: 1700px;
  position: relative;
  left: -105px;
}

.advMainW {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
}

.advMainImg {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
  padding-right: 60px;
}

.advMainImg img {
  border-radius: 0 16px 16px 0;
  height: 540px;
  -o-object-fit: cover;
  object-fit: cover;
}

.advMainContent {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.advMainSlider {
  width: 100%;
  padding-top: 50px;
  margin-top: -50px;
  padding-bottom: 50px;
  margin-bottom: -50px;
  /* padding-left: 30px;
  margin-left: -30px; */
}

.advMainSliderW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.advMainSlider .swiper-slide {
  padding-left: 12px;
  padding-right: 12px;
  height: auto !important;
}

.advMainSlider .swiper-slide .advMainItem, .profitSlide .advMainItem {
  padding: 25px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 12px;
  height: 100%;
}

.advMainSlider .swiper-slide .advMainItem:not(:last-child) {
  margin-bottom: 24px;
}

.advMainSlider .swiper-slide .advMainItem img, .profitSlide img {
  width: 36px;
}

.advMainSlider .swiper-slide .advMainItemTitle, .profitSlide .advMainItemTitle {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}

.advMainSlider .swiper-slide .advMainItemDescr, .profitSlide .advMainItemDescr {
  line-height: 150%;
  color: #737373;
  font-weight: 300;
}

.advMainSlider .swiper-pagination {
  display: none;
  position: relative;
  bottom: 0;
  margin-top: 15px;
}

.advMainSlider .swiper-pagination-bullet {
  background-color: #b1b1b1;
}

.advMainSlider .swiper-pagination-bullet-active {
  background-color: #000000;
}

.service-adv {
  overflow: hidden;
}

.service-adv .cartAdv {
  position: relative;
}

.service-adv .serv-adv-bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
}

.order {
  padding-bottom: 40px;
}

.order--pb {
  padding-bottom: 80px;
}

.orderT {
  background-color: #fafafa;
  position: relative;
  z-index: 1;
}

.orderTW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.orderTW--consult {
  background: #fafafa;
  border-radius: 16px;
  padding: 80px;
  position: relative;
}

.orderTW--consult .orderContent {
  padding: 0;
}

.orderT .socials {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 0;
  margin-top: 16px;
  margin-right: 200px;
}

.order .h2 {
  font-size: 48px;
  line-height: 100%;
}

.order .sectHead {
  margin-bottom: 30px;
  max-width: 560px;
}

.order .sectHead--lg {
  max-width: 680px;
}

.orderDescr {
  font-weight: 300;
  font-size: 18px;
  color: #adadad;
  max-width: 390px;
}

.orderDescr--lg {
  max-width: 475px;
}

.orderImage {
  width: 650px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: 75px;
  border-radius: 16px;
}

.orderImage--absolute {
  position: absolute;
  top: unset;
  bottom: 0;
  width: 575px;
  height: auto;
  right: 130px;
}

.orderContent {
  padding-top: 75px;
  padding-bottom: 65px;
}

.orderB {
  position: relative;
  padding-top: 50px;
}

.orderBBg {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.orderBBg--cat {
  width: 1080px;
}

.orderB--pt-sm {
  padding-top: 35px;
}

.order .socials {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 65px;
}

.order .socials span {
  max-width: 150px;
}

.order .socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.orderForm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  position: relative;
  z-index: 1;
}

.orderForm .inputW {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.orderForm .agreement {
  -ms-grid-column-span: 12;
  grid-column: 12 span;
}

.orderForm--three-cols {
  row-gap: 20px;
}

.orderForm--three-cols .inputW {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}

.orderBImageBottom {
  position: absolute;
  bottom: -41px;
  left: 0;
  right: 0;
  margin: auto;
}

.orderBImageRight {
  right: 0;
  position: absolute;
  bottom: 0;
}

.orderBImageRight--sm {
  display: none;
}

.about {
  background-color: #202020;
}

.about .h2 {
  margin-bottom: 25px;
  color: #fff;
}

.aboutDescr {
  font-weight: 300;
  color: #adadad;
  line-height: 160%;
  padding-bottom: 50px;
  border-bottom: 2px solid #2f2f2f;
  margin-bottom: 50px;
}

.aboutW {
  -webkit-column-gap: 90px;
  -moz-column-gap: 90px;
  column-gap: 90px;
}

.aboutContent {
  width: 530px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.aboutAdv {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.aboutAdvGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 2px solid #2f2f2f;
}

.aboutAdvTitle {
  margin-bottom: 4px;
  font-size: 36px;
  color: #d1ba94;
}

.aboutAdvText {
  font-weight: 300;
  color: #fff;
}

.about .text-link {
  color: #d1ba94;
}

.aboutSlider {
  width: 100%;
}

.aboutSlider .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -o-linear-gradient(
    271deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.68) 100%
  );
  background: linear-gradient(
    179deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.68) 100%
  );
  border-radius: 16px;
}

.aboutSlider .swiper-slide img {
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.aboutSliderW {
  position: relative;
  width: calc(100% - 620px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.aboutSlider .swiper-pagination {
  display: none;
}

.aboutW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.aboutThumbSliderW {
  position: absolute;
  bottom: 40px;
  right: 25px;
  left: 25px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  z-index: 1;
}

.aboutThumbSlider .swiper-slide {
  border: 4px solid transparent;
  cursor: pointer;
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

.aboutThumbSlider .swiper-slide:hover {
  border-color: #d1ba94;
}

.aboutThumbSlider .swiper-slide.swiper-slide-thumb-active {
  border-color: #d1ba94;
}

.aboutThumbSlider .swiper-slide img {
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.aboutImg {
  width: 100%;
  height: 510px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.aboutWhy {
  padding-top: 200px;
}

.aboutWhy .sectHead {
  width: 360px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.connectAboutGrid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.connectAboutGrid .col {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.connectAboutGrid .content {
  margin-bottom: 30px;
}

.conntectAboutContent {
  max-width: 450px;
  position: relative;
}

.connectAboutAdv {
  width: 320px;
  position: absolute;
  left: calc(100% + 70px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}

.connectAboutAdvItem {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.connectAboutAdvItem img {
  width: 36px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.connectAboutAdvItem span {
  font-size: 20px;
}

.partnersSliderW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.partnersSlide:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.partnersSlide img {
  height: 90px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  -o-transition: filter 0.2s linear;
  transition: filter 0.2s linear;
  transition:
    filter 0.2s linear,
    -webkit-filter 0.2s linear;
}

.partners .swiper-pagination {
  display: none;
  position: relative;
  bottom: 0;
  margin-top: 15px;
}

.partners .swiper-pagination-bullet {
  background-color: #b1b1b1;
  opacity: 0.5;
}

.partners .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}

.newsCard {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}

.newsCard-white {
  background-color: #fff;
  padding: 24px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}

.newsCard-white .newsCardTitle {
  font-size: 20px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsCard-white .newsCardTitle:hover {
  color: #d1ba94;
}

.newsCard-white .newsCardDate {
  font-weight: 300;
  color: #adadad;
  opacity: 0.75;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsCardTitle {
  margin-bottom: 24px;
}

.newsCard--lg {
  min-height: 525px;
  padding: 55px 60px 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.newsCard--lg > * {
  position: relative;
  z-index: 1;
}

.newsCard--lg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.newsCard--lg .newsCardTitle {
  font-size: 24px;
  color: #fff;
  max-width: 490px;
}

.newsCard--lg .newsCardTitle:hover {
  color: #d1ba94;
}

.newsCard--lg .newsCardDescr {
  color: #fff;
  opacity: 0.75;
  font-weight: 300;
  line-height: 160%;
  max-width: 490px;
  margin-bottom: 30px;
}

.newsCardBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-top: auto;
}

.newsCardDate {
  font-weight: 300;
  opacity: 0.75;
  color: #fff;
}

.newsCardImage {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.newsCardImage:hover {
  opacity: 0.85;
}

.newsCardImage img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.newsCol--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contactsContent {
  background-color: #fafafa;
  padding: 42px 42px 65px;
  border-radius: 16px;
}

.contactsContent .h2 {
  margin-bottom: 30px;
}

.contacts .map {
  height: 100%;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.mapW.contacts-visible {
  display: block;
  padding-left: 0;
}

.reviews .navArrowW {
  display: none;
}

.reviews .navArrowW.d-flex {
  display: flex;
}

.reviews:has(li.uk-active .reviewsNavLink) .navArrowW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews .swiper-pagination {
  display: none;
}

.reviews .swiper-pagination-bullet {
  background-color: #b1b1b1;
  opacity: 0.5;
}

.reviews .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #000;
}

.reviewsVideoGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.reviewsVideoItem {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}

.reviewsVideoItemImage {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.reviewsVideoItemImage:hover {
  opacity: 0.85;
}

.reviewsVideoItemImage > img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.reviewsVideoItemTitle {
  margin-bottom: 10px;
}

.reviewsVideoItemPlay {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.reviewsVideoItemPlay img {
  width: 80px;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.shopFilter .dropdown {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 10px;
  padding: 14px 16px;
  border: 1px solid #e9e9e9;
}

.shopFilter .dropdown .checkbox-item:not(:last-child),
.shopFilter .dropdown li:not(:last-child) {
  margin-bottom: 10px !important;
}

.shopFilter .dropdown .checkbox-item input,
.shopFilter .dropdown li input {
  display: none;
}

.shopFilter .dropdown .checkbox-item input:checked + label .rect,
.shopFilter .dropdown li input:checked + label:before {
  background-image: url("assets/img/icons/checked-white.svg");
  background-color: #d1ba94;
}

.shopFilter .dropdown .checkbox-item label,
.shopFilter .dropdown li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 300;
  color: #000;
  flex-direction: row-reverse;
}

.shopFilter .dropdown li label:hover:before {
  background-color: #f6f0e5;
}

.shopFilter .dropdown .checkbox-item label .rect,
.shopFilter .dropdown li label::before {
  display: block;
  content: "";
  border: 1px solid #d1ba94;
  border-radius: 4px;
  width: 19px;
  height: 19px;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
}

.productCard {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.productCardLogo {
  max-width: 82px;
  max-height: 24px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.productCardTitle {
  font-size: 20px;
  margin-bottom: 20px;
}

.productCardTitle:hover {
  color: #d1ba94;
}

.productCardParam:not(:last-child) {
  margin-bottom: 10px;
}

.productCardParamHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-weight: 300;
  margin-bottom: 5px;
}

.woo-variation-swatches.wvs-show-label .variations th {
  font-weight: 300;
  margin-bottom: 5px;
}

.variations tr {
  margin-bottom: 10px;
  display: block;
}

.productCardParamTitle,
.woo-selected-variation-item-name {
  color: #adadad;
  font-weight: 300 !important;
}

.woo-variation-swatches.wvs-show-label .variations th label {
  font-weight: 300;
}

.productCardParam ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 8px;
  flex-wrap: wrap;
}

.productCardParam ul li input {
  display: none;
}

.productCardParam ul li input:checked + label {
  border-color: #000;
  pointer-events: none;
}

.productCardParam ul li.active a {
  border-color: #000;
  pointer-events: none;
}

.productCardParam ul li label,
.productCardParam ul li a {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 6px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

.productCardParam ul li label:hover,
.productCardParam ul li a:hover {
  border-color: #000;
}

.productCardParam ul li label:hover img,
.productCardParam ul li a:hover img {
  opacity: 0.85;
}

.productCardParam ul li label img,
.productCardParam ul li a img {
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.productCardParam ul li label:has(img),
.productCardParam ul li a:has(img) {
  padding: 2px;
}

.productCardParams {
  padding-bottom: 20px;
}

.productCard .quantityW {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}

.productCard .quantityW button {
  width: 36px;
  font-size: 18px;
}

.productCard .quantity-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3px;
  -moz-column-gap: 3px;
  column-gap: 3px;
}

.productCard .quantity-input input {
  width: 30px;
  text-align: end;
  height: 46px;
}

.productCard .quantity-input input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.productCard .quantity-input span {
  font-size: 15px;
  color: #adadad;
  display: block;
  width: 30px;
}

.productCardPriceW {
  margin-bottom: 20px;
  margin-top: auto;
  border-top: 1px solid #e9e9e9;
  padding-top: 20px;
}

.productCardPriceStrong {
  font-size: 20px;
}

.productCardPriceTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 5px;
}

.productCardPriceTop .sep {
  font-weight: 300;
  font-size: 17px;
  color: #e9e9e9;
}

.productCardPriceOld {
  font-weight: 300;
  font-size: 15px;
  position: relative;
  color: #adadad;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.productCardPriceOld::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #adadad;
  position: absolute;
  top: 10px;
}

.price-old {
  position: relative;
}

.productCardPriceSecond {
  font-weight: 300;
  font-size: 17px;
  color: #838383;
}

.productCardSlide img {
  border-radius: 12px;
  height: 320px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.productCardSlide.productSmCardSlide-img-cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.productCardSlider {
  width: 100%;
}

.productCardSlider .navArrow {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.productCardSlider .navArrowPrev {
  left: 0;
  border-radius: 0 8px 8px 0;
}

.productCardSlider .navArrowNext {
  right: 0;
  border-radius: 8px 0 0 8px;
}

.productCardSlider:hover .navArrow {
  opacity: 1;
}

.productCardSlider .swiper-pagination {
  padding: 8px 8px 0 8px;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  left: unset;
  bottom: 0;
  position: absolute;
  border-radius: 6px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.productCardSlider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #d9d9d9;
  opacity: 1;
  margin-left: 2px !important;
  margin-right: 2px !important;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.productCardSlider .swiper-pagination-bullet:hover {
  background-color: #000;
}

.productCardSlider .swiper-pagination-bullet-active {
  background-color: #000;
}

.productCardSlider .productCardTag {
  border-radius: 4px;
  padding: 6px 12px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.productCardSlider .productCardTagList {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
}

.productCardContent {
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.productSmCard .productSmCardSlide img {
  width: 100%;
  height: 320px;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: unset;
}

.productSmCard .productSmCardSlide-img-cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.productSmCard .productCardPriceW {
  margin-top: unset;
}

.productSmCard .productCardAction {
  margin-top: auto;
}

.productSlider .swiper-slide {
  height: auto;
}

.productSlider .swiper-pagination-block {
  display: none;
  margin-top: 25px;
}

.productSlider .swiper-pagination-block .swiper-pagination-bullet {
  background-color: #b1b1b1;
  opacity: 0.5;
}

.productSlider .swiper-pagination-block .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}

.catGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.catCard {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  border-radius: 12px;
  padding: 20px 12px;
}

.catCard:hover {
  background-color: #faf6ee;
}

.catCardImg {
  width: 240px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.catCardTitle {
  margin-bottom: 6px;
  text-align: center;
  font-size: 20px;
}

.catCardPrice {
  font-size: 15px;
  font-weight: 300;
  color: #adadad;
}

.catCard--full {
  -ms-grid-column-span: 12;
  grid-column: 12 span;
}

.catGrid--catalog .catCard {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}

.catGrid--catalog .catCard--lg {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.shopFilterClose {
  display: none;
}

.filterBtnW {
  display: none;
}

.shopFilterSmHead {
  display: none;
}

.shopGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.shopGrid .shopCol {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}

.scope .h2 {
  max-width: 400px;
  line-height: 111%;
}

.scopeItem {
  padding: 25px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 12px;
  max-width: 300px;
}

.scopeItem img {
  width: 36px;
}

.scopeItemTitle {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.scopeItemDescr {
  line-height: 150%;
  color: #737373;
  font-weight: 300;
}

.scope-wrap {
  position: relative;
}

.scopeContent {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  row-gap: 50px;
}

.scopeImage {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.scopeImage img {
  width: 1015px;
  height: 512px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.steps .swiper {
  overflow: visible;
}

.steps .swiper .swiper-pagination {
  position: relative;
  bottom: unset;
  margin-top: 15px;
}

.steps .swiper .swiper-pagination-bullet {
  background-color: #b1b1b1;
  opacity: 0.5;
}

.steps .swiper .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}

.steps .swiper-wrapper {
  counter-reset: step-counter;
}

.steps .swiper-slide {
  height: auto;
}

.stepsCard {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.stepsCard::before {
  counter-increment: step-counter;
  /* Увеличиваем счетчик для каждого stepsCard */
  content: counter(step-counter);
  font-weight: 700;
  font-size: 200px;
  text-align: right;
  color: #d1ba94;
  opacity: 0.2;
  position: absolute;
  top: -6px;
  right: -23px;
}

.stepsCard--order {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: #faf6ee;
}

.stepsCardTitle {
  font-size: 18px;
  margin-bottom: 15px;
}

.stepsCardDescr {
  font-weight: 300;
  font-size: 14px;
  color: #737373;
  margin-bottom: 15px;
}

.cartW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.cartW .inputW input,
.cartW .form-row input {
  background-color: #f6f6f6;
  height: 72px;
}

.cartW .inputW input::-webkit-input-placeholder,
.cartW .form-row input::-webkit-input-placeholder {
  color: #838383;
}

.cartW .inputW input::-moz-placeholder,
.cartW .form-row input::-moz-placeholder {
  color: #838383;
}

.cartW .inputW input:-ms-input-placeholder,
.cartW .form-row input:-ms-input-placeholder {
  color: #838383;
}

.cartW .inputW input::-ms-input-placeholder,
.cartW .form-row input::-ms-input-placeholder {
  color: #838383;
}

.cartW .inputW input::placeholder,
.cartW .form-row input::placeholder {
  color: #838383;
}

.cartW .formText textarea,
.cartW .notes textarea {
  width: 100%;
  border-radius: 12px;
  padding: 26px 30px;
  background: #f6f6f6;
  border: 1px solid transparent;
}

@media (max-width: 1199px) {
  .cartW .notes textarea {
    padding-left: 20px;
    padding-top: 17px;
  }
}

.cartW .formText textarea::-webkit-input-placeholder,
.cartW .notes textarea::-webkit-input-placeholder {
  color: #838383;
}

.cartW .formText textarea::-moz-placeholder,
.cartW .notes textarea::-moz-placeholder {
  color: #838383;
}

.cartW .formText textarea:-ms-input-placeholder,
.cartW .notes textarea:-ms-input-placeholder {
  color: #838383;
}

.cartW .formText textarea::-ms-input-placeholder,
.cartW .notes textarea::-ms-input-placeholder {
  color: #838383;
}

.cartW .formText textarea::placeholder,
.cartW .notes textarea::placeholder {
  color: #838383;
}

.cartW .formText textarea:focus,
.cartW .notes textarea:focus {
  outline: none;
  border-color: #000;
}

.cartOrder {
  width: 470px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  height: fit-content;
}

.cartOrder h3 {
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 30px;
}

.cartContent {
  width: 100%;
}

.cartItem {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cartItem:last-child {
  border-bottom: 1px solid #e9e9e9;
}

.cartItemR {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.cartItemL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.cartItemImg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cartItemImg img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.cartItemTitle {
  font-size: 20px;
}

.cartItemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 378px;
}

.cartItemParam {
  background-color: #fafafa;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 300;
  color: #838383;
}

.cartItem .quantityW {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}

.cartItem .quantityW button {
  width: 36px;
  font-size: 18px;
}

.cartItem .quantity-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3px;
  -moz-column-gap: 3px;
  column-gap: 3px;
}

.cartItem .quantity-input input {
  width: 30px;
  text-align: end;
  height: 46px;
}

.cartItem .quantity-input input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.cartItem .quantity-input span {
  font-size: 15px;
  color: #adadad;
  display: block;
  width: 30px;
}

.cartItemPrice {
  width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: end;
  font-size: 20px;
}

.cartAdv {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.cartAdvItem {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  position: relative;
  z-index: 1;
}

.cartAdvItemIcon {
  margin-bottom: 22px;
  width: 36px;
}

.cartAdvItemTitle {
  font-size: 20px;
  margin-bottom: 20px;
}

.cartAdvItemDescr {
  font-weight: 300;
  line-height: 150%;
  color: #737373;
  margin-bottom: 20px;
}

.cartOrderParamRow {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}

.coupon-wrap {
  position: relative;
}

.coupon-wrap input {
  background: #f2f2f2;
  height: 48px;
  width: 100%;
  padding-left: 20px;
  padding-right: 65px;
  border-radius: 10px;
  font-weight: 300;
}

.coupon-wrap input:focus {
  outline: none;
}

.coupon-text {
  text-align: center;
  color: #d1ba94;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.galSlider {
  overflow: visible;
}

.galSlider .swiper-slide img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.galSlider .swiper-slide img:hover {
  opacity: 0.85;
}

.galSlider .navArrow {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.galSlider .navArrow:hover {
  background-color: #000;
}

.galSlider .navArrowPrev {
  left: 0;
  border-radius: 0 10px 10px 0;
}

.galSlider .navArrowNext {
  right: 0;
  border-radius: 10px 0 0 10px;
}

.galSlider .swiper-pagination {
  display: none;
}

.teamCard {
  min-height: 440px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: auto 413px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 16px;
  overflow: hidden;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eaeaed),
    to(#cfcfd3)
  );
  background: -o-linear-gradient(top, #eaeaed 0%, #cfcfd3 100%);
  background: linear-gradient(180deg, #eaeaed 0%, #cfcfd3 100%);
}

.teamCardImage {
  height: 415px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.teamCard::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 135px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(234, 234, 236, 0)),
    to(#eaeaec)
  );
  background: -o-linear-gradient(top, rgba(234, 234, 236, 0) 0%, #eaeaec 100%);
  background: linear-gradient(180deg, rgba(234, 234, 236, 0) 0%, #eaeaec 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
}

.teamCardTitle {
  margin-bottom: 5px;
  font-size: 24px;
  position: relative;
  z-index: 2;
}

.teamCardWork {
  position: relative;
  z-index: 2;
  opacity: 0.75;
  font-weight: 300;
}

.team .navArrowW {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team .navArrowW .swiper-scrollbar {
  width: 100%;
  height: 3px;
  position: relative;
  bottom: 0;
  left: unset;
}

.team .swiper-pagination {
  display: none;
  position: relative;
  bottom: 0;
  margin-top: 15px;
}

.team .swiper-pagination-bullet {
  background-color: #b1b1b1;
}

.team .swiper-pagination-bullet-active {
  background-color: #000000;
}

.servicesGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.serviceCard {
  background: #fafafa;
  border-radius: 12px;
  padding: 30px;
  -ms-grid-column-span: 4;
  grid-column: 4 span;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.serviceCardTitle {
  font-size: 20px;
  margin-bottom: 15px;
}

.serviceCardDescr {
  font-weight: 300;
  font-size: 15px;
  color: #838383;
}

.serviceCard:hover {
  background-color: #faf6ee;
}

.serviceCard .stocksCardArrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq .sectHead {
  width: 360px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faqContent {
  width: 100%;
}

.priceW {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.priceTableHead {
  background-color: #faf6ee;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-grid-columns: 1fr 360px;
  grid-template-columns: 1fr 360px;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 16px;
}

.priceTableHead .col {
  color: #838383;
}

.priceTableRow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 360px;
  grid-template-columns: 1fr 360px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  padding: 20px 30px;
  border-radius: 16px;
}

.priceTableRow:nth-child(even) {
  background-color: #fafafa;
}

.worksCard {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 340px;
  border-radius: 12px;
  position: relative;
  padding: 40px;
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}

.worksCard:hover:before {
  opacity: 0;
}

.worksCard::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  transition: opacity 0.2s linear;
}

.worksCardTitle {
  color: #fff;
  position: relative;
  font-size: 24px;
}

.profitSlider {
  overflow: visible;
}

.profitSlider .swiper-slide {
  height: auto;
}

.profitCard {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 12px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 75px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.profitCardTitle {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

.profitCardDescr {
  font-weight: 300;
  font-size: 14px;
  color: #737373;
}

.profitCardImg {
  position: absolute;
  bottom: -5px;
  right: 0;
}

.productionW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.productionL {
  width: 100%;
}

.productionVideoW {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  cursor: pointer;
}

.productionVideoW:hover .reviewsVideoItemPlay img {
  opacity: 0.85;
}

.productionVideoW > img {
  height: 530px;
  border-radius: 12px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.productionVideoW .reviewsVideoItemPlay {
  bottom: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.prodDocSlider {
  width: 370px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.prodDocSlider .swiper-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.prodDocSlider .swiper-slide {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.prodDocSlider .swiper-slide:hover {
  opacity: 0.85;
}

.prodDocSlider .swiper-slide img {
  height: 530px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.prodDocSlider .navArrowW {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prodDocSlider .navArrowW .swiper-scrollbar {
  width: 100%;
  height: 3px;
  background-color: #2c2c2c;
  position: relative;
  bottom: 0;
  left: unset;
}

.prodDocSlider .navArrowW .swiper-scrollbar-drag {
  background-color: #d1ba94;
}

.productionDescr {
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  margin-top: 30px;
}

.catalog-mess {
  background-color: #202020;
  display: none;
  padding-bottom: 150px;
  position: relative;
}

.catalog-mess .h2 {
  color: #fff;
  line-height: normal;
}

.catalog-mess .socials ul li a {
  width: 40px;
  height: 40px;
}

.catalog-mess-image {
  position: absolute;
}

.podbor-related .swiper-scrollbar {
  width: 100%;
  height: 3px;
  background-color: #e9e9e9;
  position: relative;
}

.podbor-related .swiper-scrollbar-drag {
  background-color: #000000;
}

.podbor-related .navArrowW {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.podbor-related .swiper-pagination.swiper-pagination-block {
  display: none;
  margin-top: 25px;
}

.podbor-related
  .swiper-pagination.swiper-pagination-block
  .swiper-pagination-bullet {
  background-color: #b1b1b1;
  opacity: 0.5;
}

.podbor-related
  .swiper-pagination.swiper-pagination-block
  .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}

.podbor-wrap {
  padding: 40px;
  border-radius: 40px;
  background-color: #fafafa;
}

.projectsMap {
  height: 550px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  /* -webkit-filter: grayscale(1);
  filter: grayscale(1); */
}

/* --- Стили для карточки товара, которые будут в балуне --- */

.balloon-product-card {
  width: 100%;
  /* Фиксированная ширина карточки внутри балуна */
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  font-family: var(--font-family);
  /* Центрируем карточку, компенсируя паддинг балуна */
}

.balloon-product-card .button {
  margin-bottom: 24px;
  font-size: 15px;
}

.balloon-product-card img {
  width: 100%;
  height: 180px;
  /* Высота картинки в балуне */
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.balloon-product-title {
  font-size: 20px;
  color: #000;
  margin-bottom: 12px;
}

.balloon-product-title a {
  text-decoration: none;
  color: inherit;
}

.balloon-product-title a:hover {
  color: #d1ba94;
}

.balloon-product-description {
  font-weight: 300;
  font-size: 15px;
  color: #000;
  margin-bottom: 24px;
  overflow: hidden;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  /* Включаем флексбоксы */
  -webkit-box-orient: vertical;
  /* Вертикальная ориентация */
}

/* --- Стиль для балуна (внешний контейнер) --- */

/* Переопределяем стандартные стили Yandex Maps */

/* Кнопка закрытия балуна */

.ymaps-baloon__close-button {
  top: 10px !important;
  /* Сдвинем кнопку закрытия, чтобы она не перекрывала контент */
  right: 10px !important;
  width: 20px !important;
  height: 20px !important;
}

.balloon-product-address {
  font-weight: 300;
  font-size: 15px;
  color: #adadad;
  margin-bottom: 24px;
}

.footer {
  border-top: 1px solid #e9e9e9;
  padding-top: 50px;
  padding-bottom: 80px;
}

.footerContacts {
  min-width: 350px;
}

.footerLogo {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footerLogo img {
  width: 170px;
}

.footerT {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footerNav {
  min-width: 287px;
  max-width: 287px;
}

@media (max-width: 1600px) {
  .footerNav {
    min-width: 250px;
    max-width: 250px;
  }
}

@media (max-width: 1400px) {
  .footerNav {
    min-width: 222px;
    max-width: 222px;
  }
}

.footerNavTitle {
  font-size: 18px;
  margin-bottom: 35px;
}

.footerNav ul li:not(:last-child) {
  margin-bottom: 15px;
}

.footerNav ul li a {
  font-weight: 300;
}

.footerNav ul li a:hover {
  color: #d1ba94;
}

.footerNavW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

@media (max-width: 1400px) {
  .footerNavW {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.footerPhone {
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footerPhone:hover {
  color: #d1ba94;
}

.footerB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.footerBNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}

.footerBNav ul li a:hover {
  color: #d1ba94;
}

@media (min-width: 575.98px) {
  .container {
    max-width: 540px;
    margin: auto;
    padding: 0;
  }
}

@media (min-width: 767.98px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 768px) {
  .steps .swiper.stepsSlider-col-4 .swiper-wrapper {
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
    row-gap: 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .steps .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }

  .steps .swiper-slide {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
}

@media (min-width: 991.98px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 992px) {
  .catGrid--lg {
    display: none;
  }

  .steps .swiper-slide {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
  }

  .worksSlider .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
    gap: 15px;
  }

  .worksSlider .swiper-slide {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}

@media (min-width: 1199.98px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1200px) {
  .steps .swiper.stepsSlider-col-4 .swiper-wrapper {
    row-gap: 24px;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .steps .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [15];
    grid-template-columns: repeat(15, 1fr);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .worksSlider .swiper-slide {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }

  .worksSlider .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [12];
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1465px;
  }
}

@media (max-width: 1600px) {
  .portfolioBtnAll {
    margin-left: 473px;
  }

  .productW .h1 {
    font-size: 38px;
  }

  .productContent {
    padding-left: 50px;
  }

  .productTabs {
    max-width: 685px;
  }

  .portfolio-image img {
    height: 400px;
  }

  .advMainImg {
    padding-right: 30px;
  }

  .contactsContent {
    width: 500px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .mapW {
    width: calc(100% - 500px);
  }

  .uk-grid-1600-none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: unset;
  }

  .scopeImage img {
    width: 940px;
  }
}

@media (max-width: 1500px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fz-24.fz-xxl-18 {
    font-size: 18px;
  }

  .reviewsVideoItemImage {
    margin-bottom: 15px;
  }
}

@media (max-width: 1400px) {
  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  .mb-4.mb-4-xxl-10 {
    margin-bottom: 10px;
  }

  .gap-4.gap-xxl-10 {
    gap: 10px;
  }

  .gap-40.gap-40-xxl-15 {
    gap: 15px;
  }

  .portfolioBtnAll {
    margin-left: 365px;
  }

  .brown-transp-tabs-nav.uk-subnav-pill li a {
    font-size: 14px;
  }

  .headerCatalogGrid {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding: 30px;
  }

  .footerBNav ul {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .introSlide {
    min-height: 500px;
  }

  .headerBNav ul {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .introSlideTitle {
    font-size: 40px;
  }

  .productContent {
    padding-left: 40px;
  }

  .productTabs {
    max-width: 570px;
  }

  .portfolioCardImage {
    height: 220px;
  }

  .portfolioCardTitle {
    font-size: 18px;
  }

  .portfolioCardLg .portfolioCardTitle {
    font-size: 20px;
  }

  .portfolio-image img {
    height: 300px;
  }

  .orderTW--consult {
    padding: 60px;
  }

  .order .h2 {
    font-size: 40px;
  }

  .orderImage--absolute {
    width: 450px;
    right: 75px;
  }

  .aboutW {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .aboutSliderW {
    width: calc(100% - 570px);
  }

  .aboutThumbSliderW {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .aboutThumbSlider .swiper-slide img {
    height: 60px;
  }

  .aboutImg {
    height: 400px;
  }

  .aboutWhy {
    padding-top: 120px;
  }

  .connectAboutAdv {
    left: 100%;
  }

  .reviewsVideoItemImage > img {
    height: 400px;
  }

  .scopeImage img {
    width: 760px;
  }

  .cartW {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .cartW .inputW input,
  .cartW .form-row input {
    height: 52px;
    border-radius: 10px;
  }

  .cartOrder {
    width: 400px;
  }

  .cartItemImg img {
    width: 100px;
    height: 100px;
  }

  .cartItemTitle {
    font-size: 18px;
  }

  .cartItem .quantityW button {
    width: 32px;
  }

  .cartItemPrice {
    font-size: 18px;
    width: 100px;
  }

  .productionW {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .footerPhone {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .formInput,
  .form-row input {
    padding-left: 20px;
  }

  .pageHead {
    padding-top: 15px;
  }

  .pageSect--mt {
    margin-top: 25px;
  }

  h1,
  .h1 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 16px;
  }

  .mb-xl-50 {
    margin-bottom: 50px !important;
  }

  .gap-4.gap-xl-10 {
    gap: 10px;
  }

  .gap-5.gap-xl-25 {
    gap: 25px;
  }

  .gap-40.gap-40-xl-0 {
    gap: 0;
  }

  .gap-60.gap-xl-30 {
    gap: 30px;
  }

  .gap-100.gap-xl-40 {
    gap: 40px;
  }

  .gap-100.gap-xl-20 {
    gap: 20px;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .portfolioBtnAll {
    margin-left: 270px;
  }

  #modalConnect .modalForm {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 180px;
  }

  #modalConnect .modalImage img {
    width: 100%;
  }

  .aioseo-breadcrumbs {
    font-size: 12px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .headerLogo img {
    width: 150px;
  }

  .headerBL {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .headerCatalogImage {
    width: 330px;
  }

  .headerCatalog .catalogCalcLink {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .headerCatalog .catalogCalcLinkTitle {
    font-size: 18px;
  }

  .introSlideTitle {
    font-size: 30px;
  }

  .introSlideDescr {
    font-size: 14px;
  }

  .introSlideT {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 20px;
  }

  .aboutIntroVideo {
    height: 315px;
  }

  .productW {
    row-gap: 40px;
    margin-bottom: 20px;
  }

  .productW .h1 {
    font-size: 30px;
  }

  .productLeft {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .productContent {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
    padding-left: 0;
  }

  .portfolioCardImage {
    margin-bottom: 15px;
  }

  .portfolioCardTitle {
    margin-bottom: 15px;
  }

  .portfolioCardLg {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    row-gap: 20px;
  }

  .portfolioGrid .portfolioCard {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .portfolio-gal-grid {
    gap: 15px;
  }

  .orderT .socials {
    margin-right: 0;
  }

  .orderImage {
    height: 350px;
  }

  .orderImage--absolute {
    width: 350px;
  }

  .orderForm--three-cols .inputW {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .orderBImageBottom {
    display: none;
  }

  .aboutW {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .aboutContent {
    width: 100%;
    margin-bottom: 50px;
  }

  .aboutSliderW {
    width: 100%;
  }

  .connectAboutAdvItem {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 20px;
  }

  .connectAboutAdvItem span {
    font-size: 18px;
  }

  .newsCard--lg {
    height: 100%;
    padding: 30px 40px;
  }

  .contactsContent {
    width: 390px;
  }

  .mapW {
    width: calc(100% - 390px);
  }

  .shopGrid .shopCol {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .scopeList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 800px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .scope-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .scopeContent {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 25px;
    position: relative;
    z-index: 1;
  }

  .footerB {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 17px;
  }

  .scopeImage {
    margin-top: -30px;
  }

  .scopeImage img {
    width: 100%;
  }

  .cartW {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }

  .galSlider .swiper-slide img {
    height: 350px;
  }

  .servicesGrid {
    gap: 15px;
  }

  .footerT {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .footerNav {
    min-width: 250px;
  }

  .footerNavW {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    flex-wrap: wrap;
  }

  .footerBNav ul {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (max-width: 991px) {
  section {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .sect--pt-50 {
    padding-top: 25px;
  }

  .pt-lg-25 {
    padding-top: 25px !important;
  }

  .formInput {
    height: 58px;
    border-radius: 12px;
  }

  .inputW--submit-wrap .button {
    right: 5px;
    top: 5px;
  }

  .sectHead {
    margin-bottom: 24px;
  }

  .pageSect {
    padding-top: 25px;
  }

  .pageSect--mt-30 {
    margin-top: 25px;
  }

  h2,
  .h2 {
    font-size: 24px;
    line-height: normal;
  }

  h2.h2--24,
  .h2.h2--24 {
    font-size: 20px;
  }

  .content > p {
    margin-bottom: 15px;
  }

  .navArrow {
    width: 32px;
    height: 32px;
  }

  .fz-20.fz-lg-15 {
    font-size: 15px;
  }

  .fz-24.fz-24-lg-20 {
    font-size: 20px;
  }

  .fz-28 {
    font-size: 20px;
  }

  .fz-lg-14 {
    font-size: 14px;
  }

  .fz-lg-13 {
    font-size: 13px;
  }

  .agreementText {
    font-size: 14px;
  }

  .mb-3.mb-3-lg-2 {
    margin-bottom: 10px;
  }

  .mb-30.mb-lg-20 {
    margin-bottom: 20px;
  }

  .mb-50.mb-lg-25 {
    margin-bottom: 25px;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .gap-10.gap-10-lg-5 {
    gap: 5px;
  }

  .gap-15.gap-lg-10 {
    gap: 10px;
  }

  .gap-40.gap-40-lg-15 {
    gap: 15px;
  }

  .gap-40.gap-40-lg-0 {
    gap: 0;
  }

  .p-20.p-lg-15 {
    padding: 15px;
  }

  .p-20.p-lg-0 {
    padding: 0;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .text-lg-center {
    text-align: center;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fz-lg-0 {
    font-size: 0;
  }

  .fz-lg-14 {
    font-size: 14px;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-lg-start {
    text-align: start !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .mx-lg-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-25 {
    margin-top: 25px !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .d-none-lg-block {
    display: block !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .button--lg {
    height: 50px;
  }

  .button.rounded-10 {
    border-radius: 8px;
  }

  .button.px-lg-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.h-lg-46 {
    height: 46px;
  }

  .button.h-lg-44 {
    height: 44px;
  }

  .button.button-sm-42 {
    height: 42px;
  }

  .button.button-lg-w-100 {
    width: 100%;
  }

  .round-btn.round-btn-sm-42 {
    width: 42px;
    height: 42px;
  }

  .round-btn.h-lg-46 {
    height: 46px;
    width: 46px;
  }

  .round-btn-lg-rect {
    border-radius: 12px;
    width: 100%;
  }

  .proudctMainActionBtn span {
    font-size: 14px;
  }

  .introSlideBtnLg {
    display: none;
  }

  .introSlideBtnSm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .shopArchiveBtn-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .display-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .portfolioBtnAll {
    margin-left: auto;
    margin-right: auto;
  }

  .shopFilterResetBtn {
    background-color: #fff;
    border: 1px solid #adadad;
    border-radius: 8px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #modalConnect .modalTitle {
    font-size: 24px;
  }

  .uk-accordion-content .content {
    font-size: 14px;
    line-height: auto;
  }

  .text-tabs-nav.uk-subnav-pill li a {
    font-size: 14px;
  }

  .headerLogo img {
    width: 115px;
  }

  .headerT {
    display: none;
  }

  .headerB {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .headerBNav {
    display: none;
  }

  .intro {
    padding-top: 0;
  }

  .introSlider .navArrowW {
    display: none;
  }

  .introSlider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .introSlide {
    min-height: unset;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 30px;
    row-gap: 100px;
    height: auto;
  }

  .introTitle {
    margin-bottom: 20px;
  }

  .introDescr {
    font-size: 14px;
  }

  .introDescr--600 {
    max-width: 400px;
  }

  .aboutIntro {
    padding-bottom: 165px;
  }

  .aboutIntro .content {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 14px;
  }

  .aboutIntroContent {
    padding-right: 0;
  }

  .aboutIntroVideoW {
    margin: 0 !important;
  }

  .aboutIntroVideo {
    height: 225px;
    top: unset;
    bottom: -273px;
  }

  .connectIntro .pageHead {
    margin-bottom: 10px;
  }

  .single-intro {
    margin-top: 15px;
  }

  .stocksCard {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 12px;
    min-height: 300px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .stocksCardTitle {
    font-size: 20px;
  }

  .stocksCard--lg {
    padding: 15px;
    min-height: 300px;
  }

  .stocksCard--lg .stocksCardTitle {
    font-size: 20px;
  }

  .stocksCardPrice {
    font-size: 14px;
  }

  .stocksCardImage {
    width: 175px;
  }

  .stocksCardImage--sm {
    bottom: 10px;
    right: 10px;
  }

  .stocks--lg {
    display: none;
  }

  .stocksSlider--sm {
    display: block;
  }

  .productTabsContent .h3 {
    font-size: 20px;
  }

  .productTableRow .col {
    font-size: 14px;
  }

  .productTableRow .col .copyBtn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .productTableRow .col .copyBtn img {
    opacity: 1;
  }

  .main-product .order-video,
  .single-product .order-video {
    display: none;
  }

  .main-product .portfolio,
  .single-product .portfolio {
    display: none;
  }

  .main-product .reviews,
  .single-product .reviews {
    display: none;
  }

  .main-product .order,
  .single-product .order {
    display: none;
  }

  .main-product .order-messages,
  .single-product .order-messages {
    display: block;
  }

  .portfolioSlider .swiper-slide.swiper-slide-lg {
    display: none;
  }

  .portfolioSlider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .portfolioCardTitle {
    font-size: 18px;
  }

  .portfolioCardMatherials {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .portfolioCardLg {
    display: none !important;
  }

  .portfolioCardLg {
    min-height: 300px;
  }

  .portfolioSlide-sm-first-slide {
    display: block;
  }

  .advMain .container {
    max-width: 720px;
    left: unset;
  }

  .advMainImg {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
    padding-right: 0;
    margin-bottom: 25px;
  }

  .advMainImg img {
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    height: 400px;
    width: 100%;
  }

  .advMainContent {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .advMainSlider {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .advMainSlider .swiper-slide .advMainItem:not(:last-child) {
    margin-bottom: 10px;
  }

  .advMainSlider .swiper-slide .advMainItemTitle {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .advMainSlider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .advMain .navArrow {
    display: none;
  }

  .service-adv {
    position: relative;
  }

  .service-adv .cartAdv {
    position: unset;
  }

  .service-adv .serv-adv-bg-sm {
    height: 100%;
    width: auto;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .orderTW {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .order .h2 {
    font-size: 28px;
    line-height: normal;
  }

  .order .sectHead {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 25px;
  }

  .orderDescr {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 14px;
  }

  .orderImage {
    top: unset;
  }

  .orderImage--absolute {
    right: 0;
    width: 163px;
    bottom: 30px;
  }

  .orderContent {
    padding-bottom: 0;
    padding-top: 50px;
  }

  .orderB {
    padding-top: 25px;
  }

  .order .socials {
    margin-bottom: 25px;
  }

  .orderForm .agreement {
    margin-top: 15px;
  }

  .orderForm--three-cols {
    row-gap: 10px;
  }

  .orderForm--three-cols .inputW {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .orderBImageRight {
    width: 300px;
  }

  .orderBImageRight--lg {
    display: none;
  }

  .orderBImageRight--sm {
    display: block;
  }

  .about .h2 {
    text-align: center;
  }

  .aboutDescr {
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 24px;
  }

  .aboutAdvGrid {
    padding-bottom: 25px;
    margin-bottom: 25px;
    row-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .aboutAdvTitle {
    font-size: 22px;
  }

  .aboutAdvText {
    font-size: 14px;
  }

  .aboutWhy {
    padding-top: 160px;
  }

  .connectAboutGrid .col {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .connectAboutGrid .content {
    margin-bottom: 25px;
  }

  .connectAboutAdv {
    position: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .partnersSliderW .navArrow {
    display: none;
  }

  .partners .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .contactsContent {
    width: 100%;
    padding: 25px;
  }

  .contactsContent .h2 {
    text-align: center;
    margin-bottom: 25px;
  }

  .projects-map {
    padding-top: 140px;
  }

  .mapW {
    display: none;
    height: 300px;
    width: 100%;
  }

  .reviews:has(li.uk-active .reviewsNavLink) .navArrowW {
    display: none;
  }

  .reviews .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: unset;
    margin-top: 15px;
  }

  .reviewsVideoItemImage > img {
    height: 300px;
  }

  .shopFilter .dropdown {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
  }

  .shopFilter {
    position: fixed;
    background-color: #fafafa;
    width: calc(100% - 20px);
    max-width: 720px !important;
    padding: 25px;
    z-index: 2;
  }

  .shopFilter.hidden {
    display: none;
  }

  .productCardLogo {
    max-width: 70px;
    max-height: 20px;
  }

  .productCardTitle {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .productCardParamTitle,
  .woo-selected-variation-item-name {
    font-size: 14px;
  }

  .productCardParamTitleName,
  .woo-variation-swatches.wvs-show-label .variations th label {
    font-size: 14px;
  }

  .productCardParams {
    padding-bottom: 15px;
  }

  .productCard .quantity-input input {
    height: 44px;
  }

  .productCardPriceW {
    margin-bottom: 15px;
    padding-top: 15px;
  }

  .productCardPriceStrong {
    font-size: 18px;
  }

  .productCardPriceOld {
    font-size: 14px;
  }

  .productCardPriceSecond {
    font-size: 15px;
  }

  .productCardSlide img {
    height: 260px;
  }

  .productCardSlider .navArrow {
    display: none;
  }

  .productSlider .swiper-pagination-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: 0;
  }

  .catGrid {
    gap: 10px;
  }

  .catCardImg {
    width: 150px;
  }

  .catCardTitle {
    font-size: 16px;
  }

  .catCardPrice {
    font-size: 14px;
  }

  .catGrid--catalog .catCard {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .catGrid--catalog .catCard--lg {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .shopFilterClose {
    display: block;
  }

  .filterBtnW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .shopFilterSmHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cartAdv {
    gap: 10px;
  }

  .cartAdvItem {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
    padding: 20px;
  }

  .cartAdvItemIcon {
    margin-bottom: 15px;
    width: 32px;
    margin-bottom: 20px;
  }

  .cartAdvItemTitle {
    margin-bottom: 15px;
  }

  .cartAdvItemDescr {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .galSlider .swiper-slide img {
    height: 250px;
  }

  .galSlider .navArrowPrev {
    border-radius: 0 8px 8px 0;
  }

  .galSlider .navArrowNext {
    border-radius: 8px 0 0 8px;
  }

  .team .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .servicesGrid {
    gap: 10px;
  }

  .serviceCard {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .serviceCardTitle {
    font-size: 18px;
  }

  .serviceCardDescr {
    font-size: 14px;
  }

  .priceTableHead {
    -ms-grid-columns: 1fr 150px;
    grid-template-columns: 1fr 150px;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .priceTableRow {
    -ms-grid-columns: 1fr 150px;
    grid-template-columns: 1fr 150px;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .worksCard {
    min-height: 300px;
    padding: 25px;
  }

  .worksCardTitle {
    font-size: 20px;
  }

  .productionW {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 25px;
  }

  .productionVideoW > img {
    border-radius: 10px;
    height: 450px;
  }

  .prodDocSlider {
    width: 100%;
  }

  .prodDocSlider .swiper-slide img {
    height: 500px;
  }

  .productionDescr {
    margin-top: 15px;
    font-size: 16px;
  }

  .catalog-mess {
    display: block;
  }

  .catalog-mess .sectHead {
    text-align: center;
  }

  .catalog-mess-image {
    width: 380px;
    left: 0;
    right: 0;
    bottom: -90px;
    margin: auto;
  }

  .podbor-related .navArrowW {
    margin-top: 15px;
  }

  .podbor-related .swiper-pagination.swiper-pagination-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: 0;
    margin-top: 15px;
  }

  .podbor-wrap {
    padding: 25px 15px;
    border-radius: 20px;
  }

  .footer {
    padding-bottom: 50px;
  }

  .footerLogo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .footerT {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .footerNav {
    text-align: center;
    min-width: unset;
    max-width: 170px;
  }

  .footerNavTitle {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .footerNav ul li a {
    font-size: 14px;
  }

  .footerNavW {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    row-gap: 30px;
  }

  .footerPhone {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
  }

  .footerBNav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .footerBNav ul li a {
    font-size: 14px;
  }

  .footerAddress {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .introW {
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .introDescr {
    margin-bottom: 20px;
  }

  .introAdvItem {
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .introAdvItem span {
    font-size: 14px;
  }

  .single-intro {
    height: 500px;
  }

  .introService .introForm {
    width: 100%;
  }

  .productW {
    row-gap: 25px;
  }

  .productGallery .white-tabs-nav {
    top: 323px;
  }

  .productMainSlider .swiper-slide img {
    height: 400px;
  }

  .productMainThumbSlider .swiper-slide img {
    height: 75px;
  }

  .productMainNav ul {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .productAdv {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .portfolioGrid {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 25px;
  }

  .portfolio-gal-grid {
    gap: 10px;
  }

  .advMain .container {
    max-width: 540px;
  }

  .orderTW--consult {
    padding: 50px 15px;
  }

  .orderForm .inputW {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
    margin-bottom: 10px;
  }

  .orderForm--three-cols .inputW {
    margin-bottom: 0;
  }

  .aboutSlider .swiper-slide img {
    height: 400px;
  }

  .aboutSlider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 15px;
  }

  .aboutThumbSlider {
    display: none;
  }

  .aboutThumbSliderW .navArrow {
    display: none;
  }

  .shopFilter {
    max-width: 540px !important;
  }

  .productCardPriceStrong {
    font-size: 16px;
  }

  .productSmCard .productSmCardSlide img {
    height: 260px;
    border-radius: 12px;
  }

  .productSmCard--two .productSmCardSlide img {
    height: 175px;
  }

  .shopGrid {
    row-gap: 15px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-bottom: 25px !important;
  }

  .shopGrid .shopCol {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .scopeImage img {
    height: 300px;
  }

  .stepsCard {
    min-height: 175px;
  }

  .cartOrder {
    width: 100%;
    padding: 20px 15px;
  }

  .cartItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 20px;
  }

  .cartItemL {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cartAdvItem {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .galSlider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .serviceCard {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .productionVideoW > img {
    height: 350px;
  }

  .prodDocSlider .swiper-slide img {
    height: 350px;
  }
}

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

  .fz-sm-12 {
    font-size: 12px;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .uk-margin-bottom-sm-15 {
    margin-bottom: 15px !important;
  }

  .uk-margin-top-sm-15 {
    margin-top: 15px !important;
  }

  .uk-margin-top-sm-0 {
    margin-top: 0 !important;
  }

  .text-sm-start {
    text-align: start !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .button.button-sm-w-100 {
    width: 100%;
  }

  .round-btn {
    width: 44px;
    height: 44px;
  }

  .round-btn.round-btn-lg-rect {
    width: 100%;
  }

  .proudctMainActionBtn {
    height: 47px;
  }

  #modalOrder {
    padding: 30px 15px;
  }

  #modalConnect {
    padding: 30px 15px 15px;
  }

  #modalConnect .modalForm {
    width: calc(100%);
    bottom: 35px;
    position: relative;
  }

  #modalConnect .wpcf7 form .wpcf7-response-output {
    bottom: 35px;
  }

  #modalConnect .modalImage img {
    height: 80vw;
  }

  #modalConnect .f-button.is-close-btn {
    top: 0;
    right: 0;
  }

  .uk-accordion-title {
    padding: 20px;
  }

  .uk-accordion-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .text-tabs-nav.uk-subnav-pill {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(100% + 30px);
    overflow-x: scroll;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -15px !important;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    padding-bottom: 5px;
  }

  .white-tabs-nav.uk-subnav-pill li a {
    padding: 10px;
  }

  .header .container {
    padding-left: 0;
    padding-right: 0;
  }

  .headerBW {
    padding-left: 15px;
    padding-right: 15px;
  }

  .headerMobile {
    height: calc(100vh - 68px);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fafafa;
  }

  .intro .container {
    padding-left: 0;
    padding-right: 0;
  }

  .introSlide {
    border-radius: 0;
  }

  .introW {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .introW::before {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .introForm {
    width: 100%;
  }

  .introFormTitle {
    margin-bottom: 20px;
  }

  .aboutIntroVideo {
    left: 30px;
    width: calc(100% - 30px);
  }

  .connectIntro::before {
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(255, 255, 255, 0)),
      color-stop(80%, rgb(0, 0, 0))
    );
    background: -o-linear-gradient(
      right,
      rgba(255, 255, 255, 0) 0%,
      rgb(0, 0, 0) 80%
    );
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0) 0%,
      rgb(0, 0, 0) 80%
    );
  }

  .single-intro {
    height: 60vw;
  }

  .introService .introForm {
    padding: 20px;
  }

  .productCardTitle {
    font-size: 16px;
  }

  .introService .aioseo-breadcrumbs {
    display: block;
    margin-bottom: 10px;
  }

  .stocksCard {
    min-height: 185px;
  }

  .stocksCard--lg {
    min-height: 185px;
  }

  .stocksCard .round-btn {
    width: 38px;
    height: 38px;
  }

  .stocksCard .round-btn img {
    width: 14px;
  }

  .productW .h1 {
    font-size: 24px;
  }

  .productGallery .white-tabs-nav {
    top: 204px;
  }

  .productMainSlider .swiper-slide img {
    height: 280px;
  }

  .productMainThumbSlider .swiper-slide img {
    height: 15vw;
  }

  .productMainThumbSlider .navArrow {
    display: none;
  }

  .productMainTabName {
    font-size: 12px;
  }

  .productMainNav {
    width: calc(100% + 30px);
    overflow-x: scroll;
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
  }

  .productMainNav ul li a::after {
    bottom: 0;
  }

  .productTableRow {
    padding-bottom: 10px;
    padding-top: 10px;
    row-gap: 5px;
  }

  .productTableRow .col {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .portfolioGrid .portfolioCard {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .portfolio-image img {
    height: 250px;
  }

  .portfolio-gal-grid > .portfolio-image {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }

  .portfolio-gal-grid > .portfolio-image > .portfolio-image {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .advMain {
    overflow: hidden;
  }

  .advMain .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .advMainImg {
    margin-left: -15px;
    margin-right: -15px;
  }

  .advMainImg img {
    border-radius: 0;
    height: auto;
  }

  .advMainSlider {
    overflow: visible;
    padding-right: 50px;
  }

  .advMainSlider .swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .orderTW--consult {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }

  .orderImage {
    height: 55vw;
  }

  .orderBBg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .aboutSlider .swiper-slide img {
    height: 60vw;
  }

  .aboutImg {
    height: 65vw;
  }

  .aboutWhy .sectHead {
    width: 100%;
  }

  .connectAboutGrid .h2 {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .conntectAboutContent {
    max-width: 100%;
  }

  .connectAboutAdv {
    width: 100%;
  }

  .reviews .sectHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 25px;
  }

  .reviewsVideoItemImage > img {
    height: 100vw;
  }

  .reviewsVideoItemPlay img {
    width: 60px;
  }

  .reviewsVideoSlider {
    padding-right: 50px;
    overflow: visible;
  }

  .shopFilter::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  .shopFilter {
    top: 0 !important;
    left: 0 !important;
    height: 100%;
    padding: 15px;
  }

  .scopeItem {
    max-width: 100%;
  }

  .scopeImage {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -60px;
  }

  .scopeImage img {
    height: 65vw;
    border-radius: 0;
  }

  .steps .swiper {
    padding-right: 60px;
  }

  .galSlider .swiper-slide img {
    height: 60vw;
  }

  .service-main .breadcrumbs-wrap,
  .single-services .breadcrumbs-wrap {
    display: none;
  }

  .faq .sectHead {
    width: 100%;
  }

  .worksSlider {
    padding-right: 60px;
    overflow: visible;
  }

  .worksCard {
    min-height: unset;
    height: 57vw;
  }

  .productionVideoW > img {
    height: 60vw;
  }

  .prodDocSlider .swiper-slide img {
    height: 65vw;
    border-radius: 10px;
  }

  .podbor-wrap {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
}

@media (max-width: 385px) {
  .priceTableHead {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }

  .priceTableRow {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}

@media (max-width: 380px) {
  .catalog-mess-image {
    width: 320px;
    bottom: -40px;
  }
}

.partnersSlider {
  width: 100%;
}

.agreement > .wpcf7-form-control-wrap {
  display: none;
}

.wpcf7-response-output {
  position: relative;
  z-index: 1;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  font-size: 14px;
  line-height: normal;
  border-radius: 8px;
  margin-top: 15px;
}

.wpcf7-spinner {
  display: none;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: row;
  row-gap: 24px;
}

.cardAction {
  display: none;
}

.noContent {
  opacity: 0;
  visibility: hidden;
}

.reset_variations {
  display: none !important;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item {
  font-size: 15px;
  font-weight: 300;
}

.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item
  .variable-item-span {
  padding-left: 10px;
  padding-right: 10px;
}

.productCard .quantityW {
  display: none !important;
}

.woocommerce-variation-add-to-cart {
  margin-top: 13px;
}

.woocommerce-variation-price {
  font-size: 20px;
}

@media (max-width: 767px) {
  .woocommerce-variation-price {
    font-size: 16px;
  }
}

.added_to_cart.wc-forward {
  display: none;
}

.product_posts_empty {
  grid-column: 12 span;
}

.productSimpleCart {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.productContentWishlistBtn.active img {
  opacity: 0;
}

.productContentWishlistBtn.active {
  background: url("assets/img/icons/heart-black.svg") no-repeat center center /
    contain;
  width: 24px;
  height: 24px;
}

.update-btn {
  display: none;
}

.coupon-error-notice {
  margin-top: 15px;
}

.wc_payment_methods {
  display: none;
}

.woocommerce-privacy-policy-text {
  display: none;
}

.woocommerce-NoticeGroup-checkout {
  grid-column: 12 span;
  width: 100%;
  margin-bottom: 20px;
}

.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
}

.checkout .cartContent {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.woocommerce-checkout:has(.agreement input:not(:checked)) .checkout-btn {
  opacity: 0.4;
  pointer-events: none;
}

.checkout-inline-error-message {
  font-size: 12px;
}

@media (max-width: 1199px) {
  .checkout.woocommerce-checkout {
    row-gap: 0;
  }

  .checkout.woocommerce-checkout .cartOrder {
    margin-top: 40px;
  }
}

#billing_services_field {
  display: none;
}

.notes {
  margin-bottom: 24px;
}

.woocommerce-order {
  max-width: 800px;
}

.woocommerce-table thead th:last-child {
  text-align: end !important;
}

.woocommerce-table thead th,
.woocommerce-table tfoot th {
  text-align: start;
  width: 50%;
}

.woocommerce-table tr {
  margin-bottom: 7px;
  padding-bottom: 5px;
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
  column-gap: 4px;
}

.woocommerce-table tbody tr td {
  text-align: start;
  width: 50%;
}

.woocommerce-table--custom-fields tbody tr th {
  text-align: start;
  width: 50%;
}

.woocommerce-table--custom-fields tbody tr td {
  width: 50%;
  text-align: end;
}

/* .woocommerce-table__line-item {
  display: flex;
} */
.woocommerce-table__line-item td {
  width: 50%;
  padding-right: 4px;
  padding-left: 4px;
}

.woocommerce-table__line-item th {
  width: 50%;
  padding-right: 4px;
  padding-left: 4px;
}

.woocommerce-table tfoot td {
  width: 50%;
  text-align: end;
}

.woocommerce-table__product-total {
  text-align: end !important;
}

.page-numbers {
  display: flex;
  justify-content: center;
  column-gap: 4px;
  flex-wrap: wrap;
  row-gap: 4px;
}

.page-numbers li a,
.page-numbers li span {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #faf6ee;
  border-radius: 5px;
  background-color: #faf6ee;
}

.page-numbers li span {
  pointer-events: none;
}

.page-numbers li span.current {
  background-color: #d1ba94;
  color: #fff;
}

.page-numbers li a:hover {
  background-color: #d1ba94;
  color: #fff;
}

.errorTitle {
  text-align: center;
}

.errorDescr {
  text-align: center;
}

.error404-btn {
  margin-left: auto;
  margin-right: auto;
}

.ymaps-2-1-79-ground-pane {
  filter: grayscale(1);
}

.ymaps-2-1-79-balloon__content > ymaps {
  width: 353px !important;
  height: fit-content !important;
  /* overflow: visible; */
}

@media (max-width: 767px) {
  .ymaps-2-1-79-balloon__content > ymaps {
    width: 300px !important;
  }
}

.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
  margin-right: 0 !important;
  padding: 25px;
  padding-right: 25px !important;
}

@media (max-width: 767px) {
  .ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
    padding: 15px;
    padding-right: 15px !important;
  }
}

.ymaps-2-1-79-balloon {
  box-shadow: 0 4px 76px 0 rgba(0, 0, 0, 0.15) !important;
  border-radius: 12px;
  overflow: hidden;
}

.balloon-product-card-slider {
  width: 100%;
}

.newsGrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.newsGrid .newsCard {
  grid-column: 4 span;
}

@media (max-width: 1199px) {
  .newsGrid .newsCard {
    grid-column: 6 span;
  }
}

@media (max-width: 767px) {
  .newsGrid .newsCard {
    grid-column: 12 span;
  }
}

.newsGrid .newsCardImage img {
  width: 100%;
  height: 300px;
}

@media (max-width: 1400px) {
  .newsGrid .newsCardImage img {
    height: 250px;
  }
}

@media (max-width: 575px) {
  .newsGrid .newsCardImage img {
    height: 220px;
  }
}

.newsGrid .newsCardImage {
  margin-bottom: 15px;
  display: block;
}

@media (max-width: 767px) {
  .newsGrid .newsCardImage {
    margin-bottom: 10px;
  }
}

.newsGrid .newsCardTitle {
  font-size: 20px;
  line-height: normal;
}

@media (max-width: 767px) {
  .newsGrid .newsCardTitle {
    font-size: 18px;
  }
}

.bapf_sfilter {
  margin-bottom: 0;
}

.bapf_sfilter.bapf_divi_button .bapf_button.bapf_reset {
  height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: transparent;
  font-family: var(--font-family) !important;
  font-weight: 300;
  background-color: transparent;
  color: #000;
}

.bapf_sfilter.bapf_divi_button .bapf_button.bapf_reset::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: url("assets/img/icons/close.svg") no-repeat center center /
    contain;
}

.roundpcs.pcs {
  font-size: 14px;
}

.bapf_sfilter.bapf_divi_button .bapf_button.bapf_update {
  background-color: #d1ba94;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family) !important;
  font-weight: 300;
  border-radius: 10px;
  height: 48px;
  transition: background-color 0.2s linear;
}

.bapf_sfilter.bapf_divi_button .bapf_button.bapf_update:hover {
  background-color: rgba(209, 186, 148, 0.7803921569);
}

.stock.out-of-stock {
  margin-bottom: 15px;
}

.float-btns {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 404;
}

.float-btn-wrap {
  position: relative;
}

.float-btn-wrap a {
  text-decoration: none;
}

.whatsapp-button,
.telegram-button,
.phone-button,
.max-button {
  background: #43d854;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
  text-align: center;
  line-height: 53px;
  font-size: 35px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float-btn-wrap svg {
  width: 30px;
  height: auto;
}

.telegram-button {
  color: #2aabee;
  background: #fff;
  font-size: 55px;
}

.phone-button {
  background: #2aabee;
  color: #fff;
}

.max-button {
  background: linear-gradient(
    90deg,
    rgba(63, 194, 253, 1) 0%,
    rgba(48, 66, 241, 1) 50%,
    rgba(166, 91, 220, 1) 100%
  );
}

.whatsapp-button:before,
.whatsapp-button:after,
.telegram-button:before,
.telegram-button:after,
.phone-button:before,
.phone-button:after,
.max-button:before,
.max-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #43d854;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.telegram-button:before,
.telegram-button:after {
  border: 1px solid #2aabee;
}

.phone-button:before,
.phone-button:after {
  border: 1px solid #2aabee;
}

.whatsapp-button:after,
.telegram-button:after,
.phone-button:after {
  animation-delay: 0.5s;
}

.max-button:before,
.max-button:after {
  border: 1px solid #3fc2fd;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@keyframes fixShow {
  from {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.headerB.fixed {
  transition: transform 0.2s linear;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: translateY(0);
  -webkit-animation: fixShow 0.2s;
  animation: fixShow 0.2s;
}

@media (max-width: 991px) {
  .headerB.fixed {
    transform: none;
    animation: none;
  }
}

.portfolioCardLg .portfolioCardMatherials:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .headerB {
    position: fixed;
    background-color: #fff;
    z-index: 111;
    width: 100%;
    top: 0;
  }
}

.footerNav--offset {
  padding-top: 60px;
}

@media (max-width: 991px) {
  .footerNav--offset {
    padding-top: 0;
  }
}

.wpcf7-form .button:disabled {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}

.connectIntro .wpcf7 form .wpcf7-response-output {
  max-width: 400px;
}

@media (max-width: 575px) {
  .connectIntro .wpcf7 form .wpcf7-response-output {
    max-width: 100%;
  }
}
.portfolioCard:has(.portfolioCardMatherials) a.button {
  margin-top: unset;
}
