.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: #fff;
    margin-bottom: 20px;
    font-size: 1.7em;
    font-style: italic;
    font-weight: 400;
}
.vote-page .hello-sect {
    background: #fff;
    /*margin-top: 145px;*/
    padding-top: 30px;
    padding-bottom: 30px; }
.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: #002383;
    font-style: italic;
    font-weight: 700;
    font-size: 4.2em;
    margin-bottom: 10px;
}

.vote-page .bye-sect {
    background: #fff;
    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;
}
.vote-page .nominations .nominations-wrapper .items-wrap .item {
    margin-bottom: 30px;
}
.vote-page .nominations .nominations-wrapper .items-wrap .item ul {
    display: flex;
    flex-wrap: wrap;
}
.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: #C0EAFF; }
.vote-page .nominations .items-wrap li a:hover {
    text-decoration: underline; }
.vote-page .vote-sect .container {
    width: 1127px;
    max-width: 100%;
    margin: 0 auto;
    padding: 42px 10px 0; }
.vote-page .vote-sect h4 {
    color: #002383;
    /*font-style: italic;*/
    font-weight: 700;
    font-size: 2.6em;
    margin-bottom: 5px; }
.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 {
    font-style: italic;
    margin-bottom: 20px;
}
.vote-page .project-item {
    font-weight: 400 !important;
    margin-bottom: 20px;
    padding: 20px;
    background: rgba(0,170,255, 0.2);}
.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; }
.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; }
.vote-page .score-block .score-line input, .vote-page .score-block .score-line .th3 {
    width: 65px; }
.vote-page .score-block .score-line input {
    border: 2px solid #000;
    height: 26px;
    text-align: center; }
.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: #00AAFF;
    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: #D8D8D8;
}
/*.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 {
    color: #002383;
    text-decoration: underline;
}
.vote-page .adv-info-link:hover {
    text-decoration: none;
}


.additional-info-request {
    margin: 20px 0;
}
.additional-info-request .title {
    color: #002383;
    font-size: 1.4em;
    margin-bottom: 20px;
}
.additional-info-request .ss-form-title {
    margin-bottom: 20px;
    font-size: 1.2em;
}
.additional-info-request .ss-form-item {
    margin: 15px 0 0;
}
.additional-info-request .ss-item-title {
    margin: 5px 0;
    font-size: 16px;
}
.additional-info-request .ss-form-input {
    background: #F8F8F8;
    border: 1px solid #D8D8D8;
    padding: 10px 15px;
    width: 100%;
    outline: none;
    border-radius: 0 !important;
}
.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-style: italic;
    font-weight: bold;
    transition: .2s;
    cursor: pointer;
}
.additional-info-request .ss-form-submit:hover {
    background-color: #058ccf;
}
.form-item-8077695:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    bottom: 13px;
    width: 15px;
    height: 15px;
    pointer-events: none;
    background: url("https://filearchive.cnews.ru/img/cnews/2021/10/19/icons8expandarrow50.png") no-repeat;
    background-position: center;
    background-size: contain;
}
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 {
    pointer-events: none;
}
.splide__arrow:disabled svg path {
    fill: #eee;
}
.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;
    font-size: 0.8em;
}
.vote-page .splide__slide {
    width: 100%;
}
@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) {
    body.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%;
    }
}
@media (max-width: 620px) {
    body.vote-page {
        background-size: 300%;
    }
    .vote-page .page-head .title h1 {
        font-size: 3.5em;
    }
    /*.vote-page .page-head h1 {*/
    /*    font-size: 2em;*/
    /*}*/
}
