

/* Start:/local/templates/html/components-template/currencies/style.css?164001271411865*/
@media (max-width: 575px) {
  .currencies .custom-gutters {
    padding: 0px; } }

.currencies .currencies-side {
  background-color: #fff;
  margin-top: 48px;
  padding: 48px 16px;
  margin-bottom: 55px;
  border-radius: 4px; }
  .currencies .currencies-side h1 {
    margin-left: 16px; }

.currencies .download-latest {
  margin-top: 36px;
  position: relative; }

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

.currencies .currencies-converter {
  margin-top: 29px;
  display: flex; }
  @media (max-width: 767px) {
    .currencies .currencies-converter {
      margin-top: 16px; } }

.currencies .currency-input {
  width: 100%;
  position: relative; }
  .currencies .currency-input .form-control {
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px 32px 10px 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    width: 100%;
    position: relative;
    font-family: "Montserrat", Arial, Verdana, sans-serif;
    font-weight: 500; }
    .currencies .currency-input .form-control:focus {
      border-color: #cc468f; }
    @media (max-width: 767px) {
      .currencies .currency-input .form-control {
        height: 40px; } }
  .currencies .currency-input .button-clear {
    position: absolute;
    right: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15 14.5711L7.92898 7.50002M7.92898 7.50002L0.85791 0.428956M7.92898 7.50002L0.85791 14.5711M7.92898 7.50002L15 0.428955' stroke='%23919191'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%); }

.currencies .curreincies-date {
  font-size: 15px;
  margin-left: 16px; }
  @media (max-width: 767px) {
    .currencies .curreincies-date {
      margin-bottom: 8px; } }

.currencies .test {
  background-color: green;
  height: 30px; }

.currencies .currency-picker {
  padding: 15px;
  background: #f8f8f8;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 134px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  height: 52px;
  user-select: none; }
  @media (max-width: 767px) {
    .currencies .currency-picker {
      height: 40px; } }
  .currencies .currency-picker.active {
    background-color: #e4e4e4; }
    .currencies .currency-picker.active .currencies-list {
      max-height: 400px; }
  .currencies .currency-picker:hover {
    background-color: #e4e4e4;
    cursor: pointer; }
  .currencies .currency-picker__img {
    margin-right: 8px; }
  .currencies .currency-picker__title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase; }
  .currencies .currency-picker__trigger {
    width: 8px;
    height: 23px;
    background-repeat: no-repeat;
    margin-left: 21px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='24' viewBox='0 0 9 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.76062 0.083374L8.22472 9.08337H1.29652L4.76062 0.083374Z' fill='black'/%3e%3cpath d='M4.76062 23.0834L1.29652 14.0834L8.22472 14.0834L4.76062 23.0834Z' fill='black'/%3e%3c/svg%3e ");
    position: absolute;
    right: 22px; }
  .currencies .currency-picker .currencies-list {
    top: calc(100% + 8px);
    border-radius: 4px;
    left: 0;
    z-index: 10;
    position: absolute;
    width: 100%;
    background-color: #fff;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease; }
    .currencies .currency-picker .currencies-list__item {
      display: flex;
      padding: 8px 16px 8px 51px;
      position: relative; }
      .currencies .currency-picker .currencies-list__item.selected:before {
        position: absolute;
        content: "";
        left: 20px;
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 10.9615L7.42857 16.5L16 0.5' stroke='black' stroke-width='2'/%3e%3c/svg%3e ");
        background-position: center;
        background-repeat: no-repeat; }
      .currencies .currency-picker .currencies-list__item:hover {
        background-color: #5dbbc5; }
        .currencies .currency-picker .currencies-list__item:hover .currencies-list__item-img {
          color: #fff; }
    .currencies .currency-picker .currencies-list__item-img {
      margin-right: 8px; }
    .currencies .currency-picker .currencies-list__item-title {
      font-weight: normal;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase; }

.currencies .col-3-custom {
  flex: 0 0 37.5%;
  max-width: 37.5%; }
  @media (max-width: 1023px) {
    .currencies .col-3-custom {
      flex: 0 0 40%;
      max-width: 40%; } }
  @media (max-width: 767px) {
    .currencies .col-3-custom {
      flex: 0 0 60%;
      max-width: 60%; } }

.currencies .col-2-custom {
  flex: 0 0 25%;
  max-width: 25%; }
  @media (max-width: 1023px) {
    .currencies .col-2-custom {
      flex: 0 0 35%;
      max-width: 35%; } }

.currencies .col-1-custom {
  flex: 0 0 12.5%;
  max-width: 12.5%; }
  @media (max-width: 1023px) {
    .currencies .col-1-custom {
      flex: 0 0 20%;
      max-width: 20%; } }
  @media (max-width: 767px) {
    .currencies .col-1-custom {
      flex: 0 0 30%;
      max-width: 30%; } }

.current-currencies .current-currencies__header {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #888888; }

.current-currencies,
.current-conversion,
.current-precious {
  margin-top: 49px;
  max-height: 1500px; }
  @media (max-width: 1023px) {
    .current-currencies,
    .current-conversion,
    .current-precious {
      overflow: auto; }
      .current-currencies .row,
      .current-conversion .row,
      .current-precious .row {
        position: relative;
        flex-wrap: nowrap;
        z-index: 1; } }
  .current-currencies > div,
  .current-conversion > div,
  .current-precious > div {
    padding: 12px 25px 12px 16px; }
  @media (max-width: 767px) {
    .current-currencies,
    .current-conversion,
    .current-precious {
      margin-top: 44px; }
      .current-currencies > div,
      .current-conversion > div,
      .current-precious > div {
        padding: 7px 8px 7px 8px; } }
  .current-currencies__item,
  .current-conversion__item,
  .current-precious__item {
    transition: all 0.1s ease;
    opacity: 1;
    max-height: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #281f26; }
    .current-currencies__item.closed,
    .current-conversion__item.closed,
    .current-precious__item.closed {
      overflow: hidden;
      max-height: 0;
      padding-top: 0px;
      padding-bottom: 0px;
      opacity: 0; }
    @media (max-width: 1023px) {
      .current-currencies__item,
      .current-conversion__item,
      .current-precious__item {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .current-currencies__item,
      .current-conversion__item,
      .current-precious__item {
        font-size: 13px;
        white-space: nowrap; } }
    .current-currencies__item:nth-child(2n),
    .current-conversion__item:nth-child(2n),
    .current-precious__item:nth-child(2n) {
      position: relative;
      background-color: #fafafa; }
      @media (max-width: 1023px) {
        .current-currencies__item:nth-child(2n):after,
        .current-conversion__item:nth-child(2n):after,
        .current-precious__item:nth-child(2n):after {
          position: absolute;
          content: "";
          left: 0;
          top: 0;
          width: 130%;
          background-color: #fafafa;
          height: 100%;
          z-index: 0; } }
      @media (max-width: 767px) {
        .current-currencies__item:nth-child(2n):after,
        .current-conversion__item:nth-child(2n):after,
        .current-precious__item:nth-child(2n):after {
          width: 205%; } }
  .current-currencies__item-change,
  .current-conversion__item-change,
  .current-precious__item-change {
    position: relative;
    display: flex; }
    .current-currencies__item-change span,
    .current-conversion__item-change span,
    .current-precious__item-change span {
      position: absolute;
      transform: translateX(-100%); }
  .current-currencies__item-code-wrap,
  .current-conversion__item-code-wrap,
  .current-precious__item-code-wrap {
    display: flex; }
    .current-currencies__item-code-wrap span,
    .current-conversion__item-code-wrap span,
    .current-precious__item-code-wrap span {
      margin-left: 4px;
      margin-right: 4px; }
  .current-currencies__item-code-img,
  .current-conversion__item-code-img,
  .current-precious__item-code-img {
    margin-right: 8px; }
  .current-currencies .show-more-currencies,
  .current-conversion .show-more-currencies,
  .current-precious .show-more-currencies {
    padding-top: 14px;
    padding-bottom: 17px;
    margin: auto;
    text-align: center;
    width: 100%;
    color: #888888;
    font-style: normal;
    font-weight: normal;
    font-size: 15px; }
    .current-currencies .show-more-currencies span,
    .current-conversion .show-more-currencies span,
    .current-precious .show-more-currencies span {
      border-bottom: 1px dotted #000;
      text-decoration: none; }
    @media (max-width: 767px) {
      .current-currencies .show-more-currencies,
      .current-conversion .show-more-currencies,
      .current-precious .show-more-currencies {
        text-align: left;
        padding-left: 8px; } }

.current-conversion,
.current-currencies,
.current-precious {
  margin-top: 24px; }
  .current-conversion .current-currencies__header-title,
  .current-currencies .current-currencies__header-title,
  .current-precious .current-currencies__header-title {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #888888; }
    .current-conversion .current-currencies__header-title span,
    .current-currencies .current-currencies__header-title span,
    .current-precious .current-currencies__header-title span {
      font-style: normal;
      font-weight: bold;
      font-size: 15px;
      line-height: 130%;
      color: #888888;
      white-space: nowrap; }

@media (max-width: 767px) {
  .current-currencies__item .row {
    align-items: center; } }

@media (max-width: 767px) {
  .current-currencies__item-title {
    white-space: normal; } }

.current-precious-wrap {
  margin-top: 74px; }
  @media (max-width: 767px) {
    .current-precious-wrap {
      margin-top: 64px; } }

@media (max-width: 1023px) {
  .current-precious {
    margin-top: 0px; } }

.current-precious__tabs {
  display: flex;
  padding: 0px 25px 0px 16px !important;
  margin-bottom: 8px; }
  @media (max-width: 1199px) {
    .current-precious__tabs {
      flex-wrap: wrap;
      margin-bottom: 0px; } }
  @media (max-width: 767px) {
    .current-precious__tabs {
      padding: 0px 8px 0px 8px !important;
      margin-left: -8px;
      margin-right: -8px; } }

.current-precious__tabs-item {
  margin-right: 16px;
  color: #888888;
  border-bottom: 1px dotted #888888; }
  @media (max-width: 1199px) {
    .current-precious__tabs-item {
      margin-bottom: 16px; } }
  @media (max-width: 767px) {
    .current-precious__tabs-item {
      font-size: 12px;
      margin-right: 0px;
      margin: 0px 4px;
      margin-bottom: 16px; } }
  .current-precious__tabs-item:hover {
    cursor: pointer;
    color: #af226f; }
  .current-precious__tabs-item.active {
    color: #af226f; }

/* 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/content/style.css?175230735110430*/
@charset "UTF-8";
.content img {
  max-width: 100%;
  display: block;
  border-radius: 0;
  line-height: 1.4;
  clear: both;
  width: auto;
  height: auto; }
  .content img[align="left"], .content img[align="center"], .content img[align="right"] {
    max-width: 100%;
    float: none;
    margin: 0 auto 20px; }
  @media (min-width: 1200px) {
    .content img[align="left"] {
      float: left;
      max-width: 40%;
      margin: 0 40px 20px 0; }
    .content img[align="right"] {
      float: right;
      max-width: 40%;
      margin: 0 0 20px 20px; }
    .content img[align="center"] {
      margin: 0 auto 20px; } }

.content .content-img {
  clear: both; }
  .content .content-img .img-descr {
    display: block;
    margin-top: 16px;
    color: #919191;
    font-size: 14px;
    text-align: left; }
  .content .content-img--left {
    float: left;
    margin: 24px 16px 24px 0; }
    .content .content-img--left img {
      display: block;
      margin: 0 auto; }
  .content .content-img--right {
    float: right;
    margin: 0 0 20px 20px; }
    @media (max-width: 768px) {
      .content .content-img--right {
        float: none;
        margin: 0 auto 20px; } }
    .content .content-img--right img {
      display: block;
      margin: 0 auto; }
  .content .content-img--center {
    max-width: 100%;
    display: block;
    float: none;
    text-align: center;
    margin: 32px 0 32px; }
    .content .content-img--center img {
      margin: 0 auto; }

.content .img-descr-single {
  display: block;
  margin-top: 16px;
  color: #919191;
  font-size: 14px;
  text-align: left; }

.content .video {
  width: 100%;
  max-width: 800px;
  height: 300px;
  margin: 0 auto 20px;
  display: block; }
  @media (min-width: 1200px) {
    .content .video {
      height: 500px; } }

.content iframe {
  max-width: 100%; }

.content ol:not(.list-reset),
.content ul:not(.list-reset) {
  margin: 25px 0 25px; }
  .content ol:not(.list-reset) + p,
  .content ul:not(.list-reset) + p {
    margin-top: 32px; }
  @media (min-width: 1200px) {
    .content ol:not(.list-reset),
    .content ul:not(.list-reset) {
      margin: 25px 0 20px; } }
  .content ol:not(.list-reset) li,
  .content ul:not(.list-reset) li {
    position: relative;
    padding: 0 0 0 28px;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 25px; }
    .content ol:not(.list-reset) li:last-child,
    .content ul:not(.list-reset) li:last-child {
      margin: 0; }
  .content ol:not(.list-reset) li > ul,
  .content ol:not(.list-reset) li > ol,
  .content ul:not(.list-reset) li > ul,
  .content ul:not(.list-reset) li > ol {
    margin: 16px 0 10px; }
    @media (min-width: 1200px) {
      .content ol:not(.list-reset) li > ul,
      .content ol:not(.list-reset) li > ol,
      .content ul:not(.list-reset) li > ul,
      .content ul:not(.list-reset) li > ol {
        margin: 16px 0 10px; } }

.content ul:not(.list-reset) > li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #281f26;
  border: 1px solid #281f26;
  position: absolute;
  top: 10px;
  left: 16px; }

.content ol:not(.list-reset) {
  counter-reset: list;
  list-style: none; }
  .content ol:not(.list-reset) > li {
    padding-left: 38px; }
    .content ol:not(.list-reset) > li:before {
      content: counters(list, ".") ".";
      counter-increment: list;
      transform: none;
      display: inline-block;
      font-style: normal;
      font-weight: 500;
      color: #281f26;
      position: absolute;
      top: 0;
      left: 16px; }
    .content ol:not(.list-reset) > li > ol:not(.list-reset) li {
      padding: 0 0 0 52px; }
      .content ol:not(.list-reset) > li > ol:not(.list-reset) li > ol:not(.list-reset) li {
        padding: 0 0 0 60px; }

.content .table {
  margin: 24px 0px 24px; }
  @media (max-width: 767px) {
    .content .table {
      overflow: auto; } }
  .content .table table {
    margin: 20px 0;
    border: 1px solid #e0e0e0; }
    @media (max-width: 767px) {
      .content .table table {
        min-width: 700px; } }

.content table {
  display: block;
  overflow: auto; }

.content tr:nth-child(2n-1) {
  background-color: #fafafa; }

.content th {
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: bold; }

.content td {
  text-align: left;
  padding: 24px 16px;
  font-size: 16px;
  border: 1px solid #bdbdbd;
  width: auto !important; }

.content .table-descr {
  display: block;
  margin-top: 10px;
  color: #919191;
  font-size: 14px;
  text-align: left; }
  @media (max-width: 767px) {
    .content .table-descr {
      margin-bottom: 10px; } }

.content {
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  color: #000; }
  .content p {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 24px;
    letter-spacing: normal; }
    .content p:first-child {
      margin: 0; }
    @media (max-width: 767px) {
      .content p {
        font-size: 16px; } }
  .content a:not([class]) {
    color: #5dbbc5;
    text-decoration: none;
    padding: 2px;
    border-bottom: 1px solid #5dbbc5;
    transition: color 0.3s; }
    .content a:not([class]):hover {
      color: #6bc2cb;
      border-color: transparent; }
  .content hr {
    position: relative;
    height: 1px;
    background: #281f26;
    border: 0;
    margin: 20px 0; }
    .content hr:after, .content hr:before {
      content: "";
      display: table;
      clear: both; }
  .content mark {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    background-color: transparent;
    font-style: normal; }
  .content s {
    text-decoration: line-through; }
  .content .clearfix {
    clear: both; }

blockquote {
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 36px 146px;
  background-color: #d3e8f187;
  color: #000;
  position: relative; }
  @media (max-width: 767px) {
    blockquote {
      padding: 36px 36px; } }
  blockquote p {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0.03em;
    position: relative; }
    @media (max-width: 767px) {
      blockquote p {
        font-size: 18px; } }
  blockquote:after {
    position: absolute;
    content: "“";
    left: 72px;
    top: 36px;
    font-weight: 500;
    font-size: 144px;
    line-height: 120px;
    color: rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      blockquote:after {
        top: auto;
        bottom: 18px;
        left: auto;
        right: 36px;
        line-height: 0px; } }

cite,
.article-author {
  display: block;
  margin-top: 32px; }
  cite .img,
  .article-author .img {
    float: left;
    margin-right: 16px;
    width: 50px;
    height: 50px;
    border-width: 4px;
    overflow: hidden; }
  cite .name,
  .article-author .name {
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    display: block; }
  cite .descr,
  .article-author .descr {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px; }
  cite__title,
  .article-author__title {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 8px; }
  cite a.name,
  .article-author a.name {
    color: #000;
    display: inline-block; }
    cite a.name:hover,
    .article-author a.name:hover {
      cursor: pointer;
      color: #cc468f; }

.article-search {
  display: inline-block;
  margin: 36px 0px;
  padding: 17px 23px;
  border: 1px solid #af226f;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 12px; }
  .article-search a {
    color: #af226f;
    text-decoration: none;
    border-bottom: none; }

.text-aside-snippet {
  padding: 24px;
  background-color: #f4f4f4;
  max-width: 276px;
  float: left;
  margin: 0px 16px 0px 0px;
  position: relative; }
  .text-aside-snippet__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .text-aside-snippet__content {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%; }
  .text-aside-snippet p:after {
    position: absolute;
    content: ""; }
  @media (max-width: 767px) {
    .text-aside-snippet {
      width: 100%;
      float: none;
      max-width: none; } }

.text-centered-snippet {
  padding: 24px;
  background-color: #f4f4f4;
  margin: 24px 0px 0px 0px;
  position: relative; }
  .text-centered-snippet__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #c4c4c4; }
  .text-centered-snippet__content {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%; }
  @media (max-width: 767px) {
    .text-centered-snippet {
      width: 100%; } }

.text-centered-snippet--v2 {
  background: #E9F1FF; }



a.tag {
  padding: 8px 16px;
  display: inline-block;
  background-color: #f4fafb;
  border-width: 2px;
  color: #919191;
  margin: 32px 0px 0px;
  margin-right: 16px;
  transition: all 0.3s ease; }
  a.tag:hover {
    cursor: pointer;
    background-color: #6bc2cb;
    color: #fff; }

.article-rights {
  width: 100%;
  background-color: #af226f;
  color: #fff;
  border-radius: 4px;
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 32px; }
  @media (max-width: 767px) {
    .article-rights {
      padding: 10px;
      font-size: 14px; } }
  .article-rights a {
    border-bottom: none;
    color: #fff;
    text-decoration: underline; }
    @media (min-width: 1024px) {
      .article-rights a:hover {
        cursor: pointer;
        text-decoration: none; } }

.article-author-list{
    margin-top: 32px;
}
.print .article-author-list__heading{
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 8px;

}
.print .article-author-list__container{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.print .article-author-list-item{
  display: flex;
}
.print .article-author-list-item__img{
  margin-right: 16px;
  width: 50px;
  height: 50px;
  border-width: 4px;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
}

.print .article-author-list-item__name{
  color: #000;
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}

.sitemap li ul {
  margin-left: 20px;
  padding-left: 12px;
}
.sitemap .level-1 {
  margin: 0 0 30px;
}

.level-1 > a, .level-2 > a {
  font-weight: bold;
}
/* 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/currencies/style.css?164001271411865 */
/* /local/templates/html/components-template/banner-link/style.css?1640012714863 */
/* /local/templates/html/components-template/content/style.css?175230735110430 */
/* /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 */
