:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --surface-2: #edf4f1;
  --ink: #17202a;
  --muted: #5c6875;
  --line: #dce4ea;
  --line-strong: #c6d2dc;
  --green: #00b86b;
  --green-dark: #078052;
  --blue: #2868d8;
  --amber: #d99022;
  --dark: #111923;
}

html {
  zoom: 1.1;
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

.main-wrapper-mp {
  background: var(--bg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0;
}

a {
  color: var(--blue);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

a:hover,
a:focus {
  color: var(--green-dark);
  text-decoration: none;
}

.section-wrap,
.section-wrap-mp {
  background-attachment: scroll;
  padding-top: 72px;
  padding-bottom: 72px;
}

.wow {
  opacity: 1 !important;
  visibility: visible !important;
}

.wow,
.slideInUp,
.fadeInUp {
  animation-name: none !important;
}

.section-wrap p,
.section-wrap-mp p {
  margin-bottom: 1rem;
}

.heading {
  margin-bottom: 34px;
}

.bottom-line:after,
.heading-frame:after {
  background-color: var(--green);
}

.heading-frame {
  display: inline-block;
  padding: 0 !important;
  border: 0 !important;
}

.intro-heading {
  margin-bottom: 24px;
}

.subheading {
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  color: var(--muted);
  line-height: 1.5;
}

.btn {
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 0;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
}

.btn.btn-color {
  background: #00fe80;
  border-color: #00fe80;
  color: #000000;
}

.btn.btn-color:hover,
.btn.btn-color:focus {
  background: var(--green-dark);
  border-color: var(--green-dark);
  color: #ffffff;
}

.btn.btn-color.btn-color-classic {
  background: var(--green);
  border-color: var(--green);
  color: #ffffff;
}

.btn.btn-color.btn-color-classic:hover,
.btn.btn-color.btn-color-classic:focus {
  background: var(--green-dark);
  border-color: var(--green-dark);
  color: #ffffff;
}

.btn.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--ink);
}

.btn.btn-transparent {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.product-hero .btn.btn-transparent,
.pricing .btn.btn-transparent {
  border-color: var(--line-strong);
  color: var(--ink);
}

.product-hero .btn.btn-transparent:hover,
.pricing .btn.btn-transparent:hover {
  border-color: var(--green);
  color: var(--green-dark);
}

.navigation {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 28px rgba(17, 25, 35, 0.06);
}

.navbar-nav > li > a {
  font-weight: 700;
  color: var(--ink) !important;
}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a {
  color: var(--green-dark) !important;
}

.dropdown-menu {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(17, 25, 35, 0.12);
}

.main-part {
  background-color: var(--dark);
  background-image: url("/assets/img/main-fon.png");
  background-position: center;
  background-size: cover;
  height: 620px !important;
  min-height: 620px !important;
}

.hero-wrap .container-full-height {
  height: 100% !important;
}

@media (min-width: 1200px) {
  .main-part {
    background-image: url("/assets/img/main.png");
  }

  .hero-holder {
    padding-bottom: 10rem;
  }
}

.hero-message {
  max-width: 820px;
  margin: 0 auto;
}

.hero-eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--green);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-eyebrow {
  color: #1a1a1a;
}

.hero-message h1 {
  color: #1a1a1a;
  font-size: 68px;
  line-height: 1.05;
  margin-bottom: 18px;
}

.hero-subtitle {
  max-width: 760px;
  margin: 0 auto 30px;
  color: rgba(26, 26, 26, 0.86);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
}

.hero-actions,
.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.intro {
  background: var(--surface);
}

.intro-text {
  color: var(--muted);
}

.result-boxes.style-2 {
  background-color: #17202a;
}

.result-boxes.style-2 .result-box {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.result-boxes.style-2 .statistic span {
  color: #ffffff;
}

.result-boxes.style-2 .statistic span.counter-text {
  color: rgba(255, 255, 255, 0.78);
}

.portfolio-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 26px;
}

.portfolio-filter a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--muted);
  font-weight: 700;
}

.portfolio-filter a.active,
.portfolio-filter a:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #ffffff;
}

.works-grid.titles {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  height: auto !important;
}

.works-grid.titles .work-item {
  position: static !important;
  width: auto !important;
  float: none;
  padding: 0;
  transform: none !important;
}

.product-card {
  display: flex;
  min-height: 220px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(17, 25, 35, 0.05);
}

.product-card:hover,
.product-card:focus {
  border-color: var(--green);
  color: var(--ink);
  box-shadow: 0 16px 36px rgba(17, 25, 35, 0.1);
  transform: translateY(-2px);
}

.product-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.product-card-kind {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 6px;
  background: var(--surface-2);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue);
  background: #f9fbfd;
}

.product-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.product-card p {
  color: var(--muted);
  line-height: 1.55;
}

.product-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--green-dark);
  font-weight: 800;
}

.service-item {
  margin-bottom: 24px;
}

.service-card {
  height: 100%;
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(17, 25, 35, 0.05);
}

.service-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #eef7f2;
  color: var(--green-dark);
  font-size: 24px;
}

.service-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.service-card p {
  color: var(--muted);
}

.service-card-action {
  margin-top: 18px;
}

.product-hero {
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
  border-bottom: 1px solid var(--line);
}

.product-hero-copy h2 {
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1.15;
}

.product-lead {
  max-width: 700px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.product-hero .product-actions {
  justify-content: flex-start;
  margin-top: 24px;
}

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

.product-meta-grid > div,
.product-feature-panel,
.product-note {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(17, 25, 35, 0.05);
}

.product-meta-grid > div {
  min-height: 112px;
  padding: 18px;
}

.product-meta-grid span,
.pop-data-item span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-meta-grid strong,
.pop-data-item strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.35;
}

.product-feature-grid {
  margin-top: 34px;
}

.product-feature-grid > [class*="col-"] {
  margin-bottom: 20px;
}

.product-feature-panel {
  height: 100%;
  padding: 24px 26px;
}

.product-feature-panel h3 {
  margin-bottom: 14px;
  font-size: 18px;
}

.product-feature-panel ul,
.pricing-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-feature-panel li {
  position: relative;
  padding: 8px 0 8px 22px;
  color: var(--muted);
}

.product-feature-panel li:before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.product-note {
  margin-top: 8px;
  padding: 16px 18px;
  color: var(--muted);
  border-left: 4px solid var(--amber);
}

.ixp-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.ixp-inline-list span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
  font-weight: 700;
}

.pricing {
  background: var(--bg);
}

.pricing .container > .row:not(.heading) {
  display: flex;
  flex-wrap: wrap;
}

.price-column {
  display: flex;
  margin-bottom: 24px;
}

.pricing-3-col.price-card {
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(17, 25, 35, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pricing-3-col.price-card:hover {
  border-color: var(--green);
  box-shadow: 0 16px 38px rgba(17, 25, 35, 0.12);
  transform: translateY(-3px);
}

.pricing-3-col.price-card .pricing-title {
  padding: 24px 24px 18px;
  border-bottom: 1px solid var(--line);
  background: #fbfcfd;
  color: var(--ink);
  text-align: left;
}

.pricing-3-col.price-card .pricing-title h3 {
  margin-bottom: 14px;
  color: var(--ink) !important;
  font-size: 22px;
}

.pricing-3-col.price-card .pricing-price {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin-left: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--ink);
  line-height: 1.2;
}

.pricing-3-col.price-card .pricing-price span:first-child,
.pricing-3-col.price-card .pricing-price .off-even-price {
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.pricing-3-col.price-card .pricing-term {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.pricing-features {
  flex: 1;
  padding: 22px 24px 10px;
}

.killer-feature {
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #fff7e8;
  color: #7a4b10;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #eef2f5;
  color: var(--ink);
}

.pricing-features li span:last-child {
  min-width: 0;
  text-align: right;
  overflow-wrap: anywhere;
}

.pricing-features li:last-child {
  border-bottom: 0;
}

.feature-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-icon {
  color: var(--green-dark);
}

.vat-note {
  justify-content: flex-start !important;
  color: var(--muted) !important;
  font-size: 13px;
}

.pricing-button {
  padding: 18px 24px 24px;
}

.pricing-button .btn {
  width: 100%;
}

.style-0 {
  background-color: var(--dark);
  background-image: linear-gradient(rgba(17, 25, 35, 0.74), rgba(17, 25, 35, 0.78)), url("/assets/img/results.png") !important;
  color: #ffffff;
}

.style-0 h2,
.style-0 .result-title {
  color: #ffffff;
}

.style-1,
.style-2 {
  background: var(--bg);
  color: var(--ink);
}

.style-1:nth-of-type(even),
.style-2:nth-of-type(even) {
  background: var(--surface);
}

.pop-title {
  margin-bottom: 26px;
}

.pop-description,
.pop-description-part2 {
  color: var(--muted);
}

.pop-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 6px;
  font-weight: 800;
}

.pop-data {
  width: 100%;
}

.pop-data-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.pop-data-item {
  min-height: 96px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.pop-data-wide {
  grid-column: span 3;
}

.pop-lg-link {
  color: var(--blue) !important;
}

.table-responsive {
  border: 0;
}

.table {
  overflow: hidden;
  border-radius: 8px;
  background: var(--surface);
}

.table > thead > tr > th {
  border-bottom: 0;
  background: var(--ink);
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.table > tbody > tr > td {
  border-color: var(--line);
  color: var(--ink);
}

.ixp-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.ixp-list li {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted);
}

.ixp-list li a {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 800;
}

.ixp-services div {
  margin-bottom: 1rem;
}

.accordion .acc-panel a {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  font-weight: 800;
}

.accordion .panel-content {
  margin: 8px 0 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

#back-to-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--green);
  color: #ffffff;
}

#back-to-top a:hover {
  background: var(--green-dark);
}

ul.dots {
  list-style-type: square;
}

ul.nums {
  list-style-type: decimal;
}

@media (max-width: 991px) {
  .works-grid.titles,
  .pop-data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pop-data-wide {
    grid-column: span 2;
  }

  .product-meta-grid {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .section-wrap,
  .section-wrap-mp {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .main-part {
    height: 540px !important;
    min-height: 540px !important;
  }

  .hero-message h1 {
    font-size: 44px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-actions,
  .product-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn,
  .product-actions .btn {
    width: 100%;
  }

  .works-grid.titles,
  .product-meta-grid,
  .pop-data-grid,
  .ixp-list {
    grid-template-columns: 1fr;
  }

  .pop-data-wide {
    grid-column: span 1;
  }

  .product-hero-copy h2 {
    font-size: 32px;
  }

  .product-lead {
    font-size: 16px;
  }

  .portfolio-filter {
    justify-content: flex-start;
  }

  .portfolio-filter a {
    flex: 1 1 auto;
    justify-content: center;
  }
}
