* {box-sizing: border-box;}
html, body {
    margin: 0;
    padding: 0;
}
body { font-family: Tahoma, Arial, serif; }
p {margin: 0;}
.nav-list {padding: 0;}
button {border: 0;}
img {max-width: 100%;}
.nav-list {list-style: none; }
.nav-list a { text-align: center; }
.breadcrumbs { font-size: 15px; }
.breadcrumbs a {
    text-decoration: underline;
    color: #000;
}
.breadcrumbs a {
    padding: 7px 0;
}
.separator {
    width: 10px;
    height: 15px;
    margin: 0 10px;
}
.separator {
    display: inline-block;
}
.separator {
    background-image: url('/images/contests/i/breadcrumbs-arrow.png');
}
.competition-event-date-h {
    font-size: 16px;
    font-weight: bold;
}
.section-title {
    color: #f48533;
    font-weight: normal;
}
.num {
    font-size: 30px;
}
.q-list-rule .num {
    border-bottom: 3px solid #c8c8c8;
}

.item-rule_h {
    font-size: 15px;
}
.item-rule_h {
    font-weight: bold;
}
.item-rule_h {
    color: #c8c8c8;
}
.prize-fund-content {
    /*background-image: url('/images/contests/i/certificate-background.png');*/
    background-repeat: no-repeat;
    background-position: center center;
}

.warn-text,
.cometition-status,
.result-text {
    font-weight: bold;
}
.warn-text,
.cometition-status,
.result-text {
    font-size: 20px;
}
.name-cometition-panel span,
.warn-text,
.item-rule_h,
.cometition-status,
.result-text {
    text-transform: uppercase;
}
.name-cometition-panel h1,
.cometition-status,
.warn-text,
.competition-event-date-h,
.result-text {
    color: #c62829;
}
.name-cometition-panel {
    background-color: #fffcd3;
}
.name-cometition-panel {
    padding: 20px;
}
.name-cometition-panel h1 span {
    display: block;
}
.name-cometition-panel,
.name-cometition-panel button,
.name-cometition-panel a {
    text-align: center;
}
.name-cometition-panel h1 {
    margin: 0 0 15px 0;
}
.name-cometition-panel button,
.name-cometition-panel a {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, rgb(137, 46, 28) 0%, rgb(190, 61, 35) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(137, 46, 28) 0%, rgb(190, 61, 35) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(137, 46, 28) 0%, rgb(190, 61, 35) 100%);
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 35px;
}
.name-cometition-panel a {display: inline-block; text-decoration: none !important; line-height: 35px;;}
.name-cometition-panel p,
.cometition-status {
    margin-bottom: 17px;
}
.name-cometition-panel {
    -webkit-box-shadow: 0px 4px 9.6px 0.4px rgba(100, 79, 48, 0.25);
    box-shadow: 0px 4px 9.6px 0.4px rgba(100, 79, 48, 0.25);
}
header {background-color: #fff; z-index: 1000 !important;}
header {width: 100% !important;}
.toggle-open-instr {cursor: pointer;}
.instruction-cont-outer {display: none;}
.work-descrn {
    height: 85px;
    overflow: hidden;
    position: relative;
}
.work-descrn::after {
    content: '';
    display: block;
    /*-webkit-box-shadow: inset 0px -8px 5px -4px rgba(237,237,237,1);
    -moz-box-shadow: inset 0px -8px 5px -4px rgba(237,237,237,1);
    box-shadow: inset 0px -8px 5px -4px rgba(237,237,237,1); */
    position: absolute;
    bottom: 0;
    height: 26px;
    width: 100%;
    z-index: 50;
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);

}

@media (max-width: 992px) {
    .login-panel, .login-panel-inner span {display: none;}
    .form-auth {
        width: 222px;
        height: 200px;
        position: absolute;
        border: 1px solid #c8c8c8;
        border-top: 2px solid #8a2e1c;
        background-color: #fffbe8;
        top: -75%;
        left: 50%;
        display: none;
        z-index: 100;
        margin-top: -100px;
        margin-left: -111px;
    }
    .login-panel-inner a {font-size: 16px; color: #c62829 !important;}
    .nav-list {
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 20;
        width: 100%;
        background-color: #f5f5f5;
    }
    .header-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header-inner {
        background-image: -moz-linear-gradient( 90deg, rgb(228, 115, 48) 0%, rgb(248, 139, 49) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(228, 115, 48) 0%, rgb(248, 139, 49) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(228, 115, 48) 0%, rgb(248, 139, 49) 100%);
        height: 50px;
    }
    .header-inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-inner {
        padding: 0 10px;
    }
    .navbar-toggler {
        border: 0;
        display: inline-block;
        background-image: url('/images/contests/i/burger_menu_icon.svg');
        width: 35px;
        height: 31px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        outline: 0;
    }
    nav.nav-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .breadcrumbs {margin: 10px 0;}
    .breadcrumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .container {
        padding: 0 10px;
    }
    .competition-event-info {
        font-size: 15px;
    }
    .competition-event-date-h {
        display: block;
    }
    .competition-event-date-h {
        margin: 7px 0;
    }
    .competition-date {
        font-weight: bold;
    }
    .competition-date {
        font-size: 15px;
    }
    .name-cometition-panel h1 span:nth-of-type(1),
    .section-title {
        font-size: 30px;
    }
    .name-cometition-panel h1 span:nth-of-type(2) {
        font-size: 20px;
    }
    .nav-list {
        display: none;
    }
    .nav-list.initdd {
        display: block !important;
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 20;
        width: 100%;
    }
    .nav-list {margin: 0;}
    .nav-list.initdd {background-color: #f5f5f5;}
    .nav-list a {display: block;}
    .nav-list a {padding: 10px 0;}
    .nav-list a {border-bottom: 1px solid #c8c8c8}
    .section-subtitle {font-size: 14px;}
    main {padding: 0 0 30px 0;}
    .not-accept-h {margin: 20px 0;}
    .topic-content .col-lg-7 {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2}
    .topic-content .col-lg-5 {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1}
    .instruction-item-rule {margin-bottom: 20px;}
    .instruction {padding: 15px 0;}
    .instruction p {margin: 10px 0;}
    .count-works {display: inline-block; margin-bottom: 15px;}
    .deadlines, .works-cont, .results {margin-top: 40px;}
    .work .container-img {height: 215px;}
    .work .container-img img {max-height: 215px;}
    .work .container-img a {display: block;}
    .work .container-img {text-align: center;}
	.container.doc .bt-link > span {
	    font-size: 18px;
	    line-height: 18px;
	}
}
.header-inner {position: relative;}
.nav-list a {margin: 0;}
.nav-list a {text-decoration: none;}
.nav-list a {color: #000;}
.nav-list a {font-weight: bold;}
a.toggle-open-instr {color: #e47330;}
a.toggle-open-instr {text-decoration: underline;}
.num {display: inline-block;}
.line {
    border-bottom: 3px solid #f2f2f2;
    margin: 20px 0 0 0;
}
.instruction {width: 100%;}
.instruction-item-rule a {
    text-decoration: underline;
    color: #f48533;
}
.instruction-item-rule {font-size: 15px;}
.instruction .num {border-bottom: 3px solid #f48533;}
.results p {margin: 10px 0 15px 0;}
.competition-event-info .text > p {
    margin-bottom: 10px;
}
@media (max-width: 480px) {
    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .container-img,
    .item-rule_h,
    .q-list-rule .num,
    .deadlines_block,
    .work {
        margin-bottom: 20px;
    }
    .prize-fund-content {
        /*padding-top: 40px;*/
    }
    .nav-footer a {
        display: block;
        text-align: center;
    }
    .nav-footer a {
        padding: 15px 0;
        border-bottom: 1px solid #c8c8c8
    }
    footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    footer .logo>a {
        display: block;
        max-width: 280px;
        margin: 0 auto;
    }
    .logo {
        text-align: center;
        margin: 20px 0;
    }
    .copyright {
        padding: 15px 10px;
    }
    .name-cometition-panel {
        position: relative;
        top: -20px;
        z-index: 10;
        margin-bottom: -20px;
    }
    .section-title {
        margin-top: 0;
    }
    .section-title,
    #section_1 p {
        margin-bottom: 20px;
    }
    .section-subtitle {
        margin-top: 5px;
    }
    .section {
        padding-top: 20px;
    }
    .cup-image {
        margin-top: -50px;
    }
    .deadlines_block {
        padding: 20px 0;
    }
    .deadlines_block {
        margin-top: 30px;
    }
    #section_1 .container-img {
        text-align: center;
    }
}

@media (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #section_4 .col-sm-6 {
        padding: 0 10px;
    }
    .nav-footer a {
        display: block;
        text-align: center;
    }
    .nav-footer a {
        padding: 15px 0;
        border-bottom: 1px solid #c8c8c8
    }
    footer {
        display: flex;
        flex-direction: column;
    }
    footer .logo>a {
        display: block;
        max-width: 280px;
        margin: 0 auto;
    }
    .logo {
        text-align: center;
        margin: 20px 0;
    }
    .copyright {
        padding: 15px 10px;
    }
    .section-title {
        margin-top: 0;
    }
    .section-title,
    #section_1 p {
        margin-bottom: 20px;
    }
    .section {
        padding-top: 20px;
    }
    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #section_4 .col-sm-6 {
        padding: 0 10px;
    }
    .item-rule_h,
    .q-list-rule .num {
        margin-bottom: 20px;
    }
    .content-center {
        text-align: center;
    }
    #section_1 .container-img {
        text-align: center;
        margin-bottom: 20px;
    }
    .name-cometition-panel {
        position: relative;
        top: -20px;
        z-index: 10;
    }
    .nav-footer a {
        display: block;
        text-align: center;
    }
    .nav-footer a {
        padding: 15px 0;
        border-bottom: 1px solid #c8c8c8
    }
    footer {
        display: flex;
        flex-direction: column;
    }
    footer .logo>a {
        display: block;
        max-width: 280px;
        margin: 0 auto;
    }
    .logo {
        text-align: center;
        margin: 20px 0;
    }
    .copyright {
        padding: 15px 10px;
    }
    .section-title {
        margin-top: 0;
    }
    .section-title,
    #section_1 p {
        margin-bottom: 20px;
    }
    .section {
        padding-top: 20px;
    }
    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .deadlines_block {
    	padding: 20px 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #section_1 .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #section_4 .col-sm-6 {
        padding: 0 10px;
    }
    #section_1 .container-img {
        text-align: center;
    }
    #section_1 .container-img {
        text-align: center;
        margin-bottom: 20px;
    }
    .content-center {
        text-align: center;
    }
    .q-list-rule .num,
    .item-rule_h {
        margin-bottom: 20px;
    }
    .name-cometition-panel {
        position: relative;
        top: -20px;
        z-index: 10;
    }
    .nav-footer a {
        display: block;
        text-align: center;
    }
    .nav-footer a {
        padding: 15px 0;
        border-bottom: 1px solid #c8c8c8
    }
    .work, .result-text   {margin-bottom: 20px;}
    footer {
        display: flex;
        flex-direction: column;
    }
    footer .logo>a {
        display: block;
        max-width: 280px;
        margin: 0 auto;
    }
    .logo {
        text-align: center;
        margin: 20px 0;
    }
    .copyright {
        padding: 15px 10px;
    }
    .section-title {
        margin-top: 0;
    }
    .section-title,
    #section_1 p {
        margin-bottom: 20px;
    }
    .section {
        padding-top: 20px;
    }
    .col-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .deadlines_block {
    	padding: 20px 0;
    }
    .deadlines_date {padding-left: 20px;}
}
.instruction .col-lg-9 p {margin: 20px 0;}
@media (min-width: 992px) {
    .form-auth {
        width: 222px;
        height: 200px;
        position: absolute;
        border: 1px solid #c8c8c8;
        border-top: 2px solid #8a2e1c;
        background-color: #fffbe8;
        top: 27px;
        right: 0px;
        display: none;
        z-index: 100;
    }
    .login-panel .login::after,
    .login-panel .open-lk::after {
        content: '/';
        display: inline-block;
        margin: 0 5px;
    }
    .images-banner {/*background-color: #e8e8e8;*/}
    .top-header {
        max-width: 1200px;
        margin: 0 auto;
        padding: 15px 10px;
    }
    .nav-footer nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .nav-footer li:nth-last-of-type(1) {padding-right: 0;}
    .navbar-toggler {
        display: none !important;
    }
    .breadcrumbs {
        margin: 22px 0;
    }
    .line {margin: 50px auto 40px auto; width: 100%; max-width: 780px;}
    .competition-event-info .text {margin-bottom: 10px;}
    .competition-event-date-h {margin-bottom: 10px;}
    .competition-date {font-weight: bold;}
    .competition-date {font-size: 18px;}
    .competition-event-date > div:nth-of-type(1) {
        margin-bottom: 10px;
    }
    .top-header, .nav-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .top-header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .top-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav-panel {
        height: 45px;
        background-image: linear-gradient(0deg, #e47330 0%, #f88b31 100%);
    }
    .nav-panel {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .nav-list a {
        color: #fff;
        font-size: 16px;
        padding: 0 25px;
    }
    .nav-list {
        margin: 0;
    }
    .nav-panel,
    .nav-list {
        display: flex !important;
        align-items: center;
    }
    .container {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }
    .col-lg-12 {
        -ms-flex: 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 10px;
        padding-left: 10px;

    }
    .col-lg-8 {
        -ms-flex: 0 0 66.6666%;
        flex: 0 0 66.6666%;
        max-width: 66.66665%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.3333%;
        flex: 0 0 58.3333%;
        max-width: 58.3333%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.6666%;
        flex: 0 0 41.6666%;
        max-width: 41.6666%;
        padding-right: 10px;
        padding-left: 10px;
        position: relative;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.33336%;
        padding-right: 10px;
        padding-left: 10px;
        position: relative;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 10px;
        padding-left: 10px;
    }
    section > .section-title {padding: 0 10px;}
    .section-subtitle {font-size: 18px;}
    .section-title {font-size: 36px; line-height: 36px;}
    .conditions_desc  {margin-bottom: 15px;}
    .conditions_desc {display: block; width: 100%;}
    .conditions-warn_block .warn-text, .rules-warn .warn-text {margin-bottom: 42px;}
    .conditions-warn_block .warn-text, .rules-warn .warn-text {display: block;}
    .conditions-warn_block  {padding: 0 10px 0 60px;}
    .conditions-warn_block, .deadlines, .works-cont, .results {margin-top: 60px;}
    .deadlines .section-title {
        margin: 0 auto 20px auto;
        text-align: center;
    }
    .not-accept-h {margin-top: 20px;}
    .section-title {margin-top: 0;}
    .item-rule-inner {/*padding: 0 10px;*/}
    .section.rules {margin-top: 60px;}
    .section.rules .list-rule, .q-list-rule {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section.rules .item-rule,
    .section.participation .q-item-rule {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .prize-fund-content {
        /*padding-top: 70px;*/
    }
    .content-center {
        text-align: center;
    }
    .nav-list.initdd {
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
    }
    .login-panel-inner {
        display: flex;
        align-items: center;

    }
    .name-cometition-panel {
        max-width: 380px;
        position: absolute;
        top: -160px;
    }
    .item-rule_h, .q-list-rule .num {margin-bottom: 20px;}
    .item-rule p, .q-item-rule p {font-size: 15px;}
    .prize-fund, .participation, .rules-warn {margin-top: 60px;}
    .prize-fund {font-size: 15px;}
    .prize-fund-text {margin: 20px auto 0 auto; width: 100%; max-width: 730px;}
    .rules-warn {padding: 0 8.3333%;}
    .cup-image {margin-top: -65px; width: 185px; position: relative;}
    .cup-image > img {
        position: absolute;
        top: -15px;
        width: 180px;
        left: 0;
    }
    .deadlines_block {margin-top: 55px;}
    .deadlines_date {padding: 30px 0;}
    .deadlines_date {margin-bottom: 15px;}
    .deadlines_date > div:nth-of-type(2){margin-top: 12px}
    .works-cont .section-title, .results .section-title {text-align: center;}
    .works-cont .section-title, .prize-fund .section-title {margin-bottom: 0;}
    .row-count-works {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .work {margin-bottom: 20px;}
    .nomination-name {
        margin-top: 0;
        margin-bottom: 0;
    }
    .row-count-works {margin-bottom: 20px;}
    main {padding-bottom: 60px;}
    .nav-footer ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nav-footer li {padding: 0 10px;}
    footer .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .row {
        padding: 20px 0;
    }
    footer .f-line-bottom {
        border-top: 1px solid #c8c8c8;
    }
    .instruction-item-rule-form {margin-top: 150px;}
    .instruction .row:nth-of-type(3) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .instruction-cont-outer {padding: 50px 0;}
    .results .warn-text {display: block;}
    .results .warn-text {margin-bottom: 20px;}
    .conditions-warn_block > div:nth-of-type(1)::before {
        content: '';
        display: block;
        position: absolute;
        background-color: #fffcd3;
        right: 0;
        height: 25px;
        width: 48%;
        margin-top: 13px;
    }
    .rules-warn  > div:nth-of-type(1)::before {
        content: '';
        display: block;
        position: absolute;
        background-color: #fffcd3;
        right: 0;
        height: 25px;
        width: 77%;
        margin-top: 13px;
    }
    .result-text {
        margin-bottom: 20px;
    }
    .work .container-img {text-align: center;}
    .work .container-img {
        height: 215px;
    }
    .work .container-img a {display: block;}
    .work .container-img img {max-height: 215px;}
    .work__name a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }
    .container.doc .bt-link > span {
		font-size: 20px;
    	line-height: 20px;
	}
}
.warn-text {position: relative;}
.work__name a {text-decoration: none !important;}
.work__name a {color: #e37230;}
.conditions_desc, .conditions-warn_block p {font-size: 15px;}
.conditions-warn_block a {color: #00aeef;}
.instruction-cont-outer {background-color: #f5f5f5;}
.instruction-item .num {margin-bottom: 20px;}
.instruction-item-rule ul {padding-left: 18px;}
.instruction-item-rule li {color: #27247b;}
.instruction-item-rule li span {color: #000;}
.count-works {font-size: 18px; color: #c8c8c8;}
.login-panel a {color: #c62829; font-size: 14px; text-decoration: none;}
.login-panel-inner , .login-panel a {font-weight: bold;}
.login-panel-inner {color: #c62829;font-size: 14px;}
.login-panel .reg {padding-left: 5px;}
.last-results-text {margin-bottom: 20px;}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item-rule-inner {border-top: 10px solid #f48533;}
.show-all-work {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, rgb(137,46,28) 0%, rgb(190,61,35) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(137,46,28) 0%, rgb(190,61,35) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(137,46,28) 0%, rgb(190,61,35) 100%);
    width: 255px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 33px;
    text-decoration: none;
    cursor: pointer;
}
.button_cont {text-align: center; outline: none;}
.item-rule p, .q-item-rule p {font-weight: bold;}
button {border: none;}
.item-rule,
.q-item-rule {
    padding: 15px 0;
}

.num,
.not-accept-h {
    color: #c62829;
    font-weight: bold;
}

.not-accept-h {
    font-size: 16px;
    text-transform: uppercase;
}

.deadlines_block {
    display: flex;
}

.not-accept-block ul {
    list-style: none;
    padding-left: 0;
}

.not-accept-block ul li::before {
    content: '';
    display: inline-block;
    border-left: 10px solid #f48533;
    height: 54px;
    margin-right: 18px;
}

.not-accept-block ul li:nth-of-type(1) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.not-accept-block ul li,
.count-elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.not-accept-block ul li {
    margin-bottom: 15px;
}

.work {
    border: 1px solid #c8c8c8;
}

.work__name {
    margin-top: 20px;
    margin-bottom: 15px;
}

.like-counter {
    display: inline-block;
    background-image: url('/images/contests/i/heart.svg');
    width: 16px;
    height: 15px;
    text-decoration: none !important;
}

.count-elem {
    font-size: 15px;
    color: #adadad
}

.like-counter {
    margin-right: 7px;
}

.work-descrn,
.count-elem {
    padding: 10px 0;
}

.work-panel-i {
    padding: 0 20px;
}

.deadlines_block {
    background-color: #fffcd3;
}

.section-subtitle {
    color: #c8c8c8;
}

.section-subtitle {
    text-transform: uppercase;
}

.section-subtitle {
    display: block;
}

footer {
    background-color: #e0e0e0;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-footer a {
    color: #959595;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
}

.copyright {
    font-size: 10px;
    color: #959595;
}
.login-panel-inner {
    position: relative;
}
.container.doc {margin-top: 60px;}
.container.doc {text-align: center;}
.container.doc .bt-link {
	/*text-decoration: none !important;*/
	display: block;
    max-width: 50%;
    margin: 0 auto;
    padding: 5px 0;
    color: #c62829;
    /*background-color: #c62829;*/
    /*background-image: linear-gradient(0deg, #e47330 0%, #f88b31 100%);*/
    /*border-radius: 3px;*/
}
.container.doc .bt-link > span {
	/*display: block;*/
    color: #c62829;   
}
