.page-hero {
  color: #ffffff;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background-color: #001535;
  overflow: hidden;
}
.page-hero__content {
  position: relative;
}
.page-hero .page-hero__title {
  letter-spacing: 0.5px;
  color: #ffffff;
}
.page-hero .page-hero__subtitle {
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.page-hero__images {
  position: relative;
  display: flex;
}
.page-hero.light {
  color: #324F64;
  background-color: #F3F5F9;
}
.page-hero.light .page-hero__title {
  color: #000F26;
}
.page-hero.light .page-hero__subtitle {
  color: #000F26;
}

.page-section {
  margin-top: 9.375rem;
  margin-bottom: 9.375rem;
}
.page-section__header {
  margin-bottom: 3.75rem;
}
.page-section--top-short {
  margin-top: 5rem;
}
.page-section--bottom-short {
  margin-bottom: 5rem;
}
.page-section--dark {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  color: #ffffff;
  border-radius: 2rem;
  background-color: #001535;
}
.page-section--dark .page-section__header {
  color: #ffffff;
}
.page-section--dark .page-section__header h1, .page-section--dark .page-section__header h2, .page-section--dark .page-section__header h3, .page-section--dark .page-section__header h4, .page-section--dark .page-section__header .h1, .page-section--dark .page-section__header .h2, .page-section--dark .page-section__header .h3, .page-section--dark .page-section__header .h4 {
  color: #F3F5F9;
}

.info-section__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-section__img.iframe {
  display: block;
}
.info-section__img img {
  max-width: 100%;
}
.info-section__img video {
  max-width: 554px;
  border-radius: 1.75rem;
}
.info-section__img .info-video__iframe {
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
  width: 100%;
}
.info-section__img .info-video__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.75rem;
}
.info-section__img.bkgr-grey {
  padding: 4.3125rem 5.5rem;
  border-radius: 2rem;
  background-color: #F3F5F9;
}
.info-section__img.img-shadow img {
  filter: drop-shadow(0 40px 60px rgba(50, 50, 93, 0.1));
}
.info-section__content--pl {
  padding-left: 3.5rem;
}
.info-section__content--pr {
  padding-right: 3.5rem;
}

.info-video {
  position: relative;
  display: flex;
}
.info-video__button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  border: 0;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: box-shadow 0.2s ease;
  z-index: 2;
}
.info-video__button:hover {
  box-shadow: 2px 2px 12px 0 rgba(232, 79, 53, 0.75);
}
.info-video__bkgr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.75rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.frame-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 24.6875rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.frame-card__img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 14.1875rem;
  height: 14.1875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.frame-card__img img {
  max-width: 100%;
  max-height: 100%;
}
.frame-card__content {
  flex-basis: 0;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  color: #324F64;
}

.page-methods .frame-card {
  min-height: 33rem;
  border-radius: 2rem;
}
.page-methods .frame-card.page-methods__page .frame-card__img {
  background-color: #9298CD;
}
.page-methods .frame-card.page-methods__app .frame-card__img {
  align-items: flex-start;
  background-color: #B0C8EB;
}
.page-methods .frame-card__img {
  flex: 0 0 21.0625rem;
  height: 21.0625rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.page-methods .frame-card__content {
  padding: 2.5rem 3rem;
}
.page-methods .frame-card__content h4, .page-methods .frame-card__content .h4 {
  font-weight: 600;
  color: #17171C;
}

.page-more .page-section__header h2 {
  margin-bottom: 1.5rem;
}
.page-more .product-card {
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (max-width: 1199.98px) {
  .page-hero .page-hero__subtitle {
    font-size: 1.125rem;
    line-height: 1.2;
  }
  .page-section {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .page-section__header {
    margin-bottom: 2.5rem;
  }
  .page-section--top-short {
    margin-top: 3.75rem;
  }
  .page-section--bottom-short {
    margin-bottom: 3.75rem;
  }
  .info-section__img {
    text-align: center;
  }
  .info-section__img.bkgr-grey {
    padding: 2.9375rem 3.6875rem;
  }
  .info-section__content {
    margin-bottom: 3.75rem;
  }
  .info-section__content--pl {
    padding-left: 0;
  }
  .info-section__content--pr {
    padding-right: 0;
  }
  .info-section .info-section__title {
    font-weight: 600;
  }
  .page-more .page-section__header h2 {
    font-weight: 600;
  }
}
@media screen and (max-width: 991.98px) {
  .page-section--dark {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .frame-card {
    min-height: auto;
  }
  .page-more .page-section__header {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-hero .page-hero__title {
    font-size: 2rem;
  }
  .page-hero .page-hero__subtitle {
    font-size: 1rem;
  }
  .page-section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .page-section__header {
    margin-bottom: 1.875rem;
  }
  .page-section--dark {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-radius: 1.5rem;
  }
  .page-section--top-short {
    margin-top: 3.75rem;
  }
  .page-section--bottom-short {
    margin-bottom: 3.75rem;
  }
  .info-section__content {
    margin-bottom: 2rem;
  }
  .info-section__img.bkgr-grey {
    border-radius: 1.5rem;
  }
  .info-section__img.iframe {
    padding: 1.5rem;
  }
  .info-section__img.iframe iframe {
    border-radius: 1.25rem;
  }
  .page-methods .page-section__header {
    margin-bottom: 2rem;
  }
  .page-methods .frame-card {
    min-height: auto;
    border-radius: 1.5rem;
  }
  .page-methods .frame-card.page-methods__page .frame-card__img {
    padding: 1.3125rem;
  }
  .page-methods .frame-card.page-methods__app .frame-card__img {
    align-items: flex-end;
  }
  .page-methods .frame-card__img {
    flex: 0 0 11.8125rem;
    height: 11.8125rem;
  }
  .page-methods .frame-card__content {
    padding: 1.5rem;
  }
}/*# sourceMappingURL=product-page.css.map */