/*iframe {*/
/*    width: 50%;*/
/*    border: none;*/
/*    display: block;*/
/*    margin-top: -200px;*/
/*}*/

/*body {*/
/*    background-color: #f0f0f0; !* Светлый фон *!*/
/*}*/

.navbar {
    z-index: 2;
    position: relative;
    background-color:rgb(113,145,204);
}
.floating-link {
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: #7191cc;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-size:20px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.floating-link:hover {
    background-color: #092963; /* Синий цвет для кнопки */
}

.offcanvas-body {
    background-color: #ecf0f1; /* Светлый фон для панели */
}

/*.section {*/
/*    padding: 60px 20px;*/
/*    height: 100vh;*/
/*    width: 50%;*/
/*    background-color: white;*/

/*}*/

#footer {
    background-color: rgb(9,41,99);
    color: white;
    padding: 30px;
    z-index: 2;
    position: relative;
}


.container {
    width: 80%;
    margin-top:-160px;
    margin-bottom: -140px;
    position: relative;
    z-index: 1;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .container {
        width: 100%;
        margin-top:-160px;
        margin-bottom: -100px;
        position: relative;
        z-index: 1;
    }
}
