.vote-page--bg {
    background-color: #f7f7f7;
}

.vote-page .sponsors-block {
    margin-left: 0;
}
.vote-page p {
    margin: 0;
}
.vote-page ul {
    margin-left: 0;
    padding: 0;
    list-style: none;
}
.projects-slider-wrap > div {
    position: relative;
}
.nominations,
.vote-sect {
    border-top: 1px solid #000;
}
.nominations {
    color: #000;
}
.nominations .nominations-wrapper {
    width: 1127px;
    max-width: 100%;
    margin: 0 auto;
    padding: 42px 0; }
.nominations .nominations-wrapper .title {
    font-style: italic;
    font-weight: 700;
    font-size: 4em;
    margin-bottom: 34px; }
.nominations .nominations-wrapper .items-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
.main-page .nominations .nominations-wrapper .items-wrap .item {
    display: flex;
    width: 49%;
    min-height: 198px;
    margin-bottom: 24px;
    border: 3px solid #00AAFF;
    flex-direction: column;
    padding: 25px 30px; }
.nominations .nominations-wrapper .items-wrap .item p,
.nominations .nominations-wrapper .items-wrap .item > a {
    font-style: italic;
    font-weight: 700;
    font-size: 2em;
    flex-shrink: 0;
    margin-bottom: 15px;
    text-align: left;
    text-decoration: none;
}
.nominations .nominations-wrapper .items-wrap .item > a {
    color: rgba(0, 0, 0, 1);
}
.nominations .nominations-wrapper .items-wrap .item > a:hover {
    color: rgba(0, 0, 0, 0.6);
}
.nominations .nominations-wrapper .items-wrap .item ul {
    text-align: left;
    align-self: flex-start; }
.nominations .nominations-wrapper .items-wrap .item ul li {
    font-size: 1em;
    padding: 4px 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #C0EAFF; }
.nominations .nominations-wrapper .items-wrap .item ul li i {
    font-style: normal;
    display: none; }
.nominations .nominations-wrapper .items-wrap .item ul li span {
    display: block;
    margin-top: 3px;
    font-weight: 700; }
.nominations .nominations-wrapper .items-wrap .item ul.special-nominations {
    text-align: left; }
.nominations .btn {
    margin: 20px auto 0; }

.vote-sect .alert {
    padding: 20px;
    border: 2px solid green;
    font-size: 1.4em;
    display: inline-block;
    margin-bottom: 30px;
}
.vote-page .page-head .container {
    flex-direction: column;
    margin-left: 21%;
}
.vote-page .page-head .title {
    margin-top: -140px;
    margin-right: 0;
}
.vote-page .page-head .title:after {
    display: none;
 }
.vote-page .page-head .title h1 {
    font-style: italic;
    font-weight: 700;
    font-size: 6em;
    line-height: 1;
    letter-spacing: -4px;
    margin: 0;
    text-transform: uppercase;
}
@media (max-width: 1200px) {
    .vote-page .page-head .title h1 {
        font-size: 4.5em;
        line-height: 1.1;
        letter-spacing: 1px;
    }
}
.vote-page .page-head h1 {
    color: #000;
    margin-bottom: 20px;
    font-size: 1.7em;
    font-style: italic;
    font-weight: 400;
}
.vote-page .hello-sect {
    /*margin-top: 145px;*/
    padding-top: 130px;
    padding-bottom: 30px;
    background-color: #f7f7f7;
}
.vote-page .hello-sect .container {
    width: 1143px;
    max-width: 100%;

    margin: 0 auto;
    padding: 0 10px; }
/*.vote-page .hello-sect h2 {*/
/*    color: #002383;*/
/*    font-style: italic;*/
/*    font-weight: 700;*/
/*    font-size: 4.2em;*/
/*    margin-bottom: 20px; }*/
.vote-page .hello-sect p {
    font-size: 1.2em;
    color: #000;
    line-height: 1.5; }
.vote-page .hello-sect p.first-p {
    color: #000;
    font-style: italic;
    font-weight: 700;
    font-size: 4.2em;
    margin-bottom: 10px;
    background-image: linear-gradient(90deg,#3aacfd,#f2f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vote-page .bye-sect {
    padding-top: 30px;
    padding-bottom: 50px; }
.vote-page .bye-sect .container {
    width: 1143px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 10px; }
.vote-page .bye-sect p {
    font-size: 1.2em;
    color: #000;
    line-height: 1.5; }
.vote-page .nominations .nominations-wrapper .items-wrap {
    display: block;
    columns: 2;
}
@media (max-width: 768px) {
    .vote-page .nominations .nominations-wrapper .items-wrap {
        columns: 1;
    }
}
.vote-page .nominations .nominations-wrapper .items-wrap .item {
    margin-bottom: 30px;
}
.vote-page .nominations .nominations-wrapper .items-wrap .item ul {
    display: flex;
    flex-direction: column;
}
.vote-page .nominations .nominations-wrapper .items-wrap .item ul li {
    margin-right: 70px;
}
.vote-page .nominations .nominations-wrapper {
    padding: 42px 10px 10px;
}

.vote-page .nominations .items-wrap li a {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    transition: 0.3s ease;
}
.vote-page .nominations .items-wrap li a:hover {
    color: rgba(0, 0, 0, 0.6);
}
.vote-page .vote-sect .container {
    width: 1127px;
    max-width: 100%;
    margin: 0 auto;
    padding: 42px 10px 0; }
.vote-page .vote-sect h4 {
    color: #000;
    /*font-style: italic;*/
    font-weight: 700;
    font-size: 2.6em;
    margin-bottom: 5px;
    background-image: linear-gradient(90deg,#3aacfd,#f2f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vote-page .pr-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.current-project-number {
    float: right;
}
.vote-page .projects-number {
    color: #000;
    font-style: italic;
    margin-bottom: 20px;
}
.vote-page .project-item {
    position: relative;
    color: #000;
    font-weight: 400 !important;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 25px;
    border: 1px solid #000;
    overflow: hidden;
}
@media (max-width: 768px) {
    .vote-page .project-item {
        padding: 20px;
    }
}
.vote-page .project-item .score-form {
    position: relative;
}
.vote-page .project-item .project-line {
    display: flex;
    margin-bottom: 20px; }
.vote-page .project-item .project-line .accordion__title-text span {
    display: inline-block;
    margin-top: 10px;
}
.vote-page .project-item .project-line p.label {
    width: 240px;
    margin-right: 50px;
    font-size: 1.2em;
    flex-shrink: 0;
    font-weight: 700;}
.vote-page .project-item .project-line p.desc {
    width: calc(100% - 150px - 50px);
    font-weight: 400 !important;}
.vote-page .project-item .project-line p.desc a {
    word-break: break-all;
    text-decoration: underline;
}
.vote-page .project-item .project-line p.desc a:hover {
    text-decoration: none;
}
.vote-page .accordion__item .accordion__title {
    position: relative;
    display: block;
    padding: 0 0 5px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer; }
.vote-page .accordion__item .accordion__title span.opened {
    display: none;
}
.vote-page .accordion__item .accordion__title:after {
    content: '';
    width: 160px;
    height: 1px;
    border-bottom: 1px dashed #000;
    position: absolute;
    bottom: 0;
    left: 0; }
.vote-page .accordion__item .accordion__title:hover {
    transition: all 0.5s ease-out; }
.vote-page .accordion__item .accordion-active.accordion__title span.opened {
    display: inline-block; }
.vote-page .accordion__item .accordion-active.accordion__title span.closed {
    display: none; }
.vote-page .accordion__item .accordion-active.accordion__title:after {
    display: none; }
.vote-page .accordion__item .accordion__content {
    padding: 30px;
    margin-bottom: 2px;
    font-size: 14px;
    display: none;
    background-color: #f3f3f3;
    margin-top: -1px; }

.vote-page .accordion_project__item .accordion_project__title {
    position: relative;
    display: block;
    padding: 0 0 5px; }
.vote-page .accordion_project__item .accordion_project__title .accordion_project__title-text {
    font-size: 1.2em;
    text-decoration: none;
    cursor: pointer; }
.vote-page .accordion_project__item .accordion_project__title:hover .accordion_project__title-text {
    color: #002383; }
/*.vote-page .accordion_project__item .accordion_project__title:after {*/
/*    content: '';*/
/*    width: 160px;*/
/*    height: 1px;*/
/*    border-bottom: 1px dashed #000;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0; }*/
.vote-page .accordion_project__item .accordion_project__title:hover {
    transition: all 0.5s ease-out; }
/*.vote-page .accordion_project__item .accordion-active.accordion_project__title:after {*/
/*    display: none; }*/
.vote-page .accordion_project__item .accordion_project__content {
    padding: 30px;
    margin-bottom: 2px;
    font-size: 14px;
    display: none;
    background-color: #f3f3f3;
    margin-top: -1px; }

.vote-page .score-block {
    margin: 20px 0; }
.vote-page .score-block .title {
    /*color: #002383;*/
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 10px; }
.vote-page .score-block i {
    margin-bottom: 30px;
    display: block;
    /*color: red;*/
}
.vote-page .score-block .score-line {
    display: flex;
    margin-bottom: 10px; }
.vote-page .score-block .score-line.head {
    padding-bottom: 10px;
    border-bottom: 1px solid #000; }
.vote-page .score-block .score-line.head p {
    font-weight: 700;
}
.vote-page .score-block .score-line .weight, .vote-page .score-block .score-line .th1 {
    width: 50px; }
.vote-page .score-block .score-line label, .vote-page .score-block .score-line .th2 {
    width: calc(100% - 100px - 60px);
    margin: 0 30px;
    word-break: break-word;
    hyphens: auto;
}
.vote-page .score-block .score-line input, .vote-page .score-block .score-line .th3 {
    width: 65px; }
.vote-page .score-block .score-line input {
    color: #000;
    border: 2px solid #000;
    height: 26px;
    text-align: center;
    transition: background-color 0.3s ease;
}
.vote-page .score-block .score-line input:hover,
.vote-page .score-block .score-line input:focus {
    background-color: rgba(0, 0, 0, 0.05);
}
.vote-page .score-block .score-line .sum {
    font-weight: 600;
    text-align: right; }
.vote-page .score-block .score-line.footer {
    padding-top: 10px;
    border-top: 1px solid #000; }
.vote-page .score-block .score-line.footer {
    font-weight: 700;
}
.vote-page .score-submit {
    margin: 0;
    border: 0;
    background-color: rgb(0, 170, 255);
    color: white;
    padding: 13px 24px;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    transition: .2s;
    cursor: pointer; }
.vote-page .score-submit.disabled {
    pointer-events: none;
    background-color: rgba(0, 170, 255, 0.5);
}
/*.vote-page .score-submit.disabled:after {*/
/*    content: "Пожалуйста, оцените проекты по каждому из критериев";*/
/*    position: absolute;*/
/*    display: inline-block;*/
/*    color: red;*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    width: 100vw;*/
/*    text-align: left;*/
/*    bottom: 50px;*/
/*    left: 0;*/
/*}*/
.vote-page .score-submit:hover {
    background-color: #058ccf; }
.vote-page footer .mask-link a {
    display: none; }
.vote-page .adv-info-link {
    text-decoration: underline;
}
.vote-page .adv-info-link:hover {
    text-decoration: none;
}


.additional-info-request {
    position: relative;
    margin: 20px 0;
    padding: 30px;
    border: 1px solid #000;
    border-radius: 25px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .additional-info-request {
        padding: 20px;
    }
}
.additional-info-request .title,
.additional-info-request .form_anketa {
    position: relative;
}
.additional-info-request .title {
    color: #000;
    font-size: 1.4em;
    margin-bottom: 20px;
}
.additional-info-request .ss-form-title {
    margin-bottom: 20px;
    color: #000;
    font-size: 1.2em;
}
.additional-info-request .ss-form-item {
    margin: 15px 0 0;
}
.additional-info-request .ss-item-title {
    margin: 5px 0;
    color: #000;
    font-size: 16px;
}
.additional-info-request .ss-form-input {
    background: #F8F8F8;
    border: 2px solid #D8D8D8;
    padding: 10px 15px;
    width: 100%;
    border-radius: 3px;
    outline: none;
    transition: 0.3s ease;
}
.additional-info-request .ss-form-input:not(:disabled):hover,
.additional-info-request .ss-form-input:not(:disabled):focus {
    border-color: #00AAFF;
}
.additional-info-request select.ss-form-input {
    cursor: pointer;
}
.additional-info-request .ss-item-type-textarea .ss-form-input {
    min-height: 130px;
}
.additional-info-request .ss-form-submit {
    margin: 30px 0 0;
    border: 0;
    background-color: #00AAFF;
    color: white;
    padding: 13px 24px;
    font-size: 16px;
    font-weight: bold;
    transition: 0.2s;
    cursor: pointer;
}
.additional-info-request .ss-form-submit:hover {
    background-color: #058ccf;
}
input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.projects-slider-wrap {
    margin-bottom: 40px;
    font-weight: 400 !important;
}
.splide--slide {
    font-weight: 400 !important;
}
.projects-slider-wrap .splide__arrows button.splide__arrow.splide__arrow--prev {
    left: -80px;
}
.projects-slider-wrap .splide__arrows button.splide__arrow.splide__arrow--next {
    right: -80px;
}
.splide__arrow:disabled {
    cursor: default;
}
.splide__arrow:disabled svg path {
    fill: rgba(200, 200, 200, 0.6);
}
.vote-page .splide__pagination {
    display: flex !important;
    margin: 0;
}
.vote-page .splide__arrows {
    top: 50%;
    margin-top: -70px;
}
.vote-page .splide__arrows button.splide__arrow.splide__arrow--prev {
    transform: none;
}
.vote-page .splide__arrows button.splide__arrow.splide__arrow--next {
    transform: none;
}
.vote-page .slider-notion {
    margin-bottom: 20px;
    color: #000;
    font-size: 0.8em;
}
.vote-page .splide__slide {
    width: 100%;
}
.footer.score-line {
    background: transparent;
}
/* Стили для номинации */
.vote-page .vote-sect--ai .container {
    padding-bottom: 42px;
}

.vote-sect--ai .vote-sect__info + .vote-sect__info {
    margin-top: 40px;
}

.vote-sect--ai .vote-sect__info h4 {
    margin: 0 0 15px;
    line-height: 1.2;
}

.vote-sect--ai .vote-sect__info p + p,
.vote-sect--ai .vote-sect__info p + ul {
    margin-top: 8px;
}

.vote-sect--ai .vote-sect__info ul + p {
    margin-top: 15px;
}

.vote-sect--ai .vote-sect__info ul {
    list-style: disc;
    list-style-position: inside;
    padding-left: 10px;
}

.vote-sect--ai .score-block {
    margin: 40px 0;
}

.vote-sect--ai .score-block .score-block__labels {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.vote-sect--ai .score-block .score-block__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.vote-sect--ai .score-block .score-block__label:hover b {
    border-color: #3aacfd;
}

.vote-sect--ai .score-block .score-block__label input {
    display: none;
}

.vote-sect--ai .score-block .score-block__label b {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #000000;
    transition: 0.3s ease;
}

.vote-sect--ai .score-block .score-block__label b::before {
    position: absolute;
    bottom: -10px;
    left: -10px;
    background-image: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" fill="none"><path stroke="%233aacfd" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 5L8 15l-5-4"/></svg>');
    background-position: center;
    content: "";
    display: none;
    width: 50px;
    height: 50px;
}

.vote-sect--ai .score-block .score-block__label input:checked + b::before {
    display: block;
}

.vote-sect--ai .score-block .score-block__result {
    margin-top: 20px;
}

@media (max-width: 1480px) {
    .vote-page .page-head .title {
        margin-top: 0;
    }
}
@media (max-width: 1200px)  {
    /*body.vote-page {*/
    /*    background-size: 100%;*/
    /*}*/
    .vote-page .page-head:before {
        display: none;
    }
}
@media (max-width: 800px) {
    /*.vote-page .page-head h1 {*/
    /*    font-size: 3em;*/
    /*}*/
    .vote-page .page-head .container {
        margin-left: 0;
    }
}
@media (min-width: 767px) and (max-width: 930px) {
    .bye-sect {
        max-width: 380px;
    }
}
@media (max-width: 768px) {
    main.vote-page {
        background-size: 150%;
    }
    .vote-page .project-item .project-line {
        flex-direction: column;
    }
    .vote-page .project-item .project-line p.label {
        margin-bottom: 5px;
    }
    .vote-page .hello-sect h2, .vote-page .vote-sect h4 {
        font-size: 2em;
    }
    .vote-page .hello-sect {
        margin-top: 50px;
    }
    .vote-page .nominations .nominations-wrapper {
        padding: 42px 10px 10px;
    }
    .vote-page .project-item .project-line p.desc {
        width: 100%;
    }
    .vote-page .hello-sect p.first-p {
        font-size: 2em;
    }
    .nominations .nominations-wrapper .items-wrap .item p,
    .nominations .nominations-wrapper .items-wrap .item > a {
        font-size: 1.6em;
    }
}
@media (max-width: 620px) {
    main.vote-page {
        background-size: 300%;
    }
    .vote-page .page-head .title h1 {
        font-size: 3.5em;
    }
    /*.vote-page .page-head h1 {*/
    /*    font-size: 2em;*/
    /*}*/
}
