.ovrHidden {
  overflow: hidden;
  position: relative;
  height: 100%;
}
._ fieldset {
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
}
._ fieldset legend {
  border: 1px solid #ccc;
  padding: 5px 10px;
  background-color: #f2f2f2;
  border-radius: 4px;
}
.hidden {
  display: none !important;
}
.nowrap {
  white-space: nowrap !important;
}
@media all and (max-width: 1200px) {
  ._w1 {
    display: none !important;
  }
}
@media all and (max-width: 1000px) {
  ._w2 {
    display: none !important;
  }
}
@media all and (max-width: 700px) {
  ._w3 {
    display: none !important;
  }
}
._ button {
  position: relative;
  border: 1px solid #eee;
  background-color: #f4f4f4;
  padding: 10px;
  font-size: 13px;
  border-radius: 3px;
  cursor: pointer;
}
._ button:active::before {
  opacity: 0.9 !important;
}
._ button:hover::before {
  opacity: 0.5;
}
._ button::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  content: " ";
  opacity: 0.01;
  transition: all 0.4s ease-in-out 0s;
}
._ .loading {
  background: url("/admin/inc/v2/img/preloader.gif") center center no-repeat;
}
._ .btn-info {
  background-color: #5bc0de;
  color: #fff;
}
._ select {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 6px 8px;
  background-color: #fff;
}
._ select.disabled,
._ textarea.disabled,
._ input.disabled {
  background-color: #f5f5f5;
}
/*inc-wnd*/
.udu-window {
  background: #fefefe url("/admin/inc/v2/img/btn/info.png") 15px 40px no-repeat;
  border: 1px solid #000;
  border-radius: 8px;
  box-shadow: 0 0 6px #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  max-height: calc(100% - 20px) !important;
  max-width: calc(100% - 20px) !important;
  min-height: 80px;
  overflow: hidden;
  padding: 40px 5px 50px 80px;
  position: relative;
  width: 300px;
  box-sizing: border-box !important;
}
.udu-window.confirm,
.udu-window.alert:not(.fullMode) {
  width: auto;
  max-width: 90% !important;
}
.udu-window.confirm .body,
.udu-window.alert:not(.fullMode) .body {
  position: relative;
  padding: 0;
  top: auto;
  bottom: auto;
  min-height: 90px;
  min-width: 300px;
  max-width: 500px;
}
.udu-window.fullMode {
  height: 400px;
}
.udu-window.fullMode .body {
  padding-left: 0;
}
.udu-window.defined-size {
  padding-bottom: 60px;
}
.udu-window .close {
  background: transparent url("/admin/inc/v2/img/btn/sprite.buttons.png") 0 0 no-repeat !important;
  border: none;
  box-shadow: none;
  cursor: pointer;
  height: 36px;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 36px;
  opacity: 1;
  z-index: 100;
  padding: 0 !important;
  margin: 0 !important;
}
.udu-window .close:hover {
  background-position: 0 -37px;
}
.udu-window .body {
  text-align: left;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 40px;
  bottom: 52px;
  width: auto !important;
  height: auto !important;
  padding: 0 0 0 70px;
}
.udu-window .body .frame-data {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}
.udu-window .buttons {
  background-color: #f2f2f2;
  border-top: 1px solid #ccc;
  bottom: 0;
  height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.udu-window .buttons button {
  background: #f2f2f2 url("/admin/inc/v2/img/btn/bg-win-btn.png") 0 100% repeat-x;
  border: 1px solid #ddd !important;
  cursor: pointer;
  margin: 0 3px;
  padding: 8px 25px;
  color: #000;
}
.udu-window .buttons button:focus {
  background-color: #eee !important;
  border: 1px solid #92c4f2 !important;
}
.udu-window .buttons button:hover {
  background-color: #e6e6e6;
}
.udu-window.FULL_SCREEN_DIALOG {
  width: 95% !important;
  height: 95% !important;
}
.udu-window.FULL_SCREEN_DIALOG .frame-data {
  width: 100% !important;
  height: 100% !important;
}
#udu-div-window.confirm {
  background-image: url("/admin/inc/v2/img/btn/help.png");
}
#udu-div-window.autoWidth {
  width: auto;
}
@supports (-webkit-overflow-scrolling: touch) {
  .frame-data {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
  }
}
.usd__window-wrapper {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  justify-content: center;
  align-items: center;
}
#div-block {
  background: #000;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
#div-block .block-wait {
  display: none;
  height: 200px;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  position: fixed;
  top: 50%;
  width: 200px;
}
body #udu-div-window.WND-HIDDEN {
  left: -10000px !important;
  right: auto !important;
}
#udu-div-window.fullMode {
  background: #fefefe;
  padding: 40px 5px 50px;
}
#udu-div-window.fullMode iframe {
  border: none !important;
  width: 100%;
  height: 100%;
}
#__progress_div {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -100px;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 15px;
  opacity: 0.7;
}
#udu-div-window span.warning {
  color: red;
}
#udu-div-window .dialogs__wrapper {
  padding: 4px;
  box-sizing: border-box;
  max-width: 400px;
}
#udu-div-window .dialogs__wrapper textarea {
  box-sizing: border-box !important;
  width: 100%;
  height: 120px;
}
#udu-div-window .dialogs__comment {
  padding: 0 5px 20px 5px;
  color: #666;
}
/*inc-prv*/
.ui-draggable-dragging .with-zoomer::after {
  opacity: 0.01 !important;
}
.with-zoomer:hover::after {
  opacity: 1;
}
.with-zoomer {
  position: relative;
}
img.with-zoom {
  cursor: pointer;
  position: relative;
}
.with-zoomer:hover::after {
  opacity: 1 !important;
}
.with-zoomer::after {
  pointer-events: none !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  cursor: pointer;
  top: 0 !important;
  bottom: 0 !important;
  opacity: 0.01 !important;
  content: " " !important;
  background: url("/admin/inc/v2/img/zoom.png") center center no-repeat !important;
  transition: all 0.2s ease-in-out 0s !important;
  height: auto !important;
  width: auto !important;
}
.with-zoomer {
  position: relative;
}
img.with-zoom {
  cursor: pointer;
  position: relative;
}
/*data grid table - preview*/
#DataGridTable_prv:hover .prv-prev {
  left: 0;
}
#DataGridTable_prv:hover .prv-edit-base {
  left: 0;
  bottom: 0;
}
#DataGridTable_prv:hover .prv-next {
  right: 0;
  background: rgba(255, 255, 255, 0.4) url("/admin/inc/v2/img/slider-arrow-2.png") -50px center no-repeat;
}
#DataGridTable_prv {
  z-index: 60000 !important;
}
#DataGridTable_prv .prv {
  background: rgba(255, 255, 255, 0.4) url("/admin/inc/v2/img/slider-arrow-2.png") 10px center no-repeat;
  position: absolute;
  left: -70px;
  width: 60px;
  bottom: 0;
  top: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  z-index: 10;
}
#DataGridTable_prv .prv-next {
  position: absolute;
  left: auto;
  right: -70px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.4);
  bottom: 0;
  top: 0;
  cursor: pointer;
}
#DataGridTable_prv .prv-edit-base .btn.op-rotate-1 {
  background: rgba(255, 255, 255, 0.4) url("/admin/inc/v2/img/editor/rotate-1.png") center center no-repeat;
}
#DataGridTable_prv .prv-edit-base .btn.op-rotate-2 {
  background: rgba(255, 255, 255, 0.4) url("/admin/inc/v2/img/editor/rotate-2.png") center center no-repeat;
}
#DataGridTable_prv .prv-edit-base .btn.op-cancel {
  background: rgba(255, 255, 255, 0.4) url("/admin/inc/v2/img/editor/cancel.png") center center no-repeat;
  float: right;
}
#DataGridTable_prv .prv-edit-base .btn.op-save {
  background: rgba(255, 255, 255, 0.4) url("/admin/inc/v2/img/editor/save.png") center center no-repeat;
  float: right;
}
#DataGridTable_prv .prv-edit-base .btn.op-flip-h {
  background: rgba(255, 255, 255, 0.4) url("/admin/inc/v2/img/editor/flip-h.png") center center no-repeat;
}
#DataGridTable_prv .prv-edit-base .btn.op-flip-v {
  background: rgba(255, 255, 255, 0.4) url("/admin/inc/v2/img/editor/flip-v.png") center center no-repeat;
}
#DataGridTable_prv .prv-edit-base .btn.op-crop {
  background: rgba(255, 255, 255, 0.4) url("/admin/inc/v2/img/editor/crop.png") center center no-repeat;
}
#DataGridTable_prv .prv-edit-base .btn:hover {
  opacity: 1;
}
#DataGridTable_prv .prv-edit-base .btn {
  background-color: rgba(255, 255, 255, 0.4);
  width: 86px;
  height: 86px;
  border-radius: 45px;
  margin: 0 20px 0 0;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0.8;
  display: inline-block !important;
}
#DataGridTable_prv .prv-edit-base {
  bottom: -110px;
  height: 100px;
  left: 150px !important;
  right: 150px !important;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  border-radius: 100px 100px 0 0;
  padding: 10px 100px;
  z-index: 1020;
}
#DataGridTable_prv .crop-base,
#DataGridTable_prv .crop-base-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
}
#DataGridTable_prv .croper {
  position: absolute;
  border: 1px dashed #de1a00;
  box-shadow: 0 0 2px #fff;
  display: none;
  z-index: 20000;
}
#DataGridTable_prv .croper div.m-1 {
  background-color: #ffdf2e;
}
#DataGridTable_prv .croper div.m-4 {
  top: auto;
  bottom: -10px;
}
#DataGridTable_prv .croper div.m-3 {
  left: auto;
  top: auto;
  bottom: -10px;
  right: -10px;
}
#DataGridTable_prv .croper div.m-2 {
  left: auto;
  right: -10px;
}
#DataGridTable_prv .croper div {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  background-color: #de1a00;
  left: -10px;
  top: -10px;
  cursor: pointer;
  box-shadow: 0 0 4px #fff;
  border: 1px solid #333;
}
#DataGridTable_prv .crop-base-2 {
  z-index: 119000;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5) inset;
}
#DataGridTable_prv.crop-mode .prv-edit-base .btn {
  display: none !important;
}
#DataGridTable_prv.crop-mode .prv-edit-base .btn.op-save {
  background: rgba(255, 255, 255, 0.4) url("/admin/inc/v2/img/editor/apply.png") center center no-repeat;
}
#DataGridTable_prv.crop-mode .crop-base,
#DataGridTable_prv.crop-mode .croper {
  display: block !important;
}
#DataGridTable_prv.crop-mode .prv-edit-base .btn.op-save,
#DataGridTable_prv.crop-mode .prv-edit-base .btn.op-cancel {
  display: block !important;
}
#DataGridTable_prv.crop-active .crop-base-2 {
  display: block !important;
}
#DataGridTable_prv.crop-active .prv-edit-base {
  z-index: 120;
}
.sys-msg {
  font-size: 12px;
  padding: 10px;
  margin: 5px;
  background-color: #fffae3;
}
.sys-msg.msg-error {
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  align-items: center;
  padding: 0;
  margin: 10px;
}
.sys-msg.msg-error > span {
  padding: 10px;
}
.sys-msg.msg-error .sys-mst__err-info {
  display: flex;
  flex-direction: column;
}
.sys-msg.msg-error .sys-mst__errno {
  align-items: center;
  background-color: #d43f3a;
  border-left: 3px solid #c02b26;
  color: #fff;
  display: flex;
  font-size: 20px;
  justify-content: center;
  min-width: 50px;
  text-align: center;
}
.sys-msg.msg-error .sys-mst__errno.sys-mst__8 {
  background-color: #0e90d2;
  border-left: 3px solid #007cbe;
}
.data-container ul.tbl-grid li:hover .close {
  opacity: 1;
}
.data-container ul.tbl-grid li:hover div.prv {
  opacity: 1;
}
.data-container ul.tbl-grid .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("/admin/inc/v2/img/btn/sprite.buttons.png");
  background-size: 24px 48px;
  cursor: pointer;
  opacity: 0.2;
  transition: all 0.3s ease-in-out 0s;
  z-index: 20;
}
.data-container ul.tbl-grid li {
  display: inline-block;
  float: left;
  width: 100px;
  height: 100px;
  border: 1px solid #eee;
  overflow: hidden;
  padding: 3px;
  margin: 3px;
  position: relative;
}
.data-container ul.tbl-grid {
  list-style: none;
  margin: 5px;
  padding: 2px;
}
._ .udu__not-active {
  filter: grayscale(0.8);
  opacity: 0.6;
}
._ .bg-red-white-flicker {
  animation: bg-red-white 0.2s infinite;
}
@keyframes bg-red-white {
  0% {
    background-color: red;
  }
  25% {
    background-color: #fff;
  }
  50% {
    background-color: red;
  }
  75% {
    background-color: #fff;
  }
  100% {
    background-color: red;
  }
}
@keyframes udu__pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 1210px) {
  .hide-1210 {
    display: none !important;
  }
  .show-1210 {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) {
  .hide-1200 {
    display: none !important;
  }
  .show-1200 {
    display: block !important;
  }
}
@media screen and (max-width: 1190px) {
  .hide-1190 {
    display: none !important;
  }
  .show-1190 {
    display: block !important;
  }
}
@media screen and (max-width: 1180px) {
  .hide-1180 {
    display: none !important;
  }
  .show-1180 {
    display: block !important;
  }
}
@media screen and (max-width: 1170px) {
  .hide-1170 {
    display: none !important;
  }
  .show-1170 {
    display: block !important;
  }
}
@media screen and (max-width: 1160px) {
  .hide-1160 {
    display: none !important;
  }
  .show-1160 {
    display: block !important;
  }
}
@media screen and (max-width: 1150px) {
  .hide-1150 {
    display: none !important;
  }
  .show-1150 {
    display: block !important;
  }
}
@media screen and (max-width: 1140px) {
  .hide-1140 {
    display: none !important;
  }
  .show-1140 {
    display: block !important;
  }
}
@media screen and (max-width: 1130px) {
  .hide-1130 {
    display: none !important;
  }
  .show-1130 {
    display: block !important;
  }
}
@media screen and (max-width: 1120px) {
  .hide-1120 {
    display: none !important;
  }
  .show-1120 {
    display: block !important;
  }
}
@media screen and (max-width: 1110px) {
  .hide-1110 {
    display: none !important;
  }
  .show-1110 {
    display: block !important;
  }
}
@media screen and (max-width: 1100px) {
  .hide-1100 {
    display: none !important;
  }
  .show-1100 {
    display: block !important;
  }
}
@media screen and (max-width: 1090px) {
  .hide-1090 {
    display: none !important;
  }
  .show-1090 {
    display: block !important;
  }
}
@media screen and (max-width: 1080px) {
  .hide-1080 {
    display: none !important;
  }
  .show-1080 {
    display: block !important;
  }
}
@media screen and (max-width: 1070px) {
  .hide-1070 {
    display: none !important;
  }
  .show-1070 {
    display: block !important;
  }
}
@media screen and (max-width: 1060px) {
  .hide-1060 {
    display: none !important;
  }
  .show-1060 {
    display: block !important;
  }
}
@media screen and (max-width: 1050px) {
  .hide-1050 {
    display: none !important;
  }
  .show-1050 {
    display: block !important;
  }
}
@media screen and (max-width: 1040px) {
  .hide-1040 {
    display: none !important;
  }
  .show-1040 {
    display: block !important;
  }
}
@media screen and (max-width: 1030px) {
  .hide-1030 {
    display: none !important;
  }
  .show-1030 {
    display: block !important;
  }
}
@media screen and (max-width: 1020px) {
  .hide-1020 {
    display: none !important;
  }
  .show-1020 {
    display: block !important;
  }
}
@media screen and (max-width: 1010px) {
  .hide-1010 {
    display: none !important;
  }
  .show-1010 {
    display: block !important;
  }
}
@media screen and (max-width: 1000px) {
  .hide-1000 {
    display: none !important;
  }
  .show-1000 {
    display: block !important;
  }
}
@media screen and (max-width: 990px) {
  .hide-990 {
    display: none !important;
  }
  .show-990 {
    display: block !important;
  }
}
@media screen and (max-width: 980px) {
  .hide-980 {
    display: none !important;
  }
  .show-980 {
    display: block !important;
  }
}
@media screen and (max-width: 970px) {
  .hide-970 {
    display: none !important;
  }
  .show-970 {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  .hide-960 {
    display: none !important;
  }
  .show-960 {
    display: block !important;
  }
}
@media screen and (max-width: 950px) {
  .hide-950 {
    display: none !important;
  }
  .show-950 {
    display: block !important;
  }
}
@media screen and (max-width: 940px) {
  .hide-940 {
    display: none !important;
  }
  .show-940 {
    display: block !important;
  }
}
@media screen and (max-width: 930px) {
  .hide-930 {
    display: none !important;
  }
  .show-930 {
    display: block !important;
  }
}
@media screen and (max-width: 920px) {
  .hide-920 {
    display: none !important;
  }
  .show-920 {
    display: block !important;
  }
}
@media screen and (max-width: 910px) {
  .hide-910 {
    display: none !important;
  }
  .show-910 {
    display: block !important;
  }
}
@media screen and (max-width: 900px) {
  .hide-900 {
    display: none !important;
  }
  .show-900 {
    display: block !important;
  }
}
@media screen and (max-width: 890px) {
  .hide-890 {
    display: none !important;
  }
  .show-890 {
    display: block !important;
  }
}
@media screen and (max-width: 880px) {
  .hide-880 {
    display: none !important;
  }
  .show-880 {
    display: block !important;
  }
}
@media screen and (max-width: 870px) {
  .hide-870 {
    display: none !important;
  }
  .show-870 {
    display: block !important;
  }
}
@media screen and (max-width: 860px) {
  .hide-860 {
    display: none !important;
  }
  .show-860 {
    display: block !important;
  }
}
@media screen and (max-width: 850px) {
  .hide-850 {
    display: none !important;
  }
  .show-850 {
    display: block !important;
  }
}
@media screen and (max-width: 840px) {
  .hide-840 {
    display: none !important;
  }
  .show-840 {
    display: block !important;
  }
}
@media screen and (max-width: 830px) {
  .hide-830 {
    display: none !important;
  }
  .show-830 {
    display: block !important;
  }
}
@media screen and (max-width: 820px) {
  .hide-820 {
    display: none !important;
  }
  .show-820 {
    display: block !important;
  }
}
@media screen and (max-width: 810px) {
  .hide-810 {
    display: none !important;
  }
  .show-810 {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .hide-800 {
    display: none !important;
  }
  .show-800 {
    display: block !important;
  }
}
@media screen and (max-width: 790px) {
  .hide-790 {
    display: none !important;
  }
  .show-790 {
    display: block !important;
  }
}
@media screen and (max-width: 780px) {
  .hide-780 {
    display: none !important;
  }
  .show-780 {
    display: block !important;
  }
}
@media screen and (max-width: 770px) {
  .hide-770 {
    display: none !important;
  }
  .show-770 {
    display: block !important;
  }
}
@media screen and (max-width: 760px) {
  .hide-760 {
    display: none !important;
  }
  .show-760 {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  .hide-750 {
    display: none !important;
  }
  .show-750 {
    display: block !important;
  }
}
@media screen and (max-width: 740px) {
  .hide-740 {
    display: none !important;
  }
  .show-740 {
    display: block !important;
  }
}
@media screen and (max-width: 730px) {
  .hide-730 {
    display: none !important;
  }
  .show-730 {
    display: block !important;
  }
}
@media screen and (max-width: 720px) {
  .hide-720 {
    display: none !important;
  }
  .show-720 {
    display: block !important;
  }
}
@media screen and (max-width: 710px) {
  .hide-710 {
    display: none !important;
  }
  .show-710 {
    display: block !important;
  }
}
@media screen and (max-width: 700px) {
  .hide-700 {
    display: none !important;
  }
  .show-700 {
    display: block !important;
  }
}
@media screen and (max-width: 690px) {
  .hide-690 {
    display: none !important;
  }
  .show-690 {
    display: block !important;
  }
}
@media screen and (max-width: 680px) {
  .hide-680 {
    display: none !important;
  }
  .show-680 {
    display: block !important;
  }
}
@media screen and (max-width: 670px) {
  .hide-670 {
    display: none !important;
  }
  .show-670 {
    display: block !important;
  }
}
@media screen and (max-width: 660px) {
  .hide-660 {
    display: none !important;
  }
  .show-660 {
    display: block !important;
  }
}
@media screen and (max-width: 650px) {
  .hide-650 {
    display: none !important;
  }
  .show-650 {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .hide-640 {
    display: none !important;
  }
  .show-640 {
    display: block !important;
  }
}
@media screen and (max-width: 630px) {
  .hide-630 {
    display: none !important;
  }
  .show-630 {
    display: block !important;
  }
}
@media screen and (max-width: 620px) {
  .hide-620 {
    display: none !important;
  }
  .show-620 {
    display: block !important;
  }
}
@media screen and (max-width: 610px) {
  .hide-610 {
    display: none !important;
  }
  .show-610 {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .hide-600 {
    display: none !important;
  }
  .show-600 {
    display: block !important;
  }
}
@media screen and (max-width: 590px) {
  .hide-590 {
    display: none !important;
  }
  .show-590 {
    display: block !important;
  }
}
@media screen and (max-width: 580px) {
  .hide-580 {
    display: none !important;
  }
  .show-580 {
    display: block !important;
  }
}
@media screen and (max-width: 570px) {
  .hide-570 {
    display: none !important;
  }
  .show-570 {
    display: block !important;
  }
}
@media screen and (max-width: 560px) {
  .hide-560 {
    display: none !important;
  }
  .show-560 {
    display: block !important;
  }
}
@media screen and (max-width: 550px) {
  .hide-550 {
    display: none !important;
  }
  .show-550 {
    display: block !important;
  }
}
@media screen and (max-width: 540px) {
  .hide-540 {
    display: none !important;
  }
  .show-540 {
    display: block !important;
  }
}
@media screen and (max-width: 530px) {
  .hide-530 {
    display: none !important;
  }
  .show-530 {
    display: block !important;
  }
}
@media screen and (max-width: 520px) {
  .hide-520 {
    display: none !important;
  }
  .show-520 {
    display: block !important;
  }
}
@media screen and (max-width: 510px) {
  .hide-510 {
    display: none !important;
  }
  .show-510 {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .hide-500 {
    display: none !important;
  }
  .show-500 {
    display: block !important;
  }
}
@media screen and (max-width: 490px) {
  .hide-490 {
    display: none !important;
  }
  .show-490 {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .hide-480 {
    display: none !important;
  }
  .show-480 {
    display: block !important;
  }
}
@media screen and (max-width: 470px) {
  .hide-470 {
    display: none !important;
  }
  .show-470 {
    display: block !important;
  }
}
@media screen and (max-width: 460px) {
  .hide-460 {
    display: none !important;
  }
  .show-460 {
    display: block !important;
  }
}
@media screen and (max-width: 450px) {
  .hide-450 {
    display: none !important;
  }
  .show-450 {
    display: block !important;
  }
}
@media screen and (max-width: 440px) {
  .hide-440 {
    display: none !important;
  }
  .show-440 {
    display: block !important;
  }
}
@media screen and (max-width: 430px) {
  .hide-430 {
    display: none !important;
  }
  .show-430 {
    display: block !important;
  }
}
@media screen and (max-width: 420px) {
  .hide-420 {
    display: none !important;
  }
  .show-420 {
    display: block !important;
  }
}
@media screen and (max-width: 410px) {
  .hide-410 {
    display: none !important;
  }
  .show-410 {
    display: block !important;
  }
}
@media screen and (max-width: 400px) {
  .hide-400 {
    display: none !important;
  }
  .show-400 {
    display: block !important;
  }
}
@media screen and (max-width: 390px) {
  .hide-390 {
    display: none !important;
  }
  .show-390 {
    display: block !important;
  }
}
@media screen and (max-width: 380px) {
  .hide-380 {
    display: none !important;
  }
  .show-380 {
    display: block !important;
  }
}
@media screen and (max-width: 370px) {
  .hide-370 {
    display: none !important;
  }
  .show-370 {
    display: block !important;
  }
}
@media screen and (max-width: 360px) {
  .hide-360 {
    display: none !important;
  }
  .show-360 {
    display: block !important;
  }
}
@media screen and (max-width: 350px) {
  .hide-350 {
    display: none !important;
  }
  .show-350 {
    display: block !important;
  }
}
@media screen and (max-width: 340px) {
  .hide-340 {
    display: none !important;
  }
  .show-340 {
    display: block !important;
  }
}
