:root {
    --red-color: #E42312;
    --blue-color: #0F70CA;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(../fonts/gloss-normal-cyr-ext.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(../fonts/gloss-normal-cyr.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(../fonts/gloss-normal-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Golos Text';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(../fonts/gloss-normal-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*cabinet menu*/
.navbar--user_menu {
    margin: 1em auto;
}
.navbar--user_menu .nav-link {
    color: rgba(17, 17, 17, 0.3);
}

.navbar--user_menu .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--blue-color);
    text-decoration: underline;
}

.has-error .invalid-feedback {
    display: block;
}

.required .control-label:after {
    content: '*';
    color: var(--red-color);
}

span.required {
    color: var(--red-color);
}

.form-wrap__input.form-control:not([disabled]) {
    border-color: var(--blue-color);
    background-color: #fff;
}

@media (min-width: 992px) {
    .title-menu .menu>* {
        padding-left: 1px;
        padding-right: 1px;
    }
}

/*help chat*/
#hde-container {
    right: 82px !important;
    bottom: 13px !important;
}

@media (max-width: 481px) {
    #hde-container {
        right: 0 !important;
        bottom: 0 !important;
    }

    .btn-to-top-wrap .btn-to-top {
        bottom: 93px !important;
        right: 20px !important;
    }
}

.sFaq a {
    color: #ffffff;
    text-decoration: underline;
}

.sFaq a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.form-wrap__input-wrap + .field-annotation {
    margin-top: -1rem;
}

.field-annotation {
    margin-bottom: 2rem;
}

label > a {
    color: var(--blue-color) !important;
}

.sAuth__tabs-btn {
    text-align: center;
    text-decoration: underline;
    padding-top: 10px;
    background-color: #f3f8fb;
    color: var(--blue-color);
}
.sAuth__tabs-btn:not(:last-child) {
    text-align: center;
    text-decoration: underline;
    padding-top: 10px;
    background-color: #f3f8fb;
    color: var(--blue-color);
}

.help-block {
    color: var(--red-color);
}

.proposal-green {
    background: rgba(0, 128, 0, 0.2);
}

.proposal-red {
    background: rgba(228, 35, 18, 0.2);
}

.sUser__top-nav a .icon {
    fill: #b8b8b8;
}

.sUser__top-nav a.active .icon {
    fill: var(--blue-color);
}

.sNarod-vote {
    background: #0f70ca;
    border-radius: 24px;

    background: url("/2024/img/narod-vote-bg.jpg");
}

.sNarod-vote .bg-1 {

    background: url("/2024/img/narod-vote-bg-1.svg");
    border-radius: 24px;

    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

.sNarod-vote .bg-1 .bg-2 {
    background: linear-gradient(270.56deg, rgba(15, 112, 202, 0) -3.33%, #0F70CA 71.5%);
    border-radius: 24px;
}

.sNarod-vote__content {

    padding: 3.25rem 3.875rem 4rem;
}

.btn-white, .btn-white:hover {
    background-color: #ffffff;
    color:  rgba(15, 112, 202, 1);
}

.sNarod-vote h3 {
    font-weight: 500;
    font-size: 2.625rem;
    line-height: 2.625rem;
    letter-spacing: 0;
    margin-bottom: 101px;
    word-wrap: break-word;
}

@media (max-width: 991.98px) {
    .sNarod-vote h3  {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-bottom: 50px;
    }

    .sNarod-vote p {
        font-size: 1rem !important;
    }

    .sNarod-vote__text {
        margin-bottom: 70px !important;
    }
}

.sNarod-vote__text {
    margin-bottom: 149px
}

.sNarod-vote p {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0;
}

.mr-015 {
    margin-right: .15rem !important;
}

.top-nav__logo {
    color: #ffffff;
}

.nomination-card {
    padding: 15px;
}

.nomination-card > div {
    background-color: rgba(213, 213, 213, 0.3);
    padding: 15px;
    border-radius: 5px;
    height: 100%;
}

.nomination-card p {
    margin-top: 24px;
color: #cb9b56;
}

.header--js .top-nav {
    border-radius: 0 !important;
}

.sAuth__tabs-btn:not(:last-child), .sAuth__tabs-btn {
    text-decoration: none;
}

.header--js .proposal-btn__wrapper {
    padding-top: 1.0625rem;
}

.headerBlock p  {
    font-size: 18px;
    line-height: 22px;
}

.app-logo__text {
    display: none;
}

.change-logos--js .app-logo__img {
    display: none;
}

.change-logos--js .app-logo__text {
    display: inline-block;
}

.menu-item .active {
    font-weight: bold;
}

.section-title__nominations {
    margin-bottom: 20px !important;
}

.sNews .section-title {
    margin-bottom: 10px;
}


.sNews .section-title h2 {
    color: #000000;
}

@media (max-width: 991px) {

    .headerBlock .line-r:after {
        content: none;
    }
}
@media (max-width: 576px) {

    .sLogo {

        width: auto;
        margin-top: 0;

    }

    .headerBlock__col .right-wrap {

        justify-self: end;
    }
}

.sAwardSteps .section-title {
    margin-bottom: 35px;
}

.footer__logo-wrap img {
    max-width: 150px;
}

.text-light-gray {
    color: rgba(255,255,255, .5);
}

@media screen and (min-width: 750px){

    .col-sm-mw-211 {
        max-width: 211px;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .top-nav__logo {
        margin-top: 1.3rem;
    }

    .toggle-menu-mobile {
        margin-top: .6rem;
    }
}

.fs-16 {
    font-size: 16px;
}

.headerBlock__col.col-lg-7 p {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .headerBlock__col.col-lg-7 {
        margin-top: -2px;
    }
}

@media (max-width: 576px) {
    .sLogo {
        width: auto;
        margin-top: auto;
    }
}