.stpog {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.stpog__temp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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: 2.6rem;
}

.stpog__pw > div,
.stpog__inf > div {
	line-height: 1.2;
	padding: 2px 0;
}
.stpog__pw > div span,
.stpog__inf > div span {
	color: rgba(0, 0, 0, 0.6);
}
.stpog__pw > div::first-letter,
.stpog__inf > div::first-letter {
	text-transform: uppercase;
}

.stpog__pw > div.stpog__description {
	font-size: 1.3rem;
}

.stpog__inf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.stpog__inf > div {
	font-size: 0.93rem;
	white-space: nowrap;
}

.wind-icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	position: relative;
	background: url(../pogoda/icons/arrow_dark.svg) 50% 50% no-repeat;
	background-size: contain;
	opacity: 0.5;
}
.wind-icon.wind-icon_sw {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.wind-icon.wind-icon_w {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.wind-icon.wind-icon_nw {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.wind-icon.wind-icon_n {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.wind-icon.wind-icon_ne {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.wind-icon.wind-icon_e {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.wind-icon.wind-icon_se {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

@media (max-width: 719.98px) {
	.stpog {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.stpog__inf {
		margin-top: 20px;
	}
	.stpog__inf > div {
		text-align: center;
	}
}
@media (min-width: 720px) {
	.stpog__inf {
		padding-left: 30px;
	}
}
.owl-carousel {
	border-top: 3px solid rgba(0, 0, 0, 0.12);
	border-bottom: 3px solid rgba(0, 0, 0, 0.12);
	margin-bottom: 30px;
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: pan-Y;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.owl-carousel .owl-stage::after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	padding: 15px 0;
}
.owl-carousel .owl-item .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 13px 10px;
}
.owl-carousel .owl-item > div span {
	white-space: nowrap;
	display: block;
	font-size: 0.93rem;
}
.owl-carousel .owl-item > div span.hourly_week {
	color: rgba(0, 0, 0, 0.6);
	height: 15px;
	line-height: 15px;
}
.owl-carousel .owl-item > div span.hourly_time {
	color: rgba(0, 0, 0, 0.7);
}
.owl-carousel .owl-item img {
	display: block;
	width: 36px;
	height: 36px;
	min-width: 36px;
}
.owl-carousel .owl-item .hourly_temp {
	font-size: 1.08rem;
	font-weight: 500;
	white-space: nowrap;
}
.owl-carousel .owl-item .hourly_border_left {
	border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.owl-carousel .owl-item:first-child .hourly_border_left {
	border-left: 0;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}
.owl-carousel .owl-nav button,
.owl-carousel button.owl-dot {
	border: 0 none;
	cursor: pointer;
	overflow: hidden;
	text-decoration: none !important;
	background: transparent;
	padding: 0;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 0;
	height: 100%;
	width: 30px;
	color: rgba(0, 0, 0, 0.3);
}
.owl-carousel .owl-nav button.owl-prev.owl-prev,
.owl-carousel .owl-nav button.owl-next.owl-prev {
	left: 0;
	text-align: left;
}
.owl-carousel .owl-nav button.owl-prev.owl-next,
.owl-carousel .owl-nav button.owl-next.owl-next {
	right: 0;
	text-align: right;
}
.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
	cursor: auto;
	opacity: 0.4;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
	font-size: 3.3rem;
	height: 60px;
	line-height: 60px;
	display: block;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

@media (max-width: 575.98px) {
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
		display: none;
	}
}
@media (min-width: 576px) {
	.owl-carousel {
		padding: 0 30px;
	}
}
.forday {
	padding: 10px 15px;
	border-radius: 10px;
	margin-bottom: 10px;
	border: solid 1px rgba(0, 0, 0, 0.12);
	border-top-width: 4px;
	border-bottom-width: 4px;
}

.forday__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 10px;
}
.forday__top > div:not(.forday__data) {
	width: 70px;
	font-size: 0.8rem;
	text-align: center;
	line-height: 1.2;
}
.forday__top > div:nth-child(4) {
	width: 100px;
}

.forday__data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 210px - 100px);
}
.forday__data div:nth-child(1) {
	font-size: 2.1rem;
	line-height: 1.2;
	margin-right: 15px;
}
.forday__data div:nth-child(2) span {
	display: block;
	font-size: 0.9rem;
	line-height: 1.2;
}

.tiday {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.2;
}

.tiday__temp span {
	font-size: 0.9rem;
}

.tiday__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.9rem;
}
.tiday__icon > img {
	width: 46px;
	height: 46px;
	margin-right: 10px;
}

.tiday__pressure,
.tiday__humidity,
.tiday__feelslike,
.tiday__wind {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0.9rem;
}
.tiday__pressure span:first-child,
.tiday__humidity span:first-child,
.tiday__feelslike span:first-child,
.tiday__wind span:first-child {
	font-size: 0.8rem;
	color: rgba(0, 0, 0, 0.7);
}

.forday__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: solid 1px rgba(0, 0, 0, 0.12);
	white-space: nowrap;
	font-size: 0.9rem;
	line-height: 1.3;
	padding: 10px 0 5px;
}

.moon,
.daylength {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 5px;
}

.moon__icons,
.daylength__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.moon__icons img,
.daylength__icons img {
	display: block;
	width: 36px;
}
.moon__icons > div,
.daylength__icons > div {
	margin-left: 5px;
}

.moon__icons > div,
.daylength__icons > div,
.moon__text,
.daylength__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.moon__icons,
.daylength__icons,
.moon__text,
.daylength__text {
	padding: 5px 10px;
}

@media (min-width: 720px) {
	.nodesc {
		display: none;
	}
	.forday__data {
		width: calc(100% - 210px - 100px);
	}
	.tiday {
		padding: 10px 0;
		border-top: solid 1px rgba(0, 0, 0, 0.12);
	}
	.tiday__icon {
		width: calc(100% - 280px - 100px);
	}
	.tiday__temp span {
		color: rgba(0, 0, 0, 0.7);
	}
	.tiday__temp,
	.tiday__pressure,
	.tiday__humidity,
	.tiday__feelslike {
		width: 70px;
	}
	.tiday__wind {
		width: 100px;
	}
	.tiday {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (max-width: 719.98px) {
	.forday__top > div:not(.forday__data) {
		display: none;
	}
	.forday__data {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.tiday {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.tiday div {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.tiday__temp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.tiday__temp span {
		display: block;
		padding: 10px 0 8px;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.03);
		text-align: center;
	}
	.tiday__temp > div {
		font-size: 1.4rem;
		margin-top: 15px;
	}
	.tiday__icon {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.forday__footer {
		margin-top: 15px;
	}
}
