

/* 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/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/grid-layout-media/style.css?16611848362601*/
.masonry-layout {
  margin-left: -8px;
  margin-right: -8px;
  position: relative; }

@media (max-width: 767px) {
  .masonry-layout {
    display: flex;
    flex-direction: column; } }

.masonry-layout .news-card-masonry {
  padding-left: 8px;
  padding-right: 8px;
  float: left;
  width: 25%; }
  .masonry-layout .news-card-masonry.sort-on {
    position: absolute;
    float: none; }
    @media (max-width: 767px) {
      .masonry-layout .news-card-masonry.sort-on {
        position: static; } }
  @media (max-width: 1199px) {
    .masonry-layout .news-card-masonry {
      width: 33.33%; } }
  @media (max-width: 1023px) {
    .masonry-layout .news-card-masonry {
      width: 50%; } }
  @media (max-width: 767px) {
    .masonry-layout .news-card-masonry {
      width: 100%; } }

.masonry-layout .news-card-wrap {
  height: 240px;
  border-radius: 4px;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .masonry-layout .news-card-wrap {
      height: auto; } }

.masonry-layout .news-card-masonry.news-card--width2 {
  width: 50%; }
  @media (max-width: 1199px) {
    .masonry-layout .news-card-masonry.news-card--width2 {
      width: 66.66%; } }
  @media (max-width: 1023px) {
    .masonry-layout .news-card-masonry.news-card--width2 {
      width: 100%; } }
  @media (max-width: 767px) {
    .masonry-layout .news-card-masonry.news-card--width2 {
      width: 100%; } }

.masonry-layout .news-card-masonry.news-card--height2 {
  height: 496px; }
  .masonry-layout .news-card-masonry.news-card--height2 .news-card-wrap {
    height: 496px; }

.masonry-layout .news-card-masonry.news-card--width-height-2 {
  width: 50%;
  height: 496px;
  margin-bottom: 16px; }
  .masonry-layout .news-card-masonry.news-card--width-height-2 .news-card-wrap {
    height: 496px; }
  @media (max-width: 1199px) {
    .masonry-layout .news-card-masonry.news-card--width-height-2 {
      width: 66.66%; } }
  @media (max-width: 1023px) {
    .masonry-layout .news-card-masonry.news-card--width-height-2 {
      width: 100%; } }
  @media (max-width: 767px) {
    .masonry-layout .news-card-masonry.news-card--width-height-2 {
      width: 100%;
      height: auto; }
      .masonry-layout .news-card-masonry.news-card--width-height-2 .news-card__title {
        font-size: 18px; } }

.masonry-layout .news-card.news-card--banner {
  width: 100%;
  height: 116px;
  padding: 8px;
  margin-bottom: 16px; }
  .masonry-layout .news-card.news-card--banner:after {
    display: none; }
  @media (max-width: 1023px) {
    .masonry-layout .news-card.news-card--banner {
      width: 100%;
      height: auto; } }

/* End */


/* Start:/local/templates/html/components-template/mixin__content-type/style.css?17303819144946*/
.content-type {
  display: inline;
  position: relative;
  top: -2px;
  margin-right: 4px;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  z-index: 1; }

.search-results-card__title .content-type:last-of-type {
  margin-right: 8px; }

.content-type--text {
  padding: 2px 6px;
  background-color: #af226f;
  border-radius: 2px; }

.content-type--lock {
  padding: 2px 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.44995 5.40031H2.44995V10.4003H9.44995V5.40031Z' fill='white' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.44989 4.89998V1.89998H8.44989V4.89998' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 7.5L6 9' stroke='%23AF226F' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #af226f;
  border-radius: 2px; }

.content-type--auth {
  padding: 2px 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ccircle cx='6' cy='4' r='3.25' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M11 11.6364C11 9.62806 8.76142 8 6 8C3.23858 8 1 9.62806 1 11.6364' stroke='white' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #af226f;
  border-radius: 2px; }

.content-type--personal {
  padding: 2px 8px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2211%22%20viewBox%3D%220%200%2012%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M-1.12456e-06%206.5C-1.10949e-06%206.67239%200.0790163%206.83772%200.219669%206.95962C0.360321%207.08152%200.551086%207.15%200.749998%207.15L6.4425%207.15L4.7175%208.6385C4.64757%208.69911%204.5921%208.77105%204.55425%208.85024C4.51641%208.92942%204.49693%209.01429%204.49693%209.1C4.49693%209.18571%204.51641%209.27058%204.55425%209.34976C4.5921%209.42895%204.64757%209.5009%204.7175%209.5615C4.78743%209.62211%204.87045%209.67018%204.96181%209.70298C5.05318%209.73578%205.1511%209.75266%205.25%209.75266C5.34889%209.75266%205.44682%209.73578%205.53819%209.70298C5.62955%209.67018%205.71257%209.62211%205.7825%209.5615L8.7825%206.9615C8.85078%206.89968%208.9043%206.82679%208.94%206.747C9.01501%206.58875%209.01501%206.41125%208.94%206.253C8.9043%206.17321%208.85078%206.10032%208.7825%206.0385L5.7825%203.4385C5.71278%203.37758%205.62983%203.32922%205.53843%203.29622C5.44704%203.26322%205.34901%203.24623%205.25%203.24623C5.15099%203.24623%205.05296%203.26322%204.96157%203.29622C4.87017%203.32922%204.78722%203.37758%204.7175%203.4385C4.6472%203.49893%204.59141%203.57082%204.55333%203.65003C4.51525%203.72923%204.49565%203.81419%204.49565%203.9C4.49565%203.98581%204.51525%204.07077%204.55333%204.14998C4.59141%204.22918%204.6472%204.30107%204.7175%204.3615L6.4425%205.85L0.749998%205.85C0.551086%205.85%200.360321%205.91848%200.219669%206.04038C0.0790163%206.16228%20-1.13963e-06%206.32761%20-1.12456e-06%206.5ZM2.25%2013L9.75%2013C10.3467%2013%2010.919%2012.7946%2011.341%2012.4289C11.7629%2012.0632%2012%2011.5672%2012%2011.05L12%201.95C12%201.43283%2011.7629%200.936838%2011.341%200.571142C10.919%200.205446%2010.3467%201.4817e-09%209.75%205.36501e-08L2.25%207.09321e-07C1.65326%207.61489e-07%201.08096%200.205447%200.659008%200.571143C0.237051%200.936839%20-1.56754e-06%201.43283%20-1.52233e-06%201.95L-1.35186e-06%203.9C2.91123e-05%204.07237%200.0790602%204.23768%200.219709%204.35956C0.360358%204.48143%200.551106%204.5499%200.749998%204.5499C0.948891%204.5499%201.13964%204.48143%201.28029%204.35956C1.42094%204.23768%201.49997%204.07237%201.5%203.9L1.5%201.95C1.5%201.77761%201.57902%201.61228%201.71967%201.49038C1.86032%201.36848%202.05109%201.3%202.25%201.3L9.75%201.3C9.94891%201.3%2010.1397%201.36848%2010.2803%201.49038C10.421%201.61228%2010.5%201.77761%2010.5%201.95L10.5%2011.05C10.5%2011.2224%2010.421%2011.3877%2010.2803%2011.5096C10.1397%2011.6315%209.94891%2011.7%209.75%2011.7L2.25%2011.7C2.05109%2011.7%201.86032%2011.6315%201.71967%2011.5096C1.57902%2011.3877%201.5%2011.2224%201.5%2011.05L1.5%209.1C1.49997%208.92763%201.42094%208.76232%201.28029%208.64045C1.13964%208.51857%200.948891%208.4501%200.749998%208.4501C0.551106%208.4501%200.360359%208.51857%200.21971%208.64045C0.0790606%208.76232%202.95367e-05%208.92763%20-8.97259e-07%209.1L-7.26784e-07%2011.05C-6.81572e-07%2011.5672%200.237052%2012.0632%200.659009%2012.4289C1.08097%2012.7946%201.65326%2013%202.25%2013Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #af226f;
  border-radius: 2px; }

/* 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/banner-link/style.css?1640012714863 */
/* /local/templates/html/components-template/category/style.css?16614963912259 */
/* /local/templates/html/components-template/grid-layout-media/style.css?16611848362601 */
/* /local/templates/html/components-template/mixin__content-type/style.css?17303819144946 */
/* /local/templates/html/components-template/side-subscribe/style.css?17527527431815 */
/* /local/templates/html/components-template/side-social/style.css?1637853126578 */
