﻿
.no-scroll {
    overflow-y: hidden;
}
/*header*/
header {
    padding: 0 15px;
}

    header .content {
        height: 60px;
        padding: 0;
        display: flex;
        align-items: center;
    }

        header .content .vcenter {
            top: 0;
            transform: translateY(0);
        }

.hb-menu {
    background-image: none;
    height: 30px;
    margin: 0 10px 0 0;
    padding-right: 10px;
    border-right: 1px solid #dfdfdf;
}

    .hb-menu span {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #5f5f5f;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transform-origin: 0 0;
    }

        .hb-menu span:first-child {
            margin-top: 7px;
        }

        .hb-menu span:not(:last-child) {
            margin-bottom: 6px;
        }

    .hb-menu.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 23px;
    }

    .hb-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .hb-menu.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 23px;
        margin-left: -1px;
    }



header .header-language-mobile {
    display: block;
    width: 40px;
    height: 25px;
    overflow: hidden;
    background-color: #0072b9;
    border-radius: 12px;
    position: absolute;
    right: 0;
    top: 18px;
    padding-left: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}

    header .header-language-mobile.active {
        height: 50px;
    }

    header .header-language-mobile .lang-item {
        color: #fff;
        font-size: 10px;
        height: 25px;
        line-height: 25px;
    }

    header .header-language-mobile .lang-arrow {
        position: absolute;
        right: 7px;
        top: 10px;
        width: 8px;
    }

header .tools {
    position: absolute;
    right: 0px;
    top: 20px !important;
    margin: 0;
    display: block;
}

    header .tools .profile-btn {
        padding: 0;
        margin-left: 10px !important;
        margin-right: 18px !important;
    }

    header .tools .icon {
        opacity: 1;
    }

        header .tools .icon.user-btn {
            display: block;
        }

        header .tools .icon.search-btn {
            display: block;
        }

/*header*/

/*footer*/
/*footer {
    position: fixed;
    bottom: 0;
    padding: 8px 15px;
}*/
footer a, footer span, footer .copyright {
    color: #afafaf;
    font-size: 12px;
}

footer .copyright {
    font-weight: 500;
    margin-top: 5px;
}
/*footer*/


/*serach*/

.search-bar {
    width: 100%;
    height: 60px;
    padding: 10px 15px;
}

.search-holder {
    height: 40px;
    border-radius: 20px;
    border: 1px solid #dfdfdf;
}

    .search-holder .search-icon {
        opacity: 0.2;
        position: absolute;
        right: 15px;
        top: 9px;
        width: 22px;
        height: 22px;
        margin: 0;
    }

    .search-holder .search-input {
        display: block;
        height: 40px;
        border: none;
        background: none;
        font-size: 14px;
        font-weight: 500;
        color: #dfdfdf;
        padding-left: 15px;
    }

/*search*/

.top-bar {
    width: 100%;
    height: 50px;
    background-color: #0072b9;
    padding-left: 25px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    display: block;
}

    .top-bar a {
        color: #fff;
    }


.hb-menu-content {
    padding-bottom: 150px;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    /*height: calc(100vh - 124px);*/
    height: calc(100vh);
    overflow-y: scroll;
    transform: translateX(-100vw);
    transition: ease .5s all;
    z-index: 50;
    background: #fff;
}

    .hb-menu-content.active {
        transform: translateX(0);
    }

.hb-menu-search {
    margin: 20px 0 25px 0;
    top: 5px;
    padding: 0 25px;
    box-sizing: border-box;
}

    .hb-menu-search input {
        width: 100%;
        height: 40px;
        border-radius: 40px;
        padding: 0 15px;
        border: solid 1px #5f5f5f;
        font-size: 14px;
        font-weight: 500;
        color: #5f5f5f;
    }

.hb-menu-section {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid rgba(95, 95, 95, .1);
}

.hb-menu-level-1, .hb-menu-level-2 {
    display: none;
}

.hb-menu-section.open {
    height: auto;
    border-bottom: none;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}

    .hb-menu-section.open .hb-menu-level-1, .level-1-item.open .hb-menu-level-2 {
        display: block;
    }

.level-1-item.open {
    height: auto;
    border-bottom: none;
    padding: 14px 0 14px 35px;
}

.hb-menu-section .title, .level-1-item .title, .level-1-item {
    font-size: 14px;
    font-weight: 500;
    color: #5f5f5f;
    padding: 14px 25px;
    box-sizing: border-box;
    display: block
}

    .hb-menu-section .title span, .level-1-item .title span, .level-1-item span {
        font-weight: 500;
    }


    .level-1-item .title {
        padding: 14px 25px 14px 35px;
    }

.down-arrow {
    width: 6.5px;
    height: 6.5px;
    position: absolute;
    border-bottom: 2px solid #5f5f5f;
    border-right: 2px solid #5f5f5f;
    right: 25px;
    top: 17.5px;
    transform: rotate(-45deg);
    transform-origin: center;
}

.open .title .down-arrow {
    transform: rotate(45deg);
}

.level-1-item.open .level-2-title .down-arrow {
    transform: rotate(45deg);
}

.level-1-item:first-child,
.level-2-item:first-child {
    border-top: 1px solid rgba(95, 95, 95, .1);
}

.level-1-item, .level-2-item {
    height: 45px;
    padding: 14px 35px;
    border-bottom: 1px solid rgba(95, 95, 95, .1);
    display: block;
    color: #5f5f5f;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.level-2-title {
    font-size: 14px;
    font-weight: 500;
    color: #5f5f5f;
    margin-bottom: 14px;
}

    .level-2-title .down-arrow {
        right: -10px;
        top: 4px;
    }

.level-1-item.open .level-2-title .down-arrow {
    right: 25px;
}

a.lastItem {
    color: #5f5f5f;
}

.legal-line a, .legal-line span{
    color: #afafaf;
    font-size: 12px;
}

.legal-line span{
    margin:0 5px
}
