.nav-mobile a {
    font-weight: 300;
}

li.active.has-child {
    border-bottom: rgba(255, 255, 255, 0.1) solid 2px;
}

.nav-mobile li.active.has-child > a {
    font-size: 25px;
    text-transform: uppercase;
    padding-left: 70px;
    background-image: url(/img/mobile-nav-ico.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 30px 10px;
    position: relative;
}

.nav-mobile .subnav a {
    font-size: 20px;
    padding-left: 40px;
}

.nav-mobile .subnav{
    display: none;
}

.nav-mobile li.active > a .arrow{
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(/img/angle-arrow-down_icon-icons.svg);
    background-size: contain;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: .3s;
}

.nav-mobile li.active > a .arrow.opened{
    transform: translateY(-50%)rotate(180deg);
}

.nav-mobile a {
    font-size: 25px;
}

.mobile-nav-faq {
    padding: 0px 55px;
    border: unset;
    color: #fff;
    margin-top: 20px;
    display: block;
    background-image: url(/img/message_read_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 23px;
}

.mobile-nav-phone {
    padding: 0px 55px;
    border: unset;
    color: #fff;
    display: block;
    background-image: url(/img/phone_call_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 23px;
    margin-top: 10px;
}

.nav-mobile ul.bottom-mobile-nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 45px;
}

.bottom-mobile-nav a {
    font-size: 18px;
}

.mobile-nav-phoneTime {
    padding: 7px 10px 7px 25px;
    color: #fff;
}