/* Homepage section blocks — only loaded on MainView (see index.tpl) */
/* Р‘Р»РѕРє В«РћС‚Р·С‹РІС‹В» */
.home-reviews {
  width: 100%;
  margin-top: 160px;
}
.home-reviews__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 70px;
}
.home-reviews__title {
  margin: 0;
  color: #102631;
  font-family: "SONGER SemiExpanded", Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.home-reviews__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #102631;
  font-family: "Onest", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease;
}
.home-reviews__all-icon {
  flex-shrink: 0;
  display: block;
}
.home-reviews__all:hover {
  color: #3033ff;
}
.home-reviews__all:hover .home-reviews__all-icon path {
  fill: #3033ff;
}
.home-reviews__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
}
.home-reviews__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 110%;
  padding: 32px 36px;
  border-radius: 20px;
  background: #F6F6F9;
  box-sizing: border-box;
}
.home-reviews__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.home-reviews__author {
  color: #102631;
  font-family: "Onest", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.home-reviews__stars {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.home-reviews__star {
  display: block;
  flex-shrink: 0;
}
.home-reviews__platform {
  margin-bottom: 14px;
  min-height: 24px;
}
.home-reviews__platform-img {
  display: block;
  max-height: 28px;
  max-width: 160px;
  width: auto;
  object-fit: contain;
}
.home-reviews__platform-img[src*="otzovik"] {
  max-height: 42px;
  max-width: 220px;
}
.home-reviews__platform:has(img[src*="otzovik"]) {
  min-height: 42px;
}
.home-reviews__platform--text {
  color: #707070;
  font-family: "Onest", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.home-reviews__product {
  margin: 0 0 12px;
  color: #102631;
  font-family: "Onest", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home-reviews__product a {
  color: inherit;
  text-decoration: none;
}
.home-reviews__product a:hover {
  color: #3033ff;
}
.home-reviews__text {
  margin: 0;
  color: #4a4a4a;
  font-family: "Onest", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.home-reviews__card.is-expanded .home-reviews__text {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}
.home-reviews__card .pcd-qa-media{ margin-top:12px; }
.home-reviews__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: none;
  color: #102631;
  font-family: "Onest", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease;
}
.home-reviews__more[hidden] {
  display: none !important;
}
.home-reviews__more-icon {
  flex-shrink: 0;
  display: block;
  transition: transform 0.2s ease;
}
.home-reviews__card.is-expanded .home-reviews__more-icon {
  transform: rotate(90deg);
}
.home-reviews__more:hover {
  color: #3033ff;
}
@media (max-width: 1024px) {
  .home-reviews__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .home-reviews__title {
    font-size: 24px;
  }
  .home-reviews__header {
    margin-bottom: 20px;
  }
  .home-reviews__all {
    font-size: 13px;
  }
  .home-reviews__card {
    padding: 24px 20px;
    border-radius: 16px;
  }
}

/* Reviews archive page */
.reviews-archive-page {
  padding: 40px 0 60px;
}
.reviews-archive-page__title {
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.reviews-archive-page__comments {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reviews-archive-page__item {
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  scroll-margin-top: 120px;
}
.reviews-archive-page__item--highlight {
  border-color: #f5a623;
  box-shadow: 0 0 0 2px rgba(245, 166, 35, 0.25);
}
.reviews-archive-page__header {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.reviews-archive-page__header a {
  color: inherit;
  text-decoration: underline;
}
.reviews-archive-page__body {
  font-size: 15px;
  line-height: 1.6;
}
.reviews-archive-page__reply {
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 1.5;
}
.reviews-archive-page__empty {
  margin: 0;
  padding: 32px;
  text-align: center;
  color: #666;
}
.reviews-archive-page__pagination {
  margin-top: 32px;
}
.reviews-archive-page__text {
  margin-top: 40px;
}

/* Р‘Р»РѕРє В«РЎС‚Р°С‚СЊРёВ» вЂ” СЂР°Р·РјРµСЂС‹ РїРѕ РјР°РєРµС‚Сѓ 1440px */
.home-articles {
  width: 100%;
  margin-top: 160px;
}
.home-articles__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}
.home-articles__title {
  margin: 0;
  color: #102631;
  font-family: "SONGER SemiExpanded", Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.home-articles__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #102631;
  font-family: "Onest", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.home-articles__all-icon {
  flex-shrink: 0;
  display: block;
}
.home-articles__all:hover {
  color: #3033ff;
}
.home-articles__all:hover .home-articles__all-icon path {
  fill: #3033ff;
}
.home-articles__layout {
  display: grid;
  grid-template-columns: 704px minmax(0, 680px);
  gap: 32px;
  align-items: start;
}
.home-articles__featured-media,
.home-articles__item-media {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f4f4f4;
  text-decoration: none;
}
.home-articles__featured-media {
  display: block;
  width: 704px;
  max-width: 100%;
  height: 338px;
  flex-shrink: 0;
  border-radius: 16px;
}
.home-articles__featured-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.home-articles__featured-nophoto {
  width: 80px;
  height: 80px;
}
.home-articles__featured-title {
  margin: 28px 0 12px;
  font-family: "SONGER SemiExpanded", Arial, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.home-articles__featured-title a {
  color: #102631;
  text-decoration: none;
  transition: color 0.2s ease;
}
.home-articles__featured-title a:hover {
  color: #3033ff;
}
.home-articles__list {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.home-articles__item {
  display: flex;
  gap: 34px;
}
.home-articles__item-media {
  flex: 0 0 258px;
  width: 258px;
  height: 161px;
  overflow: hidden;
  border-radius: 12px;
}
.home-articles__item-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.home-articles__item-body {
  flex: 1;
  min-width: 0;
}
.home-articles__item-title {
  margin: 0 0 10px;
  font-family: "SONGER SemiExpanded", Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.home-articles__item-title a {
  color: #102631;
  text-decoration: none;
  transition: color 0.2s ease;
}
.home-articles__item-title a:hover {
  color: #3033ff;
}
.home-articles__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.home-articles__meta-item {
  display: inline-flex;
  gap: 6px;
  color: #8e8e8e;
  font-family: "Onest", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.home-articles__meta-item--views {
  align-items: flex-end;
}
.home-articles__meta-item--time {
  align-items: center;
}
.home-articles__meta-icon {
  flex-shrink: 0;
  display: block;
}
.home-articles__meta-icon--eye {
  width: 22px;
  height: 18px;
}
.home-articles__meta-icon--clock {
  width: 20px;
  height: 20px;
}
.home-articles__nophoto {
  display: block;
  width: 48px;
  height: 48px;
  fill: #dadada;
}
.home-articles__featured-media .home-articles__nophoto,
.home-articles__item-media .home-articles__nophoto {
  width: 48px;
  height: 48px;
}
@media only screen and (max-width: 1440px) {
  .home-articles__layout {
    grid-template-columns: minmax(0, 704px) minmax(0, 680px);
    gap: clamp(24px, 4vw, 56px);
  }
  .home-articles__featured-media {
    width: 100%;
    max-width: 704px;
    height: 338px;
  }
  .home-articles__list {
    gap: 23px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-articles__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .home-articles__title {
    font-size: 32px;
  }
  .home-articles__featured-media {
    width: 100%;
    max-width: none;
    height: 338px;
  }
}
@media only screen and (max-width: 768px) {
  .home-articles {
    margin-top: 80px;
  }
  .home-articles__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
  }
  .home-articles__title {
    font-size: 24px;
  }
  .home-articles__all {
    font-size: 16px;
  }
  .home-articles__featured-title {
    font-size: 18px;
    margin-top: 16px;
  }
  .home-articles__item-media {
    flex: 0 0 120px;
    width: 120px;
    height: 75px;
  }
  .home-articles__item-title {
    font-size: 18px;
  }
}

/* Р‘Р»РѕРє В«РџРѕРґРїРёСЃРєР° РЅР° СЂР°СЃСЃС‹Р»РєСѓВ» */
.subscribe-block {
  width: 100%;
  margin-top: 140px;
}
.subscribe-block__banner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template: "stack" minmax(354px, auto) / 1fr;
  width: 100%;
  max-width: 100%;
  min-height: 354px;
  border-radius: 28px;
  background: linear-gradient(90deg, #eef1ff 0%, #d9e2ff 32%, #7a96ff 72%, #5b7fff 100%);
}
.subscribe-block__banner--custom-bg {
  background-color: #d9e2ff;
}
.subscribe-block__banner--custom-bg .subscribe-block__banner-bg {
  display: none;
}
.subscribe-block__banner-bg {
  grid-area: stack;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #eef1ff 0%, #d9e2ff 32%, #7a96ff 72%, #5b7fff 100%);
  pointer-events: none;
  z-index: 0;
}
.subscribe-block__banner-media,
.subscribe-block__bg {
  grid-area: stack;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.subscribe-block__envelope {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.subscribe-block__envelope--top {
  top: -18px;
  left: -28px;
  width: 180px;
  transform: rotate(-14deg);
}
.subscribe-block__envelope--bottom {
  left: 96px;
  bottom: -42px;
  width: 280px;
  transform: rotate(8deg);
}
.subscribe-block__inner {
  grid-area: stack;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 40px;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 354px;
  height: auto;
  padding: 63px 99px 62px 112px;
  box-sizing: border-box;
}
.subscribe-block__title {
  margin: 0;
  max-width: 680px;
  color: #102631;
  font-family: "SONGER SemiExpanded", Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.subscribe-block__text {
  margin: 24px 0 0;
  max-width: 620px;
  color: #102631;
  font-family: "Onest", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
.subscribe-block__form-card {
  width: 579px;
  max-width: 100%;
  padding: 38px 44px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(16, 38, 49, 0.12);
  box-sizing: border-box;
}
.subscribe-block__form {
  display: flex;
  flex-direction: column;
}
.subscribe-block__field {
  position: relative;
  display: block;
}
.subscribe-block__input {
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 48px 0 16px;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  background: #fafafa;
  color: #102631;
  font-family: "Onest", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.subscribe-block__input::placeholder {
  color: #707070;
}
.subscribe-block__input:hover,
.subscribe-block__input:focus {
  border-color: #d8ddff;
  background: #ffffff;
}
.subscribe-block__field-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  pointer-events: none;
}
.subscribe-block__check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 16px;
  color: #102631;
  font-family: "Onest", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  cursor: pointer;
}
.subscribe-block__check-text {
  flex: 1;
}
.subscribe-block__check-text a {
  color: #3033ff;
  text-decoration: none;
}
.subscribe-block__check-text a:hover {
  text-decoration: underline;
}
.subscribe-block__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: 0;
  padding: 0 !important;
  flex-shrink: 0;
  border: 2px solid #3033ff !important;
  border-radius: 3px;
  background: #ffffff !important;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}
.subscribe-block__checkbox:checked {
  border: 2px solid #3033ff !important;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11' fill='none'%3E%3Cpath d='M1 5.5L5 9.5L13 1.5' stroke='%233033FF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px 11px no-repeat !important;
}
.subscribe-block__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  margin-top: 24px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  background: #3033ff;
  color: #ffffff;
  font-family: "Onest", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.subscribe-block__submit:hover {
  background: #2528d9;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media only screen and (max-width: 1200px) {
  .subscribe-block__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px;
  }
  .subscribe-block__form-card {
    width: 100%;
    justify-self: stretch;
  }
  .subscribe-block__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .subscribe-block {
    margin-top: 80px;
  }
  .subscribe-block__banner,
  .subscribe-block__inner {
    min-height: 0;
  }
  .subscribe-block__inner {
    padding: 28px 20px;
  }
  .subscribe-block__title {
    font-size: 24px;
  }
  .subscribe-block__text {
    font-size: 16px;
    margin-top: 16px;
  }
  .subscribe-block__form-card {
    padding: 24px 20px;
  }
  .subscribe-block__envelope--top {
    width: 120px;
    left: -20px;
  }
  .subscribe-block__envelope--bottom {
    width: 180px;
    left: 20px;
    bottom: -24px;
  }
}

/* Р‘Р»РѕРє В«Р’Р°С€Рё РІРѕРїСЂРѕСЃС‹В» */
.home-faq {
  width: 100%;
  margin-top: 140px;
  scroll-margin-top: 120px;
}
.home-faq__title {
  margin: 0 0 32px;
  color: #102631;
  font-family: "SONGER SemiExpanded", Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.home-faq__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}
.home-faq__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 -1px;
  padding: 0 0 8px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #102631;
  font-family: "Onest", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, font-weight 0.2s ease;
}
.home-faq__tab:hover {
  background: transparent;
  color: #102631;
}
.home-faq__tab--active {
  background: transparent;
  color: #102631;
  border-bottom-color: #102631;
  font-weight: 700;
}
.home-faq__tab--active:hover {
  background: transparent;
}
.home-faq__panel {
  display: none;
}
.home-faq__panel--active {
  display: block;
}
.home-faq__rows {
  display: flex;
  flex-direction: column;
}
.home-faq__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 80px;
  align-items: stretch;
  margin-bottom: 28px;
}
.home-faq__row:last-child {
  margin-bottom: 0;
}
.home-faq__item {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-bottom: 28px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.home-faq__rows > .home-faq__row:last-child .home-faq__item {
  padding-bottom: 0;
  border-bottom: none;
}
.home-faq__item--empty {
  visibility: hidden;
}
.home-faq__question {
  margin: 0 0 12px;
  color: #102631;
  font-family: "SONGER SemiExpanded", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
.home-faq__answer {
  margin: 0;
  color: #707070;
  font-family: "Onest", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .home-faq__row {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .home-faq__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .home-faq {
    margin-top: 80px;
  }
  .home-faq__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .home-faq__tabs {
    flex-wrap: nowrap;
    gap: 24px;
    margin-bottom: 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .home-faq__tabs::-webkit-scrollbar {
    display: none;
  }
  .home-faq__tab {
    flex: 0 0 auto;
    padding: 0 0 8px;
    font-size: 22px;
    white-space: nowrap;
    border-bottom-width: 2px;
  }
  .home-faq__row {
    gap: 0;
  }
  .home-faq__question {
    font-size: 16px;
  }
  .home-faq__answer {
    font-size: 15px;
  }
}

/* Р‘Р»РѕРє В«РћСЃС‚Р°Р»РёСЃСЊ РІРѕРїСЂРѕСЃС‹?В» */
.contact-cta {
  width: 100%;
  margin-top: 140px;
}
.contact-cta__banner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template: "stack" minmax(238px, auto) / 1fr;
  width: 100%;
  max-width: 100%;
  min-height: 238px;
  border-radius: 28px;
  background: linear-gradient(90deg, #1a4fff 0%, #3033ff 48%, #4889ff 100%);
}
.contact-cta__banner-media,
.contact-cta__bg {
  grid-area: stack;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.contact-cta__bg--pattern {
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.contact-cta__inner {
  grid-area: stack;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 238px;
  height: auto;
  padding: 75px 152px;
  box-sizing: border-box;
}
.contact-cta__title {
  margin: 0;
  color: #ffffff;
  font-family: "SONGER SemiExpanded", Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.contact-cta__line {
  display: block;
}
.contact-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 491px;
  max-width: 100%;
  height: 56px;
  padding: 0 32px;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  color: #102631;
  font-family: "Onest", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.contact-cta__button:hover {
  background: #f4f5ff;
  transform: translateY(-1px);
  color: #102631;
}

/* CTA social modal — same look as mobile */
.fancybox__container.mob-contact-social-fancybox {
  --fancybox-bg: rgba(20, 21, 26, 0.48);
}
.fancybox__container.mob-contact-social-fancybox .fancybox__slide {
  padding: 12px !important;
}
.fancybox__container.mob-contact-social-fancybox .fancybox__content,
.fancybox__container.mob-contact-social-fancybox .fancybox__content.mob-contact-social-modal {
  width: min(360px, calc(100vw - 24px)) !important;
  max-width: calc(100vw - 24px) !important;
  padding: 28px 20px 24px !important;
  background: #fff !important;
  box-shadow: none !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  color: #102631;
  box-sizing: border-box !important;
}
.fancybox__container.mob-contact-social-fancybox .fancybox__backdrop {
  background: rgba(20, 21, 26, 0.48);
}
.fancybox__container.mob-contact-social-fancybox .mob-contact-social-modal,
.mob-contact-social-modal {
  position: relative;
  width: 100%;
  padding: 28px 20px 24px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  background: #fff !important;
  text-align: center;
  border-radius: 16px;
}
/* when Fancybox promotes modal itself to .fancybox__content — keep one padding only */
.fancybox__container.mob-contact-social-fancybox .fancybox__content > .mob-contact-social-modal {
  padding: 0 !important;
}
.fancybox__container.mob-contact-social-fancybox .mob-contact-social-modal__close,
.mob-contact-social-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(16, 38, 49, 0.06);
  cursor: pointer;
  z-index: 2;
}
.mob-contact-social-modal__close::before,
.mob-contact-social-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #102631;
  border-radius: 1px;
}
.mob-contact-social-modal__close::before { transform: rotate(45deg); }
.mob-contact-social-modal__close::after { transform: rotate(-45deg); }
.fancybox__container.mob-contact-social-fancybox .mob-contact-social-modal__title,
.mob-contact-social-modal__title {
  margin: 0 36px 8px !important;
  color: #102631;
  font-family: "SONGER SemiExpanded", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
.fancybox__container.mob-contact-social-fancybox .mob-contact-social-modal__text,
.mob-contact-social-modal__text {
  margin: 0 0 24px !important;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.fancybox__container.mob-contact-social-fancybox .mob-contact-social-modal__links,
.mob-contact-social-modal__links {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  row-gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
.fancybox__container.mob-contact-social-fancybox .mob-contact-social-modal__link,
.mob-contact-social-modal__link {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 0 12px !important;
  padding: 14px 16px !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #102631 !important;
  text-decoration: none !important;
  box-shadow: 0 0 0 1px rgba(16, 38, 49, 0.08);
}
.fancybox__container.mob-contact-social-fancybox .mob-contact-social-modal__link:last-child,
.mob-contact-social-modal__link:last-child {
  margin-bottom: 0 !important;
}
.fancybox__container.mob-contact-social-fancybox .mob-contact-social-modal__link:hover,
.mob-contact-social-modal__link:hover {
  background: #f7f8fc !important;
  color: #102631 !important;
}
.fancybox__container.mob-contact-social-fancybox .mob-contact-social-modal__img,
.mob-contact-social-modal__img {
  width: 44px !important;
  height: 44px !important;
  object-fit: contain;
  border-radius: 50%;
  flex-shrink: 0;
  display: block !important;
  margin: 0 !important;
}
.mob-contact-social-modal__fallback {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8ebff;
  color: #3033ff;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}
.fancybox__container.mob-contact-social-fancybox .mob-contact-social-modal__label,
.mob-contact-social-modal__label {
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .contact-cta__title {
    font-size: 32px;
  }
  .contact-cta__inner {
    padding: 48px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-cta {
    margin-top: 80px;
  }
  .contact-cta__banner {
    height: auto;
    min-height: 0;
  }
  .contact-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 32px 24px;
    gap: 24px;
  }
  .contact-cta__title {
    font-size: 24px;
  }
  .contact-cta__button {
    width: 100%;
    min-width: 0;
    height: 56px;
    font-size: 18px;
  }
}

/* Р‘Р»РѕРє В«РљРѕРЅС‚Р°РєС‚С‹В» вЂ” РјР°РєРµС‚ 1440px: 728 + 48 + 664 */
.home-contacts {
  width: 100%;
  max-width: 1440px;
  margin-top: 140px;
}
.home-contacts__title {
  margin: 0 0 56px;
  color: #102631;
  font-family: "SONGER SemiExpanded", Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.home-contacts__top {
  display: grid;
  grid-template-columns: 728px 664px;
  gap: 48px;
  align-items: start;
  max-width: 1440px;
}
.home-contacts__phones {
  min-width: 0;
}
.home-contacts__phones-title {
  margin: 0 0 28px;
  color: #102631;
  font-family: "Onest", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}
.home-contacts__phone-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 40px;
}
.home-contacts__phone-label {
  margin-bottom: 8px;
  color: #757575;
  font-family: "Onest", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}
.home-contacts__phone-link {
  color: #102631;
  font-family: "Onest", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
}
.home-contacts__phone-link:hover {
  color: #3033ff;
}
.home-contacts__map-wrap {
  width: 664px;
  max-width: 100%;
  height: 280px;
}
.home-contacts__map {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 24px;
  object-fit: cover;
}
.home-contacts__map--embed {
  height: 280px;
}
.home-contacts__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 1440px;
  margin-top: 56px;
}
.home-contacts__card {
  min-height: 132px;
  padding: 32px 28px;
  border-radius: 16px;
  background: #f4f4f4;
  box-sizing: border-box;
}
.home-contacts__card-title {
  margin-bottom: 12px;
  color: #102631;
  font-family: "Onest", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}
.home-contacts__card-text {
  color: #757575;
  font-family: "Onest", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
.home-contacts__card-text--emails {
  margin: 0;
}
.home-contacts__email-line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
}
.home-contacts__email-line + .home-contacts__email-line {
  margin-top: 4px;
}
.home-contacts__email-label {
  flex: 0 0 auto;
  color: #757575;
  font-family: "Onest", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
.home-contacts__email-link {
  flex: 0 1 auto;
  display: inline !important;
  min-width: 0;
  color: #102631;
  font-family: "Onest", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  text-decoration: none;
  white-space: nowrap;
}
.home-contacts__email-link:hover {
  color: #3033ff;
}
@media only screen and (max-width: 1480px) {
  .home-contacts__top {
    grid-template-columns: minmax(0, 728px) minmax(0, 664px);
    gap: clamp(24px, 3.3vw, 48px);
  }
  .home-contacts__map-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .home-contacts__top {
    grid-template-columns: 1fr;
  }
  .home-contacts__map-wrap {
    width: 100%;
    height: 320px;
  }
  .home-contacts__map--embed {
    height: 320px;
  }
  .home-contacts__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .home-contacts {
    margin-top: 80px;
  }
  .home-contacts__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .home-contacts__phones-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .home-contacts__phone-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .home-contacts__phone-link {
    font-size: 18px;
    white-space: normal;
  }
  .home-contacts__map-wrap {
    height: 280px;
  }
  .home-contacts__map--embed {
    height: 280px;
  }
  .home-contacts__cards {
    grid-template-columns: 1fr;
    margin-top: 32px;
    gap: 12px;
  }
  .home-contacts__card {
    min-height: 0;
    padding: 20px;
  }
}

/* Р‘Р»РѕРє В«РџРѕРјРѕР¶РµРј СЂРµС€РёС‚СЊ РІР°С€Рё РІРѕРїСЂРѕСЃС‹В» вЂ” РєР°Рє Р±Р»РѕРє СЂР°СЃСЃС‹Р»РєРё */
.callback-block {
  width: 100%;
  margin-top: 140px;
}
.callback-block__banner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template: "stack" minmax(354px, auto) / 1fr;
  width: 100%;
  max-width: 100%;
  min-height: 354px;
  border-radius: 28px;
  background: linear-gradient(90deg, #eef1ff 0%, #d9e2ff 32%, #7a96ff 72%, #5b7fff 100%);
}
.callback-block__banner--custom-bg {
  background-color: #d9e2ff;
}
.callback-block__banner--custom-bg .callback-block__banner-bg {
  display: none;
}
.callback-block__banner-bg {
  grid-area: stack;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #eef1ff 0%, #d9e2ff 32%, #7a96ff 72%, #5b7fff 100%);
  pointer-events: none;
  z-index: 0;
}
.callback-block__banner-media,
.callback-block__bg {
  grid-area: stack;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.callback-block__question,
.callback-block__bubbles {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.callback-block__question {
  top: -18px;
  left: -28px;
  width: 180px;
  transform: rotate(-14deg);
}
.callback-block__bubbles {
  left: 96px;
  bottom: -42px;
  width: 280px;
  transform: rotate(8deg);
}
.callback-block__inner {
  grid-area: stack;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 40px;
  align-items: center;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 354px;
  height: 373px;
  padding: 63px 99px 62px 112px;
  box-sizing: border-box;
}
.callback-block__title {
  margin: 0;
  max-width: 600px;
  color: #102631;
  font-family: "SONGER SemiExpanded", Arial, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.callback-block__text {
  margin: 24px 0 0;
  max-width: 620px;
  color: #102631;
  font-family: "Onest", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
}
.callback-block__form-card {
  width: 579px;
  max-width: 100%;
  padding: 38px 44px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(16, 38, 49, 0.12);
  box-sizing: border-box;
}
.callback-block__form {
  display: flex;
  flex-direction: column;
}
.callback-block__field {
  position: relative;
  display: block;
}
.callback-block__input {
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 48px 0 16px;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  background: #fafafa;
  color: #102631;
  font-family: "Onest", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.callback-block__input::placeholder {
  color: #707070;
}
.callback-block__input:hover,
.callback-block__input:focus {
  border-color: #d8ddff;
  background: #ffffff;
}
.callback-block__field-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  pointer-events: none;
}
.callback-block__check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 16px;
  color: #102631;
  font-family: "Onest", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  cursor: pointer;
}
.callback-block__check-text {
  flex: 1;
}
.callback-block__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: 0;
  padding: 0 !important;
  flex-shrink: 0;
  border: 2px solid #3033ff !important;
  border-radius: 3px;
  background: #ffffff !important;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}
.callback-block__checkbox:checked {
  border: 2px solid #3033ff !important;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11' fill='none'%3E%3Cpath d='M1 5.5L5 9.5L13 1.5' stroke='%233033FF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px 11px no-repeat !important;
}
.callback-block__check-text a {
  color: #3033ff;
  text-decoration: none;
}
.callback-block__check-text a:hover {
  text-decoration: underline;
}
.callback-block__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  margin-top: 24px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  background: #3033ff;
  color: #ffffff;
  font-family: "Onest", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.callback-block__submit:hover:not(:disabled) {
  background: #2528d9;
}
.callback-block__submit:disabled {
  opacity: 0.7;
  cursor: wait;
}
.callback-block__message {
  min-height: 0;
  margin-top: 12px;
  font-family: "Onest", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.callback-block__message--success {
  color: #1f7a45;
}
.callback-block__message--error {
  color: #c0392b;
}
@media only screen and (max-width: 1200px) {
  .callback-block__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px;
  }
  .callback-block__form-card {
    width: 100%;
    justify-self: stretch;
  }
  .callback-block__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .callback-block {
    margin-top: 80px;
  }
  .callback-block__banner,
  .callback-block__inner {
    height: auto;
    min-height: 0;
  }
  .callback-block__inner {
    padding: 28px 20px;
  }
  .callback-block__title {
    font-size: 24px;
  }
  .callback-block__text {
    font-size: 16px;
    margin-top: 16px;
  }
  .callback-block__form-card {
    padding: 24px 20px;
  }
  .callback-block__question {
    width: 120px;
    left: -20px;
    top: -18px;
  }
  .callback-block__bubbles {
    width: 180px;
    left: 40px;
    bottom: -30px;
  }
}
