#main-picture {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    margin-top: -35%;
    margin-left: -50%;
    display: grid;
    justify-self: center;
    text-align: center;
    filter: blur(4px);
    transform: scale(1.1);
    opacity: 0.8;
}

#main-visual .telephone {
    padding-top: 1rem;
    color: #fff;
    font-size: 2rem;
}

#main-visual .content-wrap {
    display: flex;
    width: 100%;
    height: 450px;
    background-position: center;
    background-size: cover;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-color: #000;
}

#main-visual picture {
    z-index: -1;
}

h1 {
    font-size: 4rem;
    text-shadow: #00000080 0 3px 1px, #00000024 0px 0px 10px;
}


h2.first_title {
    font-family: 'Great Vibes', cursive;
    font-size: 3rem;
    margin-top: 1rem;
}

.telephone {
    font-family: 'Great Vibes', cursive;
    text-decoration: underline;
    color: inherit;
    display: inline-block;
    text-decoration: underline;
}

.telephone:hover {
    color: inherit;
    text-decoration: none;
}

.btn.order {
    color: inherit;
    display: inline-block;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 32px;
    border: solid 2px #fff;
    border-radius: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.flag-bg {
    position: relative;
    background-color: #ffffff7a;
}

.flag-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    height: 100%;
    background-color: green;
    opacity: 0.3;
    /* z-index: -1; */
}

.flag-bg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    height: 100%;
    background-color: red;
    opacity: 0.3;
}

.flag-hf {
    position: relative;
    background-color: #ffffff7a;
}

.flag-hf::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: green;
}

.flag-hf::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: red;
}

.banner {
    text-shadow: #000 0px 0px 10px;
    text-align: center;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 2rem;
    font-family: 'Great Vibes', cursive;
    line-height: 1.2rem;
}

.banner span {
    display: inline-block;
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.cenik_rozvoz {
    margin-top: 2rem;
}

@media (max-width: 480px) {
    #main-picture {
        margin-top: -50%;
    }

    html {
        font-size: 14px;
    }
}

footer p {
    color: #fff;
}


#center_panel {
    font-size: 1.2rem;
}

.akceAlert {
    background-color: #009946;
    color: white;
    padding: 10px;
}

.modal .modal-title {
    font-weight: 600;
}

.modal b {
    font-family: unset;
    font-weight: 600;
}

.pizza-block .item b {
    font-family: unset;
    font-weight: bold;
}

.pizza-block .item mark {
    color: #009946;
}

.pizza-block .item .cena-block {
    position: relative;
}

.pizza-block .item s {
    font-family: unset;
    font-weight: 100;
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 0.75rem;
}

.brand-wrap {
    position: relative;
}

.navbar .brand,
.navbar .place {
    display: inline-block;
    text-wrap: nowrap;
    visibility: hidden;
    position: absolute;
    color: transparent;
    top: 0;
    bottom: 80px;
    line-height: 80px;
    font-family: 'Great Vibes';
    font-size: 1.8rem;
    right: 100%;
    text-align: right;
    transition: all ease 300ms;
    z-index: -1;
}

.navbar .place {
    right: unset;
    text-align: left;
    left: 100%;
}

.navbar.in-motion .brand,
.navbar.in-motion .place {
    visibility: visible;
    color: #000;
    display: block;
    bottom: 50px;
    line-height: 50px;
}

b,
strong {
    font-family: unset;
    font-weight: 700;
}

.mobile-brand {
    color: #000;
    line-height: 50px;
    font-family: 'Great Vibes';
    font-size: 1.8rem;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.map-wrap .row {
    position: relative;
    height: 100%;
}

.map-iframe {
    position: sticky;
    top: 50px;
    height: calc(100vh - 50px);
    margin-right: 25px;
}

.map-iframe.right {
    margin: 0;
    margin-left: 25px;
}

@media (min-width: 768px) {
    .mobile-brand {
        display: none;
    }
}

@media (max-width: 360px) {
    .mobile-brand span {
        display: none;
    }
}

@media (max-width: 1550px) {
    .map-wrap {
        display: none;
    }
}