/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
    format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

:not(.t-html-content *),html{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:rgba(255,255,255,0)!important;-webkit-focus-ring-color:hsla(0,0%,100%,0)!important}body,html{width:100%;min-width:320px;min-height:100%;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:120%;color:#0e1823}@media screen and (max-width:1024px){body,html{font-size:16px}}button,input,textarea{border:none;background-color:transparent;outline:none;-webkit-appearance:none}h1,h2,h3,h4{margin:0;font-weight:400;font-size:unset}a,h1,h2,h3,h4,p,span{line-height:120%}img{display:block;max-width:100%;-o-object-fit:contain;object-fit:contain}a{color:inherit;text-decoration:none}ul{list-style:none}::-webkit-scrollbar{position:absolute;left:0;width:8px;height:4px}::-webkit-scrollbar-track{border-radius:4px}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00104d}[data-animate]{transition:all .8s 0s;opacity:0}[data-animate-direction=bottom]{transform:translateY(50px)}[data-animate-direction=right]{transform:translateX(50px)}[data-animate-direction=left]{transform:translateX(-50px)}[data-animate-direction=top]{transform:translateY(-50px)}[data-delay=true]:first-child{transition-delay:.35s}[data-delay=true]:nth-child(2){transition-delay:.5s}[data-delay=true]:nth-child(3){transition-delay:.65s}[data-delay=true]:nth-child(4){transition-delay:.8s}[data-delay=true]:nth-child(5){transition-delay:.95s}[data-delay=true]:nth-child(6){transition-delay:1.1s}[data-delay=true]:nth-child(7){transition-delay:1.25s}[data-delay=true]:nth-child(8){transition-delay:1.4s}[data-delay=true]:nth-child(9){transition-delay:1.55s}[data-delay=true]:nth-child(10){transition-delay:1.7s}[data-delay=true]:nth-child(11){transition-delay:1.85s}[data-delay=true]:nth-child(12){transition-delay:2s}[data-delay=true]:nth-child(13){transition-delay:2.15s}[data-delay=true]:nth-child(14){transition-delay:2.3s}[data-delay=true]:nth-child(15){transition-delay:2.45s}[data-delay=true]:nth-child(16){transition-delay:2.6s}[data-delay=true]:nth-child(17){transition-delay:2.75s}[data-delay=true]:nth-child(18){transition-delay:2.9s}[data-delay=true]:nth-child(19){transition-delay:3.05s}[data-delay=true]:nth-child(20){transition-delay:3.2s}[data-animate=true]{opacity:1;transform:translateZ(0)}@font-face{font-family:BebasNeue;src:url(/dist/assets/fonts/81c75d30de8b3a7fa386.eot);src:local("Bebas Neue Regular"),local("BebasNeueRegular");src:url(/dist/assets/fonts/81c75d30de8b3a7fa386.eot?#iefix) format("embedded-opentype");src:url(/dist/assets/fonts/6f25f09874c1350d2e83.woff2) format("woff2");src:url(/dist/assets/fonts/fa60e196ef332985a02d.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Inter;src:url(/dist/assets/fonts/32969776c5ff8b597499.eot);src:local("");src:url(/dist/assets/fonts/32969776c5ff8b597499.eot?#iefix) format("embedded-opentype");src:url(/dist/assets/fonts/85119f18c783bf6b0a9a.woff2) format("woff2");src:url(/dist/assets/fonts/ed9a7ce1dedab5d9333b.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/dist/assets/fonts/6ebf102171cbaf5d4d05.eot);src:local("");src:url(/dist/assets/fonts/6ebf102171cbaf5d4d05.eot?#iefix) format("embedded-opentype");src:url(/dist/assets/fonts/90f5c90fdecd8895f496.woff2) format("woff2");src:url(/dist/assets/fonts/7f6c3678e245486167d9.woff) format("woff");font-weight:600;font-style:normal}@media screen and (min-width:769px){.mobile{display:none!important}}@media screen and (max-width:768px){.notMobile{display:none!important}}.fade-enter-active,.fade-leave-active{transition:opacity .4s}.fade-enter,.fade-leave-to{opacity:0}.page-enter-active{transition:transform .6s,opacity .4s;transition-delay:0s;position:fixed!important;left:50%!important;top:128px!important;transform:translateX(100%);opacity:0;z-index:1}.page-enter-to{transform:translateX(0);background-attachment:scroll!important;height:100vh;overflow:hidden;opacity:1;transform:translateX(-50%)}.page-leave-active{transition:transform .6s,opacity .4s}.page-leave-to{transform:translateX(-100%);opacity:0}@media screen and (max-width:1024px){.page-enter-active{top:56px!important}}.t-footer{padding:2.5rem 0;background-color:#0e1823}.t-footer__container{margin:0 auto;max-width:944px}.t-footer__row{padding-top:3.125rem;position:relative;display:flex;justify-content:space-between}.t-footer__row>*{max-width:50%}.t-footer__info{color:#ccc}.t-footer__logo{position:absolute;top:0;left:0;display:block;margin-bottom:1rem}.t-footer__copyright{margin-top:1.5rem;padding-top:1rem;font-size:.75rem;color:#666;border-top:1px solid #323b44}.t-footer__devs>span:first-child{position:relative;margin-right:.5rem;padding-right:.5rem}.t-footer__devs>span:first-child:after{content:"";position:absolute;right:-.125rem;top:50%;transform:translateY(-50%);width:.25rem;height:.25rem;border-radius:50%;background-color:#666}.t-footer__copyright,.t-footer__devs{display:flex;justify-content:space-between;align-items:center}.t-footer__btn{font-size:.875rem!important;line-height:2.5rem!important}.t-footer__desc{font-size:.875rem;line-height:1.3;margin-bottom:1.5rem}.t-footer__title{margin-bottom:11px}.t-footer__social{font-size:.75rem;color:#fff;text-transform:uppercase;letter-spacing:.04em}.t-footer__social span{line-height:1.4}@media screen and (max-width:1024px){.t-footer{padding:40px 16px}.t-footer__logo{right:0}.t-footer__info{margin-bottom:32px}.t-footer__info,.t-footer__logo{text-align:center}.t-footer__row{flex-direction:column}.t-footer__row>*{max-width:100%}.t-footer__desc{font-size:12px}.t-footer__social{max-width:288px;width:100%;margin:0 auto;text-align:center}.t-footer__social>:first-child{margin-bottom:8px}.t-footer__copyright{flex-direction:column;max-width:288px;font-size:12px;text-align:center;border:0}.t-footer__copyright>:first-child{margin-bottom:12px}}.t-studio{opacity:.5;transition:all .2s;margin-left:.5rem}.t-studio svg{fill:#666;transition:all .2s}.t-studio span{margin-right:.5rem}.t-studio:hover{opacity:1}.t-studio:hover svg{fill:#e31717}.t-studio:active{transform:scale3d(.98,.98,.98)}.t-header{position:relative;z-index:15}.t-header__top{padding-left:2rem;display:flex;align-items:center;background-color:#0e1823}.t-header__search{display:flex;align-items:center;margin-left:auto}.t-header__desc{margin-left:1.25rem;font-size:.875rem;color:#999}.t-header__social{margin-left:auto;margin-right:1.5rem}@media screen and (max-width:1024px){.t-header__top{padding:13px 20px 9px 16px;justify-content:space-between}}.t-header-nav{min-height:64px;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;background-color:#fff;border:1px solid #e6e6e6}.t-header-nav .t-search-block{min-width:300px}.curtain{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;z-index:1000;opacity:1}.curtain-enter-active,.curtain-leave-active{transition:opacity .4s .5s}.curtain-enter,.curtain-leave-to{opacity:0}.t-modal{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.5);z-index:90}.t-modal__overlay{margin-bottom:1.5rem;border-bottom:1px solid #e6e6e6}.t-modal__cover{display:flex;justify-content:space-between}.t-modal__content{position:relative;padding:1.5rem;background-color:#fff;max-width:41rem;overflow-x:hidden;overflow-y:auto;max-height:calc(100% - 40px)}.t-modal__close{position:absolute;top:0;right:0;width:3rem;height:3rem;cursor:pointer}.t-modal__close:after,.t-modal__close:before{content:"";position:absolute;top:50%;left:50%;display:block;height:2px;width:1.25rem;background-color:rgba(0,0,0,.3);transform:translate(-50%,-50%) rotate(-45deg);transition:all .3s}.t-modal__close:before{transform:translate(-50%,-50%) rotate(45deg)}.t-modal__close:hover:after,.t-modal__close:hover:before{background-color:rgba(0,0,0,.6)}.t-modal__title{margin-bottom:1rem;font-size:1.125rem;font-weight:600}.t-modal__desc{margin-bottom:1.5rem;line-height:1.4}.t-modal__text{margin-bottom:2rem}.t-modal__text>i{padding-bottom:.125rem;display:inline-block;font-style:normal;border-bottom:1px solid #eb271b}.t-modal_small{font-size:.875rem}.t-modal__btn{padding:.6875rem 2rem!important;font-size:.875rem!important;line-height:130%!important;border-radius:.1875rem!important}.t-modal .t-form{margin-bottom:2.5rem}.t-modal .t-form__textarea{min-height:6.875rem}.t-modal .t-whatisit-modal .t-modal__overlay{padding-bottom:24px}.t-modal .t-unloading-modal{width:272px}.t-modal .t-unloading-modal__title{font-size:16px;line-height:140%;margin-bottom:16px}.t-modal .t-unloading-modal__form{display:flex;flex-direction:column;align-items:center}.t-modal .t-unloading-modal__input{padding-bottom:24px;margin-bottom:16px;border-bottom:1px solid #e6e6e6;width:100%}.t-modal .t-unloading-modal__input-email{padding:10px 14px;border:1px solid #e6e6e6;border-radius:3px;width:100%;max-height:40px}.t-modal .t-unloading-modal__input-email._error{border:1px solid #b50026;background-color:rgba(181,0,39,.06274509803921569)}.t-modal .t-unloading-modal__input-title{font-size:14px;line-height:130%;margin-bottom:4px;display:block}.t-modal .t-unloading-modal__button{padding:11px;background:#b50026;width:100%;max-width:201px;height:40px;max-height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.t-modal .t-unloading-modal__button span{font-size:14px;color:#fff}.t-modal .t-waiting-modal{min-width:272px;display:flex;align-items:center;flex-direction:column}.t-modal .t-waiting-modal__email{font-weight:700}@media screen and (max-width:768px){.t-modal .t-waiting-modal__email{word-break:break-all}}.t-modal .t-waiting-modal__title{font-size:16px;line-height:140%;margin-bottom:16px;padding-bottom:24px;border-bottom:1px solid #e6e6e6}.t-modal .t-waiting-modal__button{padding:11px;background:#b50026;width:100%;max-width:201px;height:40px;max-height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.t-modal .t-waiting-modal__button span{font-size:14px;color:#fff}@media screen and (max-width:1279px){.t-modal__content{max-width:768px;min-width:294px;padding:24px}.t-modal__title{font-size:20px;margin-bottom:16px}.t-modal__desc{font-size:14px;margin-bottom:24px}}@media screen and (max-width:768px){.t-modal{top:56px;display:block;overflow-y:auto;height:calc(100% - 56px)}.t-modal__content{padding:24px 16px 35px;width:100%;min-height:100%;min-width:200px}.t-modal__content.smallModal{min-height:50%}.t-modal__close{position:fixed}.t-modal__title{font-size:1.125rem;line-height:130%}.t-modal__desc{font-size:16px;line-height:140%;margin-bottom:1rem}.t-modal_small{font-size:.875rem;line-height:130%}.t-modal__cover{flex-direction:column}.t-modal__btn{padding:.6875rem 0!important;font-size:.875rem!important;line-height:130%!important}.t-modal__btn:first-child{order:2}.t-modal__btn:nth-child(2){order:1;margin-bottom:.5rem}.t-modal .t-unloading-modal{position:absolute;bottom:35px}}.burger{display:flex;cursor:pointer}.burger__wrapper{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:20px}.burger__text{display:none;color:#fff;margin-right:12px}.burger__line{width:100%;height:2px;background-color:#fff}@media screen and (max-width:1024px){.burger__wrapper{margin-bottom:.3125rem}.burger__text{display:block}}.t-search-btn{margin-left:20px;display:flex;justify-content:center;align-items:center;width:2rem;height:2rem;border-radius:50%;background-color:transparent;transition:all .3s;cursor:pointer}.t-search-btn svg{width:1.5rem;height:1.5rem;fill:#0e1823;transition:all .3s}.t-search-btn:hover svg{fill:#174e80}.t-search-btn:active{transform:scale3d(.98,.98,.98)}.t-social,.t-social__item{display:flex;align-items:center}.t-social__item{justify-content:center;width:1.5rem;height:1.5rem;overflow:hidden;transition:all .3s}.t-social__item svg{width:100%;height:100%;fill:#999;transition:all .3s}.t-social__item:not(:last-child){margin-right:1.25rem}.t-social__item:hover svg{fill:#fff}.t-social__item:active{transform:scale3d(.98,.98,.98)}@media screen and (max-width:1024px){.t-social{justify-content:space-between}.t-social__item:not(:last-child){margin-right:0}}.t-top-menu{display:flex}.t-top-menu__item{position:relative;padding:1.125rem .75rem 1.5rem;color:#0e1823;font-weight:600;line-height:1.3;letter-spacing:-.01em;transition:color .3s;cursor:pointer}.t-top-menu__item span{line-height:unset}.t-top-menu__item:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#b50026;opacity:0;transition:opacity .3s}.t-top-menu__item:hover{color:#1c5d98}.t-top-menu__item.active{color:#b50026}.t-top-menu__item.active:after{opacity:1}@media screen and (max-width:1279px){.t-top-menu__item{padding:1.125rem .375rem 1.5rem;font-size:.875rem}}.t-selector{position:relative;font-size:.875rem;cursor:pointer;color:#666;background-color:#fcfcfc}.t-selector__header{min-height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:2.375rem;padding:0 1.5rem 0 1rem;color:#212227;border:1px solid #e6e6e6;border-radius:.1875rem;box-sizing:border-box}.t-selector__header:after{margin:auto;content:"";position:absolute;right:1rem;top:0;bottom:0;width:1rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11L3 6l.7-.7L8 9.6l4.3-4.3.7.7-5 5z' fill='%230E1823'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position-y:center;transition:all .4s}.t-selector__list{position:absolute;top:102%;left:0;right:0;padding:0 1rem;min-width:11.25rem;max-height:0;border:1px solid #e6e6e6;border-radius:.1875rem;transition:all .4s,border 0s .35s;overflow:hidden;z-index:2;background-color:#fff;box-shadow:0 8px 16px rgba(0,0,0,.1);box-sizing:border-box;opacity:0;overflow-y:auto}.t-selector__item{padding:.75rem 0;border-bottom:1px solid #e6e6e6;font-weight:400;line-height:130%;transition:all .3s;color:#0e1823}.t-selector__item:hover{color:#1c5d98}.t-selector__item:last-child{border-bottom:none}.t-selector.isOpen .t-selector__header:after{transform:rotate(180deg)}.t-selector.isOpen .t-selector__list{padding-top:16px;padding-bottom:16px;z-index:3;opacity:1;max-height:200px;transition:all .4s,border 0s;border:1px solid #e6e6e6;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-checkbox-wrapper{display:flex;align-items:center;position:relative;padding-left:1.375rem;margin-bottom:6px;cursor:pointer;font-size:.875rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.t-checkbox-wrapper:hover{color:#1c5d98}.t-checkbox-wrapper input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.t-checkbox-wrapper input:checked~.t-checkbox-checkmark{background-color:#1c5d98;border:none}.t-checkbox-wrapper input:checked~.t-checkbox-checkmark:after{display:block}.t-checkbox-wrapper .t-checkbox-checkmark:after{left:5px;top:2px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.t-checkbox-checkmark{position:absolute;top:50%;transform:translateY(-50%);left:0;height:16px;width:16px;border-radius:.125rem;background-color:#fcfcfc;border:1px solid #e6e6e6}.t-checkbox-checkmark:after{content:"";position:absolute;display:none}.t-combobox-wrapper{display:block;position:relative;padding-left:1.375rem;cursor:pointer;font-size:.875rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.t-combobox-wrapper:hover{color:#1c5d98}.t-combobox-wrapper input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.t-combobox-wrapper input:checked~.t-combobox-checkmark{background-color:#1c5d98;border:none}.t-combobox-wrapper input:checked~.t-combobox-checkmark:after{display:block}.t-combobox-wrapper .t-combobox-checkmark:after{left:5px;top:2px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.t-combobox-checkmark{position:absolute;top:0;left:0;height:16px;width:16px;border-radius:.125rem;background-color:#fcfcfc;border:1px solid #e6e6e6}.t-combobox-checkmark:after{content:"";position:absolute;display:none}.t-additional{position:absolute;bottom:0;right:112%;padding:0 1.5rem;width:20rem;max-height:48.8125rem;border:1px solid #e6e6e6;border-radius:.1875rem;z-index:-1;background-color:#fff;box-shadow:0 8px 16px rgba(0,0,0,.1);box-sizing:border-box;overflow-y:auto;transition:all .4s,border 0s .35s;opacity:0}.t-additional__body{position:relative}.t-additional__title{font-size:.875rem;text-align:left;cursor:pointer;display:flex;align-items:flex-start}.t-additional__footer{margin-top:1rem}.t-additional__btn{margin-bottom:1rem;width:100%}.t-additional__item{padding:1rem 0;border-bottom:1px solid #e6e6e6;font-weight:400;line-height:130%;transition:all .3s;color:#0e1823}.t-additional__item:hover{color:#1c5d98}.t-additional__close{cursor:pointer;overflow:hidden;transition:all .3s}.t-additional__close svg{fill:#0e1823;transition:all .3s}.t-additional__close:hover{color:#b50026}.t-additional__close:hover svg{fill:#b50026}.t-additional__close:active{transform:scale3d(.98,.98,.98)}.t-additional.isOpen{opacity:1;z-index:2;transition:all .4s,border 0s}@media screen and (max-width:768px){.t-additional.isOpen{display:contents}.t-additional.isOpen .t-unit-block__header{display:none}}.t-logo{line-height:1;margin-bottom:-.3125rem;color:#fff;font-size:2.125rem;font-family:BebasNeue;font-weight:700;text-transform:uppercase;letter-spacing:.02em}@media screen and (max-width:1024px){.t-logo{font-size:34px;margin-bottom:0}}.t-header-submenu{padding-left:2rem;display:flex;align-items:stretch;flex-wrap:wrap;position:absolute;left:0;right:0;background-color:#f2f2f2;z-index:12;border-bottom:1px solid #d9d9d9;box-shadow:0 4px 24px rgba(0,0,0,.16)}.t-header-submenu__background{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;background:rgba(0,0,0,.5);z-index:13}.t-header-submenu__item{position:relative;flex-shrink:0;flex-grow:1;padding-right:3rem;padding-bottom:1.5rem;padding-top:1.5rem;border-bottom:1px solid #d9d9d9;cursor:pointer}.t-header-submenu__item:not(:last-child):after{content:"";position:absolute;top:1.5rem;right:1.5rem;bottom:1.5rem;width:1px;background-color:#d9d9d9}.t-header-submenu__item:hover{color:#1c5d98}.t-header-submenu__item.active{color:#b50026}.t-header-submenu__desc,.t-header-submenu__title{display:block;line-height:1.3}.t-header-submenu__title{margin-bottom:.375rem;font-weight:600}.t-header-submenu__desc{font-size:.875rem;color:#666}.t-header-submenu.by-2-item>*{flex-basis:48%}.t-header-submenu.by-2-item .t-header-submenu__item:nth-last-child(-n+2){border-bottom:1px solid transparent}.t-header-submenu.by-3-item>*{flex-basis:32%}.t-header-submenu.by-3-item .t-header-submenu__item:nth-last-child(-n+3){border-bottom:1px solid transparent}.t-header-submenu.by-5-item>*{flex-basis:26%}.t-header-submenu.by-5-item .t-header-submenu__item:nth-child(3):after{display:none}.t-header-submenu.by-5-item .t-header-submenu__item:nth-last-child(-n+2){border-bottom:1px solid transparent}.t-header-submenu.by-4-item .t-header-submenu__item:nth-child(4):after,.t-header-submenu.by-8-item .t-header-submenu__item:nth-child(4):after{display:none}.t-header-submenu.by-4-item .t-header-submenu__item:nth-last-child(-n+4),.t-header-submenu.by-8-item .t-header-submenu__item:nth-last-child(-n+4){border-bottom:1px solid transparent}.t-header-submenu.by-4-item>*,.t-header-submenu.by-8-item>*{flex-basis:23%}.t-input input{width:100%;background-color:#fcfcfc;border:1px solid #e6e6e6;border-radius:.1875rem}.t-input input::-moz-placeholder{color:#666}.t-input input::placeholder{color:#666}.t-search-input .t-input{margin-bottom:12px}.t-date-picker{width:272px;background-color:#fefefe;border-radius:4px;overflow:hidden;z-index:2}.t-date-picker,.t-date-picker_container{display:flex;align-items:center}.t-date-picker_dash{margin:0 .25rem}.t-date-picker input{width:100%;background-color:#fcfcfc;border:1px solid #e6e6e6;border-radius:.1875rem}.t-date-picker input::-moz-placeholder{color:#666}.t-date-picker input::placeholder{color:#666}.t-date-picker .is-not-in-month>span:first-child{color:#666;opacity:1}.t-date-picker .vc-day-content[data-v-005dafc8]{font-weight:400}.t-date-picker .vc-day-content[data-v-005dafc8]:hover{background-color:#f2f2f2;border-radius:3px}.t-date-picker .vc-day-content[data-v-005dafc8]:focus{background-color:transparent;color:#0e1823!important;border-radius:3px}.t-date-picker .vc-highlight{border-radius:3px!important;background-color:#f2f2f2!important}.t-date-picker .vc-pane[data-v-37fb1233]{min-width:272px}.t-date-picker .vc-title[data-v-37fb1233]{text-transform:uppercase;font-size:12px}.t-date-picker .vc-weekday[data-v-37fb1233]{color:#0e1823;text-transform:capitalize}.t-date-picker .vc-header[data-v-37fb1233]{padding:20px 16px}.t-date-picker .vc-weeks[data-v-37fb1233]{padding-top:8px;border-top:1px solid #e6e6e6}.t-date-picker .vc-highlights[data-v-37fb1233]{border-radius:4px;background-color:#f2f2f2}.t-date-picker .vc-highlights[data-v-37fb1233]+span:hover{background-color:transparent!important}.t-date-picker .vc-arrows-container{padding:10px 16px}.t-date-picker .vc-arrows-container:before{content:"";position:absolute;top:12px;bottom:0;right:50px;transform:translateX(-50%);width:1px;height:24px;background-color:#e6e6e6}.t-date-picker .vc-arrow{padding-top:3px}.t-date-picker .vc-arrow:hover{background-color:transparent}.t-date-picker .vc-arrow.is-left{padding-right:12px}.t-date-picker .vc-arrow.is-right{padding-left:12px}@media screen and (max-width:1024px){.t-date-picker{width:100%;max-width:288px}.t-date-picker__inner{display:flex;justify-content:center}}.t-search-block{position:relative;display:flex}.t-search-block__container{display:flex;align-items:center}.t-search-block__btn{position:absolute;top:50%;right:1rem;transform:translateY(-50%);width:1.5rem;height:1.5rem;cursor:pointer}.t-search-block__btn svg{width:100%;height:100%;fill:#0e1823;transition:fill .3s}.t-search-block__btn:hover svg{fill:#1c5d98}.t-search-block .search-input{padding:1rem 1.25rem;font-size:1rem;line-height:1.4;transition:all .3s}.t-search-block .search-input._error{border:1px solid #b50026;background-color:rgba(181,0,39,.06274509803921569)}.t-arrows-nav{position:relative;font-size:0;max-height:24px;flex-shrink:0}.t-arrows-nav:before{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:1px;background-color:#e6e6e6}.t-arrows-nav .arrow{display:inline-block;width:1.5rem;height:1.5rem;cursor:pointer}.t-arrows-nav .arrow:first-child{margin-right:2rem}.t-arrows-nav .arrow:first-child svg{width:100%;height:100%;fill:#0e1823;transition:fill .3s}.t-arrows-nav .arrow:first-child:hover svg{fill:#1c5d98}.t-arrows-nav .arrow:first-child:active{transform:scale3d(.98,.98,.98)}.t-arrows-nav .arrow.disable svg{fill:#e6e6e6!important}.t-social-share{margin-top:2rem;padding:.875rem 0;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #0e1823;border-bottom:1px solid #e6e6e6}.t-social-share__title{font-size:1rem;line-height:1.3;font-weight:600;letter-spacing:-.01em}.t-social-share__icons{display:flex;flex-basis:0}.t-social-share__item{padding:0 1rem;border-right:1px solid #e6e6e6;cursor:pointer;transition:opacity .2s}.t-social-share__item:first-child{border-left:1px solid #e6e6e6}.t-social-share__item svg{width:2rem;height:2rem;fill:#0e1823}.t-social-share__item:hover{opacity:.7}@media screen and (max-width:1024px){.t-social-share{display:block;padding:1.25rem 0 0;text-align:center;border-bottom:none}.t-social-share__title{margin-bottom:16px}.t-social-share__icons{justify-content:space-between}.t-social-share__item{padding:0;width:32px;height:32px;border:none!important}}.t-accordion-item{background-color:#fcfcfc;border:1px solid #e6e6e6;border-radius:3px;overflow:hidden}.t-accordion-item:not(:last-child){margin-bottom:8px}.t-accordion-item.open .t-accordion-item__desc{max-height:800px}.t-accordion-item.open .t-accordion-item__btn{transform:rotate(45deg)}.t-accordion-item.overflow .t-accordion-item__desc{overflow-y:auto}.t-accordion-item__header{padding:1rem 4rem 1rem 1rem;position:relative}.t-accordion-item__title{line-height:1.3;font-weight:600;color:#1c5d98;letter-spacing:-.01em}.t-accordion-item__link{display:block;margin:0 0 8px 16px;font-size:14px;line-height:130%}.t-accordion-item__link:last-child{margin-bottom:16px}.t-accordion-item__link a{transition:color .3s}.t-accordion-item__link a:hover{color:#b50026}.t-accordion-item__desc{max-height:0;transition:max-height .3s}.t-accordion-item__text{display:block;padding:0 4rem 1rem 1rem;font-size:.875rem;line-height:1.3}.t-accordion-item__btn{position:absolute;top:1rem;right:1rem;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center;border:1px solid #0e1823;border-radius:50%;cursor:pointer;transition:background-color .3s,transform .3s,border .3s}.t-accordion-item__btn svg{width:.75rem;height:.75rem;fill:#0e1823;transition:fill .3s}.t-accordion-item__btn:hover{background-color:#0e1823}.t-accordion-item__btn:hover svg{fill:#fff}@media screen and (max-width:768px){.t-accordion-item__header{padding:1rem 3rem 1rem 1rem}.t-accordion-item__title{font-size:14px}.t-accordion-item__text{padding:0 16px 16px}.t-accordion-item__btn{top:.8125rem}.t-accordion-item__btn:hover{border:1px solid #0e1823;background-color:#fff}.t-accordion-item__btn:hover svg{fill:#0e1823}.t-accordion-item.open .t-accordion-item__btn{border:1px solid #0e1823;background-color:#0e1823}.t-accordion-item.open .t-accordion-item__btn svg{fill:#fff}}.t-secondary-horizontal-menu{display:flex;flex-wrap:wrap;padding:1rem 0;font-weight:600;white-space:nowrap;border-bottom:1px solid #e6e6e6}.t-secondary-horizontal-menu__item{padding:.375rem 1rem;background-color:#f2f2f2;border-radius:6.25rem;margin:0 .25rem .25rem 0;font-size:.875rem;line-height:1.3;font-weight:600;border:1px solid #f2f2f2;cursor:pointer}.t-secondary-horizontal-menu .active{border:1px solid #b50026;color:#b50026;background-color:transparent}@media screen and (max-width:768px){.t-secondary-horizontal-menu{overflow-x:auto;margin-right:-16px;white-space:nowrap}.t-secondary-horizontal-menu__item{margin-right:.25rem}}.t-status{padding:2px 6px;margin-bottom:8px;display:inline-block;font-size:.75rem;line-height:1.3;border-radius:3px}.t-status.red{border:1px solid #b50026;color:#b50026}.t-status.green{border:1px solid #0f7914;color:#0f7914}.t-status.yellow{border:1px solid #d68101;color:#d68101}.t-type{display:inline-block;margin-bottom:8px;line-height:1.3;font-size:12px;font-weight:400}.t-type.grey{color:#666}.t-type.red{color:#b50026}.t-type.none{display:none}.t-pagination,.t-pagination-main{display:flex;align-items:center;justify-content:space-between}.t-pagination-main{max-width:360px;padding:0 12px}.t-pagination-list{display:flex;padding:0 12px}.t-pagination-list__link,.t-pagination__item{display:flex;color:#1c5d98;justify-content:center;font-size:.75rem;align-items:center;padding:1.25rem 12px;transition:.3s;cursor:pointer}.t-pagination__item:hover{color:#b50026}.t-pagination__item_active{color:#0e1823;font-weight:600}.t-pagination__arrow{position:relative;background-color:hsla(0,0%,45.9%,.3);transition:background-color .3s}.t-pagination__arrow:after{content:"";position:absolute;display:block;width:6px;height:6px;top:50%;right:-10px;border-bottom:1px solid #1c5d98;border-left:1px solid #1c5d98;transform:translateY(-50%) rotate(225deg);transition:border-color .3s}.t-pagination__arrow_back{transform:rotate(180deg)}.t-pagination__next,.t-pagination__prev{position:relative;color:#1c5d98;font-size:.75rem;padding:0;display:flex;justify-content:center;align-items:center;transition:color .3s}.t-pagination__next:hover,.t-pagination__prev:hover{color:#b50026}.t-pagination__next:hover .t-pagination__arrow,.t-pagination__prev:hover .t-pagination__arrow{background-color:#b50026}.t-pagination__next:hover .t-pagination__arrow:after,.t-pagination__prev:hover .t-pagination__arrow:after{border-color:#b50026}.t-pagination__next._disabled,.t-pagination__prev._disabled{color:hsla(0,0%,45.9%,.1)}.t-pagination__next._disabled .t-pagination__arrow,.t-pagination__prev._disabled .t-pagination__arrow{background-color:hsla(0,0%,45.9%,.1)}.t-pagination__next._disabled .t-pagination__arrow:after,.t-pagination__prev._disabled .t-pagination__arrow:after{border-color:hsla(0,0%,45.9%,.1)}.t-pagination__next-svg,.t-pagination__prev-svg{width:24px;height:24px}.t-pagination-size{display:flex}.t-pagination-size__link,.t-pagination-size__title{display:flex;justify-content:center;font-size:.75rem;align-items:center;padding:1.25rem .1875rem}.t-pagination-size__link{color:#1c5d98;margin-right:4px;transition:.3s;cursor:pointer}.t-pagination-size__link:hover{color:#b50026}.t-pagination-navigation{display:flex}.t-recently-person-block__navigation .t-pagination{width:100%;border-bottom:none}.t-recently-person-block__navigation .t-pagination-main{width:100%;justify-content:space-between}.t-recently-person-block__navigation .t-pagination__item{padding:1.25rem .5rem;margin-right:0}.t-recently-person-block__navigation .t-pagination__next{padding-right:0;padding-left:10px;border-left:1px solid transparent}.t-recently-person-block__navigation .t-pagination__prev{padding-right:10px;padding-left:0;border-right:1px solid #e6e6e6}.t-recently-person-block__navigation .t-pagination-list__link{padding:1.25rem .4375rem}@media screen and (max-width:1024px){.t-pagination{flex-direction:column}.t-pagination-list{padding:0 16px}.t-pagination-list__link{padding:1.5rem 8px}.t-pagination__next,.t-pagination__prev{padding:1.5rem 0}.t-pagination__next:hover,.t-pagination__prev:hover{color:#0e1823}.t-pagination__next:hover .t-pagination__arrow,.t-pagination__prev:hover .t-pagination__arrow{background-color:#0e1823}.t-pagination__next:hover .t-pagination__arrow:after,.t-pagination__prev:hover .t-pagination__arrow:after{border-color:#0e1823}.t-pagination__item{padding:1.5rem 8px}.t-pagination__item:hover{color:#0e1823}.t-pagination-size{width:100%;justify-content:center;border-bottom:1px solid #e6e6e6}.t-pagination-size__link,.t-pagination-size__title{padding:1.5rem .6875rem}.t-pagination-size__link:hover{color:#0e1823}}.t-video__container{width:100%;margin-bottom:1rem}.t-video__container:not(:last-child){margin-top:1.1875rem}.t-video__container iframe{display:block;width:100%;max-height:1080px}.t-video__label{font-family:Inter;font-size:14px;line-height:130%;color:#666}@media screen and (max-width:768px){.t-video__container iframe{height:30vh}}[class*=copyright_logo_no],[class*=copyrights-promo]{display:none!important}.t-map{width:100%;height:500px}.t-loader{margin:32px auto 0;border:4px solid #e6e6e6;border-top-color:#0e1823;border-radius:50%;width:32px;height:32px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.t-data-picker{z-index:2;display:flex;justify-content:center}.t-data-picker__header{padding:16px;display:flex;justify-content:space-between;align-items:center;line-height:3.3125rem;font-weight:500;cursor:pointer}.t-data-picker__header svg{width:1.25rem;height:1.3125rem;fill:none;stroke:#444;transition:all .3s}.t-data-picker__header:hover svg{stroke:#eb261a}.t-data-picker__inner .vc-container{font-family:Inter;border:none}.t-data-picker .vc-day *{opacity:1!important}.t-data-picker .is-not-in-month>span:first-child{color:#666;opacity:1}.t-data-picker .vc-day-content{pointer-events:none}.t-data-picker .vc-day-content:focus,.t-data-picker .vc-day-content:hover{border-radius:3px}.t-data-picker .vc-highlight{border-radius:3px!important}.t-data-picker .vc-pane{min-width:272px}.t-data-picker .vc-title[data-v-74ad501d]{text-transform:uppercase;font-size:12px}.t-data-picker .vc-weekday[data-v-74ad501d]{color:#0e1823;text-transform:capitalize}.t-data-picker .vc-header[data-v-74ad501d]{padding:0 12px 20px}.t-data-picker .vc-weeks[data-v-74ad501d]{padding-top:8px;border-top:1px solid #e6e6e6}.t-data-picker .vc-highlights{border-radius:4px}.t-data-picker .vc-highlights+.vc-day-content{pointer-events:auto}.t-data-picker .vc-arrows-container{padding:0 10px 17px}.t-data-picker .vc-arrows-container:before{content:"";position:absolute;top:2px;bottom:0;right:47px;transform:translateX(-50%);width:1px;height:24px;background-color:#e6e6e6}.t-data-picker .vc-arrow{padding-top:3px}.t-data-picker .vc-arrow:hover{background-color:transparent}.t-data-picker .vc-arrow.is-left{padding-right:15px}.t-data-picker .vc-arrow.is-right{padding-left:15px}@media screen and (max-width:1024px){.t-data-picker{width:100%}.t-data-picker__inner{display:flex;justify-content:center}}.t-filter{position:absolute;top:0;right:0;display:flex}.t-filter-wrapper{position:relative}.t-filter-clear{margin-right:32px;padding:16px 0;letter-spacing:.015em;color:#a9aebb;white-space:nowrap;transition:color .4s;cursor:pointer}.t-filter-clear span{display:block;padding-bottom:4px;border-bottom:1px solid #a9aebb;transition:border-bottom .4s}.t-filter-clear:hover{color:#eb261a}.t-filter-clear:hover span{border-bottom:1px solid #eb261a}@media screen and (max-width:1024px){.t-filter{position:relative;flex-direction:column-reverse;align-items:center}.t-filter-clear{margin-top:24px;padding:0}}.t-main-search-block{background-color:#f2f2f2}.t-main-search-block__inner{position:relative;padding:3.25rem 0 3.4375rem}.t-main-search-block__inner:after{content:"";position:absolute;top:38px;right:-145px;width:241px;height:235px;background-image:url(/dist/assets/img/2a7f1df06fc34ecc2ff3.png);background-repeat:no-repeat}.t-main-search-block-menu{max-width:550px;margin:0 auto 1.5rem;padding-bottom:3px;display:flex;justify-content:space-between;cursor:pointer}.t-main-search-block-menu__item{position:relative;color:#0e1823;font-weight:600;line-height:1.3;letter-spacing:-.01em;transition:color .3s;white-space:nowrap}.t-main-search-block-menu__item:hover{color:#1c5d98}.t-main-search-block-menu__item:after{content:"";position:absolute;left:0;right:0;top:101%;height:3px;background-color:transparent}.t-main-search-block-menu__item.active:after{background-color:#b50026}.t-main-search-block-description{margin-bottom:1.5rem;font-size:1.25rem;color:#666;text-align:center;letter-spacing:-.02em;text-transform:uppercase}.t-main-search-block-footer{font-size:.875rem;color:#1b2930;text-align:center;font-weight:600}.t-main-search-block-footer span{cursor:pointer}.t-main-search-block-footer span:after{top:0;margin-left:17px;content:"?";position:relative;display:inline-block;font-size:.875rem;line-height:1.25rem;font-weight:600;width:1.25rem;height:1.25rem;text-align:center;border:1px solid #1c5d98;border-radius:50%;transition:color .3s,border .3s}.t-main-search-block-footer span:hover:after{color:#b50026;background-color:transparent;border:1px solid #b50026}.t-main-search-block-form{max-width:712px;margin:0 auto 1.5rem;display:flex}.t-main-search-block-form>*{flex-grow:1}.t-main-search-block-form .search-selector{max-width:234px;font-weight:600}.t-main-search-block-form .search-selector>:first-child{line-height:3.5rem}@media screen and (max-width:1024px){.t-main-search-block-form{flex-direction:column}.t-main-search-block-form .search-selector{max-width:100%;margin-bottom:8px}}@media screen and (max-width:1024px){.t-main-search-block__inner{padding:35px 16px 61px}.t-main-search-block__inner:after{display:none}.t-main-search-block-menu{margin-bottom:1.75rem;overflow-x:auto}.t-main-search-block-menu__item{font-size:16px}.t-main-search-block-menu__item:not(:last-child){margin-right:24px}.t-main-search-block-footer{font-size:.75rem}.t-main-search-block-footer span:after{margin-left:13px;font-size:.625rem;line-height:.75rem;width:.875rem;height:.875rem}.t-main-search-block-description{margin-bottom:1.75rem}}.t-dessernet-info{margin-bottom:3.75rem}.t-dessernet-info__header{display:flex;justify-content:space-between;align-items:center}.t-dessernet-info__items{padding-top:1rem}.t-dessernet-info-item{padding-right:2rem;height:auto;display:flex;flex-direction:column}.t-dessernet-info-item:not(:last-child){border-right:1px solid #e6e6e6}.t-dessernet-info-item__tag{margin-bottom:1rem;font-size:.625rem;line-height:1.4;letter-spacing:.04em;text-transform:uppercase;color:#b50026}.t-dessernet-info-item__desc{margin-bottom:.5rem;font-size:2.5rem;line-height:1.1;letter-spacing:-.02em}.t-dessernet-info-item__title{margin-bottom:1rem;font-size:.875rem}.t-dessernet-info-item__date{margin-top:auto;font-size:.75rem;color:#666}.t-dessernet-info-item__desc,.t-dessernet-info-item__title{color:#0e1823}.t-dessernet-info-item__date,.t-dessernet-info-item__title{line-height:1.3}.t-dessernet-info-item__desc,.t-dessernet-info-item__tag,.t-dessernet-info-item__title{font-weight:600}@media screen and (max-width:768px){.t-dessernet-info-item{padding-right:2rem}}.t-support-block-items{padding-top:1rem;padding-bottom:1.8125rem}.t-support-block-items__inner{position:relative;display:flex;flex-wrap:wrap}.t-support-block-items.big-size .t-info-block__title,.t-support-block-items__title{margin-bottom:1rem}.t-support-block-items.big-size .t-support-block-items__inner{justify-content:space-between}.t-support-block-items.big-size .t-support-block-items__inner:after{content:"";position:absolute;top:0;left:50%;bottom:0;width:1px;background-color:#e6e6e6}.t-support-block-items.big-size .t-support-block-items__item{display:flex;flex-direction:column;flex-basis:46%}.t-support-block-items.big-size .t-support-block-items__img{margin-top:auto;margin-left:auto}.t-support-block-items.small-size .t-info-block__title{margin-bottom:1.5rem}.t-support-block-items.small-size .t-support-block-items__item{position:relative;flex-basis:25%}.t-support-block-items.small-size .t-support-block-items__item .t-window-liquidated{opacity:0;position:absolute;top:80px;padding:.75rem;color:#fff;width:16.5rem;z-index:2;background-color:#3e6282;border-radius:.25rem;pointer-events:none;transition:opacity .5s}.t-support-block-items.small-size .t-support-block-items__item .t-window-liquidated span{font-size:.75rem;line-height:1.2;font-weight:400;text-align:leftJoin}.t-support-block-items.small-size .t-support-block-items__item.liquidated{cursor:pointer}.t-support-block-items.small-size .t-support-block-items__item.liquidated:hover .t-window-liquidated{opacity:1}.t-support-block-items.small-size .t-support-block-items__item:after,.t-support-block-items.small-size .t-support-block-items__item:before{position:absolute;right:0;background-color:#e6e6e6}.t-support-block-items.small-size .t-support-block-items__item:not(:nth-last-child(-n+4)){margin-bottom:3rem}.t-support-block-items.small-size .t-support-block-items__item:not(:nth-last-child(-n+4)):before{content:"";left:0;bottom:-1.5rem;height:1px}.t-support-block-items.small-size .t-support-block-items__item:after{content:"";top:0;bottom:0;width:1px}.t-support-block-items.small-size .t-support-block-items__item:last-child:after,.t-support-block-items.small-size .t-support-block-items__item:nth-child(4):after{background-color:transparent}.t-support-block-items.small-size .t-support-block-items__img{margin:auto;width:11.75rem;height:5rem}.t-support-block-items.border-bottom{border-bottom:1px solid #e6e6e6}.t-support-block-items.margin-bottom{margin-bottom:1rem}@media screen and (max-width:1024px){.t-support-block-items.big-size .t-support-block-items__img{margin:0 auto}.t-support-block-items.big-size .t-support-block-items__item:not(:last-child){margin-bottom:16px;padding-bottom:16px}.t-support-block-items.small-size .t-support-block-items__item{flex-basis:33%;padding:32px 0;margin:0!important}.t-support-block-items.small-size .t-support-block-items__item:not(:nth-last-child(-n+2)){margin-bottom:3rem;border-bottom:1px solid #e6e6e6}.t-support-block-items.small-size .t-support-block-items__item:before{display:none}.t-support-block-items.small-size .t-support-block-items__item:nth-child(3n):after{background-color:transparent}.t-support-block-items.small-size .t-support-block-items__item:nth-child(4):after{background-color:#e6e6e6}}@media screen and (max-width:768px){.t-support-block-items__inner{flex-direction:column}.t-support-block-items.margin-bottom{margin-bottom:0}.t-support-block-items.big-size .t-support-block-items__inner:after{display:none}.t-support-block-items.big-size .t-support-block-items__img{margin:0 auto}.t-support-block-items.big-size .t-support-block-items__item:not(:last-child){margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e6e6e6}.t-support-block-items.small-size .t-support-block-items__item{padding:32px 0;margin:0!important}.t-support-block-items.small-size .t-support-block-items__item:not(:last-child){border-bottom:1px solid #e6e6e6}.t-support-block-items.small-size .t-support-block-items__item:last-child{padding-bottom:0}.t-support-block-items.small-size .t-support-block-items__item:after,.t-support-block-items.small-size .t-support-block-items__item:before{display:none}}.t-important-now-block__inner{padding-top:1.5rem;padding-bottom:1.625rem;display:flex}.t-important-now-block__item:not(:last-child){margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e6e6e6}.t-important-now-block__col:not(:last-child){border-right:1px solid #e6e6e6}.t-important-now-block__col.col-1,.t-important-now-block__col.col-3{flex-basis:23%}.t-important-now-block__col.col-2{flex-basis:54%;padding:0 2rem 0 1.5rem}.t-important-now-block__col.col-1{padding-right:2rem;text-align:center}.t-important-now-block__col.col-3{padding-left:2rem}@media screen and (max-width:1024px){.t-important-now-block{padding:0}.t-important-now-block__inner{flex-direction:column;padding-top:1rem;padding-bottom:1rem}.t-important-now-block__item:not(:last-child){margin-bottom:1rem;padding-bottom:1rem}.t-important-now-block__col{border-right:none!important;border-left:none!important;padding:16px 0!important}.t-important-now-block__col:not(:last-child){border-bottom:1px solid #e6e6e6}.t-important-now-block__col.col-1{text-align:left}}@media screen and (max-width:390px){.t-important-now-block__col.col-1{text-align:center}}.t-dessernet-works__items{padding:1.625rem 0 2.25rem}.t-dessernet-works__item{height:100%;display:flex;flex-direction:column}.t-dessernet-works__slide{height:auto;padding-right:1rem}.t-dessernet-works__slide:not(:last-child){border-right:1px solid #e6e6e6}.t-dessernet-works__slide .t-info-item__desc{margin-bottom:1.75rem}@media screen and (max-width:1024px){.t-dessernet-works__items{padding-bottom:1rem}.t-dessernet-works__slide .t-info-item__desc{margin-bottom:2.875rem}}.t-mixin-info-block{display:flex;padding-bottom:2.25rem}.t-mixin-info-block__col{position:relative}.t-mixin-info-block__col.col-1{flex-basis:23%;padding-right:2rem}.t-mixin-info-block__col.col-2{flex-basis:45%;padding:0 1.8125rem 0 2rem}.t-mixin-info-block__col.col-3{flex-basis:32%;padding-left:2rem}.t-mixin-info-block__col.col-1:after,.t-mixin-info-block__col.col-3:after{content:"";position:absolute;width:1px;top:1.3125rem;bottom:0;background-color:#e6e6e6}.t-mixin-info-block__col.col-1:after{right:0}.t-mixin-info-block__col.col-3:after{left:0}@media screen and (max-width:1024px){.t-mixin-info-block{flex-direction:column;padding:0}.t-mixin-info-block__col{padding:0 0 40px!important}.t-mixin-info-block__col:after{display:none}.t-mixin-info-block__col:not(:first-child){border-top:1px solid #0e1823}}.t-collections-list__item{padding:1rem 0;display:block;line-height:1.3;font-weight:600;border-bottom:1px solid #e6e6e6}.t-helpful-block__items{padding-top:1rem}.t-helpful-block__item{padding-bottom:1rem;border-bottom:1px solid #e6e6e6}.t-helpful-block__item:not(:last-child){margin-bottom:1rem}.t-deprivation-of-degrees__desc{margin:1rem 0 1.5rem;font-size:.875rem;line-height:1.3;color:#0e1823}.t-search-block__inner{position:relative;padding-bottom:24px}.t-search-block-desc{margin:0 1.375rem;font-size:14px;line-height:130%;text-align:justify;color:#0e1823}.t-search-block-menu{margin:0 auto 1.5rem;padding-bottom:3px;display:flex;justify-content:space-between;cursor:pointer}.t-search-block-menu__item{position:relative;color:#0e1823;font-weight:600;line-height:1.3;letter-spacing:-.01em;transition:color .3s;white-space:nowrap}.t-search-block-menu__item:hover{color:#1c5d98}.t-search-block-menu__item:after{content:"";position:absolute;left:0;right:0;top:101%;height:3px;background-color:transparent}.t-search-block-menu__item.active:after{background-color:#b50026}.t-search-block-form{margin:0 1.375rem 1.5rem;display:flex}.t-search-block-form>*{flex-grow:1}.t-search-block-form .search-selector{max-width:234px;font-weight:600}.t-search-block-form .search-selector>:first-child{line-height:3.5rem}@media screen and (max-width:1024px){.t-search-block-form{margin-left:0;margin-right:0;flex-direction:column}.t-search-block-form .search-selector{max-width:100%;margin-bottom:8px}.t-search-block-desc{margin-left:0;margin-right:0}.t-search-block__inner.t-container{min-width:0;padding:16px 0 32px}.t-search-block-menu{margin-bottom:1.75rem;overflow-x:auto}.t-search-block-menu__item{font-size:16px}.t-search-block-menu__item:not(:last-child){margin-right:24px}.t-search-block-footer{font-size:.75rem}.t-search-block-footer span:after{margin-left:13px;font-size:.625rem;line-height:.75rem;width:.875rem;height:.875rem}.t-search-block-description{margin-bottom:1.75rem}}@media screen and (max-width:768px){.t-search-block-menu{margin-right:-1rem}}.t-mobile-menu{padding:0 16px;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0e1823;z-index:100;opacity:0;pointer-events:none;transition:opacity .6s;overflow-y:auto}.t-mobile-menu.open{opacity:1;pointer-events:all}.t-mobile-menu__close-btn{margin-left:auto;width:32px;height:32px;cursor:pointer}.t-mobile-menu__close-btn svg{fill:#fff;width:100%;height:100%}.t-mobile-menu__back-btn{display:flex;align-items:center;font-size:14px;color:#ccc}.t-mobile-menu__back-btn svg{width:24px;height:24px;fill:#ccc}.t-mobile-menu__header{display:flex;padding:12px 0;border-bottom:1px solid #323b44}.t-mobile-menu__item{display:block;padding:16px 0}.t-mobile-menu__item.active{color:#b50026}.t-mobile-menu__item:not(:last-child){border-bottom:1px solid #323b44}.t-mobile-menu__item.submenu-arrow{position:relative}.t-mobile-menu__item.submenu-arrow:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:24px;height:24px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.05 8l-7.5 7.5L.5 14.45 6.95 8 .5 1.55 1.55.5 9.05 8z' fill='%23FFF'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%}.t-mobile-menu__item{color:#fff;font-size:20px}.t-mobile-menu__search{position:relative;border-bottom:1px solid #323b44}.t-mobile-menu__search input{padding:16px 36px 16px 0;width:100%;font-size:20px;line-height:1.3;color:#fff}.t-mobile-menu__search input::-moz-placeholder{color:#fff}.t-mobile-menu__search input::placeholder{color:#fff}.t-mobile-menu__search svg{position:absolute;top:50%;right:0;transform:translateY(-50%);width:24px;height:24px;fill:#fff}.t-mobile-menu__submenu{padding:0 16px;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0e1823;z-index:101;overflow-y:auto}.t-mobile-menu__submenu-title{margin-bottom:4px;font-size:14px}.t-mobile-menu__submenu-title.active{color:#b50026}.t-mobile-menu__submenu-desc{font-size:12px;color:#666}.t-mobile-menu__submenu-desc,.t-mobile-menu__submenu-title{display:block;line-height:1.3}.t-collections-block:not(:nth-last-child(2)){padding-bottom:2.5rem}.t-collections-block__inner{display:flex;justify-content:space-between}.t-collections-block__desc{padding:1.5rem 0;width:29%;margin-right:16px;font-size:.875rem;line-height:1.3;color:rgba(0,0,0,.8);opacity:.8}.t-collections-block__list{width:64.5%}.t-collections-block__list-item{padding:1rem 0;display:flex;justify-content:space-between;border-bottom:1px solid #e6e6e6}.t-collections-block__list-link{font-weight:600;line-height:1.3}.t-collections-block__list-text{font-size:.75rem;color:#666}@media screen and (max-width:768px){.t-collections-block__inner{flex-direction:column}.t-collections-block__desc,.t-collections-block__list{width:100%}.t-collections-block__desc-link,.t-collections-block__list-link{margin-right:.5rem}.t-collections-block__desc{padding:16px 0;border-bottom:1px solid #e6e6e6}}.t-infographics-block__inner{display:flex;flex-wrap:wrap;padding-top:2rem}.t-infographics-block__item{display:flex;justify-content:space-between;flex-basis:50%;margin-bottom:3rem;position:relative}.t-infographics-block__item:after{content:"";position:absolute;left:0;right:0;height:1px;bottom:-1.5rem;background-color:#e6e6e6}.t-infographics-block__item:nth-child(2n){padding-left:2rem}.t-infographics-block__item:not(:nth-child(2n)){border-right:1px solid #e6e6e6}.t-infographics-block__item:not(:nth-child(2n)) .t-infographics-block__item-img{margin-right:2rem}.t-infographics-block__item-img{width:8.75rem;flex-shrink:0;overflow:hidden}.t-infographics-block__item-title{margin-right:1rem}@media screen and (max-width:1024px){.t-infographics-block__inner{padding-top:1rem}.t-infographics-block__item{flex-basis:100%;margin-bottom:2rem}.t-infographics-block__item:after{bottom:-1rem}.t-infographics-block__item:nth-child(2n){padding-left:0}.t-infographics-block__item:not(:nth-child(2n)){border-right:none}.t-infographics-block__item:not(:nth-child(2n)) .t-infographics-block__item-img{margin-right:0}.t-infographics-block__item-title{font-size:14px}}@media screen and (max-width:768px){.t-infographics-block__item-img{width:5.5rem;height:3.75rem}}.t-page-organization-discouncil .-disouncils .col-1{width:14%}.t-page-organization-discouncil .-disouncils .col-2{width:21%}.t-page-organization-discouncil .-disouncils .col-3{width:19%}.t-page-organization-discouncil .-disouncils .col-4{width:18%}.t-page-organization-discouncil .-disouncils .col-5,.t-page-organization-discouncil .-disouncils .col-6{width:10%}.t-page-organization-discouncil .-disouncils .col-7{width:11%}.t-page-organization-discouncil .-disouncils .col-4,.t-page-organization-discouncil .-disouncils .col-7{text-align:center}.t-page-organization-expert-council .-expertCouncils .col-1{width:32%;padding-right:2.5rem}.t-page-organization-expert-council .-expertCouncils .col-2{width:40%;padding-right:3.75rem}.t-page-organization-expert-council .-expertCouncils .col-3{width:20%;padding-right:1.875rem}.t-page-organization-expert-council .-expertCouncils .col-4{width:8%;padding-right:.3125rem}.t-page-organization-expert-council .-expertCouncils .col-1,.t-page-organization-expert-council .-expertCouncils .col-2,.t-page-organization-expert-council .-expertCouncils .col-3,.t-page-organization-expert-council .-expertCouncils .col-4{display:flex}.t-page-organization-expert-council .-expertCouncils .col-3,.t-page-organization-expert-council .-expertCouncils .col-4{justify-content:center}.t-page-organization .-organization .col-1{width:30%}.t-page-organization .-organization .col-2{width:19%}.t-page-organization .-organization .col-3{width:17%}.t-page-organization .-organization .col-4{width:8%}.t-page-organization .-organization .col-5{width:16%}.t-page-organization .-organization .col-6{width:24%}.t-page-organization .-organization .col-6 .col-4,.t-page-organization .-organization .col-6 .col-5{width:50%}.t-page-organization .-organization .col-7{width:13%}.t-page-organization .-organization .col-4,.t-page-organization .-organization .col-5{justify-content:center}@media screen and (max-width:1024px){.t-page-organization .-organization .col-4{width:4%}.t-page-organization .-organization .col-5{width:20%}}@media screen and (max-width:768px){.t-page-organization .-organization .col-4{width:8%}.t-page-organization .-organization .col-5{width:16%}}.t-unit-accordion{border-bottom:1px solid #e6e6e6;overflow:hidden}.t-unit-accordion.open{border-bottom:none}.t-unit-accordion.open .t-unit-accordion__desc{max-height:800px;overflow-y:auto}.t-unit-accordion.open .t-unit-accordion__desc::-webkit-scrollbar{width:0}.t-unit-accordion.open .t-unit-accordion__btn{transform:rotate(45deg)}.t-unit-accordion__cover{position:relative}.t-unit-accordion__header{display:flex;padding:1rem 0}.t-unit-accordion__header:hover .t-unit-accordion__help:hover:after,.t-unit-accordion__header:hover .t-unit-accordion__help:hover:before{display:block}.t-unit-accordion__desc{max-height:0;transition:max-height .3s}.t-unit-accordion__btn{position:absolute;top:1rem;right:1.625rem;width:1rem;height:1rem;display:flex;justify-content:center;align-items:center;border:1px solid #0e1823;border-radius:50%;cursor:pointer;transition:background-color .3s,transform .3s,border .3s}.t-unit-accordion__btn svg{width:.625rem;height:.625rem;fill:#0e1823;transition:fill .3s}.t-unit-accordion__btn:hover{background-color:#0e1823}.t-unit-accordion__btn:hover svg{fill:#fff}.t-unit-accordion__help{position:absolute;display:flex;top:1rem;right:0;width:1rem;height:1rem;justify-content:center;align-items:center;border:1px solid #0e1823;border-radius:50%;transition:all .3s;cursor:pointer}.t-unit-accordion__help svg{width:.625rem;height:.625rem;fill:#0e1823;transition:fill .3s}.t-unit-accordion__help:hover{background-color:#0e1823;border:1px solid #0e1823}.t-unit-accordion__help:hover svg{fill:#fff}.t-unit-accordion__help:hover:before{position:absolute;content:"";width:0;height:0;border:6px solid transparent;border-bottom-color:#3e6282;right:.0625rem;top:.5rem}.t-unit-accordion__help:hover:after{display:block;position:absolute;z-index:2;width:16.5rem;padding:.75rem;color:#fff;background-color:#3e6282;border-radius:.25rem;font-size:.75rem;line-height:1.2;font-weight:400;text-align:left;cursor:default}.t-unit-accordion__help:after{display:none;position:absolute;top:1.1875rem;right:-.8125rem;content:attr(data-help);color:#0e1823;font-weight:400;background-color:#fff}.t-unit-accordion .t-unit-item__desc{margin-bottom:0}@media screen and (max-width:768px){.t-unit-accordion__btn:hover{border:1px solid #0e1823;background-color:#fff}.t-unit-accordion__btn:hover svg{fill:#0e1823}.t-unit-accordion.open .t-unit-accordion__btn{border:1px solid #0e1823;background-color:#0e1823}.t-unit-accordion.open .t-unit-accordion__btn svg{fill:#fff}}.t-page-magazine .-magazine .col-1{width:19%}.t-page-magazine .-magazine .col-2,.t-page-magazine .-magazine .col-3{width:15%}.t-page-magazine .-magazine .col-4{width:12%}.t-page-magazine .-magazine .col-5,.t-page-magazine .-magazine .col-6{width:14%}.t-page-magazine .-magazine .col-7{width:11%}.t-page-magazine-grantreport .-grantreport .col-1{width:15%}.t-page-magazine-grantreport .-grantreport .col-2{width:40%;padding-right:35px}.t-page-magazine-grantreport .-grantreport .col-3{width:25%}.t-page-magazine-grantreport .-grantreport .col-4{width:20%}.t-page-magazine-grantreport .-grantreport .col-1,.t-page-magazine-grantreport .-grantreport .col-2,.t-page-magazine-grantreport .-grantreport .col-3,.t-page-magazine-grantreport .-grantreport .col-4{display:flex}.t-page-magazine-grantreport .-grantreport .col-4{justify-content:flex-end}.t-page-deprivation-of-degrees-calendar .-calendar .col-1{width:28%}.t-page-deprivation-of-degrees-calendar .-calendar .col-2{width:22%}.t-page-deprivation-of-degrees-calendar .-calendar .col-3{width:19%}.t-page-deprivation-of-degrees-calendar .-calendar .col-4{width:20%}.t-page-deprivation-of-degrees-calendar .-calendar .col-5{width:11%}.t-aside-filter{position:relative;top:-1.4375rem}.t-aside-filter._top{top:0;margin-top:16px;border:none}.t-aside-filter__header{margin-bottom:1rem}.t-aside-filter__btn{margin-bottom:1rem;width:100%}.t-aside-filter__footer{margin-top:1rem}.t-aside-filter__close{display:none;cursor:pointer;overflow:hidden;transition:all .3s}.t-aside-filter__close svg{fill:#0e1823;transition:all .3s}.t-aside-filter__close:hover{color:#b50026}.t-aside-filter__close:hover svg{fill:#b50026}.t-aside-filter__close:active{transform:scale3d(.98,.98,.98)}.t-aside-filter-item{margin-bottom:1rem}.t-aside-filter-item__header{margin-bottom:.25rem;display:flex;align-items:flex-start}@media screen and (max-width:768px){.t-aside-filter-item__header{position:relative}}.t-aside-filter-item__title{font-size:.875rem;line-height:1.3}.t-aside-filter-item__help{margin:3px 0 0 3px;position:relative;display:inline-block;font-size:.5rem;line-height:.625rem;font-weight:600;width:.75rem;color:#666;text-align:center;border:1px solid #666;border-radius:50%;transition:all .3s;cursor:pointer}@media screen and (max-width:768px){.t-aside-filter-item__help{position:static}}.t-aside-filter-item__help:before{position:absolute;content:"";width:0;height:0;border:6px solid transparent;border-bottom-color:#3e6282;top:.375rem;right:-.0625rem;opacity:0;transition:opacity .2s;pointer-events:none}@media screen and (max-width:768px){.t-aside-filter-item__help:before{display:none}}.t-aside-filter-item__help:after{content:attr(data-help);position:absolute;top:1.125rem;right:-.875rem;width:16.5rem;padding:.75rem;color:#fff;background-color:#3e6282;border-radius:.25rem;font-size:.75rem;line-height:1.2;font-weight:400;text-align:left;cursor:default;z-index:2;opacity:0;transition:opacity .2s;pointer-events:none}.t-aside-filter-item__help:hover{color:#fff;background-color:#0e1823;border:1px solid #0e1823}.t-aside-filter-item__help:hover:after,.t-aside-filter-item__help:hover:before{opacity:1;pointer-events:auto}.t-aside-filter-item._disabled{pointer-events:none;opacity:.5}.t-filter-item__input input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 14.295L11.225 10.5a5.5 5.5 0 10-.725.725L14.295 15l.705-.705zM2.5 7a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0z' fill='%23999'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:bottom 50% right 15px;background-size:16px;padding:.625rem 2.1875rem .75rem .875rem;font-size:.875rem;line-height:1.3}.t-filter-item__datepicker input{padding:.625rem 1.875rem .75rem .875rem;font-size:.875rem;line-height:1.3;position:relative}.t-filter-item__datepicker .t-date-picker__inner{position:relative}.t-filter-item__datepicker .t-date-picker__inner:before{content:"";position:absolute;width:39px;height:39px;top:1px;right:1px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 2h-2V1h-1v1H6V1H5v1H3c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 11H3V6h10v7zm0-8H3V3h2v1h1V3h4v1h1V3h2v2z' fill='%230E1823'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:bottom 56% right 15px;pointer-events:none;z-index:2}.t-filter-item__datepicker .t-date-picker__inner:after{content:"";position:absolute;width:65px;height:39px;top:1px;right:1px;background:linear-gradient(90deg,hsla(0,0%,98.8%,0),#fcfcfc 42.13%);pointer-events:none}@media screen and (max-width:1024px){.t-aside-filter__footer{margin-top:1.0625rem}.t-aside-filter__close{display:block}}.t-table__header{display:flex;position:relative;margin-top:1.125rem;padding:.5rem 0;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;font-size:.75rem;font-weight:400}.t-table__header-right{display:flex;align-items:center;margin-left:auto;color:#0e1823}.t-table__header-right .t-header-sort a{font-weight:400}.t-table__header-right .t-header-sort:hover a{color:#b50026}.t-table__header-right .t-header-sort:hover svg path{fill:#b50026}.t-table__header-counter{margin-right:16px;display:flex;align-items:center;color:#666}.t-table__item{display:flex;cursor:pointer;overflow:hidden;transition:all .3s;margin-left:10px}.t-table__item svg{margin-left:.375rem;margin-right:1.25rem;fill:#0e1823;transition:all .3s}.t-table__item svg path{transition:fill .3s}.t-table__item:hover{color:#b50026}.t-table__item:hover svg{fill:#b50026}.t-table__item:active{transform:scale3d(.98,.98,.98)}.t-table__button{display:flex;justify-content:center;cursor:pointer;align-items:center;width:1.5rem;height:1.5rem;overflow:hidden;transition:all .3s;margin-left:20px;flex-shrink:0}.t-table__button svg{width:100%;height:100%;fill:#0e1823;transition:all .3s}.t-table__button:hover svg{fill:#b50026}.t-table__button:active{transform:scale3d(.98,.98,.98)}.t-table__button.mobile{display:none}.t-table__button.showfilter{margin-left:2.1875rem;display:none}.wide .t-table__button.showfilter{display:none}@media screen and (max-width:1024px){.t-table__item{display:none}.t-table__button{margin-right:0;margin-left:12px}.t-table__button.showfilter{display:flex}.t-table__button.showfilter.__show1024{z-index:50;display:flex;justify-content:center;align-items:center;position:fixed;top:9.0625rem;right:calc(50vw - 390px);width:3.5rem;height:3.5rem;border-radius:50%;background-color:#1c5d98}.t-table__button.showfilter.__show1024 svg{width:55%;height:55%;fill:#fff}.t-table__button.showfilter.__show1024:hover svg{fill:#fff}.t-table__button.showfilter.__show1024:active{transform:scale3d(.98,.98,.98)}.t-table__header .t-selector__list{left:-1.875rem}.t-table__header .t-selector__header{max-width:10rem}.wide .t-table__button.showfilter{display:flex;margin-left:2.1875rem}}@media screen and (max-width:768px){.t-table__button.showfilter{z-index:50;display:flex;justify-content:center;align-items:center;position:fixed;top:20.375rem;right:1rem;width:3.5rem;height:3.5rem;border-radius:50%;background-color:#1c5d98}.t-table__button.showfilter svg{width:55%;height:55%;fill:#fff}.t-table__button.showfilter:hover svg{fill:#fff}.t-table__button.showfilter:active{transform:scale3d(.98,.98,.98)}.t-table__button.showfilter.__show1024{right:16px;top:130px}.wide .t-table__button.showfilter{z-index:50;display:flex;justify-content:center;align-items:center;position:fixed;top:20.375rem;right:1rem;width:3.5rem;height:3.5rem;border-radius:50%;background-color:#1c5d98}.wide .t-table__button.showfilter svg{width:55%;height:55%;fill:#fff}.wide .t-table__button.showfilter:hover svg{fill:#fff}.wide .t-table__button.showfilter:active{transform:scale3d(.98,.98,.98)}}@media screen and (max-width:768px){.t-table__button.showfilter.__show1024{right:16px;top:326px}}.t-title-tab{max-width:608px;margin:4rem auto 3rem;display:flex;align-items:center;border:1px solid #e6e6e6;border-radius:3px}.t-title-tab__item{width:50%;min-height:48px;display:flex;text-align:center;justify-content:center;align-items:center}.t-title-tab__item:not(:last-child){border-right:1px solid #e6e6e6}.t-title-tab__item.active{font-weight:600;letter-spacing:-.01em;color:#b50026}@media screen and (max-width:1024px){.t-title-tab{font-size:.75rem;margin:1.5rem auto}.t-title-tab__item{margin:auto}.t-title-tab__item:not(:last-child){border-right:1px solid #e6e6e6}.t-title-tab__item.active{font-weight:600;letter-spacing:-.01em;color:#b50026}}.t-statistics-item__element{display:flex;justify-content:space-between;align-items:center}.t-statistics-item__element_main{font-size:16px;font-weight:600;line-height:21px;letter-spacing:-.01em;color:#0e1823;border-bottom:2px solid #e6e6e6;padding:17px 0 18px}.t-statistics-item__element_main .t-statistics-item__count{font-weight:400}.t-statistics-item__element_sub{font-size:16px;font-weight:400;line-height:140%;letter-spacing:0;border-bottom:1px solid #e6e6e6;padding:16px 0 17px 16px}.t-statistics-item__element_subsub{font-size:14px;font-weight:400;line-height:130%;letter-spacing:0;border-bottom:1px solid #e6e6e6;padding:14px 0 15px 32px}.t-recently-person-block__header{padding-bottom:1rem;border-bottom:1px solid #e6e6e6}.t-recently-person-block__title{line-height:1.3;font-weight:600}.t-recently-person-block__navigation{margin-left:-16px;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap}.t-recently-person-item{padding:1rem 0;border-bottom:1px solid #e6e6e6;display:flex;justify-content:space-between}.t-recently-person-item__img{margin-left:.5625rem;float:right;width:60px;flex-shrink:0}.t-recently-person-item__title{display:block;margin-bottom:.5rem;line-height:1.3;font-weight:600}.t-recently-person-item__geo{display:block;margin-bottom:.5rem;font-size:.75rem;line-height:1.3;font-weight:700}.t-recently-person-item__desc{display:block;font-size:.75rem;line-height:1.3;white-space:pre-line}.t-search-not-results{margin-top:48px;margin-bottom:64px}.t-search-not-results__title{font-size:18px;line-height:130%;text-align:center;letter-spacing:-.02em;color:#174e80;font-weight:600}.t-search-not-results__text{margin-top:4px;text-align:center;color:#0e1823;line-height:140%}.t-form__row{position:relative}.t-form__row:not(:last-child){margin-bottom:1rem}.t-form__row.error .t-form__input,.t-form__row.error .t-form__textarea{border:1px solid #e32618}.t-form__input,.t-form__textarea{display:block;width:100%;padding:.6875rem 1rem;font-size:.875rem;line-height:1;color:#212227;font-family:Roboto,sans-serif;font-weight:400;border:1px solid #e1e1e1;background-color:#fff;resize:vertical}.t-form .isFull,.t-form__input:focus+.t-form__placeholder,.t-form__textarea:focus+.t-form__placeholder{top:0!important;left:.75rem;background-color:#fff;font-size:.75rem}.t-form__error-text,.t-form__placeholder{position:absolute}.t-form__placeholder{display:block;padding:.125rem;left:.625rem;font-size:.875rem;color:rgba(33,34,39,.5);background-color:transparent;z-index:2;transition:all .3s;transform:translateY(-50%)}.t-form__input+.t-form__placeholder{top:50%}.t-form__textarea+.t-form__placeholder{top:12%}.t-form__error-text{bottom:-.75rem;left:.625rem;font-size:.625rem;color:#e32618}.t-form .isFullHeight{height:100%}.t-form__btn{margin-top:2.5rem;display:block;background:#02485b;font-family:Roboto,sans-serif;font-weight:900;font-size:.6875rem;line-height:1;text-transform:uppercase;color:#fff;letter-spacing:.12em;border-radius:4px;padding:.625rem 1.5rem}.t-form__btn.mobile{padding:1.25rem .625rem;font-size:1.375rem;text-align:center}@media screen and (max-width:1024px){.t-form__input,.t-form__textarea{font-size:1.125rem}}.t-primary-button{display:inline-block;padding:0 1.8125rem;color:#fff;font-size:1.125rem;line-height:3.75rem;font-weight:600;letter-spacing:.02em;text-align:center;border:2px solid transparent;border-radius:3px;background-color:#b50026;transition:all .4s;cursor:pointer}.t-primary-button:hover{color:#b50026;border:2px solid #b50026;background-color:transparent}.t-primary-button.big-size{font-size:1.125rem;line-height:3.75rem}.t-primary-button.small-size{font-size:.875rem;line-height:2.5rem}.t-light-button{display:inline-block;font-size:.75rem;color:#1c5d98;text-align:center;transition:color .3s;cursor:pointer}.t-light-button:hover{color:#b50026}.t-info-block{border-top:1px solid #0e1823}.t-info-block__header{display:flex;justify-content:space-between;align-items:center;padding:1.125rem 0;border-bottom:1px solid #e6e6e6}.t-info-block__title{font-size:1rem;line-height:1.3;font-weight:600}.t-info-block .red-text{color:#b50026}.t-info-block__inner{padding:1.5rem 0}.t-info-block__footer{border-bottom:1px solid #e6e6e6}.t-info-block__footer-counter{padding:.5rem 0;font-size:.75rem;font-weight:400;color:#666}.t-info-block.top{position:relative;top:-1px}.t-info-item__tag{font-size:.625rem;line-height:1.4;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#b50026}.t-info-item__title{display:inline-block;font-weight:600}.t-info-item__desc{font-size:.875rem;white-space:pre-line;color:#0e1823}.t-info-item__date{display:block;margin-top:auto;font-size:.75rem;color:#666}.t-info-item__img{display:inline-block}.t-info-item__desc,.t-info-item__img,.t-info-item__tag,.t-info-item__title{margin-bottom:.5rem}.t-info-item__desc,.t-info-item__title{letter-spacing:-.01em}.t-info-item__date,.t-info-item__desc,.t-info-item__title{line-height:1.3}.t-unit-block{border-top:1px solid #0e1823}.t-unit-block__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e6e6e6}.t-unit-block__header._none-border{border:none}.t-unit-block__title{font-size:1rem;line-height:1.3;font-weight:600}.t-unit-block__text{font-size:1rem;font-weight:400;line-height:1.4}.t-unit-block .red-text{color:#b50026}.t-unit-block__inner{padding:1rem 0}.t-unit-block__footer-counter{padding:.5rem 0;font-size:.75rem;font-weight:400;color:#666}.t-unit-block.top{position:relative;top:-1px}.t-unit-block.center{text-align:center}.t-unit-block._match,.t-unit-block._sources .t-unit-item__row:last-child{border-bottom:1px solid #e6e6e6}.t-unit-block._match{padding:0 0 24px}.t-unit-item__inner{padding:1rem 0;border-bottom:1px solid #e6e6e6;min-height:10rem;display:flex;justify-content:space-between;width:100%}.t-unit-item__inner:not(:first-child){padding-top:1rem}.t-unit-item__inner_desc{width:100%}.t-unit-item__inner-side{display:flex;justify-content:space-between;width:100%}.t-unit-item__inner._height{min-height:auto}.t-unit-item__row{display:flex;justify-content:space-between;position:relative;padding:1rem 0}.t-unit-item__row:not(:last-child){border-bottom:1px solid #e6e6e6}.t-unit-item__row.block{display:block}.t-unit-item__row .t-unit-item__desc{margin-bottom:0}.t-unit-item__row:last-child{padding-bottom:1.5rem}.t-unit-item__row-dffs{display:flex;align-items:flex-start;flex-wrap:wrap}.t-unit-item__row-dffs .t-unit-item__title{margin-right:8px}.t-unit-item__col{display:flex;flex-direction:column}.t-unit-item__col:nth-child(2n){margin-left:1rem}.t-unit-item__col:nth-child(odd){margin-right:1rem}.t-unit-item__checkbox{padding:0 0 1rem;border-bottom:1px solid #e6e6e6}.t-unit-item__checkbox-table{margin-top:6px;margin-right:20px}.t-unit-item__checkbox label{margin-bottom:0}.t-unit-item__selector{padding:0 0 1rem;border-bottom:1px solid #e6e6e6}.t-unit-item__selector .t-selector__header:after{top:-.9375rem}.t-unit-item__tag{font-size:.625rem;line-height:1.4;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#b50026}.t-unit-item__teg{display:flex;justify-content:center;align-items:center;width:50px;height:30px;border:1px solid #e6e6e6;font-size:1rem;font-weight:600;margin-bottom:1rem}.t-unit-item__title{letter-spacing:-.01em;display:block;font-weight:600}.t-unit-item__text{display:inline-block;font-size:.875rem;color:#0e1823}.t-unit-item__desc{font-size:.875rem!important;color:#0e1823}.t-unit-item__date{margin-top:auto;font-size:.75rem;color:rgba(0,0,0,.8);opacity:.6}.t-unit-item__img{display:inline-block}.t-unit-item__img-small{margin-left:1.875rem;width:96px;flex-shrink:0}.t-unit-item__img-small._center{display:flex;align-items:center;justify-content:center}.t-unit-item__active{font-weight:600}.t-unit-item__desc,.t-unit-item__img,.t-unit-item__tag,.t-unit-item__title{margin-bottom:.5rem}.t-unit-item__desc:last-child{margin-bottom:0}.t-unit-materials .col-1,.t-unit-materials .col-2,.t-unit-materials .col-3,.t-unit-materials .col-4,.t-unit-materials .col-5,.t-unit-materials .col-6{padding-right:.5rem}.t-unit-materials__header{padding:.625rem 0;display:flex;align-items:center;justify-content:space-between;font-size:.75rem;line-height:1.3;color:#666;border-bottom:1px solid #e6e6e6}.t-unit-materials__header._top{width:auto;border-top:1px solid #e6e6e6}.t-unit-materials__header .t-blue-link.t-unit-item__active span{margin-right:0}.t-unit-materials__header .t-selector{font-size:.75rem;cursor:pointer;color:#0e1823;background-color:transparent}.t-unit-materials__header .t-selector__header{padding:0 2.25rem 0 0;border:none}.t-unit-materials__header .t-selector__header:after{right:.9375rem;width:1rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11L3 6l.7-.7L8 9.6l4.3-4.3.7.7-5 5z' fill='%230E1823'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position-y:center;transition:all .4s}.t-unit-materials__header .t-selector__list{left:auto}.t-unit-materials__header .t-header-sort{display:flex;align-items:center}.t-unit-materials__header .t-header-sort__svg{visibility:hidden;margin-left:3px}.t-unit-materials__header .t-header-sort._reverse .t-header-sort__svg{transform:scaleY(-1)}.t-unit-materials__header .t-header-sort .t-unit-item__active+.t-header-sort__svg{visibility:visible}.t-unit-materials__row{padding:1rem 0;display:flex;justify-content:space-between;line-height:130%;font-size:14px;border-bottom:1px solid #e6e6e6}.t-unit-materials__block{padding:.5rem 0;border-bottom:1px solid #e6e6e6;font-weight:600}.t-unit-materials__subtitle{margin-top:8px;font-size:12px;color:#666;line-height:130%;display:block}.t-unit-materials__description{margin-bottom:4px;font-size:12px;font-weight:400;white-space:pre-line}.t-unit-materials__description._line{text-decoration:line-through}.t-unit-materials .title-text{color:#0e1823}.t-unit-materials table td{font-size:12px}.t-unit-materials table img{width:auto}.wide .t-unit-materials__header{margin-top:0}.t-blue-link{color:#1c5d98;transition:color .3s}.t-blue-link:hover{color:#b50026}.t-svg-sign{display:block;margin:0 auto}.t-noscript{position:fixed;top:0;left:0;z-index:1001}.t-noscript__title{margin-top:80px}@media screen and (max-width:1024px){.t-info-block__inner{padding:1.25rem 0 2.5rem}.t-info-item__img{margin-right:10px;float:left}.t-unit-block:not(:nth-last-child(2)){padding-bottom:2.5rem}.t-unit-block__footer{border-bottom:1px solid #e6e6e6}.t-unit-block__inner{padding-bottom:0}.t-unit-item__img-small{max-width:5rem}.t-unit-item__teg{margin-bottom:1rem}.t-unit-materials{margin-right:0}.t-unit-materials__header,.t-unit-materials__row{width:auto}}@media screen and (max-width:768px){.t-unit-item__img-small{max-width:3rem;float:right}.t-unit-block__text{font-size:.875rem;line-height:1.3}.t-unit-materials{overflow-x:auto;margin-right:-1rem}.t-unit-materials__header{width:608px}.t-unit-materials__header .t-header-sort{width:85px}.t-unit-materials__header .t-header-sort a{width:calc(100% - 11px)}.t-unit-materials__row{width:608px}.wide .t-unit-materials__header{width:808px}.wide .t-unit-materials__header._top{width:auto}.wide .t-unit-materials__row{width:808px}}@media screen and (max-width:390px){.t-info-item__img{margin-right:0;display:inline-block;float:none}}.t-page-404.t-page{padding-bottom:0}.e404{margin:128px 0 0}.e404__content{position:relative;display:flex;flex-direction:column;align-items:center}.e404__title{font-size:96px;font-weight:600;line-height:110%;letter-spacing:-.02em;margin-bottom:24px}.e404__text{color:#b50026;font-size:16px;font-weight:600;line-height:130%;letter-spacing:-.01em;text-align:center;max-width:450px;padding-top:24px;margin-bottom:64px;border-top:1px solid #e6e6e6}@media screen and (max-width:768px){.t-page-404.t-page{min-height:0}.e404{margin:96px 0 0}.e404__text{max-width:288px;margin-bottom:40px}.e404 .t-primary-button{margin-bottom:24.5vw}}.t-page-main{width:100%}@media screen and (max-width:1024px){.t-page-main .t-container:not(:first-child){margin-top:13px}.t-page-main .t-info-block{border-top:1px solid #e6e6e6}}.t-page-search .t-page__content{flex-direction:column}.t-page-search .t-container.narrow{max-width:652px;min-width:0;padding:0}.t-page-search__results{max-width:608px;border-top:1px solid #000}.t-page-search .t-unit-item__inner{min-height:0;flex-direction:column}.t-page-search .t-unit-materials__header{padding:16px 0 17px}.t-page-search .t-page__content{border-top:none;justify-content:flex-start}.t-page-search .t-social-share{max-width:608px}.t-page-search .t-pagination{justify-content:center}.t-page-search .t-pagination-size{display:none}.t-page-search .t-social-share{max-width:100%;justify-content:center}@media screen and (max-width:1024px){.t-page-search .t-page__content{border-top:1px solid #0e1823}.t-page-search .t-search-block-menu__item:not(:last-child){margin-right:15px}}@media screen and (max-width:768px){.t-page-search .t-unit-materials{overflow-x:visible;margin-right:0}.t-page-search .t-unit-materials__header{width:auto}}.t-secondary-menu__item{line-height:1.4;padding:.75rem 0}.t-secondary-menu__item-active{color:#0e1823;font-weight:600}.t-secondary-menu__item:first-child{padding-top:0}.t-secondary-menu__item{display:block;border-bottom:1px solid #e6e6e6}.t-secondary-menu__title{display:block;padding:0 0 1.125rem;font-weight:600}@media screen and (max-width:1024px){.t-secondary-menu__title{padding:1.125rem 0}}.t-founders-link{display:block;text-align:center;padding:1rem;font-size:14px}.t-founders .t-founders-item__img{margin-right:.75rem;width:4rem;height:4rem;flex-shrink:0;border-radius:50%;background-color:#e6e6e6;overflow:hidden}.t-founders .t-founders-item__title{margin-bottom:.25rem;font-size:.875rem;line-height:1.3;font-weight:600;color:#1c5d98}.t-founders .t-founders-item__title._black{color:#000}.t-founders .t-founders-item__desc{font-size:.75rem;line-height:1.3}.t-founders.big-size{padding:1.5rem 0 2.5rem;display:flex;flex-wrap:wrap}.t-founders.big-size.last{padding-bottom:.5rem}.t-founders.big-size .t-founders-item{display:flex;flex-basis:50%}.t-founders.big-size .t-founders-item:not(:nth-last-child(-n+2)){margin-bottom:3rem;position:relative}.t-founders.big-size .t-founders-item:not(:nth-last-child(-n+2)):after{content:"";position:absolute;left:0;right:0;height:1px;bottom:-1.5rem;background-color:#e6e6e6}.t-founders.big-size .t-founders-item:not(:nth-child(2n)){border-right:1px solid #e6e6e6}.t-founders.big-size .t-founders-item:nth-child(2n){padding-left:1.5rem}.t-founders.big-size .t-founders-item__info{padding-right:2rem}.t-founders.small-size .t-founders-item{padding:1rem 0;display:flex;border-bottom:1px solid #e6e6e6}.t-founders.small-size .t-founders-item:first-child{border-top:1px solid #e6e6e6}.t-founders.small-size .t-founders-item__info{padding-right:1.5rem}@media screen and (max-width:1024px){.t-founders.big-size .t-founders-item{width:100%;flex-basis:50%}}@media screen and (max-width:768px){.t-founders.big-size{padding:0}.t-founders.big-size:not(.last){padding-bottom:1rem}.t-founders.big-size .t-founders-item{padding:16px 0!important;margin-bottom:0!important;width:100%;flex-basis:100%;border-right:none!important}.t-founders.big-size .t-founders-item:not(:last-child){border-bottom:1px solid #e6e6e6}.t-founders.big-size .t-founders-item:after{display:none!important}.t-founders.big-size.last{border-bottom:1px solid #e6e6e6}}.t-page-about .t-page__right-side{padding-top:.875rem}.t-page-about .t-facts-block-desc{padding:1.5rem 0 2.5rem;border-top:1px solid #e6e6e6}@media screen and (max-width:1024px){.t-page-about .t-facts-block-desc{text-align:justify}}.t-page-about .t-social-share{margin-top:.5625rem}.t-page-about .t-info-block__inner{padding:2rem 0 2.5rem}.t-page-about .t-info-block__inner.bottom{padding:1.5rem 0 2.0625rem}.t-page-about .t-facts-block-menu{padding:1.375rem 0;font-weight:600;white-space:nowrap}.t-page-about .t-facts-block-menu__item{font-size:.875rem;margin-right:4px;padding:.375rem 1rem;border-radius:6.25rem;background-color:#f2f2f2}@media screen and (max-width:1024px){.t-page-about .t-facts-block-menu{overflow-x:auto;margin-right:-16px}}@media screen and (max-width:768px){.t-page-about .t-info-block__inner.bottom{padding:1.5rem 0 3.5rem}}.t-page-about-founders-and-coordinators .t-page__right-side,.t-page-about-glossary .t-page__right-side{padding-top:.875rem}.t-glossary{padding-top:2rem}.t-glossary-headings{padding:24px 0;border-bottom:1px solid #e6e6e6}.t-glossary-headings__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.t-glossary-headings__link{cursor:pointer;font-weight:600;font-size:14px;line-height:130%;color:#174e80;transition:color .3s}.t-glossary-headings__link:hover,.t-glossary-headings__link_active{color:#b50026}.t-glossary-headings__link_all{display:block;margin-top:8px}.t-glossary__pag{margin-top:40px;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}@media screen and (max-width:1024px){.t-glossary{padding-top:1rem}.t-glossary-headings__link{flex-basis:6.5%}}.t-page-about-founders-and-coordinators-person-id__container{display:flex}.t-page-about-founders-and-coordinators-person-id .t-person-description{padding-top:2rem;margin-bottom:2rem}.t-page-about-founders-and-coordinators-person-id .t-person-quote{display:flex}.t-page-about-founders-and-coordinators-person-id .t-person-quote__img{margin-right:2.125rem;width:4.5rem;height:4.5rem;flex-shrink:0;border-radius:50%;background-color:#ccc;overflow:hidden}.t-page-about-founders-and-coordinators-person-id .t-person-quote__text{line-height:1.4;font-weight:400;font-style:italic;font-family:Georgia}.t-page-about-founders-and-coordinators-person-id .t-person-quote__title{margin-bottom:1rem;font-size:1rem;line-height:1.3;font-weight:600}.t-page-about-founders-and-coordinators-person-id .t-info-block:first-child{border-top:none}.t-page-about-founders-and-coordinators-person-id .t-page__content{justify-content:flex-start}.t-page-about-founders-and-coordinators-person-id .t-social-share{margin-top:3.5rem}.t-page-about-founders-and-coordinators-person-id .t-page__left-side{margin-bottom:8.125rem}@media screen and (max-width:1024px){.t-page-about-founders-and-coordinators-person-id .t-person-description{margin-bottom:2.5rem}.t-page-about-founders-and-coordinators-person-id .t-page__right-side{max-width:100%;flex-basis:100%;flex-direction:column;display:flex;padding-top:2.5rem;padding-left:0;border:none}.t-page-about-founders-and-coordinators-person-id .t-page__right-side__img{margin-bottom:18px;margin-right:0}.t-page-about-founders-and-coordinators-person-id .t-page__left-side{margin-bottom:0;flex-basis:100%;padding-right:0}.t-page-about-founders-and-coordinators-person-id .t-social-share{margin-top:3.3125rem}}@media screen and (max-width:768px){.t-page-about-founders-and-coordinators-person-id .t-page__right-side .t-secondary-menu{border-top:1px solid #0e1823}.t-page-about-founders-and-coordinators-person-id .t-page__left-side{flex-basis:100%;padding-right:0}.t-page-about-founders-and-coordinators-person-id .t-person-quote{flex-wrap:wrap}.t-page-about-founders-and-coordinators-person-id .t-person-quote__img{margin-bottom:1.125rem}}.t-page-about-faq .t-page__right-side{padding-top:.875rem}.t-faqs{padding-top:2rem}@media screen and (max-width:1024px){.t-faqs{padding-top:1.5rem}}.t-page-about-instructions-and-documents .t-page__right-side{padding-top:.875rem}.t-page-about-instructions-and-documents .text{border-bottom:2px solid #1c5d98}.t-page-about-instructions-and-documents .padding-40{padding:2.5rem 0}.t-page-about-instructions-and-documents .padding-40.t-html-content p{font-size:.875rem}.t-page-about-instructions-and-documents .t-accordion-item{background-color:transparent;border-radius:0;border:none;border-bottom:1px solid #e6e6e6}.t-page-about-instructions-and-documents .t-accordion-item__header{padding:1rem 0 1.1875rem 2rem}.t-page-about-instructions-and-documents .t-accordion-item__text{padding-left:2rem}.t-page-about-instructions-and-documents .t-accordion-item__btn{right:auto;top:.875rem;left:0}.t-about-docs-list{padding-top:2.5rem}.t-about-docs-list__item{padding:1rem 0 1.1875rem 2rem;position:relative;display:flex;border-bottom:1px solid #e6e6e6;font-weight:600}.t-about-docs-list__item:first-child{border-top:1px solid #e6e6e6}.t-about-docs-list__item:before{content:"";position:absolute;top:0;left:0;transform:translateY(60%);width:1.5rem;height:1.5rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.275 6.975l-5.25-5.25A.68.68 0 0013.5 1.5H6c-.825 0-1.5.675-1.5 1.5v18c0 .825.675 1.5 1.5 1.5h12c.825 0 1.5-.675 1.5-1.5V7.5a.68.68 0 00-.225-.525zM13.5 3.3l4.2 4.2h-4.2V3.3zM18 21H6V3h6v4.5c0 .825.675 1.5 1.5 1.5H18v12z' fill='%230E1823'/%3E%3Cpath d='M7.5 16.5h9V18h-9v-1.5zm0-4.5h9v1.5h-9V12z' fill='%230E1823'/%3E%3C/svg%3E");background-repeat:no-repeat}@media screen and (max-width:1024px){.t-page-about-instructions-and-documents .padding-40{padding:20px 0 40px}}.t-page-about-errata-et-corrigenda .t-page__right-side{padding-top:.875rem}.t-mistake-block{padding:1rem 0;border-bottom:1px solid #e6e6e6}.t-mistake-block__title{display:block;margin-bottom:.5rem;font-weight:600}.t-mistake-block__date{display:block;margin-bottom:.5rem;font-size:.875rem;color:#666}.t-mistake-block__desc{font-size:.875rem;line-height:1.3}.t-mistake-feedback__title{margin-top:1.625rem;margin-bottom:.5rem;line-height:1.3;font-weight:600}.t-mistake-feedback__desc{font-size:.875rem;line-height:1.3}.t-page-person .t-unit-block__header .t-unit-block__title{font-weight:400}.t-page-person .t-faqs{padding-top:2.0625rem}.t-page-person.t-page.isOpen{min-height:75rem}.t-page-person.t-page.wide{padding-bottom:10.75rem}.t-page-person.t-page.wide .t-page__left-side{flex-basis:100%;padding-right:0}.t-page-person.t-page.wide .t-page__right-side{max-width:20rem;padding:0 24px;border:none}.t-page-person.t-page.wide .t-page__right-side .t-info-block{border:none;top:0}.t-page-person .t-page__right-side.wide{position:absolute;z-index:100;right:0;padding-right:1.5rem;background-color:#fff;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-person.wide .t-table__button.showfilter{display:flex}.t-page-person.wide .t-aside-filter__close{display:block}.t-page-person .t-unit-materials.-personTable .col-1{width:21%;padding-right:.75rem}.t-page-person .t-unit-materials.-personTable .col-2{width:16%}.t-page-person .t-unit-materials.-personTable .col-3{width:25%;padding-right:3.5625rem}.t-page-person .t-unit-materials.-personTable .col-4{width:14%;padding-right:2.4375rem}.t-page-person .t-unit-materials.-personTable .col-5{width:8%;padding-right:.75rem}.t-page-person .t-unit-materials.-personTable .col-6,.t-page-person .t-unit-materials.-personTable .col-7{width:8%}.t-page-person .t-unit-materials.-personTable .col-1,.t-page-person .t-unit-materials.-personTable .col-2,.t-page-person .t-unit-materials.-personTable .col-3,.t-page-person .t-unit-materials.-personTable .col-4,.t-page-person .t-unit-materials.-personTable .col-5,.t-page-person .t-unit-materials.-personTable .col-6,.t-page-person .t-unit-materials.-personTable .col-7{display:flex}.t-page-person .t-unit-materials__header .col-5,.t-page-person .t-unit-materials__header .col-6,.t-page-person .t-unit-materials__header .col-7,.t-page-person .t-unit-materials__row .col-5,.t-page-person .t-unit-materials__row .col-6,.t-page-person .t-unit-materials__row .col-7{justify-content:center;align-items:flex-start}.t-page-person .t-unit-item__img-table{margin-right:.5rem;margin-left:0;max-width:3.5rem}.t-page-person__text{margin-bottom:8px;font-size:12px;line-height:130%}@media screen and (max-width:1024px){.t-page-person .t-unit-item__img-table{display:none}.t-page-person .t-table__item{display:flex;width:65px}.t-page-person .t-faqs{padding-top:.5rem}.t-page-person .t-page__right-side{display:block;pointer-events:none;opacity:0;top:0;right:0;transition:opacity .6s;overflow-y:auto;z-index:40;position:absolute;padding:1.125rem 1rem;background-color:#fff;width:100%;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-person .t-page__right-side .t-aside-filter{width:100%}.t-page-person .t-page__right-side.isOpen{opacity:1;pointer-events:all;display:block}}@media screen and (max-width:768px){.t-page-person .t-page__left-side .t-unit-item__img-small{margin-top:1.75rem}.t-page-person .t-page__right-side{position:fixed;left:0;bottom:0;max-width:none}}.t-page-person-id .t-unit-item__row .col-1{width:40%}.t-page-person-id .t-unit-item__row .col-2{width:100%}.t-page-person-id .t-unit-materials__row .t-html-content{font-size:12px}.t-person-bio{padding:1rem 0;display:flex}.t-person-bio a{color:#174e80}.t-person-bio__desc{padding-right:2rem;width:71.2171052632%}.t-person-bio__img{width:28.7828947368%;display:flex;justify-content:flex-end;align-items:flex-start}.t-person-bio__img img{width:100%}.t-person-bio-list{border-top:1px solid #e6e6e6}.t-person-bio__warning{display:flex;padding:1rem 1.6875rem 1rem 1.125rem;margin:1.5rem 0 .5rem;background-color:#f7f7f7;font-size:.875rem;font-weight:400}.t-person-bio__warning-svg{padding-right:.75rem}.t-person-bio__warning-svg svg{width:1.75rem;height:1.6875rem;fill:#0e1823}.t-person-features-item{padding:1rem 0;display:flex;font-size:.875rem;line-height:1.3}.t-person-features-item:not(:last-child){border-bottom:1px solid #e6e6e6}.t-person-features-item__title{width:30%;font-weight:600}.t-person-features-item__desc-container{display:flex;flex-direction:column}.t-dis-block{display:block}.t-green-text{display:block;color:#0f7914}.t-unit-materials__violations-item{font-size:12px;font-weight:400;color:#b50026}.t-unit-materials.-ownDissertations .col-1{width:57%;padding-right:3.125rem}.t-unit-materials.-ownDissertations .col-2{width:26%}.t-unit-materials.-ownDissertations .col-3{width:17%}.t-unit-materials.-anotherDissertations .col-1{width:53%}.t-unit-materials.-anotherDissertations .col-2,.t-unit-materials.-anotherDissertations .col-3{width:25%}.t-unit-materials.-publications .col-1{width:50%}.t-unit-materials.-publications .col-2{width:24%}.t-unit-materials.-publications .col-3{width:26%}.t-unit-materials.-monograph .col-1{width:62%}.t-unit-materials.-monograph .col-3{width:38%}.t-unit-materials.-ethicalViolations .col-1{width:45%}.t-unit-materials.-ethicalViolations .col-3{width:55%}.t-unit-materials.-falseBooks .col-1{width:71%}.t-unit-materials.-falseBooks .col-3{width:29%}.t-unit-materials.-expertise .col-1{width:74%}.t-unit-materials.-expertise .col-3{width:26%}.t-unit-materials.-information .col-1{width:78%}.t-unit-materials.-information .col-3{width:22%}@media screen and (max-width:1024px){.t-person-features{margin-bottom:0;margin-right:0}}@media screen and (max-width:768px){.t-page-person-id .t-unit-item__row{flex-direction:column}.t-page-person-id .t-unit-item__row .col-1,.t-page-person-id .t-unit-item__row .col-2{width:100%}.t-person-bio{flex-direction:column;align-items:center}.t-person-bio__desc{order:2;width:auto;margin-top:1rem;padding-right:0}.t-person-bio__img{order:1;width:5.9375rem}.t-person-bio__warning{font-size:.875rem;text-align:left}.t-person-features{white-space:nowrap;overflow-x:auto;margin-right:-1rem}.t-person-features .t-unit-item__row{width:608px}}.t-page-person-working-material span.t-blue-link{cursor:pointer}.t-page-person-working-material .t-unit-materials._table a:visited{color:#fff}.t-phantom-list{margin-bottom:2rem}.t-phantom-list.top{position:relative;top:-1px}.t-phantom-list.bottom{margin-bottom:5rem}.t-phantom-list-item{padding:1rem 0;display:flex;justify-content:space-between;font-size:.875rem;line-height:1.3}.t-phantom-list-item:not(:last-child){border-bottom:1px solid #e6e6e6}.t-phantom-list-item__title{width:33%;line-height:1.3;font-weight:600}.t-phantom-list-item__desc{width:65%}.t-phantom-list-item__desc-item a{line-height:1.3}.t-phantom-list-item__teg{display:flex;justify-content:center;align-items:center;width:50px;height:30px;border:1px solid #e6e6e6;font-size:1rem;font-weight:600}.t-phantom-list-link{font-size:.875rem}.t-phantom-disclaimer{font-size:.75rem;font-weight:400;color:#999;margin-bottom:1rem}.t-page__left-side.alone{padding-right:32%}.t-blue-link.main-link{font-size:1rem;font-weight:600}@media screen and (max-width:1024px){.t-phantom{flex-direction:column;align-items:center}.t-phantom-list{margin-bottom:1.5rem}.t-phantom-list.bottom{margin-bottom:2.5rem}.t-phantom-list-item{flex-direction:column}.t-phantom-list-item__desc,.t-phantom-list-item__title{width:100%}.t-phantom-list-item__teg{margin-bottom:1rem}.t-phantom-list__iframe{overflow-x:auto;margin-right:-1rem}.t-phantom-list__header{flex-direction:column}.t-phantom-list__cover{width:100%}.t-phantom-list__cover:first-child{padding-bottom:1.125rem;border-bottom:1px solid #e6e6e6}.t-phantom-list__cover:last-child{padding-top:1.125rem}.t-page__left-side.alone{padding-right:0}}.t-side-organization-block{margin-bottom:1.125rem}.t-side-organization-block:not(:last-child){border-bottom:1px solid #0e1823}.t-side-organization-block__header{padding-bottom:1.125rem;border-bottom:1px solid #e6e6e6}.t-side-organization-block__title{line-height:1.3;font-weight:600;letter-spacing:-.01em}.t-side-organization-item{padding:1rem 0}.t-side-organization-item:not(:last-child){border-bottom:1px solid #e6e6e6}.t-side-organization-item__title{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.t-side-organization-item__title a{line-height:1.3}.t-side-organization-item .title-text{font-weight:600}.t-page-organization .t-faqs{padding-top:.5625rem}.t-page-organization .t-unit-block__header .t-unit-block__title{font-weight:400}@media screen and (max-width:1024px){.t-page-organization .t-faqs{padding-top:.5rem}.t-page-organization .t-page__right-side{display:block;pointer-events:none;opacity:0;top:0;right:0;transition:opacity .6s;overflow-y:auto;z-index:40;position:absolute;padding:1.125rem 1rem;background-color:#fff;width:100%;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-organization .t-page__right-side .t-aside-filter{width:100%}.t-page-organization .t-page__right-side.isOpen{opacity:1;pointer-events:all;display:block}}@media screen and (max-width:768px){.t-page-organization .t-faqs{padding-top:.5rem}.t-page-organization .t-page__right-side{position:fixed;left:0;bottom:0;max-width:none}.t-page-organization .t-unit-materials{overflow-x:visible;margin-right:0}.t-page-organization .t-unit-materials__table{overflow-x:auto;margin-right:-1rem}}.t-organization-bio{display:flex}.t-organization-bio__desc{padding-left:1.5rem;flex:1}.t-organization-bio__desc-inner{margin-top:1rem}.t-organization-bio__img{width:200px;flex-shrink:0}.t-accordion-item.t-unit-block{margin-bottom:0!important;border-bottom:none;border-left:none;border-right:none}.t-accordion-item .t-unit-block__header{position:relative}@media screen and (max-width:768px){.t-accordion-item .t-unit-block__header{padding-right:48px}}.t-unit-materials.t-accordion-item__desc{max-height:0}.t-unit-materials.-minorPerson .col-1{width:26%}.t-unit-materials.-minorPerson .col-2{width:17%}.t-unit-materials.-minorPerson .col-6{width:12%}.t-unit-materials.-minorPerson .col-7 .col-4{width:68%}.t-unit-materials.-branch .col-1{width:45%}.t-unit-materials.-branch .col-2{width:16%}.t-unit-materials.-branch .col-3{width:10%}.t-unit-materials.-branch .col-4{width:15%}.t-unit-materials.-branch .col-5{width:14%}.t-unit-materials.-branch .col-6{width:24%}.t-unit-materials.-branch .col-6 .col-3{display:inline-block;width:30%}.t-unit-materials.-branch .col-6 .col-4{display:inline-block;width:67%}.t-unit-materials.-magazine .col-1{width:35%}.t-unit-materials.-magazine .col-2{width:30%}.t-unit-materials.-magazine .col-3{width:20%}.t-unit-materials.-magazine .col-4{width:15%}.t-unit-materials.-discouncil .col-1,.t-unit-materials.-discouncil .col-2{width:30%}.t-unit-materials.-discouncil .col-3{width:10%}.t-unit-materials.-discouncil .col-4,.t-unit-materials.-discouncil .col-5{width:15%}.t-unit-materials.-defense .col-1{width:40%}.t-unit-materials.-defense .col-2{width:45%}.t-unit-materials.-defense .col-3{width:16%}.t-unit-materials.-predatoryPublications .col-1{width:70%}.t-unit-materials.-externalReview .col-1,.t-unit-materials.-predatoryPublications .col-2{width:30%}.t-unit-materials.-externalReview .col-2{width:70%}.t-unit-materials.-lawsuit .col-1{width:45%}.t-unit-materials.-lawsuit .col-2{width:55%}@media screen and (max-width:1024px){.t-organization-bio__desc{width:100%}.t-page-organization-id .t-page__left-side{flex-basis:100%}}@media screen and (max-width:768px){.t-organization-bio{flex-direction:column;align-items:center}.t-organization-bio__desc{order:2;width:100%;padding:0}.t-organization-bio__img{order:1;margin:.8125rem auto;width:12.9375rem}}.t-side-discouncil-block{margin-bottom:1.125rem;border-bottom:1px solid #0e1823}.t-side-discouncil-block__header{padding-bottom:1.125rem;border-bottom:1px solid #e6e6e6}.t-side-discouncil-block__title{line-height:1.3;font-weight:600}.t-side-discouncil-item{padding:1.0625rem 0 1rem;border-bottom:1px solid #e6e6e6}.t-side-discouncil-item__title{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;line-height:1.3}.t-side-discouncil-item__desc{display:block;font-size:.75rem;line-height:1.3}.t-side-discouncil-item__desc:not(:last-child){margin-bottom:.5rem}.t-side-discouncil-item .grey-text{color:#666}.t-side-discouncil-item .title-text{font-weight:600}.t-page-organization-discouncil .t-unit-materials__header{padding:1.0625rem 0}@media screen and (max-width:1024px){.t-page-organization-discouncil .t-page__left-side{flex-basis:100%}.t-page-organization-discouncil .t-page__right-side{display:block;pointer-events:none;opacity:0;top:0;right:0;transition:opacity .6s;overflow-y:auto;z-index:40;position:absolute;padding:1.125rem 1rem;background-color:#fff;width:100%;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-organization-discouncil .t-page__right-side .t-aside-filter{width:100%}.t-page-organization-discouncil .t-page__right-side.isOpen{opacity:1;pointer-events:all;display:block}}@media screen and (max-width:768px){.t-page-organization-discouncil .t-page__right-side{position:fixed;left:0;bottom:0;max-width:none}.t-page-organization-discouncil .t-unit-materials{overflow-x:visible;margin-right:0}.t-page-organization-discouncil .t-unit-materials__table{overflow-x:auto;margin-right:-1rem}}.t-page-organization-discouncil-id .t-page__right-side{padding-top:.125rem}.t-discouncil-information{padding:.5rem 0 3rem;display:flex}.t-discouncil-information__desc{padding-top:1rem;padding-right:2rem}.t-discouncil-information__desc .t-link-official:not(:last-child):after{content:","}.t-unit-materials.-discouncilPersons .col-1{width:26%}.t-unit-materials.-discouncilPersons .col-2{width:17%}.t-unit-materials.-discouncilPersons .col-3{width:9%}.t-unit-materials.-discouncilPersons .col-4{width:19%}.t-unit-materials.-discouncilPersons .col-5{width:17%}.t-unit-materials.-discouncilPersons .col-6{width:12%}.t-unit-materials.-discouncilPersons .col-7{width:28%}.t-unit-materials.-discouncilPersons .col-7 .col-3{display:inline-block;width:30%}.t-unit-materials.-discouncilPersons .col-7 .col-4{display:inline-block;width:68%}@media screen and (max-width:1024px){.t-discouncil-information{padding-bottom:1.5rem}.t-discouncil-information__desc{padding-right:0}.t-page-organization-discouncil-id .t-page__left-side{flex-basis:100%}}.t-page-organization-infographics .t-infographics-block__item-img img{height:100%;-o-object-fit:cover;object-fit:cover}.t-page-organization-infographics .t-social-share{margin-top:2rem}.t-page-organization-infographics-id .t-info-item__img{margin-bottom:2rem}.t-page-organization-infographics-id .t-unit-block__inner{padding-top:2rem;padding-bottom:0}.t-page-organization-infographics-id .t-page__content{justify-content:flex-start}@media screen and (max-width:1024px){.t-page-organization-infographics-id .t-page__content{display:flex}.t-page-organization-infographics-id .t-page__right-side{max-width:100%;flex-basis:100%;flex-direction:column;display:flex;padding-left:0;border:none}.t-page-organization-infographics-id .t-page__right-side .t-side-organization-block{margin-bottom:0}.t-page-organization-infographics-id .t-page__right-side .t-side-organization-block__header{border-top:1px solid #0e1823;padding-top:1.125rem}.t-page-organization-infographics-id .t-page__right-side .t-side-organization-item:last-child{border-bottom:1px solid #e6e6e6}.t-page-organization-infographics-id .t-page__left-side{margin-bottom:0;flex-basis:100%;padding-right:0}}@media screen and (max-width:768px){.t-page-organization-infographics-id .t-unit-block__inner{padding-top:1.5rem}.t-page-organization-infographics-id .t-info-item__img{margin-right:0;margin-bottom:1rem}.t-page-organization-infographics-id .t-right-side{padding-top:2.0625rem}.t-page-organization-infographics-id .t-page__left-side{flex-basis:100%;padding-right:0}}.t-side-expert-council-block{margin-bottom:1.125rem}.t-side-expert-council-block__header{padding-bottom:1.125rem;border-bottom:1px solid #e6e6e6}.t-side-expert-council-block__title{line-height:1.3;font-weight:600;letter-spacing:-.01em}.t-side-expert-council-item{padding:1.0625rem 0 1rem;border-bottom:1px solid #e6e6e6}.t-side-expert-council-item__title{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;line-height:1.3;letter-spacing:-.01em}.t-side-expert-council-item__desc{display:block;font-size:.75rem;line-height:1.3;letter-spacing:-.01em}.t-side-expert-council-item__desc:not(:last-child){margin-bottom:.5rem}.t-side-expert-council-item .grey-text{color:#666}.t-side-expert-council-item .title-text{font-weight:600}.t-page-organization-expert-council .t-faqs{padding-top:.5625rem}@media screen and (max-width:1024px){.t-page-organization-expert-council .t-faqs{padding-top:.5rem}.t-page-organization-expert-council .t-page__right-side{display:block;pointer-events:none;opacity:0;top:0;right:0;transition:opacity .6s;overflow-y:auto;z-index:40;position:absolute;padding:1.125rem 1rem;background-color:#fff;width:100%;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-organization-expert-council .t-page__right-side .t-aside-filter{width:100%}.t-page-organization-expert-council .t-page__right-side.isOpen{opacity:1;pointer-events:all;display:block}}@media screen and (max-width:768px){.t-page-organization-expert-council .t-unit-materials{overflow-x:visible;margin-right:0}.t-page-organization-expert-council .t-unit-materials__table{overflow-x:auto;margin-right:-1rem}.t-page-organization-expert-council .t-faqs{padding-top:.5rem}.t-page-organization-expert-council .t-page__right-side{position:fixed;left:0;bottom:0;max-width:none}}.t-page-organization-expert-council-id .t-page__right-side{padding-top:.125rem}.t-expert-council-information{padding:.5rem 0 3rem;display:flex}.t-expert-council-information__row{line-height:1.3}.t-expert-council-information__row:not(:last-child){margin-bottom:.5rem}.t-expert-council-information__desc{padding-top:1rem;padding-right:2rem}.t-unit-materials.-expertcouncilPersons .col-1{width:26%}.t-unit-materials.-expertcouncilPersons .col-2{width:17%}.t-unit-materials.-expertcouncilPersons .col-3{width:9%}.t-unit-materials.-expertcouncilPersons .col-4{width:19%}.t-unit-materials.-expertcouncilPersons .col-5{width:17%}.t-unit-materials.-expertcouncilPersons .col-6{width:12%}.t-unit-materials.-expertcouncilPersons .col-7{width:28%}.t-unit-materials.-expertcouncilPersons .col-7 .col-3{display:inline-block;width:30%}.t-unit-materials.-expertcouncilPersons .col-7 .col-4{display:inline-block;width:68%}.t-unit-materials.-defense .col-1{width:53%}.t-unit-materials.-defense .col-2{width:43%}.t-unit-materials.-decision .col-1{width:74%}.t-unit-materials.-decision .col-2{width:26%;text-align:end}@media screen and (max-width:1024px){.t-expert-council-information{padding-bottom:1.5rem}.t-expert-council-information__desc{padding-right:0}.t-page-discouncil-id .t-page__left-side{flex-basis:100%}}.t-page-magazine .t-unit-materials__header{padding:1.0625rem 0}.t-page-magazine .t-unit-materials .t-unit-block__title{font-weight:400}@media screen and (max-width:1024px){.t-page-magazine .t-page__right-side{display:block;pointer-events:none;opacity:0;top:0;right:0;transition:opacity .6s;overflow-y:auto;z-index:40;position:absolute;padding:1.125rem 1rem;background-color:#fff;width:100%;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-magazine .t-page__right-side .t-aside-filter{width:100%}.t-page-magazine .t-page__right-side .t-info-block{border-top:none}.t-page-magazine .t-page__right-side.isOpen{opacity:1;pointer-events:all;display:block}.t-page-magazine .t-page__left-side{flex-basis:100%}}@media screen and (max-width:768px){.t-page-magazine .t-page__right-side{position:fixed;left:0;bottom:0;max-width:none}.t-page-magazine .t-unit-materials{overflow-x:visible;margin-right:0}.t-page-magazine .t-unit-materials__table{overflow-x:auto;margin-right:-1rem}}.t-magazine__subtext{margin:-40px 0 48px;text-align:center;color:green}.t-magazine-bio{display:flex}.t-magazine-bio__desc{padding-right:3.4375rem;width:70%}.t-magazine-bio__desc-inner{margin-top:1rem}.t-magazine-bio__img{width:30%}.t-unit-materials.-minorPerson .col-1{width:32%;padding-right:20px}.t-unit-materials.-minorPerson .col-2{width:23%}.t-unit-materials.-minorPerson .col-3{width:9%}.t-unit-materials.-minorPerson .col-4{width:19%}.t-unit-materials.-minorPerson .col-5{width:17%}.t-unit-materials.-minorPerson .col-7{width:28%}.t-unit-materials.-minorPerson .col-7 .col-3{display:inline-block;width:30%}.t-unit-materials.-minorPerson .col-7 .col-4{display:inline-block;width:65%}.t-unit-materials.-predationfeatures .col-1{width:80%}.t-unit-materials.-predationfeatures .col-2{width:20%}.t-unit-materials.-incorrecteditorialpolicy .col-1{width:80%;padding-right:60px}.t-unit-materials.-incorrecteditorialpolicy .col-2{width:20%}.t-unit-materials.-incorrectpublications .col-1{width:30%}.t-unit-materials.-incorrectpublications .col-2{width:40%}.t-unit-materials.-incorrectpublications .col-3{width:30%}.t-unit-materials.-dissernetfigurant .col-1{width:55%}.t-unit-materials.-dissernetfigurant .col-2{width:45%}.t-unit-materials.-masspublications .col-1{width:30%}.t-unit-materials.-masspublications .col-2{width:25%}.t-unit-materials.-masspublications .col-3,.t-unit-materials.-masspublications .col-4,.t-unit-materials.-masspublications .col-5{width:15%}.t-unit-materials.-magazinereference .col-1{width:40%;padding-right:80px}.t-unit-materials.-magazinereference .col-2{width:55%}.t-unit-materials.-magazinereference .t-unit-item__row{justify-content:flex-start}.t-unit-materials.-magazinereference .t-aside-filter-item__help{width:1.0625rem;height:1.0625rem;font-size:14px}.t-unit-materials.-magazinereference .t-unit-item__row:last-child{border-bottom:1px solid #e6e6e6}@media screen and (max-width:1024px){.t-magazine__subtext{margin:-8px 0 24px;font-size:14px}.t-magazine-bio__desc{width:100%}}@media screen and (max-width:768px){.t-unit-materials.-magazinereference .t-unit-accordion__help{right:1rem}.t-unit-materials.-magazinereference .t-unit-accordion__btn{right:2.625rem}.t-unit-materials.-magazinereference .col-1{width:50%}.t-unit-materials.-magazinereference .col-2{width:50%;padding-right:30px}}@media screen and (max-width:768px){.t-magazine-bio{flex-direction:column;align-items:center}.t-magazine-bio__desc{order:2;width:100%;padding:0}.t-magazine-bio__img{order:1;margin:.8125rem auto;width:11.25rem}}.t-page-magazine-publication__table{margin-top:32px}.t-page-magazine-publication__table-header{display:flex;justify-content:space-between}.t-page-magazine-publication__table-header .t-unit-item__col{width:100%}.t-page-magazine-publication__table .t-unit-item__row{border-bottom:none}.t-page-magazine-publication span.t-blue-link{cursor:pointer}.t-page-magazine-publication .t-unit-materials._table a:visited{color:#fff}@media screen and (max-width:768px){.t-page-magazine-publication__table{margin-top:40px}.t-page-magazine-publication__table-header .t-unit-item__title{word-wrap:break-word}.t-page-magazine-publication.t-case .t-page-magazine-publication__table .t-unit-item__row{flex-direction:row}}.t-page-magazine-grantreport .t-faqs{padding-top:.5625rem}@media screen and (max-width:1024px){.t-page-magazine-grantreport .t-faqs{padding-top:.5rem}.t-page-magazine-grantreport .t-page__right-side{display:block;pointer-events:none;opacity:0;top:0;right:0;transition:opacity .6s;overflow-y:auto;z-index:40;position:absolute;padding:1.125rem 1rem;background-color:#fff;width:100%;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-magazine-grantreport .t-page__right-side .t-aside-filter{width:100%}.t-page-magazine-grantreport .t-page__right-side.isOpen{opacity:1;pointer-events:all;display:block}}@media screen and (max-width:768px){.t-page-magazine-grantreport .t-page__right-side{position:fixed;left:0;bottom:0;max-width:none}.t-page-magazine-grantreport .t-unit-materials{overflow-x:visible;margin-right:0}.t-page-magazine-grantreport .t-unit-materials__table{overflow-x:auto;margin-right:-1rem}}.t-page-magazine-infographics .t-social-share{margin-top:2rem}.t-page-magazine-infographics-id .t-info-item__img{margin-bottom:2rem}.t-page-magazine-infographics-id .t-unit-block__inner{padding-top:2rem;padding-bottom:0}.t-page-magazine-infographics-id .t-page__content{justify-content:flex-start}@media screen and (max-width:1024px){.t-page-magazine-infographics-id .t-page__content{display:flex;flex-direction:column}.t-page-magazine-infographics-id .t-page__right-side{max-width:100%;flex-basis:100%;flex-direction:column;display:flex;padding-left:0;border:none}.t-page-magazine-infographics-id .t-page__right-side .t-side-organization-block{margin-bottom:0}.t-page-magazine-infographics-id .t-page__right-side .t-side-organization-block__header{border-top:1px solid #0e1823;padding-top:1.125rem}.t-page-magazine-infographics-id .t-page__right-side .t-side-organization-item:last-child{border-bottom:1px solid #e6e6e6}.t-page-magazine-infographics-id .t-page__left-side{margin-bottom:0;flex-basis:100%;padding-right:0}}@media screen and (max-width:768px){.t-page-magazine-infographics-id .t-unit-block__inner{padding-top:1.5rem}.t-page-magazine-infographics-id .t-info-item__img{margin-right:0;margin-bottom:1rem}.t-page-magazine-infographics-id .t-right-side{padding-top:2.0625rem}.t-page-magazine-infographics-id .t-page__left-side{flex-basis:100%;padding-right:0}}.t-side-opinion-block__header{padding-bottom:1.125rem;border-bottom:1px solid #e6e6e6}.t-side-opinion-block__title{line-height:1.3;font-weight:600}.t-side-opinion-item{padding:1.0625rem 0 1rem;border-bottom:1px solid #e6e6e6}.t-side-opinion-item__title{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;line-height:1.3;letter-spacing:-.01em}.t-side-opinion-item__desc{display:block;font-size:.875rem;line-height:1.3}.t-side-opinion-item__desc:not(:last-child){margin-bottom:.5rem}.t-side-opinion-item .grey-text{color:#666}.t-side-opinion-item .title-text{font-weight:600}.t-page-expertise .t-faqs{padding-top:.5625rem}.t-page-expertise .t-title-tab{max-width:944px}.t-page-expertise .t-unit-item__inner{display:flex}.t-page-expertise .t-unit-block__header .t-unit-block__title{font-weight:400}@media screen and (max-width:1024px){.t-page-expertise .t-faqs{padding-top:.5rem}.t-page-expertise .t-page__right-side{display:block;pointer-events:none;opacity:0;top:0;right:0;transition:opacity .6s;overflow-y:auto;z-index:40;position:absolute;padding:1.125rem 1rem;background-color:#fff;width:100%;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-expertise .t-page__right-side .t-aside-filter{width:100%}.t-page-expertise .t-page__right-side.isOpen{opacity:1;pointer-events:all;display:block}}@media screen and (max-width:768px){.t-page-expertise .t-unit-materials{overflow-x:visible;margin-right:0}.t-page-expertise .t-faqs{padding-top:.5rem}.t-page-expertise .t-page__right-side{position:fixed;left:0;bottom:0;max-width:none}}.t-page-expertise-opinion .t-title-tab{max-width:944px}.t-page-expertise-opinion .t-unit-item__inner{min-height:0}@media screen and (max-width:1024px){.t-page-expertise-opinion .t-page__right-side{display:block;pointer-events:none;opacity:0;top:0;right:0;transition:opacity .6s;overflow-y:auto;z-index:40;position:absolute;padding:1.125rem 1rem;background-color:#fff;width:100%;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-expertise-opinion .t-page__right-side .t-aside-filter{width:100%}.t-page-expertise-opinion .t-page__right-side.isOpen{opacity:1;pointer-events:all;display:block}}@media screen and (max-width:768px){.t-page-expertise-opinion .t-unit-materials{overflow-x:visible;margin-right:0}.t-page-expertise-opinion .t-faqs{padding-top:.5rem}.t-page-expertise-opinion .t-page__right-side{position:fixed;left:0;bottom:0;max-width:none}}.t-page-expertise-id span.t-blue-link{cursor:pointer}.t-page-expertise-id .t-unit-item__title{display:inline-block}.t-page-expertise-id .t-unit-item__text{display:inline}.t-page-expertise-id .t-unit-item__desc.col-1{width:28%}.t-page-expertise-id .t-unit-item__desc.col-2{width:72%}.t-page-expertise-id .t-unit-item__date{color:#999}.t-page-expertise-id .t-unit-item__col .t-unit-item__title{margin-bottom:1.5rem}.t-page-expertise-id .t-unit-block__inner{padding-top:2rem}.t-page-expertise-id .t-primary-button{padding:0;width:100%;max-width:231px;font-size:.875rem;line-height:2.5rem}.t-page-expertise-id .t-social-share{max-width:608px}.t-expertise-bio{padding:1rem 0;display:flex}.t-expertise-bio__desc{padding-right:2rem;width:71.2171052632%}.t-expertise-bio__img{width:28.7828947368%}.t-expertise-bio-list{margin-bottom:.625rem;border-top:1px solid #e6e6e6}.t-unit-materials._table a:visited{color:#fff}.t-unit-materials.-disscomments .col-1{width:100%}.t-unit-materials.-disscomments .t-unit-materials__row:last-child{border-bottom:none}.t-unit-materials.-dissconclusion .col-1{width:100%}.t-unit-materials.-dissconclusion .t-unit-materials__row:last-child{border-bottom:none}@media screen and (max-width:768px){.t-page-expertise-id .t-primary-button{max-width:288px}.t-page-expertise-id .t-unit-item__col .t-unit-item__title{margin-bottom:.5625rem}.t-page-expertise-id .t-unit-item__row.column{flex-direction:row}.t-page-expertise-id .t-unit-item__text{margin:1.0625rem 0 .3125rem}.t-page-expertise-id .t-unit-item__row{flex-direction:column}.t-page-expertise-id .t-unit-item__row:last-child{padding-bottom:1rem}.t-page-expertise-id .t-unit-item__row .col-1,.t-page-expertise-id .t-unit-item__row .col-2{width:100%}.t-page-expertise-id .t-unit-item__text.iframe{display:block}.t-page-expertise-id .t-unit-materials{margin-right:0}.t-page-expertise-id .t-unit-materials.-disscomments .t-unit-materials__row,.t-page-expertise-id .t-unit-materials.-dissconclusion .t-unit-materials__row{width:auto}.t-expertise-bio{flex-direction:column;align-items:center}.t-expertise-bio__desc{order:2;width:auto;margin-top:1rem;padding-right:0}.t-expertise-bio__img{order:1;width:5.9375rem}}.t-page-expertise-opinion-id .t-page__right-side{padding-top:1.1875rem}.t-page-expertise-opinion-id .t-info-block__header{padding-top:2.3125rem;padding-bottom:1.1875rem}.t-page-expertise-opinion-id .t-info-block__header .t-unit-item__date{font-size:.875rem}.t-page-expertise-opinion-id .t-unit-block__inner{padding-top:1.6875rem;padding-bottom:0}.t-page-expertise-opinion-id .t-page__content{justify-content:flex-start}.t-page-expertise-opinion-id .t-unit-block__text.t-html-content p{font-size:1rem}@media screen and (max-width:1024px){.t-page-expertise-opinion-id .t-page__content{display:flex}.t-page-expertise-opinion-id .t-page__left-side{margin-bottom:0;flex-basis:100%;padding-right:0}.t-page-expertise-opinion-id .t-unit-block__text.t-html-content p{font-size:.875rem}}@media screen and (max-width:768px){.t-page-expertise-opinion-id .t-unit-block__inner{padding-top:1.5rem}.t-page-expertise-opinion-id .t-info-item__img{margin-right:0;margin-bottom:1rem}.t-page-expertise-opinion-id .t-page__left-side{flex-basis:100%;padding-right:0}}.t-page-expertise-forensic-examination .t-title-tab{max-width:944px}.t-page-expertise-forensic-examination .t-unit-item__inner{min-height:0}.t-page-expertise-forensic-examination .t-faqs{padding:1.375rem 0 .5625rem;border-bottom:1px solid #0e1823}.t-page-expertise-forensic-examination .t-faqs .t-unit-block__text{margin-bottom:1rem}@media screen and (max-width:1024px){.t-page-expertise-forensic-examination .t-page__right-side{display:block;pointer-events:none;opacity:0;top:0;right:0;transition:opacity .6s;overflow-y:auto;z-index:40;position:absolute;padding:1.125rem 1rem;background-color:#fff;width:100%;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-expertise-forensic-examination .t-page__right-side .t-aside-filter{width:100%}.t-page-expertise-forensic-examination .t-page__right-side.isOpen{opacity:1;pointer-events:all;display:block}}@media screen and (max-width:768px){.t-page-expertise-forensic-examination .t-unit-materials{overflow-x:visible;margin-right:0}.t-page-expertise-forensic-examination .t-faqs{padding-top:.5rem}.t-page-expertise-forensic-examination .t-page__right-side{position:fixed;left:0;bottom:0;max-width:none}}.t-page-expertise-forensic-examination-id .t-unit-block:first-child{border-top:none}.t-page-expertise-forensic-examination-id .t-unit-block:first-child .t-unit-block__header{padding-top:1.375rem}.t-page-expertise-forensic-examination-id .t-unit-item__title{display:inline-block}.t-page-expertise-forensic-examination-id .t-unit-item__text{display:inline}.t-page-expertise-forensic-examination-id .t-unit-item__desc.col-1{width:28%}.t-page-expertise-forensic-examination-id .t-unit-item__desc.col-2{width:72%}.t-page-expertise-forensic-examination-id .t-unit-item__date{color:#999}.t-page-expertise-forensic-examination-id .t-unit-item__col .t-unit-item__title{margin-bottom:1.5rem}.t-page-expertise-forensic-examination-id .t-unit-block__inner{padding-top:2rem}.t-page-expertise-forensic-examination-id .t-primary-button{padding:0;width:100%;max-width:231px;font-size:.875rem;line-height:2.5rem}.t-page-expertise-forensic-examination-id .t-social-share{max-width:608px}.t-page-expertise-forensic-examination-id .t-unit-materials.-scientificattr .t-unit-materials__row:last-child{padding-bottom:0}.t-unit-materials.-scientificattr .col-1{width:100%}.t-unit-materials.-scientificattr .t-unit-materials__row{width:auto;border-bottom:none;padding:.75rem 0}.t-unit-materials.-scientificattr .t-unit-materials__row:last-child{border-bottom:none}@media screen and (max-width:768px){.t-page-expertise-forensic-examination-id .t-primary-button{max-width:288px}.t-page-expertise-forensic-examination-id .t-unit-item__col .t-unit-item__title{margin-bottom:.5625rem}.t-page-expertise-forensic-examination-id .t-unit-item__row.column{flex-direction:row}.t-page-expertise-forensic-examination-id .t-unit-item__text{margin:1.0625rem 0 .3125rem}.t-page-expertise-forensic-examination-id .t-unit-item__row{flex-direction:column}.t-page-expertise-forensic-examination-id .t-unit-item__row .col-1,.t-page-expertise-forensic-examination-id .t-unit-item__row .col-2{width:100%}.t-page-expertise-forensic-examination-id .t-unit-item__text.iframe{display:block}.t-page-expertise-forensic-examination-id .t-unit-materials{margin-right:0}.t-page-expertise-forensic-examination-id .t-unit-materials.-disscomments .t-unit-materials__row,.t-page-expertise-forensic-examination-id .t-unit-materials.-dissconclusion .t-unit-materials__row{width:auto}}.t-side-deprivation-of-degrees-block{margin-bottom:1.125rem}.t-side-deprivation-of-degrees-block:not(:last-child){border-bottom:1px solid #0e1823}.t-side-deprivation-of-degrees-block__header{padding-bottom:1.125rem;border-bottom:1px solid #e6e6e6}.t-side-deprivation-of-degrees-block__title{line-height:1.3;font-weight:600;letter-spacing:-.01em}.t-side-deprivation-of-degrees-item{padding:1rem 0}.t-side-deprivation-of-degrees-item:not(:last-child){border-bottom:1px solid #e6e6e6}.t-side-deprivation-of-degrees-item__title{display:flex;justify-content:space-between;align-items:flex-start;font-size:.875rem}.t-side-deprivation-of-degrees-item__title a{line-height:1.3}.t-side-deprivation-of-degrees-item__desc{display:block;font-size:.75rem;line-height:1.3}.t-side-deprivation-of-degrees-item__desc:not(:last-child){margin-bottom:.5rem}.t-side-deprivation-of-degrees-item .grey-text{color:#666}.t-side-deprivation-of-degrees-item .title-text{font-weight:600}.t-page-deprivation-of-degrees .t-faqs{padding-top:.5625rem}.t-page-deprivation-of-degrees .t-unit-materials__header{width:auto}.t-page-deprivation-of-degrees .t-unit-materials__header .t-header-sort{display:none}.t-page-deprivation-of-degrees .t-unit-materials__row{align-items:center}.t-page-deprivation-of-degrees.t-page.isOpen{min-height:75rem}.t-page-deprivation-of-degrees.t-page.wide{padding-bottom:10.75rem}.t-page-deprivation-of-degrees.t-page.wide .t-page__left-side{flex-basis:100%;padding-right:0}.t-page-deprivation-of-degrees.t-page.wide .t-page__right-side{max-width:20rem}.t-page-deprivation-of-degrees .t-page__right-side.wide{position:absolute;z-index:100;right:0;padding-right:1.5rem;background-color:#fff;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-deprivation-of-degrees .t-title-tab{max-width:944px}.t-page-deprivation-of-degrees.wide .t-table__button.showfilter{display:flex}.t-page-deprivation-of-degrees.wide .t-aside-filter__close{display:block}.t-unit-materials.-deprivationBlock .t-unit-materials__header{width:608px}.t-unit-materials.-deprivationBlock .col-1{width:18%}.t-unit-materials.-deprivationBlock .col-2{width:7%}.t-unit-materials.-deprivationBlock .col-3{width:14%}.t-unit-materials.-deprivationBlock .col-4,.t-unit-materials.-deprivationBlock .col-5{width:17%}.t-unit-materials.-deprivationBlock .col-6{width:18%}.t-unit-materials.-deprivationBlock .col-7{width:9%}.t-unit-materials.-deprivationBlock .col-1,.t-unit-materials.-deprivationBlock .col-2,.t-unit-materials.-deprivationBlock .col-3,.t-unit-materials.-deprivationBlock .col-4,.t-unit-materials.-deprivationBlock .col-5,.t-unit-materials.-deprivationBlock .col-6{display:flex}.t-unit-materials.-deprivationBlock .col-5,.t-unit-materials.-deprivationBlock .col-6{justify-content:flex-start}.t-unit-materials.-deprivationTable .col-1{width:10%}.t-unit-materials.-deprivationTable .col-2{width:3%}.t-unit-materials.-deprivationTable .col-3{width:7%}.t-unit-materials.-deprivationTable .col-4{width:5%}.t-unit-materials.-deprivationTable .col-5,.t-unit-materials.-deprivationTable .col-6{width:9%}.t-unit-materials.-deprivationTable .col-7{width:7%}.t-unit-materials.-deprivationTable .col-8{width:9%}.t-unit-materials.-deprivationTable .col-13{width:8%}.t-unit-materials.-deprivationTable .col-9{width:9%}.t-unit-materials.-deprivationTable .col-10{width:8%}.t-unit-materials.-deprivationTable .col-11{width:5%}.t-unit-materials.-deprivationTable .col-12{width:11%}.t-unit-materials.-deprivationTable .col-1,.t-unit-materials.-deprivationTable .col-2,.t-unit-materials.-deprivationTable .col-3,.t-unit-materials.-deprivationTable .col-4,.t-unit-materials.-deprivationTable .col-5,.t-unit-materials.-deprivationTable .col-6,.t-unit-materials.-deprivationTable .col-7,.t-unit-materials.-deprivationTable .col-8,.t-unit-materials.-deprivationTable .col-9,.t-unit-materials.-deprivationTable .col-10,.t-unit-materials.-deprivationTable .col-11,.t-unit-materials.-deprivationTable .col-12,.t-unit-materials.-deprivationTable .col-13{display:flex;justify-content:flex-start}.t-unit-item__img-table{margin-right:.5rem;margin-left:0;max-width:3.5rem}@media screen and (max-width:1024px){.t-page-deprivation-of-degrees .t-table__item{display:flex;width:65px}.t-page-deprivation-of-degrees .t-faqs{padding-top:.5rem}.t-page-deprivation-of-degrees .t-page__right-side{pointer-events:none;opacity:0;top:0;right:0;transition:opacity .6s;overflow-y:auto;z-index:40;position:absolute;padding:1.125rem 1rem;background-color:#fff;width:100%;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-deprivation-of-degrees .t-page__right-side .t-aside-filter{width:100%}.t-page-deprivation-of-degrees .t-page__right-side.isOpen{opacity:1;pointer-events:all;display:block}.t-page-deprivation-of-degrees.wide{padding-left:16px;padding-right:16px}.t-page-deprivation-of-degrees .t-unit-materials.-deprivationTable{overflow-x:auto}.t-page-deprivation-of-degrees .t-unit-materials.-deprivationTable .t-unit-materials__header,.t-page-deprivation-of-degrees .t-unit-materials.-deprivationTable .t-unit-materials__row{width:1216px}}@media screen and (max-width:768px){.t-page-deprivation-of-degrees .t-page__left-side .t-unit-item__img-small{margin-top:1.75rem}.t-page-deprivation-of-degrees .t-page__right-side{display:block;position:fixed;left:0;bottom:0;max-width:none}}.t-page-deprivation-of-degrees-id .t-page__title{margin:1.4375rem 0 1.5rem}.t-page-deprivation-of-degrees-id .t-page__subtitle{margin-bottom:1.4375rem}.t-page-deprivation-of-degrees-id .t-unit-item__title{display:inline-block}.t-page-deprivation-of-degrees-id .t-unit-item__text{display:inline}.t-page-deprivation-of-degrees-id .t-unit-item__text._block{display:block}.t-page-deprivation-of-degrees-id .t-unit-item__desc.col-1{width:28%}.t-page-deprivation-of-degrees-id .t-unit-item__desc.col-2{width:72%}.t-page-deprivation-of-degrees-id .t-unit-item__date{color:#999}.t-page-deprivation-of-degrees-id .t-unit-item__col .t-unit-item__title{margin-bottom:1.5rem}.t-page-deprivation-of-degrees-id .t-unit-block__inner{padding-top:2rem}.t-page-deprivation-of-degrees-id .t-primary-button{padding:0;width:100%;max-width:231px;font-size:.875rem;line-height:2.5rem}.t-page-deprivation-of-degrees-id .t-social-share{max-width:608px}.t-unit-materials.-deprivationChronicles{margin-top:1rem}@media screen and (max-width:1024px){.t-page-deprivation-of-degrees-id .t-side-deprivation-of-degrees-block{margin-top:3.125rem;border-bottom:none}.t-page-deprivation-of-degrees-id .t-side-deprivation-of-degrees-block .t-side-deprivation-of-degrees-item:last-child{border-bottom:1px solid #e6e6e6}}@media screen and (max-width:768px){.t-page-deprivation-of-degrees-id .t-page__right-side{display:none}.t-page-deprivation-of-degrees-id .t-page__title{margin:.75rem 0 1.25rem}.t-page-deprivation-of-degrees-id .t-page__subtitle{margin-bottom:.75rem}.t-page-deprivation-of-degrees-id .t-primary-button{max-width:288px}.t-page-deprivation-of-degrees-id .t-unit-item__col .t-unit-item__title{margin-bottom:.5625rem}.t-page-deprivation-of-degrees-id .t-unit-item__row.column{flex-direction:row}.t-page-deprivation-of-degrees-id .t-unit-item__text{margin:1.0625rem 0 .3125rem}.t-page-deprivation-of-degrees-id .t-unit-item__row{flex-direction:column}.t-page-deprivation-of-degrees-id .t-unit-item__row:last-child{padding-bottom:1rem}.t-page-deprivation-of-degrees-id .t-unit-item__row .col-1,.t-page-deprivation-of-degrees-id .t-unit-item__row .col-2{width:100%}.t-page-deprivation-of-degrees-id .t-unit-item__text.iframe{display:block}.t-page-deprivation-of-degrees-id .t-unit-block.top{padding-bottom:0}.t-page-deprivation-of-degrees-id .t-expertise-bio__desc .t-blue-link{margin:.5rem 0}.t-page-deprivation-of-degrees-id .t-expertise-bio__desc .t-blue-link._block{display:block}.t-page-deprivation-of-degrees-id .t-info-block .t-secondary-horizontal-menu,.t-page-deprivation-of-degrees-id .t-unit-materials.-deprivationChronicles,.t-page-deprivation-of-degrees-id .t-unit-materials.-mediaBlock{margin-right:0}}.t-page-deprivation-of-degrees-shameful-decisions .t-unit-item__text{display:inline}.t-page-deprivation-of-degrees-shameful-decisions .t-unit-item__inner{display:flex}.t-page-deprivation-of-degrees-shameful-decisions .t-title-tab{max-width:944px}@media screen and (max-width:1024px){.t-page-deprivation-of-degrees-shameful-decisions .t-page__right-side{display:block;pointer-events:none;opacity:0;top:0;right:0;transition:opacity .6s;overflow-y:auto;z-index:40;position:absolute;padding:1.125rem 1rem;background-color:#fff;width:100%;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-deprivation-of-degrees-shameful-decisions .t-page__right-side .t-aside-filter{width:100%}.t-page-deprivation-of-degrees-shameful-decisions .t-page__right-side.isOpen{opacity:1;pointer-events:all;display:block}}@media screen and (max-width:768px){.t-page-deprivation-of-degrees-shameful-decisions .t-unit-materials{overflow-x:visible;margin-right:0}.t-page-deprivation-of-degrees-shameful-decisions .t-page__right-side{position:fixed;left:0;bottom:0;max-width:none}}.t-page-deprivation-of-degrees-shameful-decisions-id .t-page__right-side{padding-top:.25rem}.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-block.bottom,.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-block.top{padding-bottom:0}.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-item__title{display:inline-block}.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-item__text{display:inline}.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-item__text.t-blue-link{display:block}.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-item__desc.col-1{width:30%}.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-item__desc.col-2{width:65%;padding-left:1.5rem}.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-item__date{color:#999}.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-item__col .t-unit-item__title{margin-bottom:1.5rem}.t-page-deprivation-of-degrees-shameful-decisions-id .t-primary-button{padding:0;width:100%;max-width:231px;font-size:.875rem;line-height:2.5rem}.t-page-deprivation-of-degrees-shameful-decisions-id .t-social-share{max-width:608px}.t-page-deprivation-of-degrees-shameful-decisions-id .t-expertise-bio__desc{width:100%}@media screen and (max-width:768px){.t-page-deprivation-of-degrees-shameful-decisions-id .t-primary-button{max-width:288px}.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-item__col .t-unit-item__title{margin-bottom:.5625rem}.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-item__row.column{flex-direction:row}.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-item__text{margin:1.0625rem 0 .3125rem}.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-item__text.t-blue-link{margin-top:.3125rem}.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-item__text.iframe{display:block}.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-item__desc.col-2{padding-left:0}.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-item__row{flex-direction:column}.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-item__row:last-child{padding-bottom:1rem}.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-item__row .col-1,.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-item__row .col-2{width:100%}.t-page-deprivation-of-degrees-shameful-decisions-id .t-unit-block.top .t-expertise-bio__desc{margin-top:0}}.t-page-deprivation-of-degrees-calendar .t-html-content{line-height:130%}.t-page-deprivation-of-degrees-calendar .t-unit-item__inner{min-height:0}.t-page-deprivation-of-degrees-calendar .t-faqs{padding:1.375rem 0 .5625rem;border-bottom:1px solid #e6e6e6}.t-page-deprivation-of-degrees-calendar .t-faqs .t-unit-block__text{margin-bottom:1rem}.t-page-deprivation-of-degrees-calendar .t-title-tab{max-width:944px}@media screen and (max-width:1024px){.t-page-deprivation-of-degrees-calendar .t-page__right-side{display:block;pointer-events:none;opacity:0;top:0;right:0;transition:opacity .6s;overflow-y:auto;z-index:40;position:absolute;padding:1.125rem 1rem;background-color:#fff;width:100%;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-deprivation-of-degrees-calendar .t-page__right-side .t-aside-filter{width:100%}.t-page-deprivation-of-degrees-calendar .t-page__right-side.isOpen{opacity:1;pointer-events:all;display:block}}@media screen and (max-width:768px){.t-page-deprivation-of-degrees-calendar .t-unit-materials{overflow-x:visible;margin-right:0}.t-page-deprivation-of-degrees-calendar .t-unit-materials__table{overflow-x:auto;margin-right:-1rem}.t-page-deprivation-of-degrees-calendar .t-faqs{padding-top:.5rem}.t-page-deprivation-of-degrees-calendar .t-page__right-side{position:fixed;left:0;bottom:0;max-width:none}}.t-page-deprivation-of-degrees-infographics__list{margin-top:1.25rem}.t-page-deprivation-of-degrees-infographics__list .t-unit-item__row{justify-content:flex-start}.t-page-deprivation-of-degrees-infographics__list .t-unit-item__desc{font-size:16px!important}.t-page-deprivation-of-degrees-infographics__right{flex-basis:46%}.t-page-deprivation-of-degrees-infographics .t-unit-block__inner{padding-top:3rem;display:flex;justify-content:space-between}.t-page-deprivation-of-degrees-infographics .t-unit-block__title{font-size:18px;margin-bottom:1.5rem}.t-page-deprivation-of-degrees-infographics .t-unit-item__row{border:none;padding:.25rem 0}.t-page-deprivation-of-degrees-infographics .t-unit-item__desc.col-1{display:flex;align-items:center}.t-page-deprivation-of-degrees-infographics .t-unit-item__teg{width:8px;height:8px;margin-bottom:0;margin-right:.5rem}.t-page-deprivation-of-degrees-infographics .t-html-content p{font-size:16px!important}@media screen and (max-width:1024px){.t-page-deprivation-of-degrees-infographics__right{margin-top:1.9375rem}.t-page-deprivation-of-degrees-infographics .t-unit-block__inner{flex-direction:column}}.t-page-articles .t-unit-block__header .t-unit-block__title{font-weight:400}.t-page-articles .t-unit-item__inner{min-height:0}.t-page-articles .-analytics .t-unit-item__desc{display:inline-block}@media screen and (max-width:1024px){.t-page-articles .t-page__right-side{display:block;pointer-events:none;opacity:0;top:0;right:0;transition:opacity .6s;overflow-y:auto;z-index:40;position:absolute;padding:1.125rem 1rem;background-color:#fff;width:100%;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-articles .t-page__right-side .t-aside-filter{width:100%}.t-page-articles .t-page__right-side.isOpen{opacity:1;pointer-events:all;display:block}}@media screen and (max-width:768px){.t-page-articles .t-unit-materials{overflow-x:visible;margin-right:0}.t-page-articles .t-page__right-side{position:fixed;left:0;bottom:0;max-width:none}}.t-page-articles-id__header{display:flex;flex-direction:row;padding:8px 0 9px;border-bottom:1px solid #e6e6e6}.t-page-articles-id__header-item{flex-basis:50%}.t-page-articles-id__header-item:not(:first-child){padding-left:16px}.t-page-articles-id__header-item:not(:last-child){border-right:1px solid #e6e6e6;padding-right:16px}.t-page-articles-id__header-item .t-unit-item__desc{margin-bottom:2px}.t-page-articles-id__header-item .t-unit-item__date{font-size:14px}.t-page-articles-id__footer{margin-top:24px;display:flex;flex-direction:row;flex-wrap:wrap;padding:16px 0;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.t-page-articles-id__footer .not-comma{display:none}.t-page-articles-id__footer .t-unit-item__desc{margin-bottom:0}.t-page-articles-id__footer ._col-1,.t-page-articles-id__footer ._col-2{flex-basis:30%}.t-page-articles-id__footer ._col-2:last-child span{display:none}.t-page-articles-id__footer ._col-2:nth-child(2n){margin-bottom:10px}@media screen and (max-width:1024px){.t-page-articles-id__header{flex-direction:column;padding:0;border-bottom:none}.t-page-articles-id__header-item{flex-basis:100%;padding:7px 0 8px;border-bottom:1px solid #e6e6e6}.t-page-articles-id__header-item:not(:first-child){padding-left:0}.t-page-articles-id__header-item:not(:last-child){border-right:none;padding-right:0}.t-page-articles-id__header-item .t-unit-item__desc{margin-bottom:2px}.t-page-articles-id__header-item .t-unit-item__date{font-size:14px}.t-page-articles-id__footer{flex-direction:column}.t-page-articles-id__footer .t-unit-item__desc{margin-bottom:0}.t-page-articles-id__footer ._col-1,.t-page-articles-id__footer ._col-2{flex-basis:100%;margin-bottom:10px}.t-page-articles-id__footer ._col-2:last-child{margin-bottom:0}}.t-page-analytics .t-analytics-block-items__inner{display:grid;grid-template-columns:repeat(3,1fr);padding:24px 0;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.t-page-analytics .t-analytics-block-items__inner.not-after .t-analytics-block-items__item:first-child{margin-bottom:0}.t-page-analytics .t-analytics-block-items__inner.not-after .t-analytics-block-items__item:first-child:after{content:none}.t-page-analytics .t-analytics-block-items__item{position:relative;display:flex;flex-direction:column}.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n):first-child,.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n):first-child~div:not(:nth-last-child(-n+3)){margin-bottom:24px}.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n):first-child:after,.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n):first-child~div:not(:nth-last-child(-n+3)):after{position:absolute;content:"";height:1px;bottom:-24px;left:0;right:0;background-color:#e6e6e6}.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n+1):first-child,.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n+1):first-child~div:not(:nth-last-child(-n+1)){margin-bottom:24px}.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n+1):first-child:after,.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n+1):first-child~div:not(:nth-last-child(-n+1)):after{position:absolute;content:"";height:1px;bottom:-24px;left:0;right:0;background-color:#e6e6e6}.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n+2):first-child,.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n+2):first-child~div:not(:nth-last-child(-n+2)){margin-bottom:24px}.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n+2):first-child:after,.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n+2):first-child~div:not(:nth-last-child(-n+2)):after{position:absolute;content:"";height:1px;bottom:-24px;left:0;right:0;background-color:#e6e6e6}.t-page-analytics .t-analytics-block-items__item:not(:nth-child(-n+3)){margin-top:24px}.t-page-analytics .t-analytics-block-items__item:not(:nth-child(3n)){padding-right:26px;border-right:1px solid #e6e6e6}.t-page-analytics .t-analytics-block-items__item:not(:nth-child(3n+1)){padding-left:26px}.t-page-analytics .t-analytics-block-items__item_title{flex:0 0 auto;margin-bottom:16px;font-weight:600;font-size:20px;line-height:120%}.t-page-analytics .t-analytics-block-items__item_desc{flex:0 0 auto;margin-bottom:36px;font-weight:600;font-size:16px;line-height:130%;letter-spacing:-.01em;color:#0e1823}.t-page-analytics .t-analytics-block-items__item_date{flex:1 0 auto;display:flex;flex-direction:column;justify-content:flex-end;font-size:12px;line-height:130%;color:#666}.t-page-analytics .t-social-share{max-width:608px}@media screen and (max-width:1024px){.t-page-analytics .t-analytics-block-items__inner{display:grid;grid-template-columns:repeat(1,1fr);padding:16px 0}.t-page-analytics .t-analytics-block-items__inner.not-after .t-analytics-block-items__item:first-child{margin-bottom:16px}.t-page-analytics .t-analytics-block-items__inner.not-after .t-analytics-block-items__item:first-child:after{content:""}.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n):first-child,.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n):first-child~div:not(:nth-last-child(-n+3)){margin-bottom:16px}.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n):first-child:after,.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n):first-child~div:not(:nth-last-child(-n+3)):after{bottom:-16px}.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n+1):first-child,.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n+1):first-child~div:not(:nth-last-child(-n+1)){margin-bottom:16px}.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n+1):first-child:after,.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n+1):first-child~div:not(:nth-last-child(-n+1)):after{bottom:-16px}.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n+2):first-child,.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n+2):first-child~div:not(:nth-last-child(-n+2)){margin-bottom:16px}.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n+2):first-child:after,.t-page-analytics .t-analytics-block-items__item:nth-last-child(3n+2):first-child~div:not(:nth-last-child(-n+2)):after{bottom:-16px}.t-page-analytics .t-analytics-block-items__item:not(:first-child){margin-top:16px}.t-page-analytics .t-analytics-block-items__item:not(:last-child){margin-bottom:16px}.t-page-analytics .t-analytics-block-items__item:not(:last-child):after{position:absolute;content:"";height:1px;bottom:-16px;left:0;right:0;background-color:#e6e6e6}.t-page-analytics .t-analytics-block-items__item:not(:nth-last-child(-n+3)){margin-bottom:16px}.t-page-analytics .t-analytics-block-items__item:not(:nth-last-child(-n+3)):after{bottom:-16px}.t-page-analytics .t-analytics-block-items__item:not(:nth-child(3n)){padding-right:0;border-right:none}.t-page-analytics .t-analytics-block-items__item:not(:nth-child(3n+1)){padding-left:0}.t-page-analytics .t-analytics-block-items__item_desc,.t-page-analytics .t-analytics-block-items__item_title{margin-bottom:8px}.t-page-analytics .t-collections-page__desc{font-size:16px}}.t-page-analytics-id__header{display:flex;flex-direction:row;padding:8px 0 9px;border-bottom:1px solid #e6e6e6}.t-page-analytics-id__header-item:not(:first-child){padding-left:16px;width:38%}.t-page-analytics-id__header-item:not(:last-child){border-right:1px solid #e6e6e6;padding-right:16px;width:62%}.t-page-analytics-id__header-item .t-unit-item__desc{margin-bottom:2px}.t-page-analytics-id__header-item .t-unit-item__date{font-size:14px}.t-page-analytics-id__header-item.__top{padding:18px 0}.t-page-analytics-id__header.__top{padding:0}.t-page-analytics-id__title{line-height:1.3;font-weight:600}@media screen and (max-width:1024px){.t-page-analytics-id__header{flex-direction:column;padding:0;border-bottom:none}.t-page-analytics-id__header-item{padding:7px 0 8px;border-bottom:1px solid #e6e6e6}.t-page-analytics-id__header-item:not(:first-child){padding-left:0;width:100%}.t-page-analytics-id__header-item:not(:last-child){border-right:none;padding-right:0;width:100%}.t-page-analytics-id__header-item .t-unit-item__desc{margin-bottom:2px}.t-page-analytics-id__header-item .t-unit-item__date{font-size:14px}}.t-side-thematic-selection-block{padding-top:18px;margin-top:40px;border-top:1px solid #0e1823}.t-side-thematic-selection-block__header{padding-bottom:1.125rem;border-bottom:1px solid #e6e6e6}.t-side-thematic-selection-block__title{line-height:1.3;font-weight:600}.t-side-thematic-selection-item{padding:1.0625rem 0 1rem;border-bottom:1px solid #e6e6e6}.t-side-thematic-selection-item__title{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;line-height:1.3}.t-side-thematic-selection-item__desc{display:block;font-size:.75rem;line-height:1.3}.t-side-thematic-selection-item__desc:not(:last-child){margin-bottom:.5rem}.t-side-thematic-selection-item .grey-text{color:#666}.t-side-thematic-selection-item .title-text{font-weight:600}.t-page-media .t-unit-item__inner{min-height:0}.t-page-media .t-unit-item__inner_desc{display:flex}.t-page-media .t-unit-item__desccol{display:inline-block;flex-basis:63.5%;flex-grow:1}.t-page-media .t-unit-item__desccol .t-unit-item__desc{display:inline-block}.t-page-media .t-unit-item__desccol .t-unit-item__desc:first-child{font-size:12px}.t-page-media .t-unit-item__mediacol{margin-right:16px;flex-basis:36.5%}.t-page-media .t-unit-block__header .t-unit-block__title{font-weight:400}@media screen and (max-width:1024px){.t-page-media .t-unit-item__inner_desc{flex-direction:column}.t-page-media .t-unit-item__mediacol{margin-right:0;margin-bottom:16px}.t-page-media .t-page__right-side{display:block;pointer-events:none;opacity:0;top:0;right:0;transition:opacity .6s;overflow-y:auto;z-index:40;position:absolute;padding:1.125rem 1rem;background-color:#fff;width:100%;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-media .t-page__right-side .t-aside-filter{width:100%}.t-page-media .t-page__right-side.isOpen{opacity:1;pointer-events:all;display:block}}@media screen and (max-width:768px){.t-page-media .t-unit-materials{overflow-x:visible;margin-right:0}.t-page-media .t-page__right-side{position:fixed;left:0;bottom:0;max-width:none}}.t-page-media-id__header{display:flex;flex-direction:row;padding:8px 0 9px;border-bottom:1px solid #e6e6e6}.t-page-media-id__header-item{flex-basis:50%}.t-page-media-id__header-item:not(:first-child){padding-left:16px}.t-page-media-id__header-item:not(:last-child){border-right:1px solid #e6e6e6;padding-right:16px}.t-page-media-id__header-item .t-unit-item__desc{margin-bottom:2px}.t-page-media-id__header-item .t-unit-item__date{font-size:14px}.t-page-media-id__footer{margin-top:24px;display:flex;flex-direction:row;padding:16px 0;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.t-page-media-id__footer .t-unit-item__desc{margin-bottom:0}.t-page-media-id__footer ._col-1{flex-basis:30%}.t-page-media-id__footer ._col-2{flex-basis:70%}.t-page-media-id__footer-bottom{display:flex;flex-direction:column;padding:18px 0;margin-top:24px;border-top:1px solid #0e1823;border-bottom:1px solid #e6e6e6}.t-page-media-id__footer-bottom .t-unit-block__title{margin-bottom:8px}.t-page-media-id__footer-bottom .t-unit-item__title:last-child{margin-bottom:0}@media screen and (max-width:1024px){.t-page-media-id__header{flex-direction:column;padding:0;border-bottom:none}.t-page-media-id__header-item{flex-basis:100%;padding:7px 0 8px;border-bottom:1px solid #e6e6e6}.t-page-media-id__header-item:not(:first-child){padding-left:0}.t-page-media-id__header-item:not(:last-child){border-right:none;padding-right:0}.t-page-media-id__header-item .t-unit-item__desc{margin-bottom:2px}.t-page-media-id__header-item .t-unit-item__date{font-size:14px}.t-page-media-id__footer{flex-direction:column}.t-page-media-id__footer .t-unit-item__desc{margin-bottom:0}.t-page-media-id__footer ._col-1,.t-page-media-id__footer ._col-2{flex-basis:100%}}.t-page-maps-geoindex .t-html-content{line-height:130%}.t-page-maps-geoindex .t-unit-item__inner{min-height:0}.t-page-maps-geoindex .t-faqs{padding:1.375rem 0 1.25rem;border-bottom:1px solid #e6e6e6}.t-page-maps-geoindex .t-faqs .t-unit-block__text{margin-bottom:1rem}.t-page-maps-geoindex .t-unit-materials .t-accordion-item{background-color:#fff;border-top:none;border-right:none;border-left:none;border-radius:0}.t-page-maps-geoindex .t-unit-materials .t-accordion-item:not(:last-child){margin-bottom:0}.t-page-maps-geoindex .t-unit-materials .t-accordion-item__header{padding:16px 0 19px}.t-page-maps-geoindex .t-unit-materials .t-accordion-item__title{color:#000;font-size:16px;font-weight:600;line-height:130%;letter-spacing:-.01em}.t-page-maps-geoindex .t-unit-materials .t-accordion-item__desc .t-unit-item__desc{margin-bottom:16px}.t-page-maps-geoindex .t-unit-materials .t-accordion-item__desc .t-unit-item__desc:first-child{margin-top:5px}.t-page-maps-geoindex .t-unit-materials .t-accordion-item__desc .t-unit-item__desc:last-child{margin-bottom:24px}.t-page-maps-geoindex .t-unit-materials .t-accordion-item__btn{right:0}@media screen and (max-width:1024px){.t-page-maps-geoindex .t-faqs{padding-bottom:11px}.t-page-maps-geoindex .t-page__right-side{display:block;pointer-events:none;opacity:0;top:0;right:0;transition:opacity .6s;overflow-y:auto;z-index:40;position:absolute;padding:1.125rem 1rem;background-color:#fff;width:100%;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-maps-geoindex .t-page__right-side .t-aside-filter{width:100%}.t-page-maps-geoindex .t-page__right-side.isOpen{opacity:1;pointer-events:all;display:block}}@media screen and (max-width:768px){.t-page-maps-geoindex .t-unit-materials{overflow-x:visible;margin-right:0}.t-page-maps-geoindex .t-unit-materials__table{overflow-x:auto;margin-right:-1rem}.t-page-maps-geoindex .t-faqs{padding-top:.5rem}.t-page-maps-geoindex .t-page__right-side{position:fixed;left:0;bottom:0;max-width:none}}.t-page-maps-statistics .t-html-content{line-height:130%}.t-page-maps-statistics .t-unit-item__inner{min-height:0}.t-page-maps-statistics .t-faqs{padding:1.375rem 0 1.25rem;border-bottom:1px solid #e6e6e6}.t-page-maps-statistics .t-faqs .t-unit-block__text{margin-bottom:1rem}.t-page-maps-statistics .t-checkbox-wrapper{align-items:flex-start}.t-page-maps-statistics .t-checkbox-wrapper .t-checkbox-checkmark{top:auto;transform:translateY(20%)}.t-page-maps-statistics .t-checkbox-wrapper .t-aside-filter-item__help{top:2px!important;width:16px}@media screen and (max-width:1024px){.t-page-maps-statistics .t-faqs{padding-bottom:11px}.t-page-maps-statistics .t-page__right-side{display:block;pointer-events:none;opacity:0;top:0;right:0;transition:opacity .6s;overflow-y:auto;z-index:40;position:absolute;padding:1.125rem 1rem;background-color:#fff;width:100%;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-maps-statistics .t-page__right-side .t-aside-filter{width:100%}.t-page-maps-statistics .t-page__right-side.isOpen{opacity:1;pointer-events:all;display:block}}@media screen and (max-width:768px){.t-page-maps-statistics .t-unit-materials{overflow-x:visible;margin-right:0}.t-page-maps-statistics .t-faqs{padding-top:.5rem}.t-page-maps-statistics .t-page__right-side{position:fixed;left:0;bottom:0;max-width:none}}.t-page-maps-rectors__map,.t-page-maps__map{margin-top:24px}.t-page-maps-rectors .t-analytics-block-items__inner,.t-page-maps .t-analytics-block-items__inner{padding:24px 0;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.t-page-maps-rectors .t-social-share,.t-page-maps .t-social-share{max-width:608px}@media screen and (max-width:1024px){.t-page-maps-rectors__map,.t-page-maps__map{margin-top:24px}.t-page-maps-rectors .t-collections-page__desc,.t-page-maps .t-collections-page__desc{font-size:16px}}.t-page-news .t-unit-item__inner{min-height:0}.t-page-news .-news .t-unit-item__desc{display:inline-block}@media screen and (max-width:1024px){.t-page-news .t-page__right-side{display:block;pointer-events:none;opacity:0;top:0;right:0;transition:opacity .6s;overflow-y:auto;z-index:40;position:absolute;padding:1.125rem 1rem;background-color:#fff;width:100%;box-shadow:0 8px 16px rgba(0,0,0,.1)}.t-page-news .t-page__right-side .t-aside-filter{width:100%}.t-page-news .t-page__right-side.isOpen{opacity:1;pointer-events:all;display:block}}@media screen and (max-width:768px){.t-page-news .t-unit-materials{overflow-x:visible;margin-right:0}.t-page-news .t-unit-materials__header{width:auto}.t-page-news .t-page__right-side{position:fixed;left:0;bottom:0;max-width:none}}.t-page-news-id__header{display:flex;flex-direction:row;padding:8px 0 9px;border-bottom:1px solid #e6e6e6}.t-page-news-id__header-item{flex-basis:50%}.t-page-news-id__header-item:not(:first-child){padding-left:16px}.t-page-news-id__header-item:not(:last-child){border-right:1px solid #e6e6e6;padding-right:16px}.t-page-news-id__header-item .t-unit-item__desc{margin-bottom:2px}.t-page-news-id__header-item .t-unit-item__date{font-size:14px}.t-page-news-id__footer{display:flex;flex-direction:row;padding:16px 0;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.t-page-news-id__footer .t-unit-item__desc{margin-bottom:0}.t-page-news-id__footer ._col-1{flex-basis:30%}.t-page-news-id__footer ._col-2{flex-basis:70%}@media screen and (max-width:1024px){.t-page-news-id__header{flex-direction:column;padding:0;border-bottom:none}.t-page-news-id__header-item{flex-basis:100%;padding:7px 0 8px;border-bottom:1px solid #e6e6e6}.t-page-news-id__header-item:not(:first-child){padding-left:0}.t-page-news-id__header-item:not(:last-child){border-right:none;padding-right:0}.t-page-news-id__header-item .t-unit-item__desc{margin-bottom:2px}.t-page-news-id__header-item .t-unit-item__date{font-size:14px}.t-page-news-id__footer{flex-direction:column}.t-page-news-id__footer .t-unit-item__desc{margin-bottom:0}.t-page-news-id__footer ._col-1,.t-page-news-id__footer ._col-2{flex-basis:100%}}.t-container{max-width:1008px;width:100%;margin:0 auto;padding-left:32px;padding-right:32px}.t-container.wide{max-width:1280px}.t-container.narrow{max-width:672px}.t-page{min-height:calc(100vh - 144px);padding-bottom:3.5rem}.t-page__title{margin-top:4rem;margin-bottom:1rem;font-size:.75rem;line-height:1.4;letter-spacing:.04em;text-transform:uppercase;color:#b50026}.t-page__subtitle{margin-top:4rem;margin-bottom:4rem;font-size:2.5rem;line-height:1.1;letter-spacing:-.02em;color:#0e1823}.t-page__subtitle,.t-page__title{font-weight:600;text-align:center}.t-page__content{display:flex;position:relative;justify-content:center;border-top:1px solid #0e1823}.t-page__center{max-width:608px;width:100%}.t-page__wrapper{order:3}.t-page__left-side,.t-page__wrapper{flex-basis:67.7966101695%;padding-right:2rem}.t-page__left-side{order:1;max-width:67.7966101695%}.t-page__right-side{order:2;max-width:19rem;padding-left:2rem;padding-top:.375rem;margin-top:1rem;margin-bottom:7.25rem;flex-basis:32.2033898305%;border-left:1px solid #e6e6e6;flex-shrink:0}.t-page.wide .t-page__left-side{max-width:100%}.t-collections-page__inner{width:100%}.t-collections-page__desc{padding:2rem 0;max-width:608px;margin:0 auto;line-height:1.4;text-align:justify;color:rgba(0,0,0,.8)}.t-collections-page .t-social-share{max-width:608px}.t-case .t-unit-item__title{display:inline-block}.t-case .t-unit-item__desc.col-1{width:30%}.t-case .t-unit-item__desc.col-2{width:67%}.t-case .t-unit-item__date{color:#999}.t-case .t-unit-item__col .t-unit-item__title{margin-bottom:1.5rem}.t-case .t-unit-block__inner{padding-top:2rem}.t-case .t-primary-button{padding:0;width:100%;max-width:231px;font-size:.875rem;line-height:2.5rem}.t-case .t-social-share{max-width:608px}.t-html-content{font-size:1rem;line-height:1.2;overflow:hidden}.t-html-content h1{font-size:32px}.t-html-content h2{font-size:28px}.t-html-content h3{font-size:24px}.t-html-content h4{font-size:20px}.t-html-content h5{font-size:18px}.t-html-content h6{font-size:16px}.t-html-content h1,.t-html-content h2,.t-html-content h3,.t-html-content h4,.t-html-content h5,.t-html-content h6{font-weight:600;margin-bottom:1.5rem}.t-html-content p{margin:16px 0}.t-html-content p,.t-html-content span{font-size:1rem;line-height:1.3}.t-html-content hr{margin:8px 0;border:solid #ccc;border-width:1px 0 0}.t-html-content blockquote{position:relative;margin:16px 40px 16px 42px}.t-html-content blockquote:before{content:"";position:absolute;top:0;left:-16px;height:100%;width:2px;background-color:#ccc}.t-html-content a{color:#1c5d98;transition:color .3s}.t-html-content a:hover{color:#b50026}.t-html-content ul{list-style:disc;padding-left:24px}.t-html-content ol{padding-left:24px}.t-html-content img{margin:10px;height:auto}.t-html-content figure{display:table;margin:1rem auto}.t-html-content figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}.t-html-content code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.t-html-content td{vertical-align:top}.padding-24{padding-top:24px}.padding-24>:first-child{margin-top:0}.padding-24.t-html-content p{font-size:16px;font-weight:400;line-height:140%}.padding-24.t-html-content h3{font-size:20px;font-weight:600;line-height:130%}.padding-24.t-html-content h4{font-size:18px;font-weight:600;line-height:120%;letter-spacing:-.02em}.padding-24.t-html-content img{margin-bottom:24px}.padding-24.t-html-content ul{list-style-type:disc}.padding-24.t-html-content ol,.padding-24.t-html-content ul{margin-bottom:24px;margin-left:20px}.padding-24.t-html-content li{font-size:16px;line-height:140%;color:#0e1823}@media screen and (max-width:1024px){.padding-24{padding-top:16px}.padding-24>:first-child{margin-top:0}.padding-24.t-html-content p{font-size:14px;line-height:130%}.padding-24.t-html-content h3{font-size:18px;line-height:130%;letter-spacing:-.02em}.padding-24.t-html-content h4{font-size:16px;line-height:130%;letter-spacing:-.01em}.padding-24.t-html-content ol,.padding-24.t-html-content ul{margin-left:17px}.padding-24.t-html-content li{font-size:14px;line-height:140%}}._inline{display:inline}.t-static-page{margin:0 auto;padding:4rem 0;width:78%;background-color:#fff;border-radius:0 0 8px 8px;box-shadow:0 0 30px rgba(0,0,0,.1)}.t-static-page__inner{margin:0 auto;width:100%;max-width:860px}.t-static-page__header{margin-bottom:4.75rem;text-align:center}.t-static-page__title{font-size:3rem;font-weight:700}.t-container.wide .t-page__left-side{flex:1}.t-container.wide .t-page__right-side{flex-basis:304px}@media screen and (max-width:1024px){.t-page{min-height:calc(100vh - 70px);padding-bottom:1.5rem}.t-page__title{margin-top:24px;margin-bottom:8px;font-size:10px}.t-page__subtitle{margin-top:24px;margin-bottom:24px;font-size:20px}.t-page__content{display:block}.t-page__wrapper{order:3;flex-basis:100%;padding-right:0}.t-page__center{width:100%}.t-page__left-side{padding-right:0;flex-basis:100%;max-width:100%}.t-page__right-side{display:none;padding-left:0;padding-top:1.375rem;margin-top:0}.t-content{padding:0}.t-collections-page__desc{font-size:14px}.t-collections-page .t-social-share{max-width:100%}.t-static-page{padding:50px 16px;width:100%}.t-static-page__header{margin-bottom:3.5rem}.t-container{min-width:320px;max-width:672px}.t-container.wide .t-page__left-side{padding-right:0}.t-html-content p,.t-html-content span{font-size:.875rem}.t-html-content blockquote{margin:16px 0 16px 16px}}@media screen and (max-width:768px){.t-case .t-primary-button{max-width:288px}.t-case .t-unit-item__col .t-unit-item__title{margin-bottom:.5625rem}.t-case .t-unit-item__row.column{flex-direction:row}.t-case .t-unit-item__text{margin:1.0625rem 0 .3125rem;display:block}.t-case .t-unit-item__row{flex-direction:column}.t-case .t-unit-item__row .col-1,.t-case .t-unit-item__row .col-2{width:100%}}@media screen and (max-width:608px){.t-container{padding-left:16px;padding-right:16px}}
