.rating {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b9b9b9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 10px;
    font-size: 12px;
    margin: 0;
    min-width: 55px;
    text-decoration: none;
}

.rating {
    -webkit-justify-content: start;
    -ms-flex-pack: center;
    justify-content: start;
    margin: 0 0 20px -4px;
    align-items: start;
}

.rating_kred {
    margin-bottom: 17px;
    margin-top: -20px;
}

.rating__stars-wrap {
    display: flex;
    align-items: center;
}
.credits__terms a {
    font-size: 13px;
    /* font-weight: 100; */
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
@media (max-width: 601px) {
    .rating__stars-wrap {
        margin-top: 20px;
    }
}

.rating__stars {
    background: url(../images/ico/star.svg) repeat-x 0 0;
    background-size: 10px;
    display: block;
    height: 10px;
    margin: 5px 5px 5px 0;
    position: relative;
    width: 50px;
    flex-grow: 0}

.rating__stars_gold {
    background-image: url(../images/ico/star_gold.svg);
    content: '';
    position: absolute;
    top: -5px;
    left: 0px; }
.rating__stars-rate {
    font-size: 0.75em;
}
.rating .rating__hint {
    background: #fff;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    color: #b9b9b9;
    display: none;
    left: 100%;
    padding: 10px;
    position: absolute;
    top: 15px;
    white-space: nowrap;
}
.map__address:hover {
    color: #000;
}
.order__promotext {
    width: 100%;
    padding: 0 0 20px 0px;
    min-height: 16px;
}
.mfp-close-btn-in .mfp-close {
    color:#000 !important;
    position: absolute;
    top: 0;
    right: 0;
}

td.padd {
    padding-right: 5px;padding-bottom: 15px;
}

.kr-table {
    display:table;
}
.kr-tr {
    display:table-row;
}
.kr-td {
    display:table-cell;
}
.th-mal-tab {
    width:100%;
}
.th-mal-tab th{
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
}
.th-mal-tab td{
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
}
/* by ZveRN */
.th-mal-tab .kr-td{
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
}
.th-mal1 {color: #000000;}
.th-mal2 {color: #3cb906;}
.th-mal3 {color: #337ed6;}
.th-mal4 {color: #999;}
.th-mal5 {color: #999;}
.th-mal5 a{color: #0099DE;}
.clickable:hover td {
    cursor: pointer;
    border-top: 2px solid #b6c2cc;
    border-bottom: 2px solid #b6c2cc;
}

.newsCard__img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 3px;
    height: 150px;
    margin: 10px;
    width: 250px;
}

.newsCard__header {
    margin: 0;
    margin-top: 5px;
    width: 100%;
}
.newsCard__headerLink {
    color: #000;
}
.newsCard__text {
    text-align: justify;
    margin-bottom: 0;
    width: 100%;
    word-wrap: break-word;
}
.newsCard__sign {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 10pt;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 12pt;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.newsCard__date {
    color: #90909f;
    margin: 0;
    margin-right: 20px;
    margin-top: 10px;
}
.news__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.news-item {
    height:unset;
    margin: 20px 0 0;
}
.news__date {
    color: #90909f;
    font-size: 10pt;
}