#contest-new h1,
#contest-new h2 {
    color: #790000;
}

#contest-new {
    float: left;
    width: 100%;
}

#contest-left {
    min-width: 1100px;
    width: 1240px;
    overflow: hidden;
    float: left;

}

#contest-new hr.mtb {
    color: #b2b2b2; /*для IE*/
    background-color: #b2b2b2; /*для Firefox, Opera, Safari*/
    border: 0px none;
    height: 1px; /*высота 1px IE, Firefox, Opera, Safari*/
    clear: left; /*для очистки, если тег идет после float елемента*/
    margin: 15px 0;
}

.tabs-list ul li .tabs-button {
    border-bottom: 1px dotted #790000;
    color: #790000;
    cursor: pointer;
}

.jury-cab-small-title a, .sort-link {
    border-bottom: 1px dotted #790000;
}

.contest-right-block h1.section-title {
    font-size: 24px;
}

.contest-right-block {
    color: #3E3E3E;
    font-size: 1.1em;
    line-height: 1.8em;
}

.contest-section-title a {
    color: #555555;
    text-shadow: 1px 0 0 rgba(95, 95, 95, 0.3), -1px 0 0 rgba(95, 95, 95, 0.3);
}

.contest-right-block .contest-section-title {
    font: 20px/38px 'PT Sans', sans-serif;
    color: #555555;
    margin-top: 10px;
    margin-bottom: 0px;
    text-shadow: 1px 0 0 rgba(95, 95, 95, 0.3), -1px 0 0 rgba(95, 95, 95, 0.3);
    width: auto;

}

.mark_405659 {
    color: #405659;
    font: 20px PFAgoraSlabPro-Black, Arial, sans-serif;
}

/* contest menu begin */
#contest-navigation {
    margin-top: 37px;
}

#contest-navigation li {
    list-style: none;
    font: 14px/40px Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 30px;
    position: relative;
}

.selected-text {
    position: absolute;
    top: -5px;
}

#contest-navigation .selected-text a {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
}

.selected-conteiner {
    bottom: 0;
    height: 30px;
    overflow: hidden;
    top: 5px;
    position: absolute;
    margin-left: -20px;
}

.selected-left {
    background: none repeat scroll 0 0 #790000;
    border: 1px solid #C59090;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    float: left;
    height: 100%;
    padding-left: 20px;
    width: 147px;
}

.selected-right {
    background: url("/images/design/contest_nav_arrow.png") no-repeat scroll right center transparent;
    float: left;
    height: 32px;
    width: 11px;
    margin-left: -1px;
    z-index: 100;
}

#contest-navigation .selected {
    padding-left: 0;
}

#contest-navigation .selected a {
    color: #fff;
    border: none;
}

.section-title-img, .section-title, .contest-section-title {
    background: url("/images/design/title_icon_book.png") no-repeat;
    font: 20px/27px 'PT Sans', sans-serif;
    color: #790000;
    text-shadow: 1px 0 0 rgba(111, 0, 0, 0.25), -1px 0 0 rgba(111, 0, 0, 0.25);
    padding-left: 42px;
    margin-left: -45px;
    margin-top: 15px;
    width: 678px;
}

.section-title-img.right-hand {
    padding-right: 45px;
    background-position: center right;
}

.stage-title {
    position: absolute;
    width: 90px;
    text-align: center;
    color: #790000;
    font: 24px/1em 'PT Sans', sans-serif;
    text-shadow: 1px 0 0 rgba(111, 0, 0, 0.25), -1px 0 0 rgba(111, 0, 0, 0.25);
}

.stage-text {
    color: #000000;
    position: absolute;
    width: 100px;
    font: 14px/16px 'PT Sans', sans-serif;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.25), -1px 0 0 rgba(0, 0, 0, 0.25);
    height: 80px;
    overflow: hidden;
}

.stage-book-brown {
    background: url('/images/design/close-stage-book-brown.png') left center no-repeat;
    float: left;
    position: relative;
    width: 172px;
    height: 235px;
}

.stage-book-brown .stage-title {
    top: 46px;
    left: 42px;
}

.stage-book-brown .stage-text {
    left: 35px;
    top: 105px;
}

.stage-book-red {
    background: url('/images/design/close-stage-book-red.png') left center no-repeat;
    float: left;
    position: relative;
    width: 187px;
    height: 235px;
}

.stage-book-red .stage-title {
    top: 42px;
    left: 36px;
}

.stage-book-red .stage-text {
    left: 35px;
    top: 105px;
    font-size: 12px;
    line-height: 14px;
    height: 86px;
}

.stage-book-open {
    background: url('/images/design/open-stage-book.png') left center no-repeat;
    float: left;
    position: relative;
    width: 306px;
    height: 235px;
}

.stage-book-open .stage-title {
    top: 46px;
    left: 36px;
}

.stage-book-open .stage-text {
    left: 168px;
    top: 45px;
    height: 130px;
}

.section-title, .contest-section-title {
    background: none;
}

.section-title-img a, .section-title a {
    color: #790000;
    text-decoration: none;

}

#contest-navigation a {
    color: #555555;
    text-decoration: none;
    border-bottom: 1px solid #A59070;
}

#contest-navigation .selected {
    position: relative;
    background: #a59070;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#contest-navigation .selected:after {
    left: 150px;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    background-image: url(/images/design/contest_nav_arrow.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#contest-navigation .selected:after {
    border-width: 30px;
    top: 50%;
    margin-top: -30px;
}

/* contest menu end */

/* левый блок конкурса begin */
.contest-left-block {
    width: 205px;
    float: left;
}

.contest-left-block h1 {
    font-size: 30px;
    color: #405659;
    margin: 15px 0;
    line-height: 1em;
}

.contest-left-block .contest-title {
    font: 28px/28px 'PT Sans', sans-serif;
    color: #790000;
    text-shadow: 1px 0 0 rgba(115, 0, 0, 0.25), -1px 0 0 rgba(115, 0, 0, 0.25);
    width: 120px;
    text-align: right;
    margin: 3px 0 3px 25px;
}

.contest-left-block .contest-title::first-letter {
    font-weight: bold;
}

.contest-title a {
    color: #790000;
}

.contest-left-block .contest-date {
    font: italic 16px/27px 'PT Sans', sans-serif;
    color: #828282;
    text-shadow: 1px 0 0 rgba(130, 130, 130, 0.25), -1px 0 0 rgba(130, 130, 130, 0.25);
}

.expert-slogan {
    text-align: center;
    margin-top: 10px;
}

/* правый блок конкурса end */

/* правый блок конкурса begin */
.contest-right-block {
    margin-left: 250px;
    width: 970px;
    position: relative;
}

.new-member-block .section-title-img,
.contest-right-block .section-title {
    margin: 5px 0;
}

.contest-right-block .section-title {
    margin-left: -45px;
}

/* правый блок конкурса end */

/* заголовки этапов begin */
.stage-block {
}

.stage-conteiner {
}

/* заголовки этапов end */

/* блок нового регистрации нового участника begin */
.new-member-block {
    position: absolute;
    width: 190px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #F0F0F0;
}

.new-member {
    margin: 15px auto;
    text-align: center;
    width: 190px;
}

.new-member a {
    color: #790000;
    font: 24px "PT Sans", sans-serif;
    text-shadow: 1px 0 0 rgba(121, 0, 0, 0.1), -1px 0 0 rgba(121, 0, 0, 0.1);
    text-decoration: none;
}

.new-member-link,
.new-member-isset-link {
    background: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    margin: auto;
    padding: 15px;
    width: 120px;
}

.new-member-isset-link {
    width: 160px;
    background: none;
    padding: 0;
}

.new-member-title {
    padding-top: 10px;
    padding-bottom: 5px;
    color: #fff;
    line-height: 1.1em;
    font: 21px Tellural_Bold, Arial, sans-serif;
}

#contest-rule-title a {
    color: #405659;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid #405659;
}

.contest-rule {
    background-color: #f0f0f0;
    border-radius: 5px 5px 5px 5px;
    margin-top: 15px;
    padding: 15px;
}

#contest-rule-text {
    color: #3A3A2C;
    line-height: 1.3em;
    margin-left: 2px;
    width: 160px;
}

#contest-rule-text a {
    color: #3A3A2C;
}

/* блок нового регистрации нового участника end */

/* дневник конкурса begin */
.contest-diary-content {
    margin-right: 217px;
    position: relative;
    min-height: 850px;
}

.contest-diary-caption a {
    color: #405659;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    border-bottom: 1px solid #405659;
}

.contest-diary-item {
    width: 31.5%;
    float: left;
    padding: 15px 5px 0;
}

.contest-diary-center {
    margin: 0 auto;
    text-align: left;
}

.contest-diary-item a {
    color: #797972;
    font-size: 14px;
}

.contest-diary-date {
    font-size: 12px;
    font-style: italic;
}

/* дневник конкурса end */

/* материалы участвующие в конкурсе begin */
.cab-materials-date {
    overflow: hidden;
    max-width: 630px;
}

.materials {
    color: #5e5e5e;
}

.essay {
    margin-top: 17px;
}

.essay-title, .essay-title a {
    color: #3a3a2c;
    font-size: 14px;
    font-weight: bold;
}

.essay-date {
    color: #5e5e5e;
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;
}

/* материалы участвующие в конкурсе end */

/* партнеры begin */
.contest-partner-block {
    margin: 15px auto 35px;
    text-align: left;
}

.contest-partner-block img {
    margin: 0 5px;
}

.contest-general-partner-block,
.contest-children-jury-block {
    margin: 20px auto 35px;
    text-align: left;
}

.contest-children-jury-block td {
    vertical-align: top;
}

.contest-children-jury-block .contest-jury-title {
    width: 175px;
}

.contest-partner {
    width: 24.5%;
    float: left;
}

.contest-partner-center {
    width: 160px;
    margin: 0 auto;
}

/* партнеры end */

/* жюри begin */
.contest-jury-block {
    margin: 35px 0;
    height: 250px;
    overflow: hidden;
}
.right-hand {
    text-align: right !important;
    direction: rtl !important;
    display: block !important;
}
.contest-jury {
    width: 32.5%;
    float: left;
}

.contest-jury-center {
    width: 176px;
    margin: 0 auto;
    text-align: left;
}

.contest-jury-image {
    text-align: center;
}

.contest-jury-title {
    width: 168px;
    color: #3a3a2c;
    font-size: 14px;
    margin-top: 5px;
}

.contest-jury-title a {
    color: #3a3a2c;
    font-weight: bold;
}
.contest-jury-title-e-name {
    line-height: 16px;
    display: inline-block;
}
.contest-jury-text {
    margin-top: 5px;
    line-height: 1.3em;
}

/* жюри end */

/*questionnaire/anketa/анкета begin*/
.show_questionnaire {
    display: none;
}

.questionnaire {
    width: 700px;
}

.questionnaire h1 {
    color: #405659;
    font-size: 30px;
    font-weight: bold;
    line-height: 0.5em;
}

.plash {
    width: 635px;
    height: 70px;
    background-color: #ff8f49;
    position: relative;
}

.contest-cup {
    width: 60px;
    height: 70px;
    background: url(/images/design/contest_cup.png) no-repeat 50% 50%;
    float: left;
}

.plash-text {
    height: 70px;
    padding-top: 17px;
    margin-left: 60px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
}

.plash-text a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.questionnaire-anons, .questionnaire-question {
    color: #3a3a2c;
    font-size: 14px;
    line-height: 1.5em;
}

.questionnaire input[type="text"], .questionnaire textarea {
    border: none;
    color: #296b85;
    font-size: 15px;
    font-style: italic;
    font-family: Georgia;
    line-height: 29px;
    background: url('/images/design/elements/anketa_border_bottom.png');

}

.questionnaire input[type="text"] {
    height: 29px;
}

.questionnaire textarea {
    width: 100%;
    overflow: hidden;
    resize: none;
}

.questionnaire input[type="text"].error {
    border-bottom: 1px dashed red;
}

.answer input {
    width: 100%;
}

.notation {
    color: #848484;
    font-size: 12px;
    font-style: italic;
}

.local_answer {
    color: #296b85;
    font-size: 15px;
    font-style: italic;
    font-family: Georgia;
    display: inline;
    background: url('/images/design/elements/anketa_border_bottom.png') no-repeat;
}

/*questionnaire/anketa/анкета end*/

.contest-section-content {
    float: left;
    width: 940px;
}

.carusel-eq-btn {
    background: url(/images/design/banner_circle_red.png) center center no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    margin-left: 5px;
    outline: medium none;
    padding: 0;
    text-decoration: none;
    width: 12px;
    z-index: 100;
    position: relative;
}

.carusel-eq-btn.eq-btn-active, .carusel-eq-btn:hover {
    background: url(/images/design/banner_circle_active_red.png) center center no-repeat;
}

.book-passport-outer {
    background: url("/images/design/contest_essay_passport_book.png") no-repeat;
    width: 554px;
    height: 307px;
    margin-top: 15px;
    position: relative;
}

.book-passport-data td {
    height: 16px;
}

.book-passport-data td.left-column {
    text-align: right;
    padding-right: 25px;
    vertical-align: bottom;
    width: 129px;
    white-space: nowrap;
}

.book-passport-data td.right-column {
    padding-left: 25px;
    vertical-align: bottom;
    padding-left: 25px;
    width: 350px;
    white-space: nowrap;
}

.book-passport-data .book-name {
    height: 25px;
    line-height: 25px;
}

.passport-title {
    font: italic 15px/24px 'PT Sans', sans-serif;
    color: #000;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.25), -1px 0 0 rgba(0, 0, 0, 0.25);
    letter-spacing: 1px;
}

.passport-data {
    color: #790000;
    font: 15px/21px 'PT Sans', sans-serif;
    text-shadow: 1px 0 0 rgba(121, 0, 0, 0.1), -1px 0 0 rgba(121, 0, 0, 0.1);
    letter-spacing: 1px;
    overflow: hidden;
    white-space: nowrap;
}

.cab-stage-materials .book-name .passport-data,
.book-name .passport-data {
    font-size: 25px;
    vertical-align: top;
}

.cab-stage-materials .passport-data {
    font-size: 20px;
    vertical-align: top;
    white-space: normal;
}

.essay-vote-list a {
    font: 13px/1em 'PT Sans', sans-serif;
    color: #790000;
    text-shadow: 1px 0 0 rgba(121, 0, 0, 0.1), -1px 0 0 rgba(121, 0, 0, 0.1);
    text-decoration: none;
}

.essay-vote-list {
    white-space: nowrap;
    padding-left: 50px;
    background: url("/images/design/contest_vote_hand.png") no-repeat 0 0;
    padding-bottom: 10px;
    position: relative;
}

.essay-vote-list li {
    list-style-type: none;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 20px;
    background: url('/images/design/contest_vote_circle_red.png') no-repeat 0 50%;
}

.essay-vote-list li.cancel-vote {
    background: url('/images/design/contest_vote_circle_white.png') no-repeat 0 50%;
}

.filters-bloc.contest {
    background: none;
    border: none;
    box-shadow: none;
}

.filters-bloc.contest a, .filters-bloc.contest span {
    padding: 2px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin-right: 0px;

    text-decoration: none;
    color: #636363;
    font-size: 17px;
    font-weight: normal;
    text-shadow: 1px 0 0 rgba(99, 99, 99, 0.3), -1px 0 0 rgba(99, 99, 99, 0.3);
}

.filters-bloc.contest .filters-bloc-paddings {
    padding: 0 10px 5px 0;
    margin-left: -5px;
    margin-right: -15px;
}

.filters-bloc.contest a.active {
    background: #ebebeb;
}

.cab-gray-n-row {
    background-color: #f0f0f0;
    width: 100%;
    height: 13px;
}

.member-picture {
    border: 5px solid #790000;
    border-radius: 10px;
    width: 162px;
}

.cab-stage {
    font-family: 'PT Sans', sans-serif;
}

.section-item-content-margin {
    margin-left: 185px;
    padding-left: 35px;
}

a.member-title {
    display: inline-block;
    font: bold 25px/1em 'PT Sans', sans-serif;
    color: #790000;
    text-decoration: none;
}

a.essay-cab-big-title {
    display: inline-block;
    font: 30px/1em 'PT Sans', sans-serif;
    color: #790000;
    text-decoration: none;
    text-shadow: 1px 0 0 rgba(121, 0, 0, 0.1), -1px 0 0 rgba(121, 0, 0, 0.1);
}

.member-cab-small-title {
    font: 14px/14px 'PT Sans', sans-serif;
    color: #acacac;
    text-shadow: 1px 0 0 rgba(172, 172, 172, 0.3), -1px 0 0 rgba(172, 172, 172, 0.3);
}

.essay-cab-small-title {
    font: 15px/18px 'PT Sans', sans-serif;
    color: #000000;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3), -1px 0 0 rgba(0, 0, 0, 0.3);
    margin-right: 10px;
}

.essay-cab-member {
    font: 20px/18px 'PT Sans', sans-serif;
    color: #000000;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.1), -1px 0 0 rgba(0, 0, 0, 0.1);
}

.member-list-material {
    font: 13px/14px 'PT Sans', sans-serif;
    color: #636363;
    text-shadow: 1px 0 0 rgba(99, 99, 99, 0.3), -1px 0 0 rgba(99, 99, 99, 0.3);
}

.member-list-material-item a {
    font-size: 20px;
    text-decoration: none;
    border: none;
    color: #000000;
}

.member-list-material-item {
    padding-left: 20px;
    margin-left: -20px;
    background: url('/images/design/circle_marker_red.png') left 10px no-repeat;
    color: #000000;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3), -1px 0 0 rgba(0, 0, 0, 0.3);
}

.cab-stage6, .cab-stage10 {
    margin-top: 26px;
}

.counters-essay {
    margin-top: 25px;
    text-align: center;
    color: #790000;
}

.counters-essay-span {
    display: block;
    margin: 0 10px;
}

.counters-essay-from-who {
    font: 15px/1em 'PT Sans', sans-serif;
}

.counters-essay-marks {
    font: 50px/1em 'PT Sans', sans-serif;
}

.counters-essay-comments {
    font: 18px/1em 'PT Sans', sans-serif;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.1), -1px 0 0 rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.counters-book {
    width: 114px;
    height: 59px;
    background: url('/images/design/contest_counters_book.png');
    float: right;
    margin-top: 30px;
    position: relative;
}

.counters-jury {
    width: 114px;
    height: 123px;
    background: url('/images/design/contest_counters_jury.png');
    float: right;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.essay-text {
    color: #3E3E3E;
    line-height: 1.8em;
    overflow: hidden;
    width: 720px;
}

.counters-essay-text,
.counters-book-text {
    left: 31px;
    position: absolute;
    text-align: center;
    width: 52px;
    font: bold 36px/36px Arial;
    color: #790000;
    text-shadow: 1px 0 0 rgba(121, 0, 0, 0.1), -1px 0 0 rgba(121, 0, 0, 0.1);
}

.counters-essay-text.first {
    top: 12px;
}

.counters-book-text.first {
    top: 9px;
}

.counters-essay-text.second {
    top: 69px;
}

.counters-essay-text.third {
    top: 126px;
}

.stage-link a {
    color: #5E5E5E;
    font-size: 14px;
}

.book-passport-img-cont {
    float: right;
    margin-top: 25px;
    margin-right: 10px;
}

.book-passport-img {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}

.book-passport-img.book-cap {
    position: relative;
    width: 115px;
    height: 139px;
    background: url('/images/design/contest_book_cap.png') no-repeat;
    overflow: hidden;
}

.book-passport-img.book-cap-big {
    position: relative;
    width: 200px;
    height: 250px;
    background: url('/images/design/contest_book_cap_big.png') no-repeat;
    overflow: hidden;
}

.book-cap-out {
    position: absolute;
    text-align: center;
    padding: 30px 10px;
    width: 95px;
    color: #790000;
    text-shadow: 1px 0 0 rgba(121, 0, 0, 0.1), -1px 0 0 rgba(121, 0, 0, 0.1);
}

.book-cap-big .book-cap-out {
    width: 180px;
}

.book-cap-author {
    height: 34px;
    overflow: hidden;
    font: 12px 'PT Sans', sans-serif;
}

.book-cap-big .book-cap-author {
    height: 70px;
    overflow: hidden;
    font: 14px 'PT Sans', sans-serif;
}

.book-cap-name {
    height: 130px;
    overflow: hidden;
    font: 15px 'PT Sans', sans-serif;
}

.book-cap-big .book-cap-name {
    height: 130px;
    overflow: hidden;
    font: 20px 'PT Sans', sans-serif;
}

a.book_item {
    text-decoration: none;
}

.essay-arrow {
    color: #790000;
}

.condition-title {
    margin-left: -8px;
    text-align: left;
}

.condition-title a {
    font-size: 20px;
    white-space: normal;
    color: #000;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.2), -1px 0 0 rgba(0, 0, 0, 0.2);

}

.condition-title:first-letter {
/ / margin-left : - 45 px;
    font-size: 24px;
    font-weight: bold;
}

.soc-like-title {
    font: 20px/22px 'PT Sans', sans-serif;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.2), -1px 0 0 rgba(0, 0, 0, 0.2);
    color: #000;
    margin-bottom: 10px;

}

.share-counter, .share-link {
    background-image: url("/images/design/social/social_like.png");
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    float: left;
}

.share-counter {
    background-position: 0 -147px;
    color: #666666;
    display: block;
    font: 12px/19px "PT Sans", sans-serif;
    height: 19px;
    text-align: center;
    width: 31px;
    float: right;
}

.share-vkontakte .share-link {
    background-position: 0 0;
    height: 19px;
    width: 19px;
}

.share-facebook .share-link {
    background-position: 0 -21px;
    height: 20px;
    width: 19px;
}

.share-twitter .share-link {
    background-position: 0 -42px;
    height: 20px;
    width: 19px;
}

.share-odnoklassniki .share-link {
    background-position: 0 -105px;
    height: 20px;
    width: 19px;
}

.share-livejournal .share-link {
    background-position: 0 -63px;
    height: 20px;
    width: 19px;
}

.share-mymail .share-link {
    background-position: 0 -126px;
    height: 20px;
    width: 19px;
}

.social-share {
    margin: 4px auto;
    width: 65px;
    overflow: hidden;
}

.contest-ask {
    display: inline-block;
    padding-left: 20px;
    padding-top: 30px;
}

.contest-ask-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font: 16px/1.3em 'PT Sans', sans-serif;
}

.contest-ask-text a {
    color: #830000;
    text-decoration: none;
    border-bottom: 1px solid #830000;
    text-shadow: 1px 0 0 rgba(131, 0, 0, 0.25), -1px 0 0 rgba(131, 0, 0, 0.25);
}

.contest-ask-or {
    font-style: italic;
    color: #555555;
    text-shadow: 1px 0 0 rgba(85, 85, 85, 0.1), -1px 0 0 rgba(85, 85, 85, 0.1);
}

.cta {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: 133px;
    overflow: hidden;
    text-align: center;
}

.lta {
    width: 18px;
    height: 135px;
    background: url('/images/design/contest_left_ask_border.png') no-repeat;
}

.rta {
    width: 18px;
    height: 135px;
    background: url('/images/design/contest_right_ask_border.png') no-repeat;
}

.member-about-title {
    font: 17px 'PT Sans', sans-serif;
    color: #790000;
    text-shadow: 1px 0 0 rgba(121, 0, 0, 0.25), -1px 0 0 rgba(121, 0, 0, 0.25);
}

.member-list-status {
    position: absolute;
    right: 215px;
    top: 60px;
}

/*big scores fix*/
.small-scores {
    font-size: 28px;
}

.small-scores.first {
    top: 14px;
}

.small-scores.second {
    top: 72px;
}

.small-scores.third {
    top: 129px;
}
.contest-translator-levels,
.contest-translator-level-item {
    line-height: 16px;
    display: block;
    margin-top: 7px;
}
.contest-translator-level-item {
    margin-left: 10px;
}
#contest-navigation li.li-custom-height {
    height: auto;
}
.contests-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.not-ended-contest {
    color: #ffffff;
    min-height: 300px;
    margin-top: 40px;
}
.not-ended-contest a {
    color: #ffffff;
    text-decoration: none;
}
.contest-row {
    float: left;
}
.contest-name {
    font-family: LetoTextSansDefect;
    font-size: 58px;
    line-height: 52px;
    margin-top: 25px;
}
.contest-text {
    opacity: 0.87;
    font-family: FontinSansCR-Regular;
    font-size: 21px;
    line-height: 28px;
    margin-top: 15px;
}
.contest-stage {
    font-family: LetoTextSansDefect;
    font-size: 15px;
    letter-spacing: 0.95px;
    background-color: #1A1A1A;
    border-radius: 5px;
    display: inline-block;
    width: 96%;
    padding: 5px 0px 5px 10px;
}
.contest-data-text {
    font-family: PTSerif-Regular;
    font-size: 19px;
    letter-spacing: 0;
    margin-top: 10px;
}
.contest-picture {
    width: 33%;
    padding-top: 32px;
}
.contest-data {
    width: 20%;
    margin-top: 25px;
    margin-left: 70px;
}
.contest-decription {
    width: 35%;
}
.contest-data-block {
    border-bottom: 1px solid #787878;
    padding-bottom: 15px;
}
.contest-data-block:last-of-type {
    border: none;
}
.ended-contest.b-article-card-outer {
    height: 550px;
}
.ended-contest .b-article-card-resources {
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}
@media screen and (max-width: 1000px) {
    .contests-container {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .contest-row { float: none; }
    .contest-picture, .contest-data, .contest-decription {
        width: auto;
    }
    .contest-name {
        font-size: 48px;
        line-height: 42px;
    }
    .contest-text {
        display: none;
    }
    .contest-data-block:first-of-type {
        border-top: 1px solid #787878;
        padding-top: 10px;
    }
    .contest-name {
        padding: 0 10px;
    }
    .contest-data {
        margin-left: 15px;
        margin-right: 15px;
    }
    .contest-stage {
        width: 50%;
    }
}