.services-page {
  background: #ffffff;
  color: #121925;
  letter-spacing: 0;
  overflow-x: hidden;
}

.services-page a {
  color: inherit;
}

.services-page p {
  color: #5d6674;
  font-size: 16px;
  line-height: 1.62;
  overflow-wrap: break-word;
}

.services-page .header_navbar {
  position: fixed;
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(18, 25, 37, 0.06);
}

.services-page .navbar {
  min-height: 88px;
  border-radius: 0;
}

.services-page .navbar-brand img {
  width: 126px;
  max-height: 58px;
  object-fit: contain;
}

.services-page .navbar-nav {
  margin-right: 22px;
}

.services-page .navbar-nav .nav-item a {
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  padding: 34px 13px 31px;
}

.services-page .navbar-nav .nav-item a::before {
  top: auto;
  bottom: 19px;
  height: 3px;
  border-radius: 999px;
}

.services-page .navbar-nav .nav-item.active > a,
.services-page .navbar-nav .nav-item:hover > a {
  color: #e10a18;
}

.services-page .navbar-btn .main-btn,
.services-page .main-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  background: #e10a18;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(225, 10, 24, 0.2);
}

.services-page .navbar-btn .main-btn:hover,
.services-page .main-btn:hover {
  color: #ffffff;
  background: #bd0713;
  box-shadow: 0 16px 30px rgba(225, 10, 24, 0.25);
}

.services-hero {
  min-height: 410px;
  padding-top: 88px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  overflow: hidden;
  background: #071322;
}

.services-hero-copy {
  min-height: 410px;
  padding: 78px 7vw 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(7, 19, 34, 0.99) 0%, rgba(7, 19, 34, 0.96) 70%, rgba(7, 19, 34, 0.86) 100%),
    radial-gradient(circle at 8% 20%, rgba(225, 10, 24, 0.16), transparent 30%);
}

.services-kicker {
  color: #e10a18;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.services-hero h1 {
  max-width: 580px;
  margin-top: 14px;
  color: #ffffff;
  font-size: 43px;
  line-height: 1.14;
  overflow-wrap: break-word;
}

.services-red-rule {
  width: 62px;
  height: 4px;
  margin-top: 20px;
  background: #e10a18;
  border-radius: 999px;
}

.services-red-rule.centered {
  margin: 16px auto 0;
}

.services-hero p {
  max-width: 560px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
}

.services-hero-media {
  position: relative;
  min-height: 410px;
  background: #142032;
}

.services-hero-media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(7, 19, 34, 0.28), rgba(7, 19, 34, 0.04) 42%, rgba(225, 10, 24, 0.18));
}

.services-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  object-position: center;
}

.services-offer {
  position: relative;
  z-index: 2;
  margin-top: -42px;
  padding: 62px 0 32px;
  background: #f8fafc;
  border-radius: 42px 42px 0 0;
}

.services-section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
}

.services-section-heading h2 {
  margin-top: 12px;
  color: #111827;
  font-size: 34px;
  line-height: 1.2;
  overflow-wrap: break-word;
}

.services-section-heading p {
  margin-top: 20px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1040px;
  margin: 0 auto;
}

.service-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 46px rgba(17, 24, 39, 0.12);
}

.service-card-shop {
  display: block;
  color: inherit;
  text-decoration: none;
}

.service-card-shop:hover,
.service-card-shop:focus {
  color: inherit;
  text-decoration: none;
}

.service-card-shop:focus-visible,
.service-link:focus-visible {
  outline: 3px solid rgba(225, 10, 24, 0.32);
  outline-offset: 4px;
}

.service-card-image {
  aspect-ratio: 16 / 8.6;
  overflow: hidden;
  background: #e8edf2;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.service-card:hover .service-card-image img {
  transform: scale(1.04);
}

.service-card-icon {
  position: absolute;
  top: 126px;
  left: 22px;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  color: #e10a18;
  background: #ffffff;
  border: 1px solid rgba(225, 10, 24, 0.12);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.12);
}

.service-card-icon i {
  font-size: 24px;
}

.service-card-body {
  min-height: 157px;
  padding: 42px 22px 0;
}

.service-card h3 {
  color: #17202a;
  font-size: 21px;
  line-height: 1.22;
}

.service-card p {
  min-height: 76px;
  margin-top: 13px;
  color: #364153;
  font-size: 15px;
  line-height: 1.48;
}

.service-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin: 7px 22px 24px;
  padding: 0;
  color: #e10a18;
  background: transparent;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}

.service-link:hover,
.service-link:focus {
  color: #bd0713;
}

.service-link i {
  margin-left: 6px;
  font-size: 12px;
}

.services-benefits {
  max-width: 1040px;
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.06);
}

.benefit-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  padding: 24px 20px;
  align-items: start;
}

.benefit-item + .benefit-item {
  border-left: 1px solid rgba(17, 24, 39, 0.12);
}

.benefit-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #e10a18;
  border: 2px solid #e10a18;
  border-radius: 50%;
}

.benefit-icon i {
  font-size: 22px;
}

.benefit-item h3 {
  color: #17202a;
  font-size: 17px;
  line-height: 1.25;
}

.benefit-item p {
  margin-top: 7px;
  color: #5d6674;
  font-size: 13px;
  line-height: 1.36;
}

.services-product-cta {
  padding: 0;
  background: #f8fafc;
}

.product-cta-inner {
  min-height: 148px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: 0 42px;
  color: #ffffff;
  background: linear-gradient(90deg, #ba0611 0%, #e10a18 52%, #c40612 100%);
  overflow: hidden;
}

.product-cta-image {
  align-self: end;
  height: 158px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.product-cta-image img {
  width: 192px;
  max-height: 184px;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.22));
}

.product-cta-copy h2 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.25;
}

.product-cta-copy p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.88);
}

.product-cta-action {
  justify-self: end;
}

.product-cta-action .main-btn {
  color: #e10a18;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.product-cta-action .main-btn:hover {
  color: #ffffff;
  background: #17202a;
}

.services-footer {
  background: #071322;
  color: #ffffff;
}

.services-footer .footer_wrapper {
  padding: 56px 0 38px;
}

.services-footer .footer_wrapper::before {
  display: none;
}

.services-footer .footer_about img {
  width: 120px;
}

.services-footer .footer_about p,
.services-footer .footer_info,
.services-footer .footer_info li,
.services-footer .footer_info span {
  color: rgba(255, 255, 255, 0.8);
}

.services-footer .footer_about p {
  max-width: 310px;
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.5;
}

.services-footer .footer_about .social li {
  margin-top: 24px;
}

.services-footer .footer_about .social li a {
  width: 38px;
  height: 38px;
  line-height: 42px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.services-footer .footer_about .social li a:hover {
  background: #e10a18;
  border-color: #e10a18;
}

.services-footer .footer_title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.services-footer .footer_link {
  width: 100%;
  padding-left: 0;
}

.services-footer .footer_link .link {
  padding-top: 18px;
}

.services-footer .footer_link .link li {
  margin-top: 8px;
}

.services-footer .footer_link .link li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.services-footer .footer_link .link li a:hover {
  color: #ffffff;
}

.services-footer .footer_info {
  margin-top: 18px;
}

.services-footer .footer_info li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.42;
}

.services-footer .footer_info i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.services-footer .footer_info a {
  color: #ffffff;
}

.services-footer .footer_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 18px;
  padding: 18px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
}

.services-footer .footer_bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.services-footer .footer_bottom a {
  color: #ff3441;
}

.services-page .back-to-top {
  width: 54px;
  height: 54px;
  line-height: 58px;
  right: 24px;
  bottom: 24px;
  border-radius: 50%;
}

@media only screen and (max-width: 1199px) {
  .services-page .navbar-nav {
    margin-right: 14px;
  }

  .services-page .navbar-nav .nav-item a {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .services-hero h1 {
    font-size: 38px;
  }

  .services-grid,
  .services-benefits {
    max-width: 930px;
  }

  .service-card-icon {
    top: 112px;
  }
}

@media only screen and (max-width: 991px) {
  .services-page .navbar {
    min-height: 76px;
    padding: 15px 0;
  }

  .services-page .navbar-collapse {
    padding: 14px 18px 18px;
  }

  .services-page .navbar-nav .nav-item a {
    padding: 9px 0;
  }

  .services-page .navbar-btn {
    right: 58px;
  }

  .services-page .navbar-btn .main-btn {
    height: 42px;
    line-height: 42px;
    padding: 0 18px;
  }

  .services-hero {
    padding-top: 76px;
    grid-template-columns: 1fr;
  }

  .services-hero-copy {
    min-height: 340px;
    padding: 62px 8vw 48px;
  }

  .services-hero-media,
  .services-hero-media img {
    min-height: 270px;
  }

  .services-offer {
    margin-top: -34px;
    padding-top: 54px;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card-icon {
    top: 128px;
  }

  .services-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-item + .benefit-item {
    border-left: 0;
  }

  .benefit-item:nth-child(even) {
    border-left: 1px solid rgba(17, 24, 39, 0.12);
  }

  .benefit-item:nth-child(n+3) {
    border-top: 1px solid rgba(17, 24, 39, 0.12);
  }

  .product-cta-inner {
    grid-template-columns: 172px minmax(0, 1fr);
    gap: 22px;
    padding: 18px 28px 0;
  }

  .product-cta-action {
    grid-column: 2;
    justify-self: start;
    padding-bottom: 26px;
  }

  .product-cta-image {
    grid-row: 1 / span 2;
  }

  .services-footer .footer_link,
  .services-footer .footer_contact {
    margin-top: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .services-page,
  .services-hero,
  .services-offer,
  .services-product-cta,
  .services-footer {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .services-hero-copy,
  .services-section-heading,
  .services-grid,
  .services-benefits,
  .product-cta-inner {
    min-width: 0;
    max-width: 100%;
  }

  .services-page .navbar-brand img {
    width: 106px;
  }

  .services-page .navbar-btn {
    display: none !important;
  }

  .services-hero-copy {
    min-height: auto;
    padding: 48px 24px 42px;
  }

  .services-hero h1 {
    font-size: 30px;
    max-width: 100%;
    line-height: 1.18;
  }

  .services-hero p {
    font-size: 16px;
  }

  .services-hero-media,
  .services-hero-media img {
    min-height: 230px;
  }

  .services-offer {
    border-radius: 30px 30px 0 0;
    padding: 46px 0 28px;
  }

  .services-section-heading h2 {
    font-size: 26px;
    line-height: 1.22;
  }

  .services-grid,
  .services-benefits {
    grid-template-columns: 1fr;
  }

  .service-card {
    width: 100%;
    max-width: 100%;
  }

  .service-card-icon {
    top: 132px;
  }

  .benefit-item,
  .benefit-item:nth-child(even) {
    border-left: 0;
  }

  .benefit-item + .benefit-item,
  .benefit-item:nth-child(n+3) {
    border-top: 1px solid rgba(17, 24, 39, 0.12);
  }

  .product-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 16px;
    padding: 24px 22px 30px;
  }

  .product-cta-image {
    grid-row: auto;
    height: auto;
    order: 1;
  }

  .product-cta-copy {
    order: 2;
  }

  .product-cta-action {
    grid-column: auto;
    justify-self: center;
    order: 3;
    padding-bottom: 0;
  }

  .product-cta-image img {
    width: 164px;
  }

  .product-cta-copy h2 {
    font-size: 26px;
  }

  .services-footer .footer_wrapper {
    padding-top: 42px;
  }

  .services-footer .footer_bottom {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 420px) {
  .services-page p {
    font-size: 15px;
  }

  .services-hero h1 {
    font-size: 27px;
  }

  .services-section-heading h2 {
    font-size: 24px;
  }

  .service-card-icon {
    top: 118px;
  }

  .service-card-body {
    padding-left: 19px;
    padding-right: 19px;
  }

  .product-cta-action .main-btn {
    width: 100%;
    padding: 0 16px;
  }
}

@media only screen and (max-width: 520px) {
  .services-hero-copy,
  .services-section-heading,
  .services-grid,
  .services-benefits,
  .product-cta-inner,
  .services-footer .container {
    width: min(100%, 300px);
    max-width: calc(100vw - 30px);
    margin-left: auto;
    margin-right: auto;
  }

  .services-hero-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .services-section-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .services-offer > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
