.prognozy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.pr-block {
    height: auto;
    position: relative;
    border-bottom: 1px #f4f4f4 solid;
}
/* Кликабельная карточка прогноза: оверлей на всю карточку */
.pr-card-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    /* прозрачный, без визуального отображения */
    display: block;
}
/* Независимые кликабельные элементы карточки выше оверлея */
.pr-block .pr-teams a,
.pr-block .pr-content .prci-text a,
.pr-block .pr-meta .prm-comments a {
    position: relative;
    z-index: 3;
}
.pr-block.prb-adv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px #f4f4f4 solid;
    margin: 10px 0.5%;
    height: 100%;
}
.pr-block.prb-adv .pr-banner {
    margin: auto;
}
.pr-header {
    border-bottom: 1px #d6d6d6 solid;
    padding: 15px;
    margin-bottom: 0;
}
.prt-item {
    width: 50%;
    float: left;
    position: relative;
}
.prh-date {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
}
.pr-teams {
    text-align: center;
    border-bottom: 1px #d4d4d4 solid;
    overflow: hidden;
    padding-bottom: 40px;
}
.prt-team {
    font-size: 14px;
    width: 100px;
    text-align: center;
    font-weight: 500;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    margin: 0 auto;
}
.prt-item:first-child:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background-color: #efefef;
    right: 0;
}
.prt-team-image-block {
    width: 100px;
    height: 100px;
    position: relative;
    margin: auto;
    text-align: center;
}
.prt-team-image-block img {
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right:0;
    margin: auto;
}
.prt-team img {
	max-width: 100%;
	width: auto !important;
    height: auto;
}
.face .prt-team img {
	border-radius: 50%;
}
.prh-subtitle {
    font-weight: 400;
    font-size: 12px;
    color: #9d9d9d;
}
.pr-content {
    padding: 0 15px;
}
.prc-item {
    padding: 6px 0;
    overflow: hidden;
}
.prci-title {
    color:#c3c3c3;
    font-size: 12px;
    float: left;
    width: 50%;
    font-weight: 300;
}
.prci-text {
    font-size: 12px;
    float: left;
    font-weight: 600;
    white-space: nowrap;
    width: 50%;
}
.prci-text a {
    font-weight: 500;
}
.prci-text .open-target  {
    color:#00e676;
}
.pr-meta {
    margin-top: 10px;
    text-align: right;
    padding: 0 2px;
}
.prm-date, .prm-comments, .prm-views, .prm-comments a {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
}
.prm-comments {
    margin-right: 30px;
}
.prm-date {
    font-weight: 300;
    margin-bottom: 15px;
    float: left;
	opacity: 0.5;
}
.prm-date i::before {
    color:#d6d6d6;
    font-weight: normal;
    font-size: 17px;
    margin-right: 8px;
    position: relative;
    top:3px;
}
.prm-comments i::before, .prm-views i::before {
    font-size: 17px;
    position: relative;
    top: 2px;
    margin-right: 8px;
    color:#00e676;
}
@media screen and (max-width:1400px) {
    .prt-team {
        font-size: 13px;
    }
    .prt-team-image-block {
/*        width: 80px;*/
    }
    .prt-team-image-block {
        margin-bottom: 5px;
    }
}
@media screen and (max-width:1350px) {
    .pr-header {
        padding: 5px 10px;
    }
    .pr-content {
        padding: 0 10px;
    }
}
@media screen and (max-width:1350px) and (min-width:1151px) {
    .prm-date, .prm-comments, .prm-views, .prm-comments a  {
        font-size: 12px;
    }
}
@media screen and (max-width:1150px) {
    .pr-block {
        min-height: 320px;    
    } 
    .pr-meta {
        display: flex;
        flex-direction: row;
        margin-top: 0;
        position: absolute;
        bottom: 2px;
        right: 0;
        left: 0;
        margin: auto 1px;
        /* text-align: left; */
        justify-content: space-between;
        padding: 0 15px;
        border-top: 1px #f7f7f7 dashed;
        background-color: #fefefe;
        height: 20px;
    }
    .prm-comments, .prm-views, .prm-comments a {
        font-size: 12px;
    }
    .prm-comments {
        margin-right: 15px;
    }
    .prm-date {
        display: none;
    }
    .prm-comments i::before, .prm-views i::before {
        font-size: 14px;
    }
}
@media screen and (max-width:950px) {
    .prh-subtitle {
        white-space: nowrap;
    }
}
@media screen and (max-width:950px) and (min-width:451px)  {
    .prt-team-image-block, .prt-team {
        width: 85px;
    }
}
