@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300;400;500");
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  font-family: "Readex Pro", Helvetica, Arial, Verdana, sans-serif;
  color: #232221;
  background: #F8F9F9;
  display: flex;
  flex-direction: column; }
  body.white, body.home {
    background: #fff; }

img {
  max-width: 100%; }

.page-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column; }

.link-box {
  display: inline-flex;
  border-radius: 5px;
  background-color: #F5F9FB;
  padding: 12px 16px 12px 16px;
  font-weight: 300;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  word-break: break-all; }
  @media screen and (min-width: 768px) {
    .link-box {
      font-size: 16px;
      line-height: 26px; } }

.copy-box {
  position: relative;
  margin: 0 0 10px 0;
  word-break: break-all; }
  .copy-box__text {
    font-family: Consolas, monospace;
    width: 100%;
    min-height: 50px;
    border-radius: 5px;
    background-color: #F5F9FB;
    border: 0;
    padding: 12px 100px 12px 25px;
    font-size: 14px;
    line-height: 24px; }
    @media screen and (min-width: 768px) {
      .copy-box__text {
        font-size: 16px;
        line-height: 26px; } }
  .copy-box__btn {
    border: 0;
    background: none;
    position: absolute;
    right: 21px;
    top: 15px; }
    .copy-box__btn-icon {
      width: 18px;
      height: 18px; }

.header {
  display: block;
  background: #fff;
  border-bottom: 1px solid #ededed; }
  .white .header, .home .header {
    border-color: transparent; }
  .header__content {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 0 28px;
    margin: 0 auto; }
  .header__logo {
    display: flex;
    align-items: center; }
    .header__logo-link {
      width: 130px; }
    .header__logo-img {
      display: block; }
  .header__nav {
    display: flex;
    position: relative;
    align-items: center; }
    .home .header__nav, .unlocode .header__nav {
      display: none; }
    @media screen and (min-width: 768px) {
      .header__nav {
        flex-direction: row-reverse; } }

.mobile-nav-btn {
  background: none;
  border: 0;
  display: none;
  width: 34px;
  height: 34px; }
  @media screen and (max-width: 768px) {
    .mobile-nav-btn {
      display: block; } }

.main-nav__menu {
  display: none; }
  @media screen and (max-width: 768px) {
    .main-nav__menu {
      background: #01619B;
      position: fixed;
      z-index: 1;
      left: 0;
      top: 100px;
      width: 100%;
      padding: 20px 28px; } }
  @media screen and (min-width: 768px) {
    .main-nav__menu {
      display: block;
      margin-right: 15px; } }
.main-nav--opened .main-nav__menu {
  display: block; }
.main-nav--opened .mobile-nav-btn svg {
  fill: #006AB1; }
.main-nav__link {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 0;
  text-decoration: none; }
  @media screen and (max-width: 768px) {
    .main-nav__link {
      display: block;
      padding: 22px 0; } }
  @media screen and (min-width: 768px) {
    .main-nav__link {
      color: #232221;
      font-size: 14px;
      font-weight: 300;
      padding: 0 15px;
      line-height: 34px; } }

.page-content {
  width: 100%;
  max-width: 1200px;
  padding: 28px;
  margin: 0 auto;
  display: flex;
  flex: 1;
  flex-direction: column; }

h1 {
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  color: #232221;
  margin: 0 0 30px 0; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 32px;
      line-height: 42px;
      margin: 0 0 20px 0; } }

h2 {
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
  color: #232221; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 27px;
      line-height: 35px; } }

h3 {
  font-size: 23px;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 0;
  color: #232221; }

h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0; }

p {
  margin: 0 0 15px 0;
  text-align: justify;
  font-weight: 300; }

ul, ol {
  margin: 0 0 15px 35px;
  padding: 0;
  text-align: justify; }
  ul li, ol li {
    padding: 5px 0; }
    ul li p, ol li p {
      margin: 0; }

.page-title {
  margin: 0 0 14px 0; }
  @media screen and (min-width: 768px) {
    .page-title {
      display: flex;
      align-items: baseline;
      margin: 0 0 30px 0; } }
  .page-title__action {
    margin: 0 30px 0 0; }
    @media screen and (max-width: 767px) {
      .page-title__action-arrow {
        display: none; } }
    @media screen and (min-width: 768px) {
      .page-title__action-text {
        display: none; } }
  .page-title h1 {
    margin: 20px 0 0 0; }
    @media screen and (min-width: 768px) {
      .page-title h1 {
        margin: 0; } }

.page-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0;
  color: #232221;
  margin: 0 0 40px 0; }

h1 + .page-description {
  margin-top: -10px;
  margin-bottom: 2em; }

a {
  color: #009edb;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

table {
  width: 100%;
  margin: 0 0 29px 0;
  border: 0;
  border-spacing: 0 7px; }
  table tr {
    border-bottom: 7px solid #F8F9F9; }
  table thead tr {
    border: 0; }
  table th, table td {
    padding: 6px 8px; }
  table th {
    border-top: 1px solid #ededed;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    color: #888583;
    line-height: 22px;
    font-weight: 500;
    padding: 15px 30px 8px 30px; }
  table td {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #232221;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    background: #fff; }
  @media screen and (min-width: 768px) {
    table td:first-child {
      border-left: 1px solid #ededed;
      border-radius: 10px 0 0 10px; }
    table td:last-child {
      border-right: 1px solid #ededed;
      border-radius: 0 10px 10px 0; } }

@media screen and (max-width: 767px) {
  .table-grid thead tr {
    display: none; }
  .table-grid tr {
    border: 1px solid #ededed;
    background: #fff;
    margin: 0 0 12px 0;
    display: block;
    border-radius: 8px;
    padding: 18px; }
    .table-grid tr td {
      padding: 8px 0 0 0; }
      .table-grid tr td:first-child {
        padding-top: 0; }
  .table-grid th {
    display: none; }
  .table-grid td {
    display: block;
    word-break: break-all;
    padding: 0;
    background: none;
    border: 0;
    font-size: 14px;
    line-height: 22px; }
    .table-grid td a {
      font-weight: 500; } }
@media screen and (max-width: 767px) {
  .table-grid--properties tbody tr {
    display: flex;
    flex-direction: column; }
    .table-grid--properties tbody tr td:first-child {
      order: 1; }
    .table-grid--properties tbody tr td:nth-child(2) {
      order: 3; }
      .table-grid--properties tbody tr td:nth-child(2)::before {
        content: 'Type: ';
        color: #888583; }
      .table-grid--properties tbody tr td:nth-child(2) a {
        font-size: 14px;
        font-weight: 300; }
    .table-grid--properties tbody tr td:nth-child(3) {
      order: 2; }
  .table-grid--code-list td {
    display: block; }
    .table-grid--code-list td:before {
      color: #888583;
      content: attr(data-title) ": "; } }

code {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  display: inline-block;
  padding: 5px;
  font-size: 0.9em; }

pre {
  overflow: auto; }

pre code {
  padding: 15px;
  margin: 0 0 10px 0; }

code, pre {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }

.breakall {
  word-break: break-all; }

.search-form {
  display: flex; }
  .search-form__toggle-btn {
    border: 0;
    background: none; }
    @media screen and (min-width: 768px) {
      .search-form__toggle-btn {
        padding-top: 5px; } }
  .search-form__container {
    position: absolute;
    display: none;
    right: 0;
    top: 0; }
  .search-form--active .search-form__container {
    display: block; }
  .search-form__field {
    border: 1px solid #4C4845;
    border-radius: 10px;
    background: #fff;
    padding: 0 50px 0 50px;
    height: 43px; }
    @media screen and (min-width: 768px) {
      .search-form__field {
        min-width: 500px; } }
  .search-form__submit {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    height: 43px;
    align-items: center;
    padding: 2px 5px 0 5px;
    background: none;
    border: 0; }
  .search-form__close {
    position: absolute;
    display: flex;
    height: 43px;
    align-items: center;
    border: 0;
    background: none;
    right: 0;
    padding: 0 14px;
    top: 0; }
  .search-form__mobile-btn {
    border: 0;
    background: none;
    display: none; }
    @media screen and (max-width: 768px) {
      .search-form__mobile-btn {
        display: block; } }

.search-autocomplete {
  display: none;
  position: absolute;
  left: 0;
  max-height: 300px;
  overflow: auto;
  background: #fff;
  padding: 5px;
  border: 1px solid #006AB1; }
  .search-autocomplete ul {
    list-style: none;
    margin: 0; }
  .search-autocomplete li {
    white-space: nowrap; }
  .search-autocomplete a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    font-size: 11px; }
    .search-autocomplete a:hover {
      background: #d3d3d3; }

.search-results {
  display: flex;
  width: 100%;
  flex: 1;
  flex-direction: column; }
  .search-results__top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 767px) {
      .search-results__top {
        flex-direction: column; } }
  .search-results .search-results__title {
    margin: 0;
    padding: 0; }
    .search-results .search-results__title-value {
      color: #006AB1; }
  .search-results .search-results__list {
    display: table;
    width: 100%;
    list-style: none;
    margin: 0; }
  .search-results .search-results__label a {
    font-size: 16px; }
    .search-results .search-results__label a:hover {
      background: none;
      text-decoration: underline; }
  .search-results li {
    white-space: nowrap; }
  .search-results a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    font-size: 11px; }
    .search-results a:hover {
      background: #d3d3d3; }
  .search-results .search-results__pagination {
    display: flex;
    list-style: none;
    width: 100%;
    margin: 20px auto;
    align-items: center;
    justify-content: center; }
    .search-results .search-results__pagination li {
      margin: 0 3px;
      padding: 0; }
      .search-results .search-results__pagination li.active {
        background: #DFF5FD;
        color: #232221; }
    .search-results .search-results__pagination a {
      display: block;
      font-size: 16px;
      padding: 7px 12px;
      border: 1px solid #005493; }
      .search-results .search-results__pagination a:hover {
        background: #005493;
        color: #fff;
        text-decoration: none; }
  .search-results__empty {
    display: none;
    text-align: center;
    font-size: 16px; }
  .search-results__loading {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1; }
  .search-results .svg-loader {
    max-width: 128px;
    max-height: 128px;
    fill: #005493; }
  .search-results .magnify {
    fill: #f8f8f8;
    animation: search 1s infinite ease; }
  .search-results .doc {
    fill: #d8d8d2;
    animation: flyby 1s infinite ease; }
@keyframes search {
  0% {
    transform: translate(40px, 40px) scale(0.6); }
  50% {
    transform: translate(20px, 20px) scale(0.6); }
  100% {
    transform: translate(40px, 40px) scale(0.6); } }
@keyframes flyby {
  0% {
    transform: translate(-20px, 20px) scale(0.2);
    opacity: 0; }
  50% {
    transform: translate(30px, 20px) scale(0.5);
    opacity: 1; }
  100% {
    transform: translate(100px, 20px) scale(0.2);
    opacity: 0; } }
.search-block {
  display: flex;
  justify-content: center;
  width: 100%; }
  .search-block__container {
    position: relative;
    width: 100%;
    max-width: 645px;
    margin: 0 0 17px 0; }
    @media screen and (min-width: 768px) {
      .search-block__container {
        margin-bottom: 46px; } }
  .search-block__field {
    height: 48px;
    border: 1px solid #4C4845;
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 0 75px 0 40px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .search-block__field {
        height: 60px;
        padding: 0 75px 0 50px; } }
  .search-block__icon {
    pointer-events: none;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%); }
  .search-block__submit {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 70px;
    color: #fff;
    background: #006AB1;
    border: 1px solid #006AB1;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0; }
    @media screen and (min-width: 768px) {
      .search-block__submit {
        height: 60px;
        width: 90px; } }

@media screen and (min-width: 768px) {
  .search-filter {
    display: flex; } }
.search-filter__label {
  font-size: 16px;
  color: #232221;
  padding-right: 10px; }
.search-filter__control {
  height: 40px;
  border: 1px solid #ededed;
  color: #232221;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 10px; }
.search-filter__item {
  display: flex;
  align-items: center;
  margin: 10px 0 0 0; }
  @media screen and (min-width: 768px) {
    .search-filter__item {
      margin: 0 0 0 15px; } }

.breadcrumbs {
  color: #888583;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin: 0 0 25px 0;
  word-break: break-all; }
  .breadcrumbs a {
    color: #009edb;
    text-decoration: none; }
    .breadcrumbs a:hover {
      text-decoration: underline; }

#scroll-to-top {
  position: fixed;
  border: 0;
  background: #009edb;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  bottom: 10px;
  left: 10px;
  transition: background-color .3s, opacity .5s, visibility .5s; }
  #scroll-to-top:focus {
    outline: 0; }
  #scroll-to-top:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-top: 4px solid white;
    border-right: 4px solid white;
    transform: rotate(-45deg);
    margin: 10px 0 0 15px; }

.footer {
  border-top: 1px solid #ededed;
  background: #fff; }
  .footer__content {
    display: flex;
    flex-direction: column;
    height: 100px;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    padding: 15px 28px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 300;
    line-height: 26px; }
    @media screen and (min-width: 768px) {
      .footer__content {
        line-height: 20px;
        flex-direction: row;
        justify-content: space-between; } }
  .footer__copyright {
    color: #888583; }
  .footer__nav {
    display: flex;
    align-items: center; }
    .footer__nav a {
      font-size: 12px;
      font-weight: 300;
      line-height: 20px;
      color: #888583;
      text-decoration: none; }
      .footer__nav a:before {
        content: "|";
        margin: 0 5px; }
      .footer__nav a:first-child::before {
        display: none; }

.home-content {
  color: #232221; }
  .home-content__title {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin: 40px 0 6px 0; }
    @media screen and (min-width: 768px) {
      .home-content__title {
        font-size: 37px;
        margin: 90px 0 12px 0; } }
  .home-content__description {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    max-width: 645px;
    margin: 0 auto 20px auto; }
    @media screen and (min-width: 768px) {
      .home-content__description {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 40px; } }
  .home-content__inner {
    max-width: 918px;
    margin: 0 auto; }
  .home-content__subtitle {
    margin: 17px 0 25px 0; }
    @media screen and (min-width: 768px) {
      .home-content__subtitle {
        margin-top: 35px; } }

.browse-types {
  list-style: none;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .browse-types {
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    .browse-types--two-columns .browse-types__item {
      width: calc(50% - 20px); } }
  @media screen and (min-width: 768px) {
    .browse-types--three-columns .browse-types__item {
      width: calc(33.3% - 20px); } }

.browse-type {
  background: #f5f9fb;
  border-radius: 10px;
  margin: 0 0 8px 0;
  padding: 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    .browse-type {
      padding: 15px 0 0 0; } }
  .browse-type__title {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 48px;
    padding: 0 75px 0 49px;
    font-size: 14px;
    font-weight: 500;
    color: #232221; }
    @media screen and (min-width: 768px) {
      .browse-type__title {
        pointer-events: none;
        font-size: 19px;
        line-height: 26px;
        font-weight: 500;
        padding: 0 0 0 59px; } }
    .browse-type__title svg {
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (min-width: 768px) {
        .browse-type__title svg {
          left: 20px; } }
    .browse-type__title:after {
      content: '';
      position: absolute;
      border: solid #006AB1;
      border-width: 0 2px 2px 0;
      display: inline-block;
      transform: rotate(-45deg);
      padding: 3px;
      right: 20px; }
      @media screen and (min-width: 768px) {
        .browse-type__title:after {
          display: none; } }
    .browse-type__title:hover {
      text-decoration: none; }
  .browse-type__info {
    display: none; }
    @media screen and (min-width: 768px) {
      .browse-type__info {
        display: block;
        padding: 15px 20px 15px 20px; } }
  .browse-type__version {
    font-size: 10px;
    line-height: 20px;
    font-weight: 300;
    color: #888583;
    position: absolute;
    top: 0;
    right: 13px; }
    @media screen and (min-width: 768px) {
      .browse-type__version {
        top: 11px; } }
  .browse-type__description {
    text-align: left; }
    @media screen and (min-width: 768px) {
      .browse-type__description {
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        margin: 0 0 11px 0; } }
  @media screen and (min-width: 768px) {
    .browse-type__action {
      font-size: 14px;
      line-height: 22px;
      color: #006AB1;
      display: inline-block;
      position: relative;
      padding: 4px 15px 4px 0; }
      .browse-type__action:after {
        content: '';
        position: absolute;
        border: solid #006AB1;
        border-width: 0 2px 2px 0;
        display: inline-block;
        transform: rotate(-45deg);
        padding: 3px;
        right: 0;
        top: 11px; } }

@media print {
  /* Стиль для печати */
  @page {
    margin: 1cm; }
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  body {
    background: #fff; }

  .main-content {
    padding: 0 !important;
    margin: 0 !important; }

  h1, h2, h3, h4, h5, h6 {
    color: #000 !important; }

  .header {
    display: none !important; }

  a {
    text-decoration: underline;
    color: #000; }

  a:after {
    font-size: .9em;
    font-weight: normal;
    text-decoration: none;
    word-break: break-all; }

  a[href^="http"]:after {
    content: " (" attr(href) ") "; }

  a:not([href*="http"]):after {
    content: " (https://vocabulary.unece.org/" attr(href) ") "; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="http"]:after {
    content: " (" attr(href) ") "; } }
