.stpog {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.stpog__temp {
	display: flex;
	align-items: center;
	justify-content: center;
}
.stpog__temp img {
	width: 64px;
	height: 64px;
	margin: 0 15px 0 10px;
	display: block;
}

.stpog__cels {
	line-height: 1;
	font-weight: 500;
	font-size: 40px;
}

.stpog__pw > div,
.stpog__inf > div {
	line-height: 1.4;
}
.stpog__pw > div span,
.stpog__inf > div span.now-inf-span {
	color: rgba(0, 0, 0, 0.6);
}
.stpog__pw > div::first-letter,
.stpog__inf > div::first-letter {
	text-transform: uppercase;
}

.stpog__pw > div {
	font-size: 17px;
}
.stpog__pw > div.stpog__description {
	font-size: 18px;
}

.stpog__inf {
	display: flex;
	flex-direction: column;
}
.stpog__inf > div {
	font-size: 13px;
	white-space: nowrap;
}
.wind-icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0;
	position: relative;
	top: 1px;
	background: url(../pogoda/icons/arrow_dark.svg) 50% 50% no-repeat;
	background-size: contain;
	opacity: 0.5;
}
.wind-icon.wind-icon_sw {
	transform: rotate(45deg);
}
.wind-icon.wind-icon_w {
	transform: rotate(90deg);
}
.wind-icon.wind-icon_nw {
	transform: rotate(135deg);
}
.wind-icon.wind-icon_n {
	transform: rotate(180deg);
}
.wind-icon.wind-icon_ne {
	transform: rotate(225deg);
}
.wind-icon.wind-icon_e {
	transform: rotate(270deg);
}
.wind-icon.wind-icon_se {
	transform: rotate(315deg);
}
@media (max-width: 719.98px) {
	.stpog {
		flex-direction: column;
	}
	.stpog__inf {
		margin-top: 20px;
	}
	.stpog__inf > div {
		text-align: center;
	}
}
@media (min-width: 720px) {
	.stpog__inf {
		padding-left: 30px;
	}
}

.red {
	color: red;
}
.list-box {
	padding: 10px 20px;
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}
.list-day {
	display: flex;
	align-items: center;
	padding: 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.list-day__j {
	font-size: 36px;
	line-height: 1.3;
	width: 60px;
}
.list-day__nw {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.list-day__nw span {
	font-size: 13px;
	line-height: 1.3;
}
.list-day_inf {
	flex-direction: column;
	justify-content: center;
	width: calc((100% - 60px - 220px) / 4);
	text-align: center;
	font-size: 12px;
	line-height: 1.3;
	color: rgba(0, 0, 0, 0.6);
}
.list {
	display: flex;
	align-items: center;
	margin: 0;
}
.list__time {
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1.3;
}
.list__temp {
	font-size: 18px;
	line-height: 1.3;
	width: 70px;
}
.list__icon {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.3;
}
.list__icon img {
	display: block;
	width: 46px;
	height: 46px;
	margin-right: 10px;
}
.list__inf {
	font-size: 15px;
	line-height: 1.3;
}
.list__inf span {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 720px) {
	.list {
		padding: 5px 0;
	}
	.list .list__no-des {
		display: none;
	}
	.list-day__nw {
		width: 220px;
	}
	.list-day_inf {
		display: flex;
	}
	.list__icon {
		width: 210px;
	}
	.list__inf {
		text-align: center;
		width: calc((100% - 70px - 210px) / 4);
	}
}
@media (max-width: 719.98px) {
	.list-day__nw {
		width: calc(100% - 60px);
	}
	.list-day_inf {
		display: none;
	}
	.list {
		flex-wrap: wrap;
		padding: 15px 0 22px;
	}
	.list:not(:last-child) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}
	.list__icon {
		width: calc(100% - 70px);
	}
	.list__inf {
		width: 50%;
		margin-top: 15px;
	}
}
