/*
 * Copyright (c) 2024.
 */
/*.section { height:100vh; }*/
.top-bar, .top-bar ul {background: rgba(0,0,0,.5);}
.top-bar a {color: #fff;}
.top-bar a:hover {color: #fff; background-color: #3b3b3b;}
.nav-bar-right>ul>li {background: transparent;}

/* Делаем фон на всю ширину браузера и высоту шапки */
#header-bg {
    width: 100%;
    aspect-ratio: auto 1/0.4;
    height: auto;
    /*height: 600px;  /* Замените значение высоты на нужное */
    background-image: url("/db/opt/images/bg.png");

    background-position: top;

    background-size: cover;
}

@media (max-width: 768px) {
    /* Для мобильных устройств уменьшаем ширину фона */
    #header-bg {
        width: 100%;
        margin: 0 auto;

        background-size: contain;
        background-repeat: no-repeat;
    }
}

/* Центрируем заголовок внутри фона */
.header-content {
    position: absolute;
    top: 100px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.sticky-topbar {
    width: 100%;
}
#offCanvasRight ul li {
    line-height: 2;
    padding-top:1rem;
}

.about_img1 {
    position: absolute;
    margin-left: 1%;
    margin-top: -70px;
    z-index: 2;
    height: 300px;
}
.about_img2 {
    position: absolute;
    margin-left: 18%;
    margin-top: calc(-70px - 3%);
    z-index: 1;
    height: 300px;
}
.about_img3 {
    position: absolute;
    margin-left: 10%;
    margin-top: calc(-70px - 8%);
    z-index: 3;
    height: 300px;
}
@media screen and (max-width: 435px) {
    .section { height:auto; }
    .about_img1 {
        position: relative;
        margin-left: 0;
        margin-top: 0;
        z-index: 3;
        height: 190px;
    }
    .about_img2 {
        position: relative;
        margin-left: 0;
        margin-top: 0;
        z-index: 1;
        height: 190px;
    }
    .about_img3 {
        position: relative;
        margin-left: 0;
        margin-top: 0;
        z-index: 2;
        height: 190px;
    }
    .about_img1, .about_img2, .about_img3 {
        margin:1%;
        width: 31.32%;
        float: left;
    }

}
.advantages img{
    margin:25px;
    height: 130px;
}

