@charset "UTF-8";
.single-services .services-page-intro {
  padding-top: 40px;
}
@media (max-width: 1023px) {
  .single-services .services-page-intro {
    padding-top: 32px;
  }
}

.single-services .services-page-title {
  color: #0b1031;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
  margin: 0 0 16px;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .single-services .services-page-title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-bottom: 12px;
  }
}

.single-services .services-page-description {
  max-width: 920px;
  margin: 0 auto 8px;
  text-align: center;
}
.single-services .services-page-description p {
  color: #121926;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 12px;
}
.single-services .services-page-description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single-services .services-page-description p {
    font-size: 16px;
    line-height: 24px;
  }
}

.single-services .services-page-intro .page-path {
  padding: 16px 0 12px;
}

.single-services .services-hero .description-container > .description:first-child {
  margin-top: 0;
}

.single-services .services-hero {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .single-services .services-hero {
    margin-top: 0;
  }
}

.single-services .services-hero.services-hero--media-only {
  justify-content: center;
}
.single-services .services-hero.services-hero--media-only .services-hero__media {
  max-width: 100%;
}

.services-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: 24px;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .services-hero {
    flex-direction: column;
    margin-bottom: 16px;
    margin-top: 32px;
    align-items: stretch;
  }
}
@media (max-width: 1023px) {
  .services-hero.flex-rowR {
    flex-direction: column;
  }
}
.services-hero .description-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 592px;
  width: 100%;
  justify-content: center;
}
.services-hero .description-container h1 {
  color: #0B1031;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .services-hero .description-container h1 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-bottom: 24px;
  }
}
.services-hero .description-container .description {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.services-hero .description-container .description p {
  color: #121926;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 767px) {
  .services-hero .description-container .description p {
    font-size: 16px;
    line-height: 24px;
  }
}
.services-hero .services-hero__media {
  width: 100%;
  max-width: 592px;
  flex-shrink: 0;
  position: relative;
  /* Arrows live on .services-hero__media (appendArrows) so they align to the image column */
}
.services-hero .services-hero__media .services-hero__nav-btn.slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  cursor: pointer;
  color: #0b1031;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 16px rgba(11, 16, 49, 0.1), 0 0 0 1px rgba(11, 16, 49, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
.services-hero .services-hero__media .services-hero__nav-btn.slick-arrow:before {
  display: none !important;
  content: "" !important;
}
.services-hero .services-hero__media .services-hero__nav-btn.slick-arrow .services-hero__nav-icon {
  display: block;
}
.services-hero .services-hero__media .services-hero__nav-btn.slick-arrow:hover, .services-hero .services-hero__media .services-hero__nav-btn.slick-arrow:focus-visible {
  background: #fff;
  color: #364ff3;
  box-shadow: 0 4px 22px rgba(11, 16, 49, 0.12), 0 0 0 1px rgba(54, 79, 243, 0.22);
}
.services-hero .services-hero__media .services-hero__nav-btn.slick-arrow:active {
  transform: translateY(-50%) scale(0.96);
}
.services-hero .services-hero__media .services-hero__nav-btn.slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.services-hero .services-hero__media .slick-prev {
  left: 14px;
}
.services-hero .services-hero__media .slick-next {
  right: 14px;
}
@media (max-width: 768px) {
  .services-hero .services-hero__media .services-hero__nav-btn.slick-arrow {
    width: 42px;
    height: 42px;
  }
  .services-hero .services-hero__media .slick-prev {
    left: 10px;
  }
  .services-hero .services-hero__media .slick-next {
    right: 10px;
  }
}
.services-hero .services-hero__slider {
  position: relative;
  border-radius: 16px;
}
.services-hero .services-hero__slider .slick-list {
  border-radius: 16px;
  overflow: hidden;
}
.services-hero .services-hero__slider .services-hero__slide img {
  display: block;
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .services-hero .services-hero__slider .services-hero__slide img {
    max-height: 220px;
  }
}
.services-hero .services-hero__slider .slick-dots {
  bottom: 14px;
  z-index: 3;
  padding: 0 8px;
  line-height: normal;
}
.services-hero .services-hero__slider .slick-dots li {
  margin: 0 3px;
  height: auto;
  width: auto;
  vertical-align: middle;
}
.services-hero .services-hero__slider .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  overflow: visible;
}
.services-hero .services-hero__slider .slick-dots li button:before {
  /* Скидаємо глобальний градієнт + background-clip: text з style.css — інакше «•» обрізається */
  background: none !important;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  color: #fff;
  opacity: 0.55;
  font-size: 9px;
  line-height: 9px;
  width: 9px;
  height: 9px;
  text-shadow: 0 0 4px rgba(11, 16, 49, 0.35);
}
.services-hero .services-hero__slider .slick-dots li.slick-active button:before {
  background: none !important;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  color: #364ff3;
  opacity: 1;
  text-shadow: none;
}
.services-hero .services-hero__single-img {
  display: block;
  max-height: 380px;
  max-width: 592px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .services-hero .services-hero__single-img {
    max-height: 220px;
  }
}

.single-services .services-cta {
  margin: 0 0 40px;
}
@media (max-width: 1023px) {
  .single-services .services-cta {
    margin-bottom: 32px;
  }
}
.single-services .services-cta .services-cta__inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 28px 32px 32px;
  background: linear-gradient(135deg, #f4f7ff 0%, #f8f9fc 100%);
  border: 1px solid rgba(54, 79, 243, 0.14);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(11, 16, 49, 0.06);
}
@media (max-width: 767px) {
  .single-services .services-cta .services-cta__inner {
    padding: 22px 20px 24px;
  }
}
.single-services .services-cta .services-cta__title {
  margin: 0 0 10px;
  color: #0b1031;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.56px;
}
@media (max-width: 767px) {
  .single-services .services-cta .services-cta__title {
    font-size: 22px;
    line-height: 30px;
  }
}
.single-services .services-cta .services-cta__lead {
  margin: 0 0 24px;
  color: #364152;
  font-size: 16px;
  line-height: 24px;
}
.single-services .services-cta .services-cta__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.single-services .services-cta .services-cta__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px 16px;
}
@media (max-width: 767px) {
  .single-services .services-cta .services-cta__row {
    flex-direction: column;
    align-items: stretch;
  }
}
.single-services .services-cta .services-cta__field {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1 1 200px;
  min-width: 0;
}
@media (max-width: 767px) {
  .single-services .services-cta .services-cta__field {
    flex: 1 1 auto;
  }
}
.single-services .services-cta .services-cta__input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cdd5df;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 24px;
  color: #0b1031;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.single-services .services-cta .services-cta__input:focus {
  outline: none;
  border-color: #364ff3;
  box-shadow: 0 0 0 3px rgba(54, 79, 243, 0.18);
}
.single-services .services-cta .services-cta__input.is-invalid {
  border-color: #fda29b;
  box-shadow: 0 0 0 3px rgba(253, 162, 155, 0.35);
}
.single-services .services-cta .services-cta__field-error {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #b42318;
}
.single-services .services-cta .services-cta__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.single-services .services-cta .services-cta__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #121926;
}
.single-services .services-cta .services-cta__consent a {
  color: #364ff3;
  text-decoration: underline;
}
.single-services .services-cta .services-cta__checkbox {
  flex-shrink: 0;
  margin-top: 2px;
}
.single-services .services-cta .services-cta__submit {
  flex: 0 0 auto;
  align-self: flex-end;
  margin-top: 0;
  padding: 12px 22px;
  min-height: 50px;
  border: 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  cursor: pointer;
  background: #364ff3;
  color: #fff;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.15s ease;
}
@media (max-width: 767px) {
  .single-services .services-cta .services-cta__submit {
    align-self: stretch;
    width: 100%;
    white-space: normal;
  }
}
.single-services .services-cta .services-cta__submit:hover {
  background: #2a3dd4;
}
.single-services .services-cta .services-cta__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.single-services .services-cta .services-cta__message {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}
.single-services .services-cta .services-cta__message.is-success {
  color: #0b6b3a;
}
.single-services .services-cta .services-cta__message.is-error {
  color: #b42318;
}

.advantages {
  display: flex;
  justify-content: center;
  padding: 0 16px;
  gap: 32px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .advantages {
    flex-direction: column;
    gap: 24px;
  }
}
.advantages .advantages__container h2 {
  margin-bottom: 16px;
  color: #0B1031;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.advantages .advantages__container .advantages__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1023px) {
  .advantages .advantages__container .advantages__block {
    gap: 16px;
  }
}
.advantages .advantages__container .advantages__block .advantages__block--item {
  max-width: 592px;
  width: 100%;
  position: relative;
  padding-left: 44px;
  color: #121926;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.advantages .advantages__container .advantages__block .advantages__block--item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 16C0 7.16344 7.16344 0 16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16Z" fill="%23EFF4FF"/%3E%3Cg clip-path="url(%23clip0_221_8170)"%3E%3Cpath d="M22.6663 15.3905V16.0038C22.6655 17.4414 22.2 18.8402 21.3392 19.9917C20.4785 21.1431 19.2685 21.9854 17.8899 22.3931C16.5113 22.8007 15.0378 22.7517 13.6893 22.2535C12.3408 21.7553 11.1894 20.8345 10.407 19.6285C9.62452 18.4225 9.25287 16.9958 9.34746 15.5613C9.44205 14.1268 9.99781 12.7613 10.9319 11.6685C11.8659 10.5757 13.1282 9.81405 14.5305 9.49723C15.9327 9.1804 17.3999 9.32535 18.713 9.91046M22.6663 10.6666L15.9997 17.34L13.9997 15.34" stroke="%23364FF3" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_221_8170"%3E%3Crect width="16" height="16" fill="white" transform="translate(8 8)"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E') no-repeat center;
  background-size: contain;
}

.services-include {
  margin: 74px auto;
}
.services-include .services-include__title {
  color: #0B1031;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .services-include .services-include__title {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: normal;
  }
}
.services-include .services-include__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 1023px) {
  .services-include .services-include__block {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.services-include .services-include__block .services-include__block--item {
  max-width: 592px;
  padding-left: 64px;
  position: relative;
}
.services-include .services-include__block .services-include__block--item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><rect width="48" height="48" rx="10" fill="%23EFF4FF"/><path d="M34 23.0857V24.0057C33.9988 26.1621 33.3005 28.2604 32.0093 29.9875C30.7182 31.7147 28.9033 32.9782 26.8354 33.5896C24.7674 34.201 22.5573 34.1276 20.5345 33.3803C18.5117 32.633 16.7847 31.2518 15.611 29.4428C14.4373 27.6338 13.8798 25.4938 14.0217 23.342C14.1636 21.1903 14.9972 19.1421 16.3983 17.5028C17.7994 15.8635 19.6928 14.7211 21.7962 14.2459C23.8996 13.7706 26.1003 13.9881 28.07 14.8657M34 16L24 26.01L21 23.01" stroke="%23364FF3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-size: contain;
}
.services-include .services-include__block .services-include__block--item h3 {
  color: #0B1031;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
}
.services-include .services-include__block .services-include__block--item p {
  color: #121926;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.advantages-service {
  margin: 64px auto;
}
@media (max-width: 1023px) {
  .advantages-service {
    margin: 40px auto;
  }
}
.advantages-service .advantages-service__title {
  color: #0B1031;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .advantages-service .advantages-service__title {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: normal;
  }
}
.advantages-service .advantages-service__container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 1023px) {
  .advantages-service .advantages-service__container {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.advantages-service .advantages-service__container .advantages-service__container--img {
  border-radius: 16px;
}
.advantages-service .advantages-service__container .advantages-service__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 1023px) {
  .advantages-service .advantages-service__container .advantages-service__block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.advantages-service .advantages-service__container .advantages-service__block .advantages-service__block--item {
  max-width: 280px;
  width: 100%;
}
@media (max-width: 1023px) {
  .advantages-service .advantages-service__container .advantages-service__block .advantages-service__block--item {
    max-width: unset;
  }
}
.advantages-service .advantages-service__container .advantages-service__block .advantages-service__block--item .img-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  min-width: 48px;
  border-radius: 10px;
  background: #EFF4FF;
  margin-bottom: 20px;
}
.advantages-service .advantages-service__container .advantages-service__block .advantages-service__block--item .img-block img {
  width: 24px;
  height: 24px;
}
.advantages-service .advantages-service__container .advantages-service__block .advantages-service__block--item h3 {
  color: #0B1031;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
  margin-top: 0;
}
.advantages-service .advantages-service__container .advantages-service__block .advantages-service__block--item p {
  color: #121926;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/*# sourceMappingURL=single-services.css.map */
