.news-col {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
	margin-bottom: 30px;
}
.news {
    max-width: 277px;
    margin-left: auto;
    margin-right: auto;
}
.news__top {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 23px;
}
.news .label {
    position: absolute;
    top: 18px;
    z-index: 9;
    width: 53px;
    height: 32px;
    background-image: url(/local/templates/pentax2021/img/label.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding-right: 8px;
}
.news .label img {
    height: 20px;
	margin-top: 6px;
}
.news__top-img {
    transition: all .3s;
	max-width: 100%;
    height: auto;
	min-height: 177px;
}
.news-name {
    color: #1b2229;
    font-weight: 800;
    font-size: 18px;
    display: inline-block;
    line-height: 1.25;
    text-decoration: none !important;
    font-family: gilroy,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    height: 44px;
    overflow: hidden;
    text-transform: uppercase;
}
.news-text {
    color: #1b2229;
    font-size: 16px;
    line-height: 1.14;
    font-weight: 300;
    margin-top: 14px;
    margin-bottom: 8px;
    min-height: 120px;
}
.news-bottom {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between !important;
}
.news-bottom .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.news-bottom .news-date {
    color: #1b2229;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}
.news-bottom .news-more {
    color: #6f7071;
    font-size: 14px;
    display: inline-block;
    font-weight: 300;
    padding-right: 23px;
    font-style: italic;
    position: relative;
    text-decoration: none !important;
}
.news-more:after {
    content: "";
    width: 17px;
    height: 8px;
    position: absolute;
    right: 0px;
    top: 3px;
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='9' viewBox='0 0 17 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7929 4.00004L12.1464 1.35359L12.8536 0.646484L16.3536 4.14648L16.7071 4.50004L16.3536 4.85359L12.8536 8.35359L12.1464 7.64648L14.7929 5.00004H0V4.00004H14.7929Z' fill='%236f7071'/%3E%3C/svg%3E%0A");
}


@media (min-width: 400px) {
	.news-col {
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 768px) {
	.news-col {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

@media (min-width: 990px) {
	.news-col {
		flex: 0 0 25%;
		max-width: 25%;
	}
}