body {
    background: #1d1d1f;
}

section.team .team_text .people_wrap h3 {
    height: 40px;
}

section.team .people_wrap {
    width: 25%;
    padding: 0 5px;
}

.uvod_text a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.uvod_text ul {
    color: #fff;
}

.navbar_wrap .navbar .dropdown_parent .dropdown_children h3 {
    line-height: 0.7;
    margin: 0 0 20px;
}

.kontakt_wrap {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 70vh;
}

.page_wrap {
    color: #fff;
    height: auto !important;
    padding-bottom: 100px !important;
}

.left_bottom_corner footer a {
    color: #acacac;
    font-weight: 400;
}

.left_bottom_corner footer a:hover {
    color: #acacac;
    text-decoration: underline;
}

.oblast_overlay {
    z-index: 55;
}

section.kontakt .kontakt_info_wrap {
    margin: 10px 0;
}

@media screen and (max-width: 900px) {
    section.team .team_text .people_wrap h3 {
        height: auto;
        margin: 10px 0;
    }

    section.team .people_wrap {
        width: 100%;
    }

    section.team .team_text .team_list {
        justify-content: flex-start;
    }
}
/*dropdown*/
input[type='checkbox'] {
    display: none;
}

.wrap-collabsible {
    margin: 1.2rem 0;
}

.lbl-toggle {
    display: block;
    font-weight: bold;
    font-family: monospace;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    color: #DDD;
    /*background: #0069ff;*/
    border: 1px solid #de2242;
    cursor: pointer;
    /*border-radius: 7px;*/
    transition: all 0.25s ease-out;
}

.lbl-toggle:hover {
    color: #FFF;
}

.lbl-toggle::before {
    content: ' ';
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    vertical-align: middle;
    margin-right: .7rem;
    transform: translateY(-2px);
    transition: transform .2s ease-out;
}

.toggle:checked + .lbl-toggle::before {
    transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
    max-height: 1350px;
}

.toggle:checked + .lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
    background: rgba(255, 0, 0, 0.1);
    border-bottom: 1px solid #de2242;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: .5rem 1rem;
}

.collapsible-content p {
    margin-bottom: 0;
}

.op-wrapper {
    font-size: 10px;
    border-bottom: none !important;
}

.icon-bg {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 5px;
}

.icon-bg img {
    width: 25px;
}

.navbar_wrap #lang {
    display: none;
}

.jFiler-theme-default .jFiler-input {
    box-shadow: none !important;
    background: #272727 !important;
    border: 1px solid #000 !important
}

.jFiler-theme-default .jFiler-input-button {
    background: #272727 !important;
    border-left-color: #000 !important
}

@media (max-width: 767px) {
    section .uvod_wrap .uvod_text {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 90vh;
    }

    .left_bottom_corner {
        position: unset;
        left: unset;
        bottom: unset;
    }

    .responsive_bottom_cover {
        height: 0;
    }

    .navbar_wrap #lang {
        display: block;
        z-index: 10;
        position: absolute;
        top: 100px;
        left: 90px;
    }

    .navbar_wrap #lang .lang_pipe {
        visibility: unset !important;
    }

    .navbar_wrap #lang .lang_pipe span {
        color: #fff;
    }
}
