

/* Start:/local/templates/spimex21_cn/css/main.css?1659797909196939*/
@-ms-viewport {
  width: device-width
}

@-o-viewport {
  width: device-width
}

@viewport {
  width: device-width
}

[hidden] {
  display: none
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

img {
  -ms-interpolation-mode: bicubic
}

input {
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  text-align: start;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb
}

textarea {
  resize: none;
  overflow: auto;
  vertical-align: top;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2
}

.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
  -webkit-box-sizing: initial;
  box-sizing: initial
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0
}

.date-picker-wrapper.inline-wrapper {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block
}

.date-picker-wrapper.single-date {
  width: auto
}

.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px
}

.date-picker-wrapper.no-topbar {
  padding-top: 12px
}

.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px
}

.date-picker-wrapper b {
  color: #666;
  font-weight: 700
}

.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline
}

.date-picker-wrapper .month-name {
  text-transform: uppercase
}

.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle
}

.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline
}

.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle
}

.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: .01
}

.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden
}

.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left
}

.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left
}

.date-picker-wrapper .month-wrapper table td,
.date-picker-wrapper .month-wrapper table th {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0;
  padding: 0
}

.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default
}

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7
}

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap
}

.date-picker-wrapper .time label {
  white-space: nowrap
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa
}

.date-picker-wrapper .month-wrapper table .day.lastMonth,
.date-picker-wrapper .month-wrapper table .day.nextMonth {
  display: none
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5
}

.date-picker-wrapper table .caption {
  height: 40px
}

.date-picker-wrapper table .caption > th:first-of-type,
.date-picker-wrapper table .caption > th:last-of-type {
  width: 27px
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: #fff
}

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0
}

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden
}

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative
}

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee
}

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff
}

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff
}

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3
}

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3
}

.date-picker-wrapper .selected-days {
  display: none
}

.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0
}

.date-picker-wrapper .drp_top-bar .error-top,
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none
}

.date-picker-wrapper .drp_top-bar .default-top {
  display: block
}

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none
}

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block
}

.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333
}

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: #fff;
  line-height: initial
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed')
}

.date-picker-wrapper .time {
  position: relative
}

.date-picker-wrapper.single-month .time {
  display: block
}

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px
}

.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center
}

.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center
}

.date-picker-wrapper .time1 {
  float: left
}

.date-picker-wrapper .time2 {
  float: right
}

.date-picker-wrapper .hour {
  text-align: right
}

.minute {
  text-align: right
}

.date-picker-wrapper .hide {
  display: none
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: #fff !important
}

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  display: none;
  background-color: #ff0;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3))
}

.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ff0;
  left: 50%;
  margin-left: -4px;
  bottom: -4px
}

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none
}

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer
}

.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: 700
}

/*Plugin CSS*/

.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  background: none;
  white-space: nowrap;
}

.str_wrap.str_active {
  background: none;
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.str_wrap img {
  max-width: none !important;
}

.slinky-menu {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slinky-menu > ul {
  left: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slinky-menu ul,
.slinky-menu li {
  list-style: none;
  margin: 0;
}

.slinky-menu ul {
  width: 100%;
}

.slinky-menu a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slinky-menu a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.4;
}

.slinky-menu li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}

.slinky-menu .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slinky-menu .header .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.4;
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.slinky-theme-default {
  background: #f6f7f8;
}

.slinky-theme-default .title {
  color: #333;
  padding: 1em;
}

.slinky-theme-default li {
  line-height: 1;
}

.slinky-theme-default a:not(.back) {
  color: #333;
  padding: 1em;
}

.slinky-theme-default a:not(.back):hover {
  background: rgba(90, 200, 250, 0.25);
}

.slinky-theme-default a:not(.back):active {
  background: rgba(90, 200, 250, 0.5);
}

.slinky-theme-default .next::after,
.slinky-theme-default .back::before {
  background: url(data:image/svg+xml;
  base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik0xMi4yMTkgMi4yODFMMTAuNzggMy43MiAxOC4wNjIgMTFIMnYyaDE2LjA2M2wtNy4yODIgNy4yODEgMS40MzggMS40MzggOS05IC42ODctLjcxOS0uNjg3LS43MTl6IiAvPjwvc3ZnPg==) center no-repeat;
  background-size: 1em;
  content: '';
  height: 1em;
  opacity: 0.25;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 1em;
}

.slinky-theme-default .next::after {
  margin-left: 1em;
}

.slinky-theme-default .back::before {
  padding: 1em;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.slinky-theme-default .next:hover::after,
.slinky-theme-default .back:hover::before {
  opacity: 0.75;
}

.slinky-theme-default .next:active::after,
.slinky-theme-default .back:active::before {
  opacity: 1;
}

body.fancybox-active {
  overflow: hidden
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0
}

.fancybox-stage {
  overflow: visible;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0)
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block
}

.fancybox-slide--image {
  overflow: visible
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
  padding: 0
}

.fancybox-slide video {
  vertical-align: top
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df
}

.fancybox-slide--next {
  z-index: 99995
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box
}

.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
  display: none
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  background: #fff
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--video .fancybox-content {
  overflow: visible
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px
}

.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, .6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: .6
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3
}

.fancybox-button--share svg path {
  stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none
}

.fancybox-button--zoom svg path {
  fill: transparent
}

.fancybox-navigation {
  display: none
}

.fancybox-show-nav .fancybox-navigation {
  display: block
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
  color: #777
}

.fancybox-close-small svg {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2;
  border-radius: 50%
}

.fancybox-close-small:focus {
  outline: none
}

.fancybox-close-small:focus svg {
  outline: 1px dotted #888
}

.fancybox-close-small:hover svg {
  color: #333;
  background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  top: 0;
  right: -40px;
  color: #ccc;
  padding: 0
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  color: #fff;
  background: transparent
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
  pointer-events: none
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0, 0%, 100%, .4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline
}

.fancybox-slide > .fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, .4);
  border-top: 6px solid hsla(0, 0%, 100%, .6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
  opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1)
}

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

p.fancybox-share__links {
  margin-right: -10px
}

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #d7d7d7
}

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap
}

.fancybox-thumbs-x > ul {
  overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1
}

@media (max-width:800px) {
  .fancybox-thumbs {
    width: 110px
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px)
  }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";@font-face{font-family:Bold;src:local("Fira Sans Bold"),local("FiraSans-Bold"),url(/local/templates/spimex21_cn/css/../fonts/Firasansbold.woff2) format("woff2"),url(/local/templates/spimex21_cn/css/../fonts/Firasansbold.woff) format("woff"),url(/local/templates/spimex21_cn/css/../fonts/Firasansbold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Medium;src:local("Fira Sans Medium"),local("FiraSans-Medium"),url(/local/templates/spimex21_cn/css/../fonts/Firasansmedium.woff2) format("woff2"),url(/local/templates/spimex21_cn/css/../fonts/Firasansmedium.woff) format("woff"),url(/local/templates/spimex21_cn/css/../fonts/Firasansmedium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Regular;src:local("Fira Sans Regular"),local("FiraSans-Regular"),url(/local/templates/spimex21_cn/css/../fonts/Firasansregular.woff2) format("woff2"),url(/local/templates/spimex21_cn/css/../fonts/Firasansregular.woff) format("woff"),url(/local/templates/spimex21_cn/css/../fonts/Firasansregular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Light;src:local("Fira Sans Light"),local("FiraSans-Light"),url(/local/templates/spimex21_cn/css/../fonts/Firasanslight.woff2) format("woff2"),url(/local/templates/spimex21_cn/css/../fonts/Firasanslight.woff) format("woff"),url(/local/templates/spimex21_cn/css/../fonts/Firasanslight.ttf) format("truetype");font-weight:200;font-style:normal}body.active,html.active{overflow:hidden!important}html{position:relative}html.open:before{display:block}html:before{display:none;position:absolute;content:"";width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.5);z-index:7}body{margin:0;padding:0;font-size:16px;color:#000;font-family:Reg,Arial,Helvetica,sans-sefir;font-weight:400;background:#fff;overflow-x:hidden}.wrap{position:relative;max-width:1280px;height:100%;padding:0 20px;box-sizing:border-box;margin:0 auto}@media only screen and (max-width:1279px){.wrap{width:1024px}}@media only screen and (max-width:1023px){.wrap{width:768px}}@media only screen and (max-width:767px){.wrap{width:100%;padding:0 15px}}@media only screen and (max-width:767px){.wrap--fw{padding:0}}main{position:relative}@media only screen and (max-width:1023px){main{margin-top:48px}}button,input,select,textarea{font-family:Reg,Arial,Helvetica,sans-sefir;font-weight:400;outline:none}.grid{font-size:0;margin:0 -14px}.col{display:inline-block;vertical-align:top;margin:0 14px;font-size:14px}.col-2{width:calc(50% - 28px)}@media only screen and (max-width:767px){.col-2{width:calc(100% - 28px)}}.col-3{width:calc(33.33333% - 28px)}@media only screen and (max-width:767px){.col-3{width:calc(100% - 28px)}}.col-4{width:calc(25% - 28px)}@media only screen and (max-width:767px){.col-4{width:calc(100% - 28px)}}.col-5{width:calc(20% - 28px)}@media only screen and (max-width:767px){.col-5{width:calc(100% - 28px)}}.col-6{width:calc(16.66667% - 28px)}@media only screen and (max-width:1023px){.col-6{width:calc(33.33333% - 28px)}}@media only screen and (max-width:767px){.col-6{width:calc(100% - 28px)}}a{text-decoration:none}.social .fb{color:#fff;background:#0077ae}.social .vk{background:#0077ae url(/local/templates/spimex21_cn/css/../images/ico/social/vk.svg) no-repeat 50%/18px}.social .tw{background:#0077ae url(/local/templates/spimex21_cn/css/../images/ico/social/twitter.svg) no-repeat 50%/15px}.social-links{display:inline-block;vertical-align:top;width:30px;height:30px;line-height:30px;text-align:center;font-weight:700;font-size:20px;margin-right:12px;overflow:hidden;text-decoration:none}.social-links:last-child{margin-right:0}h4{font-size:18px;line-height:1;color:#000;margin:0;padding:0}[data-tabLinks]{cursor:pointer;user-select:none}.title-link{margin-bottom:30px}@media only screen and (max-width:1023px){.title-link{margin-bottom:20px}}.title-link a{position:relative;font-size:22px;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;padding-right:22px;color:#000;text-decoration:none}@media only screen and (max-width:1023px){.title-link a{font-size:18px}}.bread-crunbs{display:flex;flex-wrap:wrap;padding:0;list-style:none;font-size:14px;margin:5px 0 35px}@media only screen and (max-width:1023px){.bread-crunbs{margin-top:30px;margin-bottom:20px}}.bread-crunbs__item{margin-bottom:5px;margin-right:10px}@media only screen and (max-width:767px){.bread-crunbs__item{margin:0 20px 10px 0;padding:0;line-height:1}}.bread-crunbs__item:first-child .bread-crunbs__link{width:2px;font-size:0;color:#0077ae;background:#0077ae url(/local/templates/spimex21_cn/css/../images/ico/home.svg) no-repeat 50%/15px}@media only screen and (max-width:767px){.bread-crunbs__item:first-child .bread-crunbs__link{width:auto;font-size:14px;background:none}}.bread-crunbs__item:first-child .bread-crunbs__link:hover{background:#00acee url(/local/templates/spimex21_cn/css/../images/ico/home.svg) no-repeat 50%/15px}@media only screen and (max-width:767px){.bread-crunbs__item:first-child .bread-crunbs__link:hover{background:none}}.bread-crunbs__item:last-child{margin-right:0}.bread-crunbs__destination,.bread-crunbs__link{position:relative;display:inline-block;vertical-align:top;height:22px;line-height:22px;text-decoration:none;padding:0 15px;background:#0077ae;user-select:none}@media only screen and (max-width:767px){.bread-crunbs__destination,.bread-crunbs__link{height:auto;line-height:1;color:#0077ae;font-size:14px;padding:0;background:none}}.bread-crunbs__destination:hover,.bread-crunbs__link:hover{background:#00acee}@media only screen and (max-width:767px){.bread-crunbs__destination:hover,.bread-crunbs__link:hover{background:none}}.bread-crunbs__destination:hover:before,.bread-crunbs__link:hover:before{border-left:6px solid #00acee}@media only screen and (max-width:767px){.bread-crunbs__destination:hover:before,.bread-crunbs__link:hover:before{border:none}}.bread-crunbs__destination:before,.bread-crunbs__link:before{display:block;position:absolute;content:"";top:0;right:-17px;border:11px solid rgba(255,0,0,0);border-left:6px solid #0077ae}@media only screen and (max-width:767px){.bread-crunbs__destination:before,.bread-crunbs__link:before{border:none;content:"/";right:-12px;color:#afafaf}}.bread-crunbs__destination{background:#d4d4d4}@media only screen and (max-width:767px){.bread-crunbs__destination{background:none;color:#afafaf}}.bread-crunbs__destination:hover{background:#d4d4d4}@media only screen and (max-width:767px){.bread-crunbs__destination:hover{background:none}}.bread-crunbs__destination:hover:before{border-left:6px solid #d4d4d4}@media only screen and (max-width:767px){.bread-crunbs__destination:hover:before{display:none}}.bread-crunbs__destination:before{border-left:6px solid #d4d4d4}@media only screen and (max-width:767px){.bread-crunbs__destination:before{display:none}}h1{font-size:36px;line-height:1.2;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;margin-bottom:40px}@media only screen and (max-width:1023px){h1{font-size:26px;margin-bottom:30px}}h2{font-size:28px;line-height:1.2;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;margin-bottom:30px}@media only screen and (max-width:767px){h2{font-size:22px}}h3{font-size:22px;line-height:1.2;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;margin-bottom:22px}@media only screen and (max-width:767px){h3{font-size:20px}}h4{font-size:16px;line-height:1.2;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;margin-bottom:20px}p{font-size:17px;line-height:27px;margin-top:0;margin-bottom:35px}p:last-child{margin-bottom:0}ul{font-size:16px;line-height:24px;padding-left:30px;margin-bottom:40px}ul li{margin-bottom:15px}ul li:last-child,ul li ul{margin-bottom:0}ul li ul{padding-left:42px;margin-top:8px}ul li ul li{list-style:disc;margin-bottom:8px}ol{padding-left:30px;box-sizing:border-box;margin-bottom:40px}ol li{font-size:16px;line-height:24px;margin-bottom:15px}ol li:last-child{margin-bottom:0}.scroll-top-btn{position:fixed;left:50%;margin-left:650px;bottom:90px;display:none;width:50px;height:48px;background:rgba(0,0,0,.1) url(/local/templates/spimex21_cn/css/../images/ico/arrow-top.svg) no-repeat 50%/30px;cursor:pointer;z-index:77}@media only screen and (max-width:1439px){.scroll-top-btn{left:auto;right:15px;margin-left:auto}}@media only screen and (max-width:1023px){.scroll-top-btn{bottom:250px;width:36px;height:34px;background:rgba(0,0,0,.1) url(/local/templates/spimex21_cn/css/../images/ico/arrow-top.svg) no-repeat 50%/20px}}@media only screen and (max-width:767px){.scroll-top-btn{bottom:15px}}.csv,.doc,.docx,.jpg,.mp4,.pdf,.rar,.site,.wmv,.xls,.zip{position:relative;display:inline-block;vertical-align:middle;padding-left:40px}.csv:before,.doc:before,.docx:before,.jpg:before,.mp4:before,.pdf:before,.rar:before,.site:before,.wmv:before,.xls:before,.zip:before{display:block;position:absolute;content:"";color:#fff;font-size:12px;font-family:Medium,Arial,Helvetica,sans-sefir;height:16px;line-height:1.4;padding:0 5px;box-sizing:border-box;top:0;left:0}.site:before{content:"\441\430\439\442";background:#0077ae}.wmv:before{content:"WMV";background:#0077ae}.mp4:before{content:"MP4";background:#0077ae}.zip:before{content:"ZIP";background:#0077ae}.rar:before{content:"RAR";background:#0077ae}.pdf:before{content:"PDF";background:#ee2e2e}.doc:before,.docx:before{content:"DOC";background:#6b95e9}.xls:before{content:"XLS";background:#7ac26f}.csv:before{content:"CSV";background:#7ac26f}.jpg:before{content:"JPG";background:#f90}.allert{position:relative;display:inline-block;vertical-align:top;padding-left:35px}.allert:before{display:block;position:absolute;content:"!";width:22px;height:22px;top:0;left:0;border-radius:50%;padding-top:0;box-sizing:border-box;font-family:Bold,Arial,Helvetica,sans-sefir;font-weight:700;font-size:18px;color:#fff;text-align:center;background:red}.amcharts-chart-div a{display:none!important}.mail,.phone{position:relative;display:inline-block;vertical-align:top;padding-left:26px;font-size:17px;line-height:1.8;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;text-decoration:none;margin-right:35px}.mail:last-child,.phone:last-child{margin-right:0}.mail:before,.phone:before{display:block;position:absolute;content:"";width:20px;height:20px;top:4px;left:0}.phone{color:#000}.phone:before{background:url(/local/templates/spimex21_cn/css/../images/ico/phone.png) no-repeat 50%}.mail{color:#0077ae}.mail:before{background:url(/local/templates/spimex21_cn/css/../images/ico/mail.png) no-repeat 50%}.slick-slide{outline:none}.hidden-text{display:none}.open-hidden-text{color:#00acee;border-bottom:1px dashed #00acee;cursor:pointer;user-select:none}.open-hidden-text:hover{border-color:hsla(0,0%,100%,0)}.date-picker-wrapper{width:284px!important;background:#fff;border:1px solid #9fa3a7;box-shadow:none;font-family:Reg,Arial,Helvetica,sans-sefir;font-weight:400;color:#0077ae}.date-picker-wrapper .drp_top-bar,.date-picker-wrapper .footer{display:none}.date-picker-wrapper .caption{height:60px!important}.date-picker-wrapper .caption .next,.date-picker-wrapper .caption .prev{padding:0}.date-picker-wrapper .caption .next:hover,.date-picker-wrapper .caption .prev:hover{background:none!important}.date-picker-wrapper .week-name{font-size:14px}.date-picker-wrapper .week-name th{font-weight:400}.date-picker-wrapper .month-name{color:#000;font-size:16px;color:#0077ae}.date-picker-wrapper .select-wrapper{margin-bottom:-1px;cursor:pointer;margin-right:10px}.date-picker-wrapper .select-wrapper:last-child{margin-right:0}.date-picker-wrapper .select-wrapper:hover{text-decoration:none}.date-picker-wrapper .month-wrapper table .day{width:40px!important;height:40px!important;line-height:40px!important;padding:0;margin:0;font-size:14px;color:#0077ae!important;cursor:pointer}.date-picker-wrapper .month-wrapper table .day:hover{background:#00acee!important;color:#fff!important}.date-picker-wrapper .month-wrapper table .invalid{color:#ccc!important;cursor:not-allowed}.date-picker-wrapper .month-wrapper table .invalid:hover{background:none!important;color:#ccc!important}.date-picker-wrapper .month-wrapper table .invalid.checked{color:#ccc!important}.date-picker-wrapper .month-wrapper table .invalid.checked:hover{background:#00acee!important}.date-picker-wrapper .month-wrapper table .day.real-today{background:#0077ae;color:#fff!important}.date-picker-wrapper .month-wrapper table .first-date-selected{background:#00acee!important;color:#fff!important}.date-arrow{display:inline-block;vertical-align:top;width:8px;height:8px;opacity:.5}.date-arrow img{width:100%}.month-wrapper{padding:0!important;border:none!important}.month-wrapper>table{min-width:100%}.link,p a{color:#0077ae;line-height:1.2;text-decoration:none;cursor:pointer;transition:.2s}.link:hover,p a:hover{color:#00acee}.date-picker-wrapper .select-wrapper,.events-tab-link h3,.events-tab-link h4,.modal-header .tab-links__item,.pseudo{color:#0077ae;text-decoration:none;border-bottom:1px dashed #0077ae;cursor:pointer;transition:.2s}.date-picker-wrapper .active.select-wrapper,.events-tab-link h3.active,.events-tab-link h4.active,.modal-header .active.tab-links__item,.pseudo.active{color:#000;border:none}.date-picker-wrapper .active.select-wrapper:hover,.events-tab-link h3.active:hover,.events-tab-link h4.active:hover,.modal-header .active.tab-links__item:hover,.pseudo.active:hover{color:#000}.date-picker-wrapper .select-wrapper:hover,.events-tab-link h3:hover,.events-tab-link h4:hover,.modal-header .tab-links__item:hover,.pseudo:hover{color:#00acee;border-color:#00acee}.pseudo--tabs{font-size:22px;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;margin-right:30px}@media only screen and (max-width:1023px){.pseudo--tabs{font-size:18px;margin-right:15px}}.pseudo--tabs:last-child{margin:0}.btn,.show-more{display:inline-block;vertical-align:top;font-size:14px;padding:10px 18px;box-sizing:border-box;color:#fff;text-align:center;text-decoration:none;border:none;background:#0077ae;cursor:pointer;user-select:none;transition:.2s}.btn:hover,.show-more:hover{background:#00acee}.date-picker-wrapper{margin-left:-1px;margin-top:0}[data-modal]{cursor:pointer;user-select:none}.wrap-input{margin-bottom:25px}.wrap-input .link,.wrap-input p a,p .wrap-input a{display:inline-block;vertical-align:top;margin-top:10px}.input-title{font-size:15px;margin-bottom:5px}.input{display:block;width:100%;height:40px;line-height:38px;padding:0 15px;font-size:15px;border:1px solid #9fa3a7;box-sizing:border-box}.wrap-checkbox input[type=checkbox]:checked+label:before{border-color:#0077ae;background:#0077ae url(/local/templates/spimex21_cn/css/../images/ico/tick.svg) no-repeat 50%/80%}.wrap-checkbox label{position:relative;display:inline-block;vertical-align:top;font-size:15px;padding-left:25px;cursor:pointer}.wrap-checkbox label:before{display:block;position:absolute;content:"";width:14px;height:14px;top:2px;left:0;border:1px solid #9fa3a7;box-sizing:border-box;background:#fff}.header-main{background:#fff;margin-bottom:45px}@media only screen and (max-width:1023px){.header-main{position:fixed;left:0;top:0;width:100%;height:48px;border-bottom:1px solid #ebebeb;margin-bottom:0;z-index:111}}.header-main a{text-decoration:none}.header-top__inner{display:flex;align-items:center;justify-content:space-between;height:48px;border-bottom:1px solid #ebebeb}@media only screen and (max-width:1023px){.header-top__inner{border:none}}.header-top__left{display:flex;align-items:center}@media only screen and (max-width:767px){.header-top__left{display:none}}.header-top__right-list{display:flex;align-items:center;list-style:none;margin:0;padding:0}@media only screen and (max-width:1023px){.header-top__right-list{display:none}}.authorization-m{width:16px;font-size:13px;color:#00507b;margin-top:4px;margin-right:25px}@media only screen and (min-width:768px){.authorization-m{display:none}}.authorization-m img{width:100%}.hamburger-m{width:22px;height:15px;line-height:15px;color:#0077ae;font-size:0;text-align:center;box-shadow:inset 0 3px 0 0 #0077ae,inset 0 6px 0 0 #fff,inset 0 9px 0 0 #0077ae,inset 0 12px 0 0 #fff,inset 0 15px 0 0 #0077ae;cursor:pointer}.hamburger-m.active{font-size:40px;box-shadow:none}@media only screen and (min-width:1024px){.hamburger-m{display:none}}.header-top__right{display:flex;align-items:center}.header-top__right-tem{margin-right:32px;margin-bottom:0}.header-top__right-tem:last-child{margin-right:0}.header-top__right-link{display:inline-block;vertical-align:top;height:46px;line-height:46px;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;font-size:14px;color:#0077ae;transition:.2s}.header-top__right-link:hover{color:#00acee}.choose-lng{display:flex;align-items:center;font-size:13px;margin-right:42px}.choose-lng__item{transition:.2s;color:#0077ae}.choose-lng__item:hover{color:#00acee}.choose-lng__item.active{color:#9fa3a7}.choose-lng__separator{margin:0 12px}.header-top__years{color:#000;font-family:Bold,Arial,Helvetica,sans-sefir;font-weight:700;font-size:16px}.header-top-logo{width:140px;height:28px}@media only screen and (min-width:1024px){.header-top-logo{display:none}}.header-top-logo img{width:100%}@media only screen and (max-width:1023px){.header-middle{display:none;border-bottom:1px solid #ebebeb}}@media only screen and (max-width:767px){.header-middle{display:none}}.header-middle .wrap{justify-content:space-between;height:100px}.header-middle .wrap,.logo{display:flex;align-items:center}.logo img{width:100%}.logo-img{display:flex;align-items:center;width:235px;margin-right:25px}.logo-text{width:250px;font-size:14px;line-height:1.2;color:#000}@media only screen and (max-width:1279px){.logo-text{display:none}}.header-middle__info{display:flex;align-items:center}.header-middle__seach{position:relative;width:194px;margin-right:14px}.header-middle__seach-input{display:block;width:100%;height:32px;line-height:30px;padding:0 40px 0 10px;font-size:16px;box-sizing:border-box;border:1px solid #9fa3a7}.header-middle__seach-btn{position:absolute;top:0;right:0;width:32px;height:32px;border:0;background:#ccc;cursor:pointer;user-select:none;background:url(/local/templates/spimex21_cn/css/../images/ico/search.svg) no-repeat 50%/18px}.wrap-header-middle__seach-links{display:flex;align-items:center}.header-middle__seach-link{height:32px;line-height:32px;padding:0 25px;box-sizing:border-box;color:#fff;font-size:14px;background:#0077ae;margin-right:5px;transition:.2s}@media only screen and (max-width:1023px){.header-middle__seach-link{margin:0}}@media only screen and (max-width:1023px){.header-middle__seach-link.lk{display:none}}.header-middle__seach-link:last-child{margin-right:0}.header-middle__seach-link:hover{background:#00acee}.header-bottom{background:#000}@media only screen and (max-width:1023px){.header-bottom{display:none}}.header-bottom .wrap{position:static;display:flex;align-items:center;justify-content:space-between}.hamburger{display:flex;align-items:center;width:30px;height:30px;cursor:pointer;user-select:none}.hamburger.active span,.hamburger:hover span{box-shadow:inset 0 4px 0 0 #00acee,inset 0 7px 0 0 #000,inset 0 11px 0 0 #00acee,inset 0 14px 0 0 #000,inset 0 18px 0 0 #00acee}.hamburger span{width:28px;height:18px;box-shadow:inset 0 4px 0 0 #fff,inset 0 7px 0 0 #000,inset 0 11px 0 0 #fff,inset 0 14px 0 0 #000,inset 0 18px 0 0 #fff;margin:0 auto;transition:.2s}nav{width:calc(100% - 50px)}.menu{display:flex;align-items:center;justify-content:flex-end;list-style:none;margin:0;padding:0}.menu-item:hover .menu-item__hidden{display:block}.menu-item:hover .menu-link,.menu-item:hover .menu-link.active{background:#00acee}.menu-link{display:flex;align-items:center;height:60px;font-size:18px;padding:0 15px;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;color:#fff;box-sizing:border-box;transition:.2s}@media only screen and (max-width:1279px){.menu-link{font-size:16px;padding:0 14px}}.menu-link.active{background:#0077ae}.menu-link.active:hover,.menu-link:hover{background:#00acee}.menu-link__img{margin-right:8px}@media only screen and (max-width:1279px){.menu-link__img{display:none}}.menu-item{margin-bottom:0}.menu-item:nth-child(2){width:190px}@media only screen and (max-width:1279px){.menu-item:nth-child(2){width:auto}}.mobile-menu{position:fixed;top:48px;left:0;width:100%;height:calc(100vh - 48px);background:#f7f7f7;overflow-y:auto;z-index:101;transform:translateX(100%);transition:.15s}.mobile-menu.active{transform:translateX(0)}.mobile-menu__inner{padding-bottom:100px}#menu{width:768px;margin:0 auto}@media only screen and (max-width:767px){#menu{width:100%}}#menu li,#menu ul{margin:0;padding:0}#menu a{position:relative;display:flex;align-items:center;text-decoration:none;padding:15px 40px 15px 15px;border-bottom:1px solid #e5e5e5}#menu a:after{position:absolute;right:0;top:0;width:48px;height:48px;opacity:1}#menu a img{width:15px;max-height:15px;margin-right:5px}#menu a span{line-height:1.2;padding:0;margin:0}#menu .back{width:100%;padding:0}#menu>ul{padding:0 20px;box-sizing:border-box}@media only screen and (max-width:767px){#menu>ul{padding:0}}#menu>ul>li>a{color:#fff;border:none;background:#00579a}#menu>ul>li>a.mobile-menu__link{display:block;padding:15px;color:#333;text-decoration:none;background:none;border-bottom:1px solid #e5e5e5}#menu>ul>li>a.mobile-menu__link:after{display:none}#menu>ul>li>a.mobile-menu__link--menu{position:relative}#menu>ul>li>a.mobile-menu__link--menu:after{display:block;content:"";top:0;right:0;width:46px;height:46px;background:url(/local/templates/spimex21_cn/css/../images/ico/arrow-right.svg) no-repeat 50%/8px}#menu>ul>li>a:after{background:url(/local/templates/spimex21_cn/css/../images/ico/arrow-right-white.svg) no-repeat 50%/8px}.slinky-theme-default .back:before,.slinky-theme-default .next:after{background:url(/local/templates/spimex21_cn/css/../images/ico/arrow-right.svg) no-repeat 50%/8px}.mobile-menu__search{width:768px;padding:20px 15px;box-sizing:border-box;margin:0 auto 10px}@media only screen and (max-width:767px){.mobile-menu__search{width:100%}}.mobile-menu__search .link,.mobile-menu__search p a,p .mobile-menu__search a{font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500}.mobile-menu__search-form{position:relative;margin-top:20px}.mobile-menu__search-form input{display:block;width:100%;height:34px;line-height:34px;padding:0 15px;font-size:15px;box-sizing:border-box;border:1px solid #9fa3a7}.mobile-menu__search-form button{position:absolute;top:1px;right:1px;width:32px;height:32px;cursor:pointer;border:none;background:url(/local/templates/spimex21_cn/css/../images/ico/search.svg) no-repeat 50%/18px}.menu-item__hidden{display:none;position:absolute;left:50%;top:209px;width:1240px;background:#fff;z-index:7;box-shadow:0 1px 10px 0 rgba(0,0,0,.2);margin-left:-620px}@media only screen and (max-width:1279px){.menu-item__hidden{width:984px;margin-left:-492px}}.menu-item__hidden .aside-menu__item{border:none}.menu-item__hidden-inner{display:flex;flex-wrap:wrap;width:100%;padding:35px 0;box-sizing:border-box}.menu-item__hidden-col{width:25%;padding:0 35px;box-sizing:border-box;border-right:1px solid #e6e6e6}.menu-item__hidden-col:last-child{border:none}.hamburger-menu{display:none;position:absolute;left:0;top:209px;width:100%;z-index:7;background:#f7f7f7;box-shadow:0 1px 10px 0 rgba(0,0,0,.2)}.hamburger-menu .aside-menu__item{border:none}.footer{padding:30px 0;background:#f3f4f4;margin-top:45px}.footer ul{padding:0;margin:0;list-style:none}.footer-top__links{width:calc(100% - 120px)}@media only screen and (max-width:1023px){.footer-top__links{display:none}}.footer-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:35px}@media only screen and (max-width:1023px){.footer-top{align-items:center;margin-bottom:30px}}.footer-top ul{display:flex}.footer-top li{width:160px;margin-right:28px}.footer-top li:last-child{margin:0}.footer-top li p{line-height:1;margin:0 0 10px}.footer-top li p:last-child{margin-bottom:0}.footer-top li a{color:#0077ae;font-size:13px;transition:.15s;text-decoration:none}.footer-top li a:hover{color:#00acee}.footer-top .social{display:flex;align-items:center;justify-content:space-between;width:120px}.footer-top .social-links:hover{opacity:.8}.footer-top .social-links fb{margin:0}.footer-bottom{display:flex;align-items:flex-start;justify-content:space-between;padding-top:20px;border-top:1px solid #d1d1d1}.footer-bottom__wrap-copy{max-width:800px}@media only screen and (max-width:1023px){.footer-bottom__wrap-copy{max-width:100%}}.footer-bottom__wrap-copy a{color:#0077ae;font-size:14px;text-decoration:none}.footer-bottom__wrap-copy a:hover{color:#00acee}.footer-bottom__copy{font-size:14px;margin:0 0 10px}.footer-bottom__copy a{transition:.2s}@media only screen and (max-width:767px){.footer-bottom__copy a{display:inline-block;vertical-align:top;font-size:14px;line-height:1.2;margin-bottom:10px}}.footer-bottom__copy span{margin-right:25px}@media only screen and (max-width:767px){.footer-bottom__copy span{display:block;font-size:14px;line-height:1.2;margin-bottom:10px}}.footer-bottom__copy-text{font-size:13px;line-height:15px;color:rgba(0,0,0,.5);margin:0}@media only screen and (max-width:1023px){.wrap-footer-logo{display:none}}.footer-logo{display:block;width:150px}@media only screen and (max-width:767px){.footer-logo{width:105px}}.footer-logo img{width:100%}.footer-logo--hidden{margin-top:6px}@media only screen and (min-width:1024px){.footer-logo--hidden{display:none}}@media only screen and (max-width:767px){.footer-logo--hidden{display:block}}.modal{display:none;position:fixed;top:0;left:0;background:rgba(0,0,0,.2);width:100%;height:100%;padding:5% 15px;z-index:121;overflow-y:auto}.modal,.modal-block{box-sizing:border-box}.modal-block{position:relative;background:#fff;width:532px;left:50%;padding:40px;margin-left:-266px}@media only screen and (max-width:569px){.modal-block{width:100%;left:auto;margin-left:auto;padding:20px}}.modal-block .btn{width:138px}.modal-close{position:absolute;cursor:pointer;top:10px;right:20px;color:#7f7f7f;font-size:40px}.modal-header{margin-bottom:40px}@media only screen and (max-width:767px){.modal-header{margin-bottom:20px}}.modal-header .tab-links{display:flex;flex-wrap:wrap}.modal-header .tab-links__item{font-size:22px;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;margin-right:40px}@media only screen and (max-width:767px){.modal-header .tab-links__item{margin-bottom:10px}}.modal-header .tab-links__item:last-child{margin-right:0}.modal-item{margin-bottom:40px}.modal-item:last-child{margin-bottom:0}.modal-header .tab-links__item.active,.modal-title{font-size:22px;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500}.modal-text{font-size:15px;line-height:22px;margin-bottom:15px}.modal-help-file{margin-top:50px;padding-top:20px;border-top:1px solid #d6d6d6}.modal-help-file__item{margin-bottom:25px}.modal-help-file__item:last-child{margin-bottom:0}.modal-remember{margin-bottom:25px}.marquee{margin-top:-45px;overflow:hidden}@media only screen and (max-width:1023px){.marquee{margin-top:0}}.marquee .slick-slide{outline:none}.marquee-slider{white-space:nowrap}.marquee-item{min-width:160px;display:inline-block;vertical-align:top;font-size:14px;color:rgba(0,0,0,.75);text-decoration:none;padding-right:15px}.marquee-item__inner{display:flex;align-items:center;height:55px}@media only screen and (max-width:1023px){.marquee-item__inner,.marquee-slider{height:40px!important}}.marquee-name{font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500}.marquee-index,.marquee-name{margin-right:12px}.marquee-percent--up{color:#009e0f}.marquee-percent--down{color:#8e0000}.wrap-slider-index{position:relative;color:#fff;margin-bottom:35px;overflow:hidden}@media only screen and (max-width:767px){.wrap-slider-index{margin-bottom:20px;background:#00acee}}.wrap-slider-index .dots{position:absolute;bottom:40px;left:85px}@media only screen and (max-width:1279px){.wrap-slider-index .dots{left:75px}}@media only screen and (max-width:1023px){.wrap-slider-index .dots{bottom:20px;left:45px}}@media only screen and (max-width:767px){.wrap-slider-index .dots{position:relative;left:auto;bottom:auto;bottom:0;padding:0 20px 10px;text-align:center;box-sizing:border-box}}.wrap-slider-index .dots ul{margin:0;padding:0}.wrap-slider-index .dots li{display:inline-block;vertical-align:top;margin-right:16px}.wrap-slider-index .dots li:last-child{margin-right:0}.wrap-slider-index .dots .slick-active button{background:#fff}.wrap-slider-index .dots button{display:block;width:14px;height:14px;font-size:0;padding:0;border:1px solid #fff;background:none;cursor:pointer;user-select:none}.slider-index{height:385px;overflow:hidden}@media only screen and (max-width:1279px){.slider-index{height:330px}}@media only screen and (max-width:1023px){.slider-index{height:250px}}@media only screen and (max-width:767px){.slider-index{height:auto}}.slider-index .slide{position:relative;display:block;width:100%;height:100%;float:left;min-height:385px;padding:65px 65px 70px;box-sizing:border-box}@media only screen and (max-width:1279px){.slider-index .slide{padding:55px 55px 70px}}@media only screen and (max-width:1023px){.slider-index .slide{padding:30px 25px 55px}}@media only screen and (max-width:767px){.slider-index .slide{min-height:0;height:auto;padding:0}}.slider-index .slide:before{display:block;position:absolute;content:"";width:100%;height:100%;top:0;left:0;background:-moz-linear-gradient(left,#009ee0 0,hsla(0,0%,100%,0) 50%);background:-webkit-gradient(linear,left top,right top,color-stop(0,#009ee0),color-stop(50%,hsla(0,0%,100%,0)));background:-webkit-linear-gradient(left,#009ee0,hsla(0,0%,100%,0) 50%);background:-o-linear-gradient(left,#009ee0 0,hsla(0,0%,100%,0) 50%);background:-ms-linear-gradient(left,#009ee0 0,hsla(0,0%,100%,0) 50%);background:linear-gradient(90deg,#009ee0 0,hsla(0,0%,100%,0) 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#01599a",endColorstr="#00ffffff",GradientType=1);z-index:1}@media only screen and (max-width:767px){.slider-index .slide:before{display:none;width:250%}}.slider-index .slide-inner{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:100% 0;background-repeat:no-repeat}@media only screen and (max-width:767px){.slider-index .slide-inner{position:relative;top:auto;left:auto;height:200px}}.slider-index__text{position:relative;max-width:380px;font-family:Light,Arial,Helvetica,sans-sefir;font-size:32px;line-height:44px;z-index:2;margin:0}@media only screen and (max-width:1023px){.slider-index__text{font-size:28px;line-height:38px}}@media only screen and (max-width:767px){.slider-index__text{max-width:none;width:100%;font-size:22px;line-height:28px;padding:20px;box-sizing:border-box;background:#00acee}}.slider-index__text span{color:#72d7ff}.container .wrap{display:flex;flex-wrap:wrap}.aside{position:relative;width:184px;padding-left:28px;box-sizing:border-box}@media only screen and (max-width:1023px){.aside{display:none}}.aside--menu{width:295px;padding:0}.content{width:calc(100% - 184px)}@media only screen and (max-width:1023px){.content{width:100%}}.content--pages{width:calc(100% - 295px);padding-left:60px;box-sizing:border-box}@media only screen and (max-width:1279px){.content--pages{padding:0}}@media only screen and (max-width:1023px){.content--pages{width:100%}}.horizontal-scroll{overflow-x:auto;white-space:nowrap;margin-bottom:50px}.horizontal-scroll__item{display:inline-block;vertical-align:top;width:340px;margin-right:28px;margin-bottom:20px}.horizontal-scroll__item:last-child{margin-right:0}.horizontal-scroll__item img{width:100%}.aside-inner__list{padding:0;margin:0;list-style:none}.aside-inner__list--hidden{display:flex;flex-wrap:wrap;width:100%;margin-bottom:40px}@media only screen and (min-width:1024px){.aside-inner__list--hidden{display:none}}.aside-inner__list--hidden .aside-inner__list-item{width:20%;padding-right:10px;box-sizing:border-box}@media only screen and (max-width:767px){.aside-inner__list--hidden .aside-inner__list-item{width:100%;margin-bottom:25px}.aside-inner__list--hidden .aside-inner__list-item:last-child{margin-bottom:0}}@media only screen and (max-width:1023px){.aside-inner__list--hidden .aside-inner__list-text{width:calc(100% - 35px);padding-left:5px;font-size:14px;margin:0}}@media only screen and (max-width:767px){.aside-inner__list--hidden .aside-inner__list-text{padding-left:10px}}.aside-inner__list-item{display:inline-block;vertical-align:top;width:100%;margin-bottom:35px}.aside-inner__list-item:last-child{margin-bottom:0}.aside-inner__list-link{display:flex;align-items:flex-start;color:#0077ae;text-decoration:none;transition:.2s}.aside-inner__list-link:hover{color:#00acee}.aside-inner__list-circle{position:relative;top:-3px;width:24px;height:24px;line-height:24px;text-align:center;border-radius:50%;transition:.2s}.aside-inner__list-circle img{display:inline-block;vertical-align:middle;width:24px;height:24px}.aside-inner__list-text{width:flex;padding-left:10px;font-size:16px;line-height:22px;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;margin:2px 0 0}.event{display:flex;margin-bottom:50px}@media only screen and (max-width:1023px){.event{flex-wrap:wrap}}.wrap-events{width:630px;padding-right:55px;box-sizing:border-box}@media only screen and (max-width:1279px){.wrap-events{width:100%;padding-right:0;margin-bottom:50px}}.wrap-advert{width:440px}@media only screen and (max-width:1279px){.wrap-advert{width:100%}}.wrap-advert .show-more{margin-left:35px}@media only screen and (max-width:767px){.wrap-advert .show-more{margin-left:0}}.event-top{min-height:22px;margin-bottom:30px}@media only screen and (max-width:1023px){.event-top{margin-bottom:20px}}.tab-blocks__item .show-more{margin-left:96px}@media only screen and (max-width:767px){.tab-blocks__item .show-more{margin-left:0}}.events-tab-link{position:relative;height:22px;line-height:22px;padding-right:22px;margin-right:22px;border-right:1px solid #9fa3a7}@media only screen and (max-width:767px){.events-tab-link{padding-right:15px;margin-right:15px}}.events-tab-link:last-child{margin:0;padding:0;border:none}.events-tab-link h3,.events-tab-link h4{display:inline-block;vertical-align:top;margin:0}.events-tab-link.active h3,.events-tab-link.active h4{color:#000;border:none}.events-item{display:flex;margin-bottom:30px}.events-item:last-child{margin-bottom:0}.events-item .link,.events-item p a,p .events-item a{width:calc(100% - 80px)}.events-date{width:80px;font-size:13px;line-height:22px}.event-inner{margin-bottom:25px}.event-inner .news-item{min-height:45px;margin-bottom:20px}.event-inner .news-item:last-child{margin-bottom:0}.event-inner .news-info{padding-right:0}.advert-item{margin-bottom:30px}.advert-item:last-child{margin-bottom:0}.quote{display:flex;padding:10px 70px 45px 40px;box-sizing:border-box;background:#fff;margin-bottom:55px;background:#f7f7f7}@media only screen and (max-width:1279px){.quote{padding:10px 30px 30px 0}}@media only screen and (max-width:767px){.quote{flex-wrap:wrap;position:relative;width:calc(100% + 30px);padding:0 20px 20px;margin-left:-15px;margin-bottom:35px}}.quote-img{width:270px;padding-top:10px}@media only screen and (max-width:1279px){.quote-img{width:240px}}@media only screen and (max-width:1023px){.quote-img{width:220px}}@media only screen and (max-width:767px){.quote-img{width:100%;padding:0;margin-bottom:20px}}.quote-img img{width:100%}@media only screen and (max-width:767px){.quote-img img{width:100%}}.quote-info{width:calc(100% - 270px);padding-top:65px;padding-left:115px;box-sizing:border-box}@media only screen and (max-width:1279px){.quote-info{width:calc(100% - 240px);padding-top:30px}}@media only screen and (max-width:1023px){.quote-info{width:calc(100% - 220px);padding-left:80px}}@media only screen and (max-width:767px){.quote-info{width:100%;padding:0 0 0 40px;margin:0}}.quote-text{position:relative;font-size:16px;line-height:26px;margin-bottom:30px}@media only screen and (max-width:1023px){.quote-text{font-size:15px;line-height:22px;margin-bottom:15px}}.quote-text:before{width:60px;height:2px;top:14px;left:-90px;background:#0077ae}@media only screen and (max-width:767px){.quote-text:before{width:30px;top:10px;left:-40px}}.quote-name{text-transform:uppercase;margin-bottom:10px}.quote-name,.quote-post{font-size:14px;color:rgba(0,0,0,.5)}.mass-media{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:45px}.mass-media .show-more{margin-top:20px}.mass-media__about{width:630px;padding-right:56px;box-sizing:border-box}@media only screen and (max-width:1279px){.mass-media__about{width:calc(50% - 15px);padding:0}}@media only screen and (max-width:767px){.mass-media__about{width:100%;margin-bottom:40px}}.mass-media__video{width:calc(100% - 630px)}@media only screen and (max-width:1279px){.mass-media__video{width:calc(50% - 15px)}}@media only screen and (max-width:767px){.mass-media__video{width:100%}}.mass-media__text{position:relative;min-height:250px;font-size:17px;line-height:27px;padding:30px;box-sizing:border-box;border:1px solid #d6d6d6;margin-bottom:25px}@media only screen and (max-width:1279px){.mass-media__text{font-size:15px;line-height:22px;padding:30px 25px 10px}}.mass-media__text:before{display:block;position:absolute;content:"";width:24px;height:22px;bottom:-19px;left:38px;background:url(/local/templates/spimex21_cn/css/../images/ico/quote.jpg) no-repeat 50%}.mass-media__video-player{position:relative;height:248px;margin-bottom:20px;background-size:cover;background-position:50%;background-repeat:no-repeat;cursor:pointer;user-select:none}.mass-media__video-player:before{display:block;position:absolute;content:"";width:56px;height:56px;top:50%;left:50%;margin-top:-28px;margin-left:-28px;background:rgba(0,0,0,.5) url(/local/templates/spimex21_cn/css/../images/ico/play.svg) no-repeat 50%/25px;z-index:1}.mass-media__video-text{font-size:15px;line-height:22px;color:#00acee}.index-banner{display:flex;align-items:center;flex-wrap:wrap;padding:25px;box-sizing:border-box;color:#fff;background:url(/local/templates/spimex21_cn/css/../images/pic/banners/banner-bg.jpg) no-repeat 50%/cover;margin-bottom:50px}@media only screen and (max-width:767px){.index-banner{position:relative;width:calc(100% + 30px);margin-left:-15px;padding:30px 15px 90px;margin-bottom:35px}}.index-banner__info{width:50%;box-sizing:border-box}@media only screen and (max-width:1023px){.index-banner__info{width:45%}}@media only screen and (max-width:767px){.index-banner__info{width:100%;margin-bottom:10px}}.index-banner__info .show-more{color:#fff}@media only screen and (max-width:767px){.index-banner__info .show-more{position:absolute;bottom:30px}}.index-banner__logo{width:175px;padding:6px;margin-left:-25px;margin-bottom:25px;background:#fff}@media only screen and (max-width:767px){.index-banner__logo{margin-left:-15px}}.index-banner__logo img{display:block;width:100%}.index-banner__title{font-size:54px;margin-bottom:15px}@media only screen and (max-width:1023px){.index-banner__title{font-size:46px}}@media only screen and (max-width:767px){.index-banner__title{font-size:42px}}.index-banner__text{font-size:14px;line-height:20px;padding-right:20px;margin-bottom:15px}.index-banner__img{width:50%}@media only screen and (max-width:1023px){.index-banner__img{width:55%}}@media only screen and (max-width:767px){.index-banner__img{display:flex;flex-wrap:wrap;width:100%}}.index-banner__img img{width:100%}.index-banner__img-title{width:100%;text-align:center;font-size:12px;margin-bottom:10px}@media only screen and (max-width:767px){.index-banner__img-title{order:2;margin-top:10px}}.index-banner__img-chart{width:100%}.banners-inner{display:flex;align-items:center;justify-content:space-between;width:1054px}@media only screen and (max-width:1279px){.banners-inner{width:100%}}@media only screen and (max-width:1023px){.banners-inner{display:block;overflow-x:auto;white-space:nowrap;padding-bottom:20px}}.banners-item{display:flex;align-items:center;justify-content:center;width:calc(16.66667% - 24px);height:158px;font-size:13px;color:#777;background:#d8d8d8}@media only screen and (max-width:1279px){.banners-item{height:140px}}@media only screen and (max-width:1023px){.banners-item{display:inline-block;vertical-align:top;width:140px;height:140px;line-height:140px;text-align:center;margin-right:20px}.banners-item:last-child{margin-right:0}}@media only screen and (max-width:767px){.banners-item{width:155px;height:155px;line-height:155px}}.anchors{position:relative;display:inline-block;vertical-align:top;list-style:none;width:auto;padding:16px 22px 0;margin:0 0 35px;background:#f7f7f7}@media only screen and (max-width:767px){.anchors{padding:15px 0 5px}.anchors:before{left:-1000px}.anchors:after,.anchors:before{display:block;position:absolute;content:"";width:1000px;height:100%;top:0;background:#f7f7f7}.anchors:after{right:-1000px}}.anchors-item{display:inline-block;vertical-align:top;margin-right:20px;margin-bottom:10px;cursor:pointer;user-select:none}@media only screen and (max-width:767px){.anchors-item{display:block}}.anchors-item:last-child{margin-right:0;margin-bottom:16px}.anchors-link{color:#00acee;text-decoration:none;box-sizing:border-box;border-bottom:1px dashed #00acee;cursor:pointer;user-select:none}.anchors-link:hover span{color:#0077ae}.scroll-menu{padding:0;margin:0;list-style:none}.scroll-menu__item{display:block;border-top:1px solid #d6dce0;transition:.2s;margin-bottom:0}.scroll-menu__item:last-child{border-bottom:1px solid #d6dce0}.scroll-menu__item:hover{background:#fafafa}.scroll-menu__link{position:relative;display:block;padding:14px 8px 14px 40px;line-height:1.2;font-size:15px;color:#0077ae;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;text-decoration:none;transition:.15s}.scroll-menu__link:hover{background:#f5f5f5}.scroll-menu__link:before{display:block;position:absolute;content:"";width:16px;height:17px;top:14px;left:12px;background:url(/local/templates/spimex21_cn/css/../images/ico/menu-icon-1.svg) no-repeat 50%/contain}.scroll-menu__inner-menu{list-style:none;padding:0 0 22px;margin:0}.scroll-menu__inner-menu__item{list-style:none;margin-bottom:0}.scroll-menu__inner-menu__item:hover{background:#f5f5f5}.dd-menu__item-link,.open-dd-menu,.scroll-menu__inner-menu__link{position:relative;display:block;color:#0077ae;font-size:14px;line-height:1.2;padding:8px 8px 8px 20px;text-decoration:none;cursor:pointer;transition:.15s}.dd-menu__item-link.active,.open-dd-menu.active,.scroll-menu__inner-menu__link.active{background:#e1f2ff}.dd-menu__item-link:before,.open-dd-menu:before,.scroll-menu__inner-menu__link:before{display:block;position:absolute;content:"";width:10px;height:12px;top:9px;left:0;background:url(/local/templates/spimex21_cn/css/../images/ico/menu-icon-3.svg) no-repeat 50%/contain}.scroll-menu__inner-menu__link{padding-left:60px}.scroll-menu__inner-menu__link:before{left:40px}.open-dd-menu.open:before{transform:rotate(-90deg)}.open-dd-menu:before{width:12px;height:14px;width:20px;height:20px;top:6px;left:-5px;transform:rotate(90deg);transition:.15s;background:url(/local/templates/spimex21_cn/css/../images/ico/arrow-show-more.svg) no-repeat 50%/contain}.open-dd-menu{padding-left:60px}.open-dd-menu:before{left:35px}.dd-menu{display:none;list-style:none;padding:0;margin:0}.dd-menu__item{list-style:none;margin-bottom:0}.dd-menu__item-link{padding-left:80px}.dd-menu__item-link:before{left:60px}.dd-menu__item-link:hover{background:#f0f0f0}.has-dd-menu{transition:.15s}.has-dd-menu.open,.has-dd-menu:hover{background:#f5f5f5}.scroll-menu-title{display:block;font-size:25px;color:#000;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;margin-bottom:20px}.trading-results{margin-bottom:50px}.trading-results__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:20px}.trading-results__header-text{font-size:15px;line-height:1.2;padding-right:10px;margin-bottom:10px}.trading-results__header-download{font-size:15px;color:#0077ae;text-decoration:none;margin-bottom:10px}.trading-filters{background:#f7f7f7}.trading-filters__header{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;box-sizing:border-box;color:#fff;background:#0077ae}.trading-filters__header-title{display:flex;flex-wrap:wrap;align-items:center}.trading-filters__header-title-text{font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;font-size:22px;margin-right:5px}@media only screen and (max-width:767px){.trading-filters__header-title-text{font-size:18px}}.trading-filters__header-total{font-size:14px}@media only screen and (max-width:767px){.trading-filters__header-total{font-size:12px}}.trading-filters__header-btn{position:relative;font-size:14px;color:#fff;margin-left:22px;cursor:pointer;user-select:none;border-color:#fff}.trading-filters__header-btn:hover{color:#fff;border-color:#fff}.trading-filters__header-btn.active{color:#fff;border-bottom:1px dashed #fff}.trading-filters__header-btn.active:hover{color:#fff}.trading-filters__header-btn.active:before{transform:rotate(180deg)}.trading-filters__header-btn:before{display:block;position:absolute;content:"";width:10px;height:10px;top:3px;left:-22px;background:url(/local/templates/spimex21_cn/css/../images/ico/arrow-down-white.svg) no-repeat 50%/20px;transition:.15s}.trading-filters__body{padding-top:30px;padding-bottom:5px}@media only screen and (max-width:767px){.trading-filters__body{padding-top:20px}}.trading-filters__body-item{display:flex;flex-wrap:wrap;padding-bottom:25px}@media only screen and (max-width:767px){.trading-filters__body-item{padding-bottom:0}}.trading-filters__body-text{width:210px;padding-top:2px;padding-left:25px;padding-right:10px;font-size:18px}@media only screen and (max-width:767px){.trading-filters__body-text{width:100%;padding:10px}}.trading-filters__body-choice{width:calc(100% - 210px);max-width:560px}@media only screen and (max-width:767px){.trading-filters__body-choice{max-width:none;width:100%;padding:10px}}.trading-filters__body-choice-item,.trading-filters__choose-all{display:inline-block;vertical-align:top;min-width:24px;height:24px;line-height:24px;padding:0 6px;box-sizing:border-box;font-size:15px;text-align:center;color:#b3b3b3;margin-bottom:5px;transition:.15s;cursor:pointer;user-select:none}.trading-filters__body-choice-item.active,.trading-filters__body-choice-item:hover,.trading-filters__choose-all.active,.trading-filters__choose-all:hover{color:#fff;background:#0077ae}.trading-filters__add{display:inline-block;vertical-align:top;width:24px;height:24px;line-height:24px;text-align:center;color:#b3b3b3;border:1px solid #b3b3b3;box-sizing:border-box;margin-bottom:5px;cursor:pointer;user-select:none}.trading-filters__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:15px 20px 0;box-sizing:border-box;border-top:1px solid #e0e0e0}@media only screen and (max-width:767px){.trading-filters__footer{padding:15px 10px 0}}.trading-filters__footer .btn{margin-left:10px;margin-bottom:15px}@media only screen and (max-width:767px){.trading-filters__footer .btn{width:100%}}.trading-filters__hidden{display:none}.finger-parent{position:relative}@media only screen and (max-width:767px){.scroll-table{overflow-x:auto}}@media only screen and (max-width:767px){.scroll-table table{width:768px}}.finger{position:absolute;top:10px;right:0;animation:swipe 1.5s ease-in-out infinite}@media only screen and (min-width:768px){.finger{display:none}}@keyframes swipe{0%{right:10px}80%{right:0}to{right:10px}}.wrap-trading-table{position:relative;margin-bottom:50px}.wrap-trading-table:last-child{margin-bottom:0}.wrap-trading-table h2{font-size:28px;margin-bottom:25px}@media only screen and (max-width:767px){.wrap-trading-table h2{font-size:22px}}.trading-table{font-size:16px;line-height:1}@media only screen and (max-width:767px){.trading-table{display:inline-block;vertical-align:top;width:768px}}.trading-table .tr{display:flex}.trading-table .tr:hover{background:#f3f4f4}.trading-table .tr:hover .td:nth-child(2),.trading-table .tr:hover .td:nth-child(3){background:#f7f7f7}.trading-table .td{padding:8px;border-bottom:1px solid #ccc}.trading-table .td.center{text-align:center}.trading-table .td.right{text-align:right}.trading-table .td .gray{color:#7b7b7b}.trading-table .td:first-child{width:334px;box-sizing:border-box;padding-left:20px}.trading-table .td:nth-child(2),.trading-table .td:nth-child(3){min-width:50px;width:74px;background:#f7f7f7}.trading-table .td:nth-child(4){min-width:70px;width:95px}.trading-table .td:nth-child(5){min-width:95px;width:160px}.trading-table .td:nth-child(6){width:88px}.trading-table .td:nth-child(7){width:80px}.trading-table .td:last-child{border-right:none}.trading-table .td:hover .td-filter-icon{background:url(/local/templates/spimex21_cn/css/../images/ico/filter-hover.png) no-repeat 50%}.trading-table .td:hover .td-filter-icon.active{background:url(/local/templates/spimex21_cn/css/../images/ico/filter-active.png) no-repeat 50%}.trading-table .td-item{margin-bottom:8px}.trading-table .td-item:last-child{margin-bottom:0}.trading-table .td-filter-icon{display:block;width:15px;height:8px;background:url(/local/templates/spimex21_cn/css/../images/ico/filter-gray.png) no-repeat 50%;margin:0 auto}.trading-table .td-filter-icon.active{background:url(/local/templates/spimex21_cn/css/../images/ico/filter-active.png) no-repeat 50%}.trading-table .td-question-ico{display:block;width:12px;height:12px;line-height:12px;text-align:center;color:#fff;font-family:Bold,Arial,Helvetica,sans-sefir;font-weight:700;font-size:12px;border-radius:50%;background:#bbb;margin:0 auto}.trading-table .td-link{position:relative;font-size:14px;line-height:1.2;color:#0077ae;left:-8px;transition:.2s}.trading-table .td-link:hover{color:#00acee}.down,.stagnation,.up{position:relative;display:inline-block;vertical-align:top;margin:0 auto}.down:before,.stagnation:before,.up:before{display:block;position:absolute;content:"";width:15px;height:15px;top:0;right:-18px}.down{color:red}.down:before{background:url(/local/templates/spimex21_cn/css/../images/ico/arrow-red.svg) no-repeat 50%/contain}.up{color:#42b46b}.up:before{background:url(/local/templates/spimex21_cn/css/../images/ico/arrow-green.svg) no-repeat 50%/contain}.stagnation{color:#000}.stagnation:before{background:url(/local/templates/spimex21_cn/css/../images/ico/arrow-gray.svg) no-repeat 50%/contain}.trading-table__header{text-align:center;color:#fff;font-size:13px;background:#9fa3a7}.trading-table__header .tr:hover,.trading-table__header .tr:hover .td:nth-child(2),.trading-table__header .tr:hover .td:nth-child(3){background:#9fa3a7}.trading-table__header .td{border-bottom:none;cursor:pointer}.trading-table__header .td.td-help{cursor:help}.trading-table__header .td:nth-child(2),.trading-table__header .td:nth-child(3){background:#9fa3a7}.trading-table__footer .td:first-child{color:#7b7b7b;font-family:Bold,Arial,Helvetica,sans-sefir;font-weight:700}.trading-result{position:fixed;left:50%;margin-left:-275px;bottom:0;width:905px;z-index:7;padding:10px 0;box-sizing:border-box;background:#f7f7f7;border-top:1px solid #ccc}@media only screen and (max-width:1279px){.trading-result{display:none!important}}.trading-result__top{display:inline-block;vertical-align:top;text-align:center;padding-bottom:5px;border-bottom:1px solid #e2e2e2}@media only screen and (max-width:1279px){.trading-result__top{text-align:left}}.trading-result__item,.trading-result__wrap-items{display:inline-block;vertical-align:bottom}.trading-result__item{padding:0 20px}@media only screen and (max-width:767px){.trading-result__item{width:49%;margin-bottom:10px;padding:0}}.trading-result__item:first-child,.trading-result__item:last-child{padding-left:0;padding-right:20px;border-right:1px solid #e2e2e2}@media only screen and (max-width:767px){.trading-result__item:first-child,.trading-result__item:last-child{border:none;padding:0}}.trading-result__title{font-size:22px;color:#000;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;margin-bottom:2px}.trading-result__info{color:#ccc;font-size:12px;color:#777}.trading-result__info.date{font-size:12px;letter-spacing:0;color:#777}.supply-demand{display:inline-block;vertical-align:bottom}@media only screen and (max-width:1279px){.supply-demand{margin-top:20px}}@media only screen and (max-width:767px){.supply-demand{margin-top:0}}.supply-demand__item{display:inline-block;vertical-align:bottom;padding:0 20px;font-size:12px;text-align:center}.supply-demand__item.red{color:red}.supply-demand__item.green{color:#338619}.supply-demand__number{font-size:18px}.trading-result__bottom{color:#777;font-size:14px;margin-top:10px}@media only screen and (max-width:767px){.trading-result__bottom strong:last-child{display:block;margin-top:5px}}@media only screen and (max-width:767px){.information-disclosure .doc,.information-disclosure .pdf,.information-disclosure .xls,.trading-tabs__bloks .doc,.trading-tabs__bloks .pdf,.trading-tabs__bloks .xls{position:relative;padding-left:0;padding-top:20px}}.accordeon-item{position:relative}.accordeon-item.active:last-child:before{display:block}.accordeon-item:before{display:block;position:absolute;content:"";width:1px;height:100%;top:0;left:9px;background:#ccc}.accordeon-item:last-child:before{display:none}.accordeon-title{position:relative;display:inline-block;vertical-align:top;font-size:16px;color:#0077ae;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;padding-left:30px;padding-bottom:30px;cursor:pointer;user-select:none}.accordeon-title:after{display:block;position:absolute;content:"+";width:18px;height:18px;line-height:0;top:0;left:0;text-align:center;font-size:20px;padding-top:8px;box-sizing:border-box;font-family:Reg,Arial,Helvetica,sans-sefir;font-weight:400;border:1px solid #0077ae;background:#fff}.accordeon-title.active:after{content:"-";color:#fff;padding-top:6px;background:#0077ae}.accordeon-inner{display:none;padding-left:30px;padding-bottom:30px}@media only screen and (max-width:767px){.accordeon-inner{padding-left:20px}}.accordeon-inner__item{padding:20px 20px 20px 0;box-sizing:border-box;transition:.2s}@media only screen and (max-width:767px){.accordeon-inner__item{padding:10px 5px 20px}}.accordeon-inner__item:hover{box-shadow:-22px 0 0 0 #f7f7f7;background:#f7f7f7}@media only screen and (max-width:767px){.accordeon-inner__item:hover{box-shadow:-12px 0 0 0 #f7f7f7}}.accordeon-inner__header{display:flex;align-items:flex-start;justify-content:space-between}.accordeon-wrap-subscribe{position:relative;width:15px}@media only screen and (max-width:767px){.accordeon-wrap-subscribe{margin-right:5px}}.accordeon-wrap-subscribe.active .accordeon-subscribe__tooltip{display:none}.accordeon-wrap-subscribe.active .accordeon-subscribe{background:url(/local/templates/spimex21_cn/css/../images/ico/mail-d-blue.svg) no-repeat 50%/contain}.accordeon-wrap-subscribe:hover .accordeon-subscribe{background:url(/local/templates/spimex21_cn/css/../images/ico/mail-blue.svg) no-repeat 50%/contain}.accordeon-wrap-subscribe:hover .accordeon-subscribe__tooltip{visibility:visible;opacity:1;transform:translateX(0)}.accordeon-subscribe__tooltip{position:absolute;left:-210px;top:50%;margin-top:-14px;width:194px;height:28px;font-size:14px;text-align:center;line-height:26px;border:1px solid #c4c4c4;background:#fff;z-index:2;visibility:hidden;opacity:0;transform:translateX(-10px);transition:.3s}.accordeon-subscribe__tooltip:after{display:block;position:absolute;content:"";top:50%;right:-18px;border:10px solid hsla(0,0%,100%,0);border-left:12px solid #fff;margin-top:-10px}.accordeon-subscribe__tooltip:before{display:block;position:absolute;content:"";top:50%;right:-18px;border:8px solid hsla(0,0%,100%,0);border-left:10px solid #c4c4c4;margin-top:-8px;z-index:-1}.accordeon-subscribe{width:20px;height:17px;font-size:0;color:hsla(0,0%,100%,0);background:url(/local/templates/spimex21_cn/css/../images/ico/mail-gray.svg) no-repeat 50%/contain;cursor:pointer;transition:.2s}@media only screen and (max-width:767px){.accordeon-subscribe{margin-right:5px}}.accordeon-inner__item-title{display:block;width:calc(100% - 25px);min-height:16px;padding-right:30px;box-sizing:border-box;font-size:14px;line-height:20px;margin-bottom:15px}@media only screen and (max-width:767px){.accordeon-inner__item-title{width:100%;padding-right:0}}.accordeon-inner__item-title.not-mail{background:none}.accordeon-inner__item-inner{padding-left:45px}@media only screen and (max-width:767px){.accordeon-inner__item-inner{padding-left:0}}.accordeon-inner__item-inner__title{position:relative;padding-left:20px}.accordeon-inner__item-inner__title.hasHidden{cursor:pointer}.accordeon-inner__item-inner__title.hasHidden:before{display:block;position:absolute;content:"";width:18px;height:14px;top:2px;left:0;background:url(/local/templates/spimex21_cn/css/../images/ico/arrow-down-gray.svg) no-repeat 50%/cover}.accordeon-inner__item-inner__title.active:before{transform:rotate(180deg)}.accordeon-inner__item-inner__title p{font-size:13px;line-height:20px;color:#a1a1a1;margin-bottom:0}.accordeon-inner__item-inner__title span{color:#000}.accordeon-inner__item-inner__hidden{display:none;color:#a1a1a1;padding-top:15px}.accordeon-inner__item-inner__hidden p{font-size:13px;line-height:20px;margin-bottom:4px}.accordeon-inner__item-inner__hidden p:last-child{margin-bottom:0}.accordeon-inner__item-inner__hidden a{color:#0077ae;text-decoration:none}.accordeon-inner__item-inner__hidden span{color:#000}.accordeon-more-links{position:relative;padding-top:20px;border-top:1px solid #d6dce0}.accordeon-more-links:before{display:block;position:absolute;content:"";width:22px;height:1px;top:-1px;left:-22px;background:#d6dce0}@media only screen and (max-width:767px){.accordeon-more-links:before{width:12px;left:-12px}}.accordeon-more-links__header{display:flex;flex-wrap:wrap;padding-left:45px}@media only screen and (max-width:767px){.accordeon-more-links__header{padding-left:0}}.accordeon-more-links .archival-documents,.accordeon-more-links .subscribe-changes{padding-left:22px;margin-right:35px;margin-bottom:10px}@media only screen and (max-width:767px){.accordeon-more-links .archival-documents,.accordeon-more-links .subscribe-changes{margin-bottom:20px}}.accordeon-more-links .archival-documents:last-child,.accordeon-more-links .subscribe-changes:last-child{margin-right:0;margin-bottom:0}.accordeon-more-links .archival-documents{cursor:pointer;background:url(/local/templates/spimex21_cn/css/../images/ico/hamburger-min.png) no-repeat left 4px}.accordeon-more-links .archival-documents .date-picker-wrapper .active.select-wrapper,.accordeon-more-links .archival-documents .events-tab-link h3.active,.accordeon-more-links .archival-documents .events-tab-link h4.active,.accordeon-more-links .archival-documents .modal-header .active.tab-links__item,.accordeon-more-links .archival-documents .pseudo.active,.date-picker-wrapper .accordeon-more-links .archival-documents .active.select-wrapper,.events-tab-link .accordeon-more-links .archival-documents h3.active,.events-tab-link .accordeon-more-links .archival-documents h4.active,.modal-header .accordeon-more-links .archival-documents .active.tab-links__item{color:#00acee;border-bottom:1px dashed #00acee}.accordeon-more-links .subscribe-changes{background:url(/local/templates/spimex21_cn/css/../images/ico/mail.svg) no-repeat left 0/16px 16px}.archival-documents__hidden{position:relative;width:calc(100% + 20px);margin-left:-20px;display:none;padding-top:20px}@media only screen and (max-width:767px){.archival-documents__hidden{margin-left:-10px}}.archival-documents__hidden .accordeon-inner__item{background:#ebebeb;padding-left:20px}.archival-documents__hidden .accordeon-inner__item:hover{background:#f7f7f7;box-shadow:none}.news-tags{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:25px}@media only screen and (max-width:767px){.news-tags{align-items:center}}.news-tags .multiple-select{width:calc(100% - 40px)}@media only screen and (min-width:768px){.news-tags .multiple-select{display:none}}@media only screen and (max-width:767px){.news-tags .calendar{width:22px;height:22px;padding:0}}.news-tags__items{display:flex;flex-wrap:wrap;width:calc(100% - 100px)}@media only screen and (max-width:767px){.news-tags__items{display:none}}.news-tags__item{padding:8px 15px;font-size:14px;color:#0077ae;box-sizing:border-box;border:1px solid #d6dce0;margin-right:5px;margin-bottom:5px;cursor:pointer;user-select:none}.news-tags__item.active{color:#fff;background:#0077ae;border-color:#0077ae}.news-tags__calendar{width:100px;text-align:right}.news-tags__calendar-item{cursor:pointer}.news-allert{padding:30px;background:#f7f7f7;margin-bottom:40px}@media only screen and (max-width:1023px){.news-allert{padding:20px 15px}}@media only screen and (max-width:767px){.news-allert{background:none;padding-left:0}}.news-allert__item{position:relative;padding-left:35px;box-sizing:border-box}@media only screen and (max-width:767px){.news-allert__item{margin-bottom:20px}.news-allert__item:last-child{margin-bottom:0}}.news-allert__item:before{display:block;position:absolute;content:"!";width:22px;height:22px;top:0;left:0;border-radius:50%;padding-top:0;box-sizing:border-box;font-family:Bold,Arial,Helvetica,sans-sefir;font-weight:700;font-size:18px;color:#fff;text-align:center;background:red}.news-allert__link{color:#0077ae;font-size:14px;line-height:20px}.news-allert__link:hover{text-decoration:none}.news-item{display:flex;margin-bottom:40px}@media only screen and (max-width:767px){.news-item,.news-item--week{flex-wrap:wrap}}.news-item--week .news-date{display:flex;align-items:flex-start;justify-content:space-between;padding-right:15px;box-sizing:border-box;width:120px}@media only screen and (max-width:767px){.news-item--week .news-date{justify-content:flex-start;width:100%;padding:0;font-size:14px}}.news-item--week .news-date__inner{position:relative}@media only screen and (max-width:767px){.news-item--week .news-date__inner{display:flex;align-items:center}.news-item--week .news-date__inner:first-child{padding-right:10px;margin-right:20px}}.news-item--week .news-date__inner:last-child:before{display:none}.news-item--week .news-date__inner:before{display:block;position:absolute;content:"-";font-size:30px;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;top:0;right:-12px}@media only screen and (max-width:767px){.news-item--week .news-date__inner:before{font-family:Light,Arial,Helvetica,sans-sefir;font-weight:300;right:-12px;top:-10px}}.news-item--week .news-info{width:calc(100% - 120px)}@media only screen and (max-width:767px){.news-item--week .news-info{width:100%}}.news-date{width:70px}@media only screen and (max-width:767px){.news-date{display:flex;width:100%;text-align:left;font-family:Medium,Arial,Helvetica,sans-sefir;margin-bottom:10px}}.news-date__day{font-size:30px;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500}@media only screen and (max-width:767px){.news-date__day{font-size:14px;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:400;margin-right:5px}}.news-date__mounth{display:flex;justify-content:center;font-size:11px;text-transform:uppercase}@media only screen and (max-width:767px){.news-date__mounth{font-size:14px;margin-left:2px}}.news-date__mounth-name{margin-right:2px}.news-date__year{margin-left:5px}.news-info{width:calc(100% - 70px);min-height:55px;padding:0 30px;border-left:1px solid #d6dce0}@media only screen and (max-width:767px){.news-info{width:100%;min-height:0;padding:0;border:none}}.news-info__item{margin-bottom:25px}.news-info__item:last-child{margin-bottom:0}.news-info__link{display:inline-block;vertical-align:top;color:#0077ae;font-size:16px;line-height:22px;transition:.15s}@media only screen and (max-width:767px){.news-info__link{font-size:14px}}.news-info__link:hover{color:#00acee;text-decoration:none}.news-info__text{font-size:14px;line-height:19px;color:#727272;margin-top:10px}.loading{padding-left:10px}@media only screen and (max-width:767px){.loading{padding:0}}.loading--week{padding-left:102px}.loading-item{display:flex;align-items:center}.loading-item img{position:relative;transition:.3s;animation-name:rotate;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear}.loading-item span{font-size:16px;color:#00acee;margin-left:10px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.market-rates{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:40px}@media only screen and (max-width:767px){.market-rates{position:relative;width:calc(100% + 30px);left:-15px;margin-bottom:25px}}.market-rates__item{width:340px;background:#f7f7f7}@media only screen and (max-width:1279px){.market-rates__item{width:100%;margin-bottom:30px}.market-rates__item:last-child{margin-bottom:0}}@media only screen and (max-width:767px){.market-rates__item{margin-bottom:0}}@media only screen and (min-width:768px){.market-rates__item{display:block!important}}.market-rates__header{color:#fff;box-sizing:border-box}.market-rates__header-title{padding:10px 20px;box-sizing:border-box;font-size:22px;line-height:1.2;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;background:#0077ae}@media only screen and (max-width:767px){.market-rates__header-title{display:none}}.market-rates__header-links{display:flex;flex-wrap:wrap}.market-rates__header-link{position:relative;color:hsla(0,0%,100%,.7);font-size:13px;line-height:1.2;text-decoration:none;border-bottom:1px dashed hsla(0,0%,100%,.7);margin-right:10px}.market-rates__header-link:last-child{margin-right:0}.market-rates__header-link:last-child:before{display:none}.market-rates__header-link:before{display:block;position:absolute;content:",";bottom:-2px;right:-4px}.market-rates__hidden-links{display:flex;width:100%}@media only screen and (min-width:768px){.market-rates__hidden-links{display:none}}.market-rates__hidden-link{width:33.333333%;height:42px;line-height:42px;text-align:center;color:#fff;font-size:16px;background:#97cbec;cursor:pointer;user-select:none}.market-rates__hidden-link.active{background:#3f9edb;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500}@media only screen and (max-width:1279px){.market-rates__chart-items{display:flex;flex-wrap:wrap;justify-content:space-between}}.market-rates__chart-item{padding:15px 20px;box-sizing:border-box}@media only screen and (max-width:1279px){.market-rates__chart-item{width:50%}}@media only screen and (max-width:767px){.market-rates__chart-item{width:100%}}.market-rates__chart-item .down,.market-rates__chart-item .stagnation,.market-rates__chart-item .up{position:relative;display:block;padding-left:20px}.market-rates__chart-item .down:before,.market-rates__chart-item .stagnation:before,.market-rates__chart-item .up:before{display:block;position:absolute;content:"";width:15px;height:15px;top:2px;left:0}.market-rates__chart-header{display:flex;justify-content:space-between;margin-bottom:10px}.market-rates__chart-title{font-size:13px;color:#0077ae}.market-rates__chart-title span{font-size:22px;font-family:Bold,Arial,Helvetica,sans-sefir;font-weight:700;margin-right:5px}.market-rates__chart-rate{display:flex;align-items:center}.market-rates__chart-number{font-size:20px;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;margin-right:10px}.market-rates__chart-change{margin-top:2px}.market-rates__chart img{display:block;width:100%}.market-rates__chart-date{font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;color:#9e9e9e;font-size:12px;text-align:center;margin-top:10px}.trading-tabs__links{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}@media only screen and (min-width:768px){.trading-tabs__links .select{display:none}}.wrap-trading-tabs__links{display:flex;flex-wrap:wrap;align-items:center;width:calc(100% - 100px)}@media only screen and (max-width:767px){.wrap-trading-tabs__links{display:none}}.trading-tabs__link{font-size:18px;color:#0077ae;padding:8px 25px;margin-bottom:15px;cursor:pointer;user-select:none}.trading-tabs__link:hover{color:#00acee}.trading-tabs__link:hover span{border-bottom:1px dashed #00acee}.trading-tabs__link.active{color:#fff;background:#0077ae}.trading-tabs__link.active:hover span{border:none}.trading-tabs__link span{border-bottom:1px dashed #0077ae;transition:.2s}.trading-tabs__bloks{padding-top:30px}.img-info{margin-bottom:40px}.img-info img{width:100%}.img-info .img-info__text{font-size:14px;line-height:20px;color:#727272;margin-top:10px}.simple-table{margin-bottom:40px}.simple-table tr{cursor:pointer;border-top:1px solid #d6dce0}@media only screen and (max-width:767px){.simple-table tr{display:block;margin-bottom:20px}}.simple-table tr:last-child{margin-bottom:0}.simple-table tr:first-child{border-top:1px solid #d6dce0}.simple-table tr:hover{background:#f7f7f7}.simple-table td{position:relative;padding:15px 10px 15px 0;border-bottom:1px solid #d6dce0;box-sizing:border-box}@media only screen and (max-width:767px){.simple-table td{display:block;font-size:13px;text-align:right;padding:10px 0 10px 110px}.simple-table td:last-child{background:none}}.simple-table td:before{display:none;position:absolute;content:attr(data-title);color:#727272;font-size:13px;top:16px;left:10px;color:#000;font-family:Reg,Arial,Helvetica,sans-sefir;font-weight:400}@media only screen and (max-width:767px){.simple-table td:before{display:block;top:10px;left:0}}.simple-table td:first-child{padding-left:15px;font-size:15px;line-height:20px;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500}@media only screen and (max-width:767px){.simple-table td:first-child{font-size:13px;line-height:1.2;padding:10px 0 10px 110px}}.simple-table thead{background:#9fa3a7}@media only screen and (max-width:767px){.simple-table thead{display:none}}.simple-table thead tr:hover{background:none}.simple-table thead td{color:#fff;padding-top:15px;padding-bottom:15px}.simple-table thead td,.simple-table thead td:first-child{font-size:13px;font-family:Reg,Arial,Helvetica,sans-sefir;font-weight:400}.simple-table .blue{color:#0077ae}.simple-table__item{line-height:1.5}.wrap-quote{display:inline-block;vertical-align:top;width:100%;margin-bottom:40px}@media only screen and (max-width:767px){.wrap-quote{display:flex;flex-wrap:wrap}}.wrap-quote .mass-media__about{width:320px;margin:0 0 0 15px;padding:0;float:right}@media only screen and (max-width:767px){.wrap-quote .mass-media__about{order:2;width:100%;float:none;margin:15px 0 0}}.wrap-quote .mass-media__text{min-height:0}.wrap-quote__text{width:100%;padding-right:50px;box-sizing:border-box}.local-link__item{margin-bottom:20px}.local-link{position:relative;display:inline-block;vertical-align:top;font-size:19px;padding-left:20px}.local-link.active:before{transform:rotate(180deg)}.local-link:before{display:block;position:absolute;content:"";width:20px;height:20px;top:1px;left:-5px;background:url(/local/templates/spimex21_cn/css/../images/ico/arrow-down.svg) no-repeat 50%/contain;transition:.15s}.local-link__content{display:none;padding-top:20px;padding-left:20px;padding-bottom:40px}@media only screen and (max-width:767px){.local-link__content{padding-left:0}}.local-link__content-link{margin-bottom:25px}.local-link__text{font-size:13px;line-height:18px;color:#a1a1a1;margin-top:10px}.local-link__text span{color:#000}.trading-schedule{font-size:15px;margin-bottom:40px}@media only screen and (max-width:767px){.trading-schedule tr{display:flex;flex-wrap:wrap;margin-bottom:-1px}}.trading-schedule td{position:relative;padding:15px;border-bottom:1px solid #d6dce0;box-sizing:border-box}@media only screen and (max-width:767px){.trading-schedule td{width:100%;text-align:right;padding:10px 0 10px 50px;font-size:13px}.trading-schedule td:first-child{border-top:1px solid #d6dce0}.trading-schedule td:before{position:absolute;left:0;top:1px;content:attr(data-title);color:#727272;padding:10px 0;font-size:13px;z-index:1}}.trading-schedule [colspan]{font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;background:#f7f7f7}@media only screen and (max-width:767px){.trading-schedule [colspan]{text-align:center;padding:10px 0}}.trading-schedule thead{color:#fff;font-size:13px;background:#9fa3a7}@media only screen and (max-width:767px){.trading-schedule thead{display:none}}.clearing-operations__item{margin-bottom:40px}.clearing-operations__item:last-child{margin-bottom:0}.clearing-operations__text{font-size:16px;line-height:22px;margin-bottom:15px}.clearing-operations__text:last-child{margin-bottom:0}.clearing-operations__inner{display:flex;flex-wrap:wrap}.clearing-operations__inner-left{width:calc(100% - 290px);padding-right:10px;box-sizing:border-box;border-right:1px solid #d6d6d6}@media only screen and (max-width:767px){.clearing-operations__inner-left{width:100%;border-right:none;border-bottom:1px solid #d6d6d6;padding:0 0 20px;margin-bottom:20px}}.clearing-operations__inner-right{width:290px;padding:0 10px 0 25px;box-sizing:border-box}@media only screen and (max-width:767px){.clearing-operations__inner-right{width:100%;padding:0}}.clearing-operations__inner-right p{font-size:13px;line-height:18px;color:#727272;margin-bottom:15px}.clearing-operations__inner-right p:last-child{margin-bottom:0}.clearing-operations__inner-line{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:15px;font-size:16px;line-height:20px}.clearing-operations__inner-line:last-child{margin-bottom:0}.clearing-operations__inner-line span{color:#727272;margin-right:5px}.clearing-operations__inner-line .phone{font-family:Reg,Arial,Helvetica,sans-sefir;font-weight:400;color:#000;font-size:17px}.indexes-item .accordeon-inner__item{padding-top:0}.indexes-item .accordeon-inner__item:hover{box-shadow:none;background:none}.indexes-title{display:flex;align-items:center;padding:10px 20px;box-sizing:border-box;background:#0077ae;margin-bottom:25px}.indexes-title h2{padding:0;color:#fff;font-size:22px;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;line-height:1.2;margin:0}@media only screen and (max-width:767px){.indexes-title h2{font-size:18px}}.indexes-title--market{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.indexes-about{display:flex;flex-wrap:wrap;margin-bottom:25px}.indexes-about__img{width:160px}@media only screen and (max-width:767px){.indexes-about__img{width:100%;order:-1;margin-bottom:20px}}.indexes-about__img img{width:100%}.indexes-about__text{flex:1;padding-right:50px}@media only screen and (max-width:767px){.indexes-about__text{padding:0}}.indexes-about__text p{font-size:16px;line-height:24px;margin-bottom:10px}.indexes-dates{margin-bottom:40px}.indexes-dates__block{padding:35px 40px;box-sizing:border-box;background:#f7f7f7;margin-top:-25px;margin-bottom:20px}@media only screen and (max-width:1279px){.indexes-dates__block{display:none}}.indexes-dates__inner{display:flex;align-items:center;padding:15px 20px;box-sizing:border-box;border:1px solid #d6dce0;background:#fff}.calendar{position:relative;width:80px;padding-left:35px;box-sizing:border-box}.calendar:hover .calendar-ico{background:url(/local/templates/spimex21_cn/css/../images/ico/calendar-hover.png) no-repeat 50%/contain}.calendar .date-picker{position:absolute;width:0;height:0;visibility:hidden}.calendar-ico{display:inline-block;vertical-align:top;width:22px;height:22px;background:url(/local/templates/spimex21_cn/css/../images/ico/calendar.png) no-repeat 50%/contain;cursor:pointer}.wrap-date-slider{display:flex;align-items:center}.indexes-arrow{width:20px;height:30px;cursor:pointer;user-select:none}.indexes-arrow svg{display:block;width:100%}.indexes-arrow svg:hover polygon{fill:#00acee}.indexes-arrow polygon{fill:#d2d2d2}.wrap-date-slider{width:calc(100% - 80px)}.date-slider{width:calc(100% - 40px)}.date-slider .slick-track{display:flex;align-items:center}.date-slider__item{position:relative;display:flex;align-items:flex-end;justify-content:center;color:#0077ae;text-align:center;text-transform:uppercase;font-size:11px;box-sizing:border-box;cursor:pointer;user-select:none;outline:none}.date-slider__item:hover .date-slider__item-date{color:#00acee}.date-slider__item.active{top:-15px;color:#000}.date-slider__item.active .date-slider__item-date{font-size:55px;bottom:-6px}.date-slider__item.disabled{color:#aaa;cursor:not-allowed}.date-slider__item.disabled:hover .date-slider__item-date{color:#aaa}.date-slider__item-date{position:relative;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;font-size:30px}.indexes-dates__content{display:flex;flex-wrap:wrap}.indexes-dates__content-aside{width:230px}@media only screen and (max-width:1279px){.indexes-dates__content-aside{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;margin-bottom:25px}}.indexes-dates__content-main{flex:1;padding-left:30px}@media only screen and (max-width:1279px){.indexes-dates__content-main{flex:auto;width:100%;padding:0}}.wrap-indexes-table{position:relative;overflow:hidden}@media only screen and (max-width:767px){.wrap-indexes-table .finger-parent{padding-top:50px}}@media only screen and (max-width:767px){.scroll-indexes-table{overflow-x:auto}}.indexes-table__item{position:absolute;top:0;left:0;opacity:0;transform:translateX(-100%);transition:.5s}.indexes-table__item.active{position:relative;transform:translateX(0);z-index:1;opacity:1}.indexes-table__title{font-size:14px;line-height:22px;font-weight:700;margin-bottom:35px}.indexes-table{font-size:16px}.indexes-table .tr{display:flex;align-items:center}@media only screen and (max-width:767px){.indexes-table .tr{flex-wrap:wrap}}.indexes-table .tr .td{position:relative;display:flex;justify-content:center;padding:0 5px}@media only screen and (max-width:767px){.indexes-table .tr .td{width:100%!important;justify-content:flex-end;padding:0;margin-bottom:10px}.indexes-table .tr .td:last-child{margin-bottom:0}.indexes-table .tr .td:before{position:absolute;left:0;top:0;content:attr(data-title);color:#727272;font-size:13px;z-index:1}}.indexes-table .tr .td:first-child{width:16%}@media only screen and (max-width:767px){.indexes-table .tr .td:first-child{justify-content:flex-start;margin-bottom:20px}.indexes-table .tr .td:first-child:before{display:none}}.indexes-table .tr .td:nth-child(2),.indexes-table .tr .td:nth-child(3){width:15%}.indexes-table .tr .td:nth-child(4){width:12%}.indexes-table .tr .td:nth-child(5),.indexes-table .tr .td:nth-child(6){width:15%}.indexes-table .tr .td:nth-child(7){width:12%}.indexes-table__header{padding-bottom:15px;font-size:13px;line-height:16px;text-align:center;color:#fff;padding-top:10px;background:#9fa3a7}@media only screen and (max-width:767px){.indexes-table__header{display:none}}.indexes-table__header .tr{align-items:flex-end}.indexes-accordeon__item{transition:.2s}.indexes-accordeon__item:hover{background:#f3f4f4}@media only screen and (max-width:767px){.indexes-accordeon__item:hover{background:none}}.indexes-accordeon__title{padding:15px 0;border-top:1px solid #dbdbdb;cursor:pointer}.indexes-accordeon__title.active{background:#f3f4f4}@media only screen and (max-width:767px){.indexes-accordeon__title.active{background:none}}.indexes-accordeon__title.active:hover{background:#f3f4f4}@media only screen and (max-width:767px){.indexes-accordeon__title.active:hover{background:none}}.indexes-accordeon__title:hover{background:#f3f4f4}@media only screen and (max-width:767px){.indexes-accordeon__title:hover{background:none}}.date-picker-wrapper .indexes-accordeon__title:hover .select-wrapper,.events-tab-link .indexes-accordeon__title:hover h3,.events-tab-link .indexes-accordeon__title:hover h4,.indexes-accordeon__title:hover .date-picker-wrapper .select-wrapper,.indexes-accordeon__title:hover .events-tab-link h3,.indexes-accordeon__title:hover .events-tab-link h4,.indexes-accordeon__title:hover .modal-header .tab-links__item,.indexes-accordeon__title:hover .pseudo,.modal-header .indexes-accordeon__title:hover .tab-links__item{color:#00acee;border-color:#00acee}.indexes-table__code{text-transform:uppercase;color:#0077ae}.indexes-table__code-name{display:inline-block;vertical-align:bottom;margin-bottom:2px;font-size:16px;font-weight:700}@media only screen and (max-width:767px){.indexes-table__code-name{margin:0}}.indexes-table__code-type{font-size:12px}@media only screen and (max-width:767px){.indexes-table__code-type{display:inline-block;vertical-align:bottom}}.indexes-table__code-value{display:flex;align-items:flex-end;justify-content:center}.indexes-table__value-number{font-weight:700;font-size:16px}.indexes-table__value-number.down,.indexes-table__value-number.stagnation,.indexes-table__value-number.up{margin:0 25px 0 0}.indexes-table__value-number.down:before,.indexes-table__value-number.stagnation:before,.indexes-table__value-number.up:before{top:2px}@media only screen and (max-width:767px){.indexes-table__value-number__change{margin:0}}.indexes-table__value-number__change.plus{color:#0ea142}.indexes-table__value-number__change.minus{color:#d01a1a}.indexes-table__text{font-size:16px}.indexes-table__text.plus{color:#0ea142}.indexes-table__text.minus{color:#d01a1a}.indexes-accordeon__inner{padding:20px;box-sizing:border-box;background:#f3f4f4}@media only screen and (max-width:767px){.indexes-accordeon__inner{padding:0;background:none;margin-bottom:10px}}.indexes-accordeon__inner img{width:100%}.indexes-dates__wrap-select{margin-bottom:25px}@media only screen and (max-width:1279px){.indexes-dates__wrap-select{width:calc(50% - 20px)}}@media only screen and (max-width:767px){.indexes-dates__wrap-select{width:100%}}.indexes-dates__wrap-select:last-child{margin-bottom:0}.indexes-dates__wrap-select .market-rates__header-date{width:100%}@media only screen and (min-width:1280px){.indexes-dates__wrap-select--hidden{display:none}}.indexes-select__title{width:100%;font-weight:400;font-size:14px;line-height:1;margin-bottom:10px;color:#000}.market-banner{padding:30px 30px 70px;background-size:cover;background-position:50%;background-repeat:no-repeat;margin-bottom:20px}@media only screen and (max-width:767px){.market-banner{padding:20px}}.market-banner__info{display:flex;flex-wrap:wrap}.market-banner__info-item{color:#0077ae;text-align:center;margin-bottom:20px;margin-right:55px}@media only screen and (max-width:767px){.market-banner__info-item{margin-right:30px}}.market-banner__info-item:last-child{margin-right:0}.market-banner__info-title{font-weight:700;font-size:38px}.market-banner__info-text{max-width:90px;font-weight:700;font-size:12px;line-height:15px}.some-info{margin-bottom:40px}.some-info__text{font-size:16px;line-height:24px;margin-bottom:5px}.some-info__text:last-child{margin-bottom:0}.trading-item{margin-bottom:25px}.trading-item .wrap-tabs{display:flex;flex-wrap:wrap}.trading-item .tab-links{width:200px;padding-top:35px;box-sizing:border-box}@media only screen and (max-width:767px){.trading-item .tab-links{display:none}}.trading-item .tab-links__item{display:block;width:100%;padding:10px 14px;box-sizing:border-box;color:#0077ae;line-height:1.2;font-size:15px;font-weight:700;border-top:1px solid #d6dce0}.trading-item .tab-links__item.active{color:#000;background:#f7f7f7}.trading-item .tab-links__item:last-child{border-bottom:1px solid #d6dce0}.trading-item .tab-blocks{width:calc(100% - 200px);padding:35px 24px;box-sizing:border-box;background:#f7f7f7}@media only screen and (max-width:767px){.trading-item .tab-blocks{width:100%;padding:0;background:none}}.trading-item .dots{padding-top:20px;box-sizing:border-box}.trading-item .dots ul{display:flex;align-items:center;justify-content:center;padding:0;list-style:none;margin:0}.trading-item .dots li{padding:0;margin:0 15px 0 0}.trading-item .dots li:last-child{margin:0}.trading-item .dots .slick-active button{background:#3e3e3e}.trading-item .dots button{width:14px;height:14px;padding:0;margin:0;font-size:0;background:#f7f7f7;border:1px solid #3e3e3e;cursor:pointer}.time-switches{display:flex;align-items:center}@media only screen and (max-width:767px){.time-switches{display:none}}.time-switch{display:flex;align-items:center;height:34px;line-height:34px;padding:0 14px;box-sizing:border-box;color:#fff;font-weight:700;font-size:14px;cursor:pointer;user-select:none}.time-switch.active{color:#0077ae;background:#fff}.time-switch.active img{display:block}.time-switch img{display:none;width:16px;margin-left:14px}.time-switch__text{line-height:1.2;border-bottom:1px dashed #fff}.trading-value{display:none}.trading-value.active{display:flex;flex-wrap:wrap}.trading-value__info{width:200px;padding-right:25px;box-sizing:border-box}@media only screen and (max-width:1279px){.trading-value__info{width:120px;padding-right:10px}}@media only screen and (max-width:767px){.trading-value__info{order:2;margin-top:20px;display:flex;align-items:flex-start;justify-content:space-between;width:100%}}.trading-value__info-item{margin-bottom:30px}@media only screen and (max-width:767px){.trading-value__info-item{width:30%;text-align:center;margin-bottom:0}}.trading-value__info-item:last-child{margin-bottom:0}.trading-value__info-title{font-size:28px;font-weight:700}@media only screen and (max-width:767px){.trading-value__info-title{font-size:18px}}.trading-value__info-text{font-size:14px}.trading-value__chart{flex:1}@media only screen and (max-width:767px){.trading-value__chart{flex:auto;width:100%}}.trading-value__chart img{width:100%}.market-structure{display:flex;flex-wrap:wrap;padding:35px 0 0;box-sizing:border-box}@media only screen and (max-width:767px){.market-structure{padding:0}}.market-structure img{width:100%}.market-structure__charts,.market-structure__info{width:50%}@media only screen and (max-width:767px){.market-structure__charts,.market-structure__info{width:100%}}.market-structure__charts{display:flex;align-items:center;justify-content:center}@media only screen and (max-width:767px){.market-structure__charts{margin-top:20px}}.market-structure__chart{display:none}.market-structure__chart.active{display:flex;align-items:center;justify-content:center}.wrap-market-structure__item{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:-1px}.wrap-market-structure__item:last-child .market-structure__item-info{border:none}.market-structure__item-info{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;box-sizing:border-box;width:330px;font-size:15px;font-weight:700;border-bottom:1px solid #d6dce0}@media only screen and (max-width:1279px){.market-structure__item-info{width:200px;font-size:14px}}@media only screen and (max-width:767px){.market-structure__item-info{width:170px;padding:5px 10px 5px 0}}.market-structure__item-text{color:#0077ae}.market-structure__item-percent{margin-left:10px}.market-structure__item-line{flex:1}.market-structure__item-progress{width:0;height:38px;box-shadow:inset 0 0 0 1px #fff;background:red}.traded-instruments__item{width:200px;margin:0 8px}@media only screen and (max-width:1279px){.traded-instruments__item{margin:0 20px}}@media only screen and (max-width:1023px){.traded-instruments__item{margin:0 10px}}.traded-instruments__inner{position:relative;padding:15px 20px;box-sizing:border-box;font-size:12px;border:1px solid #e5e5e5;background:#fff;margin-bottom:24px}@media only screen and (max-width:767px){.traded-instruments__inner{margin-bottom:10px}}.traded-instruments__inner:last-child{margin-bottom:0}.traded-instruments__inner--indicator{padding:0}.traded-instruments__inner--indicator img{width:100%}.traded-instruments__vector{position:absolute;top:17px;right:30px;font-size:14px;z-index:1}.traded-instruments__header{margin-bottom:20px}.traded-instruments__title{max-width:120px;font-size:28px;font-weight:700;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#0077ae}.traded-instruments__sub-title{font-size:13px;line-height:1.2;color:#0077ae}.traded-instruments__inner-item{margin-bottom:15px}.traded-instruments__inner-item:last-child{margin-bottom:0}.traded-instruments__inner-text{line-height:1.2;color:#848484}.traded-instruments__inner-titie{font-weight:700;font-size:15px}.market-indicator__switches{display:flex;flex-wrap:wrap}@media only screen and (max-width:767px){.market-indicator__switches{display:none}}.market-indicator__switch{color:#00acee;font-weight:700;margin-bottom:20px;margin-right:25px;cursor:pointer}.market-indicator__switch.active{color:#000}.market-indicator__switch:last-child{margin-right:0}.market-indicator__block{display:none}.market-indicator__block.active{display:block}.market-rates__header-changes{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;box-sizing:border-box}@media only screen and (max-width:767px){.market-rates__header-changes{padding:15px 6px 6px}}.market-rates__header-date,.market-rates__header-select{height:40px;border:1px solid #9fa3a7;box-sizing:border-box;background:#fff}.market-rates__header-date{display:flex;align-items:center;justify-content:space-between;width:130px;padding:0 10px 0 0;box-sizing:border-box}.market-rates__header-date .calendar{width:100%;padding:0}.market-rates__header-date .calendar:hover .date-picker{color:#00acee}.market-rates__header-date .calendar label{display:flex;align-items:center;justify-content:space-between}.market-rates__header-date .date-picker{position:relative;display:block;width:calc(100% - 22px);height:38px;line-height:38px;padding:0 0 0 10px;visibility:visible;font-size:15px;color:#0077ae;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;user-select:none}.market-rates__header-select{width:calc(100% - 136px)}.market-rates__header-select .select{display:flex;align-items:center;padding:0;box-sizing:border-box;border:none;background:#fff}.market-rates__header-select .select-selected{height:38px;line-height:38px;padding:0 5px 0 10px;font-size:15px}.market-rates__header-select .select-selected.active,.market-rates__header-select .select-selected:hover{color:#00acee}.market-rates__header-select .select-selected__text:before{top:50%;margin-top:-12px}.market-rates__header-select .select-options{box-shadow:0 0 0 1px #9fa3a7}.market-rates__header-select .select-options__item{font-size:15px;color:#000;border-bottom:1px solid #dddfe0}.market-rates__header-select .select-options__item.active{font-weight:400}.market-rates__header-select .select-options__item:last-child{border:none}.market-rates__header-select .select-options__item:hover{background:#f4f5f5}.select{border:1px solid #9fa3a7;background:#fff}.select,.select-selected{position:relative;width:100%;box-sizing:border-box}.select-selected{display:flex;flex-wrap:wrap;align-items:center;height:40px;line-height:40px;padding:0 10px;font-size:15px;color:#0077ae;font-weight:700;cursor:pointer;user-select:none}.select-selected.active,.select-selected:hover{color:#00acee}.select-selected.active .select-selected__text:before{transform:rotate(180deg)}.select-selected.disabled{color:#bcc4cd}.select-selected.disabled:before{opacity:.5}.select-selected__text{position:relative;width:100%;line-height:1.2;padding-right:20px;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.select-selected__text:before{position:absolute;content:"";top:50%;margin-top:-12px;right:0;width:24px;height:24px;font-size:0;color:hsla(0,0%,100%,0);background:url(/local/templates/spimex21_cn/css/../images/ico/select.svg) no-repeat 50%/contain;z-index:1}.select-options{display:none;position:absolute;top:calc(100% - 15px);left:0;width:100%;padding:0;color:#0077ae;box-sizing:border-box;list-style:none;box-shadow:0 0 0 1px #9fa3a7;background:#fff;font-weight:400;z-index:7}.select-options.active{display:block}.select-options__item{padding:10px 15px;font-size:15px;color:#000;box-sizing:border-box;line-height:1.2;border-bottom:1px solid #dddfe0;cursor:pointer;user-select:none;margin-bottom:0}.select-options__item:last-child{border:none}.select-options__item:hover{background:#f4f5f5}.select-options__item.disabled{color:#bcc4cd}.select-options__item.active{font-weight:400;background:#f7f7f7}.select-options__item.hover{background:none}.select-options__item.hover:hover{background:#f7f7f7}.aside-menu__item,.aside-menu__list{padding:0;margin:0}.aside-menu__item{list-style:none}.aside-menu__title{color:#000;display:block;line-height:24px;padding:12px 0;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;transition:.2s}.aside-menu__title.active{color:#0077ae}.aside-menu__title:hover{color:#00acee}.aside-menu__inner-list{padding:0 0 10px;margin:-5px 0 0}.aside-menu__inner-item{list-style:none;padding:0;margin:0}.aside-menu__link{color:#000;display:block;font-size:14px;color:#797979;line-height:28px;transition:.2s;cursor:pointer}.aside-menu__link.active{color:#0077ae}.aside-menu__link:hover{color:#00acee}.aside-menu__open{position:relative;display:flex;align-items:center}.aside-menu__open.active .menu-open__triangl{transform:rotate(180deg)}.aside-menu__open:hover .menu-open__triangl{background:url(/local/templates/spimex21_cn/css/../images/ico/arrow-down.svg) no-repeat 100%/contain}.menu-open__triangl{width:18px;height:18px;background:url(/local/templates/spimex21_cn/css/../images/ico/arrow-down-gray.svg) no-repeat 100%/contain;margin-left:5px;transition:.2s}.aside-minu__hidden{display:none;padding:0 0 15px 15px;margin:0}.aside-minu__hidden-item{list-style:none;margin:0}.trading-mobile-selects{display:flex;align-items:center;justify-content:space-between;min-width:100%;padding:10px 0}@media only screen and (min-width:768px){.trading-mobile-selects{display:none}}.trading-mobile-selects .select:first-child{width:120px;margin-right:10px}.trading-mobile-selects .select:nth-child(2){width:calc(100% - 130px)}.trading-mobile-selects .select--fw{min-width:100%}.multiple-select{position:relative}.multiple-select .btn{display:inline-block;vertical-align:top;margin:18px 12px}.multiple-selected{position:relative;width:100%;height:42px;line-height:40px;padding:0 42px 0 12px;color:#0077ae;font-size:15px;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;box-sizing:border-box;border:1px solid #9fa3a7;background:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;user-select:none}.multiple-selected:hover{color:#00acee}.multiple-selected.add{font-size:0}.multiple-selected.add span{font-size:15px;margin-right:10px}.multiple-selected.active{color:#00acee}.multiple-selected.active:before{transform:rotate(180deg)}.multiple-selected:before{display:block;position:absolute;content:"";width:42px;height:42px;top:0;right:0;background:url(/local/templates/spimex21_cn/css/../images/ico/arrow-down.svg) no-repeat 50%/24px}.multiple-select__options{display:none;position:absolute;top:41px;left:0;width:100%;border:1px solid #9fa3a7;box-sizing:border-box;background:#fff;z-index:1}.multiple-select__option{border-bottom:1px solid #dddfe0}.multiple-select__option input{display:none}.multiple-select__option label{position:relative;display:block;padding:12px 12px 12px 42px;box-sizing:border-box;font-size:15px;line-height:1.2;cursor:pointer;user-select:none}.multiple-select__option label:before{display:block;position:absolute;content:"";width:18px;height:18px;top:50%;left:12px;margin-top:-10px;border:1px solid #dddfe0}.multiple-select__option input[type=checkbox]:checked+label:before{border-color:#0077ae;background:#0077ae url(/local/templates/spimex21_cn/css/../images/ico/tick.svg) no-repeat 50%/70%}@keyframes rotate-90{0%{transform:rotate(0deg)}to{transform:rotate(-90deg)}}@keyframes rotate-45{0%{transform:rotate(0deg)}to{transform:rotate(-45deg)}}@keyframes rotate90{0%{transform:rotate(0deg)}to{transform:rotate(90deg)}}@keyframes rotate45{0%{transform:rotate(0deg)}to{transform:rotate(45deg)}}.traded-instruments__item{margin:0 10px 0 0;max-width:200px}.traded-instruments__inner{margin-bottom:10px}.img-info .grid,.img-info .grid .col{flex-wrap:wrap}.market-rates__chart{width:300px;height:115px}.news-info__text p{font-size:14px;line-height:19px;color:#727272}.content-body a{color:#0077ae}.content-body a:hover{color:#00acee}.content-body a.bread-crunbs__destination,.content-body a.bread-crunbs__destination:hover,.content-body a.bread-crunbs__link,.content-body a.bread-crunbs__link:hover{color:#fff}.filter-block__form{position:relative;z-index:1}.filter-block__form__input{padding:10px;width:100%;box-sizing:border-box;margin-bottom:30px;border-radius:2px;border:1px solid #ccc;font-size:16px}.filter-block__form__extra{position:absolute;top:0;right:0;padding:6px;display:flex}.filter-block__form__extra span{padding:5px;display:inline-block;border:1px solid transparent;background:#efefef;font-size:14px}.filter-block__form__settings{display:block;background:#fff;width:100%;position:absolute;z-index:-1;padding:85px 25px 25px;box-shadow:1px 1px 10px #efefef;margin-left:-25px;margin-top:-25px;font-size:14px}.filter-block__form__settings table tr{border-bottom:1px solid #efefef}.filter-block__form__settings table tr:last-child{border-bottom:1px solid transparent}.filter-block__form__settings table tr td{padding:5px 10px}.filter-block__form__settings table tr td input{width:calc(100% - 12px);padding:10px;border:1px solid #efefef}.filter-block__form__settings-list{display:flex}.filter-block__form__settings-item{padding:10px 15px;border:1px solid #efefef;display:inline-block}.status--green{background:#9acd32}.status--green,.status--red{width:10px;height:10px;display:block;border-radius:2px;margin:auto}.status--red{background:red}.table-light{font-size:14px}.table-light thead th{background:#f1f1f1;border-top:1px solid #efefef;border-bottom:1px solid #efefef}.table-light th{text-align:left}.table-light td,.table-light th{padding:10px;border-bottom:1px solid #efefef}img.box{display:block;margin:5px 0;box-shadow:1px 1px 10px #ccc}.index-table{position:relative}.index-table .red{color:red}.index-table .green{color:green}.index-table__source{display:none;background:#fff;z-index:999;width:250px;position:absolute;font-family:Light;font-size:14px;box-shadow:1px 1px 10px #ccc;border:1px solid #ccc}.index-table__source__inner{position:relative;padding:10px 0}.index-table__source__inner:before{content:"";display:block;position:absolute;width:10px;height:10px;border-top:1px solid #ccc;border-left:1px solid #ccc;top:-6px;background:#fff;transform:rotate(50grad);left:20px}.index-table__source__title{margin:0 0 10px;padding:5px 15px;border-bottom:1px solid #efefef;font-family:Medium}.index-table__source__list{margin:0;padding:0}.index-table__source__item{list-style:none;margin:0;padding:5px 15px;font-size:14px;cursor:pointer}.index-table__source__item:hover{background:#0077ae;color:#fff}.index-table__source__item.checked{background:#efefef;color:#000;cursor:default}.index-table__title{line-height:32px;position:relative}.index-table__title span[data-source]{border-bottom:1px dashed;color:#0077ae;cursor:pointer}.index-table__title span[data-source=index-date]{position:relative}.index-table__title span[data-source=index-date] input{position:absolute;width:100%;height:100%;left:0;opacity:0}.index-table__filter{display:flex;flex-wrap:wrap;border:1px solid #efefef;padding:0 15px 15px;background:#fafafa}.index-table__filter__icon{display:flex;margin-top:15px;padding-right:15px;border-right:1px solid #efefef;margin-right:15px}.index-table__filter__col{font-size:14px;font-family:Medium;padding:15px 0 0;margin-right:30px}.index-table__filter__title{margin-right:5px}.index-table__filter__value{border-bottom:1px dashed;display:inline-block;color:#0077ae;cursor:pointer}.index-table__header{background:#fafafa;border-left:1px solid #efefef;border-right:1px solid #efefef;box-sizing:border-box}.index-table [data-graph]{transition:.2s}.index-table [data-graph]:hover{color:#00acee;cursor:pointer}.index-table__graph{display:none;overflow:hidden;width:100%;padding:15px;box-sizing:border-box;border-top:1px solid #efefef;background:#fff}.index-table__graph__inner{width:100%;height:430px}.index-table__row{display:flex;flex-wrap:wrap;border-bottom:1px solid #efefef;padding:0;color:#555;position:relative}.index-table__row:hover,.index-table__row:hover .index-table__col.active{background:#f5f5f5}.index-table__header .index-table__row{margin:0 -1px}.index-table__header .index-table__row:hover,.index-table__row.row-head:hover{background:transparent}.index-table__row .calendar{position:relative;width:40px;padding:10px 25px 10px 0;box-sizing:border-box;border-right:1px solid #efefef;margin:5px 0}.index-table__row .calendar .calendar-ico{width:24px;height:24px;display:block}.index-table__col{transition:1s;flex-shrink:0;flex-direction:column;padding:0;opacity:.5;text-align:right;font-family:Medium;font-size:11px;border-left:1px solid transparent}.index-table__col,.index-table__cols{position:relative;box-sizing:border-box;display:flex}.index-table__cols{width:calc(100% - 150px);flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:baseline;align-content:stretch;overflow:hidden}.index-table__content .index-table__cols{height:53px}.row-head .index-table__cols{height:46px}.dates .index-table__col{user-select:none;width:121px;box-sizing:border-box;padding:10px 15px;text-align:left;border-left:1px solid #efefef;opacity:1}.dates .index-table__col:last-child{border-right:0 solid #efefef}.dates .index-table__col:hover{cursor:pointer}.index-table__content .index-table__col{flex-direction:row}.index-table__col.active{width:auto;flex-direction:row;opacity:1;background:#fafafa;border-left:4px solid #efefef}.dates .index-table__col.active{width:444px;flex-direction:column;background:#f1f1f1;border-left:4px solid #0076ae}.index-table__col:hover{opacity:1;color:#000}.index-table__col__main{position:relative;display:flex;flex-direction:column;width:120px;box-sizing:border-box;padding:10px 40px 10px 0;transition:1s;cursor:pointer}.index-table__col__main:hover{transform:scale(1.2)}.row-head .index-table__col__main{cursor:default}.row-head .index-table__col__main:hover{transform:scale(1)}.index-table__col__main svg{width:20px;height:20px;position:absolute;top:50%;margin-top:-10px;right:10px}.index-table__col__main svg.d-90{animation:rotate-90 1s ease-in-out 1 forwards}.index-table__col__main svg.d-45{animation:rotate-45 1s ease-in-out 1 forwards}.index-table__col__main svg.d45{animation:rotate45 1s ease-in-out 1 forwards}.index-table__col__main svg.d90{animation:rotate90 1s ease-in-out 1 forwards}.index-table__col__extra{width:0;transition:1s;overflow:hidden;display:flex}.index-table__col.active .index-table__col__extra{width:320px;flex-direction:row;transition:1s}.index-table__col__extra-item{display:flex;flex-direction:column;width:80px;box-sizing:border-box;padding:10px 15px 10px 0}.index-table__col__extra-item span:first-child{font-weight:400!important;font-family:light!important}.index-table__col span:first-child{font-family:Light;font-size:16px;font-weight:700}.dates .index-table__col span:first-child{font-size:32px;font-family:Medium}.index-table__col span:nth-child(2){position:absolute;right:7px;background:#f1f1f1;padding:0 5px;color:#555;font-weight:400;font-family:light;top:5px}.index-table__col span:last-child{font-family:light;text-transform:uppercase;font-size:12px}.dates .index-table__col span:last-child{font-size:11px}.index-table__col-fixed{width:150px;box-sizing:border-box;display:flex;flex-direction:column;padding:8px 15px;font-family:Medium;font-size:11px}.index-table__col-fixed span:first-child{font-family:Medium;font-size:18px;font-weight:700}.index-table__col-fixed span:last-child{font-family:light;text-transform:uppercase;font-size:12px}.doc-preactual:before{background:#ffd744}.doc-actual:before,.doc-preactual:before{content:"";display:inline-block;width:8px;height:8px;border-radius:2px;margin-right:7px}.doc-actual:before{background:#3bc915}.right-group{margin-top:100px;margin-bottom:60px}.right-group__item{padding:0 10px;margin-bottom:10px;border:1px solid #ebebeb;border-top:4px solid #0076ae;transition:.2s}.right-group__item:hover{cursor:pointer;transform:scale(1.1);box-shadow:1px 1px 10px #efefef;background:#f7f7f7}.right-group__item:hover .right-group__item__desc{color:#000}.right-group__item.bgcolor:hover{background:#0076ae;color:#fff;border:1px solid #0076ae;border-top:4px solid #0076ae;box-shadow:1px 1px 10px #ccc}.right-group__item.bgcolor:hover .right-group__item__footer{color:#fff}.right-group__item img{max-width:100%;max-height:30px}.right-group__item__desc{font-family:light;font-size:12px;border-bottom:1px solid #efefef;padding:5px 0;color:#999}.right-group__item__title{padding:15px 0;font-size:24px;font-family:Medium;font-weight:700;letter-spacing:1px}.right-group__item__footer{font-family:light;font-size:12px;border-top:1px solid #efefef;padding:5px 0;color:#999}.index-banner-2{background:url(/local/templates/spimex21_cn/css/../uploads/banners_projects/801x324_fte.jpg) no-repeat 50%/cover;display:flex;padding:30px;height:300px;margin-bottom:30px}.index-banner-2__section{width:50%}.index-banner-2__section.middle{justify-content:center;align-items:baseline}.index-banner-2__section.bottom,.index-banner-2__section.middle{display:flex;flex-direction:column;flex-wrap:nowrap;align-content:stretch}.index-banner-2__section.bottom{justify-content:flex-end;align-items:flex-end}.index-banner-2__section__logo{display:none;width:175px;padding:6px;margin-left:-25px;margin-bottom:25px;background:#fff}.index-banner-2__section__logo img{width:100%}.index-banner-2__section__header{font-family:medium;font-size:32px;color:#fff;text-shadow:1px 1px 1px #000}.bottom .index-banner-2__section__header{font-size:28px}.index-banner-2__section__subheader{font-family:light;font-size:26px;color:#fff;text-shadow:1px 1px 1px #000}.bottom .index-banner-2__section__subheader{font-size:20px}.accordeon-inner.border-block{border-top:1px solid #efefef;border-bottom:1px solid #efefef}.accordeon-inner__item-title{margin-bottom:0}.accordeon-inner__item-inner{margin-top:15px;margin-left:-25px}.accordeon-inner__item-inner__title.hasHidden{margin-left:15px}.accordeon-inner__item-inner__hidden{margin-left:20px}.accordeon-inner__item-inner__hidden p{font-size:12px}.accordeon-more-links{padding-top:15px;font-size:14px;border-top:1px solid #efefef}.accordeon-more-links:before{background:#efefef}.accordeon-more-links__header{flex-wrap:nowrap}.accordeon-more-links .archival-documents,.accordeon-more-links .subscribe-changes{width:50%}.header-top__years{transition:.2s}.header-top__years:hover{color:#00acee}.block-links{background:#fafafa;display:flex;flex-wrap:wrap;margin-bottom:50px;border:1px solid #efefef;padding:0 15px}.block-links__col{display:flex;flex-wrap:wrap;flex-direction:column;padding:0 15px 22px;flex:1}.block-links__link{padding:10px 0;color:#0077ae;font-family:light;font-size:14px;box-sizing:border-box;border-bottom:1px solid #efefef;margin-bottom:-1px;position:relative;cursor:pointer;transition:.2s}.block-links__link:hover{color:#00acee}.block-links__link:hover:after{content:"\43F\435\440\435\439\442\438";width:75px;overflow:hidden;left:calc(100% - 75px);opacity:1;color:#0077ae}.block-links__link:last-child{border-bottom:none}.block-links__link:after{content:"";width:15px;height:15px;background:url(/local/templates/spimex21_cn/css/../images/ico/next-blue.svg);background-repeat:no-repeat;background-position:100%;background-size:15px;position:absolute;right:0;transition:.2s;opacity:.5}.fast-links{background:#fafafa;display:flex;flex-wrap:wrap;margin-bottom:50px;border:1px solid #efefef;padding:0 0 0 30px}.fast-links.with-desc{background:#f5f5f5}.fast-links__desc{width:30%;padding:10px 10px 10px 0;box-sizing:border-box}.fast-links__desc img{width:80%}.fast-links__items{display:flex;flex-wrap:wrap}.with-desc .fast-links__items{width:70%;display:flex;flex-wrap:wrap;flex-direction:row;align-items:baseline;align-content:baseline;margin:auto}.fast-links__link{padding:10px 0;color:#0077ae;font-family:light;width:calc(33% - 30px);font-size:14px;box-sizing:border-box;border-bottom:1px solid #efefef;margin-bottom:-1px;margin-right:30px;position:relative;cursor:pointer;transition:.2s}.fast-links__link.w100{width:100%}.contact-links .fast-links__link,.fast-links__link.w50{width:calc(50% - 30px)}.with-desc .fast-links__link{width:calc(50% - 30px);border-bottom:1px solid transparent;border-top:1px solid transparent;position:relative;cursor:pointer;margin:-1px 30px 0 0}.fast-links__link:hover{color:#00acee}.with-desc .fast-links__link:hover{border-bottom:1px solid #efefef;border-top:1px solid #efefef}.fast-links__link:hover:after{transform:rotate(90deg)}.fast-links__link:after{content:"";width:16px;height:16px;background:url(/local/templates/spimex21_cn/css/../images/ico/next-blue.svg);background-repeat:no-repeat;background-position:100%;background-size:15px;position:absolute;right:0;transition:.2s;top:50%;margin-top:-8px}h1{margin-bottom:50px}.trading-schedule .bg{background:#f1f1f1}.bread-crunbs__destination,.bread-crunbs__destination:hover,.bread-crunbs__link,.bread-crunbs__link:hover{color:#fff}.local-link{font-size:16px}.local-link__item{margin-bottom:10px}.local-link__content{padding:20px;background:#fafafa;margin-top:10px}.accordion .local-link__content{background:#f1f1f1}li a{color:#0077ae}li a:hover{color:#00acee}ol{list-style:none;counter-reset:li}ol li img.box{display:block;margin:5px 0;box-shadow:1px 1px 10px #ccc}ol>li:before{counter-increment:li;content:counters(li,".") ". "}ol>li{list-style:none;position:relative;padding-left:20px}ol>li img{max-width:100%}ol>li ol,ol>li ul{margin-top:15px}ol>li ul li{list-style:none;position:relative}ol>li ul li:before{content:"";display:block;width:6px;height:6px;background:#00acee;position:absolute;left:-20px;top:10px}ol>li:before{position:absolute;font-weight:700;font-size:18px;left:-10px;top:-1px}ol ol>li:before{font-size:14px}.red{color:red}.no-padding{padding:0!important}.no-margin{margin:0!important}.accordion{border-top:1px solid #efefef}.accordion p{margin-bottom:20px}.accordion.compact p{font-size:14px;line-height:18px;margin-bottom:10px}.accordion .accordeon-inner__item-title{margin-bottom:0}.accordion .accordeon-inner__item-inner__title{margin-top:15px}.accordion .accordeon-inner__item-inner__title p{margin-bottom:0}.accordion .accordeon-inner__item{margin-right:-20px;margin-left:1px;padding-right:30px}.accordion .date-picker-wrapper .select-wrapper,.accordion .events-tab-link h3,.accordion .events-tab-link h4,.accordion .modal-header .tab-links__item,.accordion .pseudo,.date-picker-wrapper .accordion .select-wrapper,.events-tab-link .accordion h3,.events-tab-link .accordion h4,.modal-header .accordion .tab-links__item{line-height:24px}.page-content__tabs .accordion{border-top:0;margin-bottom:-1px}.accordion-item{border-bottom:1px solid #efefef}.accordion-item__header{font-size:18px;font-family:Medium,Arial,Helvetica,sans-sefir;padding:20px 60px;transition:.2s;position:relative;cursor:pointer}.accordion-item__header__code{padding:2px 10px;font-weight:700;font-size:24px;background:#0076ae;color:#fff;height:32px;box-sizing:border-box;text-align:center;float:left;margin-right:20px;margin-left:-60px;margin-top:5px;min-width:35px}.compact .accordion-item__header{padding-left:20px;color:#0077ae}.compact .accordion-item__header:hover{color:#00acee}.page-content__tabs .accordion-item__header{padding-left:25px}.accordion-item__header:after{display:block;position:absolute;content:"";width:20px;height:20px;right:15px;background:url(/local/templates/spimex21_cn/css/../images/ico/arrow-down-black.svg) no-repeat 50%/contain;transition:.15s;top:50%;margin-top:-10px}.accordion-item__header.active:after{transform:rotate(180deg)}.accordion-item__header:hover{background:#fafafa}.accordion-item__header.active{background:#f1f1f1}.accordion-item__header img{height:20px;position:absolute;left:20px}.page-content__tabs .accordion-item__header img{display:none}.accordion-item__content{display:none;overflow:hidden;padding:20px;background:#fafafa}.accordion-item__content__inner .page-content__tabs__link{font-size:18px}.brokers-rating{font-size:14px}.brokers-rating thead tr th{border-bottom:4px solid #efefef;font-family:Medium;font-size:18px;padding:10px 5px}.brokers-rating thead tr th img{width:20px;margin:auto;display:flex}.brokers-rating thead tr th:last-child{text-align:left;padding-left:20px}.brokers-rating tbody tr td{padding:15px 5px;border-bottom:1px solid #efefef;text-align:center}.brokers-rating tbody tr td:first-child{font-family:Medium}.brokers-rating tbody tr td:nth-child(2){font-family:Medium;color:#999;background:#fafafa}.brokers-rating tbody tr td:last-child{text-align:left;padding-left:20px}.brokers-rating tbody tr:hover td{background:#fafafa}.brokers-rating tfoot tr td{font-family:Reg,Arial,Helvetica,sans-sefir;color:#999;padding:10px;font-style:italic;border:none;border-top:3px solid #efefef}.brokers-list__header{display:flex;background:#ccc;font-family:Medium}.brokers-list__header__first{width:20%;padding:10px}.brokers-list__header__last{width:80%;padding:10px}.brokers-list__content{display:flex}.brokers-list__title{padding:5px 10px;border-bottom:1px solid #efefef;height:60px;box-sizing:border-box;font-family:Medium;font-size:14px;transition:.2s;display:flex}.brokers-list__title a{line-height:1.5;margin:auto 0}.brokers-list__titles{width:20%}.brokers-list__market{width:40px;height:100%;position:relative;display:flex;flex-direction:column;background:#fafafa;border-left:2px solid #ccc;border-right:1px solid #efefef;border-bottom:1px solid #efefef;box-sizing:border-box;color:#777;transition:.2s}.brokers-list__market.hover{color:#555;background:#f1f1f1}.brokers-list__markets{display:flex;width:80%}.brokers-list__market__ico{display:block;height:40px;display:flex}.brokers-list__market__ico img{margin:auto;opacity:.5}.brokers-list__market__name{transform:rotate(-90deg);position:absolute;width:500px;height:20px;left:-232px;top:280px;font-family:medium;font-size:16px;text-align:right;transition:.2s}.brokers-list__access__item{padding:15px 20px;border-bottom:1px solid #efefef;height:60px;box-sizing:border-box;transition:.2s}.comment{display:block;color:#777;font-style:italic;margin:10px 0}.t-small{font-size:12px}.t-right{text-align:right}.menu-link.active:hover,.menu-link:hover{color:#fff}.gradient-border{border:1px solid transparent;-moz-border-image:-moz-linear-gradient(left,#fff 0,#0077ae 25%,#0077ae 75%,#fff 100%);-webkit-border-image:-webkit-linear-gradient(left,#fff,#0077ae 25%,#0077ae 75%,#fff);border-image:linear-gradient(90deg,#fff 0,#0077ae 25%,#0077ae 75%,#fff);border-image-slice:1;margin:30px 0;padding:20px 0}.important{display:flex;margin-bottom:50px}.important-item{position:relative;min-width:49%;box-sizing:border-box;display:inline-block;margin:0 20px 0 0;border:1px solid transparent;-moz-border-image:-moz-linear-gradient(left,#fff 0,#0077ae 25%,#0077ae 75%,#fff 100%);-webkit-border-image:-webkit-linear-gradient(left,#fff,#0077ae 25%,#0077ae 75%,#fff);border-image:linear-gradient(90deg,#fff 0,#0077ae 25%,#0077ae 75%,#fff);border-image-slice:1;padding:25px 25px 25px 70px}.important-item:last-child{margin-right:0}.important-item:before{content:"i";display:block;color:#0077ae;border:4px solid #0077ae;padding:5px;position:absolute;left:0;top:30px;width:40px;height:40px;line-height:25px;text-align:center;font-size:28px;font-family:regular;font-weight:700;box-sizing:border-box}.important-item__text{margin-bottom:10px}.important-item__comment{font-size:14px;line-height:18px;color:#999}.news-date{width:45px;text-align:center;padding:0 20px;border-right:1px solid #d6dce0}.news-date__day{font-size:42px;line-height:48px}.news-date__month{font-family:Light;padding:6px 0;border-top:1px solid #efefef}.news-date__year{margin-left:3px}.news-info{padding:0 20px;border-left:0}.quote-text{color:#000}.banners-item{background:transparent;height:auto}.banners-item img{transition:.2s}.banners-item img:hover{box-shadow:1px 1px 10px #999;transform:scale(1.1)}.filter-line{border-bottom:1px solid #efefef;display:flex;flex-wrap:wrap;margin-bottom:30px;font-size:14px;line-height:18px;background:#fafafa}.filter-line.bg{background:#fafafa;border:1px solid #efefef;padding:10px}.filter-line__title{padding:5px 10px;margin:auto 30px auto 0;background:#fafafa;display:block;font-family:Light,Arial,Helvetica,sans-sefir;text-transform:lowercase}.filter-line__section{position:relative;display:flex;flex-wrap:wrap;margin-right:30px;padding-left:10px}.filter-line__section.filter--text{width:100%;box-sizing:border-box;margin:0 0 10px;padding-left:0}.filter-line__section-title{padding:5px 0;margin:auto 10px auto auto;display:block;font-family:Medium,Arial,Helvetica,sans-sefir}.filter-line__section-select{padding:0;border-bottom:1px dashed;margin:auto 10px auto 0;display:block;font-family:Light,Arial,Helvetica,sans-sefir;cursor:pointer;text-transform:lowercase}.filter--text .filter-line__section-select{width:100%;margin-right:0}.filter-line__section-select i{color:#999;font-style:normal;font-size:12px}.filter-line__section-select input{border:1px solid #ccc;font-size:14px;padding:5px 10px;margin:auto}.filter--text .filter-line__section-select input{padding:10px;box-sizing:border-box;width:100%;border-radius:3px}.filter-line__section-content{display:none;position:absolute;top:35px;left:70px;background:#fff;border:1px solid #ccc;box-shadow:1px 1px 10px #bbb;padding:10px 0;min-width:200px;z-index:2}.filter-line__section-content:before{content:"";display:block;position:absolute;width:10px;height:10px;border-top:1px solid #ccc;border-left:1px solid #ccc;top:-6px;background:#fff;transform:rotate(50grad);left:20px}.filter-line__section-items{margin:0;padding:0;font-family:Light,Arial,Helvetica,sans-sefir;font-size:14px;text-transform:lowercase}.filter-line__section-item{list-style:none;margin:0;transition:.2s;position:relative;padding:5px 10px 5px 40px}.filter-line__section-item img{position:absolute;left:13px;width:16px;top:50%;margin-top:-8px;opacity:.5}.filter-line__section-item.active{background:#efefef;cursor:pointer}.filter-line__section-item:hover{background:#0077ae;color:#fff;cursor:pointer}.filter-line__section-item:hover img{filter:invert(1);opacity:1}.filter-line__section-item:first-child{font-family:Medium,Arial,Helvetica,sans-sefir}.filter-line__section-confirm{display:block;font-family:Light,Arial,Helvetica,sans-sefir;background:#0076ad;color:#fff;padding:5px;margin:15px 15px 10px;text-align:center;cursor:pointer}.filter-line__section-actions{border-top:1px solid #efefef;margin:10px 0 -10px;padding:0;display:flex}.filter-line__section-actions span{width:100%;padding:10px;text-align:center;font-family:Medium,Arial,Helvetica,sans-sefir;font-size:14px;cursor:pointer;transition:.2s}.filter-line__section-actions span:hover{background:#00acee;color:#fff}.filter-line__section-actions__confirm{color:#0077ae}.filter-line__section-actions__close{color:#ccc}.filter-vertical{margin-bottom:30px;font-size:14px;line-height:18px}.filter-vertical.bg{background:#fafafa;border:1px solid #efefef;padding:10px 20px}.filter-vertical__section{position:relative;margin-right:30px}.filter-vertical__section-title{padding:15px 0;margin:auto;display:block;font-family:Medium,Arial,Helvetica,sans-sefir;border-bottom:1px solid #efefef}.filter-vertical__section-select{padding:0;border-bottom:1px dashed;margin:auto 10px auto 0;display:block;font-family:Light,Arial,Helvetica,sans-sefir;cursor:pointer}.filter-vertical__section-select i{color:#999;font-style:normal;font-size:12px}.filter-vertical__section-select input{border:1px solid #ccc;font-size:14px;padding:5px 10px;margin:auto}.filter-vertical__section-content{display:block;padding:10px 0;min-width:200px}.filter-vertical__section-items{margin:0;padding:0;font-family:Light,Arial,Helvetica,sans-sefir;font-size:14px;text-transform:lowercase}.filter-vertical__section-item{list-style:none;margin:0;transition:.2s;position:relative;padding:8px 10px 8px 40px;line-height:18px}.filter-vertical__section-item img{position:absolute;left:13px;width:16px;top:50%;margin-top:-8px;opacity:.5}.filter-vertical__section-item.active{background:#efefef;cursor:pointer}.filter-vertical__section-item:hover{background:#0077ae;color:#fff;cursor:pointer}.filter-vertical__section-item:hover img{filter:invert(1);opacity:1}.filter-vertical__section-item:first-child{font-family:Medium,Arial,Helvetica,sans-sefir}.filter-vertical__section-confirm{display:none;font-family:Light,Arial,Helvetica,sans-sefir;background:#0076ad;color:#fff;padding:5px;margin:15px 15px 10px;text-align:center;cursor:pointer}.mass-media__label{display:flex;position:relative}.mass-media__label__title{font-family:Bold,Arial,Helvetica,sans-sefir;font-size:24px;letter-spacing:1px;font-weight:700}.mass-media__label__date{font-size:14px;color:#9fa3a7;width:50%;text-align:right;position:absolute;right:18px;top:-55px}.content-inner ul:not([class]) li{list-style:none;position:relative}.content-inner ul:not([class]) li:before{content:"";display:block;width:6px;height:6px;background:#00acee;position:absolute;left:-20px;top:10px}.content-inner .bx-pagination ul:not([class]) li:before{display:none}.slider-index__text{display:block;color:#fff;max-width:400px;text-transform:uppercase;letter-spacing:1px}.slider-index__text-small{color:#fff;position:relative;max-width:400px;font-family:Light,Arial,Helvetica,sans-sefir;z-index:2;font-size:18px;line-height:24px;margin:0;padding-top:25px}.header-top__right-link{font-size:16px}@media only screen and (min-width:1024px){.header-main{position:relative}}@media only screen and (max-width:1023px){#panel{position:relative;margin-top:48px;margin-bottom:-48px}}.header-top-logo{height:auto}.content--pages{padding-bottom:50px}.aside-menu__link{line-height:20px;padding:5px 0}.logo-text{width:300px}.clearing-operations__inner-left{border-right:0;width:calc(100% - 250px)}.clearing-operations__inner-right{border-left:1px solid #d6d6d6;width:250px}.clearing-operations__inner-line span{margin-left:5px}.separator{width:100%;height:0;border-top:1px solid #efefef}.gallery,.separator{margin-bottom:30px}.gallery__content__item{width:calc(25% - 4px);box-sizing:border-box;padding:5px;border:1px solid #efefef}.gallery p{padding:10px 0 0}.gallery__link{font-size:14px}.tag{padding:5px 15px;border:1px solid #efefef;margin-right:5px;margin-bottom:5px;display:inline-block}.event .mail,.event .phone{font-size:14px}.news-tags__items{width:100%}.news-item.fixed{display:flex;margin-bottom:40px;background:#f1f1f1}.news-item.fixed .news-date img{width:30px;height:30px;margin:20px 18px}.news-item.fixed .news-info{padding:20px 30px}.presentation .news-info{border-left:0;padding:0}.news-info__item{display:flex}.news-info__status{font-size:14px;margin:15px 0}.gallery .news-info__status{display:flex}.news-info__status__text{padding:3px 0;float:left;width:40%}.news-info__status__text.active:before{background:#51a351}.news-info__status__text:before{content:"";display:block;float:left;width:10px;height:10px;border-radius:2px;background:#ccc;margin-right:8px;margin-left:0;margin-top:3px}.news-info__status__date{display:block;padding:3px 0 3px 40%}.presentation .news-info__status__date{padding:3px 0}.news-info__status__date:before{content:"";display:block;float:left;width:15px;height:15px;background:url(/local/templates/spimex21_cn/css/../images/ico/calendar.svg) no-repeat 50%;background-size:contain;margin-right:5px}.news-info__status__address{display:block;padding:3px 0 3px 40%}.news-info__status__address:before{content:"";display:block;float:left;width:15px;height:15px;background:url(/local/templates/spimex21_cn/css/../images/ico/location.svg) no-repeat 50%;background-size:contain;margin-right:5px}.news-info__status__photo{padding:3px 0;display:block;margin-right:20px}.news-info__status__photo:before{content:"";display:block;float:left;width:15px;height:15px;background:url(/local/templates/spimex21_cn/css/../images/ico/photo.svg) no-repeat 50%;background-size:contain;margin-right:5px}.news-info__status__video{padding:3px 0;display:block;margin-right:20px}.news-info__status__video:before{content:"";display:block;float:left;width:15px;height:15px;background:url(/local/templates/spimex21_cn/css/../images/ico/video.svg) no-repeat 50%;background-size:contain;margin-right:5px}.news-info__comment{font-size:12px;color:#777;padding:5px 0;margin:5px;display:block;line-height:18px;width:85%;box-sizing:border-box}.news-info__default{width:100%;margin:auto;display:block;padding:5px;border:1px solid #efefef;box-sizing:border-box}.news-info__default-inner{background-color:#f1f1f1;background-image:url(/local/templates/spimex21_cn/css/../images/ico/logo_white.png);width:100%;min-height:120px;background-size:65%;background-repeat:no-repeat;background-position:50%}.news-info__image{width:100%;margin:auto;display:block;padding:5px;border:1px solid #efefef;box-sizing:border-box}.news-info__image-link{min-width:25%;display:block;float:left;margin-right:15px}.event .news-info__image-link{width:30%;box-sizing:border-box;padding-left:20px}.gallery .news-info__image-link{width:50%;padding-right:20px}.articles .news-info__image{border:none;padding-right:20px}.presentation .news-info__image{border:1px solid #efefef;padding:5px}.news-info__register-btn{height:32px;line-height:32px;padding:0 25px;box-sizing:border-box;color:#fff;font-size:14px;background:#0077ae;transition:.2s;display:block;text-align:center;margin:15px 0}.news-info__content{display:block;min-width:75%}.ads .news-info__content{width:100%}.event .news-info__content{width:70%}.gallery .news-info__content{width:50%}.news-info__links{display:flex;margin-top:-30px}.news-info__links .accordeon-inner__item{margin-right:30px}.news-info__links .accordeon-inner__item:last-child{margin-right:0}.news-info__links .accordeon-inner__item-title{width:100%;margin:auto 0}.news__detail-info{display:flex;margin-bottom:30px}.news__detail-info .news-date{padding:5px 20px;margin:auto 0;border-right:1px solid #efefef}.news__detail-info .news-tags{width:100%;margin:auto 0;padding:0 30px}.news__footer{border-top:1px solid #efefef;padding:35px 0}.news__footer p{color:#777;font-size:14px}.infographics{display:flex;flex-wrap:wrap}.infographics .news-item{display:block;margin-bottom:40px;width:33%}.infographics .news-info{width:90%}.infographics .news-info__image-link{width:100%}.slider-index{position:relative}.slider-index:hover .slick-prev{left:0}.slider-index:hover .slick-next{right:0}.slider-index .slick-prev{position:absolute;bottom:0;display:block;left:-50px;width:50px;height:100%;border:0;background:url(/local/templates/spimex21_cn/css/../images/ico/arrow-left-white.svg) no-repeat 50%;background-size:50%;background-color:rgba(0,0,0,.1);z-index:2;transition:.2s}.slider-index .slick-prev:hover{background-color:#00acee;background-color:rgba(0,0,0,.3);cursor:pointer}.slider-index .slick-next{position:absolute;bottom:0;display:block;right:-50px;width:50px;height:100%;border:0;background:url(/local/templates/spimex21_cn/css/../images/ico/arrow-right-white-2.svg) no-repeat 50%;background-size:50%;background-color:rgba(0,0,0,.1);z-index:2;transition:.2s}.slider-index .slick-next:hover{background-color:#00acee;background-color:rgba(0,0,0,.3);cursor:pointer}.slider-quotes{width:calc(100% - 200px);max-height:400px;overflow:hidden;position:relative}.slider-quotes .slick-prev{position:absolute;bottom:0;display:block;right:40px;width:30px;height:30px;border:0;background:url(/local/templates/spimex21_cn/css/../images/ico/prev-white.svg) no-repeat 50%;background-size:80%;background-color:rgba(0,0,0,.1)}.slider-quotes .slick-prev:hover{background-color:#00acee;cursor:pointer}.slider-quotes .slick-next{position:absolute;bottom:0;display:block;right:0;width:30px;height:30px;border:0;background:url(/local/templates/spimex21_cn/css/../images/ico/next-white.svg) no-repeat 50%;background-size:80%;background-color:rgba(0,0,0,.1)}.slider-quotes .slick-next:hover{background-color:#00acee;cursor:pointer}.quote-img{width:150px;height:150px;padding:40px 30px 10px;overflow:hidden}.quote-homepage .quote-img{width:200px;height:200px;overflow:hidden}.quote-info{padding-top:38px}.quote-text:before{display:block;position:absolute;content:"";width:70px;height:70px;top:-15px;left:-95px;background:url(/local/templates/spimex21_cn/css/../images/ico/quote-blue.svg);background-repeat:no-repeat;background-size:contain}.quote-link{margin-top:30px;font-size:14px;color:rgba(0,0,0,.5);display:block}.quote-link[href]{color:#0077ae}.quote-link[href]:hover{color:#00acee}.quote-inner{display:flex;padding:20px 50px 40px 40px;box-sizing:border-box;background:#fff;margin:10px 0;background:transparent;border-bottom:1px solid #efefef}.quote-goals{padding:10px 50px 50px}.quote-goals .quote-img{width:200px;height:auto;padding:70px 10px 50px}.quote-goals .quote-info{width:100%;padding-top:65px}.group-logo{height:60px;float:left;padding:20px 50px 35px 0}.group-title{margin-top:12px;margin-bottom:5px;padding-left:320px}.group-link{display:block;padding-left:320px}.img-info .grid,.img-info .grid .col{display:flex}.quote-small{padding:20px 20px 40px;display:block;position:relative;background:transparent;border:1px solid #efefef;margin-bottom:20px}.quote-small .quote-img{width:30%;padding:0}.quote-small .quote-info{width:100%;padding:60px 0 0}.quote-small .quote-name{position:absolute;top:30px;left:40%;width:55%}.quote-small .quote-post{position:absolute;top:80px;left:40%;width:55%}.quote-small .quote-text{padding-top:25px}.quote-small .quote-text:before{top:-50px;left:-15px}.quote-small .news-info__links{position:absolute;bottom:0;width:calc(100% - 20px)}.quote-small .news-info__links .accordeon-inner__item{width:100%}.leaders .page-content__tabs__block{padding:0}.quote-leaders{padding:40px 26px;display:flex;position:relative;background:transparent;border-bottom:1px solid #efefef;margin:0;transition:.2s;width:100%;flex-wrap:wrap;overflow:hidden}.quote-leaders:last-child{border-bottom:0}.quote-leaders.status--active,.quote-leaders:hover,.quote-leaders:hover .quote-leaders__header{background:#fafafa}.quote-leaders.status--active .quote-leaders__header{background:#f1f1f1}.quote-leaders__header{display:flex;width:100%;margin:-40px -26px;padding:26px;z-index:1;position:relative}.quote-leaders .quote-img{width:20%;padding:0;height:165px;margin:0;overflow:hidden;border:1px solid #ebebeb;box-sizing:border-box;background:#efefef;background-image:url(/local/templates/spimex21_cn/css/../images/ico/logo_white.png);background-size:65%;background-repeat:no-repeat;background-position:50%}.quote-leaders .quote-img img{width:165px;margin:0;padding:0}.quote-leaders .quote-info{width:80%;padding:0;position:relative}.quote-leaders .quote-text{margin-top:70px;display:none}.quote-leaders .quote-text:before{display:block;position:absolute;content:"";width:60px;height:2px;top:14px;left:-90px}.quote-leaders .quote-name{font-weight:700;font-size:16px;line-height:24px;color:#000;padding:0 30px 5px}.quote-leaders .quote-post{color:#000}.quote-leaders .quote-block,.quote-leaders .quote-post{padding:5px 30px;font-size:14px;line-height:24px;width:450px}.quote-leaders .quote-block{color:rgba(0,0,0,.5)}.quote-leaders .quote-more{font-size:14px;position:absolute;bottom:0;left:30px;width:75%;box-sizing:border-box}.quote-leaders .quote-text:before{top:-30px;left:0}.timeline{display:block;margin-bottom:35px;height:50px;overflow:hidden}.timeline__prev{position:absolute;left:0;top:0;box-sizing:border-box;background:url(/local/templates/spimex21_cn/css/../images/ico/prev-white.svg) no-repeat 50%;background-color:#0077ae;cursor:pointer;height:100%;width:30px;transition:.3s}.timeline__prev:hover{background-color:#00acee}.timeline__prev.slick-disabled{cursor:default;background-color:#efefef}.timeline__prev.slick-disabled:hover{background-color:#efefef}.timeline__next{position:absolute;right:0;top:0;box-sizing:border-box;background:url(/local/templates/spimex21_cn/css/../images/ico/next-white.svg) no-repeat 50%;background-color:#0077ae;cursor:pointer;height:100%;width:30px;transition:.3s}.timeline__next:hover{background-color:#00acee}.timeline__next.slick-disabled{cursor:default;background-color:#efefef}.timeline__next.slick-disabled:hover{background-color:#efefef}.timeline .wrap-events{width:auto;display:flex;padding:10px;border:1px solid #efefef}.timeline .event-top{margin:0;overflow:hidden;position:relative;width:100%;padding:0 40px}.timeline .event-top>div{padding-bottom:1px}.timeline .pseudo--tabs,.timeline .pseudo--tabs:last-child{margin:0 15px}.history-block{padding:0}.history-block__header{padding:40px 20px 40px 40px;background:#fafafa;border:1px solid #efefef;display:flex;position:relative}.history-block__header__date{padding:10px;background:#0077ae;font-weight:700;font-size:24px;line-height:28px;max-width:75px;width:10%;height:75px;box-sizing:border-box;color:#fff;text-align:center;display:flex;flex-wrap:wrap;z-index:1;box-shadow:0 0 10px #ccc;margin:auto}.history-block__header__date span{margin:auto}.history-block__header__date span:last-child{border-top:2px solid}.history-block__header__text{font-size:24px;line-height:1.2;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;margin-bottom:0;padding:10px 40px;width:90%}.history-block__item{padding:20px 0 20px 40px;display:flex;position:relative;border-left:1px solid #fff;border-right:1px solid #fff}.history-block__item:before{content:"";display:block;height:100%;border-left:1px solid #efefef;width:1px;position:absolute;top:0;margin-left:37px;z-index:-1}.history-block__item:first-child{padding-top:40px}.history-block__item:last-child{padding-bottom:40px}.history-block__item__image{margin:15px 15px 15px 0;padding:10px;box-shadow:0 0 10px #efefef}.history-block__item__image img{max-width:100%}.history-block__item__image p{font-size:12px;line-height:16px;color:#999}.history-block__item__date{padding:10px;background:#fafafa;font-weight:700;font-size:24px;line-height:28px;max-width:75px;height:75px;box-sizing:border-box;border:1px solid #efefef;text-align:center;display:flex;margin:0;width:10%;transition:.3s;cursor:pointer}.history-block__item__date:hover{background-color:#f1f1f1}.history-block__item__date span{margin:auto}.history-block__item__text{padding:0 15px;border:1px solid #efefef;margin:0 0 0 15px;position:relative;background:#fff;width:90%;overflow:visible!important}.history-block__item__text:before{content:"";display:block;width:15px;height:15px;border:1px solid #ddd;transform:rotate(150grad);background:#fff;border-left:0;border-top:0;margin-left:-24px;top:26px;position:absolute}.history-block__item__text-preview{padding:10px 5px;transition:.3s;border-bottom:1px solid #f1f1f1;font-family:Medium,Arial,Helvetica,sans-sefir;display:flex;align-items:flex-start}.hidden>.history-block__item__text-preview{border-bottom:1px solid transparent;color:#777}.hidden>.history-block__item__text-preview img{opacity:1}.history-block__item__text-preview p{font-size:18px}.history-block__item__text-preview img{width:25%;float:left;margin:5px 20px 5px 0;opacity:.7;transition:.5s}.history-block__item__text-inner{min-width:70%;padding-bottom:5px;border-bottom:1px solid #efefef;margin-bottom:10px}.hidden>.history-block__item__text-inner{display:none}.history-block__item__text-more{color:#0077ae;padding:0 5px;font-size:14px;margin:0 0 15px;cursor:pointer}.history-block__item__text-more:hover{color:#00acee}.history-block__item__text-more>span{border-bottom:1px dashed}.history-block__item__text-img{min-width:30%;padding:15px 0 15px 15px}.history-block__item__text-img img{max-width:100%}.history-block__item__text-img p{font-size:12px;line-height:16px;color:#999}.history-block__item__text ul{margin-bottom:20px}.history-block:last-child .history-block__item:last-child:before{height:25%}.page-content__tabs__link{padding:12px 25px 15px;font-size:18px;font-family:Medium,Arial,Helvetica,sans-sefir;font-weight:500;color:#999;text-decoration:none;cursor:pointer;transition:.2s;border-color:transparent transparent #ebebeb;border-style:solid;border-width:4px 1px 1px}.page-content__tabs__links{padding:0;display:flex}.size--small .page-content__tabs__link{padding:12px 15px 15px;font-size:14px}.page-content__tabs__link:hover{color:#00acee}.page-content__tabs__link.active{color:#000;border-color:#0077ae #ebebeb #fff;border-style:solid;border-width:4px 1px 1px;background:#fff}.page-content__tabs__block{padding:26px;overflow:hidden;background:#fff}.page-content__tabs__blocks{border:1px solid #ebebeb;margin-top:-1px;margin-bottom:30px}.leaders.clean .page-content__tabs__blocks{margin-bottom:50px;border-top:4px solid #ebebeb}.page-content__tabs__block-footer{background:#fafafa;margin:25px -26px -26px;padding:26px;border-top:1px solid #efefef}.page-content__tabs__block .accordeon-inner{padding:0;margin:0 -26px 25px}.page-content__tabs__block .accordeon-inner__item{padding:25px}.page-content__tabs__block .accordeon-more-links__header{padding-left:65px}.page-content__tabs__block .accordeon-more-links .archival-documents__hidden{width:100%;margin-left:0;padding-top:10px}.page-content__tabs__block .accordeon-more-links .archival-documents__hidden .accordeon-inner__item{background:#fafafa;opacity:.8}.page-content__tabs__block .accordeon-more-links .archival-documents__hidden .accordeon-inner__item:hover{opacity:1;background:#f7f7f7}.page-content__tabs__block .accordeon-more-links .archival-documents__hidden .accordeon-inner__item:hover .accordeon-inner__item-title:before{filter:none}.page-content__tabs__block .accordeon-more-links .archival-documents__hidden .accordeon-inner__item-title:before{filter:grayscale(100%)}.page-content__tabs__block .indexes-dates__block{padding:0;margin:0;background:transparent}.page-content__tabs__block .indexes-dates__inner{border:0;border-bottom:1px solid #efefef;margin:-26px -26px 40px;box-shadow:1px 1px 10px #efefef}.page-content__tabs__block-inner{display:flex}.page-content__tabs__block-nav{margin-right:30px;border-right:1px solid #efefef}.page-content__tabs__block-nav-item{list-style:none;font-size:14px;font-family:Medium,Arial,Helvetica,sans-sefir;margin:0 10px 10px 0;transition:.2s}.page-content__tabs__block-nav-items{padding:0;margin:0 20px 0 0;flex-wrap:wrap}.page-content__tabs__block-nav-link{color:#0077ae;padding:5px 10px 5px 25px;display:block;position:relative;color:#9fa3a7;transition:.2s}.page-content__tabs__block-nav-link:before{content:"";width:5px;height:5px;background:#efefef;display:block;float:left;position:absolute;top:50%;margin-top:-4px;left:10px;border:1px solid #efefef;transition:.2s}.page-content__tabs__block-nav-link.active{background:#f7f7f7;color:#0077ae}.page-content__tabs__block-nav-link.active:before{background:#0077ae;border:1px solid #0077ae}.page-content__tabs__block-nav-link:hover{background:#f7f7f7;color:#00acee}.page-content__tabs__block-nav-link:hover:before{background:#00acee;border:1px solid #00acee}.contacts-card{display:flex;position:relative}.contacts-card__text{width:40%;padding:0 0 0 30px}.contacts-card__text>p{margin:0;font-size:16px;line-height:22px}.contacts-card__text .comment{box-sizing:border-box;padding:20px 40px 0 0;margin-top:10px;border-top:1px solid #ebebeb;position:absolute;bottom:0;width:35%}.contacts-card__text .comment p{font-size:13px;line-height:18px;color:#727272;margin-bottom:0}.contacts-card__text .location{position:relative;padding:4px 4px 4px 35px;color:#000;display:inline-block;vertical-align:top;font-size:17px;line-height:1.8;font-family:Medium,Arial,Helvetica,sans-sefir}.contacts-card__text .location:before{background:url(/local/templates/spimex21_cn/css/../images/ico/location-white.svg) no-repeat 50%;display:block;position:absolute;content:"";width:15px;height:15px;top:7px;left:0;background-color:#000;padding:5px;background-size:15px}.contacts-card__text .phone{position:relative;padding:4px 4px 4px 35px;color:#000}.contacts-card__text .phone:before{background:url(/local/templates/spimex21_cn/css/../images/ico/phone-white.svg) no-repeat 50%;display:block;position:absolute;content:"";width:15px;height:15px;top:7px;left:0;background-color:#000;padding:5px;background-size:15px}.contacts-card__text .mail{position:relative;padding:4px 4px 4px 35px;color:#0077ae}.contacts-card__text .mail:before{background:url(/local/templates/spimex21_cn/css/../images/ico/mail-white.svg) no-repeat 50%;display:block;position:absolute;content:"";width:15px;height:15px;top:7px;left:0;background-color:#0077ae;padding:5px;background-size:15px}.contacts-card__map{width:60%}.anchors-content{display:flex;font-family:Medium,Arial,Helvetica,sans-sefir;border-bottom:1px solid #f1f1f1;padding:0;margin-top:-20px}.anchors-content__item{list-style:none;text-align:center;margin:auto auto auto 0;padding:0;font-size:14px;transition:.5s}.anchors-content__link{color:#9fa3a7;padding:11px 0 10px;display:inline-block;cursor:pointer;border-bottom:2px solid #fff;transition:.5s}.anchors-content__link.active{color:#0077ae;border-bottom:2px solid #0077ae}.anchors-content__link:hover{color:#00acee;border-bottom:2px solid #00acee}.anchors-links{display:flex;flex-wrap:wrap;font-family:Medium,Arial,Helvetica,sans-sefir;border:1px solid #f1f1f1;padding:15px 15px 5px}.anchors-links__item{list-style:none;text-align:center;margin:0 20px 10px 0;padding:0;font-size:14px;transition:.2s}.anchors-links__item:last-child{margin:0 20px 10px 0}.anchors-links__link{color:#0077ae;padding:2px 10px;display:inline-block;cursor:pointer;transition:.2s;position:relative}.anchors-links__link.active{background:#0077ae;color:#fff}.anchors-links__link:hover{background:#00acee;color:#fff}.anchors-icolinks{display:flex;flex-wrap:wrap;font-family:Medium,Arial,Helvetica,sans-sefir;padding:0}.anchors-icolinks__item{list-style:none;text-align:center;margin:0 5px 10px 0;padding:0;font-size:14px;transition:.2s}.anchors-icolinks__item:last-child{margin:0 20px 10px 0}.anchors-icolinks__link{color:#0077ae;padding:2px 10px 2px 30px;display:inline-block;cursor:pointer;transition:.2s;position:relative;border:1px solid #efefef}.anchors-icolinks__link:after{content:"";display:block;position:absolute;background:url(/local/templates/spimex21_cn/css/../images/ico/phone-white.svg) no-repeat 50%;background-color:#0077ae;width:16px;height:16px;background-size:75%;left:8px;top:50%;margin-top:-8px;transition:.2s}.anchors-icolinks__link.active{background:#0077ae;color:#fff}.anchors-icolinks__link:hover{background:#00acee;color:#fff}.anchors-icolinks__link:hover:after{background-color:transparent}.anchors-contacts{background:#fbfbfb;display:flex;border:1px solid #efefef;padding:15px}.anchors-contacts-item{margin:auto;position:relative;padding:5px 10px 5px 45px;list-style:none}.anchors-contacts-item:last-child{margin:auto}.anchors-contacts-item span:after{content:"";position:absolute;top:50%;display:block;left:0;width:30px;height:30px;border:0;background:url(/local/templates/spimex21_cn/css/../images/ico/phone-white.svg) no-repeat 50%;background-size:60%;background-color:#0077ae;margin-top:-15px}.footer-top .social{width:160px}.social .yt{background:#0077ae url(/local/templates/spimex21_cn/css/../images/ico/youtube.png) no-repeat;background-size:100%}.calendar-cards__header{font-family:Medium,Arial,Helvetica,sans-sefir;font-size:24px;display:flex;padding:10px 0}.calendar-cards__header__month{margin:auto}.calendar-cards__header__week{margin:auto;display:flex;width:100%}.calendar-cards__header__week.slider-dates{width:300px}.calendar-cards__header__week span{font-size:16px;line-height:30px;color:#999;display:block;margin:auto;padding:0 20px;transition:.2s}.calendar-cards__header__week span:hover{color:#00acee;cursor:pointer;transform:scale(1.5)}.calendar-cards__header__week span.active{color:#000;font-size:28px}.calendar-cards__header__week span.active:hover{transform:none;cursor:default}.calendar-cards__days{display:flex;font-size:30px;font-family:Medium,Arial,Helvetica,sans-sefir;border-bottom:1px solid #efefef;border-top:1px solid #efefef;padding:0}.calendar-cards__days span{display:block;margin:auto;padding:20px 0;color:#999;transition:.2s;width:10%;text-align:center;cursor:not-allowed}.calendar-cards__days span[data-href]{cursor:pointer}.calendar-cards__days span[data-href]:hover{font-size:60px;padding:0;color:#00acee}.calendar-cards__days span.active{color:#000;font-size:60px;padding:0}.calendar-cards__days span.active:hover{color:#00acee}.calendar-cards__days span.disabled{color:#ccc;opacity:.7}.calendar-cards__days span.disabled:hover{cursor:not-allowed;color:ccc;font-size:30px}.calendar-cards__wdays{display:flex;font-family:Light,Arial,Helvetica,sans-sefir;border-top:1px solid #efefef;padding:0}.calendar-cards__wdays span{display:block;margin:auto;padding:5px 0;color:#999;transition:.2s;width:100%;text-align:center;font-size:12px;background:#fafafa}.calendar-cards__section{margin-top:50px}.calendar-cards__section__title{margin:0;border-bottom:1px solid #efefef;padding-bottom:10px}.calendar-cards__item{display:flex;margin-top:40px;width:50%}.calendar-cards__item.full{width:100%}.calendar-cards__items{display:flex;flex-wrap:wrap}.calendar-cards__item-img{width:30%}.calendar-cards__item-img img{width:100%;box-sizing:border-box;padding:5px;border:1px solid #efefef}.calendar-cards__item-info{width:70%;padding:0 20px;position:relative}.calendar-cards__item-info__link{color:#0077ae;line-height:18px;font-size:14px;display:block}.calendar-cards__item-info__link:hover{color:#00acee}.calendar-cards__item-info__desc{font-size:14px;line-height:20px;color:#999;margin-top:10px}.calendar-cards__item-info__market{display:block;font-size:14px;color:#999;position:relative;padding:15px 0 15px 30px;font-family:Light,Arial,Helvetica,sans-sefir;border-bottom:1px solid #efefef;margin-bottom:10px;margin-top:-10px}.calendar-cards__item-info__market:before{content:"";display:block;width:20px;height:20px;background-color:#ccc;background-repeat:no-repeat;background-position:50%;background-size:60%;position:absolute;left:0;top:50%;margin-top:-10px}.calendar-cards__item-info__market.oil_products:before{background-image:url(/local/templates/spimex21_cn/css/../images/ico/nav/1.svg)}.calendar-cards__item-info__market.gas:before{background-image:url(/local/templates/spimex21_cn/css/../images/ico/nav/4.svg)}.calendar-cards__item-info__market.wood:before{background-image:url(/local/templates/spimex21_cn/css/../images/ico/nav/5.svg)}.calendar-cards__item-info__market.derivatives:before{background-image:url(/local/templates/spimex21_cn/css/../images/ico/nav/2.svg)}.calendar-cards__item-info__detail{position:absolute;color:#ccc;font-size:12px;bottom:8px}.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;font-size:14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a,.bx-pagination .bx-pagination-container ul li span{display:block;height:32px;min-width:32px;line-height:32px;color:#444;border-radius:0;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a{text-decoration:none}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0077ae;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span{background:#fff;border:1px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span{color:#aab1b4;background:#fff;border:1px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0077ae;color:#fff}.grayscale{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray}.indexes-table{position:relative;width:100%;box-sizing:border-box}.indexes-table .red{color:red}.indexes-table .green{color:green}.indexes-table__wrapper{width:100%}.indexes-table__source{display:none;background:#fff;z-index:999;width:250px;position:absolute;font-family:Light;font-size:14px;box-shadow:1px 1px 10px #ccc;border:1px solid #ccc}.indexes-table__source__inner{position:relative;padding:10px 0}.indexes-table__source__inner:before{content:"";display:block;position:absolute;width:10px;height:10px;border-top:1px solid #ccc;border-left:1px solid #ccc;top:-6px;background:#fff;transform:rotate(50grad);left:20px}.indexes-table__source__title{margin:0 0 10px;padding:5px 15px;border-bottom:1px solid #efefef;font-family:Medium}.indexes-table__source__list{margin:0;padding:0}.indexes-table__source__item{list-style:none;margin:0;padding:5px 15px;font-size:14px;cursor:pointer}.indexes-table__source__item.disabled{cursor:not-allowed;opacity:.5}.indexes-table__source__item:hover{background:#0077ae;color:#fff}.indexes-table__source__item.checked{background:#efefef;color:#000;cursor:default}.indexes-table__title{font-size:16px;line-height:24px;font-family:Medium,Arial,Helvetica,sans-sefir;position:relative;font-weight:400;border:1px solid #efefef;border-left-width:4px;padding:15px;background:#fafafa;min-height:81px;box-sizing:border-box;margin-bottom:0}.indexes-table__title span[data-source]{border-bottom:1px dashed;color:#0077ae;cursor:pointer}.indexes-table__title span[data-source=index-date]{position:relative;white-space:nowrap}.indexes-table__title span[data-source=index-date] input{position:absolute;width:100%;height:100%;left:0;opacity:0}@media only screen and (max-width:767px){.indexes-table__title{padding:5px 10px;font-size:14px;line-height:20px}}.indexes-table__filter{border:1px solid #efefef;border-right:none;padding:0 15px 15px;background:#fafafa;overflow:hidden;transition:all .5s;box-sizing:border-box;width:55px}.with-filter .indexes-table__filter{transition:all .5s;width:250px}@media only screen and (max-width:767px){.indexes-table__filter{position:absolute;width:40px;padding:5px;top:0;bottom:0;z-index:1}.with-filter .indexes-table__filter{width:100%}.indexes-table__filter-inner{padding:10px 42px}}.indexes-table__filter__icon{display:flex;margin:0 -15px;padding:15px;cursor:pointer;border-bottom:1px solid transparent;height:80px;box-sizing:border-box}.indexes-table__filter__icon:hover{background:#f1f1f1;border-bottom:1px solid #efefef;transition:.5s}.with-filter .indexes-table__filter__icon{border-bottom:1px solid #efefef}@media only screen and (max-width:767px){.indexes-table__filter__icon{height:auto;padding:0 7px;margin:-5px;min-height:50px}}.indexes-table__filter__icon img{padding-right:15px}.indexes-table__filter__icon span{font-family:Medium,Arial,Helvetica,sans-sefir;font-size:16px;line-height:24px;font-weight:400;min-width:185px;visibility:hidden}.with-filter .indexes-table__filter__icon span{visibility:visible}@media only screen and (max-width:767px){.indexes-table__filter__icon span{margin:auto 0;white-space:nowrap}}.indexes-table__filter__col{font-size:14px;font-family:Medium;padding:25px 0 0;min-width:185px;box-sizing:border-box;visibility:hidden}.with-filter .indexes-table__filter__col{visibility:visible}.indexes-table__filter__title{margin-right:5px}.indexes-table__filter__value{border-bottom:1px dashed;display:inline-block;color:#0077ae;cursor:pointer;white-space:nowrap}.indexes-table__filter__value[data-source=index-date]{position:relative;white-space:nowrap}.indexes-table__filter__value[data-source=index-date] input{position:absolute;width:100%;height:100%;left:0;opacity:0}.indexes-table__header{background:#fafafa;border-left:1px solid #efefef;border-right:1px solid #efefef;box-sizing:border-box}.indexes-table__inner{transition:all .5s;width:calc(100% - 55px)}.with-filter .indexes-table__inner{width:calc(100% - 250px)}@media only screen and (max-width:767px){.indexes-table__inner{margin-left:40px}.indexes-table__inner,.with-filter .indexes-table__inner{width:calc(100% - 40px)}}.indexes-table [data-graph]{transition:.2s}.indexes-table [data-graph]:hover{color:#00acee;cursor:pointer}.indexes-table__graph{display:none;overflow:hidden;width:100%;padding:15px;box-sizing:border-box;border-top:1px solid #efefef;background:#fff}.indexes-table__graph__inner{width:100%;height:430px}.indexes-table__row,.indexes-table__row-header{display:flex;flex-wrap:wrap;border-bottom:1px solid #efefef;border-left:4px solid #efefef;padding:0;color:#555;position:relative}.indexes-table__row-header:hover{border-left:4px solid #efefef}.indexes-table__row.active,.indexes-table__row:hover{background:#f5f5f5;border-left:4px solid #0077ae}.indexes-table__row.active.row-head,.indexes-table__row:hover.row-head{border-left:4px solid #efefef}.indexes-table__row.active .index-table__col.active,.indexes-table__row:hover .index-table__col.active{background:#f5f5f5}.index-table__header .indexes-table__row{margin:0 -1px}.index-table__header .indexes-table__row:hover,.indexes-table__row.row-head:hover{background:transparent}.indexes-table__row .calendar{position:relative;width:40px;padding:10px 25px 10px 0;box-sizing:border-box;border-right:1px solid #efefef;margin:5px 0}.indexes-table__row .calendar .calendar-ico{width:24px;height:24px;display:block}.indexes-table__col{padding:10px;color:#797979;transition:1s;flex-shrink:0;flex-direction:column;flex-grow:1;flex-shrink:1;font-family:Light,Arial,Helvetica,sans-sefir;font-size:14px;width:10%;text-align:right}.indexes-table__col,.indexes-table__cols{position:relative;box-sizing:border-box;display:flex}.indexes-table__cols{width:100%;flex-direction:row;flex-wrap:nowrap}.indexes-table__row-header .indexes-table__col{font-size:12px}.indexes-table__col.index-code{text-align:left;width:5%}.indexes-table__row .indexes-table__col.index-code{display:flex;font-size:18px;color:#000;font-family:Medium,Arial,Helvetica,sans-sefir}.indexes-table__row .indexes-table__col.index-code span{margin:auto 0}.indexes-table__col.index-name{width:20%;flex-shrink:2;flex-grow:2;text-align:left}.indexes-table__row .indexes-table__col.index-name{color:#000}.indexes-table__col.index-value{padding-right:40px}.indexes-table__row .indexes-table__col.index-value{color:#000}.indexes-table__col.index-value .big{font-weight:700}.indexes-table__col.index-diff{transition:.5s}.with-filter .indexes-table__col.index-diff{display:none}.indexes-table__col.index-prev{transition:.5s}.with-filter .indexes-table__col.index-prev{display:none}.indexes-table__col.index-money{transition:.5s}.with-filter .indexes-table__col.index-money{display:none}.indexes-table__col.index-money-short{transition:.5s;display:none}.with-filter .indexes-table__col.index-money-short{display:block}.indexes-table__col svg{width:20px;height:20px;position:absolute;top:50%;margin-top:-10px;right:10px}.indexes-table__col svg.d-90{animation:rotate-90 1s ease-in-out 1 forwards}.indexes-table__col svg.d-45{animation:rotate-45 1s ease-in-out 1 forwards}.indexes-table__col svg.d45{animation:rotate45 1s ease-in-out 1 forwards}.indexes-table__col svg.d90{animation:rotate90 1s ease-in-out 1 forwards}.indexes-table__col span.big{font-family:Light;font-size:16px}.indexes-table__col span.small{font-family:light;text-transform:uppercase;font-size:12px}@media only screen and (max-width:767px){.indexes-table__col{width:25%}.indexes-table__cols{flex-wrap:wrap}.indexes-table__col.index-code{width:15%}.indexes-table__col.index-name{width:50%}.indexes-table__col.index-value{width:35%}.indexes-table__col.index-diff{display:none}.indexes-table__col.index-prev{background:#fafafa}.indexes-table__row-header .indexes-table__col.index-prev{display:none}.indexes-table__col.index-volume{background:#fafafa}.indexes-table__col.index-money,.indexes-table__row-header .indexes-table__col.index-volume{display:none}.indexes-table__col.index-money-short{display:block;background:#fafafa}.indexes-table__row-header .indexes-table__col.index-money-short{display:none}.indexes-table__col.index-amount{background:#fafafa}.indexes-table__row-header .indexes-table__col.index-amount{display:none}.indexes-table__col span.small{text-transform:none}}.indexes-table__comment{display:block;color:#777;font-style:italic;margin:0;font-size:12px;text-align:right}.flex,.flex-wrap{display:flex}.flex-wrap{flex-wrap:wrap}.header-top__older{color:#9fa3a7;font-family:Bold,Arial,Helvetica,sans-sefir;font-weight:500;font-size:16px}.header-top__older:hover{color:#00acee}.amcharts-scrollbar-chart-div{border:1px solid #ccc}.amcharts-stock-div .period{float:right;text-align:right;position:relative;height:22px;font-family:Verdana;font-size:11px;line-height:26px;font-weight:700;color:#6d6d6d;z-index:9999;display:block}.amChartsButton{background-color:#fff!important;border-radius:3px!important;border:1px solid #ccc!important;cursor:pointer!important;font-size:12px!important}.amChartsButton,.amChartsButtonSelected{color:#000!important;margin:1px!important;padding:3px 5px!important}.amChartsButtonSelected{outline:none!important;box-sizing:border-box!important;background-color:#ccc!important;border-radius:3px!important;border:1px solid #999!important;font-size:12px}.loading_graph{display:block;background:url(/img/loading.gif) no-repeat 50%;width:100px;height:100px;position:absolute}.slinky-menu .header .title{position:absolute;left:35px;font-family:Medium;margin-top:-1px;z-index:-1;display:none}.slinky-menu .header .title:last-child{display:block}.mobile{display:none}@media only screen and (max-width:767px){.mobile{display:block}}@media only screen and (max-width:1023px) and (min-width:768px){#panel{display:none}.page-content__tabs__links{overflow:hidden}.page-content__tabs__link{padding:10px 15px;white-space:nowrap;font-size:16px}.contacts-card__map{width:50%}.contacts-card__map iframe{width:100%}.contacts-card__text{width:50%}.clearing-operations__inner-left{width:100%}.clearing-operations__inner-line{display:block}.clearing-operations__inner-line span{display:block;margin:10px 0!important;position:relative}.clearing-operations__inner-line span.phone{position:relative!important;right:0!important}.clearing-operations__inner-right{width:100%;border-left:none;border-top:1px solid #d6d6d6;padding:15px 0;margin-top:10px}}@media only screen and (max-width:767px){p,ul{font-size:14px;line-height:20px;margin-bottom:15px}#panel{display:none}h1{margin-bottom:30px}.header-middle{display:block;visibility:hidden}.modal{visibility:visible}.market-rates__header-changes{padding:15px 20px 6px}.market-rates__chart{width:100%}.slider-index .slide-inner{height:230px;overflow:hidden}.slider-index__text{top:0;left:0;right:0 3;background-color:rgba(0,158,224,.33)}.slider-index__text,.slider-index__text-small{position:absolute;text-shadow:1px 1px 3px #000;font-weight:700}.slider-index__text-small{padding:10px 20px;margin-top:0;top:100px}.wrap-slider-index .dots{margin-top:-35px;text-align:right;padding:0}.wrap-slider-index .dots ul{padding:10px;margin:0 0 -10px}.wrap-slider-index .dots li{margin-bottom:0;box-shadow:1px 1px 3px #000}.news-date{padding:0;border:none}.news-date__day{font-size:14px;line-height:18px}.news-info{padding:0}.quote-info{padding:50px 10px 10px}.quote-text:before{top:-65px;left:-12px}.quote-img{padding:30px 10px}.mass-media__label__title{font-size:18px}.mass-media__video a{display:inline-block}.banners-item{line-height:18px;height:auto}.bread-crunbs__destination,.bread-crunbs__link{color:#0077ae}.important{display:block}.page-content__tabs__block{padding:10px}ol,ol>li{padding-left:10px}ul{padding-left:20px}.block-links{display:block}.page-content__tabs__block .accordeon-inner{margin:0 0 25px}.page-content__tabs__block .accordeon-inner__item{padding:15px 5px}.accordeon-more-links__header{padding-left:5px;display:block}.accordeon-more-links .archival-documents,.accordeon-more-links .subscribe-changes{display:block;width:100%;margin:0 0 10px}.fast-links{display:block}.contact-links .fast-links__link,.fast-links__link.w50{width:calc(100% - 30px);display:block}.fast-links__link{display:block;width:calc(100% - 30px)}.block-links__col{padding-left:0!important;padding-right:0!important}.page-content__tabs__block .accordeon-more-links__header{padding-left:5px}.content-inner .flex{display:block}.flex .market-price{width:100%;padding:10px 0}.flex .fast-links,.flex .fast-links__link.w100{width:calc(100% - 30px)}.content-inner .statistic td{display:block;width:calc(100% - 10px);margin-bottom:10px}.quote-leaders .quote-info{margin-top:20px}.quote-leaders__header{padding:15px;flex-wrap:wrap;width:calc(100% + 26px)}.quote-leaders .quote-img{width:100%;background:none;border:none}.quote-leaders .quote-img img{border:1px solid #ebebeb}.quote-leaders .quote-info{width:100%}.quote-leaders .quote-name{padding:10px 0;margin-bottom:0}.quote-leaders .quote-block,.quote-leaders .quote-post{padding:0}.quote-leaders .quote-more{position:relative;margin-top:10px;padding:10px 0;left:0}.quote-leaders .quote-text p{font-size:14px;line-height:22px;margin-bottom:20px}.quote-leaders .quote-text{margin:70px -10px 0}.quote-leaders .quote-block,.quote-leaders .quote-post{width:auto}.page-content__tabs__links{overflow:hidden}.page-content__tabs__link{padding:10px 15px;white-space:nowrap;font-size:16px}.contacts-card{display:block}.contacts-card__map{width:100%}.contacts-card__map iframe{width:100%;height:300px}.contacts-card__text{width:100%;padding:0}.contacts-card__text h3{margin:15px 0 0}.contacts-card__text .comment{position:relative;width:100%}.fast-links.contact-links{padding:0 0 0 15px;margin-bottom:30px;display:flex}.contact-links .fast-links__link,.fast-links__link.w50{width:calc(100% - 15px);padding-right:10px}.clearing-operations__inner-left{width:100%;border-bottom:none;margin-bottom:0}.clearing-operations__inner-line{display:block}.clearing-operations__inner-line span{display:block;margin:5px 0!important;position:relative}.clearing-operations__inner-line span.phone{position:relative!important;right:0!important}.clearing-operations__inner-right{width:100%;border-left:none;border-top:1px solid #d6d6d6;padding:15px 0;margin-top:10px}.fast-links.contact-links>.fast-links__link{order:var(--mobile)}.history-block__header{padding:10px}.history-block__header__date{width:25%;font-size:18px;line-height:24px;height:auto}.history-block__header__text{font-size:16px;padding:10px 20px;width:75%}.history-block__header__text br{display:none}.history-block__item:before{margin-left:50%}.history-block__item{padding:20px 0;display:block}.history-block__item:first-child{margin-top:0;padding-top:30px}.history-block__item__date{width:100%;margin:0 auto 10px;height:auto}.history-block__item__text{margin:0}.history-block__item__text:before{visibility:hidden}.history-block__item__text-preview img{display:none}.history-block__item__text-preview p{font-size:14px;line-height:20px;font-weight:400}.quote-goals{padding:15px}.quote-goals .quote-img{padding:12px;width:150px;margin:0}.quote-goals .slider-quotes{width:100%;padding-bottom:30px}.group-logo{float:none;margin-bottom:10px}.group-title{padding:0;margin-bottom:20px}.group-link{padding:0;margin:0 0 0 -5px}.presentation .news-item{width:100%}.accordion-item .accordion-item__header{padding:10px 40px 10px 10px;font-size:14px}.accordion-item__content{padding:5px 0}.accordion .accordion-item .local-link__content{padding:0 0 10px}.accordion-item__content .local-link__item{padding:5px 10px}.local-link{font-size:14px}.csv:before,.doc:before,.docx:before,.jpg:before,.mp4:before,.pdf:before,.rar:before,.site:before,.wmv:before,.xls:before,.zip:before{position:relative;display:inline-block;margin-right:10px}.csv,.doc,.docx,.jpg,.mp4,.pdf,.rar,.site,.wmv,.xls,.zip{padding-left:0}.archival-documents__hidden{width:calc(100% - 5px);margin-left:-5px}.accordeon-inner__item-inner{margin-top:5px;margin-left:-20px}.accordion .accordeon-inner__item{margin-left:-5px}.local-link__item.active .local-link__content{background:transparent;padding:0 0 10px}.accordion .accordeon-inner__item-inner__title{margin-top:0}.accordeon-more-links .accordeon-more-links__header .archival-documents,.accordeon-more-links .accordeon-more-links__header .subscribe-changes,.accordion .accordeon-more-links__header .date-picker-wrapper .select-wrapper,.accordion .accordeon-more-links__header .events-tab-link h3,.accordion .accordeon-more-links__header .events-tab-link h4,.accordion .accordeon-more-links__header .modal-header .tab-links__item,.accordion .accordeon-more-links__header .pseudo,.date-picker-wrapper .accordion .accordeon-more-links__header .select-wrapper,.events-tab-link .accordion .accordeon-more-links__header h3,.events-tab-link .accordion .accordeon-more-links__header h4,.modal-header .accordion .accordeon-more-links__header .tab-links__item{font-size:12px;line-height:14px}.accordeon-more-links .archival-documents{background:url(/local/templates/spimex21_cn/css/../images/ico/hamburger-min.png) no-repeat left 4px}.accordeon-more-links .subscribe-changes{background:url(/local/templates/spimex21_cn/css/../images/ico/mail.svg) no-repeat left 0/14px 14px}.content-inner ul:not([class]) li{margin-bottom:5px}.accordion-item .accordion-item__content ul{margin-left:20px}.accordeon-inner__item{padding:10px 5px}.filter-line__section-title{display:none}.filter-line__section{margin-right:5px;padding-left:5px}.news-item{margin-bottom:20px;width:100%!important}.news-info__item{display:block}.news-item .news-info__image-link{width:50%;margin-bottom:10px}.history-block__item__image{max-width:100%;box-sizing:border-box}.history-block__item__image img{height:auto}.grid{margin:0 -14px 0 0}.img-info{margin-bottom:0}.compliment__content{display:block!important}.compliment__img{width:50%!important}.gallery .news-info__image-link{width:100%}.gallery .news-info__status{display:none}.quote{width:100%}.quote-inner{padding:0 0 20px;margin-left:-10px}.filter-block__form__settings table tr td{display:block;padding:5px 0}.filter-block__form__settings{background:#f1f1f1}.filter-block__form__settings-item{background:#fff}.filter-block__form__settings-list .filter-block__form__settings-item.active{background:#ccc}.banners-item{width:100px;height:100px;margin-right:10px}.banners-item img{width:100%;height:auto}.index_type>b>span{padding:0!important;margin:15px 0 20px!important;font-family:Medium}.index_type.params>span{display:block;float:none!important;padding:0!important;margin:15px 0 5px!important;font-family:Medium}.type_params .index_type a,.type_select a{font-family:light;padding:2px 10px!important;display:inline-block;line-height:22px!important;font-size:14px}.local-link__content video{max-width:100%;height:auto}.compact .accordion-item__content .local-link__item{margin-bottom:0}.news-item .news-info__content{width:auto}}.xlsx{position:relative;display:inline-block;vertical-align:middle;padding-left:40px}.xlsx:before{display:block;position:absolute;content:"";color:#fff;font-size:12px;font-family:Medium,Arial,Helvetica,sans-sefir;height:16px;line-height:1.4;padding:0 5px;box-sizing:border-box;top:0;left:0;content:"XLS";background:#7ac26f}

/* End */


/* Start:/local/templates/spimex21_cn/css/main_ext.css?1659797909108*/
.menu-item:nth-child(2){
    width: auto !important;
}
.header-main{
    /*margin-bottom:2px !important;*/
}
/* End */


/* Start:/local/templates/spimex21_cn/css/mobile.css?165979790916997*/
.slinky-menu .header .title {
    position: absolute;
    left: 35px;
    font-family: Medium;
    margin-top: -1px;
    z-index: -1;
    display: none;
}
.slinky-menu .header .title:last-child {
    display: block;
}
.accordion.compact ol {
    margin-bottom: 15px;
}
.accordion.compact ol>li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.indexes-table__comment {
    margin-top: 10px;
    padding-right: 3px;
    line-height: 18px;
}
.page-content__tabs__links {
    z-index: 1;
}
@media only screen and (max-width: 1024px) {
    .footer .footer-bottom__copy span:last-child {
        position: relative;
        width: auto;
        right: 0;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .footer .footer-bottom__copy span:last-child {
        position: relative;
        width: auto;
        right: 0;
    }
    .content .right-group {
        display: none;
    }
    #panel {
        display: none;
    }
    /* tabs */
    .page-content__tabs__links {
        overflow: hidden;
    }
    .page-content__tabs__link {
        padding: 10px 15px 10px;
        white-space: nowrap;
        font-size: 16px;
    }
    /* contacts */
    .contacts-card__map {
        width: 50%;
    }
    .contacts-card__map iframe {
        width: 100%;
    }
    .contacts-card__text {
        width: 50%;
    }
    .clearing-operations__inner-left {
        width: 100%;
    }
    .clearing-operations__inner-line {
        display: block;
    }
    .clearing-operations__inner-line span {
        display: block;
        margin: 10px 0 !important;
        position: relative;
    }
    .clearing-operations__inner-line span.phone {
        position: relative !important;
        right: 0 !important;
    }
    .clearing-operations__inner-right {
        width: 100%;
        border-left: none;
        border-top: 1px solid #d6d6d6;
        padding: 15px 0;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .footer .footer-bottom__copy span:last-child {
        position: relative;
        width: auto;
        right: 0;
    }
    .content .right-group {
        display: none;
    }
    #panel {
        display: none;
    }
    h1 {
        margin-bottom: 30px;
    }
    .header-middle {
        display: block;
        visibility: hidden;
    }
    .modal {
        visibility: visible;
    }
    .market-rates__header-changes {
        padding: 15px 20px 6px;
    }
    .market-rates__chart {
        width: 100%;
    }
    .slider-index {
        height: 230px;
        overflow: hidden;
    }
    .slick-slide {
        height: 230px;
    }
    .slider-index .slide-inner {
        height: 230px;
        overflow: hidden;
    }
    .slider-index__text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
        3;
        background-color: #009ee055;
        text-shadow: 1px 1px 3px #000;
        font-weight: bold;
    }
    .slider-index__text-small {
        padding: 10px 20px;
        margin-top: 0px;
        position: absolute;
        top: 100px;
        text-shadow: 1px 1px 3px #000;
        font-weight: bold;
    }
    .wrap-slider-index .dots {
        margin-top: -35px;
        text-align: right;
        padding: 0;
    }
    .wrap-slider-index .dots ul {
        margin: 0;
        padding: 10px;
        margin-bottom: -5px;
    }
    .wrap-slider-index .dots li {
        margin-bottom: 0;
        box-shadow: 1px 1px 3px #000;
    }
    .news-date {
        padding: 0;
        border: none;
    }
    .news-date__day {
        font-size: 14px;
        line-height: 18px;
    }
    .news-info {
        padding: 0;
    }
    .quote-info {
        padding: 10px;
        padding-top: 50px;
    }
    .quote-text:before {
        top: -65px;
        left: -12px;
    }
    .quote-img {
        padding: 30px 10px;
    }
    .mass-media__label__title {
        font-size: 18px;
    }
    .mass-media__video a {
        display: inline-block;
    }
    .banners-item {
        line-height: 18px;
        height: auto;
    }
    .bread-crunbs__destination, .bread-crunbs__link {
        color: #0077ae;
    }
    .important {
        display: block;
    }
    .page-content__tabs__block {
        /*padding: 25px 10px;*/
        padding: 10px;
    }
    ol {
        padding-left: 10px
    }
    ol>li {
        padding-left: 10px;
    }
    ul {
        padding-left: 20px;
    }
    .block-links {
        display: block;
    }
    .page-content__tabs__block .accordeon-inner {
        margin: 0 0px 25px;
    }
    .page-content__tabs__block .accordeon-inner__item {
        padding: 15px 5px;
    }
    .accordeon-inner__item-inner__title {
        /*padding-left: 60px;*/
    }
    .accordeon-more-links__header {
        padding-left: 5px;
        display: block;
    }
    .accordeon-more-links .archival-documents, .accordeon-more-links .subscribe-changes {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .fast-links {
        display: block;
        /*margin-bottom: 10px;*/
    }
    .contact-links .fast-links__link, .fast-links__link.w50 {
        width: calc(100% - 30px);
        display: block;
    }
    .fast-links__link {
        display: block;
    }
    .fast-links__link {
        width: calc(100% - 30px);
    }
    .block-links__col {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .page-content__tabs__block .accordeon-more-links__header {
        padding-left: 5px;
    }
    .accordeon-inner__item-inner__title.hasHidden {

    }
    .table-light tr {
        /*display: flex;*/
    }
    .content-inner .flex {
        display: block;
    }
    .flex .market-price {
        width: 100%;
        padding: 10px 0;
    }
    .flex .fast-links {
        width: calc(100% - 30px);
    }
    .flex .fast-links__link.w100 {
        width: calc(100% - 30px);
    }
    .content-inner .statistic td {
        display: block;
        width: calc(100% - 10px);
        margin-bottom: 10px;
    }

    /* leaders */
    .quote-leaders .quote-info {
        margin-top: 20px;
    }
    .quote-leaders__header {
        padding: 15px;
        flex-wrap: wrap;
        width: calc(100% + 26px);
    }
    .quote-leaders .quote-img {
        width: 100%;
        background: none;
        border: none;
    }
    .quote-leaders .quote-img img {
        border: 1px solid #ebebeb;
    }
    .quote-leaders .quote-info {
        width: 100%;
    }
    .quote-leaders .quote-name {
        padding: 10px 0;
        margin-bottom: 0;
    }
    .quote-leaders .quote-block, .quote-leaders .quote-post {
        padding: 0;
    }
    .quote-leaders .quote-more {
        position: relative;
        margin-top: 10px;
        padding: 10px 0;
        left: 0;
    }
    .quote-leaders .quote-text p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .quote-leaders .quote-text {
        margin: 70px -10px 0px -10px;
    }
    .quote-leaders .quote-block, .quote-leaders .quote-post {
        width: auto;
    }

    /* tabs */
    .page-content__tabs__links {
        overflow: hidden;
    }
    .page-content__tabs__link {
        padding: 10px 15px 10px;
        white-space: nowrap;
        font-size: 16px;
    }

    /* contacts { */
    .contacts-card {
        display: block;
    }
    .contacts-card__map {
        width: 100%;
    }
    .contacts-card__map iframe {
        width: 100%;
        height: 300px;
    }
    .contacts-card__text {
        width: 100%;
        padding: 0;
    }
    .contacts-card__text h3 {
        margin: 15px 0 0 0;
    }
    .contacts-card__text .comment {
        position: relative;
        width: 100%;
    }
    .fast-links.contact-links {
        padding: 0 0 0 15px;
        margin-bottom: 30px;
        display: flex;
    }
    .contact-links .fast-links__link, .fast-links__link.w50 {
        width: calc(100% - 15px);
        padding-right: 10px;
    }
    .clearing-operations__inner-left {
        width: 100%;
        border-bottom: none;
        margin-bottom: 0;
    }
    .clearing-operations__inner-line {
        display: block;
    }
    .clearing-operations__inner-line span {
        display: block;
        margin: 5px 0 !important;
        position: relative;
    }
    .clearing-operations__inner-line span.phone {
        position: relative !important;
        right: 0 !important;
    }
    .clearing-operations__inner-right {
        width: 100%;
        border-left: none;
        border-top: 1px solid #d6d6d6;
        padding: 15px 0;
        margin-top: 10px;
    }
    .fast-links.contact-links > .fast-links__link {
        order: var(--mobile);
    }
    /* } */

    /* history { */
    .history-block__header {
        padding: 10px;
    }
    .history-block__header__date {
        width: 25%;
        font-size: 18px;
        line-height: 24px;
        height: auto;
    }
    .history-block__header__text {
        font-size: 16px;
        padding: 10px 20px;
        width: 75%;
    }
    .history-block__header__text br {
        display: none;
    }
    .history-block__item:before {
        margin-left: 50%;
    }
    .history-block__item {
        padding: 20px 0 20px 0px;
        display: block;
    }
    .history-block__item:first-child {
        margin-top: 0px;
        padding-top: 30px;
    }
    .history-block__item__date {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 10px;
        height: auto;
    }
    .history-block__item__text {
        margin: 0;
    }
    .history-block__item__text::before {
        visibility: hidden;
    }
    .history-block__item__text-preview img {
        display: none;
    }
    .history-block__item__text-preview p {
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
    }
    /* } */

    /* */
    .quote-goals {
        padding: 15px;
    }
    .quote-goals .quote-img {
        padding: 12px;
        width: 150px;
        margin: 0;
    }
    .quote-goals .slider-quotes {
        width: 100%;
        padding-bottom: 30px;
    }
    /* */

    /* group */
    .group-logo {
        float: none;
        margin-bottom: 10px;
    }
    .group-title {
        padding: 0;
        margin-bottom: 20px;
    }
    .group-link {
        padding: 0;
        margin: 0;
        margin-left: -5px;
    }
    /* */

    /* partners */
    .presentation .news-item {
        width: 100%;
    }
    /* */

    .accordion-item .accordion-item__header {
        padding: 10px 40px 10px 10px;
        font-size: 14px;
    }
    .accordion-item__content {
        padding: 5px 0px;
    }
    .accordion .accordion-item .local-link__content {
        padding: 0 0 10px 0;
    }
    .accordion-item__content .local-link__item {
        padding: 5px 10px;
    }
    .local-link {
        font-size: 14px;
    }
    .csv:before, .doc:before, .docx:before, .jpg:before, .mp4:before, .pdf:before, .rar:before, .site:before, .wmv:before, .xls:before, .zip:before {
        position: relative;
        display: inline-block;
        margin-right: 10px;
    }
    .csv, .doc, .docx, .jpg, .mp4, .pdf, .rar, .site, .wmv, .xls, .zip {
        padding-left: 0;
    }
    .archival-documents__hidden {
        width: calc(100% - 5px);
        margin-left: -5px;
    }
    .accordeon-inner__item-inner {
        margin-top: 5px;
        margin-left: -20px;
    }
    .accordion .accordeon-inner__item {
        margin-left: -5px;
    }
    .local-link__item.active .local-link__content {
        background: transparent;
        padding: 0 0 10px 0;
    }
    .accordion .accordeon-inner__item-inner__title {
        margin-top: 0;
    }
    .accordeon-more-links .accordeon-more-links__header .archival-documents, .accordeon-more-links .accordeon-more-links__header .subscribe-changes, .accordion .accordeon-more-links__header .pseudo {
        font-size: 12px;
        line-height: 14px;
    }
    .accordeon-more-links .archival-documents {
        background: url(/local/templates/spimex21_cn/css/../images/ico/hamburger-min.png) no-repeat left 4px;
    }
    .accordeon-more-links .subscribe-changes {
        background: url('/local/templates/spimex21_cn/css/../images/ico/mail.svg') no-repeat left 0/14px 14px;
    }

    .content-inner ul:not([class]) li {
        margin-bottom: 5px;
    }

    .accordion-item .accordion-item__content ul {
        margin-left: 20px;
    }

    .accordeon-inner__item {
        padding: 10px 5px;
    }

    /* news */
    .filter-line__section-title {
        display: none;
    }
    .filter-line__section {
        margin-right: 5px;
        padding-left: 5px;
    }
    .news-item {
        margin-bottom: 20px;
        width: 100% !important;
    }
    .news-info__item {
        display: block;
    }
    .news-item .news-info__image-link {
        width: 50%;
        margin-bottom: 10px;
    }
    .history-block__item__image {
        max-width: 100%;
        box-sizing: border-box;
    }
    .history-block__item__image img {
        height: auto;
    }

    .grid {
        margin: 0 -14px 0 0;
    }

    .img-info {
        margin-bottom: 0;
    }
    .quote-text:before {
        
    }

    .compliment__content {
        display: block !important;
    }
    .compliment__img {
        width: 50% !important;
    }

    .gallery .news-info__image-link {
        width: 100%;
    }
    .gallery .news-info__status {
        display: none;
    }

    .quote {
        width: 100%;
        margin-left: 0;
    }
    .quote-inner {
        padding: 0 0 20px 0;
        margin-left: -10px;
    }

    .filter-block__form__settings table tr td {
        display: block;
        padding: 5px 0;
    }
    .filter-block__form__settings {
        background: #f1f1f1;
    }
    .filter-block__form__settings-item {
        background: #fff;
    }
    .filter-block__form__settings-list .filter-block__form__settings-item.active {
        background: #ccc;
    }

    .banners-item {
        width: 100px;
        height: 100px;
        margin-right: 10px;
    }

    .banners-item img {
        width: 100%;
        height: auto;
    }

    .index_type > b > span {
        padding: 0 !important;
        margin: 15px 0 20px 0 !important;
        font-family: Medium;
    }

    .index_type.params > span {
        display: block;
        float: none !important;
        padding: 0 !important;
        margin: 15px 0 5px 0 !important;
        font-family: Medium;
    }

    .type_params .index_type a, .type_select a {
        font-family: light;
        padding: 2px 10px !important;
        display: inline-block;
        line-height: 22px !important;
        font-size: 14px;
    }

    .local-link__content video {
        max-width: 100%;
        height: auto;
    }

    .compact .accordion-item__content .local-link__item {
        margin-bottom: 0;
    }

    .news-item .news-info__content {
        width: auto;
    }

}

.xlsx {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
}
.xlsx:before {
    display: block;
    position: absolute;
    content: '';
    color: #FFF;
    font-size: 12px;
    font-family: 'Medium','Arial','Helvetica','sans-sefir';
    height: 16px;
    line-height: 1.4;
    padding: 0px 5px;
    box-sizing: border-box;
    top: 0;
    left: 0;
}
.xlsx:before {
    content: 'XLS';
    background: #7ac26f;
}


.terms__table tr td, .terms__table tr td:first-child {
    border: none;
    text-align: left;
}

@media only screen and (max-width: 1024px) and (min-width: 480px) {

    .terms .terms__inner {
        max-width: 100%;
        padding: 20px;
    }

    .terms .terms__header {
        height: auto;
        padding: 15px 0;
        padding-left: 200px;
    }

    .terms .terms__footer__form {
        max-width: 90%;
    }

}

@media only screen and (max-width: 479px) {

    .terms .terms__inner {
        max-width: 100%;
        padding: 15px;
    }

    .terms .terms__header {
        padding: 10px 0;
        height: auto;
        text-align: center;
    }

    .terms .terms__header img {
        position: relative;
        top: 0;
        width: 90px;
        margin-bottom: 20px;
    }

    .terms .terms__content {
        height: calc(100% - 245px);
    }

    .terms .terms__header h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .terms .terms__content h2 {
        margin: 30px 0 10px 0;
        font-size: 18px;
    }

    .terms .terms__content p {
        line-height: 18px;
    }

    .terms__table tr {
        display: flex;
        flex-direction: column;
    }

    .terms .terms__footer {
        padding: 20px 0;
    }

    .terms .terms__footer__form {
        max-width: 90%;
    }

    .terms .terms__footer__btn {
        width: auto;
        height: auto;
        padding: 5px 10px;
        margin: auto;
    }

}

@media only screen and (max-width: 767px) {
    .header-top__left {
        display: flex;
    }
    .header-top__older {
        display: none;
    }
    .header-top__years {
        display: none;
    }
}

/* End */


/* Start:/local/templates/spimex21_cn/components/bitrix/menu/markets_mobile/style.css?1659797909583*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/spimex21_cn/components/bitrix/menu/markets_mobile/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/local/templates/spimex21_cn/components/bitrix/menu/top_mobile/style.css?1659797909583*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/spimex21_cn/components/bitrix/menu/top_mobile/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/local/templates/spimex21_cn/components/bitrix/menu/top/style.css?1659797909583*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/spimex21_cn/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/local/templates/spimex21_cn/components/bitrix/menu/markets/style.css?1693395987641*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/spimex21_cn/components/bitrix/menu/markets/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}
.menu-item .menu-link__img{
	width: 14px;
	height: 14px;
}


/* End */


/* Start:/local/templates/spimex21_cn/styles.css?17436697206998*/
.header-main {
    margin-bottom: 35px;
}

.footer-bottom__copy {
    position: relative;
}

.footer-bottom__copy span:last-child {
    display: block;
    position: absolute;
    top: 0;
    width: 600px;
    right: -200px;
}

.terms {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.terms__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.terms__inner {
    position: relative;
    width: 1024px;
    height: calc(100% - 40px);
    margin: 20px auto;
    padding: 30px 70px;
    z-index: 2;
    background: white;
    box-shadow: 1px 1px 15px #ccc;
    box-sizing: border-box;
}

.terms__header {
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
    height: 90px;
    position: relative;
    padding-left: 250px;
    padding-top: 30px;
}

.terms__header img {
    width: 166px;
    position: absolute;
    left: 0;
    top: 15px;
}

.terms__header h2 {
    font-size: 28px;
    font-weight: bold;
    margin: auto;
    font-family: Medium, Arial, Helvetica, sans-sefir;
    text-transform: uppercase;
    padding: 0;
    display: block;
    margin-bottom: 20px;
}

.terms__header p {
    color: #777;
    font-size: 14px;
    line-height: 18px;
}

.terms__content {
    height: calc(100% - 270px);
    overflow: auto;
}

.terms__content h2 {
    margin: 70px 0 30px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.terms__content p {
    color: #555;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.terms__table {

}

.terms__table tr td {
    color: #555;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0;
    width: auto;
    text-align: left;
}

.terms__table tr td:first-child {
    font-weight: bold;
    width: 230px;
}

.terms__footer {
    border-top: 1px solid #efefef;
    padding-top: 30px;
}

.terms__footer__form {
    width: 600px;
    margin: auto;
    display: flex;
}

.terms__footer__btn {
    width: 200px;
    height: 40px;
    margin: auto;
    text-align: center;
    border: 1px solid #9fa7ac;
    color: #2b2b2b;
    font-size: 14px;
    /*background: rgb(236,238,239);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(236,238,239,1) 1%, rgba(210,214,216,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(236,238,239,1)), color-stop(100%,rgba(210,214,216,1)));
    background: -webkit-linear-gradient(top, rgba(236,238,239,1) 1%,rgba(210,214,216,1) 100%);
    background: -o-linear-gradient(top, rgba(236,238,239,1) 1%,rgba(210,214,216,1) 100%);
    background: -ms-linear-gradient(top, rgba(236,238,239,1) 1%,rgba(210,214,216,1) 100%);
    background: linear-gradient(to bottom, rgba(236,238,239,1) 1%,rgba(210,214,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceeef', endColorstr='#d2d6d8',GradientType=0 );*/
    background: #0077ae;
    color: white;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
}

.aside-inner .right-group {
    margin-top: 60px;
}

.right-group__item.bgcolor {
    background: #fafafa;
    border-top: 1px solid #ebebeb;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0
}

.right-group__item__title {
    margin: auto;
}

.right-group__item.bgcolor .subtitle {
    font-size: 13px;
    border-top: 1px solid #ebebeb;
    position: relative;
}

.right-group__item.bgcolor .subtitle::after {
    position: absolute;
    top: 50%;
    display: block;
    right: 0;
    width: 30px;
    height: 30px;
    border: 0;
    background: url(/local/templates/spimex21_cn/css/../images/ico/next-white.svg) no-repeat 50%;
    background-size: 80%;
    background-color: rgba(0, 0, 0, .1);
    content: "";
    margin-top: -15px;
}

.right-group__item.bgcolor:hover {
    border-top: 1px solid #0076ae
}


.image_box_article {
    float: left;
    padding: 10px;
    box-shadow: 0 0 10px #efefef;
    margin-right: 15px;
}

.image_box_article img {
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .image_box_article {
        width: 90%;
        float: none;
        margin: 15px 0;
    }
}

.center_box_article{
    width: 100%;
    display: inline-block;
}
.center_box_article .image_box_article{
    text-align: center;
}

.site:before {
    content: "site";
}
.block-links__link:hover:after {
    content: "go";
    height: auto;
}

/*оформление спойлера в html редакторе*/
body[contenteditable="true"] .local-link__item {
    margin-bottom: 20px
}
body[contenteditable="true"] .local-link {
    font-size: 16px;
}
body[contenteditable="true"] .local-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-left: 20px;
}
body[contenteditable="true"] .local-link:before {
    display: block;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 1px;
    left: -5px;
    background: url(/local/templates/spimex21_cn/css/../images/ico/arrow-down.svg) no-repeat 50%/contain;
    transition: .15s;
}
body[contenteditable="true"] .pseudo {
    color: #0077ae;
    text-decoration: none;
    border-bottom: 1px dashed #0077ae;
    cursor: pointer;
    transition: .2s;
}
body[contenteditable="true"] .local-link__content {
    padding: 20px;
    background: #fafafa;
    margin-top: 10px;
}
.social .tg {
    background: #0077ae url(/local/templates/spimex21_cn/css/../images/ico/social/telegram.svg) no-repeat 50%/15px;
}
.social .ig {
    background: #0077ae url(/local/templates/spimex21_cn/css/../images/ico/social/instagram.svg) no-repeat 50%/15px;
}
.header-top__left-logo{
    width: 70px; margin-right: 35px;
}
@media only screen and (max-width: 767px) {
    .header-top__left-logo {
        display: none
    }
}
/*меню выхода из авторизации на мобильных*/
.authorization-m-form {
    position: relative;
    display: inline-block;
}
.authorization-m-logout{
    position: absolute;
    top: 120%;
    right: 20px;
    z-index: 1;
    display: none;
    background-color: #ffffff;
    border: 1px solid #efefef;
    min-width: 75px;
    padding: 0 5px;
    font-size: 12px;
    font-family: "Light", "Arial", "Helvetica", "sans-sefir";
}
.authorization-m-form:hover .authorization-m-logout {
    display: block;
}
.header-main .header-top-logo {
    width: 100px;
}
/* End */
/* /local/templates/spimex21_cn/css/main.css?1659797909196939 */
/* /local/templates/spimex21_cn/css/main_ext.css?1659797909108 */
/* /local/templates/spimex21_cn/css/mobile.css?165979790916997 */
/* /local/templates/spimex21_cn/components/bitrix/menu/markets_mobile/style.css?1659797909583 */
/* /local/templates/spimex21_cn/components/bitrix/menu/top_mobile/style.css?1659797909583 */
/* /local/templates/spimex21_cn/components/bitrix/menu/top/style.css?1659797909583 */
/* /local/templates/spimex21_cn/components/bitrix/menu/markets/style.css?1693395987641 */
/* /local/templates/spimex21_cn/styles.css?17436697206998 */
