/**
 * Varibles, mixins, classes for print version. If mixin or variables > 12 need create normal files
 */
html {
  overflow: visible;
}
body {
  overflow-x: hidden;
  overflow-y: visible;
  font-size: 16px;
  line-height: 1.4;
}
.l-window {
  width: auto;
  max-width: 2800px;
  min-width: 0;
}
.l-col-240px-main {
  padding-right: 20px;
}
.g-noprint {
  display: none;
}
.g-print-full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.g-print-justify {
  text-align: justify;
}
.banner {
  display: none;
}
.spacer-scroll-fixed {
  display: none !important;
}
.g-onlyPrint_inline {
  display: inline;
}
.g-onlyPrint_block {
  display: block;
}
.g-onlyPrint_inline-block {
  display: inline-block;
}
.textonline iframe {
  display: none;
}
.rbcslider {
  margin-top: 0px !important;
}
.popup__wrap {
  height: auto !important;
}
