main .slider-video__wrapper,
body .product-page,
body .news-category__top,
body .news-top,
body .error-page__yellow,
body .spec-page {
  margin: 97px 0 0;
}
@media screen and (max-width: 1024px) {
  main .slider-video__wrapper,
  body .product-page,
  body .news-category__top,
  body .news-top,
  body .error-page__yellow,
  body .spec-page {
    margin: 89px 0 0;
  }
}

.rud-header {
  box-sizing: border-box;
}
.rud-header *,
.rud-header *::after,
.rud-header *::before {
  box-sizing: border-box;
}

.rud-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 12px 0;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .rud-header {
    padding: 8px 0;
  }
}
.rud-header .flex-container {
  align-items: center;
}
.rud-header__logo {
  width: 180px;
  height: 73px;
  position: relative;
  z-index: 1;
}
.rud-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.rud-header__nav {
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .rud-header__nav {
    display: none;
  }
}
.rud-header__nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: unset;
  padding: unset;
}
.rud-header__nav ul li {
  margin: 0 48px 0 0;
  list-style: none;
  position: relative;
  line-height: 1;
}
.rud-header__nav ul li::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% + 2px);
  top: 1px;
  right: -25px;
  background: #ECECEC;
}
.rud-header__nav ul li:last-child {
  margin: unset;
}
.rud-header__nav ul li:last-child::after {
  display: none;
}
.rud-header__nav ul li a {
  color: #1D1D1B;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.36px;
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
}
@media screen and (max-width: 1366px) {
  .rud-header__nav ul li a {
    font-size: 16px;
  }
}
.rud-header__nav ul li a:hover {
  color: #f8bc16;
}
.rud-header__language {
  border-radius: 41px;
  background: #FCBE00;
  padding: 4px 8px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .rud-header__language {
    margin: 0 24px 0 auto;
  }
}
.rud-header__language .language-active {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0 4px 0 0;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1024px) {
  .rud-header__language .language-active {
    top: unset;
  }
}
.rud-header__language .header-list__open {
  width: 12px;
  height: 12px;
  background-image: url(../img/lang-icon.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px 7px;
  transform-origin: unset !important;
  bottom: unset !important;
}
.rud-header__language .header-list__open::before, .rud-header__language .header-list__open::after {
  display: none;
}
.rud-header__burger {
  display: none;
  width: 24px;
  height: 19px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 700px) {
  .rud-header__burger {
    display: flex;
    position: relative;
    z-index: 1;
  }
}
.rud-header__burger span {
  width: 100%;
  height: 3px;
  border-radius: 12px;
  background: #FCBE00;
  transition: 0.3s all ease-in-out;
}
.rud-header__burger span::after, .rud-header__burger span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 12px;
  background: #FCBE00;
  transition: 0.3s all ease-in-out;
}
.rud-header__burger span::after {
  top: 0;
}
.rud-header__burger span::before {
  bottom: 0;
}
.rud-header__burger.active span {
  background-color: #fff;
}
.rud-header__burger.active span::after {
  transform: rotate(45deg) translateY(calc(-50% - 1px));
  top: 50%;
}
.rud-header__burger.active span::before {
  transform: rotate(-45deg) translateY(calc(-50% + 3px));
  bottom: 50%;
}
.rud-header__menu {
  display: none;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  padding: 18px 20px;
  background-color: #fff;
  align-items: center;
  position: absolute;
  top: -18px;
  right: -100%;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.rud-header__menu.active {
  right: 0;
  opacity: 1;
  pointer-events: inherit;
}
@media screen and (max-width: 700px) {
  .rud-header__menu {
    display: flex;
  }
}
.rud-header__menu--nav {
  width: 100%;
}
.rud-header__menu--nav ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  width: 100%;
  padding: 0 20px 10px;
  margin: unset;
}
.rud-header__menu--nav ul li {
  margin: 0 0 48px;
  position: relative;
}
.rud-header__menu--nav ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -25px;
  background: #ECECEC;
}
.rud-header__menu--nav ul li:last-child {
  margin: unset;
}
.rud-header__menu--nav ul li:last-child::after {
  display: none;
}
.rud-header__menu--nav ul li a {
  color: #1D1D1B;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
}
.rud-header__menu--nav ul li a:hover {
  color: #f8bc16;
}

.rud-footer {
  box-sizing: border-box;
}
.rud-footer *,
.rud-footer *::after,
.rud-footer *::before {
  box-sizing: border-box;
}

.rud-footer {
  display: flex;
  flex-direction: column;
  padding: unset !important;
  background-color: transparent !important;
}
.rud-footer__top {
  display: flex;
  background: #1D1D1B;
  padding: 64px 0;
}
@media screen and (max-width: 1024px) {
  .rud-footer__top {
    padding: 48px 0;
  }
}
.rud-footer__top .flex-container {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .rud-footer__top .flex-container {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
.rud-footer__contact {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 1366px) {
  .rud-footer__contact {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 768px) {
  .rud-footer__contact {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.28px;
  }
}
@media screen and (max-width: 767px) {
  .rud-footer__contact {
    order: 1;
    margin: 24px 0;
  }
}
.rud-footer__links {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .rud-footer__links {
    order: 2;
  }
}
.rud-footer__links a {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.36px;
  transition: 0.3s all ease-in-out;
}
.rud-footer__links a:hover {
  color: #f8bc16;
}
@media screen and (max-width: 1366px) {
  .rud-footer__links a {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 768px) {
  .rud-footer__links a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.28px;
  }
}
.rud-footer__logo {
  width: 200px;
  height: 82.412px;
}
@media screen and (max-width: 1024px) {
  .rud-footer__logo {
    width: 122px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .rud-footer__logo {
    order: 0;
    margin: unset;
  }
}
.rud-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.rud-footer__bottom {
  padding: 16px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.36px;
  background: #363633;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .rud-footer__bottom {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.28px;
  }
}
@media screen and (max-width: 767px) {
  .rud-footer__bottom {
    padding: 8px;
  }
}/*# sourceMappingURL=rud.css.map */