<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-ipms main {
  overflow: visible;
}

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

@media(min-width: 768px) {
  .page-ipms .desktop-hidden {
    display: none;
  }   
}


.about-hero-ipms {
  background: #F3F4F7 url(../images/ipms/hero-bg.png) center top / 100% no-repeat;
  color: #313C4E;
}

@media(max-width: 767.98px) {
  .about-hero-ipms {
    overflow: hidden;
  }
}

.about-hero-ipms .about-hero-breadcrumbs-list {
  color: #62738D;
}


.about-hero-ipms .about-hero-breadcrumbs-list li a {
  color: currentColor;
}

.about-hero-ipms .about-hero-breadcrumbs-list li:not(:last-child)::after {
  background-image: url(../images/ipms/breadcrumbs-arrow.svg);
}

.about-hero-ipms .about-hero-image {
  max-width: 460px;
}

.about-hero-ipms .about-hero-title {
  font-size: 47px;
}

.about-hero-ipms .about-hero-image-wrapper {
  transform: none;
  border-radius: 16px;
  border: 7px solid #fff;
  padding-bottom: 77%;
  box-shadow: -30px -30px 71px rgba(49, 60, 78, 0.1);
}

.about-hero-button-white {
  background-color: rgba(243, 244, 247, 0.6);
  border: 3px solid rgba(255, 255, 255, 0.7);
  color: #313C4E;
  box-shadow: 0 14px 40px rgba(15, 19, 27, 0.1);
}

.about-hero-button-white:hover {
  color: #145FAC;
  background-color: rgba(243, 244, 247, 0.8);
}

.about-hero-ipms .about-hero-button {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.about-hero-ipms .about-hero-button .btn {
  height: 59px;
}


.page-ipms .site-section-title {
  font-size: 44px;
}


.site-section-about-ideology-ipms .about-ideology-number {
  margin-bottom: 0;
  font-size: 100px;
}

.page-ipms .about-numbers-col {
  flex-grow: 1;
}

.page-ipms .about-numbers-value {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-numbers-value svg {
  width: 50px;
  height: 50px;
}

@media(min-width: 1025px) {
  .about-hero-row {
    margin-top: 0;
  }
}
















.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: #F3F4F7;
  border: none;
  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: #313C4E;
  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;
  color: #62738D;
}

.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;
}


@media (max-width: 1024.98px) {
  .prul-reviews.prul-reviews-hidden {
    max-height: 765px;
  }
}


@media (max-width: 1023.98px) {

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

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

}


@media(max-width: 767.98px) {
  .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%;
  }

}

@media (min-width: 1025px) and (max-width: 1560px) {
  .prul-reviews-name {
    font-size: 20px;
  }
  .prul-reviews-meta {
    font-size: 13px;
  }

  .prul-reviews-image img {
    width: 64px;
    height: 64px;
  }
}











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

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

.accordion-item {


  border-bottom: 1px solid #AFBDD1;
  color: #62738D;
}

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

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

.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);
}


@media(max-width: 767.98px) {
  .accordion-title {
    font-size: 20px;
  }

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

  .accordion-header {
    padding: 20px;
  }

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




.site-section-header-center {
  text-align: center;
}














@media(max-width: 767.98px) {
  .about-hero-ipms .about-hero-title {
    font-size: 38px;
  }
  .page-ipms .site-section-title {
    font-size: 28px;
  }
}




.site-section-ipms-bg {
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #F3F4F7;
  padding-top: 130px;
  padding-bottom: 120px;
  border-radius: 30px;
}


@media(max-width: 767.98px) {
  .site-section-ipms-bg {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .site-section-ipms-bg .about-hero-button {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    text-align: center;
  }
  .site-section-ipms-bg .about-hero-button .btn {
    padding-left: 10px;
    padding-right: 10px;
  }


  .page-ipms .about-ideology-header {
    display: block;
  }
  .page-ipms .about-ideology-number {
    font-size: 70px;
  }
}

.page-ipms .site-section .posts {
  gap: 20px;
}
.page-ipms .site-section .posts .blog-post {
  margin: 0;
}














.site-section {
}
.vendor-compare {
  background-color: #F3F4F7;
  border-radius: 30px;
  padding: 130px 0 0;
  margin-left: 20px;
  margin-right: 20px;
  color: #313C4E;
}
.site-container {
}
.site-section-inner {
}
.site-section-header {
}
.site-section-title {
}

.vendor-compare .site-section-header {
  margin-bottom: 20px !important;
}


.vendor-compare-table-collapse {
  position: relative;

}

.vendor-compare-table-collapse::after {
  content: '';
  display: block;
  width: 100%;
  height: 188px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, #fff 0%, transparent 100%);
  z-index: 10;
}

.vendor-compare-table-collapse.collapsed {
  overflow: hidden;
  max-height: 768px;
}

.vendor-compare-table-collapse-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  color: #145FAC;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  z-index: 12;

}

.vendor-compare-table-collapse:not(.collapsed)::after {
  display: none;
}
.vendor-compare-table-collapse:not(.collapsed) .vendor-compare-table-collapse-button {
  display: none;
}

.vendor-compare-table-collapse:not(.collapsed) {
  padding-bottom: 130px;
}

@media(max-width: 1023.98px) {
  .vendor-compare-table-collapse:not(.collapsed) {
    padding-bottom: 90px;
  }
}
@media(max-width: 767.98px) {
  .vendor-compare-table-collapse:not(.collapsed) {
    padding-bottom: 80px;
  }
}

.vendor-compare-table-collapse-button svg {
  width: 24px;
  height: 24px;
}

.vendor-compare-table-wrapper {
  padding-top: 27px;
}




.vendor-compare-table {
  position: relative;

}


.vendor-compare-table::after {
  content: '';
  display: block;
  position: absolute;
  top: -27px;
  left: calc( 19% + 40px - 16px );
  background: url(../images/ipms/col-bg.png) center / cover no-repeat;
  border-radius: 16px;
  border: 7px solid #fff;
  box-sizing: border-box;
  width: calc( ( (100% - 40px * 3) / 4 ) + 60px );
  height: calc(100% + ( 2 * 27px) );
  z-index: 1;
}

.vendor-compare-table-row {
  display: flex;
  gap: 40px;
  position: relative;
  z-index: 2;


}
.vendor-compare-table-col {
  flex-basis: calc( (100% - 40px * 3) / 4 );
  border-bottom: 1px solid #AFBDD1;
  flex-grow: 1;
}

.vendor-compare-table-col:first-child {
  flex-basis: 19%;
  flex-shrink: 0;
}

.vendor-compare-table-cell {
  padding-top: 20px;
  padding-bottom: 20px;

}
.vendor-compare-table-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.vendor-compare-table-text {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  color: #62738D;
}

.vendor-compare-table-row:first-child .vendor-compare-table-col:not(:first-child) {
  text-align: center;
}

.vendor-compare-table-row:first-child .vendor-compare-table-col {
  border: none;
  display: flex;
  align-items: center;

}
.vendor-compare-table-row:first-child .vendor-compare-table-cell {
    padding-top: 0;
    padding-bottom: 0;
    flex-grow: 1;
}

.vendor-compare-table-logo {
  display: block;
  width: 150px;
  height: 43px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.vendor-compare-table-col:nth-child(2) .vendor-compare-table-text {
  color: #313C4E;
}


@media(min-width: 768px) {
  .vendor-compare .desktop-hidden {
    display: none;
  }
}


@media(max-width: 1023.98px) {
  .vendor-compare {
    padding-top: 90px;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .vendor-compare-table-title {
    font-size: 18px;
  }
  .vendor-compare-table::after {
    left: calc( 19% + 40px - 22px );
  }
}


@media(max-width: 767.98px) {
  .vendor-compare {
    padding-top: 80px;
    padding-bottom: 0;
    border-radius: 0;
  }
  .vendor-compare .site-container {
    padding-left: 0;
    padding-right: 0;
  }

  .vendor-compare .site-section-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .vendor-compare-table-scroll {


  }

  .vendor-compare-table-wrapper {
    overflow-x: auto;

    padding-bottom: 40px;
  }
  .vendor-compare-table {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    width: 680px;
  }
  .vendor-compare-table-col:first-child {
    display: none !important;
  }
  .vendor-compare-table-row {
    gap: 20px;
  }
  .vendor-compare-table-col {
    flex-basis: 200px;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
  }
  .vendor-compare-table::after {
    left: 0;
    width: 232px;
  }
  .vendor-compare-table-title {
    font-size: 15px;
  }

  .vendor-compare-table-row:not(:first-child) .vendor-compare-table-col:not(:nth-child(2)) .vendor-compare-table-title {
    color: #62738D;
  }

  .vendor-compare-table-row:first-child .vendor-compare-table-title {
    font-size: 18px;
  }
  .vendor-compare-table-text {
    font-size: 13px;
  }
  .vendor-compare-table-text:not(:first-child) {
    margin-top: 5px;
  }



}




@media(min-width: 1024px) {
  .site-section-about-ideology-ipms .about-ideology-item {
    transition: .4s;
    border-radius: 12px;
    flex-basis: 50%;
    padding: 16px 24px 24px;
    box-sizing: border-box;
  }
  .about-ideology-item-text {
    transition: .4s;
  }
  .about-ideology-number {
    transition: .4s;
  }
  .site-section-about-ideology-ipms .about-ideology-item:hover {
    background-color: #145FAC;
    color: #fff;
  }
  .site-section-about-ideology-ipms .about-ideology-item:hover .about-ideology-item-text {
    color: #fff;
  }
  .site-section-about-ideology-ipms .about-ideology-item:hover  .about-ideology-number {
    background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.6));
  }
  .site-section-about-ideology-ipms .about-ideology-row {
    gap: 0;
  }
}



@media(max-width: 767.98px) {
  .site-section-about-numbers-ipms {
    margin-bottom: 0;
  }
  .site-section-about-numbers-ipms .about-numbers {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .site-section-ipms-bg {
    margin-top: 0;
  }
}



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

.prul-reviews-ipms .prul-reviews-image img {
  width: 56px;
  height: 56px;
}

.prul-reviews-ipms .prul-reviews-socials {
  display: flex;
  align-items: flex-end;
}

.prul-reviews-ipms .prul-reviews-item {
  padding: 20px;
  border-radius: 12px;
}

.prul-reviews-body p:not(:last-child) {
  margin-bottom: 12px;
}


@media(max-width: 767.98px) {
  .prul-reviews-ipms .prul-reviews-header {
    flex-direction: row;
    align-items: center;
  }
  .prul-reviews-ipms .prul-reviews-photo {
    margin-bottom: 0;
  }
  .prul-reviews-ipms .prul-reviews-name {
    font-size: 18px;
  }
  .prul-reviews-ipms .prul-reviews-body {
    font-size: 13px;
  }

}





.plan {
  color-scheme: light only;
  --color-black: #313C4E;
  --color-light-black: #62738D;
  --color-black-rgb: 49, 60, 78;
  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;
  --color-light-gray: #F3F4F7;
  --color-light-gray-rgb: 243, 244, 247;
  --color-orange: #F0A93B;
  --color-orange-2: #FEB645;
  --color-blue: #145FAC;
  --color-blue-rgb: 20, 95, 172;
  --color-blue-2: #336FC2;
  --color-blue-dark: #0f131b;
  --color-blue-dark-rgb: 15, 19, 27;
  --opacity-10: .1;
  --opacity-15: .15;
  --opacity-30: .3;
  --opacity-60: .6;
  --opacity-70: .7;
  --site-header-height: 96px;
  --container-width: 1244px;
  --container-side-padding: 20px;
  --gap-xs: 8px;
  --gap-s: 12px;
  --gap-m: 16px;
  --gap-l: 24px;
  --gap-xl: 32px;
  --gap-xxl: 40px;
  --fs-base: 20px;
  --fs-btn: 16px;
  --fs-text: 18px;
  --fs-text-small: 16px;
  --fs-h1: 60px;
  --fs-h2: 44px;
  --fs-h3: 36px;
  --fs-h4: 24px;
  --fw-base: 400;
  --fw-bold: 600;
  --lh-base: 1.3;
  --lh-text: 1.35;
  --lh-h1: 1.15;
  --lh-h2: 1.2;
  --lh-h3: 1.2;
  --lh-h4: 1.2;
  --lh-s: 1.3;
  --lh-s-super: 1.44;
  --lh-btn: 1.2;
  --lsp-base: 1;
  --b-rad-s: 8px;
  --b-rad-m: 40px;
  --animate-time: .3s;
  --base-icon-size: 32px;
  --color-body: var(--color-white);
}

@media screen and (max-width: 1440px) {
  .plan {
    --fs-text-small: 16px;
    --fs-h1: 38px;
    --fs-h2: 31px;
    --fs-h3: 25px;
    --fs-h4: 20px;
    --section-padding: 40px;
    --base-icon-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .plan {
    --fs-base: 15px;
    --fs-btn: 13px;
    --fs-text: 13px;
    --fs-text-small: 12px;
    --fs-h1: 38px;
    --fs-h2: 28px;
    --fs-h3: 22px;
    --fs-h4: 18px;
    --site-header-height: 70px;
    --container-width: 500px;
    --container-side-padding: 16px;
    --base-icon-size: 32px;
  }
}




.plan {
  position: relative;
}

.plan__section:nth-of-type(5n + 1) {
  top: 100px;
}
@media screen and (max-width: 1023px) {
  .plan__section:nth-of-type(5n + 1) {
    top: 75px;
  }
}

.plan__section:nth-of-type(5n + 2) {
  top: 245px;
}
@media screen and (max-width: 1023px) {
  .plan__section:nth-of-type(5n + 2) {
    top: 95px;
  }
}

.plan__section:nth-of-type(5n + 3) {
  top: 390px;
}
@media screen and (max-width: 1023px) {
  .plan__section:nth-of-type(5n + 3) {
    top: 115px;
  }
}

.plan__section:nth-of-type(5n + 4) {
  top: 535px;
}
@media screen and (max-width: 1023px) {
  .plan__section:nth-of-type(5n + 4) {
    top: 135px;
  }
}

.plan__section:nth-of-type(5n + 5) {
  top: 680px;
}
@media screen and (max-width: 1023px) {
  .plan__section:nth-of-type(5n + 5) {
    top: 155px;
  }
}

.plan__section {
  position: sticky;
}
.plan__section:nth-of-type(5n + 1) .plan__section-inner {
  border: 1px solid #AFBDD1;
  background-color: var(--color-body);
}
.plan__section:nth-of-type(5n + 2) .plan__section-inner {
  background-color: #F3F7FB;
}
.plan__section:nth-of-type(5n + 3) .plan__section-inner {
  background-color: #DCE7F3;
}
.plan__section:nth-of-type(5n + 4) .plan__section-inner {
  background-color: #C4D7EA;
}
.plan__section:nth-of-type(5n + 5) .plan__section-inner {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.plan__section:nth-of-type(5n + 5) .plan__section-inner .plan__list li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99935 1.66675C5.39935 1.66675 1.66602 5.40008 1.66602 10.0001C1.66602 14.6001 5.39935 18.3334 9.99935 18.3334C14.5993 18.3334 18.3327 14.6001 18.3327 10.0001C18.3327 5.40008 14.5993 1.66675 9.99935 1.66675ZM8.33268 14.1667L4.16602 10.0001L5.34102 8.82508L8.33268 11.8084L14.6577 5.48341L15.8327 6.66675L8.33268 14.1667Z' fill='%23F3F4F7'/%3E%3C/svg%3E%0A");
}

.plan__section-inner {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding: 35px;
  border-radius: 14px;
}
@media screen and (max-width: 1280px) {
  .plan__section-inner {
    padding: 25px 16px;
    width: calc(100% + var(--container-side-padding) * 2);
    margin-left: calc(var(--container-side-padding) * -1);
  }
}
@media screen and (max-width: 1023px) {
  .plan__section-inner {
    padding: 20px 16px;
    row-gap: 16px;
    min-height: 557px;
  }
}

.plan__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
}
@media screen and (max-width: 1023px) {
  .plan__header {
    flex-direction: column;
    align-items: stretch;
    row-gap: 16px;
  }
}

.plan__header-title {
  display: flex;
  align-items: center;
  gap: 20px;
}

.plan__header-tag {
  padding: 14px;
  font-size: var(--fs-btn);
  font-weight: var(--fw-bold);
  line-height: var(--lh-btn);
  text-transform: uppercase;
  color: var(--color-blue);
  background-color: rgba(var(--color-blue-rgb), var(--opacity-15));
  border-radius: 16px;
}

.plan__header-descr {
  margin-top: 10px;
}
.plan__header-descr p + p {
  margin-top: 7px;
}

.plan__header-btn {
  min-width: 200px;
}
@media screen and (max-width: 1023px) {
  .plan__header-btn {
    --btn-height: 46px;
    width: 100%;
  }
}

.plan__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.plan__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 28px;
  padding-left: 30px;
}
.plan__list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  color: blue;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99935 1.66675C5.39935 1.66675 1.66602 5.40008 1.66602 10.0001C1.66602 14.6001 5.39935 18.3334 9.99935 18.3334C14.5993 18.3334 18.3327 14.6001 18.3327 10.0001C18.3327 5.40008 14.5993 1.66675 9.99935 1.66675ZM8.33268 14.1667L4.16602 10.0001L5.34102 8.82508L8.33268 11.8084L14.6577 5.48341L15.8327 6.66675L8.33268 14.1667Z' fill='%23145FAC'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 1023px) {
  .plan__list {
    display: block;
  }
  .plan__list li + li {
    margin-top: 10px;
  }
}









.site-section-plan {
/*  padding-bottom: 120px;*/
}

.site-section-plan .plan__list li {
  margin-bottom: 0;
}

.site-section-plan .plan {
/*  margin-top: -100px;*/
}

.site-section-plan .plan__header-descr p {
  margin: 0;
}

.site-section-plan .plan__header-descr p:last-child {
  margin-top: 6px;
}

.site-section-plan .plan__header-title .h2 {
  margin: 0;
}

@media(max-width: 767.98px) {
  .site-section-plan .plan {
    margin-top: 0;
  }
  .site-section-plan {
    margin-bottom: 30px;
  }
}








.offer-main {
  position: relative;
  padding: 90px 0;
  background-color: #1766B1;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .offer-main {
    padding: 40px 0;
  }
}

.offer-main__bg.offer-main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.offer-main__bg.offer-main__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-main__bottom {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.offer-main__btn {
  --btn-height: 67px;
}
.offer-main__btn.link-button--light {
  border: 3px solid rgba(255,255,255, 0.3);
}
@media screen and (max-width: 1023px) {
  .offer-main__btn {
    --btn-height: 67px;
    flex: 1 1 0;
  }
}









.offer-main .btn {
  height: 67px;
  box-sizing: border-box;
  font-size: 16px;
}


.btn.btn--glass {
  background-color: rgba(243, 244, 247, 0.1);
  border: 3px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  transition: .2s;
}

.btn.btn--glass:hover {
  background-color: rgba(243, 244, 247, 0.6);
  border-color: #fff;
  color: #145FAC;
}



@media(max-width: 767.98px) {
  .page-ipms .about-hero-button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .page-ipms .about-hero-button .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .offer-main__bottom .btn {
    padding-left: 10px;
    padding-right: 10px;
    height: 56px;
    font-size: 13px;    
  }
}









.steps__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: num;
}
@media screen and (max-width: 1023px) {
  .steps__list {
    grid-template-columns: 1fr;
  }
}

.steps__item {
  counter-increment: num;
  position: relative;
}
.steps__item::before {
  content: counter(num, decimal-leading-zero);
  display: block;
  margin-bottom: 40px;
  font-size: 44px;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .steps__item::before {
    margin-bottom: 20px;
  }
}
.steps__item::after {
  content: "";
  position: absolute;
  top: 26.5px;
  right: 0;
  height: 2px;
  width: calc(100% - 70px);
  background: linear-gradient(90deg, rgba(49, 60, 78, 0) 0%, rgba(49, 60, 78, 1) 100%);
}
@media screen and (max-width: 1440px) {
  .steps__item::after {
    top: 18.5px;
    width: calc(100% - 54px);
  }
}
@media screen and (max-width: 1023px) {
  .steps__item::after {
    top: 17px;
    width: calc(100% - 51px);
  }
}

.steps__title {
  margin-bottom: 20px;
  font-size: 24px;
}


.steps-ipms .steps__list {
  grid-template-columns: repeat(3, 1fr);

}

@media(max-width: 767.98px) {
  .steps-ipms .steps__list {
    grid-template-columns: repeat(1, 1fr);
  }  
}


.steps__descr {
  font-size: 18px;
}


@media(max-width: 1023.98px) {
  .steps__title {
    font-size: 20px;
  }
}

@media(max-width: 767.98px) {
  .steps__title {
    font-size: 18px;
  }
  .steps__descr {
    font-size: 13px;
  }
}





.site-section-cards .site-container {
  max-width: 1400px;
}

.ipms-card {
  display: flex;
  background: linear-gradient(to left, #F3F4F7 0%, #F3F4F7 37%, #ffffff 100%);
  padding: 140px 100px;
  box-sizing: border-box;
  border-radius: 18px;
  align-items: center;
  gap: 60px;
}

.ipms-card-bg-2 {
  background: linear-gradient(to right, #F3F4F7 0%, #F3F4F7 37%, #ffffff 100%);
}


.ipms-card-bg-3 {
  background: url(../images/ipms/card-blue-bg.jpg) center / cover no-repeat;
  color: #fff;
}

.ipms-card-bg-3 .ipms-card-tag {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.ipms-card-bg-3 .ipms-card-title {
  color: #fff;
}

.ipms-card-bg-3 .ipms-card-text {
  color: #fff;
}

.ipms-card-bg-4 {
  background: #F0A93B;
}


.ipms-card-bg-4 .ipms-card-tag {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.ipms-card-bg-4 .ipms-card-title {
  color: #fff;
}

.ipms-card-bg-4 .ipms-card-text {
  color: #fff;
}


.ipms-card:not(:last-child) {
  margin-bottom: 20px;
}

.ipms-card-col {
  flex-basis: calc( (100% - 60px) / 2 );
}
.ipms-card-image {
}
.ipms-card-content {

}
.ipms-card-tag {
  display: inline-flex;
  min-height: 55px;
  background-color: rgba(20, 95, 172, 0.15);
  color: #145FAC;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  border-radius: 16px;
  padding: 6px 18px;
  box-sizing: border-box;
  margin-bottom: 30px;
  align-items: center;
}
.ipms-card-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2;
}
.ipms-card-text {
  font-size: 20px;
  line-height: 1.35;
}

.ipms-card-text ul {
  font-size: 18px;
  list-style: disc;
  padding-left: 24px;
}

.ipms-card-text ul li {
  padding-left: 0;
}

.ipms-card-text ul li::before {
  display: none;
}

.ipms-card-text ul li:not(:last-child) {
  margin-bottom: 15px;
}


@media(min-width: 768px) {
  .ipms-card-content .ipms-card-image {
    display: none;
  }
}

@media(max-width: 1400px) {
  .ipms-card-title {
    font-size: 31px;
  }
}

@media(max-width: 767.98px) {
  .ipms-card {
    display: block;
    padding: 16px;
    border-radius: 0;
    margin-bottom: 0 !important;
  }
  .ipms-card-col.mobile-hidden {
    display: none;
  }
  .ipms-card-tag {
    font-size: 13px;
    min-height: 36px;
    margin-bottom: 18px;
    border-radius: 7px;
  }
  .ipms-card-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .ipms-card-text {
    font-size: 13px;
  }
  .ipms-card-text ul {
    font-size: 13px;
  }
  .ipms-card-content .ipms-card-image {
    margin-bottom: 30px;
  }
  .site-section-cards .site-container {
    padding-left: 0;
    padding-right: 0;
  }
  .site-section-cards .site-section-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media(max-width: 767.98px) {
  .site-section-ipms-bg .site-section-row {
    display: flex;
    flex-direction: column-reverse;

  } 
  .site-section-ipms-bg .site-section-col {
    flex-basis: auto;
  } 
}

.about-hero-ipms .prul-marquee {
  margin-top: 150px;
}

.about-hero-ipms .prul-marquee-line {
  margin-top: 0;
}

.about-hero-ipms .prul-marquee-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

@media(max-width: 767.98px) {
  .about-hero-ipms .prul-marquee {
    margin-top: 60px;
  }
  .about-hero-ipms .about-hero-image {
    margin-bottom: 35px;
  }
}



.ipms-card {
  overflow: hidden;
}

.ipms-card-image-1 {
  transform: translateX(100px) scale(1.18);
}

.ipms-card-image-2 {
  transform: translateX(-100px) scale(1.18);
}


.ipms-collapsed {
  position: relative;
}

.ipms-collapsed::after {
  content: '';
  display: block;
  width: 100%;
  height: 188px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, #fff 0%, transparent 100%);
  z-index: 10;  
}


.ipms-collapsed.collapsed {
  overflow: hidden;
  max-height: 629px;  
}

.ipms-collapsed-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  color: #145FAC;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  z-index: 12;
}

.ipms-collapsed:not(.collapsed)::after {
  display: none;
}
.ipms-collapsed:not(.collapsed) .ipms-collapsed-button {
  display: none;
}

.ipms-collapsed-button svg {
  width: 24px;
  height: 24px;
}



.prul-reviews-ipms.ipms-collapsed.collapsed {
  max-height: 580px; 
}


@media(min-width: 768px) {
  .prul-reviews-ipms.ipms-collapsed.collapsed {
    overflow: visible;
    max-height: none;
  }
  .prul-reviews-ipms.ipms-collapsed.collapsed .ipms-collapsed-button {
    display: none;
  }
  .prul-reviews-ipms.ipms-collapsed.collapsed::after {
    display: none;
  }
}


.about-hero-ipms .about-hero-image-wrapper {
  cursor: pointer;
}




.posts-slider {
  margin-top: -74px;
}

@media(max-width: 767.98px) {
  .posts-slider {
    margin-top: -60px;
  }  
}

.posts-slider .blog-post {
  width: 100%;
  margin: 0;
}

.posts-slider .blog-post-title {
  font-size: 18px;
}

.blog-post-read-more {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
  font-size: 16px;
  color: #145FAC;

}

.blog-post-read-more svg {
  width: 24px;
  height: 24px;
}



.about-timeline-slider-nav {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 50px;
}

.about-timeline-slider-nav-button {
  width: 50px;
  height: 26px;
  color: #145FAC;
  
}

.about-timeline-slider-nav-button.swiper-button-disabled {
  color: #D1D7E0;
}

.about-timeline-slider-nav-button svg {
  width: 50px;
  height: 26px;
}



.about-hero-content {
  position: relative;
  z-index: 2;
}

.hero-ipms-image {
  position: relative;
  z-index: 1;
}
.hero-ipms-image-holder {
  width: 1040px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
}

.hero-ipms-image-wrapper {
  position: relative;
  padding-bottom: 57.7%;
}

.hero-ipms-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media(max-width: 1200px) {
  .hero-ipms-image-holder {
    width: 753px;
  }
}

@media(max-width: 767.98px) {
  .hero-ipms-image-holder {
    position: static;
    transform: none;
    width: 100%;
  }

  .about-hero-ipms .about-hero-row {
    flex-direction: column;
  }




  .hero-ipms-image {
    position: relative;
    padding-bottom: 68%;    
  }
  .hero-ipms-image-holder {
    width: calc(100% + 36vw);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);    
  }


}








.feedback-modal {
  border-radius: 20px;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
}
.feedback-modal-inner {
}
.feedback-modal-header {
  margin-bottom: 20px;
}
.feedback-modal-title {
  font-size: 25px;
  text-align: center;
  color: #313C4E;
  font-weight: 700;
}
.feedback-modal-content {
}
.feedback-modal-form {
}
.feedback-modal-form-line {
  margin-bottom: 20px;
}
.feedback-modal-form-input {
}

.feedback-modal-form-input label span {
  font-weight: 700;
  line-height: 1.3;
  font-size: 20px;
  color: #313C4E;
  display: block;
}

.feedback-modal-form-input .iti {
  width: 100%;
}

.feedback-modal-form-input .iti:not(:first-child) {
  margin-top: 10px;
}

.feedback-modal-form-input input {
  height: 54px;
  font-size: 20px;
  background-color: #F3F4F7;
  border-radius: 8px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  display: block;
}

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

.feedback-modal-form-input select {
  height: 54px;
  font-size: 20px;
  background-color: #F3F4F7;
  border-radius: 8px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.feedback-modal-form-input select:not(:first-child) {
  margin-top: 10px;
}

.feedback-modal-form-row {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.feedback-modal-form-col {
  flex-basis: 100%;
}

.feedback-modal-submit {

}

.feedback-modal-submit .btn {
  height: 59px;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
}

@media(max-width: 1023.98px) {
  .feedback-modal-form-col {
    flex-basis: calc( (100% - 20px) / 2 );
  }
}

@media(max-width: 767.98px) {

  .feedback-modal-form-col {
    flex-basis: 100%;
  }

  .feedback-modal {
    padding: 24px 16px;
  }

  .feedback-modal-title {
    font-size: 22px;
  }

  .feedback-modal-form-input label span {
    font-size: 15px;
  }
  .feedback-modal-form-input input {
    font-size: 16px;
  }
  .feedback-modal-form-input select {
    font-size: 16px;
  }
  .feedback-modal-submit .btn {
    font-size: 13px;
  }
}


.ipms-video-button {
  position: fixed;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  right: 10px;
  bottom: 10px;
  background: url(../images/ipms/ipms-video-button.png) center / cover no-repeat;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 0 28px;
  height: 66px;
  box-sizing: border-box;
  border-radius: 14px;
  box-shadow: -5px 0 44px 0 rgba(20, 94, 171, 0.4);
  z-index: 10;
  overflow: hidden;

}

.ipms-video-button svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.ipms-video-button-content {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.ipms-video-button video {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 9%;
  transform: translate(-73%, -49%) rotate(-29deg);
  width: 1024px;
  height: 1024px;
  z-index: 1;
}


@media(min-width: 1024px) {
  .ipms-video-button {
    right: -93px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

@media(max-width: 767.98px) {
  .ipms-video-button {
    font-size: 15px;
    height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }
}


.site-section-form {
  background-color: #fff;
  border-radius: 14px;
  padding: 35px;
  box-sizing: border-box;
  margin-left: 24px;
}

.site-section-title-big {
  color: #fff;
  font-weight: 700;
  font-size: 50px;

}

@media(max-width: 767.98px) {
  .site-section-form {
    margin-left: 0;
  }
}

@media(max-width: 1023.98px) {
  .site-section-title-big {
    font-size: 38px;
  }
}

@media(max-width: 767.98px) {
  .site-section-title-big {
    font-size: 28px;
  }
  .site-section-form {
    padding: 16px;
  }
}






.custom-select {
  position: relative;
  color: #313C4E;

}

.custom-select::after {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   border-radius: 10px;
}

.custom-select svg {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}


.custom-select:not(:first-child) {
  margin-top: 10px;
}

.custom-select-dropdown {
  position: absolute;
  top: 59px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 2;
  overflow: hidden;

  box-shadow: 0 12px 24px rgba(15, 21, 32, 0.1);
}


.custom-select-dropdown li {
  margin: 0;
}

.custom-select-dropdown button {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 37px;
  transition: .2s;
  font-size: 16px;
}

.custom-select-dropdown button:hover {
  background-color: #F3F4F7;
}



.about-hero-discovery-call.about-hero-ipms {
  background-color: #fff;
  background-image: url(../images/ipms/discovery-call-bg.svg);
}

.about-hero-discovery-call .about-hero-row {
  align-items: stretch;
}

.about-hero-discovery-call .about-hero-content {
  display: flex;
  flex-direction: column;
  height: 100%
}

.about-hero-discovery-call .about-hero-content .about-hero-text {
  flex-grow: 1;
  margin-top: 0;
}


.about-hero-discovery-call-form {
  background-color: #F3F4F7;
  padding: 38px 10px;
  border-radius: 18px;
  box-sizing: border-box;

}

.about-hero-discovery-call-form #calendly-embed {
  width: 100%;
  max-width: 543px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 14px;

}

.about-hero-col-60 {
  flex-basis: 60%;
  width: auto;
}

@media(max-width: 767.98px) {
  .about-hero-discovery-call .about-hero-content {
    text-align: center;
  }
  .about-hero-discovery-call-form {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    border-radius: 0;
  }
}</pre></body></html>