.all_content2,
.footer,
.head_top_menu {
    width: auto;
    max-width: 982px;
}

.all_content > table {
    width: 100%;
    max-width: 982px;
}

.footer .sponsor_images {
    width: max-content;
}
.footer2 .sponsor_images_block .sponsor_images {
    width: 100%;
    min-width: 655px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.footer2 .sponsor_images a {
    min-width: 9%;
}
.footer {
    overflow-x: auto;
    overflow-y: hidden;
}

.footer2,
.footer2 .sponsor_images_block {
    height: auto;
}

.head_line_right {
    width: 60%;
}

.menu_bar {
    display:none;
}
.col.menu_bar {
    margin-top: 42px;
}
.menu_bar i {
    cursor: pointer;
}
.footer .bottom {
    top: 30px;
}

.sponsor_images_block {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    height: 110px;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
}

.left_side,
.right_side {
    vertical-align:top;
    border-bottom:1px solid #97CFFE;
    background-color:#e7f3fa;
}

.left_side {
    border-left:1px solid #97CFFE;
    width:193px;
}

.right_side {
    border-right:1px solid #97CFFE;
    width:241px;
}

#open_side_buttons {
    position: fixed;
    width: 100%;
    height: 1px;
    top: 220px;
    z-index: 3;
    display: none;
}
#open_side_buttons i {
    cursor: pointer;
}
#right_side_buttons {
    float: right;
    width: 275px;
    height: 1px;
}
#left_side_buttons {
    float: left;
    width: 230px;
    height: 1px;
}

#right_side_buttons #close_right_side {
    display: none;
}
.show_right_side #right_side_buttons #close_right_side {
    display: block;
}
.show_right_side #right_side_buttons #open_right_side {
    display: none;
}

#left_side_buttons #close_left_side {
    display: none;
}
.show_left_side #left_side_buttons #close_left_side {
    display: block;
}
.show_left_side #left_side_buttons #open_left_side {
    display: none;
}

.show_left_side .left_side {
    display: block;
}
.show_right_side .right_side {
    display: block;
}

#open_right_side,
#close_left_side {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 30px 5px 5px 30px;
    margin-right: 5px;
    float: right;
    background-color: #fff;
}

#close_right_side,
#open_left_side {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px 30px 30px 5px;
    margin-left: 5px;
    float: left;
    background-color: #fff;
}

td.center_side {
    padding-top: 7px;
}

#sides {
    position: relative;
}
