body, html {
    height: 100%;
    margin: 0;
}

body {
    min-width: 1280px;
    margin: 0 auto;
    background-color: #f8f9fa;
}

.pull-left {
    float: left !important;
}

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

.navbar-menu {
    background-color: transparent;
    box-shadow: 0px 1px 11px -4px #bfcfdf;
    height: 50px !important;
    /* background: rgb(194,247,255); */
    /* background: linear-gradient(90deg, rgba(194,247,255,1) 0%, rgba(255,252,166,1) 30%, rgba(0,212,255,0.8337928921568627) 100%); */
    /* background: #e3f2fd; */
}

.navbar-brand__description {
    display: block;
    font-size: 12px;
    text-align: left;
}

.navbar__container {
    max-width: 1700px;
}

/* Скрываем каретку */
    .no-caret::after {
    display: none;
}

.body-container__wrapper {
    min-width: 1260px;
    max-width: 1700px;
    margin: 10px auto 15px auto;
    padding-bottom: 30px;
}

.body-container {
    margin: 10px 10px 15px 10px;
    font-size: 15px;
}

