/* Desktop article: retained page structure and states. */
.main-page { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; overflow-y: hidden; }
.main-page .dets { position: relative; min-height: 490px; display: flex; align-items: center; justify-content: flex-start; }
.main-page .dets .left-detais { position: relative; overflow-wrap: break-word; overflow-y: auto; margin: 0px auto; }
.main-page .dets .left-detais * { overflow-wrap: break-word; white-space: normal !important; max-width: 100% !important; }
.main-page .dets .left-detais img { text-align: center; }
.main-page .dets .right-def { width: 50px; position: relative; }
.main-page .dets .right-def .menu-btn-item { position: absolute; right: 0px; display: flex; align-items: center; justify-content: space-between; flex-direction: column; top: 0px; }
.main-page .dets .right-def .menu-btn-item img { width: 100%; }
