body {
    font-family: RobotoThin, sans-serif;
    font-weight: 100;
}

.dropdown-item:visited {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.force-right {
    float: right !important;
}

.table-responsive {
    margin-bottom: 40px;
}

.sub-brand {
    font-family: RobotoThin, sans-serif;
    font-weight: 300;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 16px;
}

.bg-light {
    background: #edeef3 !important;
}

.nav-auth a, .nav-phone a {
    display: inline-flex;
}

.navbar-brand {
    display: flex;
    justify-content: left;
    width: 200px;
    text-align: left;
}

.nav-link {
    font-family: RobotoThin, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000 !important;
}

.nav-auth a {
    font-weight: 300 !important;
}

ul.navbar-nav li.nav-item a.nav-link.active {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(182, 65, 87, 1);
    text-underline-offset: 12px;
    text-decoration-thickness: 4px;
}

.nav-callback {
    position: absolute;
    right: 230px;
}

.nav-phone {
    position: absolute;
    right: 80px;
}

.nav-phone-up {
    top: 20px;
}

.nav-phone-down {
    top: 50px;
}

.navbar-nav {
    align-items: center;
}

.collapse-navbar {
    align-items: baseline;
}

.block-phones {
    min-width: 130px;
}

.block-phones a {
    color: #000;
    text-decoration: none;
}

.block-menu-contact {
    align-items: center;
    justify-content: start;
    display: flex;
}

.block-social, .block-social-footer {
    display: flex;
    align-items: center;
    justify-content: start;
}

.block-vk {
    margin-right: 1rem;
}

.block-tg {
    margin-right: 2rem;
}

.navbar-toggler, .navbar-toggler:active, .navbar-toggler:hover {
    border: none!important;
    border-radius: 0!important;
    box-shadow: none!important;
}

@media screen and (max-width: 1100px) {
    .navbar-nav .nav-link {
        padding-right: 0 !important;
    }

    .block-social {
        flex-direction: row;
    }
}

@media screen and (max-width: 1200px) {
    .nav-callback, .nav-phone {
        position: inherit;
        padding-right: 10px;
    }
}

@media screen and (max-width: 991px) {

    .block-social {
        flex-direction: column;
        margin-right: 1rem;
    }

    .block-vk, .block-tg {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .block-menu-contact {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin-bottom: 0;
        list-style: none;
    }

    .block-social {
        margin-bottom: 5px;
    }

    .block-menu-contact a {
        margin-bottom: 1rem;
    }

    .block-menu-iphone {
        padding-left: 10px;
    }
    .navbar-nav {
        flex-direction: row;
    }

    li.nav-item {
        width: 50%;
    }
}

