<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Tahoma", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  background-color: #0F1520;
  color: #fff;
}

.container {
  max-width: 1240px;
  padding: 0 16px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.prul-hero {
  background: url(../images/hero-bg-1.jpg) center/cover no-repeat;
  color: #fff;
}

.prul-hero-inner {
  padding-top: 20px;
  padding-bottom: 324px;
  box-sizing: border-box;
}

.prul-header-inner {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 640px;
  background-color: #0F1520;
  box-sizing: border-box;
  border-radius: 18px;
}

.prul-nav {
  padding-left: 20px;
  flex-grow: 1;
}

.prul-nav a {
  color: currentColor;
  text-decoration: none;
}

.prul-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
  align-items: center;
}

.prul-header-button {
  flex-shrink: 0;
}

.prul-header-button .prul-button {
  min-width: 146px;
  height: 46px;
  color: #101520;
  background: #F0A93B;
  box-shadow: none;
}

.prul-hero-content {
  max-width: 820px;
  margin-left: auto;
  padding-top: 90px;
}

.prul-hero-title {
  font-size: 62px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

.prul-hero-title span {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, rgb(56, 134, 243) 0%, rgb(0, 182, 123) 100%);
  white-space: nowrap;
}

.prul-hero-sub-title {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
}

.prul-hero-button {
  margin-top: 32px;
}

.prul-hero-button .prul-button {
  min-width: 200px;
}

.prul-hero-features {
  margin-top: 130px;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.prul-hero-features-item {
  flex-basis: calc((100% - 26px) / 2);
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 36px;
  font-weight: 700;
}

.prul-hero-features-item svg {
  width: 44px;
  height: 44px;
  display: block;
  flex-shrink: 0;
}

.prul-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 54px;
  padding: 0 24px;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 34px rgba(28, 158, 184, 0.4);
  transition: 0.3s ease-in-out;
  background: linear-gradient(45deg, rgb(15, 21, 32) 0%, rgb(37, 51, 72) 100%);
  position: relative;
}

.prul-button.prul-button-white {
  background-color: #fff;
  background-image: none;
  color: #000;
  box-shadow: none;
}

.prul-button.prul-button-white:hover {
  background-color: #A4B5D6;
}

.prul-button svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.prul-button.prul-button-gradient {
  background: rgb(56, 134, 243) linear-gradient(45deg, rgb(0, 182, 123) 0%, rgb(56, 134, 243) 100%);
}

.prul-button.prul-button-gradient::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(56, 134, 243) linear-gradient(45deg, rgb(56, 134, 243) 0%, rgb(0, 182, 123) 100%);
  z-index: 1;
  transition: 0.3s ease-in-out;
}

.prul-button.prul-button-gradient span {
  position: relative;
  z-index: 2;
  transition: 0.3s ease-in-out;
}

.prul-button.prul-button-gradient svg {
  position: relative;
  z-index: 2;
  transition: 0.3s ease-in-out;
}

.prul-section {
  margin-top: 140px;
  margin-bottom: 140px;
}

.prul-section.prul-section-bg {
  background: linear-gradient(40deg, rgb(15, 21, 32) 0%, rgb(37, 51, 72) 100%);
}

.prul-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.prul-section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
}

.prul-section-sub-title {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 500;
  color: #F0A93B;
  line-height: 1.15;
  text-align: center;
}

.prul-section-image img {
  max-width: 100%;
  height: auto;
}

.prul-section-image.prul-section-image-stats img {
  width: 100%;
}

.prul-section-row {
  display: flex;
}

.prul-section-col {
  flex-basis: 50%;
  position: relative;
}

.prul-section-image-alt img {
  height: auto;
}

.prul-section-image-alt.alt-left {
  height: 100%;
}

.prul-section-image-alt.alt-left img:not(.alt-left-extra-image) {
  height: auto;
}

.prul-section-image-alt.alt-left .alt-left-extra-image {
  position: absolute;
  left: -153px;
  bottom: -184px;
  z-index: 4;
  border-radius: 8px;
  box-shadow: 30px -26px 44px rgba(0, 0, 0, 0.08);
}

.prul-comparison {
  margin-top: 40px;
  padding-bottom: 20px;
}

.prul-comparison-row {
  display: flex;
  gap: 20px;
}

.prul-comparison-col {
  flex-basis: calc((100% - 20px) / 2);
  position: relative;
  padding-right: 32px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.prul-comparison-col::after {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  background: linear-gradient(45deg, rgb(15, 21, 32) 0%, rgb(37, 51, 72) 100%);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 20px 20px 0;
  box-sizing: border-box;
}

.prul-comparison-col.prul-comparison-col-prime {
  padding-right: 0;
  padding-left: 32px;
}

.prul-comparison-col.prul-comparison-col-prime::after {
  right: auto;
  left: 0;
  border-radius: 20px 0 0 20px;
  border: 2px solid #8C8F94;
  background: linear-gradient(135deg, rgb(42, 67, 106) 0%, rgb(15, 21, 32) 100%);
}

.prul-comparison-block {
  position: relative;
  z-index: 2;
}

.prul-comparison-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}

.prul-comparison-title span {
  font-weight: 700;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, rgb(56, 134, 243) 0%, rgb(0, 182, 123) 100%);
}

.prul-comparison-list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.prul-comparison-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
}

.prul-comparison-label {
  line-height: 1.3;
  margin-bottom: 4px;
}

.prul-comparison-value-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.prul-comparison-value-col {
  flex-basis: calc((100% - 20px) / 2);
}

.prul-comparison-value-text span {
  font-size: 20px;
  font-weight: 700;
}

.prul-comparison-value-text .gradient {
  font-weight: 700;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, rgb(56, 134, 243) 0%, rgb(0, 182, 123) 100%);
}

.prul-comparison-button {
  margin-top: 30px;
  text-align: center;
}

.prul-comparison-button .prul-button {
  min-width: 230px;
}

.prul-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.prul-cards-item {
  flex-basis: calc((100% - 40px) / 3);
  box-sizing: border-box;
  border: 1px solid #8CAADC;
  border-radius: 14px;
  padding: 10px;
  background-color: #253348;
}

.prul-cards-image {
  padding-bottom: 51%;
  position: relative;
}

.prul-cards-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 9px;
}

.prul-cards-content {
  padding: 20px;
  box-sizing: border-box;
}

.prul-cards-title {
  font-size: 24px;
  font-weight: 700;
}

.prul-cards-text {
  margin-top: 15px;
  color: #9CAEC5;
  line-height: 1.3;
}

.prul-icon-list {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
  max-width: 420px;
}

.prul-icon-list-item:not(:last-child) {
  margin-bottom: 24px;
}

.prul-icon-list-header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.prul-icon-list-header svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.prul-icon-list-title {
  font-size: 24px;
  font-weight: 700;
}

.prul-icon-list-text {
  margin-top: 10px;
  font-size: 16px;
  color: #9CAEC5;
  line-height: 1.3;
}

.prul-cases-slider {
  margin-left: -16px;
  margin-right: -16px;
}

.prul-cases-slider .swiper {
  padding-left: 16px;
  padding-right: 16px;
}

.prul-cases-slider .swiper-slide {
  height: auto;
}

.prul-cases-slider .prul-cases-item {
  height: 100%;
}

.prul-cases-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.prul-cases-item {
  flex-basis: calc((100% - 40px) / 3);
  background-color: #253348;
  border: 2px solid #8CAADC;
  border-radius: 14px;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.prul-cases-item.prul-cases-item-button {
  border: none;
  background: url(../images/cases-bg.jpg) center/cover no-repeat;
  align-items: center;
  justify-content: center;
}

.prul-cases-item.prul-cases-item-button .prul-button {
  font-size: 20px;
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.prul-cases-country {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.prul-cases-country-icon {
  flex-shrink: 0;
}

.prul-cases-country-name {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.prul-cases-employees {
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 20px;
  border: 2px solid #4B5B76;
  border-radius: 14px;
  background: #182334;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.25);
}

.prul-cases-factors {
  flex-grow: 1;
}

.prul-cases-factors-label {
  font-weight: 700;
  font-size: 18px;
  color: #07D08F;
  margin-bottom: 10px;
}

.prul-cases-factors-text {
  color: #9CAEC5;
  line-height: 1.3;
}

.prul-cases-result {
  margin-top: 75px;
  font-size: 36px;
  font-weight: 700;
}

.prul-cases-result span {
  display: block;
  margin-top: 20px;
  color: #9CAEC5;
  font-weight: 400;
  line-height: 1.3;
  font-size: 16px;
}

.prul-cta {
  background: url(../images/cta-bg.jpg) center/cover no-repeat;
}

.prul-cta.prul-cta-dark-bg .prul-cta-title {
  color: #fff;
}

.prul-cta-inner {
  padding: 90px 0;
}

.prul-cta-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #0F1520;
  margin-bottom: 15px;
}

.prul-cta-title .gradient {
  font-weight: 700;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, rgb(56, 134, 243) 0%, rgb(0, 182, 123) 100%);
}

.prul-cta-title .gradient-alt {
  font-weight: 700;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2795CE 0%, #1B9FB4 100%);
}

.prul-cta-title .gradient-alt-reverse {
  font-weight: 700;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #1B9FB4 0%, #01B67B 100%);
}

.prul-cta-title-alt {
  font-size: 64px;
}

.prul-cta-sub-title {
  color: #9CAEC5;
  text-align: center;
}

.prul-cta-button {
  text-align: center;
  margin-top: 40px;
}

.prul-cta-button .prul-button {
  min-width: 226px;
}

.accordion {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-item {
  background-color: #253348;
  border-radius: 14px;
  border: 1px solid #8CAADC;
  color: #fff;
}

.accordion-item:not(:last-child) {
  margin-bottom: 16px;
}

.accordion-header {
  padding: 30px;
  display: flex;
  gap: 10px;
  cursor: pointer;
}

.accordion-title {
  flex-grow: 1;
  font-size: 24px;
  font-weight: 600;
}

.accordion-icon {
  flex-shrink: 0;
}

.accordion-icon {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: 0.2s;
}

.accordion-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.accordion-body {
  padding: 0 30px 30px 30px;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.accordion-body p:first-child {
  margin-top: 0;
}

.accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.prul-reviews {
  position: relative;
}

.prul-reviews.prul-reviews-hidden {
  max-height: 700px;
  overflow: hidden;
}

.prul-reviews-row {
  display: flex;
  gap: 20px;
}

.prul-reviews-col {
  flex-basis: calc((100% - 20px) / 2);
}

.prul-reviews-item {
  background-color: #253348;
  border: 2px solid #4B5B76;
  border-radius: 14px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  gap: 20px;
}

.prul-reviews-item:not(:last-child) {
  margin-bottom: 20px;
}

.prul-reviews-photo {
  flex-shrink: 0;
}

.prul-reviews-image img {
  width: 74px;
  height: 74px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.prul-reviews-header {
  display: flex;
  gap: 16px;
  align-items: center;
}

.prul-reviews-info {
  flex-grow: 1;
}

.prul-reviews-title {
  display: flex;
  gap: 10px;
  align-items: center;
}

.prul-reviews-name {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.prul-reviews-socials {
  flex-shrink: 0;
}

.prul-reviews-socials-item svg {
  width: 26px;
  height: 26px;
  display: block;
}

.prul-reviews-meta {
  color: #9CAEC5;
  line-height: 1.3;
  margin-top: 6px;
}

.prul-reviews-rating {
  flex-shrink: 0;
}

.prul-reviews-body {
  margin-top: 16px;
  line-height: 1.3;
}

.prul-reviews-body p:first-child {
  margin-top: 0;
}

.prul-reviews-body p:last-child {
  margin-bottom: 0;
}

.prul-reviews-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 264px;
  background: linear-gradient(0deg, rgb(15, 21, 32) 0%, rgba(15, 21, 32, 0) 100%);
}

.prul-reviews-more-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #253348;
  color: #fff;
  min-width: 200px;
  box-shadow: 0 14px 14px rgba(0, 0, 0, 0.35);
}

.prul-reviews-more-button:hover {
  background-color: #394A65;
}

.prul-marquee-title {
  text-align: center;
  font-size: 20px;
  color: #839EC9;
  font-weight: 500;
  margin-bottom: 20px;
}

.prul-marquee-line {
  position: relative;
  overflow: hidden;
  display: flex;
}

.prul-marquee-line img {
  -webkit-animation: marquee 19s linear infinite;
          animation: marquee 19s linear infinite;
  width: 2984px;
}

@-webkit-keyframes marquee {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

.prul-feedback {
  padding: 90px 0;
  background: url(../images/feedback-bg.svg) center/cover no-repeat;
}

.prul-feedback-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.prul-feedback-title .gradient {
  font-weight: 700;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, rgb(56, 134, 243) 0%, rgb(0, 182, 123) 100%);
}

.prul-feedback-sub-title {
  margin-top: 20px;
  color: #9CAEC5;
  font-size: 16px;
}

.prul-feedback-form {
  margin-top: 30px;
}

.prul-form-row {
  display: flex;
  gap: 10px;
}

.prul-form-row-inputs {
  flex-grow: 1;
  display: flex;
  gap: 10px;
}

.prul-form-row-inputs .prul-form-input {
  flex-basis: calc((100% - 20px) / 3);
}

.prul-form-input {
  background-color: rgba(243, 244, 247, 0.1);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.prul-form-input svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  display: block;
  width: 24px;
  height: 24px;
  color: currentColor;
  z-index: 4;
}

.prul-form-input::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.prul-form-input input {
  height: 54px;
  background: transparent;
  border: 1px solid #5F636C;
  border-radius: 8px;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  color: #fff;
  position: relative;
  z-index: 2;
  padding-left: 54px;
}

.prul-form-input input::-moz-placeholder {
  color: #6E798C;
}

.prul-form-input input:-ms-input-placeholder {
  color: #6E798C;
}

.prul-form-input input::placeholder {
  color: #6E798C;
}

.prul-form-row-submit {
  flex-basis: 226px;
}

.prul-form-submit .prul-button {
  width: 100%;
}

.prul-modal {
  padding: 0;
  border-radius: 30px;
  background-color: #0F1520;
  width: 100%;
  max-width: 1030px;
  box-sizing: border-box;
  color: #fff;
}

.prul-modal .carousel__button.is-close {
  background-color: #27303F;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

.prul-modal .carousel__button.is-close svg {
  width: 16px;
  height: 16px;
}

.prul-modal-row {
  display: flex;
  overflow: hidden;
  border-radius: 30px;
}

.prul-modal-col {
  flex-basis: 50%;
  padding: 60px;
}

.prul-modal-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.prul-modal-text {
  font-size: 16px;
  color: #9CAEC5;
}

.prul-modal-form {
  margin-top: 40px;
}

.prul-modal-form .prul-form-input:not(:last-child) {
  margin-bottom: 10px;
}

.prul-modal-form .prul-form-submit:not(:first-child) {
  margin-top: 10px;
}

.prul-modal-form .prul-form-submit .prul-button {
  max-width: 226px;
}

.prul-modal-contacts {
  border-radius: 30px 0 0 30px;
  outline: 1px solid #4B5B76;
  box-sizing: border-box;
  background: #27303F url(../images/modal-bg.jpg) center bottom/cover no-repeat;
}

.prul-modal-contacts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}

.prul-modal-contacts-item:not(:last-child) {
  margin-bottom: 30px;
}

.prul-modal-contacts-label {
  color: #9CAEC5;
  font-size: 16px;
  margin-bottom: 5px;
}

.prul-modal-contacts-value {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
}

.prul-modal-contacts-value a {
  text-decoration: none;
  color: currentColor;
}

@media (min-width: 768px) {
  .prul-position-relative {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }

  .prul-header-button .prul-button:hover {
    background-color: #FCBC58;
    box-shadow: 0 4px 34px rgba(240, 169, 59, 0.65);
  }

  .prul-button.prul-button-gradient:hover::before {
    opacity: 0;
  }

  .prul-button.prul-button-gradient:hover svg {
    opacity: 0;
  }

  .prul-button.prul-button-gradient:hover:has(svg) span {
    margin-right: -28px;
  }

  .prul-section.prul-section-over {
    overflow: hidden;
  }

  .prul-icon-list.prul-icon-list-absolute .prul-icon-list-item {
    position: absolute;
    top: 0;
    right: 9px;
    width: 100%;
    max-width: 500px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    overflow: hidden;
    box-shadow: 0 54px 34px -30px rgba(0, 0, 0, 0.35);
    background: radial-gradient(circle, rgba(15, 21, 32, 0.8) 0%, rgba(3, 4, 6, 0.8) 100%);
  }

  .prul-icon-list.prul-icon-list-absolute .prul-icon-list-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-backdrop-filter: blur(24px);
            backdrop-filter: blur(24px);
  }

  .prul-icon-list.prul-icon-list-absolute .prul-icon-list-item:nth-child(2) {
    top: auto;
    right: auto;
    left: 9px;
    bottom: 0;
  }

  .prul-icon-list.prul-icon-list-absolute .prul-icon-list-item .prul-icon-list-header {
    position: relative;
    z-index: 2;
  }

  .prul-icon-list.prul-icon-list-absolute .prul-icon-list-item .prul-icon-list-text {
    position: relative;
    z-index: 2;
  }

  .prul-cases-slider {
    display: none;
  }
}

@media (min-width: 1024px) {
  .fancybox__slide:has(.prul-modal-cover) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (min-width: 1025px) {
  .desktop-hidden {
    display: none !important;
  }

  .py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .py-230 {
    padding-top: 230px;
    padding-bottom: 230px;
  }

  .prul-section-image-alt img {
    position: absolute;
    bottom: -70px;
    left: 0;
    display: block;
  }

  .prul-section-image-alt.alt-left img:not(.alt-left-extra-image) {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: auto;
    right: 125px;
    display: block;
  }
}

@media (max-width: 1204.98px) {
  .prul-section-image-alt.alt-left img:not(.alt-left-extra-image) {
    width: 100% !important;
  }
}

@media (max-width: 1203.98px) {
  .prul-section-image-alt img {
    width: 100% !important;
  }
}

@media (max-width: 1024.98px) {
  .prul-hero {
    background: url(../images/hero-bg-1.jpg) left 30% top/1200px no-repeat;
  }

  .prul-hero-inner {
    padding-bottom: 140px;
  }

  .prul-hero-content {
    max-width: 710px;
    padding-top: 40px;
  }

  .prul-hero-button .prul-button {
    min-width: 343px;
  }

  .prul-hero-features {
    margin-top: 80px;
  }

  .prul-section.prul-section-bg {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .prul-section {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .prul-section-row {
    display: block;
  }

  .prul-section-col:not(:last-child) {
    margin-bottom: 32px;
  }

  .prul-section-image-alt.alt-left .alt-left-extra-image {
    right: 30px;
    bottom: -20px;
    left: auto;
    width: 40% !important;
  }

  .prul-cases-item {
    flex-basis: calc((100% - 20px) / 2);
  }

  .prul-reviews.prul-reviews-hidden {
    max-height: 765px;
  }

  .prul-feedback {
    background: url(../images/feedback-bg.svg) right -100px center/cover no-repeat;
  }
}

@media (max-width: 1023.98px) {
  .prul-cards-image {
    padding-bottom: 66%;
  }

  .prul-cta-title-alt {
    font-size: 50px;
  }

  .prul-reviews-item {
    display: block;
  }

  .prul-reviews-photo {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .mobile-hidden {
    display: none !important;
  }

  .prul-hero {
    background: url(../images/hero-bg.jpg) left -152px top 0/1220px no-repeat;
  }

  .prul-hero-inner {
    padding-bottom: 90px;
  }

  .prul-header {
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .prul-hero-content {
    padding-top: 300px;
  }

  .prul-hero-title span {
    white-space: normal;
  }

  .prul-hero-title {
    font-size: 32px;
  }

  .prul-hero-sub-title {
    font-size: 20px;
    margin-top: 24px;
  }

  .prul-hero-button .prul-button {
    width: 100%;
    min-width: 0;
  }

  .prul-hero-button {
    margin-top: 24px;
  }

  .prul-hero-features {
    display: block;
    margin-top: 90px;
  }

  .prul-hero-features-item {
    font-size: 24px;
  }

  .prul-hero-features-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .prul-section.prul-section-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .prul-section-header {
    margin-bottom: 32px;
  }

  .prul-section-title {
    font-size: 32px;
  }

  .prul-section-sub-title {
    font-size: 20px;
  }

  .prul-comparison-label {
    margin-bottom: 10px;
  }

  .prul-comparison-value-text span {
    font-size: 16px;
    font-weight: 400;
  }

  .prul-comparison-value-icon {
    display: flex;
    justify-content: space-evenly;
  }

  .prul-comparison-button .prul-button {
    min-width: 0;
    width: 100%;
    max-width: 360px;
  }

  .prul-cards-item {
    flex-basis: 100%;
  }

  .prul-cards-image {
    padding-bottom: 51%;
  }

  .prul-cards-content {
    padding: 10px;
  }

  .prul-cards-title {
    font-size: 20px;
  }

  .prul-icon-list-title {
    font-size: 20px;
  }

  .prul-cases-row {
    display: none;
  }

  .prul-cases-item {
    flex-basis: 100%;
  }

  .prul-cases-country-name {
    font-size: 20px;
  }

  .prul-cases-result {
    font-size: 24px;
    margin-top: 48px;
  }

  .prul-cta-inner {
    padding: 60px 0;
  }

  .prul-cta-title-alt {
    font-size: 32px;
  }

  .prul-cta-title {
    font-size: 24px;
  }

  .accordion-title {
    font-size: 20px;
  }

  .accordion-body {
    font-size: 16px;
  }

  .accordion-header {
    padding: 20px;
  }

  .accordion-body {
    padding: 0 20px 20px 20px;
  }

  .prul-reviews.prul-reviews-hidden {
    max-height: 1200px;
  }

  .prul-reviews-row {
    display: block;
  }

  .prul-reviews-col:not(:last-child) {
    margin-bottom: 20px;
  }

  .prul-reviews-header {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .prul-reviews-name {
    font-size: 20px;
  }

  .prul-reviews-more-button {
    top: 90%;
  }

  .prul-marquee-title {
    font-size: 16px;
  }

  .prul-marquee-line img {
    width: 1300px;
  }

  .prul-feedback {
    padding-bottom: 40px;
    padding-top: 260px;
    background: url(../images/feedback-bg-mobile.svg) right top/cover no-repeat;
  }

  .prul-form-row {
    flex-direction: column;
  }

  .prul-form-row-inputs .prul-form-input {
    flex-basis: auto;
  }

  .prul-form-row-inputs {
    flex-direction: column;
  }

  .prul-form-row-submit {
    flex-basis: auto;
  }

  .fancybox__slide:has(.prul-modal-cover) {
    padding: 0;
  }

  .prul-modal.prul-modal-cover {
    border-radius: 0;
    height: 100%;
  }

  .prul-modal.prul-modal-cover .carousel__button.is-close {
    top: 20px;
    right: 20px;
    background-color: #27303F;
    border-radius: 50%;
    width: 34px;
    height: 34px;
  }

  .prul-modal.prul-modal-cover .carousel__button.is-close svg {
    width: 16px;
    height: 16px;
  }

  .prul-modal-row {
    flex-direction: column;
    height: 100%;
    border-radius: 0;
  }

  .prul-modal-col {
    padding: 40px 20px;
  }

  .prul-modal-feedback {
    padding-bottom: 70px;
    flex-grow: 1;
  }

  .prul-modal-form .prul-form-submit .prul-button {
    max-width: 100%;
  }

  .prul-modal-contacts {
    border-radius: 30px 30px 0 0;
    padding-top: 30px;
  }

  .prul-modal-contacts-list {
    margin-top: 20px;
  }

  .prul-modal-contacts-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024.98px) {
  .tablet-hidden {
    display: none !important;
  }

  .prul-icon-list.prul-icon-list-mobile-row {
    display: flex;
    gap: 24px;
    max-width: 100%;
  }

  .prul-icon-list-item:not(:last-child) {
    margin-bottom: 0;
  }

  .prul-icon-list-item {
    flex-basis: calc((100% - 24px) / 2);
  }
}</pre></body></html>