.weather-cities-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:32px 0 24px}.weather-cities-head h2{margin:0}.city-search{position:relative;width:230px;flex-shrink:0}.city-search__field-wrap{position:relative}.city-search__search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;opacity:.7;pointer-events:none}.city-search__field{width:100%;height:44px;padding:0 14px 0 40px;border:1px solid var(--Colors-Border-ColorBorderDefault);border-radius:4px;background:transparent;color:var(--Colors-Text-ColorTextPrimary);font-size:14px;outline:none;box-sizing:border-box}.city-search__field:focus{border-color:var(--ColorBorderBrand)}.city-search__dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--Colors-Fill-ColorFillPrimary);border-radius:8px;box-shadow:0 8px 24px #00000014;max-height:320px;overflow-y:auto;z-index:30;display:none}.city-search__dropdown.active{display:block}.city-search__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;cursor:pointer;font-size:15px;line-height:20px;color:#222;transition:background .2s ease}.city-search__item:hover,.city-search__item.is-active{background:#f6f6f6}.city-search__item+.city-search__item{border-top:1px solid #F0F0F0}.city-search__item-thumb{width:28px;height:28px;border-radius:50%;flex-shrink:0;-o-object-fit:cover;object-fit:cover;box-shadow:0 1px 6px #0000002e}.city-search__empty{padding:16px 14px;font-size:14px;color:#888}.city-search-open-mobile{display:none;align-items:center;gap:10px;width:100%;height:44px;padding:0 14px;border:1px solid #D9D9D9;border-radius:4px;background:#fff;font-size:16px;color:#4a4a4a;cursor:pointer}.city-search-open-mobile img{width:20px;height:20px;opacity:.7}.city-search-mobile{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:none}.city-search-mobile.active{display:block}.city-search-mobile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000052}.city-search-mobile__sheet{position:absolute;left:0;right:0;bottom:0;background:#fff;border-radius:18px 18px 0 0;min-height:72vh;max-height:88vh;overflow:hidden;transform:translateY(100%);transition:transform .28s ease}.city-search-mobile.active .city-search-mobile__sheet{transform:translateY(0)}.city-search-mobile__handle{width:42px;height:4px;border-radius:999px;background:#cfcfcf;margin:10px auto 12px}.city-search-mobile__inner{padding:0 16px 16px;height:calc(88vh - 30px);display:flex;flex-direction:column}.city-search__field-wrap--mobile{margin-bottom:14px}.city-search-mobile__list{flex:1;overflow-y:auto;padding-bottom:16px}.city-search-mobile__list .city-search__item{padding-left:0;padding-right:0}.weather-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.weather-card{display:grid;grid-template-columns:1fr auto;grid-template-areas:"city icon" "temp icon" "desc desc" "meta meta";border:1px solid var(--Colors-Border-ColorBorderDefault);border-radius:8px;padding:12px 14px 10px;min-height:136px;box-sizing:border-box;transition:box-shadow .2s ease,border-color .2s ease}.weather-card__city{grid-area:city;margin-bottom:4px;padding:10px 0}.weather-card__icon{grid-area:icon;justify-self:end;align-self:start}.weather-card__temp{grid-area:temp;font-size:42px;font-weight:700}.weather-card__desc{grid-area:desc}.weather-card__meta{grid-area:meta}.weather-card:hover{background-color:var(--Colors-Fill-ColorFillTertiary)}.weather-card__city h3{font-size:16px;line-height:20px;font-weight:500;color:var(--Colors-Text-ColorTextPrimary)}.weather-card__city h3 a{color:var(--Colors-Text-ColorTextPrimary)}.weather-card__icon{flex-shrink:0;font-size:20px;line-height:1}.weather-card__icon img{width:40px}.weather-card__temp{font-size:24px;line-height:32px;font-weight:600;color:var(--Colors-Text-ColorTextPrimary);margin-bottom:32px}.weather-card__desc{font-size:14px;line-height:20px;font-weight:400;color:var(--Colors-Text-ColorTextAccent);margin-bottom:8px}.weather-card__meta{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;line-height:16px;color:var(--Colors-Text-ColorTextAccent)}.weather-card__meta span{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.weather-region-section{margin-top:32px}.weather-region-section .weather-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.weather-region-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.weather-region-head h2{margin:0}.region-select{position:relative;width:230px;flex-shrink:0}.region-select__button,.region-select-open-mobile{position:relative;width:100%;height:44px;padding:0 42px 0 14px;border:1px solid #D9D9D9;border-radius:4px;background:#fff;text-align:left;font-size:16px;color:#4a4a4a;cursor:pointer;box-sizing:border-box}.region-select__button:after,.region-select-open-mobile:after{content:"";position:absolute;right:16px;top:50%;width:14px;height:14px;background:url(/img/arrow-down.svg) center/contain no-repeat;transform:translateY(-50%);transition:transform .25s ease}.region-select.active .region-select__button:after{transform:translateY(-50%) rotate(180deg)}.region-select__dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #E2E2E2;border-radius:8px;box-shadow:0 8px 24px #00000014;max-height:320px;overflow-y:auto;z-index:30;display:none}.region-select.active .region-select__dropdown{display:block}.region-select__item{display:block;padding:14px;font-size:15px;line-height:20px;color:#222;text-decoration:none;transition:background .2s ease}.region-select__item:hover{background:#f6f6f6}.region-select__item+.region-select__item{border-top:1px solid #F0F0F0}.region-select-open-mobile{display:none}.region-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:none}.region-sheet.active{display:block}.region-sheet__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000052}.region-sheet__body{position:absolute;left:0;right:0;bottom:0;background:#fff;border-radius:18px 18px 0 0;min-height:72vh;max-height:88vh;overflow:hidden;transform:translateY(100%);transition:transform .28s ease}.region-sheet.active .region-sheet__body{transform:translateY(0)}.region-sheet__handle{width:42px;height:4px;border-radius:999px;background:#cfcfcf;margin:10px auto 12px}.region-sheet__content{padding:0 16px 16px;height:calc(88vh - 30px);display:flex;flex-direction:column}.region-sheet__title{font-size:16px;font-weight:600;color:#111;margin-bottom:14px}.region-sheet__list{overflow-y:auto;flex:1;padding-bottom:16px}.region-sheet__item{display:block;padding:14px 0;color:#222;text-decoration:none;font-size:15px;line-height:20px;border-bottom:1px solid #F0F0F0}.faq{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px;align-items:start}.faq-col{display:flex;flex-direction:column;gap:16px}.faq-question{position:relative;width:100%;padding:14px 16px;border:1px solid var(--Colors-Border-ColorBorderDefault);border-radius:var(--Numbers-Radius-s);text-align:left;cursor:pointer}.faq-question h2{font-size:16px;color:var(--Colors-Text-ColorTextPrimary)}.faq-question:after{content:"";position:absolute;right:16px;top:50%;width:24px;height:24px;background:url(/tengri_new/img/arrow-down-grey.svg) center/contain no-repeat;transform:translateY(-50%);transition:transform .25s ease}.faq-item.active{background:var(--Colors-Fill-ColorFillAccentLight);border-radius:var(--Numbers-Radius-s)}.faq-item.active .faq-question:after{transform:translateY(-50%) rotate(180deg)}.faq-answer{display:none;margin-top:-2px;padding:0 16px 12px;font-weight:400;font-size:14px;line-height:1.5}.faq-item.active .faq-answer{display:block}.map-weather{background:#f9faf9;border:1px solid var(--Colors-Border-ColorBorderDefault);border-radius:12px}.regions-grid{margin-top:24px;-moz-column-count:4;column-count:4;-moz-column-gap:40px;column-gap:40px;width:100%}.regions-grid li a{color:var(--Colors-Text-ColorTextAccent)}.regions-grid h3 a{color:var(--Colors-Text-ColorTextPrimary)}.regions-grid__item{display:inline-block;width:100%;-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:24px}.regions-grid__item h3{font-size:20px;font-weight:700;margin-bottom:12px}.regions-grid__item ul{list-style:none;padding:0;margin:0}.regions-grid__item li{margin-bottom:8px;color:#777}.weather-marker{background:#fff;border-radius:20px;padding:6px 10px;box-shadow:0 4px 10px #00000026;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:6px;position:relative;bottom:3px}.weather-marker img{width:18px;height:18px}.weather-marker:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:#fff transparent transparent transparent}.weather-marker-tail{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff}.leaflet-container{border-radius:12px;border:1px solid var(--Colors-Border-ColorBorderDefault)}.leaflet-top.leaflet-right{top:20px;right:20px}.leaflet-control-zoom{border:none!important;box-shadow:0 8px 24px #00000014!important;border-radius:24px!important;overflow:hidden;background:#f3f3f3!important}.leaflet-control-zoom a{width:52px!important;height:40px!important;line-height:40px!important;font-size:26px!important;font-weight:400;text-align:center;color:#111!important;background:var(--Colors-Fill-ColorFillPrimary)!important;border:none!important;box-shadow:none!important}.leaflet-control-zoom a:hover{background:#f9faf9!important}.leaflet-control-zoom-in{border-bottom:1px solid rgba(0,0,0,.08)!important;border-top-left-radius:24px!important;border-top-right-radius:24px!important}.leaflet-control-zoom-out{border-bottom-left-radius:24px!important;border-bottom-right-radius:24px!important}.leaflet-touch .leaflet-control-zoom a{width:40px!important;height:40px!important;line-height:40px!important}.leaflet-top{top:auto}.leaflet-left{left:auto;right:12px;bottom:12px}.leaflet-control-zoom-out{margin-top:1px}.weather-city-page__top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.weather-tabs{display:flex;gap:8px;flex-wrap:wrap;overflow-x:auto}.weather-tab{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:8px;color:var(--Colors-Text-ColorTextPrimary);text-decoration:none;font-size:12px;line-height:16px;font-weight:600}.weather-tab:hover{background:var(--Colors-Fill-ColorFillTertiary, #F9FAF9)}.weather-tab.active{background:var(--ColorFillBrand);color:var(--Colors-Text-ColorTextInverse)!important}.weather-city-page__main{display:flex;gap:24px;margin-bottom:32px;margin-top:24px}.weather-city-now{width:416px;border-radius:12px;padding:16px}.weather-city-now__label,.content_main_page .weather-city-now__label h2{font-size:14px;color:#ffffff80;font-weight:400;margin-bottom:4px;font-family:Inter}.weather-city-now__label{display:flex;align-items:center;gap:4px}.weather-city-now__label h2,.content_main_page .weather-city-now__label h2{margin:0}.weather-city-now__content{display:flex;justify-content:space-between;gap:16px}.weather-city-now__temp{font-size:56px;line-height:1;font-weight:700;color:var(--Colors-Text-ColorTextPrimary);margin-bottom:24px}.weather-city-now__desc{font-size:20px;line-height:1.2;font-weight:600;color:var(--Colors-Text-ColorTextPrimary);margin-bottom:12px}.weather-city-now__feels{font-size:14px;color:var(--Colors-Text-ColorTextPrimary)}.weather-city-now__icon{padding:16px}.weather-city-now__icon img{width:76px}.weather-info__top{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.weather-info__bottom{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px}.weather-city-info-grid__item{display:flex;flex-direction:column;align-items:center;background:var(--Colors-Fill-ColorFillTertiary);border-radius:8px;padding:13px}.weather-city-info-grid__item img{width:20px}.weather-city-info-grid__title,.weather-city-info-grid__title h3{font-size:16px;color:var(--Colors-Text-ColorTextSecondary);margin-top:4px;font-weight:400}.weather-city-info-grid__value{font-size:16px;line-height:1.2;font-weight:500;color:var(--Colors-Text-ColorTextPrimary);margin-top:4px;text-align:center}.weather-hourly{margin-bottom:32px}.weather-hourly__list{display:flex;overflow-x:auto;margin-top:16px}.weather-hourly__item{text-align:center;margin-left:32px}.has-divider{padding-right:32px;border-right:1px solid var(--Colors-Border-ColorBorderDefault)}.weather-hourly__time{font-size:14px;color:#777;margin-bottom:8px}.weather-hourly__temp{margin-top:8px;font-size:18px;font-weight:600;color:var(--Colors-Text-ColorTextPrimary)}.weather-ten-days a{color:var(--Colors-Text-ColorTextPrimary)}.weather-ten-days ul{margin:0;padding:0}.weather-carousel--ten-days{display:flex;gap:0;overflow-x:auto}.weather-carousel--ten-days img{width:40px;height:40px}.weather-ten-days .weather-carousel{justify-content:space-between}.weather-carousel--ten-days li{text-align:center;list-style:none;padding:0 16px}.weather-carousel--ten-days li:last-child{border-right:none}.weather-carousel--ten-days span,.weather-days-strip__weekday{display:block;color:var(--Colors-Text-ColorTextPrimary);font-weight:500;font-size:16px;margin-bottom:8px}.weather-carousel--ten-days small{display:block;color:#999;margin-bottom:8px}.weather-carousel--ten-days b{display:block;margin-top:8px;font-size:18px;color:var(--Colors-Text-ColorTextPrimary)}.weather-daily-detail h2{margin-bottom:24px;font-size:18px;line-height:1.2;font-weight:700;color:#000}.weather-daily-detail__day{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e5e5e5}.weather-daily-detail__day:last-child{border-bottom:none}.weather-daily-detail__table{display:grid;grid-template-columns:90px 1fr 110px 120px 100px 120px;-moz-column-gap:18px;column-gap:18px}.weather-daily-detail__title-row{grid-column:1/-1;display:grid;grid-template-columns:90px 1fr 110px 120px 100px 120px;-moz-column-gap:18px;column-gap:18px;align-items:end;padding-bottom:10px}.weather-daily-detail__title{grid-column:1/3;font-size:20px;line-height:1.2;font-weight:600;color:var(--Colors-Text-ColorTextPrimary)}.weather-daily-detail__title a{color:var(--Colors-Text-ColorTextPrimary)}.weather-daily-detail__title.is-red{color:#ef3b2d}.weather-daily-detail__col-label{font-size:14px;font-weight:400;text-align:center;color:var(--Colors-Text-ColorTextSecondary)}.weather-daily-detail__row{grid-column:1/-1;display:grid;grid-template-columns:100px 1fr 110px 120px 100px 120px;-moz-column-gap:18px;column-gap:18px;align-items:center;min-height:46px}.weather-daily-detail__row:last-child{border-bottom:none}.weather-daily-detail__time{font-size:14px;color:var(--Colors-Text-ColorTextSecondary)}.weather-daily-detail__weather{display:flex;align-items:center;gap:8px;min-width:0}.weather-daily-detail__temp{min-width:40px;font-size:18px;line-height:1;font-weight:700;color:var(--Colors-Text-ColorTextPrimary)}.weather-daily-detail__weather img{width:44px;height:44px;flex-shrink:0}.weather-daily-detail__desc{font-size:14px;font-weight:400;color:var(--Colors-Text-ColorTextSecondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.weather-daily-detail__cell{font-size:18px;line-height:1.2;font-weight:600;color:var(--Colors-Text-ColorTextPrimary);text-align:center}.weather-map{height:500px}.weather-interval-page{background:var(--Colors-Fill-ColorFillPrimary);border-radius:12px}.weather-interval-page__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.weather-interval-page__brand{width:110px;height:auto}.weather-days-strip{display:flex;justify-content:space-between;align-items:stretch;margin-top:24px}.weather-days-strip__item{border:1px solid transparent;border-radius:8px;padding:8px 16px;text-align:center;cursor:pointer}.weather-days-strip__item:hover{border-color:var(--ColorBorderBrand)}.weather-days-strip__weekday{font-size:16px;line-height:1.2;font-weight:600;color:var("--ColorTextPrimary");margin-bottom:6px}.weather-days-strip__weekday.is-red{color:#ef3b2d}.weather-days-strip__date{font-size:14px;font-weight:400;color:var(--Colors-Text-ColorTextSecondary);margin-bottom:8px}.weather-days-strip__icon{margin-bottom:8px}.weather-days-strip__icon img{width:28px;height:28px}.weather-days-strip__temp{font-size:28px;line-height:1;font-weight:700;color:#111}.weather-days-strip__icon img{width:36px}.weather-city-now{background-size:cover;background-position:center;background-repeat:no-repeat}.weather-city-now--cloudy.is-day{background-image:linear-gradient(80deg,#d1e2fbe6,#e9f2ff66),url(/build/assets/cloudy-C-PFtOUV.svg)}.weather-city-now--cloudy.is-night{background-image:linear-gradient(80deg,#6380b2e6,#1a405a66),url(/build/assets/cloudy-night-Cw-uEHfm.svg)}.weather-city-now--cloudy.is-night .weather-city-now__temp,.weather-city-now--cloudy.is-night .weather-city-now__desc{color:#fff}.weather-city-now--cloudy.is-night .weather-city-now__label,.weather-city-now--cloudy.is-night .weather-city-now__feels{color:#ffffff80}.weather-city-now--clear.is-day{background:#fff4d4;background:linear-gradient(180deg,#fff4d4 21%,#fce39d)}.weather-city-now--clear.is-night{background:linear-gradient(135deg,#183471,#0c1b3f)}.weather-city-now--clear.is-night .weather-city-now__temp,.weather-city-now--clear.is-night .weather-city-now__desc{color:#fff}.weather-city-now--clear.is-night .weather-city-now__label,.weather-city-now--clear.is-night .weather-city-now__feels{color:#ffffff80}.weather-city-now--rain.is-day{background-image:linear-gradient(80deg,#948fc6e6,#4a448c66),url(/build/assets/rain-DMqS9DbL.svg)}.weather-city-now--rain.is-day .weather-city-now__temp,.weather-city-now--rain.is-day .weather-city-now__desc{color:#fff}.weather-city-now--rain.is-day .weather-city-now__label,.weather-city-now--rain.is-day .weather-city-now__feels{color:#ffffff80}.weather-city-now--rain.is-night{background-image:linear-gradient(80deg,#223043b3 100%,#8491a166 21%),url(/build/assets/rain-DMqS9DbL.svg)}.weather-city-now--rain.is-night .weather-city-now__temp,.weather-city-now--rain.is-night .weather-city-now__desc{color:#fff}.weather-city-now--rain.is-night .weather-city-now__label,.weather-city-now--rain.is-night .weather-city-now__feels{color:#ffffff80}.weather-city-now--snow.is-day{background-image:linear-gradient(80deg,#2480c8e6,#1871b366),url(/build/assets/sleet-mjgtie5k.svg)}.weather-city-now--snow.is-day .weather-city-now__temp,.weather-city-now--snow.is-day .weather-city-now__desc{color:#fff}.weather-city-now--snow.is-day .weather-city-now__label,.weather-city-now--snow.is-day .weather-city-now__feels{color:#ffffff80}.weather-city-now--snow.is-night{background-image:linear-gradient(80deg,#234a8db3 100%,#13294e66 21%),url(/build/assets/sleet-mjgtie5k.svg)}.weather-city-now--snow.is-night .weather-city-now__temp,.weather-city-now--snow.is-night .weather-city-now__desc{color:#fff}.weather-city-now--snow.is-night .weather-city-now__label,.weather-city-now--snow.is-night .weather-city-now__feels{color:#ffffff80}.weather-city-now--sleet.is-day{background-image:linear-gradient(80deg,#637685e6 100%,#4e748f66 21%),url(/build/assets/sleet-mjgtie5k.svg)}.weather-city-now--sleet.is-day .weather-city-now__temp,.weather-city-now--sleet.is-day .weather-city-now__desc{color:#fff}.weather-city-now--sleet.is-day .weather-city-now__label,.weather-city-now--sleet.is-day .weather-city-now__feels{color:#ffffff80}.weather-city-now--sleet.is-night{background-image:linear-gradient(80deg,#425771b3 100%,#22304366 21%),url(/build/assets/sleet-mjgtie5k.svg)}.weather-city-now--sleet.is-night .weather-city-now__temp,.weather-city-now--sleet.is-night .weather-city-now__desc{color:#fff}.weather-city-now--sleet.is-night .weather-city-now__label,.weather-city-now--sleet.is-night .weather-city-now__feels{color:#ffffff80}.weather-city-now--hail.is-day{background-image:linear-gradient(80deg,#637685e6 100%,#4e748f66 21%),url(/build/assets/hail-Dee20rAd.svg)}.weather-city-now--hail.is-day .weather-city-now__temp,.weather-city-now--hail.is-day .weather-city-now__desc{color:#fff}.weather-city-now--hail.is-day .weather-city-now__label,.weather-city-now--hail.is-day .weather-city-now__feels{color:#ffffff80}.weather-city-now--hail.is-night{background-image:linear-gradient(80deg,#425771b3 100%,#22304366 21%),url(/build/assets/hail-Dee20rAd.svg)}.weather-city-now--hail.is-night .weather-city-now__temp,.weather-city-now--hail.is-night .weather-city-now__desc{color:#fff}.weather-city-now--hail.is-night .weather-city-now__label,.weather-city-now--hail.is-night .weather-city-now__feels{color:#ffffff80}.weather-city-now--thunder.is-day{background-image:linear-gradient(20deg,#4e748f 21%,#63768580),url(/build/assets/thunder-CdkcwdqI.svg)}.weather-city-now--thunder.is-day .weather-city-now__temp,.weather-city-now--thunder.is-day .weather-city-now__desc{color:#fff}.weather-city-now--thunder.is-day .weather-city-now__label,.weather-city-now--thunder.is-day .weather-city-now__feels{color:#ffffff80}.weather-city-now--thunder.is-night{background-image:linear-gradient(80deg,#425771b3 100%,#22304366 21%),url(/build/assets/thunder-CdkcwdqI.svg)}.weather-city-now--thunder.is-night .weather-city-now__temp,.weather-city-now--thunder.is-night .weather-city-now__desc{color:#fff}.weather-city-now--thunder.is-night .weather-city-now__label,.weather-city-now--thunder.is-night .weather-city-now__feels{color:#ffffff80}.weather-city-now--cloudy.is-day{background-image:linear-gradient(20deg,#4e748f 21%,#63768580),url(/build/assets/thunder-hail-v3zuhxLC.svg)}.weather-city-now--cloudy.is-day .weather-city-now__temp,.weather-city-now--cloudy.is-day .weather-city-now__desc{color:#fff}.weather-city-now--cloudy.is-day .weather-city-now__label,.weather-city-now--cloudy.is-day .weather-city-now__feels{color:#ffffff80}.weather-city-now--thunder-hail.is-night{background-image:linear-gradient(80deg,#425771b3 100%,#22304366 21%),url(/build/assets/thunder-hail-v3zuhxLC.svg)}.weather-city-now--thunder-hail.is-night{background-image:linear-gradient(80deg,#425771b3 100%,#22304366 21%),url(/build/assets/hail-Dee20rAd.svg),url(/build/assets/thunder-CdkcwdqI.svg)}.weather-city-now--thunder-hail.is-night .weather-city-now__temp,.weather-city-now--thunder-hail.is-night .weather-city-now__desc{color:#fff}.weather-city-now--thunder-hail.is-night .weather-city-now__label,.weather-city-now--thunder-hail.is-night .weather-city-now__feels{color:#ffffff80}.yandex-logo{float:right;margin-top:2px}@media (max-width: 640px){.weather-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.weather-cities-head{display:block}.city-search--desktop{display:none}.city-search-open-mobile{display:flex;margin-top:14px}.weather-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.weather-card{grid-template-columns:32px 1fr auto;grid-template-areas:"icon city temp" "desc desc desc" "meta meta meta";align-items:center;min-height:128px;padding:12px}.weather-card__city{grid-area:city;margin-left:8px;margin-bottom:0}.weather-card__icon{grid-area:icon;justify-self:start;align-self:center}.weather-card__temp{grid-area:temp;justify-self:end;font-size:32px}.weather-card__desc{grid-area:desc;margin-top:12px}.weather-card__meta{grid-area:meta}.weather-card__icon img{width:32px;height:32px;display:block}.weather-card__temp{font-size:24px;margin-bottom:0}.city-search-mobile{display:none!important}.weather-grid{grid-template-columns:1fr}.weather-region-head{display:block}.region-select--desktop{display:none}.region-select-open-mobile{display:block;margin-top:14px}.region-sheet{display:none!important}.weather-daily-detail__table,.weather-daily-detail__title-row,.weather-daily-detail__row{grid-template-columns:70px 1fr 95px 100px 80px 95px;grid-template-columns:72px 1fr 64px;-moz-column-gap:10px;column-gap:10px}.weather-daily-detail__title{grid-column:1/-1;font-size:18px;padding-bottom:8px}.weather-daily-detail__col-label,.weather-daily-detail__cell--feels,.weather-daily-detail__cell--humidity,.weather-daily-detail__cell--pressure{display:none}.weather-daily-detail__row{min-height:42px}.weather-daily-detail__temp{min-width:24px;font-weight:500}.weather-daily-detail__weather{justify-content:center;gap:4px}.weather-daily-detail__weather img{width:32px;height:32px}.weather-daily-detail__cell--wind{justify-content:flex-end;font-size:14px}.weather-daily-detail__wind-dir{font-size:11px}.weather-info__top{grid-template-columns:repeat(3,minmax(0,1fr))}.weather-info__bottom{grid-template-columns:repeat(2,minmax(0,1fr))}.weather-city-page__top{flex-direction:column;align-items:flex-start}.weather-city-now__temp{font-size:44px;margin-bottom:12px}.weather-city-now__desc{font-size:18px}.weather-city-page__main{flex-direction:column;gap:16px;margin-top:16px}.weather-city-now{width:auto}.weather-region-section .weather-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.regions-grid{-moz-column-count:1;column-count:1}.faq{grid-template-columns:1fr}.weather-tabs{margin:16px 16px 0;flex-wrap:nowrap}.weather-tabs a{white-space:nowrap}.weather-interval-page__brand{display:none}.weather-days-strip{display:flex;overflow-x:auto;gap:8px;padding-bottom:4px;margin-left:16px}.weather-days-strip__item{flex:0 0 auto;padding:8px 12px;gap:16px}.weather-map{height:328px!important}.weather-daily-detail__time{font-size:12px}.weather-daily-detail__desc{display:none}.weather-city-now__label,.weather-city-now__feels,.weather-city-info-grid__title,.weather-hourly__time,.weather-days-strip__date,.weather-carousel--ten-days small{font-size:12px;font-weight:400}.weather-hourly__temp{font-size:16px}.weather-city-info-grid__value,.weather-days-strip__weekday,.weather-daily-detail__temp{font-size:14px}.weather-city-now__icon{padding:0}.weather-city-now__icon img{width:76px}.content_main_page .weather-city-page h2{font-size:20px}}
