.smart-intercom-main {
  --si-accent: #ee7f30;
  --si-orange: #ff6b00;
  --si-text: #3a3d42;
  --si-dark: #3d3936;
  --si-blue: #3097ee;
  --si-line: #b4b4b4;
  --si-shadow: 0 8.23487px 31.4984px rgba(0, 0, 0, 0.15);

  font-family: "Montserrat", sans-serif;
}

.main.main ul {
  list-style: inherit; 
  padding-left: 0px;
  margin-bottom: 0px;
}

.si-hero {
  position: relative;
  width: 950px;
  max-width: 100%;
  min-height: 130px;
  margin-bottom: 20px;
  z-index: 1;
}

.si-hero__copy {
  width: 552px;
  max-width: 100%;
}

.si-hero h1 {
  margin: 0;
  color: #212529;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.si-hero p {
  margin-top: 46px;
  color: var(--si-dark);
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.3px;
}

.si-hero__image {
position: absolute;
left: 580px;
top: 0px;
width: 460px;
transform: rotate(1.08deg);
transform-origin: left top;
z-index: 0;
pointer-events: none;
}

.si-hero__image img {
  width: 100%;
  display: block;
}

.si-card {
  border: 0;
  border-radius: 25px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 100%);
  box-shadow: var(--si-shadow);
  backdrop-filter: blur(12.5582px);
  -webkit-backdrop-filter: blur(12.5582px);
}

.si-app {
  position: relative;
  z-index: 2;
  width: 747px;
  max-width: none;
  overflow: visible;
  margin-left: -30px;
}

.si-install-section {
  position: relative;
  width: 747px;
  max-width: none;
  border-radius: 25px;
  background: #fff;
  top: -80px;
  width: 683px;
  margin-left: 2px;
}

.si-install-section::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  box-shadow: 0 8.23487px 31.4984px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  z-index: 0;
}

.si-app::after {
  content: "";
  position: absolute;
  left: var(--si-app-shadow-left, 2px);
  top: var(--si-app-shadow-top, 3px);
  width: var(--si-app-shadow-width, 745px);
  height: var(--si-app-shadow-height, 615px);
background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20747%20619%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cfilter%20id%3D%22sh%22%20x%3D%22-7%25%22%20y%3D%22-3%25%22%20width%3D%22114%25%22%20height%3D%22130%25%22%20color-interpolation-filters%3D%22sRGB%22%3E%20%20%20%20%20%20%3CfeMorphology%20in%3D%22SourceAlpha%22%20operator%3D%22dilate%22%20radius%3D%220%22%20result%3D%22m%22%2F%3E%20%20%20%20%20%20%3CfeGaussianBlur%20in%3D%22m%22%20stdDeviation%3D%2214%22%20result%3D%22b%22%2F%3E%20%20%20%20%20%20%3CfeOffset%20in%3D%22b%22%20dx%3D%220%22%20dy%3D%2212%22%20result%3D%22o%22%2F%3E%20%20%20%20%20%20%3CfeFlood%20flood-color%3D%22%23000000%22%20flood-opacity%3D%220.16%22%20result%3D%22f%22%2F%3E%20%20%20%20%20%20%3CfeComposite%20in%3D%22f%22%20in2%3D%22o%22%20operator%3D%22in%22%20result%3D%22s%22%2F%3E%20%20%20%20%20%20%3CfeComposite%20in%3D%22s%22%20in2%3D%22SourceAlpha%22%20operator%3D%22out%22%20result%3D%22so%22%2F%3E%20%20%20%20%20%20%3CfeMerge%3E%20%20%20%20%20%20%20%20%3CfeMergeNode%20in%3D%22so%22%2F%3E%20%20%20%20%20%20%3C%2FfeMerge%3E%20%20%20%20%3C%2Ffilter%3E%20%20%3C%2Fdefs%3E%20%20%3Cpath%20d%3D%22M31.4984%2048.2635C31.4984%2034.4564%2042.6912%2023.2635%2056.4984%2023.2635H427.227C430.703%2023.2635%20434.141%2023.9883%20437.321%2025.3915L599.176%2096.8173C602.356%2098.2205%20605.794%2098.9453%20609.269%2098.9453H690.498C704.305%2098.9453%20715.498%20110.138%20715.498%20123.945V553.263C715.498%20567.071%20704.305%20578.263%20690.498%20578.263H56.4983C42.6912%20578.263%2031.4984%20567.071%2031.4984%20553.263V48.2635Z%22%20fill%3D%22%23000%22%20filter%3D%22url(%23sh)%22%2F%3E%3C%2Fsvg%3E");

  background-repeat: no-repeat;
  background-size: var(--si-app-shadow-bg-size, 100% 100%);
  background-position: var(--si-app-shadow-bg-pos, center);
  filter: var(--si-app-shadow-filter, drop-shadow(0 8.23487px 31.4984px rgba(0, 0, 0, 0.15)));
  -webkit-filter: var(--si-app-shadow-filter, drop-shadow(0 8.23487px 31.4984px rgba(0, 0, 0, 0.15)));
  z-index: 1;
  pointer-events: none;
}

.si-app__feature-box {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  isolation: isolate;
  width: 747px;
  height: 619px;
padding: 80px 80px 0px;
  backdrop-filter: blur(12.5582px);
  -webkit-backdrop-filter: blur(12.5582px);
  clip-path: path("M31.4984 48.2635C31.4984 34.4564 42.6912 23.2635 56.4984 23.2635H427.227C430.703 23.2635 434.141 23.9883 437.321 25.3915L599.176 96.8173C602.356 98.2205 605.794 98.9453 609.269 98.9453H690.498C704.305 98.9453 715.498 110.138 715.498 123.945V553.263C715.498 567.071 704.305 578.263 690.498 578.263H56.4983C42.6912 578.263 31.4984 567.071 31.4984 553.263V48.2635Z");
  -webkit-clip-path: path("M31.4984 48.2635C31.4984 34.4564 42.6912 23.2635 56.4984 23.2635H427.227C430.703 23.2635 434.141 23.9883 437.321 25.3915L599.176 96.8173C602.356 98.2205 605.794 98.9453 609.269 98.9453H690.498C704.305 98.9453 715.498 110.138 715.498 123.945V553.263C715.498 567.071 704.305 578.263 690.498 578.263H56.4983C42.6912 578.263 31.4984 567.071 31.4984 553.263V48.2635Z");
  filter: none;
  -webkit-filter: none;
  overflow: visible;
}

.si-app__feature-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: var(--si-app-stroke-bg-size, calc(100%) 100%);
  background-position: var(--si-app-stroke-bg-pos, 0px 0);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0.5%200.5%20746%20618' fill='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0%25' stop-color='%23E2E2E2'/%3E%3Cstop offset='100%25' stop-color='%23FFDFC2'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M56.4984 24.2635H427.228C430.564 24.2636 433.865 24.9594 436.917 26.3065L598.773 97.7322C602.08 99.1915 605.654 99.9451 609.269 99.9451H690.498C703.753 99.9451 714.498 110.69 714.498 123.945V553.263C714.498 566.518 703.753 577.263 690.498 577.263H56.4984C43.2435 577.263 32.4984 566.518 32.4984 553.263V48.2635C32.4984 35.0087 43.2435 24.2635 56.4984 24.2635Z' stroke='url(%23g)' stroke-opacity='0.9' stroke-width='1' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
  z-index: 1;
  pointer-events: none;
}

.si-app__feature-box::after {
  content: none;
}

.si-app__feature-box > * {
  position: relative;
  z-index: 2;
}


.si-app h2 {
  margin: 0;
  color: var(--si-dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.si-app h2 span {
  color: var(--si-accent);
}

.si-app__hicon {
  width: 22px;
  height: 22px;
  border: 0.275px solid #eee;
  border-radius: 2.75px;
  background: #fff;
  box-shadow: 1px 1px 3.8px rgba(0, 0, 0, 0.24);
}

.si-feature-list {
  margin-top: 38px;
width: 530px;
  max-width: 100%;
  padding-left: 0px!important;
}

.si-feature-list li {
  position: relative;
  min-height: 39px;
  border-bottom: 1.02936px solid var(--si-line);
  padding: 0 0 0 31px;
  color: var(--si-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.si-feature-list li::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 15px;
  width: 19px;
  height: 8px;
  border-radius: 4px;
  background: #ff7a1c;
  box-shadow: inset 0 0.8px 1.67px rgba(0, 0, 0, 0.25);
}

.si-feature-list li::before {
  content: "";
  position: absolute;
  left: 11.5px;
  top: 16px;
  width: 9.5px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  z-index: 1;
}

.si-app__desc {
  margin-top: 42px;
  max-width: 526px;
  color: var(--si-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
}

.si-install {
  position: relative;
  z-index: 1;
  isolation: isolate;
  margin: 0;
  border-radius: 25px;
  box-shadow: none;
  border: 0;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(12.5582px);
  -webkit-backdrop-filter: blur(12.5582px);
  padding: 80px 40px 70px;
  overflow: visible;
}

.si-install::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(226, 226, 226, 0.9) 0%, rgba(255, 223, 194, 0.9) 100%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.si-install-::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.01);
  filter: drop-shadow(0 8.23487px 31.4984px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0 8.23487px 31.4984px rgba(0, 0, 0, 0.15));
  z-index: -1;
  pointer-events: none;
}

.si-install > * {
  position: relative;
  z-index: 2;
}

.si-install__head {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  align-items: center;
  column-gap: 33px;
}

.si-install__head img {
  width: 80px;
  height: 80px;
  border: 1px solid #b2b2b2;
  border-radius: 10px;
}

.si-install__head h3 {
  margin: 0;
  max-width: 464px;
  color: var(--si-text);
  font-size: 24px;
  font-weight: 500;
  line-height: 21px;
}

.si-install__stores {
  margin-top: 23px;
  display: flex;
  gap: 51px;
}

.si-install__stores a {
  width: 262px;
  height: auto;
  border: 1px solid rgba(226, 226, 226, 0.8);
  border-radius: 12px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.si-install__stores a:hover,
.si-install__stores a:focus-visible {
  border-color: #ff7a1c;
  box-shadow: 0 0 0 2px rgba(255, 122, 28, 0.25);
  transform: translateY(-2px);
}

.si-install__stores img {
  display: block;
  width: 262px;
  height: auto;
}

.si-install__cta {
  margin-top: 41px;
  width: 576px;
  height: 62px;
  border-radius: 9px;
  border: 1px solid #c8c8c8;
  background: #ff6d00;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

.si-tariffs {
  position: relative;
  margin-top: 20px;
  width: 950px;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
  isolation: isolate;
}

.si-tariffs__head {
  position: relative;
  min-height: 129px;
  z-index: 1;
}

.si-tariffs__head h2 {
  margin: 0;
  color: var(--si-dark);
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.3px;
  position: relative;
  z-index: 3;
}

.si-tariffs__head p {
  max-width: 534px;
  color: var(--si-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  z-index: 3;
}

.si-tariffs__head p:first-of-type {
  margin-top: 33px;
}

.si-tariffs__head img {
  position: absolute;
  right: -67px;
  top: -61px;
  width: 504px;
  transform: rotate(15deg);
  z-index: 1;
  pointer-events: none;
}

.si-tariffs__grid {
  margin-top: 41px;
  width: 934px;
  max-width: 100%;
  display: flex;
  gap: 6px;
  position: relative;
  z-index: 2;
}

.si-tariff {
  min-height: 585px;
  border: 1px solid rgba(226, 226, 226, 0.8);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: none;
  backdrop-filter: blur(12.5582px);
  -webkit-backdrop-filter: blur(12.5582px);
  padding: 65px 40px 53px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible;
  isolation: isolate;
  cursor: pointer;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.si-tariff::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  box-shadow: 0 8.23487px 31.4984px rgba(0, 0, 0, 0.15);
  z-index: 0;
  pointer-events: none;
}

.si-tariff > * {
  position: relative;
  z-index: 1;
}

.si-tariff.is-featured {
  border: 1px solid rgba(226, 226, 226, 0.8);
}

.si-tariff:hover,
.si-tariff:focus-within {
  border-color: #ff7a1c;
  box-shadow: 0 0 0 2px rgba(255, 122, 28, 0.25);
  transform: translateY(-2px);
}

.si-tariff.is-featured:hover,
.si-tariff.is-featured:focus-within {
  box-shadow: 0 0 0 3px rgba(255, 122, 28, 0.28);
}

.si-tariff h3 {
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  position: relative;
  z-index: 2;
}

.si-tariff__list {
  list-style: none;
  padding: 0;
  padding-left: 0;
  margin-top: 63px;
  position: relative;
  z-index: 2;
}

.si-tariff li {
  list-style: none;
  position: relative;
  min-height: 18px;
  margin-bottom: 35px;
  padding-left: 24px;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

.si-tariff li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15.69px;
  height: 15.69px;
  border-radius: 1.38px;
  background: #ff7a1c;
  box-shadow: inset -0.34px 0.34px 0.69px rgba(255, 255, 255, 0.32), 0.71px 0.71px 1.43px rgba(0, 0, 0, 0.17);
}

.si-tariff li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 7px;
  height: 1px;
  border-radius: 1px;
  background: #fff;
}

.si-tariff li.has-feature-icon {
  padding-left: 24px;
}

.si-tariff li.has-feature-icon::before,
.si-tariff li.has-feature-icon::after {
  display: none;
}

.si-tariff__feature-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.si-tariff__feature-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.si-tariff__feature-strong {
  font-weight: 700;
}

.si-tariff__feature-light {
  font-weight: 300;
}

.si-tariff__feature-main {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 6px;
  white-space: nowrap;
}

.si-tariff li:nth-child(2)::before {
  width: 16px;
  height: 16.08px;
  border: 0.2px solid #eee;
  border-radius: 2px;
  background: #fff url("../img/smart-dom-v2/app-icon.png") center / cover no-repeat;
  box-shadow: 0.71px 0.71px 1.43px rgba(0, 0, 0, 0.17);
}

.si-tariff li:nth-child(2)::after {
  display: none;
}

.si-tariff li.has-feature-icon:nth-child(2)::before,
.si-tariff li.has-feature-icon:nth-child(2)::after {
  display: none !important;
}

.si-tariff li:last-child {
  margin-bottom: 0;
}

.si-tariff li small {
  display: inline-block;
  margin-left: 10px;
  color: #000;
  font-size: 8px;
  font-weight: 300;
  line-height: 10px;
}

.si-tariff__price {
  margin-top: auto;
  color: var(--si-orange);
  font-size: 35px;
  font-weight: 500;
  line-height: 43px;
  display: flex;
  align-items: baseline;
  gap: 0;
  position: relative;
  z-index: 2;
}

.si-tariff__price span {
  margin-left: 10px;
  color: #000;
  font-size: 26px;
  font-weight: 100;
  line-height: 30px;
}

.si-tariff__btn {
  margin: 45px auto 0;
  width: 212px;
  min-height: 41px;
  border-radius: 5px;
  border: 0;
  background: var(--si-orange);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  text-transform: lowercase;
  position: relative;
  z-index: 2;
}

.si-tariff__note {
  margin-top: 19px;
  text-align: center;
  color: #000;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
  position: relative;
  z-index: 2;
}

.si-classic {
  position: relative;
  margin-top: 132px;
  width: 950px;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.si-classic__head {
  position: relative;
  min-height: 170px;
  margin-bottom: 0;
}

.si-classic__head h2 {
  margin: 0;
  color: var(--si-dark);
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.si-classic__head p {
  margin-top: 53px;
  max-width: 594px;
  color: var(--si-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.si-classic__head img {
  position: absolute;
  right: -39px;
  top: -86px;
  width: 389.58px;
  z-index: 0;
  pointer-events: none;
}

.si-panel {
  position: relative;
  width: 716px;
  max-width: 100%;
  border: 1px solid rgba(226, 226, 226, 0.8);
  border-radius: 30.8808px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: blur(12.5582px);
  -webkit-backdrop-filter: blur(12.5582px);
  overflow: visible;
  z-index: 1;
}

.si-panel::before {
  content: none;
}

.si-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  box-shadow: 0 8.23487px 31.4984px rgba(0, 0, 0, 0.15);
  z-index: 0;
  pointer-events: none;
}

.si-panel > * {
  position: relative;
  z-index: 1;
}

.si-panel--install {
  width: 716px;
  min-height: 292px;
  margin-top: 0;
  margin-left: 6px;
  padding: 76px 0 0;
  z-index: 3;
}

.si-panel--keys {
  min-height: 509px;
  margin-left: 6px;
  margin-top: -69px;
  z-index: 2;
}

.si-panel--palette {
  min-height: 509px;
  margin-left: 6px;
  margin-top: -161px;
}

.si-price-row {
  position: relative;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 98px 0 60px;
}

.si-price-row::after {
  content: "";
  position: absolute;
  left: 60px;
  right: 98px;
  bottom: 0;
  height: 1px;
  background: rgba(180, 180, 180, 0.95);
}

.si-price-row span {
  color: #000;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.si-price-row strong {
  font-weight: 700;
}

.si-price-row b {
  color: var(--si-orange);
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.si-price-row b span {
  margin-left: 4px;
  color: #000;
  font-weight: 400;
}

.si-panel h3 {
  margin: 0;
  padding: 56px 64px 24px;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  text-transform: uppercase;
}

.si-panel--keys h3 {
  padding: 124px 64px 32px;
}

.si-panel--palette h3 {
  padding: 221px 64px 35px;
}

.si-keys {
  padding-bottom: 65px;
}

.si-keys li {
  position: relative;
  min-height: 76px;
  display: grid;
  grid-template-columns: 68px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 0 98px 0 60px;
}

.si-keys li::after {
  content: "";
  position: absolute;
  left: 60px;
  right: 98px;
  bottom: 0;
  height: 1px;
  background: rgba(180, 180, 180, 0.95);
}

.si-keys img {
  width: 42px;
  height: 58px;
  object-fit: contain;
}

.si-keys span {
  color: #000;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.si-keys b {
  color: var(--si-orange);
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.si-keys b span {
  margin-left: 4px;
  color: #000;
  font-weight: 400;
}

.si-palette {
  display: flex;
  padding: 0 0 58px;
  margin-left: -24px;
  overflow: visible;
}

.si-palette img {
  width: 233.12px;
  max-width: none;
  height: 166.52px;
  object-fit: cover;
}

.si-palette img + img {
  margin-left: -65px;
}

.si-connect {
  margin-top: 49px;
  width: 950px;
  max-width: 100%;
  padding: 70px 0 0;
}

.si-connect h2 {
  margin: 0;
  color: var(--si-text);
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.si-connect h2 span {
  position: relative;
  margin-left: 6px;
  color: var(--si-blue);
}

.si-connect h2 span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -20px;
  top: 21px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--si-blue);
}

.si-connect__grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 432.5px minmax(0, 432.5px);
  column-gap: 85px;
}

.si-form label {
  display: block;
  margin-bottom: 22px;
  padding-left: 16px;
  color: rgba(58, 61, 66, 0.4);
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: -0.26px;
}

.si-form input {
  display: block;
  width: 400px;
  max-width: 400px;
  height: 48px;
  margin-top: 6px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff;
  color: var(--si-text);
  font-size: 16px;
  padding: 0 16px;
}

.si-form input.is-error {
  border-color: #ff6347;
}

.si-form__bottom {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-top: 10px;
}

.si-form__bottom .btn {
  width: 204.61px;
  min-width: 204.61px;
  min-height: 48px;
  padding: 12px 34.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--si-accent) !important;
  border-radius: 10px;
  background: #fff !important;
  color: var(--si-accent) !important;
  opacity: 0.65;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.3px;
  text-transform: none;
}

.si-form__bottom small {
  position: relative;
  width: 218.89px;
  max-width: 218.89px;
  min-height: 50.86px;
  padding-left: 25px;
  color: var(--si-text);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.26px;
}

.si-form__bottom i {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #767676;
  border-radius: 2.5px;
}

.si-form__bottom a {
  color: var(--si-blue);
  text-decoration: underline;
}

.si-contacts {
  padding: 10px 0 0 70px;
}

.si-contacts h3 {
  margin: 0 0 25px;
  color: var(--si-dark);
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.3px;
}

.si-contacts p {
  margin: 0 0 3.5px;
  color: rgba(58, 61, 66, 0.4);
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: -0.26px;
}

.si-contacts a {
  display: inline-block;
  margin-bottom: 25px;
  color: #191716;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
}

.si-contacts p:last-of-type + a {
  margin-bottom: 0;
  color: var(--si-blue);
  text-decoration: underline;
}

@media (max-width: 1260px) {
  .smart-intercom-main {
    padding-bottom: 56px;
  }

  .si-hero,
  .si-install-section,
  .si-tariffs,
  .si-classic,
  .si-connect,
  .si-tariffs__grid,
  .si-panel,
  .si-panel--install,
  .si-panel--keys,
  .si-panel--palette {
    width: 100%;
    max-width: 100%;
  }

  .si-hero {
    min-height: 160px;
  }

  .si-hero__image {
    left: auto;
    right: 0;
    top: -10px;
    width: 300px;
  }

  .si-app {
    width: 747px;
    max-width: none;
  }

  .si-install-section {
    width: 747px;
    max-width: none;
  }

  .si-app__feature-box {
    width: 747px;
    height: 619px;
    min-height: 0;
    margin: 0 0 -129px -1px;
  }


  .si-install {
    min-height: 0;
    padding: 28px 24px;
  }

  .si-install__cta {
    width: 100%;
    max-width: 576px;
  }

  .si-tariffs__head {
    min-height: 132px;
  }

  .si-tariffs__head img {
    width: 220px;
    right: 0;
    top: -22px;
  }

  .si-tariffs__grid {
    flex-wrap: wrap;
    gap: 14px;
  }

  .si-tariff,
  .si-tariff:last-child {
    width: calc((100% - 28px) / 3);
    min-height: 0;
  }

  .si-tariff:last-child::before {
    display: none;
  }

  .si-tariff h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .si-tariff__price,
  .si-tariff__price span {
    font-size: 32px;
    line-height: 38px;
  }

  .si-classic {
    margin-top: 96px;
  }

  .si-classic__head {
    min-height: 130px;
    margin-bottom: 28px;
  }

  .si-classic__head img {
    width: 290px;
    right: -6px;
    top: -34px;
  }

  .si-panel--install {
    margin-left: 0;
    padding: 24px 0 36px;
  }

  .si-panel--install,
  .si-panel--keys,
  .si-panel--palette {
    min-height: 0;
  }

  .si-panel--keys,
  .si-panel--palette {
    margin-left: 0;
    margin-top: 14px;
  }

  .si-price-row {
    padding: 0 28px;
  }

  .si-price-row::after {
    left: 28px;
    right: 28px;
  }

  .si-panel h3 {
    padding: 34px 28px 20px;
  }

  .si-panel--keys h3,
  .si-panel--palette h3 {
    padding: 34px 28px 20px;
  }

  .si-keys {
    padding-bottom: 26px;
  }

  .si-keys li {
    padding: 0 28px;
    grid-template-columns: 54px 1fr auto;
  }

  .si-keys li::after {
    left: 28px;
    right: 28px;
  }

  .si-palette {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 10px 20px 26px;
    margin-left: 0;
  }

  .si-connect {
    padding-top: 48px;
  }

  .si-connect__grid {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .si-form input {
    width: 100%;
    max-width: 400px;
  }

  .si-palette img {
    width: 100%;
    max-width: 146px;
    height: 140px;
  }

  .si-palette img + img {
    margin-left: 0;
  }

  .si-contacts {
    border-left: 0;
    border-top: 2px solid #eee;
    padding: 20px 0 0;
  }
}

@media (max-width: 899px) {
  .smart-intercom-main__breadcrumb {
    margin-bottom: 18px;
  }

  .si-hero {
    min-height: 0;
    margin-bottom: 36px;
  }

  .si-hero h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .si-hero p {
    margin-top: 24px;
    font-size: 22px;
    line-height: 24px;
  }

  .si-hero__image {
    position: static;
    width: 220px;
    margin: 14px 0 0 auto;
    transform: none;
  }

  .si-app__feature-box {
    width: 747px;
    height: 619px;
    min-height: 0;
  }

  .si-feature-list {
    margin-top: 24px;
    width: 100%;
  }

  .si-install {
    padding: 24px 16px;
  }

  .si-install__head {
    grid-template-columns: 56px minmax(0, 1fr);
    column-gap: 12px;
  }

  .si-install__head img {
    width: 56px;
    height: 56px;
  }

  .si-install__head h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .si-install__stores {
    margin-top: 16px;
    flex-direction: column;
    gap: 10px;
  }

  .si-install__stores a,
  .si-install__cta {
    width: 100%;
  }

  .si-install__cta {
    margin-top: 16px;
    height: 56px;
    font-size: 15px;
    line-height: 21px;
  }

  .si-tariffs {
    margin-top: 56px;
  }

  .si-tariffs__head {
    min-height: 0;
  }

  .si-tariffs__head img {
    position: static;
    width: 160px;
    margin: 14px 0 0 auto;
    transform: none;
  }

  .si-tariffs__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .si-tariff,
  .si-tariff:last-child,
  .si-tariff.is-featured {
    width: 100%;
    padding: 28px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  .si-tariff:last-child::before {
    display: none;
  }

  .si-tariff h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .si-tariff__list {
    margin-top: 24px;
  }

  .si-tariff li {
    margin-bottom: 14px;
  }

  .si-tariff__btn {
    margin-top: 24px;
    width: 100%;
    max-width: 280px;
  }

  .si-classic {
    margin-top: 72px;
  }

  .si-classic__head {
    min-height: 0;
    margin-bottom: 20px;
  }

  .si-classic__head p {
    margin-top: 16px;
  }

  .si-classic__head img {
    position: static;
    width: 220px;
    margin: 12px 0 0 auto;
  }

  .si-panel,
  .si-panel--install,
  .si-panel--keys,
  .si-panel--palette {
    border-radius: 20px;
  }

  .si-panel--install {
    padding: 0;
  }

  .si-panel--keys,
  .si-panel--palette {
    margin-top: 12px;
  }

  .si-price-row {
    min-height: 68px;
    padding: 0 16px;
  }

  .si-price-row::after {
    left: 16px;
    right: 16px;
  }

  .si-price-row span,
  .si-price-row b {
    font-size: 21px;
    line-height: 26px;
  }

  .si-panel h3 {
    padding: 24px 16px 14px;
    font-size: 20px;
    line-height: 24px;
  }

  .si-panel--keys h3,
  .si-panel--palette h3 {
    padding: 24px 16px 14px;
  }

  .si-keys li {
    min-height: 68px;
    padding: 0 16px;
    grid-template-columns: 40px 1fr auto;
    gap: 10px;
  }

  .si-keys li::after {
    left: 16px;
    right: 16px;
  }

  .si-keys img {
    width: 30px;
    height: 40px;
  }

  .si-keys span,
  .si-keys b {
    font-size: 20px;
    line-height: 24px;
  }

  .si-palette {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 8px 12px 16px;
    margin-left: 0;
  }

  .si-palette img {
    max-width: 100%;
    height: 110px;
  }

  .si-connect {
    margin-top: 56px;
    padding-top: 38px;
  }

  .si-connect h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .si-connect h2 span::after {
    right: -15px;
    top: 18px;
  }

  .si-form__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .si-form__bottom .btn {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .smart-intercom-main {
    padding-bottom: 44px;
  }

  .smart-intercom-main__breadcrumb {
    margin-bottom: 14px;
  }

  .smart-intercom-main__breadcrumb li,
  .smart-intercom-main__breadcrumb li a {
    line-height: 22px;
  }

  .si-hero h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .si-hero p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 22px;
  }

  .si-app h2 {
    font-size: 15px;
    line-height: 22px;
  }

  .si-feature-list li {
    font-size: 13px;
  }

  .si-app__desc,
  .si-tariffs__head p,
  .si-classic__head p {
    font-size: 14px;
    line-height: 22px;
  }

  .si-tariffs__head h2,
  .si-classic__head h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .si-tariff h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .si-tariff__price,
  .si-tariff__price span {
    font-size: 28px;
    line-height: 34px;
  }

  .si-tariff li {
    font-size: 14px;
  }

  .si-panel h3 {
    font-size: 18px;
  }

  .si-price-row span,
  .si-price-row b,
  .si-keys span,
  .si-keys b {
    font-size: 18px;
    line-height: 22px;
  }

  .si-palette {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .si-connect {
    margin-top: 48px;
    padding-top: 28px;
  }

  .si-connect h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .si-connect h2 span::after {
    top: 15px;
  }

  .si-form input {
    max-width: 100%;
  }

  .si-form__bottom small {
    width: 100%;
    max-width: 100%;
  }
}

.page-template-page-smart-intercom .main.smart-intercom-main {
  width: 950px;
  max-width: 950px;
  padding-top: 4px;
}

@media (max-width: 1260px) {
  .page-template-page-smart-intercom .container > .page {
    display: block;
  }

  .page-template-page-smart-intercom .container-sidebar {
    width: 100%;
    max-width: 100%;
  }

  .page-template-page-smart-intercom .main.smart-intercom-main {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .page-template-page-smart-intercom .sidebar {
    position: static;
    top: auto;
  }
}
