@media print {
    .header__update, .header, .footer, .manual__sidebar, .breadcrumbs, .manual__content .btn {
        display: none;
    }
    *,*:before,*:after,*:first-letter,p:first-line,div:first-line,blockquote:first-line,li:first-line {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .manual .article img {
        width: 60rem !important;
    }    
    body {
        zoom: 50%;
    }
}
.soft__interface-item img {
    border-radius: 0px  !important;
}
.activation__instruction-item img {
    border-radius: 24px;
}
.soft__interface-item img:hover {
    -webkit-filter: none;
    filter: none
}
/*.header .lang {
    display:none;
}*/
.popup-features__text p {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.7rem
}
.popup-features__title{
    text-align: center;
    margin-bottom: 20px;
}
.manual .article img {
    width: auto;
}
.main-support__item {
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
}