.navbar {
    margin-top: 50px;
    min-height: 75px;
    border-radius: 30px;
    background: #6B757E;
}


.navbar .container-fluid {
    padding: 0 30px;
}

.navbar-brand {
    background-image: url("../img/logo-header.svg");
    background-repeat: no-repeat;
    width: 117px;
    height: 43px;
}

.navbar-collapse {
    margin-left: 75px;
}

.nav-item {
    padding-left: 15px;
    padding-right: 15px;
}

.nav-link {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
}

.navbar-nav .nav-link.active {
    font-family: Arial;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}

.header-phone {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    margin-left: auto;
    text-decoration: none;
    white-space: nowrap;
}

header a {
    color: #ffffff !important;
}

.header-button{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    color: #ffffff !important;
    background: #BD1038;
    border-radius: 20px;
    padding: 15px 30px;
    margin-left: 30px;
    white-space: nowrap;
}

.mobile-menu-button {
    display: none;
}

.breadcrumbs {
    margin: 0px 0 20px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
}

.breadcrumbs li {
    margin-right: 50px;
    position: relative;
}

.breadcrumbs li,
.breadcrumbs li a {
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
    color: #00000066;
}

.breadcrumbs li:last-child a {
    color: #000000;
}

.breadcrumbs li:not(:last-child):after {
    content: "";
    display: inline-block;
    white-space: nowrap;
    margin-left: 10px;
    background-image: url("../img/arrow-1.svg");
    width: 27px;
    height: 9px;
    position: absolute;
    top: 10px;
}

@media all and (max-width: 1399px) {
    .navbar-collapse {
        margin-left: 10px;
    }

}

@media all and (max-width: 1199px) {
    .navbar-brand {
        margin-right: 0;
    }

    .navbar-collapse {
        margin-left: auto;
    }

    .nav-item {
        padding-left: 3px;
        padding-right: 3px;
    }

    .header-button {
        padding: 15px;
        margin-left: 10px;
    }
}

@media all and (max-width: 991px) {
    .navbar {
        min-height: 50px;
    }

    .navbar-brand {
        background-size: contain;
    }

    .header-phone {
        margin-right: auto;
    }

    .header-button {
        padding: 10px 30px;
        margin-left: 0;
        margin-right: 15px;
    }

    .mobile-menu-button {
        display: block;
        background-image: url("../img/planshet-burger.svg");
        background-repeat: no-repeat;
        width: 60px;
        height: 21px;
        margin-left: 15px;
    }
}

@media all and (max-width: 767px) {
    .header-phone {
        background-image: url("../img/phone-header.svg");
        background-repeat: no-repeat;
        width: 24px;
        height: 26px;
        margin-right: 10px;
    }

    .header-phone span {
        display: none;
    }

    .header-button {
        display: none;
    }

    .mobile-menu-button {
        display: block;
        background-image: url("../img/mobile-burger.svg");
        background-repeat: no-repeat;
        width: 40px;
        height: 18px;
        margin-left: 15px;
    }
}

@media all and (max-width: 575px) {
    .navbar {
        margin-top: 15px;
        min-height: 45px;
        position: fixed;
        width: calc(100% - 1.5rem);
        z-index: 100;
    }

    .navbar-brand {
        height: 26px;
    }

}

#MobileMenu .modal-body {
    padding: 100px 50px;
    display: flex;
    flex-direction: column;
}

#MobileMenu .mobile-menu-button-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("../img/close.svg") no-repeat center center;
    background-size: cover;
    width: 33px;
    height: 33px;
}

#MobileMenu .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#MobileMenu .mobile-menu ul li {
    display: flex;
    justify-content: center;
    padding: 10px 30px;
}

#MobileMenu .mobile-menu ul li a {
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #000000;
    white-space: nowrap;
    text-decoration: none;
}

#MobileMenu .mobile-menu-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #D9D9D980;
}

#MobileMenu .telegramm {
    display: flex;
    background-image: url("../img/telegram-fill.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

#MobileMenu .whatsapp {
    display: flex;
    background-image: url("../img/whatsapp-fill.svg");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}