@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt_sans_regular.woff2') format('woff2'),
    url('../fonts/pt_sans_regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt_sans_regular_italic.woff2') format('woff2'),
    url('../fonts/pt_sans_regular_italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt_sans_bold.woff2') format('woff2'),
    url('../fonts/pt_sans_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt_sans_bold_italic.woff2') format('woff2'),
    url('../fonts/pt_sans_bold_italic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/pt_serif_regular.woff2') format('woff2'),
    url('../fonts/pt_serif_regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/pt_serif_regular_italic.woff2') format('woff2'),
    url('../fonts/pt_serif_regular_italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/pt_serif_bold.woff2') format('woff2'),
    url('../fonts/pt_serif_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'PT Serif';
    src: url('../fonts/pt_serif_bold_italic.woff2') format('woff2'),
    url('../fonts/pt_serif_bold_italic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Conv_BebasNeue Book';
    src: url('../fonts/BebasNeue Book.eot');
    src: local('☺'), url('../fonts/BebasNeue Book.woff') format('woff'),
    url('../fonts/BebasNeue Book.ttf') format('truetype'),
    url('../fonts/BebasNeue Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

body {
    position: relative;
    margin: 0;
    font-family: 'PT Sans', Arial, sans-serif;
    line-height: 1.2;
    background: #e7e7e7;
}

body.design-layout {
    background-image: url("../img/bg3.jpg");
    background-position: 50% 0;
}

body.branded {
    padding-top: 325px !important;
    background-position: 50% 0 !important;
    background-attachment: fixed !important;
}

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

p {
    font-size: 15px;
}


.main, .profileMain {
    display: flex;
    flex-direction: column;
    width: 1180px;
    position: relative;
    margin: 0 auto;
    min-height: 100%;
    background: #fff;
    overflow: hidden;
}

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

.enterBlock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    height: 25px;
    z-index: 9999;
}

.enterLink {
    width: 1060px;
    margin: 0 auto;
    padding: 5px 0;
}

.enterLink a {
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.enterLink a:hover {
    text-decoration: underline;
}

.mainHeader {
    width: 100%;
    position: relative;
}

.header {
    width: 1180px;
    margin: 0 auto;
    padding: 60px 0;
    background: #fff;
}

.navTop {
    width: 100%;
    height: 55px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
}

.banner1 {
    width: 240px;
    /*height:400px;
    border:1px solid #ccc;*/
    background: #fff;
    margin-right: 37px;
    float: left;
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.bannersRight {
    top: 10px;
    position: relative;
    right: auto;
    width: 240px;
    min-height: 100%;
    overflow: hidden;
}

.logo {
    display: block;
}

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

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

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

.clock, .votes {
    float: left;
    width: 240px;
}

.clock p, .votes p {
    font-size: 12px;
    font-family: Arial, sans-serif;
    padding-left: 10px;
}

.votes {
    margin-bottom: 10px;
}

.votes span {
    color: #ce181f;
    font-size: 40px;
    font-family: 'Conv_BebasNeue Book';
    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 ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.navTop ul.mainNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 10px;
    overflow: hidden;
    border-top: 1px solid #000;
    border-bottom: 3px solid #000;
    text-transform: uppercase;
}

.navTop ul.mainNav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 3px solid transparent;
}

.navTop ul.mainNav li + li {
    margin-left: 65px;
}

.navTop ul.mainNav li:hover,
.navTop ul.mainNav li.active {
    text-decoration: none;
    border-bottom: 3px solid #000;
}

.navTop ul.mainNav li.disabled {
    opacity: 0.25;
    pointer-events: none;
}

.navTop ul.mainNav li a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.navTop ul.mainNav li img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1.registration {
    font-size: 24px !important;
    text-align: center;
    margin-bottom: 20px;
}

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

.intro {
    font-size: 15px;
    padding: 10px 30px;
    background: #f0f0f0;
    line-height: 1.4em;
    margin-bottom: 30px;
    width: 570px;
}

.formRegistr {
    width: 300px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.mainContent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1 0 auto;
    gap: 10px;
    width: 100%;
    padding: 30px 10px 50px;
    background: #fff;
    box-sizing: border-box;
}

.mainContent h3 {
    font-family: 'PT Sans';
    font-size: 30px;
    color: #a3a3a3;
    margin: 0 0 30px 0;
}

.nominant, .nomInt {
    width: 200px;
    height: 260px;
    background: #fff;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #898989;
}

.nomInt {
    margin: 10px;
    height: 278px;
}

.nomImg {
    display: block;
    width: 100%;
    height: 200px;
}

.left {
    width: 870px;
}

.right {
    width: 300px;
}

.name {
    font-size: 16px;
    font-family: 'PT Sans', Arial, sans-serif;
    font-style: italic;
    margin: 5px;
    position: relative;
}

.descr {
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #7f7f7f;
    max-height: 14px;
    margin: 5px 20px;
}

.nomVotes {
    font-family: 'Conv_BebasNeue Book';
    font-size: 35px;
    color: #7f7f7f;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 70px;
}

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

.partners {
    width: 960px;
    overflow: hidden;
    margin: 10px auto 50px auto;
    text-align: center;
}

.partnersHead {
    text-align: center;
    font-size: 25px;
    margin: 10px 0;
    font-family: 'PT Serif', serif;
}

.partners img {
    margin-right: 20px;
}

.footer {
    width: 100%;
    background: #333;
}

.footerC {
    width: 1060px;
    margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
}

.footerSoc {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.footerSoc > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 10px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.footerSoc > a:hover {
    color: #fff;
    background: #000;
}

.logoF, .copyRight {
    margin: 25px auto;
    display: block;
}

.copyRight {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    margin-left: 120px;
}

.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;
}

.news {
    width: 100%;
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    min-height: 100%;
    overflow: hidden;
}

.item1, .item2 {
    width: 320px;
    height: 320px;
    float: left;
    margin-right: 35px;
    overflow: hidden;
}

.item1 img, .item2 img {
    width: 320px;
}

.newsTitle, .newsDescr {
    color: #000;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0;
}

.newsDescr {
    font-weight: normal;
    font-size: 14px;
}


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

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

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

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

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

.person {
    float: left;
    width: 235px;
    height: 235px;
    margin: 0 35px 10px 0;
    border: 1px solid #898989;
}

.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: 'PT Sans', Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 10px 10px 0 !important;
    width: 360px;
}

.personName span {
    color: red;
    font-size: 15px;
    float: right;
    font-family: 'PT Serif', serif;
}

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

.personNom span {
    font-family: 'PT Sans';
    font-weight: 700;
    text-decoration: underline;
}

.personDescr {
    font-size: 14px;
    font-family: Arial, sans-serif;
    padding: 10px 30px;
    background: #f0f0f0;
    float: left;
    width: 300px;
}

.inner-right {
    width: 400px;
    margin-left: 280px;
}

.inner-left {
    float: left;
    width: 240px;
}

.personSoc {
    width: 350px;
}

.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-family: 'Conv_BebasNeue Book';
    font-size: 45px;
    font-style: normal;
    font-weight: bold;
    /*color:#d71920; - это цвет проголосовавшего*/
    color: #999;
    top: -45px;
    left: 0;
}

.blackC {
    width: 60px;
    height: 60px;
    margin: 30px 20px;
    display: inline-block;
    float: left;
    background: url('../img/dogDesIcon.JPG');
}

.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;
}

#countdown {
    /*position: relative;
    top:250px;
    margin-left:30px;
    overflow: hidden;*/
}

.countdownHolder {
    width: 240px;
    font-family: 'Conv_BebasNeue Book';
    font-size: 40px;
    color: #000;
    text-align: center;
    letter-spacing: -3px;
    position: relative;
    left: -15px;
    overflow: hidden;
}

.dn {
    font-size: 10px;
    font-family: Arial, sans-serif;
    margin: 0 5px 0 -5px;
}

.position {
    display: inline-block;
    overflow: hidden;
    /*position: relative;
    height: 213px;*/
    width: 13px;
}

.countDays, .countHours, .countMinutes, .countSeconds {
    /*background: url("../lock_img/clockBg.png") no-repeat top left;*/
    /*width:239px;
    height:230px;*/
    color: #000;
    font-family: 'Conv_BebasNeue Book';
    font-size: 35px;
    padding: 10px;
    overflow: hidden;
}

.digit {
    position: absolute;
    display: block;
    /*width:115px;
    background-color:#444;
    border-radius:0.2em;*/
    text-align: center;
    color: #000;
    letter-spacing: -1px;
    height: 20px;
}

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

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

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

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

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

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

/*.nomVote.voted.nominant-22022 .giveVote{*/
/*background: url("/img/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: 175px;
    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
}

.navTop ul.mainNav.smrNav {
    width: 650px;
    margin-left: 175px;
    min-height: 10px;
    overflow: hidden;
}

.navTop ul.mainNav.nnNav {
    width: 970px;
    margin: 0 auto;
    min-height: 10px;
    overflow: hidden;
}

.navTop ul.mainNav.ekbNav {
    width: 970px;
    margin: 0 auto;
    min-height: 10px;
    overflow: hidden;
}

.navTop ul.mainNav.ekbNav li {
    margin-left: 50px !important;
}

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

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

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

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

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

.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: 300px;
    float: left;
}

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

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

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

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

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

.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 input {
    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 .options ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.loginSoc .options ul li {
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    width: 150px;
}

.auth-service {
    float: left;
    margin: 0 1em 0 0;
}

.loginSoc .options ul li a {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    color: black;
}

.social_auth li {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 2px;
}

a.google, a.yandex, a.twitter, a.odnokl, a.mail, a.vkontakte {
    padding: 10px 16px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center;

}

a.vkontakte {
    background-image: url("../img/soc/vk.png");
}

a.google {
    background-image: url("../img/soc/google.png");
}

a.yandex {
    background-image: url("../img/soc/ya.png");
}

a.twitter {
    background-image: url("../img/soc/tw.png");
}

a.odnokl {
    background-image: url("../img/soc/ok.png");
}

a.mail {
    background-image: url("../img/soc/mail.png");
}

#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-family: 'oranienbaumregular';
    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-family: 'oranienbaumregular';
    font-size: 16px;
    text-transform: uppercase;
}

.pagination {
    margin: -5px 0 30px -5px;
}

.pagination li {
    display: inline-block;
    margin: 5px 0 0 5px;
    font-size: 16px;
    line-height: 1;
}

.pagination li.active a {
    color: #ff4343;
    font-weight: 700;
}

.partnerKrd {
    vertical-align: middle;
    margin: 10px;
}

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

.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 {
    width: 628px;
    border: 1px solid #898989;
    overflow: hidden;
    position: relative;
}

.gallery a {
    position: relative;
    display: block;
    float: left;
    width: 94px;
    height: 94px;
    margin: 0 5px 15px 0;
    padding: 0;
    line-height: 94px;
    text-align: center;
    background-color: #F1F1F1;
}

.galBig {
    display: block;
    width: 560px;
    height: 300px;
    margin: 20px auto 0px auto;
    position: relative;
}

.arrBig {
    width: 33px;
    height: 358px;
    display: inline;
}

.mainGalImg {
    height: 358px;
    display: block;
    margin: 20px auto;
    width: 560px;
}

.mainGalImg img.mainBig {
    margin: 0 auto;
    max-height: 358px;
    max-width: 537px;
    display: block;
}

.gallery a img {
    max-width: 94px;
    max-height: 94px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.formEnter label.labelStyle {
    font-style: italic;
    width: 230px;
    position: relative;
    top: -2px;
}

.regButton {
    margin-left: 30px;
    margin-top: 10px;
    border: none;
}

.saveIntButton, #image_delete {
    float: right;
    border: none;
    margin-top: 0;
}

.regButton input, .uploadifive-button, .saveIntButton input, #image_delete input {
    width: 258px !important;
    background: #e15358;
    text-transform: uppercase;
    color: #fff;
    height: 50px !important;
    font-size: 14px;
    border-radius: 0;
    border: none;
    cursor: pointer;
}

.regButton:hover input, .uploadifive-button:hover {
    background: #d71920;
    cursor: pointer;
}

.uploadifive-button {
    height: 40px !important;
    border: none;
    font-size: 14px;
    font-weight: normal;
    text-shadow: none;
    padding-top: 10px;
    float: left;
    cursor: pointer;
}

.saveIntButton input, #image_delete input {
    background: #404040;
    cursor: pointer;
    border: none;
}

.saveIntButton:hover input, #image_delete:hover input {
    background: #000;
}

.fl1, .fl3 {
    color: #fff;
    font-family: 'PT Serif', serif;
    font-size: 16px;
    margin-top: 10px;
    width: 300px;
}

.fl2 {
    width: 449px;
}

.fl1, .fl2 {
    float: left;
}

.fl3 {
    float: right;
    width: 250px;
}

.fl3 a {
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
}

.fl3 p {
    line-height: 1.8em;
    text-align: right;
}

.forgetPass {
    text-decoration: underline;
    float: right;
    margin: 10px;
}

.intHead {
    font-size: 24px;
    color: #d71920;
    text-align: center;
    margin-bottom: 30px;
}

.field {
    border: none;
}

.intDescr textarea {
    width: 640px;
    height: 200px;
}

#DesignPost_name {
    width: 600px;
    border: 1px solid #000;
    padding: 5px;
    font-style: italic;
}

.user_tabs li {
    float: left;
    margin-right: 3px;
    margin-bottom: -1px;
}

.pane {
    display: none;
}

.pane.active {
    display: block;
}

.name_label {
    font-size: 14px;
    font-style: italic;
}

.bottomM {
    margin-bottom: 30px;
    overflow: hidden;
}

.galleryInt {
    margin: 20px 0;
    clear: both;
    overflow: hidden;
}

.galleryInt .postGal {
    margin-right: 5px;
    float: left;
    position: relative;
}

.edit-foto, .delete-foto, .delete-post, .update-post {
    display: block;
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.delete-post, .update-post {
    top: 3px;
}

.edit-foto, .delete-foto {
    bottom: 3px;
}

.delete-foto, .delete-post {
    right: 26px;
    background: url(../img/delImg.jpg) no-repeat scroll 0 0;
}

.edit-foto, .update-post {
    right: 5px;
    background: url(../img/redImg.jpg) no-repeat scroll 0 0;
}

.Container {
    display: none;
}

.jc-demo-box .submit {
    border: none;
}

.editImgText {
    width: 715px;
    height: 320px;
    display: none;
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -300px;
    background: #fff;
    z-index: 999999;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.88);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.88);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.88);
}

.saveEditFoto, .notBlock, .saveCrop, .Container .close {
    background: #404040;
    text-transform: uppercase;
    color: #fff !important;
    border: none;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
}

.saveEditFoto, .saveCrop {
    float: left;
}

.saveEditFoto {
    margin-left: 20px;
}

.notBlock {
    margin-right: 20px;
}

.notBlock, .Container .close {
    float: right;
}

.Container .close {
    padding: 4px;
    top: 0;
}

.imgAbout {
    width: 600px;
    display: block;
    margin: 10px auto;
}

.int-desc {
    text-align: center;
    font-style: italic;
}

.galleryView {
    width: 630px;
    overflow: hidden;
    margin-bottom: 20px;
}

.galleryView--experts {
    width: 680px;
}

.editInt {
    text-align: right;
    width: 360px;
    margin-bottom: 5px;
}

.editInt a {
    font-size: 12px;
    font-weight: normal;
    color: red;
    margin-bottom: 21px;
}

.rulesUl {
    list-style-type: circle;
    padding-left: 30px;
    font-size: 15px;
}

.intDescr {
    margin: 20px;
    width: 670px;
    height: 200px;
}

.smallGal {
    overflow: hidden;
    width: 300px;
    display: inline-block;
    height: 100px;
    position: relative;
    display: inline;
}


.arrL, .arrR {
    margin-top: 150px;
}

.gallery a.arrSL, .gallery a.arrSR {
    height: 94px;
    width: 21px;
    margin: 0 15px 0 0;
    background: none;
}

.rulesSmall {
    height: 20px;
    /*margin: -10px 0 20px 0;*/
}

.rulesSmall a {
    float: right;
    text-decoration: underline;
    font-size: 12px;
}

.smallImgGal {
    height: 94px;
    width: 300px;
}

.galBlock {
    width: 160px;
    height: 94px;
    display: inline-block;
    position: relative;
}

.galBlock a {
    position: absolute;
}

.galBlock a.arrSL {
    right: 0;
}

.galBlock a.arrSR {
    left: 0;
}

.ps_prev, .ps_next, .ps_prevS, .ps_nextS {
    width: 30px;
    height: 59px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    opacity: 0.5;
}

.ps_prevS, .ps_nextS {
    height: 35px;
    margin-top: -20px;
}

.ps_next {
    background: transparent url(../img/arrR.png) no-repeat top center;
    right: 00px;
}

.ps_prev {
    background: transparent url(../img/arrL.png) no-repeat top center;
    left: 00px;
}

.ps_nextS {
    background: transparent url(../img/arrSR.png) no-repeat top center;
    right: 00px;
}

.ps_prevS {
    background: transparent url(../img/arrSL.png) no-repeat top center;
    left: -5px;
}

.ps_image_wrapper img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.navigator {
    height: 94px;
    position: relative;
    width: 360px;
    margin: 20px auto;
}

.smallGal {
    height: 94px;
    width: 290px;
    margin: 0 auto;
    display: block;
}

.smallGal a {
    opacity: 0.7;
}

.smallGal a.active {
    opacity: 1;
}

.slides {
    width: 30000px;
    height: 94px;
    position: absolute;
    top: 0;
    left: 0;
}

.colNames {
    display: flex;
    gap: 10px;
}

.column {
    width: 210px;
}

.columnIn {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #ededed;
}

.columnSep {
    display: none;
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
    background: url("../img/sep.png") repeat-y top center;
}

.columnSep:before,
.columnSep:after {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    margin: 0 0 0 7px;
    background: #ce595b;
}

.columnSep:before {
    top: 0;
}

.columnSep:after {
    bottom: 0;
}

.columnName {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    padding: 10px;
    background: #ededed;
    box-sizing: border-box;
}

.activeColumn {
    background: #d9030d;
}

/* IE-10 Fix */
.columnName > * {
    -ms-flex: 0 1 auto;
}

.columnName p {
    position: relative;
    font-family: 'PT Serif', serif;
    font-size: 16px;
}

.activeColumn p {
    color: #fff;
}

.columnName span {
    display: block;
    position: absolute;
    bottom: -7px;
    right: -10px;
    font-size: 10px;
    padding-top: 3px;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #fff;
    background: #d9030d;
    width: 30px;
    height: 12px;
}

.arrow_box {
    position: relative;
    background: #ededed;
}

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

.active-pro {
    color: red;
    background: #fff;
}

.userName, .intDescription {
    font-size: 13px;
    font-weight: bold;
    margin: 5px;
}

.intDescription {
    font-weight: normal;
    font-style: italic;
}

.b-link-all-wrap {
    text-align: center;
    position: relative;
}

.b-arrow-left {
    position: absolute;
    background-image: url("../img/arrLeft.png");
    width: 127px;
    height: 33px;
    left: 10px;
    top: 50%;
    margin-top: -16px;
}

.b-arrow-right {
    position: absolute;
    background-image: url("../img/arrRight.png");
    width: 127px;
    height: 33px;
    right: 10px;
    top: 50%;
    margin-top: -16px;
}

.lookAll {
    display: block;
    background: #e3434a;
    cursor: pointer;
}

.lookAll:hover {
    background: #da040e;
}

.lookAll a {
    padding: 1px;
}

.lookAnother img {
    float: left;
    margin: 35px 0;
}

.lookAll p {
    color: #fff;
    font-style: italic;
    font-size: 14px;
    text-align: center;
    font-family: 'PT Serif', serif;
}

.lookAll p.colName {
    font-style: normal;
    text-transform: uppercase;
}

.likeCom {
    background: #fff;
    opacity: 0.8;
    height: 16px;
    margin-top: -26px;
    position: relative;
    padding: 5px;
    display: none;
}

.comCount {
    float: left;
    height: 26px;
}

.comCount img {
    float: left;
    margin-right: 3px;
}

.comCount span {
    color: #575353;
}

.likeCount {
    float: right;
    height: 26px;
}

.likeCount img {
    float: right;
    margin-left: 3px;
    opacity: 0.7;
    cursor: pointer;
}

.likeCount img.voted {
    opacity: 1;
}

.likeCount span {
    color: #ff0000;
}

.borderRed {
    border: 3px solid #d9030d;
}

.posts {
    width: 870px;
    box-sizing: border-box;
}

.posts.borderRed {
    padding: 6px;
    text-align: center;
}

.posts.borderRed .columnIn {
    padding-bottom: 0;
    background: #fff;
}

.postColumns {
    display: flex;
    gap: 10px;
}

.postNominants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
}

.design {
    font-size: 10px;
    margin-top: 10px;
}

.design img {
    vertical-align: middle;
    margin: 0 1px 0 5px;
}

.design a {
    text-decoration: underline;
    font-size: 10px;
}

.lookAnother {
    margin: 40px 30px;
    overflow: hidden;
}

.lookAnother .lookAll {
    margin: 10px;
}

.flRight {
    float: right;
    overflow: hidden;
    width: 49%;
}

.flLeft {
    float: left;
    overflow: hidden;
    width: 49%;
}

.flLeft .lookAll, .flLeft img {
    float: left;
}

.flRight .lookAll, .flRight img {
    float: right;
}

.flRight {
    float: right;
}

.fotoDescr, .fotoDescr2 {
    padding: 0 30px;
}

.panes {
    height: 340px;
}

ul.priziv {
    padding: 0 10px 0 25px;
}

ul.priziv li {
    list-style-type: disc;
    margin-bottom: 10px;
}

ul.priziv li b {
    color: #ff4343;
}

.b-last-comment {
    width: 100%;
    margin-bottom: 36px;
    background-color: #ededed;
}

.b-last-comment__header {
    padding-bottom: 5px;
    background-color: #fff;
    font-size: 16px;
    color: red;
}

.b-last-comment__wrapper {
    margin: auto;
    width: 200px;
    padding: 10px 0px;
}

.b-user-interiors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -6px 30px;
}

.b-user-interiors__interior {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0 0;
    padding: 0 6px;
}

.b-user-interiors__interior > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
}

.b-nominant {
    width: 100%;
    background-color: #fff;
    border: solid 1px #888;
    box-sizing: border-box;
    max-width: 210px;
}

.b-nominant--expertGal {
    max-width: 200px;
    margin: 5px;
    padding-bottom: 4px;
    float: left;
}

.b-nominant--stream {
    display: inline-block;
    text-align: left;
    margin: 10px;
    float: left;
}

.b-nominant--txtcenter {
    text-align: center;
}

.b-nominant--stream:nth-child(3n) {
    margin-right: 0px;
}

.b-nominant__wrap-img {
    background-color: #e3e0db;
    position: relative;
    overflow: hidden;
}

.b-nominant__datas {
    background-color: #e3e0db;
    font-size: 14px;
    overflow: hidden;
    padding: 5px 0px;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
}

.b-nominant__wrap-img .b-nominant__datas {
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.25s;
    pointer-events: none;
}

.b-nominant__wrap-img:hover .b-nominant__datas {
    opacity: 0.8;
    transform: translateY(0);
    pointer-events: auto;
}

.b-nominant__all-comments {
    text-decoration: none;
    float: left;
    margin-left: 5px;
}

.b-nominant__all-comments__img {
    width: 16px;
    height: 15px;
    background: url("../img/comIcon.png");
    display: inline-block;
    position: relative;
    top: 3px;
}

.b-nominant__all-comments__count {
    color: #92918d;
}

.b-nominant__vote-btn {
    float: left;
    margin-left: 10px;
}

.b-nominant__info {
    height: 74px;
    overflow: hidden;
    position: relative;
}

.b-nominant__moloko {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 200px;
    height: 20px;
    background: url("../img/moloko.png");
}

.b-nominant__author {
    font-weight: bold;
    padding: 5px 4px 1px 4px;
    font-size: 15px;
}

.b-nominant__desc {
    font-style: italic;
    padding: 0px 3px 0px 2px;
}

.b-nominant__desc--big {
    font-size: 16px;
}

.b-nominant__datas--rel {
    position: relative;
    background-color: inherit;
    margin-top: 10px;
    display: block;
}

.b-one-comment {
    background-color: #fff;
    padding-bottom: 4px;
    position: relative;
    padding-top: 3px;
}

.b-one-comment:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.b-one-comment:before {
    content: '';
    position: absolute;
    left: 87px;
    top: -19px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.b-one-comment__img {
    float: left;
    margin: 0px 4px 4px 4px;
}

.b-one-comment__author {
    margin: 4px 5px 2px 0px;
    font-weight: bold;
}

.b-one-comment__text {
    font-style: italic;
    line-height: 17px;
}

.b-nominant__update-post {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../img/redImg.jpg) no-repeat scroll 0 0;
}

.b-nominant__delete-post {
    width: 16px;
    height: 16px;
    right: 26px;
    position: absolute;
    top: 5px;
    background: url(../img/delImg.jpg) no-repeat scroll 0 0;
}

.b-nominant__txt-ready {
    color: green;
    font-size: 12px;
    font-style: normal;
    margin-top: 10px;
}

.b-nominant__txt-redact {
    color: green;
    font-size: 12px;
    font-style: normal;
    margin-top: 10px;
}

.expInt {
    font-size: 25px;
    text-align: center;
    font-family: 'PT Serif', serif;
}

.b-popup {
    /*display:none;*/
    width: 700px;
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 20px;

}

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

.galleryView-popup {
    width: 700px;
    margin: 0 auto;
    display: none;
    background: #fff;
}

.fotoDescr--top {
    margin-top: 5px;
}

.gallery-popup {
    width: 698px;
}

.closeGal {
    width: 25px;
    height: 25px;
    background: url('../img/closeGal.jpg');
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

.editInt--left {
    text-align: left;
    font-weight: bold;
    margin-top: 5px;
    min-height: 15px;
}

.editInt--left p {
    margin: 0;
    color: red;
}

.editInt a.white {
    color: #fff;
}

.createInt, .createInt a {
    font-size: 24px;
    color: #d71920;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    text-decoration: underline;
}

.expertEmail {
    float: right;
}

.b-sort-nominant {
    background: #eee;
    margin-bottom: 10px;
    position: relative;
    padding: 5px 0px 8px 10px;
    border-left: solid 1px #eee;
}

.b-sort-nominant:before {
    content: "";
    border: 20px solid transparent;
    border-right: 20px solid #eee;
    position: absolute;
    left: -41px;
    top: 6px;
}

.smallTriangle:before {
    border: 13px solid transparent;
    border-right: 13px solid #eee;
    left: -27px;
    top: 3px;
}

.b-sort-nominant__item {
    border-bottom: dotted 1px #000;
    color: #000;
    display: inline-block;
    margin: 2px;
}

.b-photogallery {
    margin-bottom: 50px;
    font-size: 0px;
    position: relative;
}

.b-photogallery__hidden {
    max-width: 735px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    position: relative;
}

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

.b-photogallery__zoom {
    background: #000 url("../img/zoom.png") no-repeat center center;
    opacity: 0.4;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

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

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

    /* Safari 1.x */
    -khtml-opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.b-photogallery__zoom:after {
    position: absolute;
    width: 20px;
    height: 40px;
    top: 50%;
    left: 50%;
    content: "";
    opacity: 1;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

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

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

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

.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: 100px;
    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;
}

.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: 650px;
    display: inline-block;
    vertical-align: middle;
}

.b-photogallery-popup__next {
    background: transparent url("../img/arrR.png") no-repeat top center;
    right: 0px;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 59px;
    margin-top: -30px;
    opacity: 0.5;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

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

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

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

.b-photogallery-popup__next_mini {
    display: inline-block;
    width: 21px;
    height: 41px;
    background: transparent url("../img/arrSR.png") no-repeat top center;
    position: relative;
    top: -22px;
    right: -4px;
}


.b-photogallery-popup__prev {
    background: transparent url("../img/arrL.png") no-repeat top center;
    left: 0px;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 59px;
    margin-top: -30px;
    opacity: 0.5;
}

.b-photogallery-popup__prev_mini {
    background: transparent url("../img/arrSL.png") no-repeat top center;
    display: inline-block;
    width: 21px;
    height: 41px;
    position: relative;
    top: -23px;
    left: -4px;
}

.b-photogallery-popup__list-img {
    height: 50px;
    width: 900px;
    display: inline-block;
}

.b-photogallery__thumb-highlight {
    position: absolute;
    border: 1px solid #444;
    left: 0;
    top: 0;
    z-index: 50;
}

.b-photogallery-popup__close {
    background: url('../img/close.png') no-repeat center center;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0px;
    top: 0px;
}

.win {
    color: #ff4343;
    text-decoration: underline;
}

.nomList {
    list-style-type: circle;
    font-size: 15px;
    padding-left: 20px;
}

.navTop ul.mainNav li.active.disabledLi, .navTop ul.mainNav li.active.disabledLi:hover {
    border-bottom: none;
}

.navTop ul.mainNav li.active.disabledLi a, .navTop ul.mainNav li.active.disabledLi:hover a {
    opacity: 0.25;
}

.navTop ul.mainNav li a.disabled:hover {
    text-decoration: none;
    cursor: default;
}

/* Alert */
.alert {
    margin: 0 0 30px;
}

/* Button */
.button {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 18px 24px;
    height: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #111;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.button:hover {
    text-decoration: none;
}

.button:focus {
    outline: none;
}

.button:hover,
.button:focus {
    background: #333;
}

.button_type_primary {
    background: #ca0f09;
}

.button_type_primary:hover,
.button_type_primary:focus {
    background: #df0f09;
}

.button_width_large {
    width: 260px;
}

.button_width_full {
    width: 100%;
}

/* Input Label */
.input-label {
    display: block;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    font-family: 'PT Sans', sans-serif;
    color: #000;
}

/* Input Field */
.input-field {
    display: block;
    margin: 0;
    padding: 15px 24px;
    height: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'PT Sans', sans-serif;
    color: #000;
    background: none;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input-field_type_textarea {
    max-width: 100%;
    min-height: 150px;
    resize: both;
}

.input-field_width_full {
    width: 100%;
}

/* Input Checkbox */
.input-checkbox {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.input-checkbox__check {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    background: #ca0f09;
    opacity: 0;
}

.input-checkbox input[type="checkbox"]:checked ~ .input-checkbox__check {
    opacity: 1;
}

/* Input Error */
.input-error {
    color: red;
}

/* Input Group */
.input-group {
    margin: 0 0 20px;
}

.input-group > * {
    margin-bottom: 10px;
}

.input-group > *:last-child {
    margin-bottom: 0;
}

.input-group__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group__row:not(:empty) {
    margin-left: -10px;
}

.input-group__row > * {
    margin-left: 10px;
}

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

.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;
}

/* Banners */
.adrBr {
    position: relative;
    width: 1060px;
    max-height: 300px;
    margin: 0 auto;
}

body.branded .adrBr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 25px;
    left: 50%;
    width: 1060px;
    height: 300px;
    margin: 0 0 0 -530px;
}

#adriver_brand {
    margin: 0 auto;
}

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

/* 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 > *:last-child {
    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;
}