﻿.top-block {
  background: url(/assets/static/pages/hpl/img/bgTop.jpg), #3c3c3b;
  background-size: cover;
  border-radius: 4px;
  padding: 3.43rem;
  color: #F0FAFF;
  letter-spacing: 0.04em;
}

.top-block__title {
  font-weight: 700;
  margin-bottom: 1.71rem;
  font-size: 4rem;
  line-height: 108%;
  letter-spacing: 0.03em;
  /*  color: #f0faff;*/
}

.top-block__title h1 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 108%;
  letter-spacing: 0.03em;
  display: inline;
  margin-bottom: 0;
}

.top-block__subtitle {
  width: 42.5rem;
  font-size: 1.86rem;
  line-height: 124%;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-bottom: 1.71rem;
}

.top-block__btn {
  height: 4.6rem;
  font-size: 1.9rem;
  line-height: 4.6rem;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 500;
  padding: 0 2.1rem;
  margin-top: 2rem;
  box-shadow: 0px 8px 24px -8px rgba(242, 100, 34, 0.4);
}

.top-block__price {
  font-weight: 500;
  font-size: 4rem;
  /*  line-height: 124%;*/
  letter-spacing: 0.04em;
}

.top-block__price-text {
  font-size: 1.86rem;
}

.top-block__price-unit {
  font-size: 2.8rem;
}

.top-block__list {
  list-style: none;
}

.top-block__list li {
  position: relative;
  margin-bottom: 1.71rem;
  padding-left: 2.6rem;
}

.top-block__list li:before {
  content: '\2014';
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 2rem;
  color: #F9FAFC;
}

.top-block .fo-block__subtitle {
  margin-top: 0;
}


@media (max-width: 639px) {
  .top-block {
    background: url(/assets/static/pages/hpl/img/bgTopMob.jpg), #3c3c3b;
    background-size: cover;
    padding: 6rem 2rem;
  }

  .top-block__title {
    font-size: 4rem;
    margin-bottom: 3rem;
  }

  .top-block__title h1 {
    font-size: 4rem;
  }

  .top-block__first-title {
    font-size: 3rem;
    margin-bottom: 3rem;

  }

  .top-block__subtitle {
    width: 100%;
    font-size: 2.25rem;
    margin-bottom: 2.5rem;
  }

  .top-block__btn {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    font-size: 2.4rem;
    margin-top: 2.5rem;
    padding: 0;
  }

  .top-block__price {
    font-size: 4rem;
  }

  .top-block__price-text {
    font-size: 2.25rem;
  }

}


/**/
/**/

.gallery-block__slider {
  margin: 2.9rem 0;
}

.gallery-block__slide-img {
  border-radius: 4px;
  margin-bottom: 0;
  display: block;
}

.gallery-block__slide-text {
  display: none;
  font-size: 1.21rem;
  line-height: 140%;
  width: 90%;
  margin: 0 auto;
}

.gallery-block__slider-ctrl {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 104px;
  width: 100%;
}

.gallery-block__slider-ctrl .sw__slider--dotted-button {
  width: 40px;
  height: 40px;
  background: url(/assets/static/misc/slider/ctrl-right.svg), #EEF1F7;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 0;
}

.gallery-block__slider-ctrl .sw__slider--dotted-button-prev {
  left: 0;
}

.gallery-block__slider-ctrl .sw__slider--dotted-button-next {
  right: 0;
}

.gallery-block__slider-ctrl .sw__slider--dotted-button.active,
.gallery-block__slider-ctrl .sw__slider--dotted-button:hover {
  background-image: url(/assets/static/misc/slider/ctrl-right.svg);
  background-size: 18px;
}


.gallery-block__slider-ctrl .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
}

.gallery-block__slider-ctrl .swiper-pagination-bullet:after {
  border: 2px solid #EEF1F7;
  background: #A2A2A1;
  width: 12px;
  height: 12px;
}

.gallery-block__slider-ctrl .swiper-pagination-bullet-active:after {
  background: #A2A2A1;
  border-color: #A2A2A1;
  transition: all .5s ease-out;
}

.gallery-block__slider-ctrl .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover:after {
  background: #A2A2A1;
  border-color: #A2A2A1;
}

.gallery-block__slider .swiper-pagination {
  display: none;
}

@media (max-width: 991px) and (min-width: 640px) {
  .gallery-block__slider .sw__slider--dotted-button {
    display: block !important;
  }

  .gallery-block__slider .swiper-pagination {
    display: none;
  }
}

@media (max-width: 639px) {

  .gallery-block {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  }

  .gallery-block__title {
    width: 100%;
  }

  .gallery-block__slider {
    margin-top: 4rem;
  }

  .gallery-block__slide-img {
    /*    margin-bottom: 2rem;*/
  }

  .gallery-block__slide-text {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
  }

  /*
  .gallery-block__slider-ctrl {
    margin: 0 auto;
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 300px;
  }
*/

  .gallery-block__slider .swiper-pagination {
    display: block;
  }

}


@media (min-width: 1920px) {
  .gallery-block__slide-img {
    border-radius: 0.29rem;
  }

  .gallery-block__slider-ctrl {
    left: 1.71rem;
    bottom: 1.71rem;
    max-width: 7.43rem;
    height: 2.91rem;
  }

  .gallery-block__slider-ctrl .sw__slider--dotted-button {
    width: 2.9rem;
    height: 2.9rem;
    background-size: 1.14rem;
  }

  .gallery-block__slider-ctrl .sw__slider--dotted-button.active,
  .gallery-block__slider-ctrl .sw__slider--dotted-button:hover {
    background-size: 1.29rem;
  }

  .gallery-block__slider-ctrl .swiper-pagination-bullet {
    width: 1.71rem;
    height: 1.71rem;
  }

  .gallery-block__slider-ctrl .swiper-pagination-bullet:after {
    border: 0.14rem solid #EEF1F7;
    width: 0.86rem;
    height: 0.86rem;
  }

  .gallery-block__slide-text {
    bottom: 2rem;
    right: 5.8rem;
    border-radius: 0.29rem;
    padding: 1.14rem;
  }

  .gallery-block__slide-text div {
    margin-bottom: 0.57rem;
  }

  .gallery-block__slide-text:after {
    width: 0.57rem;
    height: 1.14rem;
    right: -0.57rem;
    bottom: 0.86rem;
  }

  .gallery-block__slide-hint-btn {
    bottom: 2rem;
    right: 2rem;
    width: 2.9rem;
    height: 2.9rem;
  }

  .gallery-block__slide-hint-btn:after {
    top: calc(50% - 0.57rem);
    left: calc(50% - 0.57rem);
    height: 1.14rem;
    width: 1.14rem;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .gallery-block__slide-hint-btn:before {
    height: 3rem;
    width: 3rem;
  }

}

/**/

.our-works-block {
  position: relative;
  color: #F0FAFF;
  background: #3c3c3b;
}

.our-works-block .fo-block__title {
  position: absolute;
  top: 3.43rem;
  left: 3.43rem;
  z-index: 100;
}

.gallery-block__slider.our-works-block__slider {
  margin: 0;
  border-radius: 4px;
}

.gallery-block__slider.our-works-block__slider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.00) 59.03%);
  z-index: 1;
}

@media (max-width: 639px) {
  .gallery-block__slider .sw__slider--dotted-button {
    display: block !important;
  }

  .gallery-block__slider-ctrl {
    left: auto;
    right: 24px;
  }

}

/* */
/* */
.fo-alert__container {
  margin-top: 1.71rem;
  margin-bottom: 1.71rem;
}

.fo-alert {
  width: 100%;
  border-radius: 4px;
  margin: 0 auto;
  padding: 1.14rem 1.71rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 1.43rem;
}

.fo-alert.fo-alert_note {
  background: #FDE6DB;
}

.fo-alert.fo-alert_error {
  background: #FACDCD;
}

.fo-alert.fo-alert_success {
  background: #D8F5E3;
}

.fo-alert__icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.fo-alert__close {
  cursor: pointer;
}

.fo-alert__close {
  width: 24px;
  min-width: 24px;
  height: auto;
}

.fo-alert__text {
  flex-grow: 1;
  padding-left: 16px;
  padding-right: 24px;
}

@media(max-width: 639px) {
  .fo-alert {
    align-items: flex-start;
    font-size: 2rem;
    padding: 2rem;
    margin-top: 3rem;
    flex-direction: column;
  }

  .fo-alert__text {
    padding-right: 0;
    padding-left: 0;
    padding-top: 1rem;
  }
}

@media(min-width: 1920px) {
  .fo-alert {
    border-radius: 0.29rem;
  }

  .fo-alert__icon {
    width: 1.71rem;
    min-width: 1.71rem;
    height: 1.71rem;
  }

  .fo-alert__text {
    padding-left: 1.14rem;
    padding-right: 1.71rem;
  }
}

/**/

.compare-table__container {
  margin-bottom: 1.71rem;
}

.compare-table__row-title .compare-table__row-content {
  font-weight: 500;
  font-size: 1.21rem;
  line-height: 116%;
  letter-spacing: 0.04em;
  width: calc(100% - 28rem);
}

.compare-table__row.compare-table__row-title {
  padding-right: 0;
}

.compare-table__row-title .fo-block__subtitle {
  margin: 0;
}

.compare-table__row-title img {
  width: 6.8rem;
}

.compare-table__row {
  padding: 0.71rem 1.14rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
}

.compare-table__row.light {
  background: rgba(255, 255, 255, 0.64);
}

.compare-table__row-head {
  display: flex;
  align-items: center;
  width: 28rem;
  padding-right: 1.71rem;
  margin-bottom: 0;
}

.compare-table__row-head-title {
  font-size: 1.5rem;
  line-height: 124%;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
}

.compare-table__row-head-title .text_small {
  color: #D0D0D0;
  font-size: 1.14rem;
  font-weight: 400;
  line-height: 124%;
}

.compare-table__row-content {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 124%;
  width: calc(100% - 28rem);
  text-align: center;
}

.compare-table__row-title .compare-table__row-content-item:first-child {
  width: 42%;
}

.compare-table__row-title .compare-table__row-content-item:nth-child(2) {
  width: 12%;
}

.compare-table__row-title .compare-table__row-content-item:last-child {
  width: 46%;
}

.compare-table__row-content-item:first-child {
  width: 48%;
}

.compare-table__row-content-item:nth-child(2) {
  width: 15%;
  font-size: 1.86rem;
}

.compare-table__row-content-item:nth-child(2) div {
  display: flex;
  align-content: center;
  justify-content: center;
}

.compare-table__row-content-item:nth-child(2) img {
  width: 4.57rem;
}


.compare-table__row-content-item:last-child {
  width: 45%;
}

.compare-table__row-title .compare-table__row-content-item {
  padding-right: 0;
}

.compare-table__row-quest {
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 3px;
  position: relative;
  margin-right: 4px;
  display: none;
}

.compare-table__row-quest-ico {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/assets/static/pages/hpl/img/icoQuest16.svg);
  background-size: cover;
  cursor: pointer;
  transition: all .2s ease;
  top: -2px;
  left: 0;
}

.compare-table__row-hint {
  position: absolute;
  display: none;
  padding: 8px;
  font-size: 14px;
  line-height: 132%;
  letter-spacing: 0.03em;
  font-weight: 400;
  width: 46rem;
  background: #fff;
  box-shadow: 0px 4px 24px rgb(0 0 0 / 16%);
  border-radius: 2px;
  transition: all .2s ease;
  cursor: initial;
  left: -20px;
  top: 32px;
}

.compare-table__row-hint:after {
  content: '';
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
  right: auto;
  left: 20px;
  top: -8px;
  z-index: -1;
}

.compare-table__container.is-hint-opened .compare-table__row:not(.compare-table__row_active) {
  opacity: 0.4;
}

.compare-table__container.is-hint-opened .compare-table__row:not(.compare-table__row_active) .compare-table__row-quest {
  pointer-events: none;
}

.compare-table__row.compare-table__row_active .compare-table__row-quest-ico {
  background: url(/assets/static/pages/hpl/img/icoX16.svg);
  background-size: cover;
}

.compare-table__row.compare-table__row_active .compare-table__row-hint {
  display: block;
  z-index: 10;
}

@media (max-width: 639px) {
  .compare-table__row-title .compare-table__row-content {
    font-size: 1.875rem;
    width: 100%;
    margin-top: 3rem;
  }

  .compare-table__row {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 2rem;
    padding-bottom: 2.5rem;
    flex-direction: column;
    align-items: unset;
    justify-content: center;
  }

  .compare-table__row-head {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .compare-table__row:not(.compare-table__row-title_img) .compare-table__row-head-title {
    margin: 0 auto 2rem;
    display: flex;
    width: 100%;
  }

  .compare-table__row-head-title {
    font-size: 2rem;
    font-weight: 500;
  }

  .compare-table__row-head-title_text {
    width: calc(100% + 24px);
    text-align: center;
    /*    margin-left: -24px;*/
  }

  .compare-table__row-head-title .text_small {
    font-size: 1.5rem;
  }

  .compare-table__row-content {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
    justify-content: center;
    font-size: 2rem;

  }

  .compare-table__row-content-item:not(:last-child) {
    padding-right: 0;
  }

  .compare-table__row-content-item:first-child {
    width: 48%;
  }

  .compare-table__row-content-item:last-child {
    margin-bottom: 0;
    width: 44%;
  }

  .compare-table__row-content-item:nth-child(2) {
    width: 15%;
  }

  .compare-table__row-content-item:nth-child(2) img {
    width: 8rem;
  }

  .compare-table__row-content-item {
    display: block;
    text-align: center;
  }

  .compare-table__row-quest {
    position: inherit;
    margin-bottom: 0;
  }

  .compare-table__row-quest-ico {
    top: auto;
    left: auto;
  }

  .compare-table__row-hint {
    width: calc(100% - 2rem);
    left: 1rem;
    top: 6rem;
  }

  .compare-table__row.compare-table__row_active {
    position: relative;
  }

  .compare-table__row-hint:after {
    content: '';
    top: -7px;
    z-index: -1;
    left: 8px;
  }
}

.material-compare .compare-table__row-head {
  width: 19rem;
}

.material-compare .compare-table__row-content {
  justify-content: space-between;
  align-items: flex-end;
}

.material-compare .compare-table__row.compare-table__row-title {
  align-items: flex-end;
}

.material-compare .compare-table__row-title .compare-table__row-content,
.material-compare .compare-table__row-content {
  width: calc(100% - 19rem);
  font-size: 1rem;
}

.material-compare .compare-table__row-content-item:nth-child(2) {
  width: 19%;
  font-size: 1rem;
}

.material-compare .compare-table__row-title img,
.material-compare .compare-table__row-title .compare-table__row-content-item:nth-child(2) img {
  width: 1.71rem;
}

.material-compare .compare-table__row-content-item:nth-child(2) img {
  width: auto;
}

.material-compare .compare-table__row-title .compare-table__row-content-item {
  width: 19%;
}

.material-compare .compare-table__row-content-item {
  width: 19%;
}

@media (max-width: 639px) {
  .material-compare .compare-table__row-head {
    width: 100%;
  }

  .material-compare .compare-table__row-title .compare-table__row-content {
    width: calc(100% + 2rem);
    font-size: 1.375rem;
  }

  .material-compare .compare-table__row-content {
    font-size: 1.75rem;
    width: calc(100% + 2rem);
  }

  .material-compare .compare-table__row-title .compare-table__row-content-item:nth-child(2) {
    font-size: 1.375rem;
  }

  .material-compare .compare-table__row-content-item:nth-child(2) {
    font-size: 1.75rem;
  }

  .material-compare .compare-table__row.compare-table__row-title {
    padding-right: 2rem;
  }

  .material-compare .compare-table__row-title .compare-table__row-content-item {
    width: 24%;
  }
}

/**/
/**/
.fo-faq-block {
  background: #EEF1F7;
}

.fo-faq-block__item {
  flex-basis: 100%;
  background-color: #fff;
  padding: 1.71rem;
  border-radius: 4px;
  margin-top: 2rem;
}

.fo-faq-block__item-container .clickable--hidden-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.fo-faq-block__item-head {
  display: flex;
  position: relative;
  align-items: center;
  padding-right: 41px;
  font-size: 1.71rem;
  font-weight: 500;
}

.fo-faq-block__item-head.clickable--area:hover {
  cursor: pointer;
}

.is--opened .fo-faq-block__item-head {
  margin-bottom: 24px;
}

.fo-faq-block__item-head-title {
  flex-basis: calc(100% - 44px);
  font-size: 1.71rem;
  font-weight: 500;
  margin: 0;
}

.fo-faq-block__item-text {
  line-height: 148%;
  font-size: 1.5rem;
}

.fo-faq-block .clickable--hidden-content {
  margin-top: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.fo-faq-block .clickable--close-btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer
}

.fo-faq-block .clickable--close-btn:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 25px;
  line-height: 25px;
  color: #f26422;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.fo-faq-block .clickable.is--opened {
  box-shadow: 0px 16px 64px rgba(0, 0, 0, 0.08);
  padding-bottom: 1.6rem;
  /* padding-top: 2.86rem; */
}

.is--opened .clickable--close-btn:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg)
}

.is--opened .clickable--hidden-content {
  margin-top: 0px;
  height: auto;
  opacity: 1;
  visibility: visible
}


@media (max-width: 639px) {
  .fo-faq-block__item {
    padding: 2rem;
  }

  .fo-faq-block__item-head,
  .fo-faq-block__item-head-title {
    font-size: 2.5rem;
  }

  .fo-faq-block__item-text {
    font-size: 2rem;
    line-height: 124%;
  }

}

@media (min-width: 1920px) {
  .fo-faq-block__item {
    border-radius: 0.29rem;
  }

  .fo-faq-block__item-head {
    padding-right: 3rem;
  }

  .is--opened .fo-faq-block__item-head {
    margin-bottom: 1.71rem;
  }

  .fo-faq-block .clickable--close-btn {
    width: 1.79rem;
    height: 1.79rem;
  }

  .fo-faq-block .clickable--close-btn:after {
    right: 0.36rem;
    font-size: 1.79rem;
    line-height: 1.79rem;
  }
}

.sert-block {
  background: url(/assets/static/pages/main/img.v2/certBgLight@2x.webp), #EEF1F7;
  background-size: cover;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.sert-block__text {
  width: 35rem;
}

.sert-block__img {
  width: calc(100% - 35rem);
  padding-left: 3rem;
}

.sert-block__item-img_full {
  padding: 30px;
  background: #fff;
}

.sert-block__item-img_full img {
  height: calc(100vh - 150px);
}

@media (max-width: 639px) {
  .sert-block {
    flex-direction: column;
    padding-right: 2rem;
    align-items: flex-start;
  }

  .sert-block__text {
    width: 100%;
    margin-bottom: 4rem;
  }

  .sert-block__img {
    width: 100%;
    padding-left: 0;
  }

}

/* */
.hpl-tech {
  background: url(/assets/static/pages/hpl/img/bg.jpg), #1D1D1D;
  /*  background-position: bottom 24rem right;*/
  background-size: cover;
  background-repeat: no-repeat;
}


.hpl-tech-feat {
  color: #EEF1F7;
  display: flex;
  justify-content: space-between;
  margin-top: 10rem;
  align-items: flex-end
}

.hpl-tech-feat__item {
  letter-spacing: 0.04em;
  margin-right: 4.57rem;
}

.hpl-tech-feat__item-img {
  margin-bottom: 1.14rem;
}

.hpl-tech-feat__item-img img {
  display: block;
  width: 4.57rem;
  height: auto;
}

.hpl-tech-feat__item-text {
  font-size: 1.71rem;
  line-height: 124%;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.hpl-tech-feat__item-ext {
  font-size: 1.14rem;
  font-weight: 500;
  line-height: 116%;
  margin-top: 0.5rem;
  opacity: 0.8;
  letter-spacing: 0.04em;
}

.hpl-tech-feat__item-h {
  opacity: 0.8;
  letter-spacing: 0.04em;
}

.hpl-tech-feat__item-ext p {
  margin-bottom: 0.5rem;
}



@media (max-width: 639px) {
  .hpl-tech {
    background: url(/assets/static/pages/hpl/img/bgMob1.jpg), #1D1D1D;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }

  .hpl-tech-feat {
    margin: 18rem auto 0;
    position: relative;
    width: 38.75rem;
  }

  .hpl-tech-feat__item-head {
    display: flex;
    align-items: flex-end;
  }

  .hpl-tech-feat__item {
    margin-right: 0;
    color: #F0FAFF;
  }

  .hpl-tech-feat__item:first-child {
    position: absolute;
    top: -6rem;
    left: 0;
  }

  .hpl-tech-feat__item:last-child {
    margin: 0 0 0 auto;
    text-align: right;
  }

  .hpl-tech-feat__item:last-child .hpl-tech-feat__item-head {
    flex-direction: row-reverse;
  }

  .hpl-tech-feat__item-img {
    margin-bottom: 0;
  }

  .hpl-tech-feat__item:first-child .hpl-tech-feat__item-img {
    margin-right: 2rem;
  }

  .hpl-tech-feat__item:last-child .hpl-tech-feat__item-img {
    margin-left: 2rem;
  }

  .hpl-tech-feat__item-img img {
    width: 6rem;
    height: 35.75rem;
  }

  .hpl-tech-feat__item:first-child .hpl-tech-feat__item-img img {
    height: 23.75rem;
  }

  .hpl-tech-feat__item-text {
    font-size: 1.5rem;
    line-height: 116%;
  }

  .hpl-tech-feat__item-ext,
  .hpl-tech-feat__item-h {
    font-size: 1.375rem;
    line-height: 116%;
  }

  .hpl-tech-feat__item-h {
    margin-bottom: 0.5rem;
  }

  .hpl-tech-feat__item-ext p {
    margin-bottom: 1rem;
  }
}

/**/

.hpl-chars {
  padding: 1.71rem;
  border-radius: 4px;
  background: #FFF;
  margin-top: 1.71rem;
}

.hpl-chars-container {
  display: flex;
  justify-content: space-between;
}

.hpl-chars__item {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: 0.03em;
  margin-bottom: 1.71rem;
  margin-right: 2.7rem;
}

.hpl-chars__item:last-child {
  margin-bottom: 0;
}

.hpl-chars__item span {
  color: #636362;
}

.hpl-chars__item img {
  width: 4rem;
  margin-right: 1.14rem;
}

.hpl-chars__alert {
  font-size: 1.14rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.04em;
  padding: 0.57rem;
  width: 24.4rem;
}

.hpl-chars__alert p {
  margin-bottom: 0.29rem;
}

.hpl-chars__alert_green {
  margin-bottom: 1.14rem;
  background: #D3F3E2;
}

.hpl-chars__red {
  background: #FDE6DB;
}

.hpl-chars__alert_quest {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hpl-chars__item-quest {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative
}

.hpl-chars__item-quest-ico {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/assets/static/pages/hpl/img/icoQuest16.svg);
  background-size: cover;
  cursor: pointer;
  transition: all .2s ease
}

.hpl-chars__alert_quest.is-hint-opened .hpl-chars__item-quest-ico {
  background: url(/assets/static/pages/hpl/img/icoX16.svg);
  background-size: cover;
}

.hpl-chars__item-hint {
  position: absolute;
  display: none;
  padding: 8px;
  font-size: 14px;
  line-height: 132%;
  letter-spacing: 0.03em;
  font-weight: 400;
  width: 328px;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
  transition: all .2s ease;
  cursor: initial;
  border-radius: 4px;
  right: 26px;
  top: -8px;
}

.hpl-chars__item-hint:after {
  content: '';
  width: 8px;
  height: 16px;
  background: url(/assets/static/pages/hpl/img/hint-arr.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -8px;
  top: 8px;
  z-index: 0;
}

.hpl-chars__alert_quest.is-hint-opened .hpl-chars__item-hint {
  display: block;
}


@media (max-width: 639px) {
  .hpl-chars-container {
    flex-direction: column;
  }

  .hpl-chars__item {
    font-size: 2.25rem;
    margin-bottom: 3rem;
    margin-right: 0;
    line-height: 124%;
  }

  .hpl-chars__item img {
    width: 6rem;
    margin-right: 2rem;
  }

  .hpl-chars__item span {
    display: block;
  }

  .hpl-chars__alert {
    width: 100%;
    padding: 1rem;
    font-size: 2rem;
  }

  .hpl-chars__alert_green {
    margin-bottom: 2rem;
    margin-top: 3rem;
  }

  .hpl-chars__item-quest {
    right: 3px;
  }

  .hpl-chars__item-hint {
    width: 29rem;
    font-size: 1.5rem;
  }

}


.cards {
  max-width: unset;
}

.card {
  width: 269px;
  flex-basis: 269px;
  border-radius: 4px;
  border: none;
  margin: 12px 12px 0;
  padding: 8px;
  box-shadow: 0 8px 24px 0 rgba(85, 113, 160, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bg_ish {
  background: url(/assets/static/pages/hpl/img/wood1.jpg), #FFF;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_d {
  background: url(/assets/static/pages/hpl/img/wood2.jpg), #FFF;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_dv {
  background: url(/assets/static/pages/hpl/img/wood3.jpg), #FFF;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-content {
  padding: 16px 8px;
  font-size: 16px;
  border-radius: 4px;
  background: rgba(238, 241, 247, 0.72);
  margin-top: 210px;
}

.card-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 21px;
  line-height: 116%;
  text-align: left;
}

.card-subtitle {
  font-weight: 500;
  line-height: 116%;
  margin-bottom: 8px;
}

@media (max-width: 639px) {}

@media (min-width: 1920px) {

  .card {
    width: 19.2rem;
    flex-basis: 19.2rem;
    border-radius: 0.29rem;
    margin: 0.86rem 0.86rem 0;
    padding: 0.57rem;
  }

  .card-content {
    padding: 1.14rem 0.57rem;    
    font-size: 1.14rem;
    border-radius: 0.29rem;
    margin-top: 15rem;
  }

  .card-title {
    margin-bottom: 0.57rem;
    font-size: 1.5rem;
  }

  .card-subtitle {
    margin-bottom: 0.57rem;
  }
}
span.info-note {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: middle;
}

span.info-note a {
  display: block;
  background-image: none, url(/assets/static/misc/icoQuest16.svg);
  background-repeat: no-repeat;
  border: none !important;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
  top: -2px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}

span.info-note .note {
  display: none;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 24px rgb(0 0 0 / 16%);
  padding: 8px;
  font-size: 14px;
  line-height: 132%;
  letter-spacing: 0.03em;
  font-weight: 400;
  width: 328px;
  position: absolute;
  top: 2px;
  left: 100%;
  margin: -18px 0 0 16px;
}

span.info-note .note a {
  display: inline;
  background: none;
  opacity: 1;
  position: static;
  /*  border-bottom: 1px solid #1a1a1a;*/
  text-decoration: none;
  /*  color: #1a1a1a*/
}

span.info-note .note:after,
span.info-note .note:before {
  content: " ";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  right: 100%;
  top: 22px;
  pointer-events: none
}

span.info-note .note:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px
}

span.info-note .note:before {
  border-color: rgba(217, 217, 217, 0);
  border-right-color: #fff;
  border-width: 11px;
  margin-top: -11px
}

span.info-note.info-note-show a {
  background-image: none, url(/assets/static/misc/icoX16.svg);
}

span.info-note.info-note-show .note {
  display: block
}

span.info-note.info-note-show .note {
  text-align: left
}

span.info-note.info-note-flipped span.note {
  right: 100%;
  left: auto !important;
  margin: -18px 16px 0 0
}

span.info-note.info-note-flipped span.note:before,
span.info-note.info-note-flipped span.note:after {
  left: 100%;
  right: auto
}

span.info-note.info-note-flipped span.note:before {
  border-right-color: transparent;
  border-left-color: #d9d9d9
}

span.info-note.info-note-flipped span.note:after {
  border-right-color: transparent;
  border-left-color: #ffffff
}

span.info-note .note {
  z-index: 30
}

@media (max-width: 639px) {
  span.info-note {
    position: static;
    width: 16px !important;
    height: 16px !important
  }

  span.info-note .note,
  span.info-note.info-note-flipped span.note {
     width: calc(100% - 8rem);
        position: absolute;
        top: auto !important;
        left: 4rem !important;
        right: 4rem !important;
        margin: 0;
        margin-top: 2px;
  }

  span.info-note .note:before,
  span.info-note .note:after,
  span.info-note.info-note-flipped span.note:before,
  span.info-note.info-note-flipped span.note:after {
    display: none
  }

  span.info-note .note {
    padding: 1rem;
    font-size: 2rem;
  }
}

@media (min-width: 1920px) {
  span.info-note .note {
    padding: 0.57rem;
    font-size: 1rem;
    width: 24rem;
  }
}
