<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2, .h2 {
	margin-top: 0;
    color: rgba(0, 0, 0, 0.85);
	margin-bottom: 20px;
    font-weight: 700;
    font-size: 21px;
	line-height: 24px;
}
.h2:hover {color: rgba(0, 0, 0, 0.85);}
a, a:visited, a:hover, a:focus {
    text-decoration: none;
}

.services-exhibitions__section {
  margin-top: 33px; }
  @media (max-width: 991px) {
    .services-exhibitions__section {
      margin-top: 47px; } }
  @media (max-width: 767px) {
    .services-exhibitions__section {
      margin-top: 36px; } }
  .services-exhibitions__section-top {
    display: block;
    margin-bottom: 23px;
    padding-bottom: 52px;
    border-bottom: 1px solid #F1F1F1; }
    @media (max-width: 767px) {
      .services-exhibitions__section-top {
        margin-bottom: 35px;
        padding-bottom: 26px; } }
    .services-exhibitions__section-top .item {
      margin-bottom: 10px;
      font-size: 0; }
      .services-exhibitions__section-top .item:last-child {
        margin-bottom: 0; }
      .services-exhibitions__section-top .item__icon {
        display: inline-block;
        vertical-align: middle;
        width: 70px;
        height: 46px;
        margin-right: 7px;
        margin-top: 6px;
        text-align: center;
        color: #f05f3b; }
        @media (max-width: 767px) {
          .services-exhibitions__section-top .item__icon {
            width: 50px;
            margin-top: 0;
            text-align: left; } }
        .services-exhibitions__section-top .item__icon .svg-icon {
          max-width: 46px;
          height: 100%; }
      .services-exhibitions__section-top .item__title {
        display: inline-block;
        vertical-align: middle;
        max-width: calc(100% - 80px);
        margin-bottom: 0; }

.services-exhibitions-item {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
  padding: 34px 15px 37px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  background-color: #ffffff; }
  @media (max-width: 767px) {
    .services-exhibitions-item {
      margin-bottom: 35px;
      padding-top: 18px;
      padding-bottom: 23px; } }
  .services-exhibitions-item:before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 100%;
    /* background-image: url("/common/2020/img/identity-vertical.jpg"); */
    background-size: 16px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .services-exhibitions-item__content {
    margin-left: -8px; }
    @media (max-width: 767px) {
      .services-exhibitions-item__content {
        margin-left: -10px; } }
  .services-exhibitions-item__icon {
    margin-top: 3px;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .services-exhibitions-item__icon {
        margin: 0;
        padding: 0; } }
    .services-exhibitions-item__icon a {
      display: block;
      width: 64px;
      height: 64px;
      margin: 0 auto;
      text-align: center;
      /* color: #00589c; */
		/* color: rgba(0, 0, 0, 0.5); */	  }
      @media (max-width: 767px) {
        .services-exhibitions-item__icon a {
          margin: 0 0 24px; } }
      .services-exhibitions-item__icon a .svg-icon {
        max-width: 100%;
        height: 100%; }
  @media (max-width: 767px) {
    .services-exhibitions-item__title {
      line-height: 28px; } }
  .services-exhibitions-item__list {
    column-count: 2;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .services-exhibitions-item__list {
        column-count: 1;
        margin-top: 17px; } }
    .services-exhibitions-item__list_one-col {
      column-count: 1; }
    .services-exhibitions-item__list .link {
      margin-bottom: 5px;
      padding-right: 16px;
      font-family: "Roboto", "Helvetica Neue", sans-serif;
      font-size: 14px;
      line-height: 21px; }
      @media (max-width: 767px) {
        .services-exhibitions-item__list .link {
          margin-bottom: 9px;
          line-height: 17px; } }
      .services-exhibitions-item__list .link a {
        text-decoration: underline;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.75); }
  .services-exhibitions-item:hover {
    box-shadow: 0 12px 40px 0 rgba(196, 199, 204, 0.84); }
    @media (max-width: 991px) {
      .services-exhibitions-item:hover {
        box-shadow: none; } }
    .services-exhibitions-item:hover:before {
      opacity: 1; }
      @media (max-width: 991px) {
        .services-exhibitions-item:hover:before {
          opacity: 0; } }


.links-tiles__item {
  margin-bottom: 24px;
  padding: 20px;
  border: 1px solid #F1F1F1;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .links-tiles__item .svg-icon {
    display: block;
    max-width: 48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    /* color: #00adee; */ }
  .links-tiles__item .text {
    display: block;
    flex: 1;
    margin-left: 24px;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000; }
  .links-tiles__item_icon-red .svg-icon {
    color: #f05f3b; }</pre></body></html>