@import "custom-bootstrap.min.css";

:root {
    --animate-delay: 1.2s;
    --bs-body-font-size: 16px;
    --sPT: 2.5rem;
    --sPB: 2.8125rem;
    --sTPB: 1.25rem;
    --fancybox-content-color: var(--bs-body-color);
    --swiperArrowSize: 4.25rem;
    --swiperArrowPosition: calc(var(--swiperArrowSize) * -1 / 2);
    --swiperBorderColorDef: var(--bs-primary);
    --swiperColorDef: var(--bs-primary);
    --swiperBgDef: #fff;
    --swiperBorderColorDefHover: var(--bs-primary);
    --swiperColorDefHover: var(--bs-primary);
    --swiperBgDefHover: #fff;
    --color-card-bg: #e8f1f7
}

.fancybox__container {
    --fancybox-bg: rgba(58, 59, 60, .77)
}

.pixel-perfect {
    background-position: center 0;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000
}

body, html {
    font-size: var(--bs-body-font-size)
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(33, 36, 41, 0)
}

body.fancybox-active, body[class*=fixed] {
    margin-right: var(--spacing-end)
}

body.fancybox-active .header, body[class*=fixed] .header {
    padding-right: var(--spacing-end)
}

body.loaded_hiding {
    --s: 0.36s;
    opacity: 0;
    pointer-events: none;
    transition: all var(--s) ease-in-out
}

body.loaded_hiding:before {
    display: none
}

body.loaded {
    opacity: 1;
    pointer-events: visible
}

body:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    --s: 0.36s;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: hsla(0, 0%, 7%, .8);
    left: 0;
    opacity: 0;
    top: 0;
    transition: all var(--s) ease-in-out;
    z-index: -1
}

body.fancybox-active {
    overflow: hidden
}

body[class*=fixed] {
    left: 0;
    position: absolute;
    top: 0;
    touch-action: none;
    width: 100%;
    z-index: 999;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none
}

body[class*=fixed]:before {
    opacity: .76;
    z-index: 999
}

.main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%
}

main {
    flex-grow: 1
}

.color-add {
    color: #396084
}

.h4, h4 {
    font-size: 1.875rem
}

.section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: var(--sPB);
    padding-top: var(--sPT)
}

.section-title.section-title__nominations {
    margin-bottom: calc(var(--sTPB) - 40px)
}

.mono {
    font-family: var(--bs-font-monospace)
}

.small {
    font-size: .75rem
}

.tdn {
    text-decoration: none !important
}

.ttu {
    text-transform: uppercase
}

.tdu {
    text-decoration: underline
}

.tdu:hover {
    text-decoration: none
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-700 {
    font-weight: 700
}

.fw-900 {
    font-weight: 900
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-100 {
    font-weight: 100
}

.row--sm {
    --bg-gutter-x: 1.25rem
}

.image-source-link {
    color: #98c3d1
}

.strong, strong {
    font-weight: 700
}

ul {
    padding-left: 0
}

.res-i, picture img {
    height: auto;
    max-width: 100%
}

.img-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.img-bg img {
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute
}

.bgs {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.table {
    display: table
}

.tr {
    display: table-row
}

.td {
    display: table-cell
}

.tabs__btn-accordion {
    width: 100%
}

.tabs__btn:hover {
    cursor: pointer
}

.tabs__content {
    display: none
}

.tabs__content.active {
    display: block
}

.invisible {
    border: 0;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.control-wrap {
    position: relative
}

.swiper-button-hand {
    background-color: var(--swiperBgDef);
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid var(--swiperBorderColorDef);
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 15px 60px rgba(0, 0, 0, .1);
    color: var(--swiperColorDef);
    height: var(--swiperArrowSize);
    margin: auto 0;
    outline: none !important;
    position: absolute;
    top: 0;
    width: var(--swiperArrowSize);
    --s: 0.36s;
    transition: all var(--s) ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.swiper-button-hand:hover {
    background-color: var(--swiperBgDefHover);
    border-color: var(--swiperBorderColorDefHover);
    color: var(--swiperColorDefHover)
}

.swiper-button-hand .icon {
    font-size: .75rem
}

.swiper-button-hand:after {
    display: none
}

.swiper-button-hand-next {
    right: var(--swiperArrowPosition)
}

.swiper-button-hand-prev {
    left: var(--swiperArrowPosition)
}

.swiper-pagination {
    text-align: center;
    width: 100%
}

.swiper-pagination-bullet {
    background-color: #e6e6e6;
    border-radius: 50%;
    height: 8px;
    opacity: 1;
    outline: none !important;
    width: 8px;
    --s: 0.36s;
    display: inline-block;
    margin-left: .5rem;
    margin-right: .3125rem;
    transition: all var(--s) ease-in-out
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
    background-color: var(--bs-primary)
}

picture {
    display: block
}

img.object-fit-js {
    display: block;
    height: 100%;
    width: 100%
}

.object-fit-js img, img.img-bg, img.object-fit-js {
    -o-object-fit: cover;
    object-fit: cover
}

a {
    --s: 0.36s;
    transition: all var(--s) ease-in-out
}

.picture-bg, img.img-bg {
    z-index: -1
}

.picture-bg, .picture-bg .object-fit-js, img.img-bg, img.img-bg .object-fit-js {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.bg-wrap {
    position: relative;
    z-index: 2
}

.browsehappy {
    background: #000;
    color: #fff;
    font-size: 10px;
    min-height: 100px;
    padding-top: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

iframe {
    border: none
}

::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%230F70CA" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 18H4V8h16z"/></svg>')
}

.btn, .form-control, .form-select {
    box-shadow: none !important
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none !important
}

.form-check, .form-check-input, .form-switch {
    cursor: pointer
}

.img-wrap-center {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    margin: auto;
    position: absolute
}

.img-wrap-center img {
    height: auto;
    max-height: 100%;
    max-width: 100%
}

.img-wrap-center img.object-fit-js {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.nomination {
    color: #0f70ca;
    margin-bottom: .75rem;
    text-transform: uppercase
}

.btn-secondary {
    --bs-btn-color: #000;
    --bs-btn-bg: #e8f1f7;
    --bs-btn-border-color: #e8f1f7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #cdd6e0;
    --bs-btn-hover-border-color: #cdd6e0;
    --bs-btn-focus-shadow-rgb: 99, 107, 114;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #91989e;
    --bs-btn-active-border-color: #838b92;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #757e86;
    --bs-btn-disabled-border-color: #757e86
}

.footer {
    position: relative;
    --sPT: 2.625rem;
    --sPB: 2.1875rem;
    background-color: #1f1f29;
    color: #fff;
    margin-top: auto;
    text-align: center
}

.footer .row {
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 1.25rem
}

.footer__top-row {
    align-items: start;
    border-bottom: 1px solid #72777b;
    padding-bottom: 36px
}

.footer__btn-col {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 19px
}

.footer__btn-col span {
    font-size: .8125rem;
    text-transform: uppercase
}

.footer__btn {
    font-size: 1.125rem;
    margin-bottom: 10px;
    padding-inline: 32px
}

.footer .soc {
    border-top: 1px solid #72777b;
    gap: 1.5rem;
    justify-content: center;
    padding-top: 2.5rem
}

.footer .soc__item {
    color: #fff
}

.footer__contact-row {
    --bs-gutter-y: 2.8125rem;
    --bs-gutter-x: 2rem !important;
    padding-block: 2.9375rem;
    position: relative
}

.footer__contact-row:after {
    background: #72777b;
    bottom: 0;
    content: "";
    height: 1px;
    left: calc(var(--bs-gutter-x) / 2);
    position: absolute;
    width: calc(100% - var(--bs-gutter-x))
}

.footer__mail-col span {
    display: block;
    font-weight: 500;
    margin-bottom: .3125rem;
    opacity: .5
}

.footer__mail {
    color: #fff;
    font-weight: 500
}

.footer__mail:hover {
    color: #0f70ca
}

.footer__bottom-row {
    align-items: flex-end;
    font-size: .75rem;
    padding-top: 22px;
    --bs-gutter-y: 1.25rem
}

.footer__bottom-row span {
    display: inline-block;
    opacity: .5
}

.footer__bottom-row .span {
    color: #0f70ca;
    display: inline
}

.footer__logo-col {
    align-items: center;
    border-bottom: 1px solid #72777b;
    display: flex;
    flex-direction: column;
    padding-bottom: 47px
}

.footer__logo-col span {
    margin-bottom: 24px
}

.footer__logo-wrap {
    width: 117px
}

.footer__logo-wrap img {
    max-width: 100%
}

.footer__bottom-link {
    color: #fff;
    display: block
}

.form-wrap__input-wrap {
    margin-bottom: 1.8125rem
}

.form-wrap__input {
    resize: none
}

.form-wrap__btn {
    cursor: pointer;
    margin-bottom: .9375rem
}

.form-wrap label {
    display: block;
    width: 100%
}

.form-wrap__input-title {
    display: inline-block;
    margin-bottom: .875rem
}

.form-wrap .form-check-input {
    height: 1.5rem;
    width: 1.5rem
}

.form-check-input:focus {
    box-shadow: none;
    outline: none
}

input[type=number] {
    -moz-appearance: textfield
}

select::-ms-expand {
    display: none
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.headerBlock {
    color: #fff;
    position: relative
}

.headerBlock--main-page {
    --sPT: 5.3125rem;
    --sPB: 1.625rem
}

.headerBlock .top-nav2__btn-col {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: .875rem;
    margin-bottom: 3.75rem
}

.headerBlock .line-r {
    position: relative
}

.headerBlock .line-r:after {
    background: #fff;
    content: "";
    height: 100%;
    left: 95%;
    position: absolute;
    top: 0;
    width: 1px
}

.headerBlock .line-l {
    position: relative
}

.headerBlock--second {
    --sPT: 0rem;
    --sPB: 0rem;
    min-height: 16.6875rem
}

.headerBlock--second .wrap {
    bottom: 20px;
    left: var(--bg-gutter-x);
    position: absolute
}

.headerBlock--second .container {
    min-height: 16.6875rem
}

.headerBlock--small {
    --sPT: 0rem;
    --sPB: 0rem;
    min-height: 16.6875rem
}

.headerBlock--small .wrap {
    bottom: 20px;
    left: var(--bg-gutter-x);
    position: absolute
}

.headerBlock--small .container {
    min-height: 16.6875rem
}

.headerBlock:after {
    background: rgba(0, 0, 0, .4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.headerBlock__row {
    --bs-gutter-y: var(--bs-gutter-x)
}

.headerBlock p {
    font-weight: 500;
    max-width: 35.75rem
}

.headerBlock .container {
    position: relative;
    z-index: 1
}

.headerBlock .section-title h1 {
    line-height: .94
}

.headerBlock .right-wrap {
    align-items: center;
    display: flex;
    gap: 1.4375rem
}

.soc {
    --bs-gutter-x: 10px;
    --bs-gutter-y: m;
    display: flex;
    margin-left: calc(var(--bs-gutter-x) * -1 / 2);
    margin-right: calc(var(--bs-gutter-x) * -1 / 2);
    margin-top: calc(var(--bs-gutter-y) * -1)
}

.soc > * {
    margin-top: calc(var(--bs-gutter-y));
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2)
}

.soc__item {
    text-decoration: none !important;
    vertical-align: middle;
    --s: 0.36s;
    display: grid;
    place-items: center;
    transition: all var(--s) ease-in-out
}

.soc .icon {
    font-size: 1.875rem
}

.counter {
    counter-reset: num
}

.counter__item {
    position: relative
}

.counter__item:before {
    content: counter(num);
    counter-increment: num
}

.addBlock {
    border: 1px solid;
    border-radius: 23px;
    color: var(--color, #0f70ca);
    display: flex;
    overflow: hidden;
    position: relative
}

.addBlock input {
    border: none;
    color: inherit;
    height: 2.8125rem;
    text-align: center
}

.addBlock__btn {
    background: none !important;
    background: transparent;
    border: none !important;
    border-radius: 23px;
    box-shadow: none !important;
    color: inherit;
    height: 2.8125rem;
    outline: none !important;
    position: relative;
    width: 1.625rem
}

.addBlock__btn:after, .addBlock__btn:before {
    background-color: currentColor;
    content: "";
    height: 2px;
    inset: 0;
    margin: auto;
    position: absolute;
    width: 10px
}

.addBlock__btn--plus:after {
    transform: rotate(90deg)
}

.search-block {
    position: relative
}

.search-block input {
    border: none !important;
    font-size: 14px;
    outline: none !important;
    padding-bottom: .875rem;
    padding-left: 1.875rem;
    padding-top: .875rem;
    width: 100%
}

.search-block .icon {
    border: none !important;
    font-size: 1.25rem
}

.search-block button {
    align-items: center;
    background: none !important;
    border: none !important;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0
}

.breadcrumb-item {
    width: auto
}

.btn-to-top-wrap {
    width: -moz-max-content;
    width: max-content
}

.btn-to-top-wrap .icon {
    fill: none;
    stroke-width: 1px;
    stroke: #fff;
    font-size: 1.25rem
}

.btn-to-top-wrap .btn-to-top {
    cursor: pointer;
    --btn-w: 41px;
    align-items: center;
    background: #000;
    border-radius: 50%;
    bottom: 40px;
    display: flex;
    height: var(--btn-w);
    justify-content: center;
    margin-left: auto;
    position: fixed;
    right: 40px;
    width: var(--btn-w);
    z-index: 10
}

.download-file {
    background: var(--color-card-bg);
    border-radius: 24px;
    min-height: 9rem;
    padding: 1.75rem .875rem 2.25rem 1.875rem
}

.download-file p {
    font-weight: 500;
    margin-bottom: 2rem
}

.download-file__link {
    align-items: center;
    color: #0f70ca;
    display: flex;
    gap: 1.25rem;
    width: -moz-max-content;
    width: max-content
}

.download-file__link:hover {
    color: #396084
}

.addMore {
    width: 100%
}

.addMore, .addMore__plus {
    align-items: center;
    display: flex
}

.addMore__plus {
    --s: 0.36s;
    border: 1px solid hsla(0, 0%, 7%, .5);
    border-radius: 4px;
    color: hsla(0, 0%, 7%, .5);
    cursor: pointer;
    flex: 0 0 auto;
    height: 1.5rem;
    justify-content: center;
    margin-left: .625rem;
    transition: all var(--s) ease-in-out;
    width: 1.5rem
}

.addMore__plus .icon {
    fill: none;
    stroke: currentColor;
    stroke-width: 1px
}

.addMore__plus:hover {
    background-color: #0f70ca;
    color: #fff
}

.addMore__input-wrap {
    width: 100%
}

.addMore__input {
    border-color: hsla(0, 0%, 7%, .5)
}

.addMore__input::-moz-placeholder {
    color: hsla(0, 0%, 7%, .5);
    text-align: center
}

.addMore__input::placeholder {
    color: hsla(0, 0%, 7%, .5);
    text-align: center
}

.upload-field {
    position: relative;
    width: 100%
}

.upload-field__title {
    position: relative;
    top: unset
}

.upload-field__wrap {
    align-items: center;
    display: flex;
    width: 100%
}

.upload-field label {
    flex-direction: row
}

.upload-field__btn {
    --bs-btn-border-radius: 0;
    --bs-btn-color: hsla(0, 0%, 7%, .5);
    border: 1px solid hsla(0, 0%, 7%, .5);
    border-radius: .5rem;
    justify-content: center;
    padding: .6875rem .375rem
}

.upload-field__btn .icon {
    font-size: 1.125rem;
    margin-left: .25rem
}

.upload-field__btn span {
    font-size: 1rem;
    line-height: normal
}

.upload-field__input-wrap {
    width: 100%
}

.upload-field__file-name {
    left: 0;
    line-height: 1.25;
    position: absolute;
    top: 100%
}

.input-upload {
    display: none
}

.ranking {
    width: 100%
}

.ranking__descr {
    margin-bottom: 1.25rem
}

.ranking .ranking__row {
    display: flex
}

.ranking .ranking__row .form-check {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-right: .4375rem !important;
    padding-left: 0;
    width: auto
}

.ranking .ranking__row .form-check:last-of-type {
    margin-right: 0
}

.ranking .ranking__row .form-check-label {
    margin-right: 0 !important
}

.ranking .ranking__row .form-check-input {
    border-radius: .25rem;
    margin-bottom: .375rem;
    margin-left: 0
}

.ranking .ranking__row .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='%230F70CA' rx='4'/%3E%3Cpath fill='%23fff' d='M9.685 17.2c-.24 0-.46-.08-.64-.26l-3.98-3.98a.894.894 0 0 1 0-1.28c.36-.36.92-.36 1.28 0l3.36 3.34 7.98-7.96c.36-.36.92-.36 1.28 0s.36.92 0 1.28l-8.62 8.6c-.2.18-.42.26-.66.26'/%3E%3C/svg%3E")
}

.ranking .ranking__row .form-check-label {
    margin-right: 0
}

.upload-avatar {
    position: relative
}

.upload-avatar__input-wrap {
    cursor: pointer;
    display: block;
    height: 192px;
    width: 192px
}

.upload-avatar__input-wrap .img-wrap-center img {
    border-radius: 1.5rem;
    display: none
}

.upload-avatar__file-name {
    align-items: center;
    background-color: #0f70ca;
    border-radius: 4px;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 23px;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 24px
}

.upload-avatar__delete-photo {
    cursor: pointer;
    display: none;
    left: 50%;
    position: absolute;
    top: 101%;
    transform: translateX(-50%);
    width: 100%;
    --s: 0.36s;
    color: #757e86;
    font-size: 14px;
    text-align: center;
    transition: all var(--s) ease-in-out
}

.upload-avatar__stub {
    align-items: center;
    background: #fff;
    border: 1px solid #e8f1f7;
    border-radius: 1.5rem;
    display: flex;
    height: 100%;
    justify-content: center
}

.upload-avatar__stub img {
    border-radius: 1.5rem;
    width: 100%
}

.upload-avatar.active .upload-avatar__delete-photo, .upload-avatar.active .upload-avatar__input-wrap .img-wrap-center img {
    display: block
}

:root {
    --fancybox-content-bg: none
}

.fancybox__content {
    max-width: 100%;
    padding: 0
}

.modal-win {
    background-color: #fff;
    border-radius: .5rem;
    max-width: 100%;
    padding: 40px;
    position: relative;
    width: 31.25rem
}

.modal-win .vote-item__stars {
    margin: 2.25rem 0;
    position: static
}

.modal-win--lg {
    padding: 1.875rem;
    width: 1310px
}

.modal-win .h5 {
    text-wrap: balance
}

.modal-win p {
    line-height: 1.2;
    text-wrap: pretty
}

.modal-win p:last-child {
    margin-bottom: 0
}

.modal-win .col-wrapper-scroll {
    max-height: calc(100dvh - 160px);
    overflow-x: hidden;
    overflow-y: auto
}

.modal-win__row-lg {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem
}

.modal-win .mb-30 {
    margin-bottom: 1.9375rem
}

.modal-win .mb-26 {
    margin-bottom: 1.625rem
}

.modal-win .mb-10 {
    margin-bottom: .625rem
}

.modal-win__wrap {
    border-radius: .5rem;
    padding: 1.625rem 1.875rem
}

.modal-win__wrap.wrap_blue {
    background: var(--color-card-bg)
}

.modal-win__item {
    margin-bottom: 2.0625rem
}

.modal-win__item-person {
    max-width: 25.9375rem
}

.modal-win__item-person .name {
    font-size: 1.25rem;
    margin-bottom: 1.125rem
}

.modal-win__item-person .secondary {
    font-size: 1.125rem;
    opacity: .5
}

.modal-win__img-person-wrap {
    border-radius: 1.5rem;
    margin-bottom: 1.875rem;
    overflow: hidden;
    position: relative;
    width: 150px
}

.modal-win__img-person-wrap img {
    width: 100%
}

.modal-win .award-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}

.modal-win .award-wrap .title {
    font-size: 1.25rem
}

.modal-win .award-wrap .icon {
    fill: #0f70ca;
    font-size: 3.75rem
}

.modal-win .mfp-close {
    color: #0f70ca;
    font-size: 40px;
    font-weight: 100
}

a {
    outline: 0 !important
}

.modal-form {
    position: relative
}

#foot-dialog h3 {
    font-size: 2.25em
}

.mfp-close {
    background: 0 0;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    color: #111;
    cursor: pointer;
    display: block;
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    font-size: 50px;
    font-style: normal;
    font-weight: 100;
    height: 56px;
    line-height: 56px;
    margin-right: -5px;
    margin-top: -5px;
    opacity: .65;
    opacity: 1;
    outline: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 56px;
    z-index: 1046;
    --s: 0.36s;
    transition: all var(--s) ease-in-out
}

.polite .link {
    color: #0f70ca;
    cursor: pointer;
    text-decoration: underline
}

.polite .link :hover {
    display: none
}

.fancybox__container {
    min-height: 100%;
    transform: none !important;
    width: 100% !important
}

.fancybox-throwOutUp {
    animation: fancybox-throwOutUp .25s ease both
}

.fancybox-throwOutDown {
    animation: fancybox-throwOutDown .25s ease both
}

@keyframes fancybox-throwOutUp {
    0% {
        opacity: 0;
        transform: translate3d(0, -5%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fancybox-throwOutDown {
    to {
        opacity: 0;
        transform: translate3d(0, 10%, 0)
    }
}

.fancybox__content > .f-button.is-close-btn {
    opacity: 1;
    right: 10px;
    top: 10px;
    --fancybox-color: #111
}

.sApplication {
    --sPT: 1.625rem;
    --sPB: 2.0625rem
}

.sApplication__steps {
    display: flex;
    gap: 0 .625rem;
    justify-content: center;
    margin: 0 auto 1.625rem;
    max-width: 40rem
}

.sApplication__step {
    --s: 0.36s;
    border-bottom: .1875rem solid #ced4da;
    color: #ced4da;
    flex-grow: 1;
    font-size: 1rem;
    line-height: 2;
    padding-bottom: .125rem;
    transition: all var(--s) ease-in-out
}

.sApplication__step.active {
    border-bottom-color: #0f70ca;
    color: #0f70ca
}

.sApplication .form-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - var(--m-left) * 2)
}

.sApplication .form-wrap__input-title.radio {
    margin-bottom: .75rem
}

.sApplication .form-wrap__input-wrap--radio .wrap {
    display: flex
}

.sApplication .form-wrap__input-wrap--radio .custom-input {
    margin-bottom: 0;
    max-width: 9.125rem;
    position: relative;
    width: 100%
}

.sApplication .form-wrap__input-wrap--radio .custom-input:not(:last-of-type) {
    margin-right: .625rem
}

.sApplication .form-wrap__input-wrap--radio .custom-input__text {
    display: inline-block;
    margin-left: -.75rem;
    padding: 1rem;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

.sApplication .form-wrap__input-wrap--radio .custom-input__input {
    background-image: none;
    border-radius: .5rem;
    height: 100%;
    margin-top: 0;
    position: absolute;
    width: 100%
}

.sApplication .form-wrap__input-wrap--radio .custom-input__input:checked {
    background-color: #111
}

.sApplication .form-wrap__input-wrap--radio .custom-input__input:checked ~ .custom-input__text {
    color: #fff
}

.sApplication .btn-single.btn-primary {
    min-width: 100%
}

.sApplication .video-able {
    margin-bottom: 1.875rem
}

.sApplication .video-able .custom-input {
    display: flex;
    flex-direction: column;
    gap: .625rem;
    max-width: 100%;
    width: -moz-max-content;
    width: max-content
}

.sApplication .video-able span {
    display: inline-block;
    margin-left: -1.5rem
}

.sApplication .title {
    margin-bottom: 1.625rem
}

.sApplication textarea {
    height: 12.5rem
}

.sApplication .auth-row {
    display: flex;
    flex-direction: column;
    gap: 1.125rem
}

.sApplication .auth-row .btn {
    max-width: 49%;
    width: 12rem;
    --bs-btn-padding-x: 0.625rem
}

.sApplication .form-wrap__input-file-title {
    margin-bottom: 1.5625rem
}

.sApplication .form-wrap__input-file-row {
    margin-bottom: 1.875rem;
    row-gap: 1.625rem
}

.sApplication .top-line {
    margin-top: 1.875rem
}

.sApplication .top-line:before {
    top: -30px
}

.form-wrap__input-wrap--budget-radio {
    display: flex
}

.form-wrap__input-wrap--budget-radio .form-wrap__input-title {
    width: 100%
}

.form-wrap__input-wrap--budget-radio .custom-input {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    padding-left: 0;
    position: relative;
    width: auto
}

.form-wrap__input-wrap--budget-radio .custom-input:not(:last-of-type) {
    margin-right: 2.25rem
}

.form-wrap__input-wrap--budget-radio .custom-input__text {
    margin-bottom: 0
}

.form-wrap__input-wrap--budget-radio .custom-input__input {
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: .25rem;
    border-radius: 50%
}

.form-wrap__input-wrap--budget-radio .custom-input__input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='%230F70CA' rx='4'/%3E%3Cpath fill='%23fff' d='M9.685 17.2c-.24 0-.46-.08-.64-.26l-3.98-3.98a.894.894 0 0 1 0-1.28c.36-.36.92-.36 1.28 0l3.36 3.34 7.98-7.96c.36-.36.92-.36 1.28 0s.36.92 0 1.28l-8.62 8.6c-.2.18-.42.26-.66.26'/%3E%3C/svg%3E")
}

.sArticle {
    --sPT: 11.5rem;
    --sPB: 2.5rem
}

.sArticle__row {
    --bs-gutter-y: var(--bs-gutter-x)
}

.sArticle h2 {
    max-width: 75rem
}

.sArticle__link-back {
    color: #0f70ca;
    display: inline-block;
    margin-bottom: 2.875rem
}

.sArticle__link-back .icon {
    margin-right: .375rem;
    margin-top: -.125rem;
    transform: rotate(180deg)
}

.sArticle__item {
    margin-bottom: 1.375rem
}

.sArticle__item:last-child {
    margin-bottom: 0
}

.sArticle__img-wrap {
    border-radius: 1.5rem;
    min-height: 15rem;
    overflow: hidden;
    position: relative
}

.sArticle__img-wrap img {
    z-index: 1;
    --s: 0.36s;
    transition: all var(--s) ease-in-out
}

.sArticle p {
    line-height: 1.18;
    margin-bottom: 1.5625rem;
    text-wrap: pretty
}

.sAuth {
    --sPT: 1.875rem;
    --sPB: 2.125rem
}

.sAuth .card p {
    margin-bottom: 0;
    text-wrap: pretty
}

.sAuth .card .title {
    margin-bottom: 1.875rem
}

.sAuth .card-lg.card {
    padding: 5.9375rem 1.875rem
}

.sAuth__tabs-caption {
    display: flex;
    justify-content: center;
    margin-bottom: 32px
}

.sAuth__tabs-btn {
    color: #dbdbdb;
    font-size: 1rem;
    padding-bottom: .75rem;
    position: relative;
    width: calc(50% - 5px)
}

.sAuth__tabs-btn.active {
    color: #0f70ca
}

.sAuth__tabs-btn.active:after {
    background-color: #0f70ca
}

.sAuth__tabs-btn:after {
    background-color: #dbdbdb;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.sAuth__tabs-btn:not(:last-child) {
    margin-right: .625rem
}

.sAuth .form-wrap {
    margin: auto;
    max-width: calc(100% - var(--m-left) * 2)
}

.sAuth .auth-row .btn {
    width: 100%
}

.sAuth .auth-row .password {
    margin-bottom: 3rem
}

.sAuth .mt-50 {
    margin-top: .875rem
}

.sAuth .forgot-link {
    display: flex;
    gap: 1.875rem
}

.sAuth .forgot-link a {
    text-decoration: underline
}

.sAuth .forgot-link .descr a {
    color: #0f70ca
}

.sAuth .forgot-link .btn {
    flex-shrink: 0;
    width: 100%
}

.sAuth .fill {
    margin-bottom: 1.75rem
}

.sAuth .form-wrap__captcha {
    background: #fff;
    border: var(--bs-border-width) solid #111;
    border-radius: 8px;
    margin-bottom: 2.0625rem;
    overflow: hidden
}

.sAuth textarea {
    height: 5.75rem
}

#sAwardSteps2 {
    --sPT: 1.625rem;
    --sPB: 2.125rem
}

.sAwardSteps {
    --sPB: 0rem;
    --swiperArrowPosition: 5px
}

.sAwardSteps__row {
    --bs-gutter-y: 0.625rem
}

.sAwardSteps__row-colored {
    --bs-gutter-y: 2.875rem;
    position: relative;
    --right-pad: 30px
}

.sAwardSteps__row-colored .order-lg-last .award-step:before {
    content: none
}

.sAwardSteps__row-colored:before {
    background: linear-gradient(180deg, #abcded, #0f70ca);
    content: "";
    display: block;
    height: calc(100% - var(--bs-gutter-y) - 20px);
    left: 50%;
    position: absolute;
    top: calc(var(--bs-gutter-y) + 10px);
    transform: translateX(-50%);
    width: .25rem;
    z-index: -1
}

.sAwardSteps__row-colored .line {
    display: none
}

.sAwardSteps .section-title {
    align-items: baseline;
    display: flex;
    justify-content: space-between
}

.sAwardSteps .section-title a {
    text-wrap: nowrap
}

.sAwardSteps .btn-link {
    color: #396084;
    font-weight: 500
}

.sAwardSteps .btn-link .icon {
    transform: translateY(-5%)
}

.sAwardSteps__slider--js {
    margin-bottom: 1.5rem;
    position: relative
}

.sAwardSteps__slider--js .swiper-slide .award-step {
    min-height: 19.375rem
}

.sAwardSteps__slider--js .swiper-slide-active .award-step {
    background: #0f70ca;
    color: #fff
}

.sAwardSteps__slider--js .swiper-slide-active .award-step .award-step__data {
    color: #e8f1f7
}

.sAwardSteps .swiper-button-hand {
    bottom: 17px;
    top: auto
}

.sAwardSteps .swiper-button-hand .icon {
    stroke: #111;
    z-index: 2;
    stroke-width: 1.5px
}

.sAwardSteps h2 {
    margin-bottom: 0
}

.award-step {
    background: var(--color-card-bg);
    border-radius: 24px;
    display: block;
    height: 100%;
    padding: 2.125rem 1.875rem
}

.award-step__data {
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 2
}

.award-step__title {
    font-size: 1.5rem;
    position: relative;
    z-index: 2
}

.award-step--blue {
    background: #0f70ca;
    color: #fff;
    overflow: hidden;
    position: relative
}

.award-step--blue .img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.award-step--with-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 2.5rem
}

.award-step--with-icon .icon {
    fill: #396084;
    margin-bottom: 1.625rem
}

.award-step--blue .award-step__data {
    color: #e8f1f7
}

.award-step.active {
    background: #0f70ca;
    color: #fff
}

.award-step.active .award-step__data {
    color: #e8f1f7
}

.award-step--colored {
    min-height: 11.75rem;
    padding-top: 2.125rem;
    position: relative
}

.award-step--colored:before {
    background-color: #0f70ca;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 1.625rem;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 50%);
    width: 1.625rem;
    z-index: 5
}

.sBlog {
    --sPT: 1.625rem;
    --sPB: 2.5rem
}

.sBlog__btn {
    width: 100%
}

.blog-item {
    display: block;
    padding-bottom: 1.875rem
}

.blog-item:not(:last-child) {
    border-bottom: 1px solid #000;
    margin-bottom: 2.125rem
}

.blog-item:hover img {
    transform: scale(1.1)
}

.blog-item .row {
    --bs-gutter-y: var(--bs-gutter-x)
}

.blog-item__date {
    margin-bottom: 1.25rem
}

.blog-item h3 {
    margin-bottom: 2.9375rem
}

.blog-item__img-wrap {
    border-radius: 1.5rem;
    height: 100%;
    min-height: 15rem;
    overflow: hidden;
    position: relative
}

.blog-item__img-wrap img {
    z-index: 1;
    --s: 0.36s;
    transition: all var(--s) ease-in-out
}

.blog-item p {
    line-height: 1.18;
    margin-bottom: 0;
    max-width: 37.5rem
}

.sCatalog__row {
    --bs-gutter-y: var(--bs-gutter-x)
}

.sCatalog__slide {
    height: auto
}

.product-item {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    position: relative
}

.product-item__img-wrap {
    aspect-ratio: var(--ratio, 190/298);
    display: block;
    position: relative
}

.product-item__caption {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1.25rem
}

.sContact__row {
    --bs-gutter-y: var(--bs-gutter-x)
}

.sContact__slide {
    height: auto
}

.sContent {
    --sPT: 1.75rem;
    --sPB: 2.125rem
}

.sContent__row {
    --bs-gutter-y: 1.25rem
}

.sContent__row:not(:last-child) {
    margin-bottom: 4.375rem
}

.sContent .h5 {
    font-size: 1.5rem;
    margin-bottom: 2.4375rem
}

.sContent .title.top-line {
    margin-top: 2.75rem
}

.content-card {
    align-items: center;
    display: flex;
    gap: 2.0625rem
}

.content-card__img-wrap {
    border-radius: 1.5rem;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    --img-w: 150px;
    height: var(--img-w);
    width: var(--img-w)
}

.content-card--darken .content-card__img-wrap:after {
    background: #111;
    content: "";
    height: 100%;
    left: 0;
    opacity: .05;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.content-card__content {
    max-width: 18.75rem
}

.content-card__name {
    margin-bottom: 1.25rem
}

.content-card__text {
    opacity: .5;
    text-wrap: balance
}

.sDocuments {
    --sPT: 1.75rem;
    --sPB: 2.125rem
}

.sDocuments__row {
    --bs-gutter-y: var(--bs-gutter-x)
}

.sDocuments .download-file {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.sDocuments .download-file p {
    margin-bottom: 10px;
    max-width: 21.25rem;
    text-wrap: pretty
}

.sExpertise {
    --sPT: 2.125rem;
    --sPB: 2.125rem;
    --sTPB: 1.875rem
}

.sExpertise .sub-title {
    margin-bottom: 1.625rem
}

.sExpertise h2 {
    line-height: 120%;
    max-width: 78.125rem;
    text-wrap: pretty
}

.sExpertise .h2 {
    margin-bottom: 1.5rem
}

.sExpertise .descr {
    margin-bottom: 3.875rem
}

.sExpertise p span {
    color: #0f70ca
}

.sExpertise .form-wrap__title-example {
    margin-bottom: 1.25rem;
    text-decoration: underline
}

.sExpertise .form-wrap__row-large.row {
    --bs-gutter-y: 1.25rem
}

.sExpertise .form-wrap__row-large.row li {
    line-height: 1.2
}

.sExpertise .form-wrap__row {
    align-items: center;
    --bs-gutter-y: 1.25rem
}

.sExpertise .form-wrap__row-review {
    --bs-gutter-y: 1.25rem;
    position: relative
}

.sExpertise .form-wrap__row-review:not(:first-child) {
    margin-bottom: 4.375rem !important
}

.sExpertise .form-wrap__row-review.mb-0:last-child {
    margin-bottom: .625rem !important
}

.sExpertise .form-wrap__row-review:not(:first-child):before {
    background: #111;
    content: "";
    height: 1px;
    left: calc(var(--bs-gutter-x) / 2);
    position: absolute;
    top: -12px;
    width: calc(100% - var(--bs-gutter-x))
}

.sExpertise .form-wrap .question {
    max-width: 23.75rem;
    text-wrap: pretty
}

.sExpertise .form-wrap .question:before {
    content: counter(question) ".";
    counter-increment: question
}

.sExpertise .form-wrap ul {
    margin-bottom: 0;
    margin-left: 1.5rem
}

.sExpertise .form-wrap li {
    margin-bottom: 1.1875rem
}

.sExpertise .form-wrap li:last-child {
    margin-bottom: 0
}

.sExpertise textarea {
    border-color: #0f70ca;
    height: 17.375rem
}

.sExpertise .btn-primary {
    width: 100%
}

.sExpertise .auth-row .btn {
    max-width: 49%;
    width: 12rem;
    --bs-btn-padding-x: 0.625rem
}

.sExpertise .ranking {
    max-width: 26rem
}

.sExpertise .ranking:not(:first-child) {
    margin-top: 1.875rem
}

.sExpertise table {
    margin-bottom: 2rem;
    width: 100%
}

.sExpertise tr {
    border-top: 1px solid
}

.sExpertise td {
    padding-block: 1.5625rem
}

.sExpertise tfoot {
    font-weight: 700
}

.sExpertise .form-wrap__card-item {
    background: var(--color-card-bg);
    border-radius: 1.5rem;
    counter-reset: question;
    margin-bottom: 2.0625rem
}

.sExpertise .form-wrap__card-item.card_sm {
    margin-bottom: 2.0625rem;
    padding-bottom: .625rem !important
}

.sExpertise .form-wrap__card-item--nomin {
    padding: 2.375rem 1.1875rem 1.375rem
}

.sExpertise .form-wrap__card-item p {
    line-height: 1.2;
    max-width: 32.5rem;
    text-wrap: balance
}

.sExpertise .form-wrap__card-item p:last-child {
    margin-bottom: 0
}

.sExpertise .form-wrap__card-item .form-wrap__input-wrap--budget-radio {
    gap: .625rem;
    margin-bottom: 0
}

.sExpertise .form-wrap__card-item .custom-input__text {
    display: block;
    margin-top: .3125rem
}

.sExpertise .form-wrap__card-item .custom-input {
    display: block;
    margin: 0 !important;
    margin: 0;
    text-align: center
}

.sExpertise .form-wrap__card-item .custom-input__input {
    float: none;
    margin: 0
}

.sExpertise .card-item--single {
    margin-bottom: .625rem;
    min-height: 14.3125rem;
    padding: 2.625rem 1.875rem 2.8125rem
}

.sExpertise .card-item--single .form-wrap__row {
    --bs-gutter-y: 2.875rem;
    height: 100%;
    justify-content: space-between
}

.sExpertise .card-item--single:last-of-type {
    padding-bottom: 0 !important
}

.sForm__row {
    --bs-gutter-y: var(--bs-gutter-x)
}

.sForm__slide {
    height: auto
}

.sNews {
    --sPT: 3.75rem;
    --sPB: 1.125rem
}

.sNews__row {
    --bs-gutter-y: 2.1875rem
}

.sNews h2 {
    color: #396084;
    margin-bottom: 0
}

.sNews .section-title {
    align-items: baseline;
    display: flex;
    justify-content: space-between
}

.sNews .section-title a .icon {
    transform: translateY(-10%)
}

.sNews .btn-link {
    color: #396084;
    font-weight: 500
}

.sNews .news-item:not(:last-child) {
    margin-bottom: 1.875rem
}

.sNews__img-wrap {
    border-radius: 1.5rem;
    color: #fff;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative
}

.sNews__img-wrap img {
    --s: 0.36s;
    transition: all var(--s) ease-in-out
}

.sNews__img-wrap:hover img {
    transform: scale(1.1)
}

.sNews__img-wrap:before {
    background: linear-gradient(1deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.sNews__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding: 1.25rem 1.875rem;
    position: relative;
    z-index: 1
}

.sNews__content .text {
    line-height: 1.2;
    margin-top: 2rem;
    text-wrap: balance
}

.news-item {
    display: inline-block
}

.news-item__title {
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 1.25rem;
    text-wrap: balance
}

.news-item:hover {
    color: #0f70ca
}

.sNominant {
    --sPT: 2rem;
    --sPB: 2rem;
    --sTPB: 2.0625rem
}

.sNominant__row {
    --bs-gutter-y: 0.5rem
}

.sNominant__item {
    margin-bottom: 0
}

.sNominant .item-long p {
    margin-bottom: 4.9375rem;
    max-width: 16.875rem
}

.sNominant .download-file:not(:last-child) {
    margin-bottom: .5rem
}

.sNominant__btn-wrap {
    display: flex;
    gap: .625rem;
    justify-content: space-between
}

.sNominant__btn-wrap .btn {
    max-width: 50%;
    width: 50%;
    --bs-btn-padding-x: 0.625rem
}

.sNominant .btn-primary {
    width: 12rem
}

.sNominations {
    --sPT: 0.625rem;
    --sPB: 1.5rem;
    --sTPB: 1.0625rem;
    color: #fff
}

.sNominations__inner-wrapper {
    background: #0f70ca;
    border-radius: 15px;
    padding: 1.4375rem 1.75rem 2.25rem
}

.sNominations .dd-group {
    border-top: 1px solid #fff;
    color: #fff
}

.sNominations .dd-group__item {
    border-bottom: 1px solid #fff
}

.sNominations .dd-group__item.active .dd-group__head:after {
    transform: rotateX(180deg)
}

.sNominations .dd-group__head {
    cursor: pointer;
    padding: 1.3125rem 3.125rem 1.25rem 0;
    position: relative
}

.sNominations .dd-group__head .row {
    align-items: center
}

.sNominations .dd-group__head:after {
    --s: 0.36s;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='41' fill='none' viewBox='0 0 41 41'%3E%3Ccircle cx='20.5' cy='20.5' r='20' stroke='%23fff' transform='rotate(90 20.5 20.5)'/%3E%3Cpath stroke='%23fff' d='M30.404 17.506 20.262 27.648 10.119 17.506'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 1.375rem;
    position: absolute;
    right: .1875rem;
    top: 1.5rem;
    transition: all var(--s) ease-in-out;
    width: 1.375rem
}

.sNominations .dd-group__head span {
    display: block;
    font-size: .8125rem;
    line-height: 1.07;
    text-transform: uppercase
}

.sNominations .dd-group__content {
    padding-bottom: .3125rem;
    transform: translateY(-7px)
}

.sNominations .dd-group__content p {
    line-height: 1.2;
    margin-bottom: 0
}

.sNominations .col span {
    margin-bottom: .5rem
}

.dd-group__content {
    display: none
}

.dd-group__content.active {
    display: block
}

.sOrders {
    --sPT: 0rem;
    --sPB: 1.25rem
}

.sOrders .order-card:first-child {
    background: var(--color-card-bg);
    padding-top: 1.5rem;
    row-gap: 1rem
}

.sOrders__add-info {
    margin-top: 1rem
}

.order-card {
    border-radius: .5rem;
    display: grid;
    gap: 1.25rem;
    grid-template-columns:1fr;
    margin-bottom: .625rem;
    padding: 1.875rem 1.25rem 1.375rem
}

.order-card--blue {
    background: var(--color-card-bg)
}

.order-card--last {
    border: 1px solid #e8f1f7
}

.order-card--last:not(.btn) {
    color: #396084
}

.order-card__descr-wrap {
    line-height: 1.2
}

.order-card__descr {
    max-width: 31.25rem
}

.order-card__btn-wrap {
    display: flex;
    flex-direction: column;
    gap: .625rem
}

.order-card__btn {
    align-items: center;
    display: flex;
    font-weight: 400;
    justify-content: center;
    min-height: 3.125rem;
    padding: .6875rem .875rem;
    --margin: 35px;
    border-radius: .5rem
}

.order-card__btn:hover .icon {
    stroke: #fff
}

.order-card__btn .icon {
    font-size: 1.4375rem;
    stroke: #0f70ca;
    stroke-width: .5px;
    fill: none
}

#sPartners2 {
    --sPT: 1.875rem;
    --sPB: 1.25rem;
    --sTPB: 1.25rem
}

#sPartners3 {
    --sPT: 1.625rem;
    --sPB: 2.9375rem;
    --sTPB: 1.75rem
}

.sPartners__row {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -1 / 2);
    margin-right: calc(var(--bs-gutter-x) * -1 / 2);
    margin-top: calc(var(--bs-gutter-y) * -1)
}

.sPartners__row > * {
    margin-left: calc(var(--bs-gutter-x) / 2);
    margin-right: calc(var(--bs-gutter-x) / 2);
    margin-top: calc(var(--bs-gutter-y))
}

.sPartners h5 {
    font-size: 1.5rem
}

.sPartners .partner-item {
    --cardCount: 2
}

.sPartners .partner-item img {
    --s: 0.36s;
    scale: 1;
    transition: all var(--s) ease-in-out
}

.sPartners .partner-item:hover img {
    scale: 1.08
}

.partner-item {
    align-items: center;
    aspect-ratio: var(--ratio, 1/1);
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    width: calc(100% / var(--cardCount) - var(--bs-gutter-x))
}

.partner-item:not(.partner-item--no-border) {
    border: 1px solid #ced4da;
    border-radius: .375rem;
    padding: .625rem
}

.partner-item img {
    max-height: 100%
}

.partner-item--no-border {
    padding-left: 0;
    padding-right: 0
}

.top-line {
    position: relative
}

.top-line:before {
    background: #111;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -35px;
    width: 100%
}

.sProject {
    --sPT: 1.625rem;
    --sPB: 1.25rem
}

.sProject__row {
    --bs-gutter-y: 2.0625rem;
    margin-bottom: 3.0625rem
}

.sProject .h5 {
    font-size: 1.5rem;
    margin-top: 2rem
}

.sProject .vote-item__stars {
    margin-bottom: 3.6875rem;
    position: static
}

.sProject .vote-item__stars img {
    max-height: none;
    width: 30%
}

.sProject__item {
    background: #e8f1f7;
    border-radius: .5rem;
    margin-bottom: .625rem;
    padding: 1.4375rem 1.375rem 1.5rem
}

.sProject__item .title {
    font-weight: 500;
    margin-bottom: 1.375rem
}

.sProject__item p {
    line-height: 1.18
}

.sProject__item p:last-child {
    margin-bottom: 0
}

.sProject .title {
    font-size: 1.5rem
}

.sProject .nomination-item {
    padding-bottom: 2.25rem
}

.sProject .nomination-item:not(:last-child) {
    border-bottom: 1px solid #e8f1f7;
    margin-bottom: 2.5625rem
}

.sProject .nomination-item .title {
    margin-top: 2rem;
    max-width: 18.75rem
}

.sProject__btn {
    width: 100%
}

.sRegion {
    --sPB: 0.875rem
}

.sRegion__row {
    --bs-gutter-y: 1.25rem
}

.sRegion__title-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    height: 100%;
    justify-content: space-between
}

.sRegion h2 {
    line-height: 107%
}

.sRegion__btn-wrap .btn {
    width: 49%;
    --bs-btn-padding-x: 0.625rem
}

.sRegion__card {
    border-radius: 1.5rem;
    padding: 1.75rem .375rem 1.75rem 2.3125rem
}

.sRegion__card:not(:last-child) {
    margin-bottom: .625rem;
    margin-top: .375rem
}

.sRegion__card .h5 {
    margin-top: .625rem
}

.sRegion__card.flex .btn {
    width: 12rem
}

.sRegion .card_blue {
    background: var(--color-card-bg)
}

.sRegion p {
    line-height: 1.18
}

.sRegion p:last-child {
    margin-bottom: 0
}

.sRegion__map {
    margin-bottom: 40px
}

.sRegion__map svg g.active > path {
    fill: #115492;
    stroke: #115492;
    filter: drop-shadow(0 0 30px #0F70CA)
}

.sRegion .reg-9 {
    transform: translateX(12px) translateY(474px)
}

.sRegion .reg-9 > g {
    transform: translateX(12px)
}

.sRegion .reg-8 {
    transform: translateX(743px)
}

.sStats {
    --sTPB: 1.875rem
}

.sStats .section-wrapper {
    margin-bottom: 2.125rem
}

.sStats__count {
    --bs-gutter-x: 3px;
    --bs-gutter-y: ;
    display: flex;
    justify-content: center;
    margin-left: calc(var(--bs-gutter-x) * -1 / 2);
    margin-right: calc(var(--bs-gutter-x) * -1 / 2);
    margin-top: calc(var(--bs-gutter-y) * -1)
}

.sStats__count > * {
    margin-left: calc(var(--bs-gutter-x) / 2);
    margin-right: calc(var(--bs-gutter-x) / 2);
    margin-top: calc(var(--bs-gutter-y))
}

.sStats__count .number {
    border: 1px solid #0f70ca;
    border-radius: 6px;
    color: #0f70ca;
    font-size: calc(2.375rem + 13.5vw);
    font-weight: 300;
    line-height: 1;
    padding: .1875rem .225rem;
    text-align: center
}

.sStats__map {
    margin: -5.5625rem auto -2.8125rem;
    max-width: 56.25rem;
    position: relative
}

.sStats svg {
    max-width: 90rem;
    overflow: visible
}

.sStats svg g.reg-1.active .color > path, .sStats svg g.reg-1.active > path, .sStats svg g.reg-1:hover .color > path, .sStats svg g.reg-1:hover > path, .sStats svg g.reg-2.active .color > path, .sStats svg g.reg-2.active > path, .sStats svg g.reg-2:hover .color > path, .sStats svg g.reg-2:hover > path, .sStats svg g.reg-3.active .color > path, .sStats svg g.reg-3.active > path, .sStats svg g.reg-3:hover .color > path, .sStats svg g.reg-3:hover > path, .sStats svg g.reg-4.active .color > path, .sStats svg g.reg-4.active > path, .sStats svg g.reg-4:hover .color > path, .sStats svg g.reg-4:hover > path, .sStats svg g.reg-5.active .color > path, .sStats svg g.reg-5.active > path, .sStats svg g.reg-5:hover .color > path, .sStats svg g.reg-5:hover > path, .sStats svg g.reg-6.active .color > path, .sStats svg g.reg-6.active > path, .sStats svg g.reg-6:hover .color > path, .sStats svg g.reg-6:hover > path, .sStats svg g.reg-7.active .color > path, .sStats svg g.reg-7.active > path, .sStats svg g.reg-7:hover .color > path, .sStats svg g.reg-7:hover > path, .sStats svg g.reg-8.active .color > path, .sStats svg g.reg-8.active > path, .sStats svg g.reg-8:hover .color > path, .sStats svg g.reg-8:hover > path, .sStats svg g.reg-9.active .color > path, .sStats svg g.reg-9.active > path, .sStats svg g.reg-9:hover .color > path, .sStats svg g.reg-9:hover > path {
    fill: #115492;
    stroke: #0f70ca;
    filter: drop-shadow(0 0 13px #0F70CA)
}

.sStats svg g.reg-1.active g, .sStats svg g.reg-1:hover g, .sStats svg g.reg-2.active g, .sStats svg g.reg-2:hover g, .sStats svg g.reg-3.active g, .sStats svg g.reg-3:hover g, .sStats svg g.reg-4.active g, .sStats svg g.reg-4:hover g, .sStats svg g.reg-5.active g, .sStats svg g.reg-5:hover g, .sStats svg g.reg-6.active g, .sStats svg g.reg-6:hover g, .sStats svg g.reg-7.active g, .sStats svg g.reg-7:hover g, .sStats svg g.reg-8.active g, .sStats svg g.reg-8:hover g, .sStats svg g.reg-9.active g, .sStats svg g.reg-9:hover g {
    opacity: 1
}

.sStats svg g.reg-4 g {
    transform: translate(100px, 599px)
}

.sStats svg g.reg-3 {
    transform: translateY(494px) translateX(0)
}

.sStats svg g.reg-3 > g {
    transform: translateX(44px)
}

.sStats svg g.reg-7 {
    transform: translate(455px, 204px)
}

.sStats svg g.reg-7 > g {
    transform: translate(-455px, -204px)
}

.sStats svg g.reg-8 {
    transform: translateX(743px)
}

.sStats svg g.reg-8 .line-8 {
    transform: translateX(-723px)
}

.sStats svg g.reg-8 .line-8 path:first-child {
    transform: translate(990px, 221px)
}

.sStats svg g.reg-9 {
    transform: translateX(12px) translateY(474px)
}

.sStats svg g.reg-9 > g {
    transform: translateX(12px)
}

.sStats svg g g {
    --s: 0.36s;
    opacity: 0;
    transition: all var(--s) ease-in-out
}

.sStats svg g .color {
    opacity: 1
}

.sStats svg path {
    cursor: pointer;
    --s: 0.36s;
    transition: all var(--s) ease-in-out
}

.sStats__row {
    margin-bottom: 4.0625rem
}

.sStats__row .row {
    --bs-gutter-x: 1.125rem;
    --bs-gutter-y: 2.0625rem;
    justify-content: center
}

.sStats__map-col {
    text-align: center
}

.sStats__item {
    --s: 0.36s;
    background-color: #fff;
    border: 1px solid #0f70ca;
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(15, 112, 202, .25);
    color: #0f70ca;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 10rem;
    padding: 1.5rem 2.0625rem 1.5rem 2.125rem;
    position: relative;
    transition: all var(--s) ease-in-out;
    z-index: 1
}

.sStats__item p {
    font-size: 1rem;
    margin-bottom: .5rem;
    text-wrap: balance
}

.sStats__item span {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.35;
    margin-top: auto
}

.sStats__item .line {
    position: absolute
}

.sStats__item .line--1 {
    left: 14%;
    top: 100%
}

.sSupervisory {
    --sPB: 1.25rem;
    --sTPB: 2.5rem
}

.sSupervisory__slider--js {
    margin: auto;
    max-width: 22.5rem
}

.sSupervisory .section-title {
    color: #fff;
    position: relative;
    z-index: 2
}

.sSupervisory__inner-wrap {
    background: #0f70ca;
    border-radius: 1.5rem;
    overflow: hidden;
    padding: 1.75rem 1.875rem;
    position: relative
}

.sSupervisory__item {
    color: #fff;
    text-align: center
}

.sSupervisory__img-wrap {
    border-radius: 1.5rem;
    margin: auto auto 2.125rem;
    max-width: 9.375rem;
    overflow: hidden;
    --s: 0.36s;
    transition: all var(--s) ease-in-out
}

.sSupervisory .swiper-slide:not(.swiper-slide-active) .text {
    opacity: 0;
    --s: 0.36s;
    transition: all var(--s) ease-in-out
}

.sSupervisory .swiper-slide:not(.swiper-slide-active) .sSupervisory__img-wrap {
    transform: scale(.45)
}

.sSupervisory .text .h5 {
    margin-bottom: 1.25rem
}

.sSupervisory .text p {
    margin-bottom: 0
}

.sSupervisory .arrow-wrap {
    display: flex;
    justify-content: space-between
}

.sSupervisory .img-bg {
    z-index: 0
}

.swiper-button-hand {
    --swiperBgDef: transparent;
    align-items: center;
    border: none;
    box-shadow: none;
    display: flex;
    justify-content: center;
    z-index: 10
}

.swiper-button-hand .icon {
    stroke-width: 1px;
    stroke: #fff;
    font-size: 2.875rem;
    fill: none;
    --s: 0.36s;
    transition: all var(--s) ease-in-out
}

.swiper-button-hand:hover {
    --swiperBgDefHover: transparent;
    --swiperBorderColorDefHover: transparent
}

.sUser {
    --sPT: 1.625rem;
    --sPB: 1.5rem
}

.sUser .row {
    --bs-gutter-y: 1.875rem;
    justify-content: center
}

.sUser__grid {
    display: grid;
    gap: 3.3125rem;
    grid-template-columns:1fr
}

.sUser__top-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.9375rem
}

.sUser__top-wrap .btn {
    width: 16.625rem
}

.sUser__top-nav {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.6875rem;
    margin-bottom: 2.1875rem
}

.sUser__top-nav a {
    color: #b8b8b8;
    position: relative
}

.sUser__top-nav a:has(.icon) {
    margin-right: 1.875rem
}

.sUser__top-nav a .icon {
    left: calc(100% + 12px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    fill: #0f70ca;
    font-size: 2.1875rem
}

.sUser__top-nav a:hover {
    color: #0f70ca
}

.sUser__top-nav a.active {
    color: #0f70ca;
    opacity: 1;
    padding-bottom: .1875rem;
    position: relative
}

.sUser__top-nav a.active:after {
    background: #0f70ca;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.sUser__grid {
    position: relative
}

.sUser__grid:before {
    background: #f3f8fb;
    border-radius: .5rem;
    content: "";
    height: calc(100% - 230px);
    left: 0;
    position: absolute;
    top: 5rem;
    width: 100%;
    z-index: -1
}

.sUser__wrap {
    padding: 1.25rem 1.25rem 1.875rem;
    position: relative
}

.sUser__wrap:before {
    background: #f3f8fb;
    border-radius: .5rem;
    bottom: 0;
    content: "";
    height: 127%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.sUser__item {
    display: grid;
    gap: 0;
    grid-template-columns:1fr
}

.sUser__btns-wrap {
    display: flex;
    flex-direction: column;
    gap: 2.0625rem;
    margin-top: -1.25rem
}

.sUser__btns-wrap .btn {
    --bs-btn-padding-x: 0.3125rem
}

.sUser .btn-icon {
    align-items: center;
    display: flex;
    gap: .625rem;
    justify-content: center;
    padding-bottom: .625rem;
    padding-top: .625rem;
    text-align: start
}

.sUser .upload-avatar__input-wrap {
    display: block;
    margin: auto;
    position: relative;
    width: 12rem
}

.sUser__link {
    color: #0f70ca;
    display: inline;
    height: -moz-max-content;
    height: max-content;
    width: -moz-max-content;
    width: max-content
}

.sUser__link .icon {
    font-size: 12px;
    margin-left: .5625rem;
    fill: none;
    stroke: #0f70ca
}

.sUser__return-link {
    --s: 0.36s;
    display: inline-block;
    text-align: end;
    transition: all var(--s) ease-in-out
}

.sUser__person {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1
}

.sUser .form-wrap__input-wrap {
    margin-bottom: 50px;
    margin-right: 0
}

.sUser .form-wrap__input-wrap:last-child {
    margin-bottom: 0
}

.sUser .form-wrap__input-title {
    color: #111;
    flex-basis: auto;
    margin-bottom: 1.5rem;
    margin-right: 1.25rem
}

.sUser .form-wrap__input {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    font-weight: 500;
    max-width: 303px;
    padding-left: 0;
    padding-top: 0
}

.user-vote-item__title-wrap {
    background: #e8f1f7;
    border-radius: .5rem;
    font-size: 1.5rem;
    margin-bottom: .625rem;
    padding: 1.375rem 1.4375rem 1.875rem
}

.user-vote-item__list {
    margin-bottom: 2.5rem
}

.user-vote-item__wrap {
    border: 1px solid #000;
    border-radius: .5rem;
    padding: 1.875rem 1.4375rem 1.4375rem
}

.user-vote-item__wrap:not(:last-child) {
    margin-bottom: .625rem
}

.user-vote-item__wrap .row {
    --bs-gutter-y: 3.375rem
}

.user-vote-item__col-title {
    font-weight: 500;
    margin-bottom: 2.125rem
}

.user-vote-item__col-name {
    font-size: 1.5rem
}

.user-vote-item__btn-wrap .btn {
    width: 10rem
}

.user-vote-item__descr p {
    margin-bottom: 2.375rem
}

.user-vote-item .link {
    color: #0f70ca
}

.sVote {
    --sPT: 2rem;
    --sPB: 3.375rem
}

.sVote__row {
    --bs-gutter-y: var(--bs-gutter-x)
}

.sVote .text-primary h2 {
    line-height: 1.2;
    margin-bottom: 0
}

.sVote p {
    line-height: 1.2;
    text-wrap: pretty
}

.sVote__btn {
    width: 100%
}

.sVote__grid {
    display: grid;
    gap: var(--bs-gutter-x);
    grid-template-columns:1fr
}

.for-empty {
    margin-bottom: 2.5rem;
    min-height: 16.25rem
}

#sVoteProjects2 {
    --sPT: 1.625rem;
    --sTPB: 1.25rem
}

.sVoteProjects {
    --sPT: 2.125rem;
    --sPB: 3.375rem;
    --sTPB: 3.375rem
}

.sVoteProjects__row {
    --bs-gutter-y: var(--bs-gutter-x);
    --bs-gutter-x: 0.625rem
}

.sVoteProjects__wrap-btn {
    margin-top: 4.625rem
}

.sVoteProjects__btn {
    width: 100%
}

.vote-item {
    --padding: 18px;
    border: 1px solid #111;
    border-radius: .5rem;
    position: relative
}

.vote-item:not(.vote-item--js) label {
    pointer-events: none
}

.vote-item label {
    height: 100%;
    min-height: 12.25rem;
    padding: var(--padding);
    position: relative
}

.vote-item label input {
    bottom: var(--padding);
    height: 1.5rem;
    position: absolute;
    right: var(--padding);
    width: 1.5rem
}

.vote-item label input:not(:checked) {
    opacity: 0
}

.vote-item__stars {
    bottom: var(--padding);
    left: var(--padding);
    position: absolute
}

.vote-item--btn {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    min-height: 12.375rem;
    padding: var(--padding)
}

.vote-item--btn label {
    height: auto;
    min-height: auto;
    padding: 0
}

.vote-item.checked {
    border-color: #0f70ca;
    color: #0f70ca
}

.vote-item.checked .span {
    background: #0f70ca
}

.vote-item .button-open-modal {
    position: absolute;
    right: calc(var(--padding) - 6px);
    top: calc(var(--padding));
    z-index: 2
}

.vote-item .custom-input__text {
    display: inline-block;
    max-width: 190px
}

.button-open-modal {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    max-height: -moz-max-content;
    max-height: max-content;
    padding: .3125rem
}

.button-open-modal .span {
    --width: 27px;
    background: #111;
    height: 1px;
    position: relative;
    width: var(--width)
}

.vote-item__stars img {
    max-height: 2.5625rem;
    opacity: .1
}

.vote-item__stars img:not(:last-child) {
    margin-right: .875rem
}

.vote-item__stars[data-star="1"] img:nth-child(-n+1), .vote-item__stars[data-star="2"] img:nth-child(-n+2), .vote-item__stars[data-star="3"] img:nth-child(-n+3) {
    opacity: 1
}

.sWinners {
    --sPT: 1.875rem;
    --sPB: 0rem;
    --sTPB: 1.875rem
}

.sWinners .winner-card {
    margin-bottom: 1.25rem
}

.sWinners .nomination.top-line {
    margin-top: 3.125rem;
    padding-top: 1.8125rem
}

.sWinners .nomination.top-line:before {
    top: 0
}

.sWinners .btn-primary {
    width: 100%
}

.winner-card {
    border: 2px solid #0f70ca;
    border-radius: 1.5rem;
    padding: 2rem 2.125rem 2.875rem
}

.winner-card__row {
    align-items: center;
    --bs-gutter-y: 2.5rem
}

.winner-card__title {
    font-size: 1.875rem;
    margin-bottom: 2rem
}

.winner-card__distr {
    font-size: .9375rem
}

.winner-card__descr {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis
}

.winner-card__content {
    max-width: 38.75rem
}

.menu {
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    position: relative
}

.menu li {
    padding: 0
}

.menu a {
    display: block
}

.menu a:not(:hover) {
    color: #fff
}

.toggle-menu-mobile {
    --h: 0.125em;
    --color: #fff;
    --position: calc(var(--h) * 2);
    cursor: pointer;
    display: block;
    font-size: 24px;
    height: calc(var(--h) * 8);
    position: relative;
    width: 1em
}

.toggle-menu-mobile span:after, .toggle-menu-mobile span:before {
    border-radius: 1.5rem;
    content: "";
    left: 0;
    position: absolute
}

.toggle-menu-mobile span {
    border-radius: 1.5rem;
    bottom: 0;
    display: block;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    top: 0
}

.toggle-menu-mobile span:before {
    top: var(--position);
    transform: rotate(var(--rotate, 0))
}

.toggle-menu-mobile span:after {
    bottom: var(--position);
    transform: rotate(calc(var(--rotate, 0) * -1))
}

.toggle-menu-mobile span, .toggle-menu-mobile span:after, .toggle-menu-mobile span:before {
    backface-visibility: hidden;
    background-color: var(--color);
    height: calc(var(--h) / 2);
    transform-origin: 50% 50%;
    transition: all .3s;
    width: 22px
}

.toggle-menu-mobile.on span {
    --color: transparent
}

.toggle-menu-mobile.on span:after, .toggle-menu-mobile.on span:before {
    background: #fff
}

.toggle-menu-mobile.on {
    --position: 0;
    --rotate: 45deg
}

.menu-mobile {
    --s: 0.6s;
    background: #115492;
    max-width: 100%;
    position: fixed !important;
    right: 0;
    top: 0;
    transition: all var(--s) ease-in-out;
    width: 100%;
    will-change: transform;
    z-index: 999
}

.menu-mobile:not(.active) {
    transform: translateY(-120%);
    --opacity: 0
}

.menu-mobile:not(.active) .toggle-menu-mobile {
    opacity: 0
}

.menu-mobile .toggle-menu-mobile {
    color: #fff;
    position: static;
    z-index: 9999
}

.menu-mobile .toggle-menu-mobile span:after, .menu-mobile .toggle-menu-mobile span:before {
    --color: #fff
}

.menu-mobile__inner {
    height: 100vh;
    --pad: 4vw;
    padding: 2.5rem 0;
    padding-left: var(--pad);
    padding-right: var(--pad)
}

.menu-mobile__inner .top-nav__logo {
    margin-top: -.625rem
}

.menu-mobile.active .toggle-menu-mobile {
    opacity: 1
}

.menu-mobile ul {
    position: relative
}

.menu-mobile li {
    display: block;
    margin: 0
}

.menu-mobile li a {
    display: block;
    font-weight: 500;
    padding: 10px;
    text-align: center
}

.change-logos--js .header-hid.top-nav__logo {
    display: none
}

.change-logos--js .header-vis.top-nav__logo {
    display: inline-block;
    max-width: 6.25rem;
    transform: translateY(-10%)
}

.change-logos--js .top-nav .logo-to-top {
    transform: translateY(0)
}

.header--js .top-nav {
    padding-bottom: 1.25rem;
    padding-top: 0;
    top: -1px !important;
    transform: translateY(-320%)
}

.header--js.show .top-nav {
    transform: translateY(0)
}

.header--js.show .visible-only-header-sroll {
    display: block
}

.header--js .header-vis.img-bg {
    display: block;
    opacity: 0
}

.change-logos--js .top-nav {
    background: #115492
}

.change-logos--js .header-vis.img-bg {
    border-radius: 0 0 1.5rem 1.5rem;
    opacity: 1
}

.visible-only-header-sroll {
    display: none
}

.header--main .title-menu .menu {
    justify-content: space-evenly
}

.top-nav {
    position: absolute;
    top: 20px;
    transition: transform .5s;
    width: 100%;
    z-index: 999
}

.top-nav__row {
    --bs-gutter-x: 0.25rem
}

.top-nav--blue {
    background: #115492;
    padding-bottom: 3.375rem;
    padding-top: 1rem;
    top: 0 !important
}

.top-nav__row-inner {
    --bs-gutter-y: 1.25rem
}

.top-nav .logo-to-top {
    transform: translateY(0)
}

.top-nav .header-vis {
    display: none
}

.top-nav__inner-wrap {
    display: flex;
    justify-content: space-between
}

.top-nav__lk {
    padding: 2px 6px
}

.top-nav__lk:hover .icon {
    stroke: #0f70ca
}

.top-nav .icon-exit, .top-nav .icon-user {
    fill: none;
    stroke-width: 2px;
    stroke: #fff;
    --s: 0.36s;
    transition: all var(--s) ease-in-out
}

.top-nav__slide {
    height: auto
}

.top-nav .btn {
    min-width: 12rem
}

.top-nav__date {
    color: #fff;
    font-size: .8125rem;
    margin-top: 1.125rem
}

.top-nav__inner-col .toggle-menu-mobile {
    position: relative
}

.top-nav__inner-col nav {
    margin-bottom: 22px
}

.top-nav__inner-col.menu-inner li {
    margin-bottom: .625rem
}

.top-nav__inner-col li {
    margin-bottom: .625rem
}

.top-nav__logo {
    display: inline-block;
    margin-top: 1rem
}

.top-nav__logo img {
    max-width: 100%
}

.top-nav .wrap {
    display: flex;
    gap: 1.25rem;
    margin-top: .625rem
}

.topLine__row {
    --bs-gutter-y: var(--bs-gutter-x)
}

.topLine__slide {
    height: auto
}

.vote-wrapper {
    align-items: center;
    border-radius: 24px;
    display: flex;
    height: 252px;
    justify-content: space-between;
    padding: 0 78px 0 62px;
    position: relative;
    width: 100%
}

.vote-background-image {
    border-radius: 24px;
    height: 100%;
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

.vote-text {
    color: #fff
}

.vote-text h1 {
    font-size: 64px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 17px
}

.vote-text h3 {
    font-size: 2rem;
    margin-bottom: 0
}

.vote-button, .vote-text h3 {
    font-weight: 400;
    line-height: 100%
}

.vote-button {
    align-items: center;
    background-color: #fff;
    border: 2px solid #d2a35f;
    border-radius: 12px;
    color: #d2a35f;
    display: flex;
    font-size: 2.5rem;
    height: 6.875rem;
    justify-content: center;
    outline: none;
    transition: background-color .2s;
    width: 19.8125rem
}

.vote-button:hover {
    background-color: #eee
}

@media (min-width: 576px) {
    .footer__bottom-row {
        --bs-gutter-y: 2.8125rem
    }

    .footer__logo-col {
        border-bottom: none;
        padding-bottom: 0
    }

    .upload-field__btn .icon {
        font-size: 1.25rem;
        margin-left: .625rem
    }

    .modal-text {
        max-width: 1000px
    }

    .sDocuments .download-file {
        padding-bottom: 2.25rem;
        padding-top: 1.75rem
    }

    .sNominations .dd-group__head .btn {
        margin-left: auto
    }

    .sPartners .partner-item {
        --cardCount: 3
    }

    .sProject .vote-item__stars img {
        width: 5.125rem
    }

    .sStats__count .number {
        border-radius: 1.5rem;
        padding: .875rem .625rem
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .vote-wrapper {
        height: 200px;
        padding: 0 28px
    }

    .vote-text h1 {
        font-size: 34px;
        line-height: 38px
    }

    .vote-button, .vote-text h3 {
        font-size: 18px
    }

    .vote-button {
        height: 60px;
        max-width: 150px
    }

    .vote-background-image {
        border-radius: 15px
    }
}

@media (min-width: 768px) {
    :root {
        --sPT: 4.75rem;
        --sPB: 5.625rem;
        --sTPB: 2.5rem
    }

    .footer {
        text-align: left
    }

    .footer__btn-col {
        flex-direction: row;
        margin-bottom: 0
    }

    .footer__btn {
        margin-bottom: 0;
        margin-right: 33px
    }

    .footer .soc {
        border: none;
        justify-content: flex-end;
        padding-top: .75rem
    }

    .footer__contact-row {
        padding-bottom: 3.125rem;
        padding-top: 2.75rem
    }

    .footer__bottom-row .order-last {
        text-align: end
    }

    .footer__logo-wrap {
        width: 106px
    }

    .footer__bottom-link:not(:last-child) {
        margin-right: 20px
    }

    .headerBlock--main-page {
        --sPT: 12.5rem
    }

    .ranking__descr {
        margin-bottom: 1.875rem
    }

    .ranking .ranking__row .form-check {
        margin-right: .625rem !important
    }

    .modal-win .vote-item__stars {
        margin-bottom: 0
    }

    .sApplication .card {
        background: rgba(232, 241, 247, .5);
        border-radius: 1.875rem;
        padding: 4.125rem 0 3.125rem
    }

    .sApplication .card_sm {
        padding: 3.625rem 0
    }

    .sApplication .form-wrap {
        max-width: 40rem
    }

    .sAuth {
        --sPT: 2.5rem;
        --sPB: 2.125rem
    }

    .sAuth .card {
        background: rgba(232, 241, 247, .5);
        border-radius: 1.875rem;
        padding: 4.125rem 0
    }

    .sAuth .card_sm {
        padding: 2.75rem 0
    }

    .sAuth .card-lg.card {
        padding: 5rem 1.25rem
    }

    .sAuth__tabs-caption {
        margin-bottom: 40px
    }

    .sAuth__tabs-btn {
        font-size: 1.5rem;
        padding-bottom: 1.5rem;
        width: 304px
    }

    .sAuth .form-wrap {
        max-width: 40rem
    }

    .sAuth .auth-row {
        display: flex;
        justify-content: space-between
    }

    .sAuth .auth-row .btn {
        width: 30%
    }

    .sAuth .mt-50 {
        margin-top: 1.25rem
    }

    .sAuth .forgot-link .descr_small {
        font-size: .875rem
    }

    .sAuth .forgot-link .password {
        width: 32%
    }

    .sAuth .forgot-link .btn {
        width: 191px
    }

    .sAuth .fill {
        margin-bottom: 2.5rem
    }

    .sExpertise .form-wrap__title-example {
        margin-bottom: 1.5rem
    }

    .sExpertise .form-wrap .row {
        margin-left: auto;
        margin-right: auto;
        max-width: 92%
    }

    .sExpertise .form-wrap__row-large.row {
        --bs-gutter-y: 2.5rem
    }

    .sExpertise .form-wrap__row-review:not(:first-child) {
        margin-bottom: 3.75rem !important
    }

    .sExpertise textarea {
        height: 13.75rem;
        margin-top: 1.875rem
    }

    .sExpertise .btn-primary {
        width: 12rem
    }

    .sExpertise .auth-row .btn:first-child {
        margin-right: 1.875rem
    }

    .sExpertise .form-wrap__card-item {
        min-height: 8.875rem
    }

    .sExpertise .form-wrap__card-item.card_sm {
        padding-bottom: 1.5rem !important
    }

    .sExpertise .form-wrap__card-item--nomin {
        padding: 4.625rem 2.8125rem 3.125rem
    }

    .sExpertise .card-item--single {
        margin-bottom: 2.0625rem
    }

    .sPartners .partner-item {
        --cardCount: 4
    }

    .sProject .h5 {
        margin-top: 1.5rem
    }

    .sRegion__card {
        padding: 1.625rem 2.3125rem
    }

    .sRegion__card.flex {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

    .sStats__count {
        --bs-gutter-x: 0.625rem
    }

    .sUser .upload-avatar__input-wrap {
        margin-bottom: 0
    }

    .sUser .form-wrap__input-wrap {
        margin-bottom: 0
    }

    .menu-mobile__inner {
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .menu-mobile__inner .top-nav__logo {
        margin-top: -1.25rem
    }

    .header--js .top-nav {
        padding-top: 20px
    }

    .top-nav__row {
        --bs-gutter-x: 1.875rem
    }

    .top-nav--blue {
        padding-bottom: 1.25rem
    }

    .top-nav__row-inner {
        --bs-gutter-y: var(--bs-gutter-x)
    }

    .top-nav .logo-to-top {
        transform: translateY(-20%)
    }

    .top-nav__inner-col nav {
        margin-bottom: 12.5vw
    }

    .top-nav__inner-col.menu-inner {
        margin-left: -4.375rem
    }

    .top-nav__inner-col.menu-inner li {
        margin-bottom: 3rem
    }

    .top-nav .wrap {
        gap: .625rem
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .vote-wrapper {
        height: 200px;
        padding: 0 28px
    }

    .vote-text h1 {
        font-size: 34px;
        line-height: 38px
    }

    .vote-text h3 {
        font-size: 18px
    }

    .vote-button {
        font-size: 20px;
        height: 75px;
        max-width: 180px
    }

    .vote-background-image {
        border-radius: 15px
    }
}

@media (min-width: 992px) {
    .wow {
        visibility: hidden
    }

    .nomination {
        margin-bottom: .5rem
    }

    .footer__logo-col {
        align-items: flex-start
    }

    .footer__bottom-link {
        display: inline
    }

    .footer__bottom-link:first-child {
        margin-left: .75rem
    }

    .footer__bottom-link:not(:last-child) {
        margin-right: 90px
    }

    .headerBlock--main-page {
        --sPT: 20rem;
        --sPB: 7.375rem;
        --sTPB: 8.625rem
    }

    .headerBlock .line-r:after {
        height: 12rem;
        left: 75%;
        transform: translateY(-25%)
    }

    .headerBlock .line-l:after {
        background: #fff;
        content: "";
        height: 100%;
        height: 12rem;
        position: absolute;
        right: 100%;
        top: 0;
        transform: translateY(-25%);
        width: 1px
    }

    .headerBlock--second {
        min-height: 29.375rem
    }

    .headerBlock--second .wrap {
        bottom: 105px
    }

    .headerBlock--second .container {
        min-height: 29.375rem
    }

    .headerBlock--small {
        min-height: 18.6875rem
    }

    .headerBlock--small .wrap {
        bottom: 10px
    }

    .headerBlock--small .container {
        min-height: 18.6875rem
    }

    .headerBlock .section-title {
        margin-top: -2.5rem
    }

    .headerBlock .right-wrap {
        flex-direction: column;
        gap: 1.5625rem;
        margin-left: auto;
        margin-top: -1.5rem;
        max-width: -moz-max-content;
        max-width: max-content
    }

    .addMore__plus {
        margin-right: 1.25rem
    }

    .modal-win--lg {
        padding: 4.8125rem 6.875rem
    }

    .modal-win__item {
        margin-bottom: 3.375rem
    }

    .modal-win__img-person-wrap {
        width: 192px
    }

    .modal-win .award-wrap {
        gap: 1.6875rem;
        padding-bottom: 3.75rem;
        padding-top: 3.75rem;
        width: 90%
    }

    .sApplication__steps {
        gap: 0 1.875rem;
        margin-bottom: 2.625rem
    }

    .sApplication__step {
        border-bottom: .375rem solid #ced4da;
        font-size: 1.5rem
    }

    .sApplication .btn-single.btn-primary {
        min-width: 12rem
    }

    .sApplication .auth-row {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 1.875rem
    }

    .form-wrap__input-wrap--budget-radio .form-wrap__input-title {
        width: auto
    }

    .form-wrap__input-wrap--budget-radio .custom-input:not(:last-of-type) {
        margin-right: 3.6875rem
    }

    .sArticle__link-back {
        margin-bottom: 2.125rem
    }

    .sArticle__item {
        margin-bottom: 2.125rem
    }

    .sArticle__item:last-child {
        margin-top: 3rem
    }

    .sArticle__img-wrap {
        min-height: 17.9375rem
    }

    .sArticle p {
        margin-bottom: 1.25rem
    }

    .sAuth__tabs-btn:not(:last-child) {
        margin-right: var(--bs-gutter-x)
    }

    .sAuth__tabs-btn:after {
        height: 6px
    }

    #sAwardSteps2 {
        --sPT: 3.875rem;
        --sPB: 4rem
    }

    .sAwardSteps {
        --sTPB: 3.25rem
    }

    .sAwardSteps__row {
        --bs-gutter-y: 1.875rem
    }

    .sAwardSteps__row-colored {
        --bs-gutter-y: 2.5rem
    }

    .sAwardSteps__row-colored:before {
        content: none
    }

    .sAwardSteps__row-colored .line {
        bottom: 0;
        display: inline-block;
        left: 1px;
        position: absolute;
        width: calc(100% - var(--right-pad));
        z-index: 1
    }

    .sAwardSteps__row-colored .sAwardSteps__col:nth-child(4) .award-step:before {
        bottom: 50%;
        left: auto;
        right: calc(var(--right-pad));
        transform: translate(50%, 50%)
    }

    .sAwardSteps .section-title {
        align-items: flex-end
    }

    .sAwardSteps__slider--js .swiper-slide .award-step {
        min-height: 19.375rem
    }

    .sAwardSteps__slider--js {
        margin-bottom: 0;
        overflow: hidden
    }

    .sAwardSteps {
        --swiperArrowPosition: 0
    }

    .sAwardSteps .swiper-button-hand {
        bottom: 10px
    }

    .award-step__data {
        margin-bottom: 1.5rem
    }

    .award-step--blue .img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .award-step--with-icon {
        min-height: 14.875rem !important
    }

    .award-step--blue {
        min-height: 8.375rem !important
    }

    .award-step--colored {
        min-height: 10rem;
        padding-right: .625rem;
        padding-top: 1.875rem
    }

    .award-step--colored:before {
        bottom: calc(var(--bs-gutter-y) / 2 * -1)
    }

    .sBlog {
        --sPT: 2.5rem;
        --sPB: 2.5rem
    }

    .blog-item {
        padding-bottom: 2.75rem
    }

    .blog-item:not(:last-child) {
        margin-bottom: 2.8125rem
    }

    .blog-item h3 {
        margin-bottom: 4.125rem
    }

    .blog-item__img-wrap {
        min-height: 17.9375rem
    }

    .sContent {
        --sPT: 2.25rem;
        --sPB: 2.125rem
    }

    .sContent__row {
        --bs-gutter-y: 2.625rem
    }

    .sContent__row:not(:last-child) {
        margin-bottom: 4.875rem
    }

    .sContent .title.top-line {
        margin-top: 2.5rem
    }

    .content-card__img-wrap {
        --img-w: 192px
    }

    .content-card__content {
        max-width: 20.9375rem
    }

    .content-card__name {
        margin-bottom: 1.25rem
    }

    .sDocuments {
        --sPT: 2.625rem
    }

    .sDocuments .download-file {
        min-height: 9rem
    }

    .sExpertise {
        --sTPB: 3.75rem
    }

    .sExpertise .sub-title {
        margin-bottom: 3.75rem
    }

    .sExpertise h2 {
        line-height: 112%
    }

    .sExpertise .h2 {
        margin-bottom: 1.125rem
    }

    .sExpertise .descr {
        margin-bottom: 4rem
    }

    .sExpertise .form-wrap__row {
        --bs-gutter-y: 0.625rem
    }

    .sExpertise .form-wrap__row-review {
        --bs-gutter-y: 1.875rem
    }

    .sExpertise .form-wrap__row-review:not(:first-child):before {
        top: 0
    }

    .sNews {
        --sPT: 7.5rem;
        --sPB: 6.875rem;
        --sTPB: 3.375rem
    }

    .sNews__row {
        --bs-gutter-y: 2.5rem
    }

    .sNews .section-title {
        align-items: flex-end
    }

    .sNews .news-item:not(:last-child) {
        margin-bottom: 3.75rem
    }

    .sNews__img-wrap {
        margin-top: .375rem
    }

    .sNews__content {
        padding: 2rem 2.3125rem 1.375rem
    }

    .sNominant {
        --sPB: 3.5rem;
        --sTPB: 0rem
    }

    .sNominant__row {
        --bs-gutter-y: var(--bs-gutter-x)
    }

    .sNominant__item {
        margin-bottom: 2.375rem;
        margin-top: .625rem
    }

    .sNominant .item-long .download-file {
        min-height: 19.625rem
    }

    .sNominant .download-file {
        padding-bottom: 1.75rem
    }

    .sNominant .download-file p {
        margin-bottom: 1.75rem
    }

    .sNominant .download-file:not(:last-child) {
        margin-bottom: calc(var(--bs-gutter-x) - 4px)
    }

    .sNominant__btn-wrap .btn {
        width: 12rem
    }

    .sNominations {
        --sPT: 2.5rem;
        --sPB: 2.5rem;
        --sTPB: 4.1875rem
    }

    .sNominations__inner-wrapper {
        border-radius: 24px;
        padding: 3.25rem 3.875rem 4rem
    }

    .sNominations .dd-group__head {
        font-size: 1.25rem;
        line-height: 2
    }

    .sNominations .dd-group__head .btn {
        margin-right: 70px
    }

    .sNominations .dd-group__head:after {
        height: 2.5625rem;
        top: 1.8125rem;
        width: 2.5625rem
    }

    .sNominations .dd-group__head {
        font-size: 1.5625rem;
        padding: 1.625rem 0
    }

    .sNominations .dd-group__content {
        padding-bottom: 2.5625rem;
        transform: translateY(-7px)
    }

    .sNominations .dd-group__content p {
        line-height: 1.37
    }

    .sNominations .col span {
        margin-bottom: 0
    }

    .sOrders .order-card:first-child {
        background: transparent;
        color: #396084;
        font-weight: 500;
        padding-bottom: 1.25rem;
        padding-top: 0
    }

    .sOrders__add-info {
        margin-top: 1.5rem
    }

    .order-card {
        align-items: center;
        grid-template-columns:.55fr .4fr 1fr 190px
    }

    .order-card {
        border-radius: 1.5rem;
        padding: 2rem 1.1875rem 2rem 2.25rem
    }

    .order-card__btn-wrap {
        align-items: center;
        flex-direction: row;
        gap: 1.125rem;
        justify-content: flex-end
    }

    .order-card .year {
        grid-column: 2/3;
        grid-row: 1/2
    }

    .order-card__btn {
        border-radius: 1.1875rem;
        min-height: 3.3125rem
    }

    #sPartners2 {
        --sPT: 2.25rem;
        --sPB: 5rem
    }

    .sPartners {
        --sPB: 6.125rem;
        --sTPB: 6.25rem
    }

    .sPartners__row {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 2rem
    }

    .sPartners .partner-item {
        --cardCount: 6
    }

    .top-line:before {
        top: -38px
    }

    .sProject {
        --sPT: 2.625rem
    }

    .sProject__row {
        margin-bottom: 3.8125rem
    }

    .sProject .vote-item__stars {
        margin-bottom: 2.875rem
    }

    .sProject__item {
        border-radius: 1.5rem;
        padding: 1.4375rem 3.125rem 1.5rem 1.875rem
    }

    .sProject .nomination-item:not(:last-child) {
        margin-bottom: 2.25rem
    }

    .sProject .nomination-item {
        padding-bottom: 4.625rem
    }

    .sProject .nomination-item:first-child {
        border-top: 1px solid #e8f1f7;
        padding-top: 2.5625rem
    }

    .sProject__btn {
        max-width: 19rem
    }

    .sRegion {
        --sPT: 2.25rem;
        --sPB: 6.875rem
    }

    .sRegion__btn-wrap .btn {
        max-width: 49%;
        width: 192px
    }

    .sRegion p {
        margin-bottom: 0
    }

    .sRegion__map {
        margin-bottom: 0;
        margin-top: 2.5rem
    }

    .sStats {
        --sTPB: 4.1875rem;
        --sPB: 2.5rem;
        --sPT: 2.5rem
    }

    .sStats h2 {
        font-size: 2.5rem
    }

    .sStats .col-lg-3 {
        max-width: -moz-max-content;
        max-width: max-content
    }

    .sSupervisory {
        --sPT: 0.625rem;
        --sTPB: 6.25rem;
        --sPB: 2.75rem
    }

    .sSupervisory__inner-wrap {
        padding: 3.375rem 3.75rem
    }

    .sSupervisory__img-wrap {
        margin-bottom: 3.375rem;
        max-width: 18.75rem
    }

    .sSupervisory .arrow-wrap {
        margin-top: 4rem
    }

    .sSupervisory .swiper-button-hand {
        position: static
    }

    .sUser {
        --sPB: 2.5rem
    }

    .sUser .row {
        justify-content: start
    }

    .sUser__grid {
        gap: 3.1875rem 3.875rem;
        grid-template-columns:300px 1fr
    }

    .sUser__grid .sUser__photo {
        grid-row: 1/span 2
    }

    .sUser__grid .sUser__person {
        grid-column: 2/-1
    }

    .sUser__grid .sUser__btns-wrap {
        grid-column: 2/-1;
        grid-row: 2/3
    }

    .sUser__grid .sUser__item-2 {
        background: #f3f8fb;
        border-radius: .5rem;
        grid-column: 1/-1;
        padding: 2.875rem 3.0625rem 2.25rem
    }

    .sUser__top-wrap {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 3.1875rem
    }

    .sUser__top-nav {
        flex-direction: row;
        gap: 2.125rem;
        margin-bottom: 0
    }

    .sUser__grid:before {
        content: none
    }

    .sUser__wrap:before {
        content: none
    }

    .sUser__wrap {
        padding: 0
    }

    .sUser__item {
        gap: 2.5rem
    }

    .sUser__btns-wrap {
        align-items: flex-end;
        flex-direction: row;
        justify-content: space-between
    }

    .sUser__btns-wrap .btn {
        --bs-btn-padding-x: 1.5rem;
        min-height: 2.875rem
    }

    .sUser .upload-avatar__input-wrap {
        height: 18.75rem;
        width: 18.75rem
    }

    .sUser__person {
        font-size: 2.5rem;
        grid-column: 1/span 2;
        max-width: 406px
    }

    .user-vote-item__title-wrap {
        padding: 2.25rem 2.5625rem
    }

    .user-vote-item__wrap {
        padding: 1.6875rem 1.75rem
    }

    .user-vote-item__btn-wrap {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: end
    }

    .user-vote-item__descr p {
        margin-bottom: 1.875rem
    }

    .sVote {
        --sPB: 2.75rem
    }

    .sVote .text-primary h2 {
        line-height: 107%
    }

    .sVote p {
        margin-bottom: 1.25rem
    }

    .sVote__btn {
        width: 12rem
    }

    .sVote__grid {
        align-items: start;
        grid-template-columns:repeat(2, 1fr);
        grid-template-rows:min-content 1fr
    }

    .sVote__text {
        grid-column: 2/-1;
        grid-row: 1/span 2
    }

    #sVoteProjects2 {
        --sPT: 0.625rem;
        --sTPB: 1.875rem
    }

    .sVoteProjects {
        --sPT: 2.125rem;
        --sPB: 2.125rem;
        --sTPB: 3.5rem
    }

    .sVoteProjects__row {
        --bs-gutter-x: 1.875rem
    }

    .sVoteProjects__btn {
        width: 12rem
    }

    .vote-item {
        --padding: 20px
    }

    .vote-item label {
        min-height: 14.1875rem
    }

    .vote-item--btn {
        min-height: 13.75rem
    }

    .vote-item--btn label {
        min-height: auto
    }

    .vote-item .custom-input__text {
        max-width: calc(100% - 52px)
    }

    .sWinners {
        --sPT: 2.25rem
    }

    .sWinners .winner-card {
        margin-bottom: 2.6875rem
    }

    .sWinners .nomination.top-line {
        margin-top: 4rem;
        padding-top: 4rem
    }

    .sWinners .btn-primary {
        width: 12rem
    }

    .winner-card__row {
        --bs-gutter-y: 1.25rem
    }

    .winner-card {
        border-radius: .5rem;
        padding: 2rem 0 2.375rem 2.0625rem
    }

    .winner-card__descr {
        -webkit-line-clamp: 2
    }

    .winner-card__btn-wrap {
        text-align: center
    }

    .title-menu .menu {
        display: flex;
        padding-top: 1.0625rem;
        text-align: center;
        --bs-gutter-x: 20px;
        --bs-gutter-y: 0;
        flex-wrap: wrap;
        gap: 1.25rem;
        justify-content: flex-end;
        margin-left: calc(var(--bs-gutter-x) * -1 / 2);
        margin-right: calc(var(--bs-gutter-x) * -1 / 2);
        margin-top: calc(var(--bs-gutter-y) * -1)
    }

    .title-menu .menu > * {
        margin-top: calc(var(--bs-gutter-y));
        padding-left: calc(var(--bs-gutter-x) / 2);
        padding-right: calc(var(--bs-gutter-x) / 2)
    }

    .menu-mobile__inner {
        padding: 4.375rem 0;
        padding-left: var(--pad);
        padding-right: var(--pad)
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .award-step--colored {
        padding-left: 1.875rem
    }

    .award-step--colored .h5 {
        font-size: 1.25rem
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .vote-text h1 {
        font-size: 50px
    }

    .vote-text h3 {
        font-size: 24px
    }

    .vote-button {
        font-size: 32px;
        height: 90px;
        width: 220px
    }
}

@media (min-width: 1200px) {
    .footer__bottom-link:last-child {
        margin-left: 2.5rem
    }

    .modal-win .col-wrapper-scroll {
        max-height: calc(100dvh - 160px)
    }

    .modal-win__row-lg .col-lg {
        margin-left: -1.875rem
    }

    .modal-win .award-wrap .title {
        font-size: 1.5625rem
    }

    .modal-win .award-wrap .icon {
        font-size: 5.9375rem
    }

    .sArticle h2 {
        font-size: 3rem
    }

    .sAwardSteps__row-colored {
        --bs-gutter-y: 4.375rem
    }

    .sAwardSteps__row-colored {
        --right-pad: 58px
    }

    .sAwardSteps__row-colored .line {
        bottom: 3.5%
    }

    .award-step--colored {
        min-height: 11.75rem
    }

    .sExpertise .wrapper {
        margin-left: 1.25rem
    }

    .sNews__img-wrap {
        max-height: 40rem
    }

    .sProject .vote-item__stars img {
        margin-right: 1.8125rem
    }

    .sRegion__btn-wrap .btn:first-child {
        margin-right: var(--bs-gutter-x)
    }

    .sStats__count .number {
        font-size: 12.5rem
    }

    .sStats svg g.reg-5 g path:first-child {
        transform: translateX(100px)
    }

    .sStats svg g.reg-1 g path:first-child {
        transform: translate(325px, 230px)
    }

    .sStats svg g.reg-2 g path:first-child {
        transform: translate(120px, 230px)
    }

    .sStats svg g.reg-3 > g path:first-child {
        transform: translateX(-50px)
    }

    .sStats svg g.reg-7 > g path:first-child {
        transform: translateX(280px)
    }

    .sStats svg g.reg-9 > g path:first-child {
        transform: translate(-40px, 30px)
    }

    .sStats__row {
        margin-bottom: 5.9375rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 75.3125rem
    }

    .sStats__row .row {
        --bs-gutter-y: 0;
        --bs-gutter-x: 1.5rem
    }

    .sStats__col {
        max-width: calc(15.6875rem + var(--bs-gutter-x))
    }

    .sStats__item {
        cursor: pointer;
        max-width: 14.0625rem
    }

    .sStats__item.active, .sStats__item:hover {
        background-color: #0f70ca;
        box-shadow: none;
        color: #fff
    }

    .sUser__item {
        grid-template-columns:repeat(4, 1fr)
    }

    .sUser__person {
        font-size: 4rem;
        max-width: 706px
    }

    .user-vote-item__descr {
        margin-right: 2.5rem
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .vote-item__stars img {
        max-width: 25%
    }
}

@media (min-width: 1400px) {
    .sArticle {
        --sPT: 13.125rem
    }

    .sAwardSteps__row-colored {
        --bs-gutter-y: 7.25rem
    }

    .sAwardSteps__row-colored .line {
        bottom: 7.5%
    }

    .award-step--blue .img {
        max-width: 70%;
        right: 20px
    }

    .sNews__items-wrap {
        margin-left: 7.5rem
    }

    .sUser .form-wrap__input-title {
        margin-right: 2.25rem
    }

    .title-menu .menu {
        margin-left: .625rem
    }

    .change-logos--js .header-vis.top-nav__logo {
        max-width: none;
        transform: translateY(0)
    }

    .change-logos--js .title-menu .menu {
        margin-left: auto;
        max-width: 701px
    }

    .header--js .top-nav {
        padding-bottom: .875rem;
        padding-top: 0
    }

    .header--js .top-nav__row {
        align-items: center
    }

    .top-nav__row {
        align-items: center
    }

    .top-nav__row {
        align-items: start
    }

    .top-nav--blue {
        padding-bottom: 1.8125rem;
        padding-top: 1rem
    }

    .top-nav--blue .top-nav__row {
        align-items: center
    }

    .top-nav--blue .logo-to-top {
        transform: translateY(0) !important
    }

    .top-nav .logo-to-top {
        transform: translateY(-40%)
    }

    .top-nav {
        top: 66px
    }

    .top-nav .wrap {
        align-items: center;
        margin-top: .75rem
    }
}

@media (max-width: 1199.98px) {
    .fancybox__content {
        max-width: calc(100% - 32px)
    }
}

@media (max-width: 991.98px) {
    .h2, h2 {
        font-size: 1.5rem
    }

    .h1, h1 {
        font-size: 2.125rem
    }

    .headerBlock .logo-img {
        margin-right: 10vw;
        width: 4.75rem
    }

    .headerBlock .img2 {
        width: 3.9375rem
    }

    .headerBlock p {
        display: none
    }

    .modal-win .mt-dop {
        margin-top: 2.375rem
    }

    .sApplication .auth-row .btn {
        max-width: none;
        width: 100%
    }

    #sAwardSteps2 .award-step .award-step__title {
        max-width: 15.625rem
    }

    .sAwardSteps__row-colored:after {
        background-color: #115492;
        border-radius: 50%;
        bottom: 0;
        content: "";
        display: block;
        height: 1.625rem;
        left: 50%;
        position: absolute;
        transform: translate(-50%, 50%);
        width: 1.625rem;
        z-index: 5
    }

    .award-step--with-icon {
        padding: 1.875rem 2.5rem 1.625rem
    }

    .award-step--colored.active:before {
        background-color: #115492
    }

    .sContent .col-lg-6:not(:last-child) .content-card {
        margin-bottom: 2.5rem
    }

    .sContent .h5 {
        margin-bottom: 2.0625rem;
        text-align: center
    }

    .sContent .title.top-line:before {
        top: -36px
    }

    .content-card {
        flex-direction: column
    }

    .content-card .content-card__content {
        text-align: center
    }

    .sDocuments__row {
        --bs-gutter-x: 0.625rem
    }

    .sNews__img-wrap {
        aspect-ratio: var(--ratio, 342/240);
        display: block;
        position: relative
    }

    .sNews .news-item:nth-child(3), .sNews .news-item:nth-child(4) {
        display: none
    }

    .sNominant__btn-wrap {
        margin-bottom: 1.25rem
    }

    .order-card__title {
        color: #396084
    }

    .order-card__descr-wrap {
        margin-bottom: -.375rem
    }

    .sRegion h2 {
        max-width: 70%
    }

    .sRegion__btn-wrap {
        display: flex;
        gap: .625rem;
        justify-content: space-between;
        margin-bottom: .625rem
    }

    .sSupervisory .section-title {
        max-width: 15.625rem
    }

    .sSupervisory .swiper-button-hand {
        --swiperArrowPosition: 2%;
        bottom: auto;
        top: 38%
    }

    .sSupervisory .img-bg {
        -o-object-fit: contain;
        object-fit: contain
    }

    .sUser__grid .sUser__item, .sUser__grid .sUser__person {
        padding-left: 1.25rem
    }

    .sUser .sUser__item-2 {
        margin-top: 1.25rem
    }

    .user-vote-item__btn-wrap .btn {
        margin-top: -1.25rem;
        width: 100%
    }

    .sVoteProjects__wrap-btn {
        margin-top: 3.375rem
    }

    .sVoteProjects__wrap-btn:before {
        content: none
    }

    .winner-card__distr {
        max-width: 10.625rem
    }
}

@media (max-width: 767.98px) {
    .sApplication .card {
        background: rgba(232, 241, 247, .5);
        border-radius: 1.5rem;
        padding: 2.1875rem 1.25rem
    }

    .sApplication .success-title {
        margin: 1.875rem auto;
        max-width: calc(100% - var(--m-left) * 2)
    }

    .sApplication .form-wrap__input-title {
        margin-bottom: .625rem
    }

    .sArticle__row {
        --bs-gutter-x: 1.5rem
    }

    .sArticle__date {
        font-size: .8125rem
    }

    .sAuth .card {
        background: rgba(232, 241, 247, .5);
        border-radius: 1.5rem;
        padding: 1.875rem 1.25rem
    }

    .sAuth .success-title {
        margin: auto;
        max-width: calc(100% - var(--m-left) * 2)
    }

    .sAuth .forgot-link {
        flex-wrap: wrap;
        gap: .625rem
    }

    .sAuth .form-wrap__input-title {
        margin-bottom: .625rem
    }

    .sAwardSteps__slider--js {
        max-width: 75%
    }

    .blog-item__date {
        font-size: .8125rem;
        margin-bottom: .875rem
    }

    .blog-item h3 {
        font-size: 1.25rem
    }

    .sNews__content .text {
        margin-top: 1rem
    }

    .sNews .h3 {
        font-size: 1.25rem
    }

    .sNews__data {
        font-size: .8125rem
    }

    .news-item__title {
        font-size: 1.25rem;
        margin-top: .625rem
    }

    .news-item__data {
        font-size: .8125rem
    }

    .partner-item--no-border {
        width: 100%;
        --ratio: auto;
        display: none
    }

    .partner-item--no-border .btn {
        margin-top: 1.25rem;
        width: 100%
    }

    .sRegion h2 {
        max-width: 20rem
    }

    .sRegion__card.flex .btn {
        margin-top: 3.125rem
    }

    .sUser .btn-icon {
        padding: .5rem 0
    }

    .sUser .btn-icon .text {
        max-width: 13.3125rem
    }

    .sUser__return-link {
        order: -1
    }

    .sUser .form-wrap__input {
        max-width: none
    }

    .user-vote-item__title-wrap .title {
        max-width: 14.6875rem
    }

    .menu-mobile--js .top-nav__logo .sl {
        max-width: 4.6875rem !important
    }

    .header--main .top-nav__logo img {
        max-width: 100%
    }

    .top-nav__row {
        flex-wrap: nowrap
    }

    .top-nav__row .top-nav__btn {
        max-width: 100%
    }

    .top-nav .img-bg-inner {
        -o-object-fit: contain;
        object-fit: contain
    }

    .top-nav__btn-col {
        display: none
    }

    .top-nav__inner-col.menu-inner {
        height: calc(100dvh - 200px);
        overflow-x: hidden;
        overflow-y: auto
    }

    .top-nav__inner-col .wrap {
        position: absolute;
        right: 5%;
        top: 20px
    }

    .top-nav__logo img {
        max-width: 4.6875rem
    }
}

@media (max-width: 767.98px) and (max-width: 360px) {
    .top-nav__row .top-nav__btn {
        width: 160px;
        --bs-btn-padding-x: 0.625rem;
        min-width: auto
    }
}

@media (max-width: 575.98px) {
    .sOrders {
        --sPB: 1.875rem
    }

    .sStats h2 {
        font-size: 1.25rem
    }

    .sStats__count .number {
        font-size: 5.6875rem
    }

    .sStats__item {
        margin: auto;
        max-width: 14.0625rem
    }

    .sWinners .h2 {
        max-width: 19rem
    }
}

@media screen and (max-width: 575px) {
    .vote-wrapper {
        flex-wrap: wrap;
        height: 200px;
        padding: 0 28px
    }

    .vote-text h1 {
        font-size: 30px;
        line-height: 30px
    }

    .vote-button, .vote-text h3 {
        font-size: 16px
    }

    .vote-button {
        height: 50px;
        max-width: 120px
    }

    .vote-background-image {
        border-radius: 15px
    }
}

@media (max-width: 360px) {
    .ranking .ranking__row .form-check-input {
        height: 20px;
        width: 20px
    }
}

@media (max-width: 350px) {
    .sStats__count .number {
        font-size: 5rem
    }
}

@media (hover: hover) {
    .custom-scroll {
        scrollbar-color: var(--bs-primary) transparent;
        scrollbar-width: auto
    }

    .custom-scroll::-webkit-scrollbar {
        width: 4px
    }

    .custom-scroll::-webkit-scrollbar-track {
        background: transparent
    }

    .custom-scroll::-webkit-scrollbar-thumb {
        background-color: var(--bs-primary);
        border: 0 solid transparent;
        border-radius: 16px
    }
}