.big-pb_descr {
    overflow: hidden;
}

.publication-sidebar_item .label, .publication-sidebar_item__descr .label {
    overflow: hidden;
    display: inline-block;
    padding: 8px;
    max-width: 100%;
    margin: -4px -2px 4px -6px;
}

.publication-sidebar_item {
    overflow: hidden;
}

.long-title {
    font-size: 13pt;
}

.owl-stage-outer::after {
    width: 1px;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #F17030;
}

.cust-nav .customPrevBtn {
    left: 1px;
}

img.lazy {
    background: url("data:image/gif;base64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7");
}

@media (max-width: 450px){
    .page-publication_title, .page-news_title {
        font-size: 17px;
    }
}

.table-block {
    display: block;
    overflow: auto;
}

/*.table-block table tr:first-child td {*/
/*    white-space: nowrap;*/
/*}*/

.table-block table tr td {
    white-space: nowrap;
}

.b-title {
    padding-left: 10px;
}

.poll-over {
    color: red;
}

.menu-covid19 a {
    color: red !important;
    font-weight: bold;
}

.language-informer {
    display: inline-block;
    background: #00000021;
    padding: 4px 12px;
    text-shadow: 1px 1px 0px white;
}

.interview-language-widget {
    display: inline-block;
    background: #908a8a87;
    padding: 4px 12px;
    text-shadow: none;
    color: white;
    margin-bottom: 6px;
}
.exclusive_project_fix {
    left: 80px !important;
}

.news-project {
    top: -1px;
    left: 0;
    right: auto !important;
    font-size: 10px;
    padding: 3px 7px !important;
    bottom: auto !important;
}
.project-public {
    background-color: #5bc0de;
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    letter-spacing: 0.35px;
    font-family: "Arial";
}

.publication-item .publication-item_text .label {
    display: inline-block;
    padding-top: 5px;
    border-radius: 0;
}

.project-label-inline {
    font-weight: bold;
    padding: 2px 6px;
    color: white;
    font-family: "Merriweather";
    letter-spacing: 0.35px;
}

.project-font-fix {
    font-size: 8pt;
    vertical-align: middle;
}

#quiz-placeholder {
    border-top: 2px solid #007eff;
    border-bottom: 2px solid #007eff;
    padding-bottom: 20px;
}

.quiz-slide {
    border-top: 2px solid #007eff;
    padding-top: 15px;
    margin-top: 18px;
}
.quiz-slide .an {
    padding: 10px 15px;
    background: #99cc99;
    margin: 5px 0px;
}

.quiz-slide .anw {
    padding: 10px 15px;
    background: #cc9999;
    margin: 5px 0px;
}

.quiz-slide .next-button {
    margin-top: 15px;
}

.quiz-slide .buttons {

}

.quiz-slide .slide-counter {
    text-align: right;
    padding: 29px 10px 0px 0px;
}

.quiz-slide .intro {
    padding: 5px 0px 15px 0px;
}

.quiz_score {
    text-align: center;
    border-top: 2px solid #007eff;
    padding-top: 15px;
    margin-top: 18px;
}

.calculator-block td {
    word-break: break-word;
}

.pay::before {
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f155";
    color: orangered;
}

.pay {

}

.subscription-only {
    border: 1px solid orangered;
    margin: 25px 0px;
    padding: 45px;
    text-align: center;
    background: #fff2ed;
    border-radius: 3px;
}

.subscription-only.success {
    border: 1px solid darkgreen;
    background: #e3ffe3;
}