:root {
    --text-color: #fffbe5;
    --bs-dark-rgb: 33, 29, 30;
}


    .footer-col {
        font-size: 0.5rem;
    }
    
.navbar-dark, .navbar[data-bs-theme=dark] {
    --bs-navbar-color: var(--text-color);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
}

html {
    font-size: 36px;
}

html, body {
    quotes: "\00ab" "\00bb";
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #007a91;
    background-image: url("../images/bg-1.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    color: var(--text-color);
}

a {
    color: var(--text-color);
}

.top-line {
    border-bottom: 2px solid rgba(var(--bs-dark-rgb),var(--bs-bg-opacity));
}

.menu-container {
    padding-top: 9px;
}

.container {
    max-width: 826px;
    line-height: 1.15;
}

.navbar {
    min-height: 696px;
}

.navbar-toggler {
    background-color: var(--text-color);
    color: #f54e2e;
    padding: 0px 10px;
    border-radius: 100px;
    font-weight: 700;
}

.navbar-brand {
    color: var(--text-color);
    text-decoration: none;
    line-height: 1.2;
}

.navbar-brand div {
    font-size: 1.2rem;
    font-weight: 100;
}

.navbar-brand div.logo {
    line-height: 0.8;
}

.navbar-brand div.city {
    margin-top: 0.5rem;
    font-weight: 700;
}

.navbar-brand div.logo-bold {
    font-size: 2rem;
    font-weight: 700;
    line-height: 0.9;
}

.double-underline,
.double-overline {
    position: relative;
    display: inline-block;
}

.double-underline::before,
.double-underline::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-color: var(--text-color); /* Цвет первой линии */
    height: 5px; /* Толщина первой линии */
    bottom: -14px; /* Отступ первой линии от текста */
}

.double-underline::after {
    height: 2px;
    bottom: -21px;
}

.double-overline::before,
.double-overline::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-color: var(--text-color); /* Цвет первой линии */
    height: 5px; /* Толщина первой линии */
    top: -10px; /* Отступ первой линии от текста */
}

.double-overline::after {
    height: 2px;
    top: -17px;
}

h2 {
    font-size: 1.2rem;
}

h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 1rem;
}

h2.double-underline {
    margin-top: 100px;
    margin-bottom: 0.75rem;
}

.fs-7 {
    font-size: 0.75rem !important;
}

.fs-8 {
    font-size: 0.5rem !important;
}

.list-group {
    list-style-type: none;
}

.list-group > li::before {
    content: "•";
    margin-right: 0.25rem;
}

.list-group .list-group > li::before {
    content: "•••";
}

.card {
    --bs-card-subtitle-color: var(--text-color);
    --bs-card-title-color: var(--text-color);
    --bs-body-color: var(--text-color);
    background-color: transparent;
    border-radius: 0;
    border: 0;
}

/*slider*/

.slick-prev, .slick-next {
    display: none !important;
    width: 40px;
    height: 40px;
}

.slick-prev {
    left: -50px;
    z-index: 1;
}

.slick-next {
    right: -50px;
}

.slick-dots li button:before {
    font-size: 14px;
    color: #fffbe5;
}

.slick-dots li.slick-active button:before {
    color: var(--text-color);
    opacity: 1;
}

.slick-prev:before, .slick-next:before {
    font-size: 40px;
    color: #fffbe5;
    opacity: 1;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 0.75;
}

.slick-dots {
    bottom: auto;
}

img.card-img-top {
    height: 158px;
     width: 158px;
}

.footer-bg {
    background-image: url("../images/pvl.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 700px;
}


.mt-100 {
    margin-top: 100px !important;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 520px) {
  /* Styles */
    html {
        font-size: 24px;
    }

    body {
        background-size: 613px;
    }

    .navbar {
        min-height: 332px;
    }

    .container {
        line-height: 1.25;
    }

    .footer-bg {
        background-size: 653px;
        min-height: 350px;
    }

    .logos img {

    }

    h2.double-underline {
        margin-top: 2rem;
        margin-bottom: 1.25rem;
    }

    .nav-link {
        padding: 0;
    }

    .crab_02 {
        margin-top: 0.75rem;
    }

    .card {
        --bs-card-title-spacer-y: 0;
    }

    h3 {
        font-weight: 500;
    }

    .fw-bold {
        font-weight: 500 !important;
    }

    .mt-100 {
        margin-top: 2rem !important;
    }

    .menu-container {
        padding-top: 0;
    }

}


.desktop-menu {
position: absolute;
    right: 0;
    /* background: rgb(33 37 41); */
    top: 30px;
    width: max-content;
    text-align: right;
}

.desktop-menu .nav-link {
        padding: 0.1rem 0.4rem;
    border-radius: 100px;
    background: rgb(33 37 41);
    margin: 0.1rem;
    margin-right: 0.5rem;
}