.pogod {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	max-width: 100vw;
}
.pogod img {
	width: 38px;
	height: 38px;
	display: block;
	margin-right: 5px;
	pointer-events: none;
}
.pogod__tem {
	font-size: 1.8rem;
	line-height: 1;
	margin-right: 10px;
}

.pogod__wea span {
	display: block;
	font-size: 0.79rem;
	color: rgba(0, 0, 0, 0.7);
	white-space: nowrap;
}
