.p-page-3 main,
.p-page-4 main{
    background: url(/img/bg_sky.png) no-repeat top center;
    background-size: contain;
}
.block-ttl{
    text-align: center;
    color: rgb(128, 0, 0);
    margin-bottom: 80px;
    font-weight: bold;
}
.need-to-change-password {
    color: red;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}
.authbox .need-to-change-password{
    font-size: 12px;
}
.authbox .need-to-change-password a{
    font-size: 12px;
}
.authbox.opened {
    max-height: calc(100vh - 120px);
    overflow: auto;
}
.competition-item{
    margin-bottom: 10px;
}

.js-add-reward {
    font-family: 'site_font2';
    font-size: 14px;
    color: #000;
    background: white;
    width: 220px;
    min-height: 62px;
    box-shadow: 2px 11px 16px rgb(232 219 196 / 75%);
    border: 2px solid #ededed;
    border-radius: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    padding: 5px 10px 5px 10px;
}
.js-del-reward{
    display: inline-block;
    background: url(/img/del.png) no-repeat center center;
    width: 20px;
    height: 20px;
    right: 2px;
    top: 2px;
    z-index: 1;
    margin-left: 20px;
    cursor: pointer;
}
.b-load-files{
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}

.b-load-files__input{
    display: none;
}

.b-load-files__btn{
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    color: #000;
    height: 100px;
    align-items: center;
    display: inline-flex!important;
    cursor: pointer;
}
.b-load-files__list img{
    max-height: 100px;
    margin: 10px;
}
.dropzone-uploaded{
    width: 100%;
}
.dropzone-uploaded .js-del-dropzone-uploaded-img{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0px;
    background: url(/img/del.png) no-repeat center center;
    width: 20px;
    height: 20px;
    z-index: 5;
    margin: 0;
    cursor: pointer;
}
.dropzone-uploaded img{
    width: 100%;
    height: auto;
    max-width: 120px!important;
    max-height: 100px!important;
    margin: 0;
}
.dropzone-uploaded-img-item{
    display: inline-block;
    padding: 10px 20px 10px 10px;
    position: relative;
}

.loading {
    color: transparent!important;
    min-height: 0.8rem;
    pointer-events: none;
    position: relative;
}
.loading::after {
    -webkit-animation: loading .5s infinite linear;
    animation: loading .5s infinite linear;
    border: 0.1rem solid #000;
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 0.8rem;
    left: 50%;
    margin-left: -0.4rem;
    margin-top: -0.4rem;
    position: absolute;
    top: 50%;
    width: 0.8rem;
    z-index: 1;
}
.button.loading {
    min-height: 62px;
}
@keyframes loading {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.profile_blk .cntrl.rlist label{
    position: static;
    margin-bottom: 5px;
}
.auth .profile_blk  .bighint{
    max-height: 330px;
}
.profile_blk .cntrl.rlist .radio{
    width: 65px;
}
a.btn-center{
    margin-left: auto;
    margin-right: auto;
}

a.file-href{
    max-width: none;
}

.page_lister span.page_lister_dotted{
    background-color: transparent;
    color: black;
    border: 1px solid #e0bb77;
}

.contest_bottom{
    margin-top: 20px;
    text-align: left;
}

.pb-50{
    padding-bottom: 50px;
}
.mt-50{
    margin-top: 50px;
}

.auth a.nomination-title{
    font-size: 20px;
}
.competitions-limit{
    border-top: 2px dashed #E0BB77;
    padding: 20px;
    margin-top: 20px;
}
.competitions-limit p{
    font-size: 18px;
    color: red;
}

.accordion-btn{
    background: #f6f6f6;
    border-radius: 33px;
    padding: 18px 30px;
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
}
.accordion-btn:after{
    font-size: 1rem;
    display: block;
    width: 15px;
    height: 15px;
    z-index: 0;
    content: "▼";
    position: absolute;
    top: 20px;
    right: 25px;
}

.auth a.accordion-btn {
    margin-bottom: 20px;
}
.accordion-content{
    display: none;
}

.accordion-item.js-act .accordion-btn:after{
    top: 24px;
    transform: rotate(180deg);
}

.accordion-item.js-act .accordion-content{
    display: block;
}

.form-back-link{
    color: #e0bb77;
}
.form-back-link:hover{
    opacity: 0.7;
}
.winner-video-wrap{
    display: flex;
    justify-content: center;
}
.winner-video{
    margin: 20px auto 40px;
    width: auto;
    max-width: 100%;
    max-height: 500px;
}
.winner-subtitle{
    color: #b22222;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px 20px;
}
.winner-subtitle:first-child{
    margin-top: 0;
}
.block.winners{
    margin-bottom: 40px;
    padding: 0 14px;
}
.block.winners .uinfo{
    padding: 0;
    flex: 0 0 100%;
}

.js-chat-menu-item.has-new-messages:after{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #dc0000;
    display: inline-block;
    border-radius: 50%;
    vertical-align: top;
    margin-left: 5px;
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    animation-duration: 1s;
    
}


@keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.3; }
}
 
@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.3; }
}
.chats-table{
  width: 100%;
}
.chats-table,.chats-table td, .chats-table th{
  border: 0;
  text-align: left;
}
.chats-table td, .chats-table th{
    padding: 5px;
     border-bottom: 1px solid #e4eaec;
}
.chats-table thead th {
    border-color: #eaeaea;
    background: #f8fafc;
    border-bottom: 1px solid #e4eaec;
}

.table-hover tr:hover td{
    background-color: aliceblue;
}
.chats-table .link{
    margin: 0;
}
.chats-table .link:hover{
    opacity: 0.5;
}
.big-pt{
    padding-top: 45px;
}

.cntrdiv .cntrl input:not(:placeholder-shown) ~ label, .cntrdiv textarea:not(:placeholder-shown) ~ label{
    font-size: 1rem;
    line-height: normal;
}
.forbid-error{
    color: #dc0000;
    font-size: 16px;
}
.umenu .has-new-messages{
    white-space: nowrap;
}
.cntrl .select2-container{
    
}
.cntrl .select2-container{
    padding: 22px 15px 18px 25px;
    cursor: pointer;
    font-size: 1rem;
    text-transform: none;
    font-weight: normal;
    text-align: left;
    transition: all 0.3s;
    width: 100%!important;
}
.cntrl .select2-selection{
    background-color: transparent;
    border: 0;
    color: black;
}
/*.select2-selection{*/
/*    background-color: transparent;*/
/*    width: 100%;*/
/*}*/

a[disabled]{
    opacity: 0.6;
    pointer-events: none;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}

.mb-50{
    margin-bottom: 50px;
}
.nomination-click-info{
    margin-bottom: 10px;
    color: #dc0000;
    font-style: italic;
    font-size: 14px;
}
.in_work_jury{
    font-weight: bold;
}
.has_unchecked_jury{
    font-weight: bold;
    color: #dc0000;
}

.cert-link{
    color: #dc0000;
    font-size: 20px;
    font-weight: bold;
}

.p-main .main_page .row.cols2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 641px) {
    .p-main .main_page .row.cols2 .col:last-child:not(:nth-child(8)) {
        grid-column-start: 1;
        grid-column-end: 3;
    }
}

@media (max-width: 640px) {
    .p-main .main_page .row.cols2 {
        grid-template-columns: 1fr;
    }
}
.p-main .main_page .row.cols2 .col{
    flex-basis: 100%;
    max-width: 100%;
}
.site_banner.moscow{
    padding-top: 10px;
}
.site_banner.moscow .swiper-slide .col.lc {
    padding-bottom: 0;
}
.site_banner.moscow .swiper-slide .row {
    align-items: flex-end;
}
.site_banner.moscow .button{
    margin: 0 0 0 auto;
}
@media (min-width: 768px){
    .swiper-slide .col.mlc{
        flex: 0 0 53%;
        max-width: 53%;
    }
    .swiper-slide .col.mrc{
        padding-top: 10px;
        flex: 0 0 47%;
        max-width: 47%;
    }
}
.nomination-extra-description a{
    color: #dc0000;
    display: inline-block;
}
.nomination-extra-description a:hover{
    opacity: 0.5;
}
.nomination-extra-description{
    margin-bottom: 20px;
    color: #7e7e7e;
}
.nomination-extra-description p{
    text-align: left;
    padding: 0;
    margin-bottom: 20px;
}
.nomination-main-description{
    margin-bottom: 20px;
}
.nomination-main-description p{
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    padding: 0;
    margin-bottom: 20px;
}

.nomination-main-description ul{
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    padding-left: 20px;
    margin-bottom: 20px;
    font-family: site_font, Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
.nomination-main-description ul li{
    margin-bottom: 5px;
}
.nomination-main-description p + ul{
    margin-top: -15px;
}
.nomination-main-description a:not([class]){
    color: #dc0000;
}
.nomination-main-description a:not([class]):hover{
    opacity: 0.7;
}

.nomination-extra-description ul{
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    padding-left: 20px;
    margin-bottom: 20px;
}
.nomination-extra-description ul li{
    margin-bottom: 5px;
}
.nomination-extra-description p + ul{
    margin-top: -15px;
}
.nomination-extra-description ul a:not([class]){
    color: #dc0000;
    font-size: 12px;
}
.nomination-extra-description a:not([class]):hover{
    opacity: 0.7;
}

.link.underlined{
    text-decoration: underline;
}
.link.underlined:hover{
    text-decoration: none;
}

/* styles for quiz */

.b-quiz .b-quiz__title {
    font-size: 1.2em;
}
.b-quiz__btn.button {
    font-size: 14px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}
.b-quiz-countdown {
    display: inline-flex;
    padding: 16px 20px;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    color: #dc0000;
    font-size: 24px;
    border-radius: 20px;
    box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.b-quiz {
    position: relative;
}
.b-quiz__countdown {
    display: table;
    margin-left: auto;
    margin-bottom: 40px;
    opacity: 0;
    visibility: hidden;
}
.b-quiz__countdown.js-act {
    opacity: 1;
    visibility: visible;
}
.b-quiz__step {
    display: none;
}
.b-quiz__step.js-act {
    display: block;
}
/* end styles for quiz */
.js-quiz-step.loading p,
.js-quiz-step.loading {
    color: black;
    pointer-events: none;
}
.js-quiz-step.loading .button,
.js-quiz-step.loading p,
.js-quiz-step.loading .b-quiz__select-group{
    opacity: 0.2;
    transition: 0.5s;
}


.b-quiz__final-text{
    text-align: center;
    font-size: 18px;
}
.b-quiz__final-text-results{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.quiz-question__title{
    font-weight: bold;  
    margin-bottom: 5px;
}
.quiz-question__item{
    margin-bottom: 25px;
}
.quiz-question__item ul{
    padding-left: 20px;
    margin-bottom: 10px;
    list-style-type: none;
}
.quiz-question__description{
    font-style: italic;
}
.correct-answer{
    color: green;
}
.quiz-question{
    margin-top: 30px;
}

.winner-image-wrap{
    margin: 20px 0 60px;
    max-width: 600px;
}

.p-page-9 main .bblk.site_banner .block{
    padding-bottom: 0;
}
@media(min-width: 1300px){
	.p-page-14 .bblk.site_banner .col:first-child{
		padding-top: 50px;
	}
}

.b-popup .cntrdiv .cntrl.rlist .radio{
	height: auto;
	margin-bottom: 10px;
}
.b-popup .cntrdiv .cntrl.rlist .radio input{
	position: absolute;
}

.ta-left{
	text-align: left!important;
}

.input-counter {
	position: absolute;
	right: 12px;
	bottom: -23px;
	/*background-color: #f6f6f6;*/
	font-size: 13px;
}
.rlist.checkboxes .checkbox{
	margin-bottom: 5px;
}


.cntrdiv .cntrl.rlist .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    left: 0;
    padding: 2px 15px 0 27px;
    color: #000;
    cursor: pointer;
}

.cntrdiv .cntrl.rlist .checkbox label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #e0bb77;
    background: #F8F2E9;
}
.cntrdiv .cntrl.rlist .checkbox label:hover {
    color: #dc0000;
}
.cntrdiv .cntrl.rlist .checkbox input:checked + label:before {
    border: 2px solid #e0bb77;
    background: #dc0000;
}

.ta-center{
	text-align: center;
}

.example-note{
	color: gray;
    font-style: italic;
    margin: 5px 0px 0px 25px;
    font-weight: 300;
    font-size: 14px;
}

.mb-0{
	margin-bottom: 0;
}

.application hr,
.formbody hr{
	border: 1px solid #9a9a9a;
	margin-top: 10px;
	margin-bottom: 30px;
}

.blocked-form{
	pointer-events: none;
}