.drawer-overlay{position:fixed;top:-30%;right:-30%;bottom:-30%;left:-30%;background-color:#0006;opacity:0;transition:opacity .3s linear;z-index:110}.drawer-wrap{position:fixed;bottom:0;right:0;z-index:110;width:100vw;min-width:320px;height:calc(100% - 1px);transform:translate(150%);transition:transform .3s linear}.drawer-wrap:before{content:"";position:fixed;top:0;bottom:0;left:0;right:0;box-shadow:0 0 24px #00000040;pointer-events:none}.drawer-container{overflow:hidden auto;-webkit-overflow-scrolling:touch;height:100%;box-sizing:border-box;background-color:#fff}.drawer-header{position:sticky;top:0;padding:8px 10px;z-index:1;display:grid;grid-template-columns:32px auto 32px;align-items:center;border-bottom:1px solid var(--border)}.drawer-title{font-size:18px;line-height:20px;text-align:center;font-weight:700}.drawer-subtitle{font-size:14px;line-height:17px;margin-top:8px;display:none}.drawer-close{padding:6px;background-color:transparent;border-radius:6px}.drawer-close svg{display:block}.drawer-content{padding:16px}.drawer{pointer-events:none}.drawer.drawer-left .drawer-wrap{transform:translate(-150%)}.drawer.is-showed{pointer-events:auto}.drawer.is-showed .drawer-overlay{opacity:1}.drawer.is-showed .drawer-wrap{transform:translate(0)}.drawer-mobile .drawer-header{background-color:var(--bg-primary)}.drawer-desktop .drawer-wrap{width:360px;box-shadow:0 0 24px var(--border)}.drawer-desktop .drawer-container{padding:16px}.drawer-desktop .drawer-content{padding:0}.drawer-desktop .drawer-header{position:static;margin-bottom:15px;padding:0 0 20px;display:block}.drawer-desktop .drawer-close svg{stroke:var(--text-primary)}.drawer-desktop .drawer-title{font-size:22px;line-height:23px;padding-right:25px;text-align:left}.drawer-desktop .drawer-subtitle{display:block}.drawer-desktop .drawer-close{position:absolute;top:10px;right:10px;padding:6px;background-color:transparent;box-shadow:none;border:none;cursor:pointer}.drawer-desktop .drawer-close:hover{opacity:.4}.drawer-burger .drawer-close{background-color:var(--bg-secondary)}.drawer-dataset .drawer-close svg{display:block;stroke:var(--text-primary)}.drawer-dataset .drawer-header:has(+.drawer-content .weak-condition){padding-bottom:0;border-bottom:none}.drawer-dataset.drawer-desktop .drawer-container{background-color:var(--bg-elevated);-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur)}.drawer-dataset.drawer-desktop .drawer-header{background-color:transparent}.drawer-dataset.drawer-mobile .drawer-container,.drawer-dataset.drawer-mobile .drawer-header{background-color:var(--bg-primary)}.drawer-dataset.drawer-mobile .drawer-title{grid-column:2/3}.drawer-dataset.drawer-mobile .drawer-close{background-color:var(--bg-elevated);box-shadow:var(--shadow-elevated)}.drawer-dataset.drawer-mobile .drawer-content{padding-bottom:calc(env(safe-area-inset-bottom) + 16px)}@font-face{font-family:unbounded;src:url(https://st.gismeteo.st/assets/fonts/unbounded-regular.woff2);font-weight:500;font-display:swap}@font-face{font-family:pt-root;src:url(https://st.gismeteo.st/assets/fonts/pt-root-ui.woff2),url(https://st.gismeteo.st/assets/fonts/pt-root-ui.woff);font-weight:700;font-display:swap}.dropdown{position:relative}.dropdown .dropdown-header{padding:14px 15px;background-color:inherit;box-shadow:inset 0 -.3px 0 var(--border)}.dropdown .dropdown-content{padding:10px 15px}.dropdown-menu{position:absolute;right:0;top:calc(100% + 3px);display:none;z-index:3;opacity:0;overflow:hidden;max-height:0;width:max-content;background-color:#fff;border:1px solid hsl(0,0%,75%);border-radius:var(--radius-normal);box-shadow:var(--shadow-elevated)}.dropdown-menu .dropdown-close{position:absolute;top:10px;right:10px;z-index:1;padding:4px;background-color:transparent;cursor:pointer}.dropdown-menu .dropdown-close svg{display:block;stroke:var(--text-primary)}.dropdown-menu .dropdown-close:hover svg{stroke:red}.dropdown-menu-group{padding:5px 0;width:100%}.dropdown-menu-group:not(:last-child){position:relative}.dropdown-menu-group:not(:last-child):after{position:absolute;display:block;content:"";height:1px;background-color:#ededed;bottom:0;left:0;right:0}.dropdown-menu-group:not(:last-child):after{left:10px;right:10px}.dropdown-menu-item{font-size:16px;line-height:18px;padding:7px 10px 7px 25px;position:relative;display:flex;width:100%;align-items:center;color:#000;line-height:1;cursor:pointer;white-space:nowrap;box-sizing:border-box}.dropdown-menu-item:last-child{margin-bottom:0}.dropdown-menu-item:hover{background-color:#00000021}.dropdown-menu-item.is-active{color:#000}.dropdown-menu-item svg{position:absolute;left:5px;top:50%;transform:translateY(-50%)}.dropdown-menu-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.dropdown-current{white-space:nowrap}.dropdown-handle[aria-expanded=true]+.dropdown-menu{display:block;opacity:1;transition:opacity .25s ease-in-out;overflow:visible;max-height:9999px}.modal-overlay{position:fixed;top:-30%;right:-30%;bottom:-30%;left:-30%;background-color:#0006;opacity:0;transition:opacity .3s linear;z-index:110}.modal-container{overflow:hidden auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;overflow:-moz-scrollbars-none;scrollbar-width:none;position:fixed;z-index:110;background-color:var(--bg-primary);border-radius:10px;transition:transform .3s linear;box-shadow:0 0 24px #00000087;box-sizing:border-box;max-height:calc(100% - 1px);max-width:100%;overflow-y:auto}.modal-container::-webkit-scrollbar,.modal-container::-webkit-scrollbar-button,.modal-container::-webkit-scrollbar-track,.modal-container::-webkit-scrollbar-thumb{display:none;width:0;background:transparent}.modal-header{position:sticky;top:0;z-index:1;padding:14px 44px;background-color:inherit;box-shadow:inset 0 -.3px 0 var(--border);text-align:center}.modal-title{font-size:18px;line-height:20px;min-height:20px;display:flex;align-items:center;justify-content:center;font-weight:700}.modal-title svg{display:block}.modal-close{position:absolute;top:10px;right:10px;padding:4px;background-color:var(--bg-primary);box-shadow:none;border:none;border-radius:0;cursor:pointer}.modal-close svg{display:block;stroke:var(--text-primary)}.modal-close:hover svg{stroke:red}.modal-content{padding:15px;background-color:inherit}.modal-content .article-content{margin-top:-10px}.modal-content .card{padding:0}.modal{pointer-events:none}.modal.custom .modal-container{position:absolute;transform:translateY(-100%)}.modal.custom.is-showed .modal-container{transform:translateY(0)}.modal.bottom-right .modal-container{right:0;bottom:0;transform:translate(130%,130%)}.modal.bottom-right.indent .modal-container{right:10px;bottom:10px}.modal.bottom-right.is-showed .modal-container{transform:translate(0)}.modal.bottom-center .modal-container{left:50%;bottom:0;transform:translate(-50%,130%)}.modal.bottom-center.indent .modal-container{bottom:10px}.modal.bottom-center:not(.indent) .modal-container{border-bottom-left-radius:0;border-bottom-right-radius:0}.modal.bottom-center.is-showed .modal-container{transform:translate(-50%)}.modal.middle-center .modal-container{left:50%;top:50%;max-width:100%;max-height:calc(100% - 1px);transform:translate(-50%,-50%) scale(0)}.modal.middle-center.is-showed .modal-container{transform:translate(-50%,-50%) scale(1)}.modal.indent .modal-container{max-height:calc(100vh - 20px);max-width:calc(100vw - 20px)}.modal.is-showed{pointer-events:auto}.modal.is-showed .modal-overlay{opacity:1}@font-face{font-family:unbounded;src:url(https://st.gismeteo.st/assets/fonts/unbounded-regular.woff2);font-weight:500;font-display:swap}@font-face{font-family:pt-root;src:url(https://st.gismeteo.st/assets/fonts/pt-root-ui.woff2),url(https://st.gismeteo.st/assets/fonts/pt-root-ui.woff);font-weight:700;font-display:swap}.measure-settings{font-size:15px;line-height:18px;width:380px;font-weight:500;color:var(--text-primary)}.measure-settings .dropdown-header{display:flex;flex-direction:row;flex-wrap:nowrap}.measure-settings-title{font-size:18px;line-height:20px;font-weight:700}.measure-settings-group-title{font-size:17px;line-height:20px;margin:15px 0 10px}.measure-settings-group-title:first-child{margin-top:0}.measure-settings-unit-buttons{display:flex;flex-wrap:wrap;gap:10px}.measure-settings-unit-buttons .unit-button{position:relative;display:flex;gap:4px;align-items:center;justify-content:center;padding:4px 8px;background-color:var(--bg-elevated);border-radius:var(--radius-normal);cursor:pointer;box-shadow:var(--shadow-elevated)}.measure-settings-unit-buttons .unit-button svg{margin-top:6px;margin-left:-6px}.measure-settings-unit-buttons .unit-button span.unit{color:var(--text-secondary);margin-left:6px}.measure-settings-unit-buttons .unit-button+.dropdown-menu{display:block;opacity:1;min-width:100px;max-height:max-content;transition:opacity .25s ease-in-out;overflow:visible;border:1px solid var(--border);border-radius:var(--radius-normal);background-color:#eee}.measure-settings-unit-buttons .unit-button+.dropdown-menu .dropdown-menu-item{color:#000}.drawer-burger .drawer-wrap{top:0;transition:initial}.drawer-burger .drawer-logo{margin:0 auto;max-width:113px;display:block}.drawer-burger .drawer-close{order:-1}.drawer-burger .drawer-close svg{transform:rotate(180deg)}.burger-links .menu-item-wide{box-sizing:border-box;width:100%}.burger-links .menu-item-wide.is-active{position:relative}.profile-controls-wrapper{padding:0 12px}.debug-container{position:fixed;right:calc(10px + env(safe-area-inset-right));bottom:calc(10px + env(safe-area-inset-bottom));z-index:10;width:fit-content}.debug-toggle{margin-bottom:10px;margin-left:auto;display:block;width:50px;height:50px;background-color:#09f;border-radius:50%;color:#fff;cursor:pointer;text-align:center}.debug-toggle:hover{box-shadow:0 0 10px #09f}.debug-settings{display:flex;flex-wrap:wrap;gap:10px}.debug-btn{padding:10px;background-color:#09f;border-radius:5px;color:#fff;cursor:pointer}.debug-btn:hover{box-shadow:0 0 20px #09f}.debug-info{margin-bottom:10px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.debug-fake-data{display:grid;grid-template-columns:repeat(4,auto);row-gap:10px}.debug-fake-data .param-name{grid-column:1;padding:0}.debug-fake-data .real{grid-column:2}.debug-fake-data .randomize{grid-column:3}.debug-fake-data .make-null{grid-column:4}.debug-fake-data span{font-size:14px;color:var(--text-secondary);background-color:transparent;border-radius:14px;transition:color,background-color .2s ease-in-out;padding:0 14px;cursor:pointer}.debug-fake-data span.is-active{color:var(--text-primary);background-color:var(--bg-secondary)}.debug-fake-data .debug-btn{background-color:#000}.debug-form{font-size:18px;line-height:20px;display:flex;justify-content:space-between;align-items:center;gap:10px}.debug-form input{margin-left:10px}.debug-form select,.debug-form input{font-size:17px;line-height:20px;padding:5px 10px;flex-grow:1;border:1px solid var(--border);border-radius:5px;background-color:var(--bg-primary);color:var(--text-primary)}.debug-widget-overlay{position:absolute;top:0;right:0;z-index:2;padding:4px 6px;background-color:bisque;color:#000;font-size:12px;line-height:14px}.section-widget .debug-widget-overlay{border-bottom-left-radius:10px;border-top-right-radius:10px}.section-rss .debug-widget-overlay{top:auto;bottom:0;border-top-left-radius:10px;border-top-right-radius:10px}.tm-btn{font-size:10px;line-height:10px;padding:0 5px;height:32px;display:flex;align-items:center;border-radius:16px;background-color:#000;color:#fff;font-weight:700;letter-spacing:.1em;cursor:pointer;white-space:nowrap}.tm-btn span{padding:0 5px;text-transform:uppercase}.modal-tm .modal-header{padding-left:15px}.modal-tm .modal-header .modal-title{justify-content:flex-start}.modal-tm .tm-list{margin-bottom:15px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:15px 10px}.modal-tm .tm-list-wide{margin-bottom:15px;display:flex;column-gap:10px}.modal-tm .tm-list-wide .tm-item{width:auto;flex-grow:1}.modal-tm .tm-item{position:relative;width:40px;height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:20px;background-color:#f0f0f0;cursor:pointer;border:1px solid hsl(0,0%,94%)}.modal-tm .tm-item.day-0,.modal-tm .tm-item.day-6{background-color:#fff}.modal-tm .tm-item.is-active{background-color:#09f;color:#fff}.modal-tm .tm-item.is-chosen{background-color:#000;color:#fff}.modal-tm .tm-item span{position:absolute;bottom:5px;left:50%;transform:translate(-50%);font-size:8px;line-height:1}.modal-tm .tm-current{padding:10px 40px;width:100%;border-radius:20px;background-color:#f0f0f0;text-align:center}.modal-tm .tm-current.is-active{background-color:#000;color:#fff}.modal-tm .tm-current:not(.is-active){cursor:pointer}.tm-mobile .modal .modal-container{width:100%}.tm-mobile .modal .modal-header{z-index:1}.tm-mobile .modal .modal-content{position:relative;background-color:#fff}.tm-mobile .modal .it-item{width:auto}.unauthorized-button{display:flex;align-items:center;padding:4px 10px 5px;color:var(--link-main);background-color:#0099ff1f;border-radius:10px;cursor:pointer}.unauthorized-button .text{font-size:15px;line-height:23px;text-align:right}.unauthorized-button:hover{background-color:#0099ff3d}.unauthorized-button svg{width:14px;height:14px;margin-left:10px}.authorized-button{display:block;width:30px;height:30px;overflow:hidden;border-radius:100%;cursor:pointer}.authorized-button .avatar{width:100%;height:100%}.profile-controls-group{box-shadow:0 0 12px #0000001f;padding-left:10px;background-color:var(--bg-primary);border-radius:var(--radius-normal)}.profile-controls-group .switch{width:100%;padding-right:60px;padding-left:0;--switcher-size: 24px;--switcher-gap: 2px}.profile-controls-group .switch:before{right:10px;left:auto;border-radius:var(--radius-large)}.profile-controls-group .switch:after{right:calc(var(--switcher-size) - var(--switcher-gap) + 10px);left:auto}.profile-controls-group:not(:first-child){margin-top:10px}.profile-controls-group:last-child{margin-bottom:100px}.profile-controls-group.measure-group .control-item{padding-right:5px}.control-item{font-size:17px;line-height:20px;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%;height:44px;padding:0 5px 0 0}.control-item:not(:last-child){box-shadow:inset 0 -.5px #e0e0e0}.units-select-wrap{position:relative;display:block;width:fit-content;height:fit-content}.units-select-wrap select{width:107px;height:33px;padding:9px 10px;font-size:15px;line-height:15px;background-color:var(--bg-secondary);border-radius:var(--radius-small);outline:none;cursor:pointer}.units-select-wrap select:hover,.units-select-wrap select:focus{background-color:#0000001a}.units-select-wrap svg{position:absolute;top:50%;right:10px;width:10px;height:10px;pointer-events:none;translate:0 -50%}.profile-info{display:flex;width:100%}.profile-info .avatar{flex-grow:0;align-self:center;width:30px;height:30px;border-radius:30px}.profile-info .text-data{display:block;flex-grow:1;margin-left:10px}.profile-info .user-name{font-weight:700;font-size:13px;line-height:18px}.profile-info .user-email{font-size:13px;line-height:15px;color:#999}.profile-controls-group-title{margin-top:15px;font-weight:500;font-size:10px;line-height:12px;color:gray;text-transform:uppercase;letter-spacing:1px}.profile-controls-group-title+.profile-controls-group{margin-top:10px}.measure-dropdown .dropdown-handle{color:#999;border:none}.auth-content{margin-top:20px}.auth-reason{font-size:13px;line-height:15px;width:min(100% - 20px,320px);margin:0 auto;text-align:center}.oauth-buttons{display:grid;margin-top:18px;grid-template-columns:1fr 1fr auto}.auth-agreement{font-size:11px;line-height:13px;margin:18px 5px 0;text-align:center;color:var(--text-primary)}.auth-agreement a{display:block;color:var(--blue)}.widget-login-wall .oauth-buttons{margin-top:0}.widget-login-wall .btn-oauth{font-size:14px;line-height:17px;min-height:34px;padding:6px;border-radius:var(--radius-small)}.widget-login-wall .btn-oauth.yandex{min-width:120px;background-color:var(--white)}.widget-login-wall .btn-oauth.vk{min-width:120px}.drawer-content .parameter-item{font-size:14px;line-height:17px;padding:0 10px 0 40px;line-height:16px}.drawer-content .parameter-item+.btn{margin-top:20px}.drawer-content .value{pointer-events:none;padding:7px 0 9px;display:block}.drawer-content .weak-condition{--switcher-size: 24px;--switcher-gap: 2px;--switcher-margin: 8px;box-shadow:0 0 12px #0000001f;margin-bottom:15px;padding:8px 70px 8px 10px;border-radius:var(--radius-normal)}.drawer-content .staff-only{margin-bottom:4px}.drawer-content .condition-title{font-size:14px;line-height:17px;display:block;margin-bottom:4px}.drawer-content .condition-data{font-size:12px;line-height:14px;color:#00000087}.card .intro{font-size:17px;line-height:20px;margin-bottom:20px;line-height:24px;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.card .legend{margin-bottom:20px}.card .actions{box-shadow:0 0 12px #0000001f;margin:10px 0 5px;padding:0 10px;border-radius:10px;background-color:var(--bg-elevated);overflow:hidden}.card .action-btn,.card .parameter-item{font-size:18px;line-height:20px;padding:12px 25px 12px 0;width:100%;color:var(--text-primary);display:block}.card .action-btn:not(:last-child),.card .parameter-item:not(:last-child){box-shadow:inset 0 -.5px #e0e0e0}.card .action-btn:hover,.card .parameter-item:hover{color:red}.card .switch{padding-right:60px;--switcher-size: 24px;--switcher-gap: 2px}.card .switch:before{right:0;left:auto;border-radius:var(--radius-large)}.card .switch:after{right:calc(var(--switcher-size) - var(--switcher-gap));left:auto}.card .description{font-size:10px;line-height:10px;margin-top:4px;display:block;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary)}.informer-btn{font-size:16px;line-height:18px;padding:0 8px;min-height:32px;display:flex;align-items:center;border-radius:5px;cursor:pointer;color:#fff}.informer-btn.accept svg{margin-right:4px}.informer-text{margin-bottom:12px;max-width:250px}.informer-btns{display:flex;flex-wrap:wrap;column-gap:10px}.informer-btn:not(.close){-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.informer-btn.close{position:absolute;top:0;right:0;padding:10px;background-color:#0000;height:100%;display:flex;align-items:flex-start}.informer-btn.dismiss{background-color:#ffffff3d;box-shadow:inset 0 0 1px #ffffff80;color:#fff}.informer-arrow{position:absolute;border-style:solid;border-color:#0000}.informer-arrow.top{border-width:0 6px 8px}.informer-arrow.bottom{border-width:8px 6px 0}.informer-arrow.left{border-width:6px 8px 6px 0;transform:translateY(-3px)}.informer{font-size:16px;line-height:18px;position:absolute;top:0;left:0;z-index:10;padding:10px;max-width:300px;min-width:275px;transform:translate(-30px);opacity:0;background-color:#ffffff3d;background-size:cover;border-radius:10px;box-sizing:border-box;box-shadow:0 0 36px #00000040;white-space:normal;color:#fff;transition:transform .2s linear,opacity .2s linear}.informer.is-showed{transform:translate(0);opacity:1}.informer-add{padding-right:30px}.informer-dataset-tip{padding-right:30px;background-image:linear-gradient(90deg,#1f66ff,#0b89fe 51.04%,#6361f5)}.informer-dataset-tip .informer-text{margin-bottom:0}.informer-dataset-tip .informer-arrow.bottom{border-top-color:#2b65ee}.informer-dataset-tip .informer-arrow.top{border-bottom-color:#2b65ee}.informer-dataset-tip .informer-arrow.left{border-right-color:#1f69ff}.informer-snow{background-color:#1e66eb}.informer-snow .accept{color:#4972ee}.informer-snow .informer-arrow.bottom{border-top-color:#2b65ee}.informer-snow .informer-arrow.left{border-right-color:#1e66eb}.informer-snow.informer-remove .accept{background-color:#fff}.informer-snow.informer-add .accept{background-color:#ffffff3d;color:#fff}.informer-pollen{color:#000}.informer-pollen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:10px;background-image:linear-gradient(15deg,#b6e977 5%,#d2f377,#bbf07a 65%,#92de63 115%)}.informer-pollen:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:10px;background-image:inherit;background-size:100px 100px;background-position:bottom right;background-repeat:no-repeat}.informer-pollen.informer-remove:after{background-size:82px 85px;background-position:top right}.informer-pollen .accept{background-color:#ff8533}.informer-pollen .dismiss{background-color:#ffffffa3;color:#26a63b}.informer-pollen .informer-arrow.top{border-bottom-color:#b0eb75}.informer-pollen .informer-arrow.bottom{border-top-color:#b8e977}.informer-pollen .informer-arrow.left{border-right-color:#c2ee77}@media only screen and (min-device-width: 768px){.informer-btn:hover{opacity:.82}}.tooltip{box-shadow:0 0 12px #0000001f;font-size:12px;line-height:14px;position:fixed;top:0;left:0;width:max-content;z-index:10;padding:5px 8px;display:none;max-width:100px;border-radius:5px;background-color:#00000087;color:#fff;text-align:left;font-style:normal;-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur)}.tooltip-text{max-width:100px;width:fit-content;text-align:left}.map-selector{z-index:1;position:relative}.map-selector select{font-size:16px;line-height:18px;box-shadow:0 0 12px #0000001f;padding:0 25px 0 10px;height:32px;border-radius:5px;background-color:#ffffffa3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);font-weight:700;color:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}.map-selector svg{position:absolute;top:50%;right:5px;transform:translateY(-50%) rotate(90deg);height:10px;pointer-events:none}.interactive-map .legend-wrap{box-shadow:0 0 12px #0000001f;position:relative;z-index:1;display:flex;max-width:max-content;border-radius:5px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.interactive-map .legend-wrap.is-showed{width:100%}.interactive-map .legend-wrap.is-showed .legend-toggle{border-radius:5px 0 0 5px;background-color:#fff}.interactive-map .legend-wrap.is-showed .legend{background-color:#fff}.interactive-map .legend-toggle{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:34px;height:34px;border-radius:5px;background-color:#ffffffa3;transition:background-color .3s linear}.interactive-map .legend-toggle svg{display:block}.interactive-map .legend-icon-close{stroke:#000}.interactive-map .legend{overflow:auto hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;overflow:-moz-scrollbars-none;scrollbar-width:none;width:max-content;border-radius:0 5px 5px 0;background-color:#ffffffa3;transition:background-color .3s linear}.interactive-map .legend::-webkit-scrollbar,.interactive-map .legend::-webkit-scrollbar-button,.interactive-map .legend::-webkit-scrollbar-track,.interactive-map .legend::-webkit-scrollbar-thumb{display:none;width:0;background:transparent}.interactive-map .legend-list{column-gap:6px;flex-wrap:nowrap;height:100%;width:max-content}.interactive-map .legend-value{white-space:nowrap}@keyframes progress-fill{0%{background-size:10% 1px;background-position-x:0}50%{background-size:30% 1px;background-position-x:50%}to{background-size:10% 1px;background-position-x:100%}}.section-map-desktop{overflow:hidden}.interactive-map .top-actions{position:absolute;display:flex;flex-direction:column;align-items:flex-start;row-gap:10px;z-index:5}.interactive-map .desktop-actions{position:absolute;left:10px;top:10px;display:flex;flex-direction:column;align-items:flex-start;row-gap:10px;z-index:5}.interactive-map .timeline-wrap{-ms-overflow-style:none;overflow:-moz-scrollbars-none;scrollbar-width:none;position:absolute;z-index:1;bottom:env(safe-area-inset-bottom)}.interactive-map .timeline-wrap::-webkit-scrollbar,.interactive-map .timeline-wrap::-webkit-scrollbar-button,.interactive-map .timeline-wrap::-webkit-scrollbar-track,.interactive-map .timeline-wrap::-webkit-scrollbar-thumb{display:none;width:0;background:transparent}.interactive-map .timeline-wrap:not(.is-landscape){overflow:auto hidden;-webkit-overflow-scrolling:touch;width:100vw}.interactive-map .timeline-wrap.is-landscape{overflow:hidden auto;-webkit-overflow-scrolling:touch;right:env(safe-area-inset-right);height:inherit}.interactive-map .timeline-wrap.is-landscape .timeline{padding:0 10px;width:auto;flex-direction:column}.interactive-map .timeline-wrap.is-landscape .timeline-group{flex-direction:column}.interactive-map .timeline-wrap.is-landscape .timeline-item{width:60px;height:32px}.interactive-map .timeline-wrap.is-landscape .timeline-item.first{border-radius:5px 5px 0 0}.interactive-map .timeline-wrap.is-landscape .timeline-item.last{border-radius:0 0 5px 5px}.interactive-map .timeline-wrap.is-landscape .timeline-item.last:not(:last-of-type){margin:0 0 10px}.interactive-map .timeline-wrap.is-landscape .timeline-group+.timeline-group{margin-left:0;margin-top:10px}.interactive-map .timeline-wrap.is-landscape+.timeline-active{box-shadow:0 0 12px #0000001f;top:50%;bottom:auto;left:auto;right:calc(7px + env(safe-area-inset-right));padding:2px 65px 2px 0;justify-content:center;align-items:flex-end;transform:translateY(-50%);width:130px;height:40px;background-image:url("data:image/svg+xml,%3Csvg width='130' height='40' viewBox='0 0 130 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cg filter='url(%23filter0_d)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0C4.02944 0 0 4.02944 0 9V31C0 35.9706 4.02944 40 9 40H121C125.971 40 130 35.9706 130 31V9C130 4.02944 125.971 0 121 0H9ZM74 4C70.6863 4 68 6.68629 68 10V30C68 33.3137 70.6863 36 74 36H120C123.314 36 126 33.3137 126 30V10C126 6.68629 123.314 4 120 4H74Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='-4' y='-4' width='138' height='48' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3CclipPath id='clip0'%3E%3Crect width='130' height='40' rx='9' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");text-align:right}.interactive-map .timeline-wrap.is-landscape~.zoom-btns{left:10px;right:initial}.interactive-map .timeline-wrap.is-landscape~.play-btn{bottom:calc(10px + env(safe-area-inset-bottom))}.interactive-map .timeline{padding:34px calc(50vw - 29px) 20px;position:relative;width:max-content;display:flex}.interactive-map .timeline-group{box-shadow:0 0 12px #0000001f;display:flex;border-radius:5px}.interactive-map .timeline-group+.timeline-group{margin-left:10px}.interactive-map .timeline-item{font-size:14px;line-height:17px;position:relative;background-color:#fff;width:58px;height:34px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-width:1px 0;border-style:solid;border-color:#fff}.interactive-map .timeline-item.first{border-radius:5px 0 0 5px}.interactive-map .timeline-item.last{border-radius:0 5px 5px 0}.interactive-map .timeline-item.last:not(:last-of-type){margin-right:10px}.interactive-map .timeline-item.alone{border-radius:5px}.interactive-map .timeline-active{box-shadow:0 0 12px #0000001f;font-size:11px;line-height:13px;position:absolute;bottom:calc(16px + env(safe-area-inset-bottom));left:50%;z-index:1;padding:4px 0;display:flex;width:66px;height:72px;justify-content:flex-start;align-items:center;flex-direction:column;transform:translate(-50%);background-image:url("data:image/svg+xml,%3Csvg width='66' height='72' viewBox='0 0 66 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cg filter='url(%23filter0_d)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0C4.02944 0 0 4.02944 0 9V63C0 67.9706 4.02944 72 9 72H57C61.9706 72 66 67.9706 66 63V9C66 4.02944 61.9706 0 57 0H9ZM10 36C6.68629 36 4 38.6863 4 42V62C4 65.3137 6.68629 68 10 68H56C59.3137 68 62 65.3137 62 62V42C62 38.6863 59.3137 36 56 36H10Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='-4' y='-4' width='74' height='80' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3CclipPath id='clip0'%3E%3Crect width='66' height='72' rx='9' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-color:#0000;background-size:contain;background-repeat:no-repeat;box-sizing:border-box;border-radius:9px;pointer-events:none;text-align:center;font-weight:700}.interactive-map .timeline-active .date:first-letter{text-transform:uppercase}.interactive-map .timeline-active .day{display:block;font-weight:400;color:gray}.interactive-map .timeline-active .time{display:none}.interactive-map .timeline-progress{position:absolute;inset:auto 0 0;height:1px;background-image:linear-gradient(0deg,#09f,#09f);background-position:0 100%;background-repeat:no-repeat;background-size:0 0;transition:background-size .3s linear}.interactive-map .timeline-progress.is-loading{animation:linear 1s infinite alternate progress-fill}.interactive-map .play-btn{box-shadow:0 0 12px #0000001f;z-index:1;padding:8px;background-color:#ffffffa3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:5px}.interactive-map .zoom-btns{box-shadow:0 0 12px #0000001f;position:absolute;overflow:hidden;transform:translateY(-50%);border-radius:5px;background-color:#ffffffa3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1}.interactive-map .zoom-btn{padding:9px 8px;display:block;background-color:#0000}.interactive-map .zoom-btn:disabled svg{opacity:.3}.interactive-map .zoom-btn svg{fill:#000}.interactive-map .interactive-map-nodata{font-size:32px;line-height:34px;position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;align-items:center;justify-content:center;background-color:#00000087;color:#fff}.interactive-map .resize-btn{box-shadow:0 0 12px #0000001f;padding:6px;display:flex;align-items:center;column-gap:10px;width:47px;border-radius:5px;background-color:#ffffffa3}.interactive-map .map-logo{position:fixed;left:50%;top:10px;transform:translate(-50%)}.interactive-map svg{display:block}.search-mobile{overflow:hidden auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;overflow:-moz-scrollbars-none;scrollbar-width:none;position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;pointer-events:auto;background-color:var(--bg-primary)}.search-mobile::-webkit-scrollbar,.search-mobile::-webkit-scrollbar-button,.search-mobile::-webkit-scrollbar-track,.search-mobile::-webkit-scrollbar-thumb{display:none;width:0;background:transparent}.search-mobile .search-top{position:sticky;top:0;z-index:1;box-shadow:0 10px 12px #0000000f;background-color:var(--bg-primary)}.search-mobile .search-clear{font-size:15px;line-height:18px;padding:5px;align-self:flex-end;background-color:#0000;color:var(--text-primary)}.search-mobile .search-interactive{padding:0 10px;width:100%;height:48px;display:flex;box-sizing:border-box;align-items:center}.search-mobile .btn-close{margin-right:10px;padding:6px;transform:rotate(180deg);flex-shrink:0;border-radius:6px;background-color:var(--bg-secondary)}.search-mobile .btn-close svg{display:block;fill:var(--text-primary)}.search-mobile .btn-cancel{font-size:16px;line-height:18px;padding:10px;flex-shrink:0}.search-mobile .input-wrap{position:relative;width:100%}.search-mobile .icon-search{position:absolute;left:9px;top:50%;transform:translateY(-50%);color:var(--text-secondary)}.search-mobile .icon-spinner{position:absolute;top:calc(50% - 14px);right:5px;width:28px;height:28px;animation:spinner-rotate 1.5s linear infinite}.search-mobile .input{font-size:16px;line-height:18px;padding:8px 28px;width:100%;box-sizing:border-box;border:none;border-radius:10px;outline:none;background-color:var(--bg-secondary);color:var(--text-primary)}.search-mobile .input::placeholder{color:var(--text-secondary)}.search-mobile .search-list{padding:10px 10px 20px;display:flex;flex-direction:column;row-gap:10px}.search-mobile .search-list.found{padding-top:0;row-gap:0}.search-mobile .search-item{padding:10px;border-radius:var(--radius-normal);background-color:#00000040;background-size:cover;color:#fff;font-weight:700}.search-mobile .search-item.found{position:relative;padding:10px 0;background-color:#fff;color:#000;border-radius:0}.search-mobile .search-item.found:after{position:absolute;display:block;content:"";height:1px;background-color:#ededed;bottom:0;left:0;right:0}.search-mobile .search-item.fade-out{animation:fade-out-move-right .1s forwards linear}.search-mobile .city-date{font-size:10px;line-height:10px;margin-bottom:4px;letter-spacing:.1em;line-height:1em;text-transform:uppercase;white-space:nowrap}.search-mobile .city-name{font-size:18px;line-height:20px;margin-bottom:6px}.search-mobile .city-name .unit-temperature:after{font-size:18px;line-height:20px}.search-mobile .city-weather{font-size:10px;line-height:10px;letter-spacing:.1em;line-height:1em;color:#ffffff80;text-transform:uppercase}.search-mobile .flag-and-city{margin-bottom:4px;display:flex;align-items:center;column-gap:4px}.search-mobile .region{font-size:10px;line-height:10px;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;background:linear-gradient(to left,#0000 0,gray 10%,gray);-webkit-background-clip:text;color:#0000;font-weight:400;line-height:1em}.search-mobile .search-more{font-size:20px;line-height:22px;margin:25px auto 0;padding:12px 20px 15px;background-color:#ededed;color:#000;border-radius:10px}.search-mobile .auth-content{padding-bottom:20px}@keyframes from-left-to-right{0%,to{transform:translate(-50%)}50%{transform:translate(50%)}}.search-desktop .search-overlay{position:fixed;top:-30%;right:-30%;bottom:-30%;left:-30%;z-index:-1;opacity:0;background-color:#0006;transition:opacity .3s linear;pointer-events:none}.search-desktop .search-container{overflow:hidden auto;-webkit-overflow-scrolling:touch;position:absolute;top:100%;z-index:100;padding-bottom:10px;display:none;min-width:480px;max-width:660px;background-color:#f0f0f0;border-radius:var(--radius-small)}.search-desktop .search-empty{font-size:13px;line-height:15px;padding:12px 10px 0 32px;color:#787878cc}.search-desktop .group-header{font-size:13px;line-height:15px;margin-bottom:1px;padding:10px 10px 10px 32px;display:flex;justify-content:space-between;color:#787878cc}.search-desktop .group-cities{list-style-type:none;padding:0;margin:0}.search-desktop .group-city{background-color:#fff;height:40px}.search-desktop .group-city:not(:first-child){margin-top:1px;position:relative}.search-desktop .group-city:not(:first-child):before{content:"";position:absolute;height:1px;top:-1px;left:0;background-color:#dedede;width:100%}.search-desktop .group-city.active{background-color:#00000029}.search-desktop .group-city.found .city-link{padding-left:9px}.search-desktop .group.loading .group-city:not(:first-child):after{content:"";position:absolute;height:1px;top:-1px;left:0;background:transparent;width:100%;background-image:linear-gradient(90deg,#dedede 40%,#09f,#dedede 60%);transform:translate(-50%);animation:from-left-to-right 2s cubic-bezier(.5,0,.5,1) alternate infinite forwards}.search-desktop .clear-button{cursor:pointer}.search-desktop .clear-button:hover{color:red}.search-desktop .city-link{outline:none;display:flex;height:100%;width:100%;padding:0 10px 0 32px;box-sizing:border-box;cursor:pointer;align-items:center;position:relative}.search-desktop .flag{width:16px;height:12px;position:absolute;left:8px;top:14px;box-shadow:0 0 1px #00000087}.search-desktop .text-info{display:flex;align-items:baseline;flex-grow:1;overflow:hidden}.search-desktop .name{font-size:17px;line-height:20px;color:#000;white-space:nowrap}.search-desktop .breadcrumbs{font-size:13px;line-height:15px;overflow:hidden;text-overflow:ellipsis;color:#00000087;white-space:nowrap;margin-left:7px}.search-desktop .weather-icon-group{justify-content:center;width:35px;height:35px;margin-left:10px}.search-desktop .temperature{font-size:17px;line-height:20px;width:50px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:5px;color:#000;margin-left:10px}.search-desktop .search-form.is-open{z-index:110}.search-desktop .search-form.is-open .input{width:480px;border-color:#fff}.search-desktop .search-form.is-open~.search-overlay{z-index:100;opacity:1;pointer-events:auto}.search-desktop .search-form.is-open~.search-container{display:block}.search-desktop .search-all{font-size:17px;line-height:20px;position:relative;margin-top:15px;padding:10px 5px 10px 32px;display:block;box-shadow:0 0 0 1px #ccc;background-color:#fff;color:#000}.search-desktop .search-all:hover{background-color:#00000029}.search-desktop .auth-content{margin:20px auto 5px;max-width:350px}.search-desktop .oauth-buttons,.search-desktop .auth-agreement{margin-top:15px}.search-desktop .oauth-button.yandex{background-color:#fff}.day-slider{display:grid;grid-template-columns:38px 38px;align-self:flex-end;column-gap:4px}.day-slider .arrow{width:38px;height:30px;border-radius:5px;cursor:pointer;background-color:var(--bg-elevated);color:var(--text-primary);display:flex;align-items:center;justify-content:center}.day-slider .arrow:hover{background-color:var(--bg-secondary)}.day-slider .arrow:disabled{opacity:.5;background-color:var(--bg-elevated);cursor:not-allowed;filter:grayscale(1)}.day-slider .arrow.arrow-left{transform:rotate(180deg)}.day-slider .arrow svg{fill:currentColor}.static-map .map-legend{margin-top:20px;padding:15px;background-color:#fff;border-radius:5px}.static-map .map-legend .description-prc{display:flex;margin-bottom:15px}.static-map .map-legend .description-prc .item{display:inline-flex;align-items:center;width:25%;font-size:13px;line-height:15px}.static-map .map-legend .description-prc .item span{position:relative;width:17px;height:17px;border-radius:50%;margin-right:6px;box-sizing:border-box}.static-map .map-legend .description-prc .item span:after{position:absolute;content:"";top:50%;left:50%;margin-top:-4.5px;margin-left:-4.5px;width:9px;height:9px;border-radius:50%;box-sizing:border-box}.static-map .map-legend .description-prc .item .prc{background:#3cff3c}.static-map .map-legend .description-prc .item .prc:after{background:#00dc00}.static-map .map-legend .description-prc .item .wind{background:#c5fefd}.static-map .map-legend .description-prc .item .wind:after{background:#9fe8fa}.static-map .map-legend .description-prc .item .temp{background:radial-gradient(#fff,#fd8023,#fffd38,#84fd31 60%,#1783fb,#0b24fb 90%,#7f25fb)}.static-map .map-legend .description-prc .item .temp:after{content:none}.static-map .map-legend .description-prc .item .clou{background:radial-gradient(#646464,#c8c8c8)}.static-map .map-legend .description-prc .item .clou:after{content:none}.static-map .map-legend .description-prc .item .isobars{border:1px solid #070707}.static-map .map-legend .description-prc .item .isobars:after{border:1px solid #070707}.static-map .values{display:grid;gap:2px}.static-map .values-prc{grid-template-columns:repeat(13,minmax(0,1fr))}.static-map .values-temp{grid-template-columns:repeat(11,minmax(0,1fr));background-image:linear-gradient(100deg,#000,#7f25fb,#0b24fb,#1783fb,#48c0fc,#85fffe,#84fd31,#fffd38,#fd8023,#fc0d1b,#fff)}.static-map .values-wind{grid-template-columns:repeat(11,minmax(0,1fr))}.static-map .values .item{font-size:13px;line-height:15px;padding:3px 0;display:flex;align-items:center;justify-content:center;color:#000}.static-map .values .item-prc:nth-child(1){background-color:#a0ffa0}.static-map .values .item-prc:nth-child(2){background-color:#8cff8c}.static-map .values .item-prc:nth-child(3){background-color:#64ff64}.static-map .values .item-prc:nth-child(4){background-color:#3cff3c}.static-map .values .item-prc:nth-child(5){background-color:#0f0}.static-map .values .item-prc:nth-child(6){background-color:#00e600}.static-map .values .item-prc:nth-child(7){background-color:#00dc00}.static-map .values .item-prc:nth-child(8){background-color:#00c800}.static-map .values .item-prc:nth-child(9){background-color:#00b400}.static-map .values .item-prc:nth-child(10){background-color:#00a000}.static-map .values .item-prc:nth-child(11){background-color:#008c00}.static-map .values .item-prc:nth-child(12){background-color:#007800}.static-map .values .item-prc:nth-child(13){background-color:#005000}.static-map .values .item-prc:last-child{color:#fff}.static-map .values .item-temp:nth-child(-n+5){color:#fff}.static-map .values .item-wind:nth-child(1){background-color:#fff}.static-map .values .item-wind:nth-child(2){background-color:#c5fefd}.static-map .values .item-wind:nth-child(3){background-color:#9fe8fa}.static-map .values .item-wind:nth-child(4){background-color:#64d5f2}.static-map .values .item-wind:nth-child(5){background-color:#82f930}.static-map .values .item-wind:nth-child(6){background-color:#f5f336}.static-map .values .item-wind:nth-child(7){background-color:#faa729}.static-map .values .item-wind:nth-child(8){background-color:#f00c1a}.static-map .values .item-wind:nth-child(9){background-color:#ba127c}.static-map .values .item-wind:nth-child(10){background-color:#7d24f6}.static-map .values .item-wind:nth-child(11){background-color:#020b74}.static-map .values .item-wind:nth-child(12){background-color:#000}.static-map .values .item-wind:first-child{border:1px solid #f2f2f2}.static-map .values .item-wind:nth-child(n+8){color:#fff}.header-map-region{margin-right:15px;align-self:center}.header-map-region .dropdown-handle{font-size:15px;line-height:18px;padding:0 13px;height:30px;border:none;color:var(--link-main)}.header-map-region .dropdown-menu{left:0;right:auto}.header-map-region .dropdown-menu-item{padding:8px 10px;height:auto;color:var(--link-main)}.header-map-region .dropdown-menu-item:not(.is-active):hover{background-color:#61adef;color:#fff}.header-map-region .dropdown-menu-item.is-active{cursor:auto;background-color:#fff;color:#000}.header-map-region .dropdown-menu-item.is-active:before{content:none}.header-map-region+.header-nav .nav-link{text-transform:capitalize}.static-map{display:grid;grid-template-columns:830px 150px;gap:20px}.static-map .map-container{background-color:#fff;border-radius:5px}.static-map .map-container{position:relative;padding:15px;min-height:665px;box-sizing:border-box}.static-map .layer-list{position:relative;height:593px}.static-map .layer-list.feru{height:582px}.static-map .layer-list.sib{height:649px}.static-map .layer,.static-map .layer-data{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.static-map .layer-data{display:none}.static-map .layer-data.is-active{display:block}.static-map .map-controls{margin-top:10px;display:flex;align-items:center;column-gap:5px}.static-map .btn-control{width:45px;height:31px;padding:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:5px;background-color:#fff}.static-map .btn-control:disabled{background-color:#78787866;box-shadow:inset 0 1px 5px #00000026}.static-map .btn-control:disabled svg path{stroke:gray;fill:gray}.static-map .btn-control:not(:disabled):hover svg path{stroke:var(--link-main);fill:var(--link-main)}.static-map .btn-control:not(:disabled){cursor:pointer}.static-map .btn-control svg path{stroke:var(--link-main);fill:none}.static-map .progress-bar-wrapper{margin:0 auto;border-radius:5px;border:1px solid var(--link-main);height:2px;overflow:hidden;width:520px}.static-map .progress-bar-wrapper .progress{position:relative;width:0;height:4px;background-color:var(--link-main)}.static-map .timelist-item{font-size:13px;line-height:15px;padding:6px 10px;display:flex;justify-content:space-between;cursor:pointer}.static-map .timelist-item .date{color:#0000}.static-map .timelist-item .date:first-letter{text-transform:uppercase}.static-map .timelist-item .time{color:var(--link-main)}.static-map .timelist-item.is-first{border-top:1px solid hsla(0,0%,0%,.13)}.static-map .timelist-item.is-first .date{color:#000}.static-map .timelist-item.is-first:first-child{border-top-color:#0000}.static-map .timelist-item.is-weekend .date{color:#c00}.static-map .timelist-item.is-active{border-radius:5px;border-top-color:#0000;background-color:var(--link-main)}.static-map .timelist-item.is-active .date,.static-map .timelist-item.is-active .time{color:#fff}
