.block__order,
.block-mscsert-contact-us-block {
  background: url(/themes/custom/msctheme/img/mscsert_contact-ny-3.jpg);
  background-position: center;
}

.site-logo {
  position: relative;
}
.site-logo::after{
  display: block;
  position: absolute;
  content: "";
  bottom: 12px;
  left: 3px;
  width: 18px;
  height: 20px;
  background-image: url(/themes/custom/msctheme/img/elka-mini.png);
  background-size: cover;
}

.site-logo::before{
  display: block;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 55px;
  width: 40px;
  height: 26px;
  background-image: url(/themes/custom/msctheme/img/logo-decor-5.png);
  background-size: cover;
}

#numbers {
  background-image: url(../img/ny/bg-snowflakes-2.png);
  background-size: 360px;
  padding: 60px 0;
}
#numbers .numbers__item {
  padding: 30px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 30px;
  border: 1px solid #ccc;
}

#numbers .numbers__text {
  /* background-color: #e0e0e0; */
  /* padding: 5px 10px; */
  border-radius: 10px;
  /* color: #2d2f33; */
}

@media (min-width: 1000px) {
  .site-logo::after{
    bottom: 16px;
    left: 5px;  
    width: 26px;
    height: 30px;
  }
  .site-logo::before {
    bottom: 0px;
    left: 75px;
    width: 65px;
    height: 40px;
  }
}

/* .region-content-bottom,
.region-content-top-front, */
.page-wrapper,
.ui-dialog .ui-widget-content.ui-dialog-content {
  background-color: #fff;
  background-image: url(../img/ny/bg-ny-2026-4.webp);
  background-size: 500px;
}
.region-navigation {
  background-image: url(../img/ny/bg-snowflakes.png);
}
.region-navigation::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-image: url(../img/ny/ny-lights-1.png);
  position: absolute;
  background-size: contain;
  background-position-y: -1px;
  background-repeat: repeat-x;
  z-index: 1;
  /* top: 0; */
  /* left: 0; */
}

.region-pre-header {
  background-image: url("../img/ny/bg-snowflakes-5.png");
  background-size: 320px;
}
.region-pre-header ul.menu li.menu-item a {
  color: #fff;
  font-weight: 400;
}

header #block-headercallback,
header #block-headerright,
header #block-headercenter {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
header {
  background-image: url('../img/ny/bg-snowflakes-5.png');
  background-size: 320px;
}

.service-header__form {
  background-image: url(../img/ny/bg-snowflakes-2.png);
  background-size: contain;
}

footer.footer {
  background-image: url('../img/ny/bg-snowflakes-5.png');
  background-size: contain;
}
footer.footer .copyright {
  background: transparent;
}
.ny-decor {
  content: "";
  display: block;
  width: clamp(48px, 96px, 8vw);
  height: clamp(48px, 96px, 8vw);
  position: fixed;
}
.ny-decor--lb {
  bottom: -5px;
  left: -5px;
  background: url('../img/ny/ny-decor-lb.webp') no-repeat;
  background-size: contain;
}
.ny-decor--rb {
  bottom: -5px;
  right: -10px;
  background: url('../img/ny/ny-decor-rb.webp') no-repeat;
  background-size: contain;
}
.ny-decor--lt {
  top: -5px;
  left: -5px;
  background: url('../img/ny/ny-decor-lt.webp') no-repeat;
  background-size: contain;
}
.ny-decor--rt {
  top: -5px;
  right: -5px;
  background: url('../img/ny/ny-decor-rt.webp') no-repeat;
  background-size: contain;
}
#webform-submission-order-full-form-ajax {
  background-image: none;
}