﻿@import url("/Content/Web/Fonts/Segoe-UI-Variable.css");
@import url("Loader.css");

html {
    font-size: 20px;
    font-family: 'SegoeUI-Variable', 'Segoe UI', 'SegoeUI-Light', Tahoma, Geneva, Verdana, sans-serif;
    scroll-behavior: smooth !important;
}

body {
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 1.0rem;
    overflow: hidden;
    background-color: transparent;
}

.sBodyContaner {
    display: block;
    float: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0rem;
    top: 0rem;
    user-select: text;
    pointer-events: auto;
    margin: 0rem;
    padding: 0.0rem;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: transparent;
    min-height: 0rem;
    container-type: inline-size;
}
    section {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        min-height: 0rem;
        height: auto;
        opacity: 1;
    }
    section.page {
        margin-bottom: 1rem;
    }
        section .sWide {
            display: grid;
            position: relative;
            width: 100%;
            height: auto;
            margin: 0rem;
            grid-template-columns: 1fr 48rem 1fr;
            background-color: transparent;
            padding: 0.25rem 0rem;
            grid-gap: 0rem;
        }
            section .sWide .sBody {
                display: flex;
                position: relative;
                width: auto;
                height: auto;
                left: auto;
                top: auto;
                pointer-events: auto;
                margin: 0rem;
                min-height: 0;
                background-color: transparent;
                padding: 0rem;
                flex: 1 1 48rem;
                align-self: center;
                grid-row: 1 / 2;
                grid-column: 2 / 3;
                flex-direction: column;
            }
            section .sWide .sText {
                flex-direction: column;
                padding: 0rem;
            }
            section .sWide .sGrid {
                display: grid;
                grid-template-columns: repeat(12, 1fr);
                grid-template-rows: auto;
                grid-gap: 0.5rem;
                width: auto;
                height: auto;
                padding: 0rem;
            }

::-webkit-scrollbar {
    width: 0.35rem;
}

::-webkit-scrollbar-thumb {
    border-width: 0.05rem 0.05rem 0.05rem 0.1rem;
    border-radius: 0.25rem;
}

    ::-webkit-scrollbar-thumb:hover {
        border-width: 0.05rem 0.05rem 0.05rem 0.1rem;
        width: 0.5rem;
    }

::-webkit-scrollbar-track {
    border-width: 0;
}

    ::-webkit-scrollbar-track:hover {
        border-left: solid 0.05rem transparent;
    }

::-webkit-scrollbar:hover {
    width: 0.55rem;
}

.sWeight200 {
    text-stroke-width: 0.01em;
    -webkit-text-stroke-width: 0.01em;
}

.sWeight300 {
    text-stroke-width: 0.02em;
    -webkit-text-stroke-width: 0.02em;
}

.sWeight400 {
    text-stroke-width: 0.03em;
    -webkit-text-stroke-width: 0.03em;
}

.sWeight500 {
    text-stroke-width: 0.04em;
    -webkit-text-stroke-width: 0.04em;
}

.sWeight600 {
    text-stroke-width: 0.05em;
    -webkit-text-stroke-width: 0.05em;
}

.sWeight700 {
    text-stroke-width: 0.06em;
    -webkit-text-stroke-width: 0.06em;
}

.sWeight800 {
    text-stroke-width: 0.07em;
    -webkit-text-stroke-width: 0.07em;
}

.sWeight900 {
    text-stroke-width: 0.08em;
    -webkit-text-stroke-width: 0.08em;
}

.sWeight1000 {
    text-stroke-width: 0.09em;
    -webkit-text-stroke-width: 0.09em;
}
.sWeight1100 {
    text-stroke-width: 0.10em;
    -webkit-text-stroke-width: 0.10em;
}

div#sProgressScreen {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background-color: transparent;
    overflow: hidden;
    user-select: none;
    pointer-events: auto;
    opacity: 0;
    z-index: 50;
    backdrop-filter: blur(0.25rem);
    gap: 3rem;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.progress-circle {
    position: relative;
    width: 6rem;
    height: 6rem;
    transform-origin: center center;
    transform: scale(1.5);
}
.circle-svg {
    transform: rotate(-90deg); /* чтобы прогресс начинался сверху */
    width: 100%;
    height: 100%;
}
.circle-bg {
    fill: none;
    stroke-width: 3;
}
.circle-bar {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 283; /* длина окружности (2πr, r=45) */
    stroke-dashoffset: 283; /* изначально скрыто */
    transition: stroke-dashoffset 0.5s linear; /* плавная анимация */
}
.circle-text {
    position: absolute;
    top: calc(50% - 0.05rem);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1em;
    font-family: 'SegoeUI-Variable', 'Segoe UI', 'SegoeUI-Light', Tahoma, Geneva, Verdana, sans-serif;
}
    .circle-text:after {
        content: "%";
        position: absolute;
        bottom: 0.1rem;
        right: -0.85rem;
        transform: none;
        font-size: 1.0rem;
        font-weight: 600;
        line-height: 1em;
        font-family: 'SegoeUI-Variable', 'Segoe UI', 'SegoeUI-Light', Tahoma, Geneva, Verdana, sans-serif;
    }
.progress-text {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1em;
    font-family: 'SegoeUI-Variable', 'Segoe UI', 'SegoeUI-Light', Tahoma, Geneva, Verdana, sans-serif;
}

svg.icon-sprite {
    shape-rendering: geometricPrecision;
    stroke-linecap: round;
    stroke-linejoin: round;
}
svg.icon-sprite > use {
    stroke-width: 0.2rem;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.ico-present {
    height: 5rem;
    width: auto;
    margin: 2rem;
}




@keyframes sFade {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sUnFade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}