#accordion{
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
}

#accordion a{
    display: block;
    text-decoration: none;
    color: #4a4a4a;
}

#accordion div{
    font-size: 18px;
    line-height: 36px;
    position: relative;
    z-index: 9999;
    display: block;
    box-sizing: border-box;
    width: 185px;
    height: 36px;
    margin-bottom: 17px;
    margin-left: 15px;
    padding: 0 17px;
    cursor: pointer;
    border-radius: 16px;
}

#accordion div a{
    color: #4a4a4a;
    font-weight: 300;
}

/*#accordion .active a,
#accordion div:hover a{
    line-height: 36px;
    position: relative;
    z-index: 9999;
    display: block;
    box-sizing: border-box;
    width: 185px;
    height: 36px;
    margin-left: -17px;
    padding: 0 17px;
    text-decoration: none;
    color: #fff;
    border-radius: 16px;
    background: rgba(116, 84, 188, .59);
}*/

#accordion ul{
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
    display: none;
    padding: 10px 0;
    background-color: #f5f5f5;
}

#accordion ul li{
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    cursor: auto;
}

#accordion ul li:hover{
    background: #eee;
}

#accordion ul li:hover a{
    color: #673ab7;
}

#accordion ul li a{
    line-height: 1.5;
    padding-left: 46px;
}

.mobile-menu{
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    overflow-y: auto;
    box-sizing: border-box;
    width: 296px;
    height: 100%;
    padding-top: 35px;
    text-align: left;
    opacity: 1;
    color: #4a4a4a;
    background: #fff none repeat scroll 0 0;
}

.mobile-menu a#link-domain-switcher,
.mobile-menu a.en,
.mobile-menu a.tr,
.mobile-menu a.ru{
    font-size: 16px;
    font-weight: 400;
    padding-left: 40px;
}

.mobile-menu a.btn-purple{
    font-size: 17px;
    line-height: 16px;
    float: left;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 32px;
    color: #ffffff;
    padding: 8px 17px;
    border: solid 1px #673ab7;
}
.mobile-menu a.btn-purple:hover.btn:not(.btn-raised):not(.btn-link):hover{
    color: #673ab7;
    border: solid 1px #673ab7;
    background-color: #fff;
}
.mobile-menu a.btn-purple:after{
    display: block;
    clear: both;
    width: 100%;
    content: '';
}

.mobile-menu ul a{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    height: 40px;
    margin: 0;
    text-decoration: none;
    color: #4a4a4a;
}

.mobile-menu ul div{
    font-size: 18px;
    line-height: 36px;
    position: relative;
    z-index: 9999;
    display: block;
    box-sizing: border-box;
    width: 185px;
    height: 36px;
    margin-bottom: 17px;
    margin-left: 15px;
    padding: 0 17px;
    cursor: pointer;
    border-radius: 16px;
}

.mobile-menu ul div a{
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    height: 36px;
    color: #4a4a4a;
}

.mobile-menu ul div img{
    display: none;
    width: 10px;
    margin-left: 10px;
}

.mobile-menu ul div.arrow img{
    display: inline-block;
}

.mobile-menu ul div.active img{
    transform: rotate(90deg);
}

.mobile-menu li:hover{
    transition: .3s;
    background-color: #ffffff;
}

.mobile-menu .menu-lang:before{
    display: block;
    clear: both;
    width: 100%;
    content: '';
    border-top: 1px solid #e0e0e0;
}

.mobile-menu .menu-lang .link-domain-switcher{
    position: relative;
    margin-left: 14px;
    text-decoration: none;
}

.mobile-menu .menu-lang .link-domain-switcher:before{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    content: '';
    vertical-align: middle;
}

.mobile-menu .menu-lang .link-domain-switcher.en:before{
    background: url(/sites/default/files/themes/smartcat/blocks/global/en-dark.svg) no-repeat;
    background-position: top;
}

.mobile-menu .menu-lang .link-domain-switcher.tr:before{
    background: url(/sites/default/files/themes/smartcat/blocks/global/turk-dark.svg) no-repeat;
    background-position: top;
}

.mobile-menu .menu-lang .link-domain-switcher.ru:before{
    background: url(/sites/default/files/themes/smartcat/blocks/global/ru-dark.svg) no-repeat;
    background-position: top;
}

.mobile-menu .menu-lang .link-domain-switcher.jp:before{
    background: url(/sites/default/files/themes/smartcat/blocks/global/jp-dark.svg) no-repeat;
    background-position: top;
}
.mobile-menu .menu-lang .link-domain-switcher.cn:before {
    background: url(/sites/default/files/themes/smartcat/blocks/global/cn-dark.svg) no-repeat;
    background-position: top;
}
