@font-face {
  font-family: "SFUIDisplay";
  font-display: swap;
  src: url("../fonts/SFUIDisplay-Light.woff2") format("woff2"), url("../fonts/SFUIDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SFUIDisplay";
  font-display: swap;
  src: url("../fonts/SFUIDisplay-Bold.woff2") format("woff2"), url("../fonts/SFUIDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "SFUIDisplay";
  font-display: swap;
  src: url("../fonts/SFUIDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFUIDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "SFUIDisplay";
  font-display: swap;
  src: url("../fonts/SFUIDisplay-Medium.woff2") format("woff2"), url("../fonts/SFUIDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Unbounded";
  font-display: swap;
  src: url("../fonts/Unbounded-Bold.woff2") format("woff2"), url("../fonts/Unbounded-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "SFUIDisplay";
  font-display: swap;
  src: url("../fonts/SFUIDisplay-Regular.woff2") format("woff2"), url("../fonts/SFUIDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Unbounded";
  font-display: swap;
  src: url("../fonts/Unbounded-Medium.woff2") format("woff2"), url("../fonts/Unbounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Unbounded";
  font-display: swap;
  src: url("../fonts/Unbounded-Regular.woff2") format("woff2"), url("../fonts/Unbounded-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.slick-arrow::before,
.projects__next::before,
.projects__prev::before,
.play-btn::before,
.select::before,
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  display: block;
}

.icon-copy:before {
  content: "\e913";
}

.icon-arrow:before,
.slick-arrow:before,
.projects__next:before,
.projects__prev:before {
  content: "\e900";
}

.icon-check:before {
  content: "\e901";
}

.icon-chevron:before,
.select:before {
  content: "\e902";
}

.icon-close:before {
  content: "\e903";
}

.icon-compare:before {
  content: "\e904";
}

.icon-filter:before {
  content: "\e905";
}

.icon-heart:before {
  content: "\e906";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-mobile:before {
  content: "\e908";
}

.icon-play:before,
.play-btn:before {
  content: "\e909";
}

.icon-plus:before {
  content: "\e90a";
}

.icon-print:before {
  content: "\e90b";
}

.icon-search:before {
  content: "\e90c";
}

.icon-share:before {
  content: "\e90d";
}

.icon-sort:before {
  content: "\e90e";
}

.icon-telegram:before {
  content: "\e90f";
}

.icon-user:before {
  content: "\e910";
}

.icon-email:before {
  content: "\e945";
}

.icon-whatsapp:before {
  content: "\e911";
}

.icon-youtube:before {
  content: "\e912";
}

body {
  font-family: "Unbounded", sans-serif;
  background: #e5dfb2;
  color: #303030;
  min-width: 320px;
  line-height: normal;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-left: 10px;
  padding-right: 10px;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-sm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-md {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-lg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-xl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-xxl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.row {
  --bs-gutter-y: 30px;
  --bs-gutter-x: 30px;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

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

.breadcrumbs {
  font-family: "SFUIDisplay";
  font-size: 20px;
  font-weight: 300;
  padding: 48px 0 20px;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}

.breadcrumbs li {
  color: #9f9f9f;
}

.breadcrumbs li:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.B_crumbBox { display:block; color: #9f9f9f; }
.B_crumbBox a {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.B_crumbBox a:hover {
    color: #303030;
}
.B_crumbBox .B_currentCrumb {
	color: #303030;
    font-weight: 500;
}

.breadcrumbs li:not(:last-child)::after {
  content: "-";
}

.breadcrumbs li a {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.breadcrumbs li a.active {
  color: #303030;
  font-weight: 500;
  pointer-events: none;
}

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

.noUi-target {
  height: 2px;
  background-color: #c6c6c6;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-handle::after,
.noUi-handle::before {
  display: none;
}

.noUi-handle {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  background: var(--terem-main-color);
  border: 0;
  outline: 0;
  cursor: -webkit-grab;
  cursor: grab;
}

.noUi-horizontal .noUi-handle {
  width: 1rem;
  height: 1rem;
  right: -0.5rem;
}

.select {
  position: relative;
}

.select::before {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 35px;
  font-size: 15px;
  -webkit-transform-origin: center 0;
      -ms-transform-origin: center 0;
          transform-origin: center 0;
  pointer-events: none;
  color: var(--terem-main-color-hover);
}

.select:has(select:focus)::before {
  -webkit-transform: rotate(180deg) translateY(-50%);
      -ms-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
}

.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #fff;
  padding: 29px 27px;
  font-size: 1.25rem;
  color: #303030;
  font-family: "SFUIDisplay";
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select select:focus {
  border: 1px solid var(--terem-main-color);
}

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

.rounded {
  border-radius: 30px !important;
}

.rounded-md {
  border-radius: 20px !important;
}

.rounded-sm {
  border-radius: 10px !important;
}

.title-xl {
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 32px;
}

.title-lg {
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 20px;
}

.title {
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  font-size: 22px;
}

.title-sm {
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  font-size: 22px;
}

.caption {
  font-family: "SFUIDisplay";
  font-weight: 500;
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 16px;
}

.color-green {
  color: var(--terem-main-color);
}

.color-secondary {
  color: #d4cd8e;
}

.color-white {
  color: #fff;
}

.color-gray {
  color: #aeaeae;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--terem-main-color);
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  padding-left: 4px;
  width: 60px;
  height: 60px;
}

.play-btn::before {
  font-size: 20px;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.socials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  color: var(--terem-main-color);
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.slick-arrow,
.projects__next,
.projects__prev {
  position: static;
  vertical-align: middle;
  font-size: 0;
  background: #fff;
  color: var(--terem-main-color);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  z-index: 2;
  width: 60px;
  height: 60px;
}

.slick-arrow::before,
.projects__next::before,
.projects__prev::before {
  font-size: 18px;
}

.slick-arrow.slick-disabled,
.slick-disabled.projects__next,
.slick-disabled.projects__prev {
  opacity: 0.6;
  pointer-events: none;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

.slick-prev::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox-bg {
  background: rgba(29, 29, 29, 0.4);
}

.fancybox__content {
  color: inherit;
  background: none;
  padding: 0;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

.popup {
  display: none;
  width: 100%;
  background: #fff;
  max-width: 910px;
  scrollbar-width: 0;
  overflow: visible;
  border-radius: 10px;
  padding: 30px 20px;
}

.popup::-webkit-scrollbar {
  display: none;
}

.popup.popup-lg {
  max-width: 1420px;
  padding: 60px;
}

.popup.popup-md {
  max-width: 1180px;
}

.popup .fancybox-button[data-fancybox-close] {
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 5px;
  background: transparent;
  border-radius: 50%;
  color: #999;
  border: 1px solid #999;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}

.succes {
  background: #303030;
  color: #fff;
}

.succes__header {
  gap: 70px;
  row-gap: 20px;
}

.succes__header-main {
  max-width: 510px;
}

.succes__subtitle {
  font-weight: 300;
  line-height: 100%;
  margin-top: 20px;
}

.succes__header-icon {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.succes__btn {
  margin-top: 30px;
  font-size: 14px;
  padding: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid #fff;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.form-wrapper {
  position: relative;
}

.form-wrapper::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--terem-main-color);
  right: 20px;
  font-size: 20px;
}

.form-control {
  background: transparent;
  border-radius: 3em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 140%;
  width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 1.7em 1.5em;
  color: #303030 !important;
  font-family: "SFUIDisplay";
}

.form-control.white {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff !important;
}

.form-control.white::-webkit-input-placeholder {
  opacity: 0.5;
}

.form-control.white::-moz-placeholder {
  opacity: 0.5;
}

.form-control.white:-ms-input-placeholder {
  opacity: 0.5;
}

.form-control.white::-ms-input-placeholder {
  opacity: 0.5;
}

.form-control.white::placeholder {
  opacity: 0.5;
}

.form-control::-webkit-input-placeholder {
  opacity: 0.5;
  color: inherit;
}

.form-control::-moz-placeholder {
  opacity: 0.5;
  color: inherit;
}

.form-control:-ms-input-placeholder {
  opacity: 0.5;
  color: inherit;
}

.form-control::-ms-input-placeholder {
  opacity: 0.5;
  color: inherit;
}

.form-control::placeholder {
  opacity: 0.5;
  color: inherit;
}

.form-control:focus {
  outline: none;
  color: inherit;
  border-color: inherit;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--terem-main-color);
}

.form-control._error {
  background: #ffdbdb;
  border-color: #ffdbdb;
}

textarea.form-control {
  height: 140px !important;
  border-radius: 30px;
  padding-block: 16px;
  resize: none;
}

.file {
  display: block;
}

.file__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.file__btn.btn {
  padding-left: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 20px;
  font-family: "SFUIDisplay";
}

.file__btn.btn::before {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  margin: 0;
  font-size: 24px;
}

.form__privacy {
  color: rgba(255, 255, 255, 0.8);
  font-family: "SFUIDisplay";
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-weight: 300;
  line-height: 1.5625;
  font-size: 12px;
}

.form__privacy.answ.pending {
	color: #ff9625
}
.form__privacy.answ.error {
	color: #f00;
  font-weight: 500;
}

.btn {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 60px;
  gap: 20px;
  font-size: 14px;
  padding: 16px;
}

.btn::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  aspect-ratio: 1;
  padding: 10px;
  margin: -8px -10px -8px 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.btn.text-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 60px;
}

.btn.text-center::before {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  margin: 0;
}

.btn.btn-primary {
  background: #fff;
  border: 0;
  color: #333;
}

.btn.btn-primary::before {
  background: var(--terem-main-color);
  color: #fff;
}

.btn.btn-primary:hover {
  border-color: transparent;
  background: var(--terem-main-color);
}

.btn.btn-primary:hover::before {
  background: #fff;
  color: #303030;
}

.btn.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(176, 203, 31, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(176, 203, 31, 0.5);
}

.btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: var(--terem-main-color-active);
  border-color: var(--terem-main-color-active);
}

.btn.btn-secondary {
  background: var(--terem-main-color);
  border: 0;
  color: #fff;
}

.btn.btn-secondary::before {
  background: #fff;
  color: #303030;
}

.btn.btn-secondary:hover {
  background: var(--terem-main-color-hover);
}

.btn.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(176, 203, 31, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(176, 203, 31, 0.5);
}

.btn.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: var(--terem-main-color-active);
  border-color: var(--terem-main-color-active);
}

.btn.btn-white {
  background: #fff;
  border: 0;
  color: #303030;
}

.btn.btn-white::before {
  background: var(--terem-main-color-hover);
  color: #fff;
}

.btn.btn-white:hover {
  background: #e6e6e6;
}

.btn.btn-white:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn.btn-white:not(:disabled):not(.disabled):active {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  -webkit-transition: padding 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
  transition: padding 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
  -o-transition: padding 0.1s ease 0s, transform 0.1s ease 0s;
  transition: padding 0.1s ease 0s, transform 0.1s ease 0s;
  transition: padding 0.1s ease 0s, transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
  will-change: padding;
  contain: layout;
  -webkit-transform: translate3d(0, 0, -1px);
          transform: translate3d(0, 0, -1px);
  padding: 30px 0 0 0;
}

.header.scroll .header__logo {
  position: relative;
}

.header.scroll .header__logo::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 20px;
  background: #fff;
  z-index: -1;
}

.header.header_offset {
  -webkit-transform: translate3d(0, 0px, -1px);
          transform: translate3d(0, 0px, -1px);
  margin-bottom: -60px;
}

.header.header_offset .header__main {
  padding: 0 20px;
}

.header__wrapper {
  position: relative;
}

.header__main {
  position: relative;
  z-index: 2;
}

.header__logo {
  max-width: 70px;
}

.header__search {
  margin-left: 35px;
  position: relative;
}

.header__search-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--terem-main-color);
  left: 24px;
  font-size: 20px;
}

.header__search-input {
  color: #303030;
  font-family: "SFUIDisplay";
  font-size: 16px;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #fff;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 200px;
  border-radius: 60px;
  padding: 20px 20px 20px 50px;
  -webkit-transition: color 0.3s ease 0s, border-color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, border-color 0.3s ease 0s;
  transition: color 0.3s ease 0s, border-color 0.3s ease 0s;
}

.header__search-input:focus {
  border: 1px solid var(--terem-main-color);
}

.header__search-input:placeholder {
  opacity: 0.6;
}

.header.open-menu .header__search-input {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
}

.header.open-menu .header__search-input:focus {
  border: 1px solid var(--terem-main-color);
}

.header__action {
  background: #fff;
  width: 2.6923076923em;
  height: 2.6923076923em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--terem-main-color);
  position: relative;
  padding: 0.1538461538em 0 0 0;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  font-size: 15px;
}

.header__action.icon-compare {
  padding-top: 0px;
  padding-right: 0.1538461538em;
}

.header.open-menu .header__action {
  background: #f9f9f9;
}

.header__action-quantity {
  color: rgba(0, 0, 0, 0.5);
  font-family: "SFUIDisplay";
  font-size: 0.5384615385em;
  position: absolute;
  bottom: 1em;
  right: 1em;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.header__whatsapp {
  background: #fff;
  width: 2.1875em;
  height: 2.1875em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4CAF50!important;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  font-size: 27px;
}

.header.open-menu .header__whatsapp {
  background: #f9f9f9;
}

.header__contacts-block {
  background: #fff;
  padding: 10px 20px;
}

.header.open-menu .header__contacts-block {
  background: #f9f9f9;
}

.header__contacts-link {
  line-height: 140%;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.header__contacts-link.sm-link {
  font-weight: 300;
  line-height: 140%;
  font-family: "SFUIDisplay";
  font-size: 14px;
}

.header__contacts-feedback {
  margin-left: 20px;
}

.menu {
  background: #fff;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  top: 0;
  height: 100vh;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 140px 20px 40px;
}

.header.open-menu .menu {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
}

.menu__list {
  color: #333;
  font-family: "SFUIDisplay";
  gap: 0.9523809524em;
  max-width: 1000px;
  margin-right: auto;
}

.menu__item {
  position: relative;
}

.menu__link {
  border-radius: 1.9047619048em;
  background: #f9f9f9;
  padding: 0.9523809524em 1.9047619048em;
  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;
  gap: 0.2857142857em;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.menu__link.active {
  background-color: #ececec;
  color: #303030;
}

.menu__link.active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu__link::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 6px;
  margin: -16px;
  padding: 16px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.menu__contacts {
  gap: 10px;
}

.menu__contacts-whatsapp {
  width: 2.1666666667em;
  height: 2.1666666667em;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: var(--terem-main-color);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  font-size: 20px;
}

.menu__contacts-link {
  background: var(--terem-main-color);
  color: #fff;
  white-space: nowrap;
  font-weight: 500;
  line-height: 140%;
  padding: 0.6666666667em 1.6666666667em;
  border-radius: 2.5em;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  font-size: 16px;
}

.submenu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.submenu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.submenu__link {
  text-align: left;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.icon-menu {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #303030;
  z-index: 11;
  width: 80px;
  height: 40px;
  margin: 0px 0px 0px auto;
}

.icon-menu span {
  display: block;
  -webkit-transition: opacity 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
  -o-transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
  transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
  transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
  will-change: transform;
  pointer-events: none;
  padding: 2.5px 4px;
}

.icon-menu span::before {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  pointer-events: none;
  background: currentColor;
  -webkit-transition: width 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: width 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, width 0.3s ease 0s;
  transition: transform 0.3s ease 0s, width 0.3s ease 0s;
  transition: transform 0.3s ease 0s, width 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  will-change: transform;
}

.header.open-menu .icon-menu {
  background: #f9f9f9;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.header.open-menu .icon-menu span {
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.header.open-menu .icon-menu span::before {
  -webkit-transition: width 0.3s ease 0s, -webkit-transform 0.45s ease 0.35s;
  transition: width 0.3s ease 0s, -webkit-transform 0.45s ease 0.35s;
  -o-transition: transform 0.45s ease 0.35s, width 0.3s ease 0s;
  transition: transform 0.45s ease 0.35s, width 0.3s ease 0s;
  transition: transform 0.45s ease 0.35s, width 0.3s ease 0s, -webkit-transform 0.45s ease 0.35s;
}

.header.open-menu .icon-menu span:first-child {
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
}

.header.open-menu .icon-menu span:first-child::before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.header.open-menu .icon-menu span:nth-child(2) {
  opacity: 0;
}

.header.open-menu .icon-menu span:nth-child(3) {
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
}

.header.open-menu .icon-menu span:nth-child(3)::before {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.footer {
  background: #303030;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 30px 30px 0 0;
  padding: 20px 0 60px;
}

.footer__feedback {
  overflow: hidden;
  background: #fff;
  color: #303030;
  padding: 20px 0 0 0;
  border-radius: 30px;
}

.footer__feedback-main {
  padding: 12px 20px;
}

.footer__feedback-subtitle {
  font-family: "SFUIDisplay";
  line-height: 150%;
  font-size: 16px;
  text-align: center;
  max-width: 260px;
}

.footer__form {
  margin-top: 24px;
  gap: 15px;
}

.footer__form-privacy {
  color: rgba(48, 48, 48, 0.5);
  text-align: center;
  font-family: "SFUIDisplay";
  font-weight: 300;
  line-height: 1.5625;
  padding: 0 1em;
  font-size: 12px;
}

.footer__form-privacy.answ.pending {
	color: #ff9625
}
.footer__form-privacy.answ.error {
	color: #f00;
  font-weight: 500;
}


.footer__feedback-image img {
  max-width: 100%;
}

.footer__contacts {
  margin-top: 60px;
}

.footer__contacts-caption {
  white-space: nowrap;
  margin-bottom: 20px;
}

.footer__contacts-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.footer__contacts-body .row {
  --bs-gutter-y: 10px;
}

.footer__card {
  background: #373737;
  padding: 19px 30px;
  min-height: 160px;
}

.footer__card-name,
.footer__card-caption {
  font-family: "SFUIDisplay";
  font-size: 16px;
  line-height: 140%;
}

.footer__card-link {
  color: #fff;
  font-weight: 500;
  line-height: 140%;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  font-size: 24px;
}

.footer__card-worktime {
  margin-top: 34px;
  font-family: "SFUIDisplay";
  font-size: 16px;
  line-height: 140%;
}

.footer__card-address {
  margin-top: 27px;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
  max-width: 240px;
  font-size: 14px;
}

.footer__bottom {
  margin-top: 80px;
}

.footer__column {
  display: contents;
}

.footer__logo {
  max-width: 140px;
}

.footer__prod {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 34px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.footer__menu-caption {
  color: #fff;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 20px;
  min-width: 260px;
  text-align: center;
}

.footer__menu-nav {
  margin-top: 14px;
  font-family: "SFUIDisplay";
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  font-size: 20px;
}

.footer__menu-list {
  --bs-gutter-y: 15px;
}

.footer__menu-link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.footer__socials {
  margin-top: 20px;
}

.footer__menu-rate {
  margin-top: 20px;
  display: inline-block;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-x: clip;
}

.no-webp .promo__main {
  background: url("../img/banner-mobile.jpg") center 0/cover no-repeat, #303030; }

.promo__main {
  color: #fff;
  width: 100%;
  min-height: 440px;
  padding: 258px 20px 20px;
}

.promo__title span:last-child {
  text-indent: 0.9375em;
}

.promo__side {
  gap: 10px;
  margin-top: 17px;
}

.promo__side-link {
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  font-size: 14px;
  padding: 1em 1.4285714286em;
}

.promo__side-link::before {
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.promo__side-link:nth-child(1) {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #303030;
}

.promo__side-link:nth-child(1)::before {
  background: var(--terem-main-color);
  color: #fff;
}

.promo__side-link:nth-child(2) {
  background: var(--terem-main-color);
  color: #fff;
}

.promo__side-link:nth-child(2)::before {
  background: #fff;
  color: #303030;
}

.promo__side-link::before {
  margin-left: auto;
  width: 2.7777777778em;
  height: 2.7777777778em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.benefits {
  padding: 30px 0;
}

.benefits + .categories {
  margin-top: 30px;
}

.benefits + .nums {
  padding-top: 20px;
}

.benefits .row {
  --bs-gutter-x: 20px;
}

.benefits__cards .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 10px;
}

.benefits__card {
  background: #fff;
  padding: 20px 20px 20px 20px;
  gap: 12px;
  min-height: 114px;
}

.benefits__card-icon {
  margin-left: auto;
  margin-bottom: auto;
}

.benefits__card-text {
  line-height: 120%;
  letter-spacing: -0.05em;
  font-size: 18px;
}

.benefits__image {
  position: relative;
  height: 0;
  width: 100%;
  min-height: 100%;
  padding-bottom: 75%;
}

.benefits__image > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefits__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.categories {
  background: #fff;
  border-radius: 30px 30px 0 0;
  padding: 50px 20px 25px;
}

.categories__header {
  gap: 10px;
}

.categories__header .row {
  --bs-gutter-y: 20px;
}

.categories__body {
  margin-top: 15px;
}

.categories__body .row {
  --bs-gutter-y: 28px;
}

.project__image {
  position: relative;
  overflow: hidden;
}

.project__image img {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.project__quantity {
  position: absolute;
  color: #fff;
  font-family: "SFUIDisplay";
  font-weight: 500;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 7px 18px;
  border-radius: 20px;
  font-size: 14px;
  top: 10px;
  left: 10px;
}

.project__arrow {
  position: absolute;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--terem-main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 12px;
}

.project__name {
  margin-top: 0.6111111111em;
  line-height: 120%;
  letter-spacing: -0.05em;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  font-size: 18px;
}

.projects {
  background: #fff;
  position: relative;
  border-radius: 0 0 30px 50px;
  padding: 18px 20px 60px;
}

.projects__header {
  display: contents;
  gap: 20px;
}

.projects__caption {
  padding-top: 10px;
  white-space: nowrap;
}

.projects__title {
  margin: 20px 0 0 0;
}

.projects__controls {
  margin-top: 20px;
  gap: 10px;
}

.projects__body {
  position: relative;
  margin: 25px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.projects__slider {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.projects__slide {
  margin: 0 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 100%;
  aspect-ratio: 1.6666666667;
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.projects__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.projects__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  z-index: 1;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.projects__slide.active {
  cursor: default;
}

.projects__slide.active::before {
  opacity: 0;
}

.projects__infos {
  position: relative;
  z-index: 3;
}

.projects__info {
  display: none;
  background: #fff;
  border: 1px solid rgba(48, 48, 48, 0.2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 480px;
  padding: 20px 20px 20px 20px;
  border-radius: 20px;
}

.projects__info.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e5dfb2;
}

.projects__info-title {
  line-height: 120%;
  letter-spacing: -0.05em;
  font-size: 18px;
}

.projects__info-props {
  font-family: "SFUIDisplay";
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 12px;
  gap: 7px;
}

.projects__info-price {
  margin-top: 16px;
  color: #333;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.05em;
  font-size: 18px;
}

.projects__info-btn {
  margin-top: 10px;
  font-size: 15px;
  margin-right: auto;
}

.complex {
  padding: 58px 0 30px;
}

.complex__columns {
  gap: 20px;
}

.complex__image + .complex__image {
  margin-top: 20px;
}

.complex__caption {
  margin-bottom: 20px;
}

.complex__body {
  margin-top: 12px;
}

.complex__body .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}

.about {
  padding: 30px 0 20px;
}

.about__title {
  margin: 16px auto 0;
  max-width: 280px;
}

.about__desc {
  font-family: "SFUIDisplay";
  line-height: 150%;
  margin: 13px auto 0;
  max-width: 1296px;
  font-size: 14px;
  padding: 0 20px;
}

.about__slider {
  margin-top: 30px;
}

.about__slider .slick-list {
  overflow: visible;
}

.about__slider .slick-track > * {
  width: 100%;
}

.about__card {
  background: #fff;
  padding: 20px;
}

.about__card-title {
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
}

.about__card-text {
  font-family: "SFUIDisplay";
  font-weight: 300;
  line-height: 150%;
  font-size: 15px;
  margin-top: 6px;
  margin-bottom: 0;
}

.about__card-logo {
  margin-left: auto;
  max-width: 82px;
}

.nums {
  padding: 10px 0 30px;
}

.nums__cards {
  background: #fff;
  gap: 16px;
  padding: 23px 30px 30px;
  border-radius: 20px;
}

.nums__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nums__card-value {
  color: var(--terem-main-color);
  font-weight: 500;
  font-size: 36px;
}

.nums__card-title {
  font-size: 20px;
}

.nums__card-desc {
  margin-top: 6px;
  font-family: "SFUIDisplay";
  font-weight: 300;
  line-height: 130%;
  max-width: 240px;
  font-size: 14px;
}

.steps {
  padding: 15px 0 65px;
}

.steps__header .row {
  --bs-gutter-y: 14px;
}

.steps__caption {
  padding-top: 10px;
}

.steps__body {
  margin-top: 32px;
}

.steps__content > .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 10px;
}

.steps__card {
  background: #fff;
  padding: 20px;
}

.steps__card-icon {
  margin-bottom: auto;
}

.steps__card-text {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 25px;
}

.steps__more {
  position: relative;
}

.steps__more-image {
  position: relative;
}

.steps__more-image img {
  min-height: 320px;
}

.steps__more-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.steps__more-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  padding: 25px 20px;
  font-size: 18px;
}

.steps__more-btn {
  position: absolute;
  bottom: 40px;
  right: 20px;
}

.steps__list {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 20px;
}

.steps__item:not(:last-child) {
  margin-bottom: 12px;
}

.steps__item:not(:last-child) .steps__link {
  padding-bottom: 12px;
}

.steps__item:not(:last-child) .steps__link::before {
  display: block;
}

.steps__link {
  gap: 30px;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  color: rgba(48, 48, 48, 0.6);
  position: relative;
}

.steps__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
  transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
  transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}


body:not(._touch) .steps__link:not(:hover) .steps__icon svg path {
  fill: rgba(38, 38, 38, 0.6);
}

.steps__icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.steps__icon svg path {
  -webkit-transition: fill 0.3s ease 0s;
  -o-transition: fill 0.3s ease 0s;
  transition: fill 0.3s ease 0s;
}

.steps__text {
  font-weight: 500;
  text-transform: uppercase;
}

.steps__select::before,
.clients__select::before {
  font-size: 8px;
  right: 16px;
}

.steps__select select,
.clients__select select {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #303030;
  font-family: Unbounded;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 25px 20px;
}

.clients {
  background: #fff;
  padding: 62px 0 70px;
  border-radius: 25px 25px 0 0;
}

.clients__caption {
  padding-top: 5px;
}

.clients__body {
  margin-top: 16px;
}

.clients__body .row {
  --bs-gutter-y: 15px;
}

.clients__controls {
  gap: 20px;
  display: none;
}

.clients__controls.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.clients__tabs {
  gap: 19px;
  width: 100%;
}

.clients__tabs-btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: rgba(0, 0, 0, 0.6);
  font-family: "SFUIDisplay";
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding-top: 8px;
  padding-bottom: 10px;
  font-size: 16px;
}

.clients__tabs-btn.active {
  color: var(--terem-main-color);
  font-weight: 600;
}

.clients__tabs-btn.active::before {
  -webkit-transform: scaleY(1.5);
      -ms-transform: scaleY(1.5);
          transform: scaleY(1.5);
}

.clients__tabs-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.clients__tabs-content {
  display: none;
}

.clients__tabs-content.active {
  display: block;
}

.clients__videos {
  margin-left: auto;
}

.clients__video {
  position: relative;
}

.clients__video img {
  min-height: 240px;
}

.clients__photos {
  margin: 0 -9px;
}

.clients__photos .slick-list {
  overflow: visible;
}

.clients__photos-card {
  padding: 0 9px;
}

.clients__photos-image {
  position: relative;
  height: 0;
  width: 100%;
  min-height: 240px;
  padding-bottom: 54%;
}

.clients__photos-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.clients__photos-info {
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
}

.clients__photos-title {
  line-height: 140%;
  text-transform: uppercase;
}

.clients__photos-desc {
  margin-top: 12px;
  color: rgba(48, 48, 48, 0.7);
  font-family: "SFUIDisplay";
  font-weight: 300;
  line-height: 150%;
  font-size: 14px;
}

.catalog {
  padding: 0px 0px 70px 0px;
}

.catalog--2025 {
  padding: 0px 0px 70px 0px;
}

.catalog__caption {
  padding: 8px 0 0 0;
}

.catalog__filters {
  margin-top: 75px;
}

.catalog__filters-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog__filters-header a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #303030;
  font-family: "SFUIDisplay";
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  padding: 0 10px;
  text-align: left;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: color 0.3s ease 0s, border-color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, border-color 0.3s ease 0s;
  transition: color 0.3s ease 0s, border-color 0.3s ease 0s;
  color: #303030;
}

.catalog__filters-header a.active {
  color: var(--terem-main-color);
  border-bottom: 1px solid var(--terem-main-color);
}

.catalog__filters-body {
  margin-top: 45px;
}

.catalog__filters-caption {
  color: rgba(48, 48, 48, 0.5);
  font-family: "SFUIDisplay";
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  padding: 0 30px;
}

.catalog__filters-content {
  margin-top: 15px;
}

.catalog__filters-columns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  background: #fff;
}

.catalog__filters-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__filters-input {
  line-height: 120%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: border-color 0.3s ease 0s, color 0.3s ease 0s;
  -o-transition: border-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s, color 0.3s ease 0s;
  width: 100%;
  background: transparent;
  padding: 1.45em 0.5em 1.45em 3.5em;
  font-size: 12px;
}

.catalog__filters-input::-webkit-input-placeholder {
  opacity: 1;
}

.catalog__filters-input::-moz-placeholder {
  opacity: 1;
}

.catalog__filters-input:-ms-input-placeholder {
  opacity: 1;
}

.catalog__filters-input::-ms-input-placeholder {
  opacity: 1;
}

.catalog__filters-input::placeholder {
  opacity: 1;
}

.catalog__filters-unit {
  position: absolute;
  left: 1.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #8d8d8d;
  font-family: "SFUIDisplay";
  text-transform: uppercase;
  font-size: 14px;
}

.catalog__filters-range {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  padding: 0 8px;
  margin: 0 35px;
}

.catalog__filters-labels {
  margin-top: 15px;
  gap: 10px;
}

.catalog__filters-label {
  border-radius: 2.5em;
  background: #fff;
  color: #8d8d8d;
  font-family: "SFUIDisplay";
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  padding: 1.4em 1.75em;
  border: 2px solid #fff;
  -webkit-transition: border-color 0.3s ease 0s;
  -o-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}

.catalog__filters-label.active {
  border: 2px solid var(--terem-main-color-hover);
  color: #8d8d8d;
}

.catalog__filters-bottom {
  margin-top: 50px;
  gap: 30px;
  row-gap: 10px;
}

.catalog__filters-btn {
  color: #504f4d;
  font-family: "SFUIDisplay";
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  padding: 0.8em;
  font-size: 18px;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.catalog__filters-btn::before {
  color: var(--terem-main-color);
}

.catalog__filters-btn.icon-filter::before {
  font-size: 1.3em;
}

.catalog__body {
  margin-top: 37px;
}

.product {
  background: #fff;
  padding: 15px;
}

.product__name {
  margin-top: 0.75em;
  color: #303030;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.05em;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  font-size: 26px;
}

.product__desc {
  margin-top: 19px;
  font-family: "SFUIDisplay";
  gap: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product__bottom {
  margin-top: 24px;
  gap: 42px;
  row-gap: 16px;
}

.product__price {
  color: #333;
}

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

.service {
  padding: 0px 0px 70px 0px;
}

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

.service__title span {
  text-indent: 1.4em;
}

.service__list {
  padding: 8px 0 0 0;
}

.service__item:not(:last-child) {
  margin-bottom: 18px;
}

.service__item-title {
  color: #303030;
  font-family: "SFUIDisplay";
  text-transform: uppercase;
  font-size: 20px;
}

.service__item-text {
  color: #303030;
  font-size: 20px;
  font-family: "SFUIDisplay";
}

.service__item-text a {
  color: var(--terem-main-color);
  text-decoration: underline;
}

.service__item-hint {
  color: rgba(48, 48, 48, 0.7);
  font-family: "SFUIDisplay";
  font-weight: 300;
  font-size: 16px;
}

.service__body {
  margin-top: 44px;
}

.service__artilce:not(:last-child) {
  margin-bottom: 50px;
}

.service__artilce p,
.service__artilce ul {
  color: rgba(48, 48, 48, 0.7);
  font-family: "SFUIDisplay";
  font-weight: 300;
  line-height: 150%;
  font-size: 18px;
}

.service__artilce p:not(:last-child),
.service__artilce ul:not(:last-child) {
  margin-bottom: 6px;
}

.service__artilce strong {
  font-weight: 600;
}

.service__artilce ul {
  list-style: disc;
  padding-left: 2em;
}

.service__artilce a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.service__artilce a img {
  border-radius: 25px;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service__artilce-title {
  margin-bottom: 30px;
}

.about-page {
  padding: 0 0 60px 0;
}

.about-page__title {
  margin-bottom: 0;
}

.about-page__slider {
  margin-top: 30px;
}

.about-page__slider .slick-list {
  overflow: visible;
}

.about-page__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.about-page__slide {
  height: auto;
  aspect-ratio: 1.25;
}

.about-page__slide:nth-child(odd) {
  margin-top: 20px;
}

.about-page__slide:nth-child(even) {
  margin-bottom: 20px;
}

.dignity {
  padding: 70px 0 30px;
}

.dignity__body {
  border-radius: 50px;
  background: var(--terem-main-color-hover);
  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;
}

.dignity__image {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.dignity__content {
  padding: 30px 20px;
}

.dignity__title {
  margin-top: 28px;
}

.dignity__cards {
  margin-top: 27px;
}

.dignity__cards .row {
  --bs-gutter-y: 20px;
  --bs-gutter-x: 20px;
}

.dignity__card {
  background: rgba(0, 0, 0, 0.1);
  min-height: 100%;
  border-radius: 20px;
  padding: 20px;
}

.dignity__card-header {
  gap: 18px;
}

.dignity__card-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.dignity__card-title {
  font-family: "SFUIDisplay";
}

.dignity__card-desc {
  margin-top: 46px;
  line-height: 120%;
  letter-spacing: -0.05em;
}

.technologies {
  padding: 45px 0 70px;
}

.technologies__caption {
  padding-top: 10px;
}

.technologies__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1em;
}

.technologies__title span {
  text-indent: 1.2em;
}

.technologies__text {
  padding-top: 10px;
  color: #303030;
  font-family: "SFUIDisplay";
  font-size: 20px;
}

.technologies__slider {
  margin-top: 20px;
  margin-left: -20px;
}

.technologies__slider .slick-list {
  overflow: visible;
}

.technologies__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.product-card {
  padding: 0 0 70px 0;
}

.product-card__action {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  color: var(--terem-main-color);
  font-size: 32px;
  -webkit-transition: border-color 0.3s ease 0s;
  -o-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}

.product-card__body {
  margin-top: 24px;
}

.product-card__body .row {
  --bs-gutter-x: 40px;
}

.product-card__slider {
  position: relative;
}

.product-card__slider .slick-arrow,
.product-card__slider .projects__prev,
.product-card__slider .projects__next {
  position: absolute;
  top: 50%;
}

.product-card__slider .slick-arrow.slick-next,
.product-card__slider .slick-next.projects__prev,
.product-card__slider .slick-next.projects__next {
  right: 40px;
}

.product-card__slider .slick-arrow.slick-prev,
.product-card__slider .slick-prev.projects__prev,
.product-card__slider .slick-prev.projects__next {
  left: 40px;
}

.product-card__slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-bottom: 30px;
}

.product-card__slider .slick-dots li {
  cursor: pointer;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
}

.product-card__slider .slick-dots li.slick-active {
  opacity: 1;
}

.product-card__plan {
	margin-top: 40px;
	position: sticky;
	top: calc(var(--header-height, 140px) + 16px);
	display: flex;
	gap: 30px;
}

.product-card__block {
  border-radius: 50px;
  background: #fff;
  padding: 18px 20px 46px;
}

.product-card__block:not(:last-child) {
  margin-bottom: 40px;
}

.product-card__block-title {
  color: #303030;
}

.product-card__price {
  border-radius: 40px;
  background: var(--terem-main-color-hover);
  color: #fff;
  padding: 21px 30px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.product-card__price::before {
  width: 30px;
  height: 30px;
  font-size: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
  color: var(--terem-main-color-hover);
  border-radius: 50%;
}

.product-card__price-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.product-card__price-value {
  font-weight: 500;
  white-space: nowrap;
}

.product-card__price-desc {
  margin-top: 9px;
  font-family: "SFUIDisplay";
  font-weight: 300;
  max-width: 330px;
  font-size: 14px;
}

.product-card__props {
  margin-top: 40px;
  padding: 0 15px;
}

.product-card__props .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 24px;
}

.product-card__props-value {
  color: var(--terem-main-color-hover);
  font-weight: 500;
}

.product-card__props-desc {
  color: #303030;
  margin-top: 3px;
}

.product-card__labels {
  margin-top: 21px;
}

.product-card__label {
  display: block;
}

.product-card__label:not(:last-child) {
  margin-bottom: 20px;
}

.product-card__label-input:checked + .product-card__label-btn {
  border: 2px solid var(--terem-main-color-hover);
}

.product-card__label-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 22px 30px;
  grid-gap: 8px;
  border-radius: 70px;
  border: 2px solid #f9f9f9;
  background: #f9f9f9;
  -webkit-transition: border-color 0.3s ease 0s;
  -o-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
  cursor: pointer;
}

.product-card__label-icon {
	margin-left: auto;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.product-card__label-icon-w54 {
	width:54px;
}

.product-card__label-name {
  color: #303030;
  font-family: "SFUIDisplay";
  font-weight: 300;
}

.product-card__label-price {
  margin-top: 4px;
  color: var(--terem-main-color-hover);
  font-family: "SFUIDisplay";
  font-weight: 500;
  font-size: 20px;
}

.product-card__row {
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}

.product-card__row-caption {
  color: #303030;
  font-family: "SFUIDisplay";
  font-size: 20px;
  margin-bottom: 10px;
}

.complectation {
  padding: 70px 0 53px;
}

.complectation__caption {
  padding-top: 8px;
}

.complectation__main {
  margin-top: 50px;
  padding: 20px 30px;
  border-radius: 50px;
  background: #fff;
}

.complectation__main .complectation__row:first-child {
  border-top: 0;
}

.complectation__heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
}

.complectation__option {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 500px;
  background: var(--terem-main-color-hover);
  color: #fff;
  max-width: 500px;
  margin: 0 auto;
  padding: 23px 40px;
}

.complectation__option-name {
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  font-size: 16px;
}

.complectation__option-price {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.complectation__option-price span {
  font-weight: 500;
}

.complectation__row {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 18px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.complectation__name {
  font-family: "SFUIDisplay";
  font-size: 18px;
  text-transform: uppercase;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
}

.complectation__value {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.complectation__value::before {
  display: block;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  width: 80px;
  height: 30px;
  font-size: 20px;
}

.complectation__value.icon-close::before {
  color: #ea6f6f;
}

.complectation__value.icon-check::before {
  color: var(--terem-main-color-hover);
}

.complectation__value::after {
  content: attr(data-label);
  display: none;
  font-size: 10px;
}

.complectation__spollers {
  margin-top: 20px;
}

.complectation__spollers-block:not(:last-child) {
  margin-bottom: 20px;
}

.complectation__spoller {
  border-radius: 50px;
  background: #fff;
  padding: 1.1805555556em 1.6666666667em;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.complectation__spoller::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1.5277777778em;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.complectation__spoller.active::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.complectation__spoller + .complectation__body {
  padding: 20px 60px;
  display: none;
}

.extras {
  padding: 70px 0 140px;
}

.extras__body {
  margin-top: 38px;
  gap: 20px;
}

.extras__info {
  color: #fff;
  background: var(--terem-main-color-hover);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 21px 19px 26px;
  gap: 16px;
}

.extras__info li {
  line-height: 140%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.extras__info li strong {
  font-size: 22px;
  font-weight: 500;
}

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

.extras__item {
  display: block;
}

.extras__item:not(:last-child) {
  margin-bottom: 20px;
}

.extras__item-checkbox:checked + .extras__item-btn::before {
  color: #fff;
}

.extras__item-btn {
  display: block;
  border-radius: 60px;
  background: #fff;
  padding: 25px 30px;
  gap: 20px;
  width: 100%;
  cursor: pointer;
}

.extras__item-btn::before {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  font-size: 10px;
  background: var(--terem-main-color-hover);
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.extras__item-title {
  font-family: "SFUIDisplay";
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 648px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.extras__item-price {
  font-family: "SFUIDisplay";
  font-weight: 600;
  text-align: right;
  margin-left: auto;
  font-size: 18px;
}

.questions {
  padding: 20px 0;
}

.questions__body {
  background: var(--terem-main-color-hover);
  color: #fff;
}

.questions__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 60px 30px;
}

.questions__desc {
  margin-top: 16px;
  font-family: "SFUIDisplay";
  font-size: 20px;
  line-height: 150%;
}

.questions__form {
  margin-top: 52px;
}

.questions__form .row {
  --bs-gutter-y: 20px;
  --bs-gutter-x: 20px;
}

.visual {
  padding: 110px 0;
}

.visual__content {
  position: relative;
}

.visual__title {
  margin-top: 48px;
  max-width: 472px;
}

.visual__body {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
}

.visual__item {
  position: absolute;
  z-index: 1;
}

.visual__item:nth-child(1) {
  top: 66%;
  left: 11%;
}

.visual__item:nth-child(2) {
  top: 67%;
  left: 55%;
}

.visual__item:nth-child(3) {
  top: 15%;
  left: 37%;
}

.visual__item.active {
  z-index: 2;
}

.visual__point {
  position: relative;
  z-index: 2;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--terem-main-color);
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.visual__point.active {
  /*-webkit-transform: rotate(45deg);*/
  /*    -ms-transform: rotate(45deg);*/
  /*        transform: rotate(45deg);*/
}

.visual__info {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: -16px;
  right: -16px;
  background: #fff;
  border-radius: 50px;
  padding: 40px 40px 110px;
  width: 473px;
}

.visual__info.open-right {
  left: -16px;
  right: auto;
}

.visual__info-title {
  color: #303030;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.visual__info-desc {
  margin-top: 17px;
  font-family: "SFUIDisplay";
  font-size: 18px;
  line-height: 140%;
}

.visual__info-list {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.visual__info-list li {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 50px;
  padding: 6px 18px;
  font-family: "SFUIDisplay";
  font-size: 16px;
  font-weight: 300;
}

.visual__info-list li img {
  max-width: 50px;
}

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

.products {
  padding: 40px 0 140px;
}

.products__title {
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products__title span {
  text-indent: 2.4em;
}

.products__body {
  margin-top: 105px;
}

.similar {
  padding: 65px 0 70px;
}

.similar__title {
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.similar__title span {
  text-indent: 2.4em;
}

.similar__body {
  margin-top: 44px;
}

.similar__item {
  border-radius: 50px;
  overflow: hidden;
  background: #fff;

}
.id_103 .similar__item {
	height:100%;
}

.similar__item:not(:last-child) {
  margin-bottom: 20px;
}

.similar__item-title {
  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;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.05em;
  padding: 36px 50px;
}

.similar__item-title::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 50px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  color: var(--terem-main-color);
}

.similar__item-title.active::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.similar__item-desc {
  color: #303030;
  font-family: "SFUIDisplay";
  font-size: 20px;
  max-width: 667px;
  line-height: 150%;
  display: none;
  padding: 0 50px 32px;
  margin-top: -24px;
}

@media (min-width: 360px) {
  .catalog__filters-input {
    font-size: 14px;
  }
}

@media (min-width: 379.98px) {
  .title-lg {
    font-size: 22px;
  }

  .promo__title {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 575.98px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-xl {
    font-size: 36px;
  }

  .title-lg {
    font-size: 24px;
  }

  .caption {
    font-size: 20px;
  }

  .popup {
    padding: 70px 60px;
  }

  .btn.text-center {
    font-size: 18px;
  }

  .header.header_offset {
    margin-bottom: -70px;
  }

  .header.header_offset .header__main {
    padding: 0 15px;
  }

  .header__logo {
    max-width: 105px;
  }

  .header__action {
    font-size: 22px;
  }

  .menu__contacts-whatsapp {
    font-size: 22px;
  }

  .menu__contacts-link {
    font-size: 18px;
  }

  .icon-menu {
    margin: 0;
    height: 60px;
    width: 60px;
  }

  .icon-menu span {
    padding: 4.5px 4px;
  }

  .icon-menu span::before {
    width: 30px;
  }

  .header.open-menu .icon-menu span:first-child {
    -webkit-transform: translateY(11px);
        -ms-transform: translateY(11px);
            transform: translateY(11px);
  }

  .header.open-menu .icon-menu span:nth-child(3) {
    -webkit-transform: translateY(-11px);
        -ms-transform: translateY(-11px);
            transform: translateY(-11px);
  }

  .footer__feedback-main {
    padding: 20px;
  }

  .footer__feedback-subtitle {
    margin-top: 20px;
    max-width: 100%;
    text-align: left;
  }

  .footer__form-privacy {
    font-size: 16px;
  }

  .no-webp .promo__main {
    background: url("../img/banner.jpg") center 0/cover no-repeat, #303030; }

  .promo__title {
    padding-bottom: 10px;
  }

  .promo__title span:first-child {
    text-indent: 1.25em;
  }

  .promo__title span:last-child {
    text-indent: 1.53125em;
  }

  .promo__side {
    margin-top: 0;
  }

  .promo__side-link {
    padding: 1.4444444444em 1.1111111111em 1.1111111111em 1.6666666667em;
    height: 11.1111111111em;
    width: 12.2222222222em;
    font-size: 12px;
  }

  .promo__side-link:nth-child(1) {
    background: transparent;
  }

  .benefits {
    padding: 20px 0 0 0;
  }

  .benefits__cards .row {
    --bs-gutter-y: 20px;
  }

  .benefits__card {
    gap: 23px;
  }

  .categories__header-caption {
    padding-top: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .categories__header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .categories__header-title span {
    text-indent: 2.6em;
  }

  .project__quantity {
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 20px;
    top: 20px;
    left: 20px;
  }

  .project__arrow {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 14px;
  }

  .project__name {
    font-size: 22px;
  }

  .projects {
    padding: 20px 0 70px;
  }

  .projects__title {
    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 auto;
    padding-right: 20px;
  }

  .projects__title span {
    text-indent: 2.6em;
  }

  .projects__controls {
    gap: 20px;
    margin-top: 0;
  }

  .projects__body {
    gap: 20px;
  }

  .projects__slider {
    height: 288px;
  }

  .projects__slide {
    width: 240px;
    height: 144px;
  }

  .projects__slide.active {
    width: 480px;
    height: 288px;
  }

  .projects__info-title {
    font-size: 20px;
  }

  .projects__info-price {
    font-size: 20px;
  }

  .projects__info-btn {
    margin-right: 0;
    margin-left: auto;
  }

  .complex {
    padding: 88px 0 40px;
  }

  .complex__column:nth-child(5n+1),
  .complex__column:nth-child(5n+2),
  .complex__column:nth-child(5n+4),
  .complex__column:nth-child(5n+5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }

  .complex__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }

  .complex__caption {
    margin-bottom: 26px;
  }

  .complex__title {
    margin-bottom: 46px;
  }

  .about__title {
    max-width: 1112px;
    margin: 32px auto 0;
  }

  .about__desc {
    padding: 0;
    font-size: 16px;
  }

  .about__slider .slick-track > *:nth-child(5n+1) {
    margin-top: 15px;
  }

  .about__slider .slick-track > *:nth-child(5n+1),
  .about__slider .slick-track > *:nth-child(5n+5) {
    max-width: 300px;
  }

  .about__slider .slick-track > *:nth-child(5n+2),
  .about__slider .slick-track > *:nth-child(5n+4) {
    max-width: 450px;
  }

  .about__slider .slick-track > *:nth-child(5n+3) {
    margin-top: 20px;
    max-width: 360px;
  }

  .about__slider .slick-track > *:nth-child(5n+5) {
    margin-top: 15px;
    max-width: 450px;
  }

  .about__card-title {
    font-size: 21px;
  }

  .about__card-text {
    margin-top: 16px;
    font-size: 18px;
  }

  .nums__card {
    gap: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
  }

  .nums__card-value {
    font-size: 40px;
  }

  .steps {
    padding: 35px 0 65px;
  }

  .catalog__filters-input {
    font-size: 16px;
  }

  .catalog__filters-unit {
    font-size: 16px;
  }

  .catalog__filters-btn {
    font-size: 20px;
  }

  .service__artilce:not(:last-child) {
    margin-bottom: 100px;
  }

  .service__artilce p,
  .service__artilce ul {
    font-size: 20px;
  }

  .service__artilce p:not(:last-child),
  .service__artilce ul:not(:last-child) {
    margin-bottom: 12px;
  }

  .service__artilce a img {
    border-radius: 50px;
  }

  .service__artilce .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
  }

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

  .dignity__card {
    border-radius: 30px;
    padding: 30px;
  }

  .dignity__card-title {
    font-size: 20px;
  }

  .dignity__card-desc {
    font-size: 20px;
  }

  .complectation__option {
    margin-bottom: -80px;
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);
  }

  .extras__info {
    gap: 32px;
    padding: 43px 38px 52px;
  }
}

@media (min-width: 576px) {
  .d-sm-contents {
    display: contents !important;
  }
}

@media (min-width: 767.98px) {
  .container {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .container-sm {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .container-md {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .breadcrumbs {
    padding: 92px 0 20px;
  }

  .rounded {
    border-radius: 50px !important;
  }

  .rounded-md {
    border-radius: 30px !important;
  }

  .rounded-sm {
    border-radius: 20px !important;
  }

  .title-xl {
    font-size: 40px;
  }

  .title-lg {
    font-size: 26px;
  }

  .title {
    font-size: 24px;
  }

  .play-btn {
    width: 80px;
    height: 80px;
  }

  .popup .fancybox-button[data-fancybox-close] {
    padding: 10px;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
  }

  .succes__subtitle {
    font-size: 20px;
    margin-top: 30px;
  }

  .succes__btn {
    padding: 20px;
    margin-top: 40px;
    font-size: 18px;
  }

  .form-wrapper::before {
    font-size: 26px;
    right: 28px;
  }

  .form-control {
    font-size: 18px;
  }

  .form__privacy {
    font-size: 16px;
  }

  .btn {
    padding: 20px 20px;
    font-size: 15px;
  }

  .btn::before {
    margin: -12px -16px -12px 0;
    padding: 15px;
  }

  .header {
    padding: 40px 0 0 0;
  }

  .header.scroll {
    padding: 20px 0 0 0;
  }

  .header.scroll.header_offset {
    -webkit-transform: translate3d(0, 0, -1px);
            transform: translate3d(0, 0, -1px);
  }

  .menu {
    padding: 140px 20px 40px;
    height: auto;
    overflow-y: visible;
    overflow-x: visible;
    position: absolute;
    top: -38px;
  }

  .submenu {
    position: absolute;
    z-index: 1;
    top: calc(100% + 5px);
    left: -1px;
    right: -1px;
    min-width: calc(100% + 3px);
    border-radius: 20px;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f9f9f9;
    color: #303030;
  }

  .submenu.active {
    opacity: 1;
    visibility: visible;
  }

  .icon-menu {
    margin: 0px 0px 0px auto;
  }

  .footer {
    border-radius: 50px 50px 0 0;
    padding: 50px 0 130px;
  }

  .footer__feedback {
    border-radius: 50px;
  }

  .footer__feedback-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__feedback-title span {
    text-indent: 1.4em;
  }

  .footer__contacts {
    margin-top: 100px;
  }

  .footer__card-link {
    font-size: 21px;
  }

  .footer__menu-caption {
    font-size: 24px;
  }

  .footer__menu-list {
    --bs-gutter-y: 20px;
  }

  .benefits + .categories {
    margin-top: 78px;
  }

  .categories {
    padding: 78px 0 45px;
  }

  .categories__header {
    gap: 40px;
  }

  .project__quantity {
    top: 30px;
    left: 30px;
    font-size: 24px;
    border-radius: 40px;
    padding: 16px 45px;
  }

  .project__arrow {
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .project__name {
    font-size: 28px;
  }

  .projects__header {
    gap: 0;
  }

  .projects__slider {
    height: 420px;
  }

  .projects__slide {
    width: 350px;
    height: 210px;
  }

  .projects__slide.active {
    width: 700px;
    height: 420px;
  }

  .projects__info {
    border-radius: 30px;
    max-width: 700px;
  }

  .projects__info-title {
    font-size: 28px;
  }

  .projects__info-props {
    gap: 24px;
    margin-top: 16px;
    font-size: 18px;
  }

  .projects__info-price {
    font-size: 28px;
  }

  .complex__column:nth-child(5n+1),
  .complex__column:nth-child(5n+2),
  .complex__column:nth-child(5n+4),
  .complex__column:nth-child(5n+5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
  }

  .complex__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }

  .about {
    padding: 68px 0 30px;
  }

  .about__desc {
    font-size: 20px;
  }

  .about__slider {
    margin-top: 50px;
    margin-left: -65px;
  }

  .about__slider .slick-track {
    gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about__slider .slick-track > *:nth-child(5n+1) {
    margin-top: 55px;
  }

  .about__slider .slick-track > *:nth-child(5n+5) {
    margin-top: 35px;
  }

  .about__card {
    padding: 40px 25px 36px 40px;
  }

  .about__card-logo {
    max-width: 105px;
    margin-top: 20px;
    margin-right: 15px;
  }

  .nums {
    padding: 30px 0;
  }

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

  .steps {
    padding: 75px 0 135px;
  }

  .steps__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1em;
  }

  .steps__title span {
    text-indent: 2.6em;
  }

  .steps__content > .row {
    --bs-gutter-y: 20px;
  }

  .steps__card {
    padding: 40px;
  }

  .steps__card-text {
    max-width: 260px;
    margin-top: 45px;
  }

  .steps__list {
    border-radius: 30px;
    padding: 40px;
  }

  .clients__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1em;
  }

  .clients__title span {
    text-indent: 1.4em;
  }

  .clients__body .row {
    --bs-gutter-y: 35px;
  }

  .clients__tabs-btn {
    font-size: 32px;
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .clients__videos .slick-list {
    overflow: visible;
  }

  .clients__videos .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }

  .clients__videos {
    max-width: 1100px;
    margin-right: -30px;
  }

  .clients__photos-info {
    padding: 25px 30px;
  }

  .clients__photos-title {
    font-size: 18px;
  }

  .clients__photos-desc {
    font-size: 16px;
  }

  .catalog--2025 {
    padding-top: 50px;
  }

  .catalog__title {
    padding-left: 1em;
  }

  .catalog__filters-header a {
    font-size: 20px;
  }

  .catalog__filters-input {
    font-size: 20px;
  }

  .catalog__filters-unit {
    font-size: 20px;
  }

  .catalog__filters-label {
    font-size: 20px;
  }

  .product {
    padding: 30px;
  }

  .product__desc {
    font-size: 18px;
  }

  .service__title {
    padding-left: 1em;
  }

  .service__item-title {
    font-size: 24px;
  }

  .service__item-text {
    font-size: 24px;
  }

  .service__item-hint {
    font-size: 20px;
  }

  .service__artilce {
    background: #fff;
    padding: 42px 50px;
  }

  .about-page__slide:nth-child(odd) {
    margin-top: 70px;
  }

  .about-page__slide:nth-child(even) {
    margin-bottom: 70px;
  }

  .dignity__content {
    padding: 90px 40px;
  }

  .dignity__card-title {
    font-size: 24px;
  }

  .dignity__card-desc {
    font-size: 24px;
  }

  .product-card__price-text {
    font-size: 20px;
  }

  .product-card__price-desc {
    font-size: 18px;
  }

  .product-card__props-desc {
    font-size: 20px;
  }

  .product-card__label-name {
    font-size: 20px;
  }

  .product-card__label-price {
    font-size: 24px;
  }

  .product-card__row-caption {
    margin-bottom: 14px;
    font-size: 24px;
  }

  .complectation__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1em;
  }

  .complectation__title span {
    text-indent: 1.4em;
  }

  .complectation__main {
    padding: 20px 60px;
    margin-top: 104px;
  }

  .complectation__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .complectation__name {
    font-size: 24px;
  }

  .extras__title {
    padding-left: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .extras__title span {
    text-indent: 2.4em;
  }

  .extras__info li {
    gap: 12px;
    font-size: 20px;
  }

  .extras__info li strong {
    font-size: 36px;
  }

  .extras__item-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    font-size: 24px;
  }

  .extras__item-price {
    font-size: 28px;
  }

  .similar {
    padding: 130px 0 140px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 710px;
  }

  .d-md-contents {
    display: contents !important;
  }
}

@media (min-width: 991.98px) {
  .container-lg {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .title-xl {
    font-size: 50px;
  }

  .title-lg {
    font-size: 34px;
  }

  .title {
    font-size: 28px;
  }

  .caption {
    font-size: 22px;
  }

  .slick-arrow::before,
  .projects__next::before,
  .projects__prev::before {
    font-size: 24px;
  }

  .form-control {
    font-size: 20px;
  }

  .menu__list {
    font-size: 18px;
  }

  .menu__contacts {
    gap: 20px;
  }

  .menu__contacts-whatsapp {
    font-size: 26px;
  }

  .menu__contacts-link {
    font-size: 20px;
  }

  .footer__feedback-main {
    padding: 20px 0px 20px 50px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
  }

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

  .footer__prod {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: auto;
  }

  .promo__main {
    padding: 20px;
    min-height: 540px;
  }

  .promo__title span:first-child {
    text-indent: 1.875em;
  }

  .promo__title span:last-child {
    text-indent: 1.53125em;
  }

  .promo__side-link {
    font-size: 14px;
  }

  .promo__side-link:nth-child(2) {
    margin-top: 11.1111111111em;
  }

  .categories__header-title {
    padding-left: 1em;
  }

  .projects {
    border-radius: 0 0 50px 50px;
    padding: 60px 0 140px;
  }

  .projects__slider {
    height: 480px;
  }

  .projects__slide {
    width: 400px;
    height: 240px;
  }

  .projects__slide.active {
    height: 480px;
    width: 800px;
  }

  .projects__info {
    padding: 33px 30px 25px 38px;
    max-width: 800px;
  }

  .steps__card-text {
    font-size: 20px;
  }

  .steps__more-text {
    font-size: 20px;
    padding: 35px 50px;
  }

  .steps__more-btn {
    right: 50px;
  }

  .steps__item:not(:last-child) {
    margin-bottom: 25px;
  }

  .steps__item:not(:last-child) .steps__link {
    padding-bottom: 25px;
  }

  .steps__icon {
    width: 50px;
    height: 50px;
  }

  .steps__text {
    font-size: 20px;
  }

  .clients {
    border-radius: 50px 50px 0 0;
    padding: 132px 0 140px;
  }

  .clients__tabs {
    padding-left: 50px;
  }

  .about-page__caption {
    padding: 8px 0 0 0;
  }

  .about-page__title {
    margin-top: -8px;
  }

  .dignity {
    padding: 140px 0 30px;
  }

  .dignity__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .dignity__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.5%;
            flex: 0 0 46.5%;
  }

  .technologies {
    padding: 90px 0 140px;
  }

  .complectation__row {
    gap: 40px;
  }

  .complectation__value::before {
    width: 154px;
    height: 60px;
    font-size: 30px;
  }

  .questions__image {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    padding-top: 70px;
  }

  .questions__content {
    padding: 120px 100px 120px 0;
    margin-left: -260px;
  }

  .questions__title {
    padding-left: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -120px;
  }

  .questions__title span {
    text-indent: 1.4em;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 932px;
  }

  .d-lg-contents {
    display: contents !important;
  }
}

@media (min-width: 1199.98px) {
  .container-xl {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .title-xl {
    font-size: 60px;
  }

  .title-lg {
    font-size: 38px;
  }

  .title {
    font-size: 34px;
  }

  .title-sm {
    font-size: 24px;
  }

  .succes__subtitle {
    margin-top: 50px;
    font-size: 30px;
  }

  .succes__btn {
    padding: 28px;
    margin-top: 60px;
    font-size: 20px;
  }

  textarea.form-control {
    border-radius: 50px;
  }

  .btn.btn-sm {
    padding: 20px 29px;
    gap: 50px;
  }

  .btn.btn-sm::before {
    padding: 14px;
  }

  .header.header_offset {
    -webkit-transform: translate3d(0, 20px, -1px);
            transform: translate3d(0, 20px, -1px);
    margin-bottom: -90px;
  }

  .icon-menu {
    margin: 0 auto;
    width: 100px;
    height: 60px;
  }

  .icon-menu span::before {
    width: 50px;
  }

  .header.open-menu .icon-menu span::before {
    width: 40px;
  }

  .footer__feedback-title {
    margin-right: -4em;
  }

  .footer__feedback-subtitle {
    font-size: 20px;
    max-width: 482px;
    margin-left: auto;
  }

  .footer__form {
    gap: 20px;
    margin-top: 32px;
    max-width: 482px;
    margin-left: auto;
  }

  .footer__contacts-caption {
    margin-bottom: 0;
    margin-right: 50px;
  }

  .footer__card {
    min-height: 100%;
  }

  .footer__card-link {
    font-size: 24px;
  }

  .footer__card-address {
    font-size: 16px;
  }

  .footer__column {
    max-width: 140px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 60px;
  }

  .promo {
    padding: 20px 0;
  }

  .promo__main {
    padding: 30px;
    min-height: 770px;
  }

  .promo__title span:first-child {
    text-indent: 3.0625em;
  }

  .promo__side-link {
    font-size: 16px;
  }

  .benefits + .categories {
    margin-top: 138px;
  }

  .categories {
    border-radius: 50px 50px 0 0; 
    padding: 60px 0 55px;
  }

  .categories__body {
    margin-top: 40px;
  }

  .categories__body .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 54px;
  }

  .project__arrow {
    font-size: 24px;
    bottom: 40px;
    right: 40px;
    width: 80px;
    height: 80px;
  }

  .project__name {
    font-size: 36px;
  }

  .projects__controls {
    padding-bottom: 10px;
  }

  .projects__slider {
    height: 600px;
  }

  .projects__slide {
    width: 500px;
    height: 300px;
  }

  .projects__slide.active {
    width: 1000px;
    height: 600px;
  }

  .projects__info {
    max-width: 100%;
  }

  .projects__info-title {
    font-size: 36px;
  }

  .projects__info-props {
    font-size: 24px;
  }

  .projects__info-price {
    font-size: 36px;
  }

  .complex__column:nth-child(5n+1),
  .complex__column:nth-child(5n+2),
  .complex__column:nth-child(5n+4),
  .complex__column:nth-child(5n+5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
  }

  .complex__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
  }

  .nums__card-value {
    font-size: 50px;
  }

  .nums__card-title {
    font-size: 24px;
  }

  .nums__card-desc {
    font-size: 16px;
  }

  .steps__list {
    position: sticky;
    top: calc(var(--header-height, 140px) + 16px);
  }

  .clients__photos-info {
    padding: 34px 40px;
  }

  .clients__photos-title {
    font-size: 21px;
  }

  .clients__photos-desc {
    font-size: 18px;
  }

  .product__name {
    font-size: 32px;
  }

  .product__desc {
    font-size: 24px;
  }

  .service {
    padding: 0px 0px 140px 0px;
  }

  .service__artilce {
    padding: 84px 100px;
  }

  .technologies__text {
    font-size: 24px;
    padding-left: 50px;
    max-width: 600px;
  }

  .technologies__slider {
    margin-top: 40px;
    margin-left: -40px;
  }

  .technologies__slider .slick-track {
    gap: 40px;
  }

  .product-card__price::before {
    width: 60px;
    font-size: 20px;
    height: 60px;
  }

  .extras__info {
    position: sticky;
    top: calc(var(--header-height, 140px) + 16px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }

  .d-xl-contents {
    display: contents !important;
  }
}

@media (min-width: 1399.98px) {
  .container-xxl {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .title-xl {
    font-size: 80px;
  }

  .title-lg {
    font-size: 44px;
  }

  .title {
    font-size: 38px;
  }

  .title-sm {
    font-size: 28px;
  }

  .footer__feedback-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
  }

  .projects__body {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin: 45px auto 0 120px;
    -ms-grid-columns: 450px 1fr;
    grid-template-columns: 450px 1fr;
  }

  .clients__video:nth-child(even) {
    max-width: 540px;
  }

  .clients__video img {
    max-width: 940px;
  }

  .extras__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 8.33333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 16.66666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 33.33333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 41.66666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 58.33333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 66.66666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 83.33333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 91.66666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xxl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }

  .d-xxl-contents {
    display: contents !important;
  }
}

@media (min-width: 1599.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1500px;
  }

  .title-xl {
    font-size: 100px;
  }

  .title-lg {
    font-size: 54px;
  }

  .title {
    font-size: 44px;
  }

  .title-sm {
    font-size: 32px;
  }

  .caption {
    font-size: 24px;
  }

  .play-btn {
    width: 100px;
    height: 100px;
  }

  .play-btn::before {
    font-size: 30px;
  }

  .slick-arrow,
  .projects__next,
  .projects__prev {
    width: 80px;
    height: 80px;
    border-radius: 80px;
  }

  .btn {
    padding: 22px 28px;
  }

  .btn::before {
    padding: 19px;
    margin: -16px -23px -16px 0;
  }

  .header.header_offset {
    -webkit-transform: translate3d(0, 40px, -1px);
            transform: translate3d(0, 40px, -1px);
    margin-bottom: -110px;
  }

  .header.header_offset .header__main {
    padding: 0 25px;
  }

  .header__logo {
    max-width: 125px;
  }

  .header__actions {
    margin-right: 75px;
  }

  .header__search-input {
    padding: 26px 20px 26px 50px;
  }

  .header__action {
    font-size: 26px;
  }

  .header__whatsapp {
    font-size: 32px;
  }

  .header__contacts-block {
    padding: 14px 30px;
  }

  .menu {
    padding: 173px 50px 78px;
  }

  .menu__list {
    font-size: 21px;
  }

  .menu__contacts-whatsapp {
    font-size: 30px;
  }

  .menu__contacts-link {
    font-size: 24px;
  }

  .icon-menu {
    width: 140px;
    height: 70px;
  }

  .icon-menu span::before {
    width: 70px;
  }

  .footer__feedback {
    padding: 50px 0 0 0;
  }

  .footer__feedback-main {
    padding: 50px 0px 50px 80px;
  }

  .footer__contacts-caption {
    margin-right: 100px;
  }

  .footer__column {
    margin-right: 120px;
  }

  .footer__menu-caption {
    font-size: 28px;
  }

  .promo {
    padding: 40px 0 60px;
  }

  .promo__main {
    min-height: 970px;
    padding: 60px;
  }

  .promo__side {
    gap: 20px;
  }

  .promo__side-link {
    font-size: 18px;
  }

  .benefits__card {
    padding: 30px 30px 35px 40px;
  }

  .projects__body {
    -ms-grid-columns: 750px 1fr;
    grid-template-columns: 750px 1fr;
  }

  .complex {
    padding: 138px 0 68px;
  }

  .complex__column:nth-child(5n+1),
  .complex__column:nth-child(5n+2),
  .complex__column:nth-child(5n+4),
  .complex__column:nth-child(5n+5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }

  .complex__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
            flex: 0 0 600px;
  }

  .nums__cards {
    border-radius: 50px;
    padding: 29px 100px 36px;
  }

  .nums__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }

  .nums__card-column {
    padding-top: 24px;
  }

  .steps__body > .row {
    --bs-gutter-x: 70px;
  }

  .clients__video:nth-child(even) {
    max-width: 712px;
  }

  .clients__video img {
    max-width: 1100px;
  }

  .complectation__option-name {
    font-size: 20px;
  }

  .visual__body {
    margin-right: 80px;
  }
}

@media (min-width: 1900px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1840px;
  }

  .title-xl {
    font-size: 120px;
  }

  .title-lg {
    font-size: 64px;
  }

  .title {
    font-size: 50px;
  }

  .title-sm {
    font-size: 36px;
  }

  .socials__item {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .header.header_offset .header__main {
    padding: 0 50px;
  }

  .header__actions {
    margin-right: 145px;
  }

  .header__search {
    margin-left: 70px;
  }

  .header__contacts-link {
    font-size: 18px;
  }

  .header__contacts-link.sm-link {
    font-size: 16px;
  }

  .header__contacts-feedback {
    margin-left: 30px;
  }

  .benefits__card-text {
    font-size: 21px;
  }

  .projects__body {
    -ms-grid-columns: 1000px 1fr;
    grid-template-columns: 1000px 1fr;
  }

  .clients__videos {
    max-width: 1360px;
  }

  .clients__video img {
    max-width: 1360px;
  }

  .dignity__content {
    padding: 90px 80px;
  }

  .dignity__cards {
    padding-right: 20px;
  }

  .product-card__price::before {
    font-size: 24px;
    width: 80px;
    height: 80px;
  }

  .product-card__row .product-card__labels {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .product-card__row .product-card__label:not(:last-child) {
    margin-bottom: 0;
  }

  .visual__header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

@media (max-width: 991.98px) {
  body.lock-menu {
    overflow: hidden;
  }

  .footer .container {
    padding: 0 20px;
  }

  .footer__feedback-image {
    margin: 0 -60px 0px;
  }

  .footer__logo {
    margin: 0 auto 14px;
  }

  .complectation__option {
    border-radius: 30px;
    padding: 10px 20px;
    zoom: 0.75;
  }
}

@media (max-width: 767.98px) {
  .footer__feedback-title {
    text-align: center;
  }

  .footer__contacts-caption {
    text-align: center;
  }

  .footer__menu-item {
    text-align: center;
  }

  .projects__prev {
    top: 42%;
  }

  .projects__next {
    top: 42%;
  }

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

  .about__slider .about__slide {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  .about__slider .about__slide.about__slide-lg {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }

  .about__slider .about__slide.about__slide-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  .about__slider .about__card {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  .steps__caption {
    text-align: center;
  }

  .steps__title {
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
  }

  .steps__card-icon {
    max-width: 40px;
  }

  .clients__caption {
    text-align: center;
  }

  .clients__title {
    text-align: center;
  }

  .complectation__option {
    display: none;
  }

  .complectation__value::after {
    display: block;
  }
}

@media (max-width: 767.98px) and (max-width: 575.98px) {
  .about__slider .about__slide.about__slide-lg {
    height: 160px;
  }

  .about__slider .about__slide.about__slide-lg {
    height: 160px;
  }

  .about__slider .about__slide.about__slide-sm {
    height: 160px;
  }
}

@media (max-width: 575.98px) {
  .footer__feedback-subtitle {
    margin: 15px auto 0;
  }

  .benefits__card-icon {
    max-width: 40px;
  }

  .projects__prev {
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }

  .projects__next {
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }

  .projects__info-btn {
    padding: 18px 28px;
  }

  .projects__info-btn::before {
    padding: 14px;
    margin: -18px -22px -18px 0;
  }

  .steps__more-btn {
    left: 20px;
  }
}

@media (max-width: 575.98px) and (min-width: 379.98px) {
  .promo__title span:first-child {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media (max-width: 1199.98px) and (min-width: 575.98px) {
  .projects__prev {
    position: absolute;
    top: 35%;
    left: 16px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 4;
  }

  .projects__next {
    position: absolute;
    top: 35%;
    right: 16px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 4;
  }
}

@media (any-hover: hover) {
  .breadcrumbs li a:hover {
    color: #303030;
  }

  .play-btn:hover {
    background: var(--terem-main-color);
    color: #fff;
  }

  .socials__item:hover {
    background: var(--terem-main-color);
    color: #fff;
  }

  .slick-arrow:hover,
  .projects__next:hover,
  .projects__prev:hover {
    background: var(--terem-main-color);
    color: #fff;
  }

  .popup .fancybox-button[data-fancybox-close]:hover {
    background: #303030;
    color: #fff;
    border-color: #303030;
  }

  .succes__btn:hover {
    background: #fff;
    color: #303030;
  }

  .header__action:hover {
    background: var(--terem-main-color);
    color: #fff;
  }

  .header__action:hover .header__action-quantity {
    color: rgba(255, 255, 255, 0.5);
  }

  .header.open-menu .header__action:hover {
    background: var(--terem-main-color);
    color: #fff;
  }

  .header.open-menu .header__action:hover .header__action-quantity {
    color: rgba(255, 255, 255, 0.5);
  }

  .menu__link:hover {
    background-color: #ececec;
    color: #303030;
  }

  .menu__contacts-whatsapp:hover {
    background-color: var(--terem-main-color-hover);
    color: #fff;
  }

  .menu__contacts-link:hover {
    background-color: #647a23;
    color: #fff;
  }

  .submenu__link:hover {
    color: var(--terem-main-color);
  }

  .footer__card-link:hover {
    color: var(--terem-main-color);
  }

  .footer__menu-nav:hover {
    color: #fff;
  }

  .promo__side-link:nth-child(1):hover {
    background: var(--terem-main-color);
    color: #fff;
  }

  .promo__side-link:nth-child(1):hover::before {
    background: #fff;
    color: #303030;
  }

  .promo__side-link:nth-child(2):hover {
    background: var(--terem-main-color-hover);
  }

  .project:hover .project__image img {
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
  }

  .project:hover .project__arrow {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .steps__link:hover {
    color: #303030;
  }

  .steps__link:hover::before {
    -webkit-transform: scaleY(2);
        -ms-transform: scaleY(2);
            transform: scaleY(2);
    background: var(--terem-main-color);
  }

  .catalog__filters-header a:hover {
    color: var(--terem-main-color-hover);
    border-bottom: 1px solid var(--terem-main-color-hover);
  }

  .catalog__filters-label:hover {
    border: 2px solid var(--terem-main-color-hover);
    color: #8d8d8d;
  }

  .service__item-text a:hover {
    text-decoration: none;
  }

  .product-card__action:hover {
    border: 2px solid var(--terem-main-color);
  }

  .product-card__label-btn:hover {
    border: 2px solid var(--terem-main-color-hover);
  }
}

.webp .promo__main { background: url(../img/banner-mobile.webp) center 0/cover no-repeat, #303030; }

@media (min-width: 575.98px) {

  .webp .promo__main { background: url(../img/banner.webp) center 0/cover no-repeat, #303030; }
}

.otzivy {
	display: flex;
    margin: 0 -15px;
	flex-wrap:wrap;
}
.otzivy .item {
	display:block;
	margin:0 15px 30px 15px;
	width:calc(33.3334% - 30px);
	border-radius:60px;
	overflow:hidden;
	position: relative;
}
.otzivy .item .img {
	position:relative;
	display:block;
}
.otzivy .item .img::before {
	display:block;
	content:'';
	padding-top:55%;
}
.otzivy .item .img img {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.otzivy .item .img .bg {
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block;
	background:rgba(0,0,0,.5);
}
.otzivy .item.votz .img .bg {
	background:rgba(0,0,0,0);
}
.otzivy .item .img:hover .bg {
	background: var(--terem-main-color)99;
}

.otzivy .item > a.link {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block;
}
.otzivy .item.votz .name {
	display:none;
}
.otzivy .item .name {
	pointer-events:none;
    position: absolute;
    bottom: 25px;
    left: 50px;
    right: 50px;
    color: #fff;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.otzivy .item:hover .name {
    color: #333;
}
.otzivy .item.votz .img img {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    filter: blur(2px);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    max-width: 200%;
    max-height: 200%;
}

@media (max-width:1600px) {
	.otzivy .item {
		border-radius:45px;
	}
}

@media (max-width:1199px) {
	.otzivy .item {
		width:calc(50% - 30px);
		border-radius:30px;
	}
}
@media (max-width:991px) {
	.otzivy .item .name {
		bottom: 15px;
		left: 15px;
		right: 15px;
	}
}
@media (max-width:767px) {
	.otzivy .item {
		width:calc(100% - 30px);
		border-radius:30px;
	}
	.otzivy .item .img {
		min-height: 240px;
	}
}

.clients__video .img {
	position:relative;
	min-width:480px;
	display:block;
}
.clients__video .img::before {
	display:block;
	content:'';
	padding-top:55%;
}
.clients__video .img img {
	position:absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    filter: blur(2px);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    max-width: 200%;
    max-height: 200%;
}
.clients__video .img .bg {
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block;
	background:rgba(0,0,0,0);
}
.clients__video .img:hover .bg {
	background: var(--terem-main-color)99;
}

@media (min-width: 1399.98px) {
	.clients__video:nth-child(even) {
		min-width: 540px;
	}
}
@media (min-width: 1599.98px) {
	.clients__video:nth-child(even) {
		min-width: 712px;
	}
}
.clients__video {
	border-radius: 20px !important;
	overflow:hidden;
}
@media (min-width: 767.98px) {
	.clients__video {
		border-radius: 30px !important;
	}
}

.clients__photos-card {
	position:relative;
}
.clients__photos-card > a {
	position:absolute;
	top:0;
	right:9px;
	bottom:0;
	left:9px;
	display:block;
}

.isphotos > div {
	margin-bottom:30px;
}
.isphotos > div > a {
	display:block;
	position:relative;
	border-radius:20px;
	overflow:hidden;
}
.isphotos > div > a::before {
	content:'';
	display:block;
	padding-top:55%;
}
.isphotos > div > a img {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.page_second h1 {
	margin-bottom:60px;
}
.iscontent {
	padding-bottom:100px;
	line-height:1.4;
	font-family: "SFUIDisplay";
}
.iscontent p,
.iscontent ul,
.iscontent ol,
.iscontent table {
	font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 500;
}
.iscontent ol li {
	margin-bottom:5px;
	list-style:decimal inside;
}
.iscontent ol li::marker {
    color: var(--terem-main-color);
	font-weight: 800;
}
.iscontent ul li {
	margin-bottom:5px;
	position:relative;
	padding-left:25px;
}
.iscontent ul li::before {
    content: '';
    background: var(--terem-main-color);
    position: absolute;
    width: 10px;
    height: 10px;
    top: 8px;
    left: 0;
}
.iscontent > h2:first-child,
.iscontent > h3:first-child,
.iscontent > h4:first-child,
.iscontent > h5:first-child,
.iscontent > h6:first-child {
    margin: 0 0 30px 0;
}
.iscontent h2,
.iscontent h3,
.iscontent h4,
.iscontent h5,
.iscontent h6 {
    font-family: "Unbounded", sans-serif;
    margin: 30px 0;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
}
.iscontent h2 {
	font-size: 28px;
}
.iscontent h3 {
	font-size: 24px;
}
.iscontent h4 {
	font-size: 20px;
}
.iscontent h5,
.iscontent h6 {
	font-size: 16px;
}

.iscontent .project__name {
	font-family: "Unbounded", sans-serif;
}

@media (max-width:575px) {
  .iscontent {
    padding-bottom: 50px;
  }
	.iscontent p,
	.iscontent ul,
	.iscontent ol,
	.iscontent table {
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 1.5;
		font-weight: 500;
	}
	.iscontent h2 {
		font-size: 22px;
	}
	.iscontent h3 {
		font-size: 18px;
	}
	.iscontent h4 {
		font-size: 16px;
	}
	.iscontent h5,
	.iscontent h6 {
		font-size: 14px;
	}
	.iscontent ul li::before {
		content: '';
		background: var(--terem-main-color);
		position: absolute;
		width: 8px;
		height: 8px;
		top: 7px;
		left: 0;
	}
	.iscontent ul li {
		padding-left:20px;
	}
	.page_second h1 {
		margin-bottom: 30px;
	}
	.breadcrumbs {
		font-size: 16px;
	}
}

.product-card__action.infav1 {
	color:red;
}
.product-card__action.incom1 {
	color:red;
}

.compare {
    overflow-x: scroll;
    white-space: nowrap;
}
.compare .com-item {
    width: 400px;
    margin: 0;
    position: relative;
    display: inline-block;
    max-width: 100%;
	margin-bottom:30px;
}
.compare .com-item a.link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.compare .com-item.hidden {
	display:none!important;
}
.compare .com-item .com_close {
	cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    font-weight: 300;
    position: absolute;
    top: 15px;
    right: 15px;
    transform: rotate(45deg);
    width: 34px;
    height: 34px;
    background: #fff;
    font-size: 30px;
    border-radius: 50px;
    line-height: 1;
}
.com-item .name span {
    display: block;
    color: var(--terem-main-color);
    font-size: 24px;
    font-weight: 700;
}
.com-item .info > div {
	padding:10px 20px; 
}
.com-item .info > div:nth-child(2n) {
	background:#f0f0f0;
}
.product-card__action {
	position:relative;
}
.product-card__header {
	position:relative;
	z-index:5;
}
.ya-share2 {
    position: absolute;
    top: 90px;
    right: 14px;
}
.ya-share2__title {
	display:none!important;
}
.ya-share2:not(.active) {
	display:none!important;
}

@media (max-width:575px) {
	.product-card__slider .slick-arrow.slick-prev {
		left:10px;
	}
	.product-card__slider .slick-arrow.slick-next {
		right:10px;
	}
}
.header .header__search #ajaxSearch_form {
  display: none;
  justify-content: space-between;
}
.ajaxSearch_result {
	padding: 20px;
	background:#fff;
    margin-top: 20px;
    color: #000;
    /* -webkit-box-shadow: 0 0 20px rgb(125 105 79 / 21%); */
    /* box-shadow: 0 0 20px rgb(125 105 79 / 21%); */
    transition: all .3s;
	border: 1px solid #f0f0f0;
}
.ajaxSearch_result .breadc, .ajaxSearch_result .breadc a {
	font-size: 14px;
	text-decoration:none;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color:#8B8B8B;
}
.ajaxSearch_result .breadc a:hover {
	color:#3B5F4E;
}
.breadc {
    display: flex;
    align-items: center;
	flex-wrap:wrap;
}
.breadcrumbs {
	flex-wrap:wrap;
}
.breadc .b-delimetr {
    margin: 0 10px;
}
.breadc .b-icon {
    margin-right: 15px;
    width:50px;
}

.ajaxSearch_result .breadc {

}
.ajaxSearch_highlight {
	background: #f0f0f0;
    padding: 4px;
    border-radius: 5px;
}
#ajaxSearch_input {
	border-radius: 30px;
	border-right:none;
    width: 100%;
    height: 46px;
    padding: 0 40px;
    font-size: 20px;
	color:#504F4D;
	background:#fff;
	font-weight: 600;
}
#ajaxSearch_submit {
    width: 100%;
	border-radius: 30px;
    display: block;
	background:#ffffff;
    text-align: center;
    cursor: pointer;
    height: 46px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
#ajaxSearch_submit:hover {
    filter: brightness(110%);
}
#ajaxSearch_form {
	margin-bottom:40px;
}
#ajaxSearch_form > fieldset:after {
	content:"";
	display:block;
	clear:both;
}
#ajaxSearch_form > fieldset > label:nth-child(2) {
	width:calc(100% - 60px);
	float:left;
}
#ajaxSearch_form > fieldset > label:nth-child(3) {
	width:60px;
	float:left;
}
.ajaxSearch_resultsDisplayed { display:none; }
.ajaxSearch_grpResultsDisplayed { display:none; }
.ajaxSearch_resultsDisplayed { display:none; }
.ajaxSearch_resultsDisplayed { display:none; }
.ajaxSearch_resultsDisplayed { display:none; }
.ajaxSearch_resultsDisplayed { display:none; }

.iscontent a.ajaxSearch_resultLink {
	font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--terem-main-color);
    font-family: "Unbounded", sans-serif;
    font-size: 28px;
	margin:10px 0;
	display:inline-block;
}
.iscontent a.ajaxSearch_resultLink:hover {
    color: var(--terem-main-color-hover);
}
@media (max-width:575px) {
	.iscontent a.ajaxSearch_resultLink {
		font-size:16px;
	}
	#ajaxSearch_input {
		font-size:16px;
		padding: 0 12px;
	}
}

#ajaxSearch_form > fieldset > label:nth-child(3) {
	position:relative;
	cursor:pointer;
}
#ajaxSearch_form > fieldset > label:nth-child(3)::before {
	content: "\e90c";
    display: block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 12px;
    font-size: 24px;
    color: #fff;
}
#ajaxSearch_submit {
	font-size:0;
	background:var(--terem-main-color);
}
.iscontent p a, .iscontent ul a, .iscontent ol a, .iscontent table a {
	color:var(--terem-main-color);
	text-decoration:underline;
}
.iscontent p a, .iscontent ul a, .iscontent ol a, .iscontent table a {
	color:var(--terem-main-color);
	text-decoration:underline;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.iscontent p a:hover, .iscontent ul a:hover, .iscontent ol a:hover, .iscontent table a:hover {
	color:var(--terem-main-color-hover);
}
.goleft {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.goleft.done {
    text-indent: 0!important;
}
.page_second .categories {
	padding:0!important;
	background:none!important;
}

.iscontent .similar__item-title {
	font-family: "Unbounded", sans-serif;
}

.iscontent .similar__item-desc {
	max-width:100%;
}

.id_103 .iscontent > ul:first-child {
	display:flex;
	flex-wrap:wrap;
}
.id_103 .iscontent > ul li {
	width:25%;
}
@media (max-width:1199px) {
	.id_103 .iscontent > ul li {
		width:33.3334%;
	}
}
@media (max-width:991px) {
	.id_103 .iscontent > ul li {
		width:50%;
	}
}
@media (max-width:575px) {
	.id_103 .iscontent > ul li {
		width:100%;
	}
}

@media (max-width:767px) {
	.similar__item-title {
		font-size:18px;
		padding:15px;
	}
	.similar__item {
		border-radius:20px;
	}
	.similar__item-title::before {
		margin-left:10px;
		font-size:36px;
	}
}

@media (min-width:1920px) {
	.product-card__block_fix.fix .product-card__price {
		position:fixed;
		z-index: 10;
		top: 110px;
		width:546.66px;
	}
	.product-card__block_fix.fix .product-card__props {
		padding-top:160px;
	}
}

@media (max-width:1899px) and (min-width:1600px) {
	.product-card__block_fix.fix .product-card__price {
		position:fixed;
		z-index: 10;
		top: 110px;
		width:433.33px;
	}
	.product-card__block_fix.fix .product-card__props {
		padding-top:220px;
	}
}

@media (max-width:1599px) and (min-width:1400px) {
	.product-card__block_fix.fix .product-card__price {
		position:fixed;
		z-index: 10;
		top: 110px;
		width:373.33px;
	}
	.product-card__block_fix.fix .product-card__props {
		padding-top:240px;
	}
}
@media (max-width:1399px) and (min-width:1200px) {
	.product-card__block_fix.fix .product-card__price {
		position:fixed;
		z-index: 10;
		top: 110px;
		width:313.33px;
	}
	.product-card__block_fix.fix .product-card__props {
		padding-top:250px;
	}
}
@media (max-width:1199px) and (min-width:992px) {
	.product-card__block_fix.fix .product-card__price {
		position:fixed;
		z-index: 10;
		top: 110px;
		width:325px;
	}
	.product-card__block_fix.fix .product-card__props {
		padding-top:215px;
	}
} 
.frmmodal {
	display:none;
  max-width: 100%;
  width: 800px;
  padding: 30px;
  background: #f0f0f0;
  border-radius: 30px;

  @media (max-width: 768px) {
    border-radius: 20px;
  }
}
.frmmodal h3 {
    font-size: 32px;
    margin: 0 0 30px 0;
}
.frmmodal .form-wrapper {
	margin-bottom:15px;
}
.frmmodal .form-control {
	background:#fff;
}
.frmmodal .answ {
	margin-top:15px;
}
.frmmodal .answ.pending {
	color: #ff9625
}
.frmmodal .answ.error {
	color: #f00;
  font-weight: 500;
}

.product-card__price {
	cursor:pointer;
}
.catalog__filters-btn.icon-sort:not(.active) {
	opacity:.5;
}
.catalog__filters-btn.invert-ico::before {
	transform:rotate(180deg);
}
.modal-fancy {
    display: none;
    padding: 30px;
    background: #fff;
    max-width: 100%;
    width: 1290px;
    border-radius: 20px;
}
.modal-fancy .flex {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}
.modal-fancy .flex .numbers {
    position: relative;
    align-items: center;
    display: flex;
}
.modal-fancy .flex > div {
    width: calc(100% - 730px);
}
.modal-fancy .flex .numbers {
    width: 700px;
}
.modal-fancy .flex .numbers > div {
    width: 100%;
}
.modal-fancy .flex .numbers img {
    width: 100%;
}
.modal-fancy .flex .numbers .icon {
    position: absolute;
    background: #FFF;
    border-radius: 50%;
    border: 3px solid var(--terem-main-color);
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 13px;
}
.modal-fancy .flex .text-item {
    color: #1E1E1E;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 23px 0;
    font-size: 16px;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.modal-fancy .flex .numbers .icon.active {
  background-color: var(--terem-main-color);
  color: #fff;
}
.modal-fancy .flex .numbers .icon:hover {
  background-color: var(--terem-main-color);
  color: #fff;
}
.modal-fancy .flex .text-item:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.modal-fancy .text .text-item.active { 
	color:var(--terem-main-color);
	text-decoration:underline;
}
@media (max-width: 767px) {
	.modal-fancy .flex {
		flex-wrap:wrap;
	}
	.modal-fancy .flex > div {
		width: 100%!important;
	}
	.modal-fancy .flex .numbers .icon {    
	transform: translate(-50%,-50%);
	}
}
.visual__body {
	margin:0!important;
	max-width: 100%;
}
.visual__header {
	position:static;
}
.visual__image img {
	border-radius:30px;
	width:100%;
}
.visual__title { 
	max-width:100%;
	margin-bottom:30px;
}
.visual__point {
	transform: translate(-50%,-50%);
}
@media (max-width:991px) {
	.visual__point {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
}
@media (max-width:767px) {
	.visual__point {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}
}
.id_113 .iscontent .inh {
	color:inherit;
	text-decoration:none;
}
.id_113 .iscontent .isicon { 
	margin-right:15px;
}
.id_113 .iscontent .flex-align-center {
	display:inline-flex;
	align-items:center;
}
@media (max-width:1899px) and (min-width:1600px) {
	.footer__card-link {
		font-size: 20px;
	}
	.footer__card-caption {
		height:45px;  
	}
	.footer__card-name {
		height:45px;  
	}
}
@media (max-width:1599px) and (min-width:1400px) {
	.footer__card-link {
		font-size: 18px;
	}
	.footer__card-address {
		font-size: 14px;
	}
}
body._touch .steps__link {
	color:#303030;
}

.footer .socials__item.icon-whatsapp {
	background:#fff!important;
	color:#4CAF50!important;
}
.footer .socials__item.icon-telegram {
	background:#fff!important;
	color:#37AEE2!important;
}
.header__whatsapp.icon-telegram {
	background:#fff!important;
	color:#37AEE2!important;
} 


@media (max-width:991px) {
	.menu__contacts-whatsapp.icon-whatsapp {
		background:#f2f2f2!important;
		color:#4CAF50!important;
	}
	.menu__contacts-whatsapp.icon-telegram { 
		background:#f2f2f2!important;
		color:#37AEE2!important;
	}
}

.about__slider .about__slide > a {
	display:block;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
}
.about__slider .about__slide > a > span {
    display: flex;
    position: absolute;
    flex-wrap: wrap;
    justify-content: center;
}
.about__slider .about__slide > a > span > span:first-child {
	font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 26px;
    justify-content: center;
    display: block;
    text-transform: uppercase;
    line-height: 1.6;
	width:100%;
}
.about__slider .about__slide > a > span > span:last-child {
	display: inline-block;
    background: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    margin-top: 20px;
	color:#000;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
} 
.about__slider .about__slide > a > span > span:last-child:hover {
    background: var(--terem-main-color);
}

@media (max-width:767px) {
	.about__slider .about__slide > a > span > span:first-child {
		font-size: 16px;
	}
}

@media (max-width:450px) {
	.about__slider .about__slide > a > span > span:first-child {
		font-size: 14px;
	}
}

@media (max-width:400px) {
	.about__slider .about__slide > a > span > span:first-child {
		font-size: 12px;
	}
	.about__slider .about__slide > a > span > span:last-child {
		display: inline-block;
		background: #fff;
		padding: 8px 10px;
		border-radius: 10px;
		margin-top: 10px;
		font-size: 12px;
	}
}

@media (max-width:360px) {
	.about__slider .about__slide > a > span > span:first-child {
		font-size: 10px;
	}
}







.benefits__image > a {
	display:block;
	display:flex;
	align-items:center;
	justify-content:center;
}
.benefits__image > a > span {
    display: flex;
    position: absolute;
    flex-wrap: wrap;
    justify-content: center;
}
.benefits__image > a > span > span:first-child {
	font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 26px;
    justify-content: center;
    display: block;
    text-transform: uppercase;
    line-height: 1.6;
	width:100%;
}
.benefits__image > a > span > span:last-child {
	display: inline-block;
    background: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    margin-top: 20px;
	color:#000;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
} 
.benefits__image > a > span > span:last-child:hover {
    background: #000;
	color:#fff!important;
}

@media (max-width:767px) {
	.benefits__image > a > span > span:first-child {
		font-size: 16px;
	}
}

@media (max-width:450px) {
	.benefits__image > a > span > span:first-child {
		font-size: 14px;
	}
}

@media (max-width:400px) {
	.benefits__image > a > span > span:first-child {
		font-size: 12px;
	}
	.benefits__image > a > span > span:last-child {
		display: inline-block;
		background: #fff;
		padding: 8px 10px;
		border-radius: 10px;
		margin-top: 10px;
		font-size: 12px;
	}
}

@media (max-width:360px) {
	.benefits__image > a > span > span:first-child {
		font-size: 10px;
	}
}
.hidd {
	display:none;
}

.complectation.v2 .maintitle .tdhidden span {
	background-color:#ddd;
}