body {
    position: absolute;
    height: 100%;
    width: 100%;
}

@media (min-width: 991px) {
    .navbar-brand.abs {
        position: absolute;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}
.about p {
    margin: 0;
    text-align: justify;
}

.row {
    padding-right: 0px;
    margin-right: 0px;
}

.bg-image {
    background-image: url("/static/images/2sup.jpeg");
    height: 50%;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

#btn-back-to-top {
    z-index: 99999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

a:hover svg {
    color: lightseagreen; /* Цвет ссылок */
}

a:hover .links {
    color: lightseagreen; /* Цвет ссылок */
}

img{
    max-width: 100%;
}
.gallery{
    background-color: #dbddf1;
    padding: 80px 0;
}
.gallery img{
    background-color: #ffffff;
    padding: 5px;
    width: 100%;
    cursor: pointer;
}
#gallery-modal .modal-img{
    width: 100%;
}