.stpog {
    max-width: 600px;
    margin: 0 auto 30px auto;
    padding: 20px 25px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    width: 100%;
}
.stpog:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}
.stpog__temp {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.stpog__cels {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}
.stpog__temp img {
    width: 60px;
    height: 60px;
    filter: brightness(0) invert(1);
    display: block;
    flex-shrink: 0;
}
.stpog__pw {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}
.stpog__description {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stpog__pw div:last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: 0.95rem;
}
.stpog__pw div:last-child span {
    opacity: 0.9;
    white-space: nowrap;
}
.stpog__inf {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.95rem;
    background: rgba(255, 255, 255, 0.2);
    padding: 12px 18px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    flex-shrink: 0;
}
.stpog__inf > div {
    white-space: nowrap;
}
.stpog__inf > div span {
    opacity: 0.9;
    font-weight: 500;
}
.stpog__inf > div::first-letter {
    text-transform: uppercase;
}
.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;
    font-style: normal;
}
.wind-icon_sw { transform: rotate(45deg); }
.wind-icon_w { transform: rotate(90deg); }
.wind-icon_nw { transform: rotate(135deg); }
.wind-icon_n { transform: rotate(180deg); }
.wind-icon_ne { transform: rotate(225deg); }
.wind-icon_e { transform: rotate(270deg); }
.wind-icon_se { transform: rotate(315deg); }
.weather-seo-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}
@media (max-width: 768px) {
    .stpog {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
        margin: 0 10px 20px 10px;
        width: calc(100% - 20px);
    }    
    .stpog__temp {
        width: 100%;
        justify-content: space-between;
        gap: 8px;
    }    
    .stpog__cels {
        font-size: 2.8rem;
    }    
    .stpog__temp img {
        width: 50px;
        height: 50px;
    }    
    .stpog__pw {
        flex: 1;
        min-width: 0;
    }    
    .stpog__description {
        font-size: 1rem;
        margin-bottom: 2px;
    }    
    .stpog__pw div:last-child {
        font-size: 0.85rem;
        flex-wrap: wrap;
    }    
    .stpog__pw div:last-child span {
        white-space: normal;
    }    
    .stpog__inf {
        width: 100%;
        padding: 10px 12px;
        box-sizing: border-box;
    }    
    .stpog__inf > div {
        font-size: 0.9rem;
        white-space: normal;
        word-break: break-word;
    }
}
.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;
	}
}