

/* Start:/local/templates/cluster/plugins_css/jquery.fancybox.css?174421084916441*/
body.compensate-for-scrollbar {
  margin: 0;
  overflow: hidden;
}

.fancybox-active {
  height: auto;
  /*overflow: hidden;*/
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

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

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

.fancybox-bg {
  background: rgba(20, 20, 40, 0.75);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

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

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

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}

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

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

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

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

.fancybox-slide--html {
  padding: 24px 20px 32px;
}

.fancybox-content {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

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

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

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

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

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

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  /*color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;*/
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top,
  rgba(0, 0, 0, .85) 0%,
  rgba(0, 0, 0, .3) 50%,
  rgba(0, 0, 0, .15) 65%,
  rgba(0, 0, 0, .075) 75.5%,
  rgba(0, 0, 0, .037) 82.85%,
  rgba(0, 0, 0, .019) 88%,
  rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

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

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

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

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

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

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

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

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

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

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

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

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.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 {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

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

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

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

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

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

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* End */


/* Start:/local/templates/cluster/plugins_css/select2.css?174421084911579*/
.light-theme .select2-container {
  color: var(--text_color)
}

.light-theme .select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}

.light-theme .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.71875 5.875L1.09375 1.28125C0.9375 1.15625 0.9375 0.90625 1.09375 0.75L1.71875 0.15625C1.875 0 2.09375 0 2.25 0.15625L6 3.84375L9.71875 0.15625C9.875 0 10.125 0 10.25 0.15625L10.875 0.75C11.0312 0.90625 11.0312 1.15625 10.875 1.28125L6.25 5.875C6.09375 6.03125 5.875 6.03125 5.71875 5.875Z' fill='%23B9B8D3'/%3E%3C/svg%3E%0A");
}

.light-theme .select2-dropdown {
  background-color: var(--panel-1);
  border: 1px solid #fff;
}

.light-theme .select2-results__option {
  border: none
}

.light-theme .select2-container--default .select2-results__option--highlighted {
  color: #fff
}

.light-theme .select2-results__option[aria-disabled="true"] {
  background-color: var(--panel-3);
  color: var(--func-light)
}

.light-theme .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: var(--panel-3);
  border-color: #fff;
  color: var(--func-light);
}

.select-wrapper {
  position: relative;
  text-align: left;
  z-index: 0;
}

.select-wrapper .error-text,
.select-wrapper .success-text {
  margin-top: 6px;
}

.select-wrapper.open {
  z-index: 2;
}

.select-wrapper.open select[data-search-input-placeholder]+.select2-container--open .select2-selection__placeholder,
.select-wrapper.open select[data-search-input-placeholder]+.select2-container--open .select2-selection__rendered {
  display: none
}

.select2-container {
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1.25;
  margin: 0;
  position: relative;
  width: 100% !important;
}

.select2-container .selection {
  display: block;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 48px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  align-items: center;
  display: flex;
  min-height: 46px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 52px;
}

.select2-container .select2-selection--single .select2-selection__rendered>span {
  align-items: center;
  display: flex;
  gap: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered>span svg {
  fill: var(--blue_1);
  height: 16px;
  min-width: 16px;
  width: 16px;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search__field::-webkit-input-placeholder {
  color: var(--func);
  opacity: 1;
}

.select2-search__field::-moz-placeholder {
  color: var(--func);
  opacity: 1;
}

.select2-search__field:-ms-input-placeholder {
  color: var(--func);
  opacity: 1;
}

.select2-dropdown {
  background-color: #101020;
  border-radius: 24px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  border-radius: 0 0 24px 24px;
  display: block;
  overflow: hidden;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 11px 20px;
  user-select: none;
}

.select2-results__option:not(:last-child) {
  border-bottom: 1px solid var(--bg)
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  left: 0;
  position: absolute;
  top: -56px;
  width: 100%;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #101020;
  border: 1px solid #101020;
  border-radius: 24px;
  transition: border-color 0.3s;
}

.select2-container--default .select2-selection--single:hover {}

.select2-container--default .select2-selection--single .select2-selection__rendered {}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 20px;
  z-index: 1052
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.71875 5.875L1.09375 1.28125C0.9375 1.15625 0.9375 0.90625 1.09375 0.75L1.71875 0.15625C1.875 0 2.09375 0 2.25 0.15625L6 3.84375L9.71875 0.15625C9.875 0 10.125 0 10.25 0.15625L10.875 0.75C11.0312 0.90625 11.0312 1.15625 10.875 1.28125L6.25 5.875C6.09375 6.03125 5.875 6.03125 5.71875 5.875Z' fill='white'/%3E%3C/svg%3E%0A");
  display: block;
  height: 20px;
  width: 20px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: var(--func);
  border-color: var(--func);
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default.select2-container--open .select2-selection--single {}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  background-color: transparent;
  padding: 18px 16px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 172px;
  overflow-y: auto;
  scrollbar-color: var(--func) var(--bg);
  scrollbar-width: thin;
}

.select2-container--default .select2-results__option--disabled {
  color: var(--func);
}

.select2-results__option[aria-disabled="true"] {
  background-color: var(--func)
}

.select2-container--default .select2-results__option--selected {
  background-color: var(--active);
}

.select2-container--default .select2-results__option--highlighted {
  background-color: var(--active-2);
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select-wrapper--type_2 .select2-container {
  color: var(--func)
}

.select-wrapper--type_2 .select2-container .select2-selection--single {
  min-height: 32px;
}

.select-wrapper--type_2 .select2-container .select2-selection--single .select2-selection__rendered {
  min-height: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 20px;
  padding-left: 0;
}

.select-wrapper--type_2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0
}

.select-wrapper--type_2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.71875 5.875L1.09375 1.28125C0.9375 1.15625 0.9375 0.90625 1.09375 0.75L1.71875 0.15625C1.875 0 2.09375 0 2.25 0.15625L6 3.84375L9.71875 0.15625C9.875 0 10.125 0 10.25 0.15625L10.875 0.75C11.0312 0.90625 11.0312 1.15625 10.875 1.28125L6.25 5.875C6.09375 6.03125 5.875 6.03125 5.71875 5.875Z' fill='%23666587'/%3E%3C/svg%3E%0A");
}

.select-wrapper--type_2 .select2-search--dropdown {
  top: -40px;
}

.select-wrapper--type_2 .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none
}

.select-wrapper--type_2 .select2-dropdown {
  border: none;
  border-radius: 8px;
}

.select-wrapper--type_2 .select2-results {
  border-radius: 8px;
}

.select-wrapper--type_2 .select2-results__option {
  color: #fff;
  padding: 8px
}

.select-wrapper--type_2 .select2-results__option:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.select-wrapper--type_2 .select2-results__option:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.select-wrapper--type_3 .select2-container--default .select2-selection--single {
  background-color: transparent;
  border-color: transparent;
}

.select-wrapper--type_3 .select2-results {
  border-radius: 12px;
}

.select-wrapper--type_3 .select2-container--open .select2-dropdown--below {
  border-radius: 12px;
}
/* End */


/* Start:/local/templates/cluster/plugins_css/air-datepicker.css?174421084921679*/
.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month)
}

.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover)
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month)
}

.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month)
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused)
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color)
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused)
}

.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover)
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date)
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color)
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date)
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range)
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled)
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0
}

.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover)
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius)
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected)
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected)
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover)
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease)
}

.air-datepicker-body.-hidden- {
  display: none
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover)
}

.air-datepicker-body--cells {
  display: grid
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height)
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height)
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height)
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box
}

.-only-timepicker- .air-datepicker-nav {
  display: none
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover)
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active)
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: .3em
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover)
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active)
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column
}

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0)
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover)
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active)
}

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner)
}

.-only-timepicker- .air-datepicker-time {
  border-top: none
}

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1
}

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1
}

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0
}

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px
}

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size)/2*-1)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0)
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0)
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav""body""timepicker""buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index)
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset))
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset))
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1
}

.air-datepicker.-active-.-custom-position- {
  transition: none
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)))
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%)
}

.air-datepicker.-custom-position- {
  transition: none
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box
}

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px)
}

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg)
}

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px)
}

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg)
}

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px)
}

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg)
}

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px)
}

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg)
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset)
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset)
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size)/2)
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset)
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset)
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size)/2)
}

.air-datepicker--navigation {
  grid-area: nav
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body
}

.-only-timepicker- .air-datepicker--content {
  display: none
}

.air-datepicker--time {
  grid-area: timepicker
}

.air-datepicker--buttons {
  grid-area: buttons
}

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner)
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index)
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s
}
/* End */


/* Start:/local/templates/cluster/css/style.css?174421084974142*/
:root{--accept:#00a056;--active:#1d4bff;--active-2:#1e73ff;--attention:#ff1d70;--bg:#070713;--blue:#195ddc;--container_max_width:1920px;--container_padding:16px;--func:#666587;--func-dark:#38374e;--func-light:#b9b8d3;--header_min_height:48px;--highlight-green:#22ed8e;--main-font:"Geologica Roman",Arial,sans-serif;--orange:#ff611d;--page_content_padding_bottom:32px;--page_content_padding_top:20px;--panel-dark:#19193b;--panel-dark-2:#141428;--panel-dark-3:#0d0d1b;--purple:#a82f9c;--text_color:#ffffff;--vertical_indent:16px}.light-theme{--active:#6d55d8;--active-2:#7e66e8;--bg:#e4e4f0;--blue:#417ff2;--func:#504488;--func-dark:#413b5a;--func-light:#8178a9;--func-xlight:#b9b2d7;--highlight-green:#40a67b;--highlight-purple:#8975e3;--highlight-purple-light:#a999f0;--orange:#ff7e46;--panel-1:#f5f5fa;--panel-2:#f2f2fa;--panel-3:#ededf7;--text_color:#504488}@font-face{font-family:"Geologica Roman";font-weight:200;font-style:normal;font-display:swap;src:url(/local/templates/cluster/css/../fonts/subset-GeologicaRoman-ExtraLight.woff2) format("woff2"),url(/local/templates/cluster/css/../fonts/subset-GeologicaRoman-ExtraLight.woff) format("woff")}@font-face{font-family:"Geologica Roman";font-weight:300;font-style:normal;font-display:swap;src:url(/local/templates/cluster/css/../fonts/subset-GeologicaRoman-Light.woff2) format("woff2"),url(/local/templates/cluster/css/../fonts/subset-GeologicaRoman-Light.woff) format("woff")}@font-face{font-family:"Geologica Roman";font-weight:400;font-style:normal;font-display:swap;src:url(/local/templates/cluster/css/../fonts/subset-GeologicaRoman-Regular.woff2) format("woff2"),url(/local/templates/cluster/css/../fonts/subset-GeologicaRoman-Regular.woff) format("woff")}@font-face{font-family:"Geologica Roman";font-weight:500;font-style:normal;font-display:swap;src:url(/local/templates/cluster/css/../fonts/subset-GeologicaRoman-Medium.woff2) format("woff2"),url(/local/templates/cluster/css/../fonts/subset-GeologicaRoman-Medium.woff) format("woff")}@font-face{font-family:"Geologica Roman";font-weight:600;font-style:normal;font-display:swap;src:url(/local/templates/cluster/css/../fonts/subset-GeologicaRoman-SemiBold.woff2) format("woff2"),url(/local/templates/cluster/css/../fonts/subset-GeologicaRoman-SemiBold.woff) format("woff")}@font-face{font-family:"Geologica Roman";font-weight:700;font-style:normal;font-display:swap;src:url(/local/templates/cluster/css/../fonts/subset-GeologicaRoman-Bold.woff2) format("woff2"),url(/local/templates/cluster/css/../fonts/subset-GeologicaRoman-Bold.woff) format("woff")}::-moz-selection{background:#d9d9d9;text-shadow:0 0 #fff}::selection{background:#d9d9d9;text-shadow:0 0 #fff}#__bs_notify__{display:none!important}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{margin:0;padding:0}html{min-height:100dvh;background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;scrollbar-color:var(--func) var(--bg);scrollbar-gutter:stable;scrollbar-width:thin;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none;-ms-touch-action:manipulation;touch-action:manipulation}.light-theme .page{background:0 0}.light-theme .box{border:1px solid #fff;background:var(--panel-1)}.light-theme .box__title-block h2 small{color:var(--func-light)}.light-theme .box__title-block h2 small.color-purple{color:var(--purple)}.light-theme .title-block__left h1 .balance-value{color:var(--active-2)}.page{font-family:var(--main-font);font-size:14px;font-weight:300;line-height:1.3;display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100dvh;color:var(--text_color);background-color:var(--bg);scrollbar-color:var(--func) var(--bg);scrollbar-gutter:stable;scrollbar-width:thin}.page.is-overflow{overflow:hidden}.page__content{padding-top:calc(var(--header_min_height) + var(--page_content_padding_top));padding-bottom:var(--page_content_padding_bottom);-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.page--gradient{background:radial-gradient(41.07% 29.57% at 100% 100%,rgba(72,8,120,.12) 0,rgba(123,0,255,0) 100%),radial-gradient(69.97% 92.86% at 0 0,#070713 0,#101026 28%,#12122f 33.85%,#15153e 46.22%,#12122f 53.95%,#070713 100%);background-repeat:no-repeat;background-size:cover}.page--h_100 .page__content .container .columns .graph{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-height:300px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.page--h_100 .page__content .container .columns .graph>div{width:100%;height:auto}.page--h_100 .page__content .container .columns .column>.box{height:100%}.full-width{margin-right:calc(.02px - var(--container_padding));margin-left:calc(.02px - var(--container_padding))}.container{max-width:var(--container_max_width);margin-right:auto;margin-left:auto;padding-right:var(--container_padding);padding-left:var(--container_padding)}a{-webkit-transition:color .3s;transition:color .3s;text-decoration:underline;color:var(--active-2)}img{max-width:100%;height:auto}svg{-webkit-transition:fill .3s;transition:fill .3s}:focus{outline:0}button,input,textarea{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit}.responsive-table{overflow-x:auto}.responsive-table:not(:last-child){margin-bottom:12px}.text-center{text-align:center}.text-right{text-align:right}.columns .column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--vertical_indent)}.columns .column .title-block{margin-bottom:0}.box{padding:var(--indent);border-radius:16px;--indent:16px}.box--type_1{border:1px solid transparent;background:linear-gradient(var(--panel-dark),var(--panel-dark) 0) padding-box,linear-gradient(45deg,#251668,#2a0f46) border-box}.box--type_2{border:1px solid transparent;background:linear-gradient(var(--panel-dark-2),var(--panel-dark-2) 0) padding-box,linear-gradient(45deg,#251668,#2a0f46) border-box}.box__title-block{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:var(--indent);padding-bottom:var(--indent);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 16px}.box__title-block:first-child{margin-top:calc(.01px - var(--indent))}.box__title-block h2{font-size:20px;font-weight:500;line-height:1.2;margin:0}.box__title-block h2 small{font-size:13px;font-weight:300;line-height:1.53846}.box__title-block-left{margin-right:auto}.title-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.title-block:not(:last-child){margin-bottom:16px}.title-block__left{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.title-block__left h1{font-size:24px;font-weight:500;margin:0}.title-block__left h1 .balance-value{font-size:80%}.title-block__left h2{font-size:24px;font-weight:500;margin:0}.title-block__left h2 small{font-size:15px;font-weight:300;color:var(--func)}.color-func{color:var(--func)}.color-func-light{color:var(--func-light)}.color-green{color:var(--highlight-green)}.color-red{color:var(--attention)}.color-purple{color:var(--purple)}.color-orange{color:var(--orange)}.color-blue{color:var(--blue)}.fw_500{font-weight:500}.light-theme hr{background-color:var(--panel-3)}hr{height:1px;margin-top:24px;margin-bottom:24px;border:none;background-color:#1b1b46}ol,p,ul{margin-top:0}ol:last-child,p:last-child,ul:last-child{margin-bottom:0}figure{margin-top:0;margin-right:0;margin-left:0}figure:not(:first-child){margin-top:40px}figure:not(:last-child){margin-bottom:24px}figure img{display:block;width:100%;border-radius:4px}figure figcaption{display:block;margin-top:16px}.light-theme .button.shadow{-webkit-box-shadow:none;box-shadow:none}.light-theme .button--secondary{color:var(--active);border-color:var(--active)}.button{font-size:16px;font-weight:400;line-height:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:70px;padding:16px 24px;cursor:pointer;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s;text-align:center;text-decoration:none;border-radius:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.button.disabled,.button:disabled,.button[data-disabled]{cursor:default;pointer-events:none;opacity:.5}.button--primary{color:#fff;border:none;background-color:var(--active)}.button--primary.shadow{-webkit-box-shadow:0 0 12px rgba(29,75,255,.5);box-shadow:0 0 12px rgba(29,75,255,.5)}.button--secondary{color:#fff;border:1px solid var(--active);background-color:transparent}.button--warning{color:#fff;border:none;background-color:var(--attention)}.button--h_32{font-size:15px;font-weight:300;height:32px;padding:8px 16px}.buy-button{font-size:12px;font-weight:400;line-height:1.3;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:100%;min-height:48px;padding:12px 16px;cursor:pointer;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s;text-align:center;text-decoration:none;text-transform:uppercase;color:#fff;border:none;border-radius:4px;background-color:var(--black_blue);-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.buy-button__prices{font-size:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.buy-button__price{font-weight:600}.buy-button__total{text-decoration:line-through;opacity:.4}.light-theme .checkbox__icon{background-color:transparent}.checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.checkbox input{position:absolute;overflow:hidden;clip:rect(0 0 0 0);width:1px;height:1px}.checkbox input:checked~.checkbox__icon{border-color:rgba(0,0,0,.15);background-color:var(--active);background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.487 2.3125L6.2045 8.6335L3.513 5.921L1 8.455L6.2045 13.6875L15 4.83775L12.487 2.3125Z' fill='white'/%3E%3C/svg%3E%0A")}.checkbox input:not(:disabled)~.checkbox__icon{cursor:pointer}.checkbox input:disabled~.checkbox__icon{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:var(--func)}.checkbox input:disabled~.checkbox__text{color:var(--func)}.checkbox__icon{display:block;width:24px;min-width:24px;height:24px;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;border:1px solid rgba(0,0,0,.3);border-radius:4px;background-color:rgba(29,75,255,.75);background-repeat:no-repeat;background-position:50% 50%}.radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.radio input{position:absolute;overflow:hidden;clip:rect(0 0 0 0);width:1px;height:1px}.radio input:checked~.radio__icon{border-color:var(--black_dark);background-color:var(--black_dark)}.radio input:checked~.radio__icon::after{position:absolute;z-index:1;top:50%;left:50%;width:8px;height:8px;content:"";-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;background-color:#fff}.radio input:not(:disabled)~.radio__icon{cursor:pointer}.radio input:disabled~.radio__icon{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-color:var(--gray)!important}.radio input:disabled~.radio__text{color:var(--gray)}.radio__icon{position:relative;display:block;width:18px;min-width:18px;height:18px;-webkit-transition:border-color .3s;transition:border-color .3s;border:1px solid var(--gray);border-radius:50%;background-color:#fff;background-repeat:no-repeat;background-position:50% 50%;background-size:100% 100%}.light-theme .input-label{color:var(--func-light)}.light-theme .input-group__input{color:var(--func);border-color:rgba(255,255,255,.5);background-color:rgba(255,255,255,.5)}.light-theme .input-group__input::-webkit-input-placeholder{color:var(--func-light)}.light-theme .input-group__input::-moz-placeholder{color:var(--func-light)}.light-theme .input-group__input:-ms-input-placeholder{color:var(--func-light)}.light-theme .input-group__input:disabled{color:var(--func-light);background-color:var(--panel-3)}.light-theme .input-group__textarea{color:var(--func);border-color:rgba(255,255,255,.5);background-color:rgba(255,255,255,.5)}.light-theme .input-group__textarea::-webkit-input-placeholder{color:var(--func-light)}.light-theme .input-group__textarea::-moz-placeholder{color:var(--func-light)}.light-theme .input-group__textarea:-ms-input-placeholder{color:var(--func-light)}.light-theme .input-group__textarea:disabled{color:var(--func-light);background-color:var(--panel-3)}.input-group:not(:last-child){margin-bottom:12px}.input-group__input{font-size:15px;font-weight:300;width:100%;height:48px;padding:0 20px;-webkit-transition:background-color .3s,border-color .3s;transition:background-color .3s,border-color .3s;color:#fff;border:1px solid transparent;border-radius:24px;background-color:#101020;-webkit-box-shadow:none!important;box-shadow:none!important}.input-group__input::-webkit-input-placeholder{opacity:1;color:var(--func)}.input-group__input::-moz-placeholder{opacity:1;color:var(--func)}.input-group__input:-ms-input-placeholder{opacity:1;color:var(--func)}.input-group__input:not(:-moz-read-only):focus{border-color:var(--active)}.input-group__input:not(:read-only):focus{border-color:var(--active)}.input-group__input:-moz-read-only{color:#ff1d70}.input-group__input:read-only{color:#ff1d70}.input-group__input:-moz-read-only:focus{caret-color:transparent}.input-group__input:read-only:focus{caret-color:transparent}.input-group__input:disabled{background-color:var(--func)}.input-group__textarea{font-size:15px;font-weight:300;width:100%;height:120px;margin:0;padding:10px 20px;-webkit-transition:background-color .3s,border-color .3s;transition:background-color .3s,border-color .3s;color:#fff;border:1px solid transparent;border-radius:24px;background-color:#101020;-webkit-box-shadow:none!important;box-shadow:none!important;scrollbar-color:var(--func) var(--bg);scrollbar-width:thin}.input-group__textarea::-webkit-input-placeholder{opacity:1;color:var(--func)}.input-group__textarea::-moz-placeholder{opacity:1;color:var(--func)}.input-group__textarea:-ms-input-placeholder{opacity:1;color:var(--func)}.input-group__textarea:not(:-moz-read-only):focus{border-color:var(--active)}.input-group__textarea:not(:read-only):focus{border-color:var(--active)}.input-group__textarea:-moz-read-only{color:var(--func-light)}.input-group__textarea:read-only{color:var(--func-light)}.input-group__textarea:-moz-read-only:focus{caret-color:transparent}.input-group__textarea:read-only:focus{caret-color:transparent}.input-group__textarea:disabled{background-color:var(--func)}.input-group .error-text,.input-group .success-text{margin-top:6px}.input-label{font-size:14px;font-weight:300;line-height:1.42857;display:block;margin-bottom:6px;color:var(--func)}.error-text,.success-text{font-size:13px;font-weight:300;line-height:1.38461;min-height:18px}.error-text{color:var(--attention)}.success-text{color:var(--highlight-green)}textarea{resize:none}input:focus,textarea:focus{outline:0}.light-theme .fancybox-bg{background-color:rgba(109,85,216,.25)}.light-theme .popup{border-color:#fff;background-color:var(--panel-2)}.light-theme .popup--success{background-image:url(/local/templates/cluster/css/../images/icons/success--light.svg)}.light-theme .popup--error{background-image:url(/local/templates/cluster/css/../images/icons/error.svg)}.light-theme .popup__title small{color:var(--func-light)}.light-theme .popup__text-block{color:var(--text_color)}.light-theme .popup__closer{border:1px solid var(--active);background:var(--panel-2)}.light-theme .popup__closer svg{fill:var(--active)}.popup{display:none;width:100%;max-width:628px;padding:24px 16px;border:1px solid #1f1745;border-radius:24px;background-color:var(--panel-dark-2);-webkit-box-shadow:0 4px 4px rgba(0,0,0,.15);box-shadow:0 4px 4px rgba(0,0,0,.15);scrollbar-color:var(--func) var(--bg);scrollbar-width:thin}.popup--success{min-height:740px;background-image:url(/local/templates/cluster/css/../images/icons/success.svg);background-position:100% 0}.popup--error{min-height:740px;background-image:url(/local/templates/cluster/css/../images/icons/error.svg);background-position:100% 0}.popup.fancybox-content{width:100%;max-width:628px;padding:24px 16px}.popup--w_478{max-width:478px;min-height:0}.popup--w_478.fancybox-content{max-width:478px}.popup__title{font-size:18px;font-weight:500;padding-right:80px}.popup__title small{font-size:15px;font-weight:300;display:inline-block;color:var(--func)}.popup__closer{position:absolute;top:16px;right:16px;left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;width:70px;height:48px;padding:0;cursor:pointer;cursor:pointer;-webkit-transition:color .3s,-webkit-box-shadow .3s;transition:color .3s,-webkit-box-shadow .3s;transition:color .3s,box-shadow .3s;transition:color .3s,box-shadow .3s,-webkit-box-shadow .3s;opacity:1;color:#fff;border:none;border:1px solid transparent;border-radius:24px;background:-webkit-gradient(linear,left top,left bottom,from(var(--panel-dark-2)),color-stop(0,var(--panel-dark-2))) padding-box,-webkit-gradient(linear,left top,right top,from(#251668),to(#2a0f46)) border-box;background:linear-gradient(var(--panel-dark-2),var(--panel-dark-2) 0) padding-box,linear-gradient(90deg,#251668,#2a0f46) border-box;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.popup__closer svg{width:16px;height:16px;fill:currentColor}.popup__text-block{color:var(--func-light)}.popup__text-block h2{font-size:18px;line-height:1.22222;margin-top:0}.popup__text-block h2:not(:last-child){margin-bottom:24px}.popup__text-block p:not(:last-child){margin-bottom:24px}.popup__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:48px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}.popup__buttons .button{width:100%}.fancybox-slide--html{padding:12px}.form__row:not(:last-child){margin-bottom:24px}.popup .form__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:48px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}.popup .form__buttons .button{width:100%}.tabs-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.tabs-nav__button{font-size:15px;font-weight:300;line-height:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:70px;min-height:32px;padding:8px 16px;cursor:pointer;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s;text-align:center;text-decoration:none;color:var(--func);border:none;border-radius:16px;background-color:transparent;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabs-nav__button.is-active{color:#fff;background-color:var(--active)}.tab{display:none}.tab.is-active{display:block}.light-theme .accordion--type_1{border-color:#fff;background:var(--panel-2)}.light-theme .accordion--type_1 .accordion__toggler{color:var(--func)}.light-theme .accordion--type_1 .accordion__toggler svg{fill:var(--func-xlight)}.light-theme .accordion--type_1 .accordion__body{color:var(--func-light)}.light-theme .accordion--type_2{border:1px solid var(--panel-1);background:var(--panel-3)}.light-theme .accordion--type_2 .accordion__toggler{background:var(--panel-3)}.light-theme .accordion--type_2 .accordion__body{color:var(--text_color);background:var(--panel-3)}.accordion{--indent:16px}.accordion.is-open .accordion__toggler svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.accordion--type_1{border:1px solid transparent;border-radius:16px;background:linear-gradient(var(--panel-dark-2),var(--panel-dark-2) 0) padding-box,linear-gradient(45deg,#251668,#2a0f46) border-box}.accordion--type_1 .accordion__body{color:var(--func-light)}.accordion--type_2{overflow:hidden;border-radius:12px}.accordion--type_2 .accordion__toggler{background-color:#1f1648}.accordion--type_2 .accordion__body{color:var(--func-light);background-color:#191433}.accordion__toggler{font-size:16px;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-height:72px;padding:0;padding:var(--indent);cursor:pointer;cursor:pointer;-webkit-transition:color .3s;transition:color .3s;text-align:left;border:none;background-color:transparent;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.accordion__toggler svg{width:16px;min-width:16px;height:16px;fill:var(--func)}.accordion__body{display:none;overflow:hidden;padding:var(--indent)}.quantity{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.quantity .button svg{width:14px;height:14px;fill:currentColor}.light-theme .air-datepicker{color:var(--text_color);border-color:#fff;background-color:var(--panel-1)}.air-datepicker{border:1px solid #1f1745;-webkit-box-shadow:0 4px 4px rgba(0,0,0,.15);box-shadow:0 4px 4px rgba(0,0,0,.15);--adp-background-color:var(--panel-dark-2);--adp-background-color-in-range:var(--blue_5);--adp-background-color-selected-other-month:var(--blue_1);--adp-background-color-selected-other-month-focused:var(--blue_1);--adp-border-radius:24px;--adp-cell-background-color-hover:var(--blue_1);--adp-cell-background-color-in-range:var(--blue_5);--adp-cell-background-color-in-range-hover:var(--blue_5);--adp-cell-background-color-selected:var(--blue_1);--adp-cell-background-color-selected-hover:var(--blue_1);--adp-color-current-date:var(--blue_5);--adp-color-other-month:var(--grey_7);--adp-day-cell-height:36px;--adp-day-name-color:var(--active-2);--adp-font-family:"Geologica Roman",Arial,sans-serif;--adp-nav-action-size:24px;--adp-width:280px}.air-datepicker-nav{min-height:0;padding:8px 16px;border-bottom:none;border-radius:7px 7px 0 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.air-datepicker-nav--action{width:44px;height:var(--adp-nav-action-size)}.air-datepicker-nav--action svg{width:24px;height:24px;fill:var(--text_color)}.air-datepicker-nav--title{font-weight:700;-webkit-transition:color .3s;transition:color .3s;color:var(--text_color)}.air-datepicker-nav--title i{color:inherit}.air-datepicker--content{padding:0}.air-datepicker-body--day-names{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:6px 16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.air-datepicker-body--day-name{font-size:14px;width:36px;min-width:36px;height:36px;-webkit-box-flex:0;-ms-flex:0;flex:0}.air-datepicker-body--day-name.-weekend-{color:var(--red_1)}.air-datepicker-body--cells.-days-{padding:6px 16px 12px}.air-datepicker-body--cells.-years-,.air-datepicker-body.-months-{padding:6px 16px 12px}.air-datepicker-cell.-day-{height:36px}.air-datepicker-cell.-current-{color:var(--text_color);background-color:var(--active)}.air-datepicker-cell.-current-.-focus-{color:var(--text_color);background-color:var(--active)}.air-datepicker-cell.-focus-{color:var(--text_color)}.air-datepicker-cell.-day-.-other-month-.-focus-{color:var(--text_color)}.air-datepicker-cell.-in-range-.-focus-{color:var(--text_color);background-color:var(--blue_1)}.air-datepicker-cell.-day-.-other-month-.-in-range-.-focus-{color:var(--text_color);background-color:var(--blue_1)}.air-datepicker-cell.-current-.-in-range-{color:var(--blue_3)}.air-datepicker-cell.-current-.-in-range-.-focus-{color:var(--text_color)}.air-datepicker-cell.-range-from-,.air-datepicker-cell.-range-to-{color:var(--text_color);border:none!important;background-color:var(--blue_1)}.air-datepicker-cell.-selected-,.air-datepicker-cell.-selected-.-current-,.air-datepicker-cell.-selected-.-focus-{color:#fff;background-color:var(--active)}.air-datepicker-cell.-current-,.air-datepicker-cell.-current-.-focus-{color:#fff;background-color:var(--active-2)}.air-datepicker--pointer{display:none}.air-datepicker-cell.-day-.-other-month-.-disabled-,.air-datepicker-cell.-day-.-other-month-.-disabled-.-focus-{color:var(--adp-color-disabled)}.light-theme .search-form__dropdown{border:1px solid #fff;background:var(--panel-3)}.light-theme .search-form__dropdown-item{color:var(--func-light)}.light-theme .search-form__dropdown-item span{color:var(--active)}.search-form{position:relative;z-index:1;max-width:530px}.search-form:not(:last-child){margin-bottom:24px}.search-form__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:8px}.search-form__inner .input-group{max-width:520px;margin-bottom:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.search-form__inner .button{width:102px}.search-form__dropdown{position:absolute;z-index:1;top:calc(100% + 8px);left:0;width:100%;padding-top:10px;padding-bottom:10px;border:1px solid transparent;border-radius:16px;background:linear-gradient(var(--panel-dark-3),var(--panel-dark-3) 0) padding-box,linear-gradient(45deg,#251668,#2a0f46) border-box}.search-form__dropdown-list{overflow-y:auto;max-height:200px;scrollbar-color:var(--func) var(--bg);scrollbar-width:thin}.search-form__dropdown-item{font-size:14px;font-weight:300;width:100%;height:48px;padding:0;padding-right:24px;padding-left:24px;cursor:pointer;-webkit-transition:color .3s;transition:color .3s;text-align:left;color:var(--func);border:none;background-color:transparent}.search-form__dropdown-item span{color:var(--text_color)}.light-theme .header{background:var(--panel-1)}.light-theme .header::after{background:#fff}.light-theme .header__logo{color:var(--func)}.light-theme .header__menu-item--separator{border-color:var(--panel-3)}.light-theme .header__menu-link{color:var(--func-light)}.light-theme .header__menu-link.is-active{color:var(--func);border-bottom-color:var(--highlight-purple)}.light-theme .header__menu-link-inner span{color:var(--attention);border-color:var(--attention)}.header{position:fixed;z-index:10;top:0;right:0;left:0;background:-webkit-gradient(linear,left top,right top,from(#151438),color-stop(53.5%,#19183a),to(#28193b));background:linear-gradient(90deg,#151438 0,#19183a 53.5%,#28193b 100%)}.header::after{position:absolute;z-index:1;top:auto;bottom:0;left:0;width:100%;height:1px;content:"";background:-webkit-gradient(linear,left top,right top,from(#1a0f4d),to(#37155a));background:linear-gradient(90deg,#1a0f4d 0,#37155a 100%)}.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:var(--header_min_height);-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.header__menu-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__logo{font-size:16px;font-weight:600;line-height:1.5;text-decoration:none;color:var(--text_color)}.header__burger{display:-webkit-box;display:-ms-flexbox;display:flex;width:48px;height:48px;padding:0;cursor:pointer;border:none;background-color:transparent;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header__burger svg{width:14px;height:14px;-webkit-transition:fill .3s;transition:fill .3s;fill:var(--func)}.header__menu{position:relative;z-index:2;margin-left:auto}.header__menu.is-open{display:block}.header__menu-list{margin:0;padding:0;list-style:none}.header__menu-item--separator{margin-bottom:16px;padding-top:16px;border-bottom:1px solid #1b1737}.header__menu-link{font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:48px;padding:16px 24px;text-decoration:none;color:var(--func);border-left:2px solid transparent;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.header__menu-link.is-active{color:#fff;border-color:var(--active-2)}.header__menu-link svg{width:20px;min-width:20px;height:20px;fill:currentColor}.header__menu-link-inner{position:relative;z-index:1;width:20px;height:20px}.header__menu-link-inner span{font-size:8px;position:absolute;z-index:1;top:0;right:0;left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:16px;height:16px;padding-right:2px;padding-left:2px;-webkit-transform:translate(60%,-50%);transform:translate(60%,-50%);text-align:center;color:var(--highlight-green);border:1px solid var(--highlight-green);border-radius:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.light-theme .footer{color:var(--func-light);background:#dddded}.light-theme .footer a{color:var(--highlight-purple)}.footer{font-size:14px;z-index:1;padding-top:24px;padding-bottom:24px;color:var(--func-dark);background:-webkit-gradient(linear,left top,right top,from(#090919),to(#090817));background:linear-gradient(90deg,#090919 0,#090817 100%);-ms-flex-negative:0;flex-shrink:0}.footer a{text-decoration:underline;color:var(--func)}.deps-info__summ{font-size:32px;font-weight:700;line-height:1;margin-bottom:12px;color:#fff}.deps-info__summ-currency{color:var(--func)}.deps-info__stage{padding:12px 16px;border-radius:8px;background:linear-gradient(272.11deg,rgba(43,27,80,.5) 0,#1e1c45 100%)}.deps-info__stage:not(:last-child){margin-bottom:2px}.deps-info__stage-title{display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--func-light);-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.deps-info__result{color:var(--func)}.deps-info__result b{font-size:20px;color:var(--accept)}.deps-info__result span{color:var(--accept)}.light-theme .cluster-info__admin-prop{color:var(--func-light)}.cluster-info{color:var(--text_color)}.cluster-info--type_1{height:auto!important}.cluster-info__admin-title{font-weight:500;line-height:2.28571;margin-bottom:5px}.cluster-info__admin-title span{color:var(--func)}.cluster-info__admin-avatar{width:96px;min-width:96px;height:96px;margin-bottom:8px;padding:3px;border-radius:50%;background:linear-gradient(135deg,#45329d 21.1%,#b81ca8 100%)}.cluster-info__admin-avatar img{display:block;width:93px;border:2px solid #19193b;border-radius:50%}.cluster-info__admin-prop{font-weight:300;display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--func-light);-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.cluster-info__admin-prop:not(:last-child){margin-bottom:6px}.cluster-info__admin-prop svg{width:20px;min-width:20px;height:20px;fill:var(--func)}.cluster-info p:not([class]){margin-bottom:16px}.light-theme .cluster-stage-info small{color:var(--func-light)}.cluster-stage-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:8px}.cluster-stage-info small{font-weight:300;color:var(--func)}.info-button{position:relative;z-index:1;display:block;width:20px;height:20px;padding:0;cursor:pointer;-webkit-transition:color .3s;transition:color .3s;color:var(--active-2);border:none;background-color:transparent}.info-button::after{position:absolute;z-index:1;top:50%;left:50%;width:100%;min-width:40px;height:40px;content:"";-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.info-button svg{width:20px;height:20px;fill:currentColor}.light-theme .cluster-stage-deps__summ{color:var(--highlight-purple-light)}.light-theme .cluster-stage-deps__summ span{color:var(--highlight-purple)}.light-theme .cluster-stage-deps__info{color:var(--func-light)}.light-theme .cluster-stage-deps__info span{color:var(--highlight-purple)}.cluster-stage-deps__summ{font-size:20px;font-weight:500;line-height:1.2}.cluster-stage-deps__summ span{color:var(--highlight-green)}.cluster-stage-deps__info{line-height:1.42857;color:var(--func)}.cluster-stage-deps__info span{color:var(--highlight-green)}.light-theme .cluster-item--type_1 .cluster-item__dropdown,.light-theme .cluster-item--type_1 .cluster-item__title-block{background-color:#4f3f96}.light-theme .cluster-item--type_2{background-color:#6d55d8}.light-theme .cluster-item--type_2 button.cluster-item__cell{background-color:#6d55d8}.light-theme .cluster-item--type_2 button.cluster-item__cell--type_1{background-color:#4f3f96}.light-theme .cluster-item--type_2 .cluster-item__dropdown,.light-theme .cluster-item--type_2 .cluster-item__title-block{background-color:#6d55d8}.light-theme .cluster-item--type_3{opacity:.85}.light-theme .cluster-item--type_3 .cluster-item__dropdown,.light-theme .cluster-item--type_3 .cluster-item__title-block{background-color:#4f3f96}.light-theme .cluster-item__title-block{border-bottom:1px solid rgba(0,0,0,.1)}.light-theme .cluster-item__title-block .status svg{fill:#23ff98}.light-theme .cluster-item__title-block .users{color:#23ff98}.light-theme .cluster-item__toggler{color:#fff}.light-theme .cluster-item__summ{color:#fff}.light-theme .cluster-item__summ span{color:#23ff98}.light-theme .cluster-item__summ svg{fill:#23ff98}.light-theme .cluster-item__column:first-child{border-right:1px solid rgba(0,0,0,.1)}.light-theme .cluster-item__cell:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}.light-theme .cluster-item__cell-num{color:var(--highlight-purple-light)}.light-theme .cluster-item__cell-deps{color:#fff}.light-theme .cluster-item__cell-deps svg{fill:var(--highlight-purple-light)}.light-theme button.cluster-item__cell:not(:hover) svg{fill:#23ff98}.light-theme button.cluster-item__cell:not(:hover) .cluster-item__cell-summ{color:#23ff98}.light-theme .cluster--adm .cluster-item--type_1 .cluster-item__dropdown,.light-theme .cluster--adm .cluster-item--type_1 .cluster-item__title-block{background-color:#4f3f96}.light-theme .cluster--adm .cluster-item--type_2 .cluster-item__dropdown,.light-theme .cluster--adm .cluster-item--type_2 .cluster-item__title-block{background-color:#6d55d8}.light-theme .cluster--adm button.cluster-item__cell .cluster-item__cell-deps svg{fill:var(--highlight-purple-light)}.light-theme .cluster--adm .cluster-item__cell-summ{color:var(--highlight-purple-light)}.light-theme .cluster--adm button.cluster-item__cell:not(:hover) .cluster-item__cell-summ{color:var(--highlight-purple-light)}.cluster--adm button.cluster-item__cell .cluster-item__cell-deps svg{fill:var(--func)}.cluster--adm .cluster-item__cell-summ{color:var(--func)}.cluster-item{overflow:hidden;border-radius:12px}.cluster-item--type_1 .cluster-item__dropdown,.cluster-item--type_1 .cluster-item__title-block{background-color:var(--panel-dark)}.cluster-item--type_2 .cluster-item__dropdown,.cluster-item--type_2 .cluster-item__title-block{background-color:#33193b}.cluster-item--type_3{opacity:.5}.cluster-item--type_3 .cluster-item__dropdown,.cluster-item--type_3 .cluster-item__title-block{background-color:var(--panel-dark)}.cluster-item--type_3 .cluster-item__title-block .status svg{fill:var(--func-light)}.cluster-item__title-block{line-height:1;position:relative;padding:16px;-webkit-transition:background-color .3s;transition:background-color .3s;border-bottom:1px solid rgba(0,0,0,.15)}.cluster-item__title-block>div>div:not(:last-child){margin-bottom:4px}.cluster-item__title-block .status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.cluster-item__title-block .status svg{width:10px;height:10px;fill:var(--highlight-green)}.cluster-item__title-block .users{display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--highlight-green);-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.cluster-item__title-block .users svg{width:16px;height:16px;fill:#fff}.cluster-item__title{display:-webkit-box;display:-ms-flexbox;display:flex;color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.cluster-item__summ{color:var(--func-light)}.cluster-item__summ span{color:var(--highlight-green)}.cluster-item__toggler{display:block;width:14px;height:14px;padding:0;cursor:pointer;-webkit-transition:color .3s;transition:color .3s;color:var(--func);border:none;background-color:transparent}.cluster-item__toggler.is-active svg{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.cluster-item__toggler::after{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;content:""}.cluster-item__toggler svg{width:14px;height:14px;fill:currentColor}.cluster-item__dropdown{display:none;-webkit-transition:background-color .3s;transition:background-color .3s}.cluster-item__cells{display:-webkit-box;display:-ms-flexbox;display:flex}.cluster-item__column{width:50%}.cluster-item__column:first-child{border-right:1px solid rgba(0,0,0,.15)}.cluster-item__column:nth-child(2) .cluster-item__cell-num{right:12px;left:auto}.cluster-item__cell{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:50px;-webkit-transition:background-color .3s;transition:background-color .3s;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cluster-item__cell:not(:last-child){border-bottom:1px solid rgba(0,0,0,.15)}.cluster-item__cell-num{font-size:10px;line-height:1.6;position:absolute;top:4px;left:12px;-webkit-transition:color .3s;transition:color .3s;color:var(--func)}.cluster-item__cell-num--type_1{color:var(--attention)!important}.cluster-item__cell-deps{font-size:14px;line-height:1.14285;text-align:center}.cluster-item__cell-deps:not(:last-child){margin-bottom:4px}.cluster-item__cell-deps svg{width:11px;height:11px;fill:var(--func)}.cluster-item__cell-summ{font-size:10px;line-height:1;-webkit-transition:color .3s;transition:color .3s;text-align:center;color:var(--highlight-green)}button.cluster-item__cell{display:block;width:100%;cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s;border:none;background-color:transparent}button.cluster-item__cell .cluster-item__cell-deps svg{fill:var(--highlight-green)}button.cluster-item__cell--type_1{background-color:#5b066c}.cluster-item--type_2 button.cluster-item__cell--type_1{background-color:#261d33}.light-theme .color-legend--type_1{background-color:rgba(79,63,150,.85)}.light-theme .color-legend--type_2{background-color:#6d55d8}.light-theme .color-legend--type_3{background-color:#4f3f96}.cluster-legend{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.cluster-legend svg{width:14px;min-width:14px;height:14px;fill:currentColor}.cluster-legend svg.green{fill:var(--highlight-green)}.color-legend{width:10px;min-width:10px;height:10px}.color-legend--type_1{background-color:var(--panel-dark)}.color-legend--type_2{background-color:#33193b}.color-legend--type_3{background-color:#261d33}.light-theme .dep-info__item{color:var(--func)}.deps-list .accordion:not(:last-child){margin-bottom:4px}.dep-title{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--func);-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 16px}.dep-title__num{color:var(--highlight-green)}.dep-title__summ{color:var(--text_color)}.dep-info:not(:last-child){margin-bottom:20px}.dep-info__item{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:32px;color:var(--func-light);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 16px}.dep-info__item span:nth-child(2){color:var(--text_color)}.light-theme .cluster-account h2 small{color:var(--func-light)}.light-theme .cluster-account__balance{color:var(--active-2)}.light-theme .cluster-account__balance span{color:var(--highlight-purple-light)}.light-theme .cluster-account__step-info b{color:var(--highlight-purple)}.light-theme .cluster-account__step-info small{color:var(--func-light)}.light-theme .cluster-account__step-info small span{color:var(--highlight-purple)}.light-theme .cluster-info__admin-title{color:var(--highlight-purple)}.light-theme .cluster-info__admin-title span{color:var(--func-light)}.light-theme .cluster-info__admin-prop:has(.color-green) svg{fill:var(--highlight-green)}.cluster-account:not(:last-child){margin-bottom:16px}.cluster-account h2{font-size:20px;font-weight:500;line-height:1.2;margin-top:0;margin-bottom:16px}.cluster-account h2 small{font-size:13px;font-weight:300;line-height:1.53846;color:var(--func)}.cluster-account__balance{font-size:40px;font-weight:700;line-height:1;margin-bottom:0}.cluster-account__balance span{color:var(--func)}.cluster-account__dynamic{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.cluster-account__dynamic:not(:last-child){margin-bottom:16px}.cluster-account__dynamic svg{width:16px;height:16px;fill:currentColor}.cluster-account__dynamic--increase{color:var(--highlight-green)}.cluster-account__dynamic--decrease{color:var(--attention)}.cluster-account__tabs-nav:not(:last-child){margin-bottom:16px}.cluster-account__tab{display:none}.cluster-account__tab.is-active{display:block}.cluster-account__step-title{font-size:14px;display:none;margin-bottom:0}.cluster-account__step-info b{font-size:24px;font-weight:700;color:var(--highlight-green)}.cluster-account__step-info small{font-size:15px;color:var(--func)}.cluster-account__step-info small span{color:var(--highlight-green)}.cluster-account__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:16px;gap:12px}.cluster-account__buttons .button{width:calc(100% / 2 - 12px / 2);padding-right:8px;padding-left:8px}.cluster-balance__title-block{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cluster-balance__title-block h2{margin:0}.cluster-balance h2{font-size:20px;font-weight:500;line-height:1.2}.cluster-balance h2 small{font-size:13px;font-weight:300;line-height:1.53846;color:var(--func)}.cluster-balance>h2{margin-top:0;margin-bottom:16px}.cluster-balance__summ{font-size:40px;font-weight:700;line-height:1;margin-bottom:24px;color:var(--func)}.cluster-balance__deps-list{overflow-y:auto;margin:0;padding:0;list-style:none;scrollbar-color:var(--func) var(--bg);scrollbar-width:thin}.cluster-balance__deps-list table{width:100%;border:none}.cluster-balance__deps-list table td{height:36px;padding:0}.cluster-balance__deps-list table td:not(:last-child){padding-right:8px}.cluster-balance__deps-list table td:last-child{color:var(--func-light)}.light-theme .calc .box__title-block div:nth-child(2) span.color-func{color:var(--func-light)}.light-theme .calc .box__title-block div:nth-child(2) span.color-green{color:#2bd263}.light-theme .calc__income.color-green{color:#2bd263}.light-theme .calc__badge--type_1{background-color:#ff7e46}.light-theme .calc__badge--type_2{background-color:#2bd263}.light-theme .calc__badge--type_3{background-color:#417ff2}.light-theme .calc__tabs-nav-button{color:var(--func-light);background-color:var(--panel-3)}.light-theme .calc__tabs-nav-button:not(:last-child){border-right:1px solid rgba(0,0,0,.05)}.light-theme .calc__tabs-nav-button.is-active{color:#fff;background-color:var(--active-2)}.light-theme .calc__tabs-nav-button.is-active.calc__tabs-nav-button--type_1{color:#fff}.light-theme .calc__tabs-nav-button.calc__tabs-nav-button--type_1{color:var(--func-xlight)}.calc__val{font-size:24px;font-weight:500}.calc__badges{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.calc__badge{width:calc(100% / 2 - 8px / 2);padding:16px;opacity:.5;color:#fff;border-radius:12px}.calc__badge.is-active{opacity:1}.calc__badge--type_1{background-color:#ef5a1a}.calc__badge--type_2{background-color:#009632}.calc__badge--type_3{background-color:#195ddc}.calc__badge-title{font-size:14px}.calc__badge-val{font-size:26px}.calc__tabs-nav{display:-webkit-box;display:-ms-flexbox;display:flex}.calc .tabs-nav{margin-top:16px}.calc__tabs-nav-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:48px;cursor:pointer;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s;color:var(--func);border:none;background-color:var(--panel-dark);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.calc__tabs-nav-button:not(:last-child){border-right:1px solid var(--panel-dark-2)}.calc__tabs-nav-button:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.calc__tabs-nav-button:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.calc__tabs-nav-button span{display:block;text-align:center}.calc__tabs-nav-button span:first-child{font-size:16px;font-weight:500}.calc__tabs-nav-button span:last-child{font-size:12px}.calc__tabs-nav-button--type_1{color:var(--func-light)}.calc__tabs-nav-button.is-active{color:#fff;background-color:var(--active)}.calc__row:not(:last-child){margin-bottom:24px}.calc__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.calc__form-block .graph{width:100%;min-height:200px;aspect-ratio:1}.calc__income{font-size:40px;font-weight:700}.calc__income:not(:last-child){margin-bottom:24px}.calc__income small{font-size:14px;font-weight:300}.start{margin:auto;text-align:center}.start h1{font-size:40px;font-weight:300;margin-bottom:32px;text-shadow:0 0 64px #1d4bff}.light-theme .start h1{font-weight:200;color:var(--func-dark);text-shadow:none}.light-theme .move__title-block h2 small{color:var(--func-light)}.light-theme .move__list{color:var(--func-light)}.light-theme .move__list table th{color:var(--func);background-color:var(--panel-1)}.move__title-block{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.move__title-block h2{margin:0}.move h2{font-size:20px;font-weight:500;line-height:1.2}.move h2 small{font-size:13px;font-weight:300;line-height:1.53846;color:var(--func)}.move>h2{margin-top:0;margin-bottom:16px}.move .dates-period{margin-bottom:12px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.move .select-wrapper{margin-bottom:12px}.move__list{font-size:14px;overflow-y:auto;margin:0;padding:0;list-style:none;color:var(--func-light);scrollbar-color:var(--func) var(--bg);scrollbar-width:thin}.move__list table{width:100%;border:none}.move__list table th{height:30px;padding:0;text-align:left;background-color:var(--panel-dark-2)}.move__list table th:not(:last-child){padding-right:8px}.move__list table td{padding:0 0 5px}.move__list table td:first-child{white-space:nowrap}.move__list table td:not(:last-child){padding-right:8px}.light-theme .depositos-menu__link>div:first-child b{color:var(--highlight-purple)}.light-theme .depositos-menu__link>div:last-child{color:var(--func)}.light-theme .depositos-menu__link>div:last-child span{color:var(--highlight-purple)}.light-theme .depositos-menu__link.is-active{border-color:var(--highlight-purple)}.light-theme .depositos-menu__balance{color:var(--highlight-purple)}.light-theme .depositos-menu__balance span{color:var(--highlight-purple-light)}.light-theme .depositos__table-titles{color:var(--highlight-purple)}.light-theme .depositos__table-titles th:first-child{color:var(--func)}.light-theme .depositos__table--type_1 td{color:var(--func)}.light-theme .depositos__table--type_1 td:first-child{color:var(--func)}.light-theme .depositos__table--type_1 td:nth-child(2){color:var(--highlight-purple)}.light-theme .depositos__table--type_1 td.color-green{color:var(--highlight-green)}.light-theme .depositos__table--type_1 td.color-func{color:var(--func-light)}.light-theme .depositos__table--type_2 td{color:var(--func)}.light-theme .depositos__table--type_2 td:nth-child(2){color:var(--highlight-purple)}.light-theme .depositos__table--type_2 td.color-green{color:var(--highlight-green)}.light-theme .depositos__table--type_2 td.color-func{color:var(--func-light)}.depositos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.depositos__list{overflow-y:auto;scrollbar-color:var(--func) var(--bg);scrollbar-width:thin}.depositos__table{font-size:14px;border-collapse:collapse;border:none}.depositos__table th{font-weight:500;padding:0;text-align:left}.depositos__table--type_1 td{padding:5px 10px 5px 0}.depositos__table--type_1 td:nth-child(2){white-space:nowrap}.depositos__table--type_2 td{padding:5px 10px 5px 0}.depositos__table--type_2 td:nth-child(2){white-space:nowrap}.depositos__table--type_2 td:nth-child(5) a{white-space:nowrap}.depositos-menu{height:auto!important}.depositos-menu__balance{font-size:40px;font-weight:700;line-height:1;margin-bottom:24px}.depositos-menu__balance span{color:var(--func)}.depositos-menu__list{margin:0;margin-left:-16px;padding:0;list-style:none}.depositos-menu__link{display:block;padding:16px;-webkit-transition:border-color .3s,opacity .3s;transition:border-color .3s,opacity .3s;text-decoration:none;opacity:.5;border-left:2px solid transparent}.depositos-menu__link.is-active{opacity:1;border-left-color:var(--active)}.depositos-menu__link>div:first-child{color:var(--text_color)}.depositos-menu__link>div:first-child span{font-weight:500}.depositos-menu__link>div:first-child b{font-weight:700;color:var(--highlight-green)}.depositos-menu__link>div:last-child{color:var(--func-light)}.depositos-menu__link>div:last-child span{color:var(--highlight-green)}.light-theme .addons td:nth-child(2){color:var(--func)}.addons{font-size:14px;color:var(--text_color)}.addons td{padding:10px 0}.addons td:nth-child(2){color:var(--func-light)}.addons td:nth-child(3){font-weight:500;white-space:nowrap}.addons td:not(:last-child){padding-right:24px}.light-theme .dates-period .input-group__input{background-image:url("data:image/svg+xml,%3Csvg width='18' height='21' viewBox='0 0 18 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.1875 3H11.8125V1.4375C11.8125 0.929688 12.2031 0.5 12.75 0.5C13.2578 0.5 13.6875 0.929688 13.6875 1.4375V3H15.25C16.6172 3 17.75 4.13281 17.75 5.5V18C17.75 19.4062 16.6172 20.5 15.25 20.5H2.75C1.34375 20.5 0.25 19.4062 0.25 18V5.5C0.25 4.13281 1.34375 3 2.75 3H4.3125V1.4375C4.3125 0.929688 4.70312 0.5 5.25 0.5C5.75781 0.5 6.1875 0.929688 6.1875 1.4375V3ZM2.125 18C2.125 18.3516 2.39844 18.625 2.75 18.625H15.25C15.5625 18.625 15.875 18.3516 15.875 18V8H2.125V18Z' fill='%238975E3'/%3E%3C/svg%3E%0A")}.dates-period{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}.dates-period .input-group{margin:0}.dates-period .input-group__input{padding-right:48px;background-image:url("data:image/svg+xml,%3Csvg width='18' height='21' viewBox='0 0 18 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.1875 3H11.8125V1.4375C11.8125 0.929688 12.2031 0.5 12.75 0.5C13.2578 0.5 13.6875 0.929688 13.6875 1.4375V3H15.25C16.6172 3 17.75 4.13281 17.75 5.5V18C17.75 19.4062 16.6172 20.5 15.25 20.5H2.75C1.34375 20.5 0.25 19.4062 0.25 18V5.5C0.25 4.13281 1.34375 3 2.75 3H4.3125V1.4375C4.3125 0.929688 4.70312 0.5 5.25 0.5C5.75781 0.5 6.1875 0.929688 6.1875 1.4375V3ZM2.125 18C2.125 18.3516 2.39844 18.625 2.75 18.625H15.25C15.5625 18.625 15.875 18.3516 15.875 18V8H2.125V18Z' fill='%23B9B8D3'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:calc(100% - 20px) 50%}.light-theme .adm-menu__link.is-active{color:var(--text_color)}.light-theme .requests__table{color:var(--func-light)}.light-theme .requests__search svg{fill:var(--func-light)}.adm-menu{height:auto!important}.adm-menu__list{margin:0;margin-left:-16px;padding:0;list-style:none}.adm-menu__item{position:relative;z-index:1}.adm-menu__item .warning-icon{position:absolute;z-index:1;top:50%;right:32px;left:auto;width:20px;height:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none;fill:var(--attention)}.adm-menu__link{display:block;padding:16px;-webkit-transition:border-color .3s,opacity .3s;transition:border-color .3s,opacity .3s;text-decoration:none;opacity:.5;color:var(--func);border-left:2px solid transparent}.adm-menu__link.is-active{opacity:1;color:#fff;border-left-color:var(--active)}.requests{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.requests__list{overflow-y:auto;scrollbar-color:var(--func) var(--bg);scrollbar-width:thin}.requests__table{font-size:14px;border-collapse:collapse;border:none}.requests__table td{padding:5px 10px 5px 0}.requests__search{position:relative;z-index:1}.requests__search .input-group__input{width:248px;padding-right:56px}.requests__search svg{position:absolute;z-index:1;top:50%;right:20px;left:auto;width:16px;height:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%);fill:var(--func)}.search{min-height:400px}.search-result{color:var(--text_color)}.search-result__title{font-weight:500;margin-bottom:24px}.search-result p:not([class]){margin-bottom:16px}.search-result .button{margin-top:12px}.logs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.logs__list{overflow-y:auto;scrollbar-color:var(--func) var(--bg);scrollbar-width:thin}.logs__table{font-size:14px;border-collapse:collapse;border:none}.logs__table td{padding:5px 10px 5px 0}.logs__show-more{margin-top:24px;-ms-flex-item-align:start;align-self:flex-start}@media (min-width:414px){.air-datepicker{--adp-width:340px}.air-datepicker-body--day-name{width:44px;min-width:44px}}@media (min-width:480px){.addons td{height:44px}}@media (min-width:640px){.popup{padding:36px}.popup.fancybox-content{padding:36px}.popup__title{font-size:24px}.popup__closer{top:24px;right:36px}.popup__buttons .button{width:calc(100% / 2 - 24px / 2)}.popup .form__row--flex{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.popup .form__row--flex .form__cell{width:calc(100% / 2 - 24px / 2)}.popup .form__buttons .button{width:calc(100% / 2 - 24px / 2)}.calc__row--flex{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.calc__row--flex .calc__cell{width:calc(100% / 2 - 24px / 2)}}@media (min-width:768px){.responsive-table:not(:last-child){margin-bottom:16px}figure:not(:first-child){margin-top:60px}figure:not(:last-child){margin-bottom:60px}figure figcaption{margin-top:24px}.info-button::after{min-width:40px;height:40px}.calc__badge{width:calc(100% / 4 - 8px / 4 * 3)}.calc__form{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px}.calc__form-block{width:calc(100% / 3 - 8px * 2 / 3)}.move__list table tr:first-child{position:sticky;z-index:1;top:-2px}.move__list table td{height:36px}.move__list table td:nth-child(4),.move__list table td:nth-child(5){text-align:center}.depositos__table--type_1 th{height:44px;padding-right:30px}.depositos__table--type_1 td{height:44px;padding-right:30px}.requests__table td{height:44px;padding-right:30px}.requests__table td:nth-child(3),.requests__table td:nth-child(4){white-space:nowrap}.logs__table td{height:44px;padding-right:30px}}@media (min-width:1024px){:root{--header_min_height:72px}.title-block__center{margin-right:auto}.header{position:absolute}.header__logo{font-size:24px;line-height:1}.header__burger{display:none}.header__burger svg{width:24px;height:24px}.header__menu-list{display:-webkit-box;display:-ms-flexbox;display:flex}.header__menu-item--separator{display:none}.header__menu-link{min-height:var(--header_min_height);padding-right:16px;padding-left:16px;border-bottom:1px solid transparent;border-left:none}.header__menu-link-text{display:none}.footer__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.footer__address{margin-right:auto}.footer__contacts{margin-right:130px}.depositos__table--type_2 th{height:44px;padding-right:30px}.depositos__table--type_2 td{height:44px;padding-right:30px}.dates-period .input-group{width:166px}}@media (min-width:1300px){:root{--container_padding:32px;--footer_min_height:120px}.page--h_100 .page__content{height:calc(100dvh - (var(--header_min_height) + var(--page_content_padding_top) + var(--page_content_padding_bottom) + var(--footer_min_height)))}.page--h_100 .page__content .container{height:100%}.page--h_100 .page__content .container .columns{height:100%}.page--h_100 .page__content .container .columns .cluster-balance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 115px - 24px - 16px)}.page--h_100 .page__content .container .columns .move{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.columns{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.columns .column{width:50%}.columns .column-small{width:23.66071%}.columns .column-big{width:74.55357%}.columns .column-40{width:40%}.columns .column-60{width:60%}.title-block__left h1{font-size:32px}.buy-button__prices{font-size:12px}.footer{font-size:15px;min-height:var(--footer_min_height);padding-top:30px;padding-bottom:30px}.cluster-info .button{margin-top:24px}.cluster-stage-info{font-size:20px}.info-button{width:24px;height:24px}.info-button svg{width:24px;height:24px}.cluster-stage-deps{text-align:right}.cluster-stage-deps__summ{font-size:24px}.cluster{display:-webkit-box;display:-ms-flexbox;display:flex;--gap:2px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--gap)}.cluster .cluster-item{width:calc(100% / 5 - var(--gap) * 4 / 5)}.cluster-item:nth-child(n+6){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.cluster-item:nth-child(n+6) .cluster-item__title-block{border-top:1px solid rgba(0,0,0,.15);border-bottom:none}.cluster-item__title-block{text-align:center}.cluster-item__title{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cluster-item__toggler{display:none}.cluster-item__dropdown{display:block}.cluster-account{padding-top:8px}.calc__badge{min-height:98px;padding:20px}}@media (min-width:1300px) and (max-height:740px){.cluster-account__balance{font-size:28px}.cluster-account__dynamic{font-size:12px}.depositos-menu__balance{font-size:28px}}@media (min-width:1300px) and (min-height:960px){.cluster-account__tab{display:block;margin-bottom:12px}}@media (min-width:1900px){:root{--container_padding:64px;--page_content_padding_bottom:48px;--page_content_padding_top:48px;--vertical_indent:24px}.page{font-size:15px}.page--h_100 .page__content .container .columns .cluster-balance{height:calc(100% - 144px - 24px - 24px)}.columns--gap_24{gap:24px}.columns--gap_32{gap:32px}.columns .column-big{padding-right:24px;padding-left:24px}.box{border-radius:24px;--indent:24px}.box__title-block h2{font-size:24px;line-height:1}.box__title-block h2 small{font-size:15px;line-height:1.2}.title-block:not(:last-child){margin-bottom:24px}.title-block__left h1{font-size:48px}figure:not(:first-child){margin-top:80px}figure:not(:last-child){margin-bottom:80px}.buy-button{font-size:14px;min-height:56px}.buy-button--big{font-size:16px;min-height:72px;padding-right:24px;padding-left:24px}.buy-button--big .buy-button__prices{font-size:16px}.buy-button__prices{font-size:14px}.radio__icon{width:20px;min-width:20px;height:20px}.accordion{--indent:24px}.accordion--type_1{border-radius:24px}.accordion--type_1 .accordion__body{font-size:16px}.accordion--type_2 .accordion__body{font-size:16px}.accordion__toggler{font-size:18px}.deps-info__summ{font-size:48px;margin-bottom:24px}.deps-info__stage{padding:16px 24px;border-radius:12px}.cluster-info__admin-title{font-size:14px;margin-bottom:12px}.cluster-info__admin{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cluster-info__admin--type_1{display:block}.cluster-info__admin-avatar{margin-bottom:0}.cluster-info__admin-info{max-width:calc(100% - 12px - 96px)}.cluster-info__admin-prop{font-size:14px}.cluster-info__admin-prop:not(:last-child){margin-bottom:12px}.cluster-stage-info{font-size:24px}.info-button{width:28px;height:28px}.info-button svg{width:28px;height:28px}.cluster-item__title-block .status{font-size:16px}.faq{gap:24px}.cluster-account{padding-top:20px}.cluster-account h2{font-size:24px;line-height:1;margin-bottom:24px}.cluster-account h2 small{font-size:15px;line-height:1.2}.cluster-account__balance{font-size:56px}.cluster-account__dynamic:not(:last-child){margin-bottom:24px}.cluster-account__tabs-nav:not(:last-child){margin-bottom:24px}.cluster-account__buttons{margin-top:24px}.cluster-balance h2{font-size:24px;line-height:1}.cluster-balance h2 small{font-size:15px;line-height:1.2}.move h2{font-size:24px;line-height:1}.move h2 small{font-size:15px;line-height:1.2}.depositos-menu__balance{font-size:56px}.depositos-menu__list{margin-left:-24px}.depositos-menu__link{padding-left:24px}.adm-menu__list{margin-left:-24px}.adm-menu__link{padding-left:24px}}@media (min-width:1900px) and (min-height:960px){.cluster-account__tabs-nav{display:none}.cluster-account__step-title{display:block}}@media (min-width:1920px){.full-width{margin-right:calc(-100vw / 2 + var(--container_max_width)/ 2 - var(--container_padding));margin-left:calc(-100vw / 2 + var(--container_max_width)/ 2 - var(--container_padding))}}@media (max-width:1299.98px){.columns .column:first-child{margin-bottom:16px}.columns .column-small:first-child{margin-bottom:32px}.cluster-info .button{width:100%;margin-top:16px}.cluster-item:not(:last-child){margin-bottom:4px}.cluster-item__title-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cluster-balance__deps-list{height:400px}.move__list{height:400px}}@media (max-width:1023.98px){.title-block__center{width:100%}.light-theme .header__menu{background-color:var(--panel-2)}.header__burger{margin-left:auto}.header__menu{position:fixed;z-index:1;top:var(--header_min_height);right:0;left:0;display:none;overflow-y:auto;height:calc(100dvh - var(--header_min_height));background-color:var(--panel-dark-2)}.header__menu-item--separator~.header__menu-item .header__menu-link span{color:var(--func-light)}.footer__inner{text-align:center}.footer__address,.footer__contacts{margin-bottom:24px}.depositos__table--type_2 tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.depositos__table--type_2 tr.depositos__table-titles{display:none}.depositos__table--type_2 tr td:nth-child(6),.depositos__table--type_2 tr td:nth-child(7){padding-bottom:10px;border-bottom:1px solid var(--func)}.depositos__table--type_2 tr td:nth-child(6):empty,.depositos__table--type_2 tr td:nth-child(7):empty{padding-bottom:0}.depositos__table--type_2 tr td:nth-child(7) .button{font-size:12px}.depositos__table--type_2 td:not(:nth-child(7))::before{content:attr(data-title) ": "}.depositos__table--type_2 td:nth-child(1){font-size:24px;display:block;width:100%}.logs__table tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:767.98px){.move__list table tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.move__list table tr:first-child{display:none}.move__list table td::before{content:attr(data-title) ": "}.move__list table td:nth-child(1)::before,.move__list table td:nth-child(2)::before,.move__list table td:nth-child(3)::before{display:block}.move__list table td:nth-child(1),.move__list table td:nth-child(2){width:50%;padding-top:5px}.move__list table td:nth-child(3){width:100%}.move__list table td:nth-child(4),.move__list table td:nth-child(5){width:50%;padding-bottom:5px;border-bottom:1px solid var(--func)}.depositos__table--type_1 tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.depositos__table--type_1 tr.depositos__table-titles{display:none}.depositos__table--type_1 tr:not(:last-child) td:nth-child(5){padding-bottom:10px;border-bottom:1px solid var(--func)}.depositos__table--type_1 tr:not(:last-child) td:nth-child(5):empty{padding-bottom:0}.depositos__table--type_1 td:not(:nth-child(5))::before{content:attr(data-title) ": "}.depositos__table--type_1 td:nth-child(1){font-size:24px;display:block;width:100%}.depositos__table--type_1 td:nth-child(2),.depositos__table--type_1 td:nth-child(3){width:50%}.depositos__table--type_1 td:nth-child(4){display:block;width:100%}.depositos__table--type_1 td:nth-child(5){display:block;width:100%}.depositos__table--type_2 td:nth-child(2),.depositos__table--type_2 td:nth-child(3),.depositos__table--type_2 td:nth-child(4),.depositos__table--type_2 td:nth-child(5),.depositos__table--type_2 td:nth-child(6),.depositos__table--type_2 td:nth-child(7){width:50%}.dates-period .input-group{width:100%}.requests__table tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.requests__table tr:not(:last-child) td:nth-child(4){padding-bottom:10px;border-bottom:1px solid var(--func)}.requests__table td:not(:nth-child(4))::before{content:attr(data-title) ": "}.requests__table td:nth-child(1){font-size:16px;display:block;width:100%}.requests__table td:nth-child(4){display:block;width:100%}.logs__table tr:not(:last-child) td:nth-child(2){padding-bottom:5px;border-bottom:1px solid var(--func)}.logs__table td{width:100%}.logs__table td::before{content:attr(data-title) ": "}}@media (max-width:639.98px){.popup .form__row--flex .form__cell{margin-bottom:24px}.calc__row--flex .calc__cell{margin-bottom:24px}}@media (max-width:480px){.addons tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:479.98px){.addons td:nth-child(1){font-size:18px;font-weight:700;display:block;width:100%;padding:10px 0 0}.addons td:nth-child(2),.addons td:nth-child(3){width:50%;border-bottom:1px solid var(--func)}}@media (min-width:768px) and (max-width:1023.98px){.depositos__table--type_2 td:nth-child(2),.depositos__table--type_2 td:nth-child(3),.depositos__table--type_2 td:nth-child(4),.depositos__table--type_2 td:nth-child(5),.depositos__table--type_2 td:nth-child(6),.depositos__table--type_2 td:nth-child(7){width:33.33333%}.depositos__table--type_2 td:nth-child(5){padding-bottom:10px;border-bottom:1px solid var(--func)}.dates-period .input-group{width:calc(100% / 2 - 12px / 2)}}@media (any-hover:hover){a:hover{color:var(--active)}.light-theme .button--secondary:not(.disabled):hover,.light-theme .button--secondary:not(:disabled):hover,.light-theme .button--secondary:not([data-disabled]):hover{color:#fff;background-color:var(--active-2)}.button--primary:not(.disabled):hover,.button--primary:not(:disabled):hover,.button--primary:not([data-disabled]):hover{color:#fff;background-color:var(--active-2)}.button--secondary:not(.disabled):hover,.button--secondary:not(:disabled):hover,.button--secondary:not([data-disabled]):hover{color:#fff;background-color:var(--active)}.button--warning:not(.disabled):hover,.button--warning:not(:disabled):hover,.button--warning:not([data-disabled]):hover{color:#fff;background-color:#df1b63}a.button--primary:not(.disabled):hover,a.button--primary:not(:disabled):hover,a.button--primary:not([data-disabled]):hover{color:#fff}a.button--white:not(.disabled):hover,a.button--white:not(:disabled):hover,a.button--white:not([data-disabled]):hover{color:var(--black_dark)}.buy-button:not(.disabled):hover,.buy-button:not(:disabled):hover,.buy-button:not([data-disabled]):hover{color:#fff;background-color:var(--ocher)}.popup__closer:hover{color:var(--active);-webkit-box-shadow:0 4px 4px rgba(0,0,0,.15);box-shadow:0 4px 4px rgba(0,0,0,.15)}.light-theme .tabs-nav__button:not(.is-active):hover{background-color:var(--panel-3)}.tabs-nav__button:not(.is-active):hover{color:var(--text_color)}.air-datepicker-nav--action:hover{background:0 0}.air-datepicker-nav--title:hover{color:var(--text_color);background-color:transparent}.light-theme .search-form__dropdown-item:hover{color:var(--func)}.search-form__dropdown-item:hover{color:var(--func-light)}.light-theme .header__menu-link:hover{color:var(--func)}.header__logo:hover{color:var(--text_color)}.header__burger:hover svg{fill:var(--func-light)}.header__menu-link:hover{color:#fff}.light-theme .footer a:hover{color:var(--active)}.footer a:hover{color:var(--func-light)}.info-button:hover{color:var(--active)}.light-theme .cluster-item--type_2 button.cluster-item__cell:hover{background-color:var(--active-2)}.light-theme .cluster-item--type_2 button.cluster-item__cell:hover .cluster-item__cell-deps svg{fill:#23ff98}.light-theme .cluster-item--type_2 button.cluster-item__cell:hover .cluster-item__cell-num{color:#23ff98}.light-theme .cluster-item--type_2 button.cluster-item__cell:hover .cluster-item__cell-summ{color:#fff}.light-theme .cluster-item--type_2 button.cluster-item__cell--type_1:hover{background-color:var(--active-2)}.light-theme .cluster-item--type_2 button.cluster-item__cell--type_1:hover .cluster-item__cell-deps svg{fill:#23ff98}.light-theme .cluster-item--type_2 button.cluster-item__cell--type_1:hover .cluster-item__cell-num{color:#23ff98}.light-theme .cluster-item--type_2 button.cluster-item__cell--type_1:hover .cluster-item__cell-summ{color:#fff}.light-theme button.cluster-item__cell:hover{background-color:var(--active)}.light-theme button.cluster-item__cell:hover .cluster-item__cell-deps svg{fill:#23ff98}.light-theme button.cluster-item__cell:hover .cluster-item__cell-num{color:#23ff98}.light-theme button.cluster-item__cell:hover .cluster-item__cell-summ{color:#fff}.light-theme .cluster--adm .cluster-item__title-block:hover{cursor:pointer;background-color:var(--active-2)}.light-theme .cluster--adm .cluster-item__title-block:hover:hover+.cluster-item__dropdown{background-color:var(--active-2)}.light-theme .cluster--adm .cluster-item__title-block:hover:hover+.cluster-item__dropdown .cluster-item__cells .cluster-item__column .cluster-item__cell .cluster-item__cell-num{color:#fff}.light-theme .cluster--adm .cluster-item__title-block:hover:hover+.cluster-item__dropdown .cluster-item__cells .cluster-item__column .cluster-item__cell .cluster-item__cell-deps svg{fill:#fff}.light-theme .cluster--adm .cluster-item__title-block:hover:hover+.cluster-item__dropdown .cluster-item__cells .cluster-item__column .cluster-item__cell .cluster-item__cell-summ{color:#fff}.cluster--adm .cluster-item__title-block:hover{cursor:pointer;background-color:#5b066c}.cluster--adm .cluster-item__title-block:hover:hover+.cluster-item__dropdown{background-color:#5b066c}.cluster--adm .cluster-item__title-block:hover:hover+.cluster-item__dropdown .cluster-item__cells .cluster-item__column .cluster-item__cell .cluster-item__cell-num{color:#b60ee0}.cluster--adm .cluster-item__title-block:hover:hover+.cluster-item__dropdown .cluster-item__cells .cluster-item__column .cluster-item__cell .cluster-item__cell-deps svg{fill:#b60ee0}.cluster--adm .cluster-item__title-block:hover:hover+.cluster-item__dropdown .cluster-item__cells .cluster-item__column .cluster-item__cell .cluster-item__cell-summ{color:#fff}button.cluster-item__cell:hover{background-color:#222275}button.cluster-item__cell:hover .cluster-item__cell-num,button.cluster-item__cell:hover .cluster-item__cell-summ{color:var(--active-2)}button.cluster-item__cell:hover .cluster-item__cell-deps svg{fill:var(--active-2)}button.cluster-item__cell--type_1:hover{background-color:var(--active)}button.cluster-item__cell--type_1:hover .cluster-item__cell-num,button.cluster-item__cell--type_1:hover .cluster-item__cell-summ{color:#fff}button.cluster-item__cell--type_1:hover .cluster-item__cell-deps svg{fill:#fff}.cluster-item--type_2 button.cluster-item__cell:hover{background-color:#5b066c}.cluster-item--type_2 button.cluster-item__cell:hover .cluster-item__cell-num,.cluster-item--type_2 button.cluster-item__cell:hover .cluster-item__cell-summ{color:#b60ee0}.cluster-item--type_2 button.cluster-item__cell:hover .cluster-item__cell-deps svg{fill:#b60ee0}.cluster-item--type_2 button.cluster-item__cell--type_1:hover{background-color:#332645}.cluster-item--type_2 button.cluster-item__cell--type_1:hover .cluster-item__cell-num,.cluster-item--type_2 button.cluster-item__cell--type_1:hover .cluster-item__cell-summ{color:#8043d6}.cluster-item--type_2 button.cluster-item__cell--type_1:hover .cluster-item__cell-deps svg{fill:#8043d6}.light-theme .calc__tabs-nav-button:not(.is-active):hover{color:#fff;background-color:var(--active)}.calc__tabs-nav-button:not(.is-active):hover{background-color:#222275}.depositos-menu__link:hover{opacity:.8}.adm-menu__link:hover{opacity:.8}}
/* End */


/* Start:/local/templates/cluster/template_styles.css?1746018086867*/
.d-none {
    display: none !important;
    height: 0;
    overflow: hidden;
}

.popup.fancybox-content {
    display: inline-block !important;
}
.popup.popup--success .fancybox-close-small {
    display: none !important;
}

.select2-results__option[aria-disabled="true"] {
    display: none;
}

.select-wrapper__paysystem .select2-results__option[aria-disabled="true"] {
    display: block;
}

.search-form__dropdown-list {
    width: 99%;
}
.search-form__dropdown-list span {
    display: block;
    padding: 0 20px;
}

#bx-panel + .header {
    top: 39px;
}

.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}

.requests__table th {
    text-align: left;
}

.policy_link {
    font-size: 14px;
    opacity: 0.6;
    padding: 40px 20px 0 20px;
}

.start {
    padding: 0 20px;
}

.policy {
    padding-bottom: 60px;
}
/* End */
/* /local/templates/cluster/plugins_css/jquery.fancybox.css?174421084916441 */
/* /local/templates/cluster/plugins_css/select2.css?174421084911579 */
/* /local/templates/cluster/plugins_css/air-datepicker.css?174421084921679 */
/* /local/templates/cluster/css/style.css?174421084974142 */
/* /local/templates/cluster/template_styles.css?1746018086867 */
