<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    min-width: 2160px;
    width: 2160px;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    background-image: url("./images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body.modal-open {
    padding: 0 !important;
}

.dophelp {
    background-image: url("./images/help-bg.jpg");
}

@font-face {
    font-family: Proxima; /* Ð“Ð°Ñ€Ð½Ð¸Ñ‚ÑƒÑ€Ð° ÑˆÑ€Ð¸Ñ„Ñ‚Ð° */
    src: url(./fonts/ProximaNovRegular.ttf); /* ÐŸÑƒÑ‚ÑŒ Ðº Ñ„Ð°Ð¹Ð»Ñƒ ÑÐ¾ ÑˆÑ€Ð¸Ñ„Ñ‚Ð¾Ð¼ */
}

#box {
    margin: 0 auto;
}

#codeModal {
    width: 100%;
    background-image: url("./images/bg-grad.v2.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

#codeModal div.modal-dialog {
    max-width: unset;
    margin: 0px !important;
    height: 100%;
}

#codeModal div.modal-content {
    background: none;
    border: 0px;
}

#codeModal div.modal-body {
    max-width: 2160px;
    height: 1620px;
    width: 100%;
    background-image: url("./images/bg-start.v2.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    margin: 0px auto;
}

#codeModal form {
    margin-top: 50%;
}

#codeModal input {
    height: 70px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    width: 80%;
    font-size: 23px
}

#codeModal input {
    height: 70px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    width: 80%;
    font-size: 23px
}


#voteMissModal {
    background: rgba(11,64,130,0.8);
}
#voteMissModal div.modal-content{
    background: #004e9c;
    border:3px solid #fff;
    border-radius: 10px;
}

#voteMissModal div.modal-body {
    width: 60%;
    margin:0 auto;
    font-size: 41px;
    font-weight: bold;
    text-align: center;
    color:#fff;
}
#voteMissModal .btn-primary {
    width: 100%;
    background: none;
    /*border:3px solid #fff;*/
    border:0px;
    border-radius: 10px;
    font-size: 24px;
    text-transform: uppercase;
    /*font-weight: bold;*/
    margin-top: 30px;
    margin-bottom: 20px;
    background-image: linear-gradient(#a17c46, #e1c197,#a17c46);
    font-family: Arial;
    /*background-color: #f337a6;*/
}


@media screen and (max-width: 760px) {
    #codeModal input {
        font-size: 3vw;
        height: 60px;
    }
}

@media screen and (max-width: 600px) {
    #codeModal input {
        height: 50px;
    }
}

@media screen and (max-width: 500px) {
    #codeModal input {
        height: 45px;
    }
}

@media screen and (max-width: 400px) {
    #codeModal input {
        height: 25px;
    }
}

#codeModal input::placeholder {
    color: #000;
    font-weight: bold;
}

#codeSend {
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

#codeField {
    text-align: center;
}

#textModal div.alert {
    margin-bottom: 0;
}

#nav div.sepline {
    height: 20px;
    background: #081532;
}

#nav div.nav {
    width: 100%;
    height: 160px;
    z-index: 50;
    background: url("./images/header-bg.png") no-repeat;
    display: flex;
    justify-content: space-between;
    padding-right: 3%;
    padding-left: 3%;
    flex-wrap: nowrap;
}

#nav div.tab-content {
    z-index: 20;
}

#nav div.data {
}

#nav div.logo {
    width: 276px;
    height: 72px;
    background-image: url("./images/logo.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 14px;
}

#nav div.logo a{
    display: block;
    width: 100%;
    height: 72px;
}


#nav div.name {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

#nav ul.nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    height: 160px;
    align-content: stretch;
    border-bottom: 0px;
}

#nav ul.nav li {
    border-right: 1px solid #3370ad;
}

#nav ul.nav li:last-child {
    border-right: 0px;
}

#nav ul.nav a {
    height: 160px;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    border: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    background: #052852;
    border: 2px solid transparent;
    line-height: 30px;
}
#nav ul.nav a .badge {
    line-height: unset;
    font-size: 16px;
    margin-top: 10px;
}


#nav ul.nav li.past a{
    color:#4d78a9;
    background: none;
}
#nav ul.nav li:not(.off,.on) a.active{
    border: 2px solid #fff;
}



#nav ul.nav li.past a.active,
#nav ul.nav li.off a.active
{
    color:#fff;
    background: #052852;
    border: 2px solid #fff;
}


#nav ul.nav li.on a{
    background-image: linear-gradient(#a17c46, #e1c197,#a17c46);
    /*background-image: linear-gradient(#ffcc43, #e98005);*/
    /*background-color: #f337a6;*/
    color:#fff;
}
#nav ul.nav li.on a.active {
    /*border: 2px solid #fff;*/
}

#nav ul.nav li.off a{
    color:#fff;
    background: none;
}



div.modal-backdrop {
    background-color: #fff;
}

div.clear {
    clear: both;
}

/* Ð²ÐºÐ»Ð°Ð´ÐºÐ° Ð½Ð¾Ð¼Ð¸Ð½Ð°Ñ†Ð¸Ð¸ */
#nominations {
    padding: 50px;
    font-size: 45px;
    color:#fff;
}

#nominations div.block-text {
    margin-top: 25px;
    font-size: 23px;
    display: flex;
    justify-content: space-between;

}
#nominations div.text {
    width: 46%;
}
#nominations div.text strong{
    font-size: 35px;
    font-weight: normal;
}

#nominations div.text p{
    margin-bottom: 25px;
}
#nominations div.sep{
    width: 1px;
    background: #fff;
}




/* Ð²ÐºÐ»Ð°Ð´ÐºÐ° Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒ */

#help {
    font-size: 20px;
    padding-top: 2%;
    color: #020202;
    background-color: #fff;
    background-image: url(./images/help-bg.v3.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    /*height: 1460px;*/

}

#help div.text {
    width: 62%;
    font-size: 25px;
}

#help .text-title {
    text-transform: uppercase;
    font-size: 55px;
    margin-bottom: 10px;
    display: inline-block;
}

#help .text-secondary {
    font-size: 36px;
    color:#020202 !important;
}
#help .text-black {
    color:#000;
}

#help p {
    margin-bottom: 3%;
    margin-left: 4%;
}
#help p.text-sign {
    float: right;
    display: block;
    width: 106px;
    height: 82px;
    background: url("./images/sign.png") no-repeat;
}
#help p.text-phone {
    display: inline-block;
    margin-left: 0;
    padding: 15px;
    padding-right: 25px;
    padding-left: 4%;
    font-size: 33px;
    font-weight: bold;
    text-align: right;
    color: #fff;
    background: #0b4082;
}

#help p.text-phone i {
    font-weight: normal;
    font-style: normal;
}

#help div.girl {
    background-image: url("./images/help-girl-clear.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    width: 549px;
    height: 1073px;
}


#nav div.list {
    /*width: 1172px;*/
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
}

#nav div.item {
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 1%;
    cursor: pointer;
    position: relative;
    width: 245px;
    height: 287px;

}

#nav div.item:last-child {
    margin-right: auto;
}

#nav div.item div.photo {
    z-index: 10;
    width: 100%;
    position: absolute;
    height: 287px;
    background-size: 100%;
    border-radius: 10px;
    overflow: hidden;
}

#nav div.item div.name {
    height: 54px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    color: #fff;
    width: 100%;
    font-size: 18px;
    padding-right: 4%;
    text-align: right;
    border-bottom-right-radius: 10px;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    line-height: 21px;
    justify-content: center;
}
#nav div.item div.name span:last-child {
    font-size: 16px;
}

#nav div.num {
    border-radius: 50%;
    background: #0b4082;
    border: 2px solid #0b4082;
    width: 67px;
    height: 67px;
    left: -18px;
    bottom: -10px;
    z-index: 30;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav div.voted div.num {
    border: 2px solid #fff;
}

#nav div.covid {
    background-image: url("./images/covid.png");
    width: 62px;
    height: 51px;
    right: 2px;
    top: 2px;
    z-index: 30;
    position: absolute;
}

#nav div.voted div.photo {
    display: none;
}

#nav div.voted div.name {
    height: 287px;
    background-image: url("./images/voted.v2.png");
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: 100%;
    justify-content: flex-end;
    padding-bottom: 6px;
}



div.orgballs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 1%;
}

div.orgballs div.orgballs-list {
    display: flex;
    width: 47%;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 1%;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.orgballs div.orgballs-text {
    background: #ccdced;
    width: 44%;
    margin-right: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    align-self: center;
    font-size: 27px;

}

div.orgballs div.orgballs-list div.text {
    width: 100%;
    color: #fff;
    font-size: 32px;
    align-self: center;
    margin-bottom: 1%;

}

div.orgballs div.orgballs-list div.text span {
    display: block;
    font-size: 22px;
}

div.orgballs div.orgballs-list div.item {
    float: none;
}

div.orgballs div.orgballs-list div.item div.photo {
    height: 287px !important;
}

div.orgballs div.orgballs-list div.item:last-child {
    margin-right: unset !important;
}


/*!* Ð´Ð»Ñ Ð¿Ð»Ð°ÑˆÐºÐ¸ Ñ ÑƒÑ‡Ð°ÑÑ‚Ð½Ð¸Ñ†Ð°Ð¼Ð¸ *!*/
#contestants div.modal {
    background: rgba(0, 24, 85, 0.8);
}

#contestants div.modal div.modal-dialog {
    margin-top: 6%;
    min-width: 1800px;
    min-height: 1090px;

}

#contestants div.modal div.button {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #0b4082;
    font-size: 45px;
    line-height: 70px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    z-index: 500;
}

#contestants div.modal div.mnav {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-size: 100%;
    cursor: pointer;
    background-repeat: no-repeat;
}

#contestants div.modal div.mnav-prev {
    left: -95px;
    background-image: url("./images/left.png");
}

#contestants div.modal div.mnav-next {
    right: -95px;
    background-image: url("./images/right.png");
}

#contestants div.modal div.modal-content {
    /*max-height: 540px;*/
    /*height: 540px;*/
    box-shadow: none;
    border: 0px;
    margin: 0 auto;
    border-radius: 0px;
}

#contestants div.modal div.modal-body {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

#contestants div.modal div.info {
    /*position: absolute;*/
    /*top: 15px;*/
    /*left: 0;*/
    margin-top: 2%;
    z-index: 10;
    width: 700px;
}

#contestants div.modal div.photo-small {
    /*position: absolute;*/
    /*top: 22px;*/
    /*right: 350px;*/
    margin-top: 2%;
    width: 500px;
    height: 750px;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 20;
}

#contestants div.modal div.photo {
    /*position: absolute;*/
    /*right: 22px;*/
    /*top: 22px;*/
    margin-top: 2%;
    margin-bottom: 2%;
    width: 500px;
    height: 1000px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 20;
}

#contestants div.prop {
    /*height: 70px;*/
    margin-bottom: 40px;
    font-size: 26px;
}
#contestants div.prop b{
    font-weight: normal;
}

#contestants div.prop-number {
    font-size: 60px;
    padding-left: 40px;
    font-weight: bold;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    color: #0b4082;
}

#contestants div.prop-city {
    display: flex;
    flex-direction: column;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0;
    float: right;
}

#contestants div.prop-number,
#contestants div.prop-city {
    height: auto;
}

#contestants div.prop-name {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
    font-size: 56px !important;
    background: #0b4082;
    padding-left: 60px;
    line-height: 62px;
    padding-top: 9px;
    padding-bottom: 9px;
    height: auto;
}

#contestants div.prop b {
    text-transform: uppercase;
    display: inline-block;
    padding-left: 60px;
    background: #0b4082;
    color: #fff;
    margin-right: 15px;
    padding-right: 20px;
}

#contestants div.prop span {
    display: block;
    padding-left: 60px;
    padding-right: 200px;
}

#contestants div.prop-age {
    float: left;
}

#contestants div.prop-rost {
    margin-right: 15%;
    float: right;
}

#contestants div.prop-age,
#contestants div.prop-rost {
    /*height: 50px;*/
}

#contestants div.prop-rost b {
    padding-left: 20px;
}

#contestants div.prop-about {
}

#contestants div.prop-about span {
    padding-right: 0px;
}

@font-face {
    font-family: Digital; /* Ð˜Ð¼Ñ ÑˆÑ€Ð¸Ñ„Ñ‚Ð° */
    src: url(./fonts/digital-7.ttf); /* ÐŸÑƒÑ‚ÑŒ Ðº Ñ„Ð°Ð¹Ð»Ñƒ ÑÐ¾ ÑˆÑ€Ð¸Ñ„Ñ‚Ð¾Ð¼ */
}

div.timer {
    width: 517px;
    height: 287px;
    border: 3px solid #fff;
    float: left;
    border-radius: 10px;
    font-size: 200px;
    /*font-weight: bold;*/
    color: #fff;
    font-family: Digital, arial;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}







/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹ */
body.nobg, body.nobg:before {
    background: none;
    background-image: linear-gradient(
            180deg, #eee, #fff 100px, #fff);
    background-repeat: repeat-x;
}

body.nobg div.container {
    width: 1200px;
    margin: 50px auto;
}

body.nobg nav .nav-link {
    font-size: 20px;
}

body.nobg .form-check {
    min-height: 2.5rem;
}

body.nobg .form-check-input {
    height: 2em;
    width: 4em;
}

body.nobg .form-check-label {
    line-height: 2em;
    margin-left: 10px;
    font-size: 20px;
}


body.nobg .custom-control-input-stage {
    /*display: none;*/
}



body.nobg .custom-control-label {
    line-height: 2em;
    margin-left: 10px;
    font-size: 20px;
    padding-left: 2.5rem;
}

body.nobg .custom-switch .custom-control-label::before {
    width: 4rem;
    height: 2rem;
    border-radius: 1rem;
}

body.nobg .custom-switch .custom-control-label::after {
    top: 0.5rem;
    left: -2rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: .75rem;
}

body.nobg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem);
}

#nav-control {
    padding-top: 20px;
}

#nav-control div.row {
    padding-bottom: 20px;
}

#nav-control h5 {
    white-space: nowrap;
}

#nav-control .form-control {
    width: 70px;
}

#nav-results {
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
}

#nav-results div.col-2 {
    padding-left: 1px;
    padding-right: 1px;
}

#nav-results .card-header {
    padding: 5px;
}

#nav-results .card-body {
    padding: 0;
}

#nav-results .list-group-item {
    padding: 3px;
    display: flex;
    justify-content: space-between;
}

#nav-resultsbyjury {
    padding-top: 20px;
}

#nav-resultsbyjury div.card {
    margin-bottom: 10px;
}

#nav-resultsbyjury .card-header {
    padding: 5px;
}

#nav-resultsbyjury .card-body {
    padding: 0;
}

#nav-resultsbyjury table {
    margin-bottom: 0;
}

#nav-tabContent div.row {
    margin: 0;
    margin-top: 5px;
    margin-top: 5px;
}

.btn {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

/*div.about-box {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    !*flex-basis: 20%;*!*/
/*    flex-wrap: wrap;*/
/*    width: 95%;*/
/*    margin: 0px auto;*/
/*}*/

/*div.about-item {*/
/*    color:#fff;*/
/*    border:3px solid #fff;*/
/*    box-shadow: 0 0 6px #fff;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width:20%;*/
/*    margin: 0px 11px 95px 11px;*/
/*    font-size: 30px;*/
/*    text-align: center;*/
/*    padding:10px 30px;*/
/*    text-transform: uppercase;*/
/*    border-radius: 10px;*/
/*    line-height: 30px;*/

/*}*/


div.about-box {
    width: 95%;
    margin: 0px auto;
}
div.about-item {
    height:254px;
    width: 385px;
    float: left;
    color:#fff;
    display: flex;
    border:3px solid #fff;
    box-shadow: 0 0 6px #fff;
    margin: 0px 11px 65px 11px;
    font-size: 30px;
    text-align: center;
    padding:10px 0px;
    text-transform: uppercase;
    border-radius: 10px;
    line-height: 32px;
    justify-content: center;
    align-items: center;
}

div.about-item b{
    display: contents;
}
div.about-text {
    background: #ccdaea;
    width: 80%;
    padding:30px 5px;
    border-radius: 10px;
    text-align: center;
    margin: 65px auto;
    font-size: 30px;
    text-transform: uppercase;
    color:#000;
}

div.about-footer {
    width: 60%;
    padding:30px 5px;
    border-radius: 10px;
    text-align: center;
    margin: 65px auto;
    font-size: 23px;
    text-transform: uppercase;
    color:#fff;
}
div.about-footer b.b-wide {
    font-size: 43px;
    letter-spacing: 2px;
}

div.about-icons{
    margin-top: 17px;
    margin-bottom: 17px;
    display: flex;
    justify-content: center;
}

div.about-icon {
    width: 38px;
    height: 38px;
    margin-left: 12px;
    margin-right: 12px;
}

div.about-icon.vk {
    background-image: url("./images/vk.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
div.about-icon.inst {
    background-image: url("./images/inst.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
div.about-icon.tel {
    background-image: url("./images/tel.png");
    background-repeat: no-repeat;
    background-size: 100%;
}</pre></body></html>