main {
    min-height: 100vh
}
footer {
    margin-top: auto;
}
#app {
    margin: 0;
    display: flex;
    flex-direction: column;
}
@font-face {
    font-family: 'GraphikLight';
    src: URL("/css/fonts/GraphikLight.otf") format('truetype');
}
@font-face {
    font-family: 'Raleway'!important;
    unicode-range: U+30-39;
}
body {
    font-family: 'Raleway'!important;
    font-size: 0.8rem;
    line-height: 1.6; !important;
}
.digits {
    font-family: 'Raleway'!important;
}
.nav-link:focus, .nav-link:hover {
    outline: none !important;
}
.card {
    font-family: 'Raleway', -apple-system, 'Roboto', 'Helvetica Neue', sans-serif;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.loaderCurtain {
    align-items: flex-start!important;
    position: absolute!important;
    z-index: 6;
    background-color: white;
}
.loaderCurtain .loader {
    position: fixed;
    top: 50%;
    margin-top: -60px;
}
.breadcrumbs li:not(:first-child):before  {
    content: "\00a0/\00a0"; /* Добавляемый текст */
}
.navbar{
    padding: 0.2rem!important;
    line-height: 1.15!important;
    background-color: #343a40bb!important;
}
.navbar>.container-fluid {
    /*display: block!important;*/
}


/* Multiselect custom styles */
.multiselect__tags {
    border-color: #ced4da!important;
    padding-left: 3px!important;
}
.multiselect__placeholder {
    color: #495057!important;
}

/* Toggler button mod */
.back-button-toggler .navbar-toggler-icon.no-icon {
    background-image: none;
    padding-top: 25%;
    text-align: center;
}
.bar-logo {
    font-size: 120%;
    float: left;
    margin-right: 10px;
}
#footer {
    background-color: #000;
}
#footer .hudson-view {
    /*height:115px;*/
    height: 130px;
    width:100%;
    background-color: white;
    display:table;
}
#footer .hudson-view div{
    display: table-cell;
    vertical-align: bottom;
}
#footer .city{
    /*background: url(/images/background/city-bg.jpg) 100% 0% no-repeat #fff;*/

}
#footer .statue{
    /*background: url(/images/background/statue-bg.jpg) 0% 0% no-repeat #fff;*/
    //height:115px;
    //width:32px;
}
#footer .links{
    /*min-height:200px;*/
   /* background-color: black;*/
}
#footer .footerLinks {
    display: flex;
}

/* Adaptive */
@media (min-width: 838px) {
    .card, .container-fluid  {
        width: 818px;
    }
}
@media (min-width: 1125px) {
    .card, .container-fluid {
        width: 998px;

    }
}
@media (min-width: 1412px) {
    .card, .container-fluid {
        width: 1176px;
    }
}
@media (max-width: 850px) {
    .card {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 768px) {
    .hideOnMobile {
        display: none;
    }

}
@media (min-width: 768px) {
    #navbarSupportedContent {
    }
    .bar-logo {
        margin-left: 0!important;
    }
}
.artificialLink:hover {
    text-decoration: underline!important;
    cursor: pointer
}
.btn-info {
    background-color: rgba(49, 161, 203, 0.6);
    border-color: rgba(49, 161, 203);
    color: black !important;
}