@charset "UTF-8";
.papers {
  padding: 0;
}
.papers .product__interfaces {
  margin-top: 0;
  height: auto;
  overflow-y: visible;
}
.papers .product__interfaces .product__interfaces-col {
  justify-content: flex-end;
  align-items: flex-start;
}
.papers .product__interfaces .product__interfaces-text-block {
  margin-top: 19px;
  position: relative;
  z-index: 4;
}
.papers .product__interfaces .product__interfaces-header {
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-top: 60px;
  margin-bottom: 40px;
}
.papers .product__interfaces .product__interfaces-body {
  color: #5C5E6D;
}
.papers .product__interfaces .product__interfaces-body p {
  margin-bottom: 10px;
  max-width: 470px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
.papers .product__interfaces .product__interfaces-body p:last-of-type {
  margin-bottom: 0;
}
.papers .product__interfaces .product__interfaces-body h3 {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
.papers .product__interfaces .product__interfaces-body ul {
  margin: 4px 0 0 0;
  padding: 0;
  list-style: none;
}
.papers .product__interfaces .product__interfaces-body li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
.papers .product__interfaces .product__interfaces-body li:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(/themes/2024/assets/shared/page-icon/ok_blue.svg) no-repeat center/cover;
  z-index: 1;
}
.papers .product__interfaces .product__interfaces-body li:last-child {
  margin-bottom: 10px;
}
.papers .product__interfaces .product__interfaces-wrapper {
  height: 642px;
}
.papers .product__interfaces .product__interfaces-wrapper-inner {
  width: fit-content;
  -webkit-mask-image: url(/themes/2024/assets/shared/page-resources/white-papers-mask.png);
  mask-image: url(/themes/2024/assets/shared/page-resources/white-papers-mask.png);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center top;
}
.papers .product__interfaces .product__white-img {
  width: 292px;
}
.papers .try-for-free__title {
  text-transform: none;
}

/**********************************************************************************************************************/
/******************************                 Адаптивная верстка                      *******************************/
/**********************************************************************************************************************/
/****************************************   Для экранов меньше 992px   ************************************************/
@media (max-width: 991.98px) {
  .papers .product__interfaces {
    height: auto;
    margin: 0;
  }
  .papers .product__interfaces .product__interfaces-text-block {
    margin-bottom: 20px;
  }
  .papers .product__interfaces .product__interfaces-body p {
    margin-left: auto;
    margin-right: auto;
  }
  .papers .product__interfaces .product__interfaces-body ul {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
  .papers .product__interfaces .product__interfaces-body li {
    text-align: left;
  }
}
/****************************************   For screens smaller than 576px   ******************************************/
@media (max-width: 575.98px) {
  .papers .product__interfaces .product__interfaces-col-relative {
    order: 2;
    top: -44px;
  }
  .papers .product__interfaces .product__interfaces-col {
    justify-content: flex-start;
  }
  .papers .product__interfaces .product__interfaces-text-block {
    top: 0;
    margin-top: 0;
  }
  .papers .product__interfaces .product__interfaces-wrapper {
    width: 338px;
    height: 332px;
  }
  .papers .product__interfaces .product__white-img {
    width: 157px;
  }
  .papers .product__interfaces .product__interfaces-body p, .papers .product__interfaces .product__interfaces-body ul {
    max-width: 100%;
  }
  .papers .product__interfaces .product__interfaces-body p, .papers .product__interfaces .product__interfaces-body li {
    font-size: 13px;
  }
  .papers .product__interfaces .product__interfaces-body h3 {
    font-size: 16px;
  }
  .papers .product__interfaces .product__interfaces-body li {
    padding-left: 22px;
  }
  .papers .product__interfaces .product__interfaces-body li:before {
    width: 14px;
    height: 14px;
  }
  .papers .product__interfaces .product__interfaces-header {
    font-size: 20px;
    margin-top: 0;
  }
}

/*# sourceMappingURL=white-papers.css.map */
