#header ul.main-menu {
    display: none;
}

#mobile-menu ul.main-menu {
    display: block;
}

body {
    background-color: #474344;
}

.modal-header h5 {
    color: black;
}

.modal-header h5 {
    color: black;
}

#login-popup p {
    font-weight: normal;
}

#main-banner {
    background-image: url("https://s3.ru1.storage.beget.cloud/e199412c58a2-pathmuse/static-resources%2Fmain%2Fpicture_8fc6f9cd7a474cd7afaa12810790b0a6.png");
    background-size: cover;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 3rem !important;
}

#banner-section {
    min-height: calc(100vh - var(--header-lg-height));
    position: relative;
    color: white;
    font-weight: bold;
}

#banner-section ul li {
    font-size: 16px;
}

#main-menu-wrapper {
    float: right;
}

#main-banner {
    overflow-x: hidden;
}

#main-banner a {
    outline: none;
    text-decoration: none;
    color: white;
}

#main-banner h1 {
    font-size: calc(3rem + 1.5vw);
    line-height: 1;
}

#main-banner h2 {
    font-size: calc(2rem + .9vw);
}

#main-banner a:hover {
    opacity: 0.8;
}

#main-banner ul.main-menu li {
    display: inline;
}

#main-banner ul.main-menu li:first-child {
    display: none;
}

#main-banner ul.main-menu li:not(:last-child) {
    padding-right: 10px;
}

#main-banner ul.main-menu li:not(:last-child):after {
    content: "|";
    margin-left: 10px;
}

#main-banner #mobile-menu ul.main-menu li:after {
    content: none;
    display: none;
}

:root {
    --color-primary: #E5BD77;
    --color-primary-light: #E5BD77;
    --color-text-light: #474344;
}

.btn-glow {
    background: var(--color-primary);
    color: var(--color-text-light) !important;
    text-transform: uppercase;
    padding: 16px 34px;
    box-shadow: 0 0 0 0 var(--color-primary);
    animation: glow 1.4s linear infinite;
    border-radius: 5px;
    vertical-align: bottom;
    line-height: 3;
}

#about p, #events p {
    font-size: 21px;
}

#events p {
    color: white;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 0 0 var(--color-primary);
    }

    50% {
        box-shadow: 0 0 30px 0 var(--color-primary);
    }
}

#age-restriction {
    font-size: 20px;
    background-color: var(--color-primary);
    border-radius: 50%;
    color: var(--color-text-light) !important;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

#about {
    background-color: #3A1913;
}

#about .container {
    background-color: #DFD0BB;
    border-radius: 20px;
}

.desktop-image {
    width: 100%;
}

.image-mobile {
    display: none;
    object-fit: cover;
    width: 230px;
    height: 230px;
    border-radius: 115px;
}

.section-title {
    font-size: 2rem;
    margin-bottom: 3rem;
    text-align: center;
}

.card-link {
    text-decoration: none;
    color: inherit;
}

.card-link:hover {
    text-decoration: none;
}

.carousel-item img {
    object-fit: cover;
    height: 300px;
}

.carousel-indicators li {
    background-color: rgba(255,255,255,.5);
}

.carousel-indicators .active {
    background-color: #fff;
}

.btn-more-gray {
    width: auto;
    border: 2px solid #474344;
}

.btn-more-gray:hover {
    width: auto;
    border: 2px solid #474344;
    outline: none;
    text-decoration: none;
    opacity: 80%;
}

.btn-more-yellow {
    width: auto;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
}

.btn-more-yellow:hover {
    width: auto;
    border: 2px solid var(--color-primary);
    outline: none;
    text-decoration: none;
    opacity: 80%;
    color: var(--color-primary);
}

/* Унификация отступов для элементов одного уровня */
.section > .container > .row > [class^=col-] {
    padding: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: white;
}

p {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: bold;
}

#cookie_note p {
    font-weight: normal;
}

a.btn {
    font-weight: bold;
}


@media (min-width: 992px) {
    .carousel-item img {
        height: 350px;
    }
}

/* Между большим и средним экраном*/
@media screen and (max-width: 1400px) {
    #about p, #events p {
        font-size: 18px;
    }
}

/* Небольшие экраны и меньше*/
@media screen and (max-width: 1199px) {
    #banner-text {
        text-align: center !important;
    }

    #about p, #events p {
        font-size: 15px;
    }
}

/* Планшеты и меньше*/
@media screen and (max-width: 991px) {
    .image-mobile {
        display: block;
    }

    .image-desktop {
        display: none;
    }

    #banner-section {
        min-height: calc(100vh - var(--header-lg-height)) ;
    }

    #main-banner {
        margin-top: var(--header-lg-height);
        max-width: 100% !important;
        border-radius: 0;
        bottom: 0 !important;
    }

    #age-restriction {
        bottom: 20px;
        right: 20px;
    }

    #main-banner h1 {
        font-size: calc(2.7rem + 1.5vw);
    }
}

/* мобильные устройства */
@media screen and (max-width: 767px) {
    .section-title {
        font-size: 1.5rem;
    }

    .carousel-item img {
        height: 200px;
    }

    .card {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .card-body {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #main-banner {
        background-image: url("https://s3.ru1.storage.beget.cloud/e199412c58a2-pathmuse/static-resources%2Fmain%2Fbanner-mobile.png");
        border-radius: 0px;
        bottom: 0px !important;
    }
}