:root {
    --fontFamily: 'Roboto', sans-serif;
    --moon-bg: #FFECB3;
    --theme: #1565c0;
    --red: #FF5722;
    --pink: #FFAB91;
    --night: linear-gradient(to bottom, #000 0%, #1a237e 100%);
    --day: linear-gradient(to bottom, #1565c0 0%, #64b5f6 100%);
    --twilight: linear-gradient(to bottom, #022891 0%, #2780ed 100%);
    --night1: #000000;
    --day1: #1565c0;
    --twilight1: #022891;
    --night2: #1a237e;
    --day2: #64b5f6;
    --twilight2: #2780ed;
    --radius: 5px;
}
@font-face {
    font-display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v49-cyrillic_latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v49-cyrillic_latin-700.woff2') format('woff2');
}
@font-face {
    font-display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v49-cyrillic_latin-900.woff2') format('woff2');
}
@font-face {
    font-display: block;
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/material-icons-v145-latin-regular.woff2') format('woff2');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
    /* html */
html {
    font-size: 16px;
    text-size-adjust: none;
    width: 100%;
    overflow-x: hidden;
    background: #000;
}
body {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: var(--fontFamily);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
    user-select: none;
    width: 100%;
    overflow-x: hidden;
}
html.idle {
    cursor: none !important;
}
.idleHide {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s;
}
.idle .idleHide {
    visibility: hidden;
    opacity: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    color: #fff;
    margin: .5rem;
}
h1 {
    font-size: 2rem;
    text-transform: uppercase;
    margin: 3rem .5rem;
}
h2 { font-size: 2rem; }
h3 { font-size: 1.8rem; }
h4 { font-size: 1.6rem; }
h5 { font-size: 1.4rem; }
h6 {
    font-size: 1.2rem;
    font-weight: 700;
}
a {
    color: white;
    text-decoration: none;
}
p {
    margin: 0 0 1rem;
}
hr {
    margin: 3rem 0;
    opacity: .5;
}
nobr {
    white-space: nowrap;
}
.container {
    max-width: 991px;
    margin: auto;
    padding: 0 1rem;
}
i, .wait-load {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
}
.loaded i, .loaded .wait-load {
    visibility: initial;
    opacity: 1;
}
.icon-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    line-height: 1;
    border-radius: 50%;
    background: #00000033;
}
main {
    position: relative;
    min-height: 100%;
    flex-grow: 1;
    z-index: 2;
}
.current {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
    .current { display: block; }
    .current > div { width: 100%; }
    .current > div:nth-child(2) { display: none; }
}
.temp, .time {
    font-size: 6rem;
    font-weight: 900;
    letter-spacing: 5px;
    margin-bottom: 2rem;
}
.descr, .day-month, .day-week {
    font-size: 1.2rem;
    font-weight: 700;
}
.w-info {
    display: flex;
    justify-content: center;
    gap: 2rem;
    line-height: 1.8;
    text-align: left;
}
.w-info strong {
    font-size: 2rem;
    font-weight: 900;
}
.day-info {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    width: 400px;
    margin: 0 auto;
}
@media screen and (max-width: 991px) {
    .w-info div:nth-child(1) {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .temp {
        margin-bottom: 0;
    }
    .w-info {
        flex-wrap: wrap;
        gap: 1rem;
        text-align: center;
        margin-top: 1rem;
    }
    .w-info > div {
        width: 40%;
        flex-grow: 1;
    }
    .w-info div:nth-child(1) {
        display: block;
    }
}
.sunPath {
    position: absolute;
    top: -95px; left: 50%;
    transform: translateX(-50%);
    width: 320px; height: 95px;
    padding: 0;
    overflow: hidden;
}
.sunPath::before {
    content: '';
    position: absolute;
    bottom: -240px;
    left: 50%; 
    transform: translateX(-50%) rotate(var(--sunPathDeg));
    width: 335px;
    height: 335px;
    background-image: url('/assets/img/sun_path.svg');
    background-repeat: no-repeat;
    background-size: 335px;
    background-position: center;
    opacity: .5;
    filter: invert(1);
}
.night .sunPath {
    display: none;
}
.alerts {
    font-size: 1rem;
    text-align: center;
    line-height: 1.3;
    padding: 0 1rem 1rem;
}
    /* forecast */
.forecast {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.forecast > div {
    width: 50%;
}
@media screen and (max-width: 1100px) {
    .forecast > div {
        width: 100%;
    }
}
.today .track {
    position: relative;
    overflow: hidden;
}
.today .track > div {
    top: 0; left: 0;
    transform: translateX(0%);
    transition: 1s;
    display: flex;
    justify-content: left;
    align-items: center;
    width: fit-content;
}
.today .track > div.ready {
    position: absolute;
}
@media (hover: hover) {
    .today:hover {
        cursor: help;
    }
    .today:hover .track > div {
        transform: translateX(-50%);
    }
}
.today .track > div > div {
    width: calc(50vw / 6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: .4rem 1rem .2rem;
}
.today > div > div > div *:nth-child(1) {
    font-size: .9rem;
}
.today > div > div > div *:nth-child(3) {
    font-size: 1.1rem;
}
.today img {
    width: 48px;
    margin: .55rem 0;
}
.w-card {
    position: relative;
    border-radius: var(--radius);
}
.w-card header {
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: .3rem;
}
.w-card header span {
    font-size: 1rem;
    font-weight: 400;
}
.w-card table {
    width: 10%;
    font-size: .9rem;
}
.w-card td {
    white-space: nowrap;
    text-align: left;
    border: none;
    padding: 0 7px;
    vertical-align: middle;
}
.w-card table img {
    width: 28px;
}
.w-card table i {
    font-size: .9rem;
    padding-right: 7px;
}
.w-card table .c {
    text-align: right;
}
.w-card table span {
    display: flex;
    align-items: center;
}
.w-card .minmax {
    margin-bottom: .3rem;
}
.w-card .minmax td {
    font-size: 1.1rem;
}
.w-card .minmax i {
    font-size: 1.1rem;
}
.w-card .day {
    line-height: 1;
}
.w-card .moonphase {
    margin-top: .3rem;
}
.tomorrow .w-card {
    background: transparent !important;
}
.tomorrow .w-card > img,
.tomorrow .w-card > span {
    display: none;
}
.next-days {
    display: none;
    padding: 1rem;
}
.next-days .days {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 2.25rem;
    padding: 1rem 0 7rem;
}
@media screen and (max-width: 1100px) {
    .today .track > div > div {
        width: calc(100vw / 6);
    }
    .next-days .days {
        grid-template-columns: 1fr;
        justify-items: center;
    }
}
.next-days .w-card {
    padding: 1.5rem 1rem;
    box-shadow: 0 0 3rem #00000077;
    background: linear-gradient(to top, #555 50%, #00000055 100%);
}
.w-card > img {
    position: absolute;
    left: 1.25rem; top: 1rem;
    width: 50px;
}
.w-card > span {
    position: absolute !important;
    right: 1.5rem; top: .75rem;
    font-size: 1.5rem;
}
.next-days .w-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    border-radius: var(--radius);
    z-index: -1;
}
.bg35::before { background: #FF5722; }
.bg30::before { background: #FF7043; }
.bg25::before { background: #FF7043; }
.bg20::before { background: #FFAB91; }
.bg15::before { background: #FFCCBC; }
.bg10::before { background: #FBE9E7; }
.bg5::before { background: #E3F2FD; }
.bg0::before { background: #BBDEFB; }
.bg-5::before { background: #90CAF9; }
.bg-10::before { background: #64B5F6; }
.bg-15::before { background: #42A5F5; }
.bg-20::before { background: #2196F3; }
.bg-25::before { background: #1E88E5; }
    /* charts */
.charts {
    background: #333;
    padding: 2rem 1rem;
    margin-bottom: 1rem;
    border-radius: var(--radius);
    box-shadow: 0 0 3rem #00000077;
    background: linear-gradient(to bottom, #555 0%, #333 100%);
}
.chart-1 {
    width: 100%;
    height: 300px !important;
    margin-bottom: 2rem;
}
.chart-2 {
    width: 100%;
    height: 200px !important;
}
#moreButton {
    position: fixed;
    bottom: 1rem; left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 5;
}
#moreButton i {
    font-size: 3rem;
    color: #fff;
}
#moreButton i {
    animation: moveDown 3s ease-in-out alternate;
    animation-delay: 3s;
}
@keyframes moveDown {
    0% { transform: translateY(0); }
    20% { transform: translateY(3px); }
    40% { transform: translateY(0); }
    60% { transform: translateY(3px); }
    80% { transform: translateY(0); }
}
@media screen and (max-width: 768px) {
    #moreButton {
        display: none;
    }
}
    /* news */
#news .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.news-cell {
    width: 33%;
    padding: 0 13px 21px;
}
.news-cell.w {
    width: 66%;
}
@media screen and (max-width: 576px) {
    .news-cell, .news-cell.w {
        width: 100%;
    }
    .news-cell h6 {
        hyphens: auto;
    }
}
.news-cell a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%; height: 100%;
    text-decoration: none;
    text-align: left;
    padding: 1rem 1.5rem .75rem;
    color: #222;
    background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
    border-radius: var(--radius);
    transition: opacity .5s;
    overflow: hidden;
}
.night .news-cell a {
    color: #eee;
    background: linear-gradient(to bottom, #555 0%, #333 100%);
}
.news-cell h6 {
    flex-grow: 1;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #222;
    margin: 0 0 1rem;
}
.night .news-cell h6 {
    color: #eee;
}
.news-cell p {
    hyphens: auto;
}
.news-cell .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #777;
}
.night .news-cell .info {
    color: #999;
}
.news-cell .news-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-cell.hot .news-time::after {
    font-family: 'Material Icons';
    content: '\ea0b';
    font-size: 1.25rem;
    color: Tomato;
    margin-left: 5px;
}
.scale .news-time, .scale .source {
    font-size: 1.1rem;
}
.scale .news-cell h6 {
    font-size: 1.5rem;
    hyphens: auto;
}
.news .scale p {
    font-size: 1.1rem;
}
#scale {
    display: flex;
    justify-content: center;
    margin: 1rem 0 0;
}
#scale i {
    font-size: 1.75rem;
    margin: 0 .5rem;
}
.textDec { opacity: .7 !important; cursor: default; }
.textInc { opacity: 1 !important; cursor: pointer; }
.scale .textDec { opacity: 1 !important; cursor: pointer; }
.scale .textInc { opacity: .7 !important; cursor: default; } 
    /* calendar */
.calendar ul {
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 0 auto 1rem;
}
.calendar .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}
@media screen and (max-width: 768px) {
    .calendar .grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 576px) {
    .calendar .grid {
        grid-template-columns: 1fr;
    }
}
.calendar .grid h6 {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: .5rem 0;
}
.calendar .grid .activeMonth tbody {
    background: var(--card-day);
}
.night .calendar .grid .activeMonth table {
    background: var(--card-night); 
}
.calendar .activeDay {
    background: var(--red);
}
#today {
    max-width: 700px;
    text-align: left;
    border-radius: var(--radius);
    margin-top: 2rem;
    padding: 1rem 3rem 2rem;
}
.night #today {
    background: var(--night);
    color: #eee !important;
}
.day #today {
    background: var(--day);
}
.twilight #today {
    background: var(--twilight);
}
#today .title {
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: capitalize; 
    margin: 1rem 0;
}
#today .list,
#today .list a {
    font-weight: 400; 
}
#today .list a:hover {
    text-decoration: underline;
}
table {
    border-collapse: collapse;
    margin: 0 auto;
}
td, th {
    font-size: 1rem;
    text-align: center;
    border: 1px solid #ffffff55;
    padding: 5px 7px;
}
th {
    background: #ffffff55;
}
td.weekend, td.holiday {
    color: var(--pink);
}
    /* decore */ 
.night #scene {
    background: var(--night);
    color: #eee !important;
}
.day #scene {
    background: var(--day);
}
.twilight #scene {
    background: var(--twilight);
}
#scene {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.cloud {
    position: fixed;
    filter: blur(1.5rem);
}
.cloud-light {
    background: #fff;
    box-shadow: inset 0 -100px 50px 0 #777;
}
.cloud-heavy {
    background: #ccc;
    box-shadow: inset 0 -100px 50px 0 #555;
}
.night .cloud-light {
    background: #aaa;
    box-shadow: inset 0 -100px 50px 0 #333;
}
.night .cloud-heavy {
    background: #999;
    box-shadow: inset 0 -100px 50px 0 #111;
}
.fog {
    position: fixed;
    border-radius: 50%;
    background: #ccc;
    filter: blur(5rem);
    z-index: 1;
}
.night .fog {
    background: #aaa;
}
.rainBG {
    position: absolute;
	top:-50%;
    left: -50%;
    width: 200%; height: 200%;
}
.drop {
    position: fixed;
    width: 3px;
    background: linear-gradient(to bottom, #ffffff00 0%, #ffffffff 100%);
    border-radius: 0 0 50% 50%;
}
.snow {
    position: fixed;
    background: radial-gradient(circle, #ffffffff 50%, #ffffff00 100%);
    border-radius: 50%;
}
.star {
    position: fixed;
    background: white;
    transform: rotate(45deg);
}
.sun {
    position: fixed;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 100px 0 #ffeb3b;
    filter: blur(.1rem);
}
.sun::after {
    content: "";
    position: absolute;
    top: 50%; 
    left: 50%;
	transform: translate(-50%,-50%);
    width: 200px;
    height: 200px;
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 0 40px #fff59d, 0 0 80px #fff59d, 0 0 120px #fff59d;
    filter: blur(.3rem);
    opacity: .7;
}
#moon {
    position: fixed;
    top: 1.5rem;
    left: 50%; transform: translateX(-50%);
    width: 125px; height: 125px;
    background: #000;
    border-radius: 50%;
    overflow: hidden;
    z-index: 0;
}
#moon::before {
    content: "";
    position: absolute;
    top: 50%; left: 50%;
	transform: translate(-50%,-50%);
    width: 100%; height: 100%;
    background-size: 100%;
    background-position: center;
    opacity: .75;
    z-index: 1;
}
#moon::after {
    content: "";
    position: absolute;
    top: 50%; left: 50%;
	transform: translate(-50%,-50%);
    width: 100%; height: 100%;
    background: linear-gradient(to bottom, #00000000 0%, #00000055 75%);
    z-index: 2;
}
    /* 0 or 100 - Новолуние */
#moon.ph-0::before {
    /* background-image: url(../img/moon/); */
}
    /* 1-24 - Молодая Луна */
#moon.ph-1::before {
    background-image: url(/assets/img/moon/ph-1.svg);
}
    /* 25 - Первая четверть */
#moon.ph-2::before {
    background-image: url(/assets/img/moon/ph-2.svg);
}
    /* 26-49 - Растущая Луна */
#moon.ph-3::before {
    background-image: url(/assets/img/moon/ph-3.svg);
}
    /* 50 - Полнолуние */
#moon.ph-4::before {
    background-image: url(/assets/img/moon/ph-4.svg);
}
    /* 51-74 - Убывающая Луна */
#moon.ph-5::before {
    background-image: url(/assets/img/moon/ph-5.svg);
}
    /* 75 - Последняя четверть */
#moon.ph-6::before {
    background-image: url(/assets/img/moon/ph-6.svg);
}
    /* 76-99 - Старая Луна */
#moon.ph-7::before {
    background-image: url(/assets/img/moon/ph-7.svg);
}
    /* */
body:not(.index) .sun,
body:not(.index) #moon {
    display: none;
    content-visibility: hidden;
}
@media screen and (max-width: 768px) {
    .sun, #moon {
        display: none !important;
        content-visibility: hidden;
    }
}
.lightning {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: flash 3s linear;
    z-index: 1;
}
@keyframes flash { 
    0%,  95%,  98% { background-color: transparent }
    96%, 99%, 100% { background-color: #fff } 
}
.land {
    position: absolute;
    left: -100px;
    width: calc(100% + 200px);
    height: 200px;
    background: var(--landBG);
    box-shadow: 0 -7px 15px 0 #00000022;
}
.land-1 {
    bottom: -140px;
}
.land-2 {
    bottom: -155px;
}
.land-3 {
    bottom: -170px;
}
.land-4 {
    bottom: -185px;
}
.land-5 {
    bottom: -200px;
}
.night .land {
    background: linear-gradient(to bottom, var(--landBG) 0%, #000 10%);
    box-shadow: inset 0 15px 15px 0 #00000077;
}
.tree {
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url(/assets/img/tree.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.tree.sh::before {
    content: '';
    position: absolute;
    bottom: 0; 
    left: var(--treeShadow);
    transform: translateX(calc(var(--treeShadow) * -1));
    width: 70%; height: 7px;
    background: #000;
    border-radius: 3px;
    box-shadow: 0 0 7px 0 #000;
    opacity: .3;
    filter: blur(5px);
}
.night .tree {
    filter: contrast(300%);
}
.skewTree {
    transform-origin: bottom center;
    animation-name: skew;
    animation-delay: 3s;
    animation-duration: 7s;
}
@keyframes skew {
	0%   { transform: skewX(0deg); }
	25%  { transform: skewX(15deg); }
	75% { transform: skewX(-5deg); }
	100% { transform: skewX(0deg); }
}
#bird {
    position: absolute;
    bottom: -10px;
    width: 8px;
    height: 2px;
    display: inline-block;
    transform: skew(20deg, 20deg) scale(0.7);
}  
#bird:before,
#bird:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 20%;
}  
#bird:before {
    right: 49%;
    transform-origin: right;
    transform: rotate(-40deg);
    animation: flap-left .75s ease-in-out infinite;
}  
#bird:after {
    left: 49%;
    transform-origin: left;
    transform: rotate(40deg);
    animation: flap-right .75s linear infinite;
}
@keyframes flap-left {
    60% {
        transform: rotate(10deg);
    }
    75% {
        transform: rotate(20deg);
    }
    100% {
        transform: rotate(-40deg);
    }
}
@keyframes flap-right {
    60% {
        transform: rotate(-10deg);
    }
    75% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(40deg);
    }
}
    /* button */
a.button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none !important;
    color: #555;
    background: linear-gradient(to bottom, #eee 0%, #ddd 100%);
    margin: 0 0 1rem; 
    padding: .7rem 2rem .6rem;
    border-radius: 3px;
    white-space: nowrap;
    transition-duration: .3s;
}
@media (hover: hover) {
    a.button:hover {
        opacity: .75;
    }
}
button, button:focus {
    border: none !important;
    outline: none !important;
}
html::-webkit-scrollbar {
    width: 3px;
}
html::-webkit-scrollbar-track {
    background-color: #000;
}
html::-webkit-scrollbar-thumb {
    background-color: var(--theme);
}
    /* menu */
#menuToggle {
    position: fixed;
    right: 2rem; bottom: 1rem;
    cursor: pointer;
    transition: .5s;
    z-index: 7;
}
#menuToggle i {
    font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
    #menuToggle {
        right: 1rem;
    }
}
.menuOpen #menuToggle {
    transform: rotate(360deg);
    opacity: 1;
}
#menu {
    overflow: hidden;
    position: fixed;
    left: 0; top: 0; right: 0; bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 1.5rem;
    visibility: hidden;
    transform: scale(0);
    opacity: 0;
    transition: .3s;
    z-index: 6;
}
.day #menu, .twilight #menu {
    background: #00000077;
}
.night #menu {
    background: #000000cc;
}
.menuOpen #menu {
    visibility: visible;
    transform: scale(1);
    opacity: 1;
}
#menu a {
    width: 33vw;
    height: fit-content;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 0 2px #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: .75rem 1.5rem;
    box-shadow: inset 0 -1rem 1rem #00000033, 0 0 1rem #000;
} 
.day #menu a {
    background: var(--day2);
}
.night #menu a, .twilight #menu a {
    background: var(--night2);
} 
#menu a i {
    margin-right: 25px;
}
@media screen and (max-width: 768px) {
    #menu {
        align-content: start;
        gap: 1rem;
        padding: 1rem;
    }
    #menu a {
        width: calc(50% - 1rem);
    }
}
@media screen and (max-width: 576px) {
    #menu a {
        width: 100%;
    }
    #menu a.mh {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    #menu a i {
        display: none;
    }
}
    /* speech */
#speech {
    display: none;
    position: fixed;
    left: 2rem;
    bottom: 1rem;
    transition: .5s;
    cursor: pointer;
    z-index: 5;
}
#speech i {
    font-size: 2.5rem;
}
#speech.active {
    transform: rotate(360deg);
} 
@media screen and (max-width: 768px) {
    #speech {
        left: 1rem;
    }
}
    /* about */
.white {
    line-height: 1.3;
    color: #111;
    text-shadow: none;
    padding: 3rem 10%;
    background: #eee;
}
@media screen and (max-width: 576px) {
    .white {
        padding: 3rem 3%;
    }
}
.white h6 {
    color: #111;
    margin: 0 1rem 3rem;
}
.white a {
    text-decoration: underline;
    color: #111;
}
.white .iframe {
    max-width: 600px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background: #fff;
    padding: 1rem 0 0 1rem;
}
.about .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem 2rem;
    max-width: 500px;
    margin: 3rem auto 1rem;
}
.about .flex > div {
    align-self: center;
}
.about .flex i {
    font-size: 2rem;
    color: var(--theme);
}
i.rss {
    color: orange !important;
}
   /* share */
.share {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    margin: 5rem 0 1rem;
    cursor: pointer;
}
.share::after {
    content: '';
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    width: 100%; height: 30px;
    background: linear-gradient(90deg, #fff 0%, #ffffff00 50%, #fff 100%);
}
.share::before {
    content: 'ПОДЕЛИТЬСЯ';
    position: absolute;
    top: -1rem;
    font-size: 90%;
    font-weight: 700;
    letter-spacing: 2px;
    padding: .5rem .75rem 2.5rem;
    border-radius: 3px 3px 0 0;
    background: var(--color-2);
    background: linear-gradient(to bottom, #fff 0%, #ffffff00 100%);
    opacity: 0;
    transition: .5s;
}
@media screen and (min-width: 576px) and (hover: hover) {
    .share:hover::before {
        top: -2.5rem;
        opacity: 1;
    }
}
.share div {
    width: 60px; height: 60px;
    background-image: url(/assets/img/share.svg);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: 40% center;
    background-color: #fff;
    border: 10px solid var(--color-3);
    border-radius: 50%;
    z-index: 1;
}
#share.rotate .share div {
    animation: rotate 8s infinite cubic-bezier(0.5, -0.2, 0.5, 1.2);
}
@keyframes rotate {
    0%, 3% { transform: rotate(0deg); }
    22%, 27% { transform: rotate(90deg); }
    47%, 52% { transform: rotate(180deg); }
    72%, 77% { transform: rotate(270deg); }
    98%, 100% { transform: rotate(360deg); }
}
    /**/
#pogodaMskRu {
    max-width: 300px;
    margin: auto;
}
.text-center {
    text-align: center !important;
}
textarea {
    font-weight: bold;
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: 1rem auto;
    padding: 7px 15px;
    border: 2px solid #ddd;
    border-radius: 4px;
    box-shadow: inset 5px 5px 15px 0px #00000022;
}
video {
    display: block;
    width: 100%;
}
body.fireplace {
    background: linear-gradient(to bottom, #222 0%, #000 50%);
}
body.fireplace p i {
    font-size: 2rem;
}
details summary {
    font-weight: 700;
    list-style: none;
    cursor: pointer;
}
summary::-webkit-details-marker,
summary::marker {
    display: none;
}
summary::before {
	font-family: 'Material Icons';
	content: '\e5df';
    font-size: 1.7rem;
    color: var(--theme);
    display: inline-block;
    vertical-align: middle;
}
details[open] summary::before {
    content: '\e5c5';
    color: red;
}
details summary span {
    text-decoration: underline;
}
details p {
    text-align: justify;
    max-width: 500px;
    margin: 1rem auto;
}
details::details-content {
    opacity: 0;
    transition: opacity .5s, content-visibility .5s allow-discrete;
}
details[open]::details-content {
    opacity: 1;
    transition: opacity 1s;
}   
    /* donate  */
@media screen and (max-width: 576px) {
    .donate  iframe {
        width: 100%;
    }
}
    /* tooltip */
[data-tooltip] {
    position: relative;
    cursor: help;
}
[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    font-family: var(--fontFamily);
    font-size: 1rem;
    line-height: 1.2 !important;
    color: #fff;
    padding: 7px 16px 8px;
    border-radius: var(--radius);
    background: linear-gradient(to bottom, #555 0%, #333 100%);
    box-shadow: 0 0 1rem #00000077;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}
[data-tooltip]::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #333;
    opacity: 0;
    transition: .25s;
}
[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
}
