/*body#kontakty,
body#komanda {
    overflow: hidden
    height: 100vh;
}*/
.content {
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100vw;
    padding: 0;
}

.wrapper {
    overflow: auto;
}
img {
    max-width: initial;
    vertical-align: middle;
}

#mainGallery {
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    height: 100%;
}
.fp_loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -35px 0px 0px -35px;
    background: #000 url('../images/loader.gif') no-repeat center center;
    width: 70px;
    height: 70px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 999;
    opacity: 0.7;
}
#visibleBlackPics, #visibleRedPoints {
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 90;
    width: 100%;
}


#visibleBlackPics img {
    width: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    opacity: 0;
}
    


#visibleRedPoints {
    z-index: 999;
}


#visibleRedPoints {
    cursor: pointer
}


.singleDescription {
    position: absolute;
    color: #FFFFFF;
    z-index: 9999;
    display: none;
}

.descriptionName {
    font-size: 22pt;
    line-height: 28px;
    margin-bottom: 4px;
    width: 200px;
}
    

.descriptionPhone {
    font-size: 18pt;
    line-height: 22px;
    margin-bottom: 4px;
    font-style: italic;
    width: 200px;
} 
    
.descriptionContent {
    position: relative;
    font-size: 10pt;
    line-height: 16px;
    width: 200px;
    opacity: 0.7;
    margin-top: 10px;
}
    

.someName {
    font-size: 26pt;
    line-height: 26pt;
    margin-bottom: 4px;
    width: 120px;
}
    

.someInfo {
    font-size: 12pt;
    line-height: 18px;
    margin-bottom: 4px;
    width: 130px;
    opacity: 0.7;
}
    

.descriptionBorderLeftTop {
    padding-top: 50px;
    padding-left: 50px;
    background: url("../images/rightLine.png") no-repeat left top;
}

.descriptionBorderLeftBottom {
    padding-bottom: 50px;
    padding-left: 50px;
    background: url("../images/leftLine.png") no-repeat left bottom;
}
    
.descriptionBorderRightTop {
    padding-top: 50px;
    padding-right: 50px;
    background: url("../images/leftLine.png") no-repeat right top;
}
    
.descriptionBorderRightBottom {
    padding-bottom: 50px;
    padding-right: 50px;
    background: url("../images/rightLine.png") no-repeat right bottom;
}

body {
    --swiper-navigation-size: 20px;
}

@media (max-width: 819px) {
    .parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background-size: cover;
    }
    .mobile-slider-contacts {
        position: relative;
    }
    .mobile-slider-contacts:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, black 0%, rgba(0,0,0,.5) 50%,  transparent 70%, transparent 100%);
    }
    .mobile-slider-contacts .swiper-slide {
        display: flex;
        align-items: flex-end;
    }
    .swiper-wrapper {
        height: calc(100vh - 70px);
    }
    .mobile-slider-contacts-info {
        padding: 30px;
        width: 100%;
    }
    .descriptionContent,
    .descriptionName {
        width: 100%;
    }
    .descriptionContent {
        padding-bottom: 15px;
    }
    .swiper-button-next, .swiper-button-prev {
        color: white;
        bottom: 7px;
        top: auto;
        transition: opacity .3s linear;
    }
    .swiper-button-next {
        right: 30px;
    }
    .swiper-button-prev {
        left: 30px;
    }
    .swiper-button-disabled {
        opacity: 0 !important;
    }

    /*  kontakty  */
    .kontakty .parallax-bg {
        width: 200%;
        background-position-x: 70%;
    }
    .kontakty .mobile-slider-contacts-info {
        padding: 30px;
    }
    .kontakty .swiper-slide:last-child .mobile-slider-contacts-info {
        text-align: right;
    }

    /*  komanda  */
    .komanda .parallax-bg {
        width: 500%;
        background-position-x: -50px;
    }
    .komanda .mobile-slider-contacts-info {
/*        background: rgba(0,0,0,0.7);*/
        min-height: 35vh;
    }
    .komanda .mobile-slider-contacts:after {
        background: linear-gradient(to top, black 0%, transparent 60%, transparent 100%);
    }
}
    

