

/* Start:/local/templates/main/components/itech/page/promo/style.css?17641674767758*/
@charset "UTF-8";
.sp-page .wrapper {
  max-width: 1096px;
}
.site-header__item {
  font-size: 16px!important;
}
.sp-page.promo-page-wrapper {
  background: #fff;
}

.site-header__right .site-header__item:not(:nth-child(3)) {
  display: none;
}

.promo-page-wrapper {
  width: 100%;
}

.site-header__menu,
.site-footer {
  display: none !important;
}

.page-content {
  margin-top: 0 !important;
}

.page-content .content {
  justify-content: center;
}

.promo-page {
  display: flex;
  flex-direction: column;
  gap: 48px;
  color: #2e2e2e;
}

.promo-content {
  font-size: 20px;
}

.promo-hero {
  background: linear-gradient(258.68deg, #FADC44 19.22%, #FF7620 100%);
  padding: 72px 48px;
  position: relative;
  overflow: hidden;
  color: #2e2e2e;
}

.promo-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: 32px;
  /* padding-right: 120px; */
}

.promo-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.promo-hero__badge img {
  height: 32px;
  width: auto;
}

.promo-hero__title {
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.15;
  margin: 0;
  border-bottom: 0 !important;
  color: #2E2E2E !important;
}

.sp-page .promo-hero h4 {
  color: #2E2E2E !important;
  font-size: 24px !important;
  font-weight: bold;
  margin-bottom: .6em;
  margin-top: 6px;
}

.promo-hero__text {
  font-size: 18px;
  line-height: 1.5;
  max-width: 580px;
  margin: 0;
  color: #2E2E2E !important;
}

.promo-hero__list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.promo-hero__list li {
  padding-left: 28px;
  position: relative;
  font-size: 16px;
  line-height: 1.45;
  color: #1d1d1d;
}

.promo-hero__list li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  top: 0;
}

.promo-hero__cta {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}

.promo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 10px;
  background: #F26023;
  color: #fff;
  /* font-weight: 500; */
  text-decoration: none;
  margin-top: 8px;
  width: 232px;
  font-size: 20px;
  
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.promo-button:hover {
  /* transform: translateY(-1px); */
  background: #F94900;
  color: #fff;
}

.promo-hero__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 8px;
}

.promo-hero__logos img {
  max-height: 56px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.promo-hero__media {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  /* padding-right: 30px; */
  margin-bottom: 32px;
}

.promo-hero__media img {
  width: 100%;
  height: auto;
}
.promo-hero__media img:first-child {
  width: 172px;
  align-self: end;
  /* margin-right: 38px; */
  transform: translateY(-66px);
}
.promo-hero__media img:last-child {
  transform: rotate(20deg) translateX(22px);
  margin-bottom: 32px;
  box-shadow: 0px 10px 15px 0px #FFFFFF40;
  border-radius: 15px;
}

.promo-page ul li:before {
  content: "-"; /* или "&mdash;" */
  display: inline-block;
  margin-right: 0.5em; /* отступ от тире до текста */
}

.promo-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.promo-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.promo-card h2 {
  margin: 0;
  font-size: 28px;
}

.promo-card ul,
.promo-card ol {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 12px;
  font-size: 16px;
  line-height: 1.5;
}

.promo-card ul {
  list-style: none;
  padding-left: 0;
}

.promo-card ul li {
  padding-left: 28px;
  position: relative;
}

.promo-card ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f26023;
}

.promo-card--accent {
  background: #fff6ee;
  border: 1px solid rgba(242, 96, 35, 0.15);
}

.promo-info-grid {
  display: flex;
  justify-content: space-between;
  color: #000;
}

.promo-info-grid h4 {
  color: #000!important;
}

.promo-info-card {
  /* border-radius: 24px; */
  /* padding: 32px; */
  padding: 10px 0;
  /* background: #f7f9fb; */
  /* border: 1px solid rgba(45, 56, 79, 0.12); */
  min-height: 220px;
  max-width: 450px;
}

.promo-info-card__label {
  display: inline-flex;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(242, 96, 35, 0.12);
  color: #f26023;
  font-weight: 600;
  margin-bottom: 16px;
}

.promo-info-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.promo-info-card p + p {
  margin-top: 12px;
}

.promo-info-card--right {
  margin-top: 58px;
  width: 500px;
  max-width: 100%;
}
.promo-info-card--right p {
  font-size: 18px;
  margin-bottom: 12px;
}

.promo-info-card ul {
  margin: 0;
  /* padding-left: 18px; */
  font-size: 18px;
  display: grid;
  gap: 10px;
}

.promo-info-card img {
  width: 320px;
  margin-bottom: 14px;
  max-width: 100%;
}

.promo-contacts {
  /* display: grid; */
  display: flex;
  flex-direction: column;
  /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
  gap: 16px;
}

.promo-contact {
  /* padding: 24px; */
  border-radius: 20px;
  /* background: #fff; */
  /* border: 1px solid rgba(0, 0, 0, 0.06); */
  display: flex;
  gap: 16px;
  align-items: flex-start;
  text-align: left;
  color: #000;
  /* box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05); */
}

.promo-contact__icon svg {
  width: 28px;
  height: 28px;
}

.promo-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 0;
}

.promo-footer__top + p {
  color: #000;
  font-size: 16px;
}

.promo-contact__label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8b8b8b;
}

.promo-contact__value {
  display: block;
  font-size: 16px;
  /* font-weight: 600; */
  color: #2d2d2d;
  text-decoration: none;
  margin-top: 4px;
}

.promo-contact__value:hover {
  color: #f26023;
}

.promo-contact__value[data-copied=true] {
  color: #1f9d55;
}

.promo-footer {
  text-align: center;
  font-size: 14px;
  color: #58595b;
  padding: 16px 0 8px;
  background: #8BC63E;
}

@media (max-width: 1200px) {
  .promo-hero {
    grid-template-columns: 1fr;
    text-align: left;
    
  }

  .promo-hero__media img {
    max-width: 520px;
  }
  .promo-columns,
  .promo-info-grid,
  .promo-contacts {
    grid-template-columns: 1fr;
  }
  .promo-info-grid {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
  }
  .promo-info-card {
    max-width: 100%;
    width: 520px;
  }
  .g-feedback {
    display: none;
  }
  .promo-hero__cta {
    margin: 8px auto 0;
  }
  .wrapper-mobile {
    padding: 0 25px;
  }
  .promo-info-card--right {
    margin-top: 0;
  }

}
@media (max-width: 1000px) {
  .promo-hero__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 0;
  }
  .promo-hero__media {
    display: none;
  }
}
@media (max-width: 800px) {
  .site-header__logo {
      display: inline-flex !important;
  }

}
@media (max-width: 768px) {
  .sp-page.promo-page-wrapper {
    padding: 0 0 40px;
  }
  .promo-hero {
    padding: 32px 20px;
  }
  .promo-card,
  .promo-info-card {
    padding: 24px 0;
  }
  .wrapper-mobile {
    padding: 0 20px;
  }
  .promo-footer img {
    width: 82px;
    position: absolute;
    right: 20px;
}


}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/main/components/itech/page/promo/style.css?17641674767758 */
