.bg-main {
    display: block;
    width: 100%;
    height: 95px;
    
    font-family: audiowide;
}
.bg-main .background {
    display: flex;

    width: 100%;
    height: 100%;
    background: rgb(255,0,0);
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(177,0,255,1) 100%);
    filter: drop-shadow(0px 0px 5px black);
    border-radius: 2px;
    border: 1px solid gray;
}
.bg-main .background .title {
    margin: auto 0px;
    margin-left: 30px;
    padding: 0px 20px;
    
    font-weight: 400;
    font-size: 40px;
    
    background-color: rgba(255, 255, 255, 0.20);
    filter: drop-shadow(0px 0px 5px gray);
    border-radius: 10px;
    color: rgb(255, 255, 255);
}

/* kontakt */
.kontakt {
    display: flex;
    flex-direction: column;
    justify-content: space-around;

    padding-top: 20px;
    margin: auto 0px;
}

.kontakt .kontakt-img {
    width: 500px;
    margin: auto;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.kontakt .konakt-row {
    display: flex;
    margin: auto 50px;
}
.kontakt .konakt-row .belt {
    margin: 0px;
    height: 10px;

    background-color: gray;
}
@media (min-width: 992px) {
    .kontakt .konakt-row .belt {
        margin: auto 15px;
        width: 1px !important; 
        height: 200px !important; 
    }
}
@media (max-width: 992px) {
    .kontakt .konakt-row .belt {
        margin: 15px auto;
        height: 1px !important; 
        /* margin: 10px 0px !important; */
    }
}
.kontakt .konakt-row .konakt-block {
    width: 550px;
    /* margin: 20px 50px; */

    text-align: center;
}
.kontakt .konakt-row .konakt-block .title {
    margin-top: 10px;
    font-family: audiowide;
    font-size: 24px;
}
.kontakt .konakt-row .konakt-block .text {
    font-size: 18px;
}
.kontakt .konakt-row .konakt-block .telefon {
    display: flex;
    justify-content: space-around;
    margin: auto;
    margin-top: 10px;

    text-align: center;
}
.kontakt .konakt-row .konakt-block .telefon .telefon-container {
    display: flex;
    cursor: pointer;
    padding: 5px 10px;
    
    border-radius: 10px;
    transition: .5s;
}
.kontakt .konakt-row .konakt-block .telefon .telefon-container:hover {
    color: white;
    background-color: rgba(128, 128, 128, 0.397);
}
.kontakt .konakt-row .konakt-block .telefon .telefon-container .telefon-text {
    display: flex;
    margin: auto;
    margin-left: 10px;
    font-family: audiowide;
    font-size: 30px;
    color: red;
}
/* mapa */
.maps {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
    margin-top: 50px;
    margin-bottom: 100px;
}
.maps .maps-line {
    margin: 50px auto;
    /* margin-top:; */
    width: 100%;
    height: 3px;

    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}
.maps .maps-title {
    margin: auto;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: underline;

    font-size: 40px;
    font-weight: bold; 
}
.maps .iframe {
    margin: auto;
    border-radius: 10px;
    
    border: 1px solid rgba(0, 0, 0, 0.35);
}

/* dół */
.footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 250px;

    color: white;
    background-color: rgb(29, 29, 29);
}
.footer .up {
    display: flex;
    flex-direction: row;

    margin: auto;
}
.footer .up .r1 {
    margin: 0px 120px;
    width: 380px;
}
.footer .up .main {
    margin-bottom: 5px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}
.footer .up .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.footer .up .text {
    text-align: center;
    font-size: 15px;
}
.footer .up .r2 {
    display: flex;
    flex-direction: column;
}
.footer .up .r2 .r2-selection {
    margin: auto;
    cursor: pointer;
}

.footer .down {
    margin: 0px auto;
    margin-bottom: 5px;
    color: white;
}


.navToggle-dark {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}


.tel{
    display: flex;
    margin: 0px auto;
    justify-content: center;
}
.text-danger {
    margin-left: 5px;
}

.infoWiecej {   
    color: rgb(225, 0, 0);
    margin: 60px 0px;

    text-decoration: underline;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}