.daily-temperature{margin-bottom:32px;margin-top:32px;font-family:"Montserrat",sans-serif}@media(min-width: 960px){.daily-temperature{margin-bottom:48px}}@media(min-width: 960px){.daily-temperature{margin-top:48px}}.daily-temperature__header{font-family:"Montserrat",sans-serif;font-size:var(--font-size-h5, 18px);line-height:var(--line-height-h5, 1.2);font-weight:bold;text-align:center;margin-bottom:16px}.daily-temperature__header a,.daily-temperature__header a:link,.daily-temperature__header a:visited,.daily-temperature__header a:focus{color:#000;text-decoration-color:currentColor}.daily-temperature__header a:focus-visible,.daily-temperature__header a:hover,.daily-temperature__header a:active,.daily-temperature__header a:focus-visible:visited,.daily-temperature__header a:hover:visited,.daily-temperature__header a:active:visited{color:var(--hover-color, var(--Controls-Primary-Hover))}.daily-temperature__list{margin:0;padding:0;list-style-type:none;display:flex;flex-direction:column;gap:8px}@media(min-width: 850px)and (max-width: 959px),(min-width: 1080px)and (max-width: 1199px),(min-width: 1440px){.daily-temperature__list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:10px}}.daily-temperature__item{display:grid;grid-template-columns:1fr minmax(min-content, 100px) minmax(min-content, 100px);align-items:center;gap:4px;padding:12px 16px;margin:0;border-radius:12px;background:var(--color-gray-07, var(--Background-Secondary))}@media(min-width: 850px)and (max-width: 959px),(min-width: 1080px)and (max-width: 1199px),(min-width: 1440px){.daily-temperature__item{grid-template-areas:"daily-temperature-date daily-temperature-date" "daily-temperature-temperature daily-temperature-icon";gap:14px 4px}}@media(min-width: 850px)and (max-width: 959px),(min-width: 1080px)and (max-width: 1199px),(min-width: 1440px){.daily-temperature__time{grid-area:daily-temperature-date}}.daily-temperature__date{font-size:var(--font-size-h5, 18px);line-height:var(--line-height-h5, 1.2);font-weight:700;color:#000;white-space:nowrap}@media(min-width: 850px)and (max-width: 959px),(min-width: 1080px)and (max-width: 1199px),(min-width: 1440px){.daily-temperature__item:first-of-type .daily-temperature__date{font-size:0}.daily-temperature__item:first-of-type .daily-temperature__date::before{content:"Сегодня";font-size:var(--font-size-h5, 18px)}}.daily-temperature__day{font-family:"Montserrat",sans-serif;font-size:var(--font-size-m, 14px);line-height:var(--line-height-s, 1.2);font-weight:500}@media(min-width: 850px)and (max-width: 959px),(min-width: 1080px)and (max-width: 1199px),(min-width: 1440px){.daily-temperature__day{font-size:var(--font-size-l, 16px)}}.daily-temperature__temperature{display:flex;flex-wrap:wrap;align-items:center;gap:4px}@media(min-width: 850px)and (max-width: 959px),(min-width: 1080px)and (max-width: 1199px),(min-width: 1440px){.daily-temperature__temperature{grid-area:daily-temperature-temperature;flex-direction:column;align-items:start;gap:0}}.daily-temperature__temperature-day{color:var(--color-gray-03, var(--Text-Primary));font-size:24px;line-height:var(--line-height-s, 1.2);font-weight:700}.daily-temperature__temperature-night{color:var(--color-gray-04, var(--Text-Secondary));font-size:var(--font-size-h5, 18px);line-height:var(--line-height-s, 1.2);font-weight:700}@media(min-width: 850px)and (max-width: 959px),(min-width: 1080px)and (max-width: 1199px),(min-width: 1440px){.daily-temperature__icon-wrapper{grid-area:daily-temperature-icon}}.daily-temperature__icon{display:block;width:48px;height:48px}@media(min-width: 850px)and (max-width: 959px),(min-width: 1080px)and (max-width: 1199px),(min-width: 1440px){.daily-temperature__icon{width:64px;height:64px}}.daily-temperature__link{color:var(--color-gray-01, var(--Text-Primary));font-size:var(--font-size-l, 16px);font-weight:500;margin:0}@media(min-width: 850px)and (max-width: 959px),(min-width: 1080px)and (max-width: 1199px),(min-width: 1440px){.daily-temperature__link{border-radius:12px;border:1px solid var(--color-gray-05, var(--Background-Secondary));background:var(--color-gray-08, #fff);padding:12px 16px}}.daily-temperature__link a,.daily-temperature__link a:link,.daily-temperature__link a:visited,.daily-temperature__link a:focus{color:var(--color-gray-01, var(--Text-Primary));text-decoration-color:currentColor}.daily-temperature__link a:focus-visible,.daily-temperature__link a:hover,.daily-temperature__link a:active,.daily-temperature__link a:focus-visible:visited,.daily-temperature__link a:hover:visited,.daily-temperature__link a:active:visited{color:var(--hover-colorvar, --Controls-Primary-Hover)}@media(min-width: 850px)and (max-width: 959px),(min-width: 1080px)and (max-width: 1199px),(min-width: 1440px){.daily-temperature__link-grid-1{display:none}}.daily-temperature__link-grid-2{display:none}@media(min-width: 850px)and (max-width: 959px),(min-width: 1080px)and (max-width: 1199px),(min-width: 1440px){.daily-temperature__link-grid-2{display:flex;flex-direction:column;justify-content:space-between;height:100%}}.year-temperature{font-family:"Montserrat",sans-serif;margin-bottom:32px;margin-top:32px}@media(min-width: 960px){.year-temperature{margin-bottom:48px}}@media(min-width: 960px){.year-temperature{margin-top:48px}}.year-temperature__header{font-family:"Montserrat",sans-serif;font-size:var(--font-size-h5, 18px);line-height:var(--line-height-h5, 1.2);font-weight:bold}.year-temperature__list{margin:0;padding:0;list-style-type:none;display:grid;grid-template-columns:repeat(3, auto);width:100%}@media(min-width: 800px)and (max-width: 1199px),(min-width: 1440px){.year-temperature__list{grid-template-columns:repeat(12, auto)}}.year-temperature__list.is-water{grid-template-columns:repeat(4, auto)}@media(min-width: 800px)and (max-width: 1199px),(min-width: 1440px){.year-temperature__list.is-water{grid-template-columns:repeat(12, auto)}}.year-temperature__winter,.year-temperature__spring,.year-temperature__summer,.year-temperature__autumn{display:contents;font-size:var(--font-size-l, 16px);line-height:38px;font-weight:500}@media(min-width: 800px)and (max-width: 1199px),(min-width: 1440px){.year-temperature__winter,.year-temperature__spring,.year-temperature__summer,.year-temperature__autumn{display:grid;grid-template-rows:repeat(4, 38px)}}.year-temperature__list li:nth-child(2) .year-temperature__month-name,.year-temperature__list li:nth-child(5) .year-temperature__month-name,.year-temperature__list li:nth-child(8) .year-temperature__month-name,.year-temperature__list li:nth-child(11) .year-temperature__month-name{border-bottom:1px solid var(--color-gray-05, var(--Background-Stroke))}@media(min-width: 800px)and (max-width: 1199px),(min-width: 1440px){.year-temperature__list li:nth-child(2) .year-temperature__month-name,.year-temperature__list li:nth-child(5) .year-temperature__month-name,.year-temperature__list li:nth-child(8) .year-temperature__month-name,.year-temperature__list li:nth-child(11) .year-temperature__month-name{border-bottom:3px solid var(--border-color)}}.year-temperature__list li:nth-child(2) div:not(.year-temperature__month-name),.year-temperature__list li:nth-child(5) div:not(.year-temperature__month-name),.year-temperature__list li:nth-child(8) div:not(.year-temperature__month-name),.year-temperature__list li:nth-child(11) div:not(.year-temperature__month-name){border-bottom:1px solid var(--color-gray-05, var(--Background-Stroke))}@media(min-width: 800px)and (max-width: 1199px),(min-width: 1440px){.year-temperature__list li:nth-child(2) div:not(.year-temperature__month-name),.year-temperature__list li:nth-child(5) div:not(.year-temperature__month-name),.year-temperature__list li:nth-child(8) div:not(.year-temperature__month-name),.year-temperature__list li:nth-child(11) div:not(.year-temperature__month-name){border-bottom:0;border-right:1px solid var(--color-gray-05, var(--Background-Stroke))}}.year-temperature__winter{--border-color: var(--color-blue-05, #83adff)}.year-temperature__spring{--border-color: var(--color-green-02, #2add73)}.year-temperature__summer{--border-color: var(--color-fucsia-05, #f35b8b)}.year-temperature__autumn{--border-color: var(--color-yellow-02, #f8d215)}.year-temperature__month-name,.year-temperature__month-day,.year-temperature__month-night,.year-temperature__month-water{padding:0 16px}@media(max-width: 399px){.year-temperature__month-name,.year-temperature__month-day,.year-temperature__month-night,.year-temperature__month-water{padding:0 8px}}@media(min-width: 800px)and (max-width: 1199px),(min-width: 1440px){.year-temperature__month-name,.year-temperature__month-day,.year-temperature__month-night,.year-temperature__month-water{padding:0 8px}}.year-temperature__month-name{border-left:3px solid var(--border-color)}@media(min-width: 800px)and (max-width: 1199px),(min-width: 1440px){.year-temperature__month-name{font-weight:700;border-left:0;border-bottom:3px solid var(--border-color)}.year-temperature__month-name span{display:none}}.year-temperature__month-day{text-align:right}.year-temperature__month-night{background:var(--color-gray-06, var(--Background-Secondary));text-align:right}.year-temperature__month-water{background:var(--color-blue-08, #ebf2ff);text-align:right}

