@font-face {
    font-family: 'bodoni72cregular';
    src: url('../fonts/bodoni/Bodoni72C_0-webfont.woff2') format('woff2'),
         url('../fonts/bodoni/Bodoni72C_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futurabookcregular';
    src: url('../fonts/futuraBookC/FuturaBookC-webfont.woff2') format('woff2'),
         url('../fonts/futuraBookC/FuturaBookC-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futurafuturiscregular';
    src: url('../fonts/futurafc/futurafc-webfont.woff2') format('woff2'),
         url('../fonts/futurafc/futurafc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futurafuturiscbold';
    src: url('../fonts/futurafcb/futurfcb-webfont.woff2') format('woff2'),
         url('../fonts/futurafcb/futurfcb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
	min-height:100%;
	height:auto;
}

body{
    min-width: 1180px;
    margin: 0;
    color: #000;
    background: #fff;
	font: normal 400 14px/20px Arial, sans-serif;
}

body.branded {
    padding-top: 300px !important;
    background-attachment: fixed !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    body {
        background-position: 49.999% 0 !important;;
    }
}

a {
    color: #e60024;
}

a:hover {
    text-decoration: underline;
}

.main, .profileMain{
	width:1000px;
	position: relative;
	left:50%;
	margin-left:-500px;
	top:0;
	min-height:100px;
	margin-top:30px;
    overflow: hidden;
}

.profileMain{
    width:710px;
    background: rgba(255, 255, 255, 0.9);
}

.mainHeader{
	width:100%;
	position: relative;
	padding-top: 20px;
	height: 204px;
    z-index: 999;
}

.header{
	width:1000px;
	height:204px;
	position: absolute;
	left:50%;
	margin-left:-500px;
}

.mainNavBg{
    width: 100%;
	position: relative;
	margin:0 auto;
    z-index: 9999;
    top:0;
    left:0;
}

.bannersRight{
    top:0;
    position: relative;
    right:auto;
    width:300px;
    min-height:100%;
}

.headerCen{
	width:410px;
    /*height: 400px;
    background: rgba(255,255,255,0.3);*/
	float:left;
	margin-right:40px;
    height:220px;
}

.logoSmr, .headerCen a{
    width:411px;
    height:219px;
}

.wBg{
	background: rgba(255,255,255,0.8);
	height:220px;
    width:250px;
    float:left;
    margin-right:90px;
}

.when{
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 20px 20px 25px 20px;
	margin:20px 0 0 0;
}

.votes{
    text-align: center;
}

.votes p{
	font-size: 12px;
    padding-left: 10px;
    margin-bottom: 8px;
    color: #9b9b9b;
    text-transform: uppercase;
    font-family: 'futurafuturiscregular';
}

.votes{
    margin-bottom:10px;
}

.votes span{
	color: #ce181f;
	font-size: 30px;
	font-family: 'futurabookcregular';
	letter-spacing: 2px;
}

.nom{
	width:240px;
	height:55px;
	float: left;
	/*opacity:0.9;*/
	margin-top:167px;
    position: relative;
}

.nom div{
	margin:0;
	width:240px;
    height:57px;
    position: absolute;
    top:0;
    left:0;
}

.navTop .secondNavWrap {
    margin-top: -2px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #9b9b9b;
}

.navTop ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	margin: 0;
    padding: 0;
    list-style: none;
}

.navTop ul li{
    margin: 0;
    padding: 0;
}

.navTop ul li.active a{
    color: #ca0f0a;
}

.navTop ul.mainNav li{
    font-family: "bodoni72cregular";
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
}

.navTop ul.mainNav li:hover,
.navTop ul.mainNav li.active{
    border-color: #ca0f0a;
}

.navTop ul.mainNav li a{
    display: block;
    padding: 15px 10px;
    color: #000;
    text-decoration: none;
}

.navTop ul.mainNav li a:hover{
    color: #ca0f0a;
}

.navTop ul.mainNav li a.disabled{
    color: #ccc;
}

.navTop ul.secondNav li{
    font-family: 'futurafuturiscregular';
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
}

.navTop ul.secondNav li a{
    display: block;
    padding: 15px 10px;
    color: #898989;
	text-decoration: none;
}

.navTop ul.secondNav li a:hover{
    color: #000;
}

.mainContent{
    display: flex;
    gap: 20px;
	width: 100%;
    min-height: 100%;
    margin: 0 auto;
    padding: 20px 10px 0;
    box-sizing: border-box;
}

.mainContent h3, .partners h3{
	font-size: 24px;
	color: #999;
    position: relative;
    text-align: center;
    width: 690px;
    margin: 0 0 30px;
}
.mainContent h3 .title, .partners h3 .title {
    display: inline-block;
    background: #fff;
    position: relative;
    padding: 0 10px;
    font-weight: normal;
    color: #000;
    font-family: "futurabookcregular";
    text-transform: uppercase;
}
.mainContent h3:before, .partners h3:before{
    content: "";
    border-top: solid 2px #ce181f;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -1px 0 0;
}
.nominants {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 45px;
}
.nominant{
    position: relative;
    flex: 0 0 auto;
	width: 218px;
	height: 393px;
    text-align: center;
    color: #000;
    background: #fff;
    border: 1px solid #eee;
}

.nominant:hover {
    text-decoration: none;
}
.nominant:hover .name {
    color: #ca0f09;
}
.nominant:hover .pushButton {
    background: #898989;
    color: #fff;
}

.nominant .fade {
    position: relative;
    height: 100px;
    overflow: hidden;
}

.nominant .fade:after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 100;
    pointer-events: none;
}

#archiveContent .nominants {
    margin-bottom: 30px;
}
#archiveContent .nominant {
    height: 335px;
    overflow: hidden;
}
#archiveContent .descr {
    margin-top: 10px;
}

.nomImg{
    max-width: 100%;
}

.left{
    flex: 1 1 auto;
    width: 100%;
}

.right{
    flex: 0 0 auto;
    width: 300px;
}

#adminpanel {
    padding: 10px;
    line-height: 1.5;
    border: 1px solid #ca0f09;
    text-align: center;
    margin-bottom: 30px;
}

#adminpanel a:hover {
    color: #ca0f09;
}

.name{
	font-size: 16px;
	text-align: center;
	margin: 5px;
	position: relative;
    font-family: "futurafuturiscregular";
}
.name:hover {
    color: #ca0f09 !important;
}

.descr{
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-align: center;
	color:#7f7f7f;
    margin: 9px 20px;
    line-height: 12px;
    font-family: "futurafuturiscregular";
}

.banner2{
	width:100%;
	height:150px;
    display: none;
}

.partners{
	width:720px;
	min-height:145px;
	/*background: #ccc;*/
    overflow: hidden;
    padding-top:10px;
    padding-bottom: 60px;
}

.partnersHead{
    margin:10px 0 0 10px;
    text-transform: uppercase;
    font-size:20px;
    font-family: "futurafuturiscregular";
}

.partners img{
    height:70px;
    margin:10px;
}

.preFooter{
    width: 100%;
    padding: 10px;
    margin: 0 auto;
}

.footer {
    position: relative;
    width: 100%;
    color: #fff;
	background: #000;
}

.footerC{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 1180px;
    margin: 0 auto;
    padding: 20px 10px;
    font-family: "futurafuturiscregular";
    font-size: 14px;
    box-sizing: border-box;
}

.footer__links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer__link {
    display: block;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
}

.footer__copyright {
    font-size: 11px;
    text-align: center;
    color: #898989;
}

.footer__logo-img {
    display: block;
    max-width: 220px;
    height: auto;
}

.footer__social-links {
    display: flex;
    align-items: center;
    gap: 4px;
}

.footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    text-decoration: none;
    color: #000;
    background: #fff;
    border-radius: 50%;
}

.footer__social-link:hover {
    color: #fff;
    background: #000;
}

.logoDog {
    margin-top: 9px;
    margin-right: 4px;
}
.social{
	width:135px;
	height:39px;
	float: right;
	padding:0;
	margin:35px 0;
}

.social li{
	list-style-type: none;
	float:left;
	margin-right:5px;
}

.social li a, .socAuth a{
	display: block;
	margin:0;
	padding:0;
	width:39px;
	height:39px;
}

.social li a.vk, .socAuth a.vk{
	background: url("/../img/vk.png") no-repeat scroll 0 0;
}

.social li a.tw, .socAuth a.tw{
	background: url("/../img/tw.png") no-repeat scroll 0 0;
}

.mTop{
	margin-top:-100px;
}

.partBan{
	width:100%;
	background: #fff;
	height:300px;
	position: relative;
}

.partBanMain, .profileVoteMain, .commentsMain{
	width:1000px;
	/*height:300px;*/
	position: relative;
	left:50%;
	margin-left:-500px;
}

.profile, .profileVote, .comments{
	width:710px;
	position: relative;
	min-height:405px;
    overflow: hidden;
}

.profileMain, .profileVote, .comments{
	margin-top:0;
}

.comments{
    min-height: 50px;
}

.person{
	float:left;
    width:350px;
    margin:0 35px 10px 0;
}

.arr{
    position: absolute;
    top: 200px;
    right:0;
}

.personInfo{
	width:680px;
	float:left;
    margin-right:35px;
    min-height:300px;
	position: relative;
    padding-bottom:30px;
}

.personInfo p{
	color:#000;
	margin: 20px 10px 20px 0;
}

.personName{
	font-family: Arial, sans-serif;
	font-size:35px;
    font-weight:700;
	margin:20px 10px 10px 0!important;
}

.personNom{
	font-family: Arial, sans-serif;
	font-size:16px;
	font-style: italic; 
	margin:10px 10px 10px 0!important;
}

.personNom span{
    font-weight:700;
	text-decoration: underline;
}

.personDescr{
	font-size: 16px;
	font-family: Georgia;
    line-height: 20px;
}

.personSoc{
	width:237px;
    margin: 0 auto;
}

.b-item, .c-item{
	width: 700px;
	min-height:130px;
	border-bottom: 3px solid #f1f2f3;
    overflow: hidden;
}

.profileVote, .comments{
	background: #fff;
	/*min-height: 100%;
	overflow: hidden;*/
}

.profileVoteMain, .commentsMain{
	min-height:100%;
	overflow: hidden;
}

.arrowBack, .nomVote{
	float:left;
	margin-left:20px;
	text-decoration: none;
	/*width:300px;*/
    margin-right:10px;
}

.nomVote{
	float:right;
}

.giveVote, .nomVote.nominant-22022 .giveVote{
    background: url('/img/giveVote.png') no-repeat top left;
    width:64px;
    height:64px;
    display: inline-block;
}

.nomVote.nominant-22022 .giveVote{
    background: url('/img/voteInf.png') no-repeat top left;
    background-size: 64px;
}

.nomVote:hover .giveVote, .voted .giveVote{
    background: url('/img/voted.png') no-repeat top left;
}

.nomVote.nominant-22022:hover .giveVote{
    background: url('/img/votedInf.png') no-repeat top left;
    background-size: 64px;
}

.nomVote:hover .voteCount, .voted .voteCount, .nomVote.voted span.voteCount{
    color:#d71920;
}

.arrowBack img, .nomVote img, .giveVote{
	margin:30px 0;
}

.nomVote img, .giveVote{
	margin:30px 0 30px 40px;
}

.arrowBack span, .nomVote span{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	color:#000;
	position: relative;
	top:55px;
	left:20px;
}

.nomVote span{
	top:-55px;
}

.nomVote span.voteCount{
	font-size:45px;
	font-style: normal;
	font-weight:bold;
	/*color:#d71920; - это цвет проголосовавшего*/
	color:#999;
	top:-45px;
    left:0;
}

.blackC{
	width:64px;
	height:64px;
	background: #000;
	border-radius: 40px;
	margin:30px 20px;
	display: inline-block;
	float:left;
}

.comment{
	float: left;
    width:590px;
}

.comment .autor, .comment .comm{
	font-family: Arial, sans-serif;
	color:#000;
	font-size: 14px;
	margin:10px;
}

.comment .autor{
	font-weight: bold;
	margin-top:30px;
}

.arrow{
	position: absolute;
	bottom:0;
}

.voteButton div, .voteButton.nominant-22022 div{
	position: absolute;
	top: 155px;
	left:75px;
    width:50px;
    height:50px;
    background: url("../img/vote-buttons/vote.png") no-repeat top center;
}

.voteButton:hover div, .voteButton.vvoted div{
    background: url("../img/vote-buttons/vvoted.png") no-repeat top center;
}

.voteButton.nominant-22022 div{
    background: url("../img/vote-buttons/voteInf.png") no-repeat top center;
}

#nominant-22022 .voteButton.vvoted div{
    background: url("../img/vote-buttons/votedInf.png") no-repeat top center;
}

.voteButton.nominant-22022:hover div, .voteButton.nominant-22022.vvoted div{
    background: url("../img/vote-buttons/votedInf.png") no-repeat top center;
}

.nomVote.nominant-22022 .giveVote{
    background: url("../img/vote-buttons/vvoteInf.png") no-repeat top center;
}

.nomVote.voted.nominant-22022 .giveVote{
    background: url("../img/vote-buttons/vvotedInf.png") no-repeat top center;

}

.nomVote.voted.nominant-22022 .voteCount, .nomVote.nominant-22022 .voteCount{
    display:none;
}

.addComm{
    padding:0 0 45px 0;
}

.socAuth{
    width:100%;
    background: #82a1bf;
    position: relative;
    padding:10px;
    margin-top:-2px;
    z-index:999;
}

.socAuth:after{
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #82a1bf;;
    border-width: 10px;
    margin-left: -10px;
}

.socAuth p, .socAuth a{
    display: inline-block;
    margin-right:40px;
}

.socAuth p{
    color:#fff;
    font-weight:bold;
    margin-left:100px;
    position: relative;
    top: -13px;
}

.commentForm{
    position: relative;
    top:-80px;
}

.commentForm textarea{
    width:550px;
    border:1px solid #e1e1e1;
    height:35px;
    margin-left:100px;
}

.addComment{
    background: url("/../img/addComm.png") no-repeat top left;
    width:54px;
    height:37px;
    border:none;
    cursor:pointer;
    /*position: absolute;*/
    right:0;
}

.yiiLog {display:none}

.archive{
    position: absolute;
    right:0;
    top:-30px;
    font-weight:bold;
    font-size:16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.partner, .partnerBig, .partnerEkb, .partnerNsk{
    display:inline-block;
    margin:20px 10px;
    width:210px;
}

.partnerEkb, .partnerNsk{
    border-bottom: 1px dotted #000;
    display: block;
    padding-bottom: 10px;
    width: 100%;
    min-height:120px;
}

.partnerEkb a, .partnerNsk a{
    color: #000;
}

.partnerNsk{
    border-bottom:none;
    float:left;
    width:330px;
}

.partner img, .partnerBig img, .partnerEkb img, .partnerNsk img{
    width:210px;
    vertical-align: middle;
}

.partnerEkb img, .partnerNsk img{
    float:left;
    margin-right:10px;
}

.partnerNsk img{
    width:100px;
}

.partnerBig, .partnerBig img{
    width:380px;
    margin-left:20px;
}

#dog img{
    display:block;
    margin:-4px 0 0 -4px;
    width:150px;
}

.deleteComment{
    position: relative;
    top: -55px;
    right: -560px;;
}

label {
    display: block;
    margin: 0 0 2px 0;
    font-size: 12px;
    line-height: 1.2;
}


.login{
    margin: 0 0 1em 0;
    font-size: 12px;
    line-height: 1.4;
    width: 510px;
    float:left;
}

#login-form{
    margin:20px 0 0 0;
}

.formEnter label {
    display: inline-block;
    width: 150px;
}

.formEnter input {
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #000;
    width: 300px;
    margin-bottom: 10px;
    padding: 3px;
}

.errorMessage {
    margin-top: 10px;
    color: red;
}

.labelEnter {
    margin: 10px 0 10px 160px;
}

.labelEnter input, .labelEnter label {
    display: inline-block;
}

#LoginForm_rememberMe {
    margin-bottom: 4px;
}

.labelEnter label {
    margin-left: 5px;
}

.actions {
    margin-left: 165px;
    margin-top: 30px;
}

.actions button {
    font-size: 1.1em;
    padding: 1px 4px 2px 4px;
}

.loginSoc{
    width:160px;
    display: block;
    float: left;
}

.loginSoc .options p {
    margin: 0 0 4px 0;
}

.loginSoc .eauth-service {
    display: inline-block;
    width: 32px;
    height: 32px;
}

.loginSoc .eauth-service-link {
    width: 32px;
    padding: 0;
    text-indent: -9999px;
}

.loginSoc .eauth-service + .eauth-service {
    margin-left: 5px;
}

#parent_popup {
    background: #fff;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    z-index:999998;
    top: 0;
    left: 0;
    display:none;
}
#popup {
    background-color: #fff;
    height: 200px;
    position: fixed;
    top: 50px;
    left: 50%;
    margin-left:-250px;
    color: #000;
    width: 400px;
    box-shadow:1px 1px 10px #777;
    z-index:999999;
    display:none;
    overflow:hidden;
}

#popup p{
    font-size:16px;
    text-align: center;
    margin-top: 40px;
}

#popup p a{
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

#popupClose{
    position:fixed;
    top:50px;
    left: 50%;
    margin-left:-250px;
    width:400px;
    height:25px;
    background:#000;
}

#popupClose img{
    margin-left:373px;
    margin-top:0px;
}

.con p{
    text-align:center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom:1px solid #ccc;
}

.con p a{
    font-size:16px;
    text-transform: uppercase;
}

.YiiPager.pagination{
    text-align: center;
}

.YiiPager.pagination li{
    display: inline-block;
    padding: 3px 5px;
    font-size: 15px;
    margin: 0 5px;
    font-family: "futurabookcregular";
}
.YiiPager.pagination li a{
    color: #adadad;
}
.YiiPager.pagination li a:hover{
    color: #000;
}
.YiiPager.pagination li.first, .YiiPager.pagination li.last{
    display: none;
}
.YiiPager.pagination li.previous_page{
    margin-right:10px;
    display: none;
}
.YiiPager.pagination li.next_page{
    margin-left:10px;
    display: none;
}
.YiiPager.pagination li.selected{
    border: solid 1px #9b9b9b;
}
.YiiPager.pagination li.selected a{
    color: #000;
}
.partnerKrd{
    vertical-align: middle;
    margin:10px;
}

.PK{
    text-align: center;
    text-transform: uppercase;
}

.logoKzn{
    margin:0 auto;
    display:block;
    height:208px;
}

.freshFit{
  padding: 5px 5px 5px 30px;
}

.freshFit li{
    list-style: disc;
}

.popupBg{
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}

.popupGal{
    display: none;
    background: #fff;
    position: relative;
    top:20px;
    padding:20px;
    z-index: 99999;
    width:700px;
    margin:0 auto;
    display: block;
}

.popupGal .pic{
    display: block;
    margin:0 auto;
    max-width: 700px;
    max-height:700px;
}

.closePic{
    position: absolute;
    top:10px;
    right:10px;
    cursor: pointer;
    width:30px;
}

.gallery a {
    position: relative;
    display: block;
    float: left;
    width: 170px;
    height: 127px;
    margin: 0 15px 15px 0;
    padding: 0;
    line-height: 127px;
    text-align: center;
    background-color: #F1F1F1;
}
.nskExperts img{
    float:left;
    margin-right:10px;
}

.nskExperts{
    font-size:16px;
    font-weight: bold;
}

.brending{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.partnerHead{
    text-align: center;
    font-weight:bold;
    font-size:18px;
    margin-top:30px;
}

.partnersNSK{
    clear:both;
}

.partnersNSK img{
    width:150px;
    float:left;
    margin:10px;
    vertical-align: middle;
}

/*new styles*/
@font-face {
    font-family: 'futurafuturiscregular';
    src: url('../fonts/futurafc/futurafc-webfont.eot');
    src: url('../fonts/futurafc/futurafc-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/futurafc/futurafc-webfont.woff2') format('woff2'),
    url('../fonts/futurafc/futurafc-webfont.woff') format('woff'),
    url('../fonts/futurafc/futurafc-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.wrapper {
    position: relative;
    z-index: 1;
    width: 1180px;
    min-height: 805px;
    margin: 0 auto;
    padding: 15px 0 0;
    background: #fff;
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.5);
}

.b-header {
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
}

.b-logo {
    text-align: center;
}

.b-logo__img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.logoLink{
    width: 381px;
    height: 126px;
    position: relative;
    margin: 0 auto;
    display: block;
}
.personVote {
    overflow: hidden;
    width: 247px;
    margin: 17px auto 0 auto;
}
.nomVoteButton {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
}
.pushButton {
    display: inline-block;
    background: #ebebeb;
    color: #898989;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "futurabookcregular";
    width: 150px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 30px;
}
.pushButton.no-visible {
    display: none;
}
.pushButton_nominant {
    /*float: left;*/
    /*margin-right: 10px;*/
    cursor: pointer;
    position: inherit;
}
.pushButton:hover {
    background: #ca0f0a !important;
}
.pushButton_nominant:hover{
    color:#fff!important;
}
.b-row {
    margin: 15px 0;
}
.b-row_mt {
    margin-top: 40px;
}
.b-row:after {
    clear: both;
    display: table;
    content: "";
}
.b-person {
    max-width: 690px;
}
.b-person__img  {
    position: relative;
    text-align: center;
}
.b-person__img img {
    max-width: 100%;
    height: auto;
}
.b-person__inf {
    position: absolute;
    bottom: -115px;
    width: 550px;
    min-height: 210px;
    left: 50%;
    margin-left: -285px;
    background: #fff;
    text-align: center;
    font-family: 'futurafuturiscregular';
}
.b-person__inf_nominant {
    padding-bottom: 15px;
}
.b-person__inf:after {
    content: "";
    width: 120px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    background: #c69c6d;
    height: 2px;
    bottom: 0;

}
.b-person__inf_nominant:after {
    background: red;
}
.b-person__title {
    color: #9b9b9b;
    text-transform: uppercase;
    margin-top: 20px;
}
.b-person__name {
    font-size: 30px;
    margin: 10px 0 10px 0;
}
.b-person__name_nominant {
    font-family: 'futurabookcregular';
}
.b-person__desc {
    width: 250px;
    margin: auto;
}
.b-person__about {
    width: 684px;
    text-align: left;
    margin: 140px 0 24px 0;
    font-size: 14px;
    font-family: "Georgia";
}
.b-person__vote {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 17px auto 0 auto;
}
.b-personShare {
    text-align: center;
    margin-top: 15px;
}
.b-personShare__item {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
}
.b-person__subtitle {
    width: 600px;
    text-align: center;
    margin: 140px auto 24px auto;
    /*font-weight: bold;*/
    font-size: 16px;
    font-family: "Georgia";
}
.b-photo {
    /*width: 720px;*/
    /*height: 400px;*/
    color: #fff;
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
}
.b-photo__text {
    font-size: 18px;
}
.b-slider {
    position: relative;
    overflow: hidden;
}
.b-lenta {
    position: relative;
}
.b-lenta__item {
    float: left;
    width: 684px;
    height: 398px;
}
.b-sliderInfo {
    margin-top: 70px;
    margin-left: 15px;
    width: 195px;
    float: left;
    font-family: "Georgia";
    font-size: 14px;
}
.b-slider__count {
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    padding: 10px;
    color: #000;
    font-family: 'futurafuturiscregular';
}
.b-slider_nominant .b-slider__count {
    color: #000 !important;
}
.b-slider__bigCount {
    font-size: 24px;

}
.b-slider__arrow {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.b-slider__arrow_left {
    width: 12px;
    height: 12px;
    /*background: url("../img/arrow_left.png");*/
    margin: 0 16px;
    position: relative;
    top: -3px;
}
.b-slider__arrow_right {
    width: 12px;
    height: 12px;
    /*background: url("../img/arrow_right.png");*/
    margin: 0 16px;
    position: relative;
    top: -3px;
}
.b-slider__content {
    width: 684px;
    height: 100%;
    overflow: hidden;
}
.b-slider_leftNav {
    width: 466px;
    float: left;
    overflow: visible;
}
.b-slider_leftNav .b-slider__content {
    width: 466px;
}
.b-slider_leftNav .b-lenta__item, .b-slider_leftNav .b-photo {
    width: 466px;
}
.b-slider_leftNav .b-slider__count {
    width: 150px;
    position: absolute;
    right: -185px;
    top: 0;
    z-index: 10000;
    margin-top: 10px;
    border-bottom: solid 2px #c69c6d;
    text-align: center;
    color: #000;
}
.b-slider_nominant .b-slider__count {
    border-bottom: solid 2px red !important;
}
.b-biography {
    overflow: hidden;
    margin-top: 70px;
    font-family: 'Georgia';
    font-size: 14px;
    width: 684px;
    margin-bottom: 80px;
}
.b-biography__img {
    width: 200px;
    float: left;
}
.b-biography__img img {
    width: 100%;
}
.b-biography__column{
    margin-left: 250px;
}
.b-biography__title {
    font-size: 30px;
    margin-bottom: 15px;
    font-family: 'futurafuturiscregular';
}
.b-biography__date {
    margin-bottom: 8px;
}
.b-archieveLink {
    padding: 22px 0 30px 0;
    overflow: hidden;
    border-top: solid 2px darkgoldenrod;
    border-bottom: solid 2px darkgoldenrod;
    width: 684px;
    margin-top: 26px;
}
.b-archieveLink_gray {
    border-top: solid 2px #ccc;
    border-bottom: solid 2px #ccc;
}
.b-archieveLink_gray .b-archieveLink__img {
    width: 68px;
    height: 84px;
    float: left;
    background: url("../img/archive-person.png") no-repeat;
}

.b-archieveLink__img {
    width: 68px;
    height: 84px;
    float: left;
    background: url("../img/archieve.png") no-repeat;
}
.b-archieveLink__column {
    margin-left: 85px;
}
.b-archieveLink__title {
    margin-top: 10px;
    width: 149px;
    height: 23px;
    display: inline-block;
    background: url("../img/ribbon.png") no-repeat;
    padding: 3px 8px;
    margin-bottom: 6px;
    font-weight: bold;
    font-family: "Arial";
    font-size:13px;
}
.b-archieve__name {
    display: block;
    font-family: "Georgia";
}
.b-photo {
    text-align: center;
    position: relative;
    background: #c69c6d;
}
.b-photo__quote {
    width: 63px;
    height: 47px;
    left: 50%;
    top: 45%;
    margin-left: -36px;
    margin-top: -47px;
    position: absolute;
    background: url("../img/quote.png");
}
.b-photo__block {
    top: 55%;
    left: 50%;
    position: absolute;
    width: 450px;
    margin-left: -225px;
    font-family: 'futurafuturiscregular';
}
.b-photo__text {
    margin-bottom: 10px;
}
.b-photo__watermark {
    bottom: 20px;
    left: 50%;
    position: absolute;
    margin-left: -80px;
    width: 145px;
    height: 20px;
    background: url("../img/watermark.png");
}
.b-archieve__name {
    font-size: 18px;
}
.b-declarations {
    margin-top: 20px;
    padding-bottom: 20px;
    width: 684px;
}
.b-declaration {
    border-bottom: solid 1px #c2c2c2;
    padding-top: 18px;
    padding-bottom: 28px;
    font-family: "Georgia";
    font-size: 14px;
}
.b-declaration:last-child {
    border: none;
}
.b-declaration__title {
    font-size: 30px;
    color: darkgoldenrod;
    float: left;
    font-family: "futurafuturiscregular";
    padding-top: 30px;
    padding-bottom: 11px;
}
.b-declarations_normal .b-declaration__title {
    color: #111;
}
.b-declaration__response {
    float: right;
    padding-top: 46px;
    padding-right: 15px;
    position: relative;
    font-family: "futurabookcregular";
    text-transform: uppercase;
    color: #111;
}
.b-declaration__response:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 4px;
    background: url("../img/arrow_down.png");
    width: 10px;
    height: 6px;
}
.b-declaration__response_nominant:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 5px;
    background: url("../img/red-arrow.png");
    width: 10px;
    height: 6px;
}
.b-declarations__block {
    border-bottom: solid 1px darkgoldenrod;
    overflow: hidden;
}
.b-declarations__block_nominant {
    border-bottom: solid 1px #ccc;
    overflow: hidden;
}
.b-declaration__author {
    margin-top: 8px;
}
.b-declaration__author {
    font-weight: bold;
}
.b-declaration__text {
    margin-top: 4px;
}
.b-form {
    margin-top: 30px;
    width: 684px;
 }
.b-form__author {
    height: 31px;
    border: solid 1px #ccc;
    width: 684px;
    margin: 3px 0;
    box-sizing: border-box;
    font-family: "Georgia", sans-serif;
    padding: 2px 0 0 5px;
}
.b-form__text {
    border: solid 1px #ccc;
    width: 684px;
    margin: 3px 0;
    box-sizing: border-box;
    font-family: "Georgia", sans-serif;
    padding-left: 5px;
    padding-top: 4px;
}
.b-form__inf {
    overflow: hidden;
}
.b-form__code {
    float: left;
    font-family: "futurabookcregular";
    text-transform: uppercase;
    margin-top: 5px;
}
.b-form__response {
    float: right;
    background: #c69c6d;
    line-height: 38px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-family: "futurabookcregular";
    text-transform: uppercase;
    width: 130px;
    height: 35px;
}
.b-form__response_normal {
    background: red;
    width: 180px;
}
.b-img {
    width: 217px;
    height: 395px;
    float: left;
    margin-left: 16px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.b-img img {
    width: 100%;
}
.type {
    color: #adadad;
    font-family: "futurafuturiscregular";
    text-transform: uppercase;
    margin-bottom: 15px;
}
.b-archive__title {
    color: #000;
    font-family: "futurafuturiscregular";
    font-size: 30px;
    position: relative;
}
.b-archive__title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 120px;
    height: 2px;
    background: red;
    left: 50%;
    margin-left: -60px;
}
.b-archive {
    max-width: 690px;
    text-align: center;
}
.b-archive__video {
    text-align: center;
    margin-bottom: 40px;
}
.b-archive__descr {
    margin-top: 30px;
    font-family: "Georgia";
    margin-bottom: 40px;
    font-size: 14px;
}
.b-archiveNominants {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 690px;
}
.b-archiveNominants__title {
    display: block;
    color: red;
    text-transform: uppercase;
    font-family: "futurafuturiscregular";
    font-size: 18px;
    margin-bottom: 9px;
}
.b-archiveNominant {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    color: #000;
}

.b-archiveNominant:hover{
    color:#ca0f09;
    text-decoration: none;
}

.b-archiveNominant__name {
    text-transform: uppercase;
    font-family: "futurafuturiscregular";
}
.b-archiveNominant__about {
    font-style: italic;
    font-family: "Georgia";
}
.b-photogallery {
    margin-bottom: 50px;
    font-size: 0px;
    position: relative;
}
.b-photogallery__hidden {
    max-width: 630px;
    height: 130px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    position: relative;
}

.b-photogallery__item {
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    vertical-align: top;
    font-size: 16px;
    position: relative;
}

.b-photogallery__item_current {
    opacity: 0.7;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

    /* IE 5-7 */
    filter: alpha(opacity=70);

    /* Netscape */
    -moz-opacity: 0.7;

    /* Safari 1.x */
    -khtml-opacity: 0.7;
}

.b-photogallery__item img {
    width: auto;
    max-height: 100px;
    vertical-align: middle;
    border: 0;
}

/*.b-photogallery-popup {
    background: #fff;
    width: 1000px;
    height: 800px;
    position: relative;
    text-align: center;
}*/

.b-photogallery__lent {
    position: relative;
    height: 100%;
}

/*
.b-photogallery-popup__wrap-img {
    display: inline-block;
    vertical-align: middle;
    width: 900px;
    height: 680px;
    line-height: 690px;
    cursor: pointer;
}

.b-photogallery-popup__wrap-img img {
    max-width: 800px;
    max-height: 700px;
    display: inline-block;
    vertical-align: middle;
}
*/

.b-photogallery__next {
    background: url("../img/arrow-right.png") no-repeat;
    width: 12px;
    height: 12px;
    position: relative;
    top: -46px;
    right: -4px;
    display: inline-block;
}

.b-arch {
    display: inline-block;
    height: 100%;
}
.b-arch__year {
    display: block;
    text-align: center;
    color: #000;
    width: 100px;
    height: 30px;
    line-height: 25px;
    font-family: "futurafuturiscbold";
    font-size: 23px;
}
.b-arch__year.active {
    color: #ca0f09;
}
.b-photogallery__prev {
    background: url("../img/arrow-left.png") no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    top: -46px;
    left: -4px;
}

.b-photogallery-popup__list-img {
    height: 50px;
    width: 900px;
    display: inline-block;
}
.b-photogallery__thumb-highlight {
    position: absolute;
    border: 2px solid red;
    left: 0;
    top: 26px;
    z-index: 50;
}
.b-sharTitle {
    border-top: solid 1px #ccc;
    text-align: center;
    font-family: "futurafuturiscregular";
    font-size: 12px;
    padding: 13px 0;
    color: #7d7d7d;
    text-transform: uppercase;
}
.rightAnnouncement {
    margin: 0 0 20px;
    text-align: center;
}
.rightAnnouncement a {
    display: block;
    text-decoration: none;
}
.rightAnnouncementText {
    font-weight: 400;
    font-size: 12px;
    font-family: "futurafuturiscregular";
    color: #7d7d7d;
    text-transform: uppercase;
}
.rightAnnouncementText span {
    display: block;
    color: #ca0f0a;
}
.rightAnnouncementImg {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}
.accreditationBtn {
    display: block;
    width: 240px;
    height: 35px;
    margin: 20px auto 0;
    font-size: 12px;
    line-height: 35px;
    font-family: "futurafuturiscregular";
    color: #fff;
    background: #ca0f0a;
    text-align: center;
}
.accreditationBtn:hover {
    background: #ba0e09;
    text-decoration: none;
}
.wrapimg {
    height: 217px;
    overflow: hidden;
}

#commentsAll ul{
    border-bottom:1px solid #ccc;
}

a.disabled {
    pointer-events: none; /* делаем ссылку некликабельной */
    cursor: default;  /* устанавливаем курсор в виде стрелки */
    color: #999; /* цвет текста для нективной ссылки */
}

.info{
    font-family: Georgia, serif;
    padding: 10px 10px 20px 10px;
    font-size: 14px;
    text-align: center;
}

.info span{
    color:#ca0f09;
}

.akkred{
    background: #ca0f09;
    color:#fff;
    text-transform: uppercase;
    padding:7px 10px;
    font-family: "futurabookcregular";
    font-size: 12px;
}

.downloadPdf {
    border: none;
    width: 30px;
    position: relative;
}

.b-archiveInfo__title {
    color: red;
    text-transform: uppercase;
    font-family: "futurafuturiscregular";
    font-size: 18px;
    margin-bottom: 9px;
}

.b-archiveInfo__link {
    display: block;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'futurafuturiscregular';
    color: inherit;
}

/* vote popup */
.votePopup {
	width:213px;
	max-height:347px;
	position:absolute;
	top:-55px;
	left:300px;
	background:#fff;
	border:1px solid #ccc;
	box-shadow:0 0 10px #999;
	padding:33px;
	z-index:99999;
}

.votePopup__close {
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	top:8px;
	right:7px;
	background:url('../img/close-btn.jpg') 0 0 no-repeat;
}

.votePopup__img {
	max-width:218px;
  	max-height:170px;
	display:block;
	position:relative;
	margin:0 auto 8px;
}

.votePopup__captcha {
	display:block;
	position:relative;
	text-align:center;
}

.votePopup__captcha__text {
	width:150px;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	margin:5px auto;
	font-family: "futurabookcregular";
}

.votePopup__captcha__input {
	width:150px;
	height:24px;
	box-sizing:border-box;
	border:1px solid #ccc;
	padding:6px;
	text-align:center;
	font-size:14px;
	font-family: "futurabookcregular";
	line-height:1em;
}

.votePopup__send-btn {
	display: inline-block;
	background: #ca0f0a !important;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "futurabookcregular";
	width: 150px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin-top:5px;
}
/* vote popup */

.brandingFix{
    background-attachment: fixed!important;
}

.adrBr > div {
    margin: 0 auto !important;
    text-align: center;
}

/* Sidebar card */
.b-sidebar-card {
    margin: 0 0 20px;
    background: #ebebeb;
    border: 1px solid #ccc;
}

.b-sidebar-card__header {
    padding: 15px 0 10px;
    font-size: 16px;
    font-family: 'futurafuturiscregular', sans-serif;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

/* Sidebar hashtags */
.b-sidebar-hashtags {
    display: block;
    max-width: 210px;
    margin: 0 auto;
    padding: 15px 15px 10px 15px;
    font-family: 'futurafuturiscregular', sans-serif;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #ccc;
}

.b-sidebar-hashtags__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.b-sidebar-hashtags__tag {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #ca0f09;
}

.b-sidebar-hashtags__tag a {
    color: inherit;
    text-decoration: none;
}

.b-sidebar-hashtags__tag a:hover {
    color: #000;
}

/* Slideshow */
.b-slideshow {
    position: relative;
    max-width: 600px;
    margin: 20px auto 30px auto;
}

.b-slideshow__items {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.b-slideshow__item {
    display: none;
}

.b-slideshow__item_active {
    display: block;
}

.b-slideshow__itemLink {
    display: block;
}

.b-slideshow__itemImg {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.b-slideshow__nav {
    margin: 20px 0 0;
}

.b-slideshow__navArrow {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    vertical-align: middle;
}

.b-slideshow__navArrow_dir_left {
    left: -45px;
    background-image: url(../img/arrow-left.png);
}

.b-slideshow__navArrow_dir_right {
    right: -45px;
    background-image: url(../img/arrow-right.png);
}

.b-slideshow__navBullet {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 2px;
    background: #000;
    border-radius: 50%;
    vertical-align: middle;
}

.b-slideshow__navBullet_active {
    background: #0081bA;
}

/* Section title */
.b-section-title {
    position: relative;
    margin: 0 0 30px;
    font-weight: 400;
    font-family: "futurabookcregular";
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}

.b-section-title:before{
    content: " ";
    border-top: solid 2px #ce181f;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -1px;
}

.b-section-title__text {
    display: inline-block;
    position: relative;
    color: #000;
    background: #fff;
    padding: 0 10px;
}

/* Section divider */
.b-section-divider {
    width: 100%;
    height: 2px;
    background: #ce181f;
}

/* News */
.b-news-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.b-news-items__item {
    max-width: 350px;
    margin: 0 0 15px;
    padding: 0 15px;
    box-sizing: border-box;
}

.b-news-item__img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 15px;
}

.b-news-item__link {
    color: #000;
}

.b-news-item__link:hover {
    color: red;
    text-decoration: none;
}

.b-news-item__title {
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    font-family: 'futurabookcregular', sans-serif;
    color: inherit;
}

.b-news-item__text {
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Georgia', sans-serif;
    color: #000;
}

/* Partners */
.b-partners {
    max-width: 690px;
}

.b-partners__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -15px 10px;
}

.b-partners__partner {
    position: relative;
    width: 100%;
    margin: 0 15px 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.b-partners__partner:before {
    content: '';
    display: block;
    width: 100%;
 }

.b-partners__partner--w100 {
    width: 690px;
}

.b-partners__partner--w100:before {
    padding-top: calc((130 / 690) * 100%);
}

.b-partners__partner--w50 {
    width: 330px;
}

.b-partners__partner--w50:before {
    padding-top: calc((130 / 330) * 100%);
}

.b-partners__partner--w33 {
    width: 210px;
}

.b-partners__partner--w33:before {
    padding-top: calc((130 / 210) * 100%);
}

.b-partners__partner--w25 {
    width: 150px;
}

.b-partners__partner--w25:before {
    padding-top: calc((130 / 150) * 100%);
}

.b-partners__partner-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.b-partners__partner-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 90%;
    max-height: 80%;
    margin: auto;
}

/* Experts */
.b-experts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.b-experts__expert {
    width: 240px;
    margin: 0 0 15px;
    padding: 0 15px;
    box-sizing: border-box;
}

.b-experts__expert > * {
    margin-bottom: 0;
}

.b-experts__expert-photo {
    position: relative;
    max-width: 100%;
    width: 300px;
    height: auto;
    margin: 0 auto 10px;
}

.b-experts__expert-photo:before {
    content: '';
    display: block;
    width: 100%;
    padding: 100% 0 0;
}

.b-experts__expert-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b-experts__expert-name {
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    font-family: 'futurafuturiscregular', sans-serif;
    color: #000;
}

/* Helpers */
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* Banners */
#adriver_brand {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1000;
    width: 100%;
    max-width: 1180px;
    height: 250px;
    transform: translate(-50%, 0);
}

#adriver_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#adriver_banner_240x400 {
    margin: 0 auto 20px;
}

/* hide a third-party stuff */
#liveInternetImg {
    position: absolute;
    top: -10000px;
    left: -10000px;
}