

/* Start:/local/templates/html/components-template/side-banner/style.css?16430338501735*/
.parallax-banner-wrap {
  overflow: hidden; }

.side-banner-wrap,
.side-neg-rek-wrap {
  display: block;
  max-width: 240px;
  position: relative;
  margin-bottom: 16px; }
  .side-banner-wrap--big,
  .side-neg-rek-wrap--big {
    max-width: 326px; }
  @media (max-width: 767px) {
    .side-banner-wrap,
    .side-neg-rek-wrap {
      margin: 16px auto;
      display: none; } }
  .side-banner-wrap .lazy-img-wrap,
  .side-neg-rek-wrap .lazy-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center; }
    .side-banner-wrap .lazy-img-wrap img,
    .side-neg-rek-wrap .lazy-img-wrap img {
      max-height: 100%;
      max-width: 100%; }

.set-banner {
  font-size: 12px;
  margin-top: 10px;
  display: block; }
  @media (max-width: 767px) {
    .set-banner {
      display: none; } }

.side-banner {
  display: block; }

.banner-absolute {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  clip: rect(0, auto, auto, 0); }

.neg-rek-absolute {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  clip: rect(0, auto, auto, 0); }

.moblie-banner {
  display: block;
  will-change: transform; }
  .moblie-banner.prlx-wrap {
    overflow: hidden;
    border-radius: 4px; }
  @media (max-width: 1023px) {
    .moblie-banner {
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767px) {
    .moblie-banner {
      position: fixed;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh; } }
  .moblie-banner img {
    margin-left: auto; }
  .moblie-banner .prlx {
    display: block; }

.side-banner-wrap--big,
.side-neg-rek--big {
  position: sticky; }

/* End */


/* Start:/local/templates/html/components-template/banner-link/style.css?1640012714863*/
.banner-search-system {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px; }
  @media (max-width: 1199px) {
    .banner-search-system {
      margin: auto; } }

.banner-link {
  display: block;
  padding: 8px 15px 8px 15px;
  background-color: #fff;
  background-color: #af226f;
  margin-left: auto;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  transition: all 0.3s ease; }
  @media (max-width: 1023px) {
    .banner-link {
      font-size: 16px; } }
  .banner-link:hover {
    background-color: #cc468f;
    color: #fff; }
  @media (max-width: 767px) {
    .banner-link {
      margin-left: 0;
      margin: auto; } }

.target-system {
  display: block;
  padding: 16px 0px; }

.banners-target {
  padding: 16px 16px;
  background-color: #fff; }

/* End */


/* Start:/local/templates/html/components-template/author-card/style.css?16378531241696*/
.author-card-container {
  padding-left: 8px;
  padding-right: 8px;
  width: 25%; }
  @media (max-width: 1459px) {
    .author-card-container {
      width: 33.33%; } }
  @media (max-width: 1023px) {
    .author-card-container {
      width: 50%; } }
  @media (max-width: 575px) {
    .author-card-container {
      width: 100%;
      margin: auto; } }

.author-card {
  background-color: #fff;
  min-height: 380px;
  position: relative;
  border-radius: 4px;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .author-card {
      width: 272px; } }
  @media (max-width: 767px) {
    .author-card {
      width: 264px; } }
  @media (max-width: 575px) {
    .author-card {
      max-width: 264px;
      margin: auto;
      width: auto;
      height: auto;
      min-height: auto;
      padding-bottom: 40px; } }
  .author-card__image {
    position: relative;
    max-height: 250px; }
    .author-card__image:after {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.3); }
  .author-card__name {
    position: absolute;
    bottom: 16px;
    left: 16px;
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    z-index: 10; }
  .author-card__descr {
    padding: 16px;
    display: flex;
    flex-direction: column; }
  .author-card__text {
    font-weight: normal;
    font-size: 15px;
    line-height: 130%;
    max-height: 138px;
    overflow: hidden;
    position: relative; }
  .author-card__topics {
    position: absolute;
    bottom: 16px;
    color: #000;
    background-color: #fff;
    left: 0;
    right: 0;
    padding-left: 16px;
    z-index: 10; }

/* End */


/* Start:/local/templates/html/components-template/authors/style.css?1637853125257*/
.authors {
  margin-bottom: 90px; }
  .authors .download-latest {
    margin-bottom: 60px; }

.author-card-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px; }
  .author-card-wrap .author-card {
    margin-bottom: 16px; }

/* End */


/* Start:/local/templates/html/components-template/category/style.css?16614963912259*/
.category .tag-list {
  padding-bottom: 15px;
  overflow: auto;
  margin-right: -15px; }

@media (max-width: 767px) {
  .category__menu {
    width: 100%;
    max-width: 375px;
    position: absolute;
    top: 5px;
    background: #F4FAFB;
    border-radius: 2px;
    padding: 7px 14px;
    z-index: 100; }
    .category__menu.active .nav--side {
      max-height: 1000px; }
    .category__menu.active .category__menu-title:after {
      transform: rotate(-45deg) scale(-1, -1); } }

.category__menu-title {
  display: none;
  font-style: normal;
  font-size: 15px;
  line-height: 130%;
  color: #000000;
  padding-right: 40px;
  font-weight: 600;
  position: relative; }
  @media (max-width: 767px) {
    .category__menu-title {
      display: block; } }
  .category__menu-title:after {
    position: absolute;
    content: '';
    right: 0px;
    top: calc(50% - 6px);
    width: 8px;
    height: 8px;
    border-left: 2px solid #AF226F;
    border-bottom: 2px solid #AF226F;
    box-sizing: initial;
    transform: rotate(-45deg);
    transition: all .3s; }

@media (max-width: 1023px) {
  .category .nav--side .nav-list .nav-item .nav-link {
    font-size: 15px; } }

@media (max-width: 767px) {
  .category .nav--side {
    display: block;
    max-height: 0px;
    overflow: hidden;
    transition: all .3s ease; }
    .category .nav--side .nav-list {
      margin-top: 15px; }
      .category .nav--side .nav-list .nav-item .nav-link {
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 130%;
        color: #000000;
        padding-right: 40px; } }

@media (max-width: 767px) {
  .category .download-wrap {
    position: static; } }

.category .download-latest {
  margin-top: 36px;
  position: relative;
  margin: 0px;
  margin-bottom: 16px; }

.category .side-banner {
  margin-top: 16px;
  margin-bottom: 16px; }

.category .solutions {
  margin-top: 78px; }
  @media (max-width: 767px) {
    .category .solutions {
      margin-top: 40px; } }

.category__side {
  display: flex;
  flex-direction: column; }
  @media (max-width: 767px) {
    .category__side {
      margin-top: 16px; } }

@media (max-width: 767px) {
  .category .relative-wrap {
    position: relative;
    padding-top: 60px; } }

/* End */


/* Start:/local/templates/html/components-template/side-subscribe/style.css?17527527431815*/
.side-subscribe {
  display: block;
  width: 100%;
  height: auto;
  /*min-height: 135px;*/
  background: linear-gradient(95.75deg, rgba(93, 187, 197, 0.9) -5.91%, rgba(75, 135, 145, 0.9) 76.42%), url("/local//templates//html/images/banner-bg.jpg");
  margin-bottom: 16px;
  padding: 28px 16px;
  border-radius: 4px;
  transition: opacity .4s ease; }
  @media (min-width: 1024px) {
    .side-subscribe:hover {
      cursor: pointer;
      opacity: 0.7; } }
  .side-subscribe__header {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 5px; }
    .side-subscribe__text {
      display: block;
      font-weight: bold;
      font-size: 16px;
      line-height: 130%;
      text-transform: uppercase;
      color: #FFFFFF;
    }
    @media (max-width: 1023px) {
      .side-subscribe__header {
        font-size: 13px; }
      .side-subscribe__text {
        font-size: 13px;
      }
    }
    @media (max-width: 767px) {
      .side-subscribe__header {
        font-size: 15px;
      }
      .side-subscribe__text {
        font-size: 15px;
      }
    }
    .side-subscribe__header:after {
      display: block;
      position: absolute;
      content: '';
      height: 2px;
      left: 0;
      right: 35px;
      background-color: #fff;
      bottom: 0; }
    .side-subscribe__text {

    }
  .side-subscribe__body {
    margin-top: 20px;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF; }
    @media (max-width: 1023px) {
      .side-subscribe__body {
        font-size: 10px; } }
    @media (max-width: 767px) {
      .side-subscribe__body {
        font-size: 12px; } }

/* End */


/* Start:/local/templates/html/components-template/side-social/style.css?1637853126578*/
.side-social {
  margin-top: 36px;
  margin-bottom: 16px; }
  .side-social .social {
    justify-content: flex-start; }
  .side-social .social__item:not(:last-child) {
    margin-right: 9px; }
  .side-social__title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    color: #AF226F;
    margin-bottom: 16px; }
    @media (max-width: 1199px) {
      .side-social__title {
        font-size: 16px;
        margin-bottom: 8px; } }
  @media (max-width: 767px) {
    .side-social {
      display: none; } }

/* End */
/* /local/templates/html/components-template/side-banner/style.css?16430338501735 */
/* /local/templates/html/components-template/banner-link/style.css?1640012714863 */
/* /local/templates/html/components-template/author-card/style.css?16378531241696 */
/* /local/templates/html/components-template/authors/style.css?1637853125257 */
/* /local/templates/html/components-template/category/style.css?16614963912259 */
/* /local/templates/html/components-template/side-subscribe/style.css?17527527431815 */
/* /local/templates/html/components-template/side-social/style.css?1637853126578 */
