:root {
  --red: #FF2922;
}

.ny2026 .red {
  color: var(--red);
}

*::before,
*::after {
  pointer-events: none;
}

@keyframes neon1 {
  from {
    filter: drop-shadow(0 0 1px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 1px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 1px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 1px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 1px rgba(0, 255, 255, 0.3));
  }
  to {
    filter: drop-shadow(0 0 8px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 8px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 8px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 8px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 8px rgba(0, 255, 255, 0.3));
  }
}

#wrap:before, #wrap:after {
  position: absolute;
  z-index: 1000;
}

#wrap:before {
  content: url(images/header-top-left.png);
  left: 0;
}

#wrap:after {
  content: url(images/header-top-right.png);
  right: 0;
  top: 0;
}

.ny2026 #content {
  background: #012849 url(images/snow-bg.png) center 600px / cover no-repeat;
}

/*main#content, main#content .news-market {*/
/*  background: #000139;*/
/*}*/

.h-logo > .logo > img {
  animation: neon1 2s ease-in-out infinite alternate;
  filter: drop-shadow(0 0 1px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 1px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 1px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 1px rgba(0, 255, 255, 0.3)) drop-shadow(0 0 1px rgba(0, 255, 255, 0.3));
}

header #h-sec-1 {
  /* background: linear-gradient(90deg, #2D0E46 0%, #571170 29.69%, #1C336D 65.62%, #241148 100%); */
  background: linear-gradient(45deg, #005ca5 0%, #0bf 100%);
}

#h-sec-1 .h-search {
  background: linear-gradient(90deg, #2D0E46 0%, #571170 29.69%, #1C336D 65.62%, #241148 100%);
}

main#content, main#content .news-market {
  background: #000139;
}

.hero-slider {
  overflow: visible;
  position: relative;
}

.hero-slider__item::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  translate: 0 49.419953%;
  /*width: 798px;*/
  /*height: 872px;*/
  width: 476px;
  aspect-ratio: 476 / 862;
  background: url(images/content-left.png) no-repeat bottom left / contain;
}

.hero-slider__item::after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  /*width: 532px;*/
  /*height: 878px;*/
  aspect-ratio: 437 / 1057;
  width: 437px;
  translate: 0 43.3301797%;
  background: url(images/content-right.png) no-repeat bottom right / contain;
}

.hero-slider__bg:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(images/hero-pic.png) no-repeat top 1% left / contain, url(images/hero-pic.png) no-repeat top 1% right / contain, rgba(0, 111, 205, 0.5);
}

.front-block {
  background-repeat: no-repeat;
}

.front-blocks .front-block__menu--dist::after {
  content: none;
}

.front-block:nth-child(1) {
  background-image: url(images/distribution-pic.png);
  background-position: bottom right;
}

.front-block:nth-child(2) {
  background-image: url(images/solutions-pic.png);
  background-position: bottom right;
}

.front-block:nth-child(3) {
  background-image: url(images/education-pic.png);
  background-position: top right 28px;
}

.sec-gifts, .s-footer-menu {
  position: relative;
}

.sec-gifts:before {
  content: '';
  position: absolute;
  top: 0;
  /* margin-bottom: -187px; */
  /*right: 0;*/
  /*bottom: 0;*/
  left: 0;
  background: url(images/giftLeft.png) no-repeat bottom left / contain;
  z-index: 0;
  width: 514px;
  aspect-ratio: 514 / 550;
  translate: 0 -63.090909%;
}

.sec-gifts:after {
  content: '';
  position: absolute;
  top: 0;
  /* margin-bottom: -187px; */
  right: 0;
  /*bottom: 0;*/
  /*left: 0;*/
  background: url(images/bot-right.png) no-repeat bottom left / contain;
  z-index: 0;
  width: 366px;
  aspect-ratio: 366 / 755;
  translate: 0 -71.9205298%;
}

#footer, .s-footer-menu {
  z-index: 1;
}

#footer {
  position: relative;
}

#footer:before {
  content: url(images/footer-left.png);
  position: absolute;
  top: 15px;
  /*right: 0;*/
  bottom: 0;
  left: 0;
  /*background: url(images/footer-left.png) no-repeat bottom left/contain;*/
}

#footer:after {
  content: url(images/footer-right.png);
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 15px;
  /*left: 0;*/
  /*background: url(images/footer-right.png) no-repeat bottom right/contain;*/
}

#footer > .container {
  position: relative;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  5% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform: rotate3d(0, 0, 1, -15deg);
  }
  8% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }
  13% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  16% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  16% {
    -webkit-transform: rotate3d(0, 0, 1, 0);
    transform: rotate3d(0, 0, 1, 0);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  5% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform: rotate3d(0, 0, 1, -15deg);
  }
  8% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }
  13% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  16% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  16% {
    -webkit-transform: rotate3d(0, 0, 1, 0);
    transform: rotate3d(0, 0, 1, 0);
  }
}

.postcard {
  position: fixed;
  right: 0;
  bottom: 100px;
  aspect-ratio: 306 / 260;
  width: 306px;
  translate: 19.844358% 0;
  z-index: 20;
  text-transform: uppercase;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: swing 4s 0s both infinite;
  animation: swing 4s 0s both infinite;
}

.postcard img {
  width: 100%;
}

.congr-popup {
  background: url(images/pop-up.png) no-repeat center/100% auto;
  border-radius: 15px;
  border: 0;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 110;
  text-align: center;
  padding: 80px 150px 40px 120px;
  color: white;
}

.congr-popup .inner {

}

.congr-popup .ttl {
  font-weight: 700;
  text-transform: uppercase;
}

.congr-popup .ttl-1 {
  font-size: 32px;
  line-height: 1.1875;
  margin-bottom: 8px;
}

.congr-popup .ttl-2 {
  font-size: 26px;
  line-height: 1.192;
  margin-bottom: 20px;
}

.congr-popup .p {
  font-size: 26px;
  line-height: 1.192;
  font-weight: 300;
  margin-bottom: 20px;
}

.congr-popup__thanks {
  display: inline-block;
  /*position: absolute;*/
  /*left: 50%;*/
  /*bottom: 19%;*/
  /*translate: -50% 0;*/
  margin-top: 15%;
  background: linear-gradient(45deg, #926d27 0%, #e7b251 100%);
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  border-radius: 12px;
  padding: 28px 72px;
}

.congr-popup__thanks:hover {
  color: #ffffff;
  background-color: #ba4fc5;
}

.congr #cboxLoadedContent {
  padding: 0;
  background: none;
}

.ny2026 #cboxOverlay {
  background-color: #012849;
  opacity: 0.7 !important;
}

