@charset "UTF-8";
/* line 1, theme.scss */
:root {
  --ins-primary:#1167d8;
  --ins-primary-dark:#0b2453;
  --ins-accent:#50e3c2;
  --ins-bg:#f5f8fc;
  --ins-text:#13223a;
  --ins-muted:#607087;
  --ins-white:#fff;
  --ins-border:#dce5f0;
  --ins-shadow:0 24px 70px rgba(10,39,82,.12);
  --ins-radius:24px; }

/* line 1, theme.scss */
* {
  box-sizing: border-box; }

/* line 1, theme.scss */
.ins-site {
  font-family: Arial,"Helvetica Neue",sans-serif;
  color: var(--ins-text);
  background: #fff;
  overflow: hidden; }

/* line 1, theme.scss */
.ins-site a {
  text-decoration: none;
  color: inherit; }

/* line 1, theme.scss */
.ins-site button, .ins-site input, .ins-site textarea {
  font: inherit; }

/* line 1, theme.scss */
.ins-container {
  width: calc(100% - 48px);
  max-width: 1240px;
  margin: 0 auto; }

/* line 1, theme.scss */
.ins-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(220, 229, 240, 0.8);
  transition: .25s; }

/* line 1, theme.scss */
.ins-header.is-scrolled {
  box-shadow: 0 8px 30px rgba(16, 38, 72, 0.08); }

/* line 1, theme.scss */
.ins-header__row {
  height: 78px;
  display: flex;
  align-items: center;
  gap: 34px; }

/* line 1, theme.scss */
.ins-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 165px; }

/* line 1, theme.scss */
.ins-logo__mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--ins-primary), #26a7ff);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(17, 103, 216, 0.28); }

/* line 1, theme.scss */
.ins-logo b, .ins-logo small {
  display: block; }

/* line 1, theme.scss */
.ins-logo b {
  font-size: 14px; }

/* line 1, theme.scss */
.ins-logo small {
  font-size: 19px;
  font-weight: 900;
  color: var(--ins-primary); }

/* line 1, theme.scss */
.ins-nav {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-left: auto; }

/* line 1, theme.scss */
.ins-nav a {
  font-size: 14px;
  font-weight: 700;
  color: #33465f;
  transition: .2s; }

/* line 1, theme.scss */
.ins-nav a:hover {
  color: var(--ins-primary); }

/* line 1, theme.scss */
.ins-header__actions {
  display: flex;
  align-items: center;
  gap: 16px; }

/* line 1, theme.scss */
.ins-phone {
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap; }

/* line 1, theme.scss */
.ins-btn {
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--ins-primary), #168cf0);
  color: #fff!important;
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(17, 103, 216, 0.23);
  transition: transform .2s,box-shadow .2s; }

/* line 1, theme.scss */
.ins-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 34px rgba(17, 103, 216, 0.28); }

/* line 1, theme.scss */
.ins-btn--small {
  min-height: 42px;
  padding: 0 17px;
  font-size: 13px; }

/* line 1, theme.scss */
.ins-btn--ghost {
  background: #fff;
  color: var(--ins-primary) !important;
  border: 1px solid var(--ins-border);
  box-shadow: none; }

/* line 1, theme.scss */
.ins-btn--light {
  background: #fff;
  color: var(--ins-primary-dark) !important; }

/* line 1, theme.scss */
.ins-burger {
  display: none;
  border: 0;
  background: none;
  width: 42px;
  height: 42px;
  padding: 9px; }

/* line 1, theme.scss */
.ins-burger span {
  display: block;
  height: 2px;
  background: var(--ins-text);
  margin: 5px 0;
  transition: .25s; }

/* line 1, theme.scss */
.ins-hero {
  padding: 150px 0 45px;
  background: radial-gradient(circle at 80% 20%, rgba(80, 227, 194, 0.2), rgba(0, 0, 0, 0) 28%), linear-gradient(180deg, #f7fbff, #fff); }

/* line 1, theme.scss */
.ins-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 68px; }

/* line 1, theme.scss */
.ins-eyebrow, .ins-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 900;
  color: var(--ins-primary); }

/* line 1, theme.scss */
.ins-eyebrow:before, .ins-kicker:before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--ins-accent); }

/* line 1, theme.scss */
.ins-hero h1 {
  font-size: clamp(48px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -.055em;
  margin: 25px 0 24px;
  max-width: 700px; }

/* line 1, theme.scss */
.ins-hero__copy > p {
  font-size: 19px;
  line-height: 1.65;
  color: var(--ins-muted);
  max-width: 650px; }

/* line 1, theme.scss */
.ins-hero__buttons {
  display: flex;
  gap: 13px;
  margin: 30px 0; }

/* line 1, theme.scss */
.ins-hero__trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 22px;
  color: #40516a;
  font-size: 13px;
  font-weight: 700; }

/* line 1, theme.scss */
.ins-hero__visual {
  position: relative;
  min-height: 500px; }

/* line 1, theme.scss */
.ins-network-card {
  position: absolute;
  inset: 20px;
  border-radius: 44px;
  background: linear-gradient(145deg, #0a1d43, #123e7d);
  box-shadow: 0 40px 90px rgba(8, 34, 78, 0.26);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 1, theme.scss */
.ins-network-card:after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.04), 0 0 0 140px rgba(255, 255, 255, 0.025); }

/* line 1, theme.scss */
.ins-router {
  position: relative;
  z-index: 2;
  width: 250px;
  height: 135px;
  border-radius: 22px;
  background: linear-gradient(150deg, #fefefe, #cad5e4);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.35);
  transform: perspective(500px) rotateX(8deg); }

/* line 1, theme.scss */
.ins-router > i {
  position: absolute;
  bottom: 100%;
  width: 6px;
  height: 115px;
  background: #dfe6ef;
  border-radius: 6px;
  transform-origin: bottom; }

/* line 1, theme.scss */
.ins-router > i:first-child {
  left: 34px;
  transform: rotate(-8deg); }

/* line 1, theme.scss */
.ins-router > i:nth-child(2) {
  right: 34px;
  transform: rotate(8deg); }

/* line 1, theme.scss */
.ins-router > div {
  position: absolute;
  bottom: 18px;
  left: 30px;
  display: flex;
  gap: 10px; }

/* line 1, theme.scss */
.ins-router > div span {
  width: 9px;
  height: 9px;
  background: var(--ins-accent);
  border-radius: 50%;
  box-shadow: 0 0 15px var(--ins-accent); }

/* line 1, theme.scss */
.ins-network-card__label {
  position: absolute;
  z-index: 3;
  bottom: 35px;
  left: 38px;
  color: #fff; }

/* line 1, theme.scss */
.ins-network-card__label b, .ins-network-card__label span {
  display: block; }

/* line 1, theme.scss */
.ins-network-card__label b {
  font-size: 22px; }

/* line 1, theme.scss */
.ins-network-card__label span {
  color: #9cb2d5;
  margin-top: 5px; }

/* line 1, theme.scss */
.ins-signal {
  position: absolute;
  z-index: 2;
  width: 180px;
  height: 90px;
  border: 5px solid transparent;
  border-top-color: var(--ins-accent);
  border-radius: 50%;
  top: 98px;
  opacity: .8; }

/* line 1, theme.scss */
.ins-signal--2 {
  width: 130px;
  top: 122px; }

/* line 1, theme.scss */
.ins-signal--3 {
  width: 75px;
  top: 145px; }

/* line 1, theme.scss */
.ins-float-card {
  position: absolute;
  z-index: 4;
  padding: 17px 20px;
  border-radius: 17px;
  background: #fff;
  box-shadow: var(--ins-shadow); }

/* line 1, theme.scss */
.ins-float-card b, .ins-float-card span {
  display: block; }

/* line 1, theme.scss */
.ins-float-card b {
  font-size: 20px;
  color: var(--ins-primary); }

/* line 1, theme.scss */
.ins-float-card span {
  font-size: 11px;
  color: var(--ins-muted);
  margin-top: 3px; }

/* line 1, theme.scss */
.ins-float-card--a {
  top: 0;
  right: -22px; }

/* line 1, theme.scss */
.ins-float-card--b {
  bottom: 15px;
  left: -20px; }

/* line 1, theme.scss */
.ins-stats {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--ins-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 15px 50px rgba(13, 44, 86, 0.06); }

/* line 1, theme.scss */
.ins-stats div {
  padding: 22px 28px;
  border-right: 1px solid var(--ins-border); }

/* line 1, theme.scss */
.ins-stats div:last-child {
  border: 0; }

/* line 1, theme.scss */
.ins-stats b, .ins-stats span {
  display: block; }

/* line 1, theme.scss */
.ins-stats b {
  font-size: 28px;
  color: var(--ins-primary); }

/* line 1, theme.scss */
.ins-stats b:after {
  content: "+"; }

/* line 1, theme.scss */
.ins-stats span {
  margin-top: 5px;
  font-size: 12px;
  color: var(--ins-muted); }

/* line 1, theme.scss */
.ins-section {
  padding: 100px 0; }

/* line 1, theme.scss */
.ins-section--dark {
  background: var(--ins-primary-dark);
  color: #fff; }

/* line 1, theme.scss */
.ins-section--soft {
  background: var(--ins-bg); }

/* line 1, theme.scss */
.ins-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 42px; }

/* line 1, theme.scss */
.ins-section-head h2, .ins-contact h2, .ins-faq-layout h2, .ins-b2b h2 {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -.04em;
  margin: 14px 0 0; }

/* line 1, theme.scss */
.ins-section-head > p {
  max-width: 470px;
  color: var(--ins-muted);
  line-height: 1.65; }

/* line 1, theme.scss */
.ins-section-head--light p {
  color: #a9bad6; }

/* line 1, theme.scss */
.ins-promo {
  padding-top: 70px;
  padding-bottom: 40px; }

/* line 1, theme.scss */
.ins-slider {
  position: relative; }

/* line 1, theme.scss */
.ins-slide {
  display: none;
  min-height: 330px;
  padding: 50px;
  border-radius: 32px;
  background: linear-gradient(120deg, #1263d2, #0c2958);
  color: #fff;
  overflow: hidden;
  position: relative;
  align-items: center; }

/* line 1, theme.scss */
.ins-slide.is-active {
  display: flex; }

/* line 1, theme.scss */
.ins-slide > div:first-child {
  position: relative;
  z-index: 2;
  max-width: 700px; }

/* line 1, theme.scss */
.ins-slide > div > span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 900;
  color: var(--ins-accent); }

/* line 1, theme.scss */
.ins-slide h2 {
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -.04em;
  margin: 14px 0; }

/* line 1, theme.scss */
.ins-slide p {
  color: #c7d8f2;
  max-width: 620px;
  line-height: 1.6; }

/* line 1, theme.scss */
.ins-slide__badge {
  position: absolute;
  right: 45px;
  top: 45px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 26px;
  font-weight: 900;
  transform: rotate(8deg); }

/* line 1, theme.scss */
.ins-slider__dots {
  position: absolute;
  left: 50px;
  bottom: 22px;
  display: flex;
  gap: 8px;
  z-index: 5; }

/* line 1, theme.scss */
.ins-slider__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.45); }

/* line 1, theme.scss */
.ins-slider__dots button.is-active {
  width: 28px;
  background: #fff; }

/* line 1, theme.scss */
.ins-timer {
  font-size: 30px!important;
  font-weight: 900;
  letter-spacing: .1em;
  color: #fff!important; }

/* line 1, theme.scss */
.ins-categories {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 30px; }

/* line 1, theme.scss */
.ins-categories button {
  border: 1px solid var(--ins-border);
  background: #fff;
  border-radius: 99px;
  padding: 12px 17px;
  font-weight: 800;
  color: #516177;
  cursor: pointer; }

/* line 1, theme.scss */
.ins-categories button.is-active {
  background: var(--ins-primary-dark);
  color: #fff;
  border-color: var(--ins-primary-dark); }

/* line 1, theme.scss */
.ins-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }

/* line 1, theme.scss */
.ins-product {
  border: 1px solid var(--ins-border);
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: .25s; }

/* line 1, theme.scss */
.ins-product:hover {
  transform: translateY(-6px);
  box-shadow: var(--ins-shadow); }

/* line 1, theme.scss */
.ins-product__image {
  height: 250px;
  background: #f4f7fb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px; }

/* line 1, theme.scss */
.ins-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .3s; }

/* line 1, theme.scss */
.ins-product:hover img {
  transform: scale(1.05); }

/* line 1, theme.scss */
.ins-product__placeholder {
  font-weight: 900;
  font-size: 30px;
  color: #adc0d8; }

/* line 1, theme.scss */
.ins-chip {
  position: absolute;
  top: 13px;
  left: 13px;
  border-radius: 99px;
  background: #e5fbf5;
  color: #08705b;
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase; }

/* line 1, theme.scss */
.ins-product__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1; }

/* line 1, theme.scss */
.ins-product__category {
  font-size: 10px;
  color: var(--ins-primary);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em; }

/* line 1, theme.scss */
.ins-product h3 {
  font-size: 18px;
  line-height: 1.3;
  margin: 9px 0; }

/* line 1, theme.scss */
.ins-product p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ins-muted);
  margin: 0 0 18px; }

/* line 1, theme.scss */
.ins-product__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto; }

/* line 1, theme.scss */
.ins-product__bottom strong {
  font-size: 19px;
  white-space: nowrap; }

/* line 1, theme.scss */
.ins-btn--product {
  min-height: 38px;
  padding: 0 13px;
  border-radius: 10px;
  font-size: 11px; }

/* line 1, theme.scss */
.ins-empty {
  grid-column: 1/-1;
  padding: 40px;
  text-align: center;
  background: var(--ins-bg);
  border-radius: 20px; }

/* line 1, theme.scss */
.ins-market-note {
  margin-top: 26px;
  padding: 24px 28px;
  border-radius: 20px;
  background: #eef7ff;
  border: 1px solid #cfe6fa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px; }

/* line 1, theme.scss */
.ins-market-note b, .ins-market-note span {
  display: block; }

/* line 1, theme.scss */
.ins-market-note span {
  font-size: 13px;
  color: var(--ins-muted);
  margin-top: 5px; }

/* line 1, theme.scss */
.ins-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  overflow: hidden; }

/* line 1, theme.scss */
.ins-benefits article {
  padding: 34px;
  background: var(--ins-primary-dark);
  transition: .25s; }

/* line 1, theme.scss */
.ins-benefits article:hover {
  background: #123467; }

/* line 1, theme.scss */
.ins-benefits span {
  color: var(--ins-accent);
  font-size: 12px;
  font-weight: 900; }

/* line 1, theme.scss */
.ins-benefits h3 {
  font-size: 21px;
  margin: 16px 0 10px; }

/* line 1, theme.scss */
.ins-benefits p {
  font-size: 14px;
  line-height: 1.6;
  color: #a9bad6; }

/* line 1, theme.scss */
.ins-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px; }

/* line 1, theme.scss */
.ins-steps article {
  position: relative;
  padding: 28px;
  border-radius: 22px;
  background: var(--ins-bg); }

/* line 1, theme.scss */
.ins-steps article:not(:last-child):after {
  content: "→";
  position: absolute;
  right: -17px;
  top: 50%;
  font-size: 24px;
  color: var(--ins-primary);
  z-index: 2; }

/* line 1, theme.scss */
.ins-steps b {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: var(--ins-primary);
  color: #fff;
  display: grid;
  place-items: center; }

/* line 1, theme.scss */
.ins-steps h3 {
  margin: 20px 0 9px; }

/* line 1, theme.scss */
.ins-steps p {
  color: var(--ins-muted);
  font-size: 14px;
  line-height: 1.55; }

/* line 1, theme.scss */
.ins-b2b {
  background: linear-gradient(135deg, #e9f5ff, #f2fffb); }

/* line 1, theme.scss */
.ins-b2b__grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: center; }

/* line 1, theme.scss */
.ins-b2b p {
  font-size: 18px;
  line-height: 1.65;
  color: var(--ins-muted); }

/* line 1, theme.scss */
.ins-b2b ul {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px; }

/* line 1, theme.scss */
.ins-b2b li:before {
  content: "✓";
  color: var(--ins-primary);
  font-weight: 900;
  margin-right: 10px; }

/* line 1, theme.scss */
.ins-mini-form, .ins-contact-form {
  padding: 34px;
  border-radius: 25px;
  background: #fff;
  box-shadow: var(--ins-shadow); }

/* line 1, theme.scss */
.ins-mini-form h3, .ins-contact-form h3 {
  font-size: 27px;
  margin: 0 0 20px; }

/* line 1, theme.scss */
.ins-mini-form label, .ins-contact-form label {
  display: grid;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px; }

/* line 1, theme.scss */
.ins-mini-form input, .ins-contact-form input, .ins-contact-form textarea {
  width: 100%;
  border: 1px solid var(--ins-border);
  border-radius: 12px;
  padding: 14px 15px;
  outline: none;
  background: #fff; }

/* line 1, theme.scss */
.ins-mini-form input:focus, .ins-contact-form input:focus, .ins-contact-form textarea:focus {
  border-color: var(--ins-primary);
  box-shadow: 0 0 0 3px rgba(17, 103, 216, 0.09); }

/* line 1, theme.scss */
.ins-mini-form small {
  display: block;
  margin-top: 12px;
  color: var(--ins-muted);
  line-height: 1.4; }

/* line 1, theme.scss */
.ins-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px; }

/* line 1, theme.scss */
.ins-reviews article {
  padding: 26px;
  border: 1px solid var(--ins-border);
  border-radius: 20px;
  background: #fff; }

/* line 1, theme.scss */
.ins-reviews article div {
  color: #ffb20f;
  letter-spacing: .12em; }

/* line 1, theme.scss */
.ins-reviews p {
  color: var(--ins-muted);
  line-height: 1.65; }

/* line 1, theme.scss */
.ins-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }

/* line 1, theme.scss */
.ins-blog article {
  padding: 29px;
  border-radius: 22px;
  background: #fff; }

/* line 1, theme.scss */
.ins-blog span {
  font-size: 11px;
  color: var(--ins-primary);
  font-weight: 900;
  text-transform: uppercase; }

/* line 1, theme.scss */
.ins-blog h3 {
  font-size: 22px;
  line-height: 1.25; }

/* line 1, theme.scss */
.ins-blog p {
  color: var(--ins-muted);
  line-height: 1.6; }

/* line 1, theme.scss */
.ins-blog a {
  color: var(--ins-primary);
  font-weight: 900; }

/* line 1, theme.scss */
.ins-faq-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 70px; }

/* line 1, theme.scss */
.ins-faq-layout > div:first-child > p {
  color: var(--ins-muted);
  line-height: 1.6; }

/* line 1, theme.scss */
.ins-faq__item {
  border-bottom: 1px solid var(--ins-border); }

/* line 1, theme.scss */
.ins-faq__item button {
  width: 100%;
  padding: 21px 0;
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-weight: 800;
  cursor: pointer; }

/* line 1, theme.scss */
.ins-faq__item button i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--ins-bg);
  position: relative;
  flex: none; }

/* line 1, theme.scss */
.ins-faq__item button i:before, .ins-faq__item button i:after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: 12px;
  height: 2px;
  background: var(--ins-primary); }

/* line 1, theme.scss */
.ins-faq__item button i:after {
  transform: rotate(90deg);
  transition: .2s; }

/* line 1, theme.scss */
.ins-faq__item.is-open button i:after {
  transform: rotate(0); }

/* line 1, theme.scss */
.ins-faq__item > div {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s; }

/* line 1, theme.scss */
.ins-faq__item p {
  margin: 0;
  padding: 0 40px 22px 0;
  color: var(--ins-muted);
  line-height: 1.6; }

/* line 1, theme.scss */
.ins-contact {
  background: var(--ins-primary-dark);
  color: #fff; }

/* line 1, theme.scss */
.ins-contact__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: start; }

/* line 1, theme.scss */
.ins-contact > div > div > p {
  color: #a9bad6;
  line-height: 1.7; }

/* line 1, theme.scss */
.ins-contact__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 35px; }

/* line 1, theme.scss */
.ins-contact__list a, .ins-contact__list > div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px; }

/* line 1, theme.scss */
.ins-contact__list span, .ins-contact__list b {
  display: block; }

/* line 1, theme.scss */
.ins-contact__list span {
  font-size: 10px;
  text-transform: uppercase;
  color: #86a0c7;
  margin-bottom: 6px; }

/* line 1, theme.scss */
.ins-contact__list b {
  font-size: 14px; }

/* line 1, theme.scss */
.ins-contact-form {
  color: var(--ins-text); }

/* line 1, theme.scss */
.ins-contact-form > p {
  color: var(--ins-muted);
  line-height: 1.5; }

/* line 1, theme.scss */
.ins-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px; }

/* line 1, theme.scss */
.ins-check {
  display: flex!important;
  grid-template-columns: none!important;
  align-items: center;
  gap: 9px!important;
  font-weight: 400!important; }

/* line 1, theme.scss */
.ins-check input {
  width: 18px!important;
  height: 18px; }

/* line 1, theme.scss */
.ins-footer {
  background: #07172f;
  color: #fff;
  padding: 65px 0 25px; }

/* line 1, theme.scss */
.ins-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.3fr 1fr;
  gap: 35px; }

/* line 1, theme.scss */
.ins-logo--footer .ins-logo__mark {
  box-shadow: none; }

/* line 1, theme.scss */
.ins-footer__grid > div {
  display: flex;
  flex-direction: column;
  gap: 11px; }

/* line 1, theme.scss */
.ins-footer__grid p {
  max-width: 350px;
  color: #7f97b9;
  line-height: 1.6; }

/* line 1, theme.scss */
.ins-footer__grid > div > b {
  margin-bottom: 8px; }

/* line 1, theme.scss */
.ins-footer__grid > div > a:not(.ins-logo) {
  font-size: 13px;
  color: #91a6c4; }

/* line 1, theme.scss */
.ins-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  color: #7187a8;
  font-size: 12px; }

/* line 1, theme.scss */
.ins-fab {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 26px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #20c66a;
  color: #fff!important;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2); }

/* line 1, theme.scss */
.ins-to-top {
  position: fixed;
  z-index: 890;
  right: 30px;
  bottom: 90px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--ins-primary-dark);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: .2s; }

/* line 1, theme.scss */
.ins-to-top.is-visible {
  opacity: 1;
  pointer-events: auto; }

/* line 1, theme.scss */
.ins-popup {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px; }

/* line 1, theme.scss */
.ins-popup.is-open {
  display: flex; }

/* line 1, theme.scss */
.ins-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 17, 40, 0.65);
  backdrop-filter: blur(7px); }

/* line 1, theme.scss */
.ins-popup__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  padding: 45px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.3); }

/* line 1, theme.scss */
.ins-popup__dialog h2 {
  font-size: 38px;
  letter-spacing: -.04em;
  margin: 15px 0; }

/* line 1, theme.scss */
.ins-popup__dialog p {
  color: var(--ins-muted);
  line-height: 1.6; }

/* line 1, theme.scss */
.ins-popup__close {
  position: absolute;
  right: 18px;
  top: 15px;
  border: 0;
  background: none;
  font-size: 30px;
  cursor: pointer; }

/* line 1, theme.scss */
.ins-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: .6s; }

/* line 1, theme.scss */
.ins-reveal.is-visible {
  opacity: 1;
  transform: none; }

@media (max-width: 1199px) {
  /* line 1, theme.scss */
  .ins-nav {
    display: none; }

  /* line 1, theme.scss */
  .ins-header__actions {
    margin-left: auto; }

  /* line 1, theme.scss */
  .ins-products {
    grid-template-columns: repeat(3, 1fr); }

  /* line 1, theme.scss */
  .ins-hero__grid {
    gap: 30px; }

  /* line 1, theme.scss */
  .ins-hero__visual {
    min-height: 430px; } }
@media (max-width: 991px) {
  /* line 1, theme.scss */
  .ins-header__actions .ins-btn, .ins-phone {
    display: none; }

  /* line 1, theme.scss */
  .ins-burger {
    display: block;
    margin-left: auto; }

  /* line 1, theme.scss */
  .ins-nav {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: translateY(-130%);
    transition: .3s;
    z-index: -1;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1); }

  /* line 1, theme.scss */
  .ins-nav.is-open {
    transform: none; }

  /* line 1, theme.scss */
  .ins-burger.is-open span:first-child {
    transform: translateY(7px) rotate(45deg); }

  /* line 1, theme.scss */
  .ins-burger.is-open span:nth-child(2) {
    opacity: 0; }

  /* line 1, theme.scss */
  .ins-burger.is-open span:last-child {
    transform: translateY(-7px) rotate(-45deg); }

  /* line 1, theme.scss */
  .ins-hero__grid, .ins-b2b__grid, .ins-contact__grid, .ins-faq-layout {
    grid-template-columns: 1fr; }

  /* line 1, theme.scss */
  .ins-hero__visual {
    min-height: 470px; }

  /* line 1, theme.scss */
  .ins-products {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1, theme.scss */
  .ins-benefits {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1, theme.scss */
  .ins-steps {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1, theme.scss */
  .ins-steps article:after {
    display: none; }

  /* line 1, theme.scss */
  .ins-reviews, .ins-blog {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1, theme.scss */
  .ins-footer__grid {
    grid-template-columns: 2fr 1fr 1fr; }

  /* line 1, theme.scss */
  .ins-footer__grid > div:last-child {
    grid-column: 2/4; }

  /* line 1, theme.scss */
  .ins-stats {
    grid-template-columns: repeat(2, 1fr); }

  /* line 1, theme.scss */
  .ins-stats div:nth-child(2) {
    border-right: 0; }

  /* line 1, theme.scss */
  .ins-stats div:nth-child(-n+2) {
    border-bottom: 1px solid var(--ins-border); } }
@media (max-width: 767px) {
  /* line 1, theme.scss */
  .ins-container {
    width: calc(100% - 30px); }

  /* line 1, theme.scss */
  .ins-header__row {
    height: 68px; }

  /* line 1, theme.scss */
  .ins-nav {
    top: 68px; }

  /* line 1, theme.scss */
  .ins-hero {
    padding-top: 112px; }

  /* line 1, theme.scss */
  .ins-hero h1 {
    font-size: 44px; }

  /* line 1, theme.scss */
  .ins-hero__copy > p {
    font-size: 16px; }

  /* line 1, theme.scss */
  .ins-hero__buttons {
    display: grid; }

  /* line 1, theme.scss */
  .ins-hero__trust {
    grid-template-columns: 1fr; }

  /* line 1, theme.scss */
  .ins-hero__visual {
    min-height: 360px; }

  /* line 1, theme.scss */
  .ins-network-card {
    inset: 15px 0; }

  /* line 1, theme.scss */
  .ins-router {
    width: 210px; }

  /* line 1, theme.scss */
  .ins-float-card--a {
    right: 0; }

  /* line 1, theme.scss */
  .ins-float-card--b {
    left: 0; }

  /* line 1, theme.scss */
  .ins-stats {
    margin-top: 25px; }

  /* line 1, theme.scss */
  .ins-stats div {
    padding: 17px; }

  /* line 1, theme.scss */
  .ins-stats b {
    font-size: 22px; }

  /* line 1, theme.scss */
  .ins-section {
    padding: 70px 0; }

  /* line 1, theme.scss */
  .ins-section-head {
    display: block; }

  /* line 1, theme.scss */
  .ins-section-head h2, .ins-contact h2, .ins-faq-layout h2, .ins-b2b h2 {
    font-size: 36px; }

  /* line 1, theme.scss */
  .ins-section-head > p {
    margin-top: 16px; }

  /* line 1, theme.scss */
  .ins-slide {
    padding: 34px 25px;
    min-height: 420px;
    align-items: flex-start; }

  /* line 1, theme.scss */
  .ins-slide h2 {
    font-size: 34px; }

  /* line 1, theme.scss */
  .ins-slide__badge {
    width: 90px;
    height: 90px;
    right: 20px;
    bottom: 25px;
    top: auto;
    font-size: 18px; }

  /* line 1, theme.scss */
  .ins-slider__dots {
    left: 25px; }

  /* line 1, theme.scss */
  .ins-products, .ins-benefits, .ins-steps, .ins-reviews, .ins-blog {
    grid-template-columns: 1fr; }

  /* line 1, theme.scss */
  .ins-product__image {
    height: 270px; }

  /* line 1, theme.scss */
  .ins-market-note {
    align-items: flex-start;
    flex-direction: column; }

  /* line 1, theme.scss */
  .ins-benefits {
    gap: 1px; }

  /* line 1, theme.scss */
  .ins-form-grid, .ins-contact__list {
    grid-template-columns: 1fr; }

  /* line 1, theme.scss */
  .ins-footer__grid {
    grid-template-columns: 1fr 1fr; }

  /* line 1, theme.scss */
  .ins-footer__grid > div:first-child {
    grid-column: 1/-1; }

  /* line 1, theme.scss */
  .ins-footer__grid > div:last-child {
    grid-column: auto; }

  /* line 1, theme.scss */
  .ins-footer__bottom {
    display: grid;
    gap: 8px; }

  /* line 1, theme.scss */
  .ins-popup__dialog {
    padding: 38px 25px; }

  /* line 1, theme.scss */
  .ins-popup__dialog h2 {
    font-size: 32px; }

  /* line 1, theme.scss */
  .ins-fab {
    right: 15px;
    bottom: 15px; }

  /* line 1, theme.scss */
  .ins-to-top {
    right: 21px;
    bottom: 78px; } }
@media (prefers-reduced-motion: reduce) {
  /* line 1, theme.scss */
  * {
    scroll-behavior: auto!important; }

  /* line 1, theme.scss */
  .ins-reveal {
    opacity: 1;
    transform: none;
    transition: none; } }
/* line 3, theme.scss */
.ins-inner {
  padding: 120px 0 80px;
  background: #f6f9fd;
  min-height: 70vh; }

/* line 3, theme.scss */
.ins-breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  color: #718096;
  margin-bottom: 30px; }

/* line 3, theme.scss */
.ins-breadcrumbs a {
  color: #1167d8; }

/* line 3, theme.scss */
.ins-product-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  background: #fff;
  border-radius: 28px;
  padding: 45px;
  box-shadow: 0 20px 60px rgba(12, 31, 61, 0.1); }

/* line 3, theme.scss */
.ins-product-page__image {
  background: #f4f7fb;
  border-radius: 22px;
  overflow: hidden;
  min-height: 480px;
  display: grid;
  place-items: center; }

/* line 3, theme.scss */
.ins-product-page__image img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

/* line 3, theme.scss */
.ins-product-page__info h1 {
  font-size: 44px;
  line-height: 1.08;
  margin: 15px 0; }

/* line 3, theme.scss */
.ins-product-page__price {
  font-size: 30px;
  font-weight: 900;
  color: #1167d8;
  margin: 20px 0; }

/* line 3, theme.scss */
.ins-product-page__text {
  color: #5f6f82;
  line-height: 1.7;
  margin-bottom: 25px; }

/* line 3, theme.scss */
.ins-product-page__info .ins-btn {
  margin: 0 10px 12px 0; }

/* line 3, theme.scss */
.ins-product-page__note {
  font-size: 12px;
  color: #7b8797; }

/* line 3, theme.scss */
.ins-toast {
  position: fixed;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 30px);
  background: #07172f;
  color: #fff;
  padding: 14px 20px;
  border-radius: 12px;
  z-index: 3000;
  opacity: 0;
  pointer-events: none;
  transition: .25s; }

/* line 3, theme.scss */
.ins-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0); }

@media (max-width: 767px) {
  /* line 3, theme.scss */
  .ins-product-page {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 25px; }

  /* line 3, theme.scss */
  .ins-product-page__image {
    min-height: 300px; }

  /* line 3, theme.scss */
  .ins-product-page__info h1 {
    font-size: 34px; } }
/* Фотографии нового дизайна */
/* line 5, theme.scss */
.ins-hero-photo {
  position: absolute;
  inset: 0;
  border-radius: 34px;
  overflow: hidden;
  background: #eaf2fb;
  box-shadow: 0 28px 70px rgba(14, 54, 104, 0.18); }

/* line 6, theme.scss */
.ins-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02); }

/* line 7, theme.scss */
.ins-hero-photo__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(4, 24, 49, 0.72) 100%); }

/* line 8, theme.scss */
.ins-hero-photo .ins-network-card__label {
  left: 28px;
  right: auto;
  bottom: 24px;
  color: #fff;
  z-index: 2; }

/* line 9, theme.scss */
.ins-hero-photo .ins-network-card__label span {
  color: rgba(255, 255, 255, 0.8); }

/* line 10, theme.scss */
.ins-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f3f7fb; }

/* line 11, theme.scss */
.ins-b2b__photo {
  margin-top: 28px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(16, 54, 99, 0.15); }

/* line 12, theme.scss */
.ins-b2b__photo img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block; }

/* line 13, theme.scss */
.ins-mini-form small a, .ins-check a {
  color: var(--ins-primary);
  text-decoration: underline; }

/* line 14, theme.scss */
.ins-faq__item > div {
  overflow: hidden;
  max-height: 0;
  transition: max-height .35s ease; }

/* line 15, theme.scss */
.ins-faq__item.is-open > div {
  max-height: 300px; }

/* line 16, theme.scss */
.ins-faq__item button {
  cursor: pointer;
  width: 100%; }

@media (max-width: 767px) {
  /* line 17, theme.scss */
  .ins-hero-photo {
    inset: 8px 0; }

  /* line 17, theme.scss */
  .ins-b2b__photo img {
    height: 210px; } }
/* line 18, theme.scss */
.ins-legal {
  background: #fff;
  border-radius: 28px;
  padding: 48px;
  box-shadow: 0 20px 60px rgba(12, 31, 61, 0.08);
  max-width: 980px;
  margin: auto; }

/* line 18, theme.scss */
.ins-legal h1 {
  font-size: 46px;
  line-height: 1.1;
  margin: 0 0 30px; }

/* line 18, theme.scss */
.ins-legal h2 {
  font-size: 25px;
  margin: 32px 0 12px; }

/* line 18, theme.scss */
.ins-legal p, .ins-legal li {
  font-size: 16px;
  line-height: 1.75;
  color: #526274; }

/* line 18, theme.scss */
.ins-legal a {
  color: var(--ins-primary); }

@media (max-width: 767px) {
  /* line 18, theme.scss */
  .ins-legal {
    padding: 26px 20px; }

  /* line 18, theme.scss */
  .ins-legal h1 {
    font-size: 34px; } }
/* Исправления v4 */
/* line 21, theme.scss */
.ins-float-card--b {
  display: none!important; }

/* line 22, theme.scss */
body[data-theme-template*="page"] .page_layout > footer {
  display: none!important; }

/* line 23, theme.scss */
body[data-theme-template*="page"] .page_layout > main {
  margin-bottom: 0!important; }

/* line 24, theme.scss */
.ins-product-page__note b {
  color: var(--ins-primary-dark); }

/* Карточка товара: ссылки Ozon, уже сохранённые в описании товара InSales */
/* line 27, theme.scss */
.ins-product-page__text a[href*="ozon.ru"], .ins-product-page__text a[href*="ozon.com"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  margin: 18px 10px 18px 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #1167d8, #168cf0);
  color: #fff!important;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(17, 103, 216, 0.23);
  text-decoration: none!important; }

/* line 28, theme.scss */
.ins-product-page__text a[href*="ozon.ru"]:hover, .ins-product-page__text a[href*="ozon.com"]:hover {
  transform: translateY(-2px); }

/* line 29, theme.scss */
.ins-ozon-direct {
  margin-right: 10px; }

/* line 30, theme.scss */
.ins-product-page__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px; }

/* line 31, theme.scss */
.ins-ozon-missing {
  padding: 14px 18px;
  border: 1px solid #d8e2ef;
  border-radius: 14px;
  background: #f5f8fc;
  color: #526174;
  font-size: 14px;
  line-height: 1.45; }

/* line 32, theme.scss */
.ins-catalog-more {
  text-align: center;
  margin-top: 32px; }

/* line 32, theme.scss */
.ins-products--catalog {
  margin-top: 28px; }

/* line 32, theme.scss */
.ins-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 40px 0; }

/* line 32, theme.scss */
.ins-pagination a, .ins-pagination span {
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  display: grid;
  place-items: center;
  border: 1px solid #dbe4ef;
  border-radius: 10px;
  text-decoration: none; }

/* line 32, theme.scss */
.ins-pagination .is-current {
  background: var(--ins-primary);
  color: #fff; }

/* line 32, theme.scss */
.ins-product-gallery {
  min-width: 0; }

/* line 32, theme.scss */
.ins-product-thumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px; }

/* line 32, theme.scss */
.ins-product-thumbs button {
  width: 72px;
  height: 72px;
  padding: 4px;
  border: 1px solid #dbe4ef;
  border-radius: 10px;
  background: #fff;
  cursor: pointer; }

/* line 32, theme.scss */
.ins-product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

/* line 32, theme.scss */
.ins-market-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 20px 0; }

/* line 32, theme.scss */
.ins-btn--ozon {
  background: #005bff; }

/* line 32, theme.scss */
.ins-btn--wb {
  background: #9b25d0; }

/* line 32, theme.scss */
.ins-product-page__price del {
  font-size: 18px;
  color: #7d8794;
  margin-left: 12px; }
