@font-face {
  font-family: "eUkraine";
  font-weight: 400;
  src: url(assets/38805a5a6a103eb1aa7d.otf) format("opentype");
  /* font-weight: normal; */
}

@font-face {
  font-family: "eUkraine";
  font-weight: 500;
  src: url(assets/768e3644ab7db178be11.otf) format("opentype");
}

@font-face {
  font-family: "eUkraine";
  font-weight: 700;
  src: url(assets/b0b74cb733e17bc41a86.otf) format("opentype");
}

@font-face {
  font-family: "eUkraine";
  font-weight: 300;
  src: url(assets/051230eeb9d14f5e4305.otf) format("opentype");
}
@font-face {
  font-family: "eUkraine";
  font-weight: 200;
  src: url(assets/0db29a0c254eda5ab03e.otf) format("opentype");
}
@font-face {
  font-family: "eUkraine";
  font-weight: 300;
  src: url(assets/30120570168ed1c0e886.otf) format("opentype");
}

@font-face {
  font-family: "eUkraineHead";
  font-weight: 400;
  src: url(assets/4e9dc7df09b113ce919f.otf) format("opentype");
}

@font-face {
  font-family: "eUkraineHead";
  font-weight: 500;
  src: url(assets/b86fdf0f27a162dd685a.otf) format("opentype");
}

@font-face {
  font-family: "eUkraineHead";
  font-weight: 700;
  src: url(assets/92a625ab24ee7ea67a41.otf) format("opentype");
}

@font-face {
  font-family: "eUkraineHead";
  font-weight: 300;
  src: url(assets/a4b8d387036a575cfb4e.otf) format("opentype");
}
@font-face {
  font-family: "eUkraineHead";
  font-weight: 200;
  src: url(assets/9bf0a318d3ef5ce75c24.otf) format("opentype");
}
@font-face {
  font-family: "eUkraineHead";
  font-weight: 300;
  src: url(assets/749c4b79826512370360.otf) format("opentype");
}
@font-face {
  font-family: 'lg';
  src: url(assets/64b800aa30714fd916dc.woff2?io9a6k) format("woff2"), url(assets/747d038541bfc6bb8ea9.ttf?io9a6k) format("truetype"), url(assets/356a0e9cb064c7a196c6.woff?io9a6k) format("woff"), url(assets/09cd8e9be7081f216644.svg?io9a6k#lg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item
.lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: '\e095';
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: '\e094';
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: '\e070';
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: '\e90a';
}

.lg-toolbar .lg-download:after {
  content: '\e0f2';
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: '\e1ff';
}

.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: '\e01d';
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: '\e01a';
}

.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-icon.lg-zoom-in:after {
  content: '\e311';
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: '\e033';
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: '\e312';
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='video'] .lg-actual-size,
.lg-outer[data-lg-slide-type='video'] .lg-zoom-out, .lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer .lg-share {
  position: relative;
}

.lg-outer .lg-share:after {
  content: '\e80d';
}

.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer .lg-share-facebook .lg-icon:after {
  content: '\e904';
}

.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer .lg-share-twitter .lg-icon:after {
  content: '\e907';
}

.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer .lg-share-pinterest .lg-icon:after {
  content: '\e906';
}

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}

.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url(assets/fcba57cdb89652f9bb54.gif) no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}

.lg-comment-box .fb-comments[fb-xfbml-state='rendered'] {
  background-image: none;
}

.lg-comment-box .fb-comments > span {
  max-width: 100%;
}

.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}

.lg-comment-box .lg-comment-close:after {
  content: '\e070';
}

.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}

.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer .lg-comment-toggle:after {
  content: '\e908';
}

.lg-outer.lg-comment-active .lg-comment-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}

.lg-outer.lg-comment-active .lg-comment-box {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer[data-lg-slide-type='video'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='video'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='video'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='video'] .lg-flip-hor, .lg-outer[data-lg-slide-type='iframe'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='iframe'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-hor {
  opacity: 0.75;
  pointer-events: none;
}

.lg-rotate-left:after {
  content: '\e900';
}

.lg-rotate-right:after {
  content: '\e901';
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: '\e903';
}

.lg-flip-hor:after {
  content: '\e902';
}

.lg-medium-zoom-item {
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}

.lg-group:after {
  content: '';
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(assets/fcba57cdb89652f9bb54.gif) no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: '\e909';
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

:root{--xs: 320px;--sm: 480px;--md: 768px;--lg: 1024px;--xl: 1440px;--xxl: 1440px;--xxxl: 1600px;--button-bg-color: rgba(0,0,0,0.36078);--border-color: white;--logo-color: white;--text-color: white;--header-bg-color: black;--logo-fill-color: white}:root :nth-child(1){--nth-child: 1 }:root :nth-child(2){--nth-child: 2 }:root :nth-child(3){--nth-child: 3 }:root :nth-child(4){--nth-child: 4 }:root :nth-child(5){--nth-child: 5 }:root :nth-child(6){--nth-child: 6 }.light-theme{--logo-fill-color: #3A76F0;--button-bg-color: rgba(255,255,255,0.36078);--border-color: #3A76F0;--logo-color: #3A76F0;--text-color: black;--header-bg-color: white;--bg-filter: url(assets/79c3f42e3de541b28ccb.png)}.h1,.h2,.h3,.h4,.h5,.h6{display:block}h1,.h1{font-family:"eUkraineHead";font-size:6rem}h2,.h2{font-family:"eUkraineHead";font-size:5rem}h3,.h3{font-family:"eUkraineHead";font-size:4rem}h4,.h4{font-family:"eUkraine";font-size:3rem}h5,.h5{font-family:"eUkraine";font-size:2rem}h6,.h6{font-family:"eUkraine";font-size:1.5rem}.header-small{margin-bottom:16px}@media(max-width: 768px),(max-height: 900px){h1,.h1{font-size:3.5rem}h2,.h2{font-size:3rem}h3,.h3{font-size:2.5rem}h4,.h4{font-size:2rem}h5,.h5{font-size:1.75rem}h6,.h6{font-size:1.5rem}}@media(max-width: 480px){h1,.h1{font-size:2.5rem}h2,.h2{font-size:2.25rem}h3,.h3{font-size:2rem}h4,.h4{font-size:1.75rem}h5,.h5{font-size:1.5rem}h6,.h6{font-size:1rem}}.flex{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}.flex-two-col{width:40%}@media(max-width: 1024px){.flex-two-col{width:100%;margin-bottom:30px}}@media(max-width: 1024px){.flex{-ms-flex-direction:column;flex-direction:column}}.no-overflow{overflow:hidden}.hide{display:none !important}.hide{opacity:0}.custom-scroll_x{padding-bottom:10px}.custom-scroll_x::-webkit-scrollbar{height:7px}.custom-scroll_x::-webkit-scrollbar-track{background-color:#eaeaea;border-radius:10px}.custom-scroll_x::-webkit-scrollbar-thumb{background-color:#3a76f0;border-radius:10px}.text-supp{opacity:.5;text-align:center;font-size:16px}@media(max-width: 768px){.text-supp_help-page{font-size:14px}}.text-supp_home{font-size:12px}@media(max-width: 768px){.text-supp_home{font-size:10px}}.light-theme .text-supp{color:#fff;text-shadow:1px 1px 1px #000}.svg-resized{max-height:100%;max-width:100%;margin-right:auto;width:100%}@media(max-width: 480px){.hide-mobile{display:none}}.margin-top{margin-top:45px}.disabled{pointer-events:none;opacity:.7}.text-title{font-family:"eUkraine";font-size:48px}@media(max-width: 1024px){.text-title{font-size:36px}}@media(max-width: 768px){.text-title{font-size:24px}}.page-title{font-family:"eUkraineHead";font-size:96px}@media(max-width: 1440px){.page-title{font-size:64px}}@media(max-width: 1024px){.page-title{font-size:48px}}.relative{position:relative}.bg{width:100%}.bg-image{background-position:center center;background-size:cover;background-repeat:no-repeat}@media(min-width: 1024px){.bg-image-statistic{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url(assets/fbb888c280f4117e059a.png)}.bg-image-home{background-image:url(assets/4ce3f58404713e976adf.png),url(assets/3ae4e30a08cb2c36dd68.png)}.bg-image-qr{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url(assets/608a058f0967caf80188.png);background-image:var(--bg-filter, linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8))),url(assets/608a058f0967caf80188.png)}.bg-image-accounting{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),url(assets/e72f4b41f912eec188f3.png)}.bg-image-accounting_zsu-ta-tro{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url(assets/c272491c3a01d3db6c75.png)}.bg-image-accounting_civilni{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)),url(assets/ae26fc73a12135436583.png)}.bg-image-accounting_ditki{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)),url(assets/763dcf8751761a39e1f9.png)}.bg-image-help{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),url(assets/835ac695b2d415e870df.png)}.bg-image-help_zsu-ta-tro{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.79)),url(assets/db02e4b6834e355edb95.png)}.bg-image-help_civilni{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url(assets/e946d189d0973d70b409.png)}.bg-image-help_ditki{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url(assets/2e4c187f7cd083d5ebcf.png)}.bg-image-404{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),url(assets/e5b5cf17366297375ac3.png)}}@media(max-width: 1024px)and (min-width: 768px){.bg-image-statistic{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url(assets/679bea07f223edca3247.png)}.bg-image-home{background-image:url(assets/4ce3f58404713e976adf.png),url(assets/0f1538ac03d15470197c.png)}.bg-image-qr{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url(assets/9acff8de178a3139dade.png);background-image:var(--bg-filter, linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8))),url(assets/9acff8de178a3139dade.png)}.bg-image-accounting{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),url(assets/67302e620d055f3cfff1.png)}.bg-image-accounting_zsu-ta-tro{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url(assets/13848d02af5eb296a9da.png)}.bg-image-accounting_civilni{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)),url(assets/53ff83c224b4295c943c.png)}.bg-image-accounting_ditki{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)),url(assets/0a2de95e3f452193c987.png)}.bg-image-help{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),url(assets/3036c4370ae00cc89c4c.png)}.bg-image-help_zsu-ta-tro{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.79)),url(assets/fe572501dbf9ccfda5e4.png)}.bg-image-help_civilni{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url(assets/e7ac5a1260a9b372bbc6.png)}.bg-image-help_ditki{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url(assets/e06c491bb063a3203d1f.png)}.bg-image-404{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),url(assets/93134f6da4857465a94a.png)}}@media(max-width: 768px)and (min-width: 480px){.bg-image-statistic{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url(assets/98127e458f8bb7f470c4.png)}.bg-image-home{background-image:url(assets/4a86d8b6434ab7c13a6d.png),url(assets/071f706f967b0c2a855b.png)}.bg-image-qr{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url(assets/86ace3ae5e3d75643984.png);background-image:var(--bg-filter, linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8))),url(assets/86ace3ae5e3d75643984.png)}.bg-image-accounting{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),url(assets/94f671c7c056e7078765.png)}.bg-image-accounting_zsu-ta-tro{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url(assets/609f3444f6c001638a48.png)}.bg-image-accounting_civilni{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)),url(assets/f0c4f7008b71c3773409.png)}.bg-image-accounting_ditki{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)),url(assets/fda17aa64863dec5a726.png)}.bg-image-help{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),url(assets/e03e24b2b287e458e262.png)}.bg-image-help_zsu-ta-tro{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.79)),url(assets/1a733aa8e9761299605d.png)}.bg-image-help_civilni{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url(assets/b824f79620436ae106c3.png)}.bg-image-help_ditki{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url(assets/fb8a53584796e974df98.png)}.bg-image-404{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),url(assets/948aa1d33f552fb9db86.png)}}@media(max-width: 480px){.bg-image-statistic{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url(assets/2e66d9c8089dc287ddc4.png)}.bg-image-home{background-image:url(assets/4a86d8b6434ab7c13a6d.png),url(assets/47100d5dd2628ed6569e.png)}.bg-image-qr{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url(assets/6f43266125433416646e.png);background-image:var(--bg-filter, linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8))),url(assets/6f43266125433416646e.png)}.bg-image-accounting{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),url(assets/647fcf0ab25a42978b39.png)}.bg-image-accounting_zsu-ta-tro{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url(assets/013b6d535823dc2bf9ce.png)}.bg-image-accounting_civilni{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)),url(assets/9cc00e06cfc958690f91.png)}.bg-image-accounting_ditki{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)),url(assets/5719794272908528b840.png)}.bg-image-help{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),url(assets/05fd3d1c27ebd379239f.png)}.bg-image-help_zsu-ta-tro{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.79)),url(assets/2ac111a112a3bb7cf51d.png)}.bg-image-help_civilni{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url(assets/51b5ac4210763d7dd99e.png)}.bg-image-help_ditki{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url(assets/899462a93e48d515aa02.png)}.bg-image-404{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),url(assets/9c40f0e0302827ab0d5b.png)}}.btn{box-sizing:border-box;padding:19px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;max-width:320px;width:100%;text-align:center;border:4px solid white;border:4px solid var(--border-color);border-radius:10px;background:rgba(0,0,0,0);color:white;color:var(--text-color);cursor:pointer;display:block;text-decoration:none;font-size:20px;outline:none}.dark-theme .btn,.light-theme .btn{background:rgba(0,0,0,0.36078);background:var(--button-bg-color)}.dark-theme .btn_blue,.light-theme .btn_blue{background-color:#3a76f0}.dark-theme .btn-black,.light-theme .btn-black{background:#000}.btn_big-radius{border-radius:15px}.btn_black-border{border-color:#000;color:#000}.btn_small{max-width:327px;padding:13px}.btn_small-padding{padding:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn_small-width{width:235px}.btn_radius-0{border-radius:0px}.btn_blue{color:#fff;background-color:#3a76f0;border:none;padding:21px 0px}.btn_blue-border{border-color:#3a76f0}.btn_green-border{border-color:#35af57}.btn-center{margin:0px auto}.btn-black{padding:24px min(6rem,7vw);background:#000;border:none;color:#fff}.btn-black:hover{color:#fff}.btn-icon{display:-ms-flexbox;display:flex;gap:10px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.btn_inline{display:inline-block}.btn_rounded{border-radius:15px;border-width:3px}.btn_image{display:-ms-flexbox;display:flex;gap:10px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.btn_image img{width:28px;height:28px;-o-object-fit:contain;object-fit:contain}@media(max-width: 768px){.btn{max-width:450px;font-size:16px;border-width:4px}}.btn_support{margin-top:15px;padding:15px 0px;max-width:161px}@media(max-width: 768px){.btn_support{max-width:161px}}.btn-back{padding:min(34px,3vw);line-height:0px;border-radius:50%;position:fixed;top:80px;left:5vw;background-color:rgba(255,255,255,.7);border:none;outline:none;cursor:pointer;transition:.3s}.btn-back:hover{background-color:#fff}.btn-back_blue{background-color:rgba(58,118,240,.7)}.btn-back_blue:hover{background-color:#3a76f0}.btn-back_small{padding:18px}@media(max-width: 768px){.btn-back_help{display:none}}.btn-close{border:none;padding:0px;outline:none;fill:#000;opacity:.8;background-color:rgba(0,0,0,0);transition:opacity .3s;cursor:pointer}.btn-close:hover{opacity:1}.btn-theme{padding:8px 18px;border:1px solid white;border:1px solid var(--border-color);border-radius:10px;background-color:rgba(0,0,0,0);cursor:pointer;opacity:.7;transition:opacity .3s}.btn-theme_qr-absolute{position:absolute;top:10px;right:30px}.btn-theme:hover{opacity:1}.btn-theme__light,.btn-theme__dark{width:24px;height:24px}.btn-theme__light{display:none}.btn-svg{border:none;background:rgba(0,0,0,0);cursor:pointer;outline:none;line-height:0}.light-theme .btn-theme__dark{display:none}.light-theme .btn-theme__light{display:block}.light-theme .qr-title{color:#fff}.top-page{display:-ms-flexbox;display:flex;min-height:100vh;padding:106px 15px 32px;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff}@media(max-width: 768px){.top-page{padding:100px 20px 25px}}.top-page_home{min-height:85vh;color:#000}.top-page_home .top-page-about{padding-bottom:100px}@media(max-width: 768px){.top-page_home{min-height:60vh}}.top-page_help{-ms-flex-pack:start;justify-content:flex-start}.top-page_e404{padding:15px;-ms-flex-pack:distribute;justify-content:space-around}.top-page_e404 .top-page-about{max-width:none;max-width:initial}.top-page_qr{padding:175px 0px 0px}@media(max-width: 768px){.top-page_qr{padding-top:164px}}.top-page_qr .top-page-bottom_btn{margin-top:40px}.top-page_side-padding{padding-left:30px;padding-right:30px}.top-page-about{width:100%;-ms-flex-positive:1;flex-grow:1;text-align:center}.top-page-about__logo{margin:80px auto 65px}@media(max-height: 900px){.top-page-about__logo{margin:45px auto}}@media(max-width: 768px){.top-page-about__logo{margin:80px auto 26px}}.top-page-about__text{margin:75px auto 0px;max-width:1250px}.top-page-about__text .page-title{margin-bottom:2rem}.top-page-about__text .h6{max-width:800px;margin:0px auto}.top-page-about__text .h6 .text-supp{margin-top:40px}@media(max-width: 768px){.top-page-about__text .h6 .text-supp{margin-top:15px}}.top-page-about__text_reports{margin-top:150px}@media(max-width: 768px){.top-page-about__text{margin:90px auto 0px}}.top-page-about .img-nav{margin-top:80px;margin-bottom:20px}@media(max-width: 768px){.top-page-about .img-nav{margin-top:40px}}.top-page-about_unlimited{max-width:none;max-width:initial}.top-page-about_help{padding:0px;-ms-flex-align:stretch;align-items:stretch}.top-page-about_qr{-ms-flex-pack:start;justify-content:flex-start}.top-page-about_qr .h6{max-width:914px;margin-top:40px}@media(max-width: 768px){.top-page-about_qr{padding:0px 40px}.top-page-about_qr .h6{margin-top:12px}}.top-page-bottom_btn{margin-bottom:17px;width:100%}.top-close{cursor:pointer}.footer{padding:47px 50px 0px;text-align:center;background-color:#000}.footer__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;gap:100px;margin-bottom:56px}@media(max-width: 1440px){.footer__list{gap:40px}}@media(max-width: 1024px){.footer__list{gap:20px}}@media(max-width: 768px){.footer__list{-ms-flex-direction:column;flex-direction:column}}.footer__list a{text-decoration:none;color:#fff}.footer__list a.active{color:#ffe600}@media(max-width: 768px){.footer{padding-top:37px}}.footer .copyright{color:#797979;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:27px;border-top:2px solid #2b2b2b;gap:20px}.footer .logo-footer{opacity:.6}.footer .logo-footer .logo{-o-object-fit:contain;object-fit:contain;height:21px}.footer .socials{margin-bottom:55px}@media(max-width: 768px){.footer .socials{margin-bottom:0px}}.socials{display:-ms-flexbox;display:flex;gap:50px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.socials__description{color:#fff;width:90px}@media(max-width: 768px){.socials{gap:20px;padding-bottom:30px}}@media(max-width: 480px){.socials{padding-top:30px;border-top:2px solid #2b2b2b;-ms-flex-wrap:wrap;flex-wrap:wrap}.socials__description{-ms-flex:1 0 100%;flex:1 0 100%}}.section{padding:50px 0px;max-width:1520px;width:100%;margin:0px auto}@media(max-width: 1600px){.section{max-width:85vw}}@media(max-width: 768px){.section{padding:50px 25px;max-width:100%}}.section_reports{max-width:none;max-width:initial;padding:50px 0px;position:relative}.section_reports .section__title{max-width:1520px;margin:0px auto}@media(max-width: 1600px){.section_reports .section__title{max-width:85vw}}@media(max-width: 768px){.section_reports .section__title{width:100%;margin-bottom:40px}}.section__title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:23px;-ms-flex-pack:justify;justify-content:space-between;border-bottom:4px solid #000;padding-bottom:30px;margin-bottom:0px}.section__title .text-title{-ms-flex:1 1 100%;flex:1 1 100%}.section__title .text-end{-ms-flex:1 1 100%;flex:1 1 100%;-ms-flex-item-align:end;align-self:flex-end;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:"eUkraine";font-size:20px;max-width:900px}@media(max-width: 1440px){.section__title .text-end{font-size:18px}}@media(max-width: 480px){.section__title .text-end{font-size:16px}}.section__title .text-end_right{-ms-flex-pack:end;justify-content:flex-end}.section__title .text-end img{margin-right:1rem}@media(max-width: 1440px){.section__title .text-end{text-align:right}}@media(max-width: 768px){.section__title .text-end{text-align:left;width:100%}}@media(max-width: 768px){.section__title{border-bottom:none;padding:0px;margin-bottom:20px}.section__title .text-title{width:100%;font-family:"eUkraine";font-size:48px;position:relative;overflow:hidden}}@media(max-width: 768px)and (max-width: 1024px){.section__title .text-title{font-size:36px}}@media(max-width: 768px)and (max-width: 768px){.section__title .text-title{font-size:24px}}@media(max-width: 768px){.section__title .text-title .after-line{z-index:0;content:"";width:100%;border:2px solid #000;position:absolute;top:50%;margin-left:15px}}.section__title-btn{margin-bottom:-6px;width:340px}@media(max-width: 1024px){.section__title-btn{display:none}}.section__content{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem}.section__content_block{display:block}.section__content_cards{-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;-ms-flex-pack:center;justify-content:center;margin-top:52px}@media(max-width: 768px){.section__content_cards{margin-top:0px}}@media(max-width: 1440px){.section__content_cards{-ms-flex-pack:start;justify-content:flex-start}}.section__content_resources{margin-top:70px;gap:20px}@media(max-width: 768px){.section__content_resources{margin-top:26px}}.section__content_small-gap{gap:26px}.section_join{color:#fff;text-align:center;background-color:#3a76f0;max-width:100%}.section_join .btn{margin-top:60px}.section_blue{background-color:#3a76f0;color:#fff}.section_blue .section__title{border-color:#fff}.section_blue .section__title .after-line{border-color:#fff}@media(max-width: 768px){.section{padding:50px 20px}.section__title{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}}.section_page{padding-top:130px}.section_page .section__content{line-height:1.5}.section_page .section__content b{font-weight:bold}.section_page .section__content p,.section_page .section__content h1,.section_page .section__content h2,.section_page .section__content h3,.section_page .section__content h4,.section_page .section__content h5,.section_page .section__content h6{margin:15px 0px}.section_page .section__content p{text-indent:1.5em}.section_page .section__content h5{margin-top:30px}.section_page .section__content li{margin:10px 0px 10px 25px}.section_page .section__content a{text-decoration:none;color:#3a76f0;cursor:pointer}.section_page .section__content a:hover{color:#104ece}.section_page .section__content a:visited{color:#5286f2}.section_page .section__content a:visited:hover{color:#104ece}.section-map{max-width:100%}.section-map .qr-map{max-width:140px;max-height:140px;border-radius:10px;background-color:#fff;padding:4px;-ms-flex-negative:0;flex-shrink:0}.section-map .qr-map img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.section-map .section__title-wrapper{-ms-flex:0 0 80%;flex:0 0 80%}.section-map .section__content,.section-map .section__header{max-width:1520px;margin:0px auto}.section-map .section__header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.section-map .btn{display:none}@media(max-width: 768px){.section-map .qr-map{display:none}.section-map .section__title{padding:0px}.section-map .section__title-wrapper{-ms-flex:1 0 100%;flex:1 0 100%}.section-map .section__title .text-title::after{border-color:#fff}.section-map .btn{display:block;margin:24px auto 0px}}.section-add-text{max-width:736px;margin:30px 0px;font-family:"eUkraine";font-size:20px}@media(max-width: 1440px){.section-add-text{font-size:18px}}@media(max-width: 480px){.section-add-text{font-size:16px}}@media(max-width: 768px){.section-add-text{margin:15px 0px}}.progress-modal{position:absolute;top:0;left:0;width:100%;height:9px;background:linear-gradient(to right, #2AABEE 50%, #DEDEDE 50%);background-size:200% 100%;background-position:70%}.donate-sum{font-size:98px;border:none;border-bottom:4px solid rgba(0,0,0,.05);width:100%;position:relative;margin:auto;max-width:580px;padding:0px 0px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 768px){.donate-sum{margin-top:60px;font-size:60px}}@media(max-width: 480px){.donate-sum{font-size:48px}}.donate-sum input{background:rgba(0,0,0,0);border:none;outline:none;max-width:calc(100% - 150px);font-size:inherit}.donate-sum input::-webkit-outer-spin-button,.donate-sum input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.donate-sum input[type=number]{-moz-appearance:textfield}.donate-currency{border-radius:10px;padding:14px;background-color:#3a76f0;color:#fff;font-family:"eUkraine";font-size:24px;max-width:140px;display:-ms-flexbox;display:flex;gap:10px;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;cursor:pointer}@media(max-width: 1440px){.donate-currency{font-size:18px}}@media(max-width: 480px){.donate-currency{font-size:16px}}.donate-quantity{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:20px}.donate-quantity div{font-family:"eUkraine";font-size:24px;background-color:#fff;padding:14px;border-radius:10px;cursor:pointer;box-shadow:0px 4px 9px rgba(0,0,0,.25)}@media(max-width: 1440px){.donate-quantity div{font-size:18px}}@media(max-width: 480px){.donate-quantity div{font-size:16px}}.donate-quantity div.active{border:2px solid #3a76f0}.custom-checkbox input{display:none}.custom-checkbox label{cursor:pointer;display:block;position:relative;text-align:left;padding:3px 0px 0px 38px}.custom-checkbox label::before{content:"";position:absolute;top:0px;left:0px;width:25px;height:25px;border-radius:5px;background-color:#fff;box-shadow:0px 4px 9px rgba(0,0,0,.25)}.custom-checkbox label::after{content:"";width:11px;height:6px;border-bottom:2px solid #3a76f0;border-left:2px solid #3a76f0;border-radius:1px;position:absolute;top:7px;left:6px;-webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg);display:none}.custom-checkbox input:checked+label::after{display:block}.checkbox-wrapper{background-color:#fff;padding:18px;border:1px solid rgba(0,0,0,0);position:relative;width:175px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;cursor:pointer}.checkbox-wrapper img{max-width:88px;max-height:88px;-o-object-fit:contain;object-fit:contain;width:100%}@media(max-width: 768px){.checkbox-wrapper{padding:18px 14px;border-radius:10px;width:120px;font-size:14px}.checkbox-wrapper img{max-width:55px;max-height:55px}}@media(max-width: 480px){.checkbox-wrapper{padding:14px 12px}}@media(max-width: 440px){.checkbox-wrapper{width:calc(33% - 10px)}}input:checked+label .checkbox-wrapper{border:1px solid #000}.content-below{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.content-below span{margin:0 100px}@media(max-width: 768px){.content-below span{margin:0 20px}}.e404{font-size:min(min(40vh,475px),40vw);line-height:min(min(40vh,475px),40vw);font-weight:800;background:linear-gradient(98.28deg, #83B5F9 -0.89%, #F5F5BC 93.69%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(255,255,255,.4);background-clip:text}.map-wrapper{width:100%;height:548px;border:4px solid #fff;border-radius:10px}.brand-logo{box-sizing:border-box;width:150px;height:100px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.brand-logo img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.brand-logo-list{margin-top:60px;display:-ms-flexbox;display:flex;gap:40px;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.home-title{text-shadow:none;font-family:"eUkraine";font-size:48px}@media(max-width: 1024px){.home-title{font-size:36px}}@media(max-width: 768px){.home-title{font-size:24px}}.home-statistic{color:#fff;padding:58px 30px 73px;text-align:center}.home-statistic__btn{margin-top:100px}.home-statistic .content-page{max-width:1000px;margin:0px auto;display:block}.home-statistic .big-text{font-size:calc(3rem + 7vw);margin-top:225px}@media(max-width: 768px){.home-statistic .big-text{font-size:4rem}}@media(max-width: 768px){.home-statistic{padding:54px 20px 25px}}.img-nav{display:-ms-flexbox;display:flex;max-width:90%;position:relative;width:100%;margin:0 auto;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:20px 59px}.img-nav__btn{position:relative;text-decoration:none;width:17vw;max-width:318px;height:12vw;max-height:262px;width:318px;color:#fff;border-radius:10px;overflow:hidden;isolation:isolate}.img-nav__btn img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.5}.img-nav__wrapper{position:absolute;top:0;left:0px;width:100%;text-align:center;background:rgba(0,0,0,.2);height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;transition:.3s;cursor:pointer}.img-nav__wrapper .h6{font-weight:500}.img-nav__wrapper:hover{background:#3a76f0}@media(max-width: 768px){.img-nav{-ms-flex-direction:column;flex-direction:column;max-width:none;max-width:initial}.img-nav__btn{height:91px;max-width:342px;width:100%}.img-nav__btn_top img{-o-object-position:0px 15%;object-position:0px 15%}}.content{width:100%;padding:60px 20px 70px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;gap:12vw}.content_black{background:#000;color:#fff}.content_blue{background:#3a76f0;color:#fff}.content_join{padding:0px}@media(max-width: 768px){.content{gap:5vw;padding:40px 20px 54px;-ms-flex-direction:column;flex-direction:column;text-align:center;-ms-flex-align:center;align-items:center}}.content-totals{padding:88px 20px 73px;gap:300px}@media(max-width: 768px){.content-totals{gap:0px}.content-totals .content-counter:first-child{padding-bottom:51px;margin-bottom:39px;position:relative}.content-totals .content-counter:first-child::after{width:40%;position:absolute;bottom:0px;content:"";left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-bottom:3px solid #fff}}.content-statistic{display:-ms-flexbox;display:flex}.content-counter{max-width:300px;text-align:left}.content-counter__header{font-family:"eUkraine";font-size:24px;font-family:"eUkraineHead";font-weight:500}@media(max-width: 1440px){.content-counter__header{font-size:18px}}@media(max-width: 480px){.content-counter__header{font-size:16px}}.content-counter__value{margin:41px 0px 0px;font-weight:bold;font-family:"eUkraine";font-size:64px}@media(max-width: 1440px){.content-counter__value{font-size:48px}}@media(max-width: 480px){.content-counter__value{font-size:60px}}.content-counter__value small{font-size:24px;margin-left:15px}@media(max-width: 768px){.content-counter__value{margin:15px 0px}}.content-counter__value:last-child{margin-bottom:0px}.content-counter__org{font-size:24px;font-weight:400;line-height:140%;display:block;padding:27px 0px 0px}@media(max-width: 768px){.content-counter__org{padding-top:17px;font-size:16px}}.content-counter__amount{margin:41px 0px 0px;display:block;font-weight:400;opacity:.8;font-size:16px;color:#c4c4c4}.content-counter_help{max-width:none;max-width:initial;text-align:left}.content-counter_help .content-counter__header{font-family:"eUkraineHead";font-size:36px}@media(max-width: 1440px){.content-counter_help .content-counter__header{font-size:24px}}@media(max-width: 768px){.content-counter_help .content-counter__header{font-size:20px}}.content-counter_help .content-counter__value{margin:24px 0px 31px;font-family:"eUkraineHead";font-size:96px}@media(max-width: 1024px){.content-counter_help .content-counter__value{font-size:64px}}@media(max-width: 768px){.content-counter_help .content-counter__value{font-size:60px}}.content-counter_help .content-counter__amount{font-family:"eUkraine";font-size:20px}@media(max-width: 1440px){.content-counter_help .content-counter__amount{font-size:18px}}@media(max-width: 480px){.content-counter_help .content-counter__amount{font-size:16px}}@media(max-width: 1024px){.content-counter_help .content-counter__value{margin:12px 0px}.content-counter_help .content-counter__amount{margin-top:0px}}@media(max-width: 768px){.content-counter_help{text-align:center}}.content-about{max-width:max(375px,min(450px,30%))}.content-cards{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;max-width:1085px;margin:69px 0px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}@media(max-width: 768px){.content-cards{margin:29px 0px}}.content-help{text-align:center}.content-help__title{font-size:32px}.content-help__text{font-size:16px;margin-top:40px}.content-help__btn{margin-top:60px}.diagram{display:-ms-flexbox;display:flex;max-height:220px;max-width:800px;height:193px;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center;gap:45px}.diagram_white .bar__value{background-color:#fff}.diagram_white .bar__label{opacity:.7}.diagram_yellow .bar__value{background-color:#ffe600}@media(max-width: 1440px){.diagram{gap:30px}}@media(max-width: 1024px){.diagram{gap:20px}}@media(max-width: 768px){.diagram{gap:44px}}@media(max-width: 480px){.diagram{overflow:auto;width:100%;gap:15px}}.bar{position:relative;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;min-width:50px}.bar__value{color:#000;position:relative;border-radius:10px 10px 0px 0px;margin:0px 4px;background-color:#3a76f0;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.bar__value span{z-index:5;position:absolute;top:calc(50% - 1rem);padding:5px 10px;border-radius:50px;background:#fff;box-shadow:0px 4px 9px rgba(0,0,0,.25);opacity:0;transition:.3s}.bar__value:hover span{opacity:1}.bar__label{opacity:.5;margin-top:17px}.bar__label::before{content:attr(data-date-full)}@media(max-width: 768px){.bar__label::before{content:attr(data-date-small)}}.card{max-width:360px;min-width:300px;width:100%;min-height:510px;position:relative;-webkit-perspective:1000px;perspective:1000px}.card__front,.card__back{position:absolute;width:100%;height:100%;left:0;top:0;transition:.3s transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#fff;border:4px solid #000;border-radius:15px;overflow:hidden;isolation:isolate}.card__front{cursor:pointer;z-index:2}.card__front img{position:absolute;width:100%;height:100%;left:0;top:0;-o-object-fit:cover;object-fit:cover}.card .card__title{position:absolute;bottom:0px;left:0px;padding:14px;color:#fff;background-color:#000;border-radius:0px 10px 0px 10px;font-size:24px;z-index:4;transition:.3s}.card__back{z-index:1;padding:46px 50px 20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-animation:hide .3s ease-in-out;animation:hide .3s ease-in-out}.card__back .card__title{margin:0rem}@media(max-width: 768px){.card__back{padding:15px 10px}}.card__back_center{-ms-flex-pack:center;justify-content:center}.card__content{overflow:auto;text-align:left;margin-top:50px;-ms-flex:1;flex:1}.card__content li{margin-left:20px}.card__content p{margin:10px 0px}.card__btn{padding:19px;border:none;outline:none;background-color:#3a76f0;color:#fff;cursor:pointer;margin:15px auto 0px}@media(min-width: 1024px){.card.rotate .card__front,.card.rotate .card__title{z-index:1}.card.rotate .card__back{z-index:2;-webkit-animation:show .3s ease-out;animation:show .3s ease-out}}.card_how{width:calc(25% - 20px);min-width:240px}.card_how .card__front{border:4px solid #3a76f0}.card_how .card__title{background-color:#3a76f0}@media(max-width: 1024px){.card_how{width:100%}}@media(max-width: 768px){.card_how{min-height:283px}}.card_whom{max-width:450px;min-width:302px;text-align:center}@media(max-width: 1024px){.card_whom{height:235px;text-align:left}.card_whom .card__front{border:3px solid #000;min-height:235px}.card_whom .card__title{position:relative;color:#000;background-color:rgba(0,0,0,0);padding:17px 12px 12px;font-size:20px;font-weight:600}.card_whom .card__title,.card_whom .card__back{top:15px}.card_whom .card__back,.card_whom .card__front{position:relative;background-color:rgba(0,0,0,0);height:auto}.card_whom .card__back{border:none;border-radius:0px;padding:12px}}.card-qr{padding:6px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-align:center;background-color:#fff;color:#000}.card-qr__image{width:189px;height:194px;-o-object-fit:cover;object-fit:cover}.card-qr__text{padding:12px 0px}@media(max-width: 480px){.card-qr{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;width:100%}.card-qr__image{width:86px;height:47px}.card-qr__text{padding:0px 12px}}.open-content{position:absolute;width:100%;height:100%;left:0;top:0;border-radius:15px;border:4px solid #000;background-color:#fff;padding:30px}.open-content__consistency{margin-top:52px}.open-content__consistency_nav{margin-top:73px}@media(max-width: 768px){.open-content__consistency{margin-top:30px}}.open-content-header{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;gap:15px}.open-content__close{position:absolute;top:55px;right:61px}@media(max-width: 768px){.open-content__close{right:40px}}.open-content__btn{margin:27px auto 0px}.open-content_footer{padding-bottom:95px}.open-content__footer{position:absolute;bottom:0px;left:0px;width:100%;text-align:center;padding:15px;margin:0px;background-color:rgba(58,118,240,.15);color:#3a76f0}@media(max-width: 1024px){.open-content{position:relative;max-width:450px;margin:0px auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:20px;-webkit-animation:slideUp .3s;animation:slideUp .3s}.open-content-header{margin-bottom:30px}.open-content-wrapper{position:fixed;overflow:auto;z-index:100;top:0px;left:0px;width:100vw;height:calc(1vh*100);height:calc(var(--vh, 1vh)*100);padding:15px;background-color:rgba(0,0,0,.3)}.open-content_footer{padding-bottom:105px}}@-webkit-keyframes show{0%{opacity:0}1%{opacity:0}100%{opacity:1}}@keyframes show{0%{opacity:0}1%{opacity:0}100%{opacity:1}}@-webkit-keyframes slideUp{0%{top:100%}100%{top:0px}}@keyframes slideUp{0%{top:100%}100%{top:0px}}@-webkit-keyframes hide{0%{opacity:1;z-index:2}99%{opacity:0;z-index:2}100%{opacity:0;z-index:1}}@keyframes hide{0%{opacity:1;z-index:2}99%{opacity:0;z-index:2}100%{opacity:0;z-index:1}}.statistic{margin-top:133px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;position:relative;gap:60px;max-width:100%}.statistic-title .text-title{font-family:"eUkraineHead";margin-bottom:57px}@media(max-width: 1440px){.statistic{gap:20px}}.statistic__item{max-width:500px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;gap:33px}@media(max-width: 1440px){.statistic__item{gap:15px}}@media(max-width: 1024px){.statistic__item{max-width:none;max-width:initial;-ms-flex-pack:center;justify-content:center}}@media(max-width: 768px){.statistic__item{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.statistic__item .content-counter{text-align:center}}.statistic__progress{max-width:161px;min-width:161px;max-height:161px;min-height:161px;border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#000;position:relative;background-image:linear-gradient(to top, #3A76F0 0%, #e7f0fd 100%);overflow:hidden;isolation:isolate}.statistic__progress_yellow{background-image:linear-gradient(to top, #FFE600 0%, #e8ecb0 100%)}.statistic__value{z-index:5}.statistic__next-btn,.statistic__prev-btn{display:none;position:absolute}.statistic__next-btn{top:50%;right:0px}.statistic__prev-btn{top:50%;left:0px}@media(max-width: 1024px){.statistic{max-width:none;max-width:initial;display:block}.statistic__next-btn,.statistic__prev-btn{display:block}}@media(max-width: 768px){.statistic{margin:0px}.statistic-title.content-page{display:none}}.wave{width:200%;height:200%;position:absolute;bottom:0%;left:-50%;border-radius:45%;background:rgba(255,255,255,.75);-webkit-animation:wave 15s infinite linear;animation:wave 15s infinite linear}@-webkit-keyframes wave{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}from{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes wave{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}from{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.report{position:relative;display:grid;max-width:1520px;margin:0px auto;grid-template-columns:repeat(3, 1fr);grid-gap:40px;gap:40px;padding:50px 0px;max-height:337px;overflow:hidden}@media(max-width: 1600px){.report{max-width:85vw}}.report__content{max-height:237px;overflow:auto}.report__content-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.report__text+.report__text{margin-top:15px}.report__text{font-family:"eUkraine";font-size:24px}@media(max-width: 1440px){.report__text{font-size:18px}}@media(max-width: 480px){.report__text{font-size:16px}}.report__link{color:#3a76f0}.report-wrapper:nth-child(even){background-color:#f4f4f4}.report__title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:4vw}.report__images{max-width:495px;display:grid;grid-auto-rows:0;grid-template-columns:repeat(6, 1fr);grid-template-rows:repeat(6, min(34px, 5vw));grid-gap:7px}.report__images img{width:100%;height:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:10px}.report__images1{grid-column-start:1;grid-column-end:5;grid-row-start:1;grid-row-end:7}.report__images2{grid-column-start:5;grid-column-end:7;grid-row-start:1;grid-row-end:4}.report__images3{grid-column-start:5;grid-column-end:7;grid-row-start:4;grid-row-end:7}.report__next-btn,.report__prev-btn{border-radius:50%;opacity:.5}.report__next-btn.btn-svg,.report__prev-btn.btn-svg{background:gray}.report-nav{display:none}@media(max-width: 1024px){.report{max-height:none;grid-template-columns:repeat(4, 1fr);grid-auto-columns:auto;grid-gap:0px}.report__title{grid-area:1/1/2/5;width:100%;padding-bottom:20px;border-bottom:2px solid #dedede;margin-bottom:12px}.report__title-num{display:none}.report__content-wrapper{grid-area:3/1/4/3}.report__images{grid-area:3/3/4/5}.report-wrapper:nth-child(even){background-color:rgba(0,0,0,0)}.report-nav{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;gap:20px}}@media(max-width: 480px){.report{grid-template-columns:1fr;gap:0px;max-height:550px}.report__content{width:100%;max-height:158px}.report__title{grid-area:auto;margin-bottom:24px}.report__content-wrapper{grid-area:auto;margin-bottom:24px}.report__images{grid-area:auto}.report__text+.report__text{margin-top:12px}.report__text{font-size:16px}}@media(max-width: 768px){.report{padding:0px}}@media(min-width: 1024px){.report-wrapper.hide{display:grid !important}.report-wrapper.hide{opacity:1}}@media(max-width: 1024px){.reports{padding-bottom:20px}}.help-content{max-width:1520px;margin:100px auto 0px;-ms-flex-item-align:start;align-self:flex-start;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;width:100%}.help-content__bottom{width:100%;margin-top:6vh;display:-ms-flexbox;display:flex;-ms-flex:1 0 100%;flex:1 0 100%;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}.help-content__bottom .progress-help{width:50%;-ms-flex-negative:0;flex-shrink:0}.help-content__bottom .btn{border-radius:0px;-ms-flex-negative:1;flex-shrink:1}@media(max-width: 1440px){.help-content__bottom{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:stretch;align-items:stretch;gap:21vw}.help-content__bottom .btn,.help-content__bottom .progress-help{height:80px}}@media(max-width: 1024px){.help-content__bottom .btn,.help-content__bottom .progress-help{height:55px;padding:0px}}@media(max-width: 768px){.help-content__bottom{gap:19vw}.help-content__bottom .btn,.help-content__bottom .progress-help{border-radius:10px;height:51px}}@media(max-width: 480px){.help-content__bottom{gap:32px;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.help-content__bottom .progress-help{width:100%;height:70px}.help-content__bottom .btn{height:60px}}@media(max-width: 1600px){.help-content{max-width:85vw}}@media(max-width: 480px){.help-content{max-width:100%}}@media(max-width: 1024px){.help-content{-ms-flex-align:center;align-items:center}.help-content .btn{margin:0px auto}}@media(max-width: 768px){.help-content{padding:0px;margin-top:4rem}}.help-content .top-page-about{max-width:none;max-width:initial;width:100%}.progress-help{height:96px;border:5px solid white;border:5px solid var(--border-color);background:linear-gradient(to left, transparent 50%, #FFE600 50%);background-size:200% 100%;background-position:100%;position:relative;transition:.3s;overflow:hidden}[dir="ltr"] .progress-help .progress__value{text-align:right}[dir="rtl"] .progress-help .progress__value{text-align:left}.progress-help .progress__value{font-size:24px;color:#000;position:absolute;top:calc(50% - 1rem)}.progress-help .progress__line{position:absolute;top:0px;left:0px;width:0px;height:100%;background:linear-gradient(270deg, #FFE600 0%, #FFE600 0.01%, rgba(238, 218, 42, 0.63) 129.2%);border-radius:0px 30px 30px 0px}.help-nav{border:3px solid white;border:3px solid var(--border-color);border-radius:10px;margin-top:22px;margin:0px auto;display:inline-grid;grid-auto-columns:1fr;position:relative}.help-nav__active{position:absolute;top:0px;left:0px;width:0px;height:100%;border-radius:7px;background-color:#fff;z-index:1;transition:left .3s}.help-nav__tab{grid-area:1/var(--nth-child)/2/calc(var(--nth-child) + 1);z-index:2;text-decoration:none;color:white;color:var(--text-color);padding:0px;border-radius:7px;padding:21px 40px;width:100%;text-align:center;cursor:pointer}.help-nav__tab.active{background-color:#fff;color:#000}.help-nav_small{border:1px solid white;border:1px solid var(--border-color);border-radius:15px;overflow:hidden;max-width:400px;width:100%;-ms-flex-pack:center;justify-content:center;margin:0px auto}.help-nav_small .help-nav__tab+.help-nav__tab{border-left:1px solid white;border-left:1px solid var(--border-color)}.help-nav_small .help-nav__tab{text-align:center;max-width:134px;border-radius:0px;padding:11px;width:100%}.help-nav_small .help-nav__tab.active{background-color:#3a76f0;color:#fff}.help-nav_page{background-color:rgba(0,0,0,.4)}.help-nav_page .help-nav__tab{padding:14px;width:100%}.help-nav_card{border-color:#000;background-color:rgba(0,0,0,0)}.help-nav_card .help-nav__active{background-color:#ffe600}.help-nav_card .help-nav__tab{background-color:rgba(0,0,0,0);color:#000}.help-nav_card .help-nav__tab.active{color:#000;background-color:#ffe600}@media(max-width: 1024px){.help-nav_card .help-nav__tab.active{background-color:rgba(0,0,0,0)}}.help-nav_donation{border-color:#3a76f0;background-color:rgba(0,0,0,0)}.help-nav_donation .help-nav__tab{background-color:rgba(0,0,0,0);color:#000;padding:0px}.help-nav_donation .help-nav__tab label{cursor:pointer;display:block;border-radius:7px;padding:14px}.help-nav_donation input[type=radio]{display:none}.help-nav_donation :checked+label{background-color:#3a76f0;color:#fff}@media(max-width: 1024px){.help-nav_responsive{display:-ms-flexbox;display:flex;border:none;-ms-flex-direction:column;flex-direction:column;gap:12px;margin-left:26px}.help-nav_responsive .help-nav__tab{display:block;max-width:none;padding:0px;height:auto;padding-left:40px;margin-left:-25px;text-align:left}.help-nav_responsive::before{position:absolute;top:-2px;left:-26px;width:26px;height:calc(100% + 6px);border:2px solid #000;border-radius:32px;box-sizing:border-box;content:""}.help-nav_responsive .help-nav__active{left:-24px;top:2px;width:22px;height:22px;border-radius:50%;background-color:#3a76f0;transition:top .3s,left 0s}}.needs{width:100%;position:relative;font-family:"eUkraine";font-size:20px;grid-gap:20px;gap:20px;display:grid;-ms-flex-align:center;align-items:center;grid-template-columns:2fr 4fr}@media(max-width: 1440px){.needs{font-size:18px}}@media(max-width: 480px){.needs{font-size:16px}}@media(max-width: 1440px){.needs{grid-template-columns:1fr 400px}}.needs-progress{color:#3a76f0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;gap:28px}.needs-progress__wrapper{height:50px;border:4px solid #3a76f0;width:75%;position:relative}.needs-progress__line{position:absolute;top:0px;left:0;height:100%;border-radius:0 10px 10px 0;width:0%;background:linear-gradient(270deg, #3A76F0 0%, rgba(58, 118, 240, 0) 106.49%)}@media(max-width: 768px){.needs{grid-template-columns:1fr}.needs-progress{display:grid;-ms-flex-pack:initial;justify-content:initial;grid-template-columns:1fr 4fr}.needs-progress__wrapper{width:100%;border-width:2px;height:26px}.needs+.needs{padding-top:20px;border-top:2px solid #dedede}}@media(max-width: 480px){.needs-progress{gap:10px}}.logo{height:47px;width:auto;fill:#fff}@media(max-width: 768px){.logo{height:35px;width:auto}}.logo-alone{height:47px;position:absolute;top:28px;left:calc(50% - 31px)}@media(max-width: 768px){.logo-alone{height:35px;width:auto;top:37px;left:calc(50% - 23px)}}.logo-box{width:154px;height:154px;box-sizing:border-box;padding:44px 34px 44px 32px;box-shadow:0px 4px 35px -3px rgba(70,90,132,.22);background-color:#fff;border-radius:42px;fill:#3a76f0;box-shadow:0px 4px 35px -3px rgba(70,90,132,.22)}.logo-box__img{width:100%;height:100%;box-sizing:border-box;-o-object-fit:cover;object-fit:cover}@media(max-height: 900px){.logo-box{width:140px;height:140px;padding:40px 34px 40px 32px}}@media(max-width: 768px){.logo-box{width:80px;height:80px;padding:23px 18px 23px 17px;border-radius:21px}}.header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin:28px 0px;gap:10px;padding:0vw 15vw}.header .logo-blue{display:none}.header .logo,.header .logo-blue{position:relative}.header .logo img,.header .logo-blue img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media(max-width: 768px){.header{position:fixed;z-index:99;top:0px;left:0px;width:100%;margin:0px;padding:0px 20px;height:60px;background-color:#fff}.header .logo-blue{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:block;height:35px;width:47px;z-index:105;-ms-flex-order:1;order:1}.header .logo{display:none}}.menu{display:-ms-flexbox;display:flex;gap:25px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.menu-wrapper{width:100%;margin-right:63px}.menu-item{text-decoration:none;display:block;color:#fff}.menu-item_active{color:#ffe600}.menu-item:hover{color:#ffeb33}.menu_home .menu-item{color:#000}.menu_home .menu-item_active{color:#3a76f0}.menu_home .menu-item:hover{color:#3a76f0}@media(max-width: 768px){.menu{padding:91px 10px 30px;-ms-flex-direction:column;flex-direction:column;width:100%;background-color:#fff;-ms-flex-pack:start;justify-content:flex-start;gap:50px;-ms-flex-align:center;align-items:center;border-radius:0px 0px 20px 20px}.menu-item{color:#000}.menu-item_active{color:#3a76f0}.menu-item:hover{color:#3a76f0}.menu-wrapper{display:none;position:fixed;top:0px;left:0px;width:100vw;height:100vh;background-color:rgba(0,0,0,.4);display:none;z-index:100}.menu-wrapper.open{display:block}}.top{text-align:center;padding:14px 40px;background-color:#3a76f0;color:#fff;position:relative;display:none}.top.show{display:block}.top-close{position:absolute;right:15px;top:12px}.top-wrapper{-ms-flex-item-align:stretch;align-self:stretch;position:absolute;top:0px;left:0px;width:100%}@media(max-width: 768px){.top{margin-top:60px;padding:10px 40px}.top-close{top:8px}}.text-page .top-wrapper{background:#3a76f0}.toggle-menu{color:#000;z-index:105;-ms-flex-order:0;order:0;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.toggle-menu.open{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg)}@media(min-width: 768px){.toggle-menu{display:none}}.modal{position:relative;background-position:center center;background-size:cover;background-repeat:no-repeat;background:radial-gradient(25% 90% at 12% 110%, rgb(106, 166, 249) 0%, rgba(106, 166, 249, 0.85) 45%, rgba(106, 166, 249, 0.65) 75%, rgba(255, 255, 255, 0.1) 150%),radial-gradient(50% 30% at 15% 10%, white 0%, rgba(255, 255, 255, 0.88) 100%),radial-gradient(70% 400% at 90% 50%, rgb(255, 230, 0) 0%, rgb(255, 255, 255) 100%);border-radius:0 0 30px 30px;padding:22px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;min-height:70vh;overflow-y:auto;-ms-flex-pack:center;justify-content:center}@media(max-width: 1024px){.modal{background:radial-gradient(35% 100% at 10% 110%, rgb(106, 166, 249) 0%, rgba(106, 166, 249, 0.85) 45%, rgba(106, 166, 249, 0.65) 75%, rgba(255, 255, 255, 0.1) 150%),radial-gradient(50% 30% at 15% 10%, white 0%, rgba(255, 255, 255, 0.88) 100%),radial-gradient(70% 400% at 90% 50%, rgb(255, 230, 0) 0%, rgb(255, 255, 255) 100%)}}@media(max-width: 768px){.modal{background:radial-gradient(55% 100% at 10% 110%, rgb(106, 166, 249) 0%, rgba(106, 166, 249, 0.85) 45%, rgba(106, 166, 249, 0.65) 75%, rgba(255, 255, 255, 0.1) 150%),radial-gradient(50% 30% at 15% 10%, white 0%, rgba(255, 255, 255, 0.88) 100%),radial-gradient(70% 400% at 90% 50%, rgb(255, 230, 0) 0%, rgb(255, 255, 255) 100%)}}@media(max-width: 480px){.modal{background:radial-gradient(70% 100% at 0% 50%, rgba(106, 166, 249, 0.5) 0%, rgba(106, 166, 249, 0.3) 45%, rgba(106, 166, 249, 0.2) 75%, rgba(255, 255, 255, 0) 150%),radial-gradient(50% 30% at 15% 10%, white 0%, rgba(255, 255, 255, 0.89) 100%),radial-gradient(70% 100% at 120% 50%, rgb(255, 230, 0) 0%, rgb(255, 255, 255) 100%);min-height:calc(1vh*100);min-height:calc(var(--vh, 1vh)*100);border-radius:0px;-ms-flex-pack:justify;justify-content:space-between}.modal__head{margin-top:35px}}.modal__head{font-weight:500}.modal .btn{font-size:16px;width:417px;margin:60px auto 0px;padding:24px}@media(max-width: 768px){.modal .btn{width:210px}}.modal .btn-icon{width:205px}.modal .error{margin-top:5px}.modal .back{position:absolute;top:4vw;left:4vw;cursor:pointer;border-radius:50%}@media(max-width: 768px){.modal .back{top:20px;left:20px;width:35px;height:35px}.modal .back svg{width:100%;height:100%}}.modal-wrapper{position:fixed;top:0px;left:0px;width:100vw;height:100vh;background-color:rgba(0,0,0,.4);display:none;z-index:100}.modal-wrapper.open{display:block}.modal-wrapper_overflow{overflow:auto}.feedback-form{border:5px solid #000;background-color:#fff;margin:150px auto;max-width:1450px;text-align:center;padding:50px 0px}.feedback-form .btn{margin:0px auto}.feedback-row{margin:1rem auto;max-width:50%}@media(max-width: 768px){.feedback-row{max-width:80%}}.form-item{text-align:left}.form-item+.form-item{margin-top:30px}.form-item__input{padding:11px;border-radius:0px;border:2px solid #000;outline:none;font-size:20px;margin:1rem 0rem 0rem;width:100%}@media(max-width: 768px){.form-item__input{border-radius:10px}}.line{width:100%;padding:18px;font-size:24px;text-align:center}.line-blue{background-color:#3a76f0;color:#fff}.line-yellow{background-color:#ffe600;color:#000}@media(max-width: 768px){.line{font-size:14px}}.qr{padding:50px 30px;position:relative;-ms-flex-pack:justify;justify-content:space-between;color:white;color:var(--text-color);min-height:100vh;min-height:calc(1vh*100);min-height:calc(var(--vh, 1vh)*100)}.qr__wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex:1 0 100%;flex:1 0 100%}.qr-controls{text-align:center;width:100%}.qr_logo-center .qr__logo{width:151px;height:112px;margin:78px auto 20px}.qr__logo{height:35px;width:100%;margin:0px auto 20px;fill:white;fill:var(--logo-fill-color)}.qr .dots{margin:30px auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.qr .text-supp{margin-top:38px;cursor:pointer}.qr .img-content{margin-bottom:70px;width:100%;max-width:360px;max-height:360px;-o-object-fit:contain;object-fit:contain}@media(max-width: 480px){.qr .img-content{max-width:20vh}}.qr .qr-content{max-width:950px;margin:0 auto;width:100%;height:100%;transition:left .3s ease;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center;-ms-flex-positive:1;flex-grow:1;-webkit-animation:show .7s 1;animation:show .7s 1}.qr .qr-content_top{-ms-flex-pack:start;justify-content:flex-start}.qr .qr-content .title{font-size:24px}.qr .qr-content .text{font-weight:400;font-size:16px;line-height:22.4px}.qr .qr-content .buttons{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;gap:20px;margin-top:90px}.qr-title{font-family:"eUkraineHead";padding:8px 50px;font-size:16px;font-weight:500;color:#000;position:relative;z-index:1;margin-bottom:70px;color:#000}.qr-title::before{position:absolute;top:0px;left:0px;width:100%;height:100%;-webkit-transform:skew(-30deg);transform:skew(-30deg);z-index:-1;background-color:white;background-color:var(--logo-fill-color);content:""}.qr .top-page-about__logo{display:none}.qr_welcome .top-page-about__logo{display:block;height:168px;width:168px;padding:48px 36px;margin-bottom:43px;border-radius:30px}.qr_welcome-btn{display:none}.qr_welcome .qr_welcome-btn{display:block}.qr_welcome .qr-controls,.qr_welcome .qr__logo{display:none}.qr_welcome .qr__logo{display:none}.qr .btn{border-width:3px}@keyframes show{from{opacity:0}to{opacity:1}}.dots{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:15px}.dots .dot{width:12px;height:12px;background-color:rgba(255,255,255,.2);border-radius:50%;cursor:pointer;transition:background-color .3s}.dots .dot:hover:not(.active){background-color:rgba(255,255,255,.4)}.light-theme .dots .dot{background-color:rgba(118,159,243,.8)}.light-theme .dots .dot:hover:not(.active){background-color:#769ff3}.dots .dot.active{background-color:#fff}.qr-list{--card-bg-color: #282828}.light-theme .qr-list{--card-bg-color: white}.qr-list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;position:relative;gap:15px;margin-top:20px;width:100%;overflow:auto;height:900px}.qr-list::-webkit-scrollbar{width:5px}.qr-list::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:15px}.qr-list::-webkit-scrollbar-thumb{background:#888;border-radius:15px}.qr-list::-webkit-scrollbar-thumb:hover{background:#555}.qr-list-item{border-radius:10px;padding:15px 20px;background-color:var(--card-bg-color);width:100%;max-width:400px;font-size:14px;color:white;color:var(--text-color)}.qr-card{background-color:var(--card-bg-color);padding:5px;display:-ms-flexbox;display:flex;border-radius:15px;display:flex;gap:15px;width:100%;max-width:400px}.qr-card__img{max-width:149px;max-height:88px;-ms-flex:0 1 fit-content;flex:0 1 fit-content;border-radius:10px;overflow:hidden;isolation:isolate}.qr-card__img img{width:100%;-o-object-fit:contain;object-fit:contain}.qr-card__content{max-width:210px;-ms-flex:1 0 fit-content;flex:1 0 fit-content}.qr-card__type{font-size:12px;color:#adadad;margin:5px 0px}.qr-card__title{font-size:16px;color:white;color:var(--text-color);margin:5px 0px}.qr-card__contact{font-size:12px;color:#6aa6f9;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:5px;margin:5px 0px}.qr-page{width:100%;height:100vh;height:calc(1vh*100);height:calc(var(--vh, 1vh)*100)}.qr-page .help-nav{-ms-flex-negative:0;flex-shrink:0}.qr-page__title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:white;color:var(--text-color);gap:15px;font-size:24px}.qr-page__content{padding:90px 30px 30px;max-width:950px;margin:0px auto;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;height:100%;-webkit-animation:show .7s 1;animation:show .7s 1}.qr-page__content_map{width:100%;height:100%;max-width:100%;position:relative}.qr-page__content_map .btn,.qr-page__content_map .btn-back{z-index:1}.qr-page__content_map .map{z-index:0;position:absolute;top:0px;left:0px;width:100%;height:100%}.qr-page .btn{margin-top:15px;max-width:400px}.qr-page .btn-back{position:relative;top:0px;left:0px}.qr-page .header{padding:10px 30px;position:absolute;top:0px;left:0px;width:100%;margin:0px;background-color:black;background-color:var(--header-bg-color)}.qr-page .header .logo{fill:white;fill:var(--logo-fill-color);display:block}.qr-page .header .btn{border:1px solid white;border:1px solid var(--border-color);padding:10px;width:100%;max-width:190px;margin:0px}@keyframes show{from{opacity:0}to{opacity:1}}.btn-container{margin:0px auto;padding:30px 20px 100px;text-align:center}.container{max-width:1200px;width:100%;margin:0px auto}.container_small{padding:54px 30px 46px;max-width:620px}.consistency{display:grid;-ms-flex-pack:center;justify-content:center;grid-auto-columns:250px 120px;text-align:center;-webkit-animation:show .2s;animation:show .2s}.consistency__element{grid-area:1/var(--nth-child)/2/calc(var(--nth-child) + 1);max-width:275px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;gap:27px}.consistency__between{grid-area:1/var(--nth-child)/2/calc(var(--nth-child) + 1);align-self:flex-start;margin:9px 0px 0px -35px}.consistency__between .small-screen{display:none}.consistency-image{padding:40px;width:80px;height:80px;box-sizing:content-box;border-radius:50%;background-color:rgba(58,118,240,.15);position:relative;-ms-flex-negative:0;flex-shrink:0}.consistency-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.consistency-image_number::before{position:absolute;top:-8px;left:0px;width:50px;height:50px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background-color:#3a76f0;font-size:16px;color:#fff;content:attr(data-before)}@media(max-width: 1440px){.consistency-image{padding:25px;width:52px;height:52px}.consistency-image_number::before{width:33px;height:33px;top:-5px}}@media(max-width: 1440px){.consistency{grid-auto-columns:200px 100px}}@media(max-width: 1024px){.consistency{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.consistency__between{width:100%;margin:0px}.consistency__between .small-screen{display:block;margin:12px auto 24px}.consistency__between .big-screen{display:none}.consistency__element{gap:12px;-ms-flex-direction:column;flex-direction:column}}@keyframes show{0%{opacity:0}1%{opacity:0}100%{opacity:1}}.organizations{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.organizations .consistency-image{-ms-flex-negative:0;flex-shrink:0}.organizations-content{margin:0px 25px 0px 34px;max-width:620px;text-align:left}.organizations-content__title{font-size:20px;font-size:500;margin-bottom:17px}.organizations-content__text{margin-bottom:17px}.organizations__prev,.organizations__next{margin-right:40px;border-radius:50%;transition:background-color .3s}.organizations__prev:hover,.organizations__next:hover{background-color:none;background-color:rgba(0,0,0,.1)}.organizations-ads{padding:16px;text-align:center;color:#3a76f0;background-color:rgba(58,118,240,.15);margin:26px -32px 35px}.organizations-map{max-width:435px;min-width:280px}.organizations-map img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media(max-width: 1024px){.organizations{-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;-ms-flex-pack:center;justify-content:center}.organizations-ads{display:none}.organizations-content{margin:24px 0px;text-align:center}.organizations-content__title{margin-bottom:20px}.organizations-map{min-width:0;min-width:initial}.organizations__prev,.organizations__next{margin:20px 0px}.organizations__prev{margin-right:50px;-ms-flex-order:5;order:5}.organizations__next{-ms-flex-order:6;order:6}}.lang-menu{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative;color:#fff;gap:10px;cursor:pointer}.lang-menu_home{color:#000}.lang-menu:hover .hide{display:-ms-flexbox !important;display:flex !important}.lang-menu:hover .hide{opacity:1}.lang-menu__icon{width:30px;height:30px;border-radius:30px;box-shadow:0px 0px 10px -2px rgba(0,0,0,.8);overflow:hidden;isolation:isolate;-ms-flex-negative:0;flex-shrink:0}.lang-menu__icon img{width:30px;height:30px;-o-object-fit:contain;object-fit:contain}.lang-menu__active{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:10px}.lang-menu__list{position:absolute;top:0px;left:40px;display:-ms-flexbox;display:flex;gap:10px}.lang-menu__list-item{font-size:16px;border:none;background-color:rgba(0,0,0,0);cursor:pointer;text-align:right}.lang-menu__list-item .lang-menu__text{display:none}@media(max-width: 768px){.lang-menu{color:#000}.lang-menu__list{-ms-flex-direction:column;flex-direction:column;top:120%;left:-10px;background-color:#fff;border-radius:0px 0px 10px 10px;padding:10px}.lang-menu__list-item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:10px}.lang-menu__list-item .lang-menu__text{display:block}}.no-lang .lang-menu{display:none}.si-float-wrapper{position:absolute;width:100%}.si-float-wrapper,.si-float-wrapper *{box-sizing:border-box}[class*=si-wrapper]{display:-ms-flexbox;display:flex;position:absolute;-ms-flex-align:center;align-items:center;font-size:14px;cursor:default}.si-wrapper-top{-ms-flex-direction:column;flex-direction:column;margin-top:-40px;margin-left:0;-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%)}.si-wrapper-bottom{-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-top:0;margin-left:0;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}.si-wrapper-left{margin-top:-20px;margin-left:-11px;-webkit-transform:translate(-100%, -50%);transform:translate(-100%, -50%)}.si-wrapper-right{-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-top:-20px;margin-left:11px;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}[class*=si-shadow-wrapper]{display:-ms-flexbox;display:flex;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.29804;z-index:1}.si-shadow-wrapper-top,.si-shadow-wrapper-bottom{-ms-flex-direction:column;flex-direction:column}.si-shadow-pointer-bottom,.si-shadow-pointer-right{-ms-flex-order:-1;order:-1}.si-shadow-frame{box-shadow:0 1px 3px 0 #000}[class*=si-shadow-pointer]{position:relative;width:15px;height:15px;margin:auto}[class*=si-shadow-inner-pointer]{position:absolute;width:141%;height:141%;box-shadow:-0.70711px .70711px 3px 0 #000}.si-shadow-inner-pointer-top{left:50%;-webkit-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}.si-shadow-inner-pointer-bottom{bottom:0;left:50%;-webkit-transform:translate(-50%, 50%) rotate(-45deg);transform:translate(-50%, 50%) rotate(-45deg)}.si-shadow-inner-pointer-left{top:50%;-webkit-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}.si-shadow-inner-pointer-right{top:50%;right:0;-webkit-transform:translate(50%, -50%) rotate(-45deg);transform:translate(50%, -50%) rotate(-45deg)}.si-frame{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;border-radius:3px;overflow:hidden;z-index:2}.si-content-wrapper{width:100%;max-width:100%;max-height:100%;padding:30px;background-color:#fff}.si-has-border .si-content-wrapper{border:4px solid #3a76f0 !important}.si-content{overflow:auto}.si-close-button{position:absolute;top:0;right:10px;border:0;outline:0;background-color:rgba(0,0,0,0);color:inherit;font-family:Arial,Baskerville,monospace;font-size:24px;cursor:pointer;opacity:.5;-webkit-appearance:none;-moz-appearance:none;appearance:none}.si-close-button:hover,.si-close-button:focus{opacity:.7}[class*=si-pointer-border]{position:absolute;border:15px solid rgba(0,0,0,0);z-index:3}[class*=si-pointer-bg]{position:relative;border:15px solid rgba(0,0,0,0);z-index:4}.si-has-border [class*=si-pointer-bg]{border-width:15px}.si-pointer-border-top,.si-pointer-border-bottom{left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}.si-pointer-border-left,.si-pointer-border-right{top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.si-pointer-top{border-bottom:0}.si-pointer-border-top{bottom:0;border-top-color:#bbb}.si-pointer-bg-top{border-top-color:#fff}.si-has-border .si-pointer-bg-top{top:-1px;margin-bottom:0}.si-pointer-bottom{border-top:0}.si-pointer-border-bottom{top:0;border-bottom-color:#bbb}.si-pointer-bg-bottom{border-bottom-color:#fff}.si-has-border .si-pointer-bg-bottom{bottom:-1px;margin-top:0}.si-pointer-left{border-right:0}.si-pointer-border-left{right:0;border-left-color:#bbb}.si-pointer-bg-left{border-left-color:#fff}.si-has-border .si-pointer-bg-left{left:-1px;margin-right:0}.si-pointer-right{border-left:0}.si-pointer-border-right{border-right-color:#3a76f0 !important;border-width:19px !important}.si-pointer-border-right{left:0}.si-pointer-bg-right{border-right-color:#fff}.si-has-border .si-pointer-bg-right{right:-4px !important}.si-has-border .si-pointer-bg-right{margin-left:0}.map-label{cursor:pointer;font-size:12px;line-height:12px;padding-left:8px}.control-list{top:95px !important;right:5vw !important}.control-list{display:block;background:#000;padding:14px;line-height:14px;color:#fff;margin:0px;cursor:pointer;box-shadow:rgba(0,0,0,.3) 0px 1px 4px -1px;z-index:99999999}.mw{max-width:300px;text-align:center;font-family:"eUkraine"}.mw__type,.mw__name{font-size:16px;line-height:22px;color:#000}.mw__image{max-width:100%;padding:15px}.mw__links{background:#3a76f0;padding:10px 15px;box-sizing:border-box;width:100%}.mw__links a{color:#fff;text-decoration:none;font-size:16px;line-height:22px}.payment-buttons{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;gap:15px;-ms-flex-wrap:wrap;flex-wrap:wrap}.payment-input{display:none}.payment-btn{box-sizing:border-box;padding:10px;background-color:rgba(0,0,0,0);border:2px solid #000;border-radius:10px;height:70px;width:100px;opacity:.6;cursor:pointer}.payment-btn:hover{opacity:1;border-color:#000}.payment-input:checked+.payment-btn{opacity:1;border-color:#3a76f0}.payment-btn img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.payment-btn-text{-ms-flex-positive:1;flex-grow:1;display:block;white-space:nowrap;background-color:#000;color:#fff;padding:24px;border-radius:10px;cursor:pointer}@media(max-width: 768px){.payment-btn-text{padding:14px}}.tns-nav{position:absolute;bottom:20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.tns-nav [aria-controls]{border-radius:20px;width:10px;height:10px;border:none;background-color:#d9d9d9;margin-right:8px}.tns-nav .tns-nav-active{background-color:#000}.flow{margin-top:60px;display:none;text-align:center;max-width:580px;width:100%}.flow.hasError .btn{pointer-events:none;opacity:.7}.flow h5{margin:2rem 0rem}.flow.active{display:block}.flow-content{display:-ms-flexbox;display:flex;text-align:center;-ms-flex-pack:center;justify-content:center;gap:20px;margin-top:20px}@media(max-width: 768px){.flow-content{margin-top:90px;gap:15px}}@media(max-width: 480px){.flow-content{margin-top:40px;-ms-flex-wrap:wrap;flex-wrap:wrap}}.flow-content p{margin-top:1rem}.flow__payments{margin-top:24px}@media(max-width: 480px){.flow{margin-top:45px}}.flow-third{-ms-flex-positive:1;flex-grow:1}.flow-third .help-nav{width:100%;margin-bottom:70px}@media(max-width: 768px){.flow-third .help-nav{margin-bottom:0px}}.flow-third .donate-quantity{margin:30px 0px 50px}.flow-third__tax{margin-bottom:50px}.ps--active-x{padding-bottom:25px}.ps--active-x .ps__rail-x{opacity:1;margin:0px auto;border-radius:50px}.ps--active-x .ps__rail-x .ps__thumb-x{max-width:40%;background-color:#3a76f0}*{font-family:"eUkraine";margin:0px;padding:0px;box-sizing:border-box;font-weight:400}textarea{resize:none}

/*# sourceMappingURL=styles.css.map*/