@charset "UTF-8";

.daterangepicker__input,
.select,
.textarea,
.input {
  display: block;
  width: 100%;
  flex-grow: 1;
  min-height: 3.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: #EAF2FA;
  padding: 1rem;
  border-radius: 2px;
  box-shadow: 0px 2px 4px rgba(73, 97, 120, 0.05);
  font: unset;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #010D1B;
  background: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.daterangepicker__input::-webkit-date-and-time-value,
.select::-webkit-date-and-time-value,
.textarea::-webkit-date-and-time-value,
.input::-webkit-date-and-time-value {
  text-align-last: left;
}

.daterangepicker__input::placeholder,
.select::placeholder,
.textarea::placeholder,
.input::placeholder {
  color: #CCD5DE;
}

.daterangepicker__input:disabled,
.select:disabled,
.textarea:disabled,
.input:disabled {
  background: #F5F8FC;
  cursor: not-allowed;
}

.daterangepicker__input::-webkit-inner-spin-button,
.select::-webkit-inner-spin-button,
.textarea::-webkit-inner-spin-button,
.input::-webkit-inner-spin-button,
.daterangepicker__input::-webkit-calendar-picker-indicator,
.select::-webkit-calendar-picker-indicator,
.textarea::-webkit-calendar-picker-indicator,
.input::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

[type=number].daterangepicker__input,
[type=number].select,
[type=number].textarea,
[type=number].input {
  -moz-appearance: textfield;
}

.daterangepicker__input::-webkit-outer-spin-button,
.select::-webkit-outer-spin-button,
.textarea::-webkit-outer-spin-button,
.input::-webkit-outer-spin-button,
.daterangepicker__input::-webkit-inner-spin-button,
.select::-webkit-inner-spin-button,
.textarea::-webkit-inner-spin-button,
.input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
  margin: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Reset `button` and button-style `input` default styles */

input[type=submit],
input[type=reset],
input[type=button],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Make `a` like a button */

[role=button] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */

.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */

.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */

.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  /* always overlap slide content */
  pointer-events: none;
  /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */

.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */

.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/

div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/

.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/

.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */

.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */

.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/

.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/

.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*

  "1 of 10" counter

*/

.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.tippy-box[data-theme~=light] {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #fff;
}

.tippy-box[data-animation=scale][data-placement^=top] {
  transform-origin: bottom;
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
  transform-origin: top;
}

.tippy-box[data-animation=scale][data-placement^=left] {
  transform-origin: right;
}

.tippy-box[data-animation=scale][data-placement^=right] {
  transform-origin: left;
}

.tippy-box[data-animation=scale][data-state=hidden] {
  transform: scale(0.5);
  opacity: 0;
}

.tippy-content {
  padding: 0.5rem 1rem;
}

.pswp__bg {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.pswp__button svg {
  fill: rgba(255, 255, 255, 0.7);
}

.toast {
  display: grid;
  align-items: center;
  animation-duration: 150ms;
  margin: 0.5rem 0;
  width: 15rem;
  border-radius: 2px;
  pointer-events: auto;
  color: #FFFFFF;
  background: #074181;
  min-height: 3em;
  cursor: pointer;
  padding: 1rem;
  word-break: break-word;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.toast-info {
  background: #00B7CB;
}

.toast-success {
  background: #07810C;
}

.toast-error {
  background: #DF1F1F;
}

.toast-warning {
  background: #F28300;
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../woff2/noto-sans-v27-latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"), url("../woff/noto-sans-v27-latin_cyrillic-ext_cyrillic-regular.woff") format("woff"), local("Noto Sans");
}

@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../woff2/noto-sans-v27-latin_cyrillic-ext_cyrillic-italic.woff2") format("woff2"), url("../woff/noto-sans-v27-latin_cyrillic-ext_cyrillic-italic.woff") format("woff"), local("Noto Sans");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../woff2/noto-sans-v27-latin_cyrillic-ext_cyrillic-500.woff2") format("woff2"), url("../woff/noto-sans-v27-latin_cyrillic-ext_cyrillic-500.woff") format("woff"), local("Noto Sans");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../woff2/noto-sans-v27-latin_cyrillic-ext_cyrillic-600.woff2") format("woff2"), url("../woff/noto-sans-v27-latin_cyrillic-ext_cyrillic-600.woff") format("woff"), local("Noto Sans");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../woff2/noto-sans-v27-latin_cyrillic-ext_cyrillic-700.woff2") format("woff2"), url("../woff/noto-sans-v27-latin_cyrillic-ext_cyrillic-700.woff") format("woff"), local("Noto Sans");
}

@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../woff2/noto-sans-v27-latin_cyrillic-ext_cyrillic-700italic.woff2") format("woff2"), url("../woff/noto-sans-v27-latin_cyrillic-ext_cyrillic-700italic.woff") format("woff"), local("Noto Sans");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../woff2/noto-sans-v27-latin_cyrillic-ext_cyrillic-800.woff2") format("woff2"), url("../woff/noto-sans-v27-latin_cyrillic-ext_cyrillic-800.woff") format("woff"), local("Noto Sans");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../woff2/noto-sans-v27-latin_cyrillic-ext_cyrillic-900.woff2") format("woff2"), url("../woff/noto-sans-v27-latin_cyrillic-ext_cyrillic-900.woff") format("woff"), local("Noto Sans");
}

@font-face {
  font-family: "Noto Sans Georgian";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../woff2/noto-sans-georgian-v36-georgian-regular.woff2") format("woff2"), url("../woff/noto-sans-georgian-v36-georgian-regular.woff") format("woff"), local("Noto Sans Georgian");
}

@font-face {
  font-family: "Noto Sans Georgian";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../woff2/noto-sans-georgian-v36-georgian-500.woff2") format("woff2"), url("../woff/noto-sans-georgian-v36-georgian-500.woff") format("woff"), local("Noto Sans Georgian");
}

@font-face {
  font-family: "Noto Sans Georgian";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../woff2/noto-sans-georgian-v36-georgian-600.woff2") format("woff2"), url("../woff/noto-sans-georgian-v36-georgian-600.woff") format("woff"), local("Noto Sans Georgian");
}

@font-face {
  font-family: "Noto Sans Georgian";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../woff2/noto-sans-georgian-v36-georgian-700.woff2") format("woff2"), url("../woff/noto-sans-georgian-v36-georgian-700.woff") format("woff"), local("Noto Sans Georgian");
}

@font-face {
  font-family: "Noto Sans Georgian";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../woff2/noto-sans-georgian-v36-georgian-800.woff2") format("woff2"), url("../woff/noto-sans-georgian-v36-georgian-800.woff") format("woff"), local("Noto Sans Georgian");
}

@font-face {
  font-family: "Noto Sans Georgian";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../woff2/noto-sans-georgian-v36-georgian-900.woff2") format("woff2"), url("../woff/noto-sans-georgian-v36-georgian-900.woff") format("woff"), local("Noto Sans Georgian");
}

.container {
  width: 100%;
  max-width: calc(1128px + 2rem);
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row--space-between {
  justify-content: space-between;
}

.row--center {
  justify-content: center;
}

.row--align-center {
  align-items: center;
}

.row--reverse {
  flex-direction: row-reverse;
}

.row--vertical {
  flex-direction: column;
}

.row--vertical-reverse {
  flex-direction: column-reverse;
}

.col {
  width: auto;
  flex-shrink: 0;
}

.col--fill {
  flex-grow: 1;
}

.typeset time {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #8495A8;
}

.typeset__heading {
  margin-bottom: 1.5em;
}

.typeset > * + * {
  margin-top: 1em;
}

.typeset img {
  max-width: 100%;
}

.typeset a:not(.file):not(.button) {
  color: #074181;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 1px dotted currentColor;
}

.typeset a:not(.file):not(.button):hover {
  color: #FEC50C;
}

.typeset b,
.typeset strong {
  font-weight: bold;
}

.typeset small {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #8495A8;
}

.typeset i,
.typeset em {
  font-style: italic;
}

hr,
.hr {
  display: block;
  border: none;
  position: relative;
  height: 4em;
}

hr::before,
hr::after,
.hr::before,
.hr::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

hr::before,
.hr::before {
  left: 0;
  width: 100%;
  height: 1px;
  background: #EAF2FA;
}

hr::after,
.hr::after {
  left: 50%;
  width: 3.5em;
  height: 2em;
  margin-top: -1em;
  margin-left: -1.75em;
  background: url(../svg/anchor.svg) #FFFFFF no-repeat center/2em;
}

.h1,
.print__title,
.typeset h1 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  font-weight: 800;
}

.h1:not(:first-child),
.print__title:not(:first-child),
.typeset h1:not(:first-child) {
  padding-top: 1rem;
}

.h2,
.calc__sum,
.typeset h2 {
  font-size: 2rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-weight: 800;
}

.h2:not(:first-child),
.calc__sum:not(:first-child),
.typeset h2:not(:first-child) {
  padding-top: 1rem;
}

.h3,
.typeset h3 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  font-weight: 800;
}

.h3:not(:first-child),
.typeset h3:not(:first-child) {
  padding-top: 1rem;
}

.ul li,
.typeset ul li {
  position: relative;
  padding-left: 1.5rem;
}

.ul li::before,
.typeset ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 2px;
  background: #074181;
}

.ul li + li,
.typeset ul li + li {
  margin-top: 0.5rem;
}

.text--weak {
  color: #8495A8;
}

.text--label {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #010D1B;
  font-weight: 500;
}

.text--heavy {
  font-weight: 600;
}

.text--nowrap,
.button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text--small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text--hidden {
  font-size: 0;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.link {
  color: #074181;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 1px dotted currentColor;
}

.link:hover {
  color: #FEC50C;
}

.table,
.typeset table {
  width: 100%;
  text-align: left;
}

.table tr,
.typeset table tr {
  border-top: 1px solid #EAF2FA;
}

.table tr.new,
.typeset table tr.new {
  animation: tr-new 2s ease infinite;
}

@keyframes tr-new {
  0% {
    background: rgba(254, 197, 12, 0.2);
  }

  50% {
    background: rgba(254, 197, 12, 0.1);
  }

  100% {
    background: rgba(254, 197, 12, 0.2);
  }
}

.table td,
.typeset table td,
.table th,
.typeset table th {
  padding: 0.75rem 0.5rem 1rem;
  vertical-align: top;
}

.table th,
.typeset table th {
  padding: 0.75rem 0.5rem;
}

.table th,
.typeset table th {
  background: #F5F8FC;
  font-weight: 500;
}

.table--s td {
  padding: 0.5rem 0.5rem 0.75rem;
}

.table--xs {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.table--xs td {
  padding: 0.375rem 0.5rem 0.5rem;
}

.table__wrap {
  overflow-x: auto;
}

.table__sticky-col {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
}

.table__wrap::-webkit-scrollbar-track {
  background: transparent;
}

.table__wrap::-webkit-scrollbar-thumb {
  background: #B8C8D9;
  border-radius: 2px;
}

.table__wrap::-webkit-scrollbar-thumb:hover {
  background: #B8C8D9;
}

.table:not(.table--instant),
.typeset table:not(.table--instant) {
  border-width: 1px;
  border-style: solid;
  border-color: #EAF2FA;
  border-radius: 2px;
}

.table:not(.table--instant) td:first-child,
.typeset table:not(.table--instant) td:first-child,
.table:not(.table--instant) th:first-child,
.typeset table:not(.table--instant) th:first-child {
  padding-left: 1rem;
}

.table:not(.table--instant) td:last-child,
.typeset table:not(.table--instant) td:last-child,
.table:not(.table--instant) th:last-child,
.typeset table:not(.table--instant) th:last-child {
  padding-right: 1rem;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form__row {
  display: flex;
  width: 100%;
  gap: inherit;
}

.form__navlinks {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem;
  border-top: 1px solid #EAF2FA;
}

.form__footer {
  display: flex;
  gap: inherit;
  padding: 1rem;
  background: #F5F8FC;
  border-radius: 2px;
}

.form__navlinks + .form__footer {
  margin-top: -1.5rem;
}

.form-subheader {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.form-subheader__title {
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.form-subheader__line {
  height: 1px;
  background: #EAF2FA;
  flex-grow: 1;
}

.form-subheader__button {
  padding: 0.5rem;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #EAF2FA;
  border-radius: 2px;
  box-shadow: 0px 2px 4px rgba(73, 97, 120, 0.05);
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

html,
body {
  background: #FFFFFF;
  font-family: "Noto Sans", "Noto Sans Georgian", Helvetica, sans-serif;
  color: #010D1B;
  font-size: 16px;
  line-height: 1.5rem;
  touch-action: pan-x pan-y;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 9.5rem auto auto;
}

body {
  height: 100%;
  overflow-x: hidden;
  cursor: default;
}

*,
button {
  outline-offset: -2px;
  outline-width: 2px;
  outline-style: solid;
  outline-color: transparent;
}

:focus,
.focus {
  outline-offset: -2px;
  outline-width: 2px;
  outline-style: solid;
  outline-color: rgba(254, 197, 12, 0.2);
  background: rgba(254, 197, 12, 0.05);
  animation: 0.5s ease-in 1 focus;
}

@keyframes focus {
  0% {
    box-shadow: 0 0 0px rgba(254, 197, 12, 0.5);
  }

  100% {
    box-shadow: 0 0 48px rgba(254, 197, 12, 0);
  }
}

::-moz-selection {
  color: rgba(0, 0, 0, 0.65);
  background: #FEC50C;
}

::selection,
mark {
  color: rgba(0, 0, 0, 0.65);
  background: #FEC50C;
}

label {
  cursor: pointer;
}

a,
button,
[data-href],
[data-modal-open] {
  cursor: pointer;
}

.page {
  min-height: calc(100vh - 4.5rem);
  min-height: calc(100svh - 4.5rem);
  padding-top: 7.5rem;
}

.page:not(:has(~ .footer)) {
  min-height: 100vh;
  min-height: 100svh;
}

.page:not(:has(~ .footer)).is-loading {
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}

.page.is-loading {
  height: calc(100vh - 4.5rem);
  height: calc(100svh - 4.5rem);
  overflow: hidden;
}

.page__title {
  font-size: 3.5rem;
  line-height: 4.5rem;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 2rem;
}

.page__subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #8495A8;
  margin-bottom: 1rem;
}

.page__navlinks {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
}

.content--inner .page__navlinks {
  margin-top: -1rem;
  margin-bottom: 0.5rem;
}

.page__subpages {
  margin-top: 3rem;
}

.content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.content--inner {
  padding-top: 2.5rem;
}

.is-loading {
  position: relative;
}

.is-loading::before,
.is-loading::after {
  content: "";
}

.is-loading::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(1px);
  z-index: 1;
}

.is-loading::after {
  position: absolute;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  left: calc(50% - 1rem);
  top: calc(50% - 1rem);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjOTFCNURCIiBkPSJNMTEgMXYyTDYgNSA1IDQgNCA1bDEgMS0yIDVIMXYyaDJsMiA1LTEgMSAxIDEgMS0xIDUgMnYyaDJ2LTJsNS0yIDEgMSAxLTEtMS0xIDItNWgydi0yaC0ybC0yLTUgMS0xLTEtMS0xIDEtNS0yVjFoLTJabTAgNHYzbC0xIDEtMi0zIDMtMVptMiAwIDMgMS0yIDMtMS0xVjVaTTYgOGwzIDItMSAxSDVsMS0zWm0xMiAwIDEgM2gtM2wtMS0xIDMtMlpNNSAxM2gzbDEgMS0zIDItMS0zWm0xMSAwaDNsLTEgMy0zLTIgMS0xWm0tNiAyIDEgMXYzbC0zLTEgMi0zWm00IDAgMiAzLTMgMXYtM2wxLTFaIi8+PC9zdmc+") no-repeat center/cover;
  animation: loader 1.5s ease-in-out infinite;
}

.my-05 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-10 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-15 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-25 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-30 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mt-05 {
  margin-top: 0.5rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-25 {
  margin-top: 2.5rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mb-05 {
  margin-bottom: 0.5rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.bg-secondary {
  background: #F5F8FC;
}

.sticky,
[data-sticky] {
  position: sticky;
  top: 8.5rem;
}

.a11y-skip {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 0.5rem 1rem;
  background: #FEC50C;
  border-radius: 2px;
  box-shadow: 0px 16px 24px rgba(5, 38, 74, 0.03);
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
  text-align: center;
  opacity: 0;
  z-index: -1;
}

.a11y-skip:focus {
  opacity: 1;
  z-index: 100;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.stack--h {
  flex-direction: row;
}

.stack--xs {
  gap: 0.25rem;
}

.stack--s {
  gap: 0.5rem;
}

.stack--m {
  gap: 1.5rem;
}

.stack--filled > * {
  flex: 1 0 auto;
}

.stack--distributed {
  justify-content: space-between;
}

.stack--start {
  align-items: start;
}

.stack--middle {
  align-items: center;
}

.stack--scrollable {
  overflow-x: auto;
}

.stack--scrollable::-webkit-scrollbar-track {
  background: transparent;
}

.stack--scrollable::-webkit-scrollbar-thumb {
  background: #B8C8D9;
  border-radius: 2px;
}

.stack--scrollable::-webkit-scrollbar-thumb:hover {
  background: #B8C8D9;
}

.hide {
  display: none;
}

.aspect-ratio {
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}

.aspect-ratio img,
.aspect-ratio video,
.aspect-ratio iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.aspect-ratio--4-3 {
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
}

.aspect-ratio--4-3 img,
.aspect-ratio--4-3 video,
.aspect-ratio--4-3 iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.aspect-ratio--3-4 {
  overflow: hidden;
  position: relative;
  padding-bottom: 133.3333333333%;
}

.aspect-ratio--3-4 img,
.aspect-ratio--3-4 video,
.aspect-ratio--3-4 iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.aspect-ratio--16-9 {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}

.aspect-ratio--16-9 img,
.aspect-ratio--16-9 video,
.aspect-ratio--16-9 iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.align-start {
  align-self: start;
}

.descriptor {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #8495A8;
  font-weight: 500;
}

.print {
  background: #F5F8FC;
}

.print,
.print body {
  font-size: 18px;
}

.print body {
  width: 210mm;
  min-height: 297mm;
  position: relative;
}

.landscape {
  width: 297mm !important;
  min-height: 210mm !important;
}

.print b {
  font-weight: 600;
}

.print__running {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #EAF2FA;
}

.print__logo {
  height: 3rem;
  width: auto;
}

.print__company {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #8495A8;
}

.print__header {
  margin: 2rem 0;
}

.print__subtitle {
  font-weight: 500;
  color: #8495A8;
}

.print__block {
  border-radius: 2px;
  page-break-inside: avoid;
  position: relative;
}

.print__block--bordered {
  border-top: 1px solid #EAF2FA;
  padding: 1rem 0;
}

.print__block + .print__block {
  margin-top: 1rem;
}

.print__stamp {
  position: absolute;
  pointer-events: none;
  width: 40mm;
  height: 40mm;
  mix-blend-mode: darken;
  z-index: 0;
  right: 0;
  bottom: 0;
}

.print__destination {
  margin-bottom: 4rem;
}

.print__destination-row {
  display: flex;
  align-items: center;
}

.print__destination-row + .print__destination-row {
  margin-top: 1rem;
}

.print__destination-text {
  width: 50%;
  margin-left: auto;
  text-align: right;
}

.print__destination-logo {
  height: 3rem;
  margin-right: auto;
}

.print__table {
  word-break: break-word;
  hyphens: auto;
  max-width: 100%;
}

.print-passes {
  display: grid;
  grid-template-columns: 45%;
  grid-template-rows: repeat(5, 1fr);
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.print-pass {
  font-size: 11pt;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
}

.print-pass img {
  width: 120px;
  height: 120px;
}

.print-pass__info {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  fill: #91B5DB;
}

.icon--s {
  width: 1rem;
  height: 1rem;
}

.icon--expand {
  margin-left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.icon--illustrative {
  width: 2.5rem;
  height: 2.5rem;
}

.icon--illustrative use {
  fill: #00B7CB;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.fixedbut { 
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
}

.button__icon {
  transition: all 0.2s ease-in-out;
  fill: currentColor;
}

.button--primary {
  background: #074181;
  color: #FFFFFF;
}

.button--secondary {
  background: #FFFFFF;
  color: #010D1B;
}

.button--negative {
  background: #DF1F1F;
  color: #FFFFFF;
}

.button--negative-fade {
  background: rgba(223, 31, 31, 0.05);
  color: #DF1F1F;
}

.button--positive {
  background: #07810C;
  color: #FFFFFF;
}

.button--positive-fade {
  background: rgba(7, 129, 12, 0.05);
  color: #07810C;
}

.button--warning {
  background: #F28300;
  color: #FFFFFF;
}

.button--warning-fade {
  background: rgba(242, 131, 0, 0.05);
  color: #F28300;
}

.button--extra-1 {
  background: #F44336;
  color: #FFFFFF;
}

.button--extra-2 {
  background: #8D6E63;
  color: #FFFFFF;
}

.button--extra-3 {
  background: #9C27B0;
  color: #FFFFFF;
}

.button--extra-4 {
  background: #FF9800;
  color: #FFFFFF;
}

.button--extra-5 {
  background: #5C6BC0;
  color: #FFFFFF;
}

.button--extra-6 {
  background: #2196F3;
  color: #FFFFFF;
}

.button--extra-7 {
  background: #009688;
  color: #FFFFFF;
}

.button--primary:hover,
.button--primary:active,
.button--primary:focus {
  background: #FEC50C;
  color: rgba(0, 0, 0, 0.65);
}

.button--secondary {
  box-shadow: 0px 2px 4px rgba(73, 97, 120, 0.05);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #EAF2FA;
}

.button--secondary:hover {
  color: #FEC50C;
}

.button--secondary .button__icon {
  fill: #91B5DB;
}

.button--primary .button__icon {
  fill: #91B5DB;
}

.button--primary:hover .button__icon,
.button--primary:focus .button__icon {
  fill: rgba(0, 0, 0, 0.65);
}

.button--small {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
}

.button--xs {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
}

.button--xs .button__icon {
  width: 1.25rem;
  height: 1.25rem;
}

.button--icon-only {
  padding: 1rem;
  font-size: 0;
}

.button--small.button--icon-only {
  padding: 0.75rem;
}

.button--xs.button--icon-only {
  padding: 0.5rem;
}

.button--block {
  display: block;
  width: 100%;
}

.button:not(.button--icon-only) .button__icon {
  margin-left: -0.25rem;
  margin-right: 0.5rem;
}

.button.is-loading {
  color: transparent;
}

.button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}

.index {
  display: flex;
}

.index__icon {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 1.5rem;
}

.index__value {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #074181;
}

.index__measure {
  color: #8495A8;
}

.index__description {
  font-size: 1rem;
  line-height: 1.5rem;
}

.newscard {
  display: block;
}

.newscard__image {
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
  flex-shrink: 0;
}

.newscard__image img,
.newscard__image video,
.newscard__image iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.newscard__content {
  position: relative;
  overflow: hidden;
}

.newscard__content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  height: 3rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.newscard__date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #8495A8;
}

.newscard__title {
  transition: all 0.2s ease-in-out;
}

.newscard:hover .newscard__title {
  color: #FEC50C;
}

.newscard:not(.newscard--tiny) .newscard__image {
  margin-bottom: 1rem;
}

.newscard:not(.newscard--tiny) .newscard__content {
  height: 9rem;
}

.newscard:not(.newscard--tiny) .newscard__date {
  margin-bottom: 0.5rem;
}

.newscard:not(.newscard--tiny) .newscard__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.newscard:not(.newscard--tiny) .newscard__text {
  margin-top: 0.75rem;
}

.newscard--tiny {
  display: flex;
  height: 5.625rem;
}

.newscard--tiny .newscard__image {
  width: 7.5rem;
  height: 100%;
  padding-bottom: 0;
  margin-right: 1rem;
}

.newscard--tiny .newscard__date {
  margin-bottom: 2px;
}

.newscard--tiny .newscard__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.newscard--tiny .newscard__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.25rem;
}

.mediacard {
  cursor: pointer;
}

.mediacard__image {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}

.mediacard__image img,
.mediacard__image video,
.mediacard__image iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.mediacard__content {
  margin-top: 1rem;
}

.mediacard__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.mediacard__date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #8495A8;
  margin-top: 0.5rem;
}

.mediacard:hover .mediacard__title {
  color: #FEC50C;
}

.tender {
  background: #FFFFFF;
  padding: 1rem 1.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: #EAF2FA;
  border-radius: 2px;
  box-shadow: 0px 2px 4px rgba(73, 97, 120, 0.05);
  cursor: pointer;
}

.tender__title {
  transition: all 0.2s ease-in-out;
}

.tender:hover .tender__title {
  color: #FEC50C;
}

.tender__details {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  gap: 0.5rem;
  background: #F5F8FC;
  border-radius: 2px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.tag--accent {
  background: #FEC50C;
  color: rgba(0, 0, 0, 0.65);
}

.tag--primary {
  background: #074181;
  color: #FFFFFF;
}

.tag--complementary {
  background: #00B7CB;
  color: #FFFFFF;
}

.tag--success {
  background: #07810C;
  color: #FFFFFF;
}

.tag--warning {
  background: #F28300;
  color: #FFFFFF;
}

.tag--danger {
  background: #DF1F1F;
  color: #FFFFFF;
}

.tag--extra-1 {
  background: #F44336;
  color: rgba(0, 0, 0, 0.65);
}

.tag--extra-2 {
  background: #8D6E63;
  color: rgba(0, 0, 0, 0.65);
}

.tag--extra-3 {
  background: #9C27B0;
  color: rgba(0, 0, 0, 0.65);
}

.tag--extra-4 {
  background: #FF9800;
  color: rgba(0, 0, 0, 0.65);
}

.tag--extra-5 {
  background: #5C6BC0;
  color: rgba(0, 0, 0, 0.65);
}

.tag--extra-6 {
  background: #2196F3;
  color: rgba(0, 0, 0, 0.65);
}

.tag--extra-7 {
  background: #009688;
  color: rgba(0, 0, 0, 0.65);
}

.tag--big {
  padding: 1rem 1.5rem;
  font-size: 1rem;
}

.tag--tiny {
  background: none;
  padding: 2px;
}

.tag--tiny::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #91B5DB;
}

.tag--tiny .tag__icon {
  display: none;
}

.tag--tiny.tag--accent {
  color: #FEC50C;
}

.tag--tiny.tag--complementary {
  color: #00B7CB;
}

.tag--tiny.tag--primary {
  color: #074181;
}

.tag--tiny.tag--success {
  color: #07810C;
}

.tag--tiny.tag--warning {
  color: #F28300;
}

.tag--tiny.tag--danger {
  color: #DF1F1F;
}

.tag--tiny.tag--extra-1 {
  color: #F44336;
}

.tag--tiny.tag--extra-2 {
  color: #8D6E63;
}

.tag--tiny.tag--extra-3 {
  color: #9C27B0;
}

.tag--tiny.tag--extra-4 {
  color: #FF9800;
}

.tag--tiny.tag--extra-5 {
  color: #5C6BC0;
}

.tag--tiny.tag--extra-6 {
  color: #2196F3;
}

.tag--tiny.tag--extra-7 {
  color: #009688;
}

.tag::before {
  background-color: currentColor;
}

.tag .tag__icon {
  fill: currentColor;
}

.loader {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.loader__icon {
  width: 2.5rem;
  height: 2.5rem;
  animation: loader 1.5s ease-in-out infinite;
}

@keyframes loader {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.file {
  align-items: center;
  background: #FFFFFF;
}

.file:not(.file--tiny) {
  display: flex;
  width: 100%;
  padding: 0.75rem 1rem;
  gap: 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: #EAF2FA;
  border-radius: 2px;
  box-shadow: 0px 2px 4px rgba(73, 97, 120, 0.05);
}

.file:not(.file--tiny) .file__icon {
  width: 2rem;
  height: 2rem;
}

.file--tiny {
  display: inline-flex;
  gap: 0.25rem;
}

.file__title {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}

.file__size {
  flex-shrink: 0;
  color: #8495A8;
  text-transform: uppercase;
}

.file:hover .file__title {
  color: #FEC50C;
}

.field {
  display: block;
  width: 100%;
}

.field > * + * {
  margin-top: 0.5rem;
}

.field--error .field__label {
  color: #DF1F1F;
}

.field--error .input,
.field--error .textarea {
  border-color: rgba(223, 31, 31, 0.05);
  background: rgba(223, 31, 31, 0.05);
}

.field__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.field__label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.field__link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: #8495A8;
}

.field__link:hover {
  color: #FEC50C;
}

.field__error {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #DF1F1F;
}

.field__description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #8495A8;
}

.field__description a {
  color: #074181;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.field__description a:hover {
  color: #FEC50C;
}

.input__wrap {
  position: relative;
  display: flex;
  align-items: stretch;
}

.input__icon {
  position: absolute;
  pointer-events: none;
  left: 1rem;
  top: calc(50% - 0.75rem);
}

.input__icon ~ .input {
  padding-left: 3.25rem;
}

.textarea {
  resize: vertical;
  min-height: 3.5rem;
  height: 7rem;
  max-height: 10rem;
}

.textarea__wrap {
  position: relative;
  display: flex;
  align-items: stretch;
}

.textarea__icon {
  position: absolute;
  pointer-events: none;
  left: 1rem;
  top: calc(50% - 0.75rem);
}

.textarea__icon ~ .textarea {
  padding-left: 3.25rem;
}

.context-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 0.25rem);
  z-index: 100;
  display: block;
  width: 17rem;
  min-width: 100%;
  background: #FFFFFF;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #EAF2FA;
  visibility: hidden;
  transform: translateY(-1rem);
  opacity: 0;
  color: #010D1B;
  box-shadow: 0px 16px 24px rgba(5, 38, 74, 0.03);
  transition: all 0.2s ease-in-out;
}

.context-menu--hug {
  width: auto;
}

.context-menu--right {
  left: auto;
  right: 0;
}

.context-menu--bottom {
  top: auto;
  bottom: calc(100% + 0.25rem);
}

.context-menu--hug {
  width: auto;
}

.context-menu--attached {
  top: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.context-menu--primary {
  background: #074181;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.1);
}

.context-menu__wrap {
  position: relative;
}

.context-menu__wrap:hover .context-menu--hoverable,
.context-menu__wrap:focus .context-menu--hoverable,
.context-menu__wrap > *:focus ~ .context-menu--hoverable,
.context-menu--shown,
.context-menu:has(:focus) {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.context-menu__item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: block;
  padding: 0.75rem 1rem;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.context-menu__item:hover {
  color: #FEC50C;
}

.context-menu__item--positive-fade {
  background: rgba(7, 129, 12, 0.05);
  color: #07810C;
}

.context-menu__item--negative-fade {
  background: rgba(223, 31, 31, 0.05);
  color: #DF1F1F;
}

.context-menu__item--positive {
  background: #07810C;
  color: #FFFFFF;
}

.context-menu__item--negative {
  background: #DF1F1F;
  color: #FFFFFF;
}

.context-menu__item:not(:first-child) {
  border-top: 1px solid;
  border-color: inherit;
}

.steps {
  display: flex;
  align-items: center;
  overflow-x: auto;
  background: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #EAF2FA;
  border-radius: 2px;
  box-shadow: 0px 2px 4px rgba(73, 97, 120, 0.05);
}

.steps__item {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 0.75rem 1rem;
  position: relative;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
}

.steps__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  background: url("../svg/steps-border.svg") no-repeat left center;
}

.steps__item:not(.steps__item--current) {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.steps__item:not(.steps__item--current):hover {
  color: #FEC50C;
}

.steps__item--current {
  background: #074181;
  color: #FFFFFF;
}

.steps__item--current:not(:last-child)::after {
  background-image: url("../svg/steps-border-active.svg");
}

.choice {
  display: flex;
  box-shadow: 0px 2px 4px rgba(73, 97, 120, 0.05);
}

.choice__item {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  overflow: hidden;
}

.choice__button {
  flex: 1 1 auto;
  border-width: 1px;
  border-style: solid;
  border-color: #EAF2FA;
  padding: 1rem 1.5rem;
  text-align: center;
  font-weight: 500;
  border-radius: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

input:checked + .choice__button {
  background: #074181;
  border-color: #074181;
  color: #FFFFFF;
}

.choice__button--negative {
  background: rgba(223, 31, 31, 0.05);
  border-color: rgba(223, 31, 31, 0.05);
  color: #DF1F1F;
}

input:checked + .choice__button--negative {
  background: #DF1F1F;
  border-color: #DF1F1F;
}

.choice__button--positive {
  background: rgba(7, 129, 12, 0.05);
  border-color: rgba(7, 129, 12, 0.05);
  color: #07810C;
}

input:checked + .choice__button--positive {
  background: #07810C;
  border-color: #07810C;
}

input:not(:checked) + .choice__button {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

input:not(:checked) + .choice__button:hover {
  color: #FEC50C;
}

.choice input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.select {
  background: url("../svg/expand%20arrow.svg") no-repeat calc(100% - 0.75rem) center/16px;
}

.select__wrap {
  position: relative;
  display: flex;
  align-items: stretch;
}

.select__icon {
  position: absolute;
  pointer-events: none;
  left: 1rem;
  top: calc(50% - 0.75rem);
}

.select__icon ~ .select {
  padding-left: 3.25rem;
}

.select option:checked {
  font-weight: 700;
}

.fileinput {
  display: flex;
  align-items: center;
  height: 3.5rem;
  padding: 0.5rem;
  gap: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: #EAF2FA;
  border-radius: 2px;
  box-shadow: 0px 2px 4px rgba(73, 97, 120, 0.05);
}

.fileinput:not(.fileinput--loading):not(.fileinput--loaded) {
  color: #8495A8;
}

.fileinput input {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.fileinput__wrap {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
  gap: 0.5rem;
  overflow: hidden;
}

.fileinput__loader {
  width: 1.5rem;
  height: 1.5rem;
}

.fileinput__loader .loader__icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fileinput--loaded .fileinput__icon {
  fill: #07810C;
}

.fileinput__caption {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fileinput__button {
  flex-shrink: 0;
  padding: 0.5rem 0.75rem;
  color: #074181;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.fileinput__button:hover {
  color: #FEC50C;
}

.fileinput__button .icon {
  width: 1rem;
  height: 1rem;
}

.option {
  display: flex;
  align-items: center;
}

.option input {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.option__label {
  margin-left: 0.75rem;
  font-weight: 500;
}

.option__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 2px;
  border: 1px solid #B8C8D9;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(73, 97, 120, 0.05);
  transition: all 0.2s ease-in-out;
}

.option__mark::before {
  content: "";
  transition: all 0.4s ease-in-out;
}

input[type=radio] + .option__mark:not(.option__mark--switch) {
  border-radius: 50%;
}

input[type=radio] + .option__mark:not(.option__mark--switch)::before {
  background: #FFFFFF;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}

.option__mark:not(.option__mark--switch)::before {
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTcgNCA4IDE0bC00LTQtMSAxIDUgNUwxOCA2bC0xLTJaIi8+PC9zdmc+") no-repeat center/100%;
  transform: scale(0);
}

input:checked + .option__mark:not(.option__mark--switch) {
  background: #074181;
  border-color: #074181;
}

input:checked + .option__mark:not(.option__mark--switch)::before {
  transform: scale(1);
}

input:indeterminate + .option__mark:not(.option__mark--switch)::before {
  transform: scale(1);
  background: #074181;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 2px;
}

input[type=radio]:indeterminate + .option__mark:not(.option__mark--switch)::before {
  border-radius: 100%;
}

input:disabled + .option__mark:not(.option__mark--switch) {
  opacity: 0.5;
  cursor: not-allowed;
}

.option__mark--switch {
  width: 2.5rem;
  padding: 0.25rem;
  border-radius: 2.5rem;
  position: relative;
}

.option__mark--switch::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #B8C8D9;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0.25rem;
}

input:checked + .option__mark--switch {
  background: #074181;
}

input:checked + .option__mark--switch::before {
  background: #FFFFFF;
  left: calc(100% - 1rem - 0.25rem);
}

.tabs {
  display: flex;
  align-items: center;
  overflow-x: auto;
  gap: 0.5rem;
}

.tabs__item {
  padding: 0.5rem 1rem;
  border-radius: 2.5rem;
  background: #F5F8FC;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.tabs__item--active {
  background: #074181;
  color: #FFFFFF;
}

.tabs__item:not(.tabs__item--active) {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.tabs__item:not(.tabs__item--active):hover {
  color: #FEC50C;
}

.alert {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #F5F8FC;
  padding: 1rem 1.5rem;
  border-radius: 2px;
}

.alert--negative {
  background: rgba(223, 31, 31, 0.05);
  color: #DF1F1F;
}

.alert--positive {
  background: rgba(7, 129, 12, 0.05);
  color: #07810C;
}

.alert--warning {
  background: rgba(242, 131, 0, 0.05);
  color: #F28300;
}

.alert b,
.alert strong {
  font-weight: bold;
}

.alert i,
.alert em {
  font-style: italic;
}

.alert__icon {
  fill: currentColor;
}

.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 0;
  height: 100%;
  width: 2px;
  background: #91B5DB;
  background: linear-gradient(to bottom, transparent 50%, #91B5DB 50%);
  background-size: 100% 8px;
}

.timeline-item {
  display: flex;
  position: relative;
}

.timeline-item + .timeline-item {
  margin-top: 0.75rem;
}

.timeline-item--weak {
  color: #8495A8;
}

.timeline-item--success .timeline-item__icon {
  fill: #07810C;
}

.timeline-item--warning .timeline-item__icon {
  fill: #F28300;
}

.timeline-item--danger .timeline-item__icon {
  fill: #DF1F1F;
}

.timeline-item__icon {
  background: #FFFFFF;
  margin-right: 0.75rem;
}

.timeline-item__title {
  font-weight: 500;
}

.timeline-item__inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.timeline-item__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.timeline-item__params {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #8495A8;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.timeline-item__params .icon {
  width: 1rem;
  height: 1rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  align-self: center;
  flex: 0 0 1.5rem;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background: #074181;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
}

.badge--primary {
  background: #074181;
  color: #FFFFFF;
}

.badge--secondary {
  background: #FFFFFF;
  color: #010D1B;
}

.badge--negative {
  background: #DF1F1F;
  color: #FFFFFF;
}

.badge--negative-fade {
  background: rgba(223, 31, 31, 0.05);
  color: #DF1F1F;
}

.badge--positive {
  background: #07810C;
  color: #FFFFFF;
}

.badge--positive-fade {
  background: rgba(7, 129, 12, 0.05);
  color: #07810C;
}

.badge--warning {
  background: #F28300;
  color: #FFFFFF;
}

.badge--warning-fade {
  background: rgba(242, 131, 0, 0.05);
  color: #F28300;
}

.badge--extra-1 {
  background: #F44336;
  color: #FFFFFF;
}

.badge--extra-2 {
  background: #8D6E63;
  color: #FFFFFF;
}

.badge--extra-3 {
  background: #9C27B0;
  color: #FFFFFF;
}

.badge--extra-4 {
  background: #FF9800;
  color: #FFFFFF;
}

.badge--extra-5 {
  background: #5C6BC0;
  color: #FFFFFF;
}

.badge--extra-6 {
  background: #2196F3;
  color: #FFFFFF;
}

.badge--extra-7 {
  background: #009688;
  color: #FFFFFF;
}

.badge--xs {
  font-size: 0;
  color: transparent;
  width: 0.5rem;
  height: 0.5rem;
  flex-basis: 0.5rem;
}

.select-search {
  position: relative;
}

.select-search__options {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 20rem;
  overflow-y: auto;
  background: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #EAF2FA;
  border-radius: 2px;
  box-shadow: 0px 16px 24px rgba(5, 38, 74, 0.03);
  transition: all 0.2s ease-in-out;
}

.select-search__options::-webkit-scrollbar-track {
  background: transparent;
}

.select-search__options::-webkit-scrollbar-thumb {
  background: #B8C8D9;
  border-radius: 2px;
}

.select-search__options::-webkit-scrollbar-thumb:hover {
  background: #B8C8D9;
}

.select-search__options:not(.select-search__options--visible) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
}

.select-search__option {
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: block;
  padding: 0.75rem 1rem;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-search__option:hover {
  color: #FEC50C;
}

.select-search__option:not(:first-child) {
  border-top: 1px solid;
  border-color: inherit;
}

.select-search__option--suitable {
  color: #8495A8;
}

.select-search__option--suitable b {
  color: #010D1B;
  font-weight: 500;
}

.multiselect {
  position: relative;
}

.multiselect__options {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 20rem;
  overflow-y: auto;
  background: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #EAF2FA;
  border-radius: 2px;
  box-shadow: 0px 16px 24px rgba(5, 38, 74, 0.03);
  transition: all 0.2s ease-in-out;
}

.multiselect__options::-webkit-scrollbar-track {
  background: transparent;
}

.multiselect__options::-webkit-scrollbar-thumb {
  background: #B8C8D9;
  border-radius: 2px;
}

.multiselect__options::-webkit-scrollbar-thumb:hover {
  background: #B8C8D9;
}

.multiselect__options:not(.multiselect__options--visible) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
}

.multiselect__option {
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.multiselect__option:hover {
  color: #FEC50C;
}

.multiselect__option:not(:first-child) {
  border-top: 1px solid;
  border-color: inherit;
}

.multiselect__option--suitable {
  color: #8495A8;
}

.multiselect__option--suitable b {
  color: #010D1B;
  font-weight: 500;
}

.multiselect__expand {
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 1rem;
  top: calc(50% - 0.5rem);
}

.multiselect__input {
  padding-right: 3rem;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  box-shadow: 0px 16px 24px rgba(5, 38, 74, 0.03);
}

.header__main {
  display: flex;
  align-items: center;
  height: 5rem;
}

.topbar,
.search {
  background: #074181;
  color: #FFFFFF;
  height: 2.5rem;
}

.topbar__inner,
.search__inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition: all 0.2s ease-in-out;
}

.topbar__group {
  display: flex;
}

.topbar__item {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 0.5rem;
  flex-shrink: 0;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.topbar__item:hover {
  color: #FEC50C;
}

.topbar__item .icon:first-child {
  margin-right: 0.5rem;
}

.search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.2s ease-in-out;
}

.search:not(.search--shown) {
  opacity: 0;
  transform: translateX(10%) scale(0.8);
  visibility: hidden;
}

.search__button {
  width: 2.5rem;
}

.search__input {
  flex: 1 0 0;
  background: transparent;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.search__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.search--shown ~ .topbar .topbar__inner,
.search--shown ~ .search .topbar__inner,
.search--shown ~ .topbar .search__inner,
.search--shown ~ .search .search__inner {
  opacity: 0;
  transform: translateX(-10%) scale(0.8);
}

.logo {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.logo__mark {
  margin-right: 1rem;
  width: 2.25rem;
  height: 3rem;
}

.logo__title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 800;
}

.logo__title span {
  color: #00B7CB;
}

.logo__descriptor {
  font-size: 0.625rem;
  line-height: 0.875rem;
  font-weight: 600;
  color: #8495A8;
  text-transform: uppercase;
}

.mainmenu__expand {
  font-size: 0;
}

.footer {
  background: #074181;
  color: #FFFFFF;
  padding: 1.5rem 0;
}

.footer__copyright {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.footer__copyright:hover {
  color: #FEC50C;
}

.footer__menu {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}

.footer__socials {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}

.footer__link {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.footer__link:hover {
  color: #FEC50C;
}

.hero {
  text-align: center;
  background: #074181;
  color: #FFFFFF;
  height: calc(100vh - 7.5rem);
  max-height: 1080px;
  position: relative;
}

.hero--small {
  height: 17.5rem;
}

.hero:not(.hero--small) {
  min-height: 30rem;
}

.hero__background,
.hero__overlay {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}

.hero__overlay {
  background: linear-gradient(0deg, rgba(2, 19, 38, 0.5), rgba(2, 19, 38, 0.5)), url(../svg/dot-pattern.svg) repeat fixed;
}

.hero__content {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5rem 1.5rem;
  position: relative;
  z-index: 1;
}

.hero__title {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 4.5rem;
  line-height: 5rem;
  text-transform: uppercase;
  font-weight: 900;
}

.hero__description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  max-width: 360px;
  opacity: 0.7;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2rem;
  background: url(../svg/wave-edge.svg) no-repeat bottom center;
  background-size: 150%;
  z-index: 1;
}

.modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}

.modal img {
  max-width: 100%;
}

.modal--shown {
  visibility: visible;
}

.modal__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition: all 0.2s ease-in-out;
}

.modal__window {
  display: flex;
  flex-direction: column;
  width: 22.5rem;
  max-width: calc(100% - 2rem);
  max-height: calc(100% - 2rem);
  background: #FFFFFF;
  position: relative;
  border-radius: 2px;
  box-shadow: 0px 16px 24px rgba(5, 38, 74, 0.03);
  transition: all 0.4s ease-in-out;
}

.modal__window--width-6 {
  width: 34.5rem;
}

.modal__window--width-8 {
  width: 46.5rem;
}

.modal__window--width-10 {
  width: 58.5rem;
}

.modal__window--width-12 {
  width: 70.5rem;
}

.modal:not(.modal--shown) .modal__overlay {
  opacity: 0;
  visibility: hidden;
}

.modal:not(.modal--shown) .modal__window {
  opacity: 0;
  visibility: hidden;
  transform: translateY(2rem);
}

.modal__header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #EAF2FA;
}

.modal__title {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.modal__close {
  flex-shrink: 0;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}

.modal__close .icon {
  transition: all 0.2s ease-in-out;
}

.modal__close:hover .icon {
  fill: #FEC50C;
}

.modal__content {
  max-height: 100%;
  overflow-y: auto;
}

.modal__content::-webkit-scrollbar-track {
  background: transparent;
}

.modal__content::-webkit-scrollbar-thumb {
  background: #B8C8D9;
  border-radius: 2px;
}

.modal__content::-webkit-scrollbar-thumb:hover {
  background: #B8C8D9;
}

.modal__video {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}

.modal__video img,
.modal__video video,
.modal__video iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.modal__section {
  padding: 1rem 1.5rem;
}

.modal__section--bordered {
  border-top: 1px solid #EAF2FA;
}

.modal__footer {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1.5rem;
  border-top: 1px solid #EAF2FA;
}

.modal__footer > * {
  flex: 1 0 0;
}

.modal__columns {
  display: flex;
  flex-wrap: wrap;
}

.modal__column {
  flex: 1 0 50%;
}

.modal__docs {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 1rem;
}

.modal__docs img {
  max-width: 15.25rem;
}

.modal__docs > * {
  flex: 0 1 auto;
}

.scheme {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  position: relative;
  width: 100%;
  user-select: none;
  background: #F5F8FC;
  border-radius: 2px;
}

.scheme--instant {
  background: none;
}

.scheme .scheme__svg .terminals .terminals-area,
.scheme__svg .terminals .scheme .terminals-area,
.scheme .scheme__svg .terminals .terminals-berth,
.scheme__svg .terminals .scheme .terminals-berth,
.scheme .scheme__svg .port-building .port-building-item,
.scheme__svg .port-building .scheme .port-building-item {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.1s;
  stroke: transparent;
  stroke-width: 1rem;
  stroke-opacity: 0;
  stroke-linejoin: bevel;
}

.scheme__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
}

.scheme__zoom {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.scheme__zoom-button {
  width: 2rem;
  height: 2rem;
}

.scheme__zoom-button .icon {
  width: 1rem;
  height: 1rem;
}

.scheme__scale {
  flex-grow: 1;
  min-width: 10rem;
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
  background: #EAF2FA;
  outline: none;
}

.scheme__scale::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 0.75rem;
  height: 1.25rem;
  background: #91B5DB;
  border: 0.25rem solid #F5F8FC;
  box-shadow: none;
}

.scheme__scale::-moz-range-thumb {
  cursor: pointer;
  width: 0.75rem;
  height: 1.25rem;
  background: #91B5DB;
  border: 0.25rem solid #F5F8FC;
  box-shadow: none;
}

.scheme__details {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

.scheme__detail {
  display: flex;
  flex-shrink: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: #8495A8;
}

.scheme__detail .icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  float: left;
}

.scheme__pan {
  display: flex;
  justify-content: center;
  border-radius: 2px;
}

.scheme__svg {
  width: 100%;
  min-height: 240px;
  height: auto;
}

.scheme__svg .port-area {
  fill: #074181;
}

.scheme__svg .port-building {
  fill: rgba(255, 255, 255, 0.6);
}

@keyframes fill {
  0% {
    fill-opacity: 0.5;
  }

  100% {
    fill-opacity: 0.75;
  }
}

.scheme__svg .port-building:hover {
  fill: rgba(255, 255, 255, 0.5);
}

.scheme__svg .port-building .port-building-rest,
.scheme__svg .port-building .port-building-item {
  transition: all 0.2s ease-in-out;
}

.scheme__svg .port-building .port-building-rest {
  fill-opacity: 0.5;
}

.scheme__svg .port-building .port-building-item {
  animation: fill 1s infinite ease alternate;
  animation-play-state: inherit;
}

.scheme__svg .port-building .port-building-item:nth-child(even) {
  animation-delay: 0.3s;
}

.scheme__svg .port-building .port-building-item:hover {
  fill: rgb(255, 255, 255);
  animation-play-state: paused;
}

.scheme__svg .port-road,
.scheme__svg .port-rail {
  fill: rgba(255, 255, 255, 0.1);
}

.scheme__svg .port-park {
  fill: rgba(255, 255, 255, 0.05);
}

.scheme__svg .terminals .terminals-item:hover .terminals-berth:not(:hover):not(.active) {
  fill: #91B5DB;
}

.scheme__svg .terminals:hover > .terminals-item:not(.active):not(:hover) {
  fill: #91B5DB;
}

.scheme__svg .terminals-item[data-name=dry-cargo] {
  fill: #009688;
}

.scheme__svg .terminals-item[data-name=oil] {
  fill: #FF9800;
}

.scheme__svg .terminals-item[data-name=passenger] {
  fill: #2196F3;
}

.scheme__svg .terminals-item[data-name=railway] {
  fill: #5C6BC0;
}

.scheme__svg .terminals-item[data-name=container] {
  fill: #8D6E63;
}

.scheme__svg .terminals-berth-num {
  fill: #fff;
}

.scheme__svg .raid {
  fill: #00B7CB;
}

.scheme__svg .arrival .ship {
  fill: #00B7CB;
}

.scheme__svg .arrival-path {
  fill: transparent;
  stroke: #B8C8D9;
  stroke-dasharray: 0.5rem 0.5rem;
}

.route-map {
  width: 100%;
}

.route-map__pan {
  position: relative;
}

.route-map__pan::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, #FFFFFF 100%);
}

.route-map__svg {
  width: 100%;
  min-height: 240px;
  height: auto;
}

.route-map__svg .borders {
  fill: #B8C8D9;
}

.route-map__svg .route-path {
  stroke-width: 2px;
}

.route-map__svg .ship {
  animation: ship 6s infinite linear;
  animation-delay: inherit;
  transform-box: fill-box;
  transform-origin: 50% 50%;
  animation-fill-mode: both;
  fill: #fff;
}

@keyframes ship {
  0% {
    fill-opacity: 0;
    offset-distance: 0%;
  }

  40% {
    fill-opacity: 0;
    offset-distance: 0%;
  }

  50% {
    fill-opacity: 1;
  }

  90% {
    fill-opacity: 1;
  }

  100% {
    fill-opacity: 0;
    offset-distance: 100%;
  }
}

.route-map__svg .ship-1 {
  offset-path: path("M694.387 298.852 204.975 220.77");
}

.route-map__svg .ship-2 {
  offset-path: path("M699.433 299.139c-49.881-10.368-80.597-26.303-129.262-41.744-77.271-24.518-166.252-58.527-236.496-74.63-49.206-11.28-93.705-14.078-107.965-10.507");
}

.route-map__svg .ship-3 {
  offset-path: path("M703.776 299.073c-78.67-25.718-218.653-82.55-313.78-126.175-56.548-28.292-76.423-86.772-86.84-120.457");
}

.route-map__svg .ship-4 {
  offset-path: path("M694.387 298.852C363.94 253.492 259.5 253 240 330c-5.698 22.5-55 12.5-79.5 26.5-4.5 1.5-13.472 12.124-17.5 17-9.5 11.5-90 9.5-92.5 60.5");
}

.route-map__svg .ship-5 {
  offset-path: path("M204.975,220.77 694.387,298.852");
}

.route-map__svg .ship-6 {
  offset-path: path("M225.71000000000006,172.25799999999998C239.97000000000008,168.68699999999998 284.46900000000005,171.48499999999999 333.67500000000007,182.765C403.91900000000004,198.868 492.90000000000003,232.87699999999998 570.171,257.395C618.836,272.836 649.552,288.771 699.433,299.139");
}

.route-map__svg .ship-7 {
  offset-path: path("M303.15599999999995,52.440999999999974C313.573,86.12599999999996 333.448,144.60599999999997 389.996,172.89799999999997C485.12299999999993,216.52299999999997 625.106,273.35499999999996 703.776,299.073");
}

.route-map__svg .ship-8 {
  offset-path: path("M50.5,434C53,383 133.5,385 143,373.5C147.028,368.624 156,358 160.5,356.5C185,342.5 234.302,352.5 240,330C259.5,253 363.94,253.492 694.387,298.852");
}

.route-map__svg .train {
  offset-path: path("M992.916 362.253s-6.878 2.553-10.825 5.554c-3.946 3.002-2.918 15.726-20.502 7.121-17.583-8.606-24.684-12.675-41.671-20.999-3.224-1.58-5.628-.094-9.169-.695-6.614-1.124-9.649-4.252-16.188-5.756-6.25-1.438-10.132-.188-16.314-1.898-6.182-1.709-23.326-8.335-36.739-16.571-2.883-1.77-4.757-2.452-7.256-4.732-4.075-3.716-4.434-7.385-7.573-11.919 0 0-6.847-8.819-11.359-14.369-2.897-3.564-4.099-5.971-7.498-9.06-12.199-11.084-24.834-8.627-41.316-8.614-4.152.004-6.721 1.993-10.616.557-2.8-1.032-3.597-2.983-6.125-4.567-2.413-1.511-6.459-3.379-6.459-3.379l-6.311-1.856s-4.503-.438-7.387-.297c-2.732.133-6.942.928-6.942.928s-16.642 1.225-18.578 5.659c-1.935 4.433 0 5.078 0 8.651 0 5.859-9.378 11.711-9.378 11.711");
  animation: train 8s infinite linear;
  animation-direction: alternate;
  transform-box: fill-box;
  transform-origin: 50% 50%;
  fill: #074181;
  stroke: #FFFFFF;
  stroke-width: 2px;
}

@keyframes train {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0;
    offset-distance: 0%;
  }

  10% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }

  90% {
    fill-opacity: 1;
    stroke-opacity: 1;
  }

  100% {
    fill-opacity: 0;
    stroke-opacity: 0;
    offset-distance: 100%;
  }
}

.route-map__svg .train path {
  fill-opacity: inherit;
}

.route-map__svg .sea .area {
  fill: #00B7CB;
}

.route-map__svg .sea .route-path {
  stroke: #FFFFFF;
  stroke-dasharray: 100% 50%;
}

.route-map__svg .sea text {
  fill: #FFFFFF;
}

.route-map__svg .sea-black .route-path {
  animation: path-sea 6s infinite ease;
  animation-delay: inherit;
  transform-box: fill-box;
  transform-origin: 50% 50%;
  animation-fill-mode: both;
}

@keyframes path-sea {
  0% {
    stroke-dashoffset: 100%;
    stroke-opacity: 0;
  }

  25% {
    stroke-opacity: 0.5;
  }

  100% {
    stroke-dashoffset: 0%;
    stroke-opacity: 0;
  }
}

.route-map__svg .sea-caspian .route-path {
  stroke-dasharray: 8 4;
  animation: path-railway 10s infinite linear;
}

.route-map__svg .route-1 {
  animation-delay: 0s;
}

.route-map__svg .route-2 {
  animation-delay: 1s;
}

.route-map__svg .route-3 {
  animation-delay: 3.5s;
}

.route-map__svg .route-4 {
  animation-delay: 4.5s;
}

.route-map__svg .route-5 {
  animation-delay: 3s;
}

.route-map__svg .route-6 {
  animation-delay: 4s;
}

.route-map__svg .route-7 {
  animation-delay: 0.5s;
}

.route-map__svg .route-8 {
  animation-delay: 1.5s;
}

.route-map__svg .railway .route-path {
  stroke: #074181;
  stroke-width: 2px;
  stroke-dasharray: 8 4;
  animation: path-railway 10s infinite linear;
}

.route-map__svg .city {
  fill: #91B5DB;
  stroke: #FFFFFF;
  stroke-width: 2px;
}

.route-map__svg .city-main {
  fill: #FEC50C;
  stroke-width: 4px;
  transform-box: fill-box;
  transform-origin: center;
  animation: city-main 1s infinite alternate ease;
}

@-webkit-keyframes city-main {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

@keyframes city-main {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

.route-map__svg .captions text {
  fill: #8495A8;
  font-size: 0.75rem;
}

@-webkit-keyframes path-railway {
  from {
    stroke-dashoffset: 10%;
  }

  to {
    troke-dashoffset: -10%;
  }
}

@keyframes path-railway {
  from {
    stroke-dashoffset: -10%;
  }

  to {
    troke-dashoffset: 10%;
  }
}

.page-header {
  display: flex;
  gap: 1.5rem;
}

.page-header__title {
  display: flex;
  gap: 0.5rem;
  font-size: 2rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-weight: 800;
  overflow: hidden;
  width: 100%;
}

.page-header__title span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page-header__controls {
  display: flex;
  gap: 1rem;
  justify-content: space-evenly;
}

.sidebar__wrap {
  position: sticky;
  top: 8.5rem;
}

.sidebar__section:not(:last-child) {
  margin-bottom: 2rem;
}

.sidebar__section > * + * {
  margin-top: 1rem;
}

.navlink {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  max-width: 100%;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: #8495A8;
}

.navlink:hover {
  color: #FEC50C;
}

.navlink--right {
  justify-content: end;
  margin-left: auto;
}

.navlink span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.navlink .icon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}

.menu {
  border-width: 1px;
  border-style: solid;
  border-color: #EAF2FA;
  border-top-width: 0;
  border-radius: 2px;
  overflow: hidden;
}

.menu__item {
  display: flex;
  padding: 1rem 1rem;
  border-top: 1px solid #EAF2FA;
  border-left: 4px solid transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition: all 0.2s ease-in-out;
}

.menu__item:not(.menu__item--current) {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.menu__item:not(.menu__item--current):hover {
  color: #FEC50C;
}

.menu__item--current {
  color: #074181;
  border-left-color: #074181;
  cursor: default;
}

.subpage {
  display: flex;
  align-items: center;
  padding: 1.25rem 1.5rem 1.25rem 1rem;
  border-width: 1px;
  border-style: solid;
  border-color: #EAF2FA;
  font-weight: 500;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.subpage:hover {
  color: #FEC50C;
}

.subpage__icon {
  margin-right: 1rem;
}

.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 22.5rem;
  max-width: 100%;
  margin: 0 auto;
}

.empty__image {
  display: block;
  width: 15rem;
  height: 15rem;
  pointer-events: none;
}

.empty__image--data {
  display: flex;
  padding: 1rem;
  align-items: end;
  justify-content: center;
  height: 10rem;
  gap: 6%;
}

.empty__image--data div {
  width: 20%;
  height: 100%;
  max-height: 20%;
  animation: data 1s infinite alternate ease;
}

.empty__image--data div:nth-child(1) {
  animation-delay: 0;
  background: #F5F9FC;
}

.empty__image--data div:nth-child(2) {
  animation-delay: 0.5s;
  background: #DEE9F4;
}

.empty__image--data div:nth-child(3) {
  animation-delay: 1s;
  background: #E9F0F8;
}

@keyframes data {
  from {
    max-height: 20%;
  }

  to {
    max-height: 100%;
  }
}

.empty__text {
  color: #8495A8;
  text-align: center;
}

.property {
  display: flex;
  gap: 1rem;
}

.property--v {
  flex-direction: column;
  gap: 0.25rem;
}

.property__key,
.property__value {
  flex: 1 0 0;
  overflow: hidden;
}

.property--v .property__key,
.property--v .property__value {
  flex-basis: 100%;
}

.property__key {
  color: #8495A8;
}

.draft {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: #F5F8FC;
  border-radius: 2px;
}

.draft__main {
  flex-grow: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.draft__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.draft__title:hover {
  color: #FEC50C;
}

.draft__subtitle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #8495A8;
  margin-top: 0.25rem;
}

.draft__button {
  padding: 0.5rem;
  cursor: pointer;
}

.box {
  border-width: 1px;
  border-style: solid;
  border-color: #EAF2FA;
  border-radius: 2px;
  overflow: hidden;
}

.box__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #F5F8FC;
  position: relative;
}

.box__title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1 0 0;
}

.box__content {
  padding: 1rem 1.5rem;
}

.box__content + .box__content {
  border-top: 1px solid #EAF2FA;
}

.box--expandable .box__header {
  cursor: pointer;
}

.box--expandable .box__header::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBmaWxsPSIjOTFCNURCIiBkPSJtNSA1LjMtMSAxIDQgNCA0LTQtMS0xLTMgMy0zLTNaIi8+PC9zdmc+");
  display: inline-block;
  width: 1rem;
  height: 1rem;
  transition: all 0.2s ease-in-out;
}

.box--expandable.box--expanded .box__header::after {
  transform: rotate(180deg);
}

.box--expandable .box__content {
  transition: all 0.2s ease-in-out;
  max-height: 100vh;
}

.box--expandable:not(.box--expanded) .box__content {
  visibility: hidden;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
}

.qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  position: relative;
  background: #F5F8FC;
  border-radius: 2px;
}

.qr--placeholder {
  flex-direction: row;
  gap: 1rem;
  padding: 1rem;
}

.qr--placeholder .qr__text {
  text-align: left;
}

.qr__icon {
  width: 2.5rem;
  height: 2.5rem;
}

.qr__image {
  width: 10rem;
}

.qr__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #8495A8;
}

.qr__controls {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.entity--center {
  text-align: center;
}

.entity__image {
  margin-bottom: 1rem;
}

.entity__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.entity__params {
  margin-top: 0.25rem;
  color: #8495A8;
  font-size: 0;
}

.entity__params li {
  display: inline-block;
  font-size: 1rem;
}

.entity__params li + li {
  margin-left: 0.5rem;
}

.entity__params li + li:before {
  content: "•";
  margin-right: 0.5rem;
}

.feedback {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.feedback__icon {
  width: 2rem;
  height: 2rem;
  fill: #07810C;
}

.feedback__message {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.feedback__status {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #8495A8;
}

.placeholder {
  display: block;
  width: 100%;
  height: 1.5em;
  background: #F5F8FC;
  border-radius: 2px;
  animation: placeholder 1s ease-in-out infinite alternate;
}

@keyframes placeholder {
  0% {
    background: #F5F8FC;
  }

  100% {
    background: #EAF2FA;
  }
}

.card {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.5rem;
  gap: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: #EAF2FA;
  border-radius: 2px;
  box-shadow: 0px 2px 4px rgba(73, 97, 120, 0.05);
}

a.card:hover .card__title {
  color: #FEC50C;
}

.card__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.card__description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #8495A8;
}

.sticky-controls {
  position: sticky;
  top: 8.5rem;
  padding: 0.75rem 1.5rem;
  z-index: 1;
  border-radius: 2px;
  background: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #EAF2FA;
  box-shadow: 0px 16px 24px rgba(5, 38, 74, 0.03);
}

.toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.toolbar__item {
  flex-shrink: 0;
}

.toolbar__item--fillwidth {
  flex-grow: 1;
}

.toolbar__group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-evenly;
}

.daterangepicker {
  position: relative;
}

.daterangepicker__window {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 100%;
  background: #FFFFFF;
  box-shadow: 0px 16px 24px rgba(5, 38, 74, 0.03);
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #EAF2FA;
  transition: all 0.2s ease-in-out;
}

.daterangepicker:not(.shown) .daterangepicker__window {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9) translateY(-5%);
}

.daterangepicker__group {
  position: relative;
  display: flex;
  align-items: center;
}

.daterangepicker__group + .daterangepicker__group {
  border-top: 1px solid #EAF2FA;
}

.daterangepicker__label {
  width: 4rem;
  padding: 0 1rem;
  color: #8495A8;
}

.daterangepicker__input {
  width: 100%;
  border-width: 0;
  box-shadow: none;
}

.daterangepicker__value {
  cursor: pointer;
}

.widget {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 2px;
}

.widget__pictogram {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}

.landing-block + .landing-block {
  margin-top: 8rem;
}

.landing-block__title {
  font-size: 2.5rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  font-weight: 800;
}

.about {
  overflow-x: hidden;
}

.about > * + * {
  margin-top: 4rem;
}

.about__scheme svg {
  width: 100%;
  height: auto;
  min-width: 0;
}

.about__text {
  font-size: 1rem;
  line-height: 1.5rem;
}

.about__text * + * {
  margin-top: 1.5rem;
}

.about__period {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #8495A8;
  display: flex;
  align-items: center;
}

.about__period::before {
  content: "";
  display: inline-block;
  width: 3.5rem;
  height: 1px;
  background: #EAF2FA;
  margin-right: 1.5rem;
}

.services__inner {
  align-items: center;
}

.services__title {
  font-size: 2.5rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  font-weight: 800;
}

.services__description {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1rem;
}

.services__list {
  margin-top: 1rem;
}

.services__item {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.services__item + .services__item {
  margin-top: 0.5rem;
}

.services__icon {
  margin-right: 0.75rem;
}

.services__button {
  margin-top: 1.5rem;
}

.services__image img {
  border-radius: 2px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__title {
  font-size: 2.5rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 2rem;
}

.news__button {
  margin-top: 2rem;
}

.partners {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  padding: 1.5rem;
  background: #F5F8FC;
  overflow-x: auto;
}

.partners::-webkit-scrollbar-track {
  background: transparent;
}

.partners::-webkit-scrollbar-thumb {
  background: #B8C8D9;
  border-radius: 2px;
}

.partners::-webkit-scrollbar-thumb:hover {
  background: #B8C8D9;
}

.partners__item {
  margin: 0 auto;
}

.partners__item img {
  display: block;
  height: 6rem;
  width: auto;
  mix-blend-mode: multiply;
}

.tenders__list > * + * {
  margin-top: 1rem;
}

.contacts__section {
  background: #F5F8FC;
  border-radius: 2px;
  padding: 1rem 1.5rem;
}

.contacts__section + .contacts__section {
  margin-top: 1rem;
}

.contacts__subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.contacts__button {
  margin-top: 1rem;
}

.contacts__map {
  height: 100%;
  background: #F5F8FC;
  position: relative;
}

.contacts__map #map {
  border-radius: 2px;
  height: 100%;
}

.contacts__compass {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  background: url("../svg/compass.svg") no-repeat center/contain, linear-gradient(180deg, #F5F7FA 0%, #FFFFFF 50%);
  border-radius: 50%;
  box-shadow: 0px 16px 24px rgba(5, 38, 74, 0.03);
  position: absolute;
  top: -1rem;
  right: -1rem;
  z-index: 1;
}

.contacts__compass .icon {
  width: 2.5rem;
  height: 2.5rem;
  animation: compass 0.3s ease-in-out infinite;
}

@keyframes compass {
  0% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(-5deg);
  }
}

.p404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p404__image-wrap {
  width: 42rem;
  max-width: 100%;
}

.p404__image {
  position: relative;
  width: 100%;
  padding-bottom: 51%;
  background: url("../svg/base.svg") no-repeat center/contain;
}

.p404__arrow {
  display: block;
  width: 3%;
  position: absolute;
  left: 48.6%;
  top: 31.1%;
  animation: compass-broken 2s ease-in-out infinite;
  pointer-events: none;
}

.p404__content {
  text-align: center;
  width: 34.5rem;
  max-width: 100%;
  margin-top: 2.5rem;
}

.p404__title {
  font-size: 2.5rem;
  line-height: 3.5rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.p404__text {
  color: #8495A8;
}

.p404__text a {
  color: #074181;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 1px dotted currentColor;
}

.p404__text a:hover {
  color: #FEC50C;
}

@keyframes compass-broken {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(-90deg);
  }

  75% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.auth {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  position: relative;
  background: url("../webp/auth.webp") no-repeat center/cover;
}

.auth::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../svg/wave-pattern.svg) repeat, linear-gradient(72.85deg, rgba(7, 65, 129, 0.5) 0%, rgba(0, 183, 203, 0.5) 100%), linear-gradient(180deg, rgba(0, 16, 34, 0) 0%, rgba(7, 65, 129, 0.5) 100%);
}

.auth__wrap {
  width: 34.5rem;
  max-width: 100%;
  border-radius: 2px;
  box-shadow: 0px 16px 24px rgba(5, 38, 74, 0.03);
  background: #FFFFFF;
  position: relative;
}

.auth__section {
  display: block;
  padding: 1.5rem 2rem;
}

.auth__section + .auth__section {
  border-top: 1px solid #EAF2FA;
}

.auth__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auth__lang {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 0.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.auth__lang:hover {
  color: #FEC50C;
}

.auth__lang .icon:first-child {
  margin-right: 0.5rem;
}

.auth__title {
  font-size: 2rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1rem;
}

.auth__alt {
  text-align: center;
  color: #074181;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.auth__alt:hover {
  color: #FEC50C;
}

.port-about__text h1 {
  font-size: 3.5rem;
  line-height: 4.5rem;
  text-transform: uppercase;
  font-weight: 900;
}

.port-about__text p {
  margin-top: 1rem;
}

.port-about__image {
  width: 100%;
  height: auto;
}

.port-terminals {
  overflow: hidden;
}

.port-terminals__header,
.port-history__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.port-terminals__title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.port-terminals__controls {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.port-terminals__slider {
  user-select: none;
  cursor: grab;
  white-space: nowrap;
  font-size: 0;
}

.port-terminals__slider:not(.tns-slider) {
  overflow-x: auto;
}

.port-terminals__slider:not(.tns-slider)::-webkit-scrollbar-track {
  background: transparent;
}

.port-terminals__slider:not(.tns-slider)::-webkit-scrollbar-thumb {
  background: #B8C8D9;
  border-radius: 2px;
}

.port-terminals__slider:not(.tns-slider)::-webkit-scrollbar-thumb:hover {
  background: #B8C8D9;
}

.port-terminals .tns-inner {
  font-size: 0;
}

.port-terminals .tns-ovh {
  overflow: visible;
}

.port-terminal {
  width: 28.5rem;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1rem;
}

.port-terminal + .port-terminal {
  width: 30rem;
  padding-left: 1.5rem;
}

.port-terminal__cover {
  overflow: hidden;
  position: relative;
  padding-bottom: 50%;
  pointer-events: none;
}

.port-terminal__cover img,
.port-terminal__cover video,
.port-terminal__cover iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.port-terminal__title {
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.port-terminal__text {
  margin-top: 0.5rem;
  height: 7.75rem;
  overflow: hidden;
  position: relative;
}

.port-terminal__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.port-terminal__button {
  margin-top: 0.75rem;
}

.port-indexes__title {
  margin-bottom: 2rem;
}

.port-indexes__charts {
  display: grid;
  grid-template-columns: repeat(2, 16.5rem);
  grid-gap: 1.5rem;
}

.port-indexes__chart-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.port-indexes__index {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.port-indexes__index-value {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  color: #074181;
  white-space: nowrap;
}

.port-indexes__index-key {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #8495A8;
  width: 11rem;
}

.port-history__title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.port-history__controls {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.port-history__timeline {
  display: flex;
  gap: 0.5rem;
}

.port-history__year {
  color: #8495A8;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  flex-shrink: 0;
  width: 3.5rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.port-history__year::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../svg/wave-substrate.svg") repeat-x 0 0/100%;
  background-position-x: 0;
  animation: wave 2s infinite linear;
  transition: all 0.7s ease-in-out;
}

@keyframes wave {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: 3.5rem;
  }
}

.port-history__year span {
  position: relative;
}

.port-history__year:not(.port-history__year.tns-nav-active) {
  box-sizing: border-box;
}

.port-history__year:not(.port-history__year.tns-nav-active):hover {
  cursor: pointer;
  color: #074181;
  background: #F5F8FC;
}

.port-history__year:not(.port-history__year.tns-nav-active)::before {
  top: 100%;
}

.port-history__year.tns-nav-active {
  color: #FFFFFF;
}

.port-history__images img {
  width: 100%;
  transition: all 0.7s ease-in-out;
}

.port-history__images-item {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
}

.port-history__images-item:not(.tns-slide-active) {
  filter: blur(4px) grayscale(100%);
  opacity: 0;
  visibility: hidden;
}

.port-history__images-item:not(.tns-slide-active) img {
  transform: scale(0.8);
}

.port-history__text {
  display: flex;
  background: #F5F8FC;
  border-radius: 2px;
  transition: all 0.7s ease-in-out;
}

.port-history__text:not(.tns-slide-active) .port-history__text-inner {
  opacity: 0;
  transform: scale(0.9);
}

.port-history__text-inner {
  transition: all 0.7s ease-in-out;
  margin: auto;
}

.port-equipment {
  overflow-x: hidden;
}

.port-equipment__divider {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.port-equipment__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.port-equipment__subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #8495A8;
}

.port-equipment__slider {
  overflow: hidden;
  user-select: none;
  cursor: grab;
  white-space: nowrap;
  font-size: 0;
}

.port-equipment__slider:not(.tns-slider) {
  overflow-x: auto;
}

.port-equipment__slider:not(.tns-slider)::-webkit-scrollbar-track {
  background: transparent;
}

.port-equipment__slider:not(.tns-slider)::-webkit-scrollbar-thumb {
  background: #B8C8D9;
  border-radius: 2px;
}

.port-equipment__slider:not(.tns-slider)::-webkit-scrollbar-thumb:hover {
  background: #B8C8D9;
}

.port-equipment__slide {
  width: 22.5rem;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1rem;
}

.port-equipment__slide + .port-equipment__slide {
  width: 24rem;
  padding-left: 1.5rem;
}

.port-equipment .tns-inner {
  font-size: 0;
}

.port-equipment .tns-ovh {
  overflow: visible;
}

.calc__result {
  height: 100%;
  justify-content: center;
}

.calc__value {
  background: #074181;
  color: #FFFFFF;
  padding: 1rem;
  border-radius: 2px;
  text-align: center;
}

.calc__controls {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
}

.calc__controls > * {
  flex-shrink: 0;
}

@media (min-width: 0) {
  .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: -1rem;
  }

  .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-top: 1rem;
    max-width: 100%;
  }

  .col-m-1 {
    width: 25%;
  }

  .col-m-2 {
    width: 50%;
  }

  .col-m-3 {
    width: 75%;
  }

  .col-m-4 {
    width: 100%;
  }
}

@media (min-width: 1128px) {
  .row--space-between-d {
    justify-content: space-between;
  }

  .row--center-d {
    justify-content: center;
  }

  .row--align-center-d {
    align-items: center;
  }

  .row--reverse-d {
    flex-direction: row-reverse;
  }

  .row--vertical-d {
    flex-direction: column;
  }

  .row--vertical-reverse-d {
    flex-direction: column-reverse;
  }

  .col--fill-d {
    flex-grow: 1;
  }

  .text--nowrap-d {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .text--small-d {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .text--hidden-d {
    font-size: 0;
  }

  .text--center-d {
    text-align: center;
  }

  .text--right-d {
    text-align: right;
  }

  .table__wrap::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
  }

  .cell--limited-3 {
    width: 3rem;
  }

  .cell--limited-5 {
    width: 5rem;
  }

  .cell--limited-10 {
    width: 10rem;
  }

  .cell--limited-20 {
    width: 20rem;
  }

  .cell--limited-30 {
    width: 30rem;
  }

  .cell--main {
    width: 50%;
  }

  .form__footer > *:last-child {
    margin-left: auto;
  }

  .stack--h-d {
    flex-direction: row;
  }

  .stack--xs-d {
    gap: 0.25rem;
  }

  .stack--s-d {
    gap: 0.5rem;
  }

  .stack--m-d {
    gap: 1.5rem;
  }

  .stack--filled-d > * {
    flex: 1 0 auto;
  }

  .stack--distributed-d {
    justify-content: space-between;
  }

  .stack--start-d {
    align-items: start;
  }

  .stack--middle-d {
    align-items: center;
  }

  .stack--scrollable::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
  }

  .stack--scrollable-d {
    overflow-x: auto;
  }

  .stack--scrollable-d::-webkit-scrollbar-track {
    background: transparent;
  }

  .stack--scrollable-d::-webkit-scrollbar-thumb {
    background: #B8C8D9;
    border-radius: 2px;
  }

  .stack--scrollable-d::-webkit-scrollbar-thumb:hover {
    background: #B8C8D9;
  }

  .hide-d {
    display: none;
  }

  .button--block-d {
    display: block;
    width: 100%;
  }

  .choice__item + .choice__item .choice__button {
    border-left-width: 0;
  }

  .select-search__options::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
  }

  .multiselect__options::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
  }

  .header__main {
    justify-content: space-between;
  }

  .mainmenu {
    display: flex;
    height: 100%;
  }

  .mainmenu__item {
    position: relative;
  }

  .mainmenu__item .icon--expand {
    margin-left: 0;
  }

  .mainmenu__link {
    display: flex;
    gap: 0.25rem;
    align-items: center;
    height: 100%;
    padding: 0 0.75rem;
    border-bottom: 4px solid transparent;
    padding-top: 4px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
  }

  .mainmenu__link--current {
    color: #074181;
    border-color: #074181;
  }

  .mainmenu__link:not(.mainmenu__link--current) {
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }

  .mainmenu__link:not(.mainmenu__link--current):hover {
    color: #FEC50C;
  }

  .mainmenu__toggle,
  .mainmenu__overlay {
    display: none;
  }

  .footer__inner {
    display: flex;
    align-items: center;
  }

  .footer__link {
    margin-left: 1rem;
  }

  .modal__content::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
  }

  .page-header {
    align-items: center;
    margin-bottom: 1.5rem;
  }

  .page-header + .tabs {
    margin-top: -1rem;
  }

  .userbar {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    box-shadow: 0px 2px 4px rgba(73, 97, 120, 0.05);
    background: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: #EAF2FA;
    border-radius: 2px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }

  .userbar:hover {
    color: #FEC50C;
  }

  .userbar__icon {
    margin-right: 0.5rem;
  }

  .partners::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
  }

  .auth {
    padding: 5vh 0;
  }

  .port-terminals__slider:not(.tns-slider)::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
  }

  .port-history__timeline {
    height: 23.5rem;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
  }

  .port-history__images {
    height: 23.5rem;
  }

  .port-history__text {
    height: 23.5rem;
    padding: 2.5rem 4.5rem 2.5rem 6rem;
    overflow-y: auto;
  }

  .port-history__text::-webkit-scrollbar-track {
    background: transparent;
  }

  .port-history__text::-webkit-scrollbar-thumb {
    background: #B8C8D9;
    border-radius: 2px;
  }

  .port-history__text::-webkit-scrollbar-thumb:hover {
    background: #B8C8D9;
  }

  .port-equipment__slider:not(.tns-slider)::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
  }

  .calc__controls {
    justify-content: center;
  }
}

@media (min-width: 1128px) and (min-width: 1128px) {
  .stack--scrollable-d::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
  }

  .port-history__text::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
  }
}

@media (min-width: 1129px) {
  .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -2rem;
  }

  .col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-top: 2rem;
    max-width: 100%;
  }

  .col-d-1 {
    width: 8.3333333333%;
  }

  .col-d-2 {
    width: 16.6666666667%;
  }

  .col-d-3 {
    width: 25%;
  }

  .col-d-4 {
    width: 33.3333333333%;
  }

  .col-d-5 {
    width: 41.6666666667%;
  }

  .col-d-6 {
    width: 50%;
  }

  .col-d-7 {
    width: 58.3333333333%;
  }

  .col-d-8 {
    width: 66.6666666667%;
  }

  .col-d-9 {
    width: 75%;
  }

  .col-d-10 {
    width: 83.3333333333%;
  }

  .col-d-11 {
    width: 91.6666666667%;
  }

  .col-d-12 {
    width: 100%;
  }
}

@media (min-width: 1921px) {
  .container {
    max-width: calc(1600px + 2rem);
  }

  html,
  body {
    font-size: 20px;
  }
}

@media (max-width: 1128px) {
  .row--space-between-m {
    justify-content: space-between;
  }

  .row--center-m {
    justify-content: center;
  }

  .row--align-center-m {
    align-items: center;
  }

  .row--reverse-m {
    flex-direction: row-reverse;
  }

  .row--vertical-m {
    flex-direction: column;
  }

  .row--vertical-reverse-m {
    flex-direction: column-reverse;
  }

  .col--fill-m {
    flex-grow: 1;
  }

  .typeset__heading {
    margin-bottom: 1em;
  }

  .typeset > * + * {
    margin-top: 0.75em;
  }

  .h1,
  .print__title,
  .typeset h1 {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  .h2,
  .calc__sum,
  .typeset h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .h3,
  .typeset h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .text--nowrap-m {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .text--small-m {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .text--hidden-m {
    font-size: 0;
  }

  .text--center-m {
    text-align: center;
  }

  .text--right-m {
    text-align: right;
  }

  .table__wrap::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
  }

  .table:not(.table--maladaptive),
  .typeset table:not(.table--maladaptive) {
    display: block;
    border: none;
  }

  .table:not(.table--maladaptive) tbody,
  .typeset table:not(.table--maladaptive) tbody,
  .table:not(.table--maladaptive) tr,
  .typeset table:not(.table--maladaptive) tr,
  .table:not(.table--maladaptive) td,
  .typeset table:not(.table--maladaptive) td {
    display: block;
  }

  .table:not(.table--maladaptive) tr,
  .typeset table:not(.table--maladaptive) tr {
    border-width: 1px;
    border-style: solid;
    border-color: #EAF2FA;
    border-radius: 2px;
    box-shadow: 0px 2px 4px rgba(73, 97, 120, 0.05);
  }

  .table:not(.table--maladaptive) tr + tr,
  .typeset table:not(.table--maladaptive) tr + tr {
    margin-top: 0.75rem;
  }

  .table:not(.table--maladaptive) td,
  .typeset table:not(.table--maladaptive) td {
    padding: 0.5rem 1rem;
  }

  .table:not(.table--maladaptive) td:not(:first-child),
  .typeset table:not(.table--maladaptive) td:not(:first-child) {
    border-top: 1px solid #EAF2FA;
  }

  .table:not(.table--maladaptive) td::before,
  .typeset table:not(.table--maladaptive) td::before {
    content: attr(data-title);
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #8495A8;
  }

  .table:not(.table--maladaptive) thead,
  .typeset table:not(.table--maladaptive) thead {
    display: none;
  }

  .form {
    gap: 1rem;
  }

  .form__row {
    flex-direction: column;
  }

  .form__footer {
    flex-direction: column-reverse;
  }

  .form__navlinks + .form__footer {
    margin-top: -1rem;
  }

  html {
    scroll-padding: 8rem auto auto;
  }

  .page {
    min-height: calc(100vh - 10.5rem);
    padding-top: 6.5rem;
  }

  .page__title {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  .page__title {
    margin-bottom: 1.5rem;
  }

  .page__navlinks {
    margin-top: -0.5rem;
    margin-bottom: 1rem;
  }

  .content--inner .page__navlinks {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
  }

  .page__subpages {
    margin-top: 1.5rem;
  }

  .content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .content--inner {
    padding-top: 1rem;
  }

  .sticky,
  [data-sticky] {
    top: 7.5rem;
  }

  .stack--h-m {
    flex-direction: row;
  }

  .stack--xs-m {
    gap: 0.25rem;
  }

  .stack--s-m {
    gap: 0.5rem;
  }

  .stack--m-m {
    gap: 1.5rem;
  }

  .stack--filled-m > * {
    flex: 1 0 auto;
  }

  .stack--distributed-m {
    justify-content: space-between;
  }

  .stack--start-m {
    align-items: start;
  }

  .stack--middle-m {
    align-items: center;
  }

  .stack--scrollable::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
  }

  .stack--scrollable-m {
    overflow-x: auto;
  }

  .stack--scrollable-m::-webkit-scrollbar-track {
    background: transparent;
  }

  .stack--scrollable-m::-webkit-scrollbar-thumb {
    background: #B8C8D9;
    border-radius: 2px;
  }

  .stack--scrollable-m::-webkit-scrollbar-thumb:hover {
    background: #B8C8D9;
  }

  .hide-m {
    display: none;
  }

  .button--block-m {
    display: block;
    width: 100%;
  }

  .index__value {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .newscard__image {
    margin-bottom: 0.75rem;
  }

  .newscard:not(.newscard--tiny) .newscard__date {
    margin-bottom: 0.25rem;
  }

  .newscard:not(.newscard--tiny) .newscard__text {
    margin-top: 0.5rem;
  }

  .tender {
    padding: 1rem;
  }

  .tender__details {
    margin-top: 0.75rem;
  }

  .choice {
    flex-direction: column;
  }

  .choice__item {
    flex-basis: auto;
  }

  .choice__item + .choice__item .choice__button {
    border-top-width: 0;
  }

  .alert {
    padding: 0.75rem 1rem;
  }

  .select-search__options::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
  }

  .multiselect__options::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
  }

  .header__main {
    height: 4rem;
  }

  .header__logo {
    margin-right: auto;
  }

  .logo__mark {
    width: 1.875rem;
    height: 2.5rem;
  }

  .logo__title {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .mainmenu {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 80vw;
    max-width: 360px;
    height: 100%;
    overflow-y: scroll;
    background: #FFFFFF;
    transition: all 0.2s ease-in-out;
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
  }

  .mainmenu__link {
    display: flex;
    padding: 1rem 1rem;
    border-top: 1px solid #EAF2FA;
    border-left: 4px solid transparent;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition: all 0.2s ease-in-out;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mainmenu__link:not(.mainmenu__link--current) {
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }

  .mainmenu__link:not(.mainmenu__link--current):hover {
    color: #FEC50C;
  }

  .mainmenu__link--current {
    color: #074181;
    border-left-color: #074181;
    cursor: default;
  }

  .mainmenu__expand {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 1rem;
    margin-left: auto;
    border-left: 1px solid #EAF2FA;
  }

  .mainmenu__expand .icon {
    transition: all 0.2s ease-in-out;
  }

  .mainmenu__expand--turned .icon {
    transform: rotate(180deg);
  }

  .mainmenu__submenu {
    transition: all 0.5s ease-in-out;
    position: static;
    transform: none;
    max-height: 50vh;
    box-shadow: none;
  }

  .mainmenu__submenu:not(.context-menu--shown) {
    max-height: 0;
  }

  .mainmenu__toggle {
    display: block;
    padding: 0.5rem;
  }

  .mainmenu__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
  }

  .mainmenu--visible {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }

  .mainmenu--visible + .mainmenu__overlay {
    visibility: visible;
    opacity: 1;
  }

  .footer__menu {
    margin-top: 0.5rem;
  }

  .footer__socials {
    margin-left: auto;
    display: block;
    margin-top: 16px;
  }

  .footer__link {
    margin-top: 0.5rem;
    width: 50%;
  }

  .hero:not(.hero--small) {
    height: calc(100vh - 6.5rem);
  }

  .hero__title {
    font-size: 3rem;
    line-height: 4rem;
  }

  .modal__header {
    padding: 0.75rem 1rem;
  }

  .modal__content::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
  }

  .modal__section {
    padding: 0.75rem 1rem;
  }

  .modal__column {
    flex: 1 0 100%;
  }

  .scheme {
    gap: 0.75rem;
  }

  .scheme__controls {
    gap: 0.75rem;
  }

  .scheme__details {
    gap: 0.75rem;
  }

  .scheme__pan {
    margin: 0 -1rem;
  }

  .page-header {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .page-header__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .page-header__controls {
    flex-wrap: wrap;
  }

  .page-header__controls > * {
    flex: 1 0 auto;
  }

  .page-header + .tabs {
    margin-top: -0.5rem;
  }

  .sidebar__wrap {
    top: 7.5rem;
  }

  .sidebar__section:not(:last-child) {
    margin-bottom: 1rem;
  }

  .sidebar__section > * + * {
    margin-top: 0.5rem;
  }

  .userbar {
    font-size: 0;
    padding: 0.5rem;
  }

  .userbar .icon--expand {
    display: none;
  }

  .draft {
    padding: 0.75rem 1rem;
  }

  .box__header {
    padding: 0.75rem 1rem;
  }

  .box__content {
    padding: 0.75rem 1rem;
  }

  .qr {
    padding: 1rem;
    gap: 1rem;
  }

  .qr__image {
    width: 7.5rem;
  }

  .qr__controls {
    right: 0.5rem;
    top: 0.5rem;
  }

  .card {
    padding: 0.75rem 1rem;
  }

  .sticky-controls {
    top: 7.5rem;
  }

  .toolbar {
    flex-direction: column;
  }

  .toolbar__item {
    flex-grow: 1;
  }

  .toolbar__group > * {
    flex-grow: 1;
  }

  .landing-block + .landing-block {
    margin-top: 3.5rem;
  }

  .landing-block__title {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  .about__indexes {
    margin-top: 2.5rem;
  }

  .services__title {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  .services__image {
    margin-bottom: 0.5rem;
  }

  .news__title {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  .news__title {
    margin-bottom: 1.5rem;
  }

  .news__button {
    margin-top: 1.5rem;
  }

  .partners::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
  }

  .contacts__map {
    height: 20.5rem;
  }

  .p404__title {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  .auth {
    align-items: flex-end;
  }

  .auth__section {
    padding: 1rem;
  }

  .auth__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .port-about__text h1 {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  .port-terminals__header,
  .port-history__header {
    margin-bottom: 1rem;
  }

  .port-terminals__slider:not(.tns-slider)::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
  }

  .port-terminal {
    width: 19rem;
  }

  .port-terminal + .port-terminal {
    width: 20rem;
    padding-left: 1rem;
  }

  .port-indexes__title {
    margin-bottom: 1rem;
  }

  .port-indexes__charts {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }

  .port-history__timeline {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .port-history__images {
    display: flex !important;
    align-items: center;
  }

  .port-history__text {
    padding: 1rem 1.5rem;
  }

  .port-history__text-slider {
    display: flex;
  }

  .port-equipment__divider {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .port-equipment__slider:not(.tns-slider)::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
  }

  .port-equipment__slide {
    width: 19rem;
  }

  .port-equipment__slide + .port-equipment__slide {
    width: 20rem;
    padding-left: 1rem;
  }
}

@media (max-width: 1128px) and (max-width: 1128px) {
  .stack--scrollable-m::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
  }
}

@media (min-width: 1128px) and (max-width: 1128px) {
  .stack--scrollable-d::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
  }

  .port-history__text::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
  }
}

@media (max-width: 1128px) and (min-width: 1128px) {
  .stack--scrollable-m::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
  }
}

@media print {
@page {
    size: A4 portrait;
}
.fixedbut {
  display: none !important;
}
}

@media screen {
  .print body {
    margin: 2rem auto;
    padding: 2rem;
    border-radius: 2px;
    box-shadow: 0px 16px 24px rgba(5, 38, 74, 0.03);
  }
}
/*# sourceMappingURL=maps/main.css.map */
