/* #menu {
    width: 100px;
    background-color: #fff;
    background-image: none;
    box-shadow: none!important;
} */

/* .slider_center {
    width: 60px;
    margin: 0 auto;
    padding-top: 14px;
} */

/* .big-menu {
    background: none;
}

.big-menu>li {
    font-weight: 400;
}

#doc-menu li {
    font-size: 18px;
    color: #505050;
    width: 75px;
    height: 38px;
    margin-top: 10px;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
} */

.left {
    text-align: left;
}

.side_second {
    background-color: #f7f7f7;
    width: 700px;
    /* min-height: calc(100vh - 240px); */
}

.with-padding_lr {
    padding: 0 10px;
    margin-top: 10px;
}

.btn {
    width: 88px;
    height: 48px;
    color: rgba(255, 255, 255, 1);
    background-color: rgb(0, 135, 220);
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    border: none;
    outline-style: none;
}

.center_start {
    display: flex;
    justify-content: start;
    align-items: flex-start;
}

.padding_poster {
    padding: 0px 50px;
}