main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}
.nav-link {
    color: rgba(255,255,255,.55);
}
.nav-link:hover {
    color: rgba(255,255,255,.75);
}
.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

.logo-img {
    height: 85px;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Пример использования */
body {
    font-family: 'Unbounded', sans-serif !important;
}
.nav-link {
    font-size: 13px !important;
}
#main {
    padding-top: 85px;
}

.half-input {
    width: 49% !important;
}
.half-input>input>label {
    font-size: 15px;
}

/* h1, h2, h3 {
    font-family: 'Unbounded', sans-serif;
    font-weight: 400;
} */

.sub-element {
    margin-left: 20px;
}
a {
    color: #292929;
}
a:hover {
    color: #FCAF17;
}
.yellow {
    color: #FCAF17;
}
.grey {
    color: #292929;
}
.footer-link {
    color: #292929;
}
.footer-link:hover {
    color: #FCAF17;
}
.faith-statement-link {
    color: #FCAF17;
}
.progress-bar {
    background-color: #FCAF17;
}
/* Стили для модального окна cookie */
#cookieConsentModal .modal-content {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
}

#cookieConsentModal .modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#cookieConsentModal .modal-title {
    color: #333;
    font-weight: 600;
}

#cookieConsentModal .modal-body {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

#cookieConsentModal .modal-body a:hover {
    text-decoration: underline;
}

#cookieConsentModal .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    padding: 8px 20px;
    font-weight: 500;
}

#cookieConsentModal .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.modal-dialog-centered {
    align-items: flex-end !important;
}
@media screen and (min-width: 576px) {
    .modal-dialog {
        margin-left: 2%;
    }
}

.breadcrumbs {
    margin-top: -8px;
    margin-bottom: 30px;
}

.breadcrumbs a {
    color: #696969;
}
.breadcrumbs a:hover {
    color: #FCAF17;
}