h1 {
    font-size: 2.4rem;
    line-height: 120%;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1rem;
}
h2 {
    font-size: 1.8rem;
    line-height: 120%;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1rem;
}
h3 {
    font-size: 1.6rem;
    line-height: 120%;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1rem;
}
p {
    font-size: 1.4rem;
    margin-top: 0.5em;
    line-height: 125%;
    font-weight: normal;
    letter-spacing: .25px;

}


.main {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    overflow: auto;
}
.kostyl {

}

.table-wrapper {

    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    align-items: center;
    overflow: hidden;
}

.table-wrapper:before{
    position: absolute;
    content: "";
    width: 100%;
    height: var(--line);
    background-color: var(--outline);
    left: 0;
    top: var(--marg);
    transform: scaleY(var(--line-scale));
    transform-origin: 0 0;
}


.table-wrapper:after{
    position: absolute;
    content: "";
    height: 100%;
    width: var(--line);
    background-color: var(--outline);
    left: 50%;
    top: 0;
    transform: scaleX(var(--line-scale));
    transform-origin: 0 0;
}



.table-body {
    width: 100%;
    max-width: 1600px;
    position: relative;
    padding:var(--marg) 0;
}


.table-body:before{
    position: absolute;
    content: "";
    height: 100%;
    width: var(--line);
    background-color: var(--outline);
    top: 0;
    left: var(--marg);
    transform: scaleX(var(--line-scale));
    transform-origin: 0 0;
}

.table-body:after{
    position: absolute;
    content: "";
    height: 100%;
    width: var(--line);
    background-color: var(--outline);
    top: 0;
    right: var(--marg);
    transform: scaleX(var(--line-scale));
    transform-origin: 0 0;
}

.table-row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 0 var(--marg);
}

.table-row:after {
    position: absolute;
    content: "";
    width: 300%;
    height: var(--line);
    background-color: var(--outline);
    left: -100%;
    bottom: 0;
    transform: scaleY(var(--line-scale));
    transform-origin: 0 0;
}

.table-col {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: var(--col-pad);
    gap: var(--col-gap);
}
.nogap {
    gap:0;
}
.table-col-25 {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: var(--col-pad);
    gap: var(--col-gap);
}

.table-col-100 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: var(--col-pad);


}
.table-col-100-0 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--col-pad);


}


.table-row-2 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: var(--col-pad);
}
.table-row-2.four {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: var(--marg-2);
}
.table-row-2.divider {
    gap: var(--marg-2);
}
.divider:after{
    position: absolute;
    content: "";
    height: calc(100% + var(--marg-2));
    width: var(--line);
    background-color: var(--outline);
    left: 50%;
    top: calc(var(--col-pad)*(-1));
    transform: scaleX(var(--line-scale));
    transform-origin: 0 0;
}


.pikture-100 {
    width: 100%;

}
.pikture-100.app {
    border-radius: .3em;
    overflow: hidden;
    padding: var(--app-pad);

    line-height: 1px;

}
.pikture-100.thumb {
    border-radius: .4em;
    overflow: hidden;
    line-height: 1px;
}
.pikture-100.app.vert {
    padding: var(--app-pad-2);
    max-width: 400px;
}
.pikture-100 img {
    width: 100%;
    height: auto;

    line-height: 1px;
}
.pikture-100.app img {
    border-radius: .35em;
}


.frame-veg{
    width: var(--shir);
    height: calc(  var(--shir) *(0.3) );
    zoom: 0.5;
}
#vb-frame{
    width: 100%;
    zoom: 0.5;
}
#meteo-frame {
    width: 100%;
    zoom: 0.5;
}

.fonte {
    zoom: 0.5;
}

.wc {
    zoom: 0.5;
    overflow: hidden;
}


.piano-scores {

    border: 1px solid #999;
}

.ramka img, .ramka-2 {
    border: 1px solid #e0e0e0;
}

a.home-body {
    text-decoration: none;
 border: 1px solid transparent;
    border-radius: .4em;
    position: relative;
    display: block;


}
a.home-body.picz:hover:after {
    position: absolute;
    content: "";
    left: -3px;
    top: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 0;
    border: 1px solid #000;
}

.mobile-two .table-row {
    justify-content: center;
}
.mobile-two .pikture-100.app.vert {
    max-width: 400px;

}
.mobile-two .table-col {
    align-items: center;
}
#back {

    display: none;
    align-items: center;        /* вертикальное центрирование */
    justify-content: center;    /* горизонтальное центрирование (опционально) */
    vertical-align: center;
    height: 4rem;
    padding: 0 8px;
    font-size: 1.1rem;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 8px;
    color: #fff;
    backdrop-filter: blur(4px);
    border: none;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    /* line-height: 2rem;  ← удалите или закомментируйте */
}

.inner #back {
    display: inline-flex;
}
.video-container {
    width: 100%;

    background: #000;
    overflow: hidden; /* для скругления углов, если нужно */
    border-radius: 0; /* поставь значение, если нужны скругления */
}
.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* или contain – меняй как надо */
    display: block;
}

a.link {

}