* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'DelaGothicOne';
    src: url(/web/fonts/DelaGothicOne/DelaGothicOne-Regular.ttf); 
}

.btn:focus,.btn:active, input:focus, input:active {
    outline: none !important;
    box-shadow: none !important;
 }

.popup_bg {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.popup {
    width: 689px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    z-index: 20;
    display: none;
    text-align: center;
    padding-left: 60px;
    padding-right: 70px;
    padding-bottom: 60px;
    border-radius: 15px;
}

.popup_close {
    position: absolute;
    top: 17px;
    right: 29px;
    cursor: pointer;
}

.popup_nomination_image {
    width: 293px;
    height: 293px;
    margin-top: 18px;
    margin-bottom: 50px;
}

.popup_label {
    font-family: 'DelaGothicOne';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 35px;
}

.popup_desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    padding-top: 22px;
}

.popup_btn {
    font-weight: 700;
    font-size: 22px;
    line-height: 66px;
    text-align: center;
    color: #FFFFFF;
    outline: none;
    width: 322px;
    height: 67px;
    display: block;
    text-decoration: none;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.popup_btn:hover,.popup_btn:active {
    text-decoration: none;
    color: #FFFFFF;
}

body {
    background-color: #fff;
}

img.noselect {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}

p {
    margin-bottom: 0;
}

.storage-fluid {
    width: 100%;
    position: relative;
    padding-right: 0;
    padding-left: 0;
}

.storage {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-right: 0;
    padding-left: 0;
}

.storage__padding {
    padding-left: 206px;
    padding-right: 206px;
}

.storage_video {
    height: 570px;
}

.main_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.75);
}

header {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    width: 100%;
    height: 100%;
}

header * {
    vertical-align: middle;
}

.header_block {
    padding-left: 40px;
    padding-right: 50px;
    padding-top: 25px;
    z-index: 2;
    position: relative;
}

.header_link {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #FFFFFF;
    text-align: right;
    float: right;
    cursor: pointer;
}

.header_link:first-of-type {
    margin-left: 15px;
}

.header_img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.header_btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 51px;
    text-align: center;
    color: #FFFFFF;
    outline: none;
    background: #E6644B;
    width: 179px;
    height: 51px;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 77px;
    margin-right: 195px;
}

.header_btn:hover, .header_btn:active  {
    color: #FFFFFF;
    text-decoration: none;
}

.block_info {
    padding-top: 31px;
    z-index: 2;
    background: #00B99B;
    position: relative;
}

.block_info__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    padding-bottom: 20px;
}

.block_starting {
    text-align: center;
}

.block_starting__decor {
    margin-top: -70px;
    margin-bottom: -30px;
    width: 90%;    
}

.block_starting__box {
    background: #FFFFFF;
    width: 324px;
    height: 324px;
    position: absolute;
    left: 50%;
    margin-left: -162px;
    top: 20px;
    padding-top: 25px;
}

.block_starting__label {
    font-family: 'DelaGothicOne';
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #00B99B;
    padding-bottom: 40px;
}

.block_starting__text1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    padding-bottom: 34px;
}

.block_starting__text2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

.block_starting__text2 span {
    background: #5DECCF;
    font-weight: 700;
    display: inline-block;
    margin-top: 2px;
    padding: 3px 9px;
}

.block_nominations {
    text-align: center;
}

.block_nominations__label {
    font-family: 'DelaGothicOne';
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 21px;
}

.block_nominations__item {
    height: 74px;
    float: left;
    margin-bottom: 1.5%;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.block_nominations__item.short {
    width: 32.3%;
}

.block_nominations__item.long {
    width: 66%;
}

.block_nominations__item.margin_inside {
    margin-left: 1.5%;
}

.block_nominations__item:nth-of-type(1) {
    background: #009D8C;
}

.block_nominations__item:nth-of-type(2) {
    background: #00DCAF;
}

.block_nominations__item:nth-of-type(3) {
    background: #00C0F0;
}

.block_nominations__item:nth-of-type(4) {
    background: #00A6A5;
}

.block_nominations__item:nth-of-type(5) {
    background: #00A3CC;
}

.block_nominations__item:nth-of-type(6) {
    background: #40D1D1;
}

.block_nominations__item:nth-of-type(7) {
    background: #5DECCF;
}

.block_nominations__item:nth-of-type(8) {
    background: #007F9E;
}

.block_nominations__item:nth-of-type(9) {
    background: #00DC8D;
}

.block_map {
    padding: 48px 0;
    text-align: center;
}

.block_hottowin {
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
}

.block_hottowin__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    margin-top: 45px;
}

.block_hottowin__text a {
    color: inherit;
    text-decoration: underline;
}

.block_questions {
    padding-top: 37px;
    text-align: center;
}

.block_questions__label {
    font-family: 'DelaGothicOne';
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 23px;
}

.block_questions__items {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.block_questions__item {
    height: 340px;
    padding-left: 37px;
    padding-right: 37px;
    margin-bottom: 2%;
}

.block_questions__item.long .block_questions__item__wrapper {
    width: 50% !important; 
    text-align: left;
}

.block_questions__item.long.long_right .block_questions__item__wrapper {
    margin-left: 53%;
}

.block_questions__item__wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.block_questions__item.short {
    width: 49%;
}

.block_questions__item.long {
    width: 100%;
}

.block_questions__item_label {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    padding-bottom: 22px;
}

.block_questions__item_answer {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.block_questions__item_1 {
    background: #00C0F0;
}

.block_questions__item_2 {
    background: #00DCAF;
}

.block_questions__item_3 {
    background: #007F9E;
    background-image: url("/web/img/questions_decor1.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
}

.block_questions__item_4 {
    background: #00B99B;
}

.block_questions__item_5 {
    background: #00DC8D;
}

.block_questions__item_6 {
    background: #40D1D1;
    background-image: url("/web/img/questions_decor2.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
}

.block_organizers {
    text-align: center;
    padding-bottom: 50px;
}

.block_organizers__label {
    font-family: 'DelaGothicOne';
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 40px;
}

.block_organizers__items {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.block_organizers__item_1 {
    margin-right: 32px;
}

.block_organizers__item {
    text-align: left;
}

.block_organizers__text {
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.block_organizers__link, .block_organizers__link:hover, .block_organizers__link:active {
    color: #FFFFFF;
    text-decoration: underline;
}

.block_organizers__logo {
    margin-bottom: 42px;
}

.block_organizers__social {
    margin-top: 22px;
    display: inline-block;
}

.block_organizers__social:nth-of-type(1) {
    margin-right: 16px;
}

.block_footer {
    padding-top: 21px;
    padding-bottom: 45px;
    text-align: center;
}

.block_footer__dates {
    font-family: 'DelaGothicOne';
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 41px;
    color: #00B99B;
}

.block_footer__link, .block_footer__link:hover, .block_footer__link:active {
    text-decoration: underline;
    color: #00B99B;
}

.block_footer__text {
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding-top: 30px;
}

.block_footer__link_mail, .block_footer__link_mail:hover, .block_footer__link_mail:active  {
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
    color: #00B99B;
    text-decoration: none;
}

.slider_arrow {
    display: none;
}

body {
    min-width: 1100px;
}

.header_logo {
    width: 360px;
    margin-top: -15px;
}


@media (max-width: 1000px) and (orientation : portrait) and (hover: none) and (pointer: coarse) {
    body {
        min-width:auto;
    }
    .popup_close {
        position: absolute;
        top: 31px;
        right: 31px;
        width: 39px;
        cursor: pointer;
    }
    .popup_nomination_image {
        margin-top: 18px;
        margin-bottom: 30px;
    }
    .popup_label {
        font-size: 32px;
        line-height: 35px;
    }
    .popup_desc {
        font-size: 26px;
        line-height: 30px;
    }
    .popup_btn {
        font-weight: 700;
        font-size: 28px;
        line-height: 74px;
        height: 75px;
    }
    .storage {
        width: 640px !important;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding-right: 0;
        padding-left: 0;
    }
    .storage__padding {
        padding-left: 47px;
        padding-right: 47px;
    }
    .popup {
        width: 100%;
    }
    .header_img {
        content:url("/web/img/mobile/head_img.svg");
        position: absolute;
        top: 110px;
    }
    .storage_video {
        height: 876px;
    }
    .header_logo {
        width: 85%;
        margin-top: 0;
    }
    .header_link {
        display: none;
    }
    .block_starting__decor {
        content:url("/web/img/mobile/decor_img1.svg");
    }
    .block_hottowin__img {
        width: 100%;
        content:url("/web/img/mobile/howtowin.svg");
    }
    .block_map__img {
        width: 100%;
        padding-left: 47px;
        padding-right: 47px;
        content:url("/web/img/mobile/map.svg");
    }
    .block_info__text {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
    }
    .decor_footer {
        width: 100%;
    }
    .block_starting__decor {
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;    
    }
    .block_questions__item {
        /* min-height: 450px; */
        width: 520px;
        height: 520px;
        background-image: none;
    }
    .block_questions__item.long .block_questions__item__wrapper {
        width: 100% !important; 
        text-align: center;
    }
    .block_questions__item.long.long_right .block_questions__item__wrapper {
        margin-left: 0;
    }
    .block_questions__items {
        display: block;
    }
    .block_questions__item__wrapper {
        display: flex;
        height: 100%;
        width: 100%;
        align-items: center;
        text-align: center;
        flex-direction: column;
        justify-content: center;
    }
    .block_questions__item.short {
        width: 100%;
    }
    .block_questions__item.long {
        width: 100%;
    }
    .header_btn {
        font-weight: 700;
        font-size: 27px;
        line-height: 74px;
        text-align: center;
        color: #FFFFFF;
        outline: none;
        background: #E6644B;
        width: 280px;
        height: 75px;
        display: block;
        text-decoration: none;
        z-index: 2;
        right: auto;
        left: 50%;
        margin-left: -140px;
        bottom: 52px;
        margin-bottom: 0;
        margin-right: 0;
    }
    .block_nominations__item {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        height: 89px;
        margin-bottom: 2.5%;
    }
    .block_nominations__item.margin_inside {
        margin-left: 0;
    }
    .block_nominations__item.short {
        width: 49%;
    }
    .block_nominations__item.long {
        width: 100%;
    }
    .block_nominations__item:nth-of-type(1) {
        background: #009D8C;
    }
    .block_nominations__item:nth-of-type(2) {
        background: #00C0F0;
        margin-left: 2%;
    }
    .block_nominations__item:nth-of-type(3) {
        background: #00DCAF;
    }
    .block_nominations__item:nth-of-type(4) {
        background: #00A6A5;
    }
    .block_nominations__item:nth-of-type(5) {
        background: #00A3CC;
        margin-left: 2%;
    }
    .block_nominations__item:nth-of-type(6) {
        background: #40D1D1;
    }
    .block_nominations__item:nth-of-type(7) {
        background: #5DECCF;
    }
    .block_nominations__item:nth-of-type(8) {
        background: #007F9E;
        margin-left: 2%;
    }
    .block_nominations__item:nth-of-type(9) {
        background: #00DC8D;
    }
    .block_nominations__label, .block_questions__label, .block_organizers__label {
        font-weight: 400;
        font-size: 35px;
        line-height: 32px;
    }
    .block_questions__label {
        padding-bottom: 58px;
    }
    .block_starting__box {
        width: 400px;
        height: 400px;
        top: 56px;
        margin-left: -200px;
    }
    .block_starting__label {
        font-weight: 400;
        font-size: 35px;
        line-height: 37px;
    }
    .block_starting__text1 {
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
    }
    .block_starting__text2 {
        font-weight: 400;
        font-size: 26px;
        line-height: 30px;
    }
    .block_hottowin__text {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        padding-left: 47px;
        padding-right: 47px;
    }
    .block_questions {
        padding-top: 58px;
    }
    .block_questions__item_label {
        font-weight: 700;
        font-size: 35px;
        line-height: 41px;
    }
    .block_questions__item_answer {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
    }
    .block_map {
        padding: 0;
        padding-bottom: 39px;
    }
    .block_organizers {
        padding-bottom: 62px;
    }
    .block_organizers__items {
        flex-direction: column-reverse;
    }
    .block_organizers__logo {
        width: 198px;
        margin-top: 58px;
    }
    .block_organizers__text {
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
    }
    .block_organizers__social img {
        width: 55px;
        height: 55px;
    }
    .block_organizers__social:nth-of-type(1) {
        margin-right: 24px;
    }
    .block_organizers__link {
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
    }
    .block_footer__dates {
        font-weight: 400;
        font-size: 35px;
        line-height: 51px;
    }
    .block_footer__text {
        font-weight: 500;
        font-size: 26px;
        line-height: 31px;
        padding-top: 63px;
    }
    .block_footer__link_mail {
        font-weight: 700;
        font-size: 26px;
        line-height: 51px;
    }
    .block_footer__link_mail img {
        width: 28px;
    }
    .block_footer {
        padding-top: 52px;
        padding-bottom: 52px;
    }
    .lSAction {
        display: none !important;
    }
    .slider_arrow {
        display: block;
        position: absolute;
        width: 55px;
        height: 55px;
        z-index: 20;
    }
    .slider_arrow__left {
        left: 3px;
        top: 56%;
    }
    .slider_arrow__right {
        right: 3px;
        top: 56%;
    }
}

/* ADDITIONAL FINAL */

.list_park {
    text-align: left;
    color: #FEFEFE;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 20px;
    margin-top: 27px;
}
.list_park li {
    margin-bottom: 21px;
}
.list_park li span {
    color: #00DCAF;
}

.block_starting__label_new {
    color: #00B99B;
    text-align: center;
    font-family: 'DelaGothicOne';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.block_starting__text1_new {
    color: #1FA090;
    text-align: center;
    font-family: 'DelaGothicOne';
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    margin: 12px 0;
}
.block_starting__button_new {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-decoration: none;
    outline: none;
    background: #E6644B;
    width: 179px;
    height: 51px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.block_starting__button_new:hover,.block_starting__button_new:active {
    color: #FFF !important;
    text-decoration: none !important;
}

.feedback_item__photo {
    width: 170px;
    height: 170px;
    display: inline-block;
    vertical-align: middle;
}
.feedback_item__inside {
    display: inline-block;
    vertical-align: middle;
    width: 380px;
    margin-left: 15px;
}
.feedback_item__lyric {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.feedback_item__author {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin-top: 15px;
}
.feedback_item__author span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    display: block;
}
.feedback_item, .feedback_items {
    position: relative;
}


.lSAction {
    display: none !important;
}
.feedback_arrow__left {
    position: absolute;
    left: 10%;
    top: 50%;
    cursor: pointer;
    z-index: 999;
}
.feedback_arrow__right {
    position: absolute;
    right: 21%;
    top: 50%;
    cursor: pointer;
    z-index: 999;
}
.sliderMain_item {
    width: 100%;
}

.sliderMain_arrow__left {
    position: absolute;
    left: 20%;
    top: 50%;
    cursor: pointer;
    z-index: 999;
}
.sliderMain_arrow__right {
    position: absolute;
    right: 19%;
    top: 50%;
    cursor: pointer;
    z-index: 999;
}


@media (max-width: 1000px) and (orientation : portrait) and (hover: none) and (pointer: coarse) {
    .decor_final {
        width: 100% !important;
    }
    .list_park {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
    }
    .block_info__text {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
    }
    .block_organizers__label {
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 37px;
    }
    .sliderMain_arrow__left {
        left: 42px;
        top: 60%;
    }
    .sliderMain_arrow__right{
        right: 35px;
        top: 60%;
    }
    .block_starting__label_new {
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }
    .block_starting__text1_new {
        font-size: 100px;
        font-style: normal;
        font-weight: 400;
        line-height: 80px;
    }
    .block_starting__button_new {
        width: 250px;
        height: 65px;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 64px;
    }
    .block_starting__box {
        padding-top: 53px;
    }
    .feedback_item__photo, .feedback_item__inside {
        display: block;
    }
    .feedback_item__photo {
        width: 220px;
        height: 220px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .feedback_item__inside {
        width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
    .feedback_item__lyric {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        
    }
    .feedback_item__author {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
    }
    .feedback_item__author span {
        font-size: 24px;
        font-style: normal;
        font-weight: bold;
    }
    .feedback_arrow__left {
        left: 20px;
    }
    .feedback_arrow__right {
        right: 20px;
    }


}

/* ADDITIONAL FINAL */










main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus, .nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

div.field-addrequest-verifycode label {
    font-weight: bold !important;
}

#addrequest-verifycode {
    border: 3px solid #000;
    width: 25%;
}

.help-block {
    font-weight: bold !important;
    color: #f00;
}

#vote_rezult_count {
    margin-top: 15px;
    margin-left: 25px;
    font-weight: bold;
}