/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox {
  position: relative;
}
.custom-checkbox.error span {
  color: red !important;
}
.custom-checkbox.error span:before {
  border-color: red;
}
.custom-checkbox.done span {
  color: var(--cl-k) !important;
}
.custom-checkbox.done span:before {
  border-color: var(--br-k);
}
.custom-checkbox .wpcf7-not-valid-tip {
  display: none;
}
.custom-checkbox input {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  inset: 0;
}
.custom-checkbox span {
  margin: 0 !important;
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  color: var(--cl-b);
  font-family: var(--font-family);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 110% !important;
}
.custom-checkbox span::before {
  cursor: pointer;
  content: '\e905';
  font-size: 10px;
  color: var(--cl-a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin: 2px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #868686;
  border-radius: 3px;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-checkbox input:checked + span::before {
  border-color: var(--br-e);
  background-color: var(--bg-e);
}

.wpcf7-list-item {
  margin: 0;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  padding: 0 24px;
  border: 2px solid transparent;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--cl-a);
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.button:disabled {
  opacity: 0.6;
}
.button--red {
  border: 2px solid var(--br-d);
  background: var(--bg-e);
}
.button--red:active {
  border: 2px solid var(--br-h);
  background: var(--br-h);
}
.button--blue {
  background: var(--bg-f);
  border: 2px solid var(--br-c);
}
.button--blue:active {
  border: 2px solid var(--br-j);
  background: var(--br-j);
}
.button--bordered {
  border: 2px solid var(--br-d);
  background: transparent;
}

.main-button {
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  padding: 0 24px;
  border: 2px solid transparent;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--cl-a);
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.main-button:disabled {
  opacity: 0.6;
}
.main-button--red {
  border: 2px solid var(--br-d);
  background: var(--bg-e);
}
.main-button--red:active {
  border: 2px solid var(--br-h);
  background: var(--br-h);
}
.main-button--blue {
  background: var(--bg-f);
  border: 2px solid var(--br-c);
}
.main-button--blue:active {
  border: 2px solid var(--br-j);
  background: var(--br-j);
}
.main-button--bordered {
  border: 2px solid var(--br-d);
  background: transparent;
}

.custom-link {
  color: var(--bg-j);
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-decoration: none;
}
.custom-link:before {
  width: clamp(34px, 3.90625vw, 48px);
  height: clamp(34px, 3.90625vw, 48px);
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  background-color: var(--bg-h);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(13px, 1.46484375vw, 16px);
  color: var(--cl-a);
}
.custom-link.phone:before {
  content: '\e90a';
}
.custom-link.mail:before {
  content: '\e90b';
}

.slider-btn {
  width: 52px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #262626;
  cursor: pointer;
}

.slider-btn.prev {
  border: 2px solid #505050;
  border-radius: 12px 0 0 12px;
}

.slider-btn.next {
  border: 2px solid #505050;
  border-left: none;
  border-radius: 0 12px 12px 0;
}

.swiper-pagination {
  bottom: 16px;
}
.swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background: rgba(251, 251, 251, 0.5);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #fbfbfb;
}

[data-btn-modal] svg {
  pointer-events: none;
}

.modal {
  margin: auto;
  transform: scale(0.8);
  display: none;
}
.modal.active {
  transform: scale(1);
}
.modal .close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  transition: all 0.3s;
  color: var(--cl-a);
  opacity: 0.5;
}
.modal .close:hover {
  opacity: 1;
}
.modal .close svg {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

[data-loader] {
  position: relative;
}
@keyframes rotate360 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
[data-loader]::before,
[data-loader]::after {
  content: '';
  position: absolute;
  z-index: 10;
  display: flex;
  opacity: 1;
  transition: all 0.3s ease;
  pointer-events: none;
}
[data-loader]::before {
  inset: -2px;
  background-color: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.9;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
}
[data-loader]::after {
  left: 50%;
  top: 50%;
  z-index: 11;
  border-radius: 50%;
  width: clamp(120px, 13.139vw, 180px);
  aspect-ratio: 1;
  display: flex;
  transform: translate(-50%, -50%);
  transition-property: transform;
  animation: rotate360 1.5s ease-in-out infinite;
  padding: clamp(15px, 2.5vw, 30px);
  background: var(--loader);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

[data-loader='false']::before,
[data-loader='false']::after {
  opacity: 0;
}

:root {
  --primary-color: #007aff;
  --primary-light: #e0f0ff;
  --secondary-color: #6c757d;
  --success-color: #34c759;
  --warning-color: #ffcc00;
  --error-color: #ff3b30;
  --background-color: #f2f2f7;
  --surface-color: #ffffff;
  --text-primary: #000000;
  --text-secondary: #6c757d;
  --text-disabled: #c7c7cc;
  --border-color: #d1d1d6;
  --shadow-color: rgba(0, 0, 0, 0.08);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: clamp(10px, 1.563vw, 16px);
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --transition-fast: 0.15s ease;
  --transition-normal: 0.25s ease;
}

.custom-select {
  position: relative;
  width: 100%;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.custom-select-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-md);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  background-color: var(--surface-color);
  cursor: pointer;
  transition: all var(--transition-normal);
}
.custom-select-field:hover {
  border-color: var(--primary-color);
}
.custom-select-field.active {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 2px var(--primary-light);
}
.custom-select .selected-options {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}
.custom-select .placeholder {
  color: var(--text-secondary);
}
.custom-select .arrow-down {
  color: var(--text-secondary);
  transition: transform var(--transition-normal);
}
.custom-select .select-field.active .arrow-down {
  transform: rotate(180deg);
}
.custom-select .options-container {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: var(--surface-color);
  border-radius: var(--radius-md);
  box-shadow: 0 4px 12px var(--shadow-color);
  z-index: 10;
  opacity: 0;
  transition: all var(--transition-normal);
  list-style: none;
}
.custom-select .options-container.active {
  opacity: 1;
  max-height: 240px;
  overflow-y: auto;
}
.custom-select .option {
  display: flex;
  align-items: center;
  padding: var(--spacing-md);
  cursor: pointer;
  transition: background-color var(--transition-fast);
}
.custom-select .option:hover:not(.disabled) {
  background-color: rgba(17, 17, 17, 0.5);
}
.custom-select .option:hover:not(.disabled) span {
  color: #fff;
}
.custom-select .option.active {
  background-color: var(--primary-light);
  font-weight: 500;
}
.custom-select .option.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.custom-select .option-text {
  margin-left: var(--spacing-sm);
}
.custom-select .selected-option {
  display: flex;
  align-items: center;
  background-color: var(--primary-light);
  border-radius: var(--radius-sm);
  padding: 2px var(--spacing-sm);
  margin-right: var(--spacing-xs);
  margin-bottom: var(--spacing-xs);
}
.custom-select .option-label {
  margin: 0 var(--spacing-xs);
}
.custom-select .remove-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: var(--error-color);
}
.custom-select .remove-btn svg {
  width: 10px;
  height: 10px;
}
.custom-select .selected-values {
  margin-top: var(--spacing-md);
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}
.custom-select .selected-value-item {
  display: flex;
  align-items: center;
  background-color: var(--primary-light);
  border-radius: var(--radius-sm);
  padding: var(--spacing-sm);
  color: var(--primary-color);
}
.mobile.active {
  transform: translateX(0);
}
.mobile__box {
  display: flex;
  width: 100%;
  height: 100%;
}
.mobile__menu {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2.344vw, 24px);
}
.mobile__menu-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  align-items: center;
  gap: 0 8px;
}
.mobile__menu-item.active {
  background-color: var(--bg-c);
  z-index: 5;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 16px 14px;
}
.mobile__menu-item.active .menu-button {
  order: -1;
  transform: scale(-1);
}
.mobile__menu-item .menu-button {
  display: flex;
  align-items: center;
}
.mobile__menu-item .menu-button span {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}
.mobile__menu-item .menu-button.active span {
  transform: scale(-1);
}
.mobile__menu-body {
  grid-column: 1/-1;
  align-self: flex-start;
}
.mobile__menu-body.active {
  margin-top: 16px;
  max-height: calc(100svh - var(--header-height) - 40px) !important;
  overflow-y: auto;
  padding-bottom: 16px;
}
.mobile__menu-services {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile__menu-services__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile__menu-services__list .tags__item {
  padding: clamp(8px, 1.302vw, 10px);
}
.mobile__menu-services__list .tags__item a {
  font-size: clamp(10px, 2.083vw, 16px);
}
.mobile__menu-additionals__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.mobile__menu-additionals__list a {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile__menu-additionals__list a > div {
  height: 103px;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
.mobile__menu-additionals__list a > div picture,
.mobile__menu-additionals__list a > div img {
  width: 100%;
  height: 100%;
}
.mobile__menu-locations__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile__menu-locations__group .tabs-nav {
  width: initial;
}
.mobile__menu-locations__group .tabs-nav__item {
  width: 100%;
}
.mobile__menu-locations__group .tabs-nav__btn {
  width: 100%;
}
.mobile__menu-locations__group .tabs-nav__btn span {
  min-width: initial;
  width: 100%;
}
.mobile__menu-locations__list {
  display: grid;
  gap: 16px;
}
.mobile__menu-locations__list a {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile__menu-locations__image {
  height: 103px;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
.mobile__menu-locations__image.empty-img {
  border: 1px solid rgba(251, 251, 251, 0.1);
  align-items: center;
  justify-content: center;
}
.mobile__menu-locations__image.empty-img picture,
.mobile__menu-locations__image.empty-img img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile__menu-locations__image picture,
.mobile__menu-locations__image img {
  width: 100%;
  height: 100%;
}
.mobile__menu-types__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.mobile__menu-types__list a {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile__menu-types__list a > div {
  height: 103px;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
.mobile__menu-types__list a > div picture,
.mobile__menu-types__list a > div img {
  width: 100%;
  height: 100%;
}
.mobile__menu .additionals-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile__menu .additionals-more {
  width: 100%;
  height: 44px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--br-a);
  border-radius: 12px;
}
.mobile__menu .additionals-more svg {
  transition: 0.2s ease;
  transform: rotate(90deg);
}
.mobile__menu .additionals-more.active svg {
  transform: rotate(90deg) scale(-1);
}
.mobile__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.mobile .service-card {
  position: relative;
}
.mobile .service-card .tags {
  position: absolute;
  z-index: 2;
  padding: 16px;
}
.mobile .service-card__link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.mobile .service-card__image {
  height: 212px;
  height: clamp(124px, 27.604vw, 212px);
  display: flex;
}
.mobile .service-card__image picture,
.mobile .service-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.header {
  position: relative;
  z-index: 50;
  padding: 12px 0 clamp(12px, 1.667vw, 24px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.header.open-menu {
  z-index: 100;
}
.header__box {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  grid-gap: 5px;
}
.header__logo {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo svg,
.header__logo img {
  width: 100%;
  height: auto;
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__nav-item {
  height: 100%;
  display: flex;
}
.header__nav-item:hover .header__nav-link > svg {
  transform: rotate(90deg) scale(-1);
}
.header__nav-item:hover .header__nav-body {
  opacity: 1;
  visibility: visible;
}
.header__nav-link {
  display: flex;
  align-items: center;
  gap: clamp(5px, 0.417vw, 8px);
}
.header__nav-link > svg {
  flex-shrink: 0;
  transform: rotate(90deg);
  transition: 0.3s ease;
}
.header__nav-body {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  background-color: var(--bg-c);
  border-radius: 0 0 12px 12px;
  padding: clamp(8px, 1.111vw, 16px);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  top: initial;
  transform: translateY(100%);
  transition: 0.3s ease;
}
.header__nav-body:before {
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  background-color: var(--bg-c);
  display: flex;
  top: 0;
  transform: translatey(-100%);
}
.header__nav-services {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.header__nav-services__main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.25vw, 24px);
}
.header__nav-services__main .service-card .tags {
  padding: clamp(8px, 0.833vw, 16px) !important;
}
.header__nav-services__more {
  width: 100%;
  padding: 16px 0;
  border: 1px solid #fbfbfb;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.header__nav-services__more svg {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.header__nav-services__more.active svg {
  transform: rotate(90deg) scale(-1);
}
.header__nav-services__adds {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(12px, 1.25vw, 24px);
  transition: max-height 0.2s;
}
.header__nav-services__adds > a {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header__nav-services__adds > a > div {
  position: relative;
  display: flex;
  height: clamp(152px, 11.042vw, 212px);
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.header__nav-services__adds > a > div::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(41, 41, 41, 0.5);
  transition: 0.3s ease;
}
.header__nav-services__adds > a > span {
  color: var(--cl-e);
  transition: 0.3s ease;
}
.header__nav-additionals {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.header__nav-locations {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header__nav-types {
  display: grid;
  gap: clamp(12px, 1.667vw, 24px);
}
.header__nav-types > a {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header__nav-types > a > div {
  position: relative;
  display: flex;
  height: clamp(152px, 11.042vw, 212px);
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.header__nav-types > a > div::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(41, 41, 41, 0.5);
  transition: 0.3s ease;
}
.header__nav-types > a > div picture,
.header__nav-types > a > div img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.header__nav-types > a > span {
  color: var(--cl-e);
  transition: 0.3s ease;
}
.header__menu-link {
  font-size: clamp(12px, 1.111vw, 16px);
}
.header__tabs {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.111vw, 16px);
}
.header__tabs-links {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(8px, 0.833vw, 12px);
}
.header__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(6px, 0.833vw, 12px);
}
.header__social {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--br-c);
  border-radius: 12px;
  color: var(--cl-f);
  transition: all 0.3s ease;
}
.header .burger {
  justify-self: end;
  color: var(--cl-i);
}
.header .service-card {
  position: relative;
}
.header .service-card .tags {
  position: absolute;
  z-index: 2;
  padding: 16px;
}
.header .service-card__link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.header .service-card__image {
  height: 212px;
  height: clamp(124px, 27.604vw, 212px);
  display: flex;
}
.header .service-card__image picture,
.header .service-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.tabs-nav {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 4px;
  border-radius: 8px;
  border: 1px solid #505050;
  background: #262626;
}
.tabs-nav__btn {
  background: transparent;
  border-radius: 5px;
  transition: all 0.3s;
}
.tabs-nav__btn span {
  min-width: 151.5px;
  padding: 12px;
  pointer-events: none;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: rgba(163, 163, 163, 0.64);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s, opacity 0.3s;
  white-space: nowrap;
}
.tabs-nav__btn:hover:not(.active) span {
  color: var(--cl-e);
}
.tabs-nav__btn.active {
  background-color: var(--bg-f);
}
.tabs-nav__btn.active span {
  color: var(--cl-a);
}

.footer {
  padding: clamp(36px, 4.167vw, 80px) 0 23px;
  background-color: var(--bg-d);
}
.footer__wrapp {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4.722vw, 68px);
}
.footer__box {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-shrink: 0;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__social {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-e);
  border-radius: 38px;
  color: var(--cl-a);
  transition: all 0.3s ease;
}
.footer__menu {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr clamp(490px, 31.979vw, 614px);
}
.footer__menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer__menu-heading {
  margin-bottom: 12px;
}
.footer__menu-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__menu-link {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--cl-e);
  transition: all 0.3s ease;
}
.footer__menu-link:active,
.footer__menu-link:hover {
  color: var(--cl-a);
}
.footer__tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__tabs .tabs-nav__btn span {
  min-width: clamp(160px, 10.417vw, 200px);
}
.footer__tabs-links {
  display: grid;
  grid-gap: 12px 30px;
}
.footer__bottom {
  padding: 12px;
  border: 1px solid var(--br-e);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__logo {
  display: flex;
  flex-shrink: 0;
}
.footer__logo .sprite {
  max-width: 100px;
  width: 100%;
  height: auto;
}
.footer__logo .sprite svg {
  width: 100%;
  height: auto;
}
.footer__dev.editor p:not([class]) {
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  color: var(--cl-e);
}
.footer__pages {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.footer__pages-link {
  font-size: clamp(12px, 1.823vw, 14px);
  line-height: 150%;
  font-weight: 500;
  color: var(--cl-e);
  transition: all 0.3s ease;
}

.modal {
  max-width: 620px;
  width: 90vw;
  background: var(--bg-c);
}
.modal.modal--done {
  padding: 20px;
  border-radius: 12px;
}
.modal__container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.social {
  border-radius: 24px;
  background: var(--bg-l);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  padding: clamp(16px, 2.3438vw, 24px);
  gap: clamp(16px, 2.3438vw, 24px);
}
.social__title {
  color: var(--cl-b);
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.social-list {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  width: 100%;
}
.social-list .social-list__link {
  display: flex;
  width: 24px;
  height: 24px;
}
.social-list .social-list__link i {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.social-list .social-list__link:hover i {
  transform: scale(1.1);
}

.anchor-tags {
  border-radius: 24px;
  background: var(--bg-l);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  padding: clamp(16px, 2.3438vw, 24px);
  gap: clamp(16px, 2.3438vw, 24px);
}
.anchor-tags__title {
  color: var(--cl-b);
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.anchor-tags .anchor-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.anchor-tags .anchor-list li {
  color: var(--cl-j);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.anchor-tags .anchor-list li a {
  transition: all 0.3s;
  position: relative;
  padding-left: 20px;
}
.anchor-tags .anchor-list li a:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  pointer-events: none;
  left: 10px;
  top: 10px;
  background: var(--cl-j);
}
.anchor-tags .anchor-list li a.active {
  color: var(--cl-h);
}
.anchor-tags .anchor-list li a.active::before {
  background: var(--cl-h);
}
.anchor-tags .anchor-list li a:hover {
  color: var(--cl-h);
}
.anchor-tags .anchor-list li a:hover::before {
  background: var(--cl-h);
}

.post-nav {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.post-nav__btn {
  overflow: hidden;
  color: var(--cl-j);
  text-overflow: ellipsis;
  font-family: var(--font-family);
  font-size: clamp(18px, 2.0513vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 1px 20px;
  transition: all 0.3s;
}
.post-nav__btn .icon-next,
.post-nav__btn .icon-prev {
  font-size: clamp(20px, 3.5156vw, 36px);
  grid-column: 1;
  grid-row: 1/2;
}
.post-nav__btn.next {
  text-align: right;
  grid-template-columns: 1fr auto;
}
.post-nav__btn.next .post-nav__text {
  text-align: right;
  grid-column: 1/2;
}
.post-nav__btn.next .icon-next,
.post-nav__btn.next .icon-prev {
  grid-column: 2/3;
  grid-row: 1/2;
}
.post-nav__btn:hover {
  opacity: 0.6;
}
.post-nav__text {
  overflow: hidden;
  color: var(--cl-i);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--font-family);
  font-size: clamp(12px, 1.5625vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  grid-column: 2/3;
}

.section-wrapper {
  display: grid;
  grid-template-columns: 3fr clamp(300px, 35.9375vw, 368px);
  gap: 20px;
  position: relative;
  z-index: 1;
}
.section-wrapper .container,
.section-wrapper section {
  padding: 0 !important;
}
.section-wrapper__aside {
  display: flex;
  flex-direction: column;
  gap: 42px;
  position: sticky;
  top: 0;
}
.section-wrapper__coll {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.section-wrapper .section-cta {
  margin: 16px 0;
}
.section-wrapper .section-cta .editors {
  gap: 35px;
}
.section-wrapper .section-editors ul:not([class]) {
  gap: 16px;
}
.section-wrapper .section-editors ul:not([class]) li {
  padding-left: 20px;
  font-size: 16px;
  color: var(--bg-j);
}
.section-wrapper .section-editors ul:not([class]) li:before {
  width: 7px;
  height: 7px;
  left: 6px;
  top: 8.5px;
  background: var(--Color-Light-Blue, #b2c5ff);
}

.written-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 16px;
  border-radius: 24px;
  background: var(--bg-l);
  padding: 8px;
}
.written-card .post-card__photo {
  display: flex;
  width: 128px;
  height: 128px;
  overflow: hidden;
  border-radius: 24px;
}
.written-card .post-card__photo img,
.written-card .post-card__photo picture {
  width: 100%;
  height: 100%;
}
.written-card .post-author {
  color: var(--cl-j);
  font-family: var(--font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.written-card .post-author i {
  font-style: normal;
  color: var(--cl-k);
  font-size: 16px;
  font-weight: 500;
}
.written-card__position {
  color: var(--cl-g);
  font-family: var(--font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.written-card__license {
  color: var(--cl-g);
  font-family: var(--font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.written-card__inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.written-card__quote {
  margin-top: 12px;
  overflow: hidden;
  color: var(--cl-j);
  text-overflow: ellipsis;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
}
.written-card__box {
  display: flex;
  gap: 4px;
  flex-direction: column;
}

.section-tags {
  padding: var(--default-padding) 0;
}
.section-tags__inner {
  display: flex;
  flex-direction: column;
  gap: calc(var(--default-padding) / 2);
}
.section-tags__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-tags__wrapp {
  display: flex;
  gap: 16px;
  align-items: center;
}
.section-tags__title {
  color: var(--cl-b);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  flex-shrink: 0;
}
.section-tags__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 8px;
}
.section-tags__list li span {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--cl-j);
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 24px;
  background: var(--bg-c);
  font-family: var(--font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s;
  gap: 8px;
}
.section-tags .post-nav {
  margin-top: calc(var(--default-padding) / 2);
}

.blog {
  overflow: hidden;
  padding: clamp(32px, 2.083vw, 40px) 0 clamp(32px, 3.125vw, 60px);
}
.blog__top {
  max-width: 1064px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog__wrapp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 2.5vw, 48px);
}
.blog__posts {
  display: grid;
  gap: 24px;
}

.blog-post {
  overflow: hidden;
  padding: clamp(32px, 2.083vw, 40px) 0 clamp(36px, 3.333vw, 64px);
}
.blog-post .breadcrumbs {
  margin-bottom: 12px;
}
.blog-post__top {
  margin-bottom: clamp(24px, 1.667vw, 32px);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.667vw, 32px);
}
.blog-post__info {
  display: flex;
  align-items: center;
  gap: 24px;
}
.blog-post__info > time,
.blog-post__info > span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(14px, 1.563vw, 16px);
  line-height: 150%;
  font-weight: 500;
  color: var(--cl-e);
}
.blog-post__info > time svg,
.blog-post__info > span svg {
  width: clamp(24px, 3.125vw, 32px);
  height: clamp(24px, 3.125vw, 32px);
}
.blog-post__excerpt {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(14px, 1.563vw, 16px);
  color: var(--cl-a);
  line-height: 150%;
}
.blog-post__image {
  margin-bottom: clamp(24px, 1.667vw, 32px);
  width: 100%;
  border-radius: 12px;
  height: clamp(210px, 50.586vw, 518px);
  overflow: hidden;
}
.blog-post__image img,
.blog-post__image picture {
  width: 100%;
  height: 100%;
}
.blog-post .editor {
  margin-bottom: clamp(24px, 1.667vw, 32px);
  gap: 24px;
}
.blog-post .editor img {
  height: 335px;
  width: 100%;
  border-radius: 12px;
}
.blog-post__share {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px clamp(16px, 2.344vw, 24px);
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(237, 237, 237, 0.5);
  border-radius: 60px;
}
.blog-post__share span {
  font-size: clamp(16px, 1.953vw, 20px);
  line-height: 120%;
  font-weight: 500;
}
.blog-post__share .addtoany_list {
  display: flex;
  align-items: center;
}
.blog-post__share .addtoany_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cl-f);
}
.blog-post__share .addtoany_list a svg {
  width: clamp(24px, 3.125vw, 32px);
  height: clamp(24px, 3.125vw, 32px);
  transition: all 0.3s ease;
}
.blog-post__comments {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.blog-post__comments-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-post__comments-box > span {
  font-size: clamp(24px, 3.125vw, 32px);
  line-height: 100%;
  font-weight: 500;
}
.blog-post__comments-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-post .comment {
  padding: clamp(12px, 3.125vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 12px;
  border: 1px solid rgba(237, 237, 237, 0.44);
  -webkit-backdrop-filter: blur(6.4499998093px);
  backdrop-filter: blur(6.4499998093px);
}
.blog-post .comment__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.blog-post .comment__author {
  font-size: clamp(20px, 3.125vw, 32px);
  line-height: 100%;
  font-weight: 500;
}
.blog-post .comment__pubtime {
  font-size: clamp(12px, 1.563vw, 16px);
  line-height: 150%;
  font-weight: 500;
  color: var(--cl-e);
}
.blog-post .comment__text {
  font-size: clamp(14px, 1.563vw, 16px);
}

.more-posts {
  overflow: hidden;
  padding: clamp(32px, 2.083vw, 40px) 0 clamp(32px, 3.333vw, 64px);
}
.more-posts__wrapp {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.667vw, 32px);
}
.more-posts .post-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.more-posts .post-card__thumb {
  position: relative;
  height: clamp(240px, 31.25vw, 320px);
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.more-posts .post-card__thumb img,
.more-posts .post-card__thumb picture {
  width: 100%;
  height: 100%;
}
.more-posts .post-card__pubtime {
  position: absolute;
  padding: 8px;
  left: 16px;
  top: 16px;
  background-color: #fff;
  border-radius: 36px;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.more-posts .post-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.more-posts .post-card__body span {
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.more-posts .post-card__body p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-project {
  overflow: hidden;
  padding-bottom: 24px;
}
.single-project__wrapp {
  position: relative;
  height: calc(100svh - var(--header-height) - 48px);
  display: flex;
}
.single-project .breadcrumbs {
  position: absolute;
  top: clamp(12px, 4.167vw, 32px);
  left: clamp(12px, 4.167vw, 32px);
  z-index: 20;
}
.single-project__tags {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: clamp(12px, 1.563vw, 16px);
}
.single-project__tag {
  padding: clamp(8px, 0.977vw, 10px);
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 36px;
  -webkit-backdrop-filter: blur(26.1000003815px);
  backdrop-filter: blur(26.1000003815px);
}
.single-project__slider {
  overflow: hidden;
  width: 100%;
}
.single-project__slider .swiper-container {
  height: 100%;
}
.single-project__slider .swiper-slide {
  position: relative;
}
.single-project__slider .swiper-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  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) 0%, #000 100%);
  transition: all 0.3s ease;
}
.single-project__slider .swiper-slide.no-before::before {
  background: transparent;
}
.single-project__image {
  display: flex;
  height: 100%;
  width: 100%;
}
.single-project__image picture,
.single-project__image img {
  width: 100%;
  height: 100%;
}
.single-project .swiper-pagination {
  width: -moz-fit-content;
  width: fit-content;
  bottom: clamp(12px, 3.125vw, 32px);
  right: clamp(12px, 3.125vw, 32px);
  top: initial;
  left: initial;
}
.single-project .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  background: transparent;
}
.single-project .slider-btn.prev {
  left: 32px;
  border: 2px solid var(--br-a);
  border-radius: 12px;
}
.single-project .slider-btn.next {
  right: 32px;
  border: 2px solid var(--br-a);
  border-radius: 12px;
}

.project-map {
  overflow: hidden;
  padding: clamp(36px, 5.208vw, 100px) 0;
}
.project-map__wrapp {
  display: grid;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--bg-c);
}
.project-map__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(12px, 3.125vw, 24px);
}
.project-map__frame {
  min-height: clamp(360px, 31.25vw, 600px);
}
.project-map__frame .gm-style-iw {
  padding: 0 !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  border-radius: none;
}
.project-map__frame .gm-style-iw-chr {
  display: none;
}
.project-map__frame .gm-style-iw-d {
  overflow: initial !important;
  max-height: initial !important;
}
.project-map__frame .gm-style-iw-tc::after {
  height: 12px;
  top: -5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.project-map__frame .location-card {
  position: relative;
  width: 482px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
}
.project-map__frame .location-card__thumbnail {
  position: absolute;
  inset: 0;
  display: flex;
}
.project-map__frame .location-card__thumbnail::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  transition: 0.3s ease;
}
.project-map__frame .location-card__thumbnail picture,
.project-map__frame .location-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-map__frame .location-card__tags {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-family: var(--font-family);
  font-size: 12px;
  line-height: 18px;
}
.project-map__frame .location-card__tag {
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 36px;
  -webkit-backdrop-filter: blur(26.1000003815px);
  backdrop-filter: blur(26.1000003815px);
}
.project-map__frame .location-card__bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.project-map__frame .location-card__bottom .main-button {
  flex-shrink: 0;
}
.project-map__frame .location-card__title {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  color: var(--cl-a);
}
.project-map__frame .location-card__link {
  width: -moz-fit-content;
  width: fit-content;
  height: 34px;
  padding: 0 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--cl-a);
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
  background: var(--bg-f);
  border: 2px solid var(--br-c);
}
.project-map__frame .location-card__link:active {
  border: 2px solid var(--br-j);
  background: var(--br-j);
}

.main-form {
  width: 100%;
  padding: clamp(16px, 3.125vw, 32px);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.125vw, 32px);
  border-radius: 12px;
  border: 1px solid rgba(237, 237, 237, 0.5);
  background: rgba(0, 0, 0, 0.44);
  -webkit-backdrop-filter: blur(6.4499998093px);
  backdrop-filter: blur(6.4499998093px);
}
.main-form__title {
  font-size: clamp(24px, 3.125vw, 32px);
  line-height: 100%;
  font-weight: 500;
}
.main-form__box {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2.344vw, 24px);
}
.main-form__labels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 2.344vw, 24px);
}
.main-form__label {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-form__heading {
  font-family: var(--font-family);
  font-size: clamp(14px, 1.563vw, 16px);
  line-height: 150%;
  font-weight: 500;
  color: rgba(237, 237, 237, 0.64);
}
.main-form input:not([type='submit']),
.main-form textarea {
  padding: 11px;
  width: 100%;
  background-color: transparent;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 8px;
  border: 1px solid rgba(237, 237, 237, 0.5);
  transition: all 0.4s;
  color: var(--cl-a);
}
.main-form input:not([type='submit'])::-moz-placeholder,
.main-form textarea::-moz-placeholder {
  color: rgba(237, 237, 237, 0.64);
}
.main-form input:not([type='submit'])::placeholder,
.main-form textarea::placeholder {
  color: rgba(237, 237, 237, 0.64);
}
.main-form textarea {
  max-height: 96px;
}
.main-form__select .select-field {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  background-color: transparent;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 8px;
  border: 1px solid rgba(237, 237, 237, 0.5);
  cursor: pointer;
}
.main-form__select .selected-option {
  background-color: transparent;
  padding: 0;
}
.main-form__select .placeholder {
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: rgba(237, 237, 237, 0.64);
}
.main-form__select .arrow-down {
  font-size: 20px;
  line-height: 20px;
  display: flex;
}
.main-form__select .options-container {
  border: 1px solid rgba(237, 237, 237, 0.5);
  background-color: var(--bg-d);
}
.main-form__select .options-container li {
  border-top: 1px solid rgba(237, 237, 237, 0.5);
}
.main-form__select .options-container li:first-child {
  border-top: none;
}
.main-form__select .option.active {
  background-color: transparent;
}
.main-form__select .option-text {
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: rgba(237, 237, 237, 0.64);
}
.main-form__select .custom-select .option:hover:not(.disabled) {
  background-color: transparent;
}
.main-form .main-form__submit input.wpcf7-form-control {
  height: 48px;
  padding: 0 24px;
  background-color: var(--bg-e);
  border: 2px solid var(--br-d);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--cl-a);
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.main-form .main-form__submit input.wpcf7-form-control:hover {
  background-color: var(--bg-n);
}
.main-form .wpcf7-radio {
  width: 100%;
  padding: 4px;
  border-radius: 8px;
  border: 1px solid rgba(237, 237, 237, 0.5);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.main-form .wpcf7-radio .wpcf7-list-item label {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.main-form .wpcf7-radio .wpcf7-list-item label span {
  height: 48px;
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-family: var(--font-family);
  font-size: clamp(12px, 1.563vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: rgba(237, 237, 237, 0.64);
}
.main-form .wpcf7-radio .wpcf7-list-item label input {
  position: absolute;
  inset: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  margin: 0;
}
.main-form .wpcf7-radio .wpcf7-list-item label input:checked + span {
  background-color: var(--bg-f);
  color: var(--cl-a);
}
.main-form .wpcf7 {
  position: relative;
  z-index: 1;
}
.main-form .wpcf7-form-control-wrap {
  display: flex;
}
.main-form .wpcf7-spinner {
  display: none;
}
.main-form .wpcf7-not-valid-tip {
  bottom: 2px;
  left: 20px;
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s;
  transition-delay: 0.2s;
}
.main-form .wpcf7-response-output {
  display: none;
  position: absolute;
}

.main-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-top .h1,
.main-top .h2,
.main-top .h3,
.main-top .h4,
.main-top .h5,
.main-top .h6,
.main-top h1,
.main-top h2,
.main-top h3,
.main-top h4,
.main-top h5,
.main-top h6 {
  color: var(--cl-c);
  font-family: var(--font-family);
  font-size: clamp(28px, 3.611vw, 52px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
.main-top p {
  color: var(--cl-c);
  font-family: var(--second-family);
  font-size: clamp(16px, 1.3889vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.lang-switcher {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: var(--cl-a);
}
.lang-switcher > .lang-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.lang-switcher > .lang-item:before {
  content: '\e907';
  color: inherit;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: clamp(20px, 2.222vw, 32px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lang-switcher > .lang-item:after {
  content: '\e903';
  color: inherit;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: clamp(20px, 2.222vw, 32px);
  transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lang-switcher:hover .lang-dropdown {
  visibility: visible;
  opacity: 1;
}
.lang-switcher.active > .lang-item:after {
  transform: scaleY(-1);
}
.lang-switcher .lang-item a,
.lang-switcher .lang-item span {
  color: var(--cl-a);
  font-family: var(--second-family);
  font-size: clamp(14px, 1.25vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.lang-switcher .lang-dropdown {
  display: flex;
}
.lang-switcher .lang-dropdown .lang-code {
  color: var(--cl-b);
  transition: all 0.3s;
}
.lang-switcher .lang-dropdown .lang-code:hover {
  color: var(--bg-c);
}
.lang-switcher .lang-dropdown li {
  padding: 5px 10px;
  display: flex;
}
.lang-switcher .lang-dropdown li > * {
  display: flex;
  align-items: center;
  gap: 5px;
}

.socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.socials__link {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials__link svg,
.socials__link img {
  transition: all 0.3s;
  width: 100%;
  max-width: 23px;
  height: auto;
}
.socials__link:hover svg,
.socials__link:hover img {
  transform: scale(1.2);
}

.breadcrumbs-section {
  margin: calc(clamp(31px, 4.236vw, 61px) + 20px + var(--header-height)) 0 clamp(31px, 4.236vw, 61px);
}

.breadcrumbs {
  position: relative;
  width: 100%;
  overflow: auto;
  padding-right: 24px;
}
.breadcrumbs ul {
  width: -moz-max-content;
  width: max-content;
  display: inline-flex;
  align-items: center;
  padding-right: 10px;
  gap: 5px;
}
.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.breadcrumbs li span {
  display: inline-block;
  color: var(--cl-a);
  text-align: center;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-wrap: nowrap;
}
.breadcrumbs li:not(:last-child)::after {
  content: '\e902';
  color: inherit;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumbs li a {
  transition: all 0.3s;
  display: inline-block;
  color: var(--cl-a);
  text-align: center;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.breadcrumbs li a:hover {
  color: var(--cl-a);
}

.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(4px, 1.172vw, 12px);
}
.tags__item {
  padding: 10px;
  background: var(--bg-f);
  border-radius: 36px;
}
.tags__item a {
  font-size: clamp(12px, 2.083vw, 16px);
}

:root {
  --decor-line: url("data:image/svg+xml,%3Csvg width='1920' height='1004' viewBox='0 0 1920 1004' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cline x1='-677.002' y1='1003.65' x2='405.998' y2='-79.3536' stroke='%232E7BB2'/%3E%3Cline x1='-133.678' y1='1003.65' x2='949.322' y2='-79.3536' stroke='%232E7BB2'/%3E%3Cline x1='409.646' y1='1003.65' x2='1492.65' y2='-79.3536' stroke='%232E7BB2'/%3E%3Cline x1='952.971' y1='1003.65' x2='2035.97' y2='-79.3536' stroke='%232E7BB2'/%3E%3Cline x1='1496.29' y1='1003.65' x2='2579.29' y2='-79.3536' stroke='%232E7BB2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.decor-lines {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: -1;
}
.decor-lines::before {
  content: '';
  position: absolute;
  background-image: var(--decor-line);
  background-size: cover;
  height: 100%;
  width: 100%;
}

.mobile-btns {
  display: none;
}

.info-list {
  display: grid;
  grid-gap: clamp(12px, 1.25vw, 24px);
}
.info-list__box {
  padding: clamp(16px, 1.667vw, 32px);
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.5vw, 48px);
  background: #292929;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.info-list__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.info-list .sprite svg {
  width: clamp(48px, 3.333vw, 64px);
  height: clamp(48px, 3.333vw, 64px);
}
.info-list__heading {
  font-size: clamp(24px, 1.667vw, 32px);
  line-height: 120%;
  font-weight: 500;
  color: var(--cl-g);
}
.info-list__text {
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 150%;
  font-weight: 500;
}

.services-list {
  width: 100%;
  display: grid;
  grid-gap: 12px clamp(12px, 1.25vw, 24px);
}
.services-list__item {
  min-height: clamp(320px, 31.25vw, 600px);
  position: relative;
  overflow: hidden;
  padding: clamp(16px, 1.25vw, 24px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.services-list__image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.services-list__image::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  transition: 0.3s ease;
}
.services-list__image picture,
.services-list__image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.services-list__title {
  font-size: clamp(24px, 1.667vw, 32px);
  line-height: 120%;
  font-weight: 500;
  color: var(--cl-a);
}

.items-list {
  display: grid;
  grid-gap: clamp(12px, 1.25vw, 24px);
}
.items-list__box {
  min-height: clamp(190px, 23.021vw, 442px);
  padding: clamp(16px, 1.667vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  background: rgba(41, 41, 41, 0.5);
  border-radius: 12px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.items-list__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.items-list__icon svg {
  width: clamp(32px, 3.333vw, 64px);
  height: clamp(32px, 3.333vw, 64px);
}
.items-list__heading {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(14px, 1.563vw, 16px);
  line-height: 150%;
  color: var(--cl-e);
}
.items-list__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.items-list__title {
  font-size: clamp(20px, 2.5vw, 48px);
  line-height: 150%;
  font-weight: 500;
}
.items-list__text {
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 150%;
  font-weight: 500;
  color: #fbfbfb;
}

.program-list {
  display: grid;
  grid-gap: clamp(12px, 1.25vw, 24px);
}
.program-list__box {
  padding: clamp(16px, 1.667vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(12px, 1.25vw, 24px);
  background: rgba(41, 41, 41, 0.5);
  border-radius: 12px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.options-list {
  display: grid;
  grid-gap: clamp(12px, 1.25vw, 24px);
}
.options-list__box {
  padding: clamp(16px, 1.667vw, 32px);
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 2.5vw, 48px);
  background: #292929;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.options-list__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.options-list__icon svg {
  width: clamp(32px, 3.333vw, 64px);
  height: clamp(32px, 3.333vw, 64px);
}
.options-list__title {
  font-size: clamp(20px, 1.667vw, 32px);
  line-height: 120%;
  font-weight: 500;
  color: var(--cl-g);
}
.options-list__text {
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 150%;
  font-weight: 500;
}

.levels-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  counter-reset: li;
}
.levels-list__box {
  position: relative;
  counter-increment: li;
  padding: 101px 34px 27px;
  background: linear-gradient(223deg, #363636 0%, #282828 94.9%);
  border-radius: 12px;
}
.levels-list__counter {
  position: absolute;
  top: -66px;
  left: 50%;
  transform: translateX(-50%);
  width: 132px;
  height: 132px;
  border-radius: 50%;
  padding: 10px;
  background: var(--body-bg);
}
.levels-list__counter:before {
  content: counter(li);
  position: absolute;
  width: 109px;
  height: 109px;
  background: linear-gradient(225deg, #363636 0%, #282828 98.99%), #292929;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  line-height: 120%;
  font-weight: 500;
  color: var(--cl-f);
}
.levels-list__top {
  padding-bottom: 32px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(163, 163, 163, 0.6);
}
.levels-list__text {
  font-size: 24px;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
}
.levels-list__number {
  font-size: 48px;
  line-height: 120%;
  font-weight: 500;
}
.levels-list__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.levels-list__price {
  font-size: 60px;
  line-height: 120%;
  font-weight: 500;
  color: var(--cl-g);
}

.gift-list {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2.344vw, 24px);
}
.gift-list__item {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.344vw, 24px);
}
.gift-list__icon svg {
  width: clamp(24px, 3.418vw, 35px);
  height: clamp(24px, 3.418vw, 35px);
}
.gift-list__text {
  font-size: clamp(16px, 2.344vw, 24px);
  line-height: 150%;
  font-weight: 500;
}

.our-list {
  display: grid;
  gap: 20px;
  width: 100%;
}

.content-list {
  gap: 20px;
  width: 100%;
}

.house-list {
  display: grid;
  grid-gap: clamp(10px, 1.389vw, 20px);
  width: 100%;
}

.step-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  counter-reset: li;
  position: relative;
  z-index: 1;
}
.step-list__item {
  counter-increment: li;
  position: relative;
  z-index: 1;
  padding-left: clamp(33px, 4.167vw, 60px);
}
.step-list__item * {
  padding-left: clamp(20px, 5.903vw, 85px);
}
.step-list__item:before {
  content: '';
  left: 0;
  width: 2px;
  bottom: -30px;
  top: 0;
  background: var(--Text-Gray_light, #c8cbcf);
  position: absolute;
  z-index: 1;
}
.step-list__item:after {
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' fill='none'%3E%3Ccircle cx='16.5' cy='16.667' r='15' fill='%23F6F6F6' stroke='%23C8CBCF' stroke-width='2' transform='rotate(90 16.5 16.667)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 33px;
  height: 33px;
  left: 0;
  transform: translate(-50%, 95%);
  top: 0;
  z-index: 2;
}
.step-list__item:first-of-type:before {
  top: clamp(46px, 4.861vw, 70px);
}
.step-list__item:first-of-type:after {
  top: clamp(46px, 4.861vw, 70px);
  transform: translate(-50%, -95%);
}
.step-list__item:last-of-type:before {
  bottom: initial;
  height: clamp(40px, 3.125vw, 45px);
}
.step-list__item.active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3E%3Ccircle cx='16.5' cy='16' r='15' fill='%23F6F6F6' stroke='%234BAF47' stroke-width='2' transform='rotate(90 16.5 16)'/%3E%3Ccircle cx='16.5' cy='16' r='5' fill='%234BAF47' transform='rotate(90 16.5 16)'/%3E%3C/svg%3E");
}
.step-list__item .h1:first-of-type,
.step-list__item .h2:first-of-type,
.step-list__item .h3:first-of-type,
.step-list__item .h4:first-of-type,
.step-list__item .h5:first-of-type,
.step-list__item .h6:first-of-type,
.step-list__item h1:first-of-type,
.step-list__item h2:first-of-type,
.step-list__item h3:first-of-type,
.step-list__item h4:first-of-type,
.step-list__item h5:first-of-type,
.step-list__item h6:first-of-type {
  position: relative;
  z-index: 1;
}
.step-list__item .h1:first-of-type:before,
.step-list__item .h2:first-of-type:before,
.step-list__item .h3:first-of-type:before,
.step-list__item .h4:first-of-type:before,
.step-list__item .h5:first-of-type:before,
.step-list__item .h6:first-of-type:before,
.step-list__item h1:first-of-type:before,
.step-list__item h2:first-of-type:before,
.step-list__item h3:first-of-type:before,
.step-list__item h4:first-of-type:before,
.step-list__item h5:first-of-type:before,
.step-list__item h6:first-of-type:before {
  content: counter(li);
  color: var(--cl-g);
  font-family: var(--font-family);
  font-size: clamp(52px, 6.389vw, 92px);
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.step-list .editor .h1,
.step-list .editor .h2,
.step-list .editor .h3,
.step-list .editor .h4,
.step-list .editor .h5,
.step-list .editor .h6,
.step-list .editor h1,
.step-list .editor h2,
.step-list .editor h3,
.step-list .editor h4,
.step-list .editor h5,
.step-list .editor h6 {
  margin-bottom: clamp(12px, 1.528vw, 22px);
  color: var(--cl-g);
  font-family: var(--font-family);
  font-size: clamp(24px, 2.5vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.step-list .editor p {
  color: var(--cl-g);
  font-family: var(--second-family);
  font-size: clamp(16px, 1.389vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: clamp(12px, 1.528vw, 22px);
}
.step-list .editor:last-child {
  margin-bottom: 0px !important;
}

.our-card {
  min-height: clamp(260px, 19.444vw, 280px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.our-card__bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}
.our-card__bg img,
.our-card__bg picture {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.our-card__link {
  position: absolute;
  left: clamp(10px, 1.389vw, 20px);
  right: clamp(10px, 1.389vw, 20px);
  bottom: clamp(10px, 1.042vw, 15px);
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--cl-d);
  font-family: var(--font-family);
  font-size: clamp(24px, 2.5vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  padding: clamp(15px, 1.389vw, 20px) 20px;
  transition: all 0.3s;
}
.our-card__link:after {
  content: '\e902';
  color: var(--cl-d);
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: clamp(24px, 2.5vw, 36px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.our-card__link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.our-card:hover .our-card__bg img,
.our-card:hover .our-card__bg picture {
  transform: scale(1.05);
}

.content-card {
  min-height: clamp(217px, 23.403vw, 337px);
  height: 100%;
  width: 100%;
  border-radius: clamp(16px, 1.667vw, 24px);
  background: var(--bg-f);
  display: flex;
  padding: clamp(20px, 2.083vw, 30px);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s;
}
.content-card:before {
  position: absolute;
  content: '';
  background: var(--bg-c);
  inset: 0;
  border-radius: inherit;
  z-index: -2;
  transform: translateY(100%);
  transition: all 0.3s;
}
.content-card__title {
  margin-bottom: clamp(10px, 1.389vw, 20px);
  color: var(--cl-f);
  font-family: var(--font-family);
  font-size: clamp(70px, 8.333vw, 120px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  transition: all 0.3s;
}
.content-card__subtitle {
  margin-bottom: 15px;
  color: var(--cl-f);
  font-family: var(--font-family);
  font-size: clamp(24px, 2.5vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.3s;
}
.content-card__title + .content-card__subtitle {
  font-size: clamp(20px, 1.806vw, 26px);
  margin-top: -15px;
}
.content-card p {
  color: var(--cl-f);
  font-family: var(--second-family);
  font-size: clamp(14px, 1.111vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: auto;
  transition: all 0.3s;
}
.content-card > svg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  border-radius: inherit;
  z-index: -1;
  height: 222px;
  transition: all 0.3s;
  transform: translate(-50%, 100%);
}
.content-card:hover * {
  color: var(--cl-d);
}
.content-card:hover:before {
  transform: translateY(0);
}
.content-card:hover > svg {
  transform: translate(-50%, 0%);
}

.house-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: clamp(10px, 1.389vw, 20px);
  border-radius: 24px;
  background: #e8e9ec;
  height: 100%;
  min-height: clamp(220px, 19.444vw, 280px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.house-card__image {
  position: absolute;
  z-index: -1;
  top: -70px;
  right: -70px;
  width: clamp(300px, 27.778vw, 400px);
  height: clamp(300px, 27.778vw, 400px);
}
.house-card__image img,
.house-card__image picture {
  width: 100%;
  height: 100%;
}
.house-card__title {
  color: var(--cl-g);
  font-family: var(--font-family);
  font-size: clamp(24px, 2.222vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  max-width: clamp(200px, 20.625vw, 297px);
}
.house-card p {
  color: var(--cl-g);
  font-family: var(--second-family);
  font-size: clamp(14px, 1.111vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: clamp(200px, 20.625vw, 297px);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-card {
  position: relative;
  overflow: hidden;
  height: clamp(320px, 30vw, 576px);
  border-radius: 12px;
}
.project-card__thumbnail {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
.project-card__thumbnail::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  transition: 0.3s ease;
}
.project-card__thumbnail picture,
.project-card__thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.project-card__slider {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.project-card__slider .swiper-container {
  height: 100%;
}
.project-card__slider .swiper-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  transition: 0.3s ease;
}
.project-card__slider .swiper-slide picture,
.project-card__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.project-card__slider .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  background: transparent;
}
.project-card__slider .slider-btn.prev {
  left: 24px;
  border: 2px solid var(--br-a);
  border-radius: 12px;
}
.project-card__slider .slider-btn.next {
  right: 24px;
  border: 2px solid var(--br-a);
  border-radius: 12px;
}
.project-card__tags {
  position: absolute;
  top: clamp(16px, 2.344vw, 24px);
  left: clamp(16px, 2.344vw, 24px);
  right: clamp(16px, 2.344vw, 24px);
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: clamp(12px, 1.563vw, 16px);
}
.project-card__tag {
  padding: clamp(8px, 0.977vw, 10px);
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 36px;
  -webkit-backdrop-filter: blur(26.1000003815px);
  backdrop-filter: blur(26.1000003815px);
}
.project-card__bottom {
  position: absolute;
  bottom: clamp(16px, 2.344vw, 24px);
  left: clamp(16px, 2.344vw, 24px);
  right: clamp(16px, 2.344vw, 24px);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: clamp(16px, 2.344vw, 24px);
}
.project-card__bottom .main-button {
  flex-shrink: 0;
}
.project-card__title {
  display: flex;
  align-items: center;
  font-size: clamp(24px, 1.667vw, 32px);
  line-height: 120%;
  font-weight: 500;
  color: var(--cl-a);
}

.other-card {
  position: relative;
  overflow: hidden;
  height: clamp(320px, 30vw, 576px);
  border-radius: 12px;
}
.other-card__thumbnail {
  display: flex;
  height: 100%;
  width: 100%;
}
.other-card__thumbnail picture,
.other-card__thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.other-card__slider {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.other-card__slider .swiper-container {
  height: 100%;
}
.other-card__slider .swiper-slide picture,
.other-card__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.other-card__slider .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  background: transparent;
}
.other-card__slider .slider-btn.prev {
  left: 24px;
  border: 2px solid var(--br-a);
  border-radius: 12px;
}
.other-card__slider .slider-btn.next {
  right: 24px;
  border: 2px solid var(--br-a);
  border-radius: 12px;
}
.other-card__tags {
  position: absolute;
  top: clamp(16px, 2.344vw, 24px);
  left: clamp(16px, 2.344vw, 24px);
  right: clamp(16px, 2.344vw, 24px);
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: clamp(12px, 1.563vw, 16px);
}
.other-card__tag {
  padding: clamp(8px, 0.977vw, 10px);
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 36px;
  -webkit-backdrop-filter: blur(26.1000003815px);
  backdrop-filter: blur(26.1000003815px);
}
.other-card__bottom {
  position: absolute;
  bottom: clamp(16px, 2.344vw, 24px);
  left: clamp(16px, 2.344vw, 24px);
  right: clamp(16px, 2.344vw, 24px);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: clamp(16px, 2.344vw, 24px);
}
.other-card__bottom .main-button {
  flex-shrink: 0;
}
.other-card__title {
  display: flex;
  align-items: center;
  font-size: clamp(24px, 1.667vw, 32px);
  line-height: 120%;
  font-weight: 500;
  color: var(--cl-a);
}

.projects-slider {
  width: 100%;
}
.projects-slider .swiper-slide {
  display: grid;
  grid-template-columns: clamp(300px, 32.431vw, 467px) 1fr;
  gap: 20px;
}
.projects-slider__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 10px;
}

.cta-slider {
  width: clamp(720px, 60.417vw, 870px);
  position: relative;
  z-index: 2;
}
.cta-slider .swiper-slide {
  position: relative;
  opacity: 0 !important;
  transition: opacity 0.2s ease-out, transform 0.4s ease-out;
}
.cta-slider .swiper-slide.swiper-slide-visible {
  opacity: 1 !important;
}
.cta-slider .swiper-slide__box {
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  height: 100%;
  position: relative;
  z-index: 1;
}
.cta-slider .swiper-slide__box:before {
  position: absolute;
  content: '';
  background-image: var(--bg-frame);
  background-size: cover;
  inset: 0;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
.cta-slider .swiper-slide:not(.swiper-slide-active) .swiper-slide__box {
  transform: translateY(clamp(20px, 1.7361vw, 25px)) scale(0.7) rotate(-19deg);
}
.cta-slider .swiper-slide-active {
  z-index: 5;
  transform: scale(1) translateY(0);
}
.cta-slider .swiper-slide-active .swiper-slide__box {
  transform: scale(1) translateY(0) rotate(0);
}
.cta-slider .swiper-slide-prev .swiper-slide__box {
  transform: translateY(clamp(20px, 1.7361vw, 25px)) scale(1) rotate(-17deg) !important;
}
.cta-slider .swiper-slide-next .swiper-slide__box {
  transform: translateY(clamp(20px, 1.7361vw, 25px)) scale(1) rotate(17deg) !important;
}
.cta-slider .swiper-slide-next + div .swiper-slide__box {
  transform: translateY(clamp(20px, 1.7361vw, 25px)) scale(0.7) rotate(17deg) !important;
}
.cta-slider .swiper-slide .image-wrapper {
  width: 100%;
  height: 100%;
}
.cta-slider .swiper-slide img,
.cta-slider .swiper-slide picture,
.cta-slider .swiper-slide video {
  width: 100%;
  height: 100%;
  padding: 3px;
  aspect-ratio: 285/592.541;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (min-width: 576px) {
  .blog__top {
    text-align: center;
  }
  .blog-post__top {
    align-items: center;
    text-align: center;
  }
  .single-project__tags {
    top: 32px;
    right: 32px;
  }
  .single-project__slider {
    border-radius: 12px;
  }
  .single-project__image picture,
  .single-project__image img {
    border-radius: 12px;
  }
  .single-project__content {
    position: absolute;
    left: 60px;
    right: 60px;
    z-index: 5;
    bottom: 32px;
    padding: 0 32px;
    display: flex;
    align-items: flex-end;
  }
  .project-map__box .editor .main-button {
    margin-top: clamp(12px, 4.688vw, 36px);
  }
  .our-list {
    grid-template-columns: repeat(auto-fill, minmax(clamp(360px, 31.25vw, 450px), 1fr));
  }
  .content-list {
    display: grid;
  }
}
@media (min-width: 768px) {
  .post-nav {
    border: 1px solid var(--br-d);
    border-radius: 24px;
    padding: 24px;
  }
  .project-map__frame .location-card__tags li:last-child {
    margin-left: auto;
  }
  .info-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .services-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .items-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .project-card__slider .swiper-pagination {
    display: none;
  }
  .project-card__tags li:last-child {
    margin-left: auto;
  }
  .other-card__slider .swiper-pagination {
    display: none;
  }
  .other-card__tags li:last-child {
    margin-left: auto;
  }
}
@media (min-width: 1025px) {
  .mobile {
    display: none;
  }
  .mobile__box {
    height: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .mobile__controls {
    display: none;
  }
  .header__box {
    align-items: center;
    background-color: var(--bg-c);
    border-radius: 12px;
    padding: 16px clamp(10px, 0.833vw, 16px);
  }
  .header__nav-link > svg {
    width: clamp(14px, 1.042vw, 20px);
    height: clamp(14px, 1.042vw, 20px);
  }
  .header .burger {
    display: none;
  }
  .footer__contacts .footer__menu-link {
    white-space: nowrap;
  }
  .blog__posts {
    grid-template-columns: repeat(3, 1fr);
  }
  .project-map {
    background-color: var(--cl-d);
  }
  .project-map__wrapp {
    grid-template-columns: 41% 1fr;
    align-items: stretch;
  }
  .project-map__box {
    padding-left: clamp(16px, 3.333vw, 64px);
    padding-right: clamp(16px, 4.167vw, 80px);
  }
  .project-map__frame .location-card__thumbnail::before {
    border-radius: 12px;
  }
  .lang-switcher {
    gap: 5px;
    padding: 10px 0;
  }
  .lang-switcher:hover > .lang-item:after {
    transform: scaleY(-1);
  }
  .lang-switcher .lang-dropdown {
    max-height: initial;
  }
  .lang-switcher .lang-dropdown {
    position: absolute;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    left: calc(clamp(20px, 2.222vw, 32px) - 5px);
    top: 100%;
    transform: translateY(0);
    border-radius: 8px;
    border: solid 1px var(--bg-c);
    background-color: var(--bg-a);
    flex-direction: column;
    gap: 0;
  }
  .program-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .options-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .content-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .house-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .house-list__item {
    grid-column: span 2;
  }
  .house-list__item:nth-of-type(2) {
    grid-column: 3/4;
    grid-row: 1/3;
  }
  .house-list__item:nth-of-type(3) {
    grid-column: 4/5;
    grid-row: 1/3;
  }
  .project-card__bottom {
    align-items: flex-end;
  }
  .other-card__bottom {
    align-items: flex-end;
  }
  .projects-slider .swiper-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
  }
  .projects-slider .swiper-slide {
    opacity: 0;
    transition: opacity 0.2s ease-out, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scale(0.8);
  }
  .cta-slider .swiper-slide img,
  .cta-slider .swiper-slide picture,
  .cta-slider .swiper-slide video {
    border-radius: clamp(30px, 3.4722vw, 50px);
  }
}
@media (min-width: 1241px) {
  .footer__box {
    align-items: flex-start;
  }
  .cta-slider {
    margin: -100px -80px -70px 0;
  }
}
@media (min-width: 1441px) {
  .header__logo {
    width: clamp(130px, 10.469vw, 201px);
    height: clamp(31px, 2.5vw, 48px);
  }
  .header__nav {
    gap: clamp(10px, 1.25vw, 24px);
  }
  .header__nav-link {
    font-size: clamp(14px, 0.833vw, 16px);
  }
  .header__controls .main-button {
    padding: 0 clamp(5px, 1.25vw, 24px);
    gap: clamp(5px, 0.521vw, 10px);
    font-size: clamp(13px, 0.833vw, 16px);
  }
  .header__controls .main-button svg {
    width: clamp(16px, 1.042vw, 20px);
    height: clamp(16px, 1.042vw, 20px);
  }
  .header__social {
    width: clamp(36px, 2.5vw, 48px);
    height: clamp(36px, 2.5vw, 48px);
  }
  .header__social svg {
    width: clamp(16px, 1.042vw, 20px);
    height: clamp(16px, 1.042vw, 20px);
  }
  .footer__menu {
    gap: clamp(47px, 8.854vw, 170px);
  }
  .footer__menu-list {
    gap: 36px clamp(47px, 8.854vw, 170px);
  }
  .footer__tabs-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1761px) {
  .header__nav-types {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (max-width: 1760px) {
  .header__nav-types {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1440px) and (min-width: 1025px) {
  .header__logo {
    width: clamp(110px, 9.028vw, 130px);
    height: clamp(28px, 2.153vw, 31px);
  }
  .header__nav {
    gap: clamp(5px, 0.694vw, 10px);
  }
  .header__nav-link {
    font-size: clamp(12px, 1.111vw, 16px);
  }
  .header__controls .main-button {
    padding: 0;
    width: clamp(32px, 2.639vw, 38px);
    height: clamp(32px, 2.639vw, 38px);
  }
  .header__controls .main-button span {
    display: none;
  }
  .header__controls .main-button svg {
    width: clamp(15px, 1.111vw, 16px);
    height: clamp(15px, 1.111vw, 16px);
  }
  .header__social {
    width: clamp(30px, 2.5vw, 36px);
    height: clamp(30px, 2.5vw, 36px);
  }
  .header__social svg {
    width: clamp(15px, 1.111vw, 16px);
    height: clamp(15px, 1.111vw, 16px);
  }
  .footer__menu {
    width: 100%;
    justify-content: space-between;
    gap: clamp(32px, 4.167vw, 60px);
  }
  .footer__menu-list {
    gap: 36px clamp(32px, 4.167vw, 60px);
    flex-grow: 1;
  }
  .footer__tabs-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1240px) {
  .footer__box {
    flex-direction: column;
  }
}
@media (max-width: 1240px) and (min-width: 1025px) {
  .projects-slider .swiper-slide {
    grid-template-columns: 0.4fr 1fr;
  }
  .cta-slider {
    margin: -100px -80px -70px;
  }
}
@media (max-width: 1024px) {
  .mobile {
    position: fixed;
    top: var(--header-height);
    right: 0px;
    width: 100%;
    height: calc(100svh - var(--header-height));
    bottom: 0;
    z-index: 90;
    transition: all 0.3s ease;
    transform: translateX(110%);
    background: var(--bg-c);
    padding: 0 clamp(14px, 2.604vw, 20px) clamp(16px, 3.125vw, 24px);
  }
  .mobile__box {
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
  }
  .mobile__menu {
    overflow-y: auto;
  }
  .mobile__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .header {
    background-color: var(--bg-c);
    padding: 0;
  }
  .header__box {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__nav {
    display: none;
  }
  .header__controls {
    display: none;
  }
  .header__social {
    width: clamp(40px, 4.688vw, 48px);
    height: clamp(40px, 4.688vw, 48px);
  }
  .header .burger {
    transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 50ms;
    --burger-width: 28px;
    --burger-height: 38px;
    --burger-line-height: 2px;
    --border-radius: 0;
    position: relative;
    border: none;
    width: var(--burger-width);
    height: var(--burger-height);
    flex-shrink: 0;
    cursor: pointer;
  }
  .header .burger::before,
  .header .burger::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: var(--burger-line-height);
    background: currentColor;
    transform-origin: left top;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.5s, background 0.3s ease-in-out;
    border-radius: var(--border-radius);
  }
  .header .burger::before {
    top: 10px;
  }
  .header .burger::after {
    bottom: 10px;
  }
  .header .burger__line {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: var(--burger-line-height);
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-in-out, opacity 0.5s, background 0.3s ease-in-out;
    border-radius: var(--border-radius);
  }
  .header .burger:hover {
    opacity: 0.7;
  }
  .header .burger.active::before {
    background: currentColor;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  }
  .header .burger.active::after {
    background: currentColor;
    top: 50%;
    transform: rotate(-45deg) translate(-50%, -50%);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  }
  .header .burger.active .burger__line {
    background: currentColor;
    transform: scale(0);
    transition: transform 0.3s ease-in-out;
  }
  .footer__content .h3 br {
    display: none;
  }
  .footer__menu {
    width: 100%;
    grid-template-columns: 100%;
    gap: 32px;
  }
  .footer__menu-list {
    width: 100%;
    justify-content: space-between;
    gap: 32px;
  }
  .section-wrapper__aside {
    display: none;
  }
  .section-wrapper {
    grid-template-columns: 100%;
  }
  .project-map__wrapp {
    grid-template-columns: 100%;
  }
  .project-map__box {
    padding: clamp(16px, 4.167vw, 32px);
  }
  .lang-switcher > .lang-item:before {
    font-size: 32px;
  }
  .lang-switcher > .lang-item:after {
    font-size: 32px;
  }
  .lang-switcher {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lang-switcher .lang-item a,
  .lang-switcher .lang-item span {
    font-size: 18px;
  }
  .lang-switcher .lang-dropdown {
    flex-direction: column;
  }
  .lang-switcher .lang-dropdown .lang-code {
    color: var(--cl-a);
  }
  .decor-lines {
    display: none;
  }
  .house-card__title {
    max-width: calc(100% + 70px - clamp(300px, 27.778vw, 400px));
  }
  .house-card p {
    max-width: calc(100% + 70px - clamp(300px, 27.778vw, 400px));
  }
  .project-card__bottom {
    flex-direction: column;
  }
  .other-card__bottom {
    flex-direction: column;
  }
  .projects-slider .swiper-slide {
    grid-template-columns: 100%;
  }
  .cta-slider {
    order: -1;
    max-width: initial;
    justify-self: center;
    margin: 0 0 20px;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .blog__posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .program-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .options-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .house-list {
    grid-template-columns: repeat(auto-fill, minmax(430px, 1fr));
  }
  .cta-slider .swiper-slide img,
  .cta-slider .swiper-slide picture,
  .cta-slider .swiper-slide video {
    border-radius: clamp(30px, 4.883vw, 50px);
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .mobile__menu-locations__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer__tabs-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .mobile__menu-locations__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .header__logo {
    width: clamp(131px, 26.172vw, 201px);
    height: clamp(31px, 6.25vw, 48px);
  }
  .footer__locations {
    width: 100%;
  }
  .footer__tabs {
    min-width: initial;
  }
  .footer__tabs .tabs-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__tabs .tabs-nav__btn {
    width: 100%;
  }
  .footer__tabs .tabs-nav__btn span {
    min-width: initial;
    width: 100%;
    padding: 12px 24px;
  }
  .footer__tabs-links {
    grid-template-columns: repeat(2, 1fr);
  }
  .post-nav__btn {
    border: 1px solid var(--br-d);
    border-radius: 24px;
    padding: 16px;
    grid-gap: 17px 10px;
    align-items: center;
  }
  .post-nav__text {
    grid-column: 1/-1 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }
  .single-project .slider-btn {
    display: none;
  }
  .project-map__frame .location-card__tags {
    flex-wrap: wrap;
  }
  .info-list {
    grid-template-columns: 100%;
  }
  .services-list {
    grid-template-columns: 100%;
  }
  .items-list {
    grid-template-columns: 100%;
  }
  .step-list {
    padding-left: 15px;
  }
  .step-list__item:after {
    transform: translate(-50%, 35%);
  }
  .our-card {
    min-height: 340px;
  }
  .project-card__slider .slider-btn {
    display: none;
  }
  .project-card__slider .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .project-card__tags {
    flex-wrap: wrap;
  }
  .project-card__bottom {
    bottom: 40px;
  }
  .other-card__slider .slider-btn {
    display: none;
  }
  .other-card__slider .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .other-card__tags {
    flex-wrap: wrap;
  }
  .other-card__bottom {
    bottom: 40px;
  }
}
@media (max-width: 575px) {
  .button {
    width: 100%;
  }
  .mobile__controls {
    flex-direction: column;
  }
  .mobile__controls .main-button {
    width: 100%;
    height: clamp(40px, 4.688vw, 48px);
  }
  .header .burger {
    --burger-width: 22px;
    --burger-height: 34px;
  }
  .footer {
    padding-bottom: 75px;
  }
  .footer__wrapp {
    padding: 16px;
  }
  .footer__tabs .tabs-nav {
    grid-template-columns: 100%;
  }
  .footer__dev {
    display: none;
  }
  .section-wrapper__coll {
    gap: 36px;
  }
  .section-wrapper .section-cta {
    margin: 36px 0;
  }
  .blog .breadcrumbs {
    margin-bottom: 24px;
  }
  .blog__posts {
    grid-template-columns: 100%;
  }
  .blog-post__share {
    flex-direction: column;
    width: 100%;
  }
  .single-project {
    padding-bottom: 0;
  }
  .single-project .container {
    padding: 0;
  }
  .single-project__tags {
    top: 54px;
    left: 12px;
    right: 12px;
  }
  .single-project__slider {
    position: absolute;
    inset: 0;
  }
  .single-project .swiper-pagination {
    right: initial;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
  }
  .single-project__content {
    position: relative;
    padding: 54px 12px 65px;
    display: flex;
    align-items: flex-end;
  }
  .single-project__content .editor {
    position: relative;
    z-index: 5;
  }
  .project-map__box .editor .main-button {
    width: -moz-fit-content;
    width: fit-content;
  }
  .project-map__frame .gm-style-iw {
    max-width: 320px !important;
  }
  .project-map__frame .location-card {
    width: 300px;
  }
  .main-form__labels {
    grid-template-columns: 100%;
  }
  .mobile-btns {
    display: flex;
    width: 100vw;
    position: fixed;
    bottom: 0;
    z-index: 20;
    background: rgba(41, 41, 41, 0.5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
  .mobile-btns__box {
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .mobile-btns__box .main-button {
    width: 100%;
  }
  .program-list {
    grid-template-columns: 100%;
  }
  .options-list {
    grid-template-columns: 100%;
  }
  .options-list__box {
    flex-direction: column;
  }
  .our-list {
    grid-template-columns: 100%;
  }
  .content-list {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: calc(100% + var(--container-offset) * 2);
    padding: 0 var(--container-offset);
    scroll-snap-type: x mandatory;
  }
  .content-list__item {
    scroll-margin: 20px;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }
  .house-list {
    grid-template-columns: 100%;
  }
  .step-list__item * {
    padding-left: 25px;
  }
  .step-list__item .h1:first-of-type,
  .step-list__item .h2:first-of-type,
  .step-list__item .h3:first-of-type,
  .step-list__item .h4:first-of-type,
  .step-list__item .h5:first-of-type,
  .step-list__item .h6:first-of-type,
  .step-list__item h1:first-of-type,
  .step-list__item h2:first-of-type,
  .step-list__item h3:first-of-type,
  .step-list__item h4:first-of-type,
  .step-list__item h5:first-of-type,
  .step-list__item h6:first-of-type {
    padding-left: 53px;
  }
  .content-card {
    width: 280px;
  }
  .content-card > svg {
    height: 165px;
  }
  .house-card {
    min-height: 340px;
  }
  .house-card__image {
    top: -30px;
    right: -20px;
    width: 250px;
    height: 250px;
  }
  .house-card__title {
    max-width: 100%;
  }
  .house-card p {
    max-width: 100%;
    -webkit-line-clamp: 3;
  }
  .cta-slider {
    width: 600px;
  }
  .cta-slider .swiper-slide img,
  .cta-slider .swiper-slide picture,
  .cta-slider .swiper-slide video {
    border-radius: clamp(30px, 6.944vw, 40px);
  }
}
@media (hover: hover) {
  .button--red:hover {
    border: 2px solid var(--br-g);
    background: var(--br-g);
  }
  .button--blue:hover {
    background: var(--bg-i);
    border: 2px solid var(--br-i);
  }
  .button--bordered:hover {
    border: 2px solid var(--br-d);
    background: var(--bg-e);
  }
  .main-button--red:hover {
    border: 2px solid var(--br-g);
    background: var(--br-g);
  }
  .main-button--blue:hover {
    background: var(--bg-i);
    border: 2px solid var(--br-i);
  }
  .main-button--bordered:hover {
    border: 2px solid var(--br-d);
    background: var(--bg-e);
  }
  .slider-btn:hover svg {
    transform: scale(1.2);
  }
  .header__nav-services__adds > a:hover span {
    color: var(--cl-a);
  }
  .header__nav-services__adds > a:hover > div::before {
    background: rgba(41, 41, 41, 0);
  }
  .header__nav-types > a:hover span {
    color: var(--cl-a);
  }
  .header__nav-types > a:hover > div::before {
    background: rgba(41, 41, 41, 0);
  }
  .header__social:hover {
    background: var(--bg-f);
    color: var(--cl-a);
  }
  .footer__social:hover {
    background: var(--bg-f);
    color: var(--cl-a);
  }
  .footer__pages-link:hover {
    color: var(--cl-a);
  }
  .blog-post__share .addtoany_list a:hover {
    color: var(--cl-a);
  }
  .blog-post__share .addtoany_list a:hover svg {
    transform: scale(1.2);
  }
  .project-map__frame .location-card__link:hover {
    background: var(--bg-i);
    border: 2px solid var(--br-i);
  }
}
@media (hover: none) {
  .button--red:active {
    border: 2px solid var(--br-g);
    background: var(--br-g);
  }
  .button--blue:active {
    background: var(--bg-i);
    border: 2px solid var(--br-i);
  }
  .button--bordered:active {
    border: 2px solid var(--br-d);
    background: var(--bg-e);
  }
  .main-button--red:active {
    border: 2px solid var(--br-g);
    background: var(--br-g);
  }
  .main-button--blue:active {
    background: var(--bg-i);
    border: 2px solid var(--br-i);
  }
  .main-button--bordered:active {
    border: 2px solid var(--br-d);
    background: var(--bg-e);
  }
  .slider-btn:active svg {
    transform: scale(1.2);
  }
  .header__nav-services__adds > a:active span {
    color: var(--cl-a);
  }
  .header__nav-services__adds > a:active > div::before {
    background: rgba(41, 41, 41, 0);
  }
  .header__nav-types > a:active span {
    color: var(--cl-a);
  }
  .header__nav-types > a:active > div::before {
    background: rgba(41, 41, 41, 0);
  }
  .header__social:active {
    background: var(--bg-f);
    color: var(--cl-a);
  }
  .footer__social:active {
    background: var(--bg-f);
    color: var(--cl-a);
  }
  .footer__pages-link:active {
    color: var(--cl-a);
  }
  .blog-post__share .addtoany_list a:active {
    color: var(--cl-a);
  }
  .blog-post__share .addtoany_list a:active svg {
    transform: scale(1.2);
  }
  .project-map__frame .location-card__link:active {
    background: var(--bg-i);
    border: 2px solid var(--br-i);
  }
}
/*# sourceMappingURL=style.css.map */

/* NEW */
/* NEW */
/* NEW */

.blog-post .editor ul li,
.blog-post .editor ul,
.editor ul li,
.editor ul {
  list-style: disc;
}

.project-map__box ul li,
.project-map__box ul {
  list-style: none !important;
}

.section-contacts__wrapp:after,
.section-roofs__wrapp:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000, transparent);
  width: 100%;
  height: 60%;
  border-radius: 12px;
}

.section-contacts__box,
.section-roofs__box {
  position: relative;
  z-index: 1;
}

*[hidden] {
  display: none !important;
}
