

/* 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/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/side-subscribe/style.css?17527527431815 */
/* /local/templates/html/components-template/side-social/style.css?1637853126578 */
