#sideslider {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: auto;
    margin-left: auto;
    margin-right: -265px;
    position: fixed;
    right: 0;
    top: 215px;
    width: 300px;
    z-index: 3500;
}

#sideslider .sideslider-tab {
    background-color: #222;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    height: 35px;
    left: -7px;
    padding-top: 7px;
    padding-left: 14px;
    position: absolute;
    text-transform: uppercase;
    top: .55em;
    transform: rotate(-90deg);
    width: 50px;
}

.sideslider-tab > svg {
    font-size: 1.5em;
}

#sideslider a {
    text-decoration: none;
}

#sideslider-smartbutton {
    background-color: #222;
    margin-left: 35px;
    padding-top: 10px;
    position: relative;
    width: 265px;
}

#sideslider .sideslider-close {
    background-color: #000;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-weight: 300;
    height: 21px;
    padding-right: 15px;
    padding-top: 3px;
    text-align: right;
    text-transform: uppercase;
    width: 265px;
    position: absolute;
    right: 0;
    top: 0;
}

.set_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}


#sideslider-text .line {
    display: block;
    margin-bottom: 10px;
}
#sideslider-text {
    color: #fff;
    text-align: left;
    margin-left: 5px;
    padding-top: 2em;
    padding-bottom: 1em;
}

#sideslider-text a {
    display: inline-block;
    padding: 0.7em .8em;
    margin-right: .2em;
    background: #252729;
    border-radius: 5px;
    color: #ddd;
    font-size: .9em;
    border: 1px solid #202020;
}

#sideslider-text a:hover {
    background: #006dd2;
}


#sideslider-text .header {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px #000;
}
.sideclear {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    height: 0;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
    width: 0;
}


.sideslider-close.sideslider-close_en {
    font-size: 1.5em !important;
    margin-right: .5em;
    background: transparent !important;
}


.set_section > a {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.set_section > a > i {
    font-size: 1.5em;
}

.sideslider-tab {
    border-radius: 5px 5px 0 0;
}

#sideslider-smartbutton {
    border-radius: 0 0 0 5px;
}

#sideslider-text > span {
    color: #4a4b4d;
    padding-bottom: .1em;
    border-bottom: 1px solid #4a4b4d;
    margin-bottom: .5em;
    margin-left: 1em;
}

#sideslider-text  > span {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.set_section {
    padding: .5em 1em;
}