#rec940522486,
#rec1091435756 {
  position: fixed !important;
  top: 0; left: 0;
  width: 100%;
  z-index: 99999 !important;
  background: #fff !important;
  overflow: visible !important;
}
#rec940522486 .t396__artboard,
#rec940522486 .t396__carrier,
#rec940522486 .t228__maincontainer,
#rec1091435756 .t396__artboard,
#rec1091435756 .t396__carrier,
#rec1091435756 .t228__maincontainer {
  overflow: visible !important;
  background: #fff !important;
}
body.t-body::before {
  content: "";
  position: fixed;
  left: 0; right: 0;
  top: 140px;
  height: 26px;
  pointer-events: none;
  z-index: 99998;
  background: linear-gradient(to bottom, rgba(0,0,0,.07), rgba(0,0,0,0));
  opacity: 0;
  transition: opacity .5s ease;
}
body.t-body.header-shadow-on::before {
  opacity: 1;
}
body.t-body { padding-top: 140px; }
@media screen and (max-width: 1024px) {
  body.t-body { padding-top: 80px; }
  body.t-body::before { top: 80px; }
}
@media screen and (max-width: 768px) {
  body.t-body { padding-top: 70px; }
  body.t-body::before { top: 70px; }
}

/* Глаз */
#glazd {
  position: fixed;
  top: 30px;
  z-index: 999999;
  width: 34px;
  cursor: pointer;
  transition: top 0.2s ease;
}
@media screen and (min-width: 980px) {
  #glazd { right: 540px; }
}
@media screen and (max-width: 979px) {
  #glazd { right: 80px; top: 30px; }
}
@media screen and (max-width: 640px) {
  #glazd { right: 60px; top: 30px; width: 28px; }
}

/* Режим слабовидящих */
html.special #rec940522486,
html.special #rec1091435756 {
  top: 50px !important;
}
html.special body.t-body::before {
  top: 190px !important;
}
html.special body.t-body {
  padding-top: 190px !important;
}
@media screen and (max-width: 1024px) {
  html.special body.t-body {
    padding-top: 130px !important;
  }
  html.special body.t-body::before {
    top: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  html.special body.t-body {
    padding-top: 120px !important;
  }
  html.special body.t-body::before {
    top: 120px !important;
  }
}
html.special #glazd {
  top: 80px !important;
}