body {
    font: 16px/1.7 Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    background: #fff;
    overflow-x: hidden;
}

/* მთავარი კონტეინერი */

.print-wrap {
    background: #fff;
    max-width: 760px;
    width: 100%;
    margin: 40px auto;
    padding: 30px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
}

/* სათაური */

.print-title {
    margin: 0 0 30px 0;
    font-size: 34px;
    line-height: 1.3;
}

/* ტექსტი */

.article-body {
    overflow-wrap: break-word;
}

.article-body p {
    margin: 0 0 18px 0;
    word-break: break-word;
}

/* ტექსტი Save / Print PDF */

.print-action{
text-decoration: underline;
cursor:pointer;
}

.print-action:hover{
opacity:.7;
}

/* ზედა navigation */

.speed-pr {
    margin-bottom: 20px;
    position: relative;
}

.speed-pr > a:first-child {
    display: block;
    margin-bottom: 10px;
}

.speed-pr span {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

/* სურათები */

.print-article img {
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    display: block;
    page-break-inside: avoid;
    break-inside: avoid;
}

/* ცხრილები */

table {
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
}

table td,
table th {
    word-break: break-word;
}

/* მობილურის ოპტიმიზაცია */

@media (max-width: 768px) {

.print-wrap {
    margin: 0;
    padding: 18px;
    border: none;
}

.print-title {
    font-size: 26px;
}

}

/* print რეჟიმი */

@media print {

.speed-pr,
.print-buttons,
.print-controls {
    display: none !important;
}

a {
    color: black;
    text-decoration: underline;
}

}

/* ===================================== */
/* PRINT ARTICLE FOOTER */
/* ===================================== */

.print-source{

    margin-top:60px;
    padding-top:18px;

    border-top:1px solid #dcdcdc;

    font-size:13px;
    line-height:1.6;

    color:#6b6b6b;
    text-align:left;

    max-width:680px;
    margin-left:auto;
    margin-right:auto;

    page-break-inside:avoid;
}

/* footer links */

.print-source a{

    color:#3a6ad6;
    text-decoration:none;

    word-break:break-all;

}

.print-source a:hover{

    text-decoration:underline;

}

/* PDF page break optimization */

h1, h2, h3 {
    margin-top: 28px;
    margin-bottom: 12px;
    line-height: 1.3;
    page-break-after: avoid;
    break-after: avoid;
}

img {
    page-break-inside: avoid;
    break-inside: avoid;
}

.print-article {
    page-break-inside: avoid;
    break-inside: avoid;
}

/* paragraph pagination control */

p {
    orphans: 3;
    widows: 3;
}