/* Minification failed. Returning unminified contents.
(321,29): run-time error CSS1034: Expected closing parenthesis, found ','
(321,29): run-time error CSS1042: Expected function, found ','
(321,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(367,29): run-time error CSS1034: Expected closing parenthesis, found ','
(367,29): run-time error CSS1042: Expected function, found ','
(367,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
html, body {
    height: 100%;
}

body {
    background: #0B0B0B;
    font-family: Roboto;
    font-style: normal;
    margin: 0;
    color: white;
}

header .login-btn svg {
    cursor: pointer;
    color: #FFC80A;
    vertical-align: middle;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:hover {
    text-decoration: none;
}
/* The article fills all the space between header & footer */
body {
    display: flex;
    flex-direction: column;
}

#page-content {
    position: relative;
    flex: 1;
}

header > div, footer > div {
    text-align: -webkit-center;
    background: rgba(255, 255, 255, 0.05);
}

    header > div > div, footer > div > div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    header > div > div {
        height: 80px;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
    }

    footer > div > div {
        height: 64px;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
    }

header .logo {
    color: #FFC80A;
    width: 198px;
    height: 32px;
    top: 2px;
    position: relative;
}

footer .logo {
    color: #9B9B9B;
    width: 146.6px;
    height: 21.45px;
    top: 2px;
    position: relative;
}

.grey-light, .grey-light a {
    color: #E6E6E6;
}

.grey, .grey a {
    color: #9B9B9B;
}


.grey-dark, .grey-dark a {
    color: #6A6A6A;
}

.login-btn {
    padding: 10px 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #E6E6E6;
}

.nowrap {
    white-space: nowrap;
}

.back-ellipse-box, .back-ellipse-box2 {
    width: 100vw;
    height: 200vh;
    height: 200dvh;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.back-ellipse-box {
    top: 0px;
    right: 0px;
}

    .back-ellipse-box .back-ellipse {
        bottom: unset;
    }

.back-ellipse-box2 {
    bottom: -64px;
    right: 0px;
}

.back-ellipse {
    position: absolute;
    width: 100vh;
    height: 100vh;
    right: calc(100vh - 150vh);
    bottom: calc(100vh - 150vh);
    background: #202020;
    border-radius: 50%;
    /*filter: blur(550px);*/
    z-index: -1;
}


.nav-bar {
    height: calc(100vh - 80px);
    height: calc(100svh - 80px);
    align-items: center;
    justify-content: center;
}

    .nav-bar:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100vh - 80px);
        height: calc(100svh - 80px);
        opacity: 0.1;
        background: url(/Content/IMG/nav-bar.webp) repeat;
        background-repeat: no-repeat;
        background-size: cover;
    }

.nav-bar-title {
    font-weight: 300;
    /*font-size: 100px;
    line-height: 117px;*/
    font-size: 80px;
    line-height: 94px;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}

.nav-bar, .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-bar-content, .for-who, .how-work, .how-much, .access, header > div > div, footer > div > div, .width-920 {
    /*width: 1000px;*/
    /*margin: 0px 40px;*/
    width: 920px;
}

.nav-bar-content {
    padding-left: 40px;
    border-left: 4px solid #FFC80A;
    margin-bottom: 40px;
}

    .nav-bar-content a, .nav-bar-content span {
        color: #FFC80A;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        padding: 0px 40px;
        border-left: 1px solid #FFC80A;
    }

        .nav-bar-content a:first-child, .nav-bar-content span:first-child {
            padding-left: 0px;
            border-left: 0px;
        }

.content, .how-work, .how-much, .access {
    padding-top: 200px;
}

.content {
    position: relative;
}

.for-who-title, .how-work-title, .how-much-title, .access-title {
    font-weight: 300;
    /*font-size: 60px;
    line-height: 70px;*/
    font-size: 40px;
    line-height: 47px;
    padding-left: 40px;
    border-left: 4px solid #FFC80A;
    display: block;
}

.for-who > div {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

    .for-who > div > div {
        margin-left: 40px;
    }

        .for-who > div > div span {
            /*font-weight: 300;
            font-size: 40px;
            line-height: 47px;*/
            font-weight: 400;
            font-size: 30px;
            line-height: 35px;
            color: #FFC80A;
        }

        .for-who > div > div ul {
            /*font-weight: 300;
            font-size: 24px;
            line-height: 28px;*/
            font-weight: 400;
            font-size: 18px;
            line-height: 21px;
            color: #9B9B9B;
            margin: 10px 0px;
            list-style: none;
        }

            .for-who > div > div ul li {
                margin-bottom: 8px;
                position: relative;
            }

                .for-who > div > div ul li:before {
                    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAECAYAAACOXx+WAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAhSURBVHgBzcwxAQAACAIw9DSbxUkFJThYgI14j6BFWH9osIsCJtGrqzgAAAAASUVORK5CYII=');
                    position: absolute;
                    top: -5px;
                    left: -40px;
                }

.for-who img {
    /*width: 200px;
    height: 200px;*/
    width: 160px;
    height: 160px;
    object-fit: cover;
    border: 4px solid #FFC80A;
    /*filter: drop-shadow(0px 0px 120px rgba(255, 200, 10, 0.3));*/
    border-radius: 0px;
}

.for-who .for-who-img-mobile {
    display: none;
}

.how-work svg {
    height: 44px;
    width: 44px;
    color: #FFC80A;
}

.how-work > div > div span {
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
}

.how-work ul {
    /*font-weight: 300;
    font-size: 24px;
    line-height: 28px;*/
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #9B9B9B;
    list-style: none;
}

.how-work .how-work-content {
    margin-left: -40px;
    display: flex;
    flex-flow: wrap;
    /*filter: drop-shadow(0px 0px 50px rgba(255, 200, 10, 0.1));*/
}

.how-work .how-work-block {
    margin-top: 40px;
    margin-left: 40px;
    /*width: 480px;*/
    width: calc(50% - 40px);
    height: unset;
    position: relative;
    background: rgb(32,32,32, 0.2);
    overflow: hidden;
}

    .how-work .how-work-block > div {
        height: 100%;
        width: 100%;
        padding: 40px;
        /*background: linear-gradient(135deg, rgba(255, 200, 10,0.01) 0%, rgba(255, 200, 10,0.01) 80%, rgba(255, 200, 10,0.1) 100%);*/
        background: radial-gradient(circle at 100% 100%, rgba(255, 200, 10,0.1) 0%, rgba(255, 200, 10,0.01) 50%, rgba(255, 200, 10,0) 100%);
    }

    .how-work .how-work-block > div > div {
        display: flex;
        align-items: center;
    }

    .how-work .how-work-block span {
        margin-left: 30px;
    }

.how-work ul li {
    position: relative;
    margin-bottom: 20px;
    /*list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAECAYAAACOXx+WAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAhSURBVHgBzcwxAQAACAIw9DSbxUkFJThYgI14j6BFWH9osIsCJtGrqzgAAAAASUVORK5CYII=');*/
}

    .how-work ul li:before {
        content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAECAYAAACOXx+WAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAhSURBVHgBzcwxAQAACAIw9DSbxUkFJThYgI14j6BFWH9osIsCJtGrqzgAAAAASUVORK5CYII=');
        position: absolute;
        top: -5px;
        left: -40px;
    }

.how-much .how-much-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 40px;
}

.how-much .how-much-block {
    margin-top: 40px;
    width: 333.33px;
    height: 529px;
    background: rgb(32,32,32, 0.2);
    position: relative;
    overflow: hidden;
}

.how-much .how-much-period-box {
    display: flex;
    gap: 10px;
    padding-top: 5px;
}

.how-much .how-much-period {
    padding: 1px 10px;
    border-radius: 15px;
    cursor: pointer;
    border: 2px solid transparent;
}

    .how-much .how-much-period.active {
        background: #FFC80A32;
        border: 2px solid #FFC80A;
    }

.how-much .how-much-block-title {
    margin: 10px;
    background: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 80px;
}

    .how-much .how-much-block-title > div:first-child {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
    }

    .how-much .how-much-block-title > div:last-child {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #c1c1c1;
    }

.how-much .how-much-block-price {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #FFC80A;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.how-much-block-price > div {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #9B9B9B;
}

.how-much ul {
    list-style: none;
    /*font-weight: 300;
    font-size: 18px;
    line-height: 21px;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding-right: 40px;
    margin: 0px;
}

.how-much li {
    padding: 16px 0px;
    border-bottom: 1px solid #6A6A6A;
}

    .how-much li:last-child {
        border-bottom: 0px;
    }

.how-much-anat {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-top: 40px;
/*    font-weight: 300;
    font-size: 24px;
    line-height: 28px;*/
    text-align: center;
    color: #9B9B9B;
}

.access {
    margin-bottom: 250px;
}

    .access > div {
        margin: 40px 0px;
        font-weight: 300;
        /*font-size: 30px;
        line-height: 35px;*/
        font-size: 24px;
        line-height: 28px;
        color: #9B9B9B;
    }

        .access > div span {
            color: #FFC80A;
        }

    .access a {
        padding: 20px 32px;
        background: #FFC80A;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        color: #0B0B0B;
        display: inline-block;
    }

.how-much-ellipse {
    display: grid;
    height: 100%;
    background: radial-gradient(circle at 100% 100%, rgba(255, 200, 10,0.1) 0%, rgba(255, 200, 10,0.01) 50%, rgba(255, 200, 10,0) 100%);
}

.rub {
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
}

::-webkit-scrollbar-track {
    background-color: #171717; /*Цвет скролла*/
}

::-webkit-scrollbar-thumb {
    border-radius: 5px; /*Закругление ползунка*/
    background-color: #6a6a6a; /*Цвет ползунка*/
}

::-webkit-scrollbar {
    width: 6px; /*Толщина скролла*/
}

.about {
    font-size: 24px;
    font-weight: 300;
    height: 100%;
    margin: auto;
    padding: 0 !important;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .about .about-title {
        font-size: 24px;
        font-weight: 700;
        margin-top:20px;
    }

.mb-40{
    margin-bottom: 40px;
}

.gold {
    color: #FFC80A;
}
/*@media all and (max-width: 1100px) {
    .nav-bar-content, .for-who, .how-work, .how-much, .access, header > div > div, footer > div > div {
        width: 770px;
    }

    header > div, footer > div {
        min-width: 340px;
    }

    .nav-bar, .content {
        min-width: 340px;
    }

    .nav-bar-title {
        font-size: 80px;
        line-height: 94px;
    }

    .nav-bar-content a {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
    }

    .for-who-title, .how-work-title, .how-much-title, .access-title {
        font-weight: 300;
        font-size: 40px;
        line-height: 47px;
    }

    .for-who > div > div span {
        font-weight: 400;
        font-size: 30px;
        line-height: 35px;
    }

    .for-who > div > div ul, .how-work ul {
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
        padding-inline-start: 15px;
    }

    .how-work ul {
        margin-bottom: 0px;
    }

        .for-who > div > div ul li:before, .how-work ul li:before {
            content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAACCAYAAABllJ3tAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAdSURBVHgBhcAxAQAACAIw9DSbxUkFDWAj3iNYFAaIowIipJxr2wAAAABJRU5ErkJggg==');
            position: absolute;
            top: -4px;
            left: -15px;
        }

    .for-who img {
        width: 160px;
        height: 160px;
    }

    .how-work svg {
        height: 34px;
        width: 34px;
    }

    .how-work > div > div span {
        font-weight: 400;
        font-size: 30px;
        line-height: 35px;
    }

    .how-work .how-work-block {
        width: 365px;
        height: unset;
    }

        .how-work .how-work-block span {
            margin-left: 14px;
        }

    .how-work ul li {
        position: relative;
    }

        .how-work ul li:last-child {
            margin-bottom: 0px;
        }

    .how-much .how-much-block {
        height: 430px;
    }

    .how-much .how-much-block-title div:first-child {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
    }

    .how-much .how-much-block-title div:last-child {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
    }

    .how-much ul {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 8px;
    }

    .how-much li {
        padding: 8px 0;
    }

    .how-much .how-much-block-title {
        height: 59px;
    }

    .how-much .how-much-block-price {
        font-weight: 700;
        font-size: 32px;
        line-height: 38px;
    }

    .rub {
        font-weight: 400;
        font-size: 32px;
        line-height: 38px;
    }

    .how-much-anat {
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
    }

    .access > div {
        font-weight: 300;
        font-size: 24px;
        line-height: 28px;
    }

    .access a {
    }

    .access {
        margin-bottom: 100px;
    }

    footer > div > div {
        font-weight: 300;
        font-size: 10px;
        line-height: 14px;
        margin: 0 20px;
    }
}*/

@media all and (max-width: 950px) {
    .nav-bar-content, .for-who, .how-work, .how-much, .access, header > div > div, footer > div > div {
        width: 320px;
        margin: 0px 20px;
    }

        .for-who .for-who-img-mobile {
            display: block;
        }

        .for-who .for-who-img {
            display: none;
        }

    header > div, footer > div {
        min-width: 340px;
    }

    header .login-btn svg {
        display: block;
    }

    header .login-btn span {
        display: none;
    }

    .nav-bar, .content {
        min-width: 340px;
    }

    .nav-bar {
        max-height: 320px;
    }

        .nav-bar:before {
            max-height: 320px;
        }

    .nav-bar-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 8px;
    }

    .nav-bar-content {
        padding-left: 8px;
    }

        .nav-bar-content a, .nav-bar-content span {
            font-weight: 300;
            font-size: 14px;
            line-height: 16px;
            padding: 0 10px;
        }

    .for-who-title, .how-work-title, .how-much-title, .access-title {
        font-weight: 300;
        font-size: 20px;
        line-height: 23px;
        padding-left: 10px;
    }

    .for-who > div > div span {
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
    }

    .for-who > div > div ul, .how-work ul {
        font-size: 14px;
        line-height: 21px;
        margin: 12px 0;
        padding-inline-start: 15px;
        color: #E6E6E6;
    }

    .how-work ul {
        margin-bottom: 0px;
    }

        .for-who > div > div ul li:before, .how-work ul li:before {
            content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAACCAYAAABllJ3tAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAdSURBVHgBhcAxAQAACAIw9DSbxUkFDWAj3iNYFAaIowIipJxr2wAAAABJRU5ErkJggg==');
            position: absolute;
            top: -4px;
            left: -15px;
        }

    .for-who > div {
        margin-top: 18px;
        flex-direction: column-reverse;
        background: radial-gradient(circle at 100% 100%, rgba(255, 200, 10,0.1) 0%, rgba(255, 200, 10,0.02) 50%, rgba(32,32,32,0.3) 100%);
        padding: 15px 16px;
    }

        .for-who > div > div {
            margin-left: 8px;
        }

    .for-who img {
        width: 288px;
        height: 100px;
        opacity: 0.8;
        object-fit: cover;
        border: 0;
        border-radius: 0;
    }

    .content, .how-work, .how-much, .access {
        padding-top: 60px;
    }

        .how-work svg {
            height: 24px;
            width: 24px;
        }

        .how-work > div > div span {
            font-weight: 400;
            font-size: 18px;
            line-height: 21px;
        }

        .how-work .how-work-content {
            margin-left: -20px;
        }

        .how-work .how-work-block {
            height: unset;
            width: unset;
            margin-top: 16px;
            margin-left: 20px;
        }

            .how-work .how-work-block > div {
                padding: 16px;
            }

            .how-work .how-work-block span {
                margin-left: 14px;
            }

        .how-work ul li {
            position: relative;
            margin-bottom: 8px;
        }

            .how-work ul li:last-child {
                margin-bottom: 0px;
            }

        .how-much .how-much-content {
            flex-direction: column-reverse;
            align-items: unset;
            padding: 0;
            gap: 0px;
        }

        .how-much .how-much-block {
            width: unset;
            height: unset;
            margin-top: 8px;
            cursor: pointer;
        }

            .how-much .how-much-block:last-child {
                margin-top: 16px;
            }

        .how-much .how-much-block-title > div:first-child {
            font-weight: 700;
            font-size: 18px;
            line-height: 21px;
        }

        .how-much .how-much-block-title >  div:last-child {
            font-weight: 400;
            font-size: 12px;
            line-height: 14px;
        }

        .how-much ul {
            font-size: 14px;
            margin-bottom: 8px;
        }

        .how-much li {
            padding: 8px 0;
        }

        .how-much .how-much-block-title {
            height: 59px;
        }

            .how-much .how-much-block-title:before {
                content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABrSURBVHgB7Y67DYAwDETvAgVjZA0qYFM2SckaGYPOfITSICUODUX8JEuW7bszYBhGY8g2+KtqNE57eBvTBZChJoSao2QO+GcSIbJw3GNJWwx4m6eNKoTfzPUhPbJ0Mygrcv9RprOJMAzjPw5L3ihIx/vKVgAAAABJRU5ErkJggg==');
                position: absolute;
                transform: rotate(180deg);
                top: 27px;
                right: 27px;
            }

        .how-much .how-much-block.show .how-much-block-title:before {
            transform: rotate(0deg);
        }

        .how-much .how-much-block .how-much-block-price, .how-much .how-much-block ul {
            display: none;
        }

        .how-much .how-much-block .how-much-block-price, .how-much .how-much-block ul {
            display: none;
        }

        .how-much .how-much-block.show ul {
            display: block;
        }

        .how-much .how-much-block.show .how-much-block-price {
            display: flex;
        }

        .how-much .how-much-block-price {
            font-weight: 700;
            font-size: 24px;
            line-height: 28px;
            height: 49px;
        }

    .rub {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
    }

    .how-much-anat {
        margin-top: 8px;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }

    .access > div {
        margin: 10px 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #E6E6E6;
    }

    .access a {
        padding: 12px 32px;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        display: block;
        text-align: center;
    }

    .access {
        margin-bottom: 100px;
    }

    footer > div > div {
        height: 84px;
        font-weight: 300;
        font-size: 14px;
        line-height: 14px;
        flex-direction: column;
        gap: 4px;
        justify-content: center;
    }

    .back-ellipse-box2 {
        bottom: -84px;
    }
}
/*@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(/Content/Fonts/Roboto/Roboto-Thin.ttf) format('truetype');
}*/

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(/Content/Fonts/Roboto/Roboto-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(/Content/Fonts/Roboto/Roboto-Regular.ttf) format('truetype');
}
/*
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(/Content/Fonts/Roboto/Roboto-Medium.ttf) format('truetype');
}*/

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(/Content/Fonts/Roboto/Roboto-Bold.ttf) format('truetype');
}

/*@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto Black'), local('Roboto-Black'), url(/Content/Fonts/Roboto/Roboto-Black.ttf) format('truetype');
}
*/
