@charset "UTF-8";
.container-medium {
  width: min(1180px, 100% - 30px);
  margin-inline: auto;
}.breadcrumb-wrapper + section.domofon {
  padding-top: 10px;
}.domofon__title {
  font-family: "FuturaPT-Bold";
  color: #111827;
  margin-bottom: 40px;
}.domofon__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}.domofon__item {
  border: 1px solid #ececec;
  border-radius: 25px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}.domofon__item-img {
  overflow: hidden;
}.domofon__item-img img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  transition: 0.3s;
}.domofon__item-img:hover img {
  transform: scale(1.05);
}.domofon__item-content {
  padding: 25px 20px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}.domofon__item-info {
  margin-bottom: 35px;
}.domofon__item-info a {
  margin-bottom: 20px;
}.domofon__item-info a:hover h2 {
  color: #A1D637;
}.domofon__item-info h2 {
  font-family: "FuturaPT-Bold";
  color: #111827;
  font-size: 27px;
  transition: 0.3s;
}.domofon__item-btn {
  margin-top: auto;
  background: #A1D637;
}.app-banner__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 32px;
  color: #fff;
}.app-banner .app-banner__info {
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}.app-banner__qr-wrap {
  margin-top: 12px;
  display: flex;
  gap: 30px;
  justify-content: flex-start;
}
.app-banner__qr-wrap > div {
  width: 140px;
  flex-shrink: 0;
}.app-banner__qr-wrap a {
  display: block;
  cursor: pointer;
}.app-banner__qr-caption {
  display: block;
  margin-top: 8px;
  text-align: center;
  color: #A1D637;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease, text-decoration-color .2s ease;
}.app-banner__qr-wrap a:hover .app-banner__qr-caption,
.app-banner__qr-wrap a:focus .app-banner__qr-caption {
  text-decoration: underline;
}.app-banner__qr-wrap img {
  width: 100%;
  height: auto;
}.faq__title--new h3 {
  color: #111827;
}.accordion--new .accordion__item {
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 21px 24px 20px;
  background: #f9f9f9;
}.accordion--new .accordion__label h5 {
  line-height: 1.35;
}.accordion--new .accordion__label span {
  border-radius: 4px;
  width: 30px;
  height: 30px;
}.accordion--new .accordion__label.active span {
  background-color: #a1d637;
  transform: rotate(0deg);
}.accordion--new .accordion__label.active span::before {
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}.accordion--new .accordion__label.active span::after {
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(135deg);
}.accordion--new .accordion__info p {
  line-height: 1.35;
}.screen__title {
  font-family: "FuturaPT-Heavy";
  color: #111827;
  text-align: center;
  margin-bottom: 24px;
}.screen__items {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}.screen__item {
  display: flex;
  border: 1px solid #ececec;
  border-radius: 16px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}.screen__item-img {
  flex-shrink: 0;
}.screen__item-img img {
  width: 100%;
  height: auto;
}.screen__item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}.screen__item-title {
  font-family: "FuturaPT-Bold";
  color: #111827;
}.screen__link {
  font-family: "FuturaPT-Heavy";
  font-size: 16px;
  line-height: 1.25;
  color: #A1D637;
  transition: 0.3s;
}.screen__link:hover {
  color: #4b7100;
}.app-content__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}.app-content__item-img img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}.app-content__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -10%;
}.app-content__info h2 {
  font-family: "FuturaPT-Heavy";
  color: #111827;
  line-height: 1;
  margin-bottom: 20px;
}.app-content__info p {
  line-height: 1.3;
}.scope__title {
  font-family: "FuturaPT-Bold";
  color: #111827;
  margin-bottom: 30px;
}.scope__items {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}.scope__item {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  border: 1px solid #ececec;
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}.scope__item p {
  font-family: "FuturaPT-Bold";
  margin-top: 10px;
}.card-intro {
  padding: 50px 0;
}.card-intro__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}.card-intro__item {
  border: 1px solid #ececec;
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
}.card-intro__img {
  aspect-ratio: 1.6;
}.card-intro__img img {
  max-width: 100%;
  height: auto;
}.card-intro__content {
  padding: 24px 16px;
}.card-intro__content b {
  font-family: "FuturaPT-Bold";
  font-size: 18px;
  color: #111827;
  margin-bottom: 16px;
}.tariff__title {
  font-family: "FuturaPT-Heavy";
  color: #111827;
  margin-bottom: 40px;
}.tariff__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}.tariff__item {
  border-radius: 16px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}.tariff__item:nth-child(even) .tariff__item-top {
  background: linear-gradient(98.62deg, #A1D637 0%, #213436 100%), radial-gradient(67.93% 67.93% at 90.36% 12.84%, rgba(143, 190, 49, 0.2) 0%, rgba(143, 190, 49, 0) 100%);
}.tariff__item-top {
  position: relative;
  color: #fff;
  background: linear-gradient(180deg, #32494c 0%, #213436 100%), radial-gradient(67.93% 67.93% at 90.36% 12.84%, rgba(143, 190, 49, 0.2) 0%, rgba(143, 190, 49, 0) 100%);
  min-height: 109px;
  padding: 14px;
  display: flex;
  align-items: center;
}.tariff__item-top svg {
  position: absolute;
  top: 0;
  right: 0;
}.tariff__item-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}.tariff__item-info {
  line-height: 1.25;
  margin-bottom: 32px;
}.tariff__item-info p {
  color: #111827;
}.tariff__item-info ul {
  font-size: 14px;
  color: #3f3f46;
  list-style: initial;
  padding-left: 16px;
  margin-bottom: 10px;
}.tariff__btn {
  margin-top: auto;
  width: 100%;
  height: auto;
  font-size: 14px;
  padding: 15px 10px;
}@media (min-width: 575px){
.tariff__items {
    grid-template-columns: 1fr 1fr;
  }
}@media (min-width: 650px){
.screen__item-content {
    padding: 16px;
  }
}@media (min-width: 768px){
.domofon__content {
    grid-template-columns: 1fr 1fr;
  }.accordion--new .accordion__label.active:hover h5 {
    color: #111827;
  }.accordion--new .accordion__info {
    padding-right: 10%;
  }.screen__items {
    grid-template-columns: 1fr 1fr;
  }.app-content__item {
    margin-bottom: 0;
  }.app-content__item:nth-child(odd) {
    flex-direction: row;
  }.app-content__item:nth-child(odd) .app-content__info {
    padding-right: 0;
  }.app-content__item:nth-child(even) {
    flex-direction: row-reverse;
  }.app-content__item:nth-child(even) .app-content__info {
    padding-left: 0;
  }.app-content__item-img {
    width: 50%;
  }.app-content__info {
    width: 50%;
    padding: 25px;
    margin-top: 0;
    align-items: flex-start;
  }.app-content--card .app-content__item:nth-child(odd) {
    flex-direction: row-reverse;
  }.app-content--card .app-content__item:nth-child(odd) .app-content__info {
    padding-left: 0;
    padding-right: 25px;
  }.app-content--card .app-content__item:nth-child(even) {
    flex-direction: row;
  }.app-content--card .app-content__item:nth-child(even) .app-content__info {
    padding-right: 0;
    padding-left: 25px;
  }.scope__items {
    grid-template-columns: 1fr 1fr 1fr;
  }.card-intro__items {
    grid-template-columns: 1fr 1fr 1fr;
  }.app-content--home .app-content__item:not(:last-child) {
    margin-bottom: 24px;
  }.app-content--home .app-content__info {
    width: 48%;
  }.app-content--home .app-content__item-img {
    width: 52%;
  }
}@media (min-width: 1120px){
.screen__item-content {
    padding: 25px;
  }.tariff__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}@media (max-width: 1119px){
.screen__item-img {
    width: 100px;
  }.screen__item-title {
    font-size: 17px;
  }.scope__item svg {
    width: 60px;
    height: 60px;
  }
}@media (max-width: 767px){
.app-banner__qr-wrap {
    justify-content: center;
    gap: 0;
  }.app-banner__qr-wrap > div {
    width: 50%;
    text-align: center;
  }.app-banner__qr-wrap a {
    display: inline-block;
    width: 70%;
    max-width: 140px;
  }.app-content__info h2 {
    text-align: center;
  }.app-content__info p {
    text-align: center;
  }.app-content--card .app-content__item:last-child .app-content__info {
    margin-top: 20px;
  }.app-content--home .app-content__info {
    margin-top: 24px;
  }
}@media (max-width: 649px){
.screen__item-img {
    width: 65px;
  }.screen__item-title {
    font-size: 15px;
  }.screen__link {
    font-size: 14px;
  }
}@media (max-width: 575px){
.card-intro {
    padding: 40px 0;
  }
}
.app-banner .app-banner__info h1 {
  font-family: "FuturaPT-Bold";
  font-size: 40px;
  line-height: 1.2;
}

/* Уменьшение hero-баннера ТОЛЬКО на /prilozhenie/ — крупновато относительно макета 4.4. chastnogo/kvartiryi (.app-banner--home) не затронуты, там масштаб уже подтверждён. */
.app-banner:not(.app-banner--home) .app-banner__info h1 {
  font-size: 32px;
}
.app-banner:not(.app-banner--home) .app-banner__info p {
  margin-top: 8px;
}
