@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&display=swap&subset=cyrillic);
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
.ln_disabled {
    opacity: .5;
    cursor: not-allowed;
    box-shadow: none !important;
}
.modal-backdrop.in {
    background: #000;
}
.l-740 {
    width: 740px;
}
.l_m0 {
    margin: 0 !important;
}
.ln_actions-default {
    color: #333;
}
.ln_actions-default:hover,
.ln_actions-default:focus {
    color: #000;
}
.ln_actions-success {
    color: #47b347;
}
.ln_actions-success:hover,
.ln_actions-success:focus {
    color: #47b347;
}
.ln_actions-danger {
    color: #dc3545;
}
.ln_actions-danger:hover,
.ln_actions-danger:focus {
    color: #dc3545;
}

.l_z1 {
    position: relative;
    z-index: 1;
}
.l_fx {
    display: flex;
}
.l_fx-ac {
    align-items: center;
}
.l_fx-1 {
    flex: 1;
    min-width: 0;
}
.l_fx-50 {
    flex: none;
    width: 50%;
}
.l_fx-40 {
    flex: none;
    width: 40%;
}
.l_fx-30 {
    flex: none;
    width: 30%;
}

.l_nowrap {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contest_page {}

.page_header_title {}

.contest_page_header {
    position: relative;
    padding: 40px;
    margin: 0 0 20px 0;
    background: #f5f5f5;
    /*background-image: url(../img/guest_description_background.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contest_page_header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/brushed_alu.png) rgba(51,51,51,.6);
}
@media screen and (max-width: 960px) {
    .contest_page_header {
        padding: 40px;
        margin: 0 -10px 20px -10px;
    }
}

.contest_page_title {
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
}
.contest_page_desc {
    font-family:'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 24px 0;
    padding: 0;
    color: #fff;
}

.contest_page_header_btn .ln_btn:not(:first-child) {
    margin-left: 16px;
}
.contest_page_header_prize {
    padding: 28px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #FFFFFF;
}
.contest_page_header_prize a {
    text-decoration: none;
    color: #fff;
}
.contest_page_header_prize a:hover {
    text-decoration: underline;
    color: #fff;
}
.contest_page_header_prize > span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    padding: 0 0 0 32px;
    color: rgba(255, 255, 255, 0.4);
}
.contest_page_header_prize > span > i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
.contest_page_header_prize p {
    padding: 0 0 0 32px;
}

.contest_page_header .contest_status {
    color: #fff;
}
    /* ---------------- contest_status --- */
.contest_status {
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #333;
}

.contest_status:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 10px 0 0;
    /*background: #47B347;*/
}

.contest_status-active:before {
    background: #47B347;
    border: 2px solid #47B347;
}
.contest_status-prepare:before {
    border: 2px solid #47B347;
}
.contest_status-waiting:before {
    border: 2px solid #C8C8C8;
}
.contest_status-completed:before {
    background: #C8C8C8;
    border: 2px solid #C8C8C8;
}

/* ---------------- ln_breadcrumb --- */
.breadcrumb.ln_breadcrumb {
    font-family:'Roboto', Arial, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 1;
    background-color: transparent;
}
.breadcrumb.ln_breadcrumb,
.breadcrumb.ln_breadcrumb a {
    transition: all .2s ease;
    color: rgba(51, 51, 51, .5);
}
.breadcrumb.ln_breadcrumb a:hover {
    text-decoration: underline;
    color: rgba(51, 51, 51, .8);
}
.breadcrumb.ln_breadcrumb > li.active {
      color: #333;
}
.breadcrumb.ln_breadcrumb > li + li:before {
    padding: 0 2px 0 0;
    font-size: .8em;
    content: "\e916";
    font-family: 'litnet' !important;
}
/* --- breadcrumb-light --- */
.breadcrumb.ln_breadcrumb.ln_breadcrumb-light,
.breadcrumb.ln_breadcrumb.ln_breadcrumb-light a {
    color: rgba(255, 255, 255, .5);
}
.breadcrumb.ln_breadcrumb.ln_breadcrumb-light a:hover {
    color: rgba(255, 255, 255, .8);
}
.breadcrumb.ln_breadcrumb.ln_breadcrumb-light > li.active {
    color: #fff;
}


/* ---------------- contest works --- */
.contest_works {
    align-self: flex-end;
    display: flex;
    align-items: center;
    max-width: 250px;
    padding: 0 0 16px 0;
    margin: 0 24px 0 0;
    border-bottom: 3px solid #333;
}
.contest_works > p {
    font-family:'Roboto', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #333;
}
.contest_works > span {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    display: block;
    min-width: 36px;
    text-align: center;
    padding: 3px 6px;
    margin: 0 0 0 24px;
    border-radius: 5px;
    color: #fff;
    background: #333333;
}

/* ---------------- contest works filter --- */
.contest_works_filter {
    padding: 0 0 16px 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);;
}
.contest_works_filter > form {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.contest_works_filter .help-block {
    position: absolute;
}
.contest_works_filter .ln_checkbox label {
    margin: 4px 8px 4px 0 !important;
}
.contest_works_filter .ln_select_width {
    align-self: flex-end;
}
    /* ---------------- contest filter --- */
.contest_filter {
    align-items: flex-end;
    justify-content: space-between;
    padding: 16px 0 16px 0;;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

/* ---------------- contest_book_card --- */
.contest_book_card_box {
    margin: 8px -16px;
    display: flex;
    flex-wrap: wrap;
}
.contest_book_card {
    font-family:'Roboto', Arial, sans-serif;
    padding: 16px;
    /*==============================*/
    flex: none;
    width: 50%;
}

@media screen and (min-width: 1080px) {
    .contest_book_card {
        flex: none;
        width: 33.33%;
    }
}
/*.wide .contest_book_card {*/
    /*flex: none;*/
    /*width: 33.33%;*/
/*}*/

.contest_book_card_cover {
    position: relative;
    flex: 0 0 100px;
}
.contest_book_card_cover a {
    display: block;
}
.contest_book_card_cover img {
    display: block;
    width: 100px;
    height: 145px;
    border-radius: 3px;
}
.contest_streamline_work {}

.contest_streamline_work_btn {
    font-size: 16px;
    line-height: 23px;
    padding: 0;
    margin: 4px 2px 0 2px;
    height: 24px;
    outline: none;
    background: #fff;
    user-select: none;
    border: 1px solid rgba(51, 51, 51, 0.2);
    transition: all .25s ease;
}
.contest_streamline_work_btn:hover {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
}
.contest_book_card_content {
    position: relative;
    padding: 0 0 0 16px;
    min-width: 0;
}
.contest_book_card_title {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.contest_book_card_title a {
    text-decoration: none;
    color: inherit;
}

.contest_book_card_title a:hover,
.contest_book_card_title a:focus {
    text-decoration: none;
    /*color: #333;*/
}
.contest_book_card_author  {
    margin: 0 0 12px 0;
    color: rgba(51, 51, 51, 0.6);
}
.contest_book_card_author span,
.contest_book_card_author a {
    font-size: 12px;
    color: rgba(51, 51, 51, 0.6);
}
.contest_book_card_tag {
    line-height: 13px;
    margin: 0 0 12px 0;
    min-height: 26px;
}
.contest_book_card_tag__title {
    font-weight: bold;
}
.contest_book_card_tag span,
.contest_book_card_tag a {
    font-size: 12px;
    color: rgba(51, 51, 51, 0.6);
}
.contest_book_card_info {
    display: flex;
    align-items: center;
}
.contest_book_card_status {
    position: relative;
    line-height: 1;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 0 30px 0 0;
}
.contest_book_card_status > i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contest_book_card_status-winner {
    font-size: 10px;
    font-weight: 500;
    padding: 6px 8px;
    margin-bottom: 4px;
    border-radius: 4px;
    letter-spacing: 0.07px;
    color: #b3477d;
    border: 1px solid #b3477d;
    /*color: #FBFBFB;*/
    /*background: #83325A;*/
    /*text-shadow: 0 0 1px rgba(0,0,0,.4);*/
}
.contest_book_card_status-waiting {
    font-size: 10px;
    font-weight: 500;
    padding: 6px 8px;
    margin-bottom: 4px;
    border-radius: 4px;
    letter-spacing: 0.07px;
    color: #333;
    background: #FFCF5C;

/*    color: #FBFBFB;
    background: #FFCF5C;*/

    /*text-shadow: 0 0 1px rgba(0,0,0,.4);*/
}
.contest_book_card_status-rejected {
    color: #FF647C;
    padding-left: 18px;
}
.contest_book_card_status-accepted {
    color: #47B347;
    padding-left: 18px;
}

.contest_book_card .book_audio_lbl {
    position: absolute;
    top: 115px;
    left: 10px;
}
/*========================================*/
.book_audio_lbl {
    width: 22px;
    height: 22px;
    line-height: 21px;
    text-align: center;
    border-radius: 5px;
    color: #B3477D;
    background: rgba(255,255,255,1);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
}
/*========================================*/
.info_icon {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1;
    margin: 0 20px 12px 0;
    color: rgba(51, 51, 51, 0.6);
}
.info_icon i {
    font-size: 16px;
    margin: -3px 4px 0 0;
    color: #000;
}

/*========================================*/
.ln_actions {
    cursor: pointer;
    text-align: right;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 4px;
}
.ln_actions:hover .ln_actions__list {
    display: block;
}
.ln_actions__btn {
    font-size: 16px;
    color: #1A051D;
}
.ln_actions__list {
    list-style: none;
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 20px;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    z-index: 1;
}
.ln_actions__list a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 8px 20px 8px 12px;
    transition: all 0.2s ease-in;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.ln_actions__list a:hover,
.ln_actions__list a:focus {
    text-decoration: none;
    background: #fff6fb;
}
.ln_actions__list a > i {
    margin: 0 12px 0 0;
}

.material-icons.ico18 {
    font-size: 18px;
    padding: 3px;
}
/*======================== select ================*/
.ln_checkbox input[type=checkbox]:checked+label:before {
    transform: rotate(0);
}

.ln_checkbox input[type=checkbox]+label:after,
.ln_checkbox input[type=checkbox]+label:before {
    margin:0;
}
.select-hidden {
    /*display: none;*/
    visibility: hidden;
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.ln_select {
    cursor: pointer;
    display: block;
    position: relative;
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 48px;
}
.ln_select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 48px;
    line-height: 47px;
    padding: 0 24px 0 16px;
    transition: all 0.2s ease-in;
    color: #333;
    background: #FFFFFF;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 6px;

    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ln_select-styled:after {
     content:"";
     width: 0;
     height: 0;
     border: 6px solid transparent;
     border-color: #333 transparent transparent transparent;
     position: absolute;
     top: 20px;
     right: 10px;
 }
.ln_select-styled.active:after {
     top: 13px;
     border-color: transparent transparent #333 transparent;
}

.ln_select-sm .ln_select {
    height: 36px;
}
.ln_select-sm .ln_select-styled {
    height: 36px;
    line-height: 35px;
    border-radius: 4px;
}
.ln_select-sm  .ln_select-styled:after {
    top: 16px;
}
.ln_select-sm  .ln_select-styled.active:after {
    top: 9px;
}
.ln_select-sm .ln_select-options {
    top: calc(100% + 4px);
}


.ln_select-options {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #ECEBED;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.08);
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: auto;
}
.ln_select-options li {
    display: block;
    margin: 0;
    line-height: 1.2;
    padding: 12px 16px;
    color: #757575;
    transition: all 0.2s ease-in;
}
.ln_select-options li:hover {
    color: #333;
     background: #fff6fb;
}
.ln_select-options li[rel="hide"] {
     display: none;
}

.ln_select-options li[rel="separator"] {
    padding: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.13);
}
.ln_select-options li[rel="separator"]:hover {
    background: rgba(0, 0, 0, 0.13);
}



.ln_sorting_box {
    margin: 0;
}

.ln_sorting_box .ln_sorting {
    display: flex;
    overflow-x: auto;
}
.ln_sorting_box .ln_sorting__link {
    font-family:'Roboto', Arial, sans-serif;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    margin: 0 8px 0 0;
    padding: 0 20px;
    height: 32px;
    line-height: 31px;
    border-radius: 16px;
    color: #333;
    background: #fff;
    border: 1px solid rgba(51, 51, 51, 0.1);
    transition: all .3s ease;
}
.ln_sorting_box .ln_sorting__link:hover {
    text-decoration: none;
    color: #83325A;
}
.ln_sorting_box  .ln_sorting__link.active {
    color: #fff;
    background: #83325A;
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++*/
.contest_card_box {
    margin: 24px 0;
}

.contest_card {
    font-family:'Roboto', Arial, sans-serif;
    display: flex;
    padding: 0 0 24px 0;
    margin: 0 0 24px 0;
    border-bottom: 1px solid #D6D6D6;
    overflow: hidden;
}
.contest_card_content {
    flex: 1;
    padding: 0 0 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contest_card_cover {
    flex: none;
    width: 174px;
}
.contest_card_cover a {
    display: block;
    width: 174px;
    height: 261px;
}
.contest_card_cover img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.contest_book_del {
    display: flex;
    width: 20px;
    height: 20px;
    padding: 1px;
    position: absolute;
    right: 0px;
    top: 8px;
    border-radius: 2px;
    color: #fff;
    background: #dc3545;
    transition: all .25s ease;
}
.contest_book_del i {
      font-size: 18px;
}

.contest_book_del:hover,
.contest_book_del:focus {
    color: #fff;
}

.contest_card_info {
    display: flex;
    justify-content: space-between;
    padding: 24px;
    border-radius: 5px;
    border: 1px solid #D6D6D6;
    overflow: hidden;
}

.contest_card_info_item {
    flex: 1;
    margin: 0 48px 0 0;
}
.contest_card_info_item:first-of-type {
    flex: 0 0 40%;
    padding-right: 24px;
    border-right: 1px solid #D6D6D6;
}


.contest_card_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contest_card_head_info {
    display: flex;
    align-items: center;
}

.contest_card_book_quantity {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0 0 0 24px;
}
.contest_card_title {
    flex: 1;
    font-size: 22px;
    font-weight: bold;
    padding: 0;
    margin: 0 16px 24px 0;
    color: #333333;
}
.contest_card_title > a {
    color: inherit;
}
.contest_card_title > a:hover,
.contest_card_title > a:focus {
    text-decoration: none;
}
.contest_card_btn .ln_btn {
    margin: 0 24px 0 0;
}
.contest_card_btn .ln_btn.ln_btn-link {
    margin: 0;
    padding: 0;
}
/* БЛОК С ИКОНКОЙ  ----------------------------------------------------------------- */
.g_block_icon {
    font-family:'Roboto', Arial, sans-serif;
    flex: 1;
    display: flex;
    margin: 0;
}

.g_block_icon > i {
    font-size: 20px;
    line-height: 1;
    flex: 0 0 32px;
    color: #333;
}
.g_block_icon > i .svg-icon {
    font-size: 24px;
}

.g_block_icon__icon-big {
    font-size: 36px;
    flex: 0 0 48px;
}

.g_block_icon__name {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0 0 8px 0;
    color: #C0C0C0;
}

.g_block_icon_content {
    flex: 1;
}

.g_block_icon__text {
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    margin: 0 !important;
    padding: 0;
}


/*==========================================================*/
.section_rules {
    margin: 0 0 48px 0;
}

.ln_section_title,
.ln_block_title {
    font-family:'Roboto', Arial, sans-serif;
    font-weight: 700;
    padding: 0;
    color: #333;
}
.ln_section_title {
    font-size: 22px;
    margin: 0 0 16px 0;

}
.ln_block_title {
    font-size: 16px;
    margin: 0 0 16px 0;
}


.contest_rules_info {
    padding: 0 0 24px 0;
    margin: 0 0 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.ln_section_title.contest_rules_info_title {
    margin: 0 0 24px 0;
}

.contest_rules_content p {
    margin: 0 0 20px 0;
}


/* --- attention ---------------------------------- */
.contest_rules_attention {
    display: flex;
    padding: 36px;
    margin: 36px 0;
    border-radius: 5px;
    background: #fff;

}

.contest_rules_attention_content {
    flex: 1;
    padding: 0 0 0 36px;
}

.contest_rules_attention_title {
    font-weight: bold;
    margin: 0 0 8px 0;
    /*padding: 0;*/
    /*font-size: 20px;*/
    /*font-weight: bold;*/
    /*color: #333;*/
}

.contest_rules_attention_icon {
    display: block;
    width: 36px;
    height: auto;
}

.contest_rules_attention_text {
    font-size: 15px;
    color: #333;
}

.mobile-rules-container .contest_rules_attention {
    margin-left: -16px;
    margin-right: -16px;
}

.mobile-rules-container .contest_rules_attention_content {
    padding: 0;
}


.contest_rules_requir {
    margin: 0 0 36px -64px;
}

.contest_rules_requir_item {
    margin: 0 0 0 64px;
}
.contest_rules_requir_img {
    margin: 0 0 12px 0;
}

.ln_list_mark {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ln_list_mark li {
    font-family:'Roboto', Arial, sans-serif;
    position: relative;
    padding: 0 0 0 24px;
    margin: 0 0 12px 0;
}

.ln_list_mark li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;

    position: absolute;
    top: 6px;
    left: 0;
    opacity:.5;
    background: #757575
}

.ln_list_mark.ln_list_mark-success li:before {
    background: #47b347;
}

.ln_list_mark.ln_list_mark-danger li:before {
    background: #dc3545;
}
.ln_list_mark.ln_list_mark-gray li:before {
    background: rgba(51, 51, 51, 0.3);
}
.ln_text_mark {
    padding: 20px 20px 20px 24px;
    margin: 0 0 20px 0;
    border-left: 3px solid #C8C8C8;
}
.ln_text_mark p {
    font-size: 15px !important;
    line-height: 20px;
}
.ln_text_mark p:last-of-type {
    margin: 0;
}

.ln_text_mark.ln_text_mark-brand {
    border-color: #B3477D;
    background: #e9e1e5;
}
.ln_text_mark.ln_text_mark-gray {
    background: rgba(200, 200, 200, 0.2);
}
.ln_text_mark-brand_bg {
    background: rgba(255, 100, 124, 0.1);
}


.ln_text_mark.ln_text_mark-danger {
    border-color: #FF647C;
    background: #F5E6E8;
}

.ln_selected_block {
    padding: 32px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.13);

}

.contest_rules_step {
    margin: 0 0 0 -48px;
}
.contest_rules_step .ln_text_mark {
    margin: 0 0 0 48px;
}

.contest_rules_step_name {
    font-size: 13px;
    display: block;
    margin: 0 0 6px 0;
    color: #a6a6a6;
}

.contest_rules_step_name strong {
    font-size: 18px;
    margin: 0 8px 0 0;
}

.contest_rules_page_btn {
    margin: 24px 0 24px 0;
    padding: 24px 0 48px 0;;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.contest_rules_page strong > a {
    color: #333;
}

ol.ln_list_namber {
    list-style: none;
    counter-reset: myCounter;
    margin: 0;
    padding: 0;
}
ol.ln_list_namber li {
    position: relative;
    padding: 0 0 0 24px;
    margin: 0 0 12px 0;
}

ol.ln_list_namber li:before {
    counter-increment: myCounter;
    content:counter(myCounter)".";
    font-size: 14px;
    color: #333;

    line-height: 1;
    position: absolute;
    top: 2px;
    left: 0;
}

.ln_list_namber.ln_list_namber-bold li:before {
    font-weight: bold;
}

.ln_list_namber.ln_list_namber-light li:before {
    color: rgba(51, 51, 51, 0.3);
}

.pc .contest_rules_moderation {
    display: flex;
    align-items: center;
}

.pc .contest_rules_moderation .l_fx-40 {
    padding: 0 20px 0 0;
}


.section_rules_moderation .ln_selected_block {
    display: inline-block;
    margin: 0 0 24px 0;
}

.ln_info_name {
    font-family:'Roboto', Arial, sans-serif;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px 0;
    color: rgba(51, 51, 51, 0.3);
}

.ln_selected_block .ln_info_name {
    font-size: 12px;
}

.ln_info_text {
    font-family:'Roboto', Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

.contest_choice_modal.ln_modal .modal-dialog{
    padding: 40px;
}
.contest_choice_modal_cover {}
.contest_choice_modal_cover img {
    display: block;
    width: 61px;
    height: 91px;
    border-radius: 3px;
}
.contest_choice_modal_title {
    font-family:'Roboto', Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 0 24px;
    margin: 0;
}

.contest_choice_modal_content {
    padding: 0 0 24px 0;
    margin: 0 0 24px 0;
    border-bottom: 1px solid #e0e0e0;
}

.contest_choice_modal_size {
    border-left: 1px solid #e0e0e0;
    padding: 0 0 0 24px;
}

.pc .contest_rules_reward_block {
    display: flex;
}
/*.pc .contest_rules_reward_block_item {*/
    /*flex: none;*/
    /*width: 50%;*/
/*}*/
.pc .contest_rules_reward_block_item:nth-of-type(1) {
    flex: none;
    width: 40%;
    padding: 24px 0 0 0;
}
.pc .contest_rules_reward_block_item:nth-of-type(2) {
    flex: 1;
    padding: 0 0 0 24px;
}

.contest_rules_reward {
    display: flex;
}
.contest_rules_reward_img {
    flex: none;
    width: 52px;
    padding: 2px 0 0 0;
}
.contest_rules_reward_content {
    flex: 1;
}
.contest_rules_reward_content .ln_block_title {
    margin: 0 0 10px 0;
}

.contest_rules_reward-note-box {
    position: relative;
    padding: 0 0 0 15px;
}
.contest_rules_reward-note-box:before {
    content: '*';
    font-size: 15px;
    line-height: 1;
    position: absolute;
    top: 1px;
    left: 0;
}
.contest_rules_reward-note-box .contest_rules_reward-note {
    margin: 0;
}
.contest_rules_reward-note {
    font-size: 12px;
    line-height: 16px;
    color: #838383;
}

.pc .contest_rules_period-w {
    display: flex;
    border-top: 1px solid #83325A;
}
.contest_rules_period {
    position: relative;
    /*max-width: 180px;*/
    padding: 30px 15px 0 15px;
    border-left: 1px solid #83325A;
}
.contest_rules_period:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #83325A;

    position: absolute;
    top: -5px;
    left: -5px;
}

.contest_rules_period.contest_rules_period-current:before {
    content: '\e838';
    font-family: 'Material Icons';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #83325A;

    position: absolute;
    top: -12px;
    left: -12px;
    text-align: center;
    line-height: 24px;
    color: #fff;
}


.contest_rules_period_title {
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 6px 0;
    color: #83325A;
}
.contest_rules_period_title > span {
    font-size: 15px;
    font-weight: 400;
}
.contest_rules_period_text {
    font-size: 13px;
    line-height: 20px;
    margin: 0 !important;
    color: #333;
}