a.langlink {
    font-family: "Avenir Next W04 Bold";
    width: 57px;
    height: 45px;
    text-align: center;
    color: white !important;
    text-decoration: none !important;
    position: absolute;
    top: 47px;
    right: 40px;
    background: rgba(0, 0, 0, 0.61);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rrmenu a.mobilelenglink {
    font-family: "Avenir Next W04 Bold";
    color: white !important;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 43px;
    font-size: 17px;
}
    .mobileimg,
    .rrmenu  {
        display: none !important;
    }

    .mobiletop.mobileimg {
        background: white;
        width: 100%;
        height: 26px;
    }

    .rropen.openButton  {
        display: none;
    }

    .rrmenu.openDiv.isOpen {
        opacity: .95;
        width: 100vw;
        height: 100vh;
        left: 0;
    }
    
    .rrmenu {
        width: 0;
        height: 0;
        position: fixed;
        z-index: 9999;
        background: #000e0cfa;
        opacity: 0;
        overflow: hidden;
            top: 0;
    }
    
    .rrmenu ul li a{
        padding: 3vh;
        margin: 0;
        font-size: 4.5vh;
        font-family: "Avenir Next W04 Bold";
        color: white !important;
        text-decoration: none !important;
        text-transform: uppercase;
        text-align: center;
    }
    
    .bg-BG ul li a
    { 
    font-family:"Avenir Next Cyr W00 Regular";
    }
    
    .rrmenu ul li{
        list-style: none;
        display: flex;
        padding: 0;
        margin: 0;
    }
    
    .rrmenu ul {
    
        padding: 0;
        margin: 0;  
        display: flex;
        justify-content: center;
        align-items: center;
        height: 82%;
        flex-direction: column;
    }
    
    .rrclose {
        position: absolute;
        right: 37px;
        top: 22px;
        font-size: 26px;
        color: white;
        cursor: pointer;
        width: 28px;
    }
    
    .rrmenu ul li a:hover, .rrclose:hover {
       /* color: #00b1eb;*/
    }
    
    .rropen.openButton.rclose {
        float: left;
        font-size: 25px;
        padding-top: 17px;
        padding-left: 0px;
        color: #000000;
        cursor: pointer;

        top: 13px;
        right: 14px;
        
        position: fixed;
        background: rgb(245 245 245 / 86%);
        padding: 4px 0 1px !important;

        /* background: red;*/
        width:  26px;
        height: 26px;
 
    }

    .rropen.openButton.rclose i:before {
        font-size: 17px;
        position: absolute;
        top: 4px;
        left: 5px;
    
    }
    
    .rropen.openButton.rclose:hover {
        color: #02aeee;
    }
    

@media only screen and (max-width:800px) {

    .formsekce.double {
        margin-top: 48px;
    }

    .formsekce.double .formholder {
 
        height: 0;
    }

    a.langlink {
        display: none;
    }

    .rropen.openButton  {
        display: block;
    }

    .rrmenu  {
        display: block !important;
    }


    .mobileimg  {
        display: block !important;
    }
    .desktopimg  {
        display: none !important;
    }

    a.scrollToTop {
        right: 0;
        bottom: -1px;
        width: 42px;
        height: 30px;
    }

    .scrollToTop:before {
        margin: -9px 1px;
        font-size: 19px;
    }

    .formholder {
        width: 82%;
        /* height: 76%; */
        background: #ef7d06;
        right: 9%;
        top: 80vw;
        position: absolute;
        padding: 4% 4% 0 4%;
    }

    .small-12 {
        width: 100%;
    }

    p.cudlitko {
        font-size: 12px;
    }
    p.cudlitko:after {
        margin: -5px 0 0 32px;
    }


    .allholder:after {
        content: "";
        position: absolute;
        width: 100%;
        background: #f5f5f5;
        height: 28vw;
        z-index: 1;
        bottom: 0;
        left: 0;
    }

    .enverze .allholder:after {
        bottom: -5px;
    }

    .enverze .formholder {
        top: 82vw;
    }

    .mobilebottom.mobileimg {
        height: 100px;
        display: block;
        float: left;
    }

    .allholder {
        overflow: hidden;
        position: relative;
    }

    .odeslanoRight p {
        font-size: 13px !important;
    }

    .odeslanoRight span {
    font-size: 23px !important;
    line-height: 100%;
    }

    .top-space-program {
        display: none;
    }

   

}

@media only screen and (max-width:500px) {

.rrmenu ul li a {
    font-size: 17px;
}

}