#contests_title {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 25px;
}
.menu_lvl2 .c20_years {
    height: 62px !important;
}
.menu_lvl2 .c20_years a {
    border-bottom: 0 !important;
}
.current .container_20_years .icon {
    bottom: 5px;
    left: -20px;
    width: 113px;
    height: 62px;
}
.one_contest_container {
    width: 100%;
}
.one_contest_container img {
    max-width: 100%;
}
.one_contest_container table {
    width: 100%;
    margin: 0 0 10px;
}
.one_contest_container table td,
.one_contest_container table th {
    text-align: left;
    padding: 3px;
    border: 1px solid black;
}
.contests_buttons_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 0 32px 0;
}
.contests_buttons_container .button {
    width: 121px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    background: #EDEBE9;
    margin: 0 1px 0 0;
    cursor: pointer;
}
.contests_buttons_container .button.active {
    color: #fff;
    background: #F39100;
}
.header_20years {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 24px;
}
.cong_header_20years {
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 12px;
}
.cong_text_20years {
    font-size: 16px;
    line-height: 22px;
}
.contests_container {
    display: flex;
}
.contests_container .one_container {
    width: 0;
    overflow: hidden;
}
.contests_container .one_container.active {
    width: 100%;
}

.contests_list_container {
    list-style: none;
    width: 100%;
}
.contests_list_container .one_contest {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #EDEBE9;
    display: flex;
    flex-direction: row;
}
.contests_list_container .one_contest:last-child {
    border-bottom: 0;
}
.contests_list_container .one_contest .image {
    width: 200px;
    margin: 0 20px 0 0;
}
.contests_list_container .one_contest .image img {
    max-width: 100%;
}
.contests_list_container .one_contest .text {
    display: flex;
    flex-direction: column;
}
.contests_list_container .one_contest .text .contest_title {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    color: #000;
}
.contests_list_container .one_contest .text .contest_title:hover {
    text-decoration: underline;
}
.contests_list_container .one_contest .text .contest_description {
    font-size: 16px;
    line-height: 22px;
}
.contests_list_container .one_contest .text .contest_description a {
    text-decoration: none;
    color: #000;
}
.contests_list_container .one_contest .text .contest_description a:hover {
    text-decoration: underline;
}

#jubilee_konkurs_old{
    padding: 20px 0;
    background:#eee;
    text-align:center;
    margin: 25px 0;
}
#jubilee_konkurs_old table td {
    border:15px solid transparent;
    background:transparent;
}
#jubilee_konkurs_old table td:first-child {
    background:transparent;
}
#jubilee_konkurs_old table td img {
    float:none;
    width:auto;
}
#jubilee_konkurs_old table td a {
    display:inline-block;
}
.images_container {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0!important;
    padding: 0 15px!important;
    box-sizing: border-box;
}
.images_container li img {
    width: 100%;
}