aside.sidebar{
    background: #ededed;
    padding: 10px 15px;
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: none;
    left: -100%;
    top: 0;
}
aside.sidebar .side-scroll{
    height: 100%;
    overflow-y: scroll;
}
aside.sidebar .sidebar-toggle{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    font-size: 34px;
    line-height: 50px;
    text-align: center;
    background: #ededed;
    z-index: 100;
}

aside.sidebar .a-menu ul,
aside.sidebar .a-menu ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
aside.sidebar .a-menu ul li a{
    color: #444444;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
}
aside.sidebar .a-menu ul li a:hover,
aside.sidebar .a-menu ul li a:active{
    background: #f5f5f5;
    text-decoration: none;
}

aside.sidebar .search{
    margin-top: 30px;
    width: 100%;
    height: 38px;
    display: table;
    border: 2px solid #ffc53a;
    border-radius: 4px;
    white-space: nowrap;
    background: #ffffff;
}
aside.sidebar .search input[type=text]{
    line-height: 34px;
    height: 34px;
    padding: 0 10px;
    border: 0;
    outline: none;
    background: none;
    box-shadow: none;
}
aside.sidebar .search .submit-addon{
    padding: 0;
    border: 0;
    background: none;
}
aside.sidebar .search .submit-addon button{
    padding: 0 10px;
    margin: 0;
    border: 0;
    background: none;
    font-size: 20px;
    color: #ffc53a;
}
aside.sidebar .search .submit-addon button::before{
    line-height: 34px;
}

aside.sidebar .base-phone{
    margin-top: 30px;
}
aside.sidebar .base-phone .phone{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
}
aside.sidebar .base-phone .phone a{
    color: #000000;
}
aside.sidebar .base-phone .descr {
    color: #969696;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}


aside.sidebar .r-block{
    margin-top: 30px;
}
aside.sidebar .social{
    padding-top: 2px;
    display: inline-block;
}
aside.sidebar .social a{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    color: #5b5a5a;
    transition: background 0.2s;
}
aside.sidebar .social a:hover {
    color: #ffffff;
}
aside.sidebar .social a.social-vk:hover {
    background: #507299;
}
aside.sidebar .social a.social-ok:hover {
    background: #ee8208;
}

aside.sidebar .red-menu{
    display: inline-block;
    margin-right: 5px;
    padding-top: 2px;
}
aside.sidebar .red-menu a{
    color: #a62b13;
    display: inline-block;
    line-height: 36px;
    height: 36px;
    text-decoration: underline;
    padding: 0 15px;
    border-radius: 18px;
}
aside.sidebar .red-menu a:hover{
    background-color: #ffffff;
}
aside.sidebar .red-menu a.atelye{
    background-image: url("/img/atelye.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 33px;
}


aside.sidebar .account{
    margin-top: 30px;
}
aside.sidebar .account a{
    margin-left: 10px;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
}
aside.sidebar .account .input-link{
    background: url("/img/lock.png") 0 center no-repeat;
    padding-left: 20px;
}